@openmfp/portal-ui-lib 0.194.21 → 0.194.22

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.
@@ -1,95 +1,95 @@
1
- (()=>{var ge,jC={9272(ge){var f;self,f=()=>(()=>{"use strict";var W={d:(C,T)=>{for(var D in T)W.o(T,D)&&!W.o(C,D)&&Object.defineProperty(C,D,{enumerable:!0,get:T[D]})},o:(C,T)=>Object.prototype.hasOwnProperty.call(C,T)},f={};function m(C,T){if(!(C instanceof T))throw new TypeError("Cannot call a class as a function")}function E(C){return(E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(T){return typeof T}:function(T){return T&&"function"==typeof Symbol&&T.constructor===Symbol&&T!==Symbol.prototype?"symbol":typeof T})(C)}function w(C){var T=function(D){if("object"!=E(D)||!D)return D;var L=D[Symbol.toPrimitive];if(void 0!==L){var ee=L.call(D,"string");if("object"!=E(ee))return ee;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(D)}(C);return"symbol"==E(T)?T:T+""}function b(C,T){for(var D=0;D<T.length;D++){var L=T[D];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(C,w(L.key),L)}}function P(C,T,D){return T&&b(C.prototype,T),D&&b(C,D),Object.defineProperty(C,"prototype",{writable:!1}),C}function z(C,T,D){return(T=w(T))in C?Object.defineProperty(C,T,{value:D,enumerable:!0,configurable:!0,writable:!0}):C[T]=D,C}W.d(f,{default:()=>H});var N=new(P(function C(){m(this,C)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(C){return C&&"[object Function]"==={}.toString.call(C)}},{key:"isPromise",value:function(C){return C&&this.isFunction(C.then)}},{key:"isObject",value:function(C){return C&&"object"===E(C)&&!Array.isArray(C)}},{key:"deepMerge",value:function(C){for(var T=arguments.length,D=new Array(T>1?T-1:0),L=1;L<T;L++)D[L-1]=arguments[L];if(!D.length)return C;var ee=D.shift();if(this.isObject(C)&&this.isObject(ee))for(var j in ee)this.isObject(ee[j])?(C[j]||Object.assign(C,z({},j,{})),this.deepMerge(C[j],ee[j])):Object.assign(C,z({},j,ee[j]));return this.deepMerge.apply(this,[C].concat(D))}},{key:"prependOrigin",value:function(C){if(C.startsWith("http"))return C;var T=C.startsWith("/");return C.length?window.location.origin+(T?"":"/")+C:window.location.origin}}])),H=P(function C(){var T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m(this,C);var D={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},L=N.deepMerge(D,T);this.settings=L},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(C){var T=C.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(T))}},{key:"userInfo",value:function(){var C=this;return new Promise(function(T,D){var L=C.getAuthData(),ee=C.parseIdToken(L.idToken);T({email:ee.email?ee.email:"",name:ee.name?ee.name:""})})}},{key:"login",value:function(){var C=this;return new Promise(function(T,D){var L=C.settings,ee=L.nonceFn&&L.nonceFn()||C.generateNonce();sessionStorage.setItem("luigi.nonceValue",ee),L.oAuthData.nonce||(L.oAuthData.nonce=ee);var j=function(B,ne){return Object.assign(document.createElement("input"),{name:B,id:B,value:ne,type:"hidden"})},q=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:L.authorizeUrl,method:L.authorizeMethod,target:"_self"});for(var te in L.oAuthData.redirect_uri="".concat(N.prependOrigin(L.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),L.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+ee),L.oAuthData){var V=j(te,L.oAuthData[te]);q.appendChild(V.cloneNode())}document.getElementsByTagName("body")[0].appendChild(q),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(B){console.info("load, e",B,C)})})}},{key:"logout",value:function(C,T){var D=this.settings,L="".concat(D.logoutUrl,"?id_token_hint=").concat(C.idToken,"&client_id=").concat(D.oAuthData.client_id,"&post_logout_redirect_uri=").concat(N.prependOrigin(D.post_logout_redirect_uri));T&&T(),setTimeout(function(){window.location.href=L})}},{key:"setTokenExpirationAction",value:function(){var C=this;this.expirationCheckIntervalInstance=setInterval(function(){var T=C.getAuthData();if(!T)return clearInterval(C.expirationCheckIntervalInstance);if((T&&T.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(C.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var D="".concat(C.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(N.prependOrigin(C.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",C.settings,void 0,D)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var C=this,T=1e3*this.settings.accessTokenExpiringNotificationTime,D=1e3*this.settings.expirationCheckInterval,L=this.getAuthData();L&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(L&&L.accessTokenExpirationDate||0)-(new Date).getTime()<T&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",C.settings),clearInterval(C.expirationSoonCheckIntervalInstance))},D))}},{key:"generateNonce",value:function(){var C=window.crypto;return Array.from(C.getRandomValues(new Uint8Array(20))).map(function(T){for(;T>=61*Math.floor(256/61);)T=C.getRandomValues(new Uint8Array(1))[0];return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[T%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return f.default})(),ge.exports=f()},7866(ge,W){!function(f){"use strict";function m(u){return null!==u&&"[object Array]"===Object.prototype.toString.call(u)}function E(u){return null!==u&&"[object Object]"===Object.prototype.toString.call(u)}function w(u,_){if(u===_)return!0;if(Object.prototype.toString.call(u)!==Object.prototype.toString.call(_))return!1;if(!0===m(u)){if(u.length!==_.length)return!1;for(var v=0;v<u.length;v++)if(!1===w(u[v],_[v]))return!1;return!0}if(!0===E(u)){var R={};for(var O in u)if(hasOwnProperty.call(u,O)){if(!1===w(u[O],_[O]))return!1;R[O]=!0}for(var Z in _)if(hasOwnProperty.call(_,Z)&&!0!==R[Z])return!1;return!0}return!1}function b(u){if(""===u||!1===u||null===u)return!0;if(m(u)&&0===u.length)return!0;if(E(u)){for(var _ in u)if(u.hasOwnProperty(_))return!1;return!0}return!1}var N;N="function"==typeof String.prototype.trimLeft?function(u){return u.trimLeft()}:function(u){return u.match(/^\s*(.*)/)[1]};var H=0,T=2,B={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",9:"Array<string>"},J="UnquotedIdentifier",le="QuotedIdentifier",X="Rbracket",ue="Rparen",ce="Comma",ve="Colon",Pe="Rbrace",ke="Number",Ee="Current",Ie="Expref",me="Pipe",$e="GTE",We="LTE",Xe="Flatten",Ae="Star",at="Filter",Le="Dot",He="Lbrace",Y="Lbracket",ye="Lparen",lt="Literal",Ke={".":Le,"*":Ae,",":ce,":":ve,"{":He,"}":Pe,"]":X,"(":ye,")":ue,"@":Ee},Et={"<":!0,">":!0,"=":!0,"!":!0},_t={" ":!0,"\t":!0,"\n":!0};function Dt(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||"_"===u}function an(u){return u>="0"&&u<="9"||"-"===u}function gt(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||u>="0"&&u<="9"||"_"===u}function It(){}It.prototype={tokenize:function(u){var p,v,R,_=[];for(this._current=0;this._current<u.length;)if(Dt(u[this._current]))p=this._current,v=this._consumeUnquotedIdentifier(u),_.push({type:J,value:v,start:p});else if(void 0!==Ke[u[this._current]])_.push({type:Ke[u[this._current]],value:u[this._current],start:this._current}),this._current++;else if(an(u[this._current]))R=this._consumeNumber(u),_.push(R);else if("["===u[this._current])R=this._consumeLBracket(u),_.push(R);else if('"'===u[this._current])p=this._current,v=this._consumeQuotedIdentifier(u),_.push({type:le,value:v,start:p});else if("'"===u[this._current])p=this._current,v=this._consumeRawStringLiteral(u),_.push({type:lt,value:v,start:p});else if("`"===u[this._current]){p=this._current;var O=this._consumeLiteral(u);_.push({type:lt,value:O,start:p})}else if(void 0!==Et[u[this._current]])_.push(this._consumeOperator(u));else if(void 0!==_t[u[this._current]])this._current++;else if("&"===u[this._current])p=this._current,this._current++,"&"===u[this._current]?(this._current++,_.push({type:"And",value:"&&",start:p})):_.push({type:Ie,value:"&",start:p});else{if("|"!==u[this._current]){var Z=new Error("Unknown character:"+u[this._current]);throw Z.name="LexerError",Z}p=this._current,this._current++,"|"===u[this._current]?(this._current++,_.push({type:"Or",value:"||",start:p})):_.push({type:me,value:"|",start:p})}return _},_consumeUnquotedIdentifier:function(u){var _=this._current;for(this._current++;this._current<u.length&&gt(u[this._current]);)this._current++;return u.slice(_,this._current)},_consumeQuotedIdentifier:function(u){var _=this._current;this._current++;for(var p=u.length;'"'!==u[this._current]&&this._current<p;){var v=this._current;"\\"!==u[v]||"\\"!==u[v+1]&&'"'!==u[v+1]?v++:v+=2,this._current=v}return this._current++,JSON.parse(u.slice(_,this._current))},_consumeRawStringLiteral:function(u){var _=this._current;this._current++;for(var p=u.length;"'"!==u[this._current]&&this._current<p;){var v=this._current;"\\"!==u[v]||"\\"!==u[v+1]&&"'"!==u[v+1]?v++:v+=2,this._current=v}return this._current++,u.slice(_+1,this._current-1).replace("\\'","'")},_consumeNumber:function(u){var _=this._current;this._current++;for(var p=u.length;an(u[this._current])&&this._current<p;)this._current++;var v=parseInt(u.slice(_,this._current));return{type:ke,value:v,start:_}},_consumeLBracket:function(u){var _=this._current;return this._current++,"?"===u[this._current]?(this._current++,{type:at,value:"[?",start:_}):"]"===u[this._current]?(this._current++,{type:Xe,value:"[]",start:_}):{type:Y,value:"[",start:_}},_consumeOperator:function(u){var _=this._current,p=u[_];return this._current++,"!"===p?"="===u[this._current]?(this._current++,{type:"NE",value:"!=",start:_}):{type:"Not",value:"!",start:_}:"<"===p?"="===u[this._current]?(this._current++,{type:We,value:"<=",start:_}):{type:"LT",value:"<",start:_}:">"===p?"="===u[this._current]?(this._current++,{type:$e,value:">=",start:_}):{type:"GT",value:">",start:_}:"="===p&&"="===u[this._current]?(this._current++,{type:"EQ",value:"==",start:_}):void 0},_consumeLiteral:function(u){this._current++;for(var v,_=this._current,p=u.length;"`"!==u[this._current]&&this._current<p;){var R=this._current;"\\"!==u[R]||"\\"!==u[R+1]&&"`"!==u[R+1]?R++:R+=2,this._current=R}var O=N(u.slice(_,this._current));return O=O.replace("\\`","`"),v=this._looksLikeJSON(O)?JSON.parse(O):JSON.parse('"'+O+'"'),this._current++,v},_looksLikeJSON:function(u){if(""===u)return!1;if('[{"'.indexOf(u[0])>=0)return!0;if(["true","false","null"].indexOf(u)>=0)return!0;if(!("-0123456789".indexOf(u[0])>=0))return!1;try{return JSON.parse(u),!0}catch{return!1}}};var Fe={};function et(){}function k(u){this.runtime=u}function $(u){this._interpreter=u,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[H]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[H]}]},contains:{_func:this._functionContains,_signature:[{types:[T,3]},{types:[1]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[T]},{types:[T]}]},floor:{_func:this._functionFloor,_signature:[{types:[H]}]},length:{_func:this._functionLength,_signature:[{types:[T,3,4]}]},map:{_func:this._functionMap,_signature:[{types:[6]},{types:[3]}]},max:{_func:this._functionMax,_signature:[{types:[8,9]}]},merge:{_func:this._functionMerge,_signature:[{types:[4],variadic:!0}]},max_by:{_func:this._functionMaxBy,_signature:[{types:[3]},{types:[6]}]},sum:{_func:this._functionSum,_signature:[{types:[8]}]},starts_with:{_func:this._functionStartsWith,_signature:[{types:[T]},{types:[T]}]},min:{_func:this._functionMin,_signature:[{types:[8,9]}]},min_by:{_func:this._functionMinBy,_signature:[{types:[3]},{types:[6]}]},type:{_func:this._functionType,_signature:[{types:[1]}]},keys:{_func:this._functionKeys,_signature:[{types:[4]}]},values:{_func:this._functionValues,_signature:[{types:[4]}]},sort:{_func:this._functionSort,_signature:[{types:[9,8]}]},sort_by:{_func:this._functionSortBy,_signature:[{types:[3]},{types:[6]}]},join:{_func:this._functionJoin,_signature:[{types:[T]},{types:[9]}]},reverse:{_func:this._functionReverse,_signature:[{types:[T,3]}]},to_array:{_func:this._functionToArray,_signature:[{types:[1]}]},to_string:{_func:this._functionToString,_signature:[{types:[1]}]},to_number:{_func:this._functionToNumber,_signature:[{types:[1]}]},not_null:{_func:this._functionNotNull,_signature:[{types:[1],variadic:!0}]}}}Fe.EOF=0,Fe[J]=0,Fe[le]=0,Fe[X]=0,Fe[ue]=0,Fe[ce]=0,Fe[Pe]=0,Fe[ke]=0,Fe[Ee]=0,Fe[Ie]=0,Fe[me]=1,Fe.Or=2,Fe.And=3,Fe.EQ=5,Fe.GT=5,Fe.LT=5,Fe[$e]=5,Fe[We]=5,Fe.NE=5,Fe[Xe]=9,Fe[Ae]=20,Fe[at]=21,Fe[Le]=40,Fe.Not=45,Fe[He]=50,Fe[Y]=55,Fe[ye]=60,et.prototype={parse:function(u){this._loadTokens(u),this.index=0;var _=this.expression(0);if("EOF"!==this._lookahead(0)){var p=this._lookaheadToken(0),v=new Error("Unexpected token type: "+p.type+", value: "+p.value);throw v.name="ParserError",v}return _},_loadTokens:function(u){var p=(new It).tokenize(u);p.push({type:"EOF",value:"",start:u.length}),this.tokens=p},expression:function(u){var _=this._lookaheadToken(0);this._advance();for(var p=this.nud(_),v=this._lookahead(0);u<Fe[v];)this._advance(),p=this.led(v,p),v=this._lookahead(0);return p},_lookahead:function(u){return this.tokens[this.index+u].type},_lookaheadToken:function(u){return this.tokens[this.index+u]},_advance:function(){this.index++},nud:function(u){var p,v;switch(u.type){case lt:return{type:"Literal",value:u.value};case J:return{type:"Field",name:u.value};case le:var R={type:"Field",name:u.value};if(this._lookahead(0)===ye)throw new Error("Quoted identifier not allowed for function names.");return R;case"Not":return{type:"NotExpression",children:[p=this.expression(Fe.Not)]};case Ae:return p=null,{type:"ValueProjection",children:[{type:"Identity"},p=this._lookahead(0)===X?{type:"Identity"}:this._parseProjectionRHS(Fe.Star)]};case at:return this.led(u.type,{type:"Identity"});case He:return this._parseMultiselectHash();case Xe:return{type:"Projection",children:[{type:Xe,children:[{type:"Identity"}]},p=this._parseProjectionRHS(Fe.Flatten)]};case Y:return this._lookahead(0)===ke||this._lookahead(0)===ve?(p=this._parseIndexExpression(),this._projectIfSlice({type:"Identity"},p)):this._lookahead(0)===Ae&&this._lookahead(1)===X?(this._advance(),this._advance(),{type:"Projection",children:[{type:"Identity"},p=this._parseProjectionRHS(Fe.Star)]}):this._parseMultiselectList();case Ee:return{type:Ee};case Ie:return{type:"ExpressionReference",children:[v=this.expression(Fe.Expref)]};case ye:for(var O=[];this._lookahead(0)!==ue;)this._lookahead(0)===Ee?(v={type:Ee},this._advance()):v=this.expression(0),O.push(v);return this._match(ue),O[0];default:this._errorToken(u)}},led:function(u,_){var p;switch(u){case Le:var v=Fe.Dot;return this._lookahead(0)!==Ae?{type:"Subexpression",children:[_,p=this._parseDotRHS(v)]}:(this._advance(),{type:"ValueProjection",children:[_,p=this._parseProjectionRHS(v)]});case me:return p=this.expression(Fe.Pipe),{type:me,children:[_,p]};case"Or":return{type:"OrExpression",children:[_,p=this.expression(Fe.Or)]};case"And":return{type:"AndExpression",children:[_,p=this.expression(Fe.And)]};case ye:for(var Z,R=_.name,O=[];this._lookahead(0)!==ue;)this._lookahead(0)===Ee?(Z={type:Ee},this._advance()):Z=this.expression(0),this._lookahead(0)===ce&&this._match(ce),O.push(Z);return this._match(ue),{type:"Function",name:R,children:O};case at:var Ne=this.expression(0);return this._match(X),{type:"FilterProjection",children:[_,p=this._lookahead(0)===Xe?{type:"Identity"}:this._parseProjectionRHS(Fe.Filter),Ne]};case Xe:return{type:"Projection",children:[{type:Xe,children:[_]},this._parseProjectionRHS(Fe.Flatten)]};case"EQ":case"NE":case"GT":case $e:case"LT":case We:return this._parseComparator(_,u);case Y:var Ze=this._lookaheadToken(0);return Ze.type===ke||Ze.type===ve?(p=this._parseIndexExpression(),this._projectIfSlice(_,p)):(this._match(Ae),this._match(X),{type:"Projection",children:[_,p=this._parseProjectionRHS(Fe.Star)]});default:this._errorToken(this._lookaheadToken(0))}},_match:function(u){if(this._lookahead(0)!==u){var _=this._lookaheadToken(0),p=new Error("Expected "+u+", got: "+_.type);throw p.name="ParserError",p}this._advance()},_errorToken:function(u){var _=new Error("Invalid token ("+u.type+'): "'+u.value+'"');throw _.name="ParserError",_},_parseIndexExpression:function(){if(this._lookahead(0)===ve||this._lookahead(1)===ve)return this._parseSliceExpression();var u={type:"Index",value:this._lookaheadToken(0).value};return this._advance(),this._match(X),u},_projectIfSlice:function(u,_){var p={type:"IndexExpression",children:[u,_]};return"Slice"===_.type?{type:"Projection",children:[p,this._parseProjectionRHS(Fe.Star)]}:p},_parseSliceExpression:function(){for(var u=[null,null,null],_=0,p=this._lookahead(0);p!==X&&_<3;){if(p===ve)_++,this._advance();else{if(p!==ke){var v=this._lookahead(0),R=new Error("Syntax error, unexpected token: "+v.value+"("+v.type+")");throw R.name="Parsererror",R}u[_]=this._lookaheadToken(0).value,this._advance()}p=this._lookahead(0)}return this._match(X),{type:"Slice",children:u}},_parseComparator:function(u,_){return{type:"Comparator",name:_,children:[u,this.expression(Fe[_])]}},_parseDotRHS:function(u){var _=this._lookahead(0);return[J,le,Ae].indexOf(_)>=0?this.expression(u):_===Y?(this._match(Y),this._parseMultiselectList()):_===He?(this._match(He),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(u){var _;if(Fe[this._lookahead(0)]<10)_={type:"Identity"};else if(this._lookahead(0)===Y)_=this.expression(u);else if(this._lookahead(0)===at)_=this.expression(u);else{if(this._lookahead(0)!==Le){var p=this._lookaheadToken(0),v=new Error("Sytanx error, unexpected token: "+p.value+"("+p.type+")");throw v.name="ParserError",v}this._match(Le),_=this._parseDotRHS(u)}return _},_parseMultiselectList:function(){for(var u=[];this._lookahead(0)!==X;){var _=this.expression(0);if(u.push(_),this._lookahead(0)===ce&&(this._match(ce),this._lookahead(0)===X))throw new Error("Unexpected token Rbracket")}return this._match(X),{type:"MultiSelectList",children:u}},_parseMultiselectHash:function(){for(var p,v,R,u=[],_=[J,le];;){if(p=this._lookaheadToken(0),_.indexOf(p.type)<0)throw new Error("Expecting an identifier token, got: "+p.type);if(v=p.value,this._advance(),this._match(ve),R=this.expression(0),u.push({type:"KeyValuePair",name:v,value:R}),this._lookahead(0)===ce)this._match(ce);else if(this._lookahead(0)===Pe){this._match(Pe);break}}return{type:"MultiSelectHash",children:u}}},k.prototype={search:function(u,_){return this.visit(u,_)},visit:function(u,_){var p,v,R,O,Z,ie,Ne,g,Ze;switch(u.type){case"Field":return null!==_&&E(_)?void 0===(ie=_[u.name])?null:ie:null;case"Subexpression":for(R=this.visit(u.children[0],_),Ze=1;Ze<u.children.length;Ze++)if(null===(R=this.visit(u.children[1],R)))return null;return R;case"IndexExpression":return Ne=this.visit(u.children[0],_),this.visit(u.children[1],Ne);case"Index":if(!m(_))return null;var De=u.value;return De<0&&(De=_.length+De),void 0===(R=_[De])&&(R=null),R;case"Slice":if(!m(_))return null;var Gt=u.children.slice(0),I=this.computeSliceParams(_.length,Gt),x=I[0],se=I[1],Ce=I[2];if(R=[],Ce>0)for(Ze=x;Ze<se;Ze+=Ce)R.push(_[Ze]);else for(Ze=x;Ze>se;Ze+=Ce)R.push(_[Ze]);return R;case"Projection":var he=this.visit(u.children[0],_);if(!m(he))return null;for(g=[],Ze=0;Ze<he.length;Ze++)null!==(v=this.visit(u.children[1],he[Ze]))&&g.push(v);return g;case"ValueProjection":if(!E(he=this.visit(u.children[0],_)))return null;g=[];var _e=function P(u){for(var _=Object.keys(u),p=[],v=0;v<_.length;v++)p.push(u[_[v]]);return p}(he);for(Ze=0;Ze<_e.length;Ze++)null!==(v=this.visit(u.children[1],_e[Ze]))&&g.push(v);return g;case"FilterProjection":if(!m(he=this.visit(u.children[0],_)))return null;var Ye=[],tt=[];for(Ze=0;Ze<he.length;Ze++)b(p=this.visit(u.children[2],he[Ze]))||Ye.push(he[Ze]);for(var mt=0;mt<Ye.length;mt++)null!==(v=this.visit(u.children[1],Ye[mt]))&&tt.push(v);return tt;case"Comparator":switch(O=this.visit(u.children[0],_),Z=this.visit(u.children[1],_),u.name){case"EQ":R=w(O,Z);break;case"NE":R=!w(O,Z);break;case"GT":R=O>Z;break;case $e:R=O>=Z;break;case"LT":R=O<Z;break;case We:R=O<=Z;break;default:throw new Error("Unknown comparator: "+u.name)}return R;case Xe:var vt=this.visit(u.children[0],_);if(!m(vt))return null;var Ft=[];for(Ze=0;Ze<vt.length;Ze++)m(v=vt[Ze])?Ft.push.apply(Ft,v):Ft.push(v);return Ft;case"Identity":return _;case"MultiSelectList":if(null===_)return null;for(g=[],Ze=0;Ze<u.children.length;Ze++)g.push(this.visit(u.children[Ze],_));return g;case"MultiSelectHash":if(null===_)return null;var Me;for(g={},Ze=0;Ze<u.children.length;Ze++)g[(Me=u.children[Ze]).name]=this.visit(Me.value,_);return g;case"OrExpression":return b(p=this.visit(u.children[0],_))&&(p=this.visit(u.children[1],_)),p;case"AndExpression":return!0===b(O=this.visit(u.children[0],_))?O:this.visit(u.children[1],_);case"NotExpression":return b(O=this.visit(u.children[0],_));case"Literal":return u.value;case me:return Ne=this.visit(u.children[0],_),this.visit(u.children[1],Ne);case Ee:return _;case"Function":var Xt=[];for(Ze=0;Ze<u.children.length;Ze++)Xt.push(this.visit(u.children[Ze],_));return this.runtime.callFunction(u.name,Xt);case"ExpressionReference":var St=u.children[0];return St.jmespathType=Ie,St;default:throw new Error("Unknown node type: "+u.type)}},computeSliceParams:function(u,_){var p=_[0],v=_[1],R=_[2],O=[null,null,null];if(null===R)R=1;else if(0===R){var Z=new Error("Invalid slice, step cannot be 0");throw Z.name="RuntimeError",Z}var ie=R<0;return p=null===p?ie?u-1:0:this.capSliceRange(u,p,R),v=null===v?ie?-1:u:this.capSliceRange(u,v,R),O[0]=p,O[1]=v,O[2]=R,O},capSliceRange:function(u,_,p){return _<0?(_+=u)<0&&(_=p<0?-1:0):_>=u&&(_=p<0?u-1:u),_}},$.prototype={callFunction:function(u,_){var p=this.functionTable[u];if(void 0===p)throw new Error("Unknown function: "+u+"()");return this._validateArgs(u,_,p._signature),p._func.call(this,_)},_validateArgs:function(u,_,p){var v;if(p[p.length-1].variadic){if(_.length<p.length)throw v=1===p.length?" argument":" arguments",new Error("ArgumentError: "+u+"() takes at least"+p.length+v+" but received "+_.length)}else if(_.length!==p.length)throw v=1===p.length?" argument":" arguments",new Error("ArgumentError: "+u+"() takes "+p.length+v+" but received "+_.length);for(var R,O,Z,ie=0;ie<p.length;ie++){Z=!1,R=p[ie].types,O=this._getTypeName(_[ie]);for(var Ne=0;Ne<R.length;Ne++)if(this._typeMatches(O,R[Ne],_[ie])){Z=!0;break}if(!Z){var it=R.map(function(g){return B[g]}).join(",");throw new Error("TypeError: "+u+"() expected argument "+(ie+1)+" to be type "+it+" but received type "+B[O]+" instead.")}}},_typeMatches:function(u,_,p){if(1===_)return!0;if(9!==_&&8!==_&&3!==_)return u===_;if(3===_)return 3===u;if(3===u){var v;8===_?v=H:9===_&&(v=T);for(var R=0;R<p.length;R++)if(!this._typeMatches(this._getTypeName(p[R]),v,p[R]))return!1;return!0}},_getTypeName:function(u){switch(Object.prototype.toString.call(u)){case"[object String]":return T;case"[object Number]":return H;case"[object Array]":return 3;case"[object Boolean]":return 5;case"[object Null]":return 7;case"[object Object]":return u.jmespathType===Ie?6:4}},_functionStartsWith:function(u){return 0===u[0].lastIndexOf(u[1])},_functionEndsWith:function(u){var _=u[0],p=u[1];return-1!==_.indexOf(p,_.length-p.length)},_functionReverse:function(u){if(this._getTypeName(u[0])===T){for(var p=u[0],v="",R=p.length-1;R>=0;R--)v+=p[R];return v}var O=u[0].slice(0);return O.reverse(),O},_functionAbs:function(u){return Math.abs(u[0])},_functionCeil:function(u){return Math.ceil(u[0])},_functionAvg:function(u){for(var _=0,p=u[0],v=0;v<p.length;v++)_+=p[v];return _/p.length},_functionContains:function(u){return u[0].indexOf(u[1])>=0},_functionFloor:function(u){return Math.floor(u[0])},_functionLength:function(u){return E(u[0])?Object.keys(u[0]).length:u[0].length},_functionMap:function(u){for(var _=[],p=this._interpreter,v=u[0],R=u[1],O=0;O<R.length;O++)_.push(p.visit(v,R[O]));return _},_functionMerge:function(u){for(var _={},p=0;p<u.length;p++){var v=u[p];for(var R in v)_[R]=v[R]}return _},_functionMax:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===H)return Math.max.apply(Math,u[0]);for(var p=u[0],v=p[0],R=1;R<p.length;R++)v.localeCompare(p[R])<0&&(v=p[R]);return v}return null},_functionMin:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===H)return Math.min.apply(Math,u[0]);for(var p=u[0],v=p[0],R=1;R<p.length;R++)p[R].localeCompare(v)<0&&(v=p[R]);return v}return null},_functionSum:function(u){for(var _=0,p=u[0],v=0;v<p.length;v++)_+=p[v];return _},_functionType:function(u){switch(this._getTypeName(u[0])){case H:return"number";case T:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 6:return"expref";case 7:return"null"}},_functionKeys:function(u){return Object.keys(u[0])},_functionValues:function(u){for(var _=u[0],p=Object.keys(_),v=[],R=0;R<p.length;R++)v.push(_[p[R]]);return v},_functionJoin:function(u){return u[1].join(u[0])},_functionToArray:function(u){return 3===this._getTypeName(u[0])?u[0]:[u[0]]},_functionToString:function(u){return this._getTypeName(u[0])===T?u[0]:JSON.stringify(u[0])},_functionToNumber:function(u){var p,_=this._getTypeName(u[0]);return _===H?u[0]:_!==T||(p=+u[0],isNaN(p))?null:p},_functionNotNull:function(u){for(var _=0;_<u.length;_++)if(7!==this._getTypeName(u[_]))return u[_];return null},_functionSort:function(u){var _=u[0].slice(0);return _.sort(),_},_functionSortBy:function(u){var _=u[0].slice(0);if(0===_.length)return _;var p=this._interpreter,v=u[1],R=this._getTypeName(p.visit(v,_[0]));if([H,T].indexOf(R)<0)throw new Error("TypeError");for(var O=this,Z=[],ie=0;ie<_.length;ie++)Z.push([ie,_[ie]]);Z.sort(function(it,g){var Ze=p.visit(v,it[1]),De=p.visit(v,g[1]);if(O._getTypeName(Ze)!==R)throw new Error("TypeError: expected "+R+", received "+O._getTypeName(Ze));if(O._getTypeName(De)!==R)throw new Error("TypeError: expected "+R+", received "+O._getTypeName(De));return Ze>De?1:Ze<De?-1:it[0]-g[0]});for(var Ne=0;Ne<Z.length;Ne++)_[Ne]=Z[Ne][1];return _},_functionMaxBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[H,T]),R=-1/0,ie=0;ie<p.length;ie++)(Z=v(p[ie]))>R&&(R=Z,O=p[ie]);return O},_functionMinBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[H,T]),R=1/0,ie=0;ie<p.length;ie++)(Z=v(p[ie]))<R&&(R=Z,O=p[ie]);return O},createKeyFunction:function(u,_){var p=this,v=this._interpreter;return function(O){var Z=v.visit(u,O);if(_.indexOf(p._getTypeName(Z))<0){var ie="TypeError: expected one of "+_+", received "+p._getTypeName(Z);throw new Error(ie)}return Z}}},f.tokenize=function K(u){return(new It).tokenize(u)},f.compile=function A(u){return(new et).parse(u)},f.search=function G(u,_){var p=new et,v=new $,R=new k(v);v._interpreter=R;var O=p.parse(_);return R.search(O,u)},f.strictDeepEqual=w}(W)},5667(ge,W,f){ge=f.nmd(ge);var E="__lodash_hash_undefined__",P=9007199254740991,z="[object Arguments]",N="[object Array]",C="[object Boolean]",T="[object Date]",D="[object Error]",L="[object Function]",j="[object Map]",q="[object Number]",V="[object Object]",B="[object Promise]",J="[object RegExp]",le="[object Set]",X="[object String]",ve="[object WeakMap]",Pe="[object ArrayBuffer]",ke="[object DataView]",Re=/^\[object .+?Constructor\]$/,Xe=/^(?: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[z]=Ae[N]=Ae[Pe]=Ae[C]=Ae[ke]=Ae[T]=Ae[D]=Ae[L]=Ae[j]=Ae[q]=Ae[V]=Ae[J]=Ae[le]=Ae[X]=Ae[ve]=!1;var at="object"==typeof global&&global&&global.Object===Object&&global,Le="object"==typeof self&&self&&self.Object===Object&&self,Ue=at||Le||Function("return this")(),He=W&&!W.nodeType&&W,Y=He&&ge&&!ge.nodeType&&ge,ye=Y&&Y.exports===He,lt=ye&&at.process,Ke=function(){try{return lt&&lt.binding&&lt.binding("util")}catch{}}(),Et=Ke&&Ke.isTypedArray;function an(M,oe){for(var je=-1,ft=null==M?0:M.length;++je<ft;)if(oe(M[je],je,M))return!0;return!1}function Fe(M,oe){return M.has(oe)}function k(M){var oe=-1,je=Array(M.size);return M.forEach(function(ft,rn){je[++oe]=[rn,ft]}),je}function A(M){var oe=-1,je=Array(M.size);return M.forEach(function(ft){je[++oe]=ft}),je}var M,K=Array.prototype,u=Object.prototype,_=Ue["__core-js_shared__"],p=Function.prototype.toString,v=u.hasOwnProperty,R=(M=/[^.]+$/.exec(_&&_.keys&&_.keys.IE_PROTO||""))?"Symbol(src)_1."+M:"",O=u.toString,Z=RegExp("^"+p.call(v).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ie=ye?Ue.Buffer:void 0,Ne=Ue.Symbol,it=Ue.Uint8Array,g=u.propertyIsEnumerable,Ze=K.splice,De=Ne?Ne.toStringTag:void 0,Gt=Object.getOwnPropertySymbols,I=ie?ie.isBuffer:void 0,x=function $(M,oe){return function(je){return M(oe(je))}}(Object.keys,Object),se=Wr(Ue,"DataView"),Ce=Wr(Ue,"Map"),he=Wr(Ue,"Promise"),_e=Wr(Ue,"Set"),Ye=Wr(Ue,"WeakMap"),tt=Wr(Object,"create"),mt=F(se),vt=F(Ce),Ft=F(he),Me=F(_e),Xt=F(Ye),St=Ne?Ne.prototype:void 0,Kt=St?St.valueOf:void 0;function nn(M){var oe=-1,je=null==M?0:M.length;for(this.clear();++oe<je;){var ft=M[oe];this.set(ft[0],ft[1])}}function Vn(M){var oe=-1,je=null==M?0:M.length;for(this.clear();++oe<je;){var ft=M[oe];this.set(ft[0],ft[1])}}function qe(M){var oe=-1,je=null==M?0:M.length;for(this.clear();++oe<je;){var ft=M[oe];this.set(ft[0],ft[1])}}function ln(M){var oe=-1,je=null==M?0:M.length;for(this.__data__=new qe;++oe<je;)this.add(M[oe])}function An(M){var oe=this.__data__=new Vn(M);this.size=oe.size}function we(M,oe){for(var je=M.length;je--;)if(fe(M[je][0],oe))return je;return-1}function Qn(M){return null==M?void 0===M?"[object Undefined]":"[object Null]":De&&De in Object(M)?function Sr(M){var oe=v.call(M,De),je=M[De];try{M[De]=void 0;var ft=!0}catch{}var rn=O.call(M);return ft&&(oe?M[De]=je:delete M[De]),rn}(M):function na(M){return O.call(M)}(M)}function pn(M){return Jn(M)&&Qn(M)==z}function fi(M,oe,je,ft,rn){return M===oe||(null==M||null==oe||!Jn(M)&&!Jn(oe)?M!=M&&oe!=oe:function uc(M,oe,je,ft,rn,Ot){var Se=yt(M),er=yt(oe),Hn=Se?N:ri(M),xn=er?N:ri(oe),rr=(Hn=Hn==z?V:Hn)==V,pi=(xn=xn==z?V:xn)==V,wr=Hn==xn;if(wr&&bt(M)){if(!bt(oe))return!1;Se=!0,rr=!1}if(wr&&!rr)return Ot||(Ot=new An),Se||Ir(M)?po(M,oe,je,ft,rn,Ot):function Pi(M,oe,je,ft,rn,Ot,Se){switch(je){case ke:if(M.byteLength!=oe.byteLength||M.byteOffset!=oe.byteOffset)return!1;M=M.buffer,oe=oe.buffer;case Pe:return!(M.byteLength!=oe.byteLength||!Ot(new it(M),new it(oe)));case C:case T:case q:return fe(+M,+oe);case D:return M.name==oe.name&&M.message==oe.message;case J:case X:return M==oe+"";case j:var er=k;case le:if(er||(er=A),M.size!=oe.size&&!(1&ft))return!1;var xn=Se.get(M);if(xn)return xn==oe;ft|=2,Se.set(M,oe);var rr=po(er(M),er(oe),ft,rn,Ot,Se);return Se.delete(M),rr;case"[object Symbol]":if(Kt)return Kt.call(M)==Kt.call(oe)}return!1}(M,oe,Hn,je,ft,rn,Ot);if(!(1&je)){var oi=rr&&v.call(M,"__wrapped__"),fr=pi&&v.call(oe,"__wrapped__");if(oi||fr){var go=oi?M.value():M,Ji=fr?oe.value():oe;return Ot||(Ot=new An),rn(go,Ji,je,ft,Ot)}}return!!wr&&(Ot||(Ot=new An),function cs(M,oe,je,ft,rn,Ot){var Se=1&je,er=un(M),Hn=er.length;if(Hn!=un(oe).length&&!Se)return!1;for(var pi=Hn;pi--;){var wr=er[pi];if(!(Se?wr in oe:v.call(oe,wr)))return!1}var oi=Ot.get(M);if(oi&&Ot.get(oe))return oi==oe;var fr=!0;Ot.set(M,oe),Ot.set(oe,M);for(var go=Se;++pi<Hn;){var Ji=M[wr=er[pi]],Fo=oe[wr];if(ft)var Hd=Se?ft(Fo,Ji,wr,oe,M,Ot):ft(Ji,Fo,wr,M,oe,Ot);if(!(void 0===Hd?Ji===Fo||rn(Ji,Fo,je,ft,Ot):Hd)){fr=!1;break}go||(go="constructor"==wr)}if(fr&&!go){var ra=M.constructor,ia=oe.constructor;ra!=ia&&"constructor"in M&&"constructor"in oe&&!("function"==typeof ra&&ra instanceof ra&&"function"==typeof ia&&ia instanceof ia)&&(fr=!1)}return Ot.delete(M),Ot.delete(oe),fr}(M,oe,je,ft,rn,Ot))}(M,oe,je,ft,fi,rn))}function po(M,oe,je,ft,rn,Ot){var Se=1&je,er=M.length,Hn=oe.length;if(er!=Hn&&!(Se&&Hn>er))return!1;var xn=Ot.get(M);if(xn&&Ot.get(oe))return xn==oe;var rr=-1,pi=!0,wr=2&je?new ln:void 0;for(Ot.set(M,oe),Ot.set(oe,M);++rr<er;){var oi=M[rr],fr=oe[rr];if(ft)var go=Se?ft(fr,oi,rr,oe,M,Ot):ft(oi,fr,rr,M,oe,Ot);if(void 0!==go){if(go)continue;pi=!1;break}if(wr){if(!an(oe,function(Ji,Fo){if(!Fe(wr,Fo)&&(oi===Ji||rn(oi,Ji,je,ft,Ot)))return wr.push(Fo)})){pi=!1;break}}else if(oi!==fr&&!rn(oi,fr,je,ft,Ot)){pi=!1;break}}return Ot.delete(M),Ot.delete(oe),pi}function un(M){return function ho(M,oe,je){var ft=oe(M);return yt(M)?ft:function Dt(M,oe){for(var je=-1,ft=oe.length,rn=M.length;++je<ft;)M[rn+je]=oe[je];return M}(ft,je(M))}(M,Je,ta)}function kt(M,oe){var je=M.__data__;return function ii(M){var oe=typeof M;return"string"==oe||"number"==oe||"symbol"==oe||"boolean"==oe?"__proto__"!==M:null===M}(oe)?je["string"==typeof oe?"string":"hash"]:je.map}function Wr(M,oe){var je=function et(M,oe){return M?.[oe]}(M,oe);return function tn(M){return!(!qn(M)||function dc(M){return!!R&&R in M}(M))&&(kn(M)?Z:Re).test(F(M))}(je)?je:void 0}nn.prototype.clear=function gr(){this.__data__=tt?tt(null):{},this.size=0},nn.prototype.delete=function Wt(M){var oe=this.has(M)&&delete this.__data__[M];return this.size-=oe?1:0,oe},nn.prototype.get=function Jt(M){var oe=this.__data__;if(tt){var je=oe[M];return je===E?void 0:je}return v.call(oe,M)?oe[M]:void 0},nn.prototype.has=function Tn(M){var oe=this.__data__;return tt?void 0!==oe[M]:v.call(oe,M)},nn.prototype.set=function mr(M,oe){var je=this.__data__;return this.size+=this.has(M)?0:1,je[M]=tt&&void 0===oe?E:oe,this},Vn.prototype.clear=function $r(){this.__data__=[],this.size=0},Vn.prototype.delete=function ae(M){var oe=this.__data__,je=we(oe,M);return!(je<0||(je==oe.length-1?oe.pop():Ze.call(oe,je,1),--this.size,0))},Vn.prototype.get=function Ve(M){var oe=this.__data__,je=we(oe,M);return je<0?void 0:oe[je][1]},Vn.prototype.has=function Q(M){return we(this.__data__,M)>-1},Vn.prototype.set=function ze(M,oe){var je=this.__data__,ft=we(je,M);return ft<0?(++this.size,je.push([M,oe])):je[ft][1]=oe,this},qe.prototype.clear=function ut(){this.size=0,this.__data__={hash:new nn,map:new(Ce||Vn),string:new nn}},qe.prototype.delete=function Pt(M){var oe=kt(this,M).delete(M);return this.size-=oe?1:0,oe},qe.prototype.get=function Qt(M){return kt(this,M).get(M)},qe.prototype.has=function en(M){return kt(this,M).has(M)},qe.prototype.set=function cn(M,oe){var je=kt(this,M),ft=je.size;return je.set(M,oe),this.size+=je.size==ft?0:1,this},ln.prototype.add=ln.prototype.push=function Fi(M){return this.__data__.set(M,E),this},ln.prototype.has=function ni(M){return this.__data__.has(M)},An.prototype.clear=function fn(){this.__data__=new Vn,this.size=0},An.prototype.delete=function hn(M){var oe=this.__data__,je=oe.delete(M);return this.size=oe.size,je},An.prototype.get=function Nr(M){return this.__data__.get(M)},An.prototype.has=function Kn(M){return this.__data__.has(M)},An.prototype.set=function Ri(M,oe){var je=this.__data__;if(je instanceof Vn){var ft=je.__data__;if(!Ce||ft.length<199)return ft.push([M,oe]),this.size=++je.size,this;je=this.__data__=new qe(ft)}return je.set(M,oe),this.size=je.size,this};var ta=Gt?function(M){return null==M?[]:(M=Object(M),function _t(M,oe){for(var je=-1,ft=null==M?0:M.length,rn=0,Ot=[];++je<ft;){var Se=M[je];oe(Se,je,M)&&(Ot[rn++]=Se)}return Ot}(Gt(M),function(oe){return g.call(M,oe)}))}:function _r(){return[]},ri=Qn;function Lo(M,oe){return!!(oe=oe??P)&&("number"==typeof M||Xe.test(M))&&M>-1&&M%1==0&&M<oe}function F(M){if(null!=M){try{return p.call(M)}catch{}try{return M+""}catch{}}return""}function fe(M,oe){return M===oe||M!=M&&oe!=oe}(se&&ri(new se(new ArrayBuffer(1)))!=ke||Ce&&ri(new Ce)!=j||he&&ri(he.resolve())!=B||_e&&ri(new _e)!=le||Ye&&ri(new Ye)!=ve)&&(ri=function(M){var oe=Qn(M),je=oe==V?M.constructor:void 0,ft=je?F(je):"";if(ft)switch(ft){case mt:return ke;case vt:return j;case Ft:return B;case Me:return le;case Xt:return ve}return oe});var nt=pn(function(){return arguments}())?pn:function(M){return Jn(M)&&v.call(M,"callee")&&!g.call(M,"callee")},yt=Array.isArray,bt=I||function vr(){return!1};function kn(M){if(!qn(M))return!1;var oe=Qn(M);return oe==L||"[object GeneratorFunction]"==oe||"[object AsyncFunction]"==oe||"[object Proxy]"==oe}function jn(M){return"number"==typeof M&&M>-1&&M%1==0&&M<=P}function qn(M){var oe=typeof M;return null!=M&&("object"==oe||"function"==oe)}function Jn(M){return null!=M&&"object"==typeof M}var Ir=Et?function It(M){return function(oe){return M(oe)}}(Et):function ea(M){return Jn(M)&&jn(M.length)&&!!Ae[Qn(M)]};function Je(M){return function gn(M){return null!=M&&jn(M.length)&&!kn(M)}(M)?function Mi(M,oe){var je=yt(M),ft=!je&&nt(M),rn=!je&&!ft&&bt(M),Ot=!je&&!ft&&!rn&&Ir(M),Se=je||ft||rn||Ot,er=Se?function gt(M,oe){for(var je=-1,ft=Array(M);++je<M;)ft[je]=oe(je);return ft}(M.length,String):[],Hn=er.length;for(var xn in M)(oe||v.call(M,xn))&&(!Se||!("length"==xn||rn&&("offset"==xn||"parent"==xn)||Ot&&("buffer"==xn||"byteLength"==xn||"byteOffset"==xn)||Lo(xn,Hn)))&&er.push(xn);return er}(M):function hi(M){if(!function xl(M){var oe=M&&M.constructor;return M===("function"==typeof oe&&oe.prototype||u)}(M))return x(M);var oe=[];for(var je in Object(M))v.call(M,je)&&"constructor"!=je&&oe.push(je);return oe}(M)}ge.exports=function dt(M,oe){return fi(M,oe)}},2706(ge,W,f){ge=f.nmd(ge);var E="__lodash_hash_undefined__",P=9007199254740991,z="[object Arguments]",N="[object Array]",H="[object Boolean]",C="[object Date]",T="[object Error]",D="[object Function]",ee="[object Map]",j="[object Number]",q="[object Object]",te="[object Promise]",V="[object RegExp]",B="[object Set]",ne="[object String]",le="[object WeakMap]",X="[object ArrayBuffer]",ue="[object DataView]",be=/^\[object .+?Constructor\]$/,Be=/^(?:0|[1-9]\d*)$/,$e={};$e["[object Float32Array]"]=$e["[object Float64Array]"]=$e["[object Int8Array]"]=$e["[object Int16Array]"]=$e["[object Int32Array]"]=$e["[object Uint8Array]"]=$e["[object Uint8ClampedArray]"]=$e["[object Uint16Array]"]=$e["[object Uint32Array]"]=!0,$e[z]=$e[N]=$e[X]=$e[H]=$e[ue]=$e[C]=$e[T]=$e[D]=$e[ee]=$e[j]=$e[q]=$e[V]=$e[B]=$e[ne]=$e[le]=!1;var We="object"==typeof global&&global&&global.Object===Object&&global,Re="object"==typeof self&&self&&self.Object===Object&&self,Xe=We||Re||Function("return this")(),Ae=W&&!W.nodeType&&W,at=Ae&&ge&&!ge.nodeType&&ge,Ue=at&&at.exports===Ae&&We.process,He=function(){try{return Ue&&Ue.binding("util")}catch{}}(),Y=He&&He.isTypedArray;function ye(F,fe){for(var nt=-1,yt=F?F.length:0;++nt<yt;)if(fe(F[nt],nt,F))return!0;return!1}function _t(F){var fe=!1;if(null!=F&&"function"!=typeof F.toString)try{fe=!!(F+"")}catch{}return fe}function Dt(F){var fe=-1,nt=Array(F.size);return F.forEach(function(yt,gn){nt[++fe]=[gn,yt]}),nt}function gt(F){var fe=-1,nt=Array(F.size);return F.forEach(function(yt){nt[++fe]=yt}),nt}var F,It=Array.prototype,Fe=Function.prototype,et=Object.prototype,k=Xe["__core-js_shared__"],$=(F=/[^.]+$/.exec(k&&k.keys&&k.keys.IE_PROTO||""))?"Symbol(src)_1."+F:"",A=Fe.toString,K=et.hasOwnProperty,G=et.toString,u=RegExp("^"+A.call(K).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_=Xe.Symbol,p=Xe.Uint8Array,v=et.propertyIsEnumerable,R=It.splice,O=function an(F,fe){return function(nt){return F(fe(nt))}}(Object.keys,Object),Z=pn(Xe,"DataView"),ie=pn(Xe,"Map"),Ne=pn(Xe,"Promise"),it=pn(Xe,"Set"),g=pn(Xe,"WeakMap"),Ze=pn(Object,"create"),De=Pi(Z),Gt=Pi(ie),I=Pi(Ne),x=Pi(it),se=Pi(g),Ce=_?_.prototype:void 0,he=Ce?Ce.valueOf:void 0;function _e(F){var fe=-1,nt=F?F.length:0;for(this.clear();++fe<nt;){var yt=F[fe];this.set(yt[0],yt[1])}}function Me(F){var fe=-1,nt=F?F.length:0;for(this.clear();++fe<nt;){var yt=F[fe];this.set(yt[0],yt[1])}}function Wt(F){var fe=-1,nt=F?F.length:0;for(this.clear();++fe<nt;){var yt=F[fe];this.set(yt[0],yt[1])}}function ae(F){var fe=-1,nt=F?F.length:0;for(this.__data__=new Wt;++fe<nt;)this.add(F[fe])}function ze(F){this.__data__=new Me(F)}function ln(F,fe){for(var nt=F.length;nt--;)if(cs(F[nt][0],fe))return nt;return-1}function ni(F,fe,nt,yt,gn){return F===fe||(null==F||null==fe||!Lo(F)&&!ii(fe)?F!=F&&fe!=fe:function An(F,fe,nt,yt,gn,bt){var dt=kt(F),kn=kt(fe),jn=N,qn=N;dt||(jn=(jn=fi(F))==z?q:jn),kn||(qn=(qn=fi(fe))==z?q:qn);var Jn=jn==q&&!_t(F),Ir=qn==q&&!_t(fe),Je=jn==qn;if(Je&&!Jn)return bt||(bt=new ze),dt||xl(F)?Ri(F,fe,nt,yt,gn,bt):function Mi(F,fe,nt,yt,gn,bt,dt){switch(nt){case ue:if(F.byteLength!=fe.byteLength||F.byteOffset!=fe.byteOffset)return!1;F=F.buffer,fe=fe.buffer;case X:return!(F.byteLength!=fe.byteLength||!yt(new p(F),new p(fe)));case H:case C:case j:return cs(+F,+fe);case T:return F.name==fe.name&&F.message==fe.message;case V:case ne:return F==fe+"";case ee:var kn=Dt;case B:if(kn||(kn=gt),F.size!=fe.size&&!(2&bt))return!1;var qn=dt.get(F);if(qn)return qn==fe;bt|=1,dt.set(F,fe);var Jn=Ri(kn(F),kn(fe),yt,gn,bt,dt);return dt.delete(F),Jn;case"[object Symbol]":if(he)return he.call(F)==he.call(fe)}return!1}(F,fe,jn,nt,yt,gn,bt);if(!(2&gn)){var _r=Jn&&K.call(F,"__wrapped__"),vr=Ir&&K.call(fe,"__wrapped__");if(_r||vr){var M=_r?F.value():F,oe=vr?fe.value():fe;return bt||(bt=new ze),nt(M,oe,yt,gn,bt)}}return!!Je&&(bt||(bt=new ze),function we(F,fe,nt,yt,gn,bt){var dt=2&gn,kn=na(F),jn=kn.length;if(jn!=na(fe).length&&!dt)return!1;for(var Ir=jn;Ir--;){var Je=kn[Ir];if(!(dt?Je in fe:K.call(fe,Je)))return!1}var _r=bt.get(F);if(_r&&bt.get(fe))return _r==fe;var vr=!0;bt.set(F,fe),bt.set(fe,F);for(var M=dt;++Ir<jn;){var oe=F[Je=kn[Ir]],je=fe[Je];if(yt)var ft=dt?yt(je,oe,Je,fe,F,bt):yt(oe,je,Je,F,fe,bt);if(!(void 0===ft?oe===je||nt(oe,je,yt,gn,bt):ft)){vr=!1;break}M||(M="constructor"==Je)}if(vr&&!M){var rn=F.constructor,Ot=fe.constructor;rn!=Ot&&"constructor"in F&&"constructor"in fe&&!("function"==typeof rn&&rn instanceof rn&&"function"==typeof Ot&&Ot instanceof Ot)&&(vr=!1)}return bt.delete(F),bt.delete(fe),vr}(F,fe,nt,yt,gn,bt))}(F,fe,ni,nt,yt,gn))}function Ri(F,fe,nt,yt,gn,bt){var dt=2&gn,kn=F.length,jn=fe.length;if(kn!=jn&&!(dt&&jn>kn))return!1;var qn=bt.get(F);if(qn&&bt.get(fe))return qn==fe;var Jn=-1,Ir=!0,Je=1&gn?new ae:void 0;for(bt.set(F,fe),bt.set(fe,F);++Jn<kn;){var _r=F[Jn],vr=fe[Jn];if(yt)var M=dt?yt(vr,_r,Jn,fe,F,bt):yt(_r,vr,Jn,F,fe,bt);if(void 0!==M){if(M)continue;Ir=!1;break}if(Je){if(!ye(fe,function(oe,je){if(!Je.has(je)&&(_r===oe||nt(_r,oe,yt,gn,bt)))return Je.add(je)})){Ir=!1;break}}else if(_r!==vr&&!nt(_r,vr,yt,gn,bt)){Ir=!1;break}}return bt.delete(F),bt.delete(fe),Ir}function ho(F,fe){var nt=F.__data__;return function tn(F){var fe=typeof F;return"string"==fe||"number"==fe||"symbol"==fe||"boolean"==fe?"__proto__"!==F:null===F}(fe)?nt["string"==typeof fe?"string":"hash"]:nt.map}function pn(F,fe){var nt=function Et(F,fe){return F?.[fe]}(F,fe);return function hn(F){return!(!Lo(F)||function ea(F){return!!$&&$ in F}(F))&&(ta(F)||_t(F)?u:be).test(Pi(F))}(nt)?nt:void 0}_e.prototype.clear=function Ye(){this.__data__=Ze?Ze(null):{}},_e.prototype.delete=function tt(F){return this.has(F)&&delete this.__data__[F]},_e.prototype.get=function mt(F){var fe=this.__data__;if(Ze){var nt=fe[F];return nt===E?void 0:nt}return K.call(fe,F)?fe[F]:void 0},_e.prototype.has=function vt(F){var fe=this.__data__;return Ze?void 0!==fe[F]:K.call(fe,F)},_e.prototype.set=function Ft(F,fe){return this.__data__[F]=Ze&&void 0===fe?E:fe,this},Me.prototype.clear=function Xt(){this.__data__=[]},Me.prototype.delete=function St(F){var fe=this.__data__,nt=ln(fe,F);return!(nt<0||(nt==fe.length-1?fe.pop():R.call(fe,nt,1),0))},Me.prototype.get=function Kt(F){var fe=this.__data__,nt=ln(fe,F);return nt<0?void 0:fe[nt][1]},Me.prototype.has=function nn(F){return ln(this.__data__,F)>-1},Me.prototype.set=function gr(F,fe){var nt=this.__data__,yt=ln(nt,F);return yt<0?nt.push([F,fe]):nt[yt][1]=fe,this},Wt.prototype.clear=function Jt(){this.__data__={hash:new _e,map:new(ie||Me),string:new _e}},Wt.prototype.delete=function Tn(F){return ho(this,F).delete(F)},Wt.prototype.get=function mr(F){return ho(this,F).get(F)},Wt.prototype.has=function Vn(F){return ho(this,F).has(F)},Wt.prototype.set=function $r(F,fe){return ho(this,F).set(F,fe),this},ae.prototype.add=ae.prototype.push=function Ve(F){return this.__data__.set(F,E),this},ae.prototype.has=function Q(F){return this.__data__.has(F)},ze.prototype.clear=function qe(){this.__data__=new Me},ze.prototype.delete=function ut(F){return this.__data__.delete(F)},ze.prototype.get=function Pt(F){return this.__data__.get(F)},ze.prototype.has=function Qt(F){return this.__data__.has(F)},ze.prototype.set=function en(F,fe){var nt=this.__data__;if(nt instanceof Me){var yt=nt.__data__;if(!ie||yt.length<199)return yt.push([F,fe]),this;nt=this.__data__=new Wt(yt)}return nt.set(F,fe),this};var fi=function Fi(F){return G.call(F)};function uc(F,fe){return!!(fe=fe??P)&&("number"==typeof F||Be.test(F))&&F>-1&&F%1==0&&F<fe}function po(F){return F==F&&!Lo(F)}function Pi(F){if(null!=F){try{return A.call(F)}catch{}try{return F+""}catch{}}return""}function cs(F,fe){return F===fe||F!=F&&fe!=fe}(Z&&fi(new Z(new ArrayBuffer(1)))!=ue||ie&&fi(new ie)!=ee||Ne&&fi(Ne.resolve())!=te||it&&fi(new it)!=B||g&&fi(new g)!=le)&&(fi=function(F){var fe=G.call(F),nt=fe==q?F.constructor:void 0,yt=nt?Pi(nt):void 0;if(yt)switch(yt){case De:return ue;case Gt:return ee;case I:return te;case x:return B;case se:return le}return fe});var kt=Array.isArray;function Wr(F){return null!=F&&ri(F.length)&&!ta(F)}function ta(F){var fe=Lo(F)?G.call(F):"";return fe==D||"[object GeneratorFunction]"==fe}function ri(F){return"number"==typeof F&&F>-1&&F%1==0&&F<=P}function Lo(F){var fe=typeof F;return!!F&&("object"==fe||"function"==fe)}function ii(F){return!!F&&"object"==typeof F}var xl=Y?function Ke(F){return function(fe){return F(fe)}}(Y):function Nr(F){return ii(F)&&ri(F.length)&&!!$e[G.call(F)]};function na(F){return Wr(F)?function cn(F,fe){var nt=kt(F)||function un(F){return function Sr(F){return ii(F)&&Wr(F)}(F)&&K.call(F,"callee")&&(!v.call(F,"callee")||G.call(F)==z)}(F)?function lt(F,fe){for(var nt=-1,yt=Array(F);++nt<F;)yt[nt]=fe(nt);return yt}(F.length,String):[],yt=nt.length,gn=!!yt;for(var bt in F)(fe||K.call(F,bt))&&(!gn||"length"!=bt&&!uc(bt,yt))&&nt.push(bt);return nt}(F):function Kn(F){if(!function hi(F){var fe=F&&F.constructor;return F===("function"==typeof fe&&fe.prototype||et)}(F))return O(F);var fe=[];for(var nt in Object(F))K.call(F,nt)&&"constructor"!=nt&&fe.push(nt);return fe}(F)}ge.exports=function dc(F,fe){return F===fe||function fn(F,fe,nt,yt){var gn=nt.length,bt=gn,dt=!yt;if(null==F)return!bt;for(F=Object(F);gn--;){var kn=nt[gn];if(dt&&kn[2]?kn[1]!==F[kn[0]]:!(kn[0]in F))return!1}for(;++gn<bt;){var jn=(kn=nt[gn])[0],qn=F[jn],Jn=kn[1];if(dt&&kn[2]){if(void 0===qn&&!(jn in F))return!1}else{var Ir=new ze;if(yt)var Je=yt(qn,Jn,jn,F,fe,Ir);if(!(void 0===Je?ni(Jn,qn,yt,3,Ir):Je))return!1}}return!0}(F,fe,function Qn(F){for(var fe=na(F),nt=fe.length;nt--;){var yt=fe[nt],gn=F[yt];fe[nt]=[yt,gn,po(gn)]}return fe}(fe))}},1892(ge,W,f){"use strict";f.d(W,{FK:()=>Ze,Y:()=>De,FD:()=>Gt});var m,E,w,P,z,N,H,C,T,D,L,j={},q=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,V=Array.isArray;function B(I,x){for(var se in x)I[se]=x[se];return I}function ne(I){I&&I.parentNode&&I.parentNode.removeChild(I)}function le(I,x,se,Ce,he){var _e={type:I,props:x,key:se,ref:Ce,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:he??++w,__i:-1,__u:0};return null==he&&null!=E.vnode&&E.vnode(_e),_e}function ue(I){return I.children}function ce(I,x){this.props=I,this.context=x}function ve(I,x){if(null==x)return I.__?ve(I.__,I.__i+1):null;for(var se;x<I.__k.length;x++)if(null!=(se=I.__k[x])&&null!=se.__e)return se.__e;return"function"==typeof I.type?ve(I):null}function Pe(I){var x,se;if(null!=(I=I.__)&&null!=I.__c){for(I.__e=I.__c.base=null,x=0;x<I.__k.length;x++)if(null!=(se=I.__k[x])&&null!=se.__e){I.__e=I.__c.base=se.__e;break}return Pe(I)}}function ke(I){(!I.__d&&(I.__d=!0)&&P.push(I)&&!Ee.__r++||z!==E.debounceRendering)&&((z=E.debounceRendering)||N)(Ee)}function Ee(){var I,x,se,Ce,he,_e,Ye,tt;for(P.sort(H);I=P.shift();)I.__d&&(x=P.length,Ce=void 0,_e=(he=(se=I).__v).__e,Ye=[],tt=[],se.__P&&((Ce=B({},he)).__v=he.__v+1,E.vnode&&E.vnode(Ce),We(se.__P,Ce,he,se.__n,se.__P.namespaceURI,32&he.__u?[_e]:null,Ye,_e??ve(he),!!(32&he.__u),tt),Ce.__v=he.__v,Ce.__.__k[Ce.__i]=Ce,Re(Ye,Ce,tt),Ce.__e!=_e&&Pe(Ce)),P.length>x&&P.sort(H));Ee.__r=0}function Ie(I,x,se,Ce,he,_e,Ye,tt,mt,vt,Ft){var Me,Xt,St,Kt,nn,gr,Wt=Ce&&Ce.__k||q,Jt=x.length;for(mt=function me(I,x,se,Ce){var he,_e,Ye,tt,mt,vt=x.length,Ft=se.length,Me=Ft,Xt=0;for(I.__k=[],he=0;he<vt;he++)null!=(_e=x[he])&&"boolean"!=typeof _e&&"function"!=typeof _e?(tt=he+Xt,(_e=I.__k[he]="string"==typeof _e||"number"==typeof _e||"bigint"==typeof _e||_e.constructor==String?le(null,_e,null,null,null):V(_e)?le(ue,{children:_e},null,null,null):void 0===_e.constructor&&_e.__b>0?le(_e.type,_e.props,_e.key,_e.ref?_e.ref:null,_e.__v):_e).__=I,_e.__b=I.__b+1,Ye=null,-1!==(mt=_e.__i=st(_e,se,tt,Me))&&(Me--,(Ye=se[mt])&&(Ye.__u|=2)),null==Ye||null===Ye.__v?(-1==mt&&Xt--,"function"!=typeof _e.type&&(_e.__u|=4)):mt!==tt&&(mt==tt-1?Xt--:mt==tt+1?Xt++:(mt>tt?Xt--:Xt++,_e.__u|=4))):_e=I.__k[he]=null;if(Me)for(he=0;he<Ft;he++)null!=(Ye=se[he])&&!(2&Ye.__u)&&(Ye.__e==Ce&&(Ce=ve(Ye)),at(Ye,Ye));return Ce}(se,x,Wt,mt),Me=0;Me<Jt;Me++)null!=(St=se.__k[Me])&&(Xt=-1===St.__i?j:Wt[St.__i]||j,St.__i=Me,gr=We(I,St,Xt,he,_e,Ye,tt,mt,vt,Ft),Kt=St.__e,St.ref&&Xt.ref!=St.ref&&(Xt.ref&&Ae(Xt.ref,null,St),Ft.push(St.ref,St.__c||Kt,St)),null==nn&&null!=Kt&&(nn=Kt),4&St.__u||Xt.__k===St.__k?mt=ct(St,mt,I):"function"==typeof St.type&&void 0!==gr?mt=gr:Kt&&(mt=Kt.nextSibling),St.__u&=-7);return se.__e=nn,mt}function ct(I,x,se){var Ce,he;if("function"==typeof I.type){for(Ce=I.__k,he=0;Ce&&he<Ce.length;he++)Ce[he]&&(Ce[he].__=I,x=ct(Ce[he],x,se));return x}I.__e!=x&&(x&&I.type&&!se.contains(x)&&(x=ve(I)),se.insertBefore(I.__e,x||null),x=I.__e);do{x=x&&x.nextSibling}while(null!=x&&8===x.nodeType);return x}function st(I,x,se,Ce){var he=I.key,_e=I.type,Ye=se-1,tt=se+1,mt=x[se];if(null===mt||mt&&he==mt.key&&_e===mt.type&&!(2&mt.__u))return se;if(("function"!=typeof _e||_e===ue||he)&&Ce>(null==mt||2&mt.__u?0:1))for(;Ye>=0||tt<x.length;){if(Ye>=0){if((mt=x[Ye])&&!(2&mt.__u)&&he==mt.key&&_e===mt.type)return Ye;Ye--}if(tt<x.length){if((mt=x[tt])&&!(2&mt.__u)&&he==mt.key&&_e===mt.type)return tt;tt++}}return-1}function be(I,x,se){"-"===x[0]?I.setProperty(x,se??""):I[x]=null==se?"":"number"!=typeof se||te.test(x)?se:se+"px"}function Be(I,x,se,Ce,he){var _e,Ye;e:if("style"===x)if("string"==typeof se)I.style.cssText=se;else{if("string"==typeof Ce&&(I.style.cssText=Ce=""),Ce)for(x in Ce)se&&x in se||be(I.style,x,"");if(se)for(x in se)Ce&&se[x]===Ce[x]||be(I.style,x,se[x])}else if("o"===x[0]&&"n"===x[1])_e=x!==(x=x.replace(C,"$1")),x=x.toLowerCase()in I||"onFocusOut"===x||"onFocusIn"===x?x.toLowerCase().slice(2):x.slice(2),I.l||(I.l={}),I.l[x+_e]=se,se?Ce?se.t=Ce.t:(se.t=T,I.addEventListener(x,_e?L:D,_e)):I.removeEventListener(x,_e?L:D,_e);else{if("http://www.w3.org/2000/svg"==he)x=x.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=x&&"height"!=x&&"href"!=x&&"list"!=x&&"form"!=x&&"tabIndex"!=x&&"download"!=x&&"rowSpan"!=x&&"colSpan"!=x&&"role"!=x&&"popover"!=x&&x in I)try{Ye=I.tagName&&I.tagName.includes("-"),I[x]=null!=se||Ye?se:"";break e}catch{}"function"==typeof se||(null==se||!1===se&&"-"!==x[4]?I.removeAttribute(x):I.setAttribute(x,"popover"==x&&1==se?"":se))}}function $e(I){return function(x){if(this.l){var se=this.l[x.type+I];if(null==x.u)x.u=T++;else if(x.u<se.t)return;return se(E.event?E.event(x):x)}}}function We(I,x,se,Ce,he,_e,Ye,tt,mt,vt){var Ft,Me,Xt,St,Kt,nn,gr,Wt,Jt,Tn,mr,Vn,$r,ae,Ve,Q,ze,qe=x.type;if(void 0!==x.constructor)return null;128&se.__u&&(mt=!!(32&se.__u),_e=[tt=x.__e=se.__e]),(Ft=E.__b)&&Ft(x);e:if("function"==typeof qe)try{if(Wt=x.props,Jt="prototype"in qe&&qe.prototype.render,Tn=(Ft=qe.contextType)&&Ce[Ft.__c],mr=Ft?Tn?Tn.props.value:Ft.__:Ce,se.__c?gr=(Me=x.__c=se.__c).__=Me.__E:(Jt?x.__c=Me=new qe(Wt,mr):(x.__c=Me=new ce(Wt,mr),Me.constructor=qe,Me.render=Le),Tn&&Tn.sub(Me),Me.props=Wt,Me.state||(Me.state={}),Me.context=mr,Me.__n=Ce,Xt=Me.__d=!0,Me.__h=[],Me._sb=[]),Jt&&null==Me.__s&&(Me.__s=Me.state),Jt&&null!=qe.getDerivedStateFromProps&&(Me.__s==Me.state&&(Me.__s=B({},Me.__s)),B(Me.__s,qe.getDerivedStateFromProps(Wt,Me.__s))),St=Me.props,Kt=Me.state,Me.__v=x,Xt)Jt&&null==qe.getDerivedStateFromProps&&null!=Me.componentWillMount&&Me.componentWillMount(),Jt&&null!=Me.componentDidMount&&Me.__h.push(Me.componentDidMount);else{if(Jt&&null==qe.getDerivedStateFromProps&&Wt!==St&&null!=Me.componentWillReceiveProps&&Me.componentWillReceiveProps(Wt,mr),!Me.__e&&(null!=Me.shouldComponentUpdate&&!1===Me.shouldComponentUpdate(Wt,Me.__s,mr)||x.__v===se.__v)){for(x.__v!==se.__v&&(Me.props=Wt,Me.state=Me.__s,Me.__d=!1),x.__e=se.__e,x.__k=se.__k,x.__k.some(function(ut){ut&&(ut.__=x)}),Vn=0;Vn<Me._sb.length;Vn++)Me.__h.push(Me._sb[Vn]);Me._sb=[],Me.__h.length&&Ye.push(Me);break e}null!=Me.componentWillUpdate&&Me.componentWillUpdate(Wt,Me.__s,mr),Jt&&null!=Me.componentDidUpdate&&Me.__h.push(function(){Me.componentDidUpdate(St,Kt,nn)})}if(Me.context=mr,Me.props=Wt,Me.__P=I,Me.__e=!1,$r=E.__r,ae=0,Jt){for(Me.state=Me.__s,Me.__d=!1,$r&&$r(x),Ft=Me.render(Me.props,Me.state,Me.context),Ve=0;Ve<Me._sb.length;Ve++)Me.__h.push(Me._sb[Ve]);Me._sb=[]}else do{Me.__d=!1,$r&&$r(x),Ft=Me.render(Me.props,Me.state,Me.context),Me.state=Me.__s}while(Me.__d&&++ae<25);Me.state=Me.__s,null!=Me.getChildContext&&(Ce=B(B({},Ce),Me.getChildContext())),Jt&&!Xt&&null!=Me.getSnapshotBeforeUpdate&&(nn=Me.getSnapshotBeforeUpdate(St,Kt)),tt=Ie(I,V(Q=null!=Ft&&Ft.type===ue&&null==Ft.key?Ft.props.children:Ft)?Q:[Q],x,se,Ce,he,_e,Ye,tt,mt,vt),Me.base=x.__e,x.__u&=-161,Me.__h.length&&Ye.push(Me),gr&&(Me.__E=Me.__=null)}catch(ut){if(x.__v=null,mt||null!=_e)if(ut.then){for(x.__u|=mt?160:128;tt&&8===tt.nodeType&&tt.nextSibling;)tt=tt.nextSibling;_e[_e.indexOf(tt)]=null,x.__e=tt}else for(ze=_e.length;ze--;)ne(_e[ze]);else x.__e=se.__e,x.__k=se.__k;E.__e(ut,x,se)}else null==_e&&x.__v===se.__v?(x.__k=se.__k,x.__e=se.__e):tt=x.__e=function Xe(I,x,se,Ce,he,_e,Ye,tt,mt){var vt,Ft,Me,Xt,St,Kt,nn,gr,Wt=se.props,Jt=x.props,Tn=x.type;if("svg"===Tn?he="http://www.w3.org/2000/svg":"math"===Tn?he="http://www.w3.org/1998/Math/MathML":he||(he="http://www.w3.org/1999/xhtml"),null!=_e)for(vt=0;vt<_e.length;vt++)if((St=_e[vt])&&"setAttribute"in St==!!Tn&&(Tn?St.localName===Tn:3===St.nodeType)){I=St,_e[vt]=null;break}if(null==I){if(null===Tn)return document.createTextNode(Jt);I=document.createElementNS(he,Tn,Jt.is&&Jt),tt&&(E.__m&&E.__m(x,_e),tt=!1),_e=null}if(null===Tn)Wt===Jt||tt&&I.data===Jt||(I.data=Jt);else{if(_e=_e&&m.call(I.childNodes),Wt=se.props||j,!tt&&null!=_e)for(Wt={},vt=0;vt<I.attributes.length;vt++)Wt[(St=I.attributes[vt]).name]=St.value;for(vt in Wt)if(St=Wt[vt],"children"!=vt)if("dangerouslySetInnerHTML"==vt)Me=St;else if(!(vt in Jt)){if("value"==vt&&"defaultValue"in Jt||"checked"==vt&&"defaultChecked"in Jt)continue;Be(I,vt,null,St,he)}for(vt in Jt)St=Jt[vt],"children"==vt?Xt=St:"dangerouslySetInnerHTML"==vt?Ft=St:"value"==vt?Kt=St:"checked"==vt?nn=St:tt&&"function"!=typeof St||Wt[vt]===St||((vt.startsWith("on")||"ref"===vt&&"function"==typeof St)&&(gr=Ce[Object.keys(Ce)[0]])&&(St=St.bind(gr.props.value)),Be(I,vt,St,Wt[vt],he));if(Ft)tt||Me&&(Ft.__html===Me.__html||Ft.__html===I.innerHTML)||(I.innerHTML=Ft.__html),x.__k=[];else if(Me&&(I.innerHTML=""),Ie(I,V(Xt)?Xt:[Xt],x,se,Ce,"foreignObject"===Tn?"http://www.w3.org/1999/xhtml":he,_e,Ye,_e?_e[0]:se.__k&&ve(se,0),tt,mt),null!=_e)for(vt=_e.length;vt--;)ne(_e[vt]);tt||(vt="value","progress"===Tn&&null==Kt?I.removeAttribute("value"):void 0!==Kt&&(Kt!==I[vt]||"progress"===Tn&&!Kt||"option"===Tn&&Kt!==Wt[vt])&&Be(I,vt,Kt,Wt[vt],he),vt="checked",void 0!==nn&&nn!==I[vt]&&Be(I,vt,nn,Wt[vt],he))}return I}(se.__e,x,se,Ce,he,_e,Ye,mt,vt);return(Ft=E.diffed)&&Ft(x),128&x.__u?void 0:tt}function Re(I,x,se){for(var Ce=0;Ce<se.length;Ce++)Ae(se[Ce],se[++Ce],se[++Ce]);E.__c&&E.__c(x,I),I.some(function(he){try{I=he.__h,he.__h=[],I.some(function(_e){_e.call(he)})}catch(_e){E.__e(_e,he.__v)}})}function Ae(I,x,se){try{if("function"==typeof I){var Ce="function"==typeof I.__u;Ce&&I.__u(),Ce&&null==x||(I.__u=I(x))}else I.current=x}catch(he){E.__e(he,se)}}function at(I,x,se){var Ce,he;if(E.unmount&&E.unmount(I),(Ce=I.ref)&&(Ce.current&&Ce.current!==I.__e||Ae(Ce,null,x)),null!=(Ce=I.__c)){if(Ce.componentWillUnmount)try{Ce.componentWillUnmount()}catch(_e){E.__e(_e,x)}Ce.base=Ce.__P=null}if(Ce=I.__k)for(he=0;he<Ce.length;he++)Ce[he]&&at(Ce[he],x,se||"function"!=typeof I.type);se||ne(I.__e),I.__c=I.__=I.__e=void 0}function Le(I,x,se){return this.constructor(I,se)}m=q.slice,E={__e:function(I,x,se,Ce){for(var he,_e,Ye;x=x.__;)if((he=x.__c)&&!he.__)try{if((_e=he.constructor)&&null!=_e.getDerivedStateFromError&&(he.setState(_e.getDerivedStateFromError(I)),Ye=he.__d),null!=he.componentDidCatch&&(he.componentDidCatch(I,Ce||{}),Ye=he.__d),Ye)return he.__E=he}catch(tt){I=tt}throw I}},w=0,ce.prototype.setState=function(I,x){var se;se=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=B({},this.state),"function"==typeof I&&(I=I(B({},se),this.props)),I&&B(se,I),null!=I&&this.__v&&(x&&this._sb.push(x),ke(this))},ce.prototype.forceUpdate=function(I){this.__v&&(this.__e=!0,I&&this.__h.push(I),ke(this))},ce.prototype.render=ue,P=[],N="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,H=function(I,x){return I.__v.__b-x.__v.__b},Ee.__r=0,C=/(PointerCapture)$|Capture$/i,T=0,D=$e(!1),L=$e(!0);var an=0;function It(I,x,se,Ce,he,_e){x||(x={});var Ye,tt,mt=x;"ref"in x&&(Ye=x.ref,delete x.ref);var vt={type:I,props:mt,key:se,ref:Ye,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--an,__i:-1,__u:0,__source:he,__self:_e};if("function"==typeof I&&(Ye=I.defaultProps))for(tt in Ye)void 0===mt[tt]&&(mt[tt]=Ye[tt]);return E.vnode&&E.vnode(vt),vt}const u=new Map;function it(I,x,se){let Ce;return function Ne(I){return"function"==typeof I&&"getMetadata"in I}(I)?(Ce=I.getMetadata().getTag(),function ie(I,x){const Ce=I.getMetadata().getEvents();Object.keys(x).forEach(he=>{if(he.startsWith("on")){const _e=he.slice(2),Ye=(I=>(I=>{if(!u.has(I)){const x=I.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();u.set(I,x)}return u.get(I)})(I))(_e),tt=_e.charAt(0).toLowerCase()+_e.slice(1);let mt;Ye in Ce?mt=Ye:tt in Ce&&(mt=tt),mt&&"onClick"!==he&&(x[`onui5-${mt}`]=x[he],delete x[he])}})}(I,x)):Ce=I,"object"==typeof x.class&&(x.class=function K(I){let x="";for(const se in I)I[se]&&(x&&(x+=" "),x+=se);return x}(x.class)),Ce}const g=E.vnode;function Ze(I,x){return ue(I)}function De(I,x,se){return It(it(I,x),x,se)}function Gt(I,x,se){return It(it(I,x),x,se)}E.vnode=I=>{g&&g(I)}},2781(ge,W,f){"use strict";f.d(W,{zj:()=>at,qM:()=>We});var m=f(467),b=f(1241),P=f(3455),z=f(3274),H=f(2260);let T;(0,f(2134).R)(()=>{T=void 0});const q=()=>{const He=(0,z.x)("OpenUI5Support");(!He||!He.isOpenUI5Detected())&&(()=>{const He=document.querySelector("head>style[data-ui5-font-face]");void 0===T&&(T=(0,H.d$)()),!T||He||(0,P.g5)("data-ui5-font-face")||(0,P._r)('@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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var X=f(6726),ue=f(2616),ce=f(7983),ve=f(7928),Pe=f(6136);let be,ke=!1,st=!1,Be=!1;const $e=new b.A,We=()=>st,Xe=function(){var He=(0,m.A)(function*(){const Y=(0,z.x)("OpenUI5Support"),ye=!!Y&&Y.isOpenUI5Detected(),lt=(0,z.x)("F6Navigation");Y&&(lt&&lt.destroy(),yield Y.init()),lt&&!ye&&lt.init()});return function(){return He.apply(this,arguments)}}(),at=function(){var He=(0,m.A)(function*(){if(void 0!==be)return be;const Y=function(){var ye=(0,m.A)(function*(lt){(0,ce.je)(),typeof document>"u"?lt():((0,ve.h)(Ue),yield Xe(),yield new Promise(He=>{document.body?He():document.addEventListener("DOMContentLoaded",()=>{He()})}),yield(0,ue.Ay)((0,X.O4)()),(()=>{if(Be)return;const He=(0,z.x)("OpenUI5Support");He&&(Be=He.attachListeners())})(),q(),(0,P.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,P.g5)("data-ui5-scrollbar-styles")||(0,P._r)("html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}","data-ui5-scrollbar-styles"),(0,Pe.nr)()&&(0,Pe.un)()&&!ke&&(document.body.addEventListener("touchstart",()=>{}),ke=!0),lt(),st=!0,$e.fireEvent("boot"))});return function(Ke){return ye.apply(this,arguments)}}();return be=new Promise(Y),be});return function(){return He.apply(this,arguments)}}(),Ue=He=>{if(!st)return;const Y=(0,X.O4)(),ye=(0,X.PC)();(He===Y||He===ye)&&(0,ue.Ay)(Y)}},7607(ge,W,f){"use strict";f.d(W,{D8:()=>C,FN:()=>D,J4:()=>L,KI:()=>H});var m=f(6156),E=f(7983);const w=(0,m.A)("Tags",new Map),b=new Set;let z,P=new Map;const H=j=>{b.add(j),w.set(j,(0,E._w)())},C=j=>b.has(j),D=()=>[...b.values()],L=j=>{let q=w.get(j);void 0===q&&(q=-1),P.has(q)||P.set(q,new Set),P.get(q).add(j),z||(z=setTimeout(()=>{ee(),P=new Map,z=void 0},1e3))},ee=()=>{const j=(0,E.J1)(),q=(0,E._w)(),te=j[q];let V="Multiple UI5 Web Components instances detected.";j.length>1&&(V=`${V}\nLoading order (versions before 1.1.0 not listed): ${j.map(B=>`\n${B.description}`).join("")}`),[...P.keys()].forEach(B=>{let ne,J,le;-1===B?(ne=1,J={description:"Older unknown runtime"}):(ne=(0,E.Dz)(q,B),J=j[B]),le=ne>0?"an older":ne<0?"a newer":"the same",V=`${V}\n\n"${te.description}" failed to define ${P.get(B).size} tag(s) as they were defined by a runtime of ${le} version "${J.description}": ${[...P.get(B)].sort().join(", ")}.`,V=ne>0?`${V}\nWARNING! If your code uses features of the above web components, unavailable in ${J.description}, it might not work as expected!`:`${V}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),V=`${V}\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(V)}},4001(ge,W,f){"use strict";f.d(W,{$4:()=>ee,LI:()=>D,RF:()=>L,rD:()=>C}),f(7607),f(9514);let z={include:[/./],exclude:[]};const N=new Map,C=()=>{},D=()=>z,L=q=>{if(!N.has(q)){const te=z.include.some(V=>q.match(V))&&!z.exclude.some(V=>q.match(V));N.set(q,te)}return N.get(q)},ee=q=>{if(L(q))return C()}},6136(ge,W,f){"use strict";f.d(W,{H8:()=>D,cX:()=>B,m0:()=>ne,nr:()=>T,tp:()=>j,un:()=>V,xl:()=>q});const m=typeof document>"u",E={get userAgent(){return m?"":navigator.userAgent},get touch(){return!m&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!m&&/(Chrome|CriOS)/.test(E.userAgent)},get firefox(){return!m&&/Firefox/.test(E.userAgent)},get safari(){return!m&&!E.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(E.userAgent)},get webkit(){return!m&&/webkit/.test(E.userAgent)},get windows(){return!m&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!m&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!(m||!navigator.platform.match(/iPhone|iPad|iPod/)&&(!E.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!m&&!E.windows&&/Android/.test(E.userAgent)},get androidPhone(){return!m&&E.android&&/(?=android)(?=.*mobile)/i.test(E.userAgent)},get ipad(){return!m&&(/ipad/i.test(E.userAgent)||/Macintosh/i.test(E.userAgent)&&"ontouchend"in document)},_isPhone:()=>(H(),E.touch&&!P)};let w,b,P;const z=()=>{if(m||!E.windows)return!1;if(void 0===w){const J=E.userAgent.match(/Windows NT (\d+).(\d)/);w=J?parseFloat(J[1]):0}return w>=8},H=()=>{if(m)return!1;if(void 0===P){if(E.ipad)return void(P=!0);if(E.touch){if(z())return void(P=!0);if(E.chrome&&E.android)return void(P=!/Mobile Safari\/[.0-9]+/.test(E.userAgent));let J=window.devicePixelRatio?window.devicePixelRatio:1;return E.android&&(()=>{if(m||!E.webkit)return!1;if(void 0===b){const J=E.userAgent.match(/(webkit)[ /]([\w.]+)/);b=J?parseFloat(J[1]):0}return b>=537.1})()&&(J=1),void(P=Math.min(window.screen.width/J,window.screen.height/J)>=600)}P=-1!==E.userAgent.indexOf("Touch")||E.android&&!E.androidPhone}},T=()=>E.safari,D=()=>E.chrome,j=()=>E._isPhone(),q=()=>!m&&(H(),!((E.touch||z())&&P||j())||z()),V=()=>E.iOS,B=()=>E.macOS,ne=()=>E.android||E.androidPhone},1241(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=class m{constructor(){this._eventRegistry=new Map}attachEvent(b,P){const z=this._eventRegistry,N=z.get(b);Array.isArray(N)?N.includes(P)||N.push(P):z.set(b,[P])}detachEvent(b,P){const z=this._eventRegistry,N=z.get(b);if(!N)return;const H=N.indexOf(P);-1!==H&&N.splice(H,1),0===N.length&&z.delete(b)}fireEvent(b,P){const z=this._eventRegistry.get(b);return z?z.map(N=>N.call(this,P)):[]}fireEventAsync(b,P){return Promise.all(this.fireEvent(b,P))}isHandlerAttached(b,P){const z=this._eventRegistry.get(b);return!!z&&z.includes(P)}hasListeners(b){return!!this._eventRegistry.get(b)}}},3274(ge,W,f){"use strict";f.d(W,{x:()=>w});const m=new Map,w=b=>m.get(b)},2260(ge,W,f){"use strict";f.d(W,{d$:()=>te,$n:()=>V,mE:()=>j,Z0:()=>ee,uf:()=>q,O4:()=>D,SU:()=>L});var Ge,m=f(8509),E=f(3274),w=f(5726),b=((Ge=b||{}).Full="full",Ge.Basic="basic",Ge.Minimal="minimal",Ge.None="none",Ge);const P=b;var z=f(2134),N=f(6121);let H=!1,C={animationMode:P.Full,theme:w.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 D=()=>(me(),C.theme),L=()=>(me(),C.themeRoot),ee=()=>(me(),C.language),j=()=>(me(),C.fetchDefaultLanguage),q=()=>(me(),C.noConflict),te=()=>(me(),C.defaultFontLoading),V=()=>(me(),C.enableDefaultTooltips),ue=new Map;ue.set("true",!0),ue.set("false",!1);const Ee=(Ge,st,be)=>{const Be=st.toLowerCase(),$e=Ge.split(`${be}-`)[1];ue.has(st)&&(st=ue.get(Be)),"theme"===$e?(C.theme=((Ge,st)=>"theme"===Ge&&st.includes("@")?st.split("@")[0]:st)($e,st),st&&st.includes("@")&&(C.themeRoot=(Ge=>Ge.split("@")[1])(st))):C[$e]=st},me=()=>{typeof document>"u"||H||(ct(),H=!0)},ct=Ge=>{Ge&&(0,z.k)(),(()=>{const Ge=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let st;if(Ge){try{st=JSON.parse(Ge.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}st&&(C=(0,m.A)(C,st))}})(),C.ignoreUrlParams||(()=>{const Ge=new URLSearchParams((0,N.iA)());Ge.forEach((st,be)=>{const Be=be.split("sap-").length;0===Be||Be===be.split("sap-ui-").length||Ee(be,st,"sap")}),Ge.forEach((st,be)=>{be.startsWith("sap-ui")&&Ee(be,st,"sap-ui")})})(),(()=>{const Ge=(0,E.x)("OpenUI5Support");if(!Ge||!Ge.isOpenUI5Detected())return;const st=Ge.getConfigurationSettingsObject();C=(0,m.A)(C,st)})()}},2358(ge,W,f){"use strict";f.d(W,{BF:()=>H,FG:()=>D,HJ:()=>K,KK:()=>X,KL:()=>be,OC:()=>T,Ob:()=>Re,Pj:()=>ee,RI:()=>E,Tu:()=>u,W_:()=>We,_0:()=>z,aI:()=>B,bR:()=>$e,hn:()=>ue,ie:()=>L,oY:()=>Ue,oi:()=>A,qN:()=>Ee,tt:()=>ne,ty:()=>gt,uV:()=>Ie,vQ:()=>Le,xC:()=>N,zP:()=>Be});const E=g=>(g.key?"Enter"===g.key:13===g.keyCode)&&!O(g),z=g=>ie(g,!0,!1,!1),N=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&!O(g),H=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&ie(g,!1,!1,!0),T=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&!O(g),D=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&!O(g),L=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&!O(g),ee=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&!O(g),B=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&ie(g,!1,!1,!0),ne=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&ie(g,!1,!1,!0),X=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&ie(g,!1,!1,!0),ue=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&ie(g,!1,!1,!0),Ee=g=>(g.key?"Home"===g.key:36===g.keyCode)&&!O(g),Ie=g=>(g.key?"End"===g.key:35===g.keyCode)&&!O(g),be=g=>(g.key?"Escape"===g.key||"Esc"===g.key:27===g.keyCode)&&!O(g),Be=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&!O(g),$e=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&ie(g,!1,!1,!0),We=g=>(g.key?"Backspace"===g.key:8===g.keyCode)&&!O(g),Re=g=>(g.key?"Delete"===g.key:46===g.keyCode)&&!O(g),Le=g=>(g.key?"PageUp"===g.key:33===g.keyCode)&&!O(g),Ue=g=>(g.key?"PageDown"===g.key:34===g.keyCode)&&!O(g),gt=g=>"F2"===g.key&&!O(g),A=g=>(g.key?"F7"===g.key:118===g.keyCode)&&!O(g),K=g=>(g.key?"F8"===g.key:119===g.keyCode)&&ie(g,!0,!0,!1),u=g=>"Shift"===g.key||16===g.keyCode,O=g=>g.shiftKey||g.altKey||Z(g),Z=g=>!(!g.metaKey&&!g.ctrlKey),ie=(g,Ze,De,Gt)=>g.shiftKey===Gt&&g.altKey===De&&Z(g)===Ze},6121(ge,W,f){"use strict";f.d(W,{$N:()=>z,VQ:()=>w,iA:()=>N,iw:()=>P,lj:()=>b});const m=typeof document>"u",E_search=()=>m?"":window.location.search,w=()=>m?"":window.location.hostname,b=()=>m?"":window.location.port,P=()=>m?"":window.location.protocol,z=()=>m?"":window.location.href,N=()=>E_search()},3455(ge,W,f){"use strict";f.d(W,{E6:()=>C,Zq:()=>T,_r:()=>P,eP:()=>H,g5:()=>N});var m=f(7983);const E=typeof document>"u",w=(D,L)=>L?`${D}|${L}`:D,P=(D,L,ee="",j)=>{const q=(0,m._w)(),te=new CSSStyleSheet;te.replaceSync(D),te._ui5StyleId=w(L,ee),j&&(te._ui5RuntimeIndex=q,te._ui5Theme=j),document.adoptedStyleSheets=[...document.adoptedStyleSheets,te]},N=(D,L="")=>!!E||!!document.adoptedStyleSheets.find(ee=>ee._ui5StyleId===w(D,L)),H=(D,L="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(ee=>ee._ui5StyleId!==w(D,L))},C=(D,L,ee="",j)=>{N(L,ee)?((D,L,ee="",j)=>{const q=(0,m._w)(),te=document.adoptedStyleSheets.find(V=>V._ui5StyleId===w(L,ee));te&&(j?(te._ui5Theme!==j||(D=>void 0===D||(0,m.Dz)((0,m._w)(),parseInt(D))>=1)(te._ui5RuntimeIndex))&&(te.replaceSync(D||""),te._ui5RuntimeIndex=String(q),te._ui5Theme=j):te.replaceSync(D||""))})(D,L,ee,j):P(D,L,ee,j)},T=(D,L)=>void 0===D?L:void 0===L?D:`${D} ${L}`},4583(ge,W,f){"use strict";f.d(W,{A:()=>N});const m=new Map,E=new Map;E.set("S",[0,599]),E.set("M",[600,1023]),E.set("L",[1024,1439]),E.set("XL",[1440,1/0]);var H,w=((H=w||{}).RANGE_4STEPS="4Step",H);const z={RANGESETS:w,initRangeSet:(H,C)=>{m.set(H,C)},getCurrentRange:(H,C=window.innerWidth)=>{let D,T=m.get(H);T||(T=m.get("4Step"));const L=Math.floor(C);return T.forEach((ee,j)=>{L>=ee[0]&&L<=ee[1]&&(D=j)}),D||[...T.keys()][0]}};z.initRangeSet(z.RANGESETS.RANGE_4STEPS,E);const N=z},6060(ge,W,f){"use strict";f.d(W,{zo:()=>ne,xm:()=>ve,kT:()=>te,oK:()=>q,JT:()=>ue,fz:()=>B,nl:()=>V});var m=f(467),E=f(1241);var z=f(7607),N=f(8012);const H=new Set,C=new E.A,T=new class b{constructor(){this.list=[],this.lookup=new Set}add(Ie){this.lookup.has(Ie)||(this.list.push(Ie),this.lookup.add(Ie))}remove(Ie){this.lookup.has(Ie)&&(this.list=this.list.filter(me=>me!==Ie),this.lookup.delete(Ie))}shift(){const Ie=this.list.shift();if(Ie)return this.lookup.delete(Ie),Ie}isEmpty(){return 0===this.list.length}isAdded(Ie){return this.lookup.has(Ie)}process(Ie){let me;const ct=new Map;for(me=this.shift();me;){const Ge=ct.get(me)||0;if(Ge>10)throw new Error("Web component processed too many times this task, max allowed is: 10");Ie(me),ct.set(me,Ge+1),me=this.shift()}}};let D,L,ee,j;const q=function(){var Ee=(0,m.A)(function*(Ie){T.add(Ie),yield J()});return function(me){return Ee.apply(this,arguments)}}(),te=Ee=>{H.add(Ee)},V=Ee=>{H.delete(Ee)},B=Ee=>{C.fireEvent("beforeComponentRender",Ee),te(Ee),Ee._render()},ne=Ee=>{T.remove(Ee),V(Ee)},J=function(){var Ee=(0,m.A)(function*(){j||(j=new Promise(Ie=>{window.requestAnimationFrame(()=>{T.process(B),j=null,Ie(),ee||(ee=setTimeout(()=>{ee=void 0,T.isEmpty()&&ce()},200))})})),yield j});return function(){return Ee.apply(this,arguments)}}(),ue=function(){var Ee=(0,m.A)(function*(){yield(()=>{const Ee=(0,z.FN)().map(Ie=>customElements.whenDefined(Ie));return Promise.all(Ee)})(),yield D||(D=new Promise(Ee=>{L=Ee,window.requestAnimationFrame(()=>{T.isEmpty()&&(D=void 0,Ee())})}),D)});return function(){return Ee.apply(this,arguments)}}(),ce=()=>{T.isEmpty()&&L&&(L(),L=void 0,D=void 0)},ve=function(){var Ee=(0,m.A)(function*(Ie){H.forEach(me=>{const ct=me.constructor,Ge=ct.getMetadata().getTag(),st=(0,N.J)(ct),be=ct.getMetadata().isLanguageAware(),Be=ct.getMetadata().isThemeAware();(!Ie||Ie.tag===Ge||Ie.rtlAware&&st||Ie.languageAware&&be||Ie.themeAware&&Be)&&q(me)}),yield ue()});return function(me){return Ee.apply(this,arguments)}}()},7983(ge,W,f){"use strict";f.d(W,{Dz:()=>L,J1:()=>j,_w:()=>T,je:()=>C});var m=f(7607),E=f(4001),w=f(9514),b=f(6156);let P;const N=new Map,H=(0,b.A)("Runtimes",[]),C=()=>{if(void 0===P){P=H.length;const q=w.A;H.push({...q,get scopingSuffix(){return(0,E.rD)()},get registeredTags(){return(0,m.FN)()},get scopingRules(){return(0,E.LI)()},alias:"",description:`Runtime ${P} - ver ${q.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},T=()=>P,L=(q,te)=>{const V=`${q},${te}`;if(N.has(V))return N.get(V);const B=H[q],ne=H[te];if(!B||!ne)throw new Error("Invalid runtime index supplied");const J=((q,te)=>{if(q.isNext||te.isNext)return q.buildTime-te.buildTime;return q.major-te.major||q.minor-te.minor||q.patch-te.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(q.suffix,te.suffix)})(B,ne);return N.set(V,J),J},j=()=>H},5386(ge,W,f){"use strict";f.d(W,{A:()=>$r,W:()=>Vn});var m=f(467),E=f(8509),w=f(2781);const b=new Map,P=new Map,z=new Map,N=ae=>{if(!b.has(ae)){const Ve=T(ae.split("-"));b.set(ae,Ve)}return b.get(ae)},H=ae=>{if(!P.has(ae)){const Ve=ae.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();P.set(ae,Ve)}return P.get(ae)},T=ae=>ae.map((Ve,Q)=>0===Q?Ve.toLowerCase():Ve.charAt(0).toUpperCase()+Ve.slice(1).toLowerCase()).join(""),D=ae=>{const Ve=z.get(ae);if(Ve)return Ve;const Q=N(ae),ze=Q.charAt(0).toUpperCase()+Q.slice(1);return z.set(ae,ze),ze},L=ae=>{if(!(ae instanceof HTMLElement))return"default";const Ve=ae.getAttribute("slot");if(Ve){const Q=Ve.match(/^(.+?)-\d+$/);return Q?Q[1]:Ve}return"default"},ee=ae=>ae instanceof HTMLSlotElement?ae.assignedNodes({flatten:!0}).filter(Ve=>Ve instanceof HTMLElement):[ae],j=ae=>ae.reduce((Ve,Q)=>Ve.concat(ee(Q)),[]);var q=f(4001);const B=class te{constructor(Ve){this.metadata=Ve}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const Ve={};if(this.slotsAreManaged()){const Q=this.getSlots();for(const[ze,qe]of Object.entries(Q)){const ut=qe.propertyName||ze;Ve[ut]=[],Ve[N(ut)]=Ve[ut]}}return this._initialState=Ve,Ve}static validateSlotValue(Ve,Q){return((ae,Ve)=>(ae&&ee(ae).forEach(Q=>{if(!(Q instanceof Ve.type))throw new Error(`The element is not of type ${Ve.type.toString()}`)}),ae))(Ve,Q)}getPureTag(){return this.metadata.tag||""}getTag(){const Ve=this.metadata.tag;if(!Ve)return"";const Q=(0,q.$4)(Ve);return Q?`${Ve}-${Q}`:Ve}hasAttribute(Ve){return!this.getProperties()[Ve].noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(H)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(Ve=>Ve.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(Ve,Q,ze){const qe=this.getSlots()[Ve].invalidateOnChildChange;if(void 0===qe)return!1;if("boolean"==typeof qe)return qe;if("object"==typeof qe){if("property"===Q){if(void 0===qe.properties)return!1;if("boolean"==typeof qe.properties)return qe.properties;if(Array.isArray(qe.properties))return qe.properties.includes(ze);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===Q){if(void 0===qe.slots)return!1;if("boolean"==typeof qe.slots)return qe.slots;if(Array.isArray(qe.slots))return qe.slots.includes(ze);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 ne=f(1241),J=f(6060),le=f(6156);const ve=ae=>{(0,le.A)("CustomStyle.eventProvider",new ne.A).attachEvent("CustomCSSChange",ae)};ve(ae=>{(0,J.xm)({tag:ae})});const be=ae=>Array.isArray(ae)?ae.filter(Ve=>!!Ve).flat(10).join(" "):ae;var Be=f(3274);const $e=new Map;ve(ae=>{$e.delete(`${ae}_normal`)});const Re=ae=>{const Ve=ae.getMetadata().getTag(),Q=`${Ve}_normal`,ze=(0,Be.x)("OpenUI5Enablement");if(!$e.has(Q)){let qe="";ze&&(qe=be(ze.getBusyIndicatorStyles()));const ut=(ae=>{const Ve=(0,le.A)("CustomStyle.customCSSFor",{});return Ve[ae]?Ve[ae].join(""):""})(Ve)||"",Pt=`${be(ae.styles)} ${ut} ${qe}`;$e.set(Q,Pt)}return $e.get(Q)},Xe=new Map;ve(ae=>{Xe.delete(`${ae}_normal`)});const at=ae=>{const Ve=`${ae.getMetadata().getTag()}_normal`;if(!Xe.has(Ve)){const Q=Re(ae),ze=new CSSStyleSheet;ze.replaceSync(Q),Xe.set(Ve,[ze])}return Xe.get(Ve)};var Le=f(1452);const Y=[];var Ke=f(7607);const Et=new WeakMap;var an=f(2260),gt=f(2134);const It=["value-changed","click"];let Fe;(0,gt.R)(()=>{Fe=void 0});const $=()=>(void 0===Fe&&(Fe=(0,an.uf)()),Fe),_=["disabled","title","hidden","role","draggable"],v=ae=>!(!_.includes(ae)&&!ae.startsWith("aria")&&[HTMLElement,Element,Node].some(Ve=>Ve.prototype.hasOwnProperty(ae)));var R=f(8777),O=f(8012),Z=f(3823),ie=f(6162),Ne=f(4446),it=f(4217),g=f(1175),Ze=f(5726);const Gt=new Map,I=new Map,x=new Map,se=new Set;let Ce=!1;const he={iw:"he",ji:"yi",in:"id"},_e=ae=>{Ce||(console.warn(`[LocaleData] Supported locale "${ae}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),Ce=!0)},tt=(ae,Ve)=>{Gt.set(ae,Ve)},Ft=function(){var ae=(0,m.A)(function*(Ve,Q,ze){const qe=((ae,Ve,Q)=>{"no"===(ae=ae&&he[ae]||ae)&&(ae="nb"),"zh"===ae&&!Ve&&("Hans"===Q?Ve="CN":"Hant"===Q&&(Ve="TW")),("sh"===ae||"sr"===ae&&"Latn"===Q)&&(ae="sr",Ve="Latn");let ze=`${ae}_${Ve}`;return Ze.dI.includes(ze)?I.has(ze)?ze:(_e(ze),Ze.Xn):(ze=ae,Ze.dI.includes(ze)?I.has(ze)?ze:(_e(ze),Ze.Xn):Ze.Xn)})(Ve,Q,ze),ut=(0,Be.x)("OpenUI5Support");if(ut){const Pt=ut.getLocaleDataObject();if(Pt)return void tt(qe,Pt)}try{const Pt=yield(ae=>{if(!x.get(ae)){const Ve=I.get(ae);if(!Ve)throw new Error(`CLDR data for locale ${ae} is not loaded!`);x.set(ae,Ve(ae))}return x.get(ae)})(qe);tt(qe,Pt)}catch(Pt){const Qt=Pt;se.has(Qt.message)||(se.add(Qt.message),console.error(Qt.message))}});return function(Q,ze,qe){return ae.apply(this,arguments)}}();I.set("en",(0,m.A)(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,it._F)(()=>{const ae=(0,g.A)();return Ft(ae.getLanguage(),ae.getRegion(),ae.getScript())});var Xt=f(4181),St=f(5031);let Kt=0;const nn=new Map,gr=new Map,Wt={fromAttribute(ae,Ve){if(Ve===Boolean)return null!==ae;if(Ve===Number)return null===ae?void 0:parseFloat(ae);if(Ve===Object||Ve===Array)try{return JSON.parse(ae)}catch{return ae}return ae},toAttribute:(ae,Ve)=>Ve===Boolean?ae?"":null:Ve===Object||Ve===Array||null==ae?null:String(ae)};function Jt(ae){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,Xt.gx)()||(this.onInvalidation(ae),this._changedState.push(ae),(0,J.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...ae,target:this}))}function Tn(ae,Ve){do{const Q=Object.getOwnPropertyDescriptor(ae,Ve);if(Q)return Q;ae=Object.getPrototypeOf(ae)}while(ae&&ae!==HTMLElement.prototype)}let mr=(()=>{class ae extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const Q=this.constructor;let ze;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new ne.A,this._componentStateFinalizedEventProvider=new ne.A,this._domRefReadyPromise=new Promise(qe=>{ze=qe}),this._domRefReadyPromise._deferredResolve=ze,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...Q.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(qe=>{this.hasOwnProperty(qe)&&this.initializedProperties.set(qe,this[qe])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const Q=this.constructor;if(Q._needsShadowDOM()){const ze={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...ze,...Q.getMetadata().getShadowRootOptions()}),Q.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(Q){Q.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++Kt),this.__id}render(){return(0,Z.A)(this.constructor.template,this)}connectedCallback(){var Q=this;return(0,m.A)(function*(){const ze=Q.constructor;(0,J.kT)(Q),Q.setAttribute(ze.getMetadata().getPureTag(),""),ze.getMetadata().supportsF6FastNavigation()&&!Q.hasAttribute("data-sap-ui-fastnavgroup")&&Q.setAttribute("data-sap-ui-fastnavgroup","true");const qe=ze.getMetadata().slotsAreManaged();Q._inDOM=!0,qe&&(Q._startObservingDOMChildren(),yield Q._processChildren()),ze.asyncFinished||(yield ze._definePromise),(!ze.getMetadata().isLanguageAware()||!(0,Xt.gx)())&&Q._inDOM&&((0,J.fz)(Q),Q._domRefReadyPromise._deferredResolve(),Q._fullyConnected=!0,Q.onEnterDOM(),Q.hasAttribute("autofocus")&&requestAnimationFrame(()=>{Q.focus()}))})()}get definePromise(){const Q=this.constructor;return!Q.asyncFinished&&Q._definePromise?Q._definePromise:Promise.resolve()}disconnectedCallback(){const Q=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,Q&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,J.zo)(this),(0,J.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const Q=this.constructor.getMetadata();if(!Q.hasSlots())return;const ze=Q.canSlotText(),qe={childList:!0,subtree:ze,characterData:ze};((ae,Ve,Q)=>{const ze=new MutationObserver(Ve);Et.set(ae,ze),ze.observe(ae,Q)})(this,this._processChildren.bind(this),qe)}_stopObservingDOMChildren(){(ae=>{const Ve=Et.get(ae);Ve&&(Ve.disconnect(),Et.delete(ae))})(this)}_processChildren(){var Q=this;return(0,m.A)(function*(){Q.constructor.getMetadata().hasSlots()&&(yield Q._updateSlots())})()}_updateSlots(){var Q=this;return(0,m.A)(function*(){const ze=Q.constructor,qe=ze.getMetadata().getSlots(),ut=ze.getMetadata().canSlotText(),Pt=Array.from(ut?Q.childNodes:Q.children),Qt=new Map,en=new Map;for(const[An,fn]of Object.entries(qe)){const hn=fn.propertyName||An;en.set(hn,An),Qt.set(hn,[...Q._state[hn]]),Q._clearSlot(An,fn)}const cn=new Map,ln=new Map;Pt.forEach((An,fn)=>{const hn=L(An),Nr=qe[hn];if(void 0===Nr){if("default"!==hn){const Ri=Object.keys(qe).join(", ");console.warn(`Unknown slotName: ${hn}, ignoring`,An,`Valid values are: ${Ri}`)}return}const Kn=Nr.propertyName||hn;ln.has(Kn)?ln.get(Kn).push({child:An,idx:fn}):ln.set(Kn,[{child:An,idx:fn}])}),ln.forEach((An,fn)=>{Q._state[fn]=An.sort((hn,Nr)=>hn.idx-Nr.idx).map(hn=>hn.child),Q._state[N(fn)]=Q._state[fn]});const Fi=Pt.map(function(){var An=(0,m.A)(function*(fn){const hn=L(fn),Nr=qe[hn];if(void 0!==Nr){if(Nr.individualSlots){const Kn=(cn.get(hn)||0)+1;cn.set(hn,Kn),fn._individualSlot=`${hn}-${Kn}`}if(fn instanceof HTMLElement){const Kn=fn.localName;if(Kn.includes("-")&&!(ae=>Y.some(Ve=>ae.startsWith(Ve)))(Kn)){if(!customElements.get(Kn)){const Ri=customElements.whenDefined(Kn);let Mi=nn.get(Kn);Mi||(Mi=new Promise(we=>setTimeout(we,1e3)),nn.set(Kn,Mi)),yield Promise.race([Ri,Mi])}customElements.upgrade(fn)}}if(fn=ze.getMetadata().constructor.validateSlotValue(fn,Nr),Vn(fn)&&Nr.invalidateOnChildChange){const Kn=Q._getChildChangeListener(hn);fn.attachInvalidate.call(fn,Kn)}fn instanceof HTMLSlotElement&&Q._attachSlotChange(fn,hn,!!Nr.invalidateOnChildChange)}});return function(fn){return An.apply(this,arguments)}}());yield Promise.all(Fi);let ni=!1;for(const[An,fn]of Object.entries(qe)){const hn=fn.propertyName||An;(0,R.A)(Qt.get(hn),Q._state[hn])||(Jt.call(Q,{type:"slot",name:en.get(hn),reason:"children"}),ni=!0,ze.getMetadata().isFormAssociated()&&(0,ie.ok)(Q))}ni||Jt.call(Q,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(Q,ze){const qe=ze.propertyName||Q;this._state[qe].forEach(ut=>{if(Vn(ut)){const Pt=this._getChildChangeListener(Q);ut.detachInvalidate.call(ut,Pt)}ut instanceof HTMLSlotElement&&this._detachSlotChange(ut,Q)}),this._state[qe]=[],this._state[N(qe)]=this._state[qe]}attachInvalidate(Q){this._invalidationEventProvider.attachEvent("invalidate",Q)}detachInvalidate(Q){this._invalidationEventProvider.detachEvent("invalidate",Q)}_onChildChange(Q,ze){this.constructor.getMetadata().shouldInvalidateOnChildChange(Q,ze.type,ze.name)&&Jt.call(this,{type:"slot",name:Q,reason:"childchange",child:ze.target})}attributeChangedCallback(Q,ze,qe){let ut;if(this._doNotSyncAttributes.has(Q))return;const Pt=this.constructor.getMetadata().getProperties(),Qt=Q.replace(/^ui5-/,""),en=N(Qt);if(Pt.hasOwnProperty(en)){const cn=Pt[en];ut=(cn.converter??Wt).fromAttribute(qe,cn.type),this[en]=ut}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,ie.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(Q,ze){const qe=this.constructor;if(!qe.getMetadata().hasAttribute(Q))return;const ut=qe.getMetadata().getProperties()[Q];if(ut.type===Object||ut.type===Array)return;const Pt=H(Q),Qt=(ut.converter||Wt).toAttribute(ze,ut.type);this._doNotSyncAttributes.add(Pt),null==Qt?this.removeAttribute(Pt):this.setAttribute(Pt,Qt),this._doNotSyncAttributes.delete(Pt)}_getChildChangeListener(Q){return this._childChangeListeners.has(Q)||this._childChangeListeners.set(Q,this._onChildChange.bind(this,Q)),this._childChangeListeners.get(Q)}_getSlotChangeListener(Q){return this._slotChangeListeners.has(Q)||this._slotChangeListeners.set(Q,this._onSlotChange.bind(this,Q)),this._slotChangeListeners.get(Q)}_attachSlotChange(Q,ze,qe){const ut=this._getSlotChangeListener(ze);Q.addEventListener("slotchange",Pt=>{if(ut.call(Q,Pt),qe){const Qt=this._slotsAssignedNodes.get(Q);Qt&&Qt.forEach(cn=>{if(Vn(cn)){const ln=this._getChildChangeListener(ze);cn.detachInvalidate.call(cn,ln)}});const en=j([Q]);this._slotsAssignedNodes.set(Q,en),en.forEach(cn=>{if(Vn(cn)){const ln=this._getChildChangeListener(ze);cn.attachInvalidate.call(cn,ln)}})}})}_detachSlotChange(Q,ze){Q.removeEventListener("slotchange",this._getSlotChangeListener(ze))}_onSlotChange(Q){Jt.call(this,{type:"slot",name:Q,reason:"slotchange"})}onInvalidation(Q){}updateAttributes(){const Q=this.constructor.getMetadata().getProperties();for(const[ze,qe]of Object.entries(Q))this._updateAttribute(ze,this[ze])}_render(){const Q=this.constructor,ze=Q.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([qe,ut])=>{delete this[qe],this[qe]=ut}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],Q._needsShadowDOM()&&(ae=>{const Ve=ae.constructor,Q=ae.shadowRoot;Q?(Q.adoptedStyleSheets=[(0,Le.k)(),...at(Ve)],Ve.renderer(ae,Q)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,ze&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(Q=>{Q._individualSlot&&Q.setAttribute("slot",Q._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 Q=this.getDomRef();if(Q)return Q.querySelector("[data-sap-focus-ref]")||Q}getFocusDomRefAsync(){var Q=this;return(0,m.A)(function*(){return yield Q._waitForDomRef(),Q.getFocusDomRef()})()}focus(Q){var ze=this;return(0,m.A)(function*(){yield ze._waitForDomRef();const qe=ze.getFocusDomRef();qe!==ze&&ze.isConnected?qe&&"function"==typeof qe.focus&&qe.focus(Q):HTMLElement.prototype.focus.call(ze,Q)})()}fireEvent(Q,ze,qe=!1,ut=!0){const Pt=this._fireEvent(Q,ze,qe,ut),Qt=D(Q);return Qt!==Q?Pt&&this._fireEvent(Qt,ze,qe,ut):Pt}fireDecoratorEvent(Q,ze){const qe=this.getEventData(Q),ut=!!qe&&qe.cancelable,Pt=!!qe&&qe.bubbles,Qt=this._fireEvent(Q,ze,ut,Pt),en=D(Q);return en!==Q?Qt&&this._fireEvent(en,ze,ut,Pt):Qt}_fireEvent(Q,ze,qe=!1,ut=!0){const Pt=new CustomEvent(`ui5-${Q}`,{detail:ze,composed:!1,bubbles:ut,cancelable:qe}),Qt=this.dispatchEvent(Pt);if((ae=>{const Ve=$();return!((ae=>It.includes(ae))(ae)||!0!==Ve&&(ae=>{const Ve=$();return!("boolean"!=typeof Ve&&Ve.events&&Ve.events.includes&&Ve.events.includes(ae))})(ae))})(Q))return Qt;const en=new CustomEvent(Q,{detail:ze,composed:!1,bubbles:ut,cancelable:qe});return this.dispatchEvent(en)&&Qt}getEventData(Q){return this.constructor.getMetadata().getEvents()[Q]}getSlottedNodes(Q){return j(this[Q])}attachComponentStateFinalized(Q){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",Q)}detachComponentStateFinalized(Q){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",Q)}get effectiveDir(){return(0,O.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 Q=this.getMetadata().getPureTag(),ze=this.getUniqueDependencies().map(qe=>qe.getMetadata().getPureTag()).filter(q.RF);return(0,q.RF)(Q)&&ze.push(Q),ze}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const Q=this.prototype,ze=this.getMetadata().slotsAreManaged(),qe=this.getMetadata().getProperties();for(const[ut,Pt]of Object.entries(qe)){v(ut)||console.warn(`"${ut}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Qt=Tn(Q,ut);let en,cn;Qt?.set&&(en=Qt.set),Qt?.get&&(cn=Qt.get),Object.defineProperty(Q,ut,{get(){return cn?cn.call(this):this._state[ut]},set(ln){const Fi=this.constructor,ni=cn?cn.call(this):this._state[ut];if(ni!==ln){if(en?en.call(this,ln):this._state[ut]=ln,Jt.call(this,{type:"property",name:ut,newValue:ln,oldValue:ni}),this._rendered){const An=cn?cn.call(this):this._state[ut];this._updateAttribute(ut,An)}Fi.getMetadata().isFormAssociated()&&(0,ie.ok)(this)}}})}if(ze){const ut=this.getMetadata().getSlots();for(const[Pt,Qt]of Object.entries(ut)){v(Pt)||console.warn(`"${Pt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const en=Qt.propertyName||Pt,cn={get(){return void 0!==this._state[en]?this._state[en]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(Q,en,cn),en!==N(en)&&Object.defineProperty(Q,N(en),cn)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const Q=this.dependencies.filter((ze,qe,ut)=>ut.indexOf(ze)===qe);gr.set(this,Q)}static getUniqueDependencies(){return gr.has(this)||this.cacheUniqueDependencies(),gr.get(this)||[]}static onDefine(){return(0,m.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(Q=>{const{bundleName:ze}=Q[1];return(0,Ne.HE)(ze)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?Ft((0,g.A)().getLanguage(),(0,g.A)().getRegion(),(0,g.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var Q=this;const ze=function(){var Qt=(0,m.A)(function*(){yield(0,w.zj)();const en=yield Promise.all([Q.fetchI18nBundles(),Q.fetchCLDR(),Q.onDefine()]),[cn]=en;Object.entries(Q.getMetadata().getI18n()).forEach((ln,Fi)=>{Q.i18nBundleStorage[ln[1].bundleName]=cn[Fi]}),Q.asyncFinished=!0});return function(){return Qt.apply(this,arguments)}}();this._definePromise=ze();const qe=this.getMetadata().getTag(),ut=(0,Ke.D8)(qe),Pt=customElements.get(qe);return Pt&&!ut?(0,Ke.J4)(qe):Pt||(this._generateAccessors(),(0,Ke.KI)(qe),customElements.define(qe,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const Q=[this.metadata];let ze=this;for(;ze!==ae;)ze=Object.getPrototypeOf(ze),Q.unshift(ze.metadata);const qe=(0,E.A)({},...Q);return this._metadata=new B(qe),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 ae})();const Vn=(0,St.A)("isUI5Element"),$r=mr},4874(ge,W,f){"use strict";f.d(W,{Z5:()=>Ge,y3:()=>me,hu:()=>Ie,pU:()=>Pe});var be,m=f(467),E=f(6156),w=((be=w||{})["SAP-icons"]="SAP-icons-v4",be.horizon="SAP-icons-v5",be["SAP-icons-TNT"]="tnt",be.BusinessSuiteInAppSymbols="business-suite",be);const b=be=>w[be]?w[be]:be;var z=f(6726),N=(be=>(be.SAPIconsV4="SAP-icons-v4",be.SAPIconsV5="SAP-icons-v5",be.SAPIconsTNTV2="tnt-v2",be.SAPIconsTNTV3="tnt-v3",be.SAPBSIconsV1="business-suite-v1",be.SAPBSIconsV2="business-suite-v2",be))(N||{});const H=new Map;H.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),H.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),H.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const D=new Map,q=be=>{const Be=(be=>D.get(be))((0,z.O4)());return!be&&Be?b(Be):(be=>{const Be=(0,z.Z3)()?"legacy":"sap_horizon";return H.has(be)?H.get(be)[Be]:be})(be||"SAP-icons")};var te=f(4446);const ne=new Map,J=(0,E.A)("SVGIcons.registry",new Map),le=(0,E.A)("SVGIcons.promises",new Map),X="ICON_NOT_FOUND",ce=function(){var be=(0,m.A)(function*(Be){if(!le.has(Be)){if(!ne.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 $e=ne.get(Be);le.set(Be,$e(Be))}return le.get(Be)});return function($e){return be.apply(this,arguments)}}(),ve=be=>{Object.keys(be.data).forEach(Be=>{const $e=be.data[Be];Pe(Be,{pathData:$e.path||$e.paths,ltr:$e.ltr,viewBox:$e.viewBox,accData:$e.acc,collection:be.collection,packageName:be.packageName})})},Pe=(be,Be)=>{J.set(`${Be.collection}/${be}`,{collection:Be.collection,packageName:Be.packageName,pathData:Be.pathData,viewBox:Be.viewBox,ltr:Be.ltr,accData:Be.accData,customTemplate:Be.customTemplate})},Ee=be=>{let Be;return be.startsWith("sap-icon://")&&(be=be.replace("sap-icon://","")),[be,Be]=be.split("/").reverse(),be=be.replace("icon-",""),Be&&(Be=b(Be)),{name:be,collection:Be}},Ie=be=>{const{name:Be,collection:$e}=Ee(be);return ct($e,Be)},me=function(){var be=(0,m.A)(function*(Be){const{name:$e,collection:We}=Ee(Be);let Re=X;try{Re=yield ce(q(We))}catch(Ae){console.error(Ae.message)}return Re===X?Re:ct(We,$e)||(Array.isArray(Re)?Re.forEach(Ae=>{ve(Ae),((be,Be)=>{H.has(be)?H.set(be,{...Be,...H.get(be)}):H.set(be,Be)})(We,{[Ae.themeFamily||"legacy"]:Ae.collection})}):ve(Re),ct(We,$e))});return function($e){return be.apply(this,arguments)}}(),ct=(be,Be)=>{const $e=`${q(be)}/${Be}`;return J.get($e)},Ge=function(){var be=(0,m.A)(function*(Be){if(!Be)return;let $e=Ie(Be);return $e||($e=yield me(Be)),$e&&$e!==X&&$e.accData?$e.packageName?(yield(0,te.HE)($e.packageName)).getText($e.accData):$e.accData?.defaultText||"":void 0});return function($e){return be.apply(this,arguments)}}()},8923(ge,W,f){"use strict";f.d(W,{Rh:()=>T,gu:()=>q,tw:()=>L,w2:()=>j});var m=f(467),E=f(5726),w=f(3455),b=f(7928);const P=new Map,z=new Map,N=new Map,H=new Map,C=new Set,T=(te,V,B,ne="root")=>{z.set(`${te}/${V}`,B),H.set(te,{cssVariablesTarget:ne}),C.add(V),(0,b.E)(V)},L=function(){var te=(0,m.A)(function*(V,B,ne){const J=`${V}_${B}_${ne||""}`,le=P.get(J);if(void 0!==le)return le;if(!C.has(B)){const ve=[...C.values()].join(", ");return console.warn(`You have requested a non-registered theme ${B} - falling back to ${E.SS}. Registered themes are: ${ve}`),ee(V,E.SS)}const[X,ue]=yield Promise.all([ee(V,B),ne?ee(V,ne,!0):void 0]),ce=(0,w.Zq)(X,ue);return ce&&P.set(J,ce),ce});return function(B,ne,J){return te.apply(this,arguments)}}(),ee=function(){var te=(0,m.A)(function*(V,B,ne=!1){const J=(ne?N:z).get(`${V}/${B}`);if(!J)return void(ne||console.error(`Theme [${B}] not registered for package [${V}]`));let le;try{le=yield J(B)}catch(X){return void console.error(V,X.message)}return le});return function(B,ne){return te.apply(this,arguments)}}(),j=()=>H,q=te=>C.has(te)},2134(ge,W,f){"use strict";f.d(W,{R:()=>b,k:()=>P});const E=new(f(1241).A),w="configurationReset",b=z=>{E.attachEvent(w,z)},P=()=>{E.fireEvent(w,void 0)}},4346(ge,W,f){"use strict";f.d(W,{hr:()=>C,qJ:()=>H});var m=f(6156),E=f(1241);const z=new Set,H=(T,D)=>{(0,m.A)("ConfigChange.eventProvider",new E.A).attachEvent("configChange",L=>{L.name===T&&!z.has(T)&&D(L.value)})},C=T=>(0,m.A)("ConfigChange.values",{})[T]},4181(ge,W,f){"use strict";f.d(W,{Z0:()=>B,gx:()=>V,mE:()=>X});var N=f(2260),H=f(4217),C=f(6060),D=(f(5726),f(2781)),L=f(2134),ee=f(4346);let j,q;(0,L.R)(()=>{j=void 0,q=void 0});let te=!1;(0,ee.qJ)("language",ue=>{j=ue,te=!0,(0,H.lb)(ue).then(()=>{te=!1,(0,D.qM)()&&(0,C.xm)({languageAware:!0})})});const V=()=>te,B=()=>(void 0===j&&(j=(0,ee.hr)("language")??(0,N.Z0)()),j),X=()=>(void 0===q&&(q=(0,N.mE)()),q)},6726(ge,W,f){"use strict";f.d(W,{Dm:()=>Pe,O4:()=>B,PC:()=>ve,Z3:()=>X});var H=f(2260),C=f(6060),T=f(2616),D=f(1712),L=f(5726),ee=f(2781),j=f(2134),q=f(4346);let te,V;(0,j.R)(()=>{te=void 0}),(0,q.qJ)("theme",ke=>{te=ke,(0,ee.qM)()&&(0,T.Ay)(te).then(()=>(0,C.xm)({themeAware:!0}))});const B=()=>(void 0===te&&(te=(0,q.hr)("theme")??(0,H.O4)()),te),X=()=>{const ke=B();return ce(ke)?!ke.startsWith("sap_horizon"):!(0,D.A)()?.baseThemeName?.startsWith("sap_horizon")},ce=ke=>L.QP.includes(ke),ve=()=>V,Pe=ke=>{V=ke}},1934(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w={})=>b=>{if(Object.prototype.hasOwnProperty.call(b,"metadata")||(b.metadata={}),"string"==typeof w)return void(b.metadata.tag=w);const{tag:P,languageAware:z,themeAware:N,cldr:H,fastNavigation:C,formAssociated:T,shadowRootOptions:D}=w;b.metadata.tag=P,z&&(b.metadata.languageAware=z),H&&(b.metadata.cldr=H),N&&(b.metadata.themeAware=N),C&&(b.metadata.fastNavigation=C),T&&(b.metadata.formAssociated=T),D&&(b.metadata.shadowRootOptions=D),["renderer","template","styles","dependencies"].forEach(L=>{w[L]&&Object.defineProperty(b,L,{get:()=>w[L]})})}},1437(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b={})=>P=>{Object.prototype.hasOwnProperty.call(P,"metadata")||(P.metadata={});const z=P.metadata;z.events||(z.events={});const N=z.events;N[w]||(b.bubbles=!!b.bubbles,b.cancelable=!!b.cancelable,N[w]=b)}},3651(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>(b,P)=>{b.metadata.i18n||(b.metadata.i18n={}),Object.defineProperty(b,P,{get:()=>b.i18nBundles[w],set(){}}),b.metadata.i18n[P]={bundleName:w,target:b}}},1642(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>(b,P)=>{const z=b.constructor;Object.prototype.hasOwnProperty.call(z,"metadata")||(z.metadata={});const N=z.metadata;N.properties||(N.properties={});const H=N.properties;H[P]||(H[P]=w??{})}},6993(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=function m(w){return(b,P)=>{const z=b.constructor;Object.prototype.hasOwnProperty.call(z,"metadata")||(z.metadata={});const N=z.metadata;N.slots||(N.slots={});const H=N.slots;if(w&&w.default&&H.default)throw new Error("Only one slot can be the default slot.");const C=w&&w.default?"default":P;(w=w||{type:HTMLElement}).type||(w.type=HTMLElement),H[C]||(H[C]=w),w.default&&(delete H.default.default,H.default.propertyName=P),z.metadata.managedSlots=!0}}},362(ge,W,f){"use strict";f.d(W,{A:()=>H});var m=f(5386);let E;const w=new Map,b=()=>(E||(E=new window.ResizeObserver(C=>{window.requestAnimationFrame(()=>{C.forEach(T=>{const D=w.get(T.target);D&&Promise.all(D.map(L=>L()))})})})),E),H=class N{static register(T,D){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((C,T)=>{const D=w.get(C)||[];D.length||b().observe(C),w.set(C,[...D,T])})(L,D):console.warn("Cannot register ResizeHandler for element",T)}static deregister(T,D){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((C,T)=>{const D=w.get(C)||[];if(0===D.length)return;const L=D.filter(ee=>ee!==T);0===L.length?(b().unobserve(C),w.delete(C)):w.set(C,L)})(L,D):console.warn("Cannot deregister ResizeHandler for element",T)}}},6162(ge,W,f){"use strict";f.d(W,{E2:()=>N,fc:()=>w,ok:()=>b,rM:()=>z});var m=f(467);const E=C=>{const T=C.getAttribute("form");if(T){const D=document.getElementById(T);return D instanceof HTMLFormElement?D:null}return C._internals?.form??null},w=C=>{H(C)&&b(C)},b=C=>{if(C._internals?.form){if(P(C),!C.name)return void C._internals?.setFormValue(null);C._internals.setFormValue(C.formFormattedValue)}},P=function(){var C=(0,m.A)(function*(T){if(T.isUI5Element&&T._internals?.form)if(T._internals.setValidity({customError:!0}," "),yield T.definePromise,T.formValidity&&Object.keys(T.formValidity).some(D=>D)){const D=yield T.formElementAnchor?.();T._internals.setValidity(T.formValidity,T.formValidityMessage,D)}else T._internals.setValidity({})});return function(D){return C.apply(this,arguments)}}(),z=function(){var C=(0,m.A)(function*(T){const D=E(T);if(!D)return;const L=[...D.elements];yield Promise.all(L.map(ee=>H(ee)?P(ee):Promise.resolve())),D.requestSubmit()});return function(D){return C.apply(this,arguments)}}(),N=C=>{E(C)?.reset()},H=C=>"formFormattedValue"in C&&"name"in C},5726(ge,W,f){"use strict";f.d(W,{Nm:()=>b,QP:()=>w,SS:()=>E,Xn:()=>P,dI:()=>z});const E="sap_horizon",w=["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"],b="en",P="en",z=["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"]},9514(ge,W,f){"use strict";f.d(W,{A:()=>E});const E={version:"2.23.1",major:2,minor:23,patch:1,suffix:"",isNext:!1,buildTime:1781204653}},6156(ge,W,f){"use strict";f.d(W,{A:()=>z});const w=()=>{const N=document.createElement("meta");return N.setAttribute("name","ui5-shared-resources"),N.setAttribute("content",""),N},z=(N,H)=>{const C=N.split(".");let T=typeof document>"u"?null:((N,H=document.body,C)=>{let T=document.querySelector(N);return T||(T=C?C():document.createElement(N),H.insertBefore(T,H.firstChild))})('meta[name="ui5-shared-resources"]',document.head,w);if(!T)return H;for(let D=0;D<C.length;D++){const L=C[D],ee=D===C.length-1;Object.prototype.hasOwnProperty.call(T,L)||(T[L]=ee?H:{}),T=T[L]}return T}},4446(ge,W,f){"use strict";f.d(W,{Ay:()=>$e,HE:()=>be});var m=f(467),E=f(1175),w=f(4217),b=f(5726);const P=/^((?:[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,z=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,N={he:"iw",yi:"ji",nb:"no",sr:"sh"},T={zh_HK:"zh_TW",in:"id"},L=We=>{if(!We)return b.Xn;if(T[We])return T[We];const Re=We.lastIndexOf("_");return Re>=0?We.slice(0,Re):We!==b.Xn?b.Xn:""};var ee=f(4181);const j=new Set,q=new Set,te=new Map,V=new Map,B=new Map,J=(We,Re)=>{te.set(We,Re)},X=(We,Re)=>B.has(`${We}/${Re}`),ve=(We,Re)=>Re!==b.Nm&&!X(We,Re),Pe=function(){var We=(0,m.A)(function*(Re){const Xe=(0,E.A)().getLanguage(),Ae=(0,E.A)().getRegion(),at=(0,E.A)().getVariant();let Le=Xe+(Ae?`-${Ae}`:"")+(at?`-${at}`:"");if(ve(Re,Le))for(Le=(We=>{let Re;if(!We)return b.Xn;if("string"==typeof We&&(Re=P.exec(We.replace(/_/g,"-")))){let Xe=Re[1].toLowerCase(),Ae=Re[3]?Re[3].toUpperCase():void 0;const at=Re[2]?Re[2].toLowerCase():void 0,Le=Re[4]?Re[4].slice(1):void 0,Ue=Re[6];return Xe=N[Xe]||Xe,Ue&&(Re=z.exec(Ue))||Le&&(Re=z.exec(Le))?`en_US_${Re[1].toLowerCase()}`:("zh"===Xe&&!Ae&&("hans"===at?Ae="CN":"hant"===at&&(Ae="TW")),Xe+(Ae?"_"+Ae+(Le?"_"+Le.replace("-","_"):""):""))}return b.Xn})(Le);ve(Re,Le);)Le=L(Le);const Ue=(0,ee.mE)();if(Le!==b.Nm||Ue)if(X(Re,Le))try{const He=yield((We,Re)=>{const Xe=`${We}/${Re}`,Ae=B.get(Xe);return Ae&&!V.get(Xe)&&V.set(Xe,Ae(Re)),V.get(Xe)})(Re,Le);J(Re,He)}catch(He){const Y=He;q.has(Y.message)||(q.add(Y.message),console.error(Y.message))}else(We=>{j.has(We)||(console.warn(`[${We}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${We}/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.`),j.add(We))})(Re);else J(Re,null)});return function(Xe){return We.apply(this,arguments)}}();(0,w._F)(We=>{const Re=[...te.keys()];return Promise.all(Re.map(Pe))});const ke=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,me=new Map;class Ge{constructor(Re){this.packageName=Re}getText(Re,...Xe){if("string"==typeof Re&&(Re={key:Re,defaultText:Re}),!Re||!Re.key)return"";const Ae=te.get(this.packageName);return Ae&&!Ae[Re.key]&&console.warn(`Key ${Re.key} not found in the i18n bundle, the default text will be used`),((We,Re)=>(Re=Re||[],We.replace(ke,(Xe,Ae,at,Le,Ue)=>{if(Ae)return"'";if(at)return at.replace(/''/g,"'");if(Le){const He="string"==typeof Le?parseInt(Le):Le;return String(Re[He])}throw new Error(`[i18n]: pattern syntax error at pos ${Ue}`)})))(Ae&&Ae[Re.key]?Ae[Re.key]:Re.defaultText||Re.key,Xe)}}const be=function(){var We=(0,m.A)(function*(Re){return yield Pe(Re),(We=>{if(me.has(We))return me.get(We);const Re=new Ge(We);return me.set(We,Re),Re})(Re)});return function(Xe){return We.apply(this,arguments)}}(),$e=Ge},8012(ge,W,f){"use strict";f.d(W,{A:()=>E,J:()=>w});const m=new Set,E=b=>{m.add(b)},w=b=>m.has(b)},1175(ge,W,f){"use strict";f.d(W,{A:()=>ee});var m=f(5726);const E=typeof document>"u";var P=f(4181);const z=/^((?:[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,H=class N{constructor(q){const te=z.exec(q.replace(/_/g,"-"));if(null===te)throw new Error(`The given language ${q} does not adhere to BCP-47.`);this.sLocaleId=q,this.sLanguage=te[1]||m.Nm,this.sScript=te[2]||"",this.sRegion=te[3]||"",this.sVariant=te[4]&&te[4].slice(1)||null,this.sExtension=te[5]&&te[5].slice(1)||null,this.sPrivateUse=te[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,V=>V.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(q){return this.getPrivateUseSubtags().indexOf(q)>=0}toString(){const q=[this.sLanguage];return this.sScript&&q.push(this.sScript),this.sRegion&&q.push(this.sRegion),this.sVariant&&q.push(this.sVariant),this.sExtension&&q.push(this.sExtension),this.sPrivateUse&&q.push(this.sPrivateUse),q.join("-")}},C=new Map,T=j=>(C.has(j)||C.set(j,new H(j)),C.get(j)),D=j=>{try{if(j&&"string"==typeof j)return T(j)}catch{}return new H(m.Xn)},ee=j=>{if(j)return D(j);const q=(0,P.Z0)();return q?T(q):D((()=>{if(E)return m.Nm;const j=navigator.languages;return j&&j[0]||navigator.language||m.Nm})())}},4217(ge,W,f){"use strict";f.d(W,{_F:()=>b,lb:()=>z});const E=new(f(1241).A),w="languageChange",b=N=>{E.attachEvent(w,N)},z=N=>E.fireEventAsync(w,N)},1834(ge,W,f){"use strict";f.d(W,{A:()=>u});var m,E,w,P,z,N,H,C,T,D,L,ee,j={},q=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,V=Array.isArray;function B(_,p){for(var v in p)_[v]=p[v];return _}function ne(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function le(_,p,v,R,O){var Z={type:_,props:p,key:v,ref:R,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:O??++w,__i:-1,__u:0};return null==O&&null!=E.vnode&&E.vnode(Z),Z}function ue(_){return _.children}function ce(_,p){this.props=_,this.context=p}function ve(_,p){if(null==p)return _.__?ve(_.__,_.__i+1):null;for(var v;p<_.__k.length;p++)if(null!=(v=_.__k[p])&&null!=v.__e)return v.__e;return"function"==typeof _.type?ve(_):null}function Pe(_){var p,v;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,p=0;p<_.__k.length;p++)if(null!=(v=_.__k[p])&&null!=v.__e){_.__e=_.__c.base=v.__e;break}return Pe(_)}}function ke(_){(!_.__d&&(_.__d=!0)&&P.push(_)&&!Ee.__r++||z!==E.debounceRendering)&&((z=E.debounceRendering)||N)(Ee)}function Ee(){var _,p,v,R,O,Z,ie,Ne;for(P.sort(H);_=P.shift();)_.__d&&(p=P.length,R=void 0,Z=(O=(v=_).__v).__e,ie=[],Ne=[],v.__P&&((R=B({},O)).__v=O.__v+1,E.vnode&&E.vnode(R),We(v.__P,R,O,v.__n,v.__P.namespaceURI,32&O.__u?[Z]:null,ie,Z??ve(O),!!(32&O.__u),Ne),R.__v=O.__v,R.__.__k[R.__i]=R,Re(ie,R,Ne),R.__e!=Z&&Pe(R)),P.length>p&&P.sort(H));Ee.__r=0}function Ie(_,p,v,R,O,Z,ie,Ne,it,g,Ze){var De,Gt,I,x,se,Ce,he=R&&R.__k||q,_e=p.length;for(it=function me(_,p,v,R){var O,Z,ie,Ne,it,g=p.length,Ze=v.length,De=Ze,Gt=0;for(_.__k=[],O=0;O<g;O++)null!=(Z=p[O])&&"boolean"!=typeof Z&&"function"!=typeof Z?(Ne=O+Gt,(Z=_.__k[O]="string"==typeof Z||"number"==typeof Z||"bigint"==typeof Z||Z.constructor==String?le(null,Z,null,null,null):V(Z)?le(ue,{children:Z},null,null,null):void 0===Z.constructor&&Z.__b>0?le(Z.type,Z.props,Z.key,Z.ref?Z.ref:null,Z.__v):Z).__=_,Z.__b=_.__b+1,ie=null,-1!==(it=Z.__i=st(Z,v,Ne,De))&&(De--,(ie=v[it])&&(ie.__u|=2)),null==ie||null===ie.__v?(-1==it&&Gt--,"function"!=typeof Z.type&&(Z.__u|=4)):it!==Ne&&(it==Ne-1?Gt--:it==Ne+1?Gt++:(it>Ne?Gt--:Gt++,Z.__u|=4))):Z=_.__k[O]=null;if(De)for(O=0;O<Ze;O++)null!=(ie=v[O])&&!(2&ie.__u)&&(ie.__e==R&&(R=ve(ie)),at(ie,ie));return R}(v,p,he,it),De=0;De<_e;De++)null!=(I=v.__k[De])&&(Gt=-1===I.__i?j:he[I.__i]||j,I.__i=De,Ce=We(_,I,Gt,O,Z,ie,Ne,it,g,Ze),x=I.__e,I.ref&&Gt.ref!=I.ref&&(Gt.ref&&Ae(Gt.ref,null,I),Ze.push(I.ref,I.__c||x,I)),null==se&&null!=x&&(se=x),4&I.__u||Gt.__k===I.__k?it=ct(I,it,_):"function"==typeof I.type&&void 0!==Ce?it=Ce:x&&(it=x.nextSibling),I.__u&=-7);return v.__e=se,it}function ct(_,p,v){var R,O;if("function"==typeof _.type){for(R=_.__k,O=0;R&&O<R.length;O++)R[O]&&(R[O].__=_,p=ct(R[O],p,v));return p}_.__e!=p&&(p&&_.type&&!v.contains(p)&&(p=ve(_)),v.insertBefore(_.__e,p||null),p=_.__e);do{p=p&&p.nextSibling}while(null!=p&&8===p.nodeType);return p}function st(_,p,v,R){var O=_.key,Z=_.type,ie=v-1,Ne=v+1,it=p[v];if(null===it||it&&O==it.key&&Z===it.type&&!(2&it.__u))return v;if(("function"!=typeof Z||Z===ue||O)&&R>(null==it||2&it.__u?0:1))for(;ie>=0||Ne<p.length;){if(ie>=0){if((it=p[ie])&&!(2&it.__u)&&O==it.key&&Z===it.type)return ie;ie--}if(Ne<p.length){if((it=p[Ne])&&!(2&it.__u)&&O==it.key&&Z===it.type)return Ne;Ne++}}return-1}function be(_,p,v){"-"===p[0]?_.setProperty(p,v??""):_[p]=null==v?"":"number"!=typeof v||te.test(p)?v:v+"px"}function Be(_,p,v,R,O){var Z,ie;e:if("style"===p)if("string"==typeof v)_.style.cssText=v;else{if("string"==typeof R&&(_.style.cssText=R=""),R)for(p in R)v&&p in v||be(_.style,p,"");if(v)for(p in v)R&&v[p]===R[p]||be(_.style,p,v[p])}else if("o"===p[0]&&"n"===p[1])Z=p!==(p=p.replace(C,"$1")),p=p.toLowerCase()in _||"onFocusOut"===p||"onFocusIn"===p?p.toLowerCase().slice(2):p.slice(2),_.l||(_.l={}),_.l[p+Z]=v,v?R?v.t=R.t:(v.t=T,_.addEventListener(p,Z?L:D,Z)):_.removeEventListener(p,Z?L:D,Z);else{if("http://www.w3.org/2000/svg"==O)p=p.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=p&&"height"!=p&&"href"!=p&&"list"!=p&&"form"!=p&&"tabIndex"!=p&&"download"!=p&&"rowSpan"!=p&&"colSpan"!=p&&"role"!=p&&"popover"!=p&&p in _)try{ie=_.tagName&&_.tagName.includes("-"),_[p]=null!=v||ie?v:"";break e}catch{}"function"==typeof v||(null==v||!1===v&&"-"!==p[4]?_.removeAttribute(p):_.setAttribute(p,"popover"==p&&1==v?"":v))}}function $e(_){return function(p){if(this.l){var v=this.l[p.type+_];if(null==p.u)p.u=T++;else if(p.u<v.t)return;return v(E.event?E.event(p):p)}}}function We(_,p,v,R,O,Z,ie,Ne,it,g){var Ze,De,Gt,I,x,se,Ce,he,_e,Ye,tt,mt,vt,Ft,Me,Xt,St,Kt=p.type;if(void 0!==p.constructor)return null;128&v.__u&&(it=!!(32&v.__u),Z=[Ne=p.__e=v.__e]),(Ze=E.__b)&&Ze(p);e:if("function"==typeof Kt)try{if(he=p.props,_e="prototype"in Kt&&Kt.prototype.render,Ye=(Ze=Kt.contextType)&&R[Ze.__c],tt=Ze?Ye?Ye.props.value:Ze.__:R,v.__c?Ce=(De=p.__c=v.__c).__=De.__E:(_e?p.__c=De=new Kt(he,tt):(p.__c=De=new ce(he,tt),De.constructor=Kt,De.render=Le),Ye&&Ye.sub(De),De.props=he,De.state||(De.state={}),De.context=tt,De.__n=R,Gt=De.__d=!0,De.__h=[],De._sb=[]),_e&&null==De.__s&&(De.__s=De.state),_e&&null!=Kt.getDerivedStateFromProps&&(De.__s==De.state&&(De.__s=B({},De.__s)),B(De.__s,Kt.getDerivedStateFromProps(he,De.__s))),I=De.props,x=De.state,De.__v=p,Gt)_e&&null==Kt.getDerivedStateFromProps&&null!=De.componentWillMount&&De.componentWillMount(),_e&&null!=De.componentDidMount&&De.__h.push(De.componentDidMount);else{if(_e&&null==Kt.getDerivedStateFromProps&&he!==I&&null!=De.componentWillReceiveProps&&De.componentWillReceiveProps(he,tt),!De.__e&&(null!=De.shouldComponentUpdate&&!1===De.shouldComponentUpdate(he,De.__s,tt)||p.__v===v.__v)){for(p.__v!==v.__v&&(De.props=he,De.state=De.__s,De.__d=!1),p.__e=v.__e,p.__k=v.__k,p.__k.some(function(nn){nn&&(nn.__=p)}),mt=0;mt<De._sb.length;mt++)De.__h.push(De._sb[mt]);De._sb=[],De.__h.length&&ie.push(De);break e}null!=De.componentWillUpdate&&De.componentWillUpdate(he,De.__s,tt),_e&&null!=De.componentDidUpdate&&De.__h.push(function(){De.componentDidUpdate(I,x,se)})}if(De.context=tt,De.props=he,De.__P=_,De.__e=!1,vt=E.__r,Ft=0,_e){for(De.state=De.__s,De.__d=!1,vt&&vt(p),Ze=De.render(De.props,De.state,De.context),Me=0;Me<De._sb.length;Me++)De.__h.push(De._sb[Me]);De._sb=[]}else do{De.__d=!1,vt&&vt(p),Ze=De.render(De.props,De.state,De.context),De.state=De.__s}while(De.__d&&++Ft<25);De.state=De.__s,null!=De.getChildContext&&(R=B(B({},R),De.getChildContext())),_e&&!Gt&&null!=De.getSnapshotBeforeUpdate&&(se=De.getSnapshotBeforeUpdate(I,x)),Ne=Ie(_,V(Xt=null!=Ze&&Ze.type===ue&&null==Ze.key?Ze.props.children:Ze)?Xt:[Xt],p,v,R,O,Z,ie,Ne,it,g),De.base=p.__e,p.__u&=-161,De.__h.length&&ie.push(De),Ce&&(De.__E=De.__=null)}catch(nn){if(p.__v=null,it||null!=Z)if(nn.then){for(p.__u|=it?160:128;Ne&&8===Ne.nodeType&&Ne.nextSibling;)Ne=Ne.nextSibling;Z[Z.indexOf(Ne)]=null,p.__e=Ne}else for(St=Z.length;St--;)ne(Z[St]);else p.__e=v.__e,p.__k=v.__k;E.__e(nn,p,v)}else null==Z&&p.__v===v.__v?(p.__k=v.__k,p.__e=v.__e):Ne=p.__e=function Xe(_,p,v,R,O,Z,ie,Ne,it){var g,Ze,De,Gt,I,x,se,Ce,he=v.props,_e=p.props,Ye=p.type;if("svg"===Ye?O="http://www.w3.org/2000/svg":"math"===Ye?O="http://www.w3.org/1998/Math/MathML":O||(O="http://www.w3.org/1999/xhtml"),null!=Z)for(g=0;g<Z.length;g++)if((I=Z[g])&&"setAttribute"in I==!!Ye&&(Ye?I.localName===Ye:3===I.nodeType)){_=I,Z[g]=null;break}if(null==_){if(null===Ye)return document.createTextNode(_e);_=document.createElementNS(O,Ye,_e.is&&_e),Ne&&(E.__m&&E.__m(p,Z),Ne=!1),Z=null}if(null===Ye)he===_e||Ne&&_.data===_e||(_.data=_e);else{if(Z=Z&&m.call(_.childNodes),he=v.props||j,!Ne&&null!=Z)for(he={},g=0;g<_.attributes.length;g++)he[(I=_.attributes[g]).name]=I.value;for(g in he)if(I=he[g],"children"!=g)if("dangerouslySetInnerHTML"==g)De=I;else if(!(g in _e)){if("value"==g&&"defaultValue"in _e||"checked"==g&&"defaultChecked"in _e)continue;Be(_,g,null,I,O)}for(g in _e)I=_e[g],"children"==g?Gt=I:"dangerouslySetInnerHTML"==g?Ze=I:"value"==g?x=I:"checked"==g?se=I:Ne&&"function"!=typeof I||he[g]===I||((g.startsWith("on")||"ref"===g&&"function"==typeof I)&&(Ce=R[Object.keys(R)[0]])&&(I=I.bind(Ce.props.value)),Be(_,g,I,he[g],O));if(Ze)Ne||De&&(Ze.__html===De.__html||Ze.__html===_.innerHTML)||(_.innerHTML=Ze.__html),p.__k=[];else if(De&&(_.innerHTML=""),Ie(_,V(Gt)?Gt:[Gt],p,v,R,"foreignObject"===Ye?"http://www.w3.org/1999/xhtml":O,Z,ie,Z?Z[0]:v.__k&&ve(v,0),Ne,it),null!=Z)for(g=Z.length;g--;)ne(Z[g]);Ne||(g="value","progress"===Ye&&null==x?_.removeAttribute("value"):void 0!==x&&(x!==_[g]||"progress"===Ye&&!x||"option"===Ye&&x!==he[g])&&Be(_,g,x,he[g],O),g="checked",void 0!==se&&se!==_[g]&&Be(_,g,se,he[g],O))}return _}(v.__e,p,v,R,O,Z,ie,it,g);return(Ze=E.diffed)&&Ze(p),128&p.__u?void 0:Ne}function Re(_,p,v){for(var R=0;R<v.length;R++)Ae(v[R],v[++R],v[++R]);E.__c&&E.__c(p,_),_.some(function(O){try{_=O.__h,O.__h=[],_.some(function(Z){Z.call(O)})}catch(Z){E.__e(Z,O.__v)}})}function Ae(_,p,v){try{if("function"==typeof _){var R="function"==typeof _.__u;R&&_.__u(),R&&null==p||(_.__u=_(p))}else _.current=p}catch(O){E.__e(O,v)}}function at(_,p,v){var R,O;if(E.unmount&&E.unmount(_),(R=_.ref)&&(R.current&&R.current!==_.__e||Ae(R,null,p)),null!=(R=_.__c)){if(R.componentWillUnmount)try{R.componentWillUnmount()}catch(Z){E.__e(Z,p)}R.base=R.__P=null}if(R=_.__k)for(O=0;O<R.length;O++)R[O]&&at(R[O],p,v||"function"!=typeof _.type);v||ne(_.__e),_.__c=_.__=_.__e=void 0}function Le(_,p,v){return this.constructor(_,v)}function Ue(_,p,v){var R,O,Z,ie;p===document&&(p=document.documentElement),E.__&&E.__(_,p),O=(R="function"==typeof v)?null:v&&v.__k||p.__k,Z=[],ie=[],We(p,_=(!R&&v||p).__k=function J(_,p,v){var R,O,Z,ie={};for(Z in p)"key"==Z?R=p[Z]:"ref"==Z?O=p[Z]:ie[Z]=p[Z];if(arguments.length>2&&(ie.children=arguments.length>3?m.call(arguments,2):v),"function"==typeof _&&null!=_.defaultProps)for(Z in _.defaultProps)void 0===ie[Z]&&(ie[Z]=_.defaultProps[Z]);return le(_,ie,R,O,null)}(ue,null,[_]),O||j,j,p.namespaceURI,!R&&v?[v]:O?null:p.firstChild?m.call(p.childNodes):null,Z,!R&&v?v:O?O.__e:p.firstChild,R,ie),Re(Z,_,ie)}function He(_,p){Ue(_,p,He)}m=q.slice,E={__e:function(_,p,v,R){for(var O,Z,ie;p=p.__;)if((O=p.__c)&&!O.__)try{if((Z=O.constructor)&&null!=Z.getDerivedStateFromError&&(O.setState(Z.getDerivedStateFromError(_)),ie=O.__d),null!=O.componentDidCatch&&(O.componentDidCatch(_,R||{}),ie=O.__d),ie)return O.__E=O}catch(Ne){_=Ne}throw _}},w=0,ce.prototype.setState=function(_,p){var v;v=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=B({},this.state),"function"==typeof _&&(_=_(B({},v),this.props)),_&&B(v,_),null!=_&&this.__v&&(p&&this._sb.push(p),ke(this))},ce.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),ke(this))},ce.prototype.render=ue,P=[],N="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,H=function(_,p){return _.__v.__b-p.__v.__b},Ee.__r=0,C=/(PointerCapture)$|Capture$/i,T=0,D=$e(!1),L=$e(!0),ee=0;var an=0;const K=new WeakMap,u=(_,p)=>{let v=K.get(_);v||(v=function ye(_,p){var v={__c:p="__cC"+ee++,__:_,Consumer:function(R,O){return R.children(O)},Provider:function(R){var O,Z;return this.getChildContext||(O=new Set,(Z={})[p]=this,this.getChildContext=function(){return Z},this.componentWillUnmount=function(){O=null},this.shouldComponentUpdate=function(ie){this.props.value!==ie.value&&O.forEach(function(Ne){Ne.__e=!0,ke(Ne)})},this.sub=function(ie){O.add(ie);var Ne=ie.componentWillUnmount;ie.componentWillUnmount=function(){O&&O.delete(ie),Ne&&Ne.call(ie)}}),R.children}};return v.Provider.__=v.Consumer.contextType=v}(_),K.set(_,v));const R=_.render(),O=function It(_,p,v,R,O,Z){p||(p={});var ie,Ne,it=p;"ref"in p&&(ie=p.ref,delete p.ref);var g={type:_,props:it,key:v,ref:ie,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--an,__i:-1,__u:0,__source:O,__self:Z};if("function"==typeof _&&(ie=_.defaultProps))for(Ne in ie)void 0===it[Ne]&&(it[Ne]=ie[Ne]);return E.vnode&&E.vnode(g),g}(v.Provider,{value:_,children:R});_.__shouldHydrate?(_.shadowRoot?.querySelectorAll("style").forEach(Z=>Z.remove()),He(O,p),_.__shouldHydrate=!1):Ue(O,p)}},3823(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b)=>w.call(b)},8431(ge,W,f){"use strict";f.d(W,{A:()=>H});
1
+ (()=>{var he,rE={9272(he){var d;self,d=()=>(()=>{"use strict";var G={d:(C,S)=>{for(var T in S)G.o(S,T)&&!G.o(C,T)&&Object.defineProperty(C,T,{enumerable:!0,get:S[T]})},o:(C,S)=>Object.prototype.hasOwnProperty.call(C,S)},d={};function h(C,S){if(!(C instanceof S))throw new TypeError("Cannot call a class as a function")}function b(C){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(S){return typeof S}:function(S){return S&&"function"==typeof Symbol&&S.constructor===Symbol&&S!==Symbol.prototype?"symbol":typeof S})(C)}function I(C){var S=function(T){if("object"!=b(T)||!T)return T;var L=T[Symbol.toPrimitive];if(void 0!==L){var Q=L.call(T,"string");if("object"!=b(Q))return Q;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(T)}(C);return"symbol"==b(S)?S:S+""}function v(C,S){for(var T=0;T<S.length;T++){var L=S[T];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(C,I(L.key),L)}}function O(C,S,T){return S&&v(C.prototype,S),T&&v(C,T),Object.defineProperty(C,"prototype",{writable:!1}),C}function B(C,S,T){return(S=I(S))in C?Object.defineProperty(C,S,{value:T,enumerable:!0,configurable:!0,writable:!0}):C[S]=T,C}G.d(d,{default:()=>j});var M=new(O(function C(){h(this,C)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(C){return C&&"[object Function]"==={}.toString.call(C)}},{key:"isPromise",value:function(C){return C&&this.isFunction(C.then)}},{key:"isObject",value:function(C){return C&&"object"===b(C)&&!Array.isArray(C)}},{key:"deepMerge",value:function(C){for(var S=arguments.length,T=new Array(S>1?S-1:0),L=1;L<S;L++)T[L-1]=arguments[L];if(!T.length)return C;var Q=T.shift();if(this.isObject(C)&&this.isObject(Q))for(var V in Q)this.isObject(Q[V])?(C[V]||Object.assign(C,B({},V,{})),this.deepMerge(C[V],Q[V])):Object.assign(C,B({},V,Q[V]));return this.deepMerge.apply(this,[C].concat(T))}},{key:"prependOrigin",value:function(C){if(C.startsWith("http"))return C;var S=C.startsWith("/");return C.length?window.location.origin+(S?"":"/")+C:window.location.origin}}])),j=O(function C(){var S=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};h(this,C);var T={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},L=M.deepMerge(T,S);this.settings=L},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(C){var S=C.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(S))}},{key:"userInfo",value:function(){var C=this;return new Promise(function(S,T){var L=C.getAuthData(),Q=C.parseIdToken(L.idToken);S({email:Q.email?Q.email:"",name:Q.name?Q.name:""})})}},{key:"login",value:function(){var C=this;return new Promise(function(S,T){var L=C.settings,Q=L.nonceFn&&L.nonceFn()||C.generateNonce();sessionStorage.setItem("luigi.nonceValue",Q),L.oAuthData.nonce||(L.oAuthData.nonce=Q);var V=function(F,ee){return Object.assign(document.createElement("input"),{name:F,id:F,value:ee,type:"hidden"})},W=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:L.authorizeUrl,method:L.authorizeMethod,target:"_self"});for(var te in L.oAuthData.redirect_uri="".concat(M.prependOrigin(L.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),L.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+Q),L.oAuthData){var U=V(te,L.oAuthData[te]);W.appendChild(U.cloneNode())}document.getElementsByTagName("body")[0].appendChild(W),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(F){console.info("load, e",F,C)})})}},{key:"logout",value:function(C,S){var T=this.settings,L="".concat(T.logoutUrl,"?id_token_hint=").concat(C.idToken,"&client_id=").concat(T.oAuthData.client_id,"&post_logout_redirect_uri=").concat(M.prependOrigin(T.post_logout_redirect_uri));S&&S(),setTimeout(function(){window.location.href=L})}},{key:"setTokenExpirationAction",value:function(){var C=this;this.expirationCheckIntervalInstance=setInterval(function(){var S=C.getAuthData();if(!S)return clearInterval(C.expirationCheckIntervalInstance);if((S&&S.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(C.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var T="".concat(C.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(M.prependOrigin(C.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",C.settings,void 0,T)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var C=this,S=1e3*this.settings.accessTokenExpiringNotificationTime,T=1e3*this.settings.expirationCheckInterval,L=this.getAuthData();L&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(L&&L.accessTokenExpirationDate||0)-(new Date).getTime()<S&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",C.settings),clearInterval(C.expirationSoonCheckIntervalInstance))},T))}},{key:"generateNonce",value:function(){var C=window.crypto;return Array.from(C.getRandomValues(new Uint8Array(20))).map(function(S){for(;S>=61*Math.floor(256/61);)S=C.getRandomValues(new Uint8Array(1))[0];return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[S%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return d.default})(),he.exports=d()},5667(he,G,d){he=d.nmd(he);var b="__lodash_hash_undefined__",O=9007199254740991,B="[object Arguments]",M="[object Array]",C="[object Boolean]",S="[object Date]",T="[object Error]",L="[object Function]",V="[object Map]",W="[object Number]",U="[object Object]",F="[object Promise]",X="[object RegExp]",oe="[object Set]",Y="[object String]",ye="[object WeakMap]",Be="[object ArrayBuffer]",ke="[object DataView]",Me=/^\[object .+?Constructor\]$/,Ze=/^(?:0|[1-9]\d*)$/,Ne={};Ne["[object Float32Array]"]=Ne["[object Float64Array]"]=Ne["[object Int8Array]"]=Ne["[object Int16Array]"]=Ne["[object Int32Array]"]=Ne["[object Uint8Array]"]=Ne["[object Uint8ClampedArray]"]=Ne["[object Uint16Array]"]=Ne["[object Uint32Array]"]=!0,Ne[B]=Ne[M]=Ne[Be]=Ne[C]=Ne[ke]=Ne[S]=Ne[T]=Ne[L]=Ne[V]=Ne[W]=Ne[U]=Ne[X]=Ne[oe]=Ne[Y]=Ne[ye]=!1;var ot="object"==typeof global&&global&&global.Object===Object&&global,Fe="object"==typeof self&&self&&self.Object===Object&&self,Ue=ot||Fe||Function("return this")(),je=G&&!G.nodeType&&G,K=je&&he&&!he.nodeType&&he,ve=K&&K.exports===je,ut=ve&&ot.process,$e=function(){try{return ut&&ut.binding&&ut.binding("util")}catch{}}(),Et=$e&&$e.isTypedArray;function bn(k,ne){for(var Pe=-1,dt=null==k?0:k.length;++Pe<dt;)if(ne(k[Pe],Pe,k))return!0;return!1}function at(k,ne){return k.has(ne)}function x(k){var ne=-1,Pe=Array(k.size);return k.forEach(function(dt,on){Pe[++ne]=[on,dt]}),Pe}function w(k){var ne=-1,Pe=Array(k.size);return k.forEach(function(dt){Pe[++ne]=dt}),Pe}var k,$=Array.prototype,y=Object.prototype,p=Ue["__core-js_shared__"],m=Function.prototype.toString,R=y.hasOwnProperty,se=(k=/[^.]+$/.exec(p&&p.keys&&p.keys.IE_PROTO||""))?"Symbol(src)_1."+k:"",Z=y.toString,ae=RegExp("^"+m.call(R).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),pe=ve?Ue.Buffer:void 0,He=Ue.Symbol,st=Ue.Uint8Array,f=y.propertyIsEnumerable,wt=$.splice,we=He?He.toStringTag:void 0,Wt=Object.getOwnPropertySymbols,D=pe?pe.isBuffer:void 0,A=function H(k,ne){return function(Pe){return k(ne(Pe))}}(Object.keys,Object),ie=qr(Ue,"DataView"),Ee=qr(Ue,"Map"),ge=qr(Ue,"Promise"),fe=qr(Ue,"Set"),qe=qr(Ue,"WeakMap"),et=qr(Object,"create"),mt=N(ie),vt=N(Ee),qt=N(ge),Re=N(fe),Jt=N(qe),St=He?He.prototype:void 0,Kt=St?St.valueOf:void 0;function rn(k){var ne=-1,Pe=null==k?0:k.length;for(this.clear();++ne<Pe;){var dt=k[ne];this.set(dt[0],dt[1])}}function jn(k){var ne=-1,Pe=null==k?0:k.length;for(this.clear();++ne<Pe;){var dt=k[ne];this.set(dt[0],dt[1])}}function Ge(k){var ne=-1,Pe=null==k?0:k.length;for(this.clear();++ne<Pe;){var dt=k[ne];this.set(dt[0],dt[1])}}function ln(k){var ne=-1,Pe=null==k?0:k.length;for(this.__data__=new Ge;++ne<Pe;)this.add(k[ne])}function xn(k){var ne=this.__data__=new jn(k);this.size=ne.size}function De(k,ne){for(var Pe=k.length;Pe--;)if(de(k[Pe][0],ne))return Pe;return-1}function Jn(k){return null==k?void 0===k?"[object Undefined]":"[object Null]":we&&we in Object(k)?function Ir(k){var ne=R.call(k,we),Pe=k[we];try{k[we]=void 0;var dt=!0}catch{}var on=Z.call(k);return dt&&(ne?k[we]=Pe:delete k[we]),on}(k):function sa(k){return Z.call(k)}(k)}function pn(k){return er(k)&&Jn(k)==B}function pi(k,ne,Pe,dt,on){return k===ne||(null==k||null==ne||!er(k)&&!er(ne)?k!=k&&ne!=ne:function hc(k,ne,Pe,dt,on,Ot){var Te=gt(k),tr=gt(ne),Gn=Te?M:oi(k),kn=tr?M:oi(ne),ir=(Gn=Gn==B?U:Gn)==U,mi=(kn=kn==B?U:kn)==U,Ar=Gn==kn;if(Ar&&yt(k)){if(!yt(ne))return!1;Te=!0,ir=!1}if(Ar&&!ir)return Ot||(Ot=new xn),Te||wr(k)?mo(k,ne,Pe,dt,on,Ot):function Ui(k,ne,Pe,dt,on,Ot,Te){switch(Pe){case ke:if(k.byteLength!=ne.byteLength||k.byteOffset!=ne.byteOffset)return!1;k=k.buffer,ne=ne.buffer;case Be:return!(k.byteLength!=ne.byteLength||!Ot(new st(k),new st(ne)));case C:case S:case W:return de(+k,+ne);case T:return k.name==ne.name&&k.message==ne.message;case X:case Y:return k==ne+"";case V:var tr=x;case oe:if(tr||(tr=w),k.size!=ne.size&&!(1&dt))return!1;var kn=Te.get(k);if(kn)return kn==ne;dt|=2,Te.set(k,ne);var ir=mo(tr(k),tr(ne),dt,on,Ot,Te);return Te.delete(k),ir;case"[object Symbol]":if(Kt)return Kt.call(k)==Kt.call(ne)}return!1}(k,ne,Gn,Pe,dt,on,Ot);if(!(1&Pe)){var ai=ir&&R.call(k,"__wrapped__"),hr=mi&&R.call(ne,"__wrapped__");if(ai||hr){var vo=ai?k.value():k,to=hr?ne.value():ne;return Ot||(Ot=new xn),on(vo,to,Pe,dt,Ot)}}return!!Ar&&(Ot||(Ot=new xn),function ds(k,ne,Pe,dt,on,Ot){var Te=1&Pe,tr=un(k),Gn=tr.length;if(Gn!=un(ne).length&&!Te)return!1;for(var mi=Gn;mi--;){var Ar=tr[mi];if(!(Te?Ar in ne:R.call(ne,Ar)))return!1}var ai=Ot.get(k);if(ai&&Ot.get(ne))return ai==ne;var hr=!0;Ot.set(k,ne),Ot.set(ne,k);for(var vo=Te;++mi<Gn;){var to=k[Ar=tr[mi]],Bo=ne[Ar];if(dt)var qd=Te?dt(Bo,to,Ar,ne,k,Ot):dt(to,Bo,Ar,k,ne,Ot);if(!(void 0===qd?to===Bo||on(to,Bo,Pe,dt,Ot):qd)){hr=!1;break}vo||(vo="constructor"==Ar)}if(hr&&!vo){var aa=k.constructor,ca=ne.constructor;aa!=ca&&"constructor"in k&&"constructor"in ne&&!("function"==typeof aa&&aa instanceof aa&&"function"==typeof ca&&ca instanceof ca)&&(hr=!1)}return Ot.delete(k),Ot.delete(ne),hr}(k,ne,Pe,dt,on,Ot))}(k,ne,Pe,dt,pi,on))}function mo(k,ne,Pe,dt,on,Ot){var Te=1&Pe,tr=k.length,Gn=ne.length;if(tr!=Gn&&!(Te&&Gn>tr))return!1;var kn=Ot.get(k);if(kn&&Ot.get(ne))return kn==ne;var ir=-1,mi=!0,Ar=2&Pe?new ln:void 0;for(Ot.set(k,ne),Ot.set(ne,k);++ir<tr;){var ai=k[ir],hr=ne[ir];if(dt)var vo=Te?dt(hr,ai,ir,ne,k,Ot):dt(ai,hr,ir,k,ne,Ot);if(void 0!==vo){if(vo)continue;mi=!1;break}if(Ar){if(!bn(ne,function(to,Bo){if(!at(Ar,Bo)&&(ai===to||on(ai,to,Pe,dt,Ot)))return Ar.push(Bo)})){mi=!1;break}}else if(ai!==hr&&!on(ai,hr,Pe,dt,Ot)){mi=!1;break}}return Ot.delete(k),Ot.delete(ne),mi}function un(k){return function go(k,ne,Pe){var dt=ne(k);return gt(k)?dt:function Tt(k,ne){for(var Pe=-1,dt=ne.length,on=k.length;++Pe<dt;)k[on+Pe]=ne[Pe];return k}(dt,Pe(k))}(k,Xe,oa)}function kt(k,ne){var Pe=k.__data__;return function si(k){var ne=typeof k;return"string"==ne||"number"==ne||"symbol"==ne||"boolean"==ne?"__proto__"!==k:null===k}(ne)?Pe["string"==typeof ne?"string":"hash"]:Pe.map}function qr(k,ne){var Pe=function Qe(k,ne){return k?.[ne]}(k,ne);return function nn(k){return!(!Yn(k)||function pc(k){return!!se&&se in k}(k))&&(Rn(k)?ae:Me).test(N(k))}(Pe)?Pe:void 0}rn.prototype.clear=function mr(){this.__data__=et?et(null):{},this.size=0},rn.prototype.delete=function $t(k){var ne=this.has(k)&&delete this.__data__[k];return this.size-=ne?1:0,ne},rn.prototype.get=function en(k){var ne=this.__data__;if(et){var Pe=ne[k];return Pe===b?void 0:Pe}return R.call(ne,k)?ne[k]:void 0},rn.prototype.has=function Sn(k){var ne=this.__data__;return et?void 0!==ne[k]:R.call(ne,k)},rn.prototype.set=function vr(k,ne){var Pe=this.__data__;return this.size+=this.has(k)?0:1,Pe[k]=et&&void 0===ne?b:ne,this},jn.prototype.clear=function Kr(){this.__data__=[],this.size=0},jn.prototype.delete=function re(k){var ne=this.__data__,Pe=De(ne,k);return!(Pe<0||(Pe==ne.length-1?ne.pop():wt.call(ne,Pe,1),--this.size,0))},jn.prototype.get=function Le(k){var ne=this.__data__,Pe=De(ne,k);return Pe<0?void 0:ne[Pe][1]},jn.prototype.has=function q(k){return De(this.__data__,k)>-1},jn.prototype.set=function Oe(k,ne){var Pe=this.__data__,dt=De(Pe,k);return dt<0?(++this.size,Pe.push([k,ne])):Pe[dt][1]=ne,this},Ge.prototype.clear=function ct(){this.size=0,this.__data__={hash:new rn,map:new(Ee||jn),string:new rn}},Ge.prototype.delete=function Pt(k){var ne=kt(this,k).delete(k);return this.size-=ne?1:0,ne},Ge.prototype.get=function Qt(k){return kt(this,k).get(k)},Ge.prototype.has=function tn(k){return kt(this,k).has(k)},Ge.prototype.set=function cn(k,ne){var Pe=kt(this,k),dt=Pe.size;return Pe.set(k,ne),this.size+=Pe.size==dt?0:1,this},ln.prototype.add=ln.prototype.push=function Bi(k){return this.__data__.set(k,b),this},ln.prototype.has=function ii(k){return this.__data__.has(k)},xn.prototype.clear=function fn(){this.__data__=new jn,this.size=0},xn.prototype.delete=function hn(k){var ne=this.__data__,Pe=ne.delete(k);return this.size=ne.size,Pe},xn.prototype.get=function Lr(k){return this.__data__.get(k)},xn.prototype.has=function qn(k){return this.__data__.has(k)},xn.prototype.set=function Ni(k,ne){var Pe=this.__data__;if(Pe instanceof jn){var dt=Pe.__data__;if(!Ee||dt.length<199)return dt.push([k,ne]),this.size=++Pe.size,this;Pe=this.__data__=new Ge(dt)}return Pe.set(k,ne),this.size=Pe.size,this};var oa=Wt?function(k){return null==k?[]:(k=Object(k),function _t(k,ne){for(var Pe=-1,dt=null==k?0:k.length,on=0,Ot=[];++Pe<dt;){var Te=k[Pe];ne(Te,Pe,k)&&(Ot[on++]=Te)}return Ot}(Wt(k),function(ne){return f.call(k,ne)}))}:function fr(){return[]},oi=Jn;function Po(k,ne){return!!(ne=ne??O)&&("number"==typeof k||Ze.test(k))&&k>-1&&k%1==0&&k<ne}function N(k){if(null!=k){try{return m.call(k)}catch{}try{return k+""}catch{}}return""}function de(k,ne){return k===ne||k!=k&&ne!=ne}(ie&&oi(new ie(new ArrayBuffer(1)))!=ke||Ee&&oi(new Ee)!=V||ge&&oi(ge.resolve())!=F||fe&&oi(new fe)!=oe||qe&&oi(new qe)!=ye)&&(oi=function(k){var ne=Jn(k),Pe=ne==U?k.constructor:void 0,dt=Pe?N(Pe):"";if(dt)switch(dt){case mt:return ke;case vt:return V;case qt:return F;case Re:return oe;case Jt:return ye}return ne});var Je=pn(function(){return arguments}())?pn:function(k){return er(k)&&R.call(k,"callee")&&!f.call(k,"callee")},gt=Array.isArray,yt=D||function yr(){return!1};function Rn(k){if(!Yn(k))return!1;var ne=Jn(k);return ne==L||"[object GeneratorFunction]"==ne||"[object AsyncFunction]"==ne||"[object Proxy]"==ne}function Hn(k){return"number"==typeof k&&k>-1&&k%1==0&&k<=O}function Yn(k){var ne=typeof k;return null!=k&&("object"==ne||"function"==ne)}function er(k){return null!=k&&"object"==typeof k}var wr=Et?function At(k){return function(ne){return k(ne)}}(Et):function ia(k){return er(k)&&Hn(k.length)&&!!Ne[Jn(k)]};function Xe(k){return function gn(k){return null!=k&&Hn(k.length)&&!Rn(k)}(k)?function Oi(k,ne){var Pe=gt(k),dt=!Pe&&Je(k),on=!Pe&&!dt&&yt(k),Ot=!Pe&&!dt&&!on&&wr(k),Te=Pe||dt||on||Ot,tr=Te?function pt(k,ne){for(var Pe=-1,dt=Array(k);++Pe<k;)dt[Pe]=ne(Pe);return dt}(k.length,String):[],Gn=tr.length;for(var kn in k)(ne||R.call(k,kn))&&(!Te||!("length"==kn||on&&("offset"==kn||"parent"==kn)||Ot&&("buffer"==kn||"byteLength"==kn||"byteOffset"==kn)||Po(kn,Gn)))&&tr.push(kn);return tr}(k):function gi(k){if(!function Nl(k){var ne=k&&k.constructor;return k===("function"==typeof ne&&ne.prototype||y)}(k))return A(k);var ne=[];for(var Pe in Object(k))R.call(k,Pe)&&"constructor"!=Pe&&ne.push(Pe);return ne}(k)}he.exports=function lt(k,ne){return pi(k,ne)}},2706(he,G,d){he=d.nmd(he);var b="__lodash_hash_undefined__",O=9007199254740991,B="[object Arguments]",M="[object Array]",j="[object Boolean]",C="[object Date]",S="[object Error]",T="[object Function]",Q="[object Map]",V="[object Number]",W="[object Object]",te="[object Promise]",U="[object RegExp]",F="[object Set]",ee="[object String]",oe="[object WeakMap]",Y="[object ArrayBuffer]",ue="[object DataView]",be=/^\[object .+?Constructor\]$/,ze=/^(?:0|[1-9]\d*)$/,We={};We["[object Float32Array]"]=We["[object Float64Array]"]=We["[object Int8Array]"]=We["[object Int16Array]"]=We["[object Int32Array]"]=We["[object Uint8Array]"]=We["[object Uint8ClampedArray]"]=We["[object Uint16Array]"]=We["[object Uint32Array]"]=!0,We[B]=We[M]=We[Y]=We[j]=We[ue]=We[C]=We[S]=We[T]=We[Q]=We[V]=We[W]=We[U]=We[F]=We[ee]=We[oe]=!1;var Ke="object"==typeof global&&global&&global.Object===Object&&global,Me="object"==typeof self&&self&&self.Object===Object&&self,Ze=Ke||Me||Function("return this")(),Ne=G&&!G.nodeType&&G,ot=Ne&&he&&!he.nodeType&&he,Ue=ot&&ot.exports===Ne&&Ke.process,je=function(){try{return Ue&&Ue.binding("util")}catch{}}(),K=je&&je.isTypedArray;function ve(N,de){for(var Je=-1,gt=N?N.length:0;++Je<gt;)if(de(N[Je],Je,N))return!0;return!1}function _t(N){var de=!1;if(null!=N&&"function"!=typeof N.toString)try{de=!!(N+"")}catch{}return de}function Tt(N){var de=-1,Je=Array(N.size);return N.forEach(function(gt,gn){Je[++de]=[gn,gt]}),Je}function pt(N){var de=-1,Je=Array(N.size);return N.forEach(function(gt){Je[++de]=gt}),Je}var N,At=Array.prototype,at=Function.prototype,Qe=Object.prototype,x=Ze["__core-js_shared__"],H=(N=/[^.]+$/.exec(x&&x.keys&&x.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"",w=at.toString,$=Qe.hasOwnProperty,z=Qe.toString,y=RegExp("^"+w.call($).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),p=Ze.Symbol,m=Ze.Uint8Array,R=Qe.propertyIsEnumerable,se=At.splice,Z=function bn(N,de){return function(Je){return N(de(Je))}}(Object.keys,Object),ae=pn(Ze,"DataView"),pe=pn(Ze,"Map"),He=pn(Ze,"Promise"),st=pn(Ze,"Set"),f=pn(Ze,"WeakMap"),wt=pn(Object,"create"),we=Ui(ae),Wt=Ui(pe),D=Ui(He),A=Ui(st),ie=Ui(f),Ee=p?p.prototype:void 0,ge=Ee?Ee.valueOf:void 0;function fe(N){var de=-1,Je=N?N.length:0;for(this.clear();++de<Je;){var gt=N[de];this.set(gt[0],gt[1])}}function Re(N){var de=-1,Je=N?N.length:0;for(this.clear();++de<Je;){var gt=N[de];this.set(gt[0],gt[1])}}function $t(N){var de=-1,Je=N?N.length:0;for(this.clear();++de<Je;){var gt=N[de];this.set(gt[0],gt[1])}}function re(N){var de=-1,Je=N?N.length:0;for(this.__data__=new $t;++de<Je;)this.add(N[de])}function Oe(N){this.__data__=new Re(N)}function ln(N,de){for(var Je=N.length;Je--;)if(ds(N[Je][0],de))return Je;return-1}function ii(N,de,Je,gt,gn){return N===de||(null==N||null==de||!Po(N)&&!si(de)?N!=N&&de!=de:function xn(N,de,Je,gt,gn,yt){var lt=kt(N),Rn=kt(de),Hn=M,Yn=M;lt||(Hn=(Hn=pi(N))==B?W:Hn),Rn||(Yn=(Yn=pi(de))==B?W:Yn);var er=Hn==W&&!_t(N),wr=Yn==W&&!_t(de),Xe=Hn==Yn;if(Xe&&!er)return yt||(yt=new Oe),lt||Nl(N)?Ni(N,de,Je,gt,gn,yt):function Oi(N,de,Je,gt,gn,yt,lt){switch(Je){case ue:if(N.byteLength!=de.byteLength||N.byteOffset!=de.byteOffset)return!1;N=N.buffer,de=de.buffer;case Y:return!(N.byteLength!=de.byteLength||!gt(new m(N),new m(de)));case j:case C:case V:return ds(+N,+de);case S:return N.name==de.name&&N.message==de.message;case U:case ee:return N==de+"";case Q:var Rn=Tt;case F:if(Rn||(Rn=pt),N.size!=de.size&&!(2&yt))return!1;var Yn=lt.get(N);if(Yn)return Yn==de;yt|=1,lt.set(N,de);var er=Ni(Rn(N),Rn(de),gt,gn,yt,lt);return lt.delete(N),er;case"[object Symbol]":if(ge)return ge.call(N)==ge.call(de)}return!1}(N,de,Hn,Je,gt,gn,yt);if(!(2&gn)){var fr=er&&$.call(N,"__wrapped__"),yr=wr&&$.call(de,"__wrapped__");if(fr||yr){var k=fr?N.value():N,ne=yr?de.value():de;return yt||(yt=new Oe),Je(k,ne,gt,gn,yt)}}return!!Xe&&(yt||(yt=new Oe),function De(N,de,Je,gt,gn,yt){var lt=2&gn,Rn=sa(N),Hn=Rn.length;if(Hn!=sa(de).length&&!lt)return!1;for(var wr=Hn;wr--;){var Xe=Rn[wr];if(!(lt?Xe in de:$.call(de,Xe)))return!1}var fr=yt.get(N);if(fr&&yt.get(de))return fr==de;var yr=!0;yt.set(N,de),yt.set(de,N);for(var k=lt;++wr<Hn;){var ne=N[Xe=Rn[wr]],Pe=de[Xe];if(gt)var dt=lt?gt(Pe,ne,Xe,de,N,yt):gt(ne,Pe,Xe,N,de,yt);if(!(void 0===dt?ne===Pe||Je(ne,Pe,gt,gn,yt):dt)){yr=!1;break}k||(k="constructor"==Xe)}if(yr&&!k){var on=N.constructor,Ot=de.constructor;on!=Ot&&"constructor"in N&&"constructor"in de&&!("function"==typeof on&&on instanceof on&&"function"==typeof Ot&&Ot instanceof Ot)&&(yr=!1)}return yt.delete(N),yt.delete(de),yr}(N,de,Je,gt,gn,yt))}(N,de,ii,Je,gt,gn))}function Ni(N,de,Je,gt,gn,yt){var lt=2&gn,Rn=N.length,Hn=de.length;if(Rn!=Hn&&!(lt&&Hn>Rn))return!1;var Yn=yt.get(N);if(Yn&&yt.get(de))return Yn==de;var er=-1,wr=!0,Xe=1&gn?new re:void 0;for(yt.set(N,de),yt.set(de,N);++er<Rn;){var fr=N[er],yr=de[er];if(gt)var k=lt?gt(yr,fr,er,de,N,yt):gt(fr,yr,er,N,de,yt);if(void 0!==k){if(k)continue;wr=!1;break}if(Xe){if(!ve(de,function(ne,Pe){if(!Xe.has(Pe)&&(fr===ne||Je(fr,ne,gt,gn,yt)))return Xe.add(Pe)})){wr=!1;break}}else if(fr!==yr&&!Je(fr,yr,gt,gn,yt)){wr=!1;break}}return yt.delete(N),yt.delete(de),wr}function go(N,de){var Je=N.__data__;return function nn(N){var de=typeof N;return"string"==de||"number"==de||"symbol"==de||"boolean"==de?"__proto__"!==N:null===N}(de)?Je["string"==typeof de?"string":"hash"]:Je.map}function pn(N,de){var Je=function Et(N,de){return N?.[de]}(N,de);return function hn(N){return!(!Po(N)||function ia(N){return!!H&&H in N}(N))&&(oa(N)||_t(N)?y:be).test(Ui(N))}(Je)?Je:void 0}fe.prototype.clear=function qe(){this.__data__=wt?wt(null):{}},fe.prototype.delete=function et(N){return this.has(N)&&delete this.__data__[N]},fe.prototype.get=function mt(N){var de=this.__data__;if(wt){var Je=de[N];return Je===b?void 0:Je}return $.call(de,N)?de[N]:void 0},fe.prototype.has=function vt(N){var de=this.__data__;return wt?void 0!==de[N]:$.call(de,N)},fe.prototype.set=function qt(N,de){return this.__data__[N]=wt&&void 0===de?b:de,this},Re.prototype.clear=function Jt(){this.__data__=[]},Re.prototype.delete=function St(N){var de=this.__data__,Je=ln(de,N);return!(Je<0||(Je==de.length-1?de.pop():se.call(de,Je,1),0))},Re.prototype.get=function Kt(N){var de=this.__data__,Je=ln(de,N);return Je<0?void 0:de[Je][1]},Re.prototype.has=function rn(N){return ln(this.__data__,N)>-1},Re.prototype.set=function mr(N,de){var Je=this.__data__,gt=ln(Je,N);return gt<0?Je.push([N,de]):Je[gt][1]=de,this},$t.prototype.clear=function en(){this.__data__={hash:new fe,map:new(pe||Re),string:new fe}},$t.prototype.delete=function Sn(N){return go(this,N).delete(N)},$t.prototype.get=function vr(N){return go(this,N).get(N)},$t.prototype.has=function jn(N){return go(this,N).has(N)},$t.prototype.set=function Kr(N,de){return go(this,N).set(N,de),this},re.prototype.add=re.prototype.push=function Le(N){return this.__data__.set(N,b),this},re.prototype.has=function q(N){return this.__data__.has(N)},Oe.prototype.clear=function Ge(){this.__data__=new Re},Oe.prototype.delete=function ct(N){return this.__data__.delete(N)},Oe.prototype.get=function Pt(N){return this.__data__.get(N)},Oe.prototype.has=function Qt(N){return this.__data__.has(N)},Oe.prototype.set=function tn(N,de){var Je=this.__data__;if(Je instanceof Re){var gt=Je.__data__;if(!pe||gt.length<199)return gt.push([N,de]),this;Je=this.__data__=new $t(gt)}return Je.set(N,de),this};var pi=function Bi(N){return z.call(N)};function hc(N,de){return!!(de=de??O)&&("number"==typeof N||ze.test(N))&&N>-1&&N%1==0&&N<de}function mo(N){return N==N&&!Po(N)}function Ui(N){if(null!=N){try{return w.call(N)}catch{}try{return N+""}catch{}}return""}function ds(N,de){return N===de||N!=N&&de!=de}(ae&&pi(new ae(new ArrayBuffer(1)))!=ue||pe&&pi(new pe)!=Q||He&&pi(He.resolve())!=te||st&&pi(new st)!=F||f&&pi(new f)!=oe)&&(pi=function(N){var de=z.call(N),Je=de==W?N.constructor:void 0,gt=Je?Ui(Je):void 0;if(gt)switch(gt){case we:return ue;case Wt:return Q;case D:return te;case A:return F;case ie:return oe}return de});var kt=Array.isArray;function qr(N){return null!=N&&oi(N.length)&&!oa(N)}function oa(N){var de=Po(N)?z.call(N):"";return de==T||"[object GeneratorFunction]"==de}function oi(N){return"number"==typeof N&&N>-1&&N%1==0&&N<=O}function Po(N){var de=typeof N;return!!N&&("object"==de||"function"==de)}function si(N){return!!N&&"object"==typeof N}var Nl=K?function $e(N){return function(de){return N(de)}}(K):function Lr(N){return si(N)&&oi(N.length)&&!!We[z.call(N)]};function sa(N){return qr(N)?function cn(N,de){var Je=kt(N)||function un(N){return function Ir(N){return si(N)&&qr(N)}(N)&&$.call(N,"callee")&&(!R.call(N,"callee")||z.call(N)==B)}(N)?function ut(N,de){for(var Je=-1,gt=Array(N);++Je<N;)gt[Je]=de(Je);return gt}(N.length,String):[],gt=Je.length,gn=!!gt;for(var yt in N)(de||$.call(N,yt))&&(!gn||"length"!=yt&&!hc(yt,gt))&&Je.push(yt);return Je}(N):function qn(N){if(!function gi(N){var de=N&&N.constructor;return N===("function"==typeof de&&de.prototype||Qe)}(N))return Z(N);var de=[];for(var Je in Object(N))$.call(N,Je)&&"constructor"!=Je&&de.push(Je);return de}(N)}he.exports=function pc(N,de){return N===de||function fn(N,de,Je,gt){var gn=Je.length,yt=gn,lt=!gt;if(null==N)return!yt;for(N=Object(N);gn--;){var Rn=Je[gn];if(lt&&Rn[2]?Rn[1]!==N[Rn[0]]:!(Rn[0]in N))return!1}for(;++gn<yt;){var Hn=(Rn=Je[gn])[0],Yn=N[Hn],er=Rn[1];if(lt&&Rn[2]){if(void 0===Yn&&!(Hn in N))return!1}else{var wr=new Oe;if(gt)var Xe=gt(Yn,er,Hn,N,de,wr);if(!(void 0===Xe?ii(er,Yn,gt,3,wr):Xe))return!1}}return!0}(N,de,function Jn(N){for(var de=sa(N),Je=de.length;Je--;){var gt=de[Je],gn=N[gt];de[Je]=[gt,gn,mo(gn)]}return de}(de))}},1892(he,G,d){"use strict";d.d(G,{FK:()=>wt,Y:()=>we,FD:()=>Wt});var h,b,I,O,B,M,j,C,S,T,L,V={},W=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,U=Array.isArray;function F(D,A){for(var ie in A)D[ie]=A[ie];return D}function ee(D){D&&D.parentNode&&D.parentNode.removeChild(D)}function oe(D,A,ie,Ee,ge){var fe={type:D,props:A,key:ie,ref:Ee,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:ge??++I,__i:-1,__u:0};return null==ge&&null!=b.vnode&&b.vnode(fe),fe}function ue(D){return D.children}function ce(D,A){this.props=D,this.context=A}function ye(D,A){if(null==A)return D.__?ye(D.__,D.__i+1):null;for(var ie;A<D.__k.length;A++)if(null!=(ie=D.__k[A])&&null!=ie.__e)return ie.__e;return"function"==typeof D.type?ye(D):null}function Be(D){var A,ie;if(null!=(D=D.__)&&null!=D.__c){for(D.__e=D.__c.base=null,A=0;A<D.__k.length;A++)if(null!=(ie=D.__k[A])&&null!=ie.__e){D.__e=D.__c.base=ie.__e;break}return Be(D)}}function ke(D){(!D.__d&&(D.__d=!0)&&O.push(D)&&!Se.__r++||B!==b.debounceRendering)&&((B=b.debounceRendering)||M)(Se)}function Se(){var D,A,ie,Ee,ge,fe,qe,et;for(O.sort(j);D=O.shift();)D.__d&&(A=O.length,Ee=void 0,fe=(ge=(ie=D).__v).__e,qe=[],et=[],ie.__P&&((Ee=F({},ge)).__v=ge.__v+1,b.vnode&&b.vnode(Ee),Ke(ie.__P,Ee,ge,ie.__n,ie.__P.namespaceURI,32&ge.__u?[fe]:null,qe,fe??ye(ge),!!(32&ge.__u),et),Ee.__v=ge.__v,Ee.__.__k[Ee.__i]=Ee,Me(qe,Ee,et),Ee.__e!=fe&&Be(Ee)),O.length>A&&O.sort(j));Se.__r=0}function Ae(D,A,ie,Ee,ge,fe,qe,et,mt,vt,qt){var Re,Jt,St,Kt,rn,mr,$t=Ee&&Ee.__k||W,en=A.length;for(mt=function me(D,A,ie,Ee){var ge,fe,qe,et,mt,vt=A.length,qt=ie.length,Re=qt,Jt=0;for(D.__k=[],ge=0;ge<vt;ge++)null!=(fe=A[ge])&&"boolean"!=typeof fe&&"function"!=typeof fe?(et=ge+Jt,(fe=D.__k[ge]="string"==typeof fe||"number"==typeof fe||"bigint"==typeof fe||fe.constructor==String?oe(null,fe,null,null,null):U(fe)?oe(ue,{children:fe},null,null,null):void 0===fe.constructor&&fe.__b>0?oe(fe.type,fe.props,fe.key,fe.ref?fe.ref:null,fe.__v):fe).__=D,fe.__b=D.__b+1,qe=null,-1!==(mt=fe.__i=it(fe,ie,et,Re))&&(Re--,(qe=ie[mt])&&(qe.__u|=2)),null==qe||null===qe.__v?(-1==mt&&Jt--,"function"!=typeof fe.type&&(fe.__u|=4)):mt!==et&&(mt==et-1?Jt--:mt==et+1?Jt++:(mt>et?Jt--:Jt++,fe.__u|=4))):fe=D.__k[ge]=null;if(Re)for(ge=0;ge<qt;ge++)null!=(qe=ie[ge])&&!(2&qe.__u)&&(qe.__e==Ee&&(Ee=ye(qe)),ot(qe,qe));return Ee}(ie,A,$t,mt),Re=0;Re<en;Re++)null!=(St=ie.__k[Re])&&(Jt=-1===St.__i?V:$t[St.__i]||V,St.__i=Re,mr=Ke(D,St,Jt,ge,fe,qe,et,mt,vt,qt),Kt=St.__e,St.ref&&Jt.ref!=St.ref&&(Jt.ref&&Ne(Jt.ref,null,St),qt.push(St.ref,St.__c||Kt,St)),null==rn&&null!=Kt&&(rn=Kt),4&St.__u||Jt.__k===St.__k?mt=rt(St,mt,D):"function"==typeof St.type&&void 0!==mr?mt=mr:Kt&&(mt=Kt.nextSibling),St.__u&=-7);return ie.__e=rn,mt}function rt(D,A,ie){var Ee,ge;if("function"==typeof D.type){for(Ee=D.__k,ge=0;Ee&&ge<Ee.length;ge++)Ee[ge]&&(Ee[ge].__=D,A=rt(Ee[ge],A,ie));return A}D.__e!=A&&(A&&D.type&&!ie.contains(A)&&(A=ye(D)),ie.insertBefore(D.__e,A||null),A=D.__e);do{A=A&&A.nextSibling}while(null!=A&&8===A.nodeType);return A}function it(D,A,ie,Ee){var ge=D.key,fe=D.type,qe=ie-1,et=ie+1,mt=A[ie];if(null===mt||mt&&ge==mt.key&&fe===mt.type&&!(2&mt.__u))return ie;if(("function"!=typeof fe||fe===ue||ge)&&Ee>(null==mt||2&mt.__u?0:1))for(;qe>=0||et<A.length;){if(qe>=0){if((mt=A[qe])&&!(2&mt.__u)&&ge==mt.key&&fe===mt.type)return qe;qe--}if(et<A.length){if((mt=A[et])&&!(2&mt.__u)&&ge==mt.key&&fe===mt.type)return et;et++}}return-1}function be(D,A,ie){"-"===A[0]?D.setProperty(A,ie??""):D[A]=null==ie?"":"number"!=typeof ie||te.test(A)?ie:ie+"px"}function ze(D,A,ie,Ee,ge){var fe,qe;e:if("style"===A)if("string"==typeof ie)D.style.cssText=ie;else{if("string"==typeof Ee&&(D.style.cssText=Ee=""),Ee)for(A in Ee)ie&&A in ie||be(D.style,A,"");if(ie)for(A in ie)Ee&&ie[A]===Ee[A]||be(D.style,A,ie[A])}else if("o"===A[0]&&"n"===A[1])fe=A!==(A=A.replace(C,"$1")),A=A.toLowerCase()in D||"onFocusOut"===A||"onFocusIn"===A?A.toLowerCase().slice(2):A.slice(2),D.l||(D.l={}),D.l[A+fe]=ie,ie?Ee?ie.t=Ee.t:(ie.t=S,D.addEventListener(A,fe?L:T,fe)):D.removeEventListener(A,fe?L:T,fe);else{if("http://www.w3.org/2000/svg"==ge)A=A.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=A&&"height"!=A&&"href"!=A&&"list"!=A&&"form"!=A&&"tabIndex"!=A&&"download"!=A&&"rowSpan"!=A&&"colSpan"!=A&&"role"!=A&&"popover"!=A&&A in D)try{qe=D.tagName&&D.tagName.includes("-"),D[A]=null!=ie||qe?ie:"";break e}catch{}"function"==typeof ie||(null==ie||!1===ie&&"-"!==A[4]?D.removeAttribute(A):D.setAttribute(A,"popover"==A&&1==ie?"":ie))}}function We(D){return function(A){if(this.l){var ie=this.l[A.type+D];if(null==A.u)A.u=S++;else if(A.u<ie.t)return;return ie(b.event?b.event(A):A)}}}function Ke(D,A,ie,Ee,ge,fe,qe,et,mt,vt){var qt,Re,Jt,St,Kt,rn,mr,$t,en,Sn,vr,jn,Kr,re,Le,q,Oe,Ge=A.type;if(void 0!==A.constructor)return null;128&ie.__u&&(mt=!!(32&ie.__u),fe=[et=A.__e=ie.__e]),(qt=b.__b)&&qt(A);e:if("function"==typeof Ge)try{if($t=A.props,en="prototype"in Ge&&Ge.prototype.render,Sn=(qt=Ge.contextType)&&Ee[qt.__c],vr=qt?Sn?Sn.props.value:qt.__:Ee,ie.__c?mr=(Re=A.__c=ie.__c).__=Re.__E:(en?A.__c=Re=new Ge($t,vr):(A.__c=Re=new ce($t,vr),Re.constructor=Ge,Re.render=Fe),Sn&&Sn.sub(Re),Re.props=$t,Re.state||(Re.state={}),Re.context=vr,Re.__n=Ee,Jt=Re.__d=!0,Re.__h=[],Re._sb=[]),en&&null==Re.__s&&(Re.__s=Re.state),en&&null!=Ge.getDerivedStateFromProps&&(Re.__s==Re.state&&(Re.__s=F({},Re.__s)),F(Re.__s,Ge.getDerivedStateFromProps($t,Re.__s))),St=Re.props,Kt=Re.state,Re.__v=A,Jt)en&&null==Ge.getDerivedStateFromProps&&null!=Re.componentWillMount&&Re.componentWillMount(),en&&null!=Re.componentDidMount&&Re.__h.push(Re.componentDidMount);else{if(en&&null==Ge.getDerivedStateFromProps&&$t!==St&&null!=Re.componentWillReceiveProps&&Re.componentWillReceiveProps($t,vr),!Re.__e&&(null!=Re.shouldComponentUpdate&&!1===Re.shouldComponentUpdate($t,Re.__s,vr)||A.__v===ie.__v)){for(A.__v!==ie.__v&&(Re.props=$t,Re.state=Re.__s,Re.__d=!1),A.__e=ie.__e,A.__k=ie.__k,A.__k.some(function(ct){ct&&(ct.__=A)}),jn=0;jn<Re._sb.length;jn++)Re.__h.push(Re._sb[jn]);Re._sb=[],Re.__h.length&&qe.push(Re);break e}null!=Re.componentWillUpdate&&Re.componentWillUpdate($t,Re.__s,vr),en&&null!=Re.componentDidUpdate&&Re.__h.push(function(){Re.componentDidUpdate(St,Kt,rn)})}if(Re.context=vr,Re.props=$t,Re.__P=D,Re.__e=!1,Kr=b.__r,re=0,en){for(Re.state=Re.__s,Re.__d=!1,Kr&&Kr(A),qt=Re.render(Re.props,Re.state,Re.context),Le=0;Le<Re._sb.length;Le++)Re.__h.push(Re._sb[Le]);Re._sb=[]}else do{Re.__d=!1,Kr&&Kr(A),qt=Re.render(Re.props,Re.state,Re.context),Re.state=Re.__s}while(Re.__d&&++re<25);Re.state=Re.__s,null!=Re.getChildContext&&(Ee=F(F({},Ee),Re.getChildContext())),en&&!Jt&&null!=Re.getSnapshotBeforeUpdate&&(rn=Re.getSnapshotBeforeUpdate(St,Kt)),et=Ae(D,U(q=null!=qt&&qt.type===ue&&null==qt.key?qt.props.children:qt)?q:[q],A,ie,Ee,ge,fe,qe,et,mt,vt),Re.base=A.__e,A.__u&=-161,Re.__h.length&&qe.push(Re),mr&&(Re.__E=Re.__=null)}catch(ct){if(A.__v=null,mt||null!=fe)if(ct.then){for(A.__u|=mt?160:128;et&&8===et.nodeType&&et.nextSibling;)et=et.nextSibling;fe[fe.indexOf(et)]=null,A.__e=et}else for(Oe=fe.length;Oe--;)ee(fe[Oe]);else A.__e=ie.__e,A.__k=ie.__k;b.__e(ct,A,ie)}else null==fe&&A.__v===ie.__v?(A.__k=ie.__k,A.__e=ie.__e):et=A.__e=function Ze(D,A,ie,Ee,ge,fe,qe,et,mt){var vt,qt,Re,Jt,St,Kt,rn,mr,$t=ie.props,en=A.props,Sn=A.type;if("svg"===Sn?ge="http://www.w3.org/2000/svg":"math"===Sn?ge="http://www.w3.org/1998/Math/MathML":ge||(ge="http://www.w3.org/1999/xhtml"),null!=fe)for(vt=0;vt<fe.length;vt++)if((St=fe[vt])&&"setAttribute"in St==!!Sn&&(Sn?St.localName===Sn:3===St.nodeType)){D=St,fe[vt]=null;break}if(null==D){if(null===Sn)return document.createTextNode(en);D=document.createElementNS(ge,Sn,en.is&&en),et&&(b.__m&&b.__m(A,fe),et=!1),fe=null}if(null===Sn)$t===en||et&&D.data===en||(D.data=en);else{if(fe=fe&&h.call(D.childNodes),$t=ie.props||V,!et&&null!=fe)for($t={},vt=0;vt<D.attributes.length;vt++)$t[(St=D.attributes[vt]).name]=St.value;for(vt in $t)if(St=$t[vt],"children"!=vt)if("dangerouslySetInnerHTML"==vt)Re=St;else if(!(vt in en)){if("value"==vt&&"defaultValue"in en||"checked"==vt&&"defaultChecked"in en)continue;ze(D,vt,null,St,ge)}for(vt in en)St=en[vt],"children"==vt?Jt=St:"dangerouslySetInnerHTML"==vt?qt=St:"value"==vt?Kt=St:"checked"==vt?rn=St:et&&"function"!=typeof St||$t[vt]===St||((vt.startsWith("on")||"ref"===vt&&"function"==typeof St)&&(mr=Ee[Object.keys(Ee)[0]])&&(St=St.bind(mr.props.value)),ze(D,vt,St,$t[vt],ge));if(qt)et||Re&&(qt.__html===Re.__html||qt.__html===D.innerHTML)||(D.innerHTML=qt.__html),A.__k=[];else if(Re&&(D.innerHTML=""),Ae(D,U(Jt)?Jt:[Jt],A,ie,Ee,"foreignObject"===Sn?"http://www.w3.org/1999/xhtml":ge,fe,qe,fe?fe[0]:ie.__k&&ye(ie,0),et,mt),null!=fe)for(vt=fe.length;vt--;)ee(fe[vt]);et||(vt="value","progress"===Sn&&null==Kt?D.removeAttribute("value"):void 0!==Kt&&(Kt!==D[vt]||"progress"===Sn&&!Kt||"option"===Sn&&Kt!==$t[vt])&&ze(D,vt,Kt,$t[vt],ge),vt="checked",void 0!==rn&&rn!==D[vt]&&ze(D,vt,rn,$t[vt],ge))}return D}(ie.__e,A,ie,Ee,ge,fe,qe,mt,vt);return(qt=b.diffed)&&qt(A),128&A.__u?void 0:et}function Me(D,A,ie){for(var Ee=0;Ee<ie.length;Ee++)Ne(ie[Ee],ie[++Ee],ie[++Ee]);b.__c&&b.__c(A,D),D.some(function(ge){try{D=ge.__h,ge.__h=[],D.some(function(fe){fe.call(ge)})}catch(fe){b.__e(fe,ge.__v)}})}function Ne(D,A,ie){try{if("function"==typeof D){var Ee="function"==typeof D.__u;Ee&&D.__u(),Ee&&null==A||(D.__u=D(A))}else D.current=A}catch(ge){b.__e(ge,ie)}}function ot(D,A,ie){var Ee,ge;if(b.unmount&&b.unmount(D),(Ee=D.ref)&&(Ee.current&&Ee.current!==D.__e||Ne(Ee,null,A)),null!=(Ee=D.__c)){if(Ee.componentWillUnmount)try{Ee.componentWillUnmount()}catch(fe){b.__e(fe,A)}Ee.base=Ee.__P=null}if(Ee=D.__k)for(ge=0;ge<Ee.length;ge++)Ee[ge]&&ot(Ee[ge],A,ie||"function"!=typeof D.type);ie||ee(D.__e),D.__c=D.__=D.__e=void 0}function Fe(D,A,ie){return this.constructor(D,ie)}h=W.slice,b={__e:function(D,A,ie,Ee){for(var ge,fe,qe;A=A.__;)if((ge=A.__c)&&!ge.__)try{if((fe=ge.constructor)&&null!=fe.getDerivedStateFromError&&(ge.setState(fe.getDerivedStateFromError(D)),qe=ge.__d),null!=ge.componentDidCatch&&(ge.componentDidCatch(D,Ee||{}),qe=ge.__d),qe)return ge.__E=ge}catch(et){D=et}throw D}},I=0,ce.prototype.setState=function(D,A){var ie;ie=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof D&&(D=D(F({},ie),this.props)),D&&F(ie,D),null!=D&&this.__v&&(A&&this._sb.push(A),ke(this))},ce.prototype.forceUpdate=function(D){this.__v&&(this.__e=!0,D&&this.__h.push(D),ke(this))},ce.prototype.render=ue,O=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(D,A){return D.__v.__b-A.__v.__b},Se.__r=0,C=/(PointerCapture)$|Capture$/i,S=0,T=We(!1),L=We(!0);var bn=0;function At(D,A,ie,Ee,ge,fe){A||(A={});var qe,et,mt=A;"ref"in A&&(qe=A.ref,delete A.ref);var vt={type:D,props:mt,key:ie,ref:qe,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--bn,__i:-1,__u:0,__source:ge,__self:fe};if("function"==typeof D&&(qe=D.defaultProps))for(et in qe)void 0===mt[et]&&(mt[et]=qe[et]);return b.vnode&&b.vnode(vt),vt}const y=new Map;function st(D,A,ie){let Ee;return function He(D){return"function"==typeof D&&"getMetadata"in D}(D)?(Ee=D.getMetadata().getTag(),function pe(D,A){const Ee=D.getMetadata().getEvents();Object.keys(A).forEach(ge=>{if(ge.startsWith("on")){const fe=ge.slice(2),qe=(D=>(D=>{if(!y.has(D)){const A=D.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();y.set(D,A)}return y.get(D)})(D))(fe),et=fe.charAt(0).toLowerCase()+fe.slice(1);let mt;qe in Ee?mt=qe:et in Ee&&(mt=et),mt&&"onClick"!==ge&&(A[`onui5-${mt}`]=A[ge],delete A[ge])}})}(D,A)):Ee=D,"object"==typeof A.class&&(A.class=function $(D){let A="";for(const ie in D)D[ie]&&(A&&(A+=" "),A+=ie);return A}(A.class)),Ee}const f=b.vnode;function wt(D,A){return ue(D)}function we(D,A,ie){return At(st(D,A),A,ie)}function Wt(D,A,ie){return At(st(D,A),A,ie)}b.vnode=D=>{f&&f(D)}},2781(he,G,d){"use strict";d.d(G,{zj:()=>ot,qM:()=>Ke});var h=d(467),v=d(1241),O=d(3455),B=d(3274),j=d(2260);let S;(0,d(2134).R)(()=>{S=void 0});const W=()=>{const je=(0,B.x)("OpenUI5Support");(!je||!je.isOpenUI5Detected())&&(()=>{const je=document.querySelector("head>style[data-ui5-font-face]");void 0===S&&(S=(0,j.d$)()),!S||je||(0,O.g5)("data-ui5-font-face")||(0,O._r)('@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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var Y=d(6726),ue=d(2616),ce=d(7983),ye=d(7928),Be=d(6136);let be,ke=!1,it=!1,ze=!1;const We=new v.A,Ke=()=>it,Ze=function(){var je=(0,h.A)(function*(){const K=(0,B.x)("OpenUI5Support"),ve=!!K&&K.isOpenUI5Detected(),ut=(0,B.x)("F6Navigation");K&&(ut&&ut.destroy(),yield K.init()),ut&&!ve&&ut.init()});return function(){return je.apply(this,arguments)}}(),ot=function(){var je=(0,h.A)(function*(){if(void 0!==be)return be;const K=function(){var ve=(0,h.A)(function*(ut){(0,ce.je)(),typeof document>"u"?ut():((0,ye.h)(Ue),yield Ze(),yield new Promise(je=>{document.body?je():document.addEventListener("DOMContentLoaded",()=>{je()})}),yield(0,ue.Ay)((0,Y.O4)()),(()=>{if(ze)return;const je=(0,B.x)("OpenUI5Support");je&&(ze=je.attachListeners())})(),W(),(0,O.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,O.g5)("data-ui5-scrollbar-styles")||(0,O._r)("html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}","data-ui5-scrollbar-styles"),(0,Be.nr)()&&(0,Be.un)()&&!ke&&(document.body.addEventListener("touchstart",()=>{}),ke=!0),ut(),it=!0,We.fireEvent("boot"))});return function($e){return ve.apply(this,arguments)}}();return be=new Promise(K),be});return function(){return je.apply(this,arguments)}}(),Ue=je=>{if(!it)return;const K=(0,Y.O4)(),ve=(0,Y.PC)();(je===K||je===ve)&&(0,ue.Ay)(K)}},7607(he,G,d){"use strict";d.d(G,{D8:()=>C,FN:()=>T,J4:()=>L,KI:()=>j});var h=d(6156),b=d(7983);const I=(0,h.A)("Tags",new Map),v=new Set;let B,O=new Map;const j=V=>{v.add(V),I.set(V,(0,b._w)())},C=V=>v.has(V),T=()=>[...v.values()],L=V=>{let W=I.get(V);void 0===W&&(W=-1),O.has(W)||O.set(W,new Set),O.get(W).add(V),B||(B=setTimeout(()=>{Q(),O=new Map,B=void 0},1e3))},Q=()=>{const V=(0,b.J1)(),W=(0,b._w)(),te=V[W];let U="Multiple UI5 Web Components instances detected.";V.length>1&&(U=`${U}\nLoading order (versions before 1.1.0 not listed): ${V.map(F=>`\n${F.description}`).join("")}`),[...O.keys()].forEach(F=>{let ee,X,oe;-1===F?(ee=1,X={description:"Older unknown runtime"}):(ee=(0,b.Dz)(W,F),X=V[F]),oe=ee>0?"an older":ee<0?"a newer":"the same",U=`${U}\n\n"${te.description}" failed to define ${O.get(F).size} tag(s) as they were defined by a runtime of ${oe} version "${X.description}": ${[...O.get(F)].sort().join(", ")}.`,U=ee>0?`${U}\nWARNING! If your code uses features of the above web components, unavailable in ${X.description}, it might not work as expected!`:`${U}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),U=`${U}\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(U)}},4001(he,G,d){"use strict";d.d(G,{$4:()=>Q,LI:()=>T,RF:()=>L,rD:()=>C}),d(7607),d(9514);let B={include:[/./],exclude:[]};const M=new Map,C=()=>{},T=()=>B,L=W=>{if(!M.has(W)){const te=B.include.some(U=>W.match(U))&&!B.exclude.some(U=>W.match(U));M.set(W,te)}return M.get(W)},Q=W=>{if(L(W))return C()}},6136(he,G,d){"use strict";d.d(G,{H8:()=>T,cX:()=>F,m0:()=>ee,nr:()=>S,tp:()=>V,un:()=>U,xl:()=>W});const h=typeof document>"u",b={get userAgent(){return h?"":navigator.userAgent},get touch(){return!h&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!h&&/(Chrome|CriOS)/.test(b.userAgent)},get firefox(){return!h&&/Firefox/.test(b.userAgent)},get safari(){return!h&&!b.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(b.userAgent)},get webkit(){return!h&&/webkit/.test(b.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/)&&(!b.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!h&&!b.windows&&/Android/.test(b.userAgent)},get androidPhone(){return!h&&b.android&&/(?=android)(?=.*mobile)/i.test(b.userAgent)},get ipad(){return!h&&(/ipad/i.test(b.userAgent)||/Macintosh/i.test(b.userAgent)&&"ontouchend"in document)},_isPhone:()=>(j(),b.touch&&!O)};let I,v,O;const B=()=>{if(h||!b.windows)return!1;if(void 0===I){const X=b.userAgent.match(/Windows NT (\d+).(\d)/);I=X?parseFloat(X[1]):0}return I>=8},j=()=>{if(h)return!1;if(void 0===O){if(b.ipad)return void(O=!0);if(b.touch){if(B())return void(O=!0);if(b.chrome&&b.android)return void(O=!/Mobile Safari\/[.0-9]+/.test(b.userAgent));let X=window.devicePixelRatio?window.devicePixelRatio:1;return b.android&&(()=>{if(h||!b.webkit)return!1;if(void 0===v){const X=b.userAgent.match(/(webkit)[ /]([\w.]+)/);v=X?parseFloat(X[1]):0}return v>=537.1})()&&(X=1),void(O=Math.min(window.screen.width/X,window.screen.height/X)>=600)}O=-1!==b.userAgent.indexOf("Touch")||b.android&&!b.androidPhone}},S=()=>b.safari,T=()=>b.chrome,V=()=>b._isPhone(),W=()=>!h&&(j(),!((b.touch||B())&&O||V())||B()),U=()=>b.iOS,F=()=>b.macOS,ee=()=>b.android||b.androidPhone},1241(he,G,d){"use strict";d.d(G,{A:()=>b});const b=class h{constructor(){this._eventRegistry=new Map}attachEvent(v,O){const B=this._eventRegistry,M=B.get(v);Array.isArray(M)?M.includes(O)||M.push(O):B.set(v,[O])}detachEvent(v,O){const B=this._eventRegistry,M=B.get(v);if(!M)return;const j=M.indexOf(O);-1!==j&&M.splice(j,1),0===M.length&&B.delete(v)}fireEvent(v,O){const B=this._eventRegistry.get(v);return B?B.map(M=>M.call(this,O)):[]}fireEventAsync(v,O){return Promise.all(this.fireEvent(v,O))}isHandlerAttached(v,O){const B=this._eventRegistry.get(v);return!!B&&B.includes(O)}hasListeners(v){return!!this._eventRegistry.get(v)}}},3274(he,G,d){"use strict";d.d(G,{x:()=>I});const h=new Map,I=v=>h.get(v)},2260(he,G,d){"use strict";d.d(G,{d$:()=>te,$n:()=>U,mE:()=>V,Z0:()=>Q,uf:()=>W,O4:()=>T,SU:()=>L});var Ve,h=d(8509),b=d(3274),I=d(5726),v=((Ve=v||{}).Full="full",Ve.Basic="basic",Ve.Minimal="minimal",Ve.None="none",Ve);const O=v;var B=d(2134),M=d(6121);let j=!1,C={animationMode:O.Full,theme:I.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 T=()=>(me(),C.theme),L=()=>(me(),C.themeRoot),Q=()=>(me(),C.language),V=()=>(me(),C.fetchDefaultLanguage),W=()=>(me(),C.noConflict),te=()=>(me(),C.defaultFontLoading),U=()=>(me(),C.enableDefaultTooltips),ue=new Map;ue.set("true",!0),ue.set("false",!1);const Se=(Ve,it,be)=>{const ze=it.toLowerCase(),We=Ve.split(`${be}-`)[1];ue.has(it)&&(it=ue.get(ze)),"theme"===We?(C.theme=((Ve,it)=>"theme"===Ve&&it.includes("@")?it.split("@")[0]:it)(We,it),it&&it.includes("@")&&(C.themeRoot=(Ve=>Ve.split("@")[1])(it))):C[We]=it},me=()=>{typeof document>"u"||j||(rt(),j=!0)},rt=Ve=>{Ve&&(0,B.k)(),(()=>{const Ve=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let it;if(Ve){try{it=JSON.parse(Ve.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}it&&(C=(0,h.A)(C,it))}})(),C.ignoreUrlParams||(()=>{const Ve=new URLSearchParams((0,M.iA)());Ve.forEach((it,be)=>{const ze=be.split("sap-").length;0===ze||ze===be.split("sap-ui-").length||Se(be,it,"sap")}),Ve.forEach((it,be)=>{be.startsWith("sap-ui")&&Se(be,it,"sap-ui")})})(),(()=>{const Ve=(0,b.x)("OpenUI5Support");if(!Ve||!Ve.isOpenUI5Detected())return;const it=Ve.getConfigurationSettingsObject();C=(0,h.A)(C,it)})()}},2358(he,G,d){"use strict";d.d(G,{BF:()=>j,FG:()=>T,HJ:()=>$,KK:()=>Y,KL:()=>be,OC:()=>S,Ob:()=>Me,Pj:()=>Q,RI:()=>b,Tu:()=>y,W_:()=>Ke,_0:()=>B,aI:()=>F,bR:()=>We,hn:()=>ue,ie:()=>L,oY:()=>Ue,oi:()=>w,qN:()=>Se,tt:()=>ee,ty:()=>pt,uV:()=>Ae,vQ:()=>Fe,xC:()=>M,zP:()=>ze});const b=f=>(f.key?"Enter"===f.key:13===f.keyCode)&&!Z(f),B=f=>pe(f,!0,!1,!1),M=f=>(f.key?"Spacebar"===f.key||" "===f.key:32===f.keyCode)&&!Z(f),j=f=>(f.key?"Spacebar"===f.key||" "===f.key:32===f.keyCode)&&pe(f,!1,!1,!0),S=f=>(f.key?"ArrowLeft"===f.key||"Left"===f.key:37===f.keyCode)&&!Z(f),T=f=>(f.key?"ArrowRight"===f.key||"Right"===f.key:39===f.keyCode)&&!Z(f),L=f=>(f.key?"ArrowUp"===f.key||"Up"===f.key:38===f.keyCode)&&!Z(f),Q=f=>(f.key?"ArrowDown"===f.key||"Down"===f.key:40===f.keyCode)&&!Z(f),F=f=>(f.key?"ArrowUp"===f.key||"Up"===f.key:38===f.keyCode)&&pe(f,!1,!1,!0),ee=f=>(f.key?"ArrowDown"===f.key||"Down"===f.key:40===f.keyCode)&&pe(f,!1,!1,!0),Y=f=>(f.key?"ArrowLeft"===f.key||"Left"===f.key:37===f.keyCode)&&pe(f,!1,!1,!0),ue=f=>(f.key?"ArrowRight"===f.key||"Right"===f.key:39===f.keyCode)&&pe(f,!1,!1,!0),Se=f=>(f.key?"Home"===f.key:36===f.keyCode)&&!Z(f),Ae=f=>(f.key?"End"===f.key:35===f.keyCode)&&!Z(f),be=f=>(f.key?"Escape"===f.key||"Esc"===f.key:27===f.keyCode)&&!Z(f),ze=f=>(f.key?"Tab"===f.key:9===f.keyCode)&&!Z(f),We=f=>(f.key?"Tab"===f.key:9===f.keyCode)&&pe(f,!1,!1,!0),Ke=f=>(f.key?"Backspace"===f.key:8===f.keyCode)&&!Z(f),Me=f=>(f.key?"Delete"===f.key:46===f.keyCode)&&!Z(f),Fe=f=>(f.key?"PageUp"===f.key:33===f.keyCode)&&!Z(f),Ue=f=>(f.key?"PageDown"===f.key:34===f.keyCode)&&!Z(f),pt=f=>"F2"===f.key&&!Z(f),w=f=>(f.key?"F7"===f.key:118===f.keyCode)&&!Z(f),$=f=>(f.key?"F8"===f.key:119===f.keyCode)&&pe(f,!0,!0,!1),y=f=>"Shift"===f.key||16===f.keyCode,Z=f=>f.shiftKey||f.altKey||ae(f),ae=f=>!(!f.metaKey&&!f.ctrlKey),pe=(f,wt,we,Wt)=>f.shiftKey===Wt&&f.altKey===we&&ae(f)===wt},6121(he,G,d){"use strict";d.d(G,{$N:()=>B,VQ:()=>I,iA:()=>M,iw:()=>O,lj:()=>v});const h=typeof document>"u",b_search=()=>h?"":window.location.search,I=()=>h?"":window.location.hostname,v=()=>h?"":window.location.port,O=()=>h?"":window.location.protocol,B=()=>h?"":window.location.href,M=()=>b_search()},3455(he,G,d){"use strict";d.d(G,{E6:()=>C,Zq:()=>S,_r:()=>O,eP:()=>j,g5:()=>M});var h=d(7983);const b=typeof document>"u",I=(T,L)=>L?`${T}|${L}`:T,O=(T,L,Q="",V)=>{const W=(0,h._w)(),te=new CSSStyleSheet;te.replaceSync(T),te._ui5StyleId=I(L,Q),V&&(te._ui5RuntimeIndex=W,te._ui5Theme=V),document.adoptedStyleSheets=[...document.adoptedStyleSheets,te]},M=(T,L="")=>!!b||!!document.adoptedStyleSheets.find(Q=>Q._ui5StyleId===I(T,L)),j=(T,L="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(Q=>Q._ui5StyleId!==I(T,L))},C=(T,L,Q="",V)=>{M(L,Q)?((T,L,Q="",V)=>{const W=(0,h._w)(),te=document.adoptedStyleSheets.find(U=>U._ui5StyleId===I(L,Q));te&&(V?(te._ui5Theme!==V||(T=>void 0===T||(0,h.Dz)((0,h._w)(),parseInt(T))>=1)(te._ui5RuntimeIndex))&&(te.replaceSync(T||""),te._ui5RuntimeIndex=String(W),te._ui5Theme=V):te.replaceSync(T||""))})(T,L,Q,V):O(T,L,Q,V)},S=(T,L)=>void 0===T?L:void 0===L?T:`${T} ${L}`},4583(he,G,d){"use strict";d.d(G,{A:()=>M});const h=new Map,b=new Map;b.set("S",[0,599]),b.set("M",[600,1023]),b.set("L",[1024,1439]),b.set("XL",[1440,1/0]);var j,I=((j=I||{}).RANGE_4STEPS="4Step",j);const B={RANGESETS:I,initRangeSet:(j,C)=>{h.set(j,C)},getCurrentRange:(j,C=window.innerWidth)=>{let T,S=h.get(j);S||(S=h.get("4Step"));const L=Math.floor(C);return S.forEach((Q,V)=>{L>=Q[0]&&L<=Q[1]&&(T=V)}),T||[...S.keys()][0]}};B.initRangeSet(B.RANGESETS.RANGE_4STEPS,b);const M=B},6060(he,G,d){"use strict";d.d(G,{zo:()=>ee,xm:()=>ye,kT:()=>te,oK:()=>W,JT:()=>ue,fz:()=>F,nl:()=>U});var h=d(467),b=d(1241);var B=d(7607),M=d(8012);const j=new Set,C=new b.A,S=new class v{constructor(){this.list=[],this.lookup=new Set}add(Ae){this.lookup.has(Ae)||(this.list.push(Ae),this.lookup.add(Ae))}remove(Ae){this.lookup.has(Ae)&&(this.list=this.list.filter(me=>me!==Ae),this.lookup.delete(Ae))}shift(){const Ae=this.list.shift();if(Ae)return this.lookup.delete(Ae),Ae}isEmpty(){return 0===this.list.length}isAdded(Ae){return this.lookup.has(Ae)}process(Ae){let me;const rt=new Map;for(me=this.shift();me;){const Ve=rt.get(me)||0;if(Ve>10)throw new Error("Web component processed too many times this task, max allowed is: 10");Ae(me),rt.set(me,Ve+1),me=this.shift()}}};let T,L,Q,V;const W=function(){var Se=(0,h.A)(function*(Ae){S.add(Ae),yield X()});return function(me){return Se.apply(this,arguments)}}(),te=Se=>{j.add(Se)},U=Se=>{j.delete(Se)},F=Se=>{C.fireEvent("beforeComponentRender",Se),te(Se),Se._render()},ee=Se=>{S.remove(Se),U(Se)},X=function(){var Se=(0,h.A)(function*(){V||(V=new Promise(Ae=>{window.requestAnimationFrame(()=>{S.process(F),V=null,Ae(),Q||(Q=setTimeout(()=>{Q=void 0,S.isEmpty()&&ce()},200))})})),yield V});return function(){return Se.apply(this,arguments)}}(),ue=function(){var Se=(0,h.A)(function*(){yield(()=>{const Se=(0,B.FN)().map(Ae=>customElements.whenDefined(Ae));return Promise.all(Se)})(),yield T||(T=new Promise(Se=>{L=Se,window.requestAnimationFrame(()=>{S.isEmpty()&&(T=void 0,Se())})}),T)});return function(){return Se.apply(this,arguments)}}(),ce=()=>{S.isEmpty()&&L&&(L(),L=void 0,T=void 0)},ye=function(){var Se=(0,h.A)(function*(Ae){j.forEach(me=>{const rt=me.constructor,Ve=rt.getMetadata().getTag(),it=(0,M.J)(rt),be=rt.getMetadata().isLanguageAware(),ze=rt.getMetadata().isThemeAware();(!Ae||Ae.tag===Ve||Ae.rtlAware&&it||Ae.languageAware&&be||Ae.themeAware&&ze)&&W(me)}),yield ue()});return function(me){return Se.apply(this,arguments)}}()},7983(he,G,d){"use strict";d.d(G,{Dz:()=>L,J1:()=>V,_w:()=>S,je:()=>C});var h=d(7607),b=d(4001),I=d(9514),v=d(6156);let O;const M=new Map,j=(0,v.A)("Runtimes",[]),C=()=>{if(void 0===O){O=j.length;const W=I.A;j.push({...W,get scopingSuffix(){return(0,b.rD)()},get registeredTags(){return(0,h.FN)()},get scopingRules(){return(0,b.LI)()},alias:"",description:`Runtime ${O} - ver ${W.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},S=()=>O,L=(W,te)=>{const U=`${W},${te}`;if(M.has(U))return M.get(U);const F=j[W],ee=j[te];if(!F||!ee)throw new Error("Invalid runtime index supplied");const X=((W,te)=>{if(W.isNext||te.isNext)return W.buildTime-te.buildTime;return W.major-te.major||W.minor-te.minor||W.patch-te.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(W.suffix,te.suffix)})(F,ee);return M.set(U,X),X},V=()=>j},5386(he,G,d){"use strict";d.d(G,{A:()=>Kr,W:()=>jn});var h=d(467),b=d(8509),I=d(2781);const v=new Map,O=new Map,B=new Map,M=re=>{if(!v.has(re)){const Le=S(re.split("-"));v.set(re,Le)}return v.get(re)},j=re=>{if(!O.has(re)){const Le=re.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();O.set(re,Le)}return O.get(re)},S=re=>re.map((Le,q)=>0===q?Le.toLowerCase():Le.charAt(0).toUpperCase()+Le.slice(1).toLowerCase()).join(""),T=re=>{const Le=B.get(re);if(Le)return Le;const q=M(re),Oe=q.charAt(0).toUpperCase()+q.slice(1);return B.set(re,Oe),Oe},L=re=>{if(!(re instanceof HTMLElement))return"default";const Le=re.getAttribute("slot");if(Le){const q=Le.match(/^(.+?)-\d+$/);return q?q[1]:Le}return"default"},Q=re=>re instanceof HTMLSlotElement?re.assignedNodes({flatten:!0}).filter(Le=>Le instanceof HTMLElement):[re],V=re=>re.reduce((Le,q)=>Le.concat(Q(q)),[]);var W=d(4001);const F=class te{constructor(Le){this.metadata=Le}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const Le={};if(this.slotsAreManaged()){const q=this.getSlots();for(const[Oe,Ge]of Object.entries(q)){const ct=Ge.propertyName||Oe;Le[ct]=[],Le[M(ct)]=Le[ct]}}return this._initialState=Le,Le}static validateSlotValue(Le,q){return((re,Le)=>(re&&Q(re).forEach(q=>{if(!(q instanceof Le.type))throw new Error(`The element is not of type ${Le.type.toString()}`)}),re))(Le,q)}getPureTag(){return this.metadata.tag||""}getTag(){const Le=this.metadata.tag;if(!Le)return"";const q=(0,W.$4)(Le);return q?`${Le}-${q}`:Le}hasAttribute(Le){return!this.getProperties()[Le].noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(j)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(Le=>Le.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(Le,q,Oe){const Ge=this.getSlots()[Le].invalidateOnChildChange;if(void 0===Ge)return!1;if("boolean"==typeof Ge)return Ge;if("object"==typeof Ge){if("property"===q){if(void 0===Ge.properties)return!1;if("boolean"==typeof Ge.properties)return Ge.properties;if(Array.isArray(Ge.properties))return Ge.properties.includes(Oe);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===q){if(void 0===Ge.slots)return!1;if("boolean"==typeof Ge.slots)return Ge.slots;if(Array.isArray(Ge.slots))return Ge.slots.includes(Oe);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 ee=d(1241),X=d(6060),oe=d(6156);const ye=re=>{(0,oe.A)("CustomStyle.eventProvider",new ee.A).attachEvent("CustomCSSChange",re)};ye(re=>{(0,X.xm)({tag:re})});const be=re=>Array.isArray(re)?re.filter(Le=>!!Le).flat(10).join(" "):re;var ze=d(3274);const We=new Map;ye(re=>{We.delete(`${re}_normal`)});const Me=re=>{const Le=re.getMetadata().getTag(),q=`${Le}_normal`,Oe=(0,ze.x)("OpenUI5Enablement");if(!We.has(q)){let Ge="";Oe&&(Ge=be(Oe.getBusyIndicatorStyles()));const ct=(re=>{const Le=(0,oe.A)("CustomStyle.customCSSFor",{});return Le[re]?Le[re].join(""):""})(Le)||"",Pt=`${be(re.styles)} ${ct} ${Ge}`;We.set(q,Pt)}return We.get(q)},Ze=new Map;ye(re=>{Ze.delete(`${re}_normal`)});const ot=re=>{const Le=`${re.getMetadata().getTag()}_normal`;if(!Ze.has(Le)){const q=Me(re),Oe=new CSSStyleSheet;Oe.replaceSync(q),Ze.set(Le,[Oe])}return Ze.get(Le)};var Fe=d(1452);const K=[];var $e=d(7607);const Et=new WeakMap;var bn=d(2260),pt=d(2134);const At=["value-changed","click"];let at;(0,pt.R)(()=>{at=void 0});const H=()=>(void 0===at&&(at=(0,bn.uf)()),at),p=["disabled","title","hidden","role","draggable"],R=re=>!(!p.includes(re)&&!re.startsWith("aria")&&[HTMLElement,Element,Node].some(Le=>Le.prototype.hasOwnProperty(re)));var se=d(8777),Z=d(8012),ae=d(3823),pe=d(6162),He=d(4446),st=d(4217),f=d(1175),wt=d(5726);const Wt=new Map,D=new Map,A=new Map,ie=new Set;let Ee=!1;const ge={iw:"he",ji:"yi",in:"id"},fe=re=>{Ee||(console.warn(`[LocaleData] Supported locale "${re}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),Ee=!0)},et=(re,Le)=>{Wt.set(re,Le)},qt=function(){var re=(0,h.A)(function*(Le,q,Oe){const Ge=((re,Le,q)=>{"no"===(re=re&&ge[re]||re)&&(re="nb"),"zh"===re&&!Le&&("Hans"===q?Le="CN":"Hant"===q&&(Le="TW")),("sh"===re||"sr"===re&&"Latn"===q)&&(re="sr",Le="Latn");let Oe=`${re}_${Le}`;return wt.dI.includes(Oe)?D.has(Oe)?Oe:(fe(Oe),wt.Xn):(Oe=re,wt.dI.includes(Oe)?D.has(Oe)?Oe:(fe(Oe),wt.Xn):wt.Xn)})(Le,q,Oe),ct=(0,ze.x)("OpenUI5Support");if(ct){const Pt=ct.getLocaleDataObject();if(Pt)return void et(Ge,Pt)}try{const Pt=yield(re=>{if(!A.get(re)){const Le=D.get(re);if(!Le)throw new Error(`CLDR data for locale ${re} is not loaded!`);A.set(re,Le(re))}return A.get(re)})(Ge);et(Ge,Pt)}catch(Pt){const Qt=Pt;ie.has(Qt.message)||(ie.add(Qt.message),console.error(Qt.message))}});return function(q,Oe,Ge){return re.apply(this,arguments)}}();D.set("en",(0,h.A)(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,st._F)(()=>{const re=(0,f.A)();return qt(re.getLanguage(),re.getRegion(),re.getScript())});var Jt=d(4181),St=d(5031);let Kt=0;const rn=new Map,mr=new Map,$t={fromAttribute(re,Le){if(Le===Boolean)return null!==re;if(Le===Number)return null===re?void 0:parseFloat(re);if(Le===Object||Le===Array)try{return JSON.parse(re)}catch{return re}return re},toAttribute:(re,Le)=>Le===Boolean?re?"":null:Le===Object||Le===Array||null==re?null:String(re)};function en(re){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,Jt.gx)()||(this.onInvalidation(re),this._changedState.push(re),(0,X.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...re,target:this}))}function Sn(re,Le){do{const q=Object.getOwnPropertyDescriptor(re,Le);if(q)return q;re=Object.getPrototypeOf(re)}while(re&&re!==HTMLElement.prototype)}let vr=(()=>{class re extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const q=this.constructor;let Oe;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new ee.A,this._componentStateFinalizedEventProvider=new ee.A,this._domRefReadyPromise=new Promise(Ge=>{Oe=Ge}),this._domRefReadyPromise._deferredResolve=Oe,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...q.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(Ge=>{this.hasOwnProperty(Ge)&&this.initializedProperties.set(Ge,this[Ge])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const q=this.constructor;if(q._needsShadowDOM()){const Oe={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...Oe,...q.getMetadata().getShadowRootOptions()}),q.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(q){q.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++Kt),this.__id}render(){return(0,ae.A)(this.constructor.template,this)}connectedCallback(){var q=this;return(0,h.A)(function*(){const Oe=q.constructor;(0,X.kT)(q),q.setAttribute(Oe.getMetadata().getPureTag(),""),Oe.getMetadata().supportsF6FastNavigation()&&!q.hasAttribute("data-sap-ui-fastnavgroup")&&q.setAttribute("data-sap-ui-fastnavgroup","true");const Ge=Oe.getMetadata().slotsAreManaged();q._inDOM=!0,Ge&&(q._startObservingDOMChildren(),yield q._processChildren()),Oe.asyncFinished||(yield Oe._definePromise),(!Oe.getMetadata().isLanguageAware()||!(0,Jt.gx)())&&q._inDOM&&((0,X.fz)(q),q._domRefReadyPromise._deferredResolve(),q._fullyConnected=!0,q.onEnterDOM(),q.hasAttribute("autofocus")&&requestAnimationFrame(()=>{q.focus()}))})()}get definePromise(){const q=this.constructor;return!q.asyncFinished&&q._definePromise?q._definePromise:Promise.resolve()}disconnectedCallback(){const q=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,q&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,X.zo)(this),(0,X.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const q=this.constructor.getMetadata();if(!q.hasSlots())return;const Oe=q.canSlotText(),Ge={childList:!0,subtree:Oe,characterData:Oe};((re,Le,q)=>{const Oe=new MutationObserver(Le);Et.set(re,Oe),Oe.observe(re,q)})(this,this._processChildren.bind(this),Ge)}_stopObservingDOMChildren(){(re=>{const Le=Et.get(re);Le&&(Le.disconnect(),Et.delete(re))})(this)}_processChildren(){var q=this;return(0,h.A)(function*(){q.constructor.getMetadata().hasSlots()&&(yield q._updateSlots())})()}_updateSlots(){var q=this;return(0,h.A)(function*(){const Oe=q.constructor,Ge=Oe.getMetadata().getSlots(),ct=Oe.getMetadata().canSlotText(),Pt=Array.from(ct?q.childNodes:q.children),Qt=new Map,tn=new Map;for(const[xn,fn]of Object.entries(Ge)){const hn=fn.propertyName||xn;tn.set(hn,xn),Qt.set(hn,[...q._state[hn]]),q._clearSlot(xn,fn)}const cn=new Map,ln=new Map;Pt.forEach((xn,fn)=>{const hn=L(xn),Lr=Ge[hn];if(void 0===Lr){if("default"!==hn){const Ni=Object.keys(Ge).join(", ");console.warn(`Unknown slotName: ${hn}, ignoring`,xn,`Valid values are: ${Ni}`)}return}const qn=Lr.propertyName||hn;ln.has(qn)?ln.get(qn).push({child:xn,idx:fn}):ln.set(qn,[{child:xn,idx:fn}])}),ln.forEach((xn,fn)=>{q._state[fn]=xn.sort((hn,Lr)=>hn.idx-Lr.idx).map(hn=>hn.child),q._state[M(fn)]=q._state[fn]});const Bi=Pt.map(function(){var xn=(0,h.A)(function*(fn){const hn=L(fn),Lr=Ge[hn];if(void 0!==Lr){if(Lr.individualSlots){const qn=(cn.get(hn)||0)+1;cn.set(hn,qn),fn._individualSlot=`${hn}-${qn}`}if(fn instanceof HTMLElement){const qn=fn.localName;if(qn.includes("-")&&!(re=>K.some(Le=>re.startsWith(Le)))(qn)){if(!customElements.get(qn)){const Ni=customElements.whenDefined(qn);let Oi=rn.get(qn);Oi||(Oi=new Promise(De=>setTimeout(De,1e3)),rn.set(qn,Oi)),yield Promise.race([Ni,Oi])}customElements.upgrade(fn)}}if(fn=Oe.getMetadata().constructor.validateSlotValue(fn,Lr),jn(fn)&&Lr.invalidateOnChildChange){const qn=q._getChildChangeListener(hn);fn.attachInvalidate.call(fn,qn)}fn instanceof HTMLSlotElement&&q._attachSlotChange(fn,hn,!!Lr.invalidateOnChildChange)}});return function(fn){return xn.apply(this,arguments)}}());yield Promise.all(Bi);let ii=!1;for(const[xn,fn]of Object.entries(Ge)){const hn=fn.propertyName||xn;(0,se.A)(Qt.get(hn),q._state[hn])||(en.call(q,{type:"slot",name:tn.get(hn),reason:"children"}),ii=!0,Oe.getMetadata().isFormAssociated()&&(0,pe.ok)(q))}ii||en.call(q,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(q,Oe){const Ge=Oe.propertyName||q;this._state[Ge].forEach(ct=>{if(jn(ct)){const Pt=this._getChildChangeListener(q);ct.detachInvalidate.call(ct,Pt)}ct instanceof HTMLSlotElement&&this._detachSlotChange(ct,q)}),this._state[Ge]=[],this._state[M(Ge)]=this._state[Ge]}attachInvalidate(q){this._invalidationEventProvider.attachEvent("invalidate",q)}detachInvalidate(q){this._invalidationEventProvider.detachEvent("invalidate",q)}_onChildChange(q,Oe){this.constructor.getMetadata().shouldInvalidateOnChildChange(q,Oe.type,Oe.name)&&en.call(this,{type:"slot",name:q,reason:"childchange",child:Oe.target})}attributeChangedCallback(q,Oe,Ge){let ct;if(this._doNotSyncAttributes.has(q))return;const Pt=this.constructor.getMetadata().getProperties(),Qt=q.replace(/^ui5-/,""),tn=M(Qt);if(Pt.hasOwnProperty(tn)){const cn=Pt[tn];ct=(cn.converter??$t).fromAttribute(Ge,cn.type),this[tn]=ct}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,pe.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(q,Oe){const Ge=this.constructor;if(!Ge.getMetadata().hasAttribute(q))return;const ct=Ge.getMetadata().getProperties()[q];if(ct.type===Object||ct.type===Array)return;const Pt=j(q),Qt=(ct.converter||$t).toAttribute(Oe,ct.type);this._doNotSyncAttributes.add(Pt),null==Qt?this.removeAttribute(Pt):this.setAttribute(Pt,Qt),this._doNotSyncAttributes.delete(Pt)}_getChildChangeListener(q){return this._childChangeListeners.has(q)||this._childChangeListeners.set(q,this._onChildChange.bind(this,q)),this._childChangeListeners.get(q)}_getSlotChangeListener(q){return this._slotChangeListeners.has(q)||this._slotChangeListeners.set(q,this._onSlotChange.bind(this,q)),this._slotChangeListeners.get(q)}_attachSlotChange(q,Oe,Ge){const ct=this._getSlotChangeListener(Oe);q.addEventListener("slotchange",Pt=>{if(ct.call(q,Pt),Ge){const Qt=this._slotsAssignedNodes.get(q);Qt&&Qt.forEach(cn=>{if(jn(cn)){const ln=this._getChildChangeListener(Oe);cn.detachInvalidate.call(cn,ln)}});const tn=V([q]);this._slotsAssignedNodes.set(q,tn),tn.forEach(cn=>{if(jn(cn)){const ln=this._getChildChangeListener(Oe);cn.attachInvalidate.call(cn,ln)}})}})}_detachSlotChange(q,Oe){q.removeEventListener("slotchange",this._getSlotChangeListener(Oe))}_onSlotChange(q){en.call(this,{type:"slot",name:q,reason:"slotchange"})}onInvalidation(q){}updateAttributes(){const q=this.constructor.getMetadata().getProperties();for(const[Oe,Ge]of Object.entries(q))this._updateAttribute(Oe,this[Oe])}_render(){const q=this.constructor,Oe=q.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([Ge,ct])=>{delete this[Ge],this[Ge]=ct}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],q._needsShadowDOM()&&(re=>{const Le=re.constructor,q=re.shadowRoot;q?(q.adoptedStyleSheets=[(0,Fe.k)(),...ot(Le)],Le.renderer(re,q)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,Oe&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(q=>{q._individualSlot&&q.setAttribute("slot",q._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 q=this.getDomRef();if(q)return q.querySelector("[data-sap-focus-ref]")||q}getFocusDomRefAsync(){var q=this;return(0,h.A)(function*(){return yield q._waitForDomRef(),q.getFocusDomRef()})()}focus(q){var Oe=this;return(0,h.A)(function*(){yield Oe._waitForDomRef();const Ge=Oe.getFocusDomRef();Ge!==Oe&&Oe.isConnected?Ge&&"function"==typeof Ge.focus&&Ge.focus(q):HTMLElement.prototype.focus.call(Oe,q)})()}fireEvent(q,Oe,Ge=!1,ct=!0){const Pt=this._fireEvent(q,Oe,Ge,ct),Qt=T(q);return Qt!==q?Pt&&this._fireEvent(Qt,Oe,Ge,ct):Pt}fireDecoratorEvent(q,Oe){const Ge=this.getEventData(q),ct=!!Ge&&Ge.cancelable,Pt=!!Ge&&Ge.bubbles,Qt=this._fireEvent(q,Oe,ct,Pt),tn=T(q);return tn!==q?Qt&&this._fireEvent(tn,Oe,ct,Pt):Qt}_fireEvent(q,Oe,Ge=!1,ct=!0){const Pt=new CustomEvent(`ui5-${q}`,{detail:Oe,composed:!1,bubbles:ct,cancelable:Ge}),Qt=this.dispatchEvent(Pt);if((re=>{const Le=H();return!((re=>At.includes(re))(re)||!0!==Le&&(re=>{const Le=H();return!("boolean"!=typeof Le&&Le.events&&Le.events.includes&&Le.events.includes(re))})(re))})(q))return Qt;const tn=new CustomEvent(q,{detail:Oe,composed:!1,bubbles:ct,cancelable:Ge});return this.dispatchEvent(tn)&&Qt}getEventData(q){return this.constructor.getMetadata().getEvents()[q]}getSlottedNodes(q){return V(this[q])}attachComponentStateFinalized(q){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",q)}detachComponentStateFinalized(q){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",q)}get effectiveDir(){return(0,Z.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 q=this.getMetadata().getPureTag(),Oe=this.getUniqueDependencies().map(Ge=>Ge.getMetadata().getPureTag()).filter(W.RF);return(0,W.RF)(q)&&Oe.push(q),Oe}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const q=this.prototype,Oe=this.getMetadata().slotsAreManaged(),Ge=this.getMetadata().getProperties();for(const[ct,Pt]of Object.entries(Ge)){R(ct)||console.warn(`"${ct}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Qt=Sn(q,ct);let tn,cn;Qt?.set&&(tn=Qt.set),Qt?.get&&(cn=Qt.get),Object.defineProperty(q,ct,{get(){return cn?cn.call(this):this._state[ct]},set(ln){const Bi=this.constructor,ii=cn?cn.call(this):this._state[ct];if(ii!==ln){if(tn?tn.call(this,ln):this._state[ct]=ln,en.call(this,{type:"property",name:ct,newValue:ln,oldValue:ii}),this._rendered){const xn=cn?cn.call(this):this._state[ct];this._updateAttribute(ct,xn)}Bi.getMetadata().isFormAssociated()&&(0,pe.ok)(this)}}})}if(Oe){const ct=this.getMetadata().getSlots();for(const[Pt,Qt]of Object.entries(ct)){R(Pt)||console.warn(`"${Pt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const tn=Qt.propertyName||Pt,cn={get(){return void 0!==this._state[tn]?this._state[tn]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(q,tn,cn),tn!==M(tn)&&Object.defineProperty(q,M(tn),cn)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const q=this.dependencies.filter((Oe,Ge,ct)=>ct.indexOf(Oe)===Ge);mr.set(this,q)}static getUniqueDependencies(){return mr.has(this)||this.cacheUniqueDependencies(),mr.get(this)||[]}static onDefine(){return(0,h.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(q=>{const{bundleName:Oe}=q[1];return(0,He.HE)(Oe)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?qt((0,f.A)().getLanguage(),(0,f.A)().getRegion(),(0,f.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var q=this;const Oe=function(){var Qt=(0,h.A)(function*(){yield(0,I.zj)();const tn=yield Promise.all([q.fetchI18nBundles(),q.fetchCLDR(),q.onDefine()]),[cn]=tn;Object.entries(q.getMetadata().getI18n()).forEach((ln,Bi)=>{q.i18nBundleStorage[ln[1].bundleName]=cn[Bi]}),q.asyncFinished=!0});return function(){return Qt.apply(this,arguments)}}();this._definePromise=Oe();const Ge=this.getMetadata().getTag(),ct=(0,$e.D8)(Ge),Pt=customElements.get(Ge);return Pt&&!ct?(0,$e.J4)(Ge):Pt||(this._generateAccessors(),(0,$e.KI)(Ge),customElements.define(Ge,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const q=[this.metadata];let Oe=this;for(;Oe!==re;)Oe=Object.getPrototypeOf(Oe),q.unshift(Oe.metadata);const Ge=(0,b.A)({},...q);return this._metadata=new F(Ge),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 jn=(0,St.A)("isUI5Element"),Kr=vr},4874(he,G,d){"use strict";d.d(G,{Z5:()=>Ve,y3:()=>me,hu:()=>Ae,pU:()=>Be});var be,h=d(467),b=d(6156),I=((be=I||{})["SAP-icons"]="SAP-icons-v4",be.horizon="SAP-icons-v5",be["SAP-icons-TNT"]="tnt",be.BusinessSuiteInAppSymbols="business-suite",be);const v=be=>I[be]?I[be]:be;var B=d(6726),M=(be=>(be.SAPIconsV4="SAP-icons-v4",be.SAPIconsV5="SAP-icons-v5",be.SAPIconsTNTV2="tnt-v2",be.SAPIconsTNTV3="tnt-v3",be.SAPBSIconsV1="business-suite-v1",be.SAPBSIconsV2="business-suite-v2",be))(M||{});const j=new Map;j.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),j.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),j.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const T=new Map,W=be=>{const ze=(be=>T.get(be))((0,B.O4)());return!be&&ze?v(ze):(be=>{const ze=(0,B.Z3)()?"legacy":"sap_horizon";return j.has(be)?j.get(be)[ze]:be})(be||"SAP-icons")};var te=d(4446);const ee=new Map,X=(0,b.A)("SVGIcons.registry",new Map),oe=(0,b.A)("SVGIcons.promises",new Map),Y="ICON_NOT_FOUND",ce=function(){var be=(0,h.A)(function*(ze){if(!oe.has(ze)){if(!ee.has(ze))throw new Error(`No loader registered for the ${ze} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const We=ee.get(ze);oe.set(ze,We(ze))}return oe.get(ze)});return function(We){return be.apply(this,arguments)}}(),ye=be=>{Object.keys(be.data).forEach(ze=>{const We=be.data[ze];Be(ze,{pathData:We.path||We.paths,ltr:We.ltr,viewBox:We.viewBox,accData:We.acc,collection:be.collection,packageName:be.packageName})})},Be=(be,ze)=>{X.set(`${ze.collection}/${be}`,{collection:ze.collection,packageName:ze.packageName,pathData:ze.pathData,viewBox:ze.viewBox,ltr:ze.ltr,accData:ze.accData,customTemplate:ze.customTemplate})},Se=be=>{let ze;return be.startsWith("sap-icon://")&&(be=be.replace("sap-icon://","")),[be,ze]=be.split("/").reverse(),be=be.replace("icon-",""),ze&&(ze=v(ze)),{name:be,collection:ze}},Ae=be=>{const{name:ze,collection:We}=Se(be);return rt(We,ze)},me=function(){var be=(0,h.A)(function*(ze){const{name:We,collection:Ke}=Se(ze);let Me=Y;try{Me=yield ce(W(Ke))}catch(Ne){console.error(Ne.message)}return Me===Y?Me:rt(Ke,We)||(Array.isArray(Me)?Me.forEach(Ne=>{ye(Ne),((be,ze)=>{j.has(be)?j.set(be,{...ze,...j.get(be)}):j.set(be,ze)})(Ke,{[Ne.themeFamily||"legacy"]:Ne.collection})}):ye(Me),rt(Ke,We))});return function(We){return be.apply(this,arguments)}}(),rt=(be,ze)=>{const We=`${W(be)}/${ze}`;return X.get(We)},Ve=function(){var be=(0,h.A)(function*(ze){if(!ze)return;let We=Ae(ze);return We||(We=yield me(ze)),We&&We!==Y&&We.accData?We.packageName?(yield(0,te.HE)(We.packageName)).getText(We.accData):We.accData?.defaultText||"":void 0});return function(We){return be.apply(this,arguments)}}()},8923(he,G,d){"use strict";d.d(G,{Rh:()=>S,gu:()=>W,tw:()=>L,w2:()=>V});var h=d(467),b=d(5726),I=d(3455),v=d(7928);const O=new Map,B=new Map,M=new Map,j=new Map,C=new Set,S=(te,U,F,ee="root")=>{B.set(`${te}/${U}`,F),j.set(te,{cssVariablesTarget:ee}),C.add(U),(0,v.E)(U)},L=function(){var te=(0,h.A)(function*(U,F,ee){const X=`${U}_${F}_${ee||""}`,oe=O.get(X);if(void 0!==oe)return oe;if(!C.has(F)){const ye=[...C.values()].join(", ");return console.warn(`You have requested a non-registered theme ${F} - falling back to ${b.SS}. Registered themes are: ${ye}`),Q(U,b.SS)}const[Y,ue]=yield Promise.all([Q(U,F),ee?Q(U,ee,!0):void 0]),ce=(0,I.Zq)(Y,ue);return ce&&O.set(X,ce),ce});return function(F,ee,X){return te.apply(this,arguments)}}(),Q=function(){var te=(0,h.A)(function*(U,F,ee=!1){const X=(ee?M:B).get(`${U}/${F}`);if(!X)return void(ee||console.error(`Theme [${F}] not registered for package [${U}]`));let oe;try{oe=yield X(F)}catch(Y){return void console.error(U,Y.message)}return oe});return function(F,ee){return te.apply(this,arguments)}}(),V=()=>j,W=te=>C.has(te)},2134(he,G,d){"use strict";d.d(G,{R:()=>v,k:()=>O});const b=new(d(1241).A),I="configurationReset",v=B=>{b.attachEvent(I,B)},O=()=>{b.fireEvent(I,void 0)}},4346(he,G,d){"use strict";d.d(G,{hr:()=>C,qJ:()=>j});var h=d(6156),b=d(1241);const B=new Set,j=(S,T)=>{(0,h.A)("ConfigChange.eventProvider",new b.A).attachEvent("configChange",L=>{L.name===S&&!B.has(S)&&T(L.value)})},C=S=>(0,h.A)("ConfigChange.values",{})[S]},4181(he,G,d){"use strict";d.d(G,{Z0:()=>F,gx:()=>U,mE:()=>Y});var M=d(2260),j=d(4217),C=d(6060),T=(d(5726),d(2781)),L=d(2134),Q=d(4346);let V,W;(0,L.R)(()=>{V=void 0,W=void 0});let te=!1;(0,Q.qJ)("language",ue=>{V=ue,te=!0,(0,j.lb)(ue).then(()=>{te=!1,(0,T.qM)()&&(0,C.xm)({languageAware:!0})})});const U=()=>te,F=()=>(void 0===V&&(V=(0,Q.hr)("language")??(0,M.Z0)()),V),Y=()=>(void 0===W&&(W=(0,M.mE)()),W)},6726(he,G,d){"use strict";d.d(G,{Dm:()=>Be,O4:()=>F,PC:()=>ye,Z3:()=>Y});var j=d(2260),C=d(6060),S=d(2616),T=d(1712),L=d(5726),Q=d(2781),V=d(2134),W=d(4346);let te,U;(0,V.R)(()=>{te=void 0}),(0,W.qJ)("theme",ke=>{te=ke,(0,Q.qM)()&&(0,S.Ay)(te).then(()=>(0,C.xm)({themeAware:!0}))});const F=()=>(void 0===te&&(te=(0,W.hr)("theme")??(0,j.O4)()),te),Y=()=>{const ke=F();return ce(ke)?!ke.startsWith("sap_horizon"):!(0,T.A)()?.baseThemeName?.startsWith("sap_horizon")},ce=ke=>L.QP.includes(ke),ye=()=>U,Be=ke=>{U=ke}},1934(he,G,d){"use strict";d.d(G,{A:()=>b});const b=(I={})=>v=>{if(Object.prototype.hasOwnProperty.call(v,"metadata")||(v.metadata={}),"string"==typeof I)return void(v.metadata.tag=I);const{tag:O,languageAware:B,themeAware:M,cldr:j,fastNavigation:C,formAssociated:S,shadowRootOptions:T}=I;v.metadata.tag=O,B&&(v.metadata.languageAware=B),j&&(v.metadata.cldr=j),M&&(v.metadata.themeAware=M),C&&(v.metadata.fastNavigation=C),S&&(v.metadata.formAssociated=S),T&&(v.metadata.shadowRootOptions=T),["renderer","template","styles","dependencies"].forEach(L=>{I[L]&&Object.defineProperty(v,L,{get:()=>I[L]})})}},1437(he,G,d){"use strict";d.d(G,{A:()=>b});const b=(I,v={})=>O=>{Object.prototype.hasOwnProperty.call(O,"metadata")||(O.metadata={});const B=O.metadata;B.events||(B.events={});const M=B.events;M[I]||(v.bubbles=!!v.bubbles,v.cancelable=!!v.cancelable,M[I]=v)}},3651(he,G,d){"use strict";d.d(G,{A:()=>b});const b=I=>(v,O)=>{v.metadata.i18n||(v.metadata.i18n={}),Object.defineProperty(v,O,{get:()=>v.i18nBundles[I],set(){}}),v.metadata.i18n[O]={bundleName:I,target:v}}},1642(he,G,d){"use strict";d.d(G,{A:()=>b});const b=I=>(v,O)=>{const B=v.constructor;Object.prototype.hasOwnProperty.call(B,"metadata")||(B.metadata={});const M=B.metadata;M.properties||(M.properties={});const j=M.properties;j[O]||(j[O]=I??{})}},6993(he,G,d){"use strict";d.d(G,{A:()=>b});const b=function h(I){return(v,O)=>{const B=v.constructor;Object.prototype.hasOwnProperty.call(B,"metadata")||(B.metadata={});const M=B.metadata;M.slots||(M.slots={});const j=M.slots;if(I&&I.default&&j.default)throw new Error("Only one slot can be the default slot.");const C=I&&I.default?"default":O;(I=I||{type:HTMLElement}).type||(I.type=HTMLElement),j[C]||(j[C]=I),I.default&&(delete j.default.default,j.default.propertyName=O),B.metadata.managedSlots=!0}}},362(he,G,d){"use strict";d.d(G,{A:()=>j});var h=d(5386);let b;const I=new Map,v=()=>(b||(b=new window.ResizeObserver(C=>{window.requestAnimationFrame(()=>{C.forEach(S=>{const T=I.get(S.target);T&&Promise.all(T.map(L=>L()))})})})),b),j=class M{static register(S,T){let L=S;(0,h.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((C,S)=>{const T=I.get(C)||[];T.length||v().observe(C),I.set(C,[...T,S])})(L,T):console.warn("Cannot register ResizeHandler for element",S)}static deregister(S,T){let L=S;(0,h.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((C,S)=>{const T=I.get(C)||[];if(0===T.length)return;const L=T.filter(Q=>Q!==S);0===L.length?(v().unobserve(C),I.delete(C)):I.set(C,L)})(L,T):console.warn("Cannot deregister ResizeHandler for element",S)}}},6162(he,G,d){"use strict";d.d(G,{E2:()=>M,fc:()=>I,ok:()=>v,rM:()=>B});var h=d(467);const b=C=>{const S=C.getAttribute("form");if(S){const T=document.getElementById(S);return T instanceof HTMLFormElement?T:null}return C._internals?.form??null},I=C=>{j(C)&&v(C)},v=C=>{if(C._internals?.form){if(O(C),!C.name)return void C._internals?.setFormValue(null);C._internals.setFormValue(C.formFormattedValue)}},O=function(){var C=(0,h.A)(function*(S){if(S.isUI5Element&&S._internals?.form)if(S._internals.setValidity({customError:!0}," "),yield S.definePromise,S.formValidity&&Object.keys(S.formValidity).some(T=>T)){const T=yield S.formElementAnchor?.();S._internals.setValidity(S.formValidity,S.formValidityMessage,T)}else S._internals.setValidity({})});return function(T){return C.apply(this,arguments)}}(),B=function(){var C=(0,h.A)(function*(S){const T=b(S);if(!T)return;const L=[...T.elements];yield Promise.all(L.map(Q=>j(Q)?O(Q):Promise.resolve())),T.requestSubmit()});return function(T){return C.apply(this,arguments)}}(),M=C=>{b(C)?.reset()},j=C=>"formFormattedValue"in C&&"name"in C},5726(he,G,d){"use strict";d.d(G,{Nm:()=>v,QP:()=>I,SS:()=>b,Xn:()=>O,dI:()=>B});const b="sap_horizon",I=["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"],v="en",O="en",B=["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"]},9514(he,G,d){"use strict";d.d(G,{A:()=>b});const b={version:"2.23.1",major:2,minor:23,patch:1,suffix:"",isNext:!1,buildTime:1781204653}},6156(he,G,d){"use strict";d.d(G,{A:()=>B});const I=()=>{const M=document.createElement("meta");return M.setAttribute("name","ui5-shared-resources"),M.setAttribute("content",""),M},B=(M,j)=>{const C=M.split(".");let S=typeof document>"u"?null:((M,j=document.body,C)=>{let S=document.querySelector(M);return S||(S=C?C():document.createElement(M),j.insertBefore(S,j.firstChild))})('meta[name="ui5-shared-resources"]',document.head,I);if(!S)return j;for(let T=0;T<C.length;T++){const L=C[T],Q=T===C.length-1;Object.prototype.hasOwnProperty.call(S,L)||(S[L]=Q?j:{}),S=S[L]}return S}},4446(he,G,d){"use strict";d.d(G,{Ay:()=>We,HE:()=>be});var h=d(467),b=d(1175),I=d(4217),v=d(5726);const O=/^((?:[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,B=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,M={he:"iw",yi:"ji",nb:"no",sr:"sh"},S={zh_HK:"zh_TW",in:"id"},L=Ke=>{if(!Ke)return v.Xn;if(S[Ke])return S[Ke];const Me=Ke.lastIndexOf("_");return Me>=0?Ke.slice(0,Me):Ke!==v.Xn?v.Xn:""};var Q=d(4181);const V=new Set,W=new Set,te=new Map,U=new Map,F=new Map,X=(Ke,Me)=>{te.set(Ke,Me)},Y=(Ke,Me)=>F.has(`${Ke}/${Me}`),ye=(Ke,Me)=>Me!==v.Nm&&!Y(Ke,Me),Be=function(){var Ke=(0,h.A)(function*(Me){const Ze=(0,b.A)().getLanguage(),Ne=(0,b.A)().getRegion(),ot=(0,b.A)().getVariant();let Fe=Ze+(Ne?`-${Ne}`:"")+(ot?`-${ot}`:"");if(ye(Me,Fe))for(Fe=(Ke=>{let Me;if(!Ke)return v.Xn;if("string"==typeof Ke&&(Me=O.exec(Ke.replace(/_/g,"-")))){let Ze=Me[1].toLowerCase(),Ne=Me[3]?Me[3].toUpperCase():void 0;const ot=Me[2]?Me[2].toLowerCase():void 0,Fe=Me[4]?Me[4].slice(1):void 0,Ue=Me[6];return Ze=M[Ze]||Ze,Ue&&(Me=B.exec(Ue))||Fe&&(Me=B.exec(Fe))?`en_US_${Me[1].toLowerCase()}`:("zh"===Ze&&!Ne&&("hans"===ot?Ne="CN":"hant"===ot&&(Ne="TW")),Ze+(Ne?"_"+Ne+(Fe?"_"+Fe.replace("-","_"):""):""))}return v.Xn})(Fe);ye(Me,Fe);)Fe=L(Fe);const Ue=(0,Q.mE)();if(Fe!==v.Nm||Ue)if(Y(Me,Fe))try{const je=yield((Ke,Me)=>{const Ze=`${Ke}/${Me}`,Ne=F.get(Ze);return Ne&&!U.get(Ze)&&U.set(Ze,Ne(Me)),U.get(Ze)})(Me,Fe);X(Me,je)}catch(je){const K=je;W.has(K.message)||(W.add(K.message),console.error(K.message))}else(Ke=>{V.has(Ke)||(console.warn(`[${Ke}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${Ke}/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.`),V.add(Ke))})(Me);else X(Me,null)});return function(Ze){return Ke.apply(this,arguments)}}();(0,I._F)(Ke=>{const Me=[...te.keys()];return Promise.all(Me.map(Be))});const ke=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,me=new Map;class Ve{constructor(Me){this.packageName=Me}getText(Me,...Ze){if("string"==typeof Me&&(Me={key:Me,defaultText:Me}),!Me||!Me.key)return"";const Ne=te.get(this.packageName);return Ne&&!Ne[Me.key]&&console.warn(`Key ${Me.key} not found in the i18n bundle, the default text will be used`),((Ke,Me)=>(Me=Me||[],Ke.replace(ke,(Ze,Ne,ot,Fe,Ue)=>{if(Ne)return"'";if(ot)return ot.replace(/''/g,"'");if(Fe){const je="string"==typeof Fe?parseInt(Fe):Fe;return String(Me[je])}throw new Error(`[i18n]: pattern syntax error at pos ${Ue}`)})))(Ne&&Ne[Me.key]?Ne[Me.key]:Me.defaultText||Me.key,Ze)}}const be=function(){var Ke=(0,h.A)(function*(Me){return yield Be(Me),(Ke=>{if(me.has(Ke))return me.get(Ke);const Me=new Ve(Ke);return me.set(Ke,Me),Me})(Me)});return function(Ze){return Ke.apply(this,arguments)}}(),We=Ve},8012(he,G,d){"use strict";d.d(G,{A:()=>b,J:()=>I});const h=new Set,b=v=>{h.add(v)},I=v=>h.has(v)},1175(he,G,d){"use strict";d.d(G,{A:()=>Q});var h=d(5726);const b=typeof document>"u";var O=d(4181);const B=/^((?:[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,j=class M{constructor(W){const te=B.exec(W.replace(/_/g,"-"));if(null===te)throw new Error(`The given language ${W} does not adhere to BCP-47.`);this.sLocaleId=W,this.sLanguage=te[1]||h.Nm,this.sScript=te[2]||"",this.sRegion=te[3]||"",this.sVariant=te[4]&&te[4].slice(1)||null,this.sExtension=te[5]&&te[5].slice(1)||null,this.sPrivateUse=te[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,U=>U.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(W){return this.getPrivateUseSubtags().indexOf(W)>=0}toString(){const W=[this.sLanguage];return this.sScript&&W.push(this.sScript),this.sRegion&&W.push(this.sRegion),this.sVariant&&W.push(this.sVariant),this.sExtension&&W.push(this.sExtension),this.sPrivateUse&&W.push(this.sPrivateUse),W.join("-")}},C=new Map,S=V=>(C.has(V)||C.set(V,new j(V)),C.get(V)),T=V=>{try{if(V&&"string"==typeof V)return S(V)}catch{}return new j(h.Xn)},Q=V=>{if(V)return T(V);const W=(0,O.Z0)();return W?S(W):T((()=>{if(b)return h.Nm;const V=navigator.languages;return V&&V[0]||navigator.language||h.Nm})())}},4217(he,G,d){"use strict";d.d(G,{_F:()=>v,lb:()=>B});const b=new(d(1241).A),I="languageChange",v=M=>{b.attachEvent(I,M)},B=M=>b.fireEventAsync(I,M)},1834(he,G,d){"use strict";d.d(G,{A:()=>y});var h,b,I,O,B,M,j,C,S,T,L,Q,V={},W=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,U=Array.isArray;function F(p,m){for(var R in m)p[R]=m[R];return p}function ee(p){p&&p.parentNode&&p.parentNode.removeChild(p)}function oe(p,m,R,se,Z){var ae={type:p,props:m,key:R,ref:se,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:Z??++I,__i:-1,__u:0};return null==Z&&null!=b.vnode&&b.vnode(ae),ae}function ue(p){return p.children}function ce(p,m){this.props=p,this.context=m}function ye(p,m){if(null==m)return p.__?ye(p.__,p.__i+1):null;for(var R;m<p.__k.length;m++)if(null!=(R=p.__k[m])&&null!=R.__e)return R.__e;return"function"==typeof p.type?ye(p):null}function Be(p){var m,R;if(null!=(p=p.__)&&null!=p.__c){for(p.__e=p.__c.base=null,m=0;m<p.__k.length;m++)if(null!=(R=p.__k[m])&&null!=R.__e){p.__e=p.__c.base=R.__e;break}return Be(p)}}function ke(p){(!p.__d&&(p.__d=!0)&&O.push(p)&&!Se.__r++||B!==b.debounceRendering)&&((B=b.debounceRendering)||M)(Se)}function Se(){var p,m,R,se,Z,ae,pe,He;for(O.sort(j);p=O.shift();)p.__d&&(m=O.length,se=void 0,ae=(Z=(R=p).__v).__e,pe=[],He=[],R.__P&&((se=F({},Z)).__v=Z.__v+1,b.vnode&&b.vnode(se),Ke(R.__P,se,Z,R.__n,R.__P.namespaceURI,32&Z.__u?[ae]:null,pe,ae??ye(Z),!!(32&Z.__u),He),se.__v=Z.__v,se.__.__k[se.__i]=se,Me(pe,se,He),se.__e!=ae&&Be(se)),O.length>m&&O.sort(j));Se.__r=0}function Ae(p,m,R,se,Z,ae,pe,He,st,f,wt){var we,Wt,D,A,ie,Ee,ge=se&&se.__k||W,fe=m.length;for(st=function me(p,m,R,se){var Z,ae,pe,He,st,f=m.length,wt=R.length,we=wt,Wt=0;for(p.__k=[],Z=0;Z<f;Z++)null!=(ae=m[Z])&&"boolean"!=typeof ae&&"function"!=typeof ae?(He=Z+Wt,(ae=p.__k[Z]="string"==typeof ae||"number"==typeof ae||"bigint"==typeof ae||ae.constructor==String?oe(null,ae,null,null,null):U(ae)?oe(ue,{children:ae},null,null,null):void 0===ae.constructor&&ae.__b>0?oe(ae.type,ae.props,ae.key,ae.ref?ae.ref:null,ae.__v):ae).__=p,ae.__b=p.__b+1,pe=null,-1!==(st=ae.__i=it(ae,R,He,we))&&(we--,(pe=R[st])&&(pe.__u|=2)),null==pe||null===pe.__v?(-1==st&&Wt--,"function"!=typeof ae.type&&(ae.__u|=4)):st!==He&&(st==He-1?Wt--:st==He+1?Wt++:(st>He?Wt--:Wt++,ae.__u|=4))):ae=p.__k[Z]=null;if(we)for(Z=0;Z<wt;Z++)null!=(pe=R[Z])&&!(2&pe.__u)&&(pe.__e==se&&(se=ye(pe)),ot(pe,pe));return se}(R,m,ge,st),we=0;we<fe;we++)null!=(D=R.__k[we])&&(Wt=-1===D.__i?V:ge[D.__i]||V,D.__i=we,Ee=Ke(p,D,Wt,Z,ae,pe,He,st,f,wt),A=D.__e,D.ref&&Wt.ref!=D.ref&&(Wt.ref&&Ne(Wt.ref,null,D),wt.push(D.ref,D.__c||A,D)),null==ie&&null!=A&&(ie=A),4&D.__u||Wt.__k===D.__k?st=rt(D,st,p):"function"==typeof D.type&&void 0!==Ee?st=Ee:A&&(st=A.nextSibling),D.__u&=-7);return R.__e=ie,st}function rt(p,m,R){var se,Z;if("function"==typeof p.type){for(se=p.__k,Z=0;se&&Z<se.length;Z++)se[Z]&&(se[Z].__=p,m=rt(se[Z],m,R));return m}p.__e!=m&&(m&&p.type&&!R.contains(m)&&(m=ye(p)),R.insertBefore(p.__e,m||null),m=p.__e);do{m=m&&m.nextSibling}while(null!=m&&8===m.nodeType);return m}function it(p,m,R,se){var Z=p.key,ae=p.type,pe=R-1,He=R+1,st=m[R];if(null===st||st&&Z==st.key&&ae===st.type&&!(2&st.__u))return R;if(("function"!=typeof ae||ae===ue||Z)&&se>(null==st||2&st.__u?0:1))for(;pe>=0||He<m.length;){if(pe>=0){if((st=m[pe])&&!(2&st.__u)&&Z==st.key&&ae===st.type)return pe;pe--}if(He<m.length){if((st=m[He])&&!(2&st.__u)&&Z==st.key&&ae===st.type)return He;He++}}return-1}function be(p,m,R){"-"===m[0]?p.setProperty(m,R??""):p[m]=null==R?"":"number"!=typeof R||te.test(m)?R:R+"px"}function ze(p,m,R,se,Z){var ae,pe;e:if("style"===m)if("string"==typeof R)p.style.cssText=R;else{if("string"==typeof se&&(p.style.cssText=se=""),se)for(m in se)R&&m in R||be(p.style,m,"");if(R)for(m in R)se&&R[m]===se[m]||be(p.style,m,R[m])}else if("o"===m[0]&&"n"===m[1])ae=m!==(m=m.replace(C,"$1")),m=m.toLowerCase()in p||"onFocusOut"===m||"onFocusIn"===m?m.toLowerCase().slice(2):m.slice(2),p.l||(p.l={}),p.l[m+ae]=R,R?se?R.t=se.t:(R.t=S,p.addEventListener(m,ae?L:T,ae)):p.removeEventListener(m,ae?L:T,ae);else{if("http://www.w3.org/2000/svg"==Z)m=m.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=m&&"height"!=m&&"href"!=m&&"list"!=m&&"form"!=m&&"tabIndex"!=m&&"download"!=m&&"rowSpan"!=m&&"colSpan"!=m&&"role"!=m&&"popover"!=m&&m in p)try{pe=p.tagName&&p.tagName.includes("-"),p[m]=null!=R||pe?R:"";break e}catch{}"function"==typeof R||(null==R||!1===R&&"-"!==m[4]?p.removeAttribute(m):p.setAttribute(m,"popover"==m&&1==R?"":R))}}function We(p){return function(m){if(this.l){var R=this.l[m.type+p];if(null==m.u)m.u=S++;else if(m.u<R.t)return;return R(b.event?b.event(m):m)}}}function Ke(p,m,R,se,Z,ae,pe,He,st,f){var wt,we,Wt,D,A,ie,Ee,ge,fe,qe,et,mt,vt,qt,Re,Jt,St,Kt=m.type;if(void 0!==m.constructor)return null;128&R.__u&&(st=!!(32&R.__u),ae=[He=m.__e=R.__e]),(wt=b.__b)&&wt(m);e:if("function"==typeof Kt)try{if(ge=m.props,fe="prototype"in Kt&&Kt.prototype.render,qe=(wt=Kt.contextType)&&se[wt.__c],et=wt?qe?qe.props.value:wt.__:se,R.__c?Ee=(we=m.__c=R.__c).__=we.__E:(fe?m.__c=we=new Kt(ge,et):(m.__c=we=new ce(ge,et),we.constructor=Kt,we.render=Fe),qe&&qe.sub(we),we.props=ge,we.state||(we.state={}),we.context=et,we.__n=se,Wt=we.__d=!0,we.__h=[],we._sb=[]),fe&&null==we.__s&&(we.__s=we.state),fe&&null!=Kt.getDerivedStateFromProps&&(we.__s==we.state&&(we.__s=F({},we.__s)),F(we.__s,Kt.getDerivedStateFromProps(ge,we.__s))),D=we.props,A=we.state,we.__v=m,Wt)fe&&null==Kt.getDerivedStateFromProps&&null!=we.componentWillMount&&we.componentWillMount(),fe&&null!=we.componentDidMount&&we.__h.push(we.componentDidMount);else{if(fe&&null==Kt.getDerivedStateFromProps&&ge!==D&&null!=we.componentWillReceiveProps&&we.componentWillReceiveProps(ge,et),!we.__e&&(null!=we.shouldComponentUpdate&&!1===we.shouldComponentUpdate(ge,we.__s,et)||m.__v===R.__v)){for(m.__v!==R.__v&&(we.props=ge,we.state=we.__s,we.__d=!1),m.__e=R.__e,m.__k=R.__k,m.__k.some(function(rn){rn&&(rn.__=m)}),mt=0;mt<we._sb.length;mt++)we.__h.push(we._sb[mt]);we._sb=[],we.__h.length&&pe.push(we);break e}null!=we.componentWillUpdate&&we.componentWillUpdate(ge,we.__s,et),fe&&null!=we.componentDidUpdate&&we.__h.push(function(){we.componentDidUpdate(D,A,ie)})}if(we.context=et,we.props=ge,we.__P=p,we.__e=!1,vt=b.__r,qt=0,fe){for(we.state=we.__s,we.__d=!1,vt&&vt(m),wt=we.render(we.props,we.state,we.context),Re=0;Re<we._sb.length;Re++)we.__h.push(we._sb[Re]);we._sb=[]}else do{we.__d=!1,vt&&vt(m),wt=we.render(we.props,we.state,we.context),we.state=we.__s}while(we.__d&&++qt<25);we.state=we.__s,null!=we.getChildContext&&(se=F(F({},se),we.getChildContext())),fe&&!Wt&&null!=we.getSnapshotBeforeUpdate&&(ie=we.getSnapshotBeforeUpdate(D,A)),He=Ae(p,U(Jt=null!=wt&&wt.type===ue&&null==wt.key?wt.props.children:wt)?Jt:[Jt],m,R,se,Z,ae,pe,He,st,f),we.base=m.__e,m.__u&=-161,we.__h.length&&pe.push(we),Ee&&(we.__E=we.__=null)}catch(rn){if(m.__v=null,st||null!=ae)if(rn.then){for(m.__u|=st?160:128;He&&8===He.nodeType&&He.nextSibling;)He=He.nextSibling;ae[ae.indexOf(He)]=null,m.__e=He}else for(St=ae.length;St--;)ee(ae[St]);else m.__e=R.__e,m.__k=R.__k;b.__e(rn,m,R)}else null==ae&&m.__v===R.__v?(m.__k=R.__k,m.__e=R.__e):He=m.__e=function Ze(p,m,R,se,Z,ae,pe,He,st){var f,wt,we,Wt,D,A,ie,Ee,ge=R.props,fe=m.props,qe=m.type;if("svg"===qe?Z="http://www.w3.org/2000/svg":"math"===qe?Z="http://www.w3.org/1998/Math/MathML":Z||(Z="http://www.w3.org/1999/xhtml"),null!=ae)for(f=0;f<ae.length;f++)if((D=ae[f])&&"setAttribute"in D==!!qe&&(qe?D.localName===qe:3===D.nodeType)){p=D,ae[f]=null;break}if(null==p){if(null===qe)return document.createTextNode(fe);p=document.createElementNS(Z,qe,fe.is&&fe),He&&(b.__m&&b.__m(m,ae),He=!1),ae=null}if(null===qe)ge===fe||He&&p.data===fe||(p.data=fe);else{if(ae=ae&&h.call(p.childNodes),ge=R.props||V,!He&&null!=ae)for(ge={},f=0;f<p.attributes.length;f++)ge[(D=p.attributes[f]).name]=D.value;for(f in ge)if(D=ge[f],"children"!=f)if("dangerouslySetInnerHTML"==f)we=D;else if(!(f in fe)){if("value"==f&&"defaultValue"in fe||"checked"==f&&"defaultChecked"in fe)continue;ze(p,f,null,D,Z)}for(f in fe)D=fe[f],"children"==f?Wt=D:"dangerouslySetInnerHTML"==f?wt=D:"value"==f?A=D:"checked"==f?ie=D:He&&"function"!=typeof D||ge[f]===D||((f.startsWith("on")||"ref"===f&&"function"==typeof D)&&(Ee=se[Object.keys(se)[0]])&&(D=D.bind(Ee.props.value)),ze(p,f,D,ge[f],Z));if(wt)He||we&&(wt.__html===we.__html||wt.__html===p.innerHTML)||(p.innerHTML=wt.__html),m.__k=[];else if(we&&(p.innerHTML=""),Ae(p,U(Wt)?Wt:[Wt],m,R,se,"foreignObject"===qe?"http://www.w3.org/1999/xhtml":Z,ae,pe,ae?ae[0]:R.__k&&ye(R,0),He,st),null!=ae)for(f=ae.length;f--;)ee(ae[f]);He||(f="value","progress"===qe&&null==A?p.removeAttribute("value"):void 0!==A&&(A!==p[f]||"progress"===qe&&!A||"option"===qe&&A!==ge[f])&&ze(p,f,A,ge[f],Z),f="checked",void 0!==ie&&ie!==p[f]&&ze(p,f,ie,ge[f],Z))}return p}(R.__e,m,R,se,Z,ae,pe,st,f);return(wt=b.diffed)&&wt(m),128&m.__u?void 0:He}function Me(p,m,R){for(var se=0;se<R.length;se++)Ne(R[se],R[++se],R[++se]);b.__c&&b.__c(m,p),p.some(function(Z){try{p=Z.__h,Z.__h=[],p.some(function(ae){ae.call(Z)})}catch(ae){b.__e(ae,Z.__v)}})}function Ne(p,m,R){try{if("function"==typeof p){var se="function"==typeof p.__u;se&&p.__u(),se&&null==m||(p.__u=p(m))}else p.current=m}catch(Z){b.__e(Z,R)}}function ot(p,m,R){var se,Z;if(b.unmount&&b.unmount(p),(se=p.ref)&&(se.current&&se.current!==p.__e||Ne(se,null,m)),null!=(se=p.__c)){if(se.componentWillUnmount)try{se.componentWillUnmount()}catch(ae){b.__e(ae,m)}se.base=se.__P=null}if(se=p.__k)for(Z=0;Z<se.length;Z++)se[Z]&&ot(se[Z],m,R||"function"!=typeof p.type);R||ee(p.__e),p.__c=p.__=p.__e=void 0}function Fe(p,m,R){return this.constructor(p,R)}function Ue(p,m,R){var se,Z,ae,pe;m===document&&(m=document.documentElement),b.__&&b.__(p,m),Z=(se="function"==typeof R)?null:R&&R.__k||m.__k,ae=[],pe=[],Ke(m,p=(!se&&R||m).__k=function X(p,m,R){var se,Z,ae,pe={};for(ae in m)"key"==ae?se=m[ae]:"ref"==ae?Z=m[ae]:pe[ae]=m[ae];if(arguments.length>2&&(pe.children=arguments.length>3?h.call(arguments,2):R),"function"==typeof p&&null!=p.defaultProps)for(ae in p.defaultProps)void 0===pe[ae]&&(pe[ae]=p.defaultProps[ae]);return oe(p,pe,se,Z,null)}(ue,null,[p]),Z||V,V,m.namespaceURI,!se&&R?[R]:Z?null:m.firstChild?h.call(m.childNodes):null,ae,!se&&R?R:Z?Z.__e:m.firstChild,se,pe),Me(ae,p,pe)}function je(p,m){Ue(p,m,je)}h=W.slice,b={__e:function(p,m,R,se){for(var Z,ae,pe;m=m.__;)if((Z=m.__c)&&!Z.__)try{if((ae=Z.constructor)&&null!=ae.getDerivedStateFromError&&(Z.setState(ae.getDerivedStateFromError(p)),pe=Z.__d),null!=Z.componentDidCatch&&(Z.componentDidCatch(p,se||{}),pe=Z.__d),pe)return Z.__E=Z}catch(He){p=He}throw p}},I=0,ce.prototype.setState=function(p,m){var R;R=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof p&&(p=p(F({},R),this.props)),p&&F(R,p),null!=p&&this.__v&&(m&&this._sb.push(m),ke(this))},ce.prototype.forceUpdate=function(p){this.__v&&(this.__e=!0,p&&this.__h.push(p),ke(this))},ce.prototype.render=ue,O=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(p,m){return p.__v.__b-m.__v.__b},Se.__r=0,C=/(PointerCapture)$|Capture$/i,S=0,T=We(!1),L=We(!0),Q=0;var bn=0;const $=new WeakMap,y=(p,m)=>{let R=$.get(p);R||(R=function ve(p,m){var R={__c:m="__cC"+Q++,__:p,Consumer:function(se,Z){return se.children(Z)},Provider:function(se){var Z,ae;return this.getChildContext||(Z=new Set,(ae={})[m]=this,this.getChildContext=function(){return ae},this.componentWillUnmount=function(){Z=null},this.shouldComponentUpdate=function(pe){this.props.value!==pe.value&&Z.forEach(function(He){He.__e=!0,ke(He)})},this.sub=function(pe){Z.add(pe);var He=pe.componentWillUnmount;pe.componentWillUnmount=function(){Z&&Z.delete(pe),He&&He.call(pe)}}),se.children}};return R.Provider.__=R.Consumer.contextType=R}(p),$.set(p,R));const se=p.render(),Z=function At(p,m,R,se,Z,ae){m||(m={});var pe,He,st=m;"ref"in m&&(pe=m.ref,delete m.ref);var f={type:p,props:st,key:R,ref:pe,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--bn,__i:-1,__u:0,__source:Z,__self:ae};if("function"==typeof p&&(pe=p.defaultProps))for(He in pe)void 0===st[He]&&(st[He]=pe[He]);return b.vnode&&b.vnode(f),f}(R.Provider,{value:p,children:se});p.__shouldHydrate?(p.shadowRoot?.querySelectorAll("style").forEach(ae=>ae.remove()),je(Z,m),p.__shouldHydrate=!1):Ue(Z,m)}},3823(he,G,d){"use strict";d.d(G,{A:()=>b});const b=(I,v)=>I.call(v)},8431(he,G,d){"use strict";d.d(G,{A:()=>j});
2
2
  /*!
3
3
  * OpenUI5
4
4
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
- var w=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,b=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,P={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;"},z=function(C){var T=P[C];return T||(T=b.test(C)?"&#xfffd;":"&#x"+function(C,T){var D=C.toString(16);return T&&(D=D.padStart(T,"0")),D}(C.charCodeAt(0))+";",P[C]=T),T};const H=function(C){return C.replace(w,z)}},7928(ge,W,f){"use strict";f.d(W,{E:()=>P,h:()=>b});const E=new(f(1241).A),w="themeRegistered",b=z=>{E.attachEvent(w,z)},P=z=>E.fireEvent(w,z)},2616(ge,W,f){"use strict";f.d(W,{Ay:()=>Ae});var m=f(467),E=f(8923),w=f(3455),b=f(1712);const z=new(f(1241).A);var D=f(3274),j=f(6121);const q=at=>{const Le=document.querySelector(`META[name="${at}"]`);return Le&&Le.getAttribute("content")};var ne=f(2260),J=f(6726);let ue;(0,f(2134).R)(()=>{ue=void 0});const ce=()=>(void 0===ue&&(ue=(0,ne.SU)()),ue),ke=function(){var at=(0,m.A)(function*(Le){const Ue=document.querySelector(`[sap-ui-webcomponents-theme="${Le}"]`);Ue&&document.head.removeChild(Ue);const He=ce();if(!He)return;const Y=(at=>{let Le,Ue=!1;try{if(at.startsWith(".")||at.startsWith("/")&&!at.startsWith("//"))Le=new URL(at,(0,j.$N)()).toString(),Ue=!0;else{const He=at.startsWith("//")?new URL(at,(0,j.$N)()):new URL(at),Y=He.origin;if(Ue=Y===new URL((0,j.$N)()).origin,!Y||!((at,Le=!1)=>{const Ue=q("sap-allowed-theme-origins")??q("sap-allowedThemeOrigins");return!!Ue&&(!!Le||Ue.split(",").some(He=>"*"===He||at===He.trim()))})(Y,Ue))return;Le=He.toString()}return Le.endsWith("/")||(Le=`${Le}/`),`${Le}UI5/`}catch{return}})(He);Y?yield((at,Le)=>{const Ue=document.createElement("link");return Ue.type="text/css",Ue.rel="stylesheet",Le&&Object.entries(Le).forEach(He=>Ue.setAttribute(...He)),Ue.href=at,document.head.appendChild(Ue),new Promise(He=>{Ue.addEventListener("load",He),Ue.addEventListener("error",He)})})(((at,Le)=>`${Le}Base/baseLib/${at}/css_variables.css`)(Le,Y),{"sap-ui-webcomponents-theme":Le}):console.warn(`The ${He} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(Ue){return at.apply(this,arguments)}}();var Ee=f(5726),Ie=f(7983),me=f(1452);const st="@ui5/webcomponents-theming",Be=function(){var at=(0,m.A)(function*(Le){if(!(0,E.w2)().has(st))return;const Ue=yield(0,E.tw)(st,Le);Ue&&(0,w.E6)(Ue,"data-ui5-theme-properties",st,Le)});return function(Ue){return at.apply(this,arguments)}}(),We=function(){var at=(0,m.A)(function*(Le,Ue){const He=[...(0,E.w2)().entries()].map(function(){var Y=(0,m.A)(function*([ye,{cssVariablesTarget:lt}]){if(ye===st)return;const Ke=yield(0,E.tw)(ye,Le,Ue);Ke&&("root"===lt?(0,w.E6)(Ke,`data-ui5-component-properties-${(0,Ie._w)()}`,ye):"host"===lt&&(0,me.F)(ye,Ke))});return function(ye){return Y.apply(this,arguments)}}());return Promise.all(He)});return function(Ue,He){return at.apply(this,arguments)}}(),Re=function(){var at=(0,m.A)(function*(Le){const Ue=(0,b.A)();if(Ue)return Ue;const He=(0,D.x)("OpenUI5Support");if(He&&He.isOpenUI5Detected()){if(He.cssVariablesLoaded())return{themeName:He.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(ce())return yield ke(Le),(0,b.A)()});return function(Ue){return at.apply(this,arguments)}}(),Ae=function(){var at=(0,m.A)(function*(Le){const Ue=yield Re(Le);Ue&&Le===Ue.themeName?(0,w.eP)("data-ui5-theme-properties",st):yield Be(Le);const He=Ue&&Ue.themeName===Le?Le:void 0,Y=Ue&&Ue.baseThemeName,ye=(0,E.gu)(Le)?Le:Y||Ee.SS;yield We(ye,He),(0,J.Dm)(Y),(at=>{z.fireEvent("themeLoaded",at)})(Le)});return function(Ue){return at.apply(this,arguments)}}()},1452(ge,W,f){"use strict";f.d(W,{F:()=>b,k:()=>w});const m=new Map;let E;const w=()=>(E||(E=new CSSStyleSheet),E),b=(P,z)=>{m.set(P,z);const N=Array.from(m.values()).join("\n");w().replaceSync(N)}},1712(ge,W,f){"use strict";f.d(W,{A:()=>z});const m=new Set,z=()=>{const N=(()=>{let N=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(N)return getComputedStyle(N).backgroundImage;N=document.createElement("span"),N.style.display="none",N.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(N);let H=getComputedStyle(N).backgroundImage;return"none"===H&&(N.classList.add("sapThemeMetaData-UI5-sap-ui-core"),H=getComputedStyle(N).backgroundImage),document.body.removeChild(N),H})();if(!N||"none"===N)return;const H=(N=>{const H=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(N);if(H&&H.length>=2){let C=H[1];if(C=C.replace(/\\"/g,'"'),"{"!==C.charAt(0)&&"}"!==C.charAt(C.length-1))try{C=decodeURIComponent(C)}catch{return void(m.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),m.add("decode")))}try{return JSON.parse(C)}catch{m.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),m.add("parse"))}}})(N);return H?(N=>{let H,C;try{const T=N.Path.split(".");H=4===T.length?T[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),C=N.Extends[0]}catch{return void(m.has("object")||(console.warn("Malformed theme metadata Object",N),m.add("object")))}return{themeName:H,baseThemeName:C}})(H):void 0}},8509(ge,W,f){"use strict";f.d(W,{A:()=>L});var m={},E=m.hasOwnProperty,w=m.toString,b=E.toString,P=b.call(Object);const N=function(ee){var j,q;return!(!ee||"[object Object]"!==w.call(ee)||(j=Object.getPrototypeOf(ee))&&("function"!=typeof(q=E.call(j,"constructor")&&j.constructor)||b.call(q)!==P))};var H=Object.create(null),C=function(ee,j,q,te){var V,B,ne,J,le,X,ue=arguments[2]||{},ce=3,ve=arguments.length,Pe=arguments[0]||!1,ke=arguments[1]?void 0:H;for("object"!=typeof ue&&"function"!=typeof ue&&(ue={});ce<ve;ce++)if(null!=(le=arguments[ce]))for(J in le)V=ue[J],ne=le[J],"__proto__"!==J&&ue!==ne&&(Pe&&ne&&(N(ne)||(B=Array.isArray(ne)))?(B?(B=!1,X=V&&Array.isArray(V)?V:[]):X=V&&N(V)?V:{},ue[J]=C(Pe,arguments[1],X,ne)):ne!==ke&&(ue[J]=ne));return ue};const T=C,L=function(ee,j){return T(!0,!1,...arguments)}},4778(ge,W,f){"use strict";f.d(W,{A:()=>E});var w,m=((w=m||{}).On="On",w.Before="Before",w.After="After",w);const E=m},2928(ge,W,f){"use strict";f.d(W,{A:()=>E});var w,m=((w=m||{}).Vertical="Vertical",w.Horizontal="Horizontal",w);const E=m},594(ge,W,f){"use strict";f.d(W,{A:()=>E});var w,m=((w=m||{}).None="None",w.Positive="Positive",w.Critical="Critical",w.Negative="Negative",w.Information="Information",w);const E=m},3493(ge,W,f){"use strict";f.d(W,{Bm:()=>te,I7:()=>j,UT:()=>C,Uu:()=>q,ax:()=>b,nK:()=>D,yI:()=>P});const m=new WeakMap,E=new WeakMap,w={attributes:!0,childList:!0,characterData:!0,subtree:!0},b=V=>{const B=V;return B.accessibleNameRef?P(V):B.accessibleName?B.accessibleName:void 0},P=V=>{const B=V.accessibleNameRef?.split(" ")??[];let ne="";return B.forEach((J,le)=>{const X=H(V,J),ue=`${X&&X.textContent?X.textContent:""}`;ue&&(ne+=ue,le<B.length-1&&(ne+=" "))}),ne},z=V=>{const B=new Set;N(V).forEach(X=>{B.add(X)});const le=[V.accessibleNameRef,V.accessibleDescriptionRef].filter(Boolean).join(" ");return(le?le.split(" "):[]).forEach(X=>{const ue=H(V,X);ue&&B.add(ue)}),Array.from(B)},N=V=>{const B=V.getRootNode().querySelectorAll(`[for="${V.id}"]`);return Array.from(B)},H=(V,B)=>V.getRootNode().querySelector(`[id='${B}']`)||document.getElementById(B),C=V=>{const B=[];if(N(V).forEach(ne=>{const J=ne.textContent;J&&B.push(J)}),B.length)return B.join(" ")},D=(V,B)=>{if(E.has(V))return;const ne=z(V),J=(V=>B=>{if(!(B&&"property"===B.type&&"accessibleNameRef"===B.name||B&&"property"===B.type&&"accessibleDescriptionRef"===B.name))return;const le=E.get(V);if(!le)return;const X=le.observedElements,ue=z(V);X.forEach(ce=>{ue.includes(ce)||ee(le,ce)}),ue.forEach(ce=>{X.includes(ce)||(L(le,ce),le.observedElements.push(ce))}),le?.callback()})(V),le={host:V,observedElements:ne,callback:B,invalidationCallback:J};E.set(V,le),V.attachInvalidate(J),ne.forEach(X=>{L(le,X)}),B()},L=(V,B)=>{let ne=m.get(B);if(!ne){ne={observer:null,callbacks:[]};const J=new MutationObserver(()=>{ne.callbacks.forEach(X=>{X()});const le=document.getElementById(B.id);V.host.id===B.getAttribute("for")||le||ee(V,B)});ne.observer=J,J.observe(B,w),m.set(B,ne)}ne.callbacks.includes(V.callback)||ne.callbacks.push(V.callback)},ee=(V,B)=>{const ne=m.get(B);ne&&(ne.callbacks=ne.callbacks.filter(J=>J!==V.callback),ne.callbacks.length||(ne.observer?.disconnect(),m.delete(B))),V.observedElements=V.observedElements.filter(J=>J!==B)},j=V=>{const B=E.get(V);B&&([...B.observedElements].forEach(ne=>{ee(B,ne)}),V.detachInvalidate(B.invalidationCallback),E.delete(V))},q=V=>{const B=V;return B.accessibleDescriptionRef?te(V):B.accessibleDescription?B.accessibleDescription:void 0},te=V=>{const B=V.accessibleDescriptionRef?.split(" ")??[];let ne="";return B.forEach((J,le)=>{const X=H(V,J),ue=`${X&&X.textContent?X.textContent:""}`;ue&&(ne+=ue,le<B.length-1&&(ne+=" "))}),ne}},1402(ge,W,f){"use strict";f.d(W,{CA:()=>E,TP:()=>w,nE:()=>H,wi:()=>z});var m=f(4127);const E=()=>{const C=(0,m.A)();return C&&"function"==typeof C.focus?C:null},w=C=>{const T=E();return!!T&&b(C,T)},b=(C,T)=>{let D=C;if(D.shadowRoot&&(D=Array.from(D.shadowRoot.children).find(ee=>"style"!==ee.localName),!D))return!1;if(D===T)return!0;const L="slot"===D.localName?D.assignedNodes():D.children;return!!L&&Array.from(L).some(ee=>b(ee,T))},z=(C,T)=>{let D,L;if(C instanceof MouseEvent)D=C.clientX,L=C.clientY;else{const ee=C.touches[0];D=ee.clientX,L=ee.clientY}return((C,T,D)=>C>=D.left&&C<=D.right&&T>=D.top&&T<=D.bottom)(D,L,T)},H=C=>{const T=C.parentElement||C.getRootNode&&C.getRootNode().host;return T&&(function N(C){return"isUI5Element"in C&&"_show"in C}(T)||T===document.documentElement)?T:H(T)}},6488(ge,W,f){"use strict";f.d(W,{J:()=>b});var m=f(5465);const b=N=>z("SLOT"===N.tagName?[N]:[...N.children]),z=(N,H)=>{const C=H||[];return N&&N.forEach(T=>{if(T.nodeType===Node.TEXT_NODE||T.nodeType===Node.COMMENT_NODE)return;const D=T;D.hasAttribute("data-sap-no-tab-ref")||((N=>{if(!N||N.hasAttribute("data-sap-no-tab-ref")||(0,m.A)(N))return!1;const H=N.getAttribute("tabindex");if(null!=H)return parseInt(H)>=0;const C=N.nodeName.toLowerCase();return!("a"!==C&&!/^(input|select|textarea|button|object)$/.test(C)||N.disabled)})(D)&&C.push(D),z("SLOT"===D.tagName?D.assignedElements():[...D.shadowRoot?D.shadowRoot.children:D.children],C))}),C}},8777(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b)=>{if(w.length!==b.length)return!1;for(let P=0;P<w.length;P++)if(w[P]!==b[P])return!1;return!0}},8762(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b,P)=>Math.min(Math.max(w,b),Math.max(b,P))},5031(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=function m(w){return b=>void 0!==b&&w in b&&!0===b[w]}},6826(ge,W,f){"use strict";f.d(W,{A:()=>ee});var m=f(467),w=f(4446);const b={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let z=null;const T=function(){var j=(0,m.A)(function*(q){const te=document.createElement("div"),V=yield(0,w.HE)("@ui5/webcomponents-base"),B=te.attachShadow({mode:"open"}),ne=new CSSStyleSheet;return ne.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}"),B.adoptedStyleSheets=[ne],B.textContent=V.getText(b,q),te});return function(te){return j.apply(this,arguments)}}(),ee={setDraggedElement:(j,q)=>{z=j,q?.dataTransfer?.setData("text/plain",j?j.id:"")},clearDraggedElement:()=>{z=null},getDraggedElement:()=>z,startMultipleDrag:function(){var j=(0,m.A)(function*(q,te){if(q<2)return void console.warn(`Cannot start multiple drag with count ${q}. Minimum is 2.`);if(!te.dataTransfer)return;const V=yield T(q);document.body.appendChild(V),te.dataTransfer.setDragImage(V,0,0),requestAnimationFrame(()=>{V.remove()})});return function(te,V){return j.apply(this,arguments)}}()}},7669(ge,W,f){"use strict";f.d(W,{Fw:()=>H,gk:()=>b});var m=f(4778),E=f(2928);const w=(T,D,L,ee)=>{const j=Math.abs(T-D),q=Math.abs(T-L),te=Math.abs(T-ee);let B=[];switch(Math.min(j,q,te)){case j:B=[m.A.Before];break;case q:B=[m.A.On,j<te?m.A.Before:m.A.After];break;case te:B=[m.A.After]}return B},b=(T,D,L)=>{let ee=Number.POSITIVE_INFINITY,j=null;for(let X=0;X<T.length;X++){const ue=T[X],{left:ce,width:ve,top:Pe,height:ke}=ue.getBoundingClientRect();let Ee;Ee=L===E.A.Vertical?Pe+ke/2:ce+ve/2;const Ie=Math.abs(D-Ee);Ie<ee&&(ee=Ie,j=ue)}if(!j)return null;const{width:q,height:te,left:V,right:B,top:ne,bottom:J}=j.getBoundingClientRect();let le;return le=L===E.A.Vertical?w(D,ne,ne+te/2,J):w(D,V,V+q/2,B),{element:j,placements:le}},P=(T,D)=>--D<0?[]:[{element:T[D],placement:m.A.Before}],z=(T,D)=>++D>=T.length?[]:[{element:T[D],placement:m.A.After}],N={ArrowLeft:P,ArrowUp:P,ArrowRight:z,ArrowDown:z,Home:(T,D)=>T.slice(0,D).map(L=>({element:L,placement:m.A.Before})),End:(T,D)=>T.slice(D+1,T.length).reverse().map(L=>({element:L,placement:m.A.After}))},H=(T,D,L)=>C(L.key)?N[L.key](T,T.indexOf(D)):[],C=T=>T in N},4127(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=()=>{let w=document.activeElement;for(;w&&w.shadowRoot&&w.shadowRoot.activeElement;)w=w.shadowRoot.activeElement;return w}},5465(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>{if("SLOT"===w.nodeName)return!1;const b=window.getComputedStyle(w);return"contents"!==b.display&&w.offsetWidth<=0&&w.offsetHeight<=0||"hidden"===b.visibility}},1045(ge,W,f){"use strict";function m(E){return E.toLowerCase()}f.d(W,{A:()=>m})},6759(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>Array.from(w).filter(b=>b.nodeType!==Node.COMMENT_NODE&&(b.nodeType!==Node.TEXT_NODE||0!==(b.nodeValue||"").trim().length)).length>0},2601(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.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,E.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"});const ce="alert"},1278(ge,W,f){"use strict";f.d(W,{Ay:()=>ve}),f(6726);var E=f(4874),w=f(8841);(0,E.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:w.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.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:w.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="decline"},4257(ge,W,f){"use strict";f.d(W,{Ay:()=>ve}),f(6726);var E=f(4874),w=f(8841);(0,E.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:w.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.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:w.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="error"},8841(ge,W,f){"use strict";f.d(W,{FE:()=>D,r$:()=>B});const D={key:"ICON_DECLINE",defaultText:"Decline"},B={key:"ICON_ERROR",defaultText:"Error"}},441(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.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,E.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 ce="information"},81(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.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,E.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 ce="resize-corner"},8911(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.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,E.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 ce="sys-enter-2"},303(ge,W,f){"use strict";f.d(W,{A:()=>m});const m=':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.18"},"Version":{"Build": "11.36.3.20260526103300","Source": "11.36.3"}};--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(ge,W,f){"use strict";f.d(W,{A:()=>ce});var m=f(5386),E=f(1934),w=f(1642),b=f(3651),P=f(1834),z=f(2358),N=f(6136),H=f(6759),C=function(ve){return ve.Top="Top",ve.Bottom="Bottom",ve}(C||{});const T=C;var D=f(1892),L=f(355);function j(){return(0,D.Y)(D.FK,{children:this.text&&(0,D.Y)(L.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var q=f(5166),te=f(467),V=f(8923),B=f(303),ne=f(5444);(0,V.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,te.A)(function*(){return B.A})),(0,V.Rh)("@ui5/webcomponents","sap_horizon",(0,te.A)(function*(){return ne.A}),"host");var X,le=function(ve,Pe,ke,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,ke):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,ke,Ee);else for(var Ge=ve.length-1;Ge>=0;Ge--)(ct=ve[Ge])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,ke,me):ct(Pe,ke))||me);return Ie>3&&me&&Object.defineProperty(Pe,ke,me),me};let ue=X=class extends m.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,N.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 X.i18nBundle.getText(q.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===T.Top,bottom:this.text&&this.textPlacement===T.Bottom}}get hasContent(){return(0,H.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,z.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())}};le([(0,w.A)()],ue.prototype,"text",void 0),le([(0,w.A)()],ue.prototype,"size",void 0),le([(0,w.A)({type:Boolean})],ue.prototype,"active",void 0),le([(0,w.A)({type:Number})],ue.prototype,"delay",void 0),le([(0,w.A)()],ue.prototype,"textPlacement",void 0),le([(0,w.A)({type:Boolean})],ue.prototype,"_isBusy",void 0),le([(0,b.A)("@ui5/webcomponents")],ue,"i18nBundle",void 0),ue=X=le([(0,E.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:P.A,template:function ee(){return(0,D.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,D.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&&j.call(this),(0,D.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,D.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,D.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,D.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&j.call(this)]}),(0,D.Y)("slot",{}),this._isBusy&&(0,D.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],ue),ue.define();const ce=ue},171(ge,W,f){"use strict";f.d(W,{A:()=>He});var m=f(467),E=f(5386),w=f(1934),b=f(1642),P=f(1437),z=f(6993),N=f(3651),H=f(1834),C=f(2358),T=f(3493),D=f(4874),L=f(6136),ee=f(6759),j=f(6162),q=f(2260);let te;var ne=f(1045),J=function(Y){return Y.Default="Default",Y.Positive="Positive",Y.Negative="Negative",Y.Transparent="Transparent",Y.Emphasized="Emphasized",Y.Attention="Attention",Y}(J||{});const le=J;var X=function(Y){return Y.Button="Button",Y.Submit="Submit",Y.Reset="Reset",Y}(X||{});const ue=X;var ce=function(Y){return Y.InlineText="InlineText",Y.OverlayText="OverlayText",Y.AttentionDot="AttentionDot",Y}(ce||{});const ve=ce;var Pe=function(Y){return Y.Button="Button",Y.Link="Link",Y}(Pe||{});const ke=Pe;var Ee=f(1892),Ie=f(563),me=f(7202),ct=function(Y){return Y.S="S",Y.M="M",Y.L="L",Y}(ct||{});const Ge=ct;var be=f(5166),Be=f(8923),$e=f(303),We=f(5444);(0,Be.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return $e.A})),(0,Be.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return We.A}),"host");var Ae,Xe=function(Y,ye,lt,Ke){var Dt,Et=arguments.length,_t=Et<3?ye:null===Ke?Ke=Object.getOwnPropertyDescriptor(ye,lt):Ke;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_t=Reflect.decorate(Y,ye,lt,Ke);else for(var an=Y.length-1;an>=0;an--)(Dt=Y[an])&&(_t=(Et<3?Dt(_t):Et>3?Dt(ye,lt,_t):Dt(ye,lt))||_t);return Et>3&&_t&&Object.defineProperty(ye,lt,_t),_t};let at=!1,Le=null,Ue=Ae=class extends E.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=()=>{Le&&Le._setActiveState(!1)},this._onclickBound=ye=>{ye instanceof CustomEvent||this._onclick(ye)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),at||(document.addEventListener("mouseup",this._deactivate),at=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,L.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,T.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,T.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),Le===this&&(Le=null),(0,T.I7)(this)}onBeforeRendering(){var ye=this;return(0,m.A)(function*(){ye._setBadgeOverlayStyle(),ye.hasIcon=!!ye.icon,ye.hasEndIcon=!!ye.endIcon,ye.iconOnly=ye.isIconOnly;const lt=yield ye.getDefaultTooltip();ye.buttonTitle=ye.iconOnly?ye.tooltip??lt:ye.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==ve.AttentionDot&&this.badge[0].design!==ve.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(ye){if(ye.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void ye.preventDefault();const{altKey:lt,ctrlKey:Ke,metaKey:Et,shiftKey:_t}=ye;this.fireDecoratorEvent("click",{originalEvent:ye,altKey:lt,ctrlKey:Ke,metaKey:Et,shiftKey:_t})?(this._isSubmit&&(0,j.rM)(this),this._isReset&&(0,j.E2)(this),(0,L.nr)()&&this.getDomRef()?.focus()):ye.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),Le=this)}_ontouchend(ye){(this.disabled||this.loading)&&(ye.preventDefault(),ye.stopPropagation()),this.active&&this._setActiveState(!1),Le&&Le._setActiveState(!1)}_onkeydown(ye){(0,C.Tu)(ye)||(0,C.KL)(ye)?this._cancelAction=!0:(0,C.xC)(ye)&&(this._isSpacePressed=!0),(0,C.xC)(ye)||(0,C.RI)(ye)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(ye){const lt=(0,C.xC)(ye),Ke=(0,C.Tu)(ye)||(0,C.KL)(ye);if(lt||(0,C.BF)(ye)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void ye.preventDefault();this._isSpacePressed=!1}else Ke&&!this._isSpacePressed&&(this._cancelAction=!1);((0,C.xC)(ye)||(0,C.RI)(ye))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(ye){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=ye)}get hasButtonType(){return this.design!==le.Default&&this.design!==le.Transparent}get isIconOnly(){return!(0,ee.A)(this.text)}static typeTextMappings(){return{Positive:be.nFX,Negative:be.kQX,Emphasized:be.Jy$,Attention:be.flf}}getDefaultTooltip(){if(void 0===te&&(te=(0,q.$n)()),te)return(0,D.Z5)(this.icon)}get buttonTypeText(){return Ae.i18nBundle.getText(Ae.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,ne.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const ye=this.getAttribute("tabindex");return ye?Number.parseInt(ye):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(Dt=>Dt).join(" ")}get ariaDescriptionText(){const Ke=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(Et=>Et);return Ke.length>0?Ke.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===ke.Button?Ae.i18nBundle.getText(be.TkL):this.accessibleRole===ke.Link?Ae.i18nBundle.getText(be.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const ye=this.badge[0].effectiveText;switch(ye){case"":return ye;case"1":return Ae.i18nBundle.getText(be.mgn,ye);default:return Ae.i18nBundle.getText(be.M4s,ye)}}get _isSubmit(){return this.type===ue.Submit||this.submits}get _isReset(){return this.type===ue.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ve.AttentionDot)}};Xe([(0,b.A)()],Ue.prototype,"design",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"disabled",void 0),Xe([(0,b.A)()],Ue.prototype,"icon",void 0),Xe([(0,b.A)()],Ue.prototype,"endIcon",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"submits",void 0),Xe([(0,b.A)()],Ue.prototype,"form",void 0),Xe([(0,b.A)()],Ue.prototype,"tooltip",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleName",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleNameRef",void 0),Xe([(0,b.A)({type:Object})],Ue.prototype,"accessibilityAttributes",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleDescription",void 0),Xe([(0,b.A)()],Ue.prototype,"type",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleRole",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"active",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"iconOnly",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"hasIcon",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"hasEndIcon",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"nonInteractive",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"loading",void 0),Xe([(0,b.A)({type:Number})],Ue.prototype,"loadingDelay",void 0),Xe([(0,b.A)({noAttribute:!0})],Ue.prototype,"buttonTitle",void 0),Xe([(0,b.A)({type:Object})],Ue.prototype,"_iconSettings",void 0),Xe([(0,b.A)({noAttribute:!0})],Ue.prototype,"forcedTabIndex",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"_isTouch",void 0),Xe([(0,b.A)({type:Boolean,noAttribute:!0})],Ue.prototype,"_cancelAction",void 0),Xe([(0,b.A)({type:Boolean,noAttribute:!0})],Ue.prototype,"_isSpacePressed",void 0),Xe([(0,b.A)({noAttribute:!0})],Ue.prototype,"_accessibleNameRefTexts",void 0),Xe([(0,z.A)({type:Node,default:!0})],Ue.prototype,"text",void 0),Xe([(0,z.A)({type:HTMLElement,invalidateOnChildChange:!0})],Ue.prototype,"badge",void 0),Xe([(0,N.A)("@ui5/webcomponents")],Ue,"i18nBundle",void 0),Ue=Ae=Xe([(0,w.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:H.A,template:function st(Y){return(0,Ee.FD)(Ee.FK,{children:[(0,Ee.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":Y?.ariaPressed,"aria-valuemin":Y?.ariaValueMin,"aria-valuemax":Y?.ariaValueMax,"aria-valuenow":Y?.ariaValueNow,"aria-valuetext":Y?.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,Ee.Y)(Ie.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,Ee.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,Ee.Y)("bdi",{children:(0,Ee.Y)("slot",{})})}),this.endIcon&&(0,Ee.Y)(Ie.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,Ee.Y)("slot",{name:"badge"})]}),this.loading&&(0,Ee.Y)(me.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?Ge.S:Ge.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:-.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,P.A)("click",{bubbles:!0,cancelable:!0}),(0,P.A)("active-state-change",{bubbles:!0,cancelable:!0})],Ue),Ue.define();const He=Ue},7601(ge,W,f){"use strict";f.d(W,{A:()=>te});var m=f(5386),E=f(1934),w=f(1642),b=f(1834),P=f(4778),z=f(2928),N=f(1892),C=f(467),T=f(8923),D=f(303),L=f(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,C.A)(function*(){return D.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,C.A)(function*(){return L.A}),"host");var j=function(V,B,ne,J){var ue,le=arguments.length,X=le<3?B:null===J?J=Object.getOwnPropertyDescriptor(B,ne):J;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)X=Reflect.decorate(V,B,ne,J);else for(var ce=V.length-1;ce>=0;ce--)(ue=V[ce])&&(X=(le<3?ue(X):le>3?ue(B,ne,X):ue(B,ne))||X);return le>3&&X&&Object.defineProperty(B,ne,X),X};let q=class extends m.A{get _positionProperty(){return this.orientation===z.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:B,width:ne,right:J,top:le,bottom:X,height:ue}=this.targetReference.getBoundingClientRect(),{top:ce,height:ve}=this.ownerReference.getBoundingClientRect(),Pe={display:"",[this._positionProperty]:"",width:"",height:""};let ke=0,Ee=!1,Ie=!1;if(this.orientation===z.A.Vertical){switch(this.placement){case P.A.Before:ke=B;break;case P.A.On:Pe.width=`${ne}px`,ke=B;break;case P.A.After:ke=J}Pe.height=`${ue}px`}if(this.orientation===z.A.Horizontal){switch(this.placement){case P.A.Before:ke=le;break;case P.A.On:Pe.height=`${ue}px`,ke=le;break;case P.A.After:ke=X}Pe.width=`${ne}px`,ke-=ce,ke<=0&&(Ie=!0),ke>=ve&&(Ee=!0)}Pe[this._positionProperty]=`${ke}px`,this.toggleAttribute("first",Ie),this.toggleAttribute("last",Ee),Object.assign(this.style,Pe)}};j([(0,w.A)({type:Object})],q.prototype,"targetReference",void 0),j([(0,w.A)({type:Object})],q.prototype,"ownerReference",void 0),j([(0,w.A)()],q.prototype,"placement",void 0),j([(0,w.A)()],q.prototype,"orientation",void 0),q=j([(0,E.A)({tag:"ui5-drop-indicator",renderer:b.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 H(){return(0,N.Y)("div",{class:{"ui5-di-rect":this.placement===P.A.On,"ui5-di-needle":this.placement!==P.A.On}})}})],q),q.define();const te=q},563(ge,W,f){"use strict";f.d(W,{A:()=>Ee});var m=f(467),E=f(5386),w=f(1834),b=f(1934),P=f(1437),z=f(1642),N=f(6993),H=f(4874),C=f(4446),T=f(3651),D=f(6136),L=f(2358),ee=f(3823),j=f(1892);function te(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,j.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(Ie=>(0,j.Y)("path",{d:Ie}))}var V=function(Ie){return Ie.Image="Image",Ie.Decorative="Decorative",Ie.Interactive="Interactive",Ie}(V||{});const B=V;var ne=f(5166),J=f(8923),le=f(303),X=f(5444);(0,J.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return le.A})),(0,J.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return X.A}),"host");var ve,ce=function(Ie,me,ct,Ge){var Be,st=arguments.length,be=st<3?me:null===Ge?Ge=Object.getOwnPropertyDescriptor(me,ct):Ge;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)be=Reflect.decorate(Ie,me,ct,Ge);else for(var $e=Ie.length-1;$e>=0;$e--)(Be=Ie[$e])&&(be=(st<3?Be(be):st>3?Be(me,ct,be):Be(me,ct))||be);return st>3&&be&&Object.defineProperty(me,ct,be),be};let ke=ve=class extends E.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(me){this.mode===B.Interactive&&(me.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(me){this.mode===B.Interactive&&((0,L.RI)(me)&&this.fireDecoratorEvent("click"),(0,L.xC)(me)&&me.preventDefault())}_onkeyup(me){this.mode===B.Interactive&&(0,L.xC)(me)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===B.Decorative?"true":void 0}get _tabIndex(){return this.mode===B.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case B.Interactive:return"button";case B.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,D.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var me=this;return(0,m.A)(function*(){if(me.fontIcon.length)return void(me.effectiveAccessibleName=me.accessibleName?me.accessibleName:void 0);const ct=me.name;if(!ct)return;let Ge=(0,H.hu)(ct);if(Ge||(Ge=yield(0,H.y3)(ct)),!Ge)return me.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${me.name}`);if("ICON_NOT_FOUND"===Ge)return me.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/${ct.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(me.viewBox=Ge.viewBox||"0 0 512 512","customTemplate"in Ge&&Ge.customTemplate&&(me.customTemplate=(0,ee.A)(Ge.customTemplate,me)),"customTemplateAsString"in Ge&&(me.customTemplateAsString=Ge.customTemplateAsString),me.invalid=!1,"pathData"in Ge&&Ge.pathData&&(me.pathData=Array.isArray(Ge.pathData)?Ge.pathData:[Ge.pathData]),me.accData=Ge.accData,me.ltr=Ge.ltr,me.packageName=Ge.packageName,me.accessibleName)me.effectiveAccessibleName=me.accessibleName;else if(me.accData)if(me.packageName){const st=yield(0,C.HE)(me.packageName);me.effectiveAccessibleName=st.getText(me.accData)||void 0}else me.effectiveAccessibleName=me.accData?.defaultText||void 0;else me.effectiveAccessibleName=void 0})()}get hasFontIcon(){return this.fontIcon.length>0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case B.Interactive:return ve.i18nBundle.getText(ne.u9k);case B.Image:return ve.i18nBundle.getText(ne.Jz0);default:return""}}get accessibilityInfo(){return this.mode===B.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};ce([(0,z.A)()],ke.prototype,"design",void 0),ce([(0,z.A)()],ke.prototype,"name",void 0),ce([(0,z.A)()],ke.prototype,"accessibleName",void 0),ce([(0,z.A)({type:Boolean})],ke.prototype,"showTooltip",void 0),ce([(0,z.A)()],ke.prototype,"mode",void 0),ce([(0,N.A)({type:HTMLElement})],ke.prototype,"fontIcon",void 0),ce([(0,z.A)({type:Array,noAttribute:!0})],ke.prototype,"pathData",void 0),ce([(0,z.A)({type:Object,noAttribute:!0})],ke.prototype,"accData",void 0),ce([(0,z.A)({type:Boolean})],ke.prototype,"invalid",void 0),ce([(0,z.A)({noAttribute:!0})],ke.prototype,"effectiveAccessibleName",void 0),ce([(0,T.A)("@ui5/webcomponents")],ke,"i18nBundle",void 0),ke=ve=ce([(0,b.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:w.A,template:function q(){return this.hasFontIcon?(0,j.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,j.Y)("slot",{name:"fontIcon"})}):(0,j.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,j.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,j.Y)("g",{role:"presentation",children:te.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,P.A)("click",{bubbles:!0})],ke),ke.define();const Ee=ke},1279(ge,W,f){"use strict";f.d(W,{A:()=>K});var m={};f.r(m),f.d(m,{Contains:()=>Ue,None:()=>He,StartsWith:()=>Le,StartsWithPerTerm:()=>at});var E=f(467),w=f(5386),b=f(1642),P=f(1934),z=f(6993),N=f(1437),H=f(1834),C=f(362),T=f(8431),D=f(6136),L=f(594),ee=f(2358),q=f(8777),te=f(3651),V=f(6162),B=f(3493),le=f(4127),X=function(G){return G.Text="Text",G.Email="Email",G.Number="Number",G.Password="Password",G.Tel="Tel",G.URL="URL",G.Search="Search",G}(X||{});const ue=X;var ce=f(1892),ve=f(563),Pe=f(1278),ke=f(4257),Ee=f(2601),Ie=f(8911),me=f(441),ct=f(9494),Ge=f(6634);function st(G){const u=G?.suggestionsList,_=G?.mobileHeader;return(0,ce.FD)(ce.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:u,mobileHeader:_,valueStateMessage:be,valueStateMessageInputIcon:Be}),this.hasValueStateMessage&&(0,ce.Y)(Ge.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:ct.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,ce.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,ce.Y)(ve.A,{class:"ui5-input-value-state-message-icon",name:Be.call(this)}),this.valueStateOpen&&be.call(this)]})})]})}function be(){return(0,ce.Y)(ce.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,ce.Y)("slot",{name:"valueStateMessage"})})}function Be(){return this.valueState!==L.A.None?{Negative:ke.Ay,Critical:Ee.Ay,Positive:Ie.Ay,Information:me.Ay}[this.valueState]:""}function We(){}function Re(){}const Xe=/[[\]{}()*+?.\\^$|]/g,at=(G,u,_)=>{const p=new RegExp(`(^|\\s)${(G=>G.replace(Xe,"\\$&"))(G.toLowerCase())}.*`,"g");return u.filter(v=>{const R=v[_];return p.lastIndex=0,p.test(R.toLowerCase())})},Le=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().startsWith(G.toLowerCase())),Ue=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().includes(G.toLowerCase())),He=(G,u)=>u;var Y=f(5166),ye=f(8923),lt=f(303),Ke=f(5444);(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host");var gt=function(G){return G.StartsWithPerTerm="StartsWithPerTerm",G.StartsWith="StartsWith",G.Contains="Contains",G.None="None",G}(gt||{});const It=gt;var et,Fe=function(G,u,_,p){var O,v=arguments.length,R=v<3?u:null===p?p=Object.getOwnPropertyDescriptor(u,_):p;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)R=Reflect.decorate(G,u,_,p);else for(var Z=G.length-1;Z>=0;Z--)(O=G[Z])&&(R=(v<3?O(R):v>3?O(u,_,R):O(u,_))||R);return v>3&&R&&Object.defineProperty(u,_,R),R},k=function(G){return G.CHANGE="change",G.INPUT="input",G.SELECTION_CHANGE="selection-change",G}(k||{}),$=function(G){return G.ACTION_ENTER="enter",G.ACTION_USER_INPUT="input",G}($||{});let A=et=class extends w.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 u=this;return(0,E.A)(function*(){return u.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=It.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(){C.A.register(this,this._handleResizeBound),(0,B.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){C.A.deregister(this,this._handleResizeBound),(0,B.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(u){u.markupText=this.typedInValue?this.Suggestions?.hightlightInput(u.text||"",this.typedInValue):(0,T.A)(u.text||"")}_isGroupItem(u){return u.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(Ne=>{Ne.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(Ne):this._isGroupItem(Ne)&&Ne.items?.forEach(it=>{this._highlightSuggestionItem(it)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const u=!!this._flattenItems.length,_=!!this.value,p=this.shadowRoot.querySelector("input")===(0,le.A)(),v=this.disabled||this.readonly,R=!v&&!this._isPhone&&u&&(this.open||_&&p&&this.isTyping);v?this.open=!1:this._isPhone||(this.open=u&&(this.open||_&&p&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!R?this.openValueStatePopover():this.closeValueStatePopover();const O=this.value,Z=this.getInputDOMRefSync();if(!Z||!O)return;this.filter!==It.None&&this._filterItems(this.typedInValue);const ie=Z.selectionEnd-Z.selectionStart;if(this._shouldAutocomplete&&!(0,D.m0)()&&!ie&&!this._isKeyNavigation){const Ne=this._getFirstMatchingItem(O);Ne?(this._isComposing||this._handleTypeAhead(Ne),this._selectMatchingItem(Ne)):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,q.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const u=this.getInputDOMRefSync(),p=this.Suggestions?._getItems().filter(R=>!R.hidden)?.find(R=>R.selected||R.focused),v=this._flattenItems.filter(R=>this._isGroupItem(R));p&&!v.includes(p)?p?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?u.setSelectionRange(this.typedInValue.length,this.value.length):u.setSelectionRange(0,this.value.length):u.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(u){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,ee.W_)(u)||(0,ee.Ob)(u)||(0,ee.KL)(u)),(0,ee.ie)(u))return this._handleUp(u);if((0,ee.Pj)(u))return this._handleDown(u);if((0,ee.xC)(u))return this._handleSpace(u);if((0,ee.zP)(u))return this._handleTab();if((0,ee.RI)(u)){const _=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,_?(this.fireDecoratorEvent("_request-submit"),void(0,V.rM)(this)):this._handleEnter(u)}return(0,ee.vQ)(u)?this._handlePageUp(u):(0,ee.oY)(u)?this._handlePageDown(u):(0,ee.qN)(u)?this._handleHome(u):(0,ee.uV)(u)?this._handleEnd(u):(0,ee.KL)(u)?this._handleEscape():(0,ee.HJ)(u)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(u){(0,ee.Ob)(u)&&(this.value=u.target.value),this._enterKeyDown=!1}get currentItemIndex(){const _=(this.Suggestions?._getItems()).filter(R=>!R.hidden),p=_.find(R=>R.selected||R.focused);return p?_.indexOf(p):-1}_handleUp(u){this.Suggestions?.isOpened()&&this.Suggestions.onUp(u,this.currentItemIndex)}_handleDown(u){this.Suggestions?.isOpened()&&this.Suggestions.onDown(u,this.currentItemIndex)}_handleSpace(u){this.Suggestions&&this.Suggestions.onSpace(u)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const u=this.linksInAriaValueStateHiddenText;u.length&&u[0].focus()}_addLinksEventListeners(){const u=this.linksInAriaValueStateHiddenText;u.forEach((_,p)=>{this._linksListenersArray.push(v=>{((G,u,_,p)=>{(0,ee.zP)(G)&&(_!==u.length-1?(G.stopImmediatePropagation(),G.preventDefault(),u[_+1].focus()):(p.closeValueState(),p.focusInput())),(0,ee.bR)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),_>0?u[_-1].focus():p.focusInput()),(0,ee.ie)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),p.isPopoverOpen()&&p.focusInput()),(0,ee.Pj)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),p.navigateToItem()),(0,ee.KL)(G)&&(G.preventDefault(),G.stopImmediatePropagation())})(v,u,p,{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(v,this.currentItemIndex))):this._handleDown(v)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),_.addEventListener("keydown",this._linksListenersArray[p])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((_,p)=>{_.removeEventListener("keydown",this._linksListenersArray[p])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(u){const _=!!this.Suggestions?.onEnter(u),p=this.getInputDOMRefSync();let v=this._matchedSuggestionItem;if(v||(v=this._selectableItems.find(R=>R.text?.toLowerCase()===this.value.toLowerCase())),v){const R=v.text||"";p.setSelectionRange(R.length,R.length),_||(this.fireSelectionChange(v,!0),this.acceptSuggestion(v,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&p.setSelectionRange(this.value.length,this.value.length),_?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(u){this._isSuggestionsFocused?this.Suggestions?.onPageUp(u):u.preventDefault()}_handlePageDown(u){this._isSuggestionsFocused?this.Suggestions?.onPageDown(u):u.preventDefault()}_handleHome(u){this._isSuggestionsFocused&&this.Suggestions?.onHome(u)}_handleEnd(u){this._isSuggestionsFocused&&this.Suggestions?.onEnd(u)}_handleEscape(){const _=this.showSuggestions&&!!this.Suggestions&&this.open,p=this.getInputDOMRefSync(),v=p.selectionEnd-p.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?_?_&&this.Suggestions?._isItemOnTarget()?(this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0)):(v&&(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(k.INPUT,{inputType:""}))}_onfocusin(u){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!u.target&&u.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(u){const _=u.relatedTarget;this.Suggestions?._getPicker()?.contains(_)||this.contains(_)||this.getSlottedNodes("valueStateMessage").some(p=>p.contains(_))||(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,D.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(_=>_.hasAttribute("ui5-suggestion-item")&&_.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(k.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,V.rM)(this))))}_clear(){const u=this.value;this.value="",this.fireDecoratorEvent(k.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=u}_iconMouseDown(){this._clearIconClicked=!0}_scroll(u){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:u.detail.scrollTop,scrollContainer:u.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(u){this._input(u,u.detail&&u.detail.inputType||"")}_handleNativeInput(u){this._input(u,u.inputType||"")}_input(u,_){const p=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(_)&&!this.noTypeahead,u.target===p&&(this.focused=!0,u.stopImmediatePropagation()),this.fireEventByAction($.ACTION_ENTER,u),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===u.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(u){return Le(u,this._selectableItems,"text")}_getFirstMatchingItem(u){if(!this._flattenItems.length)return;const _=this._startsWithMatchingItems(u).filter(p=>!this._isGroupItem(p));return _.length?_[0]:void 0}_handleSelectionChange(u){this.Suggestions?.onItemPress(u)}_selectMatchingItem(u){u.selected=!0,this._matchedSuggestionItem=u}_filterItems(u){let _=[];const p=this._flattenItems.filter(v=>this._isGroupItem(v));this._resetItemVisibility(),_=p.length?this._filterGroups(this.filter,p):m[this.filter](u,this._selectableItems,"text"),this._selectableItems.forEach(v=>{v.hidden=!_.includes(v)}),0===_.length&&(this.open=!1)}_filterGroups(u,_){const p=[];return _.forEach(v=>{const R=m[u](this.typedInValue,v.items??[],"text");p.push(...R),v.hidden=0===R.length}),p}_resetItemVisibility(){this._flattenItems.forEach(u=>{this._isGroupItem(u)?u.items?.forEach(_=>{_.hidden=!1}):u.hidden=!1})}_handleTypeAhead(u){const _=u.text?u.text:"",p=this.typedInValue;_.toLowerCase().startsWith(p.toLowerCase())&&(this.value=p+_.substring(p.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,B.UT)(this),this._accessibleLabelsRefTexts=(0,B.yI)(this),this._associatedDescriptionRefTexts=(0,B.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,D.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,D.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(k.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const u=this.shadowRoot.querySelector("#selectionText");u&&(u.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 u=_=>{_.i18nBundle=et.i18nBundle,this.Suggestions=new _(this,"suggestionItems",!0,!1)};et.SuggestionsClass?u(et.SuggestionsClass):Promise.all([f.e(778),f.e(955)]).then(f.bind(f,5955)).then(_=>{u(_.default)})}_enableComposition(){if(this._composition)return;const u=_=>{this._composition=new _({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:p=>{this._isComposing=p}}),this._composition.addEventListeners()};et.composition?u(et.composition):f.e(418).then(f.bind(f,1418)).then(_=>{et.composition=_.default,u(_.default)})}acceptSuggestion(u,_){if(this._isGroupItem(u))return;let p=u;if(this._matchedSuggestionItem){const O=this._matchedSuggestionItem.text?.toLowerCase()||"",Z=u.text?.toLowerCase()||"";(_||O===Z)&&(p=this._matchedSuggestionItem)}const v=p.text||"",R=_?this.valueBeforeItemSelection!==v:this.previousValue!==v;this.hasSuggestionItemSelected=!0,this.value=v,R&&this.previousValue!==v&&(this.valueBeforeItemSelection=v,this.lastConfirmedValue=v,this._performTextSelection=!0,this.fireDecoratorEvent(k.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(u){const _=this._isGroupItem(u)?this.valueBeforeSelectionStart:u.text;this.value=_||"",this._performTextSelection=!0,this._isGroupItem(u)||(this._matchedSuggestionItem=u)}fireEventByAction(u,_){const p=this.value,v=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const R=this.getInputValue(),O=u===$.ACTION_ENTER;this.value=R,this.typedInValue=R,this.valueBeforeSelectionStart=R;const Z=this.value;O&&(!this.fireDecoratorEvent(k.INPUT,{inputType:_.inputType||""})&&(Z===this.value&&(this.value=p),v&&(v.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,D.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,D.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}get nativeInput(){const u=this.getDomRef();return u?u.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(u){u.preventDefault()}onItemSelected(u,_){!_&&!u?.focused&&this.valueBeforeItemSelection!==u.text&&this.fireSelectionChange(u,!0),this.acceptSuggestion(u,_)}_handleSuggestionItemPress(u){this.Suggestions?.onItemPress(u)}onItemSelect(u){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(u),this.announceSelectedItem(),this.fireSelectionChange(u,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(u=>this._isGroupItem(u)?[u,...u.items]:[u])}get _selectableItems(){return this._flattenItems.filter(u=>!this._isGroupItem(u))}get valueStateTypeMappings(){return{Positive:et.i18nBundle.getText(Y.PBn),Information:et.i18nBundle.getText(Y.Y12),Negative:et.i18nBundle.getText(Y.QLe),Critical:et.i18nBundle.getText(Y.CNT)}}valueStateTextMappings(){return{Positive:et.i18nBundle.getText(Y.KwP),Information:et.i18nBundle.getText(Y.tgV),Negative:et.i18nBundle.getText(Y.laD),Critical:et.i18nBundle.getText(Y.Xot)}}announceSelectedItem(){const u=this.shadowRoot.querySelector("#selectionText");u&&(u.textContent=this.itemSelectionAnnounce)}fireSelectionChange(u,_){this.Suggestions&&(this.fireDecoratorEvent(k.SELECTION_CHANGE,{item:u}),this._isLatestValueFromSuggestions=_)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return this._associatedLabelsTexts||et.i18nBundle.getText(Y.YBm)}get _suggestionsOkButtonText(){return et.i18nBundle.getText(Y.HzF)}get _suggestionsCancelButtonText(){return et.i18nBundle.getText(Y.ZqR)}get clearIconAccessibleName(){return et.i18nBundle.getText(Y.$nc)}get _popupLabel(){return et.i18nBundle.getText(Y.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===ue.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,B.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===L.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 u=this.valueState!==L.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${u} ${this.valueStateText}`:u:this.valueStateMessage.length?`${u} ${this.valueStateMessage.map(_=>_.textContent).join(" ")}`:u}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const u=[];return this.valueStateMessage&&this.valueStateMessage.forEach(_=>{_.children.length&&_.querySelectorAll("ui5-link").forEach(p=>{u.push(p)})}),u}get valueStateLinksShortcutsTextAcc(){const u=this.linksInAriaValueStateHiddenText;return u.length?(0,D.cX)()?et.i18nBundle.getText(1===u.length?Y.Z2A:Y.qF5):et.i18nBundle.getText(1===u.length?Y.dOG:Y.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===L.A.Positive,"ui5-valuestatemessage--error":this.valueState===L.A.Negative,"ui5-valuestatemessage--warning":this.valueState===L.A.Critical,"ui5-valuestatemessage--information":this.valueState===L.A.Information}}}get styles(){const u=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/u>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!==L.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==L.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==L.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return et.i18nBundle.getText(Y.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const u=this._selectableItems,p=this.Suggestions?.isOpened()?et.i18nBundle.getText(Y.vSX):et.i18nBundle.getText(Y.Bby);switch(u.length){case 0:return`${et.i18nBundle.getText(Y.NJs)} ${p}`;case 1:return`${et.i18nBundle.getText(Y.K2C)} ${p}`;default:return`${et.i18nBundle.getText(Y.MME,u.length)} ${p}`}}return this.showSuggestions?et.i18nBundle.getText(Y.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,D.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==L.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!==L.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(G=>{let u=0;return(G.selectionStart||0===G.selectionStart)&&(u="backward"===G.selectionDirection?G.selectionStart:G.selectionEnd),u})(this.nativeInput)}setCaretPosition(u){((G,u)=>{G.selectionStart?(G.focus(),G.setSelectionRange(u,u)):G.focus()})(this.nativeInput,u)}removeFractionalPart(u){return u.includes(".")?u.slice(0,u.indexOf(".")):u.includes(",")?u.slice(0,u.indexOf(",")):u}};Fe([(0,b.A)({type:Boolean})],A.prototype,"disabled",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"highlight",void 0),Fe([(0,b.A)()],A.prototype,"placeholder",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"readonly",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"required",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"noTypeahead",void 0),Fe([(0,b.A)()],A.prototype,"type",void 0),Fe([(0,b.A)()],A.prototype,"value",void 0),Fe([(0,b.A)()],A.prototype,"valueState",void 0),Fe([(0,b.A)()],A.prototype,"name",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"showSuggestions",void 0),Fe([(0,b.A)({type:Number})],A.prototype,"maxlength",void 0),Fe([(0,b.A)()],A.prototype,"accessibleName",void 0),Fe([(0,b.A)()],A.prototype,"accessibleNameRef",void 0),Fe([(0,b.A)()],A.prototype,"accessibleDescription",void 0),Fe([(0,b.A)()],A.prototype,"accessibleDescriptionRef",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"showClearIcon",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"open",void 0),Fe([(0,b.A)()],A.prototype,"filter",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"_effectiveShowClearIcon",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"focused",void 0),Fe([(0,b.A)()],A.prototype,"hint",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"valueStateOpen",void 0),Fe([(0,b.A)({type:Object})],A.prototype,"_inputAccInfo",void 0),Fe([(0,b.A)({type:Object})],A.prototype,"_nativeInputAttributes",void 0),Fe([(0,b.A)({type:Number})],A.prototype,"_inputWidth",void 0),Fe([(0,b.A)({type:Number})],A.prototype,"_listWidth",void 0),Fe([(0,b.A)({type:Boolean,noAttribute:!0})],A.prototype,"_inputIconFocused",void 0),Fe([(0,b.A)({noAttribute:!0})],A.prototype,"_associatedLabelsTexts",void 0),Fe([(0,b.A)({noAttribute:!0})],A.prototype,"_accessibleLabelsRefTexts",void 0),Fe([(0,b.A)({noAttribute:!0})],A.prototype,"_associatedDescriptionRefTexts",void 0),Fe([(0,b.A)({type:Object})],A.prototype,"Suggestions",void 0),Fe([(0,b.A)({type:Array,noAttribute:!0})],A.prototype,"_linksListenersArray",void 0),Fe([(0,b.A)({type:Boolean,noAttribute:!0})],A.prototype,"_isComposing",void 0),Fe([(0,z.A)({type:HTMLElement,default:!0})],A.prototype,"suggestionItems",void 0),Fe([(0,z.A)()],A.prototype,"icon",void 0),Fe([(0,z.A)({type:HTMLElement,invalidateOnChildChange:!0})],A.prototype,"valueStateMessage",void 0),Fe([(0,te.A)("@ui5/webcomponents")],A,"i18nBundle",void 0),A=et=Fe([(0,P.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:H.A,template:function $e(G){const u=G?.suggestionsList,_=G?.mobileHeader,p=G?.preContent||We,v=G?.postContent||Re;return(0,ce.FD)(ce.FK,{children:[(0,ce.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,ce.FD)("div",{class:"ui5-input-content",children:[p.call(this),(0,ce.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,ce.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,ce.Y)(ve.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Pe.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,ce.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,ce.Y)("slot",{name:"icon"})}),(0,ce.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),v.call(this),this._effectiveShowSuggestions&&(0,ce.FD)(ce.FK,{children:[(0,ce.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,ce.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,ce.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,ce.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,ce.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,ce.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,ce.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),st.call(this,{suggestionsList:u,mobileHeader:_})]})},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}.inputIcon{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;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)}.inputIcon.inputIcon--pressed{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);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_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}: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)}.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%}\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,N.A)("change",{bubbles:!0}),(0,N.A)("_request-submit",{bubbles:!0}),(0,N.A)("input",{bubbles:!0,cancelable:!0}),(0,N.A)("select",{bubbles:!0}),(0,N.A)("selection-change",{bubbles:!0}),(0,N.A)("type-ahead",{bubbles:!0}),(0,N.A)("suggestion-scroll",{bubbles:!0}),(0,N.A)("open",{bubbles:!0}),(0,N.A)("close")],A),A.define();const K=A},355(ge,W,f){"use strict";f.d(W,{A:()=>V});var m=f(5386),E=f(1934),w=f(1642),b=f(3651),P=f(1834),z=f(5166),N=f(1892),C=f(467),T=f(8923),D=f(303),L=f(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,C.A)(function*(){return D.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,C.A)(function*(){return L.A}),"host");var q,j=function(B,ne,J,le){var ce,X=arguments.length,ue=X<3?ne:null===le?le=Object.getOwnPropertyDescriptor(ne,J):le;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ue=Reflect.decorate(B,ne,J,le);else for(var ve=B.length-1;ve>=0;ve--)(ce=B[ve])&&(ue=(X<3?ce(ue):X>3?ce(ne,J,ue):ce(ne,J))||ue);return X>3&&ue&&Object.defineProperty(ne,J,ue),ue};let te=q=class extends m.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const ne=this.getRootNode().querySelector(`[id="${this.for}"]`);ne&&ne.focus()}get _colonSymbol(){return q.i18nBundle.getText(z.vtI)}};j([(0,w.A)()],te.prototype,"for",void 0),j([(0,w.A)({type:Boolean})],te.prototype,"showColon",void 0),j([(0,w.A)({type:Boolean})],te.prototype,"required",void 0),j([(0,w.A)()],te.prototype,"wrappingType",void 0),j([(0,b.A)("@ui5/webcomponents")],te,"i18nBundle",void 0),te=q=j([(0,E.A)({tag:"ui5-label",renderer:P.A,template:function H(){return(0,N.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,N.Y)("span",{class:"ui5-label-text-wrapper",children:(0,N.Y)("slot",{})}),(0,N.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})],te),te.define();const V=te},8305(ge,W,f){"use strict";f.d(W,{A:()=>Pe});var m=f(5386),E=f(1934),w=f(1437),b=f(1642),P=f(1834),z=f(2358),N=f(3493),H=f(3651),C=f(6136),T=f(1045),D=f(6121),L=function(ke){return ke.Default="Default",ke.Subtle="Subtle",ke.Emphasized="Emphasized",ke}(L||{});const ee=L;var j=f(1892),q=f(563),V=f(5166),B=f(467),ne=f(8923),J=f(303),le=f(5444);(0,ne.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,B.A)(function*(){return J.A})),(0,ne.Rh)("@ui5/webcomponents","sap_horizon",(0,B.A)(function*(){return le.A}),"host");var ce,ue=function(ke,Ee,Ie,me){var st,ct=arguments.length,Ge=ct<3?Ee:null===me?me=Object.getOwnPropertyDescriptor(Ee,Ie):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ge=Reflect.decorate(ke,Ee,Ie,me);else for(var be=ke.length-1;be>=0;be--)(st=ke[be])&&(Ge=(ct<3?st(Ge):ct>3?st(Ee,Ie,Ge):st(Ee,Ie))||Ge);return ct>3&&Ge&&Object.defineProperty(Ee,Ie,Ge),Ge};let ve=ce=class extends m.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,C.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Ee="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Ee?"noreferrer noopener":void 0}_isCrossOrigin(Ee){return this._dummyAnchor.href=Ee,!(this._dummyAnchor.hostname===(0,D.VQ)()&&this._dummyAnchor.port===(0,D.lj)()&&this._dummyAnchor.protocol===(0,D.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,N.ax)(this)}get hasLinkType(){return this.design!==ee.Default}static typeTextMappings(){return{Subtle:V.FvC,Emphasized:V.Kdd}}get linkTypeText(){return ce.i18nBundle.getText(ce.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,T.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Ee){const{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:Ge}=Ee;Ee.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:Ge})||Ee.preventDefault()}_onkeydown(Ee){(0,z.RI)(Ee)&&!this.href?(this._onclick(Ee),Ee.preventDefault()):(0,z.xC)(Ee)&&Ee.preventDefault()}_onkeyup(Ee){if((0,z.xC)(Ee)&&(this._onclick(Ee),this.href&&!Ee.defaultPrevented)){const Ie=new MouseEvent("click");Ie.stopImmediatePropagation(),this.getDomRef().dispatchEvent(Ie)}}};ue([(0,b.A)({type:Boolean})],ve.prototype,"disabled",void 0),ue([(0,b.A)()],ve.prototype,"tooltip",void 0),ue([(0,b.A)()],ve.prototype,"href",void 0),ue([(0,b.A)()],ve.prototype,"target",void 0),ue([(0,b.A)()],ve.prototype,"design",void 0),ue([(0,b.A)()],ve.prototype,"interactiveAreaSize",void 0),ue([(0,b.A)()],ve.prototype,"wrappingType",void 0),ue([(0,b.A)()],ve.prototype,"accessibleName",void 0),ue([(0,b.A)()],ve.prototype,"accessibleNameRef",void 0),ue([(0,b.A)()],ve.prototype,"accessibleRole",void 0),ue([(0,b.A)({type:Object})],ve.prototype,"accessibilityAttributes",void 0),ue([(0,b.A)()],ve.prototype,"accessibleDescription",void 0),ue([(0,b.A)()],ve.prototype,"icon",void 0),ue([(0,b.A)()],ve.prototype,"endIcon",void 0),ue([(0,b.A)({noAttribute:!0})],ve.prototype,"_rel",void 0),ue([(0,b.A)({noAttribute:!0})],ve.prototype,"forcedTabIndex",void 0),ue([(0,H.A)("@ui5/webcomponents")],ve,"i18nBundle",void 0),ve=ce=ue([(0,E.A)({tag:"ui5-link",languageAware:!0,renderer:P.A,template:function te(){return(0,j.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,j.Y)(q.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,j.Y)("span",{class:"ui5-link-text",children:(0,j.Y)("slot",{})}),this.hasLinkType&&(0,j.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,j.Y)(q.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,w.A)("click",{bubbles:!0,cancelable:!0})],ve),ve.define();const Pe=ve},1973(ge,W,f){"use strict";f.d(W,{A:()=>Fe});var et,m=f(467),E=f(5386),w=f(362),b=f(1834),P=f(2358),z=f(4127),N=((et=N||{}).Auto="Auto",et.Vertical="Vertical",et.Horizontal="Horizontal",et.Paging="Paging",et);const H=N;var C=(et=>(et.Static="Static",et.Cyclic="Cyclic",et))(C||{});const T=C,L=class D{constructor(k,$){if(!k.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=k,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof $.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=$.getItemsCallback,this._currentIndex=$.currentIndex||0,this._rowSize=$.rowSize||1,this._behavior=$.behavior||T.Static,this._navigationMode=$.navigationMode||H.Auto,this._affectedPropertiesNames=$.affectedPropertiesNames||[],this._skipItemsSize=$.skipItemsSize||null}setCurrentItem(k){const $=this._getItems().indexOf(k);-1!==$?(this._currentIndex=$,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",k)}setRowSize(k){this._rowSize=k}_init(){this._getItems().forEach((k,$)=>{k.forcedTabIndex=$===this._currentIndex?"0":"-1"})}_onkeydown(k){if(!this._canNavigate())return;const $=this._navigationMode===H.Horizontal||this._navigationMode===H.Auto,A=this._navigationMode===H.Vertical||this._navigationMode===H.Auto,K="rtl"===this.rootWebComponent.effectiveDir;if(K&&(0,P.OC)(k)&&$)this._handleRight();else if(K&&(0,P.FG)(k)&&$)this._handleLeft();else if((0,P.OC)(k)&&$)this._handleLeft();else if((0,P.FG)(k)&&$)this._handleRight();else if((0,P.ie)(k)&&A)this._handleUp();else if((0,P.Pj)(k)&&A)this._handleDown();else if((0,P.qN)(k))this._handleHome();else if((0,P.uV)(k))this._handleEnd();else if((0,P.vQ)(k))this._handlePageUp();else{if(!(0,P.oY)(k))return;this._handlePageDown()}k.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const k=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===T.Cyclic){const $=this._currentIndex%this._rowSize;let G=(0===$?this._rowSize-1:$-1)+(Math.ceil(k/this._rowSize)-1)*this._rowSize;G>k-1&&(G-=this._rowSize),this._currentIndex=G}else this._currentIndex=0}_handleDown(){const k=this._getItems().length;this._currentIndex+this._rowSize<k?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===T.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:k-1}_handleLeft(){const k=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===T.Cyclic&&(this._currentIndex=k-1)}_handleRight(){const k=this._getItems().length;this._currentIndex<k-1?this._currentIndex+=1:this._behavior===T.Cyclic&&(this._currentIndex=0)}_handleHome(){const k=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%k}_handleEnd(){const k=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=k-1-this._currentIndex%k}_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 k=this._getItems();for(let $=0;$<k.length;$++)k[$].forcedTabIndex=$===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach($=>{const A=this.rootWebComponent[$];this.rootWebComponent[$]=Array.isArray(A)?[...A]:{...A}})}_focusCurrentItem(){const k=this._getCurrentItem();k&&k.focus()}_canNavigate(){const k=this._getCurrentItem(),$=(0,z.A)();return k&&k===$}_getCurrentItem(){const k=this._getItems();if(!k.length)return;for(;this._currentIndex>=k.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const $=k[this._currentIndex];if(!$)return;if((0,E.W)($))return $.getFocusDomRef();const A=this.rootWebComponent.getDomRef();return A&&$.id?A.querySelector(`[id="${$.id}"]`):void 0}};var ee=f(1045),j=f(1642),q=f(1437),te=f(1934),V=f(6993),B=f(3651),ne=f(6060),J=f(1441),le=f(7669),X=f(3493);const ce=et=>{let k=et;return et.shadowRoot&&et.shadowRoot.activeElement&&(k=et.shadowRoot.activeElement),k};let ve=null;var me=f(5011),ct=function(et){return et.Button="Button",et.Scroll="Scroll",et.None="None",et}(ct||{});const Ge=ct;var st=f(9698),be=function(et){return et.All="All",et.Inner="Inner",et.None="None",et}(be||{});const Be=be;var $e=f(4583),We=f(1892),Re=f(7202),Xe=f(7601);function at(){return(0,We.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,We.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,We.Y)(Re.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,We.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,We.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Le=f(8923),Ue=f(303),He=f(5444);(0,Le.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Ue.A})),(0,Le.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return He.A}),"host");var Et,ye=f(5166),lt=f(6374),Ke=function(et,k,$,A){var u,K=arguments.length,G=K<3?k:null===A?A=Object.getOwnPropertyDescriptor(k,$):A;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)G=Reflect.decorate(et,k,$,A);else for(var _=et.length-1;_>=0;_--)(u=et[_])&&(G=(K<3?u(G):K>3?u(k,$,G):u(k,$))||G);return K>3&&G&&Object.defineProperty(k,$,G),G};const an={Menu:"menuitem",Tree:"treeitem",ListBox:"option"};let gt=Et=class extends E.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 L(this,{skipItemsSize:10,navigationMode:H.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 J.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,X.Bm)(this),this._associatedLabelsRefTexts=(0,X.yI)(this)}onEnterDOM(){(0,X.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),w.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,X.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),w.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(k=>{k.hasAttribute("ui5-li-group-header")&&(k.addEventListener("ui5-_focused",this.onItemFocusedBound),k.addEventListener("ui5-forward-after",this.onForwardAfterBound),k.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(k=>{k.hasAttribute("ui5-li-group-header")&&(k.removeEventListener("ui5-_focused",this.onItemFocusedBound),k.removeEventListener("ui5-forward-after",this.onForwardAfterBound),k.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===me.A.Delete}get isSingleSelect(){return[me.A.Single,me.A.SingleStart,me.A.SingleEnd,me.A.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===me.A.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const k=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&k.push(this.modeLabelID),this.shouldRenderH1&&k.push(this.headerID),k.length?k.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,X.ax)(this)}get ariaDescriptionText(){const k=[];this.accessibleRole===st.A.List&&k.push(this.defaultAriaDescriptionText);const $=this._associatedDescriptionRefTexts||(0,X.Uu)(this);$&&k.push($);const A=this._getDescriptionForGroups();return A&&k.push(A),k.join(" ")}get defaultAriaDescriptionText(){return Et.i18nBundle.getText(ye.dr_)}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 k="";return this._groupCount>0&&(this.accessibleRole===st.A.List?k=Et.i18nBundle.getText(ye.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===st.A.ListBox&&(k=Et.i18nBundle.getText(ye.P1,this._groupCount))),k}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return Et.i18nBundle.getText(ye.Wyx);if(this.isSingleSelect)return Et.i18nBundle.getText(ye.DQe);if(this.isDelete)return Et.i18nBundle.getText(ye.fPH)}return""}get grows(){return this.growing!==Ge.None}get growsOnScroll(){return this.growing===Ge.Scroll}get growsWithButton(){return this.growing===Ge.Button}get _growingButtonText(){return this.growingButtonText||Et.i18nBundle.getText(ye.jSp)}get listAccessibleRole(){return(0,ee.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const k=this.getItemsForProcessing(),$=an[this.accessibleRole];k.forEach((A,K)=>{const u=this.separators===Be.All||this.separators===Be.Inner&&!(K===k.length-1);A.hasConfigurableMode&&(A._selectionMode=this.selectionMode,A._inheritedAccessibleRole=$),A.hasBorder=u,A.mediaRange=this.mediaRange})}observeListEnd(){var k=this;return(0,m.A)(function*(){yield(0,ne.JT)(),k.getEndIntersectionObserver().observe(k.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var k=this;return(0,m.A)(function*(){yield(0,ne.JT)(),k.getStartIntersectionObserver().observe(k.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(k){k.forEach($=>{$.isIntersecting&&(et=>{ve&&clearTimeout(ve),ve=setTimeout(()=>{ve=null,et()},250)})(this.loadMore.bind(this))})}onStartIntersection(k){k.forEach($=>{this._startMarkerOutOfView=!$.isIntersecting})}onSelectionRequested(k){const $=this.getSelectedItems();let A=!1;this.selectionMode!==me.A.None&&this[`handle${this.selectionMode}`]&&(A=this[`handle${this.selectionMode}`](k.detail.item,!!k.detail.selected)),A&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:$,selectionComponentPressed:k.detail.selectionComponentPressed,targetItem:k.detail.item,key:k.detail.key})&&this._revertSelection($)}handleSingle(k){return!k.selected&&(this.deselectSelectedItems(),k.selected=!0,!0)}handleSingleStart(k){return this.handleSingle(k)}handleSingleEnd(k){return this.handleSingle(k)}handleSingleAuto(k){return this.handleSingle(k)}handleMultiple(k,$){return k.selected=$,!0}handleDelete(k){return this.fireDecoratorEvent("item-delete",{item:k}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(k=>{k.selected=!1})}getSelectedItems(){return this.getItems().filter(k=>k.selected)}getEnabledItems(){return this.getItems().filter(k=>k._focusable)}getItems(){const k=[],$=this.getSlottedNodes("items");let A=0,K=0;return $.forEach(G=>{if((0,lt.t)(G)){const u=[G.groupHeaderItem,...G.items.filter(_=>_.assignedSlot)].filter(Boolean);k.push(...u),A++,K+=u.length-1}else It(G)?G.assignedSlot&&k.push(...G.listItems):G.assignedSlot&&k.push(G)}),this._groupCount=A,this._groupItemCount=K,k}getItemsForProcessing(){return this.getItems()}_revertSelection(k){this.getItems().forEach($=>{const A=-1!==k.indexOf($),K=$.shadowRoot.querySelector(".ui5-li-multisel-cb"),G=$.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");$.selected=A,K?K.checked=A:G&&(G.checked=A)})}_onkeydown(k){if((0,P.uV)(k))return this._handleEnd(),void k.preventDefault();if((0,P.qN)(k))return void this._handleHome();const $=(0,P.ie)(k)||(0,P.Pj)(k),A=this._getClosestListItem(k.target);if(A?._isFocusOnInternalElement()&&$){const K=(0,P.ie)(k)?-1:1;if(this._navigateToAdjacentItem(A,K))return void k.preventDefault()}(0,P.Pj)(k)?this._handleDown(k):(0,P._0)(k)?this._moveItem(k.target,k):((0,P.zP)(k)&&this._handleTabNext(k),(0,P.oi)(k)&&this._handleF7(k))}_handleF7(k){const $=this._getClosestListItem(k.target);if(!$||!$._hasFocusableElements())return;const A=$.getFocusDomRef(),K=(0,z.A)();k.preventDefault(),k.stopPropagation(),K===A?($._editMode=!0,$._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=$._getFocusedElementIndex()):(this._lastFocusedElementIndex=$._getFocusedElementIndex(),$._editMode=!1,A.focus())}_getClosestListItem(k){return k.closest("[ui5-li], [ui5-li-custom]")}_moveItem(k,$){if(!k||!k.movable)return;const A=(0,le.Fw)(this.items,k,$);if(!A.length)return;$.preventDefault();const K=A.find(({element:G,placement:u})=>!this.fireDecoratorEvent("move-over",{originalEvent:$,source:{element:k},destination:{element:G,placement:u}}));K&&(this.fireDecoratorEvent("move",{originalEvent:$,source:{element:k},destination:{element:K.element,placement:K.placement}}),k.focus())}_onLoadMoreKeydown(k){(0,P.xC)(k)&&(k.preventDefault(),this._loadMoreActive=!0),(0,P.RI)(k)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,P.zP)(k)&&this.focusAfterElement(),(0,P.ie)(k)?this._handleLodeMoreUp(k):(0,P.bR)(k)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),k.preventDefault())}_onLoadMoreKeyup(k){(0,P.xC)(k)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(k){if(this.getGrowingButton()===k.target){const A=this.getItems();this.focusItem(A[A.length-1]),k.preventDefault(),k.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const k=this.getDomRef().getBoundingClientRect();return k.top>=0&&k.left>=0&&k.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&k.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const k=this.getBoundingClientRect().width;this.mediaRange=$e.A.getCurrentRange($e.A.RANGESETS.RANGE_4STEPS,k)}_handleTabNext(k){ce(k.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(k){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),k.preventDefault())}_navigateToAdjacentItem(k,$){const A=k?._getFocusedElementIndex();if(void 0===A||-1===A)return!1;const K=this.getItems().filter(p=>"hasConfigurableMode"in p&&p.hasConfigurableMode&&p._hasFocusableElements()),G=K.indexOf(k)+$,u=K[G];if(!u)return!1;u._editMode=k._editMode;const _=u._focusInternalElement(A);return void 0!==_&&(this._lastFocusedElementIndex=_),!0}_onfocusin(k){const $=ce(k.target);if(this.isForwardElement($)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement($)?this.focusGrowingButton():this.focusFirstItem(),void k.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement($))return this.focusGrowingButton(),void k.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}k.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(k){this._dragAndDropHandler.ondragenter(k)}_ondragleave(k){this._dragAndDropHandler.ondragleave(k)}_ondragover(k){this._dragAndDropHandler.ondragover(k)}_ondrop(k){this._dragAndDropHandler.ondrop(k)}isForwardElement(k){const $=k.id,A=this.getBeforeElement();return!!(this._id===$||A&&A.id===$)||this.isForwardAfterElement(k)}isForwardAfterElement(k){const $=k.id,A=this.getAfterElement();return A&&A.id===$}onItemTabIndexChange(k){k.stopPropagation(),this._itemNavigation.setCurrentItem(k.target)}onItemFocused(k){const $=k.target;k.stopPropagation(),this._itemNavigation.setCurrentItem($),this.fireDecoratorEvent("item-focused",{item:$}),this.selectionMode===me.A.SingleAuto&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!0,key:k.detail.key}})}onItemPress(k){const $=k.detail.item;this.fireDecoratorEvent("item-click",{item:$})&&this.selectionMode!==me.A.Delete&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!$.selected,key:k.detail.key}})}onItemClose(k){const $=k.target;($?.hasAttribute("ui5-li-notification")||$?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:k.detail?.item})}onItemToggle(k){k.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:k.detail.item})}onForwardBefore(k){const $=k.target;if($.hasConfigurableMode&&$._editMode){const A=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),K=A.indexOf($),G=K>0?A[K-1]:void 0;if(G){G._editMode=!0;const u=G._getFocusableElements();return G._focusInternalElement(u.length-1),this._lastFocusedElementIndex=u.length-1,this.setPreviouslyFocusedItem(G),k.preventDefault(),void k.stopPropagation()}$._editMode=!1}this.setPreviouslyFocusedItem($),this.focusBeforeElement(),k.stopPropagation()}onForwardAfter(k){const $=k.target;if($.hasConfigurableMode&&$._editMode){const A=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),K=A.indexOf($),G=K>=0&&K<A.length-1?A[K+1]:void 0;if(G)return G._editMode=!0,G._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(G),k.preventDefault(),void k.stopPropagation();$._editMode=!1}this.setPreviouslyFocusedItem($),this.growsWithButton?(this.focusGrowingButton(),k.preventDefault()):this.focusAfterElement(),k.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const k=this.getGrowingButton();k&&k.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const $=this.getItems().length-1,A=this._itemNavigation._currentIndex;return-1!==A&&A===$}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const k=this.getFirstItem($=>$._focusable);k&&k.focus()}focusPreviouslyFocusedItem(){const k=this.getPreviouslyFocusedItem();k&&k.focus()}focusFirstSelectedItem(){const k=this.getFirstItem($=>$.selected&&$._focusable);k&&k.focus()}focusItem(k){this._itemNavigation.setCurrentItem(k),k.focus()}onFocusRequested(k){setTimeout(()=>{this.setPreviouslyFocusedItem(k.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(k){this._forwardingFocus=k}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(k){this._previouslyFocusedItem=k}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(k){const $=this.getItems();let A=null;if(!k)return $.length?$[0]:null;for(let K=0;K<$.length;K++)if(k($[K])){A=$[K];break}return A}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}};Ke([(0,j.A)()],gt.prototype,"headerText",void 0),Ke([(0,j.A)()],gt.prototype,"footerText",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"indent",void 0),Ke([(0,j.A)()],gt.prototype,"selectionMode",void 0),Ke([(0,j.A)()],gt.prototype,"noDataText",void 0),Ke([(0,j.A)()],gt.prototype,"separators",void 0),Ke([(0,j.A)()],gt.prototype,"growing",void 0),Ke([(0,j.A)()],gt.prototype,"growingButtonText",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"loading",void 0),Ke([(0,j.A)({type:Number})],gt.prototype,"loadingDelay",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"stickyHeader",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleName",void 0),Ke([(0,j.A)({type:Object})],gt.prototype,"accessibilityAttributes",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleNameRef",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleDescription",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleDescriptionRef",void 0),Ke([(0,j.A)({noAttribute:!0})],gt.prototype,"_associatedDescriptionRefTexts",void 0),Ke([(0,j.A)({noAttribute:!0})],gt.prototype,"_associatedLabelsRefTexts",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleRole",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"_inViewport",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"_loadMoreActive",void 0),Ke([(0,j.A)()],gt.prototype,"mediaRange",void 0),Ke([(0,V.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],gt.prototype,"items",void 0),Ke([(0,V.A)()],gt.prototype,"header",void 0),Ke([(0,B.A)("@ui5/webcomponents")],gt,"i18nBundle",void 0),gt=Et=Ke([(0,te.A)({tag:"ui5-list",fastNavigation:!0,renderer:b.A,template:function Ae(){return(0,We.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,We.FD)(Re.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,We.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,We.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,We.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,We.FD)("div",{class:"ui5-list-scroll-container",children:[(0,We.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,We.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,We.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,We.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,We.Y)("slot",{}),this.showNoDataText&&(0,We.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,We.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&at.call(this),this.footerText&&(0,We.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,We.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,We.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,We.Y)(Xe.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,q.A)("item-click",{bubbles:!0,cancelable:!0}),(0,q.A)("item-close",{bubbles:!0}),(0,q.A)("item-toggle",{bubbles:!0}),(0,q.A)("item-delete",{bubbles:!0}),(0,q.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,q.A)("load-more",{bubbles:!0}),(0,q.A)("item-focused",{bubbles:!0}),(0,q.A)("move-over",{bubbles:!0,cancelable:!0}),(0,q.A)("move",{bubbles:!0})],gt),gt.define();const It=et=>"hasListItems"in et&&et.hasListItems,Fe=gt},6981(ge,W,f){"use strict";f.d(W,{A:()=>B});var m=f(5386),E=f(1934),w=f(1834),b=f(1642),P=f(1437),z=f(6488),N=f(6136),H=f(2358),C=f(4127),T=f(467),D=f(8923),L=f(303),ee=f(5444);(0,D.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,D.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host"),(0,D.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,D.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host");var te=function(ne,J,le,X){var ve,ue=arguments.length,ce=ue<3?J:null===X?X=Object.getOwnPropertyDescriptor(J,le):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(ne,J,le,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ce=(ue<3?ve(ce):ue>3?ve(J,le,ce):ve(J,le))||ce);return ue>3&&ce&&Object.defineProperty(J,le,ce),ce};let V=class extends m.A{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){(0,N.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(J){this.fireDecoratorEvent("request-tabindex-change",J),J.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",J)}_onkeydown(J){return(0,H.zP)(J)?this._handleTabNext(J):(0,H.bR)(J)?this._handleTabPrevious(J):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(J)&&J.preventDefault(),this._isEnter(J)&&this.fireItemPress(J)))}_onkeyup(J){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(J)&&this.fireItemPress(J)}_onclick(J){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(J)||(J.stopPropagation(),this.fireItemPress(J))}_isDisabledInteractiveContentClicked(J){const le=J.composedPath(),X=this.getFocusDomRef();return le.some(ue=>!!(ue instanceof HTMLElement&&ue!==this&&ue!==X&&(this._isNativeInteractiveElement(ue)||this._isCustomInteractiveElement(ue)))&&this._isElementDisabled(ue))}_isNativeInteractiveElement(J){return J.matches("button, input, select, textarea")}_isCustomInteractiveElement(J){const le=J;return J.tagName.includes("-")&&("disabled"in le||J.hasAttribute("aria-disabled"))}_isElementDisabled(J){return"boolean"==typeof J.disabled?J.disabled:"true"===J.getAttribute("aria-disabled")}_isSpace(J){return(0,H.xC)(J)}_isEnter(J){return(0,H.RI)(J)}fireItemPress(J){this.disabled||!this._pressable||((0,H.RI)(J)&&J.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:J}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:J.key}))}_handleTabNext(J){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||J.preventDefault())}_handleTabPrevious(J){this.shouldForwardTabBefore(J.target)&&(this.fireDecoratorEvent("forward-before")||J.preventDefault())}shouldForwardTabAfter(){const J=(0,z.J)(this.getFocusDomRef());return 0===J.length||J[J.length-1]===(0,C.A)()}shouldForwardTabBefore(J){return this.getFocusDomRef()===J}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}};te([(0,b.A)({type:Boolean})],V.prototype,"selected",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"movable",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"hasBorder",void 0),te([(0,b.A)()],V.prototype,"forcedTabIndex",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"disabled",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"focused",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"actionable",void 0),V=te([(0,E.A)({renderer:w.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,P.A)("click",{bubbles:!0}),(0,P.A)("request-tabindex-change",{bubbles:!0}),(0,P.A)("_press",{bubbles:!0}),(0,P.A)("_focused",{bubbles:!0}),(0,P.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,P.A)("forward-before",{bubbles:!0,cancelable:!0})],V);const B=V},6374(ge,W,f){"use strict";f.d(W,{A:()=>ue,t:()=>ce});var m=f(6993),E=f(1437),w=f(1642),b=f(1934),P=f(1834),z=f(5386),N=f(1441),H=f(4778),C=f(1892),T=f(45),D=f(7601),L=f(897),j=f(467),q=f(8923),te=f(303),V=f(5444);(0,q.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,j.A)(function*(){return te.A})),(0,q.Rh)("@ui5/webcomponents","sap_horizon",(0,j.A)(function*(){return V.A}),"host");var ne=f(6968),J=f(5031),le=function(ve,Pe,ke,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,ke):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,ke,Ee);else for(var Ge=ve.length-1;Ge>=0;Ge--)(ct=ve[Ge])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,ke,me):ct(Pe,ke))||me);return Ie>3&&me&&Object.defineProperty(Pe,ke,me),me};let X=class extends z.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new N.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,ke,Ee){return Ee===ke?Pe.filter(Ie=>Ie!==H.A.On):Pe}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return ne.A.None}};le([(0,w.A)()],X.prototype,"headerText",void 0),le([(0,w.A)()],X.prototype,"headerAccessibleName",void 0),le([(0,m.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],X.prototype,"items",void 0),le([(0,w.A)()],X.prototype,"wrappingType",void 0),le([(0,w.A)({type:Boolean})],X.prototype,"focused",void 0),le([(0,m.A)()],X.prototype,"header",void 0),X=le([(0,b.A)({tag:"ui5-li-group",renderer:P.A,languageAware:!0,template:function ee(){return(0,C.FD)(C.FK,{children:[this.hasHeader&&(0,C.FD)(T.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:L.A.ListItem,children:[this.hasFormattedHeader?(0,C.Y)("slot",{name:"header"}):this.headerText,(0,C.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,C.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,C.Y)("slot",{}),(0,C.Y)(D.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,E.A)("move-over",{bubbles:!0,cancelable:!0}),(0,E.A)("move",{bubbles:!0})],X),X.define();const ue=X,ce=(0,J.A)("isListItemGroup")},45(ge,W,f){"use strict";f.d(W,{A:()=>ue});var m=f(1642),E=f(6993),w=f(1934),b=f(3651),P=f(1045),z=f(6981),N=f(5166),H=f(1892),C=f(6968);function D(){return this.wrappingType===C.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,H.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,H.Y)("slot",{})})}var L=f(467),ee=f(8923),j=f(303),q=f(5444);(0,ee.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,L.A)(function*(){return j.A})),(0,ee.Rh)("@ui5/webcomponents","sap_horizon",(0,L.A)(function*(){return q.A}),"host");var ne,V=f(897),B=function(ce,ve,Pe,ke){var me,Ee=arguments.length,Ie=Ee<3?ve:null===ke?ke=Object.getOwnPropertyDescriptor(ve,Pe):ke;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ie=Reflect.decorate(ce,ve,Pe,ke);else for(var ct=ce.length-1;ct>=0;ct--)(me=ce[ct])&&(Ie=(Ee<3?me(Ie):Ee>3?me(ve,Pe,Ie):me(ve,Pe))||Ie);return Ee>3&&Ie&&Object.defineProperty(ve,Pe,Ie),Ie};let X=ne=class extends z.A{constructor(){super(...arguments),this.accessibleRole=V.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,P.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return ne.i18nBundle.getText(N.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&&(ne.ExpandableTextTemplate?this.expandableTextTemplate=ne.ExpandableTextTemplate:Promise.all([f.e(778),f.e(249)]).then(f.bind(f,9249)).then(ve=>{this.expandableTextTemplate=ve.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};B([(0,m.A)()],X.prototype,"accessibleName",void 0),B([(0,m.A)()],X.prototype,"accessibleRole",void 0),B([(0,m.A)()],X.prototype,"wrappingType",void 0),B([(0,m.A)()],X.prototype,"mediaRange",void 0),B([(0,m.A)({noAttribute:!0})],X.prototype,"expandableTextTemplate",void 0),B([(0,E.A)()],X.prototype,"subItems",void 0),B([(0,b.A)("@ui5/webcomponents")],X,"i18nBundle",void 0),X=ne=B([(0,w.A)({tag:"ui5-li-group-header",languageAware:!0,template:function T(){return(0,H.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,H.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:D.call(this)}),this.hasSubItems&&(0,H.Y)("slot",{name:"subItems"})]})},styles:[z.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']})],X),X.define();const ue=X},6634(ge,W,f){"use strict";f.d(W,{zN:()=>gt,D2:()=>It,Ay:()=>et,st:()=>k});var m=f(467),E=f(5386),w=f(1934),b=f(1642),P=f(6993),z=f(6136),N=f(1402),H=f(8762);const T={toAttribute:$=>$ instanceof HTMLElement?null:$,fromAttribute:$=>$};var D=f(6060),L=f(7883),ee=function($){return $.Start="Start",$.End="End",$.Top="Top",$.Bottom="Bottom",$}(ee||{});const j=ee;var q=function($){return $.Center="Center",$.Top="Top",$.Bottom="Bottom",$.Stretch="Stretch",$}(q||{});const te=q;var V=f(9494),B=f(4127);const J=$=>$.parentElement?$.parentElement:$.parentNode.host;var le=f(3466);let X;const ce=[],ve=()=>{ce.forEach($=>{$.instance.reposition()})},Ge=$=>{$&&$.shadowRoot.removeEventListener("scroll",ve,{capture:!0})},Be=$=>{const A=(0,le.vR)();if(0!==A.length&&k(A[A.length-1].instance))for(let G=A.length-1;-1!==G;G--){const u=A[G].instance;if(!k(u)||u.isModal||u.isOpenerClicked($)||u.isClicked($))return;u.closePopup()}},$e=$=>{const A=Xe($);(0,le.Xj)($,A),ce.push({instance:$,parentPopovers:A}),($=>{$&&$.shadowRoot.addEventListener("scroll",ve,{capture:!0})})($),1===ce.length&&(document.addEventListener("scroll",ve,{capture:!0}),document.addEventListener("mousedown",Be,{capture:!0}),X=setInterval(()=>{ve(),(()=>{let $=(0,B.A)();"IFRAME"===$.tagName&&Re().reverse().forEach(A=>{const K=A.instance,G=K.getOpenerHTMLElement(K.opener);for(;$;){if($===G)return;$=J($)}K.closePopup(!1,!1,!0)})})()},300))},Re=()=>ce,Xe=$=>{let A=$.parentNode;const K=[];for(;A&&A.parentNode;){for(let G=0;G<ce.length;G++)A===ce[G].instance&&K.push(A);A=A.parentNode}return K};var Ae=function($){return $.TopLeft="TopLeft",$.TopRight="TopRight",$.BottomLeft="BottomLeft",$.BottomRight="BottomRight",$}(Ae||{});const Le=class at{constructor(A){this._resized=!1,this._popover=A,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(A){return this.isResized&&(A-=this._currentDeltaX||0),A}getCorrectedTop(A){return this.isResized&&(A-=this._currentDeltaY||0),A}setCorrectResizeHandleClass(A){switch(this.getResizeHandlePlacement()){case Ae.BottomLeft:A.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Ae.BottomRight:A.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Ae.TopLeft:A.root["ui5-popover-resize-handle-top-left"]=!0;break;case Ae.TopRight:A.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const A=this._popover;if(this._resized&&A.resizeHandlePlacement)return A.resizeHandlePlacement;const K=A.getOpenerHTMLElement(A.opener);if(!K)return;const u=A.isRtl,_=K.getBoundingClientRect(),p=A.getBoundingClientRect();let v=Math.floor(_.x+_.width/2);const R=Math.floor(_.y+_.height/2);let O=Math.floor(p.x+p.width/2);const Z=Math.floor(p.y+p.height/2),ie=A.verticalAlign,Ne=A._actualHorizontalAlign,it=p.width>_.width,g=p.height>_.height;switch(u&&(v=-v,O=-O),A.getActualPlacement(_)){case It.Left:return g?Z>R+2?Ae.BottomLeft:Ae.TopLeft:ie===te.Top?Ae.BottomLeft:Ae.TopLeft;case It.Right:return g?Z+2<R?Ae.TopRight:Ae.BottomRight:ie===te.Bottom?Ae.TopRight:Ae.BottomRight;case It.Bottom:return it?O+2<v?u?Ae.BottomRight:Ae.BottomLeft:u?Ae.BottomLeft:Ae.BottomRight:u?Ne===gt.Left?Ae.BottomRight:Ae.BottomLeft:Ne===gt.Right?Ae.BottomLeft:Ae.BottomRight;default:return it?O+2<v?u?Ae.TopRight:Ae.TopLeft:u?Ae.TopLeft:Ae.TopRight:u?Ne===gt.Left?Ae.TopRight:Ae.TopLeft:Ne===gt.Right?Ae.TopLeft:Ae.TopRight}}onResizeMouseDown(A){if(!this._popover.resizable)return;A.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:K,minHeight:G}=window.getComputedStyle(this._popover),u=window.getComputedStyle(this._popover);this._initialClientX=A.clientX,this._initialClientY=A.clientY,this._minWidth=Math.max(Number.parseFloat(K),Number.parseFloat(u.minWidth)),this._minHeight=Number.parseFloat(G),this._attachMouseResizeHandlers()}_onResizeMouseMove(A){const G=this._popover._viewportMargin,{clientX:u,clientY:_}=A,p=this.getResizeHandlePlacement(),v=this._initialBoundingRect,R=u-this._initialClientX,O=_-this._initialClientY;let Z,ie;const it=p===Ae.TopLeft||p===Ae.TopRight;if(p===Ae.TopLeft||p===Ae.BottomLeft){Z=(0,H.A)(v.width-R,this._minWidth,v.x+v.width-G);const De=(0,H.A)(v.x+R,G,v.x+v.width-this._minWidth);Z=Math.min(Z,v.x+v.width-De),this._currentDeltaX=(v.x-De)/2}else{const Ze=window.innerWidth-v.x-G;Z=(0,H.A)(v.width+R,this._minWidth,Ze),this._currentDeltaX=(v.width-Z)/2}if(it){ie=(0,H.A)(v.height-O,this._minHeight,v.y+v.height-G);const De=(0,H.A)(v.y+O,G,v.y+v.height-this._minHeight);ie=Math.min(ie,v.y+v.height-De),this._currentDeltaY=(v.y-De)/2}else{const Ze=window.innerHeight-v.y-G;ie=(0,H.A)(v.height+O,this._minHeight,Ze),this._currentDeltaY=(v.height-ie)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const g=this._popover.calcPlacement(this._popover._openerRect,{width:Z,height:ie});this._popover.arrowTranslateX=g.arrow.x,this._popover.arrowTranslateY=g.arrow.y,Object.assign(this._popover.style,{left:`${g.left}px`,top:`${g.top}px`,height:`${ie}px`,width:`${Z}px`})}_onResizeMouseUp(){delete this._initialClientX,delete this._initialClientY,delete this._initialBoundingRect,delete this._minWidth,delete this._minHeight,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 Ue=f(555),He=f(1926),Y=f(8923),ye=f(303),lt=f(5444);(0,Y.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return ye.A})),(0,Y.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return lt.A}),"host");var Dt,Et=f(5031),_t=function($,A,K,G){var p,u=arguments.length,_=u<3?A:null===G?G=Object.getOwnPropertyDescriptor(A,K):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_=Reflect.decorate($,A,K,G);else for(var v=$.length-1;v>=0;v--)(p=$[v])&&(_=(u<3?p(_):u>3?p(A,K,_):p(A,K))||_);return u>3&&_&&Object.defineProperty(A,K,_),_},gt=function($){return $.Center="Center",$.Left="Left",$.Right="Right",$.Stretch="Stretch",$}(gt||{}),It=function($){return $.Left="Left",$.Right="Right",$.Top="Top",$.Bottom="Bottom",$}(It||{});let Fe=Dt=class extends L.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 Le(this)}set opener(A){this._opener!==A&&(this._opener=A,A&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var A=()=>super.openPopup,K=this;return(0,m.A)(function*(){if(K._opened)return;const G=K.getOpenerHTMLElement(K.opener);if(G){if(!G||K.isOpenerOutsideViewport(G.getBoundingClientRect()))return yield(0,D.JT)(),K.open=!1,void K.fireDecoratorEvent("close");K._initialWidth=K.style.width,K._initialHeight=K.style.height,K._openerRect=G.getBoundingClientRect(),K._observeOpenerVisibility(),yield A().call(K)}})()}closePopup(A=!1,K=!1,G=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(A,K,G)}isOpenerClicked(A){const K=A.target,G=this.getOpenerHTMLElement(this.opener);return!!G&&(!!(K===G||this._isUI5AbstractElement(K)&&K.getFocusDomRef()===G)||A.composedPath().indexOf(G)>-1)}isClicked(A){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==A.composedPath()[0])||(0,N.wi)(A,this.getBoundingClientRect())}_addOpenedPopup(){$e(this)}_removeOpenedPopup(){($=>{const A=[$];for(let K=0;K<ce.length;K++){const G=ce[K].parentPopovers.indexOf($);ce[K].parentPopovers.length>0&&G>-1&&A.push(ce[K].instance)}for(let K=A.length-1;K>=0;K--)for(let G=0;G<ce.length;G++){let u=-1;A[K]===ce[G].instance&&(u=G),u>=0&&((0,le.cY)(ce[u].instance),Ge(ce[u].instance),ce.splice(u,1)[0].instance.closePopup(!1,!0))}ce.length||(document.removeEventListener("scroll",ve,{capture:!0}),document.removeEventListener("mousedown",Be,{capture:!0}),clearInterval(X))})(this)}getOpenerHTMLElement(A){if(null==A)return A;if(A instanceof HTMLElement)return this._isUI5AbstractElement(A)?A.getFocusDomRef():A;let K=this.getRootNode();if(!K)return null;K===this&&(K=document);let G=K.getElementById(A);return K instanceof ShadowRoot&&!G&&(G=document.getElementById(A)),G&&(this._isUI5AbstractElement(G)?G.getFocusDomRef():G)}shouldCloseDueToOverflow(A,K){const u={Left:K.right,Right:K.left,Top:K.top,Bottom:K.bottom},_=this.getOpenerHTMLElement(this.opener),p=(0,N.nE)(_);let v=!1,R=!1;if(p instanceof Dt){const O=p.getBoundingClientRect();v=K.top>O.top+O.height,R=K.top+K.height<O.top}return u[A]<0||u[A]+32>p.innerHeight||v||R}shouldCloseDueToNoOpener(A){return 0===A.top&&0===A.bottom&&0===A.left&&0===A.right}isOpenerOutsideViewport(A){return A.bottom<0||A.top>window.innerHeight||A.right<0||A.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return Dt.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var A=()=>super._show,K=this;return(0,m.A)(function*(){A().call(K);const G=K.getOpenerHTMLElement(K.opener);if(!G)return void Object.assign(K.style,{top:"0px",left:"0px"});if(G&&(0,E.W)(G)&&!G.getDomRef())return;K._opened||K._showOutsideViewport();const u=K.getPopoverSize();let _;if(0===u.width||0===u.height)return;if(K.open&&(K._openerRect=G.getBoundingClientRect()),_=K._oldPlacement&&K.shouldCloseDueToNoOpener(K._openerRect)&&K.isFocusWithin()?K._oldPlacement:K.calcPlacement(K._openerRect,u),K._preventRepositionAndClose||K.isOpenerOutsideViewport(K._openerRect))return yield K._waitForDomRef(),K.closePopup();K._oldPlacement=_,K.actualPlacement=_.actualPlacement;let p=(0,H.A)(K._left,Dt.VIEWPORT_MARGIN,document.documentElement.clientWidth-u.width-Dt.VIEWPORT_MARGIN);K.actualPlacement===It.Right&&(p=Math.max(p,K._left));let v=(0,H.A)(K._top,Dt.VIEWPORT_MARGIN,document.documentElement.clientHeight-u.height-Dt.VIEWPORT_MARGIN);K.actualPlacement===It.Bottom&&(v=Math.max(v,K._top)),K.arrowTranslateX=_.arrow.x,K.arrowTranslateY=_.arrow.y,v=K._adjustForIOSKeyboard(v),Object.assign(K.style,{top:`${v}px`,left:`${p}px`}),!K._popoverResize.isResized&&(K.horizontalAlign===V.A.Stretch&&K._width&&(K.style.width=K._width),K.verticalAlign===te.Stretch&&K._height&&(K.style.height=K._height))})()}_adjustForIOSKeyboard(A){if(!(0,z.un)())return A;const K=Math.ceil(this.getBoundingClientRect().top);return A+(Number.parseInt(this.style.top||"0")-K)}_onOpenerIntersection(A){this.open&&!A[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const A=this.getOpenerHTMLElement(this.opener);A&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(A))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(A=!1){const K=this.getBoundingClientRect(),G=K.width;let u;const _=this.getDomRef();if(A&&_){const p=_.querySelector(".ui5-popup-header-root"),v=_.querySelector(".ui5-popup-content"),R=_.querySelector(".ui5-popup-footer-root");u=v?.scrollHeight||0,u+=p?.scrollHeight||0,u+=R?.scrollHeight||0}else u=K.height;return{width:G,height:u}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(A){return(0,E.W)(A)&&A.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(A,K){let G=Dt.VIEWPORT_MARGIN,u=0;const _=this.allowTargetOverlap,p=document.documentElement.clientWidth,v=document.documentElement.clientHeight;let R=v,O=p;const Z=this.getActualPlacement(A);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(A)||this.shouldCloseDueToOverflow(Z,A);const ie=Z===It.Top||Z===It.Bottom;this._popoverResize.isResized||(this.horizontalAlign===V.A.Stretch&&ie?(K.width=A.width,this._width=`${A.width}px`):this.verticalAlign===te.Stretch&&!ie&&(K.height=A.height,this._height=`${A.height}px`));const Ne=this.hideArrow?0:8;switch(Z){case It.Top:G=this.getVerticalLeft(A,K),u=Math.max(A.top-K.height-Ne,0),_||(R=A.top-Ne);break;case It.Bottom:G=this.getVerticalLeft(A,K),u=A.bottom+Ne,_?u=Math.max(Math.min(u,v-K.height),0):R=v-A.bottom-Ne;break;case It.Left:G=Math.max(A.left-K.width-Ne,0),u=this.getHorizontalTop(A,K),_||(O=A.left-Ne);break;case It.Right:G=A.left+A.width+Ne,u=this.getHorizontalTop(A,K),_?G=Math.max(Math.min(G,p-K.width),0):O=p-A.right-Ne}ie?K.width>p||G<Dt.VIEWPORT_MARGIN?G=Dt.VIEWPORT_MARGIN:G+K.width>p-Dt.VIEWPORT_MARGIN&&(G=p-Dt.VIEWPORT_MARGIN-K.width):K.height>v||u<Dt.VIEWPORT_MARGIN?u=Dt.VIEWPORT_MARGIN:u+K.height>v-Dt.VIEWPORT_MARGIN&&(u=v-Dt.VIEWPORT_MARGIN-K.height),this._maxHeight=Math.round(R-Dt.VIEWPORT_MARGIN),this._maxWidth=Math.round(O-Dt.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-G)>1.5)&&(this._left=Math.round(G)),(void 0===this._top||Math.abs(this._top-u)>1.5)&&(this._top=Math.round(u));const it=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),g=this.getArrowPosition(A,K,G,u,ie,it);return this._left+=this.getRTLCorrectionLeft(),{arrow:g,top:this._top,left:this._left,actualPlacement:Z}}get isVertical(){return this.placement===j.Top||this.placement===j.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(A,K,G,u,_,p){const v=this._actualHorizontalAlign;let R=v===gt.Center||v===gt.Stretch;v===gt.Right&&G<=A.left&&(R=!0),v===gt.Left&&G+K.width>=A.left+A.width&&(R=!0);let O=0;_&&R&&(O=A.left+A.width/2-G-K.width/2);let Z=0;_||(Z=A.top+A.height/2-u-K.height/2);const ie=K.height/2-p-4-2;Z=(0,H.A)(Z,-ie,ie);const Ne=K.width/2-p-4-2;return O=(0,H.A)(O,-Ne,Ne),{x:Math.round(O),y:Math.round(Z)}}fallbackPlacement(A,K,G,u){return G.left>u.width?It.Left:A-G.right>G.left?It.Right:K-G.bottom>u.height?It.Bottom:K-G.bottom<G.top?It.Top:void 0}getActualPlacement(A){const K=this.placement,G=this.getPopoverSize(!this.allowTargetOverlap);let u=It.Right;switch(K){case j.Start:u=this.isRtl?It.Right:It.Left;break;case j.End:u=this.isRtl?It.Left:It.Right;break;case j.Top:u=It.Top;break;case j.Bottom:u=It.Bottom}const _=document.documentElement.clientWidth;let p=document.documentElement.clientHeight,v=G.height;switch(this.isVertical&&(v+=this.hideArrow?0:8,p-=Dt.VIEWPORT_MARGIN),u){case It.Top:A.top<v&&A.top<p-A.bottom&&(u=It.Bottom);break;case It.Bottom:p-A.bottom<v&&p-A.bottom<A.top&&(u=It.Top);break;case It.Left:A.left<G.width&&(u=this.fallbackPlacement(_,p,A,G)||u);break;case It.Right:_-A.right<G.width&&(u=this.fallbackPlacement(_,p,A,G)||u)}return u}getVerticalLeft(A,K){let u=Dt.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case gt.Center:case gt.Stretch:u=A.left-(K.width-A.width)/2,u=this._popoverResize.getCorrectedLeft(u);break;case gt.Left:u=A.left;break;case gt.Right:u=A.right-K.width}return u}getHorizontalTop(A,K){let G=0;switch(this.verticalAlign){case te.Center:case te.Stretch:G=A.top-(K.height-A.height)/2,G=this._popoverResize.getCorrectedTop(G);break;case te.Top:G=A.top;break;case te.Bottom:G=A.bottom-K.height}return G}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 A=super.classes;return A.root["ui5-popover-root"]=!0,A.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(A),A}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case V.A.Start:return this.isRtl?gt.Right:gt.Left;case V.A.End:return this.isRtl?gt.Left:gt.Right;case V.A.Stretch:return gt.Stretch;default:return gt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(A){this._popoverResize.onResizeMouseDown(A),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};_t([(0,b.A)()],Fe.prototype,"headerText",void 0),_t([(0,b.A)()],Fe.prototype,"placement",void 0),_t([(0,b.A)()],Fe.prototype,"horizontalAlign",void 0),_t([(0,b.A)()],Fe.prototype,"verticalAlign",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"modal",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"hideArrow",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"allowTargetOverlap",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"resizable",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"arrowTranslateX",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"arrowTranslateY",void 0),_t([(0,b.A)()],Fe.prototype,"actualPlacement",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"_maxHeight",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"_maxWidth",void 0),_t([(0,b.A)({noAttribute:!0})],Fe.prototype,"_resizeHandlePlacement",void 0),_t([(0,P.A)()],Fe.prototype,"header",void 0),_t([(0,P.A)()],Fe.prototype,"footer",void 0),_t([(0,b.A)({converter:T})],Fe.prototype,"opener",null),Fe=Dt=_t([(0,w.A)({tag:"ui5-popover",styles:[L.A.styles,He.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:Ue.A})],Fe),Fe.define();const et=Fe,k=(0,Et.A)("isPopover")},555(ge,W,f){"use strict";f.d(W,{A:()=>z});var m=f(1892),E=f(563),w=f(81),b=f(8520),P=f(6983);function z(){return b.Ay.call(this,{beforeContent:N,afterContent:H})}function N(){return(0,m.FD)(m.FK,{children:[(0,m.Y)("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&(0,m.Y)("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?(0,m.Y)("slot",{name:"header"}):(0,m.Y)(P.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function H(){return(0,m.FD)(m.FK,{children:[this._displayFooter&&!!this.footer.length&&(0,m.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,m.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,m.Y)("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,m.Y)(E.A,{name:w.Ay})})]})}},7883(ge,W,f){"use strict";f.d(W,{A:()=>Ue});var m=f(467),E=f(1934),w=f(6060),b=f(1437),P=f(6993),z=f(1642),N=f(1834),H=f(5386),C=f(6136),T=f(5465);const D=/^(?:a|area)$/i,L=/^(?:input|select|textarea|button)$/i,j=He=>{if(He.disabled)return!1;const Y=He.getAttribute("tabindex");return null!=Y?parseInt(Y)>=0:L.test(He.nodeName)||D.test(He.nodeName)&&!!He.href},q=He=>He.hasAttribute("data-ui5-focus-trap"),te=He=>{const Y=getComputedStyle(He);return He.scrollHeight>He.clientHeight&&["scroll","auto"].indexOf(Y.overflowY)>=0||He.scrollWidth>He.clientWidth&&["scroll","auto"].indexOf(Y.overflowX)>=0},V=function(){var He=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:le(Y,!0,ye)});return function(ye,lt){return He.apply(this,arguments)}}(),B=function(){var He=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:le(Y,!1,ye)});return function(ye,lt){return He.apply(this,arguments)}}(),ne=He=>He.hasAttribute("data-ui5-focus-redirect")||!(0,T.A)(He),J=He=>{if((0,H.W)(He)){const Y=He.getAttribute("tabindex");if(null!==Y&&parseInt(Y)<0)return!0}return!1},le=function(){var He=(0,m.A)(function*(Y,ye,lt){let Ke,Et,Dt,_t=-1;for(Y.shadowRoot?Ke=ye?Y.shadowRoot.firstElementChild:Y.shadowRoot.lastElementChild:Y instanceof HTMLSlotElement&&Y.assignedNodes()?(Et=Y.assignedElements(),_t=ye?0:Et.length-1,Ke=Et[_t]):Ke=lt?Y:ye?Y.firstElementChild:Y.lastElementChild;Ke;){const an=Ke;if(!(0,T.A)(an)&&!J(an)){if((0,H.W)(Ke)&&(yield Ke._waitForDomRef(),Ke=Ke.getDomRef()),!Ke||(0,T.A)(Ke))return null;if(1===Ke.nodeType&&ne(Ke)&&!q(Ke)){if(j(Ke)||(Dt=yield le(Ke,ye),!(0,C.nr)()&&!Dt&&te(Ke)))return Ke&&"function"==typeof Ke.focus?Ke:null;if(Dt)return Dt&&"function"==typeof Dt.focus?Dt:null}}Ke=ye?an.nextElementSibling:an.previousElementSibling,Et&&!Et[_t].contains(Ke)&&(_t=ye?_t+1:_t-1,Ke=Et[_t])}return null});return function(ye,lt,Ke){return He.apply(this,arguments)}}();var X=f(3493),ue=f(3455),ce=f(2358),ve=f(1402),Pe=f(362),ke=f(4583),Ee=f(1045),Ie=f(8520),me=f(9634),ct=f(3466),Ge=f(8923),st=f(303),be=f(5444);(0,Ge.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,Ge.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return be.A}),"host"),(0,Ge.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,Ge.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return be.A}),"host"),(0,Ge.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,Ge.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return be.A}),"host");var Xe,Re=function(He,Y,ye,lt){var _t,Ke=arguments.length,Et=Ke<3?Y:null===lt?lt=Object.getOwnPropertyDescriptor(Y,ye):lt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Et=Reflect.decorate(He,Y,ye,lt);else for(var Dt=He.length-1;Dt>=0;Dt--)(_t=He[Dt])&&(Et=(Ke<3?_t(Et):Ke>3?_t(Y,ye,Et):_t(Y,ye))||Et);return Ke>3&&Et&&Object.defineProperty(Y,ye,Et),Et};(0,ue.g5)("data-ui5-popup-scroll-blocker")||(0,ue._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const at=new Set;let Le=Xe=class extends H.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,C.tp)(),this.onDesktop=(0,C.xl)()}onAfterRendering(){(0,w.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,C.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,X.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(Xe.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,X.I7)(this)}set open(Y){this._open!==Y&&(this._open=Y,Y?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var Y=this;return(0,m.A)(function*(){Y._opened||(Y.fireDecoratorEvent("before-open")?(Y._attachBrowserEvents(),Y.isModal&&Xe.blockPageScrolling(Y),Y._focusedElementBeforeOpen=(0,ve.CA)(),Y._show(),Y._opened=!0,Y.getDomRef()&&Y._updateMediaRange(),Y._addOpenedPopup(),Y.classList.add("ui5-popup-opening"),setTimeout(()=>{Y.classList.remove("ui5-popup-opening")},50),Y.open=!0,yield Y.applyInitialFocus(),yield(0,w.JT)(),Y.isConnected&&Y.fireDecoratorEvent("open")):Y.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(Y){Y.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(Y){at.add(Y),1===at.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(Y){at.delete(Y),0===at.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(Y){this.fireDecoratorEvent("scroll",{scrollTop:Y.target.scrollTop,targetRef:Y.target})}_onkeydown(Y){const ye=Y.target===this._root&&(0,ce.bR)(Y),lt=(0,ce.RI)(Y)&&!this.open;(ye||lt)&&Y.preventDefault()}_onfocusout(Y){Y.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(Y){this._shouldFocusRoot=!!this.shadowRoot.contains(Y.target)}_onmouseup(){this._shouldFocusRoot&&((0,C.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var Y=this;return(0,m.A)(function*(){const ye=yield V(Y);ye?ye.focus():Y._root.focus()})()}forwardToLast(){var Y=this;return(0,m.A)(function*(){const ye=yield B(Y);ye?ye.focus():Y._root.focus()})()}applyInitialFocus(){var Y=this;return(0,m.A)(function*(){Y.preventInitialFocus||(yield Y.applyFocus())})()}applyFocus(){var Y=this;return(0,m.A)(function*(){yield Y._waitForDomRef();const ye=Y.querySelector("[autofocus]");if(ye)return void("isUI5Element"in ye&&ye.focus());if(Y.getRootNode()===Y)return;let lt;Y.initialFocus&&(lt=Y.getRootNode().getElementById(Y.initialFocus)||document.getElementById(Y.initialFocus)),lt=lt||(yield V(Y))||Y._root,lt&&(lt===Y._root&&(lt.tabIndex=-1),lt.focus())})()}isFocusWithin(){return(0,ve.TP)(this._root)}_updateMediaRange(){this.mediaRange=ke.A.getCurrentRange(ke.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,X.Bm)(this)}_addOpenedPopup(){(0,ct.Xj)(this)}closePopup(Y=!1,ye=!1,lt=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:Y})?(this._opened=!1,this.isModal&&Xe.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),ye||this._removeOpenedPopup(),!this.preventFocusRestore&&!lt&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,ct.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(Pe.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(Pe.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,X.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,X.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===me.A.None?void 0:(0,Ee.A)(this.accessibleRole)}get _ariaModal(){return this.accessibleRole===me.A.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get styles(){return{root:{},content:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};Re([(0,z.A)()],Le.prototype,"initialFocus",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"preventFocusRestore",void 0),Re([(0,z.A)()],Le.prototype,"accessibleName",void 0),Re([(0,z.A)()],Le.prototype,"accessibleNameRef",void 0),Re([(0,z.A)()],Le.prototype,"accessibleRole",void 0),Re([(0,z.A)()],Le.prototype,"accessibleDescription",void 0),Re([(0,z.A)()],Le.prototype,"accessibleDescriptionRef",void 0),Re([(0,z.A)({noAttribute:!0})],Le.prototype,"_associatedDescriptionRefTexts",void 0),Re([(0,z.A)()],Le.prototype,"mediaRange",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"preventInitialFocus",void 0),Re([(0,z.A)({type:Boolean,noAttribute:!0})],Le.prototype,"isTopModalPopup",void 0),Re([(0,P.A)({type:HTMLElement,default:!0})],Le.prototype,"content",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"onPhone",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"onDesktop",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"open",null),Le=Xe=Re([(0,E.A)({renderer:N.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:Ie.Ay}),(0,b.A)("before-open",{cancelable:!0}),(0,b.A)("open"),(0,b.A)("before-close",{cancelable:!0}),(0,b.A)("close"),(0,b.A)("scroll",{bubbles:!0})],Le);const Ue=Le},8520(ge,W,f){"use strict";f.d(W,{Ay:()=>w});var m=f(1892);function E(){return(0,m.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function w(z){return(0,m.FD)(m.FK,{children:[E.call(this),(0,m.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,m.Y)("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(z?.beforeContent||b).call(this),(0,m.Y)("div",{style:this.styles.content,class:this.classes.content,onScroll:this._scroll,part:"content",children:(0,m.Y)("slot",{})}),this.ariaDescriptionText&&(0,m.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(z?.afterContent||P).call(this),(0,m.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function b(){}function P(){}},6983(ge,W,f){"use strict";f.d(W,{A:()=>B});var m=f(5386),E=f(1834),w=f(1934),b=f(1642),P=function(ne){return ne.H1="H1",ne.H2="H2",ne.H3="H3",ne.H4="H4",ne.H5="H5",ne.H6="H6",ne}(P||{});const z=P;var N=f(1892);function C(ne){switch(ne){case"H1":return(0,N.Y)("h1",{class:"ui5-title-root",children:T.call(this)});case"H2":default:return(0,N.Y)("h2",{class:"ui5-title-root",children:T.call(this)});case"H3":return(0,N.Y)("h3",{class:"ui5-title-root",children:T.call(this)});case"H4":return(0,N.Y)("h4",{class:"ui5-title-root",children:T.call(this)});case"H5":return(0,N.Y)("h5",{class:"ui5-title-root",children:T.call(this)});case"H6":return(0,N.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:T.call(this)})}}function T(){return(0,N.Y)("span",{id:`${this._id}-inner`,children:(0,N.Y)("slot",{})})}var D=f(467),L=f(8923),ee=f(303),j=f(5444);(0,L.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,D.A)(function*(){return ee.A})),(0,L.Rh)("@ui5/webcomponents","sap_horizon",(0,D.A)(function*(){return j.A}),"host");var te=function(ne,J,le,X){var ve,ue=arguments.length,ce=ue<3?J:null===X?X=Object.getOwnPropertyDescriptor(J,le):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(ne,J,le,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ce=(ue<3?ve(ce):ue>3?ve(J,le,ce):ve(J,le))||ce);return ue>3&&ce&&Object.defineProperty(J,le,ce),ce};let V=class extends m.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===z.H1}get h2(){return this.level===z.H2}get h3(){return this.level===z.H3}get h4(){return this.level===z.H4}get h5(){return this.level===z.H5}get h6(){return this.level===z.H6}};te([(0,b.A)()],V.prototype,"wrappingType",void 0),te([(0,b.A)()],V.prototype,"level",void 0),te([(0,b.A)()],V.prototype,"size",void 0),V=te([(0,w.A)({tag:"ui5-title",renderer:E.A,template:function H(){return(0,N.Y)(N.FK,{children:C.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'})],V),V.define();const B=V},1441(ge,W,f){"use strict";f.d(W,{A:()=>C});var m=f(6826);var z=f(7669),N=f(2928);const C=class H{constructor(D,L){this.component=D,this.config={orientation:N.A.Vertical,clientCoordinate:"clientY",...L}}ondragenter(D){D.preventDefault()}ondragleave(D){if(D.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(D.relatedTarget))return;const L=this.config.getDropIndicator();L&&(L.targetReference=null)}ondragover(D){if(!this._validateDragOver(D))return;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator(),j=this._findClosestPosition(D);if(!j)return void(ee.targetReference=null);const q=this._transformTargetElement(j.element);if(!this._isValidDragTarget(L,q))return void(ee.targetReference=null);const te=this._filterPlacements(j.placements,L,q),V=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:B,placement:ne}=function E(T,D,L,ee,j={}){const q=m.A.getDraggedElement(),te={targetReference:null,placement:null};if(!q&&!j?.crossDnD)return te;const V=L.placements;return te.targetReference=T.target,V.some(B=>!D.fireDecoratorEvent("move-over",{...j.originalEvent?{originalEvent:T}:{},source:{element:q},destination:{element:ee,placement:B}})&&(T.preventDefault(),te.targetReference=L.element,te.placement=B,!0))||(te.targetReference=null),te}(D,this.component,{element:q,placements:te},q,V);ee.targetReference=B,ee.placement=ne}ondrop(D){const L=this.config.getDropIndicator();L?.targetReference&&L?.placement?(function b(T,D,L,ee,j={}){T.preventDefault();const q=m.A.getDraggedElement();!q&&j?.crossDnD||(D.fireDecoratorEvent("move",{...j.originalEvent?{originalEvent:T}:{},source:{element:q},destination:{element:L,placement:ee}}),q?.focus())}(D,this.component,L.targetReference,L.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),L.targetReference=null):D.preventDefault()}_validateDragOver(D){if(!(D.target instanceof HTMLElement))return!1;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator();return!(!L||!ee)}_findClosestPosition(D){const L=this.config.getItems();return(0,z.gk)(L,"clientX"===this.config.clientCoordinate?D.clientX:D.clientY,this.config.orientation)}_transformTargetElement(D){return this.config.transformElement?this.config.transformElement(D):D}_isValidDragTarget(D,L){return!this.config.validateDraggedElement||this.config.validateDraggedElement(D,L)}_filterPlacements(D,L,ee){return this.config.filterPlacements?this.config.filterPlacements(D,L,ee):D}}},5166(ge,W,f){"use strict";f.d(W,{$nc:()=>pn,Apb:()=>z,B$d:()=>Vn,Bby:()=>Qn,CH:()=>b,CNT:()=>zp,CR4:()=>yr,C_7:()=>ze,DQe:()=>Lo,DXF:()=>$r,Dy9:()=>w,Egs:()=>Qp,F$r:()=>zl,Fo:()=>mr,Fr3:()=>kt,FvC:()=>tn,HzF:()=>fi,IGR:()=>Ml,Jy$:()=>st,Jz0:()=>fa,K2C:()=>Ri,Kdd:()=>ea,KwP:()=>e_,M4s:()=>$e,MME:()=>Mi,NJs:()=>we,Oms:()=>Bt,P1:()=>Sr,PBn:()=>gi,QGn:()=>Yn,QLe:()=>Bo,Qmg:()=>Ve,RXS:()=>me,SJi:()=>Tn,TkL:()=>We,Uin:()=>Fi,UlA:()=>ta,W_p:()=>fr,WlA:()=>fs,Wyx:()=>ii,Xot:()=>mc,Y12:()=>us,YBm:()=>Kn,YF:()=>M,YHe:()=>Po,Yz$:()=>Q,Z2A:()=>yc,ZqR:()=>uc,_43:()=>po,b5n:()=>tr,bB2:()=>un,bP:()=>ri,bRY:()=>hn,dOG:()=>t_,dr_:()=>hi,f4l:()=>y_,fBK:()=>E,fPH:()=>dc,fSG:()=>P,flf:()=>be,hNk:()=>Re,jSp:()=>ra,kHh:()=>Or,kQX:()=>Ge,knB:()=>m,lXU:()=>Nt,laD:()=>Jd,mgn:()=>Be,nFX:()=>ct,ogG:()=>Wr,pcO:()=>ae,piN:()=>Pi,qF5:()=>oa,rek:()=>cs,tgV:()=>vc,u9k:()=>Vl,vSX:()=>ho,vtI:()=>Uo,wJ8:()=>gs});const m={key:"ACC_STATE_REQUIRED",defaultText:"Required"},E={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},w={key:"ACC_STATE_READONLY",defaultText:"Read Only"},b={key:"ACC_STATE_EMPTY",defaultText:"Empty"},P={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},z={key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},me={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},ct={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},Ge={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},st={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},be={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},Be={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},$e={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},We={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Re={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},Tn={key:"DELETE",defaultText:"Delete"},mr={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},Vn={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},$r={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},ae={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},Ve={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},Q={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},ze={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},Fi={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},hn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},Kn={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},Ri={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},Mi={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},we={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},ho={key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},Qn={key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},pn={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},fi={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},uc={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},tn={key:"LINK_SUBTLE",defaultText:"Subtle"},ea={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},hi={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},po={key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},Pi={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},cs={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},un={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},kt={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},Wr={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},Sr={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},ta={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},ri={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},Lo={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},ii={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},dc={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},M={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},fr={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},ra={key:"LOAD_MORE_TEXT",defaultText:"More"},Po={key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},Bo={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},zp={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},gi={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},us={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},Jd={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},mc={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},vc={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},e_={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},t_={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},yc={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},Ml={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},oa={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},Nt={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},Yn={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},Or={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},yr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},Uo={key:"LABEL_COLON",defaultText:":"},Bt={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},fs={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},Qp={key:"CHECKBOX_CHECKED",defaultText:"Checked"},gs={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},tr={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},zl={key:"SWITCH_ON",defaultText:"On"},y_={key:"SWITCH_OFF",defaultText:"Off"},fa={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},Vl={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(ge,W,f){"use strict";f.d(W,{A:()=>P});var m=f(467),E=f(8923),w=f(303),b=f(5444);(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return w.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return b.A}),"host");const P='.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(ge,W,f){"use strict";f.d(W,{A:()=>m});const m=':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: 0px;--_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_focus_bottom_offset: 2px;--_ui5_dialog_header_focus_top_offset: 1px;--_ui5_dialog_header_focus_left_offset: 1px;--_ui5_dialog_header_focus_right_offset: 1px;--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5_dialog_header_state_line_height: .0625rem;--_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: .25rem;--_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: var(--_ui5-compact-size, column) var(--_ui5-cozy-size, row);--_ui5_calendar_multiple_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_multiple_width: var(--_ui5-compact-size, var(--_ui5_calendar_width)) 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, calc(2 * 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(ge,W,f){"use strict";f.d(W,{Xj:()=>D,vR:()=>ee,cY:()=>L});var m=f(6156),E=f(2358),w=f(3274);const N=(0,m.A)("OpenedPopupsRegistry",{openedRegistry:[]}),H=(0,w.x)("OpenUI5Support"),D=(B,ne=[])=>{N.openedRegistry.some(J=>J.instance===B)||(N.openedRegistry.push({instance:B,parentPopovers:ne}),function C(B){H?.addOpenedPopup(B)}({type:"WebComponent",instance:B})),V(),1===N.openedRegistry.length&&q()},L=B=>{N.openedRegistry=N.openedRegistry.filter(ne=>ne.instance!==B),function T(B){H?.removeOpenedPopup(B)}(B),V(),N.openedRegistry.length||te()},ee=()=>[...N.openedRegistry],j=B=>{if(N.openedRegistry.length&&(0,E.KL)(B)&&!((B,ne="handledByControl")=>!!B[`_sapui_${ne}`])(B)){const ne=N.openedRegistry[N.openedRegistry.length-1].instance;if(H&&ne!==H.getTopmostPopup())return;B.stopImmediatePropagation(),ne.closePopup(!0)}},q=()=>{document.addEventListener("keydown",j)},te=()=>{document.removeEventListener("keydown",j)},V=()=>{let B,ne=!1;for(let J=N.openedRegistry.length-1;J>=0;J--)B=N.openedRegistry[J].instance,!ne&&B.isModal?(B.isTopModalPopup=!0,ne=!0):B.isTopModalPopup=!1}},9698(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.List="List",w.Menu="Menu",w.Tree="Tree",w.ListBox="ListBox",w}(m||{});const E=m},897(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.ListItem="ListItem",w.MenuItem="MenuItem",w.TreeItem="TreeItem",w.Option="Option",w.None="None",w}(m||{});const E=m},5011(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.None="None",w.Single="Single",w.SingleStart="SingleStart",w.SingleEnd="SingleEnd",w.SingleAuto="SingleAuto",w.Multiple="Multiple",w.Delete="Delete",w}(m||{});const E=m},9494(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.Center="Center",w.Start="Start",w.End="End",w.Stretch="Stretch",w}(m||{});const E=m},9634(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.None="None",w.Dialog="Dialog",w.AlertDialog="AlertDialog",w}(m||{});const E=m},6968(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.None="None",w.Normal="Normal",w}(m||{});const E=m},467(ge,W,f){"use strict";function m(w,b,P,z,N,H,C){try{var T=w[H](C),D=T.value}catch(L){return void P(L)}T.done?b(D):Promise.resolve(D).then(z,N)}function E(w){return function(){var b=this,P=arguments;return new Promise(function(z,N){var H=w.apply(b,P);function C(D){m(H,z,N,C,T,"next",D)}function T(D){m(H,z,N,C,T,"throw",D)}C(void 0)})}}f.d(W,{A:()=>E})}},HC={};function ht(ge){var W=HC[ge];if(void 0!==W)return W.exports;var f=HC[ge]={id:ge,loaded:!1,exports:{}};return jC[ge](f,f.exports,ht),f.loaded=!0,f.exports}ht.m=jC,ht.n=ge=>{var W=ge&&ge.__esModule?()=>ge.default:()=>ge;return ht.d(W,{a:W}),W},ht.d=(ge,W)=>{for(var f in W)ht.o(W,f)&&!ht.o(ge,f)&&Object.defineProperty(ge,f,{enumerable:!0,get:W[f]})},ht.f={},ht.e=ge=>Promise.all(Object.keys(ht.f).reduce((W,f)=>(ht.f[f](ge,W),W),[])),ht.u=ge=>ge+".js",ht.miniCssF=ge=>{},ht.o=(ge,W)=>Object.prototype.hasOwnProperty.call(ge,W),ge={},ht.l=(f,m,E,w)=>{if(ge[f])ge[f].push(m);else{var b,P;if(void 0!==E)for(var z=document.getElementsByTagName("script"),N=0;N<z.length;N++){var H=z[N];if(H.getAttribute("src")==f||H.getAttribute("data-webpack")=="wc:"+E){b=H;break}}b||(P=!0,(b=document.createElement("script")).type="module",b.charset="utf-8",ht.nc&&b.setAttribute("nonce",ht.nc),b.setAttribute("data-webpack","wc:"+E),b.src=ht.tu(f)),ge[f]=[m];var C=(D,L)=>{b.onerror=b.onload=null,clearTimeout(T);var ee=ge[f];if(delete ge[f],b.parentNode&&b.parentNode.removeChild(b),ee&&ee.forEach(j=>j(L)),D)return D(L)},T=setTimeout(C.bind(null,void 0,{type:"timeout",target:b}),12e4);b.onerror=C.bind(null,b.onerror),b.onload=C.bind(null,b.onload),P&&document.head.appendChild(b)}},ht.r=ge=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(ge,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ge,"__esModule",{value:!0})},ht.nmd=ge=>(ge.paths=[],ge.children||(ge.children=[]),ge),(()=>{var ge;ht.tt=()=>(void 0===ge&&(ge={createScriptURL:W=>W},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(ge=trustedTypes.createPolicy("angular#bundler",ge))),ge)})(),ht.tu=ge=>ht.tt().createScriptURL(ge),ht.p="",(()=>{var ge={792:0};ht.f.j=(m,E)=>{var w=ht.o(ge,m)?ge[m]:void 0;if(0!==w)if(w)E.push(w[2]);else{var b=new Promise((H,C)=>w=ge[m]=[H,C]);E.push(w[2]=b);var P=ht.p+ht.u(m),z=new Error;ht.l(P,H=>{if(ht.o(ge,m)&&(0!==(w=ge[m])&&(ge[m]=void 0),w)){var C=H&&("load"===H.type?"missing":H.type),T=H&&H.target&&H.target.src;z.message="Loading chunk "+m+" failed.\n("+C+": "+T+")",z.name="ChunkLoadError",z.type=C,z.request=T,w[1](z)}},"chunk-"+m,m)}};var W=(m,E)=>{var z,N,[w,b,P]=E,H=0;if(w.some(T=>0!==ge[T])){for(z in b)ht.o(b,z)&&(ht.m[z]=b[z]);P&&P(ht)}for(m&&m(E);H<w.length;H++)ht.o(ge,N=w[H])&&ge[N]&&ge[N][0](),ge[N]=0},f=self.webpackChunkwc=self.webpackChunkwc||[];f.forEach(W.bind(null,0)),f.push=W.bind(null,f.push.bind(f))})(),(()=>{"use strict";
7
+ var I=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,v=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,O={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;"},B=function(C){var S=O[C];return S||(S=v.test(C)?"&#xfffd;":"&#x"+function(C,S){var T=C.toString(16);return S&&(T=T.padStart(S,"0")),T}(C.charCodeAt(0))+";",O[C]=S),S};const j=function(C){return C.replace(I,B)}},7928(he,G,d){"use strict";d.d(G,{E:()=>O,h:()=>v});const b=new(d(1241).A),I="themeRegistered",v=B=>{b.attachEvent(I,B)},O=B=>b.fireEvent(I,B)},2616(he,G,d){"use strict";d.d(G,{Ay:()=>Ne});var h=d(467),b=d(8923),I=d(3455),v=d(1712);const B=new(d(1241).A);var T=d(3274),V=d(6121);const W=ot=>{const Fe=document.querySelector(`META[name="${ot}"]`);return Fe&&Fe.getAttribute("content")};var ee=d(2260),X=d(6726);let ue;(0,d(2134).R)(()=>{ue=void 0});const ce=()=>(void 0===ue&&(ue=(0,ee.SU)()),ue),ke=function(){var ot=(0,h.A)(function*(Fe){const Ue=document.querySelector(`[sap-ui-webcomponents-theme="${Fe}"]`);Ue&&document.head.removeChild(Ue);const je=ce();if(!je)return;const K=(ot=>{let Fe,Ue=!1;try{if(ot.startsWith(".")||ot.startsWith("/")&&!ot.startsWith("//"))Fe=new URL(ot,(0,V.$N)()).toString(),Ue=!0;else{const je=ot.startsWith("//")?new URL(ot,(0,V.$N)()):new URL(ot),K=je.origin;if(Ue=K===new URL((0,V.$N)()).origin,!K||!((ot,Fe=!1)=>{const Ue=W("sap-allowed-theme-origins")??W("sap-allowedThemeOrigins");return!!Ue&&(!!Fe||Ue.split(",").some(je=>"*"===je||ot===je.trim()))})(K,Ue))return;Fe=je.toString()}return Fe.endsWith("/")||(Fe=`${Fe}/`),`${Fe}UI5/`}catch{return}})(je);K?yield((ot,Fe)=>{const Ue=document.createElement("link");return Ue.type="text/css",Ue.rel="stylesheet",Fe&&Object.entries(Fe).forEach(je=>Ue.setAttribute(...je)),Ue.href=ot,document.head.appendChild(Ue),new Promise(je=>{Ue.addEventListener("load",je),Ue.addEventListener("error",je)})})(((ot,Fe)=>`${Fe}Base/baseLib/${ot}/css_variables.css`)(Fe,K),{"sap-ui-webcomponents-theme":Fe}):console.warn(`The ${je} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(Ue){return ot.apply(this,arguments)}}();var Se=d(5726),Ae=d(7983),me=d(1452);const it="@ui5/webcomponents-theming",ze=function(){var ot=(0,h.A)(function*(Fe){if(!(0,b.w2)().has(it))return;const Ue=yield(0,b.tw)(it,Fe);Ue&&(0,I.E6)(Ue,"data-ui5-theme-properties",it,Fe)});return function(Ue){return ot.apply(this,arguments)}}(),Ke=function(){var ot=(0,h.A)(function*(Fe,Ue){const je=[...(0,b.w2)().entries()].map(function(){var K=(0,h.A)(function*([ve,{cssVariablesTarget:ut}]){if(ve===it)return;const $e=yield(0,b.tw)(ve,Fe,Ue);$e&&("root"===ut?(0,I.E6)($e,`data-ui5-component-properties-${(0,Ae._w)()}`,ve):"host"===ut&&(0,me.F)(ve,$e))});return function(ve){return K.apply(this,arguments)}}());return Promise.all(je)});return function(Ue,je){return ot.apply(this,arguments)}}(),Me=function(){var ot=(0,h.A)(function*(Fe){const Ue=(0,v.A)();if(Ue)return Ue;const je=(0,T.x)("OpenUI5Support");if(je&&je.isOpenUI5Detected()){if(je.cssVariablesLoaded())return{themeName:je.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(ce())return yield ke(Fe),(0,v.A)()});return function(Ue){return ot.apply(this,arguments)}}(),Ne=function(){var ot=(0,h.A)(function*(Fe){const Ue=yield Me(Fe);Ue&&Fe===Ue.themeName?(0,I.eP)("data-ui5-theme-properties",it):yield ze(Fe);const je=Ue&&Ue.themeName===Fe?Fe:void 0,K=Ue&&Ue.baseThemeName,ve=(0,b.gu)(Fe)?Fe:K||Se.SS;yield Ke(ve,je),(0,X.Dm)(K),(ot=>{B.fireEvent("themeLoaded",ot)})(Fe)});return function(Ue){return ot.apply(this,arguments)}}()},1452(he,G,d){"use strict";d.d(G,{F:()=>v,k:()=>I});const h=new Map;let b;const I=()=>(b||(b=new CSSStyleSheet),b),v=(O,B)=>{h.set(O,B);const M=Array.from(h.values()).join("\n");I().replaceSync(M)}},1712(he,G,d){"use strict";d.d(G,{A:()=>B});const h=new Set,B=()=>{const M=(()=>{let M=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(M)return getComputedStyle(M).backgroundImage;M=document.createElement("span"),M.style.display="none",M.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(M);let j=getComputedStyle(M).backgroundImage;return"none"===j&&(M.classList.add("sapThemeMetaData-UI5-sap-ui-core"),j=getComputedStyle(M).backgroundImage),document.body.removeChild(M),j})();if(!M||"none"===M)return;const j=(M=>{const j=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(M);if(j&&j.length>=2){let C=j[1];if(C=C.replace(/\\"/g,'"'),"{"!==C.charAt(0)&&"}"!==C.charAt(C.length-1))try{C=decodeURIComponent(C)}catch{return void(h.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),h.add("decode")))}try{return JSON.parse(C)}catch{h.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),h.add("parse"))}}})(M);return j?(M=>{let j,C;try{const S=M.Path.split(".");j=4===S.length?S[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),C=M.Extends[0]}catch{return void(h.has("object")||(console.warn("Malformed theme metadata Object",M),h.add("object")))}return{themeName:j,baseThemeName:C}})(j):void 0}},8509(he,G,d){"use strict";d.d(G,{A:()=>L});var h={},b=h.hasOwnProperty,I=h.toString,v=b.toString,O=v.call(Object);const M=function(Q){var V,W;return!(!Q||"[object Object]"!==I.call(Q)||(V=Object.getPrototypeOf(Q))&&("function"!=typeof(W=b.call(V,"constructor")&&V.constructor)||v.call(W)!==O))};var j=Object.create(null),C=function(Q,V,W,te){var U,F,ee,X,oe,Y,ue=arguments[2]||{},ce=3,ye=arguments.length,Be=arguments[0]||!1,ke=arguments[1]?void 0:j;for("object"!=typeof ue&&"function"!=typeof ue&&(ue={});ce<ye;ce++)if(null!=(oe=arguments[ce]))for(X in oe)U=ue[X],ee=oe[X],"__proto__"!==X&&ue!==ee&&(Be&&ee&&(M(ee)||(F=Array.isArray(ee)))?(F?(F=!1,Y=U&&Array.isArray(U)?U:[]):Y=U&&M(U)?U:{},ue[X]=C(Be,arguments[1],Y,ee)):ee!==ke&&(ue[X]=ee));return ue};const S=C,L=function(Q,V){return S(!0,!1,...arguments)}},4778(he,G,d){"use strict";d.d(G,{A:()=>b});var I,h=((I=h||{}).On="On",I.Before="Before",I.After="After",I);const b=h},2928(he,G,d){"use strict";d.d(G,{A:()=>b});var I,h=((I=h||{}).Vertical="Vertical",I.Horizontal="Horizontal",I);const b=h},594(he,G,d){"use strict";d.d(G,{A:()=>b});var I,h=((I=h||{}).None="None",I.Positive="Positive",I.Critical="Critical",I.Negative="Negative",I.Information="Information",I);const b=h},3493(he,G,d){"use strict";d.d(G,{Bm:()=>te,I7:()=>V,UT:()=>C,Uu:()=>W,ax:()=>v,nK:()=>T,yI:()=>O});const h=new WeakMap,b=new WeakMap,I={attributes:!0,childList:!0,characterData:!0,subtree:!0},v=U=>{const F=U;return F.accessibleNameRef?O(U):F.accessibleName?F.accessibleName:void 0},O=U=>{const F=U.accessibleNameRef?.split(" ")??[];let ee="";return F.forEach((X,oe)=>{const Y=j(U,X),ue=`${Y&&Y.textContent?Y.textContent:""}`;ue&&(ee+=ue,oe<F.length-1&&(ee+=" "))}),ee},B=U=>{const F=new Set;M(U).forEach(Y=>{F.add(Y)});const oe=[U.accessibleNameRef,U.accessibleDescriptionRef].filter(Boolean).join(" ");return(oe?oe.split(" "):[]).forEach(Y=>{const ue=j(U,Y);ue&&F.add(ue)}),Array.from(F)},M=U=>{const F=U.getRootNode().querySelectorAll(`[for="${U.id}"]`);return Array.from(F)},j=(U,F)=>U.getRootNode().querySelector(`[id='${F}']`)||document.getElementById(F),C=U=>{const F=[];if(M(U).forEach(ee=>{const X=ee.textContent;X&&F.push(X)}),F.length)return F.join(" ")},T=(U,F)=>{if(b.has(U))return;const ee=B(U),X=(U=>F=>{if(!(F&&"property"===F.type&&"accessibleNameRef"===F.name||F&&"property"===F.type&&"accessibleDescriptionRef"===F.name))return;const oe=b.get(U);if(!oe)return;const Y=oe.observedElements,ue=B(U);Y.forEach(ce=>{ue.includes(ce)||Q(oe,ce)}),ue.forEach(ce=>{Y.includes(ce)||(L(oe,ce),oe.observedElements.push(ce))}),oe?.callback()})(U),oe={host:U,observedElements:ee,callback:F,invalidationCallback:X};b.set(U,oe),U.attachInvalidate(X),ee.forEach(Y=>{L(oe,Y)}),F()},L=(U,F)=>{let ee=h.get(F);if(!ee){ee={observer:null,callbacks:[]};const X=new MutationObserver(()=>{ee.callbacks.forEach(Y=>{Y()});const oe=document.getElementById(F.id);U.host.id===F.getAttribute("for")||oe||Q(U,F)});ee.observer=X,X.observe(F,I),h.set(F,ee)}ee.callbacks.includes(U.callback)||ee.callbacks.push(U.callback)},Q=(U,F)=>{const ee=h.get(F);ee&&(ee.callbacks=ee.callbacks.filter(X=>X!==U.callback),ee.callbacks.length||(ee.observer?.disconnect(),h.delete(F))),U.observedElements=U.observedElements.filter(X=>X!==F)},V=U=>{const F=b.get(U);F&&([...F.observedElements].forEach(ee=>{Q(F,ee)}),U.detachInvalidate(F.invalidationCallback),b.delete(U))},W=U=>{const F=U;return F.accessibleDescriptionRef?te(U):F.accessibleDescription?F.accessibleDescription:void 0},te=U=>{const F=U.accessibleDescriptionRef?.split(" ")??[];let ee="";return F.forEach((X,oe)=>{const Y=j(U,X),ue=`${Y&&Y.textContent?Y.textContent:""}`;ue&&(ee+=ue,oe<F.length-1&&(ee+=" "))}),ee}},1402(he,G,d){"use strict";d.d(G,{CA:()=>b,TP:()=>I,nE:()=>j,wi:()=>B});var h=d(4127);const b=()=>{const C=(0,h.A)();return C&&"function"==typeof C.focus?C:null},I=C=>{const S=b();return!!S&&v(C,S)},v=(C,S)=>{let T=C;if(T.shadowRoot&&(T=Array.from(T.shadowRoot.children).find(Q=>"style"!==Q.localName),!T))return!1;if(T===S)return!0;const L="slot"===T.localName?T.assignedNodes():T.children;return!!L&&Array.from(L).some(Q=>v(Q,S))},B=(C,S)=>{let T,L;if(C instanceof MouseEvent)T=C.clientX,L=C.clientY;else{const Q=C.touches[0];T=Q.clientX,L=Q.clientY}return((C,S,T)=>C>=T.left&&C<=T.right&&S>=T.top&&S<=T.bottom)(T,L,S)},j=C=>{const S=C.parentElement||C.getRootNode&&C.getRootNode().host;return S&&(function M(C){return"isUI5Element"in C&&"_show"in C}(S)||S===document.documentElement)?S:j(S)}},6488(he,G,d){"use strict";d.d(G,{J:()=>v});var h=d(5465);const v=M=>B("SLOT"===M.tagName?[M]:[...M.children]),B=(M,j)=>{const C=j||[];return M&&M.forEach(S=>{if(S.nodeType===Node.TEXT_NODE||S.nodeType===Node.COMMENT_NODE)return;const T=S;T.hasAttribute("data-sap-no-tab-ref")||((M=>{if(!M||M.hasAttribute("data-sap-no-tab-ref")||(0,h.A)(M))return!1;const j=M.getAttribute("tabindex");if(null!=j)return parseInt(j)>=0;const C=M.nodeName.toLowerCase();return!("a"!==C&&!/^(input|select|textarea|button|object)$/.test(C)||M.disabled)})(T)&&C.push(T),B("SLOT"===T.tagName?T.assignedElements():[...T.shadowRoot?T.shadowRoot.children:T.children],C))}),C}},8777(he,G,d){"use strict";d.d(G,{A:()=>b});const b=(I,v)=>{if(I.length!==v.length)return!1;for(let O=0;O<I.length;O++)if(I[O]!==v[O])return!1;return!0}},8762(he,G,d){"use strict";d.d(G,{A:()=>b});const b=(I,v,O)=>Math.min(Math.max(I,v),Math.max(v,O))},5031(he,G,d){"use strict";d.d(G,{A:()=>b});const b=function h(I){return v=>void 0!==v&&I in v&&!0===v[I]}},6826(he,G,d){"use strict";d.d(G,{A:()=>Q});var h=d(467),I=d(4446);const v={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let B=null;const S=function(){var V=(0,h.A)(function*(W){const te=document.createElement("div"),U=yield(0,I.HE)("@ui5/webcomponents-base"),F=te.attachShadow({mode:"open"}),ee=new CSSStyleSheet;return ee.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}"),F.adoptedStyleSheets=[ee],F.textContent=U.getText(v,W),te});return function(te){return V.apply(this,arguments)}}(),Q={setDraggedElement:(V,W)=>{B=V,W?.dataTransfer?.setData("text/plain",V?V.id:"")},clearDraggedElement:()=>{B=null},getDraggedElement:()=>B,startMultipleDrag:function(){var V=(0,h.A)(function*(W,te){if(W<2)return void console.warn(`Cannot start multiple drag with count ${W}. Minimum is 2.`);if(!te.dataTransfer)return;const U=yield S(W);document.body.appendChild(U),te.dataTransfer.setDragImage(U,0,0),requestAnimationFrame(()=>{U.remove()})});return function(te,U){return V.apply(this,arguments)}}()}},7669(he,G,d){"use strict";d.d(G,{Fw:()=>j,gk:()=>v});var h=d(4778),b=d(2928);const I=(S,T,L,Q)=>{const V=Math.abs(S-T),W=Math.abs(S-L),te=Math.abs(S-Q);let F=[];switch(Math.min(V,W,te)){case V:F=[h.A.Before];break;case W:F=[h.A.On,V<te?h.A.Before:h.A.After];break;case te:F=[h.A.After]}return F},v=(S,T,L)=>{let Q=Number.POSITIVE_INFINITY,V=null;for(let Y=0;Y<S.length;Y++){const ue=S[Y],{left:ce,width:ye,top:Be,height:ke}=ue.getBoundingClientRect();let Se;Se=L===b.A.Vertical?Be+ke/2:ce+ye/2;const Ae=Math.abs(T-Se);Ae<Q&&(Q=Ae,V=ue)}if(!V)return null;const{width:W,height:te,left:U,right:F,top:ee,bottom:X}=V.getBoundingClientRect();let oe;return oe=L===b.A.Vertical?I(T,ee,ee+te/2,X):I(T,U,U+W/2,F),{element:V,placements:oe}},O=(S,T)=>--T<0?[]:[{element:S[T],placement:h.A.Before}],B=(S,T)=>++T>=S.length?[]:[{element:S[T],placement:h.A.After}],M={ArrowLeft:O,ArrowUp:O,ArrowRight:B,ArrowDown:B,Home:(S,T)=>S.slice(0,T).map(L=>({element:L,placement:h.A.Before})),End:(S,T)=>S.slice(T+1,S.length).reverse().map(L=>({element:L,placement:h.A.After}))},j=(S,T,L)=>C(L.key)?M[L.key](S,S.indexOf(T)):[],C=S=>S in M},4127(he,G,d){"use strict";d.d(G,{A:()=>b});const b=()=>{let I=document.activeElement;for(;I&&I.shadowRoot&&I.shadowRoot.activeElement;)I=I.shadowRoot.activeElement;return I}},5465(he,G,d){"use strict";d.d(G,{A:()=>b});const b=I=>{if("SLOT"===I.nodeName)return!1;const v=window.getComputedStyle(I);return"contents"!==v.display&&I.offsetWidth<=0&&I.offsetHeight<=0||"hidden"===v.visibility}},1045(he,G,d){"use strict";function h(b){return b.toLowerCase()}d.d(G,{A:()=>h})},6759(he,G,d){"use strict";d.d(G,{A:()=>b});const b=I=>Array.from(I).filter(v=>v.nodeType!==Node.COMMENT_NODE&&(v.nodeType!==Node.TEXT_NODE||0!==(v.nodeValue||"").trim().length)).length>0},2601(he,G,d){"use strict";d.d(G,{Ay:()=>ce}),d(6726);var b=d(4874);(0,b.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,b.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"});const ce="alert"},1278(he,G,d){"use strict";d.d(G,{Ay:()=>ye}),d(6726);var b=d(4874),I=d(8841);(0,b.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:I.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,b.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:I.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ye="decline"},4257(he,G,d){"use strict";d.d(G,{Ay:()=>ye}),d(6726);var b=d(4874),I=d(8841);(0,b.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:I.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,b.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:I.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ye="error"},8841(he,G,d){"use strict";d.d(G,{FE:()=>T,r$:()=>F});const T={key:"ICON_DECLINE",defaultText:"Decline"},F={key:"ICON_ERROR",defaultText:"Error"}},441(he,G,d){"use strict";d.d(G,{Ay:()=>ce}),d(6726);var b=d(4874);(0,b.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,b.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 ce="information"},81(he,G,d){"use strict";d.d(G,{Ay:()=>ce}),d(6726);var b=d(4874);(0,b.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,b.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 ce="resize-corner"},8911(he,G,d){"use strict";d.d(G,{Ay:()=>ce}),d(6726);var b=d(4874);(0,b.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,b.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 ce="sys-enter-2"},303(he,G,d){"use strict";d.d(G,{A:()=>h});const h=':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.18"},"Version":{"Build": "11.36.3.20260526103300","Source": "11.36.3"}};--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(he,G,d){"use strict";d.d(G,{A:()=>ce});var h=d(5386),b=d(1934),I=d(1642),v=d(3651),O=d(1834),B=d(2358),M=d(6136),j=d(6759),C=function(ye){return ye.Top="Top",ye.Bottom="Bottom",ye}(C||{});const S=C;var T=d(1892),L=d(355);function V(){return(0,T.Y)(T.FK,{children:this.text&&(0,T.Y)(L.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var W=d(5166),te=d(467),U=d(8923),F=d(303),ee=d(5444);(0,U.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,te.A)(function*(){return F.A})),(0,U.Rh)("@ui5/webcomponents","sap_horizon",(0,te.A)(function*(){return ee.A}),"host");var Y,oe=function(ye,Be,ke,Se){var rt,Ae=arguments.length,me=Ae<3?Be:null===Se?Se=Object.getOwnPropertyDescriptor(Be,ke):Se;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ye,Be,ke,Se);else for(var Ve=ye.length-1;Ve>=0;Ve--)(rt=ye[Ve])&&(me=(Ae<3?rt(me):Ae>3?rt(Be,ke,me):rt(Be,ke))||me);return Ae>3&&me&&Object.defineProperty(Be,ke,me),me};let ue=Y=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,M.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 Y.i18nBundle.getText(W.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===S.Top,bottom:this.text&&this.textPlacement===S.Bottom}}get hasContent(){return(0,j.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(Be){this._isBusy&&(Be.stopImmediatePropagation(),(0,B.zP)(Be)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(Be){this._isBusy&&Be.stopImmediatePropagation()}_redirectFocus(Be){this.focusForward||(Be.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};oe([(0,I.A)()],ue.prototype,"text",void 0),oe([(0,I.A)()],ue.prototype,"size",void 0),oe([(0,I.A)({type:Boolean})],ue.prototype,"active",void 0),oe([(0,I.A)({type:Number})],ue.prototype,"delay",void 0),oe([(0,I.A)()],ue.prototype,"textPlacement",void 0),oe([(0,I.A)({type:Boolean})],ue.prototype,"_isBusy",void 0),oe([(0,v.A)("@ui5/webcomponents")],ue,"i18nBundle",void 0),ue=Y=oe([(0,b.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:O.A,template:function Q(){return(0,T.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,T.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&&V.call(this),(0,T.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,T.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,T.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,T.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&V.call(this)]}),(0,T.Y)("slot",{}),this._isBusy&&(0,T.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],ue),ue.define();const ce=ue},171(he,G,d){"use strict";d.d(G,{A:()=>je});var h=d(467),b=d(5386),I=d(1934),v=d(1642),O=d(1437),B=d(6993),M=d(3651),j=d(1834),C=d(2358),S=d(3493),T=d(4874),L=d(6136),Q=d(6759),V=d(6162),W=d(2260);let te;var ee=d(1045),X=function(K){return K.Default="Default",K.Positive="Positive",K.Negative="Negative",K.Transparent="Transparent",K.Emphasized="Emphasized",K.Attention="Attention",K}(X||{});const oe=X;var Y=function(K){return K.Button="Button",K.Submit="Submit",K.Reset="Reset",K}(Y||{});const ue=Y;var ce=function(K){return K.InlineText="InlineText",K.OverlayText="OverlayText",K.AttentionDot="AttentionDot",K}(ce||{});const ye=ce;var Be=function(K){return K.Button="Button",K.Link="Link",K}(Be||{});const ke=Be;var Se=d(1892),Ae=d(563),me=d(7202),rt=function(K){return K.S="S",K.M="M",K.L="L",K}(rt||{});const Ve=rt;var be=d(5166),ze=d(8923),We=d(303),Ke=d(5444);(0,ze.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return We.A})),(0,ze.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return Ke.A}),"host");var Ne,Ze=function(K,ve,ut,$e){var Tt,Et=arguments.length,_t=Et<3?ve:null===$e?$e=Object.getOwnPropertyDescriptor(ve,ut):$e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_t=Reflect.decorate(K,ve,ut,$e);else for(var bn=K.length-1;bn>=0;bn--)(Tt=K[bn])&&(_t=(Et<3?Tt(_t):Et>3?Tt(ve,ut,_t):Tt(ve,ut))||_t);return Et>3&&_t&&Object.defineProperty(ve,ut,_t),_t};let ot=!1,Fe=null,Ue=Ne=class extends b.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=()=>{Fe&&Fe._setActiveState(!1)},this._onclickBound=ve=>{ve instanceof CustomEvent||this._onclick(ve)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),ot||(document.addEventListener("mouseup",this._deactivate),ot=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,L.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,S.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,S.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),Fe===this&&(Fe=null),(0,S.I7)(this)}onBeforeRendering(){var ve=this;return(0,h.A)(function*(){ve._setBadgeOverlayStyle(),ve.hasIcon=!!ve.icon,ve.hasEndIcon=!!ve.endIcon,ve.iconOnly=ve.isIconOnly;const ut=yield ve.getDefaultTooltip();ve.buttonTitle=ve.iconOnly?ve.tooltip??ut:ve.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==ye.AttentionDot&&this.badge[0].design!==ye.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(ve){if(ve.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void ve.preventDefault();const{altKey:ut,ctrlKey:$e,metaKey:Et,shiftKey:_t}=ve;this.fireDecoratorEvent("click",{originalEvent:ve,altKey:ut,ctrlKey:$e,metaKey:Et,shiftKey:_t})?(this._isSubmit&&(0,V.rM)(this),this._isReset&&(0,V.E2)(this),(0,L.nr)()&&this.getDomRef()?.focus()):ve.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),Fe=this)}_ontouchend(ve){(this.disabled||this.loading)&&(ve.preventDefault(),ve.stopPropagation()),this.active&&this._setActiveState(!1),Fe&&Fe._setActiveState(!1)}_onkeydown(ve){(0,C.Tu)(ve)||(0,C.KL)(ve)?this._cancelAction=!0:(0,C.xC)(ve)&&(this._isSpacePressed=!0),(0,C.xC)(ve)||(0,C.RI)(ve)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(ve){const ut=(0,C.xC)(ve),$e=(0,C.Tu)(ve)||(0,C.KL)(ve);if(ut||(0,C.BF)(ve)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void ve.preventDefault();this._isSpacePressed=!1}else $e&&!this._isSpacePressed&&(this._cancelAction=!1);((0,C.xC)(ve)||(0,C.RI)(ve))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(ve){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=ve)}get hasButtonType(){return this.design!==oe.Default&&this.design!==oe.Transparent}get isIconOnly(){return!(0,Q.A)(this.text)}static typeTextMappings(){return{Positive:be.nFX,Negative:be.kQX,Emphasized:be.Jy$,Attention:be.flf}}getDefaultTooltip(){if(void 0===te&&(te=(0,W.$n)()),te)return(0,T.Z5)(this.icon)}get buttonTypeText(){return Ne.i18nBundle.getText(Ne.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,ee.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const ve=this.getAttribute("tabindex");return ve?Number.parseInt(ve):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(Tt=>Tt).join(" ")}get ariaDescriptionText(){const $e=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(Et=>Et);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===ke.Button?Ne.i18nBundle.getText(be.TkL):this.accessibleRole===ke.Link?Ne.i18nBundle.getText(be.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const ve=this.badge[0].effectiveText;switch(ve){case"":return ve;case"1":return Ne.i18nBundle.getText(be.mgn,ve);default:return Ne.i18nBundle.getText(be.M4s,ve)}}get _isSubmit(){return this.type===ue.Submit||this.submits}get _isReset(){return this.type===ue.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ye.AttentionDot)}};Ze([(0,v.A)()],Ue.prototype,"design",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"disabled",void 0),Ze([(0,v.A)()],Ue.prototype,"icon",void 0),Ze([(0,v.A)()],Ue.prototype,"endIcon",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"submits",void 0),Ze([(0,v.A)()],Ue.prototype,"form",void 0),Ze([(0,v.A)()],Ue.prototype,"tooltip",void 0),Ze([(0,v.A)()],Ue.prototype,"accessibleName",void 0),Ze([(0,v.A)()],Ue.prototype,"accessibleNameRef",void 0),Ze([(0,v.A)({type:Object})],Ue.prototype,"accessibilityAttributes",void 0),Ze([(0,v.A)()],Ue.prototype,"accessibleDescription",void 0),Ze([(0,v.A)()],Ue.prototype,"type",void 0),Ze([(0,v.A)()],Ue.prototype,"accessibleRole",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"active",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"iconOnly",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"hasIcon",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"hasEndIcon",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"nonInteractive",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"loading",void 0),Ze([(0,v.A)({type:Number})],Ue.prototype,"loadingDelay",void 0),Ze([(0,v.A)({noAttribute:!0})],Ue.prototype,"buttonTitle",void 0),Ze([(0,v.A)({type:Object})],Ue.prototype,"_iconSettings",void 0),Ze([(0,v.A)({noAttribute:!0})],Ue.prototype,"forcedTabIndex",void 0),Ze([(0,v.A)({type:Boolean})],Ue.prototype,"_isTouch",void 0),Ze([(0,v.A)({type:Boolean,noAttribute:!0})],Ue.prototype,"_cancelAction",void 0),Ze([(0,v.A)({type:Boolean,noAttribute:!0})],Ue.prototype,"_isSpacePressed",void 0),Ze([(0,v.A)({noAttribute:!0})],Ue.prototype,"_accessibleNameRefTexts",void 0),Ze([(0,B.A)({type:Node,default:!0})],Ue.prototype,"text",void 0),Ze([(0,B.A)({type:HTMLElement,invalidateOnChildChange:!0})],Ue.prototype,"badge",void 0),Ze([(0,M.A)("@ui5/webcomponents")],Ue,"i18nBundle",void 0),Ue=Ne=Ze([(0,I.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:j.A,template:function it(K){return(0,Se.FD)(Se.FK,{children:[(0,Se.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":K?.ariaPressed,"aria-valuemin":K?.ariaValueMin,"aria-valuemax":K?.ariaValueMax,"aria-valuenow":K?.ariaValueNow,"aria-valuetext":K?.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,Se.Y)(Ae.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,Se.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,Se.Y)("bdi",{children:(0,Se.Y)("slot",{})})}),this.endIcon&&(0,Se.Y)(Ae.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,Se.Y)("slot",{name:"badge"})]}),this.loading&&(0,Se.Y)(me.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?Ve.S:Ve.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:-.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,O.A)("click",{bubbles:!0,cancelable:!0}),(0,O.A)("active-state-change",{bubbles:!0,cancelable:!0})],Ue),Ue.define();const je=Ue},7601(he,G,d){"use strict";d.d(G,{A:()=>te});var h=d(5386),b=d(1934),I=d(1642),v=d(1834),O=d(4778),B=d(2928),M=d(1892),C=d(467),S=d(8923),T=d(303),L=d(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,C.A)(function*(){return T.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,C.A)(function*(){return L.A}),"host");var V=function(U,F,ee,X){var ue,oe=arguments.length,Y=oe<3?F:null===X?X=Object.getOwnPropertyDescriptor(F,ee):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Y=Reflect.decorate(U,F,ee,X);else for(var ce=U.length-1;ce>=0;ce--)(ue=U[ce])&&(Y=(oe<3?ue(Y):oe>3?ue(F,ee,Y):ue(F,ee))||Y);return oe>3&&Y&&Object.defineProperty(F,ee,Y),Y};let W=class extends h.A{get _positionProperty(){return this.orientation===B.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:F,width:ee,right:X,top:oe,bottom:Y,height:ue}=this.targetReference.getBoundingClientRect(),{top:ce,height:ye}=this.ownerReference.getBoundingClientRect(),Be={display:"",[this._positionProperty]:"",width:"",height:""};let ke=0,Se=!1,Ae=!1;if(this.orientation===B.A.Vertical){switch(this.placement){case O.A.Before:ke=F;break;case O.A.On:Be.width=`${ee}px`,ke=F;break;case O.A.After:ke=X}Be.height=`${ue}px`}if(this.orientation===B.A.Horizontal){switch(this.placement){case O.A.Before:ke=oe;break;case O.A.On:Be.height=`${ue}px`,ke=oe;break;case O.A.After:ke=Y}Be.width=`${ee}px`,ke-=ce,ke<=0&&(Ae=!0),ke>=ye&&(Se=!0)}Be[this._positionProperty]=`${ke}px`,this.toggleAttribute("first",Ae),this.toggleAttribute("last",Se),Object.assign(this.style,Be)}};V([(0,I.A)({type:Object})],W.prototype,"targetReference",void 0),V([(0,I.A)({type:Object})],W.prototype,"ownerReference",void 0),V([(0,I.A)()],W.prototype,"placement",void 0),V([(0,I.A)()],W.prototype,"orientation",void 0),W=V([(0,b.A)({tag:"ui5-drop-indicator",renderer:v.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 j(){return(0,M.Y)("div",{class:{"ui5-di-rect":this.placement===O.A.On,"ui5-di-needle":this.placement!==O.A.On}})}})],W),W.define();const te=W},563(he,G,d){"use strict";d.d(G,{A:()=>Se});var h=d(467),b=d(5386),I=d(1834),v=d(1934),O=d(1437),B=d(1642),M=d(6993),j=d(4874),C=d(4446),S=d(3651),T=d(6136),L=d(2358),Q=d(3823),V=d(1892);function te(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,V.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(Ae=>(0,V.Y)("path",{d:Ae}))}var U=function(Ae){return Ae.Image="Image",Ae.Decorative="Decorative",Ae.Interactive="Interactive",Ae}(U||{});const F=U;var ee=d(5166),X=d(8923),oe=d(303),Y=d(5444);(0,X.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return oe.A})),(0,X.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return Y.A}),"host");var ye,ce=function(Ae,me,rt,Ve){var ze,it=arguments.length,be=it<3?me:null===Ve?Ve=Object.getOwnPropertyDescriptor(me,rt):Ve;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)be=Reflect.decorate(Ae,me,rt,Ve);else for(var We=Ae.length-1;We>=0;We--)(ze=Ae[We])&&(be=(it<3?ze(be):it>3?ze(me,rt,be):ze(me,rt))||be);return it>3&&be&&Object.defineProperty(me,rt,be),be};let ke=ye=class extends b.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(me){this.mode===F.Interactive&&(me.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(me){this.mode===F.Interactive&&((0,L.RI)(me)&&this.fireDecoratorEvent("click"),(0,L.xC)(me)&&me.preventDefault())}_onkeyup(me){this.mode===F.Interactive&&(0,L.xC)(me)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===F.Decorative?"true":void 0}get _tabIndex(){return this.mode===F.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case F.Interactive:return"button";case F.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,T.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var me=this;return(0,h.A)(function*(){if(me.fontIcon.length)return void(me.effectiveAccessibleName=me.accessibleName?me.accessibleName:void 0);const rt=me.name;if(!rt)return;let Ve=(0,j.hu)(rt);if(Ve||(Ve=yield(0,j.y3)(rt)),!Ve)return me.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${me.name}`);if("ICON_NOT_FOUND"===Ve)return me.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/${rt.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(me.viewBox=Ve.viewBox||"0 0 512 512","customTemplate"in Ve&&Ve.customTemplate&&(me.customTemplate=(0,Q.A)(Ve.customTemplate,me)),"customTemplateAsString"in Ve&&(me.customTemplateAsString=Ve.customTemplateAsString),me.invalid=!1,"pathData"in Ve&&Ve.pathData&&(me.pathData=Array.isArray(Ve.pathData)?Ve.pathData:[Ve.pathData]),me.accData=Ve.accData,me.ltr=Ve.ltr,me.packageName=Ve.packageName,me.accessibleName)me.effectiveAccessibleName=me.accessibleName;else if(me.accData)if(me.packageName){const it=yield(0,C.HE)(me.packageName);me.effectiveAccessibleName=it.getText(me.accData)||void 0}else me.effectiveAccessibleName=me.accData?.defaultText||void 0;else me.effectiveAccessibleName=void 0})()}get hasFontIcon(){return this.fontIcon.length>0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case F.Interactive:return ye.i18nBundle.getText(ee.u9k);case F.Image:return ye.i18nBundle.getText(ee.Jz0);default:return""}}get accessibilityInfo(){return this.mode===F.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};ce([(0,B.A)()],ke.prototype,"design",void 0),ce([(0,B.A)()],ke.prototype,"name",void 0),ce([(0,B.A)()],ke.prototype,"accessibleName",void 0),ce([(0,B.A)({type:Boolean})],ke.prototype,"showTooltip",void 0),ce([(0,B.A)()],ke.prototype,"mode",void 0),ce([(0,M.A)({type:HTMLElement})],ke.prototype,"fontIcon",void 0),ce([(0,B.A)({type:Array,noAttribute:!0})],ke.prototype,"pathData",void 0),ce([(0,B.A)({type:Object,noAttribute:!0})],ke.prototype,"accData",void 0),ce([(0,B.A)({type:Boolean})],ke.prototype,"invalid",void 0),ce([(0,B.A)({noAttribute:!0})],ke.prototype,"effectiveAccessibleName",void 0),ce([(0,S.A)("@ui5/webcomponents")],ke,"i18nBundle",void 0),ke=ye=ce([(0,v.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:I.A,template:function W(){return this.hasFontIcon?(0,V.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,V.Y)("slot",{name:"fontIcon"})}):(0,V.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,V.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,V.Y)("g",{role:"presentation",children:te.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,O.A)("click",{bubbles:!0})],ke),ke.define();const Se=ke},1279(he,G,d){"use strict";d.d(G,{A:()=>$});var h={};d.r(h),d.d(h,{Contains:()=>Ue,None:()=>je,StartsWith:()=>Fe,StartsWithPerTerm:()=>ot});var b=d(467),I=d(5386),v=d(1642),O=d(1934),B=d(6993),M=d(1437),j=d(1834),C=d(362),S=d(8431),T=d(6136),L=d(594),Q=d(2358),W=d(8777),te=d(3651),U=d(6162),F=d(3493),oe=d(4127),Y=function(z){return z.Text="Text",z.Email="Email",z.Number="Number",z.Password="Password",z.Tel="Tel",z.URL="URL",z.Search="Search",z}(Y||{});const ue=Y;var ce=d(1892),ye=d(563),Be=d(1278),ke=d(4257),Se=d(2601),Ae=d(8911),me=d(441),rt=d(9494),Ve=d(6634);function it(z){const y=z?.suggestionsList,p=z?.mobileHeader;return(0,ce.FD)(ce.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:y,mobileHeader:p,valueStateMessage:be,valueStateMessageInputIcon:ze}),this.hasValueStateMessage&&(0,ce.Y)(Ve.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:rt.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,ce.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,ce.Y)(ye.A,{class:"ui5-input-value-state-message-icon",name:ze.call(this)}),this.valueStateOpen&&be.call(this)]})})]})}function be(){return(0,ce.Y)(ce.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,ce.Y)("slot",{name:"valueStateMessage"})})}function ze(){return this.valueState!==L.A.None?{Negative:ke.Ay,Critical:Se.Ay,Positive:Ae.Ay,Information:me.Ay}[this.valueState]:""}function Ke(){}function Me(){}const Ze=/[[\]{}()*+?.\\^$|]/g,ot=(z,y,p)=>{const m=new RegExp(`(^|\\s)${(z=>z.replace(Ze,"\\$&"))(z.toLowerCase())}.*`,"g");return y.filter(R=>{const se=R[p];return m.lastIndex=0,m.test(se.toLowerCase())})},Fe=(z,y,p)=>y.filter(m=>(m[p]||"").toLowerCase().startsWith(z.toLowerCase())),Ue=(z,y,p)=>y.filter(m=>(m[p]||"").toLowerCase().includes(z.toLowerCase())),je=(z,y)=>y;var K=d(5166),ve=d(8923),ut=d(303),$e=d(5444);(0,ve.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return ut.A})),(0,ve.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return $e.A}),"host"),(0,ve.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return ut.A})),(0,ve.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return $e.A}),"host"),(0,ve.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return ut.A})),(0,ve.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return $e.A}),"host"),(0,ve.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return ut.A})),(0,ve.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return $e.A}),"host");var pt=function(z){return z.StartsWithPerTerm="StartsWithPerTerm",z.StartsWith="StartsWith",z.Contains="Contains",z.None="None",z}(pt||{});const At=pt;var Qe,at=function(z,y,p,m){var Z,R=arguments.length,se=R<3?y:null===m?m=Object.getOwnPropertyDescriptor(y,p):m;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)se=Reflect.decorate(z,y,p,m);else for(var ae=z.length-1;ae>=0;ae--)(Z=z[ae])&&(se=(R<3?Z(se):R>3?Z(y,p,se):Z(y,p))||se);return R>3&&se&&Object.defineProperty(y,p,se),se},x=function(z){return z.CHANGE="change",z.INPUT="input",z.SELECTION_CHANGE="selection-change",z}(x||{}),H=function(z){return z.ACTION_ENTER="enter",z.ACTION_USER_INPUT="input",z}(H||{});let w=Qe=class extends I.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 y=this;return(0,b.A)(function*(){return y.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=At.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(){C.A.register(this,this._handleResizeBound),(0,F.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){C.A.deregister(this,this._handleResizeBound),(0,F.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(y){y.markupText=this.typedInValue?this.Suggestions?.hightlightInput(y.text||"",this.typedInValue):(0,S.A)(y.text||"")}_isGroupItem(y){return y.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(He=>{He.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(He):this._isGroupItem(He)&&He.items?.forEach(st=>{this._highlightSuggestionItem(st)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const y=!!this._flattenItems.length,p=!!this.value,m=this.shadowRoot.querySelector("input")===(0,oe.A)(),R=this.disabled||this.readonly,se=!R&&!this._isPhone&&y&&(this.open||p&&m&&this.isTyping);R?this.open=!1:this._isPhone||(this.open=y&&(this.open||p&&m&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!se?this.openValueStatePopover():this.closeValueStatePopover();const Z=this.value,ae=this.getInputDOMRefSync();if(!ae||!Z)return;this.filter!==At.None&&this._filterItems(this.typedInValue);const pe=ae.selectionEnd-ae.selectionStart;if(this._shouldAutocomplete&&!(0,T.m0)()&&!pe&&!this._isKeyNavigation){const He=this._getFirstMatchingItem(Z);He?(this._isComposing||this._handleTypeAhead(He),this._selectMatchingItem(He)):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,W.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const y=this.getInputDOMRefSync(),m=this.Suggestions?._getItems().filter(se=>!se.hidden)?.find(se=>se.selected||se.focused),R=this._flattenItems.filter(se=>this._isGroupItem(se));m&&!R.includes(m)?m?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?y.setSelectionRange(this.typedInValue.length,this.value.length):y.setSelectionRange(0,this.value.length):y.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(y){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,Q.W_)(y)||(0,Q.Ob)(y)||(0,Q.KL)(y)),(0,Q.ie)(y))return this._handleUp(y);if((0,Q.Pj)(y))return this._handleDown(y);if((0,Q.xC)(y))return this._handleSpace(y);if((0,Q.zP)(y))return this._handleTab();if((0,Q.RI)(y)){const p=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,p?(this.fireDecoratorEvent("_request-submit"),void(0,U.rM)(this)):this._handleEnter(y)}return(0,Q.vQ)(y)?this._handlePageUp(y):(0,Q.oY)(y)?this._handlePageDown(y):(0,Q.qN)(y)?this._handleHome(y):(0,Q.uV)(y)?this._handleEnd(y):(0,Q.KL)(y)?this._handleEscape():(0,Q.HJ)(y)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(y){(0,Q.Ob)(y)&&(this.value=y.target.value),this._enterKeyDown=!1}get currentItemIndex(){const p=(this.Suggestions?._getItems()).filter(se=>!se.hidden),m=p.find(se=>se.selected||se.focused);return m?p.indexOf(m):-1}_handleUp(y){this.Suggestions?.isOpened()&&this.Suggestions.onUp(y,this.currentItemIndex)}_handleDown(y){this.Suggestions?.isOpened()&&this.Suggestions.onDown(y,this.currentItemIndex)}_handleSpace(y){this.Suggestions&&this.Suggestions.onSpace(y)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const y=this.linksInAriaValueStateHiddenText;y.length&&y[0].focus()}_addLinksEventListeners(){const y=this.linksInAriaValueStateHiddenText;y.forEach((p,m)=>{this._linksListenersArray.push(R=>{((z,y,p,m)=>{(0,Q.zP)(z)&&(p!==y.length-1?(z.stopImmediatePropagation(),z.preventDefault(),y[p+1].focus()):(m.closeValueState(),m.focusInput())),(0,Q.bR)(z)&&(z.preventDefault(),z.stopImmediatePropagation(),p>0?y[p-1].focus():m.focusInput()),(0,Q.ie)(z)&&(z.preventDefault(),z.stopImmediatePropagation(),m.isPopoverOpen()&&m.focusInput()),(0,Q.Pj)(z)&&(z.preventDefault(),z.stopImmediatePropagation(),m.navigateToItem()),(0,Q.KL)(z)&&(z.preventDefault(),z.stopImmediatePropagation())})(R,y,m,{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})}),p.addEventListener("keydown",this._linksListenersArray[m])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((p,m)=>{p.removeEventListener("keydown",this._linksListenersArray[m])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(y){const p=!!this.Suggestions?.onEnter(y),m=this.getInputDOMRefSync();let R=this._matchedSuggestionItem;if(R||(R=this._selectableItems.find(se=>se.text?.toLowerCase()===this.value.toLowerCase())),R){const se=R.text||"";m.setSelectionRange(se.length,se.length),p||(this.fireSelectionChange(R,!0),this.acceptSuggestion(R,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&m.setSelectionRange(this.value.length,this.value.length),p?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(y){this._isSuggestionsFocused?this.Suggestions?.onPageUp(y):y.preventDefault()}_handlePageDown(y){this._isSuggestionsFocused?this.Suggestions?.onPageDown(y):y.preventDefault()}_handleHome(y){this._isSuggestionsFocused&&this.Suggestions?.onHome(y)}_handleEnd(y){this._isSuggestionsFocused&&this.Suggestions?.onEnd(y)}_handleEscape(){const p=this.showSuggestions&&!!this.Suggestions&&this.open,m=this.getInputDOMRefSync(),R=m.selectionEnd-m.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?p?p&&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(x.INPUT,{inputType:""}))}_onfocusin(y){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!y.target&&y.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(y){const p=y.relatedTarget;this.Suggestions?._getPicker()?.contains(p)||this.contains(p)||this.getSlottedNodes("valueStateMessage").some(m=>m.contains(p))||(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,T.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(p=>p.hasAttribute("ui5-suggestion-item")&&p.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(x.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,U.rM)(this))))}_clear(){const y=this.value;this.value="",this.fireDecoratorEvent(x.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=y}_iconMouseDown(){this._clearIconClicked=!0}_scroll(y){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:y.detail.scrollTop,scrollContainer:y.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(y){this._input(y,y.detail&&y.detail.inputType||"")}_handleNativeInput(y){this._input(y,y.inputType||"")}_input(y,p){const m=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(p)&&!this.noTypeahead,y.target===m&&(this.focused=!0,y.stopImmediatePropagation()),this.fireEventByAction(H.ACTION_ENTER,y),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===y.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(y){return Fe(y,this._selectableItems,"text")}_getFirstMatchingItem(y){if(!this._flattenItems.length)return;const p=this._startsWithMatchingItems(y).filter(m=>!this._isGroupItem(m));return p.length?p[0]:void 0}_handleSelectionChange(y){this.Suggestions?.onItemPress(y)}_selectMatchingItem(y){y.selected=!0,this._matchedSuggestionItem=y}_filterItems(y){let p=[];const m=this._flattenItems.filter(R=>this._isGroupItem(R));this._resetItemVisibility(),p=m.length?this._filterGroups(this.filter,m):h[this.filter](y,this._selectableItems,"text"),this._selectableItems.forEach(R=>{R.hidden=!p.includes(R)}),0===p.length&&(this.open=!1)}_filterGroups(y,p){const m=[];return p.forEach(R=>{const se=h[y](this.typedInValue,R.items??[],"text");m.push(...se),R.hidden=0===se.length}),m}_resetItemVisibility(){this._flattenItems.forEach(y=>{this._isGroupItem(y)?y.items?.forEach(p=>{p.hidden=!1}):y.hidden=!1})}_handleTypeAhead(y){const p=y.text?y.text:"",m=this.typedInValue;p.toLowerCase().startsWith(m.toLowerCase())&&(this.value=m+p.substring(m.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,F.UT)(this),this._accessibleLabelsRefTexts=(0,F.yI)(this),this._associatedDescriptionRefTexts=(0,F.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,T.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,T.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(x.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const y=this.shadowRoot.querySelector("#selectionText");y&&(y.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 y=p=>{p.i18nBundle=Qe.i18nBundle,this.Suggestions=new p(this,"suggestionItems",!0,!1)};Qe.SuggestionsClass?y(Qe.SuggestionsClass):Promise.all([d.e(778),d.e(955)]).then(d.bind(d,5955)).then(p=>{y(p.default)})}_enableComposition(){if(this._composition)return;const y=p=>{this._composition=new p({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:m=>{this._isComposing=m}}),this._composition.addEventListeners()};Qe.composition?y(Qe.composition):d.e(418).then(d.bind(d,1418)).then(p=>{Qe.composition=p.default,y(p.default)})}acceptSuggestion(y,p){if(this._isGroupItem(y))return;let m=y;if(this._matchedSuggestionItem){const Z=this._matchedSuggestionItem.text?.toLowerCase()||"",ae=y.text?.toLowerCase()||"";(p||Z===ae)&&(m=this._matchedSuggestionItem)}const R=m.text||"",se=p?this.valueBeforeItemSelection!==R:this.previousValue!==R;this.hasSuggestionItemSelected=!0,this.value=R,se&&this.previousValue!==R&&(this.valueBeforeItemSelection=R,this.lastConfirmedValue=R,this._performTextSelection=!0,this.fireDecoratorEvent(x.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(y){const p=this._isGroupItem(y)?this.valueBeforeSelectionStart:y.text;this.value=p||"",this._performTextSelection=!0,this._isGroupItem(y)||(this._matchedSuggestionItem=y)}fireEventByAction(y,p){const m=this.value,R=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const se=this.getInputValue(),Z=y===H.ACTION_ENTER;this.value=se,this.typedInValue=se,this.valueBeforeSelectionStart=se;const ae=this.value;Z&&(!this.fireDecoratorEvent(x.INPUT,{inputType:p.inputType||""})&&(ae===this.value&&(this.value=m),R&&(R.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,T.tp)()&&this.Suggestions){const y=this.Suggestions._getPicker();if(y)return y.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,T.tp)()&&this.Suggestions){const y=this.Suggestions._getPicker();if(y)return y.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}get nativeInput(){const y=this.getDomRef();return y?y.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(y){y.preventDefault()}onItemSelected(y,p){!p&&!y?.focused&&this.valueBeforeItemSelection!==y.text&&this.fireSelectionChange(y,!0),this.acceptSuggestion(y,p)}_handleSuggestionItemPress(y){this.Suggestions?.onItemPress(y)}onItemSelect(y){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(y),this.announceSelectedItem(),this.fireSelectionChange(y,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(y=>this._isGroupItem(y)?[y,...y.items]:[y])}get _selectableItems(){return this._flattenItems.filter(y=>!this._isGroupItem(y))}get valueStateTypeMappings(){return{Positive:Qe.i18nBundle.getText(K.PBn),Information:Qe.i18nBundle.getText(K.Y12),Negative:Qe.i18nBundle.getText(K.QLe),Critical:Qe.i18nBundle.getText(K.CNT)}}valueStateTextMappings(){return{Positive:Qe.i18nBundle.getText(K.KwP),Information:Qe.i18nBundle.getText(K.tgV),Negative:Qe.i18nBundle.getText(K.laD),Critical:Qe.i18nBundle.getText(K.Xot)}}announceSelectedItem(){const y=this.shadowRoot.querySelector("#selectionText");y&&(y.textContent=this.itemSelectionAnnounce)}fireSelectionChange(y,p){this.Suggestions&&(this.fireDecoratorEvent(x.SELECTION_CHANGE,{item:y}),this._isLatestValueFromSuggestions=p)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return this._associatedLabelsTexts||Qe.i18nBundle.getText(K.YBm)}get _suggestionsOkButtonText(){return Qe.i18nBundle.getText(K.HzF)}get _suggestionsCancelButtonText(){return Qe.i18nBundle.getText(K.ZqR)}get clearIconAccessibleName(){return Qe.i18nBundle.getText(K.$nc)}get _popupLabel(){return Qe.i18nBundle.getText(K.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===ue.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,F.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===L.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 y=this.valueState!==L.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${y} ${this.valueStateText}`:y:this.valueStateMessage.length?`${y} ${this.valueStateMessage.map(p=>p.textContent).join(" ")}`:y}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const y=[];return this.valueStateMessage&&this.valueStateMessage.forEach(p=>{p.children.length&&p.querySelectorAll("ui5-link").forEach(m=>{y.push(m)})}),y}get valueStateLinksShortcutsTextAcc(){const y=this.linksInAriaValueStateHiddenText;return y.length?(0,T.cX)()?Qe.i18nBundle.getText(1===y.length?K.Z2A:K.qF5):Qe.i18nBundle.getText(1===y.length?K.dOG:K.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===L.A.Positive,"ui5-valuestatemessage--error":this.valueState===L.A.Negative,"ui5-valuestatemessage--warning":this.valueState===L.A.Critical,"ui5-valuestatemessage--information":this.valueState===L.A.Information}}}get styles(){const y=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/y>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!==L.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==L.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==L.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Qe.i18nBundle.getText(K.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const y=this._selectableItems,m=this.Suggestions?.isOpened()?Qe.i18nBundle.getText(K.vSX):Qe.i18nBundle.getText(K.Bby);switch(y.length){case 0:return`${Qe.i18nBundle.getText(K.NJs)} ${m}`;case 1:return`${Qe.i18nBundle.getText(K.K2C)} ${m}`;default:return`${Qe.i18nBundle.getText(K.MME,y.length)} ${m}`}}return this.showSuggestions?Qe.i18nBundle.getText(K.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,T.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==L.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!==L.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(z=>{let y=0;return(z.selectionStart||0===z.selectionStart)&&(y="backward"===z.selectionDirection?z.selectionStart:z.selectionEnd),y})(this.nativeInput)}setCaretPosition(y){((z,y)=>{z.selectionStart?(z.focus(),z.setSelectionRange(y,y)):z.focus()})(this.nativeInput,y)}removeFractionalPart(y){return y.includes(".")?y.slice(0,y.indexOf(".")):y.includes(",")?y.slice(0,y.indexOf(",")):y}};at([(0,v.A)({type:Boolean})],w.prototype,"disabled",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"highlight",void 0),at([(0,v.A)()],w.prototype,"placeholder",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"readonly",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"required",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"noTypeahead",void 0),at([(0,v.A)()],w.prototype,"type",void 0),at([(0,v.A)()],w.prototype,"value",void 0),at([(0,v.A)()],w.prototype,"valueState",void 0),at([(0,v.A)()],w.prototype,"name",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"showSuggestions",void 0),at([(0,v.A)({type:Number})],w.prototype,"maxlength",void 0),at([(0,v.A)()],w.prototype,"accessibleName",void 0),at([(0,v.A)()],w.prototype,"accessibleNameRef",void 0),at([(0,v.A)()],w.prototype,"accessibleDescription",void 0),at([(0,v.A)()],w.prototype,"accessibleDescriptionRef",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"showClearIcon",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"open",void 0),at([(0,v.A)()],w.prototype,"filter",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"_effectiveShowClearIcon",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"focused",void 0),at([(0,v.A)()],w.prototype,"hint",void 0),at([(0,v.A)({type:Boolean})],w.prototype,"valueStateOpen",void 0),at([(0,v.A)({type:Object})],w.prototype,"_inputAccInfo",void 0),at([(0,v.A)({type:Object})],w.prototype,"_nativeInputAttributes",void 0),at([(0,v.A)({type:Number})],w.prototype,"_inputWidth",void 0),at([(0,v.A)({type:Number})],w.prototype,"_listWidth",void 0),at([(0,v.A)({type:Boolean,noAttribute:!0})],w.prototype,"_inputIconFocused",void 0),at([(0,v.A)({noAttribute:!0})],w.prototype,"_associatedLabelsTexts",void 0),at([(0,v.A)({noAttribute:!0})],w.prototype,"_accessibleLabelsRefTexts",void 0),at([(0,v.A)({noAttribute:!0})],w.prototype,"_associatedDescriptionRefTexts",void 0),at([(0,v.A)({type:Object})],w.prototype,"Suggestions",void 0),at([(0,v.A)({type:Array,noAttribute:!0})],w.prototype,"_linksListenersArray",void 0),at([(0,v.A)({type:Boolean,noAttribute:!0})],w.prototype,"_isComposing",void 0),at([(0,B.A)({type:HTMLElement,default:!0})],w.prototype,"suggestionItems",void 0),at([(0,B.A)()],w.prototype,"icon",void 0),at([(0,B.A)({type:HTMLElement,invalidateOnChildChange:!0})],w.prototype,"valueStateMessage",void 0),at([(0,te.A)("@ui5/webcomponents")],w,"i18nBundle",void 0),w=Qe=at([(0,O.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:j.A,template:function We(z){const y=z?.suggestionsList,p=z?.mobileHeader,m=z?.preContent||Ke,R=z?.postContent||Me;return(0,ce.FD)(ce.FK,{children:[(0,ce.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,ce.FD)("div",{class:"ui5-input-content",children:[m.call(this),(0,ce.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,ce.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,ce.Y)(ye.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Be.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,ce.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,ce.Y)("slot",{name:"icon"})}),(0,ce.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),R.call(this),this._effectiveShowSuggestions&&(0,ce.FD)(ce.FK,{children:[(0,ce.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,ce.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,ce.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,ce.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,ce.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,ce.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,ce.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),it.call(this,{suggestionsList:y,mobileHeader:p})]})},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}.inputIcon{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;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)}.inputIcon.inputIcon--pressed{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);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_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}: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)}.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%}\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,M.A)("change",{bubbles:!0}),(0,M.A)("_request-submit",{bubbles:!0}),(0,M.A)("input",{bubbles:!0,cancelable:!0}),(0,M.A)("select",{bubbles:!0}),(0,M.A)("selection-change",{bubbles:!0}),(0,M.A)("type-ahead",{bubbles:!0}),(0,M.A)("suggestion-scroll",{bubbles:!0}),(0,M.A)("open",{bubbles:!0}),(0,M.A)("close")],w),w.define();const $=w},355(he,G,d){"use strict";d.d(G,{A:()=>U});var h=d(5386),b=d(1934),I=d(1642),v=d(3651),O=d(1834),B=d(5166),M=d(1892),C=d(467),S=d(8923),T=d(303),L=d(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,C.A)(function*(){return T.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,C.A)(function*(){return L.A}),"host");var W,V=function(F,ee,X,oe){var ce,Y=arguments.length,ue=Y<3?ee:null===oe?oe=Object.getOwnPropertyDescriptor(ee,X):oe;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ue=Reflect.decorate(F,ee,X,oe);else for(var ye=F.length-1;ye>=0;ye--)(ce=F[ye])&&(ue=(Y<3?ce(ue):Y>3?ce(ee,X,ue):ce(ee,X))||ue);return Y>3&&ue&&Object.defineProperty(ee,X,ue),ue};let te=W=class extends h.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const ee=this.getRootNode().querySelector(`[id="${this.for}"]`);ee&&ee.focus()}get _colonSymbol(){return W.i18nBundle.getText(B.vtI)}};V([(0,I.A)()],te.prototype,"for",void 0),V([(0,I.A)({type:Boolean})],te.prototype,"showColon",void 0),V([(0,I.A)({type:Boolean})],te.prototype,"required",void 0),V([(0,I.A)()],te.prototype,"wrappingType",void 0),V([(0,v.A)("@ui5/webcomponents")],te,"i18nBundle",void 0),te=W=V([(0,b.A)({tag:"ui5-label",renderer:O.A,template:function j(){return(0,M.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,M.Y)("span",{class:"ui5-label-text-wrapper",children:(0,M.Y)("slot",{})}),(0,M.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})],te),te.define();const U=te},8305(he,G,d){"use strict";d.d(G,{A:()=>Be});var h=d(5386),b=d(1934),I=d(1437),v=d(1642),O=d(1834),B=d(2358),M=d(3493),j=d(3651),C=d(6136),S=d(1045),T=d(6121),L=function(ke){return ke.Default="Default",ke.Subtle="Subtle",ke.Emphasized="Emphasized",ke}(L||{});const Q=L;var V=d(1892),W=d(563),U=d(5166),F=d(467),ee=d(8923),X=d(303),oe=d(5444);(0,ee.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,F.A)(function*(){return X.A})),(0,ee.Rh)("@ui5/webcomponents","sap_horizon",(0,F.A)(function*(){return oe.A}),"host");var ce,ue=function(ke,Se,Ae,me){var it,rt=arguments.length,Ve=rt<3?Se:null===me?me=Object.getOwnPropertyDescriptor(Se,Ae):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ve=Reflect.decorate(ke,Se,Ae,me);else for(var be=ke.length-1;be>=0;be--)(it=ke[be])&&(Ve=(rt<3?it(Ve):rt>3?it(Se,Ae,Ve):it(Se,Ae))||Ve);return rt>3&&Ve&&Object.defineProperty(Se,Ae,Ve),Ve};let ye=ce=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,C.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Se="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Se?"noreferrer noopener":void 0}_isCrossOrigin(Se){return this._dummyAnchor.href=Se,!(this._dummyAnchor.hostname===(0,T.VQ)()&&this._dummyAnchor.port===(0,T.lj)()&&this._dummyAnchor.protocol===(0,T.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,M.ax)(this)}get hasLinkType(){return this.design!==Q.Default}static typeTextMappings(){return{Subtle:U.FvC,Emphasized:U.Kdd}}get linkTypeText(){return ce.i18nBundle.getText(ce.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,S.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Se){const{altKey:Ae,ctrlKey:me,metaKey:rt,shiftKey:Ve}=Se;Se.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:Ae,ctrlKey:me,metaKey:rt,shiftKey:Ve})||Se.preventDefault()}_onkeydown(Se){(0,B.RI)(Se)&&!this.href?(this._onclick(Se),Se.preventDefault()):(0,B.xC)(Se)&&Se.preventDefault()}_onkeyup(Se){if((0,B.xC)(Se)&&(this._onclick(Se),this.href&&!Se.defaultPrevented)){const Ae=new MouseEvent("click");Ae.stopImmediatePropagation(),this.getDomRef().dispatchEvent(Ae)}}};ue([(0,v.A)({type:Boolean})],ye.prototype,"disabled",void 0),ue([(0,v.A)()],ye.prototype,"tooltip",void 0),ue([(0,v.A)()],ye.prototype,"href",void 0),ue([(0,v.A)()],ye.prototype,"target",void 0),ue([(0,v.A)()],ye.prototype,"design",void 0),ue([(0,v.A)()],ye.prototype,"interactiveAreaSize",void 0),ue([(0,v.A)()],ye.prototype,"wrappingType",void 0),ue([(0,v.A)()],ye.prototype,"accessibleName",void 0),ue([(0,v.A)()],ye.prototype,"accessibleNameRef",void 0),ue([(0,v.A)()],ye.prototype,"accessibleRole",void 0),ue([(0,v.A)({type:Object})],ye.prototype,"accessibilityAttributes",void 0),ue([(0,v.A)()],ye.prototype,"accessibleDescription",void 0),ue([(0,v.A)()],ye.prototype,"icon",void 0),ue([(0,v.A)()],ye.prototype,"endIcon",void 0),ue([(0,v.A)({noAttribute:!0})],ye.prototype,"_rel",void 0),ue([(0,v.A)({noAttribute:!0})],ye.prototype,"forcedTabIndex",void 0),ue([(0,j.A)("@ui5/webcomponents")],ye,"i18nBundle",void 0),ye=ce=ue([(0,b.A)({tag:"ui5-link",languageAware:!0,renderer:O.A,template:function te(){return(0,V.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,V.Y)(W.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,V.Y)("span",{class:"ui5-link-text",children:(0,V.Y)("slot",{})}),this.hasLinkType&&(0,V.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,V.Y)(W.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,I.A)("click",{bubbles:!0,cancelable:!0})],ye),ye.define();const Be=ye},1973(he,G,d){"use strict";d.d(G,{A:()=>at});var Qe,h=d(467),b=d(5386),I=d(362),v=d(1834),O=d(2358),B=d(4127),M=((Qe=M||{}).Auto="Auto",Qe.Vertical="Vertical",Qe.Horizontal="Horizontal",Qe.Paging="Paging",Qe);const j=M;var C=(Qe=>(Qe.Static="Static",Qe.Cyclic="Cyclic",Qe))(C||{});const S=C,L=class T{constructor(x,H){if(!x.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=x,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof H.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=H.getItemsCallback,this._currentIndex=H.currentIndex||0,this._rowSize=H.rowSize||1,this._behavior=H.behavior||S.Static,this._navigationMode=H.navigationMode||j.Auto,this._affectedPropertiesNames=H.affectedPropertiesNames||[],this._skipItemsSize=H.skipItemsSize||null}setCurrentItem(x){const H=this._getItems().indexOf(x);-1!==H?(this._currentIndex=H,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",x)}setRowSize(x){this._rowSize=x}_init(){this._getItems().forEach((x,H)=>{x.forcedTabIndex=H===this._currentIndex?"0":"-1"})}_onkeydown(x){if(!this._canNavigate())return;const H=this._navigationMode===j.Horizontal||this._navigationMode===j.Auto,w=this._navigationMode===j.Vertical||this._navigationMode===j.Auto,$="rtl"===this.rootWebComponent.effectiveDir;if($&&(0,O.OC)(x)&&H)this._handleRight();else if($&&(0,O.FG)(x)&&H)this._handleLeft();else if((0,O.OC)(x)&&H)this._handleLeft();else if((0,O.FG)(x)&&H)this._handleRight();else if((0,O.ie)(x)&&w)this._handleUp();else if((0,O.Pj)(x)&&w)this._handleDown();else if((0,O.qN)(x))this._handleHome();else if((0,O.uV)(x))this._handleEnd();else if((0,O.vQ)(x))this._handlePageUp();else{if(!(0,O.oY)(x))return;this._handlePageDown()}x.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const x=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===S.Cyclic){const H=this._currentIndex%this._rowSize;let z=(0===H?this._rowSize-1:H-1)+(Math.ceil(x/this._rowSize)-1)*this._rowSize;z>x-1&&(z-=this._rowSize),this._currentIndex=z}else this._currentIndex=0}_handleDown(){const x=this._getItems().length;this._currentIndex+this._rowSize<x?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===S.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:x-1}_handleLeft(){const x=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===S.Cyclic&&(this._currentIndex=x-1)}_handleRight(){const x=this._getItems().length;this._currentIndex<x-1?this._currentIndex+=1:this._behavior===S.Cyclic&&(this._currentIndex=0)}_handleHome(){const x=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%x}_handleEnd(){const x=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=x-1-this._currentIndex%x}_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 x=this._getItems();for(let H=0;H<x.length;H++)x[H].forcedTabIndex=H===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(H=>{const w=this.rootWebComponent[H];this.rootWebComponent[H]=Array.isArray(w)?[...w]:{...w}})}_focusCurrentItem(){const x=this._getCurrentItem();x&&x.focus()}_canNavigate(){const x=this._getCurrentItem(),H=(0,B.A)();return x&&x===H}_getCurrentItem(){const x=this._getItems();if(!x.length)return;for(;this._currentIndex>=x.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const H=x[this._currentIndex];if(!H)return;if((0,b.W)(H))return H.getFocusDomRef();const w=this.rootWebComponent.getDomRef();return w&&H.id?w.querySelector(`[id="${H.id}"]`):void 0}};var Q=d(1045),V=d(1642),W=d(1437),te=d(1934),U=d(6993),F=d(3651),ee=d(6060),X=d(1441),oe=d(7669),Y=d(3493);const ce=Qe=>{let x=Qe;return Qe.shadowRoot&&Qe.shadowRoot.activeElement&&(x=Qe.shadowRoot.activeElement),x};let ye=null;var me=d(5011),rt=function(Qe){return Qe.Button="Button",Qe.Scroll="Scroll",Qe.None="None",Qe}(rt||{});const Ve=rt;var it=d(9698),be=function(Qe){return Qe.All="All",Qe.Inner="Inner",Qe.None="None",Qe}(be||{});const ze=be;var We=d(4583),Ke=d(1892),Me=d(7202),Ze=d(7601);function ot(){return(0,Ke.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,Ke.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,Ke.Y)(Me.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,Ke.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,Ke.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Fe=d(8923),Ue=d(303),je=d(5444);(0,Fe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return Ue.A})),(0,Fe.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return je.A}),"host");var Et,ve=d(5166),ut=d(6374),$e=function(Qe,x,H,w){var y,$=arguments.length,z=$<3?x:null===w?w=Object.getOwnPropertyDescriptor(x,H):w;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)z=Reflect.decorate(Qe,x,H,w);else for(var p=Qe.length-1;p>=0;p--)(y=Qe[p])&&(z=($<3?y(z):$>3?y(x,H,z):y(x,H))||z);return $>3&&z&&Object.defineProperty(x,H,z),z};const bn={Menu:"menuitem",Tree:"treeitem",ListBox:"option"};let pt=Et=class extends b.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 L(this,{skipItemsSize:10,navigationMode:j.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 X.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,Y.Bm)(this),this._associatedLabelsRefTexts=(0,Y.yI)(this)}onEnterDOM(){(0,Y.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),I.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,Y.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),I.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(x=>{x.hasAttribute("ui5-li-group-header")&&(x.addEventListener("ui5-_focused",this.onItemFocusedBound),x.addEventListener("ui5-forward-after",this.onForwardAfterBound),x.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(x=>{x.hasAttribute("ui5-li-group-header")&&(x.removeEventListener("ui5-_focused",this.onItemFocusedBound),x.removeEventListener("ui5-forward-after",this.onForwardAfterBound),x.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===me.A.Delete}get isSingleSelect(){return[me.A.Single,me.A.SingleStart,me.A.SingleEnd,me.A.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===me.A.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const x=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&x.push(this.modeLabelID),this.shouldRenderH1&&x.push(this.headerID),x.length?x.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,Y.ax)(this)}get ariaDescriptionText(){const x=[];this.accessibleRole===it.A.List&&x.push(this.defaultAriaDescriptionText);const H=this._associatedDescriptionRefTexts||(0,Y.Uu)(this);H&&x.push(H);const w=this._getDescriptionForGroups();return w&&x.push(w),x.join(" ")}get defaultAriaDescriptionText(){return Et.i18nBundle.getText(ve.dr_)}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 x="";return this._groupCount>0&&(this.accessibleRole===it.A.List?x=Et.i18nBundle.getText(ve.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===it.A.ListBox&&(x=Et.i18nBundle.getText(ve.P1,this._groupCount))),x}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return Et.i18nBundle.getText(ve.Wyx);if(this.isSingleSelect)return Et.i18nBundle.getText(ve.DQe);if(this.isDelete)return Et.i18nBundle.getText(ve.fPH)}return""}get grows(){return this.growing!==Ve.None}get growsOnScroll(){return this.growing===Ve.Scroll}get growsWithButton(){return this.growing===Ve.Button}get _growingButtonText(){return this.growingButtonText||Et.i18nBundle.getText(ve.jSp)}get listAccessibleRole(){return(0,Q.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const x=this.getItemsForProcessing(),H=bn[this.accessibleRole];x.forEach((w,$)=>{const y=this.separators===ze.All||this.separators===ze.Inner&&!($===x.length-1);w.hasConfigurableMode&&(w._selectionMode=this.selectionMode,w._inheritedAccessibleRole=H),w.hasBorder=y,w.mediaRange=this.mediaRange})}observeListEnd(){var x=this;return(0,h.A)(function*(){yield(0,ee.JT)(),x.getEndIntersectionObserver().observe(x.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var x=this;return(0,h.A)(function*(){yield(0,ee.JT)(),x.getStartIntersectionObserver().observe(x.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(x){x.forEach(H=>{H.isIntersecting&&(Qe=>{ye&&clearTimeout(ye),ye=setTimeout(()=>{ye=null,Qe()},250)})(this.loadMore.bind(this))})}onStartIntersection(x){x.forEach(H=>{this._startMarkerOutOfView=!H.isIntersecting})}onSelectionRequested(x){const H=this.getSelectedItems();let w=!1;this.selectionMode!==me.A.None&&this[`handle${this.selectionMode}`]&&(w=this[`handle${this.selectionMode}`](x.detail.item,!!x.detail.selected)),w&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:H,selectionComponentPressed:x.detail.selectionComponentPressed,targetItem:x.detail.item,key:x.detail.key})&&this._revertSelection(H)}handleSingle(x){return!x.selected&&(this.deselectSelectedItems(),x.selected=!0,!0)}handleSingleStart(x){return this.handleSingle(x)}handleSingleEnd(x){return this.handleSingle(x)}handleSingleAuto(x){return this.handleSingle(x)}handleMultiple(x,H){return x.selected=H,!0}handleDelete(x){return this.fireDecoratorEvent("item-delete",{item:x}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(x=>{x.selected=!1})}getSelectedItems(){return this.getItems().filter(x=>x.selected)}getEnabledItems(){return this.getItems().filter(x=>x._focusable)}getItems(){const x=[],H=this.getSlottedNodes("items");let w=0,$=0;return H.forEach(z=>{if((0,ut.t)(z)){const y=[z.groupHeaderItem,...z.items.filter(p=>p.assignedSlot)].filter(Boolean);x.push(...y),w++,$+=y.length-1}else At(z)?z.assignedSlot&&x.push(...z.listItems):z.assignedSlot&&x.push(z)}),this._groupCount=w,this._groupItemCount=$,x}getItemsForProcessing(){return this.getItems()}_revertSelection(x){this.getItems().forEach(H=>{const w=-1!==x.indexOf(H),$=H.shadowRoot.querySelector(".ui5-li-multisel-cb"),z=H.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");H.selected=w,$?$.checked=w:z&&(z.checked=w)})}_onkeydown(x){if((0,O.uV)(x))return this._handleEnd(),void x.preventDefault();if((0,O.qN)(x))return void this._handleHome();const H=(0,O.ie)(x)||(0,O.Pj)(x),w=this._getClosestListItem(x.target);if(w?._isFocusOnInternalElement()&&H){const $=(0,O.ie)(x)?-1:1;if(this._navigateToAdjacentItem(w,$))return void x.preventDefault()}(0,O.Pj)(x)?this._handleDown(x):(0,O._0)(x)?this._moveItem(x.target,x):((0,O.zP)(x)&&this._handleTabNext(x),(0,O.oi)(x)&&this._handleF7(x))}_handleF7(x){const H=this._getClosestListItem(x.target);if(!H||!H._hasFocusableElements())return;const w=H.getFocusDomRef(),$=(0,B.A)();x.preventDefault(),x.stopPropagation(),$===w?(H._editMode=!0,H._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=H._getFocusedElementIndex()):(this._lastFocusedElementIndex=H._getFocusedElementIndex(),H._editMode=!1,w.focus())}_getClosestListItem(x){return x.closest("[ui5-li], [ui5-li-custom]")}_moveItem(x,H){if(!x||!x.movable)return;const w=(0,oe.Fw)(this.items,x,H);if(!w.length)return;H.preventDefault();const $=w.find(({element:z,placement:y})=>!this.fireDecoratorEvent("move-over",{originalEvent:H,source:{element:x},destination:{element:z,placement:y}}));$&&(this.fireDecoratorEvent("move",{originalEvent:H,source:{element:x},destination:{element:$.element,placement:$.placement}}),x.focus())}_onLoadMoreKeydown(x){(0,O.xC)(x)&&(x.preventDefault(),this._loadMoreActive=!0),(0,O.RI)(x)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,O.zP)(x)&&this.focusAfterElement(),(0,O.ie)(x)?this._handleLodeMoreUp(x):(0,O.bR)(x)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),x.preventDefault())}_onLoadMoreKeyup(x){(0,O.xC)(x)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(x){if(this.getGrowingButton()===x.target){const w=this.getItems();this.focusItem(w[w.length-1]),x.preventDefault(),x.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const x=this.getDomRef().getBoundingClientRect();return x.top>=0&&x.left>=0&&x.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&x.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const x=this.getBoundingClientRect().width;this.mediaRange=We.A.getCurrentRange(We.A.RANGESETS.RANGE_4STEPS,x)}_handleTabNext(x){ce(x.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(x){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),x.preventDefault())}_navigateToAdjacentItem(x,H){const w=x?._getFocusedElementIndex();if(void 0===w||-1===w)return!1;const $=this.getItems().filter(m=>"hasConfigurableMode"in m&&m.hasConfigurableMode&&m._hasFocusableElements()),z=$.indexOf(x)+H,y=$[z];if(!y)return!1;y._editMode=x._editMode;const p=y._focusInternalElement(w);return void 0!==p&&(this._lastFocusedElementIndex=p),!0}_onfocusin(x){const H=ce(x.target);if(this.isForwardElement(H)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement(H)?this.focusGrowingButton():this.focusFirstItem(),void x.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(H))return this.focusGrowingButton(),void x.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}x.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(x){this._dragAndDropHandler.ondragenter(x)}_ondragleave(x){this._dragAndDropHandler.ondragleave(x)}_ondragover(x){this._dragAndDropHandler.ondragover(x)}_ondrop(x){this._dragAndDropHandler.ondrop(x)}isForwardElement(x){const H=x.id,w=this.getBeforeElement();return!!(this._id===H||w&&w.id===H)||this.isForwardAfterElement(x)}isForwardAfterElement(x){const H=x.id,w=this.getAfterElement();return w&&w.id===H}onItemTabIndexChange(x){x.stopPropagation(),this._itemNavigation.setCurrentItem(x.target)}onItemFocused(x){const H=x.target;x.stopPropagation(),this._itemNavigation.setCurrentItem(H),this.fireDecoratorEvent("item-focused",{item:H}),this.selectionMode===me.A.SingleAuto&&this.onSelectionRequested({detail:{item:H,selectionComponentPressed:!1,selected:!0,key:x.detail.key}})}onItemPress(x){const H=x.detail.item;this.fireDecoratorEvent("item-click",{item:H})&&this.selectionMode!==me.A.Delete&&this.onSelectionRequested({detail:{item:H,selectionComponentPressed:!1,selected:!H.selected,key:x.detail.key}})}onItemClose(x){const H=x.target;(H?.hasAttribute("ui5-li-notification")||H?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:x.detail?.item})}onItemToggle(x){x.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:x.detail.item})}onForwardBefore(x){const H=x.target;if(H.hasConfigurableMode&&H._editMode){const w=this.getItems().filter(y=>"hasConfigurableMode"in y&&y.hasConfigurableMode&&y._hasFocusableElements()),$=w.indexOf(H),z=$>0?w[$-1]:void 0;if(z){z._editMode=!0;const y=z._getFocusableElements();return z._focusInternalElement(y.length-1),this._lastFocusedElementIndex=y.length-1,this.setPreviouslyFocusedItem(z),x.preventDefault(),void x.stopPropagation()}H._editMode=!1}this.setPreviouslyFocusedItem(H),this.focusBeforeElement(),x.stopPropagation()}onForwardAfter(x){const H=x.target;if(H.hasConfigurableMode&&H._editMode){const w=this.getItems().filter(y=>"hasConfigurableMode"in y&&y.hasConfigurableMode&&y._hasFocusableElements()),$=w.indexOf(H),z=$>=0&&$<w.length-1?w[$+1]:void 0;if(z)return z._editMode=!0,z._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(z),x.preventDefault(),void x.stopPropagation();H._editMode=!1}this.setPreviouslyFocusedItem(H),this.growsWithButton?(this.focusGrowingButton(),x.preventDefault()):this.focusAfterElement(),x.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const x=this.getGrowingButton();x&&x.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const H=this.getItems().length-1,w=this._itemNavigation._currentIndex;return-1!==w&&w===H}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const x=this.getFirstItem(H=>H._focusable);x&&x.focus()}focusPreviouslyFocusedItem(){const x=this.getPreviouslyFocusedItem();x&&x.focus()}focusFirstSelectedItem(){const x=this.getFirstItem(H=>H.selected&&H._focusable);x&&x.focus()}focusItem(x){this._itemNavigation.setCurrentItem(x),x.focus()}onFocusRequested(x){setTimeout(()=>{this.setPreviouslyFocusedItem(x.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(x){this._forwardingFocus=x}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(x){this._previouslyFocusedItem=x}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(x){const H=this.getItems();let w=null;if(!x)return H.length?H[0]:null;for(let $=0;$<H.length;$++)if(x(H[$])){w=H[$];break}return w}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}};$e([(0,V.A)()],pt.prototype,"headerText",void 0),$e([(0,V.A)()],pt.prototype,"footerText",void 0),$e([(0,V.A)({type:Boolean})],pt.prototype,"indent",void 0),$e([(0,V.A)()],pt.prototype,"selectionMode",void 0),$e([(0,V.A)()],pt.prototype,"noDataText",void 0),$e([(0,V.A)()],pt.prototype,"separators",void 0),$e([(0,V.A)()],pt.prototype,"growing",void 0),$e([(0,V.A)()],pt.prototype,"growingButtonText",void 0),$e([(0,V.A)({type:Boolean})],pt.prototype,"loading",void 0),$e([(0,V.A)({type:Number})],pt.prototype,"loadingDelay",void 0),$e([(0,V.A)({type:Boolean})],pt.prototype,"stickyHeader",void 0),$e([(0,V.A)()],pt.prototype,"accessibleName",void 0),$e([(0,V.A)({type:Object})],pt.prototype,"accessibilityAttributes",void 0),$e([(0,V.A)()],pt.prototype,"accessibleNameRef",void 0),$e([(0,V.A)()],pt.prototype,"accessibleDescription",void 0),$e([(0,V.A)()],pt.prototype,"accessibleDescriptionRef",void 0),$e([(0,V.A)({noAttribute:!0})],pt.prototype,"_associatedDescriptionRefTexts",void 0),$e([(0,V.A)({noAttribute:!0})],pt.prototype,"_associatedLabelsRefTexts",void 0),$e([(0,V.A)()],pt.prototype,"accessibleRole",void 0),$e([(0,V.A)({type:Boolean})],pt.prototype,"_inViewport",void 0),$e([(0,V.A)({type:Boolean})],pt.prototype,"_loadMoreActive",void 0),$e([(0,V.A)()],pt.prototype,"mediaRange",void 0),$e([(0,U.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],pt.prototype,"items",void 0),$e([(0,U.A)()],pt.prototype,"header",void 0),$e([(0,F.A)("@ui5/webcomponents")],pt,"i18nBundle",void 0),pt=Et=$e([(0,te.A)({tag:"ui5-list",fastNavigation:!0,renderer:v.A,template:function Ne(){return(0,Ke.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,Ke.FD)(Me.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,Ke.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,Ke.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,Ke.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,Ke.FD)("div",{class:"ui5-list-scroll-container",children:[(0,Ke.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,Ke.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,Ke.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,Ke.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,Ke.Y)("slot",{}),this.showNoDataText&&(0,Ke.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,Ke.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&ot.call(this),this.footerText&&(0,Ke.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,Ke.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,Ke.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,Ke.Y)(Ze.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,W.A)("item-click",{bubbles:!0,cancelable:!0}),(0,W.A)("item-close",{bubbles:!0}),(0,W.A)("item-toggle",{bubbles:!0}),(0,W.A)("item-delete",{bubbles:!0}),(0,W.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,W.A)("load-more",{bubbles:!0}),(0,W.A)("item-focused",{bubbles:!0}),(0,W.A)("move-over",{bubbles:!0,cancelable:!0}),(0,W.A)("move",{bubbles:!0})],pt),pt.define();const At=Qe=>"hasListItems"in Qe&&Qe.hasListItems,at=pt},6981(he,G,d){"use strict";d.d(G,{A:()=>F});var h=d(5386),b=d(1934),I=d(1834),v=d(1642),O=d(1437),B=d(6488),M=d(6136),j=d(2358),C=d(4127),S=d(467),T=d(8923),L=d(303),Q=d(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return L.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return Q.A}),"host"),(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return L.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return Q.A}),"host");var te=function(ee,X,oe,Y){var ye,ue=arguments.length,ce=ue<3?X:null===Y?Y=Object.getOwnPropertyDescriptor(X,oe):Y;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(ee,X,oe,Y);else for(var Be=ee.length-1;Be>=0;Be--)(ye=ee[Be])&&(ce=(ue<3?ye(ce):ue>3?ye(X,oe,ce):ye(X,oe))||ce);return ue>3&&ce&&Object.defineProperty(X,oe,ce),ce};let U=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,M.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(X){this.fireDecoratorEvent("request-tabindex-change",X),X.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",X)}_onkeydown(X){return(0,j.zP)(X)?this._handleTabNext(X):(0,j.bR)(X)?this._handleTabPrevious(X):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(X)&&X.preventDefault(),this._isEnter(X)&&this.fireItemPress(X)))}_onkeyup(X){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(X)&&this.fireItemPress(X)}_onclick(X){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(X)||(X.stopPropagation(),this.fireItemPress(X))}_isDisabledInteractiveContentClicked(X){const oe=X.composedPath(),Y=this.getFocusDomRef();return oe.some(ue=>!!(ue instanceof HTMLElement&&ue!==this&&ue!==Y&&(this._isNativeInteractiveElement(ue)||this._isCustomInteractiveElement(ue)))&&this._isElementDisabled(ue))}_isNativeInteractiveElement(X){return X.matches("button, input, select, textarea")}_isCustomInteractiveElement(X){const oe=X;return X.tagName.includes("-")&&("disabled"in oe||X.hasAttribute("aria-disabled"))}_isElementDisabled(X){return"boolean"==typeof X.disabled?X.disabled:"true"===X.getAttribute("aria-disabled")}_isSpace(X){return(0,j.xC)(X)}_isEnter(X){return(0,j.RI)(X)}fireItemPress(X){this.disabled||!this._pressable||((0,j.RI)(X)&&X.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:X}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:X.key}))}_handleTabNext(X){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||X.preventDefault())}_handleTabPrevious(X){this.shouldForwardTabBefore(X.target)&&(this.fireDecoratorEvent("forward-before")||X.preventDefault())}shouldForwardTabAfter(){const X=(0,B.J)(this.getFocusDomRef());return 0===X.length||X[X.length-1]===(0,C.A)()}shouldForwardTabBefore(X){return this.getFocusDomRef()===X}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}};te([(0,v.A)({type:Boolean})],U.prototype,"selected",void 0),te([(0,v.A)({type:Boolean})],U.prototype,"movable",void 0),te([(0,v.A)({type:Boolean})],U.prototype,"hasBorder",void 0),te([(0,v.A)()],U.prototype,"forcedTabIndex",void 0),te([(0,v.A)({type:Boolean})],U.prototype,"disabled",void 0),te([(0,v.A)({type:Boolean})],U.prototype,"focused",void 0),te([(0,v.A)({type:Boolean})],U.prototype,"actionable",void 0),U=te([(0,b.A)({renderer:I.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,O.A)("click",{bubbles:!0}),(0,O.A)("request-tabindex-change",{bubbles:!0}),(0,O.A)("_press",{bubbles:!0}),(0,O.A)("_focused",{bubbles:!0}),(0,O.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,O.A)("forward-before",{bubbles:!0,cancelable:!0})],U);const F=U},6374(he,G,d){"use strict";d.d(G,{A:()=>ue,t:()=>ce});var h=d(6993),b=d(1437),I=d(1642),v=d(1934),O=d(1834),B=d(5386),M=d(1441),j=d(4778),C=d(1892),S=d(45),T=d(7601),L=d(897),V=d(467),W=d(8923),te=d(303),U=d(5444);(0,W.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,V.A)(function*(){return te.A})),(0,W.Rh)("@ui5/webcomponents","sap_horizon",(0,V.A)(function*(){return U.A}),"host");var ee=d(6968),X=d(5031),oe=function(ye,Be,ke,Se){var rt,Ae=arguments.length,me=Ae<3?Be:null===Se?Se=Object.getOwnPropertyDescriptor(Be,ke):Se;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ye,Be,ke,Se);else for(var Ve=ye.length-1;Ve>=0;Ve--)(rt=ye[Ve])&&(me=(Ae<3?rt(me):Ae>3?rt(Be,ke,me):rt(Be,ke))||me);return Ae>3&&me&&Object.defineProperty(Be,ke,me),me};let Y=class extends B.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new M.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(Be){this._dragAndDropHandler.ondragenter(Be)}_ondragleave(Be){this._dragAndDropHandler.ondragleave(Be)}_ondragover(Be){this._dragAndDropHandler.ondragover(Be)}_ondrop(Be){this._dragAndDropHandler.ondrop(Be)}_filterPlacements(Be,ke,Se){return Se===ke?Be.filter(Ae=>Ae!==j.A.On):Be}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return ee.A.None}};oe([(0,I.A)()],Y.prototype,"headerText",void 0),oe([(0,I.A)()],Y.prototype,"headerAccessibleName",void 0),oe([(0,h.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],Y.prototype,"items",void 0),oe([(0,I.A)()],Y.prototype,"wrappingType",void 0),oe([(0,I.A)({type:Boolean})],Y.prototype,"focused",void 0),oe([(0,h.A)()],Y.prototype,"header",void 0),Y=oe([(0,v.A)({tag:"ui5-li-group",renderer:O.A,languageAware:!0,template:function Q(){return(0,C.FD)(C.FK,{children:[this.hasHeader&&(0,C.FD)(S.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:L.A.ListItem,children:[this.hasFormattedHeader?(0,C.Y)("slot",{name:"header"}):this.headerText,(0,C.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,C.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,C.Y)("slot",{}),(0,C.Y)(T.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,b.A)("move-over",{bubbles:!0,cancelable:!0}),(0,b.A)("move",{bubbles:!0})],Y),Y.define();const ue=Y,ce=(0,X.A)("isListItemGroup")},45(he,G,d){"use strict";d.d(G,{A:()=>ue});var h=d(1642),b=d(6993),I=d(1934),v=d(3651),O=d(1045),B=d(6981),M=d(5166),j=d(1892),C=d(6968);function T(){return this.wrappingType===C.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,j.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,j.Y)("slot",{})})}var L=d(467),Q=d(8923),V=d(303),W=d(5444);(0,Q.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,L.A)(function*(){return V.A})),(0,Q.Rh)("@ui5/webcomponents","sap_horizon",(0,L.A)(function*(){return W.A}),"host");var ee,U=d(897),F=function(ce,ye,Be,ke){var me,Se=arguments.length,Ae=Se<3?ye:null===ke?ke=Object.getOwnPropertyDescriptor(ye,Be):ke;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ae=Reflect.decorate(ce,ye,Be,ke);else for(var rt=ce.length-1;rt>=0;rt--)(me=ce[rt])&&(Ae=(Se<3?me(Ae):Se>3?me(ye,Be,Ae):me(ye,Be))||Ae);return Se>3&&Ae&&Object.defineProperty(ye,Be,Ae),Ae};let Y=ee=class extends B.A{constructor(){super(...arguments),this.accessibleRole=U.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,O.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return ee.i18nBundle.getText(M.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&&(ee.ExpandableTextTemplate?this.expandableTextTemplate=ee.ExpandableTextTemplate:Promise.all([d.e(778),d.e(249)]).then(d.bind(d,9249)).then(ye=>{this.expandableTextTemplate=ye.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};F([(0,h.A)()],Y.prototype,"accessibleName",void 0),F([(0,h.A)()],Y.prototype,"accessibleRole",void 0),F([(0,h.A)()],Y.prototype,"wrappingType",void 0),F([(0,h.A)()],Y.prototype,"mediaRange",void 0),F([(0,h.A)({noAttribute:!0})],Y.prototype,"expandableTextTemplate",void 0),F([(0,b.A)()],Y.prototype,"subItems",void 0),F([(0,v.A)("@ui5/webcomponents")],Y,"i18nBundle",void 0),Y=ee=F([(0,I.A)({tag:"ui5-li-group-header",languageAware:!0,template:function S(){return(0,j.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,j.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:T.call(this)}),this.hasSubItems&&(0,j.Y)("slot",{name:"subItems"})]})},styles:[B.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']})],Y),Y.define();const ue=Y},6634(he,G,d){"use strict";d.d(G,{zN:()=>pt,D2:()=>At,Ay:()=>Qe,st:()=>x});var h=d(467),b=d(5386),I=d(1934),v=d(1642),O=d(6993),B=d(6136),M=d(1402),j=d(8762);const S={toAttribute:H=>H instanceof HTMLElement?null:H,fromAttribute:H=>H};var T=d(6060),L=d(7883),Q=function(H){return H.Start="Start",H.End="End",H.Top="Top",H.Bottom="Bottom",H}(Q||{});const V=Q;var W=function(H){return H.Center="Center",H.Top="Top",H.Bottom="Bottom",H.Stretch="Stretch",H}(W||{});const te=W;var U=d(9494),F=d(4127);const X=H=>H.parentElement?H.parentElement:H.parentNode.host;var oe=d(3466);let Y;const ce=[],ye=()=>{ce.forEach(H=>{H.instance.reposition()})},Ve=H=>{H&&H.shadowRoot.removeEventListener("scroll",ye,{capture:!0})},ze=H=>{const w=(0,oe.vR)();if(0!==w.length&&x(w[w.length-1].instance))for(let z=w.length-1;-1!==z;z--){const y=w[z].instance;if(!x(y)||y.isModal||y.isOpenerClicked(H)||y.isClicked(H))return;y.closePopup()}},We=H=>{const w=Ze(H);(0,oe.Xj)(H,w),ce.push({instance:H,parentPopovers:w}),(H=>{H&&H.shadowRoot.addEventListener("scroll",ye,{capture:!0})})(H),1===ce.length&&(document.addEventListener("scroll",ye,{capture:!0}),document.addEventListener("mousedown",ze,{capture:!0}),Y=setInterval(()=>{ye(),(()=>{let H=(0,F.A)();"IFRAME"===H.tagName&&Me().reverse().forEach(w=>{const $=w.instance,z=$.getOpenerHTMLElement($.opener);for(;H;){if(H===z)return;H=X(H)}$.closePopup(!1,!1,!0)})})()},300))},Me=()=>ce,Ze=H=>{let w=H.parentNode;const $=[];for(;w&&w.parentNode;){for(let z=0;z<ce.length;z++)w===ce[z].instance&&$.push(w);w=w.parentNode}return $};var Ne=function(H){return H.TopLeft="TopLeft",H.TopRight="TopRight",H.BottomLeft="BottomLeft",H.BottomRight="BottomRight",H}(Ne||{});const Fe=class ot{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 Ne.BottomLeft:w.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Ne.BottomRight:w.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Ne.TopLeft:w.root["ui5-popover-resize-handle-top-left"]=!0;break;case Ne.TopRight:w.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const w=this._popover;if(this._resized&&w.resizeHandlePlacement)return w.resizeHandlePlacement;const $=w.getOpenerHTMLElement(w.opener);if(!$)return;const y=w.isRtl,p=$.getBoundingClientRect(),m=w.getBoundingClientRect();let R=Math.floor(p.x+p.width/2);const se=Math.floor(p.y+p.height/2);let Z=Math.floor(m.x+m.width/2);const ae=Math.floor(m.y+m.height/2),pe=w.verticalAlign,He=w._actualHorizontalAlign,st=m.width>p.width,f=m.height>p.height;switch(y&&(R=-R,Z=-Z),w.getActualPlacement(p)){case At.Left:return f?ae>se+2?Ne.BottomLeft:Ne.TopLeft:pe===te.Top?Ne.BottomLeft:Ne.TopLeft;case At.Right:return f?ae+2<se?Ne.TopRight:Ne.BottomRight:pe===te.Bottom?Ne.TopRight:Ne.BottomRight;case At.Bottom:return st?Z+2<R?y?Ne.BottomRight:Ne.BottomLeft:y?Ne.BottomLeft:Ne.BottomRight:y?He===pt.Left?Ne.BottomRight:Ne.BottomLeft:He===pt.Right?Ne.BottomLeft:Ne.BottomRight;default:return st?Z+2<R?y?Ne.TopRight:Ne.TopLeft:y?Ne.TopLeft:Ne.TopRight:y?He===pt.Left?Ne.TopRight:Ne.TopLeft:He===pt.Right?Ne.TopLeft:Ne.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:$,minHeight:z}=window.getComputedStyle(this._popover),y=window.getComputedStyle(this._popover);this._initialClientX=w.clientX,this._initialClientY=w.clientY,this._minWidth=Math.max(Number.parseFloat($),Number.parseFloat(y.minWidth)),this._minHeight=Number.parseFloat(z),this._attachMouseResizeHandlers()}_onResizeMouseMove(w){const z=this._popover._viewportMargin,{clientX:y,clientY:p}=w,m=this.getResizeHandlePlacement(),R=this._initialBoundingRect,se=y-this._initialClientX,Z=p-this._initialClientY;let ae,pe;const st=m===Ne.TopLeft||m===Ne.TopRight;if(m===Ne.TopLeft||m===Ne.BottomLeft){ae=(0,j.A)(R.width-se,this._minWidth,R.x+R.width-z);const we=(0,j.A)(R.x+se,z,R.x+R.width-this._minWidth);ae=Math.min(ae,R.x+R.width-we),this._currentDeltaX=(R.x-we)/2}else{const wt=window.innerWidth-R.x-z;ae=(0,j.A)(R.width+se,this._minWidth,wt),this._currentDeltaX=(R.width-ae)/2}if(st){pe=(0,j.A)(R.height-Z,this._minHeight,R.y+R.height-z);const we=(0,j.A)(R.y+Z,z,R.y+R.height-this._minHeight);pe=Math.min(pe,R.y+R.height-we),this._currentDeltaY=(R.y-we)/2}else{const wt=window.innerHeight-R.y-z;pe=(0,j.A)(R.height+Z,this._minHeight,wt),this._currentDeltaY=(R.height-pe)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const f=this._popover.calcPlacement(this._popover._openerRect,{width:ae,height:pe});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:`${pe}px`,width:`${ae}px`})}_onResizeMouseUp(){delete this._initialClientX,delete this._initialClientY,delete this._initialBoundingRect,delete this._minWidth,delete this._minHeight,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 Ue=d(555),je=d(1926),K=d(8923),ve=d(303),ut=d(5444);(0,K.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return ve.A})),(0,K.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return ut.A}),"host");var Tt,Et=d(5031),_t=function(H,w,$,z){var m,y=arguments.length,p=y<3?w:null===z?z=Object.getOwnPropertyDescriptor(w,$):z;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)p=Reflect.decorate(H,w,$,z);else for(var R=H.length-1;R>=0;R--)(m=H[R])&&(p=(y<3?m(p):y>3?m(w,$,p):m(w,$))||p);return y>3&&p&&Object.defineProperty(w,$,p),p},pt=function(H){return H.Center="Center",H.Left="Left",H.Right="Right",H.Stretch="Stretch",H}(pt||{}),At=function(H){return H.Left="Left",H.Right="Right",H.Top="Top",H.Bottom="Bottom",H}(At||{});let at=Tt=class extends L.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 Fe(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,$=this;return(0,h.A)(function*(){if($._opened)return;const z=$.getOpenerHTMLElement($.opener);if(z){if(!z||$.isOpenerOutsideViewport(z.getBoundingClientRect()))return yield(0,T.JT)(),$.open=!1,void $.fireDecoratorEvent("close");$._initialWidth=$.style.width,$._initialHeight=$.style.height,$._openerRect=z.getBoundingClientRect(),$._observeOpenerVisibility(),yield w().call($)}})()}closePopup(w=!1,$=!1,z=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(w,$,z)}isOpenerClicked(w){const $=w.target,z=this.getOpenerHTMLElement(this.opener);return!!z&&(!!($===z||this._isUI5AbstractElement($)&&$.getFocusDomRef()===z)||w.composedPath().indexOf(z)>-1)}isClicked(w){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==w.composedPath()[0])||(0,M.wi)(w,this.getBoundingClientRect())}_addOpenedPopup(){We(this)}_removeOpenedPopup(){(H=>{const w=[H];for(let $=0;$<ce.length;$++){const z=ce[$].parentPopovers.indexOf(H);ce[$].parentPopovers.length>0&&z>-1&&w.push(ce[$].instance)}for(let $=w.length-1;$>=0;$--)for(let z=0;z<ce.length;z++){let y=-1;w[$]===ce[z].instance&&(y=z),y>=0&&((0,oe.cY)(ce[y].instance),Ve(ce[y].instance),ce.splice(y,1)[0].instance.closePopup(!1,!0))}ce.length||(document.removeEventListener("scroll",ye,{capture:!0}),document.removeEventListener("mousedown",ze,{capture:!0}),clearInterval(Y))})(this)}getOpenerHTMLElement(w){if(null==w)return w;if(w instanceof HTMLElement)return this._isUI5AbstractElement(w)?w.getFocusDomRef():w;let $=this.getRootNode();if(!$)return null;$===this&&($=document);let z=$.getElementById(w);return $ instanceof ShadowRoot&&!z&&(z=document.getElementById(w)),z&&(this._isUI5AbstractElement(z)?z.getFocusDomRef():z)}shouldCloseDueToOverflow(w,$){const y={Left:$.right,Right:$.left,Top:$.top,Bottom:$.bottom},p=this.getOpenerHTMLElement(this.opener),m=(0,M.nE)(p);let R=!1,se=!1;if(m instanceof Tt){const Z=m.getBoundingClientRect();R=$.top>Z.top+Z.height,se=$.top+$.height<Z.top}return y[w]<0||y[w]+32>m.innerHeight||R||se}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 Tt.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var w=()=>super._show,$=this;return(0,h.A)(function*(){w().call($);const z=$.getOpenerHTMLElement($.opener);if(!z)return void Object.assign($.style,{top:"0px",left:"0px"});if(z&&(0,b.W)(z)&&!z.getDomRef())return;$._opened||$._showOutsideViewport();const y=$.getPopoverSize();let p;if(0===y.width||0===y.height)return;if($.open&&($._openerRect=z.getBoundingClientRect()),p=$._oldPlacement&&$.shouldCloseDueToNoOpener($._openerRect)&&$.isFocusWithin()?$._oldPlacement:$.calcPlacement($._openerRect,y),$._preventRepositionAndClose||$.isOpenerOutsideViewport($._openerRect))return yield $._waitForDomRef(),$.closePopup();$._oldPlacement=p,$.actualPlacement=p.actualPlacement;let m=(0,j.A)($._left,Tt.VIEWPORT_MARGIN,document.documentElement.clientWidth-y.width-Tt.VIEWPORT_MARGIN);$.actualPlacement===At.Right&&(m=Math.max(m,$._left));let R=(0,j.A)($._top,Tt.VIEWPORT_MARGIN,document.documentElement.clientHeight-y.height-Tt.VIEWPORT_MARGIN);$.actualPlacement===At.Bottom&&(R=Math.max(R,$._top)),$.arrowTranslateX=p.arrow.x,$.arrowTranslateY=p.arrow.y,R=$._adjustForIOSKeyboard(R),Object.assign($.style,{top:`${R}px`,left:`${m}px`}),!$._popoverResize.isResized&&($.horizontalAlign===U.A.Stretch&&$._width&&($.style.width=$._width),$.verticalAlign===te.Stretch&&$._height&&($.style.height=$._height))})()}_adjustForIOSKeyboard(w){if(!(0,B.un)())return w;const $=Math.ceil(this.getBoundingClientRect().top);return w+(Number.parseInt(this.style.top||"0")-$)}_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 $=this.getBoundingClientRect(),z=$.width;let y;const p=this.getDomRef();if(w&&p){const m=p.querySelector(".ui5-popup-header-root"),R=p.querySelector(".ui5-popup-content"),se=p.querySelector(".ui5-popup-footer-root");y=R?.scrollHeight||0,y+=m?.scrollHeight||0,y+=se?.scrollHeight||0}else y=$.height;return{width:z,height:y}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(w){return(0,b.W)(w)&&w.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(w,$){let z=Tt.VIEWPORT_MARGIN,y=0;const p=this.allowTargetOverlap,m=document.documentElement.clientWidth,R=document.documentElement.clientHeight;let se=R,Z=m;const ae=this.getActualPlacement(w);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(w)||this.shouldCloseDueToOverflow(ae,w);const pe=ae===At.Top||ae===At.Bottom;this._popoverResize.isResized||(this.horizontalAlign===U.A.Stretch&&pe?($.width=w.width,this._width=`${w.width}px`):this.verticalAlign===te.Stretch&&!pe&&($.height=w.height,this._height=`${w.height}px`));const He=this.hideArrow?0:8;switch(ae){case At.Top:z=this.getVerticalLeft(w,$),y=Math.max(w.top-$.height-He,0),p||(se=w.top-He);break;case At.Bottom:z=this.getVerticalLeft(w,$),y=w.bottom+He,p?y=Math.max(Math.min(y,R-$.height),0):se=R-w.bottom-He;break;case At.Left:z=Math.max(w.left-$.width-He,0),y=this.getHorizontalTop(w,$),p||(Z=w.left-He);break;case At.Right:z=w.left+w.width+He,y=this.getHorizontalTop(w,$),p?z=Math.max(Math.min(z,m-$.width),0):Z=m-w.right-He}pe?$.width>m||z<Tt.VIEWPORT_MARGIN?z=Tt.VIEWPORT_MARGIN:z+$.width>m-Tt.VIEWPORT_MARGIN&&(z=m-Tt.VIEWPORT_MARGIN-$.width):$.height>R||y<Tt.VIEWPORT_MARGIN?y=Tt.VIEWPORT_MARGIN:y+$.height>R-Tt.VIEWPORT_MARGIN&&(y=R-Tt.VIEWPORT_MARGIN-$.height),this._maxHeight=Math.round(se-Tt.VIEWPORT_MARGIN),this._maxWidth=Math.round(Z-Tt.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-z)>1.5)&&(this._left=Math.round(z)),(void 0===this._top||Math.abs(this._top-y)>1.5)&&(this._top=Math.round(y));const st=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),f=this.getArrowPosition(w,$,z,y,pe,st);return this._left+=this.getRTLCorrectionLeft(),{arrow:f,top:this._top,left:this._left,actualPlacement:ae}}get isVertical(){return this.placement===V.Top||this.placement===V.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(w,$,z,y,p,m){const R=this._actualHorizontalAlign;let se=R===pt.Center||R===pt.Stretch;R===pt.Right&&z<=w.left&&(se=!0),R===pt.Left&&z+$.width>=w.left+w.width&&(se=!0);let Z=0;p&&se&&(Z=w.left+w.width/2-z-$.width/2);let ae=0;p||(ae=w.top+w.height/2-y-$.height/2);const pe=$.height/2-m-4-2;ae=(0,j.A)(ae,-pe,pe);const He=$.width/2-m-4-2;return Z=(0,j.A)(Z,-He,He),{x:Math.round(Z),y:Math.round(ae)}}fallbackPlacement(w,$,z,y){return z.left>y.width?At.Left:w-z.right>z.left?At.Right:$-z.bottom>y.height?At.Bottom:$-z.bottom<z.top?At.Top:void 0}getActualPlacement(w){const $=this.placement,z=this.getPopoverSize(!this.allowTargetOverlap);let y=At.Right;switch($){case V.Start:y=this.isRtl?At.Right:At.Left;break;case V.End:y=this.isRtl?At.Left:At.Right;break;case V.Top:y=At.Top;break;case V.Bottom:y=At.Bottom}const p=document.documentElement.clientWidth;let m=document.documentElement.clientHeight,R=z.height;switch(this.isVertical&&(R+=this.hideArrow?0:8,m-=Tt.VIEWPORT_MARGIN),y){case At.Top:w.top<R&&w.top<m-w.bottom&&(y=At.Bottom);break;case At.Bottom:m-w.bottom<R&&m-w.bottom<w.top&&(y=At.Top);break;case At.Left:w.left<z.width&&(y=this.fallbackPlacement(p,m,w,z)||y);break;case At.Right:p-w.right<z.width&&(y=this.fallbackPlacement(p,m,w,z)||y)}return y}getVerticalLeft(w,$){let y=Tt.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case pt.Center:case pt.Stretch:y=w.left-($.width-w.width)/2,y=this._popoverResize.getCorrectedLeft(y);break;case pt.Left:y=w.left;break;case pt.Right:y=w.right-$.width}return y}getHorizontalTop(w,$){let z=0;switch(this.verticalAlign){case te.Center:case te.Stretch:z=w.top-($.height-w.height)/2,z=this._popoverResize.getCorrectedTop(z);break;case te.Top:z=w.top;break;case te.Bottom:z=w.bottom-$.height}return z}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 U.A.Start:return this.isRtl?pt.Right:pt.Left;case U.A.End:return this.isRtl?pt.Left:pt.Right;case U.A.Stretch:return pt.Stretch;default:return pt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(w){this._popoverResize.onResizeMouseDown(w),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};_t([(0,v.A)()],at.prototype,"headerText",void 0),_t([(0,v.A)()],at.prototype,"placement",void 0),_t([(0,v.A)()],at.prototype,"horizontalAlign",void 0),_t([(0,v.A)()],at.prototype,"verticalAlign",void 0),_t([(0,v.A)({type:Boolean})],at.prototype,"modal",void 0),_t([(0,v.A)({type:Boolean})],at.prototype,"hideArrow",void 0),_t([(0,v.A)({type:Boolean})],at.prototype,"allowTargetOverlap",void 0),_t([(0,v.A)({type:Boolean})],at.prototype,"resizable",void 0),_t([(0,v.A)({type:Number,noAttribute:!0})],at.prototype,"arrowTranslateX",void 0),_t([(0,v.A)({type:Number,noAttribute:!0})],at.prototype,"arrowTranslateY",void 0),_t([(0,v.A)()],at.prototype,"actualPlacement",void 0),_t([(0,v.A)({type:Number,noAttribute:!0})],at.prototype,"_maxHeight",void 0),_t([(0,v.A)({type:Number,noAttribute:!0})],at.prototype,"_maxWidth",void 0),_t([(0,v.A)({noAttribute:!0})],at.prototype,"_resizeHandlePlacement",void 0),_t([(0,O.A)()],at.prototype,"header",void 0),_t([(0,O.A)()],at.prototype,"footer",void 0),_t([(0,v.A)({converter:S})],at.prototype,"opener",null),at=Tt=_t([(0,I.A)({tag:"ui5-popover",styles:[L.A.styles,je.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:Ue.A})],at),at.define();const Qe=at,x=(0,Et.A)("isPopover")},555(he,G,d){"use strict";d.d(G,{A:()=>B});var h=d(1892),b=d(563),I=d(81),v=d(8520),O=d(6983);function B(){return v.Ay.call(this,{beforeContent:M,afterContent:j})}function M(){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)(O.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function j(){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)(b.A,{name:I.Ay})})]})}},7883(he,G,d){"use strict";d.d(G,{A:()=>Ue});var h=d(467),b=d(1934),I=d(6060),v=d(1437),O=d(6993),B=d(1642),M=d(1834),j=d(5386),C=d(6136),S=d(5465);const T=/^(?:a|area)$/i,L=/^(?:input|select|textarea|button)$/i,V=je=>{if(je.disabled)return!1;const K=je.getAttribute("tabindex");return null!=K?parseInt(K)>=0:L.test(je.nodeName)||T.test(je.nodeName)&&!!je.href},W=je=>je.hasAttribute("data-ui5-focus-trap"),te=je=>{const K=getComputedStyle(je);return je.scrollHeight>je.clientHeight&&["scroll","auto"].indexOf(K.overflowY)>=0||je.scrollWidth>je.clientWidth&&["scroll","auto"].indexOf(K.overflowX)>=0},U=function(){var je=(0,h.A)(function*(K,ve){return!K||(0,S.A)(K)?null:oe(K,!0,ve)});return function(ve,ut){return je.apply(this,arguments)}}(),F=function(){var je=(0,h.A)(function*(K,ve){return!K||(0,S.A)(K)?null:oe(K,!1,ve)});return function(ve,ut){return je.apply(this,arguments)}}(),ee=je=>je.hasAttribute("data-ui5-focus-redirect")||!(0,S.A)(je),X=je=>{if((0,j.W)(je)){const K=je.getAttribute("tabindex");if(null!==K&&parseInt(K)<0)return!0}return!1},oe=function(){var je=(0,h.A)(function*(K,ve,ut){let $e,Et,Tt,_t=-1;for(K.shadowRoot?$e=ve?K.shadowRoot.firstElementChild:K.shadowRoot.lastElementChild:K instanceof HTMLSlotElement&&K.assignedNodes()?(Et=K.assignedElements(),_t=ve?0:Et.length-1,$e=Et[_t]):$e=ut?K:ve?K.firstElementChild:K.lastElementChild;$e;){const bn=$e;if(!(0,S.A)(bn)&&!X(bn)){if((0,j.W)($e)&&(yield $e._waitForDomRef(),$e=$e.getDomRef()),!$e||(0,S.A)($e))return null;if(1===$e.nodeType&&ee($e)&&!W($e)){if(V($e)||(Tt=yield oe($e,ve),!(0,C.nr)()&&!Tt&&te($e)))return $e&&"function"==typeof $e.focus?$e:null;if(Tt)return Tt&&"function"==typeof Tt.focus?Tt:null}}$e=ve?bn.nextElementSibling:bn.previousElementSibling,Et&&!Et[_t].contains($e)&&(_t=ve?_t+1:_t-1,$e=Et[_t])}return null});return function(ve,ut,$e){return je.apply(this,arguments)}}();var Y=d(3493),ue=d(3455),ce=d(2358),ye=d(1402),Be=d(362),ke=d(4583),Se=d(1045),Ae=d(8520),me=d(9634),rt=d(3466),Ve=d(8923),it=d(303),be=d(5444);(0,Ve.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return it.A})),(0,Ve.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return be.A}),"host"),(0,Ve.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return it.A})),(0,Ve.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return be.A}),"host"),(0,Ve.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return it.A})),(0,Ve.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return be.A}),"host");var Ze,Me=function(je,K,ve,ut){var _t,$e=arguments.length,Et=$e<3?K:null===ut?ut=Object.getOwnPropertyDescriptor(K,ve):ut;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Et=Reflect.decorate(je,K,ve,ut);else for(var Tt=je.length-1;Tt>=0;Tt--)(_t=je[Tt])&&(Et=($e<3?_t(Et):$e>3?_t(K,ve,Et):_t(K,ve))||Et);return $e>3&&Et&&Object.defineProperty(K,ve,Et),Et};(0,ue.g5)("data-ui5-popup-scroll-blocker")||(0,ue._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const ot=new Set;let Fe=Ze=class extends j.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,C.tp)(),this.onDesktop=(0,C.xl)()}onAfterRendering(){(0,I.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,C.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,Y.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(Ze.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,Y.I7)(this)}set open(K){this._open!==K&&(this._open=K,K?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var K=this;return(0,h.A)(function*(){K._opened||(K.fireDecoratorEvent("before-open")?(K._attachBrowserEvents(),K.isModal&&Ze.blockPageScrolling(K),K._focusedElementBeforeOpen=(0,ye.CA)(),K._show(),K._opened=!0,K.getDomRef()&&K._updateMediaRange(),K._addOpenedPopup(),K.classList.add("ui5-popup-opening"),setTimeout(()=>{K.classList.remove("ui5-popup-opening")},50),K.open=!0,yield K.applyInitialFocus(),yield(0,I.JT)(),K.isConnected&&K.fireDecoratorEvent("open")):K.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(K){K.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(K){ot.add(K),1===ot.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(K){ot.delete(K),0===ot.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(K){this.fireDecoratorEvent("scroll",{scrollTop:K.target.scrollTop,targetRef:K.target})}_onkeydown(K){const ve=K.target===this._root&&(0,ce.bR)(K),ut=(0,ce.RI)(K)&&!this.open;(ve||ut)&&K.preventDefault()}_onfocusout(K){K.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(K){this._shouldFocusRoot=!!this.shadowRoot.contains(K.target)}_onmouseup(){this._shouldFocusRoot&&((0,C.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var K=this;return(0,h.A)(function*(){const ve=yield U(K);ve?ve.focus():K._root.focus()})()}forwardToLast(){var K=this;return(0,h.A)(function*(){const ve=yield F(K);ve?ve.focus():K._root.focus()})()}applyInitialFocus(){var K=this;return(0,h.A)(function*(){K.preventInitialFocus||(yield K.applyFocus())})()}applyFocus(){var K=this;return(0,h.A)(function*(){yield K._waitForDomRef();const ve=K.querySelector("[autofocus]");if(ve)return void("isUI5Element"in ve&&ve.focus());if(K.getRootNode()===K)return;let ut;K.initialFocus&&(ut=K.getRootNode().getElementById(K.initialFocus)||document.getElementById(K.initialFocus)),ut=ut||(yield U(K))||K._root,ut&&(ut===K._root&&(ut.tabIndex=-1),ut.focus())})()}isFocusWithin(){return(0,ye.TP)(this._root)}_updateMediaRange(){this.mediaRange=ke.A.getCurrentRange(ke.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,Y.Bm)(this)}_addOpenedPopup(){(0,rt.Xj)(this)}closePopup(K=!1,ve=!1,ut=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:K})?(this._opened=!1,this.isModal&&Ze.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),ve||this._removeOpenedPopup(),!this.preventFocusRestore&&!ut&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,rt.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(Be.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(Be.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,Y.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,Y.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===me.A.None?void 0:(0,Se.A)(this.accessibleRole)}get _ariaModal(){return this.accessibleRole===me.A.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get styles(){return{root:{},content:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};Me([(0,B.A)()],Fe.prototype,"initialFocus",void 0),Me([(0,B.A)({type:Boolean})],Fe.prototype,"preventFocusRestore",void 0),Me([(0,B.A)()],Fe.prototype,"accessibleName",void 0),Me([(0,B.A)()],Fe.prototype,"accessibleNameRef",void 0),Me([(0,B.A)()],Fe.prototype,"accessibleRole",void 0),Me([(0,B.A)()],Fe.prototype,"accessibleDescription",void 0),Me([(0,B.A)()],Fe.prototype,"accessibleDescriptionRef",void 0),Me([(0,B.A)({noAttribute:!0})],Fe.prototype,"_associatedDescriptionRefTexts",void 0),Me([(0,B.A)()],Fe.prototype,"mediaRange",void 0),Me([(0,B.A)({type:Boolean})],Fe.prototype,"preventInitialFocus",void 0),Me([(0,B.A)({type:Boolean,noAttribute:!0})],Fe.prototype,"isTopModalPopup",void 0),Me([(0,O.A)({type:HTMLElement,default:!0})],Fe.prototype,"content",void 0),Me([(0,B.A)({type:Boolean})],Fe.prototype,"onPhone",void 0),Me([(0,B.A)({type:Boolean})],Fe.prototype,"onDesktop",void 0),Me([(0,B.A)({type:Boolean})],Fe.prototype,"open",null),Fe=Ze=Me([(0,b.A)({renderer:M.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:Ae.Ay}),(0,v.A)("before-open",{cancelable:!0}),(0,v.A)("open"),(0,v.A)("before-close",{cancelable:!0}),(0,v.A)("close"),(0,v.A)("scroll",{bubbles:!0})],Fe);const Ue=Fe},8520(he,G,d){"use strict";d.d(G,{Ay:()=>I});var h=d(1892);function b(){return(0,h.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function I(B){return(0,h.FD)(h.FK,{children:[b.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}),(B?.beforeContent||v).call(this),(0,h.Y)("div",{style:this.styles.content,class:this.classes.content,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}),(B?.afterContent||O).call(this),(0,h.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function v(){}function O(){}},6983(he,G,d){"use strict";d.d(G,{A:()=>F});var h=d(5386),b=d(1834),I=d(1934),v=d(1642),O=function(ee){return ee.H1="H1",ee.H2="H2",ee.H3="H3",ee.H4="H4",ee.H5="H5",ee.H6="H6",ee}(O||{});const B=O;var M=d(1892);function C(ee){switch(ee){case"H1":return(0,M.Y)("h1",{class:"ui5-title-root",children:S.call(this)});case"H2":default:return(0,M.Y)("h2",{class:"ui5-title-root",children:S.call(this)});case"H3":return(0,M.Y)("h3",{class:"ui5-title-root",children:S.call(this)});case"H4":return(0,M.Y)("h4",{class:"ui5-title-root",children:S.call(this)});case"H5":return(0,M.Y)("h5",{class:"ui5-title-root",children:S.call(this)});case"H6":return(0,M.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:S.call(this)})}}function S(){return(0,M.Y)("span",{id:`${this._id}-inner`,children:(0,M.Y)("slot",{})})}var T=d(467),L=d(8923),Q=d(303),V=d(5444);(0,L.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return Q.A})),(0,L.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return V.A}),"host");var te=function(ee,X,oe,Y){var ye,ue=arguments.length,ce=ue<3?X:null===Y?Y=Object.getOwnPropertyDescriptor(X,oe):Y;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(ee,X,oe,Y);else for(var Be=ee.length-1;Be>=0;Be--)(ye=ee[Be])&&(ce=(ue<3?ye(ce):ue>3?ye(X,oe,ce):ye(X,oe))||ce);return ue>3&&ce&&Object.defineProperty(X,oe,ce),ce};let U=class extends h.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===B.H1}get h2(){return this.level===B.H2}get h3(){return this.level===B.H3}get h4(){return this.level===B.H4}get h5(){return this.level===B.H5}get h6(){return this.level===B.H6}};te([(0,v.A)()],U.prototype,"wrappingType",void 0),te([(0,v.A)()],U.prototype,"level",void 0),te([(0,v.A)()],U.prototype,"size",void 0),U=te([(0,I.A)({tag:"ui5-title",renderer:b.A,template:function j(){return(0,M.Y)(M.FK,{children:C.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'})],U),U.define();const F=U},1441(he,G,d){"use strict";d.d(G,{A:()=>C});var h=d(6826);var B=d(7669),M=d(2928);const C=class j{constructor(T,L){this.component=T,this.config={orientation:M.A.Vertical,clientCoordinate:"clientY",...L}}ondragenter(T){T.preventDefault()}ondragleave(T){if(T.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(T.relatedTarget))return;const L=this.config.getDropIndicator();L&&(L.targetReference=null)}ondragover(T){if(!this._validateDragOver(T))return;const L=h.A.getDraggedElement(),Q=this.config.getDropIndicator(),V=this._findClosestPosition(T);if(!V)return void(Q.targetReference=null);const W=this._transformTargetElement(V.element);if(!this._isValidDragTarget(L,W))return void(Q.targetReference=null);const te=this._filterPlacements(V.placements,L,W),U=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:F,placement:ee}=function b(S,T,L,Q,V={}){const W=h.A.getDraggedElement(),te={targetReference:null,placement:null};if(!W&&!V?.crossDnD)return te;const U=L.placements;return te.targetReference=S.target,U.some(F=>!T.fireDecoratorEvent("move-over",{...V.originalEvent?{originalEvent:S}:{},source:{element:W},destination:{element:Q,placement:F}})&&(S.preventDefault(),te.targetReference=L.element,te.placement=F,!0))||(te.targetReference=null),te}(T,this.component,{element:W,placements:te},W,U);Q.targetReference=F,Q.placement=ee}ondrop(T){const L=this.config.getDropIndicator();L?.targetReference&&L?.placement?(function v(S,T,L,Q,V={}){S.preventDefault();const W=h.A.getDraggedElement();!W&&V?.crossDnD||(T.fireDecoratorEvent("move",{...V.originalEvent?{originalEvent:S}:{},source:{element:W},destination:{element:L,placement:Q}}),W?.focus())}(T,this.component,L.targetReference,L.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),L.targetReference=null):T.preventDefault()}_validateDragOver(T){if(!(T.target instanceof HTMLElement))return!1;const L=h.A.getDraggedElement(),Q=this.config.getDropIndicator();return!(!L||!Q)}_findClosestPosition(T){const L=this.config.getItems();return(0,B.gk)(L,"clientX"===this.config.clientCoordinate?T.clientX:T.clientY,this.config.orientation)}_transformTargetElement(T){return this.config.transformElement?this.config.transformElement(T):T}_isValidDragTarget(T,L){return!this.config.validateDraggedElement||this.config.validateDraggedElement(T,L)}_filterPlacements(T,L,Q){return this.config.filterPlacements?this.config.filterPlacements(T,L,Q):T}}},5166(he,G,d){"use strict";d.d(G,{$nc:()=>pn,Apb:()=>B,B$d:()=>jn,Bby:()=>Jn,CH:()=>v,CNT:()=>Yp,CR4:()=>br,C_7:()=>Oe,DQe:()=>Po,DXF:()=>Kr,Dy9:()=>I,Egs:()=>ag,F$r:()=>Gl,Fo:()=>vr,Fr3:()=>kt,FvC:()=>nn,HzF:()=>pi,IGR:()=>Fl,Jy$:()=>it,Jz0:()=>ma,K2C:()=>Ni,Kdd:()=>ia,KwP:()=>o_,M4s:()=>We,MME:()=>Oi,NJs:()=>De,Oms:()=>Bt,P1:()=>Ir,PBn:()=>vi,QGn:()=>Xn,QLe:()=>zo,Qmg:()=>Le,RXS:()=>me,SJi:()=>Sn,TkL:()=>Ke,Uin:()=>Bi,UlA:()=>oa,W_p:()=>hr,WlA:()=>gs,Wyx:()=>si,Xot:()=>Cc,Y12:()=>fs,YBm:()=>qn,YF:()=>k,YHe:()=>Uo,Yz$:()=>q,Z2A:()=>Tc,ZqR:()=>hc,_43:()=>mo,b5n:()=>nr,bB2:()=>un,bP:()=>oi,bRY:()=>hn,dOG:()=>s_,dr_:()=>gi,f4l:()=>S_,fBK:()=>b,fPH:()=>pc,fSG:()=>O,flf:()=>be,hNk:()=>Me,jSp:()=>aa,kHh:()=>Fr,kQX:()=>Ve,knB:()=>h,lXU:()=>Nt,laD:()=>i_,mgn:()=>ze,nFX:()=>rt,ogG:()=>qr,pcO:()=>re,piN:()=>Ui,qF5:()=>la,rek:()=>ds,tgV:()=>Ec,u9k:()=>$l,vSX:()=>go,vtI:()=>Vo,wJ8:()=>ys});const h={key:"ACC_STATE_REQUIRED",defaultText:"Required"},b={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},I={key:"ACC_STATE_READONLY",defaultText:"Read Only"},v={key:"ACC_STATE_EMPTY",defaultText:"Empty"},O={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},B={key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},me={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},rt={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},Ve={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},it={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},be={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},ze={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},We={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},Ke={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Me={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},Sn={key:"DELETE",defaultText:"Delete"},vr={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},jn={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},Kr={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},re={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},Le={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},q={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},Oe={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},Bi={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},hn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},qn={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},Ni={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},Oi={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},De={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},go={key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},Jn={key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},pn={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},pi={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},hc={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},nn={key:"LINK_SUBTLE",defaultText:"Subtle"},ia={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},gi={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},mo={key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},Ui={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},ds={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},un={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},kt={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},qr={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},Ir={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},oa={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},oi={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},Po={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},si={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},pc={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},k={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},hr={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},aa={key:"LOAD_MORE_TEXT",defaultText:"More"},Uo={key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},zo={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},Yp={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},vi={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},fs={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},i_={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},Cc={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},Ec={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},o_={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},s_={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},Tc={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},Fl={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},la={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},Nt={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},Xn={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},Fr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},br={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},Vo={key:"LABEL_COLON",defaultText:":"},Bt={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},gs={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},ag={key:"CHECKBOX_CHECKED",defaultText:"Checked"},ys={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},nr={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},Gl={key:"SWITCH_ON",defaultText:"On"},S_={key:"SWITCH_OFF",defaultText:"Off"},ma={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},$l={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(he,G,d){"use strict";d.d(G,{A:()=>O});var h=d(467),b=d(8923),I=d(303),v=d(5444);(0,b.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,h.A)(function*(){return I.A})),(0,b.Rh)("@ui5/webcomponents","sap_horizon",(0,h.A)(function*(){return v.A}),"host");const O='.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(he,G,d){"use strict";d.d(G,{A:()=>h});const h=':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: 0px;--_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_focus_bottom_offset: 2px;--_ui5_dialog_header_focus_top_offset: 1px;--_ui5_dialog_header_focus_left_offset: 1px;--_ui5_dialog_header_focus_right_offset: 1px;--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5_dialog_header_state_line_height: .0625rem;--_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: .25rem;--_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: var(--_ui5-compact-size, column) var(--_ui5-cozy-size, row);--_ui5_calendar_multiple_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_multiple_width: var(--_ui5-compact-size, var(--_ui5_calendar_width)) 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, calc(2 * 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(he,G,d){"use strict";d.d(G,{Xj:()=>T,vR:()=>Q,cY:()=>L});var h=d(6156),b=d(2358),I=d(3274);const M=(0,h.A)("OpenedPopupsRegistry",{openedRegistry:[]}),j=(0,I.x)("OpenUI5Support"),T=(F,ee=[])=>{M.openedRegistry.some(X=>X.instance===F)||(M.openedRegistry.push({instance:F,parentPopovers:ee}),function C(F){j?.addOpenedPopup(F)}({type:"WebComponent",instance:F})),U(),1===M.openedRegistry.length&&W()},L=F=>{M.openedRegistry=M.openedRegistry.filter(ee=>ee.instance!==F),function S(F){j?.removeOpenedPopup(F)}(F),U(),M.openedRegistry.length||te()},Q=()=>[...M.openedRegistry],V=F=>{if(M.openedRegistry.length&&(0,b.KL)(F)&&!((F,ee="handledByControl")=>!!F[`_sapui_${ee}`])(F)){const ee=M.openedRegistry[M.openedRegistry.length-1].instance;if(j&&ee!==j.getTopmostPopup())return;F.stopImmediatePropagation(),ee.closePopup(!0)}},W=()=>{document.addEventListener("keydown",V)},te=()=>{document.removeEventListener("keydown",V)},U=()=>{let F,ee=!1;for(let X=M.openedRegistry.length-1;X>=0;X--)F=M.openedRegistry[X].instance,!ee&&F.isModal?(F.isTopModalPopup=!0,ee=!0):F.isTopModalPopup=!1}},9698(he,G,d){"use strict";d.d(G,{A:()=>b});var h=function(I){return I.List="List",I.Menu="Menu",I.Tree="Tree",I.ListBox="ListBox",I}(h||{});const b=h},897(he,G,d){"use strict";d.d(G,{A:()=>b});var h=function(I){return I.ListItem="ListItem",I.MenuItem="MenuItem",I.TreeItem="TreeItem",I.Option="Option",I.None="None",I}(h||{});const b=h},5011(he,G,d){"use strict";d.d(G,{A:()=>b});var h=function(I){return I.None="None",I.Single="Single",I.SingleStart="SingleStart",I.SingleEnd="SingleEnd",I.SingleAuto="SingleAuto",I.Multiple="Multiple",I.Delete="Delete",I}(h||{});const b=h},9494(he,G,d){"use strict";d.d(G,{A:()=>b});var h=function(I){return I.Center="Center",I.Start="Start",I.End="End",I.Stretch="Stretch",I}(h||{});const b=h},9634(he,G,d){"use strict";d.d(G,{A:()=>b});var h=function(I){return I.None="None",I.Dialog="Dialog",I.AlertDialog="AlertDialog",I}(h||{});const b=h},6968(he,G,d){"use strict";d.d(G,{A:()=>b});var h=function(I){return I.None="None",I.Normal="Normal",I}(h||{});const b=h},467(he,G,d){"use strict";function h(I,v,O,B,M,j,C){try{var S=I[j](C),T=S.value}catch(L){return void O(L)}S.done?v(T):Promise.resolve(T).then(B,M)}function b(I){return function(){var v=this,O=arguments;return new Promise(function(B,M){var j=I.apply(v,O);function C(T){h(j,B,M,C,S,"next",T)}function S(T){h(j,B,M,C,S,"throw",T)}C(void 0)})}}d.d(G,{A:()=>b})}},iE={};function ht(he){var G=iE[he];if(void 0!==G)return G.exports;var d=iE[he]={id:he,loaded:!1,exports:{}};return rE[he](d,d.exports,ht),d.loaded=!0,d.exports}ht.m=rE,ht.n=he=>{var G=he&&he.__esModule?()=>he.default:()=>he;return ht.d(G,{a:G}),G},ht.d=(he,G)=>{for(var d in G)ht.o(G,d)&&!ht.o(he,d)&&Object.defineProperty(he,d,{enumerable:!0,get:G[d]})},ht.f={},ht.e=he=>Promise.all(Object.keys(ht.f).reduce((G,d)=>(ht.f[d](he,G),G),[])),ht.u=he=>he+".js",ht.miniCssF=he=>{},ht.o=(he,G)=>Object.prototype.hasOwnProperty.call(he,G),he={},ht.l=(d,h,b,I)=>{if(he[d])he[d].push(h);else{var v,O;if(void 0!==b)for(var B=document.getElementsByTagName("script"),M=0;M<B.length;M++){var j=B[M];if(j.getAttribute("src")==d||j.getAttribute("data-webpack")=="wc:"+b){v=j;break}}v||(O=!0,(v=document.createElement("script")).type="module",v.charset="utf-8",ht.nc&&v.setAttribute("nonce",ht.nc),v.setAttribute("data-webpack","wc:"+b),v.src=ht.tu(d)),he[d]=[h];var C=(T,L)=>{v.onerror=v.onload=null,clearTimeout(S);var Q=he[d];if(delete he[d],v.parentNode&&v.parentNode.removeChild(v),Q&&Q.forEach(V=>V(L)),T)return T(L)},S=setTimeout(C.bind(null,void 0,{type:"timeout",target:v}),12e4);v.onerror=C.bind(null,v.onerror),v.onload=C.bind(null,v.onload),O&&document.head.appendChild(v)}},ht.r=he=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(he,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(he,"__esModule",{value:!0})},ht.nmd=he=>(he.paths=[],he.children||(he.children=[]),he),(()=>{var he;ht.tt=()=>(void 0===he&&(he={createScriptURL:G=>G},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(he=trustedTypes.createPolicy("angular#bundler",he))),he)})(),ht.tu=he=>ht.tt().createScriptURL(he),ht.p="",(()=>{var he={792:0};ht.f.j=(h,b)=>{var I=ht.o(he,h)?he[h]:void 0;if(0!==I)if(I)b.push(I[2]);else{var v=new Promise((j,C)=>I=he[h]=[j,C]);b.push(I[2]=v);var O=ht.p+ht.u(h),B=new Error;ht.l(O,j=>{if(ht.o(he,h)&&(0!==(I=he[h])&&(he[h]=void 0),I)){var C=j&&("load"===j.type?"missing":j.type),S=j&&j.target&&j.target.src;B.message="Loading chunk "+h+" failed.\n("+C+": "+S+")",B.name="ChunkLoadError",B.type=C,B.request=S,I[1](B)}},"chunk-"+h,h)}};var G=(h,b)=>{var B,M,[I,v,O]=b,j=0;if(I.some(S=>0!==he[S])){for(B in v)ht.o(v,B)&&(ht.m[B]=v[B]);O&&O(ht)}for(h&&h(b);j<I.length;j++)ht.o(he,M=I[j])&&he[M]&&he[M][0](),he[M]=0},d=self.webpackChunkwc=self.webpackChunkwc||[];d.forEach(G.bind(null,0)),d.push=G.bind(null,d.push.bind(d))})(),(()=>{"use strict";
8
8
  /**
9
9
  * @license Angular v21.2.17
10
10
  * (c) 2010-2026 Google LLC. https://angular.dev/
11
11
  * License: MIT
12
- */const j=function(e,...n){if(j.translate){const r=j.translate(e,n);e=r[0],n=r[1]}let t=te(e[0],e.raw[0]);for(let r=1;r<e.length;r++)t+=n[r-1]+te(e[r],e.raw[r]);return t},q=":";function te(e,n){return n.charAt(0)===q?e.substring(function ee(e,n){for(let t=1,r=1;t<e.length;t++,r++)if("\\"===n[r])r++;else if(":"===e[t])return t;throw new Error(`Unterminated $localize metadata block in "${n}".`)}(e,n)+1):e}
12
+ */const V=function(e,...n){if(V.translate){const r=V.translate(e,n);e=r[0],n=r[1]}let t=te(e[0],e.raw[0]);for(let r=1;r<e.length;r++)t+=n[r-1]+te(e[r],e.raw[r]);return t},W=":";function te(e,n){return n.charAt(0)===W?e.substring(function Q(e,n){for(let t=1,r=1;t<e.length;t++,r++)if("\\"===n[r])r++;else if(":"===e[t])return t;throw new Error(`Unterminated $localize metadata block in "${n}".`)}(e,n)+1):e}
13
13
  /**
14
14
  * @license Angular v21.2.17
15
15
  * (c) 2010-2026 Google LLC. https://angular.dev/
16
16
  * License: MIT
17
- */globalThis.$localize=j;
17
+ */globalThis.$localize=V;
18
18
  /**
19
19
  * @license Angular v21.2.17
20
20
  * (c) 2010-2026 Google LLC. https://angular.dev/
21
21
  * License: MIT
22
22
  */
23
- let V=null,B=!1,ne=1;const le=Symbol("SIGNAL");function X(e){const n=V;return V=e,n}const Pe={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:()=>{}};function ke(e){if(B)throw new Error("");if(null===V)return;V.consumerOnSignalRead(e);const n=V.producersTail;if(void 0!==n&&n.producer===e)return;let t;const r=V.recomputing;if(r&&(t=void 0!==n?n.nextProducer:V.producers,void 0!==t&&t.producer===e))return V.producersTail=t,void(t.lastReadVersion=e.version);const i=e.consumersTail;if(void 0!==i&&i.consumer===V&&(!r||function Y(e,n){const t=n.producersTail;if(void 0!==t){let r=n.producers;do{if(r===e)return!0;if(r===t)break;r=r.nextProducer}while(void 0!==r)}return!1}(i,V)))return;const o=Le(V),s={producer:e,consumer:V,nextProducer:t,prevConsumer:i,lastReadVersion:e.version,nextConsumer:void 0};V.producersTail=s,void 0!==n?n.nextProducer=s:V.producers=s,o&&Ae(e,s)}function Ie(e){if((!Le(e)||e.dirty)&&(e.dirty||e.lastCleanEpoch!==ne)){if(!e.producerMustRecompute(e)&&!Re(e))return void st(e);e.producerRecomputeValue(e),st(e)}}function me(e){if(void 0===e.consumers)return;const n=B;B=!0;try{for(let t=e.consumers;void 0!==t;t=t.nextConsumer){const r=t.consumer;r.dirty||Ge(r)}}finally{B=n}}function ct(){return!1!==V?.consumerAllowSignalWrites}function Ge(e){e.dirty=!0,me(e),e.consumerMarkedDirty?.(e)}function st(e){e.dirty=!1,e.lastCleanEpoch=ne}function be(e){return e&&function Be(e){e.producersTail=void 0,e.recomputing=!0}(e),X(e)}function $e(e,n){X(n),e&&function We(e){e.recomputing=!1;const n=e.producersTail;let t=void 0!==n?n.nextProducer:e.producers;if(void 0!==t){if(Le(e))do{t=at(t)}while(void 0!==t);void 0!==n?n.nextProducer=void 0:e.producers=void 0}}(e)}function Re(e){for(let n=e.producers;void 0!==n;n=n.nextProducer){const t=n.producer,r=n.lastReadVersion;if(r!==t.version||(Ie(t),r!==t.version))return!0}return!1}function Xe(e){if(Le(e)){let n=e.producers;for(;void 0!==n;)n=at(n)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Ae(e,n){const t=e.consumersTail,r=Le(e);if(void 0!==t?(n.nextConsumer=t.nextConsumer,t.nextConsumer=n):(n.nextConsumer=void 0,e.consumers=n),n.prevConsumer=t,e.consumersTail=n,!r)for(let i=e.producers;void 0!==i;i=i.nextProducer)Ae(i.producer,i)}function at(e){const n=e.producer,t=e.nextProducer,r=e.nextConsumer,i=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,void 0!==r?r.prevConsumer=i:n.consumersTail=i,void 0!==i)i.nextConsumer=r;else if(n.consumers=r,!Le(n)){let o=n.producers;for(;void 0!==o;)o=at(o)}return t}function Le(e){return e.consumerIsAlwaysLive||void 0!==e.consumers}function ye(e,n){return Object.is(e,n)}const Ke=Symbol("UNSET"),Et=Symbol("COMPUTING"),_t=Symbol("ERRORED"),Dt={...Pe,value:Ke,dirty:!0,error:null,equal:ye,kind:"computed",producerMustRecompute:e=>e.value===Ke||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const n=e.value;e.value=Et;const t=be(e);let r,i=!1;try{r=e.computation(),X(null),i=n!==Ke&&n!==_t&&r!==_t&&e.equal(n,r)}catch(o){r=_t,e.error=o}finally{$e(e,t)}i?e.value=n:(e.value=r,e.version++)}};let gt=function an(){throw new Error};function It(e){gt(e)}function K(e,n){ct()||It(e),e.equal(e.value,n)||(e.value=n,function p(e){e.version++,function Ee(){ne++}(),me(e)}(e))}function G(e,n){ct()||It(e),K(e,n(e.value))}const _={...Pe,equal:ye,value:void 0,kind:"signal"},v={...Pe,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"};function O(e){return"function"==typeof e}function Z(e){const t=e(r=>{Error.call(r),r.stack=(new Error).stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}const ie=Z(e=>function(t){e(this),this.message=t?`${t.length} errors occurred during unsubscription:\n${t.map((r,i)=>`${i+1}) ${r.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=t});function Ne(e,n){if(e){const t=e.indexOf(n);0<=t&&e.splice(t,1)}}class it{constructor(n){this.initialTeardown=n,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let n;if(!this.closed){this.closed=!0;const{_parentage:t}=this;if(t)if(this._parentage=null,Array.isArray(t))for(const o of t)o.remove(this);else t.remove(this);const{initialTeardown:r}=this;if(O(r))try{r()}catch(o){n=o instanceof ie?o.errors:[o]}const{_finalizers:i}=this;if(i){this._finalizers=null;for(const o of i)try{De(o)}catch(s){n=n??[],s instanceof ie?n=[...n,...s.errors]:n.push(s)}}if(n)throw new ie(n)}}add(n){var t;if(n&&n!==this)if(this.closed)De(n);else{if(n instanceof it){if(n.closed||n._hasParent(this))return;n._addParent(this)}(this._finalizers=null!==(t=this._finalizers)&&void 0!==t?t:[]).push(n)}}_hasParent(n){const{_parentage:t}=this;return t===n||Array.isArray(t)&&t.includes(n)}_addParent(n){const{_parentage:t}=this;this._parentage=Array.isArray(t)?(t.push(n),t):t?[t,n]:n}_removeParent(n){const{_parentage:t}=this;t===n?this._parentage=null:Array.isArray(t)&&Ne(t,n)}remove(n){const{_finalizers:t}=this;t&&Ne(t,n),n instanceof it&&n._removeParent(this)}}it.EMPTY=(()=>{const e=new it;return e.closed=!0,e})();const g=it.EMPTY;function Ze(e){return e instanceof it||e&&"closed"in e&&O(e.remove)&&O(e.add)&&O(e.unsubscribe)}function De(e){O(e)?e():e.unsubscribe()}const Gt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},I={setTimeout(e,n,...t){const{delegate:r}=I;return r?.setTimeout?r.setTimeout(e,n,...t):setTimeout(e,n,...t)},clearTimeout(e){const{delegate:n}=I;return(n?.clearTimeout||clearTimeout)(e)},delegate:void 0};function x(e){I.setTimeout(()=>{const{onUnhandledError:n}=Gt;if(!n)throw e;n(e)})}function se(){}const Ce=Ye("C",void 0,void 0);function Ye(e,n,t){return{kind:e,value:n,error:t}}let tt=null;function mt(e){if(Gt.useDeprecatedSynchronousErrorHandling){const n=!tt;if(n&&(tt={errorThrown:!1,error:null}),e(),n){const{errorThrown:t,error:r}=tt;if(tt=null,t)throw r}}else e()}class Ft extends it{constructor(n){super(),this.isStopped=!1,n?(this.destination=n,Ze(n)&&n.add(this)):this.destination=Jt}static create(n,t,r){return new Kt(n,t,r)}next(n){this.isStopped?Wt(function _e(e){return Ye("N",e,void 0)}(n),this):this._next(n)}error(n){this.isStopped?Wt(function he(e){return Ye("E",void 0,e)}(n),this):(this.isStopped=!0,this._error(n))}complete(){this.isStopped?Wt(Ce,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(n){this.destination.next(n)}_error(n){try{this.destination.error(n)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const Me=Function.prototype.bind;function Xt(e,n){return Me.call(e,n)}class St{constructor(n){this.partialObserver=n}next(n){const{partialObserver:t}=this;if(t.next)try{t.next(n)}catch(r){nn(r)}}error(n){const{partialObserver:t}=this;if(t.error)try{t.error(n)}catch(r){nn(r)}else nn(n)}complete(){const{partialObserver:n}=this;if(n.complete)try{n.complete()}catch(t){nn(t)}}}class Kt extends Ft{constructor(n,t,r){let i;if(super(),O(n)||!n)i={next:n??void 0,error:t??void 0,complete:r??void 0};else{let o;this&&Gt.useDeprecatedNextContext?(o=Object.create(n),o.unsubscribe=()=>this.unsubscribe(),i={next:n.next&&Xt(n.next,o),error:n.error&&Xt(n.error,o),complete:n.complete&&Xt(n.complete,o)}):i=n}this.destination=new St(i)}}function nn(e){Gt.useDeprecatedSynchronousErrorHandling?function vt(e){Gt.useDeprecatedSynchronousErrorHandling&&tt&&(tt.errorThrown=!0,tt.error=e)}(e):x(e)}function Wt(e,n){const{onStoppedNotification:t}=Gt;t&&I.setTimeout(()=>t(e,n))}const Jt={closed:!0,next:se,error:function gr(e){throw e},complete:se},Tn="function"==typeof Symbol&&Symbol.observable||"@@observable";function mr(e){return e}let ae=(()=>{class e{constructor(t){t&&(this._subscribe=t)}lift(t){const r=new e;return r.source=this,r.operator=t,r}subscribe(t,r,i){const o=function ze(e){return e&&e instanceof Ft||function Q(e){return e&&O(e.next)&&O(e.error)&&O(e.complete)}(e)&&Ze(e)}(t)?t:new Kt(t,r,i);return mt(()=>{const{operator:s,source:a}=this;o.add(s?s.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 new(r=Ve(r))((i,o)=>{const s=new Kt({next:a=>{try{t(a)}catch(c){o(c),s.unsubscribe()}},error:o,complete:i});this.subscribe(s)})}_subscribe(t){var r;return null===(r=this.source)||void 0===r?void 0:r.subscribe(t)}[Tn](){return this}pipe(...t){return function $r(e){return 0===e.length?mr:1===e.length?e[0]:function(t){return e.reduce((r,i)=>i(r),t)}}(t)(this)}toPromise(t){return new(t=Ve(t))((r,i)=>{let o;this.subscribe(s=>o=s,s=>i(s),()=>r(o))})}}return e.create=n=>new e(n),e})();function Ve(e){var n;return null!==(n=e??Gt.Promise)&&void 0!==n?n:Promise}const qe=Z(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});let en,ut=(()=>{class e extends ae{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(t){const r=new Pt(this,this);return r.operator=t,r}_throwIfClosed(){if(this.closed)throw new qe}next(t){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const r of this.currentObservers)r.next(t)}})}error(t){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=t;const{observers:r}=this;for(;r.length;)r.shift().error(t)}})}complete(){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:t}=this;for(;t.length;)t.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0}_trySubscribe(t){return this._throwIfClosed(),super._trySubscribe(t)}_subscribe(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)}_innerSubscribe(t){const{hasError:r,isStopped:i,observers:o}=this;return r||i?g:(this.currentObservers=null,o.push(t),new it(()=>{this.currentObservers=null,Ne(o,t)}))}_checkFinalizedStatuses(t){const{hasError:r,thrownError:i,isStopped:o}=this;r?t.error(i):o&&t.complete()}asObservable(){const t=new ae;return t.source=this,t}}return e.create=(n,t)=>new Pt(n,t),e})();class Pt extends ut{constructor(n,t){super(),this.destination=n,this.source=t}next(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,n)}error(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,n)}complete(){var n,t;null===(t=null===(n=this.destination)||void 0===n?void 0:n.complete)||void 0===t||t.call(n)}_subscribe(n){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(n))&&void 0!==r?r:g}}class Qt extends ut{constructor(n){super(),this._value=n}get value(){return this.getValue()}_subscribe(n){const t=super._subscribe(n);return!t.closed&&n.next(this._value),t}getValue(){const{hasError:n,thrownError:t,_value:r}=this;if(n)throw t;return this._throwIfClosed(),r}next(n){super.next(this._value=n)}}
23
+ let U=null,F=!1,ee=1;const oe=Symbol("SIGNAL");function Y(e){const n=U;return U=e,n}const Be={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:()=>{}};function ke(e){if(F)throw new Error("");if(null===U)return;U.consumerOnSignalRead(e);const n=U.producersTail;if(void 0!==n&&n.producer===e)return;let t;const r=U.recomputing;if(r&&(t=void 0!==n?n.nextProducer:U.producers,void 0!==t&&t.producer===e))return U.producersTail=t,void(t.lastReadVersion=e.version);const i=e.consumersTail;if(void 0!==i&&i.consumer===U&&(!r||function K(e,n){const t=n.producersTail;if(void 0!==t){let r=n.producers;do{if(r===e)return!0;if(r===t)break;r=r.nextProducer}while(void 0!==r)}return!1}(i,U)))return;const o=Fe(U),s={producer:e,consumer:U,nextProducer:t,prevConsumer:i,lastReadVersion:e.version,nextConsumer:void 0};U.producersTail=s,void 0!==n?n.nextProducer=s:U.producers=s,o&&Ne(e,s)}function Ae(e){if((!Fe(e)||e.dirty)&&(e.dirty||e.lastCleanEpoch!==ee)){if(!e.producerMustRecompute(e)&&!Me(e))return void it(e);e.producerRecomputeValue(e),it(e)}}function me(e){if(void 0===e.consumers)return;const n=F;F=!0;try{for(let t=e.consumers;void 0!==t;t=t.nextConsumer){const r=t.consumer;r.dirty||Ve(r)}}finally{F=n}}function rt(){return!1!==U?.consumerAllowSignalWrites}function Ve(e){e.dirty=!0,me(e),e.consumerMarkedDirty?.(e)}function it(e){e.dirty=!1,e.lastCleanEpoch=ee}function be(e){return e&&function ze(e){e.producersTail=void 0,e.recomputing=!0}(e),Y(e)}function We(e,n){Y(n),e&&function Ke(e){e.recomputing=!1;const n=e.producersTail;let t=void 0!==n?n.nextProducer:e.producers;if(void 0!==t){if(Fe(e))do{t=ot(t)}while(void 0!==t);void 0!==n?n.nextProducer=void 0:e.producers=void 0}}(e)}function Me(e){for(let n=e.producers;void 0!==n;n=n.nextProducer){const t=n.producer,r=n.lastReadVersion;if(r!==t.version||(Ae(t),r!==t.version))return!0}return!1}function Ze(e){if(Fe(e)){let n=e.producers;for(;void 0!==n;)n=ot(n)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Ne(e,n){const t=e.consumersTail,r=Fe(e);if(void 0!==t?(n.nextConsumer=t.nextConsumer,t.nextConsumer=n):(n.nextConsumer=void 0,e.consumers=n),n.prevConsumer=t,e.consumersTail=n,!r)for(let i=e.producers;void 0!==i;i=i.nextProducer)Ne(i.producer,i)}function ot(e){const n=e.producer,t=e.nextProducer,r=e.nextConsumer,i=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,void 0!==r?r.prevConsumer=i:n.consumersTail=i,void 0!==i)i.nextConsumer=r;else if(n.consumers=r,!Fe(n)){let o=n.producers;for(;void 0!==o;)o=ot(o)}return t}function Fe(e){return e.consumerIsAlwaysLive||void 0!==e.consumers}function ve(e,n){return Object.is(e,n)}const $e=Symbol("UNSET"),Et=Symbol("COMPUTING"),_t=Symbol("ERRORED"),Tt={...Be,value:$e,dirty:!0,error:null,equal:ve,kind:"computed",producerMustRecompute:e=>e.value===$e||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const n=e.value;e.value=Et;const t=be(e);let r,i=!1;try{r=e.computation(),Y(null),i=n!==$e&&n!==_t&&r!==_t&&e.equal(n,r)}catch(o){r=_t,e.error=o}finally{We(e,t)}i?e.value=n:(e.value=r,e.version++)}};let pt=function bn(){throw new Error};function At(e){pt(e)}function $(e,n){rt()||At(e),e.equal(e.value,n)||(e.value=n,function m(e){e.version++,function Se(){ee++}(),me(e)}(e))}function z(e,n){rt()||At(e),$(e,n(e.value))}const p={...Be,equal:ve,value:void 0,kind:"signal"},R={...Be,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"};function Z(e){return"function"==typeof e}function ae(e){const t=e(r=>{Error.call(r),r.stack=(new Error).stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}const pe=ae(e=>function(t){e(this),this.message=t?`${t.length} errors occurred during unsubscription:\n${t.map((r,i)=>`${i+1}) ${r.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=t});function He(e,n){if(e){const t=e.indexOf(n);0<=t&&e.splice(t,1)}}class st{constructor(n){this.initialTeardown=n,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let n;if(!this.closed){this.closed=!0;const{_parentage:t}=this;if(t)if(this._parentage=null,Array.isArray(t))for(const o of t)o.remove(this);else t.remove(this);const{initialTeardown:r}=this;if(Z(r))try{r()}catch(o){n=o instanceof pe?o.errors:[o]}const{_finalizers:i}=this;if(i){this._finalizers=null;for(const o of i)try{we(o)}catch(s){n=n??[],s instanceof pe?n=[...n,...s.errors]:n.push(s)}}if(n)throw new pe(n)}}add(n){var t;if(n&&n!==this)if(this.closed)we(n);else{if(n instanceof st){if(n.closed||n._hasParent(this))return;n._addParent(this)}(this._finalizers=null!==(t=this._finalizers)&&void 0!==t?t:[]).push(n)}}_hasParent(n){const{_parentage:t}=this;return t===n||Array.isArray(t)&&t.includes(n)}_addParent(n){const{_parentage:t}=this;this._parentage=Array.isArray(t)?(t.push(n),t):t?[t,n]:n}_removeParent(n){const{_parentage:t}=this;t===n?this._parentage=null:Array.isArray(t)&&He(t,n)}remove(n){const{_finalizers:t}=this;t&&He(t,n),n instanceof st&&n._removeParent(this)}}st.EMPTY=(()=>{const e=new st;return e.closed=!0,e})();const f=st.EMPTY;function wt(e){return e instanceof st||e&&"closed"in e&&Z(e.remove)&&Z(e.add)&&Z(e.unsubscribe)}function we(e){Z(e)?e():e.unsubscribe()}const Wt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},D={setTimeout(e,n,...t){const{delegate:r}=D;return r?.setTimeout?r.setTimeout(e,n,...t):setTimeout(e,n,...t)},clearTimeout(e){const{delegate:n}=D;return(n?.clearTimeout||clearTimeout)(e)},delegate:void 0};function A(e){D.setTimeout(()=>{const{onUnhandledError:n}=Wt;if(!n)throw e;n(e)})}function ie(){}const Ee=qe("C",void 0,void 0);function qe(e,n,t){return{kind:e,value:n,error:t}}let et=null;function mt(e){if(Wt.useDeprecatedSynchronousErrorHandling){const n=!et;if(n&&(et={errorThrown:!1,error:null}),e(),n){const{errorThrown:t,error:r}=et;if(et=null,t)throw r}}else e()}class qt extends st{constructor(n){super(),this.isStopped=!1,n?(this.destination=n,wt(n)&&n.add(this)):this.destination=en}static create(n,t,r){return new Kt(n,t,r)}next(n){this.isStopped?$t(function fe(e){return qe("N",e,void 0)}(n),this):this._next(n)}error(n){this.isStopped?$t(function ge(e){return qe("E",void 0,e)}(n),this):(this.isStopped=!0,this._error(n))}complete(){this.isStopped?$t(Ee,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(n){this.destination.next(n)}_error(n){try{this.destination.error(n)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const Re=Function.prototype.bind;function Jt(e,n){return Re.call(e,n)}class St{constructor(n){this.partialObserver=n}next(n){const{partialObserver:t}=this;if(t.next)try{t.next(n)}catch(r){rn(r)}}error(n){const{partialObserver:t}=this;if(t.error)try{t.error(n)}catch(r){rn(r)}else rn(n)}complete(){const{partialObserver:n}=this;if(n.complete)try{n.complete()}catch(t){rn(t)}}}class Kt extends qt{constructor(n,t,r){let i;if(super(),Z(n)||!n)i={next:n??void 0,error:t??void 0,complete:r??void 0};else{let o;this&&Wt.useDeprecatedNextContext?(o=Object.create(n),o.unsubscribe=()=>this.unsubscribe(),i={next:n.next&&Jt(n.next,o),error:n.error&&Jt(n.error,o),complete:n.complete&&Jt(n.complete,o)}):i=n}this.destination=new St(i)}}function rn(e){Wt.useDeprecatedSynchronousErrorHandling?function vt(e){Wt.useDeprecatedSynchronousErrorHandling&&et&&(et.errorThrown=!0,et.error=e)}(e):A(e)}function $t(e,n){const{onStoppedNotification:t}=Wt;t&&D.setTimeout(()=>t(e,n))}const en={closed:!0,next:ie,error:function mr(e){throw e},complete:ie},Sn="function"==typeof Symbol&&Symbol.observable||"@@observable";function vr(e){return e}let re=(()=>{class e{constructor(t){t&&(this._subscribe=t)}lift(t){const r=new e;return r.source=this,r.operator=t,r}subscribe(t,r,i){const o=function Oe(e){return e&&e instanceof qt||function q(e){return e&&Z(e.next)&&Z(e.error)&&Z(e.complete)}(e)&&wt(e)}(t)?t:new Kt(t,r,i);return mt(()=>{const{operator:s,source:a}=this;o.add(s?s.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 new(r=Le(r))((i,o)=>{const s=new Kt({next:a=>{try{t(a)}catch(c){o(c),s.unsubscribe()}},error:o,complete:i});this.subscribe(s)})}_subscribe(t){var r;return null===(r=this.source)||void 0===r?void 0:r.subscribe(t)}[Sn](){return this}pipe(...t){return function Kr(e){return 0===e.length?vr:1===e.length?e[0]:function(t){return e.reduce((r,i)=>i(r),t)}}(t)(this)}toPromise(t){return new(t=Le(t))((r,i)=>{let o;this.subscribe(s=>o=s,s=>i(s),()=>r(o))})}}return e.create=n=>new e(n),e})();function Le(e){var n;return null!==(n=e??Wt.Promise)&&void 0!==n?n:Promise}const Ge=ae(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});let tn,ct=(()=>{class e extends re{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(t){const r=new Pt(this,this);return r.operator=t,r}_throwIfClosed(){if(this.closed)throw new Ge}next(t){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const r of this.currentObservers)r.next(t)}})}error(t){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=t;const{observers:r}=this;for(;r.length;)r.shift().error(t)}})}complete(){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:t}=this;for(;t.length;)t.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0}_trySubscribe(t){return this._throwIfClosed(),super._trySubscribe(t)}_subscribe(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)}_innerSubscribe(t){const{hasError:r,isStopped:i,observers:o}=this;return r||i?f:(this.currentObservers=null,o.push(t),new st(()=>{this.currentObservers=null,He(o,t)}))}_checkFinalizedStatuses(t){const{hasError:r,thrownError:i,isStopped:o}=this;r?t.error(i):o&&t.complete()}asObservable(){const t=new re;return t.source=this,t}}return e.create=(n,t)=>new Pt(n,t),e})();class Pt extends ct{constructor(n,t){super(),this.destination=n,this.source=t}next(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,n)}error(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,n)}complete(){var n,t;null===(t=null===(n=this.destination)||void 0===n?void 0:n.complete)||void 0===t||t.call(n)}_subscribe(n){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(n))&&void 0!==r?r:f}}class Qt extends ct{constructor(n){super(),this._value=n}get value(){return this.getValue()}_subscribe(n){const t=super._subscribe(n);return!t.closed&&n.next(this._value),t}getValue(){const{hasError:n,thrownError:t,_value:r}=this;if(n)throw t;return this._throwIfClosed(),r}next(n){super.next(this._value=n)}}
24
24
  /**
25
25
  * @license Angular v21.2.17
26
26
  * (c) 2010-2026 Google LLC. https://angular.dev/
27
27
  * License: MIT
28
- */function cn(){return en}function ln(e){const n=en;return en=e,n}const ni=Symbol("NotFound");function fn(e){return e===ni||"\u0275NotFound"===e?.name}
28
+ */function cn(){return tn}function ln(e){const n=tn;return tn=e,n}const ii=Symbol("NotFound");function fn(e){return e===ii||"\u0275NotFound"===e?.name}
29
29
  /**
30
30
  * @license Angular v21.2.17
31
31
  * (c) 2010-2026 Google LLC. https://angular.dev/
32
32
  * License: MIT
33
- */Error;const Mi="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class we extends Error{code;constructor(n,t){super(Qn(n,t)),this.code=n}}function Qn(e,n){return`${function ho(e){return`NG0${Math.abs(e)}`}(e)}${n?": "+n:""}`}function tn(e){for(let n in e)if(e[n]===tn)return n;throw Error("")}function ea(e,n){for(const t in n)n.hasOwnProperty(t)&&!e.hasOwnProperty(t)&&(e[t]=n[t])}function hi(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(hi).join(", ")}]`;if(null==e)return""+e;const n=e.overriddenName||e.name;if(n)return`${n}`;const t=e.toString();if(null==t)return""+t;const r=t.indexOf("\n");return r>=0?t.slice(0,r):t}function po(e,n){return e?n?`${e} ${n}`:e:n||""}globalThis;const cs=tn({__forward_ref__:tn});function un(e){return e.__forward_ref__=un,e}function kt(e){return Wr(e)?e():e}function Wr(e){return"function"==typeof e&&e.hasOwnProperty(cs)&&e.__forward_ref__===un}function Je(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function _r(e){return{providers:e.providers||[],imports:e.imports||[]}}function vr(e){return function oe(e,n){return e.hasOwnProperty(n)&&e[n]||null}(e,rn)}function ft(e){return e&&e.hasOwnProperty(Ot)?e[Ot]:null}const rn=tn({\u0275prov:tn}),Ot=tn({\u0275inj:tn});class Se{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(n,t){this._desc=n,this.\u0275prov=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.\u0275prov=Je({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Gd(e){return e&&!!e.\u0275providers}const kl=tn({\u0275cmp:tn}),$d=tn({\u0275dir:tn}),GC=tn({\u0275pipe:tn}),ls=tn({\u0275fac:tn}),_c=tn({__NG_ELEMENT_ID__:tn}),Op=tn({__NG_ENV_ID__:tn});function bn(e){return Rl(e),e[kl]||null}function Kr(e){return Rl(e),e[$d]||null}function Bi(e){return Rl(e),e[GC]||null}function Rl(e,n){if(null==e)throw new we(-919,!1)}function jt(e){return"string"==typeof e?e:null==e?"":String(e)}const Kd=tn({ngErrorCode:tn}),Lp=tn({ngErrorMessage:tn}),hc=tn({ngTokenPath:tn});function qd(e,n){return Fp("",-200,n)}function Yd(e,n){throw new we(-201,!1)}function Fp(e,n,t){const r=new we(n,e);return r[Kd]=n,r[Lp]=e,t&&(r[hc]=t),r}let Xd;function Pp(){return Xd}function si(e){const n=Xd;return Xd=e,n}function Bp(e,n,t){const r=vr(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&t?null:void 0!==n?n:void Yd()}const Po={};class XC{injector;constructor(n){this.injector=n}retrieve(n,t){const r=pc(t)||0;try{return this.injector.get(n,8&r?null:Po,r)}catch(i){if(fn(i))return i;throw i}}}function ZC(e,n=0){const t=cn();if(void 0===t)throw new we(-203,!1);if(null===t)return Bp(e,void 0,n);{const r=function QC(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(n),i=t.retrieve(e,r);if(fn(i)){if(r.optional)return null;throw i}return i}}function wt(e,n=0){return(Pp()||ZC)(kt(e),n)}function re(e,n){return wt(e,pc(n))}function pc(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function Qd(e){const n=[];for(let t=0;t<e.length;t++){const r=kt(e[t]);if(Array.isArray(r)){if(0===r.length)throw new we(900,!1);let i,o=0;for(let s=0;s<r.length;s++){const a=r[s],c=JC(a);"number"==typeof c?-1===c?i=a.token:o|=c:i=a}n.push(wt(i,o))}else n.push(wt(r))}return n}function JC(e){return e.__NG_DI_FLAG__}function Bo(e,n){return e.hasOwnProperty(ls)?e[ls]:null}function us(e,n){e.forEach(t=>Array.isArray(t)?us(t,n):n(t))}function mc(e,n){return n>=e.length-1?e.pop():e.splice(n,1)[0]}function yc(e,n,t){let r=oa(e,n);return r>=0?e[1|r]=t:(r=~r,function t_(e,n,t,r){let i=e.length;if(i==n)e.push(t,r);else if(1===i)e.push(r,e[0]),e[0]=t;else{for(i--,e.push(e[i-1],e[i]);i>n;)e[i]=e[i-2],i--;e[n]=t,e[n+1]=r}}(e,r,n,t)),r}function Ml(e,n){const t=oa(e,n);if(t>=0)return e[1|t]}function oa(e,n){return function e0(e,n,t){let r=0,i=e.length>>t;for(;i!==r;){const o=r+(i-r>>1),s=e[o<<t];if(n===s)return o<<t;s>n?i=o:r=o+1}return~(i<<t)}(e,n,1)}const to={},Fn=[],sa=new Se(""),n_=new Se("",-1),r_=new Se("");class Nl{get(n,t=Po){if(t===Po){const i=Fp("",-201);throw i.name="\u0275NotFound",i}return t}}function Ol(e){return{\u0275providers:e}}function n0(...e){return{\u0275providers:i_(0,e),\u0275fromNgModule:!0}}function i_(e,...n){const t=[],r=new Set;let i;const o=s=>{t.push(s)};return us(n,s=>{const a=s;Ll(a,o,[],r)&&(i||=[],i.push(a))}),void 0!==i&&Vp(i,o),t}function Vp(e,n){for(let t=0;t<e.length;t++){const{ngModule:r,providers:i}=e[t];o_(i,o=>{n(o,r)})}}function Ll(e,n,t,r){if(!(e=kt(e)))return!1;let i=null,o=ft(e);const s=!o&&bn(e);if(o||s){if(s&&!s.standalone)return!1;i=e}else{const c=e.ngModule;if(o=ft(c),!o)return!1;i=c}const a=r.has(i);if(s){if(a)return!1;if(r.add(i),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)Ll(l,n,t,r)}}else{if(!o)return!1;{if(null!=o.imports&&!a){let l;r.add(i),us(o.imports,d=>{Ll(d,n,t,r)&&(l||=[],l.push(d))}),void 0!==l&&Vp(l,n)}if(!a){const l=Bo(i)||(()=>new i);n({provide:i,useFactory:l,deps:Fn},i),n({provide:r_,useValue:i,multi:!0},i),n({provide:sa,useValue:()=>wt(i),multi:!0},i)}const c=o.providers;if(null!=c&&!a){const l=e;o_(c,d=>{n(d,l)})}}}return i!==e&&void 0!==e.providers}function o_(e,n){for(let t of e)Gd(t)&&(t=t.\u0275providers),Array.isArray(t)?o_(t,n):n(t)}const r0=tn({provide:String,useValue:tn});function s_(e){return null!==e&&"object"==typeof e&&r0 in e}function mo(e){return"function"==typeof e}const a_=new Se(""),Fl={},$p={};let c_;function l_(){return void 0===c_&&(c_=new Nl),c_}class mi{}class ds extends mi{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(n,t,r,i){super(),this.parent=t,this.source=r,this.scopes=i,d_(n,s=>this.processProvider(s)),this.records.set(n_,aa(void 0,this)),i.has("environment")&&this.records.set(mi,aa(void 0,this));const o=this.records.get(a_);null!=o&&"string"==typeof o.value&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(r_,Fn,{self:!0}))}retrieve(n,t){const r=pc(t)||0;try{return this.get(n,Po,r)}catch(i){if(fn(i))return i;throw i}}destroy(){bc(this),this._destroyed=!0;const n=X(null);try{for(const r of this._ngOnDestroyHooks)r.ngOnDestroy();const t=this._onDestroyHooks;this._onDestroyHooks=[];for(const r of t)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),X(n)}}onDestroy(n){return bc(this),this._onDestroyHooks.push(n),()=>this.removeOnDestroy(n)}runInContext(n){bc(this);const t=ln(this),r=si(void 0);try{return n()}finally{ln(t),si(r)}}get(n,t=Po,r){if(bc(this),n.hasOwnProperty(Op))return n[Op](this);const i=pc(r),s=ln(this),a=si(void 0);try{if(!(4&i)){let l=this.records.get(n);if(void 0===l){const d=function c0(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(n)&&vr(n);l=d&&this.injectableDefInScope(d)?aa(u_(n),Fl):null,this.records.set(n,l)}if(null!=l)return this.hydrate(n,l,i)}return(2&i?l_():this.parent).get(n,t=8&i&&t===Po?null:t)}catch(c){const l=function qC(e){return e[Kd]}(c);throw-200===l||-201===l?new we(l,null):c}finally{si(a),ln(s)}}resolveInjectorInitializers(){const n=X(null),t=ln(this),r=si(void 0);try{const o=this.get(sa,Fn,{self:!0});for(const s of o)s()}finally{ln(t),si(r),X(n)}}toString(){return"R3Injector[...]"}processProvider(n){let t=mo(n=kt(n))?n:kt(n&&n.provide);const r=function o0(e){return s_(e)?aa(void 0,e.useValue):aa(Wp(e),Fl)}(n);if(!mo(n)&&!0===n.multi){let i=this.records.get(t);i||(i=aa(void 0,Fl,!0),i.factory=()=>Qd(i.multi),this.records.set(t,i)),t=n,i.multi.push(n)}this.records.set(t,r)}hydrate(n,t,r){const i=X(null);try{if(t.value===$p)throw qd();return t.value===Fl&&(t.value=$p,t.value=t.factory(void 0,r)),"object"==typeof t.value&&t.value&&function a0(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(t.value)&&this._ngOnDestroyHooks.add(t.value),t.value}finally{X(i)}}injectableDefInScope(n){if(!n.providedIn)return!1;const t=kt(n.providedIn);return"string"==typeof t?"any"===t||this.scopes.has(t):this.injectorDefTypes.has(t)}removeOnDestroy(n){const t=this._onDestroyHooks.indexOf(n);-1!==t&&this._onDestroyHooks.splice(t,1)}}function u_(e){const n=vr(e),t=null!==n?n.factory:Bo(e);if(null!==t)return t;if(e instanceof Se)throw new we(-204,!1);if(e instanceof Function)return function i0(e){if(e.length>0)throw new we(-204,!1);const t=function je(e){return(e?.[rn]??null)||null}(e);return null!==t?()=>t.factory(e):()=>new e}(e);throw new we(-204,!1)}function Wp(e,n,t){let r;if(mo(e)){const i=kt(e);return Bo(i)||u_(i)}if(s_(e))r=()=>kt(e.useValue);else if(function Hp(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...Qd(e.deps||[]));else if(function jp(e){return!(!e||!e.useExisting)}(e))r=(i,o)=>wt(kt(e.useExisting),void 0!==o&&8&o?8:void 0);else{const i=kt(e&&(e.useClass||e.provide));if(!function s0(e){return!!e.deps}(e))return Bo(i)||u_(i);r=()=>new i(...Qd(e.deps))}return r}function bc(e){if(e.destroyed)throw new we(-205,!1)}function aa(e,n,t=!1){return{factory:e,value:n,multi:t?[]:void 0}}function d_(e,n){for(const t of e)Array.isArray(t)?d_(t,n):t&&Gd(t)?d_(t.\u0275providers,n):n(t)}function no(e,n){let t;e instanceof ds?(bc(e),t=e):t=new XC(e);const i=ln(t),o=si(void 0);try{return n()}finally{ln(i),si(o)}}function Xn(e){return Array.isArray(e)&&"object"==typeof e[1]}function qr(e){return Array.isArray(e)&&!0===e[1]}function qp(e){return!!(4&e.flags)}function ro(e){return e.componentOffset>-1}function da(e){return!(1&~e.flags)}function zi(e){return!!e.template}function jo(e){return!!(512&e[2])}function Co(e){return!(256&~e[2])}function Ar(e){for(;Array.isArray(e);)e=e[0];return e}function gs(e,n){return Ar(n[e])}function tr(e,n){return Ar(n[e.index])}function _a(e,n){return e.data[n]}function ms(e,n){return e[n]}function m_(e,n,t,r){t>=e.data.length&&(e.data[t]=null,e.blueprint[t]=null),n[t]=r}function Yr(e,n){const t=n[e];return Xn(t)?t:t[0]}function v_(e){return!(128&~e[2])}function Pr(e,n){return null==n?null:e[n]}function Jp(e){e[17]=0}function zl(e){1024&e[2]||(e[2]|=1024,v_(e)&&Ec(e))}function fa(e){return!!(9216&e[2]||e[24]?.dirty)}function Vl(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),fa(e)&&Ec(e)}function Ec(e){e[10].changeDetectionScheduler?.notify(0);let n=Ho(e);for(;null!==n&&!(8192&n[2])&&(n[2]|=8192,v_(n));)n=Ho(n)}function b_(e,n){if(Co(e))throw new we(911,!1);null===e[21]&&(e[21]=[]),e[21].push(n)}function Ho(e){const n=e[3];return qr(n)?n[3]:n}const Ut={lFrame:k0(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let ng=!1;function g0(){Ut.lFrame.elementDepthCount--}function m0(){return null!==Ut.skipHydrationRootTNode}function v0(e){return Ut.skipHydrationRootTNode===e}function y0(){Ut.skipHydrationRootTNode=null}function Oe(){return Ut.lFrame.lView}function $t(){return Ut.lFrame.tView}function jl(e){return Ut.lFrame.contextLView=e,e[8]}function Hl(e){return Ut.lFrame.contextLView=null,e}function Ht(){let e=b0();for(;null!==e&&64===e.type;)e=e.parent;return e}function b0(){return Ut.lFrame.currentTNode}function Go(e,n){const t=Ut.lFrame;t.currentTNode=e,t.isParent=n}function C0(){return Ut.lFrame.isParent}function E0(){Ut.lFrame.isParent=!1}function S0(){return ng}function C_(e){const n=ng;return ng=e,n}function bi(){return Ut.lFrame.bindingIndex++}function Wo(e){const n=Ut.lFrame,t=n.bindingIndex;return n.bindingIndex=n.bindingIndex+e,t}function kN(e,n){const t=Ut.lFrame;t.bindingIndex=t.bindingRootIndex=e,ig(n)}function ig(e){Ut.lFrame.currentDirectiveIndex=e}function E_(e){Ut.lFrame.currentQueryIndex=e}function MN(e){const n=e[1];return 2===n.type?n.declTNode:1===n.type?e[5]:null}function A0(e,n,t){if(4&t){let i=n,o=e;for(;!(i=i.parent,null!==i||1&t||(i=MN(o),null===i||(o=o[14],10&i.type))););if(null===i)return!1;n=i,e=o}const r=Ut.lFrame=x0();return r.currentTNode=n,r.lView=e,!0}function ag(e){const n=x0(),t=e[1];Ut.lFrame=n,n.currentTNode=t.firstChild,n.lView=e,n.tView=t,n.contextLView=e,n.bindingIndex=t.bindingStartIndex,n.inI18n=!1}function x0(){const e=Ut.lFrame,n=null===e?null:e.child;return null===n?k0(e):n}function k0(e){const n={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=n),n}function R0(){const e=Ut.lFrame;return Ut.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const M0=R0;function cg(){const e=R0();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 xr(){return Ut.lFrame.selectedIndex}function Ko(e){Ut.lFrame.selectedIndex=e}function io(){const e=Ut.lFrame;return _a(e.tView,e.selectedIndex)}function O0(){return Ut.lFrame.currentNamespace}let L0=!0;function T_(){return L0}function $l(e){L0=e}function F0(e,n=null,t=null,r){const i=function P0(e,n=null,t=null,r,i=new Set){const o=[t||Fn,n0(e)];return new ds(o,n||l_(),null,i)}(e,n,t);return i.resolveInjectorInitializers(),i}class Gn{static THROW_IF_NOT_FOUND=Po;static NULL=new Nl;static create(n,t){if(Array.isArray(n))return F0({name:""},t,n);{const r=n.name??"";return F0({name:r},n.parent,n.providers)}}static \u0275prov=Je({token:Gn,providedIn:"any",factory:()=>wt(n_)});static __NG_ELEMENT_ID__=-1}const Vi=new Se("");let Ci=(()=>class e{static __NG_ELEMENT_ID__=PN;static __NG_ENV_ID__=t=>t})();class B0 extends Ci{_lView;constructor(n){super(),this._lView=n}get destroyed(){return Co(this._lView)}onDestroy(n){const t=this._lView;return b_(t,n),()=>function eg(e,n){if(null===e[21])return;const t=e[21].indexOf(n);-1!==t&&e[21].splice(t,1)}(t,n)}}function PN(){return new B0(Oe())}const BN=!1,UN=new Se("");let ha=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Qt(!1);debugTaskTracker=re(UN,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new ae(t=>{t.next(!1),t.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const t=this.taskId++;return this.pendingTasks.add(t),this.debugTaskTracker?.add(t),t}has(t){return this.pendingTasks.has(t)}remove(t){this.pendingTasks.delete(t),this.debugTaskTracker?.remove(t),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=Je({token:e,providedIn:"root",factory:()=>new e})}return e})();const Zr=class zN extends ut{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(n=!1){super(),this.__isAsync=n,function __(){return void 0!==Pp()||null!=cn()}()&&(this.destroyRef=re(Ci,{optional:!0})??void 0,this.pendingTasks=re(ha,{optional:!0})??void 0)}emit(n){const t=X(null);try{super.next(n)}finally{X(t)}}subscribe(n,t,r){let i=n,o=t||(()=>null),s=r;if(n&&"object"==typeof n){const c=n;i=c.next?.bind(c),o=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(o=this.wrapInTimeout(o),i&&(i=this.wrapInTimeout(i)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:i,error:o,complete:s});return n instanceof it&&n.add(a),a}wrapInTimeout(n){return t=>{const r=this.pendingTasks?.add();setTimeout(()=>{try{n(t)}finally{void 0!==r&&this.pendingTasks?.remove(r)}})}}};function D_(...e){}function U0(e){let n,t;function r(){e=D_;try{void 0!==t&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(t),void 0!==n&&clearTimeout(n)}catch{}}return n=setTimeout(()=>{e(),r()}),"function"==typeof requestAnimationFrame&&(t=requestAnimationFrame(()=>{e(),r()})),()=>r()}function VN(e){return queueMicrotask(()=>e()),()=>{e=D_}}const lg="isAngularZone",S_=lg+"_ID";let jN=0;class Mn{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Zr(!1);onMicrotaskEmpty=new Zr(!1);onStable=new Zr(!1);onError=new Zr(!1);constructor(n){const{enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=BN}=n;if(typeof Zone>"u")throw new we(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)),t&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!i&&r,s.shouldCoalesceRunChangeDetection=i,s.callbackScheduled=!1,s.scheduleInRootZone=o,function $N(e){const n=()=>{!function GN(e){function n(){U0(()=>{e.callbackScheduled=!1,dg(e),e.isCheckStableRunning=!0,ug(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{n()}):e._outer.run(()=>{n()}),dg(e))}(e)},t=jN++;e._inner=e._inner.fork({name:"angular",properties:{[lg]:!0,[S_]:t,[S_+t]:!0},onInvokeTask:(r,i,o,s,a,c)=>{if(function KN(e){return j0(e,"__ignore_ng_zone__")}(c))return r.invokeTask(o,s,a,c);try{return z0(e),r.invokeTask(o,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&n(),V0(e)}},onInvoke:(r,i,o,s,a,c,l)=>{try{return z0(e),r.invoke(o,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function qN(e){return j0(e,"__scheduler_tick__")}(c)&&n(),V0(e)}},onHasTask:(r,i,o,s)=>{r.hasTask(o,s),i===o&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,dg(e),ug(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,i,o,s)=>(r.handleError(o,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(lg)}static assertInAngularZone(){if(!Mn.isInAngularZone())throw new we(909,!1)}static assertNotInAngularZone(){if(Mn.isInAngularZone())throw new we(909,!1)}run(n,t,r){return this._inner.run(n,t,r)}runTask(n,t,r,i){const o=this._inner,s=o.scheduleEventTask("NgZoneEvent: "+i,n,HN,D_,D_);try{return o.runTask(s,t,r)}finally{o.cancelTask(s)}}runGuarded(n,t,r){return this._inner.runGuarded(n,t,r)}runOutsideAngular(n){return this._outer.run(n)}}const HN={};function ug(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 dg(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function z0(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function V0(e){e._nesting--,ug(e)}class WN{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Zr;onMicrotaskEmpty=new Zr;onStable=new Zr;onError=new Zr;run(n,t,r){return n.apply(t,r)}runGuarded(n,t,r){return n.apply(t,r)}runOutsideAngular(n){return n()}runTask(n,t,r,i){return n.apply(t,r)}}function j0(e,n){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[n]}class Dc{_console=console;handleError(n){this._console.error("ERROR",n)}}const vs=new Se("",{factory:()=>{const e=re(Mn),n=re(mi);let t;return r=>{e.runOutsideAngular(()=>{n.destroyed&&!t?setTimeout(()=>{throw r}):(t??=n.get(Dc),t.handleError(r))})}}}),H0={provide:sa,useValue:()=>{re(Dc,{optional:!0})},multi:!0};function Ei(e,n){const[t,r,i]=function k(e,n){const t=Object.create(_);t.value=e,void 0!==n&&(t.equal=n);const r=()=>function A(e){return ke(e),e.value}(t);return r[le]=t,[r,s=>K(t,s),s=>G(t,s)]}(e,n?.equal),o=t;return o.set=r,o.update=i,o.asReadonly=_g.bind(o),o}function _g(){const e=this[le];if(void 0===e.readonlyFn){const n=()=>this();n[le]=e,e.readonlyFn=n}return e.readonlyFn}let fg=(()=>class e{view;node;constructor(t,r){this.view=t,this.node=r}static __NG_ELEMENT_ID__=XN})();function XN(){return new fg(Oe(),Ht())}class pa{}const hg=new Se("",{factory:()=>!0}),ZN=new Se("");let pg=(()=>{class e{internalPendingTasks=re(ha);scheduler=re(pa);errorHandler=re(vs);add(){const t=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(t)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(t))}}run(t){const r=this.add();t().catch(this.errorHandler).finally(r)}static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new e})}return e})(),G0=(()=>{class e{static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new QN})}return e})();class QN{dirtyEffectCount=0;queues=new Map;add(n){this.enqueue(n),this.schedule(n)}schedule(n){n.dirty&&this.dirtyEffectCount++}remove(n){const r=this.queues.get(n.zone);r.has(n)&&(r.delete(n),n.dirty&&this.dirtyEffectCount--)}enqueue(n){const t=n.zone;this.queues.has(t)||this.queues.set(t,new Set);const r=this.queues.get(t);r.has(n)||r.add(n)}flush(){for(;this.dirtyEffectCount>0;){let n=!1;for(const[t,r]of this.queues)n||=null===t?this.flushQueue(r):t.run(()=>this.flushQueue(r));n||(this.dirtyEffectCount=0)}}flushQueue(n){let t=!1;for(const r of n)r.dirty&&(this.dirtyEffectCount--,t=!0,r.run());return t}}class gg{[le];constructor(n){this[le]=n}destroy(){this[le].destroy()}}function oo(e,n){const t=n?.injector??re(Gn);let i,r=!0!==n?.manualCleanup?t.get(Ci):null;const o=t.get(fg,null,{optional:!0}),s=t.get(pa);return null!==o?(i=function tO(e,n,t){const r=Object.create(eO);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=n,r.fn=W0(r,t),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(o.view,s,e),r instanceof B0&&r._lView===o.view&&(r=null)):i=function nO(e,n,t){const r=Object.create(JN);return r.fn=W0(r,e),r.scheduler=n,r.notifier=t,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}(e,t.get(G0),s),i.injector=t,null!==r&&(i.onDestroyFns=[r.onDestroy(()=>i.destroy())]),new gg(i)}const $0={...v,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=C_(!1);try{!function R(e){if(e.dirty=!1,e.version>0&&!Re(e))return;e.version++;const n=be(e);try{e.cleanup(),e.fn()}finally{$e(e,n)}}(this)}finally{C_(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=X(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],X(e)}}},JN={...$0,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(Xe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},eO={...$0,consumerMarkedDirty(){this.view[2]|=8192,Ec(this.view),this.notifier.notify(13)},destroy(){if(Xe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function W0(e,n){return()=>{n(t=>(e.cleanupFns??=[]).push(t))}}var Ct=ht(467);function so(e){return n=>{if(function rO(e){return O(e?.lift)}(n))return n.lift(function(t){try{return e(t,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function ji(e,n,t,r,i){return new iO(e,n,t,r,i)}class iO extends Ft{constructor(n,t,r,i,o,s){super(n),this.onFinalize=o,this.shouldUnsubscribe=s,this._next=t?function(a){try{t(a)}catch(c){n.error(c)}}:super._next,this._error=i?function(a){try{i(a)}catch(c){n.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){n.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:t}=this;super.unsubscribe(),!t&&(null===(n=this.onFinalize)||void 0===n||n.call(this))}}}function Hi(e,n){return so((t,r)=>{let i=0;t.subscribe(ji(r,o=>{r.next(e.call(n,o,i++))}))})}
33
+ */Error;const Oi="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class De extends Error{code;constructor(n,t){super(Jn(n,t)),this.code=n}}function Jn(e,n){return`${function go(e){return`NG0${Math.abs(e)}`}(e)}${n?": "+n:""}`}function nn(e){for(let n in e)if(e[n]===nn)return n;throw Error("")}function ia(e,n){for(const t in n)n.hasOwnProperty(t)&&!e.hasOwnProperty(t)&&(e[t]=n[t])}function gi(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(gi).join(", ")}]`;if(null==e)return""+e;const n=e.overriddenName||e.name;if(n)return`${n}`;const t=e.toString();if(null==t)return""+t;const r=t.indexOf("\n");return r>=0?t.slice(0,r):t}function mo(e,n){return e?n?`${e} ${n}`:e:n||""}globalThis;const ds=nn({__forward_ref__:nn});function un(e){return e.__forward_ref__=un,e}function kt(e){return qr(e)?e():e}function qr(e){return"function"==typeof e&&e.hasOwnProperty(ds)&&e.__forward_ref__===un}function Xe(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function fr(e){return{providers:e.providers||[],imports:e.imports||[]}}function yr(e){return function ne(e,n){return e.hasOwnProperty(n)&&e[n]||null}(e,on)}function dt(e){return e&&e.hasOwnProperty(Ot)?e[Ot]:null}const on=nn({\u0275prov:nn}),Ot=nn({\u0275inj:nn});class Te{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(n,t){this._desc=n,this.\u0275prov=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.\u0275prov=Xe({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Yd(e){return e&&!!e.\u0275providers}const Ol=nn({\u0275cmp:nn}),Xd=nn({\u0275dir:nn}),oE=nn({\u0275pipe:nn}),_s=nn({\u0275fac:nn}),gc=nn({__NG_ELEMENT_ID__:nn}),Hp=nn({__NG_ENV_ID__:nn});function Cn(e){return Ll(e),e[Ol]||null}function Yr(e){return Ll(e),e[Xd]||null}function zi(e){return Ll(e),e[oE]||null}function Ll(e,n){if(null==e)throw new De(-919,!1)}function jt(e){return"string"==typeof e?e:null==e?"":String(e)}const Qd=nn({ngErrorCode:nn}),Gp=nn({ngErrorMessage:nn}),vc=nn({ngTokenPath:nn});function Jd(e,n){return $p("",-200,n)}function e_(e,n){throw new De(-201,!1)}function $p(e,n,t){const r=new De(n,e);return r[Qd]=n,r[Gp]=e,t&&(r[vc]=t),r}let t_;function Wp(){return t_}function ci(e){const n=t_;return t_=e,n}function Kp(e,n,t){const r=yr(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&t?null:void 0!==n?n:void e_()}const Uo={};class dE{injector;constructor(n){this.injector=n}retrieve(n,t){const r=yc(t)||0;try{return this.injector.get(n,8&r?null:Uo,r)}catch(i){if(fn(i))return i;throw i}}}function _E(e,n=0){const t=cn();if(void 0===t)throw new De(-203,!1);if(null===t)return Kp(e,void 0,n);{const r=function fE(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(n),i=t.retrieve(e,r);if(fn(i)){if(r.optional)return null;throw i}return i}}function Dt(e,n=0){return(Wp()||_E)(kt(e),n)}function J(e,n){return Dt(e,yc(n))}function yc(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function r_(e){const n=[];for(let t=0;t<e.length;t++){const r=kt(e[t]);if(Array.isArray(r)){if(0===r.length)throw new De(900,!1);let i,o=0;for(let s=0;s<r.length;s++){const a=r[s],c=hE(a);"number"==typeof c?-1===c?i=a.token:o|=c:i=a}n.push(Dt(i,o))}else n.push(Dt(r))}return n}function hE(e){return e.__NG_DI_FLAG__}function zo(e,n){return e.hasOwnProperty(_s)?e[_s]:null}function fs(e,n){e.forEach(t=>Array.isArray(t)?fs(t,n):n(t))}function Cc(e,n){return n>=e.length-1?e.pop():e.splice(n,1)[0]}function Tc(e,n,t){let r=la(e,n);return r>=0?e[1|r]=t:(r=~r,function s_(e,n,t,r){let i=e.length;if(i==n)e.push(t,r);else if(1===i)e.push(r,e[0]),e[0]=t;else{for(i--,e.push(e[i-1],e[i]);i>n;)e[i]=e[i-2],i--;e[n]=t,e[n+1]=r}}(e,r,n,t)),r}function Fl(e,n){const t=la(e,n);if(t>=0)return e[1|t]}function la(e,n){return function pE(e,n,t){let r=0,i=e.length>>t;for(;i!==r;){const o=r+(i-r>>1),s=e[o<<t];if(n===s)return o<<t;s>n?i=o:r=o+1}return~(i<<t)}(e,n,1)}const ro={},Pn=[],ua=new Te(""),a_=new Te("",-1),c_=new Te("");class Pl{get(n,t=Uo){if(t===Uo){const i=$p("",-201);throw i.name="\u0275NotFound",i}return t}}function Bl(e){return{\u0275providers:e}}function mE(...e){return{\u0275providers:l_(0,e),\u0275fromNgModule:!0}}function l_(e,...n){const t=[],r=new Set;let i;const o=s=>{t.push(s)};return fs(n,s=>{const a=s;Ul(a,o,[],r)&&(i||=[],i.push(a))}),void 0!==i&&Xp(i,o),t}function Xp(e,n){for(let t=0;t<e.length;t++){const{ngModule:r,providers:i}=e[t];u_(i,o=>{n(o,r)})}}function Ul(e,n,t,r){if(!(e=kt(e)))return!1;let i=null,o=dt(e);const s=!o&&Cn(e);if(o||s){if(s&&!s.standalone)return!1;i=e}else{const c=e.ngModule;if(o=dt(c),!o)return!1;i=c}const a=r.has(i);if(s){if(a)return!1;if(r.add(i),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)Ul(l,n,t,r)}}else{if(!o)return!1;{if(null!=o.imports&&!a){let l;r.add(i),fs(o.imports,u=>{Ul(u,n,t,r)&&(l||=[],l.push(u))}),void 0!==l&&Xp(l,n)}if(!a){const l=zo(i)||(()=>new i);n({provide:i,useFactory:l,deps:Pn},i),n({provide:c_,useValue:i,multi:!0},i),n({provide:ua,useValue:()=>Dt(i),multi:!0},i)}const c=o.providers;if(null!=c&&!a){const l=e;u_(c,u=>{n(u,l)})}}}return i!==e&&void 0!==e.providers}function u_(e,n){for(let t of e)Yd(t)&&(t=t.\u0275providers),Array.isArray(t)?u_(t,n):n(t)}const vE=nn({provide:String,useValue:nn});function d_(e){return null!==e&&"object"==typeof e&&vE in e}function yo(e){return"function"==typeof e}const __=new Te(""),zl={},eg={};let f_;function h_(){return void 0===f_&&(f_=new Pl),f_}class yi{}class hs extends yi{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(n,t,r,i){super(),this.parent=t,this.source=r,this.scopes=i,g_(n,s=>this.processProvider(s)),this.records.set(a_,da(void 0,this)),i.has("environment")&&this.records.set(yi,da(void 0,this));const o=this.records.get(__);null!=o&&"string"==typeof o.value&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(c_,Pn,{self:!0}))}retrieve(n,t){const r=yc(t)||0;try{return this.get(n,Uo,r)}catch(i){if(fn(i))return i;throw i}}destroy(){Sc(this),this._destroyed=!0;const n=Y(null);try{for(const r of this._ngOnDestroyHooks)r.ngOnDestroy();const t=this._onDestroyHooks;this._onDestroyHooks=[];for(const r of t)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),Y(n)}}onDestroy(n){return Sc(this),this._onDestroyHooks.push(n),()=>this.removeOnDestroy(n)}runInContext(n){Sc(this);const t=ln(this),r=ci(void 0);try{return n()}finally{ln(t),ci(r)}}get(n,t=Uo,r){if(Sc(this),n.hasOwnProperty(Hp))return n[Hp](this);const i=yc(r),s=ln(this),a=ci(void 0);try{if(!(4&i)){let l=this.records.get(n);if(void 0===l){const u=function TE(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(n)&&yr(n);l=u&&this.injectableDefInScope(u)?da(p_(n),zl):null,this.records.set(n,l)}if(null!=l)return this.hydrate(n,l,i)}return(2&i?h_():this.parent).get(n,t=8&i&&t===Uo?null:t)}catch(c){const l=function lE(e){return e[Qd]}(c);throw-200===l||-201===l?new De(l,null):c}finally{ci(a),ln(s)}}resolveInjectorInitializers(){const n=Y(null),t=ln(this),r=ci(void 0);try{const o=this.get(ua,Pn,{self:!0});for(const s of o)s()}finally{ln(t),ci(r),Y(n)}}toString(){return"R3Injector[...]"}processProvider(n){let t=yo(n=kt(n))?n:kt(n&&n.provide);const r=function bE(e){return d_(e)?da(void 0,e.useValue):da(tg(e),zl)}(n);if(!yo(n)&&!0===n.multi){let i=this.records.get(t);i||(i=da(void 0,zl,!0),i.factory=()=>r_(i.multi),this.records.set(t,i)),t=n,i.multi.push(n)}this.records.set(t,r)}hydrate(n,t,r){const i=Y(null);try{if(t.value===eg)throw Jd();return t.value===zl&&(t.value=eg,t.value=t.factory(void 0,r)),"object"==typeof t.value&&t.value&&function EE(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(t.value)&&this._ngOnDestroyHooks.add(t.value),t.value}finally{Y(i)}}injectableDefInScope(n){if(!n.providedIn)return!1;const t=kt(n.providedIn);return"string"==typeof t?"any"===t||this.scopes.has(t):this.injectorDefTypes.has(t)}removeOnDestroy(n){const t=this._onDestroyHooks.indexOf(n);-1!==t&&this._onDestroyHooks.splice(t,1)}}function p_(e){const n=yr(e),t=null!==n?n.factory:zo(e);if(null!==t)return t;if(e instanceof Te)throw new De(-204,!1);if(e instanceof Function)return function yE(e){if(e.length>0)throw new De(-204,!1);const t=function Pe(e){return(e?.[on]??null)||null}(e);return null!==t?()=>t.factory(e):()=>new e}(e);throw new De(-204,!1)}function tg(e,n,t){let r;if(yo(e)){const i=kt(e);return zo(i)||p_(i)}if(d_(e))r=()=>kt(e.useValue);else if(function Qp(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...r_(e.deps||[]));else if(function Zp(e){return!(!e||!e.useExisting)}(e))r=(i,o)=>Dt(kt(e.useExisting),void 0!==o&&8&o?8:void 0);else{const i=kt(e&&(e.useClass||e.provide));if(!function CE(e){return!!e.deps}(e))return zo(i)||p_(i);r=()=>new i(...r_(e.deps))}return r}function Sc(e){if(e.destroyed)throw new De(-205,!1)}function da(e,n,t=!1){return{factory:e,value:n,multi:t?[]:void 0}}function g_(e,n){for(const t of e)Array.isArray(t)?g_(t,n):t&&Yd(t)?g_(t.\u0275providers,n):n(t)}function io(e,n){let t;e instanceof hs?(Sc(e),t=e):t=new dE(e);const i=ln(t),o=ci(void 0);try{return n()}finally{ln(i),ci(o)}}function Zn(e){return Array.isArray(e)&&"object"==typeof e[1]}function Xr(e){return Array.isArray(e)&&!0===e[1]}function rg(e){return!!(4&e.flags)}function oo(e){return e.componentOffset>-1}function pa(e){return!(1&~e.flags)}function ji(e){return!!e.template}function Go(e){return!!(512&e[2])}function To(e){return!(256&~e[2])}function xr(e){for(;Array.isArray(e);)e=e[0];return e}function ys(e,n){return xr(n[e])}function nr(e,n){return xr(n[e.index])}function ga(e,n){return e.data[n]}function bs(e,n){return e[n]}function E_(e,n,t,r){t>=e.data.length&&(e.data[t]=null,e.blueprint[t]=null),n[t]=r}function Zr(e,n){const t=n[e];return Zn(t)?t:t[0]}function T_(e){return!(128&~e[2])}function Ur(e,n){return null==n?null:e[n]}function cg(e){e[17]=0}function Gl(e){1024&e[2]||(e[2]|=1024,T_(e)&&Ic(e))}function ma(e){return!!(9216&e[2]||e[24]?.dirty)}function $l(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),ma(e)&&Ic(e)}function Ic(e){e[10].changeDetectionScheduler?.notify(0);let n=$o(e);for(;null!==n&&!(8192&n[2])&&(n[2]|=8192,T_(n));)n=$o(n)}function D_(e,n){if(To(e))throw new De(911,!1);null===e[21]&&(e[21]=[]),e[21].push(n)}function $o(e){const n=e[3];return Xr(n)?n[3]:n}const Ut={lFrame:$E(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let dg=!1;function RE(){Ut.lFrame.elementDepthCount--}function ME(){return null!==Ut.skipHydrationRootTNode}function NE(e){return Ut.skipHydrationRootTNode===e}function OE(){Ut.skipHydrationRootTNode=null}function xe(){return Ut.lFrame.lView}function Gt(){return Ut.lFrame.tView}function Wl(e){return Ut.lFrame.contextLView=e,e[8]}function Kl(e){return Ut.lFrame.contextLView=null,e}function Ht(){let e=LE();for(;null!==e&&64===e.type;)e=e.parent;return e}function LE(){return Ut.lFrame.currentTNode}function Wo(e,n){const t=Ut.lFrame;t.currentTNode=e,t.isParent=n}function FE(){return Ut.lFrame.isParent}function PE(){Ut.lFrame.isParent=!1}function zE(){return dg}function I_(e){const n=dg;return dg=e,n}function Ei(){return Ut.lFrame.bindingIndex++}function qo(e){const n=Ut.lFrame,t=n.bindingIndex;return n.bindingIndex=n.bindingIndex+e,t}function aO(e,n){const t=Ut.lFrame;t.bindingIndex=t.bindingRootIndex=e,fg(n)}function fg(e){Ut.lFrame.currentDirectiveIndex=e}function w_(e){Ut.lFrame.currentQueryIndex=e}function lO(e){const n=e[1];return 2===n.type?n.declTNode:1===n.type?e[5]:null}function HE(e,n,t){if(4&t){let i=n,o=e;for(;!(i=i.parent,null!==i||1&t||(i=lO(o),null===i||(o=o[14],10&i.type))););if(null===i)return!1;n=i,e=o}const r=Ut.lFrame=GE();return r.currentTNode=n,r.lView=e,!0}function gg(e){const n=GE(),t=e[1];Ut.lFrame=n,n.currentTNode=t.firstChild,n.lView=e,n.tView=t,n.contextLView=e,n.bindingIndex=t.bindingStartIndex,n.inI18n=!1}function GE(){const e=Ut.lFrame,n=null===e?null:e.child;return null===n?$E(e):n}function $E(e){const n={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=n),n}function WE(){const e=Ut.lFrame;return Ut.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const KE=WE;function mg(){const e=WE();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 kr(){return Ut.lFrame.selectedIndex}function Yo(e){Ut.lFrame.selectedIndex=e}function so(){const e=Ut.lFrame;return ga(e.tView,e.selectedIndex)}function YE(){return Ut.lFrame.currentNamespace}let XE=!0;function A_(){return XE}function Yl(e){XE=e}function ZE(e,n=null,t=null,r){const i=function QE(e,n=null,t=null,r,i=new Set){const o=[t||Pn,mE(e)];return new hs(o,n||h_(),null,i)}(e,n,t);return i.resolveInjectorInitializers(),i}class $n{static THROW_IF_NOT_FOUND=Uo;static NULL=new Pl;static create(n,t){if(Array.isArray(n))return ZE({name:""},t,n);{const r=n.name??"";return ZE({name:r},n.parent,n.providers)}}static \u0275prov=Xe({token:$n,providedIn:"any",factory:()=>Dt(a_)});static __NG_ELEMENT_ID__=-1}const Hi=new Te("");let Ti=(()=>class e{static __NG_ELEMENT_ID__=hO;static __NG_ENV_ID__=t=>t})();class JE extends Ti{_lView;constructor(n){super(),this._lView=n}get destroyed(){return To(this._lView)}onDestroy(n){const t=this._lView;return D_(t,n),()=>function lg(e,n){if(null===e[21])return;const t=e[21].indexOf(n);-1!==t&&e[21].splice(t,1)}(t,n)}}function hO(){return new JE(xe())}const pO=!1,gO=new Te("");let va=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Qt(!1);debugTaskTracker=J(gO,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new re(t=>{t.next(!1),t.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const t=this.taskId++;return this.pendingTasks.add(t),this.debugTaskTracker?.add(t),t}has(t){return this.pendingTasks.has(t)}remove(t){this.pendingTasks.delete(t),this.debugTaskTracker?.remove(t),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=Xe({token:e,providedIn:"root",factory:()=>new e})}return e})();const Jr=class mO extends ct{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(n=!1){super(),this.__isAsync=n,function m_(){return void 0!==Wp()||null!=cn()}()&&(this.destroyRef=J(Ti,{optional:!0})??void 0,this.pendingTasks=J(va,{optional:!0})??void 0)}emit(n){const t=Y(null);try{super.next(n)}finally{Y(t)}}subscribe(n,t,r){let i=n,o=t||(()=>null),s=r;if(n&&"object"==typeof n){const c=n;i=c.next?.bind(c),o=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(o=this.wrapInTimeout(o),i&&(i=this.wrapInTimeout(i)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:i,error:o,complete:s});return n instanceof st&&n.add(a),a}wrapInTimeout(n){return t=>{const r=this.pendingTasks?.add();setTimeout(()=>{try{n(t)}finally{void 0!==r&&this.pendingTasks?.remove(r)}})}}};function x_(...e){}function e0(e){let n,t;function r(){e=x_;try{void 0!==t&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(t),void 0!==n&&clearTimeout(n)}catch{}}return n=setTimeout(()=>{e(),r()}),"function"==typeof requestAnimationFrame&&(t=requestAnimationFrame(()=>{e(),r()})),()=>r()}function vO(e){return queueMicrotask(()=>e()),()=>{e=x_}}const vg="isAngularZone",k_=vg+"_ID";let yO=0;class Nn{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Jr(!1);onMicrotaskEmpty=new Jr(!1);onStable=new Jr(!1);onError=new Jr(!1);constructor(n){const{enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=pO}=n;if(typeof Zone>"u")throw new De(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)),t&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!i&&r,s.shouldCoalesceRunChangeDetection=i,s.callbackScheduled=!1,s.scheduleInRootZone=o,function EO(e){const n=()=>{!function CO(e){function n(){e0(()=>{e.callbackScheduled=!1,bg(e),e.isCheckStableRunning=!0,yg(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{n()}):e._outer.run(()=>{n()}),bg(e))}(e)},t=yO++;e._inner=e._inner.fork({name:"angular",properties:{[vg]:!0,[k_]:t,[k_+t]:!0},onInvokeTask:(r,i,o,s,a,c)=>{if(function SO(e){return r0(e,"__ignore_ng_zone__")}(c))return r.invokeTask(o,s,a,c);try{return t0(e),r.invokeTask(o,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&n(),n0(e)}},onInvoke:(r,i,o,s,a,c,l)=>{try{return t0(e),r.invoke(o,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function DO(e){return r0(e,"__scheduler_tick__")}(c)&&n(),n0(e)}},onHasTask:(r,i,o,s)=>{r.hasTask(o,s),i===o&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,bg(e),yg(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,i,o,s)=>(r.handleError(o,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(vg)}static assertInAngularZone(){if(!Nn.isInAngularZone())throw new De(909,!1)}static assertNotInAngularZone(){if(Nn.isInAngularZone())throw new De(909,!1)}run(n,t,r){return this._inner.run(n,t,r)}runTask(n,t,r,i){const o=this._inner,s=o.scheduleEventTask("NgZoneEvent: "+i,n,bO,x_,x_);try{return o.runTask(s,t,r)}finally{o.cancelTask(s)}}runGuarded(n,t,r){return this._inner.runGuarded(n,t,r)}runOutsideAngular(n){return this._outer.run(n)}}const bO={};function yg(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 bg(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function t0(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function n0(e){e._nesting--,yg(e)}class TO{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Jr;onMicrotaskEmpty=new Jr;onStable=new Jr;onError=new Jr;run(n,t,r){return n.apply(t,r)}runGuarded(n,t,r){return n.apply(t,r)}runOutsideAngular(n){return n()}runTask(n,t,r,i){return n.apply(t,r)}}function r0(e,n){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[n]}class Ac{_console=console;handleError(n){this._console.error("ERROR",n)}}const Cs=new Te("",{factory:()=>{const e=J(Nn),n=J(yi);let t;return r=>{e.runOutsideAngular(()=>{n.destroyed&&!t?setTimeout(()=>{throw r}):(t??=n.get(Ac),t.handleError(r))})}}}),i0={provide:ua,useValue:()=>{J(Ac,{optional:!0})},multi:!0};function Si(e,n){const[t,r,i]=function x(e,n){const t=Object.create(p);t.value=e,void 0!==n&&(t.equal=n);const r=()=>function w(e){return ke(e),e.value}(t);return r[oe]=t,[r,s=>$(t,s),s=>z(t,s)]}(e,n?.equal),o=t;return o.set=r,o.update=i,o.asReadonly=Cg.bind(o),o}function Cg(){const e=this[oe];if(void 0===e.readonlyFn){const n=()=>this();n[oe]=e,e.readonlyFn=n}return e.readonlyFn}let Eg=(()=>class e{view;node;constructor(t,r){this.view=t,this.node=r}static __NG_ELEMENT_ID__=wO})();function wO(){return new Eg(xe(),Ht())}class ya{}const Tg=new Te("",{factory:()=>!0}),AO=new Te("");let Sg=(()=>{class e{internalPendingTasks=J(va);scheduler=J(ya);errorHandler=J(Cs);add(){const t=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(t)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(t))}}run(t){const r=this.add();t().catch(this.errorHandler).finally(r)}static \u0275prov=Xe({token:e,providedIn:"root",factory:()=>new e})}return e})(),o0=(()=>{class e{static \u0275prov=Xe({token:e,providedIn:"root",factory:()=>new xO})}return e})();class xO{dirtyEffectCount=0;queues=new Map;add(n){this.enqueue(n),this.schedule(n)}schedule(n){n.dirty&&this.dirtyEffectCount++}remove(n){const r=this.queues.get(n.zone);r.has(n)&&(r.delete(n),n.dirty&&this.dirtyEffectCount--)}enqueue(n){const t=n.zone;this.queues.has(t)||this.queues.set(t,new Set);const r=this.queues.get(t);r.has(n)||r.add(n)}flush(){for(;this.dirtyEffectCount>0;){let n=!1;for(const[t,r]of this.queues)n||=null===t?this.flushQueue(r):t.run(()=>this.flushQueue(r));n||(this.dirtyEffectCount=0)}}flushQueue(n){let t=!1;for(const r of n)r.dirty&&(this.dirtyEffectCount--,t=!0,r.run());return t}}class Dg{[oe];constructor(n){this[oe]=n}destroy(){this[oe].destroy()}}function ao(e,n){const t=n?.injector??J($n);let i,r=!0!==n?.manualCleanup?t.get(Ti):null;const o=t.get(Eg,null,{optional:!0}),s=t.get(ya);return null!==o?(i=function MO(e,n,t){const r=Object.create(RO);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=n,r.fn=a0(r,t),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(o.view,s,e),r instanceof JE&&r._lView===o.view&&(r=null)):i=function NO(e,n,t){const r=Object.create(kO);return r.fn=a0(r,e),r.scheduler=n,r.notifier=t,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}(e,t.get(o0),s),i.injector=t,null!==r&&(i.onDestroyFns=[r.onDestroy(()=>i.destroy())]),new Dg(i)}const s0={...R,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=I_(!1);try{!function se(e){if(e.dirty=!1,e.version>0&&!Me(e))return;e.version++;const n=be(e);try{e.cleanup(),e.fn()}finally{We(e,n)}}(this)}finally{I_(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=Y(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],Y(e)}}},kO={...s0,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(Ze(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},RO={...s0,consumerMarkedDirty(){this.view[2]|=8192,Ic(this.view),this.notifier.notify(13)},destroy(){if(Ze(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function a0(e,n){return()=>{n(t=>(e.cleanupFns??=[]).push(t))}}var bt=ht(467);function co(e){return n=>{if(function OO(e){return Z(e?.lift)}(n))return n.lift(function(t){try{return e(t,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function Gi(e,n,t,r,i){return new LO(e,n,t,r,i)}class LO extends qt{constructor(n,t,r,i,o,s){super(n),this.onFinalize=o,this.shouldUnsubscribe=s,this._next=t?function(a){try{t(a)}catch(c){n.error(c)}}:super._next,this._error=i?function(a){try{i(a)}catch(c){n.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){n.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:t}=this;super.unsubscribe(),!t&&(null===(n=this.onFinalize)||void 0===n||n.call(this))}}}function $i(e,n){return co((t,r)=>{let i=0;t.subscribe(Gi(r,o=>{r.next(e.call(n,o,i++))}))})}
34
34
  /**
35
35
  * @license Angular v21.2.17
36
36
  * (c) 2010-2026 Google LLC. https://angular.dev/
37
37
  * License: MIT
38
38
  */
39
- function qo(e){return{toString:e}.toString()}function sE(e,n,t,r){null!==n?n.applyValueToInputSignal(n,r):e[t]=r}class PO{previousValue;currentValue;firstChange;constructor(n,t,r){this.previousValue=n,this.currentValue=t,this.firstChange=r}isFirstChange(){return this.firstChange}}const bs=(()=>{const e=()=>aE;return e.ngInherit=!0,e})();function aE(e){return e.type.prototype.ngOnChanges&&(e.setInput=UO),BO}function BO(){const e=lE(this),n=e?.current;if(n){const t=e.previous;if(t===to)e.previous=n;else for(let r in n)t[r]=n[r];e.current=null,this.ngOnChanges(n)}}function UO(e,n,t,r,i){const o=this.declaredInputs[r],s=lE(e)||function zO(e,n){return e[cE]=n}(e,{previous:to,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[o];a[o]=new PO(l&&l.currentValue,t,c===to),sE(e,n,i,t)}const cE="__ngSimpleChanges__";function lE(e){return e[cE]||null}const va=[],Cn=function(e,n=null,t){for(let r=0;r<va.length;r++)(0,va[r])(e,n,t)};var pt=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}(pt||{});function k_(e,n,t){dE(e,n,3,t)}function R_(e,n,t,r){(3&e[2])===t&&dE(e,n,t,r)}function Dg(e,n){let t=e[2];(3&t)===n&&(t&=16383,t+=1,e[2]=t)}function dE(e,n,t,r){const o=r??-1,s=n.length-1;let a=0;for(let c=void 0!==r?65535&e[17]:0;c<s;c++)if("number"==typeof n[c+1]){if(a=n[c],null!=r&&a>=r)break}else n[c]<0&&(e[17]+=65536),(a<o||-1==o)&&($O(e,t,n,c),e[17]=(4294901760&e[17])+c+2),c++}function _E(e,n){Cn(pt.LifecycleHookStart,e,n);const t=X(null);try{n.call(e)}finally{X(t),Cn(pt.LifecycleHookEnd,e,n)}}function $O(e,n,t,r){const i=t[r]<0,o=t[r+1],a=e[i?-t[r]:t[r]];i?e[2]>>14<e[17]>>16&&(3&e[2])===n&&(e[2]+=16384,_E(a,o)):_E(a,o)}class Xl{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(n,t,r,i){this.factory=n,this.name=i,this.canSeeViewProviders=t,this.injectImpl=r}}function hE(e){return 3===e||4===e||6===e}function pE(e){return 64===e.charCodeAt(0)}function Rc(e,n){if(null!==n&&0!==n.length)if(null===e||0===e.length)e=n.slice();else{let t=-1;for(let r=0;r<n.length;r++){const i=n[r];"number"==typeof i?t=i:0===t||gE(e,t,i,0,-1===t||2===t?n[++r]:null)}}return e}function gE(e,n,t,r,i){let o=0,s=e.length;if(-1===n)s=-1;else for(;o<e.length;){const a=e[o++];if("number"==typeof a){if(a===n){s=-1;break}if(a>n){s=o-1;break}}}for(;o<e.length;){const a=e[o];if("number"==typeof a)break;if(a===t)return void(null!==i&&(e[o+1]=i));o++,null!==i&&o++}-1!==s&&(e.splice(s,0,n),o=s+1),e.splice(o++,0,t),null!==i&&e.splice(o++,0,i)}function Zl(e){return 32767&e}function Ql(e,n){let t=function YO(e){return e>>16}(e),r=n;for(;t>0;)r=r[14],t--;return r}let wg=!0;function M_(e){const n=wg;return wg=e,n}let XO=0;const To={};function N_(e,n){const t=yE(e,n);if(-1!==t)return t;const r=n[1];r.firstCreatePass&&(e.injectorIndex=n.length,Ag(r.data,e),Ag(n,null),Ag(r.blueprint,null));const i=O_(e,n),o=e.injectorIndex;if(function Ig(e){return-1!==e}(i)){const s=Zl(i),a=Ql(i,n),c=a[1].data;for(let l=0;l<8;l++)n[o+l]=a[s+l]|c[s+l]}return n[o+8]=i,o}function Ag(e,n){e.push(0,0,0,0,0,0,0,0,n)}function yE(e,n){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===n[e.injectorIndex+8]?-1:e.injectorIndex}function O_(e,n){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let t=0,r=null,i=n;for(;null!==i;){if(r=IE(i),null===r)return-1;if(t++,i=i[14],-1!==r.injectorIndex)return r.injectorIndex|t<<16}return-1}function xg(e,n,t){!function ZO(e,n,t){let r;"string"==typeof t?r=t.charCodeAt(0)||0:t.hasOwnProperty(_c)&&(r=t[_c]),null==r&&(r=t[_c]=XO++);const i=255&r;n.data[e+(i>>5)]|=1<<i}(e,n,t)}function bE(e,n,t){if(8&t||void 0!==e)return e;Yd()}function CE(e,n,t,r){if(8&t&&void 0===r&&(r=null),!(3&t)){const i=e[9],o=si(void 0);try{return i?i.get(n,r,8&t):Bp(n,r,8&t)}finally{si(o)}}return bE(r,0,t)}function EE(e,n,t,r=0,i){if(null!==e){if(2048&n[2]&&!(2&r)){const s=function nL(e,n,t,r,i){let o=e,s=n;for(;null!==o&&null!==s&&2048&s[2]&&!jo(s);){const a=TE(o,s,t,2|r,To);if(a!==To)return a;let c=o.parent;if(!c){const l=s[20];if(l){const d=l.get(t,To,-5&r);if(d!==To)return d}c=IE(s),s=s[14]}o=c}return i}(e,n,t,r,To);if(s!==To)return s}const o=TE(e,n,t,r,To);if(o!==To)return o}return CE(n,t,r,i)}function TE(e,n,t,r,i){const o=function eL(e){if("string"==typeof e)return e.charCodeAt(0)||0;const n=e.hasOwnProperty(_c)?e[_c]:void 0;return"number"==typeof n?n>=0?255&n:tL:n}(t);if("function"==typeof o){if(!A0(n,e,r))return 1&r?bE(i,0,r):CE(n,t,r,i);try{let s;if(s=o(r),null!=s||8&r)return s;Yd()}finally{M0()}}else if("number"==typeof o){let s=null,a=yE(e,n),c=-1,l=1&r?n[15][5]:null;for((-1===a||4&r)&&(c=-1===a?O_(e,n):n[a+8],-1!==c&&SE(r,!1)?(s=n[1],a=Zl(c),n=Ql(c,n)):a=-1);-1!==a;){const d=n[1];if(DE(o,a,d.data)){const h=JO(a,n,t,s,r,l);if(h!==To)return h}c=n[a+8],-1!==c&&SE(r,n[1].data[a+8]===l)&&DE(o,a,n)?(s=d,a=Zl(c),n=Ql(c,n)):a=-1}}return i}function JO(e,n,t,r,i,o){const s=n[1],a=s.data[e+8],d=function L_(e,n,t,r,i){const o=e.providerIndexes,s=n.data,a=1048575&o,c=e.directiveStart,d=o>>20,y=i?a+d:e.directiveEnd;for(let S=r?a:a+d;S<y;S++){const U=s[S];if(S<c&&t===U||S>=c&&U.type===t)return S}if(i){const S=s[c];if(S&&zi(S)&&S.type===t)return c}return null}(a,s,t,null==r?ro(a)&&wg:r!=s&&!!(3&a.type),1&i&&o===a);return null!==d?Jl(n,s,d,a,i):To}function Jl(e,n,t,r,i){let o=e[t];const s=n.data;if(o instanceof Xl){const a=o;if(a.resolving)throw qd();const c=M_(a.canSeeViewProviders);a.resolving=!0;const h=a.injectImpl?si(a.injectImpl):null;A0(e,r,0);try{o=e[t]=a.factory(void 0,i,s,e,r),n.firstCreatePass&&t>=r.directiveStart&&function GO(e,n,t){const{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=n.type.prototype;if(r){const s=aE(n);(t.preOrderHooks??=[]).push(e,s),(t.preOrderCheckHooks??=[]).push(e,s)}i&&(t.preOrderHooks??=[]).push(0-e,i),o&&((t.preOrderHooks??=[]).push(e,o),(t.preOrderCheckHooks??=[]).push(e,o))}(t,s[t],n)}finally{null!==h&&si(h),M_(c),a.resolving=!1,M0()}}return o}function DE(e,n,t){return!!(t[n+(e>>5)]&1<<e)}function SE(e,n){return!(2&e||1&e&&n)}class sr{_tNode;_lView;constructor(n,t){this._tNode=n,this._lView=t}get(n,t,r){return EE(this._tNode,this._lView,n,pc(r),t)}}function tL(){return new sr(Ht(),Oe())}function Lr(e){return qo(()=>{const n=e.prototype.constructor,t=n[ls]||kg(n),r=Object.prototype;let i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){const o=i[ls]||kg(i);if(o&&o!==t)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function kg(e){return Wr(e)?()=>{const n=kg(kt(e));return n&&n()}:Bo(e)}function IE(e){const n=e[1],t=n.type;return 2===t?n.declTNode:1===t?e[5]:null}function uL(){return Mc(Ht(),Oe())}function Mc(e,n){return new br(tr(e,n))}let br=(()=>class e{nativeElement;constructor(t){this.nativeElement=t}static __NG_ELEMENT_ID__=uL})();function eu(e){return!(128&~e.flags)}Symbol;var P_=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(P_||{});const B_=new Map;let pL=0;function Og(e){B_.delete(e[19])}const Fg="__ngContext__";function Di(e,n){Xn(n)?(e[Fg]=n[19],function mL(e){B_.set(e[19],e)}(n)):e[Fg]=n}function VE(e){return HE(e[12])}function jE(e){return HE(e[4])}function HE(e){for(;null!==e&&!qr(e);)e=e[4];return e}let Bg;const Oc=new Se("",{factory:()=>BL}),BL="ng",XE=new Se(""),Ug=new Se("",{providedIn:"platform",factory:()=>"unknown"}),ZE=new Se("",{factory:()=>re(Vi).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),$L=new Se("",{factory:()=>!1}),Kg=new WeakMap;function G_(e){return!(32&~e.flags)}function ST(e,n){const t=e.contentQueries;if(null!==t){const r=X(null);try{for(let i=0;i<t.length;i+=2){const s=t[i+1];if(-1!==s){const a=e.data[s];E_(t[i]),a.contentQueries(2,n[s],s)}}}finally{X(r)}}}function tm(e,n,t){E_(0);const r=X(null);try{n(e,t)}finally{X(r)}}function nm(e,n,t){if(qp(n)){const r=X(null);try{const o=n.directiveEnd;for(let s=n.directiveStart;s<o;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,t[s],s)}}finally{X(r)}}}var $i=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}($i||{});class NT{changingThisBreaksApplicationSecurity;constructor(n){this.changingThisBreaksApplicationSecurity=n}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Mi})`}}function Ds(e){return e instanceof NT?e.changingThisBreaksApplicationSecurity:e}const O2=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function ef(e,n,t){return e.createElement(n,t)}function ba(e,n,t,r,i){e.insertBefore(n,t,r,i)}function GT(e,n,t){e.appendChild(n,t)}function $T(e,n,t,r,i){null!==r?ba(e,n,t,r,i):GT(e,n,t)}function au(e,n,t,r){e.removeChild(null,n,t,r)}function KT(e,n,t){const{mergedAttrs:r,classes:i,styles:o}=t;null!==r&&function qO(e,n,t){let r=0;for(;r<t.length;){const i=t[r];if("number"==typeof i){if(0!==i)break;r++;const o=t[r++],s=t[r++],a=t[r++];e.setAttribute(n,s,a,o)}else{const o=i,s=t[++r];pE(o)?e.setProperty(n,o,s):e.setAttribute(n,o,s),r++}}}(e,n,r),null!==i&&function q2(e,n,t){""===t?e.removeAttribute(n,"class"):e.setAttribute(n,"class",t)}(e,n,i),null!==o&&function K2(e,n,t){e.setAttribute(n,"style",t)}(e,n,o)}var hr=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}(hr||{});function nf(e){const n=function cu(){const e=Oe();return e&&e[10].sanitizer}();return n?n.sanitize(hr.URL,e)||"":function ou(e,n){const t=function k2(e){return e instanceof NT&&e.getTypeName()||null}(e);if(null!=t&&t!==n){if("ResourceURL"===t&&"URL"===n)return!0;throw new Error(`Required a safe ${n}, got a ${t} (see ${Mi})`)}return t===n}(e,"URL")?Ds(e):function sm(e){return(e=String(e)).match(O2)?e:"unsafe:"+e}(jt(e))}function fF(e,n,t){let r=e.length;for(;;){const i=e.indexOf(n,t);if(-1===i)return i;if(0===i||e.charCodeAt(i-1)<=32){const o=n.length;if(i+o===r||e.charCodeAt(i+o)<=32)return i}t=i+1}}const iD="ng-template";function hF(e,n,t,r){let i=0;if(r){for(;i<n.length&&"string"==typeof n[i];i+=2)if("class"===n[i]&&-1!==fF(n[i+1].toLowerCase(),t,0))return!0}else if(fm(e))return!1;if(i=n.indexOf(1,i),i>-1){let o;for(;++i<n.length&&"string"==typeof(o=n[i]);)if(o.toLowerCase()===t)return!0}return!1}function fm(e){return 4===e.type&&e.value!==iD}function pF(e,n,t){return n===(4!==e.type||t?e.value:iD)}function gF(e,n,t){let r=4;const i=e.attrs,o=null!==i?function yF(e){for(let n=0;n<e.length;n++)if(hE(e[n]))return n;return e.length}(i):0;let s=!1;for(let a=0;a<n.length;a++){const c=n[a];if("number"!=typeof c){if(!s)if(4&r){if(r=2|1&r,""!==c&&!pF(e,c,t)||""===c&&1===n.length){if(ao(r))return!1;s=!0}}else if(8&r){if(null===i||!hF(e,i,c,t)){if(ao(r))return!1;s=!0}}else{const l=n[++a],d=mF(c,i,fm(e),t);if(-1===d){if(ao(r))return!1;s=!0;continue}if(""!==l){let h;if(h=d>o?"":i[d+1].toLowerCase(),2&r&&l!==h){if(ao(r))return!1;s=!0}}}}else{if(!s&&!ao(r)&&!ao(c))return!1;if(s&&ao(c))continue;s=!1,r=c|1&r}}return ao(r)||s}function ao(e){return!(1&e)}function mF(e,n,t,r){if(null===n)return-1;let i=0;if(r||!t){let o=!1;for(;i<n.length;){const s=n[i];if(s===e)return i;if(3===s||6===s)o=!0;else{if(1===s||2===s){let a=n[++i];for(;"string"==typeof a;)a=n[++i];continue}if(4===s)break;if(0===s){i+=4;continue}}i+=o?1:2}return-1}return function bF(e,n){let t=e.indexOf(4);if(t>-1)for(t++;t<e.length;){const r=e[t];if("number"==typeof r)return-1;if(r===n)return t;t++}return-1}(n,e)}function oD(e,n,t=!1){for(let r=0;r<n.length;r++)if(gF(e,n[r],t))return!0;return!1}function CF(e,n){e:for(let t=0;t<n.length;t++){const r=n[t];if(e.length===r.length){for(let i=0;i<e.length;i++)if(e[i]!==r[i])continue e;return!0}}return!1}function sD(e,n){return e?":not("+n.trim()+")":n}function EF(e){let n=e[0],t=1,r=2,i="",o=!1;for(;t<e.length;){let s=e[t];if("string"==typeof s)if(2&r){const a=e[++t];i+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&r?i+="."+s:4&r&&(i+=" "+s);else""!==i&&!ao(s)&&(n+=sD(o,i),i=""),r=s,o=o||!ao(r);t++}return""!==i&&(n+=sD(o,i)),n}const Dn={};function hm(e,n,t,r,i,o,s,a,c,l,d){const h=27+r,y=h+i,S=function SF(e,n){const t=[];for(let r=0;r<n;r++)t.push(r<e?null:Dn);return t}(h,y),U="function"==typeof l?l():l;return S[1]={type:e,blueprint:S,template:t,queries:null,viewQuery:a,declTNode:n,data:S.slice().fill(null,h),bindingStartIndex:h,expandoStartIndex:y,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 o?o():o,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:U,incompleteFirstPass:!1,ssrId:d}}function of(e,n,t,r,i,o,s,a,c,l,d){const h=n.blueprint.slice();return h[0]=i,h[2]=1228|r,(null!==l||e&&2048&e[2])&&(h[2]|=2048),Jp(h),h[3]=h[14]=e,h[8]=t,h[10]=s||e&&e[10],h[11]=a||e&&e[11],h[9]=c||e&&e[9]||null,h[5]=o,h[19]=function gL(){return pL++}(),h[6]=d,h[20]=l,h[15]=2==n.type?e[15]:h,h}function pm(e){let n=16;return e.signals?n=4096:e.onPush&&(n=64),n}function lu(e,n,t,r){if(0===t)return-1;const i=n.length;for(let o=0;o<t;o++)n.push(r),e.blueprint.push(r),e.data.push(null);return i}function gm(e,n){return e[12]?e[13][4]=n:e[12]=n,e[13]=n,n}function Lt(e=1){cD($t(),Oe(),xr()+e,!1)}function cD(e,n,t,r){if(!r)if(3&~n[2]){const o=e.preOrderHooks;null!==o&&R_(n,o,0,t)}else{const o=e.preOrderCheckHooks;null!==o&&k_(n,o,t)}Ko(t)}var sf=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(sf||{});function Is(e,n,t,r){const i=X(null);try{const[o,s,a]=e.inputs[t];let c=null;0!==(s&sf.SignalBased)&&(c=n[o][le]),null!==c&&void 0!==c.transformFn?r=c.transformFn(r):null!==a&&(r=a.call(n,r)),null!==e.setInput?e.setInput(n,c,r,t,o):sE(n,c,o,r)}finally{X(i)}}var ws=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(ws||{});function vm(e,n){return(void 0)(e,n)}typeof document<"u"&&document;const uu=new WeakMap,du=new WeakSet;const Sa=new Set;var Sm=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(Sm||{});const Ia=new Se(""),fD=new Set;function Qr(e){fD.has(e)||(fD.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let hD=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new e})}return e})();const pD=[0,1,2,3];let VF=(()=>{class e{ngZone=re(Mn);scheduler=re(pa);errorHandler=re(Dc,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){re(Ia,{optional:!0})}execute(){const t=this.sequences.size>0;t&&Cn(pt.AfterRenderHooksStart),this.executing=!0;for(const r of pD)for(const i of this.sequences)if(!i.erroredOrDestroyed&&i.hooks[r])try{i.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>(0,i.hooks[r])(i.pipelinedValue),i.snapshot))}catch(o){i.erroredOrDestroyed=!0,this.errorHandler?.handleError(o)}this.executing=!1;for(const r of this.sequences)r.afterRun(),r.once&&(this.sequences.delete(r),r.destroy());for(const r of this.deferredRegistrations)this.sequences.add(r);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),t&&Cn(pt.AfterRenderHooksEnd)}register(t){const{view:r}=t;void 0!==r?((r[25]??=[]).push(t),Ec(r),r[2]|=8192):this.executing?this.deferredRegistrations.add(t):this.addSequence(t)}addSequence(t){this.sequences.add(t),this.scheduler.notify(7)}unregister(t){this.executing&&this.sequences.has(t)?(t.erroredOrDestroyed=!0,t.pipelinedValue=void 0,t.once=!0):(this.sequences.delete(t),this.deferredRegistrations.delete(t))}maybeTrace(t,r){return r?r.run(Sm.AFTER_NEXT_RENDER,t):t()}static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new e})}return e})();class gD{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(n,t,r,i,o,s=null){this.impl=n,this.hooks=t,this.view=r,this.once=i,this.snapshot=s,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?.();const n=this.view?.[25];n&&(this.view[25]=n.filter(t=>t!==this))}}function _f(e,n){const t=n?.injector??re(Gn);return Qr("NgAfterNextRender"),function mD(e,n,t,r){const i=n.get(hD);i.impl??=n.get(VF);const o=n.get(Ia,null,{optional:!0}),s=!0!==t?.manualCleanup?n.get(Ci):null,a=n.get(fg,null,{optional:!0}),c=new gD(i.impl,function HF(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}(e),a?.view,r,s,o?.snapshot(null));return i.impl.register(c),c}(e,t,n,!0)}const ff=new Se("",{factory:()=>({queue:new Set,isScheduled:!1,scheduler:null,injector:re(mi)})});function vD(e,n,t){const r=e.get(ff);if(Array.isArray(n))for(const i of n)r.queue.add(i),t?.detachedLeaveAnimationFns?.push(i);else r.queue.add(n),t?.detachedLeaveAnimationFns?.push(n);r.scheduler&&r.scheduler(e)}function yD(e,n,t,r){const i=e?.[26]?.enter;null!==n&&i&&i.has(t.index)&&function Im(e,n){for(const[t,r]of n)vD(e,r.animateFns)}(r,i)}function Uc(e,n,t,r,i,o,s,a){if(null!=i){let c,l=!1;qr(i)?c=i:Xn(i)&&(l=!0,i=i[0]);const d=Ar(i);0===e&&null!==r?(yD(a,r,o,t),null==s?GT(n,r,d):ba(n,r,d,s||null,!0)):1===e&&null!==r?(yD(a,r,o,t),ba(n,r,d,s||null,!0),function OF(e,n){const t=uu.get(e);if(!t||0===t.length)return;const r=n.parentNode,i=n.previousSibling;for(let o=t.length-1;o>=0;o--){const s=t[o],a=s.parentNode;s===n?(t.splice(o,1),du.add(s),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(i&&s===i||a&&r&&a!==r)&&(t.splice(o,1),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),s.parentNode?.removeChild(s))}}(o,d)):2===e?(a?.[26]?.leave?.has(o.index)&&function Cm(e,n){const t=uu.get(e);t?t.includes(n)||t.push(n):uu.set(e,[n])}(o,d),du.delete(d),ED(a,o,t,h=>{du.has(d)?du.delete(d):au(n,d,l,h)})):3===e&&(du.delete(d),ED(a,o,t,()=>{n.destroyNode(d)})),null!=c&&function QF(e,n,t,r,i,o,s){const a=r[7];a!==Ar(r)&&Uc(n,e,t,o,a,i,s);for(let l=10;l<r.length;l++){const d=r[l];pf(d[1],d,e,n,o,a)}}(n,e,t,c,o,r,s)}}function CD(e,n){n[10].changeDetectionScheduler?.notify(9),pf(e,n,n[11],2,null,null)}function wm(e,n){const t=e[9],r=t.indexOf(n);t.splice(r,1)}function fu(e,n){if(Co(n))return;const t=n[11];t.destroyNode&&pf(e,n,t,3,null,null),function KF(e){let n=e[12];if(!n)return Am(e[1],e);for(;n;){let t=null;if(Xn(n))t=n[12];else{const r=n[10];r&&(t=r)}if(!t){for(;n&&!n[4]&&n!==e;)Xn(n)&&Am(n[1],n),n=n[3];null===n&&(n=e),Xn(n)&&Am(n[1],n),t=n&&n[4]}n=t}}(n)}function Am(e,n){if(Co(n))return;const t=X(null);try{n[2]&=-129,n[2]|=256,n[24]&&Xe(n[24]),function XF(e,n){let t;if(null!=e&&null!=(t=e.destroyHooks))for(let r=0;r<t.length;r+=2){const i=n[t[r]];if(!(i instanceof Xl)){const o=t[r+1];if(Array.isArray(o))for(let s=0;s<o.length;s+=2){const a=i[o[s]],c=o[s+1];Cn(pt.LifecycleHookStart,a,c);try{c.call(a)}finally{Cn(pt.LifecycleHookEnd,a,c)}}else{Cn(pt.LifecycleHookStart,i,o);try{o.call(i)}finally{Cn(pt.LifecycleHookEnd,i,o)}}}}}(e,n),function YF(e,n){const t=e.cleanup,r=n[7];if(null!==t)for(let s=0;s<t.length-1;s+=2)if("string"==typeof t[s]){const a=t[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else t[s].call(r[t[s+1]]);null!==r&&(n[7]=null);const i=n[21];if(null!==i){n[21]=null;for(let s=0;s<i.length;s++)(0,i[s])()}const o=n[23];if(null!==o){n[23]=null;for(const s of o)s.destroy()}}(e,n),1===n[1].type&&n[11].destroy();const r=n[16];if(null!==r&&qr(n[3])){r!==n[3]&&wm(r,n);const i=n[18];null!==i&&i.detachView(e)}Og(n)}finally{X(t)}}function ED(e,n,t,r){const i=e?.[26];if(null==i||null==i.leave||!i.leave.has(n.index))return r(!1);e&&Sa.add(e[19]),vD(t,()=>{if(i.leave&&i.leave.has(n.index)){const s=i.leave.get(n.index),a=[];if(s){for(let c=0;c<s.animateFns.length;c++){const l=s.animateFns[c],{promise:d}=l();a.push(d)}i.detachedLeaveAnimationFns=void 0}i.running=Promise.allSettled(a),function qF(e,n){const t=e[26]?.running;t?t.then(()=>{e[26].running=void 0,Sa.delete(e[19]),n(!0)}):n(!1)}(e,r)}else e&&Sa.delete(e[19]),r(!1)},i)}function xm(e,n,t){return function TD(e,n,t){let r=n;for(;null!==r&&168&r.type;)r=(n=r).parent;if(null===r)return t[0];if(ro(r)){const{encapsulation:i}=e.data[r.directiveStart+r.componentOffset];if(i===$i.None||i===$i.Emulated)return null}return tr(r,t)}(e,n.parent,t)}function DD(e,n,t){return ID(e,n,t)}let ID=function SD(e,n,t){return 40&e.type?tr(e,t):null};function Rm(e,n,t,r){const i=xm(e,r,n),o=n[11],a=DD(r.parent||n[5],r,n);if(null!=i)if(Array.isArray(t))for(let c=0;c<t.length;c++)$T(o,i,t[c],a,!1);else $T(o,i,t,a,!1)}function wa(e,n){if(null!==n){const t=n.type;if(3&t)return tr(n,e);if(4&t)return Mm(-1,e[n.index]);if(8&t){const r=n.child;if(null!==r)return wa(e,r);{const i=e[n.index];return qr(i)?Mm(-1,i):Ar(i)}}if(128&t)return wa(e,n.next);if(32&t)return vm(n,e)()||Ar(e[n.index]);{const r=AD(e,n);return null!==r?Array.isArray(r)?r[0]:wa(Ho(e[15]),r):wa(e,n.next)}}return null}function AD(e,n){return null!==n?e[15][5].projection[n.projection]:null}function Mm(e,n){const t=10+e+1;if(t<n.length){const r=n[t],i=r[1].firstChild;if(null!==i)return wa(r,i)}return n[7]}function Nm(e,n,t,r,i,o,s){for(;null!=t;){const a=r[9];if(128===t.type){t=t.next;continue}const c=r[t.index],l=t.type;if(s&&0===n&&(c&&Di(Ar(c),r),t.flags|=2),!G_(t))if(8&l)Nm(e,n,t.child,r,i,o,!1),Uc(n,e,a,i,c,t,o,r);else if(32&l){const d=vm(t,r);let h;for(;h=d();)Uc(n,e,a,i,h,t,o,r);Uc(n,e,a,i,c,t,o,r)}else 16&l?xD(e,n,r,t,i,o):Uc(n,e,a,i,c,t,o,r);t=s?t.projectionNext:t.next}}function pf(e,n,t,r,i,o){Nm(t,r,e.firstChild,n,i,o,!1)}function xD(e,n,t,r,i,o){const s=t[15],c=s[5].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Uc(n,e,t[9],i,c[l],r,o,t);else{let l=c;const d=s[3];eu(r)&&(l.flags|=128),Nm(e,n,l,d,i,o,!0)}}function kD(e,n,t,r,i){const o=xr(),s=2&r;try{Ko(-1),s&&n.length>27&&cD(e,n,27,!1),Cn(s?pt.TemplateUpdateStart:pt.TemplateCreateStart,i,t),t(r,i)}finally{Ko(o),Cn(s?pt.TemplateUpdateEnd:pt.TemplateCreateEnd,i,t)}}function gf(e,n,t){(function iP(e,n,t){const r=t.directiveStart,i=t.directiveEnd;ro(t)&&function IF(e,n,t){const r=tr(n,e),i=function aD(e){const n=e.tView;return null===n||n.incompleteFirstPass?e.tView=hm(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):n}(t),o=e[10].rendererFactory,s=gm(e,of(e,i,null,pm(t),r,n,null,o.createRenderer(r,t),null,null,null));e[n.index]=s}(n,t,e.data[r+t.componentOffset]),e.firstCreatePass||N_(t,n);const o=t.initialInputs;for(let s=r;s<i;s++){const a=e.data[s],c=Jl(n,e,s,t);Di(c,n),null!==o&&cP(0,s-r,c,a,0,o),zi(a)&&(Yr(t.index,n)[8]=Jl(n,e,s,t))}})(e,n,t),!(64&~t.flags)&&function oP(e,n,t){const r=t.directiveStart,i=t.directiveEnd,o=t.index,s=function RN(){return Ut.lFrame.currentDirectiveIndex}();try{Ko(o);for(let a=r;a<i;a++){const c=e.data[a],l=n[a];ig(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&sP(c,l)}}finally{Ko(-1),ig(s)}}(e,n,t)}function zc(e,n,t=tr){const r=n.localNames;if(null!==r){let i=n.index+1;for(let o=0;o<r.length;o+=2){const s=r[o+1],a=-1===s?t(n,e):e[s];e[i++]=a}}}let RD=()=>null;function Om(e,n,t,r,i,o){bf(e,n[1],n,t,r)?ro(e)&&function MD(e,n){const t=Yr(n,e);16&t[2]||(t[2]|=64)}(n,e.index):(3&e.type&&(t=function rP(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(t)),Lm(e,n,t,r,i,o))}function Lm(e,n,t,r,i,o){if(3&e.type){const s=tr(e,n);r=null!=o?o(r,e.value||"",t):r,i.setProperty(s,t,r)}}function sP(e,n){null!==e.hostBindings&&e.hostBindings(1,n)}function Fm(e,n){const t=e.directiveRegistry;let r=null;if(t)for(let i=0;i<t.length;i++){const o=t[i];oD(n,o.selectors,!1)&&(r??=[],zi(o)?r.unshift(o):r.push(o))}return r}function cP(e,n,t,r,i,o){const s=o[n];if(null!==s)for(let a=0;a<s.length;a+=2)Is(r,t,s[a],s[a+1])}function vf(e,n,t,r,i){const o=27+t,s=n[1],a=i(s,n,e,r,t);n[o]=a,Go(e,!0);const c=2===e.type;return c?(KT(n[11],a,e),(0===function SN(){return Ut.lFrame.elementDepthCount}()||da(e))&&Di(a,n),function IN(){Ut.lFrame.elementDepthCount++}()):Di(a,n),T_()&&(!c||!G_(e))&&Rm(s,n,a,e),e}function yf(e){let n=e;return C0()?E0():(n=n.parent,Go(n,!1)),n}function bf(e,n,t,r,i){const o=e.inputs?.[r],s=e.hostDirectiveInputs?.[r];let a=!1;if(s)for(let c=0;c<s.length;c+=2){const l=s[c];Is(n.data[l],t[l],s[c+1],i),a=!0}if(o)for(const c of o)Is(n.data[c],t[c],r,i),a=!0;return a}function uP(e,n){const t=Yr(n,e),r=t[1];!function dP(e,n){for(let t=n.length;t<e.blueprint.length;t++)n.push(e.blueprint[t])}(r,t);const i=t[0];null!==i&&null===t[6]&&(t[6]=null),Cn(pt.ComponentStart);try{Cf(r,t,t[8])}finally{Cn(pt.ComponentEnd,t[8])}}function Cf(e,n,t){ag(n);try{const r=e.viewQuery;null!==r&&tm(1,r,t);const i=e.template;null!==i&&kD(e,n,i,1,t),e.firstCreatePass&&(e.firstCreatePass=!1),n[18]?.finishViewCreation(e),e.staticContentQueries&&ST(e,n),e.staticViewQueries&&tm(2,e.viewQuery,t);const o=e.components;null!==o&&function _P(e,n){for(let t=0;t<n.length;t++)uP(e,n[t])}(n,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{n[2]&=-5,cg()}}function Vc(e,n,t,r){const i=X(null);try{const o=n.tView,c=of(e,o,t,4096&e[2]?4096:16,null,n,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null);c[16]=e[n.index];const d=e[18];return null!==d&&(c[18]=d.createEmbeddedView(o)),Cf(o,c,t),c}finally{X(i)}}function Aa(e,n){return!n||null===n.firstChild||eu(e)}function hu(e,n,t,r,i=!1){for(;null!==t;){if(128===t.type){t=i?t.projectionNext:t.next;continue}const o=n[t.index];null!==o&&r.push(Ar(o)),qr(o)&&fP(o,r);const s=t.type;if(8&s)hu(e,n,t.child,r);else if(32&s){const a=vm(t,n);let c;for(;c=a();)r.push(c)}else if(16&s){const a=AD(n,t);if(Array.isArray(a))r.push(...a);else{const c=Ho(n[15]);hu(c[1],c,a,r,!0)}}t=i?t.projectionNext:t.next}return r}function fP(e,n){for(let t=10;t<e.length;t++){const r=e[t],i=r[1].firstChild;null!==i&&hu(r[1],r,i,n)}e[7]!==e[0]&&n.push(e[7])}function LD(e){if(null!==e[25]){for(const n of e[25])n.impl.addSequence(n);e[25].length=0}}let FD=[];const mP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{Ec(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},yP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let n=Ho(e.lView);for(;n&&!PD(n[1]);)n=Ho(n);n&&zl(n)},consumerOnSignalRead(){this.lView[24]=this}};function PD(e){return 2!==e.type}function BD(e){if(null===e[23])return;let n=!0;for(;n;){let t=!1;for(const r of e[23])r.dirty&&(t=!0,null===r.zone||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));n=t&&!!(8192&e[2])}}function Ef(e,n=0){const r=e[10].rendererFactory;r.begin?.();try{!function CP(e,n){const t=S0();try{C_(!0),Bm(e,n);let r=0;for(;fa(e);){if(100===r)throw new we(103,!1);r++,Bm(e,1)}}finally{C_(t)}}(e,n)}finally{r.end?.()}}function UD(e,n,t,r){if(Co(n))return;const i=n[2];ag(n);let a=!0,c=null,l=null;PD(e)?(l=function hP(e){return e[24]??function pP(e){const n=FD.pop()??Object.create(mP);return n.lView=e,n}(e)}(n),c=be(l)):null===function ue(){return V}()?(a=!1,l=function vP(e){const n=e[24]??Object.create(yP);return n.lView=e,n}(n),c=be(l)):n[24]&&(Xe(n[24]),n[24]=null);try{Jp(n),function I0(e){return Ut.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==t&&kD(e,n,t,2,r);const d=!(3&~i);if(d){const S=e.preOrderCheckHooks;null!==S&&k_(n,S,null)}else{const S=e.preOrderHooks;null!==S&&R_(n,S,0,null),Dg(n,0)}if(function EP(e){for(let n=VE(e);null!==n;n=jE(n)){if(!(2&n[2]))continue;const t=n[9];for(let r=0;r<t.length;r++)zl(t[r])}}(n),BD(n),zD(n,0),null!==e.contentQueries&&ST(e,n),d){const S=e.contentCheckHooks;null!==S&&k_(n,S)}else{const S=e.contentHooks;null!==S&&R_(n,S,1),Dg(n,1)}!function DP(e,n){const t=e.hostBindingOpCodes;if(null!==t)try{for(let r=0;r<t.length;r++){const i=t[r];if(i<0)Ko(~i);else{const o=i,s=t[++r],a=t[++r];kN(s,o);const c=n[o];Cn(pt.HostBindingsUpdateStart,c);try{a(2,c)}finally{Cn(pt.HostBindingsUpdateEnd,c)}}}}finally{Ko(-1)}}(e,n);const h=e.components;null!==h&&jD(n,h,0);const y=e.viewQuery;if(null!==y&&tm(2,y,r),d){const S=e.viewCheckHooks;null!==S&&k_(n,S)}else{const S=e.viewHooks;null!==S&&R_(n,S,2),Dg(n,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),n[22]){for(const S of n[22])S();n[22]=null}LD(n),n[2]&=-73}catch(d){throw Ec(n),d}finally{null!==l&&($e(l,c),a&&function gP(e){e.lView[24]!==e&&(e.lView=null,FD.push(e))}(l)),cg()}}function zD(e,n){for(let t=VE(e);null!==t;t=jE(t))for(let r=10;r<t.length;r++)VD(t[r],n)}function TP(e,n,t){Cn(pt.ComponentStart);const r=Yr(n,e);try{VD(r,t)}finally{Cn(pt.ComponentEnd,r[8])}}function VD(e,n){v_(e)&&Bm(e,n)}function Bm(e,n){const r=e[1],i=e[2],o=e[24];let s=!!(0===n&&16&i);if(s||=!!(64&i&&0===n),s||=!!(1024&i),s||=!(!o?.dirty||!Re(o)),s||=!1,o&&(o.dirty=!1),e[2]&=-9217,s)UD(r,e,r.template,e[8]);else if(8192&i){const a=X(null);try{BD(e),zD(e,1);const c=r.components;null!==c&&jD(e,c,1),LD(e)}finally{X(a)}}}function jD(e,n,t){for(let r=0;r<n.length;r++)TP(e,n[r],t)}function jc(e,n){const t=S0()?64:1088;for(e[10].changeDetectionScheduler?.notify(n);e;){e[2]|=t;const r=Ho(e);if(jo(e)&&!r)return e;e=r}return null}function GD(e,n){const t=10+n;if(t<e.length)return e[t]}function Hc(e,n,t,r=!0){const i=n[1];if(function SP(e,n,t,r){const i=10+r,o=t.length;r>0&&(t[i-1][4]=n),r<o-10?(n[4]=t[i],function Jd(e,n,t){n>=e.length?e.push(t):e.splice(n,0,t)}(t,10+r,n)):(t.push(n),n[4]=null),n[3]=t;const s=n[16];null!==s&&t!==s&&$D(s,n);const a=n[18];null!==a&&a.insertView(e),Vl(n),n[2]|=128}(i,n,e,t),r){const s=Mm(t,e),a=n[11],c=a.parentNode(e[7]);null!==c&&function WF(e,n,t,r,i,o){r[0]=i,r[5]=n,pf(e,r,t,1,i,o)}(i,e[5],a,n,c,s)}const o=n[6];null!==o&&null!==o.firstChild&&(o.firstChild=null)}function Um(e,n){const t=pu(e,n);return void 0!==t&&fu(t[1],t),t}function pu(e,n){if(e.length<=10)return;const t=10+n,r=e[t];if(r){const i=r[16];null!==i&&i!==e&&wm(i,r),n>0&&(e[t-1][4]=r[4]);const o=mc(e,10+n);!function bD(e,n){CD(e,n),n[0]=null,n[5]=null}(r[1],r);const s=o[18];null!==s&&s.detachView(o[1]),r[3]=null,r[4]=null,r[2]&=-129}return r}function $D(e,n){const t=e[9],r=n[3];(Xn(r)||n[15]!==r[3][15])&&(e[2]|=2),null===t?e[9]=[n]:t.push(n)}class gu{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const n=this._lView,t=n[1];return hu(t,n,t.firstChild,[])}constructor(n,t){this._lView=n,this._cdRefInjectingView=t}get context(){return this._lView[8]}set context(n){this._lView[8]=n}get destroyed(){return Co(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const n=this._lView[3];if(qr(n)){const t=n[8],r=t?t.indexOf(this):-1;r>-1&&(pu(n,r),mc(t,r))}this._attachedToViewContainer=!1}fu(this._lView[1],this._lView)}onDestroy(n){b_(this._lView,n)}markForCheck(){jc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){Vl(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,Ef(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new we(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const n=jo(this._lView),t=this._lView[16];null!==t&&!n&&wm(t,this._lView),CD(this._lView[1],this._lView)}attachToAppRef(n){if(this._attachedToViewContainer)throw new we(902,!1);this._appRef=n;const t=jo(this._lView),r=this._lView[16];null!==r&&!t&&$D(r,this._lView),Vl(this._lView)}}function xa(e,n,t,r,i){let o=e.data[n];if(null===o)o=function Hm(e,n,t,r,i){const o=b0(),s=C0(),c=e.data[n]=function UP(e,n,t,r,i,o){let s=n?n.injectorIndex:-1,a=0;return m0()&&(a|=128),{type:t,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,controlDirectiveIndex:-1,customControlIndex:-1,propertyBindings:null,flags:a,providerIndexes:0,value:i,namespace:O0(),attrs:o,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:n,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?o:o&&o.parent,t,n,r,i);return function BP(e,n,t,r){null===e.firstChild&&(e.firstChild=n),null!==t&&(r?null==t.child&&null!==n.parent&&(t.child=n):null===t.next&&(t.next=n,n.prev=t))}(e,c,o,s),c}(e,n,t,r,i),function xN(){return Ut.lFrame.inI18n}()&&(o.flags|=32);else if(64&o.type){o.type=t,o.value=r,o.attrs=i;const s=function Gl(){const e=Ut.lFrame,n=e.currentTNode;return e.isParent?n:n.parent}();o.injectorIndex=null===s?-1:s.injectorIndex}return Go(o,!0),o}function uS(e,n){let t=0,r=e.firstChild;if(r){const i=e.data.r;for(;t<i;){const o=r.nextSibling;au(n,r,!1),r=o,t++}}}let CB=class{},gS=class{};class EB{resolveComponentFactory(n){throw new we(917,!1)}}let $c=class{static NULL=new EB};class kf{}let As=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function TB(){const e=Oe(),t=Yr(Ht().index,e);return(Xn(t)?t:e)[11]}()})(),DB=(()=>{class e{static \u0275prov=Je({token:e,providedIn:"root",factory:()=>null})}return e})();const Zm={};class Kc{injector;parentInjector;constructor(n,t){this.injector=n,this.parentInjector=t}get(n,t,r){const i=this.injector.get(n,Zm,r);return i!==Zm||t===Zm?i:this.parentInjector.get(n,t,r)}}function Mf(e,n,t){let r=t?e.styles:null,i=t?e.classes:null,o=0;if(null!==n)for(let s=0;s<n.length;s++){const a=n[s];"number"==typeof a?o=a:1==o?i=po(i,a):2==o&&(r=po(r,a+": "+n[++s]+";"))}t?e.styles=r:e.stylesWithoutHost=r,t?e.classes=i:e.classesWithoutHost=i}function ot(e,n=0){const t=Oe();return null===t?wt(e,n):EE(Ht(),t,kt(e),n)}function kB(e,n,t){n.componentOffset=t,(e.components??=[]).push(n.index)}function yS(e,n,t,r){const i=0===e?t.inputs:t.outputs;for(const o in i)if(i.hasOwnProperty(o)){let s;s=0===e?n.inputs??={}:n.outputs??={},s[o]??=[],s[o].push(r),CS(n,o)}}function bS(e,n,t,r){const i=0===e?t.inputs:t.outputs;for(const o in i)if(i.hasOwnProperty(o)){const s=i[o];let a;a=0===e?n.hostDirectiveInputs??={}:n.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,o),CS(n,s)}}function CS(e,n){"class"===n?e.flags|=8:"style"===n&&(e.flags|=16)}function ES(e,n,t){const{attrs:r,inputs:i,hostDirectiveInputs:o}=e;if(null===r||!t&&null===i||t&&null===o||fm(e))return e.initialInputs??=[],void e.initialInputs.push(null);let s=null,a=0;for(;a<r.length;){const c=r[a];if(0!==c)if(5!==c){if("number"==typeof c)break;if(!t&&i.hasOwnProperty(c)){const l=i[c];for(const d of l)if(d===n){s??=[],s.push(c,r[a+1]);break}}else if(t&&o.hasOwnProperty(c)){const l=o[c];for(let d=0;d<l.length;d+=2)if(l[d]===n){s??=[],s.push(l[d+1],r[a+1]);break}}a+=2}else a+=2;else a+=4}e.initialInputs??=[],e.initialInputs.push(s)}function NB(e,n,t,r,i){e.data[r]=i;const o=i.factory||(i.factory=Bo(i.type)),s=new Xl(o,zi(i),ot,null);e.blueprint[r]=s,t[r]=s,function OB(e,n,t,r,i){const o=i.hostBindings;if(o){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~n.index;(function LB(e){let n=e.length;for(;n>0;){const t=e[--n];if("number"==typeof t&&t<0)return t}return 0})(s)!=a&&s.push(a),s.push(t,r,o)}}(e,n,r,lu(e,t,i.hostVars,Dn),i)}function FB(e,n,t){if(t){if(n.exportAs)for(let r=0;r<n.exportAs.length;r++)t[n.exportAs[r]]=e;zi(n)&&(t[""]=e)}}function Qm(e,n,t,r,i,o,s,a){const c=n[1],l=c.consts,h=xa(c,e,t,r,Pr(l,s));return o&&function vS(e,n,t,r,i){const o=null===r?null:{"":-1},s=i(e,t);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 RB(e,n,t,r,i,o,s){const a=r.length;let c=null;for(let y=0;y<a;y++){const S=r[y];null===c&&zi(S)&&(c=S,kB(e,t,y)),xg(N_(t,n),e,S.type)}(function PB(e,n,t){e.flags|=1,e.directiveStart=n,e.directiveEnd=n+t,e.providerIndexes=n})(t,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let y=0;y<a;y++){const S=r[y];S.providersResolver&&S.providersResolver(S)}let l=!1,d=!1,h=lu(e,n,a,null);a>0&&(t.directiveToIndex=new Map);for(let y=0;y<a;y++){const S=r[y];if(t.mergedAttrs=Rc(t.mergedAttrs,S.hostAttrs),NB(e,t,n,h,S),FB(h,S,i),null!==s&&s.has(S)){const[de,pe]=s.get(S);t.directiveToIndex.set(S.type,[h,de+t.directiveStart,pe+t.directiveStart])}else(null===o||!o.has(S))&&t.directiveToIndex.set(S.type,h);null!==S.contentQueries&&(t.flags|=4),(null!==S.hostBindings||null!==S.hostAttrs||0!==S.hostVars)&&(t.flags|=64);const U=S.type.prototype;!l&&(U.ngOnChanges||U.ngOnInit||U.ngDoCheck)&&((e.preOrderHooks??=[]).push(t.index),l=!0),!d&&(U.ngOnChanges||U.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(t.index),d=!0),h++}!function MB(e,n,t){for(let r=n.directiveStart;r<n.directiveEnd;r++){const i=e.data[r];if(null!==t&&t.has(i)){const o=t.get(i);bS(0,n,o,r),bS(1,n,o,r),ES(n,r,!0)}else yS(0,n,i,r),yS(1,n,i,r),ES(n,r,!1)}}(e,t,o)}(e,n,t,a,o,c,l)}null!==o&&null!==r&&function xB(e,n,t){const r=e.localNames=[];for(let i=0;i<n.length;i+=2){const o=t[n[i+1]];if(null==o)throw new we(-301,!1);r.push(n[i],o)}}(t,r,o)}(c,n,h,Pr(l,a),i),h.mergedAttrs=Rc(h.mergedAttrs,h.attrs),null!==h.attrs&&Mf(h,h.attrs,!1),null!==h.mergedAttrs&&Mf(h,h.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,h),h}function Jm(e,n){(function uE(e,n){for(let t=n.directiveStart,r=n.directiveEnd;t<r;t++){const o=e.data[t].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=o;s&&(e.contentHooks??=[]).push(-t,s),a&&((e.contentHooks??=[]).push(t,a),(e.contentCheckHooks??=[]).push(t,a)),c&&(e.viewHooks??=[]).push(-t,c),l&&((e.viewHooks??=[]).push(t,l),(e.viewCheckHooks??=[]).push(t,l)),null!=d&&(e.destroyHooks??=[]).push(t,d)}})(e,n),qp(n)&&e.queries.elementEnd(n)}function ev(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function $n(e,n,t){return t!==Dn&&(!Object.is(e[n],t)&&(e[n]=t,!0))}function ks(e,n,t){return function r(i){const o=r.__ngNativeEl__;void 0!==o&&function JL(e,n){if(null==e||"object"!=typeof e)return;let t=Kg.get(e);t||(t=new WeakSet,Kg.set(e,t)),t.add(n)}(i,o),jc(ro(e)?Yr(e.index,n):n,5);const a=n[8];let c=DS(n,a,t,i),l=r.__ngNextListenerFn__;for(;l;)c=DS(n,a,l,i)&&c,l=l.__ngNextListenerFn__;return c}}function DS(e,n,t,r){const i=X(null);try{return Cn(pt.OutputStart,n,t),!1!==t(r)}catch(o){return function Pm(e,n){const t=e[9];if(!t)return;let r;try{r=t.get(vs,null)}catch{r=null}r?.(n)}(e,o),!1}finally{Cn(pt.OutputEnd,n,t),X(i)}}function SS(e,n,t,r,i,o,s){const a=n.firstCreatePass?function p0(e){return e.cleanup??=[]}(n):null,c=function h0(e){return e[7]??=[]}(t),l=c.length;c.push(i,o),a&&a.push(r,e,l,(l+1)*(s?-1:1))}function Yc(e,n,t,r,i,o){const a=n[1],h=n[t][a.data[t].outputs[r]].subscribe(o);SS(e.index,a,n,i,o,h,!0)}const Zo=Symbol("BINDING");function nv(e){return e.debugInfo?.className||e.type.name||null}class NS extends $c{ngModule;constructor(n){super(),this.ngModule=n}resolveComponentFactory(n){const t=bn(n);return new rv(t,this.ngModule)}}class rv extends gS{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function JB(e){return Object.keys(e).map(n=>{const[t,r,i]=e[n],o={propName:t,templateName:n,isSignal:0!==(r&sf.SignalBased)};return i&&(o.transform=i),o})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function eU(e){return Object.keys(e).map(n=>({propName:e[n],templateName:n}))}(this.componentDef.outputs),this.cachedOutputs}constructor(n,t){super(),this.componentDef=n,this.ngModule=t,this.componentType=n.type,this.selector=function TF(e){return e.map(EF).join(",")}(n.selectors),this.ngContentSelectors=n.ngContentSelectors??[],this.isBoundToModule=!!t}create(n,t,r,i,o,s){Cn(pt.DynamicComponentStart);const a=X(null);try{const c=this.componentDef,l=function tU(e,n,t){let r=n instanceof mi?n:n?.injector;return r&&null!==e.getStandaloneInjector&&(r=e.getStandaloneInjector(r)||r),r?new Kc(t,r):t}(c,i||this.ngModule,n),d=function nU(e){const n=e.get(kf,null);if(null===n)throw new we(407,!1);return{rendererFactory:n,sanitizer:e.get(DB,null),changeDetectionScheduler:e.get(pa,null),ngReflect:!1,tracingService:e.get(Ia,null,{optional:!0})}}(l),h=d.tracingService;return h&&h.componentCreate?h.componentCreate(nv(c),()=>this.createComponentRef(d,l,t,r,o,s)):this.createComponentRef(d,l,t,r,o,s)}finally{X(a)}}createComponentRef(n,t,r,i,o,s){const a=this.componentDef,c=function oU(e,n,t,r){const i=e?["ng-version","21.2.17"]:function DF(e){const n=[],t=[];let r=1,i=2;for(;r<e.length;){let o=e[r];if("string"==typeof o)2===i?""!==o&&n.push(o,e[++r]):8===i&&t.push(o);else{if(!ao(i))break;i=o}r++}return t.length&&n.push(1,...t),n}(n.selectors[0]);let o=null,s=null,a=0;if(t)for(const d of t)a+=d[Zo].requiredVars,d.create&&(d.targetIdx=0,(o??=[]).push(d)),d.update&&(d.targetIdx=0,(s??=[]).push(d));if(r)for(let d=0;d<r.length;d++){const h=r[d];if("function"!=typeof h)for(const y of h.bindings){a+=y[Zo].requiredVars;const S=d+1;y.create&&(y.targetIdx=S,(o??=[]).push(y)),y.update&&(y.targetIdx=S,(s??=[]).push(y))}}const c=[n];if(r)for(const d of r){const y=Kr("function"==typeof d?d:d.type);c.push(y)}return hm(0,null,function sU(e,n){return e||n?t=>{if(1&t&&e)for(const r of e)r.create();if(2&t&&n)for(const r of n)r.update()}:null}(o,s),1,a,c,null,null,null,[i],null)}(i,a,s,o),l=n.rendererFactory.createRenderer(null,a),d=i?function eP(e,n,t,r){const o=r.get($L,!1)||t===$i.ShadowDom||t===$i.ExperimentalIsolatedShadowDom,s=e.selectRootElement(n,o);if("script"===s.tagName.toLowerCase())throw new we(905,!1);return function tP(e){RD(e)}(s),s}(l,i,a.encapsulation,t):function rU(e,n){const t=function iU(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return ef(n,t,"svg"===t?"svg":"math"===t?"math":null)}(a,l),h=s?.some(OS)||o?.some(U=>"function"!=typeof U&&U.bindings.some(OS)),y=of(null,c,null,512|pm(a),null,null,n,l,t,null,null);y[27]=d,ag(y);let S=null;try{const U=Qm(27,y,2,"#host",()=>c.directiveRegistry,!0,0);KT(l,d,U),Di(d,y),gf(c,y,U),nm(c,U,y),Jm(c,U),void 0!==r&&function cU(e,n,t){const r=e.projection=[];for(let i=0;i<n.length;i++){const o=t[i];r.push(null!=o&&o.length?Array.from(o):null)}}(U,this.ngContentSelectors,r),S=Yr(U.index,y),y[8]=S[8],Cf(c,y,null)}catch(U){throw null!==S&&Og(S),Og(y),U}finally{Cn(pt.DynamicComponentEnd),cg()}return new aU(this.componentType,y,!!h)}}function OS(e){const n=e[Zo].kind;return"input"===n||"twoWay"===n}class aU extends CB{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(n,t,r){super(),this._rootLView=t,this._hasInputBindings=r,this._tNode=_a(t[1],27),this.location=Mc(this._tNode,t),this.instance=Yr(this._tNode.index,t)[8],this.hostView=this.changeDetectorRef=new gu(t,void 0),this.componentType=n}setInput(n,t){const r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(n)&&Object.is(this.previousInputValues.get(n),t))return;const i=this._rootLView;bf(r,i[1],i,n,t),this.previousInputValues.set(n,t),jc(Yr(r.index,i),1)}get injector(){return new sr(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(n){this.hostView.onDestroy(n)}}let Na=class{};class JS extends Na{injector;componentFactoryResolver=new NS(this);instance=null;constructor(n){super();const t=new ds([...n.providers,{provide:Na,useValue:this},{provide:$c,useValue:this.componentFactoryResolver}],n.parent||l_(),n.debugName,new Set(["environment"]));this.injector=t,n.runEnvironmentInitializers&&t.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(n){this.injector.onDestroy(n)}}let wU=(()=>{class e{_injector;cachedInjectors=new Map;constructor(t){this._injector=t}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t)){const r=i_(0,t.type),i=r.length>0?function eI(e,n,t=null){return new JS({providers:e,parent:n,debugName:t,runEnvironmentInitializers:!0}).injector}([r],this._injector,""):null;this.cachedInjectors.set(t,i)}return this.cachedInjectors.get(t)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())null!==t&&t.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=Je({token:e,providedIn:"environment",factory:()=>new e(wt(mi))})}return e})();function Ni(e){return qo(()=>{const n=nI(e),t={...n,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===P_.OnPush,directiveDefs:null,pipeDefs:null,dependencies:n.standalone&&e.dependencies||null,getStandaloneInjector:n.standalone?i=>i.get(wU).getOrCreateStandaloneInjector(t):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||$i.Emulated,styles:e.styles||Fn,_:null,schemas:e.schemas||null,tView:null,id:""};n.standalone&&Qr("NgStandalone"),rI(t);const r=e.dependencies;return t.directiveDefs=Ff(r,tI),t.pipeDefs=Ff(r,Bi),t.id=function RU(e){let n=0;const r=[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 o of r.join("|"))n=Math.imul(31,n)+o.charCodeAt(0)|0;return n+=2147483648,"c"+n}(t),t})}function tI(e){return bn(e)||Kr(e)}function Lf(e){return qo(()=>({type:e.type,bootstrap:e.bootstrap||Fn,declarations:e.declarations||Fn,imports:e.imports||Fn,exports:e.exports||Fn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function AU(e,n){if(null==e)return to;const t={};for(const r in e)if(e.hasOwnProperty(r)){const i=e[r];let o,s,a,c;Array.isArray(i)?(a=i[0],o=i[1],s=i[2]??o,c=i[3]||null):(o=i,s=i,a=sf.None,c=null),t[o]=[r,a,c],n[o]=s}return t}function xU(e){if(null==e)return to;const n={};for(const t in e)e.hasOwnProperty(t)&&(n[e[t]]=t);return n}function zt(e){return qo(()=>{const n=nI(e);return rI(n),n})}function Si(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 nI(e){const n={};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:n,inputConfig:e.inputs||to,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||Fn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,inputs:AU(e.inputs,n),outputs:xU(e.outputs),debugInfo:null}}function rI(e){e.features?.forEach(n=>n(e))}function Ff(e,n){return e?()=>{const t="function"==typeof e?e():e,r=[];for(const i of t){const o=n(i);null!==o&&r.push(o)}return r}:null}function yv(e){const n=t=>{const r=Array.isArray(e);null===t.hostDirectives?(t.resolveHostDirectives=NU,t.hostDirectives=r?e.map(bv):[e]):r?t.hostDirectives.unshift(...e.map(bv)):t.hostDirectives.unshift(e)};return n.ngInherit=!0,n}function NU(e){const n=[];let t=!1,r=null,i=null;for(let o=0;o<e.length;o++){const s=e[o];if(null!==s.hostDirectives){const a=n.length;r??=new Map,i??=new Map,iI(s,n,r),i.set(s,[a,n.length-1])}0===o&&zi(s)&&(t=!0,n.push(s))}for(let o=t?1:0;o<e.length;o++)n.push(e[o]);return[n,r,i]}function iI(e,n,t){if(null!==e.hostDirectives)for(const r of e.hostDirectives)if("function"==typeof r){const i=r();for(const o of i)oI(bv(o),n,t)}else oI(r,n,t)}function oI(e,n,t){const r=Kr(e.directive);(function OU(e,n){for(const t in n)n.hasOwnProperty(t)&&(e[n[t]]=e[t])})(r.declaredInputs,e.inputs),iI(r,n,t),t.set(r,e),n.push(r)}function bv(e){return"function"==typeof e?{directive:kt(e),inputs:to,outputs:to}:{directive:kt(e.directive),inputs:sI(e.inputs),outputs:sI(e.outputs)}}function sI(e){if(void 0===e||0===e.length)return to;const n={};for(let t=0;t<e.length;t+=2)n[e[t]]=e[t+1];return n}function En(e){let n=function LU(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),t=!0;const r=[e];for(;n&&n!==Function.prototype&&n!==Object.prototype;){let i;const o=Object.hasOwn(n,kl)?n[kl]:void 0,s=Object.hasOwn(n,$d)?n[$d]:void 0;if(zi(e))i=o??s;else{if(o)throw new we(903,!1);i=s}if(i){if(t){r.push(i);const c=e;c.inputs=Cv(e.inputs),c.declaredInputs=Cv(e.declaredInputs),c.outputs=Cv(e.outputs);const l=i.hostBindings;l&&zU(e,l);const d=i.viewQuery,h=i.contentQueries;if(d&&BU(e,d),h&&UU(e,h),FU(e,i),ea(e.outputs,i.outputs),zi(i)&&i.data.animation){const y=e.data;y.animation=(y.animation||[]).concat(i.data.animation)}}const a=i.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===En&&(t=!1)}}n=Object.getPrototypeOf(n)}!function PU(e){let n=0,t=null;for(let r=e.length-1;r>=0;r--){const i=e[r];i.hostVars=n+=i.hostVars,i.hostAttrs=Rc(i.hostAttrs,t=Rc(t,i.hostAttrs))}}(r)}function FU(e,n){for(const t in n.inputs){if(!n.inputs.hasOwnProperty(t)||e.inputs.hasOwnProperty(t))continue;const r=n.inputs[t];void 0!==r&&(e.inputs[t]=r,e.declaredInputs[t]=n.declaredInputs[t])}}function Cv(e){return e===to?{}:e===Fn?[]:e}function BU(e,n){const t=e.viewQuery;e.viewQuery=t?(r,i)=>{n(r,i),t(r,i)}:n}function UU(e,n){const t=e.contentQueries;e.contentQueries=t?(r,i,o)=>{n(r,i,o),t(r,i,o)}:n}function zU(e,n){const t=e.hostBindings;e.hostBindings=t?(r,i)=>{n(r,i),t(r,i)}:n}function Oa(e,n,t,r,i,o,s,a,c,l,d){const h=t+27;let y;if(n.firstCreatePass){if(y=xa(n,h,4,s||null,a||null),null!=l){const S=Pr(n.consts,l);y.localNames=[];for(let U=0;U<S.length;U+=2)y.localNames.push(S[U],-1)}}else y=n.data[h];return function cI(e,n,t,r,i,o,s,a){if(t.firstCreatePass){e.mergedAttrs=Rc(e.mergedAttrs,e.attrs);const d=e.tView=hm(2,e,i,o,s,t.directiveRegistry,t.pipeRegistry,null,t.schemas,t.consts,null);null!==t.queries&&(t.queries.template(t,e),d.queries=t.queries.embeddedTView(e))}a&&(e.flags|=a),Go(e,!1);const c=dI(t,n,e,r);T_()&&Rm(t,n,c,e),Di(c,n);const l=function HD(e,n,t,r){return[e,!0,0,n,null,r,null,t,null,null]}(c,n,c,e);n[r+27]=l,gm(n,l)}(y,e,n,t,r,i,o,c),null!=l&&zc(e,y,d),y}let dI=function _I(e,n,t,r){return $l(!0),n[11].createComment("")};const VI=new Se("");function $f(e){return!!e&&"function"==typeof e.then}function HI(e){return!!e&&"function"==typeof e.subscribe}const kv=new Se("");let GI=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((t,r)=>{this.resolve=t,this.reject=r});appInits=re(kv,{optional:!0})??[];injector=re(Gn);constructor(){}runInitializers(){if(this.initialized)return;const t=[];for(const i of this.appInits){const o=no(this.injector,i);if($f(o))t.push(o);else if(HI(o)){const s=new Promise((a,c)=>{o.subscribe({complete:a,error:c})});t.push(s)}}const r=()=>{this.done=!0,this.resolve()};Promise.all(t).then(()=>{r()}).catch(i=>{this.reject(i)}),0===t.length&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const Z3=new Se("");let Qo=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=re(vs);afterRenderManager=re(hD);zonelessEnabled=re(hg);rootEffectScheduler=re(G0);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new ut;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=re(ha);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(Hi(t=>!t))}constructor(){re(Ia,{optional:!0})}whenStable(){let t;return new Promise(r=>{t=this.isStable.subscribe({next:i=>{i&&r()}})}).finally(()=>{t.unsubscribe()})}_injector=re(mi);_rendererFactory=null;get injector(){return this._injector}bootstrap(t,r){return this.bootstrapImpl(t,r)}bootstrapImpl(t,r,i=Gn.NULL){return this._injector.get(Mn).run(()=>{Cn(pt.BootstrapComponentStart);const s=t instanceof gS;if(!this._injector.get(GI).done)throw new we(405,"");let c;c=s?t:this._injector.get($c).resolveComponentFactory(t),this.componentTypes.push(c.componentType);const l=function J3(e){return e.isBoundToModule}(c)?void 0:this._injector.get(Na),h=c.create(i,[],r||c.selector,l),y=h.location.nativeElement,S=h.injector.get(VI,null);return S?.registerApplication(y),h.onDestroy(()=>{this.detachView(h.hostView),Wf(this.components,h),S?.unregisterApplication(y)}),this._loadComponent(h),Cn(pt.BootstrapComponentEnd,h),h})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){Cn(pt.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(Sm.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw Cn(pt.ChangeDetectionEnd),new we(101,!1);const t=X(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,X(t),this.afterTick.next(),Cn(pt.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(kf,null,{optional:!0}));let t=0;for(;0!==this.dirtyFlags&&t++<10;){Cn(pt.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{Cn(pt.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let t=!1;if(7&this.dirtyFlags){const r=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:i}of this.allViews)(r||fa(i))&&(Ef(i,r&&!this.zonelessEnabled?0:1),t=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}t||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:t})=>fa(t))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(t){const r=t;this._views.push(r),r.attachToAppRef(this)}detachView(t){const r=t;Wf(this._views,r),r.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView);try{this.tick()}catch(i){this.internalErrorHandler(i)}this.components.push(t),this._injector.get(Z3,[]).forEach(i=>i(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(t){return this._destroyListeners.push(t),()=>Wf(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new we(406,!1);const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Wf(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}class jz{destroy(n){}updateValue(n,t){}swap(n,t){const r=Math.min(n,t),i=Math.max(n,t),o=this.detach(i);if(i-r>1){const s=this.detach(r);this.attach(r,o),this.attach(i,s)}else this.attach(r,o)}move(n,t){this.attach(t,this.detach(n))}}function Pv(e,n,t,r,i){return e===t&&Object.is(n,r)?1:Object.is(i(e,n),i(t,r))?-1:0}function Bv(e,n,t,r){return!(void 0===n||!n.has(r)||(e.attach(t,n.get(r)),n.delete(r),0))}function tw(e,n,t,r,i){if(Bv(e,n,r,t(r,i)))e.updateValue(r,i);else{const o=e.create(r,i);e.attach(r,o)}}function nw(e,n,t,r){const i=new Set;for(let o=n;o<=t;o++)i.add(r(o,e.at(o)));return i}class rw{kvMap=new Map;_vMap=void 0;has(n){return this.kvMap.has(n)}delete(n){if(!this.has(n))return!1;const t=this.kvMap.get(n);return void 0!==this._vMap&&this._vMap.has(t)?(this.kvMap.set(n,this._vMap.get(t)),this._vMap.delete(t)):this.kvMap.delete(n),!0}get(n){return this.kvMap.get(n)}set(n,t){if(this.kvMap.has(n)){let r=this.kvMap.get(n);void 0===this._vMap&&(this._vMap=new Map);const i=this._vMap;for(;i.has(r);)r=i.get(r);i.set(r,t)}else this.kvMap.set(n,t)}forEach(n){for(let[t,r]of this.kvMap)if(n(r,t),void 0!==this._vMap){const i=this._vMap;for(;i.has(r);)r=i.get(r),n(r,t)}}}function Uv(e,n,t,r,i,o,s,a){Qr("NgControlFlow");const c=Oe(),l=$t();return Oa(c,l,e,n,t,r,i,Pr(l.consts,o),512,s,a),Uv}class Gz{lContainer;$implicit;$index;constructor(n,t,r){this.lContainer=n,this.$implicit=t,this.$index=r}get $count(){return this.lContainer.length-10}}function sw(e,n){return n}class Wz{hasEmptyBlock;trackByFn;liveCollection;constructor(n,t,r){this.hasEmptyBlock=n,this.trackByFn=t,this.liveCollection=r}}function Nu(e,n,t,r,i,o,s,a,c,l,d,h,y){Qr("NgControlFlow");const S=Oe(),U=$t(),de=void 0!==c,pe=Oe(),xe=a?s.bind(pe[15][8]):s,Te=new Wz(de,xe);pe[27+e]=Te,Oa(S,U,e+1,n,t,r,i,Pr(U.consts,o),256),de&&Oa(S,U,e+2,c,l,d,h,Pr(U.consts,y),512)}class Kz extends jz{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(n,t,r){super(),this.lContainer=n,this.hostLView=t,this.templateTNode=r}get length(){return this.lContainer.length-10}at(n){return this.getLView(n)[8].$implicit}attach(n,t){const r=t[6];this.needsIndexUpdate||=n!==this.length,Hc(this.lContainer,t,n,Aa(this.templateTNode,r)),function qz(e,n){if(e.length<=10)return;const r=e[10+n],i=r?r[26]:void 0;r&&i&&i.detachedLeaveAnimationFns&&i.detachedLeaveAnimationFns.length>0&&(function GF(e,n){const t=e.get(ff);if(n.detachedLeaveAnimationFns){for(const r of n.detachedLeaveAnimationFns)t.queue.delete(r);n.detachedLeaveAnimationFns=void 0}}(r[9],i),Sa.delete(r[19]),i.detachedLeaveAnimationFns=void 0)}(this.lContainer,n)}detach(n){return this.needsIndexUpdate||=n!==this.length-1,function Yz(e,n){if(e.length<=10)return;const r=e[10+n],i=r?r[26]:void 0;i&&i.leave&&i.leave.size>0&&(i.detachedLeaveAnimationFns=[])}(this.lContainer,n),function Xz(e,n){return pu(e,n)}(this.lContainer,n)}create(n,t){return Vc(this.hostLView,this.templateTNode,new Gz(this.lContainer,t,n),{dehydratedView:null})}destroy(n){fu(n[1],n)}updateValue(n,t){this.getLView(n)[8].$implicit=t}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let n=0;n<this.length;n++)this.getLView(n)[8].$index=n}getLView(n){return function Zz(e,n){return GD(e,n)}(this.lContainer,n)}}function Ou(e){const n=X(null),t=xr();try{const r=Oe(),i=r[1],o=r[t],s=t+1,a=Xf(r,s);if(void 0===o.liveCollection){const l=zv(i,s);o.liveCollection=new Kz(a,r,l)}else o.liveCollection.reset();const c=o.liveCollection;if(function Hz(e,n,t,r){let i,o,s=0,a=e.length-1;if(Array.isArray(n)){X(r);let l=n.length-1;for(X(null);s<=a&&s<=l;){const d=e.at(s),h=n[s],y=Pv(s,d,s,h,t);if(0!==y){y<0&&e.updateValue(s,h),s++;continue}const S=e.at(a),U=n[l],de=Pv(a,S,l,U,t);if(0!==de){de<0&&e.updateValue(a,U),a--,l--;continue}const pe=t(s,d),xe=t(a,S),Te=t(s,h);if(Object.is(Te,xe)){const Tt=t(l,U);Object.is(Tt,pe)?(e.swap(s,a),e.updateValue(a,U),l--,a--):e.move(a,s),e.updateValue(s,h),s++;continue}if(i??=new rw,o??=nw(e,s,a,t),Bv(e,i,s,Te))e.updateValue(s,h),s++,a++;else if(o.has(Te))i.set(pe,e.detach(s)),a--;else{const Tt=e.create(s,n[s]);e.attach(s,Tt),s++,a++}}for(;s<=l;)tw(e,i,t,s,n[s]),s++}else if(null!=n){X(r);const l=n[Symbol.iterator]();X(null);let d=l.next();for(;!d.done&&s<=a;){const h=e.at(s),y=d.value,S=Pv(s,h,s,y,t);if(0!==S)S<0&&e.updateValue(s,y),s++,d=l.next();else{i??=new rw,o??=nw(e,s,a,t);const U=t(s,y);if(Bv(e,i,s,U))e.updateValue(s,y),s++,a++,d=l.next();else if(o.has(U)){const de=t(s,h);i.set(de,e.detach(s)),a--}else e.attach(s,e.create(s,y)),s++,a++,d=l.next()}}for(;!d.done;)tw(e,i,t,e.length,d.value),d=l.next()}for(;s<=a;)e.destroy(e.detach(a--));i?.forEach(l=>{e.destroy(l)})}(c,e,o.trackByFn,n),c.updateIndexes(),o.hasEmptyBlock){const l=bi(),d=0===c.length;if($n(r,l,d)){const h=t+2,y=Xf(r,h);if(d){const S=zv(i,h),U=null;Hc(y,Vc(r,S,void 0,{dehydratedView:U}),0,Aa(S,U))}else i.firstUpdatePass&&function Af(e){const n=e[6]??[],r=e[3][11],i=[];for(const o of n)void 0!==o.data.di?i.push(o):uS(o,r);e[6]=i}(y),Um(y,0)}}}finally{X(n)}}function Xf(e,n){return e[n]}function zv(e,n){return _a(e,n)}function ai(e,n,t){const r=Oe();return $n(r,bi(),n)&&($t(),Om(io(),r,e,n,r[11],t)),ai}function Vv(e,n,t,r,i){bf(n,e,t,i?"class":"style",r)}function sn(e,n,t,r){const i=Oe(),o=i[1],s=e+27,a=o.firstCreatePass?Qm(s,i,2,n,Fm,function rg(){return Ut.bindingsEnabled}(),t,r):o.data[s];if(ro(a)){const c=i[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(nv(o.data[a.directiveStart+a.componentOffset]),()=>(aw(e,n,i,a,r),sn))}return aw(e,n,i,a,r),sn}function aw(e,n,t,r,i){if(vf(r,t,e,n,jv),da(r)){const o=t[1];gf(o,t,r),nm(o,r,t)}null!=i&&zc(t,r)}function mn(){const e=$t(),t=yf(Ht());return e.firstCreatePass&&Jm(e,t),v0(t)&&y0(),g0(),null!=t.classesWithoutHost&&function WO(e){return!!(8&e.flags)}(t)&&Vv(e,t,Oe(),t.classesWithoutHost,!0),null!=t.stylesWithoutHost&&function KO(e){return!!(16&e.flags)}(t)&&Vv(e,t,Oe(),t.stylesWithoutHost,!1),mn}function Ua(e,n,t,r){return sn(e,n,t,r),mn(),Ua}function ci(e,n,t,r){const i=Oe(),o=i[1],s=e+27,a=o.firstCreatePass?function TS(e,n,t,r,i,o){const s=n.consts,c=xa(n,e,t,r,Pr(s,i));if(c.mergedAttrs=Rc(c.mergedAttrs,c.attrs),null!=o){const l=Pr(s,o);c.localNames=[];for(let d=0;d<l.length;d+=2)c.localNames.push(l[d],-1)}return null!==c.attrs&&Mf(c,c.attrs,!1),null!==c.mergedAttrs&&Mf(c,c.mergedAttrs,!0),null!==n.queries&&n.queries.elementStart(n,c),c}(s,o,2,n,t,r):o.data[s];return vf(a,i,e,n,jv),null!=r&&zc(i,a),ci}function Ki(){return v0(yf(Ht()))&&y0(),g0(),Ki}function za(e,n,t,r){return ci(e,n,t,r),Ki(),za}let jv=(e,n,t,r,i)=>($l(!0),ef(n[11],r,O0()));function Qf(){return Oe()}function Jf(e,n,t){const r=Oe();return $n(r,bi(),n)&&($t(),Lm(io(),r,e,n,r[11],t)),Jf}const eh="en-US";let hw=eh;function nr(e,n,t){const r=Oe(),i=$t(),o=Ht();return function Xv(e,n,t,r,i,o,s){let a=!0,c=null;if((3&r.type||s)&&(c??=ks(r,n,o),function tv(e,n,t,r,i,o,s,a){const c=da(e);let l=!1,d=null;if(!r&&c&&(d=function jB(e,n,t,r){const i=e.cleanup;if(null!=i)for(let o=0;o<i.length-1;o+=2){const s=i[o];if(s===t&&i[o+1]===r){const a=n[7],c=i[o+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(o+=2)}return null}(n,t,o,e.index)),null!==d)(d.__ngLastListenerFn__||d).__ngNextListenerFn__=s,d.__ngLastListenerFn__=s,l=!0;else{const h=tr(e,t),y=r?r(h):h;r||(a.__ngNativeEl__=h);const S=i.listen(y,o,a);(function VB(e){return e.startsWith("animation")||e.startsWith("transition")})(o)||SS(r?de=>r(Ar(de[e.index])):e.index,n,t,o,a,S,!1)}return l}(r,e,n,s,t,i,o,c)&&(a=!1)),a){const l=r.outputs?.[i],d=r.hostDirectiveOutputs?.[i];if(d&&d.length)for(let h=0;h<d.length;h+=2){const y=d[h],S=d[h+1];c??=ks(r,n,o),Yc(r,n,y,S,i,c)}if(l&&l.length)for(const h of l)c??=ks(r,n,o),Yc(r,n,h,i,i,c)}}(i,r,r[11],o,e,n,t),nr}function es(e=1){return function NN(e){return(Ut.lFrame.contextLView=function y_(e,n){for(;e>0;)n=n[14],e--;return n}(e,Ut.lFrame.contextLView))[8]}(e)}function GV(e,n){let t=null;const r=function vF(e){const n=e.attrs;if(null!=n){const t=n.indexOf(5);if(!(1&t))return n[t+1]}return null}(e);for(let i=0;i<n.length;i++){const o=n[i];if("*"!==o){if(null===r?oD(e,o,!0):CF(r,o))return i}else t=i}return t}function Ns(e){const n=Oe()[15][5];if(!n.projection){const r=n.projection=function vc(e,n){const t=[];for(let r=0;r<e;r++)t.push(n);return t}(e?e.length:1,null),i=r.slice();let o=n.child;for(;null!==o;){if(128!==o.type){const s=e?GV(o,e):0;null!==s&&(i[s]?i[s].projectionNext=o:r[s]=o,i[s]=o)}o=o.next}}}function Os(e,n=0,t,r,i,o){const s=Oe(),a=$t(),c=r?e+1:null;null!==c&&Oa(s,a,c,r,i,o,null,t);const l=xa(a,27+e,16,null,t||null);null===l.projection&&(l.projection=n),E0();const h=!s[6]||m0();null===s[15][5].projection[l.projection]&&null!==c?function $V(e,n,t){const r=27+t,i=n.data[r],o=e[r];Hc(o,Vc(e,i,void 0,{dehydratedView:null}),0,Aa(i,null))}(s,a,c):h&&!G_(l)&&function ZF(e,n,t){xD(n[11],0,n,t,xm(e,t,n),DD(t.parent||n[5],t,n))}(a,s,l)}function oh(e,n){return e<<17|n<<2}function Va(e){return e>>17&32767}function Zv(e){return 2|e}function rl(e){return(131068&e)>>2}function Qv(e,n){return-131069&e|n<<2}function Jv(e){return 1|e}function Bw(e,n,t,r){const i=e[t+1],o=null===n;let s=r?Va(i):rl(i),a=!1;for(;0!==s&&(!1===a||o);){const l=e[s+1];t8(e[s],n)&&(a=!0,e[s+1]=r?Jv(l):Zv(l)),s=r?Va(l):rl(l)}a&&(e[t+1]=r?Zv(i):Jv(i))}function t8(e,n){return null===e||null==n||(Array.isArray(e)?e[1]:e)===n||!(!Array.isArray(e)||"string"!=typeof n)&&oa(e,n)>=0}function sh(e,n){return function Ww(e,n,t,r){const i=Oe(),o=$t(),s=Wo(2);o.firstUpdatePass&&function Yw(e,n,t,r){const i=e.data;if(null===i[t+1]){const o=i[xr()],s=function qw(e,n){return n>=e.expandoStartIndex}(e,t);(function Jw(e,n){return!!(e.flags&(n?8:16))})(o,r)&&null===n&&!s&&(n=!1),n=function _8(e,n,t,r){const i=function og(e){const n=Ut.lFrame.currentDirectiveIndex;return-1===n?null:e[n]}(e);let o=r?n.residualClasses:n.residualStyles;if(null===i)0===(r?n.classBindings:n.styleBindings)&&(t=zu(t=ey(null,e,n,t,r),n.attrs,r),o=null);else{const s=n.directiveStylingLast;if(-1===s||e[s]!==i)if(t=ey(i,e,n,t,r),null===o){let c=function f8(e,n,t){const r=t?n.classBindings:n.styleBindings;if(0!==rl(r))return e[Va(r)]}(e,n,r);void 0!==c&&Array.isArray(c)&&(c=ey(null,e,n,c[1],r),c=zu(c,n.attrs,r),function h8(e,n,t,r){e[Va(t?n.classBindings:n.styleBindings)]=r}(e,n,r,c))}else o=function p8(e,n,t){let r;const i=n.directiveEnd;for(let o=1+n.directiveStylingLast;o<i;o++)r=zu(r,e[o].hostAttrs,t);return zu(r,n.attrs,t)}(e,n,r)}return void 0!==o&&(r?n.residualClasses=o:n.residualStyles=o),t}(i,o,n,r),function JV(e,n,t,r,i,o){let s=o?n.classBindings:n.styleBindings,a=Va(s),c=rl(s);e[r]=t;let d,l=!1;if(Array.isArray(t)?(d=t[1],(null===d||oa(t,d)>0)&&(l=!0)):d=t,i)if(0!==c){const y=Va(e[a+1]);e[r+1]=oh(y,a),0!==y&&(e[y+1]=Qv(e[y+1],r)),e[a+1]=function ZV(e,n){return 131071&e|n<<17}(e[a+1],r)}else e[r+1]=oh(a,0),0!==a&&(e[a+1]=Qv(e[a+1],r)),a=r;else e[r+1]=oh(c,0),0===a?a=r:e[c+1]=Qv(e[c+1],r),c=r;l&&(e[r+1]=Zv(e[r+1])),Bw(e,d,r,!0),Bw(e,d,r,!1),function e8(e,n,t,r,i){const o=i?e.residualClasses:e.residualStyles;null!=o&&"string"==typeof n&&oa(o,n)>=0&&(t[r+1]=Jv(t[r+1]))}(n,d,e,r,o),s=oh(a,c),o?n.classBindings=s:n.styleBindings=s}(i,o,n,t,s,r)}}(o,e,s,r),n!==Dn&&$n(i,s,n)&&function Zw(e,n,t,r,i,o,s,a){if(!(3&n.type))return;const c=e.data,l=c[a+1],d=function QV(e){return!(1&~e)}(l)?Qw(c,n,t,i,rl(l),s):void 0;ah(d)||(ah(o)||function XV(e){return!(2&~e)}(l)&&(o=Qw(c,null,t,i,a,s)),function JF(e,n,t,r,i){if(n)i?e.addClass(t,r):e.removeClass(t,r);else{let o=-1===r.indexOf("-")?void 0:ws.DashCase;null==i?e.removeStyle(t,r,o):("string"==typeof i&&i.endsWith("!important")&&(i=i.slice(0,-10),o|=ws.Important),e.setStyle(t,r,i,o))}}(r,s,gs(xr(),t),i,o))}(o,o.data[xr()],i,i[11],e,i[s+1]=function y8(e,n){return null==e||""===e||("string"==typeof n?e+=n:"object"==typeof e&&(e=hi(Ds(e)))),e}(n,t),r,s)}(e,n,null,!0),sh}function ey(e,n,t,r,i){let o=null;const s=t.directiveEnd;let a=t.directiveStylingLast;for(-1===a?a=t.directiveStart:a++;a<s&&(o=n[a],r=zu(r,o.hostAttrs,i),o!==e);)a++;return null!==e&&(t.directiveStylingLast=a),r}function zu(e,n,t){const r=t?1:2;let i=-1;if(null!==n)for(let o=0;o<n.length;o++){const s=n[o];"number"==typeof s?i=s:i===r&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),yc(e,s,!!t||n[++o]))}return void 0===e?null:e}function Qw(e,n,t,r,i,o){const s=null===n;let a;for(;i>0;){const c=e[i],l=Array.isArray(c),d=l?c[1]:c,h=null===d;let y=t[i+1];y===Dn&&(y=h?Fn:void 0);let S=h?Ml(y,r):d===r?y:void 0;if(l&&!ah(S)&&(S=Ml(c,r)),ah(S)&&(a=S,s))return a;const U=e[i+1];i=s?Va(U):rl(U)}if(null!==n){let c=o?n.residualClasses:n.residualStyles;null!=c&&(a=Ml(c,r))}return a}function ah(e){return void 0!==e}function Sn(e,n=""){const t=Oe(),r=$t(),i=e+27,o=r.firstCreatePass?xa(r,i,1,n,null):r.data[i],s=eA(r,t,o,n);t[i]=s,T_()&&Rm(r,t,s,o),Go(o,!1)}let eA=(e,n,t,r)=>($l(!0),function um(e,n){return e.createText(n)}(n[11],r));function rA(e,n,t,r,i,o=""){const a=function Ra(e,n,t,r){const i=$n(e,n,t);return $n(e,n+1,r)||i}(e,function $o(){return Ut.lFrame.bindingIndex}(),t,i);return Wo(2),a?n+jt(t)+r+jt(i)+o:Dn}function xi(e){return zr("",e),xi}function zr(e,n,t){const r=Oe(),i=function nA(e,n,t,r=""){return $n(e,bi(),t)?n+jt(t)+r:Dn}(r,e,n,t);return i!==Dn&&ts(r,xr(),i),zr}function ty(e,n,t,r,i){const o=Oe(),s=rA(o,e,n,t,r,i);return s!==Dn&&ts(o,xr(),s),ty}function ts(e,n,t){const r=gs(n,e);!function HT(e,n,t){e.setValue(n,t)}(e[11],r,t)}const yA={};function ny(e){Qr("NgLet");const n=$t(),t=Oe(),r=e+27;return Go(xa(n,r,128,null,null),!1),m_(n,t,r,yA),ny}function ch(e){const t=ms(function T0(){return Ut.lFrame.contextLView}(),27+e);if(t===yA)throw new we(314,!1);return t}function Vu(e){return $n(Oe(),bi(),e)?jt(e):Dn}function CA(e,n,t){const r=$t();r.firstCreatePass&&EA(n,r.data,r.blueprint,zi(e),t)}function EA(e,n,t,r,i){if(e=kt(e),Array.isArray(e))for(let o=0;o<e.length;o++)EA(e[o],n,t,r,i);else{const o=$t(),s=Oe(),a=Ht();let c=mo(e)?e:kt(e.provide);const l=Wp(e),d=1048575&a.providerIndexes,h=a.directiveStart,y=a.providerIndexes>>20;if(mo(e)||!e.multi){const S=new Xl(l,i,ot,null),U=iy(c,n,i?d:d+y,h);-1===U?(xg(N_(a,s),o,c),ry(o,e,n.length),n.push(c),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),t.push(S),s.push(S)):(t[U]=S,s[U]=S)}else{const S=iy(c,n,d+y,h),U=iy(c,n,d,d+y),pe=U>=0&&t[U];if(i&&!pe||!i&&!(S>=0&&t[S])){xg(N_(a,s),o,c);const xe=function L8(e,n,t,r,i){const s=new Xl(e,t,ot,null);return s.multi=[],s.index=n,s.componentProviders=0,TA(s,i,r&&!t),s}(i?O8:N8,t.length,i,r,l);!i&&pe&&(t[U].providerFactory=xe),ry(o,e,n.length,0),n.push(c),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),t.push(xe),s.push(xe)}else ry(o,e,S>-1?S:U,TA(t[i?U:S],l,!i&&r));!i&&r&&pe&&t[U].componentProviders++}}}function ry(e,n,t,r){const i=mo(n),o=function Gp(e){return!!e.useClass}(n);if(i||o){const c=(o?kt(n.useClass):n).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!i&&n.multi){const d=l.indexOf(t);-1===d?l.push(t,[r,c]):l[d+1].push(r,c)}else l.push(t,c)}}}function TA(e,n,t){return t&&e.componentProviders++,e.multi.push(n)-1}function iy(e,n,t,r){for(let i=t;i<r;i++)if(n[i]===e)return i;return-1}function N8(e,n,t,r,i){return oy(this.multi,[])}function O8(e,n,t,r,i){const o=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=Jl(r,r[1],this.providerFactory.index,i);s=c.slice(0,a),oy(o,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],oy(o,s);return s}function oy(e,n){for(let t=0;t<e.length;t++)n.push((0,e[t])());return n}function yn(e,n){return t=>{t.providersResolver=(r,i)=>CA(r,i?i(e):e,!1),n&&(t.viewProvidersResolver=(r,i)=>CA(r,i?i(n):n,!0))}}function SA(e,n,t,r,i,o){const s=n+t;return $n(e,s,i)?function co(e,n,t){return e[n]=t}(e,s+1,o?r.call(o,i):r(i)):function ju(e,n){const t=e[n];return t===Dn?void 0:t}(e,s+1)}function RA(e,n,t){const r=e+27,i=Oe(),o=ms(i,r);return function Hu(e,n){return e[1].data[n].pure}(i,r)?SA(i,function Xr(){const e=Ut.lFrame;let n=e.bindingRootIndex;return-1===n&&(n=e.bindingRootIndex=e.tView.bindingStartIndex),n}(),n,o.transform,t,o):o.transform(t)}let kj=(()=>{class e{applicationErrorHandler=re(vs);appRef=re(Qo);taskService=re(ha);ngZone=re(Mn);zonelessEnabled=re(hg);tracing=re(Ia,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new it;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(S_):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(re(ZN,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const t=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(t)):this.taskService.remove(t)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const t=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(t)})})}notify(t){if(!this.zonelessEnabled&&5===t)return;switch(t){case 0:case 6:case 13:this.appRef.dirtyFlags|=2;break;case 3:case 2: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 r=this.useMicrotaskScheduler?VN:U0;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>r(()=>this.tick())):this.ngZone.runOutsideAngular(()=>r(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(S_+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 t=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.applicationErrorHandler(r)}finally{this.taskService.remove(t),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const t=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(t)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function dy(){return[{provide:pa,useExisting:kj},{provide:Mn,useClass:WN},{provide:hg,useValue:!0}]}const Fs=new Se("",{factory:()=>re(Fs,{optional:!0,skipSelf:!0})||function Mj(){return typeof $localize<"u"&&$localize.locale||eh}()});
39
+ function Xo(e){return{toString:e}.toString()}function C0(e,n,t,r){null!==n?n.applyValueToInputSignal(n,r):e[t]=r}class h2{previousValue;currentValue;firstChange;constructor(n,t,r){this.previousValue=n,this.currentValue=t,this.firstChange=r}isFirstChange(){return this.firstChange}}const Ts=(()=>{const e=()=>E0;return e.ngInherit=!0,e})();function E0(e){return e.type.prototype.ngOnChanges&&(e.setInput=g2),p2}function p2(){const e=S0(this),n=e?.current;if(n){const t=e.previous;if(t===ro)e.previous=n;else for(let r in n)t[r]=n[r];e.current=null,this.ngOnChanges(n)}}function g2(e,n,t,r,i){const o=this.declaredInputs[r],s=S0(e)||function m2(e,n){return e[T0]=n}(e,{previous:ro,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[o];a[o]=new h2(l&&l.currentValue,t,c===ro),C0(e,n,i,t)}const T0="__ngSimpleChanges__";function S0(e){return e[T0]||null}const Ea=[],En=function(e,n=null,t){for(let r=0;r<Ea.length;r++)(0,Ea[r])(e,n,t)};var ft=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}(ft||{});function L_(e,n,t){I0(e,n,3,t)}function F_(e,n,t,r){(3&e[2])===t&&I0(e,n,t,r)}function Ng(e,n){let t=e[2];(3&t)===n&&(t&=16383,t+=1,e[2]=t)}function I0(e,n,t,r){const o=r??-1,s=n.length-1;let a=0;for(let c=void 0!==r?65535&e[17]:0;c<s;c++)if("number"==typeof n[c+1]){if(a=n[c],null!=r&&a>=r)break}else n[c]<0&&(e[17]+=65536),(a<o||-1==o)&&(E2(e,t,n,c),e[17]=(4294901760&e[17])+c+2),c++}function w0(e,n){En(ft.LifecycleHookStart,e,n);const t=Y(null);try{n.call(e)}finally{Y(t),En(ft.LifecycleHookEnd,e,n)}}function E2(e,n,t,r){const i=t[r]<0,o=t[r+1],a=e[i?-t[r]:t[r]];i?e[2]>>14<e[17]>>16&&(3&e[2])===n&&(e[2]+=16384,w0(a,o)):w0(a,o)}class eu{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(n,t,r,i){this.factory=n,this.name=i,this.canSeeViewProviders=t,this.injectImpl=r}}function x0(e){return 3===e||4===e||6===e}function k0(e){return 64===e.charCodeAt(0)}function Lc(e,n){if(null!==n&&0!==n.length)if(null===e||0===e.length)e=n.slice();else{let t=-1;for(let r=0;r<n.length;r++){const i=n[r];"number"==typeof i?t=i:0===t||R0(e,t,i,0,-1===t||2===t?n[++r]:null)}}return e}function R0(e,n,t,r,i){let o=0,s=e.length;if(-1===n)s=-1;else for(;o<e.length;){const a=e[o++];if("number"==typeof a){if(a===n){s=-1;break}if(a>n){s=o-1;break}}}for(;o<e.length;){const a=e[o];if("number"==typeof a)break;if(a===t)return void(null!==i&&(e[o+1]=i));o++,null!==i&&o++}-1!==s&&(e.splice(s,0,n),o=s+1),e.splice(o++,0,t),null!==i&&e.splice(o++,0,i)}function tu(e){return 32767&e}function nu(e,n){let t=function I2(e){return e>>16}(e),r=n;for(;t>0;)r=r[14],t--;return r}let Fg=!0;function P_(e){const n=Fg;return Fg=e,n}let w2=0;const Do={};function B_(e,n){const t=O0(e,n);if(-1!==t)return t;const r=n[1];r.firstCreatePass&&(e.injectorIndex=n.length,Pg(r.data,e),Pg(n,null),Pg(r.blueprint,null));const i=U_(e,n),o=e.injectorIndex;if(function Lg(e){return-1!==e}(i)){const s=tu(i),a=nu(i,n),c=a[1].data;for(let l=0;l<8;l++)n[o+l]=a[s+l]|c[s+l]}return n[o+8]=i,o}function Pg(e,n){e.push(0,0,0,0,0,0,0,0,n)}function O0(e,n){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===n[e.injectorIndex+8]?-1:e.injectorIndex}function U_(e,n){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let t=0,r=null,i=n;for(;null!==i;){if(r=V0(i),null===r)return-1;if(t++,i=i[14],-1!==r.injectorIndex)return r.injectorIndex|t<<16}return-1}function Bg(e,n,t){!function A2(e,n,t){let r;"string"==typeof t?r=t.charCodeAt(0)||0:t.hasOwnProperty(gc)&&(r=t[gc]),null==r&&(r=t[gc]=w2++);const i=255&r;n.data[e+(i>>5)]|=1<<i}(e,n,t)}function L0(e,n,t){if(8&t||void 0!==e)return e;e_()}function F0(e,n,t,r){if(8&t&&void 0===r&&(r=null),!(3&t)){const i=e[9],o=ci(void 0);try{return i?i.get(n,r,8&t):Kp(n,r,8&t)}finally{ci(o)}}return L0(r,0,t)}function P0(e,n,t,r=0,i){if(null!==e){if(2048&n[2]&&!(2&r)){const s=function N2(e,n,t,r,i){let o=e,s=n;for(;null!==o&&null!==s&&2048&s[2]&&!Go(s);){const a=B0(o,s,t,2|r,Do);if(a!==Do)return a;let c=o.parent;if(!c){const l=s[20];if(l){const u=l.get(t,Do,-5&r);if(u!==Do)return u}c=V0(s),s=s[14]}o=c}return i}(e,n,t,r,Do);if(s!==Do)return s}const o=B0(e,n,t,r,Do);if(o!==Do)return o}return F0(n,t,r,i)}function B0(e,n,t,r,i){const o=function R2(e){if("string"==typeof e)return e.charCodeAt(0)||0;const n=e.hasOwnProperty(gc)?e[gc]:void 0;return"number"==typeof n?n>=0?255&n:M2:n}(t);if("function"==typeof o){if(!HE(n,e,r))return 1&r?L0(i,0,r):F0(n,t,r,i);try{let s;if(s=o(r),null!=s||8&r)return s;e_()}finally{KE()}}else if("number"==typeof o){let s=null,a=O0(e,n),c=-1,l=1&r?n[15][5]:null;for((-1===a||4&r)&&(c=-1===a?U_(e,n):n[a+8],-1!==c&&z0(r,!1)?(s=n[1],a=tu(c),n=nu(c,n)):a=-1);-1!==a;){const u=n[1];if(U0(o,a,u.data)){const _=k2(a,n,t,s,r,l);if(_!==Do)return _}c=n[a+8],-1!==c&&z0(r,n[1].data[a+8]===l)&&U0(o,a,n)?(s=u,a=tu(c),n=nu(c,n)):a=-1}}return i}function k2(e,n,t,r,i,o){const s=n[1],a=s.data[e+8],u=function z_(e,n,t,r,i){const o=e.providerIndexes,s=n.data,a=1048575&o,c=e.directiveStart,u=o>>20,g=i?a+u:e.directiveEnd;for(let E=r?a:a+u;E<g;E++){const P=s[E];if(E<c&&t===P||E>=c&&P.type===t)return E}if(i){const E=s[c];if(E&&ji(E)&&E.type===t)return c}return null}(a,s,t,null==r?oo(a)&&Fg:r!=s&&!!(3&a.type),1&i&&o===a);return null!==u?ru(n,s,u,a,i):Do}function ru(e,n,t,r,i){let o=e[t];const s=n.data;if(o instanceof eu){const a=o;if(a.resolving)throw Jd();const c=P_(a.canSeeViewProviders);a.resolving=!0;const _=a.injectImpl?ci(a.injectImpl):null;HE(e,r,0);try{o=e[t]=a.factory(void 0,i,s,e,r),n.firstCreatePass&&t>=r.directiveStart&&function C2(e,n,t){const{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=n.type.prototype;if(r){const s=E0(n);(t.preOrderHooks??=[]).push(e,s),(t.preOrderCheckHooks??=[]).push(e,s)}i&&(t.preOrderHooks??=[]).push(0-e,i),o&&((t.preOrderHooks??=[]).push(e,o),(t.preOrderCheckHooks??=[]).push(e,o))}(t,s[t],n)}finally{null!==_&&ci(_),P_(c),a.resolving=!1,KE()}}return o}function U0(e,n,t){return!!(t[n+(e>>5)]&1<<e)}function z0(e,n){return!(2&e||1&e&&n)}class ar{_tNode;_lView;constructor(n,t){this._tNode=n,this._lView=t}get(n,t,r){return P0(this._tNode,this._lView,n,yc(r),t)}}function M2(){return new ar(Ht(),xe())}function Pr(e){return Xo(()=>{const n=e.prototype.constructor,t=n[_s]||Ug(n),r=Object.prototype;let i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){const o=i[_s]||Ug(i);if(o&&o!==t)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function Ug(e){return qr(e)?()=>{const n=Ug(kt(e));return n&&n()}:zo(e)}function V0(e){const n=e[1],t=n.type;return 2===t?n.declTNode:1===t?e[5]:null}function V2(){return Fc(Ht(),xe())}function Fc(e,n){return new Cr(nr(e,n))}let Cr=(()=>class e{nativeElement;constructor(t){this.nativeElement=t}static __NG_ELEMENT_ID__=V2})();function iu(e){return!(128&~e.flags)}Symbol;var j_=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(j_||{});const H_=new Map;let W2=0;function Hg(e){H_.delete(e[19])}const $g="__ngContext__";function Ii(e,n){Zn(n)?(e[$g]=n[19],function q2(e){H_.set(e[19],e)}(n)):e[$g]=n}function nT(e){return iT(e[12])}function rT(e){return iT(e[4])}function iT(e){for(;null!==e&&!Xr(e);)e=e[4];return e}let Kg;const Bc=new Te("",{factory:()=>pL}),pL="ng",dT=new Te(""),qg=new Te("",{providedIn:"platform",factory:()=>"unknown"}),_T=new Te("",{factory:()=>J(Hi).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),EL=new Te("",{factory:()=>!1}),nm=new WeakMap;function Y_(e){return!(32&~e.flags)}function zT(e,n){const t=e.contentQueries;if(null!==t){const r=Y(null);try{for(let i=0;i<t.length;i+=2){const s=t[i+1];if(-1!==s){const a=e.data[s];w_(t[i]),a.contentQueries(2,n[s],s)}}}finally{Y(r)}}}function um(e,n,t){w_(0);const r=Y(null);try{n(e,t)}finally{Y(r)}}function dm(e,n,t){if(rg(n)){const r=Y(null);try{const o=n.directiveEnd;for(let s=n.directiveStart;s<o;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,t[s],s)}}finally{Y(r)}}}var Ki=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}(Ki||{});class qT{changingThisBreaksApplicationSecurity;constructor(n){this.changingThisBreaksApplicationSecurity=n}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Oi})`}}function ws(e){return e instanceof qT?e.changingThisBreaksApplicationSecurity:e}const dF=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function sf(e,n,t){return e.createElement(n,t)}function Sa(e,n,t,r,i){e.insertBefore(n,t,r,i)}function oS(e,n,t){e.appendChild(n,t)}function sS(e,n,t,r,i){null!==r?Sa(e,n,t,r,i):oS(e,n,t)}function du(e,n,t,r){e.removeChild(null,n,t,r)}function cS(e,n,t){const{mergedAttrs:r,classes:i,styles:o}=t;null!==r&&function D2(e,n,t){let r=0;for(;r<t.length;){const i=t[r];if("number"==typeof i){if(0!==i)break;r++;const o=t[r++],s=t[r++],a=t[r++];e.setAttribute(n,s,a,o)}else{const o=i,s=t[++r];k0(o)?e.setProperty(n,o,s):e.setAttribute(n,o,s),r++}}}(e,n,r),null!==i&&function DF(e,n,t){""===t?e.removeAttribute(n,"class"):e.setAttribute(n,"class",t)}(e,n,i),null!==o&&function SF(e,n,t){e.setAttribute(n,"style",t)}(e,n,o)}var pr=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}(pr||{});function cf(e){const n=function _u(){const e=xe();return e&&e[10].sanitizer}();return n?n.sanitize(pr.URL,e)||"":function lu(e,n){const t=function aF(e){return e instanceof qT&&e.getTypeName()||null}(e);if(null!=t&&t!==n){if("ResourceURL"===t&&"URL"===n)return!0;throw new Error(`Required a safe ${n}, got a ${t} (see ${Oi})`)}return t===n}(e,"URL")?ws(e):function pm(e){return(e=String(e)).match(dF)?e:"unsafe:"+e}(jt(e))}function GF(e,n,t){let r=e.length;for(;;){const i=e.indexOf(n,t);if(-1===i)return i;if(0===i||e.charCodeAt(i-1)<=32){const o=n.length;if(i+o===r||e.charCodeAt(i+o)<=32)return i}t=i+1}}const yS="ng-template";function $F(e,n,t,r){let i=0;if(r){for(;i<n.length&&"string"==typeof n[i];i+=2)if("class"===n[i]&&-1!==GF(n[i+1].toLowerCase(),t,0))return!0}else if(Em(e))return!1;if(i=n.indexOf(1,i),i>-1){let o;for(;++i<n.length&&"string"==typeof(o=n[i]);)if(o.toLowerCase()===t)return!0}return!1}function Em(e){return 4===e.type&&e.value!==yS}function WF(e,n,t){return n===(4!==e.type||t?e.value:yS)}function KF(e,n,t){let r=4;const i=e.attrs,o=null!==i?function XF(e){for(let n=0;n<e.length;n++)if(x0(e[n]))return n;return e.length}(i):0;let s=!1;for(let a=0;a<n.length;a++){const c=n[a];if("number"!=typeof c){if(!s)if(4&r){if(r=2|1&r,""!==c&&!WF(e,c,t)||""===c&&1===n.length){if(lo(r))return!1;s=!0}}else if(8&r){if(null===i||!$F(e,i,c,t)){if(lo(r))return!1;s=!0}}else{const l=n[++a],u=qF(c,i,Em(e),t);if(-1===u){if(lo(r))return!1;s=!0;continue}if(""!==l){let _;if(_=u>o?"":i[u+1].toLowerCase(),2&r&&l!==_){if(lo(r))return!1;s=!0}}}}else{if(!s&&!lo(r)&&!lo(c))return!1;if(s&&lo(c))continue;s=!1,r=c|1&r}}return lo(r)||s}function lo(e){return!(1&e)}function qF(e,n,t,r){if(null===n)return-1;let i=0;if(r||!t){let o=!1;for(;i<n.length;){const s=n[i];if(s===e)return i;if(3===s||6===s)o=!0;else{if(1===s||2===s){let a=n[++i];for(;"string"==typeof a;)a=n[++i];continue}if(4===s)break;if(0===s){i+=4;continue}}i+=o?1:2}return-1}return function ZF(e,n){let t=e.indexOf(4);if(t>-1)for(t++;t<e.length;){const r=e[t];if("number"==typeof r)return-1;if(r===n)return t;t++}return-1}(n,e)}function bS(e,n,t=!1){for(let r=0;r<n.length;r++)if(KF(e,n[r],t))return!0;return!1}function QF(e,n){e:for(let t=0;t<n.length;t++){const r=n[t];if(e.length===r.length){for(let i=0;i<e.length;i++)if(e[i]!==r[i])continue e;return!0}}return!1}function CS(e,n){return e?":not("+n.trim()+")":n}function JF(e){let n=e[0],t=1,r=2,i="",o=!1;for(;t<e.length;){let s=e[t];if("string"==typeof s)if(2&r){const a=e[++t];i+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&r?i+="."+s:4&r&&(i+=" "+s);else""!==i&&!lo(s)&&(n+=CS(o,i),i=""),r=s,o=o||!lo(r);t++}return""!==i&&(n+=CS(o,i)),n}const Dn={};function Tm(e,n,t,r,i,o,s,a,c,l,u){const _=27+r,g=_+i,E=function nP(e,n){const t=[];for(let r=0;r<n;r++)t.push(r<e?null:Dn);return t}(_,g),P="function"==typeof l?l():l;return E[1]={type:e,blueprint:E,template:t,queries:null,viewQuery:a,declTNode:n,data:E.slice().fill(null,_),bindingStartIndex:_,expandoStartIndex:g,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 o?o():o,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:P,incompleteFirstPass:!1,ssrId:u}}function uf(e,n,t,r,i,o,s,a,c,l,u){const _=n.blueprint.slice();return _[0]=i,_[2]=1228|r,(null!==l||e&&2048&e[2])&&(_[2]|=2048),cg(_),_[3]=_[14]=e,_[8]=t,_[10]=s||e&&e[10],_[11]=a||e&&e[11],_[9]=c||e&&e[9]||null,_[5]=o,_[19]=function K2(){return W2++}(),_[6]=u,_[20]=l,_[15]=2==n.type?e[15]:_,_}function Sm(e){let n=16;return e.signals?n=4096:e.onPush&&(n=64),n}function fu(e,n,t,r){if(0===t)return-1;const i=n.length;for(let o=0;o<t;o++)n.push(r),e.blueprint.push(r),e.data.push(null);return i}function Dm(e,n){return e[12]?e[13][4]=n:e[12]=n,e[13]=n,n}function Lt(e=1){TS(Gt(),xe(),kr()+e,!1)}function TS(e,n,t,r){if(!r)if(3&~n[2]){const o=e.preOrderHooks;null!==o&&F_(n,o,0,t)}else{const o=e.preOrderCheckHooks;null!==o&&L_(n,o,t)}Yo(t)}var df=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(df||{});function xs(e,n,t,r){const i=Y(null);try{const[o,s,a]=e.inputs[t];let c=null;0!==(s&df.SignalBased)&&(c=n[o][oe]),null!==c&&void 0!==c.transformFn?r=c.transformFn(r):null!==a&&(r=a.call(n,r)),null!==e.setInput?e.setInput(n,c,r,t,o):C0(n,c,o,r)}finally{Y(i)}}var ks=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(ks||{});function wm(e,n){return(void 0)(e,n)}typeof document<"u"&&document;const hu=new WeakMap,pu=new WeakSet;const xa=new Set;var Om=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(Om||{});const ka=new Te(""),AS=new Set;function ei(e){AS.has(e)||(AS.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let xS=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=Xe({token:e,providedIn:"root",factory:()=>new e})}return e})();const kS=[0,1,2,3];let vP=(()=>{class e{ngZone=J(Nn);scheduler=J(ya);errorHandler=J(Ac,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){J(ka,{optional:!0})}execute(){const t=this.sequences.size>0;t&&En(ft.AfterRenderHooksStart),this.executing=!0;for(const r of kS)for(const i of this.sequences)if(!i.erroredOrDestroyed&&i.hooks[r])try{i.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>(0,i.hooks[r])(i.pipelinedValue),i.snapshot))}catch(o){i.erroredOrDestroyed=!0,this.errorHandler?.handleError(o)}this.executing=!1;for(const r of this.sequences)r.afterRun(),r.once&&(this.sequences.delete(r),r.destroy());for(const r of this.deferredRegistrations)this.sequences.add(r);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),t&&En(ft.AfterRenderHooksEnd)}register(t){const{view:r}=t;void 0!==r?((r[25]??=[]).push(t),Ic(r),r[2]|=8192):this.executing?this.deferredRegistrations.add(t):this.addSequence(t)}addSequence(t){this.sequences.add(t),this.scheduler.notify(7)}unregister(t){this.executing&&this.sequences.has(t)?(t.erroredOrDestroyed=!0,t.pipelinedValue=void 0,t.once=!0):(this.sequences.delete(t),this.deferredRegistrations.delete(t))}maybeTrace(t,r){return r?r.run(Om.AFTER_NEXT_RENDER,t):t()}static \u0275prov=Xe({token:e,providedIn:"root",factory:()=>new e})}return e})();class RS{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(n,t,r,i,o,s=null){this.impl=n,this.hooks=t,this.view=r,this.once=i,this.snapshot=s,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?.();const n=this.view?.[25];n&&(this.view[25]=n.filter(t=>t!==this))}}function mf(e,n){const t=n?.injector??J($n);return ei("NgAfterNextRender"),function MS(e,n,t,r){const i=n.get(xS);i.impl??=n.get(vP);const o=n.get(ka,null,{optional:!0}),s=!0!==t?.manualCleanup?n.get(Ti):null,a=n.get(Eg,null,{optional:!0}),c=new RS(i.impl,function bP(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}(e),a?.view,r,s,o?.snapshot(null));return i.impl.register(c),c}(e,t,n,!0)}const vf=new Te("",{factory:()=>({queue:new Set,isScheduled:!1,scheduler:null,injector:J(yi)})});function NS(e,n,t){const r=e.get(vf);if(Array.isArray(n))for(const i of n)r.queue.add(i),t?.detachedLeaveAnimationFns?.push(i);else r.queue.add(n),t?.detachedLeaveAnimationFns?.push(n);r.scheduler&&r.scheduler(e)}function OS(e,n,t,r){const i=e?.[26]?.enter;null!==n&&i&&i.has(t.index)&&function Lm(e,n){for(const[t,r]of n)NS(e,r.animateFns)}(r,i)}function Hc(e,n,t,r,i,o,s,a){if(null!=i){let c,l=!1;Xr(i)?c=i:Zn(i)&&(l=!0,i=i[0]);const u=xr(i);0===e&&null!==r?(OS(a,r,o,t),null==s?oS(n,r,u):Sa(n,r,u,s||null,!0)):1===e&&null!==r?(OS(a,r,o,t),Sa(n,r,u,s||null,!0),function dP(e,n){const t=hu.get(e);if(!t||0===t.length)return;const r=n.parentNode,i=n.previousSibling;for(let o=t.length-1;o>=0;o--){const s=t[o],a=s.parentNode;s===n?(t.splice(o,1),pu.add(s),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(i&&s===i||a&&r&&a!==r)&&(t.splice(o,1),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),s.parentNode?.removeChild(s))}}(o,u)):2===e?(a?.[26]?.leave?.has(o.index)&&function km(e,n){const t=hu.get(e);t?t.includes(n)||t.push(n):hu.set(e,[n])}(o,u),pu.delete(u),PS(a,o,t,_=>{pu.has(u)?pu.delete(u):du(n,u,l,_)})):3===e&&(pu.delete(u),PS(a,o,t,()=>{n.destroyNode(u)})),null!=c&&function xP(e,n,t,r,i,o,s){const a=r[7];a!==xr(r)&&Hc(n,e,t,o,a,i,s);for(let l=10;l<r.length;l++){const u=r[l];bf(u[1],u,e,n,o,a)}}(n,e,t,c,o,r,s)}}function FS(e,n){n[10].changeDetectionScheduler?.notify(9),bf(e,n,n[11],2,null,null)}function Fm(e,n){const t=e[9],r=t.indexOf(n);t.splice(r,1)}function mu(e,n){if(To(n))return;const t=n[11];t.destroyNode&&bf(e,n,t,3,null,null),function SP(e){let n=e[12];if(!n)return Pm(e[1],e);for(;n;){let t=null;if(Zn(n))t=n[12];else{const r=n[10];r&&(t=r)}if(!t){for(;n&&!n[4]&&n!==e;)Zn(n)&&Pm(n[1],n),n=n[3];null===n&&(n=e),Zn(n)&&Pm(n[1],n),t=n&&n[4]}n=t}}(n)}function Pm(e,n){if(To(n))return;const t=Y(null);try{n[2]&=-129,n[2]|=256,n[24]&&Ze(n[24]),function wP(e,n){let t;if(null!=e&&null!=(t=e.destroyHooks))for(let r=0;r<t.length;r+=2){const i=n[t[r]];if(!(i instanceof eu)){const o=t[r+1];if(Array.isArray(o))for(let s=0;s<o.length;s+=2){const a=i[o[s]],c=o[s+1];En(ft.LifecycleHookStart,a,c);try{c.call(a)}finally{En(ft.LifecycleHookEnd,a,c)}}else{En(ft.LifecycleHookStart,i,o);try{o.call(i)}finally{En(ft.LifecycleHookEnd,i,o)}}}}}(e,n),function IP(e,n){const t=e.cleanup,r=n[7];if(null!==t)for(let s=0;s<t.length-1;s+=2)if("string"==typeof t[s]){const a=t[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else t[s].call(r[t[s+1]]);null!==r&&(n[7]=null);const i=n[21];if(null!==i){n[21]=null;for(let s=0;s<i.length;s++)(0,i[s])()}const o=n[23];if(null!==o){n[23]=null;for(const s of o)s.destroy()}}(e,n),1===n[1].type&&n[11].destroy();const r=n[16];if(null!==r&&Xr(n[3])){r!==n[3]&&Fm(r,n);const i=n[18];null!==i&&i.detachView(e)}Hg(n)}finally{Y(t)}}function PS(e,n,t,r){const i=e?.[26];if(null==i||null==i.leave||!i.leave.has(n.index))return r(!1);e&&xa.add(e[19]),NS(t,()=>{if(i.leave&&i.leave.has(n.index)){const s=i.leave.get(n.index),a=[];if(s){for(let c=0;c<s.animateFns.length;c++){const l=s.animateFns[c],{promise:u}=l();a.push(u)}i.detachedLeaveAnimationFns=void 0}i.running=Promise.allSettled(a),function DP(e,n){const t=e[26]?.running;t?t.then(()=>{e[26].running=void 0,xa.delete(e[19]),n(!0)}):n(!1)}(e,r)}else e&&xa.delete(e[19]),r(!1)},i)}function Bm(e,n,t){return function BS(e,n,t){let r=n;for(;null!==r&&168&r.type;)r=(n=r).parent;if(null===r)return t[0];if(oo(r)){const{encapsulation:i}=e.data[r.directiveStart+r.componentOffset];if(i===Ki.None||i===Ki.Emulated)return null}return nr(r,t)}(e,n.parent,t)}function US(e,n,t){return VS(e,n,t)}let VS=function zS(e,n,t){return 40&e.type?nr(e,t):null};function zm(e,n,t,r){const i=Bm(e,r,n),o=n[11],a=US(r.parent||n[5],r,n);if(null!=i)if(Array.isArray(t))for(let c=0;c<t.length;c++)sS(o,i,t[c],a,!1);else sS(o,i,t,a,!1)}function Ra(e,n){if(null!==n){const t=n.type;if(3&t)return nr(n,e);if(4&t)return Vm(-1,e[n.index]);if(8&t){const r=n.child;if(null!==r)return Ra(e,r);{const i=e[n.index];return Xr(i)?Vm(-1,i):xr(i)}}if(128&t)return Ra(e,n.next);if(32&t)return wm(n,e)()||xr(e[n.index]);{const r=HS(e,n);return null!==r?Array.isArray(r)?r[0]:Ra($o(e[15]),r):Ra(e,n.next)}}return null}function HS(e,n){return null!==n?e[15][5].projection[n.projection]:null}function Vm(e,n){const t=10+e+1;if(t<n.length){const r=n[t],i=r[1].firstChild;if(null!==i)return Ra(r,i)}return n[7]}function jm(e,n,t,r,i,o,s){for(;null!=t;){const a=r[9];if(128===t.type){t=t.next;continue}const c=r[t.index],l=t.type;if(s&&0===n&&(c&&Ii(xr(c),r),t.flags|=2),!Y_(t))if(8&l)jm(e,n,t.child,r,i,o,!1),Hc(n,e,a,i,c,t,o,r);else if(32&l){const u=wm(t,r);let _;for(;_=u();)Hc(n,e,a,i,_,t,o,r);Hc(n,e,a,i,c,t,o,r)}else 16&l?GS(e,n,r,t,i,o):Hc(n,e,a,i,c,t,o,r);t=s?t.projectionNext:t.next}}function bf(e,n,t,r,i,o){jm(t,r,e.firstChild,n,i,o,!1)}function GS(e,n,t,r,i,o){const s=t[15],c=s[5].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Hc(n,e,t[9],i,c[l],r,o,t);else{let l=c;const u=s[3];iu(r)&&(l.flags|=128),jm(e,n,l,u,i,o,!0)}}function $S(e,n,t,r,i){const o=kr(),s=2&r;try{Yo(-1),s&&n.length>27&&TS(e,n,27,!1),En(s?ft.TemplateUpdateStart:ft.TemplateCreateStart,i,t),t(r,i)}finally{Yo(o),En(s?ft.TemplateUpdateEnd:ft.TemplateCreateEnd,i,t)}}function Cf(e,n,t){(function LP(e,n,t){const r=t.directiveStart,i=t.directiveEnd;oo(t)&&function rP(e,n,t){const r=nr(n,e),i=function ES(e){const n=e.tView;return null===n||n.incompleteFirstPass?e.tView=Tm(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):n}(t),o=e[10].rendererFactory,s=Dm(e,uf(e,i,null,Sm(t),r,n,null,o.createRenderer(r,t),null,null,null));e[n.index]=s}(n,t,e.data[r+t.componentOffset]),e.firstCreatePass||B_(t,n);const o=t.initialInputs;for(let s=r;s<i;s++){const a=e.data[s],c=ru(n,e,s,t);Ii(c,n),null!==o&&UP(0,s-r,c,a,0,o),ji(a)&&(Zr(t.index,n)[8]=ru(n,e,s,t))}})(e,n,t),!(64&~t.flags)&&function FP(e,n,t){const r=t.directiveStart,i=t.directiveEnd,o=t.index,s=function cO(){return Ut.lFrame.currentDirectiveIndex}();try{Yo(o);for(let a=r;a<i;a++){const c=e.data[a],l=n[a];fg(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&PP(c,l)}}finally{Yo(-1),fg(s)}}(e,n,t)}function Gc(e,n,t=nr){const r=n.localNames;if(null!==r){let i=n.index+1;for(let o=0;o<r.length;o+=2){const s=r[o+1],a=-1===s?t(n,e):e[s];e[i++]=a}}}let WS=()=>null;function Hm(e,n,t,r,i,o){Df(e,n[1],n,t,r)?oo(e)&&function KS(e,n){const t=Zr(n,e);16&t[2]||(t[2]|=64)}(n,e.index):(3&e.type&&(t=function OP(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(t)),Gm(e,n,t,r,i,o))}function Gm(e,n,t,r,i,o){if(3&e.type){const s=nr(e,n);r=null!=o?o(r,e.value||"",t):r,i.setProperty(s,t,r)}}function PP(e,n){null!==e.hostBindings&&e.hostBindings(1,n)}function $m(e,n){const t=e.directiveRegistry;let r=null;if(t)for(let i=0;i<t.length;i++){const o=t[i];bS(n,o.selectors,!1)&&(r??=[],ji(o)?r.unshift(o):r.push(o))}return r}function UP(e,n,t,r,i,o){const s=o[n];if(null!==s)for(let a=0;a<s.length;a+=2)xs(r,t,s[a],s[a+1])}function Tf(e,n,t,r,i){const o=27+t,s=n[1],a=i(s,n,e,r,t);n[o]=a,Wo(e,!0);const c=2===e.type;return c?(cS(n[11],a,e),(0===function nO(){return Ut.lFrame.elementDepthCount}()||pa(e))&&Ii(a,n),function rO(){Ut.lFrame.elementDepthCount++}()):Ii(a,n),A_()&&(!c||!Y_(e))&&zm(s,n,a,e),e}function Sf(e){let n=e;return FE()?PE():(n=n.parent,Wo(n,!1)),n}function Df(e,n,t,r,i){const o=e.inputs?.[r],s=e.hostDirectiveInputs?.[r];let a=!1;if(s)for(let c=0;c<s.length;c+=2){const l=s[c];xs(n.data[l],t[l],s[c+1],i),a=!0}if(o)for(const c of o)xs(n.data[c],t[c],r,i),a=!0;return a}function VP(e,n){const t=Zr(n,e),r=t[1];!function jP(e,n){for(let t=n.length;t<e.blueprint.length;t++)n.push(e.blueprint[t])}(r,t);const i=t[0];null!==i&&null===t[6]&&(t[6]=null),En(ft.ComponentStart);try{If(r,t,t[8])}finally{En(ft.ComponentEnd,t[8])}}function If(e,n,t){gg(n);try{const r=e.viewQuery;null!==r&&um(1,r,t);const i=e.template;null!==i&&$S(e,n,i,1,t),e.firstCreatePass&&(e.firstCreatePass=!1),n[18]?.finishViewCreation(e),e.staticContentQueries&&zT(e,n),e.staticViewQueries&&um(2,e.viewQuery,t);const o=e.components;null!==o&&function HP(e,n){for(let t=0;t<n.length;t++)VP(e,n[t])}(n,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{n[2]&=-5,mg()}}function $c(e,n,t,r){const i=Y(null);try{const o=n.tView,c=uf(e,o,t,4096&e[2]?4096:16,null,n,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null);c[16]=e[n.index];const u=e[18];return null!==u&&(c[18]=u.createEmbeddedView(o)),If(o,c,t),c}finally{Y(i)}}function Ma(e,n){return!n||null===n.firstChild||iu(e)}function vu(e,n,t,r,i=!1){for(;null!==t;){if(128===t.type){t=i?t.projectionNext:t.next;continue}const o=n[t.index];null!==o&&r.push(xr(o)),Xr(o)&&GP(o,r);const s=t.type;if(8&s)vu(e,n,t.child,r);else if(32&s){const a=wm(t,n);let c;for(;c=a();)r.push(c)}else if(16&s){const a=HS(n,t);if(Array.isArray(a))r.push(...a);else{const c=$o(n[15]);vu(c[1],c,a,r,!0)}}t=i?t.projectionNext:t.next}return r}function GP(e,n){for(let t=10;t<e.length;t++){const r=e[t],i=r[1].firstChild;null!==i&&vu(r[1],r,i,n)}e[7]!==e[0]&&n.push(e[7])}function XS(e){if(null!==e[25]){for(const n of e[25])n.impl.addSequence(n);e[25].length=0}}let ZS=[];const qP={...Be,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{Ic(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},XP={...Be,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let n=$o(e.lView);for(;n&&!QS(n[1]);)n=$o(n);n&&Gl(n)},consumerOnSignalRead(){this.lView[24]=this}};function QS(e){return 2!==e.type}function JS(e){if(null===e[23])return;let n=!0;for(;n;){let t=!1;for(const r of e[23])r.dirty&&(t=!0,null===r.zone||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));n=t&&!!(8192&e[2])}}function wf(e,n=0){const r=e[10].rendererFactory;r.begin?.();try{!function QP(e,n){const t=zE();try{I_(!0),Km(e,n);let r=0;for(;ma(e);){if(100===r)throw new De(103,!1);r++,Km(e,1)}}finally{I_(t)}}(e,n)}finally{r.end?.()}}function eD(e,n,t,r){if(To(n))return;const i=n[2];gg(n);let a=!0,c=null,l=null;QS(e)?(l=function $P(e){return e[24]??function WP(e){const n=ZS.pop()??Object.create(qP);return n.lView=e,n}(e)}(n),c=be(l)):null===function ue(){return U}()?(a=!1,l=function YP(e){const n=e[24]??Object.create(XP);return n.lView=e,n}(n),c=be(l)):n[24]&&(Ze(n[24]),n[24]=null);try{cg(n),function VE(e){return Ut.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==t&&$S(e,n,t,2,r);const u=!(3&~i);if(u){const E=e.preOrderCheckHooks;null!==E&&L_(n,E,null)}else{const E=e.preOrderHooks;null!==E&&F_(n,E,0,null),Ng(n,0)}if(function JP(e){for(let n=nT(e);null!==n;n=rT(n)){if(!(2&n[2]))continue;const t=n[9];for(let r=0;r<t.length;r++)Gl(t[r])}}(n),JS(n),tD(n,0),null!==e.contentQueries&&zT(e,n),u){const E=e.contentCheckHooks;null!==E&&L_(n,E)}else{const E=e.contentHooks;null!==E&&F_(n,E,1),Ng(n,1)}!function tB(e,n){const t=e.hostBindingOpCodes;if(null!==t)try{for(let r=0;r<t.length;r++){const i=t[r];if(i<0)Yo(~i);else{const o=i,s=t[++r],a=t[++r];aO(s,o);const c=n[o];En(ft.HostBindingsUpdateStart,c);try{a(2,c)}finally{En(ft.HostBindingsUpdateEnd,c)}}}}finally{Yo(-1)}}(e,n);const _=e.components;null!==_&&rD(n,_,0);const g=e.viewQuery;if(null!==g&&um(2,g,r),u){const E=e.viewCheckHooks;null!==E&&L_(n,E)}else{const E=e.viewHooks;null!==E&&F_(n,E,2),Ng(n,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),n[22]){for(const E of n[22])E();n[22]=null}XS(n),n[2]&=-73}catch(u){throw Ic(n),u}finally{null!==l&&(We(l,c),a&&function KP(e){e.lView[24]!==e&&(e.lView=null,ZS.push(e))}(l)),mg()}}function tD(e,n){for(let t=nT(e);null!==t;t=rT(t))for(let r=10;r<t.length;r++)nD(t[r],n)}function eB(e,n,t){En(ft.ComponentStart);const r=Zr(n,e);try{nD(r,t)}finally{En(ft.ComponentEnd,r[8])}}function nD(e,n){T_(e)&&Km(e,n)}function Km(e,n){const r=e[1],i=e[2],o=e[24];let s=!!(0===n&&16&i);if(s||=!!(64&i&&0===n),s||=!!(1024&i),s||=!(!o?.dirty||!Me(o)),s||=!1,o&&(o.dirty=!1),e[2]&=-9217,s)eD(r,e,r.template,e[8]);else if(8192&i){const a=Y(null);try{JS(e),tD(e,1);const c=r.components;null!==c&&rD(e,c,1),XS(e)}finally{Y(a)}}}function rD(e,n,t){for(let r=0;r<n.length;r++)eB(e,n[r],t)}function Wc(e,n){const t=zE()?64:1088;for(e[10].changeDetectionScheduler?.notify(n);e;){e[2]|=t;const r=$o(e);if(Go(e)&&!r)return e;e=r}return null}function oD(e,n){const t=10+n;if(t<e.length)return e[t]}function Kc(e,n,t,r=!0){const i=n[1];if(function nB(e,n,t,r){const i=10+r,o=t.length;r>0&&(t[i-1][4]=n),r<o-10?(n[4]=t[i],function i_(e,n,t){n>=e.length?e.push(t):e.splice(n,0,t)}(t,10+r,n)):(t.push(n),n[4]=null),n[3]=t;const s=n[16];null!==s&&t!==s&&sD(s,n);const a=n[18];null!==a&&a.insertView(e),$l(n),n[2]|=128}(i,n,e,t),r){const s=Vm(t,e),a=n[11],c=a.parentNode(e[7]);null!==c&&function TP(e,n,t,r,i,o){r[0]=i,r[5]=n,bf(e,r,t,1,i,o)}(i,e[5],a,n,c,s)}const o=n[6];null!==o&&null!==o.firstChild&&(o.firstChild=null)}function qm(e,n){const t=yu(e,n);return void 0!==t&&mu(t[1],t),t}function yu(e,n){if(e.length<=10)return;const t=10+n,r=e[t];if(r){const i=r[16];null!==i&&i!==e&&Fm(i,r),n>0&&(e[t-1][4]=r[4]);const o=Cc(e,10+n);!function LS(e,n){FS(e,n),n[0]=null,n[5]=null}(r[1],r);const s=o[18];null!==s&&s.detachView(o[1]),r[3]=null,r[4]=null,r[2]&=-129}return r}function sD(e,n){const t=e[9],r=n[3];(Zn(r)||n[15]!==r[3][15])&&(e[2]|=2),null===t?e[9]=[n]:t.push(n)}class bu{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const n=this._lView,t=n[1];return vu(t,n,t.firstChild,[])}constructor(n,t){this._lView=n,this._cdRefInjectingView=t}get context(){return this._lView[8]}set context(n){this._lView[8]=n}get destroyed(){return To(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const n=this._lView[3];if(Xr(n)){const t=n[8],r=t?t.indexOf(this):-1;r>-1&&(yu(n,r),Cc(t,r))}this._attachedToViewContainer=!1}mu(this._lView[1],this._lView)}onDestroy(n){D_(this._lView,n)}markForCheck(){Wc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){$l(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,wf(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new De(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const n=Go(this._lView),t=this._lView[16];null!==t&&!n&&Fm(t,this._lView),FS(this._lView[1],this._lView)}attachToAppRef(n){if(this._attachedToViewContainer)throw new De(902,!1);this._appRef=n;const t=Go(this._lView),r=this._lView[16];null!==r&&!t&&sD(r,this._lView),$l(this._lView)}}function Na(e,n,t,r,i){let o=e.data[n];if(null===o)o=function Qm(e,n,t,r,i){const o=LE(),s=FE(),c=e.data[n]=function gB(e,n,t,r,i,o){let s=n?n.injectorIndex:-1,a=0;return ME()&&(a|=128),{type:t,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,controlDirectiveIndex:-1,customControlIndex:-1,propertyBindings:null,flags:a,providerIndexes:0,value:i,namespace:YE(),attrs:o,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:n,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?o:o&&o.parent,t,n,r,i);return function pB(e,n,t,r){null===e.firstChild&&(e.firstChild=n),null!==t&&(r?null==t.child&&null!==n.parent&&(t.child=n):null===t.next&&(t.next=n,n.prev=t))}(e,c,o,s),c}(e,n,t,r,i),function sO(){return Ut.lFrame.inI18n}()&&(o.flags|=32);else if(64&o.type){o.type=t,o.value=r,o.attrs=i;const s=function ql(){const e=Ut.lFrame,n=e.currentTNode;return e.isParent?n:n.parent}();o.injectorIndex=null===s?-1:s.injectorIndex}return Wo(o,!0),o}function DD(e,n){let t=0,r=e.firstChild;if(r){const i=e.data.r;for(;t<i;){const o=r.nextSibling;du(n,r,!1),r=o,t++}}}let QB=class{},RD=class{};class JB{resolveComponentFactory(n){throw new De(917,!1)}}let Yc=class{static NULL=new JB};class Lf{}let Rs=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function eU(){const e=xe(),t=Zr(Ht().index,e);return(Zn(t)?t:e)[11]}()})(),tU=(()=>{class e{static \u0275prov=Xe({token:e,providedIn:"root",factory:()=>null})}return e})();const sv={};class Zc{injector;parentInjector;constructor(n,t){this.injector=n,this.parentInjector=t}get(n,t,r){const i=this.injector.get(n,sv,r);return i!==sv||t===sv?i:this.parentInjector.get(n,t,r)}}function Pf(e,n,t){let r=t?e.styles:null,i=t?e.classes:null,o=0;if(null!==n)for(let s=0;s<n.length;s++){const a=n[s];"number"==typeof a?o=a:1==o?i=mo(i,a):2==o&&(r=mo(r,a+": "+n[++s]+";"))}t?e.styles=r:e.stylesWithoutHost=r,t?e.classes=i:e.classesWithoutHost=i}function nt(e,n=0){const t=xe();return null===t?Dt(e,n):P0(Ht(),t,kt(e),n)}function aU(e,n,t){n.componentOffset=t,(e.components??=[]).push(n.index)}function OD(e,n,t,r){const i=0===e?t.inputs:t.outputs;for(const o in i)if(i.hasOwnProperty(o)){let s;s=0===e?n.inputs??={}:n.outputs??={},s[o]??=[],s[o].push(r),FD(n,o)}}function LD(e,n,t,r){const i=0===e?t.inputs:t.outputs;for(const o in i)if(i.hasOwnProperty(o)){const s=i[o];let a;a=0===e?n.hostDirectiveInputs??={}:n.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,o),FD(n,s)}}function FD(e,n){"class"===n?e.flags|=8:"style"===n&&(e.flags|=16)}function PD(e,n,t){const{attrs:r,inputs:i,hostDirectiveInputs:o}=e;if(null===r||!t&&null===i||t&&null===o||Em(e))return e.initialInputs??=[],void e.initialInputs.push(null);let s=null,a=0;for(;a<r.length;){const c=r[a];if(0!==c)if(5!==c){if("number"==typeof c)break;if(!t&&i.hasOwnProperty(c)){const l=i[c];for(const u of l)if(u===n){s??=[],s.push(c,r[a+1]);break}}else if(t&&o.hasOwnProperty(c)){const l=o[c];for(let u=0;u<l.length;u+=2)if(l[u]===n){s??=[],s.push(l[u+1],r[a+1]);break}}a+=2}else a+=2;else a+=4}e.initialInputs??=[],e.initialInputs.push(s)}function uU(e,n,t,r,i){e.data[r]=i;const o=i.factory||(i.factory=zo(i.type)),s=new eu(o,ji(i),nt,null);e.blueprint[r]=s,t[r]=s,function dU(e,n,t,r,i){const o=i.hostBindings;if(o){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~n.index;(function _U(e){let n=e.length;for(;n>0;){const t=e[--n];if("number"==typeof t&&t<0)return t}return 0})(s)!=a&&s.push(a),s.push(t,r,o)}}(e,n,r,fu(e,t,i.hostVars,Dn),i)}function fU(e,n,t){if(t){if(n.exportAs)for(let r=0;r<n.exportAs.length;r++)t[n.exportAs[r]]=e;ji(n)&&(t[""]=e)}}function av(e,n,t,r,i,o,s,a){const c=n[1],l=c.consts,_=Na(c,e,t,r,Ur(l,s));return o&&function ND(e,n,t,r,i){const o=null===r?null:{"":-1},s=i(e,t);if(null!==s){let a=s,c=null,l=null;for(const u of s)if(null!==u.resolveHostDirectives){[a,c,l]=u.resolveHostDirectives(s);break}!function cU(e,n,t,r,i,o,s){const a=r.length;let c=null;for(let g=0;g<a;g++){const E=r[g];null===c&&ji(E)&&(c=E,aU(e,t,g)),Bg(B_(t,n),e,E.type)}(function hU(e,n,t){e.flags|=1,e.directiveStart=n,e.directiveEnd=n+t,e.providerIndexes=n})(t,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let g=0;g<a;g++){const E=r[g];E.providersResolver&&E.providersResolver(E)}let l=!1,u=!1,_=fu(e,n,a,null);a>0&&(t.directiveToIndex=new Map);for(let g=0;g<a;g++){const E=r[g];if(t.mergedAttrs=Lc(t.mergedAttrs,E.hostAttrs),uU(e,t,n,_,E),fU(_,E,i),null!==s&&s.has(E)){const[le,_e]=s.get(E);t.directiveToIndex.set(E.type,[_,le+t.directiveStart,_e+t.directiveStart])}else(null===o||!o.has(E))&&t.directiveToIndex.set(E.type,_);null!==E.contentQueries&&(t.flags|=4),(null!==E.hostBindings||null!==E.hostAttrs||0!==E.hostVars)&&(t.flags|=64);const P=E.type.prototype;!l&&(P.ngOnChanges||P.ngOnInit||P.ngDoCheck)&&((e.preOrderHooks??=[]).push(t.index),l=!0),!u&&(P.ngOnChanges||P.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(t.index),u=!0),_++}!function lU(e,n,t){for(let r=n.directiveStart;r<n.directiveEnd;r++){const i=e.data[r];if(null!==t&&t.has(i)){const o=t.get(i);LD(0,n,o,r),LD(1,n,o,r),PD(n,r,!0)}else OD(0,n,i,r),OD(1,n,i,r),PD(n,r,!1)}}(e,t,o)}(e,n,t,a,o,c,l)}null!==o&&null!==r&&function sU(e,n,t){const r=e.localNames=[];for(let i=0;i<n.length;i+=2){const o=t[n[i+1]];if(null==o)throw new De(-301,!1);r.push(n[i],o)}}(t,r,o)}(c,n,_,Ur(l,a),i),_.mergedAttrs=Lc(_.mergedAttrs,_.attrs),null!==_.attrs&&Pf(_,_.attrs,!1),null!==_.mergedAttrs&&Pf(_,_.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,_),_}function cv(e,n){(function D0(e,n){for(let t=n.directiveStart,r=n.directiveEnd;t<r;t++){const o=e.data[t].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:u}=o;s&&(e.contentHooks??=[]).push(-t,s),a&&((e.contentHooks??=[]).push(t,a),(e.contentCheckHooks??=[]).push(t,a)),c&&(e.viewHooks??=[]).push(-t,c),l&&((e.viewHooks??=[]).push(t,l),(e.viewCheckHooks??=[]).push(t,l)),null!=u&&(e.destroyHooks??=[]).push(t,u)}})(e,n),rg(n)&&e.queries.elementEnd(n)}function lv(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function Wn(e,n,t){return t!==Dn&&(!Object.is(e[n],t)&&(e[n]=t,!0))}function Ns(e,n,t){return function r(i){const o=r.__ngNativeEl__;void 0!==o&&function kL(e,n){if(null==e||"object"!=typeof e)return;let t=nm.get(e);t||(t=new WeakSet,nm.set(e,t)),t.add(n)}(i,o),Wc(oo(e)?Zr(e.index,n):n,5);const a=n[8];let c=UD(n,a,t,i),l=r.__ngNextListenerFn__;for(;l;)c=UD(n,a,l,i)&&c,l=l.__ngNextListenerFn__;return c}}function UD(e,n,t,r){const i=Y(null);try{return En(ft.OutputStart,n,t),!1!==t(r)}catch(o){return function Wm(e,n){const t=e[9];if(!t)return;let r;try{r=t.get(Cs,null)}catch{r=null}r?.(n)}(e,o),!1}finally{En(ft.OutputEnd,n,t),Y(i)}}function zD(e,n,t,r,i,o,s){const a=n.firstCreatePass?function kE(e){return e.cleanup??=[]}(n):null,c=function xE(e){return e[7]??=[]}(t),l=c.length;c.push(i,o),a&&a.push(r,e,l,(l+1)*(s?-1:1))}function Jc(e,n,t,r,i,o){const a=n[1],_=n[t][a.data[t].outputs[r]].subscribe(o);zD(e.index,a,n,i,o,_,!0)}const Jo=Symbol("BINDING");function dv(e){return e.debugInfo?.className||e.type.name||null}class qD extends Yc{ngModule;constructor(n){super(),this.ngModule=n}resolveComponentFactory(n){const t=Cn(n);return new _v(t,this.ngModule)}}class _v extends RD{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function kU(e){return Object.keys(e).map(n=>{const[t,r,i]=e[n],o={propName:t,templateName:n,isSignal:0!==(r&df.SignalBased)};return i&&(o.transform=i),o})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function RU(e){return Object.keys(e).map(n=>({propName:e[n],templateName:n}))}(this.componentDef.outputs),this.cachedOutputs}constructor(n,t){super(),this.componentDef=n,this.ngModule=t,this.componentType=n.type,this.selector=function eP(e){return e.map(JF).join(",")}(n.selectors),this.ngContentSelectors=n.ngContentSelectors??[],this.isBoundToModule=!!t}create(n,t,r,i,o,s){En(ft.DynamicComponentStart);const a=Y(null);try{const c=this.componentDef,l=function MU(e,n,t){let r=n instanceof yi?n:n?.injector;return r&&null!==e.getStandaloneInjector&&(r=e.getStandaloneInjector(r)||r),r?new Zc(t,r):t}(c,i||this.ngModule,n),u=function NU(e){const n=e.get(Lf,null);if(null===n)throw new De(407,!1);return{rendererFactory:n,sanitizer:e.get(tU,null),changeDetectionScheduler:e.get(ya,null),ngReflect:!1,tracingService:e.get(ka,null,{optional:!0})}}(l),_=u.tracingService;return _&&_.componentCreate?_.componentCreate(dv(c),()=>this.createComponentRef(u,l,t,r,o,s)):this.createComponentRef(u,l,t,r,o,s)}finally{Y(a)}}createComponentRef(n,t,r,i,o,s){const a=this.componentDef,c=function FU(e,n,t,r){const i=e?["ng-version","21.2.17"]:function tP(e){const n=[],t=[];let r=1,i=2;for(;r<e.length;){let o=e[r];if("string"==typeof o)2===i?""!==o&&n.push(o,e[++r]):8===i&&t.push(o);else{if(!lo(i))break;i=o}r++}return t.length&&n.push(1,...t),n}(n.selectors[0]);let o=null,s=null,a=0;if(t)for(const u of t)a+=u[Jo].requiredVars,u.create&&(u.targetIdx=0,(o??=[]).push(u)),u.update&&(u.targetIdx=0,(s??=[]).push(u));if(r)for(let u=0;u<r.length;u++){const _=r[u];if("function"!=typeof _)for(const g of _.bindings){a+=g[Jo].requiredVars;const E=u+1;g.create&&(g.targetIdx=E,(o??=[]).push(g)),g.update&&(g.targetIdx=E,(s??=[]).push(g))}}const c=[n];if(r)for(const u of r){const g=Yr("function"==typeof u?u:u.type);c.push(g)}return Tm(0,null,function PU(e,n){return e||n?t=>{if(1&t&&e)for(const r of e)r.create();if(2&t&&n)for(const r of n)r.update()}:null}(o,s),1,a,c,null,null,null,[i],null)}(i,a,s,o),l=n.rendererFactory.createRenderer(null,a),u=i?function RP(e,n,t,r){const o=r.get(EL,!1)||t===Ki.ShadowDom||t===Ki.ExperimentalIsolatedShadowDom,s=e.selectRootElement(n,o);if("script"===s.tagName.toLowerCase())throw new De(905,!1);return function MP(e){WS(e)}(s),s}(l,i,a.encapsulation,t):function OU(e,n){const t=function LU(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return sf(n,t,"svg"===t?"svg":"math"===t?"math":null)}(a,l),_=s?.some(YD)||o?.some(P=>"function"!=typeof P&&P.bindings.some(YD)),g=uf(null,c,null,512|Sm(a),null,null,n,l,t,null,null);g[27]=u,gg(g);let E=null;try{const P=av(27,g,2,"#host",()=>c.directiveRegistry,!0,0);cS(l,u,P),Ii(u,g),Cf(c,g,P),dm(c,P,g),cv(c,P),void 0!==r&&function UU(e,n,t){const r=e.projection=[];for(let i=0;i<n.length;i++){const o=t[i];r.push(null!=o&&o.length?Array.from(o):null)}}(P,this.ngContentSelectors,r),E=Zr(P.index,g),g[8]=E[8],If(c,g,null)}catch(P){throw null!==E&&Hg(E),Hg(g),P}finally{En(ft.DynamicComponentEnd),mg()}return new BU(this.componentType,g,!!_)}}function YD(e){const n=e[Jo].kind;return"input"===n||"twoWay"===n}class BU extends QB{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(n,t,r){super(),this._rootLView=t,this._hasInputBindings=r,this._tNode=ga(t[1],27),this.location=Fc(this._tNode,t),this.instance=Zr(this._tNode.index,t)[8],this.hostView=this.changeDetectorRef=new bu(t,void 0),this.componentType=n}setInput(n,t){const r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(n)&&Object.is(this.previousInputValues.get(n),t))return;const i=this._rootLView;Df(r,i[1],i,n,t),this.previousInputValues.set(n,t),Wc(Zr(r.index,i),1)}get injector(){return new ar(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(n){this.hostView.onDestroy(n)}}let Pa=class{};class hI extends Pa{injector;componentFactoryResolver=new qD(this);instance=null;constructor(n){super();const t=new hs([...n.providers,{provide:Pa,useValue:this},{provide:Yc,useValue:this.componentFactoryResolver}],n.parent||h_(),n.debugName,new Set(["environment"]));this.injector=t,n.runEnvironmentInitializers&&t.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(n){this.injector.onDestroy(n)}}let i3=(()=>{class e{_injector;cachedInjectors=new Map;constructor(t){this._injector=t}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t)){const r=l_(0,t.type),i=r.length>0?function pI(e,n,t=null){return new hI({providers:e,parent:n,debugName:t,runEnvironmentInitializers:!0}).injector}([r],this._injector,""):null;this.cachedInjectors.set(t,i)}return this.cachedInjectors.get(t)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())null!==t&&t.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=Xe({token:e,providedIn:"environment",factory:()=>new e(Dt(yi))})}return e})();function Li(e){return Xo(()=>{const n=mI(e),t={...n,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===j_.OnPush,directiveDefs:null,pipeDefs:null,dependencies:n.standalone&&e.dependencies||null,getStandaloneInjector:n.standalone?i=>i.get(i3).getOrCreateStandaloneInjector(t):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Ki.Emulated,styles:e.styles||Pn,_:null,schemas:e.schemas||null,tView:null,id:""};n.standalone&&ei("NgStandalone"),vI(t);const r=e.dependencies;return t.directiveDefs=Vf(r,gI),t.pipeDefs=Vf(r,zi),t.id=function c3(e){let n=0;const r=[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 o of r.join("|"))n=Math.imul(31,n)+o.charCodeAt(0)|0;return n+=2147483648,"c"+n}(t),t})}function gI(e){return Cn(e)||Yr(e)}function zf(e){return Xo(()=>({type:e.type,bootstrap:e.bootstrap||Pn,declarations:e.declarations||Pn,imports:e.imports||Pn,exports:e.exports||Pn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function o3(e,n){if(null==e)return ro;const t={};for(const r in e)if(e.hasOwnProperty(r)){const i=e[r];let o,s,a,c;Array.isArray(i)?(a=i[0],o=i[1],s=i[2]??o,c=i[3]||null):(o=i,s=i,a=df.None,c=null),t[o]=[r,a,c],n[o]=s}return t}function s3(e){if(null==e)return ro;const n={};for(const t in e)e.hasOwnProperty(t)&&(n[e[t]]=t);return n}function zt(e){return Xo(()=>{const n=mI(e);return vI(n),n})}function wi(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 mI(e){const n={};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:n,inputConfig:e.inputs||ro,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||Pn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,inputs:o3(e.inputs,n),outputs:s3(e.outputs),debugInfo:null}}function vI(e){e.features?.forEach(n=>n(e))}function Vf(e,n){return e?()=>{const t="function"==typeof e?e():e,r=[];for(const i of t){const o=n(i);null!==o&&r.push(o)}return r}:null}function Av(e){const n=t=>{const r=Array.isArray(e);null===t.hostDirectives?(t.resolveHostDirectives=u3,t.hostDirectives=r?e.map(xv):[e]):r?t.hostDirectives.unshift(...e.map(xv)):t.hostDirectives.unshift(e)};return n.ngInherit=!0,n}function u3(e){const n=[];let t=!1,r=null,i=null;for(let o=0;o<e.length;o++){const s=e[o];if(null!==s.hostDirectives){const a=n.length;r??=new Map,i??=new Map,yI(s,n,r),i.set(s,[a,n.length-1])}0===o&&ji(s)&&(t=!0,n.push(s))}for(let o=t?1:0;o<e.length;o++)n.push(e[o]);return[n,r,i]}function yI(e,n,t){if(null!==e.hostDirectives)for(const r of e.hostDirectives)if("function"==typeof r){const i=r();for(const o of i)bI(xv(o),n,t)}else bI(r,n,t)}function bI(e,n,t){const r=Yr(e.directive);(function d3(e,n){for(const t in n)n.hasOwnProperty(t)&&(e[n[t]]=e[t])})(r.declaredInputs,e.inputs),yI(r,n,t),t.set(r,e),n.push(r)}function xv(e){return"function"==typeof e?{directive:kt(e),inputs:ro,outputs:ro}:{directive:kt(e.directive),inputs:CI(e.inputs),outputs:CI(e.outputs)}}function CI(e){if(void 0===e||0===e.length)return ro;const n={};for(let t=0;t<e.length;t+=2)n[e[t]]=e[t+1];return n}function Tn(e){let n=function _3(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),t=!0;const r=[e];for(;n&&n!==Function.prototype&&n!==Object.prototype;){let i;const o=Object.hasOwn(n,Ol)?n[Ol]:void 0,s=Object.hasOwn(n,Xd)?n[Xd]:void 0;if(ji(e))i=o??s;else{if(o)throw new De(903,!1);i=s}if(i){if(t){r.push(i);const c=e;c.inputs=kv(e.inputs),c.declaredInputs=kv(e.declaredInputs),c.outputs=kv(e.outputs);const l=i.hostBindings;l&&m3(e,l);const u=i.viewQuery,_=i.contentQueries;if(u&&p3(e,u),_&&g3(e,_),f3(e,i),ia(e.outputs,i.outputs),ji(i)&&i.data.animation){const g=e.data;g.animation=(g.animation||[]).concat(i.data.animation)}}const a=i.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===Tn&&(t=!1)}}n=Object.getPrototypeOf(n)}!function h3(e){let n=0,t=null;for(let r=e.length-1;r>=0;r--){const i=e[r];i.hostVars=n+=i.hostVars,i.hostAttrs=Lc(i.hostAttrs,t=Lc(t,i.hostAttrs))}}(r)}function f3(e,n){for(const t in n.inputs){if(!n.inputs.hasOwnProperty(t)||e.inputs.hasOwnProperty(t))continue;const r=n.inputs[t];void 0!==r&&(e.inputs[t]=r,e.declaredInputs[t]=n.declaredInputs[t])}}function kv(e){return e===ro?{}:e===Pn?[]:e}function p3(e,n){const t=e.viewQuery;e.viewQuery=t?(r,i)=>{n(r,i),t(r,i)}:n}function g3(e,n){const t=e.contentQueries;e.contentQueries=t?(r,i,o)=>{n(r,i,o),t(r,i,o)}:n}function m3(e,n){const t=e.hostBindings;e.hostBindings=t?(r,i)=>{n(r,i),t(r,i)}:n}function Ba(e,n,t,r,i,o,s,a,c,l,u){const _=t+27;let g;if(n.firstCreatePass){if(g=Na(n,_,4,s||null,a||null),null!=l){const E=Ur(n.consts,l);g.localNames=[];for(let P=0;P<E.length;P+=2)g.localNames.push(E[P],-1)}}else g=n.data[_];return function TI(e,n,t,r,i,o,s,a){if(t.firstCreatePass){e.mergedAttrs=Lc(e.mergedAttrs,e.attrs);const u=e.tView=Tm(2,e,i,o,s,t.directiveRegistry,t.pipeRegistry,null,t.schemas,t.consts,null);null!==t.queries&&(t.queries.template(t,e),u.queries=t.queries.embeddedTView(e))}a&&(e.flags|=a),Wo(e,!1);const c=II(t,n,e,r);A_()&&zm(t,n,c,e),Ii(c,n);const l=function iD(e,n,t,r){return[e,!0,0,n,null,r,null,t,null,null]}(c,n,c,e);n[r+27]=l,Dm(n,l)}(g,e,n,t,r,i,o,c),null!=l&&Gc(e,g,u),g}let II=function wI(e,n,t,r){return Yl(!0),n[11].createComment("")};const nw=new Te("");function Xf(e){return!!e&&"function"==typeof e.then}function iw(e){return!!e&&"function"==typeof e.subscribe}const Uv=new Te("");let ow=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((t,r)=>{this.resolve=t,this.reject=r});appInits=J(Uv,{optional:!0})??[];injector=J($n);constructor(){}runInitializers(){if(this.initialized)return;const t=[];for(const i of this.appInits){const o=io(this.injector,i);if(Xf(o))t.push(o);else if(iw(o)){const s=new Promise((a,c)=>{o.subscribe({complete:a,error:c})});t.push(s)}}const r=()=>{this.done=!0,this.resolve()};Promise.all(t).then(()=>{r()}).catch(i=>{this.reject(i)}),0===t.length&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const Az=new Te("");let es=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=J(Cs);afterRenderManager=J(xS);zonelessEnabled=J(Tg);rootEffectScheduler=J(o0);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new ct;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=J(va);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe($i(t=>!t))}constructor(){J(ka,{optional:!0})}whenStable(){let t;return new Promise(r=>{t=this.isStable.subscribe({next:i=>{i&&r()}})}).finally(()=>{t.unsubscribe()})}_injector=J(yi);_rendererFactory=null;get injector(){return this._injector}bootstrap(t,r){return this.bootstrapImpl(t,r)}bootstrapImpl(t,r,i=$n.NULL){return this._injector.get(Nn).run(()=>{En(ft.BootstrapComponentStart);const s=t instanceof RD;if(!this._injector.get(ow).done)throw new De(405,"");let c;c=s?t:this._injector.get(Yc).resolveComponentFactory(t),this.componentTypes.push(c.componentType);const l=function kz(e){return e.isBoundToModule}(c)?void 0:this._injector.get(Pa),_=c.create(i,[],r||c.selector,l),g=_.location.nativeElement,E=_.injector.get(nw,null);return E?.registerApplication(g),_.onDestroy(()=>{this.detachView(_.hostView),Zf(this.components,_),E?.unregisterApplication(g)}),this._loadComponent(_),En(ft.BootstrapComponentEnd,_),_})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){En(ft.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(Om.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw En(ft.ChangeDetectionEnd),new De(101,!1);const t=Y(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,Y(t),this.afterTick.next(),En(ft.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Lf,null,{optional:!0}));let t=0;for(;0!==this.dirtyFlags&&t++<10;){En(ft.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{En(ft.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let t=!1;if(7&this.dirtyFlags){const r=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:i}of this.allViews)(r||ma(i))&&(wf(i,r&&!this.zonelessEnabled?0:1),t=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}t||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:t})=>ma(t))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(t){const r=t;this._views.push(r),r.attachToAppRef(this)}detachView(t){const r=t;Zf(this._views,r),r.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView);try{this.tick()}catch(i){this.internalErrorHandler(i)}this.components.push(t),this._injector.get(Az,[]).forEach(i=>i(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(t){return this._destroyListeners.push(t),()=>Zf(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new De(406,!1);const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Zf(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}class yV{destroy(n){}updateValue(n,t){}swap(n,t){const r=Math.min(n,t),i=Math.max(n,t),o=this.detach(i);if(i-r>1){const s=this.detach(r);this.attach(r,o),this.attach(i,s)}else this.attach(r,o)}move(n,t){this.attach(t,this.detach(n))}}function Wv(e,n,t,r,i){return e===t&&Object.is(n,r)?1:Object.is(i(e,n),i(t,r))?-1:0}function Kv(e,n,t,r){return!(void 0===n||!n.has(r)||(e.attach(t,n.get(r)),n.delete(r),0))}function gw(e,n,t,r,i){if(Kv(e,n,r,t(r,i)))e.updateValue(r,i);else{const o=e.create(r,i);e.attach(r,o)}}function mw(e,n,t,r){const i=new Set;for(let o=n;o<=t;o++)i.add(r(o,e.at(o)));return i}class vw{kvMap=new Map;_vMap=void 0;has(n){return this.kvMap.has(n)}delete(n){if(!this.has(n))return!1;const t=this.kvMap.get(n);return void 0!==this._vMap&&this._vMap.has(t)?(this.kvMap.set(n,this._vMap.get(t)),this._vMap.delete(t)):this.kvMap.delete(n),!0}get(n){return this.kvMap.get(n)}set(n,t){if(this.kvMap.has(n)){let r=this.kvMap.get(n);void 0===this._vMap&&(this._vMap=new Map);const i=this._vMap;for(;i.has(r);)r=i.get(r);i.set(r,t)}else this.kvMap.set(n,t)}forEach(n){for(let[t,r]of this.kvMap)if(n(r,t),void 0!==this._vMap){const i=this._vMap;for(;i.has(r);)r=i.get(r),n(r,t)}}}function qv(e,n,t,r,i,o,s,a){ei("NgControlFlow");const c=xe(),l=Gt();return Ba(c,l,e,n,t,r,i,Ur(l.consts,o),512,s,a),qv}class CV{lContainer;$implicit;$index;constructor(n,t,r){this.lContainer=n,this.$implicit=t,this.$index=r}get $count(){return this.lContainer.length-10}}function Cw(e,n){return n}class TV{hasEmptyBlock;trackByFn;liveCollection;constructor(n,t,r){this.hasEmptyBlock=n,this.trackByFn=t,this.liveCollection=r}}function Pu(e,n,t,r,i,o,s,a,c,l,u,_,g){ei("NgControlFlow");const E=xe(),P=Gt(),le=void 0!==c,_e=xe(),Ie=a?s.bind(_e[15][8]):s,Ce=new TV(le,Ie);_e[27+e]=Ce,Ba(E,P,e+1,n,t,r,i,Ur(P.consts,o),256),le&&Ba(E,P,e+2,c,l,u,_,Ur(P.consts,g),512)}class SV extends yV{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(n,t,r){super(),this.lContainer=n,this.hostLView=t,this.templateTNode=r}get length(){return this.lContainer.length-10}at(n){return this.getLView(n)[8].$implicit}attach(n,t){const r=t[6];this.needsIndexUpdate||=n!==this.length,Kc(this.lContainer,t,n,Ma(this.templateTNode,r)),function DV(e,n){if(e.length<=10)return;const r=e[10+n],i=r?r[26]:void 0;r&&i&&i.detachedLeaveAnimationFns&&i.detachedLeaveAnimationFns.length>0&&(function CP(e,n){const t=e.get(vf);if(n.detachedLeaveAnimationFns){for(const r of n.detachedLeaveAnimationFns)t.queue.delete(r);n.detachedLeaveAnimationFns=void 0}}(r[9],i),xa.delete(r[19]),i.detachedLeaveAnimationFns=void 0)}(this.lContainer,n)}detach(n){return this.needsIndexUpdate||=n!==this.length-1,function IV(e,n){if(e.length<=10)return;const r=e[10+n],i=r?r[26]:void 0;i&&i.leave&&i.leave.size>0&&(i.detachedLeaveAnimationFns=[])}(this.lContainer,n),function wV(e,n){return yu(e,n)}(this.lContainer,n)}create(n,t){return $c(this.hostLView,this.templateTNode,new CV(this.lContainer,t,n),{dehydratedView:null})}destroy(n){mu(n[1],n)}updateValue(n,t){this.getLView(n)[8].$implicit=t}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let n=0;n<this.length;n++)this.getLView(n)[8].$index=n}getLView(n){return function AV(e,n){return oD(e,n)}(this.lContainer,n)}}function Bu(e){const n=Y(null),t=kr();try{const r=xe(),i=r[1],o=r[t],s=t+1,a=th(r,s);if(void 0===o.liveCollection){const l=Yv(i,s);o.liveCollection=new SV(a,r,l)}else o.liveCollection.reset();const c=o.liveCollection;if(function bV(e,n,t,r){let i,o,s=0,a=e.length-1;if(Array.isArray(n)){Y(r);let l=n.length-1;for(Y(null);s<=a&&s<=l;){const u=e.at(s),_=n[s],g=Wv(s,u,s,_,t);if(0!==g){g<0&&e.updateValue(s,_),s++;continue}const E=e.at(a),P=n[l],le=Wv(a,E,l,P,t);if(0!==le){le<0&&e.updateValue(a,P),a--,l--;continue}const _e=t(s,u),Ie=t(a,E),Ce=t(s,_);if(Object.is(Ce,Ie)){const Ct=t(l,P);Object.is(Ct,_e)?(e.swap(s,a),e.updateValue(a,P),l--,a--):e.move(a,s),e.updateValue(s,_),s++;continue}if(i??=new vw,o??=mw(e,s,a,t),Kv(e,i,s,Ce))e.updateValue(s,_),s++,a++;else if(o.has(Ce))i.set(_e,e.detach(s)),a--;else{const Ct=e.create(s,n[s]);e.attach(s,Ct),s++,a++}}for(;s<=l;)gw(e,i,t,s,n[s]),s++}else if(null!=n){Y(r);const l=n[Symbol.iterator]();Y(null);let u=l.next();for(;!u.done&&s<=a;){const _=e.at(s),g=u.value,E=Wv(s,_,s,g,t);if(0!==E)E<0&&e.updateValue(s,g),s++,u=l.next();else{i??=new vw,o??=mw(e,s,a,t);const P=t(s,g);if(Kv(e,i,s,P))e.updateValue(s,g),s++,a++,u=l.next();else if(o.has(P)){const le=t(s,_);i.set(le,e.detach(s)),a--}else e.attach(s,e.create(s,g)),s++,a++,u=l.next()}}for(;!u.done;)gw(e,i,t,e.length,u.value),u=l.next()}for(;s<=a;)e.destroy(e.detach(a--));i?.forEach(l=>{e.destroy(l)})}(c,e,o.trackByFn,n),c.updateIndexes(),o.hasEmptyBlock){const l=Ei(),u=0===c.length;if(Wn(r,l,u)){const _=t+2,g=th(r,_);if(u){const E=Yv(i,_),P=null;Kc(g,$c(r,E,void 0,{dehydratedView:P}),0,Ma(E,P))}else i.firstUpdatePass&&function Nf(e){const n=e[6]??[],r=e[3][11],i=[];for(const o of n)void 0!==o.data.di?i.push(o):DD(o,r);e[6]=i}(g),qm(g,0)}}}finally{Y(n)}}function th(e,n){return e[n]}function Yv(e,n){return ga(e,n)}function li(e,n,t){const r=xe();return Wn(r,Ei(),n)&&(Gt(),Hm(so(),r,e,n,r[11],t)),li}function Xv(e,n,t,r,i){Df(n,e,t,i?"class":"style",r)}function an(e,n,t,r){const i=xe(),o=i[1],s=e+27,a=o.firstCreatePass?av(s,i,2,n,$m,function _g(){return Ut.bindingsEnabled}(),t,r):o.data[s];if(oo(a)){const c=i[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(dv(o.data[a.directiveStart+a.componentOffset]),()=>(Ew(e,n,i,a,r),an))}return Ew(e,n,i,a,r),an}function Ew(e,n,t,r,i){if(Tf(r,t,e,n,Zv),pa(r)){const o=t[1];Cf(o,t,r),dm(o,r,t)}null!=i&&Gc(t,r)}function mn(){const e=Gt(),t=Sf(Ht());return e.firstCreatePass&&cv(e,t),NE(t)&&OE(),RE(),null!=t.classesWithoutHost&&function T2(e){return!!(8&e.flags)}(t)&&Xv(e,t,xe(),t.classesWithoutHost,!0),null!=t.stylesWithoutHost&&function S2(e){return!!(16&e.flags)}(t)&&Xv(e,t,xe(),t.stylesWithoutHost,!1),mn}function Ha(e,n,t,r){return an(e,n,t,r),mn(),Ha}function ui(e,n,t,r){const i=xe(),o=i[1],s=e+27,a=o.firstCreatePass?function BD(e,n,t,r,i,o){const s=n.consts,c=Na(n,e,t,r,Ur(s,i));if(c.mergedAttrs=Lc(c.mergedAttrs,c.attrs),null!=o){const l=Ur(s,o);c.localNames=[];for(let u=0;u<l.length;u+=2)c.localNames.push(l[u],-1)}return null!==c.attrs&&Pf(c,c.attrs,!1),null!==c.mergedAttrs&&Pf(c,c.mergedAttrs,!0),null!==n.queries&&n.queries.elementStart(n,c),c}(s,o,2,n,t,r):o.data[s];return Tf(a,i,e,n,Zv),null!=r&&Gc(i,a),ui}function Yi(){return NE(Sf(Ht()))&&OE(),RE(),Yi}function Ga(e,n,t,r){return ui(e,n,t,r),Yi(),Ga}let Zv=(e,n,t,r,i)=>(Yl(!0),sf(n[11],r,YE()));function rh(){return xe()}function ih(e,n,t){const r=xe();return Wn(r,Ei(),n)&&(Gt(),Gm(so(),r,e,n,r[11],t)),ih}const oh="en-US";let xw=oh;function rr(e,n,t){const r=xe(),i=Gt(),o=Ht();return function oy(e,n,t,r,i,o,s){let a=!0,c=null;if((3&r.type||s)&&(c??=Ns(r,n,o),function uv(e,n,t,r,i,o,s,a){const c=pa(e);let l=!1,u=null;if(!r&&c&&(u=function yU(e,n,t,r){const i=e.cleanup;if(null!=i)for(let o=0;o<i.length-1;o+=2){const s=i[o];if(s===t&&i[o+1]===r){const a=n[7],c=i[o+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(o+=2)}return null}(n,t,o,e.index)),null!==u)(u.__ngLastListenerFn__||u).__ngNextListenerFn__=s,u.__ngLastListenerFn__=s,l=!0;else{const _=nr(e,t),g=r?r(_):_;r||(a.__ngNativeEl__=_);const E=i.listen(g,o,a);(function vU(e){return e.startsWith("animation")||e.startsWith("transition")})(o)||zD(r?le=>r(xr(le[e.index])):e.index,n,t,o,a,E,!1)}return l}(r,e,n,s,t,i,o,c)&&(a=!1)),a){const l=r.outputs?.[i],u=r.hostDirectiveOutputs?.[i];if(u&&u.length)for(let _=0;_<u.length;_+=2){const g=u[_],E=u[_+1];c??=Ns(r,n,o),Jc(r,n,g,E,i,c)}if(l&&l.length)for(const _ of l)c??=Ns(r,n,o),Jc(r,n,_,i,i,c)}}(i,r,r[11],o,e,n,t),rr}function ns(e=1){return function uO(e){return(Ut.lFrame.contextLView=function S_(e,n){for(;e>0;)n=n[14],e--;return n}(e,Ut.lFrame.contextLView))[8]}(e)}function C8(e,n){let t=null;const r=function YF(e){const n=e.attrs;if(null!=n){const t=n.indexOf(5);if(!(1&t))return n[t+1]}return null}(e);for(let i=0;i<n.length;i++){const o=n[i];if("*"!==o){if(null===r?bS(e,o,!0):QF(r,o))return i}else t=i}return t}function Fs(e){const n=xe()[15][5];if(!n.projection){const r=n.projection=function Ec(e,n){const t=[];for(let r=0;r<e;r++)t.push(n);return t}(e?e.length:1,null),i=r.slice();let o=n.child;for(;null!==o;){if(128!==o.type){const s=e?C8(o,e):0;null!==s&&(i[s]?i[s].projectionNext=o:r[s]=o,i[s]=o)}o=o.next}}}function Ps(e,n=0,t,r,i,o){const s=xe(),a=Gt(),c=r?e+1:null;null!==c&&Ba(s,a,c,r,i,o,null,t);const l=Na(a,27+e,16,null,t||null);null===l.projection&&(l.projection=n),PE();const _=!s[6]||ME();null===s[15][5].projection[l.projection]&&null!==c?function E8(e,n,t){const r=27+t,i=n.data[r],o=e[r];Kc(o,$c(e,i,void 0,{dehydratedView:null}),0,Ma(i,null))}(s,a,c):_&&!Y_(l)&&function AP(e,n,t){GS(n[11],0,n,t,Bm(e,t,n),US(t.parent||n[5],t,n))}(a,s,l)}function uh(e,n){return e<<17|n<<2}function $a(e){return e>>17&32767}function sy(e){return 2|e}function al(e){return(131068&e)>>2}function ay(e,n){return-131069&e|n<<2}function cy(e){return 1|e}function Jw(e,n,t,r){const i=e[t+1],o=null===n;let s=r?$a(i):al(i),a=!1;for(;0!==s&&(!1===a||o);){const l=e[s+1];M8(e[s],n)&&(a=!0,e[s+1]=r?cy(l):sy(l)),s=r?$a(l):al(l)}a&&(e[t+1]=r?sy(i):cy(i))}function M8(e,n){return null===e||null==n||(Array.isArray(e)?e[1]:e)===n||!(!Array.isArray(e)||"string"!=typeof n)&&la(e,n)>=0}function dh(e,n){return function aA(e,n,t,r){const i=xe(),o=Gt(),s=qo(2);o.firstUpdatePass&&function uA(e,n,t,r){const i=e.data;if(null===i[t+1]){const o=i[kr()],s=function lA(e,n){return n>=e.expandoStartIndex}(e,t);(function hA(e,n){return!!(e.flags&(n?8:16))})(o,r)&&null===n&&!s&&(n=!1),n=function H8(e,n,t,r){const i=function hg(e){const n=Ut.lFrame.currentDirectiveIndex;return-1===n?null:e[n]}(e);let o=r?n.residualClasses:n.residualStyles;if(null===i)0===(r?n.classBindings:n.styleBindings)&&(t=Gu(t=ly(null,e,n,t,r),n.attrs,r),o=null);else{const s=n.directiveStylingLast;if(-1===s||e[s]!==i)if(t=ly(i,e,n,t,r),null===o){let c=function G8(e,n,t){const r=t?n.classBindings:n.styleBindings;if(0!==al(r))return e[$a(r)]}(e,n,r);void 0!==c&&Array.isArray(c)&&(c=ly(null,e,n,c[1],r),c=Gu(c,n.attrs,r),function $8(e,n,t,r){e[$a(t?n.classBindings:n.styleBindings)]=r}(e,n,r,c))}else o=function W8(e,n,t){let r;const i=n.directiveEnd;for(let o=1+n.directiveStylingLast;o<i;o++)r=Gu(r,e[o].hostAttrs,t);return Gu(r,n.attrs,t)}(e,n,r)}return void 0!==o&&(r?n.residualClasses=o:n.residualStyles=o),t}(i,o,n,r),function k8(e,n,t,r,i,o){let s=o?n.classBindings:n.styleBindings,a=$a(s),c=al(s);e[r]=t;let u,l=!1;if(Array.isArray(t)?(u=t[1],(null===u||la(t,u)>0)&&(l=!0)):u=t,i)if(0!==c){const g=$a(e[a+1]);e[r+1]=uh(g,a),0!==g&&(e[g+1]=ay(e[g+1],r)),e[a+1]=function A8(e,n){return 131071&e|n<<17}(e[a+1],r)}else e[r+1]=uh(a,0),0!==a&&(e[a+1]=ay(e[a+1],r)),a=r;else e[r+1]=uh(c,0),0===a?a=r:e[c+1]=ay(e[c+1],r),c=r;l&&(e[r+1]=sy(e[r+1])),Jw(e,u,r,!0),Jw(e,u,r,!1),function R8(e,n,t,r,i){const o=i?e.residualClasses:e.residualStyles;null!=o&&"string"==typeof n&&la(o,n)>=0&&(t[r+1]=cy(t[r+1]))}(n,u,e,r,o),s=uh(a,c),o?n.classBindings=s:n.styleBindings=s}(i,o,n,t,s,r)}}(o,e,s,r),n!==Dn&&Wn(i,s,n)&&function _A(e,n,t,r,i,o,s,a){if(!(3&n.type))return;const c=e.data,l=c[a+1],u=function x8(e){return!(1&~e)}(l)?fA(c,n,t,i,al(l),s):void 0;_h(u)||(_h(o)||function w8(e){return!(2&~e)}(l)&&(o=fA(c,null,t,i,a,s)),function kP(e,n,t,r,i){if(n)i?e.addClass(t,r):e.removeClass(t,r);else{let o=-1===r.indexOf("-")?void 0:ks.DashCase;null==i?e.removeStyle(t,r,o):("string"==typeof i&&i.endsWith("!important")&&(i=i.slice(0,-10),o|=ks.Important),e.setStyle(t,r,i,o))}}(r,s,ys(kr(),t),i,o))}(o,o.data[kr()],i,i[11],e,i[s+1]=function X8(e,n){return null==e||""===e||("string"==typeof n?e+=n:"object"==typeof e&&(e=gi(ws(e)))),e}(n,t),r,s)}(e,n,null,!0),dh}function ly(e,n,t,r,i){let o=null;const s=t.directiveEnd;let a=t.directiveStylingLast;for(-1===a?a=t.directiveStart:a++;a<s&&(o=n[a],r=Gu(r,o.hostAttrs,i),o!==e);)a++;return null!==e&&(t.directiveStylingLast=a),r}function Gu(e,n,t){const r=t?1:2;let i=-1;if(null!==n)for(let o=0;o<n.length;o++){const s=n[o];"number"==typeof s?i=s:i===r&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),Tc(e,s,!!t||n[++o]))}return void 0===e?null:e}function fA(e,n,t,r,i,o){const s=null===n;let a;for(;i>0;){const c=e[i],l=Array.isArray(c),u=l?c[1]:c,_=null===u;let g=t[i+1];g===Dn&&(g=_?Pn:void 0);let E=_?Fl(g,r):u===r?g:void 0;if(l&&!_h(E)&&(E=Fl(c,r)),_h(E)&&(a=E,s))return a;const P=e[i+1];i=s?$a(P):al(P)}if(null!==n){let c=o?n.residualClasses:n.residualStyles;null!=c&&(a=Fl(c,r))}return a}function _h(e){return void 0!==e}function In(e,n=""){const t=xe(),r=Gt(),i=e+27,o=r.firstCreatePass?Na(r,i,1,n,null):r.data[i],s=pA(r,t,o,n);t[i]=s,A_()&&zm(r,t,s,o),Wo(o,!1)}let pA=(e,n,t,r)=>(Yl(!0),function ym(e,n){return e.createText(n)}(n[11],r));function vA(e,n,t,r,i,o=""){const a=function La(e,n,t,r){const i=Wn(e,n,t);return Wn(e,n+1,r)||i}(e,function Ko(){return Ut.lFrame.bindingIndex}(),t,i);return qo(2),a?n+jt(t)+r+jt(i)+o:Dn}function Ri(e){return jr("",e),Ri}function jr(e,n,t){const r=xe(),i=function mA(e,n,t,r=""){return Wn(e,Ei(),t)?n+jt(t)+r:Dn}(r,e,n,t);return i!==Dn&&rs(r,kr(),i),jr}function uy(e,n,t,r,i){const o=xe(),s=vA(o,e,n,t,r,i);return s!==Dn&&rs(o,kr(),s),uy}function rs(e,n,t){const r=ys(n,e);!function iS(e,n,t){e.setValue(n,t)}(e[11],r,t)}const OA={};function dy(e){ei("NgLet");const n=Gt(),t=xe(),r=e+27;return Wo(Na(n,r,128,null,null),!1),E_(n,t,r,OA),dy}function fh(e){const t=bs(function BE(){return Ut.lFrame.contextLView}(),27+e);if(t===OA)throw new De(314,!1);return t}function $u(e){return Wn(xe(),Ei(),e)?jt(e):Dn}function FA(e,n,t){const r=Gt();r.firstCreatePass&&PA(n,r.data,r.blueprint,ji(e),t)}function PA(e,n,t,r,i){if(e=kt(e),Array.isArray(e))for(let o=0;o<e.length;o++)PA(e[o],n,t,r,i);else{const o=Gt(),s=xe(),a=Ht();let c=yo(e)?e:kt(e.provide);const l=tg(e),u=1048575&a.providerIndexes,_=a.directiveStart,g=a.providerIndexes>>20;if(yo(e)||!e.multi){const E=new eu(l,i,nt,null),P=fy(c,n,i?u:u+g,_);-1===P?(Bg(B_(a,s),o,c),_y(o,e,n.length),n.push(c),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),t.push(E),s.push(E)):(t[P]=E,s[P]=E)}else{const E=fy(c,n,u+g,_),P=fy(c,n,u,u+g),_e=P>=0&&t[P];if(i&&!_e||!i&&!(E>=0&&t[E])){Bg(B_(a,s),o,c);const Ie=function _j(e,n,t,r,i){const s=new eu(e,t,nt,null);return s.multi=[],s.index=n,s.componentProviders=0,BA(s,i,r&&!t),s}(i?dj:uj,t.length,i,r,l);!i&&_e&&(t[P].providerFactory=Ie),_y(o,e,n.length,0),n.push(c),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),t.push(Ie),s.push(Ie)}else _y(o,e,E>-1?E:P,BA(t[i?P:E],l,!i&&r));!i&&r&&_e&&t[P].componentProviders++}}}function _y(e,n,t,r){const i=yo(n),o=function Jp(e){return!!e.useClass}(n);if(i||o){const c=(o?kt(n.useClass):n).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!i&&n.multi){const u=l.indexOf(t);-1===u?l.push(t,[r,c]):l[u+1].push(r,c)}else l.push(t,c)}}}function BA(e,n,t){return t&&e.componentProviders++,e.multi.push(n)-1}function fy(e,n,t,r){for(let i=t;i<r;i++)if(n[i]===e)return i;return-1}function uj(e,n,t,r,i){return hy(this.multi,[])}function dj(e,n,t,r,i){const o=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=ru(r,r[1],this.providerFactory.index,i);s=c.slice(0,a),hy(o,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],hy(o,s);return s}function hy(e,n){for(let t=0;t<e.length;t++)n.push((0,e[t])());return n}function yn(e,n){return t=>{t.providersResolver=(r,i)=>FA(r,i?i(e):e,!1),n&&(t.viewProvidersResolver=(r,i)=>FA(r,i?i(n):n,!0))}}function zA(e,n,t,r,i,o){const s=n+t;return Wn(e,s,i)?function uo(e,n,t){return e[n]=t}(e,s+1,o?r.call(o,i):r(i)):function Wu(e,n){const t=e[n];return t===Dn?void 0:t}(e,s+1)}function WA(e,n,t){const r=e+27,i=xe(),o=bs(i,r);return function Ku(e,n){return e[1].data[n].pure}(i,r)?zA(i,function Qr(){const e=Ut.lFrame;let n=e.bindingRootIndex;return-1===n&&(n=e.bindingRootIndex=e.tView.bindingStartIndex),n}(),n,o.transform,t,o):o.transform(t)}let aH=(()=>{class e{applicationErrorHandler=J(Cs);appRef=J(es);taskService=J(va);ngZone=J(Nn);zonelessEnabled=J(Tg);tracing=J(ka,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new st;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(k_):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(J(AO,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const t=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(t)):this.taskService.remove(t)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const t=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(t)})})}notify(t){if(!this.zonelessEnabled&&5===t)return;switch(t){case 0:case 6:case 13:this.appRef.dirtyFlags|=2;break;case 3:case 2: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 r=this.useMicrotaskScheduler?vO:e0;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>r(()=>this.tick())):this.ngZone.runOutsideAngular(()=>r(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(k_+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 t=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.applicationErrorHandler(r)}finally{this.taskService.remove(t),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const t=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(t)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function by(){return[{provide:ya,useExisting:aH},{provide:Nn,useClass:TO},{provide:Tg,useValue:!0}]}const Us=new Te("",{factory:()=>J(Us,{optional:!0,skipSelf:!0})||function lH(){return typeof $localize<"u"&&$localize.locale||oh}()});
40
40
  /**
41
41
  * @license Angular v21.2.17
42
42
  * (c) 2010-2026 Google LLC. https://angular.dev/
43
43
  * License: MIT
44
44
  */
45
- function ex(e,n,t){const r=Object.create(zj);r.source=e,r.computation=n,null!=t&&(r.equal=t);const o=()=>{if(Ie(r),ke(r),r.value===_t)throw r.error;return r.value};return o[le]=r,o}const zj={...Pe,value:Ke,dirty:!0,error:null,equal:ye,kind:"linkedSignal",producerMustRecompute:e=>e.value===Ke||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const n=e.value;e.value=Et;const t=be(e);let r,i=!1;try{const o=e.source(),s=n!==Ke&&n!==_t;r=e.computation(o,s?{source:e.sourceValue,value:n}:void 0),e.sourceValue=o,X(null),i=s&&r!==_t&&e.equal(n,r)}catch(o){r=_t,e.error=o}finally{$e(e,t)}i?e.value=n:(e.value=r,e.version++)}};
45
+ function px(e,n,t){const r=Object.create(mH);r.source=e,r.computation=n,null!=t&&(r.equal=t);const o=()=>{if(Ae(r),ke(r),r.value===_t)throw r.error;return r.value};return o[oe]=r,o}const mH={...Be,value:$e,dirty:!0,error:null,equal:ve,kind:"linkedSignal",producerMustRecompute:e=>e.value===$e||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const n=e.value;e.value=Et;const t=be(e);let r,i=!1;try{const o=e.source(),s=n!==$e&&n!==_t;r=e.computation(o,s?{source:e.sourceValue,value:n}:void 0),e.sourceValue=o,Y(null),i=s&&r!==_t&&e.equal(n,r)}catch(o){r=_t,e.error=o}finally{We(e,t)}i?e.value=n:(e.value=r,e.version++)}};
46
46
  /**
47
47
  * @license Angular v21.2.17
48
48
  * (c) 2010-2026 Google LLC. https://angular.dev/
49
49
  * License: MIT
50
50
  */
51
- class $j{destroyed=!1;listeners=null;errorHandler=re(Dc,{optional:!0});destroyRef=re(Ci);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(n){if(this.destroyed)throw new we(953,!1);return(this.listeners??=[]).push(n),{unsubscribe:()=>{const t=this.listeners?.indexOf(n);void 0!==t&&-1!==t&&this.listeners?.splice(t,1)}}}emit(n){if(this.destroyed)return void console.warn(Qn(953,!1));if(null===this.listeners)return;const t=X(null);try{for(const r of this.listeners)try{r(n)}catch(i){this.errorHandler?.handleError(i)}}finally{X(t)}}}function cr(e){return function Vj(e){const n=X(null);try{return e()}finally{X(n)}}(e)}function Rr(e,n){return function lt(e,n){const t=Object.create(Dt);t.computation=e,void 0!==n&&(t.equal=n);const r=()=>{if(Ie(t),ke(t),t.value===_t)throw t.error;return t.value};return r[le]=t,r}(e,n?.equal)}const Wj=e=>e;function nx(e,n){const t=e[le],r=e;return r.set=i=>function Bj(e,n){Ie(e),K(e,n),st(e)}(t,i),r.update=i=>function Uj(e,n){if(Ie(e),e.value===_t)throw e.error;G(e,n),st(e)}(t,i),r.asReadonly=_g.bind(e),r}Error,Error;
51
+ class EH{destroyed=!1;listeners=null;errorHandler=J(Ac,{optional:!0});destroyRef=J(Ti);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(n){if(this.destroyed)throw new De(953,!1);return(this.listeners??=[]).push(n),{unsubscribe:()=>{const t=this.listeners?.indexOf(n);void 0!==t&&-1!==t&&this.listeners?.splice(t,1)}}}emit(n){if(this.destroyed)return void console.warn(Jn(953,!1));if(null===this.listeners)return;const t=Y(null);try{for(const r of this.listeners)try{r(n)}catch(i){this.errorHandler?.handleError(i)}}finally{Y(t)}}}function lr(e){return function vH(e){const n=Y(null);try{return e()}finally{Y(n)}}(e)}function Mr(e,n){return function ut(e,n){const t=Object.create(Tt);t.computation=e,void 0!==n&&(t.equal=n);const r=()=>{if(Ae(t),ke(t),t.value===_t)throw t.error;return t.value};return r[oe]=t,r}(e,n?.equal)}const TH=e=>e;function mx(e,n){const t=e[oe],r=e;return r.set=i=>function pH(e,n){Ae(e),$(e,n),it(e)}(t,i),r.update=i=>function gH(e,n){if(Ae(e),e.value===_t)throw e.error;z(e,n),it(e)}(t,i),r.asReadonly=Cg.bind(e),r}Error,Error;
52
52
  /**
53
53
  * @license Angular v21.2.17
54
54
  * (c) 2010-2026 Google LLC. https://angular.dev/
55
55
  * License: MIT
56
56
  */
57
- const vh=Symbol("InputSignalNode#UNSET"),Bx={..._,transformFn:void 0,applyValueToInputSignal(e,n){K(e,n)}};function Ux(e,n){const t=Object.create(Bx);function r(){if(ke(t),t.value===vh)throw new we(-950,null);return t.value}return t.value=e,t.transformFn=n?.transform,r[le]=t,r}function Mr(e){return new $j}function zx(e,n){return Ux(e,n)}const rt=(zx.required=function K4(e){return Ux(vh,e)},zx),yh=new Se(""),n6=new Se("");function Xu(e){return!e.moduleRef}let Kx,_l=null;let Eh=(()=>class e{static __NG_ELEMENT_ID__=C6})();function C6(e){return function E6(e,n,t){if(ro(e)&&!t){const r=Yr(e.index,n);return new gu(r,r)}return 175&e.type?new gu(n[15],n):null}(Ht(),Oe(),!(16&~e))}class ck{supports(n){return n instanceof Map||ev(n)}create(){return new w6}}class w6{_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(n){let t;for(t=this._mapHead;null!==t;t=t._next)n(t)}forEachPreviousItem(n){let t;for(t=this._previousMapHead;null!==t;t=t._nextPrevious)n(t)}forEachChangedItem(n){let t;for(t=this._changesHead;null!==t;t=t._nextChanged)n(t)}forEachAddedItem(n){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)n(t)}forEachRemovedItem(n){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)n(t)}diff(n){if(n){if(!(n instanceof Map||ev(n)))throw new we(900,!1)}else n=new Map;return this.check(n)?this:null}check(n){this._reset();let t=this._mapHead;if(this._appendAfter=null,this._forEach(n,(r,i)=>{if(t&&t.key===i)this._maybeAddToChanges(t,r),this._appendAfter=t,t=t._next;else{const o=this._getOrCreateRecordForKey(i,r);t=this._insertBeforeOrAppend(t,o)}}),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let r=t;null!==r;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(n,t){if(n){const r=n._prev;return t._next=n,t._prev=r,n._prev=t,r&&(r._next=t),n===this._mapHead&&(this._mapHead=t),this._appendAfter=n,n}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(n,t){if(this._records.has(n)){const i=this._records.get(n);this._maybeAddToChanges(i,t);const o=i._prev,s=i._next;return o&&(o._next=s),s&&(s._prev=o),i._next=null,i._prev=null,i}const r=new A6(n);return this._records.set(n,r),r.currentValue=t,this._addToAdditions(r),r}_reset(){if(this.isDirty){let n;for(this._previousMapHead=this._mapHead,n=this._previousMapHead;null!==n;n=n._next)n._nextPrevious=n._next;for(n=this._changesHead;null!==n;n=n._nextChanged)n.previousValue=n.currentValue;for(n=this._additionsHead;null!=n;n=n._nextAdded)n.previousValue=n.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(n,t){Object.is(t,n.currentValue)||(n.previousValue=n.currentValue,n.currentValue=t,this._addToChanges(n))}_addToAdditions(n){null===this._additionsHead?this._additionsHead=this._additionsTail=n:(this._additionsTail._nextAdded=n,this._additionsTail=n)}_addToChanges(n){null===this._changesHead?this._changesHead=this._changesTail=n:(this._changesTail._nextChanged=n,this._changesTail=n)}_forEach(n,t){n instanceof Map?n.forEach(t):Object.keys(n).forEach(r=>t(n[r],r))}}class A6{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(n){this.key=n}}function uk(){return new Th([new ck])}let Th=(()=>{class e{static \u0275prov=Je({token:e,providedIn:"root",factory:uk});factories;constructor(t){this.factories=t}static create(t,r){if(r){const i=r.factories.slice();t=t.concat(i)}return new e(t)}static extend(t){return{provide:e,useFactory:()=>{const r=re(e,{optional:!0,skipSelf:!0});return e.create(t,r||uk())}}}find(t){const r=this.factories.find(i=>i.supports(t));if(r)return r;throw new we(901,!1)}}return e})();function R6(e){const{rootComponent:n,appProviders:t,platformProviders:r,platformRef:i}=e;Cn(pt.BootstrapApplicationStart);try{const o=i?.injector??function a6(e=[]){if(_l)return _l;const n=function Xx(e=[],n){return Gn.create({name:n,providers:[{provide:a_,useValue:"platform"},{provide:yh,useValue:new Set([()=>_l=null])},...e]})}(e);return _l=n,function Q3(){!function Fe(e){gt=e}(()=>{throw new we(600,"")})}(),function Zx(e){const n=e.get(XE,null);no(e,()=>{n?.forEach(t=>t())})}(n),n}(r),s=[dy(),H0,...t||[]];return function Wx(e){const n=Xu(e)?e.r3Injector:e.moduleRef.injector,t=n.get(Mn);return t.run(()=>{Xu(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=n.get(vs);let i;if(t.runOutsideAngular(()=>{i=t.onError.subscribe({next:r})}),Xu(e)){const o=()=>n.destroy(),s=e.platformInjector.get(yh);s.add(o),n.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{const o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(yh);s.add(o),e.moduleRef.onDestroy(()=>{Wf(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return function i6(e,n,t){try{const r=t();return $f(r)?r.catch(i=>{throw n.runOutsideAngular(()=>e(i)),i}):r}catch(r){throw n.runOutsideAngular(()=>e(r)),r}}(r,t,()=>{const o=n.get(ha),s=o.add(),a=n.get(GI);return a.runInitializers(),a.donePromise.then(()=>{if(function sV(e){"string"==typeof e&&(hw=e.toLowerCase().replace(/_/g,"-"))}(n.get(Fs,eh)||eh),!n.get(n6,!0))return Xu(e)?n.get(Qo):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Xu(e)){const d=n.get(Qo);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return Kx?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{o.remove(s)})})})}({r3Injector:new JS({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:o,rootComponent:n})}catch(o){return Promise.reject(o)}finally{Cn(pt.BootstrapApplicationEnd)}}function Un(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function Ps(e){return this instanceof Ps?(this.v=e,this):new Ps(e)}function Tk(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=function ky(e){var n="function"==typeof Symbol&&Symbol.iterator,t=n&&e[n],r=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(o){t[o]=e[o]&&function(s){return new Promise(function(a,c){!function i(o,s,a,c){Promise.resolve(c).then(function(l){o({value:l,done:a})},s)}(a,c,(s=e[o](s)).done,s.value)})}}}"function"==typeof SuppressedError&&SuppressedError;const Dk=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function Sk(e){return O(e?.then)}function Ik(e){return O(e[Tn])}function wk(e){return Symbol.asyncIterator&&O(e?.[Symbol.asyncIterator])}function Ak(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 xk=function b7(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function kk(e){return O(e?.[xk])}function Rk(e){return function Ek(e,n,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,r=t.apply(e,n||[]),o=[];return i=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(S){return function(U){return Promise.resolve(U).then(S,h)}}),i[Symbol.asyncIterator]=function(){return this},i;function a(S,U){r[S]&&(i[S]=function(de){return new Promise(function(pe,xe){o.push([S,de,pe,xe])>1||c(S,de)})},U&&(i[S]=U(i[S])))}function c(S,U){try{!function l(S){S.value instanceof Ps?Promise.resolve(S.value.v).then(d,h):y(o[0][2],S)}(r[S](U))}catch(de){y(o[0][3],de)}}function d(S){c("next",S)}function h(S){c("throw",S)}function y(S,U){S(U),o.shift(),o.length&&c(o[0][0],o[0][1])}}(this,arguments,function*(){const t=e.getReader();try{for(;;){const{value:r,done:i}=yield Ps(t.read());if(i)return yield Ps(void 0);yield yield Ps(r)}}finally{t.releaseLock()}})}function Mk(e){return O(e?.getReader)}function Io(e){if(e instanceof ae)return e;if(null!=e){if(Ik(e))return function C7(e){return new ae(n=>{const t=e[Tn]();if(O(t.subscribe))return t.subscribe(n);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(Dk(e))return function E7(e){return new ae(n=>{for(let t=0;t<e.length&&!n.closed;t++)n.next(e[t]);n.complete()})}(e);if(Sk(e))return function T7(e){return new ae(n=>{e.then(t=>{n.closed||(n.next(t),n.complete())},t=>n.error(t)).then(null,x)})}(e);if(wk(e))return Nk(e);if(kk(e))return function D7(e){return new ae(n=>{for(const t of e)if(n.next(t),n.closed)return;n.complete()})}(e);if(Mk(e))return function S7(e){return Nk(Rk(e))}(e)}throw Ak(e)}function Nk(e){return new ae(n=>{(function I7(e,n){var t,r,i,o;return function bk(e,n,t,r){return new(t||(t=Promise))(function(o,s){function a(d){try{l(r.next(d))}catch(h){s(h)}}function c(d){try{l(r.throw(d))}catch(h){s(h)}}function l(d){d.done?o(d.value):function i(o){return o instanceof t?o:new t(function(s){s(o)})}(d.value).then(a,c)}l((r=r.apply(e,n||[])).next())})}(this,void 0,void 0,function*(){try{for(t=Tk(e);!(r=yield t.next()).done;)if(n.next(r.value),n.closed)return}catch(s){i={error:s}}finally{try{r&&!r.done&&(o=t.return)&&(yield o.call(t))}finally{if(i)throw i.error}}n.complete()})})(e,n).catch(t=>n.error(t))})}function Bs(e,n,t,r=0,i=!1){const o=n.schedule(function(){t(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function Ok(e,n=0){return so((t,r)=>{t.subscribe(ji(r,i=>Bs(r,e,()=>r.next(i),n),()=>Bs(r,e,()=>r.complete(),n),i=>Bs(r,e,()=>r.error(i),n)))})}function Lk(e,n=0){return so((t,r)=>{r.add(e.schedule(()=>t.subscribe(r),n))})}function Fk(e,n){if(!e)throw new Error("Iterable cannot be null");return new ae(t=>{Bs(t,n,()=>{const r=e[Symbol.asyncIterator]();Bs(t,n,()=>{r.next().then(i=>{i.done?t.complete():t.next(i.value)})},0,!0)})})}function Ih(e,n){return n?function M7(e,n){if(null!=e){if(Ik(e))return function w7(e,n){return Io(e).pipe(Lk(n),Ok(n))}(e,n);if(Dk(e))return function x7(e,n){return new ae(t=>{let r=0;return n.schedule(function(){r===e.length?t.complete():(t.next(e[r++]),t.closed||this.schedule())})})}(e,n);if(Sk(e))return function A7(e,n){return Io(e).pipe(Lk(n),Ok(n))}(e,n);if(wk(e))return Fk(e,n);if(kk(e))return function k7(e,n){return new ae(t=>{let r;return Bs(t,n,()=>{r=e[xk](),Bs(t,n,()=>{let i,o;try{({value:i,done:o}=r.next())}catch(s){return void t.error(s)}o?t.complete():t.next(i)},0,!0)}),()=>O(r?.return)&&r.return()})}(e,n);if(Mk(e))return function R7(e,n){return Fk(Rk(e),n)}(e,n)}throw Ak(e)}(e,n):Io(e)}const{isArray:N7}=Array,{getPrototypeOf:O7,prototype:L7,keys:F7}=Object;function My(e){return e[e.length-1]}function wh(e){return function Pk(e){return e&&O(e.schedule)}(My(e))?e.pop():void 0}const{isArray:V7}=Array;function G7(e,n){return e.reduce((t,r,i)=>(t[r]=n[i],t),{})}function $7(...e){const n=function U7(e){return O(My(e))?e.pop():void 0}(e),{args:t,keys:r}=function P7(e){if(1===e.length){const n=e[0];if(N7(n))return{args:n,keys:null};if(function B7(e){return e&&"object"==typeof e&&O7(e)===L7}(n)){const t=F7(n);return{args:t.map(r=>n[r]),keys:t}}}return{args:e,keys:null}}(e),i=new ae(o=>{const{length:s}=t;if(!s)return void o.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let h=!1;Io(t[d]).subscribe(ji(o,y=>{h||(h=!0,l--),a[d]=y},()=>c--,void 0,()=>{(!c||!h)&&(l||o.next(r?G7(r,a):a),o.complete())}))}});return n?i.pipe(function H7(e){return Hi(n=>function j7(e,n){return V7(n)?e(...n):e(n)}(e,n))}(n)):i}
57
+ const Th=Symbol("InputSignalNode#UNSET"),Jx={...p,transformFn:void 0,applyValueToInputSignal(e,n){$(e,n)}};function ek(e,n){const t=Object.create(Jx);function r(){if(ke(t),t.value===Th)throw new De(-950,null);return t.value}return t.value=e,t.transformFn=n?.transform,r[oe]=t,r}function Nr(e){return new EH}function tk(e,n){return ek(e,n)}const tt=(tk.required=function S6(e){return ek(Th,e)},tk),Sh=new Te(""),N6=new Te("");function ed(e){return!e.moduleRef}let ck,gl=null;let wh=(()=>class e{static __NG_ELEMENT_ID__=Q6})();function Q6(e){return function J6(e,n,t){if(oo(e)&&!t){const r=Zr(e.index,n);return new bu(r,r)}return 175&e.type?new bu(n[15],n):null}(Ht(),xe(),!(16&~e))}class Tk{supports(n){return n instanceof Map||lv(n)}create(){return new i7}}class i7{_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(n){let t;for(t=this._mapHead;null!==t;t=t._next)n(t)}forEachPreviousItem(n){let t;for(t=this._previousMapHead;null!==t;t=t._nextPrevious)n(t)}forEachChangedItem(n){let t;for(t=this._changesHead;null!==t;t=t._nextChanged)n(t)}forEachAddedItem(n){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)n(t)}forEachRemovedItem(n){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)n(t)}diff(n){if(n){if(!(n instanceof Map||lv(n)))throw new De(900,!1)}else n=new Map;return this.check(n)?this:null}check(n){this._reset();let t=this._mapHead;if(this._appendAfter=null,this._forEach(n,(r,i)=>{if(t&&t.key===i)this._maybeAddToChanges(t,r),this._appendAfter=t,t=t._next;else{const o=this._getOrCreateRecordForKey(i,r);t=this._insertBeforeOrAppend(t,o)}}),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let r=t;null!==r;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(n,t){if(n){const r=n._prev;return t._next=n,t._prev=r,n._prev=t,r&&(r._next=t),n===this._mapHead&&(this._mapHead=t),this._appendAfter=n,n}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(n,t){if(this._records.has(n)){const i=this._records.get(n);this._maybeAddToChanges(i,t);const o=i._prev,s=i._next;return o&&(o._next=s),s&&(s._prev=o),i._next=null,i._prev=null,i}const r=new o7(n);return this._records.set(n,r),r.currentValue=t,this._addToAdditions(r),r}_reset(){if(this.isDirty){let n;for(this._previousMapHead=this._mapHead,n=this._previousMapHead;null!==n;n=n._next)n._nextPrevious=n._next;for(n=this._changesHead;null!==n;n=n._nextChanged)n.previousValue=n.currentValue;for(n=this._additionsHead;null!=n;n=n._nextAdded)n.previousValue=n.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(n,t){Object.is(t,n.currentValue)||(n.previousValue=n.currentValue,n.currentValue=t,this._addToChanges(n))}_addToAdditions(n){null===this._additionsHead?this._additionsHead=this._additionsTail=n:(this._additionsTail._nextAdded=n,this._additionsTail=n)}_addToChanges(n){null===this._changesHead?this._changesHead=this._changesTail=n:(this._changesTail._nextChanged=n,this._changesTail=n)}_forEach(n,t){n instanceof Map?n.forEach(t):Object.keys(n).forEach(r=>t(n[r],r))}}class o7{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(n){this.key=n}}function Dk(){return new Ah([new Tk])}let Ah=(()=>{class e{static \u0275prov=Xe({token:e,providedIn:"root",factory:Dk});factories;constructor(t){this.factories=t}static create(t,r){if(r){const i=r.factories.slice();t=t.concat(i)}return new e(t)}static extend(t){return{provide:e,useFactory:()=>{const r=J(e,{optional:!0,skipSelf:!0});return e.create(t,r||Dk())}}}find(t){const r=this.factories.find(i=>i.supports(t));if(r)return r;throw new De(901,!1)}}return e})();function c7(e){const{rootComponent:n,appProviders:t,platformProviders:r,platformRef:i}=e;En(ft.BootstrapApplicationStart);try{const o=i?.injector??function B6(e=[]){if(gl)return gl;const n=function dk(e=[],n){return $n.create({name:n,providers:[{provide:__,useValue:"platform"},{provide:Sh,useValue:new Set([()=>gl=null])},...e]})}(e);return gl=n,function xz(){!function at(e){pt=e}(()=>{throw new De(600,"")})}(),function _k(e){const n=e.get(dT,null);io(e,()=>{n?.forEach(t=>t())})}(n),n}(r),s=[by(),i0,...t||[]];return function ak(e){const n=ed(e)?e.r3Injector:e.moduleRef.injector,t=n.get(Nn);return t.run(()=>{ed(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=n.get(Cs);let i;if(t.runOutsideAngular(()=>{i=t.onError.subscribe({next:r})}),ed(e)){const o=()=>n.destroy(),s=e.platformInjector.get(Sh);s.add(o),n.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{const o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(Sh);s.add(o),e.moduleRef.onDestroy(()=>{Zf(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return function L6(e,n,t){try{const r=t();return Xf(r)?r.catch(i=>{throw n.runOutsideAngular(()=>e(i)),i}):r}catch(r){throw n.runOutsideAngular(()=>e(r)),r}}(r,t,()=>{const o=n.get(va),s=o.add(),a=n.get(ow);return a.runInitializers(),a.donePromise.then(()=>{if(function PV(e){"string"==typeof e&&(xw=e.toLowerCase().replace(/_/g,"-"))}(n.get(Us,oh)||oh),!n.get(N6,!0))return ed(e)?n.get(es):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(ed(e)){const u=n.get(es);return void 0!==e.rootComponent&&u.bootstrap(e.rootComponent),u}return ck?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{o.remove(s)})})})}({r3Injector:new hI({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:o,rootComponent:n})}catch(o){return Promise.reject(o)}finally{En(ft.BootstrapApplicationEnd)}}function zn(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function zs(e){return this instanceof zs?(this.v=e,this):new zs(e)}function Bk(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=function Uy(e){var n="function"==typeof Symbol&&Symbol.iterator,t=n&&e[n],r=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(o){t[o]=e[o]&&function(s){return new Promise(function(a,c){!function i(o,s,a,c){Promise.resolve(c).then(function(l){o({value:l,done:a})},s)}(a,c,(s=e[o](s)).done,s.value)})}}}"function"==typeof SuppressedError&&SuppressedError;const Uk=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function zk(e){return Z(e?.then)}function Vk(e){return Z(e[Sn])}function jk(e){return Symbol.asyncIterator&&Z(e?.[Symbol.asyncIterator])}function Hk(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 Gk=function Z7(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function $k(e){return Z(e?.[Gk])}function Wk(e){return function Pk(e,n,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,r=t.apply(e,n||[]),o=[];return i=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(E){return function(P){return Promise.resolve(P).then(E,_)}}),i[Symbol.asyncIterator]=function(){return this},i;function a(E,P){r[E]&&(i[E]=function(le){return new Promise(function(_e,Ie){o.push([E,le,_e,Ie])>1||c(E,le)})},P&&(i[E]=P(i[E])))}function c(E,P){try{!function l(E){E.value instanceof zs?Promise.resolve(E.value.v).then(u,_):g(o[0][2],E)}(r[E](P))}catch(le){g(o[0][3],le)}}function u(E){c("next",E)}function _(E){c("throw",E)}function g(E,P){E(P),o.shift(),o.length&&c(o[0][0],o[0][1])}}(this,arguments,function*(){const t=e.getReader();try{for(;;){const{value:r,done:i}=yield zs(t.read());if(i)return yield zs(void 0);yield yield zs(r)}}finally{t.releaseLock()}})}function Kk(e){return Z(e?.getReader)}function Ao(e){if(e instanceof re)return e;if(null!=e){if(Vk(e))return function Q7(e){return new re(n=>{const t=e[Sn]();if(Z(t.subscribe))return t.subscribe(n);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(Uk(e))return function J7(e){return new re(n=>{for(let t=0;t<e.length&&!n.closed;t++)n.next(e[t]);n.complete()})}(e);if(zk(e))return function eG(e){return new re(n=>{e.then(t=>{n.closed||(n.next(t),n.complete())},t=>n.error(t)).then(null,A)})}(e);if(jk(e))return qk(e);if($k(e))return function tG(e){return new re(n=>{for(const t of e)if(n.next(t),n.closed)return;n.complete()})}(e);if(Kk(e))return function nG(e){return qk(Wk(e))}(e)}throw Hk(e)}function qk(e){return new re(n=>{(function rG(e,n){var t,r,i,o;return function Lk(e,n,t,r){return new(t||(t=Promise))(function(o,s){function a(u){try{l(r.next(u))}catch(_){s(_)}}function c(u){try{l(r.throw(u))}catch(_){s(_)}}function l(u){u.done?o(u.value):function i(o){return o instanceof t?o:new t(function(s){s(o)})}(u.value).then(a,c)}l((r=r.apply(e,n||[])).next())})}(this,void 0,void 0,function*(){try{for(t=Bk(e);!(r=yield t.next()).done;)if(n.next(r.value),n.closed)return}catch(s){i={error:s}}finally{try{r&&!r.done&&(o=t.return)&&(yield o.call(t))}finally{if(i)throw i.error}}n.complete()})})(e,n).catch(t=>n.error(t))})}function Vs(e,n,t,r=0,i=!1){const o=n.schedule(function(){t(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function Yk(e,n=0){return co((t,r)=>{t.subscribe(Gi(r,i=>Vs(r,e,()=>r.next(i),n),()=>Vs(r,e,()=>r.complete(),n),i=>Vs(r,e,()=>r.error(i),n)))})}function Xk(e,n=0){return co((t,r)=>{r.add(e.schedule(()=>t.subscribe(r),n))})}function Zk(e,n){if(!e)throw new Error("Iterable cannot be null");return new re(t=>{Vs(t,n,()=>{const r=e[Symbol.asyncIterator]();Vs(t,n,()=>{r.next().then(i=>{i.done?t.complete():t.next(i.value)})},0,!0)})})}function Rh(e,n){return n?function lG(e,n){if(null!=e){if(Vk(e))return function iG(e,n){return Ao(e).pipe(Xk(n),Yk(n))}(e,n);if(Uk(e))return function sG(e,n){return new re(t=>{let r=0;return n.schedule(function(){r===e.length?t.complete():(t.next(e[r++]),t.closed||this.schedule())})})}(e,n);if(zk(e))return function oG(e,n){return Ao(e).pipe(Xk(n),Yk(n))}(e,n);if(jk(e))return Zk(e,n);if($k(e))return function aG(e,n){return new re(t=>{let r;return Vs(t,n,()=>{r=e[Gk](),Vs(t,n,()=>{let i,o;try{({value:i,done:o}=r.next())}catch(s){return void t.error(s)}o?t.complete():t.next(i)},0,!0)}),()=>Z(r?.return)&&r.return()})}(e,n);if(Kk(e))return function cG(e,n){return Zk(Wk(e),n)}(e,n)}throw Hk(e)}(e,n):Ao(e)}const{isArray:uG}=Array,{getPrototypeOf:dG,prototype:_G,keys:fG}=Object;function Vy(e){return e[e.length-1]}function Mh(e){return function Qk(e){return e&&Z(e.schedule)}(Vy(e))?e.pop():void 0}const{isArray:vG}=Array;function CG(e,n){return e.reduce((t,r,i)=>(t[r]=n[i],t),{})}function EG(...e){const n=function gG(e){return Z(Vy(e))?e.pop():void 0}(e),{args:t,keys:r}=function hG(e){if(1===e.length){const n=e[0];if(uG(n))return{args:n,keys:null};if(function pG(e){return e&&"object"==typeof e&&dG(e)===_G}(n)){const t=fG(n);return{args:t.map(r=>n[r]),keys:t}}}return{args:e,keys:null}}(e),i=new re(o=>{const{length:s}=t;if(!s)return void o.complete();const a=new Array(s);let c=s,l=s;for(let u=0;u<s;u++){let _=!1;Ao(t[u]).subscribe(Gi(o,g=>{_||(_=!0,l--),a[u]=g},()=>c--,void 0,()=>{(!c||!_)&&(l||o.next(r?CG(r,a):a),o.complete())}))}});return n?i.pipe(function bG(e){return $i(n=>function yG(e,n){return vG(n)?e(...n):e(n)}(e,n))}(n)):i}
58
58
  /**
59
59
  * @license Angular v21.2.17
60
60
  * (c) 2010-2026 Google LLC. https://angular.dev/
61
61
  * License: MIT
62
- */let Bk=null;function Us(){return Bk}class K7{}let Uk=(()=>{class e{historyGo(t){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>re(q7),providedIn:"platform"})}return e})(),q7=(()=>{class e extends Uk{_location;_history;_doc=re(Vi);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Us().getBaseHref(this._doc)}onPopState(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",t,!1),()=>r.removeEventListener("popstate",t)}onHashChange(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",t,!1),()=>r.removeEventListener("hashchange",t)}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(t){this._location.pathname=t}pushState(t,r,i){this._history.pushState(t,r,i)}replaceState(t,r,i){this._history.replaceState(t,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(t=0){this._history.go(t)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),zk=(()=>{class e{_renderer;_elementRef;onChange=t=>{};onTouched=()=>{};constructor(t,r){this._renderer=t,this._elementRef=r}setProperty(t,r){this._renderer.setProperty(this._elementRef.nativeElement,t,r)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br))};static \u0275dir=zt({type:e})}return e})(),Wa=(()=>{class e extends zk{static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,features:[En]})}return e})();const lo=new Se(""),X7={provide:lo,useExisting:un(()=>Ny),multi:!0},Q7=new Se("");let Ny=(()=>{class e extends zk{_compositionMode;_composing=!1;constructor(t,r,i){super(t,r),this._compositionMode=i,null==this._compositionMode&&(this._compositionMode=!function Z7(){const e=Us()?Us().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(t){this.setProperty("value",t??"")}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br),ot(Q7,8))};static \u0275dir=zt({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){1&r&&nr("input",function(s){return i._handleInput(s.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(s){return i._compositionEnd(s.target.value)})},standalone:!1,features:[yn([X7]),En]})}return e})();function Oy(e){return null==e||0===Ly(e)}function Ly(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Jr=new Se(""),zs=new Se(""),J7=/^(?=.{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 eG{static min(n){return function jk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t<e?{min:{min:e,actual:n.value}}:null}}(n)}static max(n){return function Hk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t>e?{max:{max:e,actual:n.value}}:null}}(n)}static required(n){return function Gk(e){return Oy(e.value)?{required:!0}:null}(n)}static requiredTrue(n){return function $k(e){return!0===e.value?null:{required:!0}}(n)}static email(n){return function Wk(e){return Oy(e.value)||J7.test(e.value)?null:{email:!0}}(n)}static minLength(n){return function Kk(e){return n=>{const t=n.value?.length??Ly(n.value);return null===t||0===t?null:t<e?{minlength:{requiredLength:e,actualLength:t}}:null}}(n)}static maxLength(n){return function qk(e){return n=>{const t=n.value?.length??Ly(n.value);return null!==t&&t>e?{maxlength:{requiredLength:e,actualLength:t}}:null}}(n)}static pattern(n){return function Yk(e){if(!e)return Ah;let n,t;return"string"==typeof e?(t="","^"!==e.charAt(0)&&(t+="^"),t+=e,"$"!==e.charAt(e.length-1)&&(t+="$"),n=new RegExp(t)):(t=e.toString(),n=e),r=>{if(Oy(r.value))return null;const i=r.value;return n.test(i)?null:{pattern:{requiredPattern:t,actualValue:i}}}}(n)}static nullValidator(n){return null}static compose(n){return t5(n)}static composeAsync(n){return n5(n)}}function Ah(e){return null}function Xk(e){return null!=e}function Zk(e){return $f(e)?Ih(e):e}function Qk(e){let n={};return e.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function Jk(e,n){return n.map(t=>t(e))}function e5(e){return e.map(n=>function tG(e){return!e.validate}(n)?n:t=>n.validate(t))}function t5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return Qk(Jk(t,n))}}function Fy(e){return null!=e?t5(e5(e)):null}function n5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return $7(Jk(t,n).map(Zk)).pipe(Hi(Qk))}}function Py(e){return null!=e?n5(e5(e)):null}function r5(e,n){return null===e?[n]:Array.isArray(e)?[...e,n]:[e,n]}function i5(e){return e._rawValidators}function o5(e){return e._rawAsyncValidators}function By(e){return e?Array.isArray(e)?e:[e]:[]}function xh(e,n){return Array.isArray(e)?e.includes(n):e===n}function s5(e,n){const t=By(n);return By(e).forEach(i=>{xh(t,i)||t.push(i)}),t}function a5(e,n){return By(n).filter(t=>!xh(e,t))}class c5{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(n){this._rawValidators=n||[],this._composedValidatorFn=Fy(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=Py(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control?.reset(n)}hasError(n,t){return!!this.control&&this.control.hasError(n,t)}getError(n,t){return this.control?this.control.getError(n,t):null}}class ei extends c5{name;get formDirective(){return null}get path(){return null}}class Vs extends c5{_parent=null;name=null;valueAccessor=null}class l5{_cd;constructor(n){this._cd=n}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 Uy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(Vs,2))};static \u0275dir=zt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){2&r&&sh("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:[En]})}return e})(),zy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(ei,10))};static \u0275dir=zt({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,i){2&r&&sh("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:[En]})}return e})();const Qu="VALID",Rh="INVALID",fl="PENDING",Ju="DISABLED";class hl{}class _5 extends hl{value;source;constructor(n,t){super(),this.value=n,this.source=t}}class Hy extends hl{pristine;source;constructor(n,t){super(),this.pristine=n,this.source=t}}class Gy extends hl{touched;source;constructor(n,t){super(),this.touched=n,this.source=t}}class Mh extends hl{status;source;constructor(n,t){super(),this.status=n,this.source=t}}class f5 extends hl{source;constructor(n){super(),this.source=n}}class $y extends hl{source;constructor(n){super(),this.source=n}}function Wy(e){return(Nh(e)?e.validators:e)||null}function Ky(e,n){return(Nh(n)?n.asyncValidators:e)||null}function Nh(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class qy{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(n,t){this._assignValidators(n),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get status(){return cr(this.statusReactive)}set status(n){cr(()=>this.statusReactive.set(n))}_status=Rr(()=>this.statusReactive());statusReactive=Ei(void 0);get valid(){return this.status===Qu}get invalid(){return this.status===Rh}get pending(){return this.status===fl}get disabled(){return this.status===Ju}get enabled(){return this.status!==Ju}errors;get pristine(){return cr(this.pristineReactive)}set pristine(n){cr(()=>this.pristineReactive.set(n))}_pristine=Rr(()=>this.pristineReactive());pristineReactive=Ei(!0);get dirty(){return!this.pristine}get touched(){return cr(this.touchedReactive)}set touched(n){cr(()=>this.touchedReactive.set(n))}_touched=Rr(()=>this.touchedReactive());touchedReactive=Ei(!1);get untouched(){return!this.touched}_events=new ut;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(s5(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(s5(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(a5(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(a5(n,this._rawAsyncValidators))}hasValidator(n){return xh(this._rawValidators,n)}hasAsyncValidator(n){return xh(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsTouched({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Gy(!0,r))}markAllAsDirty(n={}){this.markAsDirty({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsDirty(n))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(n))}markAsUntouched(n={}){const t=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:r})}),n.onlySelf||this._parent?._updateTouched(n,r),t&&!1!==n.emitEvent&&this._events.next(new Gy(!1,r))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsDirty({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Hy(!1,r))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),n.onlySelf||this._parent?._updatePristine(n,r),t&&!1!==n.emitEvent&&this._events.next(new Hy(!0,r))}markAsPending(n={}){this.status=fl;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Mh(this.status,t)),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Ju,this.errors=null,this._forEachChild(i=>{i.disable({...n,onlySelf:!0})}),this._updateValue();const r=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,r)),this._events.next(new Mh(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(i=>i(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Qu,this._forEachChild(r=>{r.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(n,t){n.onlySelf||(this._parent?.updateValueAndValidity(n),n.skipPristineCheck||this._parent?._updatePristine({},t),this._parent?._updateTouched({},t))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Qu||this.status===fl)&&this._runAsyncValidator(r,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,t)),this._events.next(new Mh(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.updateValueAndValidity({...n,sourceControl:t})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ju:Qu}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=fl,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t,shouldHaveEmitted:!1!==n};const r=Zk(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,t={}){this.errors=n,this._updateControlsErrors(!1!==t.emitEvent,this,t.shouldHaveEmitted)}get(n){let t=n;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((r,i)=>r&&r._find(i),this)}getError(n,t){const r=t?this.get(t):this;return r?.errors?r.errors[n]:null}hasError(n,t){return!!this.getError(n,t)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,t,r){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||r)&&this._events.next(new Mh(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,r)}_initObservables(){this.valueChanges=new Zr,this.statusChanges=new Zr}_calculateStatus(){return this._allControlsDisabled()?Ju:this.errors?Rh:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(fl)?fl:this._anyControlsHaveStatus(Rh)?Rh:Qu}_anyControlsHaveStatus(n){return this._anyControls(t=>t.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,t){const r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,n.onlySelf||this._parent?._updatePristine(n,t),i&&this._events.next(new Hy(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new Gy(this.touched,t)),n.onlySelf||this._parent?._updateTouched(n,t)}_onDisabledChange=[];_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Nh(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function cG(e){return Array.isArray(e)?Fy(e):e||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function lG(e){return Array.isArray(e)?Py(e):e||null}(this._rawAsyncValidators)}}class ed extends qy{constructor(n,t,r){super(Wy(t),Ky(r,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(n,t,r={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(n,t={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(n,t,r={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){(function p5(e,n,t){e._forEachChild((r,i)=>{if(void 0===t[i])throw new we(-1002,"")})})(this,0,n),Object.keys(n).forEach(r=>{(function h5(e,n,t){const r=e.controls;if(!(n?Object.keys(r):r).length)throw new we(1e3,"");if(!r[t])throw new we(1001,"")})(this,!0,r),this.controls[r].setValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(r=>{const i=this.controls[r];i&&i.patchValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((r,i)=>{r.reset(n?n[i]:null,{...t,onlySelf:!0})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t),!1!==t?.emitEvent&&this._events.next(new $y(this))}getRawValue(){return this._reduceChildren({},(n,t,r)=>(n[r]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,r)=>!!r._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const r=this.controls[t];r&&n(r,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,r]of Object.entries(this.controls))if(this.contains(t)&&n(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,r,i)=>((r.enabled||this.disabled)&&(t[i]=r.value),t))}_reduceChildren(n,t){let r=n;return this._forEachChild((i,o)=>{r=t(r,i,o)}),r}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}const pl=new Se("",{factory:()=>Oh}),Oh="always";function td(e,n,t=Oh){Yy(e,n),n.valueAccessor.writeValue(e.value),(e.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(e.disabled),function _G(e,n){n.valueAccessor.registerOnChange(t=>{e._pendingValue=t,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&g5(e,n)})}(e,n),function hG(e,n){const t=(r,i)=>{n.valueAccessor.writeValue(r),i&&n.viewToModelUpdate(r)};e.registerOnChange(t),n._registerOnDestroy(()=>{e._unregisterOnChange(t)})}(e,n),function fG(e,n){n.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&g5(e,n),"submit"!==e.updateOn&&e.markAsTouched()})}(e,n),function dG(e,n){if(n.valueAccessor.setDisabledState){const t=r=>{n.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(t),n._registerOnDestroy(()=>{e._unregisterOnDisabledChange(t)})}}(e,n)}function Fh(e,n,t=!0){const r=()=>{};n?.valueAccessor?.registerOnChange(r),n?.valueAccessor?.registerOnTouched(r),Bh(e,n),e&&(n._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function Ph(e,n){e.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function Yy(e,n){const t=i5(e);null!==n.validator?e.setValidators(r5(t,n.validator)):"function"==typeof t&&e.setValidators([t]);const r=o5(e);null!==n.asyncValidator?e.setAsyncValidators(r5(r,n.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const i=()=>e.updateValueAndValidity();Ph(n._rawValidators,i),Ph(n._rawAsyncValidators,i)}function Bh(e,n){let t=!1;if(null!==e){if(null!==n.validator){const i=i5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.validator);o.length!==i.length&&(t=!0,e.setValidators(o))}}if(null!==n.asyncValidator){const i=o5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.asyncValidator);o.length!==i.length&&(t=!0,e.setAsyncValidators(o))}}}const r=()=>{};return Ph(n._rawValidators,r),Ph(n._rawAsyncValidators,r),t}function g5(e,n){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function y5(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}function b5(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const js=class extends qy{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(n=null,t,r){super(Wy(t),Ky(r,t)),this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Nh(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=b5(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(n,t={}){this.setValue(n,t)}reset(n=this.defaultValue,t={}){this._applyFormState(n),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),t.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==t?.emitEvent&&this._events.next(new $y(this))}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){y5(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){y5(this._onDisabledChange,n)}_forEachChild(n){}_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(n){b5(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}};Promise.resolve();let jh=(()=>{class e extends ei{callSetDisabledState;get submitted(){return cr(this._submittedReactive)}set submitted(t){this._submittedReactive.set(t)}_submitted=Rr(()=>this._submittedReactive());_submittedReactive=Ei(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(t,r,i){super(),this.callSetDisabledState=i,this._setValidators(t),this._setAsyncValidators(r)}ngOnChanges(t){this.onChanges(t)}ngOnDestroy(){this.onDestroy()}onChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Bh(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(t){const r=this.form.get(t.path);return td(r,t,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),r}getControl(t){return this.form.get(t.path)}removeControl(t){Fh(t.control||null,t,!1),function vG(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}getFormArray(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}updateModel(t,r){this.form.get(t.path).setValue(r)}onReset(){this.resetForm()}resetForm(t=void 0,r={}){this.form.reset(t,r),this._submittedReactive.set(!1)}onSubmit(t){return this.submitted=!0,function v5(e,n){e._syncPendingControls(),n.forEach(t=>{const r=t.control;"submit"===r.updateOn&&r._pendingChange&&(t.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new f5(this.control)),"dialog"===t?.target?.method}_updateDomValue(){this.directives.forEach(t=>{const r=t.control,i=this.form.get(t.path);r!==i&&(Fh(r||null,t),(e=>e instanceof js)(i)&&(td(i,t,this.callSetDisabledState),t.control=i))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const r=this.form.get(t.path);(function m5(e,n){Yy(e,n)})(r,t),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){const r=this.form?.get(t.path);r&&function pG(e,n){return Bh(e,n)}(r,t)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){Yy(this.form,this),this._oldForm&&Bh(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(pl,8))};static \u0275dir=zt({type:e,features:[En,bs]})}return e})();const Jy=new Se(""),MG={provide:Vs,useExisting:un(()=>Hh)};let Hh=(()=>{class e extends Vs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(t){}model;update=new Zr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(t,r,i,o,s){super(),this._ngModelWarningConfig=o,this.callSetDisabledState=s,this._setValidators(t),this._setAsyncValidators(r),this.valueAccessor=function Qy(e,n){if(!n)return null;let t,r,i;return Array.isArray(n),n.forEach(o=>{o.constructor===Ny?t=o:function mG(e){return Object.getPrototypeOf(e.constructor)===Wa}(o)?r=o:i=o}),i||r||t||null}(0,i)}ngOnChanges(t){if(this._isControlChanged(t)){const r=t.form.previousValue;r&&Fh(r,this,!1),td(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function Zy(e,n){if(!e.hasOwnProperty("model"))return!1;const t=e.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)})(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Fh(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_isControlChanged(t){return t.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(lo,10),ot(Jy,8),ot(pl,8))};static \u0275dir=zt({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:[yn([MG]),En,bs]})}return e})();const FG={provide:ei,useExisting:un(()=>$h)};let $h=(()=>{class e extends jh{form=null;ngSubmit=new Zr;get control(){return this.form}static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,i){1&r&&nr("submit",function(s){return i.onSubmit(s)})("reset",function(){return i.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[yn([FG]),En]})}return e})(),ZG=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({})}return e})(),z5=(()=>{class e{static withConfig(t){return{ngModule:e,providers:[{provide:Jy,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:pl,useValue:t.callSetDisabledState??Oh}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({imports:[ZG]})}return e})();var V5=ht(171);function Wh(e,n,t=1/0){return O(n)?Wh((r,i)=>Hi((o,s)=>n(r,o,i,s))(Io(e(r,i))),t):("number"==typeof n&&(t=n),so((r,i)=>function L$(e,n,t,r,i,o,s,a){const c=[];let l=0,d=0,h=!1;const y=()=>{h&&!c.length&&!l&&n.complete()},S=de=>l<r?U(de):c.push(de),U=de=>{o&&n.next(de),l++;let pe=!1;Io(t(de,d++)).subscribe(ji(n,xe=>{i?.(xe),o?S(xe):n.next(xe)},()=>{pe=!0},void 0,()=>{if(pe)try{for(l--;c.length&&l<r;){const xe=c.shift();s?Bs(n,s,()=>U(xe)):U(xe)}y()}catch(xe){n.error(xe)}}))};return e.subscribe(ji(n,S,()=>{h=!0,y()})),()=>{a?.()}}(r,i,e,t)))}class U$ extends it{constructor(n,t){super()}schedule(n,t=0){return this}}const Kh={setInterval(e,n,...t){const{delegate:r}=Kh;return r?.setInterval?r.setInterval(e,n,...t):setInterval(e,n,...t)},clearInterval(e){const{delegate:n}=Kh;return(n?.clearInterval||clearInterval)(e)},delegate:void 0};class rb extends U${constructor(n,t){super(n,t),this.scheduler=n,this.work=t,this.pending=!1}schedule(n,t=0){var r;if(this.closed)return this;this.state=n;const i=this.id,o=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(o,i,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(o,this.id,t),this}requestAsyncId(n,t,r=0){return Kh.setInterval(n.flush.bind(n,this),r)}recycleAsyncId(n,t,r=0){if(null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&Kh.clearInterval(t)}execute(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const r=this._execute(n,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(n,t){let i,r=!1;try{this.work(n)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){const{id:n,scheduler:t}=this,{actions:r}=t;this.work=this.state=this.scheduler=null,this.pending=!1,Ne(r,this),null!=n&&(this.id=this.recycleAsyncId(t,n,null)),this.delay=null,super.unsubscribe()}}}const id={schedule(e){let n=requestAnimationFrame,t=cancelAnimationFrame;const{delegate:r}=id;r&&(n=r.requestAnimationFrame,t=r.cancelAnimationFrame);const i=n(o=>{t=void 0,e(o)});return new it(()=>t?.(i))},requestAnimationFrame(...e){const{delegate:n}=id;return(n?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){const{delegate:n}=id;return(n?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0},ib={now:()=>(ib.delegate||Date).now(),delegate:void 0};class od{constructor(n,t=od.now){this.schedulerActionCtor=n,this.now=t}schedule(n,t=0,r){return new this.schedulerActionCtor(this,n).schedule(r,t)}}od.now=ib.now;class ob extends od{constructor(n,t=od.now){super(n,t),this.actions=[],this._active=!1}flush(n){const{actions:t}=this;if(this._active)return void t.push(n);let r;this._active=!0;do{if(r=n.execute(n.state,n.delay))break}while(n=t.shift());if(this._active=!1,r){for(;n=t.shift();)n.unsubscribe();throw r}}}new class V$ extends ob{flush(n){let t;this._active=!0,n?t=n.id:(t=this._scheduled,this._scheduled=void 0);const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class z$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=id.requestAnimationFrame(()=>n.flush(void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&t===n._scheduled&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(id.cancelAnimationFrame(t),n._scheduled=void 0)}});let sb,H$=1;const qh={};function $5(e){return e in qh&&(delete qh[e],!0)}const G$={setImmediate(e){const n=H$++;return qh[n]=!0,sb||(sb=Promise.resolve()),sb.then(()=>$5(n)&&e()),n},clearImmediate(e){$5(e)}},{setImmediate:$$,clearImmediate:W$}=G$,Yh={setImmediate(...e){const{delegate:n}=Yh;return(n?.setImmediate||$$)(...e)},clearImmediate(e){const{delegate:n}=Yh;return(n?.clearImmediate||W$)(e)},delegate:void 0};new class q$ extends ob{flush(n){this._active=!0;const t=this._scheduled;this._scheduled=void 0;const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class K$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=Yh.setImmediate(n.flush.bind(n,void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(Yh.clearImmediate(t),n._scheduled===t&&(n._scheduled=void 0))}});new ob(rb);let ub;try{ub=typeof Intl<"u"&&Intl.v8BreakIterator}catch{ub=!1}function eW(e,n){return{provide:e,useFactory:t=>new e(t,n),deps:[n_]}}const f1="[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]",h1=(new RegExp(f1,"g"),new RegExp(`(${f1})+`,"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 g1(e){return function(n,t){const r=Symbol();n[r]=n[t],Object.defineProperty(n,t,{get(){return this[r]},set(i){this[r]=e.call(this,i,this)}})}}new RegExp(h1,"g"),new RegExp(`(${h1})+`,"g"),g1(function G5(e){return null!=e&&"false"!=`${e}`}),g1(function B$(e){return null==e?"":"string"==typeof e?e:`${e}px`});const pb={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},AW={...pb,overlayX:"start",originX:"start"},xW={...pb,overlayX:"end",originX:"end"},gb={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},kW={...gb,overlayX:"start",originX:"start"},RW={...gb,overlayX:"end",originX:"end"};class v1{}let np=(()=>{class e extends v1{static{this.global={top:"1rem",center:!0}}static{this.connected=pb}}return e})(),ud=(()=>{class e extends v1{static{this.global={bottom:"1rem",center:!0}}static{this.connected=gb}}return e})();class yge extends np{static{this.global={...np.global,left:"1rem",center:!1}}static{this.connected=AW}}class bge extends np{static{this.global={...np.global,right:"1rem",center:!1}}static{this.connected=xW}}class Cge extends ud{static{this.global={...ud.global,left:"1rem",center:!1}}static{this.connected=kW}}class Ege extends ud{static{this.global={...ud.global,right:"1rem",center:!1}}static{this.connected=RW}}Math.pow(2,31);class y1 extends ut{constructor(n=1/0,t=1/0,r=ib){super(),this._bufferSize=n,this._windowTime=t,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=t===1/0,this._bufferSize=Math.max(1,n),this._windowTime=Math.max(1,t)}next(n){const{isStopped:t,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:s}=this;t||(r.push(n),!i&&r.push(o.now()+s)),this._trimBuffer(),super.next(n)}_subscribe(n){this._throwIfClosed(),this._trimBuffer();const t=this._innerSubscribe(n),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let s=0;s<o.length&&!n.closed;s+=r?1:2)n.next(o[s]);return this._checkFinalizedStatuses(n),t}_trimBuffer(){const{_bufferSize:n,_timestampProvider:t,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*n;if(n<1/0&&o<r.length&&r.splice(0,r.length-o),!i){const s=t.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}function _d(e,n){const t=n?.injector??re(Gn),r=new y1(1),i=oo(()=>{let o;try{o=e()}catch(s){return void cr(()=>r.error(s))}cr(()=>r.next(o))},{injector:t,manualCleanup:!0});return t.get(Ci).onDestroy(()=>{i.destroy(),r.complete()}),r.asObservable()}var qt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(qt||{});const E1=new Se("ContentDensityDirective");class fd{}let Cb=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=re(fd),this._injector=re(Gn),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return _d(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(t){this._storage.setContentDensity(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();class eK{}const I1={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 Hs=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(t,r){this._destroyRef=re(Ci),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=re(Cb,{optional:!0}),this._contentDensityDirective=re(E1,{optional:!0}),this._parentContentDensityObserver=re(e,{optional:!0,skipSelf:!0}),this._renderer=re(As),this._elementRef=re(br),this._elements=[this._elementRef],this.config={...I1,...this._parentContentDensityObserver?.config??{},...r||{}};const i=((e,n)=>{const t=e.get(Cb,null,{optional:!0})?.currentContentDensity;return t||((e,n)=>{if("string"==typeof n.defaultContentDensity)return n.defaultContentDensity;if((e=>!(!e||!e.useFactory))(n.defaultContentDensity)){const t=((e,n)=>(n.deps||[]).map(t=>{if(Array.isArray(t)){let r,i={};for(let o=0;o<t.length;o++){const s=t[o].__NG_DI_FLAG__;"number"==typeof s?i={...i,flag:s}:r=t[o]}return e.get(r,void 0,i)}return e.get(t,void 0,{})}))(e,n.defaultContentDensity);return n.defaultContentDensity.useFactory(...t)}return e.get(n.defaultContentDensity,void 0,void 0)})(e,{...I1,...n||{}})})(t,r);this._changesSource=(e=>Rr(()=>{const n=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===n?e.defaultContentDensity:"global"===n?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:n}))({defaultContentDensity:i,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function py(e,n){return nx("function"==typeof e?ex(e,Wj,n?.equal):ex(e.source,e.computation,e.equal))}({source:this._changesSource,computation:o=>o&&"string"==typeof o?this._validateAndFallback(o):qt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=Rr(()=>this._contentDensity()===qt.COMPACT),this.isCozySignal=Rr(()=>this._contentDensity()===qt.COZY),this.isCondensedSignal=Rr(()=>this._contentDensity()===qt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=_d(this.isCompactSignal,{injector:t}),this.isCozy$=_d(this.isCozySignal,{injector:t}),this.isCondensed$=_d(this.isCondensedSignal,{injector:t}),this.contentDensity$$=_d(this._contentDensity,{injector:t}),oo(()=>{const o=this._contentDensity();this._applyClass(o)}),_f(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...t){this._elements.concat(...t.map(r=>r.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(t){return this.contentDensity$$.subscribe(t)}removeConsumer(t){this._elements.splice(this._elements.indexOf(t.elementRef),1)}_validateAndFallback(t){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${t}`),!this._isSupported(t))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${t} is not supported. Failing back to alternative one.`),this._alternativeTo[t]()}catch{throw new Error(`ContentDensityObserver: density ${t} is not supported`)}return t}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(t){if(!this.config?.modifiers)return;const r=this.config.modifiers,i=t??this._contentDensity(),o=this._parentContentDensityObserver?.value===i;this._elements.forEach(s=>{if(Object.values(r).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,i,o),o&&!this.config.alwaysAddModifiers)return;const a=r[i];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(t,r,i){if(!(this.config.ui5Markers?.enabled&&t&&this._renderer&&t instanceof HTMLElement))return;const o="data-ui5-compact-size";i&&!this.config.alwaysAddModifiers||r!==qt.COMPACT&&r!==qt.CONDENSED?this._renderer.removeAttribute(t,o):this._renderer.setAttribute(t,o,"")}_isSupported(t){return this.config.supportedContentDensity?.includes(t)??!1}static{this.\u0275fac=function(r){return new(r||e)(wt(Gn),wt(eK))}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();function Ya(e){return[eW(Hs,e)]}const sK=["*"];let w1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Button"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.form=rt(),this.icon=rt(),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.submits=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Button"),this.ui5Click=Mr(),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=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({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:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:sK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1279);const Eb=new Se("CVA_CONFIG");let A1=(()=>{class e{constructor(){this.elementRef=re(br),this.cdr=re(Eh),this.config=re(Eb,{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:t=>t||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(t){this._disabled=t;const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=t,this.cdr.markForCheck())}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}writeValue(t){this._value=t,this._valueSet=!0,this._initialized&&this.updateElementValue(t)}initializeComponent(){const t=this.elementRef.nativeElement,r=this.effectiveConfig;if(this._initialized=!0,t&&t.addEventListener){for(const i of r.events)t.addEventListener(i,o=>{if(this.onChange){const s=this.getValueToEmit(r,o);if(void 0!==s){const a=r.transformValue?r.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});t.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(t.disabled=this._disabled)}getValueToEmit(t,r){return t.isRadioButton?r.target.checked?r.target.value:void 0:r.target[t.property]}updateElementValue(t){const r=this.elementRef.nativeElement,i=this.effectiveConfig;if(r&&this._initialized){if(i.isRadioButton)r.checked=r.value===t;else{const o=i.transformValue?i.transformValue(t):t;r[i.property]=o}this.cdr.markForCheck()}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=zt({type:e,selectors:[["","noop",""]],features:[yn([{provide:lo,useExisting:un(()=>e),multi:!0}])]})}}return e})();const aK=["*"];let x1=(()=>{class e{constructor(){this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.disabled=rt(!1,{transform:Un}),this.filter=rt("None"),this.maxlength=rt(),this.name=rt(),this.noTypeahead=rt(!1,{transform:Un}),this.open=rt(!1,{transform:Un}),this.placeholder=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.showClearIcon=rt(!1,{transform:Un}),this.showSuggestions=rt(!1,{transform:Un}),this.type=rt("Text"),this.value=rt(""),this.valueState=rt("None"),this.ui5Change=Mr(),this.ui5Close=Mr(),this.ui5Input=Mr(),this.ui5Open=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),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=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({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:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"value",events:["change","input"],transformValue:t=>t||""}}]),yv([A1])],ngContentSelectors:aK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var k1=ht(355);const cK=["*"];let R1=(()=>{class e{constructor(){this.for=rt(),this.required=rt(!1,{transform:Un}),this.showColon=rt(!1,{transform:Un}),this.wrappingType=rt("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=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["for","required","showColon","wrappingType"];for(const i of r){const o=i.replace(/-./g,s=>s[1].toUpperCase());this[o]&&"function"==typeof this[o]&&no(this.injector,()=>{oo(()=>{const s=this[o]();t&&(t[i]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:cK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(8305);const lK=["*"];let M1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Link"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.href=rt(),this.icon=rt(),this.interactiveAreaSize=rt("Normal"),this.target=rt(),this.tooltip=rt(),this.wrappingType=rt("Normal"),this.ui5Click=Mr(),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=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({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:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:lK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1973);const uK=["*"];let N1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("List"),this.footerText=rt(),this.growing=rt("None"),this.growingButtonText=rt(),this.headerText=rt(),this.indent=rt(!1,{transform:Un}),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.noDataText=rt(),this.selectionMode=rt("None"),this.separators=rt("All"),this.stickyHeader=rt(!1,{transform:Un}),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemDelete=Mr(),this.ui5ItemToggle=Mr(),this.ui5LoadMore=Mr(),this.ui5Move=Mr(),this.ui5MoveOver=Mr(),this.ui5SelectionChange=Mr(),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=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({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:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:uK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var Yt=ht(2358),hd=ht(1834),pd=ht(1934),At=ht(1642),gd=ht(3651),Tb=ht(4127),O1=ht(6488),Xa=ht(1437),dK=ht(6993),L1=ht(1278),ki=(ht(6726),ht(4874));(0,ki.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,ki.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 F1=ht(6826),P1=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(P1||{});const yK=P1;var B1=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(B1||{});const wo=B1;var Ao=ht(5011),U1=ht(6981),In=ht(5166),Yi=ht(8923),gl=ht(303),ml=ht(5444);(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.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,ki.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 Gs,ui=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Vr=Gs=class extends U1.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=n=>{(0,Yt.RI)(n)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===wo.Active||this.type===wo.Navigation)&&this._selectionMode!==Ao.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(n){const t=n.target!==this.getFocusDomRef();if(((0,Yt.xC)(n)||(0,Yt.RI)(n))&&t)return;super._onkeydown(n);const r=this.type===wo.Active,i=this.typeNavigation;((0,Yt.xC)(n)||(0,Yt.RI)(n))&&(r||i)&&this.activate(),(0,Yt.ty)(n)&&this._handleF2()}_onkeyup(n){super._onkeyup(n),((0,Yt.xC)(n)||(0,Yt.RI)(n))&&this.deactivate(),this.modeDelete&&(0,Yt.Ob)(n)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(n){super._onfocusin(n),n.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(n){if(this._editMode){const t=n.relatedTarget;(!t||!this.contains(t)&&!this.shadowRoot.contains(t))&&(this._editMode=!1)}n.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(n){n.dataTransfer&&n.target===this._listItem&&(F1.A.setDraggedElement(this,n),this.setAttribute("data-moving",""),n.dataTransfer.dropEffect="move",n.dataTransfer.effectAllowed="move")}_ondragend(n){n.target===this._listItem&&(F1.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:n.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!n.target.checked,selectionComponentPressed:!0})}activate(){(this.type===wo.Active||this.type===wo.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(n){this.isInactive||(super.fireItemPress(n),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===wo.Inactive||this.type===wo.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ao.A.Multiple||this._selectionMode===Ao.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ao.A.SingleEnd||this._selectionMode===Ao.A.Delete)}get modeSingleSelect(){return[Ao.A.SingleStart,Ao.A.SingleEnd,Ao.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ao.A.Multiple}get modeDelete(){return this._selectionMode===Ao.A.Delete}get typeDetail(){return this.type===wo.Detail}get typeNavigation(){return this.type===wo.Navigation}get typeActive(){return this.type===wo.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 n;return void 0!==this._ariaSelected&&(n=Gs.i18nBundle.getText(this._ariaSelected?In.rek:In.bB2)),n}get deleteText(){return Gs.i18nBundle.getText(In.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?Gs.i18nBundle.getText(In._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:Gs.i18nBundle.getText(In.UlA),ariaLabelRadioButton:Gs.i18nBundle.getText(In.bP),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!==yK.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const n=this.getFocusDomRef();if((0,Tb.A)()===n){const t=this._getFocusableElements();if(!t.length)return;this._editMode=!0,t[0].focus()}else this._editMode=!1,n.focus()}_handleTabNext(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t),i=r+1;return void(-1!==r&&i<t.length?(n.preventDefault(),t[i].focus()):this.fireDecoratorEvent("forward-after")||n.preventDefault())}this.fireDecoratorEvent("forward-after")||n.preventDefault()}_handleTabPrevious(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t);return void(r>0?(n.preventDefault(),t[r-1].focus()):this.fireDecoratorEvent("forward-before")||n.preventDefault())}this.fireDecoratorEvent("forward-before")||n.preventDefault()}_getFocusableElements(){const n=this.getFocusDomRef();return(0,O1.J)(n)}_indexOfActiveElement(n){const t=(0,Tb.A)();return n.findIndex(r=>r===t||null!==r.shadowRoot&&r.shadowRoot.contains(t))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(n){const t=this._getFocusableElements();if(!t.length)return;const r=Math.min(n,t.length-1);return t[r].focus(),r}};ui([(0,At.A)()],Vr.prototype,"type",void 0),ui([(0,At.A)({type:Object})],Vr.prototype,"accessibilityAttributes",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"navigated",void 0),ui([(0,At.A)()],Vr.prototype,"tooltip",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"active",void 0),ui([(0,At.A)()],Vr.prototype,"highlight",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"selected",void 0),ui([(0,At.A)()],Vr.prototype,"accessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_forcedAccessibleRole",void 0),ui([(0,At.A)({noAttribute:!0})],Vr.prototype,"_inheritedAccessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_selectionMode",void 0),ui([(0,At.A)()],Vr.prototype,"mediaRange",void 0),ui([(0,dK.A)()],Vr.prototype,"deleteButton",void 0),ui([(0,gd.A)("@ui5/webcomponents")],Vr,"i18nBundle",void 0),Vr=Gs=ui([(0,pd.A)({languageAware:!0,renderer:hd.A,styles:[U1.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,Xa.A)("detail-click",{bubbles:!0}),(0,Xa.A)("selection-requested",{bubbles:!0})],Vr);const z1=Vr;var xt=ht(1892),Za=ht(563),Qa=ht(6136),Db=ht(5386),$s=ht(594),md=ht(3493);const Ws=class xK{static hasGroup(n){return this.groups.has(n)}static getGroup(n){return this.groups.get(n)}static getCheckedRadioFromGroup(n){return this.checkedRadios.get(n)}static removeGroup(n){return this.checkedRadios.delete(n),this.groups.delete(n)}static addToGroup(n,t){this.hasGroup(t)?(this.enforceSingleSelection(n,t),this.getGroup(t)&&this.getGroup(t).push(n)):this.createGroup(n,t),this.updateTabOrder(t)}static removeFromGroup(n,t){const r=this.getGroup(t);if(!r)return;const i=this.getCheckedRadioFromGroup(t);r.forEach((o,s,a)=>{if(n._id===o._id)return a.splice(s,1)}),i===n&&this.checkedRadios.set(t,null),r.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(n,t){n.checked&&this.checkedRadios.set(t,n),this.groups.set(t,[n])}static selectNextItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._nextFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static updateFormValidity(n){const t=this.getGroup(n);if(!t)return;const r=t.some(o=>o.required),i=t.some(o=>o.checked);t.forEach(o=>{o._groupChecked=i,o._groupRequired=r})}static updateTabOrder(n){const t=this.getGroup(n);if(!t)return;const r=t.some(i=>i.checked);t.filter(i=>!i.disabled).forEach((i,o)=>{let s=(0,Tb.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),i._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===i&&i.readonly?0:-1:i.checked?0:-1:0===o?0:-1})}static selectPreviousItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._previousFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static selectItem(n,t){this.updateSelectionInGroup(n,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(n,t){const r=this.getCheckedRadioFromGroup(t);r&&!n.readonly&&(this._deselectRadio(r),this.checkedRadios.set(t,n)),n&&(n.focus(),n.readonly?setTimeout(()=>{this.updateTabOrder(t)},0):this._selectRadio(n))}static _deselectRadio(n){n&&(n.checked=!1)}static _selectRadio(n){n.checked=!0,n._checked=!0,n.fireDecoratorEvent("change")}static _nextFocusable(n,t){if(!t)return null;let i=null;if(n===t.length-1){if(t[0].disabled)return this._nextFocusable(1,t);i=t[0]}else{if(t[n+1].disabled)return this._nextFocusable(n+1,t);i=t[n+1]}return i}static _previousFocusable(n,t){const r=t.length;let i=null;if(0===n){if(t[r-1].disabled)return this._previousFocusable(r-1,t);i=t[r-1]}else{if(t[n-1].disabled)return this._previousFocusable(n-1,t);i=t[n-1]}return i}static enforceSingleSelection(n,t){const r=this.getCheckedRadioFromGroup(t);n.checked?r?n!==r&&(this._deselectRadio(r),this.checkedRadios.set(t,n)):this.checkedRadios.set(t,n):n===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}};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var Ja,jr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Sb,V1=!1,Cr=Ja=class extends Db.A{get formValidityMessage(){return Ja.i18nBundle.getText(In.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.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=()=>{Sb&&(Sb.active=!1)},V1||(document.addEventListener("mouseup",this._deactivate),V1=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(n){const t=this._name,r=this.name,i=this._checked,o=this.checked;n&&Ws.removeFromGroup(this,t),r!==t?(t&&Ws.removeFromGroup(this,t),r&&Ws.addToGroup(this,r)):r&&this.isConnected&&Ws.enforceSingleSelection(this,r),this.name&&o!==i&&Ws.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(n){const t=this.name;t&&(n.preventDefault(),Ws.selectNextItem(this,t))}_handleUp(n){const t=this.name;t&&(n.preventDefault(),Ws.selectPreviousItem(this,t))}_onkeydown(n){if((0,Yt.xC)(n))return this.active=!0,n.preventDefault();if((0,Yt.RI)(n))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;((0,Yt.Pj)(n)||!t&&(0,Yt.FG)(n)||t&&(0,Yt.OC)(n))&&this._handleDown(n),((0,Yt.ie)(n)||!t&&(0,Yt.OC)(n)||t&&(0,Yt.FG)(n))&&this._handleUp(n)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,Sb=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Ws.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,md.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){switch(this.valueState){case $s.A.Negative:return Ja.i18nBundle.getText(In.laD);case $s.A.Critical:return Ja.i18nBundle.getText(In.Xot);case $s.A.Positive:return Ja.i18nBundle.getText(In.KwP);case $s.A.Information:return Ja.i18nBundle.getText(In.tgV);default:return""}}get effectiveTabIndex(){const n=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:n?parseInt(n):0}};jr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),jr([(0,At.A)()],Cr.prototype,"text",void 0),jr([(0,At.A)()],Cr.prototype,"valueState",void 0),jr([(0,At.A)()],Cr.prototype,"name",void 0),jr([(0,At.A)()],Cr.prototype,"value",void 0),jr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),jr([(0,At.A)({type:Number})],Cr.prototype,"_tabIndex",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupChecked",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupRequired",void 0),jr([(0,gd.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=Ja=jr([(0,pd.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function kK(){return(0,xt.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,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,xt.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},children:[(0,xt.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,xt.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,xt.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,xt.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,xt.Y)(k1.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,xt.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,Xa.A)("change",{bubbles:!0})],Cr),Cr.define();const MK=Cr;function cq(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.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,ki.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"}),(0,ki.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,ki.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,ki.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,ki.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,ki.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,ki.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 rs,Hr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Ib,H1=!1,Er=rs=class extends Db.A{get formValidityMessage(){return rs.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.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=()=>{Ib&&(Ib.active=!1)},H1||(document.addEventListener("mouseup",this._deactivate),H1=!0)}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Ib=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&!this.disabled&&((0,Yt.RI)(n)&&this.toggle(),this.active=!0)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const n={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(t||r)&&(this.checked=n.checked,this.indeterminate=n.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:rs.i18nBundle.getText(In.laD),Critical:rs.i18nBundle.getText(In.Xot),Positive:rs.i18nBundle.getText(In.KwP)}}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.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!==$s.A.None}get valueStateText(){if(this.valueState!==$s.A.None&&this.valueState!==$s.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const n=this.getAttribute("tabindex");if(this.tabbable)return n?parseInt(n):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 n=rs.i18nBundle.getText(this.checked?In.Egs:In.wJ8),t=[this.text||"",n].filter(Boolean).join(" ");return{role:this.accInfo.role,type:rs.i18nBundle.getText(In.b5n),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}}};Hr([(0,At.A)()],Er.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)()],Er.prototype,"accessibleName",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"displayOnly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"indeterminate",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"checked",void 0),Hr([(0,At.A)()],Er.prototype,"text",void 0),Hr([(0,At.A)()],Er.prototype,"valueState",void 0),Hr([(0,At.A)()],Er.prototype,"wrappingType",void 0),Hr([(0,At.A)()],Er.prototype,"name",void 0),Hr([(0,At.A)()],Er.prototype,"value",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"active",void 0),Hr([(0,At.A)({type:Object})],Er.prototype,"_accInfo",void 0),Hr([(0,gd.A)("@ui5/webcomponents")],Er,"i18nBundle",void 0),Er=rs=Hr([(0,pd.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function aq(){return(0,xt.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.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,xt.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,xt.Y)(Za.A,{"aria-hidden":"true",name:cq.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Za.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,xt.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,xt.Y)(k1.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,xt.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,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Er),Er.define();const lq=Er,uq={listItemPreContent:function _q(){},listItemContent:function fq(){},imageBegin:function hq(){},iconBegin:function pq(){},iconEnd:function gq(){},selectionElement:G1};function dq(e){const n={...uq,...e};return(0,xt.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:[n.listItemPreContent.call(this),this.placeSelectionElementBefore&&G1.call(this),this._hasHighlightColor&&(0,xt.Y)("div",{class:"ui5-li-highlight"}),(0,xt.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[n.imageBegin.call(this),n.iconBegin.call(this),n.listItemContent.call(this)]}),n.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(V5.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Za.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&n.selectionElement.call(this),(0,xt.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,xt.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function G1(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(MK,{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,xt.Y)(lq,{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,xt.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,xt.Y)("slot",{name:"deleteButton"}):(0,xt.Y)(V5.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:L1.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const mq={listItemContent:function yq(){return(0,xt.Y)("slot",{})}};var bq=ht(4446);let $1,is;const vd=()=>($1??=new bq.Ay("@ui5/webcomponents-base"),$1),W1=(e,n=[])=>{(!is||!is.isConnected)&&(is=document.createElement("span"),is.id="ui5-invisible-text",is.hidden=!0,document.body.appendChild(is));const t=[...e.ariaLabelledByElements||[]],r=t.indexOf(is);n=Array.isArray(n)?n.filter(Boolean).join(" . ").trim():n.trim(),is.textContent=n,n&&-1===r?(t.unshift(is),e.ariaLabelledByElements=t):!n&&r>-1&&(t.splice(r,1),e.ariaLabelledByElements=t.length?t:null)},K1=(e,n={},t=!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("true"===e.ariaHidden||!(e=>e.checkVisibility()||"contents"===getComputedStyle(e).display)(e))return t?vd().getText(In.CH):"";let r=[];const i=[],o=e.accessibilityInfo,{lessDetails:s}=n;if(o){const{type:a,description:c,required:l,disabled:d,readonly:h,children:y}=o;r=y||[],a&&i.push(a),c&&i.push(c),s||(l&&i.push(vd().getText(In.knB)),d&&i.push(vd().getText(In.fBK)),h&&i.push(vd().getText(In.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=K1(a,n,!1);c&&i.push(c)}),t){const a=i.length>0;if(!a||!s){const c=(0,O1.J)(e),l=[a?"":In.CH,In.fSG,In.Apb][Math.min(c.length,2)];l&&(a&&i.push("."),i.push(vd().getText(l)))}}return i.join(" ").trim()};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var wb,rp=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let vl=wb=class extends z1{constructor(){super(...arguments),this.movable=!1}_onkeydown(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeydown(n)}_onkeyup(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeyup(n)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(n){super._onfocusin(n),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(n){super._onfocusout(n),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const n=this._listItem;if(!n)return;const t=K1(this);W1(n,t)}_clearInvisibleTextContent(){const n=this._listItem;n&&W1(n,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const n=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return n?[n]:[]}get classes(){const n=super.classes;return n.main["ui5-custom-li-root"]=!0,n}get accessibilityInfo(){const n=[],t=this.shadowRoot?.querySelector("slot:not([name])");if(t){const i=t.assignedNodes({flatten:!0});n.push(...i)}const r=this._getDeleteButtonNodes();return n.push(...r),{type:wb.i18nBundle.getText(In.YHe),children:n}}};rp([(0,At.A)({type:Boolean})],vl.prototype,"movable",void 0),rp([(0,At.A)()],vl.prototype,"accessibleName",void 0),rp([(0,gd.A)("@ui5/webcomponents")],vl,"i18nBundle",void 0),vl=wb=rp([(0,pd.A)({tag:"ui5-li-custom",template:function vq(e){const n={...mq,...e};return dq.call(this,n)},renderer:hd.A,styles:[z1.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']})],vl),vl.define();const Tq=["*"];let q1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleName=rt(),this.accessibleRole=rt(),this.highlight=rt("None"),this.movable=rt(!1,{transform:Un}),this.navigated=rt(!1,{transform:Un}),this.selected=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Active"),this.ui5Click=Mr(),this.ui5DetailClick=Mr(),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=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click","ui5DetailClick"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({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:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:Tq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();(0,ki.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,ki.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 Y1=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Y1||{});const kq=Y1;(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var yl,ti=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Fr=yl=class extends Db.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 yl.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.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(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&((0,Yt.xC)(n)?this._isSpacePressed=!0:((0,Yt.Tu)(n)||(0,Yt.KL)(n))&&(this._cancelAction=!0),(0,Yt.RI)(n)&&this._onclick())}_onkeyup(n){if(this.readonly)return;const t=(0,Yt.xC)(n),r=(0,Yt.Tu)(n)||(0,Yt.KL)(n);if(t||(0,Yt.BF)(n)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void n.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);t&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),t=!this.fireDecoratorEvent("value-changed");(n||t)&&(this.checked=!this.checked)}}get graphical(){return this.design===kq.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 n=this.textOn?.toLowerCase(),t=this.textOff?.toLowerCase(),r=yl.i18nBundle.getText(In.F$r).toLowerCase(),i=yl.i18nBundle.getText(In.f4l).toLowerCase();return n===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(0,md.ax)(this)||(0,md.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?yl.i18nBundle.getText(In.Dy9):""}};ti([(0,At.A)()],Fr.prototype,"design",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"readonly",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"checked",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"disabled",void 0),ti([(0,At.A)()],Fr.prototype,"textOn",void 0),ti([(0,At.A)()],Fr.prototype,"textOff",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleName",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleNameRef",void 0),ti([(0,At.A)()],Fr.prototype,"tooltip",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"required",void 0),ti([(0,At.A)()],Fr.prototype,"name",void 0),ti([(0,At.A)()],Fr.prototype,"value",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_cancelAction",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_isSpacePressed",void 0),ti([(0,gd.A)("@ui5/webcomponents")],Fr,"i18nBundle",void 0),Fr=yl=ti([(0,pd.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:hd.A,template:function Rq(){return(0,xt.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,Qa.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,Qa.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,xt.Y)("div",{class:"ui5-switch-inner",children:(0,xt.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,xt.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,xt.FD)(xt.FK,{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,xt.Y)(Za.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Za.A,{name:L1.Ay,class:"ui5-switch-icon-off"})})]}):(0,xt.Y)(xt.FK,{children:(0,xt.FD)(xt.FK,this.hasNoLabel?{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,xt.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,xt.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Fr),Fr.define();const Nq=["*"];let X1=(()=>{class e{constructor(){this.accessibleName=rt(),this.accessibleNameRef=rt(),this.checked=rt(!1,{transform:Un}),this.design=rt("Textual"),this.disabled=rt(!1,{transform:Un}),this.name=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.textOff=rt(),this.textOn=rt(),this.tooltip=rt(),this.value=rt(""),this.ui5Change=Mr(),this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({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:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"checked",events:["change"],transformValue:t=>!!t}}]),yv([A1])],ngContentSelectors:Nq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();const wn=globalThis.Luigi;let Gr=(()=>{class e{setConfig(t){return wn.setConfig(t)}get config(){return wn.getConfig()}getConfigValue(t){return wn.getConfigValue(t)}unloadConfig(){return wn.unload()}sendCustomMessage(t){return wn.sendCustomMessage(t)}configChanged(t){wn.configChanged(t)}customMessages(){return wn.customMessages()}navigation(){return wn.navigation()}resetLuigi(){wn.reset()}clearNavigationCache(){wn.clearNavigationCache&&wn.clearNavigationCache()}showAlert(t){return wn.showAlert(t)}ux(){return wn.ux()}theming(){return wn.theming()}i18n(){return wn.i18n()}globalSearch(){return wn.globalSearch()}getGlobalContext(){return wn.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(t,r=!1){wn.setGlobalContext(t,r)}setInGlobalContext(t,r=!1){wn.setGlobalContext({...this.getGlobalContext(),...t},r)}routing(){return wn.routing()}setFeatureToggle(t){wn.featureToggles().setFeatureToggle(t)}unsetFeatureToggle(t){wn.featureToggles().unsetFeatureToggle(t)}unsetAllFeatureToggles(){wn.featureToggles().getActiveFeatureToggleList().forEach(t=>{this.unsetFeatureToggle(t)})}setFeatureToggles(t){if(t)for(const r of Object.keys(t))t[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(t){return wn.featureToggles().getActiveFeatureToggleList().includes(t)}getActiveFeatureToggleList(){return wn.featureToggles().getActiveFeatureToggleList()}setAuthData(t){wn.auth().store.setAuthData(t),wn.auth().store.setNewlyAuthorized()}removeAuthData(){wn.auth().store.removeAuthData()}getAuthData(){return wn.auth().store.getAuthData()}setCurrentLocale(t){wn.i18n().setCurrentLocale(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Z1(e,n){return so((t,r)=>{let i=null,o=0,s=!1;const a=()=>s&&!i&&r.complete();t.subscribe(ji(r,c=>{i?.unsubscribe();let l=0;const d=o++;Io(e(c,d)).subscribe(i=ji(r,h=>r.next(n?n(c,h,d,l++):h),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function Ab(...e){return Ih(e,wh(e))}
62
+ */let Jk=null;function js(){return Jk}class SG{}let e1=(()=>{class e{historyGo(t){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:()=>J(DG),providedIn:"platform"})}return e})(),DG=(()=>{class e extends e1{_location;_history;_doc=J(Hi);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return js().getBaseHref(this._doc)}onPopState(t){const r=js().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",t,!1),()=>r.removeEventListener("popstate",t)}onHashChange(t){const r=js().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",t,!1),()=>r.removeEventListener("hashchange",t)}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(t){this._location.pathname=t}pushState(t,r,i){this._history.pushState(t,r,i)}replaceState(t,r,i){this._history.replaceState(t,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(t=0){this._history.go(t)}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})(),t1=(()=>{class e{_renderer;_elementRef;onChange=t=>{};onTouched=()=>{};constructor(t,r){this._renderer=t,this._elementRef=r}setProperty(t,r){this._renderer.setProperty(this._elementRef.nativeElement,t,r)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}static \u0275fac=function(r){return new(r||e)(nt(Rs),nt(Cr))};static \u0275dir=zt({type:e})}return e})(),Xa=(()=>{class e extends t1{static \u0275fac=(()=>{let t;return function(i){return(t||(t=Pr(e)))(i||e)}})();static \u0275dir=zt({type:e,features:[Tn]})}return e})();const _o=new Te(""),wG={provide:_o,useExisting:un(()=>jy),multi:!0},xG=new Te("");let jy=(()=>{class e extends t1{_compositionMode;_composing=!1;constructor(t,r,i){super(t,r),this._compositionMode=i,null==this._compositionMode&&(this._compositionMode=!function AG(){const e=js()?js().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(t){this.setProperty("value",t??"")}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}static \u0275fac=function(r){return new(r||e)(nt(Rs),nt(Cr),nt(xG,8))};static \u0275dir=zt({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){1&r&&rr("input",function(s){return i._handleInput(s.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(s){return i._compositionEnd(s.target.value)})},standalone:!1,features:[yn([wG]),Tn]})}return e})();function Hy(e){return null==e||0===Gy(e)}function Gy(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const ti=new Te(""),Hs=new Te(""),kG=/^(?=.{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 RG{static min(n){return function r1(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t<e?{min:{min:e,actual:n.value}}:null}}(n)}static max(n){return function i1(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t>e?{max:{max:e,actual:n.value}}:null}}(n)}static required(n){return function o1(e){return Hy(e.value)?{required:!0}:null}(n)}static requiredTrue(n){return function s1(e){return!0===e.value?null:{required:!0}}(n)}static email(n){return function a1(e){return Hy(e.value)||kG.test(e.value)?null:{email:!0}}(n)}static minLength(n){return function c1(e){return n=>{const t=n.value?.length??Gy(n.value);return null===t||0===t?null:t<e?{minlength:{requiredLength:e,actualLength:t}}:null}}(n)}static maxLength(n){return function l1(e){return n=>{const t=n.value?.length??Gy(n.value);return null!==t&&t>e?{maxlength:{requiredLength:e,actualLength:t}}:null}}(n)}static pattern(n){return function u1(e){if(!e)return Nh;let n,t;return"string"==typeof e?(t="","^"!==e.charAt(0)&&(t+="^"),t+=e,"$"!==e.charAt(e.length-1)&&(t+="$"),n=new RegExp(t)):(t=e.toString(),n=e),r=>{if(Hy(r.value))return null;const i=r.value;return n.test(i)?null:{pattern:{requiredPattern:t,actualValue:i}}}}(n)}static nullValidator(n){return null}static compose(n){return g1(n)}static composeAsync(n){return m1(n)}}function Nh(e){return null}function d1(e){return null!=e}function _1(e){return Xf(e)?Rh(e):e}function f1(e){let n={};return e.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function h1(e,n){return n.map(t=>t(e))}function p1(e){return e.map(n=>function MG(e){return!e.validate}(n)?n:t=>n.validate(t))}function g1(e){if(!e)return null;const n=e.filter(d1);return 0==n.length?null:function(t){return f1(h1(t,n))}}function $y(e){return null!=e?g1(p1(e)):null}function m1(e){if(!e)return null;const n=e.filter(d1);return 0==n.length?null:function(t){return EG(h1(t,n).map(_1)).pipe($i(f1))}}function Wy(e){return null!=e?m1(p1(e)):null}function v1(e,n){return null===e?[n]:Array.isArray(e)?[...e,n]:[e,n]}function y1(e){return e._rawValidators}function b1(e){return e._rawAsyncValidators}function Ky(e){return e?Array.isArray(e)?e:[e]:[]}function Oh(e,n){return Array.isArray(e)?e.includes(n):e===n}function C1(e,n){const t=Ky(n);return Ky(e).forEach(i=>{Oh(t,i)||t.push(i)}),t}function E1(e,n){return Ky(n).filter(t=>!Oh(e,t))}class T1{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(n){this._rawValidators=n||[],this._composedValidatorFn=$y(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=Wy(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control?.reset(n)}hasError(n,t){return!!this.control&&this.control.hasError(n,t)}getError(n,t){return this.control?this.control.getError(n,t):null}}class ni extends T1{name;get formDirective(){return null}get path(){return null}}class Gs extends T1{_parent=null;name=null;valueAccessor=null}class S1{_cd;constructor(n){this._cd=n}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 qy=(()=>{class e extends S1{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(nt(Gs,2))};static \u0275dir=zt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){2&r&&dh("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:[Tn]})}return e})(),Yy=(()=>{class e extends S1{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(nt(ni,10))};static \u0275dir=zt({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,i){2&r&&dh("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:[Tn]})}return e})();const nd="VALID",Fh="INVALID",ml="PENDING",rd="DISABLED";class vl{}class w1 extends vl{value;source;constructor(n,t){super(),this.value=n,this.source=t}}class Qy extends vl{pristine;source;constructor(n,t){super(),this.pristine=n,this.source=t}}class Jy extends vl{touched;source;constructor(n,t){super(),this.touched=n,this.source=t}}class Ph extends vl{status;source;constructor(n,t){super(),this.status=n,this.source=t}}class A1 extends vl{source;constructor(n){super(),this.source=n}}class eb extends vl{source;constructor(n){super(),this.source=n}}function tb(e){return(Bh(e)?e.validators:e)||null}function nb(e,n){return(Bh(n)?n.asyncValidators:e)||null}function Bh(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class rb{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(n,t){this._assignValidators(n),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get status(){return lr(this.statusReactive)}set status(n){lr(()=>this.statusReactive.set(n))}_status=Mr(()=>this.statusReactive());statusReactive=Si(void 0);get valid(){return this.status===nd}get invalid(){return this.status===Fh}get pending(){return this.status===ml}get disabled(){return this.status===rd}get enabled(){return this.status!==rd}errors;get pristine(){return lr(this.pristineReactive)}set pristine(n){lr(()=>this.pristineReactive.set(n))}_pristine=Mr(()=>this.pristineReactive());pristineReactive=Si(!0);get dirty(){return!this.pristine}get touched(){return lr(this.touchedReactive)}set touched(n){lr(()=>this.touchedReactive.set(n))}_touched=Mr(()=>this.touchedReactive());touchedReactive=Si(!1);get untouched(){return!this.touched}_events=new ct;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(C1(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(C1(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(E1(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(E1(n,this._rawAsyncValidators))}hasValidator(n){return Oh(this._rawValidators,n)}hasAsyncValidator(n){return Oh(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsTouched({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Jy(!0,r))}markAllAsDirty(n={}){this.markAsDirty({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsDirty(n))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(n))}markAsUntouched(n={}){const t=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:r})}),n.onlySelf||this._parent?._updateTouched(n,r),t&&!1!==n.emitEvent&&this._events.next(new Jy(!1,r))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsDirty({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Qy(!1,r))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),n.onlySelf||this._parent?._updatePristine(n,r),t&&!1!==n.emitEvent&&this._events.next(new Qy(!0,r))}markAsPending(n={}){this.status=ml;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Ph(this.status,t)),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=rd,this.errors=null,this._forEachChild(i=>{i.disable({...n,onlySelf:!0})}),this._updateValue();const r=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new w1(this.value,r)),this._events.next(new Ph(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(i=>i(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=nd,this._forEachChild(r=>{r.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(n,t){n.onlySelf||(this._parent?.updateValueAndValidity(n),n.skipPristineCheck||this._parent?._updatePristine({},t),this._parent?._updateTouched({},t))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===nd||this.status===ml)&&this._runAsyncValidator(r,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new w1(this.value,t)),this._events.next(new Ph(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.updateValueAndValidity({...n,sourceControl:t})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?rd:nd}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=ml,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t,shouldHaveEmitted:!1!==n};const r=_1(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,t={}){this.errors=n,this._updateControlsErrors(!1!==t.emitEvent,this,t.shouldHaveEmitted)}get(n){let t=n;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((r,i)=>r&&r._find(i),this)}getError(n,t){const r=t?this.get(t):this;return r?.errors?r.errors[n]:null}hasError(n,t){return!!this.getError(n,t)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,t,r){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||r)&&this._events.next(new Ph(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,r)}_initObservables(){this.valueChanges=new Jr,this.statusChanges=new Jr}_calculateStatus(){return this._allControlsDisabled()?rd:this.errors?Fh:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(ml)?ml:this._anyControlsHaveStatus(Fh)?Fh:nd}_anyControlsHaveStatus(n){return this._anyControls(t=>t.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,t){const r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,n.onlySelf||this._parent?._updatePristine(n,t),i&&this._events.next(new Qy(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new Jy(this.touched,t)),n.onlySelf||this._parent?._updateTouched(n,t)}_onDisabledChange=[];_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Bh(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function UG(e){return Array.isArray(e)?$y(e):e||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function zG(e){return Array.isArray(e)?Wy(e):e||null}(this._rawAsyncValidators)}}class id extends rb{constructor(n,t,r){super(tb(t),nb(r,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(n,t,r={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(n,t={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(n,t,r={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){(function k1(e,n,t){e._forEachChild((r,i)=>{if(void 0===t[i])throw new De(-1002,"")})})(this,0,n),Object.keys(n).forEach(r=>{(function x1(e,n,t){const r=e.controls;if(!(n?Object.keys(r):r).length)throw new De(1e3,"");if(!r[t])throw new De(1001,"")})(this,!0,r),this.controls[r].setValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(r=>{const i=this.controls[r];i&&i.patchValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((r,i)=>{r.reset(n?n[i]:null,{...t,onlySelf:!0})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t),!1!==t?.emitEvent&&this._events.next(new eb(this))}getRawValue(){return this._reduceChildren({},(n,t,r)=>(n[r]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,r)=>!!r._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const r=this.controls[t];r&&n(r,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,r]of Object.entries(this.controls))if(this.contains(t)&&n(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,r,i)=>((r.enabled||this.disabled)&&(t[i]=r.value),t))}_reduceChildren(n,t){let r=n;return this._forEachChild((i,o)=>{r=t(r,i,o)}),r}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}const yl=new Te("",{factory:()=>Uh}),Uh="always";function od(e,n,t=Uh){ib(e,n),n.valueAccessor.writeValue(e.value),(e.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(e.disabled),function HG(e,n){n.valueAccessor.registerOnChange(t=>{e._pendingValue=t,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&R1(e,n)})}(e,n),function $G(e,n){const t=(r,i)=>{n.valueAccessor.writeValue(r),i&&n.viewToModelUpdate(r)};e.registerOnChange(t),n._registerOnDestroy(()=>{e._unregisterOnChange(t)})}(e,n),function GG(e,n){n.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&R1(e,n),"submit"!==e.updateOn&&e.markAsTouched()})}(e,n),function jG(e,n){if(n.valueAccessor.setDisabledState){const t=r=>{n.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(t),n._registerOnDestroy(()=>{e._unregisterOnDisabledChange(t)})}}(e,n)}function Vh(e,n,t=!0){const r=()=>{};n?.valueAccessor?.registerOnChange(r),n?.valueAccessor?.registerOnTouched(r),Hh(e,n),e&&(n._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function jh(e,n){e.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function ib(e,n){const t=y1(e);null!==n.validator?e.setValidators(v1(t,n.validator)):"function"==typeof t&&e.setValidators([t]);const r=b1(e);null!==n.asyncValidator?e.setAsyncValidators(v1(r,n.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const i=()=>e.updateValueAndValidity();jh(n._rawValidators,i),jh(n._rawAsyncValidators,i)}function Hh(e,n){let t=!1;if(null!==e){if(null!==n.validator){const i=y1(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.validator);o.length!==i.length&&(t=!0,e.setValidators(o))}}if(null!==n.asyncValidator){const i=b1(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.asyncValidator);o.length!==i.length&&(t=!0,e.setAsyncValidators(o))}}}const r=()=>{};return jh(n._rawValidators,r),jh(n._rawAsyncValidators,r),t}function R1(e,n){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function O1(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}function L1(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const $s=class extends rb{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(n=null,t,r){super(tb(t),nb(r,t)),this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Bh(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=L1(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(n,t={}){this.setValue(n,t)}reset(n=this.defaultValue,t={}){this._applyFormState(n),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),t.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==t?.emitEvent&&this._events.next(new eb(this))}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){O1(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){O1(this._onDisabledChange,n)}_forEachChild(n){}_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(n){L1(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}};Promise.resolve();let Kh=(()=>{class e extends ni{callSetDisabledState;get submitted(){return lr(this._submittedReactive)}set submitted(t){this._submittedReactive.set(t)}_submitted=Mr(()=>this._submittedReactive());_submittedReactive=Si(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(t,r,i){super(),this.callSetDisabledState=i,this._setValidators(t),this._setAsyncValidators(r)}ngOnChanges(t){this.onChanges(t)}ngOnDestroy(){this.onDestroy()}onChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Hh(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(t){const r=this.form.get(t.path);return od(r,t,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),r}getControl(t){return this.form.get(t.path)}removeControl(t){Vh(t.control||null,t,!1),function YG(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}getFormArray(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}updateModel(t,r){this.form.get(t.path).setValue(r)}onReset(){this.resetForm()}resetForm(t=void 0,r={}){this.form.reset(t,r),this._submittedReactive.set(!1)}onSubmit(t){return this.submitted=!0,function N1(e,n){e._syncPendingControls(),n.forEach(t=>{const r=t.control;"submit"===r.updateOn&&r._pendingChange&&(t.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new A1(this.control)),"dialog"===t?.target?.method}_updateDomValue(){this.directives.forEach(t=>{const r=t.control,i=this.form.get(t.path);r!==i&&(Vh(r||null,t),(e=>e instanceof $s)(i)&&(od(i,t,this.callSetDisabledState),t.control=i))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const r=this.form.get(t.path);(function M1(e,n){ib(e,n)})(r,t),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){const r=this.form?.get(t.path);r&&function WG(e,n){return Hh(e,n)}(r,t)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){ib(this.form,this),this._oldForm&&Hh(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(nt(ti,10),nt(Hs,10),nt(yl,8))};static \u0275dir=zt({type:e,features:[Tn,Ts]})}return e})();const cb=new Te(""),l$={provide:Gs,useExisting:un(()=>qh)};let qh=(()=>{class e extends Gs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(t){}model;update=new Jr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(t,r,i,o,s){super(),this._ngModelWarningConfig=o,this.callSetDisabledState=s,this._setValidators(t),this._setAsyncValidators(r),this.valueAccessor=function ab(e,n){if(!n)return null;let t,r,i;return Array.isArray(n),n.forEach(o=>{o.constructor===jy?t=o:function qG(e){return Object.getPrototypeOf(e.constructor)===Xa}(o)?r=o:i=o}),i||r||t||null}(0,i)}ngOnChanges(t){if(this._isControlChanged(t)){const r=t.form.previousValue;r&&Vh(r,this,!1),od(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function sb(e,n){if(!e.hasOwnProperty("model"))return!1;const t=e.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)})(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Vh(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_isControlChanged(t){return t.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(nt(ti,10),nt(Hs,10),nt(_o,10),nt(cb,8),nt(yl,8))};static \u0275dir=zt({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:[yn([l$]),Tn,Ts]})}return e})();const f$={provide:ni,useExisting:un(()=>Xh)};let Xh=(()=>{class e extends Kh{form=null;ngSubmit=new Jr;get control(){return this.form}static \u0275fac=(()=>{let t;return function(i){return(t||(t=Pr(e)))(i||e)}})();static \u0275dir=zt({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,i){1&r&&rr("submit",function(s){return i.onSubmit(s)})("reset",function(){return i.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[yn([f$]),Tn]})}return e})(),A$=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=zf({type:e});static \u0275inj=fr({})}return e})(),t5=(()=>{class e{static withConfig(t){return{ngModule:e,providers:[{provide:cb,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:yl,useValue:t.callSetDisabledState??Uh}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=zf({type:e});static \u0275inj=fr({imports:[A$]})}return e})();var n5=ht(171);function Zh(e,n,t=1/0){return Z(n)?Zh((r,i)=>$i((o,s)=>n(r,o,i,s))(Ao(e(r,i))),t):("number"==typeof n&&(t=n),co((r,i)=>function _9(e,n,t,r,i,o,s,a){const c=[];let l=0,u=0,_=!1;const g=()=>{_&&!c.length&&!l&&n.complete()},E=le=>l<r?P(le):c.push(le),P=le=>{o&&n.next(le),l++;let _e=!1;Ao(t(le,u++)).subscribe(Gi(n,Ie=>{i?.(Ie),o?E(Ie):n.next(Ie)},()=>{_e=!0},void 0,()=>{if(_e)try{for(l--;c.length&&l<r;){const Ie=c.shift();s?Vs(n,s,()=>P(Ie)):P(Ie)}g()}catch(Ie){n.error(Ie)}}))};return e.subscribe(Gi(n,E,()=>{_=!0,g()})),()=>{a?.()}}(r,i,e,t)))}class g9 extends st{constructor(n,t){super()}schedule(n,t=0){return this}}const Qh={setInterval(e,n,...t){const{delegate:r}=Qh;return r?.setInterval?r.setInterval(e,n,...t):setInterval(e,n,...t)},clearInterval(e){const{delegate:n}=Qh;return(n?.clearInterval||clearInterval)(e)},delegate:void 0};class _b extends g9{constructor(n,t){super(n,t),this.scheduler=n,this.work=t,this.pending=!1}schedule(n,t=0){var r;if(this.closed)return this;this.state=n;const i=this.id,o=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(o,i,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(o,this.id,t),this}requestAsyncId(n,t,r=0){return Qh.setInterval(n.flush.bind(n,this),r)}recycleAsyncId(n,t,r=0){if(null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&Qh.clearInterval(t)}execute(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const r=this._execute(n,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(n,t){let i,r=!1;try{this.work(n)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){const{id:n,scheduler:t}=this,{actions:r}=t;this.work=this.state=this.scheduler=null,this.pending=!1,He(r,this),null!=n&&(this.id=this.recycleAsyncId(t,n,null)),this.delay=null,super.unsubscribe()}}}const cd={schedule(e){let n=requestAnimationFrame,t=cancelAnimationFrame;const{delegate:r}=cd;r&&(n=r.requestAnimationFrame,t=r.cancelAnimationFrame);const i=n(o=>{t=void 0,e(o)});return new st(()=>t?.(i))},requestAnimationFrame(...e){const{delegate:n}=cd;return(n?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){const{delegate:n}=cd;return(n?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0},fb={now:()=>(fb.delegate||Date).now(),delegate:void 0};class ld{constructor(n,t=ld.now){this.schedulerActionCtor=n,this.now=t}schedule(n,t=0,r){return new this.schedulerActionCtor(this,n).schedule(r,t)}}ld.now=fb.now;class hb extends ld{constructor(n,t=ld.now){super(n,t),this.actions=[],this._active=!1}flush(n){const{actions:t}=this;if(this._active)return void t.push(n);let r;this._active=!0;do{if(r=n.execute(n.state,n.delay))break}while(n=t.shift());if(this._active=!1,r){for(;n=t.shift();)n.unsubscribe();throw r}}}new class v9 extends hb{flush(n){let t;this._active=!0,n?t=n.id:(t=this._scheduled,this._scheduled=void 0);const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class m9 extends _b{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=cd.requestAnimationFrame(()=>n.flush(void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&t===n._scheduled&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(cd.cancelAnimationFrame(t),n._scheduled=void 0)}});let pb,b9=1;const Jh={};function s5(e){return e in Jh&&(delete Jh[e],!0)}const C9={setImmediate(e){const n=b9++;return Jh[n]=!0,pb||(pb=Promise.resolve()),pb.then(()=>s5(n)&&e()),n},clearImmediate(e){s5(e)}},{setImmediate:E9,clearImmediate:T9}=C9,ep={setImmediate(...e){const{delegate:n}=ep;return(n?.setImmediate||E9)(...e)},clearImmediate(e){const{delegate:n}=ep;return(n?.clearImmediate||T9)(e)},delegate:void 0};new class D9 extends hb{flush(n){this._active=!0;const t=this._scheduled;this._scheduled=void 0;const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class S9 extends _b{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=ep.setImmediate(n.flush.bind(n,void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(ep.clearImmediate(t),n._scheduled===t&&(n._scheduled=void 0))}});new hb(_b);let yb;try{yb=typeof Intl<"u"&&Intl.v8BreakIterator}catch{yb=!1}function RW(e,n){return{provide:e,useFactory:t=>new e(t,n),deps:[a_]}}const A5="[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]",x5=(new RegExp(A5,"g"),new RegExp(`(${A5})+`,"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 R5(e){return function(n,t){const r=Symbol();n[r]=n[t],Object.defineProperty(n,t,{get(){return this[r]},set(i){this[r]=e.call(this,i,this)}})}}new RegExp(x5,"g"),new RegExp(`(${x5})+`,"g"),R5(function o5(e){return null!=e&&"false"!=`${e}`}),R5(function p9(e){return null==e?"":"string"==typeof e?e:`${e}px`});const Sb={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},oK={...Sb,overlayX:"start",originX:"start"},sK={...Sb,overlayX:"end",originX:"end"},Db={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},aK={...Db,overlayX:"start",originX:"start"},cK={...Db,overlayX:"end",originX:"end"};class N5{}let ap=(()=>{class e extends N5{static{this.global={top:"1rem",center:!0}}static{this.connected=Sb}}return e})(),hd=(()=>{class e extends N5{static{this.global={bottom:"1rem",center:!0}}static{this.connected=Db}}return e})();class $me extends ap{static{this.global={...ap.global,left:"1rem",center:!1}}static{this.connected=oK}}class Wme extends ap{static{this.global={...ap.global,right:"1rem",center:!1}}static{this.connected=sK}}class Kme extends hd{static{this.global={...hd.global,left:"1rem",center:!1}}static{this.connected=aK}}class qme extends hd{static{this.global={...hd.global,right:"1rem",center:!1}}static{this.connected=cK}}Math.pow(2,31);class O5 extends ct{constructor(n=1/0,t=1/0,r=fb){super(),this._bufferSize=n,this._windowTime=t,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=t===1/0,this._bufferSize=Math.max(1,n),this._windowTime=Math.max(1,t)}next(n){const{isStopped:t,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:s}=this;t||(r.push(n),!i&&r.push(o.now()+s)),this._trimBuffer(),super.next(n)}_subscribe(n){this._throwIfClosed(),this._trimBuffer();const t=this._innerSubscribe(n),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let s=0;s<o.length&&!n.closed;s+=r?1:2)n.next(o[s]);return this._checkFinalizedStatuses(n),t}_trimBuffer(){const{_bufferSize:n,_timestampProvider:t,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*n;if(n<1/0&&o<r.length&&r.splice(0,r.length-o),!i){const s=t.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}function gd(e,n){const t=n?.injector??J($n),r=new O5(1),i=ao(()=>{let o;try{o=e()}catch(s){return void lr(()=>r.error(s))}lr(()=>r.next(o))},{injector:t,manualCleanup:!0});return t.get(Ti).onDestroy(()=>{i.destroy(),r.complete()}),r.asObservable()}var Yt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(Yt||{});const P5=new Te("ContentDensityDirective");class md{}let kb=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=J(md),this._injector=J($n),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return gd(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(t){this._storage.setContentDensity(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Xe({token:e,factory:e.\u0275fac})}}return e})();class RK{}const V5={modifiers:{[Yt.COMPACT]:"is-compact",[Yt.COZY]:"is-cozy",[Yt.CONDENSED]:"is-condensed"},supportedContentDensity:[Yt.COMPACT,Yt.COZY],defaultContentDensity:Yt.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}};let Ws=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(t,r){this._destroyRef=J(Ti),this._alternativeTo={[Yt.COMPACT]:()=>this._isSupported(Yt.CONDENSED)?Yt.CONDENSED:Yt.COZY,[Yt.CONDENSED]:()=>this._isSupported(Yt.COMPACT)?Yt.COMPACT:Yt.COZY,[Yt.COZY]:()=>Yt.COZY},this._globalContentDensityService=J(kb,{optional:!0}),this._contentDensityDirective=J(P5,{optional:!0}),this._parentContentDensityObserver=J(e,{optional:!0,skipSelf:!0}),this._renderer=J(Rs),this._elementRef=J(Cr),this._elements=[this._elementRef],this.config={...V5,...this._parentContentDensityObserver?.config??{},...r||{}};const i=((e,n)=>{const t=e.get(kb,null,{optional:!0})?.currentContentDensity;return t||((e,n)=>{if("string"==typeof n.defaultContentDensity)return n.defaultContentDensity;if((e=>!(!e||!e.useFactory))(n.defaultContentDensity)){const t=((e,n)=>(n.deps||[]).map(t=>{if(Array.isArray(t)){let r,i={};for(let o=0;o<t.length;o++){const s=t[o].__NG_DI_FLAG__;"number"==typeof s?i={...i,flag:s}:r=t[o]}return e.get(r,void 0,i)}return e.get(t,void 0,{})}))(e,n.defaultContentDensity);return n.defaultContentDensity.useFactory(...t)}return e.get(n.defaultContentDensity,void 0,void 0)})(e,{...V5,...n||{}})})(t,r);this._changesSource=(e=>Mr(()=>{const n=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===n?e.defaultContentDensity:"global"===n?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:n}))({defaultContentDensity:i,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function Sy(e,n){return mx("function"==typeof e?px(e,TH,n?.equal):px(e.source,e.computation,e.equal))}({source:this._changesSource,computation:o=>o&&"string"==typeof o?this._validateAndFallback(o):Yt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=Mr(()=>this._contentDensity()===Yt.COMPACT),this.isCozySignal=Mr(()=>this._contentDensity()===Yt.COZY),this.isCondensedSignal=Mr(()=>this._contentDensity()===Yt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=gd(this.isCompactSignal,{injector:t}),this.isCozy$=gd(this.isCozySignal,{injector:t}),this.isCondensed$=gd(this.isCondensedSignal,{injector:t}),this.contentDensity$$=gd(this._contentDensity,{injector:t}),ao(()=>{const o=this._contentDensity();this._applyClass(o)}),mf(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...t){this._elements.concat(...t.map(r=>r.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(t){return this.contentDensity$$.subscribe(t)}removeConsumer(t){this._elements.splice(this._elements.indexOf(t.elementRef),1)}_validateAndFallback(t){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${t}`),!this._isSupported(t))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${t} is not supported. Failing back to alternative one.`),this._alternativeTo[t]()}catch{throw new Error(`ContentDensityObserver: density ${t} is not supported`)}return t}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(t){if(!this.config?.modifiers)return;const r=this.config.modifiers,i=t??this._contentDensity(),o=this._parentContentDensityObserver?.value===i;this._elements.forEach(s=>{if(Object.values(r).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,i,o),o&&!this.config.alwaysAddModifiers)return;const a=r[i];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(t,r,i){if(!(this.config.ui5Markers?.enabled&&t&&this._renderer&&t instanceof HTMLElement))return;const o="data-ui5-compact-size";i&&!this.config.alwaysAddModifiers||r!==Yt.COMPACT&&r!==Yt.CONDENSED?this._renderer.removeAttribute(t,o):this._renderer.setAttribute(t,o,"")}_isSupported(t){return this.config.supportedContentDensity?.includes(t)??!1}static{this.\u0275fac=function(r){return new(r||e)(Dt($n),Dt(RK))}}static{this.\u0275prov=Xe({token:e,factory:e.\u0275fac})}}return e})();function Ja(e){return[RW(Ws,e)]}const PK=["*"];let j5=(()=>{class e{constructor(){this.accessibilityAttributes=tt({}),this.accessibleDescription=tt(),this.accessibleName=tt(),this.accessibleNameRef=tt(),this.accessibleRole=tt("Button"),this.design=tt("Default"),this.disabled=tt(!1,{transform:zn}),this.endIcon=tt(),this.form=tt(),this.icon=tt(),this.loading=tt(!1,{transform:zn}),this.loadingDelay=tt(1e3),this.submits=tt(!1,{transform:zn}),this.tooltip=tt(),this.type=tt("Button"),this.ui5Click=Nr(),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=J(Cr),this.injector=J($n),this._contentDensityObserver=J(Ws)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&io(this.injector,()=>{ao(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Li({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:[yn([Ja({supportedContentDensity:[Yt.COMPACT,Yt.COZY]})])],ngContentSelectors:PK,decls:1,vars:0,template:function(r,i){1&r&&(Fs(),Ps(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1279);const Rb=new Te("CVA_CONFIG");let H5=(()=>{class e{constructor(){this.elementRef=J(Cr),this.cdr=J(wh),this.config=J(Rb,{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:t=>t||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(t){this._disabled=t;const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=t,this.cdr.markForCheck())}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}writeValue(t){this._value=t,this._valueSet=!0,this._initialized&&this.updateElementValue(t)}initializeComponent(){const t=this.elementRef.nativeElement,r=this.effectiveConfig;if(this._initialized=!0,t&&t.addEventListener){for(const i of r.events)t.addEventListener(i,o=>{if(this.onChange){const s=this.getValueToEmit(r,o);if(void 0!==s){const a=r.transformValue?r.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});t.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(t.disabled=this._disabled)}getValueToEmit(t,r){return t.isRadioButton?r.target.checked?r.target.value:void 0:r.target[t.property]}updateElementValue(t){const r=this.elementRef.nativeElement,i=this.effectiveConfig;if(r&&this._initialized){if(i.isRadioButton)r.checked=r.value===t;else{const o=i.transformValue?i.transformValue(t):t;r[i.property]=o}this.cdr.markForCheck()}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=zt({type:e,selectors:[["","noop",""]],features:[yn([{provide:_o,useExisting:un(()=>e),multi:!0}])]})}}return e})();const BK=["*"];let G5=(()=>{class e{constructor(){this.accessibleDescription=tt(),this.accessibleDescriptionRef=tt(),this.accessibleName=tt(),this.accessibleNameRef=tt(),this.disabled=tt(!1,{transform:zn}),this.filter=tt("None"),this.maxlength=tt(),this.name=tt(),this.noTypeahead=tt(!1,{transform:zn}),this.open=tt(!1,{transform:zn}),this.placeholder=tt(),this.readonly=tt(!1,{transform:zn}),this.required=tt(!1,{transform:zn}),this.showClearIcon=tt(!1,{transform:zn}),this.showSuggestions=tt(!1,{transform:zn}),this.type=tt("Text"),this.value=tt(""),this.valueState=tt("None"),this.ui5Change=Nr(),this.ui5Close=Nr(),this.ui5Input=Nr(),this.ui5Open=Nr(),this.ui5Select=Nr(),this.ui5SelectionChange=Nr(),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=J(Cr),this.injector=J($n),this._contentDensityObserver=J(Ws)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&io(this.injector,()=>{ao(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Li({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:[yn([Ja({supportedContentDensity:[Yt.COMPACT,Yt.COZY]}),{provide:Rb,useValue:{property:"value",events:["change","input"],transformValue:t=>t||""}}]),Av([H5])],ngContentSelectors:BK,decls:1,vars:0,template:function(r,i){1&r&&(Fs(),Ps(0))},encapsulation:2,changeDetection:0})}}return e})();var $5=ht(355);const UK=["*"];let W5=(()=>{class e{constructor(){this.for=tt(),this.required=tt(!1,{transform:zn}),this.showColon=tt(!1,{transform:zn}),this.wrappingType=tt("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=J(Cr),this.injector=J($n),this._contentDensityObserver=J(Ws)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["for","required","showColon","wrappingType"];for(const i of r){const o=i.replace(/-./g,s=>s[1].toUpperCase());this[o]&&"function"==typeof this[o]&&io(this.injector,()=>{ao(()=>{const s=this[o]();t&&(t[i]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Li({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[yn([Ja({supportedContentDensity:[Yt.COMPACT,Yt.COZY]})])],ngContentSelectors:UK,decls:1,vars:0,template:function(r,i){1&r&&(Fs(),Ps(0))},encapsulation:2,changeDetection:0})}}return e})();ht(8305);const zK=["*"];let K5=(()=>{class e{constructor(){this.accessibilityAttributes=tt({}),this.accessibleDescription=tt(),this.accessibleName=tt(),this.accessibleNameRef=tt(),this.accessibleRole=tt("Link"),this.design=tt("Default"),this.disabled=tt(!1,{transform:zn}),this.endIcon=tt(),this.href=tt(),this.icon=tt(),this.interactiveAreaSize=tt("Normal"),this.target=tt(),this.tooltip=tt(),this.wrappingType=tt("Normal"),this.ui5Click=Nr(),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=J(Cr),this.injector=J($n),this._contentDensityObserver=J(Ws)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&io(this.injector,()=>{ao(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Li({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:[yn([Ja({supportedContentDensity:[Yt.COMPACT,Yt.COZY]})])],ngContentSelectors:zK,decls:1,vars:0,template:function(r,i){1&r&&(Fs(),Ps(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1973);const VK=["*"];let q5=(()=>{class e{constructor(){this.accessibilityAttributes=tt({}),this.accessibleDescription=tt(),this.accessibleDescriptionRef=tt(),this.accessibleName=tt(),this.accessibleNameRef=tt(),this.accessibleRole=tt("List"),this.footerText=tt(),this.growing=tt("None"),this.growingButtonText=tt(),this.headerText=tt(),this.indent=tt(!1,{transform:zn}),this.loading=tt(!1,{transform:zn}),this.loadingDelay=tt(1e3),this.noDataText=tt(),this.selectionMode=tt("None"),this.separators=tt("All"),this.stickyHeader=tt(!1,{transform:zn}),this.ui5ItemClick=Nr(),this.ui5ItemClose=Nr(),this.ui5ItemDelete=Nr(),this.ui5ItemToggle=Nr(),this.ui5LoadMore=Nr(),this.ui5Move=Nr(),this.ui5MoveOver=Nr(),this.ui5SelectionChange=Nr(),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=J(Cr),this.injector=J($n),this._contentDensityObserver=J(Ws)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&io(this.injector,()=>{ao(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Li({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:[yn([Ja({supportedContentDensity:[Yt.COMPACT,Yt.COZY]})])],ngContentSelectors:VK,decls:1,vars:0,template:function(r,i){1&r&&(Fs(),Ps(0))},encapsulation:2,changeDetection:0})}}return e})();var Xt=ht(2358),vd=ht(1834),yd=ht(1934),It=ht(1642),bd=ht(3651),Mb=ht(4127),Y5=ht(6488),ec=ht(1437),jK=ht(6993),X5=ht(1278),Mi=(ht(6726),ht(4874));(0,Mi.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,Mi.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 Z5=ht(6826),Q5=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(Q5||{});const XK=Q5;var J5=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(J5||{});const xo=J5;var ko=ht(5011),eR=ht(6981),wn=ht(5166),Zi=ht(8923),bl=ht(303),Cl=ht(5444);(0,Zi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return bl.A})),(0,Zi.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return Cl.A}),"host"),(0,Zi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return bl.A})),(0,Zi.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return Cl.A}),"host"),(0,Mi.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,Mi.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 Ks,_i=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Hr=Ks=class extends eR.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=n=>{(0,Xt.RI)(n)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===xo.Active||this.type===xo.Navigation)&&this._selectionMode!==ko.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(n){const t=n.target!==this.getFocusDomRef();if(((0,Xt.xC)(n)||(0,Xt.RI)(n))&&t)return;super._onkeydown(n);const r=this.type===xo.Active,i=this.typeNavigation;((0,Xt.xC)(n)||(0,Xt.RI)(n))&&(r||i)&&this.activate(),(0,Xt.ty)(n)&&this._handleF2()}_onkeyup(n){super._onkeyup(n),((0,Xt.xC)(n)||(0,Xt.RI)(n))&&this.deactivate(),this.modeDelete&&(0,Xt.Ob)(n)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(n){super._onfocusin(n),n.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(n){if(this._editMode){const t=n.relatedTarget;(!t||!this.contains(t)&&!this.shadowRoot.contains(t))&&(this._editMode=!1)}n.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(n){n.dataTransfer&&n.target===this._listItem&&(Z5.A.setDraggedElement(this,n),this.setAttribute("data-moving",""),n.dataTransfer.dropEffect="move",n.dataTransfer.effectAllowed="move")}_ondragend(n){n.target===this._listItem&&(Z5.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:n.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!n.target.checked,selectionComponentPressed:!0})}activate(){(this.type===xo.Active||this.type===xo.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(n){this.isInactive||(super.fireItemPress(n),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===xo.Inactive||this.type===xo.Detail}get placeSelectionElementBefore(){return this._selectionMode===ko.A.Multiple||this._selectionMode===ko.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===ko.A.SingleEnd||this._selectionMode===ko.A.Delete)}get modeSingleSelect(){return[ko.A.SingleStart,ko.A.SingleEnd,ko.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===ko.A.Multiple}get modeDelete(){return this._selectionMode===ko.A.Delete}get typeDetail(){return this.type===xo.Detail}get typeNavigation(){return this.type===xo.Navigation}get typeActive(){return this.type===xo.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 n;return void 0!==this._ariaSelected&&(n=Ks.i18nBundle.getText(this._ariaSelected?wn.rek:wn.bB2)),n}get deleteText(){return Ks.i18nBundle.getText(wn.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?Ks.i18nBundle.getText(wn._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:Ks.i18nBundle.getText(wn.UlA),ariaLabelRadioButton:Ks.i18nBundle.getText(wn.bP),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!==XK.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const n=this.getFocusDomRef();if((0,Mb.A)()===n){const t=this._getFocusableElements();if(!t.length)return;this._editMode=!0,t[0].focus()}else this._editMode=!1,n.focus()}_handleTabNext(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t),i=r+1;return void(-1!==r&&i<t.length?(n.preventDefault(),t[i].focus()):this.fireDecoratorEvent("forward-after")||n.preventDefault())}this.fireDecoratorEvent("forward-after")||n.preventDefault()}_handleTabPrevious(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t);return void(r>0?(n.preventDefault(),t[r-1].focus()):this.fireDecoratorEvent("forward-before")||n.preventDefault())}this.fireDecoratorEvent("forward-before")||n.preventDefault()}_getFocusableElements(){const n=this.getFocusDomRef();return(0,Y5.J)(n)}_indexOfActiveElement(n){const t=(0,Mb.A)();return n.findIndex(r=>r===t||null!==r.shadowRoot&&r.shadowRoot.contains(t))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(n){const t=this._getFocusableElements();if(!t.length)return;const r=Math.min(n,t.length-1);return t[r].focus(),r}};_i([(0,It.A)()],Hr.prototype,"type",void 0),_i([(0,It.A)({type:Object})],Hr.prototype,"accessibilityAttributes",void 0),_i([(0,It.A)({type:Boolean})],Hr.prototype,"navigated",void 0),_i([(0,It.A)()],Hr.prototype,"tooltip",void 0),_i([(0,It.A)({type:Boolean})],Hr.prototype,"active",void 0),_i([(0,It.A)()],Hr.prototype,"highlight",void 0),_i([(0,It.A)({type:Boolean})],Hr.prototype,"selected",void 0),_i([(0,It.A)()],Hr.prototype,"accessibleRole",void 0),_i([(0,It.A)()],Hr.prototype,"_forcedAccessibleRole",void 0),_i([(0,It.A)({noAttribute:!0})],Hr.prototype,"_inheritedAccessibleRole",void 0),_i([(0,It.A)()],Hr.prototype,"_selectionMode",void 0),_i([(0,It.A)()],Hr.prototype,"mediaRange",void 0),_i([(0,jK.A)()],Hr.prototype,"deleteButton",void 0),_i([(0,bd.A)("@ui5/webcomponents")],Hr,"i18nBundle",void 0),Hr=Ks=_i([(0,yd.A)({languageAware:!0,renderer:vd.A,styles:[eR.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,ec.A)("detail-click",{bubbles:!0}),(0,ec.A)("selection-requested",{bubbles:!0})],Hr);const tR=Hr;var xt=ht(1892),tc=ht(563),nc=ht(6136),Nb=ht(5386),qs=ht(594),Cd=ht(3493);const Ys=class sq{static hasGroup(n){return this.groups.has(n)}static getGroup(n){return this.groups.get(n)}static getCheckedRadioFromGroup(n){return this.checkedRadios.get(n)}static removeGroup(n){return this.checkedRadios.delete(n),this.groups.delete(n)}static addToGroup(n,t){this.hasGroup(t)?(this.enforceSingleSelection(n,t),this.getGroup(t)&&this.getGroup(t).push(n)):this.createGroup(n,t),this.updateTabOrder(t)}static removeFromGroup(n,t){const r=this.getGroup(t);if(!r)return;const i=this.getCheckedRadioFromGroup(t);r.forEach((o,s,a)=>{if(n._id===o._id)return a.splice(s,1)}),i===n&&this.checkedRadios.set(t,null),r.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(n,t){n.checked&&this.checkedRadios.set(t,n),this.groups.set(t,[n])}static selectNextItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._nextFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static updateFormValidity(n){const t=this.getGroup(n);if(!t)return;const r=t.some(o=>o.required),i=t.some(o=>o.checked);t.forEach(o=>{o._groupChecked=i,o._groupRequired=r})}static updateTabOrder(n){const t=this.getGroup(n);if(!t)return;const r=t.some(i=>i.checked);t.filter(i=>!i.disabled).forEach((i,o)=>{let s=(0,Mb.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),i._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===i&&i.readonly?0:-1:i.checked?0:-1:0===o?0:-1})}static selectPreviousItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._previousFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static selectItem(n,t){this.updateSelectionInGroup(n,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(n,t){const r=this.getCheckedRadioFromGroup(t);r&&!n.readonly&&(this._deselectRadio(r),this.checkedRadios.set(t,n)),n&&(n.focus(),n.readonly?setTimeout(()=>{this.updateTabOrder(t)},0):this._selectRadio(n))}static _deselectRadio(n){n&&(n.checked=!1)}static _selectRadio(n){n.checked=!0,n._checked=!0,n.fireDecoratorEvent("change")}static _nextFocusable(n,t){if(!t)return null;let i=null;if(n===t.length-1){if(t[0].disabled)return this._nextFocusable(1,t);i=t[0]}else{if(t[n+1].disabled)return this._nextFocusable(n+1,t);i=t[n+1]}return i}static _previousFocusable(n,t){const r=t.length;let i=null;if(0===n){if(t[r-1].disabled)return this._previousFocusable(r-1,t);i=t[r-1]}else{if(t[n-1].disabled)return this._previousFocusable(n-1,t);i=t[n-1]}return i}static enforceSingleSelection(n,t){const r=this.getCheckedRadioFromGroup(t);n.checked?r?n!==r&&(this._deselectRadio(r),this.checkedRadios.set(t,n)):this.checkedRadios.set(t,n):n===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}};(0,Zi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return bl.A})),(0,Zi.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return Cl.A}),"host");var rc,Gr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Ob,nR=!1,Er=rc=class extends Nb.A{get formValidityMessage(){return rc.i18nBundle.getText(wn.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var n=this;return(0,bt.A)(function*(){return n.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=()=>{Ob&&(Ob.active=!1)},nR||(document.addEventListener("mouseup",this._deactivate),nR=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,nc.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(n){const t=this._name,r=this.name,i=this._checked,o=this.checked;n&&Ys.removeFromGroup(this,t),r!==t?(t&&Ys.removeFromGroup(this,t),r&&Ys.addToGroup(this,r)):r&&this.isConnected&&Ys.enforceSingleSelection(this,r),this.name&&o!==i&&Ys.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(n){const t=this.name;t&&(n.preventDefault(),Ys.selectNextItem(this,t))}_handleUp(n){const t=this.name;t&&(n.preventDefault(),Ys.selectPreviousItem(this,t))}_onkeydown(n){if((0,Xt.xC)(n))return this.active=!0,n.preventDefault();if((0,Xt.RI)(n))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;((0,Xt.Pj)(n)||!t&&(0,Xt.FG)(n)||t&&(0,Xt.OC)(n))&&this._handleDown(n),((0,Xt.ie)(n)||!t&&(0,Xt.OC)(n)||t&&(0,Xt.FG)(n))&&this._handleUp(n)}_onkeyup(n){(0,Xt.xC)(n)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,Ob=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Ys.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,Cd.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==qs.A.None}get valueStateText(){switch(this.valueState){case qs.A.Negative:return rc.i18nBundle.getText(wn.laD);case qs.A.Critical:return rc.i18nBundle.getText(wn.Xot);case qs.A.Positive:return rc.i18nBundle.getText(wn.KwP);case qs.A.Information:return rc.i18nBundle.getText(wn.tgV);default:return""}}get effectiveTabIndex(){const n=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:n?parseInt(n):0}};Gr([(0,It.A)({type:Boolean})],Er.prototype,"disabled",void 0),Gr([(0,It.A)({type:Boolean})],Er.prototype,"readonly",void 0),Gr([(0,It.A)({type:Boolean})],Er.prototype,"required",void 0),Gr([(0,It.A)({type:Boolean})],Er.prototype,"checked",void 0),Gr([(0,It.A)()],Er.prototype,"text",void 0),Gr([(0,It.A)()],Er.prototype,"valueState",void 0),Gr([(0,It.A)()],Er.prototype,"name",void 0),Gr([(0,It.A)()],Er.prototype,"value",void 0),Gr([(0,It.A)()],Er.prototype,"wrappingType",void 0),Gr([(0,It.A)()],Er.prototype,"accessibleName",void 0),Gr([(0,It.A)()],Er.prototype,"accessibleNameRef",void 0),Gr([(0,It.A)({type:Number})],Er.prototype,"_tabIndex",void 0),Gr([(0,It.A)({type:Boolean})],Er.prototype,"active",void 0),Gr([(0,It.A)({type:Boolean,noAttribute:!0})],Er.prototype,"_groupChecked",void 0),Gr([(0,It.A)({type:Boolean,noAttribute:!0})],Er.prototype,"_groupRequired",void 0),Gr([(0,bd.A)("@ui5/webcomponents")],Er,"i18nBundle",void 0),Er=rc=Gr([(0,yd.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:vd.A,template:function aq(){return(0,xt.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,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,xt.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,nc.xl)()},children:[(0,xt.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,xt.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,xt.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,xt.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,xt.Y)($5.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,xt.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,ec.A)("change",{bubbles:!0})],Er),Er.define();const lq=Er;function Uq(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,Zi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return bl.A})),(0,Zi.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return Cl.A}),"host"),(0,Mi.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,Mi.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"}),(0,Mi.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,Mi.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,Mi.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,Mi.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,Mi.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,Mi.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 os,$r=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Lb,iR=!1,Tr=os=class extends Nb.A{get formValidityMessage(){return os.i18nBundle.getText(wn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,bt.A)(function*(){return n.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=()=>{Lb&&(Lb.active=!1)},iR||(document.addEventListener("mouseup",this._deactivate),iR=!0)}onEnterDOM(){(0,nc.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Lb=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(n){(0,Xt.xC)(n)&&n.preventDefault(),!this.readonly&&!this.disabled&&((0,Xt.RI)(n)&&this.toggle(),this.active=!0)}_onkeyup(n){(0,Xt.xC)(n)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const n={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(t||r)&&(this.checked=n.checked,this.indeterminate=n.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:os.i18nBundle.getText(wn.laD),Critical:os.i18nBundle.getText(wn.Xot),Positive:os.i18nBundle.getText(wn.KwP)}}get ariaLabelText(){return(0,Cd.ax)(this)||(0,Cd.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,nc.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!==qs.A.None}get valueStateText(){if(this.valueState!==qs.A.None&&this.valueState!==qs.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const n=this.getAttribute("tabindex");if(this.tabbable)return n?parseInt(n):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 n=os.i18nBundle.getText(this.checked?wn.Egs:wn.wJ8),t=[this.text||"",n].filter(Boolean).join(" ");return{role:this.accInfo.role,type:os.i18nBundle.getText(wn.b5n),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}}};$r([(0,It.A)()],Tr.prototype,"accessibleNameRef",void 0),$r([(0,It.A)()],Tr.prototype,"accessibleName",void 0),$r([(0,It.A)({type:Boolean})],Tr.prototype,"disabled",void 0),$r([(0,It.A)({type:Boolean})],Tr.prototype,"readonly",void 0),$r([(0,It.A)({type:Boolean})],Tr.prototype,"displayOnly",void 0),$r([(0,It.A)({type:Boolean})],Tr.prototype,"required",void 0),$r([(0,It.A)({type:Boolean})],Tr.prototype,"indeterminate",void 0),$r([(0,It.A)({type:Boolean})],Tr.prototype,"checked",void 0),$r([(0,It.A)()],Tr.prototype,"text",void 0),$r([(0,It.A)()],Tr.prototype,"valueState",void 0),$r([(0,It.A)()],Tr.prototype,"wrappingType",void 0),$r([(0,It.A)()],Tr.prototype,"name",void 0),$r([(0,It.A)()],Tr.prototype,"value",void 0),$r([(0,It.A)({type:Boolean})],Tr.prototype,"active",void 0),$r([(0,It.A)({type:Object})],Tr.prototype,"_accInfo",void 0),$r([(0,bd.A)("@ui5/webcomponents")],Tr,"i18nBundle",void 0),Tr=os=$r([(0,yd.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:vd.A,template:function Bq(){return(0,xt.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,nc.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,xt.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,xt.Y)(tc.A,{"aria-hidden":"true",name:Uq.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(tc.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,xt.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,xt.Y)($5.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,xt.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,ec.A)("change",{bubbles:!0,cancelable:!0}),(0,ec.A)("value-changed",{bubbles:!0,cancelable:!0})],Tr),Tr.define();const zq=Tr,Vq={listItemPreContent:function Hq(){},listItemContent:function Gq(){},imageBegin:function $q(){},iconBegin:function Wq(){},iconEnd:function Kq(){},selectionElement:oR};function jq(e){const n={...Vq,...e};return(0,xt.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:[n.listItemPreContent.call(this),this.placeSelectionElementBefore&&oR.call(this),this._hasHighlightColor&&(0,xt.Y)("div",{class:"ui5-li-highlight"}),(0,xt.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[n.imageBegin.call(this),n.iconBegin.call(this),n.listItemContent.call(this)]}),n.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(n5.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(tc.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&n.selectionElement.call(this),(0,xt.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,xt.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function oR(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(lq,{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,xt.Y)(zq,{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,xt.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,xt.Y)("slot",{name:"deleteButton"}):(0,xt.Y)(n5.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:X5.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const qq={listItemContent:function Xq(){return(0,xt.Y)("slot",{})}};var Zq=ht(4446);let sR,ss;const Ed=()=>(sR??=new Zq.Ay("@ui5/webcomponents-base"),sR),aR=(e,n=[])=>{(!ss||!ss.isConnected)&&(ss=document.createElement("span"),ss.id="ui5-invisible-text",ss.hidden=!0,document.body.appendChild(ss));const t=[...e.ariaLabelledByElements||[]],r=t.indexOf(ss);n=Array.isArray(n)?n.filter(Boolean).join(" . ").trim():n.trim(),ss.textContent=n,n&&-1===r?(t.unshift(ss),e.ariaLabelledByElements=t):!n&&r>-1&&(t.splice(r,1),e.ariaLabelledByElements=t.length?t:null)},cR=(e,n={},t=!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("true"===e.ariaHidden||!(e=>e.checkVisibility()||"contents"===getComputedStyle(e).display)(e))return t?Ed().getText(wn.CH):"";let r=[];const i=[],o=e.accessibilityInfo,{lessDetails:s}=n;if(o){const{type:a,description:c,required:l,disabled:u,readonly:_,children:g}=o;r=g||[],a&&i.push(a),c&&i.push(c),s||(l&&i.push(Ed().getText(wn.knB)),u&&i.push(Ed().getText(wn.fBK)),_&&i.push(Ed().getText(wn.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=cR(a,n,!1);c&&i.push(c)}),t){const a=i.length>0;if(!a||!s){const c=(0,Y5.J)(e),l=[a?"":wn.CH,wn.fSG,wn.Apb][Math.min(c.length,2)];l&&(a&&i.push("."),i.push(Ed().getText(l)))}}return i.join(" ").trim()};(0,Zi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return bl.A})),(0,Zi.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return Cl.A}),"host");var Fb,cp=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let El=Fb=class extends tR{constructor(){super(...arguments),this.movable=!1}_onkeydown(n){(this.matches(":focus")||(0,Xt.zP)(n)||(0,Xt.bR)(n)||(0,Xt.ty)(n)||(0,Xt.oi)(n)||(0,Xt.ie)(n)||(0,Xt.Pj)(n))&&super._onkeydown(n)}_onkeyup(n){(this.matches(":focus")||(0,Xt.zP)(n)||(0,Xt.bR)(n)||(0,Xt.ty)(n)||(0,Xt.oi)(n)||(0,Xt.ie)(n)||(0,Xt.Pj)(n))&&super._onkeyup(n)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(n){super._onfocusin(n),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(n){super._onfocusout(n),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const n=this._listItem;if(!n)return;const t=cR(this);aR(n,t)}_clearInvisibleTextContent(){const n=this._listItem;n&&aR(n,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const n=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return n?[n]:[]}get classes(){const n=super.classes;return n.main["ui5-custom-li-root"]=!0,n}get accessibilityInfo(){const n=[],t=this.shadowRoot?.querySelector("slot:not([name])");if(t){const i=t.assignedNodes({flatten:!0});n.push(...i)}const r=this._getDeleteButtonNodes();return n.push(...r),{type:Fb.i18nBundle.getText(wn.YHe),children:n}}};cp([(0,It.A)({type:Boolean})],El.prototype,"movable",void 0),cp([(0,It.A)()],El.prototype,"accessibleName",void 0),cp([(0,bd.A)("@ui5/webcomponents")],El,"i18nBundle",void 0),El=Fb=cp([(0,yd.A)({tag:"ui5-li-custom",template:function Yq(e){const n={...qq,...e};return jq.call(this,n)},renderer:vd.A,styles:[tR.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']})],El),El.define();const eY=["*"];let lR=(()=>{class e{constructor(){this.accessibilityAttributes=tt({}),this.accessibleName=tt(),this.accessibleRole=tt(),this.highlight=tt("None"),this.movable=tt(!1,{transform:zn}),this.navigated=tt(!1,{transform:zn}),this.selected=tt(!1,{transform:zn}),this.tooltip=tt(),this.type=tt("Active"),this.ui5Click=Nr(),this.ui5DetailClick=Nr(),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=J(Cr),this.injector=J($n),this._contentDensityObserver=J(Ws)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&io(this.injector,()=>{ao(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click","ui5DetailClick"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Li({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:[yn([Ja({supportedContentDensity:[Yt.COMPACT,Yt.COZY]})])],ngContentSelectors:eY,decls:1,vars:0,template:function(r,i){1&r&&(Fs(),Ps(0))},encapsulation:2,changeDetection:0})}}return e})();(0,Mi.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,Mi.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 uR=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(uR||{});const aY=uR;(0,Zi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return bl.A})),(0,Zi.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return Cl.A}),"host");var Tl,ri=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Br=Tl=class extends Nb.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 Tl.i18nBundle.getText(wn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,bt.A)(function*(){return n.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(n){(0,Xt.xC)(n)&&n.preventDefault(),!this.readonly&&((0,Xt.xC)(n)?this._isSpacePressed=!0:((0,Xt.Tu)(n)||(0,Xt.KL)(n))&&(this._cancelAction=!0),(0,Xt.RI)(n)&&this._onclick())}_onkeyup(n){if(this.readonly)return;const t=(0,Xt.xC)(n),r=(0,Xt.Tu)(n)||(0,Xt.KL)(n);if(t||(0,Xt.BF)(n)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void n.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);t&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),t=!this.fireDecoratorEvent("value-changed");(n||t)&&(this.checked=!this.checked)}}get graphical(){return this.design===aY.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 n=this.textOn?.toLowerCase(),t=this.textOff?.toLowerCase(),r=Tl.i18nBundle.getText(wn.F$r).toLowerCase(),i=Tl.i18nBundle.getText(wn.f4l).toLowerCase();return n===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(0,Cd.ax)(this)||(0,Cd.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?Tl.i18nBundle.getText(wn.Dy9):""}};ri([(0,It.A)()],Br.prototype,"design",void 0),ri([(0,It.A)({type:Boolean})],Br.prototype,"readonly",void 0),ri([(0,It.A)({type:Boolean})],Br.prototype,"checked",void 0),ri([(0,It.A)({type:Boolean})],Br.prototype,"disabled",void 0),ri([(0,It.A)()],Br.prototype,"textOn",void 0),ri([(0,It.A)()],Br.prototype,"textOff",void 0),ri([(0,It.A)()],Br.prototype,"accessibleName",void 0),ri([(0,It.A)()],Br.prototype,"accessibleNameRef",void 0),ri([(0,It.A)()],Br.prototype,"tooltip",void 0),ri([(0,It.A)({type:Boolean})],Br.prototype,"required",void 0),ri([(0,It.A)()],Br.prototype,"name",void 0),ri([(0,It.A)()],Br.prototype,"value",void 0),ri([(0,It.A)({type:Boolean,noAttribute:!0})],Br.prototype,"_cancelAction",void 0),ri([(0,It.A)({type:Boolean,noAttribute:!0})],Br.prototype,"_isSpacePressed",void 0),ri([(0,bd.A)("@ui5/webcomponents")],Br,"i18nBundle",void 0),Br=Tl=ri([(0,yd.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:vd.A,template:function cY(){return(0,xt.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,nc.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,nc.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,xt.Y)("div",{class:"ui5-switch-inner",children:(0,xt.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,xt.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,xt.FD)(xt.FK,{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,xt.Y)(tc.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(tc.A,{name:X5.Ay,class:"ui5-switch-icon-off"})})]}):(0,xt.Y)(xt.FK,{children:(0,xt.FD)(xt.FK,this.hasNoLabel?{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,xt.Y)(tc.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,xt.Y)(tc.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,xt.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,xt.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,ec.A)("change",{bubbles:!0,cancelable:!0}),(0,ec.A)("value-changed",{bubbles:!0,cancelable:!0})],Br),Br.define();const uY=["*"];let dR=(()=>{class e{constructor(){this.accessibleName=tt(),this.accessibleNameRef=tt(),this.checked=tt(!1,{transform:zn}),this.design=tt("Textual"),this.disabled=tt(!1,{transform:zn}),this.name=tt(),this.readonly=tt(!1,{transform:zn}),this.required=tt(!1,{transform:zn}),this.textOff=tt(),this.textOn=tt(),this.tooltip=tt(),this.value=tt(""),this.ui5Change=Nr(),this.elementRef=J(Cr),this.injector=J($n),this._contentDensityObserver=J(Ws)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&io(this.injector,()=>{ao(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Li({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:[yn([Ja({supportedContentDensity:[Yt.COMPACT,Yt.COZY]}),{provide:Rb,useValue:{property:"checked",events:["change"],transformValue:t=>!!t}}]),Av([H5])],ngContentSelectors:uY,decls:1,vars:0,template:function(r,i){1&r&&(Fs(),Ps(0))},encapsulation:2,changeDetection:0})}}return e})();const An=globalThis.Luigi;let Wr=(()=>{class e{setConfig(t){return An.setConfig(t)}get config(){return An.getConfig()}getConfigValue(t){return An.getConfigValue(t)}unloadConfig(){return An.unload()}sendCustomMessage(t){return An.sendCustomMessage(t)}configChanged(t){An.configChanged(t)}customMessages(){return An.customMessages()}navigation(){return An.navigation()}resetLuigi(){An.reset()}clearNavigationCache(){An.clearNavigationCache&&An.clearNavigationCache()}showAlert(t){return An.showAlert(t)}ux(){return An.ux()}theming(){return An.theming()}i18n(){return An.i18n()}globalSearch(){return An.globalSearch()}getGlobalContext(){return An.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(t,r=!1){An.setGlobalContext(t,r)}setInGlobalContext(t,r=!1){An.setGlobalContext({...this.getGlobalContext(),...t},r)}routing(){return An.routing()}setFeatureToggle(t){An.featureToggles().setFeatureToggle(t)}unsetFeatureToggle(t){An.featureToggles().unsetFeatureToggle(t)}unsetAllFeatureToggles(){An.featureToggles().getActiveFeatureToggleList().forEach(t=>{this.unsetFeatureToggle(t)})}setFeatureToggles(t){if(t)for(const r of Object.keys(t))t[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(t){return An.featureToggles().getActiveFeatureToggleList().includes(t)}getActiveFeatureToggleList(){return An.featureToggles().getActiveFeatureToggleList()}setAuthData(t){An.auth().store.setAuthData(t),An.auth().store.setNewlyAuthorized()}removeAuthData(){An.auth().store.removeAuthData()}getAuthData(){return An.auth().store.getAuthData()}setCurrentLocale(t){An.i18n().setCurrentLocale(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function _R(e,n){return co((t,r)=>{let i=null,o=0,s=!1;const a=()=>s&&!i&&r.complete();t.subscribe(Gi(r,c=>{i?.unsubscribe();let l=0;const u=o++;Ao(e(c,u)).subscribe(i=Gi(r,_=>r.next(n?n(c,_,u,l++):_),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function Pb(...e){return Rh(e,Mh(e))}
63
63
  /**
64
64
  * @license Angular v21.2.17
65
65
  * (c) 2010-2026 Google LLC. https://angular.dev/
66
66
  * License: MIT
67
- */function Q1(e,n){n=encodeURIComponent(n);for(const t of e.split(";")){const r=t.indexOf("="),[i,o]=-1==r?[t,""]:[t.slice(0,r),t.slice(r+1)];if(i.trim()===n)return decodeURIComponent(o)}return null}class J1{}
67
+ */function fR(e,n){n=encodeURIComponent(n);for(const t of e.split(";")){const r=t.indexOf("="),[i,o]=-1==r?[t,""]:[t.slice(0,r),t.slice(r+1)];if(i.trim()===n)return decodeURIComponent(o)}return null}class hR{}
68
68
  /**
69
69
  * @license Angular v21.2.17
70
70
  * (c) 2010-2026 Google LLC. https://angular.dev/
71
71
  * License: MIT
72
72
  */
73
- class Xi{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(n){n?"string"==typeof n?this.lazyInit=()=>{this.headers=new Map,n.split("\n").forEach(t=>{const r=t.indexOf(":");if(r>0){const i=t.slice(0,r),o=t.slice(r+1).trim();this.addHeaderEntry(i,o)}})}:typeof Headers<"u"&&n instanceof Headers?(this.headers=new Map,n.forEach((t,r)=>{this.addHeaderEntry(r,t)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(n).forEach(([t,r])=>{this.setHeaderEntries(t,r)})}:this.headers=new Map}has(n){return this.init(),this.headers.has(n.toLowerCase())}get(n){this.init();const t=this.headers.get(n.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(n){return this.init(),this.headers.get(n.toLowerCase())||null}append(n,t){return this.clone({name:n,value:t,op:"a"})}set(n,t){return this.clone({name:n,value:t,op:"s"})}delete(n,t){return this.clone({name:n,value:t,op:"d"})}maybeSetNormalizedName(n,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,n)}init(){this.lazyInit&&(this.lazyInit instanceof Xi?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(n=>this.applyUpdate(n)),this.lazyUpdate=null))}copyFrom(n){n.init(),Array.from(n.headers.keys()).forEach(t=>{this.headers.set(t,n.headers.get(t)),this.normalizedNames.set(t,n.normalizedNames.get(t))})}clone(n){const t=new Xi;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof Xi?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([n]),t}applyUpdate(n){const t=n.name.toLowerCase();switch(n.op){case"a":case"s":let r=n.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(n.name,t);const i=("a"===n.op?this.headers.get(t):void 0)||[];i.push(...r),this.headers.set(t,i);break;case"d":const o=n.value;if(o){let s=this.headers.get(t);if(!s)return;s=s.filter(a=>-1===o.indexOf(a)),0===s.length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,s)}else this.headers.delete(t),this.normalizedNames.delete(t)}}addHeaderEntry(n,t){const r=n.toLowerCase();this.maybeSetNormalizedName(n,r),this.headers.has(r)?this.headers.get(r).push(t):this.headers.set(r,[t])}setHeaderEntries(n,t){const r=(Array.isArray(t)?t:[t]).map(o=>o.toString()),i=n.toLowerCase();this.headers.set(i,r),this.maybeSetNormalizedName(n,i)}forEach(n){this.init(),Array.from(this.normalizedNames.keys()).forEach(t=>n(this.normalizedNames.get(t),this.headers.get(t)))}}class zq{map=new Map;set(n,t){return this.map.set(n,t),this}get(n){return this.map.has(n)||this.map.set(n,n.defaultValue()),this.map.get(n)}delete(n){return this.map.delete(n),this}has(n){return this.map.has(n)}keys(){return this.map.keys()}}class Vq{encodeKey(n){return eR(n)}encodeValue(n){return eR(n)}decodeKey(n){return decodeURIComponent(n)}decodeValue(n){return decodeURIComponent(n)}}const Hq=/%(\d[a-f0-9])/gi,Gq={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function eR(e){return encodeURIComponent(e).replace(Hq,(n,t)=>Gq[t]??n)}function ip(e){return`${e}`}class Ks{map;encoder;updates=null;cloneFrom=null;constructor(n={}){if(this.encoder=n.encoder||new Vq,n.fromString){if(n.fromObject)throw new we(2805,!1);this.map=function jq(e,n){const t=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(i=>{const o=i.indexOf("="),[s,a]=-1==o?[n.decodeKey(i),""]:[n.decodeKey(i.slice(0,o)),n.decodeValue(i.slice(o+1))],c=t.get(s)||[];c.push(a),t.set(s,c)}),t}(n.fromString,this.encoder)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(t=>{const r=n.fromObject[t],i=Array.isArray(r)?r.map(ip):[ip(r)];this.map.set(t,i)})):this.map=null}has(n){return this.init(),this.map.has(n)}get(n){this.init();const t=this.map.get(n);return t?t[0]:null}getAll(n){return this.init(),this.map.get(n)||null}keys(){return this.init(),Array.from(this.map.keys())}append(n,t){return this.clone({param:n,value:t,op:"a"})}appendAll(n){const t=[];return Object.keys(n).forEach(r=>{const i=n[r];Array.isArray(i)?i.forEach(o=>{t.push({param:r,value:o,op:"a"})}):t.push({param:r,value:i,op:"a"})}),this.clone(t)}set(n,t){return this.clone({param:n,value:t,op:"s"})}delete(n,t){return this.clone({param:n,value:t,op:"d"})}toString(){return this.init(),this.keys().map(n=>{const t=this.encoder.encodeKey(n);return this.map.get(n).map(r=>t+"="+this.encoder.encodeValue(r)).join("&")}).filter(n=>""!==n).join("&")}clone(n){const t=new Ks({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat(n),t}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(n=>this.map.set(n,this.cloneFrom.map.get(n))),this.updates.forEach(n=>{switch(n.op){case"a":case"s":const t=("a"===n.op?this.map.get(n.param):void 0)||[];t.push(ip(n.value)),this.map.set(n.param,t);break;case"d":if(void 0===n.value){this.map.delete(n.param);break}{let r=this.map.get(n.param)||[];const i=r.indexOf(ip(n.value));-1!==i&&r.splice(i,1),r.length>0?this.map.set(n.param,r):this.map.delete(n.param)}}}),this.cloneFrom=this.updates=null)}}function tR(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function nR(e){return typeof Blob<"u"&&e instanceof Blob}function rR(e){return typeof FormData<"u"&&e instanceof FormData}const Cd="Content-Type",iR="text/plain",oR="application/json",sR=`${oR}, ${iR}, */*`;class Ed{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(n,t,r,i){let o;if(this.url=t,this.method=n.toUpperCase(),function $q(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||i?(this.body=void 0!==r?r:null,o=i):o=r,o){if(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,this.keepalive=!!o.keepalive,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.context&&(this.context=o.context),o.params&&(this.params=o.params),o.priority&&(this.priority=o.priority),o.cache&&(this.cache=o.cache),o.credentials&&(this.credentials=o.credentials),"number"==typeof o.timeout){if(o.timeout<1||!Number.isInteger(o.timeout))throw new we(2822,"");this.timeout=o.timeout}o.mode&&(this.mode=o.mode),o.redirect&&(this.redirect=o.redirect),o.integrity&&(this.integrity=o.integrity),void 0!==o.referrer&&(this.referrer=o.referrer),o.referrerPolicy&&(this.referrerPolicy=o.referrerPolicy),this.transferCache=o.transferCache}if(this.headers??=new Xi,this.context??=new zq,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=t;else{const a=t.indexOf("?");this.urlWithParams=t+(-1===a?"?":a<t.length-1?"&":"")+s}}else this.params=new Ks,this.urlWithParams=t}serializeBody(){return null===this.body?null:"string"==typeof this.body||tR(this.body)||nR(this.body)||rR(this.body)||function Wq(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof Ks?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||rR(this.body)?null:nR(this.body)?this.body.type||null:tR(this.body)?null:"string"==typeof this.body?iR:this.body instanceof Ks?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?oR:null}clone(n={}){const t=n.method||this.method,r=n.url||this.url,i=n.responseType||this.responseType,o=n.keepalive??this.keepalive,s=n.priority||this.priority,a=n.cache||this.cache,c=n.mode||this.mode,l=n.redirect||this.redirect,d=n.credentials||this.credentials,h=n.referrer??this.referrer,y=n.integrity||this.integrity,S=n.referrerPolicy||this.referrerPolicy,U=n.transferCache??this.transferCache,de=n.timeout??this.timeout,pe=void 0!==n.body?n.body:this.body,xe=n.withCredentials??this.withCredentials,Te=n.reportProgress??this.reportProgress;let Tt=n.headers||this.headers,Rt=n.params||this.params;const Vt=n.context??this.context;return void 0!==n.setHeaders&&(Tt=Object.keys(n.setHeaders).reduce((Bn,dr)=>Bn.set(dr,n.setHeaders[dr]),Tt)),n.setParams&&(Rt=Object.keys(n.setParams).reduce((Bn,dr)=>Bn.set(dr,n.setParams[dr]),Rt)),new Ed(t,r,pe,{params:Rt,headers:Tt,context:Vt,reportProgress:Te,responseType:i,withCredentials:xe,transferCache:U,keepalive:o,cache:a,priority:s,timeout:de,mode:c,redirect:l,credentials:d,referrer:h,integrity:y,referrerPolicy:S})}}var qs=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}(qs||{});class xb{headers;status;statusText;url;ok;type;redirected;responseType;constructor(n,t=200,r="OK"){this.headers=n.headers||new Xi,this.status=void 0!==n.status?n.status:t,this.statusText=n.statusText||r,this.url=n.url||null,this.redirected=n.redirected,this.responseType=n.responseType,this.ok=this.status>=200&&this.status<300}}class sp extends xb{constructor(n={}){super(n)}type=qs.ResponseHeader;clone(n={}){return new sp({headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}}class Td extends xb{body;constructor(n={}){super(n),this.body=void 0!==n.body?n.body:null}type=qs.Response;clone(n={}){return new Td({body:void 0!==n.body?n.body:this.body,headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0,redirected:n.redirected??this.redirected,responseType:n.responseType??this.responseType})}}class Ys extends xb{name="HttpErrorResponse";message;error;ok=!1;constructor(n){super(n,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${n.url||"(unknown url)"}`:`Http failure response for ${n.url||"(unknown url)"}: ${n.status} ${n.statusText}`,this.error=n.error||null}}const cR=new Se(""),Qq=/^\)\]\}',?\n/;let lR=(()=>{class e{xhrFactory;tracingService=re(Ia,{optional:!0});constructor(t){this.xhrFactory=t}maybePropagateTrace(t){return this.tracingService?.propagate?this.tracingService.propagate(t):t}handle(t){if("JSONP"===t.method)throw new we(-2800,!1);const r=this.xhrFactory;return Ab(null).pipe(Z1(()=>new ae(o=>{const s=r.build();if(s.open(t.method,t.urlWithParams),t.withCredentials&&(s.withCredentials=!0),t.headers.forEach((pe,xe)=>s.setRequestHeader(pe,xe.join(","))),t.headers.has("Accept")||s.setRequestHeader("Accept",sR),!t.headers.has(Cd)){const pe=t.detectContentTypeHeader();null!==pe&&s.setRequestHeader(Cd,pe)}if(t.timeout&&(s.timeout=t.timeout),t.responseType){const pe=t.responseType.toLowerCase();s.responseType="json"!==pe?pe:"text"}const a=t.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const pe=s.statusText||"OK",xe=new Xi(s.getAllResponseHeaders());return c=new sp({headers:xe,status:s.status,statusText:pe,url:s.responseURL||t.url}),c},d=this.maybePropagateTrace(()=>{let{headers:pe,status:xe,statusText:Te,url:Tt}=l(),Rt=null;204!==xe&&(Rt=typeof s.response>"u"?s.responseText:s.response),0===xe&&(xe=Rt?200:0);let Vt=xe>=200&&xe<300;if("json"===t.responseType&&"string"==typeof Rt){const Bn=Rt;Rt=Rt.replace(Qq,"");try{Rt=""!==Rt?JSON.parse(Rt):null}catch(dr){Rt=Bn,Vt&&(Vt=!1,Rt={error:dr,text:Rt})}}Vt?(o.next(new Td({body:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0})),o.complete()):o.error(new Ys({error:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0}))}),h=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:pe,status:s.status||0,statusText:s.statusText||"Unknown Error",url:xe||void 0});o.error(Te)});let y=h;t.timeout&&(y=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:xe||void 0});o.error(Te)}));let S=!1;const U=this.maybePropagateTrace(pe=>{S||(o.next(l()),S=!0);let xe={type:qs.DownloadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),"text"===t.responseType&&s.responseText&&(xe.partialText=s.responseText),o.next(xe)}),de=this.maybePropagateTrace(pe=>{let xe={type:qs.UploadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),o.next(xe)});return s.addEventListener("load",d),s.addEventListener("error",h),s.addEventListener("timeout",y),s.addEventListener("abort",h),t.reportProgress&&(s.addEventListener("progress",U),null!==a&&s.upload&&s.upload.addEventListener("progress",de)),s.send(a),o.next({type:qs.Sent}),()=>{s.removeEventListener("error",h),s.removeEventListener("abort",h),s.removeEventListener("load",d),s.removeEventListener("timeout",y),t.reportProgress&&(s.removeEventListener("progress",U),null!==a&&s.upload&&s.upload.removeEventListener("progress",de)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(wt(J1))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function uR(e,n){return n(e)}const Dd=new Se("",{factory:()=>[]}),nY=new Se(""),dR=new Se("",{factory:()=>!0});let ap=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lR),i},providedIn:"root"})}return e})(),Mb=(()=>{class e{backend;injector;chain=null;pendingTasks=re(pg);contributeToStability=re(dR);constructor(t,r){this.backend=t,this.injector=r}handle(t){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(Dd),...this.injector.get(nY,[])]));this.chain=r.reduceRight((i,o)=>function eY(e,n,t){return(r,i)=>no(t,()=>n(r,o=>e(o,i)))}(i,o,this.injector),uR)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(t,i=>this.backend.handle(i)).pipe(function Lq(e){return so((n,t)=>{try{n.subscribe(t)}finally{t.add(e)}})}(r))}return this.chain(t,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(wt(ap),wt(mi))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Nb=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(Mb),i},providedIn:"root"})}return e})();function Ob(e,n){return{body:n,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer,referrerPolicy:e.referrerPolicy}}let tc=(()=>{class e{handler;constructor(t){this.handler=t}request(t,r,i={}){let o;if(t instanceof Ed)o=t;else{let c,l;c=i.headers instanceof Xi?i.headers:new Xi(i.headers),i.params&&(l=i.params instanceof Ks?i.params:new Ks({fromObject:i.params})),o=new Ed(t,r,void 0!==i.body?i.body:null,{headers:c,context:i.context,params:l,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials,transferCache:i.transferCache,keepalive:i.keepalive,priority:i.priority,cache:i.cache,mode:i.mode,redirect:i.redirect,credentials:i.credentials,referrer:i.referrer,referrerPolicy:i.referrerPolicy,integrity:i.integrity,timeout:i.timeout})}const s=Ab(o).pipe(function Fq(e,n){return O(n)?Wh(e,n,1):Wh(e,1)}(c=>this.handler.handle(c)));if(t instanceof Ed||"events"===i.observe)return s;const a=s.pipe(function Pq(e,n){return so((t,r)=>{let i=0;t.subscribe(ji(r,o=>e.call(n,o,i++)&&r.next(o)))})}(c=>c instanceof Td));switch(i.observe||"body"){case"body":switch(o.responseType){case"arraybuffer":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new we(2806,!1);return c.body}));case"blob":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new we(2807,!1);return c.body}));case"text":return a.pipe(Hi(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new we(2808,!1);return c.body}));default:return a.pipe(Hi(c=>c.body))}case"response":return a;default:throw new we(2809,!1)}}delete(t,r={}){return this.request("DELETE",t,r)}get(t,r={}){return this.request("GET",t,r)}head(t,r={}){return this.request("HEAD",t,r)}jsonp(t,r){return this.request("JSONP",t,{params:(new Ks).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(t,r={}){return this.request("OPTIONS",t,r)}patch(t,r,i={}){return this.request("PATCH",t,Ob(i,r))}post(t,r,i={}){return this.request("POST",t,Ob(i,r))}put(t,r,i={}){return this.request("PUT",t,Ob(i,r))}static \u0275fac=function(r){return new(r||e)(wt(Nb))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const fR=new Se("",{factory:()=>!0}),hR=new Se("",{factory:()=>"XSRF-TOKEN"}),pR=new Se("",{factory:()=>"X-XSRF-TOKEN"});let lY=(()=>{class e{cookieName=re(hR);doc=re(Vi);lastCookieString="";lastToken=null;parseCount=0;getToken(){const t=this.doc.cookie||"";return t!==this.lastCookieString&&(this.parseCount++,this.lastToken=Q1(t,this.cookieName),this.lastCookieString=t),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),uY=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lY),i},providedIn:"root"})}return e})();function dY(e,n){if(!re(fR)||"GET"===e.method||"HEAD"===e.method)return n(e);try{const i=re(Uk).href,{origin:o}=new URL(i),{origin:s}=new URL(e.url,o);if(o!==s)return n(e)}catch{return n(e)}const t=re(uY).getToken(),r=re(pR);return null!=t&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,t)})),n(e)}const mR=Z(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class Fd extends Error{}Fd.prototype.name="InvalidTokenError";let Pd=(()=>{class e{constructor(){this.http=re(tc)}getEnvConfig(){var t=this;return(0,Ct.A)(function*(){return t.envConfigCache||(yield function bp(e,n){const t="object"==typeof n;return new Promise((r,i)=>{let s,o=!1;e.subscribe({next:a=>{s=a,o=!0},error:i,complete:()=>{o?r(s):t?r(n.defaultValue):i(new mR)}})})}(t.http.get("/rest/envconfig").pipe(function xZ(e,n,t){const r=O(e)||n||t?{next:e,error:n,complete:t}:e;return r?so((i,o)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;i.subscribe(ji(o,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),o.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),o.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),o.error(c)},()=>{var c,l;a&&(null===(c=r.unsubscribe)||void 0===c||c.call(r)),null===(l=r.finalize)||void 0===l||l.call(r)}))}):mr}(r=>t.envConfigCache=r)))),t.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),cc=(()=>{class e{constructor(){this.envConfigService=re(Pd),this.luigiCoreService=re(Gr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(t=>{this.currentLanguage=t})}getTranslation(t,r,i){let o=this.getInternalTranslation(t,r,i);return o||(o=this.findTranslation(t,this.translationTable,this.fallbackLanguage,r)),o||t}getTranslationAsync(t,r,i){var o=this;return(0,Ct.A)(function*(){return new Promise(s=>{let a=o.getInternalTranslation(t,r,i);a?s(a||t):o.translationTable&&!o.translationTable[o.fallbackLanguage]?o.fetchTranslationFile(o.fallbackLanguage).then(()=>{a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t)}):(a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t))})})()}findTranslation(t,r,i,o){if(r[i]){const s="object"==typeof r[i][t]?r[i][t].join("<br>"):r[i][t];return o?this.findInterpolations(s,o):s}}findInterpolations(t,r){if(t)return Object.keys(r).forEach(i=>{t=t.replace(new RegExp("{"+i+"}","gi"),r[i])}),t}addTranslationFile(t,r){r&&t&&(this.translationTable[t]=r)}fetchTranslationFile(t){var r=this;return(0,Ct.A)(function*(){return new Promise(i=>{fetch(`/assets/translation-files/${t}.json`).then(o=>o.json()).then(o=>{r.addTranslationFile(t,o),i(!0)}).catch(o=>{console.error("Error:",o),r.addTranslationFile(t,{}),i(!1)})})})()}getInternalTranslation(t,r,i){return t?(this.currentLanguage=i||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(t,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var t=this;return(0,Ct.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:i}=yield t.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=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Js=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}(Js||{});const Il_read=e=>{let n;try{n=localStorage.getItem(e||Js.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(t){return console.warn("localStorage is not available:",t),null}try{return n?JSON.parse(n):null}catch(t){console.error("Failed to parse the local development settings in your localstorage.",t)}return null},Cp_read=((0,Ct.A)(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((t,r)=>{try{localStorage.setItem(Js.USER_SETTINGS,JSON.stringify(n)),t(n)}catch(i){console.error("Error storing user settings",i),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(Js.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ht(5667),ht(9272),ht(7866),ht(2706),document.body.classList.add("ui5-content-density-compact");const yJ=(e,n)=>n[0];function bJ(e,n){if(1&e&&(sn(0,"div",4),Sn(1),mn()),2&e){es();const t=ch(1);Lt(),xi(t.urlsInput.error)}}function CJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$index;return Hl(es().removeUrl(i))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),xi(t.url),Lt(),ai("tooltip",Vu(r.removeButton))}}function EJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$implicit;return Hl(es().removeServiceProviderConfig(i[0]))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),ty(" Key: ",t[0],", Value: ",t[1]," "),Lt(),ai("tooltip",Vu(r.removeButton))}}let TJ=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.texts=Rr(()=>this.readTranslations()),this.errors=Ei([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=Ei(!1),this.configs=Ei(this.defaultConfig),this.serviceProviderConfig=Ei({}),this.localDevelopmentSettings=Rr(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new js("",{nonNullable:!0}),this.serviceProviderForm=new ed({key:new js("",{nonNullable:!0}),value:new js("",{nonNullable:!0})})}ngOnInit(){const t=Il_read(Js.DEVELOPMENT_MODE_CONFIG)||Il_read()||this.localDevelopmentSettings();this.isActive.set(t.isActive),this.configs.set(t.configs||[]),this.serviceProviderConfig.set(t.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(t){this.isValidUrl(t)?t&&!this.configs().find(r=>r.url===t)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:t}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(t){this.configs.update(r=>r.filter((i,o)=>o!==t)),this.saveDevelopmentSettings()}removeServiceProviderConfig(t){this.serviceProviderConfig.update(r=>(delete r[t],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(t,r){t&&r&&(this.serviceProviderConfig.update(i=>(i[t]=r,{...i})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(t=>!t),this.saveDevelopmentSettings()}isValidUrl(t){try{return new URL(t),!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=Ni({type:e,selectors:[["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(1&r&&(sn(0,"div"),ny(1),sn(2,"div",0)(3,"div")(4,"div",1),Sn(5),mn(),sn(6,"ui5-link",2),Sn(7),mn()(),sn(8,"div",3)(9,"h4",4),Sn(10),mn(),sn(11,"ui5-switch",5),nr("change",function(){return i.switchIsActive()}),mn()(),sn(12,"div",6)(13,"h4",4),Sn(14),mn(),sn(15,"ui5-label",7),Sn(16),mn(),Ua(17,"ui5-input",8),function iw(e,n,t,r,i,o,s,a){Qr("NgControlFlow");const c=Oe(),l=$t();return Oa(c,l,e,n,t,r,i,Pr(l.consts,o),256,s,a),Uv}(18,bJ,2,1,"div",4),sn(19,"div",9)(20,"ui5-button",10),nr("click",function(){return i.addUrl(i.urlInput.value)}),Sn(21),mn(),sn(22,"ui5-button",11),nr("click",function(){return i.urlInput.reset()}),Sn(23),mn()(),sn(24,"div",12)(25,"ui5-list",13),Nu(26,CJ,5,3,"ui5-li-custom",14,sw),mn()()(),sn(28,"div",15)(29,"h4",4),Sn(30),mn(),sn(31,"ui5-label",16),Sn(32),mn(),Ua(33,"br"),sn(34,"div",17)(35,"ui5-label",16),Sn(36),mn(),Ua(37,"ui5-input",18)(38,"br"),sn(39,"ui5-label",19),Sn(40),mn(),Ua(41,"ui5-input",20),mn(),sn(42,"div",9)(43,"ui5-button",10),nr("click",function(){return i.addServiceProviderConfig(i.serviceProviderForm.controls.key.value,i.serviceProviderForm.controls.value.value)}),Sn(44),mn(),sn(45,"ui5-button",11),nr("click",function(){return i.serviceProviderForm.reset()}),Sn(46),mn()(),sn(47,"div",12)(48,"ui5-list",13),Nu(49,EJ,5,4,"ui5-li-custom",14,yJ),mn()()()()()),2&r){Lt();const o=function bA(e){return m_($t(),Oe(),xr(),e),e}(i.texts());Lt(4),xi(o.explanation),Lt(2),zr(" ",o.link," "),Lt(3),xi(o.isDevelopmentModeActive),Lt(),ai("checked",i.isActive()),Lt(3),xi(o.urlsInput.title),Lt(2),zr(" ",o.urlsInput.label," "),Lt(),ai("formControl",i.urlInput),Lt(),function ow(e,n){Qr("NgControlFlow");const t=Oe(),r=bi(),i=t[r]!==Dn?t[r]:-1,o=-1!==i?Xf(t,27+i):void 0;if($n(t,r,e)){const a=X(null);try{if(void 0!==o&&Um(o,0),-1!==e){const c=27+e,l=Xf(t,c),d=zv(t[1],c),h=null;Hc(l,Vc(t,d,n,{dehydratedView:h}),0,Aa(d,h))}}finally{X(a)}}else if(void 0!==o){const a=GD(o,0);void 0!==a&&(a[8]=n)}}(i.errors().length?18:-1),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.configs()),Lt(4),zr(" ",o.serviceProviderConfig.title," "),Lt(2),zr(" ",o.serviceProviderConfig.explanation," "),Lt(2),ai("formGroup",i.serviceProviderForm),Lt(2),zr(" ",o.serviceProviderConfig.keyInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.keyInput.placeholder))("formControl",i.serviceProviderForm.controls.key),Lt(3),zr(" ",o.serviceProviderConfig.valueInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.valueInput.placeholder))("formControl",i.serviceProviderForm.controls.value),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.Object.entries(i.serviceProviderConfig()))}},dependencies:[X1,M1,w1,x1,R1,N1,q1,z5,Uy,zy,Hh,$h],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(--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,changeDetection:0})}}return e})(),LM=(()=>{class e{differs;constructor(t){this.differs=t}differ;keyValues=[];compareFn=FM;transform(t,r=FM){if(!t||!(t instanceof Map)&&"object"!=typeof t)return null;this.differ??=this.differs.find(t).create();const i=this.differ.diff(t),o=r!==this.compareFn;return i&&(this.keyValues=[],i.forEachItem(s=>{this.keyValues.push(function Fee(e,n){return{key:e,value:n}}(s.key,s.currentValue))})),(i||o)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(ot(Th,16))};static \u0275pipe=Si({name:"keyvalue",type:e,pure:!1})}return e})();function FM(e,n){const t=e.key,r=n.key;if(t===r)return 0;if(null==t)return 1;if(null==r)return-1;if("string"==typeof t&&"string"==typeof r)return t<r?-1:1;if("number"==typeof t&&"number"==typeof r)return t-r;if("boolean"==typeof t&&"boolean"==typeof r)return t<r?-1:1;const i=String(t),o=String(r);return i==o?0:i<o?-1:1}const zee=(e,n)=>n.key;function Vee(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom")(1,"div",10)(2,"span"),Sn(3),mn(),sn(4,"div",11)(5,"ui5-switch",12),nr("ui5Change",function(){const i=jl(t).$implicit;return Hl(es().onToggleChange(i.key))}),mn(),sn(6,"ui5-button",13),nr("ui5Click",function(){const i=jl(t).$implicit;return Hl(es().onItemDelete(i.key))}),mn()()()()}if(2&e){const t=n.$implicit,r=es();Lt(3),zr(" ",t.key," ");const i=r.queryParamsFeatures.includes(t.key);Lt(2),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)("checked",r.togglesForm.get(t.key).value),Lt(),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)}}let jee=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.togglesForm=new ed({}),this.newToggleControl=new js("",{nonNullable:!0,validators:[eG.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=Rr(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
73
+ class Qi{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(n){n?"string"==typeof n?this.lazyInit=()=>{this.headers=new Map,n.split("\n").forEach(t=>{const r=t.indexOf(":");if(r>0){const i=t.slice(0,r),o=t.slice(r+1).trim();this.addHeaderEntry(i,o)}})}:typeof Headers<"u"&&n instanceof Headers?(this.headers=new Map,n.forEach((t,r)=>{this.addHeaderEntry(r,t)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(n).forEach(([t,r])=>{this.setHeaderEntries(t,r)})}:this.headers=new Map}has(n){return this.init(),this.headers.has(n.toLowerCase())}get(n){this.init();const t=this.headers.get(n.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(n){return this.init(),this.headers.get(n.toLowerCase())||null}append(n,t){return this.clone({name:n,value:t,op:"a"})}set(n,t){return this.clone({name:n,value:t,op:"s"})}delete(n,t){return this.clone({name:n,value:t,op:"d"})}maybeSetNormalizedName(n,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,n)}init(){this.lazyInit&&(this.lazyInit instanceof Qi?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(n=>this.applyUpdate(n)),this.lazyUpdate=null))}copyFrom(n){n.init(),Array.from(n.headers.keys()).forEach(t=>{this.headers.set(t,n.headers.get(t)),this.normalizedNames.set(t,n.normalizedNames.get(t))})}clone(n){const t=new Qi;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof Qi?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([n]),t}applyUpdate(n){const t=n.name.toLowerCase();switch(n.op){case"a":case"s":let r=n.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(n.name,t);const i=("a"===n.op?this.headers.get(t):void 0)||[];i.push(...r),this.headers.set(t,i);break;case"d":const o=n.value;if(o){let s=this.headers.get(t);if(!s)return;s=s.filter(a=>-1===o.indexOf(a)),0===s.length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,s)}else this.headers.delete(t),this.normalizedNames.delete(t)}}addHeaderEntry(n,t){const r=n.toLowerCase();this.maybeSetNormalizedName(n,r),this.headers.has(r)?this.headers.get(r).push(t):this.headers.set(r,[t])}setHeaderEntries(n,t){const r=(Array.isArray(t)?t:[t]).map(o=>o.toString()),i=n.toLowerCase();this.headers.set(i,r),this.maybeSetNormalizedName(n,i)}forEach(n){this.init(),Array.from(this.normalizedNames.keys()).forEach(t=>n(this.normalizedNames.get(t),this.headers.get(t)))}}class mY{map=new Map;set(n,t){return this.map.set(n,t),this}get(n){return this.map.has(n)||this.map.set(n,n.defaultValue()),this.map.get(n)}delete(n){return this.map.delete(n),this}has(n){return this.map.has(n)}keys(){return this.map.keys()}}class vY{encodeKey(n){return pR(n)}encodeValue(n){return pR(n)}decodeKey(n){return decodeURIComponent(n)}decodeValue(n){return decodeURIComponent(n)}}const bY=/%(\d[a-f0-9])/gi,CY={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function pR(e){return encodeURIComponent(e).replace(bY,(n,t)=>CY[t]??n)}function lp(e){return`${e}`}class Xs{map;encoder;updates=null;cloneFrom=null;constructor(n={}){if(this.encoder=n.encoder||new vY,n.fromString){if(n.fromObject)throw new De(2805,!1);this.map=function yY(e,n){const t=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(i=>{const o=i.indexOf("="),[s,a]=-1==o?[n.decodeKey(i),""]:[n.decodeKey(i.slice(0,o)),n.decodeValue(i.slice(o+1))],c=t.get(s)||[];c.push(a),t.set(s,c)}),t}(n.fromString,this.encoder)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(t=>{const r=n.fromObject[t],i=Array.isArray(r)?r.map(lp):[lp(r)];this.map.set(t,i)})):this.map=null}has(n){return this.init(),this.map.has(n)}get(n){this.init();const t=this.map.get(n);return t?t[0]:null}getAll(n){return this.init(),this.map.get(n)||null}keys(){return this.init(),Array.from(this.map.keys())}append(n,t){return this.clone({param:n,value:t,op:"a"})}appendAll(n){const t=[];return Object.keys(n).forEach(r=>{const i=n[r];Array.isArray(i)?i.forEach(o=>{t.push({param:r,value:o,op:"a"})}):t.push({param:r,value:i,op:"a"})}),this.clone(t)}set(n,t){return this.clone({param:n,value:t,op:"s"})}delete(n,t){return this.clone({param:n,value:t,op:"d"})}toString(){return this.init(),this.keys().map(n=>{const t=this.encoder.encodeKey(n);return this.map.get(n).map(r=>t+"="+this.encoder.encodeValue(r)).join("&")}).filter(n=>""!==n).join("&")}clone(n){const t=new Xs({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat(n),t}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(n=>this.map.set(n,this.cloneFrom.map.get(n))),this.updates.forEach(n=>{switch(n.op){case"a":case"s":const t=("a"===n.op?this.map.get(n.param):void 0)||[];t.push(lp(n.value)),this.map.set(n.param,t);break;case"d":if(void 0===n.value){this.map.delete(n.param);break}{let r=this.map.get(n.param)||[];const i=r.indexOf(lp(n.value));-1!==i&&r.splice(i,1),r.length>0?this.map.set(n.param,r):this.map.delete(n.param)}}}),this.cloneFrom=this.updates=null)}}function gR(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function mR(e){return typeof Blob<"u"&&e instanceof Blob}function vR(e){return typeof FormData<"u"&&e instanceof FormData}const Dd="Content-Type",yR="text/plain",bR="application/json",CR=`${bR}, ${yR}, */*`;class Id{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(n,t,r,i){let o;if(this.url=t,this.method=n.toUpperCase(),function EY(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||i?(this.body=void 0!==r?r:null,o=i):o=r,o){if(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,this.keepalive=!!o.keepalive,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.context&&(this.context=o.context),o.params&&(this.params=o.params),o.priority&&(this.priority=o.priority),o.cache&&(this.cache=o.cache),o.credentials&&(this.credentials=o.credentials),"number"==typeof o.timeout){if(o.timeout<1||!Number.isInteger(o.timeout))throw new De(2822,"");this.timeout=o.timeout}o.mode&&(this.mode=o.mode),o.redirect&&(this.redirect=o.redirect),o.integrity&&(this.integrity=o.integrity),void 0!==o.referrer&&(this.referrer=o.referrer),o.referrerPolicy&&(this.referrerPolicy=o.referrerPolicy),this.transferCache=o.transferCache}if(this.headers??=new Qi,this.context??=new mY,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=t;else{const a=t.indexOf("?");this.urlWithParams=t+(-1===a?"?":a<t.length-1?"&":"")+s}}else this.params=new Xs,this.urlWithParams=t}serializeBody(){return null===this.body?null:"string"==typeof this.body||gR(this.body)||mR(this.body)||vR(this.body)||function TY(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof Xs?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||vR(this.body)?null:mR(this.body)?this.body.type||null:gR(this.body)?null:"string"==typeof this.body?yR:this.body instanceof Xs?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?bR:null}clone(n={}){const t=n.method||this.method,r=n.url||this.url,i=n.responseType||this.responseType,o=n.keepalive??this.keepalive,s=n.priority||this.priority,a=n.cache||this.cache,c=n.mode||this.mode,l=n.redirect||this.redirect,u=n.credentials||this.credentials,_=n.referrer??this.referrer,g=n.integrity||this.integrity,E=n.referrerPolicy||this.referrerPolicy,P=n.transferCache??this.transferCache,le=n.timeout??this.timeout,_e=void 0!==n.body?n.body:this.body,Ie=n.withCredentials??this.withCredentials,Ce=n.reportProgress??this.reportProgress;let Ct=n.headers||this.headers,Rt=n.params||this.params;const Vt=n.context??this.context;return void 0!==n.setHeaders&&(Ct=Object.keys(n.setHeaders).reduce((Un,_r)=>Un.set(_r,n.setHeaders[_r]),Ct)),n.setParams&&(Rt=Object.keys(n.setParams).reduce((Un,_r)=>Un.set(_r,n.setParams[_r]),Rt)),new Id(t,r,_e,{params:Rt,headers:Ct,context:Vt,reportProgress:Ce,responseType:i,withCredentials:Ie,transferCache:P,keepalive:o,cache:a,priority:s,timeout:le,mode:c,redirect:l,credentials:u,referrer:_,integrity:g,referrerPolicy:E})}}var Zs=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}(Zs||{});class Bb{headers;status;statusText;url;ok;type;redirected;responseType;constructor(n,t=200,r="OK"){this.headers=n.headers||new Qi,this.status=void 0!==n.status?n.status:t,this.statusText=n.statusText||r,this.url=n.url||null,this.redirected=n.redirected,this.responseType=n.responseType,this.ok=this.status>=200&&this.status<300}}class dp extends Bb{constructor(n={}){super(n)}type=Zs.ResponseHeader;clone(n={}){return new dp({headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}}class wd extends Bb{body;constructor(n={}){super(n),this.body=void 0!==n.body?n.body:null}type=Zs.Response;clone(n={}){return new wd({body:void 0!==n.body?n.body:this.body,headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0,redirected:n.redirected??this.redirected,responseType:n.responseType??this.responseType})}}class Qs extends Bb{name="HttpErrorResponse";message;error;ok=!1;constructor(n){super(n,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${n.url||"(unknown url)"}`:`Http failure response for ${n.url||"(unknown url)"}: ${n.status} ${n.statusText}`,this.error=n.error||null}}const TR=new Te(""),xY=/^\)\]\}',?\n/;let SR=(()=>{class e{xhrFactory;tracingService=J(ka,{optional:!0});constructor(t){this.xhrFactory=t}maybePropagateTrace(t){return this.tracingService?.propagate?this.tracingService.propagate(t):t}handle(t){if("JSONP"===t.method)throw new De(-2800,!1);const r=this.xhrFactory;return Pb(null).pipe(_R(()=>new re(o=>{const s=r.build();if(s.open(t.method,t.urlWithParams),t.withCredentials&&(s.withCredentials=!0),t.headers.forEach((_e,Ie)=>s.setRequestHeader(_e,Ie.join(","))),t.headers.has("Accept")||s.setRequestHeader("Accept",CR),!t.headers.has(Dd)){const _e=t.detectContentTypeHeader();null!==_e&&s.setRequestHeader(Dd,_e)}if(t.timeout&&(s.timeout=t.timeout),t.responseType){const _e=t.responseType.toLowerCase();s.responseType="json"!==_e?_e:"text"}const a=t.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const _e=s.statusText||"OK",Ie=new Qi(s.getAllResponseHeaders());return c=new dp({headers:Ie,status:s.status,statusText:_e,url:s.responseURL||t.url}),c},u=this.maybePropagateTrace(()=>{let{headers:_e,status:Ie,statusText:Ce,url:Ct}=l(),Rt=null;204!==Ie&&(Rt=typeof s.response>"u"?s.responseText:s.response),0===Ie&&(Ie=Rt?200:0);let Vt=Ie>=200&&Ie<300;if("json"===t.responseType&&"string"==typeof Rt){const Un=Rt;Rt=Rt.replace(xY,"");try{Rt=""!==Rt?JSON.parse(Rt):null}catch(_r){Rt=Un,Vt&&(Vt=!1,Rt={error:_r,text:Rt})}}Vt?(o.next(new wd({body:Rt,headers:_e,status:Ie,statusText:Ce,url:Ct||void 0})),o.complete()):o.error(new Qs({error:Rt,headers:_e,status:Ie,statusText:Ce,url:Ct||void 0}))}),_=this.maybePropagateTrace(_e=>{const{url:Ie}=l(),Ce=new Qs({error:_e,status:s.status||0,statusText:s.statusText||"Unknown Error",url:Ie||void 0});o.error(Ce)});let g=_;t.timeout&&(g=this.maybePropagateTrace(_e=>{const{url:Ie}=l(),Ce=new Qs({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:Ie||void 0});o.error(Ce)}));let E=!1;const P=this.maybePropagateTrace(_e=>{E||(o.next(l()),E=!0);let Ie={type:Zs.DownloadProgress,loaded:_e.loaded};_e.lengthComputable&&(Ie.total=_e.total),"text"===t.responseType&&s.responseText&&(Ie.partialText=s.responseText),o.next(Ie)}),le=this.maybePropagateTrace(_e=>{let Ie={type:Zs.UploadProgress,loaded:_e.loaded};_e.lengthComputable&&(Ie.total=_e.total),o.next(Ie)});return s.addEventListener("load",u),s.addEventListener("error",_),s.addEventListener("timeout",g),s.addEventListener("abort",_),t.reportProgress&&(s.addEventListener("progress",P),null!==a&&s.upload&&s.upload.addEventListener("progress",le)),s.send(a),o.next({type:Zs.Sent}),()=>{s.removeEventListener("error",_),s.removeEventListener("abort",_),s.removeEventListener("load",u),s.removeEventListener("timeout",g),t.reportProgress&&(s.removeEventListener("progress",P),null!==a&&s.upload&&s.upload.removeEventListener("progress",le)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(Dt(hR))};static \u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function DR(e,n){return n(e)}const Ad=new Te("",{factory:()=>[]}),NY=new Te(""),IR=new Te("",{factory:()=>!0});let _p=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:function(r){let i=null;return i=r?new(r||e):Dt(SR),i},providedIn:"root"})}return e})(),Vb=(()=>{class e{backend;injector;chain=null;pendingTasks=J(Sg);contributeToStability=J(IR);constructor(t,r){this.backend=t,this.injector=r}handle(t){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(Ad),...this.injector.get(NY,[])]));this.chain=r.reduceRight((i,o)=>function RY(e,n,t){return(r,i)=>io(t,()=>n(r,o=>e(o,i)))}(i,o,this.injector),DR)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(t,i=>this.backend.handle(i)).pipe(function _Y(e){return co((n,t)=>{try{n.subscribe(t)}finally{t.add(e)}})}(r))}return this.chain(t,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(Dt(_p),Dt(yi))};static \u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),jb=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:function(r){let i=null;return i=r?new(r||e):Dt(Vb),i},providedIn:"root"})}return e})();function Hb(e,n){return{body:n,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer,referrerPolicy:e.referrerPolicy}}let oc=(()=>{class e{handler;constructor(t){this.handler=t}request(t,r,i={}){let o;if(t instanceof Id)o=t;else{let c,l;c=i.headers instanceof Qi?i.headers:new Qi(i.headers),i.params&&(l=i.params instanceof Xs?i.params:new Xs({fromObject:i.params})),o=new Id(t,r,void 0!==i.body?i.body:null,{headers:c,context:i.context,params:l,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials,transferCache:i.transferCache,keepalive:i.keepalive,priority:i.priority,cache:i.cache,mode:i.mode,redirect:i.redirect,credentials:i.credentials,referrer:i.referrer,referrerPolicy:i.referrerPolicy,integrity:i.integrity,timeout:i.timeout})}const s=Pb(o).pipe(function fY(e,n){return Z(n)?Zh(e,n,1):Zh(e,1)}(c=>this.handler.handle(c)));if(t instanceof Id||"events"===i.observe)return s;const a=s.pipe(function hY(e,n){return co((t,r)=>{let i=0;t.subscribe(Gi(r,o=>e.call(n,o,i++)&&r.next(o)))})}(c=>c instanceof wd));switch(i.observe||"body"){case"body":switch(o.responseType){case"arraybuffer":return a.pipe($i(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new De(2806,!1);return c.body}));case"blob":return a.pipe($i(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new De(2807,!1);return c.body}));case"text":return a.pipe($i(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new De(2808,!1);return c.body}));default:return a.pipe($i(c=>c.body))}case"response":return a;default:throw new De(2809,!1)}}delete(t,r={}){return this.request("DELETE",t,r)}get(t,r={}){return this.request("GET",t,r)}head(t,r={}){return this.request("HEAD",t,r)}jsonp(t,r){return this.request("JSONP",t,{params:(new Xs).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(t,r={}){return this.request("OPTIONS",t,r)}patch(t,r,i={}){return this.request("PATCH",t,Hb(i,r))}post(t,r,i={}){return this.request("POST",t,Hb(i,r))}put(t,r,i={}){return this.request("PUT",t,Hb(i,r))}static \u0275fac=function(r){return new(r||e)(Dt(jb))};static \u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const AR=new Te("",{factory:()=>!0}),xR=new Te("",{factory:()=>"XSRF-TOKEN"}),kR=new Te("",{factory:()=>"X-XSRF-TOKEN"});let zY=(()=>{class e{cookieName=J(xR);doc=J(Hi);lastCookieString="";lastToken=null;parseCount=0;getToken(){const t=this.doc.cookie||"";return t!==this.lastCookieString&&(this.parseCount++,this.lastToken=fR(t,this.cookieName),this.lastCookieString=t),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),VY=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:function(r){let i=null;return i=r?new(r||e):Dt(zY),i},providedIn:"root"})}return e})();function jY(e,n){if(!J(AR)||"GET"===e.method||"HEAD"===e.method)return n(e);try{const i=J(e1).href,{origin:o}=new URL(i),{origin:s}=new URL(e.url,o);if(o!==s)return n(e)}catch{return n(e)}const t=J(VY).getToken(),r=J(kR);return null!=t&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,t)})),n(e)}const MR=ae(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class zd extends Error{}zd.prototype.name="InvalidTokenError";let Vd=(()=>{class e{constructor(){this.http=J(oc)}getEnvConfig(){var t=this;return(0,bt.A)(function*(){return t.envConfigCache||(yield function Dp(e,n){const t="object"==typeof n;return new Promise((r,i)=>{let s,o=!1;e.subscribe({next:a=>{s=a,o=!0},error:i,complete:()=>{o?r(s):t?r(n.defaultValue):i(new MR)}})})}(t.http.get("/rest/envconfig").pipe(function sQ(e,n,t){const r=Z(e)||n||t?{next:e,error:n,complete:t}:e;return r?co((i,o)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;i.subscribe(Gi(o,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),o.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),o.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),o.error(c)},()=>{var c,l;a&&(null===(c=r.unsubscribe)||void 0===c||c.call(r)),null===(l=r.finalize)||void 0===l||l.call(r)}))}):vr}(r=>t.envConfigCache=r)))),t.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Xe({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),_c=(()=>{class e{constructor(){this.envConfigService=J(Vd),this.luigiCoreService=J(Wr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(t=>{this.currentLanguage=t})}getTranslation(t,r,i){let o=this.getInternalTranslation(t,r,i);return o||(o=this.findTranslation(t,this.translationTable,this.fallbackLanguage,r)),o||t}getTranslationAsync(t,r,i){var o=this;return(0,bt.A)(function*(){return new Promise(s=>{let a=o.getInternalTranslation(t,r,i);a?s(a||t):o.translationTable&&!o.translationTable[o.fallbackLanguage]?o.fetchTranslationFile(o.fallbackLanguage).then(()=>{a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t)}):(a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t))})})()}findTranslation(t,r,i,o){if(r[i]){const s="object"==typeof r[i][t]?r[i][t].join("<br>"):r[i][t];return o?this.findInterpolations(s,o):s}}findInterpolations(t,r){if(t)return Object.keys(r).forEach(i=>{t=t.replace(new RegExp("{"+i+"}","gi"),r[i])}),t}addTranslationFile(t,r){r&&t&&(this.translationTable[t]=r)}fetchTranslationFile(t){var r=this;return(0,bt.A)(function*(){return new Promise(i=>{fetch(`/assets/translation-files/${t}.json`).then(o=>o.json()).then(o=>{r.addTranslationFile(t,o),i(!0)}).catch(o=>{console.error("Error:",o),r.addTranslationFile(t,{}),i(!1)})})})()}getInternalTranslation(t,r,i){return t?(this.currentLanguage=i||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(t,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var t=this;return(0,bt.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:i}=yield t.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})();var na=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}(na||{});const kl_read=e=>{let n;try{n=localStorage.getItem(e||na.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(t){return console.warn("localStorage is not available:",t),null}try{return n?JSON.parse(n):null}catch(t){console.error("Failed to parse the local development settings in your localstorage.",t)}return null},Ip_read=((0,bt.A)(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((t,r)=>{try{localStorage.setItem(na.USER_SETTINGS,JSON.stringify(n)),t(n)}catch(i){console.error("Error storing user settings",i),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(na.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ht(5667),ht(9272);var sJ=Object.defineProperty,Ft=(e,n,t)=>((e,n,t)=>n in e?sJ(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t)(e,"symbol"!=typeof n?n+"":n,t),OM=e=>null!==e&&"[object Object]"===Object.prototype.toString.call(e),wp=(e,n)=>{if(e===n)return!0;if(typeof e!=typeof n)return!1;if(Array.isArray(e)&&Array.isArray(n)){if(e.length!==n.length)return!1;for(let t=0;t<e.length;t+=1)if(!wp(e[t],n[t]))return!1;return!0}if(OM(e)&&OM(n)){const t=Object.entries(e),r=new Set(Object.keys(n));if(t.length!==r.size)return!1;for(const[i,o]of t){if(!wp(o,n[i]))return!1;r.delete(i)}return 0===r.size}return!1},jd=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)),LM=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||"_"===e,EC=e=>e>="0"&&e<="9"||"-"===e,cJ=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"_"===e,Ap=e=>{if("number"!=typeof e||Math.floor(e)!==e)throw new Error("invalid-value: expecting an integer.");return e},TC=e=>{if("number"!=typeof e||e<0||Math.floor(e)!==e)throw new Error("invalid-value: expecting a non-negative integer.");return e},ra=(...e)=>{for(let n=0;n<e.length;n++){if(null==e[n])throw new Error("not-a-number: undefined");if("number"!=typeof e[n])throw new Error("not-a-number")}},FM=e=>{if(!(e=+e))throw new Error("not-a-number: divide by zero");return e},pJ=(e,n,t,r)=>{if(!e||!n)return null;t=Math.max(Ap(t=t||0),0),r=Math.min(Ap(r=r||e.length),e.length);const i=e.slice(t,r).indexOf(n);return-1===i?null:i+t},gJ=(e,n,t,r)=>{if(!e||!n)return null;t=Math.max(Ap(t=t||0),0),r=Math.min(Ap(r=r||e.length),e.length);const i=e.slice(t,r).lastIndexOf(n);return-1===i?null:i+t},mJ=e=>e.toLowerCase(),PM=(e,n,t)=>{if((t=t||" ").length>1)throw new Error(`invalid value, ${e} expects its 'pad' parameter to be a valid string with a single codepoint`);return TC(n),t},vJ=(e,n,t)=>(t=PM("pad_left",n,t),e&&e.padStart(n,t)||""),yJ=(e,n,t)=>(t=PM("pad_right",n,t),e&&e.padEnd(n,t)||""),SC=(e,n,t,r)=>0===r?e:r?(TC(r),[...Array(r).keys()].map(()=>e=e.replace(n,t)),e):e.split(n).join(t),CJ=(e,n)=>BM(UM(e,n),n),BM=(e,n)=>zM(e,t=>new RegExp(`^[${t}]*(.*?)`),n),UM=(e,n)=>zM(e,t=>new RegExp(`(.*?)[${t}]*$`),n),zM=(e,n,t)=>{const r=t?t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"):"\\s\x85";return e.replace(n(r),"$1")},EJ=e=>e.toUpperCase(),VM={"(":"Lparen",")":"Rparen","*":"Star",",":"Comma",".":"Dot",":":"Colon","@":"Current","]":"Rbracket","{":"Lbrace","}":"Rbrace","+":"Plus","%":"Modulo","?":"Question","\u2212":"Minus","\xd7":"Multiply","\xf7":"Divide"},TJ={"!":!0,"<":!0,"=":!0,">":!0,"&":!0,"|":!0,"/":!0},SJ={"\t":!0,"\n":!0,"\r":!0," ":!0},IJ=new class{constructor(){Ft(this,"_current",0),Ft(this,"_enable_legacy_literals",!1)}tokenize(e,n){const t=[];let r,i,o;for(this._current=0,this._enable_legacy_literals=n?.enable_legacy_literals||!1;this._current<e.length;)if(LM(e[this._current]))r=this._current,i=this.consumeUnquotedIdentifier(e),t.push({start:r,type:"UnquotedIdentifier",value:i});else if(void 0!==VM[e[this._current]])t.push({start:this._current,type:VM[e[this._current]],value:e[this._current]}),this._current+=1;else if("$"===e[this._current])r=this._current,this._current+1<e.length&&LM(e[this._current+1])?(this._current+=1,i=this.consumeUnquotedIdentifier(e),t.push({start:r,type:"Variable",value:i})):(t.push({start:r,type:"Root",value:e[this._current]}),this._current+=1);else if("-"===e[this._current])if(this._current+1<e.length&&EC(e[this._current+1])){const s=this.consumeNumber(e);s&&t.push(s)}else t.push({start:this._current,type:"Minus",value:"-"}),this._current+=1;else if(EC(e[this._current]))o=this.consumeNumber(e),t.push(o);else if("["===e[this._current])o=this.consumeLBracket(e),t.push(o);else if('"'===e[this._current])r=this._current,i=this.consumeQuotedIdentifier(e),t.push({start:r,type:"QuotedIdentifier",value:i});else if("'"===e[this._current])r=this._current,i=this.consumeRawStringLiteral(e),t.push({start:r,type:"Literal",value:i});else if("`"===e[this._current]){r=this._current;const s=this.consumeLiteral(e);t.push({start:r,type:"Literal",value:s})}else if(void 0!==TJ[e[this._current]])o=this.consumeOperator(e),o&&t.push(o);else{if(void 0===SJ[e[this._current]]){const s=new Error(`Syntax error: unknown character: ${e[this._current]}`);throw s.name="LexerError",s}this._current+=1}return t}consumeUnquotedIdentifier(e){const n=this._current;for(this._current+=1;this._current<e.length&&cJ(e[this._current]);)this._current+=1;return e.slice(n,this._current)}consumeQuotedIdentifier(e){const n=this._current;this._current+=1;const t=e.length;for(;'"'!==e[this._current]&&this._current<t;){let o=this._current;o+="\\"!==e[o]||"\\"!==e[o+1]&&'"'!==e[o+1]?1:2,this._current=o}this._current+=1;const[r,i]=this.parseJSON(e.slice(n,this._current));if(!i){const o=new Error("syntax: unexpected end of JSON input");throw o.name="LexerError",o}return r}consumeRawStringLiteral(e){const n=this._current;this._current+=1;const t=e.length;for(;"'"!==e[this._current]&&this._current<t;){let i=this._current;i+="\\"!==e[i]||"\\"!==e[i+1]&&"'"!==e[i+1]?1:2,this._current=i}this._current+=1;const r=e.slice(n+1,this._current-1);return SC(SC(r,"\\\\","\\"),"\\'","'")}consumeNumber(e){const n=this._current;this._current+=1;const t=e.length;for(;EC(e[this._current])&&this._current<t;)this._current+=1;return{start:n,value:parseInt(e.slice(n,this._current),10),type:"Number"}}consumeLBracket(e){const n=this._current;return this._current+=1,"?"===e[this._current]?(this._current+=1,{start:n,type:"Filter",value:"[?"}):"]"===e[this._current]?(this._current+=1,{start:n,type:"Flatten",value:"[]"}):{start:n,type:"Lbracket",value:"["}}consumeOrElse(e,n,t,r){const i=this._current;return this._current+=1,this._current<e.length&&e[this._current]===n?(this._current+=1,{start:i,type:r,value:e.slice(i,this._current)}):{start:i,type:t,value:e[i]}}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 n=this._current,t=e.length;for(;"`"!==e[this._current]&&this._current<t;){let s=this._current;s+="\\"!==e[s]||"\\"!==e[s+1]&&"`"!==e[s+1]?1:2,this._current=s}let r=e.slice(n,this._current).trimStart();r=r.replace("\\`","`");let i=null,o=!1;if(this.looksLikeJSON(r)&&([i,o]=this.parseJSON(r)),!o&&this._enable_legacy_literals&&([i,o]=this.parseJSON(`"${r}"`)),!o){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,i}looksLikeJSON(e){if(""===e)return!1;if('[{"'.includes(e[0])||["true","false","null"].includes(e))return!0;if("-0123456789".includes(e[0])){const[i,o]=this.parseJSON(e);return o}return!1}parseJSON(e){try{return[JSON.parse(e),!0]}catch{return[null,!1]}}},jM=IJ,Or={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},xp=(new class nE{constructor(){Ft(this,"index",0),Ft(this,"tokens",[])}parse(n,t){this.loadTokens(n,t||{enable_legacy_literals:!1}),this.index=0;const r=this.expression(0);if("EOF"!==this.lookahead(0)){const i=this.lookaheadToken(0);this.errorToken(i,`Syntax error: unexpected token type: ${i.type}, value: ${i.value}`)}return r}loadTokens(n,t){this.tokens=jM.tokenize(n,t),this.tokens.push({type:"EOF",value:"",start:n.length})}expression(n){const t=this.lookaheadToken(0);this.advance();let r=this.nud(t),i=this.lookahead(0);for(;n<Or[i];)this.advance(),r=this.led(i,r),i=this.lookahead(0);return r}lookahead(n){return this.tokens[this.index+n].type}lookaheadToken(n){return this.tokens[this.index+n]}advance(){this.index+=1}nud(n){switch(n.type){case"Variable":return{type:"Variable",name:n.value};case"Literal":return{type:"Literal",value:n.value};case"UnquotedIdentifier":return nE.isKeyword(n,"let")&&"Variable"===this.lookahead(0)?this.parseLetExpression():{type:"Field",name:n.value};case"QuotedIdentifier":if("Lparen"===this.lookahead(0))throw new Error("Syntax error: quoted identifier not allowed for function names.");return{type:"Field",name:n.value};case"Not":return{type:"NotExpression",child:this.expression(Or.Not)};case"Minus":{const t=this.expression(Or.Minus);return{type:"Unary",operator:n.type,operand:t}}case"Plus":{const t=this.expression(Or.Plus);return{type:"Unary",operator:n.type,operand:t}}case"Star":return{type:"ValueProjection",left:{type:"Identity"},right:this.parseProjectionRHS(Or.Star)};case"Filter":return this.led(n.type,{type:"Identity"});case"Lbrace":return this.parseMultiselectHash();case"Flatten":return{type:"Projection",left:{type:"Flatten",child:{type:"Identity"}},right:this.parseProjectionRHS(Or.Flatten)};case"Lbracket":if("Number"===this.lookahead(0)||"Colon"===this.lookahead(0)){const t=this.parseIndexExpression();return this.projectIfSlice({type:"Identity"},t)}return"Star"===this.lookahead(0)&&"Rbracket"===this.lookahead(1)?(this.advance(),this.advance(),{left:{type:"Identity"},right:this.parseProjectionRHS(Or.Star),type:"Projection"}):this.parseMultiselectList();case"Current":return{type:"Current"};case"Root":return{type:"Root"};case"Expref":return{type:"ExpressionReference",child:this.expression(Or.Expref)};case"Lparen":{const t=this.expression(0);return this.match("Rparen"),t}default:this.errorToken(n)}}led(n,t){switch(n){case"Question":{const r=this.expression(0);return this.match("Colon"),{type:"Ternary",condition:t,trueExpr:r,falseExpr:this.expression(0)}}case"Dot":{const r=Or.Dot;return"Star"!==this.lookahead(0)?{type:"Subexpression",left:t,right:this.parseDotRHS(r)}:(this.advance(),{type:"ValueProjection",left:t,right:this.parseProjectionRHS(r)})}case"Pipe":return{type:"Pipe",left:t,right:this.expression(Or.Pipe)};case"Or":return{type:"OrExpression",left:t,right:this.expression(Or.Or)};case"And":return{type:"AndExpression",left:t,right:this.expression(Or.And)};case"Lparen":if("Field"!==t.type)throw new Error("Syntax error: expected a Field node");return{name:t.name,type:"Function",children:this.parseCommaSeparatedExpressionsUntilToken("Rparen")};case"Filter":{const r=this.expression(0);return this.match("Rbracket"),{type:"FilterProjection",left:t,right:"Flatten"===this.lookahead(0)?{type:"Identity"}:this.parseProjectionRHS(Or.Filter),condition:r}}case"Flatten":return{type:"Projection",left:{type:"Flatten",child:t},right:this.parseProjectionRHS(Or.Flatten)};case"Assign":{const r=t,i=this.expression(0);return{type:"Binding",variable:r.name,reference:i}}case"EQ":case"NE":case"GT":case"GTE":case"LT":case"LTE":return this.parseComparator(t,n);case"Plus":case"Minus":case"Multiply":case"Star":case"Divide":case"Modulo":case"Div":return this.parseArithmetic(t,n);case"Lbracket":{const r=this.lookaheadToken(0);if("Number"===r.type||"Colon"===r.type){const o=this.parseIndexExpression();return this.projectIfSlice(t,o)}return this.match("Star"),this.match("Rbracket"),{type:"Projection",left:t,right:this.parseProjectionRHS(Or.Star)}}default:return this.errorToken(this.lookaheadToken(0))}}static isKeyword(n,t){return"UnquotedIdentifier"===n.type&&n.value===t}match(n){if(this.lookahead(0)!==n){const t=this.lookaheadToken(0);this.errorToken(t,`Syntax error: expected ${n}, got: ${t.type}`)}else this.advance()}errorToken(n,t=""){const r=new Error(t||`Syntax error: invalid token (${n.type}): "${n.value}"`);throw r.name="ParserError",r}parseIndexExpression(){if("Colon"===this.lookahead(0)||"Colon"===this.lookahead(1))return this.parseSliceExpression();const n=Number(this.lookaheadToken(0).value);return this.advance(),this.match("Rbracket"),{type:"Index",value:n}}projectIfSlice(n,t){const r={type:"IndexExpression",left:n,right:t};return"Slice"===t.type?{left:r,right:this.parseProjectionRHS(Or.Star),type:"Projection"}:r}parseSliceExpression(){const n=[null,null,null];let t=0,r=this.lookaheadToken(0);for(;"Rbracket"!=r.type&&t<3;){if("Colon"===r.type)t++,3===t&&this.errorToken(this.lookaheadToken(0),"Syntax error, too many colons in slice expression"),this.advance();else if("Number"===r.type){const a=this.lookaheadToken(0).value;n[t]=a,this.advance()}else{const a=this.lookaheadToken(0);this.errorToken(a,`Syntax error, unexpected token: ${a.value}(${a.type})`)}r=this.lookaheadToken(0)}this.match("Rbracket");const[i,o,s]=n;return{type:"Slice",start:i,stop:o,step:s}}parseLetExpression(){const n=this.parseCommaSeparatedExpressionsUntilKeyword("in"),t=this.expression(0);return{type:"LetExpression",bindings:n.map(i=>i),expression:t}}parseCommaSeparatedExpressionsUntilKeyword(n){return this.parseCommaSeparatedExpressionsUntil(()=>nE.isKeyword(this.lookaheadToken(0),n),()=>{this.advance()})}parseCommaSeparatedExpressionsUntilToken(n){return this.parseCommaSeparatedExpressionsUntil(()=>this.lookahead(0)===n,()=>this.match(n))}parseCommaSeparatedExpressionsUntil(n,t){const r=[];let i;for(;!n();)i=this.expression(0),"Comma"===this.lookahead(0)&&this.match("Comma"),r.push(i);return t(),r}parseComparator(n,t){return{type:"Comparator",name:t,left:n,right:this.expression(Or[t])}}parseArithmetic(n,t){return{type:"Arithmetic",operator:t,left:n,right:this.expression(Or[t])}}parseDotRHS(n){const t=this.lookahead(0);if(["UnquotedIdentifier","QuotedIdentifier","Star"].includes(t))return this.expression(n);if("Lbracket"===t)return this.match("Lbracket"),this.parseMultiselectList();if("Lbrace"===t)return this.match("Lbrace"),this.parseMultiselectHash();const i=this.lookaheadToken(0);this.errorToken(i,`Syntax error, unexpected token: ${i.value}(${i.type})`)}parseProjectionRHS(n){if(Or[this.lookahead(0)]<10)return{type:"Identity"};if("Lbracket"===this.lookahead(0))return this.expression(n);if("Filter"===this.lookahead(0))return this.expression(n);if("Dot"===this.lookahead(0))return this.match("Dot"),this.parseDotRHS(n);const t=this.lookaheadToken(0);this.errorToken(t,`Syntax error, unexpected token: ${t.value}(${t.type})`)}parseMultiselectList(){const n=[];for(;"Rbracket"!==this.lookahead(0);){const t=this.expression(0);if(n.push(t),"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:n}}parseMultiselectHash(){const n=[],t=["UnquotedIdentifier","QuotedIdentifier"];let r,i,o;for(;;){if(r=this.lookaheadToken(0),!t.includes(r.type))throw new Error(`Syntax error: expecting an identifier token, got: ${r.type}`);if(i=r.value,this.advance(),this.match("Colon"),o=this.expression(0),n.push({value:o,type:"KeyValuePair",name:i}),"Comma"===this.lookahead(0))this.match("Comma");else if("Rbrace"===this.lookahead(0)){this.match("Rbrace");break}}return{type:"MultiSelectHash",children:n}}},class Vp{constructor(n){Ft(this,"_text"),this._text=n}get string(){return this._text}get length(){return this.codePoints.length}compareTo(n){return Vp.compare(this,new Vp(n))}static get comparer(){return(t,r)=>new Vp(t).compareTo(r)}static compare(n,t){const r=n.codePoints,i=t.codePoints;for(let o=0;o<Math.min(r.length,i.length);o++)if(r[o]!==i[o])return r[o]-i[o]>0?1:-1;return r.length-i.length>0?1:-1}reverse(){return String.fromCodePoint(...this.codePoints.reverse())}get codePoints(){return[...this._text].map(t=>t.codePointAt(0))}}),DC=e=>([n])=>e(n),GM=e=>([n])=>e(n),$M=e=>([n])=>e(n),xJ=class{constructor(e){Ft(this,"_interpreter"),Ft(this,"_functionTable"),Ft(this,"_customFunctions",new Set),Ft(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>>"})),Ft(this,"functionAvg",([n])=>{if(!n||0==n.length)return null;let t=0;for(let r=0;r<n.length;r+=1)t+=n[r];return t/n.length}),Ft(this,"functionContains",([n,t])=>Array.isArray(n)||"string"==typeof n&&"string"==typeof t?n.includes(t):null),Ft(this,"functionEndsWith",n=>{const[t,r]=n;return t.includes(r,t.length-r.length)}),Ft(this,"functionFindFirst",this.createFindFunction(pJ)),Ft(this,"functionFindLast",this.createFindFunction(gJ)),Ft(this,"functionFromItems",([n])=>(n.map(t=>{if(2!=t.length||"string"!=typeof t[0])throw new Error("invalid value, each array must contain two elements, a pair of string and value")}),Object.fromEntries(n))),Ft(this,"functionGroupBy",([n,t])=>{const r=this.createKeyFunction(t,[2]);return n.reduce((i,o)=>{const s=r(o??{});return(i[s]=i[s]||[]).push(o),i},{})}),Ft(this,"functionItems",([n])=>Object.entries(n)),Ft(this,"functionJoin",n=>{const[t,r]=n;return r.join(t)}),Ft(this,"functionLength",([n])=>"string"==typeof n?new xp(n).length:Array.isArray(n)?n.length:Object.keys(n).length),Ft(this,"functionMap",([n,t])=>{if(!this._interpreter)return[];const r=[],i=this._interpreter;for(let o=0;o<t.length;o+=1)r.push(i.visit(n,t[o]));return r}),Ft(this,"functionMax",([n])=>{if(!n.length)return null;if(0===this.getTypeName(n[0]))return Math.max(...n);const r=n;let i=r[0];for(let o=1;o<r.length;o+=1)i.localeCompare(r[o])<0&&(i=r[o]);return i}),Ft(this,"functionMaxBy",n=>{const r=n[0],i=this.createKeyFunction(n[1],[0,2]);let s,a,o=-1/0;for(let c=0;c<r.length;c+=1)a=i&&i(r[c]),void 0!==a&&a>o&&(o=a,s=r[c]);return s||null}),Ft(this,"functionMerge",n=>{let t={};for(let r=0;r<n.length;r+=1)t=Object.assign(t,n[r]);return t}),Ft(this,"functionMin",([n])=>{if(!n.length)return null;if(0===this.getTypeName(n[0]))return Math.min(...n);const r=n;let i=r[0];for(let o=1;o<r.length;o+=1)r[o].localeCompare(i)<0&&(i=r[o]);return i}),Ft(this,"functionMinBy",n=>{const r=n[0],i=this.createKeyFunction(n[1],[0,2]);let s,a,o=1/0;for(let c=0;c<r.length;c+=1)a=i&&i(r[c]),void 0!==a&&a<o&&(o=a,s=r[c]);return s||null}),Ft(this,"functionNotNull",n=>{for(let t=0;t<n.length;t+=1)if(7!==this.getTypeName(n[t]))return n[t];return null}),Ft(this,"functionPadLeft",this.createPadFunction(vJ)),Ft(this,"functionPadRight",this.createPadFunction(yJ)),Ft(this,"functionReplace",n=>SC(n[0],n[1],n[2],n.length>3?n[3]:void 0)),Ft(this,"functionSplit",n=>((e,n,t)=>{if(0==e.length&&0===n.length)return[];if(null==t)return e.split(n);if(TC(t),0===t)return[e];const r=e.split(n);return[...r.slice(0,t),r.slice(t).join(n)]})(n[0],n[1],n.length>2?n[2]:void 0)),Ft(this,"functionReverse",([n])=>{if(2===this.getTypeName(n))return new xp(n).reverse();const r=n.slice(0);return r.reverse(),r}),Ft(this,"functionSort",([n])=>0==n.length?n:"string"==typeof n[0]?[...n].sort(xp.comparer):[...n].sort()),Ft(this,"functionSortBy",n=>{const t=n[0].slice(0);if(0===t.length)return t;const r=this._interpreter,i=n[1],o=this.getTypeName(r.visit(i,t[0]));if(void 0!==o&&![0,2].includes(o))throw new Error(`Invalid type: unexpected type (${this.TYPE_NAME_TABLE[o]})`);function s(a,c){throw new Error(`Invalid type: expected (${a.TYPE_NAME_TABLE[o]}), received ${a.TYPE_NAME_TABLE[a.getTypeName(c)]}`)}return t.sort((a,c)=>{const l=r.visit(i,a),u=r.visit(i,c);return this.getTypeName(l)!==o?s(this,l):this.getTypeName(u)!==o&&s(this,u),2===o?xp.comparer(l,u):l-u})}),Ft(this,"functionStartsWith",([n,t])=>n.startsWith(t)),Ft(this,"functionSum",([n])=>n.reduce((t,r)=>t+r,0)),Ft(this,"functionToArray",([n])=>3===this.getTypeName(n)?n:[n]),Ft(this,"functionToNumber",([n])=>{const t=this.getTypeName(n);let r;return 0===t?n:2!==t||(r=+n,isNaN(r))?null:r}),Ft(this,"functionToString",([n])=>2===this.getTypeName(n)?n:JSON.stringify(n)),Ft(this,"functionTrim",this.createTrimFunction(CJ)),Ft(this,"functionTrimLeft",this.createTrimFunction(BM)),Ft(this,"functionTrimRight",this.createTrimFunction(UM)),Ft(this,"functionType",([n])=>{switch(this.getTypeName(n)){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")}}),Ft(this,"functionZip",n=>{const t=Math.min(...n.map(i=>i.length));return Array(t).fill(null).map((i,o)=>n.map(s=>s[o]))}),this._interpreter=e,this._functionTable=this.buildFunctionTable()}buildFunctionTable(){return{abs:{_func:DC(Math.abs),_signature:[{types:[0]}]},ceil:{_func:DC(Math.ceil),_signature:[{types:[0]}]},floor:{_func:DC(Math.floor),_signature:[{types:[0]}]},lower:{_func:GM(mJ),_signature:[{types:[2]}]},upper:{_func:GM(EJ),_signature:[{types:[2]}]},keys:{_func:$M(Object.keys),_signature:[{types:[4]}]},values:{_func:$M(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,n,t,r){const i=this._registerInternal(e,n,t,r);if(!i.success)throw new Error(i.message)}_registerInternal(e,n,t,r={}){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,t)}catch(c){return{success:!1,reason:"invalid-signature",message:c instanceof Error?c.message:"Invalid function signature"}}const{override:i=!1,warn:o=!1}=r,s=e in this._functionTable;return s&&!i?{success:!1,reason:"already-exists",message:`Function already defined: ${e}(). Use { override: true } to replace it.`}:(s&&i&&o&&console.warn(`Warning: Overriding existing function: ${e}()`),this._functionTable[e]={_func:n.bind(this),_signature:t},this._customFunctions.add(e),{success:!0,message:s?`Function ${e}() overridden successfully`:`Function ${e}() registered successfully`})}register(e,n,t,r={}){return this._registerInternal(e,n,t,r)}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,n){const t=this._functionTable[e];if(void 0===t)throw new Error(`Unknown function: ${e}()`);return this.validateArgs(e,n,t._signature),t._func.call(this,n)}validateInputSignatures(e,n){for(let t=0;t<n.length;t+=1)if("variadic"in n[t]&&t!==n.length-1)throw new Error(`Invalid arity: ${e}() 'variadic' argument ${t+1} must occur last`)}validateArgs(e,n,t){this.validateInputSignatures(e,t),this.validateArity(e,n,t),this.validateTypes(e,n,t)}validateArity(e,n,t){const r=t.filter(a=>!a.optional).length,i=t[t.length-1]?.variadic??!1,o=n.length<r;if(i&&o||!i&&(o||n.length>t.length))throw new Error(`Invalid arity: ${e}() takes ${o&&(!i&&r>1||i)?"at least ":""}${r} argument${t.length>1?"s":""} but received ${n.length}`)}validateTypes(e,n,t){for(let r=0;r<t.length;r+=1){const i=t[r].types,o=this.getTypeName(n[r]);if(void 0!==o&&!i.some(a=>this.typeMatches(o,a,n[r]))){const a=i.map(c=>this.TYPE_NAME_TABLE[c]).join(" | ");throw new Error(`Invalid type: ${e}() expected argument ${r+1} to be type (${a}) but received type ${this.TYPE_NAME_TABLE[o]} instead.`)}}}typeMatches(e,n,t){if(1===n)return!0;if(9!==n&&8!==n&&10!==n&&11!==n&&3!==n)return e===n;if(3===n)return 3===e;if(3===e){let r;8===n?r=0:10===n?r=4:9===n?r=2:11===n&&(r=3);const i=t;for(let o=0;o<i.length;o+=1){const s=this.getTypeName(i[o]);if(void 0!==s&&void 0!==r&&!this.typeMatches(s,r,i[o]))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,n){const t=this._interpreter;return i=>{const o=t.visit(e,i);if(!n.includes(this.getTypeName(o))){const s=`Invalid type: expected one of (${n.map(a=>this.TYPE_NAME_TABLE[a]).join(" | ")}), received ${this.TYPE_NAME_TABLE[this.getTypeName(o)]}`;throw new Error(s)}return o}}createFindFunction(e){return n=>e(n[0],n[1],n.length>2?n[2]:void 0,n.length>3?n[3]:void 0)}createPadFunction(e){return n=>e(n[0],n[1],n.length>2?n[2]:void 0)}createTrimFunction(e){return n=>e(n[0],n.length>1?n[1]:void 0)}},IC=class wN{constructor(){Ft(this,"inner"),Ft(this,"data",{})}get currentScopeData(){return this.data}withScope(n){const t=new wN;return t.inner=this,t.data=n,t}getValue(n){return Object.prototype.hasOwnProperty.call(this.data,n)?this.data[n]:this.inner?this.inner.getValue(n):null}},kJ=new IC;new class AN{constructor(){Ft(this,"runtime"),Ft(this,"_rootValue",null),Ft(this,"_scope"),this.runtime=new xJ(this),this._scope=new IC}withScope(n){const t=new AN;return t.runtime._functionTable=this.runtime._functionTable,t._rootValue=this._rootValue,t._scope=this._scope.withScope(n),t}search(n,t){return this._rootValue=t,this._scope=kJ,this.visit(n,t)}visit(n,t){switch(n.type){case"Ternary":{const i=this.visit(n.condition,t);return jd(i)?this.visit(n.falseExpr,t):this.visit(n.trueExpr,t)}case"Field":const r=n.name;return null===t||"object"!=typeof t||Array.isArray(t)?null:t[r]??null;case"LetExpression":{const{bindings:i,expression:o}=n;let s={};return i.forEach(a=>{const c=this.visit(a,t);s={...s,...c}}),this.withScope(s).visit(o,t)}case"Binding":{const{variable:i,reference:o}=n,s=this.visit(o,t);return{[i]:s}}case"Variable":{const i=n.name;if(!this._scope.getValue(i)&&!Object.prototype.hasOwnProperty.call(this._scope.currentScopeData,i))throw new Error(`Error referencing undefined variable ${i}`);return this._scope.getValue(i)}case"IndexExpression":return this.visit(n.right,this.visit(n.left,t));case"Subexpression":{const i=this.visit(n.left,t);return null!=i?this.visit(n.right,i)??null:null}case"Index":return Array.isArray(t)?t[n.value<0?t.length+n.value:n.value]??null:null;case"Slice":{if(!Array.isArray(t)&&"string"!=typeof t)return null;const{start:i,stop:o,step:s}=this.computeSliceParams(t.length,n);if("string"==typeof t){const a=[...t];return this.slice(a,i,o,s).join("")}return this.slice(t,i,o,s)}case"Projection":{const{left:i,right:o}=n;let s=!1;"IndexExpression"===i.type&&"Slice"===i.right.type&&(s=!0);const a=this.visit(i,t);if(s&&"string"==typeof a)return this.visit(o,a);if(!Array.isArray(a))return null;const c=[];for(const l of a){const u=this.visit(o,l);null!==u&&c.push(u)}return c}case"ValueProjection":{const{left:i,right:o}=n,s=this.visit(i,t);if(null===s||"object"!=typeof s||Array.isArray(s))return null;const a=[],c=Object.values(s);for(const l of c){const u=this.visit(o,l);null!==u&&a.push(u)}return a}case"FilterProjection":{const{left:i,right:o,condition:s}=n,a=this.visit(i,t);if(!Array.isArray(a))return null;const c=[];for(const l of a){const u=this.visit(s,l);if(jd(u))continue;const _=this.visit(o,l);null!==_&&c.push(_)}return c}case"Arithmetic":{const i=this.visit(n.left,t),o=this.visit(n.right,t);switch(n.operator){case"Plus":return((e,n)=>(ra(e,n),e+n))(i,o);case"Minus":return((e,n)=>(ra(e,n),e-n))(i,o);case"Multiply":case"Star":return((e,n)=>(ra(e,n),e*n))(i,o);case"Divide":return((e,n)=>(ra(e,n),e/FM(n)))(i,o);case"Modulo":return((e,n)=>(ra(e,n),e%n))(i,o);case"Div":return((e,n)=>(ra(e,n),Math.floor(e/FM(n))))(i,o);default:throw new Error(`Syntax error: unknown arithmetic operator: ${n.operator}`)}}case"Unary":{const i=this.visit(n.operand,t);switch(n.operator){case"Plus":return ra(i),i;case"Minus":return ra(i),-i;default:throw new Error(`Syntax error: unknown arithmetic operator: ${n.operator}`)}}case"Comparator":{const i=this.visit(n.left,t),o=this.visit(n.right,t);switch(n.name){case"EQ":return wp(i,o);case"NE":return!wp(i,o)}if("number"!=typeof i||"number"!=typeof o)return null;switch(n.name){case"GT":return i>o;case"GTE":return i>=o;case"LT":return i<o;case"LTE":return i<=o}}case"Flatten":{const i=this.visit(n.child,t);return Array.isArray(i)?i.flat():null}case"Root":return this._rootValue;case"MultiSelectList":{const i=[];for(const o of n.children)i.push(this.visit(o,t));return i}case"MultiSelectHash":{const i={};for(const o of n.children)i[o.name]=this.visit(o.value,t);return i}case"OrExpression":{const i=this.visit(n.left,t);return jd(i)?this.visit(n.right,t):i}case"AndExpression":{const i=this.visit(n.left,t);return jd(i)?i:this.visit(n.right,t)}case"NotExpression":return jd(this.visit(n.child,t));case"Literal":return n.value;case"Pipe":return this.visit(n.right,this.visit(n.left,t));case"Function":{const i=[];for(const o of n.children)i.push(this.visit(o,t));return this.runtime.callFunction(n.name,i)}case"ExpressionReference":return{expref:!0,...n.child};case"Current":case"Identity":return t}}computeSliceParams(n,t){let{start:r,stop:i,step:o}=t;if(null===o)o=1;else if(0===o){const s=new Error("Invalid value: slice step cannot be 0");throw s.name="RuntimeError",s}return r=null===r?o<0?n-1:0:this.capSliceRange(n,r,o),i=null===i?o<0?-1:n:this.capSliceRange(n,i,o),{start:r,stop:i,step:o}}capSliceRange(n,t,r){let i=t;return i<0?(i+=n,i<0&&(i=r<0?-1:0)):i>=n&&(i=r<0?n-1:n),i}slice(n,t,r,i){const o=[];if(i>0)for(let s=t;s<r;s+=i)o.push(n[s]);else for(let s=t;s>r;s+=i)o.push(n[s]);return o}},ht(2706),document.body.classList.add("ui5-content-density-compact");const $ee=(e,n)=>n[0];function Wee(e,n){if(1&e&&(an(0,"div",4),In(1),mn()),2&e){ns();const t=fh(1);Lt(),Ri(t.urlsInput.error)}}function Kee(e,n){if(1&e){const t=rh();an(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),In(3),mn(),an(4,"ui5-button",23),rr("click",function(){const i=Wl(t).$index;return Kl(ns().removeUrl(i))}),mn()()()}if(2&e){const t=n.$implicit;ns();const r=fh(1);Lt(3),Ri(t.url),Lt(),li("tooltip",$u(r.removeButton))}}function qee(e,n){if(1&e){const t=rh();an(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),In(3),mn(),an(4,"ui5-button",23),rr("click",function(){const i=Wl(t).$implicit;return Kl(ns().removeServiceProviderConfig(i[0]))}),mn()()()}if(2&e){const t=n.$implicit;ns();const r=fh(1);Lt(3),uy(" Key: ",t[0],", Value: ",t[1]," "),Lt(),li("tooltip",$u(r.removeButton))}}let Yee=(()=>{class e{constructor(){this.i18nService=J(_c),this.context=tt.required(),this.LuigiClient=tt.required(),this.texts=Mr(()=>this.readTranslations()),this.errors=Si([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=Si(!1),this.configs=Si(this.defaultConfig),this.serviceProviderConfig=Si({}),this.localDevelopmentSettings=Mr(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new $s("",{nonNullable:!0}),this.serviceProviderForm=new id({key:new $s("",{nonNullable:!0}),value:new $s("",{nonNullable:!0})})}ngOnInit(){const t=kl_read(na.DEVELOPMENT_MODE_CONFIG)||kl_read()||this.localDevelopmentSettings();this.isActive.set(t.isActive),this.configs.set(t.configs||[]),this.serviceProviderConfig.set(t.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(t){this.isValidUrl(t)?t&&!this.configs().find(r=>r.url===t)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:t}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(t){this.configs.update(r=>r.filter((i,o)=>o!==t)),this.saveDevelopmentSettings()}removeServiceProviderConfig(t){this.serviceProviderConfig.update(r=>(delete r[t],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(t,r){t&&r&&(this.serviceProviderConfig.update(i=>(i[t]=r,{...i})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(t=>!t),this.saveDevelopmentSettings()}isValidUrl(t){try{return new URL(t),!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=Li({type:e,selectors:[["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(1&r&&(an(0,"div"),dy(1),an(2,"div",0)(3,"div")(4,"div",1),In(5),mn(),an(6,"ui5-link",2),In(7),mn()(),an(8,"div",3)(9,"h4",4),In(10),mn(),an(11,"ui5-switch",5),rr("change",function(){return i.switchIsActive()}),mn()(),an(12,"div",6)(13,"h4",4),In(14),mn(),an(15,"ui5-label",7),In(16),mn(),Ha(17,"ui5-input",8),function yw(e,n,t,r,i,o,s,a){ei("NgControlFlow");const c=xe(),l=Gt();return Ba(c,l,e,n,t,r,i,Ur(l.consts,o),256,s,a),qv}(18,Wee,2,1,"div",4),an(19,"div",9)(20,"ui5-button",10),rr("click",function(){return i.addUrl(i.urlInput.value)}),In(21),mn(),an(22,"ui5-button",11),rr("click",function(){return i.urlInput.reset()}),In(23),mn()(),an(24,"div",12)(25,"ui5-list",13),Pu(26,Kee,5,3,"ui5-li-custom",14,Cw),mn()()(),an(28,"div",15)(29,"h4",4),In(30),mn(),an(31,"ui5-label",16),In(32),mn(),Ha(33,"br"),an(34,"div",17)(35,"ui5-label",16),In(36),mn(),Ha(37,"ui5-input",18)(38,"br"),an(39,"ui5-label",19),In(40),mn(),Ha(41,"ui5-input",20),mn(),an(42,"div",9)(43,"ui5-button",10),rr("click",function(){return i.addServiceProviderConfig(i.serviceProviderForm.controls.key.value,i.serviceProviderForm.controls.value.value)}),In(44),mn(),an(45,"ui5-button",11),rr("click",function(){return i.serviceProviderForm.reset()}),In(46),mn()(),an(47,"div",12)(48,"ui5-list",13),Pu(49,qee,5,4,"ui5-li-custom",14,$ee),mn()()()()()),2&r){Lt();const o=function LA(e){return E_(Gt(),xe(),kr(),e),e}(i.texts());Lt(4),Ri(o.explanation),Lt(2),jr(" ",o.link," "),Lt(3),Ri(o.isDevelopmentModeActive),Lt(),li("checked",i.isActive()),Lt(3),Ri(o.urlsInput.title),Lt(2),jr(" ",o.urlsInput.label," "),Lt(),li("formControl",i.urlInput),Lt(),function bw(e,n){ei("NgControlFlow");const t=xe(),r=Ei(),i=t[r]!==Dn?t[r]:-1,o=-1!==i?th(t,27+i):void 0;if(Wn(t,r,e)){const a=Y(null);try{if(void 0!==o&&qm(o,0),-1!==e){const c=27+e,l=th(t,c),u=Yv(t[1],c),_=null;Kc(l,$c(t,u,n,{dehydratedView:_}),0,Ma(u,_))}}finally{Y(a)}}else if(void 0!==o){const a=oD(o,0);void 0!==a&&(a[8]=n)}}(i.errors().length?18:-1),Lt(3),jr(" ",o.addButton," "),Lt(2),jr(" ",o.clearButton," "),Lt(3),Bu(i.configs()),Lt(4),jr(" ",o.serviceProviderConfig.title," "),Lt(2),jr(" ",o.serviceProviderConfig.explanation," "),Lt(2),li("formGroup",i.serviceProviderForm),Lt(2),jr(" ",o.serviceProviderConfig.keyInput.label," "),Lt(),li("placeholder",$u(o.serviceProviderConfig.keyInput.placeholder))("formControl",i.serviceProviderForm.controls.key),Lt(3),jr(" ",o.serviceProviderConfig.valueInput.label," "),Lt(),li("placeholder",$u(o.serviceProviderConfig.valueInput.placeholder))("formControl",i.serviceProviderForm.controls.value),Lt(3),jr(" ",o.addButton," "),Lt(2),jr(" ",o.clearButton," "),Lt(3),Bu(i.Object.entries(i.serviceProviderConfig()))}},dependencies:[dR,K5,j5,G5,W5,q5,lR,t5,qy,Yy,qh,Xh],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(--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,changeDetection:0})}}return e})(),uN=(()=>{class e{differs;constructor(t){this.differs=t}differ;keyValues=[];compareFn=dN;transform(t,r=dN){if(!t||!(t instanceof Map)&&"object"!=typeof t)return null;this.differ??=this.differs.find(t).create();const i=this.differ.diff(t),o=r!==this.compareFn;return i&&(this.keyValues=[],i.forEachItem(s=>{this.keyValues.push(function cne(e,n){return{key:e,value:n}}(s.key,s.currentValue))})),(i||o)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(nt(Ah,16))};static \u0275pipe=wi({name:"keyvalue",type:e,pure:!1})}return e})();function dN(e,n){const t=e.key,r=n.key;if(t===r)return 0;if(null==t)return 1;if(null==r)return-1;if("string"==typeof t&&"string"==typeof r)return t<r?-1:1;if("number"==typeof t&&"number"==typeof r)return t-r;if("boolean"==typeof t&&"boolean"==typeof r)return t<r?-1:1;const i=String(t),o=String(r);return i==o?0:i<o?-1:1}const _ne=(e,n)=>n.key;function fne(e,n){if(1&e){const t=rh();an(0,"ui5-li-custom")(1,"div",10)(2,"span"),In(3),mn(),an(4,"div",11)(5,"ui5-switch",12),rr("ui5Change",function(){const i=Wl(t).$implicit;return Kl(ns().onToggleChange(i.key))}),mn(),an(6,"ui5-button",13),rr("ui5Click",function(){const i=Wl(t).$implicit;return Kl(ns().onItemDelete(i.key))}),mn()()()()}if(2&e){const t=n.$implicit,r=ns();Lt(3),jr(" ",t.key," ");const i=r.queryParamsFeatures.includes(t.key);Lt(2),li("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)("checked",r.togglesForm.get(t.key).value),Lt(),li("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)}}let hne=(()=>{class e{constructor(){this.i18nService=J(_c),this.context=tt.required(),this.LuigiClient=tt.required(),this.togglesForm=new id({}),this.newToggleControl=new $s("",{nonNullable:!0,validators:[RG.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=Mr(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
74
74
  /**
75
75
  * @license Angular v21.2.17
76
76
  * (c) 2010-2026 Google LLC. https://angular.dev/
77
77
  * License: MIT
78
78
  */
79
- function C1(e){e||(e=re(Ci));const n=new ae(t=>{if(!e.destroyed)return e.onDestroy(t.next.bind(t));t.next()});return t=>t.pipe(function OW(e){return so((n,t)=>{Io(e).subscribe(ji(t,()=>t.complete(),se)),!t.closed&&n.subscribe(t)})}(n))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),oo(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const t=Cp_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{t[r]||(t[r]=!0)}),Object.entries(t).forEach(([r,i])=>{this.togglesForm.addControl(r,new js(i)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(Js.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(n){console.error("Error storing feature toggle settings",n)}})(t)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new js(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(t){this.togglesForm.removeControl(t)}onToggleChange(t){this.togglesForm.get(t).setValue(!this.togglesForm.get(t).value)}extractFeatureToggleValues(t){return t?new URLSearchParams(t).getAll("ft").flatMap(o=>o.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=Ni({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){1&r&&(sn(0,"div",0)(1,"div",1)(2,"div",2),Sn(3),mn(),sn(4,"ui5-link",3),Sn(5),mn()(),sn(6,"div")(7,"ui5-label",4),Sn(8),mn(),sn(9,"div",5),Ua(10,"ui5-input",6),sn(11,"ui5-button",7),nr("ui5Click",function(){return i.addToggle()}),Sn(12),mn(),sn(13,"ui5-button",8),nr("ui5Click",function(){return i.clear()}),Sn(14),mn()()(),sn(15,"ui5-list",9),Nu(16,Vee,7,6,"ui5-li-custom",null,zee),function kA(e,n){const t=$t();let r;const i=e+27;t.firstCreatePass?(r=function Y8(e,n){if(n)for(let t=n.length-1;t>=0;t--){const r=n[t];if(e===r.name)return r}}(n,t.pipeRegistry),t.data[i]=r,r.onDestroy&&(t.destroyHooks??=[]).push(i,r.onDestroy)):r=t.data[i];const o=r.factory||(r.factory=Bo(r.type)),a=si(ot);try{const c=M_(!1),l=o();return M_(c),m_(t,Oe(),i,l),l}finally{si(a)}}(18,"keyvalue"),mn()()),2&r&&(Lt(3),zr(" ",i.texts.explanation," "),Lt(2),xi(i.texts.link),Lt(3),zr(" ",i.texts.nameInputLabel," "),Lt(2),ai("formControl",i.newToggleControl),Lt(),ai("disabled",i.newToggleControl.invalid),Lt(),xi(i.texts.addButton),Lt(),ai("disabled",!i.newToggleControl.value),Lt(),xi(i.texts.clearButton),Lt(),ai("formGroup",i.togglesForm),Lt(),Ou(RA(18,9,i.togglesForm.controls)))},dependencies:[X1,z5,Uy,zy,Hh,$h,w1,x1,R1,N1,q1,M1,LM],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,changeDetection:0})}}return e})();const Hee=(e,n)=>n.title;function Gee(e,n){if(1&e&&(ci(0,"a",11)(1,"span"),Sn(2),Ki(),function N0(){Ut.lFrame.currentNamespace="svg"}(),ci(3,"svg",12),za(4,"path",13),Ki()()),2&e){const t=n.$implicit;Jf("href",t.link,nf),Lt(2),xi(t.title)}}let $ee=(()=>{class e{constructor(){this.luigiCoreService=re(Gr),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=Ni({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){1&r&&(ci(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),za(4,"img",4),ci(5,"span",5),Sn(6),Ki()(),ci(7,"div",6)(8,"h1",7),Sn(9,"Welcome! Let's get started."),Ki(),ci(10,"p"),Sn(11,"Congratulations! Your portal is running. \u{1f389}"),Ki()()(),za(12,"div",8),ci(13,"div",9)(14,"div",10),Nu(15,Gee,5,2,"a",11,Hee),Ki()()()()),2&r&&(Lt(4),Jf("src",i.logo,nf),Lt(2),xi(i.header),Lt(9),Ou(i.links))},styles:['[_nghost-%COMP%]{--bright-blue: oklch(51.01% .274 263.83);--electric-violet: oklch(53.18% .28 296.97);--french-violet: oklch(47.66% .246 305.88);--vivid-pink: oklch(69.02% .277 332.77);--hot-red: oklch(61.42% .238 15.34);--orange-red: oklch(63.32% .24 31.68);--gray-900: oklch(19.37% .006 300.98);--gray-700: oklch(36.98% .014 302.71);--gray-400: oklch(70.9% .015 304.04);--red-to-pink-to-purple-horizontal-gradient: linear-gradient(90deg, var(--orange-red) 0%, var(--vivid-pink) 50%, var(--electric-violet) 100%);--pill-accent: var(--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(--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(--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(--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;--pill-accent: var(--bright-blue);background:color-mix(in srgb,var(--pill-accent) 5%,transparent);color:var(--pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--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(--pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--pill-accent: var(--bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--pill-accent: var(--french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--pill-accent: var(--vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--pill-accent: var(--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}'],changeDetection:0})}}return e})();const PM=new ae(e=>e.complete());function qee(...e){const n=wh(e),t=function z7(e,n){return"number"==typeof My(e)?e.pop():n}(e,1/0),r=e;return r.length?1===r.length?Io(r[0]):function j5(e=1/0){return Wh(mr,e)}(t)(Ih(r,n)):PM}
79
+ function F5(e){e||(e=J(Ti));const n=new re(t=>{if(!e.destroyed)return e.onDestroy(t.next.bind(t));t.next()});return t=>t.pipe(function dK(e){return co((n,t)=>{Ao(e).subscribe(Gi(t,()=>t.complete(),ie)),!t.closed&&n.subscribe(t)})}(n))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),ao(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const t=Ip_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{t[r]||(t[r]=!0)}),Object.entries(t).forEach(([r,i])=>{this.togglesForm.addControl(r,new $s(i)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(na.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(n){console.error("Error storing feature toggle settings",n)}})(t)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new $s(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(t){this.togglesForm.removeControl(t)}onToggleChange(t){this.togglesForm.get(t).setValue(!this.togglesForm.get(t).value)}extractFeatureToggleValues(t){return t?new URLSearchParams(t).getAll("ft").flatMap(o=>o.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=Li({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){1&r&&(an(0,"div",0)(1,"div",1)(2,"div",2),In(3),mn(),an(4,"ui5-link",3),In(5),mn()(),an(6,"div")(7,"ui5-label",4),In(8),mn(),an(9,"div",5),Ha(10,"ui5-input",6),an(11,"ui5-button",7),rr("ui5Click",function(){return i.addToggle()}),In(12),mn(),an(13,"ui5-button",8),rr("ui5Click",function(){return i.clear()}),In(14),mn()()(),an(15,"ui5-list",9),Pu(16,fne,7,6,"ui5-li-custom",null,_ne),function $A(e,n){const t=Gt();let r;const i=e+27;t.firstCreatePass?(r=function Ij(e,n){if(n)for(let t=n.length-1;t>=0;t--){const r=n[t];if(e===r.name)return r}}(n,t.pipeRegistry),t.data[i]=r,r.onDestroy&&(t.destroyHooks??=[]).push(i,r.onDestroy)):r=t.data[i];const o=r.factory||(r.factory=zo(r.type)),a=ci(nt);try{const c=P_(!1),l=o();return P_(c),E_(t,xe(),i,l),l}finally{ci(a)}}(18,"keyvalue"),mn()()),2&r&&(Lt(3),jr(" ",i.texts.explanation," "),Lt(2),Ri(i.texts.link),Lt(3),jr(" ",i.texts.nameInputLabel," "),Lt(2),li("formControl",i.newToggleControl),Lt(),li("disabled",i.newToggleControl.invalid),Lt(),Ri(i.texts.addButton),Lt(),li("disabled",!i.newToggleControl.value),Lt(),Ri(i.texts.clearButton),Lt(),li("formGroup",i.togglesForm),Lt(),Bu(WA(18,9,i.togglesForm.controls)))},dependencies:[dR,t5,qy,Yy,qh,Xh,j5,G5,W5,q5,lR,K5,uN],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,changeDetection:0})}}return e})();const pne=(e,n)=>n.title;function gne(e,n){if(1&e&&(ui(0,"a",11)(1,"span"),In(2),Yi(),function qE(){Ut.lFrame.currentNamespace="svg"}(),ui(3,"svg",12),Ga(4,"path",13),Yi()()),2&e){const t=n.$implicit;ih("href",t.link,cf),Lt(2),Ri(t.title)}}let mne=(()=>{class e{constructor(){this.luigiCoreService=J(Wr),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=Li({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){1&r&&(ui(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),Ga(4,"img",4),ui(5,"span",5),In(6),Yi()(),ui(7,"div",6)(8,"h1",7),In(9,"Welcome! Let's get started."),Yi(),ui(10,"p"),In(11,"Congratulations! Your portal is running. \u{1f389}"),Yi()()(),Ga(12,"div",8),ui(13,"div",9)(14,"div",10),Pu(15,gne,5,2,"a",11,pne),Yi()()()()),2&r&&(Lt(4),ih("src",i.logo,cf),Lt(2),Ri(i.header),Lt(9),Bu(i.links))},styles:['[_nghost-%COMP%]{--bright-blue: oklch(51.01% .274 263.83);--electric-violet: oklch(53.18% .28 296.97);--french-violet: oklch(47.66% .246 305.88);--vivid-pink: oklch(69.02% .277 332.77);--hot-red: oklch(61.42% .238 15.34);--orange-red: oklch(63.32% .24 31.68);--gray-900: oklch(19.37% .006 300.98);--gray-700: oklch(36.98% .014 302.71);--gray-400: oklch(70.9% .015 304.04);--red-to-pink-to-purple-horizontal-gradient: linear-gradient(90deg, var(--orange-red) 0%, var(--vivid-pink) 50%, var(--electric-violet) 100%);--pill-accent: var(--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(--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(--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(--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;--pill-accent: var(--bright-blue);background:color-mix(in srgb,var(--pill-accent) 5%,transparent);color:var(--pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--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(--pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--pill-accent: var(--bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--pill-accent: var(--french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--pill-accent: var(--vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--pill-accent: var(--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}'],changeDetection:0})}}return e})();const _N=new re(e=>e.complete());function bne(...e){const n=Mh(e),t=function mG(e,n){return"number"==typeof Vy(e)?e.pop():n}(e,1/0),r=e;return r.length?1===r.length?Ao(r[0]):function r5(e=1/0){return Zh(vr,e)}(t)(Rh(r,n)):_N}
80
80
  /**
81
81
  * @license Angular v21.2.17
82
82
  * (c) 2010-2026 Google LLC. https://angular.dev/
83
83
  * License: MIT
84
- */const Yee={schedule(e,n){const t=setTimeout(e,n);return()=>clearTimeout(t)}};let xC;function nte(e,n,t){let r=t;return function Zee(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&n.some((i,o)=>!("*"===i||!function Qee(e,n){if(!xC){const t=Element.prototype;xC=t.matches||t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&xC.call(e,n)}(e,i)||(r=o,0))),r}class ite{componentFactory;inputMap=new Map;constructor(n,t){this.componentFactory=t.get($c).resolveComponentFactory(n);for(const r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(n){return new ote(this.componentFactory,n,this.inputMap)}}class ote{componentFactory;injector;inputMap;eventEmitters=new y1(1);events=this.eventEmitters.pipe(Z1(n=>qee(...n)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(n,t,r){this.componentFactory=n,this.injector=t,this.inputMap=r,this.ngZone=this.injector.get(Mn),this.appRef=this.injector.get(Qo),this.cdScheduler=t.get(pa),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(n){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(n)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=Yee.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null)},10))})}getInputValue(n){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(n):this.componentRef.instance[n])}setInputValue(n,t){null!==this.componentRef?this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(n)??n,t),function IP(e){return fa(e._lView)||!!(64&e._lView[2])}(this.componentRef.hostView)&&(function wP(e){zl(e._lView)}(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))}):this.initialInputValues.set(n,t)}initializeComponent(n){const t=Gn.create({providers:[],parent:this.injector}),r=function tte(e,n){const t=e.childNodes,r=n.map(()=>[]);let i=-1;n.some((o,s)=>"*"===o&&(i=s,!0));for(let o=0,s=t.length;o<s;++o){const a=t[o],c=nte(a,n,i);-1!==c&&r[c].push(a)}return r}(n,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(t,r,n),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(const[n,t]of this.initialInputValues)this.setInputValue(n,t);this.initialInputValues.clear()}initializeOutputs(n){const t=this.componentFactory.outputs.map(({propName:r,templateName:i})=>{const o=n.instance[r];return new ae(s=>{const a=o.subscribe(c=>s.next({name:i,value:c}));return()=>a.unsubscribe()})});this.eventEmitters.next(t)}runInZone(n){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(n):n()}}class ste extends HTMLElement{ngElementEventsSubscription=null}function ate(e,n){const t=function ete(e,n){return n.get($c).resolveComponentFactory(e).inputs}(e,n.injector),r=n.strategyFactory||new ite(e,n.injector),i=function Jee(e){const n={};return e.forEach(({propName:t,templateName:r,transform:i})=>{n[function Xee(e){return e.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)}(r)]=[t,i]}),n}(t);class o extends ste{injector;static observedAttributes=Object.keys(i);get ngElementStrategy(){if(!this._ngElementStrategy){const a=this._ngElementStrategy=r.create(this.injector||n.injector);t.forEach(({propName:c,transform:l})=>{if(!this.hasOwnProperty(c))return;const d=this[c];delete this[c],a.setInputValue(c,d,l)})}return this._ngElementStrategy}_ngElementStrategy;constructor(a){super(),this.injector=a}attributeChangedCallback(a,c,l,d){const[h,y]=i[a];this.ngElementStrategy.setInputValue(h,l,y)}connectedCallback(){let a=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),a=!0),this.ngElementStrategy.connect(this),a||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(a=>{const c=new CustomEvent(a.name,{detail:a.value});this.dispatchEvent(c)})}}return t.forEach(({propName:s,transform:a,isSignal:c})=>{Object.defineProperty(o.prototype,s,{get(){const l=this.ngElementStrategy.getInputValue(s);return c&&function Hf(e){return"function"==typeof e&&void 0!==e[le]}(l)?l():l},set(l){this.ngElementStrategy.setInputValue(s,l,a)},configurable:!0,enumerable:!0})}),o}const BM=()=>{const e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e},dte={provide:kv,useFactory:function ute(){const e=re(Gn);return((e,n)=>{const t=BM().split("#")[1];if(t&&e[t])((e,n)=>{const t=ate(e,{injector:n});window.Luigi._registerWebcomponent(BM(),t)})(e[t],n)})({"development-settings":TJ,"getting-started":$ee,"feature-toggle":jee},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const fte={providers:[function _Y(...e){const n=[tc,Mb,{provide:Nb,useExisting:Mb},{provide:ap,useFactory:()=>re(cR,{optional:!0})??re(lR)},{provide:Dd,useValue:dY,multi:!0}];for(const t of e)n.push(...t.\u0275providers);return Ol(n)}(),dte,function Rj(){return Qr("NgZoneless"),Ol([...dy(),[]])}()]};
84
+ */const Cne={schedule(e,n){const t=setTimeout(e,n);return()=>clearTimeout(t)}};let HC;function Ane(e,n,t){let r=t;return function Tne(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&n.some((i,o)=>!("*"===i||!function Sne(e,n){if(!HC){const t=Element.prototype;HC=t.matches||t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&HC.call(e,n)}(e,i)||(r=o,0))),r}class kne{componentFactory;inputMap=new Map;constructor(n,t){this.componentFactory=t.get(Yc).resolveComponentFactory(n);for(const r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(n){return new Rne(this.componentFactory,n,this.inputMap)}}class Rne{componentFactory;injector;inputMap;eventEmitters=new O5(1);events=this.eventEmitters.pipe(_R(n=>bne(...n)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(n,t,r){this.componentFactory=n,this.injector=t,this.inputMap=r,this.ngZone=this.injector.get(Nn),this.appRef=this.injector.get(es),this.cdScheduler=t.get(ya),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(n){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(n)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=Cne.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null)},10))})}getInputValue(n){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(n):this.componentRef.instance[n])}setInputValue(n,t){null!==this.componentRef?this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(n)??n,t),function rB(e){return ma(e._lView)||!!(64&e._lView[2])}(this.componentRef.hostView)&&(function iB(e){Gl(e._lView)}(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))}):this.initialInputValues.set(n,t)}initializeComponent(n){const t=$n.create({providers:[],parent:this.injector}),r=function wne(e,n){const t=e.childNodes,r=n.map(()=>[]);let i=-1;n.some((o,s)=>"*"===o&&(i=s,!0));for(let o=0,s=t.length;o<s;++o){const a=t[o],c=Ane(a,n,i);-1!==c&&r[c].push(a)}return r}(n,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(t,r,n),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(const[n,t]of this.initialInputValues)this.setInputValue(n,t);this.initialInputValues.clear()}initializeOutputs(n){const t=this.componentFactory.outputs.map(({propName:r,templateName:i})=>{const o=n.instance[r];return new re(s=>{const a=o.subscribe(c=>s.next({name:i,value:c}));return()=>a.unsubscribe()})});this.eventEmitters.next(t)}runInZone(n){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(n):n()}}class Mne extends HTMLElement{ngElementEventsSubscription=null}function Nne(e,n){const t=function Ine(e,n){return n.get(Yc).resolveComponentFactory(e).inputs}(e,n.injector),r=n.strategyFactory||new kne(e,n.injector),i=function Dne(e){const n={};return e.forEach(({propName:t,templateName:r,transform:i})=>{n[function Ene(e){return e.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)}(r)]=[t,i]}),n}(t);class o extends Mne{injector;static observedAttributes=Object.keys(i);get ngElementStrategy(){if(!this._ngElementStrategy){const a=this._ngElementStrategy=r.create(this.injector||n.injector);t.forEach(({propName:c,transform:l})=>{if(!this.hasOwnProperty(c))return;const u=this[c];delete this[c],a.setInputValue(c,u,l)})}return this._ngElementStrategy}_ngElementStrategy;constructor(a){super(),this.injector=a}attributeChangedCallback(a,c,l,u){const[_,g]=i[a];this.ngElementStrategy.setInputValue(_,l,g)}connectedCallback(){let a=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),a=!0),this.ngElementStrategy.connect(this),a||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(a=>{const c=new CustomEvent(a.name,{detail:a.value});this.dispatchEvent(c)})}}return t.forEach(({propName:s,transform:a,isSignal:c})=>{Object.defineProperty(o.prototype,s,{get(){const l=this.ngElementStrategy.getInputValue(s);return c&&function qf(e){return"function"==typeof e&&void 0!==e[oe]}(l)?l():l},set(l){this.ngElementStrategy.setInputValue(s,l,a)},configurable:!0,enumerable:!0})}),o}const fN=()=>{const e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e},Pne={provide:Uv,useFactory:function Fne(){const e=J($n);return((e,n)=>{const t=fN().split("#")[1];if(t&&e[t])((e,n)=>{const t=Nne(e,{injector:n});window.Luigi._registerWebcomponent(fN(),t)})(e[t],n)})({"development-settings":Yee,"getting-started":mne,"feature-toggle":hne},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const Une={providers:[function HY(...e){const n=[oc,Vb,{provide:jb,useExisting:Vb},{provide:_p,useFactory:()=>J(TR,{optional:!0})??J(SR)},{provide:Ad,useValue:jY,multi:!0}];for(const t of e)n.push(...t.\u0275providers);return Bl(n)}(),Pne,function cH(){return ei("NgZoneless"),Bl([...by(),[]])}()]};
85
85
  /**
86
86
  * @license Angular v21.2.17
87
87
  * (c) 2010-2026 Google LLC. https://angular.dev/
88
88
  * License: MIT
89
- */class UM{_doc;constructor(n){this._doc=n}manager}let kC=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return!0}addEventListener(t,r,i,o){return t.addEventListener(r,i,o),()=>this.removeEventListener(t,r,i,o)}removeEventListener(t,r,i,o){return t.removeEventListener(r,i,o)}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const RC=new Se("");let zM=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(t,r){this._zone=r,t.forEach(s=>{s.manager=this});const i=t.filter(s=>!(s instanceof kC));this._plugins=i.slice().reverse();const o=t.find(s=>s instanceof kC);o&&this._plugins.push(o)}addEventListener(t,r,i,o){return this._findPluginFor(r).addEventListener(t,r,i,o)}getZone(){return this._zone}_findPluginFor(t){let r=this._eventNameToPlugin.get(t);if(r)return r;if(r=this._plugins.find(o=>o.supports(t)),!r)throw new we(5101,!1);return this._eventNameToPlugin.set(t,r),r}static \u0275fac=function(r){return new(r||e)(wt(RC),wt(Mn))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const MC="ng-app-id";function VM(e){for(const n of e)n.remove()}function jM(e,n){const t=n.createElement("style");return t.textContent=e,t}function NC(e,n){const t=n.createElement("link");return t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),t}let HM=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(t,r,i,o={}){this.doc=t,this.appId=r,this.nonce=i,function hte(e,n,t,r){const i=e.head?.querySelectorAll(`style[${MC}="${n}"],link[${MC}="${n}"]`);if(i)for(const o of i)o.removeAttribute(MC),o instanceof HTMLLinkElement?r.set(o.href.slice(o.href.lastIndexOf("/")+1),{usage:0,elements:[o]}):o.textContent&&t.set(o.textContent,{usage:0,elements:[o]})}(t,r,this.inline,this.external),this.hosts.add(t.head)}addStyles(t,r){for(const i of t)this.addUsage(i,this.inline,jM);r?.forEach(i=>this.addUsage(i,this.external,NC))}removeStyles(t,r){for(const i of t)this.removeUsage(i,this.inline);r?.forEach(i=>this.removeUsage(i,this.external))}addUsage(t,r,i){const o=r.get(t);o?o.usage++:r.set(t,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,i(t,this.doc)))})}removeUsage(t,r){const i=r.get(t);i&&(i.usage--,i.usage<=0&&(VM(i.elements),r.delete(t)))}ngOnDestroy(){for(const[,{elements:t}]of[...this.inline,...this.external])VM(t);this.hosts.clear()}addHost(t){this.hosts.add(t);for(const[r,{elements:i}]of this.inline)i.push(this.addElement(t,jM(r,this.doc)));for(const[r,{elements:i}]of this.external)i.push(this.addElement(t,NC(r,this.doc)))}removeHost(t){this.hosts.delete(t)}addElement(t,r){return this.nonce&&r.setAttribute("nonce",this.nonce),t.appendChild(r)}static \u0275fac=function(r){return new(r||e)(wt(Vi),wt(Oc),wt(ZE,8),wt(Ug))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const OC={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"},LC=/%COMP%/g,bte=new Se("",{factory:()=>!0});function $M(e,n){return n.map(t=>t.replace(LC,e))}let WM=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;constructor(t,r,i,o,s,a,c=null,l=null){this.eventManager=t,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=s,this.ngZone=a,this.nonce=c,this.tracingService=l,this.defaultRenderer=new FC(t,s,a,this.tracingService)}createRenderer(t,r){if(!t||!r)return this.defaultRenderer;const i=this.getOrCreateRenderer(t,r);return i instanceof YM?i.applyToHost(t):i instanceof PC&&i.applyStyles(),i}getOrCreateRenderer(t,r){const i=this.rendererByCompId;let o=i.get(r.id);if(!o){const s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,d=this.removeStylesOnCompDestroy,h=this.tracingService;switch(r.encapsulation){case $i.Emulated:o=new YM(c,l,r,this.appId,d,s,a,h);break;case $i.ShadowDom:return new qM(c,t,r,s,a,this.nonce,h,l);case $i.ExperimentalIsolatedShadowDom:return new qM(c,t,r,s,a,this.nonce,h);default:o=new PC(c,l,r,d,s,a,h)}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(t){this.rendererByCompId.delete(t)}static \u0275fac=function(r){return new(r||e)(wt(zM),wt(HM),wt(Oc),wt(bte),wt(Vi),wt(Mn),wt(ZE),wt(Ia,8))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();class FC{eventManager;doc;ngZone;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(n,t,r,i){this.eventManager=n,this.doc=t,this.ngZone=r,this.tracingService=i}destroy(){}destroyNode=null;createElement(n,t){return t?this.doc.createElementNS(OC[t]||t,n):this.doc.createElement(n)}createComment(n){return this.doc.createComment(n)}createText(n){return this.doc.createTextNode(n)}appendChild(n,t){(KM(n)?n.content:n).appendChild(t)}insertBefore(n,t,r){n&&(KM(n)?n.content:n).insertBefore(t,r)}removeChild(n,t){t.remove()}selectRootElement(n,t){let r="string"==typeof n?this.doc.querySelector(n):n;if(!r)throw new we(-5104,!1);return t||(r.textContent=""),r}parentNode(n){return n.parentNode}nextSibling(n){return n.nextSibling}setAttribute(n,t,r,i){if(i){t=i+":"+t;const o=OC[i];o?n.setAttributeNS(o,t,r):n.setAttribute(t,r)}else n.setAttribute(t,r)}removeAttribute(n,t,r){if(r){const i=OC[r];i?n.removeAttributeNS(i,t):n.removeAttribute(`${r}:${t}`)}else n.removeAttribute(t)}addClass(n,t){n.classList.add(t)}removeClass(n,t){n.classList.remove(t)}setStyle(n,t,r,i){i&(ws.DashCase|ws.Important)?n.style.setProperty(t,r,i&ws.Important?"important":""):n.style[t]=r}removeStyle(n,t,r){r&ws.DashCase?n.style.removeProperty(t):n.style[t]=""}setProperty(n,t,r){null!=n&&(n[t]=r)}setValue(n,t){n.nodeValue=t}listen(n,t,r,i){if("string"==typeof n&&!(n=Us().getGlobalEventTarget(this.doc,n)))throw new we(5102,!1);let o=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(o=this.tracingService.wrapEventListener(n,t,o)),this.eventManager.addEventListener(n,t,o,i)}decoratePreventDefault(n){return t=>{if("__ngUnwrap__"===t)return n;!1===n(t)&&t.preventDefault()}}}function KM(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class qM extends FC{hostEl;sharedStylesHost;shadowRoot;constructor(n,t,r,i,o,s,a,c){super(n,i,o,a),this.hostEl=t,this.sharedStylesHost=c,this.shadowRoot=t.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let l=r.styles;l=$M(r.id,l);for(const h of l){const y=document.createElement("style");s&&y.setAttribute("nonce",s),y.textContent=h,this.shadowRoot.appendChild(y)}const d=r.getExternalStyles?.();if(d)for(const h of d){const y=NC(h,i);s&&y.setAttribute("nonce",s),this.shadowRoot.appendChild(y)}}nodeOrShadowRoot(n){return n===this.hostEl?this.shadowRoot:n}appendChild(n,t){return super.appendChild(this.nodeOrShadowRoot(n),t)}insertBefore(n,t,r){return super.insertBefore(this.nodeOrShadowRoot(n),t,r)}removeChild(n,t){return super.removeChild(null,t)}parentNode(n){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(n)))}destroy(){this.sharedStylesHost&&this.sharedStylesHost.removeHost(this.shadowRoot)}}class PC extends FC{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(n,t,r,i,o,s,a,c){super(n,o,s,a),this.sharedStylesHost=t,this.removeStylesOnCompDestroy=i;let l=r.styles;this.styles=c?$M(c,l):l,this.styleUrls=r.getExternalStyles?.(c)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===Sa.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class YM extends PC{contentAttr;hostAttr;constructor(n,t,r,i,o,s,a,c){const l=i+"-"+r.id;super(n,t,r,o,s,a,c,l),this.contentAttr=function Cte(e){return"_ngcontent-%COMP%".replace(LC,e)}(l),this.hostAttr=function Ete(e){return"_nghost-%COMP%".replace(LC,e)}(l)}applyToHost(n){this.applyStyles(),this.setAttribute(n,this.hostAttr,"")}createElement(n,t){const r=super.createElement(n,t);return super.setAttribute(r,this.contentAttr,""),r}}
89
+ */class hN{_doc;constructor(n){this._doc=n}manager}let GC=(()=>{class e extends hN{constructor(t){super(t)}supports(t){return!0}addEventListener(t,r,i,o){return t.addEventListener(r,i,o),()=>this.removeEventListener(t,r,i,o)}removeEventListener(t,r,i,o){return t.removeEventListener(r,i,o)}static \u0275fac=function(r){return new(r||e)(Dt(Hi))};static \u0275prov=Xe({token:e,factory:e.\u0275fac})}return e})();const $C=new Te("");let pN=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(t,r){this._zone=r,t.forEach(s=>{s.manager=this});const i=t.filter(s=>!(s instanceof GC));this._plugins=i.slice().reverse();const o=t.find(s=>s instanceof GC);o&&this._plugins.push(o)}addEventListener(t,r,i,o){return this._findPluginFor(r).addEventListener(t,r,i,o)}getZone(){return this._zone}_findPluginFor(t){let r=this._eventNameToPlugin.get(t);if(r)return r;if(r=this._plugins.find(o=>o.supports(t)),!r)throw new De(5101,!1);return this._eventNameToPlugin.set(t,r),r}static \u0275fac=function(r){return new(r||e)(Dt($C),Dt(Nn))};static \u0275prov=Xe({token:e,factory:e.\u0275fac})}return e})();const WC="ng-app-id";function gN(e){for(const n of e)n.remove()}function mN(e,n){const t=n.createElement("style");return t.textContent=e,t}function KC(e,n){const t=n.createElement("link");return t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),t}let vN=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(t,r,i,o={}){this.doc=t,this.appId=r,this.nonce=i,function zne(e,n,t,r){const i=e.head?.querySelectorAll(`style[${WC}="${n}"],link[${WC}="${n}"]`);if(i)for(const o of i)o.removeAttribute(WC),o instanceof HTMLLinkElement?r.set(o.href.slice(o.href.lastIndexOf("/")+1),{usage:0,elements:[o]}):o.textContent&&t.set(o.textContent,{usage:0,elements:[o]})}(t,r,this.inline,this.external),this.hosts.add(t.head)}addStyles(t,r){for(const i of t)this.addUsage(i,this.inline,mN);r?.forEach(i=>this.addUsage(i,this.external,KC))}removeStyles(t,r){for(const i of t)this.removeUsage(i,this.inline);r?.forEach(i=>this.removeUsage(i,this.external))}addUsage(t,r,i){const o=r.get(t);o?o.usage++:r.set(t,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,i(t,this.doc)))})}removeUsage(t,r){const i=r.get(t);i&&(i.usage--,i.usage<=0&&(gN(i.elements),r.delete(t)))}ngOnDestroy(){for(const[,{elements:t}]of[...this.inline,...this.external])gN(t);this.hosts.clear()}addHost(t){this.hosts.add(t);for(const[r,{elements:i}]of this.inline)i.push(this.addElement(t,mN(r,this.doc)));for(const[r,{elements:i}]of this.external)i.push(this.addElement(t,KC(r,this.doc)))}removeHost(t){this.hosts.delete(t)}addElement(t,r){return this.nonce&&r.setAttribute("nonce",this.nonce),t.appendChild(r)}static \u0275fac=function(r){return new(r||e)(Dt(Hi),Dt(Bc),Dt(_T,8),Dt(qg))};static \u0275prov=Xe({token:e,factory:e.\u0275fac})}return e})();const qC={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"},YC=/%COMP%/g,Wne=new Te("",{factory:()=>!0});function bN(e,n){return n.map(t=>t.replace(YC,e))}let CN=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;constructor(t,r,i,o,s,a,c=null,l=null){this.eventManager=t,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=s,this.ngZone=a,this.nonce=c,this.tracingService=l,this.defaultRenderer=new XC(t,s,a,this.tracingService)}createRenderer(t,r){if(!t||!r)return this.defaultRenderer;const i=this.getOrCreateRenderer(t,r);return i instanceof SN?i.applyToHost(t):i instanceof ZC&&i.applyStyles(),i}getOrCreateRenderer(t,r){const i=this.rendererByCompId;let o=i.get(r.id);if(!o){const s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,u=this.removeStylesOnCompDestroy,_=this.tracingService;switch(r.encapsulation){case Ki.Emulated:o=new SN(c,l,r,this.appId,u,s,a,_);break;case Ki.ShadowDom:return new TN(c,t,r,s,a,this.nonce,_,l);case Ki.ExperimentalIsolatedShadowDom:return new TN(c,t,r,s,a,this.nonce,_);default:o=new ZC(c,l,r,u,s,a,_)}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(t){this.rendererByCompId.delete(t)}static \u0275fac=function(r){return new(r||e)(Dt(pN),Dt(vN),Dt(Bc),Dt(Wne),Dt(Hi),Dt(Nn),Dt(_T),Dt(ka,8))};static \u0275prov=Xe({token:e,factory:e.\u0275fac})}return e})();class XC{eventManager;doc;ngZone;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(n,t,r,i){this.eventManager=n,this.doc=t,this.ngZone=r,this.tracingService=i}destroy(){}destroyNode=null;createElement(n,t){return t?this.doc.createElementNS(qC[t]||t,n):this.doc.createElement(n)}createComment(n){return this.doc.createComment(n)}createText(n){return this.doc.createTextNode(n)}appendChild(n,t){(EN(n)?n.content:n).appendChild(t)}insertBefore(n,t,r){n&&(EN(n)?n.content:n).insertBefore(t,r)}removeChild(n,t){t.remove()}selectRootElement(n,t){let r="string"==typeof n?this.doc.querySelector(n):n;if(!r)throw new De(-5104,!1);return t||(r.textContent=""),r}parentNode(n){return n.parentNode}nextSibling(n){return n.nextSibling}setAttribute(n,t,r,i){if(i){t=i+":"+t;const o=qC[i];o?n.setAttributeNS(o,t,r):n.setAttribute(t,r)}else n.setAttribute(t,r)}removeAttribute(n,t,r){if(r){const i=qC[r];i?n.removeAttributeNS(i,t):n.removeAttribute(`${r}:${t}`)}else n.removeAttribute(t)}addClass(n,t){n.classList.add(t)}removeClass(n,t){n.classList.remove(t)}setStyle(n,t,r,i){i&(ks.DashCase|ks.Important)?n.style.setProperty(t,r,i&ks.Important?"important":""):n.style[t]=r}removeStyle(n,t,r){r&ks.DashCase?n.style.removeProperty(t):n.style[t]=""}setProperty(n,t,r){null!=n&&(n[t]=r)}setValue(n,t){n.nodeValue=t}listen(n,t,r,i){if("string"==typeof n&&!(n=js().getGlobalEventTarget(this.doc,n)))throw new De(5102,!1);let o=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(o=this.tracingService.wrapEventListener(n,t,o)),this.eventManager.addEventListener(n,t,o,i)}decoratePreventDefault(n){return t=>{if("__ngUnwrap__"===t)return n;!1===n(t)&&t.preventDefault()}}}function EN(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class TN extends XC{hostEl;sharedStylesHost;shadowRoot;constructor(n,t,r,i,o,s,a,c){super(n,i,o,a),this.hostEl=t,this.sharedStylesHost=c,this.shadowRoot=t.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let l=r.styles;l=bN(r.id,l);for(const _ of l){const g=document.createElement("style");s&&g.setAttribute("nonce",s),g.textContent=_,this.shadowRoot.appendChild(g)}const u=r.getExternalStyles?.();if(u)for(const _ of u){const g=KC(_,i);s&&g.setAttribute("nonce",s),this.shadowRoot.appendChild(g)}}nodeOrShadowRoot(n){return n===this.hostEl?this.shadowRoot:n}appendChild(n,t){return super.appendChild(this.nodeOrShadowRoot(n),t)}insertBefore(n,t,r){return super.insertBefore(this.nodeOrShadowRoot(n),t,r)}removeChild(n,t){return super.removeChild(null,t)}parentNode(n){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(n)))}destroy(){this.sharedStylesHost&&this.sharedStylesHost.removeHost(this.shadowRoot)}}class ZC extends XC{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(n,t,r,i,o,s,a,c){super(n,o,s,a),this.sharedStylesHost=t,this.removeStylesOnCompDestroy=i;let l=r.styles;this.styles=c?bN(c,l):l,this.styleUrls=r.getExternalStyles?.(c)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===xa.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class SN extends ZC{contentAttr;hostAttr;constructor(n,t,r,i,o,s,a,c){const l=i+"-"+r.id;super(n,t,r,o,s,a,c,l),this.contentAttr=function Kne(e){return"_ngcontent-%COMP%".replace(YC,e)}(l),this.hostAttr=function qne(e){return"_nghost-%COMP%".replace(YC,e)}(l)}applyToHost(n){this.applyStyles(),this.setAttribute(n,this.hostAttr,"")}createElement(n,t){const r=super.createElement(n,t);return super.setAttribute(r,this.contentAttr,""),r}}
90
90
  /**
91
91
  * @license Angular v21.2.17
92
92
  * (c) 2010-2026 Google LLC. https://angular.dev/
93
93
  * License: MIT
94
94
  */
95
- class BC extends K7{supportsDOMEvents=!0;static makeCurrent(){!function W7(e){Bk??=e}(new BC)}onAndCancel(n,t,r,i){return n.addEventListener(t,r,i),()=>{n.removeEventListener(t,r,i)}}dispatchEvent(n,t){n.dispatchEvent(t)}remove(n){n.remove()}createElement(n,t){return(t=t||this.getDefaultDocument()).createElement(n)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(n){return n.nodeType===Node.ELEMENT_NODE}isShadowRoot(n){return n instanceof DocumentFragment}getGlobalEventTarget(n,t){return"window"===t?window:"document"===t?n:"body"===t?n.body:null}getBaseHref(n){const t=function Ite(){return Vd=Vd||document.head.querySelector("base"),Vd?Vd.getAttribute("href"):null}();return null==t?null:function wte(e){return new URL(e,document.baseURI).pathname}(t)}resetBaseElement(){Vd=null}getUserAgent(){return window.navigator.userAgent}getCookie(n){return Q1(document.cookie,n)}}let Vd=null,xte=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const XM=["alt","control","meta","shift"],kte={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},Rte={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let Mte=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return null!=e.parseEventName(t)}addEventListener(t,r,i,o){const s=e.parseEventName(r),a=e.eventCallback(s.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Us().onAndCancel(t,s.domEventName,a,o))}static parseEventName(t){const r=t.toLowerCase().split("."),i=r.shift();if(0===r.length||"keydown"!==i&&"keyup"!==i)return null;const o=e._normalizeKey(r.pop());let s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),XM.forEach(l=>{const d=r.indexOf(l);d>-1&&(r.splice(d,1),s+=l+".")}),s+=o,0!=r.length||0===o.length)return null;const c={};return c.domEventName=i,c.fullKey=s,c}static matchEventFullKeyCode(t,r){let i=kte[t.key]||t.key,o="";return r.indexOf("code.")>-1&&(i=t.code,o="code."),!(null==i||!i)&&(i=i.toLowerCase()," "===i?i="space":"."===i&&(i="dot"),XM.forEach(s=>{s!==i&&(0,Rte[s])(t)&&(o+=s+".")}),o+=i,o===r)}static eventCallback(t,r,i){return o=>{e.matchEventFullKeyCode(o,t)&&i.runGuarded(()=>r(o))}}static _normalizeKey(t){return"esc"===t?"escape":t}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();function zC(){return zC=(0,Ct.A)(function*(e,n){return R6(function ZM(e,n){return{platformRef:n?.platformRef,appProviders:[...Ute,...e?.providers??[]],platformProviders:Pte}}(e,n))}),zC.apply(this,arguments)}const Pte=[{provide:Ug,useValue:"browser"},{provide:XE,useValue:function Ote(){BC.makeCurrent()},multi:!0},{provide:Vi,useFactory:function Fte(){return function PL(e){Bg=e}(document),document}}],Ute=[{provide:a_,useValue:"root"},{provide:Dc,useFactory:function Lte(){return new Dc}},{provide:RC,useClass:kC,multi:!0},{provide:RC,useClass:Mte,multi:!0},WM,HM,zM,{provide:kf,useExisting:WM},{provide:J1,useClass:xte},[]];(function Nte(){return zC.apply(this,arguments)})(fte).catch(e=>console.error(e))})()})();
95
+ class QC extends SG{supportsDOMEvents=!0;static makeCurrent(){!function TG(e){Jk??=e}(new QC)}onAndCancel(n,t,r,i){return n.addEventListener(t,r,i),()=>{n.removeEventListener(t,r,i)}}dispatchEvent(n,t){n.dispatchEvent(t)}remove(n){n.remove()}createElement(n,t){return(t=t||this.getDefaultDocument()).createElement(n)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(n){return n.nodeType===Node.ELEMENT_NODE}isShadowRoot(n){return n instanceof DocumentFragment}getGlobalEventTarget(n,t){return"window"===t?window:"document"===t?n:"body"===t?n.body:null}getBaseHref(n){const t=function Qne(){return Wd=Wd||document.head.querySelector("base"),Wd?Wd.getAttribute("href"):null}();return null==t?null:function Jne(e){return new URL(e,document.baseURI).pathname}(t)}resetBaseElement(){Wd=null}getUserAgent(){return window.navigator.userAgent}getCookie(n){return fR(document.cookie,n)}}let Wd=null,tre=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Xe({token:e,factory:e.\u0275fac})}return e})();const DN=["alt","control","meta","shift"],nre={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},rre={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let ire=(()=>{class e extends hN{constructor(t){super(t)}supports(t){return null!=e.parseEventName(t)}addEventListener(t,r,i,o){const s=e.parseEventName(r),a=e.eventCallback(s.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>js().onAndCancel(t,s.domEventName,a,o))}static parseEventName(t){const r=t.toLowerCase().split("."),i=r.shift();if(0===r.length||"keydown"!==i&&"keyup"!==i)return null;const o=e._normalizeKey(r.pop());let s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),DN.forEach(l=>{const u=r.indexOf(l);u>-1&&(r.splice(u,1),s+=l+".")}),s+=o,0!=r.length||0===o.length)return null;const c={};return c.domEventName=i,c.fullKey=s,c}static matchEventFullKeyCode(t,r){let i=nre[t.key]||t.key,o="";return r.indexOf("code.")>-1&&(i=t.code,o="code."),!(null==i||!i)&&(i=i.toLowerCase()," "===i?i="space":"."===i&&(i="dot"),DN.forEach(s=>{s!==i&&(0,rre[s])(t)&&(o+=s+".")}),o+=i,o===r)}static eventCallback(t,r,i){return o=>{e.matchEventFullKeyCode(o,t)&&i.runGuarded(()=>r(o))}}static _normalizeKey(t){return"esc"===t?"escape":t}static \u0275fac=function(r){return new(r||e)(Dt(Hi))};static \u0275prov=Xe({token:e,factory:e.\u0275fac})}return e})();function eE(){return eE=(0,bt.A)(function*(e,n){return c7(function IN(e,n){return{platformRef:n?.platformRef,appProviders:[...dre,...e?.providers??[]],platformProviders:lre}}(e,n))}),eE.apply(this,arguments)}const lre=[{provide:qg,useValue:"browser"},{provide:dT,useValue:function sre(){QC.makeCurrent()},multi:!0},{provide:Hi,useFactory:function cre(){return function hL(e){Kg=e}(document),document}}],dre=[{provide:__,useValue:"root"},{provide:Ac,useFactory:function are(){return new Ac}},{provide:$C,useClass:GC,multi:!0},{provide:$C,useClass:ire,multi:!0},CN,vN,pN,{provide:Lf,useExisting:CN},{provide:hR,useClass:tre},[]];(function ore(){return eE.apply(this,arguments)})(Une).catch(e=>console.error(e))})()})();