@openmfp/portal-ui-lib 0.194.23 → 0.194.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/openmfp-portal-ui-wc.js +139 -99
- package/package.json +3 -2
- package/assets/249.js +0 -1
- package/assets/253.js +0 -1
- package/assets/418.js +0 -1
- package/assets/955.js +0 -1
|
@@ -1,99 +1,139 @@
|
|
|
1
|
-
(()=>{var oy={9272(ie){var u;self,u=()=>(()=>{"use strict";var H={d:(I,w)=>{for(var S in w)H.o(w,S)&&!H.o(I,S)&&Object.defineProperty(I,S,{enumerable:!0,get:w[S]})},o:(I,w)=>Object.prototype.hasOwnProperty.call(I,w)},u={};function h(I,w){if(!(I instanceof w))throw new TypeError("Cannot call a class as a function")}function v(I){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(w){return typeof w}:function(w){return w&&"function"==typeof Symbol&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":typeof w})(I)}function y(I){var w=function(S){if("object"!=v(S)||!S)return S;var O=S[Symbol.toPrimitive];if(void 0!==O){var X=O.call(S,"string");if("object"!=v(X))return X;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(S)}(I);return"symbol"==v(w)?w:w+""}function g(I,w){for(var S=0;S<w.length;S++){var O=w[S];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(I,y(O.key),O)}}function M(I,w,S){return w&&g(I.prototype,w),S&&g(I,S),Object.defineProperty(I,"prototype",{writable:!1}),I}function L(I,w,S){return(w=y(w))in I?Object.defineProperty(I,w,{value:S,enumerable:!0,configurable:!0,writable:!0}):I[w]=S,I}H.d(u,{default:()=>U});var F=new(M(function I(){h(this,I)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(I){return I&&"[object Function]"==={}.toString.call(I)}},{key:"isPromise",value:function(I){return I&&this.isFunction(I.then)}},{key:"isObject",value:function(I){return I&&"object"===v(I)&&!Array.isArray(I)}},{key:"deepMerge",value:function(I){for(var w=arguments.length,S=new Array(w>1?w-1:0),O=1;O<w;O++)S[O-1]=arguments[O];if(!S.length)return I;var X=S.shift();if(this.isObject(I)&&this.isObject(X))for(var P in X)this.isObject(X[P])?(I[P]||Object.assign(I,L({},P,{})),this.deepMerge(I[P],X[P])):Object.assign(I,L({},P,X[P]));return this.deepMerge.apply(this,[I].concat(S))}},{key:"prependOrigin",value:function(I){if(I.startsWith("http"))return I;var w=I.startsWith("/");return I.length?window.location.origin+(w?"":"/")+I:window.location.origin}}])),U=M(function I(){var w=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};h(this,I);var S={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},O=F.deepMerge(S,w);this.settings=O},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(I){var w=I.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(w))}},{key:"userInfo",value:function(){var I=this;return new Promise(function(w,S){var O=I.getAuthData(),X=I.parseIdToken(O.idToken);w({email:X.email?X.email:"",name:X.name?X.name:""})})}},{key:"login",value:function(){var I=this;return new Promise(function(w,S){var O=I.settings,X=O.nonceFn&&O.nonceFn()||I.generateNonce();sessionStorage.setItem("luigi.nonceValue",X),O.oAuthData.nonce||(O.oAuthData.nonce=X);var P=function(x,z){return Object.assign(document.createElement("input"),{name:x,id:x,value:z,type:"hidden"})},ne=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:O.authorizeUrl,method:O.authorizeMethod,target:"_self"});for(var J in O.oAuthData.redirect_uri="".concat(F.prependOrigin(O.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),O.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+X),O.oAuthData){var K=P(J,O.oAuthData[J]);ne.appendChild(K.cloneNode())}document.getElementsByTagName("body")[0].appendChild(ne),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(x){console.info("load, e",x,I)})})}},{key:"logout",value:function(I,w){var S=this.settings,O="".concat(S.logoutUrl,"?id_token_hint=").concat(I.idToken,"&client_id=").concat(S.oAuthData.client_id,"&post_logout_redirect_uri=").concat(F.prependOrigin(S.post_logout_redirect_uri));w&&w(),setTimeout(function(){window.location.href=O})}},{key:"setTokenExpirationAction",value:function(){var I=this;this.expirationCheckIntervalInstance=setInterval(function(){var w=I.getAuthData();if(!w)return clearInterval(I.expirationCheckIntervalInstance);if((w&&w.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(I.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var S="".concat(I.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(F.prependOrigin(I.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",I.settings,void 0,S)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var I=this,w=1e3*this.settings.accessTokenExpiringNotificationTime,S=1e3*this.settings.expirationCheckInterval,O=this.getAuthData();O&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(O&&O.accessTokenExpirationDate||0)-(new Date).getTime()<w&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",I.settings),clearInterval(I.expirationSoonCheckIntervalInstance))},S))}},{key:"generateNonce",value:function(){var I=window.crypto;return Array.from(I.getRandomValues(new Uint8Array(20))).map(function(w){for(;w>=61*Math.floor(256/61);)w=I.getRandomValues(new Uint8Array(1))[0];return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[w%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return u.default})(),ie.exports=u()},5667(ie,H,u){ie=u.nmd(ie);var v="__lodash_hash_undefined__",M=9007199254740991,L="[object Arguments]",F="[object Array]",I="[object Boolean]",w="[object Date]",S="[object Error]",O="[object Function]",P="[object Map]",ne="[object Number]",K="[object Object]",x="[object Promise]",q="[object RegExp]",Z="[object Set]",ce="[object String]",ve="[object WeakMap]",Pe="[object ArrayBuffer]",Ee="[object DataView]",Ke=/^\[object .+?Constructor\]$/,$e=/^(?:0|[1-9]\d*)$/,ae={};ae["[object Float32Array]"]=ae["[object Float64Array]"]=ae["[object Int8Array]"]=ae["[object Int16Array]"]=ae["[object Int32Array]"]=ae["[object Uint8Array]"]=ae["[object Uint8ClampedArray]"]=ae["[object Uint16Array]"]=ae["[object Uint32Array]"]=!0,ae[L]=ae[F]=ae[Pe]=ae[I]=ae[Ee]=ae[w]=ae[S]=ae[O]=ae[P]=ae[ne]=ae[K]=ae[q]=ae[Z]=ae[ce]=ae[ve]=!1;var ft="object"==typeof global&&global&&global.Object===Object&&global,Ye="object"==typeof self&&self&&self.Object===Object&&self,Se=ft||Ye||Function("return this")(),pt=H&&!H.nodeType&&H,tt=pt&&ie&&!ie.nodeType&&ie,ht=tt&&tt.exports===pt,Ut=ht&&ft.process,Xt=function(){try{return Ut&&Ut.binding&&Ut.binding("util")}catch{}}(),gt=Xt&&Xt.isTypedArray;function hn(N,te){for(var Ue=-1,st=null==N?0:N.length;++Ue<st;)if(te(N[Ue],Ue,N))return!0;return!1}function Je(N,te){return N.has(te)}function an(N){var te=-1,Ue=Array(N.size);return N.forEach(function(st,qt){Ue[++te]=[qt,st]}),Ue}function W(N){var te=-1,Ue=Array(N.size);return N.forEach(function(st){Ue[++te]=st}),Ue}var N,ue=Array.prototype,E=Object.prototype,m=Se["__core-js_shared__"],C=Function.prototype.toString,R=E.hasOwnProperty,Y=(N=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"",p=E.toString,A=RegExp("^"+C.call(R).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),G=ht?Se.Buffer:void 0,me=Se.Symbol,Be=Se.Uint8Array,f=E.propertyIsEnumerable,at=ue.splice,ye=me?me.toStringTag:void 0,Zt=Object.getOwnPropertySymbols,D=G?G.isBuffer:void 0,k=function Me(N,te){return function(Ue){return N(te(Ue))}}(Object.keys,Object),oe=bi(Se,"DataView"),Te=bi(Se,"Map"),ge=bi(Se,"Promise"),de=bi(Se,"Set"),Ge=bi(Se,"WeakMap"),Xe=bi(Object,"create"),ct=B(oe),ut=B(Te),yt=B(ge),Oe=B(de),kt=B(Ge),dt=me?me.prototype:void 0,Kt=dt?dt.valueOf:void 0;function re(N){var te=-1,Ue=null==N?0:N.length;for(this.clear();++te<Ue;){var st=N[te];this.set(st[0],st[1])}}function Ct(N){var te=-1,Ue=null==N?0:N.length;for(this.clear();++te<Ue;){var st=N[te];this.set(st[0],st[1])}}function ln(N){var te=-1,Ue=null==N?0:N.length;for(this.clear();++te<Ue;){var st=N[te];this.set(st[0],st[1])}}function Et(N){var te=-1,Ue=null==N?0:N.length;for(this.__data__=new ln;++te<Ue;)this.add(N[te])}function Xi(N){var te=this.__data__=new Ct(N);this.size=te.size}function ro(N,te){for(var Ue=N.length;Ue--;)if(_e(N[Ue][0],te))return Ue;return-1}function Eo(N){return null==N?void 0===N?"[object Undefined]":"[object Null]":ye&&ye in Object(N)?function ss(N){var te=R.call(N,ye),Ue=N[ye];try{N[ye]=void 0;var st=!0}catch{}var qt=p.call(N);return st&&(te?N[ye]=Ue:delete N[ye]),qt}(N):function ao(N){return p.call(N)}(N)}function Bi(N){return Un(N)&&Eo(N)==L}function Ri(N,te,Ue,st,qt){return N===te||(null==N||null==te||!Un(N)&&!Un(te)?N!=N&&te!=te:function $n(N,te,Ue,st,qt,xt){var Tn=_t(N),Ht=_t(te),un=Tn?F:wi(N),Tt=Ht?F:wi(te),ci=(un=un==L?K:un)==K,Ot=(Tt=Tt==L?K:Tt)==K,_n=un==Tt;if(_n&&Nt(N)){if(!Nt(te))return!1;Tn=!0,ci=!1}if(_n&&!ci)return xt||(xt=new Xi),Tn||ni(N)?Po(N,te,Ue,st,qt,xt):function Ji(N,te,Ue,st,qt,xt,Tn){switch(Ue){case Ee:if(N.byteLength!=te.byteLength||N.byteOffset!=te.byteOffset)return!1;N=N.buffer,te=te.buffer;case Pe:return!(N.byteLength!=te.byteLength||!xt(new Be(N),new Be(te)));case I:case w:case ne:return _e(+N,+te);case S:return N.name==te.name&&N.message==te.message;case q:case ce:return N==te+"";case P:var Ht=an;case Z:if(Ht||(Ht=W),N.size!=te.size&&!(1&st))return!1;var Tt=Tn.get(N);if(Tt)return Tt==te;st|=2,Tn.set(N,te);var ci=Po(Ht(N),Ht(te),st,qt,xt,Tn);return Tn.delete(N),ci;case"[object Symbol]":if(Kt)return Kt.call(N)==Kt.call(te)}return!1}(N,te,un,Ue,st,qt,xt);if(!(1&Ue)){var oi=ci&&R.call(N,"__wrapped__"),Yn=Ot&&R.call(te,"__wrapped__");if(oi||Yn){var It=oi?N.value():N,jt=Yn?te.value():te;return xt||(xt=new Xi),qt(It,jt,Ue,st,xt)}}return!!_n&&(xt||(xt=new Xi),function br(N,te,Ue,st,qt,xt){var Tn=1&Ue,Ht=zt(N),un=Ht.length;if(un!=zt(te).length&&!Tn)return!1;for(var Ot=un;Ot--;){var _n=Ht[Ot];if(!(Tn?_n in te:R.call(te,_n)))return!1}var oi=xt.get(N);if(oi&&xt.get(te))return oi==te;var Yn=!0;xt.set(N,te),xt.set(te,N);for(var It=Tn;++Ot<un;){var jt=N[_n=Ht[Ot]],To=te[_n];if(st)var as=Tn?st(To,jt,_n,te,N,xt):st(jt,To,_n,N,te,xt);if(!(void 0===as?jt===To||qt(jt,To,Ue,st,xt):as)){Yn=!1;break}It||(It="constructor"==_n)}if(Yn&&!It){var co=N.constructor,So=te.constructor;co!=So&&"constructor"in N&&"constructor"in te&&!("function"==typeof co&&co instanceof co&&"function"==typeof So&&So instanceof So)&&(Yn=!1)}return xt.delete(N),xt.delete(te),Yn}(N,te,Ue,st,qt,xt))}(N,te,Ue,st,Ri,qt))}function Po(N,te,Ue,st,qt,xt){var Tn=1&Ue,Ht=N.length,un=te.length;if(Ht!=un&&!(Tn&&un>Ht))return!1;var Tt=xt.get(N);if(Tt&&xt.get(te))return Tt==te;var ci=-1,Ot=!0,_n=2&Ue?new Et:void 0;for(xt.set(N,te),xt.set(te,N);++ci<Ht;){var oi=N[ci],Yn=te[ci];if(st)var It=Tn?st(Yn,oi,ci,te,N,xt):st(oi,Yn,ci,N,te,xt);if(void 0!==It){if(It)continue;Ot=!1;break}if(_n){if(!hn(te,function(jt,To){if(!Je(_n,To)&&(oi===jt||qt(oi,jt,Ue,st,xt)))return _n.push(To)})){Ot=!1;break}}else if(oi!==Yn&&!qt(oi,Yn,Ue,st,xt)){Ot=!1;break}}return xt.delete(N),xt.delete(te),Ot}function zt(N){return function so(N,te,Ue){var st=te(N);return _t(N)?st:function Mt(N,te){for(var Ue=-1,st=te.length,qt=N.length;++Ue<st;)N[qt+Ue]=te[Ue];return N}(st,Ue(N))}(N,Vn,Wo)}function yi(N,te){var Ue=N.__data__;return function Ni(N){var te=typeof N;return"string"==te||"number"==te||"symbol"==te||"boolean"==te?"__proto__"!==N:null===N}(te)?Ue["string"==typeof te?"string":"hash"]:Ue.map}function bi(N,te){var Ue=function Dt(N,te){return N?.[te]}(N,te);return function vt(N){return!(!Bn(N)||function Bo(N){return!!Y&&Y in N}(N))&&(mn(N)?A:Ke).test(B(N))}(Ue)?Ue:void 0}re.prototype.clear=function we(){this.__data__=Xe?Xe(null):{},this.size=0},re.prototype.delete=function $(N){var te=this.has(N)&&delete this.__data__[N];return this.size-=te?1:0,te},re.prototype.get=function xe(N){var te=this.__data__;if(Xe){var Ue=te[N];return Ue===v?void 0:Ue}return R.call(te,N)?te[N]:void 0},re.prototype.has=function He(N){var te=this.__data__;return Xe?void 0!==te[N]:R.call(te,N)},re.prototype.set=function it(N,te){var Ue=this.__data__;return this.size+=this.has(N)?0:1,Ue[N]=Xe&&void 0===te?v:te,this},Ct.prototype.clear=function Rt(){this.__data__=[],this.size=0},Ct.prototype.delete=function ke(N){var te=this.__data__,Ue=ro(te,N);return!(Ue<0||(Ue==te.length-1?te.pop():at.call(te,Ue,1),--this.size,0))},Ct.prototype.get=function en(N){var te=this.__data__,Ue=ro(te,N);return Ue<0?void 0:te[Ue][1]},Ct.prototype.has=function tn(N){return ro(this.__data__,N)>-1},Ct.prototype.set=function At(N,te){var Ue=this.__data__,st=ro(Ue,N);return st<0?(++this.size,Ue.push([N,te])):Ue[st][1]=te,this},ln.prototype.clear=function Jt(){this.size=0,this.__data__={hash:new re,map:new(Te||Ct),string:new re}},ln.prototype.delete=function on(N){var te=yi(this,N).delete(N);return this.size-=te?1:0,te},ln.prototype.get=function dn(N){return yi(this,N).get(N)},ln.prototype.has=function hi(N){return yi(this,N).has(N)},ln.prototype.set=function pn(N,te){var Ue=yi(this,N),st=Ue.size;return Ue.set(N,te),this.size+=Ue.size==st?0:1,this},Et.prototype.add=Et.prototype.push=function Ai(N){return this.__data__.set(N,v),this},Et.prototype.has=function qn(N){return this.__data__.has(N)},Xi.prototype.clear=function is(){this.__data__=new Ct,this.size=0},Xi.prototype.delete=function os(N){var te=this.__data__,Ue=te.delete(N);return this.size=te.size,Ue},Xi.prototype.get=function Zi(N){return this.__data__.get(N)},Xi.prototype.has=function rs(N){return this.__data__.has(N)},Xi.prototype.set=function $o(N,te){var Ue=this.__data__;if(Ue instanceof Ct){var st=Ue.__data__;if(!Te||st.length<199)return st.push([N,te]),this.size=++Ue.size,this;Ue=this.__data__=new ln(st)}return Ue.set(N,te),this.size=Ue.size,this};var Wo=Zt?function(N){return null==N?[]:(N=Object(N),function wt(N,te){for(var Ue=-1,st=null==N?0:N.length,qt=0,xt=[];++Ue<st;){var Tn=N[Ue];te(Tn,Ue,N)&&(xt[qt++]=Tn)}return xt}(Zt(N),function(te){return f.call(N,te)}))}:function Ci(){return[]},wi=Eo;function Ui(N,te){return!!(te=te??M)&&("number"==typeof N||$e.test(N))&&N>-1&&N%1==0&&N<te}function B(N){if(null!=N){try{return C.call(N)}catch{}try{return N+""}catch{}}return""}function _e(N,te){return N===te||N!=N&&te!=te}(oe&&wi(new oe(new ArrayBuffer(1)))!=Ee||Te&&wi(new Te)!=P||ge&&wi(ge.resolve())!=x||de&&wi(new de)!=Z||Ge&&wi(new Ge)!=ve)&&(wi=function(N){var te=Eo(N),Ue=te==K?N.constructor:void 0,st=Ue?B(Ue):"";if(st)switch(st){case ct:return Ee;case ut:return P;case yt:return x;case Oe:return Z;case kt:return ve}return te});var We=Bi(function(){return arguments}())?Bi:function(N){return Un(N)&&R.call(N,"callee")&&!f.call(N,"callee")},_t=Array.isArray,Nt=D||function ii(){return!1};function mn(N){if(!Bn(N))return!1;var te=Eo(N);return te==O||"[object GeneratorFunction]"==te||"[object AsyncFunction]"==te||"[object Proxy]"==te}function An(N){return"number"==typeof N&&N>-1&&N%1==0&&N<=M}function Bn(N){var te=typeof N;return null!=N&&("object"==te||"function"==te)}function Un(N){return null!=N&&"object"==typeof N}var ni=gt?function nt(N){return function(te){return N(te)}}(gt):function vr(N){return Un(N)&&An(N.length)&&!!ae[Eo(N)]};function Vn(N){return function rn(N){return null!=N&&An(N.length)&&!mn(N)}(N)?function mr(N,te){var Ue=_t(N),st=!Ue&&We(N),qt=!Ue&&!st&&Nt(N),xt=!Ue&&!st&&!qt&&ni(N),Tn=Ue||st||qt||xt,Ht=Tn?function Vt(N,te){for(var Ue=-1,st=Array(N);++Ue<N;)st[Ue]=te(Ue);return st}(N.length,String):[],un=Ht.length;for(var Tt in N)(te||R.call(N,Tt))&&(!Tn||!("length"==Tt||qt&&("offset"==Tt||"parent"==Tt)||xt&&("buffer"==Tt||"byteLength"==Tt||"byteOffset"==Tt)||Ui(Tt,un)))&&Ht.push(Tt);return Ht}(N):function yr(N){if(!function rt(N){var te=N&&N.constructor;return N===("function"==typeof te&&te.prototype||E)}(N))return k(N);var te=[];for(var Ue in Object(N))R.call(N,Ue)&&"constructor"!=Ue&&te.push(Ue);return te}(N)}ie.exports=function gn(N,te){return Ri(N,te)}},2706(ie,H,u){ie=u.nmd(ie);var v="__lodash_hash_undefined__",M=9007199254740991,L="[object Arguments]",F="[object Array]",U="[object Boolean]",I="[object Date]",w="[object Error]",S="[object Function]",X="[object Map]",P="[object Number]",ne="[object Object]",J="[object Promise]",K="[object RegExp]",x="[object Set]",z="[object String]",Z="[object WeakMap]",ce="[object ArrayBuffer]",se="[object DataView]",ee=/^\[object .+?Constructor\]$/,Fe=/^(?:0|[1-9]\d*)$/,be={};be["[object Float32Array]"]=be["[object Float64Array]"]=be["[object Int8Array]"]=be["[object Int16Array]"]=be["[object Int32Array]"]=be["[object Uint8Array]"]=be["[object Uint8ClampedArray]"]=be["[object Uint16Array]"]=be["[object Uint32Array]"]=!0,be[L]=be[F]=be[ce]=be[U]=be[se]=be[I]=be[w]=be[S]=be[X]=be[P]=be[ne]=be[K]=be[x]=be[z]=be[Z]=!1;var ze="object"==typeof global&&global&&global.Object===Object&&global,Ke="object"==typeof self&&self&&self.Object===Object&&self,$e=ze||Ke||Function("return this")(),ae=H&&!H.nodeType&&H,ft=ae&&ie&&!ie.nodeType&&ie,Se=ft&&ft.exports===ae&&ze.process,pt=function(){try{return Se&&Se.binding("util")}catch{}}(),tt=pt&&pt.isTypedArray;function ht(B,_e){for(var We=-1,_t=B?B.length:0;++We<_t;)if(_e(B[We],We,B))return!0;return!1}function wt(B){var _e=!1;if(null!=B&&"function"!=typeof B.toString)try{_e=!!(B+"")}catch{}return _e}function Mt(B){var _e=-1,We=Array(B.size);return B.forEach(function(_t,rn){We[++_e]=[rn,_t]}),We}function Vt(B){var _e=-1,We=Array(B.size);return B.forEach(function(_t){We[++_e]=_t}),We}var B,nt=Array.prototype,Je=Function.prototype,Dt=Object.prototype,an=$e["__core-js_shared__"],Me=(B=/[^.]+$/.exec(an&&an.keys&&an.keys.IE_PROTO||""))?"Symbol(src)_1."+B:"",W=Je.toString,ue=Dt.hasOwnProperty,Q=Dt.toString,E=RegExp("^"+W.call(ue).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),m=$e.Symbol,C=$e.Uint8Array,R=Dt.propertyIsEnumerable,Y=nt.splice,p=function hn(B,_e){return function(We){return B(_e(We))}}(Object.keys,Object),A=Bi($e,"DataView"),G=Bi($e,"Map"),me=Bi($e,"Promise"),Be=Bi($e,"Set"),f=Bi($e,"WeakMap"),at=Bi(Object,"create"),ye=Ji(A),Zt=Ji(G),D=Ji(me),k=Ji(Be),oe=Ji(f),Te=m?m.prototype:void 0,ge=Te?Te.valueOf:void 0;function de(B){var _e=-1,We=B?B.length:0;for(this.clear();++_e<We;){var _t=B[_e];this.set(_t[0],_t[1])}}function Oe(B){var _e=-1,We=B?B.length:0;for(this.clear();++_e<We;){var _t=B[_e];this.set(_t[0],_t[1])}}function $(B){var _e=-1,We=B?B.length:0;for(this.clear();++_e<We;){var _t=B[_e];this.set(_t[0],_t[1])}}function ke(B){var _e=-1,We=B?B.length:0;for(this.__data__=new $;++_e<We;)this.add(B[_e])}function At(B){this.__data__=new Oe(B)}function Et(B,_e){for(var We=B.length;We--;)if(br(B[We][0],_e))return We;return-1}function qn(B,_e,We,_t,rn){return B===_e||(null==B||null==_e||!Ui(B)&&!Ni(_e)?B!=B&&_e!=_e:function Xi(B,_e,We,_t,rn,Nt){var gn=yi(B),mn=yi(_e),An=F,Bn=F;gn||(An=(An=Ri(B))==L?ne:An),mn||(Bn=(Bn=Ri(_e))==L?ne:Bn);var Un=An==ne&&!wt(B),ni=Bn==ne&&!wt(_e),Vn=An==Bn;if(Vn&&!Un)return Nt||(Nt=new At),gn||rt(B)?$o(B,_e,We,_t,rn,Nt):function mr(B,_e,We,_t,rn,Nt,gn){switch(We){case se:if(B.byteLength!=_e.byteLength||B.byteOffset!=_e.byteOffset)return!1;B=B.buffer,_e=_e.buffer;case ce:return!(B.byteLength!=_e.byteLength||!_t(new C(B),new C(_e)));case U:case I:case P:return br(+B,+_e);case w:return B.name==_e.name&&B.message==_e.message;case K:case z:return B==_e+"";case X:var mn=Mt;case x:if(mn||(mn=Vt),B.size!=_e.size&&!(2&Nt))return!1;var Bn=gn.get(B);if(Bn)return Bn==_e;Nt|=1,gn.set(B,_e);var Un=$o(mn(B),mn(_e),_t,rn,Nt,gn);return gn.delete(B),Un;case"[object Symbol]":if(ge)return ge.call(B)==ge.call(_e)}return!1}(B,_e,An,We,_t,rn,Nt);if(!(2&rn)){var Ci=Un&&ue.call(B,"__wrapped__"),ii=ni&&ue.call(_e,"__wrapped__");if(Ci||ii){var N=Ci?B.value():B,te=ii?_e.value():_e;return Nt||(Nt=new At),We(N,te,_t,rn,Nt)}}return!!Vn&&(Nt||(Nt=new At),function ro(B,_e,We,_t,rn,Nt){var gn=2&rn,mn=ao(B),An=mn.length;if(An!=ao(_e).length&&!gn)return!1;for(var ni=An;ni--;){var Vn=mn[ni];if(!(gn?Vn in _e:ue.call(_e,Vn)))return!1}var Ci=Nt.get(B);if(Ci&&Nt.get(_e))return Ci==_e;var ii=!0;Nt.set(B,_e),Nt.set(_e,B);for(var N=gn;++ni<An;){var te=B[Vn=mn[ni]],Ue=_e[Vn];if(_t)var st=gn?_t(Ue,te,Vn,_e,B,Nt):_t(te,Ue,Vn,B,_e,Nt);if(!(void 0===st?te===Ue||We(te,Ue,_t,rn,Nt):st)){ii=!1;break}N||(N="constructor"==Vn)}if(ii&&!N){var qt=B.constructor,xt=_e.constructor;qt!=xt&&"constructor"in B&&"constructor"in _e&&!("function"==typeof qt&&qt instanceof qt&&"function"==typeof xt&&xt instanceof xt)&&(ii=!1)}return Nt.delete(B),Nt.delete(_e),ii}(B,_e,We,_t,rn,Nt))}(B,_e,qn,We,_t,rn))}function $o(B,_e,We,_t,rn,Nt){var gn=2&rn,mn=B.length,An=_e.length;if(mn!=An&&!(gn&&An>mn))return!1;var Bn=Nt.get(B);if(Bn&&Nt.get(_e))return Bn==_e;var Un=-1,ni=!0,Vn=1&rn?new ke:void 0;for(Nt.set(B,_e),Nt.set(_e,B);++Un<mn;){var Ci=B[Un],ii=_e[Un];if(_t)var N=gn?_t(ii,Ci,Un,_e,B,Nt):_t(Ci,ii,Un,B,_e,Nt);if(void 0!==N){if(N)continue;ni=!1;break}if(Vn){if(!ht(_e,function(te,Ue){if(!Vn.has(Ue)&&(Ci===te||We(Ci,te,_t,rn,Nt)))return Vn.add(Ue)})){ni=!1;break}}else if(Ci!==ii&&!We(Ci,ii,_t,rn,Nt)){ni=!1;break}}return Nt.delete(B),Nt.delete(_e),ni}function so(B,_e){var We=B.__data__;return function vt(B){var _e=typeof B;return"string"==_e||"number"==_e||"symbol"==_e||"boolean"==_e?"__proto__"!==B:null===B}(_e)?We["string"==typeof _e?"string":"hash"]:We.map}function Bi(B,_e){var We=function gt(B,_e){return B?.[_e]}(B,_e);return function os(B){return!(!Ui(B)||function vr(B){return!!Me&&Me in B}(B))&&(Wo(B)||wt(B)?E:ee).test(Ji(B))}(We)?We:void 0}de.prototype.clear=function Ge(){this.__data__=at?at(null):{}},de.prototype.delete=function Xe(B){return this.has(B)&&delete this.__data__[B]},de.prototype.get=function ct(B){var _e=this.__data__;if(at){var We=_e[B];return We===v?void 0:We}return ue.call(_e,B)?_e[B]:void 0},de.prototype.has=function ut(B){var _e=this.__data__;return at?void 0!==_e[B]:ue.call(_e,B)},de.prototype.set=function yt(B,_e){return this.__data__[B]=at&&void 0===_e?v:_e,this},Oe.prototype.clear=function kt(){this.__data__=[]},Oe.prototype.delete=function dt(B){var _e=this.__data__,We=Et(_e,B);return!(We<0||(We==_e.length-1?_e.pop():Y.call(_e,We,1),0))},Oe.prototype.get=function Kt(B){var _e=this.__data__,We=Et(_e,B);return We<0?void 0:_e[We][1]},Oe.prototype.has=function re(B){return Et(this.__data__,B)>-1},Oe.prototype.set=function we(B,_e){var We=this.__data__,_t=Et(We,B);return _t<0?We.push([B,_e]):We[_t][1]=_e,this},$.prototype.clear=function xe(){this.__data__={hash:new de,map:new(G||Oe),string:new de}},$.prototype.delete=function He(B){return so(this,B).delete(B)},$.prototype.get=function it(B){return so(this,B).get(B)},$.prototype.has=function Ct(B){return so(this,B).has(B)},$.prototype.set=function Rt(B,_e){return so(this,B).set(B,_e),this},ke.prototype.add=ke.prototype.push=function en(B){return this.__data__.set(B,v),this},ke.prototype.has=function tn(B){return this.__data__.has(B)},At.prototype.clear=function ln(){this.__data__=new Oe},At.prototype.delete=function Jt(B){return this.__data__.delete(B)},At.prototype.get=function on(B){return this.__data__.get(B)},At.prototype.has=function dn(B){return this.__data__.has(B)},At.prototype.set=function hi(B,_e){var We=this.__data__;if(We instanceof Oe){var _t=We.__data__;if(!G||_t.length<199)return _t.push([B,_e]),this;We=this.__data__=new $(_t)}return We.set(B,_e),this};var Ri=function Ai(B){return Q.call(B)};function $n(B,_e){return!!(_e=_e??M)&&("number"==typeof B||Fe.test(B))&&B>-1&&B%1==0&&B<_e}function Po(B){return B==B&&!Ui(B)}function Ji(B){if(null!=B){try{return W.call(B)}catch{}try{return B+""}catch{}}return""}function br(B,_e){return B===_e||B!=B&&_e!=_e}(A&&Ri(new A(new ArrayBuffer(1)))!=se||G&&Ri(new G)!=X||me&&Ri(me.resolve())!=J||Be&&Ri(new Be)!=x||f&&Ri(new f)!=Z)&&(Ri=function(B){var _e=Q.call(B),We=_e==ne?B.constructor:void 0,_t=We?Ji(We):void 0;if(_t)switch(_t){case ye:return se;case Zt:return X;case D:return J;case k:return x;case oe:return Z}return _e});var yi=Array.isArray;function bi(B){return null!=B&&wi(B.length)&&!Wo(B)}function Wo(B){var _e=Ui(B)?Q.call(B):"";return _e==S||"[object GeneratorFunction]"==_e}function wi(B){return"number"==typeof B&&B>-1&&B%1==0&&B<=M}function Ui(B){var _e=typeof B;return!!B&&("object"==_e||"function"==_e)}function Ni(B){return!!B&&"object"==typeof B}var rt=tt?function Xt(B){return function(_e){return B(_e)}}(tt):function Zi(B){return Ni(B)&&wi(B.length)&&!!be[Q.call(B)]};function ao(B){return bi(B)?function pn(B,_e){var We=yi(B)||function zt(B){return function ss(B){return Ni(B)&&bi(B)}(B)&&ue.call(B,"callee")&&(!R.call(B,"callee")||Q.call(B)==L)}(B)?function Ut(B,_e){for(var We=-1,_t=Array(B);++We<B;)_t[We]=_e(We);return _t}(B.length,String):[],_t=We.length,rn=!!_t;for(var Nt in B)(_e||ue.call(B,Nt))&&(!rn||"length"!=Nt&&!$n(Nt,_t))&&We.push(Nt);return We}(B):function rs(B){if(!function yr(B){var _e=B&&B.constructor;return B===("function"==typeof _e&&_e.prototype||Dt)}(B))return p(B);var _e=[];for(var We in Object(B))ue.call(B,We)&&"constructor"!=We&&_e.push(We);return _e}(B)}ie.exports=function Bo(B,_e){return B===_e||function is(B,_e,We,_t){var rn=We.length,Nt=rn,gn=!_t;if(null==B)return!Nt;for(B=Object(B);rn--;){var mn=We[rn];if(gn&&mn[2]?mn[1]!==B[mn[0]]:!(mn[0]in B))return!1}for(;++rn<Nt;){var An=(mn=We[rn])[0],Bn=B[An],Un=mn[1];if(gn&&mn[2]){if(void 0===Bn&&!(An in B))return!1}else{var ni=new At;if(_t)var Vn=_t(Bn,Un,An,B,_e,ni);if(!(void 0===Vn?qn(Un,Bn,_t,3,ni):Vn))return!1}}return!0}(B,_e,function Eo(B){for(var _e=ao(B),We=_e.length;We--;){var _t=_e[We],rn=B[_t];_e[We]=[_t,rn,Po(rn)]}return _e}(_e))}},9293(ie){function H(h,v,y,g,M,L,F){try{var U=h[L](F),I=U.value}catch(w){return void y(w)}U.done?v(I):Promise.resolve(I).then(g,M)}ie.exports=function u(h){return function(){var v=this,y=arguments;return new Promise(function(g,M){var L=h.apply(v,y);function F(I){H(L,g,M,F,U,"next",I)}function U(I){H(L,g,M,F,U,"throw",I)}F(void 0)})}},ie.exports.__esModule=!0,ie.exports.default=ie.exports},1892(ie,H,u){"use strict";u.d(H,{FK:()=>at,Y:()=>ye,FD:()=>Zt});var h,v,y,M,L,F,U,I,w,S,O,P={},ne=[],J=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,K=Array.isArray;function x(D,k){for(var oe in k)D[oe]=k[oe];return D}function z(D){D&&D.parentNode&&D.parentNode.removeChild(D)}function Z(D,k,oe,Te,ge){var de={type:D,props:k,key:oe,ref:Te,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:ge??++y,__i:-1,__u:0};return null==ge&&null!=v.vnode&&v.vnode(de),de}function se(D){return D.children}function le(D,k){this.props=D,this.context=k}function ve(D,k){if(null==k)return D.__?ve(D.__,D.__i+1):null;for(var oe;k<D.__k.length;k++)if(null!=(oe=D.__k[k])&&null!=oe.__e)return oe.__e;return"function"==typeof D.type?ve(D):null}function Pe(D){var k,oe;if(null!=(D=D.__)&&null!=D.__c){for(D.__e=D.__c.base=null,k=0;k<D.__k.length;k++)if(null!=(oe=D.__k[k])&&null!=oe.__e){D.__e=D.__c.base=oe.__e;break}return Pe(D)}}function Ee(D){(!D.__d&&(D.__d=!0)&&M.push(D)&&!Ie.__r++||L!==v.debounceRendering)&&((L=v.debounceRendering)||F)(Ie)}function Ie(){var D,k,oe,Te,ge,de,Ge,Xe;for(M.sort(U);D=M.shift();)D.__d&&(k=M.length,Te=void 0,de=(ge=(oe=D).__v).__e,Ge=[],Xe=[],oe.__P&&((Te=x({},ge)).__v=ge.__v+1,v.vnode&&v.vnode(Te),ze(oe.__P,Te,ge,oe.__n,oe.__P.namespaceURI,32&ge.__u?[de]:null,Ge,de??ve(ge),!!(32&ge.__u),Xe),Te.__v=ge.__v,Te.__.__k[Te.__i]=Te,Ke(Ge,Te,Xe),Te.__e!=de&&Pe(Te)),M.length>k&&M.sort(U));Ie.__r=0}function he(D,k,oe,Te,ge,de,Ge,Xe,ct,ut,yt){var Oe,kt,dt,Kt,re,we,$=Te&&Te.__k||ne,xe=k.length;for(ct=function pe(D,k,oe,Te){var ge,de,Ge,Xe,ct,ut=k.length,yt=oe.length,Oe=yt,kt=0;for(D.__k=[],ge=0;ge<ut;ge++)null!=(de=k[ge])&&"boolean"!=typeof de&&"function"!=typeof de?(Xe=ge+kt,(de=D.__k[ge]="string"==typeof de||"number"==typeof de||"bigint"==typeof de||de.constructor==String?Z(null,de,null,null,null):K(de)?Z(se,{children:de},null,null,null):void 0===de.constructor&&de.__b>0?Z(de.type,de.props,de.key,de.ref?de.ref:null,de.__v):de).__=D,de.__b=D.__b+1,Ge=null,-1!==(ct=de.__i=lt(de,oe,Xe,Oe))&&(Oe--,(Ge=oe[ct])&&(Ge.__u|=2)),null==Ge||null===Ge.__v?(-1==ct&&kt--,"function"!=typeof de.type&&(de.__u|=4)):ct!==Xe&&(ct==Xe-1?kt--:ct==Xe+1?kt++:(ct>Xe?kt--:kt++,de.__u|=4))):de=D.__k[ge]=null;if(Oe)for(ge=0;ge<yt;ge++)null!=(Ge=oe[ge])&&!(2&Ge.__u)&&(Ge.__e==Te&&(Te=ve(Ge)),ft(Ge,Ge));return Te}(oe,k,$,ct),Oe=0;Oe<xe;Oe++)null!=(dt=oe.__k[Oe])&&(kt=-1===dt.__i?P:$[dt.__i]||P,dt.__i=Oe,we=ze(D,dt,kt,ge,de,Ge,Xe,ct,ut,yt),Kt=dt.__e,dt.ref&&kt.ref!=dt.ref&&(kt.ref&&ae(kt.ref,null,dt),yt.push(dt.ref,dt.__c||Kt,dt)),null==re&&null!=Kt&&(re=Kt),4&dt.__u||kt.__k===dt.__k?ct=Ne(dt,ct,D):"function"==typeof dt.type&&void 0!==we?ct=we:Kt&&(ct=Kt.nextSibling),dt.__u&=-7);return oe.__e=re,ct}function Ne(D,k,oe){var Te,ge;if("function"==typeof D.type){for(Te=D.__k,ge=0;Te&&ge<Te.length;ge++)Te[ge]&&(Te[ge].__=D,k=Ne(Te[ge],k,oe));return k}D.__e!=k&&(k&&D.type&&!oe.contains(k)&&(k=ve(D)),oe.insertBefore(D.__e,k||null),k=D.__e);do{k=k&&k.nextSibling}while(null!=k&&8===k.nodeType);return k}function lt(D,k,oe,Te){var ge=D.key,de=D.type,Ge=oe-1,Xe=oe+1,ct=k[oe];if(null===ct||ct&&ge==ct.key&&de===ct.type&&!(2&ct.__u))return oe;if(("function"!=typeof de||de===se||ge)&&Te>(null==ct||2&ct.__u?0:1))for(;Ge>=0||Xe<k.length;){if(Ge>=0){if((ct=k[Ge])&&!(2&ct.__u)&&ge==ct.key&&de===ct.type)return Ge;Ge--}if(Xe<k.length){if((ct=k[Xe])&&!(2&ct.__u)&&ge==ct.key&&de===ct.type)return Xe;Xe++}}return-1}function ee(D,k,oe){"-"===k[0]?D.setProperty(k,oe??""):D[k]=null==oe?"":"number"!=typeof oe||J.test(k)?oe:oe+"px"}function Fe(D,k,oe,Te,ge){var de,Ge;e:if("style"===k)if("string"==typeof oe)D.style.cssText=oe;else{if("string"==typeof Te&&(D.style.cssText=Te=""),Te)for(k in Te)oe&&k in oe||ee(D.style,k,"");if(oe)for(k in oe)Te&&oe[k]===Te[k]||ee(D.style,k,oe[k])}else if("o"===k[0]&&"n"===k[1])de=k!==(k=k.replace(I,"$1")),k=k.toLowerCase()in D||"onFocusOut"===k||"onFocusIn"===k?k.toLowerCase().slice(2):k.slice(2),D.l||(D.l={}),D.l[k+de]=oe,oe?Te?oe.t=Te.t:(oe.t=w,D.addEventListener(k,de?O:S,de)):D.removeEventListener(k,de?O:S,de);else{if("http://www.w3.org/2000/svg"==ge)k=k.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=k&&"height"!=k&&"href"!=k&&"list"!=k&&"form"!=k&&"tabIndex"!=k&&"download"!=k&&"rowSpan"!=k&&"colSpan"!=k&&"role"!=k&&"popover"!=k&&k in D)try{Ge=D.tagName&&D.tagName.includes("-"),D[k]=null!=oe||Ge?oe:"";break e}catch{}"function"==typeof oe||(null==oe||!1===oe&&"-"!==k[4]?D.removeAttribute(k):D.setAttribute(k,"popover"==k&&1==oe?"":oe))}}function be(D){return function(k){if(this.l){var oe=this.l[k.type+D];if(null==k.u)k.u=w++;else if(k.u<oe.t)return;return oe(v.event?v.event(k):k)}}}function ze(D,k,oe,Te,ge,de,Ge,Xe,ct,ut){var yt,Oe,kt,dt,Kt,re,we,$,xe,He,it,Ct,Rt,ke,en,tn,At,ln=k.type;if(void 0!==k.constructor)return null;128&oe.__u&&(ct=!!(32&oe.__u),de=[Xe=k.__e=oe.__e]),(yt=v.__b)&&yt(k);e:if("function"==typeof ln)try{if($=k.props,xe="prototype"in ln&&ln.prototype.render,He=(yt=ln.contextType)&&Te[yt.__c],it=yt?He?He.props.value:yt.__:Te,oe.__c?we=(Oe=k.__c=oe.__c).__=Oe.__E:(xe?k.__c=Oe=new ln($,it):(k.__c=Oe=new le($,it),Oe.constructor=ln,Oe.render=Ye),He&&He.sub(Oe),Oe.props=$,Oe.state||(Oe.state={}),Oe.context=it,Oe.__n=Te,kt=Oe.__d=!0,Oe.__h=[],Oe._sb=[]),xe&&null==Oe.__s&&(Oe.__s=Oe.state),xe&&null!=ln.getDerivedStateFromProps&&(Oe.__s==Oe.state&&(Oe.__s=x({},Oe.__s)),x(Oe.__s,ln.getDerivedStateFromProps($,Oe.__s))),dt=Oe.props,Kt=Oe.state,Oe.__v=k,kt)xe&&null==ln.getDerivedStateFromProps&&null!=Oe.componentWillMount&&Oe.componentWillMount(),xe&&null!=Oe.componentDidMount&&Oe.__h.push(Oe.componentDidMount);else{if(xe&&null==ln.getDerivedStateFromProps&&$!==dt&&null!=Oe.componentWillReceiveProps&&Oe.componentWillReceiveProps($,it),!Oe.__e&&(null!=Oe.shouldComponentUpdate&&!1===Oe.shouldComponentUpdate($,Oe.__s,it)||k.__v===oe.__v)){for(k.__v!==oe.__v&&(Oe.props=$,Oe.state=Oe.__s,Oe.__d=!1),k.__e=oe.__e,k.__k=oe.__k,k.__k.some(function(Jt){Jt&&(Jt.__=k)}),Ct=0;Ct<Oe._sb.length;Ct++)Oe.__h.push(Oe._sb[Ct]);Oe._sb=[],Oe.__h.length&&Ge.push(Oe);break e}null!=Oe.componentWillUpdate&&Oe.componentWillUpdate($,Oe.__s,it),xe&&null!=Oe.componentDidUpdate&&Oe.__h.push(function(){Oe.componentDidUpdate(dt,Kt,re)})}if(Oe.context=it,Oe.props=$,Oe.__P=D,Oe.__e=!1,Rt=v.__r,ke=0,xe){for(Oe.state=Oe.__s,Oe.__d=!1,Rt&&Rt(k),yt=Oe.render(Oe.props,Oe.state,Oe.context),en=0;en<Oe._sb.length;en++)Oe.__h.push(Oe._sb[en]);Oe._sb=[]}else do{Oe.__d=!1,Rt&&Rt(k),yt=Oe.render(Oe.props,Oe.state,Oe.context),Oe.state=Oe.__s}while(Oe.__d&&++ke<25);Oe.state=Oe.__s,null!=Oe.getChildContext&&(Te=x(x({},Te),Oe.getChildContext())),xe&&!kt&&null!=Oe.getSnapshotBeforeUpdate&&(re=Oe.getSnapshotBeforeUpdate(dt,Kt)),Xe=he(D,K(tn=null!=yt&&yt.type===se&&null==yt.key?yt.props.children:yt)?tn:[tn],k,oe,Te,ge,de,Ge,Xe,ct,ut),Oe.base=k.__e,k.__u&=-161,Oe.__h.length&&Ge.push(Oe),we&&(Oe.__E=Oe.__=null)}catch(Jt){if(k.__v=null,ct||null!=de)if(Jt.then){for(k.__u|=ct?160:128;Xe&&8===Xe.nodeType&&Xe.nextSibling;)Xe=Xe.nextSibling;de[de.indexOf(Xe)]=null,k.__e=Xe}else for(At=de.length;At--;)z(de[At]);else k.__e=oe.__e,k.__k=oe.__k;v.__e(Jt,k,oe)}else null==de&&k.__v===oe.__v?(k.__k=oe.__k,k.__e=oe.__e):Xe=k.__e=function $e(D,k,oe,Te,ge,de,Ge,Xe,ct){var ut,yt,Oe,kt,dt,Kt,re,we,$=oe.props,xe=k.props,He=k.type;if("svg"===He?ge="http://www.w3.org/2000/svg":"math"===He?ge="http://www.w3.org/1998/Math/MathML":ge||(ge="http://www.w3.org/1999/xhtml"),null!=de)for(ut=0;ut<de.length;ut++)if((dt=de[ut])&&"setAttribute"in dt==!!He&&(He?dt.localName===He:3===dt.nodeType)){D=dt,de[ut]=null;break}if(null==D){if(null===He)return document.createTextNode(xe);D=document.createElementNS(ge,He,xe.is&&xe),Xe&&(v.__m&&v.__m(k,de),Xe=!1),de=null}if(null===He)$===xe||Xe&&D.data===xe||(D.data=xe);else{if(de=de&&h.call(D.childNodes),$=oe.props||P,!Xe&&null!=de)for($={},ut=0;ut<D.attributes.length;ut++)$[(dt=D.attributes[ut]).name]=dt.value;for(ut in $)if(dt=$[ut],"children"!=ut)if("dangerouslySetInnerHTML"==ut)Oe=dt;else if(!(ut in xe)){if("value"==ut&&"defaultValue"in xe||"checked"==ut&&"defaultChecked"in xe)continue;Fe(D,ut,null,dt,ge)}for(ut in xe)dt=xe[ut],"children"==ut?kt=dt:"dangerouslySetInnerHTML"==ut?yt=dt:"value"==ut?Kt=dt:"checked"==ut?re=dt:Xe&&"function"!=typeof dt||$[ut]===dt||((ut.startsWith("on")||"ref"===ut&&"function"==typeof dt)&&(we=Te[Object.keys(Te)[0]])&&(dt=dt.bind(we.props.value)),Fe(D,ut,dt,$[ut],ge));if(yt)Xe||Oe&&(yt.__html===Oe.__html||yt.__html===D.innerHTML)||(D.innerHTML=yt.__html),k.__k=[];else if(Oe&&(D.innerHTML=""),he(D,K(kt)?kt:[kt],k,oe,Te,"foreignObject"===He?"http://www.w3.org/1999/xhtml":ge,de,Ge,de?de[0]:oe.__k&&ve(oe,0),Xe,ct),null!=de)for(ut=de.length;ut--;)z(de[ut]);Xe||(ut="value","progress"===He&&null==Kt?D.removeAttribute("value"):void 0!==Kt&&(Kt!==D[ut]||"progress"===He&&!Kt||"option"===He&&Kt!==$[ut])&&Fe(D,ut,Kt,$[ut],ge),ut="checked",void 0!==re&&re!==D[ut]&&Fe(D,ut,re,$[ut],ge))}return D}(oe.__e,k,oe,Te,ge,de,Ge,ct,ut);return(yt=v.diffed)&&yt(k),128&k.__u?void 0:Xe}function Ke(D,k,oe){for(var Te=0;Te<oe.length;Te++)ae(oe[Te],oe[++Te],oe[++Te]);v.__c&&v.__c(k,D),D.some(function(ge){try{D=ge.__h,ge.__h=[],D.some(function(de){de.call(ge)})}catch(de){v.__e(de,ge.__v)}})}function ae(D,k,oe){try{if("function"==typeof D){var Te="function"==typeof D.__u;Te&&D.__u(),Te&&null==k||(D.__u=D(k))}else D.current=k}catch(ge){v.__e(ge,oe)}}function ft(D,k,oe){var Te,ge;if(v.unmount&&v.unmount(D),(Te=D.ref)&&(Te.current&&Te.current!==D.__e||ae(Te,null,k)),null!=(Te=D.__c)){if(Te.componentWillUnmount)try{Te.componentWillUnmount()}catch(de){v.__e(de,k)}Te.base=Te.__P=null}if(Te=D.__k)for(ge=0;ge<Te.length;ge++)Te[ge]&&ft(Te[ge],k,oe||"function"!=typeof D.type);oe||z(D.__e),D.__c=D.__=D.__e=void 0}function Ye(D,k,oe){return this.constructor(D,oe)}h=ne.slice,v={__e:function(D,k,oe,Te){for(var ge,de,Ge;k=k.__;)if((ge=k.__c)&&!ge.__)try{if((de=ge.constructor)&&null!=de.getDerivedStateFromError&&(ge.setState(de.getDerivedStateFromError(D)),Ge=ge.__d),null!=ge.componentDidCatch&&(ge.componentDidCatch(D,Te||{}),Ge=ge.__d),Ge)return ge.__E=ge}catch(Xe){D=Xe}throw D}},y=0,le.prototype.setState=function(D,k){var oe;oe=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=x({},this.state),"function"==typeof D&&(D=D(x({},oe),this.props)),D&&x(oe,D),null!=D&&this.__v&&(k&&this._sb.push(k),Ee(this))},le.prototype.forceUpdate=function(D){this.__v&&(this.__e=!0,D&&this.__h.push(D),Ee(this))},le.prototype.render=se,M=[],F="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,U=function(D,k){return D.__v.__b-k.__v.__b},Ie.__r=0,I=/(PointerCapture)$|Capture$/i,w=0,S=be(!1),O=be(!0);var hn=0;function nt(D,k,oe,Te,ge,de){k||(k={});var Ge,Xe,ct=k;"ref"in k&&(Ge=k.ref,delete k.ref);var ut={type:D,props:ct,key:oe,ref:Ge,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--hn,__i:-1,__u:0,__source:ge,__self:de};if("function"==typeof D&&(Ge=D.defaultProps))for(Xe in Ge)void 0===ct[Xe]&&(ct[Xe]=Ge[Xe]);return v.vnode&&v.vnode(ut),ut}const E=new Map;function Be(D,k,oe){let Te;return function me(D){return"function"==typeof D&&"getMetadata"in D}(D)?(Te=D.getMetadata().getTag(),function G(D,k){const Te=D.getMetadata().getEvents();Object.keys(k).forEach(ge=>{if(ge.startsWith("on")){const de=ge.slice(2),Ge=(D=>(D=>{if(!E.has(D)){const k=D.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();E.set(D,k)}return E.get(D)})(D))(de),Xe=de.charAt(0).toLowerCase()+de.slice(1);let ct;Ge in Te?ct=Ge:Xe in Te&&(ct=Xe),ct&&"onClick"!==ge&&(k[`onui5-${ct}`]=k[ge],delete k[ge])}})}(D,k)):Te=D,"object"==typeof k.class&&(k.class=function ue(D){let k="";for(const oe in D)D[oe]&&(k&&(k+=" "),k+=oe);return k}(k.class)),Te}const f=v.vnode;function at(D,k){return se(D)}function ye(D,k,oe){return nt(Be(D,k),k,oe)}function Zt(D,k,oe){return nt(Be(D,k),k,oe)}v.vnode=D=>{f&&f(D)}},1261(ie,H,u){"use strict";u.d(H,{Ih:()=>ee,zj:()=>ze,qM:()=>lt});var h=u(9293),g=u(1241),M=u(3455),L=u(3274),U=u(3261);const S=()=>{const ae=(0,L.x$)("OpenUI5Support");(!ae||!ae.isOpenUI5Detected())&&(()=>{const ae=document.querySelector("head>style[data-ui5-font-face]");!(0,U.d)()||ae||(0,M.E6)('@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}\n@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}\n@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var x=u(6726),z=u(6077),q=u(8079),Z=u(7928),ce=u(6136);let pe,se=!1,he=!1,Ne=!1;const je=new g.A,lt=()=>he,ee=ae=>{he?ae():je.attachEvent("boot",ae)},Fe=function(){var ae=h(function*(){const Ye=(0,L.x$)("OpenUI5Support"),Se=!!Ye&&Ye.isOpenUI5Detected(),pt=(0,L.x$)("F6Navigation");Ye&&(pt&&pt.destroy(),yield Ye.init()),pt&&!Se&&pt.init()});return function ft(){return ae.apply(this,arguments)}}(),ze=function(){var ae=h(function*(){if(void 0!==pe)return pe;const Ye=function(){var Se=h(function*(tt){(0,q.je)(),typeof document>"u"?tt():((0,Z.h)($e),yield Fe(),yield new Promise(ae=>{document.body?ae():document.addEventListener("DOMContentLoaded",()=>{ae()})}),yield(0,z.Ay)((0,x.O4)()),(()=>{if(Ne)return;const ae=(0,L.x$)("OpenUI5Support");ae&&(Ne=ae.attachListeners())})(),S(),(0,M.E6)(":root{--_ui5-cozy-size:var(--_ui5-f2d95f8);--_ui5-compact-size: ;--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5-cozy-size: ;--_ui5-compact-size:var(--_ui5-f2d95f8);--_ui5_content_density:compact}","data-ui5-system-css-vars"),(0,M.E6)("html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}","data-ui5-scrollbar-styles"),(0,ce.nr)()&&(0,ce.un)()&&!se&&(document.body.addEventListener("touchstart",()=>{}),se=!0),tt(),he=!0,je.fireEvent("boot"))});return function pt(tt){return Se.apply(this,arguments)}}();return pe=new Promise(Ye),pe});return function ft(){return ae.apply(this,arguments)}}(),$e=ae=>{if(!he)return;const ft=(0,x.O4)(),Ye=(0,x.PC)();(ae===ft||ae===Ye)&&(0,z.Ay)(ft)}},7607(ie,H,u){"use strict";u.d(H,{D8:()=>I,FN:()=>S,J4:()=>O,KI:()=>U});var h=u(6113),v=u(8079);const y=(0,h.A)("Tags",new Map),g=new Set;let L,M=new Map;const U=P=>{g.add(P),y.set(P,(0,v._w)())},I=P=>g.has(P),S=()=>[...g.values()],O=P=>{let ne=y.get(P);void 0===ne&&(ne=-1),M.has(ne)||M.set(ne,new Set),M.get(ne).add(P),L||(L=setTimeout(()=>{X(),M=new Map,L=void 0},1e3))},X=()=>{const P=(0,v.J1)(),ne=(0,v._w)(),J=P[ne];let K="Multiple UI5 Web Components instances detected.";P.length>1&&(K=`${K}\nLoading order (versions before 1.1.0 not listed): ${P.map(x=>`\n${x.description}`).join("")}`),[...M.keys()].forEach(x=>{let z,q,Z;-1===x?(z=1,q={description:"Older unknown runtime"}):(z=(0,v.Dz)(ne,x),q=P[x]),Z=z>0?"an older":z<0?"a newer":"the same",K=`${K}\n\n"${J.description}" failed to define ${M.get(x).size} tag(s) as they were defined by a runtime of ${Z} version "${q.description}": ${[...M.get(x)].sort().join(", ")}.`,K=z>0?`${K}\nWARNING! If your code uses features of the above web components, unavailable in ${q.description}, it might not work as expected!`:`${K}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),K=`${K}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/UI5/webcomponents/blob/main/docs/2-advanced/06-scoping.md.`,console.warn(K)}},4001(ie,H,u){"use strict";u.d(H,{$4:()=>O,LI:()=>w,RF:()=>S,rD:()=>U}),u(7607);let M={include:[/./],exclude:[]};const L=new Map,U=()=>{},w=()=>M,S=P=>{if(!L.has(P)){const ne=M.include.some(J=>P.match(J))&&!M.exclude.some(J=>P.match(J));L.set(P,ne)}return L.get(P)},O=P=>{if(S(P))return U()}},6136(ie,H,u){"use strict";const h=typeof document>"u",v={get userAgent(){return h?"":navigator.userAgent},get touch(){return!h&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!h&&/(Chrome|CriOS)/.test(v.userAgent)},get firefox(){return!h&&/Firefox/.test(v.userAgent)},get safari(){return!h&&!v.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(v.userAgent)},get webkit(){return!h&&/webkit/.test(v.userAgent)},get windows(){return!h&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!h&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!(h||!navigator.platform.match(/iPhone|iPad|iPod/)&&(!v.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!h&&!v.windows&&/Android/.test(v.userAgent)},get androidPhone(){return!h&&v.android&&/(?=android)(?=.*mobile)/i.test(v.userAgent)},get ipad(){return!h&&(/ipad/i.test(v.userAgent)||/Macintosh/i.test(v.userAgent)&&"ontouchend"in document)},_isPhone:()=>(U(),v.touch&&!M)};let y,g,M;const L=()=>{if(h||!v.windows)return!1;if(void 0===y){const q=v.userAgent.match(/Windows NT (\d+).(\d)/);y=q?parseFloat(q[1]):0}return y>=8},U=()=>{if(h)return!1;if(void 0===M){if(v.ipad)return void(M=!0);if(v.touch){if(L())return void(M=!0);if(v.chrome&&v.android)return void(M=!/Mobile Safari\/[.0-9]+/.test(v.userAgent));let q=window.devicePixelRatio?window.devicePixelRatio:1;return v.android&&(()=>{if(h||!v.webkit)return!1;if(void 0===g){const q=v.userAgent.match(/(webkit)[ /]([\w.]+)/);g=q?parseFloat(q[1]):0}return g>=537.1})()&&(q=1),void(M=Math.min(window.screen.width/q,window.screen.height/q)>=600)}M=-1!==v.userAgent.indexOf("Touch")||v.android&&!v.androidPhone}},P=()=>v._isPhone();u.d(H,["H8",0,()=>v.chrome,"cX",0,()=>v.macOS,"m0",0,()=>v.android||v.androidPhone,"nr",0,()=>v.safari,"tp",0,P,"un",0,()=>v.iOS,"xl",0,()=>!h&&(U(),!((v.touch||L())&&M||P())||L())])},1241(ie,H,u){"use strict";u.d(H,["A",0,class h{constructor(){this._eventRegistry=new Map}attachEvent(g,M){const L=this._eventRegistry,F=L.get(g);Array.isArray(F)?F.includes(M)||F.push(M):L.set(g,[M])}detachEvent(g,M){const L=this._eventRegistry,F=L.get(g);if(!F)return;const U=F.indexOf(M);-1!==U&&F.splice(U,1),0===F.length&&L.delete(g)}fireEvent(g,M){const L=this._eventRegistry.get(g);return L?L.map(F=>F.call(this,M)):[]}fireEventAsync(g,M){return Promise.all(this.fireEvent(g,M))}isHandlerAttached(g,M){const L=this._eventRegistry.get(g);return!!L&&L.includes(M)}hasListeners(g){return!!this._eventRegistry.get(g)}}])},3274(ie,H,u){"use strict";const h=new Map;u.d(H,["M_",0,(M,L)=>{h.set(M,L)},"io",0,()=>[...h.keys()],"x$",0,M=>h.get(M)])},6744(ie,H,u){"use strict";var h=u(8509),v=u(3274),y=u(5726),g=u(9671),M=u(2134),L=u(6121);let F=!1,U={animationMode:g.A.Full,theme:y.SS,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0,ignoreUrlParams:!1};const ce=new Map;ce.set("true",!0),ce.set("false",!1);const Ee=(Ne,je,lt)=>{const ee=je.toLowerCase(),Fe=Ne.split(`${lt}-`)[1];ce.has(je)&&(je=ce.get(ee)),"theme"===Fe?(U.theme=((Ne,je)=>"theme"===Ne&&je.includes("@")?je.split("@")[0]:je)(Fe,je),je&&je.includes("@")&&(U.themeRoot=(Ne=>Ne.split("@")[1])(je))):U[Fe]=je},he=()=>{typeof document>"u"||F||(pe(),F=!0)},pe=Ne=>{Ne&&(0,M.k)(),(()=>{const Ne=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let je;if(Ne){try{je=JSON.parse(Ne.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}je&&(U=(0,h.A)(U,je))}})(),U.ignoreUrlParams||(()=>{const Ne=new URLSearchParams((0,L.iA)());Ne.forEach((je,lt)=>{const ee=lt.split("sap-").length;0===ee||ee===lt.split("sap-ui-").length||Ee(lt,je,"sap")}),Ne.forEach((je,lt)=>{lt.startsWith("sap-ui")&&Ee(lt,je,"sap-ui")})})(),(()=>{const Ne=(0,v.x$)("OpenUI5Support");if(!Ne||!Ne.isOpenUI5Detected())return;const je=Ne.getConfigurationSettingsObject();U=(0,h.A)(U,je)})()};u.d(H,["$n",0,()=>(he(),U.enableDefaultTooltips),"Bi",0,()=>(he(),U.secondaryCalendarType),"Hz",0,()=>(he(),U.formatSettings),"Md",0,()=>(he(),U.timezone),"O4",0,()=>(he(),U.theme),"Qh",0,()=>(he(),U.ignoreUrlParams),"SU",0,()=>(he(),U.themeRoot),"Tx",0,()=>(he(),U.calendarType),"Z0",0,()=>(he(),U.language),"d$",0,()=>(he(),U.defaultFontLoading),"mE",0,()=>(he(),U.fetchDefaultLanguage),"qC",0,()=>(he(),U.animationMode),"uf",0,()=>(he(),U.noConflict)])},2358(ie,H,u){"use strict";const p=f=>f.shiftKey||f.altKey||A(f),A=f=>!(!f.metaKey&&!f.ctrlKey),G=(f,at,ye,Zt)=>f.shiftKey===Zt&&f.altKey===ye&&A(f)===at;u.d(H,["BF",0,f=>(f.key?"Spacebar"===f.key||" "===f.key:32===f.keyCode)&&G(f,!1,!1,!0),"FG",0,f=>(f.key?"ArrowRight"===f.key||"Right"===f.key:39===f.keyCode)&&!p(f),"HJ",0,f=>(f.key?"F8"===f.key:119===f.keyCode)&&G(f,!0,!0,!1),"KK",0,f=>(f.key?"ArrowLeft"===f.key||"Left"===f.key:37===f.keyCode)&&G(f,!1,!1,!0),"KL",0,f=>(f.key?"Escape"===f.key||"Esc"===f.key:27===f.keyCode)&&!p(f),"OC",0,f=>(f.key?"ArrowLeft"===f.key||"Left"===f.key:37===f.keyCode)&&!p(f),"Ob",0,f=>(f.key?"Delete"===f.key:46===f.keyCode)&&!p(f),"Pj",0,f=>(f.key?"ArrowDown"===f.key||"Down"===f.key:40===f.keyCode)&&!p(f),"RI",0,f=>(f.key?"Enter"===f.key:13===f.keyCode)&&!p(f),"Tu",0,f=>"Shift"===f.key||16===f.keyCode,"W_",0,f=>(f.key?"Backspace"===f.key:8===f.keyCode)&&!p(f),"_0",0,f=>G(f,!0,!1,!1),"aI",0,f=>(f.key?"ArrowUp"===f.key||"Up"===f.key:38===f.keyCode)&&G(f,!1,!1,!0),"bR",0,f=>(f.key?"Tab"===f.key:9===f.keyCode)&&G(f,!1,!1,!0),"hn",0,f=>(f.key?"ArrowRight"===f.key||"Right"===f.key:39===f.keyCode)&&G(f,!1,!1,!0),"ie",0,f=>(f.key?"ArrowUp"===f.key||"Up"===f.key:38===f.keyCode)&&!p(f),"oY",0,f=>(f.key?"PageDown"===f.key:34===f.keyCode)&&!p(f),"oi",0,f=>(f.key?"F7"===f.key:118===f.keyCode)&&!p(f),"qN",0,f=>(f.key?"Home"===f.key:36===f.keyCode)&&!p(f),"tt",0,f=>(f.key?"ArrowDown"===f.key||"Down"===f.key:40===f.keyCode)&&G(f,!1,!1,!0),"ty",0,f=>"F2"===f.key&&!p(f),"uV",0,f=>(f.key?"End"===f.key:35===f.keyCode)&&!p(f),"vQ",0,f=>(f.key?"PageUp"===f.key:33===f.keyCode)&&!p(f),"xC",0,f=>(f.key?"Spacebar"===f.key||" "===f.key:32===f.keyCode)&&!p(f),"zP",0,f=>(f.key?"Tab"===f.key:9===f.keyCode)&&!p(f)])},6121(ie,H,u){"use strict";const h=typeof document>"u",v_search=()=>h?"":window.location.search;u.d(H,["$N",0,()=>h?"":window.location.href,"VQ",0,()=>h?"":window.location.hostname,"iA",0,()=>v_search(),"iw",0,()=>h?"":window.location.protocol,"lj",0,()=>h?"":window.location.port])},3455(ie,H,u){"use strict";u.d(H,{E6:()=>I,Zq:()=>w,eP:()=>U});var h=u(8079);const v=typeof document>"u",y=(S,O)=>O?`${S}|${O}`:S,U=(S,O="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(X=>X._ui5StyleId!==y(S,O))},I=(S,O,X="",P)=>{((S,O="")=>!!v||!!document.adoptedStyleSheets.find(X=>X._ui5StyleId===y(S,O)))(O,X)?((S,O,X="",P)=>{if(v)return;const ne=(0,h._w)(),J=document.adoptedStyleSheets.find(K=>K._ui5StyleId===y(O,X));J&&(P?(J._ui5Theme!==P||(S=>void 0===S||(0,h.Dz)((0,h._w)(),parseInt(S))>=1)(J._ui5RuntimeIndex))&&(J.replaceSync(S||""),J._ui5RuntimeIndex=String(ne),J._ui5Theme=P):J.replaceSync(S||""))})(S,O,X,P):((S,O,X="",P)=>{const ne=(0,h._w)(),J=new CSSStyleSheet;J.replaceSync(S),J._ui5StyleId=y(O,X),P&&(J._ui5RuntimeIndex=ne,J._ui5Theme=P),document.adoptedStyleSheets=[...document.adoptedStyleSheets,J]})(S,O,X,P)},w=(S,O)=>void 0===S?O:void 0===O?S:`${S} ${O}`},4583(ie,H,u){"use strict";const h=new Map,v=new Map;v.set("S",[0,599]),v.set("M",[600,1023]),v.set("L",[1024,1439]),v.set("XL",[1440,1/0]);var U,y=((U=y||{}).RANGE_4STEPS="4Step",U);const L={RANGESETS:y,initRangeSet:(U,I)=>{h.set(U,I)},getCurrentRange:(U,I=window.innerWidth)=>{let S,w=h.get(U);w||(w=h.get("4Step"));const O=Math.floor(I);return w.forEach((X,P)=>{O>=X[0]&&O<=X[1]&&(S=P)}),S||[...w.keys()][0]}};L.initRangeSet(L.RANGESETS.RANGE_4STEPS,v),u.d(H,["A",0,L])},6060(ie,H,u){"use strict";u.d(H,{zo:()=>z,xm:()=>ve,kT:()=>J,oK:()=>ne,JT:()=>se,fz:()=>x,nl:()=>K});var h=u(9293),v=u(1241);var L=u(7607),F=u(8012);const U=new Set,I=new v.A,w=new class g{constructor(){this.list=[],this.lookup=new Set}add(he){this.lookup.has(he)||(this.list.push(he),this.lookup.add(he))}remove(he){this.lookup.has(he)&&(this.list=this.list.filter(pe=>pe!==he),this.lookup.delete(he))}shift(){const he=this.list.shift();if(he)return this.lookup.delete(he),he}isEmpty(){return 0===this.list.length}isAdded(he){return this.lookup.has(he)}process(he){let pe;const Ne=new Map;for(pe=this.shift();pe;){const je=Ne.get(pe)||0;if(je>10)throw new Error("Web component processed too many times this task, max allowed is: 10");he(pe),Ne.set(pe,je+1),pe=this.shift()}}};let S,O,X,P;const ne=function(){var Ie=h(function*(pe){w.add(pe),yield q()});return function he(pe){return Ie.apply(this,arguments)}}(),J=Ie=>{U.add(Ie)},K=Ie=>{U.delete(Ie)},x=Ie=>{I.fireEvent("beforeComponentRender",Ie),J(Ie),Ie._render()},z=Ie=>{w.remove(Ie),K(Ie)},q=function(){var Ie=h(function*(){P||(P=new Promise(pe=>{window.requestAnimationFrame(()=>{w.process(x),P=null,pe(),X||(X=setTimeout(()=>{X=void 0,w.isEmpty()&&le()},200))})})),yield P});return function he(){return Ie.apply(this,arguments)}}(),se=function(){var Ie=h(function*(){yield(()=>{const Ie=(0,L.FN)().map(he=>customElements.whenDefined(he));return Promise.all(Ie)})(),yield S||(S=new Promise(Ie=>{O=Ie,window.requestAnimationFrame(()=>{w.isEmpty()&&(S=void 0,Ie())})}),S)});return function he(){return Ie.apply(this,arguments)}}(),le=()=>{w.isEmpty()&&O&&(O(),O=void 0,S=void 0)},ve=function(){var Ie=h(function*(pe){U.forEach(Ne=>{const je=Ne.constructor,lt=je.getMetadata().getTag(),ee=(0,F.J)(je),Fe=je.getMetadata().isLanguageAware(),be=je.getMetadata().isThemeAware();(!pe||pe.tag===lt||pe.rtlAware&&ee||pe.languageAware&&Fe||pe.themeAware&&be)&&ne(Ne)}),yield se()});return function he(pe){return Ie.apply(this,arguments)}}()},8079(ie,H,u){"use strict";u.d(H,{Dz:()=>ht,J1:()=>Xt,_w:()=>pt,je:()=>Se});var h=u(7607),v=u(4001),y=u(3274),g=u(6744),L=(u(9671),u(2134));let U;(0,L.R)(()=>{U=void 0});var gt,S=((gt=S||{}).Gregorian="Gregorian",gt.Islamic="Islamic",gt.Japanese="Japanese",gt.Buddhist="Buddhist",gt.Persian="Persian",gt);const O=S;let X,P;(0,L.R)(()=>{X=void 0,P=void 0});var K=u(3261);let x;class z{static getLegacyDateCalendarCustomizing(){return void 0===x&&(x=(0,g.Hz)()),x.legacyDateCalendarCustomizing||[]}}(0,y.M_)("LegacyDateFormats",z);const q=z;let Z;(0,L.R)(()=>{Z=void 0});const le=(0,y.x$)("LegacyDateFormats")?q.getLegacyDateCalendarCustomizing:()=>[];var ve=u(4181),Pe=u(1022),Ee=u(6726),Ie=u(494);let he;(0,L.R)(()=>{he=void 0});var je=u(5303);let lt;const ze={version:"2.25.0",major:2,minor:25,patch:0,suffix:"",isNext:!1,buildTime:1785304276};var Ke=u(6113);let $e;const ft=new Map,Ye=(0,Ke.A)("Runtimes",[]),Se=()=>{if(void 0===$e){$e=Ye.length;const gt=ze;Ye.push({...gt,get scopingSuffix(){return(0,v.rD)()},get registeredTags(){return(0,h.FN)()},get registeredFeatures(){return(0,y.io)()},get configuration(){return{theme:(0,Ee.O4)(),themeRoot:(0,Ie.SU)(),baseTheme:(0,Ee.PC)(),language:(0,ve.Z0)(),fetchDefaultLanguage:(0,ve.mE)(),timezone:(void 0===he&&(he=(0,g.Md)()),he),animationMode:(void 0===U&&(U=(0,g.qC)()),U),calendarType:(void 0===X&&(X=(0,g.Tx)()),X&&X in O?X:O.Gregorian),secondaryCalendarType:(void 0===P&&(P=(0,g.Bi)()),P),noConflict:(0,Pe.uf)(),defaultFontLoading:(0,K.d)(),enableDefaultTooltips:(0,je.$)(),firstDayOfWeek:(void 0===Z&&(Z=(0,g.Hz)()),Z.firstDayOfWeek),legacyDateCalendarCustomizing:le(),ignoreUrlParams:(void 0===lt&&(lt=(0,g.Qh)()),lt)}},get scopingRules(){return(0,v.LI)()},get openUI5Detected(){return(0,y.x$)("OpenUI5Support")?.isOpenUI5Detected()??!1},get openUI5LoadedFirst(){const wt=(0,y.x$)("OpenUI5Support");return wt?wt.isOpenUI5LoadedFirst():void 0},alias:"",description:`Runtime ${$e} - ver ${gt.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},pt=()=>$e,ht=(gt,wt)=>{const Mt=`${gt},${wt}`;if(ft.has(Mt))return ft.get(Mt);const hn=Ye[gt],Vt=Ye[wt];if(!hn||!Vt)throw new Error("Invalid runtime index supplied");const nt=((gt,wt)=>{if(gt.isNext||wt.isNext)return gt.buildTime-wt.buildTime;return gt.major-wt.major||gt.minor-wt.minor||gt.patch-wt.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(gt.suffix,wt.suffix)})(hn,Vt);return ft.set(Mt,nt),nt},Xt=()=>Ye},4431(ie,H,u){"use strict";u.d(H,{A:()=>Kt,W:()=>dt});var h=u(9293),v=u(8509),y=u(1261);const g=new Map,M=new Map,L=new Map,F=re=>{if(!g.has(re)){const we=w(re.split("-"));g.set(re,we)}return g.get(re)},U=re=>{if(!M.has(re)){const we=re.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();M.set(re,we)}return M.get(re)},w=re=>re.map((we,$)=>0===$?we.toLowerCase():we.charAt(0).toUpperCase()+we.slice(1).toLowerCase()).join(""),S=re=>{const we=L.get(re);if(we)return we;const $=F(re),xe=$.charAt(0).toUpperCase()+$.slice(1);return L.set(re,xe),xe},O=re=>{if(!(re instanceof HTMLElement))return"default";const we=re.getAttribute("slot");if(we){const $=we.match(/^(.+?)-\d+$/);return $?$[1]:we}return"default"},X=re=>re instanceof HTMLSlotElement?re.assignedNodes({flatten:!0}).filter(we=>we instanceof HTMLElement):[re],P=re=>re.reduce((we,$)=>we.concat(X($)),[]);var ne=u(4001);const x=class J{constructor(we){this.metadata=we}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const we={};if(this.slotsAreManaged()){const $=this.getSlots();for(const[xe,He]of Object.entries($)){const it=He.propertyName||xe;we[it]=[],we[F(it)]=we[it]}}return this._initialState=we,we}static validateSlotValue(we,$){return((re,we)=>(re&&X(re).forEach($=>{if(!($ instanceof we.type))throw new Error(`The element is not of type ${we.type.toString()}`)}),re))(we,$)}getPureTag(){return this.metadata.tag||""}getTag(){const we=this.metadata.tag;if(!we)return"";const $=(0,ne.$4)(we);return $?`${we}-${$}`:we}hasAttribute(we){return!this.getProperties()[we].noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(U)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(we=>we.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(we,$,xe){const He=this.getSlots()[we].invalidateOnChildChange;if(void 0===He)return!1;if("boolean"==typeof He)return He;if("object"==typeof He){if("property"===$){if(void 0===He.properties)return!1;if("boolean"==typeof He.properties)return He.properties;if(Array.isArray(He.properties))return He.properties.includes(xe);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===$){if(void 0===He.slots)return!1;if("boolean"==typeof He.slots)return He.slots;if(Array.isArray(He.slots))return He.slots.includes(xe);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}};var z=u(1241),q=u(6060),Z=u(6113);const ve=re=>{(0,Z.A)("CustomStyle.eventProvider",new z.A).attachEvent("CustomCSSChange",re)};ve(re=>{(0,q.xm)({tag:re})});const ee=re=>Array.isArray(re)?re.filter(we=>!!we).flat(10).join(" "):re;var Fe=u(3274);const be=new Map;ve(re=>{be.delete(`${re}_normal`)});const Ke=re=>{const we=re.getMetadata().getTag(),$=`${we}_normal`,xe=(0,Fe.x$)("OpenUI5Enablement");if(!be.has($)){let He="";xe&&(He=ee(xe.getBusyIndicatorStyles()));const it=(re=>{const we=(0,Z.A)("CustomStyle.customCSSFor",{});return we[re]?we[re].join(""):""})(we)||"",Ct=`${ee(re.styles)} ${it} ${He}`;be.set($,Ct)}return be.get($)},$e=new Map;ve(re=>{$e.delete(`${re}_normal`)});const ft=re=>{const we=`${re.getMetadata().getTag()}_normal`;if(!$e.has(we)){const $=Ke(re),xe=new CSSStyleSheet;xe.replaceSync($),$e.set(we,[xe])}return $e.get(we)};var Ye=u(1452);const tt=[];var Xt=u(7607);const gt=new WeakMap;var hn=u(1022);const Je=["disabled","title","hidden","role","draggable"],an=re=>!(!Je.includes(re)&&!re.startsWith("aria")&&[HTMLElement,Element,Node].some(we=>we.prototype.hasOwnProperty(re)));var Me=u(8777),W=u(8012),ue=u(3823),Q=u(6162),E=u(4446),m=u(4217),C=u(1175),R=u(5726);const p=new Map,A=new Map,G=new Map,me=new Set;let Be=!1;const f={iw:"he",ji:"yi",in:"id"},at=re=>{Be||(console.warn(`[LocaleData] Supported locale "${re}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),Be=!0)},Zt=(re,we)=>{p.set(re,we)},oe=function(){var re=h(function*($,xe,He){const it=((re,we,$)=>{"no"===(re=re&&f[re]||re)&&(re="nb"),"zh"===re&&!we&&("Hans"===$?we="CN":"Hant"===$&&(we="TW")),("sh"===re||"sr"===re&&"Latn"===$)&&(re="sr",we="Latn");let xe=`${re}_${we}`;return R.dI.includes(xe)?A.has(xe)?xe:(at(xe),R.Xn):(xe=re,R.dI.includes(xe)?A.has(xe)?xe:(at(xe),R.Xn):R.Xn)})($,xe,He),Ct=(0,Fe.x$)("OpenUI5Support");if(Ct){const Rt=Ct.getLocaleDataObject();if(Rt)return void Zt(it,Rt)}try{const Rt=yield(re=>{if(!G.get(re)){const we=A.get(re);if(!we)throw new Error(`CLDR data for locale ${re} is not loaded!`);G.set(re,we(re))}return G.get(re)})(it);Zt(it,Rt)}catch(Rt){const ke=Rt;me.has(ke.message)||(me.add(ke.message),console.error(ke.message))}});return function we($,xe,He){return re.apply(this,arguments)}}();A.set("en",h(function*(){return console.warn('[LocaleData] Falling back to loading "en" locale data from CDN.','For production usage, please configure locale data loading via the "Assets.js" module of the webcomponents package you are using.'),(yield fetch("https://cdn.jsdelivr.net/npm/@openui5/sap.ui.core@1.120.17/src/sap/ui/core/cldr/en.json")).json()})),(0,m._F)(()=>{const re=(0,C.A)();return oe(re.getLanguage(),re.getRegion(),re.getScript())});var ge=u(4181),de=u(5031);let Ge=0;const Xe=new Map,ct=new Map,ut={fromAttribute(re,we){if(we===Boolean)return null!==re;if(we===Number)return null===re?void 0:parseFloat(re);if(we===Object||we===Array)try{return JSON.parse(re)}catch{return re}return re},toAttribute:(re,we)=>we===Boolean?re?"":null:we===Object||we===Array||null==re?null:String(re)};function yt(re){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,ge.gx)()||(this.onInvalidation(re),this._changedState.push(re),(0,q.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...re,target:this}))}function Oe(re,we){do{const $=Object.getOwnPropertyDescriptor(re,we);if($)return $;re=Object.getPrototypeOf(re)}while(re&&re!==HTMLElement.prototype)}let kt=(()=>{class re extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const $=this.constructor;let xe;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new z.A,this._componentStateFinalizedEventProvider=new z.A,this._domRefReadyPromise=new Promise(He=>{xe=He}),this._domRefReadyPromise._deferredResolve=xe,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...$.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(He=>{this.hasOwnProperty(He)&&this.initializedProperties.set(He,this[He])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const $=this.constructor;if($._needsShadowDOM()){const xe={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...xe,...$.getMetadata().getShadowRootOptions()}),$.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange($){$.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++Ge),this.__id}render(){return(0,ue.A)(this.constructor.template,this)}connectedCallback(){var $=this;return h(function*(){const xe=$.constructor;(0,q.kT)($),$.setAttribute(xe.getMetadata().getPureTag(),""),xe.getMetadata().supportsF6FastNavigation()&&!$.hasAttribute("data-sap-ui-fastnavgroup")&&$.setAttribute("data-sap-ui-fastnavgroup","true");const He=xe.getMetadata().slotsAreManaged();$._inDOM=!0,He&&($._startObservingDOMChildren(),yield $._processChildren()),xe.asyncFinished||(yield xe._definePromise);const it=(0,ge.gx)();xe.getMetadata().isLanguageAware()&&it&&(yield it),$._inDOM&&($._rendered||(0,q.fz)($),$._domRefReadyPromise._deferredResolve(),$._fullyConnected=!0,$.onEnterDOM(),$.hasAttribute("autofocus")&&requestAnimationFrame(()=>{$.focus()}))})()}get definePromise(){const $=this.constructor;return!$.asyncFinished&&$._definePromise?$._definePromise:Promise.resolve()}disconnectedCallback(){const $=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,$&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,q.zo)(this),(0,q.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const $=this.constructor.getMetadata();if(!$.hasSlots())return;const xe=$.canSlotText(),He={childList:!0,subtree:xe,characterData:xe};((re,we,$)=>{const xe=new MutationObserver(we);gt.set(re,xe),xe.observe(re,$)})(this,this._processChildren.bind(this),He)}_stopObservingDOMChildren(){(re=>{const we=gt.get(re);we&&(we.disconnect(),gt.delete(re))})(this)}_processChildren(){var $=this;return h(function*(){$.constructor.getMetadata().hasSlots()&&(yield $._updateSlots())})()}_updateSlots(){var $=this;return h(function*(){const xe=$.constructor,He=xe.getMetadata().getSlots(),it=xe.getMetadata().canSlotText(),Ct=Array.from(it?$.childNodes:$.children),Rt=new Map,ke=new Map;for(const[Jt,on]of Object.entries(He)){const dn=on.propertyName||Jt;ke.set(dn,Jt),Rt.set(dn,[...$._state[dn]]),$._clearSlot(Jt,on)}const en=new Map,tn=new Map;Ct.forEach((Jt,on)=>{const dn=O(Jt),hi=He[dn];if(void 0===hi){if("default"!==dn){const Et=Object.keys(He).join(", ");console.warn(`Unknown slotName: ${dn}, ignoring`,Jt,`Valid values are: ${Et}`)}return}const pn=hi.propertyName||dn;tn.has(pn)?tn.get(pn).push({child:Jt,idx:on}):tn.set(pn,[{child:Jt,idx:on}])}),tn.forEach((Jt,on)=>{$._state[on]=Jt.sort((dn,hi)=>dn.idx-hi.idx).map(dn=>dn.child),$._state[F(on)]=$._state[on]});const At=Ct.map(function(){var Jt=h(function*(on){const dn=O(on),hi=He[dn];if(void 0!==hi){if(hi.individualSlots){const pn=(en.get(dn)||0)+1;en.set(dn,pn),on._individualSlot=`${dn}-${pn}`}if(on instanceof HTMLElement){const pn=on.localName;if(pn.includes("-")&&!(re=>tt.some(we=>re.startsWith(we)))(pn)){if(!customElements.get(pn)){const Et=customElements.whenDefined(pn);let Ai=Xe.get(pn);Ai||(Ai=new Promise(qn=>setTimeout(qn,1e3)),Xe.set(pn,Ai)),yield Promise.race([Et,Ai])}customElements.upgrade(on)}}if(on=xe.getMetadata().constructor.validateSlotValue(on,hi),dt(on)&&hi.invalidateOnChildChange){const pn=$._getChildChangeListener(dn);on.attachInvalidate.call(on,pn)}on instanceof HTMLSlotElement&&$._attachSlotChange(on,dn,!!hi.invalidateOnChildChange)}});return function(on){return Jt.apply(this,arguments)}}());yield Promise.all(At);let ln=!1;for(const[Jt,on]of Object.entries(He)){const dn=on.propertyName||Jt;(0,Me.A)(Rt.get(dn),$._state[dn])||(yt.call($,{type:"slot",name:ke.get(dn),reason:"children"}),ln=!0,xe.getMetadata().isFormAssociated()&&(0,Q.ok)($))}ln||yt.call($,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot($,xe){const He=xe.propertyName||$;this._state[He].forEach(it=>{if(dt(it)){const Ct=this._getChildChangeListener($);it.detachInvalidate.call(it,Ct)}it instanceof HTMLSlotElement&&this._detachSlotChange(it,$)}),this._state[He]=[],this._state[F(He)]=this._state[He]}attachInvalidate($){this._invalidationEventProvider.attachEvent("invalidate",$)}detachInvalidate($){this._invalidationEventProvider.detachEvent("invalidate",$)}_onChildChange($,xe){this.constructor.getMetadata().shouldInvalidateOnChildChange($,xe.type,xe.name)&&yt.call(this,{type:"slot",name:$,reason:"childchange",child:xe.target})}attributeChangedCallback($,xe,He){let it;if(this._doNotSyncAttributes.has($))return;const Ct=this.constructor.getMetadata().getProperties(),Rt=$.replace(/^ui5-/,""),ke=F(Rt);if(Ct.hasOwnProperty(ke)){const en=Ct[ke];it=(en.converter??ut).fromAttribute(He,en.type),this[ke]=it}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,Q.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute($,xe){const He=this.constructor;if(!He.getMetadata().hasAttribute($))return;const it=He.getMetadata().getProperties()[$];if(it.type===Object||it.type===Array)return;const Ct=U($),Rt=(it.converter||ut).toAttribute(xe,it.type);this._doNotSyncAttributes.add(Ct),null==Rt?this.removeAttribute(Ct):this.setAttribute(Ct,Rt),this._doNotSyncAttributes.delete(Ct)}_getChildChangeListener($){return this._childChangeListeners.has($)||this._childChangeListeners.set($,this._onChildChange.bind(this,$)),this._childChangeListeners.get($)}_getSlotChangeListener($){return this._slotChangeListeners.has($)||this._slotChangeListeners.set($,this._onSlotChange.bind(this,$)),this._slotChangeListeners.get($)}_attachSlotChange($,xe,He){const it=this._getSlotChangeListener(xe);$.addEventListener("slotchange",Ct=>{if(it.call($,Ct),He){const Rt=this._slotsAssignedNodes.get($);Rt&&Rt.forEach(en=>{if(dt(en)){const tn=this._getChildChangeListener(xe);en.detachInvalidate.call(en,tn)}});const ke=P([$]);this._slotsAssignedNodes.set($,ke),ke.forEach(en=>{if(dt(en)){const tn=this._getChildChangeListener(xe);en.attachInvalidate.call(en,tn)}})}})}_detachSlotChange($,xe){$.removeEventListener("slotchange",this._getSlotChangeListener(xe))}_onSlotChange($){yt.call(this,{type:"slot",name:$,reason:"slotchange"})}onInvalidation($){}updateAttributes(){const $=this.constructor.getMetadata().getProperties();for(const[xe,He]of Object.entries($))this._updateAttribute(xe,this[xe])}_render(){const $=this.constructor,xe=$.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([He,it])=>{delete this[He],this[He]=it}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],$._needsShadowDOM()&&(re=>{const we=re.constructor,$=re.shadowRoot;$?($.adoptedStyleSheets=[(0,Ye.k)(),...ft(we)],we.renderer(re,$)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,xe&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach($=>{$._individualSlot&&$.setAttribute("slot",$._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){return"function"==typeof this._getRealDomRef?this._getRealDomRef():this.shadowRoot&&0!==this.shadowRoot.children.length?this.shadowRoot.children[0]:void 0}getFocusDomRef(){const $=this.getDomRef();if($)return $.querySelector("[data-sap-focus-ref]")||$}getFocusDomRefAsync(){var $=this;return h(function*(){return yield $._waitForDomRef(),$.getFocusDomRef()})()}focus($){var xe=this;return h(function*(){yield xe._waitForDomRef();const He=xe.getFocusDomRef();He!==xe&&xe.isConnected?He&&"function"==typeof He.focus&&He.focus($):HTMLElement.prototype.focus.call(xe,$)})()}fireEvent($,xe,He=!1,it=!0){const Ct=this._fireEvent($,xe,He,it),Rt=S($);return Rt!==$?Ct&&this._fireEvent(Rt,xe,He,it):Ct}fireDecoratorEvent($,xe){const He=this.getEventData($),it=!!He&&He.cancelable,Ct=!!He&&He.bubbles,Rt=this._fireEvent($,xe,it,Ct),ke=S($);return ke!==$?Rt&&this._fireEvent(ke,xe,it,Ct):Rt}_fireEvent($,xe,He=!1,it=!0){const Ct=new CustomEvent(`ui5-${$}`,{detail:xe,composed:!1,bubbles:it,cancelable:He}),Rt=this.dispatchEvent(Ct);if((0,hn.Tk)($))return Rt;const ke=new CustomEvent($,{detail:xe,composed:!1,bubbles:it,cancelable:He});return this.dispatchEvent(ke)&&Rt}getEventData($){return this.constructor.getMetadata().getEvents()[$]}getSlottedNodes($){return P(this[$])}attachComponentStateFinalized($){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",$)}detachComponentStateFinalized($){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",$)}get effectiveDir(){return(0,W.A)(this.constructor),(()=>this.matches(":dir(rtl)")?"rtl":"ltr")()}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const $=this.getMetadata().getPureTag(),xe=this.getUniqueDependencies().map(He=>He.getMetadata().getPureTag()).filter(ne.RF);return(0,ne.RF)($)&&xe.push($),xe}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const $=this.prototype,xe=this.getMetadata().slotsAreManaged(),He=this.getMetadata().getProperties();for(const[it,Ct]of Object.entries(He)){an(it)||console.warn(`"${it}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Rt=Oe($,it);let ke,en;Rt?.set&&(ke=Rt.set),Rt?.get&&(en=Rt.get),Object.defineProperty($,it,{get(){return en?en.call(this):this._state[it]},set(tn){const At=this.constructor,ln=en?en.call(this):this._state[it];if(ln!==tn){if(ke?ke.call(this,tn):this._state[it]=tn,yt.call(this,{type:"property",name:it,newValue:tn,oldValue:ln}),this._rendered){const Jt=en?en.call(this):this._state[it];this._updateAttribute(it,Jt)}At.getMetadata().isFormAssociated()&&(0,Q.ok)(this)}}})}if(xe){const it=this.getMetadata().getSlots();for(const[Ct,Rt]of Object.entries(it)){an(Ct)||console.warn(`"${Ct}" is not a valid property name. Use a name that does not collide with DOM APIs`);const ke=Rt.propertyName||Ct,en={get(){return void 0!==this._state[ke]?this._state[ke]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty($,ke,en),ke!==F(ke)&&Object.defineProperty($,F(ke),en)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const $=this.dependencies.filter((xe,He,it)=>it.indexOf(xe)===He);ct.set(this,$)}static getUniqueDependencies(){return ct.has(this)||this.cacheUniqueDependencies(),ct.get(this)||[]}static onDefine(){return h(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map($=>{const{bundleName:xe}=$[1];return(0,E.HE)(xe)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?oe((0,C.A)().getLanguage(),(0,C.A)().getRegion(),(0,C.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var $=this;const xe=function(){var Rt=h(function*(){yield(0,y.zj)();const en=yield Promise.all([$.fetchI18nBundles(),$.fetchCLDR(),$.onDefine()]),[tn]=en;Object.entries($.getMetadata().getI18n()).forEach((At,ln)=>{$.i18nBundleStorage[At[1].bundleName]=tn[ln]}),$.asyncFinished=!0});return function ke(){return Rt.apply(this,arguments)}}();this._definePromise=xe();const He=this.getMetadata().getTag(),it=(0,Xt.D8)(He),Ct=customElements.get(He);return Ct&&!it?(0,Xt.J4)(He):Ct||(this._generateAccessors(),(0,Xt.KI)(He),customElements.define(He,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const $=[this.metadata];let xe=this;for(;xe!==re;)xe=Object.getPrototypeOf(xe),$.unshift(xe.metadata);const He=(0,v.A)({},...$);return this._metadata=new x(He),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}return re})();const dt=(0,de.A)("isUI5Element"),Kt=kt},4874(ie,H,u){"use strict";u.d(H,{Z5:()=>je,y3:()=>pe,hu:()=>he,pU:()=>Pe});var ee,h=u(9293),v=u(6113),y=((ee=y||{})["SAP-icons"]="SAP-icons-v4",ee.horizon="SAP-icons-v5",ee["SAP-icons-TNT"]="tnt",ee.BusinessSuiteInAppSymbols="business-suite",ee);const g=ee=>y[ee]?y[ee]:ee;var L=u(6726),F=(ee=>(ee.SAPIconsV4="SAP-icons-v4",ee.SAPIconsV5="SAP-icons-v5",ee.SAPIconsTNTV2="tnt-v2",ee.SAPIconsTNTV3="tnt-v3",ee.SAPBSIconsV1="business-suite-v1",ee.SAPBSIconsV2="business-suite-v2",ee))(F||{});const U=new Map;U.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),U.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),U.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const S=new Map,ne=ee=>{const Fe=(ee=>S.get(ee))((0,L.O4)());return!ee&&Fe?g(Fe):(ee=>{const Fe=(0,L.Z3)()?"legacy":"sap_horizon";return U.has(ee)?U.get(ee)[Fe]:ee})(ee||"SAP-icons")};var J=u(4446);const z=new Map,q=(0,v.A)("SVGIcons.registry",new Map),Z=(0,v.A)("SVGIcons.promises",new Map),ce="ICON_NOT_FOUND",le=function(){var ee=h(function*(be){if(!Z.has(be)){if(!z.has(be))throw new Error(`No loader registered for the ${be} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const ze=z.get(be);Z.set(be,ze(be))}return Z.get(be)});return function Fe(be){return ee.apply(this,arguments)}}(),ve=ee=>{Object.keys(ee.data).forEach(Fe=>{const be=ee.data[Fe];Pe(Fe,{pathData:be.path||be.paths,ltr:be.ltr,viewBox:be.viewBox,accData:be.acc,collection:ee.collection,packageName:ee.packageName})})},Pe=(ee,Fe)=>{q.set(`${Fe.collection}/${ee}`,{collection:Fe.collection,packageName:Fe.packageName,pathData:Fe.pathData,viewBox:Fe.viewBox,ltr:Fe.ltr,accData:Fe.accData,customTemplate:Fe.customTemplate})},Ie=ee=>{let Fe;return ee.startsWith("sap-icon://")&&(ee=ee.replace("sap-icon://","")),[ee,Fe]=ee.split("/").reverse(),ee=ee.replace("icon-",""),Fe&&(Fe=g(Fe)),{name:ee,collection:Fe}},he=ee=>{const{name:Fe,collection:be}=Ie(ee);return Ne(be,Fe)},pe=function(){var ee=h(function*(be){const{name:ze,collection:Ke}=Ie(be);let $e=ce;try{$e=yield le(ne(Ke))}catch(ft){console.error(ft.message)}return $e===ce?$e:Ne(Ke,ze)||(Array.isArray($e)?$e.forEach(ft=>{ve(ft),((ee,Fe)=>{U.has(ee)?U.set(ee,{...Fe,...U.get(ee)}):U.set(ee,Fe)})(Ke,{[ft.themeFamily||"legacy"]:ft.collection})}):ve($e),Ne(Ke,ze))});return function Fe(be){return ee.apply(this,arguments)}}(),Ne=(ee,Fe)=>{const be=`${ne(ee)}/${Fe}`;return q.get(be)},je=function(){var ee=h(function*(be){if(!be)return;let ze=he(be);return ze||(ze=yield pe(be)),ze&&ze!==ce&&ze.accData?ze.packageName?(yield(0,J.HE)(ze.packageName)).getText(ze.accData):ze.accData?.defaultText||"":void 0});return function Fe(be){return ee.apply(this,arguments)}}()},8923(ie,H,u){"use strict";u.d(H,{Rh:()=>w,gu:()=>ne,tw:()=>O,w2:()=>P});var h=u(9293),v=u(5726),y=u(3455),g=u(7928);const M=new Map,L=new Map,F=new Map,U=new Map,I=new Set,w=(J,K,x,z="root")=>{L.set(`${J}/${K}`,x),U.set(J,{cssVariablesTarget:z}),I.add(K),(0,g.E)(K)},O=function(){var J=h(function*(x,z,q){const Z=`${x}_${z}_${q||""}`,ce=M.get(Z);if(void 0!==ce)return ce;if(!I.has(z)){const Pe=[...I.values()].join(", ");return console.warn(`You have requested a non-registered theme ${z} - falling back to ${v.SS}. Registered themes are: ${Pe}`),X(x,v.SS)}const[se,le]=yield Promise.all([X(x,z),q?X(x,q,!0):void 0]),ve=(0,y.Zq)(se,le);return ve&&M.set(Z,ve),ve});return function K(x,z,q){return J.apply(this,arguments)}}(),X=function(){var J=h(function*(x,z,q=!1){const Z=(q?F:L).get(`${x}/${z}`);if(!Z)return void(q||console.error(`Theme [${z}] not registered for package [${x}]`));let ce;try{ce=yield Z(z)}catch(se){return void console.error(x,se.message)}return ce});return function K(x,z){return J.apply(this,arguments)}}(),P=()=>U,ne=J=>I.has(J)},2134(ie,H,u){"use strict";const v=new(u(1241).A),y="configurationReset";u.d(H,["R",0,L=>{v.attachEvent(y,L)},"k",0,()=>{v.fireEvent(y,void 0)}])},4346(ie,H,u){"use strict";var h=u(6113),v=u(1241);const L=new Set;u.d(H,["hr",0,w=>(0,h.A)("ConfigChange.values",{})[w],"qJ",0,(w,S)=>{(0,h.A)("ConfigChange.eventProvider",new v.A).attachEvent("configChange",O=>{O.name===w&&!L.has(w)&&S(O.value)})}])},3261(ie,H,u){"use strict";var h=u(6744);let y;(0,u(2134).R)(()=>{y=void 0}),u.d(H,["d",0,()=>(void 0===y&&(y=(0,h.d$)()),y)])},4181(ie,H,u){"use strict";u.d(H,{Z0:()=>J,gx:()=>ne,mE:()=>q});var g=u(6744),M=u(4217),L=u(6060),U=(u(5726),u(1261)),I=u(2134),w=u(4346);let S,O;(0,I.R)(()=>{S=void 0,O=void 0});let X=null;(0,w.qJ)("language",Z=>{S=Z,(Z=>{const ce=(0,M.lb)(Z).then(()=>{if((0,U.qM)())return(0,L.xm)({languageAware:!0})}).finally(()=>{X===ce&&(X=null)});X=ce})(Z)});const ne=()=>X,J=()=>(void 0===S&&(S=(0,w.hr)("language")??(0,g.Z0)()),S),q=()=>(void 0===O&&(O=(0,g.mE)()),O)},1022(ie,H,u){"use strict";var h=u(6744),v=u(2134);const y=["value-changed","click"];let g;(0,v.R)(()=>{g=void 0});const F=()=>(void 0===g&&(g=(0,h.uf)()),g);u.d(H,["Tk",0,w=>{const S=F();return!((w=>y.includes(w))(w)||!0!==S&&(w=>{const S=F();return!("boolean"!=typeof S&&S.events&&S.events.includes&&S.events.includes(w))})(w))},"uf",0,F])},6726(ie,H,u){"use strict";u.d(H,{Dm:()=>Pe,O4:()=>x,PC:()=>ve,Z3:()=>ce});var U=u(6744),I=u(6060),w=u(6077),S=u(1712),O=u(5726),X=u(1261),P=u(2134),ne=u(4346);let J,K;(0,P.R)(()=>{J=void 0}),(0,ne.qJ)("theme",Ee=>{J=Ee,(0,X.qM)()&&(0,w.Ay)(J).then(()=>(0,I.xm)({themeAware:!0}))});const x=()=>(void 0===J&&(J=(0,ne.hr)("theme")??(0,U.O4)()),J),ce=()=>{const Ee=x();return le(Ee)?!Ee.startsWith("sap_horizon"):!(0,S.A)()?.baseThemeName?.startsWith("sap_horizon")},le=Ee=>O.QP.includes(Ee),ve=()=>K,Pe=Ee=>{K=Ee}},494(ie,H,u){"use strict";u.d(H,{zn:()=>K,SU:()=>P});var h=u(9293),g=u(6121);const M=x=>{const z=document.querySelector(`META[name="${x}"]`);return z&&z.getAttribute("content")};var I=u(6744);let X;u(6726),(0,u(2134).R)(()=>{X=void 0});const P=()=>(void 0===X&&(X=(0,I.SU)()),X),K=function(){var x=h(function*(q){const Z=document.querySelector(`[sap-ui-webcomponents-theme="${q}"]`);Z&&document.head.removeChild(Z);const ce=P();if(!ce)return;const se=(x=>{let z,q=!1;try{if(x.startsWith(".")||x.startsWith("/")&&!x.startsWith("//"))z=new URL(x,(0,g.$N)()).toString(),q=!0;else{const Z=x.startsWith("//")?new URL(x,(0,g.$N)()):new URL(x),ce=Z.origin;if(q=ce===new URL((0,g.$N)()).origin,!ce||!((x,z=!1)=>{const q=M("sap-allowed-theme-origins")??M("sap-allowedThemeOrigins");return!!q&&(!!z||q.split(",").some(Z=>"*"===Z||x===Z.trim()))})(ce,q))return;z=Z.toString()}return z.endsWith("/")||(z=`${z}/`),`${z}UI5/`}catch{return}})(ce);se?yield((x,z)=>{const q=document.createElement("link");return q.type="text/css",q.rel="stylesheet",z&&Object.entries(z).forEach(Z=>q.setAttribute(...Z)),q.href=x,document.head.appendChild(q),new Promise(Z=>{q.addEventListener("load",Z),q.addEventListener("error",Z)})})(((x,z)=>`${z}Base/baseLib/${x}/css_variables.css`)(q,se),{"sap-ui-webcomponents-theme":q}):console.warn(`The ${ce} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function z(q){return x.apply(this,arguments)}}()},5303(ie,H,u){"use strict";var h=u(6744);let v;u.d(H,["$",0,()=>(void 0===v&&(v=(0,h.$n)()),v)])},1934(ie,H,u){"use strict";u.d(H,["A",0,(y={})=>g=>{if(Object.prototype.hasOwnProperty.call(g,"metadata")||(g.metadata={}),"string"==typeof y)return void(g.metadata.tag=y);const{tag:M,languageAware:L,themeAware:F,cldr:U,fastNavigation:I,formAssociated:w,shadowRootOptions:S}=y;g.metadata.tag=M,L&&(g.metadata.languageAware=L),U&&(g.metadata.cldr=U),F&&(g.metadata.themeAware=F),I&&(g.metadata.fastNavigation=I),w&&(g.metadata.formAssociated=w),S&&(g.metadata.shadowRootOptions=S),["renderer","template","styles","dependencies"].forEach(O=>{y[O]&&Object.defineProperty(g,O,{get:()=>y[O]})})}])},1437(ie,H,u){"use strict";u.d(H,["A",0,(y,g={})=>M=>{Object.prototype.hasOwnProperty.call(M,"metadata")||(M.metadata={});const L=M.metadata;L.events||(L.events={});const F=L.events;F[y]||(g.bubbles=!!g.bubbles,g.cancelable=!!g.cancelable,F[y]=g)}])},3651(ie,H,u){"use strict";u.d(H,["A",0,y=>(g,M)=>{g.metadata.i18n||(g.metadata.i18n={}),Object.defineProperty(g,M,{get:()=>g.i18nBundles[y],set(){}}),g.metadata.i18n[M]={bundleName:y,target:g}}])},1642(ie,H,u){"use strict";u.d(H,["A",0,y=>(g,M)=>{const L=g.constructor;Object.prototype.hasOwnProperty.call(L,"metadata")||(L.metadata={});const F=L.metadata;F.properties||(F.properties={});const U=F.properties;U[M]||(U[M]=y??{})}])},6993(ie,H,u){"use strict";u.d(H,["A",0,function h(y){return(g,M)=>{const L=g.constructor;Object.prototype.hasOwnProperty.call(L,"metadata")||(L.metadata={});const F=L.metadata;F.slots||(F.slots={});const U=F.slots;if(y&&y.default&&U.default)throw new Error("Only one slot can be the default slot.");const I=y&&y.default?"default":M;(y=y||{type:HTMLElement}).type||(y.type=HTMLElement),U[I]||(U[I]=y),y.default&&(delete U.default.default,U.default.propertyName=M),L.metadata.managedSlots=!0}}])},362(ie,H,u){"use strict";var h=u(4431);let v;const y=new Map,g=()=>(v||(v=new window.ResizeObserver(I=>{window.requestAnimationFrame(()=>{I.forEach(w=>{const S=y.get(w.target);S&&Promise.all(S.map(O=>O()))})})})),v);u.d(H,["A",0,class F{static register(w,S){let O=w;(0,h.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((I,w)=>{const S=y.get(I)||[];S.length||g().observe(I),y.set(I,[...S,w])})(O,S):console.warn("Cannot register ResizeHandler for element",w)}static deregister(w,S){let O=w;(0,h.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((I,w)=>{const S=y.get(I)||[];if(0===S.length)return;const O=S.filter(X=>X!==w);0===O.length?(g().unobserve(I),y.delete(I)):y.set(I,O)})(O,S):console.warn("Cannot deregister ResizeHandler for element",w)}}])},6162(ie,H,u){"use strict";var h=u(9293);const v=I=>{const w=I.getAttribute("form");if(w){const S=document.getElementById(w);return S instanceof HTMLFormElement?S:null}return I._internals?.form??null},g=I=>{if(I._internals?.form){if(M(I),!I.name)return void I._internals?.setFormValue(null);I._internals.setFormValue(I.formFormattedValue)}},M=function(){var I=h(function*(S){if(S.isUI5Element&&S._internals?.form)if(S._internals.setValidity({customError:!0}," "),yield S.definePromise,S.formValidity&&Object.keys(S.formValidity).some(O=>O)){const O=yield S.formElementAnchor?.();S._internals.setValidity(S.formValidity,S.formValidityMessage,O)}else S._internals.setValidity({})});return function w(S){return I.apply(this,arguments)}}(),L=function(){var I=h(function*(S){const O=v(S);if(!O)return;const X=[...O.elements];yield Promise.all(X.map(P=>U(P)?M(P):Promise.resolve())),O.requestSubmit()});return function w(S){return I.apply(this,arguments)}}(),U=I=>"formFormattedValue"in I&&"name"in I;u.d(H,["E2",0,I=>{v(I)?.reset()},"fc",0,I=>{U(I)&&g(I)},"ok",0,g,"rM",0,L])},5726(ie,H,u){"use strict";const h_themes={default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_auto","sap_horizon_dark","sap_horizon_hc_auto","sap_horizon_hcb","sap_horizon_hcw"]},h_locales={default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]};u.d(H,["Nm",0,"en","QP",0,h_themes.all,"SS",0,h_themes.default,"Xn",0,h_locales.default,"dI",0,h_locales.all])},6113(ie,H,u){"use strict";var h=u(5873);const v=()=>{const L=document.createElement("meta");return L.setAttribute("name","ui5-shared-resources"),L.setAttribute("content",""),L};u.d(H,["A",0,(L,F)=>{const U=L.split(".");let I=typeof document>"u"?null:(0,h.A)('meta[name="ui5-shared-resources"]',document.head,v);if(!I)return F;for(let w=0;w<U.length;w++){const S=U[w],O=w===U.length-1;Object.prototype.hasOwnProperty.call(I,S)||(I[S]=O?F:{}),I=I[S]}return I}])},4446(ie,H,u){"use strict";u.d(H,{Ay:()=>be,HE:()=>ee});var h=u(9293),v=u(1175),y=u(4217),g=u(5726);const M=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,L=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,F={he:"iw",yi:"ji",nb:"no",sr:"sh"},w={zh_HK:"zh_TW",in:"id"},O=ze=>{if(!ze)return g.Xn;if(w[ze])return w[ze];const Ke=ze.lastIndexOf("_");return Ke>=0?ze.slice(0,Ke):ze!==g.Xn?g.Xn:""};var X=u(4181);const P=new Set,ne=new Set,J=new Map,K=new Map,x=new Map,q=(ze,Ke)=>{J.set(ze,Ke)},ce=(ze,Ke)=>x.has(`${ze}/${Ke}`),ve=(ze,Ke)=>Ke!==g.Nm&&!ce(ze,Ke),Pe=function(){var ze=h(function*($e){const ae=(0,v.A)().getLanguage(),ft=(0,v.A)().getRegion(),Ye=(0,v.A)().getVariant();let Se=ae+(ft?`-${ft}`:"")+(Ye?`-${Ye}`:"");if(ve($e,Se))for(Se=(ze=>{let Ke;if(!ze)return g.Xn;if("string"==typeof ze&&(Ke=M.exec(ze.replace(/_/g,"-")))){let $e=Ke[1].toLowerCase(),ae=Ke[3]?Ke[3].toUpperCase():void 0;const ft=Ke[2]?Ke[2].toLowerCase():void 0,Ye=Ke[4]?Ke[4].slice(1):void 0,Se=Ke[6];return $e=F[$e]||$e,Se&&(Ke=L.exec(Se))||Ye&&(Ke=L.exec(Ye))?`en_US_${Ke[1].toLowerCase()}`:("zh"===$e&&!ae&&("hans"===ft?ae="CN":"hant"===ft&&(ae="TW")),$e+(ae?"_"+ae+(Ye?"_"+Ye.replace("-","_"):""):""))}return g.Xn})(Se);ve($e,Se);)Se=O(Se);const pt=(0,X.mE)();if(Se!==g.Nm||pt)if(ce($e,Se))try{const tt=yield((ze,Ke)=>{const $e=`${ze}/${Ke}`,ae=x.get($e);return ae&&!K.get($e)&&K.set($e,ae(Ke)),K.get($e)})($e,Se);q($e,tt)}catch(tt){const ht=tt;ne.has(ht.message)||(ne.add(ht.message),console.error(ht.message))}else(ze=>{P.has(ze)||(console.warn(`[${ze}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${ze}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),P.add(ze))})($e);else q($e,null)});return function Ke($e){return ze.apply(this,arguments)}}();(0,y._F)(ze=>{const Ke=[...J.keys()];return Promise.all(Ke.map(Pe))});const Ee=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,pe=new Map;class je{constructor(Ke){this.packageName=Ke}getText(Ke,...$e){if("string"==typeof Ke&&(Ke={key:Ke,defaultText:Ke}),!Ke||!Ke.key)return"";const ae=J.get(this.packageName);return ae&&!ae[Ke.key]&&console.warn(`Key ${Ke.key} not found in the i18n bundle, the default text will be used`),((ze,Ke)=>(Ke=Ke||[],ze.replace(Ee,($e,ae,ft,Ye,Se)=>{if(ae)return"'";if(ft)return ft.replace(/''/g,"'");if(Ye){const pt="string"==typeof Ye?parseInt(Ye):Ye;return String(Ke[pt])}throw new Error(`[i18n]: pattern syntax error at pos ${Se}`)})))(ae&&ae[Ke.key]?ae[Ke.key]:Ke.defaultText||Ke.key,$e)}}const ee=function(){var ze=h(function*($e){return yield Pe($e),(ze=>{if(pe.has(ze))return pe.get(ze);const Ke=new je(ze);return pe.set(ze,Ke),Ke})($e)});return function Ke($e){return ze.apply(this,arguments)}}(),be=je},8012(ie,H,u){"use strict";const h=new Set;u.d(H,["A",0,g=>{h.add(g)},"J",0,g=>h.has(g)])},1175(ie,H,u){"use strict";u.d(H,{A:()=>X});var h=u(5726);const v=typeof document>"u";var M=u(4181);const L=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,U=class F{constructor(ne){const J=L.exec(ne.replace(/_/g,"-"));if(null===J)throw new Error(`The given language ${ne} does not adhere to BCP-47.`);this.sLocaleId=ne,this.sLanguage=J[1]||h.Nm,this.sScript=J[2]||"",this.sRegion=J[3]||"",this.sVariant=J[4]&&J[4].slice(1)||null,this.sExtension=J[5]&&J[5].slice(1)||null,this.sPrivateUse=J[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,K=>K.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(ne){return this.getPrivateUseSubtags().indexOf(ne)>=0}toString(){const ne=[this.sLanguage];return this.sScript&&ne.push(this.sScript),this.sRegion&&ne.push(this.sRegion),this.sVariant&&ne.push(this.sVariant),this.sExtension&&ne.push(this.sExtension),this.sPrivateUse&&ne.push(this.sPrivateUse),ne.join("-")}},I=new Map,w=P=>(I.has(P)||I.set(P,new U(P)),I.get(P)),S=P=>{try{if(P&&"string"==typeof P)return w(P)}catch{}return new U(h.Xn)},X=P=>{if(P)return S(P);const ne=(0,M.Z0)();return ne?w(ne):S((()=>{if(v)return h.Nm;const P=navigator.languages;return P&&P[0]||navigator.language||h.Nm})())}},4217(ie,H,u){"use strict";const v=new(u(1241).A),y="languageChange";u.d(H,["_F",0,F=>{v.attachEvent(y,F)},"lb",0,F=>v.fireEventAsync(y,F)])},1834(ie,H,u){"use strict";u.d(H,{A:()=>E});var h,v,y,M,L,F,U,I,w,S,O,X,P={},ne=[],J=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,K=Array.isArray;function x(m,C){for(var R in C)m[R]=C[R];return m}function z(m){m&&m.parentNode&&m.parentNode.removeChild(m)}function Z(m,C,R,Y,p){var A={type:m,props:C,key:R,ref:Y,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:p??++y,__i:-1,__u:0};return null==p&&null!=v.vnode&&v.vnode(A),A}function se(m){return m.children}function le(m,C){this.props=m,this.context=C}function ve(m,C){if(null==C)return m.__?ve(m.__,m.__i+1):null;for(var R;C<m.__k.length;C++)if(null!=(R=m.__k[C])&&null!=R.__e)return R.__e;return"function"==typeof m.type?ve(m):null}function Pe(m){var C,R;if(null!=(m=m.__)&&null!=m.__c){for(m.__e=m.__c.base=null,C=0;C<m.__k.length;C++)if(null!=(R=m.__k[C])&&null!=R.__e){m.__e=m.__c.base=R.__e;break}return Pe(m)}}function Ee(m){(!m.__d&&(m.__d=!0)&&M.push(m)&&!Ie.__r++||L!==v.debounceRendering)&&((L=v.debounceRendering)||F)(Ie)}function Ie(){var m,C,R,Y,p,A,G,me;for(M.sort(U);m=M.shift();)m.__d&&(C=M.length,Y=void 0,A=(p=(R=m).__v).__e,G=[],me=[],R.__P&&((Y=x({},p)).__v=p.__v+1,v.vnode&&v.vnode(Y),ze(R.__P,Y,p,R.__n,R.__P.namespaceURI,32&p.__u?[A]:null,G,A??ve(p),!!(32&p.__u),me),Y.__v=p.__v,Y.__.__k[Y.__i]=Y,Ke(G,Y,me),Y.__e!=A&&Pe(Y)),M.length>C&&M.sort(U));Ie.__r=0}function he(m,C,R,Y,p,A,G,me,Be,f,at){var ye,Zt,D,k,oe,Te,ge=Y&&Y.__k||ne,de=C.length;for(Be=function pe(m,C,R,Y){var p,A,G,me,Be,f=C.length,at=R.length,ye=at,Zt=0;for(m.__k=[],p=0;p<f;p++)null!=(A=C[p])&&"boolean"!=typeof A&&"function"!=typeof A?(me=p+Zt,(A=m.__k[p]="string"==typeof A||"number"==typeof A||"bigint"==typeof A||A.constructor==String?Z(null,A,null,null,null):K(A)?Z(se,{children:A},null,null,null):void 0===A.constructor&&A.__b>0?Z(A.type,A.props,A.key,A.ref?A.ref:null,A.__v):A).__=m,A.__b=m.__b+1,G=null,-1!==(Be=A.__i=lt(A,R,me,ye))&&(ye--,(G=R[Be])&&(G.__u|=2)),null==G||null===G.__v?(-1==Be&&Zt--,"function"!=typeof A.type&&(A.__u|=4)):Be!==me&&(Be==me-1?Zt--:Be==me+1?Zt++:(Be>me?Zt--:Zt++,A.__u|=4))):A=m.__k[p]=null;if(ye)for(p=0;p<at;p++)null!=(G=R[p])&&!(2&G.__u)&&(G.__e==Y&&(Y=ve(G)),ft(G,G));return Y}(R,C,ge,Be),ye=0;ye<de;ye++)null!=(D=R.__k[ye])&&(Zt=-1===D.__i?P:ge[D.__i]||P,D.__i=ye,Te=ze(m,D,Zt,p,A,G,me,Be,f,at),k=D.__e,D.ref&&Zt.ref!=D.ref&&(Zt.ref&&ae(Zt.ref,null,D),at.push(D.ref,D.__c||k,D)),null==oe&&null!=k&&(oe=k),4&D.__u||Zt.__k===D.__k?Be=Ne(D,Be,m):"function"==typeof D.type&&void 0!==Te?Be=Te:k&&(Be=k.nextSibling),D.__u&=-7);return R.__e=oe,Be}function Ne(m,C,R){var Y,p;if("function"==typeof m.type){for(Y=m.__k,p=0;Y&&p<Y.length;p++)Y[p]&&(Y[p].__=m,C=Ne(Y[p],C,R));return C}m.__e!=C&&(C&&m.type&&!R.contains(C)&&(C=ve(m)),R.insertBefore(m.__e,C||null),C=m.__e);do{C=C&&C.nextSibling}while(null!=C&&8===C.nodeType);return C}function lt(m,C,R,Y){var p=m.key,A=m.type,G=R-1,me=R+1,Be=C[R];if(null===Be||Be&&p==Be.key&&A===Be.type&&!(2&Be.__u))return R;if(("function"!=typeof A||A===se||p)&&Y>(null==Be||2&Be.__u?0:1))for(;G>=0||me<C.length;){if(G>=0){if((Be=C[G])&&!(2&Be.__u)&&p==Be.key&&A===Be.type)return G;G--}if(me<C.length){if((Be=C[me])&&!(2&Be.__u)&&p==Be.key&&A===Be.type)return me;me++}}return-1}function ee(m,C,R){"-"===C[0]?m.setProperty(C,R??""):m[C]=null==R?"":"number"!=typeof R||J.test(C)?R:R+"px"}function Fe(m,C,R,Y,p){var A,G;e:if("style"===C)if("string"==typeof R)m.style.cssText=R;else{if("string"==typeof Y&&(m.style.cssText=Y=""),Y)for(C in Y)R&&C in R||ee(m.style,C,"");if(R)for(C in R)Y&&R[C]===Y[C]||ee(m.style,C,R[C])}else if("o"===C[0]&&"n"===C[1])A=C!==(C=C.replace(I,"$1")),C=C.toLowerCase()in m||"onFocusOut"===C||"onFocusIn"===C?C.toLowerCase().slice(2):C.slice(2),m.l||(m.l={}),m.l[C+A]=R,R?Y?R.t=Y.t:(R.t=w,m.addEventListener(C,A?O:S,A)):m.removeEventListener(C,A?O:S,A);else{if("http://www.w3.org/2000/svg"==p)C=C.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=C&&"height"!=C&&"href"!=C&&"list"!=C&&"form"!=C&&"tabIndex"!=C&&"download"!=C&&"rowSpan"!=C&&"colSpan"!=C&&"role"!=C&&"popover"!=C&&C in m)try{G=m.tagName&&m.tagName.includes("-"),m[C]=null!=R||G?R:"";break e}catch{}"function"==typeof R||(null==R||!1===R&&"-"!==C[4]?m.removeAttribute(C):m.setAttribute(C,"popover"==C&&1==R?"":R))}}function be(m){return function(C){if(this.l){var R=this.l[C.type+m];if(null==C.u)C.u=w++;else if(C.u<R.t)return;return R(v.event?v.event(C):C)}}}function ze(m,C,R,Y,p,A,G,me,Be,f){var at,ye,Zt,D,k,oe,Te,ge,de,Ge,Xe,ct,ut,yt,Oe,kt,dt,Kt=C.type;if(void 0!==C.constructor)return null;128&R.__u&&(Be=!!(32&R.__u),A=[me=C.__e=R.__e]),(at=v.__b)&&at(C);e:if("function"==typeof Kt)try{if(ge=C.props,de="prototype"in Kt&&Kt.prototype.render,Ge=(at=Kt.contextType)&&Y[at.__c],Xe=at?Ge?Ge.props.value:at.__:Y,R.__c?Te=(ye=C.__c=R.__c).__=ye.__E:(de?C.__c=ye=new Kt(ge,Xe):(C.__c=ye=new le(ge,Xe),ye.constructor=Kt,ye.render=Ye),Ge&&Ge.sub(ye),ye.props=ge,ye.state||(ye.state={}),ye.context=Xe,ye.__n=Y,Zt=ye.__d=!0,ye.__h=[],ye._sb=[]),de&&null==ye.__s&&(ye.__s=ye.state),de&&null!=Kt.getDerivedStateFromProps&&(ye.__s==ye.state&&(ye.__s=x({},ye.__s)),x(ye.__s,Kt.getDerivedStateFromProps(ge,ye.__s))),D=ye.props,k=ye.state,ye.__v=C,Zt)de&&null==Kt.getDerivedStateFromProps&&null!=ye.componentWillMount&&ye.componentWillMount(),de&&null!=ye.componentDidMount&&ye.__h.push(ye.componentDidMount);else{if(de&&null==Kt.getDerivedStateFromProps&&ge!==D&&null!=ye.componentWillReceiveProps&&ye.componentWillReceiveProps(ge,Xe),!ye.__e&&(null!=ye.shouldComponentUpdate&&!1===ye.shouldComponentUpdate(ge,ye.__s,Xe)||C.__v===R.__v)){for(C.__v!==R.__v&&(ye.props=ge,ye.state=ye.__s,ye.__d=!1),C.__e=R.__e,C.__k=R.__k,C.__k.some(function(re){re&&(re.__=C)}),ct=0;ct<ye._sb.length;ct++)ye.__h.push(ye._sb[ct]);ye._sb=[],ye.__h.length&&G.push(ye);break e}null!=ye.componentWillUpdate&&ye.componentWillUpdate(ge,ye.__s,Xe),de&&null!=ye.componentDidUpdate&&ye.__h.push(function(){ye.componentDidUpdate(D,k,oe)})}if(ye.context=Xe,ye.props=ge,ye.__P=m,ye.__e=!1,ut=v.__r,yt=0,de){for(ye.state=ye.__s,ye.__d=!1,ut&&ut(C),at=ye.render(ye.props,ye.state,ye.context),Oe=0;Oe<ye._sb.length;Oe++)ye.__h.push(ye._sb[Oe]);ye._sb=[]}else do{ye.__d=!1,ut&&ut(C),at=ye.render(ye.props,ye.state,ye.context),ye.state=ye.__s}while(ye.__d&&++yt<25);ye.state=ye.__s,null!=ye.getChildContext&&(Y=x(x({},Y),ye.getChildContext())),de&&!Zt&&null!=ye.getSnapshotBeforeUpdate&&(oe=ye.getSnapshotBeforeUpdate(D,k)),me=he(m,K(kt=null!=at&&at.type===se&&null==at.key?at.props.children:at)?kt:[kt],C,R,Y,p,A,G,me,Be,f),ye.base=C.__e,C.__u&=-161,ye.__h.length&&G.push(ye),Te&&(ye.__E=ye.__=null)}catch(re){if(C.__v=null,Be||null!=A)if(re.then){for(C.__u|=Be?160:128;me&&8===me.nodeType&&me.nextSibling;)me=me.nextSibling;A[A.indexOf(me)]=null,C.__e=me}else for(dt=A.length;dt--;)z(A[dt]);else C.__e=R.__e,C.__k=R.__k;v.__e(re,C,R)}else null==A&&C.__v===R.__v?(C.__k=R.__k,C.__e=R.__e):me=C.__e=function $e(m,C,R,Y,p,A,G,me,Be){var f,at,ye,Zt,D,k,oe,Te,ge=R.props,de=C.props,Ge=C.type;if("svg"===Ge?p="http://www.w3.org/2000/svg":"math"===Ge?p="http://www.w3.org/1998/Math/MathML":p||(p="http://www.w3.org/1999/xhtml"),null!=A)for(f=0;f<A.length;f++)if((D=A[f])&&"setAttribute"in D==!!Ge&&(Ge?D.localName===Ge:3===D.nodeType)){m=D,A[f]=null;break}if(null==m){if(null===Ge)return document.createTextNode(de);m=document.createElementNS(p,Ge,de.is&&de),me&&(v.__m&&v.__m(C,A),me=!1),A=null}if(null===Ge)ge===de||me&&m.data===de||(m.data=de);else{if(A=A&&h.call(m.childNodes),ge=R.props||P,!me&&null!=A)for(ge={},f=0;f<m.attributes.length;f++)ge[(D=m.attributes[f]).name]=D.value;for(f in ge)if(D=ge[f],"children"!=f)if("dangerouslySetInnerHTML"==f)ye=D;else if(!(f in de)){if("value"==f&&"defaultValue"in de||"checked"==f&&"defaultChecked"in de)continue;Fe(m,f,null,D,p)}for(f in de)D=de[f],"children"==f?Zt=D:"dangerouslySetInnerHTML"==f?at=D:"value"==f?k=D:"checked"==f?oe=D:me&&"function"!=typeof D||ge[f]===D||((f.startsWith("on")||"ref"===f&&"function"==typeof D)&&(Te=Y[Object.keys(Y)[0]])&&(D=D.bind(Te.props.value)),Fe(m,f,D,ge[f],p));if(at)me||ye&&(at.__html===ye.__html||at.__html===m.innerHTML)||(m.innerHTML=at.__html),C.__k=[];else if(ye&&(m.innerHTML=""),he(m,K(Zt)?Zt:[Zt],C,R,Y,"foreignObject"===Ge?"http://www.w3.org/1999/xhtml":p,A,G,A?A[0]:R.__k&&ve(R,0),me,Be),null!=A)for(f=A.length;f--;)z(A[f]);me||(f="value","progress"===Ge&&null==k?m.removeAttribute("value"):void 0!==k&&(k!==m[f]||"progress"===Ge&&!k||"option"===Ge&&k!==ge[f])&&Fe(m,f,k,ge[f],p),f="checked",void 0!==oe&&oe!==m[f]&&Fe(m,f,oe,ge[f],p))}return m}(R.__e,C,R,Y,p,A,G,Be,f);return(at=v.diffed)&&at(C),128&C.__u?void 0:me}function Ke(m,C,R){for(var Y=0;Y<R.length;Y++)ae(R[Y],R[++Y],R[++Y]);v.__c&&v.__c(C,m),m.some(function(p){try{m=p.__h,p.__h=[],m.some(function(A){A.call(p)})}catch(A){v.__e(A,p.__v)}})}function ae(m,C,R){try{if("function"==typeof m){var Y="function"==typeof m.__u;Y&&m.__u(),Y&&null==C||(m.__u=m(C))}else m.current=C}catch(p){v.__e(p,R)}}function ft(m,C,R){var Y,p;if(v.unmount&&v.unmount(m),(Y=m.ref)&&(Y.current&&Y.current!==m.__e||ae(Y,null,C)),null!=(Y=m.__c)){if(Y.componentWillUnmount)try{Y.componentWillUnmount()}catch(A){v.__e(A,C)}Y.base=Y.__P=null}if(Y=m.__k)for(p=0;p<Y.length;p++)Y[p]&&ft(Y[p],C,R||"function"!=typeof m.type);R||z(m.__e),m.__c=m.__=m.__e=void 0}function Ye(m,C,R){return this.constructor(m,R)}function Se(m,C,R){var Y,p,A,G;C===document&&(C=document.documentElement),v.__&&v.__(m,C),p=(Y="function"==typeof R)?null:R&&R.__k||C.__k,A=[],G=[],ze(C,m=(!Y&&R||C).__k=function q(m,C,R){var Y,p,A,G={};for(A in C)"key"==A?Y=C[A]:"ref"==A?p=C[A]:G[A]=C[A];if(arguments.length>2&&(G.children=arguments.length>3?h.call(arguments,2):R),"function"==typeof m&&null!=m.defaultProps)for(A in m.defaultProps)void 0===G[A]&&(G[A]=m.defaultProps[A]);return Z(m,G,Y,p,null)}(se,null,[m]),p||P,P,C.namespaceURI,!Y&&R?[R]:p?null:C.firstChild?h.call(C.childNodes):null,A,!Y&&R?R:p?p.__e:C.firstChild,Y,G),Ke(A,m,G)}function pt(m,C){Se(m,C,pt)}h=ne.slice,v={__e:function(m,C,R,Y){for(var p,A,G;C=C.__;)if((p=C.__c)&&!p.__)try{if((A=p.constructor)&&null!=A.getDerivedStateFromError&&(p.setState(A.getDerivedStateFromError(m)),G=p.__d),null!=p.componentDidCatch&&(p.componentDidCatch(m,Y||{}),G=p.__d),G)return p.__E=p}catch(me){m=me}throw m}},y=0,le.prototype.setState=function(m,C){var R;R=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=x({},this.state),"function"==typeof m&&(m=m(x({},R),this.props)),m&&x(R,m),null!=m&&this.__v&&(C&&this._sb.push(C),Ee(this))},le.prototype.forceUpdate=function(m){this.__v&&(this.__e=!0,m&&this.__h.push(m),Ee(this))},le.prototype.render=se,M=[],F="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,U=function(m,C){return m.__v.__b-C.__v.__b},Ie.__r=0,I=/(PointerCapture)$|Capture$/i,w=0,S=be(!1),O=be(!0),X=0;var hn=0;const ue=new WeakMap,E=(m,C)=>{let R=ue.get(m);R||(R=function ht(m,C){var R={__c:C="__cC"+X++,__:m,Consumer:function(Y,p){return Y.children(p)},Provider:function(Y){var p,A;return this.getChildContext||(p=new Set,(A={})[C]=this,this.getChildContext=function(){return A},this.componentWillUnmount=function(){p=null},this.shouldComponentUpdate=function(G){this.props.value!==G.value&&p.forEach(function(me){me.__e=!0,Ee(me)})},this.sub=function(G){p.add(G);var me=G.componentWillUnmount;G.componentWillUnmount=function(){p&&p.delete(G),me&&me.call(G)}}),Y.children}};return R.Provider.__=R.Consumer.contextType=R}(m),ue.set(m,R));const Y=m.render(),p=function nt(m,C,R,Y,p,A){C||(C={});var G,me,Be=C;"ref"in C&&(G=C.ref,delete C.ref);var f={type:m,props:Be,key:R,ref:G,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--hn,__i:-1,__u:0,__source:p,__self:A};if("function"==typeof m&&(G=m.defaultProps))for(me in G)void 0===Be[me]&&(Be[me]=G[me]);return v.vnode&&v.vnode(f),f}(R.Provider,{value:m,children:Y});m.__shouldHydrate?(m.shadowRoot?.querySelectorAll("style").forEach(A=>A.remove()),pt(p,C),m.__shouldHydrate=!1):Se(p,C)}},3823(ie,H,u){"use strict";u.d(H,["A",0,(y,g)=>y.call(g)])},8431(ie,H,u){"use strict";u.d(H,{A:()=>U});
|
|
2
|
-
/*!
|
|
3
|
-
|
|
4
|
-
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
var y=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,g=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,M={"<":"<",">":">","&":"&",'"':"""},L=function(I){var w=M[I];return w||(w=g.test(I)?"�":"&#x"+function(I,w){var S=I.toString(16);return w&&(S=S.padStart(w,"0")),S}(I.charCodeAt(0))+";",M[I]=w),w};const U=function(I){return I.replace(y,L)}},7928(ie,H,u){"use strict";const v=new(u(1241).A),y="themeRegistered";u.d(H,["E",0,L=>v.fireEvent(y,L),"h",0,L=>{v.attachEvent(y,L)}])},6077(ie,H,u){"use strict";u.d(H,{Ay:()=>Pe});var h=u(9293),v=u(8923),y=u(3455),g=u(1712);const L=new(u(1241).A);var S=u(3274),O=u(494),X=u(6726),P=u(5726),ne=u(8079),J=u(1452);const z="@ui5/webcomponents-theming",Z=function(){var Ee=h(function*(he){if(!(0,v.w2)().has(z))return;const pe=yield(0,v.tw)(z,he);pe&&(0,y.E6)(pe,"data-ui5-theme-properties",z,he)});return function Ie(he){return Ee.apply(this,arguments)}}(),se=function(){var Ee=h(function*(he,pe){const Ne=[...(0,v.w2)().entries()].map(function(){var je=h(function*([lt,{cssVariablesTarget:ee}]){if(lt===z)return;const Fe=yield(0,v.tw)(lt,he,pe);Fe&&("root"===ee?(0,y.E6)(Fe,`data-ui5-component-properties-${(0,ne._w)()}`,lt):"host"===ee&&(0,J.F)(lt,Fe))});return function(lt){return je.apply(this,arguments)}}());return Promise.all(Ne)});return function Ie(he,pe){return Ee.apply(this,arguments)}}(),le=function(){var Ee=h(function*(he){const pe=(0,g.A)();if(pe)return pe;const Ne=(0,S.x$)("OpenUI5Support");if(Ne&&Ne.isOpenUI5Detected()){if(Ne.cssVariablesLoaded())return{themeName:Ne.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if((0,O.SU)())return yield(0,O.zn)(he),(0,g.A)()});return function Ie(he){return Ee.apply(this,arguments)}}(),Pe=function(){var Ee=h(function*(he){const pe=yield le(he);pe&&he===pe.themeName?(0,y.eP)("data-ui5-theme-properties",z):yield Z(he);const Ne=pe&&pe.themeName===he?he:void 0,je=pe&&pe.baseThemeName,lt=(0,v.gu)(he)?he:je||P.SS;yield se(lt,Ne),(0,X.Dm)(je),(Ee=>{L.fireEvent("themeLoaded",Ee)})(he)});return function Ie(he){return Ee.apply(this,arguments)}}()},1452(ie,H,u){"use strict";const h=new Map;let v;const y=()=>(v||(v=new CSSStyleSheet),v);u.d(H,["F",0,(M,L)=>{h.set(M,L);const F=Array.from(h.values()).join("\n");y().replaceSync(F)},"k",0,y])},1712(ie,H,u){"use strict";const h=new Set;u.d(H,["A",0,()=>{const F=(()=>{let F=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(F)return getComputedStyle(F).backgroundImage;F=document.createElement("span"),F.style.display="none",F.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(F);let U=getComputedStyle(F).backgroundImage;return"none"===U&&(F.classList.add("sapThemeMetaData-UI5-sap-ui-core"),U=getComputedStyle(F).backgroundImage),document.body.removeChild(F),U})();if(!F||"none"===F)return;const U=(F=>{const U=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(F);if(U&&U.length>=2){let I=U[1];if(I=I.replace(/\\"/g,'"'),"{"!==I.charAt(0)&&"}"!==I.charAt(I.length-1))try{I=decodeURIComponent(I)}catch{return void(h.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),h.add("decode")))}try{return JSON.parse(I)}catch{h.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),h.add("parse"))}}})(F);return U?(F=>{let U,I;try{const w=F.Path.split(".");U=4===w.length?w[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),I=F.Extends[0]}catch{return void(h.has("object")||(console.warn("Malformed theme metadata Object",F),h.add("object")))}return{themeName:U,baseThemeName:I}})(U):void 0}])},8509(ie,H,u){"use strict";u.d(H,{A:()=>O});var h={},v=h.hasOwnProperty,y=h.toString,g=v.toString,M=g.call(Object);const F=function(X){var P,ne;return!(!X||"[object Object]"!==y.call(X)||(P=Object.getPrototypeOf(X))&&("function"!=typeof(ne=v.call(P,"constructor")&&P.constructor)||g.call(ne)!==M))};var U=Object.create(null),I=function(X,P,ne,J){var K,x,z,q,Z,ce,se=arguments[2]||{},le=3,ve=arguments.length,Pe=arguments[0]||!1,Ee=arguments[1]?void 0:U;for("object"!=typeof se&&"function"!=typeof se&&(se={});le<ve;le++)if(null!=(Z=arguments[le]))for(q in Z)K=se[q],z=Z[q],"__proto__"!==q&&se!==z&&(Pe&&z&&(F(z)||(x=Array.isArray(z)))?(x?(x=!1,ce=K&&Array.isArray(K)?K:[]):ce=K&&F(K)?K:{},se[q]=I(Pe,arguments[1],ce,z)):z!==Ee&&(se[q]=z));return se};const w=I,O=function(X,P){return w(!0,!1,...arguments)}},9671(ie,H,u){"use strict";var y,h=((y=h||{}).Full="full",y.Basic="basic",y.Minimal="minimal",y.None="none",y);u.d(H,["A",0,h])},4778(ie,H,u){"use strict";var y,h=((y=h||{}).On="On",y.Before="Before",y.After="After",y);u.d(H,["A",0,h])},2928(ie,H,u){"use strict";var y,h=((y=h||{}).Vertical="Vertical",y.Horizontal="Horizontal",y);u.d(H,["A",0,h])},594(ie,H,u){"use strict";var y,h=((y=h||{}).None="None",y.Positive="Positive",y.Critical="Critical",y.Negative="Negative",y.Information="Information",y);u.d(H,["A",0,h])},3493(ie,H,u){"use strict";const h=new WeakMap,v=new WeakMap,y={attributes:!0,childList:!0,characterData:!0,subtree:!0},M=K=>{const x=K.accessibleNameRef?.split(" ")??[];let z="";return x.forEach((q,Z)=>{const ce=U(K,q),se=`${ce&&ce.textContent?ce.textContent:""}`;se&&(z+=se,Z<x.length-1&&(z+=" "))}),z},L=K=>{const x=new Set;F(K).forEach(ce=>{x.add(ce)});const Z=[K.accessibleNameRef,K.accessibleDescriptionRef].filter(Boolean).join(" ");return(Z?Z.split(" "):[]).forEach(ce=>{const se=U(K,ce);se&&x.add(se)}),Array.from(x)},F=K=>{const x=K.getRootNode().querySelectorAll(`[for="${K.id}"]`);return Array.from(x)},U=(K,x)=>K.getRootNode().querySelector(`[id='${x}']`)||document.getElementById(x),O=(K,x)=>{let z=h.get(x);if(!z){z={observer:null,callbacks:[]};const q=new MutationObserver(()=>{z.callbacks.forEach(ce=>{ce()});const Z=document.getElementById(x.id);K.host.id===x.getAttribute("for")||Z||X(K,x)});z.observer=q,q.observe(x,y),h.set(x,z)}z.callbacks.includes(K.callback)||z.callbacks.push(K.callback)},X=(K,x)=>{const z=h.get(x);z&&(z.callbacks=z.callbacks.filter(q=>q!==K.callback),z.callbacks.length||(z.observer?.disconnect(),h.delete(x))),K.observedElements=K.observedElements.filter(q=>q!==x)},J=K=>{const x=K.accessibleDescriptionRef?.split(" ")??[];let z="";return x.forEach((q,Z)=>{const ce=U(K,q),se=`${ce&&ce.textContent?ce.textContent:""}`;se&&(z+=se,Z<x.length-1&&(z+=" "))}),z};u.d(H,["Bm",0,J,"I7",0,K=>{const x=v.get(K);x&&([...x.observedElements].forEach(z=>{X(x,z)}),K.detachInvalidate(x.invalidationCallback),v.delete(K))},"UT",0,K=>{const x=[];if(F(K).forEach(z=>{const q=z.textContent;q&&x.push(q)}),x.length)return x.join(" ")},"Uu",0,K=>{const x=K;return x.accessibleDescriptionRef?J(K):x.accessibleDescription?x.accessibleDescription:void 0},"ax",0,K=>{const x=K;return x.accessibleNameRef?M(K):x.accessibleName?x.accessibleName:void 0},"nK",0,(K,x)=>{if(v.has(K))return;const z=L(K),q=(K=>x=>{if(!(x&&"property"===x.type&&"accessibleNameRef"===x.name||x&&"property"===x.type&&"accessibleDescriptionRef"===x.name))return;const Z=v.get(K);if(!Z)return;const ce=Z.observedElements,se=L(K);ce.forEach(le=>{se.includes(le)||X(Z,le)}),se.forEach(le=>{ce.includes(le)||(O(Z,le),Z.observedElements.push(le))}),Z?.callback()})(K),Z={host:K,observedElements:z,callback:x,invalidationCallback:q};v.set(K,Z),K.attachInvalidate(q),z.forEach(ce=>{O(Z,ce)}),x()},"yI",0,M])},3952(ie,H,u){"use strict";u.d(H,{$:()=>S,D:()=>O});var h=u(9293),v=u(5465);const y=/^(?:a|area)$/i,g=/^(?:input|select|textarea|button)$/i,L=J=>{if(J.disabled)return!1;const K=J.getAttribute("tabindex");return null!=K?parseInt(K)>=0:g.test(J.nodeName)||y.test(J.nodeName)&&!!J.href};var F=u(4431),U=u(6136);const I=J=>J.hasAttribute("data-ui5-focus-trap"),w=J=>{const K=getComputedStyle(J);return J.scrollHeight>J.clientHeight&&["scroll","auto"].indexOf(K.overflowY)>=0||J.scrollWidth>J.clientWidth&&["scroll","auto"].indexOf(K.overflowX)>=0},S=function(){var J=h(function*(x,z){return!x||(0,v.A)(x)?null:ne(x,!0,z)});return function K(x,z){return J.apply(this,arguments)}}(),O=function(){var J=h(function*(x,z){return!x||(0,v.A)(x)?null:ne(x,!1,z)});return function K(x,z){return J.apply(this,arguments)}}(),X=J=>J.hasAttribute("data-ui5-focus-redirect")||!(0,v.A)(J),P=J=>{if((0,F.W)(J)){const K=J.getAttribute("tabindex");if(null!==K&&parseInt(K)<0)return!0}return!1},ne=function(){var J=h(function*(x,z,q){let Z,ce,le,se=-1;for(x.shadowRoot?Z=z?x.shadowRoot.firstElementChild:x.shadowRoot.lastElementChild:x instanceof HTMLSlotElement&&x.assignedNodes()?(ce=x.assignedElements(),se=z?0:ce.length-1,Z=ce[se]):Z=q?x:z?x.firstElementChild:x.lastElementChild;Z;){const ve=Z;if(!(0,v.A)(ve)&&!P(ve)){if((0,F.W)(Z)&&(yield Z._waitForDomRef(),Z=Z.getDomRef()),!Z||(0,v.A)(Z))return null;if(1===Z.nodeType&&X(Z)&&!I(Z)){if(L(Z)||(le=yield ne(Z,z),!(0,U.nr)()&&!le&&w(Z)))return Z&&"function"==typeof Z.focus?Z:null;if(le)return le&&"function"==typeof le.focus?le:null}}Z=z?ve.nextElementSibling:ve.previousElementSibling,ce&&!ce[se].contains(Z)&&(se=z?se+1:se-1,Z=ce[se])}return null});return function K(x,z,q){return J.apply(this,arguments)}}()},1402(ie,H,u){"use strict";var h=u(4127);const v=()=>{const I=(0,h.A)();return I&&"function"==typeof I.focus?I:null},g=(I,w)=>{let S=I;if(S.shadowRoot&&(S=Array.from(S.shadowRoot.children).find(X=>"style"!==X.localName),!S))return!1;if(S===w)return!0;const O="slot"===S.localName?S.assignedNodes():S.children;return!!O&&Array.from(O).some(X=>g(X,w))},U=I=>{const w=I.parentElement||I.getRootNode&&I.getRootNode().host;return w&&(function F(I){return"isUI5Element"in I&&"_show"in I}(w)||w===document.documentElement)?w:U(w)};u.d(H,["CA",0,v,"TP",0,I=>{const w=v();return!!w&&g(I,w)},"nE",0,U,"wi",0,(I,w)=>{let S,O;if(I instanceof MouseEvent)S=I.clientX,O=I.clientY;else{const X=I.touches[0];S=X.clientX,O=X.clientY}return((I,w,S)=>I>=S.left&&I<=S.right&&w>=S.top&&w<=S.bottom)(S,O,w)}])},6488(ie,H,u){"use strict";u.d(H,{J:()=>g});var h=u(5465);const g=F=>L("SLOT"===F.tagName?[F]:[...F.children]),L=(F,U)=>{const I=U||[];return F&&F.forEach(w=>{if(w.nodeType===Node.TEXT_NODE||w.nodeType===Node.COMMENT_NODE)return;const S=w;S.hasAttribute("data-sap-no-tab-ref")||((F=>{if(!F||F.hasAttribute("data-sap-no-tab-ref")||(0,h.A)(F))return!1;const U=F.getAttribute("tabindex");if(null!=U)return parseInt(U)>=0;const I=F.nodeName.toLowerCase();return!("a"!==I&&!/^(input|select|textarea|button|object)$/.test(I)||F.disabled)})(S)&&I.push(S),L("SLOT"===S.tagName?S.assignedElements():[...S.shadowRoot?S.shadowRoot.children:S.children],I))}),I}},8777(ie,H,u){"use strict";u.d(H,["A",0,(y,g)=>{if(y.length!==g.length)return!1;for(let M=0;M<y.length;M++)if(y[M]!==g[M])return!1;return!0}])},8762(ie,H,u){"use strict";u.d(H,["A",0,(y,g,M)=>Math.min(Math.max(y,g),Math.max(g,M))])},5031(ie,H,u){"use strict";u.d(H,["A",0,function h(y){return g=>null!=g&&y in g&&!0===g[y]}])},6826(ie,H,u){"use strict";u.d(H,{A:()=>X});var h=u(9293),y=u(4446);const g={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let L=null;const w=function(){var P=h(function*(J){const K=document.createElement("div"),x=yield(0,y.HE)("@ui5/webcomponents-base"),z=K.attachShadow({mode:"open"}),q=new CSSStyleSheet;return q.replaceSync(":host{justify-content:center;align-items:center;display:flex;color:var(--sapList_TextColor);background-color:var(--sapList_Background);font-family:var(--sapFontFamily);height:var(--sapElement_LineHeight);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);opacity:.8;position:absolute;padding:0 1rem;top:-1000px;left:-1000px}"),z.adoptedStyleSheets=[q],z.textContent=x.getText(g,J),K});return function ne(J){return P.apply(this,arguments)}}(),X={setDraggedElement:(P,ne)=>{L=P,ne?.dataTransfer?.setData("text/plain",P?P.id:"")},clearDraggedElement:()=>{L=null},getDraggedElement:()=>L,startMultipleDrag:function(){var P=h(function*(J,K){if(J<2)return void console.warn(`Cannot start multiple drag with count ${J}. Minimum is 2.`);if(!K.dataTransfer)return;const x=yield w(J);document.body.appendChild(x),K.dataTransfer.setDragImage(x,0,0),requestAnimationFrame(()=>{x.remove()})});return function ne(J,K){return P.apply(this,arguments)}}()}},7669(ie,H,u){"use strict";var h=u(4778),v=u(2928);const y=(w,S,O,X)=>{const P=Math.abs(w-S),ne=Math.abs(w-O),J=Math.abs(w-X);let x=[];switch(Math.min(P,ne,J)){case P:x=[h.A.Before];break;case ne:x=[h.A.On,P<J?h.A.Before:h.A.After];break;case J:x=[h.A.After]}return x},M=(w,S)=>--S<0?[]:[{element:w[S],placement:h.A.Before}],L=(w,S)=>++S>=w.length?[]:[{element:w[S],placement:h.A.After}],F={ArrowLeft:M,ArrowUp:M,ArrowRight:L,ArrowDown:L,Home:(w,S)=>w.slice(0,S).map(O=>({element:O,placement:h.A.Before})),End:(w,S)=>w.slice(S+1,w.length).reverse().map(O=>({element:O,placement:h.A.After}))};u.d(H,["Fw",0,(w,S,O)=>(w=>w in F)(O.key)?F[O.key](w,w.indexOf(S)):[],"gk",0,(w,S,O)=>{let X=Number.POSITIVE_INFINITY,P=null;for(let ce=0;ce<w.length;ce++){const se=w[ce],{left:le,width:ve,top:Pe,height:Ee}=se.getBoundingClientRect();let Ie;Ie=O===v.A.Vertical?Pe+Ee/2:le+ve/2;const he=Math.abs(S-Ie);he<X&&(X=he,P=se)}if(!P)return null;const{width:ne,height:J,left:K,right:x,top:z,bottom:q}=P.getBoundingClientRect();let Z;return Z=O===v.A.Vertical?y(S,z,z+J/2,q):y(S,K,K+ne/2,x),{element:P,placements:Z}}])},4127(ie,H,u){"use strict";u.d(H,["A",0,()=>{let y=document.activeElement;for(;y&&y.shadowRoot&&y.shadowRoot.activeElement;)y=y.shadowRoot.activeElement;return y}])},5873(ie,H,u){"use strict";u.d(H,["A",0,(y,g=document.body,M)=>{let L=document.querySelector(y);return L||(L=M?M():document.createElement(y),g.insertBefore(L,g.firstChild))}])},5465(ie,H,u){"use strict";u.d(H,["A",0,y=>{if("SLOT"===y.nodeName)return!1;const g=window.getComputedStyle(y);return"contents"!==g.display&&y.offsetWidth<=0&&y.offsetHeight<=0||"hidden"===g.visibility}])},1045(ie,H,u){"use strict";function h(v){return v.toLowerCase()}u.d(H,{A:()=>h})},6759(ie,H,u){"use strict";u.d(H,["A",0,y=>Array.from(y).filter(g=>g.nodeType!==Node.COMMENT_NODE&&(g.nodeType!==Node.TEXT_NODE||0!==(g.nodeValue||"").trim().length)).length>0])},9394(ie,H,u){"use strict";u(6726);var v=u(4874);(0,v.pU)("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"})},2601(ie,H,u){"use strict";u(6726);var v=u(4874);(0,v.pU)("alert",{pathData:"M15.656 12.688c.104.208.182.411.235.609.052.198.088.39.109.578v.156c0 .646-.24 1.136-.719 1.469-.479.333-1 .5-1.562.5H2.313c-.271 0-.542-.042-.813-.125a2.332 2.332 0 0 1-.734-.375 1.932 1.932 0 0 1-.532-.625A2.033 2.033 0 0 1 0 14.031c0-.27.042-.505.125-.703.083-.198.177-.411.281-.64l5.782-10.5C6.625 1.395 7.26 1 8.094 1c.791 0 1.406.396 1.844 1.188l5.718 10.5Zm-7.625-7.72c-.27 0-.515.084-.734.25-.219.167-.328.438-.328.813.02.146.041.271.062.375.063.521.11 1.021.14 1.5.032.48.069 1.115.11 1.907 0 .229.078.395.235.5a.91.91 0 0 0 .515.156c.459 0 .698-.219.719-.656l.063-1.126.28-2.656c0-.375-.109-.646-.327-.812a1.182 1.182 0 0 0-.735-.25Zm0 9.345c.417 0 .745-.126.985-.376s.359-.583.359-1c0-.395-.12-.718-.36-.968-.239-.25-.567-.375-.984-.375-.416 0-.745.125-.984.375-.24.25-.36.573-.36.969 0 .416.12.75.36 1s.568.374.984.374Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("alert",{pathData:"M6.491 1.856C7.17.716 8.821.714 9.5 1.855l6.249 10.504c.694 1.166-.147 2.644-1.504 2.644H1.752c-1.357 0-2.197-1.478-1.504-2.644L6.491 1.856Zm1.503 9.138a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"})},1278(ie,H,u){"use strict";u.d(H,{Ay:()=>ve}),u(6726);var v=u(4874),y=u(8841);(0,v.pU)("decline",{pathData:"m2.205 2.96.752-.789A.559.559 0 0 1 3.367 2c.137 0 .263.057.377.171l4.239 4.286 4.273-4.286A.522.522 0 0 1 12.633 2a.56.56 0 0 1 .41.171l.752.789c.273.251.273.514 0 .789L9.555 8l4.24 4.286c.25.251.25.503 0 .754l-.752.789c-.183.114-.32.171-.41.171-.069 0-.194-.057-.377-.171L7.983 9.543l-4.24 4.286a.522.522 0 0 1-.375.171c-.092 0-.228-.057-.41-.171l-.753-.789c-.25-.251-.25-.503 0-.754L6.445 8l-4.24-4.251c-.273-.275-.273-.538 0-.789Z",ltr:!1,viewBox:"0 0 16 16",accData:y.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("decline",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06L9.06 8l3.72 3.72a.75.75 0 1 1-1.06 1.06L8 9.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06L6.94 8 3.22 4.28a.75.75 0 1 1 1.06-1.06L8 6.94l3.72-3.72Z",ltr:!1,viewBox:"0 0 16 16",accData:y.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="decline"},4257(ie,H,u){"use strict";u(6726);var v=u(4874),y=u(8841);(0,v.pU)("error",{pathData:"M16 8a7.731 7.731 0 0 1-.64 3.125c-.428.98-1 1.828-1.72 2.547a8.025 8.025 0 0 1-2.53 1.703A7.785 7.785 0 0 1 8 16a7.73 7.73 0 0 1-3.125-.64c-.98-.428-1.828-1-2.547-1.72a7.977 7.977 0 0 1-1.703-2.546A7.82 7.82 0 0 1 0 8a7.864 7.864 0 0 1 2.344-5.672A8.214 8.214 0 0 1 4.89.625 7.785 7.785 0 0 1 8 0c1.104 0 2.14.208 3.11.625a8.08 8.08 0 0 1 2.546 1.719 8.081 8.081 0 0 1 1.719 2.547C15.792 5.859 16 6.896 16 8Zm-3.531 3.375c.125-.125.125-.25 0-.375L9.78 8.312c-.125-.124-.125-.25 0-.374l2.531-2.532c.126-.125.126-.25 0-.375l-1.156-1.156c-.041-.042-.104-.063-.187-.063-.084 0-.146.021-.188.063L8.187 6.438c-.02.062-.083.093-.187.093-.063 0-.125-.031-.188-.093L5.188 3.844c-.02-.042-.083-.063-.187-.063-.083 0-.146.021-.188.063L3.657 5c-.125.125-.125.25 0 .375L6.25 7.938c.125.125.125.25 0 .375l-2.594 2.562a.312.312 0 0 0-.078.188c-.01.083.016.145.078.187l1.125 1.156a.48.48 0 0 0 .188.063c.083 0 .146-.021.187-.063l2.657-2.625c.041-.041.104-.062.187-.062s.146.02.188.062l2.75 2.75a.479.479 0 0 0 .187.063.48.48 0 0 0 .188-.063l1.156-1.156Z",ltr:!1,viewBox:"0 0 16 16",accData:y.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("error",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 4.293a1 1 0 0 0-1.414 0L8 6.586 5.707 4.293a1 1 0 1 0-1.414 1.414L6.586 8l-2.293 2.293a1 1 0 1 0 1.414 1.414L8 9.414l2.293 2.293a1 1 0 1 0 1.414-1.414L9.414 8l2.293-2.293a1 1 0 0 0 0-1.414Z",ltr:!1,viewBox:"0 0 16 16",accData:y.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"})},8841(ie,H,u){"use strict";u.d(H,["FE",0,{key:"ICON_DECLINE",defaultText:"Decline"},"YN",0,{key:"ICON_EXIT_FULL_SCREEN",defaultText:"Exit Full Screen"},"fV",0,{key:"ICON_FULL_SCREEN",defaultText:"Enter Full Screen"},"r$",0,{key:"ICON_ERROR",defaultText:"Error"}])},441(ie,H,u){"use strict";u.d(H,{Ay:()=>le}),u(6726);var v=u(4874);(0,v.pU)("information",{pathData:"M0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0a7.863 7.863 0 0 1 5.672 2.344 8.216 8.216 0 0 1 1.703 2.547C15.792 5.859 16 6.896 16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8Zm6 3.5v1.031h4V11.5H9V6.719c0-.125-.073-.188-.219-.188h-2.75V7.5h1v4H6Zm1.063-6.281c.291.229.604.343.937.343.354 0 .661-.12.922-.359.26-.24.39-.536.39-.89 0-.396-.135-.72-.406-.97A1.235 1.235 0 0 0 8 2.97c-.396 0-.714.13-.953.39-.24.26-.36.579-.36.954 0 .354.125.656.375.906Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("information",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 7a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1Zm0-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="information"},81(ie,H,u){"use strict";u.d(H,{Ay:()=>le}),u(6726);var v=u(4874);(0,v.pU)("resize-corner",{pathData:"M13 5v1c0 .25-.104.48-.313.688l-6 6C6.48 12.896 6.25 13 6 13H5l8-8Zm-5 8 5-5v1c0 .25-.104.48-.313.688l-3 3C9.48 12.896 9.25 13 9 13H8Zm5-2v1c0 .25-.104.48-.313.688-.208.208-.437.312-.687.312h-1l2-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("resize-corner",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06l-8.5 8.5a.75.75 0 1 1-1.06-1.06l8.5-8.5Zm0 5a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l3.5-3.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="resize-corner"},8911(ie,H,u){"use strict";u.d(H,{Ay:()=>le}),u(6726);var v=u(4874);(0,v.pU)("sys-enter-2",{pathData:"M16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0c1.104 0 2.146.208 3.125.625.98.417 1.828.984 2.547 1.703a7.979 7.979 0 0 1 1.703 2.547c.417.98.625 2.02.625 3.125Zm-3.688-2.719c.084-.166.073-.302-.03-.406L11.155 3.75a.297.297 0 0 0-.25-.125c-.104 0-.187.052-.25.156l-3.25 5.406c-.062.021-.104.021-.125 0L5.094 7.563c-.084-.063-.157-.094-.219-.094-.063 0-.11.02-.14.062a.917.917 0 0 1-.079.094L3.75 8.906c-.125.167-.104.313.063.438l3.53 2.969c.042.041.115.062.22.062a.297.297 0 0 0 .25-.125l4.5-6.969Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("sys-enter-2",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 5.793a1 1 0 0 0-1.414 0L7.5 8.586 6.207 7.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="sys-enter-2"},303(ie,H,u){"use strict";u.d(H,["A",0,':root {--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "17.0.29"},"Version":{"Build": "11.36.4.20260616082028","Source": "11.36.4"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #556b82;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Margin_S: 0 0 1rem;--sapContent_Margin_M: 1rem;--sapContent_Margin_L: 1rem 2rem;--sapContent_Margin_XL: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #d9d9d9;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_HeroBanner_Background: #0070f2;--sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.45) 75%);--sapShell_HeroBanner_TextColor: #fff;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .0625rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentAlternatingBackground: #eaecee;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: .125rem;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: transparent;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_IBCS_Actual: #233649;--sapChart_IBCS_Previous: #758ca4;--sapChart_IBCS_Good: #287a40;--sapChart_IBCS_Bad: #d00a0a;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #8bc7ff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #62b3ff;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #0074e2;--sapChart_Sequence_1_Minus1: #0074e2;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #0065c3;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #0055a5;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #003b72;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #00305d;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #492d00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #180955;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px;--sapSapThemeId: sap_horizon;--sapHighlightTextColor: #fff;--sapButton_Emphasized_FontWeight: bold;--sapShell_BackgroundGradient: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapAt: @\n}'])},7202(ie,H,u){"use strict";u.d(H,{A:()=>le});var h=u(4431),v=u(1934),y=u(1642),g=u(3651),M=u(1834),L=u(2358),F=u(6136),U=u(6759),I=function(ve){return ve.Top="Top",ve.Bottom="Bottom",ve}(I||{});const w=I;var S=u(1892),O=u(355);function P(){return(0,S.Y)(S.FK,{children:this.text&&(0,S.Y)(O.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var ne=u(5166),J=u(9293),K=u(8923),x=u(303),z=u(5444);(0,K.Rh)("@ui5/webcomponents-theming","sap_horizon",J(function*(){return x.A})),(0,K.Rh)("@ui5/webcomponents","sap_horizon",J(function*(){return z.A}),"host");var ce,Z=function(ve,Pe,Ee,Ie){var Ne,he=arguments.length,pe=he<3?Pe:null===Ie?Ie=Object.getOwnPropertyDescriptor(Pe,Ee):Ie;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ve,Pe,Ee,Ie);else for(var je=ve.length-1;je>=0;je--)(Ne=ve[je])&&(pe=(he<3?Ne(pe):he>3?Ne(Pe,Ee,pe):Ne(Pe,Ee))||pe);return he>3&&pe&&Object.defineProperty(Pe,Ee,pe),pe};let se=ce=class extends h.A{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0}),(0,F.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return ce.i18nBundle.getText(ne.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===w.Top,bottom:this.text&&this.textPlacement===w.Bottom}}get hasContent(){return(0,U.A)(Array.from(this.children))}onBeforeRendering(){this.active?!this._isBusy&&!this._busyTimeoutId&&(this._busyTimeoutId=setTimeout(()=>{delete this._busyTimeoutId,this._isBusy=!0},Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(Pe){this._isBusy&&(Pe.stopImmediatePropagation(),(0,L.zP)(Pe)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(Pe){this._isBusy&&Pe.stopImmediatePropagation()}_redirectFocus(Pe){this.focusForward||(Pe.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};Z([(0,y.A)()],se.prototype,"text",void 0),Z([(0,y.A)()],se.prototype,"size",void 0),Z([(0,y.A)({type:Boolean})],se.prototype,"active",void 0),Z([(0,y.A)({type:Number})],se.prototype,"delay",void 0),Z([(0,y.A)()],se.prototype,"textPlacement",void 0),Z([(0,y.A)({type:Boolean})],se.prototype,"_isBusy",void 0),Z([(0,g.A)("@ui5/webcomponents")],se,"i18nBundle",void 0),se=ce=Z([(0,v.A)({tag:"ui5-busy-indicator",languageAware:!0,styles:':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n',renderer:M.A,template:function X(){return(0,S.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,S.FD)("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&P.call(this),(0,S.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&P.call(this)]}),(0,S.Y)("slot",{}),this._isBusy&&(0,S.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],se),se.define();const le=se},2955(ie,H,u){"use strict";u.d(H,{A:()=>ft});var h=u(9293),v=u(4431),y=u(1934),g=u(1642),M=u(1437),L=u(6993),F=u(3651),U=u(1834),I=u(2358),w=u(3493),S=u(4874),O=u(6136),X=u(6759),P=u(6162),ne=u(5303),J=u(1045),K=function(Ye){return Ye.Default="Default",Ye.Positive="Positive",Ye.Negative="Negative",Ye.Transparent="Transparent",Ye.Emphasized="Emphasized",Ye.Attention="Attention",Ye}(K||{});const x=K;var z=function(Ye){return Ye.Button="Button",Ye.Submit="Submit",Ye.Reset="Reset",Ye}(z||{});const q=z;var Z=function(Ye){return Ye.InlineText="InlineText",Ye.OverlayText="OverlayText",Ye.AttentionDot="AttentionDot",Ye}(Z||{});const ce=Z;var se=function(Ye){return Ye.Button="Button",Ye.Link="Link",Ye}(se||{});const le=se;var ve=u(1892),Pe=u(563),Ee=u(7202),Ie=function(Ye){return Ye.S="S",Ye.M="M",Ye.L="L",Ye}(Ie||{});const he=Ie;var Ne=u(5166),je=u(8923),lt=u(303),ee=u(5444);(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return lt.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return ee.A}),"host");var ze,be=function(Ye,Se,pt,tt){var Xt,ht=arguments.length,Ut=ht<3?Se:null===tt?tt=Object.getOwnPropertyDescriptor(Se,pt):tt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ut=Reflect.decorate(Ye,Se,pt,tt);else for(var gt=Ye.length-1;gt>=0;gt--)(Xt=Ye[gt])&&(Ut=(ht<3?Xt(Ut):ht>3?Xt(Se,pt,Ut):Xt(Se,pt))||Ut);return ht>3&&Ut&&Object.defineProperty(Se,pt,Ut),Ut};let Ke=!1,$e=null,ae=ze=class extends v.A{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._isSpacePressed=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{$e&&$e._setActiveState(!1)},this._onclickBound=Se=>{Se instanceof CustomEvent||this._onclick(Se)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),Ke||(document.addEventListener("mouseup",this._deactivate),Ke=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,O.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,w.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,w.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),$e===this&&($e=null),(0,w.I7)(this)}onBeforeRendering(){var Se=this;return h(function*(){Se._setBadgeOverlayStyle(),Se.hasIcon=!!Se.icon,Se.hasEndIcon=!!Se.endIcon,Se.iconOnly=Se.isIconOnly;const pt=yield Se.getDefaultTooltip();Se.buttonTitle=Se.iconOnly?Se.tooltip??pt:Se.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==ce.AttentionDot&&this.badge[0].design!==ce.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(Se){if(Se.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void Se.preventDefault();const{altKey:pt,ctrlKey:tt,metaKey:ht,shiftKey:Ut}=Se;this.fireDecoratorEvent("click",{originalEvent:Se,altKey:pt,ctrlKey:tt,metaKey:ht,shiftKey:Ut})?(this._isSubmit&&(0,P.rM)(this),this._isReset&&(0,P.E2)(this),(0,O.nr)()&&this.getDomRef()?.focus()):Se.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),$e=this)}_ontouchend(Se){(this.disabled||this.loading)&&(Se.preventDefault(),Se.stopPropagation()),this.active&&this._setActiveState(!1),$e&&$e._setActiveState(!1)}_onkeydown(Se){(0,I.Tu)(Se)||(0,I.KL)(Se)?this._cancelAction=!0:(0,I.xC)(Se)&&(this._isSpacePressed=!0),(0,I.xC)(Se)||(0,I.RI)(Se)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(Se){const pt=(0,I.xC)(Se),tt=(0,I.Tu)(Se)||(0,I.KL)(Se);if(pt||(0,I.BF)(Se)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void Se.preventDefault();this._isSpacePressed=!1}else tt&&!this._isSpacePressed&&(this._cancelAction=!1);((0,I.xC)(Se)||(0,I.RI)(Se))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(Se){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=Se)}get hasButtonType(){return this.design!==x.Default&&this.design!==x.Transparent}get isIconOnly(){return!(0,X.A)(this.text)}static typeTextMappings(){return{Positive:Ne.nFX,Negative:Ne.kQX,Emphasized:Ne.Jy$,Attention:Ne.flf}}getDefaultTooltip(){if((0,ne.$)())return(0,S.Z5)(this.icon)}get buttonTypeText(){return ze.i18nBundle.getText(ze.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,J.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const Se=this.getAttribute("tabindex");return Se?Number.parseInt(Se):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(Xt=>Xt).join(" ")}get ariaDescriptionText(){const tt=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(ht=>ht);return tt.length>0?tt.join(" "):void 0}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get accessibilityInfo(){return{description:this.ariaDescriptionText,role:this.effectiveAccRole,disabled:this.disabled,children:this.text,type:this.effectiveAccRoleTranslation,label:this.ariaLabelText}}get effectiveAccRoleTranslation(){return this.accessibleRole===le.Button?ze.i18nBundle.getText(Ne.TkL):this.accessibleRole===le.Link?ze.i18nBundle.getText(Ne.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const Se=this.badge[0].effectiveText;switch(Se){case"":return Se;case"1":return ze.i18nBundle.getText(Ne.mgn,Se);default:return ze.i18nBundle.getText(Ne.M4s,Se)}}get _isSubmit(){return this.type===q.Submit||this.submits}get _isReset(){return this.type===q.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ce.AttentionDot)}};be([(0,g.A)()],ae.prototype,"design",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"disabled",void 0),be([(0,g.A)()],ae.prototype,"icon",void 0),be([(0,g.A)()],ae.prototype,"endIcon",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"submits",void 0),be([(0,g.A)()],ae.prototype,"form",void 0),be([(0,g.A)()],ae.prototype,"tooltip",void 0),be([(0,g.A)()],ae.prototype,"accessibleName",void 0),be([(0,g.A)()],ae.prototype,"accessibleNameRef",void 0),be([(0,g.A)({type:Object})],ae.prototype,"accessibilityAttributes",void 0),be([(0,g.A)()],ae.prototype,"accessibleDescription",void 0),be([(0,g.A)()],ae.prototype,"type",void 0),be([(0,g.A)()],ae.prototype,"accessibleRole",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"active",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"iconOnly",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"hasIcon",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"hasEndIcon",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"nonInteractive",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"loading",void 0),be([(0,g.A)({type:Number})],ae.prototype,"loadingDelay",void 0),be([(0,g.A)({noAttribute:!0})],ae.prototype,"buttonTitle",void 0),be([(0,g.A)({type:Object})],ae.prototype,"_iconSettings",void 0),be([(0,g.A)({noAttribute:!0})],ae.prototype,"forcedTabIndex",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"_isTouch",void 0),be([(0,g.A)({type:Boolean,noAttribute:!0})],ae.prototype,"_cancelAction",void 0),be([(0,g.A)({type:Boolean,noAttribute:!0})],ae.prototype,"_isSpacePressed",void 0),be([(0,g.A)({noAttribute:!0})],ae.prototype,"_accessibleNameRefTexts",void 0),be([(0,L.A)({type:Node,default:!0})],ae.prototype,"text",void 0),be([(0,L.A)({type:HTMLElement,invalidateOnChildChange:!0})],ae.prototype,"badge",void 0),be([(0,F.A)("@ui5/webcomponents")],ae,"i18nBundle",void 0),ae=ze=be([(0,y.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:U.A,template:function pe(Ye){return(0,ve.FD)(ve.FK,{children:[(0,ve.FD)("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":"InlineText"===this.badge[0]?.design,"ui5-button-badge-placement-end-top":"OverlayText"===this.badge[0]?.design,"ui5-button-badge-dot":"AttentionDot"===this.badge[0]?.design},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":Ye?.ariaPressed,"aria-valuemin":Ye?.ariaValueMin,"aria-valuemax":Ye?.ariaValueMax,"aria-valuenow":Ye?.ariaValueNow,"aria-valuetext":Ye?.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":this._computedAccessibilityAttributes?.expanded,"aria-controls":this._computedAccessibilityAttributes?.controls,"aria-haspopup":this._computedAccessibilityAttributes?.hasPopup,"aria-label":this._computedAccessibilityAttributes?.ariaLabel,"aria-keyshortcuts":this._computedAccessibilityAttributes?.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&(0,ve.Y)(Pe.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,ve.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,ve.Y)("bdi",{children:(0,ve.Y)("slot",{})})}),this.endIcon&&(0,ve.Y)(Pe.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,ve.Y)("slot",{name:"badge"})]}),this.loading&&(0,ve.Y)(Ee.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?he.S:he.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})},styles:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5_button_base_min_width);height:var(--_ui5_button_base_height);line-height:normal;font-family:var(--_ui5_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5_button_text_shadow);border-radius:var(--_ui5_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5_button_base_min_width) - var(--_ui5_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5_button_focused_border);border-radius:var(--_ui5_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5_button_emphasized_focused_border_before);border-radius:var(--_ui5_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:var(--_ui5_button_overlay_badge_offset, -.5rem);z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}:host([has-end-icon]:not([icon])) .ui5-button-root{justify-content:flex-start}:host([icon-only]) .ui5-button-root{justify-content:center}:host([has-end-icon]:not([icon]):not(:empty)) .ui5-button-end-icon{padding-inline-start:var(--_ui5_button_base_icon_margin);margin-inline-start:auto}\n',shadowRootOptions:{delegatesFocus:!0}}),(0,M.A)("click",{bubbles:!0,cancelable:!0}),(0,M.A)("active-state-change",{bubbles:!0,cancelable:!0})],ae),ae.define();const ft=ae},7601(ie,H,u){"use strict";u.d(H,{A:()=>J});var h=u(4431),v=u(1934),y=u(1642),g=u(1834),M=u(4778),L=u(2928),F=u(1892),I=u(9293),w=u(8923),S=u(303),O=u(5444);(0,w.Rh)("@ui5/webcomponents-theming","sap_horizon",I(function*(){return S.A})),(0,w.Rh)("@ui5/webcomponents","sap_horizon",I(function*(){return O.A}),"host");var P=function(K,x,z,q){var se,Z=arguments.length,ce=Z<3?x:null===q?q=Object.getOwnPropertyDescriptor(x,z):q;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(K,x,z,q);else for(var le=K.length-1;le>=0;le--)(se=K[le])&&(ce=(Z<3?se(ce):Z>3?se(x,z,ce):se(x,z))||ce);return Z>3&&ce&&Object.defineProperty(x,z,ce),ce};let ne=class extends h.A{get _positionProperty(){return this.orientation===L.A.Vertical?"left":"top"}constructor(){super(),this.targetReference=null,this.ownerReference=null,this.placement="Before",this.orientation="Vertical"}onAfterRendering(){if(!this.targetReference||!this.ownerReference)return void Object.assign(this.style,{display:"none"});const{left:x,width:z,right:q,top:Z,bottom:ce,height:se}=this.targetReference.getBoundingClientRect(),{top:le,height:ve}=this.ownerReference.getBoundingClientRect(),Pe={display:"",[this._positionProperty]:"",width:"",height:""};let Ee=0,Ie=!1,he=!1;if(this.orientation===L.A.Vertical){switch(this.placement){case M.A.Before:Ee=x;break;case M.A.On:Pe.width=`${z}px`,Ee=x;break;case M.A.After:Ee=q}Pe.height=`${se}px`}if(this.orientation===L.A.Horizontal){switch(this.placement){case M.A.Before:Ee=Z;break;case M.A.On:Pe.height=`${se}px`,Ee=Z;break;case M.A.After:Ee=ce}Pe.width=`${z}px`,Ee-=le,Ee<=0&&(he=!0),Ee>=ve&&(Ie=!0)}Pe[this._positionProperty]=`${Ee}px`,this.toggleAttribute("first",he),this.toggleAttribute("last",Ie),Object.assign(this.style,Pe)}};P([(0,y.A)({type:Object})],ne.prototype,"targetReference",void 0),P([(0,y.A)({type:Object})],ne.prototype,"ownerReference",void 0),P([(0,y.A)()],ne.prototype,"placement",void 0),P([(0,y.A)()],ne.prototype,"orientation",void 0),ne=P([(0,v.A)({tag:"ui5-drop-indicator",renderer:g.A,styles:':host{position:absolute;pointer-events:none;z-index:99}:host([orientation="Vertical"]) .ui5-di-needle{width:.125rem;height:100%;inset-block:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Vertical"]){margin-left:-.0625rem}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]){margin-top:-.0625rem}:host([orientation="Horizontal"][placement="Before"][first]){margin-top:.3125rem}:host([orientation="Horizontal"][placement="After"][last]){margin-top:-.3125rem}:host([orientation="Vertical"]) .ui5-di-needle:before{left:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host([orientation="Horizontal"]) .ui5-di-needle:before{top:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host .ui5-di-rect{border:.125rem solid var(--sapContent_DragAndDropActiveColor);position:absolute;inset:0}:host .ui5-di-rect:before{content:" ";position:absolute;inset:0;background:var(--sapContent_DragAndDropActiveColor);opacity:.05}\n',template:function U(){return(0,F.Y)("div",{class:{"ui5-di-rect":this.placement===M.A.On,"ui5-di-needle":this.placement!==M.A.On}})}})],ne),ne.define();const J=ne},563(ie,H,u){"use strict";u.d(H,{A:()=>Ie});var h=u(9293),v=u(4431),y=u(1834),g=u(1934),M=u(1437),L=u(1642),F=u(6993),U=u(4874),I=u(4446),w=u(3651),S=u(6136),O=u(2358),X=u(3823),P=u(1892);function J(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,P.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(he=>(0,P.Y)("path",{d:he}))}var K=function(he){return he.Image="Image",he.Decorative="Decorative",he.Interactive="Interactive",he}(K||{});const x=K;var z=u(5166),q=u(8923),Z=u(303),ce=u(5444);(0,q.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return Z.A})),(0,q.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return ce.A}),"host");var ve,le=function(he,pe,Ne,je){var Fe,lt=arguments.length,ee=lt<3?pe:null===je?je=Object.getOwnPropertyDescriptor(pe,Ne):je;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ee=Reflect.decorate(he,pe,Ne,je);else for(var be=he.length-1;be>=0;be--)(Fe=he[be])&&(ee=(lt<3?Fe(ee):lt>3?Fe(pe,Ne,ee):Fe(pe,Ne))||ee);return lt>3&&ee&&Object.defineProperty(pe,Ne,ee),ee};let Ee=ve=class extends v.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(pe){this.mode===x.Interactive&&(pe.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(pe){this.mode===x.Interactive&&((0,O.RI)(pe)&&this.fireDecoratorEvent("click"),(0,O.xC)(pe)&&pe.preventDefault())}_onkeyup(pe){this.mode===x.Interactive&&(0,O.xC)(pe)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===x.Decorative?"true":void 0}get _tabIndex(){return this.mode===x.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case x.Interactive:return"button";case x.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,S.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var pe=this;return h(function*(){if(pe.fontIcon.length)return void(pe.effectiveAccessibleName=pe.accessibleName?pe.accessibleName:void 0);const Ne=pe.name;if(!Ne)return;let je=(0,U.hu)(Ne);if(je||(je=yield(0,U.y3)(Ne)),!je)return pe.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${pe.name}`);if("ICON_NOT_FOUND"===je)return pe.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${Ne.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(pe.viewBox=je.viewBox||"0 0 512 512","customTemplate"in je&&je.customTemplate&&(pe.customTemplate=(0,X.A)(je.customTemplate,pe)),"customTemplateAsString"in je&&(pe.customTemplateAsString=je.customTemplateAsString),pe.invalid=!1,"pathData"in je&&je.pathData&&(pe.pathData=Array.isArray(je.pathData)?je.pathData:[je.pathData]),pe.accData=je.accData,pe.ltr=je.ltr,pe.packageName=je.packageName,pe.accessibleName)pe.effectiveAccessibleName=pe.accessibleName;else if(pe.accData)if(pe.packageName){const lt=yield(0,I.HE)(pe.packageName);pe.effectiveAccessibleName=lt.getText(pe.accData)||void 0}else pe.effectiveAccessibleName=pe.accData?.defaultText||void 0;else pe.effectiveAccessibleName=void 0})()}get hasFontIcon(){return this.fontIcon.length>0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case x.Interactive:return ve.i18nBundle.getText(z.u9k);case x.Image:return ve.i18nBundle.getText(z.Jz0);default:return""}}get accessibilityInfo(){return this.mode===x.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};le([(0,L.A)()],Ee.prototype,"design",void 0),le([(0,L.A)()],Ee.prototype,"name",void 0),le([(0,L.A)()],Ee.prototype,"accessibleName",void 0),le([(0,L.A)({type:Boolean})],Ee.prototype,"showTooltip",void 0),le([(0,L.A)()],Ee.prototype,"mode",void 0),le([(0,F.A)({type:HTMLElement})],Ee.prototype,"fontIcon",void 0),le([(0,L.A)({type:Array,noAttribute:!0})],Ee.prototype,"pathData",void 0),le([(0,L.A)({type:Object,noAttribute:!0})],Ee.prototype,"accData",void 0),le([(0,L.A)({type:Boolean})],Ee.prototype,"invalid",void 0),le([(0,L.A)({noAttribute:!0})],Ee.prototype,"effectiveAccessibleName",void 0),le([(0,w.A)("@ui5/webcomponents")],Ee,"i18nBundle",void 0),Ee=ve=le([(0,g.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:y.A,template:function ne(){return this.hasFontIcon?(0,P.Y)("span",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,role:this.effectiveAccessibleRole,"aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:(0,P.Y)("slot",{name:"fontIcon"})}):(0,P.FD)("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:[this.hasIconTooltip&&(0,P.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,P.Y)("g",{role:"presentation",children:J.call(this)})]})},styles:':host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none;container-type:size}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top;box-sizing:border-box;align-items:center;justify-content:center;font-size:min(100cqw,100cqh);line-height:1}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5_icon_transform_scale);transform-origin:center}\n'}),(0,M.A)("click",{bubbles:!0})],Ee),Ee.define();const Ie=Ee},1279(ie,H,u){"use strict";u.d(H,{A:()=>ue});var h={};u.r(h),u.d(h,{Contains:()=>Se,None:()=>pt,StartsWith:()=>Ye,StartsWithPerTerm:()=>ft});var v=u(9293),y=u(4431),g=u(1642),M=u(1934),L=u(6993),F=u(1437),U=u(1834),I=u(362),w=u(8431),S=u(6136),O=u(594),X=u(2358),ne=u(8777),J=u(3651),K=u(6162),x=u(3493),Z=u(4127),ce=function(Q){return Q.Text="Text",Q.Email="Email",Q.Number="Number",Q.Password="Password",Q.Tel="Tel",Q.URL="URL",Q.Search="Search",Q}(ce||{});const se=ce;var le=u(1892),ve=u(563),Pe=u(1278),he=(u(4257),u(2601),u(8911)),pe=u(441),Ne=u(9494),je=u(6634);function lt(Q){const E=Q?.suggestionsList,m=Q?.mobileHeader;return(0,le.FD)(le.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:E,mobileHeader:m,valueStateMessage:ee,valueStateMessageInputIcon:Fe}),this.hasValueStateMessage&&(0,le.Y)(je.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:Ne.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,le.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,le.Y)(ve.A,{class:"ui5-input-value-state-message-icon",name:Fe.call(this)}),this.valueStateOpen&&ee.call(this)]})})]})}function ee(){return(0,le.Y)(le.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,le.Y)("slot",{name:"valueStateMessage"})})}function Fe(){return this.valueState!==O.A.None?{Negative:"error",Critical:"alert",Positive:he.Ay,Information:pe.Ay}[this.valueState]:""}function ze(){}function Ke(){}const $e=/[[\]{}()*+?.\\^$|]/g,ft=(Q,E,m)=>{const C=new RegExp(`(^|\\s)${(Q=>Q.replace($e,"\\$&"))(Q.toLowerCase())}.*`,"g");return E.filter(R=>{const Y=R[m];return C.lastIndex=0,C.test(Y.toLowerCase())})},Ye=(Q,E,m)=>E.filter(C=>(C[m]||"").toLowerCase().startsWith(Q.toLowerCase())),Se=(Q,E,m)=>E.filter(C=>(C[m]||"").toLowerCase().includes(Q.toLowerCase())),pt=(Q,E)=>E;var tt=u(5166),ht=u(8923),Ut=u(303),Xt=u(5444);(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host"),(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host"),(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host"),(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host");var Vt=function(Q){return Q.StartsWithPerTerm="StartsWithPerTerm",Q.StartsWith="StartsWith",Q.Contains="Contains",Q.None="None",Q}(Vt||{});const nt=Vt;var Dt,Je=function(Q,E,m,C){var p,R=arguments.length,Y=R<3?E:null===C?C=Object.getOwnPropertyDescriptor(E,m):C;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Y=Reflect.decorate(Q,E,m,C);else for(var A=Q.length-1;A>=0;A--)(p=Q[A])&&(Y=(R<3?p(Y):R>3?p(E,m,Y):p(E,m))||Y);return R>3&&Y&&Object.defineProperty(E,m,Y),Y},an=function(Q){return Q.CHANGE="change",Q.INPUT="input",Q.SELECTION_CHANGE="selection-change",Q}(an||{}),Me=function(Q){return Q.ACTION_ENTER="enter",Q.ACTION_USER_INPUT="input",Q}(Me||{});let W=Dt=class extends y.A{get formValidityMessage(){return this.nativeInput?.validationMessage}get _effectiveShowSuggestions(){return!(!this.showSuggestions||!this.Suggestions)}get formValidity(){return{valueMissing:this.nativeInput?.validity.valueMissing,typeMismatch:this.required&&this.nativeInput?.validity.typeMismatch,patternMismatch:this.nativeInput?.validity.patternMismatch}}formElementAnchor(){var E=this;return v(function*(){return E.getFocusDomRefAsync()})()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this.filter=nt.None,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){I.A.register(this,this._handleResizeBound),(0,x.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){I.A.deregister(this,this._handleResizeBound),(0,x.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(E){E.markupText=this.typedInValue?this.Suggestions?.hightlightInput(E.text||"",this.typedInValue):(0,w.A)(E.text||"")}_isGroupItem(E){return E.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(me=>{me.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(me):this._isGroupItem(me)&&me.items?.forEach(Be=>{this._highlightSuggestionItem(Be)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const E=!!this._flattenItems.length,m=!!this.value,C=this.shadowRoot.querySelector("input")===(0,Z.A)(),R=this.disabled||this.readonly,Y=!R&&!this._isPhone&&E&&(this.open||m&&C&&this.isTyping);R?this.open=!1:this._isPhone||(this.open=E&&(this.open||m&&C&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!Y?this.openValueStatePopover():this.closeValueStatePopover();const p=this.value,A=this.getInputDOMRefSync();if(!A||!p)return;this.filter!==nt.None&&this._filterItems(this.typedInValue);const G=A.selectionEnd-A.selectionStart;if(this._shouldAutocomplete&&!(0,S.m0)()&&!G&&!this._isKeyNavigation){const me=this._getFirstMatchingItem(p);me?(this._isComposing||this._handleTypeAhead(me),this._selectMatchingItem(me)):this._matchedSuggestionItem=void 0}}onAfterRendering(){this.showSuggestions&&this.Suggestions?._getPicker()&&(this._listWidth=this.Suggestions._getListWidth(),this.Suggestions._getList()._itemNavigation._getItems=()=>[]),this._performTextSelection&&(this.typedInValue.length&&this.value.length&&this._adjustSelectionRange(),this.fireDecoratorEvent("type-ahead")),this._performTextSelection=!1,(0,ne.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const E=this.getInputDOMRefSync(),C=this.Suggestions?._getItems().filter(Y=>!Y.hidden)?.find(Y=>Y.selected||Y.focused),R=this._flattenItems.filter(Y=>this._isGroupItem(Y));C&&!R.includes(C)?C?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?E.setSelectionRange(this.typedInValue.length,this.value.length):E.setSelectionRange(0,this.value.length):E.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(E){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,X.W_)(E)||(0,X.Ob)(E)||(0,X.KL)(E)),(0,X.ie)(E))return this._handleUp(E);if((0,X.Pj)(E))return this._handleDown(E);if((0,X.xC)(E))return this._handleSpace(E);if((0,X.zP)(E))return this._handleTab();if((0,X.RI)(E)){const m=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,m?(this.fireDecoratorEvent("_request-submit"),void(0,K.rM)(this)):this._handleEnter(E)}return(0,X.vQ)(E)?this._handlePageUp(E):(0,X.oY)(E)?this._handlePageDown(E):(0,X.qN)(E)?this._handleHome(E):(0,X.uV)(E)?this._handleEnd(E):(0,X.KL)(E)?this._handleEscape():(0,X.HJ)(E)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(E){(0,X.Ob)(E)&&(this.value=E.target.value),this._enterKeyDown=!1}get currentItemIndex(){const m=(this.Suggestions?._getItems()).filter(Y=>!Y.hidden),C=m.find(Y=>Y.selected||Y.focused);return C?m.indexOf(C):-1}_handleUp(E){this.Suggestions?.isOpened()&&this.Suggestions.onUp(E,this.currentItemIndex)}_handleDown(E){this.Suggestions?.isOpened()&&this.Suggestions.onDown(E,this.currentItemIndex)}_handleSpace(E){this.Suggestions&&this.Suggestions.onSpace(E)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const E=this.linksInAriaValueStateHiddenText;E.length&&E[0].focus()}_addLinksEventListeners(){const E=this.linksInAriaValueStateHiddenText;E.forEach((m,C)=>{this._linksListenersArray.push(R=>{((Q,E,m,C)=>{(0,X.zP)(Q)&&(m!==E.length-1?(Q.stopImmediatePropagation(),Q.preventDefault(),E[m+1].focus()):(C.closeValueState(),C.focusInput())),(0,X.bR)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation(),m>0?E[m-1].focus():C.focusInput()),(0,X.ie)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation(),C.isPopoverOpen()&&C.focusInput()),(0,X.Pj)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation(),C.navigateToItem()),(0,X.KL)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation())})(R,E,C,{closeValueState:()=>{this.Suggestions?.isOpened()&&this.Suggestions?.close(),this.valueStateOpen&&this.closeValueStatePopover()},focusInput:()=>{this._handleLinkNavigation=!1,this.getInputDOMRef().focus()},navigateToItem:()=>{this._handleLinkNavigation?(this._handleLinkNavigation=!1,this.Suggestions?.isOpened()&&(this.innerFocusIn(),this.getInputDOMRef().focus(),this.Suggestions.onDown(R,this.currentItemIndex))):this._handleDown(R)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),m.addEventListener("keydown",this._linksListenersArray[C])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((m,C)=>{m.removeEventListener("keydown",this._linksListenersArray[C])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(E){const m=!!this.Suggestions?.onEnter(E),C=this.getInputDOMRefSync();let R=this._matchedSuggestionItem;if(R||(R=this._selectableItems.find(Y=>Y.text?.toLowerCase()===this.value.toLowerCase())),R){const Y=R.text||"";C.setSelectionRange(Y.length,Y.length),m||(this.fireSelectionChange(R,!0),this.acceptSuggestion(R,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&C.setSelectionRange(this.value.length,this.value.length),m?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(E){this._isSuggestionsFocused?this.Suggestions?.onPageUp(E):E.preventDefault()}_handlePageDown(E){this._isSuggestionsFocused?this.Suggestions?.onPageDown(E):E.preventDefault()}_handleHome(E){this._isSuggestionsFocused&&this.Suggestions?.onHome(E)}_handleEnd(E){this._isSuggestionsFocused&&this.Suggestions?.onEnd(E)}_handleEscape(){const m=this.showSuggestions&&!!this.Suggestions&&this.open,C=this.getInputDOMRefSync(),R=C.selectionEnd-C.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?m?m&&this.Suggestions?._isItemOnTarget()?(this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0)):(R&&(this.value=this.typedInValue),void(this.focused=!0)):void(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue):(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue,void this.fireDecoratorEvent(an.INPUT,{inputType:""}))}_onfocusin(E){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!E.target&&E.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(E){const m=E.relatedTarget;this.Suggestions?._getPicker()?.contains(m)||this.contains(m)||this.getSlottedNodes("valueStateMessage").some(C=>C.contains(m))||(this.focused=!1,this._isChangeTriggeredBySuggestion=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.isTyping=!1,this.value!==this.previousValue&&this.showClearIcon&&(this._clearIconClicked=!1))}_clearPopoverFocusAndSelection(){!this.showSuggestions||!this.Suggestions||(this.hasSuggestionItemSelected=!1,this.Suggestions?._deselectItems(),this.Suggestions?._clearItemFocus())}_click(){(0,S.tp)()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.Suggestions?._getPicker()?.open&&this._flattenItems.some(m=>m.hasAttribute("ui5-suggestion-item")&&m.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(an.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,K.rM)(this))))}_clear(){const E=this.value;this.value="",this.fireDecoratorEvent(an.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=E}_iconMouseDown(){this._clearIconClicked=!0}_scroll(E){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:E.detail.scrollTop,scrollContainer:E.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(E){this._input(E,E.detail&&E.detail.inputType||"")}_handleNativeInput(E){this._input(E,E.inputType||"")}_input(E,m){const C=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(m)&&!this.noTypeahead,E.target===C&&(this.focused=!0,E.stopImmediatePropagation()),this.fireEventByAction(Me.ACTION_ENTER,E),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===E.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(E){return Ye(E,this._selectableItems,"text")}_getFirstMatchingItem(E){if(!this._flattenItems.length)return;const m=this._startsWithMatchingItems(E).filter(C=>!this._isGroupItem(C));return m.length?m[0]:void 0}_handleSelectionChange(E){this.Suggestions?.onItemPress(E)}_selectMatchingItem(E){E.selected=!0,this._matchedSuggestionItem=E}_filterItems(E){let m=[];const C=this._flattenItems.filter(R=>this._isGroupItem(R));this._resetItemVisibility(),m=C.length?this._filterGroups(this.filter,C):h[this.filter](E,this._selectableItems,"text"),this._selectableItems.forEach(R=>{R.hidden=!m.includes(R)}),0===m.length&&(this.open=!1)}_filterGroups(E,m){const C=[];return m.forEach(R=>{const Y=h[E](this.typedInValue,R.items??[],"text");C.push(...Y),R.hidden=0===Y.length}),C}_resetItemVisibility(){this._flattenItems.forEach(E=>{this._isGroupItem(E)?E.items?.forEach(m=>{m.hidden=!1}):E.hidden=!1})}_handleTypeAhead(E){const m=E.text?E.text:"",C=this.typedInValue;m.toLowerCase().startsWith(C.toLowerCase())&&(this.value=C+m.substring(C.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,x.UT)(this),this._accessibleLabelsRefTexts=(0,x.yI)(this),this._associatedDescriptionRefTexts=(0,x.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,S.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,S.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(an.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const E=this.shadowRoot.querySelector("#selectionText");E&&(E.textContent=""),this._handlePickerAfterClose()}_handlePickerAfterOpen(){this.fireDecoratorEvent("open")}_handlePickerAfterClose(){this.Suggestions?._onClose(),this.fireDecoratorEvent("close")}openValueStatePopover(){this.valueStateOpen=!0}closeValueStatePopover(){this.valueStateOpen=!1}_handleValueStatePopoverAfterClose(){this.valueStateOpen=!1,this._handleLinkNavigation=!1}_getValueStatePopover(){return this.shadowRoot.querySelector("[ui5-popover]")}enableSuggestions(){if(this.Suggestions)return;const E=m=>{m.i18nBundle=Dt.i18nBundle,this.Suggestions=new m(this,"suggestionItems",!0,!1)};Dt.SuggestionsClass?E(Dt.SuggestionsClass):Promise.all([u.e(253),u.e(955)]).then(u.bind(u,5955)).then(m=>{E(m.default)})}_enableComposition(){if(this._composition)return;const E=m=>{this._composition=new m({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:C=>{this._isComposing=C}}),this._composition.addEventListeners()};Dt.composition?E(Dt.composition):u.e(418).then(u.bind(u,1418)).then(m=>{Dt.composition=m.default,E(m.default)})}acceptSuggestion(E,m){if(this._isGroupItem(E))return;let C=E;if(this._matchedSuggestionItem){const p=this._matchedSuggestionItem.text?.toLowerCase()||"",A=E.text?.toLowerCase()||"";(m||p===A)&&(C=this._matchedSuggestionItem)}const R=C.text||"",Y=m?this.valueBeforeItemSelection!==R:this.previousValue!==R;this.hasSuggestionItemSelected=!0,this.value=R,Y&&this.previousValue!==R&&(this.valueBeforeItemSelection=R,this.lastConfirmedValue=R,this._performTextSelection=!0,this.fireDecoratorEvent(an.CHANGE),this._isChangeTriggeredBySuggestion=!0,this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeSelectionStart="",this._matchedSuggestionItem=void 0,this.isTyping=!1,this.open=!1}updateValueOnSelect(E){const m=this._isGroupItem(E)?this.valueBeforeSelectionStart:E.text;this.value=m||"",this._performTextSelection=!0,this._isGroupItem(E)||(this._matchedSuggestionItem=E)}fireEventByAction(E,m){const C=this.value,R=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const Y=this.getInputValue(),p=E===Me.ACTION_ENTER;this.value=Y,this.typedInValue=Y,this.valueBeforeSelectionStart=Y;const A=this.value;p&&(!this.fireDecoratorEvent(an.INPUT,{inputType:m.inputType||""})&&(A===this.value&&(this.value=C),R&&(R.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,S.tp)()&&this.Suggestions){const E=this.Suggestions._getPicker();if(E)return E.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,S.tp)()&&this.Suggestions){const E=this.Suggestions._getPicker();if(E)return E.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}getArrowNavState(){const E=this.getInputDOMRefSync();if(!E)return;const m=(0,Z.A)();if(!m||m!==E&&!E.contains(m))return;const R=E.selectionStart??0,Y=E.selectionEnd??R,A=R===Y;return{atLeftEnd:A&&0===R,atRightEnd:A&&Y>=(E.value?.length??0)}}get nativeInput(){const E=this.getDomRef();return E?E.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(E){E.preventDefault()}onItemSelected(E,m){!m&&!E?.focused&&this.valueBeforeItemSelection!==E.text&&this.fireSelectionChange(E,!0),this.acceptSuggestion(E,m)}_handleSuggestionItemPress(E){this.Suggestions?.onItemPress(E)}onItemSelect(E){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(E),this.announceSelectedItem(),this.fireSelectionChange(E,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(E=>this._isGroupItem(E)?[E,...E.items]:[E])}get _selectableItems(){return this._flattenItems.filter(E=>!this._isGroupItem(E))}get valueStateTypeMappings(){return{Positive:Dt.i18nBundle.getText(tt.PBn),Information:Dt.i18nBundle.getText(tt.Y12),Negative:Dt.i18nBundle.getText(tt.QLe),Critical:Dt.i18nBundle.getText(tt.CNT)}}valueStateTextMappings(){return{Positive:Dt.i18nBundle.getText(tt.KwP),Information:Dt.i18nBundle.getText(tt.tgV),Negative:Dt.i18nBundle.getText(tt.laD),Critical:Dt.i18nBundle.getText(tt.Xot)}}announceSelectedItem(){const E=this.shadowRoot.querySelector("#selectionText");E&&(E.textContent=this.itemSelectionAnnounce)}fireSelectionChange(E,m){this.Suggestions&&(this.fireDecoratorEvent(an.SELECTION_CHANGE,{item:E}),this._isLatestValueFromSuggestions=m)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return this._associatedLabelsTexts||Dt.i18nBundle.getText(tt.YBm)}get _suggestionsOkButtonText(){return Dt.i18nBundle.getText(tt.HzF)}get _suggestionsCancelButtonText(){return Dt.i18nBundle.getText(tt.ZqR)}get clearIconAccessibleName(){return Dt.i18nBundle.getText(tt.$nc)}get _popupLabel(){return Dt.i18nBundle.getText(tt.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===se.Number}get suggestionsTextId(){return this.showSuggestions?"suggestionsText":""}get valueStateTextId(){return this.hasValueState?"valueStateDesc":""}get _accInfoAriaDescription(){return this._inputAccInfo&&this._inputAccInfo.ariaDescription||""}get _accInfoAriaDescriptionId(){return""!==this._accInfoAriaDescription?"descr":""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,x.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===O.A.Negative||void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:this.showSuggestions?"dialog":void 0,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:this.showSuggestions?"list":void 0,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;const E=this.valueState!==O.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${E} ${this.valueStateText}`:E:this.valueStateMessage.length?`${E} ${this.valueStateMessage.map(m=>m.textContent).join(" ")}`:E}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const E=[];return this.valueStateMessage&&this.valueStateMessage.forEach(m=>{m.children.length&&m.querySelectorAll("ui5-link").forEach(C=>{E.push(C)})}),E}get valueStateLinksShortcutsTextAcc(){const E=this.linksInAriaValueStateHiddenText;return E.length?(0,S.cX)()?Dt.i18nBundle.getText(1===E.length?tt.Z2A:tt.qF5):Dt.i18nBundle.getText(1===E.length?tt.dOG:tt.IGR):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===O.A.Positive,"ui5-valuestatemessage--error":this.valueState===O.A.Negative,"ui5-valuestatemessage--warning":this.valueState===O.A.Critical,"ui5-valuestatemessage--information":this.valueState===O.A.Information}}}get styles(){const E=parseInt(getComputedStyle(document.documentElement).fontSize);return{suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:"","max-width":"inherit"},suggestionsPopover:{"min-width":this._inputWidth?`${this._inputWidth}px`:"","max-width":this._inputWidth&&this._inputWidth/E>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==O.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==O.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==O.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Dt.i18nBundle.getText(tt.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const E=this._selectableItems,C=this.Suggestions?.isOpened()?Dt.i18nBundle.getText(tt.vSX):Dt.i18nBundle.getText(tt.Bby);switch(E.length){case 0:return`${Dt.i18nBundle.getText(tt.NJs)} ${C}`;case 1:return`${Dt.i18nBundle.getText(tt.K2C)} ${C}`;default:return`${Dt.i18nBundle.getText(tt.MME,E.length)} ${C}`}}return this.showSuggestions?Dt.i18nBundle.getText(tt.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,S.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==O.A.None?`\n\t\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t\t${{Negative:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Critical:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Positive:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};\n\t\t\t</svg>\n\t\t\t`:""}get _valueStateMessageInputIcon(){return this.valueState!==O.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(Q=>{let E=0;return(Q.selectionStart||0===Q.selectionStart)&&(E="backward"===Q.selectionDirection?Q.selectionStart:Q.selectionEnd),E})(this.nativeInput)}setCaretPosition(E){((Q,E)=>{Q.selectionStart?(Q.focus(),Q.setSelectionRange(E,E)):Q.focus()})(this.nativeInput,E)}removeFractionalPart(E){return E.includes(".")?E.slice(0,E.indexOf(".")):E.includes(",")?E.slice(0,E.indexOf(",")):E}};Je([(0,g.A)({type:Boolean})],W.prototype,"disabled",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"highlight",void 0),Je([(0,g.A)()],W.prototype,"placeholder",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"readonly",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"required",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"noTypeahead",void 0),Je([(0,g.A)()],W.prototype,"type",void 0),Je([(0,g.A)()],W.prototype,"value",void 0),Je([(0,g.A)()],W.prototype,"valueState",void 0),Je([(0,g.A)()],W.prototype,"name",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"showSuggestions",void 0),Je([(0,g.A)({type:Number})],W.prototype,"maxlength",void 0),Je([(0,g.A)()],W.prototype,"accessibleName",void 0),Je([(0,g.A)()],W.prototype,"accessibleNameRef",void 0),Je([(0,g.A)()],W.prototype,"accessibleDescription",void 0),Je([(0,g.A)()],W.prototype,"accessibleDescriptionRef",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"showClearIcon",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"open",void 0),Je([(0,g.A)()],W.prototype,"filter",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"_effectiveShowClearIcon",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"focused",void 0),Je([(0,g.A)()],W.prototype,"hint",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"valueStateOpen",void 0),Je([(0,g.A)({type:Object})],W.prototype,"_inputAccInfo",void 0),Je([(0,g.A)({type:Object})],W.prototype,"_nativeInputAttributes",void 0),Je([(0,g.A)({type:Number})],W.prototype,"_inputWidth",void 0),Je([(0,g.A)({type:Number})],W.prototype,"_listWidth",void 0),Je([(0,g.A)({type:Boolean,noAttribute:!0})],W.prototype,"_inputIconFocused",void 0),Je([(0,g.A)({noAttribute:!0})],W.prototype,"_associatedLabelsTexts",void 0),Je([(0,g.A)({noAttribute:!0})],W.prototype,"_accessibleLabelsRefTexts",void 0),Je([(0,g.A)({noAttribute:!0})],W.prototype,"_associatedDescriptionRefTexts",void 0),Je([(0,g.A)({type:Object})],W.prototype,"Suggestions",void 0),Je([(0,g.A)({type:Array,noAttribute:!0})],W.prototype,"_linksListenersArray",void 0),Je([(0,g.A)({type:Boolean,noAttribute:!0})],W.prototype,"_isComposing",void 0),Je([(0,L.A)({type:HTMLElement,default:!0})],W.prototype,"suggestionItems",void 0),Je([(0,L.A)()],W.prototype,"icon",void 0),Je([(0,L.A)({type:HTMLElement,invalidateOnChildChange:!0})],W.prototype,"valueStateMessage",void 0),Je([(0,J.A)("@ui5/webcomponents")],W,"i18nBundle",void 0),W=Dt=Je([(0,M.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:U.A,template:function be(Q){const E=Q?.suggestionsList,m=Q?.mobileHeader,C=Q?.preContent||ze,R=Q?.postContent||Ke;return(0,le.FD)(le.FK,{children:[(0,le.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,le.FD)("div",{class:"ui5-input-content",children:[C.call(this),(0,le.Y)("input",{id:"inner",part:"input",class:"ui5-input-inner",style:this.styles.innerInput,type:this.inputNativeType,"inner-input":!0,"inner-input-with-icon":this.iconsCount>0,disabled:this.disabled,readonly:this._readonly,value:this.value,required:this.required,placeholder:this._placeholder,maxlength:this.maxlength,role:this.accInfo.role,enterkeyhint:this.hint,"aria-controls":this.accInfo.ariaControls,"aria-invalid":this.accInfo.ariaInvalid,"aria-haspopup":this.accInfo.ariaHasPopup,"aria-describedby":this.accInfo.ariaDescribedBy,"aria-roledescription":this.accInfo.ariaRoledescription,"aria-autocomplete":this.accInfo.ariaAutoComplete,"aria-expanded":this.accInfo.ariaExpanded,"aria-label":this.accInfo.ariaLabel,"aria-required":this.required,autocomplete:"off","data-sap-focus-ref":!0,step:this.nativeInputAttributes.step,min:this.nativeInputAttributes.min,max:this.nativeInputAttributes.max,onInput:this._handleNativeInput,onChange:this._handleChange,onSelect:this._handleSelect,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._click,onFocusIn:this.innerFocusIn}),this._effectiveShowClearIcon&&(0,le.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,le.Y)(ve.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Pe.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,le.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,le.Y)("slot",{name:"icon"})}),(0,le.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),R.call(this),this._effectiveShowSuggestions&&(0,le.FD)(le.FK,{children:[(0,le.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,le.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,le.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,le.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,le.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,le.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,le.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),lt.call(this,{suggestionsList:E,mobileHeader:m})]})},styles:[':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-input-icon-root{height:100%;box-sizing:border-box}.inputIcon{color:var(--_ui5_input_icon_color);cursor:var(--_ui5_input_icon_state_cursor, pointer);opacity:var(--_ui5_input_icon_state_opacity, 1);pointer-events:var(--_ui5_input_icon_state_pointer_events, auto);outline:none;padding:var(--_ui5_input_icon_state_padding, var(--_ui5_input_icon_padding));border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius);display:flex;align-items:center;justify-content:center}.inputIcon:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));outline-offset:-.125rem}.inputIcon.inputIcon--pressed{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color))}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color))}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow))}.inputIcon:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow))}.ui5-input-icon-inner{display:flex;width:1rem;height:1rem;color:inherit;pointer-events:none;flex-shrink:0}.inputIcon.inputIcon--focused{outline-color:var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));border-inline-start-color:var(--_ui5_input_icon_state_focus_outline_color)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5_input_width);min-width:calc(var(--_ui5_input_min_width) + (var(--_ui5-input-icons-count)*var(--_ui5_input_icon_width)));margin:var(--_ui5_input_margin_top_bottom) 0;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_focus_outline_color);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5_input_readonly_focus_offset);bottom:var(--_ui5_input_readonly_focus_offset);left:var(--_ui5_input_readonly_focus_offset);right:var(--_ui5_input_readonly_focus_offset);border-radius:var(--_ui5_input_readonly_focus_border_radius)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5_input_bottom_border_height);transition:var(--_ui5_input_transition);background-color:var(--_ui5_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-input_disabled_background);border-color:var(--_ui5_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5_input_inner_padding_with_icon)}[inner-input][type=search]::-webkit-search-decoration,[inner-input][type=search]::-webkit-search-cancel-button,[inner-input][type=search]::-webkit-search-results-button,[inner-input][type=search]::-webkit-search-results-decoration{display:none}[inner-input]::-ms-reveal,[inner-input]::-ms-clear{display:none}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}:host([value-state="Negative"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Negative"]) [inner-input]::-moz-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Positive"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Positive"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5_input_border_radius)}:host([readonly]:not([disabled])){border:var(--_ui5_input_readonly_border);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5_input_hover_border);border-color:var(--_ui5_input_focused_border_color);box-shadow:var(--sapField_Hover_Shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state="None"]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state="None"])){border-width:var(--_ui5_input_state_border_width)}:host([value-state="Negative"]) [inner-input],:host([value-state="Critical"]) [inner-input]{font-style:var(--_ui5_input_error_warning_font_style);text-indent:var(--_ui5_input_error_warning_text_indent)}:host([value-state="Negative"]) [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}:host([value-state="Critical"]) [inner-input]{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-input-value-state-error-border-botom-color)}:host([value-state="Negative"]:not([readonly]):not([focused]):hover),:host([value-state="Negative"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])),:host([value-state="Critical"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_warning_border_botom_color)}:host([value-state="Critical"]:not([readonly]):not([focused]):hover),:host([value-state="Critical"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_success_border_botom_color)}:host([value-state="Positive"]:not([readonly]):not([focused]):hover),:host([value-state="Positive"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_success_information_border_botom_color)}:host([value-state="Information"]:not([readonly]):not([focused]):hover),:host([value-state="Information"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}::slotted([ui5-input-icon]){height:100%}.ui5-input-icon-root{min-width:var(--_ui5_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot="icon"]){align-self:start;padding:var(--_ui5_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Negative"][focused]) .inputIcon,:host([value-state="Critical"][focused]) .inputIcon{padding:var(--_ui5_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5_input_information_icon_padding)}:host([value-state="Information"][focused]) .inputIcon{padding:var(--_ui5_input_information_focused_icon_padding)}:host([value-state="Negative"]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_icon_padding)}:host([value-state="Negative"][focused]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_focused_icon_padding)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_error_icon_box_shadow);color:var(--_ui5_input_icon_error_pressed_color)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_warning_icon_box_shadow);color:var(--_ui5_input_icon_warning_pressed_color)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_information_icon_box_shadow);color:var(--_ui5_input_icon_information_pressed_color)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_success_icon_box_shadow);color:var(--_ui5_input_icon_success_pressed_color)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_height);padding:0;width:var(--_ui5_input_icon_width);min-width:var(--_ui5_input_icon_width);display:flex;justify-content:center;align-items:center;box-sizing:border-box}:host([value-state]:not([value-state="None"]):not([value-state="Positive"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Positive"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_success_state_height)}[ui5-icon].ui5-input-clear-icon{padding:0;color:inherit}[inner-input]::-webkit-outer-spin-button,[inner-input]::-webkit-inner-spin-button{-webkit-appearance:inherit;margin:inherit}[ui5-responsive-popover] [ui5-input]{width:100%}:host([value-state="Negative"]),:host([value-state="Critical"]){--_ui5_input_icon_state_padding: var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Information"]){--_ui5_input_icon_state_padding: var(--_ui5_input_information_icon_padding)}:host([value-state="Negative"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_error_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_error_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Critical"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_warning_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_warning_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Information"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_information_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_information_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--sapContent_FocusColor)}:host([value-state="Positive"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_success_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_success_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([disabled]){--_ui5_input_icon_state_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_state_pointer_events: none;--_ui5_input_icon_state_cursor: default}:host([readonly]:not([disabled])){--_ui5_input_icon_state_pointer_events: none;--_ui5_input_icon_state_cursor: default}\n','.input-root-phone{flex:1;position:relative;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color);border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box}.input-root-phone [inner-input]{padding:0 .5rem;width:100%;height:100%}.input-root-phone [inner-input]:focus{background-color:var(--sapField_Focus_Background)}.input-root-phone:focus-within:before{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.input-root-phone [value-state=Negative] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Positive] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Critical] .inputIcon[data-ui5-compact-size]{padding:.1875rem .5rem}[inner-input]{background:transparent;color:inherit;border:none;font-style:normal;-webkit-appearance:none;-moz-appearance:textfield;line-height:normal;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:3rem;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;border-radius:var(--_ui5_input_border_radius)}[inner-input]::selection,[inner-input]::-moz-selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5_input_state_border_width)}.input-root-phone[value-state=Negative] [inner-input],.input-root-phone[value-state=Critical] [inner-input]{font-style:var(--_ui5_input_error_warning_font_style)}.input-root-phone[value-state=Negative] [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}.input-root-phone[value-state=Negative]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Negative]:not([readonly]):not([disabled]),.input-root-phone[value-state=Critical]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]){border-style:var(--_ui5_input_error_warning_border_style)}.input-root-phone[value-state=Critical]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Positive]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}.input-root-phone[value-state=Positive]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Positive]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}.input-root-phone[value-state=Information]:not([readonly]){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}.ui5-multi-combobox-toggle-button{margin-left:.5rem}.ui5-responsive-popover-header{width:100%;min-height:2.5rem;display:flex;flex-direction:column}.ui5-responsive-popover-header-text{width:100%}.ui5-responsive-popover-header .row{box-sizing:border-box;padding:.25rem 1rem;min-height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontHeader5Size)}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;align-items:center;width:100%;box-sizing:border-box}.ui5-responsive-popover-footer .ui5-responsive-popover-close-btn,.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{width:4.5rem}\n',".ui5-valuestatemessage-popover{border-radius:var(--_ui5_value_state_message_popover_border_radius);box-shadow:var(--_ui5_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5_value_state_message_icon_width);height:var(--_ui5_value_state_message_icon_height);display:var(--_ui5_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5_input_value_state_icon_offset)}.ui5-input-value-state-message-icon[name=error]{color:var(--sapNegativeElementColor)}.ui5-input-value-state-message-icon[name=alert]{color:var(--sapCriticalElementColor)}.ui5-input-value-state-message-icon[name=success]{color:var(--sapPositiveElementColor)}.ui5-input-value-state-message-icon[name=information]{color:var(--sapInformativeElementColor)}.ui5-valuestatemessage-root{box-sizing:border-box;display:inline-block;color:var(--sapTextColor);font-size:var(--sapFontSmallSize);font-family:var(--sapFontFamily);height:auto;padding:var(--_ui5_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5_value_state_message_border);line-height:var(--_ui5_value_state_message_line_height)}[ui5-responsive-popover] .ui5-valuestatemessage-header,[ui5-popover] .ui5-valuestatemessage-header{min-height:var(--_ui5_value_state_message_popover_header_min_height);min-width:var(--_ui5_value_state_message_popover_header_min_width);max-width:var(--_ui5_value_state_message_popover_header_max_width);width:var(--_ui5_value_state_message_popover_header_width)}[ui5-responsive-popover] .ui5-valuestatemessage-header{padding:var(--_ui5_value_state_header_padding);border:var(--_ui5_value_state_header_border);border-bottom:var(--_ui5_value_state_header_border_bottom);flex-grow:1;position:relative}.ui5-valuestatemessage--success{background:var(--sapSuccessBackground)}.ui5-valuestatemessage--warning{background:var(--sapWarningBackground)}.ui5-valuestatemessage--error{background:var(--sapErrorBackground)}.ui5-valuestatemessage--information{background:var(--sapInformationBackground)}.ui5-responsive-popover-header:focus{outline-offset:var(--_ui5_value_state_header_offset);outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor)}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(content){padding:0}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(footer){min-height:0}.ui5-valuestatemessage-popover::part(header),.ui5-popover-with-value-state-header::part(header),.ui5-popover-with-value-state-header-phone::part(header){margin-bottom:0}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-root{padding:var(--_ui5_value_state_message_padding_phone);width:100%}.ui5-popover-with-value-state-header-phone .ui5-input-value-state-message-icon{left:var(--_ui5_value_state_message_icon_offset_phone)}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-header{position:relative;flex:none;top:0;left:0;max-width:100%}.ui5-popover-with-value-state-header-phone::part(content){padding:0;overflow:hidden;display:flex;flex-direction:column}.ui5-popover-with-value-state-header-phone [ui5-list]{overflow:auto}[ui5-responsive-popover] .ui5-valuestatemessage--error{box-shadow:var(--_ui5_value_state_header_box_shadow_error)}[ui5-responsive-popover] .ui5-valuestatemessage--information{box-shadow:var(--_ui5_value_state_header_box_shadow_information)}[ui5-responsive-popover] .ui5-valuestatemessage--success{box-shadow:var(--_ui5_value_state_header_box_shadow_success)}[ui5-responsive-popover] .ui5-valuestatemessage--warning{box-shadow:var(--_ui5_value_state_header_box_shadow_warning)}[ui5-responsive-popover].ui5-popover-with-value-state-header .ui5-valuestatemessage-root:has(+[ui5-list]:empty){box-shadow:none}\n",".ui5-suggestions-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-suggestions-popover::part(header),.ui5-suggestions-popover::part(content){padding:0}.ui5-suggestions-popover::part(footer){padding:0 1rem}.input-root-phone.native-input-wrapper{display:contents}.input-root-phone.native-input-wrapper:before{display:none}.native-input-wrapper .ui5-input-inner-phone{margin:0}.native-input-wrapper .ui5-multi-input-mobile-dialog-button{margin-inline-start:.5rem}\n"]}),(0,F.A)("change",{bubbles:!0}),(0,F.A)("_request-submit",{bubbles:!0}),(0,F.A)("input",{bubbles:!0,cancelable:!0}),(0,F.A)("select",{bubbles:!0}),(0,F.A)("selection-change",{bubbles:!0}),(0,F.A)("type-ahead",{bubbles:!0}),(0,F.A)("suggestion-scroll",{bubbles:!0}),(0,F.A)("open",{bubbles:!0}),(0,F.A)("close")],W),W.define();const ue=W},355(ie,H,u){"use strict";u.d(H,{A:()=>K});var h=u(4431),v=u(1934),y=u(1642),g=u(3651),M=u(1834),L=u(5166),F=u(1892),I=u(9293),w=u(8923),S=u(303),O=u(5444);(0,w.Rh)("@ui5/webcomponents-theming","sap_horizon",I(function*(){return S.A})),(0,w.Rh)("@ui5/webcomponents","sap_horizon",I(function*(){return O.A}),"host");var ne,P=function(x,z,q,Z){var le,ce=arguments.length,se=ce<3?z:null===Z?Z=Object.getOwnPropertyDescriptor(z,q):Z;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)se=Reflect.decorate(x,z,q,Z);else for(var ve=x.length-1;ve>=0;ve--)(le=x[ve])&&(se=(ce<3?le(se):ce>3?le(z,q,se):le(z,q))||se);return ce>3&&se&&Object.defineProperty(z,q,se),se};let J=ne=class extends h.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const z=this.getRootNode().querySelector(`[id="${this.for}"]`);z&&z.focus()}get _colonSymbol(){return ne.i18nBundle.getText(L.vtI)}};P([(0,y.A)()],J.prototype,"for",void 0),P([(0,y.A)({type:Boolean})],J.prototype,"showColon",void 0),P([(0,y.A)({type:Boolean})],J.prototype,"required",void 0),P([(0,y.A)()],J.prototype,"wrappingType",void 0),P([(0,g.A)("@ui5/webcomponents")],J,"i18nBundle",void 0),J=ne=P([(0,v.A)({tag:"ui5-label",renderer:M.A,template:function U(){return(0,F.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,F.Y)("span",{class:"ui5-label-text-wrapper",children:(0,F.Y)("slot",{})}),(0,F.Y)("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})},styles:':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n',languageAware:!0})],J),J.define();const K=J},8305(ie,H,u){"use strict";u.d(H,{A:()=>Pe});var h=u(4431),v=u(1934),y=u(1437),g=u(1642),M=u(1834),L=u(2358),F=u(3493),U=u(3651),I=u(6136),w=u(1045),S=u(6121),O=function(Ee){return Ee.Default="Default",Ee.Subtle="Subtle",Ee.Emphasized="Emphasized",Ee}(O||{});const X=O;var P=u(1892),ne=u(563),K=u(5166),x=u(9293),z=u(8923),q=u(303),Z=u(5444);(0,z.Rh)("@ui5/webcomponents-theming","sap_horizon",x(function*(){return q.A})),(0,z.Rh)("@ui5/webcomponents","sap_horizon",x(function*(){return Z.A}),"host");var le,se=function(Ee,Ie,he,pe){var lt,Ne=arguments.length,je=Ne<3?Ie:null===pe?pe=Object.getOwnPropertyDescriptor(Ie,he):pe;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)je=Reflect.decorate(Ee,Ie,he,pe);else for(var ee=Ee.length-1;ee>=0;ee--)(lt=Ee[ee])&&(je=(Ne<3?lt(je):Ne>3?lt(Ie,he,je):lt(Ie,he))||je);return Ne>3&&je&&Object.defineProperty(Ie,he,je),je};let ve=le=class extends h.A{constructor(){super(),this.disabled=!1,this.design="Default",this.interactiveAreaSize="Normal",this.wrappingType="Normal",this.accessibleRole="Link",this.accessibilityAttributes={},this._dummyAnchor=document.createElement("a")}onEnterDOM(){(0,I.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Ie="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Ie?"noreferrer noopener":void 0}_isCrossOrigin(Ie){return this._dummyAnchor.href=Ie,!(this._dummyAnchor.hostname===(0,S.VQ)()&&this._dummyAnchor.port===(0,S.lj)()&&this._dummyAnchor.protocol===(0,S.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,F.ax)(this)}get hasLinkType(){return this.design!==X.Default}static typeTextMappings(){return{Subtle:K.FvC,Emphasized:K.Kdd}}get linkTypeText(){return le.i18nBundle.getText(le.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,w.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Ie){const{altKey:he,ctrlKey:pe,metaKey:Ne,shiftKey:je}=Ie;Ie.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:he,ctrlKey:pe,metaKey:Ne,shiftKey:je})||Ie.preventDefault()}_onkeydown(Ie){(0,L.RI)(Ie)&&!this.href?(this._onclick(Ie),Ie.preventDefault()):(0,L.xC)(Ie)&&Ie.preventDefault()}_onkeyup(Ie){if((0,L.xC)(Ie)&&(this._onclick(Ie),this.href&&!Ie.defaultPrevented)){const he=new MouseEvent("click");he.stopImmediatePropagation(),this.getDomRef().dispatchEvent(he)}}};se([(0,g.A)({type:Boolean})],ve.prototype,"disabled",void 0),se([(0,g.A)()],ve.prototype,"tooltip",void 0),se([(0,g.A)()],ve.prototype,"href",void 0),se([(0,g.A)()],ve.prototype,"target",void 0),se([(0,g.A)()],ve.prototype,"design",void 0),se([(0,g.A)()],ve.prototype,"interactiveAreaSize",void 0),se([(0,g.A)()],ve.prototype,"wrappingType",void 0),se([(0,g.A)()],ve.prototype,"accessibleName",void 0),se([(0,g.A)()],ve.prototype,"accessibleNameRef",void 0),se([(0,g.A)()],ve.prototype,"accessibleRole",void 0),se([(0,g.A)({type:Object})],ve.prototype,"accessibilityAttributes",void 0),se([(0,g.A)()],ve.prototype,"accessibleDescription",void 0),se([(0,g.A)()],ve.prototype,"icon",void 0),se([(0,g.A)()],ve.prototype,"endIcon",void 0),se([(0,g.A)({noAttribute:!0})],ve.prototype,"_rel",void 0),se([(0,g.A)({noAttribute:!0})],ve.prototype,"forcedTabIndex",void 0),se([(0,U.A)("@ui5/webcomponents")],ve,"i18nBundle",void 0),ve=le=se([(0,v.A)({tag:"ui5-link",languageAware:!0,renderer:M.A,template:function J(){return(0,P.FD)("a",{part:"root",class:"ui5-link-root",role:this.effectiveAccRole,href:this.parsedRef,target:this.target,rel:this._rel,tabindex:this.effectiveTabIndex,title:this.tooltip,"aria-disabled":this.disabled,"aria-label":this.ariaLabelText,"aria-haspopup":this._hasPopup,"aria-expanded":this.accessibilityAttributes.expanded,"aria-current":this.accessibilityAttributes.current,"aria-description":this.ariaDescriptionText,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.icon&&(0,P.Y)(ne.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,P.Y)("span",{class:"ui5-link-text",children:(0,P.Y)("slot",{})}),this.hasLinkType&&(0,P.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,P.Y)(ne.A,{class:"ui5-link-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none;text-decoration:var(--_ui5_link_text_decoration);text-shadow:var(--sapContent_TextShadow);white-space:normal;overflow-wrap:break-word}:host(:hover){color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5_link_hover_text_decoration)}:host(:active){color:var(--sapLink_Active_Color);text-decoration:var(--_ui5_link_active_text_decoration)}:host([disabled]){pointer-events:none}:host([disabled]) .ui5-link-root{text-shadow:none;outline:none;cursor:default;pointer-events:none;opacity:var(--sapContent_DisabledOpacity)}:host([design="Emphasized"]) .ui5-link-root{font-family:var(--sapFontBoldFamily)}:host([design="Subtle"]){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration)}:host([design="Subtle"]:hover:not(:active)){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration_hover)}:host([wrapping-type="None"]){white-space:nowrap;overflow-wrap:normal}.ui5-link-root{max-width:100%;display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;outline:none;white-space:inherit;overflow-wrap:inherit;text-decoration:inherit;color:inherit}:host([wrapping-type="None"][end-icon]) .ui5-link-root{display:inline-flex;align-items:end}:host .ui5-link-root{outline-offset:-.0625rem;border-radius:var(--_ui5_link_focus_border-radius)}.ui5-link-icon,.ui5-link-end-icon{color:inherit;flex-shrink:0}.ui5-link-icon{float:inline-start;margin-inline-end:.125rem}.ui5-link-end-icon{margin-inline-start:.125rem;vertical-align:bottom}.ui5-link-text{overflow:hidden;text-overflow:ellipsis}.ui5-link-root:focus-visible,:host([desktop]) .ui5-link-root:focus-within,:host([design="Subtle"]) .ui5-link-root:focus-visible,:host([design="Subtle"][desktop]) .ui5-link-root:focus-within{background-color:var(--_ui5_link_focus_background_color);outline:var(--_ui5_link_outline);border-radius:var(--_ui5_link_focus_border-radius);text-shadow:none;color:var(--_ui5_link_focus_color)}:host(:not([desktop])) .ui5-link-root:focus-visible,:host([desktop]:focus-within),:host([design="Subtle"][desktop]:focus-within){text-decoration:var(--_ui5_link_focus_text_decoration)}:host([desktop]:hover:not(:active):focus-within),:host([design="Subtle"][desktop]:hover:not(:active):focus-within){color:var(--_ui5_link_focused_hover_text_color);text-decoration:var(--_ui5_link_focused_hover_text_decoration)}:host([interactive-area-size="Large"]) .ui5-link-root{line-height:var(--_ui5_link_large_interactive_area_height)}:host([interactive-area-size="Large"])::part(icon),:host([interactive-area-size="Large"])::part(endIcon){height:var(--_ui5_link_large_interactive_area_height)}\n'}),(0,y.A)("click",{bubbles:!0,cancelable:!0})],ve),ve.define();const Pe=ve},741(ie,H,u){"use strict";u.d(H,{A:()=>R});var Y,h=u(9293),v=u(4431),y=u(362),g=u(1834),M=u(2358),L=u(4127),F=((Y=F||{}).Auto="Auto",Y.Vertical="Vertical",Y.Horizontal="Horizontal",Y.Paging="Paging",Y);const U=F;var I=(Y=>(Y.Static="Static",Y.Cyclic="Cyclic",Y))(I||{});const w=I,O=class S{constructor(p,A){if(!p.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=p,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof A.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=A.getItemsCallback,this._currentIndex=A.currentIndex||0,this._rowSize=A.rowSize||1,this._behavior=A.behavior||w.Static,this._navigationMode=A.navigationMode||U.Auto,this._affectedPropertiesNames=A.affectedPropertiesNames||[],this._skipItemsSize=A.skipItemsSize||null}setCurrentItem(p){const A=this._getItems().indexOf(p);-1!==A?(this._currentIndex=A,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",p)}setRowSize(p){this._rowSize=p}_init(){this._getItems().forEach((p,A)=>{p.forcedTabIndex=A===this._currentIndex?"0":"-1"})}_onkeydown(p){if(!this._canNavigate())return;const A=this._navigationMode===U.Horizontal||this._navigationMode===U.Auto,G=this._navigationMode===U.Vertical||this._navigationMode===U.Auto,me="rtl"===this.rootWebComponent.effectiveDir;if(me&&(0,M.OC)(p)&&A)this._handleRight();else if(me&&(0,M.FG)(p)&&A)this._handleLeft();else if((0,M.OC)(p)&&A)this._handleLeft();else if((0,M.FG)(p)&&A)this._handleRight();else if((0,M.ie)(p)&&G)this._handleUp();else if((0,M.Pj)(p)&&G)this._handleDown();else if((0,M.qN)(p))this._handleHome();else if((0,M.uV)(p))this._handleEnd();else if((0,M.vQ)(p))this._handlePageUp();else{if(!(0,M.oY)(p))return;this._handlePageDown()}p.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const p=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===w.Cyclic){const A=this._currentIndex%this._rowSize;let Be=(0===A?this._rowSize-1:A-1)+(Math.ceil(p/this._rowSize)-1)*this._rowSize;Be>p-1&&(Be-=this._rowSize),this._currentIndex=Be}else this._currentIndex=0}_handleDown(){const p=this._getItems().length;this._currentIndex+this._rowSize<p?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===w.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:p-1}_handleLeft(){const p=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===w.Cyclic&&(this._currentIndex=p-1)}_handleRight(){const p=this._getItems().length;this._currentIndex<p-1?this._currentIndex+=1:this._behavior===w.Cyclic&&(this._currentIndex=0)}_handleHome(){const p=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%p}_handleEnd(){const p=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=p-1-this._currentIndex%p}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat()}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat()}_handlePageUpFlat(){this._currentIndex-=null!==this._skipItemsSize&&this._currentIndex+1>this._skipItemsSize?this._skipItemsSize:this._currentIndex}_handlePageDownFlat(){null!==this._skipItemsSize&&this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1}_applyTabIndex(){const p=this._getItems();for(let A=0;A<p.length;A++)p[A].forcedTabIndex=A===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(A=>{const G=this.rootWebComponent[A];this.rootWebComponent[A]=Array.isArray(G)?[...G]:{...G}})}_focusCurrentItem(){const p=this._getCurrentItem();p&&p.focus()}_canNavigate(){const p=this._getCurrentItem(),A=(0,L.A)();return p&&p===A}_getCurrentItem(){const p=this._getItems();if(!p.length)return;for(;this._currentIndex>=p.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const A=p[this._currentIndex];if(!A)return;if((0,v.W)(A))return A.getFocusDomRef();const G=this.rootWebComponent.getDomRef();return G&&A.id?G.querySelector(`[id="${A.id}"]`):void 0}};var X=u(1045),P=u(1642),ne=u(1437),J=u(1934),K=u(6993),x=u(3651),z=u(6060),q=u(1441),Z=u(7669),ce=u(3493);const le=Y=>{let p=Y;return Y.shadowRoot&&Y.shadowRoot.activeElement&&(p=Y.shadowRoot.activeElement),p};var Ee=u(5873),Ie=u(1261);let he,pe;const Ne=Y=>{Y.style.position="absolute",Y.style.clip="rect(1px,1px,1px,1px)",Y.style.userSelect="none",Y.style.left="-1000px",Y.style.top="-1000px",Y.style.pointerEvents="none"};(0,Ie.Ih)(()=>{he&&pe||(he=document.createElement("span"),pe=document.createElement("span"),he.classList.add("ui5-invisiblemessage-polite"),pe.classList.add("ui5-invisiblemessage-assertive"),he.setAttribute("aria-live","polite"),pe.setAttribute("aria-live","assertive"),he.setAttribute("role","alert"),pe.setAttribute("role","alert"),Ne(he),Ne(pe),(0,Ee.A)("ui5-announcement-area").appendChild(he),(0,Ee.A)("ui5-announcement-area").appendChild(pe))});let ee=null;var $e=u(5011),ae=function(Y){return Y.Button="Button",Y.Scroll="Scroll",Y.None="None",Y}(ae||{});const ft=ae;var Ye=u(9698),Se=function(Y){return Y.All="All",Y.Inner="Inner",Y.None="None",Y}(Se||{});const pt=Se;var tt=u(4583),ht=u(1892),Ut=u(7202),Xt=u(7601);function wt(){return(0,ht.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,ht.FD)("div",{id:`${this._id}-growing-btn`,role:"button",tabindex:0,part:"growing-button-inner",class:{"ui5-growing-button-inner":!0,"ui5-growing-button-inner-active":this._loadMoreActive},"aria-label":this.growingButtonAriaLabel,"aria-labelledby":this.growingButtonAriaLabelledBy,"aria-describedby":this.growingButtonAriaDescribedBy,onClick:this._onLoadMoreClick,onKeyDown:this._onLoadMoreKeydown,onKeyUp:this._onLoadMoreKeyup,onMouseDown:this._onLoadMoreMousedown,onMouseUp:this._onLoadMoreMouseup,children:[this.loading&&(0,ht.Y)(Ut.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,ht.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,ht.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Mt=u(8923),hn=u(303),Vt=u(5444);(0,Mt.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return hn.A})),(0,Mt.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return Vt.A}),"host");var W,Je=u(5166),Dt=u(6374),an=u(2788),Me=function(Y,p,A,G){var f,me=arguments.length,Be=me<3?p:null===G?G=Object.getOwnPropertyDescriptor(p,A):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Be=Reflect.decorate(Y,p,A,G);else for(var at=Y.length-1;at>=0;at--)(f=Y[at])&&(Be=(me<3?f(Be):me>3?f(p,A,Be):f(p,A))||Be);return me>3&&Be&&Object.defineProperty(p,A,Be),Be};const E={Menu:"menuitem",Tree:"treeitem",ListBox:"option"};let m=W=class extends v.A{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.stickyHeader=!1,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new O(this,{skipItemsSize:10,navigationMode:U.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new q.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,ce.Bm)(this),this._associatedLabelsRefTexts=(0,ce.yI)(this)}onEnterDOM(){(0,ce.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),y.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,ce.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),y.A.deregister(this.getDomRef(),this.handleResizeCallback)}onBeforeRendering(){this.detachGroupHeaderEvents(),this.prepareListItems()}onAfterRendering(){this.attachGroupHeaderEvents(),this.growsOnScroll?(this.observeListEnd(),this.observeListStart()):(this.unobserveListEnd(),this.unobserveListStart()),this.grows&&this.checkListInViewport()}attachGroupHeaderEvents(){this.getItems().forEach(p=>{p.hasAttribute("ui5-li-group-header")&&(p.addEventListener("ui5-_focused",this.onItemFocusedBound),p.addEventListener("ui5-forward-after",this.onForwardAfterBound),p.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(p=>{p.hasAttribute("ui5-li-group-header")&&(p.removeEventListener("ui5-_focused",this.onItemFocusedBound),p.removeEventListener("ui5-forward-after",this.onForwardAfterBound),p.removeEventListener("ui5-forward-before",this.onForwardBeforeBound))})}getFocusDomRef(){return this._itemNavigation._getCurrentItem()}get shouldRenderH1(){return!this.header.length&&this.headerText}get headerID(){return`${this._id}-header`}get modeLabelID(){return`${this._id}-modeLabel`}get listEndDOM(){return this.shadowRoot.querySelector(".ui5-list-end-marker")}get listStartDOM(){return this.shadowRoot.querySelector(".ui5-list-start-marker")}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}get hasData(){return 0!==this.getItems().length}get showBusyIndicatorOverlay(){return!this.growsWithButton&&this.loading}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.selectionMode===$e.A.Delete}get isSingleSelect(){return[$e.A.Single,$e.A.SingleStart,$e.A.SingleEnd,$e.A.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===$e.A.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const p=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&p.push(this.modeLabelID),this.shouldRenderH1&&p.push(this.headerID),p.length?p.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,ce.ax)(this)}get ariaDescriptionText(){const p=[];this.accessibleRole===Ye.A.List&&this._hasInteractiveItems&&p.push(this.defaultAriaDescriptionText);const A=this._associatedDescriptionRefTexts||(0,ce.Uu)(this);A&&p.push(A);const G=this._getDescriptionForGroups();return G&&p.push(G),p.join(" ")}get defaultAriaDescriptionText(){return W.i18nBundle.getText(Je.dr_)}get _hasInteractiveItems(){return this.selectionMode===$e.A.Delete||this.getItems().some(p=>"Detail"===p.getAttribute("type")||(0,an.P)(p))}get growingButtonAriaLabel(){return this.accessibilityAttributes.growingButton?.name}get growingButtonAriaLabelledBy(){return this.accessibilityAttributes.growingButton?.name?void 0:`${this._id}-growingButton-text`}get growingButtonAriaDescribedBy(){return this.accessibilityAttributes.growingButton?.description?`${this._id}-growingButton-description`:void 0}hasGrowingComponent(){return this.growsOnScroll?this._startMarkerOutOfView:this.growsWithButton}_getDescriptionForGroups(){let p="";return this._groupCount>0&&(this.accessibleRole===Ye.A.List?p=W.i18nBundle.getText(Je.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===Ye.A.ListBox&&(p=W.i18nBundle.getText(Je.P1,this._groupCount))),p}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return W.i18nBundle.getText(Je.Wyx);if(this.isSingleSelect)return W.i18nBundle.getText(Je.DQe);if(this.isDelete)return W.i18nBundle.getText(Je.fPH)}return""}get grows(){return this.growing!==ft.None}get growsOnScroll(){return this.growing===ft.Scroll}get growsWithButton(){return this.growing===ft.Button}get _growingButtonText(){return this.growingButtonText||W.i18nBundle.getText(Je.jSp)}get listAccessibleRole(){return(0,X.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const p=this.getItemsForProcessing(),A=E[this.accessibleRole];p.forEach((G,me)=>{const f=this.separators===pt.All||this.separators===pt.Inner&&!(me===p.length-1);G.hasConfigurableMode&&(G._selectionMode=this.selectionMode,G._inheritedAccessibleRole=A),G.hasBorder=f,G.mediaRange=this.mediaRange})}observeListEnd(){var p=this;return h(function*(){yield(0,z.JT)(),p.getEndIntersectionObserver().observe(p.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var p=this;return h(function*(){yield(0,z.JT)(),p.getStartIntersectionObserver().observe(p.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(p){p.forEach(A=>{A.isIntersecting&&(Y=>{ee&&clearTimeout(ee),ee=setTimeout(()=>{ee=null,Y()},250)})(this.loadMore.bind(this))})}onStartIntersection(p){p.forEach(A=>{this._startMarkerOutOfView=!A.isIntersecting})}onSelectionRequested(p){const A=this.getSelectedItems();let G=!1;this.selectionMode!==$e.A.None&&this[`handle${this.selectionMode}`]&&(G=this[`handle${this.selectionMode}`](p.detail.item,!!p.detail.selected)),G&&(this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:A,selectionComponentPressed:p.detail.selectionComponentPressed,targetItem:p.detail.item,key:p.detail.key})?this.selectionMode!==$e.A.Delete&&(Y=>{const A=he;A.textContent="",A.textContent=Y,setTimeout(()=>{A.textContent===Y&&(A.textContent="")},3e3)})(W.i18nBundle.getText(p.detail.item.selected?Je.rek:Je.bB2)):this._revertSelection(A))}handleSingle(p){return!p.selected&&(this.deselectSelectedItems(),p.selected=!0,!0)}handleSingleStart(p){return this.handleSingle(p)}handleSingleEnd(p){return this.handleSingle(p)}handleSingleAuto(p){return this.handleSingle(p)}handleMultiple(p,A){return p.selected=A,!0}handleDelete(p){return this.fireDecoratorEvent("item-delete",{item:p}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(p=>{p.selected=!1})}getSelectedItems(){return this.getItems().filter(p=>p.selected)}getEnabledItems(){return this.getItems().filter(p=>p._focusable)}getItems(){const p=[],A=this.getSlottedNodes("items");let G=0,me=0;return A.forEach(Be=>{if((0,Dt.t)(Be)){const f=[Be.groupHeaderItem,...Be.items.filter(at=>at.assignedSlot)].filter(Boolean);p.push(...f),G++,me+=f.length-1}else C(Be)?Be.assignedSlot&&p.push(...Be.listItems):Be.assignedSlot&&p.push(Be)}),this._groupCount=G,this._groupItemCount=me,p}getItemsForProcessing(){return this.getItems()}_revertSelection(p){this.getItems().forEach(A=>{const G=-1!==p.indexOf(A),me=A.shadowRoot.querySelector(".ui5-li-multisel-cb"),Be=A.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");A.selected=G,me?me.checked=G:Be&&(Be.checked=G)})}_onkeydown(p){if((0,M.uV)(p))return this._handleEnd(),void p.preventDefault();if((0,M.qN)(p))return void this._handleHome();const A=(0,M.ie)(p)||(0,M.Pj)(p),G=this._getClosestListItem(p.target);if(G?._isFocusOnInternalElement()&&A){const me=(0,M.ie)(p)?-1:1;if(this._navigateToAdjacentItem(G,me))return void p.preventDefault()}(0,M.Pj)(p)?this._handleDown(p):(0,M._0)(p)?this._moveItem(p.target,p):((0,M.zP)(p)&&this._handleTabNext(p),(0,M.oi)(p)&&this._handleF7(p))}_handleF7(p){const A=this._getClosestListItem(p.target);if(!A||!A._hasFocusableElements())return;const G=A.getFocusDomRef(),me=(0,L.A)();p.preventDefault(),p.stopPropagation(),me===G?(A._editMode=!0,A._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=A._getFocusedElementIndex()):(this._lastFocusedElementIndex=A._getFocusedElementIndex(),A._editMode=!1,G.focus())}_getClosestListItem(p){return p.closest("[ui5-li], [ui5-li-custom]")}_moveItem(p,A){if(!p||!p.movable)return;const G=(0,Z.Fw)(this.items,p,A);if(!G.length)return;A.preventDefault();const me=G.find(({element:Be,placement:f})=>!this.fireDecoratorEvent("move-over",{originalEvent:A,source:{element:p},destination:{element:Be,placement:f}}));me&&(this.fireDecoratorEvent("move",{originalEvent:A,source:{element:p},destination:{element:me.element,placement:me.placement}}),p.focus())}_onLoadMoreKeydown(p){(0,M.xC)(p)&&(p.preventDefault(),this._loadMoreActive=!0),(0,M.RI)(p)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,M.zP)(p)&&this.focusAfterElement(),(0,M.ie)(p)?this._handleLodeMoreUp(p):(0,M.bR)(p)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),p.preventDefault())}_onLoadMoreKeyup(p){(0,M.xC)(p)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(p){if(this.getGrowingButton()===p.target){const G=this.getItems();this.focusItem(G[G.length-1]),p.preventDefault(),p.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const p=this.getDomRef().getBoundingClientRect();return p.top>=0&&p.left>=0&&p.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&p.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const p=this.getBoundingClientRect().width;this.mediaRange=tt.A.getCurrentRange(tt.A.RANGESETS.RANGE_4STEPS,p)}_handleTabNext(p){le(p.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(p){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),p.preventDefault())}_navigateToAdjacentItem(p,A){const G=p?._getFocusedElementIndex();if(void 0===G||-1===G)return!1;const me=this.getItems().filter(ye=>"hasConfigurableMode"in ye&&ye.hasConfigurableMode&&ye._hasFocusableElements()),Be=me.indexOf(p)+A,f=me[Be];if(!f)return!1;f._editMode=p._editMode;const at=f._focusInternalElement(G);return void 0!==at&&(this._lastFocusedElementIndex=at),!0}_onfocusin(p){const A=le(p.target);if(this.isForwardElement(A)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement(A)?this.focusGrowingButton():this.focusFirstItem(),void p.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(A))return this.focusGrowingButton(),void p.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}p.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(p){this._dragAndDropHandler.ondragenter(p)}_ondragleave(p){this._dragAndDropHandler.ondragleave(p)}_ondragover(p){this._dragAndDropHandler.ondragover(p)}_ondrop(p){this._dragAndDropHandler.ondrop(p)}isForwardElement(p){const A=p.id,G=this.getBeforeElement();return!!(this._id===A||G&&G.id===A)||this.isForwardAfterElement(p)}isForwardAfterElement(p){const A=p.id,G=this.getAfterElement();return G&&G.id===A}onItemTabIndexChange(p){p.stopPropagation(),this._itemNavigation.setCurrentItem(p.target)}onItemFocused(p){const A=p.target;p.stopPropagation(),this._itemNavigation.setCurrentItem(A),this.fireDecoratorEvent("item-focused",{item:A}),this.selectionMode===$e.A.SingleAuto&&this.onSelectionRequested({detail:{item:A,selectionComponentPressed:!1,selected:!0,key:p.detail.key}})}onItemPress(p){const A=p.detail.item;this.fireDecoratorEvent("item-click",{item:A})&&this.selectionMode!==$e.A.Delete&&this.onSelectionRequested({detail:{item:A,selectionComponentPressed:!1,selected:!A.selected,key:p.detail.key}})}onItemClose(p){const A=p.target;(A?.hasAttribute("ui5-li-notification")||A?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:p.detail?.item})}onItemToggle(p){if(!p.target?.isListItemBase)return;const A=p.detail?.item;A&&this.fireDecoratorEvent("item-toggle",{item:A})}onForwardBefore(p){const A=p.target;if(A.hasConfigurableMode&&A._editMode){const G=this.getItems().filter(f=>"hasConfigurableMode"in f&&f.hasConfigurableMode&&f._hasFocusableElements()),me=G.indexOf(A),Be=me>0?G[me-1]:void 0;if(Be){Be._editMode=!0;const f=Be._getFocusableElements();return Be._focusInternalElement(f.length-1),this._lastFocusedElementIndex=f.length-1,this.setPreviouslyFocusedItem(Be),p.preventDefault(),void p.stopPropagation()}A._editMode=!1}this.setPreviouslyFocusedItem(A),this.focusBeforeElement(),p.stopPropagation()}onForwardAfter(p){const A=p.target;if(A.hasConfigurableMode&&A._editMode){const G=this.getItems().filter(f=>"hasConfigurableMode"in f&&f.hasConfigurableMode&&f._hasFocusableElements()),me=G.indexOf(A),Be=me>=0&&me<G.length-1?G[me+1]:void 0;if(Be)return Be._editMode=!0,Be._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(Be),p.preventDefault(),void p.stopPropagation();A._editMode=!1}this.setPreviouslyFocusedItem(A),this.growsWithButton?(this.focusGrowingButton(),p.preventDefault()):this.focusAfterElement(),p.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const p=this.getGrowingButton();p&&p.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const A=this.getItems().length-1,G=this._itemNavigation._currentIndex;return-1!==G&&G===A}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const p=this.getFirstItem(A=>A._focusable);p&&p.focus()}focusPreviouslyFocusedItem(){const p=this.getPreviouslyFocusedItem();p&&p.focus()}focusFirstSelectedItem(){const p=this.getFirstItem(A=>A.selected&&A._focusable);p&&p.focus()}focusItem(p){this._itemNavigation.setCurrentItem(p),p.focus()}onFocusRequested(p){setTimeout(()=>{this.setPreviouslyFocusedItem(p.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(p){this._forwardingFocus=p}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(p){this._previouslyFocusedItem=p}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(p){const A=this.getItems();let G=null;if(!p)return A.length?A[0]:null;for(let me=0;me<A.length;me++)if(p(A[me])){G=A[me];break}return G}getAfterElement(){return this._afterElement||(this._afterElement=this.shadowRoot.querySelector(`[id="${this._id}-after"]`)),this._afterElement}getBeforeElement(){return this._beforeElement||(this._beforeElement=this.shadowRoot.querySelector(`[id="${this._id}-before"]`)),this._beforeElement}getEndIntersectionObserver(){return this._endIntersectionObserver||(this._endIntersectionObserver=new IntersectionObserver(this.onEndIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._endIntersectionObserver}getStartIntersectionObserver(){return this._startIntersectionObserver||(this._startIntersectionObserver=new IntersectionObserver(this.onStartIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._startIntersectionObserver}};Me([(0,P.A)()],m.prototype,"headerText",void 0),Me([(0,P.A)()],m.prototype,"footerText",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"indent",void 0),Me([(0,P.A)()],m.prototype,"selectionMode",void 0),Me([(0,P.A)()],m.prototype,"noDataText",void 0),Me([(0,P.A)()],m.prototype,"separators",void 0),Me([(0,P.A)()],m.prototype,"growing",void 0),Me([(0,P.A)()],m.prototype,"growingButtonText",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"loading",void 0),Me([(0,P.A)({type:Number})],m.prototype,"loadingDelay",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"stickyHeader",void 0),Me([(0,P.A)()],m.prototype,"accessibleName",void 0),Me([(0,P.A)({type:Object})],m.prototype,"accessibilityAttributes",void 0),Me([(0,P.A)()],m.prototype,"accessibleNameRef",void 0),Me([(0,P.A)()],m.prototype,"accessibleDescription",void 0),Me([(0,P.A)()],m.prototype,"accessibleDescriptionRef",void 0),Me([(0,P.A)({noAttribute:!0})],m.prototype,"_associatedDescriptionRefTexts",void 0),Me([(0,P.A)({noAttribute:!0})],m.prototype,"_associatedLabelsRefTexts",void 0),Me([(0,P.A)()],m.prototype,"accessibleRole",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"_inViewport",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"_loadMoreActive",void 0),Me([(0,P.A)()],m.prototype,"mediaRange",void 0),Me([(0,K.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],m.prototype,"items",void 0),Me([(0,K.A)()],m.prototype,"header",void 0),Me([(0,x.A)("@ui5/webcomponents")],m,"i18nBundle",void 0),m=W=Me([(0,J.A)({tag:"ui5-list",fastNavigation:!0,renderer:g.A,template:function gt(){return(0,ht.Y)("div",{class:"ui5-list-root",onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,"onui5-_close":this.onItemClose,"onui5-toggle":this.onItemToggle,"onui5-request-tabindex-change":this.onItemTabIndexChange,"onui5-_focused":this.onItemFocused,"onui5-forward-after":this.onForwardAfter,"onui5-forward-before":this.onForwardBefore,"onui5-selection-requested":this.onSelectionRequested,"onui5-focus-requested":this.onFocusRequested,"onui5-_press":this.onItemPress,children:(0,ht.FD)(Ut.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,ht.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,ht.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,ht.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,ht.FD)("div",{class:"ui5-list-scroll-container",children:[(0,ht.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,ht.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,ht.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,ht.FD)("ul",{id:`${this._id}-listUl`,class:"ui5-list-ul",role:this.listAccessibleRole,"aria-label":this.ariaLabelTxt,"aria-labelledby":this.ariaLabelledBy,"aria-description":this.ariaDescriptionText||void 0,children:[(0,ht.Y)("slot",{}),this.showNoDataText&&(0,ht.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,ht.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&wt.call(this),this.footerText&&(0,ht.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,ht.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,ht.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,ht.Y)(Xt.A,{orientation:"Horizontal",ownerReference:this})]})})},styles:['.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5_load_more_border);border-radius:var(--_ui5_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator,.ui5-list-container{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5_list_no_data_height);font-size:var(--_ui5_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}:host([sticky-header]) ::slotted([slot="header"]),:host([sticky-header]) .ui5-list-header{position:sticky;top:0;z-index:100}\n']}),(0,ne.A)("item-click",{bubbles:!0,cancelable:!0}),(0,ne.A)("item-close",{bubbles:!0}),(0,ne.A)("item-toggle",{bubbles:!0}),(0,ne.A)("item-delete",{bubbles:!0}),(0,ne.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,ne.A)("load-more",{bubbles:!0}),(0,ne.A)("item-focused",{bubbles:!0}),(0,ne.A)("move-over",{bubbles:!0,cancelable:!0}),(0,ne.A)("move",{bubbles:!0})],m),m.define();const C=Y=>"hasListItems"in Y&&Y.hasListItems,R=m},6981(ie,H,u){"use strict";u.d(H,{A:()=>x});var h=u(4431),v=u(1934),y=u(1834),g=u(1642),M=u(1437),L=u(6488),F=u(6136),U=u(2358),I=u(4127),w=u(9293),S=u(8923),O=u(303),X=u(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",w(function*(){return O.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",w(function*(){return X.A}),"host"),(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",w(function*(){return O.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",w(function*(){return X.A}),"host");var J=function(z,q,Z,ce){var ve,se=arguments.length,le=se<3?q:null===ce?ce=Object.getOwnPropertyDescriptor(q,Z):ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)le=Reflect.decorate(z,q,Z,ce);else for(var Pe=z.length-1;Pe>=0;Pe--)(ve=z[Pe])&&(le=(se<3?ve(le):se>3?ve(q,Z,le):ve(q,Z))||le);return se>3&&le&&Object.defineProperty(q,Z,le),le};let K=class extends h.A{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){(0,F.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(q){this.fireDecoratorEvent("request-tabindex-change",q),q.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",q)}_onkeydown(q){return(0,U.zP)(q)?this._handleTabNext(q):(0,U.bR)(q)?this._handleTabPrevious(q):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(q)&&q.preventDefault(),this._isEnter(q)&&this.fireItemPress(q)))}_onkeyup(q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(q)&&this.fireItemPress(q)}_onclick(q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(q)||(q.stopPropagation(),this.fireItemPress(q))}_isDisabledInteractiveContentClicked(q){const Z=q.composedPath(),ce=this.getFocusDomRef();return Z.some(se=>!!(se instanceof HTMLElement&&se!==this&&se!==ce&&(this._isNativeInteractiveElement(se)||this._isCustomInteractiveElement(se)))&&this._isElementDisabled(se))}_isNativeInteractiveElement(q){return q.matches("button, input, select, textarea")}_isCustomInteractiveElement(q){const Z=q;return q.tagName.includes("-")&&("disabled"in Z||q.hasAttribute("aria-disabled"))}_isElementDisabled(q){return"boolean"==typeof q.disabled?q.disabled:"true"===q.getAttribute("aria-disabled")}_isSpace(q){return(0,U.xC)(q)}_isEnter(q){return(0,U.RI)(q)}fireItemPress(q){this.disabled||!this._pressable||((0,U.RI)(q)&&q.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:q}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:q.key}))}_handleTabNext(q){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||q.preventDefault())}_handleTabPrevious(q){this.shouldForwardTabBefore(q.target)&&(this.fireDecoratorEvent("forward-before")||q.preventDefault())}shouldForwardTabAfter(){const q=(0,L.J)(this.getFocusDomRef());return 0===q.length||q[q.length-1]===(0,I.A)()}shouldForwardTabBefore(q){return this.getFocusDomRef()===q}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};J([(0,g.A)({type:Boolean})],K.prototype,"selected",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"movable",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"hasBorder",void 0),J([(0,g.A)()],K.prototype,"forcedTabIndex",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"disabled",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"focused",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"actionable",void 0),K=J([(0,v.A)({renderer:y.A,styles:[':host{box-sizing:border-box;height:var(--_ui5_list_item_base_height);background-color:var(--ui5-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active]):not(:active):not([data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}\n',"[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}\n"]}),(0,M.A)("click",{bubbles:!0}),(0,M.A)("request-tabindex-change",{bubbles:!0}),(0,M.A)("_press",{bubbles:!0}),(0,M.A)("_focused",{bubbles:!0}),(0,M.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,M.A)("forward-before",{bubbles:!0,cancelable:!0})],K);const x=K},2788(ie,H,u){"use strict";u.d(H,{P:()=>yf});var h=u(2358),v=u(1834),y=u(1934),g=u(1642),M=u(3651),L=u(5031),F=u(4127),U=u(6488),I=u(1437),w=u(6993),S=u(1278),X=(u(6726),u(4874));(0,X.pU)("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var be=u(6826),ze=function(Qe){return Qe.None="None",Qe.Positive="Positive",Qe.Critical="Critical",Qe.Negative="Negative",Qe.Information="Information",Qe}(ze||{});const Ke=ze;var $e=function(Qe){return Qe.Inactive="Inactive",Qe.Active="Active",Qe.Detail="Detail",Qe.Navigation="Navigation",Qe}($e||{});const ae=$e;var ft=u(5011),Ye=u(6981),Se=u(5166),pt=u(9293),tt=u(8923),ht=u(303),Ut=u(5444);(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host"),(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host"),(0,X.pU)("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var at,f=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let ye=at=class extends Ye.A{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=j=>{(0,h.RI)(j)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===ae.Active||this.type===ae.Navigation)&&this._selectionMode!==ft.A.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(j){const Ce=j.target!==this.getFocusDomRef();if(((0,h.xC)(j)||(0,h.RI)(j))&&Ce)return;super._onkeydown(j);const Ze=this.type===ae.Active,ot=this.typeNavigation;((0,h.xC)(j)||(0,h.RI)(j))&&(Ze||ot)&&this.activate(),(0,h.ty)(j)&&this._handleF2()}_onkeyup(j){super._onkeyup(j),((0,h.xC)(j)||(0,h.RI)(j))&&this.deactivate(),this.modeDelete&&(0,h.Ob)(j)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(j){super._onfocusin(j),j.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(j){if(this._editMode){const Ce=j.relatedTarget;(!Ce||!this.contains(Ce)&&!this.shadowRoot.contains(Ce))&&(this._editMode=!1)}j.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(j){j.dataTransfer&&j.target===this._listItem&&(be.A.setDraggedElement(this,j),this.setAttribute("data-moving",""),j.dataTransfer.dropEffect="move",j.dataTransfer.effectAllowed="move")}_ondragend(j){j.target===this._listItem&&(be.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(j){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:j.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(j){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!j.target.checked,selectionComponentPressed:!0})}activate(){(this.type===ae.Active||this.type===ae.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(j){this.isInactive||(super.fireItemPress(j),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===ae.Inactive||this.type===ae.Detail}get placeSelectionElementBefore(){return this._selectionMode===ft.A.Multiple||this._selectionMode===ft.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===ft.A.SingleEnd||this._selectionMode===ft.A.Delete)}get modeSingleSelect(){return[ft.A.SingleStart,ft.A.SingleEnd,ft.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===ft.A.Multiple}get modeDelete(){return this._selectionMode===ft.A.Delete}get typeDetail(){return this.type===ae.Detail}get typeNavigation(){return this.type===ae.Navigation}get typeActive(){return this.type===ae.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let j;return void 0!==this._ariaSelected&&(j=at.i18nBundle.getText(this._ariaSelected?Se.rek:Se.bB2)),j}get deleteText(){return at.i18nBundle.getText(Se.SJi)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?at.i18nBundle.getText(Se._43):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:at.i18nBundle.getText(Se.UlA),ariaLabelRadioButton:at.i18nBundle.getText(Se.bP),ariaSelected:this._ariaSelected,ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==Ke.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const j=this.getFocusDomRef();if((0,F.A)()===j){const Ce=this._getFocusableElements();if(!Ce.length)return;this._editMode=!0,Ce[0].focus()}else this._editMode=!1,j.focus()}_handleTabNext(j){if(this._editMode){const Ce=this._getFocusableElements(),Ze=this._indexOfActiveElement(Ce),ot=Ze+1;return void(-1!==Ze&&ot<Ce.length?(j.preventDefault(),Ce[ot].focus()):this.fireDecoratorEvent("forward-after")||j.preventDefault())}this.fireDecoratorEvent("forward-after")||j.preventDefault()}_handleTabPrevious(j){if(this._editMode){const Ce=this._getFocusableElements(),Ze=this._indexOfActiveElement(Ce);return void(Ze>0?(j.preventDefault(),Ce[Ze-1].focus()):this.fireDecoratorEvent("forward-before")||j.preventDefault())}this.fireDecoratorEvent("forward-before")||j.preventDefault()}_getFocusableElements(){const j=this.getFocusDomRef();return(0,U.J)(j)}_indexOfActiveElement(j){const Ce=(0,F.A)();return j.findIndex(Ze=>Ze===Ce||null!==Ze.shadowRoot&&Ze.shadowRoot.contains(Ce))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(j){const Ce=this._getFocusableElements();if(!Ce.length)return;const Ze=Math.min(j,Ce.length-1);return Ce[Ze].focus(),Ze}};f([(0,g.A)()],ye.prototype,"type",void 0),f([(0,g.A)({type:Object})],ye.prototype,"accessibilityAttributes",void 0),f([(0,g.A)({type:Boolean})],ye.prototype,"navigated",void 0),f([(0,g.A)()],ye.prototype,"tooltip",void 0),f([(0,g.A)({type:Boolean})],ye.prototype,"active",void 0),f([(0,g.A)()],ye.prototype,"highlight",void 0),f([(0,g.A)({type:Boolean})],ye.prototype,"selected",void 0),f([(0,g.A)()],ye.prototype,"accessibleRole",void 0),f([(0,g.A)()],ye.prototype,"_forcedAccessibleRole",void 0),f([(0,g.A)({noAttribute:!0})],ye.prototype,"_inheritedAccessibleRole",void 0),f([(0,g.A)()],ye.prototype,"_selectionMode",void 0),f([(0,g.A)()],ye.prototype,"mediaRange",void 0),f([(0,w.A)()],ye.prototype,"deleteButton",void 0),f([(0,M.A)("@ui5/webcomponents")],ye,"i18nBundle",void 0),ye=at=f([(0,y.A)({languageAware:!0,renderer:v.A,styles:[Ye.A.styles,".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n",'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}\n']}),(0,I.A)("detail-click",{bubbles:!0}),(0,I.A)("selection-requested",{bubbles:!0})],ye);const Zt=ye;var D=u(1892),k=u(2955),oe=u(563),Te=u(6136),ge=u(4431),de=u(594),Ge=u(3493);const ct=class Xe{static hasGroup(j){return this.groups.has(j)}static getGroup(j){return this.groups.get(j)}static getCheckedRadioFromGroup(j){return this.checkedRadios.get(j)}static removeGroup(j){return this.checkedRadios.delete(j),this.groups.delete(j)}static addToGroup(j,Ce){this.hasGroup(Ce)?(this.enforceSingleSelection(j,Ce),this.getGroup(Ce)&&this.getGroup(Ce).push(j)):this.createGroup(j,Ce),this.updateTabOrder(Ce)}static removeFromGroup(j,Ce){const Ze=this.getGroup(Ce);if(!Ze)return;const ot=this.getCheckedRadioFromGroup(Ce);Ze.forEach((bt,Yt,bn)=>{if(j._id===bt._id)return bn.splice(Yt,1)}),ot===j&&this.checkedRadios.set(Ce,null),Ze.length||this.removeGroup(Ce),this.updateTabOrder(Ce)}static createGroup(j,Ce){j.checked&&this.checkedRadios.set(Ce,j),this.groups.set(Ce,[j])}static selectNextItem(j,Ce){const Ze=this.getGroup(Ce);if(!Ze)return;const ot=Ze.length,bt=Ze.indexOf(j);if(ot<=1)return;const Yt=this._nextFocusable(bt,Ze);Yt&&this.updateSelectionInGroup(Yt,Ce)}static updateFormValidity(j){const Ce=this.getGroup(j);if(!Ce)return;const Ze=Ce.some(bt=>bt.required),ot=Ce.some(bt=>bt.checked);Ce.forEach(bt=>{bt._groupChecked=ot,bt._groupRequired=Ze})}static updateTabOrder(j){const Ce=this.getGroup(j);if(!Ce)return;const Ze=Ce.some(ot=>ot.checked);Ce.filter(ot=>!ot.disabled).forEach((ot,bt)=>{let Yt=(0,F.A)();Yt?.classList.contains("ui5-radio-root")&&(Yt=Yt.getRootNode(),Yt instanceof ShadowRoot&&(Yt=Yt.host)),ot._tabIndex=Ze?Yt?.hasAttribute("ui5-radio-button")&&Yt.readonly?Yt===ot&&ot.readonly?0:-1:ot.checked?0:-1:0===bt?0:-1})}static selectPreviousItem(j,Ce){const Ze=this.getGroup(Ce);if(!Ze)return;const ot=Ze.length,bt=Ze.indexOf(j);if(ot<=1)return;const Yt=this._previousFocusable(bt,Ze);Yt&&this.updateSelectionInGroup(Yt,Ce)}static selectItem(j,Ce){this.updateSelectionInGroup(j,Ce),this.updateTabOrder(Ce),this.updateFormValidity(Ce)}static updateSelectionInGroup(j,Ce){const Ze=this.getCheckedRadioFromGroup(Ce);Ze&&!j.readonly&&(this._deselectRadio(Ze),this.checkedRadios.set(Ce,j)),j&&(j.focus(),j.readonly?setTimeout(()=>{this.updateTabOrder(Ce)},0):this._selectRadio(j))}static _deselectRadio(j){j&&(j.checked=!1)}static _selectRadio(j){j.checked=!0,j._checked=!0,j.fireDecoratorEvent("change")}static _nextFocusable(j,Ce){if(!Ce)return null;let ot=null;if(j===Ce.length-1){if(Ce[0].disabled)return this._nextFocusable(1,Ce);ot=Ce[0]}else{if(Ce[j+1].disabled)return this._nextFocusable(j+1,Ce);ot=Ce[j+1]}return ot}static _previousFocusable(j,Ce){const Ze=Ce.length;let ot=null;if(0===j){if(Ce[Ze-1].disabled)return this._previousFocusable(Ze-1,Ce);ot=Ce[Ze-1]}else{if(Ce[j-1].disabled)return this._previousFocusable(j-1,Ce);ot=Ce[j-1]}return ot}static enforceSingleSelection(j,Ce){const Ze=this.getCheckedRadioFromGroup(Ce);j.checked?Ze?j!==Ze&&(this._deselectRadio(Ze),this.checkedRadios.set(Ce,j)):this.checkedRadios.set(Ce,j):j===Ze&&this.checkedRadios.set(Ce,null),this.updateTabOrder(Ce),this.updateFormValidity(Ce)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}};var ut=u(355);(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host");var dt,kt=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let re,Kt=!1,we=dt=class extends ge.A{get formValidityMessage(){return dt.i18nBundle.getText(Se.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var j=this;return pt(function*(){return j.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{re&&(re.active=!1)},Kt||(document.addEventListener("mouseup",this._deactivate),Kt=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,Te.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(j){const Ce=this._name,Ze=this.name,ot=this._checked,bt=this.checked;j&&ct.removeFromGroup(this,Ce),Ze!==Ce?(Ce&&ct.removeFromGroup(this,Ce),Ze&&ct.addToGroup(this,Ze)):Ze&&this.isConnected&&ct.enforceSingleSelection(this,Ze),this.name&&bt!==ot&&ct.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(j){const Ce=this.name;Ce&&(j.preventDefault(),ct.selectNextItem(this,Ce))}_handleUp(j){const Ce=this.name;Ce&&(j.preventDefault(),ct.selectPreviousItem(this,Ce))}_onkeydown(j){if((0,h.xC)(j))return this.active=!0,j.preventDefault();if((0,h.RI)(j))return this.active=!0,this.toggle();const Ce="rtl"===this.effectiveDir;((0,h.Pj)(j)||!Ce&&(0,h.FG)(j)||Ce&&(0,h.OC)(j))&&this._handleDown(j),((0,h.ie)(j)||!Ce&&(0,h.OC)(j)||Ce&&(0,h.FG)(j))&&this._handleUp(j)}_onkeyup(j){(0,h.xC)(j)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,re=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(ct.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return(0,Ge.ax)(this)||void 0}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==de.A.None}get valueStateText(){switch(this.valueState){case de.A.Negative:return dt.i18nBundle.getText(Se.laD);case de.A.Critical:return dt.i18nBundle.getText(Se.Xot);case de.A.Positive:return dt.i18nBundle.getText(Se.KwP);case de.A.Information:return dt.i18nBundle.getText(Se.tgV);default:return""}}get effectiveTabIndex(){const j=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:j?parseInt(j):0}};kt([(0,g.A)({type:Boolean})],we.prototype,"disabled",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"readonly",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"required",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"checked",void 0),kt([(0,g.A)()],we.prototype,"text",void 0),kt([(0,g.A)()],we.prototype,"valueState",void 0),kt([(0,g.A)()],we.prototype,"name",void 0),kt([(0,g.A)()],we.prototype,"value",void 0),kt([(0,g.A)()],we.prototype,"wrappingType",void 0),kt([(0,g.A)()],we.prototype,"accessibleName",void 0),kt([(0,g.A)()],we.prototype,"accessibleNameRef",void 0),kt([(0,g.A)({type:Number})],we.prototype,"_tabIndex",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"active",void 0),kt([(0,g.A)({type:Boolean,noAttribute:!0})],we.prototype,"_groupChecked",void 0),kt([(0,g.A)({type:Boolean,noAttribute:!0})],we.prototype,"_groupRequired",void 0),kt([(0,M.A)("@ui5/webcomponents")],we,"i18nBundle",void 0),we=dt=kt([(0,y.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:v.A,template:function yt(){return(0,D.FD)("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,D.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,Te.xl)()},children:[(0,D.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,D.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,D.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,D.Y)("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&(0,D.Y)(ut.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,D.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'}),(0,I.A)("change",{bubbles:!0})],we),we.define();const $=we;function Tn(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host"),u(9394),(0,X.pU)("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var un,Ht=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let ci,Tt=!1,Ot=un=class extends ge.A{get formValidityMessage(){return un.i18nBundle.getText(Se.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var j=this;return pt(function*(){return j.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{ci&&(ci.active=!1)},Tt||(document.addEventListener("mouseup",this._deactivate),Tt=!0)}onEnterDOM(){(0,Te.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,ci=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(j){(0,h.xC)(j)&&j.preventDefault(),!this.readonly&&!this.disabled&&((0,h.RI)(j)&&this.toggle(),this.active=!0)}_onkeyup(j){(0,h.xC)(j)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const j={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const Ce=!this.fireDecoratorEvent("change"),Ze=!this.fireDecoratorEvent("value-changed");(Ce||Ze)&&(this.checked=j.checked,this.indeterminate=j.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:un.i18nBundle.getText(Se.laD),Critical:un.i18nBundle.getText(Se.Xot),Positive:un.i18nBundle.getText(Se.KwP)}}get ariaLabelText(){return(0,Ge.ax)(this)||(0,Ge.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Te.xl)()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==de.A.None}get valueStateText(){if(this.valueState!==de.A.None&&this.valueState!==de.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const j=this.getAttribute("tabindex");if(this.tabbable)return j?parseInt(j):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){const j=un.i18nBundle.getText(this.checked?Se.Egs:Se.wJ8),Ce=[this.text||"",j].filter(Boolean).join(" ");return{role:this.accInfo.role,type:un.i18nBundle.getText(Se.b5n),description:Ce,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};Ht([(0,g.A)()],Ot.prototype,"accessibleNameRef",void 0),Ht([(0,g.A)()],Ot.prototype,"accessibleName",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"disabled",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"readonly",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"displayOnly",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"required",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"indeterminate",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"checked",void 0),Ht([(0,g.A)()],Ot.prototype,"text",void 0),Ht([(0,g.A)()],Ot.prototype,"valueState",void 0),Ht([(0,g.A)()],Ot.prototype,"wrappingType",void 0),Ht([(0,g.A)()],Ot.prototype,"name",void 0),Ht([(0,g.A)()],Ot.prototype,"value",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"active",void 0),Ht([(0,g.A)({type:Object})],Ot.prototype,"_accInfo",void 0),Ht([(0,M.A)("@ui5/webcomponents")],Ot,"i18nBundle",void 0),Ot=un=Ht([(0,y.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:v.A,template:function xt(){return(0,D.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Te.xl)()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[(0,D.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,D.Y)(oe.A,{"aria-hidden":"true",name:Tn.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,D.Y)(oe.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,D.Y)("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&(0,D.Y)(ut.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,D.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'}),(0,I.A)("change",{bubbles:!0,cancelable:!0}),(0,I.A)("value-changed",{bubbles:!0,cancelable:!0})],Ot),Ot.define();const _n=Ot,oi={listItemPreContent:function It(){},listItemContent:function jt(){},imageBegin:function To(){},iconBegin:function as(){},iconEnd:function co(){},selectionElement:So};function Yn(Qe){const j={...oi,...Qe};return(0,D.FD)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[j.listItemPreContent.call(this),this.placeSelectionElementBefore&&So.call(this),this._hasHighlightColor&&(0,D.Y)("div",{class:"ui5-li-highlight"}),(0,D.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[j.imageBegin.call(this),j.iconBegin.call(this),j.listItemContent.call(this)]}),j.iconEnd.call(this),this.typeDetail&&(0,D.Y)("div",{class:"ui5-li-detailbtn",children:(0,D.Y)(k.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,D.Y)(oe.A,{name:"slim-arrow-right"}),this.navigated&&(0,D.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&j.selectionElement.call(this),(0,D.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,D.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function So(){switch(!0){case this.modeSingleSelect:return(0,D.Y)($,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return(0,D.Y)(_n,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return(0,D.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,D.Y)("slot",{name:"deleteButton"}):(0,D.Y)(k.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:S.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const Cr={listItemContent:function mf(){return(0,D.Y)("slot",{})}};var vf=u(4446);let Ka,Vi;const cs=()=>(Ka??=new vf.Ay("@ui5/webcomponents-base"),Ka),Xs=(Qe,j=[])=>{(!Vi||!Vi.isConnected)&&(Vi=document.createElement("span"),Vi.id="ui5-invisible-text",Vi.hidden=!0,document.body.appendChild(Vi));const Ce=[...Qe.ariaLabelledByElements||[]],Ze=Ce.indexOf(Vi);j=Array.isArray(j)?j.filter(Boolean).join(" . ").trim():j.trim(),Vi.textContent=j,j&&-1===Ze?(Ce.unshift(Vi),Qe.ariaLabelledByElements=Ce):!j&&Ze>-1&&(Ce.splice(Ze,1),Qe.ariaLabelledByElements=Ce.length?Ce:null)},qa=(Qe,j={},Ce=!0)=>{if(!Qe)return"";if(Qe.nodeType===Node.TEXT_NODE)return Qe.data.trim();if(!(Qe instanceof HTMLElement))return"";if(Qe.hasAttribute("data-ui5-acc-text"))return Qe.getAttribute("data-ui5-acc-text")||"";if("true"===Qe.ariaHidden||!(Qe=>Qe.checkVisibility()||"contents"===getComputedStyle(Qe).display)(Qe))return Ce?cs().getText(Se.CH):"";let Ze=[];const ot=[],bt=Qe.accessibilityInfo,{lessDetails:Yt}=j;if(bt){const{type:bn,description:Lt,required:Er,disabled:Ve,readonly:Tr,children:tu}=bt;Ze=tu||[],bn&&ot.push(bn),Lt&&ot.push(Lt),Yt||(Er&&ot.push(cs().getText(Se.knB)),Ve&&ot.push(cs().getText(Se.fBK)),Tr&&ot.push(cs().getText(Se.Dy9)))}else Ze="slot"===Qe.localName?Qe.assignedNodes({flatten:!0}):Qe.shadowRoot?[...Qe.shadowRoot.childNodes]:[...Qe.childNodes];if(Ze.forEach(bn=>{const Lt=qa(bn,j,!1);Lt&&ot.push(Lt)}),Ce){const bn=ot.length>0;if(!bn||!Yt){const Lt=(0,U.J)(Qe),Er=[bn?"":Se.CH,Se.fSG,Se.Apb][Math.min(Lt.length,2)];Er&&(bn&&ot.push("."),ot.push(cs().getText(Er)))}}return ot.join(" ").trim()};(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host");var ls,Ko=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let Xn=ls=class extends Zt{constructor(){super(...arguments),this.movable=!1}get isCustomListItem(){return!0}_onkeydown(j){(this.matches(":focus")||(0,h.zP)(j)||(0,h.bR)(j)||(0,h.ty)(j)||(0,h.oi)(j)||(0,h.ie)(j)||(0,h.Pj)(j))&&super._onkeydown(j)}_onkeyup(j){(this.matches(":focus")||(0,h.zP)(j)||(0,h.bR)(j)||(0,h.ty)(j)||(0,h.oi)(j)||(0,h.ie)(j)||(0,h.Pj)(j))&&super._onkeyup(j)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(j){super._onfocusin(j),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(j){super._onfocusout(j),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const j=this._listItem;if(!j)return;const Ce=qa(this);Xs(j,Ce)}_clearInvisibleTextContent(){const j=this._listItem;j&&Xs(j,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const j=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return j?[j]:[]}get classes(){const j=super.classes;return j.main["ui5-custom-li-root"]=!0,j}get accessibilityInfo(){const j=[],Ce=this.shadowRoot?.querySelector("slot:not([name])");if(Ce){const ot=Ce.assignedNodes({flatten:!0});j.push(...ot)}const Ze=this._getDeleteButtonNodes();return j.push(...Ze),{type:ls.i18nBundle.getText(Se.YHe),children:j}}};Ko([(0,g.A)({type:Boolean})],Xn.prototype,"movable",void 0),Ko([(0,g.A)()],Xn.prototype,"accessibleName",void 0),Ko([(0,M.A)("@ui5/webcomponents")],Xn,"i18nBundle",void 0),Xn=ls=Ko([(0,y.A)({tag:"ui5-li-custom",template:function Ys(Qe){const j={...Cr,...Qe};return Yn.call(this,j)},renderer:v.A,styles:[Zt.styles,':host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}\n']})],Xn),Xn.define();const yf=(0,L.A)("isCustomListItem")},6374(ie,H,u){"use strict";u.d(H,{A:()=>se,t:()=>le});var h=u(6993),v=u(1437),y=u(1642),g=u(1934),M=u(1834),L=u(4431),F=u(1441),U=u(4778),I=u(1892),w=u(45),S=u(7601),O=u(897),P=u(9293),ne=u(8923),J=u(303),K=u(5444);(0,ne.Rh)("@ui5/webcomponents-theming","sap_horizon",P(function*(){return J.A})),(0,ne.Rh)("@ui5/webcomponents","sap_horizon",P(function*(){return K.A}),"host");var z=u(6968),q=u(5031),Z=function(ve,Pe,Ee,Ie){var Ne,he=arguments.length,pe=he<3?Pe:null===Ie?Ie=Object.getOwnPropertyDescriptor(Pe,Ee):Ie;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ve,Pe,Ee,Ie);else for(var je=ve.length-1;je>=0;je--)(Ne=ve[je])&&(pe=(he<3?Ne(pe):he>3?Ne(Pe,Ee,pe):Ne(Pe,Ee))||pe);return he>3&&pe&&Object.defineProperty(Pe,Ee,pe),pe};let ce=class extends L.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new F.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,filterPlacements:this._filterPlacements.bind(this)})}get groupHeaderItem(){return this.shadowRoot.querySelector("[ui5-li-group-header]")}get hasHeader(){return!!this.headerText||this.hasFormattedHeader}get hasFormattedHeader(){return!!this.header.length}get isListItemGroup(){return!0}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}_ondragenter(Pe){this._dragAndDropHandler.ondragenter(Pe)}_ondragleave(Pe){this._dragAndDropHandler.ondragleave(Pe)}_ondragover(Pe){this._dragAndDropHandler.ondragover(Pe)}_ondrop(Pe){this._dragAndDropHandler.ondrop(Pe)}_filterPlacements(Pe,Ee,Ie){return Ie===Ee?Pe.filter(he=>he!==U.A.On):Pe}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return z.A.None}};Z([(0,y.A)()],ce.prototype,"headerText",void 0),Z([(0,y.A)()],ce.prototype,"headerAccessibleName",void 0),Z([(0,h.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],ce.prototype,"items",void 0),Z([(0,y.A)()],ce.prototype,"wrappingType",void 0),Z([(0,y.A)({type:Boolean})],ce.prototype,"focused",void 0),Z([(0,h.A)()],ce.prototype,"header",void 0),ce=Z([(0,g.A)({tag:"ui5-li-group",renderer:M.A,languageAware:!0,template:function X(){return(0,I.FD)(I.FK,{children:[this.hasHeader&&(0,I.FD)(w.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:O.A.ListItem,children:[this.hasFormattedHeader?(0,I.Y)("slot",{name:"header"}):this.headerText,(0,I.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,I.FD)("div",{class:"ui5-group-li-root",onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,id:`${this._id}-content`,children:[(0,I.Y)("slot",{}),(0,I.Y)(S.A,{orientation:"Horizontal",ownerReference:this})]})]})},styles:[".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}\n"]}),(0,v.A)("move-over",{bubbles:!0,cancelable:!0}),(0,v.A)("move",{bubbles:!0})],ce),ce.define();const se=ce,le=(0,q.A)("isListItemGroup")},45(ie,H,u){"use strict";u.d(H,{A:()=>se});var h=u(1642),v=u(6993),y=u(1934),g=u(3651),M=u(1045),L=u(6981),F=u(5166),U=u(1892),I=u(6968);function S(){return this.wrappingType===I.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,U.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,U.Y)("slot",{})})}var O=u(9293),X=u(8923),P=u(303),ne=u(5444);(0,X.Rh)("@ui5/webcomponents-theming","sap_horizon",O(function*(){return P.A})),(0,X.Rh)("@ui5/webcomponents","sap_horizon",O(function*(){return ne.A}),"host");var z,K=u(897),x=function(le,ve,Pe,Ee){var pe,Ie=arguments.length,he=Ie<3?ve:null===Ee?Ee=Object.getOwnPropertyDescriptor(ve,Pe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)he=Reflect.decorate(le,ve,Pe,Ee);else for(var Ne=le.length-1;Ne>=0;Ne--)(pe=le[Ne])&&(he=(Ie<3?pe(he):Ie>3?pe(ve,Pe,he):pe(ve,Pe))||he);return Ie>3&&he&&Object.defineProperty(ve,Pe,he),he};let ce=z=class extends L.A{constructor(){super(...arguments),this.accessibleRole=K.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,M.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return z.i18nBundle.getText(F.Uin)}get defaultSlotText(){return this.textContent}get ariaLabelText(){return[this.textContent,this.accessibleName].filter(Boolean).join(" ")}get hasSubItems(){return this.subItems.length>0}onBeforeRendering(){super.onBeforeRendering(),"Normal"===this.wrappingType&&(z.ExpandableTextTemplate?this.expandableTextTemplate=z.ExpandableTextTemplate:Promise.all([u.e(253),u.e(249)]).then(u.bind(u,9249)).then(ve=>{this.expandableTextTemplate=ve.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};x([(0,h.A)()],ce.prototype,"accessibleName",void 0),x([(0,h.A)()],ce.prototype,"accessibleRole",void 0),x([(0,h.A)()],ce.prototype,"wrappingType",void 0),x([(0,h.A)()],ce.prototype,"mediaRange",void 0),x([(0,h.A)({noAttribute:!0})],ce.prototype,"expandableTextTemplate",void 0),x([(0,v.A)()],ce.prototype,"subItems",void 0),x([(0,g.A)("@ui5/webcomponents")],ce,"i18nBundle",void 0),ce=z=x([(0,y.A)({tag:"ui5-li-group-header",languageAware:!0,template:function w(){return(0,U.FD)("div",{part:"native-li",role:this.effectiveAccRole,tabindex:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0,class:{"ui5-ghli-root":!0,...this.classes.main},"aria-label":this.ariaLabelText,"aria-roledescription":this.groupHeaderText,onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,children:[(0,U.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:S.call(this)}),this.hasSubItems&&(0,U.Y)("slot",{name:"subItems"})]})},styles:[L.A.styles,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}\n']})],ce),ce.define();const se=ce},6634(ie,H,u){"use strict";u.d(H,{zN:()=>Vt,D2:()=>nt,Ay:()=>Dt,st:()=>an});var h=u(9293),v=u(4431),y=u(1934),g=u(1642),M=u(6993),L=u(6136),F=u(1402),U=u(8762);const w={toAttribute:Me=>Me instanceof HTMLElement?null:Me,fromAttribute:Me=>Me};var S=u(6060),O=u(9859),X=function(Me){return Me.Start="Start",Me.End="End",Me.Top="Top",Me.Bottom="Bottom",Me}(X||{});const P=X;var ne=function(Me){return Me.Center="Center",Me.Top="Top",Me.Bottom="Bottom",Me.Stretch="Stretch",Me}(ne||{});const J=ne;var K=u(9494),x=u(4127);const q=Me=>Me.parentElement?Me.parentElement:Me.parentNode.host;var Z=u(3466);let ce;const le=[],ve=()=>{le.forEach(Me=>{Me.instance.reposition()})},je=Me=>{Me&&Me.shadowRoot.removeEventListener("scroll",ve,{capture:!0})},Fe=Me=>{const W=(0,Z.vR)();if(0!==W.length&&an(W[W.length-1].instance))for(let Q=W.length-1;-1!==Q;Q--){const E=W[Q].instance;if(!an(E)||E.isModal||E.isOpenerClicked(Me)||E.isClicked(Me))return;E.closePopup()}},be=Me=>{const W=$e(Me);(0,Z.Xj)(Me,W),le.push({instance:Me,parentPopovers:W}),(Me=>{Me&&Me.shadowRoot.addEventListener("scroll",ve,{capture:!0})})(Me),1===le.length&&(document.addEventListener("scroll",ve,{capture:!0}),document.addEventListener("mousedown",Fe,{capture:!0}),ce=setInterval(()=>{ve(),(()=>{let Me=(0,x.A)();"IFRAME"===Me.tagName&&Ke().reverse().forEach(W=>{const ue=W.instance,Q=ue.getOpenerHTMLElement(ue.opener);for(;Me;){if(Me===Q)return;Me=q(Me)}ue.closePopup(!1,!1,!0)})})()},300))},Ke=()=>le,$e=Me=>{let W=Me.parentNode;const ue=[];for(;W&&W.parentNode;){for(let Q=0;Q<le.length;Q++)W===le[Q].instance&&ue.push(W);W=W.parentNode}return ue};var ae=function(Me){return Me.TopLeft="TopLeft",Me.TopRight="TopRight",Me.BottomLeft="BottomLeft",Me.BottomRight="BottomRight",Me}(ae||{});const Ye=class ft{constructor(W){this._resized=!1,this._popover=W,this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this)}reset(){this._resized&&(this._resized=!1,delete this._currentDeltaX,delete this._currentDeltaY,delete this._totalDeltaX,delete this._totalDeltaY)}get isResized(){return this._resized}getCorrectedLeft(W){return this.isResized&&(W-=this._currentDeltaX||0),W}getCorrectedTop(W){return this.isResized&&(W-=this._currentDeltaY||0),W}setCorrectResizeHandleClass(W){switch(this.getResizeHandlePlacement()){case ae.BottomLeft:W.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case ae.BottomRight:W.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case ae.TopLeft:W.root["ui5-popover-resize-handle-top-left"]=!0;break;case ae.TopRight:W.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const W=this._popover;if(this._resized&&W.resizeHandlePlacement)return W.resizeHandlePlacement;const ue=W.getOpenerHTMLElement(W.opener);if(!ue)return;const E=W.isRtl,m=ue.getBoundingClientRect(),C=W.getBoundingClientRect();let R=Math.floor(m.x+m.width/2);const Y=Math.floor(m.y+m.height/2);let p=Math.floor(C.x+C.width/2);const A=Math.floor(C.y+C.height/2),G=W.verticalAlign,me=W._actualHorizontalAlign,Be=C.width>m.width,f=C.height>m.height;switch(E&&(R=-R,p=-p),W.getActualPlacement(m)){case nt.Left:return f?A>Y+2?ae.BottomLeft:ae.TopLeft:G===J.Top?ae.BottomLeft:ae.TopLeft;case nt.Right:return f?A+2<Y?ae.TopRight:ae.BottomRight:G===J.Bottom?ae.TopRight:ae.BottomRight;case nt.Bottom:return Be?p+2<R?E?ae.BottomRight:ae.BottomLeft:E?ae.BottomLeft:ae.BottomRight:E?me===Vt.Left?ae.BottomRight:ae.BottomLeft:me===Vt.Right?ae.BottomLeft:ae.BottomRight;default:return Be?p+2<R?E?ae.TopRight:ae.TopLeft:E?ae.TopLeft:ae.TopRight:E?me===Vt.Left?ae.TopRight:ae.TopLeft:me===Vt.Right?ae.TopLeft:ae.TopRight}}onResizeMouseDown(W){if(!this._popover.resizable)return;W.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:ue,minHeight:Q,maxWidth:E,maxHeight:m}=window.getComputedStyle(this._popover),C=window.getComputedStyle(this._popover);this._initialClientX=W.clientX,this._initialClientY=W.clientY,this._minWidth=Math.max(Number.parseFloat(ue),Number.parseFloat(C.minWidth)),this._minHeight=Number.parseFloat(Q);const R=this._popover._viewportMargin,Y=window.innerWidth-2*R,p=window.innerHeight-2*R,A="none"!==E?Number.parseFloat(E):1/0,G="none"!==m?Number.parseFloat(m):1/0;this._maxWidth=A<Y?A:1/0,this._maxHeight=G<p?G:1/0,this._attachMouseResizeHandlers()}_onResizeMouseMove(W){const Q=this._popover._viewportMargin,{clientX:E,clientY:m}=W,C=this.getResizeHandlePlacement(),R=this._initialBoundingRect,Y=E-this._initialClientX,p=m-this._initialClientY;let A,G;const Be=C===ae.TopLeft||C===ae.TopRight;if(C===ae.TopLeft||C===ae.BottomLeft){const at=Math.min(R.x+R.width-Q,this._maxWidth);A=(0,U.A)(R.width-Y,this._minWidth,at);const ye=(0,U.A)(R.x+Y,Q,R.x+R.width-this._minWidth);A=Math.min(A,R.x+R.width-ye),this._currentDeltaX=(R.x-ye)/2}else{const at=Math.min(window.innerWidth-R.x-Q,this._maxWidth);A=(0,U.A)(R.width+Y,this._minWidth,at),this._currentDeltaX=(R.width-A)/2}if(Be){const at=Math.min(R.y+R.height-Q,this._maxHeight);G=(0,U.A)(R.height-p,this._minHeight,at);const ye=(0,U.A)(R.y+p,Q,R.y+R.height-this._minHeight);G=Math.min(G,R.y+R.height-ye),this._currentDeltaY=(R.y-ye)/2}else{const at=Math.min(window.innerHeight-R.y-Q,this._maxHeight);G=(0,U.A)(R.height+p,this._minHeight,at),this._currentDeltaY=(R.height-G)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const f=this._popover.calcPlacement(this._popover._openerRect,{width:A,height:G});this._popover.arrowTranslateX=f.arrow.x,this._popover.arrowTranslateY=f.arrow.y,Object.assign(this._popover.style,{left:`${f.left}px`,top:`${f.top}px`,height:`${G}px`,width:`${A}px`})}_onResizeMouseUp(){delete this._initialClientX,delete this._initialClientY,delete this._initialBoundingRect,delete this._minWidth,delete this._minHeight,delete this._maxWidth,delete this._maxHeight,this._detachMouseResizeHandlers()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler)}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}};var Se=u(555),pt=u(1926),tt=u(8923),ht=u(303),Ut=u(5444);(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return Ut.A}),"host");var Mt,gt=u(5031),wt=function(Me,W,ue,Q){var C,E=arguments.length,m=E<3?W:null===Q?Q=Object.getOwnPropertyDescriptor(W,ue):Q;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)m=Reflect.decorate(Me,W,ue,Q);else for(var R=Me.length-1;R>=0;R--)(C=Me[R])&&(m=(E<3?C(m):E>3?C(W,ue,m):C(W,ue))||m);return E>3&&m&&Object.defineProperty(W,ue,m),m},Vt=function(Me){return Me.Center="Center",Me.Left="Left",Me.Right="Right",Me.Stretch="Stretch",Me}(Vt||{}),nt=function(Me){return Me.Left="Left",Me.Right="Right",Me.Top="Top",Me.Bottom="Bottom",Me}(nt||{});let Je=Mt=class extends O.A{static get VIEWPORT_MARGIN(){return 10}constructor(){super(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.resizable=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="Right",this.isPopover=!0,this._popoverResize=new Ye(this)}set opener(W){this._opener!==W&&(this._opener=W,W&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var W=()=>super.openPopup,ue=this;return h(function*(){if(ue._opened)return;const Q=ue.getOpenerHTMLElement(ue.opener);if(Q){if(!Q||ue.isOpenerOutsideViewport(Q.getBoundingClientRect()))return yield(0,S.JT)(),ue.open=!1,void ue.fireDecoratorEvent("close");ue._initialWidth=ue.style.width,ue._initialHeight=ue.style.height,ue._openerRect=Q.getBoundingClientRect(),ue._observeOpenerVisibility(),yield W().call(ue)}})()}closePopup(W=!1,ue=!1,Q=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(W,ue,Q)}isOpenerClicked(W){const ue=W.target,Q=this.getOpenerHTMLElement(this.opener);return!!Q&&(!!(ue===Q||this._isUI5AbstractElement(ue)&&ue.getFocusDomRef()===Q)||W.composedPath().indexOf(Q)>-1)}isClicked(W){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==W.composedPath()[0])||(0,F.wi)(W,this.getBoundingClientRect())}_addOpenedPopup(){be(this)}_removeOpenedPopup(){(Me=>{const W=[Me];for(let ue=0;ue<le.length;ue++){const Q=le[ue].parentPopovers.indexOf(Me);le[ue].parentPopovers.length>0&&Q>-1&&W.push(le[ue].instance)}for(let ue=W.length-1;ue>=0;ue--)for(let Q=0;Q<le.length;Q++){let E=-1;W[ue]===le[Q].instance&&(E=Q),E>=0&&((0,Z.cY)(le[E].instance),je(le[E].instance),le.splice(E,1)[0].instance.closePopup(!1,!0))}le.length||(document.removeEventListener("scroll",ve,{capture:!0}),document.removeEventListener("mousedown",Fe,{capture:!0}),clearInterval(ce))})(this)}getOpenerHTMLElement(W){if(null==W)return W;if(W instanceof HTMLElement)return this._isUI5AbstractElement(W)?W.getFocusDomRef():W;let ue=this.getRootNode();if(!ue)return null;ue===this&&(ue=document);let Q=ue.getElementById(W);return ue instanceof ShadowRoot&&!Q&&(Q=document.getElementById(W)),Q&&(this._isUI5AbstractElement(Q)?Q.getFocusDomRef():Q)}shouldCloseDueToOverflow(W,ue){const E={Left:ue.right,Right:ue.left,Top:ue.top,Bottom:ue.bottom},m=this.getOpenerHTMLElement(this.opener),C=(0,F.nE)(m);let R=!1,Y=!1;if(C instanceof Mt){const p=C.getBoundingClientRect();R=ue.top>p.top+p.height,Y=ue.top+ue.height<p.top}return E[W]<0||E[W]+32>C.innerHeight||R||Y}shouldCloseDueToNoOpener(W){return 0===W.top&&0===W.bottom&&0===W.left&&0===W.right}isOpenerOutsideViewport(W){return W.bottom<0||W.top>window.innerHeight||W.right<0||W.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return Mt.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var W=()=>super._show,ue=this;return h(function*(){W().call(ue);const Q=ue.getOpenerHTMLElement(ue.opener);if(!Q)return void Object.assign(ue.style,{top:"0px",left:"0px"});if(Q&&(0,v.W)(Q)&&!Q.getDomRef())return;ue._opened||ue._showOutsideViewport();const E=ue.getPopoverSize();let m;if(0===E.width||0===E.height)return;if(ue.open&&(ue._openerRect=Q.getBoundingClientRect()),m=ue._oldPlacement&&ue.shouldCloseDueToNoOpener(ue._openerRect)&&ue.isFocusWithin()?ue._oldPlacement:ue.calcPlacement(ue._openerRect,E),ue._preventRepositionAndClose||ue.isOpenerOutsideViewport(ue._openerRect))return yield ue._waitForDomRef(),ue.closePopup();ue._oldPlacement=m,ue.actualPlacement=m.actualPlacement;let C=(0,U.A)(ue._left,Mt.VIEWPORT_MARGIN,document.documentElement.clientWidth-E.width-Mt.VIEWPORT_MARGIN);ue.actualPlacement===nt.Right&&(C=Math.max(C,ue._left));let R=(0,U.A)(ue._top,Mt.VIEWPORT_MARGIN,document.documentElement.clientHeight-E.height-Mt.VIEWPORT_MARGIN);ue.actualPlacement===nt.Bottom&&(R=Math.max(R,ue._top)),ue.arrowTranslateX=m.arrow.x,ue.arrowTranslateY=m.arrow.y,R=ue._adjustForIOSKeyboard(R),Object.assign(ue.style,{top:`${R}px`,left:`${C}px`}),!ue._popoverResize.isResized&&(ue.horizontalAlign===K.A.Stretch&&ue._width&&(ue.style.width=ue._width),ue.verticalAlign===J.Stretch&&ue._height&&(ue.style.height=ue._height))})()}_adjustForIOSKeyboard(W){if(!(0,L.un)())return W;const ue=Math.ceil(this.getBoundingClientRect().top);return W+(Number.parseInt(this.style.top||"0")-ue)}_onOpenerIntersection(W){this.open&&!W[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const W=this.getOpenerHTMLElement(this.opener);W&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(W))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(W=!1){const ue=this.getBoundingClientRect(),Q=ue.width;let E;const m=this.getDomRef();if(W&&m){const C=m.querySelector(".ui5-popup-header-root"),R=m.querySelector(".ui5-popup-content"),Y=m.querySelector(".ui5-popup-footer-root");E=R?.scrollHeight||0,E+=C?.scrollHeight||0,E+=Y?.scrollHeight||0}else E=ue.height;return{width:Q,height:E}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(W){return(0,v.W)(W)&&W.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(W,ue){let Q=Mt.VIEWPORT_MARGIN,E=0;const m=this.allowTargetOverlap,C=document.documentElement.clientWidth,R=document.documentElement.clientHeight;let Y=R,p=C;const A=this.getActualPlacement(W);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(W)||this.shouldCloseDueToOverflow(A,W);const G=A===nt.Top||A===nt.Bottom;this._popoverResize.isResized||(this.horizontalAlign===K.A.Stretch&&G?(ue.width=W.width,this._width=`${W.width}px`):this.verticalAlign===J.Stretch&&!G&&(ue.height=W.height,this._height=`${W.height}px`));const me=this.hideArrow?0:8;switch(A){case nt.Top:Q=this.getVerticalLeft(W,ue),E=Math.max(W.top-ue.height-me,0),m||(Y=W.top-me);break;case nt.Bottom:Q=this.getVerticalLeft(W,ue),E=W.bottom+me,m?E=Math.max(Math.min(E,R-ue.height),0):Y=R-W.bottom-me;break;case nt.Left:Q=Math.max(W.left-ue.width-me,0),E=this.getHorizontalTop(W,ue),m||(p=W.left-me);break;case nt.Right:Q=W.left+W.width+me,E=this.getHorizontalTop(W,ue),m?Q=Math.max(Math.min(Q,C-ue.width),0):p=C-W.right-me}G?ue.width>C||Q<Mt.VIEWPORT_MARGIN?Q=Mt.VIEWPORT_MARGIN:Q+ue.width>C-Mt.VIEWPORT_MARGIN&&(Q=C-Mt.VIEWPORT_MARGIN-ue.width):ue.height>R||E<Mt.VIEWPORT_MARGIN?E=Mt.VIEWPORT_MARGIN:E+ue.height>R-Mt.VIEWPORT_MARGIN&&(E=R-Mt.VIEWPORT_MARGIN-ue.height),this._maxHeight=Math.round(Y-Mt.VIEWPORT_MARGIN),this._maxWidth=Math.round(p-Mt.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-Q)>1.5)&&(this._left=Math.round(Q)),(void 0===this._top||Math.abs(this._top-E)>1.5)&&(this._top=Math.round(E));const Be=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),f=this.getArrowPosition(W,ue,Q,E,G,Be);return this._left+=this.getRTLCorrectionLeft(),{arrow:f,top:this._top,left:this._left,actualPlacement:A}}get isVertical(){return this.placement===P.Top||this.placement===P.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(W,ue,Q,E,m,C){const R=this._actualHorizontalAlign;let Y=R===Vt.Center||R===Vt.Stretch;R===Vt.Right&&Q<=W.left&&(Y=!0),R===Vt.Left&&Q+ue.width>=W.left+W.width&&(Y=!0);let p=0;m&&Y&&(p=W.left+W.width/2-Q-ue.width/2);let A=0;m||(A=W.top+W.height/2-E-ue.height/2);const G=ue.height/2-C-4-2;A=(0,U.A)(A,-G,G);const me=ue.width/2-C-4-2;return p=(0,U.A)(p,-me,me),{x:Math.round(p),y:Math.round(A)}}fallbackPlacement(W,ue,Q,E){return Q.left>E.width?nt.Left:W-Q.right>Q.left?nt.Right:ue-Q.bottom>E.height?nt.Bottom:ue-Q.bottom<Q.top?nt.Top:void 0}getActualPlacement(W){const ue=this.placement,Q=this.getPopoverSize(!this.allowTargetOverlap);let E=nt.Right;switch(ue){case P.Start:E=this.isRtl?nt.Right:nt.Left;break;case P.End:E=this.isRtl?nt.Left:nt.Right;break;case P.Top:E=nt.Top;break;case P.Bottom:E=nt.Bottom}const m=document.documentElement.clientWidth;let C=document.documentElement.clientHeight,R=Q.height;switch(this.isVertical&&(R+=this.hideArrow?0:8,C-=Mt.VIEWPORT_MARGIN),E){case nt.Top:W.top<R&&W.top<C-W.bottom&&(E=nt.Bottom);break;case nt.Bottom:C-W.bottom<R&&C-W.bottom<W.top&&(E=nt.Top);break;case nt.Left:W.left<Q.width&&(E=this.fallbackPlacement(m,C,W,Q)||E);break;case nt.Right:m-W.right<Q.width&&(E=this.fallbackPlacement(m,C,W,Q)||E)}return E}getVerticalLeft(W,ue){let E=Mt.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case Vt.Center:case Vt.Stretch:E=W.left-(ue.width-W.width)/2,E=this._popoverResize.getCorrectedLeft(E);break;case Vt.Left:E=W.left;break;case Vt.Right:E=W.right-ue.width}return E}getHorizontalTop(W,ue){let Q=0;switch(this.verticalAlign){case J.Center:case J.Stretch:Q=W.top-(ue.height-W.height)/2,Q=this._popoverResize.getCorrectedTop(Q);break;case J.Top:Q=W.top;break;case J.Bottom:Q=W.bottom-ue.height}return Q}get isModal(){return this.modal}get _ariaLabelledBy(){if(!this._ariaLabel&&this._displayHeader)return"ui5-popup-header"}get styles(){return{...super.styles,root:{"max-height":this._maxHeight?`${this._maxHeight}px`:"","max-width":this._maxWidth?`${this._maxWidth}px`:""},arrow:{transform:`translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`}}}get classes(){const W=super.classes;return W.root["ui5-popover-root"]=!0,W.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(W),W}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case K.A.Start:return this.isRtl?Vt.Right:Vt.Left;case K.A.End:return this.isRtl?Vt.Left:Vt.Right;case K.A.Stretch:return Vt.Stretch;default:return Vt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(W){this._popoverResize.onResizeMouseDown(W),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};wt([(0,g.A)()],Je.prototype,"headerText",void 0),wt([(0,g.A)()],Je.prototype,"placement",void 0),wt([(0,g.A)()],Je.prototype,"horizontalAlign",void 0),wt([(0,g.A)()],Je.prototype,"verticalAlign",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"modal",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"hideArrow",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"allowTargetOverlap",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"resizable",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"arrowTranslateX",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"arrowTranslateY",void 0),wt([(0,g.A)()],Je.prototype,"actualPlacement",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"_maxHeight",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"_maxWidth",void 0),wt([(0,g.A)({noAttribute:!0})],Je.prototype,"_resizeHandlePlacement",void 0),wt([(0,M.A)()],Je.prototype,"header",void 0),wt([(0,M.A)()],Je.prototype,"footer",void 0),wt([(0,g.A)({converter:w})],Je.prototype,"opener",null),Je=Mt=wt([(0,y.A)({tag:"ui5-popover",styles:[O.A.styles,pt.A,':host{min-width:6.25rem;box-shadow:var(--_ui5_popover_box_shadow);background-color:var(--_ui5_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_upward_arrow_margin)}:host([actual-placement="Left"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Left"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="Right"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="Right"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5_popover_background);box-shadow:var(--_ui5_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}.ui5-popover-resize-handle{position:absolute;width:1.5rem;height:1.5rem;border-radius:50%;z-index:1}.ui5-popover-resize-handle [ui5-icon]{position:absolute;width:1rem;height:1rem;cursor:inherit;color:var(--sapButton_Lite_TextColor);--rotAngle: 0;--scaleX: 1;transform:rotate(var(--rotAngle)) scaleX(var(--scaleX))}.ui5-popover-rtl .ui5-popover-resize-handle [ui5-icon]{--scaleX: -1}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle{top:-.5rem;right:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle [ui5-icon]{bottom:0;left:0;--rotAngle: 270deg}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle{top:-.5rem;left:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle [ui5-icon]{bottom:0;right:0;--rotAngle: 180deg}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle{bottom:-.5rem;left:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle [ui5-icon]{top:0;right:0;--rotAngle: 90deg}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle{bottom:-.5rem;right:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle [ui5-icon]{top:0;left:0}.ui5-popover-resizing,.ui5-popover-resizing *{user-select:none!important}\n'],template:Se.A})],Je),Je.define();const Dt=Je,an=(0,gt.A)("isPopover")},555(ie,H,u){"use strict";u.d(H,{A:()=>L});var h=u(1892),v=u(563),y=u(81),g=u(8520),M=u(6983);function L(){return g.Ay.call(this,{beforeContent:F,afterContent:U})}function F(){return(0,h.FD)(h.FK,{children:[(0,h.Y)("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&(0,h.Y)("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?(0,h.Y)("slot",{name:"header"}):(0,h.Y)(M.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function U(){return(0,h.FD)(h.FK,{children:[this._displayFooter&&!!this.footer.length&&(0,h.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,h.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,h.Y)("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,h.Y)(v.A,{name:y.Ay})})]})}},9859(ie,H,u){"use strict";u.d(H,{A:()=>je});var h=u(9293),v=u(1934),y=u(6060),g=u(1437),M=u(6993),L=u(1642),F=u(1834),U=u(4431),I=u(6136),w=u(3952),S=u(3493),O=u(3455),X=u(2358),P=u(1402),ne=u(362),J=u(4583),K=u(1045),x=u(8520),z=u(9634),q=u(3466),Z=u(8923),ce=u(303),se=u(5444);(0,Z.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ce.A})),(0,Z.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return se.A}),"host"),(0,Z.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ce.A})),(0,Z.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return se.A}),"host"),(0,Z.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ce.A})),(0,Z.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return se.A}),"host");var Ie,Ee=function(lt,ee,Fe,be){var $e,ze=arguments.length,Ke=ze<3?ee:null===be?be=Object.getOwnPropertyDescriptor(ee,Fe):be;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ke=Reflect.decorate(lt,ee,Fe,be);else for(var ae=lt.length-1;ae>=0;ae--)($e=lt[ae])&&(Ke=(ze<3?$e(Ke):ze>3?$e(ee,Fe,Ke):$e(ee,Fe))||Ke);return ze>3&&Ke&&Object.defineProperty(ee,Fe,Ke),Ke};(0,O.E6)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const pe=new Set;let Ne=Ie=class extends U.A{constructor(){super(),this.preventFocusRestore=!1,this.accessibleRole="Dialog",this.preventInitialFocus=!1,this.isTopModalPopup=!1,this.onPhone=!1,this.onDesktop=!1,this._opened=!1,this._open=!1,this._resizeHandlerRegistered=!1,this._resizeHandler=this._resize.bind(this),this._getRealDomRef=()=>this.shadowRoot.querySelector("[root-element]")}onBeforeRendering(){this.onPhone=(0,I.tp)(),this.onDesktop=(0,I.xl)()}onAfterRendering(){(0,y.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,I.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,S.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(Ie.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,S.I7)(this)}set open(ee){this._open!==ee&&(this._open=ee,ee?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var ee=this;return h(function*(){ee._opened||(ee.fireDecoratorEvent("before-open")?(ee._attachBrowserEvents(),ee.isModal&&Ie.blockPageScrolling(ee),ee._focusedElementBeforeOpen=(0,P.CA)(),ee._show(),ee._opened=!0,ee.getDomRef()&&ee._updateMediaRange(),ee._addOpenedPopup(),ee.classList.add("ui5-popup-opening"),setTimeout(()=>{ee.classList.remove("ui5-popup-opening")},50),ee.open=!0,yield ee.applyInitialFocus(),yield(0,y.JT)(),ee.isConnected&&ee.fireDecoratorEvent("open")):ee.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(ee){ee.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(ee){pe.add(ee),1===pe.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(ee){pe.delete(ee),0===pe.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(ee){this.fireDecoratorEvent("scroll",{scrollTop:ee.target.scrollTop,targetRef:ee.target})}_onkeydown(ee){const Fe=ee.target===this._root&&(0,X.bR)(ee),be=(0,X.RI)(ee)&&!this.open;(Fe||be)&&ee.preventDefault()}_onfocusout(ee){ee.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(ee){this._shouldFocusRoot=!!this.shadowRoot.contains(ee.target)}_onmouseup(){this._shouldFocusRoot&&((0,I.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var ee=this;return h(function*(){const Fe=yield(0,w.$)(ee);Fe?Fe.focus():ee._root.focus()})()}forwardToLast(){var ee=this;return h(function*(){const Fe=yield(0,w.D)(ee);Fe?Fe.focus():ee._root.focus()})()}applyInitialFocus(){var ee=this;return h(function*(){ee.preventInitialFocus||(yield ee.applyFocus())})()}applyFocus(){var ee=this;return h(function*(){yield ee._waitForDomRef();const Fe=ee.querySelector("[autofocus]");if(Fe)return void("isUI5Element"in Fe&&Fe.focus());if(ee.getRootNode()===ee)return;let be;ee.initialFocus&&(be=ee.getRootNode().getElementById(ee.initialFocus)||document.getElementById(ee.initialFocus)),be=be||(yield ee._getFirstFocusableElement())||ee._root,be&&(be===ee._root&&(be.tabIndex=-1),be.focus())})()}_getFirstFocusableElement(){var ee=this;return h(function*(){return(0,w.$)(ee)})()}isFocusWithin(){return(0,P.TP)(this._root)}_updateMediaRange(){this.mediaRange=J.A.getCurrentRange(J.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,S.Bm)(this)}_addOpenedPopup(){(0,q.Xj)(this)}closePopup(ee=!1,Fe=!1,be=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:ee})?(this._opened=!1,this.isModal&&Ie.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),Fe||this._removeOpenedPopup(),!this.preventFocusRestore&&!be&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,q.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(ne.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(ne.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,S.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,S.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.ariaDescriptionTextId].filter(Boolean).join(" ")}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return this.accessibleRole===z.A.None?void 0:(0,K.A)(this.accessibleRole)}get _contentRole(){}get _contentAriaLabel(){}get _ariaModal(){return this.accessibleRole===z.A.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get footerDOM(){return this.shadowRoot.querySelector(".ui5-popup-footer-root")}get styles(){return{root:{},content:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};Ee([(0,L.A)()],Ne.prototype,"initialFocus",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"preventFocusRestore",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleName",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleNameRef",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleRole",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleDescription",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleDescriptionRef",void 0),Ee([(0,L.A)({noAttribute:!0})],Ne.prototype,"_associatedDescriptionRefTexts",void 0),Ee([(0,L.A)()],Ne.prototype,"mediaRange",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"preventInitialFocus",void 0),Ee([(0,L.A)({type:Boolean,noAttribute:!0})],Ne.prototype,"isTopModalPopup",void 0),Ee([(0,M.A)({type:HTMLElement,default:!0})],Ne.prototype,"content",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"onPhone",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"onDesktop",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"open",null),Ne=Ie=Ee([(0,v.A)({renderer:F.A,styles:[":host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}:host(.ui5-popup-opening){opacity:.1}\n",".ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}\n"],template:x.Ay}),(0,g.A)("before-open",{cancelable:!0}),(0,g.A)("open"),(0,g.A)("before-close",{cancelable:!0}),(0,g.A)("close"),(0,g.A)("scroll",{bubbles:!0})],Ne);const je=Ne},8520(ie,H,u){"use strict";u.d(H,{Ay:()=>y});var h=u(1892);function v(){return(0,h.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function y(L){return(0,h.FD)(h.FK,{children:[v.call(this),(0,h.FD)("section",{"root-element":!0,style:this.styles.root,class:this.classes.root,role:this._role,"aria-describedby":this.ariaDescribedByIds,"aria-modal":this._ariaModal,"aria-label":this._ariaLabel,"aria-labelledby":this._ariaLabelledBy,onKeyDown:this._onkeydown,onFocusOut:this._onfocusout,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,children:[(0,h.Y)("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(L?.beforeContent||g).call(this),(0,h.Y)("div",{style:this.styles.content,class:this.classes.content,role:this._contentRole,"aria-label":this._contentAriaLabel,onScroll:this._scroll,part:"content",children:(0,h.Y)("slot",{})}),this.ariaDescriptionText&&(0,h.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(L?.afterContent||M).call(this),(0,h.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function g(){}function M(){}},6983(ie,H,u){"use strict";u.d(H,{A:()=>x});var h=u(4431),v=u(1834),y=u(1934),g=u(1642),M=function(z){return z.H1="H1",z.H2="H2",z.H3="H3",z.H4="H4",z.H5="H5",z.H6="H6",z}(M||{});const L=M;var F=u(1892);function I(z){switch(z){case"H1":return(0,F.Y)("h1",{class:"ui5-title-root",children:w.call(this)});case"H2":default:return(0,F.Y)("h2",{class:"ui5-title-root",children:w.call(this)});case"H3":return(0,F.Y)("h3",{class:"ui5-title-root",children:w.call(this)});case"H4":return(0,F.Y)("h4",{class:"ui5-title-root",children:w.call(this)});case"H5":return(0,F.Y)("h5",{class:"ui5-title-root",children:w.call(this)});case"H6":return(0,F.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:w.call(this)})}}function w(){return(0,F.Y)("span",{id:`${this._id}-inner`,children:(0,F.Y)("slot",{})})}var S=u(9293),O=u(8923),X=u(303),P=u(5444);(0,O.Rh)("@ui5/webcomponents-theming","sap_horizon",S(function*(){return X.A})),(0,O.Rh)("@ui5/webcomponents","sap_horizon",S(function*(){return P.A}),"host");var J=function(z,q,Z,ce){var ve,se=arguments.length,le=se<3?q:null===ce?ce=Object.getOwnPropertyDescriptor(q,Z):ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)le=Reflect.decorate(z,q,Z,ce);else for(var Pe=z.length-1;Pe>=0;Pe--)(ve=z[Pe])&&(le=(se<3?ve(le):se>3?ve(q,Z,le):ve(q,Z))||le);return se>3&&le&&Object.defineProperty(q,Z,le),le};let K=class extends h.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===L.H1}get h2(){return this.level===L.H2}get h3(){return this.level===L.H3}get h4(){return this.level===L.H4}get h5(){return this.level===L.H5}get h6(){return this.level===L.H6}};J([(0,g.A)()],K.prototype,"wrappingType",void 0),J([(0,g.A)()],K.prototype,"level",void 0),J([(0,g.A)()],K.prototype,"size",void 0),K=J([(0,y.A)({tag:"ui5-title",renderer:v.A,template:function U(){return(0,F.Y)(F.FK,{children:I.call(this,this.level)})},styles:':host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--sapFontHeader1Size)}:host([size="H2"]){font-size:var(--sapFontHeader2Size)}:host([size="H3"]){font-size:var(--sapFontHeader3Size)}:host([size="H4"]){font-size:var(--sapFontHeader4Size)}:host([size="H5"]){font-size:var(--sapFontHeader5Size)}:host([size="H6"]){font-size:var(--sapFontHeader6Size)}\n'})],K),K.define();const x=K},1441(ie,H,u){"use strict";u.d(H,{A:()=>I});var h=u(6826);var L=u(7669),F=u(2928);const I=class U{constructor(S,O){this.component=S,this.config={orientation:F.A.Vertical,clientCoordinate:"clientY",...O}}ondragenter(S){S.preventDefault()}ondragleave(S){if(S.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(S.relatedTarget))return;const O=this.config.getDropIndicator();O&&(O.targetReference=null)}ondragover(S){if(!this._validateDragOver(S))return;const O=h.A.getDraggedElement(),X=this.config.getDropIndicator(),P=this._findClosestPosition(S);if(!P)return void(X.targetReference=null);const ne=this._transformTargetElement(P.element);if(!this._isValidDragTarget(O,ne))return void(X.targetReference=null);const J=this._filterPlacements(P.placements,O,ne),K=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:x,placement:z}=function v(w,S,O,X,P={}){const ne=h.A.getDraggedElement(),J={targetReference:null,placement:null};if(!ne&&!P?.crossDnD)return J;const K=O.placements;return J.targetReference=w.target,K.some(x=>!S.fireDecoratorEvent("move-over",{...P.originalEvent?{originalEvent:w}:{},source:{element:ne},destination:{element:X,placement:x}})&&(w.preventDefault(),J.targetReference=O.element,J.placement=x,!0))||(J.targetReference=null),J}(S,this.component,{element:ne,placements:J},ne,K);X.targetReference=x,X.placement=z}ondrop(S){const O=this.config.getDropIndicator();O?.targetReference&&O?.placement?(function g(w,S,O,X,P={}){w.preventDefault();const ne=h.A.getDraggedElement();!ne&&P?.crossDnD||(S.fireDecoratorEvent("move",{...P.originalEvent?{originalEvent:w}:{},source:{element:ne},destination:{element:O,placement:X}}),ne?.focus())}(S,this.component,O.targetReference,O.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),O.targetReference=null):S.preventDefault()}_validateDragOver(S){if(!(S.target instanceof HTMLElement))return!1;const O=h.A.getDraggedElement(),X=this.config.getDropIndicator();return!(!O||!X)}_findClosestPosition(S){const O=this.config.getItems();return(0,L.gk)(O,"clientX"===this.config.clientCoordinate?S.clientX:S.clientY,this.config.orientation)}_transformTargetElement(S){return this.config.transformElement?this.config.transformElement(S):S}_isValidDragTarget(S,O){return!this.config.validateDraggedElement||this.config.validateDraggedElement(S,O)}_filterPlacements(S,O,X){return this.config.filterPlacements?this.config.filterPlacements(S,O,X):S}}},5166(ie,H,u){"use strict";u.d(H,["$nc",0,{key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},"Apb",0,{key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},"B$d",0,{key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},"Bby",0,{key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},"CH",0,{key:"ACC_STATE_EMPTY",defaultText:"Empty"},"CNT",0,{key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},"C_7",0,{key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},"DQe",0,{key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},"DXF",0,{key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},"Dy9",0,{key:"ACC_STATE_READONLY",defaultText:"Read Only"},"Egs",0,{key:"CHECKBOX_CHECKED",defaultText:"Checked"},"Eh8",0,{key:"DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE",defaultText:"Tab to the end of dialog to reach drag and resize handle."},"F$r",0,{key:"SWITCH_ON",defaultText:"On"},"Fo",0,{key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},"Fr3",0,{key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},"FvC",0,{key:"LINK_SUBTLE",defaultText:"Subtle"},"HzF",0,{key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},"IGR",0,{key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},"IHn",0,{key:"DIALOG_HEADER_ARIA_LABEL",defaultText:"Header"},"Jy$",0,{key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},"Jz0",0,{key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},"K2C",0,{key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},"KUG",0,{key:"DIALOG_CONTENT_ARIA_LABEL",defaultText:"Content"},"Kdd",0,{key:"LINK_EMPHASIZED",defaultText:"Emphasized"},"KwP",0,{key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},"LKI",0,{key:"DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL",defaultText:"Drag and Resize Dialog"},"M4s",0,{key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},"MG1",0,{key:"DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE",defaultText:"Tab to the end of dialog to reach drag handle."},"MME",0,{key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},"NJs",0,{key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},"Oms",0,{key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},"P1",0,{key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},"PBn",0,{key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},"QLe",0,{key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},"Qmg",0,{key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},"RXS",0,{key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},"SJi",0,{key:"DELETE",defaultText:"Delete"},"Tft",0,{key:"DIALOG_HANDLE_ARIA_ROLEDESCRIPTION",defaultText:"Handle"},"TkL",0,{key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},"U9A",0,{key:"DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use arrow keys to move, Shift+arrow keys to resize"},"Uin",0,{key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},"UlA",0,{key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},"W_p",0,{key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},"WlA",0,{key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},"Wyx",0,{key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},"Xot",0,{key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},"Y12",0,{key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},"Y90",0,{key:"DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE",defaultText:"Tab to the end of dialog to reach resize handle."},"YBm",0,{key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},"YF",0,{key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},"YHe",0,{key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},"Yq8",0,{key:"DIALOG_FOOTER_ARIA_LABEL",defaultText:"Footer"},"Yz$",0,{key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},"Z2A",0,{key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},"ZqR",0,{key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},"_43",0,{key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},"_XF",0,{key:"DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use arrow keys to move"},"b5n",0,{key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},"bB2",0,{key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},"bP",0,{key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},"bRY",0,{key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},"dOG",0,{key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},"dr_",0,{key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},"eG4",0,{key:"DIALOG_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use shift+arrow keys to resize"},"f4l",0,{key:"SWITCH_OFF",defaultText:"Off"},"fBK",0,{key:"ACC_STATE_DISABLED",defaultText:"Disabled"},"fPH",0,{key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},"fSG",0,{key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},"flf",0,{key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},"hNk",0,{key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},"jSp",0,{key:"LOAD_MORE_TEXT",defaultText:"More"},"kQX",0,{key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},"knB",0,{key:"ACC_STATE_REQUIRED",defaultText:"Required"},"laD",0,{key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},"mgn",0,{key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},"nFX",0,{key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},"oKK",0,{key:"DIALOG_FULLSCREEN_MAXIMIZE",defaultText:"Maximize (Shift+Ctrl+F)"},"oTv",0,{key:"DIALOG_DRAG_HANDLE_ARIA_LABEL",defaultText:"Drag Dialog"},"ogG",0,{key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},"pcO",0,{key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},"piN",0,{key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},"qF5",0,{key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},"rek",0,{key:"LIST_ITEM_SELECTED",defaultText:"Selected"},"sIq",0,{key:"DIALOG_FULLSCREEN_RESTORE",defaultText:"Restore (Shift+Ctrl+F)"},"sSI",0,{key:"DIALOG_RESIZE_HANDLE_ARIA_LABEL",defaultText:"Resize Dialog"},"tgV",0,{key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},"u9k",0,{key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"},"vSX",0,{key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},"vtI",0,{key:"LABEL_COLON",defaultText:":"},"wJ8",0,{key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},"zTT",0,{key:"DIALOG_RESIZE_HANDLE_TOOLTIP",defaultText:"Drag handle to resize (shift+arrow)"}])},1926(ie,H,u){"use strict";var h=u(9293),v=u(8923),y=u(303),g=u(5444);(0,v.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return y.A})),(0,v.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return g.A}),"host"),u.d(H,["A",0,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5_popup_header_shadow);border-bottom:var(--_ui5_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5_popup_default_header_height);max-height:var(--_ui5_popup_default_header_height);line-height:var(--_ui5_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_s);padding-right:var(--_ui5_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_m_l);padding-right:var(--_ui5_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_xl);padding-right:var(--_ui5_popup_header_footer_padding_xl)}::slotted([slot="footer"]){height:var(--_ui5_popup_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}::slotted([slot="footer"][ui5-bar][design="Footer"]),::slotted([slot="header"][ui5-bar][design="Header"]){--_ui5_bar-start-container-padding-start: 0;--_ui5_bar-mid-container-padding-start-end: 0;--_ui5_bar-end-container-padding-end: 0}\n'])},5444(ie,H,u){"use strict";u.d(H,["A",0,':host{--ui5-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--ui5-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-border-radius: var(--sapElement_BorderCornerRadius);--ui5-avatar-border-radius-img-deduction: .0625rem;--ui5-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-avatar-accent1: var(--sapAvatar_1_Background);--ui5-avatar-accent2: var(--sapAvatar_2_Background);--ui5-avatar-accent3: var(--sapAvatar_3_Background);--ui5-avatar-accent4: var(--sapAvatar_4_Background);--ui5-avatar-accent5: var(--sapAvatar_5_Background);--ui5-avatar-accent6: var(--sapAvatar_6_Background);--ui5-avatar-accent7: var(--sapAvatar_7_Background);--ui5-avatar-accent8: var(--sapAvatar_8_Background);--ui5-avatar-accent9: var(--sapAvatar_9_Background);--ui5-avatar-accent10: var(--sapAvatar_10_Background);--ui5-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-avatar-placeholder-color: var(--ui5-avatar-initials-color);--ui5-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_avatar_focus_offset: .1875rem;--_ui5_avatar_overflow_button_focus_offset: .0625rem;--_ui5_avatar_fontsize_XS: 1rem;--_ui5_avatar_fontsize_S: 1.125rem;--_ui5_avatar_fontsize_M: 1.5rem;--_ui5_avatar_fontsize_L: 2.25rem;--_ui5_avatar_fontsize_XL: 3rem;--_ui5_avatar_icon_XS: var(--_ui5_avatar_fontsize_XS);--_ui5_avatar_icon_S: var(--_ui5_avatar_fontsize_S);--_ui5_avatar_icon_M: var(--_ui5_avatar_fontsize_M);--_ui5_avatar_icon_L: var(--_ui5_avatar_fontsize_L);--_ui5_avatar_icon_XL: var(--_ui5_avatar_fontsize_XL);--_ui5_avatar_group_button_focus_border: none;--_ui5_avatar_group_padding: .3rem;--_ui5-tag-height: 1rem;--_ui5-tag-padding-inline-icon-only: .313rem;--_ui5-tag-text-padding: .1875rem .25rem;--_ui5-tag-text-transform: none;--_ui5-tag-icon-width: .75rem;--_ui5-tag-icon-gap: .25rem;--_ui5-tag-font-weight: normal;--_ui5-tag-letter-spacing: normal;--ui5-tag-text-shadow: var(--sapContent_TextShadow);--ui5-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-tag-information-text-shadow: var(--ui5-tag-text-shadow);--ui5-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--ui5-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-tag-height_size_l: 1.5rem;--_ui5-tag-min-width_size_l: 1.75rem;--_ui5-tag-font-size_size_l: 1.25rem;--_ui5-tag-icon_min_width_size_l: 1.25rem;--_ui5-tag-icon_min_height_size_l: 1.25rem;--_ui5-tag-icon_height_size_l: 1.25rem;--_ui5-tag-text_padding_size_l: .125rem .25rem;--_ui5_bar_base_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_bar_subheader_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_bar-start-container-padding-start: 1rem;--_ui5_bar-mid-container-padding-start-end: .5rem;--_ui5_bar-end-container-padding-end: 1rem;--_ui5_bar_subheader_margin-top: -.0625rem;--_ui5_breadcrumbs_current_location_color: var(--sapTextColor);--_ui5_breadcrumbs_separator_color: var(--sapTextColor);--_ui5_breadcrumbs_margin: 0 0 .5rem 0;--_ui5_busy_indicator_color: var(--sapContent_BusyColor);--_ui5_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-button-badge-diameter: var(--_ui5-compact-size, .625rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-width: var(--_ui5-compact-size, 16.75rem) var(--_ui5-cozy-size, 18.5rem);--_ui5-calendar-legend-item-box-margin: .25rem;--_ui5-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-calendar-legend-item-root-width: 7.75rem;--_ui5-calendar-legend-item-box-dot-display: block;--_ui5_card_box_shadow: var(--sapContent_Shadow0);--_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5_card_border: none;--_ui5_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5_card_header_active_bg: var(--sapTile_Active_Background);--_ui5_card_header_border: none;--_ui5_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);--_ui5_card_header_focus_bottom_radius: 0px;--_ui5_card_header_focus_offset: 1px;--_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5_card_header_title_font_weight: normal;--_ui5_card_header_subtitle_margin_top: .25rem;--ui5_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5_carousel_button_size: 2.25rem;--ui5_carousel_inactive_dot_size: .25rem;--ui5_carousel_inactive_dot_margin: 0 .375rem;--ui5_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5_carousel_navigation_button_active_box_shadow: none;--_ui5_checkbox_wrapper_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_width_height)) var(--_ui5-cozy-size, 2.75rem);--_ui5_checkbox_transition: unset;--_ui5_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_checkbox_border_radius: 0;--_ui5_checkbox_hover_background: var(--sapField_Selector_Hover_Background);--_ui5_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5_checkbox_focus_position: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .3125rem);--_ui5_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_checkbox_focus_border_radius: .5rem;--_ui5_checkbox_outer_hover_background: transparent;--_ui5_checkbox_inner_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_inner_size)) var(--_ui5-cozy-size, 1.375rem);--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5_checkbox_inner_warning_background_hover: var(--sapField_Selector_Hover_WarningBackground);--_ui5_checkbox_inner_error_background_hover: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_checkbox_inner_success_background_hover: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_checkbox_inner_information_background_hover: var(--sapField_Selector_Hover_InformationBackground);--_ui5_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5_checkbox_inner_background: var(--sapField_Background);--_ui5_checkbox_wrapped_focus_padding: .5rem;--_ui5_checkbox_wrapped_focus_inset_block: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, var(--_ui5_checkbox_focus_position));--_ui5_checkbox_compact_wrapper_padding: .5rem;--_ui5_checkbox_compact_width_height: 2rem;--_ui5_checkbox_compact_inner_size: 1rem;--_ui5_checkbox_compact_focus_position: .375rem;--_ui5_checkbox_label_color: var(--sapField_TextColor);--_ui5_checkbox_label_offset: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, var(--_ui5_checkbox_wrapper_padding));--_ui5_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5_checkbox_default_focus_border: none;--_ui5_checkbox_focus_outline_display: block;--_ui5_checkbox_right_focus_distance: .3125rem;--_ui5_checkbox_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color-palette-item-after-focus-border-radius: .3125rem;--_ui5_color-palette-item-hover-margin: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .0625rem);--_ui5_color-palette-row-height: var(--_ui5-compact-size, 7.5rem) var(--_ui5-cozy-size, 9.5rem);--_ui5_color-palette-button-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5_color-palette-item-before-focus-inset: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, -.3125rem);--_ui5_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5_color-palette-item-after-focus-inset: .0625rem;--_ui5_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5_color-palette-item-before-focus-border-radius: .4375rem;--_ui5_color-palette-item-outer-border-radius: .25rem;--_ui5_color-palette-item-inner-border-radius: .1875rem;--_ui5_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5_color-palette-item-hover-inner-border-radius: .375rem;--_ui5_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5_color-palette-item-after-focus-not-selected-border: none;--_ui5_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5_color-palette-item-selected-focused-border: none;--_ui5-color-palette-item-mobile-focus-inset: 0px;--_ui5_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5_color-palette-item-after-mobile-focus-border: none;--_ui5-color-palette-item-background-color: transparent;--_ui5_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_inner_border_color: #fff;--_ui5_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5_color_picker_circle_inner_circle_size: .5625rem;--_ui5_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5_color_picker_slider_handle_container_margin_top: none;--_ui5-datepicker_border_radius: .25rem;--_ui5-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5_daypicker_item_margin: 2px;--_ui5_daypicker_item_border: none;--_ui5_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5_daypicker_daynames_container_height: 2rem;--_ui5_daypicker_weeknumbers_container_padding_top: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius: .4375rem;--_ui5_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5_daypicker_item_selected_background: transparent;--_ui5_daypicker_item_selected_daytext_hover_background: transparent;--_ui5_daypicker_item_border_radius_focus_after: .1875rem;--_ui5_daypicker_item_selected_between_border: .5rem;--_ui5_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5_daypicker_item_selected_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_not_selected_inset: 0;--_ui5_daypicker_item_now_inset: .3125rem;--_ui5_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_weeekend_filter: brightness(105%);--_ui5_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5_daypicker_item_border_radius_item: .5rem;--_ui5_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_two_calendar_item_now_day_text_content: "";--_ui5_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5_daypicker_two_calendar_item_border_radius: .5rem;--_ui5_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5_daypicker_special_day_top: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_daypicker_special_day_border_bottom_radius: .5rem;--_ui5_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5_daypicker_selected_item_now_special_day_top: var(--_ui5-compact-size, 1.5625rem) var(--_ui5-cozy-size, 2.4375rem);--_ui5_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-daypicker_item_selected_now_border_radius: .5rem;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .5rem);--_ui5_daypicker_two_calendar_item_margin_bottom: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, 0);--_ui5_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5_daypicker_item_now_focus_margin: 0;--_ui5_daypicker_special_day_border_top: none;--_ui5_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5_daypicker_specialday_focused_top: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5_daypicker_specialday_focused_border_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_item_now_specialday_top: var(--_ui5-compact-size, 1.4375rem) var(--_ui5-cozy-size, 2.3125rem);--_ui5_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5_daypicker_twocalendar_item_special_day_top: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_twocalendar_item_special_day_right: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_width: .125rem;--_ui5_daypicker_item_no_selected_inset: .375rem;--_ui5_daypicker_item_now_border_focus_after: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5_daypicker_item_now_selected_between_inset: .25rem;--_ui5_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-dp-item_withsecondtype_border: .25rem;--_ui5_dialog_header_state_line_height: .0625rem;--_ui5_dialog_focus_outline_offset: .0625rem;--_ui5_dialog_resizable_bottom_right_radius: 1.75rem;--_ui5_file_uploader_display_input_width: calc(100% - var(--_ui5_input_icon_width));--_ui5_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5_input_icon_width) - var(--_ui5_input_inner_space_to_tokenizer));--_ui5_table_cell_valign: center;--_ui5_table_cell_min_width: 2.75rem;--_ui5_table_navigated_cell_width: .25rem;--_ui5_first_table_cell_horizontal_padding: 1rem;--_ui5_table_cell_horizontal_padding: .5rem;--_ui5_table_cell_vertical_padding: .25rem;--_ui5_table_row_actions_gap: .25rem;--_ui5_table_row_alternating_background: var(--sapTableRow_AlternatingBackground, var(--sapList_AlternatingBackground));--_ui5_table_row_alternating_hover_background: var(--sapTableRow_AlternatingHoverBackground, var(--sapList_Hover_Background));--_ui5_table_row_alternating_selection_background: var(--sapTableRow_AlternatingSelectionBackground, var(--sapList_SelectionBackgroundColor));--_ui5_table_row_alternating_selection_hover_background: var(--sapTableRow_AlternatingSelectionHoverBackground, var(--sapList_Hover_SelectionBackground));--ui5-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-icon-focus-border-radius: .25rem;--_ui5_input_width: 13.125rem;--_ui5_input_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_min_width_tokenizer_available: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_input_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_input_margin_top_bottom: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .25rem);--_ui5_input_hover_border: none;--_ui5_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5_input_background_color: var(--sapField_Background);--_ui5_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_focus_border_radius: .25rem;--_ui5_input_readonly_focus_border_radius: 0;--_ui5-input-border: none;--_ui5_input_placeholder_style: italic;--_ui5_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_bottom_border_height: 0;--_ui5_input_bottom_border_color: transparent;--_ui5_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5_input_state_border_width: .125rem;--_ui5_input_information_border_width: .125rem;--_ui5_input_error_font_weight: normal;--_ui5_input_warning_font_weight: normal;--_ui5_input_focus_border_width: 1px;--_ui5_input_error_warning_border_style: none;--_ui5_input_error_warning_font_style: inherit;--_ui5_input_error_warning_text_indent: 0;--_ui5_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-input_disabled_background: var(--sapField_Background);--_ui5_input_readonly_border: none;--_ui5_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5_input_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_min_width: var(--_ui5-compact-size, var(--_ui5_input_compact_min_width)) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_compact_min_width: 2rem;--_ui5_input_transition: none;--_ui5-input-value-state-icon-display: none;--_ui5_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_value_state_success_border_width: 1px;--_ui5_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focus_offset: 0;--_ui5_input_readonly_focus_offset: .125rem;--ui5_input_focus_pseudo_element_content: "";--_ui5_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5_input_focus_outline_color: var(--sapContent_FocusColor);--_ui5-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5_input_value_state_success_border_width));--_ui5-input-icons-count: 0;--_ui5_input_tokenizer_min_width: 3.5rem;--_ui5_input_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_icon_color: var(--sapField_TextColor);--_ui5_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5_input_icon_pressed_bg: transparent;--_ui5_input_icon_hover_bg: transparent;--_ui5_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5_input_icon_border: none;--_ui5_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5_link_text_decoration: var(--sapLink_TextDecoration);--_ui5_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5_link_focused_hover_text_decoration: none;--_ui5_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5_link_outline: none;--_ui5_link_focus_border-radius: .125rem;--_ui5_link_focus_background_color: var(--sapContent_FocusColor);--_ui5_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5_link_focus_text_decoration: underline;--_ui5_link_subtle_text_decoration: underline;--_ui5_link_subtle_text_decoration_hover: none;--_ui5_link_large_interactive_area_height: 1.5rem;--ui5_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-listitem-background-color: var(--sapList_Background);--ui5-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-listitembase_disabled_opacity: .5;--_ui5_product_switch_item_border: none;--_ui5_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_menu_item_padding: var(--_ui5-compact-size, 0 .75rem 0 .5rem) var(--_ui5-cozy-size, 0 1rem 0 .75rem);--_ui5_menu_item_submenu_icon_right: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_monthpicker_item_margin: .0625rem;--_ui5_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_monthpicker_item_border_radius: .5rem;--_ui5_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5_message_strip_icon_top: .4375rem;--_ui5_message_strip_close_button_top: .125rem;--_ui5_message_strip_close_button_right: .1875rem;--_ui5_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_panel_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_border_bottom: none;--_ui5_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5_panel_header_padding_right: .5rem;--_ui5_panel_header_button_wrapper_padding: var(--_ui5-compact-size, .1875rem .25rem) var(--_ui5-cozy-size, .25rem);--_ui5_panel_focus_offset: 0px;--_ui5_panel_focus_bottom_offset: -1px;--_ui5_panel_content_padding: .625rem 1rem;--_ui5_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5_popover_background: var(--sapGroup_ContentBackground);--_ui5_popover_box_shadow: var(--sapContent_Shadow2);--_ui5_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5_popup_content_padding_s: 1rem;--_ui5_popup_content_padding_m_l: 2rem;--_ui5_popup_content_padding_xl: 3rem;--_ui5_popup_header_footer_padding_s: 1rem;--_ui5_popup_header_footer_padding_m_l: 2rem;--_ui5_popup_header_footer_padding_xl: 3rem;--_ui5_popup_viewport_margin: 10px;--_ui5_popup_header_prop_header_text_alignment: flex-start;--_ui5_popup_border_radius: .5rem;--_ui5_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5_popup_header_border: none;--_ui5_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5_popup_block_layer_opacity: .2;--_ui5_progress_indicator_background_none: var(--sapProgress_Background);--_ui5_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5_progress_indicator_color: var(--sapField_TextColor);--_ui5_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5_progress_indicator_border: none;--_ui5_progress_indicator_bar_border_max: none;--_ui5_progress_indicator_icon_visibility: inline-block;--_ui5_progress_indicator_side_points_visibility: block;--_ui5_progress_indicator_padding_novalue: .3125rem;--_ui5_progress_indicator_host_height: unset;--_ui5_progress_indicator_root_border_radius: .25rem;--_ui5_progress_indicator_root_height: .375rem;--_ui5_progress_indicator_root_overflow: visible;--_ui5_progress_indicator_bar_height: .625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_overflow: visible;--_ui5_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5_progress_indicator_padding_end: 1.25rem;--_ui5_progress_indicator_host_box_sizing: border-box;--_ui5_progress_indicator_root_position: relative;--_ui5_progress_indicator_root_min_height: .375rem;--_ui5_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5_progress_indicator_remaining_bar_position: absolute;--_ui5_progress_indicator_remaining_bar_width: 100%;--_ui5_progress_indicator_icon_position: absolute;--_ui5_progress_indicator_icon_right_position: -1.25rem;--_ui5_progress_indicator_value_position: absolute;--_ui5_progress_indicator_value_top_position: -1.3125rem;--_ui5_progress_indicator_value_left_position: 0;--_ui5_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5_rating_indicator_border_radius: .5rem;--_ui5_rating_indicator_outline_offset: -.125rem;--_ui5_rating_indicator_item_height: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_item_width: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_readonly_item_height: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_width: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5_rating_indicator_component_spacing: var(--_ui5-compact-size, .5rem 0px) var(--_ui5-cozy-size, .5rem 0px);--_ui5_rating_indicator_component_padding: .25rem;--_ui5_rating_indicator_item_size_s: 1.375rem;--_ui5_rating_indicator_item_size_l: 2rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5_segmented_btn_hover_box_shadow: none;--_ui5_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_button_focused_border_radius: .375rem;--_ui5_button_focused_inner_border_radius: .375rem;--_ui5_button_base_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_button_base_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5_button_base_padding: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_button_base_icon_margin: .375rem;--_ui5_button_text_shadow: none;--_ui5_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5_button_fontFamily: var(--sapButton_FontFamily);--_ui5_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5_button_emphasized_focused_active_border_color: transparent;--_ui5_button_emphasized_border_width: .0625rem;--_ui5_radio_button_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5_radio_button_checked_fill: var(--sapSelectedColor);--_ui5_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5_radio_button_warning_error_border_dash: 0;--_ui5_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_outer_ring_padding_with_label: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_border_radius: .5rem;--_ui5_radio_button_border: none;--_ui5_radio_button_focus_outline: block;--_ui5_radio_button_focus_dist: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_color: var(--sapField_BorderColor);--_ui5_radio_button_label_offset: 1px;--_ui5_radio_button_label_color: var(--sapField_TextColor);--_ui5_radio_button_inner_ring_radius: 27.5%;--_ui5_radio_button_read_only_border_type: 4, 2;--_ui5_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5_switch_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_switch_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_min_width: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, none);--_ui5_switch_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_focus_outline: none;--_ui5_switch_root_outline_top: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_left: -.125rem;--_ui5_switch_root_outline_right: -.125rem;--_ui5_switch_foucs_border_size: 1px;--_ui5-switch-root-border-radius: 0;--_ui5-switch-root-box-shadow: none;--_ui5_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_switch_transform: var(--_ui5-compact-size, translateX(100%) translateX(-1.375rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.625rem));--_ui5_switch_transform_with_label: var(--_ui5-compact-size, translateX(100%) translateX(-1.875rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.875rem));--_ui5_switch_rtl_transform: var(--_ui5-compact-size, translateX(1.375rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.625rem));--_ui5_switch_rtl_transform_with_label: var(--_ui5-compact-size, translateX(1.875rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.875rem));--_ui5_switch_track_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_track_with_label_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_track_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_border_radius: .75rem;--_ui5-switch-track-border: 1px solid;--_ui5_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5_switch_track_transition: none;--_ui5_switch_track_icon_display: inline-block;--_ui5_switch_handle_width: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_handle_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_with_label_width: var(--_ui5-compact-size, 1.75rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_switch_handle_with_label_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_border: var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_border_width: .125rem;--_ui5_switch_handle_border_radius: 1rem;--_ui5_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5_switch_handle_left: .0625rem;--_ui5-switch-slider-texts-display: inline;--_ui5_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5_switch_text_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_switch_text_with_label_font_family: "72-Condensed-Bold", "72", "72full", Arial, Helvetica, sans-serif;--_ui5_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5_switch_text_with_label_width: 1.75rem;--_ui5_switch_text_width: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_text_inactive_left: .1875rem;--_ui5_switch_text_inactive_left_alternate: .0625rem;--_ui5_switch_text_inactive_right: auto;--_ui5_switch_text_inactive_right_alternate: 0;--_ui5_switch_text_active_left: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .1875rem);--_ui5_switch_text_active_left_alternate: .0625rem;--_ui5_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5_switch_text_overflow: hidden;--_ui5_switch_text_z_index: 1;--_ui5_switch_text_hidden: hidden;--_ui5_switch_text_min_width: none;--_ui5_switch_icon_width: 1rem;--_ui5_switch_icon_height: 1rem;--_ui5_switch_readonly_track_border_style: dashed;--_ui5_switch_readonly_handle_border_style: solid;--_ui5_switch_root_after_boreder_radius: 1rem;--_ui5_select_hover_icon_left_border: none;--_ui5_select_label_color: var(--sapField_TextColor);--_ui5_select_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_select_icon_wrapper_height: 100%;--_ui5_select_bottom_border_gradient: linear-gradient(var(--sapField_BorderColor), var(--sapField_BorderColor)) bottom / 100% var(--sapField_BorderWidth) no-repeat;--_ui5_select_icon_wrapper_state_height: 100%;--_ui5_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius: .375rem;--_ui5_split_button_middle_separator_left: -.0625rem;--_ui5_split_button_middle_separator_hover_display: none;--_ui5_split_button_text_button_right_border_width: .0625rem;--_ui5_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5_split_button_host_transparent_hover_background: transparent;--_ui5_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5_split_button_transparent_disabled_background: transparent;--_ui5_split_button_inner_focused_border_radius_inner: .375rem;--_ui5_split_button_emphasized_separator_color: transparent;--_ui5_split_button_positive_separator_color: transparent;--_ui5_split_button_negative_separator_color: transparent;--_ui5_split_button_attention_separator_color: transparent;--_ui5_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_text_button_border_color: transparent;--_ui5_split_text_button_background_color: transparent;--_ui5_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_text_button_emphasized_border_width: .0625rem;--_ui5_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_button_middle_separator_hover_display_emphasized: none;--_ui5_tc_header_height: var(--_ui5-compact-size, var(--_ui5_tc_item_height)) var(--_ui5-cozy-size, var(--_ui5_tc_item_height));--_ui5_tc_header_height_text_only: var(--_ui5_tc_item_text_only_height);--_ui5_tc_header_height_text_with_additional_text: var(--_ui5_tc_item_text_only_with_additional_text_height);--_ui5_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5_tc_header_background: var(--sapObjectHeader_Background);--_ui5_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5_tc_content_background: var(--sapBackgroundColor);--_ui5_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5_tc_headeritem_padding: 1rem;--_ui5_tc_headerItem_color: var(--sapTab_TextColor);--_ui5_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5_tc_headeritem_text_font_weight: normal;--_ui5_tc_headerItem_additional_text_font_weight: normal;--_ui5_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5_tc_headerItem_transition: none;--_ui5_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5_tc_headerItemContent_border_bg: transparent;--_ui5_tc_headerItem_neutral_border_bg: transparent;--_ui5_tc_headerItem_positive_border_bg: transparent;--_ui5_tc_headerItem_negative_border_bg: transparent;--_ui5_tc_headerItem_critical_border_bg: transparent;--_ui5_tc_headerItemContent_border_height: 0;--_ui5_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5_tc_headerItemContent_default_focus_border: none;--_ui5_tc_headerItemContent_focus_border_radius: 0;--_ui5_tc_headerItemSemanticIcon_display: none;--_ui5_tc_headerItemSemanticIcon_size: .75rem;--_ui5_tc_headerItem_focus_border_radius: .375rem;--_ui5_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5_tc_mixedMode_itemText_font_weight: normal;--_ui5_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5_tc_headerItem_expand_button_border_radius: .25rem;--_ui5_tc_headerItem_expand_button_separator_display: inline-block;--_ui5_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5_tc_overflowItem_focus_offset: .125rem;--_ui5_tc_overflowItem_indent: .5rem;--_ui5_tc_overflowItem_extra_indent: 0rem;--_ui5_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5_tc_overflowItem_current_color: CurrentColor;--_ui5_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_focus_border_offset: -5px;--_ui5_tc_headerItemIcon_focus_border_radius: 50%;--_ui5_tc_overflow_text_color: var(--sapTextColor);--_ui5_text_max_lines: initial;--_ui5_textarea_state_border_width: .125rem;--_ui5_textarea_information_border_width: .125rem;--_ui5_textarea_placeholder_font_style: italic;--_ui5_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5_textarea_error_placeholder_font_style: italic;--_ui5_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5_textarea_hover_border: none;--_ui5_textarea_error_warning_border_style: none;--_ui5_textarea_disabled_opacity: .4;--_ui5_textarea_line_height: 1.5;--_ui5_textarea_focus_pseudo_element_content: "";--_ui5_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_textarea_focus_offset: 0;--_ui5_textarea_readonly_focus_offset: 1px;--_ui5_textarea_value_state_focus_offset: 1px;--_ui5_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5_textarea_min_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_textarea_wrapper_padding: .0625rem;--_ui5_textarea_success_wrapper_padding: .0625rem;--_ui5_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_inner_width: calc(100% - (2 * var(--_ui5_textarea_wrapper_padding)));--_ui5_textarea_padding_right_and_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_error_warning: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_information: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_readonly: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_textarea_padding_top: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_readonly: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_bottom_readonly: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .375rem);--_ui5_textarea_padding_top_error_warning: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_error_warning: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_information: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_information: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_margin: var(--_ui5-compact-size, .1875rem 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_textarea_readonly_border_style: dashed;--_ui5_textarea_focus_border_radius: .25rem;--_ui5-time_picker_border_radius: .25rem;--_ui5_toast_vertical_offset: 3rem;--_ui5_toast_horizontal_offset: 2rem;--_ui5_toast_background: var(--sapIndicationColor_9_Background);--_ui5_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5_toast_offset_width: -.1875rem;--_ui5_toggle_button_emphasized_text_shadow: none;--_ui5_yearpicker_item_margin: .0625rem;--_ui5_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_yearpicker_item_border_radius: .5rem;--_ui5_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_calendar_header_arrow_button_border: .0625rem solid var(--sapList_Hover_Background);--_ui5_calendar_header_arrow_button_border_radius: .5rem;--_ui5_calendar_header_middle_button_width: 6.25rem;--_ui5_calendar_header_middle_button_flex: 1 1 auto;--_ui5_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5_calendar_header_middle_button_focus_border: none;--_ui5_calendar_header_middle_button_focus_after_display: block;--_ui5_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5_calendar_header_middle_button_focus_background: transparent;--_ui5_calendar_header_middle_button_focus_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_background: transparent;--_ui5_calendar_header_middle_button_focus_after_border: none;--_ui5_calendar_header_midcontainer_gap: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_header_arrow_button_flex_shrink: var(--_ui5-compact-size, 1) var(--_ui5-cozy-size, 0);--_ui5_token_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_color: var(--sapContent_LabelColor);--_ui5_token_border_radius: .375rem;--_ui5_token_focus_outline_width: .0625rem;--_ui5_token_outline_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, .125rem);--_ui5_token_text_color: var(--sapTextColor);--_ui5_token_right_margin: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_left_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_readonly_padding: var(--_ui5-compact-size, .125rem .25rem) var(--_ui5-cozy-size, .25rem .3125rem);--_ui5_token_selected_focus_outline: none;--_ui5_token_focus_outline: none;--_ui5_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--ui5_token_focus_pseudo_element_content: "";--_ui5_token_focus_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, -.25rem);--_ui5_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5_token_selected_internal_border_bottom_radius: .1875rem;--_ui5_token_icon_padding: var(--_ui5-compact-size, .375rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_token_focus_outline_border_radius: .5rem;--_ui5_tokenizer_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_tokenizer_gap: var(--_ui5-compact-size, .375em .25rem) var(--_ui5-cozy-size, .625rem .25rem);--_ui5_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5_tokenizer-popover_offset: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .3125rem);--_ui5_slider_inner_min_width: 4rem;--_ui5_slider_progress_border_width: .0625rem;--_ui5_slider_disabled_opacity: .4;--_ui5_slider_active_progress_left: -.0625rem;--_ui5_slider_handle_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_slider_handle_width: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--ui5_slider_handle_outline: none;--ui5_slider_handle_outline_offset: .0625rem;--_ui5_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5_slider_handle_border_radius: .5rem;--_ui5_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_active_border: .125rem solid var(--sapSlider_Active_HandleBorderColor);--_ui5_slider_handle_icon_display: inline-block;--_ui5_slider_handle_icon_size: .875rem;--_ui5_slider_handle_box_sizing: border-box;--_ui5_slider_scale_background: var(--sapSlider_Background);--_ui5_slider_scale_progress_background: var(--sapSlider_Selected_Background);--_ui5_slider_scale_progress_border: none;--_ui5_slider_scale_dots_distance: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1rem);--_ui5_slider_scale_dots_display: inline-block;--_ui5_slider_scale_tickmark_height: .5rem;--_ui5_slider_scale_root_box_sizing: border-box;--_ui5_slider_scale_progress_top: 0;--_ui5_slider_scale_progress_height: 100%;--_ui5_range_slider_progress_focus_display: block;--_ui5_range_slider_progress_focus_top: calc(-1 * ((var(--_ui5_slider_handle_height) / 2) + .1875rem) + var(--_ui5_slider_progress_border_width) + .0625rem - .125rem - .0625rem);--_ui5_range_slider_progress_focus_left: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem);--_ui5_range_slider_progress_focus_right: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem - .0625rem);--_ui5_range_slider_progress_focus_height: calc(var(--_ui5_slider_handle_height) + .375rem + .25rem + .0625rem);--_ui5_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5_range_slider_progress_focus_border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5_range_slider_progress_focus_border_radius: .5rem;--_ui5_range_slider_legacy_progress_focus_display: none;--_ui5_range_slider_focus_outline_width: 100%;--_ui5_slider_progress_outline: .0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_range_slider_focus_outline_radius: 0;--_ui5_slider_progress_outline_offset: var(--_ui5-compact-size, -.625rem) var(--_ui5-cozy-size, -.8125rem);--_ui5_slider_outer_height: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 1.6875rem);--_ui5_slider_progress_outline_offset_left: 0;--_ui5_slider_scale_progress_border_radius: .25rem;--_ui5_slider_scale_border: none;--_ui5_slider_root_side_padding: var(--_ui5-compact-size, 0 .75rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_slider_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_value_state_message_border: none;--_ui5_value_state_header_border: none;--_ui5_input_value_state_icon_display: inline-block;--_ui5_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5_value_state_message_icon_width: 1rem;--_ui5_value_state_message_icon_height: 1rem;--_ui5_input_value_state_icon_offset: .5rem;--_ui5_value_state_header_offset: -.25rem;--_ui5_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5_value_state_message_line_height: 1.125rem;--_ui5_value_state_message_popover_header_min_height: 2rem;--_ui5_value_state_message_popover_header_min_width: 6rem;--_ui5_value_state_message_popover_header_max_width: 22rem;--_ui5_value_state_message_popover_header_width: auto;--_ui5_value_state_message_icon_offset_phone: 1rem;--_ui5_value_state_header_border_bottom: none;--_ui5-toolbar-padding-left: .5rem;--_ui5-toolbar-padding-right: .5rem;--_ui5-toolbar-item-margin-left: 0;--_ui5-toolbar-item-margin-right: .5rem;--_ui5_step_input_input_error_background_color: inherit;--_ui5-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5_step_input_border_style: none;--_ui5_step_input_border_style_hover: none;--_ui5_step_input_button_background_color: transparent;--_ui5_step_input_input_border: none;--_ui5_step_input_input_margin_top: 0;--_ui5_step_input_button_display: inline-flex;--_ui5_step_input_button_left: 0;--_ui5_step_input_button_right: 0;--_ui5_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5_step_input_input_border_top_bottom_focused_after: 0;--_ui5_step_input_input_border_radius_focused_after: .25rem;--_ui5_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5_step_input_disabled_button_background: none;--_ui5_step_input_border_color_hover: none;--_ui5_step_input_border_hover: none;--_ui5_input_input_background_color: transparent;--_ui5_step_input_min_width: var(--_ui5-compact-size, 6rem) var(--_ui5-cozy-size, 7.25rem);--_ui5_step_input_padding: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_load_more_padding: 0;--_ui5_load_more_border: 1px top solid transparent;--_ui5_load_more_border_radius: none;--_ui5_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5_calendar_height: var(--_ui5-compact-size, 18rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_calendar_width: var(--_ui5-compact-size, 17.75rem) var(--_ui5-cozy-size, 20rem);--_ui5_calendar_left_right_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_top_bottom_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_calendar_header_arrow_button_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_calendar_header_padding: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_calendar_multiple_layout: row;--_ui5_calendar_multiple_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_multiple_width: var(--_ui5-compact-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2))) var(--_ui5-cozy-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2)));--_ui5_calendar_overlay_top: var(--_ui5-compact-size, 54%) var(--_ui5-cozy-size, 57%);--_ui5_calendar_overlay_width: var(--_ui5-compact-size, 100%) var(--_ui5-cozy-size, 16rem);--_ui5_checkbox_root_side_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_wrapped_focus_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_partially_icon_size: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5_custom_list_item_rb_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_day_picker_item_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_day_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_day_picker_empty_height: var(--_ui5-compact-size, 2.125rem) var(--_ui5-cozy-size, 3rem);--_ui5_day_picker_item_justify_content: var(--_ui5-compact-size, flex-end) var(--_ui5-cozy-size, space-between);--_ui5_dp_item_withsecondtype_font_size: var(--_ui5-compact-size, var(--sapFontSmallSize)) var(--_ui5-cozy-size, var(--sapFontSize));--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_top: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_right: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_dp_two_calendar_item_secondary_text_height: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_dp_two_calendar_item_text_padding_top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .4375rem);--_ui5_dp_two_calendar_item_secondary_text_padding_block: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_dp_two_calendar_item_secondary_text_padding: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_two_calendar_item_selected_focus_margin_bottom: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_two_calendar_item_selected_focus_padding_right: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_multiple_months_height: var(--_ui5-compact-size, var(--_ui5_calendar_height)) var(--_ui5-cozy-size, var(--_ui5_calendar_height));--_ui5-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-calendar-legend-item-box-inner-margin: .5rem;--_ui5_color_picker_slider_progress_container_height: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_picker_slider_container_margin_top: var(--_ui5-compact-size, -.375rem) var(--_ui5-cozy-size, -.5rem);--_ui5_color_picker_slider_handle_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_color_picker_slider_handle_width: var(--_ui5-compact-size, .9375rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_color_picker_slider_handle_after_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color_picker_slider_handle_focus_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_color_picker_colors_wrapper_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color_picker_sliders_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_color_picker_main_color_margin_bottom: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color_picker_slider_spacing: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, .9375rem);--_ui5_color_channel_toggle_button_width: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_channel_toggle_button_margin-top: var(--_ui5-compact-size, -.9375rem) var(--_ui5-cozy-size, -.75rem);--_ui5_color_channel_hex_input_width: var(--_ui5-compact-size, 4.625rem) var(--_ui5-cozy-size, 4.8125rem);--_ui5-color_channel_margin_top: var(--_ui5-compact-size, 0rem) var(--_ui5-cozy-size, .25rem);--_ui5_color-palette-item-height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color-palette-item-hover-height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color-palette-item-margin: var(--_ui5-compact-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem)) var(--_ui5-cozy-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem));--_ui5_color-palette-row-width: var(--_ui5-compact-size, 8.75rem) var(--_ui5-cozy-size, 12rem);--_ui5_color-palette-swatch-container-padding: var(--_ui5-compact-size, .1875rem .5rem) var(--_ui5-cozy-size, .3125rem .6875rem);--_ui5_datetime_picker_width: var(--_ui5-compact-size, 35.5rem) var(--_ui5-cozy-size, 40.0625rem);--_ui5_datetime_picker_height: var(--_ui5-compact-size, 20.5rem) var(--_ui5-cozy-size, 25rem);--_ui5_datetime_timeview_width: var(--_ui5-compact-size, 17rem) var(--_ui5-cozy-size, 17rem);--_ui5_datetime_timeview_phonemode_width: var(--_ui5-compact-size, 18.5rem) var(--_ui5-cozy-size, 19.5rem);--_ui5_datetime_timeview_phonemode_clocks_width: var(--_ui5-compact-size, 21.125rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_datetime_dateview_phonemode_margin_bottom: var(--_ui5-compact-size, 3.125rem) var(--_ui5-cozy-size, 0);--_ui5_popup_footer_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_dialog_content_min_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_inner_padding: var(--_ui5-compact-size, 0 .5rem) var(--_ui5-cozy-size, 0 .625rem);--_ui5_input_inner_padding_with_icon: var(--_ui5-compact-size, 0 .25rem 0 .5rem) var(--_ui5-cozy-size, 0 .25rem 0 .625rem);--_ui5_input_inner_space_to_tokenizer: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_input_inner_space_to_n_more_text: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_input_inner_with_tokenizer_padding_inline_end: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_list_no_data_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_item_cb_margin_right: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 0);--_ui5_list_item_title_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_no_data_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_item_img_size: 3rem;--_ui5_list_item_img_top_margin: var(--_ui5-compact-size, .55rem) var(--_ui5-cozy-size, .5rem);--_ui5_list_item_img_bottom_margin: .5rem;--_ui5_list_item_img_hn_margin: .75rem;--_ui5_list_item_dropdown_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_list_item_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_list_item_base_padding: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_list_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.125rem);--_ui5_list_item_icon_padding-inline-end: .75rem;--_ui5_list_item_selection_btn_margin_top: var(--_ui5-compact-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding))) var(--_ui5-cozy-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding)));--_ui5_list_item_content_vertical_offset: var(--_ui5-compact-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2)) var(--_ui5-cozy-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2));--_ui5_group_header_list_item_height: 2.75rem;--_ui5_month_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_buttons_left_space: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_form_item_min_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.813rem);--_ui5_form_item_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .65rem);--_ui5-form-group-heading-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_popup_default_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_year_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_token_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_token_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, .75rem);--_ui5_tc_item_text: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_tc_item_height: var(--_ui5-compact-size, 4rem) var(--_ui5-cozy-size, 4.75rem);--_ui5_tc_item_text_only_height: 2.75rem;--_ui5_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5_tc_item_text_line_height: var(--_ui5-compact-size, 1.325rem) var(--_ui5-cozy-size, 1.325rem);--_ui5_tc_item_icon_circle_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_tc_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_tc_item_add_text_margin_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_label_side_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_inner_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_svg_size: var(--_ui5-compact-size, 1.1429em) var(--_ui5-cozy-size, 1.5714em);--_ui5-responsive_popover_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-indent-step: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.5rem);--_ui5-tree-toggle-box-width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-toggle-box-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5-tree-toggle-icon-size: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_split_button_middle_separator_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .625rem);--_ui5_split_button_middle_separator_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1rem);--_ui5-toolbar-separator-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5-toolbar-height: var(--_ui5-compact-size, var(--sapElement_Compact_LineHeight)) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_toolbar_overflow_padding: var(--_ui5-compact-size, .1875rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_dynamic_page_title_actions_separator_height: var(--_ui5-compact-size, var(--_ui5-toolbar-separator-height)) var(--_ui5-cozy-size, var(--_ui5-toolbar-separator-height));--_ui5-shellbar-separator-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--___ui5-test-cozy-only: red;--___ui5-test-both: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, red);--___ui5-test-compact-only: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_height: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_rotation_90deg: rotate(90deg);--_ui5_rotation_minus_90deg: rotate(-90deg);--_ui5_icon_transform_scale: none;--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_90deg);--_ui5_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5_dialog_resize_cursor: se-resize;--_ui5_menu_submenu_margin_offset: -.25rem 0}.ui5-avatar-group-items-xs{--_ui5_avatar_group_focus_border_radius: 1rem}.ui5-avatar-group-items-s{--_ui5_avatar_group_focus_border_radius: 1.5rem}.ui5-avatar-group-items-m{--_ui5_avatar_group_focus_border_radius: 2rem}.ui5-avatar-group-items-l{--_ui5_avatar_group_focus_border_radius: 2.5rem}.ui5-avatar-group-items-xl{--_ui5_avatar_group_focus_border_radius: 3.5rem}:dir(rtl){--_ui5_icon_transform_scale: scale(-1, 1);--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_minus_90deg);--_ui5_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5_dialog_resize_cursor:sw-resize;--_ui5_menu_submenu_margin_offset: 0 -.25rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_border_radius: .25rem}\n'])},3466(ie,H,u){"use strict";u.d(H,{Xj:()=>S,vR:()=>X,cY:()=>O});var h=u(6113),v=u(2358),y=u(3274);const F=(0,h.A)("OpenedPopupsRegistry",{openedRegistry:[]}),U=(0,y.x$)("OpenUI5Support"),S=(x,z=[])=>{F.openedRegistry.some(q=>q.instance===x)||(F.openedRegistry.push({instance:x,parentPopovers:z}),function I(x){U?.addOpenedPopup(x)}({type:"WebComponent",instance:x})),K(),1===F.openedRegistry.length&&ne()},O=x=>{F.openedRegistry=F.openedRegistry.filter(z=>z.instance!==x),function w(x){U?.removeOpenedPopup(x)}(x),K(),F.openedRegistry.length||J()},X=()=>[...F.openedRegistry],P=x=>{if(F.openedRegistry.length&&(0,v.KL)(x)&&!((x,z="handledByControl")=>!!x[`_sapui_${z}`])(x)){const z=F.openedRegistry[F.openedRegistry.length-1].instance;if(U&&z!==U.getTopmostPopup())return;x.stopImmediatePropagation(),z.closePopup(!0)}},ne=()=>{document.addEventListener("keydown",P)},J=()=>{document.removeEventListener("keydown",P)},K=()=>{let x,z=!1;for(let q=F.openedRegistry.length-1;q>=0;q--)x=F.openedRegistry[q].instance,!z&&x.isModal?(x.isTopModalPopup=!0,z=!0):x.isTopModalPopup=!1}},9698(ie,H,u){"use strict";var h=function(y){return y.List="List",y.Menu="Menu",y.Tree="Tree",y.ListBox="ListBox",y}(h||{});u.d(H,["A",0,h])},897(ie,H,u){"use strict";var h=function(y){return y.ListItem="ListItem",y.MenuItem="MenuItem",y.TreeItem="TreeItem",y.Option="Option",y.None="None",y}(h||{});u.d(H,["A",0,h])},5011(ie,H,u){"use strict";var h=function(y){return y.None="None",y.Single="Single",y.SingleStart="SingleStart",y.SingleEnd="SingleEnd",y.SingleAuto="SingleAuto",y.Multiple="Multiple",y.Delete="Delete",y}(h||{});u.d(H,["A",0,h])},9494(ie,H,u){"use strict";var h=function(y){return y.Center="Center",y.Start="Start",y.End="End",y.Stretch="Stretch",y}(h||{});u.d(H,["A",0,h])},9634(ie,H,u){"use strict";var h=function(y){return y.None="None",y.Dialog="Dialog",y.AlertDialog="AlertDialog",y}(h||{});u.d(H,["A",0,h])},6968(ie,H,u){"use strict";var h=function(y){return y.None="None",y.Normal="Normal",y}(h||{});u.d(H,["A",0,h])}};const ry={};function mt(ie){const H=ry[ie];if(void 0!==H)return H.exports;const u=ry[ie]={id:ie,loaded:!1,exports:{}};return oy[ie](u,u.exports,mt),u.loaded=!0,u.exports}mt.m=oy,mt.n=ie=>{const H=ie&&ie.__esModule?()=>ie.default:()=>ie;return mt.d(H,{a:H}),H},mt.d=(ie,H)=>{if(Array.isArray(H))for(var u=0;u<H.length;){var h=H[u++],v=H[u++];mt.o(ie,h)?0===v&&u++:Object.defineProperty(ie,h,0===v?{enumerable:!0,value:H[u++]}:{enumerable:!0,get:v})}else for(var h in H)mt.o(H,h)&&!mt.o(ie,h)&&Object.defineProperty(ie,h,{enumerable:!0,get:H[h]})},mt.f={},mt.e=ie=>Promise.all(Object.keys(mt.f).reduce((H,u)=>(mt.f[u](ie,H),H),[])),mt.u=ie=>ie+".js",mt.miniCssF=ie=>{},mt.o=(ie,H)=>Object.prototype.hasOwnProperty.call(ie,H),(()=>{const ie={};mt.l=(u,h,v,y)=>{if(ie[u])return void ie[u].push(h);let g,M;if(void 0!==v){const I=document.getElementsByTagName("script");for(var L=0;L<I.length;L++){const w=I[L];if(w.getAttribute("src")==u||w.getAttribute("data-webpack")=="wc:"+v){g=w;break}}}g||(M=!0,g=document.createElement("script"),g.type="module",g.charset="utf-8",mt.nc&&g.setAttribute("nonce",mt.nc),g.setAttribute("data-webpack","wc:"+v),g.src=mt.tu(u)),ie[u]=[h];const F=(I,w)=>{g.onerror=g.onload=null,clearTimeout(U);const S=ie[u];if(delete ie[u],g.parentNode&&g.parentNode.removeChild(g),S&&S.forEach(O=>O(w)),I)return I(w)},U=setTimeout(F.bind(null,void 0,{type:"timeout",target:g}),12e4);g.onerror=F.bind(null,g.onerror),g.onload=F.bind(null,g.onload),M&&document.head.appendChild(g)}})(),mt.r=ie=>{Symbol.toStringTag&&Object.defineProperty(ie,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ie,"__esModule",{value:!0})},mt.nmd=ie=>(ie.paths=[],ie.children||(ie.children=[]),ie),(()=>{let ie;mt.tt=()=>(void 0===ie&&(ie={createScriptURL:H=>H},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(ie=trustedTypes.createPolicy("angular#bundler",ie))),ie)})(),mt.tu=ie=>mt.tt().createScriptURL(ie),mt.p="",(()=>{const ie={792:0};mt.f.j=(h,v)=>{let y=mt.o(ie,h)?ie[h]:void 0;if(0!==y)if(y)v.push(y[2]);else{const g=new Promise((U,I)=>y=ie[h]=[U,I]);v.push(y[2]=g);const M=mt.p+mt.u(h),L=new Error,F=U=>{if(mt.o(ie,h)&&(y=ie[h],0!==y&&(ie[h]=void 0),y)){const I=U&&("load"===U.type?"missing":U.type),w=U&&U.target&&U.target.src;L.message="Loading chunk "+h+" failed.\n("+I+": "+w+")",L.name="ChunkLoadError",L.type=I,L.request=w,L.event=U,y[1](L)}};mt.l(M,F,"chunk-"+h,h)}};const H=(h,v)=>{let[y,g,M]=v;var L,F,U=0;if(y.some(w=>0!==ie[w])){for(L in g)mt.o(g,L)&&(mt.m[L]=g[L]);M&&M(mt)}for(h&&h(v);U<y.length;U++)mt.o(ie,F=y[U])&&ie[F]&&ie[F][0](),ie[F]=0},u=self.webpackChunkwc=self.webpackChunkwc||[];u.forEach(H.bind(null,0)),u.push=H.bind(null,u.push.bind(u))})(),(()=>{"use strict";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*/const Rt="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class ke extends Error{code;constructor(t,n){super(tn(t,n)),this.code=t}}function tn(e,t){return`${function en(e){return`NG0${Math.abs(e)}`}(e)}${t?": "+t:""}`}function At(e){for(let t in e)if(e[t]===At)return t;throw Error("")}function ln(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Jt(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(Jt).join(", ")}]`;if(null==e)return""+e;const t=e.overriddenName||e.name;if(t)return`${t}`;const n=e.toString();if(null==n)return""+n;const i=n.indexOf("\n");return i>=0?n.slice(0,i):n}function on(e,t){return e?t?`${e} ${t}`:e:t||""}const hi=At({__forward_ref__:At});function pn(e){return e.__forward_ref__=pn,e}function Et(e){return Ai(e)?e():e}function Ai(e){return"function"==typeof e&&e.hasOwnProperty(hi)&&e.__forward_ref__===pn}function zt(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function yi(e){return{providers:e.providers||[],imports:e.imports||[]}}function bi(e){return function Wo(e,t){return e.hasOwnProperty(t)&&e[t]||null}(e,Ni)}function Ui(e){return e&&e.hasOwnProperty(Bo)?e[Bo]:null}const Ni=At({\u0275prov:At}),Bo=At({\u0275inj:At});class rt{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=zt({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function ii(e){return e&&!!e.\u0275providers}const N=At({\u0275cmp:At}),te=At({\u0275dir:At}),Ue=At({\u0275pipe:At}),qt=At({\u0275fac:At}),xt=At({__NG_ELEMENT_ID__:At}),Tn=At({__NG_ENV_ID__:At});function Tt(e){return oi(e),e[N]||null}function Ot(e){return oi(e),e[te]||null}function _n(e){return oi(e),e[Ue]||null}function oi(e,t){if(null==e)throw new ke(-919,!1)}function It(e){return"string"==typeof e?e:null==e?"":String(e)}const co=At({ngErrorCode:At}),So=At({ngErrorMessage:At}),Cr=At({ngTokenPath:At});function Ys(e,t){return Xs("",-200,t)}function Vi(e,t){throw new ke(-201,!1)}function Xs(e,t,n){const i=new ke(t,e);return i[co]=t,i[So]=e,n&&(i[Cr]=n),i}let Ko;function ls(){return Ko}function Xn(e){const t=Ko;return Ko=e,t}function eu(e,t,n){const i=bi(e);return i&&"root"==i.providedIn?void 0===i.value?i.value=i.factory():i.value:8&n?null:void 0!==t?t:void Vi()}globalThis;const ot={};class Yt{injector;constructor(t){this.injector=t}retrieve(t,n){const i=Tr(n)||0;try{return this.injector.get(t,8&i?null:ot,i)}catch(o){if(Vt(o))return o;throw o}}}function bn(e,t=0){const n=Xt();if(void 0===n)throw new ke(-203,!1);if(null===n)return eu(e,void 0,t);{const i=function tu(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(t),o=n.retrieve(e,i);if(Vt(o)){if(i.optional)return null;throw o}return o}}function Lt(e,t=0){return(ls()||bn)(Et(e),t)}function Ve(e,t){return Lt(e,Tr(t))}function Tr(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function nu(e){const t=[];for(let n=0;n<e.length;n++){const i=Et(e[n]);if(Array.isArray(i)){if(0===i.length)throw new ke(900,!1);let o,r=0;for(let s=0;s<i.length;s++){const a=i[s],c=sy(a);"number"==typeof c?-1===c?o=a.token:r|=c:o=a}t.push(Lt(o,r))}else t.push(Lt(i))}return t}function sy(e){return e.__NG_DI_FLAG__}function Sr(e,t){return e.hasOwnProperty(qt)?e[qt]:null}function us(e,t){e.forEach(n=>Array.isArray(n)?us(n,t):t(n))}function Ya(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Za(e,t,n){let i=Js(e,t);return i>=0?e[1|i]=n:(i=~i,function iu(e,t,n,i){let o=e.length;if(o==t)e.push(n,i);else if(1===o)e.push(i,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;)e[o]=e[o-2],o--;e[t]=n,e[t+1]=i}}(e,i,t,n)),i}function ou(e,t){const n=Js(e,t);if(n>=0)return e[1|n]}function Js(e,t){return function cy(e,t,n){let i=0,o=e.length>>n;for(;o!==i;){const r=i+(o-i>>1),s=e[r<<n];if(t===s)return r<<n;s>t?o=r:i=r+1}return~(o<<n)}(e,t,1)}const Dr={},wn=[],ds=new rt(""),Ja=new rt("",-1),ru=new rt("");class _s{get(t,n=ot){if(n===ot){const o=Xs("",-201);throw o.name="\u0275NotFound",o}return n}}function Qa(e){return{\u0275providers:e}}function Tf(...e){return{\u0275providers:ec(0,e),\u0275fromNgModule:!0}}function ec(e,...t){const n=[],i=new Set;let o;const r=s=>{n.push(s)};return us(t,s=>{const a=s;Qs(a,r,[],i)&&(o||=[],o.push(a))}),void 0!==o&&su(o,r),n}function su(e,t){for(let n=0;n<e.length;n++){const{ngModule:i,providers:o}=e[n];tc(o,r=>{t(r,i)})}}function Qs(e,t,n,i){if(!(e=Et(e)))return!1;let o=null,r=Ui(e);const s=!r&&Tt(e);if(r||s){if(s&&!s.standalone)return!1;o=e}else{const c=e.ngModule;if(r=Ui(c),!r)return!1;o=c}const a=i.has(o);if(s){if(a)return!1;if(i.add(o),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)Qs(l,t,n,i)}}else{if(!r)return!1;{if(null!=r.imports&&!a){let l;i.add(o),us(r.imports,d=>{Qs(d,t,n,i)&&(l||=[],l.push(d))}),void 0!==l&&su(l,t)}if(!a){const l=Sr(o)||(()=>new o);t({provide:o,useFactory:l,deps:wn},o),t({provide:ru,useValue:o,multi:!0},o),t({provide:ds,useValue:()=>Lt(o),multi:!0},o)}const c=r.providers;if(null!=c&&!a){const l=e;tc(c,d=>{t(d,l)})}}}return o!==e&&void 0!==e.providers}function tc(e,t){for(let n of e)ii(n)&&(n=n.\u0275providers),Array.isArray(n)?tc(n,t):t(n)}const Sf=At({provide:String,useValue:At});function nc(e){return null!==e&&"object"==typeof e&&Sf in e}function Do(e){return"function"==typeof e}const lu=new rt(""),ic={},If={};let uu;function oc(){return void 0===uu&&(uu=new _s),uu}class Hi{}class qo extends Hi{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,i,o){super(),this.parent=n,this.source=i,this.scopes=o,_u(t,s=>this.processProvider(s)),this.records.set(Ja,fs(void 0,this)),o.has("environment")&&this.records.set(Hi,fs(void 0,this));const r=this.records.get(lu);null!=r&&"string"==typeof r.value&&this.scopes.add(r.value),this.injectorDefTypes=new Set(this.get(ru,wn,{self:!0}))}retrieve(t,n){const i=Tr(n)||0;try{return this.get(t,ot,i)}catch(o){if(Vt(o))return o;throw o}}destroy(){ea(this),this._destroyed=!0;const t=y(null);try{for(const i of this._ngOnDestroyHooks)i.ngOnDestroy();const n=this._onDestroyHooks;this._onDestroyHooks=[];for(const i of n)i()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),y(t)}}onDestroy(t){return ea(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){ea(this);const n=gt(this),i=Xn(void 0);try{return t()}finally{gt(n),Xn(i)}}get(t,n=ot,i){if(ea(this),t.hasOwnProperty(Tn))return t[Tn](this);const o=Tr(i),s=gt(this),a=Xn(void 0);try{if(!(4&o)){let l=this.records.get(t);if(void 0===l){const d=function hy(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(t)&&bi(t);l=d&&this.injectableDefInScope(d)?fs(du(t),ic):null,this.records.set(t,l)}if(null!=l)return this.hydrate(t,l,o)}return(2&o?oc():this.parent).get(t,n=8&o&&n===ot?null:n)}catch(c){const l=function qa(e){return e[co]}(c);throw-200===l||-201===l?new ke(l,null):c}finally{Xn(a),gt(s)}}resolveInjectorInitializers(){const t=y(null),n=gt(this),i=Xn(void 0);try{const r=this.get(ds,wn,{self:!0});for(const s of r)s()}finally{gt(n),Xn(i),y(t)}}toString(){return"R3Injector[...]"}processProvider(t){let n=Do(t=Et(t))?t:Et(t&&t.provide);const i=function dy(e){return nc(e)?fs(void 0,e.useValue):fs(Af(e),ic)}(t);if(!Do(t)&&!0===t.multi){let o=this.records.get(n);o||(o=fs(void 0,ic,!0),o.factory=()=>nu(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,i)}hydrate(t,n,i){const o=y(null);try{if(n.value===If)throw Ys();return n.value===ic&&(n.value=If,n.value=n.factory(void 0,i)),"object"==typeof n.value&&n.value&&function fy(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{y(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=Et(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){const n=this._onDestroyHooks.indexOf(t);-1!==n&&this._onDestroyHooks.splice(n,1)}}function du(e){const t=bi(e),n=null!==t?t.factory:Sr(e);if(null!==n)return n;if(e instanceof rt)throw new ke(-204,!1);if(e instanceof Function)return function uy(e){if(e.length>0)throw new ke(-204,!1);const n=function wi(e){return(e?.[Ni]??null)||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new ke(-204,!1)}function Af(e,t,n){let i;if(Do(e)){const o=Et(e);return Sr(o)||du(o)}if(nc(e))i=()=>Et(e.useValue);else if(function cu(e){return!(!e||!e.useFactory)}(e))i=()=>e.useFactory(...nu(e.deps||[]));else if(function au(e){return!(!e||!e.useExisting)}(e))i=(o,r)=>Lt(Et(e.useExisting),void 0!==r&&8&r?8:void 0);else{const o=Et(e&&(e.useClass||e.provide));if(!function _y(e){return!!e.deps}(e))return Sr(o)||du(o);i=()=>new o(...nu(e.deps))}return i}function ea(e){if(e.destroyed)throw new ke(-205,!1)}function fs(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function _u(e,t){for(const n of e)Array.isArray(n)?_u(n,t):n&&ii(n)?_u(n.\u0275providers,t):t(n)}function Io(e,t){let n;e instanceof qo?(ea(e),n=e):n=new Yt(e);const o=gt(n),r=Xn(void 0);try{return t()}finally{gt(o),Xn(r)}}function xn(e){return Array.isArray(e)&&"object"==typeof e[1]}function Qn(e){return Array.isArray(e)&&!0===e[1]}function gu(e){return!!(4&e.flags)}function lo(e){return e.componentOffset>-1}function Ir(e){return!(1&~e.flags)}function uo(e){return!!e.template}function Yo(e){return!!(512&e[2])}function eo(e){return!(256&~e[2])}var kn=function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e[e.ATTRIBUTE_NO_BINDING=6]="ATTRIBUTE_NO_BINDING",e}(kn||{});function Hn(e){for(;Array.isArray(e);)e=e[0];return e}function ps(e,t){return Hn(t[e])}function jn(e,t){return Hn(t[e.index])}function gs(e,t){return e.data[t]}function Ar(e,t){return e[t]}function yu(e,t,n,i){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=i}function Ei(e,t){const n=t[e];return xn(n)?n:n[0]}function bu(e){return!(128&~e[2])}function li(e,t){return null==t?null:e[t]}function Hf(e){e[17]=0}function dc(e){1024&e[2]||(e[2]|=1024,bu(e)&&ms(e))}function na(e){return!!(9216&e[2]||e[24]?.dirty)}function Cu(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),na(e)&&ms(e)}function ms(e){e[10].changeDetectionScheduler?.notify(0);let t=Ao(e);for(;null!==t&&!(8192&t[2])&&(t[2]|=8192,bu(t));)t=Ao(t)}function ia(e,t){if(eo(e))throw new ke(911,!1);null===e[21]&&(e[21]=[]),e[21].push(t)}function Ao(e){const t=e[3];return Qn(t)?t[3]:t}const Pt={lFrame:$y(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let fc=!1;function $f(){Pt.lFrame.elementDepthCount--}function Wf(){return null!==Pt.skipHydrationRootTNode}function Kf(e){return Pt.skipHydrationRootTNode===e}function qf(){Pt.skipHydrationRootTNode=null}function Re(){return Pt.lFrame.lView}function Ft(){return Pt.lFrame.tView}function vs(e){return Pt.lFrame.contextLView=e,e[8]}function ys(e){return Pt.lFrame.contextLView=null,e}function Gt(){let e=Fy();for(;null!==e&&64===e.type;)e=e.parent;return e}function Fy(){return Pt.lFrame.currentTNode}function Uo(e,t){const n=Pt.lFrame;n.currentTNode=e,n.isParent=t}function Py(){return Pt.lFrame.isParent}function Yf(){Pt.lFrame.isParent=!1}function Vy(){return fc}function Su(e){const t=fc;return fc=e,t}function zi(){return Pt.lFrame.bindingIndex++}function Jo(e){const t=Pt.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function ek(e,t){const n=Pt.lFrame;n.bindingIndex=n.bindingRootIndex=e,Xf(t)}function Xf(e){Pt.lFrame.currentDirectiveIndex=e}function Du(e){Pt.lFrame.currentQueryIndex=e}function nk(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[5]:null}function zy(e,t,n){if(4&n){let o=t,r=e;for(;!(o=o.parent,null!==o||1&n||(o=nk(r),null===o||(r=r[14],10&o.type))););if(null===o)return!1;t=o,e=r}const i=Pt.lFrame=Gy();return i.currentTNode=t,i.lView=e,!0}function Qf(e){const t=Gy(),n=e[1];Pt.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Gy(){const e=Pt.lFrame,t=null===e?null:e.child;return null===t?$y(e):t}function $y(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Wy(){const e=Pt.lFrame;return Pt.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const Ky=Wy;function eh(){const e=Wy();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function ri(){return Pt.lFrame.selectedIndex}function Qo(e){Pt.lFrame.selectedIndex=e}function _o(){const e=Pt.lFrame;return gs(e.tView,e.selectedIndex)}function Yy(){return Pt.lFrame.currentNamespace}let Xy=!0;function Iu(){return Xy}function pc(e){Xy=e}function Zy(e,t=null,n=null,i){const o=function Jy(e,t=null,n=null,i,o=new Set){const r=[n||wn,Tf(e)];return new qo(r,t||oc(),null,o)}(e,t,n);return o.resolveInjectorInitializers(),o}class zn{static THROW_IF_NOT_FOUND=ot;static NULL=new _s;static create(t,n){if(Array.isArray(t))return Zy({name:""},n,t);{const i=t.name??"";return Zy({name:i},t.parent,t.providers)}}static \u0275prov=zt({token:zn,providedIn:"any",factory:()=>Lt(Ja)});static __NG_ELEMENT_ID__=-1}const wo=new rt("");let to=(()=>class e{static __NG_ELEMENT_ID__=lk;static __NG_ENV_ID__=n=>n})();class Qy extends to{_lView;constructor(t){super(),this._lView=t}get destroyed(){return eo(this._lView)}onDestroy(t){const n=this._lView;return ia(n,t),()=>function Eu(e,t){if(null===e[21])return;const n=e[21].indexOf(t);-1!==n&&e[21].splice(n,1)}(n,t)}}function lk(){return new Qy(Re())}const uk=!1,dk=new rt("");let xr=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new $(!1);debugTaskTracker=Ve(dk,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new yt(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const n=this.taskId++;return this.pendingTasks.add(n),this.debugTaskTracker?.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.debugTaskTracker?.remove(n),0===this.pendingTasks.size&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();const fo=class _k extends re{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,function fu(){return void 0!==ls()||null!=Xt()}()&&(this.destroyRef=Ve(to,{optional:!0})??void 0,this.pendingTasks=Ve(xr,{optional:!0})??void 0)}emit(t){const n=y(null);try{super.next(t)}finally{y(n)}}subscribe(t,n,i){let o=t,r=n||(()=>null),s=i;if(t&&"object"==typeof t){const c=t;o=c.next?.bind(c),r=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(r=this.wrapInTimeout(r),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:o,error:r,complete:s});return t instanceof Me&&t.add(a),a}wrapInTimeout(t){return n=>{const i=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{void 0!==i&&this.pendingTasks?.remove(i)}})}}};function Au(...e){}function eb(e){let t,n;function i(){e=Au;try{void 0!==n&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(n),void 0!==t&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),i()}),"function"==typeof requestAnimationFrame&&(n=requestAnimationFrame(()=>{e(),i()})),()=>i()}function fk(e){return queueMicrotask(()=>e()),()=>{e=Au}}const nh="isAngularZone",wu=nh+"_ID";let hk=0;class Rn{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new fo(!1);onMicrotaskEmpty=new fo(!1);onStable=new fo(!1);onError=new fo(!1);constructor(t){const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:i=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:r=uk}=t;if(typeof Zone>"u")throw new ke(908,!1);Zone.assertZonePatched();const s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&i,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=r,function mk(e){const t=()=>{!function gk(e){function t(){eb(()=>{e.callbackScheduled=!1,oh(e),e.isCheckStableRunning=!0,ih(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),oh(e))}(e)},n=hk++;e._inner=e._inner.fork({name:"angular",properties:{[nh]:!0,[wu]:n,[wu+n]:!0},onInvokeTask:(i,o,r,s,a,c)=>{if(function yk(e){return ib(e,"__ignore_ng_zone__")}(c))return i.invokeTask(r,s,a,c);try{return tb(e),i.invokeTask(r,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),nb(e)}},onInvoke:(i,o,r,s,a,c,l)=>{try{return tb(e),i.invoke(r,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function bk(e){return ib(e,"__scheduler_tick__")}(c)&&t(),nb(e)}},onHasTask:(i,o,r,s)=>{i.hasTask(r,s),o===r&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,oh(e),ih(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(i,o,r,s)=>(i.handleError(r,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(nh)}static assertInAngularZone(){if(!Rn.isInAngularZone())throw new ke(909,!1)}static assertNotInAngularZone(){if(Rn.isInAngularZone())throw new ke(909,!1)}run(t,n,i){return this._inner.run(t,n,i)}runTask(t,n,i,o){const r=this._inner,s=r.scheduleEventTask("NgZoneEvent: "+o,t,pk,Au,Au);try{return r.runTask(s,n,i)}finally{r.cancelTask(s)}}runGuarded(t,n,i){return this._inner.runGuarded(t,n,i)}runOutsideAngular(t){return this._outer.run(t)}}const pk={};function ih(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function oh(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function tb(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function nb(e){e._nesting--,ih(e)}class vk{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new fo;onMicrotaskEmpty=new fo;onStable=new fo;onError=new fo;run(t,n,i){return t.apply(n,i)}runGuarded(t,n,i){return t.apply(n,i)}runOutsideAngular(t){return t()}runTask(t,n,i,o){return t.apply(n,i)}}function ib(e,t){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[t]}class oa{_console=console;handleError(t){this._console.error("ERROR",t)}}const ra=new rt("",{factory:()=>{const e=Ve(Rn),t=Ve(Hi);let n;return i=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw i}):(n??=t.get(oa),n.handleError(i))})}}}),ob={provide:ds,useValue:()=>{Ve(oa,{optional:!0})},multi:!0};function no(e,t){const[n,i,o]=function ze(e,t){const n=Object.create(Se);n.value=e,void 0!==t&&(n.equal=t);const i=()=>function $e(e){return U(e),e.value}(n);return i[v]=n,[i,s=>ae(n,s),s=>ft(n,s)]}(e,t?.equal),r=n;return r.set=i,r.update=o,r.asReadonly=rh.bind(r),r}function rh(){const e=this[v];if(void 0===e.readonlyFn){const t=()=>this();t[v]=e,e.readonlyFn=t}return e.readonlyFn}const gc=new rt("",{factory:()=>Ek}),Ek="ng",rb=new rt(""),sb=new rt("",{providedIn:"platform",factory:()=>"unknown"}),ab=new rt("",{factory:()=>Ve(wo).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});let sh=(()=>class e{view;node;constructor(n,i){this.view=n,this.node=i}static __NG_ELEMENT_ID__=Dk})();function Dk(){return new sh(Re(),Gt())}class bs{}const ah=new rt("",{factory:()=>!0}),Ik=new rt("");let lb=(()=>{class e{static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new Ak})}return e})();class Ak{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){const i=this.queues.get(t.zone);i.has(t)&&(i.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){const n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);const i=this.queues.get(n);i.has(t)||i.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(const[n,i]of this.queues)t||=null===n?this.flushQueue(i):n.run(()=>this.flushQueue(i));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(const i of t)i.dirty&&(this.dirtyEffectCount--,n=!0,i.run());return n}}class ch{[v];constructor(t){this[v]=t}destroy(){this[v].destroy()}}function ho(e,t){const n=t?.injector??Ve(zn);let o,i=!0!==t?.manualCleanup?n.get(to):null;const r=n.get(sh,null,{optional:!0}),s=n.get(bs);return null!==r?(o=function kk(e,t,n){const i=Object.create(xk);return i.view=e,i.zone=typeof Zone<"u"?Zone.current:null,i.notifier=t,i.fn=db(i,n),e[23]??=new Set,e[23].add(i),i.consumerMarkedDirty(i),i}(r.view,s,e),i instanceof Qy&&i._lView===r.view&&(i=null)):o=function Rk(e,t,n){const i=Object.create(wk);return i.fn=db(i,e),i.scheduler=t,i.notifier=n,i.zone=typeof Zone<"u"?Zone.current:null,i.scheduler.add(i),i.notifier.notify(12),i}(e,n.get(lb),s),o.injector=n,null!==i&&(o.onDestroyFns=[i.onDestroy(()=>o.destroy())]),new ch(o)}const ub={...tt,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=Su(!1);try{!function ht(e){if(e.dirty=!1,e.version>0&&!z(e))return;e.version++;const t=ne(e);try{e.cleanup(),e.fn()}finally{K(e,t)}}(this)}finally{Su(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=y(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],y(e)}}},wk={...ub,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(q(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},xk={...ub,consumerMarkedDirty(){this.view[2]|=8192,ms(this.view),this.notifier.notify(13)},destroy(){if(q(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function db(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}let lh=(()=>{class e{internalPendingTasks=Ve(xr);scheduler=Ve(bs);errorHandler=Ve(ra);add(){const n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){const i=this.add();try{n().catch(this.errorHandler).finally(i)}catch(o){this.errorHandler(o),i()}}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();var pi=mt(9293),vc=mt.n(pi);function er(e){return t=>{if(function Nk(e){return nt(e?.lift)}(t))return t.lift(function(n){try{return e(n,this)}catch(i){this.error(i)}});throw new TypeError("Unable to lift unknown Observable type")}}function Vo(e,t,n,i,o){return new Mk(e,t,n,i,o)}class Mk extends at{constructor(t,n,i,o,r,s){super(t),this.onFinalize=r,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=i?function(){try{i()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:n}=this;super.unsubscribe(),!n&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}}}function kr(e,t){return er((n,i)=>{let o=0;n.subscribe(Vo(i,r=>{i.next(e.call(t,r,o++))}))})}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
function tr(e){return{toString:e}.toString()}var et=function(e){return e[e.TemplateCreateStart=0]="TemplateCreateStart",e[e.TemplateCreateEnd=1]="TemplateCreateEnd",e[e.TemplateUpdateStart=2]="TemplateUpdateStart",e[e.TemplateUpdateEnd=3]="TemplateUpdateEnd",e[e.LifecycleHookStart=4]="LifecycleHookStart",e[e.LifecycleHookEnd=5]="LifecycleHookEnd",e[e.OutputStart=6]="OutputStart",e[e.OutputEnd=7]="OutputEnd",e[e.BootstrapApplicationStart=8]="BootstrapApplicationStart",e[e.BootstrapApplicationEnd=9]="BootstrapApplicationEnd",e[e.BootstrapComponentStart=10]="BootstrapComponentStart",e[e.BootstrapComponentEnd=11]="BootstrapComponentEnd",e[e.ChangeDetectionStart=12]="ChangeDetectionStart",e[e.ChangeDetectionEnd=13]="ChangeDetectionEnd",e[e.ChangeDetectionSyncStart=14]="ChangeDetectionSyncStart",e[e.ChangeDetectionSyncEnd=15]="ChangeDetectionSyncEnd",e[e.AfterRenderHooksStart=16]="AfterRenderHooksStart",e[e.AfterRenderHooksEnd=17]="AfterRenderHooksEnd",e[e.ComponentStart=18]="ComponentStart",e[e.ComponentEnd=19]="ComponentEnd",e[e.DeferBlockStateStart=20]="DeferBlockStateStart",e[e.DeferBlockStateEnd=21]="DeferBlockStateEnd",e[e.DynamicComponentStart=22]="DynamicComponentStart",e[e.DynamicComponentEnd=23]="DynamicComponentEnd",e[e.HostBindingsUpdateStart=24]="HostBindingsUpdateStart",e[e.HostBindingsUpdateEnd=25]="HostBindingsUpdateEnd",e}(et||{});class Qk{previousValue;currentValue;firstChange;constructor(t,n,i){this.previousValue=t,this.currentValue=n,this.firstChange=i}isFirstChange(){return this.firstChange}}function Tb(e,t,n,i){null!==t?t.applyValueToInputSignal(t,i):e[n]=i}let Sb=null;const Nu=(()=>{Sb=Db;const e=()=>Db;return e.ngInherit=!0,e})();function Db(e){return e.type.prototype.ngOnChanges&&(e.setInput=nR),tR}function tR(){const e=Ib(this),t=e?.current;if(t){const n=e.previous;if(n===Dr)e.previous=t;else for(let i in t)n[i]=t[i];e.current=null,this.ngOnChanges(t)}}function nR(e,t,n,i,o){const r=this.declaredInputs[i],s=Ib(e)||function iR(e,t){return e[ph]=t}(e,{previous:Dr,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[r];a[r]=new Qk(l&&l.currentValue,n,c===Dr),Tb(e,t,o,n)}const ph="__ngSimpleChanges__";function Ib(e){return Object.hasOwn(e,ph)&&e[ph]||null}const Es=[],fn=function(e,t=null,n){for(let i=0;i<Es.length;i++)(0,Es[i])(e,t,n)};function Mu(e,t,n){wb(e,t,3,n)}function Ou(e,t,n,i){(3&e[2])===n&&wb(e,t,n,i)}function gh(e,t){let n=e[2];(3&n)===t&&(n&=16383,n+=1,e[2]=n)}function wb(e,t,n,i){const r=i??-1,s=t.length-1;let a=0;for(let c=void 0!==i?65535&e[17]:0;c<s;c++)if("number"==typeof t[c+1]){if(a=t[c],null!=i&&a>=i)break}else t[c]<0&&(e[17]+=65536),(a<r||-1==r)&&(cR(e,n,t,c),e[17]=(4294901760&e[17])+c+2),c++}function xb(e,t){fn(et.LifecycleHookStart,e,t);const n=y(null);try{t.call(e)}finally{y(n),fn(et.LifecycleHookEnd,e,t)}}function cR(e,t,n,i){const o=n[i]<0,r=n[i+1],a=e[o?-n[i]:n[i]];o?e[2]>>14<e[17]>>16&&(3&e[2])===t&&(e[2]+=16384,xb(a,r)):xb(a,r)}class Cc{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,i,o){this.factory=t,this.name=o,this.canSeeViewProviders=n,this.injectImpl=i}}function Rb(e){return 3===e||4===e||6===e}function Nb(e){return 64===e.charCodeAt(0)}function ca(e,t){if(null!==t&&0!==t.length)if(null===e||0===e.length)e=t.slice();else{let n=-1;for(let i=0;i<t.length;i++){const o=t[i];"number"==typeof o?n=o:0===n||Mb(e,n,o,0,-1===n||2===n?t[++i]:null)}}return e}function Mb(e,t,n,i,o){let r=0,s=e.length;if(-1===t)s=-1;else for(;r<e.length;){const a=e[r++];if("number"==typeof a){if(a===t){s=-1;break}if(a>t){s=r-1;break}}}for(;r<e.length;){const a=e[r];if("number"==typeof a)break;if(a===n)return void(null!==o&&(e[r+1]=o));r++,null!==o&&r++}-1!==s&&(e.splice(s,0,t),r=s+1),e.splice(r++,0,n),null!==o&&e.splice(r++,0,o)}function Ec(e){return 32767&e}function Tc(e,t){let n=function _R(e){return e>>16}(e),i=t;for(;n>0;)i=i[14],n--;return i}let yh=!0;function Lu(e){const t=yh;return yh=e,t}let fR=0;const Ho={};function Fu(e,t){const n=Fb(e,t);if(-1!==n)return n;const i=t[1];i.firstCreatePass&&(e.injectorIndex=t.length,bh(i.data,e),bh(t,null),bh(i.blueprint,null));const o=Pu(e,t),r=e.injectorIndex;if(function vh(e){return-1!==e}(o)){const s=Ec(o),a=Tc(o,t),c=a[1].data;for(let l=0;l<8;l++)t[r+l]=a[s+l]|c[s+l]}return t[r+8]=o,r}function bh(e,t){e.push(0,0,0,0,0,0,0,0,t)}function Fb(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function Pu(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,i=null,o=t;for(;null!==o;){if(i=jb(o),null===i)return-1;if(n++,o=o[14],-1!==i.injectorIndex)return i.injectorIndex|n<<16}return-1}function Ch(e,t,n){!function hR(e,t,n){let i;"string"==typeof n?i=n.charCodeAt(0)||0:n.hasOwnProperty(xt)&&(i=n[xt]),null==i&&(i=n[xt]=fR++);const o=255&i;t.data[e+(o>>5)]|=1<<o}(e,t,n)}function Pb(e,t,n){if(8&n||void 0!==e)return e;Vi()}function Bb(e,t,n,i){if(8&n&&void 0===i&&(i=null),!(3&n)){const o=e[9],r=Xn(void 0);try{return o?o.get(t,i,8&n):eu(t,i,8&n)}finally{Xn(r)}}return Pb(i,0,n)}function Eh(e,t,n,i=0,o){if(null!==e){if(2048&t[2]&&!(2&i)){const s=function yR(e,t,n,i,o){let r=e,s=t;for(;null!==r&&null!==s&&2048&s[2]&&!Yo(s);){const a=Ub(r,s,n,2|i,Ho);if(a!==Ho)return a;let c=r.parent;if(!c){const l=s[20];if(l){const d=l.get(n,Ho,-5&i);if(d!==Ho)return d}c=jb(s),s=s[14]}r=c}return o}(e,t,n,i,Ho);if(s!==Ho)return s}const r=Ub(e,t,n,i,Ho);if(r!==Ho)return r}return Bb(t,n,i,o)}function Ub(e,t,n,i,o){const r=function mR(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(xt)?e[xt]:void 0;return"number"==typeof t?t>=0?255&t:vR:t}(n);if("function"==typeof r){if(!zy(t,e,i))return 1&i?Pb(o,0,i):Bb(t,n,i,o);try{let s;if(s=r(i),null!=s||8&i)return s;Vi()}finally{Ky()}}else if("number"==typeof r){let s=null,a=Fb(e,t),c=-1,l=1&i?t[15][5]:null;for((-1===a||4&i)&&(c=-1===a?Pu(e,t):t[a+8],-1!==c&&Hb(i,!1)?(s=t[1],a=Ec(c),t=Tc(c,t)):a=-1);-1!==a;){const d=t[1];if(Vb(r,a,d.data)){const _=gR(a,t,n,s,i,l);if(_!==Ho)return _}c=t[a+8],-1!==c&&Hb(i,t[1].data[a+8]===l)&&Vb(r,a,t)?(s=d,a=Ec(c),t=Tc(c,t)):a=-1}}return o}function gR(e,t,n,i,o,r){const s=t[1],a=s.data[e+8],d=function Bu(e,t,n,i,o){const r=e.providerIndexes,s=t.data,a=1048575&r,c=e.directiveStart,d=r>>20,b=o?a+d:e.directiveEnd;for(let T=i?a:a+d;T<b;T++){const V=s[T];if(T<c&&n===V||T>=c&&V.type===n)return T}if(o){const T=s[c];if(T&&uo(T)&&T.type===n)return c}return null}(a,s,n,null==i?lo(a)&&yh:i!=s&&!!(3&a.type),1&o&&r===a);return null!==d?Sc(t,s,d,a,o):Ho}function Sc(e,t,n,i,o){let r=e[n];const s=t.data;if(r instanceof Cc){const a=r;if(a.resolving)throw Ys();const c=Lu(a.canSeeViewProviders);a.resolving=!0;const _=a.injectImpl?Xn(a.injectImpl):null;zy(e,i,0);try{r=e[n]=a.factory(void 0,o,s,e,i),t.firstCreatePass&&n>=i.directiveStart&&function aR(e,t,n){const{ngOnChanges:i,ngOnInit:o,ngDoCheck:r}=t.type.prototype;if(i){const s=function eR(){return Sb}()(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),r&&((n.preOrderHooks??=[]).push(e,r),(n.preOrderCheckHooks??=[]).push(e,r))}(n,s[n],t)}finally{null!==_&&Xn(_),Lu(c),a.resolving=!1,Ky()}}return r}function Vb(e,t,n){return!!(n[t+(e>>5)]&1<<e)}function Hb(e,t){return!(2&e||1&e&&t)}class Wn{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,i){return Eh(this._tNode,this._lView,t,Tr(i),n)}}function vR(){return new Wn(Gt(),Re())}function Uu(e){return tr(()=>{const t=e.prototype.constructor,n=t[qt]||Th(t),i=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==i;){const r=o[qt]||Th(o);if(r&&r!==n)return r;o=Object.getPrototypeOf(o)}return r=>new r})}function Th(e){return Ai(e)?()=>{const t=Th(Et(e));return t&&t()}:Sr(e)}function jb(e){const t=e[1],n=t.type;return 2===n?t.declTNode:1===n?e[5]:null}function xo(e){return{token:e.token,providedIn:!1===e.autoProvided?null:"root",factory:e.factory,value:void 0}}function GR(){return fa(Gt(),Re())}function fa(e,t){return new Mi(jn(e,t))}let Mi=(()=>class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=GR})();function Ic(e){return!(128&~e.flags)}Symbol;var zu=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(zu||{});const Gu=new Map;let YR=0;function xh(e){Gu.delete(e[19])}const Rh="__ngContext__";function Li(e,t){xn(t)?(e[Rh]=t[19],function ZR(e){Gu.set(e[19],e)}(t)):e[Rh]=t}function rC(e){return aC(e[12])}function sC(e){return aC(e[4])}function aC(e){for(;null!==e&&!Qn(e);)e=e[4];return e}let Oh;const EN=new rt("",{factory:()=>!1}),jh=new WeakMap;function Xu(e){return!(32&~e.flags)}function jC(e,t){const n=e.contentQueries;if(null!==n){const i=y(null);try{for(let o=0;o<n.length;o+=2){const s=n[o+1];if(-1!==s){const a=e.data[s];Du(n[o]),a.contentQueries(2,t[s],s)}}}finally{y(i)}}}function Xh(e,t,n){Du(0);const i=y(null);try{t(e,n)}finally{y(i)}}function Zh(e,t,n){if(gu(t)){const i=y(null);try{const r=t.directiveEnd;for(let s=t.directiveStart;s<r;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,n[s],s)}}finally{y(i)}}}var po=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}(po||{});class ZC{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Rt})`}}function nr(e){return e instanceof ZC?e.changingThisBreaksApplicationSecurity:e}function xc(e,t){const n=function JC(e){return e instanceof ZC&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Rt})`)}return n===t}const pM=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function sd(e,t,n){return e.createElement(t,n)}function ko(e,t,n,i,o){e.insertBefore(t,n,i,o)}function l0(e,t,n){e.appendChild(t,n)}function u0(e,t,n,i,o){null!==i?ko(e,t,n,i,o):l0(e,t,n)}function Rc(e,t,n,i){e.removeChild(null,t,n,i)}function _0(e,t,n){const{mergedAttrs:i,classes:o,styles:r}=n;null!==i&&function dR(e,t,n){let i=0;for(;i<n.length;){const o=n[i];if("number"==typeof o){if(0!==o)break;i++;const r=n[i++],s=n[i++],a=n[i++];e.setAttribute(t,s,a,r)}else{const r=o,s=n[++i];Nb(r)?e.setProperty(t,r,s):e.setAttribute(t,r,s),i++}}}(e,t,i),null!==o&&function xM(e,t,n){""===n?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}(e,t,o),null!==r&&function wM(e,t,n){e.setAttribute(t,"style",n)}(e,t,r)}function ad(e){const t=function Nc(){const e=Re();return e&&e[10].sanitizer}();return t?t.sanitize(kn.URL,e)||"":xc(e,"URL")?nr(e):function tp(e){return(e=String(e)).match(pM)?e:"unsafe:"+e}(It(e))}function $M(e,t,n){let i=e.length;for(;;){const o=e.indexOf(t,n);if(-1===o)return o;if(0===o||e.charCodeAt(o-1)<=32){const r=t.length;if(o+r===i||e.charCodeAt(o+r)<=32)return o}n=o+1}}const S0="ng-template";function WM(e,t,n,i){let o=0;if(i){for(;o<t.length&&"string"==typeof t[o];o+=2)if("class"===t[o]&&-1!==$M(t[o+1].toLowerCase(),n,0))return!0}else if(cp(e))return!1;if(o=t.indexOf(1,o),o>-1){let r;for(;++o<t.length&&"string"==typeof(r=t[o]);)if(r.toLowerCase()===n)return!0}return!1}function cp(e){return 4===e.type&&e.value!==S0}function KM(e,t,n){return t===(4!==e.type||n?e.value:S0)}function qM(e,t,n){let i=4;const o=e.attrs,r=null!==o?function ZM(e){for(let t=0;t<e.length;t++)if(Rb(e[t]))return t;return e.length}(o):0;let s=!1;for(let a=0;a<t.length;a++){const c=t[a];if("number"!=typeof c){if(!s)if(4&i){if(i=2|1&i,""!==c&&!KM(e,c,n)||""===c&&1===t.length){if(Ro(i))return!1;s=!0}}else if(8&i){if(null===o||!WM(e,o,c,n)){if(Ro(i))return!1;s=!0}}else{const l=t[++a],d=YM(c,o,cp(e),n);if(-1===d){if(Ro(i))return!1;s=!0;continue}if(""!==l){let _;if(_=d>r?"":o[d+1].toLowerCase(),2&i&&l!==_){if(Ro(i))return!1;s=!0}}}}else{if(!s&&!Ro(i)&&!Ro(c))return!1;if(s&&Ro(c))continue;s=!1,i=c|1&i}}return Ro(i)||s}function Ro(e){return!(1&e)}function YM(e,t,n,i){if(null===t)return-1;let o=0;if(i||!n){let r=!1;for(;o<t.length;){const s=t[o];if(s===e)return o;if(3===s||6===s)r=!0;else{if(1===s||2===s){let a=t[++o];for(;"string"==typeof a;)a=t[++o];continue}if(4===s)break;if(0===s){o+=4;continue}}o+=r?1:2}return-1}return function JM(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){const i=e[n];if("number"==typeof i)return-1;if(i===t)return n;n++}return-1}(t,e)}function D0(e,t,n=!1){for(let i=0;i<t.length;i++)if(qM(e,t[i],n))return!0;return!1}function QM(e,t){e:for(let n=0;n<t.length;n++){const i=t[n];if(e.length===i.length){for(let o=0;o<e.length;o++)if(e[o]!==i[o])continue e;return!0}}return!1}function I0(e,t){return e?":not("+t.trim()+")":t}function eO(e){let t=e[0],n=1,i=2,o="",r=!1;for(;n<e.length;){let s=e[n];if("string"==typeof s)if(2&i){const a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&i?o+="."+s:4&i&&(o+=" "+s);else""!==o&&!Ro(s)&&(t+=I0(r,o),o=""),i=s,r=r||!Ro(i);n++}return""!==o&&(t+=I0(r,o)),t}const vn={};var Ts=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(Ts||{});function up(e,t){return(void 0)(e,t)}typeof document<"u"&&document;const Mc=new WeakMap;function A0(e){return e?e[14]??e:null}const Oc=new WeakSet;const Fr=new Set;var mp=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(mp||{});const ba=new rt(""),N0=new Set;function Ti(e){N0.has(e)||(N0.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let M0=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();const O0=[0,1,2,3];let mO=(()=>{class e{ngZone=Ve(Rn);scheduler=Ve(bs);errorHandler=Ve(oa,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){Ve(ba,{optional:!0})}execute(){const n=this.sequences.size>0;n&&fn(et.AfterRenderHooksStart),this.executing=!0;for(const i of O0)for(const o of this.sequences)if(!o.erroredOrDestroyed&&o.hooks[i])try{o.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>(0,o.hooks[i])(o.pipelinedValue),o.snapshot))}catch(r){o.erroredOrDestroyed=!0,this.errorHandler?.handleError(r)}this.executing=!1;for(const i of this.sequences)i.afterRun(),i.once&&(this.sequences.delete(i),i.destroy());for(const i of this.deferredRegistrations)this.sequences.add(i);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),n&&fn(et.AfterRenderHooksEnd)}register(n){const{view:i}=n;void 0!==i?((i[25]??=[]).push(n),ms(i),i[2]|=8192):this.executing?this.deferredRegistrations.add(n):this.addSequence(n)}addSequence(n){this.sequences.add(n),this.scheduler.notify(7)}unregister(n){this.executing&&this.sequences.has(n)?(n.erroredOrDestroyed=!0,n.pipelinedValue=void 0,n.once=!0):(this.sequences.delete(n),this.deferredRegistrations.delete(n))}maybeTrace(n,i){return i?i.run(mp.AFTER_NEXT_RENDER,n):n()}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();class L0{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(t,n,i,o,r,s=null){this.impl=t,this.hooks=n,this.view=i,this.once=o,this.snapshot=s,this.unregisterOnDestroy=r?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();const t=this.view?.[25];t&&(this.view[25]=t.filter(n=>n!==this))}}function vp(e,t){const n=t?.injector??Ve(zn);return Ti("NgAfterNextRender"),function F0(e,t,n,i){const o=t.get(M0);o.impl??=t.get(mO);const r=t.get(ba,null,{optional:!0}),s=!0!==n?.manualCleanup?t.get(to):null,a=t.get(sh,null,{optional:!0}),c=new L0(o.impl,function yO(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}(e),a?.view,i,s,r?.snapshot(null));return o.impl.register(c),c}(e,n,t,!0)}const Fc=new rt("",{factory:()=>{const e=Ve(Hi),t=new Set;return e.onDestroy(()=>t.clear()),{queue:t,isScheduled:!1,scheduler:null,injector:e}}});function P0(e,t,n){const i=e.get(Fc);if(Array.isArray(t))for(const o of t)i.queue.add(o),n?.detachedLeaveAnimationFns?.push(o);else i.queue.add(t),n?.detachedLeaveAnimationFns?.push(t);i.scheduler&&i.scheduler(e)}function B0(e,t,n,i){const o=e?.[26]?.enter;null!==t&&o&&o.has(n.index)&&function yp(e,t){for(const[n,i]of t)P0(e,i.animateFns)}(i,o)}function U0(e,t,n,i){try{n.get(Ja)}catch{return i(!1)}const o=e?.[26];o?.enter?.has(t.index)&&function bO(e,t){const n=e.get(Fc);if(Array.isArray(t))for(const i of t)n.queue.delete(i);else n.queue.delete(t)}(n,o.enter.get(t.index).animateFns);const r=function TO(e,t,n){const i=new Map,o=n?.leave;if(o&&o.has(t.index)&&i.set(t.index,o.get(t.index)),e&&o)for(const[r,s]of o){if(i.has(r))continue;let c=e[1].data[r].parent;for(;c;){if(c===t){i.set(r,s);break}c=c.parent}}return i}(e,t,o);if(0===r.size){let s=!1;if(e){const a=[];pd(e,t,a),s=a.length>0}if(!s)return i(!1)}e&&Fr.add(e[19]),P0(n,()=>function SO(e,t,n,i,o){const r=[];if(n&&n.leave)for(const[s]of i){if(!n.leave.has(s))continue;const a=n.leave.get(s);for(const c of a.animateFns){const{promise:l}=c();r.push(l)}n.detachedLeaveAnimationFns=void 0}if(e&&pd(e,t,r),r.length>0){const s=n||e?.[26];if(s){const a=s.running;a&&r.push(a),s.running=Promise.allSettled(r),function IO(e,t,n){t.then(()=>{e[26]?.running===t&&(e[26].running=void 0,Fr.delete(e[19])),n(!0)})}(e,s.running,o)}else Promise.allSettled(r).then(()=>{e&&Fr.delete(e[19]),o(!0)})}else e&&Fr.delete(e[19]),o(!1)}(e,t,o||void 0,r,i),o||void 0)}function pd(e,t,n){if(12&t.type){const o=e[t.index];if(Qn(o))for(let r=10;r<o.length;r++){const s=o[r];2===s[1].type&&DO(s,n)}}let i=t.child;for(;i;)pd(e,i,n),i=i.next}function DO(e,t){const n=e[26];if(n&&n.leave)for(const o of n.leave.values())for(const r of o.animateFns){const{promise:s}=r();t.push(s)}let i=e[1].firstChild;for(;i;)pd(e,i,t),i=i.next}function Ca(e,t,n,i,o,r,s,a){if(null!=o){let c,l=!1;Qn(o)?c=o:xn(o)&&(l=!0,o=o[0]);const d=Hn(o);0===e&&null!==i?(B0(a,i,r,n),null==s?l0(t,i,d):ko(t,i,d,s||null,!0)):1===e&&null!==i?(B0(a,i,r,n),ko(t,i,d,s||null,!0),function uO(e,t,n){const i=Mc.get(e);if(!i||0===i.length)return;const o=t.parentNode,r=t.previousSibling,s=A0(n);for(let a=i.length-1;a>=0;a--){const{el:c,declarationView:l}=i[a],d=c.parentNode;c===t?(i.splice(a,1),Oc.add(c),c.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(r&&c===r||d&&o&&d!==o&&(null===s||null===l||s===l))&&(i.splice(a,1),c.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),c.parentNode?.removeChild(c))}}(r,d,a)):2===e?(a?.[26]?.leave?.has(r.index)&&function fp(e,t,n){const i=A0(n),o=Mc.get(e);o?o.some(r=>r.el===t)||o.push({el:t,declarationView:i}):Mc.set(e,[{el:t,declarationView:i}])}(r,d,a),Oc.delete(d),U0(a,r,n,_=>{Oc.has(d)?Oc.delete(d):Rc(t,d,l,_)})):3===e&&(Oc.delete(d),U0(a,r,n,()=>{t.destroyNode(d)})),null!=c&&function MO(e,t,n,i,o,r,s){const a=i[7];if(a!==Hn(i)&&Ca(t,e,n,r,a,o,s),!(4&i[2]))for(let l=10;l<i.length;l++){const d=i[l];md(d[1],d,e,t,r,a)}}(t,e,n,c,r,i,s)}}function H0(e,t){t[10].changeDetectionScheduler?.notify(9),md(e,t,t[11],2,null,null)}function bp(e,t){const n=e[9],i=n.indexOf(t);n.splice(i,1)}function Pc(e,t){if(eo(t))return;const n=t[11];n.destroyNode&&md(e,t,n,3,null,null),function wO(e){let t=e[12];if(!t)return Cp(e[1],e);for(;t;){let n=null;if(xn(t))n=t[12];else{const i=t[10];i&&(n=i)}if(!n){for(;t&&!t[4]&&t!==e;)xn(t)&&Cp(t[1],t),t=t[3];null===t&&(t=e),xn(t)&&Cp(t[1],t),n=t&&t[4]}t=n}}(t)}function Cp(e,t){if(eo(t))return;const n=y(null);try{t[2]&=-129,t[2]|=256,t[24]&&q(t[24]),function kO(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let i=0;i<n.length;i+=2){const o=t[n[i]];if(!(o instanceof Cc)){const r=n[i+1];if(Array.isArray(r))for(let s=0;s<r.length;s+=2){const a=o[r[s]],c=r[s+1];fn(et.LifecycleHookStart,a,c);try{c.call(a)}finally{fn(et.LifecycleHookEnd,a,c)}}else{fn(et.LifecycleHookStart,o,r);try{r.call(o)}finally{fn(et.LifecycleHookEnd,o,r)}}}}}(e,t),function xO(e,t){const n=e.cleanup,i=t[7];if(null!==n)for(let s=0;s<n.length-1;s+=2)if("string"==typeof n[s]){const a=n[s+3];a>=0?i[a]():i[-a].unsubscribe(),s+=2}else n[s].call(i[n[s+1]]);null!==i&&(t[7]=null);const o=t[21];if(null!==o){t[21]=null;for(let s=0;s<o.length;s++)(0,o[s])()}const r=t[23];if(null!==r){t[23]=null;for(const s of r)s.destroy()}}(e,t),1===t[1].type&&t[11].destroy();const i=t[16];if(null!==i&&Qn(t[3])){i!==t[3]&&bp(i,t);const o=t[18];null!==o&&o.detachView(e)}xh(t)}finally{y(n)}}function Ep(e,t,n){return function j0(e,t,n){let i=t;for(;null!==i&&168&i.type;)i=(t=i).parent;if(null===i)return n[0];if(lo(i)){const{encapsulation:o}=e.data[i.directiveStart+i.componentOffset];if(o===po.None||o===po.Emulated)return null}return jn(i,n)}(e,t.parent,n)}function z0(e,t,n){return $0(e,t,n)}let $0=function G0(e,t,n){return 40&e.type?jn(e,n):null};function gd(e,t,n,i){const o=Ep(e,i,t),r=t[11],a=z0(i.parent||t[5],i,t);if(null!=o)if(Array.isArray(n))for(let c=0;c<n.length;c++)u0(r,o,n[c],a,!1);else u0(r,o,n,a,!1)}function ws(e,t){if(null!==t){const n=t.type;if(3&n)return jn(t,e);if(4&n)return Sp(-1,e[t.index]);if(8&n){const i=t.child;if(null!==i)return ws(e,i);{const o=e[t.index];return Qn(o)?Sp(-1,o):Hn(o)}}if(128&n)return ws(e,t.next);if(32&n)return up(t,e)()||Hn(e[t.index]);{const i=K0(e,t);return null!==i?Array.isArray(i)?i[0]:ws(Ao(e[15]),i):ws(e,t.next)}}return null}function K0(e,t){return null!==t?e[15][5].projection[t.projection]:null}function Sp(e,t){const n=10+e+1;if(n<t.length){const i=t[n],o=i[1].firstChild;if(null!==o)return ws(i,o)}return t[7]}function Dp(e,t,n,i,o,r,s){for(;null!=n;){const a=i[9];if(128===n.type){n=n.next;continue}const c=i[n.index],l=n.type;if(s&&0===t&&(c&&Li(Hn(c),i),n.flags|=2),!Xu(n))if(8&l)Dp(e,t,n.child,i,o,r,!1),Ca(t,e,a,o,c,n,r,i);else if(32&l){const d=up(n,i);let _;for(;_=d();)Ca(t,e,a,o,_,n,r,i);Ca(t,e,a,o,c,n,r,i)}else 16&l?q0(e,t,i,n,o,r):Ca(t,e,a,o,c,n,r,i);n=s?n.projectionNext:n.next}}function md(e,t,n,i,o,r){3===e.type?function RO(e,t,n,i,o){const s=n[1].firstChild,a=s.next,c=Hn(n[s.index]),l=Hn(n[a.index]),d=a.index+1;let _=n[d];if(1===t||0===t)null!==i&&(_&&_.hasChildNodes()?ko(e,i,_,o,!0):(ko(e,i,c,o,!0),ko(e,i,l,o,!0)));else if(2===t){if(_||(_=document.createDocumentFragment(),n[d]=_),c&&c.parentNode===_)return;let b=c;for(;null!==b;){const T=b.nextSibling;if(_.appendChild(b),b===l)break;b=T}}}(n,i,t,o,r):Dp(n,i,e.firstChild,t,o,r,!1)}function q0(e,t,n,i,o,r){const s=n[15],c=s[5].projection[i.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Ca(t,e,n[9],o,c[l],i,r,n);else{let l=c;const d=s[3];Ic(i)&&(l.flags|=128),Dp(e,t,l,d,o,r,!0)}}function vd(e,t,n,i,o,r,s,a,c,l,d){const _=27+i,b=_+o,T=function LO(e,t){const n=[];for(let i=0;i<t;i++)n.push(i<e?null:vn);return n}(_,b),V="function"==typeof l?l():l;return T[1]={type:e,blueprint:T,template:n,queries:null,viewQuery:a,declTNode:t,data:T.slice().fill(null,_),bindingStartIndex:_,expandoStartIndex:b,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof r?r():r,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:V,incompleteFirstPass:!1,ssrId:d}}function Bc(e,t,n,i,o,r,s,a,c,l,d){const _=t.blueprint.slice();return _[0]=o,_[2]=1228|i,(null!==l||e&&2048&e[2])&&(_[2]|=2048),Hf(_),_[3]=_[14]=e,_[8]=n,_[10]=s||e&&e[10],_[11]=a||e&&e[11],_[9]=c||e&&e[9]||null,_[5]=r,_[19]=function XR(){return YR++}(),_[6]=d,_[20]=l,_[15]=2==t.type?e[15]:_,_}function Ip(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function Uc(e,t,n,i){if(0===n)return-1;const o=t.length;for(let r=0;r<n;r++)t.push(i),e.blueprint.push(i),e.data.push(null);return o}function yd(e,t){return e[12]?e[13][4]=t:e[12]=t,e[13]=t,t}function $t(e=1){X0(Ft(),Re(),ri()+e,!1)}function X0(e,t,n,i){if(!i)if(3&~t[2]){const r=e.preOrderHooks;null!==r&&Ou(t,r,0,n)}else{const r=e.preOrderCheckHooks;null!==r&&Mu(t,r,n)}Qo(n)}var bd=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(bd||{});function xs(e,t,n,i){const o=y(null);try{const[r,s,a]=e.inputs[n];let c=null;0!==(s&bd.SignalBased)&&(c=t[r][v]),null!==c&&void 0!==c.transformFn?i=c.transformFn(i):null!==a&&(i=a.call(t,i)),null!==e.setInput?e.setInput(t,c,i,n,r):Tb(t,c,r,i)}finally{y(o)}}function Z0(e,t,n,i,o){const r=ri(),s=2&i;try{Qo(-1),s&&t.length>27&&X0(e,t,27,!1),fn(s?et.TemplateUpdateStart:et.TemplateCreateStart,o,n),n(i,o)}finally{Qo(r),fn(s?et.TemplateUpdateEnd:et.TemplateCreateEnd,o,n)}}function Cd(e,t,n){(function HO(e,t,n){const i=n.directiveStart,o=n.directiveEnd;lo(n)&&function FO(e,t,n){const i=jn(t,e),o=function Y0(e){const t=e.tView;return null===t||t.incompleteFirstPass?e.tView=vd(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}(n),r=e[10].rendererFactory,s=yd(e,Bc(e,o,null,Ip(n),i,t,null,r.createRenderer(i,n),null,null,null));e[t.index]=s}(t,n,e.data[i+n.componentOffset]),e.firstCreatePass||Fu(n,t);const r=n.initialInputs;for(let s=i;s<o;s++){const a=e.data[s],c=Sc(t,e,s,n);Li(c,t),null!==r&&$O(0,s-i,c,a,0,r),uo(a)&&(Ei(n.index,t)[8]=Sc(t,e,s,n))}})(e,t,n),!(64&~n.flags)&&function jO(e,t,n){const i=n.directiveStart,o=n.directiveEnd,r=n.index,s=function tk(){return Pt.lFrame.currentDirectiveIndex}();try{Qo(r);for(let a=i;a<o;a++){const c=e.data[a],l=t[a];Xf(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&zO(c,l)}}finally{Qo(-1),Xf(s)}}(e,t,n)}function Ea(e,t,n=jn){const i=t.localNames;if(null!==i){let o=t.index+1;for(let r=0;r<i.length;r+=2){const s=i[r+1],a=-1===s?n(t,e):e[s];e[o++]=a}}}let J0=()=>null;function Ap(e,t,n,i,o,r){Dd(e,t[1],t,n,i)?lo(e)&&function Q0(e,t){const n=Ei(t,e);16&n[2]||(n[2]|=64)}(t,e.index):(3&e.type&&(n=function VO(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(n)),wp(e,t,n,i,o,r))}function wp(e,t,n,i,o,r){if(3&e.type){const s=jn(e,t);i=null!=r?r(i,e.value||"",n):i,o.setProperty(s,n,i)}}function zO(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function xp(e,t){const n=e.directiveRegistry;let i=null;if(n)for(let o=0;o<n.length;o++){const r=n[o];D0(t,r.selectors,!1)&&(i??=[],uo(r)?i.unshift(r):i.push(r))}return i}function $O(e,t,n,i,o,r){const s=r[t];if(null!==s)for(let a=0;a<s.length;a+=2)xs(i,n,s[a],s[a+1])}function Td(e,t,n,i,o){const r=27+n,s=t[1],a=o(s,t,e,i,n);t[r]=a,Uo(e,!0);const c=2===e.type;return c?(_0(t[11],a,e),(0===function Ny(){return Pt.lFrame.elementDepthCount}()||Ir(e))&&Li(a,t),function My(){Pt.lFrame.elementDepthCount++}()):Li(a,t),Iu()&&(!c||!Xu(e))&&gd(s,t,a,e),e}function Sd(e){let t=e;return Py()?Yf():(t=t.parent,Uo(t,!1)),t}function Dd(e,t,n,i,o){const r=e.inputs?.[i],s=e.hostDirectiveInputs?.[i];let a=!1;if(s)for(let c=0;c<s.length;c+=2){const l=s[c];xs(t.data[l],n[l],s[c+1],o),a=!0}if(r)for(const c of r)xs(t.data[c],n[c],i,o),a=!0;return a}function WO(e,t){const n=Ei(t,e),i=n[1];!function KO(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}(i,n);const o=n[0];null!==o&&null===n[6]&&(n[6]=null),fn(et.ComponentStart);try{Id(i,n,n[8])}finally{fn(et.ComponentEnd,n[8])}}function Id(e,t,n){Qf(t);try{const i=e.viewQuery;null!==i&&Xh(1,i,n);const o=e.template;null!==o&&Z0(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[18]?.finishViewCreation(e),e.staticContentQueries&&jC(e,t),e.staticViewQueries&&Xh(2,e.viewQuery,n);const r=e.components;null!==r&&function qO(e,t){for(let n=0;n<t.length;n++)WO(e,t[n])}(t,r)}catch(i){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),i}finally{t[2]&=-5,eh()}}function Pr(e,t,n,i){const o=y(null);try{const r=t.tView,c=Bc(e,r,n,4096&e[2]?4096:16,null,t,null,null,i?.injector??null,i?.embeddedViewInjector??null,i?.dehydratedView??null);c[16]=e[t.index];const d=e[18];return null!==d&&(c[18]=d.createEmbeddedView(r)),Id(r,c,n),c}finally{y(o)}}function ks(e,t){return!t||null===t.firstChild||Ic(e)}function Br(e,t,n,i,o=!1){if(3===e.type){const r=e.firstChild,s=r.next,a=Hn(t[r.index]),c=Hn(t[s.index]);let l=a;for(;null!==l&&(i.push(l),l!==c);)l=l.nextSibling;return i}for(;null!==n;){if(128===n.type){n=o?n.projectionNext:n.next;continue}const r=t[n.index];if(null!==r)if(Qn(r)){const a=r[7];a!==r[0]&&i.push(Hn(r)),4&r[2]||YO(r,i),i.push(a)}else i.push(Hn(r));const s=n.type;if(8&s)Br(e,t,n.child,i);else if(32&s){const a=up(n,t);let c;for(;c=a();)i.push(c)}else if(16&s){const a=K0(t,n);if(Array.isArray(a))i.push(...a);else{const c=Ao(t[15]);Br(c[1],c,a,i,!0)}}n=o?n.projectionNext:n.next}return i}function YO(e,t){for(let n=10;n<e.length;n++){const i=e[n],o=i[1].firstChild;null!==o&&Br(i[1],i,o,t)}}function iE(e){if(null!==e[25]){for(const t of e[25])t.impl.addSequence(t);e[25].length=0}}let oE=[];const QO={...F,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{ms(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},tL={...F,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=Ao(e.lView);for(;t&&!rE(t[1]);)t=Ao(t);t&&dc(t)},consumerOnSignalRead(){this.lView[24]=this}};function rE(e){return 2!==e.type}function sE(e){if(null===e[23])return;let t=!0;for(;t;){let n=!1;for(const i of e[23])i.dirty&&(n=!0,null===i.zone||Zone.current===i.zone?i.run():i.zone.run(()=>i.run()));t=n&&!!(8192&e[2])}}function Ad(e,t=0){const i=e[10].rendererFactory;i.begin?.();try{!function iL(e,t){const n=Vy();try{Su(!0),Rp(e,t);let i=0;for(;na(e);){if(100===i)throw new ke(103,!1);i++,Rp(e,1)}}finally{Su(n)}}(e,t)}finally{i.end?.()}}function aE(e,t,n,i){if(eo(t))return;const o=t[2];Qf(t);let a=!0,c=null,l=null;rE(e)?(l=function XO(e){return e[24]??function ZO(e){const t=oE.pop()??Object.create(QO);return t.lView=e,t}(e)}(t),c=ne(l)):null===function g(){return ie}()?(a=!1,l=function eL(e){const t=e[24]??Object.create(tL);return t.lView=e,t}(t),c=ne(l)):t[24]&&(q(t[24]),t[24]=null);try{Hf(t),function Hy(e){return Pt.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==n&&Z0(e,t,n,2,i);const d=!(3&~o);if(d){const T=e.preOrderCheckHooks;null!==T&&Mu(t,T,null)}else{const T=e.preOrderHooks;null!==T&&Ou(t,T,0,null),gh(t,0)}if(function oL(e){for(let t=rC(e);null!==t;t=sC(t)){if(!(2&t[2]))continue;const n=t[9];for(let i=0;i<n.length;i++)dc(n[i])}}(t),sE(t),cE(t,0),null!==e.contentQueries&&jC(e,t),d){const T=e.contentCheckHooks;null!==T&&Mu(t,T)}else{const T=e.contentHooks;null!==T&&Ou(t,T,1),gh(t,1)}!function sL(e,t){const n=e.hostBindingOpCodes;if(null!==n)try{for(let i=0;i<n.length;i++){const o=n[i];if(o<0)Qo(~o);else{const r=o,s=n[++i],a=n[++i];ek(s,r);const c=t[r];fn(et.HostBindingsUpdateStart,c);try{a(2,c)}finally{fn(et.HostBindingsUpdateEnd,c)}}}}finally{Qo(-1)}}(e,t);const _=e.components;null!==_&&uE(t,_,0);const b=e.viewQuery;if(null!==b&&Xh(2,b,i),d){const T=e.viewCheckHooks;null!==T&&Mu(t,T)}else{const T=e.viewHooks;null!==T&&Ou(t,T,2),gh(t,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),t[22]){for(const T of t[22])T();t[22]=null}iE(t),t[2]&=-73}catch(d){throw ms(t),d}finally{null!==l&&(K(l,c),a&&function JO(e){e.lView[24]!==e&&(e.lView=null,oE.push(e))}(l)),eh()}}function cE(e,t){for(let n=rC(e);null!==n;n=sC(n))for(let i=10;i<n.length;i++)lE(n[i],t)}function rL(e,t,n){fn(et.ComponentStart);const i=Ei(t,e);try{lE(i,n)}finally{fn(et.ComponentEnd,i[8])}}function lE(e,t){bu(e)&&Rp(e,t)}function Rp(e,t){const i=e[1],o=e[2],r=e[24];let s=!!(0===t&&16&o);if(s||=!!(64&o&&0===t),s||=!!(1024&o),s||=!(!r?.dirty||!z(r)),s||=!1,r&&(r.dirty=!1),e[2]&=-9217,s)aE(i,e,i.template,e[8]);else if(8192&o){const a=y(null);try{sE(e),cE(e,1);const c=i.components;null!==c&&uE(e,c,1),iE(e)}finally{y(a)}}}function uE(e,t,n){for(let i=0;i<t.length;i++)rL(e,t[i],n)}function Vc(e,t){const n=Vy()?64:1088;for(e[10].changeDetectionScheduler?.notify(t);e;){e[2]|=n;const i=Ao(e);if(Yo(e)&&!i)return e;e=i}return null}function dE(e,t){const n=10+t;if(n<e.length)return e[n]}function rr(e,t,n,i=!0){const o=t[1];if(function aL(e,t,n,i){const o=10+i,r=n.length;i>0&&(n[o-1][4]=t),i<r-10?(t[4]=n[o],function bf(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}(n,10+i,t)):(n.push(t),t[4]=null),t[3]=n;const s=t[16];null!==s&&n!==s&&_E(s,t);const a=t[18];null!==a&&a.insertView(e),Cu(t),t[2]|=128}(o,t,e,n),i){const s=Sp(n,e),a=t[11],c=a.parentNode(e[7]);null!==c&&function AO(e,t,n,i,o,r){i[0]=o,i[5]=t,md(e,i,n,1,o,r)}(o,e[5],a,t,c,s)}const r=t[6];null!==r&&null!==r.firstChild&&(r.firstChild=null)}function Hc(e,t){const n=jc(e,t);return void 0!==n&&Pc(n[1],n),n}function jc(e,t){if(e.length<=10)return;const n=10+t,i=e[n];if(i){const o=i[16];null!==o&&o!==e&&bp(o,i),t>0&&(e[n-1][4]=i[4]);const r=Ya(e,10+t);!function V0(e,t){H0(e,t),t[0]=null,t[5]=null}(i[1],i);const s=r[18];null!==s&&s.detachView(r[1]),i[3]=null,i[4]=null,i[2]&=-129}return i}function _E(e,t){const n=e[9],i=t[3];(xn(i)||t[15]!==i[3][15])&&(e[2]|=2),null===n?e[9]=[t]:n.push(t)}class Ta{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const t=this._lView,n=t[1];return Br(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[8]}set context(t){this._lView[8]=t}get destroyed(){return eo(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const t=this._lView[3];if(Qn(t)){const n=t[8],i=n?n.indexOf(this):-1;i>-1&&(jc(t,i),Ya(n,i))}this._attachedToViewContainer=!1}Pc(this._lView[1],this._lView)}onDestroy(t){ia(this._lView,t)}markForCheck(){Vc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){Cu(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,Ad(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new ke(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const t=Yo(this._lView),n=this._lView[16];null!==n&&!t&&bp(n,this._lView),H0(this._lView[1],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new ke(902,!1);this._appRef=t;const n=Yo(this._lView),i=this._lView[16];null!==i&&!n&&_E(i,this._lView),Cu(this._lView)}}function Ur(e,t,n,i,o){let r=e.data[t];if(null===r)r=function Fp(e,t,n,i,o){const r=Fy(),s=Py(),c=e.data[t]=function Pp(e,t,n,i,o,r){let s=t?t.injectorIndex:-1,a=0;return Wf()&&(a|=128),{type:n,index:i,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,controlDirectiveIndex:-1,customControlIndex:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,namespace:Yy(),attrs:r,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?r:r&&r.parent,n,t,i,o);return function bL(e,t,n,i){null===e.firstChild&&(e.firstChild=t),null!==n&&(i?null==n.child&&null!==t.parent&&(n.child=t):null===n.next&&(n.next=t,t.prev=n))}(e,c,r,s),c}(e,t,n,i,o),function Q5(){return Pt.lFrame.inI18n}()&&(r.flags|=32);else if(64&r.type){r.type=n,r.value=i,r.attrs=o;const s=function hc(){const e=Pt.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}();r.injectorIndex=null===s?-1:s.injectorIndex}return Uo(r,!0),r}function RE(e,t){let n=0,i=e.firstChild;if(i){const o=e.data.r;for(;n<o;){const r=i.nextSibling;Rc(t,i,!1),i=r,n++}}}let i2=class{};class Gp{}let Fd=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function o2(){const e=Re(),n=Ei(Gt().index,e);return(xn(n)?n:e)[11]}()})(),r2=(()=>{class e{static \u0275prov=zt({token:e,providedIn:"root",factory:()=>null})}return e})();function Wp(e){return e.debugInfo?.className||e.type.name||null}const Kp={};class Ns{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,i){const o=this.injector.get(t,Kp,i);return o!==Kp||n===Kp?o:this.parentInjector.get(t,n,i)}}function qp(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function Ln(e,t,n){return n!==vn&&(!Object.is(e[t],n)&&(e[t]=n,!0))}function Hr(e,t,n){return function i(o){const r=i.__ngNativeEl__;void 0!==r&&function RN(e,t){if(null==e||"object"!=typeof e)return;let n=jh.get(e);n||(n=new WeakSet,jh.set(e,n)),n.add(t)}(o,r),Vc(lo(e)?Ei(e.index,t):t,5);const a=t[8];let c=UE(t,a,n,o),l=i.__ngNextListenerFn__;for(;l;)c=UE(t,a,l,o)&&c,l=l.__ngNextListenerFn__;return c}}function UE(e,t,n,i){const o=y(null);try{return fn(et.OutputStart,t,n),!1!==n(i)}catch(r){return function kp(e,t){const n=e[9];if(!n)return;let i;try{i=n.get(ra,null)}catch{i=null}i?.(t)}(e,r),!1}finally{fn(et.OutputEnd,t,n),y(o)}}function Yp(e,t,n,i,o,r,s,a){const c=Ir(e);let l=!1,d=null;if(!i&&c&&(d=function _2(e,t,n,i){const o=e.cleanup;if(null!=o)for(let r=0;r<o.length-1;r+=2){const s=o[r];if(s===n&&o[r+1]===i){const a=t[7],c=o[r+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(r+=2)}return null}(t,n,r,e.index)),null!==d)(d.__ngLastListenerFn__||d).__ngNextListenerFn__=s,d.__ngLastListenerFn__=s,l=!0;else{const _=jn(e,n),b=i?i(_):_;i||(a.__ngNativeEl__=_);const T=o.listen(b,r,a);(function d2(e){return e.startsWith("animation")||e.startsWith("transition")})(r)||VE(i?fe=>i(Hn(fe[e.index])):e.index,t,n,r,a,T,!1)}return l}function VE(e,t,n,i,o,r,s){const a=t.firstCreatePass?function Gf(e){return e.cleanup??=[]}(t):null,c=function zf(e){return e[7]??=[]}(n),l=c.length;c.push(o,r),a&&a.push(i,e,l,(l+1)*(s?-1:1))}function Xp(e,t,n,i,o){let r=null,s=null,a=null,c=!1;const l=e.directiveToIndex.get(n.type);if("number"==typeof l?r=l:[r,s,a]=l,null!==s&&null!==a&&e.hostDirectiveOutputs?.hasOwnProperty(i)){const d=e.hostDirectiveOutputs[i];for(let _=0;_<d.length;_+=2){const b=d[_];if(b>=s&&b<=a)c=!0,Ud(e,t,b,d[_+1],i,o);else if(b>a)break}}return n.outputs.hasOwnProperty(i)&&(c=!0,Ud(e,t,r,i,i,o)),c}function Ud(e,t,n,i,o,r){const a=t[1],_=t[n][a.data[n].outputs[i]].subscribe(r);VE(e.index,a,t,o,r,_,!0)}function Qc(){!function HE(){const e=Re(),t=Ft(),n=Gt();if(t.firstCreatePass&&function h2(e,t){for(let o=t.directiveStart;o<t.directiveEnd;o++)if(e.data[o].controlDef){t.controlDirectiveIndex=o;break}if(-1===t.controlDirectiveIndex)return;const i=e.data[t.controlDirectiveIndex].controlDef;i.passThroughInput&&(t.inputs?.[i.passThroughInput]?.length??0)>1?t.flags|=4096:function p2(e,t){for(let n=t.directiveStart;n<t.directiveEnd;n++){const i=e.data[n];if(!t.directiveToIndex||t.directiveToIndex.has(i.type)){if($E(i,"value"))return t.flags|=1024,void(t.customControlIndex=n);if($E(i,"checked"))return t.flags|=2048,void(t.customControlIndex=n)}}if(null!==t.hostDirectiveInputs&&null!==t.hostDirectiveOutputs&&null!==t.directiveToIndex){const n=(i,o)=>{const r=t.hostDirectiveInputs[i],s=t.hostDirectiveOutputs[i+"Change"];if(!r||!s)return!1;for(let a=0;a<r.length;a+=2){const c=r[a];for(let l=0;l<s.length;l+=2)if(c===s[l])for(const _ of t.directiveToIndex.values()){if(!Array.isArray(_))continue;const[b,T,V]=_;if(c>=T&&c<=V)return t.flags|=o,t.customControlIndex=b,!0}}return!1};if(n("value",1024)||n("checked",2048));}}(e,t)}(t,n),-1===n.controlDirectiveIndex)return;Ti("NgSignalForms"),t.data[n.controlDirectiveIndex].controlDef.create(e[n.controlDirectiveIndex],new zE(e,t,n))}()}function el(){!function jE(){const e=Re(),t=Ft(),n=_o();if(-1===n.controlDirectiveIndex)return;t.data[n.controlDirectiveIndex].controlDef.update(e[n.controlDirectiveIndex],new zE(e,t,n))}()}class zE{lView;tView;tNode;hasPassThrough;constructor(t,n,i){this.lView=t,this.tView=n,this.tNode=i,this.hasPassThrough=!!(4096&i.flags)}get customControl(){return-1!==this.tNode.customControlIndex?this.lView[this.tNode.customControlIndex]:void 0}get nativeElement(){return jn(this.tNode,this.lView)}get descriptor(){return`<${this.tNode.value}>`}listenToCustomControlOutput(t,n){Xp(this.tNode,this.lView,this.tView.data[this.tNode.customControlIndex],t,Hr(this.tNode,this.lView,n))}listenToCustomControlModel(t){Xp(this.tNode,this.lView,this.tView.data[this.tNode.customControlIndex],1024&this.tNode.flags?"valueChange":"checkedChange",Hr(this.tNode,this.lView,t))}listenToDom(t,n){Yp(this.tNode,this.tView,this.lView,void 0,this.lView[11],t,n,Hr(this.tNode,this.lView,n))}setInputOnDirectives(t,n){const i=this.tNode.inputs?.[t],o=this.tNode.hostDirectiveInputs?.[t];if(!i&&!o)return!1;let r=!1;if(i)for(const s of i)s!==this.tNode.controlDirectiveIndex&&(xs(this.tView.data[s],this.lView[s],t,n),r=!0);if(o)for(let s=0;s<o.length;s+=2){const a=o[s];a!==this.tNode.controlDirectiveIndex&&(xs(this.tView.data[a],this.lView[a],o[s+1],n),r=!0)}return r}setCustomControlModelInput(t){!function nE(e,t,n,i,o,r){let s=null,a=null,c=null,l=!1;const d=e.directiveToIndex.get(i.type);if("number"==typeof d?s=d:[s,a,c]=d,null!==a&&null!==c&&e.hostDirectiveInputs?.hasOwnProperty(o)){const _=e.hostDirectiveInputs[o];for(let b=0;b<_.length;b+=2){const T=_[b];if(T>=a&&T<=c)xs(t.data[T],n[T],_[b+1],r),l=!0;else if(T>c)break}}return null!==s&&i.inputs.hasOwnProperty(o)&&(xs(i,n[s],o,r),l=!0),l}(this.tNode,this.tView,this.lView,this.tView.data[this.tNode.customControlIndex],1024&this.tNode.flags?"value":"checked",t)}customControlHasInput(t){if(-1===this.tNode.customControlIndex)return!1;const n=this.tView.data[this.tNode.customControlIndex];return!0===(n.signalFormsInputPresence??=this._buildCustomControlInputCache(n))[t]}_buildCustomControlInputCache(t){const n={};for(const i in t.inputs)n[i]=!0;if(null!==t.hostDirectives){const i=[...t.hostDirectives];for(;i.length>0;){const o=i.shift();if("function"!=typeof o){for(const s in o.inputs)n[o.inputs[s]]=!0;const r=GE(o.directive);null!==r&&i.push(...r);continue}for(const r of o()){if("function"==typeof r)continue;if(r.inputs)for(let a=0;a<r.inputs.length;a+=2)n[r.inputs[a+1]||r.inputs[a]]=!0;const s=GE(r.directive);null!==s&&i.push(...s)}}}return n}}function GE(e){return"function"==typeof e&&"\u0275dir"in e?e.\u0275dir.hostDirectives??null:null}function $E(e,t){return function g2(e,t){return t in e.inputs}(e,t)&&function m2(e,t){return t in e.outputs}(e,t+"Change")}const sr=Symbol("BINDING"),Vd=new rt("");function Hd(e,t,n){let i=n?e.styles:null,o=n?e.classes:null,r=0;if(null!==t)for(let s=0;s<t.length;s++){const a=t[s];"number"==typeof a?r=a:1==r?o=on(o,a):2==r&&(i=on(i,a+": "+t[++s]+";"))}n?e.styles=i:e.stylesWithoutHost=i,n?e.classes=o:e.classesWithoutHost=o}function Kn(e,t=0){const n=Re();return null===n?Lt(e,t):Eh(Gt(),n,Et(e),t)}function T2(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function YE(e,t,n,i){const o=0===e?n.inputs:n.outputs;for(const r in o)if(o.hasOwnProperty(r)){let s;s=0===e?t.inputs??={}:t.outputs??={},s[r]??=[],s[r].push(i),ZE(t,r)}}function XE(e,t,n,i){const o=0===e?n.inputs:n.outputs;for(const r in o)if(o.hasOwnProperty(r)){const s=o[r];let a;a=0===e?t.hostDirectiveInputs??={}:t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(i,r),ZE(t,s)}}function ZE(e,t){"class"===t?e.flags|=8:"style"===t&&(e.flags|=16)}function JE(e,t,n){const{attrs:i,inputs:o,hostDirectiveInputs:r}=e;if(null===i||!n&&null===o||n&&null===r||cp(e))return e.initialInputs??=[],void e.initialInputs.push(null);let s=null,a=0;for(;a<i.length;){const c=i[a];if(0!==c)if(5!==c){if("number"==typeof c)break;if(!n&&o.hasOwnProperty(c)){const l=o[c];for(const d of l)if(d===t){s??=[],s.push(c,i[a+1]);break}}else if(n&&r.hasOwnProperty(c)){const l=r[c];for(let d=0;d<l.length;d+=2)if(l[d]===t){s??=[],s.push(l[d+1],i[a+1]);break}}a+=2}else a+=2;else a+=4}e.initialInputs??=[],e.initialInputs.push(s)}function I2(e,t,n,i,o){e.data[i]=o;const r=o.factory||(o.factory=Sr(o.type)),s=new Cc(r,uo(o),Kn,null);e.blueprint[i]=s,n[i]=s,function A2(e,t,n,i,o){const r=o.hostBindings;if(r){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~t.index;(function w2(e){let t=e.length;for(;t>0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(s)!=a&&s.push(a),s.push(n,i,r)}}(e,t,i,Uc(e,n,o.hostVars,vn),o)}function x2(e,t,n){if(n){if(t.exportAs)for(let i=0;i<t.exportAs.length;i++)n[t.exportAs[i]]=e;uo(t)&&(n[""]=e)}}function Zp(e,t,n,i,o,r,s,a){const c=t[1],l=c.consts,_=Ur(c,e,n,i,li(l,s));return r&&function qE(e,t,n,i,o){const r=null===i?null:{"":-1},s=o(e,n);if(null!==s){let a=s,c=null,l=null;for(const d of s)if(null!==d.resolveHostDirectives){[a,c,l]=d.resolveHostDirectives(s);break}!function S2(e,t,n,i,o,r,s){const a=i.length;let c=null;for(let b=0;b<a;b++){const T=i[b];null===c&&uo(T)&&(c=T,T2(e,n,b)),Ch(Fu(n,t),e,T.type)}(function k2(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t})(n,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let b=0;b<a;b++){const T=i[b];T.providersResolver&&T.providersResolver(T)}let l=!1,d=!1,_=Uc(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let b=0;b<a;b++){const T=i[b];if(n.mergedAttrs=ca(n.mergedAttrs,T.hostAttrs),I2(e,n,t,_,T),x2(_,T,o),null!==s&&s.has(T)){const[fe,De]=s.get(T);n.directiveToIndex.set(T.type,[_,fe+n.directiveStart,De+n.directiveStart])}else(null===r||!r.has(T))&&n.directiveToIndex.set(T.type,_);null!==T.contentQueries&&(n.flags|=4),(null!==T.hostBindings||null!==T.hostAttrs||0!==T.hostVars)&&(n.flags|=64);const V=T.type.prototype;!l&&(V.ngOnChanges||V.ngOnInit||V.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),l=!0),!d&&(V.ngOnChanges||V.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),d=!0),_++}!function D2(e,t,n){for(let i=t.directiveStart;i<t.directiveEnd;i++){const o=e.data[i];if(null!==n&&n.has(o)){const r=n.get(o);XE(0,t,r,i),XE(1,t,r,i),JE(t,i,!0)}else YE(0,t,o,i),YE(1,t,o,i),JE(t,i,!1)}}(e,n,r)}(e,t,n,a,r,c,l)}null!==r&&null!==i&&function E2(e,t,n){const i=e.localNames=[];for(let o=0;o<t.length;o+=2){const r=n[t[o+1]];if(null==r)throw new ke(-301,!1);i.push(t[o],r)}}(n,i,r)}(c,t,_,li(l,a),o),_.mergedAttrs=ca(_.mergedAttrs,_.attrs),null!==_.attrs&&Hd(_,_.attrs,!1),null!==_.mergedAttrs&&Hd(_,_.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,_),_}function Jp(e,t){(function Ab(e,t){for(let n=t.directiveStart,i=t.directiveEnd;n<i;n++){const r=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=r;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),l&&((e.viewHooks??=[]).push(n,l),(e.viewCheckHooks??=[]).push(n,l)),null!=d&&(e.destroyHooks??=[]).push(n,d)}})(e,t),gu(t)&&e.queries.elementEnd(t)}const eT=typeof ShadowRoot<"u",R2=typeof Document<"u";class jd{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function N2(e){return Object.keys(e).map(t=>{const[n,i,o]=e[t],r={propName:n,templateName:t,isSignal:0!==(i&bd.SignalBased)};return o&&(r.transform=o),r})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function M2(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function tO(e){return e.map(eO).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,i,o,r,s){fn(et.DynamicComponentStart);const a=y(null);try{const c=this.componentDef,l=function O2(e,t,n){let i=t instanceof Hi?t:t?.injector;return i&&null!==e.getStandaloneInjector&&(i=e.getStandaloneInjector(i)||i),i?new Ns(n,i):n}(c,o||this.ngModule,t),d=function L2(e){const t=e.get(Gp,null);if(null===t)throw new ke(407,!1);return{rendererFactory:t,sanitizer:e.get(r2,null),changeDetectionScheduler:e.get(bs,null),ngReflect:!1,tracingService:e.get(ba,null,{optional:!0})}}(l),_=d.tracingService;return _&&_.componentCreate?_.componentCreate(Wp(c),()=>this.createComponentRef(d,l,n,i,r,s)):this.createComponentRef(d,l,n,i,r,s)}finally{y(a)}}createComponentRef(t,n,i,o,r,s){const a=this.componentDef,c=function U2(e,t,n,i){const o=e?["ng-version","22.1.1"]:function nO(e){const t=[],n=[];let i=1,o=2;for(;i<e.length;){let r=e[i];if("string"==typeof r)2===o?""!==r&&t.push(r,e[++i]):8===o&&n.push(r);else{if(!Ro(o))break;o=r}i++}return n.length&&t.push(1,...n),t}(t.selectors[0]);let r=null,s=null,a=0;if(n)for(const d of n)a+=d[sr].requiredVars,d.create&&(d.targetIdx=0,(r??=[]).push(d)),d.update&&(d.targetIdx=0,(s??=[]).push(d));if(i)for(let d=0;d<i.length;d++){const _=i[d];if("function"!=typeof _)for(const b of _.bindings){a+=b[sr].requiredVars;const T=d+1;b.create&&(b.targetIdx=T,(r??=[]).push(b)),b.update&&(b.targetIdx=T,(s??=[]).push(b))}}const c=[t];if(i)for(const d of i){const b=Ot("function"==typeof d?d:d.type);c.push(b)}return vd(0,null,function H2(e,t){return e||t?n=>{if(1&n&&e)for(const i of e)i.create();if(2&n&&t)for(const i of t)i.update()}:null}(r,s),1,a,c,null,null,null,[o],null)}(o,a,s,r),l=t.rendererFactory.createRenderer(null,a),d=o?function PO(e,t,n,i){const r=i.get(EN,!1)||n===po.ShadowDom||n===po.ExperimentalIsolatedShadowDom,s=e.selectRootElement(t,r);return function BO(e){J0(e)}(s),s}(l,o,a.encapsulation,n):function F2(e,t){const n=function B2(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return sd(t,n,"svg"===n?"svg":"math"===n?"math":null)}(a,l);!function P2(e){if("script"===e?.toLowerCase())throw new ke(905,!1)}(d?.tagName);const _=n.get(Vd,null),b=function V2(e,t){const n=e.getRootNode?.();return R2&&n instanceof Document?n.head:n&&eT&&n instanceof ShadowRoot?n:t().head}(d,()=>n.get(wo,null)??function pa(){if(void 0!==Oh)return Oh;if(typeof document<"u")return document;throw new ke(210,!1)}());_&&_.addHost(b);const T=s?.some(tT)||r?.some(De=>"function"!=typeof De&&De.bindings.some(tT)),V=Bc(null,c,null,512|Ip(a),null,null,t,l,n,null,null);_&&eT&&b instanceof ShadowRoot&&ia(V,()=>{_.removeHost(b)}),V[27]=d,Qf(V);let fe=null;try{const De=Zp(27,V,2,"#host",()=>c.directiveRegistry,!0,0);_0(l,d,De),Li(d,V),Cd(c,V,De),Zh(c,De,V),Jp(c,De),void 0!==i&&function z2(e,t,n){const i=e.projection=[];for(let o=0;o<t.length;o++){const r=n[o];i.push(null!=r&&r.length?Array.from(r):null)}}(De,this.ngContentSelectors,i),fe=Ei(De.index,V),V[8]=fe[8],Id(c,V,null)}catch(De){throw null!==fe&&xh(fe),xh(V),De}finally{fn(et.DynamicComponentEnd),eh()}return new j2(this.componentType,V,!!T)}}function tT(e){const t=e[sr].kind;return"input"===t||"twoWay"===t}class j2 extends i2{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,i){super(),this._rootLView=n,this._hasInputBindings=i,this._tNode=gs(n[1],27),this.location=fa(this._tNode,n),this.instance=Ei(this._tNode.index,n)[8],this.hostView=this.changeDetectorRef=new Ta(n,void 0),this.componentType=t}setInput(t,n){const i=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;const o=this._rootLView;Dd(i,o[1],o,t,n),this.previousInputValues.set(t,n),Vc(Ei(i.index,o),1)}get injector(){return new Wn(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}}function dg(e){return!!e&&"function"==typeof e.then}function tF(e){return!!e&&"function"==typeof e.subscribe}let Aa=class{};class gT extends Aa{injector;instance=null;constructor(t){super();const n=new qo([...t.providers,{provide:Aa,useValue:this}],t.parent||oc(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}let oF=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){const i=ec(0,n.type),o=i.length>0?function mT(e,t,n=null){return new gT({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}([i],this._injector,""):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(const n of this.cachedInjectors.values())null!==n&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=zt({token:e,providedIn:"environment",factory:()=>new e(Lt(Hi))})}return e})();function Mo(e){return tr(()=>{const t=bT(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection!==zu.Eager,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(oF).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||po.Emulated,styles:e.styles||wn,_:null,schemas:e.schemas||null,tView:null,id:""};t.standalone&&Ti("NgStandalone"),CT(n);const i=e.dependencies;return n.directiveDefs=Gd(i,vT),n.pipeDefs=Gd(i,_n),n.id=function cF(e){let t=0;const i=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,"function"==typeof e.consts?"":e.consts,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(const r of i.join("|"))t=Math.imul(31,t)+r.charCodeAt(0)|0;return t+=2147483648,"c"+t}(n),n})}function vT(e){return Tt(e)||Ot(e)}function zd(e){return tr(()=>({type:e.type,bootstrap:e.bootstrap||wn,declarations:e.declarations||wn,imports:e.imports||wn,exports:e.exports||wn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function rF(e,t){if(null==e)return Dr;const n={};for(const i in e)if(e.hasOwnProperty(i)){const o=e[i];let r,s,a,c;Array.isArray(o)?(a=o[0],r=o[1],s=o[2]??r,c=o[3]||null):(r=o,s=o,a=bd.None,c=null),n[r]=[i,a,c],t[r]=s}return n}function sF(e){if(null==e)return Dr;const t={};for(const n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function mo(e){return tr(()=>{const t=bT(e);return CT(t),t})}function yT(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function bT(e){const t={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Dr,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||wn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,signalFormsInputPresence:null,inputs:rF(e.inputs,t),outputs:sF(e.outputs),debugInfo:null}}function CT(e){e.features?.forEach(t=>t(e))}function Gd(e,t){return e?()=>{const n="function"==typeof e?e():e,i=[];for(const o of n){const r=t(o);null!==r&&i.push(r)}return i}:null}const fg=new rt("");let TT=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,i)=>{this.resolve=n,this.reject=i});appInits=Ve(fg,{optional:!0})??[];injector=Ve(zn);constructor(){}runInitializers(){if(this.initialized)return;const n=[];for(const o of this.appInits){const r=Io(this.injector,o);if(dg(r))n.push(r);else if(tF(r)){const s=new Promise((a,c)=>{r.subscribe({complete:a,error:c})});n.push(s)}}const i=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{i()}).catch(o=>{this.reject(o)}),0===n.length&&i(),this.initialized=!0}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();function wT(e){return t=>{t.controlDef={create:(n,i)=>{n?.\u0275ngControlCreate(i)},update:(n,i)=>{n?.\u0275ngControlUpdate?.(i)},passThroughInput:e}}}function mg(e){const t=n=>{const i=Array.isArray(e);null===n.hostDirectives?(n.resolveHostDirectives=fF,n.hostDirectives=i?e.map(vg):[e]):i?n.hostDirectives.unshift(...e.map(vg)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function fF(e){const t=[];let n=!1,i=null,o=null;for(let r=0;r<e.length;r++){const s=e[r];if(null!==s.hostDirectives){const a=t.length;i??=new Map,o??=new Map,xT(s,t,i,e),o.set(s,[a,t.length-1])}0===r&&uo(s)&&(n=!0,t.push(s))}for(let r=n?1:0;r<e.length;r++)t.push(e[r]);return null!==i&&i.forEach((r,s)=>{!function hF(e,t){for(const n in t)t.hasOwnProperty(n)&&(e[t[n]]=e[n])}(s.declaredInputs,r.inputs)}),[t,i,o]}function xT(e,t,n,i){if(null!==e.hostDirectives)for(const o of e.hostDirectives)if("function"==typeof o){const r=o();for(const s of r)kT(vg(s),t,n,i)}else kT(o,t,n,i)}function kT(e,t,n,i){const o=Ot(e.directive);if(xT(o,t,n,i),n.has(o)){const r=n.get(o);RT(r,e.inputs,"input"),RT(r,e.outputs,"output")}else i.includes(o)||(n.set(o,e),t.push(o))}function RT(e,t,n){const i="input"===n?e.inputs:e.outputs;Object.keys(t).forEach(o=>{const r=t[o];(!i.hasOwnProperty(o)||i[o]===r)&&(i[o]=r)})}function vg(e){return"function"==typeof e?{directive:Et(e),inputs:{},outputs:{}}:{directive:Et(e.directive),inputs:NT(e.inputs),outputs:NT(e.outputs)}}function NT(e){const t={};if(void 0!==e&&e.length>0)for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function jo(e){let t=function pF(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),n=!0;const i=[e];for(;t&&t!==Function.prototype&&t!==Object.prototype;){let o;const r=Object.hasOwn(t,N)?t[N]:void 0,s=Object.hasOwn(t,te)?t[te]:void 0;if(uo(e))o=r??s;else{if(r)throw new ke(903,!1);o=s}if(o){if(n){i.push(o);const c=e;c.inputs=yg(e.inputs),c.declaredInputs=yg(e.declaredInputs),c.outputs=yg(e.outputs);const l=o.hostBindings;l&&bF(e,l);const d=o.viewQuery,_=o.contentQueries;if(d&&vF(e,d),_&&yF(e,_),gF(e,o),ln(e.outputs,o.outputs),uo(o)&&o.data.animation){const b=e.data;b.animation=(b.animation||[]).concat(o.data.animation)}}const a=o.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===jo&&(n=!1)}}t=Object.getPrototypeOf(t)}!function mF(e){let t=0,n=null;for(let i=e.length-1;i>=0;i--){const o=e[i];o.hostVars=t+=o.hostVars,o.hostAttrs=ca(o.hostAttrs,n=ca(n,o.hostAttrs))}}(i)}function gF(e,t){for(const n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;const i=t.inputs[n];void 0!==i&&(e.inputs[n]=i,e.declaredInputs[n]=t.declaredInputs[n])}}function yg(e){return e===Dr?{}:e===wn?[]:e}function vF(e,t){const n=e.viewQuery;e.viewQuery=n?(i,o)=>{t(i,o),n(i,o)}:t}function yF(e,t){const n=e.contentQueries;e.contentQueries=n?(i,o,r)=>{t(i,o,r),n(i,o,r)}:t}function bF(e,t){const n=e.hostBindings;e.hostBindings=n?(i,o)=>{t(i,o),n(i,o)}:t}function Ls(e,t,n,i,o,r,s,a,c,l,d){const _=n+27;let b;if(t.firstCreatePass){if(b=Ur(t,_,4,s||null,a||null),null!=l){const T=li(t.consts,l);b.localNames=[];for(let V=0;V<T.length;V+=2)b.localNames.push(T[V],-1)}}else b=t.data[_];return function OT(e,t,n,i,o,r,s,a){if(n.firstCreatePass){e.mergedAttrs=ca(e.mergedAttrs,e.attrs);const d=e.tView=vd(2,e,o,r,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);null!==n.queries&&(n.queries.template(n,e),d.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),Uo(e,!1);const c=PT(n,t,e,i);Iu()&&gd(n,t,c,e),Li(c,t);const l=function Np(e,t,n,i){return[e,!0,0,t,null,i,null,n,null,null]}(c,t,c,e);t[i+27]=l,yd(t,l)}(b,e,t,n,i,o,r,c),null!=l&&Ea(e,b,d),b}let PT=function BT(e,t,n,i){return pc(!0),t[11].createComment("")};const MP=new rt(""),BP=new rt("");let ar=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=Ve(ra);afterRenderManager=Ve(M0);zonelessEnabled=Ve(ah);rootEffectScheduler=Ve(lb);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new re;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=Ve(xr);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(kr(n=>!n))}constructor(){Ve(ba,{optional:!0})}whenStable(){let n;return new Promise(i=>{n=this.isStable.subscribe({next:o=>{o&&i()}})}).finally(()=>{n.unsubscribe()})}_injector=Ve(Hi);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,i){return this.bootstrapImpl(n,i)}bootstrapImpl(n,i,o=zn.NULL){return this._injector.get(Rn).run(()=>{if(fn(et.BootstrapComponentStart),!this._injector.get(TT).done)throw new ke(405,"");const a=Tt(n),c=this._injector.get(Aa),l=new jd(a,c);this.componentTypes.push(n);const{hostElement:d,directives:_,bindings:b}=function HP(e){return void 0===e||"string"==typeof e||e instanceof Element?{hostElement:e}:e}(i),V=l.create(o,[],d||l.selector,c.injector,_,b),fe=V.location.nativeElement,De=V.injector.get(MP,null);return De?.registerApplication(fe),V.onDestroy(()=>{this.detachView(V.hostView),Xd(this.components,V),De?.unregisterApplication(fe)}),this._loadComponent(V),fn(et.BootstrapComponentEnd,V),V})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){fn(et.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(mp.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw fn(et.ChangeDetectionEnd),new ke(101,!1);const n=y(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,y(n),this.afterTick.next(),fn(et.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Gp,null,{optional:!0}));let n=0;for(;0!==this.dirtyFlags&&n++<10;){fn(et.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{fn(et.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(7&this.dirtyFlags){const i=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews)(i||na(o))&&(Ad(o,i&&!this.zonelessEnabled?0:1),n=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:n})=>na(n))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(n){const i=n;this._views.push(i),i.attachToAppRef(this)}detachView(n){const i=n;Xd(this._views,i),i.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(BP,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>Xd(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new ke(406,!1);const n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();function Xd(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function Lg(e,t,n,i){const o=Re();return Ln(o,zi(),t)&&(Ft(),function GO(e,t,n,i,o,r){const s=jn(e,t);!function Ed(e,t,n,i,o,r,s){if(null==r)s?.(r,i||"",o),e.removeAttribute(t,o,n);else{const a=null==s?It(r):s(r,i||"",o);e.setAttribute(t,o,a,n)}}(t[11],s,r,e.value,n,i,o)}(_o(),o,e,t,n,i)),Lg}class RB{destroy(t){}updateValue(t,n){}swap(t,n){const i=Math.min(t,n),o=Math.max(t,n),r=this.detach(o);if(o-i>1){const s=this.detach(i);this.attach(i,r),this.attach(o,s)}else this.attach(i,r)}move(t,n){this.attach(n,this.detach(t))}}function Pg(e,t,n,i,o){return e===n&&Object.is(t,i)?1:Object.is(o(e,t),o(n,i))?-1:0}function Bg(e,t,n,i){return!(void 0===t||!t.has(i)||(e.attach(n,t.get(i)),t.delete(i),0))}function AS(e,t,n,i,o){if(Bg(e,t,i,n(i,o)))e.updateValue(i,o);else{const r=e.create(i,o);e.attach(i,r)}}function wS(e,t,n,i){const o=new Set;for(let r=t;r<=n;r++)o.add(i(r,e.at(r)));return o}class xS{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;const n=this.kvMap.get(t);return void 0!==this._vMap&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let i=this.kvMap.get(t);void 0===this._vMap&&(this._vMap=new Map);const o=this._vMap;for(;o.has(i);)i=o.get(i);o.set(i,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,i]of this.kvMap)if(t(i,n),void 0!==this._vMap){const o=this._vMap;for(;o.has(i);)i=o.get(i),t(i,n)}}}function Ug(e,t,n,i,o,r,s,a){Ti("NgControlFlow");const c=Re(),l=Ft();return Ls(c,l,e,t,n,i,o,li(l.consts,r),512,s,a),Ug}class MB{lContainer;$implicit;$index;constructor(t,n,i){this.lContainer=t,this.$implicit=n,this.$index=i}get $count(){return this.lContainer.length-10}}function NS(e,t){return t}class LB{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,i){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=i}}function cl(e,t,n,i,o,r,s,a,c,l,d,_,b){Ti("NgControlFlow");const T=Re(),V=Ft(),fe=void 0!==c,De=Re(),Le=a?s.bind(De[15][8]):s,Ae=new LB(fe,Le);De[27+e]=Ae,Ls(T,V,e+1,t,n,i,o,li(V.consts,r),256),fe&&Ls(T,V,e+2,c,l,d,_,li(V.consts,b),512)}class FB extends RB{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,i){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=i}get length(){return this.lContainer.length-10}at(t){return this.getLView(t)[8].$implicit}attach(t,n){const i=n[6];this.needsIndexUpdate||=t!==this.length,rr(this.lContainer,n,t,ks(this.templateTNode,i)),function PB(e,t){if(e.length<=10)return;const i=e[10+t],o=i?i[26]:void 0;i&&o&&o.detachedLeaveAnimationFns&&o.detachedLeaveAnimationFns.length>0&&(function CO(e,t){const n=e.get(Fc);if(t.detachedLeaveAnimationFns){for(const i of t.detachedLeaveAnimationFns)n.queue.delete(i);t.detachedLeaveAnimationFns=void 0}}(i[9],o),Fr.delete(i[19]),o.detachedLeaveAnimationFns=void 0)}(this.lContainer,t)}detach(t){return this.needsIndexUpdate||=t!==this.length-1,function BB(e,t){if(e.length<=10)return;const i=e[10+t],o=i?i[26]:void 0;o&&o.leave&&o.leave.size>0&&(o.detachedLeaveAnimationFns=[])}(this.lContainer,t),function UB(e,t){return jc(e,t)}(this.lContainer,t)}create(t,n){return Pr(this.hostLView,this.templateTNode,new MB(this.lContainer,n,t),{dehydratedView:null})}destroy(t){Pc(t[1],t)}updateValue(t,n){this.getLView(t)[8].$implicit=n}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[8].$index=t}getLView(t){return function VB(e,t){return dE(e,t)}(this.lContainer,t)}}function ll(e){const t=y(null),n=ri();try{const i=Re(),o=i[1],r=i[n],s=n+1,a=e_(i,s);if(void 0===r.liveCollection){const l=Vg(o,s);r.liveCollection=new FB(a,i,l)}else r.liveCollection.reset();const c=r.liveCollection;if(function NB(e,t,n,i){let o,r,s=0,a=e.length-1;if(Array.isArray(t)){y(i);let l=t.length-1;for(y(null);s<=a&&s<=l;){const d=e.at(s),_=t[s],b=Pg(s,d,s,_,n);if(0!==b){b<0&&e.updateValue(s,_),s++;continue}const T=e.at(a),V=t[l],fe=Pg(a,T,l,V,n);if(0!==fe){fe<0&&e.updateValue(a,V),a--,l--;continue}const De=n(s,d),Le=n(a,T),Ae=n(s,_);if(Object.is(Ae,Le)){const St=n(l,V);Object.is(St,De)?(e.swap(s,a),e.updateValue(a,V),l--,a--):e.move(a,s),e.updateValue(s,_),s++;continue}if(o??=new xS,r??=wS(e,s,a,n),Bg(e,o,s,Ae))e.updateValue(s,_),s++,a++;else if(r.has(Ae))o.set(De,e.detach(s)),a--;else{const St=e.create(s,t[s]);e.attach(s,St),s++,a++}}for(;s<=l;)AS(e,o,n,s,t[s]),s++}else if(null!=t){y(i);const l=t[Symbol.iterator]();y(null);let d=l.next();for(;!d.done&&s<=a;){const _=e.at(s),b=d.value,T=Pg(s,_,s,b,n);if(0!==T)T<0&&e.updateValue(s,b),s++,d=l.next();else{o??=new xS,r??=wS(e,s,a,n);const V=n(s,b);if(Bg(e,o,s,V))e.updateValue(s,b),s++,a++,d=l.next();else if(r.has(V)){const fe=n(s,_);o.set(fe,e.detach(s)),a--}else e.attach(s,e.create(s,b)),s++,a++,d=l.next()}}for(;!d.done;)AS(e,o,n,e.length,d.value),d=l.next()}for(;s<=a;)e.destroy(e.detach(a--));o?.forEach(l=>{e.destroy(l)})}(c,e,r.trackByFn,t),c.updateIndexes(),r.hasEmptyBlock){const l=zi(),d=0===c.length;if(Ln(i,l,d)){const _=n+2,b=e_(i,_);if(d){const T=Vg(o,_),V=null;rr(b,Pr(i,T,void 0,{dehydratedView:V}),0,ks(T,V))}else o.firstUpdatePass&&function Od(e){const t=e[6]??[],i=e[3][11],o=[];for(const r of t)void 0!==r.data.di?o.push(r):RE(r,i);e[6]=o}(b),Hc(b,0)}}}finally{y(t)}}function e_(e,t){return e[t]}function Vg(e,t){return gs(e,t)}function Fi(e,t,n){const i=Re();return Ln(i,zi(),t)&&(Ft(),Ap(_o(),i,e,t,i[11],n)),Fi}function Hg(e,t,n,i,o){Dd(t,e,n,o?"class":"style",i)}function sn(e,t,n,i){const o=Re(),r=o[1],s=e+27,a=r.firstCreatePass?Zp(s,o,2,t,xp,function Tu(){return Pt.bindingsEnabled}(),n,i):r.data[s];if(lo(a)){const c=o[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(Wp(r.data[a.directiveStart+a.componentOffset]),()=>(MS(e,t,o,a,i),sn))}return MS(e,t,o,a,i),sn}function MS(e,t,n,i,o){if(Td(i,n,e,t,jg),Ir(i)){const r=n[1];Cd(r,n,i),Zh(r,i,n)}null!=o&&Ea(n,i)}function cn(){const e=Ft(),n=Sd(Gt());return e.firstCreatePass&&Jp(e,n),Kf(n)&&qf(),$f(),null!=n.classesWithoutHost&&function lR(e){return!!(8&e.flags)}(n)&&Hg(e,n,Re(),n.classesWithoutHost,!0),null!=n.stylesWithoutHost&&function uR(e){return!!(16&e.flags)}(n)&&Hg(e,n,Re(),n.stylesWithoutHost,!1),cn}function Gr(e,t,n,i){return sn(e,t,n,i),cn(),Gr}function zo(e,t,n,i){const o=Re(),r=o[1],s=e+27,a=r.firstCreatePass?function QE(e,t,n,i,o,r){const s=t.consts,c=Ur(t,e,n,i,li(s,o));if(c.mergedAttrs=ca(c.mergedAttrs,c.attrs),null!=r){const l=li(s,r);c.localNames=[];for(let d=0;d<l.length;d+=2)c.localNames.push(l[d],-1)}return null!==c.attrs&&Hd(c,c.attrs,!1),null!==c.mergedAttrs&&Hd(c,c.mergedAttrs,!0),null!==t.queries&&t.queries.elementStart(t,c),c}(s,r,2,t,n,i):r.data[s];return Td(a,o,e,t,jg),null!=i&&Ea(o,a),zo}function cr(){return Kf(Sd(Gt()))&&qf(),$f(),cr}function ul(e,t,n,i){return zo(e,t,n,i),cr(),ul}let jg=(e,t,n,i,o)=>(pc(!0),sd(t[11],i,Yy()));function n_(){return Re()}function i_(e,t,n){const i=Re();return Ln(i,zi(),t)&&(Ft(),wp(_o(),i,e,t,i[11],n)),i_}let KS="en-US";function Pi(e,t,n){const i=Re(),o=Ft(),r=Gt();return function Yg(e,t,n,i,o,r,s){let a=!0,c=null;if((3&i.type||s)&&(c??=Hr(i,t,r),Yp(i,e,t,s,n,o,r,c)&&(a=!1)),a){const l=i.outputs?.[o],d=i.hostDirectiveOutputs?.[o];if(d&&d.length)for(let _=0;_<d.length;_+=2){const b=d[_],T=d[_+1];c??=Hr(i,t,r),Ud(i,t,b,T,o,c)}if(l&&l.length)for(const _ of l)c??=Hr(i,t,r),Ud(i,t,_,o,o,c)}}(o,i,i[11],r,e,t,n),Pi}function lr(e=1){return function ik(e){return(Pt.lFrame.contextLView=function jf(e,t){for(;e>0;)t=t[14],e--;return t}(e,Pt.lFrame.contextLView))[8]}(e)}function P3(e,t){let n=null;const i=function XM(e){const t=e.attrs;if(null!=t){const n=t.indexOf(5);if(!(1&n))return t[n+1]}return null}(e);for(let o=0;o<t.length;o++){const r=t[o];if("*"!==r){if(null===i?D0(e,r,!0):QM(i,r))return o}else n=o}return n}function $r(e){const t=Re()[15][5];if(!t.projection){const i=t.projection=function Xa(e,t){const n=[];for(let i=0;i<e;i++)n.push(t);return n}(e?e.length:1,null),o=i.slice();let r=t.child;for(;null!==r;){if(128!==r.type){const s=e?P3(r,e):0;null!==s&&(o[s]?o[s].projectionNext=r:i[s]=r,o[s]=r)}r=r.next}}}function Wr(e,t=0,n,i,o,r){const s=Re(),a=Ft(),c=i?e+1:null;null!==c&&Ls(s,a,c,i,o,r,null,n);const l=Ur(a,27+e,16,null,n||null);null===l.projection&&(l.projection=t),Yf();const _=!s[6]||Wf();null===s[15][5].projection[l.projection]&&null!==c?function B3(e,t,n){const i=27+n,o=t.data[i],r=e[i];rr(r,Pr(e,o,void 0,{dehydratedView:null}),0,ks(o,null))}(s,a,c):_&&!Xu(l)&&function NO(e,t,n){q0(t[11],0,t,n,Ep(e,n,t),z0(n.parent||t[5],n,t))}(a,s,l)}function l_(e,t){return e<<17|t<<2}function Vs(e){return e>>17&32767}function Xg(e){return 2|e}function La(e){return(131068&e)>>2}function Zg(e,t){return-131069&e|t<<2}function Jg(e){return 1|e}function vD(e,t,n,i){const o=e[n+1],r=null===t;let s=i?Vs(o):La(o),a=!1;for(;0!==s&&(!1===a||r);){const l=e[s+1];q3(e[s],t)&&(a=!0,e[s+1]=i?Jg(l):Xg(l)),s=i?Vs(l):La(l)}a&&(e[n+1]=i?Xg(o):Jg(o))}function q3(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&Js(e,t)>=0}function u_(e,t){return function ID(e,t,n,i){const o=Re(),r=Ft(),s=Jo(2);r.firstUpdatePass&&function xD(e,t,n,i){const o=e.data;if(null===o[n+1]){const r=o[ri()],s=function wD(e,t){return t>=e.expandoStartIndex}(e,n);(function MD(e,t){return!!(e.flags&(t?8:16))})(r,i)&&null===t&&!s&&(t=!1),t=function sU(e,t,n,i){const o=function Zf(e){const t=Pt.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}(e);let r=i?t.residualClasses:t.residualStyles;if(null===o)0===(i?t.classBindings:t.styleBindings)&&(n=gl(n=Qg(null,e,t,n,i),t.attrs,i),r=null);else{const s=t.directiveStylingLast;if(-1===s||e[s]!==o)if(n=Qg(o,e,t,n,i),null===r){let c=function aU(e,t,n){const i=n?t.classBindings:t.styleBindings;if(0!==La(i))return e[Vs(i)]}(e,t,i);void 0!==c&&Array.isArray(c)&&(c=Qg(null,e,t,c[1],i),c=gl(c,t.attrs,i),function cU(e,t,n,i){e[Vs(n?t.classBindings:t.styleBindings)]=i}(e,t,i,c))}else r=function lU(e,t,n){let i;const o=t.directiveEnd;for(let r=1+t.directiveStylingLast;r<o;r++)i=gl(i,e[r].hostAttrs,n);return gl(i,t.attrs,n)}(e,t,i)}return void 0!==r&&(i?t.residualClasses=r:t.residualStyles=r),n}(o,r,t,i),function W3(e,t,n,i,o,r){let s=r?t.classBindings:t.styleBindings,a=Vs(s),c=La(s);e[i]=n;let d,l=!1;if(Array.isArray(n)?(d=n[1],(null===d||Js(n,d)>0)&&(l=!0)):d=n,o)if(0!==c){const b=Vs(e[a+1]);e[i+1]=l_(b,a),0!==b&&(e[b+1]=Zg(e[b+1],i)),e[a+1]=function G3(e,t){return 131071&e|t<<17}(e[a+1],i)}else e[i+1]=l_(a,0),0!==a&&(e[a+1]=Zg(e[a+1],i)),a=i;else e[i+1]=l_(c,0),0===a?a=i:e[c+1]=Zg(e[c+1],i),c=i;l&&(e[i+1]=Xg(e[i+1])),vD(e,d,i,!0),vD(e,d,i,!1),function K3(e,t,n,i,o){const r=o?e.residualClasses:e.residualStyles;null!=r&&"string"==typeof t&&Js(r,t)>=0&&(n[i+1]=Jg(n[i+1]))}(t,d,e,i,r),s=l_(a,c),r?t.classBindings=s:t.styleBindings=s}(o,r,t,n,s,i)}}(r,e,s,i),t!==vn&&Ln(o,s,t)&&function RD(e,t,n,i,o,r,s,a){if(!(3&t.type))return;const c=e.data,l=c[a+1],d=function $3(e){return!(1&~e)}(l)?ND(c,t,n,o,La(l),s):void 0;d_(d)||(d_(r)||function z3(e){return!(2&~e)}(l)&&(r=ND(c,null,n,o,a,s)),function OO(e,t,n,i,o){if(t)o?e.addClass(n,i):e.removeClass(n,i);else{let r=-1===i.indexOf("-")?void 0:Ts.DashCase;null==o?e.removeStyle(n,i,r):("string"==typeof o&&o.endsWith("!important")&&(o=o.slice(0,-10),r|=Ts.Important),e.setStyle(n,i,o,r))}}(i,s,ps(ri(),n),o,r))}(r,r.data[ri()],o,o[11],e,o[s+1]=function fU(e,t){return null==e||""===e||("string"==typeof t?e=nr(e)+t:"object"==typeof e&&(e=Jt(nr(e)))),e}(t,n),i,s)}(e,t,null,!0),u_}function Qg(e,t,n,i,o){let r=null;const s=n.directiveEnd;let a=n.directiveStylingLast;for(-1===a?a=n.directiveStart:a++;a<s&&(r=t[a],i=gl(i,r.hostAttrs,o),r!==e);)a++;return null!==e&&(n.directiveStylingLast=a),i}function gl(e,t,n){const i=n?1:2;let o=-1;if(null!==t)for(let r=0;r<t.length;r++){const s=t[r];"number"==typeof s?o=s:o===i&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),Za(e,s,!!n||t[++r]))}return void 0===e?null:e}function ND(e,t,n,i,o,r){const s=null===t;let a;for(;o>0;){const c=e[o],l=Array.isArray(c),d=l?c[1]:c,_=null===d;let b=n[o+1];b===vn&&(b=_?wn:void 0);let T=_?ou(b,i):d===i?b:void 0;if(l&&!d_(T)&&(T=ou(c,i)),d_(T)&&(a=T,s))return a;const V=e[o+1];o=s?Vs(V):La(V)}if(null!==t){let c=r?t.residualClasses:t.residualStyles;null!=c&&(a=ou(c,i))}return a}function d_(e){return void 0!==e}function Nn(e,t=""){const n=Re(),i=Ft(),o=e+27,r=i.firstCreatePass?Ur(i,o,1,t,null):i.data[o],s=OD(i,n,r,t);n[o]=s,Iu()&&gd(i,n,s,r),Uo(r,!1)}let OD=(e,t,n,i)=>(pc(!0),function rp(e,t){return e.createText(t)}(t[11],i));function PD(e,t,n,i,o,r=""){const a=function Ms(e,t,n,i){const o=Ln(e,t,n);return Ln(e,t+1,i)||o}(e,function Zo(){return Pt.lFrame.bindingIndex}(),n,o);return Jo(2),a?t+It(n)+i+It(o)+r:vn}function Oo(e){return Si("",e),Oo}function Si(e,t,n){const i=Re(),o=function FD(e,t,n,i=""){return Ln(e,zi(),n)?t+It(n)+i:vn}(i,e,t,n);return o!==vn&&ur(i,ri(),o),Si}function em(e,t,n,i,o){const r=Re(),s=PD(r,e,t,n,i,o);return s!==vn&&ur(r,ri(),s),em}function ur(e,t,n){const i=ps(t,e);!function c0(e,t,n){e.setValue(t,n)}(e[11],i,n)}const QD={};function tm(e){Ti("NgLet");const t=Ft(),n=Re(),i=e+27;return Uo(Ur(t,i,128,null,null),!1),yu(t,n,i,QD),tm}function __(e){const n=Ar(function By(){return Pt.lFrame.contextLView}(),27+e);if(n===QD)throw new ke(314,!1);return n}function ml(e){return Ln(Re(),zi(),e)?It(e):vn}function tI(e,t,n){const i=Ft();i.firstCreatePass&&nI(t,i.data,i.blueprint,uo(e),n)}function nI(e,t,n,i,o){if(e=Et(e),Array.isArray(e))for(let r=0;r<e.length;r++)nI(e[r],t,n,i,o);else{const r=Ft(),s=Re(),a=Gt();let c=Do(e)?e:Et(e.provide);const l=Af(e),d=1048575&a.providerIndexes,_=a.directiveStart,b=a.providerIndexes>>20;if(Do(e)||!e.multi){const T=new Cc(l,o,Kn,null),V=im(c,t,o?d:d+b,_);-1===V?(Ch(Fu(a,s),r,c),nm(r,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(T),s.push(T)):(n[V]=T,s[V]=T)}else{const T=im(c,t,d+b,_),V=im(c,t,d,d+b),De=V>=0&&n[V];if(o&&!De||!o&&!(T>=0&&n[T])){Ch(Fu(a,s),r,c);const Le=function xU(e,t,n,i,o){const s=new Cc(e,n,Kn,null);return s.multi=[],s.index=t,s.componentProviders=0,iI(s,o,i&&!n),s}(o?wU:AU,n.length,o,i,l);!o&&De&&(n[V].providerFactory=Le),nm(r,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(Le),s.push(Le)}else nm(r,e,T>-1?T:V,iI(n[o?V:T],l,!o&&i));!o&&i&&De&&n[V].componentProviders++}}}function nm(e,t,n,i){const o=Do(t),r=function Df(e){return!!e.useClass}(t);if(o||r){const c=(r?Et(t.useClass):t).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){const d=l.indexOf(n);-1===d?l.push(n,[i,c]):l[d+1].push(i,c)}else l.push(n,c)}}}function iI(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function im(e,t,n,i){for(let o=n;o<i;o++)if(t[o]===e)return o;return-1}function AU(e,t,n,i,o){return om(this.multi,[])}function wU(e,t,n,i,o){const r=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=Sc(i,i[1],this.providerFactory.index,o);s=c.slice(0,a),om(r,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],om(r,s);return s}function om(e,t){for(let n=0;n<e.length;n++)t.push((0,e[n])());return t}function io(e,t){return n=>{n.providersResolver=(i,o)=>tI(i,o?o(e):e,!1),t&&(n.viewProvidersResolver=(i,o)=>tI(i,o?o(t):t,!0))}}function rI(e,t,n,i,o,r){const s=t+n;return Ln(e,s,o)?function No(e,t,n){return e[t]=n}(e,s+1,r?i.call(r,o):i(o)):function vl(e,t){const n=e[t];return n===vn?void 0:n}(e,s+1)}function dI(e,t,n){const i=e+27,o=Re(),r=Ar(o,i);return function yl(e,t){return e[1].data[t].pure}(o,i)?rI(o,function xi(){const e=Pt.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}(),t,r.transform,n,r):r.transform(n)}let DV=(()=>{class e{applicationErrorHandler=Ve(ra);appRef=Ve(ar);taskService=Ve(xr);ngZone=Ve(Rn);zonelessEnabled=Ve(ah);tracing=Ve(ba,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new Me;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(wu):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(Ve(Ik,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const n=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(n)):this.taskService.remove(n)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const n=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})})}notify(n){if(!this.zonelessEnabled&&5===n)return;switch(n){case 0:case 2:case 6:case 13:this.appRef.dirtyFlags|=2;break;case 3:case 4:case 5:case 1:this.appRef.dirtyFlags|=4;break;case 12:this.appRef.dirtyFlags|=16;break;case 11:break;default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick())return;const i=this.useMicrotaskScheduler?fk:eb;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>i(()=>this.tick())):this.ngZone.runOutsideAngular(()=>i(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(wu+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(0===this.appRef.dirtyFlags)return void this.cleanup();!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(i){this.applicationErrorHandler(i)}finally{this.taskService.remove(n),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();function fm(){return[{provide:bs,useExisting:DV},{provide:Rn,useClass:vk},{provide:ah,useValue:!0}]}const RI=new rt("",{factory:()=>Ve(RI,{optional:!0,skipSelf:!0})||function wV(){return typeof $localize<"u"&&$localize.locale||"en-US"}()});
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
*/
|
|
52
|
-
const T_=Symbol("InputSignalNode#UNSET"),DA={...Se,transformFn:void 0,applyValueToInputSignal(e,t){ae(e,t)}};function IA(e,t){const n=Object.create(DA);function i(){if(U(n),n.value===T_)throw new ke(-950,null);return n.value}return n.value=e,n.transformFn=t?.transform,i[v]=n,i}function _i(e){return new BV}function AA(e,t){return IA(e,t)}const qe=(AA.required=function qj(e){return IA(T_,e)},AA);class d8{supports(t){return t instanceof Map||qp(t)}create(){return new _8}}class _8{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(t){let n;for(n=this._mapHead;null!==n;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;null!==n;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;null!==n;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;null!==n;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;null!==n;n=n._nextRemoved)t(n)}diff(t){if(t){if(!(t instanceof Map||qp(t)))throw new ke(900,!1)}else t=new Map;return this.check(t)?this:null}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(i,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,i),this._appendAfter=n,n=n._next;else{const r=this._getOrCreateRecordForKey(o,i);n=this._insertBeforeOrAppend(n,r)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let i=n;null!==i;i=i._nextRemoved)i===this._mapHead&&(this._mapHead=null),this._records.delete(i.key),i._nextRemoved=i._next,i.previousValue=i.currentValue,i.currentValue=null,i._prev=null,i._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){const i=t._prev;return n._next=t,n._prev=i,t._prev=n,i&&(i._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const r=o._prev,s=o._next;return r&&(r._next=s),s&&(s._prev=r),o._next=null,o._prev=null,o}const i=new f8(t);return this._records.set(t,i),i.currentValue=n,this._addToAdditions(i),i}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(i=>n(t[i],i))}}class f8{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}}function PA(){return new BA([new d8])}let BA=(()=>{class e{static \u0275prov=zt({token:e,providedIn:"root",factory:PA});factories;constructor(n){this.factories=n}static create(n,i){if(i){const o=i.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{const i=Ve(e,{optional:!0,skipSelf:!0});return e.create(n,i||PA())}}}find(n){const i=this.factories.find(o=>o.supports(n));if(i)return i;throw new ke(901,!1)}}return e})(),UA=(()=>class e{static __NG_ELEMENT_ID__=p8})();function p8(e){return function g8(e,t,n){if(lo(e)&&!n){const i=Ei(e.index,t);return new Ta(i,i)}return 175&e.type?new Ta(t[15],t):null}(Gt(),Re(),!(16&~e))}const D_=new rt(""),D8=new rt("");function xl(e){return!e.moduleRef}let GA,Ha=null;function B8(e){const{rootComponent:t,appProviders:n,platformProviders:i,platformRef:o}=e;fn(et.BootstrapApplicationStart);try{const r=o?.injector??function P8(e=[]){if(Ha)return Ha;const t=function YA(e=[],t){return zn.create({name:t,providers:[{provide:lu,useValue:"platform"},{provide:D_,useValue:new Set([()=>Ha=null])},...e]})}(e);return Ha=t,function UP(){!function Fe(e){lt=e}(()=>{throw new ke(600,"")})}(),function XA(e){const t=e.get(rb,null);Io(e,()=>{t?.forEach(n=>n())})}(t),t}(i),s=[fm(),ob,...n||[]];return function zA(e){const t=xl(e)?e.r3Injector:e.moduleRef.injector,n=t.get(Rn);return n.run(()=>{xl(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const i=t.get(ra);let o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:i})}),xl(e)){const r=()=>t.destroy(),s=e.platformInjector.get(D_);s.add(r),t.onDestroy(()=>{o.unsubscribe(),s.delete(r)})}else{const r=()=>e.moduleRef.destroy(),s=e.platformInjector.get(D_);s.add(r),e.moduleRef.onDestroy(()=>{Xd(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(r)})}return function A8(e,t,n){try{const i=n();return dg(i)?i.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):i}catch(i){throw t.runOutsideAngular(()=>e(i)),i}}(i,n,()=>{const r=t.get(xr),s=r.add(),a=t.get(TT);return a.runInitializers(),a.donePromise.then(()=>{if(function t3(e){"string"==typeof e&&(KS=e.toLowerCase().replace(/_/g,"-"))}(t.get(RI,"en-US")||"en-US"),!t.get(D8,!0))return xl(e)?t.get(ar):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(xl(e)){const d=t.get(ar);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return GA?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{r.remove(s)})})})}({r3Injector:new gT({providers:s,parent:r,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:r,rootComponent:t})}catch(r){return Promise.reject(r)}finally{fn(et.BootstrapApplicationEnd)}}function Gn(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function x_(e){const t=Tt(e);if(!t)return null;const n=new jd(t);return{get selector(){return n.selector},get type(){return n.componentType},get inputs(){return n.inputs},get outputs(){return n.outputs},get ngContentSelectors(){return n.ngContentSelectors},get isStandalone(){return t.standalone},get isSignal(){return t.signals}}}function zs(e){return this instanceof zs?(this.v=e,this):new zs(e)}function a4(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,t=e[Symbol.asyncIterator];return t?t.call(e):(e=function lw(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],i=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),n={},i("next"),i("throw"),i("return"),n[Symbol.asyncIterator]=function(){return this},n);function i(r){n[r]=e[r]&&function(s){return new Promise(function(a,c){!function o(r,s,a,c){Promise.resolve(c).then(function(l){r({value:l,done:a})},s)}(a,c,(s=e[r](s)).done,s.value)})}}}const uw=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function dw(e){return nt(e?.then)}function _w(e){return nt(e[Ge])}function fw(e){return Symbol.asyncIterator&&nt(e?.[Symbol.asyncIterator])}function hw(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}const pw=function u4(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function gw(e){return nt(e?.[pw])}function mw(e){return function s4(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o,i=n.apply(e,t||[]),r=[];return o=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(T){return function(V){return Promise.resolve(V).then(T,_)}}),o[Symbol.asyncIterator]=function(){return this},o;function a(T,V){i[T]&&(o[T]=function(fe){return new Promise(function(De,Le){r.push([T,fe,De,Le])>1||c(T,fe)})},V&&(o[T]=V(o[T])))}function c(T,V){try{!function l(T){T.value instanceof zs?Promise.resolve(T.value.v).then(d,_):b(r[0][2],T)}(i[T](V))}catch(fe){b(r[0][3],fe)}}function d(T){c("next",T)}function _(T){c("throw",T)}function b(T,V){T(V),r.shift(),r.length&&c(r[0][0],r[0][1])}}(this,arguments,function*(){const n=e.getReader();try{for(;;){const{value:i,done:o}=yield zs(n.read());if(o)return yield zs(void 0);yield yield zs(i)}}finally{n.releaseLock()}})}function vw(e){return nt(e?.getReader)}function _r(e){if(e instanceof yt)return e;if(null!=e){if(_w(e))return function d4(e){return new yt(t=>{const n=e[Ge]();if(nt(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(uw(e))return function _4(e){return new yt(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}(e);if(dw(e))return function f4(e){return new yt(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,C)})}(e);if(fw(e))return yw(e);if(gw(e))return function h4(e){return new yt(t=>{for(const n of e)if(t.next(n),t.closed)return;t.complete()})}(e);if(vw(e))return function p4(e){return yw(mw(e))}(e)}throw hw(e)}function yw(e){return new yt(t=>{(function g4(e,t){var n,i,o,r;return function o4(e,t,n,i){return new(n||(n=Promise))(function(r,s){function a(d){try{l(i.next(d))}catch(_){s(_)}}function c(d){try{l(i.throw(d))}catch(_){s(_)}}function l(d){d.done?r(d.value):function o(r){return r instanceof n?r:new n(function(s){s(r)})}(d.value).then(a,c)}l((i=i.apply(e,t||[])).next())})}(this,void 0,void 0,function*(){try{for(n=a4(e);!(i=yield n.next()).done;)if(t.next(i.value),t.closed)return}catch(s){o={error:s}}finally{try{i&&!i.done&&(r=n.return)&&(yield r.call(n))}finally{if(o)throw o.error}}t.complete()})})(e,t).catch(n=>t.error(n))})}function Xr(e,t,n,i=0,o=!1){const r=t.schedule(function(){n(),o?e.add(this.schedule(null,i)):this.unsubscribe()},i);if(e.add(r),!o)return r}function bw(e,t=0){return er((n,i)=>{n.subscribe(Vo(i,o=>Xr(i,e,()=>i.next(o),t),()=>Xr(i,e,()=>i.complete(),t),o=>Xr(i,e,()=>i.error(o),t)))})}function Cw(e,t=0){return er((n,i)=>{i.add(e.schedule(()=>n.subscribe(i),t))})}function Ew(e,t){if(!e)throw new Error("Iterable cannot be null");return new yt(n=>{Xr(n,t,()=>{const i=e[Symbol.asyncIterator]();Xr(n,t,()=>{i.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function Rm(e,t){return t?function E4(e,t){if(null!=e){if(_w(e))return function m4(e,t){return _r(e).pipe(Cw(t),bw(t))}(e,t);if(uw(e))return function y4(e,t){return new yt(n=>{let i=0;return t.schedule(function(){i===e.length?n.complete():(n.next(e[i++]),n.closed||this.schedule())})})}(e,t);if(dw(e))return function v4(e,t){return _r(e).pipe(Cw(t),bw(t))}(e,t);if(fw(e))return Ew(e,t);if(gw(e))return function b4(e,t){return new yt(n=>{let i;return Xr(n,t,()=>{i=e[pw](),Xr(n,t,()=>{let o,r;try{({value:o,done:r}=i.next())}catch(s){return void n.error(s)}r?n.complete():n.next(o)},0,!0)}),()=>nt(i?.return)&&i.return()})}(e,t);if(vw(e))return function C4(e,t){return Ew(mw(e),t)}(e,t)}throw hw(e)}(e,t):_r(e)}const{isArray:T4}=Array,{getPrototypeOf:S4,prototype:D4,keys:I4}=Object;function Nm(e){return e[e.length-1]}function Tw(e){return function x4(e){return e&&nt(e.schedule)}(Nm(e))?e.pop():void 0}const{isArray:N4}=Array;function L4(e,t){return e.reduce((n,i,o)=>(n[i]=t[o],n),{})}function F4(...e){const t=function k4(e){return nt(Nm(e))?e.pop():void 0}(e),{args:n,keys:i}=function A4(e){if(1===e.length){const t=e[0];if(T4(t))return{args:t,keys:null};if(function w4(e){return e&&"object"==typeof e&&S4(e)===D4}(t)){const n=I4(t);return{args:n.map(i=>t[i]),keys:n}}}return{args:e,keys:null}}(e),o=new yt(r=>{const{length:s}=n;if(!s)return void r.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let _=!1;_r(n[d]).subscribe(Vo(r,b=>{_||(_=!0,l--),a[d]=b},()=>c--,void 0,()=>{(!c||!_)&&(l||r.next(i?L4(i,a):a),r.complete())}))}});return t?o.pipe(function O4(e){return kr(t=>function M4(e,t){return N4(t)?e(...t):e(t)}(e,t))}(t)):o}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
* License: MIT
|
|
57
|
-
|
|
58
|
-
let Sw=null;function Gs(){return Sw}class B4{}let Dw=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:()=>Ve(U4),providedIn:"platform"})}return e})(),U4=(()=>{class e extends Dw{_location;_history;_doc=Ve(wo);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Gs().getBaseHref(this._doc)}onPopState(n){const i=Gs().getGlobalEventTarget(this._doc,"window");return i.addEventListener("popstate",n,!1),()=>i.removeEventListener("popstate",n)}onHashChange(n){const i=Gs().getGlobalEventTarget(this._doc,"window");return i.addEventListener("hashchange",n,!1),()=>i.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,i,o){this._history.pushState(n,i,o)}replaceState(n,i,o){this._history.replaceState(n,i,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),Iw=(()=>{class e{_renderer;_elementRef;onChange=n=>{};onTouched=()=>{};constructor(n,i){this._renderer=n,this._elementRef=i}setProperty(n,i){this._renderer.setProperty(this._elementRef.nativeElement,n,i)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static \u0275fac=function(i){return new(i||e)(Kn(Fd),Kn(Mi))};static \u0275dir=mo({type:e})}return e})(),V4=(()=>{class e extends Iw{static \u0275fac=(()=>{let n;return function(o){return(n||(n=Uu(e)))(o||e)}})();static \u0275dir=mo({type:e,features:[jo]})}return e})();const Mm=new rt(""),H4={provide:Mm,useExisting:pn(()=>Aw),multi:!0},z4=new rt("");let Aw=(()=>{class e extends Iw{_compositionMode;_composing=!1;constructor(n,i,o){super(n,i),this._compositionMode=o,null==this._compositionMode&&(this._compositionMode=!function j4(){const e=Gs()?Gs().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(n){this.setProperty("value",n??"")}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static \u0275fac=function(i){return new(i||e)(Kn(Fd),Kn(Mi),Kn(z4,8))};static \u0275dir=mo({type:e,selectors:[["input","formControlName","",3,"type","checkbox",3,"ngNoCva",""],["textarea","formControlName","",3,"ngNoCva",""],["input","formControl","",3,"type","checkbox",3,"ngNoCva",""],["textarea","formControl","",3,"ngNoCva",""],["input","ngModel","",3,"type","checkbox",3,"ngNoCva",""],["textarea","ngModel","",3,"ngNoCva",""],["","ngDefaultControl",""]],hostBindings:function(i,o){1&i&&Pi("input",function(s){return o._handleInput(s.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(s){return o._compositionEnd(s.target.value)})},standalone:!1,features:[io([H4]),jo]})}return e})();function Om(e){return null==e||0===Lm(e)}function Lm(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Fm=new rt(""),ww=new rt(""),G4=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class xw{static min(t){return function $4(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n<e?{min:{min:e,actual:t.value}}:null}}(t)}static max(t){return function W4(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n>e?{max:{max:e,actual:t.value}}:null}}(t)}static required(t){return kw(t)}static requiredTrue(t){return function K4(e){return!0===e.value?null:{required:!0}}(t)}static email(t){return function q4(e){return Om(e.value)||G4.test(e.value)?null:{email:!0}}(t)}static minLength(t){return function Y4(e){return t=>{const n=t.value?.length??Lm(t.value);return null===n||0===n?null:n<e?{minlength:{requiredLength:e,actualLength:n}}:null}}(t)}static maxLength(t){return function X4(e){return t=>{const n=t.value?.length??Lm(t.value);return null!==n&&n>e?{maxlength:{requiredLength:e,actualLength:n}}:null}}(t)}static pattern(t){return function Z4(e){if(!e)return k_;let t,n;return"string"==typeof e?(n="","^"!==e.charAt(0)&&(n+="^"),n+=e,"$"!==e.charAt(e.length-1)&&(n+="$"),t=new RegExp(n)):(n=e.toString(),t=e),i=>{if(Om(i.value))return null;const o=i.value;return t.test(o)?null:{pattern:{requiredPattern:n,actualValue:o}}}}(t)}static nullValidator(t){return null}static compose(t){return Fw(t)}static composeAsync(t){return Bw(t)}}function kw(e){return Om(e.value)?{required:!0}:null}function k_(e){return null}function Rw(e){return null!=e}function Nw(e){return dg(e)?Rm(e):e}function Mw(e){let t={};return e.forEach(n=>{t=null!=n?{...t,...n}:t}),0===Object.keys(t).length?null:t}function Ow(e,t){return t.map(n=>n(e))}function Lw(e){return e.map(t=>function J4(e){return!e.validate}(t)?t:n=>t.validate(n))}function Fw(e){if(!e)return null;const t=e.filter(Rw);return 0==t.length?null:function(n){return Mw(Ow(n,t))}}function Pw(e){return null!=e?Fw(Lw(e)):null}function Bw(e){if(!e)return null;const t=e.filter(Rw);return 0==t.length?null:function(n){return F4(Ow(n,t).map(Nw)).pipe(kr(Mw))}}function Uw(e){return null!=e?Bw(Lw(e)):null}function Vw(e,t){return null===e?[t]:Array.isArray(e)?[...e,t]:[e,t]}function Hw(e){return e._rawValidators}function jw(e){return e._rawAsyncValidators}function Pm(e){return e?Array.isArray(e)?e:[e]:[]}function R_(e,t){return Array.isArray(e)?e.includes(t):e===t}function zw(e,t){const n=Pm(t);return Pm(e).forEach(o=>{R_(n,o)||n.push(o)}),n}function Gw(e,t){return Pm(t).filter(n=>!R_(e,n))}class $w{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=Pw(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=Uw(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control?.reset(t)}hasError(t,n){return!!this.control&&this.control.hasError(t,n)}getError(t,n){return this.control?this.control.getError(t,n):null}}class Bm extends $w{name;get formDirective(){return null}get path(){return null}}const Rl="VALID",M_="INVALID",ja="PENDING",Nl="DISABLED";class za{}class qw extends za{value;source;constructor(t,n){super(),this.value=t,this.source=n}}class Hm extends za{pristine;source;constructor(t,n){super(),this.pristine=t,this.source=n}}class jm extends za{touched;source;constructor(t,n){super(),this.touched=t,this.source=n}}class O_ extends za{status;source;constructor(t,n){super(),this.status=t,this.source=n}}class rz extends za{source;constructor(t){super(),this.source=t}}class Ml extends za{source;constructor(t){super(),this.source=t}}function zm(e){return(L_(e)?e.validators:e)||null}function Gm(e,t){return(L_(t)?t.asyncValidators:e)||null}function L_(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class $m{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_hasRequired=no(!1);_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(t,n){this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t,this._updateHasRequiredValidator()}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return Dn(this.statusReactive)}set status(t){Dn(()=>this.statusReactive.set(t))}_status=di(()=>this.statusReactive());statusReactive=no(void 0);get valid(){return this.status===Rl}get invalid(){return this.status===M_}get pending(){return this.status===ja}get disabled(){return this.status===Nl}get enabled(){return this.status!==Nl}errors;get pristine(){return Dn(this.pristineReactive)}set pristine(t){Dn(()=>this.pristineReactive.set(t))}_pristine=di(()=>this.pristineReactive());pristineReactive=no(!0);get dirty(){return!this.pristine}get touched(){return Dn(this.touchedReactive)}set touched(t){Dn(()=>this.touchedReactive.set(t))}_touched=di(()=>this.touchedReactive());touchedReactive=no(!1);get untouched(){return!this.touched}_events=new re;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(zw(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(zw(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(Gw(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(Gw(t,this._rawAsyncValidators))}hasValidator(t){return R_(this._rawValidators,t)}hasAsyncValidator(t){return R_(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){const n=!1===this.touched;this.touched=!0;const i=t.sourceControl??this;t.onlySelf||this._parent?.markAsTouched({...t,sourceControl:i}),n&&!1!==t.emitEvent&&this._events.next(new jm(!0,i))}markAllAsDirty(t={}){this.markAsDirty({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsDirty(t))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){const n=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const i=t.sourceControl??this;this._forEachChild(o=>{o.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:i})}),t.onlySelf||this._parent?._updateTouched(t,i),n&&!1!==t.emitEvent&&this._events.next(new jm(!1,i))}markAsDirty(t={}){const n=!0===this.pristine;this.pristine=!1;const i=t.sourceControl??this;t.onlySelf||this._parent?.markAsDirty({...t,sourceControl:i}),n&&!1!==t.emitEvent&&this._events.next(new Hm(!1,i))}markAsPristine(t={}){const n=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const i=t.sourceControl??this;this._forEachChild(o=>{o.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),t.onlySelf||this._parent?._updatePristine(t,i),n&&!1!==t.emitEvent&&this._events.next(new Hm(!0,i))}markAsPending(t={}){this.status=ja;const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O_(this.status,n)),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.markAsPending({...t,sourceControl:n})}disable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=Nl,this.errors=null,this._forEachChild(o=>{o.disable({...t,onlySelf:!0})}),this._updateValue();const i=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new qw(this.value,i)),this._events.next(new O_(this.status,i)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(o=>o(!0))}enable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=Rl,this._forEachChild(i=>{i.enable({...t,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(i=>i(!1))}_updateAncestors(t,n){t.onlySelf||(this._parent?.updateValueAndValidity(t),t.skipPristineCheck||this._parent?._updatePristine({},n),this._parent?._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const i=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Rl||this.status===ja)&&this._runAsyncValidator(i,t.emitEvent)}const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new qw(this.value,n)),this._events.next(new O_(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.updateValueAndValidity({...t,sourceControl:n})}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Nl:Rl}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=ja,this._hasOwnPendingAsyncValidator={emitEvent:!1!==n,shouldHaveEmitted:!1!==t};const i=Nw(this.asyncValidator(this));this._asyncValidationSubscription=i.subscribe(o=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(o,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const t=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(!1!==n.emitEvent,this,n.shouldHaveEmitted)}get(t){let n=t;return null==n||(Array.isArray(n)||(n=n.split(".")),0===n.length)?null:n.reduce((i,o)=>i&&i._find(o),this)}getError(t,n){const i=n?this.get(n):this;return i?.errors?i.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,i){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||i)&&this._events.next(new O_(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,i)}_initObservables(){this.valueChanges=new fo,this.statusChanges=new fo}_calculateStatus(){return this._allControlsDisabled()?Nl:this.errors?M_:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(ja)?ja:this._anyControlsHaveStatus(M_)?M_:Rl}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){const i=!this._anyControlsDirty(),o=this.pristine!==i;this.pristine=i,t.onlySelf||this._parent?._updatePristine(t,n),o&&this._events.next(new Hm(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new jm(this.touched,n)),t.onlySelf||this._parent?._updateTouched(t,n)}_onDisabledChange=[];_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){L_(t)&&null!=t.updateOn&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){return!t&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=function sz(e){return Array.isArray(e)?Pw(e):e||null}(this._rawValidators),this._updateHasRequiredValidator()}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=function az(e){return Array.isArray(e)?Uw(e):e||null}(this._rawAsyncValidators)}_updateHasRequiredValidator(){Dn(()=>this._hasRequired.set(this.hasValidator(xw.required)))}}function Zw(e,t){return Object.hasOwn(e,t)}class uz{kind;context;control;message;constructor({kind:t,context:n,control:i}){this.kind=t,this.context=n,this.control=i}}let dz=(()=>{class e{_validator=k_;_onChange;_enabled;ngOnChanges(n){if(this.inputName in n){const i=this.normalizeInput(n[this.inputName].currentValue);this._enabled=this.enabled(i),this._validator=this._enabled?this.createValidator(i):k_,this._onChange?.()}}validate(n){return this._validator(n)}registerOnValidatorChange(n){this._onChange=n}enabled(n){return null!=n}static \u0275fac=function(i){return new(i||e)};static \u0275dir=mo({type:e,features:[Nu]})}return e})();const _z={provide:Fm,useExisting:pn(()=>Jw),multi:!0};let Jw=(()=>{class e extends dz{required;inputName="required";normalizeInput=Gn;createValidator=n=>kw;enabled(n){return n}static \u0275fac=(()=>{let n;return function(o){return(n||(n=Uu(e)))(o||e)}})();static \u0275dir=mo({type:e,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(i,o){2&i&&Lg("required",o._enabled?"":null)},inputs:{required:"required"},standalone:!1,features:[io([_z]),jo]})}return e})();const fz=new rt(""),Wm=new rt("",{factory:()=>Km}),Km="always";function F_(e,t,n=!0){const i=()=>{};t?.valueAccessor?.registerOnChange(i),t?.valueAccessor?.registerOnTouched(i),B_(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function P_(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function qm(e,t){const n=Hw(e);null!==t.validator?e.setValidators(Vw(n,t.validator)):"function"==typeof n&&e.setValidators([n]);const i=jw(e);null!==t.asyncValidator?e.setAsyncValidators(Vw(i,t.asyncValidator)):"function"==typeof i&&e.setAsyncValidators([i]);const o=()=>e.updateValueAndValidity();P_(t._rawValidators,o),P_(t._rawAsyncValidators,o)}function B_(e,t){let n=!1;if(null!==e){if(null!==t.validator){const o=Hw(e);if(Array.isArray(o)&&o.length>0){const r=o.filter(s=>s!==t.validator);r.length!==o.length&&(n=!0,e.setValidators(r))}}if(null!==t.asyncValidator){const o=jw(e);if(Array.isArray(o)&&o.length>0){const r=o.filter(s=>s!==t.asyncValidator);r.length!==o.length&&(n=!0,e.setAsyncValidators(r))}}}const i=()=>{};return P_(t._rawValidators,i),P_(t._rawAsyncValidators,i),n}function Qw(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}const Az={provide:fz,useFactory:()=>{const e=Ve(U_,{self:!0});return{setParseErrors:t=>{e.setParseErrorSource(t)},set onReset(t){e.onReset=t}}}};class U_ extends $w{_parent=null;name=null;valueAccessor=null;isCustomControlBased=!1;userOnReset;resetSubscription;set onReset(t){this.userOnReset=t,this.resetSubscription?.unsubscribe(),this.resetSubscription=void 0,this.control&&(this.resetSubscription=this.control.events.subscribe(n=>{n instanceof Ml&&this.control&&this.userOnReset?.(this.control.value)}),this.subscription?.add(this.resetSubscription))}isNativeFormElement=!1;rawValueAccessors;_selectedValueAccessor=null;get selectedValueAccessor(){return this._selectedValueAccessor??=function Dz(e,t){if(!t)return null;let n,i,o;return Array.isArray(t),t.forEach(r=>{r.constructor===Aw?n=r:function Tz(e){return Object.getPrototypeOf(e.constructor)===V4}(r)?i=r:o=r}),o||i||n||null}(0,this.rawValueAccessors)}parseErrorsValidator=null;renderer;injector;requiredValidatorViaDi;subscription;customControlBindings=null;constructor(t,n,i){super(),this.injector=t,this.renderer=n,this.rawValueAccessors=i,this.injector?.get(to)?.onDestroy(()=>{this.removeParseErrorsValidator(this.control),this.subscription?.unsubscribe()})}setupCustomControl(){this.subscription?.unsubscribe();const t=this.injector?.get(UA);if(!this.control||!t)return;const n=t.markForCheck.bind(t);this.subscription=new Me,this.subscription.add(this.control.valueChanges.subscribe(n)),this.subscription.add(this.control.statusChanges.subscribe(n)),this.resetSubscription?.unsubscribe(),this.resetSubscription=void 0,this.userOnReset&&(this.resetSubscription=this.control.events.subscribe(i=>{i instanceof Ml&&this.control&&this.userOnReset?.(this.control.value)}),this.subscription.add(this.resetSubscription)),this.parseErrorsValidator&&this.control.addValidators(this.parseErrorsValidator)}ngControlCreate(t){!t.nativeElement.hasAttribute?.("ngNoCva")&&(this.rawValueAccessors&&this.rawValueAccessors.length>0||null!==this.valueAccessor)||!t.customControl||(this.isCustomControlBased=!0,t.listenToCustomControlModel(o=>{this.control?.setValue(o,{emitModelToViewChange:!1}),this.control?.markAsDirty(),this.viewToModelUpdate(o)}),t.listenToCustomControlOutput("touch",()=>{this.control?.markAsTouched()}),this.customControlBindings={},this.isNativeFormElement=function cz(e){return"INPUT"===e.tagName||"SELECT"===e.tagName||"TEXTAREA"===e.tagName}(t.nativeElement),this.requiredValidatorViaDi=this._rawValidators.find(o=>o instanceof Jw))}ngControlUpdate(t,n){if(!this.isCustomControlBased)return;const i=this.control,o=this.customControlBindings;Object.is(o.value,i.value)||(o.value=i.value,t.setCustomControlModelInput(i.value)),this.bindControlProperty(t,o,"touched",i.touched),this.bindControlProperty(t,o,"dirty",i.dirty),this.bindControlProperty(t,o,"valid",i.valid),this.bindControlProperty(t,o,"invalid",i.invalid),this.bindControlProperty(t,o,"pending",i.pending),this.bindControlProperty(t,o,"disabled",i.disabled),this.shouldBindRequired&&this.bindControlProperty(t,o,"required",this.isRequired);const r=i.errors;if(o.errors!==r){o.errors=r;const s=this._convertErrors(r);t.setInputOnDirectives("errors",s)}}get isRequired(){return(this.requiredValidatorViaDi?._enabled||this.control?._hasRequired())??!1}get shouldBindRequired(){return!0}bindControlProperty(t,n,i,o){if(n[i]===o)return;n[i]=o;const r=t.setInputOnDirectives(i,o);this.isNativeFormElement&&!r&&("disabled"===i||"required"===i)&&this.renderer&&function lz(e,t,n,i){switch(n){case"name":e.setAttribute(t,n,i);break;case"disabled":case"readonly":case"required":i?e.setAttribute(t,n,""):e.removeAttribute(t,n);break;case"max":case"min":case"minLength":case"maxLength":void 0!==i?e.setAttribute(t,n,i.toString()):e.removeAttribute(t,n)}}(this.renderer,t.nativeElement,i,o)}_convertErrors(t){if(null===t)return[];const n=this.control;return Object.entries(t).map(([i,o])=>new uz({context:o,kind:i,control:n}))}setParseErrorSource(t){if(void 0===t)return;let n=null;const i=di(()=>{const o=t();return 0===o.length?null:o.reduce((r,s)=>(r[s.kind]=s,r),{})});this.parseErrorsValidator=(()=>n).bind(this),ho(()=>{n=i(),this.control?.updateValueAndValidity({emitEvent:!1})},{injector:this.injector})}removeParseErrorsValidator(t){this.parseErrorsValidator&&(t?.removeValidators(this.parseErrorsValidator),t?.updateValueAndValidity({emitEvent:!1}))}}class ex{_cd;constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let tx=(()=>{class e extends ex{constructor(n){super(n)}static \u0275fac=function(i){return new(i||e)(Kn(U_,2))};static \u0275dir=mo({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(i,o){2&i&&u_("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)},standalone:!1,features:[jo]})}return e})(),nx=(()=>{class e extends ex{constructor(n){super(n)}static \u0275fac=function(i){return new(i||e)(Kn(Bm,10))};static \u0275dir=mo({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(i,o){2&i&&u_("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)("ng-submitted",o.isSubmitted)},standalone:!1,features:[jo]})}return e})();class Xm extends $m{constructor(t,n,i){super(zm(n),Gm(i,n)),this.controls=t,this._initObservables(),this._setUpdateStrategy(n),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(t,n){return this._find(t)||(this.controls[t]=n,n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange),n)}addControl(t,n,i={}){this.registerControl(t,n),this.updateValueAndValidity({emitEvent:i.emitEvent}),this._onCollectionChange()}removeControl(t,n={}){const i=this._find(t);i&&i._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}setControl(t,n,i={}){const o=this._find(t);o&&o._registerOnCollectionChange(()=>{}),delete this.controls[t],n&&this.registerControl(t,n),this.updateValueAndValidity({emitEvent:i.emitEvent}),this._onCollectionChange()}contains(t){return!0===this._find(t)?.enabled}setValue(t,n={}){Dn(()=>{(function Xw(e,t,n){e._forEachChild((i,o)=>{if(void 0===n[o])throw new ke(-1002,"")})})(this,0,t),Object.keys(t).forEach(i=>{(function Yw(e,t,n){const i=e.controls;if(!(t?Object.keys(i):i).length)throw new ke(1e3,"");if(!Zw(i,n))throw new ke(1001,"")})(this,!0,i),this.controls[i].setValue(t[i],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n)})}patchValue(t,n={}){null!=t&&(Object.keys(t).forEach(i=>{const o=this._find(i);o&&o.patchValue(t[i],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n))}reset(t={},n={}){this._forEachChild((i,o)=>{i.reset(t?t[o]:null,{...n,onlySelf:!0})}),this._updatePristine(n,this),this._updateTouched(n,this),this.updateValueAndValidity(n),!1!==n?.emitEvent&&this._events.next(new Ml(this))}getRawValue(){return this._reduceChildren({},(t,n,i)=>(t[i]=n.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(n,i)=>!!i._syncPendingControls()||n);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_forEachChild(t){Object.keys(this.controls).forEach(n=>{const i=this.controls[n];i&&t(i,n)})}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(const[n,i]of Object.entries(this.controls))if(this.contains(n)&&t(i))return!0;return!1}_reduceValue(){return this._reduceChildren({},(n,i,o)=>((i.enabled||this.disabled)&&(n[o]=i.value),n))}_reduceChildren(t,n){let i=t;return this._forEachChild((o,r)=>{i=n(i,o,r)}),i}_allControlsDisabled(){for(const t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(t){return Zw(this.controls,t)?this.controls[t]:null}}function ix(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function ox(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}const $s=class extends $m{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(t=null,n,i){super(zm(n),Gm(i,n)),this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),L_(n)&&(n.nonNullable||n.initialValueIsDefault)&&(this.defaultValue=ox(t)?t.value:t)}setValue(t,n={}){Dn(()=>{this.value=this._pendingValue=t,this._onChange.length&&!1!==n.emitModelToViewChange&&this._onChange.forEach(i=>i(this.value,!1!==n.emitViewToModelChange)),this.updateValueAndValidity(n)})}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),n.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==n?.emitEvent&&this._events.next(new Ml(this))}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){ix(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){ix(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(t){ox(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};let Zm=(()=>{class e extends Bm{callSetDisabledState;get submitted(){return Dn(this._submittedReactive)}set submitted(n){this._submittedReactive.set(n)}_submitted=di(()=>this._submittedReactive());_submittedReactive=no(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(n,i,o){super(),this.callSetDisabledState=o,this._setValidators(n),this._setAsyncValidators(i)}ngOnChanges(n){this.onChanges(n)}ngOnDestroy(){this.onDestroy()}onChanges(n){this._checkFormPresent(),n.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(B_(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(n){const i=this.form.get(n.path);return n._setupWithForm(i,this.callSetDisabledState),i.updateValueAndValidity({emitEvent:!1}),this.directives.push(n),i}getControl(n){return this.form.get(n.path)}removeControl(n){F_(n.control||null,n,!1),function Iz(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}(this.directives,n)}addFormGroup(n){this._setUpFormContainer(n)}removeFormGroup(n){this._cleanUpFormContainer(n)}getFormGroup(n){return this.form.get(n.path)}getFormArray(n){return this.form.get(n.path)}addFormArray(n){this._setUpFormContainer(n)}removeFormArray(n){this._cleanUpFormContainer(n)}updateModel(n,i){this.form.get(n.path).setValue(i)}onReset(){this.resetForm()}resetForm(n=void 0,i={}){this.form.reset(n,i),this._submittedReactive.set(!1)}onSubmit(n){return this.submitted=!0,function Sz(e,t){e._syncPendingControls(),t.forEach(n=>{const i=n.control;"submit"===i.updateOn&&i._pendingChange&&(n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(n),this.form._events.next(new rz(this.control)),"dialog"===n?.target?.method}_updateDomValue(){this.directives.forEach(n=>{const i=n.control,o=this.form.get(n.path);i!==o&&(F_(i||null,n),(e=>e instanceof $s)(o)&&n._setupWithForm(o,this.callSetDisabledState))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(n){const i=this.form.get(n.path);(function yz(e,t){qm(e,t)})(i,n),i.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(n){const i=this.form?.get(n.path);i&&function bz(e,t){return B_(e,t)}(i,n)&&i.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){qm(this.form,this),this._oldForm&&B_(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(i){return new(i||e)(Kn(Fm,10),Kn(ww,10),Kn(Wm,8))};static \u0275dir=mo({type:e,features:[jo,Nu]})}return e})();const ax=new rt(""),Oz={provide:U_,useExisting:pn(()=>Jm)};let Jm=(()=>{class e extends U_{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(n){}model;update=new fo;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(n,i,o,r,s,a,c){super(c,a,o),this._ngModelWarningConfig=r,this.callSetDisabledState=s,this._setValidators(n),this._setAsyncValidators(i)}ngOnChanges(n){if(this._isControlChanged(n)){const i=n.form.previousValue;i&&(F_(i,this,!1),this.removeParseErrorsValidator(i)),this.isCustomControlBased?this.setupCustomControl():(this.valueAccessor??=this.selectedValueAccessor,function hz(e,t,n=Km){qm(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||"always"===n)&&t.valueAccessor.setDisabledState?.(e.disabled),function gz(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&Qw(e,t)})}(e,t),function vz(e,t){const n=(i,o)=>{t.valueAccessor.writeValue(i),o&&t.viewToModelUpdate(i)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}(e,t),function mz(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&Qw(e,t),"submit"!==e.updateOn&&e.markAsTouched()})}(e,t),function pz(e,t){if(t.valueAccessor.setDisabledState){const n=i=>{t.valueAccessor.setDisabledState(i)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}(e,t)}(this.form,this,this.callSetDisabledState)),this.form.updateValueAndValidity({emitEvent:!1})}(function Ez(e,t){if(!e.hasOwnProperty("model"))return!1;const n=e.model;return!!n.isFirstChange()||!Object.is(t,n.currentValue)})(n,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&F_(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_isControlChanged(n){return n.hasOwnProperty("form")}\u0275ngControlCreate(n){super.ngControlCreate(n)}\u0275ngControlUpdate(n){super.ngControlUpdate(n,!0)}static \u0275fac=function(i){return new(i||e)(Kn(Fm,10),Kn(ww,10),Kn(Mm,10),Kn(ax,8),Kn(Wm,8),Kn(Fd,8),Kn(zn,8))};static \u0275dir=mo({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[io([Oz,Az]),jo,Nu,wT(null)]})}return e})();const Lz={provide:Bm,useExisting:pn(()=>ev)};let ev=(()=>{class e extends Zm{form=null;ngSubmit=new fo;get control(){return this.form}static \u0275fac=(()=>{let n;return function(o){return(n||(n=Uu(e)))(o||e)}})();static \u0275dir=mo({type:e,selectors:[["","formGroup",""]],hostBindings:function(i,o){1&i&&Pi("submit",function(s){return o.onSubmit(s)})("reset",function(){return o.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[io([Lz]),jo]})}return e})(),Fz=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275mod=zd({type:e});static \u0275inj=yi({})}return e})(),lx=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:ax,useValue:n.warnOnNgModelWithFormControl??"always"},{provide:Wm,useValue:n.callSetDisabledState??Km}]}}static \u0275fac=function(i){return new(i||e)};static \u0275mod=zd({type:e});static \u0275inj=yi({imports:[Fz]})}return e})();function Jz(e,t){return{provide:e,useFactory:n=>new e(n,t),deps:[Ja]}}mt(2955);const yx="[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u08a0-\u08b4\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2183\u2184\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005\u3006\u3031-\u3035\u303b\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fd5\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6e5\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ad\ua7b0-\ua7b7\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab65\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]",bx=(new RegExp(yx,"g"),new RegExp(`(${yx})+`,"g"),"[0-9\u0660-\u0669\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\uff10-\uff19]");function Ex(e){return function(t,n){const i=Symbol();t[i]=t[n],Object.defineProperty(t,n,{get(){return this[i]},set(o){this[i]=e.call(this,o,this)}})}}new RegExp(bx,"g"),new RegExp(`(${bx})+`,"g"),Ex(function Pz(e){return null!=e&&"false"!=`${e}`}),Ex(function Bz(e){return null==e?"":"string"==typeof e?e:`${e}px`});const rv={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},I6={...rv,overlayX:"start",originX:"start"},A6={...rv,overlayX:"end",originX:"end"},sv={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},w6={...sv,overlayX:"start",originX:"start"},x6={...sv,overlayX:"end",originX:"end"};class Sx{}let j_=(()=>{class e extends Sx{static{this.global={top:"1rem",center:!0}}static{this.connected=rv}}return e})(),Ll=(()=>{class e extends Sx{static{this.global={bottom:"1rem",center:!0}}static{this.connected=sv}}return e})();class Are extends j_{static{this.global={...j_.global,left:"1rem",center:!1}}static{this.connected=I6}}class wre extends j_{static{this.global={...j_.global,right:"1rem",center:!1}}static{this.connected=A6}}class xre extends Ll{static{this.global={...Ll.global,left:"1rem",center:!1}}static{this.connected=w6}}class kre extends Ll{static{this.global={...Ll.global,right:"1rem",center:!1}}static{this.connected=x6}}Math.pow(2,31);const Dx={now:()=>(Dx.delegate||Date).now(),delegate:void 0};class Ix extends re{constructor(t=1/0,n=1/0,i=Dx){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=i,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){const{isStopped:n,_buffer:i,_infiniteTimeWindow:o,_timestampProvider:r,_windowTime:s}=this;n||(i.push(t),!o&&i.push(r.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();const n=this._innerSubscribe(t),{_infiniteTimeWindow:i,_buffer:o}=this,r=o.slice();for(let s=0;s<r.length&&!t.closed;s+=i?1:2)t.next(r[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){const{_bufferSize:t,_timestampProvider:n,_buffer:i,_infiniteTimeWindow:o}=this,r=(o?1:2)*t;if(t<1/0&&r<i.length&&i.splice(0,i.length-r),!o){const s=n.now();let a=0;for(let c=1;c<i.length&&i[c]<=s;c+=2)a=c;a&&i.splice(0,a+1)}}}function Pl(e,t){const n=t?.injector??Ve(zn),i=new Ix(1),o=ho(()=>{let r;try{r=e()}catch(s){return void Dn(()=>i.error(s))}Dn(()=>i.next(r))},{injector:n,manualCleanup:!0});return n.get(to).onDestroy(()=>{o.destroy(),i.complete()}),i.asObservable()}var Qt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(Qt||{});const xx=new rt("ContentDensityDirective");class Bl{}let dv=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=Ve(Bl),this._injector=Ve(zn),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return Pl(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(n){this._storage.setContentDensity(n)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac})}}return e})();class Q6{}const Mx={modifiers:{[Qt.COMPACT]:"is-compact",[Qt.COZY]:"is-cozy",[Qt.CONDENSED]:"is-condensed"},supportedContentDensity:[Qt.COMPACT,Qt.COZY],defaultContentDensity:Qt.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}};let Zr=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(n,i){this._destroyRef=Ve(to),this._alternativeTo={[Qt.COMPACT]:()=>this._isSupported(Qt.CONDENSED)?Qt.CONDENSED:Qt.COZY,[Qt.CONDENSED]:()=>this._isSupported(Qt.COMPACT)?Qt.COMPACT:Qt.COZY,[Qt.COZY]:()=>Qt.COZY},this._globalContentDensityService=Ve(dv,{optional:!0}),this._contentDensityDirective=Ve(xx,{optional:!0}),this._parentContentDensityObserver=Ve(e,{optional:!0,skipSelf:!0}),this._renderer=Ve(Fd),this._elementRef=Ve(Mi),this._elements=[this._elementRef],this.config={...Mx,...this._parentContentDensityObserver?.config??{},...i||{}};const o=((e,t)=>{const n=e.get(dv,null,{optional:!0})?.currentContentDensity;return n||((e,t)=>{if("string"==typeof t.defaultContentDensity)return t.defaultContentDensity;if((e=>!(!e||!e.useFactory))(t.defaultContentDensity)){const n=((e,t)=>(t.deps||[]).map(n=>{if(Array.isArray(n)){let i,o={};for(let r=0;r<n.length;r++){const s=n[r].__NG_DI_FLAG__;"number"==typeof s?o={...o,flag:s}:i=n[r]}return e.get(i,void 0,o)}return e.get(n,void 0,{})}))(e,t.defaultContentDensity);return t.defaultContentDensity.useFactory(...n)}return e.get(t.defaultContentDensity,void 0,void 0)})(e,{...Mx,...t||{}})})(n,i);this._changesSource=(e=>di(()=>{const t=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===t?e.defaultContentDensity:"global"===t?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:t}))({defaultContentDensity:o,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function vm(e,t){return"function"==typeof e?BI(LI(e,jV,t?.equal),0,t?.set):BI(LI(e.source,e.computation,e.equal),0,e.set)}({source:this._changesSource,computation:r=>r&&"string"==typeof r?this._validateAndFallback(r):Qt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=di(()=>this._contentDensity()===Qt.COMPACT),this.isCozySignal=di(()=>this._contentDensity()===Qt.COZY),this.isCondensedSignal=di(()=>this._contentDensity()===Qt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=Pl(this.isCompactSignal,{injector:n}),this.isCozy$=Pl(this.isCozySignal,{injector:n}),this.isCondensed$=Pl(this.isCondensedSignal,{injector:n}),this.contentDensity$$=Pl(this._contentDensity,{injector:n}),ho(()=>{const r=this._contentDensity();this._applyClass(r)}),vp(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...n){this._elements.concat(...n.map(i=>i.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(n){return this.contentDensity$$.subscribe(n)}removeConsumer(n){this._elements.splice(this._elements.indexOf(n.elementRef),1)}_validateAndFallback(n){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${n}`),!this._isSupported(n))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${n} is not supported. Failing back to alternative one.`),this._alternativeTo[n]()}catch{throw new Error(`ContentDensityObserver: density ${n} is not supported`)}return n}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(n){if(!this.config?.modifiers)return;const i=this.config.modifiers,o=n??this._contentDensity(),r=this._parentContentDensityObserver?.value===o;this._elements.forEach(s=>{if(Object.values(i).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,o,r),r&&!this.config.alwaysAddModifiers)return;const a=i[o];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(n,i,o){if(!(this.config.ui5Markers?.enabled&&n&&this._renderer&&n instanceof HTMLElement))return;const r="data-ui5-compact-size";o&&!this.config.alwaysAddModifiers||i!==Qt.COMPACT&&i!==Qt.CONDENSED?this._renderer.removeAttribute(n,r):this._renderer.setAttribute(n,r,"")}_isSupported(n){return this.config.supportedContentDensity?.includes(n)??!1}static{this.\u0275fac=function(i){return new(i||e)(Lt(zn),Lt(Q6))}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac})}}return e})();function Ks(e){return[Jz(Zr,e)]}const r7=["*"];let Ox=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleDescription=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.accessibleRole=qe("Button"),this.design=qe("Default"),this.disabled=qe(!1,{transform:Gn}),this.endIcon=qe(),this.form=qe(),this.icon=qe(),this.loading=qe(!1,{transform:Gn}),this.loadingDelay=qe(1e3),this.submits=qe(!1,{transform:Gn}),this.tooltip=qe(),this.type=qe("Button"),this.ui5Click=_i(),this.slots=[{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"},{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Click"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],form:[1,"form"],icon:[1,"icon"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],submits:[1,"submits"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:r7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(1279);const _v=new rt("CVA_CONFIG");let Lx=(()=>{class e{constructor(){this.elementRef=Ve(Mi),this.cdr=Ve(UA),this.config=Ve(_v,{optional:!0}),this._value=null,this._valueSet=!1,this._initialized=!1,this._disabled=!1}get effectiveConfig(){return this.config||{property:"value",events:["change","input"],transformValue:n=>n||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(n){this._disabled=n;const i=this.elementRef.nativeElement;i&&this._initialized&&(i.disabled=n,this.cdr.markForCheck())}registerOnChange(n){this.onChange=n}registerOnTouched(n){this.onTouched=n}writeValue(n){this._value=n,this._valueSet=!0,this._initialized&&this.updateElementValue(n)}initializeComponent(){const n=this.elementRef.nativeElement,i=this.effectiveConfig;if(this._initialized=!0,n&&n.addEventListener){for(const o of i.events)n.addEventListener(o,r=>{if(this.onChange){const s=this.getValueToEmit(i,r);if(void 0!==s){const a=i.transformValue?i.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});n.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(n.disabled=this._disabled)}getValueToEmit(n,i){return n.isRadioButton?i.target.checked?i.target.value:void 0:i.target[n.property]}updateElementValue(n){const i=this.elementRef.nativeElement,o=this.effectiveConfig;if(i&&this._initialized){if(o.isRadioButton)i.checked=i.value===n;else{const r=o.transformValue?o.transformValue(n):n;i[o.property]=r}this.cdr.markForCheck()}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=mo({type:e,selectors:[["","noop",""]],features:[io([{provide:Mm,useExisting:pn(()=>e),multi:!0}])]})}}return e})();const s7=["*"];let Fx=(()=>{class e{constructor(){this.accessibleDescription=qe(),this.accessibleDescriptionRef=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.disabled=qe(!1,{transform:Gn}),this.filter=qe("None"),this.maxlength=qe(),this.name=qe(),this.noTypeahead=qe(!1,{transform:Gn}),this.open=qe(!1,{transform:Gn}),this.placeholder=qe(),this.readonly=qe(!1,{transform:Gn}),this.required=qe(!1,{transform:Gn}),this.showClearIcon=qe(!1,{transform:Gn}),this.showSuggestions=qe(!1,{transform:Gn}),this.type=qe("Text"),this.value=qe(""),this.valueState=qe("None"),this.ui5Change=_i(),this.ui5Close=_i(),this.ui5Input=_i(),this.ui5Open=_i(),this.ui5Select=_i(),this.ui5SelectionChange=_i(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Input with type `Number` does not support suggestions."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],disabled:[1,"disabled"],filter:[1,"filter"],maxlength:[1,"maxlength"],name:[1,"name"],noTypeahead:[1,"noTypeahead"],open:[1,"open"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],showClearIcon:[1,"showClearIcon"],showSuggestions:[1,"showSuggestions"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"]},outputs:{ui5Change:"ui5Change",ui5Close:"ui5Close",ui5Input:"ui5Input",ui5Open:"ui5Open",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5Input"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]}),{provide:_v,useValue:{property:"value",events:["change","input"],transformValue:n=>n||""}}]),mg([Lx])],ngContentSelectors:s7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(355);const a7=["*"];let Px=(()=>{class e{constructor(){this.for=qe(),this.required=qe(!1,{transform:Gn}),this.showColon=qe(!1,{transform:Gn}),this.wrappingType=qe("Normal"),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["for","required","showColon","wrappingType"];for(const o of i){const r=o.replace(/-./g,s=>s[1].toUpperCase());this[r]&&"function"==typeof this[r]&&Io(this.injector,()=>{ho(()=>{const s=this[r]();if(n){if(void 0===s&&n[o])return;n[o]=s}})})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:a7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(8305);const c7=["*"];let Bx=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleDescription=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.accessibleRole=qe("Link"),this.design=qe("Default"),this.disabled=qe(!1,{transform:Gn}),this.endIcon=qe(),this.href=qe(),this.icon=qe(),this.interactiveAreaSize=qe("Normal"),this.target=qe(),this.tooltip=qe(),this.wrappingType=qe("Normal"),this.ui5Click=_i(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Click"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],href:[1,"href"],icon:[1,"icon"],interactiveAreaSize:[1,"interactiveAreaSize"],target:[1,"target"],tooltip:[1,"tooltip"],wrappingType:[1,"wrappingType"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:c7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(741);const l7=["*"];let Ux=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleDescription=qe(),this.accessibleDescriptionRef=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.accessibleRole=qe("List"),this.footerText=qe(),this.growing=qe("None"),this.growingButtonText=qe(),this.headerText=qe(),this.indent=qe(!1,{transform:Gn}),this.loading=qe(!1,{transform:Gn}),this.loadingDelay=qe(1e3),this.noDataText=qe(),this.selectionMode=qe("None"),this.separators=qe("All"),this.stickyHeader=qe(!1,{transform:Gn}),this.ui5ItemClick=_i(),this.ui5ItemClose=_i(),this.ui5ItemDelete=_i(),this.ui5ItemToggle=_i(),this.ui5LoadMore=_i(),this.ui5Move=_i(),this.ui5MoveOver=_i(),this.ui5SelectionChange=_i(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],footerText:[1,"footerText"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],headerText:[1,"headerText"],indent:[1,"indent"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],noDataText:[1,"noDataText"],selectionMode:[1,"selectionMode"],separators:[1,"separators"],stickyHeader:[1,"stickyHeader"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemDelete:"ui5ItemDelete",ui5ItemToggle:"ui5ItemToggle",ui5LoadMore:"ui5LoadMore",ui5Move:"ui5Move",ui5MoveOver:"ui5MoveOver",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5List"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:l7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(2788);const u7=["*"];let Vx=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleName=qe(),this.accessibleRole=qe(),this.highlight=qe("None"),this.movable=qe(!1,{transform:Gn}),this.navigated=qe(!1,{transform:Gn}),this.selected=qe(!1,{transform:Gn}),this.tooltip=qe(),this.type=qe("Active"),this.ui5Click=_i(),this.ui5DetailClick=_i(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:'Defines the delete button, displayed in "Delete" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.',since:"1.9.0"}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Click","ui5DetailClick"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleName:[1,"accessibleName"],accessibleRole:[1,"accessibleRole"],highlight:[1,"highlight"],movable:[1,"movable"],navigated:[1,"navigated"],selected:[1,"selected"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click",ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:u7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();var d7=mt(4431),_7=mt(1934),qi=mt(1642),Hx=mt(1437),f7=mt(1834),hr=mt(2358),h7=mt(3651),jx=mt(3493),p7=(mt(9394),mt(1278)),zx=(mt(6726),mt(4874));(0,zx.pU)("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,zx.pU)("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Gx=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Gx||{});const E7=Gx;var z_=mt(5166),Fn=mt(1892),G_=mt(563),$x=mt(6136),Wx=mt(8923),S7=mt(303),D7=mt(5444);(0,Wx.Rh)("@ui5/webcomponents-theming","sap_horizon",pi(function*(){return S7.A})),(0,Wx.Rh)("@ui5/webcomponents","sap_horizon",pi(function*(){return D7.A}),"host");var Ga,ki=function(e,t,n,i){var s,o=arguments.length,r=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,n,r):s(t,n))||r);return o>3&&r&&Object.defineProperty(t,n,r),r};let mi=Ga=class extends d7.A{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return Ga.i18nBundle.getText(z_.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return pi(function*(){return t.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(t){(0,hr.xC)(t)&&t.preventDefault(),!this.readonly&&((0,hr.xC)(t)?this._isSpacePressed=!0:((0,hr.Tu)(t)||(0,hr.KL)(t))&&(this._cancelAction=!0),(0,hr.RI)(t)&&this._onclick())}_onkeyup(t){if(this.readonly)return;const n=(0,hr.xC)(t),i=(0,hr.Tu)(t)||(0,hr.KL)(t);if(n||(0,hr.BF)(t)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void t.preventDefault();this._isSpacePressed=!1}else i&&!this._isSpacePressed&&(this._cancelAction=!1);n&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),n=!this.fireDecoratorEvent("value-changed");(t||n)&&(this.checked=!this.checked)}}get graphical(){return this.design===E7.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const t=this.textOn?.toLowerCase(),n=this.textOff?.toLowerCase(),i=Ga.i18nBundle.getText(z_.F$r).toLowerCase(),o=Ga.i18nBundle.getText(z_.f4l).toLowerCase();return t===i&&n===o||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,jx.ax)(this)||(0,jx.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?Ga.i18nBundle.getText(z_.Dy9):""}};ki([(0,qi.A)()],mi.prototype,"design",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"readonly",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"checked",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"disabled",void 0),ki([(0,qi.A)()],mi.prototype,"textOn",void 0),ki([(0,qi.A)()],mi.prototype,"textOff",void 0),ki([(0,qi.A)()],mi.prototype,"accessibleName",void 0),ki([(0,qi.A)()],mi.prototype,"accessibleNameRef",void 0),ki([(0,qi.A)()],mi.prototype,"tooltip",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"required",void 0),ki([(0,qi.A)()],mi.prototype,"name",void 0),ki([(0,qi.A)()],mi.prototype,"value",void 0),ki([(0,qi.A)({type:Boolean,noAttribute:!0})],mi.prototype,"_cancelAction",void 0),ki([(0,qi.A)({type:Boolean,noAttribute:!0})],mi.prototype,"_isSpacePressed",void 0),ki([(0,h7.A)("@ui5/webcomponents")],mi,"i18nBundle",void 0),mi=Ga=ki([(0,_7.A)({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}\n',renderer:f7.A,template:function T7(){return(0,Fn.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,$x.xl)(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":(0,$x.nr)()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[(0,Fn.Y)("div",{class:"ui5-switch-inner",children:(0,Fn.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,Fn.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,Fn.FD)(Fn.FK,{children:[(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,Fn.Y)(G_.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,Fn.Y)(G_.A,{name:p7.Ay,class:"ui5-switch-icon-off"})})]}):(0,Fn.Y)(Fn.FK,{children:(0,Fn.FD)(Fn.FK,this.hasNoLabel?{children:[(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,Fn.Y)(G_.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,Fn.Y)(G_.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,Fn.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,Fn.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,Hx.A)("change",{bubbles:!0,cancelable:!0}),(0,Hx.A)("value-changed",{bubbles:!0,cancelable:!0})],mi),mi.define();const A7=["*"];let Kx=(()=>{class e{constructor(){this.accessibleName=qe(),this.accessibleNameRef=qe(),this.checked=qe(!1,{transform:Gn}),this.design=qe("Textual"),this.disabled=qe(!1,{transform:Gn}),this.name=qe(),this.readonly=qe(!1,{transform:Gn}),this.required=qe(!1,{transform:Gn}),this.textOff=qe(),this.textOn=qe(),this.tooltip=qe(),this.value=qe(""),this.ui5Change=_i(),this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Change"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],checked:[1,"checked"],design:[1,"design"],disabled:[1,"disabled"],name:[1,"name"],readonly:[1,"readonly"],required:[1,"required"],textOff:[1,"textOff"],textOn:[1,"textOn"],tooltip:[1,"tooltip"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]}),{provide:_v,useValue:{property:"checked",events:["change"],transformValue:n=>!!n}}]),mg([Lx])],ngContentSelectors:A7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();const yn=globalThis.Luigi;let qx=(()=>{class e{setConfig(n){return yn.setConfig(n)}get config(){return yn.getConfig()}getConfigValue(n){return yn.getConfigValue(n)}unloadConfig(){return yn.unload()}sendCustomMessage(n){return yn.sendCustomMessage(n)}configChanged(n){yn.configChanged(n)}customMessages(){return yn.customMessages()}navigation(){return yn.navigation()}resetLuigi(){yn.reset()}clearNavigationCache(){yn.clearNavigationCache&&yn.clearNavigationCache()}showAlert(n){return yn.showAlert(n)}ux(){return yn.ux()}theming(){return yn.theming()}i18n(){return yn.i18n()}globalSearch(){return yn.globalSearch()}getGlobalContext(){return yn.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(n,i=!1){yn.setGlobalContext(n,i)}setInGlobalContext(n,i=!1){yn.setGlobalContext({...this.getGlobalContext(),...n},i)}routing(){return yn.routing()}setFeatureToggle(n){yn.featureToggles().setFeatureToggle(n)}unsetFeatureToggle(n){yn.featureToggles().unsetFeatureToggle(n)}unsetAllFeatureToggles(){yn.featureToggles().getActiveFeatureToggleList().forEach(n=>{this.unsetFeatureToggle(n)})}setFeatureToggles(n){if(n)for(const i of Object.keys(n))n[i]&&this.setFeatureToggle(i)}isFeatureToggleActive(n){return yn.featureToggles().getActiveFeatureToggleList().includes(n)}getActiveFeatureToggleList(){return yn.featureToggles().getActiveFeatureToggleList()}setAuthData(n){yn.auth().store.setAuthData(n),yn.auth().store.setNewlyAuthorized()}removeAuthData(){yn.auth().store.removeAuthData()}getAuthData(){return yn.auth().store.getAuthData()}setCurrentLocale(n){yn.i18n().setCurrentLocale(n)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();class Ul extends Error{}function $_(e,t,n=1/0){return nt(t)?$_((i,o)=>kr((r,s)=>t(i,r,o,s))(_r(e(i,o))),n):("number"==typeof t&&(n=t),er((i,o)=>function R7(e,t,n,i,o,r,s,a){const c=[];let l=0,d=0,_=!1;const b=()=>{_&&!c.length&&!l&&t.complete()},T=fe=>l<i?V(fe):c.push(fe),V=fe=>{r&&t.next(fe),l++;let De=!1;_r(n(fe,d++)).subscribe(Vo(t,Le=>{o?.(Le),r?T(Le):t.next(Le)},()=>{De=!0},void 0,()=>{if(De)try{for(l--;c.length&&l<i;){const Le=c.shift();s?Xr(t,s,()=>V(Le)):V(Le)}b()}catch(Le){t.error(Le)}}))};return e.subscribe(Vo(t,T,()=>{_=!0,b()})),()=>{a?.()}}(i,o,e,n)))}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
62
|
-
|
|
63
|
-
*/
|
|
64
|
-
function Yx(e,t){t=encodeURIComponent(t);for(const n of e.split(";")){const i=n.indexOf("="),[o,r]=-1==i?[n,""]:[n.slice(0,i),n.slice(i+1)];if(o.trim()!==t)continue;let s=r;try{s=decodeURIComponent(r)}catch{}return s.length>1&&'"'===s[0]&&'"'===s[s.length-1]&&(s=s.slice(1,-1)),s}return null}Ul.prototype.name="InvalidTokenError";
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
* License: MIT
|
|
69
|
-
|
|
70
|
-
class Go{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?"string"==typeof t?this.lazyInit=()=>{this.headers=new Map,t.split("\n").forEach(n=>{const i=n.indexOf(":");if(i>0){const o=n.slice(0,i),r=n.slice(i+1).trim();this.addHeaderEntry(o,r)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((n,i)=>{this.addHeaderEntry(i,n)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([n,i])=>{this.setHeaderEntries(n,i)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();const n=this.headers.get(t.toLowerCase());return n&&n.length>0?n[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,n){return this.clone({name:t,value:n,op:"a"})}set(t,n){return this.clone({name:t,value:n,op:"s"})}delete(t,n){return this.clone({name:t,value:n,op:"d"})}maybeSetNormalizedName(t,n){this.normalizedNames.has(n)||this.normalizedNames.set(n,t)}init(){this.lazyInit&&(this.lazyInit instanceof Go?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init();for(const[n,i]of t.headers.entries())this.headers.set(n,i),this.normalizedNames.set(n,t.normalizedNames.get(n))}clone(t){const n=new Go;return n.lazyInit=this.lazyInit&&this.lazyInit instanceof Go?this.lazyInit:this,n.lazyUpdate=(this.lazyUpdate||[]).concat([t]),n}applyUpdate(t){const n=t.name.toLowerCase();switch(t.op){case"a":case"s":let i=t.value;if("string"==typeof i&&(i=[i]),0===i.length)return;this.maybeSetNormalizedName(t.name,n);const o="a"===t.op?(this.headers.get(n)||[]).slice():[];o.push(...i),this.headers.set(n,o);break;case"d":const r=t.value;if(void 0===r)this.headers.delete(n),this.normalizedNames.delete(n);else{const s=Array.isArray(r)?r:[r];let a=this.headers.get(n);if(!a)return;a=a.filter(c=>-1===s.indexOf(c)),0===a.length?(this.headers.delete(n),this.normalizedNames.delete(n)):this.headers.set(n,a)}}}addHeaderEntry(t,n){const i=t.toLowerCase();this.maybeSetNormalizedName(t,i),this.headers.has(i)?this.headers.get(i).push(n):this.headers.set(i,[n])}setHeaderEntries(t,n){const i=(Array.isArray(n)?n:[n]).map(r=>r.toString()),o=t.toLowerCase();this.headers.set(o,i),this.maybeSetNormalizedName(t,o)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(n=>t(this.normalizedNames.get(n),this.headers.get(n)))}}class B7{map=new Map;set(t,n){return this.map.set(t,n),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}}class U7{encodeKey(t){return Xx(t)}encodeValue(t){return Xx(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}}const H7=/%(\d[a-f0-9])/gi,j7={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Xx(e){return encodeURIComponent(e).replace(H7,(t,n)=>j7[n]??t)}function W_(e){return`${e}`}class Jr{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new U7,t.fromString){if(t.fromObject)throw new ke(2805,!1);this.map=function V7(e,t){const n=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(o=>{const r=o.indexOf("="),[s,a]=-1==r?[t.decodeKey(o),""]:[t.decodeKey(o.slice(0,r)),t.decodeValue(o.slice(r+1))],c=n.get(s)||[];c.push(a),n.set(s,c)}),n}(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(n=>{const i=t.fromObject[n],o=Array.isArray(i)?i.map(W_):[W_(i)];this.map.set(n,o)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();const n=this.map.get(t);return n?n[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,n){return this.clone({param:t,value:n,op:"a"})}appendAll(t){const n=[];return Object.keys(t).forEach(i=>{const o=t[i];Array.isArray(o)?o.forEach(r=>{n.push({param:i,value:r,op:"a"})}):n.push({param:i,value:o,op:"a"})}),this.clone(n)}set(t,n){return this.clone({param:t,value:n,op:"s"})}delete(t,n){return this.clone({param:t,value:n,op:"d"})}toString(){return this.init(),this.keys().map(t=>{const n=this.encoder.encodeKey(t);return this.map.get(t).map(i=>n+"="+this.encoder.encodeValue(i)).join("&")}).filter(t=>""!==t).join("&")}clone(t){const n=new Jr({encoder:this.encoder});return n.cloneFrom=this.cloneFrom||this,n.updates=(this.updates||[]).concat(t),n}init(){if(null===this.map&&(this.map=new Map),null!==this.cloneFrom){this.cloneFrom.init();for(const[t,n]of this.cloneFrom.map.entries())this.map.set(t,n);this.updates.forEach(t=>{switch(t.op){case"a":case"s":const n="a"===t.op?(this.map.get(t.param)||[]).slice():[];n.push(W_(t.value)),this.map.set(t.param,n);break;case"d":if(void 0===t.value){this.map.delete(t.param);break}{const i=(this.map.get(t.param)||[]).slice(),o=i.indexOf(W_(t.value));-1!==o&&i.splice(o,1),i.length>0?this.map.set(t.param,i):this.map.delete(t.param)}}}),this.cloneFrom=this.updates=null}}}function Zx(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function Jx(e){return typeof Blob<"u"&&e instanceof Blob}function Qx(e){return typeof FormData<"u"&&e instanceof FormData}const fv="Content-Type",t1="text/plain",n1="application/json",$7=`${n1}, ${t1}, */*`;class Hl{url;body=null;headers;context;reportProgress=!1;reportUploadProgress=!1;reportDownloadProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(t,n,i,o){let r;if(this.url=n,this.method=t.toUpperCase(),function z7(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||o?(this.body=void 0!==i?i:null,r=o):r=i,r){if(this.reportProgress=!!r.reportProgress,this.reportUploadProgress=!!r.reportUploadProgress,this.reportDownloadProgress=!!r.reportDownloadProgress,this.withCredentials=!!r.withCredentials,this.keepalive=!!r.keepalive,r.responseType&&(this.responseType=r.responseType),r.headers&&(this.headers=r.headers),r.context&&(this.context=r.context),r.params&&(this.params=r.params),r.priority&&(this.priority=r.priority),r.cache&&(this.cache=r.cache),r.credentials&&(this.credentials=r.credentials),"number"==typeof r.timeout){if(r.timeout<1||!Number.isInteger(r.timeout))throw new ke(2822,"");this.timeout=r.timeout}r.mode&&(this.mode=r.mode),r.redirect&&(this.redirect=r.redirect),r.integrity&&(this.integrity=r.integrity),void 0!==r.referrer&&(this.referrer=r.referrer),r.referrerPolicy&&(this.referrerPolicy=r.referrerPolicy),this.transferCache=r.transferCache}if(this.headers??=new Go,this.context??=new B7,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=n;else{let a=n,c="";const l=n.indexOf("#");-1!==l&&(c=n.substring(l),a=n.substring(0,l));const d=a.indexOf("?");this.urlWithParams=a+(-1===d?"?":d<a.length-1?"&":"")+s+c}}else this.params=new Jr,this.urlWithParams=n}serializeBody(){return null===this.body?null:"string"==typeof this.body||Zx(this.body)||Jx(this.body)||Qx(this.body)||function G7(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof Jr?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body||Qx(this.body)?null:Jx(this.body)?this.body.type||null:Zx(this.body)?null:"string"==typeof this.body?t1:this.body instanceof Jr?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?n1:null}clone(t={}){const n=t.method||this.method,i=t.url||this.url,o=t.responseType||this.responseType,r=t.keepalive??this.keepalive,s=t.priority||this.priority,a=t.cache||this.cache,c=t.mode||this.mode,l=t.redirect||this.redirect,d=t.credentials||this.credentials,_=t.referrer??this.referrer,b=t.integrity||this.integrity,T=t.referrerPolicy||this.referrerPolicy,V=t.transferCache??this.transferCache,fe=t.timeout??this.timeout,De=void 0!==t.body?t.body:this.body,Le=t.withCredentials??this.withCredentials,Ae=t.reportProgress??this.reportProgress,St=t.reportUploadProgress??this.reportUploadProgress,nn=t.reportDownloadProgress??this.reportDownloadProgress;let Wt=t.headers||this.headers,En=t.params||this.params;const ti=t.context??this.context;return void 0!==t.setHeaders&&(Wt=Object.keys(t.setHeaders).reduce((Ii,Fo)=>Ii.set(Fo,t.setHeaders[Fo]),Wt)),t.setParams&&(En=Object.keys(t.setParams).reduce((Ii,Fo)=>Ii.set(Fo,t.setParams[Fo]),En)),new Hl(n,i,De,{params:En,headers:Wt,context:ti,reportProgress:Ae,reportUploadProgress:St,reportDownloadProgress:nn,responseType:o,withCredentials:Le,transferCache:V,keepalive:r,cache:a,priority:s,timeout:fe,mode:c,redirect:l,credentials:d,referrer:_,integrity:b,referrerPolicy:T})}}var $a=function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e}($a||{});class hv{headers;status;statusText;url;ok;type;redirected;responseType;constructor(t,n=200,i="OK"){this.headers=t.headers||new Go,this.status=void 0!==t.status?t.status:n,this.statusText=t.statusText||i,this.url=t.url||null,this.redirected=t.redirected,this.responseType=t.responseType,this.ok=this.status>=200&&this.status<300}}class pv extends hv{constructor(t={}){super(t)}type=$a.ResponseHeader;clone(t={}){return new pv({headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}}class K_ extends hv{body;constructor(t={}){super(t),this.body=void 0!==t.body?t.body:null}type=$a.Response;clone(t={}){return new K_({body:void 0!==t.body?t.body:this.body,headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected,responseType:t.responseType??this.responseType})}}class q_ extends hv{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${t.url||"(unknown url)"}`:`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}}const K7=/^\)\]\}',?\n/,q7=new rt("",{factory:()=>null});let jl=(()=>{class e{fetchImpl=Ve(Y7,{optional:!0})?.fetch??((...n)=>globalThis.fetch(...n));ngZone=Ve(Rn);destroyRef=Ve(to);maxResponseSize=Ve(q7);handle(n){return new yt(i=>{const o=new AbortController;let r=!1;const s={next:c=>{c.type===$a.Response&&(r=!0),i.next(c)},error:c=>{r=!0,i.error(c)},complete:()=>{r=!0,i.complete()}};let a;return this.doRequest(n,o.signal,s).then(gv,c=>s.error(new q_({error:c}))),n.timeout&&(a=this.ngZone.runOutsideAngular(()=>setTimeout(()=>{o.signal.aborted||o.abort(new DOMException("signal timed out","TimeoutError"))},n.timeout))),()=>{void 0!==a&&clearTimeout(a),!r&&!o.signal.aborted&&o.abort()}})}doRequest(n,i,o){var r=this;return pi(function*(){const s=r.createRequestInit(n);let a;try{const Le=r.ngZone.runOutsideAngular(()=>r.fetchImpl(n.urlWithParams,{signal:i,...s}));(function X7(e){e.then(gv,gv)})(Le),o.next({type:$a.Sent}),a=yield Le}catch(Le){return void o.error(new q_({error:Le,status:Le.status??0,statusText:Le.statusText,url:n.urlWithParams,headers:Le.headers}))}const c=new Go(a.headers),l=a.statusText,d=a.url||n.urlWithParams;let _=a.status,b=null;const T=n.reportProgress||n.reportDownloadProgress;if(T&&o.next(new pv({headers:c,status:_,statusText:l,url:d})),a.body){const Le=a.headers.get(fv)??"",Ae=a.headers.get("content-length"),St=null!==Ae?Number(Ae):NaN;null!==r.maxResponseSize&&Number.isFinite(St)&&St>r.maxResponseSize&&i1();const nn=[],Wt=a.body.getReader();let ti,Ii,En=0;const Fo=typeof Zone<"u"&&Zone.current;let Xl=!1;if(yield r.ngZone.runOutsideAngular(pi(function*(){for(;;){if(r.destroyRef.destroyed){yield Wt.cancel(),Xl=!0;break}const{done:Wa,value:Zl}=yield Wt.read();if(Wa)break;if(nn.push(Zl),En+=Zl.length,null!==r.maxResponseSize&&En>r.maxResponseSize&&(yield Wt.cancel(),i1()),T){Ii="text"===n.responseType?(Ii??"")+(ti??=mv(Le)).decode(Zl,{stream:!0}):void 0;const ny=()=>o.next({type:$a.DownloadProgress,total:Number.isFinite(St)?St:void 0,loaded:En,partialText:Ii});Fo?Fo.run(ny):ny()}}})),Xl)return void o.complete();const pf=r.concatChunks(nn,En);try{b=r.parseBody(n,pf,Le,_)}catch(Wa){return void o.error(new q_({error:Wa,headers:new Go(a.headers),status:a.status,statusText:a.statusText,url:a.url||n.urlWithParams}))}}0===_&&(_=b?200:0);const fe=a.redirected,De=a.type;_>=200&&_<300?(o.next(new K_({body:b,headers:c,status:_,statusText:l,url:d,redirected:fe,responseType:De})),o.complete()):o.error(new q_({error:b,headers:c,status:_,statusText:l,url:d,redirected:fe,responseType:De}))})()}parseBody(n,i,o,r){switch(n.responseType){case"json":const s=mv(o).decode(i).replace(K7,"");if(""===s)return null;try{return JSON.parse(s)}catch(a){if(r<200||r>=300)return s;throw a}case"text":return mv(o).decode(i);case"blob":return new Blob([i],{type:o});case"arraybuffer":return i.buffer}}createRequestInit(n){if(n.reportUploadProgress)throw new ke(2824,!1);const i={};let o;if(o=n.credentials,n.withCredentials&&(o="include"),n.headers.forEach((r,s)=>i[r]=s.join(",")),n.headers.has("Accept")||(i.Accept=$7),!n.headers.has(fv)){const r=n.detectContentTypeHeader();null!==r&&(i[fv]=r)}return{body:n.serializeBody(),method:n.method,headers:i,credentials:o,keepalive:n.keepalive,cache:n.cache,priority:n.priority,mode:n.mode,redirect:n.redirect,referrer:n.referrer,integrity:n.integrity,referrerPolicy:n.referrerPolicy}}concatChunks(n,i){const o=new Uint8Array(i);let r=0;for(const s of n)o.set(s,r),r+=s.length;return o}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();class Y7{}function gv(){}function i1(e){throw new ke(-2825,!1)}const Z7=/charset=\s*["']?([^;"'\s]+)["']?/i;function mv(e){const t=e.match(Z7);if(null!==t)try{return new TextDecoder(t[1])}catch{}return new TextDecoder}const o1=new rt("",{factory:()=>!0}),r1=new rt("",{factory:()=>"XSRF-TOKEN"}),s1=new rt("",{factory:()=>"X-XSRF-TOKEN"});let eG=(()=>{class e{cookieName=Ve(r1);doc=Ve(wo);lastCookieString="";lastToken=null;parseCount=0;getToken(){const n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=Yx(n,this.cookieName),this.lastCookieString=n),this.lastToken}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})(),tG=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:function(i){let o=null;return o=i?new(i||e):Lt(eG),o},providedIn:"root"})}return e})();function a1(e,t){if(!Ve(o1)||"GET"===e.method||"HEAD"===e.method)return t(e);try{const o=Ve(Dw).href,{origin:r}=new URL(o),{origin:s}=new URL(e.url,r);if(r!==s)return t(e)}catch{return t(e)}const n=Ve(tG).getToken(),i=Ve(s1);return null!=n&&!e.headers.has(i)&&(e=e.clone({headers:e.headers.set(i,n)})),t(e)}function c1(e,t){return t(e)}const zl=new rt("",{factory:()=>[a1]}),rG=new rt(""),l1=new rt("",{factory:()=>!0});let Gl=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:function(i){let o=null;return o=i?new(i||e):Lt(jl),o},providedIn:"root"})}return e})(),vv=(()=>{class e{backend;injector;chain=null;pendingTasks=Ve(lh);contributeToStability=Ve(l1);constructor(n,i){this.backend=n,this.injector=i}handle(n){if(null===this.chain){const o=this.injector.get(Y_,null,{skipSelf:!0}),s=this.injector.get(rG,[],null!==o&&this.backend===o?{self:!0}:void 0),a=Array.from(new Set([...this.injector.get(zl),...s]));this.chain=a.reduceRight((c,l)=>function iG(e,t,n){return(i,o)=>Io(n,()=>t(i,r=>e(r,o)))}(c,l,this.injector),c1)}const i=this.chain;if(this.contributeToStability){const o=this.pendingTasks.add();return Dn(()=>i(n,r=>this.backend.handle(r))).pipe(function k7(e){return er((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}(o))}return Dn(()=>i(n,o=>this.backend.handle(o)))}static \u0275fac=function(i){return new(i||e)(Lt(Gl),Lt(Hi))};static \u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Y_=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:function(i){let o=null;return o=i?new(i||e):Lt(vv),o},providedIn:"root"})}return e})();function yv(e,t){return{body:t,...e}}let u1=(()=>{class e{handler;constructor(n){this.handler=n}request(n,i,o={}){let r;if(n instanceof Hl)r=n;else{let c,l;c=o.headers instanceof Go?o.headers:new Go(o.headers),o.params&&(l=o.params instanceof Jr?o.params:new Jr({fromObject:o.params})),r=new Hl(n,i,void 0!==o.body?o.body:null,{headers:c,context:o.context,params:l,reportProgress:o.reportProgress,reportUploadProgress:o.reportUploadProgress,reportDownloadProgress:o.reportDownloadProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache,keepalive:o.keepalive,priority:o.priority,cache:o.cache,mode:o.mode,redirect:o.redirect,credentials:o.credentials,referrer:o.referrer,referrerPolicy:o.referrerPolicy,integrity:o.integrity,timeout:o.timeout})}const s=function O7(...e){return Rm(e,Tw(e))}(r).pipe(function N7(e,t){return nt(t)?$_(e,t,1):$_(e,1)}(c=>this.handler.handle(c)));if(n instanceof Hl||"events"===o.observe)return s;const a=s.pipe(function M7(e,t){return er((n,i)=>{let o=0;n.subscribe(Vo(i,r=>e.call(t,r,o++)&&i.next(r)))})}(c=>c instanceof K_));switch(o.observe||"body"){case"body":switch(r.responseType){case"arraybuffer":return a.pipe(kr(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new ke(2806,!1);return c.body}));case"blob":return a.pipe(kr(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new ke(2807,!1);return c.body}));case"text":return a.pipe(kr(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new ke(2808,!1);return c.body}));default:return a.pipe(kr(c=>c.body))}case"response":return a;default:throw new ke(2809,!1)}}delete(n,i={}){return this.request("DELETE",n,i)}get(n,i={}){return this.request("GET",n,i)}head(n,i={}){return this.request("HEAD",n,i)}jsonp(n,i){return this.request("JSONP",n,{params:(new Jr).append(i,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(n,i={}){return this.request("OPTIONS",n,i)}patch(n,i,o={}){return this.request("PATCH",n,yv(o,i))}post(n,i,o={}){return this.request("POST",n,yv(o,i))}put(n,i,o={}){return this.request("PUT",n,yv(o,i))}static \u0275fac=function(i){return new(i||e)(Lt(Y_))};static \u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const dG=Je(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});let hG=(()=>{class e{constructor(){this.http=Ve(u1)}getEnvConfig(){var n=this;return vc()(function*(){return n.envConfigCache||(yield function _G(e,t){const n="object"==typeof t;return new Promise((i,o)=>{let s,r=!1;e.subscribe({next:a=>{s=a,r=!0},error:o,complete:()=>{r?i(s):n?i(t.defaultValue):o(new dG)}})})}(n.http.get("/rest/envconfig").pipe(function fG(e,t,n){const i=nt(e)||t||n?{next:e,error:t,complete:n}:e;return i?er((o,r)=>{var s;null===(s=i.subscribe)||void 0===s||s.call(i);let a=!0;o.subscribe(Vo(r,c=>{var l;null===(l=i.next)||void 0===l||l.call(i,c),r.next(c)},()=>{var c;a=!1,null===(c=i.complete)||void 0===c||c.call(i),r.complete()},c=>{var l;a=!1,null===(l=i.error)||void 0===l||l.call(i,c),r.error(c)},()=>{var c,l;a&&(null===(c=i.unsubscribe)||void 0===c||c.call(i)),null===(l=i.finalize)||void 0===l||l.call(i)}))}):Xe}(i=>n.envConfigCache=i)))),n.envConfigCache})()}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),h1=(()=>{class e{constructor(){this.envConfigService=Ve(hG),this.luigiCoreService=Ve(qx),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(n=>{this.currentLanguage=n})}getTranslation(n,i,o){let r=this.getInternalTranslation(n,i,o);return r||(r=this.findTranslation(n,this.translationTable,this.fallbackLanguage,i)),r||n}getTranslationAsync(n,i,o){var r=this;return vc()(function*(){return new Promise(s=>{let a=r.getInternalTranslation(n,i,o);a?s(a||n):r.translationTable&&!r.translationTable[r.fallbackLanguage]?r.fetchTranslationFile(r.fallbackLanguage).then(()=>{a=r.findTranslation(n,r.translationTable,r.fallbackLanguage,i),s(a||n)}):(a=r.findTranslation(n,r.translationTable,r.fallbackLanguage,i),s(a||n))})})()}findTranslation(n,i,o,r){if(i[o]){const s="object"==typeof i[o][n]?i[o][n].join("<br>"):i[o][n];return r?this.findInterpolations(s,r):s}}findInterpolations(n,i){if(n)return Object.keys(i).forEach(o=>{n=n.replace(new RegExp("{"+o+"}","gi"),i[o])}),n}addTranslationFile(n,i){i&&n&&(this.translationTable[n]=i)}fetchTranslationFile(n){var i=this;return vc()(function*(){return new Promise(o=>{fetch(`/assets/translation-files/${n}.json`).then(r=>r.json()).then(r=>{i.addTranslationFile(n,r),o(!0)}).catch(r=>{console.error("Error:",r),i.addTranslationFile(n,{}),o(!1)})})})()}getInternalTranslation(n,i,o){return n?(this.currentLanguage=o||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(n,this.translationTable,this.currentLanguage,i)):""}getValidLanguages(){var n=this;return vc()(function*(){const i=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:o}=yield n.envConfigService.getEnvConfig();o&&i.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return i}})()}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var es=function(e){return e.LAST_NAVIGATION_URL="openmfp.navigation.lastUrl",e.USER_SETTINGS="openmfp.settings.userSettings",e.LOCAL_DEVELOPMENT_SETTINGS="openmfp.settings.localDevelopmentSettings",e.FEATURE_TOGGLE_SETTINGS="openmfp.settings.featureToggleSettings",e.DEVELOPMENT_MODE_CONFIG="dev-mode-settings",e}(es||{});const p1_read=e=>{let t;try{t=localStorage.getItem(e||es.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(n){return console.warn("localStorage is not available:",n),null}try{return t?JSON.parse(t):null}catch(n){console.error("Failed to parse the local development settings in your localstorage.",n)}return null},g1_read=(vc()(function*(n){return n.frame_userAccount&&n.frame_userAccount.language?(delete n.frame_userAccount.name,delete n.frame_userAccount.email):delete n.frame_userAccount,new Promise((i,o)=>{try{localStorage.setItem(es.USER_SETTINGS,JSON.stringify(n)),i(n)}catch(r){console.error("Error storing user settings",r),o({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(es.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});mt(5667),mt(9272);var BG=Object.defineProperty,Bt=(e,t,n)=>((e,t,n)=>t in e?BG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n)(e,"symbol"!=typeof t?t+"":t,n),b1=e=>null!==e&&"[object Object]"===Object.prototype.toString.call(e),X_=(e,t)=>{if(e===t)return!0;if(typeof e!=typeof t)return!1;if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1)if(!X_(e[n],t[n]))return!1;return!0}if(b1(e)&&b1(t)){const n=Object.entries(e),i=new Set(Object.keys(t));if(n.length!==i.size)return!1;for(const[o,r]of n){if(!X_(r,t[o]))return!1;i.delete(o)}return 0===i.size}return!1},$l=e=>null==e||!1===e||("string"==typeof e?""===e:"object"==typeof e&&(Array.isArray(e)?0===e.length:null===e||0===Object.keys(e).length)),C1=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||"_"===e,Dv=e=>e>="0"&&e<="9"||"-"===e,VG=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"_"===e,Z_=e=>{if("number"!=typeof e||Math.floor(e)!==e)throw new Error("invalid-value: expecting an integer.");return e},Iv=e=>{if("number"!=typeof e||e<0||Math.floor(e)!==e)throw new Error("invalid-value: expecting a non-negative integer.");return e},ts=(...e)=>{for(let t=0;t<e.length;t++){if(null==e[t])throw new Error("not-a-number: undefined");if("number"!=typeof e[t])throw new Error("not-a-number")}},E1=e=>{if(!(e=+e))throw new Error("not-a-number: divide by zero");return e},KG=(e,t,n,i)=>{if(!e||!t)return null;n=Math.max(Z_(n=n||0),0),i=Math.min(Z_(i=i||e.length),e.length);const o=e.slice(n,i).indexOf(t);return-1===o?null:o+n},qG=(e,t,n,i)=>{if(!e||!t)return null;n=Math.max(Z_(n=n||0),0),i=Math.min(Z_(i=i||e.length),e.length);const o=e.slice(n,i).lastIndexOf(t);return-1===o?null:o+n},YG=e=>e.toLowerCase(),T1=(e,t,n)=>{if((n=n||" ").length>1)throw new Error(`invalid value, ${e} expects its 'pad' parameter to be a valid string with a single codepoint`);return Iv(t),n},XG=(e,t,n)=>(n=T1("pad_left",t,n),e&&e.padStart(t,n)||""),ZG=(e,t,n)=>(n=T1("pad_right",t,n),e&&e.padEnd(t,n)||""),Av=(e,t,n,i)=>0===i?e:i?(Iv(i),[...Array(i).keys()].map(()=>e=e.replace(t,n)),e):e.split(t).join(n),QG=(e,t)=>S1(D1(e,t),t),S1=(e,t)=>I1(e,n=>new RegExp(`^[${n}]*(.*?)`),t),D1=(e,t)=>I1(e,n=>new RegExp(`(.*?)[${n}]*$`),t),I1=(e,t,n)=>{const i=n?n.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"):"\\s\x85";return e.replace(t(i),"$1")},e9=e=>e.toUpperCase(),A1={"(":"Lparen",")":"Rparen","*":"Star",",":"Comma",".":"Dot",":":"Colon","@":"Current","]":"Rbracket","{":"Lbrace","}":"Rbrace","+":"Plus","%":"Modulo","?":"Question","\u2212":"Minus","\xd7":"Multiply","\xf7":"Divide"},t9={"!":!0,"<":!0,"=":!0,">":!0,"&":!0,"|":!0,"/":!0},n9={"\t":!0,"\n":!0,"\r":!0," ":!0},o9=new class{constructor(){Bt(this,"_current",0),Bt(this,"_enable_legacy_literals",!1)}tokenize(e,t){const n=[];let i,o,r;for(this._current=0,this._enable_legacy_literals=t?.enable_legacy_literals||!1;this._current<e.length;)if(C1(e[this._current]))i=this._current,o=this.consumeUnquotedIdentifier(e),n.push({start:i,type:"UnquotedIdentifier",value:o});else if(void 0!==A1[e[this._current]])n.push({start:this._current,type:A1[e[this._current]],value:e[this._current]}),this._current+=1;else if("$"===e[this._current])i=this._current,this._current+1<e.length&&C1(e[this._current+1])?(this._current+=1,o=this.consumeUnquotedIdentifier(e),n.push({start:i,type:"Variable",value:o})):(n.push({start:i,type:"Root",value:e[this._current]}),this._current+=1);else if("-"===e[this._current])if(this._current+1<e.length&&Dv(e[this._current+1])){const s=this.consumeNumber(e);s&&n.push(s)}else n.push({start:this._current,type:"Minus",value:"-"}),this._current+=1;else if(Dv(e[this._current]))r=this.consumeNumber(e),n.push(r);else if("["===e[this._current])r=this.consumeLBracket(e),n.push(r);else if('"'===e[this._current])i=this._current,o=this.consumeQuotedIdentifier(e),n.push({start:i,type:"QuotedIdentifier",value:o});else if("'"===e[this._current])i=this._current,o=this.consumeRawStringLiteral(e),n.push({start:i,type:"Literal",value:o});else if("`"===e[this._current]){i=this._current;const s=this.consumeLiteral(e);n.push({start:i,type:"Literal",value:s})}else if(void 0!==t9[e[this._current]])r=this.consumeOperator(e),r&&n.push(r);else{if(void 0===n9[e[this._current]]){const s=new Error(`Syntax error: unknown character: ${e[this._current]}`);throw s.name="LexerError",s}this._current+=1}return n}consumeUnquotedIdentifier(e){const t=this._current;for(this._current+=1;this._current<e.length&&VG(e[this._current]);)this._current+=1;return e.slice(t,this._current)}consumeQuotedIdentifier(e){const t=this._current;this._current+=1;const n=e.length;for(;'"'!==e[this._current]&&this._current<n;){let r=this._current;r+="\\"!==e[r]||"\\"!==e[r+1]&&'"'!==e[r+1]?1:2,this._current=r}this._current+=1;const[i,o]=this.parseJSON(e.slice(t,this._current));if(!o){const r=new Error("syntax: unexpected end of JSON input");throw r.name="LexerError",r}return i}consumeRawStringLiteral(e){const t=this._current;this._current+=1;const n=e.length;for(;"'"!==e[this._current]&&this._current<n;){let o=this._current;o+="\\"!==e[o]||"\\"!==e[o+1]&&"'"!==e[o+1]?1:2,this._current=o}this._current+=1;const i=e.slice(t+1,this._current-1);return Av(Av(i,"\\\\","\\"),"\\'","'")}consumeNumber(e){const t=this._current;this._current+=1;const n=e.length;for(;Dv(e[this._current])&&this._current<n;)this._current+=1;return{start:t,value:parseInt(e.slice(t,this._current),10),type:"Number"}}consumeLBracket(e){const t=this._current;return this._current+=1,"?"===e[this._current]?(this._current+=1,{start:t,type:"Filter",value:"[?"}):"]"===e[this._current]?(this._current+=1,{start:t,type:"Flatten",value:"[]"}):{start:t,type:"Lbracket",value:"["}}consumeOrElse(e,t,n,i){const o=this._current;return this._current+=1,this._current<e.length&&e[this._current]===t?(this._current+=1,{start:o,type:i,value:e.slice(o,this._current)}):{start:o,type:n,value:e[o]}}consumeOperator(e){switch(e[this._current]){case"!":return this.consumeOrElse(e,"=","Not","NE");case"<":return this.consumeOrElse(e,"=","LT","LTE");case">":return this.consumeOrElse(e,"=","GT","GTE");case"=":return this.consumeOrElse(e,"=","Assign","EQ");case"&":return this.consumeOrElse(e,"&","Expref","And");case"|":return this.consumeOrElse(e,"|","Pipe","Or");case"/":return this.consumeOrElse(e,"/","Divide","Div")}}consumeLiteral(e){this._current+=1;const t=this._current,n=e.length;for(;"`"!==e[this._current]&&this._current<n;){let s=this._current;s+="\\"!==e[s]||"\\"!==e[s+1]&&"`"!==e[s+1]?1:2,this._current=s}let i=e.slice(t,this._current).trimStart();i=i.replace("\\`","`");let o=null,r=!1;if(this.looksLikeJSON(i)&&([o,r]=this.parseJSON(i)),!r&&this._enable_legacy_literals&&([o,r]=this.parseJSON(`"${i}"`)),!r){const s=new Error(`Syntax error: unexpected end of JSON input or invalid format for a JSON literal: ${e[this._current]}`);throw s.name="LexerError",s}return this._current+=1,o}looksLikeJSON(e){if(""===e)return!1;if('[{"'.includes(e[0])||["true","false","null"].includes(e))return!0;if("-0123456789".includes(e[0])){const[o,r]=this.parseJSON(e);return r}return!1}parseJSON(e){try{return[JSON.parse(e),!0]}catch{return[null,!1]}}},w1=o9,fi={EOF:0,Variable:0,UnquotedIdentifier:0,QuotedIdentifier:0,Rbracket:0,Rparen:0,Comma:0,Rbrace:0,Number:0,Current:0,Expref:0,Root:0,Assign:1,Pipe:1,Question:2,Or:3,And:4,EQ:5,GT:5,LT:5,GTE:5,LTE:5,NE:5,Minus:6,Plus:6,Div:7,Divide:7,Modulo:7,Multiply:7,Flatten:9,Star:20,Filter:21,Dot:40,Not:45,Lbrace:50,Lbracket:55,Lparen:60},J_=(new class iy{constructor(){Bt(this,"index",0),Bt(this,"tokens",[])}parse(t,n){this.loadTokens(t,n||{enable_legacy_literals:!1}),this.index=0;const i=this.expression(0);if("EOF"!==this.lookahead(0)){const o=this.lookaheadToken(0);this.errorToken(o,`Syntax error: unexpected token type: ${o.type}, value: ${o.value}`)}return i}loadTokens(t,n){this.tokens=w1.tokenize(t,n),this.tokens.push({type:"EOF",value:"",start:t.length})}expression(t){const n=this.lookaheadToken(0);this.advance();let i=this.nud(n),o=this.lookahead(0);for(;t<fi[o];)this.advance(),i=this.led(o,i),o=this.lookahead(0);return i}lookahead(t){return this.tokens[this.index+t].type}lookaheadToken(t){return this.tokens[this.index+t]}advance(){this.index+=1}nud(t){switch(t.type){case"Variable":return{type:"Variable",name:t.value};case"Literal":return{type:"Literal",value:t.value};case"UnquotedIdentifier":return iy.isKeyword(t,"let")&&"Variable"===this.lookahead(0)?this.parseLetExpression():{type:"Field",name:t.value};case"QuotedIdentifier":if("Lparen"===this.lookahead(0))throw new Error("Syntax error: quoted identifier not allowed for function names.");return{type:"Field",name:t.value};case"Not":return{type:"NotExpression",child:this.expression(fi.Not)};case"Minus":{const n=this.expression(fi.Minus);return{type:"Unary",operator:t.type,operand:n}}case"Plus":{const n=this.expression(fi.Plus);return{type:"Unary",operator:t.type,operand:n}}case"Star":return{type:"ValueProjection",left:{type:"Identity"},right:this.parseProjectionRHS(fi.Star)};case"Filter":return this.led(t.type,{type:"Identity"});case"Lbrace":return this.parseMultiselectHash();case"Flatten":return{type:"Projection",left:{type:"Flatten",child:{type:"Identity"}},right:this.parseProjectionRHS(fi.Flatten)};case"Lbracket":if("Number"===this.lookahead(0)||"Colon"===this.lookahead(0)){const n=this.parseIndexExpression();return this.projectIfSlice({type:"Identity"},n)}return"Star"===this.lookahead(0)&&"Rbracket"===this.lookahead(1)?(this.advance(),this.advance(),{left:{type:"Identity"},right:this.parseProjectionRHS(fi.Star),type:"Projection"}):this.parseMultiselectList();case"Current":return{type:"Current"};case"Root":return{type:"Root"};case"Expref":return{type:"ExpressionReference",child:this.expression(fi.Expref)};case"Lparen":{const n=this.expression(0);return this.match("Rparen"),n}default:this.errorToken(t)}}led(t,n){switch(t){case"Question":{const i=this.expression(0);return this.match("Colon"),{type:"Ternary",condition:n,trueExpr:i,falseExpr:this.expression(0)}}case"Dot":{const i=fi.Dot;return"Star"!==this.lookahead(0)?{type:"Subexpression",left:n,right:this.parseDotRHS(i)}:(this.advance(),{type:"ValueProjection",left:n,right:this.parseProjectionRHS(i)})}case"Pipe":return{type:"Pipe",left:n,right:this.expression(fi.Pipe)};case"Or":return{type:"OrExpression",left:n,right:this.expression(fi.Or)};case"And":return{type:"AndExpression",left:n,right:this.expression(fi.And)};case"Lparen":if("Field"!==n.type)throw new Error("Syntax error: expected a Field node");return{name:n.name,type:"Function",children:this.parseCommaSeparatedExpressionsUntilToken("Rparen")};case"Filter":{const i=this.expression(0);return this.match("Rbracket"),{type:"FilterProjection",left:n,right:"Flatten"===this.lookahead(0)?{type:"Identity"}:this.parseProjectionRHS(fi.Filter),condition:i}}case"Flatten":return{type:"Projection",left:{type:"Flatten",child:n},right:this.parseProjectionRHS(fi.Flatten)};case"Assign":{const i=n,o=this.expression(0);return{type:"Binding",variable:i.name,reference:o}}case"EQ":case"NE":case"GT":case"GTE":case"LT":case"LTE":return this.parseComparator(n,t);case"Plus":case"Minus":case"Multiply":case"Star":case"Divide":case"Modulo":case"Div":return this.parseArithmetic(n,t);case"Lbracket":{const i=this.lookaheadToken(0);if("Number"===i.type||"Colon"===i.type){const r=this.parseIndexExpression();return this.projectIfSlice(n,r)}return this.match("Star"),this.match("Rbracket"),{type:"Projection",left:n,right:this.parseProjectionRHS(fi.Star)}}default:return this.errorToken(this.lookaheadToken(0))}}static isKeyword(t,n){return"UnquotedIdentifier"===t.type&&t.value===n}match(t){if(this.lookahead(0)!==t){const n=this.lookaheadToken(0);this.errorToken(n,`Syntax error: expected ${t}, got: ${n.type}`)}else this.advance()}errorToken(t,n=""){const i=new Error(n||`Syntax error: invalid token (${t.type}): "${t.value}"`);throw i.name="ParserError",i}parseIndexExpression(){if("Colon"===this.lookahead(0)||"Colon"===this.lookahead(1))return this.parseSliceExpression();const t=Number(this.lookaheadToken(0).value);return this.advance(),this.match("Rbracket"),{type:"Index",value:t}}projectIfSlice(t,n){const i={type:"IndexExpression",left:t,right:n};return"Slice"===n.type?{left:i,right:this.parseProjectionRHS(fi.Star),type:"Projection"}:i}parseSliceExpression(){const t=[null,null,null];let n=0,i=this.lookaheadToken(0);for(;"Rbracket"!=i.type&&n<3;){if("Colon"===i.type)n++,3===n&&this.errorToken(this.lookaheadToken(0),"Syntax error, too many colons in slice expression"),this.advance();else if("Number"===i.type){const a=this.lookaheadToken(0).value;t[n]=a,this.advance()}else{const a=this.lookaheadToken(0);this.errorToken(a,`Syntax error, unexpected token: ${a.value}(${a.type})`)}i=this.lookaheadToken(0)}this.match("Rbracket");const[o,r,s]=t;return{type:"Slice",start:o,stop:r,step:s}}parseLetExpression(){const t=this.parseCommaSeparatedExpressionsUntilKeyword("in"),n=this.expression(0);return{type:"LetExpression",bindings:t.map(o=>o),expression:n}}parseCommaSeparatedExpressionsUntilKeyword(t){return this.parseCommaSeparatedExpressionsUntil(()=>iy.isKeyword(this.lookaheadToken(0),t),()=>{this.advance()})}parseCommaSeparatedExpressionsUntilToken(t){return this.parseCommaSeparatedExpressionsUntil(()=>this.lookahead(0)===t,()=>this.match(t))}parseCommaSeparatedExpressionsUntil(t,n){const i=[];let o;for(;!t();)o=this.expression(0),"Comma"===this.lookahead(0)&&this.match("Comma"),i.push(o);return n(),i}parseComparator(t,n){return{type:"Comparator",name:n,left:t,right:this.expression(fi[n])}}parseArithmetic(t,n){return{type:"Arithmetic",operator:n,left:t,right:this.expression(fi[n])}}parseDotRHS(t){const n=this.lookahead(0);if(["UnquotedIdentifier","QuotedIdentifier","Star"].includes(n))return this.expression(t);if("Lbracket"===n)return this.match("Lbracket"),this.parseMultiselectList();if("Lbrace"===n)return this.match("Lbrace"),this.parseMultiselectHash();const o=this.lookaheadToken(0);this.errorToken(o,`Syntax error, unexpected token: ${o.value}(${o.type})`)}parseProjectionRHS(t){if(fi[this.lookahead(0)]<10)return{type:"Identity"};if("Lbracket"===this.lookahead(0))return this.expression(t);if("Filter"===this.lookahead(0))return this.expression(t);if("Dot"===this.lookahead(0))return this.match("Dot"),this.parseDotRHS(t);const n=this.lookaheadToken(0);this.errorToken(n,`Syntax error, unexpected token: ${n.value}(${n.type})`)}parseMultiselectList(){const t=[];for(;"Rbracket"!==this.lookahead(0);){const n=this.expression(0);if(t.push(n),"Comma"===this.lookahead(0)&&(this.match("Comma"),"Rbracket"===this.lookahead(0)))throw new Error("Syntax error: unexpected token Rbracket")}return this.match("Rbracket"),{type:"MultiSelectList",children:t}}parseMultiselectHash(){const t=[],n=["UnquotedIdentifier","QuotedIdentifier"];let i,o,r;for(;;){if(i=this.lookaheadToken(0),!n.includes(i.type))throw new Error(`Syntax error: expecting an identifier token, got: ${i.type}`);if(o=i.value,this.advance(),this.match("Colon"),r=this.expression(0),t.push({value:r,type:"KeyValuePair",name:o}),"Comma"===this.lookahead(0))this.match("Comma");else if("Rbrace"===this.lookahead(0)){this.match("Rbrace");break}}return{type:"MultiSelectHash",children:t}}},class gf{constructor(t){Bt(this,"_text"),this._text=t}get string(){return this._text}get length(){return this.codePoints.length}compareTo(t){return gf.compare(this,new gf(t))}static get comparer(){return(n,i)=>new gf(n).compareTo(i)}static compare(t,n){const i=t.codePoints,o=n.codePoints;for(let r=0;r<Math.min(i.length,o.length);r++)if(i[r]!==o[r])return i[r]-o[r]>0?1:-1;return i.length-o.length>0?1:-1}reverse(){return String.fromCodePoint(...this.codePoints.reverse())}get codePoints(){return[...this._text].map(n=>n.codePointAt(0))}}),wv=e=>([t])=>e(t),k1=e=>([t])=>e(t),R1=e=>([t])=>e(t),s9=class{constructor(e){Bt(this,"_interpreter"),Bt(this,"_functionTable"),Bt(this,"_customFunctions",new Set),Bt(this,"TYPE_NAME_TABLE",Object.freeze({0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",10:"Array<object>",9:"Array<string>",11:"Array<Array<any>>"})),Bt(this,"functionAvg",([t])=>{if(!t||0==t.length)return null;let n=0;for(let i=0;i<t.length;i+=1)n+=t[i];return n/t.length}),Bt(this,"functionContains",([t,n])=>Array.isArray(t)||"string"==typeof t&&"string"==typeof n?t.includes(n):null),Bt(this,"functionEndsWith",t=>{const[n,i]=t;return n.includes(i,n.length-i.length)}),Bt(this,"functionFindFirst",this.createFindFunction(KG)),Bt(this,"functionFindLast",this.createFindFunction(qG)),Bt(this,"functionFromItems",([t])=>(t.map(n=>{if(2!=n.length||"string"!=typeof n[0])throw new Error("invalid value, each array must contain two elements, a pair of string and value")}),Object.fromEntries(t))),Bt(this,"functionGroupBy",([t,n])=>{const i=this.createKeyFunction(n,[2]);return t.reduce((o,r)=>{const s=i(r??{});return(o[s]=o[s]||[]).push(r),o},{})}),Bt(this,"functionItems",([t])=>Object.entries(t)),Bt(this,"functionJoin",t=>{const[n,i]=t;return i.join(n)}),Bt(this,"functionLength",([t])=>"string"==typeof t?new J_(t).length:Array.isArray(t)?t.length:Object.keys(t).length),Bt(this,"functionMap",([t,n])=>{if(!this._interpreter)return[];const i=[],o=this._interpreter;for(let r=0;r<n.length;r+=1)i.push(o.visit(t,n[r]));return i}),Bt(this,"functionMax",([t])=>{if(!t.length)return null;if(0===this.getTypeName(t[0]))return Math.max(...t);const i=t;let o=i[0];for(let r=1;r<i.length;r+=1)o.localeCompare(i[r])<0&&(o=i[r]);return o}),Bt(this,"functionMaxBy",t=>{const i=t[0],o=this.createKeyFunction(t[1],[0,2]);let s,a,r=-1/0;for(let c=0;c<i.length;c+=1)a=o&&o(i[c]),void 0!==a&&a>r&&(r=a,s=i[c]);return s||null}),Bt(this,"functionMerge",t=>{let n={};for(let i=0;i<t.length;i+=1)n=Object.assign(n,t[i]);return n}),Bt(this,"functionMin",([t])=>{if(!t.length)return null;if(0===this.getTypeName(t[0]))return Math.min(...t);const i=t;let o=i[0];for(let r=1;r<i.length;r+=1)i[r].localeCompare(o)<0&&(o=i[r]);return o}),Bt(this,"functionMinBy",t=>{const i=t[0],o=this.createKeyFunction(t[1],[0,2]);let s,a,r=1/0;for(let c=0;c<i.length;c+=1)a=o&&o(i[c]),void 0!==a&&a<r&&(r=a,s=i[c]);return s||null}),Bt(this,"functionNotNull",t=>{for(let n=0;n<t.length;n+=1)if(7!==this.getTypeName(t[n]))return t[n];return null}),Bt(this,"functionPadLeft",this.createPadFunction(XG)),Bt(this,"functionPadRight",this.createPadFunction(ZG)),Bt(this,"functionReplace",t=>Av(t[0],t[1],t[2],t.length>3?t[3]:void 0)),Bt(this,"functionSplit",t=>((e,t,n)=>{if(0==e.length&&0===t.length)return[];if(null==n)return e.split(t);if(Iv(n),0===n)return[e];const i=e.split(t);return[...i.slice(0,n),i.slice(n).join(t)]})(t[0],t[1],t.length>2?t[2]:void 0)),Bt(this,"functionReverse",([t])=>{if(2===this.getTypeName(t))return new J_(t).reverse();const i=t.slice(0);return i.reverse(),i}),Bt(this,"functionSort",([t])=>0==t.length?t:"string"==typeof t[0]?[...t].sort(J_.comparer):[...t].sort()),Bt(this,"functionSortBy",t=>{const n=t[0].slice(0);if(0===n.length)return n;const i=this._interpreter,o=t[1],r=this.getTypeName(i.visit(o,n[0]));if(void 0!==r&&![0,2].includes(r))throw new Error(`Invalid type: unexpected type (${this.TYPE_NAME_TABLE[r]})`);function s(a,c){throw new Error(`Invalid type: expected (${a.TYPE_NAME_TABLE[r]}), received ${a.TYPE_NAME_TABLE[a.getTypeName(c)]}`)}return n.sort((a,c)=>{const l=i.visit(o,a),d=i.visit(o,c);return this.getTypeName(l)!==r?s(this,l):this.getTypeName(d)!==r&&s(this,d),2===r?J_.comparer(l,d):l-d})}),Bt(this,"functionStartsWith",([t,n])=>t.startsWith(n)),Bt(this,"functionSum",([t])=>t.reduce((n,i)=>n+i,0)),Bt(this,"functionToArray",([t])=>3===this.getTypeName(t)?t:[t]),Bt(this,"functionToNumber",([t])=>{const n=this.getTypeName(t);let i;return 0===n?t:2!==n||(i=+t,isNaN(i))?null:i}),Bt(this,"functionToString",([t])=>2===this.getTypeName(t)?t:JSON.stringify(t)),Bt(this,"functionTrim",this.createTrimFunction(QG)),Bt(this,"functionTrimLeft",this.createTrimFunction(S1)),Bt(this,"functionTrimRight",this.createTrimFunction(D1)),Bt(this,"functionType",([t])=>{switch(this.getTypeName(t)){case 0:return"number";case 2:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 7:return"null";default:throw new Error("invalid-type")}}),Bt(this,"functionZip",t=>{const n=Math.min(...t.map(o=>o.length));return Array(n).fill(null).map((o,r)=>t.map(s=>s[r]))}),this._interpreter=e,this._functionTable=this.buildFunctionTable()}buildFunctionTable(){return{abs:{_func:wv(Math.abs),_signature:[{types:[0]}]},ceil:{_func:wv(Math.ceil),_signature:[{types:[0]}]},floor:{_func:wv(Math.floor),_signature:[{types:[0]}]},lower:{_func:k1(YG),_signature:[{types:[2]}]},upper:{_func:k1(e9),_signature:[{types:[2]}]},keys:{_func:R1(Object.keys),_signature:[{types:[4]}]},values:{_func:R1(Object.values),_signature:[{types:[4]}]},avg:{_func:this.functionAvg,_signature:[{types:[8]}]},contains:{_func:this.functionContains,_signature:[{types:[2,3]},{types:[1]}]},ends_with:{_func:this.functionEndsWith,_signature:[{types:[2]},{types:[2]}]},find_first:{_func:this.functionFindFirst,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0},{types:[0],optional:!0}]},find_last:{_func:this.functionFindLast,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0},{types:[0],optional:!0}]},from_items:{_func:this.functionFromItems,_signature:[{types:[11]}]},group_by:{_func:this.functionGroupBy,_signature:[{types:[3]},{types:[6]}]},items:{_func:this.functionItems,_signature:[{types:[4]}]},join:{_func:this.functionJoin,_signature:[{types:[2]},{types:[9]}]},length:{_func:this.functionLength,_signature:[{types:[2,3,4]}]},map:{_func:this.functionMap,_signature:[{types:[6]},{types:[3]}]},max:{_func:this.functionMax,_signature:[{types:[8,9]}]},max_by:{_func:this.functionMaxBy,_signature:[{types:[3]},{types:[6]}]},merge:{_func:this.functionMerge,_signature:[{types:[4],variadic:!0}]},min:{_func:this.functionMin,_signature:[{types:[8,9]}]},min_by:{_func:this.functionMinBy,_signature:[{types:[3]},{types:[6]}]},not_null:{_func:this.functionNotNull,_signature:[{types:[1],variadic:!0}]},pad_left:{_func:this.functionPadLeft,_signature:[{types:[2]},{types:[0]},{types:[2],optional:!0}]},pad_right:{_func:this.functionPadRight,_signature:[{types:[2]},{types:[0]},{types:[2],optional:!0}]},replace:{_func:this.functionReplace,_signature:[{types:[2]},{types:[2]},{types:[2]},{types:[0],optional:!0}]},reverse:{_func:this.functionReverse,_signature:[{types:[2,3]}]},sort:{_func:this.functionSort,_signature:[{types:[9,8]}]},sort_by:{_func:this.functionSortBy,_signature:[{types:[3]},{types:[6]}]},split:{_func:this.functionSplit,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0}]},starts_with:{_func:this.functionStartsWith,_signature:[{types:[2]},{types:[2]}]},sum:{_func:this.functionSum,_signature:[{types:[8]}]},to_array:{_func:this.functionToArray,_signature:[{types:[1]}]},to_number:{_func:this.functionToNumber,_signature:[{types:[1]}]},to_string:{_func:this.functionToString,_signature:[{types:[1]}]},trim:{_func:this.functionTrim,_signature:[{types:[2]},{types:[2],optional:!0}]},trim_left:{_func:this.functionTrimLeft,_signature:[{types:[2]},{types:[2],optional:!0}]},trim_right:{_func:this.functionTrimRight,_signature:[{types:[2]},{types:[2],optional:!0}]},type:{_func:this.functionType,_signature:[{types:[1]}]},zip:{_func:this.functionZip,_signature:[{types:[3],variadic:!0}]}}}registerFunction(e,t,n,i){const o=this._registerInternal(e,t,n,i);if(!o.success)throw new Error(o.message)}_registerInternal(e,t,n,i={}){if(!e||"string"!=typeof e||""===e.trim())return{success:!1,reason:"invalid-name",message:"Function name must be a non-empty string"};try{this.validateInputSignatures(e,n)}catch(c){return{success:!1,reason:"invalid-signature",message:c instanceof Error?c.message:"Invalid function signature"}}const{override:o=!1,warn:r=!1}=i,s=e in this._functionTable;return s&&!o?{success:!1,reason:"already-exists",message:`Function already defined: ${e}(). Use { override: true } to replace it.`}:(s&&o&&r&&console.warn(`Warning: Overriding existing function: ${e}()`),this._functionTable[e]={_func:t.bind(this),_signature:n},this._customFunctions.add(e),{success:!0,message:s?`Function ${e}() overridden successfully`:`Function ${e}() registered successfully`})}register(e,t,n,i={}){return this._registerInternal(e,t,n,i)}unregister(e){return!!this._customFunctions.has(e)&&(delete this._functionTable[e],this._customFunctions.delete(e),!0)}isRegistered(e){return e in this._functionTable}getRegistered(){return Object.keys(this._functionTable)}getCustomFunctions(){return Array.from(this._customFunctions)}clearCustomFunctions(){for(const e of this._customFunctions)delete this._functionTable[e];this._customFunctions.clear()}callFunction(e,t){const n=this._functionTable[e];if(void 0===n)throw new Error(`Unknown function: ${e}()`);return this.validateArgs(e,t,n._signature),n._func.call(this,t)}validateInputSignatures(e,t){for(let n=0;n<t.length;n+=1)if("variadic"in t[n]&&n!==t.length-1)throw new Error(`Invalid arity: ${e}() 'variadic' argument ${n+1} must occur last`)}validateArgs(e,t,n){this.validateInputSignatures(e,n),this.validateArity(e,t,n),this.validateTypes(e,t,n)}validateArity(e,t,n){const i=n.filter(a=>!a.optional).length,o=n[n.length-1]?.variadic??!1,r=t.length<i;if(o&&r||!o&&(r||t.length>n.length))throw new Error(`Invalid arity: ${e}() takes ${r&&(!o&&i>1||o)?"at least ":""}${i} argument${n.length>1?"s":""} but received ${t.length}`)}validateTypes(e,t,n){for(let i=0;i<n.length;i+=1){const o=n[i].types,r=this.getTypeName(t[i]);if(void 0!==r&&!o.some(a=>this.typeMatches(r,a,t[i]))){const a=o.map(c=>this.TYPE_NAME_TABLE[c]).join(" | ");throw new Error(`Invalid type: ${e}() expected argument ${i+1} to be type (${a}) but received type ${this.TYPE_NAME_TABLE[r]} instead.`)}}}typeMatches(e,t,n){if(1===t)return!0;if(9!==t&&8!==t&&10!==t&&11!==t&&3!==t)return e===t;if(3===t)return 3===e;if(3===e){let i;8===t?i=0:10===t?i=4:9===t?i=2:11===t&&(i=3);const o=n;for(let r=0;r<o.length;r+=1){const s=this.getTypeName(o[r]);if(void 0!==s&&void 0!==i&&!this.typeMatches(s,i,o[r]))return!1}return!0}return!1}getTypeName(e){return null===e?7:"string"==typeof e?2:"number"==typeof e?0:"boolean"==typeof e?5:Array.isArray(e)?3:"object"==typeof e?e.expref?6:4:void 0}createKeyFunction(e,t){const n=this._interpreter;return o=>{const r=n.visit(e,o);if(!t.includes(this.getTypeName(r))){const s=`Invalid type: expected one of (${t.map(a=>this.TYPE_NAME_TABLE[a]).join(" | ")}), received ${this.TYPE_NAME_TABLE[this.getTypeName(r)]}`;throw new Error(s)}return r}}createFindFunction(e){return t=>e(t[0],t[1],t.length>2?t[2]:void 0,t.length>3?t[3]:void 0)}createPadFunction(e){return t=>e(t[0],t[1],t.length>2?t[2]:void 0)}createTrimFunction(e){return t=>e(t[0],t.length>1?t[1]:void 0)}},xv=class S5{constructor(){Bt(this,"inner"),Bt(this,"data",{})}get currentScopeData(){return this.data}withScope(t){const n=new S5;return n.inner=this,n.data=t,n}getValue(t){return Object.prototype.hasOwnProperty.call(this.data,t)?this.data[t]:this.inner?this.inner.getValue(t):null}},a9=new xv;new class D5{constructor(){Bt(this,"runtime"),Bt(this,"_rootValue",null),Bt(this,"_scope"),this.runtime=new s9(this),this._scope=new xv}withScope(t){const n=new D5;return n.runtime._functionTable=this.runtime._functionTable,n._rootValue=this._rootValue,n._scope=this._scope.withScope(t),n}search(t,n){return this._rootValue=n,this._scope=a9,this.visit(t,n)}visit(t,n){switch(t.type){case"Ternary":{const o=this.visit(t.condition,n);return $l(o)?this.visit(t.falseExpr,n):this.visit(t.trueExpr,n)}case"Field":const i=t.name;return null===n||"object"!=typeof n||Array.isArray(n)?null:n[i]??null;case"LetExpression":{const{bindings:o,expression:r}=t;let s={};return o.forEach(a=>{const c=this.visit(a,n);s={...s,...c}}),this.withScope(s).visit(r,n)}case"Binding":{const{variable:o,reference:r}=t,s=this.visit(r,n);return{[o]:s}}case"Variable":{const o=t.name;if(!this._scope.getValue(o)&&!Object.prototype.hasOwnProperty.call(this._scope.currentScopeData,o))throw new Error(`Error referencing undefined variable ${o}`);return this._scope.getValue(o)}case"IndexExpression":return this.visit(t.right,this.visit(t.left,n));case"Subexpression":{const o=this.visit(t.left,n);return null!=o?this.visit(t.right,o)??null:null}case"Index":return Array.isArray(n)?n[t.value<0?n.length+t.value:t.value]??null:null;case"Slice":{if(!Array.isArray(n)&&"string"!=typeof n)return null;const{start:o,stop:r,step:s}=this.computeSliceParams(n.length,t);if("string"==typeof n){const a=[...n];return this.slice(a,o,r,s).join("")}return this.slice(n,o,r,s)}case"Projection":{const{left:o,right:r}=t;let s=!1;"IndexExpression"===o.type&&"Slice"===o.right.type&&(s=!0);const a=this.visit(o,n);if(s&&"string"==typeof a)return this.visit(r,a);if(!Array.isArray(a))return null;const c=[];for(const l of a){const d=this.visit(r,l);null!==d&&c.push(d)}return c}case"ValueProjection":{const{left:o,right:r}=t,s=this.visit(o,n);if(null===s||"object"!=typeof s||Array.isArray(s))return null;const a=[],c=Object.values(s);for(const l of c){const d=this.visit(r,l);null!==d&&a.push(d)}return a}case"FilterProjection":{const{left:o,right:r,condition:s}=t,a=this.visit(o,n);if(!Array.isArray(a))return null;const c=[];for(const l of a){const d=this.visit(s,l);if($l(d))continue;const _=this.visit(r,l);null!==_&&c.push(_)}return c}case"Arithmetic":{const o=this.visit(t.left,n),r=this.visit(t.right,n);switch(t.operator){case"Plus":return((e,t)=>(ts(e,t),e+t))(o,r);case"Minus":return((e,t)=>(ts(e,t),e-t))(o,r);case"Multiply":case"Star":return((e,t)=>(ts(e,t),e*t))(o,r);case"Divide":return((e,t)=>(ts(e,t),e/E1(t)))(o,r);case"Modulo":return((e,t)=>(ts(e,t),e%t))(o,r);case"Div":return((e,t)=>(ts(e,t),Math.floor(e/E1(t))))(o,r);default:throw new Error(`Syntax error: unknown arithmetic operator: ${t.operator}`)}}case"Unary":{const o=this.visit(t.operand,n);switch(t.operator){case"Plus":return ts(o),o;case"Minus":return ts(o),-o;default:throw new Error(`Syntax error: unknown arithmetic operator: ${t.operator}`)}}case"Comparator":{const o=this.visit(t.left,n),r=this.visit(t.right,n);switch(t.name){case"EQ":return X_(o,r);case"NE":return!X_(o,r)}if("number"!=typeof o||"number"!=typeof r)return null;switch(t.name){case"GT":return o>r;case"GTE":return o>=r;case"LT":return o<r;case"LTE":return o<=r}}case"Flatten":{const o=this.visit(t.child,n);return Array.isArray(o)?o.flat():null}case"Root":return this._rootValue;case"MultiSelectList":{const o=[];for(const r of t.children)o.push(this.visit(r,n));return o}case"MultiSelectHash":{const o={};for(const r of t.children)o[r.name]=this.visit(r.value,n);return o}case"OrExpression":{const o=this.visit(t.left,n);return $l(o)?this.visit(t.right,n):o}case"AndExpression":{const o=this.visit(t.left,n);return $l(o)?o:this.visit(t.right,n)}case"NotExpression":return $l(this.visit(t.child,n));case"Literal":return t.value;case"Pipe":return this.visit(t.right,this.visit(t.left,n));case"Function":{const o=[];for(const r of t.children)o.push(this.visit(r,n));return this.runtime.callFunction(t.name,o)}case"ExpressionReference":return{expref:!0,...t.child};case"Current":case"Identity":return n}}computeSliceParams(t,n){let{start:i,stop:o,step:r}=n;if(null===r)r=1;else if(0===r){const s=new Error("Invalid value: slice step cannot be 0");throw s.name="RuntimeError",s}return i=null===i?r<0?t-1:0:this.capSliceRange(t,i,r),o=null===o?r<0?-1:t:this.capSliceRange(t,o,r),{start:i,stop:o,step:r}}capSliceRange(t,n,i){let o=n;return o<0?(o+=t,o<0&&(o=i<0?-1:0)):o>=t&&(o=i<0?t-1:t),o}slice(t,n,i,o){const r=[];if(o>0)for(let s=n;s<i;s+=o)r.push(t[s]);else for(let s=n;s>i;s+=o)r.push(t[s]);return r}},mt(2706);const kv=function(e,...t){if(kv.translate){const i=kv.translate(e,t);e=i[0],t=i[1]}let n=H1(e[0],e.raw[0]);for(let i=1;i<e.length;i++)n+=t[i-1]+H1(e[i],e.raw[i]);return n},E9=":";function H1(e,t){return t.charAt(0)===E9?e.substring(function V1(e,t){for(let n=1,i=1;n<e.length;n++,i++)if("\\"===t[i])i++;else if(":"===e[n])return n;throw new Error(`Unterminated $localize metadata block in "${t}".`)}(e,t)+1):e}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
*/globalThis.$localize=kv,document.body.classList.add("ui5-content-density-compact");const n$=(e,t)=>t[0];function i$(e,t){if(1&e&&(sn(0,"div",4),Nn(1),cn()),2&e){lr();const n=__(1);$t(),Oo(n.urlsInput.error)}}function o$(e,t){if(1&e){const n=n_();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Nn(3),cn(),sn(4,"ui5-button",23),Pi("click",function(){const o=vs(n).$index;return ys(lr().removeUrl(o))}),cn()()()}if(2&e){const n=t.$implicit;lr();const i=__(1);$t(3),Oo(n.url),$t(),Fi("tooltip",ml(i.removeButton))}}function r$(e,t){if(1&e){const n=n_();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Nn(3),cn(),sn(4,"ui5-button",23),Pi("click",function(){const o=vs(n).$implicit;return ys(lr().removeServiceProviderConfig(o[0]))}),cn()()()}if(2&e){const n=t.$implicit;lr();const i=__(1);$t(3),em(" Key: ",n[0],", Value: ",n[1]," "),$t(),Fi("tooltip",ml(i.removeButton))}}let s$=(()=>{class e{constructor(){this.i18nService=Ve(h1),this.context=qe.required(),this.LuigiClient=qe.required(),this.texts=di(()=>this.readTranslations()),this.errors=no([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=no(!1),this.configs=no(this.defaultConfig),this.serviceProviderConfig=no({}),this.localDevelopmentSettings=di(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new $s("",{nonNullable:!0}),this.serviceProviderForm=new Xm({key:new $s("",{nonNullable:!0}),value:new $s("",{nonNullable:!0})})}ngOnInit(){const n=p1_read(es.DEVELOPMENT_MODE_CONFIG)||p1_read()||this.localDevelopmentSettings();this.isActive.set(n.isActive),this.configs.set(n.configs||[]),this.serviceProviderConfig.set(n.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(n){this.isValidUrl(n)?n&&!this.configs().find(i=>i.url===n)&&(this.errors.set([]),this.configs.update(i=>[...i,{url:n}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(n){this.configs.update(i=>i.filter((o,r)=>r!==n)),this.saveDevelopmentSettings()}removeServiceProviderConfig(n){this.serviceProviderConfig.update(i=>(delete i[n],{...i})),this.saveDevelopmentSettings()}addServiceProviderConfig(n,i){n&&i&&(this.serviceProviderConfig.update(o=>(o[n]=i,{...o})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(n=>!n),this.saveDevelopmentSettings()}isValidUrl(n){try{return new URL(n),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["wc-development-settings"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:51,vars:24,consts:[[1,"container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/README.md#Local-Application-Development",1,"line-height-normal"],[1,"is-active-switch"],[1,"line-height-normal"],[1,"switch-active",3,"change","checked"],[1,"config-input"],["for","input-url",1,"line-height-normal","field-label"],["id","input-url","type","Text","placeholder","http://localhost:4200/assets/content-configuration.json","aria-required","true",1,"line-height-normal","field-control",3,"formControl"],[1,"config-input-buttons"],["design","Emphasized",1,"compact-button",3,"click"],["design","Transparent",1,"compact-button",3,"click"],[1,"config-list"],["separators","Inner",1,"config-list-wrapper"],[1,"config-list-item"],[1,"config-input","line-height-normal"],["for","input-key",1,"line-height-normal","field-label"],[3,"formGroup"],["id","input-key","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],["for","input-value",1,"line-height-normal","field-label"],["id","input-value","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],[1,"list-item-row"],[1,"list-item-text"],["design","Transparent","icon","decline",1,"remove-button",3,"click","tooltip"]],template:function(i,o){if(1&i&&(sn(0,"div"),tm(1),sn(2,"div",0)(3,"div")(4,"div",1),Nn(5),cn(),sn(6,"ui5-link",2),Nn(7),cn()(),sn(8,"div",3)(9,"h4",4),Nn(10),cn(),sn(11,"ui5-switch",5),Pi("change",function(){return o.switchIsActive()}),cn()(),sn(12,"div",6)(13,"h4",4),Nn(14),cn(),sn(15,"ui5-label",7),Nn(16),cn(),Gr(17,"ui5-input",8),Qc(),function kS(e,t,n,i,o,r,s,a){Ti("NgControlFlow");const c=Re(),l=Ft();return Ls(c,l,e,t,n,i,o,li(l.consts,r),256,s,a),Ug}(18,i$,2,1,"div",4),sn(19,"div",9)(20,"ui5-button",10),Pi("click",function(){return o.addUrl(o.urlInput.value)}),Nn(21),cn(),sn(22,"ui5-button",11),Pi("click",function(){return o.urlInput.reset()}),Nn(23),cn()(),sn(24,"div",12)(25,"ui5-list",13),cl(26,o$,5,3,"ui5-li-custom",14,NS),cn()()(),sn(28,"div",15)(29,"h4",4),Nn(30),cn(),sn(31,"ui5-label",16),Nn(32),cn(),Gr(33,"br"),sn(34,"div",17)(35,"ui5-label",16),Nn(36),cn(),Gr(37,"ui5-input",18),Qc(),Gr(38,"br"),sn(39,"ui5-label",19),Nn(40),cn(),Gr(41,"ui5-input",20),Qc(),cn(),sn(42,"div",9)(43,"ui5-button",10),Pi("click",function(){return o.addServiceProviderConfig(o.serviceProviderForm.controls.key.value,o.serviceProviderForm.controls.value.value)}),Nn(44),cn(),sn(45,"ui5-button",11),Pi("click",function(){return o.serviceProviderForm.reset()}),Nn(46),cn()(),sn(47,"div",12)(48,"ui5-list",13),cl(49,r$,5,4,"ui5-li-custom",14,n$),cn()()()()()),2&i){$t();const r=function eI(e){return yu(Ft(),Re(),ri(),e),e}(o.texts());$t(4),Oo(r.explanation),$t(2),Si(" ",r.link," "),$t(3),Si(" ",r.isDevelopmentModeActive," "),$t(),Fi("checked",o.isActive()),$t(3),Oo(r.urlsInput.title),$t(2),Si(" ",r.urlsInput.label," "),$t(),Fi("formControl",o.urlInput),el(),$t(),function RS(e,t){Ti("NgControlFlow");const n=Re(),i=zi(),o=n[i]!==vn?n[i]:-1,r=-1!==o?e_(n,27+o):void 0;if(Ln(n,i,e)){const a=y(null);try{if(void 0!==r&&Hc(r,0),-1!==e){const c=27+e,l=e_(n,c),d=Vg(n[1],c),_=null;rr(l,Pr(n,d,t,{dehydratedView:_}),0,ks(d,_))}}finally{y(a)}}else if(void 0!==r){const a=dE(r,0);void 0!==a&&(a[8]=t)}}(o.errors().length?18:-1),$t(3),Si(" ",r.addButton," "),$t(2),Si(" ",r.clearButton," "),$t(3),ll(o.configs()),$t(4),Si(" ",r.serviceProviderConfig.title," "),$t(2),Si(" ",r.serviceProviderConfig.explanation," "),$t(2),Fi("formGroup",o.serviceProviderForm),$t(2),Si(" ",r.serviceProviderConfig.keyInput.label," "),$t(),Fi("placeholder",ml(r.serviceProviderConfig.keyInput.placeholder))("formControl",o.serviceProviderForm.controls.key),el(),$t(3),Si(" ",r.serviceProviderConfig.valueInput.label," "),$t(),Fi("placeholder",ml(r.serviceProviderConfig.valueInput.placeholder))("formControl",o.serviceProviderForm.controls.value),el(),$t(3),Si(" ",r.addButton," "),$t(2),Si(" ",r.clearButton," "),$t(3),ll(o.Object.entries(o.serviceProviderConfig()))}},dependencies:[Kx,Bx,Ox,Fx,Px,Ux,Vx,lx,tx,nx,Jm,ev],styles:[".container{padding:16px;display:flex;flex-direction:column;justify-content:center}.explanation{line-height:normal;padding-bottom:1rem}.line-height-normal{line-height:normal}.is-active-switch{display:flex;align-items:center;gap:24px;padding-top:1.5rem}.config-list{padding:16px 0}.config-input{display:flex;flex-direction:column}.config-input-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.field-label{display:inline-block;font-weight:400;margin-bottom:-.125rem;color:var(--%NS%sapContent_LabelColor, #4a4a4a);text-wrap:nowrap}.field-control{width:100%;height:2.25rem}.config-list-wrapper::part(list){background-color:transparent;border:none;padding:0}.config-list-item{width:100%;padding:0}.config-list-item::part(native-li){padding:0;background:transparent;border:none}.list-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 16px}.list-item-text{flex:1}\n"],encapsulation:3})}}return e})(),z$=(()=>{class e{differs;constructor(n){this.differs=n}differ;keyValues=[];compareFn=X1;transform(n,i=X1){if(!n||!(n instanceof Map)&&"object"!=typeof n)return null;this.differ??=this.differs.find(n).create();const o=this.differ.diff(n),r=i!==this.compareFn;return o&&(this.keyValues=[],o.forEachItem(s=>{this.keyValues.push(function j$(e,t){return{key:e,value:t}}(s.key,s.currentValue))})),(o||r)&&(i&&this.keyValues.sort(i),this.compareFn=i),this.keyValues}static \u0275fac=function(i){return new(i||e)(Kn(BA,16))};static \u0275pipe=yT({name:"keyvalue",type:e,pure:!1})}return e})();function X1(e,t){const n=e.key,i=t.key;if(n===i)return 0;if(null==n)return 1;if(null==i)return-1;if("string"==typeof n&&"string"==typeof i)return n<i?-1:1;if("number"==typeof n&&"number"==typeof i)return n-i;if("boolean"==typeof n&&"boolean"==typeof i)return n<i?-1:1;const o=String(n),r=String(i);return o==r?0:o<r?-1:1}const G$=(e,t)=>t.key;function $$(e,t){if(1&e){const n=n_();sn(0,"ui5-li-custom")(1,"div",10)(2,"span"),Nn(3),cn(),sn(4,"div",11)(5,"ui5-switch",12),Pi("ui5Change",function(){const o=vs(n).$implicit;return ys(lr().onToggleChange(o.key))}),cn(),sn(6,"ui5-button",13),Pi("ui5Click",function(){const o=vs(n).$implicit;return ys(lr().onItemDelete(o.key))}),cn()()()()}if(2&e){const n=t.$implicit,i=lr();$t(3),Si(" ",n.key," ");const o=i.queryParamsFeatures.includes(n.key);$t(2),Fi("tooltip",o?i.texts.tooltipQueryParam:"")("disabled",o)("checked",i.togglesForm.get(n.key).value),$t(),Fi("tooltip",o?i.texts.tooltipQueryParam:"")("disabled",o)}}let W$=(()=>{class e{constructor(){this.i18nService=Ve(h1),this.context=qe.required(),this.LuigiClient=qe.required(),this.togglesForm=new Xm({}),this.newToggleControl=new $s("",{nonNullable:!0,validators:[xw.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=di(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
|
|
76
|
-
|
|
77
|
-
* @license Angular v22.1.1
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
*/
|
|
81
|
-
function wx(e){e||(e=Ve(to));const t=new yt(n=>{if(!e.destroyed)return e.onDestroy(n.next.bind(n));n.next()});return n=>n.pipe(function N6(e){return er((t,n)=>{_r(e).subscribe(Vo(n,()=>n.complete(),R)),!n.closed&&t.subscribe(n)})}(t))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),ho(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const n=g1_read();this.LuigiClient().getActiveFeatureToggles().forEach(i=>{const o=i.toString();n[o]||(n[o]=!0)}),Object.entries(n).forEach(([i,o])=>{this.togglesForm.addControl(i,new $s(o)),this.queryParamsFeatures.includes(i)&&this.togglesForm.get(i).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(es.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(t){console.error("Error storing feature toggle settings",t)}})(n)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new $s(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(n){this.togglesForm.removeControl(n)}onToggleChange(n){this.togglesForm.get(n).setValue(!this.togglesForm.get(n).value)}extractFeatureToggleValues(n){return n?new URLSearchParams(n).getAll("ft").flatMap(r=>r.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["wc-feature-toggle"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:19,vars:11,consts:[[1,"container"],[1,"explanation-container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/docs/readme-nodes-configuration.md#feature-toggles",1,"explanation"],["for","input-new-toggle","show-colon","",1,"label"],[1,"new-toggle-input"],["id","input-new-toggle","placeholder","myToggle",1,"input",3,"formControl"],["design","Emphasized",3,"ui5Click","disabled"],[3,"ui5Click","disabled"],[1,"toggle-list",3,"formGroup"],[1,"toggle-item"],[1,"toggle-item-buttons"],[3,"ui5Change","tooltip","disabled","checked"],["design","Transparent","icon","decline",3,"ui5Click","tooltip","disabled"]],template:function(i,o){1&i&&(sn(0,"div",0)(1,"div",1)(2,"div",2),Nn(3),cn(),sn(4,"ui5-link",3),Nn(5),cn()(),sn(6,"div")(7,"ui5-label",4),Nn(8),cn(),sn(9,"div",5),Gr(10,"ui5-input",6),Qc(),sn(11,"ui5-button",7),Pi("ui5Click",function(){return o.addToggle()}),Nn(12),cn(),sn(13,"ui5-button",8),Pi("ui5Click",function(){return o.clear()}),Nn(14),cn()()(),sn(15,"ui5-list",9),cl(16,$$,7,6,"ui5-li-custom",null,G$),function uI(e,t){const n=Ft();let i;const o=e+27;n.firstCreatePass?(i=function WU(e,t){if(t)for(let n=t.length-1;n>=0;n--){const i=t[n];if(e===i.name)return i}}(t,n.pipeRegistry),n.data[o]=i,i.onDestroy&&(n.destroyHooks??=[]).push(o,i.onDestroy)):i=n.data[o];const r=i.factory||(i.factory=Sr(i.type)),a=Xn(Kn);try{const c=Lu(!1),l=r();return Lu(c),yu(n,Re(),o,l),l}finally{Xn(a)}}(18,"keyvalue"),cn()()),2&i&&($t(3),Si(" ",o.texts.explanation," "),$t(2),Oo(o.texts.link),$t(3),Si(" ",o.texts.nameInputLabel," "),$t(2),Fi("formControl",o.newToggleControl),el(),$t(),Fi("disabled",o.newToggleControl.invalid),$t(),Oo(o.texts.addButton),$t(),Fi("disabled",!o.newToggleControl.value),$t(),Oo(o.texts.clearButton),$t(),Fi("formGroup",o.togglesForm),$t(),ll(dI(18,9,o.togglesForm.controls)))},dependencies:[Kx,lx,tx,nx,Jm,ev,Ox,Fx,Px,Ux,Vx,Bx,z$],styles:[".new-toggle-input{display:flex;align-items:center;gap:1rem}.label{height:10px}.input{flex-grow:1}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:2.75rem}.toggle-item-buttons{display:flex;align-items:center;gap:.2rem}.container{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2rem}.explanation-container{display:flex;flex-direction:column;gap:1rem}.explanation{line-height:normal}\n"],encapsulation:3})}}return e})();const K$=(e,t)=>t.title;function q$(e,t){if(1&e&&(zo(0,"a",11)(1,"span"),Nn(2),cr(),function qy(){Pt.lFrame.currentNamespace="svg"}(),zo(3,"svg",12),ul(4,"path",13),cr()()),2&e){const n=t.$implicit;i_("href",n.link,ad),$t(2),Oo(n.title)}}let Y$=(()=>{class e{constructor(){this.luigiCoreService=Ve(qx),this.links=(this.luigiCoreService.config.settings?.links??[]).concat([{title:"OpemMFP",link:"https://openmfp.org/"},{title:"OpenMFP GitHub",link:"https://github.com/openmfp"}]),this.header=this.luigiCoreService.config.settings?.header?.title,this.logo=this.luigiCoreService.config.settings?.header?.logo}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["wc-getting-started"]],decls:17,vars:2,consts:[[1,"main"],[1,"content"],[1,"left-side"],[1,"platform-mesh-logo"],["alt","logo",1,"logo",3,"src"],[1,"platform-mesh-text"],[1,"platform-mesh-content"],[1,"title"],["role","separator","aria-label","Divider",1,"divider"],[1,"right-side"],[1,"pill-group"],["target","_blank","rel","noopener",1,"pill",3,"href"],["xmlns","http://www.w3.org/2000/svg","height","14","viewBox","0 -960 960 960","width","14","fill","currentColor"],["d","M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"]],template:function(i,o){1&i&&(zo(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),ul(4,"img",4),zo(5,"span",5),Nn(6),cr()(),zo(7,"div",6)(8,"h1",7),Nn(9,"Welcome! Let's get started."),cr(),zo(10,"p"),Nn(11,"Congratulations! Your portal is running. \u{1f389}"),cr()()(),ul(12,"div",8),zo(13,"div",9)(14,"div",10),cl(15,q$,5,2,"a",11,K$),cr()()()()),2&i&&($t(4),i_("src",o.logo,ad),$t(2),Oo(o.header),$t(9),ll(o.links))},styles:['[_nghost-%COMP%]{--%NS%bright-blue: oklch(51.01% .274 263.83);--%NS%electric-violet: oklch(53.18% .28 296.97);--%NS%french-violet: oklch(47.66% .246 305.88);--%NS%vivid-pink: oklch(69.02% .277 332.77);--%NS%hot-red: oklch(61.42% .238 15.34);--%NS%orange-red: oklch(63.32% .24 31.68);--%NS%gray-900: oklch(19.37% .006 300.98);--%NS%gray-700: oklch(36.98% .014 302.71);--%NS%gray-400: oklch(70.9% .015 304.04);--%NS%red-to-pink-to-purple-horizontal-gradient: linear-gradient( 90deg, var(--%NS%orange-red) 0%, var(--%NS%vivid-pink) 50%, var(--%NS%electric-violet) 100% );--%NS%pill-accent: var(--%NS%bright-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1[_ngcontent-%COMP%]{font-size:3.125rem;color:var(--%NS%gray-900);font-weight:500;line-height:100%;letter-spacing:-.125rem;margin:0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}p[_ngcontent-%COMP%]{margin:0;color:var(--%NS%gray-700)}main[_ngcontent-%COMP%]{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:inherit;position:relative}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;max-width:43.75rem;margin-bottom:3rem}.content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:1.5rem}.divider[_ngcontent-%COMP%]{height:1px;width:100%;background:var(--%NS%red-to-pink-to-purple-horizontal-gradient);margin-block:1.5rem}.pill-group[_ngcontent-%COMP%]{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:1.25rem}.pill[_ngcontent-%COMP%]{display:flex;align-items:center;--%NS%pill-accent: var(--%NS%bright-blue);background:color-mix(in srgb,var(--%NS%pill-accent) 5%,transparent);color:var(--%NS%pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--%NS%inter-font);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.4rem;letter-spacing:-.00875rem;text-decoration:none}.pill[_ngcontent-%COMP%]:hover{background:color-mix(in srgb,var(--%NS%pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--%NS%pill-accent: var(--%NS%bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--%NS%pill-accent: var(--%NS%french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--%NS%pill-accent: var(--%NS%vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--%NS%pill-accent: var(--%NS%hot-red)}.pill-group[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{margin-inline-start:.25rem}.logo[_ngcontent-%COMP%]{width:6.25rem}.platform-mesh-text[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:600;color:#000}.platform-mesh-logo[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.platform-mesh-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;text-align:center}.left-side[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}']})}}return e})();const Z1=new yt(e=>e.complete());function eW(e,t){return er((n,i)=>{let o=null,r=0,s=!1;const a=()=>s&&!o&&i.complete();n.subscribe(Vo(i,c=>{o?.unsubscribe();let l=0;const d=r++;_r(e(c,d)).subscribe(o=Vo(i,_=>i.next(t?t(c,_,d,l++):_),()=>{o=null,a()}))},()=>{s=!0,a()}))})}
|
|
82
|
-
/**
|
|
83
|
-
* @license Angular v22.1.1
|
|
84
|
-
|
|
85
|
-
* License: MIT
|
|
86
|
-
*/
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
* @license Angular v22.1.1
|
|
96
|
-
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
1
|
+
var _x=Object.defineProperty;var $a=(e,t,r)=>()=>{if(r)throw r[0];try{return e&&(t=e(e=0)),t}catch(i){throw r=[i],i}};var d_=(e,t)=>{for(var r in t)_x(e,r,{get:t[r],enumerable:!0})};function dx(){return el.call(this,{beforeContent:hx,afterContent:px})}function hx(){return g(ke,{children:!!this._displayHeader&&R("div",{class:"ui5-popup-header-root",id:"ui5-popup-header",role:"region","aria-label":this._headerAriaLabel,onMouseDown:this._onDragMouseDown,onDblClick:this._showFullscreenButton?this._onHeaderDblClick:void 0,part:"header",children:[this.hasValueState&&g(rt,{class:"ui5-dialog-value-state-icon",name:this._dialogStateIcon}),this.header.length?g("slot",{name:"header"}):g(Tn,{level:"H1",id:"ui5-popup-header-text",class:"ui5-popup-header-text",children:this.headerText}),this._showFullscreenButton&&g(Ur,{class:"ui5-dialog-fullscreen-btn",icon:this._fullscreenButtonIcon,design:"Transparent",tooltip:this._fullscreenButtonTooltip,accessibleName:this._fullscreenButtonTooltip,accessibilityAttributes:this._fullscreenButtonAccessibilityAttributes,onClick:this._toggleFullscreen})]})})}function px(){return R(ke,{children:[!!this.footer.length&&g("div",{class:"ui5-popup-footer-root",role:"region","aria-label":this._footerAriaLabel,part:"footer",children:g("slot",{name:"footer"})}),this._showResizeHandle&&g("div",{class:"ui5-popup-resize-handle",onMouseDown:this._onResizeMouseDown,title:this._resizeHandleTooltip,children:g(rt,{name:"resize-corner"})}),this._movable&&R(ke,{children:[g("span",{id:`${this._id}-dragResizeHandler`,class:"ui5-popup-drag-resize-handler ui5-hidden-text",tabIndex:this._dragResizeHandleTabIndex,role:"img","aria-roledescription":this._dragResizeHandleAriaRoleDescription,"aria-label":this._dragResizeHandleAriaLabel,"aria-describedby":this._dragResizeHandleAriaDescribedBy,onKeyDown:this._onDragOrResizeKeyDown}),this.ariaDescribedByHandlerText&&g("span",{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHandlerText}),this.dialogAriaDescribedByText&&g("span",{id:`${this._id}-dialog-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.dialogAriaDescribedByText})]})]})}function bx(){return this._isPhone?R(mx,{"root-element":!0,accessibleName:this.accessibleName,accessibleNameRef:this.accessibleNameRef,accessibleDescription:this.accessibleDescription,accessibleDescriptionRef:this.accessibleDescriptionRef,accessibleRole:this.accessibleRole,stretch:!0,preventInitialFocus:this.preventInitialFocus,preventFocusRestore:this.preventFocusRestore,initialFocus:this.initialFocus,onBeforeOpen:this._beforeDialogOpen,onOpen:this._afterDialogOpen,onBeforeClose:this._beforeDialogClose,onClose:this._afterDialogClose,exportparts:"content, header, footer",open:this.open,children:[!this._hideHeader&&g(ke,{children:this.header.length?g("slot",{slot:"header",name:"header"}):R("div",{class:this.classes.header,slot:"header",children:[this.headerText&&g(Tn,{level:"H1",wrappingType:"None",class:"ui5-popup-header-text ui5-responsive-popover-header-text",children:this.headerText}),!this._hideCloseButton&&g(Ur,{icon:"decline",design:"Transparent",accessibleName:this._closeDialogAriaLabel,onClick:this._dialogCloseButtonClick})]})}),g("slot",{}),g("slot",{slot:"footer",name:"footer"})]}):w_.call(this)}var fx,Br,et,$i,vx,gx,Gt,mx,yx,Ua,h_,Hi,Js,m_=$a(()=>{rl();ae("full-screen",{pathData:"m10.204 5.204 3.937-4.188h-3.625c-.292 0-.458-.146-.5-.438 0-.354.167-.541.5-.562h4.5c.292 0 .531.099.719.297.187.198.281.443.281.734v4.469c0 .354-.167.542-.5.562a.674.674 0 0 1-.344-.171.462.462 0 0 1-.156-.36v-3.75l-4.062 4.125a.512.512 0 0 1-.375.156c-.167 0-.292-.041-.375-.125-.209-.291-.209-.541 0-.75ZM.016 10.579c0-.355.167-.542.5-.563.125.02.24.078.344.172a.462.462 0 0 1 .156.36v3.687L5.08 10.11a.512.512 0 0 1 .375-.156c.166 0 .291.041.375.124.229.271.229.521 0 .75l-4.157 4.188h3.844c.292 0 .458.146.5.438 0 .354-.167.541-.5.562h-4.5a.947.947 0 0 1-.719-.297 1.027 1.027 0 0 1-.28-.734v-4.406Zm8 3.437h6v-6h1v6c0 .27-.094.505-.281.703a.947.947 0 0 1-.719.297h-6v-1Zm-6-13h6v1h-6v6h-1v-6c0-.292.1-.531.297-.719a.988.988 0 0 1 .703-.281Z",ltr:!1,viewBox:"0 0 17 17",accData:y_,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("full-screen",{pathData:"M4.926 9.99a.75.75 0 0 1 1.06-.02.752.752 0 0 1 .021 1.062l-3.33 3.466h1.575a.75.75 0 0 1 0 1.502H.75a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 1 1 1.5 0v1.808l3.426-3.567Zm9.323-.98a.75.75 0 0 1 .75.75v2.503a2.752 2.752 0 0 1-2.75 2.753H9.752a.75.75 0 0 1 0-1.502h2.499c.69 0 1.25-.56 1.25-1.251V9.76a.75.75 0 0 1 .75-.75ZM6.252 1a.75.75 0 0 1 0 1.502h-2.5c-.69 0-1.25.56-1.25 1.25v2.503a.75.75 0 1 1-1.5 0V3.754A2.755 2.755 0 0 1 3.753 1h2.5Zm9-1.001a.75.75 0 0 1 .749.75v3.5a.75.75 0 1 1-1.5 0V2.444L11.076 6.01a.75.75 0 1 1-1.081-1.04l3.33-3.467h-1.577a.75.75 0 0 1 0-1.502h3.502Z",ltr:!1,viewBox:"0 0 16 16",accData:y_,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});ae("exit-full-screen",{pathData:"M9.977 4.99V.593c0-.354.166-.541.498-.562a.67.67 0 0 1 .342.172.461.461 0 0 1 .156.358v3.68L15.082.157A.51.51 0 0 1 15.455 0a.58.58 0 0 1 .374.125c.228.27.228.52 0 .748l-4.203 4.148h3.83c.29 0 .456.146.497.437 0 .354-.166.54-.498.562h-4.482a.942.942 0 0 1-.716-.297 1.026 1.026 0 0 1-.28-.733ZM.17 15.127l4.171-4.117H.514c-.29 0-.457-.146-.498-.437 0-.353.166-.54.498-.561h4.482c.29 0 .53.098.716.296.187.198.28.442.28.733v4.398c0 .353-.166.54-.498.561a.67.67 0 0 1-.342-.171.461.461 0 0 1-.156-.36v-3.68L.918 15.845A.509.509 0 0 1 .545 16a.578.578 0 0 1-.374-.125c-.228-.27-.228-.52 0-.748Zm13.79-1.123V8.016h.996v5.988c0 .27-.093.504-.28.702a.942.942 0 0 1-.716.296H7.984v-.998h5.977ZM2.008 8.016h-.996V2.027c0-.29.098-.53.295-.717a.983.983 0 0 1 .7-.28h5.977v.997H2.008v5.989Z",ltr:!1,viewBox:"0 0 16 16",accData:b_,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("exit-full-screen",{pathData:"M5.254 10.003a.75.75 0 0 1 .75.75v3.503a.75.75 0 0 1-1.5 0V12.64l-3.23 3.146a.75.75 0 1 1-1.046-1.074l3.293-3.209H1.758a.75.75 0 0 1 0-1.5h3.496Zm8.996-1a.75.75 0 0 1 .75.75v2.5a2.75 2.75 0 0 1-2.75 2.75h-2.5a.75.75 0 0 1 0-1.5h2.5c.69 0 1.25-.56 1.25-1.25v-2.5a.75.75 0 0 1 .75-.75Zm-8-8a.75.75 0 0 1 0 1.5h-2.5c-.69 0-1.25.56-1.25 1.25v2.5a.75.75 0 0 1-1.5 0v-2.5a2.75 2.75 0 0 1 2.75-2.75h2.5Zm8.46-.776a.75.75 0 1 1 1.073 1.046l-3.146 3.23h1.615a.75.75 0 0 1 0 1.5H10.75a.75.75 0 0 1-.75-.75V1.757a.75.75 0 0 1 1.5 0v1.764L14.71.227Z",ltr:!1,viewBox:"0 0 16 16",accData:b_,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");fx=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:min(20rem,90vw);min-height:min(6rem,90vh);max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *:not(.ui5-dialog-fullscreen-btn){cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--sapNegativeElementColor)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--sapInformativeElementColor)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--sapPositiveElementColor)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--sapCriticalElementColor)}.ui5-popup-header-root{outline:none}.ui5-popup-drag-resize-handler:focus{outline:none}.ui5-popup-root:has(.ui5-popup-drag-resize-handler:focus):before{content:"";position:absolute;inset:var(--_ui5_dialog_focus_outline_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--sapElement_BorderCornerRadius);pointer-events:none;z-index:5}:host([resizable]) .ui5-popup-root:has(.ui5-popup-drag-resize-handler:focus):before{border-end-end-radius:var(--_ui5_dialog_resizable_bottom_right_radius)}:host([stretch]) .ui5-popup-content{width:100%;height:100%}:host(:not([header-text])[_show-fullscreen-button]) .ui5-popup-header-root{justify-content:flex-end}:host([header-text][_show-fullscreen-button]) .ui5-popup-header-root{justify-content:space-between}.ui5-popup-header-root{gap:.5rem}.ui5-popup-content{min-height:var(--_ui5_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}.ui5-popup-header-text{min-width:0;justify-content:flex-start}:host([on-phone]) .ui5-dialog-fullscreen-btn{display:none}:host::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}.ui5-block-layer{display:block}
|
|
2
|
+
`,Br=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},$i=16,vx={ariaKeyShortcuts:"Shift+Ctrl+F"},gx={[be.Negative]:"error",[be.Critical]:"alert",[be.Positive]:"sys-enter-2",[be.Information]:"information"},Gt=et=class extends Va{constructor(){super(),this.stretch=!1,this.draggable=!1,this.resizable=!1,this.showFullscreenButton=!1,this.state="None",this._showFullscreenButton=!1,this._draggedOrResized=!1,this._dragHandlerRegistered=!1,this._fullscreenKeydownHandlerRegistered=!1,this._revertSize=()=>{Object.assign(this.style,{top:"",left:"",width:"",height:""})},this._screenResizeHandler=this._screenResize.bind(this),this._dragMouseMoveHandler=this._onDragMouseMove.bind(this),this._dragMouseUpHandler=this._onDragMouseUp.bind(this),this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this),this._dragStartHandler=this._handleDragStart.bind(this),this._fullscreenKeydownHandler=this._onFullscreenKeydown.bind(this)}static _isHeader(e){return e.classList.contains("ui5-popup-header-root")||e.getAttribute("slot")==="header"}get isModal(){return!0}get _ariaLabelledBy(){let e;return this.headerText&&!this._ariaLabel&&(e="ui5-popup-header-text"),e}get effectiveAriaDescribedBy(){return this._movable?`${this._id}-dialog-descr`:void 0}get ariaDescribedByIds(){return[this.ariaDescriptionTextId,this.effectiveAriaDescribedBy].filter(Boolean).join(" ")}get dialogAriaDescribedByText(){return this._movable?this.resizable&&this.draggable?et.i18nBundle.getText(pv):this.draggable?et.i18nBundle.getText(fv):this.resizable?et.i18nBundle.getText(vv):"":""}get ariaDescribedByTextResizable(){return et.i18nBundle.getText(_v)}get ariaDescribedByTextDraggable(){return et.i18nBundle.getText(dv)}get ariaDescribedByTextDraggableAndResizable(){return et.i18nBundle.getText(hv)}get ariaDescribedByHandlerText(){return this.resizable&&this.draggable?this.ariaDescribedByTextDraggableAndResizable:this.resizable?this.ariaDescribedByTextResizable:this.draggable?this.ariaDescribedByTextDraggable:""}get _displayHeader(){return this.header.length||this.headerText||this.draggable||this.resizable||this._showFullscreenButton}get _movable(){return!this.stretch&&this.onDesktop&&(this.draggable||this.resizable)}get _dragResizeHandleTabIndex(){return this._movable?0:void 0}get _dragResizeHandleAriaLabel(){return this._movable?this.resizable&&this.draggable?et.i18nBundle.getText(mv):this.draggable?et.i18nBundle.getText(bv):this.resizable?et.i18nBundle.getText(yv):"":""}get _dragResizeHandleAriaRoleDescription(){return this._movable?et.i18nBundle.getText(wv):void 0}get _dragResizeHandleAriaDescribedBy(){return this._movable?`${this._id}-descr`:void 0}get _showResizeHandle(){return this.resizable&&this.onDesktop&&!this.stretch}get _fullscreenButtonIcon(){return this.stretch?"exit-full-screen":"full-screen"}get _fullscreenButtonTooltip(){return this.stretch?et.i18nBundle.getText(Tv):et.i18nBundle.getText(kv)}get _fullscreenButtonAccessibilityAttributes(){return vx}get _resizeHandleTooltip(){return this._showResizeHandle?et.i18nBundle.getText(gv):void 0}get _minHeight(){let e=Number.parseInt(window.getComputedStyle(this.contentDOM).minHeight),t=this._root.querySelector(".ui5-popup-header-root");t&&(e+=t.offsetHeight);let r=this._root.querySelector(".ui5-popup-footer-root");return r&&(e+=r.offsetHeight),e}get hasValueState(){return this.state!==be.None}get _dialogStateIcon(){return gx[this.state]}get _role(){if(this.accessibleRole!==Ha.None)return this.state===be.Negative||this.state===be.Critical?Ui(Ha.AlertDialog):Ui(this.accessibleRole)}get _contentRole(){return"region"}get _headerAriaLabel(){return et.i18nBundle.getText(Cv)}get _contentAriaLabel(){return et.i18nBundle.getText(xv)}get _footerAriaLabel(){return et.i18nBundle.getText(Sv)}_show(){super._show(),this._center()}onBeforeRendering(){super.onBeforeRendering(),this._showFullscreenButton=this.showFullscreenButton&&!this.onPhone&&!this.header.length,this._isRTL=this.effectiveDir==="rtl"}_resize(){super._resize(),this._draggedOrResized||this._center()}_screenResize(){this._center()}_attachBrowserEvents(){this._attachScreenResizeHandler(),this._registerDragHandler(),this._registerFullscreenKeydownHandler()}_detachBrowserEvents(){this._detachScreenResizeHandler(),this._deregisterDragHandler(),this._deregisterFullscreenKeydownHandler()}_attachScreenResizeHandler(){this._screenResizeHandlerAttached||(window.addEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!0)}_detachScreenResizeHandler(){this._screenResizeHandlerAttached&&(window.removeEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!1)}_registerDragHandler(){this._dragHandlerRegistered||(this.addEventListener("dragstart",this._dragStartHandler),this._dragHandlerRegistered=!0)}_deregisterDragHandler(){this._dragHandlerRegistered&&(this.removeEventListener("dragstart",this._dragStartHandler),this._dragHandlerRegistered=!1)}_registerFullscreenKeydownHandler(){this.showFullscreenButton&&!this._fullscreenKeydownHandlerRegistered&&(document.addEventListener("keydown",this._fullscreenKeydownHandler),this._fullscreenKeydownHandlerRegistered=!0)}_deregisterFullscreenKeydownHandler(){this._fullscreenKeydownHandlerRegistered&&(document.removeEventListener("keydown",this._fullscreenKeydownHandler),this._fullscreenKeydownHandlerRegistered=!1)}_center(){let e=window.innerHeight-this.offsetHeight,t=window.innerWidth-this.offsetWidth;Object.assign(this.style,{top:`${Math.round(e/2)}px`,left:`${Math.round(t/2)}px`})}_toggleFullscreen(){if(this.onPhone)return;let e=this.stretch;this.stretch=!this.stretch,this._revertSize(),this._draggedOrResized=!1,e&&requestAnimationFrame(()=>{this.open&&this._center()})}_onHeaderDblClick(e){let t=e.target;t!==this._root.querySelector(".ui5-popup-header-root")&&!t.classList.contains("ui5-popup-header-text")||this._toggleFullscreen()}_onFullscreenKeydown(e){this.isTopModalPopup&&this._showFullscreenButton&&this._isFullscreenShortcut(e)&&(e.preventDefault(),e.stopImmediatePropagation(),this._toggleFullscreen())}_isFullscreenShortcut(e){return(e.key==="f"||e.key==="F")&&e.ctrlKey&&e.shiftKey&&!e.altKey}_onDragMouseDown(e){if(!this._movable||!this.draggable||!et._isHeader(e.target))return;let{top:t,left:r}=this.getBoundingClientRect(),{width:i,height:o}=window.getComputedStyle(this);Object.assign(this.style,{top:`${t}px`,left:`${r}px`,width:`${Math.round(Number.parseFloat(i)*100)/100}px`,height:`${Math.round(Number.parseFloat(o)*100)/100}px`}),this._x=e.clientX,this._y=e.clientY,this._draggedOrResized=!0,this._attachMouseDragHandlers()}_onDragMouseMove(e){e.preventDefault();let{clientX:t,clientY:r}=e,i=this._x-t,o=this._y-r,{left:n,top:a}=this.getBoundingClientRect();Object.assign(this.style,{left:`${Math.floor(n-i)}px`,top:`${Math.floor(a-o)}px`}),this._x=t,this._y=r}_onDragMouseUp(){delete this._x,delete this._y,this._detachMouseDragHandlers()}_onDragOrResizeKeyDown(e){if(!this._movable)return;let t=e.target;if(!(!t||t.id!==`${this._id}-dragResizeHandler`)){if(this.draggable&&[ur,Ir,Bo,Ao].some(r=>r(e))){this._dragWithEvent(e);return}this.resizable&&[p_,f_,v_,g_].some(r=>r(e))&&this._resizeWithEvent(e)}}_dragWithEvent(e){let{top:t,left:r,width:i,height:o}=this.getBoundingClientRect(),n=0,a="top";switch(!0){case ur(e):n=t-$i,a="top";break;case Ir(e):n=t+$i,a="top";break;case Bo(e):n=r-$i,a="left";break;case Ao(e):n=r+$i,a="left";break}n=vt(n,0,a==="left"?window.innerWidth-i:window.innerHeight-o),this.style[a]=`${n}px`}_resizeWithEvent(e){this._draggedOrResized=!0,this.addEventListener("ui5-before-close",this._revertSize,{once:!0});let{top:t,left:r}=this.getBoundingClientRect(),i=window.getComputedStyle(this),o=Number.parseFloat(i.minWidth),n=window.innerWidth-r,a=window.innerHeight-t,s=Number.parseFloat(i.width),l=Number.parseFloat(i.height);switch(!0){case p_(e):l-=$i;break;case f_(e):l+=$i;break;case v_(e):s-=$i;break;case g_(e):s+=$i;break}s=vt(s,o,n),l=vt(l,this._minHeight,a),Object.assign(this.style,{width:`${s}px`,height:`${l}px`})}_attachMouseDragHandlers(){window.addEventListener("mousemove",this._dragMouseMoveHandler),window.addEventListener("mouseup",this._dragMouseUpHandler)}_detachMouseDragHandlers(){window.removeEventListener("mousemove",this._dragMouseMoveHandler),window.removeEventListener("mouseup",this._dragMouseUpHandler)}_onResizeMouseDown(e){if(!this._movable||!this.resizable)return;e.preventDefault();let{top:t,left:r}=this.getBoundingClientRect(),{width:i,height:o,minWidth:n}=window.getComputedStyle(this);this._initialX=e.clientX,this._initialY=e.clientY,this._initialWidth=Number.parseFloat(i),this._initialHeight=Number.parseFloat(o),this._initialTop=t,this._initialLeft=r,this._minWidth=Number.parseFloat(n),this._cachedMinHeight=this._minHeight,Object.assign(this.style,{top:`${t}px`,left:`${r}px`}),this._draggedOrResized=!0,this._attachMouseResizeHandlers()}_onResizeMouseMove(e){let{clientX:t,clientY:r}=e,i,o;if(this._isRTL){i=vt(this._initialWidth-(t-this._initialX),this._minWidth,this._initialLeft+this._initialWidth),Object.assign(this.style,{width:`${i}px`});let a=i-this.getBoundingClientRect().width,s=this._initialLeft+this._initialWidth+a;o=vt(s-i,0,s-this._minWidth)}else i=vt(this._initialWidth+(t-this._initialX),this._minWidth,window.innerWidth-this._initialLeft);let n=vt(this._initialHeight+(r-this._initialY),this._cachedMinHeight,window.innerHeight-this._initialTop);Object.assign(this.style,{height:`${n}px`,width:`${i}px`,left:this._isRTL?`${o}px`:void 0})}_onResizeMouseUp(){delete this._initialX,delete this._initialY,delete this._initialWidth,delete this._initialHeight,delete this._initialTop,delete this._initialLeft,delete this._minWidth,delete this._cachedMinHeight,this._detachMouseResizeHandlers()}_handleDragStart(e){this.draggable&&e.target instanceof HTMLElement&&et._isHeader(e.target)&&e.preventDefault()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler),this.addEventListener("ui5-before-close",this._revertSize,{once:!0})}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}async _getFirstFocusableElement(){return this._showFullscreenButton?await Io(this.contentDOM)||(this.footerDOM?await Io(this.footerDOM):null)||Io(this):Io(this)}async forwardToLast(){if(this._movable){let e=this.shadowRoot.querySelector(`#${this._id}-dragResizeHandler`);if(e){e.focus();return}}await super.forwardToLast()}};Br([v()],Gt.prototype,"headerText",void 0);Br([v({type:Boolean})],Gt.prototype,"stretch",void 0);Br([v({type:Boolean})],Gt.prototype,"draggable",void 0);Br([v({type:Boolean})],Gt.prototype,"resizable",void 0);Br([v({type:Boolean})],Gt.prototype,"showFullscreenButton",void 0);Br([v()],Gt.prototype,"state",void 0);Br([v({type:Boolean})],Gt.prototype,"_showFullscreenButton",void 0);Br([He()],Gt.prototype,"header",void 0);Br([He()],Gt.prototype,"footer",void 0);Br([at("@ui5/webcomponents")],Gt,"i18nBundle",void 0);Gt=et=Br([ye({tag:"ui5-dialog",template:dx,styles:[Va.styles,C_,fx]})],Gt);Gt.define();mx=Gt;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");yx=`:host{min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-responsive_popover_header_height);display:flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}
|
|
3
|
+
`,Ua=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Hi=h_=class extends tl{constructor(){super(),this.contentOnlyOnDesktop=!1,this._hideHeader=!1,this._hideCloseButton=!1}async openPopup(){tt()?this._dialog&&(this._dialog.open=!0):await super.openPopup()}async _show(){if(!tt())return super._show()}handleOpenOnEnterDOM(){this.open&&!tt()&&(this.showPopover(),this.openPopup())}_dialogCloseButtonClick(){this.closePopup()}closePopup(e=!1,t=!1,r=!1){tt()?this._dialog?.closePopup(e,t,r):super.closePopup(e,t,r)}toggle(e){if(this.open){this.closePopup();return}this.opener=e,this.open=!0}get classes(){let e=super.classes;return e.header={"ui5-responsive-popover-header":!0,"ui5-responsive-popover-header-no-title":!this.headerText},e}get _dialog(){return this.shadowRoot.querySelector("[ui5-dialog]")}get contentDOM(){return tt()?this._dialog.contentDOM:super.contentDOM}get _isPhone(){return tt()}get _displayHeader(){return(tt()||!this.contentOnlyOnDesktop)&&super._displayHeader}get _displayFooter(){return tt()||!this.contentOnlyOnDesktop}get _closeDialogAriaLabel(){return h_.i18nBundle.getText(cv)}_beforeDialogOpen(){this._opened=!0,this.open=!0,this.fireDecoratorEvent("before-open")}_afterDialogOpen(){this.fireDecoratorEvent("open")}_beforeDialogClose(e){this.fireDecoratorEvent("before-close",e.detail)}_afterDialogClose(){this._opened=!1,this.open=!1,this.fireDecoratorEvent("close")}get isModal(){return tt()?this._dialog.isModal:super.isModal}};Ua([v({type:Boolean})],Hi.prototype,"contentOnlyOnDesktop",void 0);Ua([v({type:Boolean})],Hi.prototype,"_hideHeader",void 0);Ua([v({type:Boolean})],Hi.prototype,"_hideCloseButton",void 0);Ua([at("@ui5/webcomponents")],Hi,"i18nBundle",void 0);Hi=h_=Ua([ye({tag:"ui5-responsive-popover",styles:[tl.styles,yx],template:bx})],Hi);Hi.define();Js=Hi});var Ev={};d_(Ev,{default:()=>Px});function Iv(e,t,r,i){return e.replaceAll(new RegExp(Cx(t),`${i?"i":""}g`),r)}function xx(e,t){if(!e||!t)return e;let r=a=>{let[s,l]=a.split("");for(;e.indexOf(a)>=0||t.indexOf(a)>=0;)a=`${s}${a}${l}`;return a},i=r("12"),o=r("34"),n=x_(Iv(e,t,a=>`${i}${a}${o}`,!0));return[[i,"<b>"],[o,"</b>"]].forEach(([a,s])=>{n=Iv(n,a,s,!1)}),n}function kx(e,t){let r=e?.listItemContent||Tx;return g("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,draggable:this.movable,role:t?.role,title:t?.title,onFocusIn:this._onfocusin,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onClick:this._onclick,children:r.call(this)})}function Tx(){return g("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:g("div",{class:"ui5-li-text-wrapper",children:g("span",{part:"title",class:"ui5-li-title",children:g("slot",{})})})})}function Ix(){return[kx.call(this,{listItemContent:Bx},{role:"option"})]}function Bx(){return g("div",{part:"content",id:"content",class:"ui5-li-content",children:R("div",{class:"ui5-li-text-wrapper",children:[g("span",{part:"title",className:"ui5-li-title",dangerouslySetInnerHTML:{__html:this.markupText}}),this.additionalText&&g("span",{part:"additional-text",class:"ui5-li-additional-text",children:this.additionalText})]})})}function Ex(e){let t=e?.items||Dx;return R("ul",{role:"group",class:"ui5-group-li-root",onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,children:[this.hasHeader&&g(k_,{focused:this.focused,part:"header",accessibleRole:"Group",wrappingType:this.getGroupHeaderWrapping(),children:this.hasFormattedHeader?g("slot",{name:"header"}):this.headerText}),t.call(this),g(nl,{orientation:"Horizontal",ownerReference:this})]})}function Dx(){return g("slot",{})}function zx(e){let t=e?.suggestionsList||Rx,r=e?.mobileHeader,i=e?.valueStateMessage,o=e?.valueStateMessageInputIcon;return R(Js,{class:this.classes.popover,hideArrow:!0,preventFocusRestore:!0,preventInitialFocus:!0,placement:"Bottom",horizontalAlign:"Start",tabindex:-1,style:this.styles.suggestionsPopover,onOpen:this._afterOpenPicker,onClose:this._afterClosePicker,onScroll:this._scroll,open:this.open,opener:this,accessibleName:this._popupLabel,children:[this._isPhone&&g(ke,{children:R("div",{slot:"header",class:"ui5-responsive-popover-header",children:[g("div",{class:"row",children:g(Tn,{level:"H1",wrappingType:"None",class:"ui5-responsive-popover-header-text",children:this._headerTitleText})}),g("div",{class:"row",children:R("div",{class:"input-root-phone native-input-wrapper",children:[g(S_,{class:"ui5-input-inner-phone",type:this.inputType,value:this.value,showClearIcon:this.showClearIcon,placeholder:this.placeholder,onInput:this._handleInput}),r?.call(this)]})}),this.hasValueStateMessage&&R("div",{class:this.classes.popoverValueState,style:this.styles.suggestionPopoverHeader,children:[g(rt,{class:"ui5-input-value-state-message-icon",name:o?.call(this)}),this.open&&i?.call(this)]})]})}),!this._isPhone&&this.hasValueStateMessage&&R("div",{slot:"header",class:D({"ui5-responsive-popover-header":!0},this.classes.popoverValueState),style:this.styles.suggestionPopoverHeader,children:[g(rt,{class:"ui5-input-value-state-message-icon",name:o?.call(this)}),this.open&&i?.call(this)]}),this.showSuggestions&&t.call(this),this._isPhone&&R("div",{slot:"footer",class:"ui5-responsive-popover-footer",children:[g(Ur,{design:"Emphasized",onClick:this._confirmMobileValue,children:this._suggestionsOkButtonText}),g(Ur,{class:"ui5-responsive-popover-close-btn",design:"Transparent",onClick:this._cancelMobileValue,children:this._suggestionsCancelButtonText})]})]})}function Rx(){return g(Ov,{accessibleRole:ja.ListBox,separators:this.suggestionSeparators,selectionMode:"Single",onMouseDown:this.onItemMouseDown,onItemClick:this._handleSuggestionItemPress,onSelectionChange:this._handleSelectionChange,children:g("slot",{})})}var wx,Cx,Sx,Ax,ol,In,Bv,il,Av,Px,Dv=$a(()=>{rl();m_();wx=e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),Cx=wx;Sx=xx;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");Ax=`:host([ui5-suggestion-item]){height:auto;min-height:var(--_ui5_list_item_base_height)}:host([ui5-suggestion-item]) .ui5-li-root{min-height:var(--_ui5_list_item_base_height)}:host([ui5-suggestion-item]) .ui5-li-content{padding-bottom:.5rem;padding-top:.5rem;box-sizing:border-box}
|
|
4
|
+
`,ol=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},In=class extends Eo{constructor(){super(...arguments),this.markupText=""}onEnterDOM(){$t()&&this.setAttribute("desktop","")}get _effectiveTabIndex(){return-1}};ol([v()],In.prototype,"text",void 0);ol([v()],In.prototype,"additionalText",void 0);ol([v()],In.prototype,"markupText",void 0);In=ol([ye({tag:"ui5-suggestion-item",template:Ix,styles:[Eo.styles,Ax]})],In);In.define();Bv=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},il=class extends Pv{};Bv([He({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],il.prototype,"items",void 0);il=Bv([ye({tag:"ui5-suggestion-item-group",template:Ex})],il);il.define();Av=(()=>{class e{get template(){return zx}constructor(r,i,o,n){this.component=r,this.slotName=i,this.handleFocus=n,this.highlight=o,this.selectedItemIndex=-1}onUp(r,i){r.preventDefault();let o=!this.isOpened&&this._hasValueState&&i===-1?0:i;return this._handleItemNavigation(!1,o),!0}onDown(r,i){r.preventDefault();let o=!this.isOpened&&this._hasValueState&&i===-1?0:i;return this._handleItemNavigation(!0,o),!0}onSpace(r){return this._isItemOnTarget()?(r.preventDefault(),this.onItemSelected(this._selectedItem,!0),!0):!1}onEnter(r){return this._isGroupItem?(r.preventDefault(),!1):this._isItemOnTarget()?(this.onItemSelected(this._selectedItem,!0),!0):!1}onPageUp(r){r.preventDefault();let i=this.selectedItemIndex-10>-1;return this._moveItemSelection(this.selectedItemIndex,i?this.selectedItemIndex-=10:this.selectedItemIndex=0),!0}onPageDown(r){r.preventDefault();let i=this.visibleItems;if(!i)return!0;let o=i.length-1,n=this.selectedItemIndex+10<=o;return this._moveItemSelection(this.selectedItemIndex,n?this.selectedItemIndex+=10:this.selectedItemIndex=o),!0}onHome(r){return r.preventDefault(),this._moveItemSelection(this.selectedItemIndex,this.selectedItemIndex=0),!0}onEnd(r){r.preventDefault();let i=this._getItems().length-1;return i&&this._moveItemSelection(this.selectedItemIndex,this.selectedItemIndex=i),!0}onTab(){return this._isItemOnTarget()?(this.onItemSelected(this._selectedItem,!0),!0):!1}toggle(r,i){(r!==void 0?r:!this.isOpened())?this._getComponent().open=!0:this.close(i.preventFocusRestore)}get _selectedItem(){return this._getNonGroupItems().find(r=>r.selected)}_isScrollable(){let r=this._getScrollContainer();return r.offsetHeight<r.scrollHeight}close(r=!1){let i=this._getItems()&&this._getItems()[this.selectedItemIndex];this._getComponent().open=!1;let o=this._getPicker();o.preventFocusRestore=r,o.open=!1,i&&i.focused&&(i.focused=!1)}updateSelectedItemPosition(r){this.selectedItemIndex=r}onItemSelected(r,i){let o=r,n=this._getNonGroupItems();o&&(this.accInfo={isGroup:o.hasAttribute("ui5-suggestion-item-group"),currentPos:n.indexOf(o)+1,listSize:n.length,itemText:o.text||"",additionalText:o.additionalText},this._getComponent().onItemSelected(o,i),this._getComponent().open=!1)}onItemSelect(r){this._getComponent().onItemSelect(r)}onItemPress(r){let i,o=r.type==="ui5-item-click";o&&!r.detail.item.selected||this._handledPress&&!o||(o&&r.detail.item.selected?(i=r.detail.item,this._handledPress=!0):i=r.detail.selectedItems[0],this.onItemSelected(i,!1))}_onClose(){this._handledPress=!1}_isItemOnTarget(){return this.isOpened()&&this.selectedItemIndex!==null&&this.selectedItemIndex!==-1&&!this._isGroupItem}get _isGroupItem(){let r=this._getItems();return!r||!r[this.selectedItemIndex]?!1:r[this.selectedItemIndex].hasAttribute("ui5-suggestion-item-group")}isOpened(){return!!this._getPicker()?.open}_handleItemNavigation(r,i){this.selectedItemIndex=i,this._getItems().length&&(r?this._selectNextItem():this._selectPreviousItem())}_selectNextItem(){let r=this._getItems().length,i=this.selectedItemIndex;i!==-1&&i+1>r-1||this._moveItemSelection(i,++this.selectedItemIndex)}_selectPreviousItem(){let r=this.visibleItems,i=this.selectedItemIndex;if(!(i===-1||i===null)){if(i-1<0){(r[i].hasAttribute("ui5-suggestion-item")||r[i].hasAttribute("ui5-suggestion-item-custom"))&&(r[i].selected=!1),r[i].focused=!1,this.component.focused=!0,this.component.hasSuggestionItemSelected=!1,this.component.value=this.component.typedInValue,this.selectedItemIndex-=1;return}this._moveItemSelection(i,--this.selectedItemIndex)}}get visibleItems(){return this._getItems().filter(r=>!r.hidden)}_moveItemSelection(r,i){let o=this.visibleItems,n=o[i],a=o[r],s=this._getNonGroupItems(),l=n?.hasAttribute("ui5-suggestion-item-group");if(!n)return;this.component.focused=!1;let u=this.visibleItems[this.selectedItemIndex];if(this.accInfo={isGroup:l,currentPos:o.indexOf(n)+1,itemText:(l?u.headerText:u.text)||""},(n.hasAttribute("ui5-suggestion-item")||n.hasAttribute("ui5-suggestion-item-custom"))&&(this.accInfo.additionalText=n.additionalText||"",this.accInfo.currentPos=s.indexOf(n)+1,this.accInfo.listSize=s.length),a&&(a.focused=!1),(a?.hasAttribute("ui5-suggestion-item")||a?.hasAttribute("ui5-suggestion-item-custom"))&&(a.selected=!1),n&&(n.focused=!0,l||(n.selected=!0),this.handleFocus&&n.focus()),this.component.hasSuggestionItemSelected=!0,this.onItemSelect(n),!this._isItemIntoView(n)){let _=this._isGroupItem?n.shadowRoot.querySelector("[ui5-li-group-header]"):n;this._scrollItemIntoView(_)}}_deselectItems(){this._getItems().forEach(r=>{(r.hasAttribute("ui5-suggestion-item")||r.hasAttribute("ui5-suggestion-item-custom"))&&(r.selected=!1),r.focused=!1})}_clearItemFocus(){let r=this._getItems().find(i=>i.focused);r&&(r.focused=!1)}_isItemIntoView(r){let i=r.getDomRef().getBoundingClientRect(),o=this._getComponent().getDomRef().getBoundingClientRect(),n=window.innerHeight||document.documentElement.clientHeight,a=0;return this._hasValueState&&(a=this._getPicker().querySelector("[slot=header]").getBoundingClientRect().height),i.top+e.SCROLL_STEP<=n&&i.top>=o.top+a}_scrollItemIntoView(r){r.scrollIntoView({behavior:"auto",block:"nearest",inline:"nearest"})}_getScrollContainer(){return this._scrollContainer||(this._scrollContainer=this._getPicker().shadowRoot.querySelector(".ui5-popup-content")),this._scrollContainer}_getItems(){return this._getComponent().getSlottedNodes("suggestionItems").flatMap(r=>r.hasAttribute("ui5-suggestion-item-group")?[r,...r.items]:[r])}_getNonGroupItems(){return this._getItems().filter(r=>!r.hasAttribute("ui5-suggestion-item-group"))}_getComponent(){return this.component}_getList(){return this._getPicker().querySelector("[ui5-list]")}_getListWidth(){return this._getList()?.offsetWidth}_getPicker(){return this._getComponent().shadowRoot.querySelector("[ui5-responsive-popover]")}get itemSelectionAnnounce(){if(!this.accInfo)return"";if(this.accInfo.isGroup)return`${e.i18nBundle.getText(Rv)} ${this.accInfo.itemText}`;let r=e.i18nBundle.getText(zv,this.accInfo.currentPos||0,this.accInfo.listSize||0);return`${this.accInfo.additionalText} ${r}`.trim()}hightlightInput(r,i){return Sx(r,i)}get _hasValueState(){return this.component.hasValueStateMessage}_clearSelectedSuggestionAndaccInfo(){this.accInfo=void 0,this.selectedItemIndex=0}}return e.SCROLL_STEP=60,e})();S_.SuggestionsClass=Av;Px=Av});var Mv={};d_(Mv,{default:()=>Ox});var Ox,Nv=$a(()=>{Ox=class{constructor(e){this._onComposition=()=>{this._component.updateCompositionState(!0)},this._onCompositionEnd=()=>{this._component.updateCompositionState(!1)},this._component=e}addEventListeners(){let e=this._component.getInputEl();e&&(e.addEventListener("compositionstart",this._onComposition),e.addEventListener("compositionupdate",this._onComposition),e.addEventListener("compositionend",this._onCompositionEnd))}removeEventListeners(){let e=this._component.getInputEl();e&&(e.removeEventListener("compositionstart",this._onComposition),e.removeEventListener("compositionupdate",this._onComposition),e.removeEventListener("compositionend",this._onCompositionEnd))}}});var Hv={};d_(Hv,{default:()=>Vx});function Lx(){return g(ke,{children:g("span",{children:this._renderEmptyIndicator?R(ke,{children:[g("span",{className:"empty-indicator","aria-hidden":"true",children:this._emptyIndicatorSymbol}),g("span",{className:"empty-indicator-aria-label",children:this._emptyIndicatorAriaLabel})]}):g("slot",{})})})}function $x(){return R("div",{children:[g(Lv,{class:"ui5-exp-text-text",emptyIndicatorMode:this.emptyIndicatorMode,children:this._displayedText}),this._maxCharactersExceeded&&R(ke,{children:[g("span",{class:"ui5-exp-text-ellipsis",children:this._ellipsisText}),g(Xv,{id:"toggle",class:"ui5-exp-text-toggle",accessibleRole:"Button",accessibleName:this._accessibleNameForToggle,accessibilityAttributes:this._accessibilityAttributesForToggle,onClick:this._handleToggleClick,children:this._textForToggle}),this._usePopover&&R(Js,{open:this._expanded,opener:"toggle",accessibleNameRef:"popover-text",contentOnlyOnDesktop:!0,_hideHeader:!0,class:"ui5-exp-text-popover",onClose:this._handlePopoverClose,children:[g(Lv,{class:"ui5-exp-text-popover-text",id:"popover-text",children:this.text}),g("div",{slot:"footer",class:"ui5-exp-text-footer",children:g(Ur,{design:"Transparent",onClick:this._handleCloseButtonClick,children:this._closeButtonText})})]})]})]})}function Vx(e){let{className:t,text:r,maxCharacters:i,part:o}=e;return g(Ux,{part:o,class:t,text:r,maxCharacters:i})}var Fv,Mx,$v,Nx,Fx,qa,al,Vi,Lv,Hx,zo,Do,Vr,Ux,Uv=$a(()=>{rl();m_();Fv=(function(e){return e.InPlace="InPlace",e.Popover="Popover",e})(Fv||{}),Mx=Fv,$v=(function(e){return e.Off="Off",e.On="On",e})($v||{}),Nx=$v;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");Fx=`:host{max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;cursor:text;overflow:hidden;display:-webkit-inline-box;-webkit-line-clamp:var(--_ui5_text_max_lines);line-clamp:var(--_ui5_text_max_lines);-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}:host([max-lines="1"]){word-break:break-all}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}
|
|
5
|
+
`,qa=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Vi=al=class extends gt{constructor(){super(...arguments),this.maxLines=1/0,this.emptyIndicatorMode="Off"}onBeforeRendering(){this.style.setProperty("--_ui5_text_max_lines",`${this.maxLines}`)}get hasText(){return sl(this.text)}get _renderEmptyIndicator(){return!this.hasText&&this.emptyIndicatorMode===Nx.On}get _emptyIndicatorAriaLabel(){return al.i18nBundle.getText(jv)}get _emptyIndicatorSymbol(){return al.i18nBundle.getText(Vv)}};qa([v({type:Number})],Vi.prototype,"maxLines",void 0);qa([v()],Vi.prototype,"emptyIndicatorMode",void 0);qa([He({type:Node,default:!0})],Vi.prototype,"text",void 0);qa([at("@ui5/webcomponents")],Vi,"i18nBundle",void 0);Vi=al=qa([ye({tag:"ui5-text",renderer:it,template:Lx,styles:Fx})],Vi);Vi.define();Lv=Vi;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");Hx=`:host{display:inline-block;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor)}:host([hidden]){display:none}.ui5-exp-text-text{display:inline;white-space:inherit}.ui5-exp-text-text,.ui5-exp-text-toggle{font-family:inherit;font-size:inherit}.ui5-exp-text-text,.ui5-exp-text-ellipsis{color:inherit}.ui5-exp-text-popover,.ui5-exp-text-popover-text{white-space:inherit;font-family:inherit;font-size:inherit}.ui5-exp-text-popover::part(content){padding-inline:1rem}.ui5-exp-text-footer{width:100%;display:flex;align-items:center;justify-content:flex-end}
|
|
6
|
+
`,zo=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Vr=Do=class extends gt{constructor(){super(...arguments),this.maxCharacters=100,this.overflowMode="InPlace",this.emptyIndicatorMode="Off",this._expanded=!1,this._shouldScrollToToggle=!1}getFocusDomRef(){return this._usePopover?this.shadowRoot?.querySelector("[ui5-responsive-popover]"):this.shadowRoot?.querySelector("[ui5-link]")}get _displayedText(){return this._expanded&&!this._usePopover?this.text:this.text?.substring(0,this.maxCharacters)}get _maxCharactersExceeded(){return(this.text?.length||0)>this.maxCharacters}get _usePopover(){return this.overflowMode===Mx.Popover}get _ellipsisText(){return this._expanded&&!this._usePopover?" ":"... "}get _textForToggle(){return this._expanded?Do.i18nBundle.getText(Gv):Do.i18nBundle.getText(qv)}get _closeButtonText(){return Do.i18nBundle.getText(Wv)}get _accessibilityAttributesForToggle(){return this._usePopover?{expanded:this._expanded,hasPopup:"dialog"}:{expanded:this._expanded}}get _accessibleNameForToggle(){if(this._usePopover)return this._expanded?Do.i18nBundle.getText(Kv):Do.i18nBundle.getText(Zv)}_handlePopoverClose(){tt()||(this._expanded=!1)}onAfterRendering(){this._shouldScrollToToggle&&(this._shouldScrollToToggle=!1,this.shadowRoot?.querySelector("#toggle")?.scrollIntoView?.({block:"nearest"}))}_handleToggleClick(){this._expanded=!this._expanded,this._expanded&&!this._usePopover&&(this._shouldScrollToToggle=!0)}_handleCloseButtonClick(e){this._expanded=!1,e.stopPropagation()}};zo([v()],Vr.prototype,"text",void 0);zo([v({type:Number})],Vr.prototype,"maxCharacters",void 0);zo([v()],Vr.prototype,"overflowMode",void 0);zo([v()],Vr.prototype,"emptyIndicatorMode",void 0);zo([v({type:Boolean})],Vr.prototype,"_expanded",void 0);zo([at("@ui5/webcomponents")],Vr,"i18nBundle",void 0);Vr=Do=zo([ye({tag:"ui5-expandable-text",renderer:it,styles:Hx,template:$x})],Vr);Vr.define();Ux=Vr});function Ji(e,t){for(var r in t)e[r]=t[r];return e}function sp(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function T_(e,t,r,i,o){var n={type:e,props:t,key:r,ref:i,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:o??++$b,__i:-1,__u:0};return o==null&&Ie.vnode!=null&&Ie.vnode(n),n}function ws(e){return e.children}function Cl(e,t){this.props=e,this.context=t}function Yn(e,t){if(t==null)return e.__?Yn(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null)return r.__e;return typeof e.type=="function"?Yn(e):null}function jb(e){var t,r;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null){e.__e=e.__c.base=r.__e;break}return jb(e)}}function eg(e){(!e.__d&&(e.__d=!0)&&No.push(e)&&!Xl.__r++||Jv!==Ie.debounceRendering)&&((Jv=Ie.debounceRendering)||Hb)(Xl)}function Xl(){var e,t,r,i,o,n,a,s;for(No.sort(Bd);e=No.shift();)e.__d&&(t=No.length,i=void 0,n=(o=(r=e).__v).__e,a=[],s=[],r.__P&&((i=Ji({},o)).__v=o.__v+1,Ie.vnode&&Ie.vnode(i),Wb(r.__P,i,o,r.__n,r.__P.namespaceURI,32&o.__u?[n]:null,a,n??Yn(o),!!(32&o.__u),s),i.__v=o.__v,i.__.__k[i.__i]=i,rS(a,i,s),i.__e!=n&&jb(i)),No.length>t&&No.sort(Bd));Xl.__r=0}function qb(e,t,r,i,o,n,a,s,l,u,_){var c,h,d,m,w,I,x=i&&i.__k||Vb,B=t.length;for(l=eS(r,t,x,l),c=0;c<B;c++)(d=r.__k[c])!=null&&(h=d.__i===-1?Dd:x[d.__i]||Dd,d.__i=c,I=Wb(e,d,h,o,n,a,s,l,u,_),m=d.__e,d.ref&&h.ref!=d.ref&&(h.ref&&lp(h.ref,null,d),_.push(d.ref,d.__c||m,d)),w==null&&m!=null&&(w=m),4&d.__u||h.__k===d.__k?l=Gb(d,l,e):typeof d.type=="function"&&I!==void 0?l=I:m&&(l=m.nextSibling),d.__u&=-7);return r.__e=w,l}function eS(e,t,r,i){var o,n,a,s,l,u=t.length,_=r.length,c=_,h=0;for(e.__k=[],o=0;o<u;o++)(n=t[o])!=null&&typeof n!="boolean"&&typeof n!="function"?(s=o+h,(n=e.__k[o]=typeof n=="string"||typeof n=="number"||typeof n=="bigint"||n.constructor==String?T_(null,n,null,null,null):ap(n)?T_(ws,{children:n},null,null,null):n.constructor===void 0&&n.__b>0?T_(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n).__=e,n.__b=e.__b+1,a=null,(l=n.__i=tS(n,r,s,c))!==-1&&(c--,(a=r[l])&&(a.__u|=2)),a==null||a.__v===null?(l==-1&&h--,typeof n.type!="function"&&(n.__u|=4)):l!==s&&(l==s-1?h--:l==s+1?h++:(l>s?h--:h++,n.__u|=4))):n=e.__k[o]=null;if(c)for(o=0;o<_;o++)(a=r[o])!=null&&!(2&a.__u)&&(a.__e==i&&(i=Yn(a)),Zb(a,a));return i}function Gb(e,t,r){var i,o;if(typeof e.type=="function"){for(i=e.__k,o=0;i&&o<i.length;o++)i[o]&&(i[o].__=e,t=Gb(i[o],t,r));return t}e.__e!=t&&(t&&e.type&&!r.contains(t)&&(t=Yn(e)),r.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function tS(e,t,r,i){var o=e.key,n=e.type,a=r-1,s=r+1,l=t[r];if(l===null||l&&o==l.key&&n===l.type&&(2&l.__u)==0)return r;if((typeof n!="function"||n===ws||o)&&i>(l!=null&&(2&l.__u)==0?1:0))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&(2&l.__u)==0&&o==l.key&&n===l.type)return a;a--}if(s<t.length){if((l=t[s])&&(2&l.__u)==0&&o==l.key&&n===l.type)return s;s++}}return-1}function tg(e,t,r){t[0]==="-"?e.setProperty(t,r??""):e[t]=r==null?"":typeof r!="number"||Jx.test(t)?r:r+"px"}function ll(e,t,r,i,o){var n,a;e:if(t==="style")if(typeof r=="string")e.style.cssText=r;else{if(typeof i=="string"&&(e.style.cssText=i=""),i)for(t in i)r&&t in r||tg(e.style,t,"");if(r)for(t in r)i&&r[t]===i[t]||tg(e.style,t,r[t])}else if(t[0]==="o"&&t[1]==="n")n=t!==(t=t.replace(Ub,"$1")),t=t.toLowerCase()in e||t==="onFocusOut"||t==="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+n]=r,r?i?r.t=i.t:(r.t=np,e.addEventListener(t,n?Ed:Ad,n)):e.removeEventListener(t,n?Ed:Ad,n);else{if(o=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{a=e.tagName&&e.tagName.includes("-"),e[t]=r!=null||a?r:"";break e}catch{}typeof r=="function"||(r==null||r===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&r==1?"":r))}}function rg(e){return function(t){if(this.l){var r=this.l[t.type+e];if(t.u==null)t.u=np++;else if(t.u<r.t)return;return r(Ie.event?Ie.event(t):t)}}}function Wb(e,t,r,i,o,n,a,s,l,u){var _,c,h,d,m,w,I,x,B,P,ce,ve,ge,St,Oe,Qe,Lt,_e=t.type;if(t.constructor!==void 0)return null;128&r.__u&&(l=!!(32&r.__u),n=[s=t.__e=r.__e]),(_=Ie.__b)&&_(t);e:if(typeof _e=="function")try{if(x=t.props,B="prototype"in _e&&_e.prototype.render,P=(_=_e.contextType)&&i[_.__c],ce=_?P?P.props.value:_.__:i,r.__c?I=(c=t.__c=r.__c).__=c.__E:(B?t.__c=c=new _e(x,ce):(t.__c=c=new Cl(x,ce),c.constructor=_e,c.render=oS),P&&P.sub(c),c.props=x,c.state||(c.state={}),c.context=ce,c.__n=i,h=c.__d=!0,c.__h=[],c._sb=[]),B&&c.__s==null&&(c.__s=c.state),B&&_e.getDerivedStateFromProps!=null&&(c.__s==c.state&&(c.__s=Ji({},c.__s)),Ji(c.__s,_e.getDerivedStateFromProps(x,c.__s))),d=c.props,m=c.state,c.__v=t,h)B&&_e.getDerivedStateFromProps==null&&c.componentWillMount!=null&&c.componentWillMount(),B&&c.componentDidMount!=null&&c.__h.push(c.componentDidMount);else{if(B&&_e.getDerivedStateFromProps==null&&x!==d&&c.componentWillReceiveProps!=null&&c.componentWillReceiveProps(x,ce),!c.__e&&(c.shouldComponentUpdate!=null&&c.shouldComponentUpdate(x,c.__s,ce)===!1||t.__v===r.__v)){for(t.__v!==r.__v&&(c.props=x,c.state=c.__s,c.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.some(function(Le){Le&&(Le.__=t)}),ve=0;ve<c._sb.length;ve++)c.__h.push(c._sb[ve]);c._sb=[],c.__h.length&&a.push(c);break e}c.componentWillUpdate!=null&&c.componentWillUpdate(x,c.__s,ce),B&&c.componentDidUpdate!=null&&c.__h.push(function(){c.componentDidUpdate(d,m,w)})}if(c.context=ce,c.props=x,c.__P=e,c.__e=!1,ge=Ie.__r,St=0,B){for(c.state=c.__s,c.__d=!1,ge&&ge(t),_=c.render(c.props,c.state,c.context),Oe=0;Oe<c._sb.length;Oe++)c.__h.push(c._sb[Oe]);c._sb=[]}else do c.__d=!1,ge&&ge(t),_=c.render(c.props,c.state,c.context),c.state=c.__s;while(c.__d&&++St<25);c.state=c.__s,c.getChildContext!=null&&(i=Ji(Ji({},i),c.getChildContext())),B&&!h&&c.getSnapshotBeforeUpdate!=null&&(w=c.getSnapshotBeforeUpdate(d,m)),s=qb(e,ap(Qe=_!=null&&_.type===ws&&_.key==null?_.props.children:_)?Qe:[Qe],t,r,i,o,n,a,s,l,u),c.base=t.__e,t.__u&=-161,c.__h.length&&a.push(c),I&&(c.__E=c.__=null)}catch(Le){if(t.__v=null,l||n!=null)if(Le.then){for(t.__u|=l?160:128;s&&s.nodeType===8&&s.nextSibling;)s=s.nextSibling;n[n.indexOf(s)]=null,t.__e=s}else for(Lt=n.length;Lt--;)sp(n[Lt]);else t.__e=r.__e,t.__k=r.__k;Ie.__e(Le,t,r)}else n==null&&t.__v===r.__v?(t.__k=r.__k,t.__e=r.__e):s=t.__e=iS(r.__e,t,r,i,o,n,a,l,u);return(_=Ie.diffed)&&_(t),128&t.__u?void 0:s}function rS(e,t,r){for(var i=0;i<r.length;i++)lp(r[i],r[++i],r[++i]);Ie.__c&&Ie.__c(t,e),e.some(function(o){try{e=o.__h,o.__h=[],e.some(function(n){n.call(o)})}catch(n){Ie.__e(n,o.__v)}})}function iS(e,t,r,i,o,n,a,s,l){var u,_,c,h,d,m,w,I,x=r.props,B=t.props,P=t.type;if(P==="svg"?o="http://www.w3.org/2000/svg":P==="math"?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),n!=null){for(u=0;u<n.length;u++)if((d=n[u])&&"setAttribute"in d==!!P&&(P?d.localName===P:d.nodeType===3)){e=d,n[u]=null;break}}if(e==null){if(P===null)return document.createTextNode(B);e=document.createElementNS(o,P,B.is&&B),s&&(Ie.__m&&Ie.__m(t,n),s=!1),n=null}if(P===null)x===B||s&&e.data===B||(e.data=B);else{if(n=n&&Fb.call(e.childNodes),x=r.props||Dd,!s&&n!=null)for(x={},u=0;u<e.attributes.length;u++)x[(d=e.attributes[u]).name]=d.value;for(u in x)if(d=x[u],u!="children"){if(u=="dangerouslySetInnerHTML")c=d;else if(!(u in B)){if(u=="value"&&"defaultValue"in B||u=="checked"&&"defaultChecked"in B)continue;ll(e,u,null,d,o)}}for(u in B)d=B[u],u=="children"?h=d:u=="dangerouslySetInnerHTML"?_=d:u=="value"?m=d:u=="checked"?w=d:s&&typeof d!="function"||x[u]===d||((u.startsWith("on")||u==="ref"&&typeof d=="function")&&(I=i[Object.keys(i)[0]])&&(d=d.bind(I.props.value)),ll(e,u,d,x[u],o));if(_)s||c&&(_.__html===c.__html||_.__html===e.innerHTML)||(e.innerHTML=_.__html),t.__k=[];else if(c&&(e.innerHTML=""),qb(e,ap(h)?h:[h],t,r,i,P==="foreignObject"?"http://www.w3.org/1999/xhtml":o,n,a,n?n[0]:r.__k&&Yn(r,0),s,l),n!=null)for(u=n.length;u--;)sp(n[u]);s||(u="value",P==="progress"&&m==null?e.removeAttribute("value"):m!==void 0&&(m!==e[u]||P==="progress"&&!m||P==="option"&&m!==x[u])&&ll(e,u,m,x[u],o),u="checked",w!==void 0&&w!==e[u]&&ll(e,u,w,x[u],o))}return e}function lp(e,t,r){try{if(typeof e=="function"){var i=typeof e.__u=="function";i&&e.__u(),i&&t==null||(e.__u=e(t))}else e.current=t}catch(o){Ie.__e(o,r)}}function Zb(e,t,r){var i,o;if(Ie.unmount&&Ie.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||lp(i,null,t)),(i=e.__c)!=null){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(n){Ie.__e(n,t)}i.base=i.__P=null}if(i=e.__k)for(o=0;o<i.length;o++)i[o]&&Zb(i[o],t,r||typeof e.type!="function");r||sp(e.__e),e.__c=e.__=e.__e=void 0}function oS(e,t,r){return this.constructor(e,r)}function Kb(e,t,r,i,o,n){t||(t={});var a,s,l=t;"ref"in t&&(a=t.ref,delete t.ref);var u={type:e,props:l,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--nS,__i:-1,__u:0,__source:o,__self:n};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return Ie.vnode&&Ie.vnode(u),u}function aS(e){let t="";for(let r in e)e[r]&&(t&&(t+=" "),t+=r);return t}function uS(e,t,r){let i=e.getMetadata().getEvents();Object.keys(t).forEach(o=>{if(o.startsWith("on")){let n=o.slice(2),a=lS(n),s=n.charAt(0).toLowerCase()+n.slice(1),l;a in i?l=a:s in i&&(l=s),l&&o!=="onClick"&&(t[`onui5-${l}`]=t[o],delete t[o])}})}function cS(e){return typeof e=="function"&&"getMetadata"in e}function Xb(e,t,r){let i;return cS(e)?(i=e.getMetadata().getTag(),uS(e,t,r)):i=e,typeof t.class=="object"&&(t.class=aS(t.class)),i}function ke(e,t){return ws(e,t)}function g(e,t,r){return Kb(Xb(e,t,r),t,r)}function R(e,t,r){return Kb(Xb(e,t,r),t,r)}function FB(e){return t=>t!=null&&e in t&&t[e]===!0}function Ga(e){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&R5()||(this.onInvalidation(e),this._changedState.push(e),I5(this),this._invalidationEventProvider.fireEvent("invalidate",te(D({},e),{target:this})))}function HB(e,t){do{let r=Object.getOwnPropertyDescriptor(e,t);if(r)return r;e=Object.getPrototypeOf(e)}while(e&&e!==HTMLElement.prototype)}function GB(e){return(t,r)=>{let i=t.constructor;Object.prototype.hasOwnProperty.call(i,"metadata")||(i.metadata={});let o=i.metadata;o.slots||(o.slots={});let n=o.slots;if(e&&e.default&&n.default)throw new Error("Only one slot can be the default slot.");let a=e&&e.default?"default":r;e=e||{type:HTMLElement},e.type||(e.type=HTMLElement),n[a]||(n[a]=e),e.default&&(delete n.default.default,n.default.propertyName=r),i.metadata.managedSlots=!0}}function eo(e,t){for(var r in t)e[r]=t[r];return e}function kp(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function KB(e,t,r){var i,o,n,a={};for(n in t)n=="key"?i=t[n]:n=="ref"?o=t[n]:a[n]=t[n];if(arguments.length>2&&(a.children=arguments.length>3?Ku.call(arguments,2):r),typeof e=="function"&&e.defaultProps!=null)for(n in e.defaultProps)a[n]===void 0&&(a[n]=e.defaultProps[n]);return Ol(e,a,i,o,null)}function Ol(e,t,r,i,o){var n={type:e,props:t,key:r,ref:i,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:o??++a0,__i:-1,__u:0};return o==null&&Be.vnode!=null&&Be.vnode(n),n}function ks(e){return e.children}function Ml(e,t){this.props=e,this.context=t}function ea(e,t){if(t==null)return e.__?ea(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null)return r.__e;return typeof e.type=="function"?ea(e):null}function _0(e){var t,r;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null){e.__e=e.__c.base=r.__e;break}return _0(e)}}function Vd(e){(!e.__d&&(e.__d=!0)&&Fo.push(e)&&!tu.__r++||Og!==Be.debounceRendering)&&((Og=Be.debounceRendering)||s0)(tu)}function tu(){var e,t,r,i,o,n,a,s;for(Fo.sort($d);e=Fo.shift();)e.__d&&(t=Fo.length,i=void 0,n=(o=(r=e).__v).__e,a=[],s=[],r.__P&&((i=eo({},o)).__v=o.__v+1,Be.vnode&&Be.vnode(i),Tp(r.__P,i,o,r.__n,r.__P.namespaceURI,32&o.__u?[n]:null,a,n??ea(o),!!(32&o.__u),s),i.__v=o.__v,i.__.__k[i.__i]=i,p0(a,i,s),i.__e!=n&&_0(i)),Fo.length>t&&Fo.sort($d));tu.__r=0}function d0(e,t,r,i,o,n,a,s,l,u,_){var c,h,d,m,w,I,x=i&&i.__k||c0,B=t.length;for(l=XB(r,t,x,l),c=0;c<B;c++)(d=r.__k[c])!=null&&(h=d.__i===-1?hs:x[d.__i]||hs,d.__i=c,I=Tp(e,d,h,o,n,a,s,l,u,_),m=d.__e,d.ref&&h.ref!=d.ref&&(h.ref&&Ip(h.ref,null,d),_.push(d.ref,d.__c||m,d)),w==null&&m!=null&&(w=m),4&d.__u||h.__k===d.__k?l=h0(d,l,e):typeof d.type=="function"&&I!==void 0?l=I:m&&(l=m.nextSibling),d.__u&=-7);return r.__e=w,l}function XB(e,t,r,i){var o,n,a,s,l,u=t.length,_=r.length,c=_,h=0;for(e.__k=[],o=0;o<u;o++)(n=t[o])!=null&&typeof n!="boolean"&&typeof n!="function"?(s=o+h,(n=e.__k[o]=typeof n=="string"||typeof n=="number"||typeof n=="bigint"||n.constructor==String?Ol(null,n,null,null,null):Sp(n)?Ol(ks,{children:n},null,null,null):n.constructor===void 0&&n.__b>0?Ol(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n).__=e,n.__b=e.__b+1,a=null,(l=n.__i=YB(n,r,s,c))!==-1&&(c--,(a=r[l])&&(a.__u|=2)),a==null||a.__v===null?(l==-1&&h--,typeof n.type!="function"&&(n.__u|=4)):l!==s&&(l==s-1?h--:l==s+1?h++:(l>s?h--:h++,n.__u|=4))):n=e.__k[o]=null;if(c)for(o=0;o<_;o++)(a=r[o])!=null&&!(2&a.__u)&&(a.__e==i&&(i=ea(a)),f0(a,a));return i}function h0(e,t,r){var i,o;if(typeof e.type=="function"){for(i=e.__k,o=0;i&&o<i.length;o++)i[o]&&(i[o].__=e,t=h0(i[o],t,r));return t}e.__e!=t&&(t&&e.type&&!r.contains(t)&&(t=ea(e)),r.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function YB(e,t,r,i){var o=e.key,n=e.type,a=r-1,s=r+1,l=t[r];if(l===null||l&&o==l.key&&n===l.type&&(2&l.__u)==0)return r;if((typeof n!="function"||n===ks||o)&&i>(l!=null&&(2&l.__u)==0?1:0))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&(2&l.__u)==0&&o==l.key&&n===l.type)return a;a--}if(s<t.length){if((l=t[s])&&(2&l.__u)==0&&o==l.key&&n===l.type)return s;s++}}return-1}function Mg(e,t,r){t[0]==="-"?e.setProperty(t,r??""):e[t]=r==null?"":typeof r!="number"||ZB.test(t)?r:r+"px"}function _l(e,t,r,i,o){var n,a;e:if(t==="style")if(typeof r=="string")e.style.cssText=r;else{if(typeof i=="string"&&(e.style.cssText=i=""),i)for(t in i)r&&t in r||Mg(e.style,t,"");if(r)for(t in r)i&&r[t]===i[t]||Mg(e.style,t,r[t])}else if(t[0]==="o"&&t[1]==="n")n=t!==(t=t.replace(l0,"$1")),t=t.toLowerCase()in e||t==="onFocusOut"||t==="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+n]=r,r?i?r.t=i.t:(r.t=xp,e.addEventListener(t,n?Ud:Hd,n)):e.removeEventListener(t,n?Ud:Hd,n);else{if(o=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{a=e.tagName&&e.tagName.includes("-"),e[t]=r!=null||a?r:"";break e}catch{}typeof r=="function"||(r==null||r===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&r==1?"":r))}}function Ng(e){return function(t){if(this.l){var r=this.l[t.type+e];if(t.u==null)t.u=xp++;else if(t.u<r.t)return;return r(Be.event?Be.event(t):t)}}}function Tp(e,t,r,i,o,n,a,s,l,u){var _,c,h,d,m,w,I,x,B,P,ce,ve,ge,St,Oe,Qe,Lt,_e=t.type;if(t.constructor!==void 0)return null;128&r.__u&&(l=!!(32&r.__u),n=[s=t.__e=r.__e]),(_=Be.__b)&&_(t);e:if(typeof _e=="function")try{if(x=t.props,B="prototype"in _e&&_e.prototype.render,P=(_=_e.contextType)&&i[_.__c],ce=_?P?P.props.value:_.__:i,r.__c?I=(c=t.__c=r.__c).__=c.__E:(B?t.__c=c=new _e(x,ce):(t.__c=c=new Ml(x,ce),c.constructor=_e,c.render=JB),P&&P.sub(c),c.props=x,c.state||(c.state={}),c.context=ce,c.__n=i,h=c.__d=!0,c.__h=[],c._sb=[]),B&&c.__s==null&&(c.__s=c.state),B&&_e.getDerivedStateFromProps!=null&&(c.__s==c.state&&(c.__s=eo({},c.__s)),eo(c.__s,_e.getDerivedStateFromProps(x,c.__s))),d=c.props,m=c.state,c.__v=t,h)B&&_e.getDerivedStateFromProps==null&&c.componentWillMount!=null&&c.componentWillMount(),B&&c.componentDidMount!=null&&c.__h.push(c.componentDidMount);else{if(B&&_e.getDerivedStateFromProps==null&&x!==d&&c.componentWillReceiveProps!=null&&c.componentWillReceiveProps(x,ce),!c.__e&&(c.shouldComponentUpdate!=null&&c.shouldComponentUpdate(x,c.__s,ce)===!1||t.__v===r.__v)){for(t.__v!==r.__v&&(c.props=x,c.state=c.__s,c.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.some(function(Le){Le&&(Le.__=t)}),ve=0;ve<c._sb.length;ve++)c.__h.push(c._sb[ve]);c._sb=[],c.__h.length&&a.push(c);break e}c.componentWillUpdate!=null&&c.componentWillUpdate(x,c.__s,ce),B&&c.componentDidUpdate!=null&&c.__h.push(function(){c.componentDidUpdate(d,m,w)})}if(c.context=ce,c.props=x,c.__P=e,c.__e=!1,ge=Be.__r,St=0,B){for(c.state=c.__s,c.__d=!1,ge&&ge(t),_=c.render(c.props,c.state,c.context),Oe=0;Oe<c._sb.length;Oe++)c.__h.push(c._sb[Oe]);c._sb=[]}else do c.__d=!1,ge&&ge(t),_=c.render(c.props,c.state,c.context),c.state=c.__s;while(c.__d&&++St<25);c.state=c.__s,c.getChildContext!=null&&(i=eo(eo({},i),c.getChildContext())),B&&!h&&c.getSnapshotBeforeUpdate!=null&&(w=c.getSnapshotBeforeUpdate(d,m)),s=d0(e,Sp(Qe=_!=null&&_.type===ks&&_.key==null?_.props.children:_)?Qe:[Qe],t,r,i,o,n,a,s,l,u),c.base=t.__e,t.__u&=-161,c.__h.length&&a.push(c),I&&(c.__E=c.__=null)}catch(Le){if(t.__v=null,l||n!=null)if(Le.then){for(t.__u|=l?160:128;s&&s.nodeType===8&&s.nextSibling;)s=s.nextSibling;n[n.indexOf(s)]=null,t.__e=s}else for(Lt=n.length;Lt--;)kp(n[Lt]);else t.__e=r.__e,t.__k=r.__k;Be.__e(Le,t,r)}else n==null&&t.__v===r.__v?(t.__k=r.__k,t.__e=r.__e):s=t.__e=QB(r.__e,t,r,i,o,n,a,l,u);return(_=Be.diffed)&&_(t),128&t.__u?void 0:s}function p0(e,t,r){for(var i=0;i<r.length;i++)Ip(r[i],r[++i],r[++i]);Be.__c&&Be.__c(t,e),e.some(function(o){try{e=o.__h,o.__h=[],e.some(function(n){n.call(o)})}catch(n){Be.__e(n,o.__v)}})}function QB(e,t,r,i,o,n,a,s,l){var u,_,c,h,d,m,w,I,x=r.props,B=t.props,P=t.type;if(P==="svg"?o="http://www.w3.org/2000/svg":P==="math"?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),n!=null){for(u=0;u<n.length;u++)if((d=n[u])&&"setAttribute"in d==!!P&&(P?d.localName===P:d.nodeType===3)){e=d,n[u]=null;break}}if(e==null){if(P===null)return document.createTextNode(B);e=document.createElementNS(o,P,B.is&&B),s&&(Be.__m&&Be.__m(t,n),s=!1),n=null}if(P===null)x===B||s&&e.data===B||(e.data=B);else{if(n=n&&Ku.call(e.childNodes),x=r.props||hs,!s&&n!=null)for(x={},u=0;u<e.attributes.length;u++)x[(d=e.attributes[u]).name]=d.value;for(u in x)if(d=x[u],u!="children"){if(u=="dangerouslySetInnerHTML")c=d;else if(!(u in B)){if(u=="value"&&"defaultValue"in B||u=="checked"&&"defaultChecked"in B)continue;_l(e,u,null,d,o)}}for(u in B)d=B[u],u=="children"?h=d:u=="dangerouslySetInnerHTML"?_=d:u=="value"?m=d:u=="checked"?w=d:s&&typeof d!="function"||x[u]===d||((u.startsWith("on")||u==="ref"&&typeof d=="function")&&(I=i[Object.keys(i)[0]])&&(d=d.bind(I.props.value)),_l(e,u,d,x[u],o));if(_)s||c&&(_.__html===c.__html||_.__html===e.innerHTML)||(e.innerHTML=_.__html),t.__k=[];else if(c&&(e.innerHTML=""),d0(e,Sp(h)?h:[h],t,r,i,P==="foreignObject"?"http://www.w3.org/1999/xhtml":o,n,a,n?n[0]:r.__k&&ea(r,0),s,l),n!=null)for(u=n.length;u--;)kp(n[u]);s||(u="value",P==="progress"&&m==null?e.removeAttribute("value"):m!==void 0&&(m!==e[u]||P==="progress"&&!m||P==="option"&&m!==x[u])&&_l(e,u,m,x[u],o),u="checked",w!==void 0&&w!==e[u]&&_l(e,u,w,x[u],o))}return e}function Ip(e,t,r){try{if(typeof e=="function"){var i=typeof e.__u=="function";i&&e.__u(),i&&t==null||(e.__u=e(t))}else e.current=t}catch(o){Be.__e(o,r)}}function f0(e,t,r){var i,o;if(Be.unmount&&Be.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Ip(i,null,t)),(i=e.__c)!=null){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(n){Be.__e(n,t)}i.base=i.__P=null}if(i=e.__k)for(o=0;o<i.length;o++)i[o]&&f0(i[o],t,r||typeof e.type!="function");r||kp(e.__e),e.__c=e.__=e.__e=void 0}function JB(e,t,r){return this.constructor(e,r)}function v0(e,t,r){var i,o,n,a;t===document&&(t=document.documentElement),Be.__&&Be.__(e,t),o=(i=typeof r=="function")?null:r&&r.__k||t.__k,n=[],a=[],Tp(t,e=(!i&&r||t).__k=KB(ks,null,[e]),o||hs,hs,t.namespaceURI,!i&&r?[r]:o?null:t.firstChild?Ku.call(t.childNodes):null,n,!i&&r?r:o?o.__e:t.firstChild,i,a),p0(n,e,a)}function g0(e,t){v0(e,t,g0)}function eA(e,t){var r={__c:t="__cC"+u0++,__:e,Consumer:function(i,o){return i.children(o)},Provider:function(i){var o,n;return this.getChildContext||(o=new Set,(n={})[t]=this,this.getChildContext=function(){return n},this.componentWillUnmount=function(){o=null},this.shouldComponentUpdate=function(a){this.props.value!==a.value&&o.forEach(function(s){s.__e=!0,Vd(s)})},this.sub=function(a){o.add(a);var s=a.componentWillUnmount;a.componentWillUnmount=function(){o&&o.delete(a),s&&s.call(a)}}),i.children}};return r.Provider.__=r.Consumer.contextType=r}function rA(e,t,r,i,o,n){t||(t={});var a,s,l=t;"ref"in t&&(a=t.ref,delete t.ref);var u={type:e,props:l,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--tA,__i:-1,__u:0,__source:o,__self:n};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return Be.vnode&&Be.vnode(u),u}function gA(){return this.hasFontIcon?g("span",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,role:this.effectiveAccessibleRole,"aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:g("slot",{name:"fontIcon"})}):R("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:[this.hasIconTooltip&&R("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),g("g",{role:"presentation",children:mA.call(this)})]})}function mA(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?g("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(e=>g("path",{d:e}))}function Ui(e){return e.toLowerCase()}function CA(){return R("label",{class:"ui5-label-root",onClick:this._onclick,children:[g("span",{class:"ui5-label-text-wrapper",children:g("slot",{})}),g("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})}function SA(){return R("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&R("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&Gg.call(this),R("div",{class:"ui5-busy-indicator-circles-wrapper",children:[g("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),g("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),g("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&Gg.call(this)]}),g("slot",{}),this._isBusy&&g("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}function Gg(){return g(ke,{children:this.text&&g(Pp,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}function TA(e){return R(ke,{children:[R("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":this.badge[0]?.design==="InlineText","ui5-button-badge-placement-end-top":this.badge[0]?.design==="OverlayText","ui5-button-badge-dot":this.badge[0]?.design==="AttentionDot"},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":e?.ariaPressed,"aria-valuemin":e?.ariaValueMin,"aria-valuemax":e?.ariaValueMax,"aria-valuenow":e?.ariaValueNow,"aria-valuetext":e?.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":this._computedAccessibilityAttributes?.expanded,"aria-controls":this._computedAccessibilityAttributes?.controls,"aria-haspopup":this._computedAccessibilityAttributes?.hasPopup,"aria-label":this._computedAccessibilityAttributes?.ariaLabel,"aria-keyshortcuts":this._computedAccessibilityAttributes?.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&g(rt,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),g("span",{id:`${this._id}-content`,class:"ui5-button-text",children:g("bdi",{children:g("slot",{})})}),this.endIcon&&g(rt,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&g("slot",{name:"badge"})]}),this.loading&&g(Op,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?Wg.S:Wg.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})}function zA(){return g(ke,{children:RA.call(this,this.level)})}function RA(e){switch(e){case"H1":return g("h1",{class:"ui5-title-root",children:Po.call(this)});case"H2":return g("h2",{class:"ui5-title-root",children:Po.call(this)});case"H3":return g("h3",{class:"ui5-title-root",children:Po.call(this)});case"H4":return g("h4",{class:"ui5-title-root",children:Po.call(this)});case"H5":return g("h5",{class:"ui5-title-root",children:Po.call(this)});case"H6":return g("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:Po.call(this)});default:return g("h2",{class:"ui5-title-root",children:Po.call(this)})}}function Po(){return g("span",{id:`${this._id}-inner`,children:g("slot",{})})}function $A(e){return"isUI5Element"in e&&"_show"in e}function JA(){return g("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function el(e){return R(ke,{children:[JA.call(this),R("section",{"root-element":!0,style:this.styles.root,class:this.classes.root,role:this._role,"aria-describedby":this.ariaDescribedByIds,"aria-modal":this._ariaModal,"aria-label":this._ariaLabel,"aria-labelledby":this._ariaLabelledBy,onKeyDown:this._onkeydown,onFocusOut:this._onfocusout,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,children:[g("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(e?.beforeContent||eE).call(this),g("div",{style:this.styles.content,class:this.classes.content,role:this._contentRole,"aria-label":this._contentAriaLabel,onScroll:this._scroll,part:"content",children:g("slot",{})}),this.ariaDescriptionText&&g("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(e?.afterContent||tE).call(this),g("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function eE(){}function tE(){}function nE(e){nu?.addOpenedPopup(e)}function aE(e){nu?.removeOpenedPopup(e)}function w_(){return el.call(this,{beforeContent:zE,afterContent:RE})}function zE(){return R(ke,{children:[g("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&g("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?g("slot",{name:"header"}):g(Tn,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function RE(){return R(ke,{children:[this._displayFooter&&!!this.footer.length&&g("footer",{class:"ui5-popup-footer-root",part:"footer",children:g("slot",{name:"footer"})}),this._showResizeHandle&&g("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:g(rt,{name:"resize-corner"})})]})}function $E(){return R("a",{part:"root",class:"ui5-link-root",role:this.effectiveAccRole,href:this.parsedRef,target:this.target,rel:this._rel,tabindex:this.effectiveTabIndex,title:this.tooltip,"aria-disabled":this.disabled,"aria-label":this.ariaLabelText,"aria-haspopup":this._hasPopup,"aria-expanded":this.accessibilityAttributes.expanded,"aria-current":this.accessibilityAttributes.current,"aria-description":this.ariaDescriptionText,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.icon&&g(rt,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),g("span",{class:"ui5-link-text",children:g("slot",{})}),this.hasLinkType&&g("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&g(rt,{class:"ui5-link-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"})]})}function QE(e){let t=e?.suggestionsList,r=e?.mobileHeader;return R(ke,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:t,mobileHeader:r,valueStateMessage:Yg,valueStateMessageInputIcon:Qg}),this.hasValueStateMessage&&g(tl,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:Oo.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:R("div",{slot:"header",class:this.classes.popoverValueState,children:[g(rt,{class:"ui5-input-value-state-message-icon",name:Qg.call(this)}),this.valueStateOpen&&Yg.call(this)]})})]})}function Yg(){return g(ke,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:g("slot",{name:"valueStateMessage"})})}function Qg(){let e={Negative:OE,Critical:ME,Positive:NE,Information:LE};return this.valueState!==be.None?e[this.valueState]:""}function JE(e){let t=e?.suggestionsList,r=e?.mobileHeader,i=e?.preContent||e3,o=e?.postContent||t3;return R(ke,{children:[g("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:R("div",{class:"ui5-input-content",children:[i.call(this),g("input",{id:"inner",part:"input",class:"ui5-input-inner",style:this.styles.innerInput,type:this.inputNativeType,"inner-input":!0,"inner-input-with-icon":this.iconsCount>0,disabled:this.disabled,readonly:this._readonly,value:this.value,required:this.required,placeholder:this._placeholder,maxlength:this.maxlength,role:this.accInfo.role,enterkeyhint:this.hint,"aria-controls":this.accInfo.ariaControls,"aria-invalid":this.accInfo.ariaInvalid,"aria-haspopup":this.accInfo.ariaHasPopup,"aria-describedby":this.accInfo.ariaDescribedBy,"aria-roledescription":this.accInfo.ariaRoledescription,"aria-autocomplete":this.accInfo.ariaAutoComplete,"aria-expanded":this.accInfo.ariaExpanded,"aria-label":this.accInfo.ariaLabel,"aria-required":this.required,autocomplete:"off","data-sap-focus-ref":!0,step:this.nativeInputAttributes.step,min:this.nativeInputAttributes.min,max:this.nativeInputAttributes.max,onInput:this._handleNativeInput,onChange:this._handleChange,onSelect:this._handleSelect,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._click,onFocusIn:this.innerFocusIn}),this._effectiveShowClearIcon&&g("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:g(rt,{part:"clear-icon",class:"ui5-input-clear-icon",name:"decline",tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&g("div",{class:"ui5-input-icon-root",tabindex:-1,children:g("slot",{name:"icon"})}),g("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),o.call(this),this._effectiveShowSuggestions&&R(ke,{children:[g("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),g("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),g("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&g("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&g("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&g("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&g("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),QE.call(this,{suggestionsList:t,mobileHeader:r})]})}function e3(){}function t3(){}function C3(e,t,r,i,o={}){let n=oa.getDraggedElement(),a={targetReference:null,placement:null};if(!n&&!o?.crossDnD)return a;let s=r.placements;return a.targetReference=e.target,s.some(l=>{let u=o.originalEvent?{originalEvent:e}:{};return t.fireDecoratorEvent("move-over",te(D({},u),{source:{element:n},destination:{element:i,placement:l}}))?!1:(e.preventDefault(),a.targetReference=r.element,a.placement=l,!0)})||(a.targetReference=null),a}function S3(e,t,r,i,o={}){e.preventDefault();let n=oa.getDraggedElement();if(!n&&o?.crossDnD)return;let a=o.originalEvent?{originalEvent:e}:{};t.fireDecoratorEvent("move",te(D({},a),{source:{element:n},destination:{element:r,placement:i}})),n?.focus()}function E3(){return R("div",{part:"native-li",role:this.effectiveAccRole,tabindex:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0,class:D({"ui5-ghli-root":!0},this.classes.main),"aria-label":this.ariaLabelText,"aria-roledescription":this.groupHeaderText,onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,children:[g("div",{id:`${this._id}-content`,class:"ui5-li-content",children:D3.call(this)}),this.hasSubItems&&g("slot",{name:"subItems"})]})}function D3(){return this.wrappingType===h1.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):g("span",{part:"title",class:"ui5-ghli-title",children:g("slot",{})})}function O3(){return g("div",{class:{"ui5-di-rect":this.placement===mt.On,"ui5-di-needle":this.placement!==mt.On}})}function N3(){return R(ke,{children:[this.hasHeader&&R(k_,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:f1.ListItem,children:[this.hasFormattedHeader?g("slot",{name:"header"}):this.headerText,g("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),R("div",{class:"ui5-group-li-root",onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,id:`${this._id}-content`,children:[g("slot",{}),g(nl,{orientation:"Horizontal",ownerReference:this})]})]})}function K3(){return g("div",{class:"ui5-list-root",onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,"onui5-_close":this.onItemClose,"onui5-toggle":this.onItemToggle,"onui5-request-tabindex-change":this.onItemTabIndexChange,"onui5-_focused":this.onItemFocused,"onui5-forward-after":this.onForwardAfter,"onui5-forward-before":this.onForwardBefore,"onui5-selection-requested":this.onSelectionRequested,"onui5-focus-requested":this.onFocusRequested,"onui5-_press":this.onItemPress,children:R(Op,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[R("div",{class:"ui5-list-container",children:[this.header.length>0&&g("slot",{name:"header"}),this.shouldRenderH1&&g("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),R("div",{class:"ui5-list-scroll-container",children:[g("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&g("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),g("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),R("ul",{id:`${this._id}-listUl`,class:"ui5-list-ul",role:this.listAccessibleRole,"aria-label":this.ariaLabelTxt,"aria-labelledby":this.ariaLabelledBy,"aria-description":this.ariaDescriptionText||void 0,children:[g("slot",{}),this.showNoDataText&&g("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:g("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&X3.call(this),this.footerText&&g("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&g("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),g("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),g(nl,{orientation:"Horizontal",ownerReference:this})]})})}function X3(){return R("div",{class:"ui5-growing-button",part:"growing-button",children:[R("div",{id:`${this._id}-growing-btn`,role:"button",tabindex:0,part:"growing-button-inner",class:{"ui5-growing-button-inner":!0,"ui5-growing-button-inner-active":this._loadMoreActive},"aria-label":this.growingButtonAriaLabel,"aria-labelledby":this.growingButtonAriaLabelledBy,"aria-describedby":this.growingButtonAriaDescribedBy,onClick:this._onLoadMoreClick,onKeyDown:this._onLoadMoreKeydown,onKeyUp:this._onLoadMoreKeyup,onMouseDown:this._onLoadMoreMousedown,onMouseUp:this._onLoadMoreMouseup,children:[this.loading&&g(Op,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),g("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&g("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}function oD(){return R("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[R("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&$t()},children:[R("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[g("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),g("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),g("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&g(Pp,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&g("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})}function dD(){return R("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&$t()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[this.isDisplayOnly?g("div",{class:"ui5-checkbox-display-only-icon-inner",children:g(rt,{"aria-hidden":"true",name:hD.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}):g("div",{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&g(rt,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),this.accInfo.role==="checkbox"&&g("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&g(Pp,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&g("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})}function hD(){return this.isCompletelyChecked?uD:this.checked&&this.indeterminate?_D:cD}function vD(e){let t=D(D({},fD),e);return R("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[t.listItemPreContent.call(this),this.placeSelectionElementBefore&&k1.call(this),this._hasHighlightColor&&g("div",{class:"ui5-li-highlight"}),R("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[t.imageBegin.call(this),t.iconBegin.call(this),t.listItemContent.call(this)]}),t.iconEnd.call(this),this.typeDetail&&g("div",{class:"ui5-li-detailbtn",children:g(Ur,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:Q3})}),this.typeNavigation&&g(rt,{name:rD}),this.navigated&&g("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&t.selectionElement.call(this),g("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),g("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function gD(){}function mD(){}function bD(){}function yD(){}function wD(){}function k1(){switch(!0){case this.modeSingleSelect:return g(aD,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return g(pD,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return g("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?g("slot",{name:"deleteButton"}):g(Ur,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:V0,onClick:this.onDelete,tooltip:this.deleteText})})}}function xD(e){let t=D(D({},CD),e);return vD.call(this,t)}function SD(){return g("slot",{})}function M(e){let t=Ht;return Ht=e,t}function MD(){return Ht}function rc(e){if(Fl)throw new Error("");if(Ht===null)return;Ht.consumerOnSignalRead(e);let t=Ht.producersTail;if(t!==void 0&&t.producer===e)return;let r,i=Ht.recomputing;if(i&&(r=t!==void 0?t.nextProducer:Ht.producers,r!==void 0&&r.producer===e)){Ht.producersTail=r,r.lastReadVersion=e.version,r.knownValidAtEpoch=qo;return}let o=e.consumersTail;if(o!==void 0&&o.consumer===Ht&&(!i||o.knownValidAtEpoch===qo))return;let n=Ca(Ht),a={producer:e,consumer:Ht,nextProducer:r,prevConsumer:void 0,knownValidAtEpoch:qo,lastReadVersion:e.version,nextConsumer:void 0};Ht.producersTail=a,t!==void 0?t.nextProducer=a:Ht.producers=a,n&&A1(e,a)}function ND(){qo++}function Bs(e){if(!(Ca(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===qo)){if(!e.producerMustRecompute(e)&&!Fp(e)){au(e);return}e.producerRecomputeValue(e),au(e)}}function I1(e){if(e.consumers===void 0)return;let t=Fl;Fl=!0;try{for(let r=e.consumers;r!==void 0;r=r.nextConsumer){let i=r.consumer;i.dirty||LD(i)}}finally{Fl=t}}function B1(){return Ht?.consumerAllowSignalWrites!==!1}function LD(e){e.dirty=!0,I1(e),e.consumerMarkedDirty?.(e)}function au(e){e.dirty=!1,e.lastCleanEpoch=qo}function fs(e){return e&&FD(e),M(e)}function FD(e){if(e.producersTail?.knownValidAtEpoch===qo){let t=e.producers;for(;t!==void 0;)t.knownValidAtEpoch=null,t=t.nextProducer}e.producersTail=void 0,e.recomputing=!0}function ic(e,t){M(t),e&&$D(e)}function $D(e){e.recomputing=!1;let t=e.producersTail,r=t!==void 0?t.nextProducer:e.producers;if(r!==void 0){if(Ca(e))do r=$p(r);while(r!==void 0);t!==void 0?t.nextProducer=void 0:e.producers=void 0}}function Fp(e){for(let t=e.producers;t!==void 0;t=t.nextProducer){let r=t.producer,i=t.lastReadVersion;if(i!==r.version||(Bs(r),i!==r.version))return!0}return!1}function oc(e){if(Ca(e)){let t=e.producers;for(;t!==void 0;)t=$p(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function A1(e,t){let r=e.consumersTail,i=Ca(e);if(r!==void 0?(t.nextConsumer=r.nextConsumer,r.nextConsumer=t):(t.nextConsumer=void 0,e.consumers=t),t.prevConsumer=r,e.consumersTail=t,!i)for(let o=e.producers;o!==void 0;o=o.nextProducer)A1(o.producer,o)}function $p(e){let t=e.producer,r=e.nextProducer,i=e.nextConsumer,o=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,i!==void 0?i.prevConsumer=o:t.consumersTail=o,o!==void 0)o.nextConsumer=i;else if(t.consumers=i,!Ca(t)){let n=t.producers;for(;n!==void 0;)n=$p(n)}return r}function Ca(e){return e.consumerIsAlwaysLive||e.consumers!==void 0}function Hp(e){OD?.(e)}function Up(e,t){return Object.is(e,t)}function HD(e,t){let r=Object.create(UD);r.computation=e,t!==void 0&&(r.equal=t);let i=()=>{if(Bs(r),rc(r),r.value===wi)throw r.error;return r.value};return i[Jt]=r,Hp(r),i}function VD(){throw new Error}function D1(e){E1(e)}function jD(e){E1=e}function GD(e,t){let r=Object.create(R1);r.value=e,t!==void 0&&(r.equal=t);let i=()=>WD(r);return i[Jt]=r,Hp(r),[i,o=>nc(r,o),o=>z1(r,o)]}function WD(e){return rc(e),e.value}function nc(e,t){B1()||D1(e),e.equal(e.value,t)||(e.value=t,ZD(e))}function z1(e,t){B1()||D1(e),nc(e,t(e.value))}function ZD(e){e.version++,ND(),I1(e),qD?.(e)}function XD(e){if(e.dirty=!1,e.version>0&&!Fp(e))return;e.version++;let t=fs(e);try{e.cleanup(),e.fn()}finally{ic(e,t)}}function P1(){return oh}function Qi(e){let t=oh;return oh=e,t}function Vp(e){return e===YD||e?.name==="\u0275NotFound"}function _m(e,t,r){let i=Object.create(JD);i.source=e,i.computation=t,r!=null&&(i.equal=r);let o=()=>{if(Bs(i),rc(i),i.value===wi)throw i.error;return i.value};return o[Jt]=i,Hp(i),o}function dm(e,t){Bs(e),nc(e,t),au(e)}function QD(e,t){if(Bs(e),e.value===wi)throw e.error;z1(e,t),au(e)}function e7(e){let t=M(null);try{return e()}finally{M(t)}}function je(e){return typeof e=="function"}function jp(e){let t=e(r=>{Error.call(r),r.stack=new Error().stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}function nh(e,t){if(e){let r=e.indexOf(t);0<=r&&e.splice(r,1)}}function M1(e){return e instanceof Si||e&&"closed"in e&&je(e.remove)&&je(e.add)&&je(e.unsubscribe)}function hm(e){je(e)?e():e.unsubscribe()}function N1(e){su.setTimeout(()=>{let{onUnhandledError:t}=nn;if(t)t(e);else throw e})}function sh(){}function r7(e){return qp("E",void 0,e)}function i7(e){return qp("N",e,void 0)}function qp(e,t,r){return{kind:e,value:t,error:r}}function $l(e){if(nn.useDeprecatedSynchronousErrorHandling){let t=!Uo;if(t&&(Uo={errorThrown:!1,error:null}),e(),t){let{errorThrown:r,error:i}=Uo;if(Uo=null,r)throw i}}else e()}function o7(e){nn.useDeprecatedSynchronousErrorHandling&&Uo&&(Uo.errorThrown=!0,Uo.error=e)}function rd(e,t){return n7.call(e,t)}function fl(e){nn.useDeprecatedSynchronousErrorHandling?o7(e):N1(e)}function s7(e){throw e}function id(e,t){let{onStoppedNotification:r}=nn;r&&su.setTimeout(()=>r(e,t))}function Zp(e){return e}function u7(e){return e.length===0?Zp:e.length===1?e[0]:function(t){return e.reduce((r,i)=>i(r),t)}}function pm(e){var t;return(t=e??nn.Promise)!==null&&t!==void 0?t:Promise}function c7(e){return e&&je(e.next)&&je(e.error)&&je(e.complete)}function _7(e){return e&&e instanceof Gp||c7(e)&&M1(e)}function d7(e){return je(e?.lift)}function Ei(e){return t=>{if(d7(t))return t.lift(function(r){try{return e(r,this)}catch(i){this.error(i)}});throw new TypeError("Unable to lift unknown Observable type")}}function Qr(e,t,r,i,o){return new h7(e,t,r,i,o)}function g7(e){return e&&je(e.schedule)}function Kp(e){return e[e.length-1]}function m7(e){return je(Kp(e))?e.pop():void 0}function U1(e){return g7(Kp(e))?e.pop():void 0}function b7(e,t){return typeof Kp(e)=="number"?e.pop():t}function y7(e,t,r,i){function o(n){return n instanceof r?n:new r(function(a){a(n)})}return new(r||(r=Promise))(function(n,a){function s(_){try{u(i.next(_))}catch(c){a(c)}}function l(_){try{u(i.throw(_))}catch(c){a(c)}}function u(_){_.done?n(_.value):o(_.value).then(s,l)}u((i=i.apply(e,t||[])).next())})}function fm(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],i=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function jn(e){return this instanceof jn?(this.v=e,this):new jn(e)}function w7(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=r.apply(e,t||[]),o,n=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",a),o[Symbol.asyncIterator]=function(){return this},o;function a(d){return function(m){return Promise.resolve(m).then(d,c)}}function s(d,m){i[d]&&(o[d]=function(w){return new Promise(function(I,x){n.push([d,w,I,x])>1||l(d,w)})},m&&(o[d]=m(o[d])))}function l(d,m){try{u(i[d](m))}catch(w){h(n[0][3],w)}}function u(d){d.value instanceof jn?Promise.resolve(d.value.v).then(_,c):h(n[0][2],d)}function _(d){l("next",d)}function c(d){l("throw",d)}function h(d,m){d(m),n.shift(),n.length&&l(n[0][0],n[0][1])}}function C7(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof fm=="function"?fm(e):e[Symbol.iterator](),r={},i("next"),i("throw"),i("return"),r[Symbol.asyncIterator]=function(){return this},r);function i(n){r[n]=e[n]&&function(a){return new Promise(function(s,l){a=e[n](a),o(s,l,a.done,a.value)})}}function o(n,a,s,l){Promise.resolve(l).then(function(u){n({value:u,done:s})},a)}}function j1(e){return je(e?.then)}function q1(e){return je(e[Wp])}function G1(e){return Symbol.asyncIterator&&je(e?.[Symbol.asyncIterator])}function W1(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function x7(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}function K1(e){return je(e?.[Z1])}function X1(e){return w7(this,arguments,function*(){let t=e.getReader();try{for(;;){let{value:r,done:i}=yield jn(t.read());if(i)return yield jn(void 0);yield yield jn(r)}}finally{t.releaseLock()}})}function Y1(e){return je(e?.getReader)}function Di(e){if(e instanceof dt)return e;if(e!=null){if(q1(e))return S7(e);if(V1(e))return k7(e);if(j1(e))return T7(e);if(G1(e))return Q1(e);if(K1(e))return I7(e);if(Y1(e))return B7(e)}throw W1(e)}function S7(e){return new dt(t=>{let r=e[Wp]();if(je(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function k7(e){return new dt(t=>{for(let r=0;r<e.length&&!t.closed;r++)t.next(e[r]);t.complete()})}function T7(e){return new dt(t=>{e.then(r=>{t.closed||(t.next(r),t.complete())},r=>t.error(r)).then(null,N1)})}function I7(e){return new dt(t=>{for(let r of e)if(t.next(r),t.closed)return;t.complete()})}function Q1(e){return new dt(t=>{A7(e,t).catch(r=>t.error(r))})}function B7(e){return Q1(X1(e))}function A7(e,t){var r,i,o,n;return y7(this,void 0,void 0,function*(){try{for(r=C7(e);i=yield r.next(),!i.done;){let a=i.value;if(t.next(a),t.closed)return}}catch(a){o={error:a}}finally{try{i&&!i.done&&(n=r.return)&&(yield n.call(r))}finally{if(o)throw o.error}}t.complete()})}function io(e,t,r,i=0,o=!1){let n=t.schedule(function(){r(),o?e.add(this.schedule(null,i)):this.unsubscribe()},i);if(e.add(n),!o)return n}function J1(e,t=0){return Ei((r,i)=>{r.subscribe(Qr(i,o=>io(i,e,()=>i.next(o),t),()=>io(i,e,()=>i.complete(),t),o=>io(i,e,()=>i.error(o),t)))})}function ey(e,t=0){return Ei((r,i)=>{i.add(e.schedule(()=>r.subscribe(i),t))})}function E7(e,t){return Di(e).pipe(ey(t),J1(t))}function D7(e,t){return Di(e).pipe(ey(t),J1(t))}function z7(e,t){return new dt(r=>{let i=0;return t.schedule(function(){i===e.length?r.complete():(r.next(e[i++]),r.closed||this.schedule())})})}function R7(e,t){return new dt(r=>{let i;return io(r,t,()=>{i=e[Z1](),io(r,t,()=>{let o,n;try{({value:o,done:n}=i.next())}catch(a){r.error(a);return}n?r.complete():r.next(o)},0,!0)}),()=>je(i?.return)&&i.return()})}function ty(e,t){if(!e)throw new Error("Iterable cannot be null");return new dt(r=>{io(r,t,()=>{let i=e[Symbol.asyncIterator]();io(r,t,()=>{i.next().then(o=>{o.done?r.complete():r.next(o.value)})},0,!0)})})}function P7(e,t){return ty(X1(e),t)}function O7(e,t){if(e!=null){if(q1(e))return E7(e,t);if(V1(e))return z7(e,t);if(j1(e))return D7(e,t);if(G1(e))return ty(e,t);if(K1(e))return R7(e,t);if(Y1(e))return P7(e,t)}throw W1(e)}function Xp(e,t){return t?O7(e,t):Di(e)}function M7(...e){return Xp(e,U1(e))}function L7(e,t){let r=typeof t=="object";return new Promise((i,o)=>{let n=!1,a;e.subscribe({next:s=>{a=s,n=!0},error:o,complete:()=>{n?i(a):r?i(t.defaultValue):o(new N7)}})})}function to(e,t){return Ei((r,i)=>{let o=0;r.subscribe(Qr(i,n=>{i.next(e.call(t,n,o++))}))})}function $7(e,t){return F7(t)?e(...t):e(t)}function H7(e){return to(t=>$7(e,t))}function G7(e){if(e.length===1){let t=e[0];if(U7(t))return{args:t,keys:null};if(W7(t)){let r=q7(t);return{args:r.map(i=>t[i]),keys:r}}}return{args:e,keys:null}}function W7(e){return e&&typeof e=="object"&&V7(e)===j7}function Z7(e,t){return e.reduce((r,i,o)=>(r[i]=t[o],r),{})}function K7(e,t,r,i,o,n,a,s){let l=[],u=0,_=0,c=!1,h=()=>{c&&!l.length&&!u&&t.complete()},d=w=>u<i?m(w):l.push(w),m=w=>{n&&t.next(w),u++;let I=!1;Di(r(w,_++)).subscribe(Qr(t,x=>{o?.(x),n?d(x):t.next(x)},()=>{I=!0},void 0,()=>{if(I)try{for(u--;l.length&&u<i;){let x=l.shift();a?io(t,a,()=>m(x)):m(x)}h()}catch(x){t.error(x)}}))};return e.subscribe(Qr(t,d,()=>{c=!0,h()})),()=>{s?.()}}function lu(e,t,r=1/0){return je(t)?lu((i,o)=>to((n,a)=>t(i,n,o,a))(Di(e(i,o))),r):(typeof t=="number"&&(r=t),Ei((i,o)=>K7(i,o,e,r)))}function X7(e=1/0){return lu(Zp,e)}function Y7(...e){let t=m7(e),{args:r,keys:i}=G7(e),o=new dt(n=>{let{length:a}=r;if(!a){n.complete();return}let s=new Array(a),l=a,u=a;for(let _=0;_<a;_++){let c=!1;Di(r[_]).subscribe(Qr(n,h=>{c||(c=!0,u--),s[_]=h},()=>l--,void 0,()=>{(!l||!c)&&(u||n.next(i?Z7(i,s):s),n.complete())}))}});return t?o.pipe(H7(t)):o}function Q7(...e){let t=U1(e),r=b7(e,1/0),i=e;return i.length?i.length===1?Di(i[0]):X7(r)(Xp(i,t)):v7}function J7(e,t){return Ei((r,i)=>{let o=0;r.subscribe(Qr(i,n=>e.call(t,n,o++)&&i.next(n)))})}function ez(e,t){return je(t)?lu(e,t,1):lu(e,1)}function tz(e){return Ei((t,r)=>{try{t.subscribe(r)}finally{r.add(e)}})}function rz(e,t){return Ei((r,i)=>{let o=null,n=0,a=!1,s=()=>a&&!o&&i.complete();r.subscribe(Qr(i,l=>{o?.unsubscribe();let u=0,_=n++;Di(e(l,_)).subscribe(o=Qr(i,c=>i.next(t?t(l,c,_,u++):c),()=>{o=null,s()}))},()=>{a=!0,s()}))})}function iz(e){return Ei((t,r)=>{Di(e).subscribe(Qr(r,()=>r.complete(),sh)),!r.closed&&t.subscribe(r)})}function oz(e,t,r){let i=je(e)||t||r?{next:e,error:t,complete:r}:e;return i?Ei((o,n)=>{var a;(a=i.subscribe)===null||a===void 0||a.call(i);let s=!0;o.subscribe(Qr(n,l=>{var u;(u=i.next)===null||u===void 0||u.call(i,l),n.next(l)},()=>{var l;s=!1,(l=i.complete)===null||l===void 0||l.call(i),n.complete()},l=>{var u;s=!1,(u=i.error)===null||u===void 0||u.call(i,l),n.error(l)},()=>{var l,u;s&&((l=i.unsubscribe)===null||l===void 0||l.call(i)),(u=i.finalize)===null||u===void 0||u.call(i)}))}):Zp}function nz(e){return`NG0${Math.abs(e)}`}function iy(e,t){return`${nz(e)}${t?": "+t:""}`}function Ce(e){for(let t in e)if(e[t]===Ce)return t;throw Error("")}function az(e,t){for(let r in t)t.hasOwnProperty(r)&&!e.hasOwnProperty(r)&&(e[r]=t[r])}function oy(e){if(typeof e=="string")return e;if(Array.isArray(e))return`[${e.map(oy).join(", ")}]`;if(e==null)return""+e;let t=e.overriddenName||e.name;if(t)return`${t}`;let r=e.toString();if(r==null)return""+r;let i=r.indexOf(`
|
|
7
|
+
`);return i>=0?r.slice(0,i):r}function vm(e,t){return e?t?`${e} ${t}`:e:t||""}function sn(e){return e.__forward_ref__=sn,e}function It(e){return ny(e)?e():e}function ny(e){return typeof e=="function"&&e.hasOwnProperty(sz)&&e.__forward_ref__===sn}function xe(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ay(e){return{providers:e.providers||[],imports:e.imports||[]}}function Yp(e){return lz(e,sy)}function lz(e,t){return e.hasOwnProperty(t)&&e[t]||null}function uz(e){return(e?.[sy]??null)||null}function gm(e){return e&&e.hasOwnProperty(mm)?e[mm]:null}function ly(e){return e&&!!e.\u0275providers}function As(e){return Jp(e,"@Component"),e[uh]||null}function Qp(e){return Jp(e,"@Directive"),e[ch]||null}function _z(e){return Jp(e,"@Pipe"),e[cz]||null}function Jp(e,t){if(e==null)throw new $(-919,!1)}function aa(e){return typeof e=="string"?e:e==null?"":String(e)}function cy(e,t){return _y("",-200,t)}function ef(e,t){throw new $(-201,!1)}function _y(e,t,r){let i=new $(t,e);return i[uy]=t,i[dz]=e,r&&(i[hz]=r),i}function pz(e){return e[uy]}function dy(){return _h}function Wt(e){let t=_h;return _h=e,t}function hy(e,t,r){let i=Yp(e);if(i&&i.providedIn=="root")return i.value===void 0?i.value=i.factory():i.value;if(r&8)return null;if(t!==void 0)return t;ef(e,"")}function gz(e,t=0){let r=P1();if(r===void 0)throw new $(-203,!1);if(r===null)return hy(e,void 0,t);{let i=mz(t),o=r.retrieve(e,i);if(Vp(o)){if(i.optional)return null;throw o}return o}}function ne(e,t=0){return(dy()||gz)(It(e),t)}function S(e,t){return ne(e,vs(t))}function vs(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function mz(e){return{optional:!!(e&8),host:!!(e&1),self:!!(e&2),skipSelf:!!(e&4)}}function dh(e){let t=[];for(let r=0;r<e.length;r++){let i=It(e[r]);if(Array.isArray(i)){if(i.length===0)throw new $(900,!1);let o,n=0;for(let a=0;a<i.length;a++){let s=i[a],l=bz(s);typeof l=="number"?l===-1?o=s.token:n|=l:o=s}t.push(ne(o,n))}else t.push(ne(i))}return t}function bz(e){return e[fz]}function Xo(e,t){return e.hasOwnProperty(uu)?e[uu]:null}function tf(e,t){e.forEach(r=>Array.isArray(r)?tf(r,t):t(r))}function yz(e,t,r){t>=e.length?e.push(r):e.splice(t,0,r)}function py(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function wz(e,t){let r=[];for(let i=0;i<e;i++)r.push(t);return r}function Cz(e,t,r,i){let o=e.length;if(o==t)e.push(r,i);else if(o===1)e.push(i,e[0]),e[0]=r;else{for(o--,e.push(e[o-1],e[o]);o>t;)e[o]=e[o-2],o--;e[t]=r,e[t+1]=i}}function xz(e,t,r){let i=Es(e,t);return i>=0?e[i|1]=r:(i=~i,Cz(e,i,t,r)),i}function od(e,t){let r=Es(e,t);if(r>=0)return e[r|1]}function Es(e,t){return Sz(e,t,1)}function Sz(e,t,r){let i=0,o=e.length>>r;for(;o!==i;){let n=i+(o-i>>1),a=e[n<<r];if(t===a)return n<<r;a>t?o=n:i=n+1}return~(o<<r)}function gy(e){return{\u0275providers:e}}function kz(...e){return{\u0275providers:my(!0,e),\u0275fromNgModule:!0}}function my(e,...t){let r=[],i=new Set,o,n=a=>{r.push(a)};return tf(t,a=>{let s=a;hh(s,n,[],i)&&(o||=[],o.push(s))}),o!==void 0&&by(o,n),r}function by(e,t){for(let r=0;r<e.length;r++){let{ngModule:i,providers:o}=e[r];of(o,n=>{t(n,i)})}}function hh(e,t,r,i){if(e=It(e),!e)return!1;let o=null,n=gm(e),a=!n&&As(e);if(!n&&!a){let l=e.ngModule;if(n=gm(l),n)o=l;else return!1}else{if(a&&!a.standalone)return!1;o=e}let s=i.has(o);if(a){if(s)return!1;if(i.add(o),a.dependencies){let l=typeof a.dependencies=="function"?a.dependencies():a.dependencies;for(let u of l)hh(u,t,r,i)}}else if(n){if(n.imports!=null&&!s){i.add(o);let u;tf(n.imports,_=>{hh(_,t,r,i)&&(u||=[],u.push(_))}),u!==void 0&&by(u,t)}if(!s){let u=Xo(o)||(()=>new o);t({provide:o,useFactory:u,deps:cr},o),t({provide:fy,useValue:o,multi:!0},o),t({provide:rf,useValue:()=>ne(o),multi:!0},o)}let l=n.providers;if(l!=null&&!s){let u=e;of(l,_=>{t(_,u)})}}else return!1;return o!==e&&e.providers!==void 0}function of(e,t){for(let r of e)ly(r)&&(r=r.\u0275providers),Array.isArray(r)?of(r,t):t(r)}function yy(e){return e!==null&&typeof e=="object"&&Tz in e}function Iz(e){return!!(e&&e.useExisting)}function Bz(e){return!!(e&&e.useFactory)}function sa(e){return typeof e=="function"}function Az(e){return!!e.useClass}function sc(){return nd===void 0&&(nd=new vy),nd}function ph(e){let t=Yp(e),r=t!==null?t.factory:Xo(e);if(r!==null)return r;if(e instanceof U)throw new $(-204,!1);if(e instanceof Function)return Ez(e);throw new $(-204,!1)}function Ez(e){if(e.length>0)throw new $(-204,!1);let t=uz(e);return t!==null?()=>t.factory(e):()=>new e}function Dz(e){return yy(e)?Mn(void 0,e.useValue):Mn(wy(e),Hl)}function wy(e,t,r){let i;if(sa(e)){let o=It(e);return Xo(o)||ph(o)}else if(yy(e))i=()=>It(e.useValue);else if(Bz(e))i=()=>e.useFactory(...dh(e.deps||[]));else if(Iz(e))i=(o,n)=>ne(It(e.useExisting),n!==void 0&&n&8?8:void 0);else{let o=It(e&&(e.useClass||e.provide));if(zz(e))i=()=>new o(...dh(e.deps));else return Xo(o)||ph(o)}return i}function is(e){if(e.destroyed)throw new $(-205,!1)}function Mn(e,t,r=!1){return{factory:e,value:t,multi:r?[]:void 0}}function zz(e){return!!e.deps}function Rz(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function Pz(e){return typeof e=="function"||typeof e=="object"&&e.ngMetadataName==="InjectionToken"}function fh(e,t){for(let r of e)Array.isArray(r)?fh(r,t):r&&ly(r)?fh(r.\u0275providers,t):t(r)}function ri(e,t){let r;e instanceof af?(is(e),r=e):r=new vz(e);let i=Qi(r),o=Wt(void 0);try{return t()}finally{Qi(i),Wt(o)}}function Oz(){return dy()!==void 0||P1()!=null}function no(e){return Array.isArray(e)&&typeof e[xy]=="object"}function mo(e){return Array.isArray(e)&&e[xy]===!0}function Sy(e){return(e.flags&4)!==0}function un(e){return e.componentOffset>-1}function sf(e){return(e.flags&1)===1}function ei(e){return!!e.template}function du(e){return(e[L]&512)!==0}function xa(e){return(e[L]&256)===256}function Xt(e){for(;Array.isArray(e);)e=e[zi];return e}function Iy(e,t){return Xt(t[e])}function ii(e,t){return Xt(t[e.index])}function lf(e,t){return e.data[t]}function By(e,t){return e[t]}function uf(e,t,r,i){r>=e.data.length&&(e.data[r]=null,e.blueprint[r]=null),t[r]=i}function ti(e,t){let r=t[e];return no(r)?r:r[zi]}function cf(e){return(e[L]&128)===128}function Ii(e,t){return t==null?null:e[t]}function Ay(e){e[Nn]=0}function _f(e){e[L]&1024||(e[L]|=1024,cf(e)&&Sa(e))}function Lz(e,t){for(;e>0;)t=t[ln],e--;return t}function ms(e){return!!(e[L]&9216||e[hr]?.dirty)}function vh(e){e[Jr].changeDetectionScheduler?.notify(8),e[L]&64&&(e[L]|=1024),ms(e)&&Sa(e)}function Sa(e){e[Jr].changeDetectionScheduler?.notify(0);let t=Jo(e);for(;t!==null&&!(t[L]&8192||(t[L]|=8192,!cf(t)));)t=Jo(t)}function df(e,t){if(xa(e))throw new $(911,!1);e[oo]===null&&(e[oo]=[]),e[oo].push(t)}function Fz(e,t){if(e[oo]===null)return;let r=e[oo].indexOf(t);r!==-1&&e[oo].splice(r,1)}function Jo(e){let t=e[er];return mo(t)?t[er]:t}function $z(e){return e[cu]??=[]}function Hz(e){return e.cleanup??=[]}function Uz(){return G.lFrame.elementDepthCount}function Vz(){G.lFrame.elementDepthCount++}function Ey(){G.lFrame.elementDepthCount--}function jz(){return G.bindingsEnabled}function Dy(){return G.skipHydrationRootTNode!==null}function zy(e){return G.skipHydrationRootTNode===e}function Ry(){G.skipHydrationRootTNode=null}function Z(){return G.lFrame.lView}function ht(){return G.lFrame.tView}function hu(e){return G.lFrame.contextLView=e,e[ct]}function pu(e){return G.lFrame.contextLView=null,e}function Mr(){let e=Py();for(;e!==null&&e.type===64;)e=e.parent;return e}function Py(){return G.lFrame.currentTNode}function qz(){let e=G.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function ka(e,t){let r=G.lFrame;r.currentTNode=e,r.isParent=t}function Oy(){return G.lFrame.isParent}function My(){G.lFrame.isParent=!1}function Gz(){return G.lFrame.contextLView}function Ny(){return gh}function fu(e){let t=gh;return gh=e,t}function Wz(){let e=G.lFrame,t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Zz(){return G.lFrame.bindingIndex}function Kz(e){return G.lFrame.bindingIndex=e}function cn(){return G.lFrame.bindingIndex++}function Ly(e){let t=G.lFrame,r=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,r}function Xz(){return G.lFrame.inI18n}function Yz(e,t){let r=G.lFrame;r.bindingIndex=r.bindingRootIndex=e,mh(t)}function Qz(){return G.lFrame.currentDirectiveIndex}function mh(e){G.lFrame.currentDirectiveIndex=e}function Jz(e){let t=G.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Fy(e){G.lFrame.currentQueryIndex=e}function eR(e){let t=e[N];return t.type===2?t.declTNode:t.type===1?e[ir]:null}function $y(e,t,r){if(r&4){let o=t,n=e;for(;(o=o.parent,o===null&&!(r&1))&&(o=eR(n),!(o===null||(n=n[ln],o.type&10))););if(o===null)return!1;t=o,e=n}let i=G.lFrame=Hy();return i.currentTNode=t,i.lView=e,!0}function hf(e){let t=Hy(),r=e[N];G.lFrame=t,t.currentTNode=r.firstChild,t.lView=e,t.tView=r,t.contextLView=e,t.bindingIndex=r.bindingStartIndex,t.inI18n=!1}function Hy(){let e=G.lFrame,t=e===null?null:e.child;return t===null?Uy(e):t}function Uy(e){let t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return e!==null&&(e.child=t),t}function Vy(){let e=G.lFrame;return G.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}function pf(){let e=Vy();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function tR(e){return(G.lFrame.contextLView=Lz(e,G.lFrame.contextLView))[ct]}function Ri(){return G.lFrame.selectedIndex}function en(e){G.lFrame.selectedIndex=e}function uc(){let e=G.lFrame;return lf(e.tView,e.selectedIndex)}function rR(){G.lFrame.currentNamespace=Ty}function qy(){return G.lFrame.currentNamespace}function ff(){return Gy}function vf(e){Gy=e}function xm(e,t=null,r=null,i){let o=iR(e,t,r,i);return o.resolveInjectorInitializers(),o}function iR(e,t=null,r=null,i,o=new Set){return new af([r||cr,kz(e)],t||sc(),null,o)}function oR(){return new Zy(Z())}function vu(...e){}function Ky(e){let t,r;function i(){e=vu;try{r!==void 0&&typeof cancelAnimationFrame=="function"&&cancelAnimationFrame(r),t!==void 0&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),i()}),typeof requestAnimationFrame=="function"&&(r=requestAnimationFrame(()=>{e(),i()})),()=>i()}function lR(e){return queueMicrotask(()=>e()),()=>{e=vu}}function mf(e){if(e._nesting==0&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function _R(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){Ky(()=>{e.callbackScheduled=!1,yh(e),e.isCheckStableRunning=!0,mf(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),yh(e)}function dR(e){let t=()=>{_R(e)},r=uR++;e._inner=e._inner.fork({name:"angular",properties:{[gf]:!0,[gu]:r,[gu+r]:!0},onInvokeTask:(i,o,n,a,s,l)=>{if(pR(l))return i.invokeTask(n,a,s,l);try{return Sm(e),i.invokeTask(n,a,s,l)}finally{(e.shouldCoalesceEventChangeDetection&&a.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),km(e)}},onInvoke:(i,o,n,a,s,l,u)=>{try{return Sm(e),i.invoke(n,a,s,l,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!fR(l)&&t(),km(e)}},onHasTask:(i,o,n,a)=>{i.hasTask(n,a),o===n&&(a.change=="microTask"?(e._hasPendingMicrotasks=a.microTask,yh(e),mf(e)):a.change=="macroTask"&&(e.hasPendingMacrotasks=a.macroTask))},onHandleError:(i,o,n,a)=>(i.handleError(n,a),e.runOutsideAngular(()=>e.onError.emit(a)),!1)})}function yh(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Sm(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function km(e){e._nesting--,mf(e)}function pR(e){return Xy(e,"__ignore_ng_zone__")}function fR(e){return Xy(e,"__scheduler_tick__")}function Xy(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}function bi(e,t){let[r,i,o]=GD(e,t?.equal),n=r;return n[Jt],n.set=i,n.update=o,n.asReadonly=Yy.bind(n),n}function Yy(){let e=this[Jt];if(e.readonlyFn===void 0){let t=()=>this();t[Jt]=e,e.readonlyFn=t}return e.readonlyFn}function mR(){return new bf(Z(),Mr())}function Nr(e,t){let r=t?.injector??S(xt),i=t?.manualCleanup!==!0?r.get(oi):null,o,n=r.get(bf,null,{optional:!0}),a=r.get(Ia);return n!==null?(o=SR(n.view,a,e),i instanceof Zy&&i._lView===n.view&&(i=null)):o=kR(e,r.get(rw),a),o.injector=r,i!==null&&(o.onDestroyFns=[i.onDestroy(()=>o.destroy())]),new wR(o)}function SR(e,t,r){let i=Object.create(xR);return i.view=e,i.zone=typeof Zone<"u"?Zone.current:null,i.notifier=t,i.fn=ow(i,r),e[Qo]??=new Set,e[Qo].add(i),i.consumerMarkedDirty(i),i}function kR(e,t,r){let i=Object.create(CR);return i.fn=ow(i,e),i.scheduler=t,i.notifier=r,i.zone=typeof Zone<"u"?Zone.current:null,i.scheduler.add(i),i.notifier.notify(12),i}function ow(e,t){return()=>{t(r=>(e.cleanupFns??=[]).push(r))}}function TR(e){return typeof e=="function"&&e[Jt]!==void 0}function cc(e){return{toString:e}.toString()}function nw(e,t,r,i){t!==null?t.applyValueToInputSignal(t,i):e[r]=i}function AR(){return aw}function Tm(e){return e.type.prototype.ngOnChanges&&(e.setInput=DR),ER}function ER(){let e=sw(this),t=e?.current;if(t){let r=e.previous;if(r===Yo)e.previous=t;else for(let i in t)r[i]=t[i];e.current=null,this.ngOnChanges(t)}}function DR(e,t,r,i,o){let n=this.declaredInputs[i],a=sw(e)||zR(e,{previous:Yo,current:null}),s=a.current||(a.current={}),l=a.previous,u=l[n];s[n]=new BR(u&&u.currentValue,r,l===Yo),nw(e,t,o,r)}function sw(e){return Object.hasOwn(e,wh)&&e[wh]||null}function zR(e,t){return e[wh]=t}function RR(e,t,r){let{ngOnChanges:i,ngOnInit:o,ngDoCheck:n}=t.type.prototype;if(i){let a=AR()(t);(r.preOrderHooks??=[]).push(e,a),(r.preOrderCheckHooks??=[]).push(e,a)}o&&(r.preOrderHooks??=[]).push(0-e,o),n&&((r.preOrderHooks??=[]).push(e,n),(r.preOrderCheckHooks??=[]).push(e,n))}function PR(e,t){for(let r=t.directiveStart,i=t.directiveEnd;r<i;r++){let{ngAfterContentInit:o,ngAfterContentChecked:n,ngAfterViewInit:a,ngAfterViewChecked:s,ngOnDestroy:l}=e.data[r].type.prototype;o&&(e.contentHooks??=[]).push(-r,o),n&&((e.contentHooks??=[]).push(r,n),(e.contentCheckHooks??=[]).push(r,n)),a&&(e.viewHooks??=[]).push(-r,a),s&&((e.viewHooks??=[]).push(r,s),(e.viewCheckHooks??=[]).push(r,s)),l!=null&&(e.destroyHooks??=[]).push(r,l)}}function Ul(e,t,r){lw(e,t,3,r)}function Vl(e,t,r,i){(e[L]&3)===r&&lw(e,t,r,i)}function sd(e,t){let r=e[L];(r&3)===t&&(r&=16383,r+=1,e[L]=r)}function lw(e,t,r,i){let o=i!==void 0?e[Nn]&65535:0,n=i??-1,a=t.length-1,s=0;for(let l=o;l<a;l++)if(typeof t[l+1]=="number"){if(s=t[l],i!=null&&s>=i)break}else t[l]<0&&(e[Nn]+=65536),(s<n||n==-1)&&(OR(e,r,t,l),e[Nn]=(e[Nn]&4294901760)+l+2),l++}function Bm(e,t){pe(le.LifecycleHookStart,e,t);let r=M(null);try{t.call(e)}finally{M(r),pe(le.LifecycleHookEnd,e,t)}}function OR(e,t,r,i){let o=r[i]<0,n=r[i+1],a=e[o?-r[i]:r[i]];o?e[L]>>14<e[Nn]>>16&&(e[L]&3)===t&&(e[L]+=16384,Bm(a,n)):Bm(a,n)}function MR(e){return(e.flags&8)!==0}function NR(e){return(e.flags&16)!==0}function LR(e,t,r){let i=0;for(;i<r.length;){let o=r[i];if(typeof o=="number"){if(o!==0)break;i++;let n=r[i++],a=r[i++],s=r[i++];e.setAttribute(t,a,s,n)}else{let n=o,a=r[++i];$R(n)?e.setProperty(t,n,a):e.setAttribute(t,n,a),i++}}return i}function FR(e){return e===3||e===4||e===6}function $R(e){return e.charCodeAt(0)===64}function _a(e,t){if(!(t===null||t.length===0))if(e===null||e.length===0)e=t.slice();else{let r=-1;for(let i=0;i<t.length;i++){let o=t[i];typeof o=="number"?r=o:r===0||(r===-1||r===2?Am(e,r,o,null,t[++i]):Am(e,r,o,null,null))}}return e}function Am(e,t,r,i,o){let n=0,a=e.length;if(t===-1)a=-1;else for(;n<e.length;){let s=e[n++];if(typeof s=="number"){if(s===t){a=-1;break}else if(s>t){a=n-1;break}}}for(;n<e.length;){let s=e[n];if(typeof s=="number")break;if(s===r){o!==null&&(e[n+1]=o);return}n++,o!==null&&n++}a!==-1&&(e.splice(a,0,t),n=a+1),e.splice(n++,0,r),o!==null&&e.splice(n++,0,o)}function HR(e){return e!==Gn}function Ch(e){return e&32767}function UR(e){return e>>16}function xh(e,t){let r=UR(e),i=t;for(;r>0;)i=i[ln],r--;return i}function mu(e){let t=Sh;return Sh=e,t}function jR(e,t,r){let i;typeof r=="string"?i=r.charCodeAt(0)||0:r.hasOwnProperty(us)&&(i=r[us]),i??=r[us]=VR++;let o=i&uw,n=1<<o;t.data[e+(o>>cw)]|=n}function bu(e,t){let r=_w(e,t);if(r!==-1)return r;let i=t[N];i.firstCreatePass&&(e.injectorIndex=t.length,ld(i.data,e),ld(t,null),ld(i.blueprint,null));let o=dw(e,t),n=e.injectorIndex;if(HR(o)){let a=Ch(o),s=xh(o,t),l=s[N].data;for(let u=0;u<8;u++)t[n+u]=s[a+u]|l[a+u]}return t[n+8]=o,n}function ld(e,t){e.push(0,0,0,0,0,0,0,0,t)}function _w(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function dw(e,t){if(e.parent&&e.parent.injectorIndex!==-1)return e.parent.injectorIndex;let r=0,i=null,o=t;for(;o!==null;){if(i=mw(o),i===null)return Gn;if(r++,o=o[ln],i.injectorIndex!==-1)return i.injectorIndex|r<<16}return Gn}function kh(e,t,r){jR(e,t,r)}function hw(e,t,r){if(r&8||e!==void 0)return e;ef(t,"NodeInjector")}function pw(e,t,r,i){if(r&8&&i===void 0&&(i=null),(r&3)===0){let o=e[_o],n=Wt(void 0);try{return o?o.get(t,i,r&8):hy(t,i,r&8)}finally{Wt(n)}}return hw(i,t,r)}function fw(e,t,r,i=0,o){if(e!==null){if(t[L]&2048&&!(i&2)){let a=KR(e,t,r,i,Gr);if(a!==Gr)return a}let n=vw(e,t,r,i,Gr);if(n!==Gr)return n}return pw(t,r,i,o)}function vw(e,t,r,i,o){let n=WR(r);if(typeof n=="function"){if(!$y(t,e,i))return i&1?hw(o,r,i):pw(t,r,i,o);try{let a;if(a=n(i),a==null&&!(i&8))ef(r);else return a}finally{jy()}}else if(typeof n=="number"){let a=null,s=_w(e,t),l=Gn,u=i&1?t[tr][ir]:null;for((s===-1||i&4)&&(l=s===-1?dw(e,t):t[s+8],l===Gn||!Dm(i,!1)?s=-1:(a=t[N],s=Ch(l),t=xh(l,t)));s!==-1;){let _=t[N];if(Em(n,s,_.data)){let c=qR(s,t,r,a,i,u);if(c!==Gr)return c}l=t[s+8],l!==Gn&&Dm(i,t[N].data[s+8]===u)&&Em(n,s,t)?(a=_,s=Ch(l),t=xh(l,t)):s=-1}}return o}function qR(e,t,r,i,o,n){let a=t[N],s=a.data[e+8],l=GR(s,a,r,i==null?un(s)&&Sh:i!=a&&(s.type&3)!==0,o&1&&n===s);return l!==null?yu(t,a,l,s,o):Gr}function GR(e,t,r,i,o){let n=e.providerIndexes,a=t.data,s=n&1048575,l=e.directiveStart,u=e.directiveEnd,_=n>>20,c=i?s:s+_,h=o?s+_:u;for(let d=c;d<h;d++){let m=a[d];if(d<l&&r===m||d>=l&&m.type===r)return d}if(o){let d=a[l];if(d&&ei(d)&&d.type===r)return l}return null}function yu(e,t,r,i,o){let n=e[r],a=t.data;if(n instanceof Rs){let s=n;if(s.resolving)throw cy("");let l=mu(s.canSeeViewProviders);s.resolving=!0,a[r].type||a[r];let u=s.injectImpl?Wt(s.injectImpl):null;$y(e,i,0);try{n=e[r]=s.factory(void 0,o,a,e,i),t.firstCreatePass&&r>=i.directiveStart&&RR(r,a[r],t)}finally{u!==null&&Wt(u),mu(l),s.resolving=!1,jy()}}return n}function WR(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(us)?e[us]:void 0;return typeof t=="number"?t>=0?t&uw:ZR:t}function Em(e,t,r){let i=1<<e;return!!(r[t+(e>>cw)]&i)}function Dm(e,t){return!(e&2)&&!(e&1&&t)}function ZR(){return new gw(Mr(),Z())}function Cf(e){return cc(()=>{let t=e.prototype.constructor,r=t[uu]||Th(t),i=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==i;){let n=o[uu]||Th(o);if(n&&n!==r)return n;o=Object.getPrototypeOf(o)}return n=>new n})}function Th(e){return ny(e)?()=>{let t=Th(It(e));return t&&t()}:Xo(e)}function KR(e,t,r,i,o){let n=e,a=t;for(;n!==null&&a!==null&&a[L]&2048&&!du(a);){let s=vw(n,a,r,i|2,Gr);if(s!==Gr)return s;let l=n.parent;if(!l){let u=a[Cy];if(u){let _=u.get(r,Gr,i&-5);if(_!==Gr)return _}l=mw(a),a=a[ln]}n=l}return o}function mw(e){let t=e[N],r=t.type;return r===2?t.declTNode:r===1?e[ir]:null}function Ps(e){return{token:e.token,providedIn:e.autoProvided===!1?null:"root",factory:e.factory,value:void 0}}function XR(){return bw(Mr(),Z())}function bw(e,t){return new gr(ii(e,t))}function yw(e){return(e.flags&128)===128}function QR(){return YR++}function JR(e){Cw.set(e[ki],e)}function Ih(e){Cw.delete(e[ki])}function da(e,t){no(t)?(e[zm]=t[ki],JR(t)):e[zm]=t}function xw(e){return kw(e[gs])}function Sw(e){return kw(e[zr])}function kw(e){for(;e!==null&&!mo(e);)e=e[zr];return e}function eP(e){Bh=e}function tP(){if(Bh!==void 0)return Bh;if(typeof document<"u")return document;throw new $(210,!1)}function nP(e,t){if(e==null||typeof e!="object")return;let r=Rm.get(e);r||(r=new WeakSet,Rm.set(e,r)),r.add(t)}function xf(e){return(e.flags&32)===32}function Iw(e,t,r=!1){return aP(e,t,r)}function Bw(e,t){let r=e.contentQueries;if(r!==null){let i=M(null);try{for(let o=0;o<r.length;o+=2){let n=r[o],a=r[o+1];if(a!==-1){let s=e.data[a];Fy(n),s.contentQueries(2,t[a],a)}}}finally{M(i)}}}function Ah(e,t,r){Fy(0);let i=M(null);try{t(e,r)}finally{M(i)}}function Aw(e,t,r){if(Sy(t)){let i=M(null);try{let o=t.directiveStart,n=t.directiveEnd;for(let a=o;a<n;a++){let s=e.data[a];if(s.contentQueries){let l=r[a];s.contentQueries(1,l,a)}}}finally{M(i)}}}function Eh(e){return e instanceof Ew?e.changingThisBreaksApplicationSecurity:e}function sP(e,t){let r=lP(e);if(r!=null&&r!==t){if(r==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${r} (see ${ry})`)}return r===t}function lP(e){return e instanceof Ew&&e.getTypeName()||null}function cP(e){return e=String(e),e.match(uP)?e:"unsafe:"+e}function _P(e,t){return e.createText(t)}function dP(e,t,r){e.setValue(t,r)}function Dw(e,t,r){return e.createElement(t,r)}function Wn(e,t,r,i,o){e.insertBefore(t,r,i,o)}function zw(e,t,r){e.appendChild(t,r)}function Pm(e,t,r,i,o){i!==null?Wn(e,t,r,i,o):zw(e,t,r)}function Rw(e,t,r,i){e.removeChild(null,t,r,i)}function hP(e,t,r){e.setAttribute(t,"style",r)}function pP(e,t,r){r===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",r)}function Pw(e,t,r){let{mergedAttrs:i,classes:o,styles:n}=r;i!==null&&LR(e,t,i),o!==null&&pP(e,t,o),n!==null&&hP(e,t,n)}function Ow(e){let t=fP();return t?t.sanitize(ky.URL,e)||"":sP(e,"URL")?Eh(e):cP(aa(e))}function fP(){let e=Z();return e&&e[Jr].sanitizer}function vP(e,t,r){let i=e.length;for(;;){let o=e.indexOf(t,r);if(o===-1)return o;if(o===0||e.charCodeAt(o-1)<=32){let n=t.length;if(o+n===i||e.charCodeAt(o+n)<=32)return o}r=o+1}}function gP(e,t,r,i){let o=0;if(i){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&vP(t[o+1].toLowerCase(),r,0)!==-1)return!0}else if(Sf(e))return!1;if(o=t.indexOf(1,o),o>-1){let n;for(;++o<t.length&&typeof(n=t[o])=="string";)if(n.toLowerCase()===r)return!0}return!1}function Sf(e){return e.type===4&&e.value!==Mw}function mP(e,t,r){return t===(e.type===4&&!r?Mw:e.value)}function bP(e,t,r){let i=4,o=e.attrs,n=o!==null?CP(o):0,a=!1;for(let s=0;s<t.length;s++){let l=t[s];if(typeof l=="number"){if(!a&&!Er(i)&&!Er(l))return!1;if(a&&Er(l))continue;a=!1,i=l|i&1;continue}if(!a)if(i&4){if(i=2|i&1,l!==""&&!mP(e,l,r)||l===""&&t.length===1){if(Er(i))return!1;a=!0}}else if(i&8){if(o===null||!gP(e,o,l,r)){if(Er(i))return!1;a=!0}}else{let u=t[++s],_=yP(l,o,Sf(e),r);if(_===-1){if(Er(i))return!1;a=!0;continue}if(u!==""){let c;if(_>n?c="":c=o[_+1].toLowerCase(),i&2&&u!==c){if(Er(i))return!1;a=!0}}}}return Er(i)||a}function Er(e){return(e&1)===0}function yP(e,t,r,i){if(t===null)return-1;let o=0;if(i||!r){let n=!1;for(;o<t.length;){let a=t[o];if(a===e)return o;if(a===3||a===6)n=!0;else if(a===1||a===2){let s=t[++o];for(;typeof s=="string";)s=t[++o];continue}else{if(a===4)break;if(a===0){o+=4;continue}}o+=n?1:2}return-1}else return xP(t,e)}function Nw(e,t,r=!1){for(let i=0;i<t.length;i++)if(bP(e,t[i],r))return!0;return!1}function wP(e){let t=e.attrs;if(t!=null){let r=t.indexOf(5);if((r&1)===0)return t[r+1]}return null}function CP(e){for(let t=0;t<e.length;t++){let r=e[t];if(FR(r))return t}return e.length}function xP(e,t){let r=e.indexOf(4);if(r>-1)for(r++;r<e.length;){let i=e[r];if(typeof i=="number")return-1;if(i===t)return r;r++}return-1}function SP(e,t){e:for(let r=0;r<t.length;r++){let i=t[r];if(e.length===i.length){for(let o=0;o<e.length;o++)if(e[o]!==i[o])continue e;return!0}}return!1}function Om(e,t){return e?":not("+t.trim()+")":t}function kP(e){let t=e[0],r=1,i=2,o="",n=!1;for(;r<e.length;){let a=e[r];if(typeof a=="string")if(i&2){let s=e[++r];o+="["+a+(s.length>0?'="'+s+'"':"")+"]"}else i&8?o+="."+a:i&4&&(o+=" "+a);else o!==""&&!Er(a)&&(t+=Om(n,o),o=""),i=a,n=n||!Er(i);r++}return o!==""&&(t+=Om(n,o)),t}function TP(e){return e.map(kP).join(",")}function IP(e){let t=[],r=[],i=1,o=2;for(;i<e.length;){let n=e[i];if(typeof n=="string")o===2?n!==""&&t.push(n,e[++i]):o===8&&r.push(n);else{if(!Er(o))break;o=n}i++}return r.length&&t.push(1,...r),t}function kf(e,t){return BP(e,t)}function Lw(e){return e?e[ln]??e:null}function AP(e,t,r){let i=Dh.get(e);if(!i||i.length===0)return;let o=t.parentNode,n=t.previousSibling,a=Lw(r);for(let s=i.length-1;s>=0;s--){let{el:l,declarationView:u}=i[s],_=l.parentNode;l===t?(i.splice(s,1),os.add(l),l.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):n&&l===n?(i.splice(s,1),l.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),l.parentNode?.removeChild(l)):_&&o&&_!==o&&(a===null||u===null||a===u)&&(i.splice(s,1),l.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),l.parentNode?.removeChild(l))}}function EP(e,t,r){let i=Lw(r),o=Dh.get(e);o?o.some(n=>n.el===t)||o.push({el:t,declarationView:i}):Dh.set(e,[{el:t,declarationView:i}])}function Oi(e){Mm.has(e)||(Mm.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}function PP(e,t){let r=t?.injector??S(xt);return Oi("NgAfterNextRender"),MP(e,r,t,!0)}function OP(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}function MP(e,t,r,i){let o=t.get(Fw);o.impl??=t.get(zP);let n=t.get(Ba,null,{optional:!0}),a=r?.manualCleanup!==!0?t.get(oi):null,s=t.get(bf,null,{optional:!0}),l=new RP(o.impl,OP(e),s?.view,i,a,n?.snapshot(null));return o.impl.register(l),l}function $w(e,t,r){let i=e.get(If);if(Array.isArray(t))for(let o of t)i.queue.add(o),r?.detachedLeaveAnimationFns?.push(o);else i.queue.add(t),r?.detachedLeaveAnimationFns?.push(t);i.scheduler&&i.scheduler(e)}function NP(e,t){let r=e.get(If);if(Array.isArray(t))for(let i of t)r.queue.delete(i);else r.queue.delete(t)}function LP(e,t){let r=e.get(If);if(t.detachedLeaveAnimationFns){for(let i of t.detachedLeaveAnimationFns)r.queue.delete(i);t.detachedLeaveAnimationFns=void 0}}function FP(e,t){for(let[r,i]of t)$w(e,i.animateFns)}function Nm(e,t,r,i){let o=e?.[Ti]?.enter;t!==null&&o&&o.has(r.index)&&FP(i,o)}function Lm(e,t,r,i){try{r.get(ac)}catch{return i(!1)}let o=e?.[Ti];o?.enter?.has(t.index)&&NP(r,o.enter.get(t.index).animateFns);let n=$P(e,t,o);if(n.size===0){let a=!1;if(e){let s=[];_c(e,t,s),a=s.length>0}if(!a)return i(!1)}e&&ha.add(e[ki]),$w(r,()=>HP(e,t,o||void 0,n,i),o||void 0)}function $P(e,t,r){let i=new Map,o=r?.leave;if(o&&o.has(t.index)&&i.set(t.index,o.get(t.index)),e&&o)for(let[n,a]of o){if(i.has(n))continue;let s=e[N].data[n].parent;for(;s;){if(s===t){i.set(n,a);break}s=s.parent}}return i}function HP(e,t,r,i,o){let n=[];if(r&&r.leave)for(let[a]of i){if(!r.leave.has(a))continue;let s=r.leave.get(a);for(let l of s.animateFns){let{promise:u}=l();n.push(u)}r.detachedLeaveAnimationFns=void 0}if(e&&_c(e,t,n),n.length>0){let a=r||e?.[Ti];if(a){let s=a.running;s&&n.push(s),a.running=Promise.allSettled(n),VP(e,a.running,o)}else Promise.allSettled(n).then(()=>{e&&ha.delete(e[ki]),o(!0)})}else e&&ha.delete(e[ki]),o(!1)}function _c(e,t,r){if(t.type&12){let o=e[t.index];if(mo(o))for(let n=_t;n<o.length;n++){let a=o[n];a[N].type===2&&UP(a,r)}}let i=t.child;for(;i;)_c(e,i,r),i=i.next}function UP(e,t){let r=e[Ti];if(r&&r.leave)for(let o of r.leave.values())for(let n of o.animateFns){let{promise:a}=n();t.push(a)}let i=e[N].firstChild;for(;i;)_c(e,i,t),i=i.next}function VP(e,t,r){t.then(()=>{e[Ti]?.running===t&&(e[Ti].running=void 0,ha.delete(e[ki])),r(!0)})}function Ln(e,t,r,i,o,n,a,s){if(o!=null){let l,u=!1;mo(o)?l=o:no(o)&&(u=!0,o=o[zi]);let _=Xt(o);e===0&&i!==null?(Nm(s,i,n,r),a==null?zw(t,i,_):Wn(t,i,_,a||null,!0)):e===1&&i!==null?(Nm(s,i,n,r),Wn(t,i,_,a||null,!0),AP(n,_,s)):e===2?(s?.[Ti]?.leave?.has(n.index)&&EP(n,_,s),os.delete(_),Lm(s,n,r,c=>{if(os.has(_)){os.delete(_);return}Rw(t,_,u,c)})):e===3&&(os.delete(_),Lm(s,n,r,()=>{t.destroyNode(_)})),l!=null&&eO(t,e,r,l,n,i,a)}}function jP(e,t){Hw(e,t),t[zi]=null,t[ir]=null}function qP(e,t,r,i,o,n){i[zi]=o,i[ir]=t,dc(e,i,r,1,o,n)}function Hw(e,t){t[Jr].changeDetectionScheduler?.notify(9),dc(e,t,t[Xe],2,null,null)}function GP(e){let t=e[gs];if(!t)return ud(e[N],e);for(;t;){let r=null;if(no(t))r=t[gs];else{let i=t[_t];i&&(r=i)}if(!r){for(;t&&!t[zr]&&t!==e;)no(t)&&ud(t[N],t),t=t[er];t===null&&(t=e),no(t)&&ud(t[N],t),r=t&&t[zr]}t=r}}function Bf(e,t){let r=e[_u],i=r.indexOf(t);r.splice(i,1)}function Af(e,t){if(xa(t))return;let r=t[Xe];r.destroyNode&&dc(e,t,r,3,null,null),GP(t)}function ud(e,t){if(xa(t))return;let r=M(null);try{t[L]&=-129,t[L]|=256,t[hr]&&oc(t[hr]),ZP(e,t),WP(e,t),t[N].type===1&&t[Xe].destroy();let i=t[ua];if(i!==null&&mo(t[er])){i!==t[er]&&Bf(i,t);let o=t[ca];o!==null&&o.detachView(e)}Ih(t)}finally{M(r)}}function WP(e,t){let r=e.cleanup,i=t[cu];if(r!==null)for(let a=0;a<r.length-1;a+=2)if(typeof r[a]=="string"){let s=r[a+3];s>=0?i[s]():i[-s].unsubscribe(),a+=2}else{let s=i[r[a+1]];r[a].call(s)}i!==null&&(t[cu]=null);let o=t[oo];if(o!==null){t[oo]=null;for(let a=0;a<o.length;a++){let s=o[a];s()}}let n=t[Qo];if(n!==null){t[Qo]=null;for(let a of n)a.destroy()}}function ZP(e,t){let r;if(e!=null&&(r=e.destroyHooks)!=null)for(let i=0;i<r.length;i+=2){let o=t[r[i]];if(!(o instanceof Rs)){let n=r[i+1];if(Array.isArray(n))for(let a=0;a<n.length;a+=2){let s=o[n[a]],l=n[a+1];pe(le.LifecycleHookStart,s,l);try{l.call(s)}finally{pe(le.LifecycleHookEnd,s,l)}}else{pe(le.LifecycleHookStart,o,n);try{n.call(o)}finally{pe(le.LifecycleHookEnd,o,n)}}}}}function Uw(e,t,r){return KP(e,t.parent,r)}function KP(e,t,r){let i=t;for(;i!==null&&i.type&168;)t=i,i=t.parent;if(i===null)return r[zi];if(un(i)){let{encapsulation:o}=e.data[i.directiveStart+i.componentOffset];if(o===Ci.None||o===Ci.Emulated)return null}return ii(i,r)}function Vw(e,t,r){return YP(e,t,r)}function XP(e,t,r){return e.type&40?ii(e,r):null}function Ef(e,t,r,i){let o=Uw(e,i,t),n=t[Xe],a=Vw(i.parent||t[ir],i,t);if(o!=null)if(Array.isArray(r))for(let s=0;s<r.length;s++)Pm(n,o,r[s],a,!1);else Pm(n,o,r,a,!1);Fm!==void 0&&Fm(n,i,t,r,o)}function ns(e,t){if(t!==null){let r=t.type;if(r&3)return ii(t,e);if(r&4)return zh(-1,e[t.index]);if(r&8){let i=t.child;if(i!==null)return ns(e,i);{let o=e[t.index];return mo(o)?zh(-1,o):Xt(o)}}else{if(r&128)return ns(e,t.next);if(r&32)return kf(t,e)()||Xt(e[t.index]);{let i=jw(e,t);return i!==null?Array.isArray(i)?i[0]:ns(Jo(e[tr]),i):ns(e,t.next)}}}return null}function jw(e,t){if(t!==null){let r=e[tr][ir],i=t.projection;return r.projection[i]}return null}function zh(e,t){let r=_t+e+1;if(r<t.length){let i=t[r],o=i[N].firstChild;if(o!==null)return ns(i,o)}return t[lc]}function Df(e,t,r,i,o,n,a){for(;r!=null;){let s=i[_o];if(r.type===128){r=r.next;continue}let l=i[r.index],u=r.type;if(a&&t===0&&(l&&da(Xt(l),i),r.flags|=2),!xf(r))if(u&8)Df(e,t,r.child,i,o,n,!1),Ln(t,e,s,o,l,r,n,i);else if(u&32){let _=kf(r,i),c;for(;c=_();)Ln(t,e,s,o,c,r,n,i);Ln(t,e,s,o,l,r,n,i)}else u&16?qw(e,t,i,r,o,n):Ln(t,e,s,o,l,r,n,i);r=a?r.projectionNext:r.next}}function dc(e,t,r,i,o,n){e.type===3?QP(r,i,t,o,n):Df(r,i,e.firstChild,t,o,n,!1)}function QP(e,t,r,i,o){let n=r[N].firstChild,a=n.next,s=Xt(r[n.index]),l=Xt(r[a.index]),u=a.index+1,_=r[u];if(t===1||t===0)i!==null&&(_&&_.hasChildNodes()?Wn(e,i,_,o,!0):(Wn(e,i,s,o,!0),Wn(e,i,l,o,!0)));else if(t===2){if(_||(_=document.createDocumentFragment(),r[u]=_),s&&s.parentNode===_)return;let c=s;for(;c!==null;){let h=c.nextSibling;if(_.appendChild(c),c===l)break;c=h}}}function JP(e,t,r){let i=t[Xe];qw(i,0,t,r,Uw(e,r,t),Vw(r.parent||t[ir],r,t))}function qw(e,t,r,i,o,n){let a=r[tr],s=a[ir].projection[i.projection];if(Array.isArray(s))for(let l=0;l<s.length;l++){let u=s[l];Ln(t,e,r[_o],o,u,i,n,r)}else{let l=s,u=a[er];yw(i)&&(l.flags|=128),Df(e,t,l,u,o,n,!0)}}function eO(e,t,r,i,o,n,a){let s=i[lc];if(s!==Xt(i)&&Ln(t,e,r,n,s,o,a),(i[L]&4)===0)for(let l=_t;l<i.length;l++){let u=i[l];dc(u[N],u,e,t,n,s)}}function tO(e,t,r,i,o){if(t)o?e.addClass(r,i):e.removeClass(r,i);else{let n=i.indexOf("-")===-1?void 0:Vo.DashCase;o==null?e.removeStyle(r,i,n):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),n|=Vo.Important),e.setStyle(r,i,o,n))}}function zf(e,t,r,i,o,n,a,s,l,u,_){let c=Ye+i,h=c+o,d=rO(c,h),m=typeof u=="function"?u():u;return d[N]={type:e,blueprint:d,template:r,queries:null,viewQuery:s,declTNode:t,data:d.slice().fill(null,c),bindingStartIndex:c,expandoStartIndex:h,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof n=="function"?n():n,pipeRegistry:typeof a=="function"?a():a,firstChild:null,schemas:l,consts:m,incompleteFirstPass:!1,ssrId:_}}function rO(e,t){let r=[];for(let i=0;i<t;i++)r.push(i<e?null:mr);return r}function iO(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=zf(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Rf(e,t,r,i,o,n,a,s,l,u,_){let c=t.blueprint.slice();return c[zi]=o,c[L]=i|1228,(u!==null||e&&e[L]&2048)&&(c[L]|=2048),Ay(c),c[er]=c[ln]=e,c[ct]=r,c[Jr]=a||e&&e[Jr],c[Xe]=s||e&&e[Xe],c[_o]=l||e&&e[_o]||null,c[ir]=n,c[ki]=QR(),c[la]=_,c[Cy]=u,c[tr]=t.type==2?e[tr]:c,c}function oO(e,t,r){let i=ii(t,e),o=iO(r),n=e[Jr].rendererFactory,a=Zw(e,Rf(e,o,null,Gw(r),i,t,null,n.createRenderer(i,r),null,null,null));return e[t.index]=a}function Gw(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function Ww(e,t,r,i){if(r===0)return-1;let o=t.length;for(let n=0;n<r;n++)t.push(i),e.blueprint.push(i),e.data.push(null);return o}function Zw(e,t){return e[gs]?e[wm][zr]=t:e[gs]=t,e[wm]=t,t}function H(e=1){Kw(ht(),Z(),Ri()+e,!1)}function Kw(e,t,r,i){if(!i)if((t[L]&3)===3){let o=e.preOrderCheckHooks;o!==null&&Ul(t,o,r)}else{let o=e.preOrderHooks;o!==null&&Vl(t,o,0,r)}en(r)}function tn(e,t,r,i){let o=M(null);try{let[n,a,s]=e.inputs[r],l=null;(a&hc.SignalBased)!==0&&(l=t[n][Jt]),l!==null&&l.transformFn!==void 0?i=l.transformFn(i):s!==null&&(i=s.call(t,i)),e.setInput!==null?e.setInput(t,l,i,r,n):nw(t,l,n,i)}finally{M(o)}}function Xw(e,t,r,i,o){let n=Ri(),a=i&2;try{en(-1),a&&t.length>Ye&&Kw(e,t,Ye,!1),pe(a?le.TemplateUpdateStart:le.TemplateCreateStart,o,r),r(i,o)}finally{en(n),pe(a?le.TemplateUpdateEnd:le.TemplateCreateEnd,o,r)}}function Yw(e,t,r){uO(e,t,r),(r.flags&64)===64&&cO(e,t,r)}function Pf(e,t,r=ii){let i=t.localNames;if(i!==null){let o=t.index+1;for(let n=0;n<i.length;n+=2){let a=i[n+1],s=a===-1?r(t,e):e[a];e[o++]=s}}}function nO(e,t,r,i){let o=i.get(oP,Tw)||r===Ci.ShadowDom||r===Ci.ExperimentalIsolatedShadowDom;return e.selectRootElement(t,o)}function aO(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function sO(e,t,r,i,o,n){let a=t[N];if(Of(e,a,t,r,i)){un(e)&&lO(t,e.index);return}e.type&3&&(r=aO(r)),Qw(e,t,r,i,o,n)}function Qw(e,t,r,i,o,n){if(e.type&3){let a=ii(e,t);i=n!=null?n(i,e.value||"",r):i,o.setProperty(a,r,i)}else e.type&12}function lO(e,t){let r=ti(t,e);r[L]&16||(r[L]|=64)}function uO(e,t,r){let i=r.directiveStart,o=r.directiveEnd;un(r)&&oO(t,r,e.data[i+r.componentOffset]),e.firstCreatePass||bu(r,t);let n=r.initialInputs;for(let a=i;a<o;a++){let s=e.data[a],l=yu(t,e,a,r);if(da(l,t),n!==null&&fO(t,a-i,l,s,r,n),ei(s)){let u=ti(r.index,t);u[ct]=yu(t,e,a,r)}}}function cO(e,t,r){let i=r.directiveStart,o=r.directiveEnd,n=r.index,a=Qz();try{en(n);for(let s=i;s<o;s++){let l=e.data[s],u=t[s];mh(s),(l.hostBindings!==null||l.hostVars!==0||l.hostAttrs!==null)&&_O(l,u)}}finally{en(-1),mh(a)}}function _O(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function dO(e,t){let r=e.directiveRegistry,i=null;if(r)for(let o=0;o<r.length;o++){let n=r[o];Nw(t,n.selectors,!1)&&(i??=[],ei(n)?i.unshift(n):i.push(n))}return i}function hO(e,t,r,i,o,n){let a=ii(e,t);pO(t[Xe],a,n,e.value,r,i,o)}function pO(e,t,r,i,o,n,a){if(n==null)a?.(n,i||"",o),e.removeAttribute(t,o,r);else{let s=a==null?aa(n):a(n,i||"",o);e.setAttribute(t,o,s,r)}}function fO(e,t,r,i,o,n){let a=n[t];if(a!==null)for(let s=0;s<a.length;s+=2){let l=a[s],u=a[s+1];tn(i,r,l,u)}}function Jw(e,t,r,i,o){let n=Ye+r,a=t[N],s=o(a,t,e,i,r);t[n]=s,ka(e,!0);let l=e.type===2;return l?(Pw(t[Xe],s,e),(Uz()===0||sf(e))&&da(s,t),Vz()):da(s,t),ff()&&(!l||!xf(e))&&Ef(a,t,s,e),e}function eC(e){let t=e;return Oy()?My():(t=t.parent,ka(t,!1)),t}function vO(e,t){let r=e[_o];if(!r)return;let i;try{i=r.get(zs,null)}catch{i=null}i?.(t)}function Of(e,t,r,i,o){let n=e.inputs?.[i],a=e.hostDirectiveInputs?.[i],s=!1;if(a)for(let l=0;l<a.length;l+=2){let u=a[l],_=a[l+1],c=t.data[u];tn(c,r[u],_,o),s=!0}if(n)for(let l of n){let u=r[l],_=t.data[l];tn(_,u,i,o),s=!0}return s}function gO(e,t,r,i,o,n){let a=null,s=null,l=null,u=!1,_=e.directiveToIndex.get(i.type);if(typeof _=="number"?a=_:[a,s,l]=_,s!==null&&l!==null&&e.hostDirectiveInputs?.hasOwnProperty(o)){let c=e.hostDirectiveInputs[o];for(let h=0;h<c.length;h+=2){let d=c[h];if(d>=s&&d<=l){let m=t.data[d],w=c[h+1];tn(m,r[d],w,n),u=!0}else if(d>l)break}}return a!==null&&i.inputs.hasOwnProperty(o)&&(tn(i,r[a],o,n),u=!0),u}function mO(e,t){let r=ti(t,e),i=r[N];bO(i,r);let o=r[zi];o!==null&&r[la]===null&&(r[la]=Iw(o,r[_o])),pe(le.ComponentStart);try{Mf(i,r,r[ct])}finally{pe(le.ComponentEnd,r[ct])}}function bO(e,t){for(let r=t.length;r<e.blueprint.length;r++)t.push(e.blueprint[r])}function Mf(e,t,r){hf(t);try{let i=e.viewQuery;i!==null&&Ah(1,i,r);let o=e.template;o!==null&&Xw(e,t,o,1,r),e.firstCreatePass&&(e.firstCreatePass=!1),t[ca]?.finishViewCreation(e),e.staticContentQueries&&Bw(e,t),e.staticViewQueries&&Ah(2,e.viewQuery,r);let n=e.components;n!==null&&yO(t,n)}catch(i){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),i}finally{t[L]&=-5,pf()}}function yO(e,t){for(let r=0;r<t.length;r++)mO(e,t[r])}function pc(e,t,r,i){let o=M(null);try{let n=t.tView,a=Rf(e,n,r,e[L]&4096?4096:16,null,t,null,null,i?.injector??null,i?.embeddedViewInjector??null,i?.dehydratedView??null);a[ua]=e[t.index];let s=e[ca];return s!==null&&(a[ca]=s.createEmbeddedView(n)),Mf(n,a,r),a}finally{M(o)}}function fc(e,t){return!t||t.firstChild===null||yw(e)}function wu(e,t,r,i,o=!1){if(e.type===3){let n=e.firstChild,a=n.next,s=Xt(t[n.index]),l=Xt(t[a.index]),u=s;for(;u!==null&&(i.push(u),u!==l);)u=u.nextSibling;return i}for(;r!==null;){if(r.type===128){r=o?r.projectionNext:r.next;continue}let n=t[r.index];if(n!==null)if(mo(n)){let s=n[lc];s!==n[zi]&&i.push(Xt(n)),n[L]&4||wO(n,i),i.push(s)}else i.push(Xt(n));let a=r.type;if(a&8)wu(e,t,r.child,i);else if(a&32){let s=kf(r,t),l;for(;l=s();)i.push(l)}else if(a&16){let s=jw(t,r);if(Array.isArray(s))i.push(...s);else{let l=Jo(t[tr]);wu(l[N],l,s,i,!0)}}r=o?r.projectionNext:r.next}return i}function wO(e,t){for(let r=_t;r<e.length;r++){let i=e[r],o=i[N].firstChild;o!==null&&wu(i[N],i,o,t)}}function tC(e){if(e[qn]!==null){for(let t of e[qn])t.impl.addSequence(t);e[qn].length=0}}function CO(e){return e[hr]??xO(e)}function xO(e){let t=rC.pop()??Object.create(kO);return t.lView=e,t}function SO(e){e.lView[hr]!==e&&(e.lView=null,rC.push(e))}function TO(e){let t=e[hr]??Object.create(IO);return t.lView=e,t}function iC(e){return e.type!==2}function oC(e){if(e[Qo]===null)return;let t=!0;for(;t;){let r=!1;for(let i of e[Qo])i.dirty&&(r=!0,i.zone===null||Zone.current===i.zone?i.run():i.zone.run(()=>i.run()));t=r&&!!(e[L]&8192)}}function nC(e,t=0){let r=e[Jr].rendererFactory;r.begin?.();try{AO(e,t)}finally{r.end?.()}}function AO(e,t){let r=Ny();try{fu(!0),Rh(e,t);let i=0;for(;ms(e);){if(i===BO)throw new $(103,!1);i++,Rh(e,1)}}finally{fu(r)}}function EO(e,t,r,i){if(xa(t))return;let o=t[L];hf(t);let n=!0,a=null,s=null;iC(e)?(s=CO(t),a=fs(s)):MD()===null?(n=!1,s=TO(t),a=fs(s)):t[hr]&&(oc(t[hr]),t[hr]=null);try{Ay(t),Kz(e.bindingStartIndex),r!==null&&Xw(e,t,r,2,i);let l=(o&3)===3;if(l){let c=e.preOrderCheckHooks;c!==null&&Ul(t,c,null)}else{let c=e.preOrderHooks;c!==null&&Vl(t,c,0,null),sd(t,0)}if(DO(t),oC(t),aC(t,0),e.contentQueries!==null&&Bw(e,t),l){let c=e.contentCheckHooks;c!==null&&Ul(t,c)}else{let c=e.contentHooks;c!==null&&Vl(t,c,1),sd(t,1)}RO(e,t);let u=e.components;u!==null&&lC(t,u,0);let _=e.viewQuery;if(_!==null&&Ah(2,_,i),l){let c=e.viewCheckHooks;c!==null&&Ul(t,c)}else{let c=e.viewHooks;c!==null&&Vl(t,c,2),sd(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[ad]){for(let c of t[ad])c();t[ad]=null}tC(t),t[L]&=-73}catch(l){throw Sa(t),l}finally{s!==null&&(ic(s,a),n&&SO(s)),pf()}}function aC(e,t){for(let r=xw(e);r!==null;r=Sw(r))for(let i=_t;i<r.length;i++){let o=r[i];sC(o,t)}}function DO(e){for(let t=xw(e);t!==null;t=Sw(t)){if(!(t[L]&2))continue;let r=t[_u];for(let i=0;i<r.length;i++){let o=r[i];_f(o)}}}function zO(e,t,r){pe(le.ComponentStart);let i=ti(t,e);try{sC(i,r)}finally{pe(le.ComponentEnd,i[ct])}}function sC(e,t){cf(e)&&Rh(e,t)}function Rh(e,t){let r=e[N],i=e[L],o=e[hr],n=!!(t===0&&i&16);if(n||=!!(i&64&&t===0),n||=!!(i&1024),n||=!!(o?.dirty&&Fp(o)),n||=!1,o&&(o.dirty=!1),e[L]&=-9217,n)EO(r,e,r.template,e[ct]);else if(i&8192){let a=M(null);try{oC(e),aC(e,1);let s=r.components;s!==null&&lC(e,s,1),tC(e)}finally{M(a)}}}function lC(e,t,r){for(let i=0;i<t.length;i++)zO(e,t[i],r)}function RO(e,t){let r=e.hostBindingOpCodes;if(r!==null)try{for(let i=0;i<r.length;i++){let o=r[i];if(o<0)en(~o);else{let n=o,a=r[++i],s=r[++i];Yz(a,n);let l=t[n];pe(le.HostBindingsUpdateStart,l);try{s(2,l)}finally{pe(le.HostBindingsUpdateEnd,l)}}}}finally{en(-1)}}function Nf(e,t){let r=Ny()?64:1088;for(e[Jr].changeDetectionScheduler?.notify(t);e;){e[L]|=r;let i=Jo(e);if(du(e)&&!i)return e;e=i}return null}function PO(e,t,r,i){return[e,!0,0,t,null,i,null,r,null,null]}function uC(e,t){let r=_t+t;if(r<e.length)return e[r]}function vc(e,t,r,i=!0){let o=t[N];if(OO(o,t,e,r),i){let a=zh(r,e),s=t[Xe],l=s.parentNode(e[lc]);l!==null&&qP(o,e[ir],s,t,l,a)}let n=t[la];n!==null&&n.firstChild!==null&&(n.firstChild=null)}function cC(e,t){let r=Lf(e,t);return r!==void 0&&Af(r[N],r),r}function Lf(e,t){if(e.length<=_t)return;let r=_t+t,i=e[r];if(i){let o=i[ua];o!==null&&o!==e&&Bf(o,i),t>0&&(e[r-1][zr]=i[zr]);let n=py(e,_t+t);jP(i[N],i);let a=n[ca];a!==null&&a.detachView(n[N]),i[er]=null,i[zr]=null,i[L]&=-129}return i}function OO(e,t,r,i){let o=_t+i,n=r.length;i>0&&(r[o-1][zr]=t),i<n-_t?(t[zr]=r[o],yz(r,_t+i,t)):(r.push(t),t[zr]=null),t[er]=r;let a=t[ua];a!==null&&r!==a&&_C(a,t);let s=t[ca];s!==null&&s.insertView(e),vh(t),t[L]|=128}function _C(e,t){let r=e[_u],i=t[er];if(no(i))e[L]|=2;else{let o=i[er][tr];t[tr]!==o&&(e[L]|=2)}r===null?e[_u]=[t]:r.push(t)}function MO(e){return ms(e._lView)||!!(e._lView[L]&64)}function NO(e){_f(e._lView)}function Aa(e,t,r,i,o){let n=e.data[t];if(n===null)n=LO(e,t,r,i,o),Xz()&&(n.flags|=32);else if(n.type&64){n.type=r,n.value=i,n.attrs=o;let a=qz();n.injectorIndex=a===null?-1:a.injectorIndex}return ka(n,!0),n}function LO(e,t,r,i,o){let n=Py(),a=Oy(),s=a?n:n&&n.parent,l=e.data[t]=$O(e,s,r,t,i,o);return FO(e,l,n,a),l}function FO(e,t,r,i){e.firstChild===null&&(e.firstChild=t),r!==null&&(i?r.child==null&&t.parent!==null&&(r.child=t):r.next===null&&(r.next=t,t.prev=r))}function $O(e,t,r,i,o,n){let a=t?t.injectorIndex:-1,s=0;return Dy()&&(s|=128),{type:r,index:i,insertBeforeIndex:null,injectorIndex:a,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,controlDirectiveIndex:-1,customControlIndex:-1,propertyBindings:null,flags:s,providerIndexes:0,value:o,namespace:qy(),attrs:n,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}function HO(e){let t=e[Cm]??[],r=e[er][Xe],i=[];for(let o of t)o.data[iP]!==void 0?i.push(o):UO(o,r);e[Cm]=i}function UO(e,t){let r=0,i=e.firstChild;if(i){let o=e.data[rP];for(;r<o;){let n=i.nextSibling;Rw(t,i,!1),i=n,r++}}}function dC(e,t){return VO(e,t)}function hC(e,t,r){return jO(e,t,r)}function GO(){let e=Z(),t=ti(Mr().index,e);return(no(t)?t:e)[Xe]}function pC(e){return e.debugInfo?.className||e.type.name||null}function fC(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function KO(e,t,r){return e[t]=r}function Or(e,t,r){if(r===mr)return!1;let i=e[t];return Object.is(i,r)?!1:(e[t]=r,!0)}function XO(e,t,r,i){let o=Or(e,t,r);return Or(e,t+1,i)||o}function Zn(e,t,r){return function i(o){let n=i.__ngNativeEl__;n!==void 0&&nP(o,n),Nf(un(e)?ti(e.index,t):t,5);let a=t[ct],s=$m(t,a,r,o),l=i.__ngNextListenerFn__;for(;l;)s=$m(t,a,l,o)&&s,l=l.__ngNextListenerFn__;return s}}function $m(e,t,r,i){let o=M(null);try{return pe(le.OutputStart,t,r),r(i)!==!1}catch(n){return vO(e,n),!1}finally{pe(le.OutputEnd,t,r),M(o)}}function vC(e,t,r,i,o,n,a,s){let l=sf(e),u=!1,_=null;if(!i&&l&&(_=QO(t,r,n,e.index)),_!==null){let c=_.__ngLastListenerFn__||_;c.__ngNextListenerFn__=a,_.__ngLastListenerFn__=a,u=!0}else{let c=ii(e,r),h=i?i(c):c;i||(s.__ngNativeEl__=c);let d=o.listen(h,n,s);YO(n)||gC(i?m=>i(Xt(m[e.index])):e.index,t,r,n,s,d,!1)}return u}function YO(e){return e.startsWith("animation")||e.startsWith("transition")}function QO(e,t,r,i){let o=e.cleanup;if(o!=null)for(let n=0;n<o.length-1;n+=2){let a=o[n];if(a===r&&o[n+1]===i){let s=t[cu],l=o[n+2];return s&&s.length>l?s[l]:null}typeof a=="string"&&(n+=2)}return null}function gC(e,t,r,i,o,n,a){let s=t.firstCreatePass?Hz(t):null,l=$z(r),u=l.length;l.push(o,n),s&&s.push(i,e,u,(u+1)*(a?-1:1))}function Hm(e,t,r,i,o){let n=null,a=null,s=null,l=!1,u=e.directiveToIndex.get(r.type);if(typeof u=="number"?n=u:[n,a,s]=u,a!==null&&s!==null&&e.hostDirectiveOutputs?.hasOwnProperty(i)){let _=e.hostDirectiveOutputs[i];for(let c=0;c<_.length;c+=2){let h=_[c];if(h>=a&&h<=s)l=!0,Cu(e,t,h,_[c+1],i,o);else if(h>s)break}}return r.outputs.hasOwnProperty(i)&&(l=!0,Cu(e,t,n,i,i,o)),l}function Cu(e,t,r,i,o,n){let a=t[r],s=t[N],l=a[s.data[r].outputs[i]].subscribe(n);gC(e.index,s,t,o,n,l,!0)}function jl(){JO()}function JO(){let e=Z(),t=ht(),r=Mr();if(t.firstCreatePass&&t6(t,r),r.controlDirectiveIndex===-1)return;Oi("NgSignalForms");let i=e[r.controlDirectiveIndex];t.data[r.controlDirectiveIndex].controlDef.create(i,new mC(e,t,r))}function ql(){e6()}function e6(){let e=Z(),t=ht(),r=uc();if(r.controlDirectiveIndex===-1)return;let i=t.data[r.controlDirectiveIndex].controlDef,o=e[r.controlDirectiveIndex];i.update(o,new mC(e,t,r))}function Um(e){return typeof e=="function"&&"\u0275dir"in e?e.\u0275dir.hostDirectives??null:null}function t6(e,t,r){for(let o=t.directiveStart;o<t.directiveEnd;o++)if(e.data[o].controlDef){t.controlDirectiveIndex=o;break}if(t.controlDirectiveIndex===-1)return;let i=e.data[t.controlDirectiveIndex].controlDef;if(i.passThroughInput&&(t.inputs?.[i.passThroughInput]?.length??0)>1){t.flags|=4096;return}r6(e,t)}function r6(e,t){for(let r=t.directiveStart;r<t.directiveEnd;r++){let i=e.data[r];if(!(t.directiveToIndex&&!t.directiveToIndex.has(i.type))){if(Vm(i,"value")){t.flags|=1024,t.customControlIndex=r;return}if(Vm(i,"checked")){t.flags|=2048,t.customControlIndex=r;return}}}if(t.hostDirectiveInputs!==null&&t.hostDirectiveOutputs!==null&&t.directiveToIndex!==null){let r=(i,o)=>{let n=t.hostDirectiveInputs[i],a=t.hostDirectiveOutputs[i+"Change"];if(!n||!a)return!1;for(let s=0;s<n.length;s+=2){let l=n[s];for(let u=0;u<a.length;u+=2)if(l===a[u])for(let _ of t.directiveToIndex.values()){if(!Array.isArray(_))continue;let[c,h,d]=_;if(l>=h&&l<=d)return t.flags|=o,t.customControlIndex=c,!0}}return!1};if(r("value",1024)||r("checked",2048))return}}function Vm(e,t){return i6(e,t)&&o6(e,t+"Change")}function i6(e,t){return t in e.inputs}function o6(e,t){return t in e.outputs}function Su(e,t,r){let i=r?e.styles:null,o=r?e.classes:null,n=0;if(t!==null)for(let a=0;a<t.length;a++){let s=t[a];if(typeof s=="number")n=s;else if(n==1)o=vm(o,s);else if(n==2){let l=s,u=t[++a];i=vm(i,l+": "+u+";")}}r?e.styles=i:e.stylesWithoutHost=i,r?e.classes=o:e.classesWithoutHost=o}function Ue(e,t=0){let r=Z();return r===null?ne(e,t):fw(Mr(),r,It(e),t)}function n6(e,t,r,i,o){let n=i===null?null:{"":-1},a=o(e,r);if(a!==null){let s=a,l=null,u=null;for(let _ of a)if(_.resolveHostDirectives!==null){[s,l,u]=_.resolveHostDirectives(a);break}l6(e,t,r,s,n,l,u)}n!==null&&i!==null&&a6(r,i,n)}function a6(e,t,r){let i=e.localNames=[];for(let o=0;o<t.length;o+=2){let n=r[t[o+1]];if(n==null)throw new $(-301,!1);i.push(t[o],n)}}function s6(e,t,r){t.componentOffset=r,(e.components??=[]).push(t.index)}function l6(e,t,r,i,o,n,a){let s=i.length,l=null;for(let h=0;h<s;h++){let d=i[h];l===null&&ei(d)&&(l=d,s6(e,r,h)),kh(bu(r,t),e,d.type)}p6(r,e.data.length,s),l?.viewProvidersResolver&&l.viewProvidersResolver(l);for(let h=0;h<s;h++){let d=i[h];d.providersResolver&&d.providersResolver(d)}let u=!1,_=!1,c=Ww(e,t,s,null);s>0&&(r.directiveToIndex=new Map);for(let h=0;h<s;h++){let d=i[h];if(r.mergedAttrs=_a(r.mergedAttrs,d.hostAttrs),c6(e,r,t,c,d),h6(c,d,o),a!==null&&a.has(d)){let[w,I]=a.get(d);r.directiveToIndex.set(d.type,[c,w+r.directiveStart,I+r.directiveStart])}else(n===null||!n.has(d))&&r.directiveToIndex.set(d.type,c);d.contentQueries!==null&&(r.flags|=4),(d.hostBindings!==null||d.hostAttrs!==null||d.hostVars!==0)&&(r.flags|=64);let m=d.type.prototype;!u&&(m.ngOnChanges||m.ngOnInit||m.ngDoCheck)&&((e.preOrderHooks??=[]).push(r.index),u=!0),!_&&(m.ngOnChanges||m.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(r.index),_=!0),c++}u6(e,r,n)}function u6(e,t,r){for(let i=t.directiveStart;i<t.directiveEnd;i++){let o=e.data[i];if(r===null||!r.has(o))jm(0,t,o,i),jm(1,t,o,i),Gm(t,i,!1);else{let n=r.get(o);qm(0,t,n,i),qm(1,t,n,i),Gm(t,i,!0)}}}function jm(e,t,r,i){let o=e===0?r.inputs:r.outputs;for(let n in o)if(o.hasOwnProperty(n)){let a;e===0?a=t.inputs??={}:a=t.outputs??={},a[n]??=[],a[n].push(i),bC(t,n)}}function qm(e,t,r,i){let o=e===0?r.inputs:r.outputs;for(let n in o)if(o.hasOwnProperty(n)){let a=o[n],s;e===0?s=t.hostDirectiveInputs??={}:s=t.hostDirectiveOutputs??={},s[a]??=[],s[a].push(i,n),bC(t,a)}}function bC(e,t){t==="class"?e.flags|=8:t==="style"&&(e.flags|=16)}function Gm(e,t,r){let{attrs:i,inputs:o,hostDirectiveInputs:n}=e;if(i===null||!r&&o===null||r&&n===null||Sf(e)){e.initialInputs??=[],e.initialInputs.push(null);return}let a=null,s=0;for(;s<i.length;){let l=i[s];if(l===0){s+=4;continue}else if(l===5){s+=2;continue}else if(typeof l=="number")break;if(!r&&o.hasOwnProperty(l)){let u=o[l];for(let _ of u)if(_===t){a??=[],a.push(l,i[s+1]);break}}else if(r&&n.hasOwnProperty(l)){let u=n[l];for(let _=0;_<u.length;_+=2)if(u[_]===t){a??=[],a.push(u[_+1],i[s+1]);break}}s+=2}e.initialInputs??=[],e.initialInputs.push(a)}function c6(e,t,r,i,o){e.data[i]=o;let n=new Rs(o.factory||(o.factory=Xo(o.type,!0)),ei(o),Ue,null);e.blueprint[i]=n,r[i]=n,_6(e,t,i,Ww(e,r,o.hostVars,mr),o)}function _6(e,t,r,i,o){let n=o.hostBindings;if(n){let a=e.hostBindingOpCodes;a===null&&(a=e.hostBindingOpCodes=[]);let s=~t.index;d6(a)!=s&&a.push(s),a.push(r,i,n)}}function d6(e){let t=e.length;for(;t>0;){let r=e[--t];if(typeof r=="number"&&r<0)return r}return 0}function h6(e,t,r){if(r){if(t.exportAs)for(let i=0;i<t.exportAs.length;i++)r[t.exportAs[i]]=e;ei(t)&&(r[""]=e)}}function p6(e,t,r){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+r,e.providerIndexes=t}function yC(e,t,r,i,o,n,a,s){let l=t[N],u=l.consts,_=Aa(l,e,r,i,Ii(u,a));return n&&n6(l,t,_,Ii(u,s),o),_.mergedAttrs=_a(_.mergedAttrs,_.attrs),_.attrs!==null&&Su(_,_.attrs,!1),_.mergedAttrs!==null&&Su(_,_.mergedAttrs,!0),l.queries!==null&&l.queries.elementStart(l,_),_}function wC(e,t){PR(e,t),Sy(t)&&e.queries.elementEnd(t)}function f6(e,t,r,i,o,n){let a=t.consts,s=Aa(t,e,r,i,Ii(a,o));if(s.mergedAttrs=_a(s.mergedAttrs,s.attrs),n!=null){let l=Ii(a,n);s.localNames=[];for(let u=0;u<l.length;u+=2)s.localNames.push(l[u],-1)}return s.attrs!==null&&Su(s,s.attrs,!1),s.mergedAttrs!==null&&Su(s,s.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,s),s}function g6(e){return Object.keys(e).map(t=>{let[r,i,o]=e[t],n={propName:r,templateName:t,isSignal:(i&hc.SignalBased)!==0};return o&&(n.transform=o),n})}function m6(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}function b6(e,t,r){let i=t instanceof co?t:t?.injector;return i&&e.getStandaloneInjector!==null&&(i=e.getStandaloneInjector(i)||i),i?new ZO(r,i):r}function y6(e){let t=e.get(Ff,null);if(t===null)throw new $(407,!1);return{rendererFactory:t,sanitizer:e.get(WO,null),changeDetectionScheduler:e.get(Ia,null),ngReflect:!1,tracingService:e.get(Ba,null,{optional:!0})}}function w6(e,t){let r=x6(e);return Dw(t,r,r==="svg"?Ty:r==="math"?Nz:null)}function C6(e){if(e?.toLowerCase()==="script")throw new $(905,!1)}function x6(e){return(e.selectors[0][0]||"div").toLowerCase()}function S6(e,t,r,i){let o=e?["ng-version","22.1.1"]:IP(t.selectors[0]),n=null,a=null,s=0;if(r)for(let u of r)s+=u[Oh].requiredVars,u.create&&(u.targetIdx=0,(n??=[]).push(u)),u.update&&(u.targetIdx=0,(a??=[]).push(u));if(i)for(let u=0;u<i.length;u++){let _=i[u];if(typeof _!="function")for(let c of _.bindings){s+=c[Oh].requiredVars;let h=u+1;c.create&&(c.targetIdx=h,(n??=[]).push(c)),c.update&&(c.targetIdx=h,(a??=[]).push(c))}}let l=[t];if(i)for(let u of i){let _=Qp(typeof u=="function"?u:u.type);l.push(_)}return zf(0,null,T6(n,a),1,s,l,null,null,null,[o],null)}function k6(e,t){let r=e.getRootNode?.();return v6&&r instanceof Document?r.head:r&&CC&&r instanceof ShadowRoot?r:t().head}function T6(e,t){return!e&&!t?null:r=>{if(r&1&&e)for(let i of e)i.create();if(r&2&&t)for(let i of t)i.update()}}function Wm(e){let t=e[Oh].kind;return t==="input"||t==="twoWay"}function B6(e,t,r){let i=e.projection=[];for(let o=0;o<t.length;o++){let n=r[o];i.push(n!=null&&n.length?Array.from(n):null)}}function E6(e,t,r){return A6(e,t,r)}function Hf(e){return!!e&&typeof e.then=="function"}function D6(e){return!!e&&typeof e.subscribe=="function"}function z6(e,t,r=null){return new xC({providers:e,parent:t,debugName:r,runEnvironmentInitializers:!0}).injector}function ai(e){return cc(()=>{let t=kC(e),r=te(D({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection!==ww.Eager,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(R6).getOrCreateStandaloneInjector(r):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Ci.Emulated,styles:e.styles||cr,_:null,schemas:e.schemas||null,tView:null,id:""});t.standalone&&Oi("NgStandalone"),TC(r);let i=e.dependencies;return r.directiveDefs=Zm(i,P6),r.pipeDefs=Zm(i,_z),r.id=L6(r),r})}function P6(e){return As(e)||Qp(e)}function SC(e){return cc(()=>({type:e.type,bootstrap:e.bootstrap||cr,declarations:e.declarations||cr,imports:e.imports||cr,exports:e.exports||cr,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function O6(e,t){if(e==null)return Yo;let r={};for(let i in e)if(e.hasOwnProperty(i)){let o=e[i],n,a,s,l;Array.isArray(o)?(s=o[0],n=o[1],a=o[2]??n,l=o[3]||null):(n=o,a=o,s=hc.None,l=null),r[n]=[i,s,l],t[n]=a}return r}function M6(e){if(e==null)return Yo;let t={};for(let r in e)e.hasOwnProperty(r)&&(t[e[r]]=r);return t}function Lr(e){return cc(()=>{let t=kC(e);return TC(t),t})}function N6(e){return{type:e.type,name:e.name,factory:null,pure:e.pure!==!1,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function kC(e){let t={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Yo,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:e.signals===!0,selectors:e.selectors||cr,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,signalFormsInputPresence:null,inputs:O6(e.inputs,t),outputs:M6(e.outputs),debugInfo:null}}function TC(e){e.features?.forEach(t=>t(e))}function Zm(e,t){return e?()=>{let r=typeof e=="function"?e():e,i=[];for(let o of r){let n=t(o);n!==null&&i.push(n)}return i}:null}function L6(e){let t=0,r=typeof e.consts=="function"?"":e.consts,i=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,r,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(let o of i.join("|"))t=Math.imul(31,t)+o.charCodeAt(0)<<0;return t+=2147483648,"c"+t}function F6(e){return t=>{t.controlDef={create:(r,i)=>{r?.\u0275ngControlCreate(i)},update:(r,i)=>{r?.\u0275ngControlUpdate?.(i)},passThroughInput:e}}}function AC(e){let t=r=>{let i=Array.isArray(e);r.hostDirectives===null?(r.resolveHostDirectives=$6,r.hostDirectives=i?e.map(Nh):[e]):i?r.hostDirectives.unshift(...e.map(Nh)):r.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function $6(e){let t=[],r=!1,i=null,o=null;for(let n=0;n<e.length;n++){let a=e[n];if(a.hostDirectives!==null){let s=t.length;i??=new Map,o??=new Map,EC(a,t,i,e),o.set(a,[s,t.length-1])}n===0&&ei(a)&&(r=!0,t.push(a))}for(let n=r?1:0;n<e.length;n++)t.push(e[n]);return i!==null&&i.forEach((n,a)=>{H6(a.declaredInputs,n.inputs)}),[t,i,o]}function EC(e,t,r,i){if(e.hostDirectives!==null)for(let o of e.hostDirectives)if(typeof o=="function"){let n=o();for(let a of n)Km(Nh(a),t,r,i)}else Km(o,t,r,i)}function Km(e,t,r,i){let o=Qp(e.directive);if(EC(o,t,r,i),r.has(o)){let n=r.get(o);Xm(n,e.inputs,"input"),Xm(n,e.outputs,"output")}else i.includes(o)||(r.set(o,e),t.push(o))}function Xm(e,t,r){let i=r==="input"?e.inputs:e.outputs;Object.keys(t).forEach(o=>{let n=t[o];(!i.hasOwnProperty(o)||i[o]===n)&&(i[o]=n)})}function Nh(e){return typeof e=="function"?{directive:It(e),inputs:{},outputs:{}}:{directive:It(e.directive),inputs:Ym(e.inputs),outputs:Ym(e.outputs)}}function Ym(e){let t={};if(e!==void 0&&e.length>0)for(let r=0;r<e.length;r+=2)t[e[r]]=e[r+1];return t}function H6(e,t){for(let r in t)if(t.hasOwnProperty(r)){let i=t[r];e[i]=e[r]}}function U6(e){return Object.getPrototypeOf(e.prototype).constructor}function Mi(e){let t=U6(e.type),r=!0,i=[e];for(;t&&t!==Function.prototype&&t!==Object.prototype;){let o,n=Object.hasOwn(t,uh)?t[uh]:void 0,a=Object.hasOwn(t,ch)?t[ch]:void 0;if(ei(e))o=n??a;else{if(n)throw new $(903,!1);o=a}if(o){if(r){i.push(o);let l=e;l.inputs=_d(e.inputs),l.declaredInputs=_d(e.declaredInputs),l.outputs=_d(e.outputs);let u=o.hostBindings;u&&W6(e,u);let _=o.viewQuery,c=o.contentQueries;if(_&&q6(e,_),c&&G6(e,c),V6(e,o),az(e.outputs,o.outputs),ei(o)&&o.data.animation){let h=e.data;h.animation=(h.animation||[]).concat(o.data.animation)}}let s=o.features;if(s)for(let l=0;l<s.length;l++){let u=s[l];u&&u.ngInherit&&u(e),u===Mi&&(r=!1)}}t=Object.getPrototypeOf(t)}j6(i)}function V6(e,t){for(let r in t.inputs){if(!t.inputs.hasOwnProperty(r)||e.inputs.hasOwnProperty(r))continue;let i=t.inputs[r];i!==void 0&&(e.inputs[r]=i,e.declaredInputs[r]=t.declaredInputs[r])}}function j6(e){let t=0,r=null;for(let i=e.length-1;i>=0;i--){let o=e[i];o.hostVars=t+=o.hostVars,o.hostAttrs=_a(o.hostAttrs,r=_a(r,o.hostAttrs))}}function _d(e){return e===Yo?{}:e===cr?[]:e}function q6(e,t){let r=e.viewQuery;r?e.viewQuery=(i,o)=>{t(i,o),r(i,o)}:e.viewQuery=t}function G6(e,t){let r=e.contentQueries;r?e.contentQueries=(i,o,n)=>{t(i,o,n),r(i,o,n)}:e.contentQueries=t}function W6(e,t){let r=e.hostBindings;r?e.hostBindings=(i,o)=>{t(i,o),r(i,o)}:e.hostBindings=t}function Z6(e,t,r,i,o,n,a,s){if(r.firstCreatePass){e.mergedAttrs=_a(e.mergedAttrs,e.attrs);let _=e.tView=zf(2,e,o,n,a,r.directiveRegistry,r.pipeRegistry,null,r.schemas,r.consts,null);r.queries!==null&&(r.queries.template(r,e),_.queries=r.queries.embeddedTView(e))}s&&(e.flags|=s),ka(e,!1);let l=K6(r,t,e,i);ff()&&Ef(r,t,l,e),da(l,t);let u=PO(l,t,l,e);t[i+Ye]=u,Zw(t,u),E6(u,e,t)}function bs(e,t,r,i,o,n,a,s,l,u,_){let c=r+Ye,h;if(t.firstCreatePass){if(h=Aa(t,c,4,a||null,s||null),u!=null){let d=Ii(t.consts,u);h.localNames=[];for(let m=0;m<d.length;m+=2)h.localNames.push(d[m],-1)}}else h=t.data[c];return Z6(h,e,t,r,i,o,n,l),u!=null&&Pf(e,h,_),h}function X6(e,t,r,i){return vf(!0),t[Xe].createComment("")}function J6(){jD(()=>{throw new $(600,"")})}function tM(e){return e===void 0||typeof e=="string"||e instanceof Element?{hostElement:e}:e}function Gl(e,t){let r=e.indexOf(t);r>-1&&e.splice(r,1)}function DC(e,t,r,i){let o=Z();return Or(o,cn(),t)&&(ht(),hO(uc(),o,e,t,r,i)),DC}function dd(e,t,r,i,o){return e===r&&Object.is(t,i)?1:Object.is(o(e,t),o(r,i))?-1:0}function iM(e,t,r,i){let o,n,a=0,s=e.length-1;if(Array.isArray(t)){M(i);let l=t.length-1;for(M(null);a<=s&&a<=l;){let u=e.at(a),_=t[a],c=dd(a,u,a,_,r);if(c!==0){c<0&&e.updateValue(a,_),a++;continue}let h=e.at(s),d=t[l],m=dd(s,h,l,d,r);if(m!==0){m<0&&e.updateValue(s,d),s--,l--;continue}let w=r(a,u),I=r(s,h),x=r(a,_);if(Object.is(x,I)){let B=r(l,d);Object.is(B,w)?(e.swap(a,s),e.updateValue(s,d),l--,s--):e.move(s,a),e.updateValue(a,_),a++;continue}if(o??=new eb,n??=Jm(e,a,s,r),Lh(e,o,a,x))e.updateValue(a,_),a++,s++;else if(n.has(x))o.set(w,e.detach(a)),s--;else{let B=e.create(a,t[a]);e.attach(a,B),a++,s++}}for(;a<=l;)Qm(e,o,r,a,t[a]),a++}else if(t!=null){M(i);let l=t[Symbol.iterator]();M(null);let u=l.next();for(;!u.done&&a<=s;){let _=e.at(a),c=u.value,h=dd(a,_,a,c,r);if(h!==0)h<0&&e.updateValue(a,c),a++,u=l.next();else{o??=new eb,n??=Jm(e,a,s,r);let d=r(a,c);if(Lh(e,o,a,d))e.updateValue(a,c),a++,s++,u=l.next();else if(!n.has(d))e.attach(a,e.create(a,c)),a++,s++,u=l.next();else{let m=r(a,_);o.set(m,e.detach(a)),s--}}}for(;!u.done;)Qm(e,o,r,e.length,u.value),u=l.next()}for(;a<=s;)e.destroy(e.detach(s--));o?.forEach(l=>{e.destroy(l)})}function Lh(e,t,r,i){return t!==void 0&&t.has(i)?(e.attach(r,t.get(i)),t.delete(i),!0):!1}function Qm(e,t,r,i,o){if(Lh(e,t,i,r(i,o)))e.updateValue(i,o);else{let n=e.create(i,o);e.attach(i,n)}}function Jm(e,t,r,i){let o=new Set;for(let n=t;n<=r;n++)o.add(i(n,e.at(n)));return o}function oM(e,t,r,i,o,n,a,s){Oi("NgControlFlow");let l=Z(),u=ht();return bs(l,u,e,t,r,i,o,Ii(u.consts,n),256,a,s),zC}function zC(e,t,r,i,o,n,a,s){Oi("NgControlFlow");let l=Z(),u=ht();return bs(l,u,e,t,r,i,o,Ii(u.consts,n),512,a,s),zC}function nM(e,t){Oi("NgControlFlow");let r=Z(),i=cn(),o=r[i]!==mr?r[i]:-1,n=o!==-1?Bu(r,Ye+o):void 0,a=0;if(Or(r,i,e)){let s=M(null);try{if(n!==void 0&&cC(n,a),e!==-1){let l=Ye+e,u=Bu(r,l),_=Fh(r[N],l),c=hC(u,_,r);vc(u,pc(r,_,t,{dehydratedView:c}),a,fc(_,c))}}finally{M(s)}}else if(n!==void 0){let s=uC(n,a);s!==void 0&&(s[ct]=t)}}function sM(e,t){return t}function Tu(e,t,r,i,o,n,a,s,l,u,_,c,h){Oi("NgControlFlow");let d=Z(),m=ht(),w=l!==void 0,I=Z(),x=new lM(w,s?a.bind(I[tr][ct]):a);I[Ye+e]=x,bs(d,m,e+1,t,r,i,o,Ii(m.consts,n),256),w&&bs(d,m,e+2,l,u,_,c,Ii(m.consts,h),512)}function Iu(e){let t=M(null),r=Ri();try{let i=Z(),o=i[N],n=i[r],a=r+1,s=Bu(i,a);n.liveCollection===void 0?n.liveCollection=new uM(s,i,Fh(o,a)):n.liveCollection.reset();let l=n.liveCollection;if(iM(l,e,n.trackByFn,t),l.updateIndexes(),n.hasEmptyBlock){let u=cn(),_=l.length===0;if(Or(i,u,_)){let c=r+2,h=Bu(i,c);if(_){let d=Fh(o,c),m=hC(h,d,i);vc(h,pc(i,d,void 0,{dehydratedView:m}),0,fc(d,m))}else o.firstUpdatePass&&HO(h),cC(h,0)}}}finally{M(t)}}function Bu(e,t){return e[t]}function cM(e,t){if(e.length<=_t)return;let r=e[_t+t],i=r?r[Ti]:void 0;if(r&&i&&i.detachedLeaveAnimationFns&&i.detachedLeaveAnimationFns.length>0){let o=r[_o];LP(o,i),ha.delete(r[ki]),i.detachedLeaveAnimationFns=void 0}}function _M(e,t){if(e.length<=_t)return;let r=e[_t+t],i=r?r[Ti]:void 0;i&&i.leave&&i.leave.size>0&&(i.detachedLeaveAnimationFns=[])}function dM(e,t){return Lf(e,t)}function hM(e,t){return uC(e,t)}function Fh(e,t){return lf(e,t)}function Zt(e,t,r){let i=Z();return Or(i,cn(),t)&&(ht(),sO(uc(),i,e,t,i[Xe],r)),Zt}function tb(e,t,r,i,o){Of(t,e,r,o?"class":"style",i)}function J(e,t,r,i){let o=Z(),n=o[N],a=e+Ye,s=n.firstCreatePass?yC(a,o,2,t,dO,jz(),r,i):n.data[a];if(un(s)){let l=o[Jr].tracingService;if(l&&l.componentCreate){let u=n.data[s.directiveStart+s.componentOffset];return l.componentCreate(pC(u),()=>(rb(e,t,o,s,i),J))}}return rb(e,t,o,s,i),J}function rb(e,t,r,i,o){if(Jw(i,r,e,t,RC),sf(i)){let n=r[N];Yw(n,r,i),Aw(n,i,r)}o!=null&&Pf(r,i)}function oe(){let e=ht(),t=eC(Mr());return e.firstCreatePass&&wC(e,t),zy(t)&&Ry(),Ey(),t.classesWithoutHost!=null&&MR(t)&&tb(e,t,Z(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&NR(t)&&tb(e,t,Z(),t.stylesWithoutHost,!1),oe}function $o(e,t,r,i){return J(e,t,r,i),oe(),$o}function gi(e,t,r,i){let o=Z(),n=o[N],a=e+Ye,s=n.firstCreatePass?f6(a,n,2,t,r,i):n.data[a];return Jw(s,o,e,t,RC),i!=null&&Pf(o,s),gi}function ro(){return zy(eC(Mr()))&&Ry(),Ey(),ro}function Au(e,t,r,i){return gi(e,t,r,i),ro(),Au}function Uf(){return Z()}function Vf(e,t,r){let i=Z();return Or(i,cn(),t)&&(ht(),Qw(uc(),i,e,t,i[Xe],r)),Vf}function pM(e){typeof e=="string"&&e.toLowerCase().replace(/_/g,"-")}function Kt(e,t,r){let i=Z(),o=ht(),n=Mr();return fM(o,i,i[Xe],n,e,t,r),Kt}function fM(e,t,r,i,o,n,a){let s=!0,l=null;if((i.type&3||a)&&(l??=Zn(i,t,n),vC(i,e,t,a,r,o,n,l)&&(s=!1)),s){let u=i.outputs?.[o],_=i.hostDirectiveOutputs?.[o];if(_&&_.length)for(let c=0;c<_.length;c+=2){let h=_[c],d=_[c+1];l??=Zn(i,t,n),Cu(i,t,h,d,o,l)}if(u&&u.length)for(let c of u)l??=Zn(i,t,n),Cu(i,t,c,o,o,l)}}function ao(e=1){return tR(e)}function vM(e,t){let r=null,i=wP(e);for(let o=0;o<t.length;o++){let n=t[o];if(n==="*"){r=o;continue}if(i===null?Nw(e,n,!0):SP(i,n))return o}return r}function _n(e){let t=Z()[tr][ir];if(!t.projection){let r=t.projection=wz(e?e.length:1,null),i=r.slice(),o=t.child;for(;o!==null;){if(o.type!==128){let n=e?vM(o,e):0;n!==null&&(i[n]?i[n].projectionNext=o:r[n]=o,i[n]=o)}o=o.next}}}function dn(e,t=0,r,i,o,n){let a=Z(),s=ht(),l=i?e+1:null;l!==null&&bs(a,s,l,i,o,n,null,r);let u=Aa(s,Ye+e,16,null,r||null);u.projection===null&&(u.projection=t),My();let _=!a[la]||Dy();a[tr][ir].projection[u.projection]===null&&l!==null?gM(a,s,l):_&&!xf(u)&&JP(s,a,u)}function gM(e,t,r){let i=Ye+r,o=t.data[i],n=e[i],a=dC(n,o.tView.ssrId);vc(n,pc(e,o,void 0,{dehydratedView:a}),0,fc(o,a))}function vl(e,t){return e<<17|t<<2}function rn(e){return e>>17&32767}function mM(e){return(e&2)==2}function bM(e,t){return e&131071|t<<17}function Hh(e){return e|2}function pa(e){return(e&131068)>>2}function hd(e,t){return e&-131069|t<<2}function yM(e){return(e&1)===1}function Uh(e){return e|1}function wM(e,t,r,i,o,n){let a=n?t.classBindings:t.styleBindings,s=rn(a),l=pa(a);e[i]=r;let u=!1,_;if(Array.isArray(r)){let c=r;_=c[1],(_===null||Es(c,_)>0)&&(u=!0)}else _=r;if(o)if(l!==0){let c=rn(e[s+1]);e[i+1]=vl(c,s),c!==0&&(e[c+1]=hd(e[c+1],i)),e[s+1]=bM(e[s+1],i)}else e[i+1]=vl(s,0),s!==0&&(e[s+1]=hd(e[s+1],i)),s=i;else e[i+1]=vl(l,0),s===0?s=i:e[l+1]=hd(e[l+1],i),l=i;u&&(e[i+1]=Hh(e[i+1])),ib(e,_,i,!0),ib(e,_,i,!1),CM(t,_,e,i,n),a=vl(s,l),n?t.classBindings=a:t.styleBindings=a}function CM(e,t,r,i,o){let n=o?e.residualClasses:e.residualStyles;n!=null&&typeof t=="string"&&Es(n,t)>=0&&(r[i+1]=Uh(r[i+1]))}function ib(e,t,r,i){let o=e[r+1],n=t===null,a=i?rn(o):pa(o),s=!1;for(;a!==0&&(s===!1||n);){let l=e[a],u=e[a+1];xM(l,t)&&(s=!0,e[a+1]=i?Uh(u):Hh(u)),a=i?rn(u):pa(u)}s&&(e[r+1]=i?Hh(o):Uh(o))}function xM(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?Es(e,t)>=0:!1}function jf(e,t){return SM(e,t,null,!0),jf}function SM(e,t,r,i){let o=Z(),n=ht(),a=Ly(2);if(n.firstUpdatePass&&TM(n,e,a,i),t!==mr&&Or(o,a,t)){let s=n.data[Ri()];DM(n,s,o,o[Xe],e,o[a+1]=zM(t,r),i,a)}}function kM(e,t){return t>=e.expandoStartIndex}function TM(e,t,r,i){let o=e.data;if(o[r+1]===null){let n=o[Ri()],a=kM(e,r);RM(n,i)&&t===null&&!a&&(t=!1),t=IM(o,n,t,i),wM(o,n,t,r,a,i)}}function IM(e,t,r,i){let o=Jz(e),n=i?t.residualClasses:t.residualStyles;if(o===null)(i?t.classBindings:t.styleBindings)===0&&(r=pd(null,e,t,r,i),r=ys(r,t.attrs,i),n=null);else{let a=t.directiveStylingLast;if(a===-1||e[a]!==o)if(r=pd(o,e,t,r,i),n===null){let s=BM(e,t,i);s!==void 0&&Array.isArray(s)&&(s=pd(null,e,t,s[1],i),s=ys(s,t.attrs,i),AM(e,t,i,s))}else n=EM(e,t,i)}return n!==void 0&&(i?t.residualClasses=n:t.residualStyles=n),r}function BM(e,t,r){let i=r?t.classBindings:t.styleBindings;if(pa(i)!==0)return e[rn(i)]}function AM(e,t,r,i){let o=r?t.classBindings:t.styleBindings;e[rn(o)]=i}function EM(e,t,r){let i,o=t.directiveEnd;for(let n=1+t.directiveStylingLast;n<o;n++){let a=e[n].hostAttrs;i=ys(i,a,r)}return ys(i,t.attrs,r)}function pd(e,t,r,i,o){let n=null,a=r.directiveEnd,s=r.directiveStylingLast;for(s===-1?s=r.directiveStart:s++;s<a&&(n=t[s],i=ys(i,n.hostAttrs,o),n!==e);)s++;return e!==null&&(r.directiveStylingLast=s),i}function ys(e,t,r){let i=r?1:2,o=-1;if(t!==null)for(let n=0;n<t.length;n++){let a=t[n];typeof a=="number"?o=a:o===i&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),xz(e,a,r?!0:t[++n]))}return e===void 0?null:e}function DM(e,t,r,i,o,n,a,s){if(!(t.type&3))return;let l=e.data,u=l[s+1];Eu(yM(u)?ob(l,t,r,o,pa(u),a):void 0)||(Eu(n)||mM(u)&&(n=ob(l,null,r,o,s,a)),tO(i,a,Iy(Ri(),r),o,n))}function ob(e,t,r,i,o,n){let a=t===null,s;for(;o>0;){let l=e[o],u=Array.isArray(l),_=u?l[1]:l,c=_===null,h=r[o+1];h===mr&&(h=c?cr:void 0);let d=c?od(h,i):_===i?h:void 0;if(u&&!Eu(d)&&(d=od(l,i)),Eu(d)&&(s=d,a))return s;let m=e[o+1];o=a?rn(m):pa(m)}if(t!==null){let l=n?t.residualClasses:t.residualStyles;l!=null&&(s=od(l,i))}return s}function Eu(e){return e!==void 0}function zM(e,t){return e==null||e===""||(typeof t=="string"?e=Eh(e)+t:typeof e=="object"&&(e=oy(Eh(e)))),e}function RM(e,t){return(e.flags&(t?8:16))!==0}function Te(e,t=""){let r=Z(),i=ht(),o=e+Ye,n=i.firstCreatePass?Aa(i,o,1,t,null):i.data[o],a=PM(i,r,n,t);r[o]=a,ff()&&Ef(i,r,a,n),ka(n,!1)}function OM(e,t,r,i=""){return Or(e,cn(),r)?t+aa(r)+i:mr}function MM(e,t,r,i,o,n=""){let a=XO(e,Zz(),r,o);return Ly(2),a?t+aa(r)+i+aa(o)+n:mr}function Wr(e){return zt("",e),Wr}function zt(e,t,r){let i=Z(),o=OM(i,e,t,r);return o!==mr&&OC(i,Ri(),o),zt}function PC(e,t,r,i,o){let n=Z(),a=MM(n,e,t,r,i,o);return a!==mr&&OC(n,Ri(),a),PC}function OC(e,t,r){let i=Iy(t,e);dP(e[Xe],i,r)}function NC(e){Oi("NgLet");let t=ht(),r=Z(),i=e+Ye;return ka(Aa(t,i,128,null,null),!1),uf(t,r,i,MC),NC}function NM(e){return uf(ht(),Z(),Ri(),e),e}function qf(e){let t=By(Gz(),Ye+e);if(t===MC)throw new $(314,!1);return t}function Du(e){return Or(Z(),cn(),e)?aa(e):mr}function nb(e,t,r){let i=ht();i.firstCreatePass&&LC(t,i.data,i.blueprint,ei(e),r)}function LC(e,t,r,i,o){if(e=It(e),Array.isArray(e))for(let n=0;n<e.length;n++)LC(e[n],t,r,i,o);else{let n=ht(),a=Z(),s=Mr(),l=sa(e)?e:It(e.provide),u=wy(e),_=s.providerIndexes&1048575,c=s.directiveStart,h=s.providerIndexes>>20;if(sa(e)||!e.multi){let d=new Rs(u,o,Ue,null),m=vd(l,t,o?_:_+h,c);m===-1?(kh(bu(s,a),n,l),fd(n,e,t.length),t.push(l),s.directiveStart++,s.directiveEnd++,o&&(s.providerIndexes+=1048576),r.push(d),a.push(d)):(r[m]=d,a[m]=d)}else{let d=vd(l,t,_+h,c),m=vd(l,t,_,_+h),w=d>=0&&r[d],I=m>=0&&r[m];if(o&&!I||!o&&!w){kh(bu(s,a),n,l);let x=$M(o?FM:LM,r.length,o,i,u,e);!o&&I&&(r[m].providerFactory=x),fd(n,e,t.length,0),t.push(l),s.directiveStart++,s.directiveEnd++,o&&(s.providerIndexes+=1048576),r.push(x),a.push(x)}else{let x=FC(r[o?m:d],u,!o&&i);fd(n,e,d>-1?d:m,x)}!o&&i&&I&&r[m].componentProviders++}}}function fd(e,t,r,i){let o=sa(t),n=Az(t);if(o||n){let a=(n?It(t.useClass):t).prototype.ngOnDestroy;if(a){let s=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){let l=s.indexOf(r);l===-1?s.push(r,[i,a]):s[l+1].push(i,a)}else s.push(r,a)}}}function FC(e,t,r){return r&&e.componentProviders++,e.multi.push(t)-1}function vd(e,t,r,i){for(let o=r;o<i;o++)if(t[o]===e)return o;return-1}function LM(e,t,r,i,o){return Vh(this.multi,[])}function FM(e,t,r,i,o){let n=this.multi,a;if(this.providerFactory){let s=this.providerFactory.componentProviders,l=yu(i,i[N],this.providerFactory.index,o);a=l.slice(0,s),Vh(n,a);for(let u=s;u<l.length;u++)a.push(l[u])}else a=[],Vh(n,a);return a}function Vh(e,t){for(let r=0;r<e.length;r++){let i=e[r];t.push(i())}return t}function $M(e,t,r,i,o,n){let a=new Rs(e,r,Ue,null);return a.multi=[],a.index=t,a.componentProviders=0,FC(a,o,i&&!r),a}function br(e,t){return r=>{r.providersResolver=(i,o)=>nb(i,o?o(e):e,!1),t&&(r.viewProvidersResolver=(i,o)=>nb(i,o?o(t):t,!0))}}function HM(e,t){let r=e[t];return r===mr?void 0:r}function UM(e,t,r,i,o,n){let a=t+r;return Or(e,a,o)?KO(e,a+1,n?i.call(n,o):i(o)):HM(e,a+1)}function VM(e,t){let r=ht(),i,o=e+Ye;r.firstCreatePass?(i=jM(t,r.pipeRegistry),r.data[o]=i,i.onDestroy&&(r.destroyHooks??=[]).push(o,i.onDestroy)):i=r.data[o];let n=i.factory||(i.factory=Xo(i.type,!0)),a=Wt(Ue);try{let s=mu(!1),l=n();return mu(s),uf(r,Z(),o,l),l}finally{Wt(a)}}function jM(e,t){if(t)for(let r=t.length-1;r>=0;r--){let i=t[r];if(e===i.name)return i}}function qM(e,t,r){let i=e+Ye,o=Z(),n=By(o,i);return GM(o,i)?UM(o,Wz(),t,n.transform,r,n):n.transform(r)}function GM(e,t){return e[N].data[t].pure}function ZM(){return Oi("NgZoneless"),gy([...$C(),[]])}function $C(){return[{provide:Ia,useExisting:WM},{provide:ni,useClass:hR},{provide:yf,useValue:!0}]}function KM(){return typeof $localize<"u"&&$localize.locale||$h}function YM(e){let t=e.length-1;for(;t>-1;)e[t]===null&&e.splice(t,1),t--}function pr(e,t){return HD(e,t?.equal)}function Ut(e){return e7(e)}function JM(e,t){return typeof e=="function"?ab(_m(e,QM,t?.equal),t?.debugName,t?.set):ab(_m(e.source,e.computation,e.equal),e.debugName,e.set)}function ab(e,t,r){let i=e[Jt],o=e;if(r!==void 0){let n=a=>dm(i,a);o.set=a=>r(a,n),o.update=a=>r(a(Ut(e)),n)}else o.set=n=>dm(i,n),o.update=n=>QD(i,n);return o.asReadonly=Yy.bind(e),o}function VC(e,t){let r=Object.create(eN);r.value=e,r.transformFn=t?.transform;function i(){if(rc(r),r.value===UC)throw new $(-950,null);return r.value}return i[Jt]=r,i}function ut(e){return new XM}function sb(e,t){return VC(e,t)}function tN(e){return VC(UC,e)}function lb(){return new jC([new rN])}function nN(e){return aN(Mr(),Z(),(e&16)===16)}function aN(e,t,r){if(un(e)&&!r){let i=ti(e.index,t);return new Ph(i,i)}else if(e.type&175){let i=t[tr];return new Ph(i,t)}return null}function Ka(e){return!e.moduleRef}function lN(e){let t=Ka(e)?e.r3Injector:e.moduleRef.injector,r=t.get(ni);return r.run(()=>{Ka(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let i=t.get(zs),o;if(r.runOutsideAngular(()=>{o=r.onError.subscribe({next:i})}),Ka(e)){let n=()=>t.destroy(),a=e.platformInjector.get(qh);a.add(n),t.onDestroy(()=>{o.unsubscribe(),a.delete(n)})}else{let n=()=>e.moduleRef.destroy(),a=e.platformInjector.get(qh);a.add(n),e.moduleRef.onDestroy(()=>{Gl(e.allPlatformModules,e.moduleRef),o.unsubscribe(),a.delete(n)})}return cN(i,r,()=>{let n=t.get(Ds),a=n.add(),s=t.get(BC);return s.runInitializers(),s.donePromise.then(()=>{if(pM(t.get(HC,$h)||$h),!t.get(sN,!0))return Ka(e)?t.get(ku):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Ka(e)){let l=t.get(ku);return e.rootComponent!==void 0&&l.bootstrap(e.rootComponent),l}else return uN?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{n.remove(a)})})})}function cN(e,t,r){try{let i=r();return Hf(i)?i.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):i}catch(i){throw t.runOutsideAngular(()=>e(i)),i}}function _N(e=[],t){return xt.create({name:t,providers:[{provide:nf,useValue:"platform"},{provide:qh,useValue:new Set([()=>Wl=null])},...e]})}function dN(e=[]){if(Wl)return Wl;let t=_N(e);return Wl=t,J6(),hN(t),t}function hN(e){let t=e.get(Jy,null);ri(e,()=>{t?.forEach(r=>r())})}function pN(e){let{rootComponent:t,appProviders:r,platformProviders:i,platformRef:o}=e;pe(le.BootstrapApplicationStart);try{let n=o?.injector??dN(i);return lN({r3Injector:new xC({providers:[$C(),vR,...r||[]],parent:n,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:n,rootComponent:t})}catch(n){return Promise.reject(n)}finally{pe(le.BootstrapApplicationEnd)}}function Pe(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function fN(e,t){let r=As(e),i=t.elementInjector||sc();return new $f(r).create(i,t.projectableNodes,t.hostElement,t.environmentInjector,t.directives,t.bindings)}function zu(e){let t=As(e);if(!t)return null;let r=new $f(t);return{get selector(){return r.selector},get type(){return r.componentType},get inputs(){return r.inputs},get outputs(){return r.outputs},get ngContentSelectors(){return r.ngContentSelectors},get isStandalone(){return t.standalone},get isSignal(){return t.signals}}}function Wo(){return GC}function vN(e){GC??=e}function bN(e,t){return{key:e,value:t}}function ub(e,t){let r=e.key,i=t.key;if(r===i)return 0;if(r==null)return 1;if(i==null)return-1;if(typeof r=="string"&&typeof i=="string")return r<i?-1:1;if(typeof r=="number"&&typeof i=="number")return r-i;if(typeof r=="boolean"&&typeof i=="boolean")return r<i?-1:1;let o=String(r),n=String(i);return o==n?0:o<n?-1:1}function ZC(e,t){t=encodeURIComponent(t);for(let r of e.split(";")){let i=r.indexOf("="),[o,n]=i==-1?[r,""]:[r.slice(0,i),r.slice(i+1)];if(o.trim()!==t)continue;let a=n;try{a=decodeURIComponent(n)}catch{}return a.length>1&&a[0]==='"'&&a[a.length-1]==='"'&&(a=a.slice(1,-1)),a}return null}function SN(){let e=Wo()?Wo().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}function Wf(e){return e==null||Zf(e)===0}function Zf(e){return e==null?null:Array.isArray(e)||typeof e=="string"?e.length:e instanceof Set?e.size:null}function IN(e){return t=>{if(t.value==null||e==null)return null;let r=parseFloat(t.value);return!isNaN(r)&&r<e?{min:{min:e,actual:t.value}}:null}}function BN(e){return t=>{if(t.value==null||e==null)return null;let r=parseFloat(t.value);return!isNaN(r)&&r>e?{max:{max:e,actual:t.value}}:null}}function JC(e){return Wf(e.value)?{required:!0}:null}function AN(e){return e.value===!0?null:{required:!0}}function EN(e){return Wf(e.value)||TN.test(e.value)?null:{email:!0}}function DN(e){return t=>{let r=t.value?.length??Zf(t.value);return r===null||r===0?null:r<e?{minlength:{requiredLength:e,actualLength:r}}:null}}function zN(e){return t=>{let r=t.value?.length??Zf(t.value);return r!==null&&r>e?{maxlength:{requiredLength:e,actualLength:r}}:null}}function RN(e){if(!e)return Ru;let t,r;return typeof e=="string"?(r="",e.charAt(0)!=="^"&&(r+="^"),r+=e,e.charAt(e.length-1)!=="$"&&(r+="$"),t=new RegExp(r)):(r=e.toString(),t=e),i=>{if(Wf(i.value))return null;let o=i.value;return t.test(o)?null:{pattern:{requiredPattern:r,actualValue:o}}}}function Ru(e){return null}function e2(e){return e!=null}function t2(e){return Hf(e)?Xp(e):e}function r2(e){let t={};return e.forEach(r=>{t=r!=null?D(D({},t),r):t}),Object.keys(t).length===0?null:t}function i2(e,t){return t.map(r=>r(e))}function PN(e){return!e.validate}function o2(e){return e.map(t=>PN(t)?t:r=>t.validate(r))}function n2(e){if(!e)return null;let t=e.filter(e2);return t.length==0?null:function(r){return r2(i2(r,t))}}function a2(e){return e!=null?n2(o2(e)):null}function s2(e){if(!e)return null;let t=e.filter(e2);return t.length==0?null:function(r){return Y7(i2(r,t).map(t2)).pipe(to(r2))}}function l2(e){return e!=null?s2(o2(e)):null}function cb(e,t){return e===null?[t]:Array.isArray(e)?[...e,t]:[e,t]}function u2(e){return e._rawValidators}function c2(e){return e._rawAsyncValidators}function Gh(e){return e?Array.isArray(e)?e:[e]:[]}function Pu(e,t){return Array.isArray(e)?e.includes(t):e===t}function _b(e,t){let r=Gh(t);return Gh(e).forEach(i=>{Pu(r,i)||r.push(i)}),r}function db(e,t){return Gh(t).filter(r=>!Pu(e,r))}function d2(e){return(mc(e)?e.validators:e)||null}function MN(e){return Array.isArray(e)?a2(e):e||null}function h2(e,t){return(mc(t)?t.asyncValidators:e)||null}function NN(e){return Array.isArray(e)?l2(e):e||null}function mc(e){return e!=null&&!Array.isArray(e)&&typeof e=="object"}function LN(e,t,r){let i=e.controls;if(!(t?Object.keys(i):i).length)throw new $(1e3,"");if(!f2(i,r))throw new $(1001,"")}function FN(e,t,r){e._forEachChild((i,o)=>{if(r[o]===void 0)throw new $(-1002,"")})}function f2(e,t){return Object.hasOwn(e,t)}function $N(e){return e.tagName==="INPUT"||e.tagName==="SELECT"||e.tagName==="TEXTAREA"}function HN(e,t,r,i){switch(r){case"name":e.setAttribute(t,r,i);break;case"disabled":case"readonly":case"required":i?e.setAttribute(t,r,""):e.removeAttribute(t,r);break;case"max":case"min":case"minLength":case"maxLength":i!==void 0?e.setAttribute(t,r,i.toString()):e.removeAttribute(t,r);break}}function GN(e,t,r=Qf){Jf(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||r==="always")&&t.valueAccessor.setDisabledState?.(e.disabled),ZN(e,t),XN(e,t),KN(e,t),WN(e,t)}function Mu(e,t,r=!0){let i=()=>{};t?.valueAccessor?.registerOnChange(i),t?.valueAccessor?.registerOnTouched(i),Lu(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function Nu(e,t){e.forEach(r=>{r.registerOnValidatorChange&&r.registerOnValidatorChange(t)})}function WN(e,t){if(t.valueAccessor.setDisabledState){let r=i=>{t.valueAccessor.setDisabledState(i)};e.registerOnDisabledChange(r),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(r)})}}function Jf(e,t){let r=u2(e);t.validator!==null?e.setValidators(cb(r,t.validator)):typeof r=="function"&&e.setValidators([r]);let i=c2(e);t.asyncValidator!==null?e.setAsyncValidators(cb(i,t.asyncValidator)):typeof i=="function"&&e.setAsyncValidators([i]);let o=()=>e.updateValueAndValidity();Nu(t._rawValidators,o),Nu(t._rawAsyncValidators,o)}function Lu(e,t){let r=!1;if(e!==null){if(t.validator!==null){let o=u2(e);if(Array.isArray(o)&&o.length>0){let n=o.filter(a=>a!==t.validator);n.length!==o.length&&(r=!0,e.setValidators(n))}}if(t.asyncValidator!==null){let o=c2(e);if(Array.isArray(o)&&o.length>0){let n=o.filter(a=>a!==t.asyncValidator);n.length!==o.length&&(r=!0,e.setAsyncValidators(n))}}}let i=()=>{};return Nu(t._rawValidators,i),Nu(t._rawAsyncValidators,i),r}function ZN(e,t){t.valueAccessor.registerOnChange(r=>{e._pendingValue=r,e._pendingChange=!0,e._pendingDirty=!0,e.updateOn==="change"&&g2(e,t)})}function KN(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,e.updateOn==="blur"&&e._pendingChange&&g2(e,t),e.updateOn!=="submit"&&e.markAsTouched()})}function g2(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function XN(e,t){let r=(i,o)=>{t.valueAccessor.writeValue(i),o&&t.viewToModelUpdate(i)};e.registerOnChange(r),t._registerOnDestroy(()=>{e._unregisterOnChange(r)})}function YN(e,t){Jf(e,t)}function QN(e,t){return Lu(e,t)}function JN(e,t){if(!e.hasOwnProperty("model"))return!1;let r=e.model;return r.isFirstChange()?!0:!Object.is(t,r.currentValue)}function e8(e){return Object.getPrototypeOf(e.constructor)===CN}function t8(e,t){e._syncPendingControls(),t.forEach(r=>{let i=r.control;i.updateOn==="submit"&&i._pendingChange&&(r.viewToModelUpdate(i._pendingValue),i._pendingChange=!1)})}function r8(e,t){if(!t)return null;let r,i,o;return t.forEach(n=>{n.constructor===XC?r=n:e8(n)?i=n:o=n}),o||i||r||null}function i8(e,t){let r=e.indexOf(t);r>-1&&e.splice(r,1)}function pb(e,t){let r=e.indexOf(t);r>-1&&e.splice(r,1)}function fb(e){return typeof e=="object"&&e!==null&&Object.keys(e).length===2&&"value"in e&&"disabled"in e}function vb(e){for(let t of e)t.remove()}function gb(e,t){let r=t.createElement("style");return r.textContent=e,r}function c8(e,t,r,i){let o=e.head?.querySelectorAll(`style[${bd}="${t}"],link[${bd}="${t}"]`);if(!o||o.length===0)return!1;for(let n of o)n.removeAttribute(bd),n instanceof HTMLLinkElement?i.set(n.href.slice(n.href.lastIndexOf("/")+1),{usage:0,elements:[n]}):n.textContent&&r.set(n.textContent,{usage:0,elements:[n]});return!0}function Kh(e,t){let r=t.createElement("link");return r.setAttribute("rel","stylesheet"),r.setAttribute("href",e),r}function v8(e){return d8.replace(rv,e)}function g8(e){return _8.replace(rv,e)}function I2(e,t){return t.map(r=>r.replace(rv,e))}function yb(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}function b8(){return as=as||document.head.querySelector("base"),as?as.getAttribute("href"):null}function y8(e){return new URL(e,document.baseURI).pathname}async function S8(e,t){return pN(k8(e,t))}function k8(e,t){return{platformRef:t?.platformRef,appProviders:[...E8,...e?.providers??[]],platformProviders:A8}}function T8(){m8.makeCurrent()}function I8(){return new Ta}function B8(){return eP(document),document}function R8(e,t){let r=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(i=>{let o=i.indexOf("="),[n,a]=o==-1?[t.decodeKey(i),""]:[t.decodeKey(i.slice(0,o)),t.decodeValue(i.slice(o+1))],s=r.get(n)||[];s.push(a),r.set(n,s)}),r}function Sb(e){return encodeURIComponent(e).replace(P8,(t,r)=>O8[r]??t)}function bl(e){return`${e}`}function M8(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}function kb(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function Tb(e){return typeof Blob<"u"&&e instanceof Blob}function Ib(e){return typeof FormData<"u"&&e instanceof FormData}function N8(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}function Qh(){}function j8(e){e.then(Qh,Qh)}function Ab(e){throw new $(-2825,!1)}function xd(e){let t=e.match(q8);if(t!==null)try{return new TextDecoder(t[1])}catch{}return new TextDecoder}function M2(e,t){if(!S(G8)||e.method==="GET"||e.method==="HEAD")return t(e);try{let o=S(WC).href,{origin:n}=new URL(o),{origin:a}=new URL(e.url,n);if(n!==a)return t(e)}catch{return t(e)}let r=S(Q8).getToken(),i=S(X8);return r!=null&&!e.headers.has(i)&&(e=e.clone({headers:e.headers.set(i,r)})),t(e)}function J8(e,t){return t(e)}function eL(e,t,r){return(i,o)=>ri(r,()=>t(i,n=>e(n,o)))}function Sd(e,t){return D({body:t},e)}function iL(...e){let t=[F2,Yh,Jh,{provide:nv,useExisting:Jh},{provide:L2,useFactory:()=>S(Yh)},{provide:N2,useValue:M2,multi:!0}];for(let r of e)t.push(...r.\u0275providers);return gy(t)}function oL(e){e||(e=S(oi));let t=new dt(r=>{if(e.destroyed){r.next();return}return e.onDestroy(r.next.bind(r))});return r=>r.pipe(iz(t))}function ss(e,t){let r=t?.injector??S(xt),i=new H1(1),o=Nr(()=>{let n;try{n=e()}catch(a){Ut(()=>i.error(a));return}Ut(()=>i.next(n))},{injector:r,manualCleanup:!0});return r.get(oi).onDestroy(()=>{o.destroy(),i.complete()}),i.asObservable()}function nL(e,t){return{provide:e,useFactory:r=>new e(r,t),deps:[ac]}}function hn(e){return[nL(bo,e)]}function IL(){return R("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":$t(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":ju()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[g("div",{class:"ui5-switch-inner",children:g("div",{class:"ui5-switch-track",part:"slider",children:R("div",{class:"ui5-switch-slider",children:[this.graphical?R(ke,{children:[g("span",{class:"ui5-switch-text ui5-switch-text--on",children:g(rt,{name:lD,class:"ui5-switch-icon-on"})}),g("span",{class:"ui5-switch-text ui5-switch-text--off",children:g(rt,{name:V0,class:"ui5-switch-icon-off"})})]}):g(ke,{children:this.hasNoLabel?R(ke,{children:[g("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:g(rt,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),g("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:g(rt,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}):R(ke,{children:[g("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),g("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&g("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),g("span",{class:"ui5-switch-handle",part:"handle"})]})})}),g("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}function t4(e,t){for(let r=1,i=1;r<e.length;r++,i++)if(t[i]==="\\")i++;else if(e[r]===":")return r;throw new Error(`Unterminated $localize metadata block in "${t}".`)}function Nb(e,t){return t.charAt(0)===r4?e.substring(t4(e,t)+1):e}function o4(e,t){if(e&1&&(J(0,"div",4),Te(1),oe()),e&2){ao();let r=qf(1);H(),Wr(r.urlsInput.error)}}function n4(e,t){if(e&1){let r=Uf();J(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Te(3),oe(),J(4,"ui5-button",23),Kt("click",function(){let i=hu(r).$index;return pu(ao().removeUrl(i))}),oe()()()}if(e&2){let r=t.$implicit;ao();let i=qf(1);H(3),Wr(r.url),H(),Zt("tooltip",Du(i.removeButton))}}function a4(e,t){if(e&1){let r=Uf();J(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Te(3),oe(),J(4,"ui5-button",23),Kt("click",function(){let i=hu(r).$implicit;return pu(ao().removeServiceProviderConfig(i[0]))}),oe()()()}if(e&2){let r=t.$implicit;ao();let i=qf(1);H(3),PC(" Key: ",r[0],", Value: ",r[1]," "),H(),Zt("tooltip",Du(i.removeButton))}}function u4(e,t){if(e&1){let r=Uf();J(0,"ui5-li-custom")(1,"div",10)(2,"span"),Te(3),oe(),J(4,"div",11)(5,"ui5-switch",12),Kt("ui5Change",function(){let i=hu(r).$implicit;return pu(ao().onToggleChange(i.key))}),oe(),J(6,"ui5-button",13),Kt("ui5Click",function(){let i=hu(r).$implicit;return pu(ao().onItemDelete(i.key))}),oe()()()()}if(e&2){let r=t.$implicit,i=ao();H(3),zt(" ",r.key," ");let o=i.queryParamsFeatures.includes(r.key);H(2),Zt("tooltip",o?i.texts.tooltipQueryParam:"")("disabled",o)("checked",i.togglesForm.get(r.key).value),H(),Zt("tooltip",o?i.texts.tooltipQueryParam:"")("disabled",o)}}function d4(e,t){if(e&1&&(gi(0,"a",11)(1,"span"),Te(2),ro(),rR(),gi(3,"svg",12),Au(4,"path",13),ro()()),e&2){let r=t.$implicit;Vf("href",r.link,Ow),H(2),Wr(r.title)}}function f4(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function v4(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}function g4(e,t){if(!Id){let r=Element.prototype;Id=r.matches||r.matchesSelector||r.mozMatchesSelector||r.msMatchesSelector||r.oMatchesSelector||r.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE?Id.call(e,t):!1}function m4(e){let t={};return e.forEach(({propName:r,templateName:i,transform:o})=>{t[f4(i)]=[r,o]}),t}function b4(e,t){return zu(e).inputs}function y4(e,t){let r=e.childNodes,i=t.map(()=>[]),o=-1;t.some((n,a)=>n==="*"?(o=a,!0):!1);for(let n=0,a=r.length;n<a;++n){let s=r[n],l=w4(s,t,o);l!==-1&&i[l].push(s)}return i}function w4(e,t,r){let i=r;return v4(e)&&t.some((o,n)=>o!=="*"&&g4(e,o)?(i=n,!0):!1),i}function T4(e,t){let r=b4(e),i=t.strategyFactory||new x4(e),o=m4(r);class n extends k4{injector;static observedAttributes=Object.keys(o);get ngElementStrategy(){if(!this._ngElementStrategy){let s=this._ngElementStrategy=i.create(this.injector||t.injector);r.forEach(({propName:l,transform:u})=>{if(!this.hasOwnProperty(l))return;let _=this[l];delete this[l],s.setInputValue(l,_,u)})}return this._ngElementStrategy}_ngElementStrategy;constructor(s){super(),this.injector=s}attributeChangedCallback(s,l,u,_){let[c,h]=o[s];this.ngElementStrategy.setInputValue(c,u,h)}connectedCallback(){let s=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),s=!0),this.ngElementStrategy.connect(this),s||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(s=>{let l=new CustomEvent(s.name,{detail:s.value});this.dispatchEvent(l)})}}return r.forEach(({propName:a,transform:s,isSignal:l})=>{Object.defineProperty(n.prototype,a,{get(){let u=this.ngElementStrategy.getInputValue(a);return l&&TR(u)?u():u},set(u){this.ngElementStrategy.setInputValue(a,u,s)},configurable:!0,enumerable:!0})}),n}function A4(){let e=S(xt);return B4({"development-settings":s4,"getting-started":h4,"feature-toggle":c4},e),()=>{}}var jx,Vu,qx,Gx,Wx,Zx,Yv,Kx,Lb,Xx,Qv,D,te,ip,Yx,Qx,op,Fb,Ie,$b,No,Jv,Hb,Bd,Ub,np,Ad,Ed,Dd,Vb,Jx,ap,nS,I_,sS,lS,ig,_S,dS,Yb,og,hS,pS,fS,vS,gS,mS,bS,yS,wS,CS,xS,SS,Vv,jv,qv,Gv,Wv,Zv,Kv,kS,TS,IS,BS,AS,ES,DS,ng,zS,RS,PS,OS,MS,NS,LS,zv,Qb,Jb,Rv,FS,$S,HS,US,VS,jS,qS,GS,cv,WS,ZS,KS,XS,YS,QS,up,cp,e5,_p,JS,ek,tk,rk,_v,dv,hv,pv,fv,vv,gv,mv,bv,yv,wv,Cv,xv,Sv,kv,Tv,ik,t5,ok,nk,ak,sk,lk,uk,ck,_k,Dt,ee,B_,A_,Xi,dp,dk,r5,ju,hk,pk,tt,$t,i5,fk,vk,gk,o5,n5,mk,zd,a5,Rd,bk,s5,l5,u5,yk,c5,wk,Ck,ag,xk,_5,Sk,kk,hp,Tk,Ik,Bk,Zr,Ak,Pd,Ek,Dk,zk,Bi,d5,pp,Ho,E_,h5,Rk,Pk,p5,Ok,Mk,Nk,Lk,Od,D_,f5,Fk,Md,$k,fp,Hk,fr,Uk,Cs,Yl,Vk,cs,yi,sg,v5,jk,g5,m5,Ai,qk,xs,Gk,Wk,Zk,Kk,z_,Xk,lg,We,Yk,Qk,Jk,eT,tT,rT,iT,oT,nT,aT,sT,lT,b5,Ql,uT,cT,_T,dT,ug,hT,rr,pT,xl,fT,y5,Nd,Dn,zn,vT,gT,Sl,w5,R_,C5,mT,kl,bT,yT,x5,S5,k5,wT,CT,xT,T5,ST,kT,vp,TT,Qn,Ja,Tl,P_,ul,I5,B5,A5,E5,IT,BT,AT,ET,Jn,DT,gp,zT,RT,PT,OT,D5,z5,ls,Il,Bl,MT,R5,P5,O5,NT,Al,LT,FT,mp,$T,M5,N5,HT,UT,cg,L5,VT,F5,Jl,A,$5,O_,H5,jT,On,qT,GT,WT,ZT,Ld,KT,XT,YT,QT,JT,_g,eI,tI,rI,El,bp,iI,oI,dg,M_,U5,nI,_s,aI,sI,lI,uI,cI,_I,yp,Fn,V5,Ss,dI,hI,j5,pI,Dl,fI,N_,q5,L_,vI,zl,F_,$_,ds,gI,ga,mI,G5,bI,W5,qu,yI,wI,CI,xI,SI,ma,kI,TI,II,BI,AI,EI,DI,zI,RI,PI,OI,hg,MI,NI,Gu,cl,pg,Z5,K5,LI,FI,$I,HI,UI,H_,U_,fg,Lo,X5,VI,vg,gg,Y5,mg,jI,qI,GI,WI,ZI,wp,KI,XI,YI,QI,bg,Rl,JI,eB,Pl,tB,rB,iB,oB,nB,aB,Fd,sB,lB,uB,cB,_B,dB,yg,hB,Q5,pB,fB,vB,gB,mB,J5,V_,e0,wg,bB,jo,yB,Cg,wB,CB,xB,xg,SB,kB,Sg,kg,Cp,j_,t0,Tg,TB,r0,IB,BB,Ig,i0,AB,EB,DB,q_,Bg,o0,zB,Wu,RB,PB,eu,G_,Ag,Eg,OB,Dg,MB,zg,NB,n0,LB,Zu,$B,Rg,W_,Pg,UB,Dr,gt,VB,ye,jB,v,qB,V,He,WB,at,Ku,Be,a0,Fo,Og,s0,$d,l0,xp,Hd,Ud,u0,hs,c0,ZB,Sp,tA,Lg,iA,it,Ne,Pt,oA,Ve,m0,Bo,Ao,ur,Ir,p_,f_,v_,g_,Bp,Ap,so,lo,ta,nA,jd,b0,y0,qd,Gd,aA,ru,Ot,w0,po,iu,ps,sA,ba,Xu,C0,x0,Ep,Dp,lA,Yu,S0,zp,Qu,Rp,Ju,Wd,k0,uA,mi,cA,Fg,_A,dA,hA,T0,pA,$g,I0,Z_,Zd,fA,Hg,ae,B0,A0,E0,Kd,vA,D0,jr,Y,Q,bA,vr,Nl,yA,Vt,rt,wA,sl,z0,Ug,R0,Vg,P0,K_,O0,jg,M0,qg,xA,ya,Xd,xi,Pp,kA,fo,Yd,Rr,Op,N0,Wg,IA,ue,qi,Zg,Ro,re,Ur,X_,$n,L0,BA,AA,EA,ra,F0,be,DA,Kr,$0,Bn,PA,ec,Ko,Tn,H0,U0,b_,y_,V0,Qd,es,j0,OA,MA,Jd,ou,q0,NA,G0,LA,FA,W0,HA,vt,UA,VA,ia,jA,qA,GA,WA,ZA,KA,Io,XA,YA,QA,Mp,Z0,Ha,rE,iE,oE,dr,nu,K0,X0,sE,Y0,lE,uE,Q0,cE,_E,dE,Mt,ts,hE,dl,bt,Va,J0,An,e1,Yi,t1,Oo,pE,fE,r1,vE,Rt,Ts,gE,mE,bE,yE,wE,CE,xE,SE,kE,i1,TE,IE,BE,AE,ie,EE,DE,Z4,C_,PE,wt,qe,hl,lt,he,Ze,tl,Kg,OE,ME,NE,LE,o1,FE,HE,Ct,Ll,Ke,Xv,UE,VE,jE,qE,Xg,GE,WE,x_,ZE,KE,XE,n1,YE,eh,r3,i3,o3,a1,n3,a3,s3,l3,u3,c3,s1,Jg,W,se,Gi,th,j,S_,_3,d3,Np,rh,h3,p3,vo,Xr,Eo,f3,v3,em,Lp,g3,m3,b3,y3,w3,oa,x3,k3,l1,mt,u1,Hn,tm,T3,rm,im,c1,I3,B3,A3,_1,d1,h1,z3,p1,f1,go,rs,R3,P3,Pr,k_,M3,Is,uo,nl,L3,on,Yr,Pv,F3,v1,ja,g1,Rn,m1,Wa,$3,H3,U3,om,Y_,Wi,Zi,nm,V3,j3,pl,q3,G3,W3,Z3,b1,Ge,y1,Q_,w1,am,Y3,Q3,C1,J3,x1,qr,eD,tD,rD,jt,Ki,Bt,S1,iD,ji,nD,At,Mo,sm,J_,ot,aD,sD,lD,uD,cD,_D,Et,vi,lm,ed,nt,pD,fD,CD,um,fi,Za,kD,cm,T1,TD,tc,ih,na,ID,Ae,Ar,BD,AD,ED,fe,DD,Ov,zD,RD,PD,Ht,Fl,qo,OD,Jt,wa,Un,Vn,wi,UD,E1,qD,R1,KD,oh,YD,JD,td,Si,O1,nn,su,t7,Uo,Gp,n7,a7,lh,l7,Wp,dt,h7,p7,an,F1,f7,$1,H1,v7,V1,Z1,N7,F7,U7,V7,j7,q7,ry,$,sz,sy,mm,U,uh,ch,cz,uu,us,bm,uy,dz,hz,_h,Go,fz,vz,Yo,cr,rf,ac,fy,vy,Tz,nf,Hl,ym,nd,co,af,zi,N,L,er,zr,ir,la,cu,ct,_o,Jr,Xe,gs,wm,ln,tr,ua,Nn,ca,ki,Cy,oo,ad,Qo,hr,qn,Ti,Ye,xy,Cm,lc,Mz,_u,_t,ky,Ty,Nz,G,gh,jy,Gy,xt,Pi,oi,Zy,nR,aR,Ds,sR,_r,gf,gu,uR,ni,cR,hR,Ta,zs,vR,Qy,gR,Jy,ew,tw,bf,Ia,yf,bR,rw,yR,wR,iw,CR,xR,IR,le,BR,aw,wf,wh,Im,pe,Gn,Rs,Sh,uw,cw,VR,Gr,gw,gr,ww,Cw,YR,zm,Bh,rP,iP,Tw,oP,Rm,aP,Ci,Ew,uP,Mw,mr,Vo,BP,Dh,os,ha,Tf,Ba,Mm,Fw,DP,zP,RP,If,YP,Fm,hc,rC,kO,IO,BO,Ph,VO,jO,qO,Ff,gc,WO,cd,ZO,mC,Oh,xu,CC,v6,$f,I6,A6,Mh,xC,R6,IC,BC,K6,Y6,Q6,eM,ku,rM,eb,aM,lM,uM,RC,$h,PM,MC,WM,HC,XM,QM,UC,eN,k,rN,iN,oN,jC,qC,qh,sN,uN,Wl,GC,gN,WC,mN,yN,wN,KC,CN,Gf,xN,kN,XC,Kf,YC,TN,QC,_2,Xf,Xa,gl,En,Ya,Ea,hb,gd,md,ml,ON,Ou,p2,UN,VN,jN,v2,qN,Yf,Qf,o8,bc,m2,b2,y2,w2,Zo,n8,a8,C2,s8,ev,l8,tv,u8,x2,S2,Wh,Zh,k2,bd,mb,yd,rv,T2,_8,d8,h8,p8,f8,bb,iv,wb,Xh,Cb,m8,as,xb,w8,C8,x8,A8,E8,fa,D8,z8,P8,O8,Kn,wd,Bb,E2,D2,L8,Cd,Xn,ov,F8,P2,yl,$8,H8,U8,Yh,V8,q8,G8,W8,Z8,K8,X8,Y8,Q8,N2,tL,rL,L2,Jh,nv,F2,$2,H2,av,aL,sL,sv,lL,uL,U2,Fu,$u,cL,_L,K,dL,hL,V2,pL,fL,j2,vL,gL,mL,bL,bo,yL,q2,lv,G2,wL,W2,CL,Z2,xL,K2,SL,X2,kL,Y2,Q2,TL,BL,Nt,Pn,yt,AL,J2,de,ex,EL,DL,tx,va,Eb,Db,zL,RL,O,zb,Hu,Qa,Rb,kd,PL,Uu,uv,ho,rx,OL,ML,NL,LL,FL,$L,HL,UL,VL,ix,jL,qL,ep,GL,WL,ox,nx,ax,ZL,Pb,KL,XL,YL,QL,st,wl,Td,Ob,Mb,JL,sx,e4,rp,r4,i4,s4,l4,c4,_4,h4,p4,Id,C4,x4,S4,k4,I4,B4,cx,E4,D4,rl=$a(()=>{jx=Object.create,Vu=Object.defineProperty,qx=Object.defineProperties,Gx=Object.getOwnPropertyDescriptor,Wx=Object.getOwnPropertyDescriptors,Zx=Object.getOwnPropertyNames,Yv=Object.getOwnPropertySymbols,Kx=Object.getPrototypeOf,Lb=Object.prototype.hasOwnProperty,Xx=Object.prototype.propertyIsEnumerable,Qv=(e,t,r)=>t in e?Vu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,D=(e,t)=>{for(var r in t||={})Lb.call(t,r)&&Qv(e,r,t[r]);if(Yv)for(var r of Yv(t))Xx.call(t,r)&&Qv(e,r,t[r]);return e},te=(e,t)=>qx(e,Wx(t)),ip=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}},Yx=(e,t)=>{for(var r in t)Vu(e,r,{get:t[r],enumerable:!0})},Qx=(e,t,r,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Zx(t))!Lb.call(e,o)&&o!==r&&Vu(e,o,{get:()=>t[o],enumerable:!(i=Gx(t,o))||i.enumerable});return e},op=(e,t,r)=>(r=e!=null?jx(Kx(e)):{},Qx(t||!e||!e.__esModule?Vu(r,"default",{value:e,enumerable:!0}):r,e)),Dd={},Vb=[],Jx=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,ap=Array.isArray;Fb=Vb.slice,Ie={__e:function(e,t,r,i){for(var o,n,a;t=t.__;)if((o=t.__c)&&!o.__)try{if((n=o.constructor)&&n.getDerivedStateFromError!=null&&(o.setState(n.getDerivedStateFromError(e)),a=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(e,i||{}),a=o.__d),a)return o.__E=o}catch(s){e=s}throw e}},$b=0,Cl.prototype.setState=function(e,t){var r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=Ji({},this.state);typeof e=="function"&&(e=e(Ji({},r),this.props)),e&&Ji(r,e),e!=null&&this.__v&&(t&&this._sb.push(t),eg(this))},Cl.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),eg(this))},Cl.prototype.render=ws,No=[],Hb=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Bd=function(e,t){return e.__v.__b-t.__v.__b},Xl.__r=0,Ub=/(PointerCapture)$|Capture$/i,np=0,Ad=rg(!1),Ed=rg(!0);nS=0;I_=new Map,sS=e=>{if(!I_.has(e)){let t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();I_.set(e,t)}return I_.get(e)},lS=e=>sS(e);ig=Ie.vnode;Ie.vnode=e=>{let t=e.props;t!==null&&typeof t=="object"&&t.class&&t.class,ig&&ig(e)};_S={key:"ACC_STATE_REQUIRED",defaultText:"Required"},dS={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},Yb={key:"ACC_STATE_READONLY",defaultText:"Read Only"},og={key:"ACC_STATE_EMPTY",defaultText:"Empty"},hS={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},pS={key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},fS={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},vS={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},gS={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},mS={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},bS={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},yS={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},wS={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},CS={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},xS={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},SS={key:"DELETE",defaultText:"Delete"},Vv={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},jv={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},qv={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},Gv={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},Wv={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},Zv={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},Kv={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},kS={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},TS={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},IS={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},BS={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},AS={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},ES={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},DS={key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},ng={key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},zS={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},RS={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},PS={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},OS={key:"LINK_SUBTLE",defaultText:"Subtle"},MS={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},NS={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},LS={key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},zv={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},Qb={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},Jb={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},Rv={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},FS={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},$S={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},HS={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},US={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},VS={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},jS={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},qS={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},GS={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},cv={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},WS={key:"LOAD_MORE_TEXT",defaultText:"More"},ZS={key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},KS={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},XS={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},YS={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},QS={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},up={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},cp={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},e5={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},_p={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},JS={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},ek={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},tk={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},rk={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},_v={key:"DIALOG_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use shift+arrow keys to resize"},dv={key:"DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use arrow keys to move"},hv={key:"DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use arrow keys to move, Shift+arrow keys to resize"},pv={key:"DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE",defaultText:"Tab to the end of dialog to reach drag and resize handle."},fv={key:"DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE",defaultText:"Tab to the end of dialog to reach drag handle."},vv={key:"DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE",defaultText:"Tab to the end of dialog to reach resize handle."},gv={key:"DIALOG_RESIZE_HANDLE_TOOLTIP",defaultText:"Drag handle to resize (shift+arrow)"},mv={key:"DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL",defaultText:"Drag and Resize Dialog"},bv={key:"DIALOG_DRAG_HANDLE_ARIA_LABEL",defaultText:"Drag Dialog"},yv={key:"DIALOG_RESIZE_HANDLE_ARIA_LABEL",defaultText:"Resize Dialog"},wv={key:"DIALOG_HANDLE_ARIA_ROLEDESCRIPTION",defaultText:"Handle"},Cv={key:"DIALOG_HEADER_ARIA_LABEL",defaultText:"Header"},xv={key:"DIALOG_CONTENT_ARIA_LABEL",defaultText:"Content"},Sv={key:"DIALOG_FOOTER_ARIA_LABEL",defaultText:"Footer"},kv={key:"DIALOG_FULLSCREEN_MAXIMIZE",defaultText:"Maximize (Shift+Ctrl+F)"},Tv={key:"DIALOG_FULLSCREEN_RESTORE",defaultText:"Restore (Shift+Ctrl+F)"},ik={key:"LABEL_COLON",defaultText:":"},t5={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},ok={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},nk={key:"CHECKBOX_CHECKED",defaultText:"Checked"},ak={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},sk={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},lk={key:"SWITCH_ON",defaultText:"On"},uk={key:"SWITCH_OFF",defaultText:"Off"},ck={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},_k={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"},Dt=typeof document>"u",ee={get userAgent(){return Dt?"":navigator.userAgent},get touch(){return Dt?!1:"ontouchstart"in window||navigator.maxTouchPoints>0},get chrome(){return Dt?!1:/(Chrome|CriOS)/.test(ee.userAgent)},get firefox(){return Dt?!1:/Firefox/.test(ee.userAgent)},get safari(){return Dt?!1:!ee.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(ee.userAgent)},get webkit(){return Dt?!1:/webkit/.test(ee.userAgent)},get windows(){return Dt?!1:navigator.platform.indexOf("Win")!==-1},get macOS(){return Dt?!1:!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return Dt?!1:!!navigator.platform.match(/iPhone|iPad|iPod/)||!!(ee.userAgent.match(/Mac/)&&"ontouchend"in document)},get android(){return Dt?!1:!ee.windows&&/Android/.test(ee.userAgent)},get androidPhone(){return Dt?!1:ee.android&&/(?=android)(?=.*mobile)/i.test(ee.userAgent)},get ipad(){return Dt?!1:/ipad/i.test(ee.userAgent)||/Macintosh/i.test(ee.userAgent)&&"ontouchend"in document},_isPhone(){return r5(),ee.touch&&!Xi}},dp=()=>{if(Dt||!ee.windows)return!1;if(B_===void 0){let e=ee.userAgent.match(/Windows NT (\d+).(\d)/);B_=e?parseFloat(e[1]):0}return B_>=8},dk=()=>{if(Dt||!ee.webkit)return!1;if(A_===void 0){let e=ee.userAgent.match(/(webkit)[ /]([\w.]+)/);A_=e?parseFloat(e[1]):0}return A_>=537.1},r5=()=>{if(Dt)return!1;if(Xi===void 0){if(ee.ipad){Xi=!0;return}if(ee.touch){if(dp()){Xi=!0;return}if(ee.chrome&&ee.android){Xi=!/Mobile Safari\/[.0-9]+/.test(ee.userAgent);return}let e=window.devicePixelRatio?window.devicePixelRatio:1;ee.android&&dk()&&(e=1),Xi=Math.min(window.screen.width/e,window.screen.height/e)>=600;return}Xi=ee.userAgent.indexOf("Touch")!==-1||ee.android&&!ee.androidPhone}},ju=()=>ee.safari,hk=()=>ee.chrome,pk=()=>(r5(),(ee.touch||dp())&&Xi),tt=()=>ee._isPhone(),$t=()=>Dt?!1:!pk()&&!tt()||dp(),i5=()=>ee.iOS,fk=()=>ee.macOS,vk=()=>ee.android||ee.androidPhone,gk=(e,t)=>{if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0},o5=gk,n5=e=>{let t=e.getAttribute("form");if(t){let r=document.getElementById(t);return r instanceof HTMLFormElement?r:null}return e._internals?.form??null},mk=e=>{s5(e)&&zd(e)},zd=e=>{if(e._internals?.form){if(a5(e),!e.name){e._internals?.setFormValue(null);return}e._internals.setFormValue(e.formFormattedValue)}},a5=async e=>{if(!(!e.isUI5Element||!e._internals?.form))if(e._internals.setValidity({customError:!0}," "),await e.definePromise,e.formValidity&&Object.keys(e.formValidity).some(t=>t)){let t=await e.formElementAnchor?.();e._internals.setValidity(e.formValidity,e.formValidityMessage,t)}else e._internals.setValidity({})},Rd=async e=>{let t=n5(e);if(!t)return;let r=[...t.elements];await Promise.all(r.map(i=>s5(i)?a5(i):Promise.resolve())),t.requestSubmit()},bk=e=>{n5(e)?.reset()},s5=e=>"formFormattedValue"in e&&"name"in e,l5={},u5=l5.hasOwnProperty,yk=l5.toString,c5=u5.toString,wk=c5.call(Object),Ck=function(e){var t,r;return!e||yk.call(e)!=="[object Object]"?!1:(t=Object.getPrototypeOf(e),t?(r=u5.call(t,"constructor")&&t.constructor,typeof r=="function"&&c5.call(r)===wk):!0)},ag=Ck,xk=Object.create(null),_5=function(e,t,r,i){var o,n,a,s,l,u,_=arguments[2]||{},c=3,h=arguments.length,d=arguments[0]||!1,m=arguments[1]?void 0:xk;for(typeof _!="object"&&typeof _!="function"&&(_={});c<h;c++)if((l=arguments[c])!=null)for(s in l)o=_[s],a=l[s],!(s==="__proto__"||_===a)&&(d&&a&&(ag(a)||(n=Array.isArray(a)))?(n?(n=!1,u=o&&Array.isArray(o)?o:[]):u=o&&ag(o)?o:{},_[s]=_5(d,arguments[1],u,a)):a!==m&&(_[s]=a));return _},Sk=_5,kk=function(e,t){return Sk(!0,!1,...arguments)},hp=kk,Tk=()=>new Promise(e=>{document.body?e():document.addEventListener("DOMContentLoaded",()=>{e()})}),Ik=Tk,Bk=class{constructor(){this._eventRegistry=new Map}attachEvent(e,t){let r=this._eventRegistry,i=r.get(e);if(!Array.isArray(i)){r.set(e,[t]);return}i.includes(t)||i.push(t)}detachEvent(e,t){let r=this._eventRegistry,i=r.get(e);if(!i)return;let o=i.indexOf(t);o!==-1&&i.splice(o,1),i.length===0&&r.delete(e)}fireEvent(e,t){let r=this._eventRegistry.get(e);return r?r.map(i=>i.call(this,t)):[]}fireEventAsync(e,t){return Promise.all(this.fireEvent(e,t))}isHandlerAttached(e,t){let r=this._eventRegistry.get(e);return r?r.includes(t):!1}hasListeners(e){return!!this._eventRegistry.get(e)}},Zr=Bk,Ak=(e,t=document.body,r)=>{let i=document.querySelector(e);return i||(i=r?r():document.createElement(e),t.insertBefore(i,t.firstChild))},Pd=Ak,Ek=()=>{let e=document.createElement("meta");return e.setAttribute("name","ui5-shared-resources"),e.setAttribute("content",""),e},Dk=()=>typeof document>"u"?null:Pd('meta[name="ui5-shared-resources"]',document.head,Ek),zk=(e,t)=>{let r=e.split("."),i=Dk();if(!i)return t;for(let o=0;o<r.length;o++){let n=r[o],a=o===r.length-1;Object.prototype.hasOwnProperty.call(i,n)||(i[n]=a?t:{}),i=i[n]}return i},Bi=zk,d5=Bi("Tags",new Map),pp=new Set,Ho=new Map,h5=-1,Rk=e=>{pp.add(e),d5.set(e,ga())},Pk=e=>pp.has(e),p5=()=>[...pp.values()],Ok=e=>{let t=d5.get(e);t===void 0&&(t=h5),Ho.has(t)||Ho.set(t,new Set),Ho.get(t).add(e),E_||(E_=setTimeout(()=>{Mk(),Ho=new Map,E_=void 0},1e3))},Mk=()=>{let e=bI(),t=ga(),r=e[t],i="Multiple UI5 Web Components instances detected.";e.length>1&&(i=`${i}
|
|
8
|
+
Loading order (versions before 1.1.0 not listed): ${e.map(o=>`
|
|
9
|
+
${o.description}`).join("")}`),[...Ho.keys()].forEach(o=>{let n,a;o===h5?(n=1,a={description:"Older unknown runtime"}):(n=G5(t,o),a=e[o]);let s;n>0?s="an older":n<0?s="a newer":s="the same",i=`${i}
|
|
10
|
+
|
|
11
|
+
"${r.description}" failed to define ${Ho.get(o).size} tag(s) as they were defined by a runtime of ${s} version "${a.description}": ${[...Ho.get(o)].sort().join(", ")}.`,n>0?i=`${i}
|
|
12
|
+
WARNING! If your code uses features of the above web components, unavailable in ${a.description}, it might not work as expected!`:i=`${i}
|
|
13
|
+
Since the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),i=`${i}
|
|
14
|
+
|
|
15
|
+
To prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/UI5/webcomponents/blob/main/docs/2-advanced/06-scoping.md.`,console.warn(i)},Nk={version:"2.25.0",major:2,minor:25,patch:0,suffix:"",isNext:!1,buildTime:1785304276},Od={include:[/./],exclude:[]},D_=new Map,f5=()=>Lk,Fk=()=>Od,Md=e=>{if(!D_.has(e)){let t=Od.include.some(r=>e.match(r))&&!Od.exclude.some(r=>e.match(r));D_.set(e,t)}return D_.get(e)},$k=e=>{if(Md(e))return f5()},fp=new Map,Hk=(e,t)=>{fp.set(e,t)},fr=e=>fp.get(e),Uk=()=>[...fp.keys()],Cs={themes:{default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_auto","sap_horizon_dark","sap_horizon_hc_auto","sap_horizon_hcb","sap_horizon_hcw"]},languages:{default:"en",all:["ar","bg","ca","cnr","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","id","it","iw","ja","kk","ko","lt","lv","mk","ms","nl","no","pl","pt_PT","pt","ro","ru","sh","sk","sl","sr","sv","th","tr","uk","vi","zh_CN","zh_TW"]},locales:{default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]}},Yl=Cs.themes.default,Vk=Cs.themes.all,cs=Cs.languages.default,yi=Cs.locales.default,sg=Cs.locales.all,v5=(e=>(e.Full="full",e.Basic="basic",e.Minimal="minimal",e.None="none",e))(v5||{}),jk=v5,g5=new Zr,m5="configurationReset",Ai=e=>{g5.attachEvent(m5,e)},qk=()=>{g5.fireEvent(m5,void 0)},xs=typeof document>"u",Gk={search(){return xs?"":window.location.search}},Wk=()=>xs?"":window.location.hostname,Zk=()=>xs?"":window.location.port,Kk=()=>xs?"":window.location.protocol,z_=()=>xs?"":window.location.href,Xk=()=>Gk.search(),lg=!1,We={animationMode:jk.Full,theme:Yl,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0,ignoreUrlParams:!1},Yk=()=>(rr(),We.animationMode),Qk=()=>(rr(),We.theme),Jk=()=>(rr(),We.themeRoot),eT=()=>(rr(),We.language),tT=()=>(rr(),We.fetchDefaultLanguage),rT=()=>(rr(),We.noConflict),iT=()=>(rr(),We.defaultFontLoading),oT=()=>(rr(),We.enableDefaultTooltips),nT=()=>(rr(),We.ignoreUrlParams),aT=()=>(rr(),We.calendarType),sT=()=>(rr(),We.secondaryCalendarType),lT=()=>(rr(),We.timezone),b5=()=>(rr(),We.formatSettings),Ql=new Map;Ql.set("true",!0),Ql.set("false",!1);uT=()=>{let e=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']"),t;if(e){try{t=JSON.parse(e.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}t&&(We=hp(We,t))}},cT=()=>{let e=new URLSearchParams(Xk());e.forEach((t,r)=>{let i=r.split("sap-").length;i===0||i===r.split("sap-ui-").length||ug(r,t,"sap")}),e.forEach((t,r)=>{r.startsWith("sap-ui")&&ug(r,t,"sap-ui")})},_T=e=>e.split("@")[1],dT=(e,t)=>e==="theme"&&t.includes("@")?t.split("@")[0]:t,ug=(e,t,r)=>{let i=t.toLowerCase(),o=e.split(`${r}-`)[1];Ql.has(t)&&(t=Ql.get(i)),o==="theme"?(We.theme=dT(o,t),t&&t.includes("@")&&(We.themeRoot=_T(t))):We[o]=t},hT=()=>{let e=fr("OpenUI5Support");if(!e||!e.isOpenUI5Detected())return;let t=e.getConfigurationSettingsObject();We=hp(We,t)},rr=()=>{typeof document>"u"||lg||(pT(),lg=!0)},pT=e=>{e&&qk(),uT(),We.ignoreUrlParams||cT(),hT()};Ai(()=>{xl=void 0});fT=()=>(xl===void 0&&(xl=Yk()),xl),y5=(e=>(e.Gregorian="Gregorian",e.Islamic="Islamic",e.Japanese="Japanese",e.Buddhist="Buddhist",e.Persian="Persian",e))(y5||{}),Nd=y5;Ai(()=>{Dn=void 0,zn=void 0});vT=()=>(Dn===void 0&&(Dn=aT()),Dn&&Dn in Nd?Dn:Nd.Gregorian),gT=()=>(zn===void 0&&(zn=sT()),zn&&zn in Nd,zn);Ai(()=>{Sl=void 0});w5=()=>(Sl===void 0&&(Sl=iT()),Sl),C5=class{static getLegacyDateCalendarCustomizing(){return R_===void 0&&(R_=b5()),R_.legacyDateCalendarCustomizing||[]}};Hk("LegacyDateFormats",C5);mT=C5;Ai(()=>{kl=void 0});bT=()=>(kl===void 0&&(kl=b5()),kl.firstDayOfWeek),yT=fr("LegacyDateFormats")?mT.getLegacyDateCalendarCustomizing:()=>[],x5=new Zr,S5="languageChange",k5=e=>{x5.attachEvent(S5,e)},wT=e=>x5.fireEventAsync(S5,e),CT=class{constructor(){this.list=[],this.lookup=new Set}add(e){this.lookup.has(e)||(this.list.push(e),this.lookup.add(e))}remove(e){this.lookup.has(e)&&(this.list=this.list.filter(t=>t!==e),this.lookup.delete(e))}shift(){let e=this.list.shift();if(e)return this.lookup.delete(e),e}isEmpty(){return this.list.length===0}isAdded(e){return this.lookup.has(e)}process(e){let t,r=new Map;for(t=this.shift();t;){let i=r.get(t)||0;if(i>10)throw new Error("Web component processed too many times this task, max allowed is: 10");e(t),r.set(t,i+1),t=this.shift()}}},xT=CT,T5=new Set,ST=e=>{T5.add(e)},kT=e=>T5.has(e),vp=new Set,TT=new Zr,Qn=new xT,I5=async e=>{Qn.add(e),await BT()},B5=e=>{vp.add(e)},A5=e=>{vp.delete(e)},E5=e=>{TT.fireEvent("beforeComponentRender",e),B5(e),e._render()},IT=e=>{Qn.remove(e),A5(e)},BT=async()=>{ul||(ul=new Promise(e=>{window.requestAnimationFrame(()=>{Qn.process(E5),ul=null,e(),P_||(P_=setTimeout(()=>{P_=void 0,Qn.isEmpty()&&DT()},200))})})),await ul},AT=()=>Ja||(Ja=new Promise(e=>{Tl=e,window.requestAnimationFrame(()=>{Qn.isEmpty()&&(Ja=void 0,e())})}),Ja),ET=()=>{let e=p5().map(t=>customElements.whenDefined(t));return Promise.all(e)},Jn=async()=>{await ET(),await AT()},DT=()=>{Qn.isEmpty()&&Tl&&(Tl(),Tl=void 0,Ja=void 0)},gp=async e=>{vp.forEach(t=>{let r=t.constructor,i=r.getMetadata().getTag(),o=kT(r),n=r.getMetadata().isLanguageAware(),a=r.getMetadata().isThemeAware();(!e||e.tag===i||e.rtlAware&&o||e.languageAware&&n||e.themeAware&&a)&&I5(t)}),await Jn()},zT=()=>Bi("ConfigChange.eventProvider",new Zr),RT=()=>Bi("ConfigChange.values",{}),PT="configChange",OT=new Set,D5=(e,t)=>{zT().attachEvent(PT,r=>{r.name===e&&!OT.has(e)&&t(r.value)})},z5=e=>RT()[e];Ai(()=>{ls=void 0,Il=void 0});Bl=null,MT=e=>{let t=wT(e).then(()=>{if(K5())return gp({languageAware:!0})}).finally(()=>{Bl===t&&(Bl=null)});return Bl=t,t};D5("language",e=>{ls=e,MT(e)});R5=()=>Bl,P5=()=>(ls===void 0&&(ls=z5("language")??eT()),ls),O5=()=>(Il===void 0&&(Il=tT()),Il),NT=["value-changed","click"];Ai(()=>{Al=void 0});LT=e=>NT.includes(e),FT=e=>{let t=mp();return!(typeof t!="boolean"&&t.events&&t.events.includes&&t.events.includes(e))},mp=()=>(Al===void 0&&(Al=rT()),Al),$T=e=>{let t=mp();return LT(e)?!1:t===!0?!0:!FT(e)},M5=new Zr,N5="themeRegistered",HT=e=>{M5.attachEvent(N5,e)},UT=e=>M5.fireEvent(N5,e),cg=new Map,L5=new Map,VT=new Map,F5=new Map,Jl=new Set,A=(e,t,r,i="root")=>{L5.set(`${e}/${t}`,r),F5.set(e,{cssVariablesTarget:i}),Jl.add(t),UT(t)},$5=async(e,t,r)=>{let i=`${e}_${t}_${r||""}`,o=cg.get(i);if(o!==void 0)return o;if(!Jl.has(t)){let l=[...Jl.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${Yl}. Registered themes are: ${l}`),O_(e,Yl)}let[n,a]=await Promise.all([O_(e,t),r?O_(e,r,!0):void 0]),s=kI(n,a);return s&&cg.set(i,s),s},O_=async(e,t,r=!1)=>{let i=(r?VT:L5).get(`${e}/${t}`);if(!i){r||console.error(`Theme [${t}] not registered for package [${e}]`);return}let o;try{o=await i(t)}catch(n){console.error(e,n.message);return}return o},H5=()=>F5,jT=e=>Jl.has(e),On=new Set,qT=()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return t==="none"&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t},GT=e=>{let t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let r=t[1];if(r=r.replace(/\\"/g,'"'),r.charAt(0)!=="{"&&r.charAt(r.length-1)!=="}")try{r=decodeURIComponent(r)}catch{On.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),On.add("decode"));return}try{return JSON.parse(r)}catch{On.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),On.add("parse"))}}},WT=e=>{let t,r;try{let i=e.Path.split(".");t=i.length===4?i[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),r=e.Extends[0]}catch{On.has("object")||(console.warn("Malformed theme metadata Object",e),On.add("object"));return}return{themeName:t,baseThemeName:r}},ZT=()=>{let e=qT();if(!e||e==="none")return;let t=GT(e);if(t)return WT(t)},Ld=ZT,KT=new Zr,XT="themeLoaded",YT=e=>KT.fireEvent(XT,e),QT=(e,t)=>{let r=document.createElement("link");return r.type="text/css",r.rel="stylesheet",t&&Object.entries(t).forEach(i=>r.setAttribute(...i)),r.href=e,document.head.appendChild(r),new Promise(i=>{r.addEventListener("load",i),r.addEventListener("error",i)})},JT=QT,_g=e=>{let t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},eI=(e,t=!1)=>{let r=_g("sap-allowed-theme-origins")??_g("sap-allowedThemeOrigins");return r?t?!0:r.split(",").some(i=>i==="*"||e===i.trim()):!1},tI=e=>{let t,r=!1;try{if(e.startsWith(".")||e.startsWith("/")&&!e.startsWith("//"))t=new URL(e,z_()).toString(),r=!0;else{let i=e.startsWith("//")?new URL(e,z_()):new URL(e),o=i.origin;if(r=o===new URL(z_()).origin,o&&eI(o,r))t=i.toString();else return}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{return}},rI=tI;Ai(()=>{El=void 0});bp=()=>(El===void 0&&(El=Jk()),El),iI=(e,t)=>`${t}Base/baseLib/${e}/css_variables.css`,oI=async e=>{let t=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);t&&document.head.removeChild(t);let r=bp();if(!r)return;let i=rI(r);if(!i){console.warn(`The ${r} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`);return}await JT(iI(e,i),{"sap-ui-webcomponents-theme":e})},dg=new Map,U5=()=>(M_||(M_=new CSSStyleSheet),M_),nI=(e,t)=>{dg.set(e,t);let r=Array.from(dg.values()).join(`
|
|
16
|
+
`);U5().replaceSync(r)},_s="@ui5/webcomponents-theming",aI=()=>H5().has(_s),sI=async e=>{if(!aI())return;let t=await $5(_s,e);t&&ma(t,"data-ui5-theme-properties",_s,e)},lI=()=>{SI("data-ui5-theme-properties",_s)},uI=async(e,t)=>{let r=[...H5().entries()].map(async([i,{cssVariablesTarget:o}])=>{if(i===_s)return;let n=await $5(i,e,t);n&&(o==="root"?ma(n,`data-ui5-component-properties-${ga()}`,i):o==="host"&&nI(i,n))});return Promise.all(r)},cI=async e=>{let t=Ld();if(t)return t;let r=fr("OpenUI5Support");if(r&&r.isOpenUI5Detected()){if(r.cssVariablesLoaded())return{themeName:r.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(bp())return await oI(e),Ld()},_I=async e=>{let t=await cI(e);!t||e!==t.themeName?await sI(e):lI();let r=t&&t.themeName===e?e:void 0,i=t&&t.baseThemeName;await uI(jT(e)?e:i||Yl,r),pI(i),YT(e)},yp=_I;Ai(()=>{Fn=void 0}),D5("theme",e=>{Fn=e,K5()&&yp(Fn).then(()=>gp({themeAware:!0}))});Ss=()=>(Fn===void 0&&(Fn=z5("theme")??Qk()),Fn),dI=()=>{let e=Ss();return hI(e)?!e.startsWith("sap_horizon"):!Ld()?.baseThemeName?.startsWith("sap_horizon")},hI=e=>Vk.includes(e),j5=()=>V5,pI=e=>{V5=e};Ai(()=>{Dl=void 0});fI=()=>(Dl===void 0&&(Dl=lT()),Dl),q5=()=>(N_===void 0&&(N_=oT()),N_),vI=()=>(L_===void 0&&(L_=nT()),L_),F_="",$_=new Map,ds=Bi("Runtimes",[]),gI=()=>{if(zl===void 0){zl=ds.length;let e=Nk;ds.push(te(D({},e),{get scopingSuffix(){return f5()},get registeredTags(){return p5()},get registeredFeatures(){return Uk()},get configuration(){return{theme:Ss(),themeRoot:bp(),baseTheme:j5(),language:P5(),fetchDefaultLanguage:O5(),timezone:fI(),animationMode:fT(),calendarType:vT(),secondaryCalendarType:gT(),noConflict:mp(),defaultFontLoading:w5(),enableDefaultTooltips:q5(),firstDayOfWeek:bT(),legacyDateCalendarCustomizing:yT(),ignoreUrlParams:vI()}},get scopingRules(){return Fk()},get openUI5Detected(){return fr("OpenUI5Support")?.isOpenUI5Detected()??!1},get openUI5LoadedFirst(){let t=fr("OpenUI5Support");return t?t.isOpenUI5LoadedFirst():void 0},alias:F_,description:`Runtime ${zl} - ver ${e.version}${F_?` (${F_})`:""}`,importMetaUrl:import.meta.url}))}},ga=()=>zl,mI=(e,t)=>{if(e.isNext||t.isNext)return e.buildTime-t.buildTime;let r=e.major-t.major;return r||e.minor-t.minor||e.patch-t.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(e.suffix,t.suffix)},G5=(e,t)=>{let r=`${e},${t}`;if($_.has(r))return $_.get(r);let i=ds[e],o=ds[t];if(!i||!o)throw new Error("Invalid runtime index supplied");let n=mI(i,o);return $_.set(r,n),n},bI=()=>ds,W5=typeof document>"u",qu=(e,t)=>t?`${e}|${t}`:e,yI=e=>e===void 0?!0:G5(ga(),parseInt(e))>=1,wI=(e,t,r="",i)=>{let o=ga(),n=new CSSStyleSheet;n.replaceSync(e),n._ui5StyleId=qu(t,r),i&&(n._ui5RuntimeIndex=o,n._ui5Theme=i),document.adoptedStyleSheets=[...document.adoptedStyleSheets,n]},CI=(e,t,r="",i)=>{if(W5)return;let o=ga(),n=document.adoptedStyleSheets.find(a=>a._ui5StyleId===qu(t,r));if(n)if(!i)n.replaceSync(e||"");else{let a=n._ui5RuntimeIndex;(n._ui5Theme!==i||yI(a))&&(n.replaceSync(e||""),n._ui5RuntimeIndex=String(o),n._ui5Theme=i)}},xI=(e,t="")=>W5?!0:!!document.adoptedStyleSheets.find(r=>r._ui5StyleId===qu(e,t)),SI=(e,t="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(r=>r._ui5StyleId!==qu(e,t))},ma=(e,t,r="",i)=>{xI(t,r)?CI(e,t,r,i):wI(e,t,r,i)},kI=(e,t)=>e===void 0?t:t===void 0?e:`${e} ${t}`,TI=`@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
17
|
+
@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}
|
|
18
|
+
@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
19
|
+
@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
20
|
+
@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}
|
|
21
|
+
@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}
|
|
22
|
+
@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
23
|
+
@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
24
|
+
@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}
|
|
25
|
+
@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}
|
|
26
|
+
@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
27
|
+
@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}
|
|
28
|
+
@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
29
|
+
@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
30
|
+
@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}
|
|
31
|
+
@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}
|
|
32
|
+
@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
33
|
+
@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
34
|
+
@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}
|
|
35
|
+
@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}
|
|
36
|
+
@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
37
|
+
@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
38
|
+
@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}
|
|
39
|
+
@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
40
|
+
@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
41
|
+
@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
42
|
+
@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
43
|
+
@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
44
|
+
@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}
|
|
45
|
+
@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
46
|
+
@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
47
|
+
@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}
|
|
48
|
+
@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
49
|
+
@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}
|
|
50
|
+
@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}
|
|
51
|
+
@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}`,II=()=>{let e=fr("OpenUI5Support");(!e||!e.isOpenUI5Detected())&&BI()},BI=()=>{let e=document.querySelector("head>style[data-ui5-font-face]");!w5()||e||ma(TI,"data-ui5-font-face")},AI=II,EI=":root{--_ui5-cozy-size:var(--_ui5-f2d95f8);--_ui5-compact-size: ;--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5-cozy-size: ;--_ui5-compact-size:var(--_ui5-f2d95f8);--_ui5_content_density:compact}",DI=()=>{ma(EI,"data-ui5-system-css-vars")},zI=DI,RI="html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}",PI=()=>{ma(RI,"data-ui5-scrollbar-styles")},OI=PI,hg=!1,MI=()=>{ju()&&i5()&&!hg&&(document.body.addEventListener("touchstart",()=>{}),hg=!0)},NI=MI,Gu=!1,pg=!1,Z5=new Zr,K5=()=>Gu,LI=e=>{if(!Gu){Z5.attachEvent("boot",e);return}e()},FI=async()=>{let e=fr("OpenUI5Support"),t=e?e.isOpenUI5Detected():!1,r=fr("F6Navigation");e&&(r&&r.destroy(),await e.init()),r&&!t&&r.init()},$I=()=>{if(pg)return;let e=fr("OpenUI5Support");e&&(pg=e.attachListeners())},HI=async()=>{if(cl!==void 0)return cl;let e=async t=>{if(gI(),typeof document>"u"){t();return}HT(UI),await FI(),await Ik(),await yp(Ss()),$I(),AI(),zI(),OI(),NI(),t(),Gu=!0,Z5.fireEvent("boot")};return cl=new Promise(e),cl},UI=e=>{if(!Gu)return;let t=Ss(),r=j5();(e===t||e===r)&&yp(t)},H_=new Map,U_=new Map,fg=new Map,Lo=e=>{if(!H_.has(e)){let t=VI(e.split("-"));H_.set(e,t)}return H_.get(e)},X5=e=>{if(!U_.has(e)){let t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();U_.set(e,t)}return U_.get(e)},VI=e=>e.map((t,r)=>r===0?t.toLowerCase():t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()).join(""),vg=e=>{let t=fg.get(e);if(t)return t;let r=Lo(e),i=r.charAt(0).toUpperCase()+r.slice(1);return fg.set(e,i),i},gg=e=>{if(!(e instanceof HTMLElement))return"default";let t=e.getAttribute("slot");if(t){let r=t.match(/^(.+?)-\d+$/);return r?r[1]:t}return"default"},Y5=e=>e instanceof HTMLSlotElement?e.assignedNodes({flatten:!0}).filter(t=>t instanceof HTMLElement):[e],mg=e=>e.reduce((t,r)=>t.concat(Y5(r)),[]),jI=class{constructor(e){this.metadata=e}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;let e={};if(this.slotsAreManaged()){let t=this.getSlots();for(let[r,i]of Object.entries(t)){let o=i.propertyName||r;e[o]=[],e[Lo(o)]=e[o]}}return this._initialState=e,e}static validateSlotValue(e,t){return qI(e,t)}getPureTag(){return this.metadata.tag||""}getTag(){let e=this.metadata.tag;if(!e)return"";let t=$k(e);return t?`${e}-${t}`:e}hasAttribute(e){return!this.getProperties()[e].noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(X5)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(e=>e.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(e,t,r){let i=this.getSlots()[e].invalidateOnChildChange;if(i===void 0)return!1;if(typeof i=="boolean")return i;if(typeof i=="object"){if(t==="property"){if(i.properties===void 0)return!1;if(typeof i.properties=="boolean")return i.properties;if(Array.isArray(i.properties))return i.properties.includes(r);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if(t==="slot"){if(i.slots===void 0)return!1;if(typeof i.slots=="boolean")return i.slots;if(Array.isArray(i.slots))return i.slots.includes(r);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}},qI=(e,t)=>(e&&Y5(e).forEach(r=>{if(!(r instanceof t.type))throw new Error(`The element is not of type ${t.type.toString()}`)}),e),GI=jI,WI=()=>Bi("CustomStyle.eventProvider",new Zr),ZI="CustomCSSChange",wp=e=>{WI().attachEvent(ZI,e)},KI=()=>Bi("CustomStyle.customCSSFor",{});wp(e=>{XI||gp({tag:e})});YI=e=>{let t=KI();return t[e]?t[e].join(""):""},QI=e=>Array.isArray(e)?e.filter(t=>!!t).flat(10).join(" "):e,bg=QI,Rl=new Map;wp(e=>{Rl.delete(`${e}_normal`)});JI=e=>{let t=e.getMetadata().getTag(),r=`${t}_normal`,i=fr("OpenUI5Enablement");if(!Rl.has(r)){let o="";i&&(o=bg(i.getBusyIndicatorStyles()));let n=YI(t)||"",a=`${bg(e.styles)} ${n} ${o}`;Rl.set(r,a)}return Rl.get(r)},eB=JI,Pl=new Map;wp(e=>{Pl.delete(`${e}_normal`)});tB=e=>{let t=`${e.getMetadata().getTag()}_normal`;if(!Pl.has(t)){let r=eB(e),i=new CSSStyleSheet;i.replaceSync(r),Pl.set(t,[i])}return Pl.get(t)},rB=tB,iB=e=>{let t=e.constructor,r=e.shadowRoot;if(!r){console.warn("There is no shadow root to update");return}r.adoptedStyleSheets=[U5(),...rB(t)],t.renderer(e,r)},oB=iB,nB=[],aB=e=>nB.some(t=>e.startsWith(t)),Fd=new WeakMap,sB=(e,t,r)=>{let i=new MutationObserver(t);Fd.set(e,i),i.observe(e,r)},lB=e=>{let t=Fd.get(e);t&&(t.disconnect(),Fd.delete(e))},uB=e=>e.matches(":dir(rtl)")?"rtl":"ltr",cB=uB,_B=["disabled","title","hidden","role","draggable"],dB=e=>_B.includes(e)||e.startsWith("aria")?!0:![HTMLElement,Element,Node].some(t=>t.prototype.hasOwnProperty(e)),yg=dB,hB=(e,t)=>e.call(t),Q5=hB,pB=typeof document>"u",fB=()=>{if(pB)return cs;let e=navigator.languages,t=()=>navigator.language;return e&&e[0]||t()||cs},vB=fB,gB=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,mB=class{constructor(e){let t=gB.exec(e.replace(/_/g,"-"));if(t===null)throw new Error(`The given language ${e} does not adhere to BCP-47.`);this.sLocaleId=e,this.sLanguage=t[1]||cs,this.sScript=t[2]||"",this.sRegion=t[3]||"",this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,r=>r.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(e){return this.getPrivateUseSubtags().indexOf(e)>=0}toString(){let e=[this.sLanguage];return this.sScript&&e.push(this.sScript),this.sRegion&&e.push(this.sRegion),this.sVariant&&e.push(this.sVariant),this.sExtension&&e.push(this.sExtension),this.sPrivateUse&&e.push(this.sPrivateUse),e.join("-")}},J5=mB,V_=new Map,e0=e=>(V_.has(e)||V_.set(e,new J5(e)),V_.get(e)),wg=e=>{try{if(e&&typeof e=="string")return e0(e)}catch{}return new J5(yi)},bB=e=>{if(e)return wg(e);let t=P5();return t?e0(t):wg(vB())},jo=bB,yB=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,Cg=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,wB={he:"iw",yi:"ji",nb:"no",sr:"sh"},CB=e=>{let t;if(!e)return yi;if(typeof e=="string"&&(t=yB.exec(e.replace(/_/g,"-")))){let r=t[1].toLowerCase(),i=t[3]?t[3].toUpperCase():void 0,o=t[2]?t[2].toLowerCase():void 0,n=t[4]?t[4].slice(1):void 0,a=t[6];return r=wB[r]||r,a&&(t=Cg.exec(a))||n&&(t=Cg.exec(n))?`en_US_${t[1].toLowerCase()}`:(r==="zh"&&!i&&(o==="hans"?i="CN":o==="hant"&&(i="TW")),r+(i?"_"+i+(n?"_"+n.replace("-","_"):""):""))}return yi},xB=CB,xg={zh_HK:"zh_TW",in:"id"},SB=e=>{if(!e)return yi;if(xg[e])return xg[e];let t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==yi?yi:""},kB=SB,Sg=new Set,kg=new Set,Cp=new Map,j_=new Map,t0=new Map,Tg=(e,t)=>{Cp.set(e,t)},TB=e=>Cp.get(e),r0=(e,t)=>{let r=`${e}/${t}`;return t0.has(r)},IB=(e,t)=>{let r=`${e}/${t}`,i=t0.get(r);return i&&!j_.get(r)&&j_.set(r,i(t)),j_.get(r)},BB=e=>{Sg.has(e)||(console.warn(`[${e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),Sg.add(e))},Ig=(e,t)=>t!==cs&&!r0(e,t),i0=async e=>{let t=jo().getLanguage(),r=jo().getRegion(),i=jo().getVariant(),o=t+(r?`-${r}`:"")+(i?`-${i}`:"");if(Ig(e,o))for(o=xB(o);Ig(e,o);)o=kB(o);let n=O5();if(o===cs&&!n){Tg(e,null);return}if(!r0(e,o)){BB(e);return}try{Tg(e,await IB(e,o))}catch(a){let s=a;kg.has(s.message)||(kg.add(s.message),console.error(s.message))}};k5(e=>{let t=[...Cp.keys()];return Promise.all(t.map(i0))});AB=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,EB=(e,t)=>(t=t||[],e.replace(AB,(r,i,o,n,a)=>{if(i)return"'";if(o)return o.replace(/''/g,"'");if(n)return String(t[typeof n=="string"?parseInt(n):n]);throw new Error(`[i18n]: pattern syntax error at pos ${a}`)})),DB=EB,q_=new Map,o0=class{constructor(e){this.packageName=e}getText(e,...t){if(typeof e=="string"&&(e={key:e,defaultText:e}),!e||!e.key)return"";let r=TB(this.packageName);return r&&!r[e.key]&&console.warn(`Key ${e.key} not found in the i18n bundle, the default text will be used`),DB(r&&r[e.key]?r[e.key]:e.defaultText||e.key,t)}},zB=e=>{if(q_.has(e))return q_.get(e);let t=new o0(e);return q_.set(e,t),t},Wu=async e=>Bg?Bg(e):(await i0(e),zB(e)),RB=o0,PB=new Map,eu=new Map,G_=new Map,Ag=new Set,Eg=!1,OB={iw:"he",ji:"yi",in:"id"},Dg=e=>{Eg||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),Eg=!0)},MB=(e,t,r)=>{e=e&&OB[e]||e,e==="no"&&(e="nb"),e==="zh"&&!t&&(r==="Hans"?t="CN":r==="Hant"&&(t="TW")),(e==="sh"||e==="sr"&&r==="Latn")&&(e="sr",t="Latn");let i=`${e}_${t}`;return sg.includes(i)?eu.has(i)?i:(Dg(i),yi):(i=e,sg.includes(i)?eu.has(i)?i:(Dg(i),yi):yi)},zg=(e,t)=>{PB.set(e,t)},NB=e=>{if(!G_.get(e)){let t=eu.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);G_.set(e,t(e))}return G_.get(e)},n0=async(e,t,r)=>{let i=MB(e,t,r),o=fr("OpenUI5Support");if(o){let n=o.getLocaleDataObject();if(n){zg(i,n);return}}try{zg(i,await NB(i))}catch(n){let a=n;Ag.has(a.message)||(Ag.add(a.message),console.error(a.message))}},LB=(e,t)=>{eu.set(e,t)};LB("en",async()=>(console.warn('[LocaleData] Falling back to loading "en" locale data from CDN.','For production usage, please configure locale data loading via the "Assets.js" module of the webcomponents package you are using.'),(await fetch("https://cdn.jsdelivr.net/npm/@openui5/sap.ui.core@1.120.17/src/sap/ui/core/cldr/en.json")).json())),k5(()=>{let e=jo();return n0(e.getLanguage(),e.getRegion(),e.getScript())});Zu=FB,$B=0,Rg=new Map,W_=new Map,Pg={fromAttribute(e,t){if(t===Boolean)return e!==null;if(t===Number)return e===null?void 0:parseFloat(e);if(t===Object||t===Array)try{return JSON.parse(e)}catch{return e}return e},toAttribute(e,t){return t===Boolean?e?"":null:t===Object||t===Array||e==null?null:String(e)}};UB=(()=>{class e extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;let r=this.constructor;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new Zr,this._componentStateFinalizedEventProvider=new Zr;let i;this._domRefReadyPromise=new Promise(o=>{i=o}),this._domRefReadyPromise._deferredResolve=i,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state=D({},r.getMetadata().getInitialState()),this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(o=>{if(this.hasOwnProperty(o)){let n=this[o];this.initializedProperties.set(o,n)}}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){let r=this.constructor;r._needsShadowDOM()&&(this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow(D(D({},{mode:"open"}),r.getMetadata().getShadowRootOptions())),r.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this)))}_onShadowRootSlotChange(r){r.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id=`ui5wc_${++$B}`),this.__id}render(){let r=this.constructor.template;return Q5(r,this)}async connectedCallback(){let r=this.constructor;B5(this),this.setAttribute(r.getMetadata().getPureTag(),""),r.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");let i=r.getMetadata().slotsAreManaged();this._inDOM=!0,i&&(this._startObservingDOMChildren(),await this._processChildren()),r.asyncFinished||await r._definePromise;let o=R5();r.getMetadata().isLanguageAware()&&o&&await o,this._inDOM&&(this._rendered||E5(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=!0,this.onEnterDOM(),this.hasAttribute("autofocus")&&requestAnimationFrame(()=>{this.focus()}))}get definePromise(){let r=this.constructor;return!r.asyncFinished&&r._definePromise?r._definePromise:Promise.resolve()}disconnectedCallback(){let r=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,r&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),IT(this),A5(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){let r=this.constructor.getMetadata();if(!r.hasSlots())return;let i=r.canSlotText(),o={childList:!0,subtree:i,characterData:i};sB(this,this._processChildren.bind(this),o)}_stopObservingDOMChildren(){lB(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){let r=this.constructor,i=r.getMetadata().getSlots(),o=r.getMetadata().canSlotText(),n=Array.from(o?this.childNodes:this.children),a=new Map,s=new Map;for(let[h,d]of Object.entries(i)){let m=d.propertyName||h;s.set(m,h),a.set(m,[...this._state[m]]),this._clearSlot(h,d)}let l=new Map,u=new Map;n.forEach((h,d)=>{let m=gg(h),w=i[m];if(w===void 0){if(m!=="default"){let x=Object.keys(i).join(", ");console.warn(`Unknown slotName: ${m}, ignoring`,h,`Valid values are: ${x}`)}return}let I=w.propertyName||m;u.has(I)?u.get(I).push({child:h,idx:d}):u.set(I,[{child:h,idx:d}])}),u.forEach((h,d)=>{this._state[d]=h.sort((m,w)=>m.idx-w.idx).map(m=>m.child),this._state[Lo(d)]=this._state[d]});let _=n.map(async h=>{let d=gg(h),m=i[d];if(m!==void 0){if(m.individualSlots){let w=(l.get(d)||0)+1;l.set(d,w),h._individualSlot=`${d}-${w}`}if(h instanceof HTMLElement){let w=h.localName;if(w.includes("-")&&!aB(w)){if(!customElements.get(w)){let I=customElements.whenDefined(w),x=Rg.get(w);x||(x=new Promise(B=>setTimeout(B,1e3)),Rg.set(w,x)),await Promise.race([I,x])}customElements.upgrade(h)}}if(h=r.getMetadata().constructor.validateSlotValue(h,m),Dr(h)&&m.invalidateOnChildChange){let w=this._getChildChangeListener(d);h.attachInvalidate.call(h,w)}h instanceof HTMLSlotElement&&this._attachSlotChange(h,d,!!m.invalidateOnChildChange)}});await Promise.all(_);let c=!1;for(let[h,d]of Object.entries(i)){let m=d.propertyName||h;o5(a.get(m),this._state[m])||(Ga.call(this,{type:"slot",name:s.get(m),reason:"children"}),c=!0,r.getMetadata().isFormAssociated()&&zd(this))}c||Ga.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(r,i){let o=i.propertyName||r;this._state[o].forEach(n=>{if(Dr(n)){let a=this._getChildChangeListener(r);n.detachInvalidate.call(n,a)}n instanceof HTMLSlotElement&&this._detachSlotChange(n,r)}),this._state[o]=[],this._state[Lo(o)]=this._state[o]}attachInvalidate(r){this._invalidationEventProvider.attachEvent("invalidate",r)}detachInvalidate(r){this._invalidationEventProvider.detachEvent("invalidate",r)}_onChildChange(r,i){this.constructor.getMetadata().shouldInvalidateOnChildChange(r,i.type,i.name)&&Ga.call(this,{type:"slot",name:r,reason:"childchange",child:i.target})}attributeChangedCallback(r,i,o){let n;if(this._doNotSyncAttributes.has(r))return;let a=this.constructor.getMetadata().getProperties(),s=Lo(r.replace(/^ui5-/,""));if(a.hasOwnProperty(s)){let l=a[s];n=(l.converter??Pg).fromAttribute(o,l.type),this[s]=n}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&mk(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(r,i){let o=this.constructor;if(!o.getMetadata().hasAttribute(r))return;let n=o.getMetadata().getProperties()[r];if(n.type===Object||n.type===Array)return;let a=X5(r),s=(n.converter||Pg).toAttribute(i,n.type);this._doNotSyncAttributes.add(a),s==null?this.removeAttribute(a):this.setAttribute(a,s),this._doNotSyncAttributes.delete(a)}_getChildChangeListener(r){return this._childChangeListeners.has(r)||this._childChangeListeners.set(r,this._onChildChange.bind(this,r)),this._childChangeListeners.get(r)}_getSlotChangeListener(r){return this._slotChangeListeners.has(r)||this._slotChangeListeners.set(r,this._onSlotChange.bind(this,r)),this._slotChangeListeners.get(r)}_attachSlotChange(r,i,o){let n=this._getSlotChangeListener(i);r.addEventListener("slotchange",a=>{if(n.call(r,a),o){let s=this._slotsAssignedNodes.get(r);s&&s.forEach(u=>{if(Dr(u)){let _=this._getChildChangeListener(i);u.detachInvalidate.call(u,_)}});let l=mg([r]);this._slotsAssignedNodes.set(r,l),l.forEach(u=>{if(Dr(u)){let _=this._getChildChangeListener(i);u.attachInvalidate.call(u,_)}})}})}_detachSlotChange(r,i){r.removeEventListener("slotchange",this._getSlotChangeListener(i))}_onSlotChange(r){Ga.call(this,{type:"slot",name:r,reason:"slotchange"})}onInvalidation(r){}updateAttributes(){let r=this.constructor.getMetadata().getProperties();for(let[i,o]of Object.entries(r))this._updateAttribute(i,this[i])}_render(){let r=this.constructor,i=r.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([o,n])=>{delete this[o],this[o]=n}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],r._needsShadowDOM()&&oB(this),this._rendered=!0,i&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(r=>{r._individualSlot&&r.setAttribute("slot",r._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if(typeof this._getRealDomRef=="function")return this._getRealDomRef();if(!(!this.shadowRoot||this.shadowRoot.children.length===0))return this.shadowRoot.children[0]}getFocusDomRef(){let r=this.getDomRef();if(r)return r.querySelector("[data-sap-focus-ref]")||r}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(r){await this._waitForDomRef();let i=this.getFocusDomRef();i===this||!this.isConnected?HTMLElement.prototype.focus.call(this,r):i&&typeof i.focus=="function"&&i.focus(r)}fireEvent(r,i,o=!1,n=!0){let a=this._fireEvent(r,i,o,n),s=vg(r);return s!==r?a&&this._fireEvent(s,i,o,n):a}fireDecoratorEvent(r,i){let o=this.getEventData(r),n=o?o.cancelable:!1,a=o?o.bubbles:!1,s=this._fireEvent(r,i,n,a),l=vg(r);return l!==r?s&&this._fireEvent(l,i,n,a):s}_fireEvent(r,i,o=!1,n=!0){let a=new CustomEvent(`ui5-${r}`,{detail:i,composed:!1,bubbles:n,cancelable:o}),s=this.dispatchEvent(a);if($T(r))return s;let l=new CustomEvent(r,{detail:i,composed:!1,bubbles:n,cancelable:o});return this.dispatchEvent(l)&&s}getEventData(r){return this.constructor.getMetadata().getEvents()[r]}getSlottedNodes(r){return mg(this[r])}attachComponentStateFinalized(r){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",r)}detachComponentStateFinalized(r){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",r)}get effectiveDir(){return ST(this.constructor),cB(this)}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){let r=this.getMetadata().getPureTag(),i=this.getUniqueDependencies().map(o=>o.getMetadata().getPureTag()).filter(Md);return Md(r)&&i.push(r),i}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){let r=this.prototype,i=this.getMetadata().slotsAreManaged(),o=this.getMetadata().getProperties();for(let[n,a]of Object.entries(o)){yg(n)||console.warn(`"${n}" is not a valid property name. Use a name that does not collide with DOM APIs`);let s=HB(r,n),l;s?.set&&(l=s.set);let u;s?.get&&(u=s.get),Object.defineProperty(r,n,{get(){return u?u.call(this):this._state[n]},set(_){let c=this.constructor,h=u?u.call(this):this._state[n];if(h!==_){if(l?l.call(this,_):this._state[n]=_,Ga.call(this,{type:"property",name:n,newValue:_,oldValue:h}),this._rendered){let d=u?u.call(this):this._state[n];this._updateAttribute(n,d)}c.getMetadata().isFormAssociated()&&zd(this)}}})}if(i){let n=this.getMetadata().getSlots();for(let[a,s]of Object.entries(n)){yg(a)||console.warn(`"${a}" is not a valid property name. Use a name that does not collide with DOM APIs`);let l=s.propertyName||a,u={get(){return this._state[l]!==void 0?this._state[l]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(r,l,u),l!==Lo(l)&&Object.defineProperty(r,Lo(l),u)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){let r=this.dependencies.filter((i,o,n)=>n.indexOf(i)===o);W_.set(this,r)}static getUniqueDependencies(){return W_.has(this)||this.cacheUniqueDependencies(),W_.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(r=>{let{bundleName:i}=r[1];return Wu(i)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?n0(jo().getLanguage(),jo().getRegion(),jo().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){let r=async()=>{await HI();let[a]=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]);Object.entries(this.getMetadata().getI18n()).forEach((s,l)=>{let u=s[1].bundleName;this.i18nBundleStorage[u]=a[l]}),this.asyncFinished=!0};this._definePromise=r();let i=this.getMetadata().getTag(),o=Pk(i),n=customElements.get(i);return n&&!o?Ok(i):n||(this._generateAccessors(),Rk(i),customElements.define(i,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;let r=[this.metadata],i=this;for(;i!==e;)i=Object.getPrototypeOf(i),r.unshift(i.metadata);let o=hp({},...r);return this._metadata=new GI(o),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}return e})(),Dr=Zu("isUI5Element"),gt=UB,VB=(e={})=>t=>{if(Object.prototype.hasOwnProperty.call(t,"metadata")||(t.metadata={}),typeof e=="string"){t.metadata.tag=e;return}let{tag:r,languageAware:i,themeAware:o,cldr:n,fastNavigation:a,formAssociated:s,shadowRootOptions:l}=e;t.metadata.tag=r,i&&(t.metadata.languageAware=i),n&&(t.metadata.cldr=n),o&&(t.metadata.themeAware=o),a&&(t.metadata.fastNavigation=a),s&&(t.metadata.formAssociated=s),l&&(t.metadata.shadowRootOptions=l),["renderer","template","styles","dependencies"].forEach(u=>{e[u]&&Object.defineProperty(t,u,{get:()=>e[u]})})},ye=VB,jB=e=>(t,r)=>{let i=t.constructor;Object.prototype.hasOwnProperty.call(i,"metadata")||(i.metadata={});let o=i.metadata;o.properties||(o.properties={});let n=o.properties;n[r]||(n[r]=e??{})},v=jB,qB=(e,t={})=>r=>{Object.prototype.hasOwnProperty.call(r,"metadata")||(r.metadata={});let i=r.metadata;i.events||(i.events={});let o=i.events;o[e]||(t.bubbles=!!t.bubbles,t.cancelable=!!t.cancelable,o[e]=t)},V=qB;He=GB,WB=e=>(t,r)=>{t.metadata.i18n||(t.metadata.i18n={}),Object.defineProperty(t,r,{get(){return t.i18nBundles[e]},set(){}}),t.metadata.i18n[r]={bundleName:e,target:t}},at=WB,hs={},c0=[],ZB=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Sp=Array.isArray;Ku=c0.slice,Be={__e:function(e,t,r,i){for(var o,n,a;t=t.__;)if((o=t.__c)&&!o.__)try{if((n=o.constructor)&&n.getDerivedStateFromError!=null&&(o.setState(n.getDerivedStateFromError(e)),a=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(e,i||{}),a=o.__d),a)return o.__E=o}catch(s){e=s}throw e}},a0=0,Ml.prototype.setState=function(e,t){var r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=eo({},this.state);typeof e=="function"&&(e=e(eo({},r),this.props)),e&&eo(r,e),e!=null&&this.__v&&(t&&this._sb.push(t),Vd(this))},Ml.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Vd(this))},Ml.prototype.render=ks,Fo=[],s0=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,$d=function(e,t){return e.__v.__b-t.__v.__b},tu.__r=0,l0=/(PointerCapture)$|Capture$/i,xp=0,Hd=Ng(!1),Ud=Ng(!0),u0=0;tA=0;Lg=new WeakMap,iA=(e,t)=>{let r=Lg.get(e);r||(r=eA(e),Lg.set(e,r));let i=e.render(),o=rA(r.Provider,{value:e,children:i});e.__shouldHydrate?(e.shadowRoot?.querySelectorAll("style").forEach(n=>n.remove()),g0(o,t),e.__shouldHydrate=!1):v0(o,t)},it=iA,Ne={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CONTROL:17,ALT:18,BREAK:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,ARROW_LEFT:37,ARROW_UP:38,ARROW_RIGHT:39,ARROW_DOWN:40,PRINT:44,INSERT:45,DELETE:46,DIGIT_0:48,DIGIT_1:49,DIGIT_2:50,DIGIT_3:51,DIGIT_4:52,DIGIT_5:53,DIGIT_6:54,DIGIT_7:55,DIGIT_8:56,DIGIT_9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,WINDOWS:91,CONTEXT_MENU:93,TURN_OFF:94,SLEEP:95,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_ASTERISK:106,NUMPAD_PLUS:107,NUMPAD_MINUS:109,NUMPAD_COMMA:110,NUMPAD_SLASH:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUM_LOCK:144,SCROLL_LOCK:145,COLON:186,PLUS:187,COMMA:188,SLASH:189,DOT:190,PIPE:191,SEMICOLON:192,MINUS:219,GREAT_ACCENT:220,EQUALS:221,SINGLE_QUOTE:222,BACKSLASH:226},Pt=e=>(e.key?e.key==="Enter":e.keyCode===Ne.ENTER)&&!Ot(e),oA=e=>po(e,!0,!1,!1),Ve=e=>(e.key?e.key==="Spacebar"||e.key===" ":e.keyCode===Ne.SPACE)&&!Ot(e),m0=e=>(e.key?e.key==="Spacebar"||e.key===" ":e.keyCode===Ne.SPACE)&&po(e,!1,!1,!0),Bo=e=>(e.key?e.key==="ArrowLeft"||e.key==="Left":e.keyCode===Ne.ARROW_LEFT)&&!Ot(e),Ao=e=>(e.key?e.key==="ArrowRight"||e.key==="Right":e.keyCode===Ne.ARROW_RIGHT)&&!Ot(e),ur=e=>(e.key?e.key==="ArrowUp"||e.key==="Up":e.keyCode===Ne.ARROW_UP)&&!Ot(e),Ir=e=>(e.key?e.key==="ArrowDown"||e.key==="Down":e.keyCode===Ne.ARROW_DOWN)&&!Ot(e),p_=e=>(e.key?e.key==="ArrowUp"||e.key==="Up":e.keyCode===Ne.ARROW_UP)&&po(e,!1,!1,!0),f_=e=>(e.key?e.key==="ArrowDown"||e.key==="Down":e.keyCode===Ne.ARROW_DOWN)&&po(e,!1,!1,!0),v_=e=>(e.key?e.key==="ArrowLeft"||e.key==="Left":e.keyCode===Ne.ARROW_LEFT)&&po(e,!1,!1,!0),g_=e=>(e.key?e.key==="ArrowRight"||e.key==="Right":e.keyCode===Ne.ARROW_RIGHT)&&po(e,!1,!1,!0),Bp=e=>(e.key?e.key==="Home":e.keyCode===Ne.HOME)&&!Ot(e),Ap=e=>(e.key?e.key==="End":e.keyCode===Ne.END)&&!Ot(e),so=e=>(e.key?e.key==="Escape"||e.key==="Esc":e.keyCode===Ne.ESCAPE)&&!Ot(e),lo=e=>(e.key?e.key==="Tab":e.keyCode===Ne.TAB)&&!Ot(e),ta=e=>(e.key?e.key==="Tab":e.keyCode===Ne.TAB)&&po(e,!1,!1,!0),nA=e=>(e.key?e.key==="Backspace":e.keyCode===Ne.BACKSPACE)&&!Ot(e),jd=e=>(e.key?e.key==="Delete":e.keyCode===Ne.DELETE)&&!Ot(e),b0=e=>(e.key?e.key==="PageUp":e.keyCode===Ne.PAGE_UP)&&!Ot(e),y0=e=>(e.key?e.key==="PageDown":e.keyCode===Ne.PAGE_DOWN)&&!Ot(e),qd=e=>e.key==="F2"&&!Ot(e),Gd=e=>(e.key?e.key==="F7":e.keyCode===Ne.F7)&&!Ot(e),aA=e=>(e.key?e.key==="F8":e.keyCode===Ne.F8)&&po(e,!0,!0,!1),ru=e=>e.key==="Shift"||e.keyCode===Ne.SHIFT,Ot=e=>e.shiftKey||e.altKey||w0(e),w0=e=>!!(e.metaKey||e.ctrlKey),po=(e,t,r,i)=>e.shiftKey===i&&e.altKey===r&&w0(e)===t,iu=new WeakMap,ps=new WeakMap,sA={attributes:!0,childList:!0,characterData:!0,subtree:!0},ba=e=>{let t=e;return t.accessibleNameRef?Xu(e):t.accessibleName?t.accessibleName:void 0},Xu=e=>{let t=e.accessibleNameRef?.split(" ")??[],r="";return t.forEach((i,o)=>{let n=Ep(e,i),a=`${n&&n.textContent?n.textContent:""}`;a&&(r+=a,o<t.length-1&&(r+=" "))}),r},C0=e=>{let t=new Set;x0(e).forEach(i=>{t.add(i)});let r=[e.accessibleNameRef,e.accessibleDescriptionRef].filter(Boolean).join(" ");return(r?r.split(" "):[]).forEach(i=>{let o=Ep(e,i);o&&t.add(o)}),Array.from(t)},x0=e=>{let t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},Ep=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`)||document.getElementById(t),Dp=e=>{let t=[];if(x0(e).forEach(r=>{let i=r.textContent;i&&t.push(i)}),t.length)return t.join(" ")},lA=e=>t=>{let r=t&&t.type==="property"&&t.name==="accessibleNameRef",i=t&&t.type==="property"&&t.name==="accessibleDescriptionRef";if(!r&&!i)return;let o=ps.get(e);if(!o)return;let n=o.observedElements,a=C0(e);n.forEach(s=>{a.includes(s)||zp(o,s)}),a.forEach(s=>{n.includes(s)||(S0(o,s),o.observedElements.push(s))}),o?.callback()},Yu=(e,t)=>{if(ps.has(e))return;let r=C0(e),i=lA(e),o={host:e,observedElements:r,callback:t,invalidationCallback:i};ps.set(e,o),e.attachInvalidate(i),r.forEach(n=>{S0(o,n)}),t()},S0=(e,t)=>{let r=iu.get(t);if(!r){r={observer:null,callbacks:[]};let i=new MutationObserver(()=>{r.callbacks.forEach(n=>{n()});let o=document.getElementById(t.id);e.host.id===t.getAttribute("for")||o||zp(e,t)});r.observer=i,i.observe(t,sA),iu.set(t,r)}r.callbacks.includes(e.callback)||r.callbacks.push(e.callback)},zp=(e,t)=>{let r=iu.get(t);r&&(r.callbacks=r.callbacks.filter(i=>i!==e.callback),r.callbacks.length||(r.observer?.disconnect(),iu.delete(t))),e.observedElements=e.observedElements.filter(i=>i!==t)},Qu=e=>{let t=ps.get(e);t&&([...t.observedElements].forEach(r=>{zp(t,r)}),e.detachInvalidate(t.invalidationCallback),ps.delete(e))},Rp=e=>{let t=e;return t.accessibleDescriptionRef?Ju(e):t.accessibleDescription?t.accessibleDescription:void 0},Ju=e=>{let t=e.accessibleDescriptionRef?.split(" ")??[],r="";return t.forEach((i,o)=>{let n=Ep(e,i),a=`${n&&n.textContent?n.textContent:""}`;a&&(r+=a,o<t.length-1&&(r+=" "))}),r},Wd=(e=>(e["SAP-icons"]="SAP-icons-v4",e.horizon="SAP-icons-v5",e["SAP-icons-TNT"]="tnt",e.BusinessSuiteInAppSymbols="business-suite",e))(Wd||{}),k0=e=>Wd[e]?Wd[e]:e,uA=(e=>(e.SAPIconsV4="SAP-icons-v4",e.SAPIconsV5="SAP-icons-v5",e.SAPIconsTNTV2="tnt-v2",e.SAPIconsTNTV3="tnt-v3",e.SAPBSIconsV1="business-suite-v1",e.SAPBSIconsV2="business-suite-v2",e))(uA||{}),mi=new Map;mi.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),mi.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),mi.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});cA=(e,t)=>{if(mi.has(e)){mi.set(e,D(D({},t),mi.get(e)));return}mi.set(e,t)},Fg=e=>{let t=dI()?"legacy":"sap_horizon";return mi.has(e)?mi.get(e)[t]:e},_A=new Map,dA=e=>_A.get(e),hA=e=>{let t=dA(Ss());return!e&&t?k0(t):Fg(e||"SAP-icons")},T0=hA,pA="legacy",$g=new Map,I0=Bi("SVGIcons.registry",new Map),Z_=Bi("SVGIcons.promises",new Map),Zd="ICON_NOT_FOUND",fA=async e=>{if(!Z_.has(e)){if(!$g.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);let t=$g.get(e);Z_.set(e,t(e))}return Z_.get(e)},Hg=e=>{Object.keys(e.data).forEach(t=>{let r=e.data[t];ae(t,{pathData:r.path||r.paths,ltr:r.ltr,viewBox:r.viewBox,accData:r.acc,collection:e.collection,packageName:e.packageName})})},ae=(e,t)=>{let r=`${t.collection}/${e}`,i={collection:t.collection,packageName:t.packageName,pathData:t.pathData,viewBox:t.viewBox,ltr:t.ltr,accData:t.accData,customTemplate:t.customTemplate};I0.set(r,i)},B0=e=>{e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://",""));let t;return[e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=k0(t)),{name:e,collection:t}},A0=e=>{let{name:t,collection:r}=B0(e);return Kd(r,t)},E0=async e=>{let{name:t,collection:r}=B0(e),i=Zd;try{i=await fA(T0(r))}catch(o){console.error(o.message)}return i===Zd?i:Kd(r,t)||(Array.isArray(i)?i.forEach(o=>{Hg(o),cA(r,{[o.themeFamily||pA]:o.collection})}):Hg(i),Kd(r,t))},Kd=(e,t)=>{let r=`${T0(e)}/${t}`;return I0.get(r)},vA=async e=>{if(!e)return;let t=A0(e);if(t||(t=await E0(e)),t&&t!==Zd&&t.accData)return t.packageName?(await Wu(t.packageName)).getText(t.accData):t.accData?.defaultText||""};D0=(function(e){return e.Image="Image",e.Decorative="Decorative",e.Interactive="Interactive",e})(D0||{}),jr=D0,Y=`:root {--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "17.0.29"},"Version":{"Build": "11.36.4.20260616082028","Source": "11.36.4"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #556b82;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Margin_S: 0 0 1rem;--sapContent_Margin_M: 1rem;--sapContent_Margin_L: 1rem 2rem;--sapContent_Margin_XL: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #d9d9d9;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_HeroBanner_Background: #0070f2;--sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.45) 75%);--sapShell_HeroBanner_TextColor: #fff;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .0625rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentAlternatingBackground: #eaecee;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: .125rem;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: transparent;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_IBCS_Actual: #233649;--sapChart_IBCS_Previous: #758ca4;--sapChart_IBCS_Good: #287a40;--sapChart_IBCS_Bad: #d00a0a;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #8bc7ff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #62b3ff;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #0074e2;--sapChart_Sequence_1_Minus1: #0074e2;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #0065c3;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #0055a5;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #003b72;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #00305d;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #492d00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #180955;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px;--sapSapThemeId: sap_horizon;--sapHighlightTextColor: #fff;--sapButton_Emphasized_FontWeight: bold;--sapShell_BackgroundGradient: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapAt: @
|
|
52
|
+
}`,Q=`:host{--ui5-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--ui5-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-border-radius: var(--sapElement_BorderCornerRadius);--ui5-avatar-border-radius-img-deduction: .0625rem;--ui5-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-avatar-accent1: var(--sapAvatar_1_Background);--ui5-avatar-accent2: var(--sapAvatar_2_Background);--ui5-avatar-accent3: var(--sapAvatar_3_Background);--ui5-avatar-accent4: var(--sapAvatar_4_Background);--ui5-avatar-accent5: var(--sapAvatar_5_Background);--ui5-avatar-accent6: var(--sapAvatar_6_Background);--ui5-avatar-accent7: var(--sapAvatar_7_Background);--ui5-avatar-accent8: var(--sapAvatar_8_Background);--ui5-avatar-accent9: var(--sapAvatar_9_Background);--ui5-avatar-accent10: var(--sapAvatar_10_Background);--ui5-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-avatar-placeholder-color: var(--ui5-avatar-initials-color);--ui5-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_avatar_focus_offset: .1875rem;--_ui5_avatar_overflow_button_focus_offset: .0625rem;--_ui5_avatar_fontsize_XS: 1rem;--_ui5_avatar_fontsize_S: 1.125rem;--_ui5_avatar_fontsize_M: 1.5rem;--_ui5_avatar_fontsize_L: 2.25rem;--_ui5_avatar_fontsize_XL: 3rem;--_ui5_avatar_icon_XS: var(--_ui5_avatar_fontsize_XS);--_ui5_avatar_icon_S: var(--_ui5_avatar_fontsize_S);--_ui5_avatar_icon_M: var(--_ui5_avatar_fontsize_M);--_ui5_avatar_icon_L: var(--_ui5_avatar_fontsize_L);--_ui5_avatar_icon_XL: var(--_ui5_avatar_fontsize_XL);--_ui5_avatar_group_button_focus_border: none;--_ui5_avatar_group_padding: .3rem;--_ui5-tag-height: 1rem;--_ui5-tag-padding-inline-icon-only: .313rem;--_ui5-tag-text-padding: .1875rem .25rem;--_ui5-tag-text-transform: none;--_ui5-tag-icon-width: .75rem;--_ui5-tag-icon-gap: .25rem;--_ui5-tag-font-weight: normal;--_ui5-tag-letter-spacing: normal;--ui5-tag-text-shadow: var(--sapContent_TextShadow);--ui5-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-tag-information-text-shadow: var(--ui5-tag-text-shadow);--ui5-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--ui5-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-tag-height_size_l: 1.5rem;--_ui5-tag-min-width_size_l: 1.75rem;--_ui5-tag-font-size_size_l: 1.25rem;--_ui5-tag-icon_min_width_size_l: 1.25rem;--_ui5-tag-icon_min_height_size_l: 1.25rem;--_ui5-tag-icon_height_size_l: 1.25rem;--_ui5-tag-text_padding_size_l: .125rem .25rem;--_ui5_bar_base_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_bar_subheader_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_bar-start-container-padding-start: 1rem;--_ui5_bar-mid-container-padding-start-end: .5rem;--_ui5_bar-end-container-padding-end: 1rem;--_ui5_bar_subheader_margin-top: -.0625rem;--_ui5_breadcrumbs_current_location_color: var(--sapTextColor);--_ui5_breadcrumbs_separator_color: var(--sapTextColor);--_ui5_breadcrumbs_margin: 0 0 .5rem 0;--_ui5_busy_indicator_color: var(--sapContent_BusyColor);--_ui5_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-button-badge-diameter: var(--_ui5-compact-size, .625rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-width: var(--_ui5-compact-size, 16.75rem) var(--_ui5-cozy-size, 18.5rem);--_ui5-calendar-legend-item-box-margin: .25rem;--_ui5-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-calendar-legend-item-root-width: 7.75rem;--_ui5-calendar-legend-item-box-dot-display: block;--_ui5_card_box_shadow: var(--sapContent_Shadow0);--_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5_card_border: none;--_ui5_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5_card_header_active_bg: var(--sapTile_Active_Background);--_ui5_card_header_border: none;--_ui5_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);--_ui5_card_header_focus_bottom_radius: 0px;--_ui5_card_header_focus_offset: 1px;--_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5_card_header_title_font_weight: normal;--_ui5_card_header_subtitle_margin_top: .25rem;--ui5_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5_carousel_button_size: 2.25rem;--ui5_carousel_inactive_dot_size: .25rem;--ui5_carousel_inactive_dot_margin: 0 .375rem;--ui5_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5_carousel_navigation_button_active_box_shadow: none;--_ui5_checkbox_wrapper_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_width_height)) var(--_ui5-cozy-size, 2.75rem);--_ui5_checkbox_transition: unset;--_ui5_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_checkbox_border_radius: 0;--_ui5_checkbox_hover_background: var(--sapField_Selector_Hover_Background);--_ui5_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5_checkbox_focus_position: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .3125rem);--_ui5_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_checkbox_focus_border_radius: .5rem;--_ui5_checkbox_outer_hover_background: transparent;--_ui5_checkbox_inner_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_inner_size)) var(--_ui5-cozy-size, 1.375rem);--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5_checkbox_inner_warning_background_hover: var(--sapField_Selector_Hover_WarningBackground);--_ui5_checkbox_inner_error_background_hover: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_checkbox_inner_success_background_hover: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_checkbox_inner_information_background_hover: var(--sapField_Selector_Hover_InformationBackground);--_ui5_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5_checkbox_inner_background: var(--sapField_Background);--_ui5_checkbox_wrapped_focus_padding: .5rem;--_ui5_checkbox_wrapped_focus_inset_block: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, var(--_ui5_checkbox_focus_position));--_ui5_checkbox_compact_wrapper_padding: .5rem;--_ui5_checkbox_compact_width_height: 2rem;--_ui5_checkbox_compact_inner_size: 1rem;--_ui5_checkbox_compact_focus_position: .375rem;--_ui5_checkbox_label_color: var(--sapField_TextColor);--_ui5_checkbox_label_offset: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, var(--_ui5_checkbox_wrapper_padding));--_ui5_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5_checkbox_default_focus_border: none;--_ui5_checkbox_focus_outline_display: block;--_ui5_checkbox_right_focus_distance: .3125rem;--_ui5_checkbox_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color-palette-item-after-focus-border-radius: .3125rem;--_ui5_color-palette-item-hover-margin: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .0625rem);--_ui5_color-palette-row-height: var(--_ui5-compact-size, 7.5rem) var(--_ui5-cozy-size, 9.5rem);--_ui5_color-palette-button-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5_color-palette-item-before-focus-inset: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, -.3125rem);--_ui5_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5_color-palette-item-after-focus-inset: .0625rem;--_ui5_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5_color-palette-item-before-focus-border-radius: .4375rem;--_ui5_color-palette-item-outer-border-radius: .25rem;--_ui5_color-palette-item-inner-border-radius: .1875rem;--_ui5_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5_color-palette-item-hover-inner-border-radius: .375rem;--_ui5_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5_color-palette-item-after-focus-not-selected-border: none;--_ui5_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5_color-palette-item-selected-focused-border: none;--_ui5-color-palette-item-mobile-focus-inset: 0px;--_ui5_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5_color-palette-item-after-mobile-focus-border: none;--_ui5-color-palette-item-background-color: transparent;--_ui5_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_inner_border_color: #fff;--_ui5_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5_color_picker_circle_inner_circle_size: .5625rem;--_ui5_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5_color_picker_slider_handle_container_margin_top: none;--_ui5-datepicker_border_radius: .25rem;--_ui5-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5_daypicker_item_margin: 2px;--_ui5_daypicker_item_border: none;--_ui5_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5_daypicker_daynames_container_height: 2rem;--_ui5_daypicker_weeknumbers_container_padding_top: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius: .4375rem;--_ui5_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5_daypicker_item_selected_background: transparent;--_ui5_daypicker_item_selected_daytext_hover_background: transparent;--_ui5_daypicker_item_border_radius_focus_after: .1875rem;--_ui5_daypicker_item_selected_between_border: .5rem;--_ui5_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5_daypicker_item_selected_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_not_selected_inset: 0;--_ui5_daypicker_item_now_inset: .3125rem;--_ui5_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_weeekend_filter: brightness(105%);--_ui5_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5_daypicker_item_border_radius_item: .5rem;--_ui5_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_two_calendar_item_now_day_text_content: "";--_ui5_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5_daypicker_two_calendar_item_border_radius: .5rem;--_ui5_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5_daypicker_special_day_top: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_daypicker_special_day_border_bottom_radius: .5rem;--_ui5_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5_daypicker_selected_item_now_special_day_top: var(--_ui5-compact-size, 1.5625rem) var(--_ui5-cozy-size, 2.4375rem);--_ui5_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-daypicker_item_selected_now_border_radius: .5rem;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .5rem);--_ui5_daypicker_two_calendar_item_margin_bottom: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, 0);--_ui5_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5_daypicker_item_now_focus_margin: 0;--_ui5_daypicker_special_day_border_top: none;--_ui5_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5_daypicker_specialday_focused_top: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5_daypicker_specialday_focused_border_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_item_now_specialday_top: var(--_ui5-compact-size, 1.4375rem) var(--_ui5-cozy-size, 2.3125rem);--_ui5_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5_daypicker_twocalendar_item_special_day_top: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_twocalendar_item_special_day_right: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_width: .125rem;--_ui5_daypicker_item_no_selected_inset: .375rem;--_ui5_daypicker_item_now_border_focus_after: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5_daypicker_item_now_selected_between_inset: .25rem;--_ui5_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-dp-item_withsecondtype_border: .25rem;--_ui5_dialog_header_state_line_height: .0625rem;--_ui5_dialog_focus_outline_offset: .0625rem;--_ui5_dialog_resizable_bottom_right_radius: 1.75rem;--_ui5_file_uploader_display_input_width: calc(100% - var(--_ui5_input_icon_width));--_ui5_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5_input_icon_width) - var(--_ui5_input_inner_space_to_tokenizer));--_ui5_table_cell_valign: center;--_ui5_table_cell_min_width: 2.75rem;--_ui5_table_navigated_cell_width: .25rem;--_ui5_first_table_cell_horizontal_padding: 1rem;--_ui5_table_cell_horizontal_padding: .5rem;--_ui5_table_cell_vertical_padding: .25rem;--_ui5_table_row_actions_gap: .25rem;--_ui5_table_row_alternating_background: var(--sapTableRow_AlternatingBackground, var(--sapList_AlternatingBackground));--_ui5_table_row_alternating_hover_background: var(--sapTableRow_AlternatingHoverBackground, var(--sapList_Hover_Background));--_ui5_table_row_alternating_selection_background: var(--sapTableRow_AlternatingSelectionBackground, var(--sapList_SelectionBackgroundColor));--_ui5_table_row_alternating_selection_hover_background: var(--sapTableRow_AlternatingSelectionHoverBackground, var(--sapList_Hover_SelectionBackground));--ui5-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-icon-focus-border-radius: .25rem;--_ui5_input_width: 13.125rem;--_ui5_input_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_min_width_tokenizer_available: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_input_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_input_margin_top_bottom: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .25rem);--_ui5_input_hover_border: none;--_ui5_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5_input_background_color: var(--sapField_Background);--_ui5_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_focus_border_radius: .25rem;--_ui5_input_readonly_focus_border_radius: 0;--_ui5-input-border: none;--_ui5_input_placeholder_style: italic;--_ui5_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_bottom_border_height: 0;--_ui5_input_bottom_border_color: transparent;--_ui5_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5_input_state_border_width: .125rem;--_ui5_input_information_border_width: .125rem;--_ui5_input_error_font_weight: normal;--_ui5_input_warning_font_weight: normal;--_ui5_input_focus_border_width: 1px;--_ui5_input_error_warning_border_style: none;--_ui5_input_error_warning_font_style: inherit;--_ui5_input_error_warning_text_indent: 0;--_ui5_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-input_disabled_background: var(--sapField_Background);--_ui5_input_readonly_border: none;--_ui5_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5_input_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_min_width: var(--_ui5-compact-size, var(--_ui5_input_compact_min_width)) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_compact_min_width: 2rem;--_ui5_input_transition: none;--_ui5-input-value-state-icon-display: none;--_ui5_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_value_state_success_border_width: 1px;--_ui5_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focus_offset: 0;--_ui5_input_readonly_focus_offset: .125rem;--ui5_input_focus_pseudo_element_content: "";--_ui5_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5_input_focus_outline_color: var(--sapContent_FocusColor);--_ui5-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5_input_value_state_success_border_width));--_ui5-input-icons-count: 0;--_ui5_input_tokenizer_min_width: 3.5rem;--_ui5_input_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_icon_color: var(--sapField_TextColor);--_ui5_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5_input_icon_pressed_bg: transparent;--_ui5_input_icon_hover_bg: transparent;--_ui5_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5_input_icon_border: none;--_ui5_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5_link_text_decoration: var(--sapLink_TextDecoration);--_ui5_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5_link_focused_hover_text_decoration: none;--_ui5_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5_link_outline: none;--_ui5_link_focus_border-radius: .125rem;--_ui5_link_focus_background_color: var(--sapContent_FocusColor);--_ui5_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5_link_focus_text_decoration: underline;--_ui5_link_subtle_text_decoration: underline;--_ui5_link_subtle_text_decoration_hover: none;--_ui5_link_large_interactive_area_height: 1.5rem;--ui5_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-listitem-background-color: var(--sapList_Background);--ui5-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-listitembase_disabled_opacity: .5;--_ui5_product_switch_item_border: none;--_ui5_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_menu_item_padding: var(--_ui5-compact-size, 0 .75rem 0 .5rem) var(--_ui5-cozy-size, 0 1rem 0 .75rem);--_ui5_menu_item_submenu_icon_right: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_monthpicker_item_margin: .0625rem;--_ui5_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_monthpicker_item_border_radius: .5rem;--_ui5_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5_message_strip_icon_top: .4375rem;--_ui5_message_strip_close_button_top: .125rem;--_ui5_message_strip_close_button_right: .1875rem;--_ui5_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_panel_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_border_bottom: none;--_ui5_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5_panel_header_padding_right: .5rem;--_ui5_panel_header_button_wrapper_padding: var(--_ui5-compact-size, .1875rem .25rem) var(--_ui5-cozy-size, .25rem);--_ui5_panel_focus_offset: 0px;--_ui5_panel_focus_bottom_offset: -1px;--_ui5_panel_content_padding: .625rem 1rem;--_ui5_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5_popover_background: var(--sapGroup_ContentBackground);--_ui5_popover_box_shadow: var(--sapContent_Shadow2);--_ui5_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5_popup_content_padding_s: 1rem;--_ui5_popup_content_padding_m_l: 2rem;--_ui5_popup_content_padding_xl: 3rem;--_ui5_popup_header_footer_padding_s: 1rem;--_ui5_popup_header_footer_padding_m_l: 2rem;--_ui5_popup_header_footer_padding_xl: 3rem;--_ui5_popup_viewport_margin: 10px;--_ui5_popup_header_prop_header_text_alignment: flex-start;--_ui5_popup_border_radius: .5rem;--_ui5_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5_popup_header_border: none;--_ui5_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5_popup_block_layer_opacity: .2;--_ui5_progress_indicator_background_none: var(--sapProgress_Background);--_ui5_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5_progress_indicator_color: var(--sapField_TextColor);--_ui5_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5_progress_indicator_border: none;--_ui5_progress_indicator_bar_border_max: none;--_ui5_progress_indicator_icon_visibility: inline-block;--_ui5_progress_indicator_side_points_visibility: block;--_ui5_progress_indicator_padding_novalue: .3125rem;--_ui5_progress_indicator_host_height: unset;--_ui5_progress_indicator_root_border_radius: .25rem;--_ui5_progress_indicator_root_height: .375rem;--_ui5_progress_indicator_root_overflow: visible;--_ui5_progress_indicator_bar_height: .625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_overflow: visible;--_ui5_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5_progress_indicator_padding_end: 1.25rem;--_ui5_progress_indicator_host_box_sizing: border-box;--_ui5_progress_indicator_root_position: relative;--_ui5_progress_indicator_root_min_height: .375rem;--_ui5_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5_progress_indicator_remaining_bar_position: absolute;--_ui5_progress_indicator_remaining_bar_width: 100%;--_ui5_progress_indicator_icon_position: absolute;--_ui5_progress_indicator_icon_right_position: -1.25rem;--_ui5_progress_indicator_value_position: absolute;--_ui5_progress_indicator_value_top_position: -1.3125rem;--_ui5_progress_indicator_value_left_position: 0;--_ui5_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5_rating_indicator_border_radius: .5rem;--_ui5_rating_indicator_outline_offset: -.125rem;--_ui5_rating_indicator_item_height: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_item_width: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_readonly_item_height: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_width: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5_rating_indicator_component_spacing: var(--_ui5-compact-size, .5rem 0px) var(--_ui5-cozy-size, .5rem 0px);--_ui5_rating_indicator_component_padding: .25rem;--_ui5_rating_indicator_item_size_s: 1.375rem;--_ui5_rating_indicator_item_size_l: 2rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5_segmented_btn_hover_box_shadow: none;--_ui5_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_button_focused_border_radius: .375rem;--_ui5_button_focused_inner_border_radius: .375rem;--_ui5_button_base_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_button_base_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5_button_base_padding: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_button_base_icon_margin: .375rem;--_ui5_button_text_shadow: none;--_ui5_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5_button_fontFamily: var(--sapButton_FontFamily);--_ui5_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5_button_emphasized_focused_active_border_color: transparent;--_ui5_button_emphasized_border_width: .0625rem;--_ui5_radio_button_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5_radio_button_checked_fill: var(--sapSelectedColor);--_ui5_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5_radio_button_warning_error_border_dash: 0;--_ui5_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_outer_ring_padding_with_label: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_border_radius: .5rem;--_ui5_radio_button_border: none;--_ui5_radio_button_focus_outline: block;--_ui5_radio_button_focus_dist: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_color: var(--sapField_BorderColor);--_ui5_radio_button_label_offset: 1px;--_ui5_radio_button_label_color: var(--sapField_TextColor);--_ui5_radio_button_inner_ring_radius: 27.5%;--_ui5_radio_button_read_only_border_type: 4, 2;--_ui5_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5_switch_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_switch_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_min_width: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, none);--_ui5_switch_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_focus_outline: none;--_ui5_switch_root_outline_top: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_left: -.125rem;--_ui5_switch_root_outline_right: -.125rem;--_ui5_switch_foucs_border_size: 1px;--_ui5-switch-root-border-radius: 0;--_ui5-switch-root-box-shadow: none;--_ui5_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_switch_transform: var(--_ui5-compact-size, translateX(100%) translateX(-1.375rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.625rem));--_ui5_switch_transform_with_label: var(--_ui5-compact-size, translateX(100%) translateX(-1.875rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.875rem));--_ui5_switch_rtl_transform: var(--_ui5-compact-size, translateX(1.375rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.625rem));--_ui5_switch_rtl_transform_with_label: var(--_ui5-compact-size, translateX(1.875rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.875rem));--_ui5_switch_track_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_track_with_label_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_track_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_border_radius: .75rem;--_ui5-switch-track-border: 1px solid;--_ui5_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5_switch_track_transition: none;--_ui5_switch_track_icon_display: inline-block;--_ui5_switch_handle_width: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_handle_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_with_label_width: var(--_ui5-compact-size, 1.75rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_switch_handle_with_label_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_border: var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_border_width: .125rem;--_ui5_switch_handle_border_radius: 1rem;--_ui5_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5_switch_handle_left: .0625rem;--_ui5-switch-slider-texts-display: inline;--_ui5_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5_switch_text_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_switch_text_with_label_font_family: "72-Condensed-Bold", "72", "72full", Arial, Helvetica, sans-serif;--_ui5_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5_switch_text_with_label_width: 1.75rem;--_ui5_switch_text_width: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_text_inactive_left: .1875rem;--_ui5_switch_text_inactive_left_alternate: .0625rem;--_ui5_switch_text_inactive_right: auto;--_ui5_switch_text_inactive_right_alternate: 0;--_ui5_switch_text_active_left: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .1875rem);--_ui5_switch_text_active_left_alternate: .0625rem;--_ui5_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5_switch_text_overflow: hidden;--_ui5_switch_text_z_index: 1;--_ui5_switch_text_hidden: hidden;--_ui5_switch_text_min_width: none;--_ui5_switch_icon_width: 1rem;--_ui5_switch_icon_height: 1rem;--_ui5_switch_readonly_track_border_style: dashed;--_ui5_switch_readonly_handle_border_style: solid;--_ui5_switch_root_after_boreder_radius: 1rem;--_ui5_select_hover_icon_left_border: none;--_ui5_select_label_color: var(--sapField_TextColor);--_ui5_select_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_select_icon_wrapper_height: 100%;--_ui5_select_bottom_border_gradient: linear-gradient(var(--sapField_BorderColor), var(--sapField_BorderColor)) bottom / 100% var(--sapField_BorderWidth) no-repeat;--_ui5_select_icon_wrapper_state_height: 100%;--_ui5_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius: .375rem;--_ui5_split_button_middle_separator_left: -.0625rem;--_ui5_split_button_middle_separator_hover_display: none;--_ui5_split_button_text_button_right_border_width: .0625rem;--_ui5_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5_split_button_host_transparent_hover_background: transparent;--_ui5_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5_split_button_transparent_disabled_background: transparent;--_ui5_split_button_inner_focused_border_radius_inner: .375rem;--_ui5_split_button_emphasized_separator_color: transparent;--_ui5_split_button_positive_separator_color: transparent;--_ui5_split_button_negative_separator_color: transparent;--_ui5_split_button_attention_separator_color: transparent;--_ui5_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_text_button_border_color: transparent;--_ui5_split_text_button_background_color: transparent;--_ui5_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_text_button_emphasized_border_width: .0625rem;--_ui5_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_button_middle_separator_hover_display_emphasized: none;--_ui5_tc_header_height: var(--_ui5-compact-size, var(--_ui5_tc_item_height)) var(--_ui5-cozy-size, var(--_ui5_tc_item_height));--_ui5_tc_header_height_text_only: var(--_ui5_tc_item_text_only_height);--_ui5_tc_header_height_text_with_additional_text: var(--_ui5_tc_item_text_only_with_additional_text_height);--_ui5_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5_tc_header_background: var(--sapObjectHeader_Background);--_ui5_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5_tc_content_background: var(--sapBackgroundColor);--_ui5_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5_tc_headeritem_padding: 1rem;--_ui5_tc_headerItem_color: var(--sapTab_TextColor);--_ui5_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5_tc_headeritem_text_font_weight: normal;--_ui5_tc_headerItem_additional_text_font_weight: normal;--_ui5_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5_tc_headerItem_transition: none;--_ui5_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5_tc_headerItemContent_border_bg: transparent;--_ui5_tc_headerItem_neutral_border_bg: transparent;--_ui5_tc_headerItem_positive_border_bg: transparent;--_ui5_tc_headerItem_negative_border_bg: transparent;--_ui5_tc_headerItem_critical_border_bg: transparent;--_ui5_tc_headerItemContent_border_height: 0;--_ui5_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5_tc_headerItemContent_default_focus_border: none;--_ui5_tc_headerItemContent_focus_border_radius: 0;--_ui5_tc_headerItemSemanticIcon_display: none;--_ui5_tc_headerItemSemanticIcon_size: .75rem;--_ui5_tc_headerItem_focus_border_radius: .375rem;--_ui5_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5_tc_mixedMode_itemText_font_weight: normal;--_ui5_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5_tc_headerItem_expand_button_border_radius: .25rem;--_ui5_tc_headerItem_expand_button_separator_display: inline-block;--_ui5_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5_tc_overflowItem_focus_offset: .125rem;--_ui5_tc_overflowItem_indent: .5rem;--_ui5_tc_overflowItem_extra_indent: 0rem;--_ui5_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5_tc_overflowItem_current_color: CurrentColor;--_ui5_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_focus_border_offset: -5px;--_ui5_tc_headerItemIcon_focus_border_radius: 50%;--_ui5_tc_overflow_text_color: var(--sapTextColor);--_ui5_text_max_lines: initial;--_ui5_textarea_state_border_width: .125rem;--_ui5_textarea_information_border_width: .125rem;--_ui5_textarea_placeholder_font_style: italic;--_ui5_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5_textarea_error_placeholder_font_style: italic;--_ui5_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5_textarea_hover_border: none;--_ui5_textarea_error_warning_border_style: none;--_ui5_textarea_disabled_opacity: .4;--_ui5_textarea_line_height: 1.5;--_ui5_textarea_focus_pseudo_element_content: "";--_ui5_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_textarea_focus_offset: 0;--_ui5_textarea_readonly_focus_offset: 1px;--_ui5_textarea_value_state_focus_offset: 1px;--_ui5_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5_textarea_min_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_textarea_wrapper_padding: .0625rem;--_ui5_textarea_success_wrapper_padding: .0625rem;--_ui5_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_inner_width: calc(100% - (2 * var(--_ui5_textarea_wrapper_padding)));--_ui5_textarea_padding_right_and_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_error_warning: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_information: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_readonly: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_textarea_padding_top: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_readonly: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_bottom_readonly: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .375rem);--_ui5_textarea_padding_top_error_warning: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_error_warning: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_information: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_information: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_margin: var(--_ui5-compact-size, .1875rem 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_textarea_readonly_border_style: dashed;--_ui5_textarea_focus_border_radius: .25rem;--_ui5-time_picker_border_radius: .25rem;--_ui5_toast_vertical_offset: 3rem;--_ui5_toast_horizontal_offset: 2rem;--_ui5_toast_background: var(--sapIndicationColor_9_Background);--_ui5_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5_toast_offset_width: -.1875rem;--_ui5_toggle_button_emphasized_text_shadow: none;--_ui5_yearpicker_item_margin: .0625rem;--_ui5_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_yearpicker_item_border_radius: .5rem;--_ui5_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_calendar_header_arrow_button_border: .0625rem solid var(--sapList_Hover_Background);--_ui5_calendar_header_arrow_button_border_radius: .5rem;--_ui5_calendar_header_middle_button_width: 6.25rem;--_ui5_calendar_header_middle_button_flex: 1 1 auto;--_ui5_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5_calendar_header_middle_button_focus_border: none;--_ui5_calendar_header_middle_button_focus_after_display: block;--_ui5_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5_calendar_header_middle_button_focus_background: transparent;--_ui5_calendar_header_middle_button_focus_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_background: transparent;--_ui5_calendar_header_middle_button_focus_after_border: none;--_ui5_calendar_header_midcontainer_gap: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_header_arrow_button_flex_shrink: var(--_ui5-compact-size, 1) var(--_ui5-cozy-size, 0);--_ui5_token_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_color: var(--sapContent_LabelColor);--_ui5_token_border_radius: .375rem;--_ui5_token_focus_outline_width: .0625rem;--_ui5_token_outline_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, .125rem);--_ui5_token_text_color: var(--sapTextColor);--_ui5_token_right_margin: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_left_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_readonly_padding: var(--_ui5-compact-size, .125rem .25rem) var(--_ui5-cozy-size, .25rem .3125rem);--_ui5_token_selected_focus_outline: none;--_ui5_token_focus_outline: none;--_ui5_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--ui5_token_focus_pseudo_element_content: "";--_ui5_token_focus_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, -.25rem);--_ui5_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5_token_selected_internal_border_bottom_radius: .1875rem;--_ui5_token_icon_padding: var(--_ui5-compact-size, .375rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_token_focus_outline_border_radius: .5rem;--_ui5_tokenizer_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_tokenizer_gap: var(--_ui5-compact-size, .375em .25rem) var(--_ui5-cozy-size, .625rem .25rem);--_ui5_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5_tokenizer-popover_offset: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .3125rem);--_ui5_slider_inner_min_width: 4rem;--_ui5_slider_progress_border_width: .0625rem;--_ui5_slider_disabled_opacity: .4;--_ui5_slider_active_progress_left: -.0625rem;--_ui5_slider_handle_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_slider_handle_width: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--ui5_slider_handle_outline: none;--ui5_slider_handle_outline_offset: .0625rem;--_ui5_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5_slider_handle_border_radius: .5rem;--_ui5_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_active_border: .125rem solid var(--sapSlider_Active_HandleBorderColor);--_ui5_slider_handle_icon_display: inline-block;--_ui5_slider_handle_icon_size: .875rem;--_ui5_slider_handle_box_sizing: border-box;--_ui5_slider_scale_background: var(--sapSlider_Background);--_ui5_slider_scale_progress_background: var(--sapSlider_Selected_Background);--_ui5_slider_scale_progress_border: none;--_ui5_slider_scale_dots_distance: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1rem);--_ui5_slider_scale_dots_display: inline-block;--_ui5_slider_scale_tickmark_height: .5rem;--_ui5_slider_scale_root_box_sizing: border-box;--_ui5_slider_scale_progress_top: 0;--_ui5_slider_scale_progress_height: 100%;--_ui5_range_slider_progress_focus_display: block;--_ui5_range_slider_progress_focus_top: calc(-1 * ((var(--_ui5_slider_handle_height) / 2) + .1875rem) + var(--_ui5_slider_progress_border_width) + .0625rem - .125rem - .0625rem);--_ui5_range_slider_progress_focus_left: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem);--_ui5_range_slider_progress_focus_right: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem - .0625rem);--_ui5_range_slider_progress_focus_height: calc(var(--_ui5_slider_handle_height) + .375rem + .25rem + .0625rem);--_ui5_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5_range_slider_progress_focus_border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5_range_slider_progress_focus_border_radius: .5rem;--_ui5_range_slider_legacy_progress_focus_display: none;--_ui5_range_slider_focus_outline_width: 100%;--_ui5_slider_progress_outline: .0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_range_slider_focus_outline_radius: 0;--_ui5_slider_progress_outline_offset: var(--_ui5-compact-size, -.625rem) var(--_ui5-cozy-size, -.8125rem);--_ui5_slider_outer_height: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 1.6875rem);--_ui5_slider_progress_outline_offset_left: 0;--_ui5_slider_scale_progress_border_radius: .25rem;--_ui5_slider_scale_border: none;--_ui5_slider_root_side_padding: var(--_ui5-compact-size, 0 .75rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_slider_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_value_state_message_border: none;--_ui5_value_state_header_border: none;--_ui5_input_value_state_icon_display: inline-block;--_ui5_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5_value_state_message_icon_width: 1rem;--_ui5_value_state_message_icon_height: 1rem;--_ui5_input_value_state_icon_offset: .5rem;--_ui5_value_state_header_offset: -.25rem;--_ui5_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5_value_state_message_line_height: 1.125rem;--_ui5_value_state_message_popover_header_min_height: 2rem;--_ui5_value_state_message_popover_header_min_width: 6rem;--_ui5_value_state_message_popover_header_max_width: 22rem;--_ui5_value_state_message_popover_header_width: auto;--_ui5_value_state_message_icon_offset_phone: 1rem;--_ui5_value_state_header_border_bottom: none;--_ui5-toolbar-padding-left: .5rem;--_ui5-toolbar-padding-right: .5rem;--_ui5-toolbar-item-margin-left: 0;--_ui5-toolbar-item-margin-right: .5rem;--_ui5_step_input_input_error_background_color: inherit;--_ui5-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5_step_input_border_style: none;--_ui5_step_input_border_style_hover: none;--_ui5_step_input_button_background_color: transparent;--_ui5_step_input_input_border: none;--_ui5_step_input_input_margin_top: 0;--_ui5_step_input_button_display: inline-flex;--_ui5_step_input_button_left: 0;--_ui5_step_input_button_right: 0;--_ui5_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5_step_input_input_border_top_bottom_focused_after: 0;--_ui5_step_input_input_border_radius_focused_after: .25rem;--_ui5_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5_step_input_disabled_button_background: none;--_ui5_step_input_border_color_hover: none;--_ui5_step_input_border_hover: none;--_ui5_input_input_background_color: transparent;--_ui5_step_input_min_width: var(--_ui5-compact-size, 6rem) var(--_ui5-cozy-size, 7.25rem);--_ui5_step_input_padding: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_load_more_padding: 0;--_ui5_load_more_border: 1px top solid transparent;--_ui5_load_more_border_radius: none;--_ui5_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5_calendar_height: var(--_ui5-compact-size, 18rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_calendar_width: var(--_ui5-compact-size, 17.75rem) var(--_ui5-cozy-size, 20rem);--_ui5_calendar_left_right_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_top_bottom_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_calendar_header_arrow_button_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_calendar_header_padding: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_calendar_multiple_layout: row;--_ui5_calendar_multiple_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_multiple_width: var(--_ui5-compact-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2))) var(--_ui5-cozy-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2)));--_ui5_calendar_overlay_top: var(--_ui5-compact-size, 54%) var(--_ui5-cozy-size, 57%);--_ui5_calendar_overlay_width: var(--_ui5-compact-size, 100%) var(--_ui5-cozy-size, 16rem);--_ui5_checkbox_root_side_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_wrapped_focus_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_partially_icon_size: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5_custom_list_item_rb_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_day_picker_item_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_day_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_day_picker_empty_height: var(--_ui5-compact-size, 2.125rem) var(--_ui5-cozy-size, 3rem);--_ui5_day_picker_item_justify_content: var(--_ui5-compact-size, flex-end) var(--_ui5-cozy-size, space-between);--_ui5_dp_item_withsecondtype_font_size: var(--_ui5-compact-size, var(--sapFontSmallSize)) var(--_ui5-cozy-size, var(--sapFontSize));--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_top: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_right: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_dp_two_calendar_item_secondary_text_height: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_dp_two_calendar_item_text_padding_top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .4375rem);--_ui5_dp_two_calendar_item_secondary_text_padding_block: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_dp_two_calendar_item_secondary_text_padding: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_two_calendar_item_selected_focus_margin_bottom: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_two_calendar_item_selected_focus_padding_right: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_multiple_months_height: var(--_ui5-compact-size, var(--_ui5_calendar_height)) var(--_ui5-cozy-size, var(--_ui5_calendar_height));--_ui5-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-calendar-legend-item-box-inner-margin: .5rem;--_ui5_color_picker_slider_progress_container_height: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_picker_slider_container_margin_top: var(--_ui5-compact-size, -.375rem) var(--_ui5-cozy-size, -.5rem);--_ui5_color_picker_slider_handle_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_color_picker_slider_handle_width: var(--_ui5-compact-size, .9375rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_color_picker_slider_handle_after_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color_picker_slider_handle_focus_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_color_picker_colors_wrapper_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color_picker_sliders_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_color_picker_main_color_margin_bottom: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color_picker_slider_spacing: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, .9375rem);--_ui5_color_channel_toggle_button_width: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_channel_toggle_button_margin-top: var(--_ui5-compact-size, -.9375rem) var(--_ui5-cozy-size, -.75rem);--_ui5_color_channel_hex_input_width: var(--_ui5-compact-size, 4.625rem) var(--_ui5-cozy-size, 4.8125rem);--_ui5-color_channel_margin_top: var(--_ui5-compact-size, 0rem) var(--_ui5-cozy-size, .25rem);--_ui5_color-palette-item-height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color-palette-item-hover-height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color-palette-item-margin: var(--_ui5-compact-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem)) var(--_ui5-cozy-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem));--_ui5_color-palette-row-width: var(--_ui5-compact-size, 8.75rem) var(--_ui5-cozy-size, 12rem);--_ui5_color-palette-swatch-container-padding: var(--_ui5-compact-size, .1875rem .5rem) var(--_ui5-cozy-size, .3125rem .6875rem);--_ui5_datetime_picker_width: var(--_ui5-compact-size, 35.5rem) var(--_ui5-cozy-size, 40.0625rem);--_ui5_datetime_picker_height: var(--_ui5-compact-size, 20.5rem) var(--_ui5-cozy-size, 25rem);--_ui5_datetime_timeview_width: var(--_ui5-compact-size, 17rem) var(--_ui5-cozy-size, 17rem);--_ui5_datetime_timeview_phonemode_width: var(--_ui5-compact-size, 18.5rem) var(--_ui5-cozy-size, 19.5rem);--_ui5_datetime_timeview_phonemode_clocks_width: var(--_ui5-compact-size, 21.125rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_datetime_dateview_phonemode_margin_bottom: var(--_ui5-compact-size, 3.125rem) var(--_ui5-cozy-size, 0);--_ui5_popup_footer_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_dialog_content_min_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_inner_padding: var(--_ui5-compact-size, 0 .5rem) var(--_ui5-cozy-size, 0 .625rem);--_ui5_input_inner_padding_with_icon: var(--_ui5-compact-size, 0 .25rem 0 .5rem) var(--_ui5-cozy-size, 0 .25rem 0 .625rem);--_ui5_input_inner_space_to_tokenizer: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_input_inner_space_to_n_more_text: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_input_inner_with_tokenizer_padding_inline_end: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_list_no_data_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_item_cb_margin_right: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 0);--_ui5_list_item_title_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_no_data_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_item_img_size: 3rem;--_ui5_list_item_img_top_margin: var(--_ui5-compact-size, .55rem) var(--_ui5-cozy-size, .5rem);--_ui5_list_item_img_bottom_margin: .5rem;--_ui5_list_item_img_hn_margin: .75rem;--_ui5_list_item_dropdown_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_list_item_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_list_item_base_padding: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_list_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.125rem);--_ui5_list_item_icon_padding-inline-end: .75rem;--_ui5_list_item_selection_btn_margin_top: var(--_ui5-compact-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding))) var(--_ui5-cozy-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding)));--_ui5_list_item_content_vertical_offset: var(--_ui5-compact-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2)) var(--_ui5-cozy-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2));--_ui5_group_header_list_item_height: 2.75rem;--_ui5_month_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_buttons_left_space: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_form_item_min_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.813rem);--_ui5_form_item_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .65rem);--_ui5-form-group-heading-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_popup_default_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_year_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_token_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_token_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, .75rem);--_ui5_tc_item_text: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_tc_item_height: var(--_ui5-compact-size, 4rem) var(--_ui5-cozy-size, 4.75rem);--_ui5_tc_item_text_only_height: 2.75rem;--_ui5_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5_tc_item_text_line_height: var(--_ui5-compact-size, 1.325rem) var(--_ui5-cozy-size, 1.325rem);--_ui5_tc_item_icon_circle_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_tc_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_tc_item_add_text_margin_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_label_side_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_inner_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_svg_size: var(--_ui5-compact-size, 1.1429em) var(--_ui5-cozy-size, 1.5714em);--_ui5-responsive_popover_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-indent-step: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.5rem);--_ui5-tree-toggle-box-width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-toggle-box-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5-tree-toggle-icon-size: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_split_button_middle_separator_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .625rem);--_ui5_split_button_middle_separator_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1rem);--_ui5-toolbar-separator-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5-toolbar-height: var(--_ui5-compact-size, var(--sapElement_Compact_LineHeight)) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_toolbar_overflow_padding: var(--_ui5-compact-size, .1875rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_dynamic_page_title_actions_separator_height: var(--_ui5-compact-size, var(--_ui5-toolbar-separator-height)) var(--_ui5-cozy-size, var(--_ui5-toolbar-separator-height));--_ui5-shellbar-separator-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--___ui5-test-cozy-only: red;--___ui5-test-both: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, red);--___ui5-test-compact-only: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_height: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_rotation_90deg: rotate(90deg);--_ui5_rotation_minus_90deg: rotate(-90deg);--_ui5_icon_transform_scale: none;--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_90deg);--_ui5_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5_dialog_resize_cursor: se-resize;--_ui5_menu_submenu_margin_offset: -.25rem 0}.ui5-avatar-group-items-xs{--_ui5_avatar_group_focus_border_radius: 1rem}.ui5-avatar-group-items-s{--_ui5_avatar_group_focus_border_radius: 1.5rem}.ui5-avatar-group-items-m{--_ui5_avatar_group_focus_border_radius: 2rem}.ui5-avatar-group-items-l{--_ui5_avatar_group_focus_border_radius: 2.5rem}.ui5-avatar-group-items-xl{--_ui5_avatar_group_focus_border_radius: 3.5rem}:dir(rtl){--_ui5_icon_transform_scale: scale(-1, 1);--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_minus_90deg);--_ui5_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5_dialog_resize_cursor:sw-resize;--_ui5_menu_submenu_margin_offset: 0 -.25rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_border_radius: .25rem}
|
|
53
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");bA=`:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none;container-type:size}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top;box-sizing:border-box;align-items:center;justify-content:center;font-size:min(100cqw,100cqh);line-height:1}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5_icon_transform_scale);transform-origin:center}
|
|
54
|
+
`,vr=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},yA="ICON_NOT_FOUND",Vt=Nl=class extends gt{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(e){this.mode===jr.Interactive&&(e.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(e){this.mode===jr.Interactive&&(Pt(e)&&this.fireDecoratorEvent("click"),Ve(e)&&e.preventDefault())}_onkeyup(e){this.mode===jr.Interactive&&Ve(e)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===jr.Decorative?"true":void 0}get _tabIndex(){return this.mode===jr.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case jr.Interactive:return"button";case jr.Decorative:return"presentation";default:return"img"}}onEnterDOM(){$t()&&this.setAttribute("desktop","")}async onBeforeRendering(){if(this.fontIcon.length){this.accessibleName?this.effectiveAccessibleName=this.accessibleName:this.effectiveAccessibleName=void 0;return}let e=this.name;if(!e)return;let t=A0(e);if(t||(t=await E0(e)),!t)return this.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${this.name}`);if(t===yA)return this.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${e.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(this.viewBox=t.viewBox||"0 0 512 512","customTemplate"in t&&t.customTemplate&&(this.customTemplate=Q5(t.customTemplate,this)),"customTemplateAsString"in t&&(this.customTemplateAsString=t.customTemplateAsString),this.invalid=!1,"pathData"in t&&t.pathData&&(this.pathData=Array.isArray(t.pathData)?t.pathData:[t.pathData]),this.accData=t.accData,this.ltr=t.ltr,this.packageName=t.packageName,this.accessibleName)this.effectiveAccessibleName=this.accessibleName;else if(this.accData)if(this.packageName){let r=await Wu(this.packageName);this.effectiveAccessibleName=r.getText(this.accData)||void 0}else this.effectiveAccessibleName=this.accData?.defaultText||void 0;else this.effectiveAccessibleName=void 0}get hasFontIcon(){return this.fontIcon.length>0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case jr.Interactive:return Nl.i18nBundle.getText(_k);case jr.Image:return Nl.i18nBundle.getText(ck);default:return""}}get accessibilityInfo(){return this.mode===jr.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};vr([v()],Vt.prototype,"design",void 0);vr([v()],Vt.prototype,"name",void 0);vr([v()],Vt.prototype,"accessibleName",void 0);vr([v({type:Boolean})],Vt.prototype,"showTooltip",void 0);vr([v()],Vt.prototype,"mode",void 0);vr([He({type:HTMLElement})],Vt.prototype,"fontIcon",void 0);vr([v({type:Array,noAttribute:!0})],Vt.prototype,"pathData",void 0);vr([v({type:Object,noAttribute:!0})],Vt.prototype,"accData",void 0);vr([v({type:Boolean})],Vt.prototype,"invalid",void 0);vr([v({noAttribute:!0})],Vt.prototype,"effectiveAccessibleName",void 0);vr([at("@ui5/webcomponents")],Vt,"i18nBundle",void 0);Vt=Nl=vr([ye({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:it,template:gA,styles:bA}),V("click",{bubbles:!0})],Vt);Vt.define();rt=Vt,wA=e=>Array.from(e).filter(t=>t.nodeType!==Node.COMMENT_NODE&&(t.nodeType!==Node.TEXT_NODE||(t.nodeValue||"").trim().length!==0)).length>0,sl=wA;z0=(function(e){return e.Default="Default",e.Positive="Positive",e.Negative="Negative",e.Transparent="Transparent",e.Emphasized="Emphasized",e.Attention="Attention",e})(z0||{}),Ug=z0,R0=(function(e){return e.Button="Button",e.Submit="Submit",e.Reset="Reset",e})(R0||{}),Vg=R0,P0=(function(e){return e.InlineText="InlineText",e.OverlayText="OverlayText",e.AttentionDot="AttentionDot",e})(P0||{}),K_=P0,O0=(function(e){return e.Button="Button",e.Link="Link",e})(O0||{}),jg=O0,M0=(function(e){return e.Top="Top",e.Bottom="Bottom",e})(M0||{}),qg=M0;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");xA=`:host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}
|
|
55
|
+
`,ya=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},xi=Xd=class extends gt{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;let e=this.getRootNode().querySelector(`[id="${this.for}"]`);e&&e.focus()}get _colonSymbol(){return Xd.i18nBundle.getText(ik)}};ya([v()],xi.prototype,"for",void 0);ya([v({type:Boolean})],xi.prototype,"showColon",void 0);ya([v({type:Boolean})],xi.prototype,"required",void 0);ya([v()],xi.prototype,"wrappingType",void 0);ya([at("@ui5/webcomponents")],xi,"i18nBundle",void 0);xi=Xd=ya([ye({tag:"ui5-label",renderer:it,template:CA,styles:xA,languageAware:!0})],xi);xi.define();Pp=xi;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");kA=`:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
|
|
56
|
+
`,fo=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Rr=Yd=class extends gt{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0}),$t()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return Yd.i18nBundle.getText(fS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===qg.Top,bottom:this.text&&this.textPlacement===qg.Bottom}}get hasContent(){return sl(Array.from(this.children))}onBeforeRendering(){this.active?!this._isBusy&&!this._busyTimeoutId&&(this._busyTimeoutId=setTimeout(()=>{delete this._busyTimeoutId,this._isBusy=!0},Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(e){this._isBusy&&(e.stopImmediatePropagation(),lo(e)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(e){this._isBusy&&e.stopImmediatePropagation()}_redirectFocus(e){this.focusForward||(e.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};fo([v()],Rr.prototype,"text",void 0);fo([v()],Rr.prototype,"size",void 0);fo([v({type:Boolean})],Rr.prototype,"active",void 0);fo([v({type:Number})],Rr.prototype,"delay",void 0);fo([v()],Rr.prototype,"textPlacement",void 0);fo([v({type:Boolean})],Rr.prototype,"_isBusy",void 0);fo([at("@ui5/webcomponents")],Rr,"i18nBundle",void 0);Rr=Yd=fo([ye({tag:"ui5-busy-indicator",languageAware:!0,styles:kA,renderer:it,template:SA})],Rr);Rr.define();Op=Rr,N0=(function(e){return e.S="S",e.M="M",e.L="L",e})(N0||{}),Wg=N0;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");IA=`:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5_button_base_min_width);height:var(--_ui5_button_base_height);line-height:normal;font-family:var(--_ui5_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5_button_text_shadow);border-radius:var(--_ui5_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5_button_base_min_width) - var(--_ui5_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5_button_focused_border);border-radius:var(--_ui5_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5_button_emphasized_focused_border_before);border-radius:var(--_ui5_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:var(--_ui5_button_overlay_badge_offset, -.5rem);z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}:host([has-end-icon]:not([icon])) .ui5-button-root{justify-content:flex-start}:host([icon-only]) .ui5-button-root{justify-content:center}:host([has-end-icon]:not([icon]):not(:empty)) .ui5-button-end-icon{padding-inline-start:var(--_ui5_button_base_icon_margin);margin-inline-start:auto}
|
|
57
|
+
`,ue=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Zg=!1,Ro=null,re=qi=class extends gt{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._isSpacePressed=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{Ro&&Ro._setActiveState(!1)},this._onclickBound=e=>{e instanceof CustomEvent||this._onclick(e)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),Zg||(document.addEventListener("mouseup",this._deactivate),Zg=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){$t()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),Yu(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=Xu(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),Ro===this&&(Ro=null),Qu(this)}async onBeforeRendering(){this._setBadgeOverlayStyle(),this.hasIcon=!!this.icon,this.hasEndIcon=!!this.endIcon,this.iconOnly=this.isIconOnly;let e=await this.getDefaultTooltip();this.buttonTitle=this.iconOnly?this.tooltip??e:this.tooltip}_setBadgeOverlayStyle(){this.badge.length&&(this.badge[0].design===K_.AttentionDot||this.badge[0].design===K_.OverlayText)?this._internals.states.add("has-overlay-badge"):this._internals.states.delete("has-overlay-badge")}_onclick(e){if(e.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading){e.preventDefault();return}let{altKey:t,ctrlKey:r,metaKey:i,shiftKey:o}=e;if(!this.fireDecoratorEvent("click",{originalEvent:e,altKey:t,ctrlKey:r,metaKey:i,shiftKey:o})){e.preventDefault();return}this._isSubmit&&Rd(this),this._isReset&&bk(this),ju()&&this.getDomRef()?.focus()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),Ro=this)}_ontouchend(e){(this.disabled||this.loading)&&(e.preventDefault(),e.stopPropagation()),this.active&&this._setActiveState(!1),Ro&&Ro._setActiveState(!1)}_onkeydown(e){ru(e)||so(e)?this._cancelAction=!0:Ve(e)&&(this._isSpacePressed=!0),Ve(e)||Pt(e)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(e){let t=Ve(e),r=ru(e)||so(e);if(t||m0(e)){if(this._cancelAction){this._cancelAction=!1,this._isSpacePressed=!1,e.preventDefault();return}this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);(Ve(e)||Pt(e))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(e){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=e)}get hasButtonType(){return this.design!==Ug.Default&&this.design!==Ug.Transparent}get isIconOnly(){return!sl(this.text)}static typeTextMappings(){return{Positive:vS,Negative:gS,Emphasized:mS,Attention:bS}}getDefaultTooltip(){if(q5())return vA(this.icon)}get buttonTypeText(){return qi.i18nBundle.getText(qi.typeTextMappings()[this.design])}get effectiveAccRole(){return Ui(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;let e=this.getAttribute("tabindex");return e?Number.parseInt(e):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){let e=this._accessibleNameRefTexts||this.accessibleName||"",t=this.textContent||"",r=this.effectiveBadgeDescriptionText||"";return[e||t,r].filter(i=>i).join(" ")}get ariaDescriptionText(){let e=[this.accessibleDescription===""?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(t=>t);return e.length>0?e.join(" "):void 0}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get accessibilityInfo(){return{description:this.ariaDescriptionText,role:this.effectiveAccRole,disabled:this.disabled,children:this.text,type:this.effectiveAccRoleTranslation,label:this.ariaLabelText}}get effectiveAccRoleTranslation(){return this.accessibleRole===jg.Button?qi.i18nBundle.getText(CS):this.accessibleRole===jg.Link?qi.i18nBundle.getText(xS):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";let e=this.badge[0].effectiveText;switch(e){case"":return e;case"1":return qi.i18nBundle.getText(yS,e);default:return qi.i18nBundle.getText(wS,e)}}get _isSubmit(){return this.type===Vg.Submit||this.submits}get _isReset(){return this.type===Vg.Reset}get shouldRenderBadge(){return!!this.badge.length&&(!!this.badge[0].text.length||this.badge[0].design===K_.AttentionDot)}};ue([v()],re.prototype,"design",void 0);ue([v({type:Boolean})],re.prototype,"disabled",void 0);ue([v()],re.prototype,"icon",void 0);ue([v()],re.prototype,"endIcon",void 0);ue([v({type:Boolean})],re.prototype,"submits",void 0);ue([v()],re.prototype,"form",void 0);ue([v()],re.prototype,"tooltip",void 0);ue([v()],re.prototype,"accessibleName",void 0);ue([v()],re.prototype,"accessibleNameRef",void 0);ue([v({type:Object})],re.prototype,"accessibilityAttributes",void 0);ue([v()],re.prototype,"accessibleDescription",void 0);ue([v()],re.prototype,"type",void 0);ue([v()],re.prototype,"accessibleRole",void 0);ue([v({type:Boolean})],re.prototype,"active",void 0);ue([v({type:Boolean})],re.prototype,"iconOnly",void 0);ue([v({type:Boolean})],re.prototype,"hasIcon",void 0);ue([v({type:Boolean})],re.prototype,"hasEndIcon",void 0);ue([v({type:Boolean})],re.prototype,"nonInteractive",void 0);ue([v({type:Boolean})],re.prototype,"loading",void 0);ue([v({type:Number})],re.prototype,"loadingDelay",void 0);ue([v({noAttribute:!0})],re.prototype,"buttonTitle",void 0);ue([v({type:Object})],re.prototype,"_iconSettings",void 0);ue([v({noAttribute:!0})],re.prototype,"forcedTabIndex",void 0);ue([v({type:Boolean})],re.prototype,"_isTouch",void 0);ue([v({type:Boolean,noAttribute:!0})],re.prototype,"_cancelAction",void 0);ue([v({type:Boolean,noAttribute:!0})],re.prototype,"_isSpacePressed",void 0);ue([v({noAttribute:!0})],re.prototype,"_accessibleNameRefTexts",void 0);ue([He({type:Node,default:!0})],re.prototype,"text",void 0);ue([He({type:HTMLElement,invalidateOnChildChange:!0})],re.prototype,"badge",void 0);ue([at("@ui5/webcomponents")],re,"i18nBundle",void 0);re=qi=ue([ye({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:it,template:TA,styles:IA,shadowRootOptions:{delegatesFocus:!0}}),V("click",{bubbles:!0,cancelable:!0}),V("active-state-change",{bubbles:!0,cancelable:!0})],re);re.define();Ur=re,$n=new Map,L0=()=>(X_||(X_=new window.ResizeObserver(e=>{window.requestAnimationFrame(()=>{e.forEach(t=>{let r=$n.get(t.target);r&&Promise.all(r.map(i=>i()))})})})),X_),BA=(e,t)=>{let r=$n.get(e)||[];r.length||L0().observe(e),$n.set(e,[...r,t])},AA=(e,t)=>{let r=$n.get(e)||[];if(r.length===0)return;let i=r.filter(o=>o!==t);i.length===0?(L0().unobserve(e),$n.delete(e)):$n.set(e,i)},EA=class{static register(e,t){let r=e;Dr(r)&&(r=r.getDomRef()),r instanceof HTMLElement?BA(r,t):console.warn("Cannot register ResizeHandler for element",e)}static deregister(e,t){let r=e;Dr(r)&&(r=r.getDomRef()),r instanceof HTMLElement?AA(r,t):console.warn("Cannot deregister ResizeHandler for element",e)}},ra=EA,F0=(e=>(e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e))(F0||{}),be=F0,DA=()=>{let e=document.activeElement;for(;e&&e.shadowRoot&&e.shadowRoot.activeElement;)e=e.shadowRoot.activeElement;return e},Kr=DA,$0=(function(e){return e.H1="H1",e.H2="H2",e.H3="H3",e.H4="H4",e.H5="H5",e.H6="H6",e})($0||{}),Bn=$0;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");PA=`:host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--sapFontHeader1Size)}:host([size="H2"]){font-size:var(--sapFontHeader2Size)}:host([size="H3"]){font-size:var(--sapFontHeader3Size)}:host([size="H4"]){font-size:var(--sapFontHeader4Size)}:host([size="H5"]){font-size:var(--sapFontHeader5Size)}:host([size="H6"]){font-size:var(--sapFontHeader6Size)}
|
|
58
|
+
`,ec=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Ko=class extends gt{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===Bn.H1}get h2(){return this.level===Bn.H2}get h3(){return this.level===Bn.H3}get h4(){return this.level===Bn.H4}get h5(){return this.level===Bn.H5}get h6(){return this.level===Bn.H6}};ec([v()],Ko.prototype,"wrappingType",void 0);ec([v()],Ko.prototype,"level",void 0);ec([v()],Ko.prototype,"size",void 0);Ko=ec([ye({tag:"ui5-title",renderer:it,template:zA,styles:PA})],Ko);Ko.define();Tn=Ko,H0={key:"ICON_DECLINE",defaultText:"Decline"},U0={key:"ICON_ERROR",defaultText:"Error"},b_={key:"ICON_EXIT_FULL_SCREEN",defaultText:"Exit Full Screen"},y_={key:"ICON_FULL_SCREEN",defaultText:"Enter Full Screen"};ae("decline",{pathData:"m2.205 2.96.752-.789A.559.559 0 0 1 3.367 2c.137 0 .263.057.377.171l4.239 4.286 4.273-4.286A.522.522 0 0 1 12.633 2a.56.56 0 0 1 .41.171l.752.789c.273.251.273.514 0 .789L9.555 8l4.24 4.286c.25.251.25.503 0 .754l-.752.789c-.183.114-.32.171-.41.171-.069 0-.194-.057-.377-.171L7.983 9.543l-4.24 4.286a.522.522 0 0 1-.375.171c-.092 0-.228-.057-.41-.171l-.753-.789c-.25-.251-.25-.503 0-.754L6.445 8l-4.24-4.251c-.273-.275-.273-.538 0-.789Z",ltr:!1,viewBox:"0 0 16 16",accData:H0,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("decline",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06L9.06 8l3.72 3.72a.75.75 0 1 1-1.06 1.06L8 9.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06L6.94 8 3.22 4.28a.75.75 0 1 1 1.06-1.06L8 6.94l3.72-3.72Z",ltr:!1,viewBox:"0 0 16 16",accData:H0,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});V0="decline",Qd=new Map,es=new Map;es.set("S",[0,599]),es.set("M",[600,1023]),es.set("L",[1024,1439]),es.set("XL",[1440,1/0]);j0=(e=>(e.RANGE_4STEPS="4Step",e))(j0||{}),OA=(e,t)=>{Qd.set(e,t)},MA=(e,t=window.innerWidth)=>{let r=Qd.get(e);r||(r=Qd.get("4Step"));let i,o=Math.floor(t);return r.forEach((n,a)=>{o>=n[0]&&o<=n[1]&&(i=a)}),i||[...r.keys()][0]},Jd={RANGESETS:j0,initRangeSet:OA,getCurrentRange:MA};Jd.initRangeSet(Jd.RANGESETS.RANGE_4STEPS,es);ou=Jd,q0=()=>{let e=Kr();return e&&typeof e.focus=="function"?e:null},NA=e=>{let t=q0();return t?G0(e,t):!1},G0=(e,t)=>{let r=e;if(r.shadowRoot&&(r=Array.from(r.shadowRoot.children).find(o=>o.localName!=="style"),!r))return!1;if(r===t)return!0;let i=r.localName==="slot"?r.assignedNodes():r.children;return i?Array.from(i).some(o=>G0(o,t)):!1},LA=(e,t,r)=>e>=r.left&&e<=r.right&&t>=r.top&&t<=r.bottom,FA=(e,t)=>{let r,i;if(e instanceof MouseEvent)r=e.clientX,i=e.clientY;else{let o=e.touches[0];r=o.clientX,i=o.clientY}return LA(r,i,t)};W0=e=>{let t=e.parentElement||e.getRootNode&&e.getRootNode().host;return t&&($A(t)||t===document.documentElement)?t:W0(t)},HA=(e,t,r)=>Math.min(Math.max(e,t),Math.max(t,r)),vt=HA,UA={toAttribute(e){return e instanceof HTMLElement?null:e},fromAttribute(e){return e}},VA=e=>{if(e.nodeName==="SLOT")return!1;let t=window.getComputedStyle(e);return t.display!=="contents"&&e.offsetWidth<=0&&e.offsetHeight<=0||t.visibility==="hidden"},ia=VA,jA=/^(?:a|area)$/i,qA=/^(?:input|select|textarea|button)$/i,GA=e=>{if(e.disabled)return!1;let t=e.getAttribute("tabindex");return t!=null?parseInt(t)>=0:qA.test(e.nodeName)||jA.test(e.nodeName)&&!!e.href},WA=GA,ZA=e=>e.hasAttribute("data-ui5-focus-trap"),KA=e=>{let t=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(t.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(t.overflowX)>=0},Io=async(e,t)=>!e||ia(e)?null:Mp(e,!0,t),XA=async(e,t)=>!e||ia(e)?null:Mp(e,!1,t),YA=e=>e.hasAttribute("data-ui5-focus-redirect")||!ia(e),QA=e=>{if(Dr(e)){let t=e.getAttribute("tabindex");if(t!==null&&parseInt(t)<0)return!0}return!1},Mp=async(e,t,r)=>{let i,o,n=-1;e.shadowRoot?i=t?e.shadowRoot.firstElementChild:e.shadowRoot.lastElementChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(o=e.assignedElements(),n=t?0:o.length-1,i=o[n]):r?i=e:i=t?e.firstElementChild:e.lastElementChild;let a;for(;i;){let s=i;if(!ia(s)&&!QA(s)){if(Dr(i)&&(await i._waitForDomRef(),i=i.getDomRef()),!i||ia(i))return null;if(i.nodeType===1&&YA(i)&&!ZA(i)){if(WA(i)||(a=await Mp(i,t),!ju()&&!a&&KA(i)))return i&&typeof i.focus=="function"?i:null;if(a)return a&&typeof a.focus=="function"?a:null}}i=t?s.nextElementSibling:s.previousElementSibling,o&&!o[n].contains(i)&&(n=t?n+1:n-1,i=o[n])}return null};Z0=(function(e){return e.None="None",e.Dialog="Dialog",e.AlertDialog="AlertDialog",e})(Z0||{}),Ha=Z0,rE="handledByControl",iE=(e,t=rE)=>!!e[`_sapui_${t}`],oE=iE,dr=Bi("OpenedPopupsRegistry",{openedRegistry:[]}),nu=fr("OpenUI5Support");K0=(e,t=[])=>{dr.openedRegistry.some(r=>r.instance===e)||(dr.openedRegistry.push({instance:e,parentPopovers:t}),nE({type:"WebComponent",instance:e})),Q0(),dr.openedRegistry.length===1&&lE()},X0=e=>{dr.openedRegistry=dr.openedRegistry.filter(t=>t.instance!==e),aE(e),Q0(),dr.openedRegistry.length||uE()},sE=()=>[...dr.openedRegistry],Y0=e=>{if(dr.openedRegistry.length&&so(e)&&!oE(e)){let t=dr.openedRegistry[dr.openedRegistry.length-1].instance;if(nu&&t!==nu.getTopmostPopup())return;e.stopImmediatePropagation(),t.closePopup(!0)}},lE=()=>{document.addEventListener("keydown",Y0)},uE=()=>{document.removeEventListener("keydown",Y0)},Q0=()=>{let e,t=!1;for(let r=dr.openedRegistry.length-1;r>=0;r--)e=dr.openedRegistry[r].instance,!t&&e.isModal?(e.isTopModalPopup=!0,t=!0):e.isTopModalPopup=!1};A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");cE=`:host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}:host(.ui5-popup-opening){opacity:.1}
|
|
59
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");_E=`.ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}
|
|
60
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");dE=`.ui5-popup-scroll-blocker{overflow:hidden}
|
|
61
|
+
`,Mt=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},hE=()=>{ma(dE,"data-ui5-popup-scroll-blocker")};hE();dl=new Set,bt=ts=class extends gt{constructor(){super(),this.preventFocusRestore=!1,this.accessibleRole="Dialog",this.preventInitialFocus=!1,this.isTopModalPopup=!1,this.onPhone=!1,this.onDesktop=!1,this._opened=!1,this._open=!1,this._resizeHandlerRegistered=!1,this._resizeHandler=this._resize.bind(this),this._getRealDomRef=()=>this.shadowRoot.querySelector("[root-element]")}onBeforeRendering(){this.onPhone=tt(),this.onDesktop=$t()}onAfterRendering(){Jn().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),$t()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),Yu(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(ts.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),Qu(this)}set open(e){this._open!==e&&(this._open=e,e?this.openPopup():this.closePopup())}get open(){return this._open}async openPopup(){if(!this._opened){if(!this.fireDecoratorEvent("before-open")){this.open=!1;return}this._attachBrowserEvents(),this.isModal&&ts.blockPageScrolling(this),this._focusedElementBeforeOpen=q0(),this._show(),this._opened=!0,this.getDomRef()&&this._updateMediaRange(),this._addOpenedPopup(),this.classList.add("ui5-popup-opening"),setTimeout(()=>{this.classList.remove("ui5-popup-opening")},50),this.open=!0,await this.applyInitialFocus(),await Jn(),this.isConnected&&this.fireDecoratorEvent("open")}}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(e){e.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(e){dl.add(e),dl.size===1&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(e){dl.delete(e),dl.size===0&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(e){this.fireDecoratorEvent("scroll",{scrollTop:e.target.scrollTop,targetRef:e.target})}_onkeydown(e){let t=e.target===this._root&&ta(e),r=Pt(e)&&!this.open;(t||r)&&e.preventDefault()}_onfocusout(e){e.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(e){this.shadowRoot.contains(e.target)?this._shouldFocusRoot=!0:this._shouldFocusRoot=!1}_onmouseup(){this._shouldFocusRoot&&(hk()&&this._root.focus(),this._shouldFocusRoot=!1)}async forwardToFirst(){let e=await Io(this);e?e.focus():this._root.focus()}async forwardToLast(){let e=await XA(this);e?e.focus():this._root.focus()}async applyInitialFocus(){this.preventInitialFocus||await this.applyFocus()}async applyFocus(){await this._waitForDomRef();let e=this.querySelector("[autofocus]");if(e){"isUI5Element"in e&&e.focus();return}if(this.getRootNode()===this)return;let t;this.initialFocus&&(t=this.getRootNode().getElementById(this.initialFocus)||document.getElementById(this.initialFocus)),t=t||await this._getFirstFocusableElement()||this._root,t&&(t===this._root&&(t.tabIndex=-1),t.focus())}async _getFirstFocusableElement(){return Io(this)}isFocusWithin(){return NA(this._root)}_updateMediaRange(){this.mediaRange=ou.getCurrentRange(ou.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=Ju(this)}_addOpenedPopup(){K0(this)}closePopup(e=!1,t=!1,r=!1){if(this._opened){if(!this.fireDecoratorEvent("before-close",{escPressed:e})){this.open=!0;return}this._opened=!1,this.isModal&&ts.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),t||this._removeOpenedPopup(),!this.preventFocusRestore&&!r&&this.resetFocus(),this.fireDecoratorEvent("close")}}_removeOpenedPopup(){X0(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(ra.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(ra.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return ba(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||Rp(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.ariaDescriptionTextId].filter(Boolean).join(" ")}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return this.accessibleRole===Ha.None?void 0:Ui(this.accessibleRole)}get _contentRole(){}get _contentAriaLabel(){}get _ariaModal(){return this.accessibleRole===Ha.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get footerDOM(){return this.shadowRoot.querySelector(".ui5-popup-footer-root")}get styles(){return{root:{},content:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};Mt([v()],bt.prototype,"initialFocus",void 0);Mt([v({type:Boolean})],bt.prototype,"preventFocusRestore",void 0);Mt([v()],bt.prototype,"accessibleName",void 0);Mt([v()],bt.prototype,"accessibleNameRef",void 0);Mt([v()],bt.prototype,"accessibleRole",void 0);Mt([v()],bt.prototype,"accessibleDescription",void 0);Mt([v()],bt.prototype,"accessibleDescriptionRef",void 0);Mt([v({noAttribute:!0})],bt.prototype,"_associatedDescriptionRefTexts",void 0);Mt([v()],bt.prototype,"mediaRange",void 0);Mt([v({type:Boolean})],bt.prototype,"preventInitialFocus",void 0);Mt([v({type:Boolean,noAttribute:!0})],bt.prototype,"isTopModalPopup",void 0);Mt([He({type:HTMLElement,default:!0})],bt.prototype,"content",void 0);Mt([v({type:Boolean})],bt.prototype,"onPhone",void 0);Mt([v({type:Boolean})],bt.prototype,"onDesktop",void 0);Mt([v({type:Boolean})],bt.prototype,"open",null);bt=ts=Mt([ye({renderer:it,styles:[cE,_E],template:el}),V("before-open",{cancelable:!0}),V("open"),V("before-close",{cancelable:!0}),V("close"),V("scroll",{bubbles:!0})],bt);Va=bt,J0=(function(e){return e.Start="Start",e.End="End",e.Top="Top",e.Bottom="Bottom",e})(J0||{}),An=J0,e1=(function(e){return e.Center="Center",e.Top="Top",e.Bottom="Bottom",e.Stretch="Stretch",e})(e1||{}),Yi=e1,t1=(function(e){return e.Center="Center",e.Start="Start",e.End="End",e.Stretch="Stretch",e})(t1||{}),Oo=t1,pE=e=>e.parentElement?e.parentElement:e.parentNode.host,fE=pE,vE=300,Rt=[],Ts=()=>{Rt.forEach(e=>{e.instance.reposition()})},gE=()=>{let e=Kr();e.tagName==="IFRAME"&&BE().reverse().forEach(t=>{let r=t.instance,i=r.getOpenerHTMLElement(r.opener);for(;e;){if(e===i)return;e=fE(e)}r.closePopup(!1,!1,!0)})},mE=()=>{r1=setInterval(()=>{Ts(),gE()},vE)},bE=()=>{clearInterval(r1)},yE=()=>{document.addEventListener("scroll",Ts,{capture:!0})},wE=()=>{document.removeEventListener("scroll",Ts,{capture:!0})},CE=e=>{e&&e.shadowRoot.addEventListener("scroll",Ts,{capture:!0})},xE=e=>{e&&e.shadowRoot.removeEventListener("scroll",Ts,{capture:!0})},SE=()=>{document.addEventListener("mousedown",i1,{capture:!0})},kE=()=>{document.removeEventListener("mousedown",i1,{capture:!0})},i1=e=>{let t=sE();if(!(t.length===0||!Kg(t[t.length-1].instance)))for(let r=t.length-1;r!==-1;r--){let i=t[r].instance;if(!Kg(i)||i.isModal||i.isOpenerClicked(e)||i.isClicked(e))return;i.closePopup()}},TE=e=>{let t=AE(e);K0(e,t),Rt.push({instance:e,parentPopovers:t}),CE(e),Rt.length===1&&(yE(),SE(),mE())},IE=e=>{let t=[e];for(let r=0;r<Rt.length;r++){let i=Rt[r].parentPopovers.indexOf(e);Rt[r].parentPopovers.length>0&&i>-1&&t.push(Rt[r].instance)}for(let r=t.length-1;r>=0;r--)for(let i=0;i<Rt.length;i++){let o=-1;t[r]===Rt[i].instance&&(o=i),o>=0&&(X0(Rt[o].instance),xE(Rt[o].instance),Rt.splice(o,1)[0].instance.closePopup(!1,!0))}Rt.length||(wE(),kE(),bE())},BE=()=>Rt,AE=e=>{let t=e.parentNode,r=[];for(;t&&t.parentNode;){for(let i=0;i<Rt.length;i++)t===Rt[i].instance&&r.push(t);t=t.parentNode}return r},ie=(function(e){return e.TopLeft="TopLeft",e.TopRight="TopRight",e.BottomLeft="BottomLeft",e.BottomRight="BottomRight",e})(ie||{}),EE=class{constructor(e){this._resized=!1,this._popover=e,this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this)}reset(){this._resized&&(this._resized=!1,delete this._currentDeltaX,delete this._currentDeltaY,delete this._totalDeltaX,delete this._totalDeltaY)}get isResized(){return this._resized}getCorrectedLeft(e){return this.isResized&&(e-=this._currentDeltaX||0),e}getCorrectedTop(e){return this.isResized&&(e-=this._currentDeltaY||0),e}setCorrectResizeHandleClass(e){switch(this.getResizeHandlePlacement()){case ie.BottomLeft:e.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case ie.BottomRight:e.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case ie.TopLeft:e.root["ui5-popover-resize-handle-top-left"]=!0;break;case ie.TopRight:e.root["ui5-popover-resize-handle-top-right"]=!0;break}}getResizeHandlePlacement(){let e=this._popover;if(this._resized&&e.resizeHandlePlacement)return e.resizeHandlePlacement;let t=e.getOpenerHTMLElement(e.opener);if(!t)return;let r=2,i=e.isRtl,o=t.getBoundingClientRect(),n=e.getBoundingClientRect(),a=Math.floor(o.x+o.width/2),s=Math.floor(o.y+o.height/2),l=Math.floor(n.x+n.width/2),u=Math.floor(n.y+n.height/2),_=e.verticalAlign,c=e._actualHorizontalAlign,h=n.width>o.width,d=n.height>o.height;switch(i&&(a=-a,l=-l),e.getActualPlacement(o)){case he.Left:return d?u>s+r?ie.BottomLeft:ie.TopLeft:_===Yi.Top?ie.BottomLeft:ie.TopLeft;case he.Right:return d?u+r<s?ie.TopRight:ie.BottomRight:_===Yi.Bottom?ie.TopRight:ie.BottomRight;case he.Bottom:return h?l+r<a?i?ie.BottomRight:ie.BottomLeft:i?ie.BottomLeft:ie.BottomRight:i?c===lt.Left?ie.BottomRight:ie.BottomLeft:c===lt.Right?ie.BottomLeft:ie.BottomRight;case he.Top:default:return h?l+r<a?i?ie.TopRight:ie.TopLeft:i?ie.TopLeft:ie.TopRight:i?c===lt.Left?ie.TopRight:ie.TopLeft:c===lt.Right?ie.TopLeft:ie.TopRight}}onResizeMouseDown(e){if(!this._popover.resizable)return;e.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;let{minWidth:t,minHeight:r,maxWidth:i,maxHeight:o}=window.getComputedStyle(this._popover),n=window.getComputedStyle(this._popover);this._initialClientX=e.clientX,this._initialClientY=e.clientY,this._minWidth=Math.max(Number.parseFloat(t),Number.parseFloat(n.minWidth)),this._minHeight=Number.parseFloat(r);let a=this._popover._viewportMargin,s=window.innerWidth-2*a,l=window.innerHeight-2*a,u=i!=="none"?Number.parseFloat(i):1/0,_=o!=="none"?Number.parseFloat(o):1/0;this._maxWidth=u<s?u:1/0,this._maxHeight=_<l?_:1/0,this._attachMouseResizeHandlers()}_onResizeMouseMove(e){let t=this._popover._viewportMargin,{clientX:r,clientY:i}=e,o=this.getResizeHandlePlacement(),n=this._initialBoundingRect,a=r-this._initialClientX,s=i-this._initialClientY,l,u,_=o===ie.TopLeft||o===ie.BottomLeft,c=o===ie.TopLeft||o===ie.TopRight;if(_){let d=Math.min(n.x+n.width-t,this._maxWidth);l=vt(n.width-a,this._minWidth,d);let m=vt(n.x+a,t,n.x+n.width-this._minWidth);l=Math.min(l,n.x+n.width-m),this._currentDeltaX=(n.x-m)/2}else{let d=Math.min(window.innerWidth-n.x-t,this._maxWidth);l=vt(n.width+a,this._minWidth,d),this._currentDeltaX=(n.width-l)/2}if(c){let d=Math.min(n.y+n.height-t,this._maxHeight);u=vt(n.height-s,this._minHeight,d);let m=vt(n.y+s,t,n.y+n.height-this._minHeight);u=Math.min(u,n.y+n.height-m),this._currentDeltaY=(n.y-m)/2}else{let d=Math.min(window.innerHeight-n.y-t,this._maxHeight);u=vt(n.height+s,this._minHeight,d),this._currentDeltaY=(n.height-u)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;let h=this._popover.calcPlacement(this._popover._openerRect,{width:l,height:u});this._popover.arrowTranslateX=h.arrow.x,this._popover.arrowTranslateY=h.arrow.y,Object.assign(this._popover.style,{left:`${h.left}px`,top:`${h.top}px`,height:`${u}px`,width:`${l}px`})}_onResizeMouseUp(){delete this._initialClientX,delete this._initialClientY,delete this._initialBoundingRect,delete this._minWidth,delete this._minHeight,delete this._maxWidth,delete this._maxHeight,this._detachMouseResizeHandlers()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler)}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}},DE=EE;ae("resize-corner",{pathData:"M13 5v1c0 .25-.104.48-.313.688l-6 6C6.48 12.896 6.25 13 6 13H5l8-8Zm-5 8 5-5v1c0 .25-.104.48-.313.688l-3 3C9.48 12.896 9.25 13 9 13H8Zm5-2v1c0 .25-.104.48-.313.688-.208.208-.437.312-.687.312h-1l2-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("resize-corner",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06l-8.5 8.5a.75.75 0 1 1-1.06-1.06l8.5-8.5Zm0 5a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l3.5-3.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});Z4="resize-corner";A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");C_=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5_popup_header_shadow);border-bottom:var(--_ui5_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5_popup_default_header_height);max-height:var(--_ui5_popup_default_header_height);line-height:var(--_ui5_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_s);padding-right:var(--_ui5_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_m_l);padding-right:var(--_ui5_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_xl);padding-right:var(--_ui5_popup_header_footer_padding_xl)}::slotted([slot="footer"]){height:var(--_ui5_popup_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}::slotted([slot="footer"][ui5-bar][design="Footer"]),::slotted([slot="header"][ui5-bar][design="Header"]){--_ui5_bar-start-container-padding-start: 0;--_ui5_bar-mid-container-padding-start-end: 0;--_ui5_bar-end-container-padding-end: 0}
|
|
62
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");PE=`:host{min-width:6.25rem;box-shadow:var(--_ui5_popover_box_shadow);background-color:var(--_ui5_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_upward_arrow_margin)}:host([actual-placement="Left"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Left"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="Right"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="Right"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5_popover_background);box-shadow:var(--_ui5_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}.ui5-popover-resize-handle{position:absolute;width:1.5rem;height:1.5rem;border-radius:50%;z-index:1}.ui5-popover-resize-handle [ui5-icon]{position:absolute;width:1rem;height:1rem;cursor:inherit;color:var(--sapButton_Lite_TextColor);--rotAngle: 0;--scaleX: 1;transform:rotate(var(--rotAngle)) scaleX(var(--scaleX))}.ui5-popover-rtl .ui5-popover-resize-handle [ui5-icon]{--scaleX: -1}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle{top:-.5rem;right:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle [ui5-icon]{bottom:0;left:0;--rotAngle: 270deg}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle{top:-.5rem;left:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle [ui5-icon]{bottom:0;right:0;--rotAngle: 180deg}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle{bottom:-.5rem;left:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle [ui5-icon]{top:0;right:0;--rotAngle: 90deg}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle{bottom:-.5rem;right:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle [ui5-icon]{top:0;left:0}.ui5-popover-resizing,.ui5-popover-resizing *{user-select:none!important}
|
|
63
|
+
`,wt=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},hl=8,lt=(function(e){return e.Center="Center",e.Left="Left",e.Right="Right",e.Stretch="Stretch",e})(lt||{}),he=(function(e){return e.Left="Left",e.Right="Right",e.Top="Top",e.Bottom="Bottom",e})(he||{}),Ze=qe=class extends Va{static get VIEWPORT_MARGIN(){return 10}constructor(){super(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.resizable=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="Right",this.isPopover=!0,this._popoverResize=new DE(this)}set opener(e){this._opener!==e&&(this._opener=e,e&&this.open&&this.openPopup())}get opener(){return this._opener}async openPopup(){if(this._opened)return;let e=this.getOpenerHTMLElement(this.opener);if(e){if(!e||this.isOpenerOutsideViewport(e.getBoundingClientRect())){await Jn(),this.open=!1,this.fireDecoratorEvent("close");return}this._initialWidth=this.style.width,this._initialHeight=this.style.height,this._openerRect=e.getBoundingClientRect(),this._observeOpenerVisibility(),await super.openPopup()}}closePopup(e=!1,t=!1,r=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(e,t,r)}isOpenerClicked(e){let t=e.target,r=this.getOpenerHTMLElement(this.opener);return r?t===r||this._isUI5AbstractElement(t)&&t.getFocusDomRef()===r?!0:e.composedPath().indexOf(r)>-1:!1}isClicked(e){return this._showResizeHandle&&this.shadowRoot.querySelector(".ui5-popover-resize-handle")===e.composedPath()[0]?!0:FA(e,this.getBoundingClientRect())}_addOpenedPopup(){TE(this)}_removeOpenedPopup(){IE(this)}getOpenerHTMLElement(e){if(e==null)return e;if(e instanceof HTMLElement)return this._isUI5AbstractElement(e)?e.getFocusDomRef():e;let t=this.getRootNode();if(!t)return null;t===this&&(t=document);let r=t.getElementById(e);return t instanceof ShadowRoot&&!r&&(r=document.getElementById(e)),r&&(this._isUI5AbstractElement(r)?r.getFocusDomRef():r)}shouldCloseDueToOverflow(e,t){let r={Left:t.right,Right:t.left,Top:t.top,Bottom:t.bottom},i=W0(this.getOpenerHTMLElement(this.opener)),o=!1,n=!1;if(i instanceof qe){let a=i.getBoundingClientRect();o=t.top>a.top+a.height,n=t.top+t.height<a.top}return r[e]<0||r[e]+32>i.innerHeight||o||n}shouldCloseDueToNoOpener(e){return e.top===0&&e.bottom===0&&e.left===0&&e.right===0}isOpenerOutsideViewport(e){return e.bottom<0||e.top>window.innerHeight||e.right<0||e.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return qe.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}async _show(){super._show();let e=this.getOpenerHTMLElement(this.opener);if(!e){Object.assign(this.style,{top:"0px",left:"0px"});return}if(e&&Dr(e)&&!e.getDomRef())return;this._opened||this._showOutsideViewport();let t=this.getPopoverSize(),r;if(t.width===0||t.height===0)return;if(this.open&&(this._openerRect=e.getBoundingClientRect()),this._oldPlacement&&this.shouldCloseDueToNoOpener(this._openerRect)&&this.isFocusWithin()?r=this._oldPlacement:r=this.calcPlacement(this._openerRect,t),this._preventRepositionAndClose||this.isOpenerOutsideViewport(this._openerRect))return await this._waitForDomRef(),this.closePopup();this._oldPlacement=r,this.actualPlacement=r.actualPlacement;let i=vt(this._left,qe.VIEWPORT_MARGIN,document.documentElement.clientWidth-t.width-qe.VIEWPORT_MARGIN);this.actualPlacement===he.Right&&(i=Math.max(i,this._left));let o=vt(this._top,qe.VIEWPORT_MARGIN,document.documentElement.clientHeight-t.height-qe.VIEWPORT_MARGIN);this.actualPlacement===he.Bottom&&(o=Math.max(o,this._top)),this.arrowTranslateX=r.arrow.x,this.arrowTranslateY=r.arrow.y,o=this._adjustForIOSKeyboard(o),Object.assign(this.style,{top:`${o}px`,left:`${i}px`}),!this._popoverResize.isResized&&(this.horizontalAlign===Oo.Stretch&&this._width&&(this.style.width=this._width),this.verticalAlign===Yi.Stretch&&this._height&&(this.style.height=this._height))}_adjustForIOSKeyboard(e){if(!i5())return e;let t=Math.ceil(this.getBoundingClientRect().top);return e+(Number.parseInt(this.style.top||"0")-t)}_onOpenerIntersection(e){this.open&&!e[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();let e=this.getOpenerHTMLElement(this.opener);e&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(e))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(e=!1){let t=this.getBoundingClientRect(),r=t.width,i,o=this.getDomRef();if(e&&o){let n=o.querySelector(".ui5-popup-header-root"),a=o.querySelector(".ui5-popup-content"),s=o.querySelector(".ui5-popup-footer-root");i=a?.scrollHeight||0,i+=n?.scrollHeight||0,i+=s?.scrollHeight||0}else i=t.height;return{width:r,height:i}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(e){return Dr(e)&&e.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(e,t){let r=qe.VIEWPORT_MARGIN,i=0,o=this.allowTargetOverlap,n=document.documentElement.clientWidth,a=document.documentElement.clientHeight,s=a,l=n,u=this.getActualPlacement(e);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(e)||this.shouldCloseDueToOverflow(u,e);let _=u===he.Top||u===he.Bottom;this._popoverResize.isResized||(this.horizontalAlign===Oo.Stretch&&_?(t.width=e.width,this._width=`${e.width}px`):this.verticalAlign===Yi.Stretch&&!_&&(t.height=e.height,this._height=`${e.height}px`));let c=this.hideArrow?0:hl;switch(u){case he.Top:r=this.getVerticalLeft(e,t),i=Math.max(e.top-t.height-c,0),o||(s=e.top-c);break;case he.Bottom:r=this.getVerticalLeft(e,t),i=e.bottom+c,o?i=Math.max(Math.min(i,a-t.height),0):s=a-e.bottom-c;break;case he.Left:r=Math.max(e.left-t.width-c,0),i=this.getHorizontalTop(e,t),o||(l=e.left-c);break;case he.Right:r=e.left+e.width+c,i=this.getHorizontalTop(e,t),o?r=Math.max(Math.min(r,n-t.width),0):l=n-e.right-c;break}_?t.width>n||r<qe.VIEWPORT_MARGIN?r=qe.VIEWPORT_MARGIN:r+t.width>n-qe.VIEWPORT_MARGIN&&(r=n-qe.VIEWPORT_MARGIN-t.width):t.height>a||i<qe.VIEWPORT_MARGIN?i=qe.VIEWPORT_MARGIN:i+t.height>a-qe.VIEWPORT_MARGIN&&(i=a-qe.VIEWPORT_MARGIN-t.height),this._maxHeight=Math.round(s-qe.VIEWPORT_MARGIN),this._maxWidth=Math.round(l-qe.VIEWPORT_MARGIN),(this._left===void 0||Math.abs(this._left-r)>1.5)&&(this._left=Math.round(r)),(this._top===void 0||Math.abs(this._top-i)>1.5)&&(this._top=Math.round(i));let h=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),d=this.getArrowPosition(e,t,r,i,_,h);return this._left+=this.getRTLCorrectionLeft(),{arrow:d,top:this._top,left:this._left,actualPlacement:u}}get isVertical(){return this.placement===An.Top||this.placement===An.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(e,t,r,i,o,n){let a=this._actualHorizontalAlign,s=a===lt.Center||a===lt.Stretch;a===lt.Right&&r<=e.left&&(s=!0),a===lt.Left&&r+t.width>=e.left+e.width&&(s=!0);let l=0;o&&s&&(l=e.left+e.width/2-r-t.width/2);let u=0;o||(u=e.top+e.height/2-i-t.height/2);let _=t.height/2-n-hl/2-2;u=vt(u,-_,_);let c=t.width/2-n-hl/2-2;return l=vt(l,-c,c),{x:Math.round(l),y:Math.round(u)}}fallbackPlacement(e,t,r,i){if(r.left>i.width)return he.Left;if(e-r.right>r.left)return he.Right;if(t-r.bottom>i.height)return he.Bottom;if(t-r.bottom<r.top)return he.Top}getActualPlacement(e){let t=this.placement,r=this.getPopoverSize(!this.allowTargetOverlap),i=he.Right;switch(t){case An.Start:i=this.isRtl?he.Right:he.Left;break;case An.End:i=this.isRtl?he.Left:he.Right;break;case An.Top:i=he.Top;break;case An.Bottom:i=he.Bottom;break}let o=document.documentElement.clientWidth,n=document.documentElement.clientHeight,a=r.height;switch(this.isVertical&&(a+=this.hideArrow?0:hl,n-=qe.VIEWPORT_MARGIN),i){case he.Top:e.top<a&&e.top<n-e.bottom&&(i=he.Bottom);break;case he.Bottom:n-e.bottom<a&&n-e.bottom<e.top&&(i=he.Top);break;case he.Left:e.left<r.width&&(i=this.fallbackPlacement(o,n,e,r)||i);break;case he.Right:o-e.right<r.width&&(i=this.fallbackPlacement(o,n,e,r)||i);break}return i}getVerticalLeft(e,t){let r=this._actualHorizontalAlign,i=qe.VIEWPORT_MARGIN;switch(r){case lt.Center:case lt.Stretch:i=e.left-(t.width-e.width)/2,i=this._popoverResize.getCorrectedLeft(i);break;case lt.Left:i=e.left;break;case lt.Right:i=e.right-t.width;break}return i}getHorizontalTop(e,t){let r=0;switch(this.verticalAlign){case Yi.Center:case Yi.Stretch:r=e.top-(t.height-e.height)/2,r=this._popoverResize.getCorrectedTop(r);break;case Yi.Top:r=e.top;break;case Yi.Bottom:r=e.bottom-t.height;break}return r}get isModal(){return this.modal}get _ariaLabelledBy(){if(!this._ariaLabel&&this._displayHeader)return"ui5-popup-header"}get styles(){return te(D({},super.styles),{root:{"max-height":this._maxHeight?`${this._maxHeight}px`:"","max-width":this._maxWidth?`${this._maxWidth}px`:""},arrow:{transform:`translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`}})}get classes(){let e=super.classes;return e.root["ui5-popover-root"]=!0,e.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(e),e}get _displayHeader(){return!!(this.header.length||this.headerText)}get _displayFooter(){return!0}get isRtl(){return this.effectiveDir==="rtl"}get _actualHorizontalAlign(){switch(this.horizontalAlign){case Oo.Start:return this.isRtl?lt.Right:lt.Left;case Oo.End:return this.isRtl?lt.Left:lt.Right;case Oo.Stretch:return lt.Stretch;case Oo.Center:default:return lt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(e){this._popoverResize.onResizeMouseDown(e),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};wt([v()],Ze.prototype,"headerText",void 0);wt([v()],Ze.prototype,"placement",void 0);wt([v()],Ze.prototype,"horizontalAlign",void 0);wt([v()],Ze.prototype,"verticalAlign",void 0);wt([v({type:Boolean})],Ze.prototype,"modal",void 0);wt([v({type:Boolean})],Ze.prototype,"hideArrow",void 0);wt([v({type:Boolean})],Ze.prototype,"allowTargetOverlap",void 0);wt([v({type:Boolean})],Ze.prototype,"resizable",void 0);wt([v({type:Number,noAttribute:!0})],Ze.prototype,"arrowTranslateX",void 0);wt([v({type:Number,noAttribute:!0})],Ze.prototype,"arrowTranslateY",void 0);wt([v()],Ze.prototype,"actualPlacement",void 0);wt([v({type:Number,noAttribute:!0})],Ze.prototype,"_maxHeight",void 0);wt([v({type:Number,noAttribute:!0})],Ze.prototype,"_maxWidth",void 0);wt([v({noAttribute:!0})],Ze.prototype,"_resizeHandlePlacement",void 0);wt([He()],Ze.prototype,"header",void 0);wt([He()],Ze.prototype,"footer",void 0);wt([v({converter:UA})],Ze.prototype,"opener",null);Ze=qe=wt([ye({tag:"ui5-popover",styles:[Va.styles,C_,PE],template:w_})],Ze);Ze.define();tl=Ze,Kg=Zu("isPopover");ae("error",{pathData:"M16 8a7.731 7.731 0 0 1-.64 3.125c-.428.98-1 1.828-1.72 2.547a8.025 8.025 0 0 1-2.53 1.703A7.785 7.785 0 0 1 8 16a7.73 7.73 0 0 1-3.125-.64c-.98-.428-1.828-1-2.547-1.72a7.977 7.977 0 0 1-1.703-2.546A7.82 7.82 0 0 1 0 8a7.864 7.864 0 0 1 2.344-5.672A8.214 8.214 0 0 1 4.89.625 7.785 7.785 0 0 1 8 0c1.104 0 2.14.208 3.11.625a8.08 8.08 0 0 1 2.546 1.719 8.081 8.081 0 0 1 1.719 2.547C15.792 5.859 16 6.896 16 8Zm-3.531 3.375c.125-.125.125-.25 0-.375L9.78 8.312c-.125-.124-.125-.25 0-.374l2.531-2.532c.126-.125.126-.25 0-.375l-1.156-1.156c-.041-.042-.104-.063-.187-.063-.084 0-.146.021-.188.063L8.187 6.438c-.02.062-.083.093-.187.093-.063 0-.125-.031-.188-.093L5.188 3.844c-.02-.042-.083-.063-.187-.063-.083 0-.146.021-.188.063L3.657 5c-.125.125-.125.25 0 .375L6.25 7.938c.125.125.125.25 0 .375l-2.594 2.562a.312.312 0 0 0-.078.188c-.01.083.016.145.078.187l1.125 1.156a.48.48 0 0 0 .188.063c.083 0 .146-.021.187-.063l2.657-2.625c.041-.041.104-.062.187-.062s.146.02.188.062l2.75 2.75a.479.479 0 0 0 .187.063.48.48 0 0 0 .188-.063l1.156-1.156Z",ltr:!1,viewBox:"0 0 16 16",accData:U0,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("error",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 4.293a1 1 0 0 0-1.414 0L8 6.586 5.707 4.293a1 1 0 1 0-1.414 1.414L6.586 8l-2.293 2.293a1 1 0 1 0 1.414 1.414L8 9.414l2.293 2.293a1 1 0 1 0 1.414-1.414L9.414 8l2.293-2.293a1 1 0 0 0 0-1.414Z",ltr:!1,viewBox:"0 0 16 16",accData:U0,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});OE="error";ae("alert",{pathData:"M15.656 12.688c.104.208.182.411.235.609.052.198.088.39.109.578v.156c0 .646-.24 1.136-.719 1.469-.479.333-1 .5-1.562.5H2.313c-.271 0-.542-.042-.813-.125a2.332 2.332 0 0 1-.734-.375 1.932 1.932 0 0 1-.532-.625A2.033 2.033 0 0 1 0 14.031c0-.27.042-.505.125-.703.083-.198.177-.411.281-.64l5.782-10.5C6.625 1.395 7.26 1 8.094 1c.791 0 1.406.396 1.844 1.188l5.718 10.5Zm-7.625-7.72c-.27 0-.515.084-.734.25-.219.167-.328.438-.328.813.02.146.041.271.062.375.063.521.11 1.021.14 1.5.032.48.069 1.115.11 1.907 0 .229.078.395.235.5a.91.91 0 0 0 .515.156c.459 0 .698-.219.719-.656l.063-1.126.28-2.656c0-.375-.109-.646-.327-.812a1.182 1.182 0 0 0-.735-.25Zm0 9.345c.417 0 .745-.126.985-.376s.359-.583.359-1c0-.395-.12-.718-.36-.968-.239-.25-.567-.375-.984-.375-.416 0-.745.125-.984.375-.24.25-.36.573-.36.969 0 .416.12.75.36 1s.568.374.984.374Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("alert",{pathData:"M6.491 1.856C7.17.716 8.821.714 9.5 1.855l6.249 10.504c.694 1.166-.147 2.644-1.504 2.644H1.752c-1.357 0-2.197-1.478-1.504-2.644L6.491 1.856Zm1.503 9.138a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});ME="alert";ae("sys-enter-2",{pathData:"M16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0c1.104 0 2.146.208 3.125.625.98.417 1.828.984 2.547 1.703a7.979 7.979 0 0 1 1.703 2.547c.417.98.625 2.02.625 3.125Zm-3.688-2.719c.084-.166.073-.302-.03-.406L11.155 3.75a.297.297 0 0 0-.25-.125c-.104 0-.187.052-.25.156l-3.25 5.406c-.062.021-.104.021-.125 0L5.094 7.563c-.084-.063-.157-.094-.219-.094-.063 0-.11.02-.14.062a.917.917 0 0 1-.079.094L3.75 8.906c-.125.167-.104.313.063.438l3.53 2.969c.042.041.115.062.22.062a.297.297 0 0 0 .25-.125l4.5-6.969Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("sys-enter-2",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 5.793a1 1 0 0 0-1.414 0L7.5 8.586 6.207 7.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});NE="sys-enter-2";ae("information",{pathData:"M0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0a7.863 7.863 0 0 1 5.672 2.344 8.216 8.216 0 0 1 1.703 2.547C15.792 5.859 16 6.896 16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8Zm6 3.5v1.031h4V11.5H9V6.719c0-.125-.073-.188-.219-.188h-2.75V7.5h1v4H6Zm1.063-6.281c.291.229.604.343.937.343.354 0 .661-.12.922-.359.26-.24.39-.536.39-.89 0-.396-.135-.72-.406-.97A1.235 1.235 0 0 0 8 2.97c-.396 0-.714.13-.953.39-.24.26-.36.579-.36.954 0 .354.125.656.375.906Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("information",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 7a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1Zm0-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});LE="information",o1=(function(e){return e.Default="Default",e.Subtle="Subtle",e.Emphasized="Emphasized",e})(o1||{}),FE=o1;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");HE=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none;text-decoration:var(--_ui5_link_text_decoration);text-shadow:var(--sapContent_TextShadow);white-space:normal;overflow-wrap:break-word}:host(:hover){color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5_link_hover_text_decoration)}:host(:active){color:var(--sapLink_Active_Color);text-decoration:var(--_ui5_link_active_text_decoration)}:host([disabled]){pointer-events:none}:host([disabled]) .ui5-link-root{text-shadow:none;outline:none;cursor:default;pointer-events:none;opacity:var(--sapContent_DisabledOpacity)}:host([design="Emphasized"]) .ui5-link-root{font-family:var(--sapFontBoldFamily)}:host([design="Subtle"]){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration)}:host([design="Subtle"]:hover:not(:active)){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration_hover)}:host([wrapping-type="None"]){white-space:nowrap;overflow-wrap:normal}.ui5-link-root{max-width:100%;display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;outline:none;white-space:inherit;overflow-wrap:inherit;text-decoration:inherit;color:inherit}:host([wrapping-type="None"][end-icon]) .ui5-link-root{display:inline-flex;align-items:end}:host .ui5-link-root{outline-offset:-.0625rem;border-radius:var(--_ui5_link_focus_border-radius)}.ui5-link-icon,.ui5-link-end-icon{color:inherit;flex-shrink:0}.ui5-link-icon{float:inline-start;margin-inline-end:.125rem}.ui5-link-end-icon{margin-inline-start:.125rem;vertical-align:bottom}.ui5-link-text{overflow:hidden;text-overflow:ellipsis}.ui5-link-root:focus-visible,:host([desktop]) .ui5-link-root:focus-within,:host([design="Subtle"]) .ui5-link-root:focus-visible,:host([design="Subtle"][desktop]) .ui5-link-root:focus-within{background-color:var(--_ui5_link_focus_background_color);outline:var(--_ui5_link_outline);border-radius:var(--_ui5_link_focus_border-radius);text-shadow:none;color:var(--_ui5_link_focus_color)}:host(:not([desktop])) .ui5-link-root:focus-visible,:host([desktop]:focus-within),:host([design="Subtle"][desktop]:focus-within){text-decoration:var(--_ui5_link_focus_text_decoration)}:host([desktop]:hover:not(:active):focus-within),:host([design="Subtle"][desktop]:hover:not(:active):focus-within){color:var(--_ui5_link_focused_hover_text_color);text-decoration:var(--_ui5_link_focused_hover_text_decoration)}:host([interactive-area-size="Large"]) .ui5-link-root{line-height:var(--_ui5_link_large_interactive_area_height)}:host([interactive-area-size="Large"])::part(icon),:host([interactive-area-size="Large"])::part(endIcon){height:var(--_ui5_link_large_interactive_area_height)}
|
|
64
|
+
`,Ct=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Ke=Ll=class extends gt{constructor(){super(),this.disabled=!1,this.design="Default",this.interactiveAreaSize="Normal",this.wrappingType="Normal",this.accessibleRole="Link",this.accessibilityAttributes={},this._dummyAnchor=document.createElement("a")}onEnterDOM(){$t()&&this.setAttribute("desktop","")}onBeforeRendering(){let e=this.target==="_blank"&&this.href&&this._isCrossOrigin(this.href);this._rel=e?"noreferrer noopener":void 0}_isCrossOrigin(e){return this._dummyAnchor.href=e,!(this._dummyAnchor.hostname===Wk()&&this._dummyAnchor.port===Zk()&&this._dummyAnchor.protocol===Kk())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return ba(this)}get hasLinkType(){return this.design!==FE.Default}static typeTextMappings(){return{Subtle:OS,Emphasized:MS}}get linkTypeText(){return Ll.i18nBundle.getText(Ll.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return Ui(this.accessibleRole)}get ariaDescriptionText(){return this.accessibleDescription===""?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(e){let{altKey:t,ctrlKey:r,metaKey:i,shiftKey:o}=e;e.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:t,ctrlKey:r,metaKey:i,shiftKey:o})||e.preventDefault()}_onkeydown(e){Pt(e)&&!this.href?(this._onclick(e),e.preventDefault()):Ve(e)&&e.preventDefault()}_onkeyup(e){if(Ve(e)&&(this._onclick(e),this.href&&!e.defaultPrevented)){let t=new MouseEvent("click");t.stopImmediatePropagation(),this.getDomRef().dispatchEvent(t)}}};Ct([v({type:Boolean})],Ke.prototype,"disabled",void 0);Ct([v()],Ke.prototype,"tooltip",void 0);Ct([v()],Ke.prototype,"href",void 0);Ct([v()],Ke.prototype,"target",void 0);Ct([v()],Ke.prototype,"design",void 0);Ct([v()],Ke.prototype,"interactiveAreaSize",void 0);Ct([v()],Ke.prototype,"wrappingType",void 0);Ct([v()],Ke.prototype,"accessibleName",void 0);Ct([v()],Ke.prototype,"accessibleNameRef",void 0);Ct([v()],Ke.prototype,"accessibleRole",void 0);Ct([v({type:Object})],Ke.prototype,"accessibilityAttributes",void 0);Ct([v()],Ke.prototype,"accessibleDescription",void 0);Ct([v()],Ke.prototype,"icon",void 0);Ct([v()],Ke.prototype,"endIcon",void 0);Ct([v({noAttribute:!0})],Ke.prototype,"_rel",void 0);Ct([v({noAttribute:!0})],Ke.prototype,"forcedTabIndex",void 0);Ct([at("@ui5/webcomponents")],Ke,"i18nBundle",void 0);Ke=Ll=Ct([ye({tag:"ui5-link",languageAware:!0,renderer:it,template:$E,styles:HE}),V("click",{bubbles:!0,cancelable:!0})],Ke);Ke.define();Xv=Ke,UE=function(e,t){var r=e.toString(16);return t&&(r=r.padStart(t,"0")),r},VE=UE,jE=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,qE=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,Xg={"<":"<",">":">","&":"&",'"':"""},GE=function(e){var t=Xg[e];return t||(qE.test(e)?t="�":t="&#x"+VE(e.charCodeAt(0))+";",Xg[e]=t),t},WE=function(e){return e.replace(jE,GE)},x_=WE,ZE=(e,t,r,i)=>{lo(e)&&(r!==t.length-1?(e.stopImmediatePropagation(),e.preventDefault(),t[r+1].focus()):(i.closeValueState(),i.focusInput())),ta(e)&&(e.preventDefault(),e.stopImmediatePropagation(),r>0?t[r-1].focus():i.focusInput()),ur(e)&&(e.preventDefault(),e.stopImmediatePropagation(),i.isPopoverOpen()&&i.focusInput()),Ir(e)&&(e.preventDefault(),e.stopImmediatePropagation(),i.navigateToItem()),so(e)&&(e.preventDefault(),e.stopImmediatePropagation())},KE=e=>{let t=0;return(e.selectionStart||e.selectionStart===0)&&(t=e.selectionDirection==="backward"?e.selectionStart:e.selectionEnd),t},XE=(e,t)=>{e.selectionStart?(e.focus(),e.setSelectionRange(t,t)):e.focus()},n1=(function(e){return e.Text="Text",e.Email="Email",e.Number="Number",e.Password="Password",e.Tel="Tel",e.URL="URL",e.Search="Search",e})(n1||{}),YE=n1;eh={};Yx(eh,{Contains:()=>n3,None:()=>a3,StartsWith:()=>a1,StartsWithPerTerm:()=>o3});r3=/[[\]{}()*+?.\\^$|]/g,i3=e=>e.replace(r3,"\\$&"),o3=(e,t,r)=>{let i=new RegExp(`(^|\\s)${i3(e.toLowerCase())}.*`,"g");return t.filter(o=>{let n=o[r];return i.lastIndex=0,i.test(n.toLowerCase())})},a1=(e,t,r)=>t.filter(i=>(i[r]||"").toLowerCase().startsWith(e.toLowerCase())),n3=(e,t,r)=>t.filter(i=>(i[r]||"").toLowerCase().includes(e.toLowerCase())),a3=(e,t)=>t;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");s3=`:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-input-icon-root{height:100%;box-sizing:border-box}.inputIcon{color:var(--_ui5_input_icon_color);cursor:var(--_ui5_input_icon_state_cursor, pointer);opacity:var(--_ui5_input_icon_state_opacity, 1);pointer-events:var(--_ui5_input_icon_state_pointer_events, auto);outline:none;padding:var(--_ui5_input_icon_state_padding, var(--_ui5_input_icon_padding));border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius);display:flex;align-items:center;justify-content:center}.inputIcon:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));outline-offset:-.125rem}.inputIcon.inputIcon--pressed{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color))}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color))}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow))}.inputIcon:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow))}.ui5-input-icon-inner{display:flex;width:1rem;height:1rem;color:inherit;pointer-events:none;flex-shrink:0}.inputIcon.inputIcon--focused{outline-color:var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));border-inline-start-color:var(--_ui5_input_icon_state_focus_outline_color)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5_input_width);min-width:calc(var(--_ui5_input_min_width) + (var(--_ui5-input-icons-count)*var(--_ui5_input_icon_width)));margin:var(--_ui5_input_margin_top_bottom) 0;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_focus_outline_color);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5_input_readonly_focus_offset);bottom:var(--_ui5_input_readonly_focus_offset);left:var(--_ui5_input_readonly_focus_offset);right:var(--_ui5_input_readonly_focus_offset);border-radius:var(--_ui5_input_readonly_focus_border_radius)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5_input_bottom_border_height);transition:var(--_ui5_input_transition);background-color:var(--_ui5_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-input_disabled_background);border-color:var(--_ui5_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5_input_inner_padding_with_icon)}[inner-input][type=search]::-webkit-search-decoration,[inner-input][type=search]::-webkit-search-cancel-button,[inner-input][type=search]::-webkit-search-results-button,[inner-input][type=search]::-webkit-search-results-decoration{display:none}[inner-input]::-ms-reveal,[inner-input]::-ms-clear{display:none}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}:host([value-state="Negative"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Negative"]) [inner-input]::-moz-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Positive"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Positive"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5_input_border_radius)}:host([readonly]:not([disabled])){border:var(--_ui5_input_readonly_border);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5_input_hover_border);border-color:var(--_ui5_input_focused_border_color);box-shadow:var(--sapField_Hover_Shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state="None"]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state="None"])){border-width:var(--_ui5_input_state_border_width)}:host([value-state="Negative"]) [inner-input],:host([value-state="Critical"]) [inner-input]{font-style:var(--_ui5_input_error_warning_font_style);text-indent:var(--_ui5_input_error_warning_text_indent)}:host([value-state="Negative"]) [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}:host([value-state="Critical"]) [inner-input]{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-input-value-state-error-border-botom-color)}:host([value-state="Negative"]:not([readonly]):not([focused]):hover),:host([value-state="Negative"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])),:host([value-state="Critical"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_warning_border_botom_color)}:host([value-state="Critical"]:not([readonly]):not([focused]):hover),:host([value-state="Critical"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_success_border_botom_color)}:host([value-state="Positive"]:not([readonly]):not([focused]):hover),:host([value-state="Positive"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_success_information_border_botom_color)}:host([value-state="Information"]:not([readonly]):not([focused]):hover),:host([value-state="Information"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}::slotted([ui5-input-icon]){height:100%}.ui5-input-icon-root{min-width:var(--_ui5_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot="icon"]){align-self:start;padding:var(--_ui5_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Negative"][focused]) .inputIcon,:host([value-state="Critical"][focused]) .inputIcon{padding:var(--_ui5_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5_input_information_icon_padding)}:host([value-state="Information"][focused]) .inputIcon{padding:var(--_ui5_input_information_focused_icon_padding)}:host([value-state="Negative"]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_icon_padding)}:host([value-state="Negative"][focused]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_focused_icon_padding)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_error_icon_box_shadow);color:var(--_ui5_input_icon_error_pressed_color)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_warning_icon_box_shadow);color:var(--_ui5_input_icon_warning_pressed_color)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_information_icon_box_shadow);color:var(--_ui5_input_icon_information_pressed_color)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_success_icon_box_shadow);color:var(--_ui5_input_icon_success_pressed_color)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_height);padding:0;width:var(--_ui5_input_icon_width);min-width:var(--_ui5_input_icon_width);display:flex;justify-content:center;align-items:center;box-sizing:border-box}:host([value-state]:not([value-state="None"]):not([value-state="Positive"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Positive"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_success_state_height)}[ui5-icon].ui5-input-clear-icon{padding:0;color:inherit}[inner-input]::-webkit-outer-spin-button,[inner-input]::-webkit-inner-spin-button{-webkit-appearance:inherit;margin:inherit}[ui5-responsive-popover] [ui5-input]{width:100%}:host([value-state="Negative"]),:host([value-state="Critical"]){--_ui5_input_icon_state_padding: var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Information"]){--_ui5_input_icon_state_padding: var(--_ui5_input_information_icon_padding)}:host([value-state="Negative"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_error_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_error_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Critical"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_warning_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_warning_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Information"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_information_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_information_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--sapContent_FocusColor)}:host([value-state="Positive"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_success_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_success_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([disabled]){--_ui5_input_icon_state_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_state_pointer_events: none;--_ui5_input_icon_state_cursor: default}:host([readonly]:not([disabled])){--_ui5_input_icon_state_pointer_events: none;--_ui5_input_icon_state_cursor: default}
|
|
65
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");l3=`.input-root-phone{flex:1;position:relative;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color);border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box}.input-root-phone [inner-input]{padding:0 .5rem;width:100%;height:100%}.input-root-phone [inner-input]:focus{background-color:var(--sapField_Focus_Background)}.input-root-phone:focus-within:before{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.input-root-phone [value-state=Negative] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Positive] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Critical] .inputIcon[data-ui5-compact-size]{padding:.1875rem .5rem}[inner-input]{background:transparent;color:inherit;border:none;font-style:normal;-webkit-appearance:none;-moz-appearance:textfield;line-height:normal;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:3rem;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;border-radius:var(--_ui5_input_border_radius)}[inner-input]::selection,[inner-input]::-moz-selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5_input_state_border_width)}.input-root-phone[value-state=Negative] [inner-input],.input-root-phone[value-state=Critical] [inner-input]{font-style:var(--_ui5_input_error_warning_font_style)}.input-root-phone[value-state=Negative] [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}.input-root-phone[value-state=Negative]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Negative]:not([readonly]):not([disabled]),.input-root-phone[value-state=Critical]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]){border-style:var(--_ui5_input_error_warning_border_style)}.input-root-phone[value-state=Critical]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Positive]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}.input-root-phone[value-state=Positive]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Positive]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}.input-root-phone[value-state=Information]:not([readonly]){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}.ui5-multi-combobox-toggle-button{margin-left:.5rem}.ui5-responsive-popover-header{width:100%;min-height:2.5rem;display:flex;flex-direction:column}.ui5-responsive-popover-header-text{width:100%}.ui5-responsive-popover-header .row{box-sizing:border-box;padding:.25rem 1rem;min-height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontHeader5Size)}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;align-items:center;width:100%;box-sizing:border-box}.ui5-responsive-popover-footer .ui5-responsive-popover-close-btn,.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{width:4.5rem}
|
|
66
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");u3=`.ui5-valuestatemessage-popover{border-radius:var(--_ui5_value_state_message_popover_border_radius);box-shadow:var(--_ui5_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5_value_state_message_icon_width);height:var(--_ui5_value_state_message_icon_height);display:var(--_ui5_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5_input_value_state_icon_offset)}.ui5-input-value-state-message-icon[name=error]{color:var(--sapNegativeElementColor)}.ui5-input-value-state-message-icon[name=alert]{color:var(--sapCriticalElementColor)}.ui5-input-value-state-message-icon[name=success]{color:var(--sapPositiveElementColor)}.ui5-input-value-state-message-icon[name=information]{color:var(--sapInformativeElementColor)}.ui5-valuestatemessage-root{box-sizing:border-box;display:inline-block;color:var(--sapTextColor);font-size:var(--sapFontSmallSize);font-family:var(--sapFontFamily);height:auto;padding:var(--_ui5_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5_value_state_message_border);line-height:var(--_ui5_value_state_message_line_height)}[ui5-responsive-popover] .ui5-valuestatemessage-header,[ui5-popover] .ui5-valuestatemessage-header{min-height:var(--_ui5_value_state_message_popover_header_min_height);min-width:var(--_ui5_value_state_message_popover_header_min_width);max-width:var(--_ui5_value_state_message_popover_header_max_width);width:var(--_ui5_value_state_message_popover_header_width)}[ui5-responsive-popover] .ui5-valuestatemessage-header{padding:var(--_ui5_value_state_header_padding);border:var(--_ui5_value_state_header_border);border-bottom:var(--_ui5_value_state_header_border_bottom);flex-grow:1;position:relative}.ui5-valuestatemessage--success{background:var(--sapSuccessBackground)}.ui5-valuestatemessage--warning{background:var(--sapWarningBackground)}.ui5-valuestatemessage--error{background:var(--sapErrorBackground)}.ui5-valuestatemessage--information{background:var(--sapInformationBackground)}.ui5-responsive-popover-header:focus{outline-offset:var(--_ui5_value_state_header_offset);outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor)}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(content){padding:0}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(footer){min-height:0}.ui5-valuestatemessage-popover::part(header),.ui5-popover-with-value-state-header::part(header),.ui5-popover-with-value-state-header-phone::part(header){margin-bottom:0}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-root{padding:var(--_ui5_value_state_message_padding_phone);width:100%}.ui5-popover-with-value-state-header-phone .ui5-input-value-state-message-icon{left:var(--_ui5_value_state_message_icon_offset_phone)}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-header{position:relative;flex:none;top:0;left:0;max-width:100%}.ui5-popover-with-value-state-header-phone::part(content){padding:0;overflow:hidden;display:flex;flex-direction:column}.ui5-popover-with-value-state-header-phone [ui5-list]{overflow:auto}[ui5-responsive-popover] .ui5-valuestatemessage--error{box-shadow:var(--_ui5_value_state_header_box_shadow_error)}[ui5-responsive-popover] .ui5-valuestatemessage--information{box-shadow:var(--_ui5_value_state_header_box_shadow_information)}[ui5-responsive-popover] .ui5-valuestatemessage--success{box-shadow:var(--_ui5_value_state_header_box_shadow_success)}[ui5-responsive-popover] .ui5-valuestatemessage--warning{box-shadow:var(--_ui5_value_state_header_box_shadow_warning)}[ui5-responsive-popover].ui5-popover-with-value-state-header .ui5-valuestatemessage-root:has(+[ui5-list]:empty){box-shadow:none}
|
|
67
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");c3=`.ui5-suggestions-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-suggestions-popover::part(header),.ui5-suggestions-popover::part(content){padding:0}.ui5-suggestions-popover::part(footer){padding:0 1rem}.input-root-phone.native-input-wrapper{display:contents}.input-root-phone.native-input-wrapper:before{display:none}.native-input-wrapper .ui5-input-inner-phone{margin:0}.native-input-wrapper .ui5-multi-input-mobile-dialog-button{margin-inline-start:.5rem}
|
|
68
|
+
`,s1=(function(e){return e.StartsWithPerTerm="StartsWithPerTerm",e.StartsWith="StartsWith",e.Contains="Contains",e.None="None",e})(s1||{}),Jg=s1,W=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Gi=(function(e){return e.CHANGE="change",e.INPUT="input",e.SELECTION_CHANGE="selection-change",e})(Gi||{}),th=(function(e){return e.ACTION_ENTER="enter",e.ACTION_USER_INPUT="input",e})(th||{}),j=se=class extends gt{get formValidityMessage(){return this.nativeInput?.validationMessage}get _effectiveShowSuggestions(){return!!(this.showSuggestions&&this.Suggestions)}get formValidity(){return{valueMissing:this.nativeInput?.validity.valueMissing,typeMismatch:this.required&&this.nativeInput?.validity.typeMismatch,patternMismatch:this.nativeInput?.validity.patternMismatch}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this.filter=Jg.None,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){ra.register(this,this._handleResizeBound),Yu(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){ra.deregister(this,this._handleResizeBound),Qu(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(e){e.markupText=this.typedInValue?this.Suggestions?.hightlightInput(e.text||"",this.typedInValue):x_(e.text||"")}_isGroupItem(e){return e.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(l=>{l.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(l):this._isGroupItem(l)&&l.items?.forEach(u=>{this._highlightSuggestionItem(u)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);let e=!!this._flattenItems.length,t=!!this.value,r=this.shadowRoot.querySelector("input")===Kr(),i=this.disabled||this.readonly,o=!i&&!this._isPhone&&e&&(this.open||t&&r&&this.isTyping);i?this.open=!1:this._isPhone||(this.open=e&&(this.open||t&&r&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!o?this.openValueStatePopover():this.closeValueStatePopover();let n=this.value,a=this.getInputDOMRefSync();if(!a||!n)return;this.filter!==Jg.None&&this._filterItems(this.typedInValue);let s=a.selectionEnd-a.selectionStart;if(this._shouldAutocomplete&&!vk()&&!s&&!this._isKeyNavigation){let l=this._getFirstMatchingItem(n);l?(this._isComposing||this._handleTypeAhead(l),this._selectMatchingItem(l)):this._matchedSuggestionItem=void 0}}onAfterRendering(){this.showSuggestions&&this.Suggestions?._getPicker()&&(this._listWidth=this.Suggestions._getListWidth(),this.Suggestions._getList()._itemNavigation._getItems=()=>[]),this._performTextSelection&&(this.typedInValue.length&&this.value.length&&this._adjustSelectionRange(),this.fireDecoratorEvent("type-ahead")),this._performTextSelection=!1,o5(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){let e=this.getInputDOMRefSync(),t=this.Suggestions?._getItems().filter(i=>!i.hidden)?.find(i=>i.selected||i.focused),r=this._flattenItems.filter(i=>this._isGroupItem(i));t&&!r.includes(t)?t?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?e.setSelectionRange(this.typedInValue.length,this.value.length):e.setSelectionRange(0,this.value.length):e.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(e){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!(nA(e)||jd(e)||so(e)),ur(e))return this._handleUp(e);if(Ir(e))return this._handleDown(e);if(Ve(e))return this._handleSpace(e);if(lo(e))return this._handleTab();if(Pt(e)){let t=this.previousValue===this.getInputDOMRefSync().value;if(this._enterKeyDown=!0,t){this.fireDecoratorEvent("_request-submit"),Rd(this);return}return this._handleEnter(e)}if(b0(e))return this._handlePageUp(e);if(y0(e))return this._handlePageDown(e);if(Bp(e))return this._handleHome(e);if(Ap(e))return this._handleEnd(e);if(so(e))return this._handleEscape();if(aA(e))return this._handleCtrlAltF8();this.showSuggestions&&this._clearPopoverFocusAndSelection(),this._isKeyNavigation=!1}_onkeyup(e){jd(e)&&(this.value=e.target.value),this._enterKeyDown=!1}get currentItemIndex(){let e=(this.Suggestions?._getItems()).filter(r=>!r.hidden),t=e.find(r=>r.selected||r.focused);return t?e.indexOf(t):-1}_handleUp(e){this.Suggestions?.isOpened()&&this.Suggestions.onUp(e,this.currentItemIndex)}_handleDown(e){this.Suggestions?.isOpened()&&this.Suggestions.onDown(e,this.currentItemIndex)}_handleSpace(e){this.Suggestions&&this.Suggestions.onSpace(e)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;let e=this.linksInAriaValueStateHiddenText;e.length&&e[0].focus()}_addLinksEventListeners(){let e=this.linksInAriaValueStateHiddenText;e.forEach((t,r)=>{this._linksListenersArray.push(i=>{ZE(i,e,r,{closeValueState:()=>{this.Suggestions?.isOpened()&&this.Suggestions?.close(),this.valueStateOpen&&this.closeValueStatePopover()},focusInput:()=>{this._handleLinkNavigation=!1,this.getInputDOMRef().focus()},navigateToItem:()=>{this._handleLinkNavigation?(this._handleLinkNavigation=!1,this.Suggestions?.isOpened()&&(this.innerFocusIn(),this.getInputDOMRef().focus(),this.Suggestions.onDown(i,this.currentItemIndex))):this._handleDown(i)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),t.addEventListener("keydown",this._linksListenersArray[r])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((e,t)=>{e.removeEventListener("keydown",this._linksListenersArray[t])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(e){let t=!!this.Suggestions?.onEnter(e),r=this.getInputDOMRefSync(),i=this._matchedSuggestionItem;if(i||(i=this._selectableItems.find(o=>o.text?.toLowerCase()===this.value.toLowerCase())),i){let o=i.text||"";r.setSelectionRange(o.length,o.length),t||(this.fireSelectionChange(i,!0),this.acceptSuggestion(i,!0),this.open=!1)}if(this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&r.setSelectionRange(this.value.length,this.value.length),!t){this.lastConfirmedValue=this.value;return}this.focused=!0}_handlePageUp(e){this._isSuggestionsFocused?this.Suggestions?.onPageUp(e):e.preventDefault()}_handlePageDown(e){this._isSuggestionsFocused?this.Suggestions?.onPageDown(e):e.preventDefault()}_handleHome(e){this._isSuggestionsFocused&&this.Suggestions?.onHome(e)}_handleEnd(e){this._isSuggestionsFocused&&this.Suggestions?.onEnd(e)}_handleEscape(){let e=this.showSuggestions&&!!this.Suggestions&&this.open,t=this.getInputDOMRefSync(),r=t.selectionEnd-t.selectionStart>0;if(this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value!==this.previousValue&&this.value!==this.lastConfirmedValue&&!this.open){this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue,this.fireDecoratorEvent(Gi.INPUT,{inputType:""});return}if(!e){this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue;return}if(e&&this.Suggestions?._isItemOnTarget()){this.value=this.typedInValue||this.valueBeforeSelectionStart,this.focused=!0;return}r&&(this.value=this.typedInValue),this.focused=!0}_onfocusin(e){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!e.target&&e.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(e){let t=e.relatedTarget;this.Suggestions?._getPicker()?.contains(t)||this.contains(t)||this.getSlottedNodes("valueStateMessage").some(r=>r.contains(t))||(this.focused=!1,this._isChangeTriggeredBySuggestion=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.isTyping=!1,this.value!==this.previousValue&&this.showClearIcon&&(this._clearIconClicked=!1))}_clearPopoverFocusAndSelection(){!this.showSuggestions||!this.Suggestions||(this.hasSuggestionItemSelected=!1,this.Suggestions?._deselectItems(),this.Suggestions?._clearItemFocus())}_click(){tt()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){if(this._clearIconClicked){this._clearIconClicked=!1;return}let e=()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(Gi.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1};this.previousValue!==this.getInputDOMRefSync().value&&(this.Suggestions?._getPicker()?.open&&this._flattenItems.some(t=>t.hasAttribute("ui5-suggestion-item")&&t.selected)?this._changeToBeFired=!0:(e(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),Rd(this))))}_clear(){let e=this.value;if(this.value="",!this.fireDecoratorEvent(Gi.INPUT,{inputType:""})){this.value=e;return}this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)}_iconMouseDown(){this._clearIconClicked=!0}_scroll(e){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:e.detail.scrollTop,scrollContainer:e.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(e){let t=e.detail&&e.detail.inputType||"";this._input(e,t)}_handleNativeInput(e){let t=e.inputType||"";this._input(e,t)}_input(e,t){let r=this.getInputDOMRefSync(),i=["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"];this._shouldAutocomplete=!i.includes(t)&&!this.noTypeahead,e.target===r&&(this.focused=!0,e.stopImmediatePropagation()),this.fireEventByAction(th.ACTION_ENTER,e),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&e.target.value===""&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(e){return a1(e,this._selectableItems,"text")}_getFirstMatchingItem(e){if(!this._flattenItems.length)return;let t=this._startsWithMatchingItems(e).filter(r=>!this._isGroupItem(r));if(t.length)return t[0]}_handleSelectionChange(e){this.Suggestions?.onItemPress(e)}_selectMatchingItem(e){e.selected=!0,this._matchedSuggestionItem=e}_filterItems(e){let t=[],r=this._flattenItems.filter(i=>this._isGroupItem(i));this._resetItemVisibility(),r.length?t=this._filterGroups(this.filter,r):t=eh[this.filter](e,this._selectableItems,"text"),this._selectableItems.forEach(i=>{i.hidden=!t.includes(i)}),t.length===0&&(this.open=!1)}_filterGroups(e,t){let r=[];return t.forEach(i=>{let o=eh[e](this.typedInValue,i.items??[],"text");r.push(...o),o.length===0?i.hidden=!0:i.hidden=!1}),r}_resetItemVisibility(){this._flattenItems.forEach(e=>{if(this._isGroupItem(e)){e.items?.forEach(t=>{t.hidden=!1});return}e.hidden=!1})}_handleTypeAhead(e){let t=e.text?e.text:"",r=this.typedInValue;t.toLowerCase().startsWith(r.toLowerCase())&&(this.value=r+t.substring(r.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=Dp(this),this._accessibleLabelsRefTexts=Xu(this),this._associatedDescriptionRefTexts=Ju(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){tt()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){tt()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(Gi.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();let e=this.shadowRoot.querySelector("#selectionText");e&&(e.textContent=""),this._handlePickerAfterClose()}_handlePickerAfterOpen(){this.fireDecoratorEvent("open")}_handlePickerAfterClose(){this.Suggestions?._onClose(),this.fireDecoratorEvent("close")}openValueStatePopover(){this.valueStateOpen=!0}closeValueStatePopover(){this.valueStateOpen=!1}_handleValueStatePopoverAfterClose(){this.valueStateOpen=!1,this._handleLinkNavigation=!1}_getValueStatePopover(){return this.shadowRoot.querySelector("[ui5-popover]")}enableSuggestions(){if(this.Suggestions)return;let e=t=>{t.i18nBundle=se.i18nBundle,this.Suggestions=new t(this,"suggestionItems",!0,!1)};se.SuggestionsClass?e(se.SuggestionsClass):Promise.resolve().then(()=>(Dv(),Ev)).then(t=>{e(t.default)})}_enableComposition(){if(this._composition)return;let e=t=>{this._composition=new t({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:r=>{this._isComposing=r}}),this._composition.addEventListeners()};se.composition?e(se.composition):Promise.resolve().then(()=>(Nv(),Mv)).then(t=>{se.composition=t.default,e(t.default)})}acceptSuggestion(e,t){if(this._isGroupItem(e))return;let r=e;if(this._matchedSuggestionItem){let n=this._matchedSuggestionItem.text?.toLowerCase()||"",a=e.text?.toLowerCase()||"";(t||n===a)&&(r=this._matchedSuggestionItem)}let i=r.text||"",o=t?this.valueBeforeItemSelection!==i:this.previousValue!==i;this.hasSuggestionItemSelected=!0,this.value=i,o&&this.previousValue!==i&&(this.valueBeforeItemSelection=i,this.lastConfirmedValue=i,this._performTextSelection=!0,this.fireDecoratorEvent(Gi.CHANGE),this._isChangeTriggeredBySuggestion=!0,this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeSelectionStart="",this._matchedSuggestionItem=void 0,this.isTyping=!1,this.open=!1}updateValueOnSelect(e){let t=this._isGroupItem(e)?this.valueBeforeSelectionStart:e.text;this.value=t||"",this._performTextSelection=!0,this._isGroupItem(e)||(this._matchedSuggestionItem=e)}fireEventByAction(e,t){let r=this.value,i=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;let o=this.getInputValue(),n=e===th.ACTION_ENTER;this.value=o,this.typedInValue=o,this.valueBeforeSelectionStart=o;let a=this.value;if(n){let s=t.inputType||"";!this.fireDecoratorEvent(Gi.INPUT,{inputType:s})&&(a===this.value&&(this.value=r),i&&(i.value=this.value)),this.fireResetSelectionChange()}}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if(tt()&&this.Suggestions){let e=this.Suggestions._getPicker();if(e)return e.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if(tt()&&this.Suggestions){let e=this.Suggestions._getPicker();if(e)return e.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}getArrowNavState(){let e=this.getInputDOMRefSync();if(!e)return;let t=Kr();if(!(t&&(t===e||e.contains(t))))return;let r=e.selectionStart??0,i=e.selectionEnd??r,o=e.value?.length??0,n=r===i;return{atLeftEnd:n&&r===0,atRightEnd:n&&i>=o}}get nativeInput(){let e=this.getDomRef();return e?e.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(e){e.preventDefault()}onItemSelected(e,t){!t&&!e?.focused&&this.valueBeforeItemSelection!==e.text&&this.fireSelectionChange(e,!0),this.acceptSuggestion(e,t)}_handleSuggestionItemPress(e){this.Suggestions?.onItemPress(e)}onItemSelect(e){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(e),this.announceSelectedItem(),this.fireSelectionChange(e,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(e=>this._isGroupItem(e)?[e,...e.items]:[e])}get _selectableItems(){return this._flattenItems.filter(e=>!this._isGroupItem(e))}get valueStateTypeMappings(){return{Positive:se.i18nBundle.getText(YS),Information:se.i18nBundle.getText(QS),Negative:se.i18nBundle.getText(KS),Critical:se.i18nBundle.getText(XS)}}valueStateTextMappings(){return{Positive:se.i18nBundle.getText(_p),Information:se.i18nBundle.getText(e5),Negative:se.i18nBundle.getText(up),Critical:se.i18nBundle.getText(cp)}}announceSelectedItem(){let e=this.shadowRoot.querySelector("#selectionText");e&&(e.textContent=this.itemSelectionAnnounce)}fireSelectionChange(e,t){this.Suggestions&&(this.fireDecoratorEvent(Gi.SELECTION_CHANGE,{item:e}),this._isLatestValueFromSuggestions=t)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return this._associatedLabelsTexts||se.i18nBundle.getText(IS)}get _suggestionsOkButtonText(){return se.i18nBundle.getText(RS)}get _suggestionsCancelButtonText(){return se.i18nBundle.getText(PS)}get clearIconAccessibleName(){return se.i18nBundle.getText(zS)}get _popupLabel(){return se.i18nBundle.getText(GS)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===YE.Number}get suggestionsTextId(){return this.showSuggestions?"suggestionsText":""}get valueStateTextId(){return this.hasValueState?"valueStateDesc":""}get _accInfoAriaDescription(){return this._inputAccInfo&&this._inputAccInfo.ariaDescription||""}get _accInfoAriaDescriptionId(){return this._accInfoAriaDescription!==""?"descr":""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||Rp(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){let e=this.showSuggestions?"dialog":void 0,t=this.showSuggestions?"list":void 0;return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===be.Negative?!0:void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:e,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:t,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;let e=this.valueState!==be.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${e} ${this.valueStateText}`:e:this.valueStateMessage.length?`${e} ${this.valueStateMessage.map(t=>t.textContent).join(" ")}`:e}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){let e=[];return this.valueStateMessage&&this.valueStateMessage.forEach(t=>{t.children.length&&t.querySelectorAll("ui5-link").forEach(r=>{e.push(r)})}),e}get valueStateLinksShortcutsTextAcc(){let e=this.linksInAriaValueStateHiddenText;return e.length?fk()?e.length===1?se.i18nBundle.getText(ek):se.i18nBundle.getText(rk):e.length===1?se.i18nBundle.getText(JS):se.i18nBundle.getText(tk):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===be.Positive,"ui5-valuestatemessage--error":this.valueState===be.Negative,"ui5-valuestatemessage--warning":this.valueState===be.Critical,"ui5-valuestatemessage--information":this.valueState===be.Information}}}get styles(){let e=parseInt(getComputedStyle(document.documentElement).fontSize);return{suggestionPopoverHeader:{display:this._listWidth===0?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:"","max-width":"inherit"},suggestionsPopover:{"min-width":this._inputWidth?`${this._inputWidth}px`:"","max-width":this._inputWidth&&this._inputWidth/e>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==be.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==be.Positive&&(!this._inputIconFocused||!!(this._isPhone&&this.Suggestions))}get valueStateText(){return this.valueState!==be.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return se.i18nBundle.getText(TS)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){let e=this._selectableItems,t=this.Suggestions?.isOpened()?se.i18nBundle.getText(DS):se.i18nBundle.getText(ng);switch(e.length){case 0:return`${se.i18nBundle.getText(ES)} ${t}`;case 1:return`${se.i18nBundle.getText(BS)} ${t}`;default:return`${se.i18nBundle.getText(AS,e.length)} ${t}`}}return this.showSuggestions?se.i18nBundle.getText(ng):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return tt()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==be.None?`
|
|
69
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">
|
|
70
|
+
${{Negative:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Critical:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Positive:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};
|
|
71
|
+
</svg>
|
|
72
|
+
`:""}get _valueStateMessageInputIcon(){return this.valueState!==be.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return KE(this.nativeInput)}setCaretPosition(e){XE(this.nativeInput,e)}removeFractionalPart(e){return e.includes(".")?e.slice(0,e.indexOf(".")):e.includes(",")?e.slice(0,e.indexOf(",")):e}};W([v({type:Boolean})],j.prototype,"disabled",void 0);W([v({type:Boolean})],j.prototype,"highlight",void 0);W([v()],j.prototype,"placeholder",void 0);W([v({type:Boolean})],j.prototype,"readonly",void 0);W([v({type:Boolean})],j.prototype,"required",void 0);W([v({type:Boolean})],j.prototype,"noTypeahead",void 0);W([v()],j.prototype,"type",void 0);W([v()],j.prototype,"value",void 0);W([v()],j.prototype,"valueState",void 0);W([v()],j.prototype,"name",void 0);W([v({type:Boolean})],j.prototype,"showSuggestions",void 0);W([v({type:Number})],j.prototype,"maxlength",void 0);W([v()],j.prototype,"accessibleName",void 0);W([v()],j.prototype,"accessibleNameRef",void 0);W([v()],j.prototype,"accessibleDescription",void 0);W([v()],j.prototype,"accessibleDescriptionRef",void 0);W([v({type:Boolean})],j.prototype,"showClearIcon",void 0);W([v({type:Boolean})],j.prototype,"open",void 0);W([v()],j.prototype,"filter",void 0);W([v({type:Boolean})],j.prototype,"_effectiveShowClearIcon",void 0);W([v({type:Boolean})],j.prototype,"focused",void 0);W([v()],j.prototype,"hint",void 0);W([v({type:Boolean})],j.prototype,"valueStateOpen",void 0);W([v({type:Object})],j.prototype,"_inputAccInfo",void 0);W([v({type:Object})],j.prototype,"_nativeInputAttributes",void 0);W([v({type:Number})],j.prototype,"_inputWidth",void 0);W([v({type:Number})],j.prototype,"_listWidth",void 0);W([v({type:Boolean,noAttribute:!0})],j.prototype,"_inputIconFocused",void 0);W([v({noAttribute:!0})],j.prototype,"_associatedLabelsTexts",void 0);W([v({noAttribute:!0})],j.prototype,"_accessibleLabelsRefTexts",void 0);W([v({noAttribute:!0})],j.prototype,"_associatedDescriptionRefTexts",void 0);W([v({type:Object})],j.prototype,"Suggestions",void 0);W([v({type:Array,noAttribute:!0})],j.prototype,"_linksListenersArray",void 0);W([v({type:Boolean,noAttribute:!0})],j.prototype,"_isComposing",void 0);W([He({type:HTMLElement,default:!0})],j.prototype,"suggestionItems",void 0);W([He()],j.prototype,"icon",void 0);W([He({type:HTMLElement,invalidateOnChildChange:!0})],j.prototype,"valueStateMessage",void 0);W([at("@ui5/webcomponents")],j,"i18nBundle",void 0);j=se=W([ye({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:it,template:JE,styles:[s3,l3,u3,c3]}),V("change",{bubbles:!0}),V("_request-submit",{bubbles:!0}),V("input",{bubbles:!0,cancelable:!0}),V("select",{bubbles:!0}),V("selection-change",{bubbles:!0}),V("type-ahead",{bubbles:!0}),V("suggestion-scroll",{bubbles:!0}),V("open",{bubbles:!0}),V("close")],j);j.define();S_=j,_3=e=>{if(!e||e.hasAttribute("data-sap-no-tab-ref")||ia(e))return!1;let t=e.getAttribute("tabindex");if(t!=null)return parseInt(t)>=0;let r=e.nodeName.toLowerCase();return r==="a"||/^(input|select|textarea|button|object)$/.test(r)?!e.disabled:!1},d3=_3,Np=e=>rh(e.tagName==="SLOT"?[e]:[...e.children]),rh=(e,t)=>{let r=t||[];return e&&e.forEach(i=>{if(i.nodeType===Node.TEXT_NODE||i.nodeType===Node.COMMENT_NODE)return;let o=i;o.hasAttribute("data-sap-no-tab-ref")||(d3(o)&&r.push(o),o.tagName==="SLOT"?rh(o.assignedElements(),r):rh([...o.shadowRoot?o.shadowRoot.children:o.children],r))}),r};A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");h3=`:host{box-sizing:border-box;height:var(--_ui5_list_item_base_height);background-color:var(--ui5-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active]):not(:active):not([data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}
|
|
73
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");p3=`[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}
|
|
74
|
+
`,vo=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Xr=class extends gt{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){$t()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(e){this.fireDecoratorEvent("request-tabindex-change",e),e.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",e)}_onkeydown(e){if(lo(e))return this._handleTabNext(e);if(ta(e))return this._handleTabPrevious(e);this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(e)&&e.preventDefault(),this._isEnter(e)&&this.fireItemPress(e))}_onkeyup(e){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(e)&&this.fireItemPress(e)}_onclick(e){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(e)||(e.stopPropagation(),this.fireItemPress(e))}_isDisabledInteractiveContentClicked(e){let t=e.composedPath(),r=this.getFocusDomRef();return t.some(i=>!(i instanceof HTMLElement)||i===this||i===r||!this._isNativeInteractiveElement(i)&&!this._isCustomInteractiveElement(i)?!1:this._isElementDisabled(i))}_isNativeInteractiveElement(e){return e.matches("button, input, select, textarea")}_isCustomInteractiveElement(e){let t=e;return e.tagName.includes("-")&&("disabled"in t||e.hasAttribute("aria-disabled"))}_isElementDisabled(e){let t=e;return typeof t.disabled=="boolean"?t.disabled:e.getAttribute("aria-disabled")==="true"}_isSpace(e){return Ve(e)}_isEnter(e){return Pt(e)}fireItemPress(e){this.disabled||!this._pressable||(Pt(e)&&e.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:e}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:e.key}))}_handleTabNext(e){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||e.preventDefault())}_handleTabPrevious(e){let t=e.target;this.shouldForwardTabBefore(t)&&(this.fireDecoratorEvent("forward-before")||e.preventDefault())}shouldForwardTabAfter(){let e=Np(this.getFocusDomRef());return e.length===0||e[e.length-1]===Kr()}shouldForwardTabBefore(e){return this.getFocusDomRef()===e}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return this.disabled?!0:void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};vo([v({type:Boolean})],Xr.prototype,"selected",void 0);vo([v({type:Boolean})],Xr.prototype,"movable",void 0);vo([v({type:Boolean})],Xr.prototype,"hasBorder",void 0);vo([v()],Xr.prototype,"forcedTabIndex",void 0);vo([v({type:Boolean})],Xr.prototype,"disabled",void 0);vo([v({type:Boolean})],Xr.prototype,"focused",void 0);vo([v({type:Boolean})],Xr.prototype,"actionable",void 0);Xr=vo([ye({renderer:it,styles:[h3,p3]}),V("click",{bubbles:!0}),V("request-tabindex-change",{bubbles:!0}),V("_press",{bubbles:!0}),V("_focused",{bubbles:!0}),V("forward-after",{bubbles:!0,cancelable:!0}),V("forward-before",{bubbles:!0,cancelable:!0})],Xr);Eo=Xr,f3=":host{justify-content:center;align-items:center;display:flex;color:var(--sapList_TextColor);background-color:var(--sapList_Background);font-family:var(--sapFontFamily);height:var(--sapElement_LineHeight);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);opacity:.8;position:absolute;padding:0 1rem;top:-1000px;left:-1000px}",v3={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"},em=2,Lp=null,g3=(e,t)=>{Lp=e,t?.dataTransfer?.setData("text/plain",e?e.id:"")},m3=()=>{Lp=null},b3=()=>Lp,y3=async e=>{let t=document.createElement("div"),r=await Wu("@ui5/webcomponents-base"),i=t.attachShadow({mode:"open"}),o=new CSSStyleSheet;return o.replaceSync(f3),i.adoptedStyleSheets=[o],i.textContent=r.getText(v3,e),t},w3=async(e,t)=>{if(e<em){console.warn(`Cannot start multiple drag with count ${e}. Minimum is ${em}.`);return}if(!t.dataTransfer)return;let r=await y3(e);document.body.appendChild(r),t.dataTransfer.setDragImage(r,0,0),requestAnimationFrame(()=>{r.remove()})},oa={setDraggedElement:g3,clearDraggedElement:m3,getDraggedElement:b3,startMultipleDrag:w3};x3=C3;k3=S3,l1=(e=>(e.On="On",e.Before="Before",e.After="After",e))(l1||{}),mt=l1,u1=(e=>(e.Vertical="Vertical",e.Horizontal="Horizontal",e))(u1||{}),Hn=u1,tm=(e,t,r,i)=>{let o=Math.abs(e-t),n=Math.abs(e-r),a=Math.abs(e-i),s=Math.min(o,n,a),l=[];switch(s){case o:l=[mt.Before];break;case n:l=[mt.On,o<a?mt.Before:mt.After];break;case a:l=[mt.After];break}return l},T3=(e,t,r)=>{let i=Number.POSITIVE_INFINITY,o=null;for(let h=0;h<e.length;h++){let d=e[h],{left:m,width:w,top:I,height:x}=d.getBoundingClientRect(),B;r===Hn.Vertical?B=I+x/2:B=m+w/2;let P=Math.abs(t-B);P<i&&(i=P,o=d)}if(!o)return null;let{width:n,height:a,left:s,right:l,top:u,bottom:_}=o.getBoundingClientRect(),c;return r===Hn.Vertical?c=tm(t,u,u+a/2,_):c=tm(t,s,s+n/2,l),{element:o,placements:c}},rm=(e,t)=>(t--,t<0?[]:[{element:e[t],placement:mt.Before}]),im=(e,t)=>(t++,t>=e.length?[]:[{element:e[t],placement:mt.After}]),c1={ArrowLeft:rm,ArrowUp:rm,ArrowRight:im,ArrowDown:im,Home:(e,t)=>e.slice(0,t).map(r=>({element:r,placement:mt.Before})),End:(e,t)=>e.slice(t+1,e.length).reverse().map(r=>({element:r,placement:mt.After}))},I3=(e,t,r)=>B3(r.key)?c1[r.key](e,e.indexOf(t)):[],B3=e=>e in c1,A3=class{constructor(e,t){this.component=e,this.config=D({orientation:Hn.Vertical,clientCoordinate:"clientY"},t)}ondragenter(e){e.preventDefault()}ondragleave(e){if(e.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(e.relatedTarget))return;let t=this.config.getDropIndicator();t&&(t.targetReference=null)}ondragover(e){if(!this._validateDragOver(e))return;let t=oa.getDraggedElement(),r=this.config.getDropIndicator(),i=this._findClosestPosition(e);if(!i){r.targetReference=null;return}let o=this._transformTargetElement(i.element);if(!this._isValidDragTarget(t,o)){r.targetReference=null;return}let n=this._filterPlacements(i.placements,t,o),a=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:s,placement:l}=x3(e,this.component,{element:o,placements:n},o,a);r.targetReference=s,r.placement=l}ondrop(e){let t=this.config.getDropIndicator();if(!t?.targetReference||!t?.placement){e.preventDefault();return}let r=this.config.useOriginalEvent?{originalEvent:!0}:{};k3(e,this.component,t.targetReference,t.placement,r),t.targetReference=null}_validateDragOver(e){if(!(e.target instanceof HTMLElement))return!1;let t=oa.getDraggedElement(),r=this.config.getDropIndicator();return!!(t&&r)}_findClosestPosition(e){return T3(this.config.getItems(),this.config.clientCoordinate==="clientX"?e.clientX:e.clientY,this.config.orientation)}_transformTargetElement(e){return this.config.transformElement?this.config.transformElement(e):e}_isValidDragTarget(e,t){return this.config.validateDraggedElement?this.config.validateDraggedElement(e,t):!0}_filterPlacements(e,t,r){return this.config.filterPlacements?this.config.filterPlacements(e,t,r):e}},_1=A3,d1=(function(e){return e.None="None",e.Normal="Normal",e})(d1||{}),h1=d1;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");z3=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}
|
|
75
|
+
`,p1=(function(e){return e.ListItem="ListItem",e.MenuItem="MenuItem",e.TreeItem="TreeItem",e.Option="Option",e.None="None",e})(p1||{}),f1=p1,go=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},R3=100,P3=300,Pr=rs=class extends Eo{constructor(){super(...arguments),this.accessibleRole=f1.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return Ui(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return rs.i18nBundle.getText(kS)}get defaultSlotText(){return this.textContent}get ariaLabelText(){return[this.textContent,this.accessibleName].filter(Boolean).join(" ")}get hasSubItems(){return this.subItems.length>0}onBeforeRendering(){super.onBeforeRendering(),this.wrappingType==="Normal"&&(rs.ExpandableTextTemplate?this.expandableTextTemplate=rs.ExpandableTextTemplate:Promise.resolve().then(()=>(Uv(),Hv)).then(e=>{this.expandableTextTemplate=e.default}))}get _maxCharacters(){return this.mediaRange==="S"?R3:P3}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};go([v()],Pr.prototype,"accessibleName",void 0);go([v()],Pr.prototype,"accessibleRole",void 0);go([v()],Pr.prototype,"wrappingType",void 0);go([v()],Pr.prototype,"mediaRange",void 0);go([v({noAttribute:!0})],Pr.prototype,"expandableTextTemplate",void 0);go([He()],Pr.prototype,"subItems",void 0);go([at("@ui5/webcomponents")],Pr,"i18nBundle",void 0);Pr=rs=go([ye({tag:"ui5-li-group-header",languageAware:!0,template:E3,styles:[Eo.styles,z3]})],Pr);Pr.define();k_=Pr;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");M3=`:host{position:absolute;pointer-events:none;z-index:99}:host([orientation="Vertical"]) .ui5-di-needle{width:.125rem;height:100%;inset-block:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Vertical"]){margin-left:-.0625rem}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]){margin-top:-.0625rem}:host([orientation="Horizontal"][placement="Before"][first]){margin-top:.3125rem}:host([orientation="Horizontal"][placement="After"][last]){margin-top:-.3125rem}:host([orientation="Vertical"]) .ui5-di-needle:before{left:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host([orientation="Horizontal"]) .ui5-di-needle:before{top:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host .ui5-di-rect{border:.125rem solid var(--sapContent_DragAndDropActiveColor);position:absolute;inset:0}:host .ui5-di-rect:before{content:" ";position:absolute;inset:0;background:var(--sapContent_DragAndDropActiveColor);opacity:.05}
|
|
76
|
+
`,Is=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},uo=class extends gt{get _positionProperty(){return this.orientation===Hn.Vertical?"left":"top"}constructor(){super(),this.targetReference=null,this.ownerReference=null,this.placement="Before",this.orientation="Vertical"}onAfterRendering(){if(!this.targetReference||!this.ownerReference){Object.assign(this.style,{display:"none"});return}let{left:e,width:t,right:r,top:i,bottom:o,height:n}=this.targetReference.getBoundingClientRect(),{top:a,height:s}=this.ownerReference.getBoundingClientRect(),l={display:"",[this._positionProperty]:"",width:"",height:""},u=0,_=!1,c=!1;if(this.orientation===Hn.Vertical){switch(this.placement){case mt.Before:u=e;break;case mt.On:l.width=`${t}px`,u=e;break;case mt.After:u=r;break}l.height=`${n}px`}if(this.orientation===Hn.Horizontal){switch(this.placement){case mt.Before:u=i;break;case mt.On:l.height=`${n}px`,u=i;break;case mt.After:u=o;break}l.width=`${t}px`,u-=a,u<=0&&(c=!0),u>=s&&(_=!0)}l[this._positionProperty]=`${u}px`,this.toggleAttribute("first",c),this.toggleAttribute("last",_),Object.assign(this.style,l)}};Is([v({type:Object})],uo.prototype,"targetReference",void 0);Is([v({type:Object})],uo.prototype,"ownerReference",void 0);Is([v()],uo.prototype,"placement",void 0);Is([v()],uo.prototype,"orientation",void 0);uo=Is([ye({tag:"ui5-drop-indicator",renderer:it,styles:M3,template:O3})],uo);uo.define();nl=uo;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");L3=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}
|
|
77
|
+
`,on=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Yr=class extends gt{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new _1(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,filterPlacements:this._filterPlacements.bind(this)})}get groupHeaderItem(){return this.shadowRoot.querySelector("[ui5-li-group-header]")}get hasHeader(){return!!this.headerText||this.hasFormattedHeader}get hasFormattedHeader(){return!!this.header.length}get isListItemGroup(){return!0}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}_ondragenter(e){this._dragAndDropHandler.ondragenter(e)}_ondragleave(e){this._dragAndDropHandler.ondragleave(e)}_ondragover(e){this._dragAndDropHandler.ondragover(e)}_ondrop(e){this._dragAndDropHandler.ondrop(e)}_filterPlacements(e,t,r){return r===t?e.filter(i=>i!==mt.On):e}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return h1.None}};on([v()],Yr.prototype,"headerText",void 0);on([v()],Yr.prototype,"headerAccessibleName",void 0);on([He({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],Yr.prototype,"items",void 0);on([v()],Yr.prototype,"wrappingType",void 0);on([v({type:Boolean})],Yr.prototype,"focused",void 0);on([He()],Yr.prototype,"header",void 0);Yr=on([ye({tag:"ui5-li-group",renderer:it,languageAware:!0,template:N3,styles:[L3]}),V("move-over",{bubbles:!0,cancelable:!0}),V("move",{bubbles:!0})],Yr);Yr.define();Pv=Yr,F3=Zu("isListItemGroup"),v1=(function(e){return e.List="List",e.Menu="Menu",e.Tree="Tree",e.ListBox="ListBox",e})(v1||{}),ja=v1,g1=(e=>(e.Auto="Auto",e.Vertical="Vertical",e.Horizontal="Horizontal",e.Paging="Paging",e))(g1||{}),Rn=g1,m1=(e=>(e.Static="Static",e.Cyclic="Cyclic",e))(m1||{}),Wa=m1,$3=class{constructor(e,t){if(!e.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=e,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),typeof t.getItemsCallback!="function")throw new Error("getItemsCallback is required");this._getItems=t.getItemsCallback,this._currentIndex=t.currentIndex||0,this._rowSize=t.rowSize||1,this._behavior=t.behavior||Wa.Static,this._navigationMode=t.navigationMode||Rn.Auto,this._affectedPropertiesNames=t.affectedPropertiesNames||[],this._skipItemsSize=t.skipItemsSize||null}setCurrentItem(e){let t=this._getItems().indexOf(e);if(t===-1){console.warn("The provided item is not managed by ItemNavigation",e);return}this._currentIndex=t,this._applyTabIndex()}setRowSize(e){this._rowSize=e}_init(){this._getItems().forEach((e,t)=>{e.forcedTabIndex=t===this._currentIndex?"0":"-1"})}_onkeydown(e){if(!this._canNavigate())return;let t=this._navigationMode===Rn.Horizontal||this._navigationMode===Rn.Auto,r=this._navigationMode===Rn.Vertical||this._navigationMode===Rn.Auto,i=this.rootWebComponent.effectiveDir==="rtl";if(i&&Bo(e)&&t)this._handleRight();else if(i&&Ao(e)&&t)this._handleLeft();else if(Bo(e)&&t)this._handleLeft();else if(Ao(e)&&t)this._handleRight();else if(ur(e)&&r)this._handleUp();else if(Ir(e)&&r)this._handleDown();else if(Bp(e))this._handleHome();else if(Ap(e))this._handleEnd();else if(b0(e))this._handlePageUp();else if(y0(e))this._handlePageDown();else return;e.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){let e=this._getItems().length;if(this._currentIndex-this._rowSize>=0){this._currentIndex-=this._rowSize;return}if(this._behavior===Wa.Cyclic){let t=this._currentIndex%this._rowSize,r=(t===0?this._rowSize-1:t-1)+(Math.ceil(e/this._rowSize)-1)*this._rowSize;r>e-1&&(r-=this._rowSize),this._currentIndex=r}else this._currentIndex=0}_handleDown(){let e=this._getItems().length;if(this._currentIndex+this._rowSize<e){this._currentIndex+=this._rowSize;return}if(this._behavior===Wa.Cyclic){let t=(this._currentIndex%this._rowSize+1)%this._rowSize;this._currentIndex=t}else this._currentIndex=e-1}_handleLeft(){let e=this._getItems().length;if(this._currentIndex>0){this._currentIndex-=1;return}this._behavior===Wa.Cyclic&&(this._currentIndex=e-1)}_handleRight(){let e=this._getItems().length;if(this._currentIndex<e-1){this._currentIndex+=1;return}this._behavior===Wa.Cyclic&&(this._currentIndex=0)}_handleHome(){let e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%e}_handleEnd(){let e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=e-1-this._currentIndex%e}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat()}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat()}_handlePageUpFlat(){if(this._skipItemsSize===null){this._currentIndex-=this._currentIndex;return}this._currentIndex+1>this._skipItemsSize?this._currentIndex-=this._skipItemsSize:this._currentIndex-=this._currentIndex}_handlePageDownFlat(){if(this._skipItemsSize===null){this._currentIndex=this._getItems().length-1;return}this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1}_applyTabIndex(){let e=this._getItems();for(let t=0;t<e.length;t++)e[t].forcedTabIndex=t===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(t=>{let r=this.rootWebComponent[t];this.rootWebComponent[t]=Array.isArray(r)?[...r]:D({},r)})}_focusCurrentItem(){let e=this._getCurrentItem();e&&e.focus()}_canNavigate(){let e=this._getCurrentItem(),t=Kr();return e&&e===t}_getCurrentItem(){let e=this._getItems();if(!e.length)return;for(;this._currentIndex>=e.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);let t=e[this._currentIndex];if(!t)return;if(Dr(t))return t.getFocusDomRef();let r=this.rootWebComponent.getDomRef();if(r&&t.id)return r.querySelector(`[id="${t.id}"]`)}},H3=$3,U3=e=>{let t=e;return e.shadowRoot&&e.shadowRoot.activeElement&&(t=e.shadowRoot.activeElement),t},om=U3,Y_={Polite:"Polite",Assertive:"Assertive"},nm=e=>{e.style.position="absolute",e.style.clip="rect(1px,1px,1px,1px)",e.style.userSelect="none",e.style.left="-1000px",e.style.top="-1000px",e.style.pointerEvents="none"};LI(()=>{Wi&&Zi||(Wi=document.createElement("span"),Zi=document.createElement("span"),Wi.classList.add("ui5-invisiblemessage-polite"),Zi.classList.add("ui5-invisiblemessage-assertive"),Wi.setAttribute("aria-live","polite"),Zi.setAttribute("aria-live","assertive"),Wi.setAttribute("role","alert"),Zi.setAttribute("role","alert"),nm(Wi),nm(Zi),Pd("ui5-announcement-area").appendChild(Wi),Pd("ui5-announcement-area").appendChild(Zi))});V3=(e,t)=>{let r=t===Y_.Assertive?Zi:Wi;r.textContent="",r.textContent=e,t!==Y_.Assertive&&t!==Y_.Polite&&console.warn('You have entered an invalid mode. Valid values are: "Polite" and "Assertive". The framework will automatically set the mode to "Polite".'),setTimeout(()=>{r.textContent===e&&(r.textContent="")},3e3)},j3=V3,pl=null,q3=(e,t)=>{pl&&clearTimeout(pl),pl=setTimeout(()=>{pl=null,e()},t)},G3=q3,W3=e=>{let t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)},Z3=W3,b1=(function(e){return e.None="None",e.Single="Single",e.SingleStart="SingleStart",e.SingleEnd="SingleEnd",e.SingleAuto="SingleAuto",e.Multiple="Multiple",e.Delete="Delete",e})(b1||{}),Ge=b1,y1=(function(e){return e.Button="Button",e.Scroll="Scroll",e.None="None",e})(y1||{}),Q_=y1,w1=(function(e){return e.All="All",e.Inner="Inner",e.None="None",e})(w1||{}),am=w1;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");Y3=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5_load_more_border);border-radius:var(--_ui5_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator,.ui5-list-container{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5_list_no_data_height);font-size:var(--_ui5_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}:host([sticky-header]) ::slotted([slot="header"]),:host([sticky-header]) .ui5-list-header{position:sticky;top:0;z-index:100}
|
|
78
|
+
`;ae("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});Q3="edit",C1=(function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e})(C1||{}),J3=C1,x1=(function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e})(x1||{}),qr=x1;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");eD=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}
|
|
79
|
+
`;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");tD=`.ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
|
80
|
+
`;ae("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});rD="slim-arrow-right",jt=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},Bt=Ki=class extends Eo{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=e=>{Pt(e)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===qr.Active||this.type===qr.Navigation)&&this._selectionMode!==Ge.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(e){let t=e.target!==this.getFocusDomRef();if((Ve(e)||Pt(e))&&t)return;super._onkeydown(e);let r=this.type===qr.Active,i=this.typeNavigation;(Ve(e)||Pt(e))&&(r||i)&&this.activate(),qd(e)&&this._handleF2()}_onkeyup(e){super._onkeyup(e),(Ve(e)||Pt(e))&&this.deactivate(),this.modeDelete&&jd(e)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(e){super._onfocusin(e),e.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(e){if(this._editMode){let t=e.relatedTarget;(!t||!(this.contains(t)||this.shadowRoot.contains(t)))&&(this._editMode=!1)}e.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(e){e.dataTransfer&&e.target===this._listItem&&(oa.setDraggedElement(this,e),this.setAttribute("data-moving",""),e.dataTransfer.dropEffect="move",e.dataTransfer.effectAllowed="move")}_ondragend(e){e.target===this._listItem&&(oa.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(e){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:e.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(e){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!e.target.checked,selectionComponentPressed:!0})}activate(){(this.type===qr.Active||this.type===qr.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(e){this.isInactive||(super.fireItemPress(e),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===qr.Inactive||this.type===qr.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ge.Multiple||this._selectionMode===Ge.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ge.SingleEnd||this._selectionMode===Ge.Delete)}get modeSingleSelect(){return[Ge.SingleStart,Ge.SingleEnd,Ge.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ge.Multiple}get modeDelete(){return this._selectionMode===Ge.Delete}get typeDetail(){return this.type===qr.Detail}get typeNavigation(){return this.type===qr.Navigation}get typeActive(){return this.type===qr.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let e;return this._ariaSelected!==void 0&&(e=this._ariaSelected?Ki.i18nBundle.getText(Qb):Ki.i18nBundle.getText(Jb)),e}get deleteText(){return Ki.i18nBundle.getText(SS)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?Ki.i18nBundle.getText(LS):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:Ki.i18nBundle.getText(HS),ariaLabelRadioButton:Ki.i18nBundle.getText(US),ariaSelected:this._ariaSelected,ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==J3.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){let e=this.getFocusDomRef();if(Kr()===e){let t=this._getFocusableElements();if(!t.length)return;this._editMode=!0,t[0].focus()}else this._editMode=!1,e.focus()}_handleTabNext(e){if(this._editMode){let t=this._getFocusableElements(),r=this._indexOfActiveElement(t),i=r+1;r!==-1&&i<t.length?(e.preventDefault(),t[i].focus()):this.fireDecoratorEvent("forward-after")||e.preventDefault();return}this.fireDecoratorEvent("forward-after")||e.preventDefault()}_handleTabPrevious(e){if(this._editMode){let t=this._getFocusableElements(),r=this._indexOfActiveElement(t);r>0?(e.preventDefault(),t[r-1].focus()):this.fireDecoratorEvent("forward-before")||e.preventDefault();return}this.fireDecoratorEvent("forward-before")||e.preventDefault()}_getFocusableElements(){return Np(this.getFocusDomRef())}_indexOfActiveElement(e){let t=Kr();return e.findIndex(r=>r===t||r.shadowRoot!==null&&r.shadowRoot.contains(t))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return this._indexOfActiveElement(this._getFocusableElements())!==-1}_focusInternalElement(e){let t=this._getFocusableElements();if(!t.length)return;let r=Math.min(e,t.length-1);return t[r].focus(),r}};jt([v()],Bt.prototype,"type",void 0);jt([v({type:Object})],Bt.prototype,"accessibilityAttributes",void 0);jt([v({type:Boolean})],Bt.prototype,"navigated",void 0);jt([v()],Bt.prototype,"tooltip",void 0);jt([v({type:Boolean})],Bt.prototype,"active",void 0);jt([v()],Bt.prototype,"highlight",void 0);jt([v({type:Boolean})],Bt.prototype,"selected",void 0);jt([v()],Bt.prototype,"accessibleRole",void 0);jt([v()],Bt.prototype,"_forcedAccessibleRole",void 0);jt([v({noAttribute:!0})],Bt.prototype,"_inheritedAccessibleRole",void 0);jt([v()],Bt.prototype,"_selectionMode",void 0);jt([v()],Bt.prototype,"mediaRange",void 0);jt([He()],Bt.prototype,"deleteButton",void 0);jt([at("@ui5/webcomponents")],Bt,"i18nBundle",void 0);Bt=Ki=jt([ye({languageAware:!0,renderer:it,styles:[Eo.styles,tD,eD]}),V("detail-click",{bubbles:!0}),V("selection-requested",{bubbles:!0})],Bt);S1=Bt,iD=class{static hasGroup(e){return this.groups.has(e)}static getGroup(e){return this.groups.get(e)}static getCheckedRadioFromGroup(e){return this.checkedRadios.get(e)}static removeGroup(e){return this.checkedRadios.delete(e),this.groups.delete(e)}static addToGroup(e,t){this.hasGroup(t)?(this.enforceSingleSelection(e,t),this.getGroup(t)&&this.getGroup(t).push(e)):this.createGroup(e,t),this.updateTabOrder(t)}static removeFromGroup(e,t){let r=this.getGroup(t);if(!r)return;let i=this.getCheckedRadioFromGroup(t);r.forEach((o,n,a)=>{if(e._id===o._id)return a.splice(n,1)}),i===e&&this.checkedRadios.set(t,null),r.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(e,t){e.checked&&this.checkedRadios.set(t,e),this.groups.set(t,[e])}static selectNextItem(e,t){let r=this.getGroup(t);if(!r)return;let i=r.length,o=r.indexOf(e);if(i<=1)return;let n=this._nextFocusable(o,r);n&&this.updateSelectionInGroup(n,t)}static updateFormValidity(e){let t=this.getGroup(e);if(!t)return;let r=t.some(o=>o.required),i=t.some(o=>o.checked);t.forEach(o=>{o._groupChecked=i,o._groupRequired=r})}static updateTabOrder(e){let t=this.getGroup(e);if(!t)return;let r=t.some(i=>i.checked);t.filter(i=>!i.disabled).forEach((i,o)=>{let n=Kr();n?.classList.contains("ui5-radio-root")&&(n=n.getRootNode(),n instanceof ShadowRoot&&(n=n.host)),r?n?.hasAttribute("ui5-radio-button")&&n.readonly?i._tabIndex=n===i&&i.readonly?0:-1:i._tabIndex=i.checked?0:-1:i._tabIndex=o===0?0:-1})}static selectPreviousItem(e,t){let r=this.getGroup(t);if(!r)return;let i=r.length,o=r.indexOf(e);if(i<=1)return;let n=this._previousFocusable(o,r);n&&this.updateSelectionInGroup(n,t)}static selectItem(e,t){this.updateSelectionInGroup(e,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(e,t){let r=this.getCheckedRadioFromGroup(t);r&&!e.readonly&&(this._deselectRadio(r),this.checkedRadios.set(t,e)),e&&(e.focus(),e.readonly?setTimeout(()=>{this.updateTabOrder(t)},0):this._selectRadio(e))}static _deselectRadio(e){e&&(e.checked=!1)}static _selectRadio(e){e.checked=!0,e._checked=!0,e.fireDecoratorEvent("change")}static _nextFocusable(e,t){if(!t)return null;let r=t.length,i=null;if(e===r-1){if(t[0].disabled)return this._nextFocusable(1,t);i=t[0]}else{if(t[e+1].disabled)return this._nextFocusable(e+1,t);i=t[e+1]}return i}static _previousFocusable(e,t){let r=t.length,i=null;if(e===0){if(t[r-1].disabled)return this._previousFocusable(r-1,t);i=t[r-1]}else{if(t[e-1].disabled)return this._previousFocusable(e-1,t);i=t[e-1]}return i}static enforceSingleSelection(e,t){let r=this.getCheckedRadioFromGroup(t);e.checked?r?e!==r&&(this._deselectRadio(r),this.checkedRadios.set(t,e)):this.checkedRadios.set(t,e):e===r&&this.checkedRadios.set(t,null),this.updateTabOrder(t),this.updateFormValidity(t)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}},ji=iD;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");nD=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}
|
|
81
|
+
`,At=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},sm=!1,ot=Mo=class extends gt{get formValidityMessage(){return Mo.i18nBundle.getText(ok)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{J_&&(J_.active=!1)},sm||(document.addEventListener("mouseup",this._deactivate),sm=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){$t()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(e){let t=this._name,r=this.name,i=this._checked,o=this.checked;e&&ji.removeFromGroup(this,t),r!==t?(t&&ji.removeFromGroup(this,t),r&&ji.addToGroup(this,r)):r&&this.isConnected&&ji.enforceSingleSelection(this,r),this.name&&o!==i&&ji.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(e){let t=this.name;t&&(e.preventDefault(),ji.selectNextItem(this,t))}_handleUp(e){let t=this.name;t&&(e.preventDefault(),ji.selectPreviousItem(this,t))}_onkeydown(e){if(Ve(e))return this.active=!0,e.preventDefault();if(Pt(e))return this.active=!0,this.toggle();let t=this.effectiveDir==="rtl";(Ir(e)||!t&&Ao(e)||t&&Bo(e))&&this._handleDown(e),(ur(e)||!t&&Bo(e)||t&&Ao(e))&&this._handleUp(e)}_onkeyup(e){Ve(e)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,J_=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(ji.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return this.disabled||this.readonly?!0:void 0}get ariaLabelText(){return ba(this)||void 0}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==be.None}get valueStateText(){switch(this.valueState){case be.Negative:return Mo.i18nBundle.getText(up);case be.Critical:return Mo.i18nBundle.getText(cp);case be.Positive:return Mo.i18nBundle.getText(_p);case be.Information:return Mo.i18nBundle.getText(e5);default:return""}}get effectiveTabIndex(){let e=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:e?parseInt(e):0}};At([v({type:Boolean})],ot.prototype,"disabled",void 0);At([v({type:Boolean})],ot.prototype,"readonly",void 0);At([v({type:Boolean})],ot.prototype,"required",void 0);At([v({type:Boolean})],ot.prototype,"checked",void 0);At([v()],ot.prototype,"text",void 0);At([v()],ot.prototype,"valueState",void 0);At([v()],ot.prototype,"name",void 0);At([v()],ot.prototype,"value",void 0);At([v()],ot.prototype,"wrappingType",void 0);At([v()],ot.prototype,"accessibleName",void 0);At([v()],ot.prototype,"accessibleNameRef",void 0);At([v({type:Number})],ot.prototype,"_tabIndex",void 0);At([v({type:Boolean})],ot.prototype,"active",void 0);At([v({type:Boolean,noAttribute:!0})],ot.prototype,"_groupChecked",void 0);At([v({type:Boolean,noAttribute:!0})],ot.prototype,"_groupRequired",void 0);At([at("@ui5/webcomponents")],ot,"i18nBundle",void 0);ot=Mo=At([ye({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:it,template:oD,styles:nD}),V("change",{bubbles:!0})],ot);ot.define();aD=ot;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");sD=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}
|
|
82
|
+
`;ae("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});lD="accept";ae("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});uD="complete";ae("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});cD="border";ae("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});_D="tri-state";Et=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},lm=!1,nt=vi=class extends gt{get formValidityMessage(){return vi.i18nBundle.getText(t5)}get formValidity(){return{valueMissing:this.required&&!this.checked}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{ed&&(ed.active=!1)},lm||(document.addEventListener("mouseup",this._deactivate),lm=!0)}onEnterDOM(){$t()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,ed=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(e){Ve(e)&&e.preventDefault(),!(this.readonly||this.disabled)&&(Pt(e)&&this.toggle(),this.active=!0)}_onkeyup(e){Ve(e)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){let e={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;let t=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(t||r)&&(this.checked=e.checked,this.indeterminate=e.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:vi.i18nBundle.getText(up),Critical:vi.i18nBundle.getText(cp),Positive:vi.i18nBundle.getText(_p)}}get ariaLabelText(){return ba(this)||Dp(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&$t()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==be.None}get valueStateText(){if(this.valueState!==be.None&&this.valueState!==be.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){let e=this.getAttribute("tabindex");if(this.tabbable)return e?parseInt(e):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){let e=this.checked?vi.i18nBundle.getText(nk):vi.i18nBundle.getText(ak),t=[this.text||"",e].filter(Boolean).join(" ");return{role:this.accInfo.role,type:vi.i18nBundle.getText(sk),description:t,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};Et([v()],nt.prototype,"accessibleNameRef",void 0);Et([v()],nt.prototype,"accessibleName",void 0);Et([v({type:Boolean})],nt.prototype,"disabled",void 0);Et([v({type:Boolean})],nt.prototype,"readonly",void 0);Et([v({type:Boolean})],nt.prototype,"displayOnly",void 0);Et([v({type:Boolean})],nt.prototype,"required",void 0);Et([v({type:Boolean})],nt.prototype,"indeterminate",void 0);Et([v({type:Boolean})],nt.prototype,"checked",void 0);Et([v()],nt.prototype,"text",void 0);Et([v()],nt.prototype,"valueState",void 0);Et([v()],nt.prototype,"wrappingType",void 0);Et([v()],nt.prototype,"name",void 0);Et([v()],nt.prototype,"value",void 0);Et([v({type:Boolean})],nt.prototype,"active",void 0);Et([v({type:Object})],nt.prototype,"_accInfo",void 0);Et([at("@ui5/webcomponents")],nt,"i18nBundle",void 0);nt=vi=Et([ye({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:it,template:dD,styles:sD}),V("change",{bubbles:!0,cancelable:!0}),V("value-changed",{bubbles:!0,cancelable:!0})],nt);nt.define();pD=nt,fD={listItemPreContent:gD,listItemContent:mD,imageBegin:bD,iconBegin:yD,iconEnd:wD,selectionElement:k1};CD={listItemContent:SD};Za=()=>(um??=new RB("@ui5/webcomponents-base"),um),kD=e=>e.checkVisibility()||getComputedStyle(e).display==="contents",cm=(e,t=[])=>{(!fi||!fi.isConnected)&&(fi=document.createElement("span"),fi.id="ui5-invisible-text",fi.hidden=!0,document.body.appendChild(fi));let r=[...e.ariaLabelledByElements||[]],i=r.indexOf(fi);t=Array.isArray(t)?t.filter(Boolean).join(" . ").trim():t.trim(),fi.textContent=t,t&&i===-1?(r.unshift(fi),e.ariaLabelledByElements=r):!t&&i>-1&&(r.splice(i,1),e.ariaLabelledByElements=r.length?r:null)},T1=(e,t={},r=!0)=>{if(!e)return"";if(e.nodeType===Node.TEXT_NODE)return e.data.trim();if(!(e instanceof HTMLElement))return"";if(e.hasAttribute("data-ui5-acc-text"))return e.getAttribute("data-ui5-acc-text")||"";if(e.ariaHidden==="true"||!kD(e))return r?Za().getText(og):"";let i=[],o=[],n=e.accessibilityInfo,{lessDetails:a}=t;if(n){let{type:s,description:l,required:u,disabled:_,readonly:c,children:h}=n;i=h||[],s&&o.push(s),l&&o.push(l),a||(u&&o.push(Za().getText(_S)),_&&o.push(Za().getText(dS)),c&&o.push(Za().getText(Yb)))}else e.localName==="slot"?i=e.assignedNodes({flatten:!0}):i=e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(i.forEach(s=>{let l=T1(s,t,!1);l&&o.push(l)}),r){let s=o.length>0;if(!s||!a){let l=Np(e),u=[s?"":og,hS,pS][Math.min(l.length,2)];u&&(s&&o.push("."),o.push(Za().getText(u)))}}return o.join(" ").trim()};A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");TD=`:host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}
|
|
83
|
+
`,tc=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},na=ih=class extends S1{constructor(){super(...arguments),this.movable=!1}get isCustomListItem(){return!0}_onkeydown(e){(this.matches(":focus")||lo(e)||ta(e)||qd(e)||Gd(e)||ur(e)||Ir(e))&&super._onkeydown(e)}_onkeyup(e){(this.matches(":focus")||lo(e)||ta(e)||qd(e)||Gd(e)||ur(e)||Ir(e))&&super._onkeyup(e)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(e){super._onfocusin(e),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(e){super._onfocusout(e),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){let e=this._listItem;e&&cm(e,T1(this))}_clearInvisibleTextContent(){let e=this._listItem;e&&cm(e,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;let e=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return e?[e]:[]}get classes(){let e=super.classes;return e.main["ui5-custom-li-root"]=!0,e}get accessibilityInfo(){let e=[],t=this.shadowRoot?.querySelector("slot:not([name])");if(t){let i=t.assignedNodes({flatten:!0});e.push(...i)}let r=this._getDeleteButtonNodes();return e.push(...r),{type:ih.i18nBundle.getText(ZS),children:e}}};tc([v({type:Boolean})],na.prototype,"movable",void 0);tc([v()],na.prototype,"accessibleName",void 0);tc([at("@ui5/webcomponents")],na,"i18nBundle",void 0);na=ih=tc([ye({tag:"ui5-li-custom",template:xD,renderer:it,styles:[S1.styles,TD]})],na);na.define();ID=Zu("isCustomListItem"),Ae=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},BD=250,AD=10,ED={Menu:"menuitem",Tree:"treeitem",ListBox:"option"},fe=Ar=class extends gt{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.stickyHeader=!1,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new H3(this,{skipItemsSize:AD,navigationMode:Rn.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new _1(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=Ju(this),this._associatedLabelsRefTexts=Xu(this)}onEnterDOM(){Yu(this,this._updateAssociatedLabelsTexts.bind(this)),ra.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){Qu(this),this.unobserveListEnd(),this.unobserveListStart(),ra.deregister(this.getDomRef(),this.handleResizeCallback)}onBeforeRendering(){this.detachGroupHeaderEvents(),this.prepareListItems()}onAfterRendering(){this.attachGroupHeaderEvents(),this.growsOnScroll?(this.observeListEnd(),this.observeListStart()):(this.unobserveListEnd(),this.unobserveListStart()),this.grows&&this.checkListInViewport()}attachGroupHeaderEvents(){this.getItems().forEach(e=>{e.hasAttribute("ui5-li-group-header")&&(e.addEventListener("ui5-_focused",this.onItemFocusedBound),e.addEventListener("ui5-forward-after",this.onForwardAfterBound),e.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(e=>{e.hasAttribute("ui5-li-group-header")&&(e.removeEventListener("ui5-_focused",this.onItemFocusedBound),e.removeEventListener("ui5-forward-after",this.onForwardAfterBound),e.removeEventListener("ui5-forward-before",this.onForwardBeforeBound))})}getFocusDomRef(){return this._itemNavigation._getCurrentItem()}get shouldRenderH1(){return!this.header.length&&this.headerText}get headerID(){return`${this._id}-header`}get modeLabelID(){return`${this._id}-modeLabel`}get listEndDOM(){return this.shadowRoot.querySelector(".ui5-list-end-marker")}get listStartDOM(){return this.shadowRoot.querySelector(".ui5-list-start-marker")}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}get hasData(){return this.getItems().length!==0}get showBusyIndicatorOverlay(){return!this.growsWithButton&&this.loading}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.selectionMode===Ge.Delete}get isSingleSelect(){return[Ge.Single,Ge.SingleStart,Ge.SingleEnd,Ge.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===Ge.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;let e=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&e.push(this.modeLabelID),this.shouldRenderH1&&e.push(this.headerID),e.length?e.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||ba(this)}get ariaDescriptionText(){let e=[];this.accessibleRole===ja.List&&this._hasInteractiveItems&&e.push(this.defaultAriaDescriptionText);let t=this._associatedDescriptionRefTexts||Rp(this);t&&e.push(t);let r=this._getDescriptionForGroups();return r&&e.push(r),e.join(" ")}get defaultAriaDescriptionText(){return Ar.i18nBundle.getText(NS)}get _hasInteractiveItems(){return this.selectionMode===Ge.Delete?!0:this.getItems().some(e=>e.getAttribute("type")==="Detail"||ID(e))}get growingButtonAriaLabel(){return this.accessibilityAttributes.growingButton?.name}get growingButtonAriaLabelledBy(){return this.accessibilityAttributes.growingButton?.name?void 0:`${this._id}-growingButton-text`}get growingButtonAriaDescribedBy(){return this.accessibilityAttributes.growingButton?.description?`${this._id}-growingButton-description`:void 0}hasGrowingComponent(){return this.growsOnScroll?this._startMarkerOutOfView:this.growsWithButton}_getDescriptionForGroups(){let e="";return this._groupCount>0&&(this.accessibleRole===ja.List?e=Ar.i18nBundle.getText(FS,this._groupCount,this._groupItemCount):this.accessibleRole===ja.ListBox&&(e=Ar.i18nBundle.getText($S,this._groupCount))),e}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return Ar.i18nBundle.getText(jS);if(this.isSingleSelect)return Ar.i18nBundle.getText(VS);if(this.isDelete)return Ar.i18nBundle.getText(qS)}return""}get grows(){return this.growing!==Q_.None}get growsOnScroll(){return this.growing===Q_.Scroll}get growsWithButton(){return this.growing===Q_.Button}get _growingButtonText(){return this.growingButtonText||Ar.i18nBundle.getText(WS)}get listAccessibleRole(){return Ui(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){let e=this.getItemsForProcessing(),t=ED[this.accessibleRole];e.forEach((r,i)=>{let o=i===e.length-1,n=this.separators===am.All||this.separators===am.Inner&&!o;r.hasConfigurableMode&&(r._selectionMode=this.selectionMode,r._inheritedAccessibleRole=t),r.hasBorder=n,r.mediaRange=this.mediaRange})}async observeListEnd(){await Jn(),this.getEndIntersectionObserver().observe(this.listEndDOM)}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}async observeListStart(){await Jn(),this.getStartIntersectionObserver().observe(this.listStartDOM)}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(e){e.forEach(t=>{t.isIntersecting&&G3(this.loadMore.bind(this),BD)})}onStartIntersection(e){e.forEach(t=>{this._startMarkerOutOfView=!t.isIntersecting})}onSelectionRequested(e){let t=this.getSelectedItems(),r=!1;this.selectionMode!==Ge.None&&this[`handle${this.selectionMode}`]&&(r=this[`handle${this.selectionMode}`](e.detail.item,!!e.detail.selected)),r&&(this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:t,selectionComponentPressed:e.detail.selectionComponentPressed,targetItem:e.detail.item,key:e.detail.key})?this.selectionMode!==Ge.Delete&&j3(e.detail.item.selected?Ar.i18nBundle.getText(Qb):Ar.i18nBundle.getText(Jb),"Polite"):this._revertSelection(t))}handleSingle(e){return e.selected?!1:(this.deselectSelectedItems(),e.selected=!0,!0)}handleSingleStart(e){return this.handleSingle(e)}handleSingleEnd(e){return this.handleSingle(e)}handleSingleAuto(e){return this.handleSingle(e)}handleMultiple(e,t){return e.selected=t,!0}handleDelete(e){return this.fireDecoratorEvent("item-delete",{item:e}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(e=>{e.selected=!1})}getSelectedItems(){return this.getItems().filter(e=>e.selected)}getEnabledItems(){return this.getItems().filter(e=>e._focusable)}getItems(){let e=[],t=this.getSlottedNodes("items"),r=0,i=0;return t.forEach(o=>{if(F3(o)){let n=[o.groupHeaderItem,...o.items.filter(a=>a.assignedSlot)].filter(Boolean);e.push(...n),r++,i+=n.length-1}else DD(o)?o.assignedSlot&&e.push(...o.listItems):o.assignedSlot&&e.push(o)}),this._groupCount=r,this._groupItemCount=i,e}getItemsForProcessing(){return this.getItems()}_revertSelection(e){this.getItems().forEach(t=>{let r=e.indexOf(t)!==-1,i=t.shadowRoot.querySelector(".ui5-li-multisel-cb"),o=t.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");t.selected=r,i?i.checked=r:o&&(o.checked=r)})}_onkeydown(e){if(Ap(e)){this._handleEnd(),e.preventDefault();return}if(Bp(e)){this._handleHome();return}let t=ur(e)||Ir(e),r=this._getClosestListItem(e.target);if(r?._isFocusOnInternalElement()&&t){let i=ur(e)?-1:1;if(this._navigateToAdjacentItem(r,i)){e.preventDefault();return}}if(Ir(e)){this._handleDown(e);return}if(oA(e)){this._moveItem(e.target,e);return}lo(e)&&this._handleTabNext(e),Gd(e)&&this._handleF7(e)}_handleF7(e){let t=this._getClosestListItem(e.target);if(!t||!t._hasFocusableElements())return;let r=t.getFocusDomRef(),i=Kr();e.preventDefault(),e.stopPropagation(),i===r?(t._editMode=!0,t._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=t._getFocusedElementIndex()):(this._lastFocusedElementIndex=t._getFocusedElementIndex(),t._editMode=!1,r.focus())}_getClosestListItem(e){return e.closest("[ui5-li], [ui5-li-custom]")}_moveItem(e,t){if(!e||!e.movable)return;let r=I3(this.items,e,t);if(!r.length)return;t.preventDefault();let i=r.find(({element:o,placement:n})=>!this.fireDecoratorEvent("move-over",{originalEvent:t,source:{element:e},destination:{element:o,placement:n}}));i&&(this.fireDecoratorEvent("move",{originalEvent:t,source:{element:e},destination:{element:i.element,placement:i.placement}}),e.focus())}_onLoadMoreKeydown(e){if(Ve(e)&&(e.preventDefault(),this._loadMoreActive=!0),Pt(e)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),lo(e)&&this.focusAfterElement(),ur(e)){this._handleLodeMoreUp(e);return}ta(e)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),e.preventDefault())}_onLoadMoreKeyup(e){Ve(e)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(e){if(this.getGrowingButton()===e.target){let t=this.getItems(),r=t[t.length-1];this.focusItem(r),e.preventDefault(),e.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=Z3(this.getDomRef())}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();let e=this.getBoundingClientRect().width;this.mediaRange=ou.getCurrentRange(ou.RANGESETS.RANGE_4STEPS,e)}_handleTabNext(e){om(e.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(e){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),e.preventDefault())}_navigateToAdjacentItem(e,t){let r=e?._getFocusedElementIndex();if(r===void 0||r===-1)return!1;let i=this.getItems().filter(a=>"hasConfigurableMode"in a&&a.hasConfigurableMode&&a._hasFocusableElements()),o=i[i.indexOf(e)+t];if(!o)return!1;o._editMode=e._editMode;let n=o._focusInternalElement(r);return n!==void 0&&(this._lastFocusedElementIndex=n),!0}_onfocusin(e){let t=om(e.target);if(this.isForwardElement(t)){if(!this.getPreviouslyFocusedItem()){this.growsWithButton&&this.isForwardAfterElement(t)?this.focusGrowingButton():this.focusFirstItem(),e.stopImmediatePropagation();return}if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(t)){this.focusGrowingButton(),e.stopImmediatePropagation();return}this.focusPreviouslyFocusedItem()}e.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(e){this._dragAndDropHandler.ondragenter(e)}_ondragleave(e){this._dragAndDropHandler.ondragleave(e)}_ondragover(e){this._dragAndDropHandler.ondragover(e)}_ondrop(e){this._dragAndDropHandler.ondrop(e)}isForwardElement(e){let t=e.id,r=this.getBeforeElement();return this._id===t||r&&r.id===t?!0:this.isForwardAfterElement(e)}isForwardAfterElement(e){let t=e.id,r=this.getAfterElement();return r&&r.id===t}onItemTabIndexChange(e){e.stopPropagation();let t=e.target;this._itemNavigation.setCurrentItem(t)}onItemFocused(e){let t=e.target;if(e.stopPropagation(),this._itemNavigation.setCurrentItem(t),this.fireDecoratorEvent("item-focused",{item:t}),this.selectionMode===Ge.SingleAuto){let r={item:t,selectionComponentPressed:!1,selected:!0,key:e.detail.key};this.onSelectionRequested({detail:r})}}onItemPress(e){let t=e.detail.item;if(this.fireDecoratorEvent("item-click",{item:t})&&this.selectionMode!==Ge.Delete){let r={item:t,selectionComponentPressed:!1,selected:!t.selected,key:e.detail.key};this.onSelectionRequested({detail:r})}}onItemClose(e){let t=e.target;(t?.hasAttribute("ui5-li-notification")||t?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:e.detail?.item})}onItemToggle(e){if(!e.target?.isListItemBase)return;let t=e.detail?.item;t&&this.fireDecoratorEvent("item-toggle",{item:t})}onForwardBefore(e){let t=e.target;if(t.hasConfigurableMode&&t._editMode){let r=this.getItems().filter(n=>"hasConfigurableMode"in n&&n.hasConfigurableMode&&n._hasFocusableElements()),i=r.indexOf(t),o=i>0?r[i-1]:void 0;if(o){o._editMode=!0;let n=o._getFocusableElements();o._focusInternalElement(n.length-1),this._lastFocusedElementIndex=n.length-1,this.setPreviouslyFocusedItem(o),e.preventDefault(),e.stopPropagation();return}t._editMode=!1}this.setPreviouslyFocusedItem(t),this.focusBeforeElement(),e.stopPropagation()}onForwardAfter(e){let t=e.target;if(t.hasConfigurableMode&&t._editMode){let r=this.getItems().filter(n=>"hasConfigurableMode"in n&&n.hasConfigurableMode&&n._hasFocusableElements()),i=r.indexOf(t),o=i>=0&&i<r.length-1?r[i+1]:void 0;if(o){o._editMode=!0,o._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(o),e.preventDefault(),e.stopPropagation();return}t._editMode=!1}this.setPreviouslyFocusedItem(t),this.growsWithButton?(this.focusGrowingButton(),e.preventDefault()):this.focusAfterElement(),e.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){let e=this.getGrowingButton();e&&e.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;let e=this.getItems().length-1,t=this._itemNavigation._currentIndex;return t!==-1&&t===e}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){let e=this.getFirstItem(t=>t._focusable);e&&e.focus()}focusPreviouslyFocusedItem(){let e=this.getPreviouslyFocusedItem();e&&e.focus()}focusFirstSelectedItem(){let e=this.getFirstItem(t=>t.selected&&t._focusable);e&&e.focus()}focusItem(e){this._itemNavigation.setCurrentItem(e),e.focus()}onFocusRequested(e){setTimeout(()=>{this.setPreviouslyFocusedItem(e.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(e){this._forwardingFocus=e}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(e){this._previouslyFocusedItem=e}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(e){let t=this.getItems(),r=null;if(!e)return t.length?t[0]:null;for(let i=0;i<t.length;i++)if(e(t[i])){r=t[i];break}return r}getAfterElement(){return this._afterElement||(this._afterElement=this.shadowRoot.querySelector(`[id="${this._id}-after"]`)),this._afterElement}getBeforeElement(){return this._beforeElement||(this._beforeElement=this.shadowRoot.querySelector(`[id="${this._id}-before"]`)),this._beforeElement}getEndIntersectionObserver(){return this._endIntersectionObserver||(this._endIntersectionObserver=new IntersectionObserver(this.onEndIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._endIntersectionObserver}getStartIntersectionObserver(){return this._startIntersectionObserver||(this._startIntersectionObserver=new IntersectionObserver(this.onStartIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._startIntersectionObserver}};Ae([v()],fe.prototype,"headerText",void 0);Ae([v()],fe.prototype,"footerText",void 0);Ae([v({type:Boolean})],fe.prototype,"indent",void 0);Ae([v()],fe.prototype,"selectionMode",void 0);Ae([v()],fe.prototype,"noDataText",void 0);Ae([v()],fe.prototype,"separators",void 0);Ae([v()],fe.prototype,"growing",void 0);Ae([v()],fe.prototype,"growingButtonText",void 0);Ae([v({type:Boolean})],fe.prototype,"loading",void 0);Ae([v({type:Number})],fe.prototype,"loadingDelay",void 0);Ae([v({type:Boolean})],fe.prototype,"stickyHeader",void 0);Ae([v()],fe.prototype,"accessibleName",void 0);Ae([v({type:Object})],fe.prototype,"accessibilityAttributes",void 0);Ae([v()],fe.prototype,"accessibleNameRef",void 0);Ae([v()],fe.prototype,"accessibleDescription",void 0);Ae([v()],fe.prototype,"accessibleDescriptionRef",void 0);Ae([v({noAttribute:!0})],fe.prototype,"_associatedDescriptionRefTexts",void 0);Ae([v({noAttribute:!0})],fe.prototype,"_associatedLabelsRefTexts",void 0);Ae([v()],fe.prototype,"accessibleRole",void 0);Ae([v({type:Boolean})],fe.prototype,"_inViewport",void 0);Ae([v({type:Boolean})],fe.prototype,"_loadMoreActive",void 0);Ae([v()],fe.prototype,"mediaRange",void 0);Ae([He({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],fe.prototype,"items",void 0);Ae([He()],fe.prototype,"header",void 0);Ae([at("@ui5/webcomponents")],fe,"i18nBundle",void 0);fe=Ar=Ae([ye({tag:"ui5-list",fastNavigation:!0,renderer:it,template:K3,styles:[Y3]}),V("item-click",{bubbles:!0,cancelable:!0}),V("item-close",{bubbles:!0}),V("item-toggle",{bubbles:!0}),V("item-delete",{bubbles:!0}),V("selection-change",{bubbles:!0,cancelable:!0}),V("load-more",{bubbles:!0}),V("item-focused",{bubbles:!0}),V("move-over",{bubbles:!0,cancelable:!0}),V("move",{bubbles:!0})],fe);fe.define();DD=e=>"hasListItems"in e&&e.hasListItems,Ov=fe;zD=ip((e,t)=>{var r=200,i="__lodash_hash_undefined__",o=1,n=2,a=9007199254740991,s="[object Arguments]",l="[object Array]",u="[object AsyncFunction]",_="[object Boolean]",c="[object Date]",h="[object Error]",d="[object Function]",m="[object GeneratorFunction]",w="[object Map]",I="[object Number]",x="[object Null]",B="[object Object]",P="[object Promise]",ce="[object Proxy]",ve="[object RegExp]",ge="[object Set]",St="[object String]",Oe="[object Symbol]",Qe="[object Undefined]",Lt="[object WeakMap]",_e="[object ArrayBuffer]",Le="[object DataView]",pn="[object Float32Array]",yc="[object Float64Array]",wc="[object Int8Array]",Cc="[object Int16Array]",xc="[object Int32Array]",Sc="[object Uint8Array]",kc="[object Uint8ClampedArray]",Tc="[object Uint16Array]",we="[object Uint32Array]",Os=/[\\^$.*+?()[\]{}|]/g,Ic=/^\[object .+?Constructor\]$/,Fr=/^(?:0|[1-9]\d*)$/,me={};me[pn]=me[yc]=me[wc]=me[Cc]=me[xc]=me[Sc]=me[kc]=me[Tc]=me[we]=!0,me[s]=me[l]=me[_e]=me[_]=me[Le]=me[c]=me[h]=me[d]=me[w]=me[I]=me[B]=me[ve]=me[ge]=me[St]=me[Lt]=!1;var Da=typeof global=="object"&&global&&global.Object===Object&&global,Ms=typeof self=="object"&&self&&self.Object===Object&&self,or=Da||Ms||Function("return this")(),za=typeof e=="object"&&e&&!e.nodeType&&e,Ns=za&&typeof t=="object"&&t&&!t.nodeType&&t,Ls=Ns&&Ns.exports===za,Ra=Ls&&Da.process,Fs=(function(){try{return Ra&&Ra.binding&&Ra.binding("util")}catch{}})(),fn=Fs&&Fs.isTypedArray;function Bc(p,b){for(var C=-1,E=p==null?0:p.length,ze=0,q=[];++C<E;){var $e=p[C];b($e,C,p)&&(q[ze++]=$e)}return q}function Ac(p,b){for(var C=-1,E=b.length,ze=p.length;++C<E;)p[ze+C]=b[C];return p}function Ec(p,b){for(var C=-1,E=p==null?0:p.length;++C<E;)if(b(p[C],C,p))return!0;return!1}function Dc(p,b){for(var C=-1,E=Array(p);++C<p;)E[C]=b(C);return E}function zc(p){return function(b){return p(b)}}function vn(p,b){return p.has(b)}function Pa(p,b){return p?.[b]}function $s(p){var b=-1,C=Array(p.size);return p.forEach(function(E,ze){C[++b]=[ze,E]}),C}function Hs(p,b){return function(C){return p(b(C))}}function yr(p){var b=-1,C=Array(p.size);return p.forEach(function(E){C[++b]=E}),C}var yo=Array.prototype,Rc=Function.prototype,wo=Object.prototype,gn=or["__core-js_shared__"],Us=Rc.toString,nr=wo.hasOwnProperty,Vs=(function(){var p=/[^.]+$/.exec(gn&&gn.keys&&gn.keys.IE_PROTO||"");return p?"Symbol(src)_1."+p:""})(),mn=wo.toString,Co=RegExp("^"+Us.call(nr).replace(Os,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),bn=Ls?or.Buffer:void 0,Ni=or.Symbol,yn=or.Uint8Array,Li=wo.propertyIsEnumerable,Pc=yo.splice,si=Ni?Ni.toStringTag:void 0,js=Object.getOwnPropertySymbols,Oc=bn?bn.isBuffer:void 0,Mc=Hs(Object.keys,Object),wn=Fi(or,"DataView"),li=Fi(or,"Map"),wr=Fi(or,"Promise"),Oa=Fi(or,"Set"),Ma=Fi(or,"WeakMap"),xo=Fi(Object,"create"),Nc=y(wn),Lc=y(li),Cr=y(wr),Fc=y(Oa),$c=y(Ma),qs=Ni?Ni.prototype:void 0,Na=qs?qs.valueOf:void 0;function ui(p){var b=-1,C=p==null?0:p.length;for(this.clear();++b<C;){var E=p[b];this.set(E[0],E[1])}}function ci(){this.__data__=xo?xo(null):{},this.size=0}function Hc(p){var b=this.has(p)&&delete this.__data__[p];return this.size-=b?1:0,b}function Uc(p){var b=this.__data__;if(xo){var C=b[p];return C===i?void 0:C}return nr.call(b,p)?b[p]:void 0}function Vc(p){var b=this.__data__;return xo?b[p]!==void 0:nr.call(b,p)}function jc(p,b){var C=this.__data__;return this.size+=this.has(p)?0:1,C[p]=xo&&b===void 0?i:b,this}ui.prototype.clear=ci,ui.prototype.delete=Hc,ui.prototype.get=Uc,ui.prototype.has=Vc,ui.prototype.set=jc;function xr(p){var b=-1,C=p==null?0:p.length;for(this.clear();++b<C;){var E=p[b];this.set(E[0],E[1])}}function Cn(){this.__data__=[],this.size=0}function qc(p){var b=this.__data__,C=di(b,p);return C<0?!1:(C==b.length-1?b.pop():Pc.call(b,C,1),--this.size,!0)}function Gc(p){var b=this.__data__,C=di(b,p);return C<0?void 0:b[C][1]}function Sr(p){return di(this.__data__,p)>-1}function Wc(p,b){var C=this.__data__,E=di(C,p);return E<0?(++this.size,C.push([p,b])):C[E][1]=b,this}xr.prototype.clear=Cn,xr.prototype.delete=qc,xr.prototype.get=Gc,xr.prototype.has=Sr,xr.prototype.set=Wc;function _i(p){var b=-1,C=p==null?0:p.length;for(this.clear();++b<C;){var E=p[b];this.set(E[0],E[1])}}function Zc(){this.size=0,this.__data__={hash:new ui,map:new(li||xr),string:new ui}}function Kc(p){var b=So(this,p).delete(p);return this.size-=b?1:0,b}function Xc(p){return So(this,p).get(p)}function Yc(p){return So(this,p).has(p)}function xn(p,b){var C=So(this,p),E=C.size;return C.set(p,b),this.size+=C.size==E?0:1,this}_i.prototype.clear=Zc,_i.prototype.delete=Kc,_i.prototype.get=Xc,_i.prototype.has=Yc,_i.prototype.set=xn;function Sn(p){var b=-1,C=p==null?0:p.length;for(this.__data__=new _i;++b<C;)this.add(p[b])}function Gs(p){return this.__data__.set(p,i),this}function Qc(p){return this.__data__.has(p)}Sn.prototype.add=Sn.prototype.push=Gs,Sn.prototype.has=Qc;function $r(p){var b=this.__data__=new xr(p);this.size=b.size}function Jc(){this.__data__=new xr,this.size=0}function e_(p){var b=this.__data__,C=b.delete(p);return this.size=b.size,C}function t_(p){return this.__data__.get(p)}function Ws(p){return this.__data__.has(p)}function r_(p,b){var C=this.__data__;if(C instanceof xr){var E=C.__data__;if(!li||E.length<r-1)return E.push([p,b]),this.size=++C.size,this;C=this.__data__=new _i(E)}return C.set(p,b),this.size=C.size,this}$r.prototype.clear=Jc,$r.prototype.delete=e_,$r.prototype.get=t_,$r.prototype.has=Ws,$r.prototype.set=r_;function i_(p,b){var C=X(p),E=!C&&z(p),ze=!C&&!E&&Fe(p),q=!C&&!E&&!ze&&kt(p),$e=C||E||ze||q,ft=$e?Dc(p.length,String):[],Tt=ft.length;for(var Se in p)(b||nr.call(p,Se))&&!($e&&(Se=="length"||ze&&(Se=="offset"||Se=="parent")||q&&(Se=="buffer"||Se=="byteLength"||Se=="byteOffset")||La(Se,Tt)))&&ft.push(Se);return ft}function di(p,b){for(var C=p.length;C--;)if(T(p[C][0],b))return C;return-1}function o_(p,b,C){var E=b(p);return X(p)?E:Ac(E,C(p))}function ar(p){return p==null?p===void 0?Qe:x:si&&si in Object(p)?Xs(p):f(p)}function kr(p){return pt(p)&&ar(p)==s}function Zs(p,b,C,E,ze){return p===b?!0:p==null||b==null||!pt(p)&&!pt(b)?p!==p&&b!==b:n_(p,b,C,E,Zs,ze)}function n_(p,b,C,E,ze,q){var $e=X(p),ft=X(b),Tt=$e?l:Yt(p),Se=ft?l:Yt(b);Tt=Tt==s?B:Tt,Se=Se==s?B:Se;var Je=Tt==B,hi=Se==B,sr=Tt==Se;if(sr&&Fe(p)){if(!Fe(b))return!1;$e=!0,Je=!1}if(sr&&!Je)return q||(q=new $r),$e||kt(p)?Hr(p,b,C,E,ze,q):Ks(p,b,Tt,C,E,ze,q);if(!(C&o)){var Qt=Je&&nr.call(p,"__wrapped__"),lr=hi&&nr.call(b,"__wrapped__");if(Qt||lr){var pi=Qt?p.value():p,ko=lr?b.value():b;return q||(q=new $r),ze(pi,ko,C,E,q)}}return sr?(q||(q=new $r),u_(p,b,C,E,ze,q)):!1}function a_(p){return!De(p)||__(p)?!1:(Me(p)?Co:Ic).test(y(p))}function s_(p){return pt(p)&&Re(p.length)&&!!me[ar(p)]}function l_(p){if(!Fa(p))return Mc(p);var b=[];for(var C in Object(p))nr.call(p,C)&&C!="constructor"&&b.push(C);return b}function Hr(p,b,C,E,ze,q){var $e=C&o,ft=p.length,Tt=b.length;if(ft!=Tt&&!($e&&Tt>ft))return!1;var Se=q.get(p);if(Se&&q.get(b))return Se==b;var Je=-1,hi=!0,sr=C&n?new Sn:void 0;for(q.set(p,b),q.set(b,p);++Je<ft;){var Qt=p[Je],lr=b[Je];if(E)var pi=$e?E(lr,Qt,Je,b,p,q):E(Qt,lr,Je,p,b,q);if(pi!==void 0){if(pi)continue;hi=!1;break}if(sr){if(!Ec(b,function(ko,To){if(!vn(sr,To)&&(Qt===ko||ze(Qt,ko,C,E,q)))return sr.push(To)})){hi=!1;break}}else if(!(Qt===lr||ze(Qt,lr,C,E,q))){hi=!1;break}}return q.delete(p),q.delete(b),hi}function Ks(p,b,C,E,ze,q,$e){switch(C){case Le:if(p.byteLength!=b.byteLength||p.byteOffset!=b.byteOffset)return!1;p=p.buffer,b=b.buffer;case _e:return!(p.byteLength!=b.byteLength||!q(new yn(p),new yn(b)));case _:case c:case I:return T(+p,+b);case h:return p.name==b.name&&p.message==b.message;case ve:case St:return p==b+"";case w:var ft=$s;case ge:var Tt=E&o;if(ft||(ft=yr),p.size!=b.size&&!Tt)return!1;var Se=$e.get(p);if(Se)return Se==b;E|=n,$e.set(p,b);var Je=Hr(ft(p),ft(b),E,ze,q,$e);return $e.delete(p),Je;case Oe:if(Na)return Na.call(p)==Na.call(b)}return!1}function u_(p,b,C,E,ze,q){var $e=C&o,ft=kn(p),Tt=ft.length;if(Tt!=kn(b).length&&!$e)return!1;for(var Se=Tt;Se--;){var Je=ft[Se];if(!($e?Je in b:nr.call(b,Je)))return!1}var hi=q.get(p);if(hi&&q.get(b))return hi==b;var sr=!0;q.set(p,b),q.set(b,p);for(var Qt=$e;++Se<Tt;){Je=ft[Se];var lr=p[Je],pi=b[Je];if(E)var ko=$e?E(pi,lr,Je,b,p,q):E(lr,pi,Je,p,b,q);if(!(ko===void 0?lr===pi||ze(lr,pi,C,E,q):ko)){sr=!1;break}Qt||(Qt=Je=="constructor")}if(sr&&!Qt){var To=p.constructor,Qs=b.constructor;To!=Qs&&"constructor"in p&&"constructor"in b&&!(typeof To=="function"&&To instanceof To&&typeof Qs=="function"&&Qs instanceof Qs)&&(sr=!1)}return q.delete(p),q.delete(b),sr}function kn(p){return o_(p,Ft,Ys)}function So(p,b){var C=p.__data__;return c_(b)?C[typeof b=="string"?"string":"hash"]:C.map}function Fi(p,b){var C=Pa(p,b);return a_(C)?C:void 0}function Xs(p){var b=nr.call(p,si),C=p[si];try{p[si]=void 0;var E=!0}catch{}var ze=mn.call(p);return E&&(b?p[si]=C:delete p[si]),ze}var Ys=js?function(p){return p==null?[]:(p=Object(p),Bc(js(p),function(b){return Li.call(p,b)}))}:qt,Yt=ar;(wn&&Yt(new wn(new ArrayBuffer(1)))!=Le||li&&Yt(new li)!=w||wr&&Yt(wr.resolve())!=P||Oa&&Yt(new Oa)!=ge||Ma&&Yt(new Ma)!=Lt)&&(Yt=function(p){var b=ar(p),C=b==B?p.constructor:void 0,E=C?y(C):"";if(E)switch(E){case Nc:return Le;case Lc:return w;case Cr:return P;case Fc:return ge;case $c:return Lt}return b});function La(p,b){return b=b??a,!!b&&(typeof p=="number"||Fr.test(p))&&p>-1&&p%1==0&&p<b}function c_(p){var b=typeof p;return b=="string"||b=="number"||b=="symbol"||b=="boolean"?p!=="__proto__":p===null}function __(p){return!!Vs&&Vs in p}function Fa(p){var b=p&&p.constructor;return p===(typeof b=="function"&&b.prototype||wo)}function f(p){return mn.call(p)}function y(p){if(p!=null){try{return Us.call(p)}catch{}try{return p+""}catch{}}return""}function T(p,b){return p===b||p!==p&&b!==b}var z=kr((function(){return arguments})())?kr:function(p){return pt(p)&&nr.call(p,"callee")&&!Li.call(p,"callee")},X=Array.isArray;function F(p){return p!=null&&Re(p.length)&&!Me(p)}var Fe=Oc||Tr;function Ee(p,b){return Zs(p,b)}function Me(p){if(!De(p))return!1;var b=ar(p);return b==d||b==m||b==u||b==ce}function Re(p){return typeof p=="number"&&p>-1&&p%1==0&&p<=a}function De(p){var b=typeof p;return p!=null&&(b=="object"||b=="function")}function pt(p){return p!=null&&typeof p=="object"}var kt=fn?zc(fn):s_;function Ft(p){return F(p)?i_(p):l_(p)}function qt(){return[]}function Tr(){return!1}t.exports=Ee}),RD=ip((e,t)=>{(function(r,i){typeof e=="object"&&typeof t=="object"?t.exports=i():typeof define=="function"&&define.amd?define([],i):typeof e=="object"?e["LuigiPlugin-auth-oauth2"]=i():r["LuigiPlugin-auth-oauth2"]=i()})(self,()=>(()=>{"use strict";var r={d:(h,d)=>{for(var m in d)r.o(d,m)&&!r.o(h,m)&&Object.defineProperty(h,m,{enumerable:!0,get:d[m]})},o:(h,d)=>Object.prototype.hasOwnProperty.call(h,d)},i={};function o(h,d){if(!(h instanceof d))throw new TypeError("Cannot call a class as a function")}function n(h){return n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(d){return typeof d}:function(d){return d&&typeof Symbol=="function"&&d.constructor===Symbol&&d!==Symbol.prototype?"symbol":typeof d},n(h)}function a(h){var d=(function(m){if(n(m)!="object"||!m)return m;var w=m[Symbol.toPrimitive];if(w!==void 0){var I=w.call(m,"string");if(n(I)!="object")return I;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(m)})(h);return n(d)=="symbol"?d:d+""}function s(h,d){for(var m=0;m<d.length;m++){var w=d[m];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(h,a(w.key),w)}}function l(h,d,m){return d&&s(h.prototype,d),m&&s(h,m),Object.defineProperty(h,"prototype",{writable:!1}),h}function u(h,d,m){return(d=a(d))in h?Object.defineProperty(h,d,{value:m,enumerable:!0,configurable:!0,writable:!0}):h[d]=m,h}r.d(i,{default:()=>c});var _=new((function(){return l(function h(){o(this,h)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(h){return h&&{}.toString.call(h)==="[object Function]"}},{key:"isPromise",value:function(h){return h&&this.isFunction(h.then)}},{key:"isObject",value:function(h){return h&&n(h)==="object"&&!Array.isArray(h)}},{key:"deepMerge",value:function(h){for(var d=arguments.length,m=new Array(d>1?d-1:0),w=1;w<d;w++)m[w-1]=arguments[w];if(!m.length)return h;var I=m.shift();if(this.isObject(h)&&this.isObject(I))for(var x in I)this.isObject(I[x])?(h[x]||Object.assign(h,u({},x,{})),this.deepMerge(h[x],I[x])):Object.assign(h,u({},x,I[x]));return this.deepMerge.apply(this,[h].concat(m))}},{key:"prependOrigin",value:function(h){if(h.startsWith("http"))return h;var d=h.startsWith("/");return h.length?window.location.origin+(d?"":"/")+h:window.location.origin}}])})()),c=(function(){return l(function h(){var d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};o(this,h);var m={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},w=_.deepMerge(m,d);this.settings=w},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(h){var d=h.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(d))}},{key:"userInfo",value:function(){var h=this;return new Promise(function(d,m){var w=h.getAuthData(),I=h.parseIdToken(w.idToken);d({email:I.email?I.email:"",name:I.name?I.name:""})})}},{key:"login",value:function(){var h=this;return new Promise(function(d,m){var w=h.settings,I=w.nonceFn&&w.nonceFn()||h.generateNonce();sessionStorage.setItem("luigi.nonceValue",I),w.oAuthData.nonce||(w.oAuthData.nonce=I);var x=function(ve,ge){return Object.assign(document.createElement("input"),{name:ve,id:ve,value:ge,type:"hidden"})},B=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:w.authorizeUrl,method:w.authorizeMethod,target:"_self"});for(var P in w.oAuthData.redirect_uri="".concat(_.prependOrigin(w.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),w.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+I),w.oAuthData){var ce=x(P,w.oAuthData[P]);B.appendChild(ce.cloneNode())}document.getElementsByTagName("body")[0].appendChild(B),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(ve){console.info("load, e",ve,h)})})}},{key:"logout",value:function(h,d){var m=this.settings,w="".concat(m.logoutUrl,"?id_token_hint=").concat(h.idToken,"&client_id=").concat(m.oAuthData.client_id,"&post_logout_redirect_uri=").concat(_.prependOrigin(m.post_logout_redirect_uri));d&&d(),setTimeout(function(){window.location.href=w})}},{key:"setTokenExpirationAction",value:function(){var h=this;this.expirationCheckIntervalInstance=setInterval(function(){var d=h.getAuthData();if(!d)return clearInterval(h.expirationCheckIntervalInstance);if((d&&d.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(h.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var m="".concat(h.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(_.prependOrigin(h.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",h.settings,void 0,m)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var h=this,d=1e3*this.settings.accessTokenExpiringNotificationTime,m=1e3*this.settings.expirationCheckInterval,w=this.getAuthData();w&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(w&&w.accessTokenExpirationDate||0)-new Date().getTime()<d&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",h.settings),clearInterval(h.expirationSoonCheckIntervalInstance))},m))}},{key:"generateNonce",value:function(){var h=window.crypto;return Array.from(h.getRandomValues(new Uint8Array(20))).map(function(d){for(;d>=61*Math.floor(256/61);)d=h.getRandomValues(new Uint8Array(1))[0];return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[d%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}])})();return i.default})())}),PD=ip((e,t)=>{var r=200,i="__lodash_hash_undefined__",o=1,n=2,a=9007199254740991,s="[object Arguments]",l="[object Array]",u="[object Boolean]",_="[object Date]",c="[object Error]",h="[object Function]",d="[object GeneratorFunction]",m="[object Map]",w="[object Number]",I="[object Object]",x="[object Promise]",B="[object RegExp]",P="[object Set]",ce="[object String]",ve="[object Symbol]",ge="[object WeakMap]",St="[object ArrayBuffer]",Oe="[object DataView]",Qe="[object Float32Array]",Lt="[object Float64Array]",_e="[object Int8Array]",Le="[object Int16Array]",pn="[object Int32Array]",yc="[object Uint8Array]",wc="[object Uint8ClampedArray]",Cc="[object Uint16Array]",xc="[object Uint32Array]",Sc=/[\\^$.*+?()[\]{}|]/g,kc=/^\[object .+?Constructor\]$/,Tc=/^(?:0|[1-9]\d*)$/,we={};we[Qe]=we[Lt]=we[_e]=we[Le]=we[pn]=we[yc]=we[wc]=we[Cc]=we[xc]=!0,we[s]=we[l]=we[St]=we[u]=we[Oe]=we[_]=we[c]=we[h]=we[m]=we[w]=we[I]=we[B]=we[P]=we[ce]=we[ge]=!1;var Os=typeof global=="object"&&global&&global.Object===Object&&global,Ic=typeof self=="object"&&self&&self.Object===Object&&self,Fr=Os||Ic||Function("return this")(),me=typeof e=="object"&&e&&!e.nodeType&&e,Da=me&&typeof t=="object"&&t&&!t.nodeType&&t,Ms=Da&&Da.exports===me&&Os.process,or=(function(){try{return Ms&&Ms.binding("util")}catch{}})(),za=or&&or.isTypedArray;function Ns(f,y){for(var T=-1,z=f?f.length:0;++T<z;)if(y(f[T],T,f))return!0;return!1}function Ls(f,y){for(var T=-1,z=Array(f);++T<f;)z[T]=y(T);return z}function Ra(f){return function(y){return f(y)}}function Fs(f,y){return f?.[y]}function fn(f){var y=!1;if(f!=null&&typeof f.toString!="function")try{y=!!(f+"")}catch{}return y}function Bc(f){var y=-1,T=Array(f.size);return f.forEach(function(z,X){T[++y]=[X,z]}),T}function Ac(f,y){return function(T){return f(y(T))}}function Ec(f){var y=-1,T=Array(f.size);return f.forEach(function(z){T[++y]=z}),T}var Dc=Array.prototype,zc=Function.prototype,vn=Object.prototype,Pa=Fr["__core-js_shared__"],$s=(function(){var f=/[^.]+$/.exec(Pa&&Pa.keys&&Pa.keys.IE_PROTO||"");return f?"Symbol(src)_1."+f:""})(),Hs=zc.toString,yr=vn.hasOwnProperty,yo=vn.toString,Rc=RegExp("^"+Hs.call(yr).replace(Sc,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),wo=Fr.Symbol,gn=Fr.Uint8Array,Us=vn.propertyIsEnumerable,nr=Dc.splice,Vs=Ac(Object.keys,Object),mn=ar(Fr,"DataView"),Co=ar(Fr,"Map"),bn=ar(Fr,"Promise"),Ni=ar(Fr,"Set"),yn=ar(Fr,"WeakMap"),Li=ar(Object,"create"),Pc=Hr(mn),si=Hr(Co),js=Hr(bn),Oc=Hr(Ni),Mc=Hr(yn),wn=wo?wo.prototype:void 0,li=wn?wn.valueOf:void 0;function wr(f){var y=-1,T=f?f.length:0;for(this.clear();++y<T;){var z=f[y];this.set(z[0],z[1])}}function Oa(){this.__data__=Li?Li(null):{}}function Ma(f){return this.has(f)&&delete this.__data__[f]}function xo(f){var y=this.__data__;if(Li){var T=y[f];return T===i?void 0:T}return yr.call(y,f)?y[f]:void 0}function Nc(f){var y=this.__data__;return Li?y[f]!==void 0:yr.call(y,f)}function Lc(f,y){var T=this.__data__;return T[f]=Li&&y===void 0?i:y,this}wr.prototype.clear=Oa,wr.prototype.delete=Ma,wr.prototype.get=xo,wr.prototype.has=Nc,wr.prototype.set=Lc;function Cr(f){var y=-1,T=f?f.length:0;for(this.clear();++y<T;){var z=f[y];this.set(z[0],z[1])}}function Fc(){this.__data__=[]}function $c(f){var y=this.__data__,T=xn(y,f);return T<0?!1:(T==y.length-1?y.pop():nr.call(y,T,1),!0)}function qs(f){var y=this.__data__,T=xn(y,f);return T<0?void 0:y[T][1]}function Na(f){return xn(this.__data__,f)>-1}function ui(f,y){var T=this.__data__,z=xn(T,f);return z<0?T.push([f,y]):T[z][1]=y,this}Cr.prototype.clear=Fc,Cr.prototype.delete=$c,Cr.prototype.get=qs,Cr.prototype.has=Na,Cr.prototype.set=ui;function ci(f){var y=-1,T=f?f.length:0;for(this.clear();++y<T;){var z=f[y];this.set(z[0],z[1])}}function Hc(){this.__data__={hash:new wr,map:new(Co||Cr),string:new wr}}function Uc(f){return di(this,f).delete(f)}function Vc(f){return di(this,f).get(f)}function jc(f){return di(this,f).has(f)}function xr(f,y){return di(this,f).set(f,y),this}ci.prototype.clear=Hc,ci.prototype.delete=Uc,ci.prototype.get=Vc,ci.prototype.has=jc,ci.prototype.set=xr;function Cn(f){var y=-1,T=f?f.length:0;for(this.__data__=new ci;++y<T;)this.add(f[y])}function qc(f){return this.__data__.set(f,i),this}function Gc(f){return this.__data__.has(f)}Cn.prototype.add=Cn.prototype.push=qc,Cn.prototype.has=Gc;function Sr(f){this.__data__=new Cr(f)}function Wc(){this.__data__=new Cr}function _i(f){return this.__data__.delete(f)}function Zc(f){return this.__data__.get(f)}function Kc(f){return this.__data__.has(f)}function Xc(f,y){var T=this.__data__;if(T instanceof Cr){var z=T.__data__;if(!Co||z.length<r-1)return z.push([f,y]),this;T=this.__data__=new ci(z)}return T.set(f,y),this}Sr.prototype.clear=Wc,Sr.prototype.delete=_i,Sr.prototype.get=Zc,Sr.prototype.has=Kc,Sr.prototype.set=Xc;function Yc(f,y){var T=kn(f)||u_(f)?Ls(f.length,String):[],z=T.length,X=!!z;for(var F in f)(y||yr.call(f,F))&&!(X&&(F=="length"||Zs(F,z)))&&T.push(F);return T}function xn(f,y){for(var T=f.length;T--;)if(Ks(f[T][0],y))return T;return-1}function Sn(f){return yo.call(f)}function Gs(f,y,T,z,X){return f===y?!0:f==null||y==null||!Yt(f)&&!La(y)?f!==f&&y!==y:Qc(f,y,Gs,T,z,X)}function Qc(f,y,T,z,X,F){var Fe=kn(f),Ee=kn(y),Me=l,Re=l;Fe||(Me=kr(f),Me=Me==s?I:Me),Ee||(Re=kr(y),Re=Re==s?I:Re);var De=Me==I&&!fn(f),pt=Re==I&&!fn(y),kt=Me==Re;if(kt&&!De)return F||(F=new Sr),Fe||__(f)?Ws(f,y,T,z,X,F):r_(f,y,Me,T,z,X,F);if(!(X&n)){var Ft=De&&yr.call(f,"__wrapped__"),qt=pt&&yr.call(y,"__wrapped__");if(Ft||qt){var Tr=Ft?f.value():f,p=qt?y.value():y;return F||(F=new Sr),T(Tr,p,z,X,F)}}return kt?(F||(F=new Sr),i_(f,y,T,z,X,F)):!1}function $r(f,y,T,z){var X=T.length,F=X,Fe=!z;if(f==null)return!F;for(f=Object(f);X--;){var Ee=T[X];if(Fe&&Ee[2]?Ee[1]!==f[Ee[0]]:!(Ee[0]in f))return!1}for(;++X<F;){Ee=T[X];var Me=Ee[0],Re=f[Me],De=Ee[1];if(Fe&&Ee[2]){if(Re===void 0&&!(Me in f))return!1}else{var pt=new Sr;if(z)var kt=z(Re,De,Me,f,y,pt);if(!(kt===void 0?Gs(De,Re,z,3,pt):kt))return!1}}return!0}function Jc(f){return!Yt(f)||a_(f)?!1:(Xs(f)||fn(f)?Rc:kc).test(Hr(f))}function e_(f){return La(f)&&Ys(f.length)&&!!we[yo.call(f)]}function t_(f){if(!s_(f))return Vs(f);var y=[];for(var T in Object(f))yr.call(f,T)&&T!="constructor"&&y.push(T);return y}function Ws(f,y,T,z,X,F){var Fe=X&n,Ee=f.length,Me=y.length;if(Ee!=Me&&!(Fe&&Me>Ee))return!1;var Re=F.get(f);if(Re&&F.get(y))return Re==y;var De=-1,pt=!0,kt=X&o?new Cn:void 0;for(F.set(f,y),F.set(y,f);++De<Ee;){var Ft=f[De],qt=y[De];if(z)var Tr=Fe?z(qt,Ft,De,y,f,F):z(Ft,qt,De,f,y,F);if(Tr!==void 0){if(Tr)continue;pt=!1;break}if(kt){if(!Ns(y,function(p,b){if(!kt.has(b)&&(Ft===p||T(Ft,p,z,X,F)))return kt.add(b)})){pt=!1;break}}else if(!(Ft===qt||T(Ft,qt,z,X,F))){pt=!1;break}}return F.delete(f),F.delete(y),pt}function r_(f,y,T,z,X,F,Fe){switch(T){case Oe:if(f.byteLength!=y.byteLength||f.byteOffset!=y.byteOffset)return!1;f=f.buffer,y=y.buffer;case St:return!(f.byteLength!=y.byteLength||!z(new gn(f),new gn(y)));case u:case _:case w:return Ks(+f,+y);case c:return f.name==y.name&&f.message==y.message;case B:case ce:return f==y+"";case m:var Ee=Bc;case P:var Me=F&n;if(Ee||(Ee=Ec),f.size!=y.size&&!Me)return!1;var Re=Fe.get(f);if(Re)return Re==y;F|=o,Fe.set(f,y);var De=Ws(Ee(f),Ee(y),z,X,F,Fe);return Fe.delete(f),De;case ve:if(li)return li.call(f)==li.call(y)}return!1}function i_(f,y,T,z,X,F){var Fe=X&n,Ee=Fa(f),Me=Ee.length;if(Me!=Fa(y).length&&!Fe)return!1;for(var Re=Me;Re--;){var De=Ee[Re];if(!(Fe?De in y:yr.call(y,De)))return!1}var pt=F.get(f);if(pt&&F.get(y))return pt==y;var kt=!0;F.set(f,y),F.set(y,f);for(var Ft=Fe;++Re<Me;){De=Ee[Re];var qt=f[De],Tr=y[De];if(z)var p=Fe?z(Tr,qt,De,y,f,F):z(qt,Tr,De,f,y,F);if(!(p===void 0?qt===Tr||T(qt,Tr,z,X,F):p)){kt=!1;break}Ft||(Ft=De=="constructor")}if(kt&&!Ft){var b=f.constructor,C=y.constructor;b!=C&&"constructor"in f&&"constructor"in y&&!(typeof b=="function"&&b instanceof b&&typeof C=="function"&&C instanceof C)&&(kt=!1)}return F.delete(f),F.delete(y),kt}function di(f,y){var T=f.__data__;return n_(y)?T[typeof y=="string"?"string":"hash"]:T.map}function o_(f){for(var y=Fa(f),T=y.length;T--;){var z=y[T],X=f[z];y[T]=[z,X,l_(X)]}return y}function ar(f,y){var T=Fs(f,y);return Jc(T)?T:void 0}var kr=Sn;(mn&&kr(new mn(new ArrayBuffer(1)))!=Oe||Co&&kr(new Co)!=m||bn&&kr(bn.resolve())!=x||Ni&&kr(new Ni)!=P||yn&&kr(new yn)!=ge)&&(kr=function(f){var y=yo.call(f),T=y==I?f.constructor:void 0,z=T?Hr(T):void 0;if(z)switch(z){case Pc:return Oe;case si:return m;case js:return x;case Oc:return P;case Mc:return ge}return y});function Zs(f,y){return y=y??a,!!y&&(typeof f=="number"||Tc.test(f))&&f>-1&&f%1==0&&f<y}function n_(f){var y=typeof f;return y=="string"||y=="number"||y=="symbol"||y=="boolean"?f!=="__proto__":f===null}function a_(f){return!!$s&&$s in f}function s_(f){var y=f&&f.constructor;return f===(typeof y=="function"&&y.prototype||vn)}function l_(f){return f===f&&!Yt(f)}function Hr(f){if(f!=null){try{return Hs.call(f)}catch{}try{return f+""}catch{}}return""}function Ks(f,y){return f===y||f!==f&&y!==y}function u_(f){return Fi(f)&&yr.call(f,"callee")&&(!Us.call(f,"callee")||yo.call(f)==s)}var kn=Array.isArray;function So(f){return f!=null&&Ys(f.length)&&!Xs(f)}function Fi(f){return La(f)&&So(f)}function Xs(f){var y=Yt(f)?yo.call(f):"";return y==h||y==d}function Ys(f){return typeof f=="number"&&f>-1&&f%1==0&&f<=a}function Yt(f){var y=typeof f;return!!f&&(y=="object"||y=="function")}function La(f){return!!f&&typeof f=="object"}function c_(f,y){return f===y||$r(f,y,o_(y))}var __=za?Ra(za):e_;function Fa(f){return So(f)?Yc(f):t_(f)}t.exports=c_}),Ht=null,Fl=!1,qo=1,OD=null,Jt=Symbol("SIGNAL");wa={version:0,lastCleanEpoch:0,dirty:!1,producers:void 0,producersTail:void 0,consumers:void 0,consumersTail:void 0,recomputing:!1,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};Un=Symbol("UNSET"),Vn=Symbol("COMPUTING"),wi=Symbol("ERRORED"),UD=te(D({},wa),{value:Un,dirty:!0,error:null,equal:Up,kind:"computed",producerMustRecompute(e){return e.value===Un||e.value===Vn},producerRecomputeValue(e){if(e.value===Vn)throw new Error("");let t=e.value;e.value=Vn;let r=fs(e),i,o=!1;try{i=e.computation(),M(null),o=t!==Un&&t!==wi&&i!==wi&&e.equal(t,i)}catch(n){i=wi,e.error=n}finally{ic(e,r)}if(o){e.value=t;return}e.value=i,e.version++}});E1=VD;qD=null;R1=te(D({},wa),{equal:Up,value:void 0,kind:"signal"});KD=te(D({},wa),{consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"});YD=Symbol("NotFound");JD=te(D({},wa),{value:Un,dirty:!0,error:null,equal:Up,kind:"linkedSignal",producerMustRecompute(e){return e.value===Un||e.value===Vn},producerRecomputeValue(e){if(e.value===Vn)throw new Error("");let t=e.value;e.value=Vn;let r=fs(e),i,o=!1;try{let n=e.source(),a=t!==Un&&t!==wi,s=a?{source:e.sourceValue,value:t}:void 0;i=e.computation(n,s),e.sourceValue=n,M(null),o=a&&i!==wi&&e.equal(t,i)}catch(n){i=wi,e.error=n}finally{ic(e,r)}if(o){e.value=t;return}e.value=i,e.version++}});td=jp(e=>function(t){e(this),this.message=t?`${t.length} errors occurred during unsubscription:
|
|
84
|
+
${t.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
|
|
85
|
+
`)}`:"",this.name="UnsubscriptionError",this.errors=t});Si=class ah{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:r}=this;if(r)if(this._parentage=null,Array.isArray(r))for(let n of r)n.remove(this);else r.remove(this);let{initialTeardown:i}=this;if(je(i))try{i()}catch(n){t=n instanceof td?n.errors:[n]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let n of o)try{hm(n)}catch(a){t=t??[],a instanceof td?t=[...t,...a.errors]:t.push(a)}}if(t)throw new td(t)}}add(t){var r;if(t&&t!==this)if(this.closed)hm(t);else{if(t instanceof ah){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}}_hasParent(t){let{_parentage:r}=this;return r===t||Array.isArray(r)&&r.includes(t)}_addParent(t){let{_parentage:r}=this;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t}_removeParent(t){let{_parentage:r}=this;r===t?this._parentage=null:Array.isArray(r)&&nh(r,t)}remove(t){let{_finalizers:r}=this;r&&nh(r,t),t instanceof ah&&t._removeParent(this)}};Si.EMPTY=(()=>{let e=new Si;return e.closed=!0,e})();O1=Si.EMPTY;nn={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},su={setTimeout(e,t,...r){let{delegate:i}=su;return i?.setTimeout?i.setTimeout(e,t,...r):setTimeout(e,t,...r)},clearTimeout(e){let{delegate:t}=su;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};t7=qp("C",void 0,void 0);Uo=null;Gp=class extends Si{constructor(e){super(),this.isStopped=!1,e?(this.destination=e,M1(e)&&e.add(this)):this.destination=l7}static create(e,t,r){return new lh(e,t,r)}next(e){this.isStopped?id(i7(e),this):this._next(e)}error(e){this.isStopped?id(r7(e),this):(this.isStopped=!0,this._error(e))}complete(){this.isStopped?id(t7,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(e){this.destination.next(e)}_error(e){try{this.destination.error(e)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},n7=Function.prototype.bind;a7=class{constructor(e){this.partialObserver=e}next(e){let{partialObserver:t}=this;if(t.next)try{t.next(e)}catch(r){fl(r)}}error(e){let{partialObserver:t}=this;if(t.error)try{t.error(e)}catch(r){fl(r)}else fl(e)}complete(){let{partialObserver:e}=this;if(e.complete)try{e.complete()}catch(t){fl(t)}}},lh=class extends Gp{constructor(e,t,r){super();let i;if(je(e)||!e)i={next:e??void 0,error:t??void 0,complete:r??void 0};else{let o;this&&nn.useDeprecatedNextContext?(o=Object.create(e),o.unsubscribe=()=>this.unsubscribe(),i={next:e.next&&rd(e.next,o),error:e.error&&rd(e.error,o),complete:e.complete&&rd(e.complete,o)}):i=e}this.destination=new a7(i)}};l7={closed:!0,next:sh,error:s7,complete:sh},Wp=typeof Symbol=="function"&&Symbol.observable||"@@observable";dt=class L1{constructor(t){t&&(this._subscribe=t)}lift(t){let r=new L1;return r.source=this,r.operator=t,r}subscribe(t,r,i){let o=_7(t)?t:new lh(t,r,i);return $l(()=>{let{operator:n,source:a}=this;o.add(n?n.call(o,a):a?this._subscribe(o):this._trySubscribe(o))}),o}_trySubscribe(t){try{return this._subscribe(t)}catch(r){t.error(r)}}forEach(t,r){return r=pm(r),new r((i,o)=>{let n=new lh({next:a=>{try{t(a)}catch(s){o(s),n.unsubscribe()}},error:o,complete:i});this.subscribe(n)})}_subscribe(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)}[Wp](){return this}pipe(...t){return u7(t)(this)}toPromise(t){return t=pm(t),new t((r,i)=>{let o;this.subscribe(n=>o=n,n=>i(n),()=>r(o))})}};dt.create=e=>new dt(e);h7=class extends Gp{constructor(e,t,r,i,o,n){super(e),this.onFinalize=o,this.shouldUnsubscribe=n,this._next=t?function(a){try{t(a)}catch(s){e.error(s)}}:super._next,this._error=i?function(a){try{i(a)}catch(s){e.error(s)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){e.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:t}=this;super.unsubscribe(),!t&&((e=this.onFinalize)===null||e===void 0||e.call(this))}}},p7=jp(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}),an=class extends dt{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(e){let t=new F1(this,this);return t.operator=e,t}_throwIfClosed(){if(this.closed)throw new p7}next(e){$l(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let t of this.currentObservers)t.next(e)}})}error(e){$l(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=e;let{observers:t}=this;for(;t.length;)t.shift().error(e)}})}complete(){$l(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:e}=this;for(;e.length;)e.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0}_trySubscribe(e){return this._throwIfClosed(),super._trySubscribe(e)}_subscribe(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)}_innerSubscribe(e){let{hasError:t,isStopped:r,observers:i}=this;return t||r?O1:(this.currentObservers=null,i.push(e),new Si(()=>{this.currentObservers=null,nh(i,e)}))}_checkFinalizedStatuses(e){let{hasError:t,thrownError:r,isStopped:i}=this;t?e.error(r):i&&e.complete()}asObservable(){let e=new dt;return e.source=this,e}};an.create=(e,t)=>new F1(e,t);F1=class extends an{constructor(e,t){super(),this.destination=e,this.source=t}next(e){var t,r;(r=(t=this.destination)===null||t===void 0?void 0:t.next)===null||r===void 0||r.call(t,e)}error(e){var t,r;(r=(t=this.destination)===null||t===void 0?void 0:t.error)===null||r===void 0||r.call(t,e)}complete(){var e,t;(t=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||t===void 0||t.call(e)}_subscribe(e){var t,r;return(r=(t=this.source)===null||t===void 0?void 0:t.subscribe(e))!==null&&r!==void 0?r:O1}},f7=class extends an{constructor(e){super(),this._value=e}get value(){return this.getValue()}_subscribe(e){let t=super._subscribe(e);return!t.closed&&e.next(this._value),t}getValue(){let{hasError:e,thrownError:t,_value:r}=this;if(e)throw t;return this._throwIfClosed(),r}next(e){super.next(this._value=e)}},$1={now(){return($1.delegate||Date).now()},delegate:void 0},H1=class extends an{constructor(e=1/0,t=1/0,r=$1){super(),this._bufferSize=e,this._windowTime=t,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=t===1/0,this._bufferSize=Math.max(1,e),this._windowTime=Math.max(1,t)}next(e){let{isStopped:t,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:n}=this;t||(r.push(e),!i&&r.push(o.now()+n)),this._trimBuffer(),super.next(e)}_subscribe(e){this._throwIfClosed(),this._trimBuffer();let t=this._innerSubscribe(e),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let n=0;n<o.length&&!e.closed;n+=r?1:2)e.next(o[n]);return this._checkFinalizedStatuses(e),t}_trimBuffer(){let{_bufferSize:e,_timestampProvider:t,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*e;if(e<1/0&&o<r.length&&r.splice(0,r.length-o),!i){let n=t.now(),a=0;for(let s=1;s<r.length&&r[s]<=n;s+=2)a=s;a&&r.splice(0,a+1)}}},v7=new dt(e=>e.complete());V1=(e=>e&&typeof e.length=="number"&&typeof e!="function");Z1=x7();N7=jp(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});({isArray:F7}=Array);({isArray:U7}=Array),{getPrototypeOf:V7,prototype:j7,keys:q7}=Object;ry="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss",$=class extends Error{code;constructor(e,t){super(iy(e,t)),this.code=e}};sz=Ce({__forward_ref__:Ce});sy=Ce({\u0275prov:Ce}),mm=Ce({\u0275inj:Ce}),U=class{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(e,t){this._desc=e,this.\u0275prov=void 0,typeof t=="number"?this.__NG_ELEMENT_ID__=t:t!==void 0&&(this.\u0275prov=xe({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};uh=Ce({\u0275cmp:Ce}),ch=Ce({\u0275dir:Ce}),cz=Ce({\u0275pipe:Ce}),uu=Ce({\u0275fac:Ce}),us=Ce({__NG_ELEMENT_ID__:Ce}),bm=Ce({__NG_ENV_ID__:Ce});uy=Ce({ngErrorCode:Ce}),dz=Ce({ngErrorMessage:Ce}),hz=Ce({ngTokenPath:Ce});Go={},fz="__NG_DI_FLAG__",vz=class{injector;constructor(e){this.injector=e}retrieve(e,t){let r=vs(t)||0;try{return this.injector.get(e,r&8?null:Go,r)}catch(i){if(Vp(i))return i;throw i}}};Yo={},cr=[],rf=new U(""),ac=new U("",-1),fy=new U(""),vy=class{get(e,t=Go){if(t===Go){let r=_y("",-201);throw r.name="\u0275NotFound",r}return t}};Tz=Ce({provide:String,useValue:Ce});nf=new U(""),Hl={},ym={};co=class{},af=class extends co{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(e,t,r,i){super(),this.parent=t,this.source=r,this.scopes=i,fh(e,n=>this.processProvider(n)),this.records.set(ac,Mn(void 0,this)),i.has("environment")&&this.records.set(co,Mn(void 0,this));let o=this.records.get(nf);o!=null&&typeof o.value=="string"&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(fy,cr,{self:!0}))}retrieve(e,t){let r=vs(t)||0;try{return this.get(e,Go,r)}catch(i){if(Vp(i))return i;throw i}}destroy(){is(this),this._destroyed=!0;let e=M(null);try{for(let r of this._ngOnDestroyHooks)r.ngOnDestroy();let t=this._onDestroyHooks;this._onDestroyHooks=[];for(let r of t)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),M(e)}}onDestroy(e){return is(this),this._onDestroyHooks.push(e),()=>this.removeOnDestroy(e)}runInContext(e){is(this);let t=Qi(this),r=Wt(void 0);try{return e()}finally{Qi(t),Wt(r)}}get(e,t=Go,r){if(is(this),e.hasOwnProperty(bm))return e[bm](this);let i=vs(r),o=Qi(this),n=Wt(void 0);try{if(!(i&4)){let s=this.records.get(e);if(s===void 0){let l=Pz(e)&&Yp(e);l&&this.injectableDefInScope(l)?s=Mn(ph(e),Hl):s=null,this.records.set(e,s)}if(s!=null)return this.hydrate(e,s,i)}let a=i&2?sc():this.parent;return t=i&8&&t===Go?null:t,a.get(e,t)}catch(a){let s=pz(a);throw s===-200||s===-201?new $(s,null):a}finally{Wt(n),Qi(o)}}resolveInjectorInitializers(){let e=M(null),t=Qi(this),r=Wt(void 0);try{let i=this.get(rf,cr,{self:!0});for(let o of i)o()}finally{Qi(t),Wt(r),M(e)}}toString(){return"R3Injector[...]"}processProvider(e){e=It(e);let t=sa(e)?e:It(e&&e.provide),r=Dz(e);if(!sa(e)&&e.multi===!0){let i=this.records.get(t);i||(i=Mn(void 0,Hl,!0),i.factory=()=>dh(i.multi),this.records.set(t,i)),t=e,i.multi.push(e)}this.records.set(t,r)}hydrate(e,t,r){let i=M(null);try{if(t.value===ym)throw cy("");return t.value===Hl&&(t.value=ym,t.value=t.factory(void 0,r)),typeof t.value=="object"&&t.value&&Rz(t.value)&&this._ngOnDestroyHooks.add(t.value),t.value}finally{M(i)}}injectableDefInScope(e){if(!e.providedIn)return!1;let t=It(e.providedIn);return typeof t=="string"?t==="any"||this.scopes.has(t):this.injectorDefTypes.has(t)}removeOnDestroy(e){let t=this._onDestroyHooks.indexOf(e);t!==-1&&this._onDestroyHooks.splice(t,1)}};zi=0,N=1,L=2,er=3,zr=4,ir=5,la=6,cu=7,ct=8,_o=9,Jr=10,Xe=11,gs=12,wm=13,ln=14,tr=15,ua=16,Nn=17,ca=18,ki=19,Cy=20,oo=21,ad=22,Qo=23,hr=24,qn=25,Ti=26,Ye=27,xy=1,Cm=6,lc=7,Mz=8,_u=9,_t=10;ky=(function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e[e.ATTRIBUTE_NO_BINDING=6]="ATTRIBUTE_NO_BINDING",e})(ky||{}),Ty="svg",Nz="math";G={lFrame:Uy(null),bindingsEnabled:!0,skipHydrationRootTNode:null},gh=!1;jy=Vy;Gy=!0;xt=class Wy{static THROW_IF_NOT_FOUND=Go;static NULL=new vy;static create(t,r){if(Array.isArray(t))return xm({name:""},r,t,"");{let i=t.name??"";return xm({name:i},t.parent,t.providers,i)}}static \u0275prov=xe({token:Wy,providedIn:"any",factory:()=>ne(ac)});static __NG_ELEMENT_ID__=-1},Pi=new U(""),oi=class{static __NG_ELEMENT_ID__=oR;static __NG_ENV_ID__=e=>e},Zy=class extends oi{_lView;constructor(e){super(),this._lView=e}get destroyed(){return xa(this._lView)}onDestroy(e){let t=this._lView;return df(t,e),()=>Fz(t,e)}};nR=!1,aR=new U(""),Ds=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new f7(!1);debugTaskTracker=S(aR,{optional:!0});get hasPendingTasks(){return this.destroyed?!1:this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new dt(r=>{r.next(!1),r.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);let r=this.taskId++;return this.pendingTasks.add(r),this.debugTaskTracker?.add(r),r}has(r){return this.pendingTasks.has(r)}remove(r){this.pendingTasks.delete(r),this.debugTaskTracker?.remove(r),this.pendingTasks.size===0&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=xe({token:e,providedIn:"root",factory:()=>new e})}return e})(),sR=class extends an{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(e=!1){super(),this.__isAsync=e,Oz()&&(this.destroyRef=S(oi,{optional:!0})??void 0,this.pendingTasks=S(Ds,{optional:!0})??void 0)}emit(e){let t=M(null);try{super.next(e)}finally{M(t)}}subscribe(e,t,r){let i=e,o=t||(()=>null),n=r;if(e&&typeof e=="object"){let s=e;i=s.next?.bind(s),o=s.error?.bind(s),n=s.complete?.bind(s)}this.__isAsync&&(o=this.wrapInTimeout(o),i&&(i=this.wrapInTimeout(i)),n&&(n=this.wrapInTimeout(n)));let a=super.subscribe({next:i,error:o,complete:n});return e instanceof Si&&e.add(a),a}wrapInTimeout(e){return t=>{let r=this.pendingTasks?.add();setTimeout(()=>{try{e(t)}finally{r!==void 0&&this.pendingTasks?.remove(r)}})}}},_r=sR;gf="isAngularZone",gu=gf+"_ID",uR=0,ni=class bh{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new _r(!1);onMicrotaskEmpty=new _r(!1);onStable=new _r(!1);onError=new _r(!1);constructor(t){let{enableLongStackTrace:r=!1,shouldCoalesceEventChangeDetection:i=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:n=nR}=t;if(typeof Zone>"u")throw new $(908,!1);Zone.assertZonePatched();let a=this;a._nesting=0,a._outer=a._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(a._inner=a._inner.fork(new Zone.TaskTrackingZoneSpec)),r&&Zone.longStackTraceZoneSpec&&(a._inner=a._inner.fork(Zone.longStackTraceZoneSpec)),a.shouldCoalesceEventChangeDetection=!o&&i,a.shouldCoalesceRunChangeDetection=o,a.callbackScheduled=!1,a.scheduleInRootZone=n,dR(a)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(gf)===!0}static assertInAngularZone(){if(!bh.isInAngularZone())throw new $(909,!1)}static assertNotInAngularZone(){if(bh.isInAngularZone())throw new $(909,!1)}run(t,r,i){return this._inner.run(t,r,i)}runTask(t,r,i,o){let n=this._inner,a=n.scheduleEventTask("NgZoneEvent: "+o,t,cR,vu,vu);try{return n.runTask(a,r,i)}finally{n.cancelTask(a)}}runGuarded(t,r,i){return this._inner.runGuarded(t,r,i)}runOutsideAngular(t){return this._outer.run(t)}},cR={};hR=class{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new _r;onMicrotaskEmpty=new _r;onStable=new _r;onError=new _r;run(e,t,r){return e.apply(t,r)}runGuarded(e,t,r){return e.apply(t,r)}runOutsideAngular(e){return e()}runTask(e,t,r,i){return e.apply(t,r)}};Ta=class{_console=console;handleError(e){this._console.error("ERROR",e)}},zs=new U("",{factory:()=>{let e=S(ni),t=S(co),r;return i=>{e.runOutsideAngular(()=>{t.destroyed&&!r?setTimeout(()=>{throw i}):(r??=t.get(Ta),r.handleError(i))})}}}),vR={provide:rf,useValue:()=>{S(Ta,{optional:!0})},multi:!0};Qy=new U("",{factory:()=>gR}),gR="ng",Jy=new U(""),ew=new U("",{providedIn:"platform",factory:()=>"unknown"}),tw=new U("",{factory:()=>S(Pi).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),bf=(()=>{class e{view;node;constructor(r,i){this.view=r,this.node=i}static __NG_ELEMENT_ID__=mR}return e})();Ia=class{},yf=new U("",{factory:()=>!0}),bR=new U(""),rw=(()=>{class e{static \u0275prov=xe({token:e,providedIn:"root",factory:()=>new yR})}return e})(),yR=class{dirtyEffectCount=0;queues=new Map;add(e){this.enqueue(e),this.schedule(e)}schedule(e){e.dirty&&this.dirtyEffectCount++}remove(e){let t=e.zone,r=this.queues.get(t);r.has(e)&&(r.delete(e),e.dirty&&this.dirtyEffectCount--)}enqueue(e){let t=e.zone;this.queues.has(t)||this.queues.set(t,new Set);let r=this.queues.get(t);r.has(e)||r.add(e)}flush(){for(;this.dirtyEffectCount>0;){let e=!1;for(let[t,r]of this.queues)t===null?e||=this.flushQueue(r):e||=t.run(()=>this.flushQueue(r));e||(this.dirtyEffectCount=0)}}flushQueue(e){let t=!1;for(let r of e)r.dirty&&(this.dirtyEffectCount--,t=!0,r.run());return t}},wR=class{[Jt];constructor(e){this[Jt]=e}destroy(){this[Jt].destroy()}};iw=te(D({},KD),{cleanupFns:void 0,zone:null,onDestroyFns:null,run(){let e=fu(!1);try{XD(this)}finally{fu(e)}},cleanup(){if(!this.cleanupFns?.length)return;let e=M(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],M(e)}}}),CR=te(D({},iw),{consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(oc(this),this.onDestroyFns!==null)for(let e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}}),xR=te(D({},iw),{consumerMarkedDirty(){this.view[L]|=8192,Sa(this.view),this.notifier.notify(13)},destroy(){if(oc(this),this.onDestroyFns!==null)for(let e of this.onDestroyFns)e();this.cleanup(),this.view[Qo]?.delete(this)}});IR=(()=>{class e{internalPendingTasks=S(Ds);scheduler=S(Ia);errorHandler=S(zs);add(){let r=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(r)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(r))}}run(r){let i=this.add();try{r().catch(this.errorHandler).finally(i)}catch(o){this.errorHandler(o),i()}}static \u0275prov=xe({token:e,providedIn:"root",factory:()=>new e})}return e})();le=(function(e){return e[e.TemplateCreateStart=0]="TemplateCreateStart",e[e.TemplateCreateEnd=1]="TemplateCreateEnd",e[e.TemplateUpdateStart=2]="TemplateUpdateStart",e[e.TemplateUpdateEnd=3]="TemplateUpdateEnd",e[e.LifecycleHookStart=4]="LifecycleHookStart",e[e.LifecycleHookEnd=5]="LifecycleHookEnd",e[e.OutputStart=6]="OutputStart",e[e.OutputEnd=7]="OutputEnd",e[e.BootstrapApplicationStart=8]="BootstrapApplicationStart",e[e.BootstrapApplicationEnd=9]="BootstrapApplicationEnd",e[e.BootstrapComponentStart=10]="BootstrapComponentStart",e[e.BootstrapComponentEnd=11]="BootstrapComponentEnd",e[e.ChangeDetectionStart=12]="ChangeDetectionStart",e[e.ChangeDetectionEnd=13]="ChangeDetectionEnd",e[e.ChangeDetectionSyncStart=14]="ChangeDetectionSyncStart",e[e.ChangeDetectionSyncEnd=15]="ChangeDetectionSyncEnd",e[e.AfterRenderHooksStart=16]="AfterRenderHooksStart",e[e.AfterRenderHooksEnd=17]="AfterRenderHooksEnd",e[e.ComponentStart=18]="ComponentStart",e[e.ComponentEnd=19]="ComponentEnd",e[e.DeferBlockStateStart=20]="DeferBlockStateStart",e[e.DeferBlockStateEnd=21]="DeferBlockStateEnd",e[e.DynamicComponentStart=22]="DynamicComponentStart",e[e.DynamicComponentEnd=23]="DynamicComponentEnd",e[e.HostBindingsUpdateStart=24]="HostBindingsUpdateStart",e[e.HostBindingsUpdateEnd=25]="HostBindingsUpdateEnd",e})(le||{}),BR=class{previousValue;currentValue;firstChange;constructor(e,t,r){this.previousValue=e,this.currentValue=t,this.firstChange=r}isFirstChange(){return this.firstChange}};aw=null,wf=(()=>{aw=Tm;let e=()=>Tm;return e.ngInherit=!0,e})();wh="__ngSimpleChanges__";Im=[],pe=function(e,t=null,r){for(let i=0;i<Im.length;i++){let o=Im[i];o(e,t,r)}};Gn=-1,Rs=class{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(e,t,r,i){this.factory=e,this.name=i,this.canSeeViewProviders=t,this.injectImpl=r}};Sh=!0;uw=255,cw=5,VR=0,Gr={};gw=class{_tNode;_lView;constructor(e,t){this._tNode=e,this._lView=t}get(e,t,r){return fw(this._tNode,this._lView,e,vs(r),t)}};gr=(()=>{class e{nativeElement;constructor(r){this.nativeElement=r}static __NG_ELEMENT_ID__=XR}return e})();ww=(function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e})(ww||{}),Cw=new Map,YR=0;zm="__ngContext__";rP="r",iP="di",Tw=!1,oP=new U("",{factory:()=>Tw}),Rm=new WeakMap;aP=()=>null;Ci=(function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e})(Ci||{}),Ew=class{changingThisBreaksApplicationSecurity;constructor(e){this.changingThisBreaksApplicationSecurity=e}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${ry})`}};uP=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;Mw="ng-template";mr={},Vo=(function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e})(Vo||{});typeof document<"u"&&document?.documentElement?.getAnimations;Dh=new WeakMap;os=new WeakSet;ha=new Set,Tf=(function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e})(Tf||{}),Ba=new U(""),Mm=new Set;Fw=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=xe({token:e,providedIn:"root",factory:()=>new e})}return e})(),DP=[0,1,2,3],zP=(()=>{class e{ngZone=S(ni);scheduler=S(Ia);errorHandler=S(Ta,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){S(Ba,{optional:!0})}execute(){let r=this.sequences.size>0;r&&pe(le.AfterRenderHooksStart),this.executing=!0;for(let i of DP)for(let o of this.sequences)if(!(o.erroredOrDestroyed||!o.hooks[i]))try{o.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>{let n=o.hooks[i];return n(o.pipelinedValue)},o.snapshot))}catch(n){o.erroredOrDestroyed=!0,this.errorHandler?.handleError(n)}this.executing=!1;for(let i of this.sequences)i.afterRun(),i.once&&(this.sequences.delete(i),i.destroy());for(let i of this.deferredRegistrations)this.sequences.add(i);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),r&&pe(le.AfterRenderHooksEnd)}register(r){let{view:i}=r;i!==void 0?((i[qn]??=[]).push(r),Sa(i),i[L]|=8192):this.executing?this.deferredRegistrations.add(r):this.addSequence(r)}addSequence(r){this.sequences.add(r),this.scheduler.notify(7)}unregister(r){this.executing&&this.sequences.has(r)?(r.erroredOrDestroyed=!0,r.pipelinedValue=void 0,r.once=!0):(this.sequences.delete(r),this.deferredRegistrations.delete(r))}maybeTrace(r,i){return i?i.run(Tf.AFTER_NEXT_RENDER,r):r()}static \u0275prov=xe({token:e,providedIn:"root",factory:()=>new e})}return e})(),RP=class{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(e,t,r,i,o,n=null){this.impl=e,this.hooks=t,this.view=r,this.once=i,this.snapshot=n,this.unregisterOnDestroy=o?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();let e=this.view?.[qn];e&&(this.view[qn]=e.filter(t=>t!==this))}};If=new U("",{factory:()=>{let e=S(co),t=new Set;return e.onDestroy(()=>t.clear()),{queue:t,isScheduled:!1,scheduler:null,injector:e}}});YP=XP;hc=(function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e})(hc||{});rC=[];kO=te(D({},wa),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{Sa(e.lView)},consumerOnSignalRead(){this.lView[hr]=this}});IO=te(D({},wa),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=Jo(e.lView);for(;t&&!iC(t[N]);)t=Jo(t);t&&_f(t)},consumerOnSignalRead(){this.lView[hr]=this}});BO=100;Ph=class{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){let e=this._lView,t=e[N];return wu(t,e,t.firstChild,[])}constructor(e,t){this._lView=e,this._cdRefInjectingView=t}get context(){return this._lView[ct]}set context(e){this._lView[ct]=e}get destroyed(){return xa(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let e=this._lView[er];if(mo(e)){let t=e[Mz],r=t?t.indexOf(this):-1;r>-1&&(Lf(e,r),py(t,r))}this._attachedToViewContainer=!1}Af(this._lView[N],this._lView)}onDestroy(e){df(this._lView,e)}markForCheck(){Nf(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[L]&=-129}reattach(){vh(this._lView),this._lView[L]|=128}detectChanges(){this._lView[L]|=1024,nC(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new $(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let e=du(this._lView),t=this._lView[ua];t!==null&&!e&&Bf(t,this._lView),Hw(this._lView[N],this._lView)}attachToAppRef(e){if(this._attachedToViewContainer)throw new $(902,!1);this._appRef=e;let t=du(this._lView),r=this._lView[ua];r!==null&&!t&&_C(r,this._lView),vh(this._lView)}};VO=()=>null,jO=()=>null;qO=class{},Ff=class{},gc=class{destroyNode=null;static __NG_ELEMENT_ID__=()=>GO()};WO=(()=>{class e{static \u0275prov=xe({token:e,providedIn:"root",factory:()=>null})}return e})();cd={},ZO=class{injector;parentInjector;constructor(e,t){this.injector=e,this.parentInjector=t}get(e,t,r){let i=this.injector.get(e,cd,r);return i!==cd||t===cd?i:this.parentInjector.get(e,t,r)}};mC=class{lView;tView;tNode;hasPassThrough;constructor(e,t,r){this.lView=e,this.tView=t,this.tNode=r,this.hasPassThrough=!!(r.flags&4096)}get customControl(){return this.tNode.customControlIndex!==-1?this.lView[this.tNode.customControlIndex]:void 0}get nativeElement(){return ii(this.tNode,this.lView)}get descriptor(){return`<${this.tNode.value}>`}listenToCustomControlOutput(e,t){let r=this.tView.data[this.tNode.customControlIndex];Hm(this.tNode,this.lView,r,e,Zn(this.tNode,this.lView,t))}listenToCustomControlModel(e){let t=this.tNode.flags&1024?"valueChange":"checkedChange",r=this.tView.data[this.tNode.customControlIndex];Hm(this.tNode,this.lView,r,t,Zn(this.tNode,this.lView,e))}listenToDom(e,t){vC(this.tNode,this.tView,this.lView,void 0,this.lView[Xe],e,t,Zn(this.tNode,this.lView,t))}setInputOnDirectives(e,t){let r=this.tNode.inputs?.[e],i=this.tNode.hostDirectiveInputs?.[e];if(!r&&!i)return!1;let o=!1;if(r)for(let n of r){if(n===this.tNode.controlDirectiveIndex)continue;let a=this.tView.data[n],s=this.lView[n];tn(a,s,e,t),o=!0}if(i)for(let n=0;n<i.length;n+=2){let a=i[n];if(a===this.tNode.controlDirectiveIndex)continue;let s=i[n+1],l=this.tView.data[a],u=this.lView[a];tn(l,u,s,t),o=!0}return o}setCustomControlModelInput(e){let t=this.tView.data[this.tNode.customControlIndex],r=this.tNode.flags&1024?"value":"checked";gO(this.tNode,this.tView,this.lView,t,r,e)}customControlHasInput(e){if(this.tNode.customControlIndex===-1)return!1;let t=this.tView.data[this.tNode.customControlIndex];return(t.signalFormsInputPresence??=this._buildCustomControlInputCache(t))[e]===!0}_buildCustomControlInputCache(e){let t={};for(let r in e.inputs)t[r]=!0;if(e.hostDirectives!==null){let r=[...e.hostDirectives];for(;r.length>0;){let i=r.shift();if(typeof i!="function"){for(let n in i.inputs)t[i.inputs[n]]=!0;let o=Um(i.directive);o!==null&&r.push(...o);continue}for(let o of i()){if(typeof o=="function")continue;if(o.inputs)for(let a=0;a<o.inputs.length;a+=2){let s=o.inputs[a+1]||o.inputs[a];t[s]=!0}let n=Um(o.directive);n!==null&&r.push(...n)}}}return t}};Oh=Symbol("BINDING"),xu=new U("");CC=typeof ShadowRoot<"u",v6=typeof Document<"u";$f=class{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=g6(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=m6(this.componentDef.outputs),this.cachedOutputs}constructor(e,t){this.componentDef=e,this.ngModule=t,this.componentType=e.type,this.selector=TP(e.selectors),this.ngContentSelectors=e.ngContentSelectors??[],this.isBoundToModule=!!t}create(e,t,r,i,o,n){pe(le.DynamicComponentStart);let a=M(null);try{let s=this.componentDef,l=b6(s,i||this.ngModule,e),u=y6(l),_=u.tracingService;return _&&_.componentCreate?_.componentCreate(pC(s),()=>this.createComponentRef(u,l,t,r,o,n)):this.createComponentRef(u,l,t,r,o,n)}finally{M(a)}}createComponentRef(e,t,r,i,o,n){let a=this.componentDef,s=S6(i,a,n,o),l=e.rendererFactory.createRenderer(null,a),u=i?nO(l,i,a.encapsulation,t):w6(a,l);C6(u?.tagName);let _=t.get(xu,null),c=k6(u,()=>t.get(Pi,null)??tP());_&&_.addHost(c);let h=n?.some(Wm)||o?.some(w=>typeof w!="function"&&w.bindings.some(Wm)),d=Rf(null,s,null,512|Gw(a),null,null,e,l,t,null,Iw(u,t,!0));_&&CC&&c instanceof ShadowRoot&&df(d,()=>{_.removeHost(c)}),d[Ye]=u,hf(d);let m=null;try{let w=yC(Ye,d,2,"#host",()=>s.directiveRegistry,!0,0);Pw(l,u,w),da(u,d),Yw(s,d,w),Aw(s,w,d),wC(s,w),r!==void 0&&B6(w,this.ngContentSelectors,r),m=ti(w.index,d),d[ct]=m[ct],Mf(s,d,null)}catch(w){throw m!==null&&Ih(m),Ih(d),w}finally{pe(le.DynamicComponentEnd),pf()}return new I6(this.componentType,d,!!h)}};I6=class extends qO{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(e,t,r){super(),this._rootLView=t,this._hasInputBindings=r,this._tNode=lf(t[N],Ye),this.location=bw(this._tNode,t),this.instance=ti(this._tNode.index,t)[ct],this.hostView=this.changeDetectorRef=new Ph(t,void 0),this.componentType=e}setInput(e,t){this._hasInputBindings;let r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(e)&&Object.is(this.previousInputValues.get(e),t))return;let i=this._rootLView;Of(r,i[N],i,e,t),this.previousInputValues.set(e,t),Nf(ti(r.index,i),1)}get injector(){return new gw(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(e){this.hostView.onDestroy(e)}};A6=()=>!1;Mh=class{},xC=class extends Mh{injector;instance=null;constructor(e){super();let t=new af([...e.providers,{provide:Mh,useValue:this}],e.parent||sc(),e.debugName,new Set(["environment"]));this.injector=t,e.runEnvironmentInitializers&&t.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(e){this.injector.onDestroy(e)}};R6=(()=>{class e{_injector;cachedInjectors=new Map;constructor(r){this._injector=r}getOrCreateStandaloneInjector(r){if(!r.standalone)return null;if(!this.cachedInjectors.has(r)){let i=my(!1,r.type),o=i.length>0?z6([i],this._injector,""):null;this.cachedInjectors.set(r,o)}return this.cachedInjectors.get(r)}ngOnDestroy(){try{for(let r of this.cachedInjectors.values())r!==null&&r.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=xe({token:e,providedIn:"environment",factory:()=>new e(ne(co))})}return e})();IC=new U(""),BC=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((r,i)=>{this.resolve=r,this.reject=i});appInits=S(IC,{optional:!0})??[];injector=S(xt);constructor(){}runInitializers(){if(this.initialized)return;let r=[];for(let o of this.appInits){let n=ri(this.injector,o);if(Hf(n))r.push(n);else if(D6(n)){let a=new Promise((s,l)=>{n.subscribe({complete:s,error:l})});r.push(a)}}let i=()=>{this.done=!0,this.resolve()};Promise.all(r).then(()=>{i()}).catch(o=>{this.reject(o)}),r.length===0&&i(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Ps({token:e,factory:e.\u0275fac})}return e})();K6=X6;Y6=new U(""),Q6=new U("");eM=10,ku=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=S(zs);afterRenderManager=S(Fw);zonelessEnabled=S(yf);rootEffectScheduler=S(rw);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new an;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=S(Ds);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(to(r=>!r))}constructor(){S(Ba,{optional:!0})}whenStable(){let r;return new Promise(i=>{r=this.isStable.subscribe({next:o=>{o&&i()}})}).finally(()=>{r.unsubscribe()})}_injector=S(co);_rendererFactory=null;get injector(){return this._injector}bootstrap(r,i){return this.bootstrapImpl(r,i)}bootstrapImpl(r,i,o=xt.NULL){return this._injector.get(ni).run(()=>{if(pe(le.BootstrapComponentStart),!this._injector.get(BC).done)throw new $(405,"");let n=As(r),a=this._injector.get(Mh),s=new $f(n,a);this.componentTypes.push(r);let{hostElement:l,directives:u,bindings:_}=tM(i),c=l||s.selector,h=s.create(o,[],c,a.injector,u,_),d=h.location.nativeElement,m=h.injector.get(Y6,null);return m?.registerApplication(d),h.onDestroy(()=>{this.detachView(h.hostView),Gl(this.components,h),m?.unregisterApplication(d)}),this._loadComponent(h),pe(le.BootstrapComponentEnd,h),h})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){pe(le.ChangeDetectionStart),this.tracingSnapshot!==null?this.tracingSnapshot.run(Tf.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw pe(le.ChangeDetectionEnd),new $(101,!1);let r=M(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,M(r),this.afterTick.next(),pe(le.ChangeDetectionEnd)}};synchronize(){this._rendererFactory===null&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Ff,null,{optional:!0}));let r=0;for(;this.dirtyFlags!==0&&r++<eM;){pe(le.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{pe(le.ChangeDetectionSyncEnd)}}}synchronizeOnce(){this.dirtyFlags&16&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let r=!1;if(this.dirtyFlags&7){let i=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews)!i&&!ms(o)||(nC(o,i&&!this.zonelessEnabled?0:1),r=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&23)return}r||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:r})=>ms(r))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(r){let i=r;this._views.push(i),i.attachToAppRef(this)}detachView(r){let i=r;Gl(this._views,i),i.detachFromAppRef()}_loadComponent(r){this.attachView(r.hostView);try{this.tick()}catch(i){this.internalErrorHandler(i)}this.components.push(r),this._injector.get(Q6,[]).forEach(i=>i(r))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(r=>r()),this._views.slice().forEach(r=>r.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(r){return this._destroyListeners.push(r),()=>Gl(this._destroyListeners,r)}destroy(){if(this._destroyed)throw new $(406,!1);let r=this._injector;r.destroy&&!r.destroyed&&r.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Ps({token:e,factory:e.\u0275fac})}return e})();rM=class{destroy(e){}updateValue(e,t){}swap(e,t){let r=Math.min(e,t),i=Math.max(e,t),o=this.detach(i);if(i-r>1){let n=this.detach(r);this.attach(r,o),this.attach(i,n)}else this.attach(r,o)}move(e,t){this.attach(t,this.detach(e))}};eb=class{kvMap=new Map;_vMap=void 0;has(e){return this.kvMap.has(e)}delete(e){if(!this.has(e))return!1;let t=this.kvMap.get(e);return this._vMap!==void 0&&this._vMap.has(t)?(this.kvMap.set(e,this._vMap.get(t)),this._vMap.delete(t)):this.kvMap.delete(e),!0}get(e){return this.kvMap.get(e)}set(e,t){if(this.kvMap.has(e)){let r=this.kvMap.get(e);this._vMap===void 0&&(this._vMap=new Map);let i=this._vMap;for(;i.has(r);)r=i.get(r);i.set(r,t)}else this.kvMap.set(e,t)}forEach(e){for(let[t,r]of this.kvMap)if(e(r,t),this._vMap!==void 0){let i=this._vMap;for(;i.has(r);)r=i.get(r),e(r,t)}}};aM=class{lContainer;$implicit;$index;constructor(e,t,r){this.lContainer=e,this.$implicit=t,this.$index=r}get $count(){return this.lContainer.length-_t}};lM=class{hasEmptyBlock;trackByFn;liveCollection;constructor(e,t,r){this.hasEmptyBlock=e,this.trackByFn=t,this.liveCollection=r}};uM=class extends rM{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(e,t,r){super(),this.lContainer=e,this.hostLView=t,this.templateTNode=r}get length(){return this.lContainer.length-_t}at(e){return this.getLView(e)[ct].$implicit}attach(e,t){let r=t[la];this.needsIndexUpdate||=e!==this.length,vc(this.lContainer,t,e,fc(this.templateTNode,r)),cM(this.lContainer,e)}detach(e){return this.needsIndexUpdate||=e!==this.length-1,_M(this.lContainer,e),dM(this.lContainer,e)}create(e,t){let r=dC(this.lContainer,this.templateTNode.tView.ssrId);return pc(this.hostLView,this.templateTNode,new aM(this.lContainer,t,e),{dehydratedView:r})}destroy(e){Af(e[N],e)}updateValue(e,t){this.getLView(e)[ct].$implicit=t}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let e=0;e<this.length;e++)this.getLView(e)[ct].$index=e}getLView(e){return hM(this.lContainer,e)}};RC=(e,t,r,i,o)=>(vf(!0),Dw(t[Xe],i,qy()));$h="en-US";PM=(e,t,r,i)=>(vf(!0),_P(t[Xe],i));MC={};WM=(()=>{class e{applicationErrorHandler=S(zs);appRef=S(ku);taskService=S(Ds);ngZone=S(ni);zonelessEnabled=S(yf);tracing=S(Ba,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new Si;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(gu):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(S(bR,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{let r=this.taskService.add();if(!this.runningTick&&(this.cleanup(),!this.zonelessEnabled||this.appRef.includeAllTestViews)){this.taskService.remove(r);return}this.switchToMicrotaskScheduler(),this.taskService.remove(r)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{let r=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(r)})})}notify(r){if(!this.zonelessEnabled&&r===5)return;switch(r){case 0:case 2:this.appRef.dirtyFlags|=2;break;case 3:case 4:case 5:case 1:this.appRef.dirtyFlags|=4;break;case 6:this.appRef.dirtyFlags|=2;break;case 12:this.appRef.dirtyFlags|=16;break;case 13:this.appRef.dirtyFlags|=2;break;case 11:break;default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick())return;let i=this.useMicrotaskScheduler?lR:Ky;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>i(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>i(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(gu+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(this.appRef.dirtyFlags===0){this.cleanup();return}!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let r=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(i){this.applicationErrorHandler(i)}finally{this.taskService.remove(r),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let r=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(r)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Ps({token:e,factory:e.\u0275fac})}return e})();HC=new U("",{factory:()=>S(HC,{optional:!0,skipSelf:!0})||KM()}),XM=class{destroyed=!1;listeners=null;errorHandler=S(Ta,{optional:!0});isEmitting=!1;hasNullListeners=!1;destroyRef=S(oi);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(e){if(this.destroyed)throw new $(953,!1);return(this.listeners??=[]).push(e),{unsubscribe:()=>{let t=this.listeners?this.listeners.indexOf(e):-1;t>-1&&(this.isEmitting?(this.hasNullListeners=!0,this.listeners[t]=null):this.listeners.splice(t,1))}}}emit(e){if(this.destroyed){console.warn(iy(953,!1));return}if(this.listeners===null)return;this.isEmitting=!0;let t=M(null);try{for(let r of this.listeners)try{r!==null&&r(e)}catch(i){this.errorHandler?.handleError(i)}}finally{this.hasNullListeners&&(this.hasNullListeners=!1,this.listeners&&YM(this.listeners)),M(t),this.isEmitting=!1}}};(class jh extends Error{_brand;constructor(t){super(t)}static IDLE=new jh("IDLE");static LOADING=new jh("LOADING")});QM=e=>e;UC=Symbol("InputSignalNode#UNSET"),eN=te(D({},R1),{transformFn:void 0,applyValueToInputSignal(e,t){nc(e,t)}});k=(sb.required=tN,sb),rN=class{supports(e){return e instanceof Map||fC(e)}create(){return new iN}},iN=class{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return this._additionsHead!==null||this._changesHead!==null||this._removalsHead!==null}forEachItem(e){let t;for(t=this._mapHead;t!==null;t=t._next)e(t)}forEachPreviousItem(e){let t;for(t=this._previousMapHead;t!==null;t=t._nextPrevious)e(t)}forEachChangedItem(e){let t;for(t=this._changesHead;t!==null;t=t._nextChanged)e(t)}forEachAddedItem(e){let t;for(t=this._additionsHead;t!==null;t=t._nextAdded)e(t)}forEachRemovedItem(e){let t;for(t=this._removalsHead;t!==null;t=t._nextRemoved)e(t)}diff(e){if(!e)e=new Map;else if(!(e instanceof Map||fC(e)))throw new $(900,!1);return this.check(e)?this:null}check(e){this._reset();let t=this._mapHead;if(this._appendAfter=null,this._forEach(e,(r,i)=>{if(t&&t.key===i)this._maybeAddToChanges(t,r),this._appendAfter=t,t=t._next;else{let o=this._getOrCreateRecordForKey(i,r);t=this._insertBeforeOrAppend(t,o)}}),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let r=t;r!==null;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(e,t){if(e){let r=e._prev;return t._next=e,t._prev=r,e._prev=t,r&&(r._next=t),e===this._mapHead&&(this._mapHead=t),this._appendAfter=e,e}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(e,t){if(this._records.has(e)){let i=this._records.get(e);this._maybeAddToChanges(i,t);let o=i._prev,n=i._next;return o&&(o._next=n),n&&(n._prev=o),i._next=null,i._prev=null,i}let r=new oN(e);return this._records.set(e,r),r.currentValue=t,this._addToAdditions(r),r}_reset(){if(this.isDirty){let e;for(this._previousMapHead=this._mapHead,e=this._previousMapHead;e!==null;e=e._next)e._nextPrevious=e._next;for(e=this._changesHead;e!==null;e=e._nextChanged)e.previousValue=e.currentValue;for(e=this._additionsHead;e!=null;e=e._nextAdded)e.previousValue=e.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(e,t){Object.is(t,e.currentValue)||(e.previousValue=e.currentValue,e.currentValue=t,this._addToChanges(e))}_addToAdditions(e){this._additionsHead===null?this._additionsHead=this._additionsTail=e:(this._additionsTail._nextAdded=e,this._additionsTail=e)}_addToChanges(e){this._changesHead===null?this._changesHead=this._changesTail=e:(this._changesTail._nextChanged=e,this._changesTail=e)}_forEach(e,t){e instanceof Map?e.forEach(t):Object.keys(e).forEach(r=>t(e[r],r))}},oN=class{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(e){this.key=e}};jC=(()=>{class e{static \u0275prov=xe({token:e,providedIn:"root",factory:lb});factories;constructor(r){this.factories=r}static create(r,i){if(i){let o=i.factories.slice();r=r.concat(o)}return new e(r)}static extend(r){return{provide:e,useFactory:()=>{let i=S(e,{optional:!0,skipSelf:!0});return e.create(r,i||lb())}}}find(r){let i=this.factories.find(o=>o.supports(r));if(i)return i;throw new $(901,!1)}}return e})(),qC=(()=>{class e{static __NG_ELEMENT_ID__=nN}return e})();qh=new U(""),sN=new U("");Wl=null;GC=null;gN=class{},WC=(()=>{class e{historyGo(r){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=xe({token:e,factory:()=>S(mN),providedIn:"platform"})}return e})(),mN=(()=>{class e extends WC{_location;_history;_doc=S(Pi);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Wo().getBaseHref(this._doc)}onPopState(r){let i=Wo().getGlobalEventTarget(this._doc,"window");return i.addEventListener("popstate",r,!1),()=>i.removeEventListener("popstate",r)}onHashChange(r){let i=Wo().getGlobalEventTarget(this._doc,"window");return i.addEventListener("hashchange",r,!1),()=>i.removeEventListener("hashchange",r)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(r){this._location.pathname=r}pushState(r,i,o){this._history.pushState(r,i,o)}replaceState(r,i,o){this._history.replaceState(r,i,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(r=0){this._history.go(r)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=xe({token:e,factory:()=>new e,providedIn:"platform"})}return e})();yN=(()=>{class e{differs;constructor(r){this.differs=r}differ;keyValues=[];compareFn=ub;transform(r,i=ub){if(!r||!(r instanceof Map)&&typeof r!="object")return null;this.differ??=this.differs.find(r).create();let o=this.differ.diff(r),n=i!==this.compareFn;return o&&(this.keyValues=[],o.forEachItem(a=>{this.keyValues.push(bN(a.key,a.currentValue))})),(o||n)&&(i&&this.keyValues.sort(i),this.compareFn=i),this.keyValues}static \u0275fac=function(r){return new(r||e)(Ue(jC,16))};static \u0275pipe=N6({name:"keyvalue",type:e,pure:!1})}return e})();wN="browser",KC=(()=>{class e{_renderer;_elementRef;onChange=r=>{};onTouched=()=>{};constructor(r,i){this._renderer=r,this._elementRef=i}setProperty(r,i){this._renderer.setProperty(this._elementRef.nativeElement,r,i)}registerOnTouched(r){this.onTouched=r}registerOnChange(r){this.onChange=r}setDisabledState(r){this.setProperty("disabled",r)}static \u0275fac=function(r){return new(r||e)(Ue(gc),Ue(gr))};static \u0275dir=Lr({type:e})}return e})(),CN=(()=>{class e extends KC{static \u0275fac=(()=>{let r;return function(i){return(r||(r=Cf(e)))(i||e)}})();static \u0275dir=Lr({type:e,features:[Mi]})}return e})(),Gf=new U(""),xN={provide:Gf,useExisting:sn(()=>XC),multi:!0};kN=new U(""),XC=(()=>{class e extends KC{_compositionMode;_composing=!1;constructor(r,i,o){super(r,i),this._compositionMode=o,this._compositionMode??=!SN()}writeValue(r){let i=r??"";this.setProperty("value",i)}_handleInput(r){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(r)}_compositionStart(){this._composing=!0}_compositionEnd(r){this._composing=!1,this._compositionMode&&this.onChange(r)}static \u0275fac=function(r){return new(r||e)(Ue(gc),Ue(gr),Ue(kN,8))};static \u0275dir=Lr({type:e,selectors:[["input","formControlName","",3,"type","checkbox",3,"ngNoCva",""],["textarea","formControlName","",3,"ngNoCva",""],["input","formControl","",3,"type","checkbox",3,"ngNoCva",""],["textarea","formControl","",3,"ngNoCva",""],["input","ngModel","",3,"type","checkbox",3,"ngNoCva",""],["textarea","ngModel","",3,"ngNoCva",""],["","ngDefaultControl",""]],hostBindings:function(r,i){r&1&&Kt("input",function(o){return i._handleInput(o.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(o){return i._compositionEnd(o.target.value)})},standalone:!1,features:[br([xN]),Mi]})}return e})();Kf=new U(""),YC=new U(""),TN=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,QC=class{static min(e){return IN(e)}static max(e){return BN(e)}static required(e){return JC(e)}static requiredTrue(e){return AN(e)}static email(e){return EN(e)}static minLength(e){return DN(e)}static maxLength(e){return zN(e)}static pattern(e){return RN(e)}static nullValidator(e){return Ru()}static compose(e){return n2(e)}static composeAsync(e){return s2(e)}};_2=class{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(e){this._rawValidators=e||[],this._composedValidatorFn=a2(this._rawValidators)}_setAsyncValidators(e){this._rawAsyncValidators=e||[],this._composedAsyncValidatorFn=l2(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(e){this._onDestroyCallbacks.push(e)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(e=>e()),this._onDestroyCallbacks=[]}reset(e=void 0){this.control?.reset(e)}hasError(e,t){return this.control?this.control.hasError(e,t):!1}getError(e,t){return this.control?this.control.getError(e,t):null}},Xf=class extends _2{name;get formDirective(){return null}get path(){return null}},Xa="VALID",gl="INVALID",En="PENDING",Ya="DISABLED",Ea=class{},hb=class extends Ea{value;source;constructor(e,t){super(),this.value=e,this.source=t}},gd=class extends Ea{pristine;source;constructor(e,t){super(),this.pristine=e,this.source=t}},md=class extends Ea{touched;source;constructor(e,t){super(),this.touched=e,this.source=t}},ml=class extends Ea{status;source;constructor(e,t){super(),this.status=e,this.source=t}},ON=class extends Ea{source;constructor(e){super(),this.source=e}},Ou=class extends Ea{source;constructor(e){super(),this.source=e}};p2=class{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_hasRequired=bi(!1);_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(e,t){this._assignValidators(e),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(e){this._rawValidators=this._composedValidatorFn=e,this._updateHasRequiredValidator()}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(e){this._rawAsyncValidators=this._composedAsyncValidatorFn=e}get parent(){return this._parent}get status(){return Ut(this.statusReactive)}set status(e){Ut(()=>this.statusReactive.set(e))}_status=pr(()=>this.statusReactive());statusReactive=bi(void 0);get valid(){return this.status===Xa}get invalid(){return this.status===gl}get pending(){return this.status===En}get disabled(){return this.status===Ya}get enabled(){return this.status!==Ya}errors;get pristine(){return Ut(this.pristineReactive)}set pristine(e){Ut(()=>this.pristineReactive.set(e))}_pristine=pr(()=>this.pristineReactive());pristineReactive=bi(!0);get dirty(){return!this.pristine}get touched(){return Ut(this.touchedReactive)}set touched(e){Ut(()=>this.touchedReactive.set(e))}_touched=pr(()=>this.touchedReactive());touchedReactive=bi(!1);get untouched(){return!this.touched}_events=new an;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(e){this._assignValidators(e)}setAsyncValidators(e){this._assignAsyncValidators(e)}addValidators(e){this.setValidators(_b(e,this._rawValidators))}addAsyncValidators(e){this.setAsyncValidators(_b(e,this._rawAsyncValidators))}removeValidators(e){this.setValidators(db(e,this._rawValidators))}removeAsyncValidators(e){this.setAsyncValidators(db(e,this._rawAsyncValidators))}hasValidator(e){return Pu(this._rawValidators,e)}hasAsyncValidator(e){return Pu(this._rawAsyncValidators,e)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(e={}){let t=this.touched===!1;this.touched=!0;let r=e.sourceControl??this;e.onlySelf||this._parent?.markAsTouched(te(D({},e),{sourceControl:r})),t&&e.emitEvent!==!1&&this._events.next(new md(!0,r))}markAllAsDirty(e={}){this.markAsDirty({onlySelf:!0,emitEvent:e.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsDirty(e))}markAllAsTouched(e={}){this.markAsTouched({onlySelf:!0,emitEvent:e.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(e))}markAsUntouched(e={}){let t=this.touched===!0;this.touched=!1,this._pendingTouched=!1;let r=e.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:e.emitEvent,sourceControl:r})}),e.onlySelf||this._parent?._updateTouched(e,r),t&&e.emitEvent!==!1&&this._events.next(new md(!1,r))}markAsDirty(e={}){let t=this.pristine===!0;this.pristine=!1;let r=e.sourceControl??this;e.onlySelf||this._parent?.markAsDirty(te(D({},e),{sourceControl:r})),t&&e.emitEvent!==!1&&this._events.next(new gd(!1,r))}markAsPristine(e={}){let t=this.pristine===!1;this.pristine=!0,this._pendingDirty=!1;let r=e.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:e.emitEvent})}),e.onlySelf||this._parent?._updatePristine(e,r),t&&e.emitEvent!==!1&&this._events.next(new gd(!0,r))}markAsPending(e={}){this.status=En;let t=e.sourceControl??this;e.emitEvent!==!1&&(this._events.next(new ml(this.status,t)),this.statusChanges.emit(this.status)),e.onlySelf||this._parent?.markAsPending(te(D({},e),{sourceControl:t}))}disable(e={}){let t=this._parentMarkedDirty(e.onlySelf);this.status=Ya,this.errors=null,this._forEachChild(i=>{i.disable(te(D({},e),{onlySelf:!0}))}),this._updateValue();let r=e.sourceControl??this;e.emitEvent!==!1&&(this._events.next(new hb(this.value,r)),this._events.next(new ml(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(te(D({},e),{skipPristineCheck:t}),this),this._onDisabledChange.forEach(i=>i(!0))}enable(e={}){let t=this._parentMarkedDirty(e.onlySelf);this.status=Xa,this._forEachChild(r=>{r.enable(te(D({},e),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent}),this._updateAncestors(te(D({},e),{skipPristineCheck:t}),this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(e,t){e.onlySelf||(this._parent?.updateValueAndValidity(e),e.skipPristineCheck||this._parent?._updatePristine({},t),this._parent?._updateTouched({},t))}setParent(e){this._parent=e}getRawValue(){return this.value}updateValueAndValidity(e={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){let r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Xa||this.status===En)&&this._runAsyncValidator(r,e.emitEvent)}let t=e.sourceControl??this;e.emitEvent!==!1&&(this._events.next(new hb(this.value,t)),this._events.next(new ml(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),e.onlySelf||this._parent?.updateValueAndValidity(te(D({},e),{sourceControl:t}))}_updateTreeValidity(e={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(e)),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ya:Xa}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(e,t){if(this.asyncValidator){this.status=En,this._hasOwnPendingAsyncValidator={emitEvent:t!==!1,shouldHaveEmitted:e!==!1};let r=t2(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:t,shouldHaveEmitted:e})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();let e=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,e}return!1}setErrors(e,t={}){this.errors=e,this._updateControlsErrors(t.emitEvent!==!1,this,t.shouldHaveEmitted)}get(e){let t=e;return t==null||(Array.isArray(t)||(t=t.split(".")),t.length===0)?null:t.reduce((r,i)=>r&&r._find(i),this)}getError(e,t){let r=t?this.get(t):this;return r?.errors?r.errors[e]:null}hasError(e,t){return!!this.getError(e,t)}get root(){let e=this;for(;e._parent;)e=e._parent;return e}_updateControlsErrors(e,t,r){this.status=this._calculateStatus(),e&&this.statusChanges.emit(this.status),(e||r)&&this._events.next(new ml(this.status,t)),this._parent&&this._parent._updateControlsErrors(e,t,r)}_initObservables(){this.valueChanges=new _r,this.statusChanges=new _r}_calculateStatus(){return this._allControlsDisabled()?Ya:this.errors?gl:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(En)?En:this._anyControlsHaveStatus(gl)?gl:Xa}_anyControlsHaveStatus(e){return this._anyControls(t=>t.status===e)}_anyControlsDirty(){return this._anyControls(e=>e.dirty)}_anyControlsTouched(){return this._anyControls(e=>e.touched)}_updatePristine(e,t){let r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,e.onlySelf||this._parent?._updatePristine(e,t),i&&this._events.next(new gd(this.pristine,t))}_updateTouched(e={},t){this.touched=this._anyControlsTouched(),this._events.next(new md(this.touched,t)),e.onlySelf||this._parent?._updateTouched(e,t)}_onDisabledChange=[];_registerOnCollectionChange(e){this._onCollectionChange=e}_setUpdateStrategy(e){mc(e)&&e.updateOn!=null&&(this._updateOn=e.updateOn)}_parentMarkedDirty(e){return!e&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(e){return null}_assignValidators(e){this._rawValidators=Array.isArray(e)?e.slice():e,this._composedValidatorFn=MN(this._rawValidators),this._updateHasRequiredValidator()}_assignAsyncValidators(e){this._rawAsyncValidators=Array.isArray(e)?e.slice():e,this._composedAsyncValidatorFn=NN(this._rawAsyncValidators)}_updateHasRequiredValidator(){Ut(()=>this._hasRequired.set(this.hasValidator(QC.required)))}};UN=class{kind;context;control;message;constructor({kind:e,context:t,control:r}){this.kind=e,this.context=t,this.control=r}},VN=(()=>{class e{_validator=Ru;_onChange;_enabled;ngOnChanges(r){if(this.inputName in r){let i=this.normalizeInput(r[this.inputName].currentValue);this._enabled=this.enabled(i),this._validator=this._enabled?this.createValidator(i):Ru,this._onChange?.()}}validate(r){return this._validator(r)}registerOnValidatorChange(r){this._onChange=r}enabled(r){return r!=null}static \u0275fac=function(r){return new(r||e)};static \u0275dir=Lr({type:e,features:[wf]})}return e})(),jN={provide:Kf,useExisting:sn(()=>v2),multi:!0},v2=(()=>{class e extends VN{required;inputName="required";normalizeInput=Pe;createValidator=r=>JC;enabled(r){return r}static \u0275fac=(()=>{let r;return function(i){return(r||(r=Cf(e)))(i||e)}})();static \u0275dir=Lr({type:e,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(r,i){r&2&&DC("required",i._enabled?"":null)},inputs:{required:"required"},standalone:!1,features:[br([jN]),Mi]})}return e})(),qN=new U(""),Yf=new U("",{factory:()=>Qf}),Qf="always";o8={provide:qN,useFactory:()=>{let e=S(bc,{self:!0});return{setParseErrors:t=>{e.setParseErrorSource(t)},set onReset(t){e.onReset=t}}}},bc=class extends _2{_parent=null;name=null;valueAccessor=null;isCustomControlBased=!1;userOnReset;resetSubscription;set onReset(e){this.userOnReset=e,this.resetSubscription?.unsubscribe(),this.resetSubscription=void 0,this.control&&(this.resetSubscription=this.control.events.subscribe(t=>{t instanceof Ou&&this.control&&this.userOnReset?.(this.control.value)}),this.subscription?.add(this.resetSubscription))}isNativeFormElement=!1;rawValueAccessors;_selectedValueAccessor=null;get selectedValueAccessor(){return this._selectedValueAccessor??=r8(this,this.rawValueAccessors)}parseErrorsValidator=null;renderer;injector;requiredValidatorViaDi;subscription;customControlBindings=null;constructor(e,t,r){super(),this.injector=e,this.renderer=t,this.rawValueAccessors=r,this.injector?.get(oi)?.onDestroy(()=>{this.removeParseErrorsValidator(this.control),this.subscription?.unsubscribe()})}setupCustomControl(){this.subscription?.unsubscribe();let e=this.injector?.get(qC);if(!this.control||!e)return;let t=e.markForCheck.bind(e);this.subscription=new Si,this.subscription.add(this.control.valueChanges.subscribe(t)),this.subscription.add(this.control.statusChanges.subscribe(t)),this.resetSubscription?.unsubscribe(),this.resetSubscription=void 0,this.userOnReset&&(this.resetSubscription=this.control.events.subscribe(r=>{r instanceof Ou&&this.control&&this.userOnReset?.(this.control.value)}),this.subscription.add(this.resetSubscription)),this.parseErrorsValidator&&this.control.addValidators(this.parseErrorsValidator)}ngControlCreate(e){!e.nativeElement.hasAttribute?.("ngNoCva")&&(this.rawValueAccessors&&this.rawValueAccessors.length>0||this.valueAccessor!==null)||!e.customControl||(this.isCustomControlBased=!0,e.listenToCustomControlModel(t=>{this.control?.setValue(t,{emitModelToViewChange:!1}),this.control?.markAsDirty(),this.viewToModelUpdate(t)}),e.listenToCustomControlOutput("touch",()=>{this.control?.markAsTouched()}),this.customControlBindings={},this.isNativeFormElement=$N(e.nativeElement),this.requiredValidatorViaDi=this._rawValidators.find(t=>t instanceof v2))}ngControlUpdate(e,t){if(!this.isCustomControlBased)return;let r=this.control,i=this.customControlBindings;Object.is(i.value,r.value)||(i.value=r.value,e.setCustomControlModelInput(r.value)),this.bindControlProperty(e,i,"touched",r.touched),this.bindControlProperty(e,i,"dirty",r.dirty),this.bindControlProperty(e,i,"valid",r.valid),this.bindControlProperty(e,i,"invalid",r.invalid),this.bindControlProperty(e,i,"pending",r.pending),this.bindControlProperty(e,i,"disabled",r.disabled),this.shouldBindRequired&&this.bindControlProperty(e,i,"required",this.isRequired);let o=r.errors;if(i.errors!==o){i.errors=o;let n=this._convertErrors(o);e.setInputOnDirectives("errors",n)}}get isRequired(){return(this.requiredValidatorViaDi?._enabled||this.control?._hasRequired())??!1}get shouldBindRequired(){return!0}bindControlProperty(e,t,r,i){if(t[r]===i)return;t[r]=i;let o=e.setInputOnDirectives(r,i);this.isNativeFormElement&&!o&&(r==="disabled"||r==="required")&&this.renderer&&HN(this.renderer,e.nativeElement,r,i)}_convertErrors(e){if(e===null)return[];let t=this.control;return Object.entries(e).map(([r,i])=>new UN({context:i,kind:r,control:t}))}setParseErrorSource(e){if(e===void 0)return;let t=null,r=pr(()=>{let i=e();return i.length===0?null:i.reduce((o,n)=>(o[n.kind]=n,o),{})});this.parseErrorsValidator=(()=>t).bind(this),Nr(()=>{t=r(),this.control?.updateValueAndValidity({emitEvent:!1})},{injector:this.injector})}removeParseErrorsValidator(e){this.parseErrorsValidator&&(e?.removeValidators(this.parseErrorsValidator),e?.updateValueAndValidity({emitEvent:!1}))}},m2=class{_cd;constructor(e){this._cd=e}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}},b2=(()=>{class e extends m2{constructor(r){super(r)}static \u0275fac=function(r){return new(r||e)(Ue(bc,2))};static \u0275dir=Lr({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){r&2&&jf("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)},standalone:!1,features:[Mi]})}return e})(),y2=(()=>{class e extends m2{constructor(r){super(r)}static \u0275fac=function(r){return new(r||e)(Ue(Xf,10))};static \u0275dir=Lr({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,i){r&2&&jf("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)("ng-submitted",i.isSubmitted)},standalone:!1,features:[Mi]})}return e})(),w2=class extends p2{constructor(e,t,r){super(d2(t),h2(r,t)),this.controls=e,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(e,t){return this._find(e)||(this.controls[e]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(e,t,r={}){this.registerControl(e,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(e,t={}){let r=this._find(e);r&&r._registerOnCollectionChange(()=>{}),delete this.controls[e],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(e,t,r={}){let i=this._find(e);i&&i._registerOnCollectionChange(()=>{}),delete this.controls[e],t&&this.registerControl(e,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(e){return this._find(e)?.enabled===!0}setValue(e,t={}){Ut(()=>{FN(this,!0,e),Object.keys(e).forEach(r=>{LN(this,!0,r),this.controls[r].setValue(e[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)})}patchValue(e,t={}){e!=null&&(Object.keys(e).forEach(r=>{let i=this._find(r);i&&i.patchValue(e[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(e={},t={}){this._forEachChild((r,i)=>{r.reset(e?e[i]:null,te(D({},t),{onlySelf:!0}))}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t),t?.emitEvent!==!1&&this._events.next(new Ou(this))}getRawValue(){return this._reduceChildren({},(e,t,r)=>(e[r]=t.getRawValue(),e))}_syncPendingControls(){let e=this._reduceChildren(!1,(t,r)=>r._syncPendingControls()?!0:t);return e&&this.updateValueAndValidity({onlySelf:!0}),e}_forEachChild(e){Object.keys(this.controls).forEach(t=>{let r=this.controls[t];r&&e(r,t)})}_setUpControls(){this._forEachChild(e=>{e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(e){for(let[t,r]of Object.entries(this.controls))if(this.contains(t)&&e(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(e,t,r)=>((t.enabled||this.disabled)&&(e[r]=t.value),e))}_reduceChildren(e,t){let r=e;return this._forEachChild((i,o)=>{r=t(r,i,o)}),r}_allControlsDisabled(){for(let e of Object.keys(this.controls))if(this.controls[e].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(e){return f2(this.controls,e)?this.controls[e]:null}};Zo=class extends p2{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(e=null,t,r){super(d2(t),h2(r,t)),this._applyFormState(e),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),mc(t)&&(t.nonNullable||t.initialValueIsDefault)&&(fb(e)?this.defaultValue=e.value:this.defaultValue=e)}setValue(e,t={}){Ut(()=>{this.value=this._pendingValue=e,this._onChange.length&&t.emitModelToViewChange!==!1&&this._onChange.forEach(r=>r(this.value,t.emitViewToModelChange!==!1)),this.updateValueAndValidity(t)})}patchValue(e,t={}){this.setValue(e,t)}reset(e=this.defaultValue,t={}){this._applyFormState(e),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),t.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,t?.emitEvent!==!1&&this._events.next(new Ou(this))}_updateValue(){}_anyControls(e){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(e){this._onChange.push(e)}_unregisterOnChange(e){pb(this._onChange,e)}registerOnDisabledChange(e){this._onDisabledChange.push(e)}_unregisterOnDisabledChange(e){pb(this._onDisabledChange,e)}_forEachChild(e){}_syncPendingControls(){return this.updateOn==="submit"&&(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),this._pendingChange)?(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0):!1}_applyFormState(e){fb(e)?(this.value=this._pendingValue=e.value,e.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=e}},n8=e=>e instanceof Zo,a8=(()=>{class e extends Xf{callSetDisabledState;get submitted(){return Ut(this._submittedReactive)}set submitted(r){this._submittedReactive.set(r)}_submitted=pr(()=>this._submittedReactive());_submittedReactive=bi(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(r,i,o){super(),this.callSetDisabledState=o,this._setValidators(r),this._setAsyncValidators(i)}ngOnChanges(r){this.onChanges(r)}ngOnDestroy(){this.onDestroy()}onChanges(r){this._checkFormPresent(),r.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Lu(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(r){let i=this.form.get(r.path);return r._setupWithForm(i,this.callSetDisabledState),i.updateValueAndValidity({emitEvent:!1}),this.directives.push(r),i}getControl(r){return this.form.get(r.path)}removeControl(r){Mu(r.control||null,r,!1),i8(this.directives,r)}addFormGroup(r){this._setUpFormContainer(r)}removeFormGroup(r){this._cleanUpFormContainer(r)}getFormGroup(r){return this.form.get(r.path)}getFormArray(r){return this.form.get(r.path)}addFormArray(r){this._setUpFormContainer(r)}removeFormArray(r){this._cleanUpFormContainer(r)}updateModel(r,i){this.form.get(r.path).setValue(i)}onReset(){this.resetForm()}resetForm(r=void 0,i={}){this.form.reset(r,i),this._submittedReactive.set(!1)}onSubmit(r){return this.submitted=!0,t8(this.form,this.directives),this.ngSubmit.emit(r),this.form._events.next(new ON(this.control)),r?.target?.method==="dialog"}_updateDomValue(){this.directives.forEach(r=>{let i=r.control,o=this.form.get(r.path);i!==o&&(Mu(i||null,r),n8(o)&&r._setupWithForm(o,this.callSetDisabledState))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(r){let i=this.form.get(r.path);YN(i,r),i.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(r){let i=this.form?.get(r.path);i&&QN(i,r)&&i.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){Jf(this.form,this),this._oldForm&&Lu(this._oldForm,this)}_checkFormPresent(){this.form}static \u0275fac=function(r){return new(r||e)(Ue(Kf,10),Ue(YC,10),Ue(Yf,8))};static \u0275dir=Lr({type:e,features:[Mi,wf]})}return e})(),C2=new U(""),s8={provide:bc,useExisting:sn(()=>ev)},ev=(()=>{class e extends bc{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(r){}model;update=new _r;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(r,i,o,n,a,s,l){super(l,s,o),this._ngModelWarningConfig=n,this.callSetDisabledState=a,this._setValidators(r),this._setAsyncValidators(i)}ngOnChanges(r){if(this._isControlChanged(r)){let i=r.form.previousValue;i&&(Mu(i,this,!1),this.removeParseErrorsValidator(i)),this.isCustomControlBased?this.setupCustomControl():(this.valueAccessor??=this.selectedValueAccessor,GN(this.form,this,this.callSetDisabledState)),this.form.updateValueAndValidity({emitEvent:!1})}JN(r,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Mu(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(r){this.viewModel=r,this.update.emit(r)}_isControlChanged(r){return r.hasOwnProperty("form")}\u0275ngControlCreate(r){super.ngControlCreate(r)}\u0275ngControlUpdate(r){super.ngControlUpdate(r,!0)}static \u0275fac=function(r){return new(r||e)(Ue(Kf,10),Ue(YC,10),Ue(Gf,10),Ue(C2,8),Ue(Yf,8),Ue(gc,8),Ue(xt,8))};static \u0275dir=Lr({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[br([s8,o8]),Mi,wf,F6(null)]})}return e})(),l8={provide:Xf,useExisting:sn(()=>tv)},tv=(()=>{class e extends a8{form=null;ngSubmit=new _r;get control(){return this.form}static \u0275fac=(()=>{let r;return function(i){return(r||(r=Cf(e)))(i||e)}})();static \u0275dir=Lr({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,i){r&1&&Kt("submit",function(o){return i.onSubmit(o)})("reset",function(){return i.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[br([l8]),Mi]})}return e})(),u8=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=SC({type:e});static \u0275inj=ay({})}return e})(),x2=(()=>{class e{static withConfig(r){return{ngModule:e,providers:[{provide:C2,useValue:r.warnOnNgModelWithFormControl??"always"},{provide:Yf,useValue:r.callSetDisabledState??Qf}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=SC({type:e});static \u0275inj=ay({imports:[u8]})}return e})(),S2=class{_doc;constructor(e){this._doc=e}manager},Wh=(()=>{class e extends S2{constructor(r){super(r)}supports(r){return!0}addEventListener(r,i,o,n){return r.addEventListener(i,o,n),()=>this.removeEventListener(r,i,o,n)}removeEventListener(r,i,o,n){return r.removeEventListener(i,o,n)}static \u0275fac=function(r){return new(r||e)(ne(Pi))};static \u0275prov=xe({token:e,factory:e.\u0275fac})}return e})(),Zh=new U(""),k2=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(r,i){this._zone=i,r.forEach(a=>{a.manager=this});let o=r.filter(a=>!(a instanceof Wh));this._plugins=o.slice().reverse();let n=r.find(a=>a instanceof Wh);n&&this._plugins.push(n)}addEventListener(r,i,o,n){return this._findPluginFor(i).addEventListener(r,i,o,n)}getZone(){return this._zone}_findPluginFor(r){let i=this._eventNameToPlugin.get(r);if(i)return i;if(i=this._plugins.find(o=>o.supports(r)),!i)throw new $(-5101,!1);return this._eventNameToPlugin.set(r,i),i}static \u0275fac=function(r){return new(r||e)(ne(Zh),ne(ni))};static \u0275prov=xe({token:e,factory:e.\u0275fac})}return e})(),bd="ng-app-id";mb=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(r,i,o,n={}){this.doc=r,this.appId=i,this.nonce=o,c8(r,i,this.inline,this.external)&&this.hosts.add(r.head)}addStyles(r,i){for(let o of r)this.addUsage(o,this.inline,gb);i?.forEach(o=>this.addUsage(o,this.external,Kh))}removeStyles(r,i){for(let o of r)this.removeUsage(o,this.inline);i?.forEach(o=>this.removeUsage(o,this.external))}addUsage(r,i,o){let n=i.get(r);n?n.usage++:i.set(r,{usage:1,elements:[...this.hosts].map(a=>this.addElement(a,o(r,this.doc)))})}removeUsage(r,i){let o=i.get(r);o&&(o.usage--,o.usage<=0&&(vb(o.elements),i.delete(r)))}ngOnDestroy(){for(let[,{elements:r}]of[...this.inline,...this.external])vb(r);this.hosts.clear()}addHost(r){if(!this.hosts.has(r)){this.hosts.add(r);for(let[i,{elements:o}]of this.inline)o.push(this.addElement(r,gb(i,this.doc)));for(let[i,{elements:o}]of this.external)o.push(this.addElement(r,Kh(i,this.doc)))}}removeHost(r){this.hosts.delete(r);for(let i of[...this.inline.values(),...this.external.values()]){let o=[];for(let n of i.elements)n.parentNode===r?n.remove():o.push(n);i.elements=o}}addElement(r,i){return this.nonce&&i.setAttribute("nonce",this.nonce),r.appendChild(i)}static \u0275fac=function(r){return new(r||e)(ne(Pi),ne(Qy),ne(tw,8),ne(ew))};static \u0275prov=xe({token:e,factory:e.\u0275fac})}return e})(),yd={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},rv=/%COMP%/g,T2="%COMP%",_8=`_nghost-${T2}`,d8=`_ngcontent-${T2}`,h8=!0,p8=new U("",{factory:()=>h8}),f8=new U("");bb=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;cssVarNamespace;constructor(r,i,o,n,a,s,l=null,u=null,_=null){this.eventManager=r,this.sharedStylesHost=i,this.appId=o,this.removeStylesOnCompDestroy=n,this.doc=a,this.ngZone=s,this.nonce=l,this.tracingService=u,this.cssVarNamespace=_??"",this.defaultRenderer=new iv(r,a,s,this.tracingService,this.cssVarNamespace)}createRenderer(r,i){if(!r||!i)return this.defaultRenderer;let o=this.getOrCreateRenderer(r,i);return o instanceof Cb?o.applyToHost(r):o instanceof Xh&&o.applyStyles(),o}getOrCreateRenderer(r,i){let o=this.rendererByCompId,n=o.get(i.id);if(!n){let a=this.doc,s=this.ngZone,l=this.eventManager,u=this.sharedStylesHost,_=this.removeStylesOnCompDestroy,c=this.tracingService;switch(i.encapsulation){case Ci.Emulated:n=new Cb(l,u,i,this.appId,_,a,s,c,this.cssVarNamespace);break;case Ci.ShadowDom:return new wb(l,r,i,a,s,this.nonce,c,this.cssVarNamespace,u);case Ci.ExperimentalIsolatedShadowDom:return new wb(l,r,i,a,s,this.nonce,c,this.cssVarNamespace);default:n=new Xh(l,u,i,_,a,s,c,this.cssVarNamespace);break}o.set(i.id,n)}return n}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(r){this.rendererByCompId.delete(r)}static \u0275fac=function(r){return new(r||e)(ne(k2),ne(xu),ne(Qy),ne(p8),ne(Pi),ne(ni),ne(tw),ne(Ba,8),ne(f8,8))};static \u0275prov=xe({token:e,factory:e.\u0275fac})}return e})(),iv=class{eventManager;doc;ngZone;tracingService;cssVarNamespace;data=Object.create(null);throwOnSyntheticProps=!0;constructor(e,t,r,i,o=""){this.eventManager=e,this.doc=t,this.ngZone=r,this.tracingService=i,this.cssVarNamespace=o}destroy(){}destroyNode=null;createElement(e,t){return t?this.doc.createElementNS(yd[t]||t,e):this.doc.createElement(e)}createComment(e){return this.doc.createComment(e)}createText(e){return this.doc.createTextNode(e)}appendChild(e,t){(yb(e)?e.content:e).appendChild(t)}insertBefore(e,t,r){e&&(yb(e)?e.content:e).insertBefore(t,r)}removeChild(e,t){t.remove()}selectRootElement(e,t){let r=typeof e=="string"?this.doc.querySelector(e):e;if(!r)throw new $(-5104,!1);return t||(r.textContent=""),r}parentNode(e){return e.parentNode}nextSibling(e){return e.nextSibling}setAttribute(e,t,r,i){if(i){t=i+":"+t;let o=yd[i];o?e.setAttributeNS(o,t,r):e.setAttribute(t,r)}else e.setAttribute(t,r)}removeAttribute(e,t,r){if(r){let i=yd[r];i?e.removeAttributeNS(i,t):e.removeAttribute(`${r}:${t}`)}else e.removeAttribute(t)}addClass(e,t){e.classList.add(t)}removeClass(e,t){e.classList.remove(t)}setStyle(e,t,r,i){let o=t.startsWith("--");o&&(t=t.replace("%NS%",this.cssVarNamespace)),o||i&(Vo.DashCase|Vo.Important)?e.style.setProperty(t,r,i&Vo.Important?"important":""):e.style[t]=r}removeStyle(e,t,r){let i=t.startsWith("--");i&&(t=t.replace("%NS%",this.cssVarNamespace)),i||r&Vo.DashCase?e.style.removeProperty(t):e.style[t]=""}setProperty(e,t,r){e!=null&&(e[t]=r)}setValue(e,t){e.nodeValue=t}listen(e,t,r,i){if(typeof e=="string"&&(e=Wo().getGlobalEventTarget(this.doc,e),!e))throw new $(-5102,!1);let o=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(o=this.tracingService.wrapEventListener(e,t,o)),this.eventManager.addEventListener(e,t,o,i)}decoratePreventDefault(e){return t=>{if(t==="__ngUnwrap__")return e;e(t)===!1&&t.preventDefault()}}};wb=class extends iv{hostEl;sharedStylesHost;shadowRoot;constructor(e,t,r,i,o,n,a,s,l){super(e,i,o,a,s),this.hostEl=t,this.sharedStylesHost=l,this.shadowRoot=t.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let u=r.styles;u=I2(r.id,u).map(c=>c.replace(/%NS%/g,s));for(let c of u){let h=document.createElement("style");n&&h.setAttribute("nonce",n),h.textContent=c,this.shadowRoot.appendChild(h)}let _=r.getExternalStyles?.();if(_)for(let c of _){let h=Kh(c,i);n&&h.setAttribute("nonce",n),this.shadowRoot.appendChild(h)}}nodeOrShadowRoot(e){return e===this.hostEl?this.shadowRoot:e}appendChild(e,t){return super.appendChild(this.nodeOrShadowRoot(e),t)}insertBefore(e,t,r){return super.insertBefore(this.nodeOrShadowRoot(e),t,r)}removeChild(e,t){return super.removeChild(null,t)}parentNode(e){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(e)))}destroy(){this.sharedStylesHost&&this.sharedStylesHost.removeHost(this.shadowRoot)}},Xh=class extends iv{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(e,t,r,i,o,n,a,s,l){super(e,o,n,a,s),this.sharedStylesHost=t,this.removeStylesOnCompDestroy=i;let u=r.styles,_=l?I2(l,u):u;this.styles=_.map(c=>c.replace(/%NS%/g,s)),this.styleUrls=r.getExternalStyles?.(l)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&ha.size===0&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}},Cb=class extends Xh{contentAttr;hostAttr;constructor(e,t,r,i,o,n,a,s,l){let u=i+"-"+r.id;super(e,t,r,o,n,a,s,l,u),this.contentAttr=v8(u),this.hostAttr=g8(u)}applyToHost(e){this.applyStyles(),this.setAttribute(e,this.hostAttr,"")}createElement(e,t){let r=super.createElement(e,t);return super.setAttribute(r,this.contentAttr,""),r}},m8=class B2 extends gN{supportsDOMEvents=!0;static makeCurrent(){vN(new B2)}onAndCancel(t,r,i,o){return t.addEventListener(r,i,o),()=>{t.removeEventListener(r,i,o)}}dispatchEvent(t,r){t.dispatchEvent(r)}remove(t){t.remove()}createElement(t,r){return r=r||this.getDefaultDocument(),r.createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,r){return r==="window"?window:r==="document"?t:r==="body"?t.body:null}getBaseHref(t){let r=b8();return r==null?null:y8(r)}resetBaseElement(){as=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return ZC(document.cookie,t)}},as=null;xb=["alt","control","meta","shift"],w8={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},C8={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},x8=(()=>{class e extends S2{constructor(r){super(r)}supports(r){return e.parseEventName(r)!=null}addEventListener(r,i,o,n){let a=e.parseEventName(i),s=e.eventCallback(a.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Wo().onAndCancel(r,a.domEventName,s,n))}static parseEventName(r){let i=r.toLowerCase().split("."),o=i.shift();if(i.length===0||!(o==="keydown"||o==="keyup"))return null;let n=e._normalizeKey(i.pop()),a="",s=i.indexOf("code");if(s>-1&&(i.splice(s,1),a="code."),xb.forEach(u=>{let _=i.indexOf(u);_>-1&&(i.splice(_,1),a+=u+".")}),a+=n,i.length!=0||n.length===0)return null;let l={};return l.domEventName=o,l.fullKey=a,l}static matchEventFullKeyCode(r,i){let o=w8[r.key]||r.key,n="";return i.indexOf("code.")>-1&&(o=r.code,n="code."),o==null||!o?!1:(o=o.toLowerCase(),o===" "?o="space":o==="."&&(o="dot"),xb.forEach(a=>{if(a!==o){let s=C8[a];s(r)&&(n+=a+".")}}),n+=o,n===i)}static eventCallback(r,i,o){return n=>{e.matchEventFullKeyCode(n,r)&&o.runGuarded(()=>i(n))}}static _normalizeKey(r){return r==="esc"?"escape":r}static \u0275fac=function(r){return new(r||e)(ne(Pi))};static \u0275prov=xe({token:e,factory:e.\u0275fac})}return e})();A8=[{provide:ew,useValue:wN},{provide:Jy,useValue:T8,multi:!0},{provide:Pi,useFactory:B8}],E8=[{provide:nf,useValue:"root"},{provide:Ta,useFactory:I8},{provide:Zh,useClass:Wh,multi:!0},{provide:Zh,useClass:x8,multi:!0},bb,{provide:xu,useClass:mb},{provide:mb,useExisting:xu},k2,{provide:Ff,useExisting:bb},[]],fa=class Zl{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?typeof t=="string"?this.lazyInit=()=>{this.headers=new Map,t.split(`
|
|
86
|
+
`).forEach(r=>{let i=r.indexOf(":");if(i>0){let o=r.slice(0,i),n=r.slice(i+1).trim();this.addHeaderEntry(o,n)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((r,i)=>{this.addHeaderEntry(i,r)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([r,i])=>{this.setHeaderEntries(r,i)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();let r=this.headers.get(t.toLowerCase());return r&&r.length>0?r[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,r){return this.clone({name:t,value:r,op:"a"})}set(t,r){return this.clone({name:t,value:r,op:"s"})}delete(t,r){return this.clone({name:t,value:r,op:"d"})}maybeSetNormalizedName(t,r){this.normalizedNames.has(r)||this.normalizedNames.set(r,t)}init(){this.lazyInit&&(this.lazyInit instanceof Zl?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init();for(let[r,i]of t.headers.entries())this.headers.set(r,i),this.normalizedNames.set(r,t.normalizedNames.get(r))}clone(t){let r=new Zl;return r.lazyInit=this.lazyInit&&this.lazyInit instanceof Zl?this.lazyInit:this,r.lazyUpdate=(this.lazyUpdate||[]).concat([t]),r}applyUpdate(t){let r=t.name.toLowerCase();switch(t.op){case"a":case"s":let i=t.value;if(typeof i=="string"&&(i=[i]),i.length===0)return;this.maybeSetNormalizedName(t.name,r);let o=t.op==="a"?(this.headers.get(r)||[]).slice():[];o.push(...i),this.headers.set(r,o);break;case"d":let n=t.value;if(n===void 0)this.headers.delete(r),this.normalizedNames.delete(r);else{let a=Array.isArray(n)?n:[n],s=this.headers.get(r);if(!s)return;s=s.filter(l=>a.indexOf(l)===-1),s.length===0?(this.headers.delete(r),this.normalizedNames.delete(r)):this.headers.set(r,s)}break}}addHeaderEntry(t,r){let i=t.toLowerCase();this.maybeSetNormalizedName(t,i),this.headers.has(i)?this.headers.get(i).push(r):this.headers.set(i,[r])}setHeaderEntries(t,r){let i=(Array.isArray(r)?r:[r]).map(n=>n.toString()),o=t.toLowerCase();this.headers.set(o,i),this.maybeSetNormalizedName(t,o)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(r=>t(this.normalizedNames.get(r),this.headers.get(r)))}},D8=class{map=new Map;set(e,t){return this.map.set(e,t),this}get(e){return this.map.has(e)||this.map.set(e,e.defaultValue()),this.map.get(e)}delete(e){return this.map.delete(e),this}has(e){return this.map.has(e)}keys(){return this.map.keys()}},z8=class{encodeKey(e){return Sb(e)}encodeValue(e){return Sb(e)}decodeKey(e){return decodeURIComponent(e)}decodeValue(e){return decodeURIComponent(e)}};P8=/%(\d[a-f0-9])/gi,O8={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};Kn=class A2{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new z8,t.fromString){if(t.fromObject)throw new $(2805,!1);this.map=R8(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(r=>{let i=t.fromObject[r],o=Array.isArray(i)?i.map(bl):[bl(i)];this.map.set(r,o)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();let r=this.map.get(t);return r?r[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,r){return this.clone({param:t,value:r,op:"a"})}appendAll(t){let r=[];return Object.keys(t).forEach(i=>{let o=t[i];Array.isArray(o)?o.forEach(n=>{r.push({param:i,value:n,op:"a"})}):r.push({param:i,value:o,op:"a"})}),this.clone(r)}set(t,r){return this.clone({param:t,value:r,op:"s"})}delete(t,r){return this.clone({param:t,value:r,op:"d"})}toString(){return this.init(),this.keys().map(t=>{let r=this.encoder.encodeKey(t);return this.map.get(t).map(i=>r+"="+this.encoder.encodeValue(i)).join("&")}).filter(t=>t!=="").join("&")}clone(t){let r=new A2({encoder:this.encoder});return r.cloneFrom=this.cloneFrom||this,r.updates=(this.updates||[]).concat(t),r}init(){if(this.map===null&&(this.map=new Map),this.cloneFrom!==null){this.cloneFrom.init();for(let[t,r]of this.cloneFrom.map.entries())this.map.set(t,r);this.updates.forEach(t=>{switch(t.op){case"a":case"s":let r=t.op==="a"?(this.map.get(t.param)||[]).slice():[];r.push(bl(t.value)),this.map.set(t.param,r);break;case"d":if(t.value!==void 0){let i=(this.map.get(t.param)||[]).slice(),o=i.indexOf(bl(t.value));o!==-1&&i.splice(o,1),i.length>0?this.map.set(t.param,i):this.map.delete(t.param)}else{this.map.delete(t.param);break}}}),this.cloneFrom=this.updates=null}}};wd="Content-Type",Bb="Accept",E2="text/plain",D2="application/json",L8=`${D2}, ${E2}, */*`,Cd=class z2{url;body=null;headers;context;reportProgress=!1;reportUploadProgress=!1;reportDownloadProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(t,r,i,o){this.url=r,this.method=t.toUpperCase();let n;if(M8(this.method)||o?(this.body=i!==void 0?i:null,n=o):n=i,n){if(this.reportProgress=!!n.reportProgress,this.reportUploadProgress=!!n.reportUploadProgress,this.reportDownloadProgress=!!n.reportDownloadProgress,this.withCredentials=!!n.withCredentials,this.keepalive=!!n.keepalive,n.responseType&&(this.responseType=n.responseType),n.headers&&(this.headers=n.headers),n.context&&(this.context=n.context),n.params&&(this.params=n.params),n.priority&&(this.priority=n.priority),n.cache&&(this.cache=n.cache),n.credentials&&(this.credentials=n.credentials),typeof n.timeout=="number"){if(n.timeout<1||!Number.isInteger(n.timeout))throw new $(2822,"");this.timeout=n.timeout}n.mode&&(this.mode=n.mode),n.redirect&&(this.redirect=n.redirect),n.integrity&&(this.integrity=n.integrity),n.referrer!==void 0&&(this.referrer=n.referrer),n.referrerPolicy&&(this.referrerPolicy=n.referrerPolicy),this.transferCache=n.transferCache}if(this.headers??=new fa,this.context??=new D8,!this.params)this.params=new Kn,this.urlWithParams=r;else{let a=this.params.toString();if(a.length===0)this.urlWithParams=r;else{let s=r,l="",u=r.indexOf("#");u!==-1&&(l=r.substring(u),s=r.substring(0,u));let _=s.indexOf("?"),c=_===-1?"?":_<s.length-1?"&":"";this.urlWithParams=s+c+a+l}}}serializeBody(){return this.body===null?null:typeof this.body=="string"||kb(this.body)||Tb(this.body)||Ib(this.body)||N8(this.body)?this.body:this.body instanceof Kn?this.body.toString():typeof this.body=="object"||typeof this.body=="boolean"||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return this.body===null||Ib(this.body)?null:Tb(this.body)?this.body.type||null:kb(this.body)?null:typeof this.body=="string"?E2:this.body instanceof Kn?"application/x-www-form-urlencoded;charset=UTF-8":typeof this.body=="object"||typeof this.body=="number"||typeof this.body=="boolean"?D2:null}clone(t={}){let r=t.method||this.method,i=t.url||this.url,o=t.responseType||this.responseType,n=t.keepalive??this.keepalive,a=t.priority||this.priority,s=t.cache||this.cache,l=t.mode||this.mode,u=t.redirect||this.redirect,_=t.credentials||this.credentials,c=t.referrer??this.referrer,h=t.integrity||this.integrity,d=t.referrerPolicy||this.referrerPolicy,m=t.transferCache??this.transferCache,w=t.timeout??this.timeout,I=t.body!==void 0?t.body:this.body,x=t.withCredentials??this.withCredentials,B=t.reportProgress??this.reportProgress,P=t.reportUploadProgress??this.reportUploadProgress,ce=t.reportDownloadProgress??this.reportDownloadProgress,ve=t.headers||this.headers,ge=t.params||this.params,St=t.context??this.context;return t.setHeaders!==void 0&&(ve=Object.keys(t.setHeaders).reduce((Oe,Qe)=>Oe.set(Qe,t.setHeaders[Qe]),ve)),t.setParams&&(ge=Object.keys(t.setParams).reduce((Oe,Qe)=>Oe.set(Qe,t.setParams[Qe]),ge)),new z2(r,i,I,{params:ge,headers:ve,context:St,reportProgress:B,reportUploadProgress:P,reportDownloadProgress:ce,responseType:o,withCredentials:x,transferCache:m,keepalive:n,cache:s,priority:a,timeout:w,mode:l,redirect:u,credentials:_,referrer:c,integrity:h,referrerPolicy:d})}},Xn=(function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e})(Xn||{}),ov=class{headers;status;statusText;url;ok;type;redirected;responseType;constructor(e,t=200,r="OK"){this.headers=e.headers||new fa,this.status=e.status!==void 0?e.status:t,this.statusText=e.statusText||r,this.url=e.url||null,this.redirected=e.redirected,this.responseType=e.responseType,this.ok=this.status>=200&&this.status<300}},F8=class R2 extends ov{constructor(t={}){super(t)}type=Xn.ResponseHeader;clone(t={}){return new R2({headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}},P2=class O2 extends ov{body;constructor(t={}){super(t),this.body=t.body!==void 0?t.body:null}type=Xn.Response;clone(t={}){return new O2({body:t.body!==void 0?t.body:this.body,headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected,responseType:t.responseType??this.responseType})}},yl=class extends ov{name="HttpErrorResponse";message;error;ok=!1;constructor(e){super(e,0,"Unknown Error"),this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${e.url||"(unknown url)"}`:this.message=`Http failure response for ${e.url||"(unknown url)"}: ${e.status} ${e.statusText}`,this.error=e.error||null}},$8=200,H8=/^\)\]\}',?\n/,U8=new U("",{factory:()=>null}),Yh=(()=>{class e{fetchImpl=S(V8,{optional:!0})?.fetch??((...r)=>globalThis.fetch(...r));ngZone=S(ni);destroyRef=S(oi);maxResponseSize=S(U8);handle(r){return new dt(i=>{let o=new AbortController,n=!1,a={next:l=>{l.type===Xn.Response&&(n=!0),i.next(l)},error:l=>{n=!0,i.error(l)},complete:()=>{n=!0,i.complete()}};this.doRequest(r,o.signal,a).then(Qh,l=>a.error(new yl({error:l})));let s;return r.timeout&&(s=this.ngZone.runOutsideAngular(()=>setTimeout(()=>{o.signal.aborted||o.abort(new DOMException("signal timed out","TimeoutError"))},r.timeout))),()=>{s!==void 0&&clearTimeout(s),!n&&!o.signal.aborted&&o.abort()}})}async doRequest(r,i,o){let n=this.createRequestInit(r),a;try{let I=this.ngZone.runOutsideAngular(()=>this.fetchImpl(r.urlWithParams,D({signal:i},n)));j8(I),o.next({type:Xn.Sent}),a=await I}catch(I){o.error(new yl({error:I,status:I.status??0,statusText:I.statusText,url:r.urlWithParams,headers:I.headers}));return}let s=new fa(a.headers),l=a.statusText,u=a.url||r.urlWithParams,_=a.status,c=null,h=r.reportProgress||r.reportDownloadProgress;if(h&&o.next(new F8({headers:s,status:_,statusText:l,url:u})),a.body){let I=a.headers.get(wd)??"",x=a.headers.get("content-length"),B=x!==null?Number(x):NaN;this.maxResponseSize!==null&&Number.isFinite(B)&&B>this.maxResponseSize&&Ab(this.maxResponseSize);let P=[],ce=a.body.getReader(),ve=0,ge,St,Oe=typeof Zone<"u"&&Zone.current,Qe=!1;if(await this.ngZone.runOutsideAngular(async()=>{for(;;){if(this.destroyRef.destroyed){await ce.cancel(),Qe=!0;break}let{done:_e,value:Le}=await ce.read();if(_e)break;if(P.push(Le),ve+=Le.length,this.maxResponseSize!==null&&ve>this.maxResponseSize&&(await ce.cancel(),Ab(this.maxResponseSize)),h){St=r.responseType==="text"?(St??"")+(ge??=xd(I)).decode(Le,{stream:!0}):void 0;let pn=()=>o.next({type:Xn.DownloadProgress,total:Number.isFinite(B)?B:void 0,loaded:ve,partialText:St});Oe?Oe.run(pn):pn()}}}),Qe){o.complete();return}let Lt=this.concatChunks(P,ve);try{c=this.parseBody(r,Lt,I,_)}catch(_e){o.error(new yl({error:_e,headers:new fa(a.headers),status:a.status,statusText:a.statusText,url:a.url||r.urlWithParams}));return}}_===0&&(_=c?$8:0);let d=_>=200&&_<300,m=a.redirected,w=a.type;d?(o.next(new P2({body:c,headers:s,status:_,statusText:l,url:u,redirected:m,responseType:w})),o.complete()):o.error(new yl({error:c,headers:s,status:_,statusText:l,url:u,redirected:m,responseType:w}))}parseBody(r,i,o,n){switch(r.responseType){case"json":let a=xd(o).decode(i).replace(H8,"");if(a==="")return null;try{return JSON.parse(a)}catch(s){if(n<200||n>=300)return a;throw s}case"text":return xd(o).decode(i);case"blob":return new Blob([i],{type:o});case"arraybuffer":return i.buffer}}createRequestInit(r){if(r.reportUploadProgress)throw new $(2824,!1);let i={},o;if(o=r.credentials,r.withCredentials&&(o="include"),r.headers.forEach((n,a)=>i[n]=a.join(",")),r.headers.has(Bb)||(i[Bb]=L8),!r.headers.has(wd)){let n=r.detectContentTypeHeader();n!==null&&(i[wd]=n)}return{body:r.serializeBody(),method:r.method,headers:i,credentials:o,keepalive:r.keepalive,cache:r.cache,priority:r.priority,mode:r.mode,redirect:r.redirect,referrer:r.referrer,integrity:r.integrity,referrerPolicy:r.referrerPolicy}}concatChunks(r,i){let o=new Uint8Array(i),n=0;for(let a of r)o.set(a,n),n+=a.length;return o}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Ps({token:e,factory:e.\u0275fac})}return e})(),V8=class{};q8=/charset=\s*["']?([^;"'\s]+)["']?/i;G8=new U("",{factory:()=>!0}),W8="XSRF-TOKEN",Z8=new U("",{factory:()=>W8}),K8="X-XSRF-TOKEN",X8=new U("",{factory:()=>K8}),Y8=(()=>{class e{cookieName=S(Z8);doc=S(Pi);lastCookieString="";lastToken=null;parseCount=0;getToken(){let r=this.doc.cookie||"";return r!==this.lastCookieString&&(this.parseCount++,this.lastToken=ZC(r,this.cookieName),this.lastCookieString=r),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Ps({token:e,factory:e.\u0275fac})}return e})(),Q8=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=xe({token:e,factory:function(r){let i=null;return r?i=new(r||e):i=ne(Y8),i},providedIn:"root"})}return e})();N2=new U("",{factory:()=>[M2]}),tL=new U(""),rL=new U("",{factory:()=>!0}),L2=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=xe({token:e,factory:function(r){let i=null;return r?i=new(r||e):i=ne(Yh),i},providedIn:"root"})}return e})(),Jh=(()=>{class e{backend;injector;chain=null;pendingTasks=S(IR);contributeToStability=S(rL);constructor(r,i){this.backend=r,this.injector=i}handle(r){if(this.chain===null){let o=this.injector.get(nv,null,{skipSelf:!0}),n=o!==null&&this.backend===o,a=this.injector.get(tL,[],n?{self:!0}:void 0),s=Array.from(new Set([...this.injector.get(N2),...a]));this.chain=s.reduceRight((l,u)=>eL(l,u,this.injector),J8)}let i=this.chain;if(this.contributeToStability){let o=this.pendingTasks.add();return Ut(()=>i(r,n=>this.backend.handle(n))).pipe(tz(o))}else return Ut(()=>i(r,o=>this.backend.handle(o)))}static \u0275fac=function(r){return new(r||e)(ne(L2),ne(co))};static \u0275prov=xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),nv=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=xe({token:e,factory:function(r){let i=null;return r?i=new(r||e):i=ne(Jh),i},providedIn:"root"})}return e})();F2=(()=>{class e{handler;constructor(r){this.handler=r}request(r,i,o={}){let n;if(r instanceof Cd)n=r;else{let l;o.headers instanceof fa?l=o.headers:l=new fa(o.headers);let u;o.params&&(o.params instanceof Kn?u=o.params:u=new Kn({fromObject:o.params})),n=new Cd(r,i,o.body!==void 0?o.body:null,{headers:l,context:o.context,params:u,reportProgress:o.reportProgress,reportUploadProgress:o.reportUploadProgress,reportDownloadProgress:o.reportDownloadProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache,keepalive:o.keepalive,priority:o.priority,cache:o.cache,mode:o.mode,redirect:o.redirect,credentials:o.credentials,referrer:o.referrer,referrerPolicy:o.referrerPolicy,integrity:o.integrity,timeout:o.timeout})}let a=M7(n).pipe(ez(l=>this.handler.handle(l)));if(r instanceof Cd||o.observe==="events")return a;let s=a.pipe(J7(l=>l instanceof P2));switch(o.observe||"body"){case"body":switch(n.responseType){case"arraybuffer":return s.pipe(to(l=>{if(l.body!==null&&!(l.body instanceof ArrayBuffer))throw new $(2806,!1);return l.body}));case"blob":return s.pipe(to(l=>{if(l.body!==null&&!(l.body instanceof Blob))throw new $(2807,!1);return l.body}));case"text":return s.pipe(to(l=>{if(l.body!==null&&typeof l.body!="string")throw new $(2808,!1);return l.body}));default:return s.pipe(to(l=>l.body))}case"response":return s;default:throw new $(2809,!1)}}delete(r,i={}){return this.request("DELETE",r,i)}get(r,i={}){return this.request("GET",r,i)}head(r,i={}){return this.request("HEAD",r,i)}jsonp(r,i){return this.request("JSONP",r,{params:new Kn().append(i,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(r,i={}){return this.request("OPTIONS",r,i)}patch(r,i,o={}){return this.request("PATCH",r,Sd(o,i))}post(r,i,o={}){return this.request("POST",r,Sd(o,i))}put(r,i,o={}){return this.request("PUT",r,Sd(o,i))}static \u0275fac=function(r){return new(r||e)(ne(nv))};static \u0275prov=xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();$2="[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]";new RegExp($2,"g");new RegExp(`(${$2})+`,"g");H2="[0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19]";new RegExp(H2,"g");new RegExp(`(${H2})+`,"g");av={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},aL=te(D({},av),{overlayX:"start",originX:"start"}),sL=te(D({},av),{overlayX:"end",originX:"end"}),sv={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},lL=te(D({},sv),{overlayX:"start",originX:"start"}),uL=te(D({},sv),{overlayX:"end",originX:"end"}),U2=class{},Fu=(()=>{class e extends U2{static{this.global={top:"1rem",center:!0}}static{this.connected=av}}return e})(),$u=(()=>{class e extends U2{static{this.global={bottom:"1rem",center:!0}}static{this.connected=sv}}return e})();(class extends Fu{static{this.global=te(D({},Fu.global),{left:"1rem",center:!1})}static{this.connected=aL}});(class extends Fu{static{this.global=te(D({},Fu.global),{right:"1rem",center:!1})}static{this.connected=sL}});(class extends $u{static{this.global=te(D({},$u.global),{left:"1rem",center:!1})}static{this.connected=lL}});(class extends $u{static{this.global=te(D({},$u.global),{right:"1rem",center:!1})}static{this.connected=uL}});Math.pow(2,31)-1;cL="global",_L="default",K=(function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e})(K||{}),dL=new U("ContentDensityDirective"),hL=class{},V2=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=S(hL),this._injector=S(xt),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return ss(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(r){this._storage.setContentDensity(r)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=xe({token:e,factory:e.\u0275fac})}}return e})(),pL=class{},fL=e=>pr(()=>{let t=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return t===_L?e.defaultContentDensity:t===cL?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:t}),j2={modifiers:{[K.COMPACT]:"is-compact",[K.COZY]:"is-cozy",[K.CONDENSED]:"is-condensed"},supportedContentDensity:[K.COMPACT,K.COZY],defaultContentDensity:K.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}},vL=e=>!!(e&&e.useFactory),gL=(e,t)=>(t.deps||[]).map(r=>{if(Array.isArray(r)){let i,o={};for(let n=0;n<r.length;n++){let a=r[n].__NG_DI_FLAG__;typeof a=="number"?o=te(D({},o),{flag:a}):i=r[n]}return e.get(i,void 0,o)}return e.get(r,void 0,{})}),mL=(e,t)=>{if(typeof t.defaultContentDensity=="string")return t.defaultContentDensity;if(vL(t.defaultContentDensity)){let r=gL(e,t.defaultContentDensity);return t.defaultContentDensity.useFactory(...r)}return e.get(t.defaultContentDensity,void 0,void 0)},bL=(e,t)=>e.get(V2,null,{optional:!0})?.currentContentDensity||mL(e,D(D({},j2),t||{})),bo=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(r,i){this._destroyRef=S(oi),this._alternativeTo={[K.COMPACT]:()=>this._isSupported(K.CONDENSED)?K.CONDENSED:K.COZY,[K.CONDENSED]:()=>this._isSupported(K.COMPACT)?K.COMPACT:K.COZY,[K.COZY]:()=>K.COZY},this._globalContentDensityService=S(V2,{optional:!0}),this._contentDensityDirective=S(dL,{optional:!0}),this._parentContentDensityObserver=S(e,{optional:!0,skipSelf:!0}),this._renderer=S(gc),this._elementRef=S(gr),this._elements=[this._elementRef],this.config=D(D(D({},j2),this._parentContentDensityObserver?.config??{}),i||{});let o=bL(r,i);this._changesSource=fL({defaultContentDensity:o,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=JM({source:this._changesSource,computation:n=>!n||typeof n!="string"?K.COZY:this._validateAndFallback(n)}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=pr(()=>this._contentDensity()===K.COMPACT),this.isCozySignal=pr(()=>this._contentDensity()===K.COZY),this.isCondensedSignal=pr(()=>this._contentDensity()===K.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=ss(this.isCompactSignal,{injector:r}),this.isCozy$=ss(this.isCozySignal,{injector:r}),this.isCondensed$=ss(this.isCondensedSignal,{injector:r}),this.contentDensity$$=ss(this._contentDensity,{injector:r}),Nr(()=>{let n=this._contentDensity();this._applyClass(n)}),PP(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...r){this._elements.concat(...r.map(i=>i.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(r){return this.contentDensity$$.subscribe(r)}removeConsumer(r){this._elements.splice(this._elements.indexOf(r.elementRef),1)}_validateAndFallback(r){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${r}`),!this._isSupported(r))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${r} is not supported. Failing back to alternative one.`),this._alternativeTo[r]()}catch{throw new Error(`ContentDensityObserver: density ${r} is not supported`)}return r}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(r){if(!this.config?.modifiers)return;let i=this.config.modifiers,o=r??this._contentDensity(),n=this._parentContentDensityObserver?.value===o;this._elements.forEach(a=>{if(Object.values(i).forEach(l=>{this._renderer?.removeClass(a?.nativeElement,l)}),this._applyUi5Marker(a?.nativeElement,o,n),n&&!this.config.alwaysAddModifiers)return;let s=i[o];s&&this._renderer?.addClass(a?.nativeElement,s)})}_applyUi5Marker(r,i,o){if(!this.config.ui5Markers?.enabled||!r||!this._renderer||!(r instanceof HTMLElement))return;let n="data-ui5-compact-size";if(o&&!this.config.alwaysAddModifiers){this._renderer.removeAttribute(r,n);return}i===K.COMPACT||i===K.CONDENSED?this._renderer.setAttribute(r,n,""):this._renderer.removeAttribute(r,n)}_isSupported(r){return this.config.supportedContentDensity?.includes(r)??!1}static{this.\u0275fac=function(r){return new(r||e)(ne(xt),ne(pL))}}static{this.\u0275prov=xe({token:e,factory:e.\u0275fac})}}return e})();yL=["*"],q2=(()=>{class e{constructor(){this.accessibilityAttributes=k({}),this.accessibleDescription=k(),this.accessibleName=k(),this.accessibleNameRef=k(),this.accessibleRole=k("Button"),this.design=k("Default"),this.disabled=k(!1,{transform:Pe}),this.endIcon=k(),this.form=k(),this.icon=k(),this.loading=k(!1,{transform:Pe}),this.loadingDelay=k(1e3),this.submits=k(!1,{transform:Pe}),this.tooltip=k(),this.type=k("Button"),this.ui5Click=ut(),this.slots=[{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"},{name:"default",description:`Defines the text of the component.
|
|
87
|
+
|
|
88
|
+
**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.`}],this.elementRef=S(gr),this.injector=S(xt),this._contentDensityObserver=S(bo)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){let r=this.element;for(let i of["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"]){let o=i.replace(/-./g,n=>n[1].toUpperCase());this[o]&&typeof this[o]=="function"&&ri(this.injector,()=>{Nr(()=>{let n=this[o]();if(r){if(n===void 0&&r[i])return;r[i]=n}})})}for(let i of["ui5Click"]){let o=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&typeof this[i].emit=="function"&&r.addEventListener&&r.addEventListener(o,n=>{this[i].emit(n)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],form:[1,"form"],icon:[1,"icon"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],submits:[1,"submits"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],features:[br([hn({supportedContentDensity:[K.COMPACT,K.COZY]})])],ngContentSelectors:yL,decls:1,vars:0,template:function(r,i){r&1&&(_n(),dn(0))},encapsulation:2})}}return e})(),lv=new U("CVA_CONFIG"),G2=(()=>{class e{constructor(){this.elementRef=S(gr),this.cdr=S(qC),this.config=S(lv,{optional:!0}),this._value=null,this._valueSet=!1,this._initialized=!1,this._disabled=!1}get effectiveConfig(){return this.config||{property:"value",events:["change","input"],transformValue:r=>r||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(r){this._disabled=r;let i=this.elementRef.nativeElement;i&&this._initialized&&(i.disabled=r,this.cdr.markForCheck())}registerOnChange(r){this.onChange=r}registerOnTouched(r){this.onTouched=r}writeValue(r){this._value=r,this._valueSet=!0,this._initialized&&this.updateElementValue(r)}initializeComponent(){let r=this.elementRef.nativeElement,i=this.effectiveConfig;if(this._initialized=!0,r&&r.addEventListener){for(let o of i.events)r.addEventListener(o,n=>{if(this.onChange){let a=this.getValueToEmit(i,n);if(a!==void 0){let s=i.transformValue?i.transformValue(a):a;this.onChange(s),this.cdr.markForCheck()}}});r.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(r.disabled=this._disabled)}getValueToEmit(r,i){return r.isRadioButton?i.target.checked?i.target.value:void 0:i.target[r.property]}updateElementValue(r){let i=this.elementRef.nativeElement,o=this.effectiveConfig;if(i&&this._initialized){if(o.isRadioButton)i.checked=i.value===r;else{let n=o.transformValue?o.transformValue(r):r;i[o.property]=n}this.cdr.markForCheck()}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=Lr({type:e,selectors:[["","noop",""]],features:[br([{provide:Gf,useExisting:sn(()=>e),multi:!0}])]})}}return e})(),wL=["*"],W2=(()=>{class e{constructor(){this.accessibleDescription=k(),this.accessibleDescriptionRef=k(),this.accessibleName=k(),this.accessibleNameRef=k(),this.disabled=k(!1,{transform:Pe}),this.filter=k("None"),this.maxlength=k(),this.name=k(),this.noTypeahead=k(!1,{transform:Pe}),this.open=k(!1,{transform:Pe}),this.placeholder=k(),this.readonly=k(!1,{transform:Pe}),this.required=k(!1,{transform:Pe}),this.showClearIcon=k(!1,{transform:Pe}),this.showSuggestions=k(!1,{transform:Pe}),this.type=k("Text"),this.value=k(""),this.valueState=k("None"),this.ui5Change=ut(),this.ui5Close=ut(),this.ui5Input=ut(),this.ui5Open=ut(),this.ui5Select=ut(),this.ui5SelectionChange=ut(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Input with type `Number` does not support suggestions."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=S(gr),this.injector=S(xt),this._contentDensityObserver=S(bo)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){let r=this.element;for(let i of["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"]){let o=i.replace(/-./g,n=>n[1].toUpperCase());this[o]&&typeof this[o]=="function"&&ri(this.injector,()=>{Nr(()=>{let n=this[o]();if(r){if(n===void 0&&r[i])return;r[i]=n}})})}for(let i of["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"]){let o=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&typeof this[i].emit=="function"&&r.addEventListener&&r.addEventListener(o,n=>{this[i].emit(n)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],disabled:[1,"disabled"],filter:[1,"filter"],maxlength:[1,"maxlength"],name:[1,"name"],noTypeahead:[1,"noTypeahead"],open:[1,"open"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],showClearIcon:[1,"showClearIcon"],showSuggestions:[1,"showSuggestions"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"]},outputs:{ui5Change:"ui5Change",ui5Close:"ui5Close",ui5Input:"ui5Input",ui5Open:"ui5Open",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5Input"],features:[br([hn({supportedContentDensity:[K.COMPACT,K.COZY]}),{provide:lv,useValue:{property:"value",events:["change","input"],transformValue:r=>r||""}}]),AC([G2])],ngContentSelectors:wL,decls:1,vars:0,template:function(r,i){r&1&&(_n(),dn(0))},encapsulation:2})}}return e})(),CL=["*"],Z2=(()=>{class e{constructor(){this.for=k(),this.required=k(!1,{transform:Pe}),this.showColon=k(!1,{transform:Pe}),this.wrappingType=k("Normal"),this.slots=[{name:"default",description:`Defines the text of the component.
|
|
89
|
+
|
|
90
|
+
**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.`}],this.elementRef=S(gr),this.injector=S(xt),this._contentDensityObserver=S(bo)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){let r=this.element;for(let i of["for","required","showColon","wrappingType"]){let o=i.replace(/-./g,n=>n[1].toUpperCase());this[o]&&typeof this[o]=="function"&&ri(this.injector,()=>{Nr(()=>{let n=this[o]();if(r){if(n===void 0&&r[i])return;r[i]=n}})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[br([hn({supportedContentDensity:[K.COMPACT,K.COZY]})])],ngContentSelectors:CL,decls:1,vars:0,template:function(r,i){r&1&&(_n(),dn(0))},encapsulation:2})}}return e})(),xL=["*"],K2=(()=>{class e{constructor(){this.accessibilityAttributes=k({}),this.accessibleDescription=k(),this.accessibleName=k(),this.accessibleNameRef=k(),this.accessibleRole=k("Link"),this.design=k("Default"),this.disabled=k(!1,{transform:Pe}),this.endIcon=k(),this.href=k(),this.icon=k(),this.interactiveAreaSize=k("Normal"),this.target=k(),this.tooltip=k(),this.wrappingType=k("Normal"),this.ui5Click=ut(),this.slots=[{name:"default",description:`Defines the text of the component.
|
|
91
|
+
|
|
92
|
+
**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.`}],this.elementRef=S(gr),this.injector=S(xt),this._contentDensityObserver=S(bo)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){let r=this.element;for(let i of["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"]){let o=i.replace(/-./g,n=>n[1].toUpperCase());this[o]&&typeof this[o]=="function"&&ri(this.injector,()=>{Nr(()=>{let n=this[o]();if(r){if(n===void 0&&r[i])return;r[i]=n}})})}for(let i of["ui5Click"]){let o=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&typeof this[i].emit=="function"&&r.addEventListener&&r.addEventListener(o,n=>{this[i].emit(n)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],href:[1,"href"],icon:[1,"icon"],interactiveAreaSize:[1,"interactiveAreaSize"],target:[1,"target"],tooltip:[1,"tooltip"],wrappingType:[1,"wrappingType"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],features:[br([hn({supportedContentDensity:[K.COMPACT,K.COZY]})])],ngContentSelectors:xL,decls:1,vars:0,template:function(r,i){r&1&&(_n(),dn(0))},encapsulation:2})}}return e})(),SL=["*"],X2=(()=>{class e{constructor(){this.accessibilityAttributes=k({}),this.accessibleDescription=k(),this.accessibleDescriptionRef=k(),this.accessibleName=k(),this.accessibleNameRef=k(),this.accessibleRole=k("List"),this.footerText=k(),this.growing=k("None"),this.growingButtonText=k(),this.headerText=k(),this.indent=k(!1,{transform:Pe}),this.loading=k(!1,{transform:Pe}),this.loadingDelay=k(1e3),this.noDataText=k(),this.selectionMode=k("None"),this.separators=k("All"),this.stickyHeader=k(!1,{transform:Pe}),this.ui5ItemClick=ut(),this.ui5ItemClose=ut(),this.ui5ItemDelete=ut(),this.ui5ItemToggle=ut(),this.ui5LoadMore=ut(),this.ui5Move=ut(),this.ui5MoveOver=ut(),this.ui5SelectionChange=ut(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=S(gr),this.injector=S(xt),this._contentDensityObserver=S(bo)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){let r=this.element;for(let i of["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"]){let o=i.replace(/-./g,n=>n[1].toUpperCase());this[o]&&typeof this[o]=="function"&&ri(this.injector,()=>{Nr(()=>{let n=this[o]();if(r){if(n===void 0&&r[i])return;r[i]=n}})})}for(let i of["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"]){let o=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&typeof this[i].emit=="function"&&r.addEventListener&&r.addEventListener(o,n=>{this[i].emit(n)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],footerText:[1,"footerText"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],headerText:[1,"headerText"],indent:[1,"indent"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],noDataText:[1,"noDataText"],selectionMode:[1,"selectionMode"],separators:[1,"separators"],stickyHeader:[1,"stickyHeader"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemDelete:"ui5ItemDelete",ui5ItemToggle:"ui5ItemToggle",ui5LoadMore:"ui5LoadMore",ui5Move:"ui5Move",ui5MoveOver:"ui5MoveOver",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5List"],features:[br([hn({supportedContentDensity:[K.COMPACT,K.COZY]})])],ngContentSelectors:SL,decls:1,vars:0,template:function(r,i){r&1&&(_n(),dn(0))},encapsulation:2})}}return e})(),kL=["*"],Y2=(()=>{class e{constructor(){this.accessibilityAttributes=k({}),this.accessibleName=k(),this.accessibleRole=k(),this.highlight=k("None"),this.movable=k(!1,{transform:Pe}),this.navigated=k(!1,{transform:Pe}),this.selected=k(!1,{transform:Pe}),this.tooltip=k(),this.type=k("Active"),this.ui5Click=ut(),this.ui5DetailClick=ut(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:`Defines the delete button, displayed in "Delete" mode.
|
|
93
|
+
**Note:** While the slot allows custom buttons, to match
|
|
94
|
+
design guidelines, please use the \`ui5-button\` component.
|
|
95
|
+
**Note:** When the slot is not present, a built-in delete button will be displayed.`,since:"1.9.0"}],this.elementRef=S(gr),this.injector=S(xt),this._contentDensityObserver=S(bo)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){let r=this.element;for(let i of["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"]){let o=i.replace(/-./g,n=>n[1].toUpperCase());this[o]&&typeof this[o]=="function"&&ri(this.injector,()=>{Nr(()=>{let n=this[o]();if(r){if(n===void 0&&r[i])return;r[i]=n}})})}for(let i of["ui5Click","ui5DetailClick"]){let o=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&typeof this[i].emit=="function"&&r.addEventListener&&r.addEventListener(o,n=>{this[i].emit(n)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleName:[1,"accessibleName"],accessibleRole:[1,"accessibleRole"],highlight:[1,"highlight"],movable:[1,"movable"],navigated:[1,"navigated"],selected:[1,"selected"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click",ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],features:[br([hn({supportedContentDensity:[K.COMPACT,K.COZY]})])],ngContentSelectors:kL,decls:1,vars:0,template:function(r,i){r&1&&(_n(),dn(0))},encapsulation:2})}}return e})();ae("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"});ae("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});Q2=(function(e){return e.Textual="Textual",e.Graphical="Graphical",e})(Q2||{}),TL=Q2;A("@ui5/webcomponents-theming","sap_horizon",async()=>Y);A("@ui5/webcomponents","sap_horizon",async()=>Q,"host");BL=`.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}
|
|
96
|
+
`,Nt=function(e,t,r,i){var o=arguments.length,n=o<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(o<3?a(n):o>3?a(t,r,n):a(t,r))||n);return o>3&&n&&Object.defineProperty(t,r,n),n},yt=Pn=class extends gt{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return Pn.i18nBundle.getText(t5)}get formValidity(){return{valueMissing:this.required&&!this.checked}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(e){Ve(e)&&e.preventDefault(),!this.readonly&&(Ve(e)?this._isSpacePressed=!0:(ru(e)||so(e))&&(this._cancelAction=!0),Pt(e)&&this._onclick())}_onkeyup(e){if(this.readonly)return;let t=Ve(e),r=ru(e)||so(e);if(t||m0(e)){if(this._cancelAction){this._cancelAction=!1,this._isSpacePressed=!1,e.preventDefault();return}this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);t&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;let e=!this.fireDecoratorEvent("change"),t=!this.fireDecoratorEvent("value-changed");(e||t)&&(this.checked=!this.checked)}}get graphical(){return this.design===TL.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){let e=this.textOn?.toLowerCase(),t=this.textOff?.toLowerCase(),r=Pn.i18nBundle.getText(lk).toLowerCase(),i=Pn.i18nBundle.getText(uk).toLowerCase();return e===r&&t===i||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return ba(this)||Dp(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?Pn.i18nBundle.getText(Yb):""}};Nt([v()],yt.prototype,"design",void 0);Nt([v({type:Boolean})],yt.prototype,"readonly",void 0);Nt([v({type:Boolean})],yt.prototype,"checked",void 0);Nt([v({type:Boolean})],yt.prototype,"disabled",void 0);Nt([v()],yt.prototype,"textOn",void 0);Nt([v()],yt.prototype,"textOff",void 0);Nt([v()],yt.prototype,"accessibleName",void 0);Nt([v()],yt.prototype,"accessibleNameRef",void 0);Nt([v()],yt.prototype,"tooltip",void 0);Nt([v({type:Boolean})],yt.prototype,"required",void 0);Nt([v()],yt.prototype,"name",void 0);Nt([v()],yt.prototype,"value",void 0);Nt([v({type:Boolean,noAttribute:!0})],yt.prototype,"_cancelAction",void 0);Nt([v({type:Boolean,noAttribute:!0})],yt.prototype,"_isSpacePressed",void 0);Nt([at("@ui5/webcomponents")],yt,"i18nBundle",void 0);yt=Pn=Nt([ye({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:BL,renderer:it,template:IL}),V("change",{bubbles:!0,cancelable:!0}),V("value-changed",{bubbles:!0,cancelable:!0})],yt);yt.define();AL=["*"],J2=(()=>{class e{constructor(){this.accessibleName=k(),this.accessibleNameRef=k(),this.checked=k(!1,{transform:Pe}),this.design=k("Textual"),this.disabled=k(!1,{transform:Pe}),this.name=k(),this.readonly=k(!1,{transform:Pe}),this.required=k(!1,{transform:Pe}),this.textOff=k(),this.textOn=k(),this.tooltip=k(),this.value=k(""),this.ui5Change=ut(),this.elementRef=S(gr),this.injector=S(xt),this._contentDensityObserver=S(bo)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){let r=this.element;for(let i of["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"]){let o=i.replace(/-./g,n=>n[1].toUpperCase());this[o]&&typeof this[o]=="function"&&ri(this.injector,()=>{Nr(()=>{let n=this[o]();if(r){if(n===void 0&&r[i])return;r[i]=n}})})}for(let i of["ui5Change"]){let o=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&typeof this[i].emit=="function"&&r.addEventListener&&r.addEventListener(o,n=>{this[i].emit(n)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],checked:[1,"checked"],design:[1,"design"],disabled:[1,"disabled"],name:[1,"name"],readonly:[1,"readonly"],required:[1,"required"],textOff:[1,"textOff"],textOn:[1,"textOn"],tooltip:[1,"tooltip"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[br([hn({supportedContentDensity:[K.COMPACT,K.COZY]}),{provide:lv,useValue:{property:"checked",events:["change"],transformValue:r=>!!r}}]),AC([G2])],ngContentSelectors:AL,decls:1,vars:0,template:function(r,i){r&1&&(_n(),dn(0))},encapsulation:2})}}return e})(),de=globalThis.Luigi,ex=(()=>{class e{setConfig(r){return de.setConfig(r)}get config(){return de.getConfig()}getConfigValue(r){return de.getConfigValue(r)}unloadConfig(){return de.unload()}sendCustomMessage(r){return de.sendCustomMessage(r)}configChanged(r){de.configChanged(r)}customMessages(){return de.customMessages()}navigation(){return de.navigation()}resetLuigi(){de.reset()}clearNavigationCache(){de.clearNavigationCache&&de.clearNavigationCache()}showAlert(r){return de.showAlert(r)}ux(){return de.ux()}theming(){return de.theming()}i18n(){return de.i18n()}globalSearch(){return de.globalSearch()}getGlobalContext(){return de.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(r,i=!1){de.setGlobalContext(r,i)}setInGlobalContext(r,i=!1){de.setGlobalContext(D(D({},this.getGlobalContext()),r),i)}routing(){return de.routing()}setFeatureToggle(r){de.featureToggles().setFeatureToggle(r)}unsetFeatureToggle(r){de.featureToggles().unsetFeatureToggle(r)}unsetAllFeatureToggles(){de.featureToggles().getActiveFeatureToggleList().forEach(r=>{this.unsetFeatureToggle(r)})}setFeatureToggles(r){if(r)for(let i of Object.keys(r))r[i]&&this.setFeatureToggle(i)}isFeatureToggleActive(r){return de.featureToggles().getActiveFeatureToggleList().includes(r)}getActiveFeatureToggleList(){return de.featureToggles().getActiveFeatureToggleList()}setAuthData(r){de.auth().store.setAuthData(r),de.auth().store.setNewlyAuthorized()}removeAuthData(){de.auth().store.removeAuthData()}getAuthData(){return de.auth().store.getAuthData()}setCurrentLocale(r){de.i18n().setCurrentLocale(r)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=xe({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),EL=class extends Error{};EL.prototype.name="InvalidTokenError";DL=(()=>{class e{constructor(){this.http=S(F2)}async getEnvConfig(){return this.envConfigCache?this.envConfigCache:(await L7(this.http.get("/rest/envconfig").pipe(oz(r=>this.envConfigCache=r))),this.envConfigCache)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=xe({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),tx=(()=>{class e{constructor(){this.envConfigService=S(DL),this.luigiCoreService=S(ex),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(r=>{this.currentLanguage=r})}getTranslation(r,i,o){let n=this.getInternalTranslation(r,i,o);return n||(n=this.findTranslation(r,this.translationTable,this.fallbackLanguage,i)),n||r}async getTranslationAsync(r,i,o){return new Promise(n=>{let a=this.getInternalTranslation(r,i,o);a?n(a||r):this.translationTable&&!this.translationTable[this.fallbackLanguage]?this.fetchTranslationFile(this.fallbackLanguage).then(()=>{a=this.findTranslation(r,this.translationTable,this.fallbackLanguage,i),n(a||r)}):(a=this.findTranslation(r,this.translationTable,this.fallbackLanguage,i),n(a||r))})}findTranslation(r,i,o,n){if(i[o]){let a=typeof i[o][r]=="object"?i[o][r].join("<br>"):i[o][r];return n?this.findInterpolations(a,n):a}}findInterpolations(r,i){if(r)return Object.keys(i).forEach(o=>{r=r.replace(new RegExp("{"+o+"}","gi"),i[o])}),r}addTranslationFile(r,i){i&&r&&(this.translationTable[r]=i)}async fetchTranslationFile(r){return new Promise(i=>{fetch(`/assets/translation-files/${r}.json`).then(o=>o.json()).then(o=>{this.addTranslationFile(r,o),i(!0)}).catch(o=>{console.error("Error:",o),this.addTranslationFile(r,{}),i(!1)})})}getInternalTranslation(r,i,o){return r?(this.currentLanguage=o||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(r,this.translationTable,this.currentLanguage,i)):""}async getValidLanguages(){let r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{let{developmentInstance:i}=await this.envConfigService.getEnvConfig();i&&r.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return r}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=xe({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),va=(function(e){return e.LAST_NAVIGATION_URL="openmfp.navigation.lastUrl",e.USER_SETTINGS="openmfp.settings.userSettings",e.LOCAL_DEVELOPMENT_SETTINGS="openmfp.settings.localDevelopmentSettings",e.FEATURE_TOGGLE_SETTINGS="openmfp.settings.featureToggleSettings",e.DEVELOPMENT_MODE_CONFIG="dev-mode-settings",e})(va||{}),Eb={read:e=>{let t;try{t=localStorage.getItem(e||va.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(r){return console.warn("localStorage is not available:",r),null}try{return t?JSON.parse(t):null}catch(r){console.error("Failed to parse the local development settings in your localstorage.",r)}return null},store:e=>{try{localStorage.setItem(va.LOCAL_DEVELOPMENT_SETTINGS,JSON.stringify(e))}catch(t){console.error("Failed to stringify the local development settings setting into your localstorage.",t)}}},Db={read:()=>{try{let e=localStorage.getItem(va.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}},store:e=>{try{localStorage.setItem(va.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(t){console.error("Error storing feature toggle settings",t)}}};op(zD());op(RD());zL=Object.defineProperty,RL=(e,t,r)=>t in e?zL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,O=(e,t,r)=>RL(e,typeof t!="symbol"?t+"":t,r),zb=e=>e!==null&&Object.prototype.toString.call(e)==="[object Object]",Hu=(e,t)=>{if(e===t)return!0;if(typeof e!=typeof t)return!1;if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r+=1)if(!Hu(e[r],t[r]))return!1;return!0}if(zb(e)&&zb(t)){let r=Object.entries(e),i=new Set(Object.keys(t));if(r.length!==i.size)return!1;for(let[o,n]of r){if(!Hu(n,t[o]))return!1;i.delete(o)}return i.size===0}return!1},Qa=e=>e==null||e===!1?!0:typeof e=="string"?e==="":typeof e=="object"?Array.isArray(e)?e.length===0:e===null?!0:Object.keys(e).length===0:!1,Rb=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="_",kd=e=>e>="0"&&e<="9"||e==="-",PL=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="_",Uu=e=>{if(typeof e!="number"||Math.floor(e)!==e)throw new Error("invalid-value: expecting an integer.");return e},uv=e=>{if(typeof e!="number"||e<0||Math.floor(e)!==e)throw new Error("invalid-value: expecting a non-negative integer.");return e},ho=(...e)=>{for(let t=0;t<e.length;t++){if(e[t]===null||e[t]===void 0)throw new Error("not-a-number: undefined");if(typeof e[t]!="number")throw new Error("not-a-number")}},rx=e=>{if(e=+e,!e)throw new Error("not-a-number: divide by zero");return e},OL=(e,t)=>(ho(e,t),e+t),ML=(e,t)=>(ho(e,t),e-t),NL=(e,t)=>(ho(e,t),e*t),LL=(e,t)=>(ho(e,t),e/rx(t)),FL=(e,t)=>(ho(e,t),Math.floor(e/rx(t))),$L=(e,t)=>(ho(e,t),e%t),HL=(e,t,r,i)=>{if(!e||!t)return null;r=Math.max(Uu(r=r||0),0),i=Math.min(Uu(i=i||e.length),e.length);let o=e.slice(r,i).indexOf(t);return o===-1?null:o+r},UL=(e,t,r,i)=>{if(!e||!t)return null;r=Math.max(Uu(r=r||0),0),i=Math.min(Uu(i=i||e.length),e.length);let o=e.slice(r,i).lastIndexOf(t);return o===-1?null:o+r},VL=e=>e.toLowerCase(),ix=(e,t,r)=>{if(r=r||" ",r.length>1)throw new Error(`invalid value, ${e} expects its 'pad' parameter to be a valid string with a single codepoint`);return uv(t),r},jL=(e,t,r)=>(r=ix("pad_left",t,r),e&&e.padStart(t,r)||""),qL=(e,t,r)=>(r=ix("pad_right",t,r),e&&e.padEnd(t,r)||""),ep=(e,t,r,i)=>i===0?e:i?(uv(i),[...Array(i).keys()].map(()=>e=e.replace(t,r)),e):e.split(t).join(r),GL=(e,t,r)=>{if(e.length==0&&t.length===0)return[];if(r==null)return e.split(t);if(uv(r),r===0)return[e];let i=e.split(t);return[...i.slice(0,r),i.slice(r).join(t)]},WL=(e,t)=>ox(nx(e,t),t),ox=(e,t)=>ax(e,r=>new RegExp(`^[${r}]*(.*?)`),t),nx=(e,t)=>ax(e,r=>new RegExp(`(.*?)[${r}]*$`),t),ax=(e,t,r)=>{let i=r?r.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"):"\\s\x85";return e.replace(t(i),"$1")},ZL=e=>e.toUpperCase(),Pb={"(":"Lparen",")":"Rparen","*":"Star",",":"Comma",".":"Dot",":":"Colon","@":"Current","]":"Rbracket","{":"Lbrace","}":"Rbrace","+":"Plus","%":"Modulo","?":"Question","\u2212":"Minus","\xD7":"Multiply","\xF7":"Divide"},KL={"!":!0,"<":!0,"=":!0,">":!0,"&":!0,"|":!0,"/":!0},XL={" ":!0,"\n":!0,"\r":!0," ":!0},YL=class{constructor(){O(this,"_current",0),O(this,"_enable_legacy_literals",!1)}tokenize(e,t){let r=[];this._current=0,this._enable_legacy_literals=t?.enable_legacy_literals||!1;let i,o,n;for(;this._current<e.length;)if(Rb(e[this._current]))i=this._current,o=this.consumeUnquotedIdentifier(e),r.push({start:i,type:"UnquotedIdentifier",value:o});else if(Pb[e[this._current]]!==void 0)r.push({start:this._current,type:Pb[e[this._current]],value:e[this._current]}),this._current+=1;else if(e[this._current]==="$")i=this._current,this._current+1<e.length&&Rb(e[this._current+1])?(this._current+=1,o=this.consumeUnquotedIdentifier(e),r.push({start:i,type:"Variable",value:o})):(r.push({start:i,type:"Root",value:e[this._current]}),this._current+=1);else if(e[this._current]==="-")if(this._current+1<e.length&&kd(e[this._current+1])){let a=this.consumeNumber(e);a&&r.push(a)}else{let a={start:this._current,type:"Minus",value:"-"};r.push(a),this._current+=1}else if(kd(e[this._current]))n=this.consumeNumber(e),r.push(n);else if(e[this._current]==="[")n=this.consumeLBracket(e),r.push(n);else if(e[this._current]==='"')i=this._current,o=this.consumeQuotedIdentifier(e),r.push({start:i,type:"QuotedIdentifier",value:o});else if(e[this._current]==="'")i=this._current,o=this.consumeRawStringLiteral(e),r.push({start:i,type:"Literal",value:o});else if(e[this._current]==="`"){i=this._current;let a=this.consumeLiteral(e);r.push({start:i,type:"Literal",value:a})}else if(KL[e[this._current]]!==void 0)n=this.consumeOperator(e),n&&r.push(n);else if(XL[e[this._current]]!==void 0)this._current+=1;else{let a=new Error(`Syntax error: unknown character: ${e[this._current]}`);throw a.name="LexerError",a}return r}consumeUnquotedIdentifier(e){let t=this._current;for(this._current+=1;this._current<e.length&&PL(e[this._current]);)this._current+=1;return e.slice(t,this._current)}consumeQuotedIdentifier(e){let t=this._current;this._current+=1;let r=e.length;for(;e[this._current]!=='"'&&this._current<r;){let n=this._current;e[n]==="\\"&&(e[n+1]==="\\"||e[n+1]==='"')?n+=2:n+=1,this._current=n}this._current+=1;let[i,o]=this.parseJSON(e.slice(t,this._current));if(!o){let n=new Error("syntax: unexpected end of JSON input");throw n.name="LexerError",n}return i}consumeRawStringLiteral(e){let t=this._current;this._current+=1;let r=e.length;for(;e[this._current]!=="'"&&this._current<r;){let i=this._current;e[i]==="\\"&&(e[i+1]==="\\"||e[i+1]==="'")?i+=2:i+=1,this._current=i}return this._current+=1,ep(ep(e.slice(t+1,this._current-1),"\\\\","\\"),"\\'","'")}consumeNumber(e){let t=this._current;this._current+=1;let r=e.length;for(;kd(e[this._current])&&this._current<r;)this._current+=1;return{start:t,value:parseInt(e.slice(t,this._current),10),type:"Number"}}consumeLBracket(e){let t=this._current;return this._current+=1,e[this._current]==="?"?(this._current+=1,{start:t,type:"Filter",value:"[?"}):e[this._current]==="]"?(this._current+=1,{start:t,type:"Flatten",value:"[]"}):{start:t,type:"Lbracket",value:"["}}consumeOrElse(e,t,r,i){let o=this._current;return this._current+=1,this._current<e.length&&e[this._current]===t?(this._current+=1,{start:o,type:i,value:e.slice(o,this._current)}):{start:o,type:r,value:e[o]}}consumeOperator(e){switch(e[this._current]){case"!":return this.consumeOrElse(e,"=","Not","NE");case"<":return this.consumeOrElse(e,"=","LT","LTE");case">":return this.consumeOrElse(e,"=","GT","GTE");case"=":return this.consumeOrElse(e,"=","Assign","EQ");case"&":return this.consumeOrElse(e,"&","Expref","And");case"|":return this.consumeOrElse(e,"|","Pipe","Or");case"/":return this.consumeOrElse(e,"/","Divide","Div")}}consumeLiteral(e){this._current+=1;let t=this._current,r=e.length;for(;e[this._current]!=="`"&&this._current<r;){let a=this._current;e[a]==="\\"&&(e[a+1]==="\\"||e[a+1]==="`")?a+=2:a+=1,this._current=a}let i=e.slice(t,this._current).trimStart();i=i.replace("\\`","`");let o=null,n=!1;if(this.looksLikeJSON(i)&&([o,n]=this.parseJSON(i)),!n&&this._enable_legacy_literals&&([o,n]=this.parseJSON(`"${i}"`)),!n){let a=new Error(`Syntax error: unexpected end of JSON input or invalid format for a JSON literal: ${e[this._current]}`);throw a.name="LexerError",a}return this._current+=1,o}looksLikeJSON(e){let t=["true","false","null"],r="-0123456789";if(e==="")return!1;if('[{"'.includes(e[0])||t.includes(e))return!0;if(r.includes(e[0])){let[i,o]=this.parseJSON(e);return o}return!1}parseJSON(e){try{return[JSON.parse(e),!0]}catch{return[null,!1]}}},QL=new YL,st={EOF:0,Variable:0,UnquotedIdentifier:0,QuotedIdentifier:0,Rbracket:0,Rparen:0,Comma:0,Rbrace:0,Number:0,Current:0,Expref:0,Root:0,Assign:1,Pipe:1,Question:2,Or:3,And:4,EQ:5,GT:5,LT:5,GTE:5,LTE:5,NE:5,Minus:6,Plus:6,Div:7,Divide:7,Modulo:7,Multiply:7,Flatten:9,Star:20,Filter:21,Dot:40,Not:45,Lbrace:50,Lbracket:55,Lparen:60};new class tp{constructor(){O(this,"index",0),O(this,"tokens",[])}parse(t,r){this.loadTokens(t,r||{enable_legacy_literals:!1}),this.index=0;let i=this.expression(0);if(this.lookahead(0)!=="EOF"){let o=this.lookaheadToken(0);this.errorToken(o,`Syntax error: unexpected token type: ${o.type}, value: ${o.value}`)}return i}loadTokens(t,r){this.tokens=QL.tokenize(t,r),this.tokens.push({type:"EOF",value:"",start:t.length})}expression(t){let r=this.lookaheadToken(0);this.advance();let i=this.nud(r),o=this.lookahead(0);for(;t<st[o];)this.advance(),i=this.led(o,i),o=this.lookahead(0);return i}lookahead(t){return this.tokens[this.index+t].type}lookaheadToken(t){return this.tokens[this.index+t]}advance(){this.index+=1}nud(t){switch(t.type){case"Variable":return{type:"Variable",name:t.value};case"Literal":return{type:"Literal",value:t.value};case"UnquotedIdentifier":return tp.isKeyword(t,"let")&&this.lookahead(0)==="Variable"?this.parseLetExpression():{type:"Field",name:t.value};case"QuotedIdentifier":if(this.lookahead(0)==="Lparen")throw new Error("Syntax error: quoted identifier not allowed for function names.");return{type:"Field",name:t.value};case"Not":return{type:"NotExpression",child:this.expression(st.Not)};case"Minus":{let r=this.expression(st.Minus);return{type:"Unary",operator:t.type,operand:r}}case"Plus":{let r=this.expression(st.Plus);return{type:"Unary",operator:t.type,operand:r}}case"Star":return{type:"ValueProjection",left:{type:"Identity"},right:this.parseProjectionRHS(st.Star)};case"Filter":return this.led(t.type,{type:"Identity"});case"Lbrace":return this.parseMultiselectHash();case"Flatten":return{type:"Projection",left:{type:"Flatten",child:{type:"Identity"}},right:this.parseProjectionRHS(st.Flatten)};case"Lbracket":if(this.lookahead(0)==="Number"||this.lookahead(0)==="Colon"){let r=this.parseIndexExpression();return this.projectIfSlice({type:"Identity"},r)}return this.lookahead(0)==="Star"&&this.lookahead(1)==="Rbracket"?(this.advance(),this.advance(),{left:{type:"Identity"},right:this.parseProjectionRHS(st.Star),type:"Projection"}):this.parseMultiselectList();case"Current":return{type:"Current"};case"Root":return{type:"Root"};case"Expref":return{type:"ExpressionReference",child:this.expression(st.Expref)};case"Lparen":{let r=this.expression(0);return this.match("Rparen"),r}default:this.errorToken(t)}}led(t,r){switch(t){case"Question":{let i=this.expression(0);return this.match("Colon"),{type:"Ternary",condition:r,trueExpr:i,falseExpr:this.expression(0)}}case"Dot":{let i=st.Dot;return this.lookahead(0)!=="Star"?{type:"Subexpression",left:r,right:this.parseDotRHS(i)}:(this.advance(),{type:"ValueProjection",left:r,right:this.parseProjectionRHS(i)})}case"Pipe":return{type:"Pipe",left:r,right:this.expression(st.Pipe)};case"Or":return{type:"OrExpression",left:r,right:this.expression(st.Or)};case"And":return{type:"AndExpression",left:r,right:this.expression(st.And)};case"Lparen":if(r.type!=="Field")throw new Error("Syntax error: expected a Field node");return{name:r.name,type:"Function",children:this.parseCommaSeparatedExpressionsUntilToken("Rparen")};case"Filter":{let i=this.expression(0);return this.match("Rbracket"),{type:"FilterProjection",left:r,right:this.lookahead(0)==="Flatten"?{type:"Identity"}:this.parseProjectionRHS(st.Filter),condition:i}}case"Flatten":return{type:"Projection",left:{type:"Flatten",child:r},right:this.parseProjectionRHS(st.Flatten)};case"Assign":{let i=r,o=this.expression(0);return{type:"Binding",variable:i.name,reference:o}}case"EQ":case"NE":case"GT":case"GTE":case"LT":case"LTE":return this.parseComparator(r,t);case"Plus":case"Minus":case"Multiply":case"Star":case"Divide":case"Modulo":case"Div":return this.parseArithmetic(r,t);case"Lbracket":{let i=this.lookaheadToken(0);if(i.type==="Number"||i.type==="Colon"){let o=this.parseIndexExpression();return this.projectIfSlice(r,o)}return this.match("Star"),this.match("Rbracket"),{type:"Projection",left:r,right:this.parseProjectionRHS(st.Star)}}default:return this.errorToken(this.lookaheadToken(0))}}static isKeyword(t,r){return t.type==="UnquotedIdentifier"&&t.value===r}match(t){if(this.lookahead(0)===t){this.advance();return}else{let r=this.lookaheadToken(0);this.errorToken(r,`Syntax error: expected ${t}, got: ${r.type}`)}}errorToken(t,r=""){let i=new Error(r||`Syntax error: invalid token (${t.type}): "${t.value}"`);throw i.name="ParserError",i}parseIndexExpression(){if(this.lookahead(0)==="Colon"||this.lookahead(1)==="Colon")return this.parseSliceExpression();let t=Number(this.lookaheadToken(0).value);return this.advance(),this.match("Rbracket"),{type:"Index",value:t}}projectIfSlice(t,r){let i={type:"IndexExpression",left:t,right:r};return r.type==="Slice"?{left:i,right:this.parseProjectionRHS(st.Star),type:"Projection"}:i}parseSliceExpression(){let t=[null,null,null],r=0,i=this.lookaheadToken(0);for(;i.type!="Rbracket"&&r<3;){if(i.type==="Colon")r++,r===3&&this.errorToken(this.lookaheadToken(0),"Syntax error, too many colons in slice expression"),this.advance();else if(i.type==="Number")t[r]=this.lookaheadToken(0).value,this.advance();else{let s=this.lookaheadToken(0);this.errorToken(s,`Syntax error, unexpected token: ${s.value}(${s.type})`)}i=this.lookaheadToken(0)}this.match("Rbracket");let[o,n,a]=t;return{type:"Slice",start:o,stop:n,step:a}}parseLetExpression(){let t=this.parseCommaSeparatedExpressionsUntilKeyword("in"),r=this.expression(0);return{type:"LetExpression",bindings:t.map(i=>i),expression:r}}parseCommaSeparatedExpressionsUntilKeyword(t){return this.parseCommaSeparatedExpressionsUntil(()=>tp.isKeyword(this.lookaheadToken(0),t),()=>{this.advance()})}parseCommaSeparatedExpressionsUntilToken(t){return this.parseCommaSeparatedExpressionsUntil(()=>this.lookahead(0)===t,()=>this.match(t))}parseCommaSeparatedExpressionsUntil(t,r){let i=[],o;for(;!t();)o=this.expression(0),this.lookahead(0)==="Comma"&&this.match("Comma"),i.push(o);return r(),i}parseComparator(t,r){return{type:"Comparator",name:r,left:t,right:this.expression(st[r])}}parseArithmetic(t,r){return{type:"Arithmetic",operator:r,left:t,right:this.expression(st[r])}}parseDotRHS(t){let r=this.lookahead(0);if(["UnquotedIdentifier","QuotedIdentifier","Star"].includes(r))return this.expression(t);if(r==="Lbracket")return this.match("Lbracket"),this.parseMultiselectList();if(r==="Lbrace")return this.match("Lbrace"),this.parseMultiselectHash();let i=this.lookaheadToken(0);this.errorToken(i,`Syntax error, unexpected token: ${i.value}(${i.type})`)}parseProjectionRHS(t){if(st[this.lookahead(0)]<10)return{type:"Identity"};if(this.lookahead(0)==="Lbracket")return this.expression(t);if(this.lookahead(0)==="Filter")return this.expression(t);if(this.lookahead(0)==="Dot")return this.match("Dot"),this.parseDotRHS(t);let r=this.lookaheadToken(0);this.errorToken(r,`Syntax error, unexpected token: ${r.value}(${r.type})`)}parseMultiselectList(){let t=[];for(;this.lookahead(0)!=="Rbracket";){let r=this.expression(0);if(t.push(r),this.lookahead(0)==="Comma"&&(this.match("Comma"),this.lookahead(0)==="Rbracket"))throw new Error("Syntax error: unexpected token Rbracket")}return this.match("Rbracket"),{type:"MultiSelectList",children:t}}parseMultiselectHash(){let t=[],r=["UnquotedIdentifier","QuotedIdentifier"],i,o,n;for(;;){if(i=this.lookaheadToken(0),!r.includes(i.type))throw new Error(`Syntax error: expecting an identifier token, got: ${i.type}`);if(o=i.value,this.advance(),this.match("Colon"),n=this.expression(0),t.push({value:n,type:"KeyValuePair",name:o}),this.lookahead(0)==="Comma")this.match("Comma");else if(this.lookahead(0)==="Rbrace"){this.match("Rbrace");break}}return{type:"MultiSelectHash",children:t}}};wl=class Kl{constructor(t){O(this,"_text"),this._text=t}get string(){return this._text}get length(){return this.codePoints.length}compareTo(t){return Kl.compare(this,new Kl(t))}static get comparer(){return(t,r)=>new Kl(t).compareTo(r)}static compare(t,r){let i=t.codePoints,o=r.codePoints;for(let n=0;n<Math.min(i.length,o.length);n++)if(i[n]!==o[n])return i[n]-o[n]>0?1:-1;return i.length-o.length>0?1:-1}reverse(){return String.fromCodePoint(...this.codePoints.reverse())}get codePoints(){return[...this._text].map(t=>t.codePointAt(0))}},Td=e=>([t])=>e(t),Ob=e=>([t])=>e(t),Mb=e=>([t])=>e(t),JL=class{constructor(e){O(this,"_interpreter"),O(this,"_functionTable"),O(this,"_customFunctions",new Set),O(this,"TYPE_NAME_TABLE",Object.freeze({0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",10:"Array<object>",9:"Array<string>",11:"Array<Array<any>>"})),O(this,"functionAvg",([t])=>{if(!t||t.length==0)return null;let r=0;for(let i=0;i<t.length;i+=1)r+=t[i];return r/t.length}),O(this,"functionContains",([t,r])=>{if(Array.isArray(t))return t.includes(r);if(typeof t=="string"){let i=t;if(typeof r=="string")return i.includes(r)}return null}),O(this,"functionEndsWith",t=>{let[r,i]=t;return r.includes(i,r.length-i.length)}),O(this,"functionFindFirst",this.createFindFunction(HL)),O(this,"functionFindLast",this.createFindFunction(UL)),O(this,"functionFromItems",([t])=>(t.map(r=>{if(r.length!=2||typeof r[0]!="string")throw new Error("invalid value, each array must contain two elements, a pair of string and value")}),Object.fromEntries(t))),O(this,"functionGroupBy",([t,r])=>{let i=this.createKeyFunction(r,[2]);return t.reduce((o,n)=>{let a=i(n??{});return(o[a]=o[a]||[]).push(n),o},{})}),O(this,"functionItems",([t])=>Object.entries(t)),O(this,"functionJoin",t=>{let[r,i]=t;return i.join(r)}),O(this,"functionLength",([t])=>typeof t=="string"?new wl(t).length:Array.isArray(t)?t.length:Object.keys(t).length),O(this,"functionMap",([t,r])=>{if(!this._interpreter)return[];let i=[],o=this._interpreter;for(let n=0;n<r.length;n+=1)i.push(o.visit(t,r[n]));return i}),O(this,"functionMax",([t])=>{if(!t.length)return null;if(this.getTypeName(t[0])===0)return Math.max(...t);let r=t,i=r[0];for(let o=1;o<r.length;o+=1)i.localeCompare(r[o])<0&&(i=r[o]);return i}),O(this,"functionMaxBy",t=>{let r=t[1],i=t[0],o=this.createKeyFunction(r,[0,2]),n=-1/0,a,s;for(let l=0;l<i.length;l+=1)s=o&&o(i[l]),s!==void 0&&s>n&&(n=s,a=i[l]);return a||null}),O(this,"functionMerge",t=>{let r={};for(let i=0;i<t.length;i+=1){let o=t[i];r=Object.assign(r,o)}return r}),O(this,"functionMin",([t])=>{if(!t.length)return null;if(this.getTypeName(t[0])===0)return Math.min(...t);let r=t,i=r[0];for(let o=1;o<r.length;o+=1)r[o].localeCompare(i)<0&&(i=r[o]);return i}),O(this,"functionMinBy",t=>{let r=t[1],i=t[0],o=this.createKeyFunction(r,[0,2]),n=1/0,a,s;for(let l=0;l<i.length;l+=1)s=o&&o(i[l]),s!==void 0&&s<n&&(n=s,a=i[l]);return a||null}),O(this,"functionNotNull",t=>{for(let r=0;r<t.length;r+=1)if(this.getTypeName(t[r])!==7)return t[r];return null}),O(this,"functionPadLeft",this.createPadFunction(jL)),O(this,"functionPadRight",this.createPadFunction(qL)),O(this,"functionReplace",t=>{let r=t[0],i=t[1],o=t[2];return ep(r,i,o,t.length>3?t[3]:void 0)}),O(this,"functionSplit",t=>{let r=t[0],i=t[1];return GL(r,i,t.length>2?t[2]:void 0)}),O(this,"functionReverse",([t])=>{if(this.getTypeName(t)===2)return new wl(t).reverse();let r=t.slice(0);return r.reverse(),r}),O(this,"functionSort",([t])=>t.length==0?t:typeof t[0]=="string"?[...t].sort(wl.comparer):[...t].sort()),O(this,"functionSortBy",t=>{let r=t[0].slice(0);if(r.length===0)return r;let i=this._interpreter,o=t[1],n=this.getTypeName(i.visit(o,r[0]));if(n!==void 0&&![0,2].includes(n))throw new Error(`Invalid type: unexpected type (${this.TYPE_NAME_TABLE[n]})`);function a(s,l){throw new Error(`Invalid type: expected (${s.TYPE_NAME_TABLE[n]}), received ${s.TYPE_NAME_TABLE[s.getTypeName(l)]}`)}return r.sort((s,l)=>{let u=i.visit(o,s),_=i.visit(o,l);return this.getTypeName(u)!==n?a(this,u):this.getTypeName(_)!==n&&a(this,_),n===2?wl.comparer(u,_):u-_})}),O(this,"functionStartsWith",([t,r])=>t.startsWith(r)),O(this,"functionSum",([t])=>t.reduce((r,i)=>r+i,0)),O(this,"functionToArray",([t])=>this.getTypeName(t)===3?t:[t]),O(this,"functionToNumber",([t])=>{let r=this.getTypeName(t),i;return r===0?t:r===2&&(i=+t,!isNaN(i))?i:null}),O(this,"functionToString",([t])=>this.getTypeName(t)===2?t:JSON.stringify(t)),O(this,"functionTrim",this.createTrimFunction(WL)),O(this,"functionTrimLeft",this.createTrimFunction(ox)),O(this,"functionTrimRight",this.createTrimFunction(nx)),O(this,"functionType",([t])=>{switch(this.getTypeName(t)){case 0:return"number";case 2:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 7:return"null";default:throw new Error("invalid-type")}}),O(this,"functionZip",t=>{let r=Math.min(...t.map(i=>i.length));return Array(r).fill(null).map((i,o)=>t.map(n=>n[o]))}),this._interpreter=e,this._functionTable=this.buildFunctionTable()}buildFunctionTable(){return{abs:{_func:Td(Math.abs),_signature:[{types:[0]}]},ceil:{_func:Td(Math.ceil),_signature:[{types:[0]}]},floor:{_func:Td(Math.floor),_signature:[{types:[0]}]},lower:{_func:Ob(VL),_signature:[{types:[2]}]},upper:{_func:Ob(ZL),_signature:[{types:[2]}]},keys:{_func:Mb(Object.keys),_signature:[{types:[4]}]},values:{_func:Mb(Object.values),_signature:[{types:[4]}]},avg:{_func:this.functionAvg,_signature:[{types:[8]}]},contains:{_func:this.functionContains,_signature:[{types:[2,3]},{types:[1]}]},ends_with:{_func:this.functionEndsWith,_signature:[{types:[2]},{types:[2]}]},find_first:{_func:this.functionFindFirst,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0},{types:[0],optional:!0}]},find_last:{_func:this.functionFindLast,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0},{types:[0],optional:!0}]},from_items:{_func:this.functionFromItems,_signature:[{types:[11]}]},group_by:{_func:this.functionGroupBy,_signature:[{types:[3]},{types:[6]}]},items:{_func:this.functionItems,_signature:[{types:[4]}]},join:{_func:this.functionJoin,_signature:[{types:[2]},{types:[9]}]},length:{_func:this.functionLength,_signature:[{types:[2,3,4]}]},map:{_func:this.functionMap,_signature:[{types:[6]},{types:[3]}]},max:{_func:this.functionMax,_signature:[{types:[8,9]}]},max_by:{_func:this.functionMaxBy,_signature:[{types:[3]},{types:[6]}]},merge:{_func:this.functionMerge,_signature:[{types:[4],variadic:!0}]},min:{_func:this.functionMin,_signature:[{types:[8,9]}]},min_by:{_func:this.functionMinBy,_signature:[{types:[3]},{types:[6]}]},not_null:{_func:this.functionNotNull,_signature:[{types:[1],variadic:!0}]},pad_left:{_func:this.functionPadLeft,_signature:[{types:[2]},{types:[0]},{types:[2],optional:!0}]},pad_right:{_func:this.functionPadRight,_signature:[{types:[2]},{types:[0]},{types:[2],optional:!0}]},replace:{_func:this.functionReplace,_signature:[{types:[2]},{types:[2]},{types:[2]},{types:[0],optional:!0}]},reverse:{_func:this.functionReverse,_signature:[{types:[2,3]}]},sort:{_func:this.functionSort,_signature:[{types:[9,8]}]},sort_by:{_func:this.functionSortBy,_signature:[{types:[3]},{types:[6]}]},split:{_func:this.functionSplit,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0}]},starts_with:{_func:this.functionStartsWith,_signature:[{types:[2]},{types:[2]}]},sum:{_func:this.functionSum,_signature:[{types:[8]}]},to_array:{_func:this.functionToArray,_signature:[{types:[1]}]},to_number:{_func:this.functionToNumber,_signature:[{types:[1]}]},to_string:{_func:this.functionToString,_signature:[{types:[1]}]},trim:{_func:this.functionTrim,_signature:[{types:[2]},{types:[2],optional:!0}]},trim_left:{_func:this.functionTrimLeft,_signature:[{types:[2]},{types:[2],optional:!0}]},trim_right:{_func:this.functionTrimRight,_signature:[{types:[2]},{types:[2],optional:!0}]},type:{_func:this.functionType,_signature:[{types:[1]}]},zip:{_func:this.functionZip,_signature:[{types:[3],variadic:!0}]}}}registerFunction(e,t,r,i){let o=this._registerInternal(e,t,r,i);if(!o.success)throw new Error(o.message)}_registerInternal(e,t,r,i={}){if(!e||typeof e!="string"||e.trim()==="")return{success:!1,reason:"invalid-name",message:"Function name must be a non-empty string"};try{this.validateInputSignatures(e,r)}catch(s){return{success:!1,reason:"invalid-signature",message:s instanceof Error?s.message:"Invalid function signature"}}let{override:o=!1,warn:n=!1}=i,a=e in this._functionTable;return a&&!o?{success:!1,reason:"already-exists",message:`Function already defined: ${e}(). Use { override: true } to replace it.`}:(a&&o&&n&&console.warn(`Warning: Overriding existing function: ${e}()`),this._functionTable[e]={_func:t.bind(this),_signature:r},this._customFunctions.add(e),{success:!0,message:a?`Function ${e}() overridden successfully`:`Function ${e}() registered successfully`})}register(e,t,r,i={}){return this._registerInternal(e,t,r,i)}unregister(e){return this._customFunctions.has(e)?(delete this._functionTable[e],this._customFunctions.delete(e),!0):!1}isRegistered(e){return e in this._functionTable}getRegistered(){return Object.keys(this._functionTable)}getCustomFunctions(){return Array.from(this._customFunctions)}clearCustomFunctions(){for(let e of this._customFunctions)delete this._functionTable[e];this._customFunctions.clear()}callFunction(e,t){let r=this._functionTable[e];if(r===void 0)throw new Error(`Unknown function: ${e}()`);return this.validateArgs(e,t,r._signature),r._func.call(this,t)}validateInputSignatures(e,t){for(let r=0;r<t.length;r+=1)if("variadic"in t[r]&&r!==t.length-1)throw new Error(`Invalid arity: ${e}() 'variadic' argument ${r+1} must occur last`)}validateArgs(e,t,r){this.validateInputSignatures(e,r),this.validateArity(e,t,r),this.validateTypes(e,t,r)}validateArity(e,t,r){let i=r.filter(s=>!(s.optional??!1)).length,o=r[r.length-1]?.variadic??!1,n=t.length<i,a=t.length>r.length;if(o&&n||!o&&(n||a)){let s=n&&(!o&&i>1||o)?"at least ":"",l=r.length>1;throw new Error(`Invalid arity: ${e}() takes ${s}${i} argument${l&&"s"||""} but received ${t.length}`)}}validateTypes(e,t,r){for(let i=0;i<r.length;i+=1){let o=r[i].types,n=this.getTypeName(t[i]);if(n!==void 0&&!o.some(a=>this.typeMatches(n,a,t[i]))){let a=o.map(s=>this.TYPE_NAME_TABLE[s]).join(" | ");throw new Error(`Invalid type: ${e}() expected argument ${i+1} to be type (${a}) but received type ${this.TYPE_NAME_TABLE[n]} instead.`)}}}typeMatches(e,t,r){if(t===1)return!0;if(t===9||t===8||t===10||t===11||t===3){if(t===3)return e===3;if(e===3){let i;t===8?i=0:t===10?i=4:t===9?i=2:t===11&&(i=3);let o=r;for(let n=0;n<o.length;n+=1){let a=this.getTypeName(o[n]);if(a!==void 0&&i!==void 0&&!this.typeMatches(a,i,o[n]))return!1}return!0}}else return e===t;return!1}getTypeName(e){if(e===null)return 7;if(typeof e=="string")return 2;if(typeof e=="number")return 0;if(typeof e=="boolean")return 5;if(Array.isArray(e))return 3;if(typeof e=="object")return e.expref?6:4}createKeyFunction(e,t){let r=this._interpreter;return i=>{let o=r.visit(e,i);if(!t.includes(this.getTypeName(o))){let n=`Invalid type: expected one of (${t.map(a=>this.TYPE_NAME_TABLE[a]).join(" | ")}), received ${this.TYPE_NAME_TABLE[this.getTypeName(o)]}`;throw new Error(n)}return o}}createFindFunction(e){return t=>{let r=t[0],i=t[1];return e(r,i,t.length>2?t[2]:void 0,t.length>3?t[3]:void 0)}}createPadFunction(e){return t=>{let r=t[0],i=t[1];return e(r,i,t.length>2?t[2]:void 0)}}createTrimFunction(e){return t=>{let r=t[0];return e(r,t.length>1?t[1]:void 0)}}},sx=class lx{constructor(){O(this,"inner"),O(this,"data",{})}get currentScopeData(){return this.data}withScope(t){let r=new lx;return r.inner=this,r.data=t,r}getValue(t){return Object.prototype.hasOwnProperty.call(this.data,t)?this.data[t]:this.inner?this.inner.getValue(t):null}},e4=new sx;new class ux{constructor(){O(this,"runtime"),O(this,"_rootValue",null),O(this,"_scope"),this.runtime=new JL(this),this._scope=new sx}withScope(t){let r=new ux;return r.runtime._functionTable=this.runtime._functionTable,r._rootValue=this._rootValue,r._scope=this._scope.withScope(t),r}search(t,r){return this._rootValue=r,this._scope=e4,this.visit(t,r)}visit(t,r){switch(t.type){case"Ternary":return Qa(this.visit(t.condition,r))?this.visit(t.falseExpr,r):this.visit(t.trueExpr,r);case"Field":let i=t.name;return r===null||typeof r!="object"||Array.isArray(r)?null:r[i]??null;case"LetExpression":{let{bindings:o,expression:n}=t,a={};return o.forEach(s=>{let l=this.visit(s,r);a=D(D({},a),l)}),this.withScope(a).visit(n,r)}case"Binding":{let{variable:o,reference:n}=t,a=this.visit(n,r);return{[o]:a}}case"Variable":{let o=t.name;if(!this._scope.getValue(o)&&!Object.prototype.hasOwnProperty.call(this._scope.currentScopeData,o))throw new Error(`Error referencing undefined variable ${o}`);return this._scope.getValue(o)}case"IndexExpression":return this.visit(t.right,this.visit(t.left,r));case"Subexpression":{let o=this.visit(t.left,r);return o!=null?this.visit(t.right,o)??null:null}case"Index":return Array.isArray(r)?r[t.value<0?r.length+t.value:t.value]??null:null;case"Slice":{if(!Array.isArray(r)&&typeof r!="string")return null;let{start:o,stop:n,step:a}=this.computeSliceParams(r.length,t);if(typeof r=="string"){let s=[...r];return this.slice(s,o,n,a).join("")}else return this.slice(r,o,n,a)}case"Projection":{let{left:o,right:n}=t,a=!1;o.type==="IndexExpression"&&o.right.type==="Slice"&&(a=!0);let s=this.visit(o,r);if(a&&typeof s=="string")return this.visit(n,s);if(!Array.isArray(s))return null;let l=[];for(let u of s){let _=this.visit(n,u);_!==null&&l.push(_)}return l}case"ValueProjection":{let{left:o,right:n}=t,a=this.visit(o,r);if(a===null||typeof a!="object"||Array.isArray(a))return null;let s=[],l=Object.values(a);for(let u of l){let _=this.visit(n,u);_!==null&&s.push(_)}return s}case"FilterProjection":{let{left:o,right:n,condition:a}=t,s=this.visit(o,r);if(!Array.isArray(s))return null;let l=[];for(let u of s){if(Qa(this.visit(a,u)))continue;let _=this.visit(n,u);_!==null&&l.push(_)}return l}case"Arithmetic":{let o=this.visit(t.left,r),n=this.visit(t.right,r);switch(t.operator){case"Plus":return OL(o,n);case"Minus":return ML(o,n);case"Multiply":case"Star":return NL(o,n);case"Divide":return LL(o,n);case"Modulo":return $L(o,n);case"Div":return FL(o,n);default:throw new Error(`Syntax error: unknown arithmetic operator: ${t.operator}`)}}case"Unary":{let o=this.visit(t.operand,r);switch(t.operator){case"Plus":return ho(o),o;case"Minus":return ho(o),-o;default:throw new Error(`Syntax error: unknown arithmetic operator: ${t.operator}`)}}case"Comparator":{let o=this.visit(t.left,r),n=this.visit(t.right,r);switch(t.name){case"EQ":return Hu(o,n);case"NE":return!Hu(o,n)}if(typeof o!="number"||typeof n!="number")return null;switch(t.name){case"GT":return o>n;case"GTE":return o>=n;case"LT":return o<n;case"LTE":return o<=n}}case"Flatten":{let o=this.visit(t.child,r);return Array.isArray(o)?o.flat():null}case"Root":return this._rootValue;case"MultiSelectList":{let o=[];for(let n of t.children)o.push(this.visit(n,r));return o}case"MultiSelectHash":{let o={};for(let n of t.children)o[n.name]=this.visit(n.value,r);return o}case"OrExpression":{let o=this.visit(t.left,r);return Qa(o)?this.visit(t.right,r):o}case"AndExpression":{let o=this.visit(t.left,r);return Qa(o)?o:this.visit(t.right,r)}case"NotExpression":return Qa(this.visit(t.child,r));case"Literal":return t.value;case"Pipe":return this.visit(t.right,this.visit(t.left,r));case"Function":{let o=[];for(let n of t.children)o.push(this.visit(n,r));return this.runtime.callFunction(t.name,o)}case"ExpressionReference":return D({expref:!0},t.child);case"Current":case"Identity":return r}}computeSliceParams(t,r){let{start:i,stop:o,step:n}=r;if(n===null)n=1;else if(n===0){let a=new Error("Invalid value: slice step cannot be 0");throw a.name="RuntimeError",a}return i=i===null?n<0?t-1:0:this.capSliceRange(t,i,n),o=o===null?n<0?-1:t:this.capSliceRange(t,o,n),{start:i,stop:o,step:n}}capSliceRange(t,r,i){let o=r;return o<0?(o+=t,o<0&&(o=i<0?-1:0)):o>=t&&(o=i<0?t-1:t),o}slice(t,r,i,o){let n=[];if(o>0)for(let a=r;a<i;a+=o)n.push(t[a]);else for(let a=r;a>i;a+=o)n.push(t[a]);return n}};op(PD());rp=function(e,...t){if(rp.translate){let i=rp.translate(e,t);e=i[0],t=i[1]}let r=Nb(e[0],e.raw[0]);for(let i=1;i<e.length;i++)r+=t[i-1]+Nb(e[i],e.raw[i]);return r},r4=":";globalThis.$localize=rp;document.body.classList.add("ui5-content-density-compact");i4=(e,t)=>t[0];s4=(()=>{class e{constructor(){this.i18nService=S(tx),this.context=k.required(),this.LuigiClient=k.required(),this.texts=pr(()=>this.readTranslations()),this.errors=bi([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=bi(!1),this.configs=bi(this.defaultConfig),this.serviceProviderConfig=bi({}),this.localDevelopmentSettings=pr(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new Zo("",{nonNullable:!0}),this.serviceProviderForm=new w2({key:new Zo("",{nonNullable:!0}),value:new Zo("",{nonNullable:!0})})}ngOnInit(){let r=Eb.read(va.DEVELOPMENT_MODE_CONFIG)||Eb.read()||this.localDevelopmentSettings();this.isActive.set(r.isActive),this.configs.set(r.configs||[]),this.serviceProviderConfig.set(r.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(r){this.isValidUrl(r)?r&&!this.configs().find(i=>i.url===r)&&(this.errors.set([]),this.configs.update(i=>[...i,{url:r}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(r){this.configs.update(i=>i.filter((o,n)=>n!==r)),this.saveDevelopmentSettings()}removeServiceProviderConfig(r){this.serviceProviderConfig.update(i=>(delete i[r],D({},i))),this.saveDevelopmentSettings()}addServiceProviderConfig(r,i){r&&i&&(this.serviceProviderConfig.update(o=>(o[r]=i,D({},o))),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(r=>!r),this.saveDevelopmentSettings()}isValidUrl(r){try{return new URL(r),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["wc-development-settings"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:51,vars:24,consts:[[1,"container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/README.md#Local-Application-Development",1,"line-height-normal"],[1,"is-active-switch"],[1,"line-height-normal"],[1,"switch-active",3,"change","checked"],[1,"config-input"],["for","input-url",1,"line-height-normal","field-label"],["id","input-url","type","Text","placeholder","http://localhost:4200/assets/content-configuration.json","aria-required","true",1,"line-height-normal","field-control",3,"formControl"],[1,"config-input-buttons"],["design","Emphasized",1,"compact-button",3,"click"],["design","Transparent",1,"compact-button",3,"click"],[1,"config-list"],["separators","Inner",1,"config-list-wrapper"],[1,"config-list-item"],[1,"config-input","line-height-normal"],["for","input-key",1,"line-height-normal","field-label"],[3,"formGroup"],["id","input-key","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],["for","input-value",1,"line-height-normal","field-label"],["id","input-value","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],[1,"list-item-row"],[1,"list-item-text"],["design","Transparent","icon","decline",1,"remove-button",3,"click","tooltip"]],template:function(r,i){if(r&1&&(J(0,"div"),NC(1),J(2,"div",0)(3,"div")(4,"div",1),Te(5),oe(),J(6,"ui5-link",2),Te(7),oe()(),J(8,"div",3)(9,"h4",4),Te(10),oe(),J(11,"ui5-switch",5),Kt("change",function(){return i.switchIsActive()}),oe()(),J(12,"div",6)(13,"h4",4),Te(14),oe(),J(15,"ui5-label",7),Te(16),oe(),$o(17,"ui5-input",8),jl(),oM(18,o4,2,1,"div",4),J(19,"div",9)(20,"ui5-button",10),Kt("click",function(){return i.addUrl(i.urlInput.value)}),Te(21),oe(),J(22,"ui5-button",11),Kt("click",function(){return i.urlInput.reset()}),Te(23),oe()(),J(24,"div",12)(25,"ui5-list",13),Tu(26,n4,5,3,"ui5-li-custom",14,sM),oe()()(),J(28,"div",15)(29,"h4",4),Te(30),oe(),J(31,"ui5-label",16),Te(32),oe(),$o(33,"br"),J(34,"div",17)(35,"ui5-label",16),Te(36),oe(),$o(37,"ui5-input",18),jl(),$o(38,"br"),J(39,"ui5-label",19),Te(40),oe(),$o(41,"ui5-input",20),jl(),oe(),J(42,"div",9)(43,"ui5-button",10),Kt("click",function(){return i.addServiceProviderConfig(i.serviceProviderForm.controls.key.value,i.serviceProviderForm.controls.value.value)}),Te(44),oe(),J(45,"ui5-button",11),Kt("click",function(){return i.serviceProviderForm.reset()}),Te(46),oe()(),J(47,"div",12)(48,"ui5-list",13),Tu(49,a4,5,4,"ui5-li-custom",14,i4),oe()()()()()),r&2){H();let o=NM(i.texts());H(4),Wr(o.explanation),H(2),zt(" ",o.link," "),H(3),zt(" ",o.isDevelopmentModeActive," "),H(),Zt("checked",i.isActive()),H(3),Wr(o.urlsInput.title),H(2),zt(" ",o.urlsInput.label," "),H(),Zt("formControl",i.urlInput),ql(),H(),nM(i.errors().length?18:-1),H(3),zt(" ",o.addButton," "),H(2),zt(" ",o.clearButton," "),H(3),Iu(i.configs()),H(4),zt(" ",o.serviceProviderConfig.title," "),H(2),zt(" ",o.serviceProviderConfig.explanation," "),H(2),Zt("formGroup",i.serviceProviderForm),H(2),zt(" ",o.serviceProviderConfig.keyInput.label," "),H(),Zt("placeholder",Du(o.serviceProviderConfig.keyInput.placeholder))("formControl",i.serviceProviderForm.controls.key),ql(),H(3),zt(" ",o.serviceProviderConfig.valueInput.label," "),H(),Zt("placeholder",Du(o.serviceProviderConfig.valueInput.placeholder))("formControl",i.serviceProviderForm.controls.value),ql(),H(3),zt(" ",o.addButton," "),H(2),zt(" ",o.clearButton," "),H(3),Iu(i.Object.entries(i.serviceProviderConfig()))}},dependencies:[J2,K2,q2,W2,Z2,X2,Y2,x2,b2,y2,ev,tv],styles:[`.container{padding:16px;display:flex;flex-direction:column;justify-content:center}.explanation{line-height:normal;padding-bottom:1rem}.line-height-normal{line-height:normal}.is-active-switch{display:flex;align-items:center;gap:24px;padding-top:1.5rem}.config-list{padding:16px 0}.config-input{display:flex;flex-direction:column}.config-input-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.field-label{display:inline-block;font-weight:400;margin-bottom:-.125rem;color:var(--%NS%sapContent_LabelColor, #4a4a4a);text-wrap:nowrap}.field-control{width:100%;height:2.25rem}.config-list-wrapper::part(list){background-color:transparent;border:none;padding:0}.config-list-item{width:100%;padding:0}.config-list-item::part(native-li){padding:0;background:transparent;border:none}.list-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 16px}.list-item-text{flex:1}
|
|
97
|
+
`],encapsulation:3})}}return e})(),l4=(e,t)=>t.key;c4=(()=>{class e{constructor(){this.i18nService=S(tx),this.context=k.required(),this.LuigiClient=k.required(),this.togglesForm=new w2({}),this.newToggleControl=new Zo("",{nonNullable:!0,validators:[QC.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=pr(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(oL()).subscribe(()=>{this.saveFeatureToggleSettings()}),Nr(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){let r=Db.read();this.LuigiClient().getActiveFeatureToggles().forEach(i=>{let o=i.toString();r[o]||(r[o]=!0)}),Object.entries(r).forEach(([i,o])=>{this.togglesForm.addControl(i,new Zo(o)),this.queryParamsFeatures.includes(i)&&this.togglesForm.get(i).disable({emitEvent:!1})}),Db.store(r)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new Zo(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(r){this.togglesForm.removeControl(r)}onToggleChange(r){this.togglesForm.get(r).setValue(!this.togglesForm.get(r).value)}extractFeatureToggleValues(r){return r?new URLSearchParams(r).getAll("ft").flatMap(i=>i.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["wc-feature-toggle"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:19,vars:11,consts:[[1,"container"],[1,"explanation-container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/docs/readme-nodes-configuration.md#feature-toggles",1,"explanation"],["for","input-new-toggle","show-colon","",1,"label"],[1,"new-toggle-input"],["id","input-new-toggle","placeholder","myToggle",1,"input",3,"formControl"],["design","Emphasized",3,"ui5Click","disabled"],[3,"ui5Click","disabled"],[1,"toggle-list",3,"formGroup"],[1,"toggle-item"],[1,"toggle-item-buttons"],[3,"ui5Change","tooltip","disabled","checked"],["design","Transparent","icon","decline",3,"ui5Click","tooltip","disabled"]],template:function(r,i){r&1&&(J(0,"div",0)(1,"div",1)(2,"div",2),Te(3),oe(),J(4,"ui5-link",3),Te(5),oe()(),J(6,"div")(7,"ui5-label",4),Te(8),oe(),J(9,"div",5),$o(10,"ui5-input",6),jl(),J(11,"ui5-button",7),Kt("ui5Click",function(){return i.addToggle()}),Te(12),oe(),J(13,"ui5-button",8),Kt("ui5Click",function(){return i.clear()}),Te(14),oe()()(),J(15,"ui5-list",9),Tu(16,u4,7,6,"ui5-li-custom",null,l4),VM(18,"keyvalue"),oe()()),r&2&&(H(3),zt(" ",i.texts.explanation," "),H(2),Wr(i.texts.link),H(3),zt(" ",i.texts.nameInputLabel," "),H(2),Zt("formControl",i.newToggleControl),ql(),H(),Zt("disabled",i.newToggleControl.invalid),H(),Wr(i.texts.addButton),H(),Zt("disabled",!i.newToggleControl.value),H(),Wr(i.texts.clearButton),H(),Zt("formGroup",i.togglesForm),H(),Iu(qM(18,9,i.togglesForm.controls)))},dependencies:[J2,x2,b2,y2,ev,tv,q2,W2,Z2,X2,Y2,K2,yN],styles:[`.new-toggle-input{display:flex;align-items:center;gap:1rem}.label{height:10px}.input{flex-grow:1}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:2.75rem}.toggle-item-buttons{display:flex;align-items:center;gap:.2rem}.container{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2rem}.explanation-container{display:flex;flex-direction:column;gap:1rem}.explanation{line-height:normal}
|
|
98
|
+
`],encapsulation:3})}}return e})(),_4=(e,t)=>t.title;h4=(()=>{class e{constructor(){this.luigiCoreService=S(ex),this.links=(this.luigiCoreService.config.settings?.links??[]).concat([{title:"OpemMFP",link:"https://openmfp.org/"},{title:"OpenMFP GitHub",link:"https://github.com/openmfp"}]),this.header=this.luigiCoreService.config.settings?.header?.title,this.logo=this.luigiCoreService.config.settings?.header?.logo}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ai({type:e,selectors:[["wc-getting-started"]],decls:17,vars:2,consts:[[1,"main"],[1,"content"],[1,"left-side"],[1,"platform-mesh-logo"],["alt","logo",1,"logo",3,"src"],[1,"platform-mesh-text"],[1,"platform-mesh-content"],[1,"title"],["role","separator","aria-label","Divider",1,"divider"],[1,"right-side"],[1,"pill-group"],["target","_blank","rel","noopener",1,"pill",3,"href"],["xmlns","http://www.w3.org/2000/svg","height","14","viewBox","0 -960 960 960","width","14","fill","currentColor"],["d","M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"]],template:function(r,i){r&1&&(gi(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),Au(4,"img",4),gi(5,"span",5),Te(6),ro()(),gi(7,"div",6)(8,"h1",7),Te(9,"Welcome! Let's get started."),ro(),gi(10,"p"),Te(11,"Congratulations! Your portal is running. \u{1F389}"),ro()()(),Au(12,"div",8),gi(13,"div",9)(14,"div",10),Tu(15,d4,5,2,"a",11,_4),ro()()()()),r&2&&(H(4),Vf("src",i.logo,Ow),H(2),Wr(i.header),H(9),Iu(i.links))},styles:['[_nghost-%COMP%]{--%NS%bright-blue: oklch(51.01% .274 263.83);--%NS%electric-violet: oklch(53.18% .28 296.97);--%NS%french-violet: oklch(47.66% .246 305.88);--%NS%vivid-pink: oklch(69.02% .277 332.77);--%NS%hot-red: oklch(61.42% .238 15.34);--%NS%orange-red: oklch(63.32% .24 31.68);--%NS%gray-900: oklch(19.37% .006 300.98);--%NS%gray-700: oklch(36.98% .014 302.71);--%NS%gray-400: oklch(70.9% .015 304.04);--%NS%red-to-pink-to-purple-horizontal-gradient: linear-gradient( 90deg, var(--%NS%orange-red) 0%, var(--%NS%vivid-pink) 50%, var(--%NS%electric-violet) 100% );--%NS%pill-accent: var(--%NS%bright-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1[_ngcontent-%COMP%]{font-size:3.125rem;color:var(--%NS%gray-900);font-weight:500;line-height:100%;letter-spacing:-.125rem;margin:0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}p[_ngcontent-%COMP%]{margin:0;color:var(--%NS%gray-700)}main[_ngcontent-%COMP%]{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:inherit;position:relative}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;max-width:43.75rem;margin-bottom:3rem}.content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:1.5rem}.divider[_ngcontent-%COMP%]{height:1px;width:100%;background:var(--%NS%red-to-pink-to-purple-horizontal-gradient);margin-block:1.5rem}.pill-group[_ngcontent-%COMP%]{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:1.25rem}.pill[_ngcontent-%COMP%]{display:flex;align-items:center;--%NS%pill-accent: var(--%NS%bright-blue);background:color-mix(in srgb,var(--%NS%pill-accent) 5%,transparent);color:var(--%NS%pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--%NS%inter-font);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.4rem;letter-spacing:-.00875rem;text-decoration:none}.pill[_ngcontent-%COMP%]:hover{background:color-mix(in srgb,var(--%NS%pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--%NS%pill-accent: var(--%NS%bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--%NS%pill-accent: var(--%NS%french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--%NS%pill-accent: var(--%NS%vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--%NS%pill-accent: var(--%NS%hot-red)}.pill-group[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{margin-inline-start:.25rem}.logo[_ngcontent-%COMP%]{width:6.25rem}.platform-mesh-text[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:600;color:#000}.platform-mesh-logo[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.platform-mesh-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;text-align:center}.left-side[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}']})}}return e})(),p4={schedule(e,t){let r=setTimeout(e,t);return()=>clearTimeout(r)}};C4=10,x4=class{component;componentMirror;inputMap=new Map;constructor(e){this.component=e,this.componentMirror=zu(e);for(let t of this.componentMirror.inputs)this.inputMap.set(t.propName,t.templateName)}create(e){return new S4(this.component,e,this.inputMap)}},S4=class{component;injector;inputMap;eventEmitters=new H1(1);events=this.eventEmitters.pipe(rz(e=>Q7(...e)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(e,t,r){this.component=e,this.injector=t,this.inputMap=r,this.ngZone=this.injector.get(ni),this.appRef=this.injector.get(ku),this.cdScheduler=t.get(Ia),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(e){this.runInZone(()=>{if(this.scheduledDestroyFn!==null){this.scheduledDestroyFn(),this.scheduledDestroyFn=null;return}this.componentRef===null&&this.initializeComponent(e)})}disconnect(){this.runInZone(()=>{this.componentRef===null||this.scheduledDestroyFn!==null||(this.scheduledDestroyFn=p4.schedule(()=>{this.componentRef!==null&&(this.componentRef.destroy(),this.componentRef=null)},C4))})}getInputValue(e){return this.runInZone(()=>this.componentRef===null?this.initialInputValues.get(e):this.componentRef.instance[e])}setInputValue(e,t){if(this.componentRef===null){this.initialInputValues.set(e,t);return}this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(e)??e,t),MO(this.componentRef.hostView)&&(NO(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))})}initializeComponent(e){let t=xt.create({providers:[],parent:this.injector}),r=y4(e,zu(this.component).ngContentSelectors);this.componentRef=fN(this.component,{environmentInjector:this.injector,elementInjector:t,hostElement:e,projectableNodes:r}),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(let[e,t]of this.initialInputValues)this.setInputValue(e,t);this.initialInputValues.clear()}initializeOutputs(e){let t=zu(this.component).outputs.map(({propName:r,templateName:i})=>{let o=e.instance[r];return new dt(n=>{let a=o.subscribe(s=>n.next({name:i,value:s}));return()=>a.unsubscribe()})});this.eventEmitters.next(t)}runInZone(e){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(e):e()}},k4=class extends HTMLElement{ngElementEventsSubscription=null};I4=(e,t)=>{let r=T4(e,{injector:t});window.Luigi._registerWebcomponent(cx(),r)},B4=(e,t)=>{let r=cx().split("#")[1];!r||!e[r]||I4(e[r],t)},cx=()=>{let e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e};E4={provide:IC,useFactory:A4,multi:!0},D4=()=>E4;document.body.classList.add("ui5-content-density-compact");S8({providers:[iL(),D4(),ZM()]}).catch(e=>{console.error(e)});});rl();export{g_ as $,gv as A,vv as B,yv as C,D as Ct,el as D,at as E,ae as F,zv as G,Sv as H,tl as I,tt as J,it as K,Z4 as L,_v as M,fv as N,Q as O,ye as P,v as Q,Y as R,Wv as S,mv as St,C_ as T,xv as U,sl as V,kv as W,f_ as X,ur as Y,Va as Z,Gv as _,$t as _t,S_ as a,Bo as at,wv as b,Ur as bt,ja as c,Kv as ct,Tn as d,gt as dt,vt as et,A as f,b_ as ft,pv as g,V0 as gt,cv as h,p_ as ht,x_ as i,He as it,hv as j,jv as k,Xv as l,Cv as lt,g as m,Ao as mt,Eo as n,ke as nt,nl as o,v_ as ot,rt as p,Rv as pt,y_ as q,k_ as r,Ir as rt,Pv as s,be as st,Ov as t,Tv as tt,Io as u,w_ as ut,bv as v,dv as vt,Ha as w,R as x,qv as xt,Zv as y,Ui as yt,Vv as z};
|
|
99
|
+
/*! Bundled license information:
|
|
100
|
+
|
|
101
|
+
@ui5/webcomponents-base/dist/prod/sap/base/strings/toHex.js:
|
|
102
|
+
@ui5/webcomponents-base/dist/prod/sap/base/security/encodeXML.js:
|
|
103
|
+
(*!
|
|
104
|
+
* OpenUI5
|
|
105
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
106
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
107
|
+
*)
|
|
108
|
+
*/
|
|
109
|
+
/*! Bundled license information:
|
|
110
|
+
|
|
111
|
+
@angular/core/fesm2022/_effect-chunk.mjs:
|
|
112
|
+
@angular/core/fesm2022/_not_found-chunk.mjs:
|
|
113
|
+
@angular/core/fesm2022/_untracked-chunk.mjs:
|
|
114
|
+
@angular/core/fesm2022/primitives-signals.mjs:
|
|
115
|
+
@angular/core/fesm2022/primitives-di.mjs:
|
|
116
|
+
@angular/core/fesm2022/_pending_tasks-chunk.mjs:
|
|
117
|
+
@angular/core/fesm2022/_debug_node-chunk.mjs:
|
|
118
|
+
@angular/core/fesm2022/_resource-chunk.mjs:
|
|
119
|
+
@angular/core/fesm2022/core.mjs:
|
|
120
|
+
@angular/common/fesm2022/_platform_location-chunk.mjs:
|
|
121
|
+
@angular/common/fesm2022/_common_module-chunk.mjs:
|
|
122
|
+
@angular/common/fesm2022/_xhr-chunk.mjs:
|
|
123
|
+
@angular/common/fesm2022/common.mjs:
|
|
124
|
+
@angular/forms/fesm2022/forms.mjs:
|
|
125
|
+
@angular/platform-browser/fesm2022/_dom_renderer-chunk.mjs:
|
|
126
|
+
@angular/platform-browser/fesm2022/_browser-chunk.mjs:
|
|
127
|
+
@angular/common/fesm2022/_module-chunk.mjs:
|
|
128
|
+
@angular/common/fesm2022/http.mjs:
|
|
129
|
+
@angular/platform-browser/fesm2022/platform-browser.mjs:
|
|
130
|
+
@angular/core/fesm2022/rxjs-interop.mjs:
|
|
131
|
+
@angular/localize/fesm2022/_localize-chunk.mjs:
|
|
132
|
+
@angular/localize/fesm2022/init.mjs:
|
|
133
|
+
@angular/elements/fesm2022/elements.mjs:
|
|
134
|
+
(**
|
|
135
|
+
* @license Angular v22.1.1
|
|
136
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
137
|
+
* License: MIT
|
|
138
|
+
*)
|
|
139
|
+
*/
|