@openmfp/portal-ui-lib 0.192.53 → 0.193.0
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,10 +1,10 @@
|
|
|
1
|
-
(()=>{var ge,cb={9272(ge){var h;self,h=()=>(()=>{"use strict";var W={d:(b,T)=>{for(var S in T)W.o(T,S)&&!W.o(b,S)&&Object.defineProperty(b,S,{enumerable:!0,get:T[S]})},o:(b,T)=>Object.prototype.hasOwnProperty.call(b,T)},h={};function m(b,T){if(!(b instanceof T))throw new TypeError("Cannot call a class as a function")}function E(b){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})(b)}function A(b){var T=function(S){if("object"!=E(S)||!S)return S;var L=S[Symbol.toPrimitive];if(void 0!==L){var ee=L.call(S,"string");if("object"!=E(ee))return ee;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(S)}(b);return"symbol"==E(T)?T:T+""}function C(b,T){for(var S=0;S<T.length;S++){var L=T[S];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(b,A(L.key),L)}}function B(b,T,S){return T&&C(b.prototype,T),S&&C(b,S),Object.defineProperty(b,"prototype",{writable:!1}),b}function U(b,T,S){return(T=A(T))in b?Object.defineProperty(b,T,{value:S,enumerable:!0,configurable:!0,writable:!0}):b[T]=S,b}W.d(h,{default:()=>j});var M=new(B(function b(){m(this,b)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(b){return b&&"[object Function]"==={}.toString.call(b)}},{key:"isPromise",value:function(b){return b&&this.isFunction(b.then)}},{key:"isObject",value:function(b){return b&&"object"===E(b)&&!Array.isArray(b)}},{key:"deepMerge",value:function(b){for(var T=arguments.length,S=new Array(T>1?T-1:0),L=1;L<T;L++)S[L-1]=arguments[L];if(!S.length)return b;var ee=S.shift();if(this.isObject(b)&&this.isObject(ee))for(var V in ee)this.isObject(ee[V])?(b[V]||Object.assign(b,U({},V,{})),this.deepMerge(b[V],ee[V])):Object.assign(b,U({},V,ee[V]));return this.deepMerge.apply(this,[b].concat(S))}},{key:"prependOrigin",value:function(b){if(b.startsWith("http"))return b;var T=b.startsWith("/");return b.length?window.location.origin+(T?"":"/")+b:window.location.origin}}])),j=B(function b(){var T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m(this,b);var S={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},L=M.deepMerge(S,T);this.settings=L},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(b){var T=b.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(T))}},{key:"userInfo",value:function(){var b=this;return new Promise(function(T,S){var L=b.getAuthData(),ee=b.parseIdToken(L.idToken);T({email:ee.email?ee.email:"",name:ee.name?ee.name:""})})}},{key:"login",value:function(){var b=this;return new Promise(function(T,S){var L=b.settings,ee=L.nonceFn&&L.nonceFn()||b.generateNonce();sessionStorage.setItem("luigi.nonceValue",ee),L.oAuthData.nonce||(L.oAuthData.nonce=ee);var V=function(F,ne){return Object.assign(document.createElement("input"),{name:F,id:F,value:ne,type:"hidden"})},K=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="+ee),L.oAuthData){var H=V(te,L.oAuthData[te]);K.appendChild(H.cloneNode())}document.getElementsByTagName("body")[0].appendChild(K),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(F){console.info("load, e",F,b)})})}},{key:"logout",value:function(b,T){var S=this.settings,L="".concat(S.logoutUrl,"?id_token_hint=").concat(b.idToken,"&client_id=").concat(S.oAuthData.client_id,"&post_logout_redirect_uri=").concat(M.prependOrigin(S.post_logout_redirect_uri));T&&T(),setTimeout(function(){window.location.href=L})}},{key:"setTokenExpirationAction",value:function(){var b=this;this.expirationCheckIntervalInstance=setInterval(function(){var T=b.getAuthData();if(!T)return clearInterval(b.expirationCheckIntervalInstance);if((T&&T.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(b.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var S="".concat(b.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(M.prependOrigin(b.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",b.settings,void 0,S)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var b=this,T=1e3*this.settings.accessTokenExpiringNotificationTime,S=1e3*this.settings.expirationCheckInterval,L=this.getAuthData();L&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(L&&L.accessTokenExpirationDate||0)-(new Date).getTime()<T&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",b.settings),clearInterval(b.expirationSoonCheckIntervalInstance))},S))}},{key:"generateNonce",value:function(){var b=window.crypto;return Array.from(b.getRandomValues(new Uint8Array(20))).map(function(T){for(;T>=61*Math.floor(256/61);)T=b.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 h.default})(),ge.exports=h()},7866(ge,W){!function(h){"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 A(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===A(u[v],_[v]))return!1;return!0}if(!0===E(u)){var k={};for(var O in u)if(hasOwnProperty.call(u,O)){if(!1===A(u[O],_[O]))return!1;k[O]=!0}for(var Z in _)if(hasOwnProperty.call(_,Z)&&!0!==k[Z])return!1;return!0}return!1}function C(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 M;M="function"==typeof String.prototype.trimLeft?function(u){return u.trimLeft()}:function(u){return u.match(/^\s*(.*)/)[1]};var j=0,T=2,F={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",9:"Array<string>"},Q="UnquotedIdentifier",ce="QuotedIdentifier",X="Rbracket",le="Rparen",ae="Comma",ve="Colon",Pe="Rbrace",xe="Number",Ee="Current",Ie="Expref",me="Pipe",Ge="GTE",$e="LTE",Xe="Flatten",Ae="Star",at="Filter",Oe="Dot",Ve="Lbrace",Y="Lbracket",ye="Lparen",lt="Literal",We={".":Oe,"*":Ae,",":ae,":":ve,"{":Ve,"}":Pe,"]":X,"(":ye,")":le,"@":Ee},Et={"<":!0,">":!0,"=":!0,"!":!0},_t={" ":!0,"\t":!0,"\n":!0};function St(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||"_"===u}function sn(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 wt(){}wt.prototype={tokenize:function(u){var p,v,k,_=[];for(this._current=0;this._current<u.length;)if(St(u[this._current]))p=this._current,v=this._consumeUnquotedIdentifier(u),_.push({type:Q,value:v,start:p});else if(void 0!==We[u[this._current]])_.push({type:We[u[this._current]],value:u[this._current],start:this._current}),this._current++;else if(sn(u[this._current]))k=this._consumeNumber(u),_.push(k);else if("["===u[this._current])k=this._consumeLBracket(u),_.push(k);else if('"'===u[this._current])p=this._current,v=this._consumeQuotedIdentifier(u),_.push({type:ce,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&>(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;sn(u[this._current])&&this._current<p;)this._current++;var v=parseInt(u.slice(_,this._current));return{type:xe,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:$e,value:"<=",start:_}):{type:"LT",value:"<",start:_}:">"===p?"="===u[this._current]?(this._current++,{type:Ge,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 k=this._current;"\\"!==u[k]||"\\"!==u[k+1]&&"`"!==u[k+1]?k++:k+=2,this._current=k}var O=M(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 Le={};function Qe(){}function N(u){this.runtime=u}function $(u){this._interpreter=u,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[j]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[j]}]},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:[j]}]},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}]}}}Le.EOF=0,Le[Q]=0,Le[ce]=0,Le[X]=0,Le[le]=0,Le[ae]=0,Le[Pe]=0,Le[xe]=0,Le[Ee]=0,Le[Ie]=0,Le[me]=1,Le.Or=2,Le.And=3,Le.EQ=5,Le.GT=5,Le.LT=5,Le[Ge]=5,Le[$e]=5,Le.NE=5,Le[Xe]=9,Le[Ae]=20,Le[at]=21,Le[Oe]=40,Le.Not=45,Le[Ve]=50,Le[Y]=55,Le[ye]=60,Qe.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 wt).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<Le[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 Q:return{type:"Field",name:u.value};case ce:var k={type:"Field",name:u.value};if(this._lookahead(0)===ye)throw new Error("Quoted identifier not allowed for function names.");return k;case"Not":return{type:"NotExpression",children:[p=this.expression(Le.Not)]};case Ae:return p=null,{type:"ValueProjection",children:[{type:"Identity"},p=this._lookahead(0)===X?{type:"Identity"}:this._parseProjectionRHS(Le.Star)]};case at:return this.led(u.type,{type:"Identity"});case Ve:return this._parseMultiselectHash();case Xe:return{type:"Projection",children:[{type:Xe,children:[{type:"Identity"}]},p=this._parseProjectionRHS(Le.Flatten)]};case Y:return this._lookahead(0)===xe||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(Le.Star)]}):this._parseMultiselectList();case Ee:return{type:Ee};case Ie:return{type:"ExpressionReference",children:[v=this.expression(Le.Expref)]};case ye:for(var O=[];this._lookahead(0)!==le;)this._lookahead(0)===Ee?(v={type:Ee},this._advance()):v=this.expression(0),O.push(v);return this._match(le),O[0];default:this._errorToken(u)}},led:function(u,_){var p;switch(u){case Oe:var v=Le.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(Le.Pipe),{type:me,children:[_,p]};case"Or":return{type:"OrExpression",children:[_,p=this.expression(Le.Or)]};case"And":return{type:"AndExpression",children:[_,p=this.expression(Le.And)]};case ye:for(var Z,k=_.name,O=[];this._lookahead(0)!==le;)this._lookahead(0)===Ee?(Z={type:Ee},this._advance()):Z=this.expression(0),this._lookahead(0)===ae&&this._match(ae),O.push(Z);return this._match(le),{type:"Function",name:k,children:O};case at:var Re=this.expression(0);return this._match(X),{type:"FilterProjection",children:[_,p=this._lookahead(0)===Xe?{type:"Identity"}:this._parseProjectionRHS(Le.Filter),Re]};case Xe:return{type:"Projection",children:[{type:Xe,children:[_]},this._parseProjectionRHS(Le.Flatten)]};case"EQ":case"NE":case"GT":case Ge:case"LT":case $e:return this._parseComparator(_,u);case Y:var Ze=this._lookaheadToken(0);return Ze.type===xe||Ze.type===ve?(p=this._parseIndexExpression(),this._projectIfSlice(_,p)):(this._match(Ae),this._match(X),{type:"Projection",children:[_,p=this._parseProjectionRHS(Le.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(Le.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!==xe){var v=this._lookahead(0),k=new Error("Syntax error, unexpected token: "+v.value+"("+v.type+")");throw k.name="Parsererror",k}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(Le[_])]}},_parseDotRHS:function(u){var _=this._lookahead(0);return[Q,ce,Ae].indexOf(_)>=0?this.expression(u):_===Y?(this._match(Y),this._parseMultiselectList()):_===Ve?(this._match(Ve),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(u){var _;if(Le[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)!==Oe){var p=this._lookaheadToken(0),v=new Error("Sytanx error, unexpected token: "+p.value+"("+p.type+")");throw v.name="ParserError",v}this._match(Oe),_=this._parseDotRHS(u)}return _},_parseMultiselectList:function(){for(var u=[];this._lookahead(0)!==X;){var _=this.expression(0);if(u.push(_),this._lookahead(0)===ae&&(this._match(ae),this._lookahead(0)===X))throw new Error("Unexpected token Rbracket")}return this._match(X),{type:"MultiSelectList",children:u}},_parseMultiselectHash:function(){for(var p,v,k,u=[],_=[Q,ce];;){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),k=this.expression(0),u.push({type:"KeyValuePair",name:v,value:k}),this._lookahead(0)===ae)this._match(ae);else if(this._lookahead(0)===Pe){this._match(Pe);break}}return{type:"MultiSelectHash",children:u}}},N.prototype={search:function(u,_){return this.visit(u,_)},visit:function(u,_){var p,v,k,O,Z,re,Re,g,Ze;switch(u.type){case"Field":return null!==_&&E(_)?void 0===(re=_[u.name])?null:re:null;case"Subexpression":for(k=this.visit(u.children[0],_),Ze=1;Ze<u.children.length;Ze++)if(null===(k=this.visit(u.children[1],k)))return null;return k;case"IndexExpression":return Re=this.visit(u.children[0],_),this.visit(u.children[1],Re);case"Index":if(!m(_))return null;var Se=u.value;return Se<0&&(Se=_.length+Se),void 0===(k=_[Se])&&(k=null),k;case"Slice":if(!m(_))return null;var Gt=u.children.slice(0),w=this.computeSliceParams(_.length,Gt),x=w[0],ie=w[1],be=w[2];if(k=[],be>0)for(Ze=x;Ze<ie;Ze+=be)k.push(_[Ze]);else for(Ze=x;Ze>ie;Ze+=be)k.push(_[Ze]);return k;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 ue=function B(u){for(var _=Object.keys(u),p=[],v=0;v<_.length;v++)p.push(u[_[v]]);return p}(he);for(Ze=0;Ze<ue.length;Ze++)null!==(v=this.visit(u.children[1],ue[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++)C(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":k=A(O,Z);break;case"NE":k=!A(O,Z);break;case"GT":k=O>Z;break;case Ge:k=O>=Z;break;case"LT":k=O<Z;break;case $e:k=O<=Z;break;default:throw new Error("Unknown comparator: "+u.name)}return k;case Xe:var vt=this.visit(u.children[0],_);if(!m(vt))return null;var Pt=[];for(Ze=0;Ze<vt.length;Ze++)m(v=vt[Ze])?Pt.push.apply(Pt,v):Pt.push(v);return Pt;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 ke;for(g={},Ze=0;Ze<u.children.length;Ze++)g[(ke=u.children[Ze]).name]=this.visit(ke.value,_);return g;case"OrExpression":return C(p=this.visit(u.children[0],_))&&(p=this.visit(u.children[1],_)),p;case"AndExpression":return!0===C(O=this.visit(u.children[0],_))?O:this.visit(u.children[1],_);case"NotExpression":return C(O=this.visit(u.children[0],_));case"Literal":return u.value;case me:return Re=this.visit(u.children[0],_),this.visit(u.children[1],Re);case Ee:return _;case"Function":var Yt=[];for(Ze=0;Ze<u.children.length;Ze++)Yt.push(this.visit(u.children[Ze],_));return this.runtime.callFunction(u.name,Yt);case"ExpressionReference":var It=u.children[0];return It.jmespathType=Ie,It;default:throw new Error("Unknown node type: "+u.type)}},computeSliceParams:function(u,_){var p=_[0],v=_[1],k=_[2],O=[null,null,null];if(null===k)k=1;else if(0===k){var Z=new Error("Invalid slice, step cannot be 0");throw Z.name="RuntimeError",Z}var re=k<0;return p=null===p?re?u-1:0:this.capSliceRange(u,p,k),v=null===v?re?-1:u:this.capSliceRange(u,v,k),O[0]=p,O[1]=v,O[2]=k,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 k,O,Z,re=0;re<p.length;re++){Z=!1,k=p[re].types,O=this._getTypeName(_[re]);for(var Re=0;Re<k.length;Re++)if(this._typeMatches(O,k[Re],_[re])){Z=!0;break}if(!Z){var rt=k.map(function(g){return F[g]}).join(",");throw new Error("TypeError: "+u+"() expected argument "+(re+1)+" to be type "+rt+" but received type "+F[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=j:9===_&&(v=T);for(var k=0;k<p.length;k++)if(!this._typeMatches(this._getTypeName(p[k]),v,p[k]))return!1;return!0}},_getTypeName:function(u){switch(Object.prototype.toString.call(u)){case"[object String]":return T;case"[object Number]":return j;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="",k=p.length-1;k>=0;k--)v+=p[k];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],k=u[1],O=0;O<k.length;O++)_.push(p.visit(v,k[O]));return _},_functionMerge:function(u){for(var _={},p=0;p<u.length;p++){var v=u[p];for(var k in v)_[k]=v[k]}return _},_functionMax:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===j)return Math.max.apply(Math,u[0]);for(var p=u[0],v=p[0],k=1;k<p.length;k++)v.localeCompare(p[k])<0&&(v=p[k]);return v}return null},_functionMin:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===j)return Math.min.apply(Math,u[0]);for(var p=u[0],v=p[0],k=1;k<p.length;k++)p[k].localeCompare(v)<0&&(v=p[k]);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 j: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=[],k=0;k<p.length;k++)v.push(_[p[k]]);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 _===j?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],k=this._getTypeName(p.visit(v,_[0]));if([j,T].indexOf(k)<0)throw new Error("TypeError");for(var O=this,Z=[],re=0;re<_.length;re++)Z.push([re,_[re]]);Z.sort(function(rt,g){var Ze=p.visit(v,rt[1]),Se=p.visit(v,g[1]);if(O._getTypeName(Ze)!==k)throw new Error("TypeError: expected "+k+", received "+O._getTypeName(Ze));if(O._getTypeName(Se)!==k)throw new Error("TypeError: expected "+k+", received "+O._getTypeName(Se));return Ze>Se?1:Ze<Se?-1:rt[0]-g[0]});for(var Re=0;Re<Z.length;Re++)_[Re]=Z[Re][1];return _},_functionMaxBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[j,T]),k=-1/0,re=0;re<p.length;re++)(Z=v(p[re]))>k&&(k=Z,O=p[re]);return O},_functionMinBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[j,T]),k=1/0,re=0;re<p.length;re++)(Z=v(p[re]))<k&&(k=Z,O=p[re]);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 re="TypeError: expected one of "+_+", received "+p._getTypeName(Z);throw new Error(re)}return Z}}},h.tokenize=function q(u){return(new wt).tokenize(u)},h.compile=function D(u){return(new Qe).parse(u)},h.search=function G(u,_){var p=new Qe,v=new $,k=new N(v);v._interpreter=k;var O=p.parse(_);return k.search(O,u)},h.strictDeepEqual=A}(W)},5667(ge,W,h){ge=h.nmd(ge);var E="__lodash_hash_undefined__",B=9007199254740991,U="[object Arguments]",M="[object Array]",b="[object Boolean]",T="[object Date]",S="[object Error]",L="[object Function]",V="[object Map]",K="[object Number]",H="[object Object]",F="[object Promise]",Q="[object RegExp]",ce="[object Set]",X="[object String]",ve="[object WeakMap]",Pe="[object ArrayBuffer]",xe="[object DataView]",Ne=/^\[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[U]=Ae[M]=Ae[Pe]=Ae[b]=Ae[xe]=Ae[T]=Ae[S]=Ae[L]=Ae[V]=Ae[K]=Ae[H]=Ae[Q]=Ae[ce]=Ae[X]=Ae[ve]=!1;var at="object"==typeof global&&global&&global.Object===Object&&global,Oe="object"==typeof self&&self&&self.Object===Object&&self,Fe=at||Oe||Function("return this")(),Ve=W&&!W.nodeType&&W,Y=Ve&&ge&&!ge.nodeType&&ge,ye=Y&&Y.exports===Ve,lt=ye&&at.process,We=function(){try{return lt&<.binding&<.binding("util")}catch{}}(),Et=We&&We.isTypedArray;function sn(R,oe){for(var ze=-1,ht=null==R?0:R.length;++ze<ht;)if(oe(R[ze],ze,R))return!0;return!1}function Le(R,oe){return R.has(oe)}function N(R){var oe=-1,ze=Array(R.size);return R.forEach(function(ht,nn){ze[++oe]=[nn,ht]}),ze}function D(R){var oe=-1,ze=Array(R.size);return R.forEach(function(ht){ze[++oe]=ht}),ze}var R,q=Array.prototype,u=Object.prototype,_=Fe["__core-js_shared__"],p=Function.prototype.toString,v=u.hasOwnProperty,k=(R=/[^.]+$/.exec(_&&_.keys&&_.keys.IE_PROTO||""))?"Symbol(src)_1."+R:"",O=u.toString,Z=RegExp("^"+p.call(v).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),re=ye?Fe.Buffer:void 0,Re=Fe.Symbol,rt=Fe.Uint8Array,g=u.propertyIsEnumerable,Ze=q.splice,Se=Re?Re.toStringTag:void 0,Gt=Object.getOwnPropertySymbols,w=re?re.isBuffer:void 0,x=function $(R,oe){return function(ze){return R(oe(ze))}}(Object.keys,Object),ie=jr(Fe,"DataView"),be=jr(Fe,"Map"),he=jr(Fe,"Promise"),ue=jr(Fe,"Set"),Ye=jr(Fe,"WeakMap"),tt=jr(Object,"create"),mt=P(ie),vt=P(be),Pt=P(he),ke=P(ue),Yt=P(Ye),It=Re?Re.prototype:void 0,qt=It?It.valueOf:void 0;function tn(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function Un(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function Ke(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function cn(R){var oe=-1,ze=null==R?0:R.length;for(this.__data__=new Ke;++oe<ze;)this.add(R[oe])}function wn(R){var oe=this.__data__=new Un(R);this.size=oe.size}function we(R,oe){for(var ze=R.length;ze--;)if(_e(R[ze][0],oe))return ze;return-1}function Xn(R){return null==R?void 0===R?"[object Undefined]":"[object Null]":Se&&Se in Object(R)?function Tr(R){var oe=v.call(R,Se),ze=R[Se];try{R[Se]=void 0;var ht=!0}catch{}var nn=O.call(R);return ht&&(oe?R[Se]=ze:delete R[Se]),nn}(R):function Js(R){return O.call(R)}(R)}function fn(R){return Zn(R)&&Xn(R)==U}function ho(R,oe,ze,ht,nn){return R===oe||(null==R||null==oe||!Zn(R)&&!Zn(oe)?R!=R&&oe!=oe:function ic(R,oe,ze,ht,nn,Ot){var qe=yt(R),Jn=yt(oe),zn=qe?M:to(R),An=Jn?M:to(oe),tr=(zn=zn==U?H:zn)==H,po=(An=An==U?H:An)==H,Ir=zn==An;if(Ir&&Ct(R)){if(!Ct(oe))return!1;qe=!0,tr=!1}if(Ir&&!tr)return Ot||(Ot=new wn),qe||Sr(R)?ui(R,oe,ze,ht,nn,Ot):function Po(R,oe,ze,ht,nn,Ot,qe){switch(ze){case xe:if(R.byteLength!=oe.byteLength||R.byteOffset!=oe.byteOffset)return!1;R=R.buffer,oe=oe.buffer;case Pe:return!(R.byteLength!=oe.byteLength||!Ot(new rt(R),new rt(oe)));case b:case T:case K:return _e(+R,+oe);case S:return R.name==oe.name&&R.message==oe.message;case Q:case X:return R==oe+"";case V:var Jn=N;case ce:if(Jn||(Jn=D),R.size!=oe.size&&!(1&ht))return!1;var An=qe.get(R);if(An)return An==oe;ht|=2,qe.set(R,oe);var tr=ui(Jn(R),Jn(oe),ht,nn,Ot,qe);return qe.delete(R),tr;case"[object Symbol]":if(qt)return qt.call(R)==qt.call(oe)}return!1}(R,oe,zn,ze,ht,nn,Ot);if(!(1&ze)){var ro=tr&&v.call(R,"__wrapped__"),dr=po&&v.call(oe,"__wrapped__");if(ro||dr){var di=ro?R.value():R,Yo=dr?oe.value():oe;return Ot||(Ot=new wn),nn(di,Yo,ze,ht,Ot)}}return!!Ir&&(Ot||(Ot=new wn),function ss(R,oe,ze,ht,nn,Ot){var qe=1&ze,Jn=ln(R),zn=Jn.length;if(zn!=ln(oe).length&&!qe)return!1;for(var po=zn;po--;){var Ir=Jn[po];if(!(qe?Ir in oe:v.call(oe,Ir)))return!1}var ro=Ot.get(R);if(ro&&Ot.get(oe))return ro==oe;var dr=!0;Ot.set(R,oe),Ot.set(oe,R);for(var di=qe;++po<zn;){var Yo=R[Ir=Jn[po]],ki=oe[Ir];if(ht)var Rd=qe?ht(ki,Yo,Ir,oe,R,Ot):ht(Yo,ki,Ir,R,oe,Ot);if(!(void 0===Rd?Yo===ki||nn(Yo,ki,ze,ht,Ot):Rd)){dr=!1;break}di||(di="constructor"==Ir)}if(dr&&!di){var Qs=R.constructor,ea=oe.constructor;Qs!=ea&&"constructor"in R&&"constructor"in oe&&!("function"==typeof Qs&&Qs instanceof Qs&&"function"==typeof ea&&ea instanceof ea)&&(dr=!1)}return Ot.delete(R),Ot.delete(oe),dr}(R,oe,ze,ht,nn,Ot))}(R,oe,ze,ht,ho,nn))}function ui(R,oe,ze,ht,nn,Ot){var qe=1&ze,Jn=R.length,zn=oe.length;if(Jn!=zn&&!(qe&&zn>Jn))return!1;var An=Ot.get(R);if(An&&Ot.get(oe))return An==oe;var tr=-1,po=!0,Ir=2&ze?new cn:void 0;for(Ot.set(R,oe),Ot.set(oe,R);++tr<Jn;){var ro=R[tr],dr=oe[tr];if(ht)var di=qe?ht(dr,ro,tr,oe,R,Ot):ht(ro,dr,tr,R,oe,Ot);if(void 0!==di){if(di)continue;po=!1;break}if(Ir){if(!sn(oe,function(Yo,ki){if(!Le(Ir,ki)&&(ro===Yo||nn(ro,Yo,ze,ht,Ot)))return Ir.push(ki)})){po=!1;break}}else if(ro!==dr&&!nn(ro,dr,ze,ht,Ot)){po=!1;break}}return Ot.delete(R),Ot.delete(oe),po}function ln(R){return function li(R,oe,ze){var ht=oe(R);return yt(R)?ht:function St(R,oe){for(var ze=-1,ht=oe.length,nn=R.length;++ze<ht;)R[nn+ze]=oe[ze];return R}(ht,ze(R))}(R,et,Zs)}function Nt(R,oe){var ze=R.__data__;return function no(R){var oe=typeof R;return"string"==oe||"number"==oe||"symbol"==oe||"boolean"==oe?"__proto__"!==R:null===R}(oe)?ze["string"==typeof oe?"string":"hash"]:ze.map}function jr(R,oe){var ze=function Qe(R,oe){return R?.[oe]}(R,oe);return function en(R){return!(!Wn(R)||function sc(R){return!!k&&k in R}(R))&&(Dn(R)?Z:Ne).test(P(R))}(ze)?ze:void 0}tn.prototype.clear=function fr(){this.__data__=tt?tt(null):{},this.size=0},tn.prototype.delete=function Wt(R){var oe=this.has(R)&&delete this.__data__[R];return this.size-=oe?1:0,oe},tn.prototype.get=function Jt(R){var oe=this.__data__;if(tt){var ze=oe[R];return ze===E?void 0:ze}return v.call(oe,R)?oe[R]:void 0},tn.prototype.has=function bn(R){var oe=this.__data__;return tt?void 0!==oe[R]:v.call(oe,R)},tn.prototype.set=function pr(R,oe){var ze=this.__data__;return this.size+=this.has(R)?0:1,ze[R]=tt&&void 0===oe?E:oe,this},Un.prototype.clear=function Vr(){this.__data__=[],this.size=0},Un.prototype.delete=function se(R){var oe=this.__data__,ze=we(oe,R);return!(ze<0||(ze==oe.length-1?oe.pop():Ze.call(oe,ze,1),--this.size,0))},Un.prototype.get=function He(R){var oe=this.__data__,ze=we(oe,R);return ze<0?void 0:oe[ze][1]},Un.prototype.has=function J(R){return we(this.__data__,R)>-1},Un.prototype.set=function Ue(R,oe){var ze=this.__data__,ht=we(ze,R);return ht<0?(++this.size,ze.push([R,oe])):ze[ht][1]=oe,this},Ke.prototype.clear=function dt(){this.size=0,this.__data__={hash:new tn,map:new(be||Un),string:new tn}},Ke.prototype.delete=function Bt(R){var oe=Nt(this,R).delete(R);return this.size-=oe?1:0,oe},Ke.prototype.get=function Zt(R){return Nt(this,R).get(R)},Ke.prototype.has=function Qt(R){return Nt(this,R).has(R)},Ke.prototype.set=function an(R,oe){var ze=Nt(this,R),ht=ze.size;return ze.set(R,oe),this.size+=ze.size==ht?0:1,this},cn.prototype.add=cn.prototype.push=function Lo(R){return this.__data__.set(R,E),this},cn.prototype.has=function eo(R){return this.__data__.has(R)},wn.prototype.clear=function _n(){this.__data__=new Un,this.size=0},wn.prototype.delete=function hn(R){var oe=this.__data__,ze=oe.delete(R);return this.size=oe.size,ze},wn.prototype.get=function Nr(R){return this.__data__.get(R)},wn.prototype.has=function $n(R){return this.__data__.has(R)},wn.prototype.set=function No(R,oe){var ze=this.__data__;if(ze instanceof Un){var ht=ze.__data__;if(!be||ht.length<199)return ht.push([R,oe]),this.size=++ze.size,this;ze=this.__data__=new Ke(ht)}return ze.set(R,oe),this.size=ze.size,this};var Zs=Gt?function(R){return null==R?[]:(R=Object(R),function _t(R,oe){for(var ze=-1,ht=null==R?0:R.length,nn=0,Ot=[];++ze<ht;){var qe=R[ze];oe(qe,ze,R)&&(Ot[nn++]=qe)}return Ot}(Gt(R),function(oe){return g.call(R,oe)}))}:function ur(){return[]},to=Xn;function Ni(R,oe){return!!(oe=oe??B)&&("number"==typeof R||Xe.test(R))&&R>-1&&R%1==0&&R<oe}function P(R){if(null!=R){try{return p.call(R)}catch{}try{return R+""}catch{}}return""}function _e(R,oe){return R===oe||R!=R&&oe!=oe}(ie&&to(new ie(new ArrayBuffer(1)))!=xe||be&&to(new be)!=V||he&&to(he.resolve())!=F||ue&&to(new ue)!=ce||Ye&&to(new Ye)!=ve)&&(to=function(R){var oe=Xn(R),ze=oe==H?R.constructor:void 0,ht=ze?P(ze):"";if(ht)switch(ht){case mt:return xe;case vt:return V;case Pt:return F;case ke:return ce;case Yt:return ve}return oe});var nt=fn(function(){return arguments}())?fn:function(R){return Zn(R)&&v.call(R,"callee")&&!g.call(R,"callee")},yt=Array.isArray,Ct=w||function gr(){return!1};function Dn(R){if(!Wn(R))return!1;var oe=Xn(R);return oe==L||"[object GeneratorFunction]"==oe||"[object AsyncFunction]"==oe||"[object Proxy]"==oe}function Hn(R){return"number"==typeof R&&R>-1&&R%1==0&&R<=B}function Wn(R){var oe=typeof R;return null!=R&&("object"==oe||"function"==oe)}function Zn(R){return null!=R&&"object"==typeof R}var Sr=Et?function wt(R){return function(oe){return R(oe)}}(Et):function Xs(R){return Zn(R)&&Hn(R.length)&&!!Ae[Xn(R)]};function et(R){return function pn(R){return null!=R&&Hn(R.length)&&!Dn(R)}(R)?function ko(R,oe){var ze=yt(R),ht=!ze&&nt(R),nn=!ze&&!ht&&Ct(R),Ot=!ze&&!ht&&!nn&&Sr(R),qe=ze||ht||nn||Ot,Jn=qe?function gt(R,oe){for(var ze=-1,ht=Array(R);++ze<R;)ht[ze]=oe(ze);return ht}(R.length,String):[],zn=Jn.length;for(var An in R)(oe||v.call(R,An))&&(!qe||!("length"==An||nn&&("offset"==An||"parent"==An)||Ot&&("buffer"==An||"byteLength"==An||"byteOffset"==An)||Ni(An,zn)))&&Jn.push(An);return Jn}(R):function fo(R){if(!function Tl(R){var oe=R&&R.constructor;return R===("function"==typeof oe&&oe.prototype||u)}(R))return x(R);var oe=[];for(var ze in Object(R))v.call(R,ze)&&"constructor"!=ze&&oe.push(ze);return oe}(R)}ge.exports=function ut(R,oe){return ho(R,oe)}},2706(ge,W,h){ge=h.nmd(ge);var E="__lodash_hash_undefined__",B=9007199254740991,U="[object Arguments]",M="[object Array]",j="[object Boolean]",b="[object Date]",T="[object Error]",S="[object Function]",ee="[object Map]",V="[object Number]",K="[object Object]",te="[object Promise]",H="[object RegExp]",F="[object Set]",ne="[object String]",ce="[object WeakMap]",X="[object ArrayBuffer]",le="[object DataView]",Ce=/^\[object .+?Constructor\]$/,Be=/^(?:0|[1-9]\d*)$/,Ge={};Ge["[object Float32Array]"]=Ge["[object Float64Array]"]=Ge["[object Int8Array]"]=Ge["[object Int16Array]"]=Ge["[object Int32Array]"]=Ge["[object Uint8Array]"]=Ge["[object Uint8ClampedArray]"]=Ge["[object Uint16Array]"]=Ge["[object Uint32Array]"]=!0,Ge[U]=Ge[M]=Ge[X]=Ge[j]=Ge[le]=Ge[b]=Ge[T]=Ge[S]=Ge[ee]=Ge[V]=Ge[K]=Ge[H]=Ge[F]=Ge[ne]=Ge[ce]=!1;var $e="object"==typeof global&&global&&global.Object===Object&&global,Ne="object"==typeof self&&self&&self.Object===Object&&self,Xe=$e||Ne||Function("return this")(),Ae=W&&!W.nodeType&&W,at=Ae&&ge&&!ge.nodeType&&ge,Fe=at&&at.exports===Ae&&$e.process,Ve=function(){try{return Fe&&Fe.binding("util")}catch{}}(),Y=Ve&&Ve.isTypedArray;function ye(P,_e){for(var nt=-1,yt=P?P.length:0;++nt<yt;)if(_e(P[nt],nt,P))return!0;return!1}function _t(P){var _e=!1;if(null!=P&&"function"!=typeof P.toString)try{_e=!!(P+"")}catch{}return _e}function St(P){var _e=-1,nt=Array(P.size);return P.forEach(function(yt,pn){nt[++_e]=[pn,yt]}),nt}function gt(P){var _e=-1,nt=Array(P.size);return P.forEach(function(yt){nt[++_e]=yt}),nt}var P,wt=Array.prototype,Le=Function.prototype,Qe=Object.prototype,N=Xe["__core-js_shared__"],$=(P=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+P:"",D=Le.toString,q=Qe.hasOwnProperty,G=Qe.toString,u=RegExp("^"+D.call(q).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_=Xe.Symbol,p=Xe.Uint8Array,v=Qe.propertyIsEnumerable,k=wt.splice,O=function sn(P,_e){return function(nt){return P(_e(nt))}}(Object.keys,Object),Z=fn(Xe,"DataView"),re=fn(Xe,"Map"),Re=fn(Xe,"Promise"),rt=fn(Xe,"Set"),g=fn(Xe,"WeakMap"),Ze=fn(Object,"create"),Se=Po(Z),Gt=Po(re),w=Po(Re),x=Po(rt),ie=Po(g),be=_?_.prototype:void 0,he=be?be.valueOf:void 0;function ue(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function ke(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function Wt(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function se(P){var _e=-1,nt=P?P.length:0;for(this.__data__=new Wt;++_e<nt;)this.add(P[_e])}function Ue(P){this.__data__=new ke(P)}function cn(P,_e){for(var nt=P.length;nt--;)if(ss(P[nt][0],_e))return nt;return-1}function eo(P,_e,nt,yt,pn){return P===_e||(null==P||null==_e||!Ni(P)&&!no(_e)?P!=P&&_e!=_e:function wn(P,_e,nt,yt,pn,Ct){var ut=Nt(P),Dn=Nt(_e),Hn=M,Wn=M;ut||(Hn=(Hn=ho(P))==U?K:Hn),Dn||(Wn=(Wn=ho(_e))==U?K:Wn);var Zn=Hn==K&&!_t(P),Sr=Wn==K&&!_t(_e),et=Hn==Wn;if(et&&!Zn)return Ct||(Ct=new Ue),ut||Tl(P)?No(P,_e,nt,yt,pn,Ct):function ko(P,_e,nt,yt,pn,Ct,ut){switch(nt){case le:if(P.byteLength!=_e.byteLength||P.byteOffset!=_e.byteOffset)return!1;P=P.buffer,_e=_e.buffer;case X:return!(P.byteLength!=_e.byteLength||!yt(new p(P),new p(_e)));case j:case b:case V:return ss(+P,+_e);case T:return P.name==_e.name&&P.message==_e.message;case H:case ne:return P==_e+"";case ee:var Dn=St;case F:if(Dn||(Dn=gt),P.size!=_e.size&&!(2&Ct))return!1;var Wn=ut.get(P);if(Wn)return Wn==_e;Ct|=1,ut.set(P,_e);var Zn=No(Dn(P),Dn(_e),yt,pn,Ct,ut);return ut.delete(P),Zn;case"[object Symbol]":if(he)return he.call(P)==he.call(_e)}return!1}(P,_e,Hn,nt,yt,pn,Ct);if(!(2&pn)){var ur=Zn&&q.call(P,"__wrapped__"),gr=Sr&&q.call(_e,"__wrapped__");if(ur||gr){var R=ur?P.value():P,oe=gr?_e.value():_e;return Ct||(Ct=new Ue),nt(R,oe,yt,pn,Ct)}}return!!et&&(Ct||(Ct=new Ue),function we(P,_e,nt,yt,pn,Ct){var ut=2&pn,Dn=Js(P),Hn=Dn.length;if(Hn!=Js(_e).length&&!ut)return!1;for(var Sr=Hn;Sr--;){var et=Dn[Sr];if(!(ut?et in _e:q.call(_e,et)))return!1}var ur=Ct.get(P);if(ur&&Ct.get(_e))return ur==_e;var gr=!0;Ct.set(P,_e),Ct.set(_e,P);for(var R=ut;++Sr<Hn;){var oe=P[et=Dn[Sr]],ze=_e[et];if(yt)var ht=ut?yt(ze,oe,et,_e,P,Ct):yt(oe,ze,et,P,_e,Ct);if(!(void 0===ht?oe===ze||nt(oe,ze,yt,pn,Ct):ht)){gr=!1;break}R||(R="constructor"==et)}if(gr&&!R){var nn=P.constructor,Ot=_e.constructor;nn!=Ot&&"constructor"in P&&"constructor"in _e&&!("function"==typeof nn&&nn instanceof nn&&"function"==typeof Ot&&Ot instanceof Ot)&&(gr=!1)}return Ct.delete(P),Ct.delete(_e),gr}(P,_e,nt,yt,pn,Ct))}(P,_e,eo,nt,yt,pn))}function No(P,_e,nt,yt,pn,Ct){var ut=2&pn,Dn=P.length,Hn=_e.length;if(Dn!=Hn&&!(ut&&Hn>Dn))return!1;var Wn=Ct.get(P);if(Wn&&Ct.get(_e))return Wn==_e;var Zn=-1,Sr=!0,et=1&pn?new se:void 0;for(Ct.set(P,_e),Ct.set(_e,P);++Zn<Dn;){var ur=P[Zn],gr=_e[Zn];if(yt)var R=ut?yt(gr,ur,Zn,_e,P,Ct):yt(ur,gr,Zn,P,_e,Ct);if(void 0!==R){if(R)continue;Sr=!1;break}if(et){if(!ye(_e,function(oe,ze){if(!et.has(ze)&&(ur===oe||nt(ur,oe,yt,pn,Ct)))return et.add(ze)})){Sr=!1;break}}else if(ur!==gr&&!nt(ur,gr,yt,pn,Ct)){Sr=!1;break}}return Ct.delete(P),Ct.delete(_e),Sr}function li(P,_e){var nt=P.__data__;return function en(P){var _e=typeof P;return"string"==_e||"number"==_e||"symbol"==_e||"boolean"==_e?"__proto__"!==P:null===P}(_e)?nt["string"==typeof _e?"string":"hash"]:nt.map}function fn(P,_e){var nt=function Et(P,_e){return P?.[_e]}(P,_e);return function hn(P){return!(!Ni(P)||function Xs(P){return!!$&&$ in P}(P))&&(Zs(P)||_t(P)?u:Ce).test(Po(P))}(nt)?nt:void 0}ue.prototype.clear=function Ye(){this.__data__=Ze?Ze(null):{}},ue.prototype.delete=function tt(P){return this.has(P)&&delete this.__data__[P]},ue.prototype.get=function mt(P){var _e=this.__data__;if(Ze){var nt=_e[P];return nt===E?void 0:nt}return q.call(_e,P)?_e[P]:void 0},ue.prototype.has=function vt(P){var _e=this.__data__;return Ze?void 0!==_e[P]:q.call(_e,P)},ue.prototype.set=function Pt(P,_e){return this.__data__[P]=Ze&&void 0===_e?E:_e,this},ke.prototype.clear=function Yt(){this.__data__=[]},ke.prototype.delete=function It(P){var _e=this.__data__,nt=cn(_e,P);return!(nt<0||(nt==_e.length-1?_e.pop():k.call(_e,nt,1),0))},ke.prototype.get=function qt(P){var _e=this.__data__,nt=cn(_e,P);return nt<0?void 0:_e[nt][1]},ke.prototype.has=function tn(P){return cn(this.__data__,P)>-1},ke.prototype.set=function fr(P,_e){var nt=this.__data__,yt=cn(nt,P);return yt<0?nt.push([P,_e]):nt[yt][1]=_e,this},Wt.prototype.clear=function Jt(){this.__data__={hash:new ue,map:new(re||ke),string:new ue}},Wt.prototype.delete=function bn(P){return li(this,P).delete(P)},Wt.prototype.get=function pr(P){return li(this,P).get(P)},Wt.prototype.has=function Un(P){return li(this,P).has(P)},Wt.prototype.set=function Vr(P,_e){return li(this,P).set(P,_e),this},se.prototype.add=se.prototype.push=function He(P){return this.__data__.set(P,E),this},se.prototype.has=function J(P){return this.__data__.has(P)},Ue.prototype.clear=function Ke(){this.__data__=new ke},Ue.prototype.delete=function dt(P){return this.__data__.delete(P)},Ue.prototype.get=function Bt(P){return this.__data__.get(P)},Ue.prototype.has=function Zt(P){return this.__data__.has(P)},Ue.prototype.set=function Qt(P,_e){var nt=this.__data__;if(nt instanceof ke){var yt=nt.__data__;if(!re||yt.length<199)return yt.push([P,_e]),this;nt=this.__data__=new Wt(yt)}return nt.set(P,_e),this};var ho=function Lo(P){return G.call(P)};function ic(P,_e){return!!(_e=_e??B)&&("number"==typeof P||Be.test(P))&&P>-1&&P%1==0&&P<_e}function ui(P){return P==P&&!Ni(P)}function Po(P){if(null!=P){try{return D.call(P)}catch{}try{return P+""}catch{}}return""}function ss(P,_e){return P===_e||P!=P&&_e!=_e}(Z&&ho(new Z(new ArrayBuffer(1)))!=le||re&&ho(new re)!=ee||Re&&ho(Re.resolve())!=te||rt&&ho(new rt)!=F||g&&ho(new g)!=ce)&&(ho=function(P){var _e=G.call(P),nt=_e==K?P.constructor:void 0,yt=nt?Po(nt):void 0;if(yt)switch(yt){case Se:return le;case Gt:return ee;case w:return te;case x:return F;case ie:return ce}return _e});var Nt=Array.isArray;function jr(P){return null!=P&&to(P.length)&&!Zs(P)}function Zs(P){var _e=Ni(P)?G.call(P):"";return _e==S||"[object GeneratorFunction]"==_e}function to(P){return"number"==typeof P&&P>-1&&P%1==0&&P<=B}function Ni(P){var _e=typeof P;return!!P&&("object"==_e||"function"==_e)}function no(P){return!!P&&"object"==typeof P}var Tl=Y?function We(P){return function(_e){return P(_e)}}(Y):function Nr(P){return no(P)&&to(P.length)&&!!Ge[G.call(P)]};function Js(P){return jr(P)?function an(P,_e){var nt=Nt(P)||function ln(P){return function Tr(P){return no(P)&&jr(P)}(P)&&q.call(P,"callee")&&(!v.call(P,"callee")||G.call(P)==U)}(P)?function lt(P,_e){for(var nt=-1,yt=Array(P);++nt<P;)yt[nt]=_e(nt);return yt}(P.length,String):[],yt=nt.length,pn=!!yt;for(var Ct in P)(_e||q.call(P,Ct))&&(!pn||"length"!=Ct&&!ic(Ct,yt))&&nt.push(Ct);return nt}(P):function $n(P){if(!function fo(P){var _e=P&&P.constructor;return P===("function"==typeof _e&&_e.prototype||Qe)}(P))return O(P);var _e=[];for(var nt in Object(P))q.call(P,nt)&&"constructor"!=nt&&_e.push(nt);return _e}(P)}ge.exports=function sc(P,_e){return P===_e||function _n(P,_e,nt,yt){var pn=nt.length,Ct=pn,ut=!yt;if(null==P)return!Ct;for(P=Object(P);pn--;){var Dn=nt[pn];if(ut&&Dn[2]?Dn[1]!==P[Dn[0]]:!(Dn[0]in P))return!1}for(;++pn<Ct;){var Hn=(Dn=nt[pn])[0],Wn=P[Hn],Zn=Dn[1];if(ut&&Dn[2]){if(void 0===Wn&&!(Hn in P))return!1}else{var Sr=new Ue;if(yt)var et=yt(Wn,Zn,Hn,P,_e,Sr);if(!(void 0===et?eo(Zn,Wn,yt,3,Sr):et))return!1}}return!0}(P,_e,function Xn(P){for(var _e=Js(P),nt=_e.length;nt--;){var yt=_e[nt],pn=P[yt];_e[nt]=[yt,pn,ui(pn)]}return _e}(_e))}},1892(ge,W,h){"use strict";h.d(W,{FK:()=>Ze,Y:()=>Se,FD:()=>Gt});var m,E,A,B,U,M,j,b,T,S,L,V={},K=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,H=Array.isArray;function F(w,x){for(var ie in x)w[ie]=x[ie];return w}function ne(w){w&&w.parentNode&&w.parentNode.removeChild(w)}function ce(w,x,ie,be,he){var ue={type:w,props:x,key:ie,ref:be,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:he??++A,__i:-1,__u:0};return null==he&&null!=E.vnode&&E.vnode(ue),ue}function le(w){return w.children}function ae(w,x){this.props=w,this.context=x}function ve(w,x){if(null==x)return w.__?ve(w.__,w.__i+1):null;for(var ie;x<w.__k.length;x++)if(null!=(ie=w.__k[x])&&null!=ie.__e)return ie.__e;return"function"==typeof w.type?ve(w):null}function Pe(w){var x,ie;if(null!=(w=w.__)&&null!=w.__c){for(w.__e=w.__c.base=null,x=0;x<w.__k.length;x++)if(null!=(ie=w.__k[x])&&null!=ie.__e){w.__e=w.__c.base=ie.__e;break}return Pe(w)}}function xe(w){(!w.__d&&(w.__d=!0)&&B.push(w)&&!Ee.__r++||U!==E.debounceRendering)&&((U=E.debounceRendering)||M)(Ee)}function Ee(){var w,x,ie,be,he,ue,Ye,tt;for(B.sort(j);w=B.shift();)w.__d&&(x=B.length,be=void 0,ue=(he=(ie=w).__v).__e,Ye=[],tt=[],ie.__P&&((be=F({},he)).__v=he.__v+1,E.vnode&&E.vnode(be),$e(ie.__P,be,he,ie.__n,ie.__P.namespaceURI,32&he.__u?[ue]:null,Ye,ue??ve(he),!!(32&he.__u),tt),be.__v=he.__v,be.__.__k[be.__i]=be,Ne(Ye,be,tt),be.__e!=ue&&Pe(be)),B.length>x&&B.sort(j));Ee.__r=0}function Ie(w,x,ie,be,he,ue,Ye,tt,mt,vt,Pt){var ke,Yt,It,qt,tn,fr,Wt=be&&be.__k||K,Jt=x.length;for(mt=function me(w,x,ie,be){var he,ue,Ye,tt,mt,vt=x.length,Pt=ie.length,ke=Pt,Yt=0;for(w.__k=[],he=0;he<vt;he++)null!=(ue=x[he])&&"boolean"!=typeof ue&&"function"!=typeof ue?(tt=he+Yt,(ue=w.__k[he]="string"==typeof ue||"number"==typeof ue||"bigint"==typeof ue||ue.constructor==String?ce(null,ue,null,null,null):H(ue)?ce(le,{children:ue},null,null,null):void 0===ue.constructor&&ue.__b>0?ce(ue.type,ue.props,ue.key,ue.ref?ue.ref:null,ue.__v):ue).__=w,ue.__b=w.__b+1,Ye=null,-1!==(mt=ue.__i=st(ue,ie,tt,ke))&&(ke--,(Ye=ie[mt])&&(Ye.__u|=2)),null==Ye||null===Ye.__v?(-1==mt&&Yt--,"function"!=typeof ue.type&&(ue.__u|=4)):mt!==tt&&(mt==tt-1?Yt--:mt==tt+1?Yt++:(mt>tt?Yt--:Yt++,ue.__u|=4))):ue=w.__k[he]=null;if(ke)for(he=0;he<Pt;he++)null!=(Ye=ie[he])&&!(2&Ye.__u)&&(Ye.__e==be&&(be=ve(Ye)),at(Ye,Ye));return be}(ie,x,Wt,mt),ke=0;ke<Jt;ke++)null!=(It=ie.__k[ke])&&(Yt=-1===It.__i?V:Wt[It.__i]||V,It.__i=ke,fr=$e(w,It,Yt,he,ue,Ye,tt,mt,vt,Pt),qt=It.__e,It.ref&&Yt.ref!=It.ref&&(Yt.ref&&Ae(Yt.ref,null,It),Pt.push(It.ref,It.__c||qt,It)),null==tn&&null!=qt&&(tn=qt),4&It.__u||Yt.__k===It.__k?mt=ct(It,mt,w):"function"==typeof It.type&&void 0!==fr?mt=fr:qt&&(mt=qt.nextSibling),It.__u&=-7);return ie.__e=tn,mt}function ct(w,x,ie){var be,he;if("function"==typeof w.type){for(be=w.__k,he=0;be&&he<be.length;he++)be[he]&&(be[he].__=w,x=ct(be[he],x,ie));return x}w.__e!=x&&(x&&w.type&&!ie.contains(x)&&(x=ve(w)),ie.insertBefore(w.__e,x||null),x=w.__e);do{x=x&&x.nextSibling}while(null!=x&&8===x.nodeType);return x}function st(w,x,ie,be){var he=w.key,ue=w.type,Ye=ie-1,tt=ie+1,mt=x[ie];if(null===mt||mt&&he==mt.key&&ue===mt.type&&!(2&mt.__u))return ie;if(("function"!=typeof ue||ue===le||he)&&be>(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&&ue===mt.type)return Ye;Ye--}if(tt<x.length){if((mt=x[tt])&&!(2&mt.__u)&&he==mt.key&&ue===mt.type)return tt;tt++}}return-1}function Ce(w,x,ie){"-"===x[0]?w.setProperty(x,ie??""):w[x]=null==ie?"":"number"!=typeof ie||te.test(x)?ie:ie+"px"}function Be(w,x,ie,be,he){var ue,Ye;e:if("style"===x)if("string"==typeof ie)w.style.cssText=ie;else{if("string"==typeof be&&(w.style.cssText=be=""),be)for(x in be)ie&&x in ie||Ce(w.style,x,"");if(ie)for(x in ie)be&&ie[x]===be[x]||Ce(w.style,x,ie[x])}else if("o"===x[0]&&"n"===x[1])ue=x!==(x=x.replace(b,"$1")),x=x.toLowerCase()in w||"onFocusOut"===x||"onFocusIn"===x?x.toLowerCase().slice(2):x.slice(2),w.l||(w.l={}),w.l[x+ue]=ie,ie?be?ie.t=be.t:(ie.t=T,w.addEventListener(x,ue?L:S,ue)):w.removeEventListener(x,ue?L:S,ue);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 w)try{Ye=w.tagName&&w.tagName.includes("-"),w[x]=null!=ie||Ye?ie:"";break e}catch{}"function"==typeof ie||(null==ie||!1===ie&&"-"!==x[4]?w.removeAttribute(x):w.setAttribute(x,"popover"==x&&1==ie?"":ie))}}function Ge(w){return function(x){if(this.l){var ie=this.l[x.type+w];if(null==x.u)x.u=T++;else if(x.u<ie.t)return;return ie(E.event?E.event(x):x)}}}function $e(w,x,ie,be,he,ue,Ye,tt,mt,vt){var Pt,ke,Yt,It,qt,tn,fr,Wt,Jt,bn,pr,Un,Vr,se,He,J,Ue,Ke=x.type;if(void 0!==x.constructor)return null;128&ie.__u&&(mt=!!(32&ie.__u),ue=[tt=x.__e=ie.__e]),(Pt=E.__b)&&Pt(x);e:if("function"==typeof Ke)try{if(Wt=x.props,Jt="prototype"in Ke&&Ke.prototype.render,bn=(Pt=Ke.contextType)&&be[Pt.__c],pr=Pt?bn?bn.props.value:Pt.__:be,ie.__c?fr=(ke=x.__c=ie.__c).__=ke.__E:(Jt?x.__c=ke=new Ke(Wt,pr):(x.__c=ke=new ae(Wt,pr),ke.constructor=Ke,ke.render=Oe),bn&&bn.sub(ke),ke.props=Wt,ke.state||(ke.state={}),ke.context=pr,ke.__n=be,Yt=ke.__d=!0,ke.__h=[],ke._sb=[]),Jt&&null==ke.__s&&(ke.__s=ke.state),Jt&&null!=Ke.getDerivedStateFromProps&&(ke.__s==ke.state&&(ke.__s=F({},ke.__s)),F(ke.__s,Ke.getDerivedStateFromProps(Wt,ke.__s))),It=ke.props,qt=ke.state,ke.__v=x,Yt)Jt&&null==Ke.getDerivedStateFromProps&&null!=ke.componentWillMount&&ke.componentWillMount(),Jt&&null!=ke.componentDidMount&&ke.__h.push(ke.componentDidMount);else{if(Jt&&null==Ke.getDerivedStateFromProps&&Wt!==It&&null!=ke.componentWillReceiveProps&&ke.componentWillReceiveProps(Wt,pr),!ke.__e&&(null!=ke.shouldComponentUpdate&&!1===ke.shouldComponentUpdate(Wt,ke.__s,pr)||x.__v===ie.__v)){for(x.__v!==ie.__v&&(ke.props=Wt,ke.state=ke.__s,ke.__d=!1),x.__e=ie.__e,x.__k=ie.__k,x.__k.some(function(dt){dt&&(dt.__=x)}),Un=0;Un<ke._sb.length;Un++)ke.__h.push(ke._sb[Un]);ke._sb=[],ke.__h.length&&Ye.push(ke);break e}null!=ke.componentWillUpdate&&ke.componentWillUpdate(Wt,ke.__s,pr),Jt&&null!=ke.componentDidUpdate&&ke.__h.push(function(){ke.componentDidUpdate(It,qt,tn)})}if(ke.context=pr,ke.props=Wt,ke.__P=w,ke.__e=!1,Vr=E.__r,se=0,Jt){for(ke.state=ke.__s,ke.__d=!1,Vr&&Vr(x),Pt=ke.render(ke.props,ke.state,ke.context),He=0;He<ke._sb.length;He++)ke.__h.push(ke._sb[He]);ke._sb=[]}else do{ke.__d=!1,Vr&&Vr(x),Pt=ke.render(ke.props,ke.state,ke.context),ke.state=ke.__s}while(ke.__d&&++se<25);ke.state=ke.__s,null!=ke.getChildContext&&(be=F(F({},be),ke.getChildContext())),Jt&&!Yt&&null!=ke.getSnapshotBeforeUpdate&&(tn=ke.getSnapshotBeforeUpdate(It,qt)),tt=Ie(w,H(J=null!=Pt&&Pt.type===le&&null==Pt.key?Pt.props.children:Pt)?J:[J],x,ie,be,he,ue,Ye,tt,mt,vt),ke.base=x.__e,x.__u&=-161,ke.__h.length&&Ye.push(ke),fr&&(ke.__E=ke.__=null)}catch(dt){if(x.__v=null,mt||null!=ue)if(dt.then){for(x.__u|=mt?160:128;tt&&8===tt.nodeType&&tt.nextSibling;)tt=tt.nextSibling;ue[ue.indexOf(tt)]=null,x.__e=tt}else for(Ue=ue.length;Ue--;)ne(ue[Ue]);else x.__e=ie.__e,x.__k=ie.__k;E.__e(dt,x,ie)}else null==ue&&x.__v===ie.__v?(x.__k=ie.__k,x.__e=ie.__e):tt=x.__e=function Xe(w,x,ie,be,he,ue,Ye,tt,mt){var vt,Pt,ke,Yt,It,qt,tn,fr,Wt=ie.props,Jt=x.props,bn=x.type;if("svg"===bn?he="http://www.w3.org/2000/svg":"math"===bn?he="http://www.w3.org/1998/Math/MathML":he||(he="http://www.w3.org/1999/xhtml"),null!=ue)for(vt=0;vt<ue.length;vt++)if((It=ue[vt])&&"setAttribute"in It==!!bn&&(bn?It.localName===bn:3===It.nodeType)){w=It,ue[vt]=null;break}if(null==w){if(null===bn)return document.createTextNode(Jt);w=document.createElementNS(he,bn,Jt.is&&Jt),tt&&(E.__m&&E.__m(x,ue),tt=!1),ue=null}if(null===bn)Wt===Jt||tt&&w.data===Jt||(w.data=Jt);else{if(ue=ue&&m.call(w.childNodes),Wt=ie.props||V,!tt&&null!=ue)for(Wt={},vt=0;vt<w.attributes.length;vt++)Wt[(It=w.attributes[vt]).name]=It.value;for(vt in Wt)if(It=Wt[vt],"children"!=vt)if("dangerouslySetInnerHTML"==vt)ke=It;else if(!(vt in Jt)){if("value"==vt&&"defaultValue"in Jt||"checked"==vt&&"defaultChecked"in Jt)continue;Be(w,vt,null,It,he)}for(vt in Jt)It=Jt[vt],"children"==vt?Yt=It:"dangerouslySetInnerHTML"==vt?Pt=It:"value"==vt?qt=It:"checked"==vt?tn=It:tt&&"function"!=typeof It||Wt[vt]===It||((vt.startsWith("on")||"ref"===vt&&"function"==typeof It)&&(fr=be[Object.keys(be)[0]])&&(It=It.bind(fr.props.value)),Be(w,vt,It,Wt[vt],he));if(Pt)tt||ke&&(Pt.__html===ke.__html||Pt.__html===w.innerHTML)||(w.innerHTML=Pt.__html),x.__k=[];else if(ke&&(w.innerHTML=""),Ie(w,H(Yt)?Yt:[Yt],x,ie,be,"foreignObject"===bn?"http://www.w3.org/1999/xhtml":he,ue,Ye,ue?ue[0]:ie.__k&&ve(ie,0),tt,mt),null!=ue)for(vt=ue.length;vt--;)ne(ue[vt]);tt||(vt="value","progress"===bn&&null==qt?w.removeAttribute("value"):void 0!==qt&&(qt!==w[vt]||"progress"===bn&&!qt||"option"===bn&&qt!==Wt[vt])&&Be(w,vt,qt,Wt[vt],he),vt="checked",void 0!==tn&&tn!==w[vt]&&Be(w,vt,tn,Wt[vt],he))}return w}(ie.__e,x,ie,be,he,ue,Ye,mt,vt);return(Pt=E.diffed)&&Pt(x),128&x.__u?void 0:tt}function Ne(w,x,ie){for(var be=0;be<ie.length;be++)Ae(ie[be],ie[++be],ie[++be]);E.__c&&E.__c(x,w),w.some(function(he){try{w=he.__h,he.__h=[],w.some(function(ue){ue.call(he)})}catch(ue){E.__e(ue,he.__v)}})}function Ae(w,x,ie){try{if("function"==typeof w){var be="function"==typeof w.__u;be&&w.__u(),be&&null==x||(w.__u=w(x))}else w.current=x}catch(he){E.__e(he,ie)}}function at(w,x,ie){var be,he;if(E.unmount&&E.unmount(w),(be=w.ref)&&(be.current&&be.current!==w.__e||Ae(be,null,x)),null!=(be=w.__c)){if(be.componentWillUnmount)try{be.componentWillUnmount()}catch(ue){E.__e(ue,x)}be.base=be.__P=null}if(be=w.__k)for(he=0;he<be.length;he++)be[he]&&at(be[he],x,ie||"function"!=typeof w.type);ie||ne(w.__e),w.__c=w.__=w.__e=void 0}function Oe(w,x,ie){return this.constructor(w,ie)}m=K.slice,E={__e:function(w,x,ie,be){for(var he,ue,Ye;x=x.__;)if((he=x.__c)&&!he.__)try{if((ue=he.constructor)&&null!=ue.getDerivedStateFromError&&(he.setState(ue.getDerivedStateFromError(w)),Ye=he.__d),null!=he.componentDidCatch&&(he.componentDidCatch(w,be||{}),Ye=he.__d),Ye)return he.__E=he}catch(tt){w=tt}throw w}},A=0,ae.prototype.setState=function(w,x){var ie;ie=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof w&&(w=w(F({},ie),this.props)),w&&F(ie,w),null!=w&&this.__v&&(x&&this._sb.push(x),xe(this))},ae.prototype.forceUpdate=function(w){this.__v&&(this.__e=!0,w&&this.__h.push(w),xe(this))},ae.prototype.render=le,B=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(w,x){return w.__v.__b-x.__v.__b},Ee.__r=0,b=/(PointerCapture)$|Capture$/i,T=0,S=Ge(!1),L=Ge(!0);var sn=0;function wt(w,x,ie,be,he,ue){x||(x={});var Ye,tt,mt=x;"ref"in x&&(Ye=x.ref,delete x.ref);var vt={type:w,props:mt,key:ie,ref:Ye,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--sn,__i:-1,__u:0,__source:he,__self:ue};if("function"==typeof w&&(Ye=w.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 rt(w,x,ie){let be;return function Re(w){return"function"==typeof w&&"getMetadata"in w}(w)?(be=w.getMetadata().getTag(),function re(w,x){const be=w.getMetadata().getEvents();Object.keys(x).forEach(he=>{if(he.startsWith("on")){const ue=he.slice(2),Ye=(w=>(w=>{if(!u.has(w)){const x=w.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();u.set(w,x)}return u.get(w)})(w))(ue),tt=ue.charAt(0).toLowerCase()+ue.slice(1);let mt;Ye in be?mt=Ye:tt in be&&(mt=tt),mt&&"onClick"!==he&&(x[`onui5-${mt}`]=x[he],delete x[he])}})}(w,x)):be=w,"object"==typeof x.class&&(x.class=function q(w){let x="";for(const ie in w)w[ie]&&(x&&(x+=" "),x+=ie);return x}(x.class)),be}const g=E.vnode;function Ze(w,x){return le(w)}function Se(w,x,ie){return wt(rt(w,x),x,ie)}function Gt(w,x,ie){return wt(rt(w,x),x,ie)}E.vnode=w=>{g&&g(w)}},2781(ge,W,h){"use strict";h.d(W,{zj:()=>at,qM:()=>$e});var m=h(467),C=h(1241),B=h(3455),U=h(3274),j=h(2260);let T;(0,h(2134).R)(()=>{T=void 0});const K=()=>{const Ve=(0,U.x)("OpenUI5Support");(!Ve||!Ve.isOpenUI5Detected())&&(()=>{const Ve=document.querySelector("head>style[data-ui5-font-face]");void 0===T&&(T=(0,j.d$)()),!T||Ve||(0,B.g5)("data-ui5-font-face")||(0,B._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=h(6726),le=h(2616),ae=h(7983),ve=h(7928),Pe=h(6136);let Ce,xe=!1,st=!1,Be=!1;const Ge=new C.A,$e=()=>st,Xe=function(){var Ve=(0,m.A)(function*(){const Y=(0,U.x)("OpenUI5Support"),ye=!!Y&&Y.isOpenUI5Detected(),lt=(0,U.x)("F6Navigation");Y&&(lt&<.destroy(),yield Y.init()),lt&&!ye&<.init()});return function(){return Ve.apply(this,arguments)}}(),at=function(){var Ve=(0,m.A)(function*(){if(void 0!==Ce)return Ce;const Y=function(){var ye=(0,m.A)(function*(lt){(0,ae.je)(),typeof document>"u"?lt():((0,ve.h)(Fe),yield Xe(),yield new Promise(Ve=>{document.body?Ve():document.addEventListener("DOMContentLoaded",()=>{Ve()})}),yield(0,le.Ay)((0,X.O4)()),(()=>{if(Be)return;const Ve=(0,U.x)("OpenUI5Support");Ve&&(Be=Ve.attachListeners())})(),K(),(0,B.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,B.g5)("data-ui5-scrollbar-styles")||(0,B._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)()&&!xe&&(document.body.addEventListener("touchstart",()=>{}),xe=!0),lt(),st=!0,Ge.fireEvent("boot"))});return function(We){return ye.apply(this,arguments)}}();return Ce=new Promise(Y),Ce});return function(){return Ve.apply(this,arguments)}}(),Fe=Ve=>{if(!st)return;const Y=(0,X.O4)(),ye=(0,X.PC)();(Ve===Y||Ve===ye)&&(0,le.Ay)(Y)}},7607(ge,W,h){"use strict";h.d(W,{D8:()=>b,FN:()=>S,J4:()=>L,KI:()=>j});var m=h(6156),E=h(7983);const A=(0,m.A)("Tags",new Map),C=new Set;let U,B=new Map;const j=V=>{C.add(V),A.set(V,(0,E._w)())},b=V=>C.has(V),S=()=>[...C.values()],L=V=>{let K=A.get(V);void 0===K&&(K=-1),B.has(K)||B.set(K,new Set),B.get(K).add(V),U||(U=setTimeout(()=>{ee(),B=new Map,U=void 0},1e3))},ee=()=>{const V=(0,E.J1)(),K=(0,E._w)(),te=V[K];let H="Multiple UI5 Web Components instances detected.";V.length>1&&(H=`${H}\nLoading order (versions before 1.1.0 not listed): ${V.map(F=>`\n${F.description}`).join("")}`),[...B.keys()].forEach(F=>{let ne,Q,ce;-1===F?(ne=1,Q={description:"Older unknown runtime"}):(ne=(0,E.Dz)(K,F),Q=V[F]),ce=ne>0?"an older":ne<0?"a newer":"the same",H=`${H}\n\n"${te.description}" failed to define ${B.get(F).size} tag(s) as they were defined by a runtime of ${ce} version "${Q.description}": ${[...B.get(F)].sort().join(", ")}.`,H=ne>0?`${H}\nWARNING! If your code uses features of the above web components, unavailable in ${Q.description}, it might not work as expected!`:`${H}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),H=`${H}\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(H)}},4001(ge,W,h){"use strict";h.d(W,{$4:()=>ee,LI:()=>S,RF:()=>L,rD:()=>b}),h(7607),h(9514);let U={include:[/./],exclude:[]};const M=new Map,b=()=>{},S=()=>U,L=K=>{if(!M.has(K)){const te=U.include.some(H=>K.match(H))&&!U.exclude.some(H=>K.match(H));M.set(K,te)}return M.get(K)},ee=K=>{if(L(K))return b()}},6136(ge,W,h){"use strict";h.d(W,{H8:()=>S,cX:()=>F,m0:()=>ne,nr:()=>T,tp:()=>V,un:()=>H,xl:()=>K});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:()=>(j(),E.touch&&!B)};let A,C,B;const U=()=>{if(m||!E.windows)return!1;if(void 0===A){const Q=E.userAgent.match(/Windows NT (\d+).(\d)/);A=Q?parseFloat(Q[1]):0}return A>=8},j=()=>{if(m)return!1;if(void 0===B){if(E.ipad)return void(B=!0);if(E.touch){if(U())return void(B=!0);if(E.chrome&&E.android)return void(B=!/Mobile Safari\/[.0-9]+/.test(E.userAgent));let Q=window.devicePixelRatio?window.devicePixelRatio:1;return E.android&&(()=>{if(m||!E.webkit)return!1;if(void 0===C){const Q=E.userAgent.match(/(webkit)[ /]([\w.]+)/);C=Q?parseFloat(Q[1]):0}return C>=537.1})()&&(Q=1),void(B=Math.min(window.screen.width/Q,window.screen.height/Q)>=600)}B=-1!==E.userAgent.indexOf("Touch")||E.android&&!E.androidPhone}},T=()=>E.safari,S=()=>E.chrome,V=()=>E._isPhone(),K=()=>!m&&(j(),!((E.touch||U())&&B||V())||U()),H=()=>E.iOS,F=()=>E.macOS,ne=()=>E.android||E.androidPhone},1241(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=class m{constructor(){this._eventRegistry=new Map}attachEvent(C,B){const U=this._eventRegistry,M=U.get(C);Array.isArray(M)?M.includes(B)||M.push(B):U.set(C,[B])}detachEvent(C,B){const U=this._eventRegistry,M=U.get(C);if(!M)return;const j=M.indexOf(B);-1!==j&&M.splice(j,1),0===M.length&&U.delete(C)}fireEvent(C,B){const U=this._eventRegistry.get(C);return U?U.map(M=>M.call(this,B)):[]}fireEventAsync(C,B){return Promise.all(this.fireEvent(C,B))}isHandlerAttached(C,B){const U=this._eventRegistry.get(C);return!!U&&U.includes(B)}hasListeners(C){return!!this._eventRegistry.get(C)}}},3274(ge,W,h){"use strict";h.d(W,{x:()=>A});const m=new Map,A=C=>m.get(C)},2260(ge,W,h){"use strict";h.d(W,{d$:()=>te,$n:()=>H,mE:()=>V,Z0:()=>ee,uf:()=>K,O4:()=>S,SU:()=>L});var je,m=h(8509),E=h(3274),A=h(5726),C=((je=C||{}).Full="full",je.Basic="basic",je.Minimal="minimal",je.None="none",je);const B=C;var U=h(2134),M=h(6121);let j=!1,b={animationMode:B.Full,theme:A.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 S=()=>(me(),b.theme),L=()=>(me(),b.themeRoot),ee=()=>(me(),b.language),V=()=>(me(),b.fetchDefaultLanguage),K=()=>(me(),b.noConflict),te=()=>(me(),b.defaultFontLoading),H=()=>(me(),b.enableDefaultTooltips),le=new Map;le.set("true",!0),le.set("false",!1);const Ee=(je,st,Ce)=>{const Be=st.toLowerCase(),Ge=je.split(`${Ce}-`)[1];le.has(st)&&(st=le.get(Be)),"theme"===Ge?(b.theme=((je,st)=>"theme"===je&&st.includes("@")?st.split("@")[0]:st)(Ge,st),st&&st.includes("@")&&(b.themeRoot=(je=>je.split("@")[1])(st))):b[Ge]=st},me=()=>{typeof document>"u"||j||(ct(),j=!0)},ct=je=>{je&&(0,U.k)(),(()=>{const je=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let st;if(je){try{st=JSON.parse(je.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}st&&(b=(0,m.A)(b,st))}})(),b.ignoreUrlParams||(()=>{const je=new URLSearchParams((0,M.iA)());je.forEach((st,Ce)=>{const Be=Ce.split("sap-").length;0===Be||Be===Ce.split("sap-ui-").length||Ee(Ce,st,"sap")}),je.forEach((st,Ce)=>{Ce.startsWith("sap-ui")&&Ee(Ce,st,"sap-ui")})})(),(()=>{const je=(0,E.x)("OpenUI5Support");if(!je||!je.isOpenUI5Detected())return;const st=je.getConfigurationSettingsObject();b=(0,m.A)(b,st)})()}},2358(ge,W,h){"use strict";h.d(W,{BF:()=>j,FG:()=>S,HJ:()=>q,KK:()=>X,KL:()=>Ce,OC:()=>T,Ob:()=>Ne,Pj:()=>ee,RI:()=>E,Tu:()=>u,W_:()=>$e,_0:()=>U,aI:()=>F,bR:()=>Ge,hn:()=>le,ie:()=>L,oY:()=>Fe,oi:()=>D,qN:()=>Ee,tt:()=>ne,ty:()=>gt,uV:()=>Ie,vQ:()=>Oe,xC:()=>M,zP:()=>Be});const E=g=>(g.key?"Enter"===g.key:13===g.keyCode)&&!O(g),U=g=>re(g,!0,!1,!1),M=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&!O(g),j=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&re(g,!1,!1,!0),T=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&!O(g),S=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),F=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&re(g,!1,!1,!0),ne=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&re(g,!1,!1,!0),X=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&re(g,!1,!1,!0),le=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&re(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),Ce=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),Ge=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&re(g,!1,!1,!0),$e=g=>(g.key?"Backspace"===g.key:8===g.keyCode)&&!O(g),Ne=g=>(g.key?"Delete"===g.key:46===g.keyCode)&&!O(g),Oe=g=>(g.key?"PageUp"===g.key:33===g.keyCode)&&!O(g),Fe=g=>(g.key?"PageDown"===g.key:34===g.keyCode)&&!O(g),gt=g=>"F2"===g.key&&!O(g),D=g=>(g.key?"F7"===g.key:118===g.keyCode)&&!O(g),q=g=>(g.key?"F8"===g.key:119===g.keyCode)&&re(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),re=(g,Ze,Se,Gt)=>g.shiftKey===Gt&&g.altKey===Se&&Z(g)===Ze},6121(ge,W,h){"use strict";h.d(W,{$N:()=>U,VQ:()=>A,iA:()=>M,iw:()=>B,lj:()=>C});const m=typeof document>"u",E_search=()=>m?"":window.location.search,A=()=>m?"":window.location.hostname,C=()=>m?"":window.location.port,B=()=>m?"":window.location.protocol,U=()=>m?"":window.location.href,M=()=>E_search()},3455(ge,W,h){"use strict";h.d(W,{E6:()=>b,Zq:()=>T,_r:()=>B,eP:()=>j,g5:()=>M});var m=h(7983);const E=typeof document>"u",A=(S,L)=>L?`${S}|${L}`:S,B=(S,L,ee="",V)=>{const K=(0,m._w)(),te=new CSSStyleSheet;te.replaceSync(S),te._ui5StyleId=A(L,ee),V&&(te._ui5RuntimeIndex=K,te._ui5Theme=V),document.adoptedStyleSheets=[...document.adoptedStyleSheets,te]},M=(S,L="")=>!!E||!!document.adoptedStyleSheets.find(ee=>ee._ui5StyleId===A(S,L)),j=(S,L="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(ee=>ee._ui5StyleId!==A(S,L))},b=(S,L,ee="",V)=>{M(L,ee)?((S,L,ee="",V)=>{const K=(0,m._w)(),te=document.adoptedStyleSheets.find(H=>H._ui5StyleId===A(L,ee));te&&(V?(te._ui5Theme!==V||(S=>void 0===S||(0,m.Dz)((0,m._w)(),parseInt(S))>=1)(te._ui5RuntimeIndex))&&(te.replaceSync(S||""),te._ui5RuntimeIndex=String(K),te._ui5Theme=V):te.replaceSync(S||""))})(S,L,ee,V):B(S,L,ee,V)},T=(S,L)=>void 0===S?L:void 0===L?S:`${S} ${L}`},4583(ge,W,h){"use strict";h.d(W,{A:()=>M});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 j,A=((j=A||{}).RANGE_4STEPS="4Step",j);const U={RANGESETS:A,initRangeSet:(j,b)=>{m.set(j,b)},getCurrentRange:(j,b=window.innerWidth)=>{let S,T=m.get(j);T||(T=m.get("4Step"));const L=Math.floor(b);return T.forEach((ee,V)=>{L>=ee[0]&&L<=ee[1]&&(S=V)}),S||[...T.keys()][0]}};U.initRangeSet(U.RANGESETS.RANGE_4STEPS,E);const M=U},6060(ge,W,h){"use strict";h.d(W,{zo:()=>ne,xm:()=>ve,kT:()=>te,oK:()=>K,JT:()=>le,fz:()=>F,nl:()=>H});var m=h(467),E=h(1241);var U=h(7607),M=h(8012);const j=new Set,b=new E.A,T=new class C{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 je=ct.get(me)||0;if(je>10)throw new Error("Web component processed too many times this task, max allowed is: 10");Ie(me),ct.set(me,je+1),me=this.shift()}}};let S,L,ee,V;const K=function(){var Ee=(0,m.A)(function*(Ie){T.add(Ie),yield Q()});return function(me){return Ee.apply(this,arguments)}}(),te=Ee=>{j.add(Ee)},H=Ee=>{j.delete(Ee)},F=Ee=>{b.fireEvent("beforeComponentRender",Ee),te(Ee),Ee._render()},ne=Ee=>{T.remove(Ee),H(Ee)},Q=function(){var Ee=(0,m.A)(function*(){V||(V=new Promise(Ie=>{window.requestAnimationFrame(()=>{T.process(F),V=null,Ie(),ee||(ee=setTimeout(()=>{ee=void 0,T.isEmpty()&&ae()},200))})})),yield V});return function(){return Ee.apply(this,arguments)}}(),le=function(){var Ee=(0,m.A)(function*(){yield(()=>{const Ee=(0,U.FN)().map(Ie=>customElements.whenDefined(Ie));return Promise.all(Ee)})(),yield S||(S=new Promise(Ee=>{L=Ee,window.requestAnimationFrame(()=>{T.isEmpty()&&(S=void 0,Ee())})}),S)});return function(){return Ee.apply(this,arguments)}}(),ae=()=>{T.isEmpty()&&L&&(L(),L=void 0,S=void 0)},ve=function(){var Ee=(0,m.A)(function*(Ie){j.forEach(me=>{const ct=me.constructor,je=ct.getMetadata().getTag(),st=(0,M.J)(ct),Ce=ct.getMetadata().isLanguageAware(),Be=ct.getMetadata().isThemeAware();(!Ie||Ie.tag===je||Ie.rtlAware&&st||Ie.languageAware&&Ce||Ie.themeAware&&Be)&&K(me)}),yield le()});return function(me){return Ee.apply(this,arguments)}}()},7983(ge,W,h){"use strict";h.d(W,{Dz:()=>L,J1:()=>V,_w:()=>T,je:()=>b});var m=h(7607),E=h(4001),A=h(9514),C=h(6156);let B;const M=new Map,j=(0,C.A)("Runtimes",[]),b=()=>{if(void 0===B){B=j.length;const K=A.A;j.push({...K,get scopingSuffix(){return(0,E.rD)()},get registeredTags(){return(0,m.FN)()},get scopingRules(){return(0,E.LI)()},alias:"",description:`Runtime ${B} - ver ${K.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},T=()=>B,L=(K,te)=>{const H=`${K},${te}`;if(M.has(H))return M.get(H);const F=j[K],ne=j[te];if(!F||!ne)throw new Error("Invalid runtime index supplied");const Q=((K,te)=>{if(K.isNext||te.isNext)return K.buildTime-te.buildTime;return K.major-te.major||K.minor-te.minor||K.patch-te.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(K.suffix,te.suffix)})(F,ne);return M.set(H,Q),Q},V=()=>j},5386(ge,W,h){"use strict";h.d(W,{A:()=>Vr,W:()=>Un});var m=h(467),E=h(8509),A=h(2781);const C=new Map,B=new Map,U=new Map,M=se=>{if(!C.has(se)){const He=T(se.split("-"));C.set(se,He)}return C.get(se)},j=se=>{if(!B.has(se)){const He=se.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();B.set(se,He)}return B.get(se)},T=se=>se.map((He,J)=>0===J?He.toLowerCase():He.charAt(0).toUpperCase()+He.slice(1).toLowerCase()).join(""),S=se=>{const He=U.get(se);if(He)return He;const J=M(se),Ue=J.charAt(0).toUpperCase()+J.slice(1);return U.set(se,Ue),Ue},L=se=>{if(!(se instanceof HTMLElement))return"default";const He=se.getAttribute("slot");if(He){const J=He.match(/^(.+?)-\d+$/);return J?J[1]:He}return"default"},ee=se=>se instanceof HTMLSlotElement?se.assignedNodes({flatten:!0}).filter(He=>He instanceof HTMLElement):[se],V=se=>se.reduce((He,J)=>He.concat(ee(J)),[]);var K=h(4001);const F=class te{constructor(He){this.metadata=He}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const He={};if(this.slotsAreManaged()){const J=this.getSlots();for(const[Ue,Ke]of Object.entries(J)){const dt=Ke.propertyName||Ue;He[dt]=[],He[M(dt)]=He[dt]}}return this._initialState=He,He}static validateSlotValue(He,J){return((se,He)=>(se&&ee(se).forEach(J=>{if(!(J instanceof He.type))throw new Error(`The element is not of type ${He.type.toString()}`)}),se))(He,J)}getPureTag(){return this.metadata.tag||""}getTag(){const He=this.metadata.tag;if(!He)return"";const J=(0,K.$4)(He);return J?`${He}-${J}`:He}hasAttribute(He){return!this.getProperties()[He].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(He=>He.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(He,J,Ue){const Ke=this.getSlots()[He].invalidateOnChildChange;if(void 0===Ke)return!1;if("boolean"==typeof Ke)return Ke;if("object"==typeof Ke){if("property"===J){if(void 0===Ke.properties)return!1;if("boolean"==typeof Ke.properties)return Ke.properties;if(Array.isArray(Ke.properties))return Ke.properties.includes(Ue);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===J){if(void 0===Ke.slots)return!1;if("boolean"==typeof Ke.slots)return Ke.slots;if(Array.isArray(Ke.slots))return Ke.slots.includes(Ue);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=h(1241),Q=h(6060),ce=h(6156);const ve=se=>{(0,ce.A)("CustomStyle.eventProvider",new ne.A).attachEvent("CustomCSSChange",se)};ve(se=>{(0,Q.xm)({tag:se})});const Ce=se=>Array.isArray(se)?se.filter(He=>!!He).flat(10).join(" "):se;var Be=h(3274);const Ge=new Map;ve(se=>{Ge.delete(`${se}_normal`)});const Ne=se=>{const He=se.getMetadata().getTag(),J=`${He}_normal`,Ue=(0,Be.x)("OpenUI5Enablement");if(!Ge.has(J)){let Ke="";Ue&&(Ke=Ce(Ue.getBusyIndicatorStyles()));const dt=(se=>{const He=(0,ce.A)("CustomStyle.customCSSFor",{});return He[se]?He[se].join(""):""})(He)||"",Bt=`${Ce(se.styles)} ${dt} ${Ke}`;Ge.set(J,Bt)}return Ge.get(J)},Xe=new Map;ve(se=>{Xe.delete(`${se}_normal`)});const at=se=>{const He=`${se.getMetadata().getTag()}_normal`;if(!Xe.has(He)){const J=Ne(se),Ue=new CSSStyleSheet;Ue.replaceSync(J),Xe.set(He,[Ue])}return Xe.get(He)};var Oe=h(1452);const Y=[];var We=h(7607);const Et=new WeakMap;var sn=h(2260),gt=h(2134);const wt=["value-changed","click"];let Le;(0,gt.R)(()=>{Le=void 0});const $=()=>(void 0===Le&&(Le=(0,sn.uf)()),Le),_=["disabled","title","hidden","role","draggable"],v=se=>!(!_.includes(se)&&!se.startsWith("aria")&&[HTMLElement,Element,Node].some(He=>He.prototype.hasOwnProperty(se)));var k=h(8777),O=h(8012),Z=h(3823),re=h(6162),Re=h(4446),rt=h(4217),g=h(1175),Ze=h(5726);const Gt=new Map,w=new Map,x=new Map,ie=new Set;let be=!1;const he={iw:"he",ji:"yi",in:"id"},ue=se=>{be||(console.warn(`[LocaleData] Supported locale "${se}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),be=!0)},tt=(se,He)=>{Gt.set(se,He)},Pt=function(){var se=(0,m.A)(function*(He,J,Ue){const Ke=((se,He,J)=>{"no"===(se=se&&he[se]||se)&&(se="nb"),"zh"===se&&!He&&("Hans"===J?He="CN":"Hant"===J&&(He="TW")),("sh"===se||"sr"===se&&"Latn"===J)&&(se="sr",He="Latn");let Ue=`${se}_${He}`;return Ze.dI.includes(Ue)?w.has(Ue)?Ue:(ue(Ue),Ze.Xn):(Ue=se,Ze.dI.includes(Ue)?w.has(Ue)?Ue:(ue(Ue),Ze.Xn):Ze.Xn)})(He,J,Ue),dt=(0,Be.x)("OpenUI5Support");if(dt){const Bt=dt.getLocaleDataObject();if(Bt)return void tt(Ke,Bt)}try{const Bt=yield(se=>{if(!x.get(se)){const He=w.get(se);if(!He)throw new Error(`CLDR data for locale ${se} is not loaded!`);x.set(se,He(se))}return x.get(se)})(Ke);tt(Ke,Bt)}catch(Bt){const Zt=Bt;ie.has(Zt.message)||(ie.add(Zt.message),console.error(Zt.message))}});return function(J,Ue,Ke){return se.apply(this,arguments)}}();w.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,rt._F)(()=>{const se=(0,g.A)();return Pt(se.getLanguage(),se.getRegion(),se.getScript())});var Yt=h(4181),It=h(5031);let qt=0;const tn=new Map,fr=new Map,Wt={fromAttribute(se,He){if(He===Boolean)return null!==se;if(He===Number)return null===se?void 0:parseFloat(se);if(He===Object||He===Array)try{return JSON.parse(se)}catch{return se}return se},toAttribute:(se,He)=>He===Boolean?se?"":null:He===Object||He===Array||null==se?null:String(se)};function Jt(se){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,Yt.gx)()||(this.onInvalidation(se),this._changedState.push(se),(0,Q.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...se,target:this}))}function bn(se,He){do{const J=Object.getOwnPropertyDescriptor(se,He);if(J)return J;se=Object.getPrototypeOf(se)}while(se&&se!==HTMLElement.prototype)}let pr=(()=>{class se extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const J=this.constructor;let Ue;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(Ke=>{Ue=Ke}),this._domRefReadyPromise._deferredResolve=Ue,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...J.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(Ke=>{this.hasOwnProperty(Ke)&&this.initializedProperties.set(Ke,this[Ke])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const J=this.constructor;if(J._needsShadowDOM()){const Ue={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...Ue,...J.getMetadata().getShadowRootOptions()}),J.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(J){J.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++qt),this.__id}render(){return(0,Z.A)(this.constructor.template,this)}connectedCallback(){var J=this;return(0,m.A)(function*(){const Ue=J.constructor;(0,Q.kT)(J),J.setAttribute(Ue.getMetadata().getPureTag(),""),Ue.getMetadata().supportsF6FastNavigation()&&!J.hasAttribute("data-sap-ui-fastnavgroup")&&J.setAttribute("data-sap-ui-fastnavgroup","true");const Ke=Ue.getMetadata().slotsAreManaged();J._inDOM=!0,Ke&&(J._startObservingDOMChildren(),yield J._processChildren()),Ue.asyncFinished||(yield Ue._definePromise),(!Ue.getMetadata().isLanguageAware()||!(0,Yt.gx)())&&J._inDOM&&((0,Q.fz)(J),J._domRefReadyPromise._deferredResolve(),J._fullyConnected=!0,J.onEnterDOM(),J.hasAttribute("autofocus")&&requestAnimationFrame(()=>{J.focus()}))})()}get definePromise(){const J=this.constructor;return!J.asyncFinished&&J._definePromise?J._definePromise:Promise.resolve()}disconnectedCallback(){const J=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,J&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,Q.zo)(this),(0,Q.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const J=this.constructor.getMetadata();if(!J.hasSlots())return;const Ue=J.canSlotText(),Ke={childList:!0,subtree:Ue,characterData:Ue};((se,He,J)=>{const Ue=new MutationObserver(He);Et.set(se,Ue),Ue.observe(se,J)})(this,this._processChildren.bind(this),Ke)}_stopObservingDOMChildren(){(se=>{const He=Et.get(se);He&&(He.disconnect(),Et.delete(se))})(this)}_processChildren(){var J=this;return(0,m.A)(function*(){J.constructor.getMetadata().hasSlots()&&(yield J._updateSlots())})()}_updateSlots(){var J=this;return(0,m.A)(function*(){const Ue=J.constructor,Ke=Ue.getMetadata().getSlots(),dt=Ue.getMetadata().canSlotText(),Bt=Array.from(dt?J.childNodes:J.children),Zt=new Map,Qt=new Map;for(const[wn,_n]of Object.entries(Ke)){const hn=_n.propertyName||wn;Qt.set(hn,wn),Zt.set(hn,[...J._state[hn]]),J._clearSlot(wn,_n)}const an=new Map,cn=new Map;Bt.forEach((wn,_n)=>{const hn=L(wn),Nr=Ke[hn];if(void 0===Nr){if("default"!==hn){const No=Object.keys(Ke).join(", ");console.warn(`Unknown slotName: ${hn}, ignoring`,wn,`Valid values are: ${No}`)}return}const $n=Nr.propertyName||hn;cn.has($n)?cn.get($n).push({child:wn,idx:_n}):cn.set($n,[{child:wn,idx:_n}])}),cn.forEach((wn,_n)=>{J._state[_n]=wn.sort((hn,Nr)=>hn.idx-Nr.idx).map(hn=>hn.child),J._state[M(_n)]=J._state[_n]});const Lo=Bt.map(function(){var wn=(0,m.A)(function*(_n){const hn=L(_n),Nr=Ke[hn];if(void 0!==Nr){if(Nr.individualSlots){const $n=(an.get(hn)||0)+1;an.set(hn,$n),_n._individualSlot=`${hn}-${$n}`}if(_n instanceof HTMLElement){const $n=_n.localName;if($n.includes("-")&&!(se=>Y.some(He=>se.startsWith(He)))($n)){if(!customElements.get($n)){const No=customElements.whenDefined($n);let ko=tn.get($n);ko||(ko=new Promise(we=>setTimeout(we,1e3)),tn.set($n,ko)),yield Promise.race([No,ko])}customElements.upgrade(_n)}}if(_n=Ue.getMetadata().constructor.validateSlotValue(_n,Nr),Un(_n)&&Nr.invalidateOnChildChange){const $n=J._getChildChangeListener(hn);_n.attachInvalidate.call(_n,$n)}_n instanceof HTMLSlotElement&&J._attachSlotChange(_n,hn,!!Nr.invalidateOnChildChange)}});return function(_n){return wn.apply(this,arguments)}}());yield Promise.all(Lo);let eo=!1;for(const[wn,_n]of Object.entries(Ke)){const hn=_n.propertyName||wn;(0,k.A)(Zt.get(hn),J._state[hn])||(Jt.call(J,{type:"slot",name:Qt.get(hn),reason:"children"}),eo=!0,Ue.getMetadata().isFormAssociated()&&(0,re.ok)(J))}eo||Jt.call(J,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(J,Ue){const Ke=Ue.propertyName||J;this._state[Ke].forEach(dt=>{if(Un(dt)){const Bt=this._getChildChangeListener(J);dt.detachInvalidate.call(dt,Bt)}dt instanceof HTMLSlotElement&&this._detachSlotChange(dt,J)}),this._state[Ke]=[],this._state[M(Ke)]=this._state[Ke]}attachInvalidate(J){this._invalidationEventProvider.attachEvent("invalidate",J)}detachInvalidate(J){this._invalidationEventProvider.detachEvent("invalidate",J)}_onChildChange(J,Ue){this.constructor.getMetadata().shouldInvalidateOnChildChange(J,Ue.type,Ue.name)&&Jt.call(this,{type:"slot",name:J,reason:"childchange",child:Ue.target})}attributeChangedCallback(J,Ue,Ke){let dt;if(this._doNotSyncAttributes.has(J))return;const Bt=this.constructor.getMetadata().getProperties(),Zt=J.replace(/^ui5-/,""),Qt=M(Zt);if(Bt.hasOwnProperty(Qt)){const an=Bt[Qt];dt=(an.converter??Wt).fromAttribute(Ke,an.type),this[Qt]=dt}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,re.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(J,Ue){const Ke=this.constructor;if(!Ke.getMetadata().hasAttribute(J))return;const dt=Ke.getMetadata().getProperties()[J];if(dt.type===Object||dt.type===Array)return;const Bt=j(J),Zt=(dt.converter||Wt).toAttribute(Ue,dt.type);this._doNotSyncAttributes.add(Bt),null==Zt?this.removeAttribute(Bt):this.setAttribute(Bt,Zt),this._doNotSyncAttributes.delete(Bt)}_getChildChangeListener(J){return this._childChangeListeners.has(J)||this._childChangeListeners.set(J,this._onChildChange.bind(this,J)),this._childChangeListeners.get(J)}_getSlotChangeListener(J){return this._slotChangeListeners.has(J)||this._slotChangeListeners.set(J,this._onSlotChange.bind(this,J)),this._slotChangeListeners.get(J)}_attachSlotChange(J,Ue,Ke){const dt=this._getSlotChangeListener(Ue);J.addEventListener("slotchange",Bt=>{if(dt.call(J,Bt),Ke){const Zt=this._slotsAssignedNodes.get(J);Zt&&Zt.forEach(an=>{if(Un(an)){const cn=this._getChildChangeListener(Ue);an.detachInvalidate.call(an,cn)}});const Qt=V([J]);this._slotsAssignedNodes.set(J,Qt),Qt.forEach(an=>{if(Un(an)){const cn=this._getChildChangeListener(Ue);an.attachInvalidate.call(an,cn)}})}})}_detachSlotChange(J,Ue){J.removeEventListener("slotchange",this._getSlotChangeListener(Ue))}_onSlotChange(J){Jt.call(this,{type:"slot",name:J,reason:"slotchange"})}onInvalidation(J){}updateAttributes(){const J=this.constructor.getMetadata().getProperties();for(const[Ue,Ke]of Object.entries(J))this._updateAttribute(Ue,this[Ue])}_render(){const J=this.constructor,Ue=J.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([Ke,dt])=>{delete this[Ke],this[Ke]=dt}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],J._needsShadowDOM()&&(se=>{const He=se.constructor,J=se.shadowRoot;J?(J.adoptedStyleSheets=[(0,Oe.k)(),...at(He)],He.renderer(se,J)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,Ue&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(J=>{J._individualSlot&&J.setAttribute("slot",J._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 J=this.getDomRef();if(J)return J.querySelector("[data-sap-focus-ref]")||J}getFocusDomRefAsync(){var J=this;return(0,m.A)(function*(){return yield J._waitForDomRef(),J.getFocusDomRef()})()}focus(J){var Ue=this;return(0,m.A)(function*(){yield Ue._waitForDomRef();const Ke=Ue.getFocusDomRef();Ke!==Ue&&Ue.isConnected?Ke&&"function"==typeof Ke.focus&&Ke.focus(J):HTMLElement.prototype.focus.call(Ue,J)})()}fireEvent(J,Ue,Ke=!1,dt=!0){const Bt=this._fireEvent(J,Ue,Ke,dt),Zt=S(J);return Zt!==J?Bt&&this._fireEvent(Zt,Ue,Ke,dt):Bt}fireDecoratorEvent(J,Ue){const Ke=this.getEventData(J),dt=!!Ke&&Ke.cancelable,Bt=!!Ke&&Ke.bubbles,Zt=this._fireEvent(J,Ue,dt,Bt),Qt=S(J);return Qt!==J?Zt&&this._fireEvent(Qt,Ue,dt,Bt):Zt}_fireEvent(J,Ue,Ke=!1,dt=!0){const Bt=new CustomEvent(`ui5-${J}`,{detail:Ue,composed:!1,bubbles:dt,cancelable:Ke}),Zt=this.dispatchEvent(Bt);if((se=>{const He=$();return!((se=>wt.includes(se))(se)||!0!==He&&(se=>{const He=$();return!("boolean"!=typeof He&&He.events&&He.events.includes&&He.events.includes(se))})(se))})(J))return Zt;const Qt=new CustomEvent(J,{detail:Ue,composed:!1,bubbles:dt,cancelable:Ke});return this.dispatchEvent(Qt)&&Zt}getEventData(J){return this.constructor.getMetadata().getEvents()[J]}getSlottedNodes(J){return V(this[J])}attachComponentStateFinalized(J){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",J)}detachComponentStateFinalized(J){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",J)}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 J=this.getMetadata().getPureTag(),Ue=this.getUniqueDependencies().map(Ke=>Ke.getMetadata().getPureTag()).filter(K.RF);return(0,K.RF)(J)&&Ue.push(J),Ue}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const J=this.prototype,Ue=this.getMetadata().slotsAreManaged(),Ke=this.getMetadata().getProperties();for(const[dt,Bt]of Object.entries(Ke)){v(dt)||console.warn(`"${dt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Zt=bn(J,dt);let Qt,an;Zt?.set&&(Qt=Zt.set),Zt?.get&&(an=Zt.get),Object.defineProperty(J,dt,{get(){return an?an.call(this):this._state[dt]},set(cn){const Lo=this.constructor,eo=an?an.call(this):this._state[dt];if(eo!==cn){if(Qt?Qt.call(this,cn):this._state[dt]=cn,Jt.call(this,{type:"property",name:dt,newValue:cn,oldValue:eo}),this._rendered){const wn=an?an.call(this):this._state[dt];this._updateAttribute(dt,wn)}Lo.getMetadata().isFormAssociated()&&(0,re.ok)(this)}}})}if(Ue){const dt=this.getMetadata().getSlots();for(const[Bt,Zt]of Object.entries(dt)){v(Bt)||console.warn(`"${Bt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Qt=Zt.propertyName||Bt,an={get(){return void 0!==this._state[Qt]?this._state[Qt]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(J,Qt,an),Qt!==M(Qt)&&Object.defineProperty(J,M(Qt),an)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const J=this.dependencies.filter((Ue,Ke,dt)=>dt.indexOf(Ue)===Ke);fr.set(this,J)}static getUniqueDependencies(){return fr.has(this)||this.cacheUniqueDependencies(),fr.get(this)||[]}static onDefine(){return(0,m.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(J=>{const{bundleName:Ue}=J[1];return(0,Re.HE)(Ue)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?Pt((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 J=this;const Ue=function(){var Zt=(0,m.A)(function*(){yield(0,A.zj)();const Qt=yield Promise.all([J.fetchI18nBundles(),J.fetchCLDR(),J.onDefine()]),[an]=Qt;Object.entries(J.getMetadata().getI18n()).forEach((cn,Lo)=>{J.i18nBundleStorage[cn[1].bundleName]=an[Lo]}),J.asyncFinished=!0});return function(){return Zt.apply(this,arguments)}}();this._definePromise=Ue();const Ke=this.getMetadata().getTag(),dt=(0,We.D8)(Ke),Bt=customElements.get(Ke);return Bt&&!dt?(0,We.J4)(Ke):Bt||(this._generateAccessors(),(0,We.KI)(Ke),customElements.define(Ke,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const J=[this.metadata];let Ue=this;for(;Ue!==se;)Ue=Object.getPrototypeOf(Ue),J.unshift(Ue.metadata);const Ke=(0,E.A)({},...J);return this._metadata=new F(Ke),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 se})();const Un=(0,It.A)("isUI5Element"),Vr=pr},4874(ge,W,h){"use strict";h.d(W,{Z5:()=>je,y3:()=>me,hu:()=>Ie,pU:()=>Pe});var Ce,m=h(467),E=h(6156),A=((Ce=A||{})["SAP-icons"]="SAP-icons-v4",Ce.horizon="SAP-icons-v5",Ce["SAP-icons-TNT"]="tnt",Ce.BusinessSuiteInAppSymbols="business-suite",Ce);const C=Ce=>A[Ce]?A[Ce]:Ce;var U=h(6726),M=(Ce=>(Ce.SAPIconsV4="SAP-icons-v4",Ce.SAPIconsV5="SAP-icons-v5",Ce.SAPIconsTNTV2="tnt-v2",Ce.SAPIconsTNTV3="tnt-v3",Ce.SAPBSIconsV1="business-suite-v1",Ce.SAPBSIconsV2="business-suite-v2",Ce))(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 S=new Map,K=Ce=>{const Be=(Ce=>S.get(Ce))((0,U.O4)());return!Ce&&Be?C(Be):(Ce=>{const Be=(0,U.Z3)()?"legacy":"sap_horizon";return j.has(Ce)?j.get(Ce)[Be]:Ce})(Ce||"SAP-icons")};var te=h(4446);const ne=new Map,Q=(0,E.A)("SVGIcons.registry",new Map),ce=(0,E.A)("SVGIcons.promises",new Map),X="ICON_NOT_FOUND",ae=function(){var Ce=(0,m.A)(function*(Be){if(!ce.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 Ge=ne.get(Be);ce.set(Be,Ge(Be))}return ce.get(Be)});return function(Ge){return Ce.apply(this,arguments)}}(),ve=Ce=>{Object.keys(Ce.data).forEach(Be=>{const Ge=Ce.data[Be];Pe(Be,{pathData:Ge.path||Ge.paths,ltr:Ge.ltr,viewBox:Ge.viewBox,accData:Ge.acc,collection:Ce.collection,packageName:Ce.packageName})})},Pe=(Ce,Be)=>{Q.set(`${Be.collection}/${Ce}`,{collection:Be.collection,packageName:Be.packageName,pathData:Be.pathData,viewBox:Be.viewBox,ltr:Be.ltr,accData:Be.accData,customTemplate:Be.customTemplate})},Ee=Ce=>{let Be;return Ce.startsWith("sap-icon://")&&(Ce=Ce.replace("sap-icon://","")),[Ce,Be]=Ce.split("/").reverse(),Ce=Ce.replace("icon-",""),Be&&(Be=C(Be)),{name:Ce,collection:Be}},Ie=Ce=>{const{name:Be,collection:Ge}=Ee(Ce);return ct(Ge,Be)},me=function(){var Ce=(0,m.A)(function*(Be){const{name:Ge,collection:$e}=Ee(Be);let Ne=X;try{Ne=yield ae(K($e))}catch(Ae){console.error(Ae.message)}return Ne===X?Ne:ct($e,Ge)||(Array.isArray(Ne)?Ne.forEach(Ae=>{ve(Ae),((Ce,Be)=>{j.has(Ce)?j.set(Ce,{...Be,...j.get(Ce)}):j.set(Ce,Be)})($e,{[Ae.themeFamily||"legacy"]:Ae.collection})}):ve(Ne),ct($e,Ge))});return function(Ge){return Ce.apply(this,arguments)}}(),ct=(Ce,Be)=>{const Ge=`${K(Ce)}/${Be}`;return Q.get(Ge)},je=function(){var Ce=(0,m.A)(function*(Be){if(!Be)return;let Ge=Ie(Be);return Ge||(Ge=yield me(Be)),Ge&&Ge!==X&&Ge.accData?Ge.packageName?(yield(0,te.HE)(Ge.packageName)).getText(Ge.accData):Ge.accData?.defaultText||"":void 0});return function(Ge){return Ce.apply(this,arguments)}}()},8923(ge,W,h){"use strict";h.d(W,{Rh:()=>T,gu:()=>K,tw:()=>L,w2:()=>V});var m=h(467),E=h(5726),A=h(3455),C=h(7928);const B=new Map,U=new Map,M=new Map,j=new Map,b=new Set,T=(te,H,F,ne="root")=>{U.set(`${te}/${H}`,F),j.set(te,{cssVariablesTarget:ne}),b.add(H),(0,C.E)(H)},L=function(){var te=(0,m.A)(function*(H,F,ne){const Q=`${H}_${F}_${ne||""}`,ce=B.get(Q);if(void 0!==ce)return ce;if(!b.has(F)){const ve=[...b.values()].join(", ");return console.warn(`You have requested a non-registered theme ${F} - falling back to ${E.SS}. Registered themes are: ${ve}`),ee(H,E.SS)}const[X,le]=yield Promise.all([ee(H,F),ne?ee(H,ne,!0):void 0]),ae=(0,A.Zq)(X,le);return ae&&B.set(Q,ae),ae});return function(F,ne,Q){return te.apply(this,arguments)}}(),ee=function(){var te=(0,m.A)(function*(H,F,ne=!1){const Q=(ne?M:U).get(`${H}/${F}`);if(!Q)return void(ne||console.error(`Theme [${F}] not registered for package [${H}]`));let ce;try{ce=yield Q(F)}catch(X){return void console.error(H,X.message)}return ce});return function(F,ne){return te.apply(this,arguments)}}(),V=()=>j,K=te=>b.has(te)},2134(ge,W,h){"use strict";h.d(W,{R:()=>C,k:()=>B});const E=new(h(1241).A),A="configurationReset",C=U=>{E.attachEvent(A,U)},B=()=>{E.fireEvent(A,void 0)}},4346(ge,W,h){"use strict";h.d(W,{hr:()=>b,qJ:()=>j});var m=h(6156),E=h(1241);const U=new Set,j=(T,S)=>{(0,m.A)("ConfigChange.eventProvider",new E.A).attachEvent("configChange",L=>{L.name===T&&!U.has(T)&&S(L.value)})},b=T=>(0,m.A)("ConfigChange.values",{})[T]},4181(ge,W,h){"use strict";h.d(W,{Z0:()=>F,gx:()=>H,mE:()=>X});var M=h(2260),j=h(4217),b=h(6060),S=(h(5726),h(2781)),L=h(2134),ee=h(4346);let V,K;(0,L.R)(()=>{V=void 0,K=void 0});let te=!1;(0,ee.qJ)("language",le=>{V=le,te=!0,(0,j.lb)(le).then(()=>{te=!1,(0,S.qM)()&&(0,b.xm)({languageAware:!0})})});const H=()=>te,F=()=>(void 0===V&&(V=(0,ee.hr)("language")??(0,M.Z0)()),V),X=()=>(void 0===K&&(K=(0,M.mE)()),K)},6726(ge,W,h){"use strict";h.d(W,{Dm:()=>Pe,O4:()=>F,PC:()=>ve,Z3:()=>X});var j=h(2260),b=h(6060),T=h(2616),S=h(1712),L=h(5726),ee=h(2781),V=h(2134),K=h(4346);let te,H;(0,V.R)(()=>{te=void 0}),(0,K.qJ)("theme",xe=>{te=xe,(0,ee.qM)()&&(0,T.Ay)(te).then(()=>(0,b.xm)({themeAware:!0}))});const F=()=>(void 0===te&&(te=(0,K.hr)("theme")??(0,j.O4)()),te),X=()=>{const xe=F();return ae(xe)?!xe.startsWith("sap_horizon"):!(0,S.A)()?.baseThemeName?.startsWith("sap_horizon")},ae=xe=>L.QP.includes(xe),ve=()=>H,Pe=xe=>{H=xe}},1934(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A={})=>C=>{if(Object.prototype.hasOwnProperty.call(C,"metadata")||(C.metadata={}),"string"==typeof A)return void(C.metadata.tag=A);const{tag:B,languageAware:U,themeAware:M,cldr:j,fastNavigation:b,formAssociated:T,shadowRootOptions:S}=A;C.metadata.tag=B,U&&(C.metadata.languageAware=U),j&&(C.metadata.cldr=j),M&&(C.metadata.themeAware=M),b&&(C.metadata.fastNavigation=b),T&&(C.metadata.formAssociated=T),S&&(C.metadata.shadowRootOptions=S),["renderer","template","styles","dependencies"].forEach(L=>{A[L]&&Object.defineProperty(C,L,{get:()=>A[L]})})}},1437(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C={})=>B=>{Object.prototype.hasOwnProperty.call(B,"metadata")||(B.metadata={});const U=B.metadata;U.events||(U.events={});const M=U.events;M[A]||(C.bubbles=!!C.bubbles,C.cancelable=!!C.cancelable,M[A]=C)}},3651(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>(C,B)=>{C.metadata.i18n||(C.metadata.i18n={}),Object.defineProperty(C,B,{get:()=>C.i18nBundles[A],set(){}}),C.metadata.i18n[B]={bundleName:A,target:C}}},1642(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>(C,B)=>{const U=C.constructor;Object.prototype.hasOwnProperty.call(U,"metadata")||(U.metadata={});const M=U.metadata;M.properties||(M.properties={});const j=M.properties;j[B]||(j[B]=A??{})}},6993(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=function m(A){return(C,B)=>{const U=C.constructor;Object.prototype.hasOwnProperty.call(U,"metadata")||(U.metadata={});const M=U.metadata;M.slots||(M.slots={});const j=M.slots;if(A&&A.default&&j.default)throw new Error("Only one slot can be the default slot.");const b=A&&A.default?"default":B;(A=A||{type:HTMLElement}).type||(A.type=HTMLElement),j[b]||(j[b]=A),A.default&&(delete j.default.default,j.default.propertyName=B),U.metadata.managedSlots=!0}}},362(ge,W,h){"use strict";h.d(W,{A:()=>j});var m=h(5386);let E;const A=new Map,C=()=>(E||(E=new window.ResizeObserver(b=>{window.requestAnimationFrame(()=>{b.forEach(T=>{const S=A.get(T.target);S&&Promise.all(S.map(L=>L()))})})})),E),j=class M{static register(T,S){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((b,T)=>{const S=A.get(b)||[];S.length||C().observe(b),A.set(b,[...S,T])})(L,S):console.warn("Cannot register ResizeHandler for element",T)}static deregister(T,S){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((b,T)=>{const S=A.get(b)||[];if(0===S.length)return;const L=S.filter(ee=>ee!==T);0===L.length?(C().unobserve(b),A.delete(b)):A.set(b,L)})(L,S):console.warn("Cannot deregister ResizeHandler for element",T)}}},6162(ge,W,h){"use strict";h.d(W,{E2:()=>M,fc:()=>A,ok:()=>C,rM:()=>U});var m=h(467);const E=b=>{const T=b.getAttribute("form");if(T){const S=document.getElementById(T);return S instanceof HTMLFormElement?S:null}return b._internals?.form??null},A=b=>{j(b)&&C(b)},C=b=>{if(b._internals?.form){if(B(b),!b.name)return void b._internals?.setFormValue(null);b._internals.setFormValue(b.formFormattedValue)}},B=function(){var b=(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(S=>S)){const S=yield T.formElementAnchor?.();T._internals.setValidity(T.formValidity,T.formValidityMessage,S)}else T._internals.setValidity({})});return function(S){return b.apply(this,arguments)}}(),U=function(){var b=(0,m.A)(function*(T){const S=E(T);if(!S)return;const L=[...S.elements];yield Promise.all(L.map(ee=>j(ee)?B(ee):Promise.resolve())),S.requestSubmit()});return function(S){return b.apply(this,arguments)}}(),M=b=>{E(b)?.reset()},j=b=>"formFormattedValue"in b&&"name"in b},5726(ge,W,h){"use strict";h.d(W,{Nm:()=>C,QP:()=>A,SS:()=>E,Xn:()=>B,dI:()=>U});const E="sap_horizon",A=["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"],C="en",B="en",U=["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,h){"use strict";h.d(W,{A:()=>E});const E={version:"2.23.1",major:2,minor:23,patch:1,suffix:"",isNext:!1,buildTime:1781204653}},6156(ge,W,h){"use strict";h.d(W,{A:()=>U});const A=()=>{const M=document.createElement("meta");return M.setAttribute("name","ui5-shared-resources"),M.setAttribute("content",""),M},U=(M,j)=>{const b=M.split(".");let T=typeof document>"u"?null:((M,j=document.body,b)=>{let T=document.querySelector(M);return T||(T=b?b():document.createElement(M),j.insertBefore(T,j.firstChild))})('meta[name="ui5-shared-resources"]',document.head,A);if(!T)return j;for(let S=0;S<b.length;S++){const L=b[S],ee=S===b.length-1;Object.prototype.hasOwnProperty.call(T,L)||(T[L]=ee?j:{}),T=T[L]}return T}},4446(ge,W,h){"use strict";h.d(W,{Ay:()=>Ge,HE:()=>Ce});var m=h(467),E=h(1175),A=h(4217),C=h(5726);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,U=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,M={he:"iw",yi:"ji",nb:"no",sr:"sh"},T={zh_HK:"zh_TW",in:"id"},L=$e=>{if(!$e)return C.Xn;if(T[$e])return T[$e];const Ne=$e.lastIndexOf("_");return Ne>=0?$e.slice(0,Ne):$e!==C.Xn?C.Xn:""};var ee=h(4181);const V=new Set,K=new Set,te=new Map,H=new Map,F=new Map,Q=($e,Ne)=>{te.set($e,Ne)},X=($e,Ne)=>F.has(`${$e}/${Ne}`),ve=($e,Ne)=>Ne!==C.Nm&&!X($e,Ne),Pe=function(){var $e=(0,m.A)(function*(Ne){const Xe=(0,E.A)().getLanguage(),Ae=(0,E.A)().getRegion(),at=(0,E.A)().getVariant();let Oe=Xe+(Ae?`-${Ae}`:"")+(at?`-${at}`:"");if(ve(Ne,Oe))for(Oe=($e=>{let Ne;if(!$e)return C.Xn;if("string"==typeof $e&&(Ne=B.exec($e.replace(/_/g,"-")))){let Xe=Ne[1].toLowerCase(),Ae=Ne[3]?Ne[3].toUpperCase():void 0;const at=Ne[2]?Ne[2].toLowerCase():void 0,Oe=Ne[4]?Ne[4].slice(1):void 0,Fe=Ne[6];return Xe=M[Xe]||Xe,Fe&&(Ne=U.exec(Fe))||Oe&&(Ne=U.exec(Oe))?`en_US_${Ne[1].toLowerCase()}`:("zh"===Xe&&!Ae&&("hans"===at?Ae="CN":"hant"===at&&(Ae="TW")),Xe+(Ae?"_"+Ae+(Oe?"_"+Oe.replace("-","_"):""):""))}return C.Xn})(Oe);ve(Ne,Oe);)Oe=L(Oe);const Fe=(0,ee.mE)();if(Oe!==C.Nm||Fe)if(X(Ne,Oe))try{const Ve=yield(($e,Ne)=>{const Xe=`${$e}/${Ne}`,Ae=F.get(Xe);return Ae&&!H.get(Xe)&&H.set(Xe,Ae(Ne)),H.get(Xe)})(Ne,Oe);Q(Ne,Ve)}catch(Ve){const Y=Ve;K.has(Y.message)||(K.add(Y.message),console.error(Y.message))}else($e=>{V.has($e)||(console.warn(`[${$e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${$e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),V.add($e))})(Ne);else Q(Ne,null)});return function(Xe){return $e.apply(this,arguments)}}();(0,A._F)($e=>{const Ne=[...te.keys()];return Promise.all(Ne.map(Pe))});const xe=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,me=new Map;class je{constructor(Ne){this.packageName=Ne}getText(Ne,...Xe){if("string"==typeof Ne&&(Ne={key:Ne,defaultText:Ne}),!Ne||!Ne.key)return"";const Ae=te.get(this.packageName);return Ae&&!Ae[Ne.key]&&console.warn(`Key ${Ne.key} not found in the i18n bundle, the default text will be used`),(($e,Ne)=>(Ne=Ne||[],$e.replace(xe,(Xe,Ae,at,Oe,Fe)=>{if(Ae)return"'";if(at)return at.replace(/''/g,"'");if(Oe){const Ve="string"==typeof Oe?parseInt(Oe):Oe;return String(Ne[Ve])}throw new Error(`[i18n]: pattern syntax error at pos ${Fe}`)})))(Ae&&Ae[Ne.key]?Ae[Ne.key]:Ne.defaultText||Ne.key,Xe)}}const Ce=function(){var $e=(0,m.A)(function*(Ne){return yield Pe(Ne),($e=>{if(me.has($e))return me.get($e);const Ne=new je($e);return me.set($e,Ne),Ne})(Ne)});return function(Xe){return $e.apply(this,arguments)}}(),Ge=je},8012(ge,W,h){"use strict";h.d(W,{A:()=>E,J:()=>A});const m=new Set,E=C=>{m.add(C)},A=C=>m.has(C)},1175(ge,W,h){"use strict";h.d(W,{A:()=>ee});var m=h(5726);const E=typeof document>"u";var B=h(4181);const U=/^((?:[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(K){const te=U.exec(K.replace(/_/g,"-"));if(null===te)throw new Error(`The given language ${K} does not adhere to BCP-47.`);this.sLocaleId=K,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]/,H=>H.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(K){return this.getPrivateUseSubtags().indexOf(K)>=0}toString(){const K=[this.sLanguage];return this.sScript&&K.push(this.sScript),this.sRegion&&K.push(this.sRegion),this.sVariant&&K.push(this.sVariant),this.sExtension&&K.push(this.sExtension),this.sPrivateUse&&K.push(this.sPrivateUse),K.join("-")}},b=new Map,T=V=>(b.has(V)||b.set(V,new j(V)),b.get(V)),S=V=>{try{if(V&&"string"==typeof V)return T(V)}catch{}return new j(m.Xn)},ee=V=>{if(V)return S(V);const K=(0,B.Z0)();return K?T(K):S((()=>{if(E)return m.Nm;const V=navigator.languages;return V&&V[0]||navigator.language||m.Nm})())}},4217(ge,W,h){"use strict";h.d(W,{_F:()=>C,lb:()=>U});const E=new(h(1241).A),A="languageChange",C=M=>{E.attachEvent(A,M)},U=M=>E.fireEventAsync(A,M)},1834(ge,W,h){"use strict";h.d(W,{A:()=>u});var m,E,A,B,U,M,j,b,T,S,L,ee,V={},K=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,H=Array.isArray;function F(_,p){for(var v in p)_[v]=p[v];return _}function ne(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function ce(_,p,v,k,O){var Z={type:_,props:p,key:v,ref:k,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:O??++A,__i:-1,__u:0};return null==O&&null!=E.vnode&&E.vnode(Z),Z}function le(_){return _.children}function ae(_,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 xe(_){(!_.__d&&(_.__d=!0)&&B.push(_)&&!Ee.__r++||U!==E.debounceRendering)&&((U=E.debounceRendering)||M)(Ee)}function Ee(){var _,p,v,k,O,Z,re,Re;for(B.sort(j);_=B.shift();)_.__d&&(p=B.length,k=void 0,Z=(O=(v=_).__v).__e,re=[],Re=[],v.__P&&((k=F({},O)).__v=O.__v+1,E.vnode&&E.vnode(k),$e(v.__P,k,O,v.__n,v.__P.namespaceURI,32&O.__u?[Z]:null,re,Z??ve(O),!!(32&O.__u),Re),k.__v=O.__v,k.__.__k[k.__i]=k,Ne(re,k,Re),k.__e!=Z&&Pe(k)),B.length>p&&B.sort(j));Ee.__r=0}function Ie(_,p,v,k,O,Z,re,Re,rt,g,Ze){var Se,Gt,w,x,ie,be,he=k&&k.__k||K,ue=p.length;for(rt=function me(_,p,v,k){var O,Z,re,Re,rt,g=p.length,Ze=v.length,Se=Ze,Gt=0;for(_.__k=[],O=0;O<g;O++)null!=(Z=p[O])&&"boolean"!=typeof Z&&"function"!=typeof Z?(Re=O+Gt,(Z=_.__k[O]="string"==typeof Z||"number"==typeof Z||"bigint"==typeof Z||Z.constructor==String?ce(null,Z,null,null,null):H(Z)?ce(le,{children:Z},null,null,null):void 0===Z.constructor&&Z.__b>0?ce(Z.type,Z.props,Z.key,Z.ref?Z.ref:null,Z.__v):Z).__=_,Z.__b=_.__b+1,re=null,-1!==(rt=Z.__i=st(Z,v,Re,Se))&&(Se--,(re=v[rt])&&(re.__u|=2)),null==re||null===re.__v?(-1==rt&&Gt--,"function"!=typeof Z.type&&(Z.__u|=4)):rt!==Re&&(rt==Re-1?Gt--:rt==Re+1?Gt++:(rt>Re?Gt--:Gt++,Z.__u|=4))):Z=_.__k[O]=null;if(Se)for(O=0;O<Ze;O++)null!=(re=v[O])&&!(2&re.__u)&&(re.__e==k&&(k=ve(re)),at(re,re));return k}(v,p,he,rt),Se=0;Se<ue;Se++)null!=(w=v.__k[Se])&&(Gt=-1===w.__i?V:he[w.__i]||V,w.__i=Se,be=$e(_,w,Gt,O,Z,re,Re,rt,g,Ze),x=w.__e,w.ref&&Gt.ref!=w.ref&&(Gt.ref&&Ae(Gt.ref,null,w),Ze.push(w.ref,w.__c||x,w)),null==ie&&null!=x&&(ie=x),4&w.__u||Gt.__k===w.__k?rt=ct(w,rt,_):"function"==typeof w.type&&void 0!==be?rt=be:x&&(rt=x.nextSibling),w.__u&=-7);return v.__e=ie,rt}function ct(_,p,v){var k,O;if("function"==typeof _.type){for(k=_.__k,O=0;k&&O<k.length;O++)k[O]&&(k[O].__=_,p=ct(k[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,k){var O=_.key,Z=_.type,re=v-1,Re=v+1,rt=p[v];if(null===rt||rt&&O==rt.key&&Z===rt.type&&!(2&rt.__u))return v;if(("function"!=typeof Z||Z===le||O)&&k>(null==rt||2&rt.__u?0:1))for(;re>=0||Re<p.length;){if(re>=0){if((rt=p[re])&&!(2&rt.__u)&&O==rt.key&&Z===rt.type)return re;re--}if(Re<p.length){if((rt=p[Re])&&!(2&rt.__u)&&O==rt.key&&Z===rt.type)return Re;Re++}}return-1}function Ce(_,p,v){"-"===p[0]?_.setProperty(p,v??""):_[p]=null==v?"":"number"!=typeof v||te.test(p)?v:v+"px"}function Be(_,p,v,k,O){var Z,re;e:if("style"===p)if("string"==typeof v)_.style.cssText=v;else{if("string"==typeof k&&(_.style.cssText=k=""),k)for(p in k)v&&p in v||Ce(_.style,p,"");if(v)for(p in v)k&&v[p]===k[p]||Ce(_.style,p,v[p])}else if("o"===p[0]&&"n"===p[1])Z=p!==(p=p.replace(b,"$1")),p=p.toLowerCase()in _||"onFocusOut"===p||"onFocusIn"===p?p.toLowerCase().slice(2):p.slice(2),_.l||(_.l={}),_.l[p+Z]=v,v?k?v.t=k.t:(v.t=T,_.addEventListener(p,Z?L:S,Z)):_.removeEventListener(p,Z?L:S,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{re=_.tagName&&_.tagName.includes("-"),_[p]=null!=v||re?v:"";break e}catch{}"function"==typeof v||(null==v||!1===v&&"-"!==p[4]?_.removeAttribute(p):_.setAttribute(p,"popover"==p&&1==v?"":v))}}function Ge(_){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 $e(_,p,v,k,O,Z,re,Re,rt,g){var Ze,Se,Gt,w,x,ie,be,he,ue,Ye,tt,mt,vt,Pt,ke,Yt,It,qt=p.type;if(void 0!==p.constructor)return null;128&v.__u&&(rt=!!(32&v.__u),Z=[Re=p.__e=v.__e]),(Ze=E.__b)&&Ze(p);e:if("function"==typeof qt)try{if(he=p.props,ue="prototype"in qt&&qt.prototype.render,Ye=(Ze=qt.contextType)&&k[Ze.__c],tt=Ze?Ye?Ye.props.value:Ze.__:k,v.__c?be=(Se=p.__c=v.__c).__=Se.__E:(ue?p.__c=Se=new qt(he,tt):(p.__c=Se=new ae(he,tt),Se.constructor=qt,Se.render=Oe),Ye&&Ye.sub(Se),Se.props=he,Se.state||(Se.state={}),Se.context=tt,Se.__n=k,Gt=Se.__d=!0,Se.__h=[],Se._sb=[]),ue&&null==Se.__s&&(Se.__s=Se.state),ue&&null!=qt.getDerivedStateFromProps&&(Se.__s==Se.state&&(Se.__s=F({},Se.__s)),F(Se.__s,qt.getDerivedStateFromProps(he,Se.__s))),w=Se.props,x=Se.state,Se.__v=p,Gt)ue&&null==qt.getDerivedStateFromProps&&null!=Se.componentWillMount&&Se.componentWillMount(),ue&&null!=Se.componentDidMount&&Se.__h.push(Se.componentDidMount);else{if(ue&&null==qt.getDerivedStateFromProps&&he!==w&&null!=Se.componentWillReceiveProps&&Se.componentWillReceiveProps(he,tt),!Se.__e&&(null!=Se.shouldComponentUpdate&&!1===Se.shouldComponentUpdate(he,Se.__s,tt)||p.__v===v.__v)){for(p.__v!==v.__v&&(Se.props=he,Se.state=Se.__s,Se.__d=!1),p.__e=v.__e,p.__k=v.__k,p.__k.some(function(tn){tn&&(tn.__=p)}),mt=0;mt<Se._sb.length;mt++)Se.__h.push(Se._sb[mt]);Se._sb=[],Se.__h.length&&re.push(Se);break e}null!=Se.componentWillUpdate&&Se.componentWillUpdate(he,Se.__s,tt),ue&&null!=Se.componentDidUpdate&&Se.__h.push(function(){Se.componentDidUpdate(w,x,ie)})}if(Se.context=tt,Se.props=he,Se.__P=_,Se.__e=!1,vt=E.__r,Pt=0,ue){for(Se.state=Se.__s,Se.__d=!1,vt&&vt(p),Ze=Se.render(Se.props,Se.state,Se.context),ke=0;ke<Se._sb.length;ke++)Se.__h.push(Se._sb[ke]);Se._sb=[]}else do{Se.__d=!1,vt&&vt(p),Ze=Se.render(Se.props,Se.state,Se.context),Se.state=Se.__s}while(Se.__d&&++Pt<25);Se.state=Se.__s,null!=Se.getChildContext&&(k=F(F({},k),Se.getChildContext())),ue&&!Gt&&null!=Se.getSnapshotBeforeUpdate&&(ie=Se.getSnapshotBeforeUpdate(w,x)),Re=Ie(_,H(Yt=null!=Ze&&Ze.type===le&&null==Ze.key?Ze.props.children:Ze)?Yt:[Yt],p,v,k,O,Z,re,Re,rt,g),Se.base=p.__e,p.__u&=-161,Se.__h.length&&re.push(Se),be&&(Se.__E=Se.__=null)}catch(tn){if(p.__v=null,rt||null!=Z)if(tn.then){for(p.__u|=rt?160:128;Re&&8===Re.nodeType&&Re.nextSibling;)Re=Re.nextSibling;Z[Z.indexOf(Re)]=null,p.__e=Re}else for(It=Z.length;It--;)ne(Z[It]);else p.__e=v.__e,p.__k=v.__k;E.__e(tn,p,v)}else null==Z&&p.__v===v.__v?(p.__k=v.__k,p.__e=v.__e):Re=p.__e=function Xe(_,p,v,k,O,Z,re,Re,rt){var g,Ze,Se,Gt,w,x,ie,be,he=v.props,ue=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((w=Z[g])&&"setAttribute"in w==!!Ye&&(Ye?w.localName===Ye:3===w.nodeType)){_=w,Z[g]=null;break}if(null==_){if(null===Ye)return document.createTextNode(ue);_=document.createElementNS(O,Ye,ue.is&&ue),Re&&(E.__m&&E.__m(p,Z),Re=!1),Z=null}if(null===Ye)he===ue||Re&&_.data===ue||(_.data=ue);else{if(Z=Z&&m.call(_.childNodes),he=v.props||V,!Re&&null!=Z)for(he={},g=0;g<_.attributes.length;g++)he[(w=_.attributes[g]).name]=w.value;for(g in he)if(w=he[g],"children"!=g)if("dangerouslySetInnerHTML"==g)Se=w;else if(!(g in ue)){if("value"==g&&"defaultValue"in ue||"checked"==g&&"defaultChecked"in ue)continue;Be(_,g,null,w,O)}for(g in ue)w=ue[g],"children"==g?Gt=w:"dangerouslySetInnerHTML"==g?Ze=w:"value"==g?x=w:"checked"==g?ie=w:Re&&"function"!=typeof w||he[g]===w||((g.startsWith("on")||"ref"===g&&"function"==typeof w)&&(be=k[Object.keys(k)[0]])&&(w=w.bind(be.props.value)),Be(_,g,w,he[g],O));if(Ze)Re||Se&&(Ze.__html===Se.__html||Ze.__html===_.innerHTML)||(_.innerHTML=Ze.__html),p.__k=[];else if(Se&&(_.innerHTML=""),Ie(_,H(Gt)?Gt:[Gt],p,v,k,"foreignObject"===Ye?"http://www.w3.org/1999/xhtml":O,Z,re,Z?Z[0]:v.__k&&ve(v,0),Re,rt),null!=Z)for(g=Z.length;g--;)ne(Z[g]);Re||(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!==ie&&ie!==_[g]&&Be(_,g,ie,he[g],O))}return _}(v.__e,p,v,k,O,Z,re,rt,g);return(Ze=E.diffed)&&Ze(p),128&p.__u?void 0:Re}function Ne(_,p,v){for(var k=0;k<v.length;k++)Ae(v[k],v[++k],v[++k]);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 k="function"==typeof _.__u;k&&_.__u(),k&&null==p||(_.__u=_(p))}else _.current=p}catch(O){E.__e(O,v)}}function at(_,p,v){var k,O;if(E.unmount&&E.unmount(_),(k=_.ref)&&(k.current&&k.current!==_.__e||Ae(k,null,p)),null!=(k=_.__c)){if(k.componentWillUnmount)try{k.componentWillUnmount()}catch(Z){E.__e(Z,p)}k.base=k.__P=null}if(k=_.__k)for(O=0;O<k.length;O++)k[O]&&at(k[O],p,v||"function"!=typeof _.type);v||ne(_.__e),_.__c=_.__=_.__e=void 0}function Oe(_,p,v){return this.constructor(_,v)}function Fe(_,p,v){var k,O,Z,re;p===document&&(p=document.documentElement),E.__&&E.__(_,p),O=(k="function"==typeof v)?null:v&&v.__k||p.__k,Z=[],re=[],$e(p,_=(!k&&v||p).__k=function Q(_,p,v){var k,O,Z,re={};for(Z in p)"key"==Z?k=p[Z]:"ref"==Z?O=p[Z]:re[Z]=p[Z];if(arguments.length>2&&(re.children=arguments.length>3?m.call(arguments,2):v),"function"==typeof _&&null!=_.defaultProps)for(Z in _.defaultProps)void 0===re[Z]&&(re[Z]=_.defaultProps[Z]);return ce(_,re,k,O,null)}(le,null,[_]),O||V,V,p.namespaceURI,!k&&v?[v]:O?null:p.firstChild?m.call(p.childNodes):null,Z,!k&&v?v:O?O.__e:p.firstChild,k,re),Ne(Z,_,re)}function Ve(_,p){Fe(_,p,Ve)}m=K.slice,E={__e:function(_,p,v,k){for(var O,Z,re;p=p.__;)if((O=p.__c)&&!O.__)try{if((Z=O.constructor)&&null!=Z.getDerivedStateFromError&&(O.setState(Z.getDerivedStateFromError(_)),re=O.__d),null!=O.componentDidCatch&&(O.componentDidCatch(_,k||{}),re=O.__d),re)return O.__E=O}catch(Re){_=Re}throw _}},A=0,ae.prototype.setState=function(_,p){var v;v=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof _&&(_=_(F({},v),this.props)),_&&F(v,_),null!=_&&this.__v&&(p&&this._sb.push(p),xe(this))},ae.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),xe(this))},ae.prototype.render=le,B=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(_,p){return _.__v.__b-p.__v.__b},Ee.__r=0,b=/(PointerCapture)$|Capture$/i,T=0,S=Ge(!1),L=Ge(!0),ee=0;var sn=0;const q=new WeakMap,u=(_,p)=>{let v=q.get(_);v||(v=function ye(_,p){var v={__c:p="__cC"+ee++,__:_,Consumer:function(k,O){return k.children(O)},Provider:function(k){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(re){this.props.value!==re.value&&O.forEach(function(Re){Re.__e=!0,xe(Re)})},this.sub=function(re){O.add(re);var Re=re.componentWillUnmount;re.componentWillUnmount=function(){O&&O.delete(re),Re&&Re.call(re)}}),k.children}};return v.Provider.__=v.Consumer.contextType=v}(_),q.set(_,v));const k=_.render(),O=function wt(_,p,v,k,O,Z){p||(p={});var re,Re,rt=p;"ref"in p&&(re=p.ref,delete p.ref);var g={type:_,props:rt,key:v,ref:re,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--sn,__i:-1,__u:0,__source:O,__self:Z};if("function"==typeof _&&(re=_.defaultProps))for(Re in re)void 0===rt[Re]&&(rt[Re]=re[Re]);return E.vnode&&E.vnode(g),g}(v.Provider,{value:_,children:k});_.__shouldHydrate?(_.shadowRoot?.querySelectorAll("style").forEach(Z=>Z.remove()),Ve(O,p),_.__shouldHydrate=!1):Fe(O,p)}},3823(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C)=>A.call(C)},8431(ge,W,h){"use strict";h.d(W,{A:()=>j});
|
|
1
|
+
(()=>{var ge,cb={9272(ge){var h;self,h=()=>(()=>{"use strict";var W={d:(b,T)=>{for(var S in T)W.o(T,S)&&!W.o(b,S)&&Object.defineProperty(b,S,{enumerable:!0,get:T[S]})},o:(b,T)=>Object.prototype.hasOwnProperty.call(b,T)},h={};function m(b,T){if(!(b instanceof T))throw new TypeError("Cannot call a class as a function")}function E(b){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})(b)}function A(b){var T=function(S){if("object"!=E(S)||!S)return S;var L=S[Symbol.toPrimitive];if(void 0!==L){var ee=L.call(S,"string");if("object"!=E(ee))return ee;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(S)}(b);return"symbol"==E(T)?T:T+""}function C(b,T){for(var S=0;S<T.length;S++){var L=T[S];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(b,A(L.key),L)}}function B(b,T,S){return T&&C(b.prototype,T),S&&C(b,S),Object.defineProperty(b,"prototype",{writable:!1}),b}function U(b,T,S){return(T=A(T))in b?Object.defineProperty(b,T,{value:S,enumerable:!0,configurable:!0,writable:!0}):b[T]=S,b}W.d(h,{default:()=>j});var M=new(B(function b(){m(this,b)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(b){return b&&"[object Function]"==={}.toString.call(b)}},{key:"isPromise",value:function(b){return b&&this.isFunction(b.then)}},{key:"isObject",value:function(b){return b&&"object"===E(b)&&!Array.isArray(b)}},{key:"deepMerge",value:function(b){for(var T=arguments.length,S=new Array(T>1?T-1:0),L=1;L<T;L++)S[L-1]=arguments[L];if(!S.length)return b;var ee=S.shift();if(this.isObject(b)&&this.isObject(ee))for(var V in ee)this.isObject(ee[V])?(b[V]||Object.assign(b,U({},V,{})),this.deepMerge(b[V],ee[V])):Object.assign(b,U({},V,ee[V]));return this.deepMerge.apply(this,[b].concat(S))}},{key:"prependOrigin",value:function(b){if(b.startsWith("http"))return b;var T=b.startsWith("/");return b.length?window.location.origin+(T?"":"/")+b:window.location.origin}}])),j=B(function b(){var T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m(this,b);var S={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},L=M.deepMerge(S,T);this.settings=L},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(b){var T=b.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(T))}},{key:"userInfo",value:function(){var b=this;return new Promise(function(T,S){var L=b.getAuthData(),ee=b.parseIdToken(L.idToken);T({email:ee.email?ee.email:"",name:ee.name?ee.name:""})})}},{key:"login",value:function(){var b=this;return new Promise(function(T,S){var L=b.settings,ee=L.nonceFn&&L.nonceFn()||b.generateNonce();sessionStorage.setItem("luigi.nonceValue",ee),L.oAuthData.nonce||(L.oAuthData.nonce=ee);var V=function(F,ne){return Object.assign(document.createElement("input"),{name:F,id:F,value:ne,type:"hidden"})},K=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="+ee),L.oAuthData){var H=V(te,L.oAuthData[te]);K.appendChild(H.cloneNode())}document.getElementsByTagName("body")[0].appendChild(K),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(F){console.info("load, e",F,b)})})}},{key:"logout",value:function(b,T){var S=this.settings,L="".concat(S.logoutUrl,"?id_token_hint=").concat(b.idToken,"&client_id=").concat(S.oAuthData.client_id,"&post_logout_redirect_uri=").concat(M.prependOrigin(S.post_logout_redirect_uri));T&&T(),setTimeout(function(){window.location.href=L})}},{key:"setTokenExpirationAction",value:function(){var b=this;this.expirationCheckIntervalInstance=setInterval(function(){var T=b.getAuthData();if(!T)return clearInterval(b.expirationCheckIntervalInstance);if((T&&T.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(b.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var S="".concat(b.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(M.prependOrigin(b.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",b.settings,void 0,S)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var b=this,T=1e3*this.settings.accessTokenExpiringNotificationTime,S=1e3*this.settings.expirationCheckInterval,L=this.getAuthData();L&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(L&&L.accessTokenExpirationDate||0)-(new Date).getTime()<T&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",b.settings),clearInterval(b.expirationSoonCheckIntervalInstance))},S))}},{key:"generateNonce",value:function(){var b=window.crypto;return Array.from(b.getRandomValues(new Uint8Array(20))).map(function(T){for(;T>=61*Math.floor(256/61);)T=b.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 h.default})(),ge.exports=h()},7866(ge,W){!function(h){"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 A(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===A(u[v],_[v]))return!1;return!0}if(!0===E(u)){var k={};for(var O in u)if(hasOwnProperty.call(u,O)){if(!1===A(u[O],_[O]))return!1;k[O]=!0}for(var Z in _)if(hasOwnProperty.call(_,Z)&&!0!==k[Z])return!1;return!0}return!1}function C(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 M;M="function"==typeof String.prototype.trimLeft?function(u){return u.trimLeft()}:function(u){return u.match(/^\s*(.*)/)[1]};var j=0,T=2,F={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",9:"Array<string>"},Q="UnquotedIdentifier",ce="QuotedIdentifier",X="Rbracket",le="Rparen",ae="Comma",ve="Colon",Pe="Rbrace",xe="Number",Ee="Current",Ie="Expref",me="Pipe",Ge="GTE",$e="LTE",Xe="Flatten",Ae="Star",at="Filter",Oe="Dot",Ve="Lbrace",Y="Lbracket",ye="Lparen",lt="Literal",We={".":Oe,"*":Ae,",":ae,":":ve,"{":Ve,"}":Pe,"]":X,"(":ye,")":le,"@":Ee},Et={"<":!0,">":!0,"=":!0,"!":!0},_t={" ":!0,"\t":!0,"\n":!0};function St(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||"_"===u}function sn(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 wt(){}wt.prototype={tokenize:function(u){var p,v,k,_=[];for(this._current=0;this._current<u.length;)if(St(u[this._current]))p=this._current,v=this._consumeUnquotedIdentifier(u),_.push({type:Q,value:v,start:p});else if(void 0!==We[u[this._current]])_.push({type:We[u[this._current]],value:u[this._current],start:this._current}),this._current++;else if(sn(u[this._current]))k=this._consumeNumber(u),_.push(k);else if("["===u[this._current])k=this._consumeLBracket(u),_.push(k);else if('"'===u[this._current])p=this._current,v=this._consumeQuotedIdentifier(u),_.push({type:ce,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&>(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;sn(u[this._current])&&this._current<p;)this._current++;var v=parseInt(u.slice(_,this._current));return{type:xe,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:$e,value:"<=",start:_}):{type:"LT",value:"<",start:_}:">"===p?"="===u[this._current]?(this._current++,{type:Ge,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 k=this._current;"\\"!==u[k]||"\\"!==u[k+1]&&"`"!==u[k+1]?k++:k+=2,this._current=k}var O=M(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 Le={};function Qe(){}function N(u){this.runtime=u}function $(u){this._interpreter=u,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[j]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[j]}]},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:[j]}]},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}]}}}Le.EOF=0,Le[Q]=0,Le[ce]=0,Le[X]=0,Le[le]=0,Le[ae]=0,Le[Pe]=0,Le[xe]=0,Le[Ee]=0,Le[Ie]=0,Le[me]=1,Le.Or=2,Le.And=3,Le.EQ=5,Le.GT=5,Le.LT=5,Le[Ge]=5,Le[$e]=5,Le.NE=5,Le[Xe]=9,Le[Ae]=20,Le[at]=21,Le[Oe]=40,Le.Not=45,Le[Ve]=50,Le[Y]=55,Le[ye]=60,Qe.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 wt).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<Le[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 Q:return{type:"Field",name:u.value};case ce:var k={type:"Field",name:u.value};if(this._lookahead(0)===ye)throw new Error("Quoted identifier not allowed for function names.");return k;case"Not":return{type:"NotExpression",children:[p=this.expression(Le.Not)]};case Ae:return p=null,{type:"ValueProjection",children:[{type:"Identity"},p=this._lookahead(0)===X?{type:"Identity"}:this._parseProjectionRHS(Le.Star)]};case at:return this.led(u.type,{type:"Identity"});case Ve:return this._parseMultiselectHash();case Xe:return{type:"Projection",children:[{type:Xe,children:[{type:"Identity"}]},p=this._parseProjectionRHS(Le.Flatten)]};case Y:return this._lookahead(0)===xe||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(Le.Star)]}):this._parseMultiselectList();case Ee:return{type:Ee};case Ie:return{type:"ExpressionReference",children:[v=this.expression(Le.Expref)]};case ye:for(var O=[];this._lookahead(0)!==le;)this._lookahead(0)===Ee?(v={type:Ee},this._advance()):v=this.expression(0),O.push(v);return this._match(le),O[0];default:this._errorToken(u)}},led:function(u,_){var p;switch(u){case Oe:var v=Le.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(Le.Pipe),{type:me,children:[_,p]};case"Or":return{type:"OrExpression",children:[_,p=this.expression(Le.Or)]};case"And":return{type:"AndExpression",children:[_,p=this.expression(Le.And)]};case ye:for(var Z,k=_.name,O=[];this._lookahead(0)!==le;)this._lookahead(0)===Ee?(Z={type:Ee},this._advance()):Z=this.expression(0),this._lookahead(0)===ae&&this._match(ae),O.push(Z);return this._match(le),{type:"Function",name:k,children:O};case at:var Re=this.expression(0);return this._match(X),{type:"FilterProjection",children:[_,p=this._lookahead(0)===Xe?{type:"Identity"}:this._parseProjectionRHS(Le.Filter),Re]};case Xe:return{type:"Projection",children:[{type:Xe,children:[_]},this._parseProjectionRHS(Le.Flatten)]};case"EQ":case"NE":case"GT":case Ge:case"LT":case $e:return this._parseComparator(_,u);case Y:var Ze=this._lookaheadToken(0);return Ze.type===xe||Ze.type===ve?(p=this._parseIndexExpression(),this._projectIfSlice(_,p)):(this._match(Ae),this._match(X),{type:"Projection",children:[_,p=this._parseProjectionRHS(Le.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(Le.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!==xe){var v=this._lookahead(0),k=new Error("Syntax error, unexpected token: "+v.value+"("+v.type+")");throw k.name="Parsererror",k}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(Le[_])]}},_parseDotRHS:function(u){var _=this._lookahead(0);return[Q,ce,Ae].indexOf(_)>=0?this.expression(u):_===Y?(this._match(Y),this._parseMultiselectList()):_===Ve?(this._match(Ve),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(u){var _;if(Le[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)!==Oe){var p=this._lookaheadToken(0),v=new Error("Sytanx error, unexpected token: "+p.value+"("+p.type+")");throw v.name="ParserError",v}this._match(Oe),_=this._parseDotRHS(u)}return _},_parseMultiselectList:function(){for(var u=[];this._lookahead(0)!==X;){var _=this.expression(0);if(u.push(_),this._lookahead(0)===ae&&(this._match(ae),this._lookahead(0)===X))throw new Error("Unexpected token Rbracket")}return this._match(X),{type:"MultiSelectList",children:u}},_parseMultiselectHash:function(){for(var p,v,k,u=[],_=[Q,ce];;){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),k=this.expression(0),u.push({type:"KeyValuePair",name:v,value:k}),this._lookahead(0)===ae)this._match(ae);else if(this._lookahead(0)===Pe){this._match(Pe);break}}return{type:"MultiSelectHash",children:u}}},N.prototype={search:function(u,_){return this.visit(u,_)},visit:function(u,_){var p,v,k,O,Z,re,Re,g,Ze;switch(u.type){case"Field":return null!==_&&E(_)?void 0===(re=_[u.name])?null:re:null;case"Subexpression":for(k=this.visit(u.children[0],_),Ze=1;Ze<u.children.length;Ze++)if(null===(k=this.visit(u.children[1],k)))return null;return k;case"IndexExpression":return Re=this.visit(u.children[0],_),this.visit(u.children[1],Re);case"Index":if(!m(_))return null;var Se=u.value;return Se<0&&(Se=_.length+Se),void 0===(k=_[Se])&&(k=null),k;case"Slice":if(!m(_))return null;var Gt=u.children.slice(0),w=this.computeSliceParams(_.length,Gt),x=w[0],ie=w[1],be=w[2];if(k=[],be>0)for(Ze=x;Ze<ie;Ze+=be)k.push(_[Ze]);else for(Ze=x;Ze>ie;Ze+=be)k.push(_[Ze]);return k;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 de=function B(u){for(var _=Object.keys(u),p=[],v=0;v<_.length;v++)p.push(u[_[v]]);return p}(he);for(Ze=0;Ze<de.length;Ze++)null!==(v=this.visit(u.children[1],de[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++)C(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":k=A(O,Z);break;case"NE":k=!A(O,Z);break;case"GT":k=O>Z;break;case Ge:k=O>=Z;break;case"LT":k=O<Z;break;case $e:k=O<=Z;break;default:throw new Error("Unknown comparator: "+u.name)}return k;case Xe:var vt=this.visit(u.children[0],_);if(!m(vt))return null;var Pt=[];for(Ze=0;Ze<vt.length;Ze++)m(v=vt[Ze])?Pt.push.apply(Pt,v):Pt.push(v);return Pt;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 ke;for(g={},Ze=0;Ze<u.children.length;Ze++)g[(ke=u.children[Ze]).name]=this.visit(ke.value,_);return g;case"OrExpression":return C(p=this.visit(u.children[0],_))&&(p=this.visit(u.children[1],_)),p;case"AndExpression":return!0===C(O=this.visit(u.children[0],_))?O:this.visit(u.children[1],_);case"NotExpression":return C(O=this.visit(u.children[0],_));case"Literal":return u.value;case me:return Re=this.visit(u.children[0],_),this.visit(u.children[1],Re);case Ee:return _;case"Function":var Yt=[];for(Ze=0;Ze<u.children.length;Ze++)Yt.push(this.visit(u.children[Ze],_));return this.runtime.callFunction(u.name,Yt);case"ExpressionReference":var It=u.children[0];return It.jmespathType=Ie,It;default:throw new Error("Unknown node type: "+u.type)}},computeSliceParams:function(u,_){var p=_[0],v=_[1],k=_[2],O=[null,null,null];if(null===k)k=1;else if(0===k){var Z=new Error("Invalid slice, step cannot be 0");throw Z.name="RuntimeError",Z}var re=k<0;return p=null===p?re?u-1:0:this.capSliceRange(u,p,k),v=null===v?re?-1:u:this.capSliceRange(u,v,k),O[0]=p,O[1]=v,O[2]=k,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 k,O,Z,re=0;re<p.length;re++){Z=!1,k=p[re].types,O=this._getTypeName(_[re]);for(var Re=0;Re<k.length;Re++)if(this._typeMatches(O,k[Re],_[re])){Z=!0;break}if(!Z){var rt=k.map(function(g){return F[g]}).join(",");throw new Error("TypeError: "+u+"() expected argument "+(re+1)+" to be type "+rt+" but received type "+F[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=j:9===_&&(v=T);for(var k=0;k<p.length;k++)if(!this._typeMatches(this._getTypeName(p[k]),v,p[k]))return!1;return!0}},_getTypeName:function(u){switch(Object.prototype.toString.call(u)){case"[object String]":return T;case"[object Number]":return j;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="",k=p.length-1;k>=0;k--)v+=p[k];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],k=u[1],O=0;O<k.length;O++)_.push(p.visit(v,k[O]));return _},_functionMerge:function(u){for(var _={},p=0;p<u.length;p++){var v=u[p];for(var k in v)_[k]=v[k]}return _},_functionMax:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===j)return Math.max.apply(Math,u[0]);for(var p=u[0],v=p[0],k=1;k<p.length;k++)v.localeCompare(p[k])<0&&(v=p[k]);return v}return null},_functionMin:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===j)return Math.min.apply(Math,u[0]);for(var p=u[0],v=p[0],k=1;k<p.length;k++)p[k].localeCompare(v)<0&&(v=p[k]);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 j: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=[],k=0;k<p.length;k++)v.push(_[p[k]]);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 _===j?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],k=this._getTypeName(p.visit(v,_[0]));if([j,T].indexOf(k)<0)throw new Error("TypeError");for(var O=this,Z=[],re=0;re<_.length;re++)Z.push([re,_[re]]);Z.sort(function(rt,g){var Ze=p.visit(v,rt[1]),Se=p.visit(v,g[1]);if(O._getTypeName(Ze)!==k)throw new Error("TypeError: expected "+k+", received "+O._getTypeName(Ze));if(O._getTypeName(Se)!==k)throw new Error("TypeError: expected "+k+", received "+O._getTypeName(Se));return Ze>Se?1:Ze<Se?-1:rt[0]-g[0]});for(var Re=0;Re<Z.length;Re++)_[Re]=Z[Re][1];return _},_functionMaxBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[j,T]),k=-1/0,re=0;re<p.length;re++)(Z=v(p[re]))>k&&(k=Z,O=p[re]);return O},_functionMinBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[j,T]),k=1/0,re=0;re<p.length;re++)(Z=v(p[re]))<k&&(k=Z,O=p[re]);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 re="TypeError: expected one of "+_+", received "+p._getTypeName(Z);throw new Error(re)}return Z}}},h.tokenize=function q(u){return(new wt).tokenize(u)},h.compile=function D(u){return(new Qe).parse(u)},h.search=function G(u,_){var p=new Qe,v=new $,k=new N(v);v._interpreter=k;var O=p.parse(_);return k.search(O,u)},h.strictDeepEqual=A}(W)},5667(ge,W,h){ge=h.nmd(ge);var E="__lodash_hash_undefined__",B=9007199254740991,U="[object Arguments]",M="[object Array]",b="[object Boolean]",T="[object Date]",S="[object Error]",L="[object Function]",V="[object Map]",K="[object Number]",H="[object Object]",F="[object Promise]",Q="[object RegExp]",ce="[object Set]",X="[object String]",ve="[object WeakMap]",Pe="[object ArrayBuffer]",xe="[object DataView]",Ne=/^\[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[U]=Ae[M]=Ae[Pe]=Ae[b]=Ae[xe]=Ae[T]=Ae[S]=Ae[L]=Ae[V]=Ae[K]=Ae[H]=Ae[Q]=Ae[ce]=Ae[X]=Ae[ve]=!1;var at="object"==typeof global&&global&&global.Object===Object&&global,Oe="object"==typeof self&&self&&self.Object===Object&&self,Fe=at||Oe||Function("return this")(),Ve=W&&!W.nodeType&&W,Y=Ve&&ge&&!ge.nodeType&&ge,ye=Y&&Y.exports===Ve,lt=ye&&at.process,We=function(){try{return lt&<.binding&<.binding("util")}catch{}}(),Et=We&&We.isTypedArray;function sn(R,oe){for(var ze=-1,ht=null==R?0:R.length;++ze<ht;)if(oe(R[ze],ze,R))return!0;return!1}function Le(R,oe){return R.has(oe)}function N(R){var oe=-1,ze=Array(R.size);return R.forEach(function(ht,nn){ze[++oe]=[nn,ht]}),ze}function D(R){var oe=-1,ze=Array(R.size);return R.forEach(function(ht){ze[++oe]=ht}),ze}var R,q=Array.prototype,u=Object.prototype,_=Fe["__core-js_shared__"],p=Function.prototype.toString,v=u.hasOwnProperty,k=(R=/[^.]+$/.exec(_&&_.keys&&_.keys.IE_PROTO||""))?"Symbol(src)_1."+R:"",O=u.toString,Z=RegExp("^"+p.call(v).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),re=ye?Fe.Buffer:void 0,Re=Fe.Symbol,rt=Fe.Uint8Array,g=u.propertyIsEnumerable,Ze=q.splice,Se=Re?Re.toStringTag:void 0,Gt=Object.getOwnPropertySymbols,w=re?re.isBuffer:void 0,x=function $(R,oe){return function(ze){return R(oe(ze))}}(Object.keys,Object),ie=Gr(Fe,"DataView"),be=Gr(Fe,"Map"),he=Gr(Fe,"Promise"),de=Gr(Fe,"Set"),Ye=Gr(Fe,"WeakMap"),tt=Gr(Object,"create"),mt=P(ie),vt=P(be),Pt=P(he),ke=P(de),Yt=P(Ye),It=Re?Re.prototype:void 0,qt=It?It.valueOf:void 0;function tn(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function Un(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function Ke(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function cn(R){var oe=-1,ze=null==R?0:R.length;for(this.__data__=new Ke;++oe<ze;)this.add(R[oe])}function wn(R){var oe=this.__data__=new Un(R);this.size=oe.size}function we(R,oe){for(var ze=R.length;ze--;)if(_e(R[ze][0],oe))return ze;return-1}function Xn(R){return null==R?void 0===R?"[object Undefined]":"[object Null]":Se&&Se in Object(R)?function Tr(R){var oe=v.call(R,Se),ze=R[Se];try{R[Se]=void 0;var ht=!0}catch{}var nn=O.call(R);return ht&&(oe?R[Se]=ze:delete R[Se]),nn}(R):function Js(R){return O.call(R)}(R)}function fn(R){return Zn(R)&&Xn(R)==U}function ho(R,oe,ze,ht,nn){return R===oe||(null==R||null==oe||!Zn(R)&&!Zn(oe)?R!=R&&oe!=oe:function ic(R,oe,ze,ht,nn,Ot){var qe=yt(R),Jn=yt(oe),zn=qe?M:to(R),An=Jn?M:to(oe),tr=(zn=zn==U?H:zn)==H,po=(An=An==U?H:An)==H,Ir=zn==An;if(Ir&&Ct(R)){if(!Ct(oe))return!1;qe=!0,tr=!1}if(Ir&&!tr)return Ot||(Ot=new wn),qe||Sr(R)?ui(R,oe,ze,ht,nn,Ot):function Po(R,oe,ze,ht,nn,Ot,qe){switch(ze){case xe:if(R.byteLength!=oe.byteLength||R.byteOffset!=oe.byteOffset)return!1;R=R.buffer,oe=oe.buffer;case Pe:return!(R.byteLength!=oe.byteLength||!Ot(new rt(R),new rt(oe)));case b:case T:case K:return _e(+R,+oe);case S:return R.name==oe.name&&R.message==oe.message;case Q:case X:return R==oe+"";case V:var Jn=N;case ce:if(Jn||(Jn=D),R.size!=oe.size&&!(1&ht))return!1;var An=qe.get(R);if(An)return An==oe;ht|=2,qe.set(R,oe);var tr=ui(Jn(R),Jn(oe),ht,nn,Ot,qe);return qe.delete(R),tr;case"[object Symbol]":if(qt)return qt.call(R)==qt.call(oe)}return!1}(R,oe,zn,ze,ht,nn,Ot);if(!(1&ze)){var ro=tr&&v.call(R,"__wrapped__"),dr=po&&v.call(oe,"__wrapped__");if(ro||dr){var di=ro?R.value():R,Yo=dr?oe.value():oe;return Ot||(Ot=new wn),nn(di,Yo,ze,ht,Ot)}}return!!Ir&&(Ot||(Ot=new wn),function ss(R,oe,ze,ht,nn,Ot){var qe=1&ze,Jn=ln(R),zn=Jn.length;if(zn!=ln(oe).length&&!qe)return!1;for(var po=zn;po--;){var Ir=Jn[po];if(!(qe?Ir in oe:v.call(oe,Ir)))return!1}var ro=Ot.get(R);if(ro&&Ot.get(oe))return ro==oe;var dr=!0;Ot.set(R,oe),Ot.set(oe,R);for(var di=qe;++po<zn;){var Yo=R[Ir=Jn[po]],ki=oe[Ir];if(ht)var Rd=qe?ht(ki,Yo,Ir,oe,R,Ot):ht(Yo,ki,Ir,R,oe,Ot);if(!(void 0===Rd?Yo===ki||nn(Yo,ki,ze,ht,Ot):Rd)){dr=!1;break}di||(di="constructor"==Ir)}if(dr&&!di){var Qs=R.constructor,ea=oe.constructor;Qs!=ea&&"constructor"in R&&"constructor"in oe&&!("function"==typeof Qs&&Qs instanceof Qs&&"function"==typeof ea&&ea instanceof ea)&&(dr=!1)}return Ot.delete(R),Ot.delete(oe),dr}(R,oe,ze,ht,nn,Ot))}(R,oe,ze,ht,ho,nn))}function ui(R,oe,ze,ht,nn,Ot){var qe=1&ze,Jn=R.length,zn=oe.length;if(Jn!=zn&&!(qe&&zn>Jn))return!1;var An=Ot.get(R);if(An&&Ot.get(oe))return An==oe;var tr=-1,po=!0,Ir=2&ze?new cn:void 0;for(Ot.set(R,oe),Ot.set(oe,R);++tr<Jn;){var ro=R[tr],dr=oe[tr];if(ht)var di=qe?ht(dr,ro,tr,oe,R,Ot):ht(ro,dr,tr,R,oe,Ot);if(void 0!==di){if(di)continue;po=!1;break}if(Ir){if(!sn(oe,function(Yo,ki){if(!Le(Ir,ki)&&(ro===Yo||nn(ro,Yo,ze,ht,Ot)))return Ir.push(ki)})){po=!1;break}}else if(ro!==dr&&!nn(ro,dr,ze,ht,Ot)){po=!1;break}}return Ot.delete(R),Ot.delete(oe),po}function ln(R){return function li(R,oe,ze){var ht=oe(R);return yt(R)?ht:function St(R,oe){for(var ze=-1,ht=oe.length,nn=R.length;++ze<ht;)R[nn+ze]=oe[ze];return R}(ht,ze(R))}(R,et,Zs)}function Nt(R,oe){var ze=R.__data__;return function no(R){var oe=typeof R;return"string"==oe||"number"==oe||"symbol"==oe||"boolean"==oe?"__proto__"!==R:null===R}(oe)?ze["string"==typeof oe?"string":"hash"]:ze.map}function Gr(R,oe){var ze=function Qe(R,oe){return R?.[oe]}(R,oe);return function en(R){return!(!Wn(R)||function sc(R){return!!k&&k in R}(R))&&(Dn(R)?Z:Ne).test(P(R))}(ze)?ze:void 0}tn.prototype.clear=function fr(){this.__data__=tt?tt(null):{},this.size=0},tn.prototype.delete=function Wt(R){var oe=this.has(R)&&delete this.__data__[R];return this.size-=oe?1:0,oe},tn.prototype.get=function Jt(R){var oe=this.__data__;if(tt){var ze=oe[R];return ze===E?void 0:ze}return v.call(oe,R)?oe[R]:void 0},tn.prototype.has=function bn(R){var oe=this.__data__;return tt?void 0!==oe[R]:v.call(oe,R)},tn.prototype.set=function pr(R,oe){var ze=this.__data__;return this.size+=this.has(R)?0:1,ze[R]=tt&&void 0===oe?E:oe,this},Un.prototype.clear=function jr(){this.__data__=[],this.size=0},Un.prototype.delete=function se(R){var oe=this.__data__,ze=we(oe,R);return!(ze<0||(ze==oe.length-1?oe.pop():Ze.call(oe,ze,1),--this.size,0))},Un.prototype.get=function He(R){var oe=this.__data__,ze=we(oe,R);return ze<0?void 0:oe[ze][1]},Un.prototype.has=function J(R){return we(this.__data__,R)>-1},Un.prototype.set=function Ue(R,oe){var ze=this.__data__,ht=we(ze,R);return ht<0?(++this.size,ze.push([R,oe])):ze[ht][1]=oe,this},Ke.prototype.clear=function dt(){this.size=0,this.__data__={hash:new tn,map:new(be||Un),string:new tn}},Ke.prototype.delete=function Bt(R){var oe=Nt(this,R).delete(R);return this.size-=oe?1:0,oe},Ke.prototype.get=function Zt(R){return Nt(this,R).get(R)},Ke.prototype.has=function Qt(R){return Nt(this,R).has(R)},Ke.prototype.set=function an(R,oe){var ze=Nt(this,R),ht=ze.size;return ze.set(R,oe),this.size+=ze.size==ht?0:1,this},cn.prototype.add=cn.prototype.push=function Lo(R){return this.__data__.set(R,E),this},cn.prototype.has=function eo(R){return this.__data__.has(R)},wn.prototype.clear=function _n(){this.__data__=new Un,this.size=0},wn.prototype.delete=function hn(R){var oe=this.__data__,ze=oe.delete(R);return this.size=oe.size,ze},wn.prototype.get=function Nr(R){return this.__data__.get(R)},wn.prototype.has=function $n(R){return this.__data__.has(R)},wn.prototype.set=function No(R,oe){var ze=this.__data__;if(ze instanceof Un){var ht=ze.__data__;if(!be||ht.length<199)return ht.push([R,oe]),this.size=++ze.size,this;ze=this.__data__=new Ke(ht)}return ze.set(R,oe),this.size=ze.size,this};var Zs=Gt?function(R){return null==R?[]:(R=Object(R),function _t(R,oe){for(var ze=-1,ht=null==R?0:R.length,nn=0,Ot=[];++ze<ht;){var qe=R[ze];oe(qe,ze,R)&&(Ot[nn++]=qe)}return Ot}(Gt(R),function(oe){return g.call(R,oe)}))}:function ur(){return[]},to=Xn;function Ni(R,oe){return!!(oe=oe??B)&&("number"==typeof R||Xe.test(R))&&R>-1&&R%1==0&&R<oe}function P(R){if(null!=R){try{return p.call(R)}catch{}try{return R+""}catch{}}return""}function _e(R,oe){return R===oe||R!=R&&oe!=oe}(ie&&to(new ie(new ArrayBuffer(1)))!=xe||be&&to(new be)!=V||he&&to(he.resolve())!=F||de&&to(new de)!=ce||Ye&&to(new Ye)!=ve)&&(to=function(R){var oe=Xn(R),ze=oe==H?R.constructor:void 0,ht=ze?P(ze):"";if(ht)switch(ht){case mt:return xe;case vt:return V;case Pt:return F;case ke:return ce;case Yt:return ve}return oe});var nt=fn(function(){return arguments}())?fn:function(R){return Zn(R)&&v.call(R,"callee")&&!g.call(R,"callee")},yt=Array.isArray,Ct=w||function gr(){return!1};function Dn(R){if(!Wn(R))return!1;var oe=Xn(R);return oe==L||"[object GeneratorFunction]"==oe||"[object AsyncFunction]"==oe||"[object Proxy]"==oe}function Hn(R){return"number"==typeof R&&R>-1&&R%1==0&&R<=B}function Wn(R){var oe=typeof R;return null!=R&&("object"==oe||"function"==oe)}function Zn(R){return null!=R&&"object"==typeof R}var Sr=Et?function wt(R){return function(oe){return R(oe)}}(Et):function Xs(R){return Zn(R)&&Hn(R.length)&&!!Ae[Xn(R)]};function et(R){return function pn(R){return null!=R&&Hn(R.length)&&!Dn(R)}(R)?function ko(R,oe){var ze=yt(R),ht=!ze&&nt(R),nn=!ze&&!ht&&Ct(R),Ot=!ze&&!ht&&!nn&&Sr(R),qe=ze||ht||nn||Ot,Jn=qe?function gt(R,oe){for(var ze=-1,ht=Array(R);++ze<R;)ht[ze]=oe(ze);return ht}(R.length,String):[],zn=Jn.length;for(var An in R)(oe||v.call(R,An))&&(!qe||!("length"==An||nn&&("offset"==An||"parent"==An)||Ot&&("buffer"==An||"byteLength"==An||"byteOffset"==An)||Ni(An,zn)))&&Jn.push(An);return Jn}(R):function fo(R){if(!function Sl(R){var oe=R&&R.constructor;return R===("function"==typeof oe&&oe.prototype||u)}(R))return x(R);var oe=[];for(var ze in Object(R))v.call(R,ze)&&"constructor"!=ze&&oe.push(ze);return oe}(R)}ge.exports=function ut(R,oe){return ho(R,oe)}},2706(ge,W,h){ge=h.nmd(ge);var E="__lodash_hash_undefined__",B=9007199254740991,U="[object Arguments]",M="[object Array]",j="[object Boolean]",b="[object Date]",T="[object Error]",S="[object Function]",ee="[object Map]",V="[object Number]",K="[object Object]",te="[object Promise]",H="[object RegExp]",F="[object Set]",ne="[object String]",ce="[object WeakMap]",X="[object ArrayBuffer]",le="[object DataView]",Ce=/^\[object .+?Constructor\]$/,Be=/^(?:0|[1-9]\d*)$/,Ge={};Ge["[object Float32Array]"]=Ge["[object Float64Array]"]=Ge["[object Int8Array]"]=Ge["[object Int16Array]"]=Ge["[object Int32Array]"]=Ge["[object Uint8Array]"]=Ge["[object Uint8ClampedArray]"]=Ge["[object Uint16Array]"]=Ge["[object Uint32Array]"]=!0,Ge[U]=Ge[M]=Ge[X]=Ge[j]=Ge[le]=Ge[b]=Ge[T]=Ge[S]=Ge[ee]=Ge[V]=Ge[K]=Ge[H]=Ge[F]=Ge[ne]=Ge[ce]=!1;var $e="object"==typeof global&&global&&global.Object===Object&&global,Ne="object"==typeof self&&self&&self.Object===Object&&self,Xe=$e||Ne||Function("return this")(),Ae=W&&!W.nodeType&&W,at=Ae&&ge&&!ge.nodeType&&ge,Fe=at&&at.exports===Ae&&$e.process,Ve=function(){try{return Fe&&Fe.binding("util")}catch{}}(),Y=Ve&&Ve.isTypedArray;function ye(P,_e){for(var nt=-1,yt=P?P.length:0;++nt<yt;)if(_e(P[nt],nt,P))return!0;return!1}function _t(P){var _e=!1;if(null!=P&&"function"!=typeof P.toString)try{_e=!!(P+"")}catch{}return _e}function St(P){var _e=-1,nt=Array(P.size);return P.forEach(function(yt,pn){nt[++_e]=[pn,yt]}),nt}function gt(P){var _e=-1,nt=Array(P.size);return P.forEach(function(yt){nt[++_e]=yt}),nt}var P,wt=Array.prototype,Le=Function.prototype,Qe=Object.prototype,N=Xe["__core-js_shared__"],$=(P=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+P:"",D=Le.toString,q=Qe.hasOwnProperty,G=Qe.toString,u=RegExp("^"+D.call(q).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_=Xe.Symbol,p=Xe.Uint8Array,v=Qe.propertyIsEnumerable,k=wt.splice,O=function sn(P,_e){return function(nt){return P(_e(nt))}}(Object.keys,Object),Z=fn(Xe,"DataView"),re=fn(Xe,"Map"),Re=fn(Xe,"Promise"),rt=fn(Xe,"Set"),g=fn(Xe,"WeakMap"),Ze=fn(Object,"create"),Se=Po(Z),Gt=Po(re),w=Po(Re),x=Po(rt),ie=Po(g),be=_?_.prototype:void 0,he=be?be.valueOf:void 0;function de(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function ke(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function Wt(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function se(P){var _e=-1,nt=P?P.length:0;for(this.__data__=new Wt;++_e<nt;)this.add(P[_e])}function Ue(P){this.__data__=new ke(P)}function cn(P,_e){for(var nt=P.length;nt--;)if(ss(P[nt][0],_e))return nt;return-1}function eo(P,_e,nt,yt,pn){return P===_e||(null==P||null==_e||!Ni(P)&&!no(_e)?P!=P&&_e!=_e:function wn(P,_e,nt,yt,pn,Ct){var ut=Nt(P),Dn=Nt(_e),Hn=M,Wn=M;ut||(Hn=(Hn=ho(P))==U?K:Hn),Dn||(Wn=(Wn=ho(_e))==U?K:Wn);var Zn=Hn==K&&!_t(P),Sr=Wn==K&&!_t(_e),et=Hn==Wn;if(et&&!Zn)return Ct||(Ct=new Ue),ut||Sl(P)?No(P,_e,nt,yt,pn,Ct):function ko(P,_e,nt,yt,pn,Ct,ut){switch(nt){case le:if(P.byteLength!=_e.byteLength||P.byteOffset!=_e.byteOffset)return!1;P=P.buffer,_e=_e.buffer;case X:return!(P.byteLength!=_e.byteLength||!yt(new p(P),new p(_e)));case j:case b:case V:return ss(+P,+_e);case T:return P.name==_e.name&&P.message==_e.message;case H:case ne:return P==_e+"";case ee:var Dn=St;case F:if(Dn||(Dn=gt),P.size!=_e.size&&!(2&Ct))return!1;var Wn=ut.get(P);if(Wn)return Wn==_e;Ct|=1,ut.set(P,_e);var Zn=No(Dn(P),Dn(_e),yt,pn,Ct,ut);return ut.delete(P),Zn;case"[object Symbol]":if(he)return he.call(P)==he.call(_e)}return!1}(P,_e,Hn,nt,yt,pn,Ct);if(!(2&pn)){var ur=Zn&&q.call(P,"__wrapped__"),gr=Sr&&q.call(_e,"__wrapped__");if(ur||gr){var R=ur?P.value():P,oe=gr?_e.value():_e;return Ct||(Ct=new Ue),nt(R,oe,yt,pn,Ct)}}return!!et&&(Ct||(Ct=new Ue),function we(P,_e,nt,yt,pn,Ct){var ut=2&pn,Dn=Js(P),Hn=Dn.length;if(Hn!=Js(_e).length&&!ut)return!1;for(var Sr=Hn;Sr--;){var et=Dn[Sr];if(!(ut?et in _e:q.call(_e,et)))return!1}var ur=Ct.get(P);if(ur&&Ct.get(_e))return ur==_e;var gr=!0;Ct.set(P,_e),Ct.set(_e,P);for(var R=ut;++Sr<Hn;){var oe=P[et=Dn[Sr]],ze=_e[et];if(yt)var ht=ut?yt(ze,oe,et,_e,P,Ct):yt(oe,ze,et,P,_e,Ct);if(!(void 0===ht?oe===ze||nt(oe,ze,yt,pn,Ct):ht)){gr=!1;break}R||(R="constructor"==et)}if(gr&&!R){var nn=P.constructor,Ot=_e.constructor;nn!=Ot&&"constructor"in P&&"constructor"in _e&&!("function"==typeof nn&&nn instanceof nn&&"function"==typeof Ot&&Ot instanceof Ot)&&(gr=!1)}return Ct.delete(P),Ct.delete(_e),gr}(P,_e,nt,yt,pn,Ct))}(P,_e,eo,nt,yt,pn))}function No(P,_e,nt,yt,pn,Ct){var ut=2&pn,Dn=P.length,Hn=_e.length;if(Dn!=Hn&&!(ut&&Hn>Dn))return!1;var Wn=Ct.get(P);if(Wn&&Ct.get(_e))return Wn==_e;var Zn=-1,Sr=!0,et=1&pn?new se:void 0;for(Ct.set(P,_e),Ct.set(_e,P);++Zn<Dn;){var ur=P[Zn],gr=_e[Zn];if(yt)var R=ut?yt(gr,ur,Zn,_e,P,Ct):yt(ur,gr,Zn,P,_e,Ct);if(void 0!==R){if(R)continue;Sr=!1;break}if(et){if(!ye(_e,function(oe,ze){if(!et.has(ze)&&(ur===oe||nt(ur,oe,yt,pn,Ct)))return et.add(ze)})){Sr=!1;break}}else if(ur!==gr&&!nt(ur,gr,yt,pn,Ct)){Sr=!1;break}}return Ct.delete(P),Ct.delete(_e),Sr}function li(P,_e){var nt=P.__data__;return function en(P){var _e=typeof P;return"string"==_e||"number"==_e||"symbol"==_e||"boolean"==_e?"__proto__"!==P:null===P}(_e)?nt["string"==typeof _e?"string":"hash"]:nt.map}function fn(P,_e){var nt=function Et(P,_e){return P?.[_e]}(P,_e);return function hn(P){return!(!Ni(P)||function Xs(P){return!!$&&$ in P}(P))&&(Zs(P)||_t(P)?u:Ce).test(Po(P))}(nt)?nt:void 0}de.prototype.clear=function Ye(){this.__data__=Ze?Ze(null):{}},de.prototype.delete=function tt(P){return this.has(P)&&delete this.__data__[P]},de.prototype.get=function mt(P){var _e=this.__data__;if(Ze){var nt=_e[P];return nt===E?void 0:nt}return q.call(_e,P)?_e[P]:void 0},de.prototype.has=function vt(P){var _e=this.__data__;return Ze?void 0!==_e[P]:q.call(_e,P)},de.prototype.set=function Pt(P,_e){return this.__data__[P]=Ze&&void 0===_e?E:_e,this},ke.prototype.clear=function Yt(){this.__data__=[]},ke.prototype.delete=function It(P){var _e=this.__data__,nt=cn(_e,P);return!(nt<0||(nt==_e.length-1?_e.pop():k.call(_e,nt,1),0))},ke.prototype.get=function qt(P){var _e=this.__data__,nt=cn(_e,P);return nt<0?void 0:_e[nt][1]},ke.prototype.has=function tn(P){return cn(this.__data__,P)>-1},ke.prototype.set=function fr(P,_e){var nt=this.__data__,yt=cn(nt,P);return yt<0?nt.push([P,_e]):nt[yt][1]=_e,this},Wt.prototype.clear=function Jt(){this.__data__={hash:new de,map:new(re||ke),string:new de}},Wt.prototype.delete=function bn(P){return li(this,P).delete(P)},Wt.prototype.get=function pr(P){return li(this,P).get(P)},Wt.prototype.has=function Un(P){return li(this,P).has(P)},Wt.prototype.set=function jr(P,_e){return li(this,P).set(P,_e),this},se.prototype.add=se.prototype.push=function He(P){return this.__data__.set(P,E),this},se.prototype.has=function J(P){return this.__data__.has(P)},Ue.prototype.clear=function Ke(){this.__data__=new ke},Ue.prototype.delete=function dt(P){return this.__data__.delete(P)},Ue.prototype.get=function Bt(P){return this.__data__.get(P)},Ue.prototype.has=function Zt(P){return this.__data__.has(P)},Ue.prototype.set=function Qt(P,_e){var nt=this.__data__;if(nt instanceof ke){var yt=nt.__data__;if(!re||yt.length<199)return yt.push([P,_e]),this;nt=this.__data__=new Wt(yt)}return nt.set(P,_e),this};var ho=function Lo(P){return G.call(P)};function ic(P,_e){return!!(_e=_e??B)&&("number"==typeof P||Be.test(P))&&P>-1&&P%1==0&&P<_e}function ui(P){return P==P&&!Ni(P)}function Po(P){if(null!=P){try{return D.call(P)}catch{}try{return P+""}catch{}}return""}function ss(P,_e){return P===_e||P!=P&&_e!=_e}(Z&&ho(new Z(new ArrayBuffer(1)))!=le||re&&ho(new re)!=ee||Re&&ho(Re.resolve())!=te||rt&&ho(new rt)!=F||g&&ho(new g)!=ce)&&(ho=function(P){var _e=G.call(P),nt=_e==K?P.constructor:void 0,yt=nt?Po(nt):void 0;if(yt)switch(yt){case Se:return le;case Gt:return ee;case w:return te;case x:return F;case ie:return ce}return _e});var Nt=Array.isArray;function Gr(P){return null!=P&&to(P.length)&&!Zs(P)}function Zs(P){var _e=Ni(P)?G.call(P):"";return _e==S||"[object GeneratorFunction]"==_e}function to(P){return"number"==typeof P&&P>-1&&P%1==0&&P<=B}function Ni(P){var _e=typeof P;return!!P&&("object"==_e||"function"==_e)}function no(P){return!!P&&"object"==typeof P}var Sl=Y?function We(P){return function(_e){return P(_e)}}(Y):function Nr(P){return no(P)&&to(P.length)&&!!Ge[G.call(P)]};function Js(P){return Gr(P)?function an(P,_e){var nt=Nt(P)||function ln(P){return function Tr(P){return no(P)&&Gr(P)}(P)&&q.call(P,"callee")&&(!v.call(P,"callee")||G.call(P)==U)}(P)?function lt(P,_e){for(var nt=-1,yt=Array(P);++nt<P;)yt[nt]=_e(nt);return yt}(P.length,String):[],yt=nt.length,pn=!!yt;for(var Ct in P)(_e||q.call(P,Ct))&&(!pn||"length"!=Ct&&!ic(Ct,yt))&&nt.push(Ct);return nt}(P):function $n(P){if(!function fo(P){var _e=P&&P.constructor;return P===("function"==typeof _e&&_e.prototype||Qe)}(P))return O(P);var _e=[];for(var nt in Object(P))q.call(P,nt)&&"constructor"!=nt&&_e.push(nt);return _e}(P)}ge.exports=function sc(P,_e){return P===_e||function _n(P,_e,nt,yt){var pn=nt.length,Ct=pn,ut=!yt;if(null==P)return!Ct;for(P=Object(P);pn--;){var Dn=nt[pn];if(ut&&Dn[2]?Dn[1]!==P[Dn[0]]:!(Dn[0]in P))return!1}for(;++pn<Ct;){var Hn=(Dn=nt[pn])[0],Wn=P[Hn],Zn=Dn[1];if(ut&&Dn[2]){if(void 0===Wn&&!(Hn in P))return!1}else{var Sr=new Ue;if(yt)var et=yt(Wn,Zn,Hn,P,_e,Sr);if(!(void 0===et?eo(Zn,Wn,yt,3,Sr):et))return!1}}return!0}(P,_e,function Xn(P){for(var _e=Js(P),nt=_e.length;nt--;){var yt=_e[nt],pn=P[yt];_e[nt]=[yt,pn,ui(pn)]}return _e}(_e))}},1892(ge,W,h){"use strict";h.d(W,{FK:()=>Ze,Y:()=>Se,FD:()=>Gt});var m,E,A,B,U,M,j,b,T,S,L,V={},K=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,H=Array.isArray;function F(w,x){for(var ie in x)w[ie]=x[ie];return w}function ne(w){w&&w.parentNode&&w.parentNode.removeChild(w)}function ce(w,x,ie,be,he){var de={type:w,props:x,key:ie,ref:be,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:he??++A,__i:-1,__u:0};return null==he&&null!=E.vnode&&E.vnode(de),de}function le(w){return w.children}function ae(w,x){this.props=w,this.context=x}function ve(w,x){if(null==x)return w.__?ve(w.__,w.__i+1):null;for(var ie;x<w.__k.length;x++)if(null!=(ie=w.__k[x])&&null!=ie.__e)return ie.__e;return"function"==typeof w.type?ve(w):null}function Pe(w){var x,ie;if(null!=(w=w.__)&&null!=w.__c){for(w.__e=w.__c.base=null,x=0;x<w.__k.length;x++)if(null!=(ie=w.__k[x])&&null!=ie.__e){w.__e=w.__c.base=ie.__e;break}return Pe(w)}}function xe(w){(!w.__d&&(w.__d=!0)&&B.push(w)&&!Ee.__r++||U!==E.debounceRendering)&&((U=E.debounceRendering)||M)(Ee)}function Ee(){var w,x,ie,be,he,de,Ye,tt;for(B.sort(j);w=B.shift();)w.__d&&(x=B.length,be=void 0,de=(he=(ie=w).__v).__e,Ye=[],tt=[],ie.__P&&((be=F({},he)).__v=he.__v+1,E.vnode&&E.vnode(be),$e(ie.__P,be,he,ie.__n,ie.__P.namespaceURI,32&he.__u?[de]:null,Ye,de??ve(he),!!(32&he.__u),tt),be.__v=he.__v,be.__.__k[be.__i]=be,Ne(Ye,be,tt),be.__e!=de&&Pe(be)),B.length>x&&B.sort(j));Ee.__r=0}function Ie(w,x,ie,be,he,de,Ye,tt,mt,vt,Pt){var ke,Yt,It,qt,tn,fr,Wt=be&&be.__k||K,Jt=x.length;for(mt=function me(w,x,ie,be){var he,de,Ye,tt,mt,vt=x.length,Pt=ie.length,ke=Pt,Yt=0;for(w.__k=[],he=0;he<vt;he++)null!=(de=x[he])&&"boolean"!=typeof de&&"function"!=typeof de?(tt=he+Yt,(de=w.__k[he]="string"==typeof de||"number"==typeof de||"bigint"==typeof de||de.constructor==String?ce(null,de,null,null,null):H(de)?ce(le,{children:de},null,null,null):void 0===de.constructor&&de.__b>0?ce(de.type,de.props,de.key,de.ref?de.ref:null,de.__v):de).__=w,de.__b=w.__b+1,Ye=null,-1!==(mt=de.__i=st(de,ie,tt,ke))&&(ke--,(Ye=ie[mt])&&(Ye.__u|=2)),null==Ye||null===Ye.__v?(-1==mt&&Yt--,"function"!=typeof de.type&&(de.__u|=4)):mt!==tt&&(mt==tt-1?Yt--:mt==tt+1?Yt++:(mt>tt?Yt--:Yt++,de.__u|=4))):de=w.__k[he]=null;if(ke)for(he=0;he<Pt;he++)null!=(Ye=ie[he])&&!(2&Ye.__u)&&(Ye.__e==be&&(be=ve(Ye)),at(Ye,Ye));return be}(ie,x,Wt,mt),ke=0;ke<Jt;ke++)null!=(It=ie.__k[ke])&&(Yt=-1===It.__i?V:Wt[It.__i]||V,It.__i=ke,fr=$e(w,It,Yt,he,de,Ye,tt,mt,vt,Pt),qt=It.__e,It.ref&&Yt.ref!=It.ref&&(Yt.ref&&Ae(Yt.ref,null,It),Pt.push(It.ref,It.__c||qt,It)),null==tn&&null!=qt&&(tn=qt),4&It.__u||Yt.__k===It.__k?mt=ct(It,mt,w):"function"==typeof It.type&&void 0!==fr?mt=fr:qt&&(mt=qt.nextSibling),It.__u&=-7);return ie.__e=tn,mt}function ct(w,x,ie){var be,he;if("function"==typeof w.type){for(be=w.__k,he=0;be&&he<be.length;he++)be[he]&&(be[he].__=w,x=ct(be[he],x,ie));return x}w.__e!=x&&(x&&w.type&&!ie.contains(x)&&(x=ve(w)),ie.insertBefore(w.__e,x||null),x=w.__e);do{x=x&&x.nextSibling}while(null!=x&&8===x.nodeType);return x}function st(w,x,ie,be){var he=w.key,de=w.type,Ye=ie-1,tt=ie+1,mt=x[ie];if(null===mt||mt&&he==mt.key&&de===mt.type&&!(2&mt.__u))return ie;if(("function"!=typeof de||de===le||he)&&be>(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&&de===mt.type)return Ye;Ye--}if(tt<x.length){if((mt=x[tt])&&!(2&mt.__u)&&he==mt.key&&de===mt.type)return tt;tt++}}return-1}function Ce(w,x,ie){"-"===x[0]?w.setProperty(x,ie??""):w[x]=null==ie?"":"number"!=typeof ie||te.test(x)?ie:ie+"px"}function Be(w,x,ie,be,he){var de,Ye;e:if("style"===x)if("string"==typeof ie)w.style.cssText=ie;else{if("string"==typeof be&&(w.style.cssText=be=""),be)for(x in be)ie&&x in ie||Ce(w.style,x,"");if(ie)for(x in ie)be&&ie[x]===be[x]||Ce(w.style,x,ie[x])}else if("o"===x[0]&&"n"===x[1])de=x!==(x=x.replace(b,"$1")),x=x.toLowerCase()in w||"onFocusOut"===x||"onFocusIn"===x?x.toLowerCase().slice(2):x.slice(2),w.l||(w.l={}),w.l[x+de]=ie,ie?be?ie.t=be.t:(ie.t=T,w.addEventListener(x,de?L:S,de)):w.removeEventListener(x,de?L:S,de);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 w)try{Ye=w.tagName&&w.tagName.includes("-"),w[x]=null!=ie||Ye?ie:"";break e}catch{}"function"==typeof ie||(null==ie||!1===ie&&"-"!==x[4]?w.removeAttribute(x):w.setAttribute(x,"popover"==x&&1==ie?"":ie))}}function Ge(w){return function(x){if(this.l){var ie=this.l[x.type+w];if(null==x.u)x.u=T++;else if(x.u<ie.t)return;return ie(E.event?E.event(x):x)}}}function $e(w,x,ie,be,he,de,Ye,tt,mt,vt){var Pt,ke,Yt,It,qt,tn,fr,Wt,Jt,bn,pr,Un,jr,se,He,J,Ue,Ke=x.type;if(void 0!==x.constructor)return null;128&ie.__u&&(mt=!!(32&ie.__u),de=[tt=x.__e=ie.__e]),(Pt=E.__b)&&Pt(x);e:if("function"==typeof Ke)try{if(Wt=x.props,Jt="prototype"in Ke&&Ke.prototype.render,bn=(Pt=Ke.contextType)&&be[Pt.__c],pr=Pt?bn?bn.props.value:Pt.__:be,ie.__c?fr=(ke=x.__c=ie.__c).__=ke.__E:(Jt?x.__c=ke=new Ke(Wt,pr):(x.__c=ke=new ae(Wt,pr),ke.constructor=Ke,ke.render=Oe),bn&&bn.sub(ke),ke.props=Wt,ke.state||(ke.state={}),ke.context=pr,ke.__n=be,Yt=ke.__d=!0,ke.__h=[],ke._sb=[]),Jt&&null==ke.__s&&(ke.__s=ke.state),Jt&&null!=Ke.getDerivedStateFromProps&&(ke.__s==ke.state&&(ke.__s=F({},ke.__s)),F(ke.__s,Ke.getDerivedStateFromProps(Wt,ke.__s))),It=ke.props,qt=ke.state,ke.__v=x,Yt)Jt&&null==Ke.getDerivedStateFromProps&&null!=ke.componentWillMount&&ke.componentWillMount(),Jt&&null!=ke.componentDidMount&&ke.__h.push(ke.componentDidMount);else{if(Jt&&null==Ke.getDerivedStateFromProps&&Wt!==It&&null!=ke.componentWillReceiveProps&&ke.componentWillReceiveProps(Wt,pr),!ke.__e&&(null!=ke.shouldComponentUpdate&&!1===ke.shouldComponentUpdate(Wt,ke.__s,pr)||x.__v===ie.__v)){for(x.__v!==ie.__v&&(ke.props=Wt,ke.state=ke.__s,ke.__d=!1),x.__e=ie.__e,x.__k=ie.__k,x.__k.some(function(dt){dt&&(dt.__=x)}),Un=0;Un<ke._sb.length;Un++)ke.__h.push(ke._sb[Un]);ke._sb=[],ke.__h.length&&Ye.push(ke);break e}null!=ke.componentWillUpdate&&ke.componentWillUpdate(Wt,ke.__s,pr),Jt&&null!=ke.componentDidUpdate&&ke.__h.push(function(){ke.componentDidUpdate(It,qt,tn)})}if(ke.context=pr,ke.props=Wt,ke.__P=w,ke.__e=!1,jr=E.__r,se=0,Jt){for(ke.state=ke.__s,ke.__d=!1,jr&&jr(x),Pt=ke.render(ke.props,ke.state,ke.context),He=0;He<ke._sb.length;He++)ke.__h.push(ke._sb[He]);ke._sb=[]}else do{ke.__d=!1,jr&&jr(x),Pt=ke.render(ke.props,ke.state,ke.context),ke.state=ke.__s}while(ke.__d&&++se<25);ke.state=ke.__s,null!=ke.getChildContext&&(be=F(F({},be),ke.getChildContext())),Jt&&!Yt&&null!=ke.getSnapshotBeforeUpdate&&(tn=ke.getSnapshotBeforeUpdate(It,qt)),tt=Ie(w,H(J=null!=Pt&&Pt.type===le&&null==Pt.key?Pt.props.children:Pt)?J:[J],x,ie,be,he,de,Ye,tt,mt,vt),ke.base=x.__e,x.__u&=-161,ke.__h.length&&Ye.push(ke),fr&&(ke.__E=ke.__=null)}catch(dt){if(x.__v=null,mt||null!=de)if(dt.then){for(x.__u|=mt?160:128;tt&&8===tt.nodeType&&tt.nextSibling;)tt=tt.nextSibling;de[de.indexOf(tt)]=null,x.__e=tt}else for(Ue=de.length;Ue--;)ne(de[Ue]);else x.__e=ie.__e,x.__k=ie.__k;E.__e(dt,x,ie)}else null==de&&x.__v===ie.__v?(x.__k=ie.__k,x.__e=ie.__e):tt=x.__e=function Xe(w,x,ie,be,he,de,Ye,tt,mt){var vt,Pt,ke,Yt,It,qt,tn,fr,Wt=ie.props,Jt=x.props,bn=x.type;if("svg"===bn?he="http://www.w3.org/2000/svg":"math"===bn?he="http://www.w3.org/1998/Math/MathML":he||(he="http://www.w3.org/1999/xhtml"),null!=de)for(vt=0;vt<de.length;vt++)if((It=de[vt])&&"setAttribute"in It==!!bn&&(bn?It.localName===bn:3===It.nodeType)){w=It,de[vt]=null;break}if(null==w){if(null===bn)return document.createTextNode(Jt);w=document.createElementNS(he,bn,Jt.is&&Jt),tt&&(E.__m&&E.__m(x,de),tt=!1),de=null}if(null===bn)Wt===Jt||tt&&w.data===Jt||(w.data=Jt);else{if(de=de&&m.call(w.childNodes),Wt=ie.props||V,!tt&&null!=de)for(Wt={},vt=0;vt<w.attributes.length;vt++)Wt[(It=w.attributes[vt]).name]=It.value;for(vt in Wt)if(It=Wt[vt],"children"!=vt)if("dangerouslySetInnerHTML"==vt)ke=It;else if(!(vt in Jt)){if("value"==vt&&"defaultValue"in Jt||"checked"==vt&&"defaultChecked"in Jt)continue;Be(w,vt,null,It,he)}for(vt in Jt)It=Jt[vt],"children"==vt?Yt=It:"dangerouslySetInnerHTML"==vt?Pt=It:"value"==vt?qt=It:"checked"==vt?tn=It:tt&&"function"!=typeof It||Wt[vt]===It||((vt.startsWith("on")||"ref"===vt&&"function"==typeof It)&&(fr=be[Object.keys(be)[0]])&&(It=It.bind(fr.props.value)),Be(w,vt,It,Wt[vt],he));if(Pt)tt||ke&&(Pt.__html===ke.__html||Pt.__html===w.innerHTML)||(w.innerHTML=Pt.__html),x.__k=[];else if(ke&&(w.innerHTML=""),Ie(w,H(Yt)?Yt:[Yt],x,ie,be,"foreignObject"===bn?"http://www.w3.org/1999/xhtml":he,de,Ye,de?de[0]:ie.__k&&ve(ie,0),tt,mt),null!=de)for(vt=de.length;vt--;)ne(de[vt]);tt||(vt="value","progress"===bn&&null==qt?w.removeAttribute("value"):void 0!==qt&&(qt!==w[vt]||"progress"===bn&&!qt||"option"===bn&&qt!==Wt[vt])&&Be(w,vt,qt,Wt[vt],he),vt="checked",void 0!==tn&&tn!==w[vt]&&Be(w,vt,tn,Wt[vt],he))}return w}(ie.__e,x,ie,be,he,de,Ye,mt,vt);return(Pt=E.diffed)&&Pt(x),128&x.__u?void 0:tt}function Ne(w,x,ie){for(var be=0;be<ie.length;be++)Ae(ie[be],ie[++be],ie[++be]);E.__c&&E.__c(x,w),w.some(function(he){try{w=he.__h,he.__h=[],w.some(function(de){de.call(he)})}catch(de){E.__e(de,he.__v)}})}function Ae(w,x,ie){try{if("function"==typeof w){var be="function"==typeof w.__u;be&&w.__u(),be&&null==x||(w.__u=w(x))}else w.current=x}catch(he){E.__e(he,ie)}}function at(w,x,ie){var be,he;if(E.unmount&&E.unmount(w),(be=w.ref)&&(be.current&&be.current!==w.__e||Ae(be,null,x)),null!=(be=w.__c)){if(be.componentWillUnmount)try{be.componentWillUnmount()}catch(de){E.__e(de,x)}be.base=be.__P=null}if(be=w.__k)for(he=0;he<be.length;he++)be[he]&&at(be[he],x,ie||"function"!=typeof w.type);ie||ne(w.__e),w.__c=w.__=w.__e=void 0}function Oe(w,x,ie){return this.constructor(w,ie)}m=K.slice,E={__e:function(w,x,ie,be){for(var he,de,Ye;x=x.__;)if((he=x.__c)&&!he.__)try{if((de=he.constructor)&&null!=de.getDerivedStateFromError&&(he.setState(de.getDerivedStateFromError(w)),Ye=he.__d),null!=he.componentDidCatch&&(he.componentDidCatch(w,be||{}),Ye=he.__d),Ye)return he.__E=he}catch(tt){w=tt}throw w}},A=0,ae.prototype.setState=function(w,x){var ie;ie=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof w&&(w=w(F({},ie),this.props)),w&&F(ie,w),null!=w&&this.__v&&(x&&this._sb.push(x),xe(this))},ae.prototype.forceUpdate=function(w){this.__v&&(this.__e=!0,w&&this.__h.push(w),xe(this))},ae.prototype.render=le,B=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(w,x){return w.__v.__b-x.__v.__b},Ee.__r=0,b=/(PointerCapture)$|Capture$/i,T=0,S=Ge(!1),L=Ge(!0);var sn=0;function wt(w,x,ie,be,he,de){x||(x={});var Ye,tt,mt=x;"ref"in x&&(Ye=x.ref,delete x.ref);var vt={type:w,props:mt,key:ie,ref:Ye,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--sn,__i:-1,__u:0,__source:he,__self:de};if("function"==typeof w&&(Ye=w.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 rt(w,x,ie){let be;return function Re(w){return"function"==typeof w&&"getMetadata"in w}(w)?(be=w.getMetadata().getTag(),function re(w,x){const be=w.getMetadata().getEvents();Object.keys(x).forEach(he=>{if(he.startsWith("on")){const de=he.slice(2),Ye=(w=>(w=>{if(!u.has(w)){const x=w.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();u.set(w,x)}return u.get(w)})(w))(de),tt=de.charAt(0).toLowerCase()+de.slice(1);let mt;Ye in be?mt=Ye:tt in be&&(mt=tt),mt&&"onClick"!==he&&(x[`onui5-${mt}`]=x[he],delete x[he])}})}(w,x)):be=w,"object"==typeof x.class&&(x.class=function q(w){let x="";for(const ie in w)w[ie]&&(x&&(x+=" "),x+=ie);return x}(x.class)),be}const g=E.vnode;function Ze(w,x){return le(w)}function Se(w,x,ie){return wt(rt(w,x),x,ie)}function Gt(w,x,ie){return wt(rt(w,x),x,ie)}E.vnode=w=>{g&&g(w)}},2781(ge,W,h){"use strict";h.d(W,{zj:()=>at,qM:()=>$e});var m=h(467),C=h(1241),B=h(3455),U=h(3274),j=h(2260);let T;(0,h(2134).R)(()=>{T=void 0});const K=()=>{const Ve=(0,U.x)("OpenUI5Support");(!Ve||!Ve.isOpenUI5Detected())&&(()=>{const Ve=document.querySelector("head>style[data-ui5-font-face]");void 0===T&&(T=(0,j.d$)()),!T||Ve||(0,B.g5)("data-ui5-font-face")||(0,B._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=h(6726),le=h(2616),ae=h(7983),ve=h(7928),Pe=h(6136);let Ce,xe=!1,st=!1,Be=!1;const Ge=new C.A,$e=()=>st,Xe=function(){var Ve=(0,m.A)(function*(){const Y=(0,U.x)("OpenUI5Support"),ye=!!Y&&Y.isOpenUI5Detected(),lt=(0,U.x)("F6Navigation");Y&&(lt&<.destroy(),yield Y.init()),lt&&!ye&<.init()});return function(){return Ve.apply(this,arguments)}}(),at=function(){var Ve=(0,m.A)(function*(){if(void 0!==Ce)return Ce;const Y=function(){var ye=(0,m.A)(function*(lt){(0,ae.je)(),typeof document>"u"?lt():((0,ve.h)(Fe),yield Xe(),yield new Promise(Ve=>{document.body?Ve():document.addEventListener("DOMContentLoaded",()=>{Ve()})}),yield(0,le.Ay)((0,X.O4)()),(()=>{if(Be)return;const Ve=(0,U.x)("OpenUI5Support");Ve&&(Be=Ve.attachListeners())})(),K(),(0,B.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,B.g5)("data-ui5-scrollbar-styles")||(0,B._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)()&&!xe&&(document.body.addEventListener("touchstart",()=>{}),xe=!0),lt(),st=!0,Ge.fireEvent("boot"))});return function(We){return ye.apply(this,arguments)}}();return Ce=new Promise(Y),Ce});return function(){return Ve.apply(this,arguments)}}(),Fe=Ve=>{if(!st)return;const Y=(0,X.O4)(),ye=(0,X.PC)();(Ve===Y||Ve===ye)&&(0,le.Ay)(Y)}},7607(ge,W,h){"use strict";h.d(W,{D8:()=>b,FN:()=>S,J4:()=>L,KI:()=>j});var m=h(6156),E=h(7983);const A=(0,m.A)("Tags",new Map),C=new Set;let U,B=new Map;const j=V=>{C.add(V),A.set(V,(0,E._w)())},b=V=>C.has(V),S=()=>[...C.values()],L=V=>{let K=A.get(V);void 0===K&&(K=-1),B.has(K)||B.set(K,new Set),B.get(K).add(V),U||(U=setTimeout(()=>{ee(),B=new Map,U=void 0},1e3))},ee=()=>{const V=(0,E.J1)(),K=(0,E._w)(),te=V[K];let H="Multiple UI5 Web Components instances detected.";V.length>1&&(H=`${H}\nLoading order (versions before 1.1.0 not listed): ${V.map(F=>`\n${F.description}`).join("")}`),[...B.keys()].forEach(F=>{let ne,Q,ce;-1===F?(ne=1,Q={description:"Older unknown runtime"}):(ne=(0,E.Dz)(K,F),Q=V[F]),ce=ne>0?"an older":ne<0?"a newer":"the same",H=`${H}\n\n"${te.description}" failed to define ${B.get(F).size} tag(s) as they were defined by a runtime of ${ce} version "${Q.description}": ${[...B.get(F)].sort().join(", ")}.`,H=ne>0?`${H}\nWARNING! If your code uses features of the above web components, unavailable in ${Q.description}, it might not work as expected!`:`${H}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),H=`${H}\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(H)}},4001(ge,W,h){"use strict";h.d(W,{$4:()=>ee,LI:()=>S,RF:()=>L,rD:()=>b}),h(7607),h(9514);let U={include:[/./],exclude:[]};const M=new Map,b=()=>{},S=()=>U,L=K=>{if(!M.has(K)){const te=U.include.some(H=>K.match(H))&&!U.exclude.some(H=>K.match(H));M.set(K,te)}return M.get(K)},ee=K=>{if(L(K))return b()}},6136(ge,W,h){"use strict";h.d(W,{H8:()=>S,cX:()=>F,m0:()=>ne,nr:()=>T,tp:()=>V,un:()=>H,xl:()=>K});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:()=>(j(),E.touch&&!B)};let A,C,B;const U=()=>{if(m||!E.windows)return!1;if(void 0===A){const Q=E.userAgent.match(/Windows NT (\d+).(\d)/);A=Q?parseFloat(Q[1]):0}return A>=8},j=()=>{if(m)return!1;if(void 0===B){if(E.ipad)return void(B=!0);if(E.touch){if(U())return void(B=!0);if(E.chrome&&E.android)return void(B=!/Mobile Safari\/[.0-9]+/.test(E.userAgent));let Q=window.devicePixelRatio?window.devicePixelRatio:1;return E.android&&(()=>{if(m||!E.webkit)return!1;if(void 0===C){const Q=E.userAgent.match(/(webkit)[ /]([\w.]+)/);C=Q?parseFloat(Q[1]):0}return C>=537.1})()&&(Q=1),void(B=Math.min(window.screen.width/Q,window.screen.height/Q)>=600)}B=-1!==E.userAgent.indexOf("Touch")||E.android&&!E.androidPhone}},T=()=>E.safari,S=()=>E.chrome,V=()=>E._isPhone(),K=()=>!m&&(j(),!((E.touch||U())&&B||V())||U()),H=()=>E.iOS,F=()=>E.macOS,ne=()=>E.android||E.androidPhone},1241(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=class m{constructor(){this._eventRegistry=new Map}attachEvent(C,B){const U=this._eventRegistry,M=U.get(C);Array.isArray(M)?M.includes(B)||M.push(B):U.set(C,[B])}detachEvent(C,B){const U=this._eventRegistry,M=U.get(C);if(!M)return;const j=M.indexOf(B);-1!==j&&M.splice(j,1),0===M.length&&U.delete(C)}fireEvent(C,B){const U=this._eventRegistry.get(C);return U?U.map(M=>M.call(this,B)):[]}fireEventAsync(C,B){return Promise.all(this.fireEvent(C,B))}isHandlerAttached(C,B){const U=this._eventRegistry.get(C);return!!U&&U.includes(B)}hasListeners(C){return!!this._eventRegistry.get(C)}}},3274(ge,W,h){"use strict";h.d(W,{x:()=>A});const m=new Map,A=C=>m.get(C)},2260(ge,W,h){"use strict";h.d(W,{d$:()=>te,$n:()=>H,mE:()=>V,Z0:()=>ee,uf:()=>K,O4:()=>S,SU:()=>L});var je,m=h(8509),E=h(3274),A=h(5726),C=((je=C||{}).Full="full",je.Basic="basic",je.Minimal="minimal",je.None="none",je);const B=C;var U=h(2134),M=h(6121);let j=!1,b={animationMode:B.Full,theme:A.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 S=()=>(me(),b.theme),L=()=>(me(),b.themeRoot),ee=()=>(me(),b.language),V=()=>(me(),b.fetchDefaultLanguage),K=()=>(me(),b.noConflict),te=()=>(me(),b.defaultFontLoading),H=()=>(me(),b.enableDefaultTooltips),le=new Map;le.set("true",!0),le.set("false",!1);const Ee=(je,st,Ce)=>{const Be=st.toLowerCase(),Ge=je.split(`${Ce}-`)[1];le.has(st)&&(st=le.get(Be)),"theme"===Ge?(b.theme=((je,st)=>"theme"===je&&st.includes("@")?st.split("@")[0]:st)(Ge,st),st&&st.includes("@")&&(b.themeRoot=(je=>je.split("@")[1])(st))):b[Ge]=st},me=()=>{typeof document>"u"||j||(ct(),j=!0)},ct=je=>{je&&(0,U.k)(),(()=>{const je=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let st;if(je){try{st=JSON.parse(je.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}st&&(b=(0,m.A)(b,st))}})(),b.ignoreUrlParams||(()=>{const je=new URLSearchParams((0,M.iA)());je.forEach((st,Ce)=>{const Be=Ce.split("sap-").length;0===Be||Be===Ce.split("sap-ui-").length||Ee(Ce,st,"sap")}),je.forEach((st,Ce)=>{Ce.startsWith("sap-ui")&&Ee(Ce,st,"sap-ui")})})(),(()=>{const je=(0,E.x)("OpenUI5Support");if(!je||!je.isOpenUI5Detected())return;const st=je.getConfigurationSettingsObject();b=(0,m.A)(b,st)})()}},2358(ge,W,h){"use strict";h.d(W,{BF:()=>j,FG:()=>S,HJ:()=>q,KK:()=>X,KL:()=>Ce,OC:()=>T,Ob:()=>Ne,Pj:()=>ee,RI:()=>E,Tu:()=>u,W_:()=>$e,_0:()=>U,aI:()=>F,bR:()=>Ge,hn:()=>le,ie:()=>L,oY:()=>Fe,oi:()=>D,qN:()=>Ee,tt:()=>ne,ty:()=>gt,uV:()=>Ie,vQ:()=>Oe,xC:()=>M,zP:()=>Be});const E=g=>(g.key?"Enter"===g.key:13===g.keyCode)&&!O(g),U=g=>re(g,!0,!1,!1),M=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&!O(g),j=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&re(g,!1,!1,!0),T=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&!O(g),S=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),F=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&re(g,!1,!1,!0),ne=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&re(g,!1,!1,!0),X=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&re(g,!1,!1,!0),le=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&re(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),Ce=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),Ge=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&re(g,!1,!1,!0),$e=g=>(g.key?"Backspace"===g.key:8===g.keyCode)&&!O(g),Ne=g=>(g.key?"Delete"===g.key:46===g.keyCode)&&!O(g),Oe=g=>(g.key?"PageUp"===g.key:33===g.keyCode)&&!O(g),Fe=g=>(g.key?"PageDown"===g.key:34===g.keyCode)&&!O(g),gt=g=>"F2"===g.key&&!O(g),D=g=>(g.key?"F7"===g.key:118===g.keyCode)&&!O(g),q=g=>(g.key?"F8"===g.key:119===g.keyCode)&&re(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),re=(g,Ze,Se,Gt)=>g.shiftKey===Gt&&g.altKey===Se&&Z(g)===Ze},6121(ge,W,h){"use strict";h.d(W,{$N:()=>U,VQ:()=>A,iA:()=>M,iw:()=>B,lj:()=>C});const m=typeof document>"u",E_search=()=>m?"":window.location.search,A=()=>m?"":window.location.hostname,C=()=>m?"":window.location.port,B=()=>m?"":window.location.protocol,U=()=>m?"":window.location.href,M=()=>E_search()},3455(ge,W,h){"use strict";h.d(W,{E6:()=>b,Zq:()=>T,_r:()=>B,eP:()=>j,g5:()=>M});var m=h(7983);const E=typeof document>"u",A=(S,L)=>L?`${S}|${L}`:S,B=(S,L,ee="",V)=>{const K=(0,m._w)(),te=new CSSStyleSheet;te.replaceSync(S),te._ui5StyleId=A(L,ee),V&&(te._ui5RuntimeIndex=K,te._ui5Theme=V),document.adoptedStyleSheets=[...document.adoptedStyleSheets,te]},M=(S,L="")=>!!E||!!document.adoptedStyleSheets.find(ee=>ee._ui5StyleId===A(S,L)),j=(S,L="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(ee=>ee._ui5StyleId!==A(S,L))},b=(S,L,ee="",V)=>{M(L,ee)?((S,L,ee="",V)=>{const K=(0,m._w)(),te=document.adoptedStyleSheets.find(H=>H._ui5StyleId===A(L,ee));te&&(V?(te._ui5Theme!==V||(S=>void 0===S||(0,m.Dz)((0,m._w)(),parseInt(S))>=1)(te._ui5RuntimeIndex))&&(te.replaceSync(S||""),te._ui5RuntimeIndex=String(K),te._ui5Theme=V):te.replaceSync(S||""))})(S,L,ee,V):B(S,L,ee,V)},T=(S,L)=>void 0===S?L:void 0===L?S:`${S} ${L}`},4583(ge,W,h){"use strict";h.d(W,{A:()=>M});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 j,A=((j=A||{}).RANGE_4STEPS="4Step",j);const U={RANGESETS:A,initRangeSet:(j,b)=>{m.set(j,b)},getCurrentRange:(j,b=window.innerWidth)=>{let S,T=m.get(j);T||(T=m.get("4Step"));const L=Math.floor(b);return T.forEach((ee,V)=>{L>=ee[0]&&L<=ee[1]&&(S=V)}),S||[...T.keys()][0]}};U.initRangeSet(U.RANGESETS.RANGE_4STEPS,E);const M=U},6060(ge,W,h){"use strict";h.d(W,{zo:()=>ne,xm:()=>ve,kT:()=>te,oK:()=>K,JT:()=>le,fz:()=>F,nl:()=>H});var m=h(467),E=h(1241);var U=h(7607),M=h(8012);const j=new Set,b=new E.A,T=new class C{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 je=ct.get(me)||0;if(je>10)throw new Error("Web component processed too many times this task, max allowed is: 10");Ie(me),ct.set(me,je+1),me=this.shift()}}};let S,L,ee,V;const K=function(){var Ee=(0,m.A)(function*(Ie){T.add(Ie),yield Q()});return function(me){return Ee.apply(this,arguments)}}(),te=Ee=>{j.add(Ee)},H=Ee=>{j.delete(Ee)},F=Ee=>{b.fireEvent("beforeComponentRender",Ee),te(Ee),Ee._render()},ne=Ee=>{T.remove(Ee),H(Ee)},Q=function(){var Ee=(0,m.A)(function*(){V||(V=new Promise(Ie=>{window.requestAnimationFrame(()=>{T.process(F),V=null,Ie(),ee||(ee=setTimeout(()=>{ee=void 0,T.isEmpty()&&ae()},200))})})),yield V});return function(){return Ee.apply(this,arguments)}}(),le=function(){var Ee=(0,m.A)(function*(){yield(()=>{const Ee=(0,U.FN)().map(Ie=>customElements.whenDefined(Ie));return Promise.all(Ee)})(),yield S||(S=new Promise(Ee=>{L=Ee,window.requestAnimationFrame(()=>{T.isEmpty()&&(S=void 0,Ee())})}),S)});return function(){return Ee.apply(this,arguments)}}(),ae=()=>{T.isEmpty()&&L&&(L(),L=void 0,S=void 0)},ve=function(){var Ee=(0,m.A)(function*(Ie){j.forEach(me=>{const ct=me.constructor,je=ct.getMetadata().getTag(),st=(0,M.J)(ct),Ce=ct.getMetadata().isLanguageAware(),Be=ct.getMetadata().isThemeAware();(!Ie||Ie.tag===je||Ie.rtlAware&&st||Ie.languageAware&&Ce||Ie.themeAware&&Be)&&K(me)}),yield le()});return function(me){return Ee.apply(this,arguments)}}()},7983(ge,W,h){"use strict";h.d(W,{Dz:()=>L,J1:()=>V,_w:()=>T,je:()=>b});var m=h(7607),E=h(4001),A=h(9514),C=h(6156);let B;const M=new Map,j=(0,C.A)("Runtimes",[]),b=()=>{if(void 0===B){B=j.length;const K=A.A;j.push({...K,get scopingSuffix(){return(0,E.rD)()},get registeredTags(){return(0,m.FN)()},get scopingRules(){return(0,E.LI)()},alias:"",description:`Runtime ${B} - ver ${K.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},T=()=>B,L=(K,te)=>{const H=`${K},${te}`;if(M.has(H))return M.get(H);const F=j[K],ne=j[te];if(!F||!ne)throw new Error("Invalid runtime index supplied");const Q=((K,te)=>{if(K.isNext||te.isNext)return K.buildTime-te.buildTime;return K.major-te.major||K.minor-te.minor||K.patch-te.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(K.suffix,te.suffix)})(F,ne);return M.set(H,Q),Q},V=()=>j},5386(ge,W,h){"use strict";h.d(W,{A:()=>jr,W:()=>Un});var m=h(467),E=h(8509),A=h(2781);const C=new Map,B=new Map,U=new Map,M=se=>{if(!C.has(se)){const He=T(se.split("-"));C.set(se,He)}return C.get(se)},j=se=>{if(!B.has(se)){const He=se.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();B.set(se,He)}return B.get(se)},T=se=>se.map((He,J)=>0===J?He.toLowerCase():He.charAt(0).toUpperCase()+He.slice(1).toLowerCase()).join(""),S=se=>{const He=U.get(se);if(He)return He;const J=M(se),Ue=J.charAt(0).toUpperCase()+J.slice(1);return U.set(se,Ue),Ue},L=se=>{if(!(se instanceof HTMLElement))return"default";const He=se.getAttribute("slot");if(He){const J=He.match(/^(.+?)-\d+$/);return J?J[1]:He}return"default"},ee=se=>se instanceof HTMLSlotElement?se.assignedNodes({flatten:!0}).filter(He=>He instanceof HTMLElement):[se],V=se=>se.reduce((He,J)=>He.concat(ee(J)),[]);var K=h(4001);const F=class te{constructor(He){this.metadata=He}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const He={};if(this.slotsAreManaged()){const J=this.getSlots();for(const[Ue,Ke]of Object.entries(J)){const dt=Ke.propertyName||Ue;He[dt]=[],He[M(dt)]=He[dt]}}return this._initialState=He,He}static validateSlotValue(He,J){return((se,He)=>(se&&ee(se).forEach(J=>{if(!(J instanceof He.type))throw new Error(`The element is not of type ${He.type.toString()}`)}),se))(He,J)}getPureTag(){return this.metadata.tag||""}getTag(){const He=this.metadata.tag;if(!He)return"";const J=(0,K.$4)(He);return J?`${He}-${J}`:He}hasAttribute(He){return!this.getProperties()[He].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(He=>He.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(He,J,Ue){const Ke=this.getSlots()[He].invalidateOnChildChange;if(void 0===Ke)return!1;if("boolean"==typeof Ke)return Ke;if("object"==typeof Ke){if("property"===J){if(void 0===Ke.properties)return!1;if("boolean"==typeof Ke.properties)return Ke.properties;if(Array.isArray(Ke.properties))return Ke.properties.includes(Ue);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===J){if(void 0===Ke.slots)return!1;if("boolean"==typeof Ke.slots)return Ke.slots;if(Array.isArray(Ke.slots))return Ke.slots.includes(Ue);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=h(1241),Q=h(6060),ce=h(6156);const ve=se=>{(0,ce.A)("CustomStyle.eventProvider",new ne.A).attachEvent("CustomCSSChange",se)};ve(se=>{(0,Q.xm)({tag:se})});const Ce=se=>Array.isArray(se)?se.filter(He=>!!He).flat(10).join(" "):se;var Be=h(3274);const Ge=new Map;ve(se=>{Ge.delete(`${se}_normal`)});const Ne=se=>{const He=se.getMetadata().getTag(),J=`${He}_normal`,Ue=(0,Be.x)("OpenUI5Enablement");if(!Ge.has(J)){let Ke="";Ue&&(Ke=Ce(Ue.getBusyIndicatorStyles()));const dt=(se=>{const He=(0,ce.A)("CustomStyle.customCSSFor",{});return He[se]?He[se].join(""):""})(He)||"",Bt=`${Ce(se.styles)} ${dt} ${Ke}`;Ge.set(J,Bt)}return Ge.get(J)},Xe=new Map;ve(se=>{Xe.delete(`${se}_normal`)});const at=se=>{const He=`${se.getMetadata().getTag()}_normal`;if(!Xe.has(He)){const J=Ne(se),Ue=new CSSStyleSheet;Ue.replaceSync(J),Xe.set(He,[Ue])}return Xe.get(He)};var Oe=h(1452);const Y=[];var We=h(7607);const Et=new WeakMap;var sn=h(2260),gt=h(2134);const wt=["value-changed","click"];let Le;(0,gt.R)(()=>{Le=void 0});const $=()=>(void 0===Le&&(Le=(0,sn.uf)()),Le),_=["disabled","title","hidden","role","draggable"],v=se=>!(!_.includes(se)&&!se.startsWith("aria")&&[HTMLElement,Element,Node].some(He=>He.prototype.hasOwnProperty(se)));var k=h(8777),O=h(8012),Z=h(3823),re=h(6162),Re=h(4446),rt=h(4217),g=h(1175),Ze=h(5726);const Gt=new Map,w=new Map,x=new Map,ie=new Set;let be=!1;const he={iw:"he",ji:"yi",in:"id"},de=se=>{be||(console.warn(`[LocaleData] Supported locale "${se}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),be=!0)},tt=(se,He)=>{Gt.set(se,He)},Pt=function(){var se=(0,m.A)(function*(He,J,Ue){const Ke=((se,He,J)=>{"no"===(se=se&&he[se]||se)&&(se="nb"),"zh"===se&&!He&&("Hans"===J?He="CN":"Hant"===J&&(He="TW")),("sh"===se||"sr"===se&&"Latn"===J)&&(se="sr",He="Latn");let Ue=`${se}_${He}`;return Ze.dI.includes(Ue)?w.has(Ue)?Ue:(de(Ue),Ze.Xn):(Ue=se,Ze.dI.includes(Ue)?w.has(Ue)?Ue:(de(Ue),Ze.Xn):Ze.Xn)})(He,J,Ue),dt=(0,Be.x)("OpenUI5Support");if(dt){const Bt=dt.getLocaleDataObject();if(Bt)return void tt(Ke,Bt)}try{const Bt=yield(se=>{if(!x.get(se)){const He=w.get(se);if(!He)throw new Error(`CLDR data for locale ${se} is not loaded!`);x.set(se,He(se))}return x.get(se)})(Ke);tt(Ke,Bt)}catch(Bt){const Zt=Bt;ie.has(Zt.message)||(ie.add(Zt.message),console.error(Zt.message))}});return function(J,Ue,Ke){return se.apply(this,arguments)}}();w.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,rt._F)(()=>{const se=(0,g.A)();return Pt(se.getLanguage(),se.getRegion(),se.getScript())});var Yt=h(4181),It=h(5031);let qt=0;const tn=new Map,fr=new Map,Wt={fromAttribute(se,He){if(He===Boolean)return null!==se;if(He===Number)return null===se?void 0:parseFloat(se);if(He===Object||He===Array)try{return JSON.parse(se)}catch{return se}return se},toAttribute:(se,He)=>He===Boolean?se?"":null:He===Object||He===Array||null==se?null:String(se)};function Jt(se){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,Yt.gx)()||(this.onInvalidation(se),this._changedState.push(se),(0,Q.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...se,target:this}))}function bn(se,He){do{const J=Object.getOwnPropertyDescriptor(se,He);if(J)return J;se=Object.getPrototypeOf(se)}while(se&&se!==HTMLElement.prototype)}let pr=(()=>{class se extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const J=this.constructor;let Ue;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(Ke=>{Ue=Ke}),this._domRefReadyPromise._deferredResolve=Ue,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...J.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(Ke=>{this.hasOwnProperty(Ke)&&this.initializedProperties.set(Ke,this[Ke])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const J=this.constructor;if(J._needsShadowDOM()){const Ue={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...Ue,...J.getMetadata().getShadowRootOptions()}),J.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(J){J.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++qt),this.__id}render(){return(0,Z.A)(this.constructor.template,this)}connectedCallback(){var J=this;return(0,m.A)(function*(){const Ue=J.constructor;(0,Q.kT)(J),J.setAttribute(Ue.getMetadata().getPureTag(),""),Ue.getMetadata().supportsF6FastNavigation()&&!J.hasAttribute("data-sap-ui-fastnavgroup")&&J.setAttribute("data-sap-ui-fastnavgroup","true");const Ke=Ue.getMetadata().slotsAreManaged();J._inDOM=!0,Ke&&(J._startObservingDOMChildren(),yield J._processChildren()),Ue.asyncFinished||(yield Ue._definePromise),(!Ue.getMetadata().isLanguageAware()||!(0,Yt.gx)())&&J._inDOM&&((0,Q.fz)(J),J._domRefReadyPromise._deferredResolve(),J._fullyConnected=!0,J.onEnterDOM(),J.hasAttribute("autofocus")&&requestAnimationFrame(()=>{J.focus()}))})()}get definePromise(){const J=this.constructor;return!J.asyncFinished&&J._definePromise?J._definePromise:Promise.resolve()}disconnectedCallback(){const J=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,J&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,Q.zo)(this),(0,Q.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const J=this.constructor.getMetadata();if(!J.hasSlots())return;const Ue=J.canSlotText(),Ke={childList:!0,subtree:Ue,characterData:Ue};((se,He,J)=>{const Ue=new MutationObserver(He);Et.set(se,Ue),Ue.observe(se,J)})(this,this._processChildren.bind(this),Ke)}_stopObservingDOMChildren(){(se=>{const He=Et.get(se);He&&(He.disconnect(),Et.delete(se))})(this)}_processChildren(){var J=this;return(0,m.A)(function*(){J.constructor.getMetadata().hasSlots()&&(yield J._updateSlots())})()}_updateSlots(){var J=this;return(0,m.A)(function*(){const Ue=J.constructor,Ke=Ue.getMetadata().getSlots(),dt=Ue.getMetadata().canSlotText(),Bt=Array.from(dt?J.childNodes:J.children),Zt=new Map,Qt=new Map;for(const[wn,_n]of Object.entries(Ke)){const hn=_n.propertyName||wn;Qt.set(hn,wn),Zt.set(hn,[...J._state[hn]]),J._clearSlot(wn,_n)}const an=new Map,cn=new Map;Bt.forEach((wn,_n)=>{const hn=L(wn),Nr=Ke[hn];if(void 0===Nr){if("default"!==hn){const No=Object.keys(Ke).join(", ");console.warn(`Unknown slotName: ${hn}, ignoring`,wn,`Valid values are: ${No}`)}return}const $n=Nr.propertyName||hn;cn.has($n)?cn.get($n).push({child:wn,idx:_n}):cn.set($n,[{child:wn,idx:_n}])}),cn.forEach((wn,_n)=>{J._state[_n]=wn.sort((hn,Nr)=>hn.idx-Nr.idx).map(hn=>hn.child),J._state[M(_n)]=J._state[_n]});const Lo=Bt.map(function(){var wn=(0,m.A)(function*(_n){const hn=L(_n),Nr=Ke[hn];if(void 0!==Nr){if(Nr.individualSlots){const $n=(an.get(hn)||0)+1;an.set(hn,$n),_n._individualSlot=`${hn}-${$n}`}if(_n instanceof HTMLElement){const $n=_n.localName;if($n.includes("-")&&!(se=>Y.some(He=>se.startsWith(He)))($n)){if(!customElements.get($n)){const No=customElements.whenDefined($n);let ko=tn.get($n);ko||(ko=new Promise(we=>setTimeout(we,1e3)),tn.set($n,ko)),yield Promise.race([No,ko])}customElements.upgrade(_n)}}if(_n=Ue.getMetadata().constructor.validateSlotValue(_n,Nr),Un(_n)&&Nr.invalidateOnChildChange){const $n=J._getChildChangeListener(hn);_n.attachInvalidate.call(_n,$n)}_n instanceof HTMLSlotElement&&J._attachSlotChange(_n,hn,!!Nr.invalidateOnChildChange)}});return function(_n){return wn.apply(this,arguments)}}());yield Promise.all(Lo);let eo=!1;for(const[wn,_n]of Object.entries(Ke)){const hn=_n.propertyName||wn;(0,k.A)(Zt.get(hn),J._state[hn])||(Jt.call(J,{type:"slot",name:Qt.get(hn),reason:"children"}),eo=!0,Ue.getMetadata().isFormAssociated()&&(0,re.ok)(J))}eo||Jt.call(J,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(J,Ue){const Ke=Ue.propertyName||J;this._state[Ke].forEach(dt=>{if(Un(dt)){const Bt=this._getChildChangeListener(J);dt.detachInvalidate.call(dt,Bt)}dt instanceof HTMLSlotElement&&this._detachSlotChange(dt,J)}),this._state[Ke]=[],this._state[M(Ke)]=this._state[Ke]}attachInvalidate(J){this._invalidationEventProvider.attachEvent("invalidate",J)}detachInvalidate(J){this._invalidationEventProvider.detachEvent("invalidate",J)}_onChildChange(J,Ue){this.constructor.getMetadata().shouldInvalidateOnChildChange(J,Ue.type,Ue.name)&&Jt.call(this,{type:"slot",name:J,reason:"childchange",child:Ue.target})}attributeChangedCallback(J,Ue,Ke){let dt;if(this._doNotSyncAttributes.has(J))return;const Bt=this.constructor.getMetadata().getProperties(),Zt=J.replace(/^ui5-/,""),Qt=M(Zt);if(Bt.hasOwnProperty(Qt)){const an=Bt[Qt];dt=(an.converter??Wt).fromAttribute(Ke,an.type),this[Qt]=dt}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,re.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(J,Ue){const Ke=this.constructor;if(!Ke.getMetadata().hasAttribute(J))return;const dt=Ke.getMetadata().getProperties()[J];if(dt.type===Object||dt.type===Array)return;const Bt=j(J),Zt=(dt.converter||Wt).toAttribute(Ue,dt.type);this._doNotSyncAttributes.add(Bt),null==Zt?this.removeAttribute(Bt):this.setAttribute(Bt,Zt),this._doNotSyncAttributes.delete(Bt)}_getChildChangeListener(J){return this._childChangeListeners.has(J)||this._childChangeListeners.set(J,this._onChildChange.bind(this,J)),this._childChangeListeners.get(J)}_getSlotChangeListener(J){return this._slotChangeListeners.has(J)||this._slotChangeListeners.set(J,this._onSlotChange.bind(this,J)),this._slotChangeListeners.get(J)}_attachSlotChange(J,Ue,Ke){const dt=this._getSlotChangeListener(Ue);J.addEventListener("slotchange",Bt=>{if(dt.call(J,Bt),Ke){const Zt=this._slotsAssignedNodes.get(J);Zt&&Zt.forEach(an=>{if(Un(an)){const cn=this._getChildChangeListener(Ue);an.detachInvalidate.call(an,cn)}});const Qt=V([J]);this._slotsAssignedNodes.set(J,Qt),Qt.forEach(an=>{if(Un(an)){const cn=this._getChildChangeListener(Ue);an.attachInvalidate.call(an,cn)}})}})}_detachSlotChange(J,Ue){J.removeEventListener("slotchange",this._getSlotChangeListener(Ue))}_onSlotChange(J){Jt.call(this,{type:"slot",name:J,reason:"slotchange"})}onInvalidation(J){}updateAttributes(){const J=this.constructor.getMetadata().getProperties();for(const[Ue,Ke]of Object.entries(J))this._updateAttribute(Ue,this[Ue])}_render(){const J=this.constructor,Ue=J.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([Ke,dt])=>{delete this[Ke],this[Ke]=dt}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],J._needsShadowDOM()&&(se=>{const He=se.constructor,J=se.shadowRoot;J?(J.adoptedStyleSheets=[(0,Oe.k)(),...at(He)],He.renderer(se,J)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,Ue&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(J=>{J._individualSlot&&J.setAttribute("slot",J._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 J=this.getDomRef();if(J)return J.querySelector("[data-sap-focus-ref]")||J}getFocusDomRefAsync(){var J=this;return(0,m.A)(function*(){return yield J._waitForDomRef(),J.getFocusDomRef()})()}focus(J){var Ue=this;return(0,m.A)(function*(){yield Ue._waitForDomRef();const Ke=Ue.getFocusDomRef();Ke!==Ue&&Ue.isConnected?Ke&&"function"==typeof Ke.focus&&Ke.focus(J):HTMLElement.prototype.focus.call(Ue,J)})()}fireEvent(J,Ue,Ke=!1,dt=!0){const Bt=this._fireEvent(J,Ue,Ke,dt),Zt=S(J);return Zt!==J?Bt&&this._fireEvent(Zt,Ue,Ke,dt):Bt}fireDecoratorEvent(J,Ue){const Ke=this.getEventData(J),dt=!!Ke&&Ke.cancelable,Bt=!!Ke&&Ke.bubbles,Zt=this._fireEvent(J,Ue,dt,Bt),Qt=S(J);return Qt!==J?Zt&&this._fireEvent(Qt,Ue,dt,Bt):Zt}_fireEvent(J,Ue,Ke=!1,dt=!0){const Bt=new CustomEvent(`ui5-${J}`,{detail:Ue,composed:!1,bubbles:dt,cancelable:Ke}),Zt=this.dispatchEvent(Bt);if((se=>{const He=$();return!((se=>wt.includes(se))(se)||!0!==He&&(se=>{const He=$();return!("boolean"!=typeof He&&He.events&&He.events.includes&&He.events.includes(se))})(se))})(J))return Zt;const Qt=new CustomEvent(J,{detail:Ue,composed:!1,bubbles:dt,cancelable:Ke});return this.dispatchEvent(Qt)&&Zt}getEventData(J){return this.constructor.getMetadata().getEvents()[J]}getSlottedNodes(J){return V(this[J])}attachComponentStateFinalized(J){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",J)}detachComponentStateFinalized(J){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",J)}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 J=this.getMetadata().getPureTag(),Ue=this.getUniqueDependencies().map(Ke=>Ke.getMetadata().getPureTag()).filter(K.RF);return(0,K.RF)(J)&&Ue.push(J),Ue}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const J=this.prototype,Ue=this.getMetadata().slotsAreManaged(),Ke=this.getMetadata().getProperties();for(const[dt,Bt]of Object.entries(Ke)){v(dt)||console.warn(`"${dt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Zt=bn(J,dt);let Qt,an;Zt?.set&&(Qt=Zt.set),Zt?.get&&(an=Zt.get),Object.defineProperty(J,dt,{get(){return an?an.call(this):this._state[dt]},set(cn){const Lo=this.constructor,eo=an?an.call(this):this._state[dt];if(eo!==cn){if(Qt?Qt.call(this,cn):this._state[dt]=cn,Jt.call(this,{type:"property",name:dt,newValue:cn,oldValue:eo}),this._rendered){const wn=an?an.call(this):this._state[dt];this._updateAttribute(dt,wn)}Lo.getMetadata().isFormAssociated()&&(0,re.ok)(this)}}})}if(Ue){const dt=this.getMetadata().getSlots();for(const[Bt,Zt]of Object.entries(dt)){v(Bt)||console.warn(`"${Bt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Qt=Zt.propertyName||Bt,an={get(){return void 0!==this._state[Qt]?this._state[Qt]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(J,Qt,an),Qt!==M(Qt)&&Object.defineProperty(J,M(Qt),an)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const J=this.dependencies.filter((Ue,Ke,dt)=>dt.indexOf(Ue)===Ke);fr.set(this,J)}static getUniqueDependencies(){return fr.has(this)||this.cacheUniqueDependencies(),fr.get(this)||[]}static onDefine(){return(0,m.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(J=>{const{bundleName:Ue}=J[1];return(0,Re.HE)(Ue)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?Pt((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 J=this;const Ue=function(){var Zt=(0,m.A)(function*(){yield(0,A.zj)();const Qt=yield Promise.all([J.fetchI18nBundles(),J.fetchCLDR(),J.onDefine()]),[an]=Qt;Object.entries(J.getMetadata().getI18n()).forEach((cn,Lo)=>{J.i18nBundleStorage[cn[1].bundleName]=an[Lo]}),J.asyncFinished=!0});return function(){return Zt.apply(this,arguments)}}();this._definePromise=Ue();const Ke=this.getMetadata().getTag(),dt=(0,We.D8)(Ke),Bt=customElements.get(Ke);return Bt&&!dt?(0,We.J4)(Ke):Bt||(this._generateAccessors(),(0,We.KI)(Ke),customElements.define(Ke,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const J=[this.metadata];let Ue=this;for(;Ue!==se;)Ue=Object.getPrototypeOf(Ue),J.unshift(Ue.metadata);const Ke=(0,E.A)({},...J);return this._metadata=new F(Ke),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 se})();const Un=(0,It.A)("isUI5Element"),jr=pr},4874(ge,W,h){"use strict";h.d(W,{Z5:()=>je,y3:()=>me,hu:()=>Ie,pU:()=>Pe});var Ce,m=h(467),E=h(6156),A=((Ce=A||{})["SAP-icons"]="SAP-icons-v4",Ce.horizon="SAP-icons-v5",Ce["SAP-icons-TNT"]="tnt",Ce.BusinessSuiteInAppSymbols="business-suite",Ce);const C=Ce=>A[Ce]?A[Ce]:Ce;var U=h(6726),M=(Ce=>(Ce.SAPIconsV4="SAP-icons-v4",Ce.SAPIconsV5="SAP-icons-v5",Ce.SAPIconsTNTV2="tnt-v2",Ce.SAPIconsTNTV3="tnt-v3",Ce.SAPBSIconsV1="business-suite-v1",Ce.SAPBSIconsV2="business-suite-v2",Ce))(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 S=new Map,K=Ce=>{const Be=(Ce=>S.get(Ce))((0,U.O4)());return!Ce&&Be?C(Be):(Ce=>{const Be=(0,U.Z3)()?"legacy":"sap_horizon";return j.has(Ce)?j.get(Ce)[Be]:Ce})(Ce||"SAP-icons")};var te=h(4446);const ne=new Map,Q=(0,E.A)("SVGIcons.registry",new Map),ce=(0,E.A)("SVGIcons.promises",new Map),X="ICON_NOT_FOUND",ae=function(){var Ce=(0,m.A)(function*(Be){if(!ce.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 Ge=ne.get(Be);ce.set(Be,Ge(Be))}return ce.get(Be)});return function(Ge){return Ce.apply(this,arguments)}}(),ve=Ce=>{Object.keys(Ce.data).forEach(Be=>{const Ge=Ce.data[Be];Pe(Be,{pathData:Ge.path||Ge.paths,ltr:Ge.ltr,viewBox:Ge.viewBox,accData:Ge.acc,collection:Ce.collection,packageName:Ce.packageName})})},Pe=(Ce,Be)=>{Q.set(`${Be.collection}/${Ce}`,{collection:Be.collection,packageName:Be.packageName,pathData:Be.pathData,viewBox:Be.viewBox,ltr:Be.ltr,accData:Be.accData,customTemplate:Be.customTemplate})},Ee=Ce=>{let Be;return Ce.startsWith("sap-icon://")&&(Ce=Ce.replace("sap-icon://","")),[Ce,Be]=Ce.split("/").reverse(),Ce=Ce.replace("icon-",""),Be&&(Be=C(Be)),{name:Ce,collection:Be}},Ie=Ce=>{const{name:Be,collection:Ge}=Ee(Ce);return ct(Ge,Be)},me=function(){var Ce=(0,m.A)(function*(Be){const{name:Ge,collection:$e}=Ee(Be);let Ne=X;try{Ne=yield ae(K($e))}catch(Ae){console.error(Ae.message)}return Ne===X?Ne:ct($e,Ge)||(Array.isArray(Ne)?Ne.forEach(Ae=>{ve(Ae),((Ce,Be)=>{j.has(Ce)?j.set(Ce,{...Be,...j.get(Ce)}):j.set(Ce,Be)})($e,{[Ae.themeFamily||"legacy"]:Ae.collection})}):ve(Ne),ct($e,Ge))});return function(Ge){return Ce.apply(this,arguments)}}(),ct=(Ce,Be)=>{const Ge=`${K(Ce)}/${Be}`;return Q.get(Ge)},je=function(){var Ce=(0,m.A)(function*(Be){if(!Be)return;let Ge=Ie(Be);return Ge||(Ge=yield me(Be)),Ge&&Ge!==X&&Ge.accData?Ge.packageName?(yield(0,te.HE)(Ge.packageName)).getText(Ge.accData):Ge.accData?.defaultText||"":void 0});return function(Ge){return Ce.apply(this,arguments)}}()},8923(ge,W,h){"use strict";h.d(W,{Rh:()=>T,gu:()=>K,tw:()=>L,w2:()=>V});var m=h(467),E=h(5726),A=h(3455),C=h(7928);const B=new Map,U=new Map,M=new Map,j=new Map,b=new Set,T=(te,H,F,ne="root")=>{U.set(`${te}/${H}`,F),j.set(te,{cssVariablesTarget:ne}),b.add(H),(0,C.E)(H)},L=function(){var te=(0,m.A)(function*(H,F,ne){const Q=`${H}_${F}_${ne||""}`,ce=B.get(Q);if(void 0!==ce)return ce;if(!b.has(F)){const ve=[...b.values()].join(", ");return console.warn(`You have requested a non-registered theme ${F} - falling back to ${E.SS}. Registered themes are: ${ve}`),ee(H,E.SS)}const[X,le]=yield Promise.all([ee(H,F),ne?ee(H,ne,!0):void 0]),ae=(0,A.Zq)(X,le);return ae&&B.set(Q,ae),ae});return function(F,ne,Q){return te.apply(this,arguments)}}(),ee=function(){var te=(0,m.A)(function*(H,F,ne=!1){const Q=(ne?M:U).get(`${H}/${F}`);if(!Q)return void(ne||console.error(`Theme [${F}] not registered for package [${H}]`));let ce;try{ce=yield Q(F)}catch(X){return void console.error(H,X.message)}return ce});return function(F,ne){return te.apply(this,arguments)}}(),V=()=>j,K=te=>b.has(te)},2134(ge,W,h){"use strict";h.d(W,{R:()=>C,k:()=>B});const E=new(h(1241).A),A="configurationReset",C=U=>{E.attachEvent(A,U)},B=()=>{E.fireEvent(A,void 0)}},4346(ge,W,h){"use strict";h.d(W,{hr:()=>b,qJ:()=>j});var m=h(6156),E=h(1241);const U=new Set,j=(T,S)=>{(0,m.A)("ConfigChange.eventProvider",new E.A).attachEvent("configChange",L=>{L.name===T&&!U.has(T)&&S(L.value)})},b=T=>(0,m.A)("ConfigChange.values",{})[T]},4181(ge,W,h){"use strict";h.d(W,{Z0:()=>F,gx:()=>H,mE:()=>X});var M=h(2260),j=h(4217),b=h(6060),S=(h(5726),h(2781)),L=h(2134),ee=h(4346);let V,K;(0,L.R)(()=>{V=void 0,K=void 0});let te=!1;(0,ee.qJ)("language",le=>{V=le,te=!0,(0,j.lb)(le).then(()=>{te=!1,(0,S.qM)()&&(0,b.xm)({languageAware:!0})})});const H=()=>te,F=()=>(void 0===V&&(V=(0,ee.hr)("language")??(0,M.Z0)()),V),X=()=>(void 0===K&&(K=(0,M.mE)()),K)},6726(ge,W,h){"use strict";h.d(W,{Dm:()=>Pe,O4:()=>F,PC:()=>ve,Z3:()=>X});var j=h(2260),b=h(6060),T=h(2616),S=h(1712),L=h(5726),ee=h(2781),V=h(2134),K=h(4346);let te,H;(0,V.R)(()=>{te=void 0}),(0,K.qJ)("theme",xe=>{te=xe,(0,ee.qM)()&&(0,T.Ay)(te).then(()=>(0,b.xm)({themeAware:!0}))});const F=()=>(void 0===te&&(te=(0,K.hr)("theme")??(0,j.O4)()),te),X=()=>{const xe=F();return ae(xe)?!xe.startsWith("sap_horizon"):!(0,S.A)()?.baseThemeName?.startsWith("sap_horizon")},ae=xe=>L.QP.includes(xe),ve=()=>H,Pe=xe=>{H=xe}},1934(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A={})=>C=>{if(Object.prototype.hasOwnProperty.call(C,"metadata")||(C.metadata={}),"string"==typeof A)return void(C.metadata.tag=A);const{tag:B,languageAware:U,themeAware:M,cldr:j,fastNavigation:b,formAssociated:T,shadowRootOptions:S}=A;C.metadata.tag=B,U&&(C.metadata.languageAware=U),j&&(C.metadata.cldr=j),M&&(C.metadata.themeAware=M),b&&(C.metadata.fastNavigation=b),T&&(C.metadata.formAssociated=T),S&&(C.metadata.shadowRootOptions=S),["renderer","template","styles","dependencies"].forEach(L=>{A[L]&&Object.defineProperty(C,L,{get:()=>A[L]})})}},1437(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C={})=>B=>{Object.prototype.hasOwnProperty.call(B,"metadata")||(B.metadata={});const U=B.metadata;U.events||(U.events={});const M=U.events;M[A]||(C.bubbles=!!C.bubbles,C.cancelable=!!C.cancelable,M[A]=C)}},3651(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>(C,B)=>{C.metadata.i18n||(C.metadata.i18n={}),Object.defineProperty(C,B,{get:()=>C.i18nBundles[A],set(){}}),C.metadata.i18n[B]={bundleName:A,target:C}}},1642(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>(C,B)=>{const U=C.constructor;Object.prototype.hasOwnProperty.call(U,"metadata")||(U.metadata={});const M=U.metadata;M.properties||(M.properties={});const j=M.properties;j[B]||(j[B]=A??{})}},6993(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=function m(A){return(C,B)=>{const U=C.constructor;Object.prototype.hasOwnProperty.call(U,"metadata")||(U.metadata={});const M=U.metadata;M.slots||(M.slots={});const j=M.slots;if(A&&A.default&&j.default)throw new Error("Only one slot can be the default slot.");const b=A&&A.default?"default":B;(A=A||{type:HTMLElement}).type||(A.type=HTMLElement),j[b]||(j[b]=A),A.default&&(delete j.default.default,j.default.propertyName=B),U.metadata.managedSlots=!0}}},362(ge,W,h){"use strict";h.d(W,{A:()=>j});var m=h(5386);let E;const A=new Map,C=()=>(E||(E=new window.ResizeObserver(b=>{window.requestAnimationFrame(()=>{b.forEach(T=>{const S=A.get(T.target);S&&Promise.all(S.map(L=>L()))})})})),E),j=class M{static register(T,S){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((b,T)=>{const S=A.get(b)||[];S.length||C().observe(b),A.set(b,[...S,T])})(L,S):console.warn("Cannot register ResizeHandler for element",T)}static deregister(T,S){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((b,T)=>{const S=A.get(b)||[];if(0===S.length)return;const L=S.filter(ee=>ee!==T);0===L.length?(C().unobserve(b),A.delete(b)):A.set(b,L)})(L,S):console.warn("Cannot deregister ResizeHandler for element",T)}}},6162(ge,W,h){"use strict";h.d(W,{E2:()=>M,fc:()=>A,ok:()=>C,rM:()=>U});var m=h(467);const E=b=>{const T=b.getAttribute("form");if(T){const S=document.getElementById(T);return S instanceof HTMLFormElement?S:null}return b._internals?.form??null},A=b=>{j(b)&&C(b)},C=b=>{if(b._internals?.form){if(B(b),!b.name)return void b._internals?.setFormValue(null);b._internals.setFormValue(b.formFormattedValue)}},B=function(){var b=(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(S=>S)){const S=yield T.formElementAnchor?.();T._internals.setValidity(T.formValidity,T.formValidityMessage,S)}else T._internals.setValidity({})});return function(S){return b.apply(this,arguments)}}(),U=function(){var b=(0,m.A)(function*(T){const S=E(T);if(!S)return;const L=[...S.elements];yield Promise.all(L.map(ee=>j(ee)?B(ee):Promise.resolve())),S.requestSubmit()});return function(S){return b.apply(this,arguments)}}(),M=b=>{E(b)?.reset()},j=b=>"formFormattedValue"in b&&"name"in b},5726(ge,W,h){"use strict";h.d(W,{Nm:()=>C,QP:()=>A,SS:()=>E,Xn:()=>B,dI:()=>U});const E="sap_horizon",A=["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"],C="en",B="en",U=["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,h){"use strict";h.d(W,{A:()=>E});const E={version:"2.23.1",major:2,minor:23,patch:1,suffix:"",isNext:!1,buildTime:1781204653}},6156(ge,W,h){"use strict";h.d(W,{A:()=>U});const A=()=>{const M=document.createElement("meta");return M.setAttribute("name","ui5-shared-resources"),M.setAttribute("content",""),M},U=(M,j)=>{const b=M.split(".");let T=typeof document>"u"?null:((M,j=document.body,b)=>{let T=document.querySelector(M);return T||(T=b?b():document.createElement(M),j.insertBefore(T,j.firstChild))})('meta[name="ui5-shared-resources"]',document.head,A);if(!T)return j;for(let S=0;S<b.length;S++){const L=b[S],ee=S===b.length-1;Object.prototype.hasOwnProperty.call(T,L)||(T[L]=ee?j:{}),T=T[L]}return T}},4446(ge,W,h){"use strict";h.d(W,{Ay:()=>Ge,HE:()=>Ce});var m=h(467),E=h(1175),A=h(4217),C=h(5726);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,U=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,M={he:"iw",yi:"ji",nb:"no",sr:"sh"},T={zh_HK:"zh_TW",in:"id"},L=$e=>{if(!$e)return C.Xn;if(T[$e])return T[$e];const Ne=$e.lastIndexOf("_");return Ne>=0?$e.slice(0,Ne):$e!==C.Xn?C.Xn:""};var ee=h(4181);const V=new Set,K=new Set,te=new Map,H=new Map,F=new Map,Q=($e,Ne)=>{te.set($e,Ne)},X=($e,Ne)=>F.has(`${$e}/${Ne}`),ve=($e,Ne)=>Ne!==C.Nm&&!X($e,Ne),Pe=function(){var $e=(0,m.A)(function*(Ne){const Xe=(0,E.A)().getLanguage(),Ae=(0,E.A)().getRegion(),at=(0,E.A)().getVariant();let Oe=Xe+(Ae?`-${Ae}`:"")+(at?`-${at}`:"");if(ve(Ne,Oe))for(Oe=($e=>{let Ne;if(!$e)return C.Xn;if("string"==typeof $e&&(Ne=B.exec($e.replace(/_/g,"-")))){let Xe=Ne[1].toLowerCase(),Ae=Ne[3]?Ne[3].toUpperCase():void 0;const at=Ne[2]?Ne[2].toLowerCase():void 0,Oe=Ne[4]?Ne[4].slice(1):void 0,Fe=Ne[6];return Xe=M[Xe]||Xe,Fe&&(Ne=U.exec(Fe))||Oe&&(Ne=U.exec(Oe))?`en_US_${Ne[1].toLowerCase()}`:("zh"===Xe&&!Ae&&("hans"===at?Ae="CN":"hant"===at&&(Ae="TW")),Xe+(Ae?"_"+Ae+(Oe?"_"+Oe.replace("-","_"):""):""))}return C.Xn})(Oe);ve(Ne,Oe);)Oe=L(Oe);const Fe=(0,ee.mE)();if(Oe!==C.Nm||Fe)if(X(Ne,Oe))try{const Ve=yield(($e,Ne)=>{const Xe=`${$e}/${Ne}`,Ae=F.get(Xe);return Ae&&!H.get(Xe)&&H.set(Xe,Ae(Ne)),H.get(Xe)})(Ne,Oe);Q(Ne,Ve)}catch(Ve){const Y=Ve;K.has(Y.message)||(K.add(Y.message),console.error(Y.message))}else($e=>{V.has($e)||(console.warn(`[${$e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${$e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),V.add($e))})(Ne);else Q(Ne,null)});return function(Xe){return $e.apply(this,arguments)}}();(0,A._F)($e=>{const Ne=[...te.keys()];return Promise.all(Ne.map(Pe))});const xe=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,me=new Map;class je{constructor(Ne){this.packageName=Ne}getText(Ne,...Xe){if("string"==typeof Ne&&(Ne={key:Ne,defaultText:Ne}),!Ne||!Ne.key)return"";const Ae=te.get(this.packageName);return Ae&&!Ae[Ne.key]&&console.warn(`Key ${Ne.key} not found in the i18n bundle, the default text will be used`),(($e,Ne)=>(Ne=Ne||[],$e.replace(xe,(Xe,Ae,at,Oe,Fe)=>{if(Ae)return"'";if(at)return at.replace(/''/g,"'");if(Oe){const Ve="string"==typeof Oe?parseInt(Oe):Oe;return String(Ne[Ve])}throw new Error(`[i18n]: pattern syntax error at pos ${Fe}`)})))(Ae&&Ae[Ne.key]?Ae[Ne.key]:Ne.defaultText||Ne.key,Xe)}}const Ce=function(){var $e=(0,m.A)(function*(Ne){return yield Pe(Ne),($e=>{if(me.has($e))return me.get($e);const Ne=new je($e);return me.set($e,Ne),Ne})(Ne)});return function(Xe){return $e.apply(this,arguments)}}(),Ge=je},8012(ge,W,h){"use strict";h.d(W,{A:()=>E,J:()=>A});const m=new Set,E=C=>{m.add(C)},A=C=>m.has(C)},1175(ge,W,h){"use strict";h.d(W,{A:()=>ee});var m=h(5726);const E=typeof document>"u";var B=h(4181);const U=/^((?:[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(K){const te=U.exec(K.replace(/_/g,"-"));if(null===te)throw new Error(`The given language ${K} does not adhere to BCP-47.`);this.sLocaleId=K,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]/,H=>H.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(K){return this.getPrivateUseSubtags().indexOf(K)>=0}toString(){const K=[this.sLanguage];return this.sScript&&K.push(this.sScript),this.sRegion&&K.push(this.sRegion),this.sVariant&&K.push(this.sVariant),this.sExtension&&K.push(this.sExtension),this.sPrivateUse&&K.push(this.sPrivateUse),K.join("-")}},b=new Map,T=V=>(b.has(V)||b.set(V,new j(V)),b.get(V)),S=V=>{try{if(V&&"string"==typeof V)return T(V)}catch{}return new j(m.Xn)},ee=V=>{if(V)return S(V);const K=(0,B.Z0)();return K?T(K):S((()=>{if(E)return m.Nm;const V=navigator.languages;return V&&V[0]||navigator.language||m.Nm})())}},4217(ge,W,h){"use strict";h.d(W,{_F:()=>C,lb:()=>U});const E=new(h(1241).A),A="languageChange",C=M=>{E.attachEvent(A,M)},U=M=>E.fireEventAsync(A,M)},1834(ge,W,h){"use strict";h.d(W,{A:()=>u});var m,E,A,B,U,M,j,b,T,S,L,ee,V={},K=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,H=Array.isArray;function F(_,p){for(var v in p)_[v]=p[v];return _}function ne(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function ce(_,p,v,k,O){var Z={type:_,props:p,key:v,ref:k,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:O??++A,__i:-1,__u:0};return null==O&&null!=E.vnode&&E.vnode(Z),Z}function le(_){return _.children}function ae(_,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 xe(_){(!_.__d&&(_.__d=!0)&&B.push(_)&&!Ee.__r++||U!==E.debounceRendering)&&((U=E.debounceRendering)||M)(Ee)}function Ee(){var _,p,v,k,O,Z,re,Re;for(B.sort(j);_=B.shift();)_.__d&&(p=B.length,k=void 0,Z=(O=(v=_).__v).__e,re=[],Re=[],v.__P&&((k=F({},O)).__v=O.__v+1,E.vnode&&E.vnode(k),$e(v.__P,k,O,v.__n,v.__P.namespaceURI,32&O.__u?[Z]:null,re,Z??ve(O),!!(32&O.__u),Re),k.__v=O.__v,k.__.__k[k.__i]=k,Ne(re,k,Re),k.__e!=Z&&Pe(k)),B.length>p&&B.sort(j));Ee.__r=0}function Ie(_,p,v,k,O,Z,re,Re,rt,g,Ze){var Se,Gt,w,x,ie,be,he=k&&k.__k||K,de=p.length;for(rt=function me(_,p,v,k){var O,Z,re,Re,rt,g=p.length,Ze=v.length,Se=Ze,Gt=0;for(_.__k=[],O=0;O<g;O++)null!=(Z=p[O])&&"boolean"!=typeof Z&&"function"!=typeof Z?(Re=O+Gt,(Z=_.__k[O]="string"==typeof Z||"number"==typeof Z||"bigint"==typeof Z||Z.constructor==String?ce(null,Z,null,null,null):H(Z)?ce(le,{children:Z},null,null,null):void 0===Z.constructor&&Z.__b>0?ce(Z.type,Z.props,Z.key,Z.ref?Z.ref:null,Z.__v):Z).__=_,Z.__b=_.__b+1,re=null,-1!==(rt=Z.__i=st(Z,v,Re,Se))&&(Se--,(re=v[rt])&&(re.__u|=2)),null==re||null===re.__v?(-1==rt&&Gt--,"function"!=typeof Z.type&&(Z.__u|=4)):rt!==Re&&(rt==Re-1?Gt--:rt==Re+1?Gt++:(rt>Re?Gt--:Gt++,Z.__u|=4))):Z=_.__k[O]=null;if(Se)for(O=0;O<Ze;O++)null!=(re=v[O])&&!(2&re.__u)&&(re.__e==k&&(k=ve(re)),at(re,re));return k}(v,p,he,rt),Se=0;Se<de;Se++)null!=(w=v.__k[Se])&&(Gt=-1===w.__i?V:he[w.__i]||V,w.__i=Se,be=$e(_,w,Gt,O,Z,re,Re,rt,g,Ze),x=w.__e,w.ref&&Gt.ref!=w.ref&&(Gt.ref&&Ae(Gt.ref,null,w),Ze.push(w.ref,w.__c||x,w)),null==ie&&null!=x&&(ie=x),4&w.__u||Gt.__k===w.__k?rt=ct(w,rt,_):"function"==typeof w.type&&void 0!==be?rt=be:x&&(rt=x.nextSibling),w.__u&=-7);return v.__e=ie,rt}function ct(_,p,v){var k,O;if("function"==typeof _.type){for(k=_.__k,O=0;k&&O<k.length;O++)k[O]&&(k[O].__=_,p=ct(k[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,k){var O=_.key,Z=_.type,re=v-1,Re=v+1,rt=p[v];if(null===rt||rt&&O==rt.key&&Z===rt.type&&!(2&rt.__u))return v;if(("function"!=typeof Z||Z===le||O)&&k>(null==rt||2&rt.__u?0:1))for(;re>=0||Re<p.length;){if(re>=0){if((rt=p[re])&&!(2&rt.__u)&&O==rt.key&&Z===rt.type)return re;re--}if(Re<p.length){if((rt=p[Re])&&!(2&rt.__u)&&O==rt.key&&Z===rt.type)return Re;Re++}}return-1}function Ce(_,p,v){"-"===p[0]?_.setProperty(p,v??""):_[p]=null==v?"":"number"!=typeof v||te.test(p)?v:v+"px"}function Be(_,p,v,k,O){var Z,re;e:if("style"===p)if("string"==typeof v)_.style.cssText=v;else{if("string"==typeof k&&(_.style.cssText=k=""),k)for(p in k)v&&p in v||Ce(_.style,p,"");if(v)for(p in v)k&&v[p]===k[p]||Ce(_.style,p,v[p])}else if("o"===p[0]&&"n"===p[1])Z=p!==(p=p.replace(b,"$1")),p=p.toLowerCase()in _||"onFocusOut"===p||"onFocusIn"===p?p.toLowerCase().slice(2):p.slice(2),_.l||(_.l={}),_.l[p+Z]=v,v?k?v.t=k.t:(v.t=T,_.addEventListener(p,Z?L:S,Z)):_.removeEventListener(p,Z?L:S,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{re=_.tagName&&_.tagName.includes("-"),_[p]=null!=v||re?v:"";break e}catch{}"function"==typeof v||(null==v||!1===v&&"-"!==p[4]?_.removeAttribute(p):_.setAttribute(p,"popover"==p&&1==v?"":v))}}function Ge(_){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 $e(_,p,v,k,O,Z,re,Re,rt,g){var Ze,Se,Gt,w,x,ie,be,he,de,Ye,tt,mt,vt,Pt,ke,Yt,It,qt=p.type;if(void 0!==p.constructor)return null;128&v.__u&&(rt=!!(32&v.__u),Z=[Re=p.__e=v.__e]),(Ze=E.__b)&&Ze(p);e:if("function"==typeof qt)try{if(he=p.props,de="prototype"in qt&&qt.prototype.render,Ye=(Ze=qt.contextType)&&k[Ze.__c],tt=Ze?Ye?Ye.props.value:Ze.__:k,v.__c?be=(Se=p.__c=v.__c).__=Se.__E:(de?p.__c=Se=new qt(he,tt):(p.__c=Se=new ae(he,tt),Se.constructor=qt,Se.render=Oe),Ye&&Ye.sub(Se),Se.props=he,Se.state||(Se.state={}),Se.context=tt,Se.__n=k,Gt=Se.__d=!0,Se.__h=[],Se._sb=[]),de&&null==Se.__s&&(Se.__s=Se.state),de&&null!=qt.getDerivedStateFromProps&&(Se.__s==Se.state&&(Se.__s=F({},Se.__s)),F(Se.__s,qt.getDerivedStateFromProps(he,Se.__s))),w=Se.props,x=Se.state,Se.__v=p,Gt)de&&null==qt.getDerivedStateFromProps&&null!=Se.componentWillMount&&Se.componentWillMount(),de&&null!=Se.componentDidMount&&Se.__h.push(Se.componentDidMount);else{if(de&&null==qt.getDerivedStateFromProps&&he!==w&&null!=Se.componentWillReceiveProps&&Se.componentWillReceiveProps(he,tt),!Se.__e&&(null!=Se.shouldComponentUpdate&&!1===Se.shouldComponentUpdate(he,Se.__s,tt)||p.__v===v.__v)){for(p.__v!==v.__v&&(Se.props=he,Se.state=Se.__s,Se.__d=!1),p.__e=v.__e,p.__k=v.__k,p.__k.some(function(tn){tn&&(tn.__=p)}),mt=0;mt<Se._sb.length;mt++)Se.__h.push(Se._sb[mt]);Se._sb=[],Se.__h.length&&re.push(Se);break e}null!=Se.componentWillUpdate&&Se.componentWillUpdate(he,Se.__s,tt),de&&null!=Se.componentDidUpdate&&Se.__h.push(function(){Se.componentDidUpdate(w,x,ie)})}if(Se.context=tt,Se.props=he,Se.__P=_,Se.__e=!1,vt=E.__r,Pt=0,de){for(Se.state=Se.__s,Se.__d=!1,vt&&vt(p),Ze=Se.render(Se.props,Se.state,Se.context),ke=0;ke<Se._sb.length;ke++)Se.__h.push(Se._sb[ke]);Se._sb=[]}else do{Se.__d=!1,vt&&vt(p),Ze=Se.render(Se.props,Se.state,Se.context),Se.state=Se.__s}while(Se.__d&&++Pt<25);Se.state=Se.__s,null!=Se.getChildContext&&(k=F(F({},k),Se.getChildContext())),de&&!Gt&&null!=Se.getSnapshotBeforeUpdate&&(ie=Se.getSnapshotBeforeUpdate(w,x)),Re=Ie(_,H(Yt=null!=Ze&&Ze.type===le&&null==Ze.key?Ze.props.children:Ze)?Yt:[Yt],p,v,k,O,Z,re,Re,rt,g),Se.base=p.__e,p.__u&=-161,Se.__h.length&&re.push(Se),be&&(Se.__E=Se.__=null)}catch(tn){if(p.__v=null,rt||null!=Z)if(tn.then){for(p.__u|=rt?160:128;Re&&8===Re.nodeType&&Re.nextSibling;)Re=Re.nextSibling;Z[Z.indexOf(Re)]=null,p.__e=Re}else for(It=Z.length;It--;)ne(Z[It]);else p.__e=v.__e,p.__k=v.__k;E.__e(tn,p,v)}else null==Z&&p.__v===v.__v?(p.__k=v.__k,p.__e=v.__e):Re=p.__e=function Xe(_,p,v,k,O,Z,re,Re,rt){var g,Ze,Se,Gt,w,x,ie,be,he=v.props,de=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((w=Z[g])&&"setAttribute"in w==!!Ye&&(Ye?w.localName===Ye:3===w.nodeType)){_=w,Z[g]=null;break}if(null==_){if(null===Ye)return document.createTextNode(de);_=document.createElementNS(O,Ye,de.is&&de),Re&&(E.__m&&E.__m(p,Z),Re=!1),Z=null}if(null===Ye)he===de||Re&&_.data===de||(_.data=de);else{if(Z=Z&&m.call(_.childNodes),he=v.props||V,!Re&&null!=Z)for(he={},g=0;g<_.attributes.length;g++)he[(w=_.attributes[g]).name]=w.value;for(g in he)if(w=he[g],"children"!=g)if("dangerouslySetInnerHTML"==g)Se=w;else if(!(g in de)){if("value"==g&&"defaultValue"in de||"checked"==g&&"defaultChecked"in de)continue;Be(_,g,null,w,O)}for(g in de)w=de[g],"children"==g?Gt=w:"dangerouslySetInnerHTML"==g?Ze=w:"value"==g?x=w:"checked"==g?ie=w:Re&&"function"!=typeof w||he[g]===w||((g.startsWith("on")||"ref"===g&&"function"==typeof w)&&(be=k[Object.keys(k)[0]])&&(w=w.bind(be.props.value)),Be(_,g,w,he[g],O));if(Ze)Re||Se&&(Ze.__html===Se.__html||Ze.__html===_.innerHTML)||(_.innerHTML=Ze.__html),p.__k=[];else if(Se&&(_.innerHTML=""),Ie(_,H(Gt)?Gt:[Gt],p,v,k,"foreignObject"===Ye?"http://www.w3.org/1999/xhtml":O,Z,re,Z?Z[0]:v.__k&&ve(v,0),Re,rt),null!=Z)for(g=Z.length;g--;)ne(Z[g]);Re||(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!==ie&&ie!==_[g]&&Be(_,g,ie,he[g],O))}return _}(v.__e,p,v,k,O,Z,re,rt,g);return(Ze=E.diffed)&&Ze(p),128&p.__u?void 0:Re}function Ne(_,p,v){for(var k=0;k<v.length;k++)Ae(v[k],v[++k],v[++k]);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 k="function"==typeof _.__u;k&&_.__u(),k&&null==p||(_.__u=_(p))}else _.current=p}catch(O){E.__e(O,v)}}function at(_,p,v){var k,O;if(E.unmount&&E.unmount(_),(k=_.ref)&&(k.current&&k.current!==_.__e||Ae(k,null,p)),null!=(k=_.__c)){if(k.componentWillUnmount)try{k.componentWillUnmount()}catch(Z){E.__e(Z,p)}k.base=k.__P=null}if(k=_.__k)for(O=0;O<k.length;O++)k[O]&&at(k[O],p,v||"function"!=typeof _.type);v||ne(_.__e),_.__c=_.__=_.__e=void 0}function Oe(_,p,v){return this.constructor(_,v)}function Fe(_,p,v){var k,O,Z,re;p===document&&(p=document.documentElement),E.__&&E.__(_,p),O=(k="function"==typeof v)?null:v&&v.__k||p.__k,Z=[],re=[],$e(p,_=(!k&&v||p).__k=function Q(_,p,v){var k,O,Z,re={};for(Z in p)"key"==Z?k=p[Z]:"ref"==Z?O=p[Z]:re[Z]=p[Z];if(arguments.length>2&&(re.children=arguments.length>3?m.call(arguments,2):v),"function"==typeof _&&null!=_.defaultProps)for(Z in _.defaultProps)void 0===re[Z]&&(re[Z]=_.defaultProps[Z]);return ce(_,re,k,O,null)}(le,null,[_]),O||V,V,p.namespaceURI,!k&&v?[v]:O?null:p.firstChild?m.call(p.childNodes):null,Z,!k&&v?v:O?O.__e:p.firstChild,k,re),Ne(Z,_,re)}function Ve(_,p){Fe(_,p,Ve)}m=K.slice,E={__e:function(_,p,v,k){for(var O,Z,re;p=p.__;)if((O=p.__c)&&!O.__)try{if((Z=O.constructor)&&null!=Z.getDerivedStateFromError&&(O.setState(Z.getDerivedStateFromError(_)),re=O.__d),null!=O.componentDidCatch&&(O.componentDidCatch(_,k||{}),re=O.__d),re)return O.__E=O}catch(Re){_=Re}throw _}},A=0,ae.prototype.setState=function(_,p){var v;v=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof _&&(_=_(F({},v),this.props)),_&&F(v,_),null!=_&&this.__v&&(p&&this._sb.push(p),xe(this))},ae.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),xe(this))},ae.prototype.render=le,B=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(_,p){return _.__v.__b-p.__v.__b},Ee.__r=0,b=/(PointerCapture)$|Capture$/i,T=0,S=Ge(!1),L=Ge(!0),ee=0;var sn=0;const q=new WeakMap,u=(_,p)=>{let v=q.get(_);v||(v=function ye(_,p){var v={__c:p="__cC"+ee++,__:_,Consumer:function(k,O){return k.children(O)},Provider:function(k){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(re){this.props.value!==re.value&&O.forEach(function(Re){Re.__e=!0,xe(Re)})},this.sub=function(re){O.add(re);var Re=re.componentWillUnmount;re.componentWillUnmount=function(){O&&O.delete(re),Re&&Re.call(re)}}),k.children}};return v.Provider.__=v.Consumer.contextType=v}(_),q.set(_,v));const k=_.render(),O=function wt(_,p,v,k,O,Z){p||(p={});var re,Re,rt=p;"ref"in p&&(re=p.ref,delete p.ref);var g={type:_,props:rt,key:v,ref:re,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--sn,__i:-1,__u:0,__source:O,__self:Z};if("function"==typeof _&&(re=_.defaultProps))for(Re in re)void 0===rt[Re]&&(rt[Re]=re[Re]);return E.vnode&&E.vnode(g),g}(v.Provider,{value:_,children:k});_.__shouldHydrate?(_.shadowRoot?.querySelectorAll("style").forEach(Z=>Z.remove()),Ve(O,p),_.__shouldHydrate=!1):Fe(O,p)}},3823(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C)=>A.call(C)},8431(ge,W,h){"use strict";h.d(W,{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 A=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,C=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,B={"<":"<",">":">","&":"&",'"':"""},U=function(b){var T=B[b];return T||(T=C.test(b)?"�":"&#x"+function(b,T){var S=b.toString(16);return T&&(S=S.padStart(T,"0")),S}(b.charCodeAt(0))+";",B[b]=T),T};const j=function(b){return b.replace(A,U)}},7928(ge,W,h){"use strict";h.d(W,{E:()=>B,h:()=>C});const E=new(h(1241).A),A="themeRegistered",C=U=>{E.attachEvent(A,U)},B=U=>E.fireEvent(A,U)},2616(ge,W,h){"use strict";h.d(W,{Ay:()=>Ae});var m=h(467),E=h(8923),A=h(3455),C=h(1712);const U=new(h(1241).A);var S=h(3274),V=h(6121);const K=at=>{const Oe=document.querySelector(`META[name="${at}"]`);return Oe&&Oe.getAttribute("content")};var ne=h(2260),Q=h(6726);let le;(0,h(2134).R)(()=>{le=void 0});const ae=()=>(void 0===le&&(le=(0,ne.SU)()),le),xe=function(){var at=(0,m.A)(function*(Oe){const Fe=document.querySelector(`[sap-ui-webcomponents-theme="${Oe}"]`);Fe&&document.head.removeChild(Fe);const Ve=ae();if(!Ve)return;const Y=(at=>{let Oe,Fe=!1;try{if(at.startsWith(".")||at.startsWith("/")&&!at.startsWith("//"))Oe=new URL(at,(0,V.$N)()).toString(),Fe=!0;else{const Ve=at.startsWith("//")?new URL(at,(0,V.$N)()):new URL(at),Y=Ve.origin;if(Fe=Y===new URL((0,V.$N)()).origin,!Y||!((at,Oe=!1)=>{const Fe=K("sap-allowed-theme-origins")??K("sap-allowedThemeOrigins");return!!Fe&&(!!Oe||Fe.split(",").some(Ve=>"*"===Ve||at===Ve.trim()))})(Y,Fe))return;Oe=Ve.toString()}return Oe.endsWith("/")||(Oe=`${Oe}/`),`${Oe}UI5/`}catch{return}})(Ve);Y?yield((at,Oe)=>{const Fe=document.createElement("link");return Fe.type="text/css",Fe.rel="stylesheet",Oe&&Object.entries(Oe).forEach(Ve=>Fe.setAttribute(...Ve)),Fe.href=at,document.head.appendChild(Fe),new Promise(Ve=>{Fe.addEventListener("load",Ve),Fe.addEventListener("error",Ve)})})(((at,Oe)=>`${Oe}Base/baseLib/${at}/css_variables.css`)(Oe,Y),{"sap-ui-webcomponents-theme":Oe}):console.warn(`The ${Ve} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(Fe){return at.apply(this,arguments)}}();var Ee=h(5726),Ie=h(7983),me=h(1452);const st="@ui5/webcomponents-theming",Be=function(){var at=(0,m.A)(function*(Oe){if(!(0,E.w2)().has(st))return;const Fe=yield(0,E.tw)(st,Oe);Fe&&(0,A.E6)(Fe,"data-ui5-theme-properties",st,Oe)});return function(Fe){return at.apply(this,arguments)}}(),$e=function(){var at=(0,m.A)(function*(Oe,Fe){const Ve=[...(0,E.w2)().entries()].map(function(){var Y=(0,m.A)(function*([ye,{cssVariablesTarget:lt}]){if(ye===st)return;const We=yield(0,E.tw)(ye,Oe,Fe);We&&("root"===lt?(0,A.E6)(We,`data-ui5-component-properties-${(0,Ie._w)()}`,ye):"host"===lt&&(0,me.F)(ye,We))});return function(ye){return Y.apply(this,arguments)}}());return Promise.all(Ve)});return function(Fe,Ve){return at.apply(this,arguments)}}(),Ne=function(){var at=(0,m.A)(function*(Oe){const Fe=(0,C.A)();if(Fe)return Fe;const Ve=(0,S.x)("OpenUI5Support");if(Ve&&Ve.isOpenUI5Detected()){if(Ve.cssVariablesLoaded())return{themeName:Ve.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(ae())return yield xe(Oe),(0,C.A)()});return function(Fe){return at.apply(this,arguments)}}(),Ae=function(){var at=(0,m.A)(function*(Oe){const Fe=yield Ne(Oe);Fe&&Oe===Fe.themeName?(0,A.eP)("data-ui5-theme-properties",st):yield Be(Oe);const Ve=Fe&&Fe.themeName===Oe?Oe:void 0,Y=Fe&&Fe.baseThemeName,ye=(0,E.gu)(Oe)?Oe:Y||Ee.SS;yield $e(ye,Ve),(0,Q.Dm)(Y),(at=>{U.fireEvent("themeLoaded",at)})(Oe)});return function(Fe){return at.apply(this,arguments)}}()},1452(ge,W,h){"use strict";h.d(W,{F:()=>C,k:()=>A});const m=new Map;let E;const A=()=>(E||(E=new CSSStyleSheet),E),C=(B,U)=>{m.set(B,U);const M=Array.from(m.values()).join("\n");A().replaceSync(M)}},1712(ge,W,h){"use strict";h.d(W,{A:()=>U});const m=new Set,U=()=>{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 b=j[1];if(b=b.replace(/\\"/g,'"'),"{"!==b.charAt(0)&&"}"!==b.charAt(b.length-1))try{b=decodeURIComponent(b)}catch{return void(m.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),m.add("decode")))}try{return JSON.parse(b)}catch{m.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),m.add("parse"))}}})(M);return j?(M=>{let j,b;try{const T=M.Path.split(".");j=4===T.length?T[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),b=M.Extends[0]}catch{return void(m.has("object")||(console.warn("Malformed theme metadata Object",M),m.add("object")))}return{themeName:j,baseThemeName:b}})(j):void 0}},8509(ge,W,h){"use strict";h.d(W,{A:()=>L});var m={},E=m.hasOwnProperty,A=m.toString,C=E.toString,B=C.call(Object);const M=function(ee){var V,K;return!(!ee||"[object Object]"!==A.call(ee)||(V=Object.getPrototypeOf(ee))&&("function"!=typeof(K=E.call(V,"constructor")&&V.constructor)||C.call(K)!==B))};var j=Object.create(null),b=function(ee,V,K,te){var H,F,ne,Q,ce,X,le=arguments[2]||{},ae=3,ve=arguments.length,Pe=arguments[0]||!1,xe=arguments[1]?void 0:j;for("object"!=typeof le&&"function"!=typeof le&&(le={});ae<ve;ae++)if(null!=(ce=arguments[ae]))for(Q in ce)H=le[Q],ne=ce[Q],"__proto__"!==Q&&le!==ne&&(Pe&&ne&&(M(ne)||(F=Array.isArray(ne)))?(F?(F=!1,X=H&&Array.isArray(H)?H:[]):X=H&&M(H)?H:{},le[Q]=b(Pe,arguments[1],X,ne)):ne!==xe&&(le[Q]=ne));return le};const T=b,L=function(ee,V){return T(!0,!1,...arguments)}},4778(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).On="On",A.Before="Before",A.After="After",A);const E=m},2928(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).Vertical="Vertical",A.Horizontal="Horizontal",A);const E=m},594(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).None="None",A.Positive="Positive",A.Critical="Critical",A.Negative="Negative",A.Information="Information",A);const E=m},3493(ge,W,h){"use strict";h.d(W,{Bm:()=>te,I7:()=>V,UT:()=>b,Uu:()=>K,ax:()=>C,nK:()=>S,yI:()=>B});const m=new WeakMap,E=new WeakMap,A={attributes:!0,childList:!0,characterData:!0,subtree:!0},C=H=>{const F=H;return F.accessibleNameRef?B(H):F.accessibleName?F.accessibleName:void 0},B=H=>{const F=H.accessibleNameRef?.split(" ")??[];let ne="";return F.forEach((Q,ce)=>{const X=j(H,Q),le=`${X&&X.textContent?X.textContent:""}`;le&&(ne+=le,ce<F.length-1&&(ne+=" "))}),ne},U=H=>{const F=new Set;M(H).forEach(X=>{F.add(X)});const ce=[H.accessibleNameRef,H.accessibleDescriptionRef].filter(Boolean).join(" ");return(ce?ce.split(" "):[]).forEach(X=>{const le=j(H,X);le&&F.add(le)}),Array.from(F)},M=H=>{const F=H.getRootNode().querySelectorAll(`[for="${H.id}"]`);return Array.from(F)},j=(H,F)=>H.getRootNode().querySelector(`[id='${F}']`)||document.getElementById(F),b=H=>{const F=[];if(M(H).forEach(ne=>{const Q=ne.textContent;Q&&F.push(Q)}),F.length)return F.join(" ")},S=(H,F)=>{if(E.has(H))return;const ne=U(H),Q=(H=>F=>{if(!(F&&"property"===F.type&&"accessibleNameRef"===F.name||F&&"property"===F.type&&"accessibleDescriptionRef"===F.name))return;const ce=E.get(H);if(!ce)return;const X=ce.observedElements,le=U(H);X.forEach(ae=>{le.includes(ae)||ee(ce,ae)}),le.forEach(ae=>{X.includes(ae)||(L(ce,ae),ce.observedElements.push(ae))}),ce?.callback()})(H),ce={host:H,observedElements:ne,callback:F,invalidationCallback:Q};E.set(H,ce),H.attachInvalidate(Q),ne.forEach(X=>{L(ce,X)}),F()},L=(H,F)=>{let ne=m.get(F);if(!ne){ne={observer:null,callbacks:[]};const Q=new MutationObserver(()=>{ne.callbacks.forEach(X=>{X()});const ce=document.getElementById(F.id);H.host.id===F.getAttribute("for")||ce||ee(H,F)});ne.observer=Q,Q.observe(F,A),m.set(F,ne)}ne.callbacks.includes(H.callback)||ne.callbacks.push(H.callback)},ee=(H,F)=>{const ne=m.get(F);ne&&(ne.callbacks=ne.callbacks.filter(Q=>Q!==H.callback),ne.callbacks.length||(ne.observer?.disconnect(),m.delete(F))),H.observedElements=H.observedElements.filter(Q=>Q!==F)},V=H=>{const F=E.get(H);F&&([...F.observedElements].forEach(ne=>{ee(F,ne)}),H.detachInvalidate(F.invalidationCallback),E.delete(H))},K=H=>{const F=H;return F.accessibleDescriptionRef?te(H):F.accessibleDescription?F.accessibleDescription:void 0},te=H=>{const F=H.accessibleDescriptionRef?.split(" ")??[];let ne="";return F.forEach((Q,ce)=>{const X=j(H,Q),le=`${X&&X.textContent?X.textContent:""}`;le&&(ne+=le,ce<F.length-1&&(ne+=" "))}),ne}},1402(ge,W,h){"use strict";h.d(W,{CA:()=>E,TP:()=>A,nE:()=>j,wi:()=>U});var m=h(4127);const E=()=>{const b=(0,m.A)();return b&&"function"==typeof b.focus?b:null},A=b=>{const T=E();return!!T&&C(b,T)},C=(b,T)=>{let S=b;if(S.shadowRoot&&(S=Array.from(S.shadowRoot.children).find(ee=>"style"!==ee.localName),!S))return!1;if(S===T)return!0;const L="slot"===S.localName?S.assignedNodes():S.children;return!!L&&Array.from(L).some(ee=>C(ee,T))},U=(b,T)=>{let S,L;if(b instanceof MouseEvent)S=b.clientX,L=b.clientY;else{const ee=b.touches[0];S=ee.clientX,L=ee.clientY}return((b,T,S)=>b>=S.left&&b<=S.right&&T>=S.top&&T<=S.bottom)(S,L,T)},j=b=>{const T=b.parentElement||b.getRootNode&&b.getRootNode().host;return T&&(function M(b){return"isUI5Element"in b&&"_show"in b}(T)||T===document.documentElement)?T:j(T)}},6488(ge,W,h){"use strict";h.d(W,{J:()=>C});var m=h(5465);const C=M=>U("SLOT"===M.tagName?[M]:[...M.children]),U=(M,j)=>{const b=j||[];return M&&M.forEach(T=>{if(T.nodeType===Node.TEXT_NODE||T.nodeType===Node.COMMENT_NODE)return;const S=T;S.hasAttribute("data-sap-no-tab-ref")||((M=>{if(!M||M.hasAttribute("data-sap-no-tab-ref")||(0,m.A)(M))return!1;const j=M.getAttribute("tabindex");if(null!=j)return parseInt(j)>=0;const b=M.nodeName.toLowerCase();return!("a"!==b&&!/^(input|select|textarea|button|object)$/.test(b)||M.disabled)})(S)&&b.push(S),U("SLOT"===S.tagName?S.assignedElements():[...S.shadowRoot?S.shadowRoot.children:S.children],b))}),b}},8777(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C)=>{if(A.length!==C.length)return!1;for(let B=0;B<A.length;B++)if(A[B]!==C[B])return!1;return!0}},8762(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C,B)=>Math.min(Math.max(A,C),Math.max(C,B))},5031(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=function m(A){return C=>void 0!==C&&A in C&&!0===C[A]}},6826(ge,W,h){"use strict";h.d(W,{A:()=>ee});var m=h(467),A=h(4446);const C={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let U=null;const T=function(){var V=(0,m.A)(function*(K){const te=document.createElement("div"),H=yield(0,A.HE)("@ui5/webcomponents-base"),F=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}"),F.adoptedStyleSheets=[ne],F.textContent=H.getText(C,K),te});return function(te){return V.apply(this,arguments)}}(),ee={setDraggedElement:(V,K)=>{U=V,K?.dataTransfer?.setData("text/plain",V?V.id:"")},clearDraggedElement:()=>{U=null},getDraggedElement:()=>U,startMultipleDrag:function(){var V=(0,m.A)(function*(K,te){if(K<2)return void console.warn(`Cannot start multiple drag with count ${K}. Minimum is 2.`);if(!te.dataTransfer)return;const H=yield T(K);document.body.appendChild(H),te.dataTransfer.setDragImage(H,0,0),requestAnimationFrame(()=>{H.remove()})});return function(te,H){return V.apply(this,arguments)}}()}},7669(ge,W,h){"use strict";h.d(W,{Fw:()=>j,gk:()=>C});var m=h(4778),E=h(2928);const A=(T,S,L,ee)=>{const V=Math.abs(T-S),K=Math.abs(T-L),te=Math.abs(T-ee);let F=[];switch(Math.min(V,K,te)){case V:F=[m.A.Before];break;case K:F=[m.A.On,V<te?m.A.Before:m.A.After];break;case te:F=[m.A.After]}return F},C=(T,S,L)=>{let ee=Number.POSITIVE_INFINITY,V=null;for(let X=0;X<T.length;X++){const le=T[X],{left:ae,width:ve,top:Pe,height:xe}=le.getBoundingClientRect();let Ee;Ee=L===E.A.Vertical?Pe+xe/2:ae+ve/2;const Ie=Math.abs(S-Ee);Ie<ee&&(ee=Ie,V=le)}if(!V)return null;const{width:K,height:te,left:H,right:F,top:ne,bottom:Q}=V.getBoundingClientRect();let ce;return ce=L===E.A.Vertical?A(S,ne,ne+te/2,Q):A(S,H,H+K/2,F),{element:V,placements:ce}},B=(T,S)=>--S<0?[]:[{element:T[S],placement:m.A.Before}],U=(T,S)=>++S>=T.length?[]:[{element:T[S],placement:m.A.After}],M={ArrowLeft:B,ArrowUp:B,ArrowRight:U,ArrowDown:U,Home:(T,S)=>T.slice(0,S).map(L=>({element:L,placement:m.A.Before})),End:(T,S)=>T.slice(S+1,T.length).reverse().map(L=>({element:L,placement:m.A.After}))},j=(T,S,L)=>b(L.key)?M[L.key](T,T.indexOf(S)):[],b=T=>T in M},4127(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=()=>{let A=document.activeElement;for(;A&&A.shadowRoot&&A.shadowRoot.activeElement;)A=A.shadowRoot.activeElement;return A}},5465(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>{if("SLOT"===A.nodeName)return!1;const C=window.getComputedStyle(A);return"contents"!==C.display&&A.offsetWidth<=0&&A.offsetHeight<=0||"hidden"===C.visibility}},1045(ge,W,h){"use strict";function m(E){return E.toLowerCase()}h.d(W,{A:()=>m})},6759(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>Array.from(A).filter(C=>C.nodeType!==Node.COMMENT_NODE&&(C.nodeType!==Node.TEXT_NODE||0!==(C.nodeValue||"").trim().length)).length>0},2601(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="alert"},1278(ge,W,h){"use strict";h.d(W,{Ay:()=>ve}),h(6726);var E=h(4874),A=h(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:A.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:A.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="decline"},4257(ge,W,h){"use strict";h.d(W,{Ay:()=>ve}),h(6726);var E=h(4874),A=h(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:A.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:A.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="error"},8841(ge,W,h){"use strict";h.d(W,{FE:()=>S,r$:()=>F});const S={key:"ICON_DECLINE",defaultText:"Decline"},F={key:"ICON_ERROR",defaultText:"Error"}},441(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="information"},81(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="resize-corner"},8911(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="sys-enter-2"},303(ge,W,h){"use strict";h.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,h){"use strict";h.d(W,{A:()=>ae});var m=h(5386),E=h(1934),A=h(1642),C=h(3651),B=h(1834),U=h(2358),M=h(6136),j=h(6759),b=function(ve){return ve.Top="Top",ve.Bottom="Bottom",ve}(b||{});const T=b;var S=h(1892),L=h(355);function V(){return(0,S.Y)(S.FK,{children:this.text&&(0,S.Y)(L.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var K=h(5166),te=h(467),H=h(8923),F=h(303),ne=h(5444);(0,H.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,te.A)(function*(){return F.A})),(0,H.Rh)("@ui5/webcomponents","sap_horizon",(0,te.A)(function*(){return ne.A}),"host");var X,ce=function(ve,Pe,xe,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,xe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,xe,Ee);else for(var je=ve.length-1;je>=0;je--)(ct=ve[je])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,xe,me):ct(Pe,xe))||me);return Ie>3&&me&&Object.defineProperty(Pe,xe,me),me};let le=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,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 X.i18nBundle.getText(K.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,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(Pe){this._isBusy&&(Pe.stopImmediatePropagation(),(0,U.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())}};ce([(0,A.A)()],le.prototype,"text",void 0),ce([(0,A.A)()],le.prototype,"size",void 0),ce([(0,A.A)({type:Boolean})],le.prototype,"active",void 0),ce([(0,A.A)({type:Number})],le.prototype,"delay",void 0),ce([(0,A.A)()],le.prototype,"textPlacement",void 0),ce([(0,A.A)({type:Boolean})],le.prototype,"_isBusy",void 0),ce([(0,C.A)("@ui5/webcomponents")],le,"i18nBundle",void 0),le=X=ce([(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:B.A,template:function ee(){return(0,S.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,S.FD)("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&V.call(this),(0,S.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&V.call(this)]}),(0,S.Y)("slot",{}),this._isBusy&&(0,S.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],le),le.define();const ae=le},171(ge,W,h){"use strict";h.d(W,{A:()=>Ve});var m=h(467),E=h(5386),A=h(1934),C=h(1642),B=h(1437),U=h(6993),M=h(3651),j=h(1834),b=h(2358),T=h(3493),S=h(4874),L=h(6136),ee=h(6759),V=h(6162),K=h(2260);let te;var ne=h(1045),Q=function(Y){return Y.Default="Default",Y.Positive="Positive",Y.Negative="Negative",Y.Transparent="Transparent",Y.Emphasized="Emphasized",Y.Attention="Attention",Y}(Q||{});const ce=Q;var X=function(Y){return Y.Button="Button",Y.Submit="Submit",Y.Reset="Reset",Y}(X||{});const le=X;var ae=function(Y){return Y.InlineText="InlineText",Y.OverlayText="OverlayText",Y.AttentionDot="AttentionDot",Y}(ae||{});const ve=ae;var Pe=function(Y){return Y.Button="Button",Y.Link="Link",Y}(Pe||{});const xe=Pe;var Ee=h(1892),Ie=h(563),me=h(7202),ct=function(Y){return Y.S="S",Y.M="M",Y.L="L",Y}(ct||{});const je=ct;var Ce=h(5166),Be=h(8923),Ge=h(303),$e=h(5444);(0,Be.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Ge.A})),(0,Be.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return $e.A}),"host");var Ae,Xe=function(Y,ye,lt,We){var St,Et=arguments.length,_t=Et<3?ye:null===We?We=Object.getOwnPropertyDescriptor(ye,lt):We;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_t=Reflect.decorate(Y,ye,lt,We);else for(var sn=Y.length-1;sn>=0;sn--)(St=Y[sn])&&(_t=(Et<3?St(_t):Et>3?St(ye,lt,_t):St(ye,lt))||_t);return Et>3&&_t&&Object.defineProperty(ye,lt,_t),_t};let at=!1,Oe=null,Fe=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=()=>{Oe&&Oe._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),Oe===this&&(Oe=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:We,metaKey:Et,shiftKey:_t}=ye;this.fireDecoratorEvent("click",{originalEvent:ye,altKey:lt,ctrlKey:We,metaKey:Et,shiftKey:_t})?(this._isSubmit&&(0,V.rM)(this),this._isReset&&(0,V.E2)(this),(0,L.nr)()&&this.getDomRef()?.focus()):ye.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),Oe=this)}_ontouchend(ye){(this.disabled||this.loading)&&(ye.preventDefault(),ye.stopPropagation()),this.active&&this._setActiveState(!1),Oe&&Oe._setActiveState(!1)}_onkeydown(ye){(0,b.Tu)(ye)||(0,b.KL)(ye)?this._cancelAction=!0:(0,b.xC)(ye)&&(this._isSpacePressed=!0),(0,b.xC)(ye)||(0,b.RI)(ye)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(ye){const lt=(0,b.xC)(ye),We=(0,b.Tu)(ye)||(0,b.KL)(ye);if(lt||(0,b.BF)(ye)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void ye.preventDefault();this._isSpacePressed=!1}else We&&!this._isSpacePressed&&(this._cancelAction=!1);((0,b.xC)(ye)||(0,b.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!==ce.Default&&this.design!==ce.Transparent}get isIconOnly(){return!(0,ee.A)(this.text)}static typeTextMappings(){return{Positive:Ce.nFX,Negative:Ce.kQX,Emphasized:Ce.Jy$,Attention:Ce.flf}}getDefaultTooltip(){if(void 0===te&&(te=(0,K.$n)()),te)return(0,S.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(St=>St).join(" ")}get ariaDescriptionText(){const We=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(Et=>Et);return We.length>0?We.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===xe.Button?Ae.i18nBundle.getText(Ce.TkL):this.accessibleRole===xe.Link?Ae.i18nBundle.getText(Ce.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const ye=this.badge[0].effectiveText;switch(ye){case"":return ye;case"1":return Ae.i18nBundle.getText(Ce.mgn,ye);default:return Ae.i18nBundle.getText(Ce.M4s,ye)}}get _isSubmit(){return this.type===le.Submit||this.submits}get _isReset(){return this.type===le.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ve.AttentionDot)}};Xe([(0,C.A)()],Fe.prototype,"design",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"disabled",void 0),Xe([(0,C.A)()],Fe.prototype,"icon",void 0),Xe([(0,C.A)()],Fe.prototype,"endIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"submits",void 0),Xe([(0,C.A)()],Fe.prototype,"form",void 0),Xe([(0,C.A)()],Fe.prototype,"tooltip",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleName",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleNameRef",void 0),Xe([(0,C.A)({type:Object})],Fe.prototype,"accessibilityAttributes",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleDescription",void 0),Xe([(0,C.A)()],Fe.prototype,"type",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleRole",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"active",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"iconOnly",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"hasIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"hasEndIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"nonInteractive",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"loading",void 0),Xe([(0,C.A)({type:Number})],Fe.prototype,"loadingDelay",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"buttonTitle",void 0),Xe([(0,C.A)({type:Object})],Fe.prototype,"_iconSettings",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"forcedTabIndex",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"_isTouch",void 0),Xe([(0,C.A)({type:Boolean,noAttribute:!0})],Fe.prototype,"_cancelAction",void 0),Xe([(0,C.A)({type:Boolean,noAttribute:!0})],Fe.prototype,"_isSpacePressed",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"_accessibleNameRefTexts",void 0),Xe([(0,U.A)({type:Node,default:!0})],Fe.prototype,"text",void 0),Xe([(0,U.A)({type:HTMLElement,invalidateOnChildChange:!0})],Fe.prototype,"badge",void 0),Xe([(0,M.A)("@ui5/webcomponents")],Fe,"i18nBundle",void 0),Fe=Ae=Xe([(0,A.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:j.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?je.S:je.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,B.A)("click",{bubbles:!0,cancelable:!0}),(0,B.A)("active-state-change",{bubbles:!0,cancelable:!0})],Fe),Fe.define();const Ve=Fe},7601(ge,W,h){"use strict";h.d(W,{A:()=>te});var m=h(5386),E=h(1934),A=h(1642),C=h(1834),B=h(4778),U=h(2928),M=h(1892),b=h(467),T=h(8923),S=h(303),L=h(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return S.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return L.A}),"host");var V=function(H,F,ne,Q){var le,ce=arguments.length,X=ce<3?F:null===Q?Q=Object.getOwnPropertyDescriptor(F,ne):Q;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)X=Reflect.decorate(H,F,ne,Q);else for(var ae=H.length-1;ae>=0;ae--)(le=H[ae])&&(X=(ce<3?le(X):ce>3?le(F,ne,X):le(F,ne))||X);return ce>3&&X&&Object.defineProperty(F,ne,X),X};let K=class extends m.A{get _positionProperty(){return this.orientation===U.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:ne,right:Q,top:ce,bottom:X,height:le}=this.targetReference.getBoundingClientRect(),{top:ae,height:ve}=this.ownerReference.getBoundingClientRect(),Pe={display:"",[this._positionProperty]:"",width:"",height:""};let xe=0,Ee=!1,Ie=!1;if(this.orientation===U.A.Vertical){switch(this.placement){case B.A.Before:xe=F;break;case B.A.On:Pe.width=`${ne}px`,xe=F;break;case B.A.After:xe=Q}Pe.height=`${le}px`}if(this.orientation===U.A.Horizontal){switch(this.placement){case B.A.Before:xe=ce;break;case B.A.On:Pe.height=`${le}px`,xe=ce;break;case B.A.After:xe=X}Pe.width=`${ne}px`,xe-=ae,xe<=0&&(Ie=!0),xe>=ve&&(Ee=!0)}Pe[this._positionProperty]=`${xe}px`,this.toggleAttribute("first",Ie),this.toggleAttribute("last",Ee),Object.assign(this.style,Pe)}};V([(0,A.A)({type:Object})],K.prototype,"targetReference",void 0),V([(0,A.A)({type:Object})],K.prototype,"ownerReference",void 0),V([(0,A.A)()],K.prototype,"placement",void 0),V([(0,A.A)()],K.prototype,"orientation",void 0),K=V([(0,E.A)({tag:"ui5-drop-indicator",renderer:C.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===B.A.On,"ui5-di-needle":this.placement!==B.A.On}})}})],K),K.define();const te=K},563(ge,W,h){"use strict";h.d(W,{A:()=>Ee});var m=h(467),E=h(5386),A=h(1834),C=h(1934),B=h(1437),U=h(1642),M=h(6993),j=h(4874),b=h(4446),T=h(3651),S=h(6136),L=h(2358),ee=h(3823),V=h(1892);function te(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,V.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(Ie=>(0,V.Y)("path",{d:Ie}))}var H=function(Ie){return Ie.Image="Image",Ie.Decorative="Decorative",Ie.Interactive="Interactive",Ie}(H||{});const F=H;var ne=h(5166),Q=h(8923),ce=h(303),X=h(5444);(0,Q.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return ce.A})),(0,Q.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return X.A}),"host");var ve,ae=function(Ie,me,ct,je){var Be,st=arguments.length,Ce=st<3?me:null===je?je=Object.getOwnPropertyDescriptor(me,ct):je;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(Ie,me,ct,je);else for(var Ge=Ie.length-1;Ge>=0;Ge--)(Be=Ie[Ge])&&(Ce=(st<3?Be(Ce):st>3?Be(me,ct,Ce):Be(me,ct))||Ce);return st>3&&Ce&&Object.defineProperty(me,ct,Ce),Ce};let xe=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===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,S.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 je=(0,j.hu)(ct);if(je||(je=yield(0,j.y3)(ct)),!je)return me.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${me.name}`);if("ICON_NOT_FOUND"===je)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=je.viewBox||"0 0 512 512","customTemplate"in je&&je.customTemplate&&(me.customTemplate=(0,ee.A)(je.customTemplate,me)),"customTemplateAsString"in je&&(me.customTemplateAsString=je.customTemplateAsString),me.invalid=!1,"pathData"in je&&je.pathData&&(me.pathData=Array.isArray(je.pathData)?je.pathData:[je.pathData]),me.accData=je.accData,me.ltr=je.ltr,me.packageName=je.packageName,me.accessibleName)me.effectiveAccessibleName=me.accessibleName;else if(me.accData)if(me.packageName){const st=yield(0,b.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 F.Interactive:return ve.i18nBundle.getText(ne.u9k);case F.Image:return ve.i18nBundle.getText(ne.Jz0);default:return""}}get accessibilityInfo(){return this.mode===F.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};ae([(0,U.A)()],xe.prototype,"design",void 0),ae([(0,U.A)()],xe.prototype,"name",void 0),ae([(0,U.A)()],xe.prototype,"accessibleName",void 0),ae([(0,U.A)({type:Boolean})],xe.prototype,"showTooltip",void 0),ae([(0,U.A)()],xe.prototype,"mode",void 0),ae([(0,M.A)({type:HTMLElement})],xe.prototype,"fontIcon",void 0),ae([(0,U.A)({type:Array,noAttribute:!0})],xe.prototype,"pathData",void 0),ae([(0,U.A)({type:Object,noAttribute:!0})],xe.prototype,"accData",void 0),ae([(0,U.A)({type:Boolean})],xe.prototype,"invalid",void 0),ae([(0,U.A)({noAttribute:!0})],xe.prototype,"effectiveAccessibleName",void 0),ae([(0,T.A)("@ui5/webcomponents")],xe,"i18nBundle",void 0),xe=ve=ae([(0,C.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:A.A,template:function K(){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,B.A)("click",{bubbles:!0})],xe),xe.define();const Ee=xe},1279(ge,W,h){"use strict";h.d(W,{A:()=>q});var m={};h.r(m),h.d(m,{Contains:()=>Fe,None:()=>Ve,StartsWith:()=>Oe,StartsWithPerTerm:()=>at});var E=h(467),A=h(5386),C=h(1642),B=h(1934),U=h(6993),M=h(1437),j=h(1834),b=h(362),T=h(8431),S=h(6136),L=h(594),ee=h(2358),K=h(8777),te=h(3651),H=h(6162),F=h(3493),ce=h(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 le=X;var ae=h(1892),ve=h(563),Pe=h(1278),xe=h(4257),Ee=h(2601),Ie=h(8911),me=h(441),ct=h(9494),je=h(6634);function st(G){const u=G?.suggestionsList,_=G?.mobileHeader;return(0,ae.FD)(ae.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:u,mobileHeader:_,valueStateMessage:Ce,valueStateMessageInputIcon:Be}),this.hasValueStateMessage&&(0,ae.Y)(je.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,ae.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,ae.Y)(ve.A,{class:"ui5-input-value-state-message-icon",name:Be.call(this)}),this.valueStateOpen&&Ce.call(this)]})})]})}function Ce(){return(0,ae.Y)(ae.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,ae.Y)("slot",{name:"valueStateMessage"})})}function Be(){return this.valueState!==L.A.None?{Negative:xe.Ay,Critical:Ee.Ay,Positive:Ie.Ay,Information:me.Ay}[this.valueState]:""}function $e(){}function Ne(){}const Xe=/[[\]{}()*+?.\\^$|]/g,at=(G,u,_)=>{const p=new RegExp(`(^|\\s)${(G=>G.replace(Xe,"\\$&"))(G.toLowerCase())}.*`,"g");return u.filter(v=>{const k=v[_];return p.lastIndex=0,p.test(k.toLowerCase())})},Oe=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().startsWith(G.toLowerCase())),Fe=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().includes(G.toLowerCase())),Ve=(G,u)=>u;var Y=h(5166),ye=h(8923),lt=h(303),We=h(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 We.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 We.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 We.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 We.A}),"host");var gt=function(G){return G.StartsWithPerTerm="StartsWithPerTerm",G.StartsWith="StartsWith",G.Contains="Contains",G.None="None",G}(gt||{});const wt=gt;var Qe,Le=function(G,u,_,p){var O,v=arguments.length,k=v<3?u:null===p?p=Object.getOwnPropertyDescriptor(u,_):p;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)k=Reflect.decorate(G,u,_,p);else for(var Z=G.length-1;Z>=0;Z--)(O=G[Z])&&(k=(v<3?O(k):v>3?O(u,_,k):O(u,_))||k);return v>3&&k&&Object.defineProperty(u,_,k),k},N=function(G){return G.CHANGE="change",G.INPUT="input",G.SELECTION_CHANGE="selection-change",G}(N||{}),$=function(G){return G.ACTION_ENTER="enter",G.ACTION_USER_INPUT="input",G}($||{});let D=Qe=class extends A.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=wt.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(){b.A.register(this,this._handleResizeBound),(0,F.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){b.A.deregister(this,this._handleResizeBound),(0,F.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(Re=>{Re.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(Re):this._isGroupItem(Re)&&Re.items?.forEach(rt=>{this._highlightSuggestionItem(rt)})})),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,ce.A)(),v=this.disabled||this.readonly,k=!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&&!k?this.openValueStatePopover():this.closeValueStatePopover();const O=this.value,Z=this.getInputDOMRefSync();if(!Z||!O)return;this.filter!==wt.None&&this._filterItems(this.typedInValue);const re=Z.selectionEnd-Z.selectionStart;if(this._shouldAutocomplete&&!(0,S.m0)()&&!re&&!this._isKeyNavigation){const Re=this._getFirstMatchingItem(O);Re?(this._isComposing||this._handleTypeAhead(Re),this._selectMatchingItem(Re)):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,K.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const u=this.getInputDOMRefSync(),p=this.Suggestions?._getItems().filter(k=>!k.hidden)?.find(k=>k.selected||k.focused),v=this._flattenItems.filter(k=>this._isGroupItem(k));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,H.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(k=>!k.hidden),p=_.find(k=>k.selected||k.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(k=>k.text?.toLowerCase()===this.value.toLowerCase())),v){const k=v.text||"";p.setSelectionRange(k.length,k.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(N.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,S.tp)()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.Suggestions?._getPicker()?.open&&this._flattenItems.some(_=>_.hasAttribute("ui5-suggestion-item")&&_.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(N.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,H.rM)(this))))}_clear(){const u=this.value;this.value="",this.fireDecoratorEvent(N.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 Oe(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 k=m[u](this.typedInValue,v.items??[],"text");p.push(...k),v.hidden=0===k.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,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,S.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,S.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(N.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=Qe.i18nBundle,this.Suggestions=new _(this,"suggestionItems",!0,!1)};Qe.SuggestionsClass?u(Qe.SuggestionsClass):Promise.all([h.e(778),h.e(955)]).then(h.bind(h,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()};Qe.composition?u(Qe.composition):h.e(418).then(h.bind(h,1418)).then(_=>{Qe.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||"",k=_?this.valueBeforeItemSelection!==v:this.previousValue!==v;this.hasSuggestionItemSelected=!0,this.value=v,k&&this.previousValue!==v&&(this.valueBeforeItemSelection=v,this.lastConfirmedValue=v,this._performTextSelection=!0,this.fireDecoratorEvent(N.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 k=this.getInputValue(),O=u===$.ACTION_ENTER;this.value=k,this.typedInValue=k,this.valueBeforeSelectionStart=k;const Z=this.value;O&&(!this.fireDecoratorEvent(N.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,S.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,S.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:Qe.i18nBundle.getText(Y.PBn),Information:Qe.i18nBundle.getText(Y.Y12),Negative:Qe.i18nBundle.getText(Y.QLe),Critical:Qe.i18nBundle.getText(Y.CNT)}}valueStateTextMappings(){return{Positive:Qe.i18nBundle.getText(Y.KwP),Information:Qe.i18nBundle.getText(Y.tgV),Negative:Qe.i18nBundle.getText(Y.laD),Critical:Qe.i18nBundle.getText(Y.Xot)}}announceSelectedItem(){const u=this.shadowRoot.querySelector("#selectionText");u&&(u.textContent=this.itemSelectionAnnounce)}fireSelectionChange(u,_){this.Suggestions&&(this.fireDecoratorEvent(N.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||Qe.i18nBundle.getText(Y.YBm)}get _suggestionsOkButtonText(){return Qe.i18nBundle.getText(Y.HzF)}get _suggestionsCancelButtonText(){return Qe.i18nBundle.getText(Y.ZqR)}get clearIconAccessibleName(){return Qe.i18nBundle.getText(Y.$nc)}get _popupLabel(){return Qe.i18nBundle.getText(Y.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===le.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 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,S.cX)()?Qe.i18nBundle.getText(1===u.length?Y.Z2A:Y.qF5):Qe.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 Qe.i18nBundle.getText(Y.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const u=this._selectableItems,p=this.Suggestions?.isOpened()?Qe.i18nBundle.getText(Y.vSX):Qe.i18nBundle.getText(Y.Bby);switch(u.length){case 0:return`${Qe.i18nBundle.getText(Y.NJs)} ${p}`;case 1:return`${Qe.i18nBundle.getText(Y.K2C)} ${p}`;default:return`${Qe.i18nBundle.getText(Y.MME,u.length)} ${p}`}}return this.showSuggestions?Qe.i18nBundle.getText(Y.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,S.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==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}};Le([(0,C.A)({type:Boolean})],D.prototype,"disabled",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"highlight",void 0),Le([(0,C.A)()],D.prototype,"placeholder",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"readonly",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"required",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"noTypeahead",void 0),Le([(0,C.A)()],D.prototype,"type",void 0),Le([(0,C.A)()],D.prototype,"value",void 0),Le([(0,C.A)()],D.prototype,"valueState",void 0),Le([(0,C.A)()],D.prototype,"name",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"showSuggestions",void 0),Le([(0,C.A)({type:Number})],D.prototype,"maxlength",void 0),Le([(0,C.A)()],D.prototype,"accessibleName",void 0),Le([(0,C.A)()],D.prototype,"accessibleNameRef",void 0),Le([(0,C.A)()],D.prototype,"accessibleDescription",void 0),Le([(0,C.A)()],D.prototype,"accessibleDescriptionRef",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"showClearIcon",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"open",void 0),Le([(0,C.A)()],D.prototype,"filter",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"_effectiveShowClearIcon",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"focused",void 0),Le([(0,C.A)()],D.prototype,"hint",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"valueStateOpen",void 0),Le([(0,C.A)({type:Object})],D.prototype,"_inputAccInfo",void 0),Le([(0,C.A)({type:Object})],D.prototype,"_nativeInputAttributes",void 0),Le([(0,C.A)({type:Number})],D.prototype,"_inputWidth",void 0),Le([(0,C.A)({type:Number})],D.prototype,"_listWidth",void 0),Le([(0,C.A)({type:Boolean,noAttribute:!0})],D.prototype,"_inputIconFocused",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_associatedLabelsTexts",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_accessibleLabelsRefTexts",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_associatedDescriptionRefTexts",void 0),Le([(0,C.A)({type:Object})],D.prototype,"Suggestions",void 0),Le([(0,C.A)({type:Array,noAttribute:!0})],D.prototype,"_linksListenersArray",void 0),Le([(0,C.A)({type:Boolean,noAttribute:!0})],D.prototype,"_isComposing",void 0),Le([(0,U.A)({type:HTMLElement,default:!0})],D.prototype,"suggestionItems",void 0),Le([(0,U.A)()],D.prototype,"icon",void 0),Le([(0,U.A)({type:HTMLElement,invalidateOnChildChange:!0})],D.prototype,"valueStateMessage",void 0),Le([(0,te.A)("@ui5/webcomponents")],D,"i18nBundle",void 0),D=Qe=Le([(0,B.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:j.A,template:function Ge(G){const u=G?.suggestionsList,_=G?.mobileHeader,p=G?.preContent||$e,v=G?.postContent||Ne;return(0,ae.FD)(ae.FK,{children:[(0,ae.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,ae.FD)("div",{class:"ui5-input-content",children:[p.call(this),(0,ae.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,ae.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,ae.Y)(ve.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Pe.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,ae.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,ae.Y)("slot",{name:"icon"})}),(0,ae.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),v.call(this),this._effectiveShowSuggestions&&(0,ae.FD)(ae.FK,{children:[(0,ae.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,ae.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,ae.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,ae.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,ae.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,ae.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,ae.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,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")],D),D.define();const q=D},355(ge,W,h){"use strict";h.d(W,{A:()=>H});var m=h(5386),E=h(1934),A=h(1642),C=h(3651),B=h(1834),U=h(5166),M=h(1892),b=h(467),T=h(8923),S=h(303),L=h(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return S.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return L.A}),"host");var K,V=function(F,ne,Q,ce){var ae,X=arguments.length,le=X<3?ne:null===ce?ce=Object.getOwnPropertyDescriptor(ne,Q):ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)le=Reflect.decorate(F,ne,Q,ce);else for(var ve=F.length-1;ve>=0;ve--)(ae=F[ve])&&(le=(X<3?ae(le):X>3?ae(ne,Q,le):ae(ne,Q))||le);return X>3&&le&&Object.defineProperty(ne,Q,le),le};let te=K=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 K.i18nBundle.getText(U.vtI)}};V([(0,A.A)()],te.prototype,"for",void 0),V([(0,A.A)({type:Boolean})],te.prototype,"showColon",void 0),V([(0,A.A)({type:Boolean})],te.prototype,"required",void 0),V([(0,A.A)()],te.prototype,"wrappingType",void 0),V([(0,C.A)("@ui5/webcomponents")],te,"i18nBundle",void 0),te=K=V([(0,E.A)({tag:"ui5-label",renderer:B.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 H=te},8305(ge,W,h){"use strict";h.d(W,{A:()=>Pe});var m=h(5386),E=h(1934),A=h(1437),C=h(1642),B=h(1834),U=h(2358),M=h(3493),j=h(3651),b=h(6136),T=h(1045),S=h(6121),L=function(xe){return xe.Default="Default",xe.Subtle="Subtle",xe.Emphasized="Emphasized",xe}(L||{});const ee=L;var V=h(1892),K=h(563),H=h(5166),F=h(467),ne=h(8923),Q=h(303),ce=h(5444);(0,ne.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,F.A)(function*(){return Q.A})),(0,ne.Rh)("@ui5/webcomponents","sap_horizon",(0,F.A)(function*(){return ce.A}),"host");var ae,le=function(xe,Ee,Ie,me){var st,ct=arguments.length,je=ct<3?Ee:null===me?me=Object.getOwnPropertyDescriptor(Ee,Ie):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)je=Reflect.decorate(xe,Ee,Ie,me);else for(var Ce=xe.length-1;Ce>=0;Ce--)(st=xe[Ce])&&(je=(ct<3?st(je):ct>3?st(Ee,Ie,je):st(Ee,Ie))||je);return ct>3&&je&&Object.defineProperty(Ee,Ie,je),je};let ve=ae=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,b.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,S.VQ)()&&this._dummyAnchor.port===(0,S.lj)()&&this._dummyAnchor.protocol===(0,S.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,M.ax)(this)}get hasLinkType(){return this.design!==ee.Default}static typeTextMappings(){return{Subtle:H.FvC,Emphasized:H.Kdd}}get linkTypeText(){return ae.i18nBundle.getText(ae.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:je}=Ee;Ee.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:je})||Ee.preventDefault()}_onkeydown(Ee){(0,U.RI)(Ee)&&!this.href?(this._onclick(Ee),Ee.preventDefault()):(0,U.xC)(Ee)&&Ee.preventDefault()}_onkeyup(Ee){if((0,U.xC)(Ee)&&(this._onclick(Ee),this.href&&!Ee.defaultPrevented)){const Ie=new MouseEvent("click");Ie.stopImmediatePropagation(),this.getDomRef().dispatchEvent(Ie)}}};le([(0,C.A)({type:Boolean})],ve.prototype,"disabled",void 0),le([(0,C.A)()],ve.prototype,"tooltip",void 0),le([(0,C.A)()],ve.prototype,"href",void 0),le([(0,C.A)()],ve.prototype,"target",void 0),le([(0,C.A)()],ve.prototype,"design",void 0),le([(0,C.A)()],ve.prototype,"interactiveAreaSize",void 0),le([(0,C.A)()],ve.prototype,"wrappingType",void 0),le([(0,C.A)()],ve.prototype,"accessibleName",void 0),le([(0,C.A)()],ve.prototype,"accessibleNameRef",void 0),le([(0,C.A)()],ve.prototype,"accessibleRole",void 0),le([(0,C.A)({type:Object})],ve.prototype,"accessibilityAttributes",void 0),le([(0,C.A)()],ve.prototype,"accessibleDescription",void 0),le([(0,C.A)()],ve.prototype,"icon",void 0),le([(0,C.A)()],ve.prototype,"endIcon",void 0),le([(0,C.A)({noAttribute:!0})],ve.prototype,"_rel",void 0),le([(0,C.A)({noAttribute:!0})],ve.prototype,"forcedTabIndex",void 0),le([(0,j.A)("@ui5/webcomponents")],ve,"i18nBundle",void 0),ve=ae=le([(0,E.A)({tag:"ui5-link",languageAware:!0,renderer:B.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)(K.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)(K.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,A.A)("click",{bubbles:!0,cancelable:!0})],ve),ve.define();const Pe=ve},1973(ge,W,h){"use strict";h.d(W,{A:()=>Le});var Qe,m=h(467),E=h(5386),A=h(362),C=h(1834),B=h(2358),U=h(4127),M=((Qe=M||{}).Auto="Auto",Qe.Vertical="Vertical",Qe.Horizontal="Horizontal",Qe.Paging="Paging",Qe);const j=M;var b=(Qe=>(Qe.Static="Static",Qe.Cyclic="Cyclic",Qe))(b||{});const T=b,L=class S{constructor(N,$){if(!N.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=N,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||j.Auto,this._affectedPropertiesNames=$.affectedPropertiesNames||[],this._skipItemsSize=$.skipItemsSize||null}setCurrentItem(N){const $=this._getItems().indexOf(N);-1!==$?(this._currentIndex=$,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",N)}setRowSize(N){this._rowSize=N}_init(){this._getItems().forEach((N,$)=>{N.forcedTabIndex=$===this._currentIndex?"0":"-1"})}_onkeydown(N){if(!this._canNavigate())return;const $=this._navigationMode===j.Horizontal||this._navigationMode===j.Auto,D=this._navigationMode===j.Vertical||this._navigationMode===j.Auto,q="rtl"===this.rootWebComponent.effectiveDir;if(q&&(0,B.OC)(N)&&$)this._handleRight();else if(q&&(0,B.FG)(N)&&$)this._handleLeft();else if((0,B.OC)(N)&&$)this._handleLeft();else if((0,B.FG)(N)&&$)this._handleRight();else if((0,B.ie)(N)&&D)this._handleUp();else if((0,B.Pj)(N)&&D)this._handleDown();else if((0,B.qN)(N))this._handleHome();else if((0,B.uV)(N))this._handleEnd();else if((0,B.vQ)(N))this._handlePageUp();else{if(!(0,B.oY)(N))return;this._handlePageDown()}N.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const N=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(N/this._rowSize)-1)*this._rowSize;G>N-1&&(G-=this._rowSize),this._currentIndex=G}else this._currentIndex=0}_handleDown(){const N=this._getItems().length;this._currentIndex+this._rowSize<N?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===T.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:N-1}_handleLeft(){const N=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===T.Cyclic&&(this._currentIndex=N-1)}_handleRight(){const N=this._getItems().length;this._currentIndex<N-1?this._currentIndex+=1:this._behavior===T.Cyclic&&(this._currentIndex=0)}_handleHome(){const N=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%N}_handleEnd(){const N=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=N-1-this._currentIndex%N}_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 N=this._getItems();for(let $=0;$<N.length;$++)N[$].forcedTabIndex=$===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach($=>{const D=this.rootWebComponent[$];this.rootWebComponent[$]=Array.isArray(D)?[...D]:{...D}})}_focusCurrentItem(){const N=this._getCurrentItem();N&&N.focus()}_canNavigate(){const N=this._getCurrentItem(),$=(0,U.A)();return N&&N===$}_getCurrentItem(){const N=this._getItems();if(!N.length)return;for(;this._currentIndex>=N.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const $=N[this._currentIndex];if(!$)return;if((0,E.W)($))return $.getFocusDomRef();const D=this.rootWebComponent.getDomRef();return D&&$.id?D.querySelector(`[id="${$.id}"]`):void 0}};var ee=h(1045),V=h(1642),K=h(1437),te=h(1934),H=h(6993),F=h(3651),ne=h(6060),Q=h(1441),ce=h(7669),X=h(3493);const ae=Qe=>{let N=Qe;return Qe.shadowRoot&&Qe.shadowRoot.activeElement&&(N=Qe.shadowRoot.activeElement),N};let ve=null;var me=h(5011),ct=function(Qe){return Qe.Button="Button",Qe.Scroll="Scroll",Qe.None="None",Qe}(ct||{});const je=ct;var st=h(9698),Ce=function(Qe){return Qe.All="All",Qe.Inner="Inner",Qe.None="None",Qe}(Ce||{});const Be=Ce;var Ge=h(4583),$e=h(1892),Ne=h(7202),Xe=h(7601);function at(){return(0,$e.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,$e.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,$e.Y)(Ne.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,$e.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,$e.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Oe=h(8923),Fe=h(303),Ve=h(5444);(0,Oe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Fe.A})),(0,Oe.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ve.A}),"host");var Et,ye=h(5166),lt=h(6374),We=function(Qe,N,$,D){var u,q=arguments.length,G=q<3?N:null===D?D=Object.getOwnPropertyDescriptor(N,$):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)G=Reflect.decorate(Qe,N,$,D);else for(var _=Qe.length-1;_>=0;_--)(u=Qe[_])&&(G=(q<3?u(G):q>3?u(N,$,G):u(N,$))||G);return q>3&&G&&Object.defineProperty(N,$,G),G};const sn={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: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 Q.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)),A.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,X.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),A.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(N=>{N.hasAttribute("ui5-li-group-header")&&(N.addEventListener("ui5-_focused",this.onItemFocusedBound),N.addEventListener("ui5-forward-after",this.onForwardAfterBound),N.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(N=>{N.hasAttribute("ui5-li-group-header")&&(N.removeEventListener("ui5-_focused",this.onItemFocusedBound),N.removeEventListener("ui5-forward-after",this.onForwardAfterBound),N.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 N=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&N.push(this.modeLabelID),this.shouldRenderH1&&N.push(this.headerID),N.length?N.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,X.ax)(this)}get ariaDescriptionText(){const N=[];this.accessibleRole===st.A.List&&N.push(this.defaultAriaDescriptionText);const $=this._associatedDescriptionRefTexts||(0,X.Uu)(this);$&&N.push($);const D=this._getDescriptionForGroups();return D&&N.push(D),N.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 N="";return this._groupCount>0&&(this.accessibleRole===st.A.List?N=Et.i18nBundle.getText(ye.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===st.A.ListBox&&(N=Et.i18nBundle.getText(ye.P1,this._groupCount))),N}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!==je.None}get growsOnScroll(){return this.growing===je.Scroll}get growsWithButton(){return this.growing===je.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 N=this.getItemsForProcessing(),$=sn[this.accessibleRole];N.forEach((D,q)=>{const u=this.separators===Be.All||this.separators===Be.Inner&&!(q===N.length-1);D.hasConfigurableMode&&(D._selectionMode=this.selectionMode,D._inheritedAccessibleRole=$),D.hasBorder=u,D.mediaRange=this.mediaRange})}observeListEnd(){var N=this;return(0,m.A)(function*(){yield(0,ne.JT)(),N.getEndIntersectionObserver().observe(N.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var N=this;return(0,m.A)(function*(){yield(0,ne.JT)(),N.getStartIntersectionObserver().observe(N.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(N){N.forEach($=>{$.isIntersecting&&(Qe=>{ve&&clearTimeout(ve),ve=setTimeout(()=>{ve=null,Qe()},250)})(this.loadMore.bind(this))})}onStartIntersection(N){N.forEach($=>{this._startMarkerOutOfView=!$.isIntersecting})}onSelectionRequested(N){const $=this.getSelectedItems();let D=!1;this.selectionMode!==me.A.None&&this[`handle${this.selectionMode}`]&&(D=this[`handle${this.selectionMode}`](N.detail.item,!!N.detail.selected)),D&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:$,selectionComponentPressed:N.detail.selectionComponentPressed,targetItem:N.detail.item,key:N.detail.key})&&this._revertSelection($)}handleSingle(N){return!N.selected&&(this.deselectSelectedItems(),N.selected=!0,!0)}handleSingleStart(N){return this.handleSingle(N)}handleSingleEnd(N){return this.handleSingle(N)}handleSingleAuto(N){return this.handleSingle(N)}handleMultiple(N,$){return N.selected=$,!0}handleDelete(N){return this.fireDecoratorEvent("item-delete",{item:N}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(N=>{N.selected=!1})}getSelectedItems(){return this.getItems().filter(N=>N.selected)}getEnabledItems(){return this.getItems().filter(N=>N._focusable)}getItems(){const N=[],$=this.getSlottedNodes("items");let D=0,q=0;return $.forEach(G=>{if((0,lt.t)(G)){const u=[G.groupHeaderItem,...G.items.filter(_=>_.assignedSlot)].filter(Boolean);N.push(...u),D++,q+=u.length-1}else wt(G)?G.assignedSlot&&N.push(...G.listItems):G.assignedSlot&&N.push(G)}),this._groupCount=D,this._groupItemCount=q,N}getItemsForProcessing(){return this.getItems()}_revertSelection(N){this.getItems().forEach($=>{const D=-1!==N.indexOf($),q=$.shadowRoot.querySelector(".ui5-li-multisel-cb"),G=$.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");$.selected=D,q?q.checked=D:G&&(G.checked=D)})}_onkeydown(N){if((0,B.uV)(N))return this._handleEnd(),void N.preventDefault();if((0,B.qN)(N))return void this._handleHome();const $=(0,B.ie)(N)||(0,B.Pj)(N),D=this._getClosestListItem(N.target);if(D?._isFocusOnInternalElement()&&$){const q=(0,B.ie)(N)?-1:1;if(this._navigateToAdjacentItem(D,q))return void N.preventDefault()}(0,B.Pj)(N)?this._handleDown(N):(0,B._0)(N)?this._moveItem(N.target,N):((0,B.zP)(N)&&this._handleTabNext(N),(0,B.oi)(N)&&this._handleF7(N))}_handleF7(N){const $=this._getClosestListItem(N.target);if(!$||!$._hasFocusableElements())return;const D=$.getFocusDomRef(),q=(0,U.A)();N.preventDefault(),N.stopPropagation(),q===D?($._editMode=!0,$._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=$._getFocusedElementIndex()):(this._lastFocusedElementIndex=$._getFocusedElementIndex(),$._editMode=!1,D.focus())}_getClosestListItem(N){return N.closest("[ui5-li], [ui5-li-custom]")}_moveItem(N,$){if(!N||!N.movable)return;const D=(0,ce.Fw)(this.items,N,$);if(!D.length)return;$.preventDefault();const q=D.find(({element:G,placement:u})=>!this.fireDecoratorEvent("move-over",{originalEvent:$,source:{element:N},destination:{element:G,placement:u}}));q&&(this.fireDecoratorEvent("move",{originalEvent:$,source:{element:N},destination:{element:q.element,placement:q.placement}}),N.focus())}_onLoadMoreKeydown(N){(0,B.xC)(N)&&(N.preventDefault(),this._loadMoreActive=!0),(0,B.RI)(N)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,B.zP)(N)&&this.focusAfterElement(),(0,B.ie)(N)?this._handleLodeMoreUp(N):(0,B.bR)(N)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),N.preventDefault())}_onLoadMoreKeyup(N){(0,B.xC)(N)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(N){if(this.getGrowingButton()===N.target){const D=this.getItems();this.focusItem(D[D.length-1]),N.preventDefault(),N.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const N=this.getDomRef().getBoundingClientRect();return N.top>=0&&N.left>=0&&N.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&N.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const N=this.getBoundingClientRect().width;this.mediaRange=Ge.A.getCurrentRange(Ge.A.RANGESETS.RANGE_4STEPS,N)}_handleTabNext(N){ae(N.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(N){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),N.preventDefault())}_navigateToAdjacentItem(N,$){const D=N?._getFocusedElementIndex();if(void 0===D||-1===D)return!1;const q=this.getItems().filter(p=>"hasConfigurableMode"in p&&p.hasConfigurableMode&&p._hasFocusableElements()),G=q.indexOf(N)+$,u=q[G];if(!u)return!1;u._editMode=N._editMode;const _=u._focusInternalElement(D);return void 0!==_&&(this._lastFocusedElementIndex=_),!0}_onfocusin(N){const $=ae(N.target);if(this.isForwardElement($)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement($)?this.focusGrowingButton():this.focusFirstItem(),void N.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement($))return this.focusGrowingButton(),void N.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}N.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(N){this._dragAndDropHandler.ondragenter(N)}_ondragleave(N){this._dragAndDropHandler.ondragleave(N)}_ondragover(N){this._dragAndDropHandler.ondragover(N)}_ondrop(N){this._dragAndDropHandler.ondrop(N)}isForwardElement(N){const $=N.id,D=this.getBeforeElement();return!!(this._id===$||D&&D.id===$)||this.isForwardAfterElement(N)}isForwardAfterElement(N){const $=N.id,D=this.getAfterElement();return D&&D.id===$}onItemTabIndexChange(N){N.stopPropagation(),this._itemNavigation.setCurrentItem(N.target)}onItemFocused(N){const $=N.target;N.stopPropagation(),this._itemNavigation.setCurrentItem($),this.fireDecoratorEvent("item-focused",{item:$}),this.selectionMode===me.A.SingleAuto&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!0,key:N.detail.key}})}onItemPress(N){const $=N.detail.item;this.fireDecoratorEvent("item-click",{item:$})&&this.selectionMode!==me.A.Delete&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!$.selected,key:N.detail.key}})}onItemClose(N){const $=N.target;($?.hasAttribute("ui5-li-notification")||$?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:N.detail?.item})}onItemToggle(N){N.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:N.detail.item})}onForwardBefore(N){const $=N.target;if($.hasConfigurableMode&&$._editMode){const D=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),q=D.indexOf($),G=q>0?D[q-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),N.preventDefault(),void N.stopPropagation()}$._editMode=!1}this.setPreviouslyFocusedItem($),this.focusBeforeElement(),N.stopPropagation()}onForwardAfter(N){const $=N.target;if($.hasConfigurableMode&&$._editMode){const D=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),q=D.indexOf($),G=q>=0&&q<D.length-1?D[q+1]:void 0;if(G)return G._editMode=!0,G._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(G),N.preventDefault(),void N.stopPropagation();$._editMode=!1}this.setPreviouslyFocusedItem($),this.growsWithButton?(this.focusGrowingButton(),N.preventDefault()):this.focusAfterElement(),N.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const N=this.getGrowingButton();N&&N.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const $=this.getItems().length-1,D=this._itemNavigation._currentIndex;return-1!==D&&D===$}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const N=this.getFirstItem($=>$._focusable);N&&N.focus()}focusPreviouslyFocusedItem(){const N=this.getPreviouslyFocusedItem();N&&N.focus()}focusFirstSelectedItem(){const N=this.getFirstItem($=>$.selected&&$._focusable);N&&N.focus()}focusItem(N){this._itemNavigation.setCurrentItem(N),N.focus()}onFocusRequested(N){setTimeout(()=>{this.setPreviouslyFocusedItem(N.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(N){this._forwardingFocus=N}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(N){this._previouslyFocusedItem=N}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(N){const $=this.getItems();let D=null;if(!N)return $.length?$[0]:null;for(let q=0;q<$.length;q++)if(N($[q])){D=$[q];break}return D}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}};We([(0,V.A)()],gt.prototype,"headerText",void 0),We([(0,V.A)()],gt.prototype,"footerText",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"indent",void 0),We([(0,V.A)()],gt.prototype,"selectionMode",void 0),We([(0,V.A)()],gt.prototype,"noDataText",void 0),We([(0,V.A)()],gt.prototype,"separators",void 0),We([(0,V.A)()],gt.prototype,"growing",void 0),We([(0,V.A)()],gt.prototype,"growingButtonText",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"loading",void 0),We([(0,V.A)({type:Number})],gt.prototype,"loadingDelay",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"stickyHeader",void 0),We([(0,V.A)()],gt.prototype,"accessibleName",void 0),We([(0,V.A)({type:Object})],gt.prototype,"accessibilityAttributes",void 0),We([(0,V.A)()],gt.prototype,"accessibleNameRef",void 0),We([(0,V.A)()],gt.prototype,"accessibleDescription",void 0),We([(0,V.A)()],gt.prototype,"accessibleDescriptionRef",void 0),We([(0,V.A)({noAttribute:!0})],gt.prototype,"_associatedDescriptionRefTexts",void 0),We([(0,V.A)({noAttribute:!0})],gt.prototype,"_associatedLabelsRefTexts",void 0),We([(0,V.A)()],gt.prototype,"accessibleRole",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"_inViewport",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"_loadMoreActive",void 0),We([(0,V.A)()],gt.prototype,"mediaRange",void 0),We([(0,H.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],gt.prototype,"items",void 0),We([(0,H.A)()],gt.prototype,"header",void 0),We([(0,F.A)("@ui5/webcomponents")],gt,"i18nBundle",void 0),gt=Et=We([(0,te.A)({tag:"ui5-list",fastNavigation:!0,renderer:C.A,template:function Ae(){return(0,$e.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,$e.FD)(Ne.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,$e.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,$e.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,$e.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,$e.FD)("div",{class:"ui5-list-scroll-container",children:[(0,$e.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,$e.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,$e.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,$e.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,$e.Y)("slot",{}),this.showNoDataText&&(0,$e.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,$e.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&at.call(this),this.footerText&&(0,$e.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,$e.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,$e.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,$e.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,K.A)("item-click",{bubbles:!0,cancelable:!0}),(0,K.A)("item-close",{bubbles:!0}),(0,K.A)("item-toggle",{bubbles:!0}),(0,K.A)("item-delete",{bubbles:!0}),(0,K.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,K.A)("load-more",{bubbles:!0}),(0,K.A)("item-focused",{bubbles:!0}),(0,K.A)("move-over",{bubbles:!0,cancelable:!0}),(0,K.A)("move",{bubbles:!0})],gt),gt.define();const wt=Qe=>"hasListItems"in Qe&&Qe.hasListItems,Le=gt},6981(ge,W,h){"use strict";h.d(W,{A:()=>F});var m=h(5386),E=h(1934),A=h(1834),C=h(1642),B=h(1437),U=h(6488),M=h(6136),j=h(2358),b=h(4127),T=h(467),S=h(8923),L=h(303),ee=h(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host"),(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host");var te=function(ne,Q,ce,X){var ve,le=arguments.length,ae=le<3?Q:null===X?X=Object.getOwnPropertyDescriptor(Q,ce):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ae=Reflect.decorate(ne,Q,ce,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ae=(le<3?ve(ae):le>3?ve(Q,ce,ae):ve(Q,ce))||ae);return le>3&&ae&&Object.defineProperty(Q,ce,ae),ae};let H=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,M.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(Q){this.fireDecoratorEvent("request-tabindex-change",Q),Q.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",Q)}_onkeydown(Q){return(0,j.zP)(Q)?this._handleTabNext(Q):(0,j.bR)(Q)?this._handleTabPrevious(Q):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(Q)&&Q.preventDefault(),this._isEnter(Q)&&this.fireItemPress(Q)))}_onkeyup(Q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(Q)&&this.fireItemPress(Q)}_onclick(Q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(Q)||(Q.stopPropagation(),this.fireItemPress(Q))}_isDisabledInteractiveContentClicked(Q){const ce=Q.composedPath(),X=this.getFocusDomRef();return ce.some(le=>!!(le instanceof HTMLElement&&le!==this&&le!==X&&(this._isNativeInteractiveElement(le)||this._isCustomInteractiveElement(le)))&&this._isElementDisabled(le))}_isNativeInteractiveElement(Q){return Q.matches("button, input, select, textarea")}_isCustomInteractiveElement(Q){const ce=Q;return Q.tagName.includes("-")&&("disabled"in ce||Q.hasAttribute("aria-disabled"))}_isElementDisabled(Q){return"boolean"==typeof Q.disabled?Q.disabled:"true"===Q.getAttribute("aria-disabled")}_isSpace(Q){return(0,j.xC)(Q)}_isEnter(Q){return(0,j.RI)(Q)}fireItemPress(Q){this.disabled||!this._pressable||((0,j.RI)(Q)&&Q.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:Q}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:Q.key}))}_handleTabNext(Q){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||Q.preventDefault())}_handleTabPrevious(Q){this.shouldForwardTabBefore(Q.target)&&(this.fireDecoratorEvent("forward-before")||Q.preventDefault())}shouldForwardTabAfter(){const Q=(0,U.J)(this.getFocusDomRef());return 0===Q.length||Q[Q.length-1]===(0,b.A)()}shouldForwardTabBefore(Q){return this.getFocusDomRef()===Q}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};te([(0,C.A)({type:Boolean})],H.prototype,"selected",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"movable",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"hasBorder",void 0),te([(0,C.A)()],H.prototype,"forcedTabIndex",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"disabled",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"focused",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"actionable",void 0),H=te([(0,E.A)({renderer:A.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,B.A)("click",{bubbles:!0}),(0,B.A)("request-tabindex-change",{bubbles:!0}),(0,B.A)("_press",{bubbles:!0}),(0,B.A)("_focused",{bubbles:!0}),(0,B.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,B.A)("forward-before",{bubbles:!0,cancelable:!0})],H);const F=H},6374(ge,W,h){"use strict";h.d(W,{A:()=>le,t:()=>ae});var m=h(6993),E=h(1437),A=h(1642),C=h(1934),B=h(1834),U=h(5386),M=h(1441),j=h(4778),b=h(1892),T=h(45),S=h(7601),L=h(897),V=h(467),K=h(8923),te=h(303),H=h(5444);(0,K.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,V.A)(function*(){return te.A})),(0,K.Rh)("@ui5/webcomponents","sap_horizon",(0,V.A)(function*(){return H.A}),"host");var ne=h(6968),Q=h(5031),ce=function(ve,Pe,xe,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,xe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,xe,Ee);else for(var je=ve.length-1;je>=0;je--)(ct=ve[je])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,xe,me):ct(Pe,xe))||me);return Ie>3&&me&&Object.defineProperty(Pe,xe,me),me};let X=class extends U.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(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,xe,Ee){return Ee===xe?Pe.filter(Ie=>Ie!==j.A.On):Pe}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return ne.A.None}};ce([(0,A.A)()],X.prototype,"headerText",void 0),ce([(0,A.A)()],X.prototype,"headerAccessibleName",void 0),ce([(0,m.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],X.prototype,"items",void 0),ce([(0,A.A)()],X.prototype,"wrappingType",void 0),ce([(0,A.A)({type:Boolean})],X.prototype,"focused",void 0),ce([(0,m.A)()],X.prototype,"header",void 0),X=ce([(0,C.A)({tag:"ui5-li-group",renderer:B.A,languageAware:!0,template:function ee(){return(0,b.FD)(b.FK,{children:[this.hasHeader&&(0,b.FD)(T.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:L.A.ListItem,children:[this.hasFormattedHeader?(0,b.Y)("slot",{name:"header"}):this.headerText,(0,b.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,b.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,b.Y)("slot",{}),(0,b.Y)(S.A,{orientation:"Horizontal",ownerReference:this})]})]})},styles:[".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}\n"]}),(0,E.A)("move-over",{bubbles:!0,cancelable:!0}),(0,E.A)("move",{bubbles:!0})],X),X.define();const le=X,ae=(0,Q.A)("isListItemGroup")},45(ge,W,h){"use strict";h.d(W,{A:()=>le});var m=h(1642),E=h(6993),A=h(1934),C=h(3651),B=h(1045),U=h(6981),M=h(5166),j=h(1892),b=h(6968);function S(){return this.wrappingType===b.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=h(467),ee=h(8923),V=h(303),K=h(5444);(0,ee.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,L.A)(function*(){return V.A})),(0,ee.Rh)("@ui5/webcomponents","sap_horizon",(0,L.A)(function*(){return K.A}),"host");var ne,H=h(897),F=function(ae,ve,Pe,xe){var me,Ee=arguments.length,Ie=Ee<3?ve:null===xe?xe=Object.getOwnPropertyDescriptor(ve,Pe):xe;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ie=Reflect.decorate(ae,ve,Pe,xe);else for(var ct=ae.length-1;ct>=0;ct--)(me=ae[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 U.A{constructor(){super(...arguments),this.accessibleRole=H.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,B.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return ne.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&&(ne.ExpandableTextTemplate?this.expandableTextTemplate=ne.ExpandableTextTemplate:Promise.all([h.e(778),h.e(249)]).then(h.bind(h,9249)).then(ve=>{this.expandableTextTemplate=ve.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};F([(0,m.A)()],X.prototype,"accessibleName",void 0),F([(0,m.A)()],X.prototype,"accessibleRole",void 0),F([(0,m.A)()],X.prototype,"wrappingType",void 0),F([(0,m.A)()],X.prototype,"mediaRange",void 0),F([(0,m.A)({noAttribute:!0})],X.prototype,"expandableTextTemplate",void 0),F([(0,E.A)()],X.prototype,"subItems",void 0),F([(0,C.A)("@ui5/webcomponents")],X,"i18nBundle",void 0),X=ne=F([(0,A.A)({tag:"ui5-li-group-header",languageAware:!0,template:function T(){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:S.call(this)}),this.hasSubItems&&(0,j.Y)("slot",{name:"subItems"})]})},styles:[U.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 le=X},6634(ge,W,h){"use strict";h.d(W,{zN:()=>gt,D2:()=>wt,Ay:()=>Qe,st:()=>N});var m=h(467),E=h(5386),A=h(1934),C=h(1642),B=h(6993),U=h(6136),M=h(1402),j=h(8762);const T={toAttribute:$=>$ instanceof HTMLElement?null:$,fromAttribute:$=>$};var S=h(6060),L=h(7883),ee=function($){return $.Start="Start",$.End="End",$.Top="Top",$.Bottom="Bottom",$}(ee||{});const V=ee;var K=function($){return $.Center="Center",$.Top="Top",$.Bottom="Bottom",$.Stretch="Stretch",$}(K||{});const te=K;var H=h(9494),F=h(4127);const Q=$=>$.parentElement?$.parentElement:$.parentNode.host;var ce=h(3466);let X;const ae=[],ve=()=>{ae.forEach($=>{$.instance.reposition()})},je=$=>{$&&$.shadowRoot.removeEventListener("scroll",ve,{capture:!0})},Be=$=>{const D=(0,ce.vR)();if(0!==D.length&&N(D[D.length-1].instance))for(let G=D.length-1;-1!==G;G--){const u=D[G].instance;if(!N(u)||u.isModal||u.isOpenerClicked($)||u.isClicked($))return;u.closePopup()}},Ge=$=>{const D=Xe($);(0,ce.Xj)($,D),ae.push({instance:$,parentPopovers:D}),($=>{$&&$.shadowRoot.addEventListener("scroll",ve,{capture:!0})})($),1===ae.length&&(document.addEventListener("scroll",ve,{capture:!0}),document.addEventListener("mousedown",Be,{capture:!0}),X=setInterval(()=>{ve(),(()=>{let $=(0,F.A)();"IFRAME"===$.tagName&&Ne().reverse().forEach(D=>{const q=D.instance,G=q.getOpenerHTMLElement(q.opener);for(;$;){if($===G)return;$=Q($)}q.closePopup(!1,!1,!0)})})()},300))},Ne=()=>ae,Xe=$=>{let D=$.parentNode;const q=[];for(;D&&D.parentNode;){for(let G=0;G<ae.length;G++)D===ae[G].instance&&q.push(D);D=D.parentNode}return q};var Ae=function($){return $.TopLeft="TopLeft",$.TopRight="TopRight",$.BottomLeft="BottomLeft",$.BottomRight="BottomRight",$}(Ae||{});const Oe=class at{constructor(D){this._resized=!1,this._popover=D,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(D){return this.isResized&&(D-=this._currentDeltaX||0),D}getCorrectedTop(D){return this.isResized&&(D-=this._currentDeltaY||0),D}setCorrectResizeHandleClass(D){switch(this.getResizeHandlePlacement()){case Ae.BottomLeft:D.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Ae.BottomRight:D.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Ae.TopLeft:D.root["ui5-popover-resize-handle-top-left"]=!0;break;case Ae.TopRight:D.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const D=this._popover;if(this._resized&&D.resizeHandlePlacement)return D.resizeHandlePlacement;const q=D.getOpenerHTMLElement(D.opener);if(!q)return;const u=D.isRtl,_=q.getBoundingClientRect(),p=D.getBoundingClientRect();let v=Math.floor(_.x+_.width/2);const k=Math.floor(_.y+_.height/2);let O=Math.floor(p.x+p.width/2);const Z=Math.floor(p.y+p.height/2),re=D.verticalAlign,Re=D._actualHorizontalAlign,rt=p.width>_.width,g=p.height>_.height;switch(u&&(v=-v,O=-O),D.getActualPlacement(_)){case wt.Left:return g?Z>k+2?Ae.BottomLeft:Ae.TopLeft:re===te.Top?Ae.BottomLeft:Ae.TopLeft;case wt.Right:return g?Z+2<k?Ae.TopRight:Ae.BottomRight:re===te.Bottom?Ae.TopRight:Ae.BottomRight;case wt.Bottom:return rt?O+2<v?u?Ae.BottomRight:Ae.BottomLeft:u?Ae.BottomLeft:Ae.BottomRight:u?Re===gt.Left?Ae.BottomRight:Ae.BottomLeft:Re===gt.Right?Ae.BottomLeft:Ae.BottomRight;default:return rt?O+2<v?u?Ae.TopRight:Ae.TopLeft:u?Ae.TopLeft:Ae.TopRight:u?Re===gt.Left?Ae.TopRight:Ae.TopLeft:Re===gt.Right?Ae.TopLeft:Ae.TopRight}}onResizeMouseDown(D){if(!this._popover.resizable)return;D.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:q,minHeight:G}=window.getComputedStyle(this._popover),u=window.getComputedStyle(this._popover);this._initialClientX=D.clientX,this._initialClientY=D.clientY,this._minWidth=Math.max(Number.parseFloat(q),Number.parseFloat(u.minWidth)),this._minHeight=Number.parseFloat(G),this._attachMouseResizeHandlers()}_onResizeMouseMove(D){const G=this._popover._viewportMargin,{clientX:u,clientY:_}=D,p=this.getResizeHandlePlacement(),v=this._initialBoundingRect,k=u-this._initialClientX,O=_-this._initialClientY;let Z,re;const rt=p===Ae.TopLeft||p===Ae.TopRight;if(p===Ae.TopLeft||p===Ae.BottomLeft){Z=(0,j.A)(v.width-k,this._minWidth,v.x+v.width-G);const Se=(0,j.A)(v.x+k,G,v.x+v.width-this._minWidth);Z=Math.min(Z,v.x+v.width-Se),this._currentDeltaX=(v.x-Se)/2}else{const Ze=window.innerWidth-v.x-G;Z=(0,j.A)(v.width+k,this._minWidth,Ze),this._currentDeltaX=(v.width-Z)/2}if(rt){re=(0,j.A)(v.height-O,this._minHeight,v.y+v.height-G);const Se=(0,j.A)(v.y+O,G,v.y+v.height-this._minHeight);re=Math.min(re,v.y+v.height-Se),this._currentDeltaY=(v.y-Se)/2}else{const Ze=window.innerHeight-v.y-G;re=(0,j.A)(v.height+O,this._minHeight,Ze),this._currentDeltaY=(v.height-re)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const g=this._popover.calcPlacement(this._popover._openerRect,{width:Z,height:re});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:`${re}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 Fe=h(555),Ve=h(1926),Y=h(8923),ye=h(303),lt=h(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 St,Et=h(5031),_t=function($,D,q,G){var p,u=arguments.length,_=u<3?D:null===G?G=Object.getOwnPropertyDescriptor(D,q):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_=Reflect.decorate($,D,q,G);else for(var v=$.length-1;v>=0;v--)(p=$[v])&&(_=(u<3?p(_):u>3?p(D,q,_):p(D,q))||_);return u>3&&_&&Object.defineProperty(D,q,_),_},gt=function($){return $.Center="Center",$.Left="Left",$.Right="Right",$.Stretch="Stretch",$}(gt||{}),wt=function($){return $.Left="Left",$.Right="Right",$.Top="Top",$.Bottom="Bottom",$}(wt||{});let Le=St=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 Oe(this)}set opener(D){this._opener!==D&&(this._opener=D,D&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var D=()=>super.openPopup,q=this;return(0,m.A)(function*(){if(q._opened)return;const G=q.getOpenerHTMLElement(q.opener);if(G){if(!G||q.isOpenerOutsideViewport(G.getBoundingClientRect()))return yield(0,S.JT)(),q.open=!1,void q.fireDecoratorEvent("close");q._initialWidth=q.style.width,q._initialHeight=q.style.height,q._openerRect=G.getBoundingClientRect(),q._observeOpenerVisibility(),yield D().call(q)}})()}closePopup(D=!1,q=!1,G=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(D,q,G)}isOpenerClicked(D){const q=D.target,G=this.getOpenerHTMLElement(this.opener);return!!G&&(!!(q===G||this._isUI5AbstractElement(q)&&q.getFocusDomRef()===G)||D.composedPath().indexOf(G)>-1)}isClicked(D){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==D.composedPath()[0])||(0,M.wi)(D,this.getBoundingClientRect())}_addOpenedPopup(){Ge(this)}_removeOpenedPopup(){($=>{const D=[$];for(let q=0;q<ae.length;q++){const G=ae[q].parentPopovers.indexOf($);ae[q].parentPopovers.length>0&&G>-1&&D.push(ae[q].instance)}for(let q=D.length-1;q>=0;q--)for(let G=0;G<ae.length;G++){let u=-1;D[q]===ae[G].instance&&(u=G),u>=0&&((0,ce.cY)(ae[u].instance),je(ae[u].instance),ae.splice(u,1)[0].instance.closePopup(!1,!0))}ae.length||(document.removeEventListener("scroll",ve,{capture:!0}),document.removeEventListener("mousedown",Be,{capture:!0}),clearInterval(X))})(this)}getOpenerHTMLElement(D){if(null==D)return D;if(D instanceof HTMLElement)return this._isUI5AbstractElement(D)?D.getFocusDomRef():D;let q=this.getRootNode();if(!q)return null;q===this&&(q=document);let G=q.getElementById(D);return q instanceof ShadowRoot&&!G&&(G=document.getElementById(D)),G&&(this._isUI5AbstractElement(G)?G.getFocusDomRef():G)}shouldCloseDueToOverflow(D,q){const u={Left:q.right,Right:q.left,Top:q.top,Bottom:q.bottom},_=this.getOpenerHTMLElement(this.opener),p=(0,M.nE)(_);let v=!1,k=!1;if(p instanceof St){const O=p.getBoundingClientRect();v=q.top>O.top+O.height,k=q.top+q.height<O.top}return u[D]<0||u[D]+32>p.innerHeight||v||k}shouldCloseDueToNoOpener(D){return 0===D.top&&0===D.bottom&&0===D.left&&0===D.right}isOpenerOutsideViewport(D){return D.bottom<0||D.top>window.innerHeight||D.right<0||D.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return St.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var D=()=>super._show,q=this;return(0,m.A)(function*(){D().call(q);const G=q.getOpenerHTMLElement(q.opener);if(!G)return void Object.assign(q.style,{top:"0px",left:"0px"});if(G&&(0,E.W)(G)&&!G.getDomRef())return;q._opened||q._showOutsideViewport();const u=q.getPopoverSize();let _;if(0===u.width||0===u.height)return;if(q.open&&(q._openerRect=G.getBoundingClientRect()),_=q._oldPlacement&&q.shouldCloseDueToNoOpener(q._openerRect)&&q.isFocusWithin()?q._oldPlacement:q.calcPlacement(q._openerRect,u),q._preventRepositionAndClose||q.isOpenerOutsideViewport(q._openerRect))return yield q._waitForDomRef(),q.closePopup();q._oldPlacement=_,q.actualPlacement=_.actualPlacement;let p=(0,j.A)(q._left,St.VIEWPORT_MARGIN,document.documentElement.clientWidth-u.width-St.VIEWPORT_MARGIN);q.actualPlacement===wt.Right&&(p=Math.max(p,q._left));let v=(0,j.A)(q._top,St.VIEWPORT_MARGIN,document.documentElement.clientHeight-u.height-St.VIEWPORT_MARGIN);q.actualPlacement===wt.Bottom&&(v=Math.max(v,q._top)),q.arrowTranslateX=_.arrow.x,q.arrowTranslateY=_.arrow.y,v=q._adjustForIOSKeyboard(v),Object.assign(q.style,{top:`${v}px`,left:`${p}px`}),!q._popoverResize.isResized&&(q.horizontalAlign===H.A.Stretch&&q._width&&(q.style.width=q._width),q.verticalAlign===te.Stretch&&q._height&&(q.style.height=q._height))})()}_adjustForIOSKeyboard(D){if(!(0,U.un)())return D;const q=Math.ceil(this.getBoundingClientRect().top);return D+(Number.parseInt(this.style.top||"0")-q)}_onOpenerIntersection(D){this.open&&!D[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const D=this.getOpenerHTMLElement(this.opener);D&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(D))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(D=!1){const q=this.getBoundingClientRect(),G=q.width;let u;const _=this.getDomRef();if(D&&_){const p=_.querySelector(".ui5-popup-header-root"),v=_.querySelector(".ui5-popup-content"),k=_.querySelector(".ui5-popup-footer-root");u=v?.scrollHeight||0,u+=p?.scrollHeight||0,u+=k?.scrollHeight||0}else u=q.height;return{width:G,height:u}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(D){return(0,E.W)(D)&&D.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(D,q){let G=St.VIEWPORT_MARGIN,u=0;const _=this.allowTargetOverlap,p=document.documentElement.clientWidth,v=document.documentElement.clientHeight;let k=v,O=p;const Z=this.getActualPlacement(D);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(D)||this.shouldCloseDueToOverflow(Z,D);const re=Z===wt.Top||Z===wt.Bottom;this._popoverResize.isResized||(this.horizontalAlign===H.A.Stretch&&re?(q.width=D.width,this._width=`${D.width}px`):this.verticalAlign===te.Stretch&&!re&&(q.height=D.height,this._height=`${D.height}px`));const Re=this.hideArrow?0:8;switch(Z){case wt.Top:G=this.getVerticalLeft(D,q),u=Math.max(D.top-q.height-Re,0),_||(k=D.top-Re);break;case wt.Bottom:G=this.getVerticalLeft(D,q),u=D.bottom+Re,_?u=Math.max(Math.min(u,v-q.height),0):k=v-D.bottom-Re;break;case wt.Left:G=Math.max(D.left-q.width-Re,0),u=this.getHorizontalTop(D,q),_||(O=D.left-Re);break;case wt.Right:G=D.left+D.width+Re,u=this.getHorizontalTop(D,q),_?G=Math.max(Math.min(G,p-q.width),0):O=p-D.right-Re}re?q.width>p||G<St.VIEWPORT_MARGIN?G=St.VIEWPORT_MARGIN:G+q.width>p-St.VIEWPORT_MARGIN&&(G=p-St.VIEWPORT_MARGIN-q.width):q.height>v||u<St.VIEWPORT_MARGIN?u=St.VIEWPORT_MARGIN:u+q.height>v-St.VIEWPORT_MARGIN&&(u=v-St.VIEWPORT_MARGIN-q.height),this._maxHeight=Math.round(k-St.VIEWPORT_MARGIN),this._maxWidth=Math.round(O-St.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 rt=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),g=this.getArrowPosition(D,q,G,u,re,rt);return this._left+=this.getRTLCorrectionLeft(),{arrow:g,top:this._top,left:this._left,actualPlacement:Z}}get isVertical(){return this.placement===V.Top||this.placement===V.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(D,q,G,u,_,p){const v=this._actualHorizontalAlign;let k=v===gt.Center||v===gt.Stretch;v===gt.Right&&G<=D.left&&(k=!0),v===gt.Left&&G+q.width>=D.left+D.width&&(k=!0);let O=0;_&&k&&(O=D.left+D.width/2-G-q.width/2);let Z=0;_||(Z=D.top+D.height/2-u-q.height/2);const re=q.height/2-p-4-2;Z=(0,j.A)(Z,-re,re);const Re=q.width/2-p-4-2;return O=(0,j.A)(O,-Re,Re),{x:Math.round(O),y:Math.round(Z)}}fallbackPlacement(D,q,G,u){return G.left>u.width?wt.Left:D-G.right>G.left?wt.Right:q-G.bottom>u.height?wt.Bottom:q-G.bottom<G.top?wt.Top:void 0}getActualPlacement(D){const q=this.placement,G=this.getPopoverSize(!this.allowTargetOverlap);let u=wt.Right;switch(q){case V.Start:u=this.isRtl?wt.Right:wt.Left;break;case V.End:u=this.isRtl?wt.Left:wt.Right;break;case V.Top:u=wt.Top;break;case V.Bottom:u=wt.Bottom}const _=document.documentElement.clientWidth;let p=document.documentElement.clientHeight,v=G.height;switch(this.isVertical&&(v+=this.hideArrow?0:8,p-=St.VIEWPORT_MARGIN),u){case wt.Top:D.top<v&&D.top<p-D.bottom&&(u=wt.Bottom);break;case wt.Bottom:p-D.bottom<v&&p-D.bottom<D.top&&(u=wt.Top);break;case wt.Left:D.left<G.width&&(u=this.fallbackPlacement(_,p,D,G)||u);break;case wt.Right:_-D.right<G.width&&(u=this.fallbackPlacement(_,p,D,G)||u)}return u}getVerticalLeft(D,q){let u=St.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case gt.Center:case gt.Stretch:u=D.left-(q.width-D.width)/2,u=this._popoverResize.getCorrectedLeft(u);break;case gt.Left:u=D.left;break;case gt.Right:u=D.right-q.width}return u}getHorizontalTop(D,q){let G=0;switch(this.verticalAlign){case te.Center:case te.Stretch:G=D.top-(q.height-D.height)/2,G=this._popoverResize.getCorrectedTop(G);break;case te.Top:G=D.top;break;case te.Bottom:G=D.bottom-q.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 D=super.classes;return D.root["ui5-popover-root"]=!0,D.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(D),D}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case H.A.Start:return this.isRtl?gt.Right:gt.Left;case H.A.End:return this.isRtl?gt.Left:gt.Right;case H.A.Stretch:return gt.Stretch;default:return gt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(D){this._popoverResize.onResizeMouseDown(D),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};_t([(0,C.A)()],Le.prototype,"headerText",void 0),_t([(0,C.A)()],Le.prototype,"placement",void 0),_t([(0,C.A)()],Le.prototype,"horizontalAlign",void 0),_t([(0,C.A)()],Le.prototype,"verticalAlign",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"modal",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"hideArrow",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"allowTargetOverlap",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"resizable",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"arrowTranslateX",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"arrowTranslateY",void 0),_t([(0,C.A)()],Le.prototype,"actualPlacement",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"_maxHeight",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"_maxWidth",void 0),_t([(0,C.A)({noAttribute:!0})],Le.prototype,"_resizeHandlePlacement",void 0),_t([(0,B.A)()],Le.prototype,"header",void 0),_t([(0,B.A)()],Le.prototype,"footer",void 0),_t([(0,C.A)({converter:T})],Le.prototype,"opener",null),Le=St=_t([(0,A.A)({tag:"ui5-popover",styles:[L.A.styles,Ve.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:Fe.A})],Le),Le.define();const Qe=Le,N=(0,Et.A)("isPopover")},555(ge,W,h){"use strict";h.d(W,{A:()=>U});var m=h(1892),E=h(563),A=h(81),C=h(8520),B=h(6983);function U(){return C.Ay.call(this,{beforeContent:M,afterContent:j})}function M(){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)(B.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function j(){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:A.Ay})})]})}},7883(ge,W,h){"use strict";h.d(W,{A:()=>Fe});var m=h(467),E=h(1934),A=h(6060),C=h(1437),B=h(6993),U=h(1642),M=h(1834),j=h(5386),b=h(6136),T=h(5465);const S=/^(?:a|area)$/i,L=/^(?:input|select|textarea|button)$/i,V=Ve=>{if(Ve.disabled)return!1;const Y=Ve.getAttribute("tabindex");return null!=Y?parseInt(Y)>=0:L.test(Ve.nodeName)||S.test(Ve.nodeName)&&!!Ve.href},K=Ve=>Ve.hasAttribute("data-ui5-focus-trap"),te=Ve=>{const Y=getComputedStyle(Ve);return Ve.scrollHeight>Ve.clientHeight&&["scroll","auto"].indexOf(Y.overflowY)>=0||Ve.scrollWidth>Ve.clientWidth&&["scroll","auto"].indexOf(Y.overflowX)>=0},H=function(){var Ve=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:ce(Y,!0,ye)});return function(ye,lt){return Ve.apply(this,arguments)}}(),F=function(){var Ve=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:ce(Y,!1,ye)});return function(ye,lt){return Ve.apply(this,arguments)}}(),ne=Ve=>Ve.hasAttribute("data-ui5-focus-redirect")||!(0,T.A)(Ve),Q=Ve=>{if((0,j.W)(Ve)){const Y=Ve.getAttribute("tabindex");if(null!==Y&&parseInt(Y)<0)return!0}return!1},ce=function(){var Ve=(0,m.A)(function*(Y,ye,lt){let We,Et,St,_t=-1;for(Y.shadowRoot?We=ye?Y.shadowRoot.firstElementChild:Y.shadowRoot.lastElementChild:Y instanceof HTMLSlotElement&&Y.assignedNodes()?(Et=Y.assignedElements(),_t=ye?0:Et.length-1,We=Et[_t]):We=lt?Y:ye?Y.firstElementChild:Y.lastElementChild;We;){const sn=We;if(!(0,T.A)(sn)&&!Q(sn)){if((0,j.W)(We)&&(yield We._waitForDomRef(),We=We.getDomRef()),!We||(0,T.A)(We))return null;if(1===We.nodeType&&ne(We)&&!K(We)){if(V(We)||(St=yield ce(We,ye),!(0,b.nr)()&&!St&&te(We)))return We&&"function"==typeof We.focus?We:null;if(St)return St&&"function"==typeof St.focus?St:null}}We=ye?sn.nextElementSibling:sn.previousElementSibling,Et&&!Et[_t].contains(We)&&(_t=ye?_t+1:_t-1,We=Et[_t])}return null});return function(ye,lt,We){return Ve.apply(this,arguments)}}();var X=h(3493),le=h(3455),ae=h(2358),ve=h(1402),Pe=h(362),xe=h(4583),Ee=h(1045),Ie=h(8520),me=h(9634),ct=h(3466),je=h(8923),st=h(303),Ce=h(5444);(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host"),(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host"),(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host");var Xe,Ne=function(Ve,Y,ye,lt){var _t,We=arguments.length,Et=We<3?Y:null===lt?lt=Object.getOwnPropertyDescriptor(Y,ye):lt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Et=Reflect.decorate(Ve,Y,ye,lt);else for(var St=Ve.length-1;St>=0;St--)(_t=Ve[St])&&(Et=(We<3?_t(Et):We>3?_t(Y,ye,Et):_t(Y,ye))||Et);return We>3&&Et&&Object.defineProperty(Y,ye,Et),Et};(0,le.g5)("data-ui5-popup-scroll-blocker")||(0,le._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const at=new Set;let Oe=Xe=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,b.tp)(),this.onDesktop=(0,b.xl)()}onAfterRendering(){(0,A.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,b.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,A.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,ae.bR)(Y),lt=(0,ae.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,b.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var Y=this;return(0,m.A)(function*(){const ye=yield H(Y);ye?ye.focus():Y._root.focus()})()}forwardToLast(){var Y=this;return(0,m.A)(function*(){const ye=yield F(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 H(Y))||Y._root,lt&&(lt===Y._root&&(lt.tabIndex=-1),lt.focus())})()}isFocusWithin(){return(0,ve.TP)(this._root)}_updateMediaRange(){this.mediaRange=xe.A.getCurrentRange(xe.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}}}};Ne([(0,U.A)()],Oe.prototype,"initialFocus",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"preventFocusRestore",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleName",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleNameRef",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleRole",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleDescription",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleDescriptionRef",void 0),Ne([(0,U.A)({noAttribute:!0})],Oe.prototype,"_associatedDescriptionRefTexts",void 0),Ne([(0,U.A)()],Oe.prototype,"mediaRange",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"preventInitialFocus",void 0),Ne([(0,U.A)({type:Boolean,noAttribute:!0})],Oe.prototype,"isTopModalPopup",void 0),Ne([(0,B.A)({type:HTMLElement,default:!0})],Oe.prototype,"content",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"onPhone",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"onDesktop",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"open",null),Oe=Xe=Ne([(0,E.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:Ie.Ay}),(0,C.A)("before-open",{cancelable:!0}),(0,C.A)("open"),(0,C.A)("before-close",{cancelable:!0}),(0,C.A)("close"),(0,C.A)("scroll",{bubbles:!0})],Oe);const Fe=Oe},8520(ge,W,h){"use strict";h.d(W,{Ay:()=>A});var m=h(1892);function E(){return(0,m.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function A(U){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}),(U?.beforeContent||C).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}),(U?.afterContent||B).call(this),(0,m.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function C(){}function B(){}},6983(ge,W,h){"use strict";h.d(W,{A:()=>F});var m=h(5386),E=h(1834),A=h(1934),C=h(1642),B=function(ne){return ne.H1="H1",ne.H2="H2",ne.H3="H3",ne.H4="H4",ne.H5="H5",ne.H6="H6",ne}(B||{});const U=B;var M=h(1892);function b(ne){switch(ne){case"H1":return(0,M.Y)("h1",{class:"ui5-title-root",children:T.call(this)});case"H2":default:return(0,M.Y)("h2",{class:"ui5-title-root",children:T.call(this)});case"H3":return(0,M.Y)("h3",{class:"ui5-title-root",children:T.call(this)});case"H4":return(0,M.Y)("h4",{class:"ui5-title-root",children:T.call(this)});case"H5":return(0,M.Y)("h5",{class:"ui5-title-root",children:T.call(this)});case"H6":return(0,M.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:T.call(this)})}}function T(){return(0,M.Y)("span",{id:`${this._id}-inner`,children:(0,M.Y)("slot",{})})}var S=h(467),L=h(8923),ee=h(303),V=h(5444);(0,L.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return ee.A})),(0,L.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return V.A}),"host");var te=function(ne,Q,ce,X){var ve,le=arguments.length,ae=le<3?Q:null===X?X=Object.getOwnPropertyDescriptor(Q,ce):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ae=Reflect.decorate(ne,Q,ce,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ae=(le<3?ve(ae):le>3?ve(Q,ce,ae):ve(Q,ce))||ae);return le>3&&ae&&Object.defineProperty(Q,ce,ae),ae};let H=class extends m.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===U.H1}get h2(){return this.level===U.H2}get h3(){return this.level===U.H3}get h4(){return this.level===U.H4}get h5(){return this.level===U.H5}get h6(){return this.level===U.H6}};te([(0,C.A)()],H.prototype,"wrappingType",void 0),te([(0,C.A)()],H.prototype,"level",void 0),te([(0,C.A)()],H.prototype,"size",void 0),H=te([(0,A.A)({tag:"ui5-title",renderer:E.A,template:function j(){return(0,M.Y)(M.FK,{children:b.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'})],H),H.define();const F=H},1441(ge,W,h){"use strict";h.d(W,{A:()=>b});var m=h(6826);var U=h(7669),M=h(2928);const b=class j{constructor(S,L){this.component=S,this.config={orientation:M.A.Vertical,clientCoordinate:"clientY",...L}}ondragenter(S){S.preventDefault()}ondragleave(S){if(S.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(S.relatedTarget))return;const L=this.config.getDropIndicator();L&&(L.targetReference=null)}ondragover(S){if(!this._validateDragOver(S))return;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator(),V=this._findClosestPosition(S);if(!V)return void(ee.targetReference=null);const K=this._transformTargetElement(V.element);if(!this._isValidDragTarget(L,K))return void(ee.targetReference=null);const te=this._filterPlacements(V.placements,L,K),H=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:F,placement:ne}=function E(T,S,L,ee,V={}){const K=m.A.getDraggedElement(),te={targetReference:null,placement:null};if(!K&&!V?.crossDnD)return te;const H=L.placements;return te.targetReference=T.target,H.some(F=>!S.fireDecoratorEvent("move-over",{...V.originalEvent?{originalEvent:T}:{},source:{element:K},destination:{element:ee,placement:F}})&&(T.preventDefault(),te.targetReference=L.element,te.placement=F,!0))||(te.targetReference=null),te}(S,this.component,{element:K,placements:te},K,H);ee.targetReference=F,ee.placement=ne}ondrop(S){const L=this.config.getDropIndicator();L?.targetReference&&L?.placement?(function C(T,S,L,ee,V={}){T.preventDefault();const K=m.A.getDraggedElement();!K&&V?.crossDnD||(S.fireDecoratorEvent("move",{...V.originalEvent?{originalEvent:T}:{},source:{element:K},destination:{element:L,placement:ee}}),K?.focus())}(S,this.component,L.targetReference,L.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),L.targetReference=null):S.preventDefault()}_validateDragOver(S){if(!(S.target instanceof HTMLElement))return!1;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator();return!(!L||!ee)}_findClosestPosition(S){const L=this.config.getItems();return(0,U.gk)(L,"clientX"===this.config.clientCoordinate?S.clientX:S.clientY,this.config.orientation)}_transformTargetElement(S){return this.config.transformElement?this.config.transformElement(S):S}_isValidDragTarget(S,L){return!this.config.validateDraggedElement||this.config.validateDraggedElement(S,L)}_filterPlacements(S,L,ee){return this.config.filterPlacements?this.config.filterPlacements(S,L,ee):S}}},5166(ge,W,h){"use strict";h.d(W,{$nc:()=>fn,Apb:()=>U,B$d:()=>Un,Bby:()=>Xn,CH:()=>C,CNT:()=>Cp,CR4:()=>mr,C_7:()=>Ue,DQe:()=>Ni,DXF:()=>Vr,Dy9:()=>A,Egs:()=>Mp,F$r:()=>Ol,Fo:()=>pr,Fr3:()=>Nt,FvC:()=>en,HzF:()=>ho,IGR:()=>wl,Jy$:()=>st,Jz0:()=>la,K2C:()=>No,Kdd:()=>Xs,KwP:()=>jd,M4s:()=>Ge,MME:()=>ko,NJs:()=>we,Oms:()=>Ft,P1:()=>Tr,PBn:()=>go,QGn:()=>qn,QLe:()=>Mi,Qmg:()=>He,RXS:()=>me,SJi:()=>bn,TkL:()=>$e,Uin:()=>Lo,UlA:()=>Zs,W_p:()=>dr,WlA:()=>ds,Wyx:()=>no,Xot:()=>_c,Y12:()=>cs,YBm:()=>$n,YF:()=>R,YHe:()=>Ri,Yz$:()=>J,Z2A:()=>fc,ZqR:()=>ic,_43:()=>ui,b5n:()=>Qn,bB2:()=>ln,bP:()=>to,bRY:()=>hn,dOG:()=>Gd,dr_:()=>fo,f4l:()=>a_,fBK:()=>E,fPH:()=>sc,fSG:()=>B,flf:()=>Ce,hNk:()=>Ne,jSp:()=>Qs,kHh:()=>kr,kQX:()=>je,knB:()=>m,lXU:()=>Mt,laD:()=>Vd,mgn:()=>Be,nFX:()=>ct,ogG:()=>jr,pcO:()=>se,piN:()=>Po,qF5:()=>ta,rek:()=>ss,tgV:()=>hc,u9k:()=>Ll,vSX:()=>li,vtI:()=>Oi,wJ8:()=>fs});const m={key:"ACC_STATE_REQUIRED",defaultText:"Required"},E={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},A={key:"ACC_STATE_READONLY",defaultText:"Read Only"},C={key:"ACC_STATE_EMPTY",defaultText:"Empty"},B={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},U={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"},je={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},st={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},Ce={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},Be={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},Ge={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},$e={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Ne={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},bn={key:"DELETE",defaultText:"Delete"},pr={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},Un={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},Vr={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},se={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},He={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},J={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},Ue={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},Lo={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},hn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},$n={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},No={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},ko={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},we={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},li={key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},Xn={key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},fn={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},ho={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},ic={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},en={key:"LINK_SUBTLE",defaultText:"Subtle"},Xs={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},fo={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},ui={key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},Po={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},ss={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},ln={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},Nt={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},jr={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},Tr={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},Zs={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},to={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},Ni={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},no={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},sc={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},R={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},dr={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},Qs={key:"LOAD_MORE_TEXT",defaultText:"More"},Ri={key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},Mi={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},Cp={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},go={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},cs={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},Vd={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},_c={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},hc={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},jd={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},Gd={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},fc={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},wl={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},ta={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},Mt={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},qn={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},kr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},mr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},Oi={key:"LABEL_COLON",defaultText:":"},Ft={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},ds={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},Mp={key:"CHECKBOX_CHECKED",defaultText:"Checked"},fs={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},Qn={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},Ol={key:"SWITCH_ON",defaultText:"On"},a_={key:"SWITCH_OFF",defaultText:"Off"},la={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},Ll={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(ge,W,h){"use strict";h.d(W,{A:()=>B});var m=h(467),E=h(8923),A=h(303),C=h(5444);(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return A.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return C.A}),"host");const B='.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,h){"use strict";h.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,h){"use strict";h.d(W,{Xj:()=>S,vR:()=>ee,cY:()=>L});var m=h(6156),E=h(2358),A=h(3274);const M=(0,m.A)("OpenedPopupsRegistry",{openedRegistry:[]}),j=(0,A.x)("OpenUI5Support"),S=(F,ne=[])=>{M.openedRegistry.some(Q=>Q.instance===F)||(M.openedRegistry.push({instance:F,parentPopovers:ne}),function b(F){j?.addOpenedPopup(F)}({type:"WebComponent",instance:F})),H(),1===M.openedRegistry.length&&K()},L=F=>{M.openedRegistry=M.openedRegistry.filter(ne=>ne.instance!==F),function T(F){j?.removeOpenedPopup(F)}(F),H(),M.openedRegistry.length||te()},ee=()=>[...M.openedRegistry],V=F=>{if(M.openedRegistry.length&&(0,E.KL)(F)&&!((F,ne="handledByControl")=>!!F[`_sapui_${ne}`])(F)){const ne=M.openedRegistry[M.openedRegistry.length-1].instance;if(j&&ne!==j.getTopmostPopup())return;F.stopImmediatePropagation(),ne.closePopup(!0)}},K=()=>{document.addEventListener("keydown",V)},te=()=>{document.removeEventListener("keydown",V)},H=()=>{let F,ne=!1;for(let Q=M.openedRegistry.length-1;Q>=0;Q--)F=M.openedRegistry[Q].instance,!ne&&F.isModal?(F.isTopModalPopup=!0,ne=!0):F.isTopModalPopup=!1}},9698(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.List="List",A.Menu="Menu",A.Tree="Tree",A.ListBox="ListBox",A}(m||{});const E=m},897(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.ListItem="ListItem",A.MenuItem="MenuItem",A.TreeItem="TreeItem",A.Option="Option",A.None="None",A}(m||{});const E=m},5011(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Single="Single",A.SingleStart="SingleStart",A.SingleEnd="SingleEnd",A.SingleAuto="SingleAuto",A.Multiple="Multiple",A.Delete="Delete",A}(m||{});const E=m},9494(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.Center="Center",A.Start="Start",A.End="End",A.Stretch="Stretch",A}(m||{});const E=m},9634(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Dialog="Dialog",A.AlertDialog="AlertDialog",A}(m||{});const E=m},6968(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Normal="Normal",A}(m||{});const E=m},467(ge,W,h){"use strict";function m(A,C,B,U,M,j,b){try{var T=A[j](b),S=T.value}catch(L){return void B(L)}T.done?C(S):Promise.resolve(S).then(U,M)}function E(A){return function(){var C=this,B=arguments;return new Promise(function(U,M){var j=A.apply(C,B);function b(S){m(j,U,M,b,T,"next",S)}function T(S){m(j,U,M,b,T,"throw",S)}b(void 0)})}}h.d(W,{A:()=>E})}},lb={};function ft(ge){var W=lb[ge];if(void 0!==W)return W.exports;var h=lb[ge]={id:ge,loaded:!1,exports:{}};return cb[ge](h,h.exports,ft),h.loaded=!0,h.exports}ft.m=cb,ft.n=ge=>{var W=ge&&ge.__esModule?()=>ge.default:()=>ge;return ft.d(W,{a:W}),W},ft.d=(ge,W)=>{for(var h in W)ft.o(W,h)&&!ft.o(ge,h)&&Object.defineProperty(ge,h,{enumerable:!0,get:W[h]})},ft.f={},ft.e=ge=>Promise.all(Object.keys(ft.f).reduce((W,h)=>(ft.f[h](ge,W),W),[])),ft.u=ge=>ge+".js",ft.miniCssF=ge=>{},ft.o=(ge,W)=>Object.prototype.hasOwnProperty.call(ge,W),ge={},ft.l=(h,m,E,A)=>{if(ge[h])ge[h].push(m);else{var C,B;if(void 0!==E)for(var U=document.getElementsByTagName("script"),M=0;M<U.length;M++){var j=U[M];if(j.getAttribute("src")==h||j.getAttribute("data-webpack")=="wc:"+E){C=j;break}}C||(B=!0,(C=document.createElement("script")).type="module",C.charset="utf-8",ft.nc&&C.setAttribute("nonce",ft.nc),C.setAttribute("data-webpack","wc:"+E),C.src=ft.tu(h)),ge[h]=[m];var b=(S,L)=>{C.onerror=C.onload=null,clearTimeout(T);var ee=ge[h];if(delete ge[h],C.parentNode&&C.parentNode.removeChild(C),ee&&ee.forEach(V=>V(L)),S)return S(L)},T=setTimeout(b.bind(null,void 0,{type:"timeout",target:C}),12e4);C.onerror=b.bind(null,C.onerror),C.onload=b.bind(null,C.onload),B&&document.head.appendChild(C)}},ft.r=ge=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(ge,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ge,"__esModule",{value:!0})},ft.nmd=ge=>(ge.paths=[],ge.children||(ge.children=[]),ge),(()=>{var ge;ft.tt=()=>(void 0===ge&&(ge={createScriptURL:W=>W},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(ge=trustedTypes.createPolicy("angular#bundler",ge))),ge)})(),ft.tu=ge=>ft.tt().createScriptURL(ge),ft.p="",(()=>{var ge={792:0};ft.f.j=(m,E)=>{var A=ft.o(ge,m)?ge[m]:void 0;if(0!==A)if(A)E.push(A[2]);else{var C=new Promise((j,b)=>A=ge[m]=[j,b]);E.push(A[2]=C);var B=ft.p+ft.u(m),U=new Error;ft.l(B,j=>{if(ft.o(ge,m)&&(0!==(A=ge[m])&&(ge[m]=void 0),A)){var b=j&&("load"===j.type?"missing":j.type),T=j&&j.target&&j.target.src;U.message="Loading chunk "+m+" failed.\n("+b+": "+T+")",U.name="ChunkLoadError",U.type=b,U.request=T,A[1](U)}},"chunk-"+m,m)}};var W=(m,E)=>{var U,M,[A,C,B]=E,j=0;if(A.some(T=>0!==ge[T])){for(U in C)ft.o(C,U)&&(ft.m[U]=C[U]);B&&B(ft)}for(m&&m(E);j<A.length;j++)ft.o(ge,M=A[j])&&ge[M]&&ge[M][0](),ge[M]=0},h=self.webpackChunkwc=self.webpackChunkwc||[];h.forEach(W.bind(null,0)),h.push=W.bind(null,h.push.bind(h))})(),(()=>{"use strict";
|
|
7
|
+
var A=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,C=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,B={"<":"<",">":">","&":"&",'"':"""},U=function(b){var T=B[b];return T||(T=C.test(b)?"�":"&#x"+function(b,T){var S=b.toString(16);return T&&(S=S.padStart(T,"0")),S}(b.charCodeAt(0))+";",B[b]=T),T};const j=function(b){return b.replace(A,U)}},7928(ge,W,h){"use strict";h.d(W,{E:()=>B,h:()=>C});const E=new(h(1241).A),A="themeRegistered",C=U=>{E.attachEvent(A,U)},B=U=>E.fireEvent(A,U)},2616(ge,W,h){"use strict";h.d(W,{Ay:()=>Ae});var m=h(467),E=h(8923),A=h(3455),C=h(1712);const U=new(h(1241).A);var S=h(3274),V=h(6121);const K=at=>{const Oe=document.querySelector(`META[name="${at}"]`);return Oe&&Oe.getAttribute("content")};var ne=h(2260),Q=h(6726);let le;(0,h(2134).R)(()=>{le=void 0});const ae=()=>(void 0===le&&(le=(0,ne.SU)()),le),xe=function(){var at=(0,m.A)(function*(Oe){const Fe=document.querySelector(`[sap-ui-webcomponents-theme="${Oe}"]`);Fe&&document.head.removeChild(Fe);const Ve=ae();if(!Ve)return;const Y=(at=>{let Oe,Fe=!1;try{if(at.startsWith(".")||at.startsWith("/")&&!at.startsWith("//"))Oe=new URL(at,(0,V.$N)()).toString(),Fe=!0;else{const Ve=at.startsWith("//")?new URL(at,(0,V.$N)()):new URL(at),Y=Ve.origin;if(Fe=Y===new URL((0,V.$N)()).origin,!Y||!((at,Oe=!1)=>{const Fe=K("sap-allowed-theme-origins")??K("sap-allowedThemeOrigins");return!!Fe&&(!!Oe||Fe.split(",").some(Ve=>"*"===Ve||at===Ve.trim()))})(Y,Fe))return;Oe=Ve.toString()}return Oe.endsWith("/")||(Oe=`${Oe}/`),`${Oe}UI5/`}catch{return}})(Ve);Y?yield((at,Oe)=>{const Fe=document.createElement("link");return Fe.type="text/css",Fe.rel="stylesheet",Oe&&Object.entries(Oe).forEach(Ve=>Fe.setAttribute(...Ve)),Fe.href=at,document.head.appendChild(Fe),new Promise(Ve=>{Fe.addEventListener("load",Ve),Fe.addEventListener("error",Ve)})})(((at,Oe)=>`${Oe}Base/baseLib/${at}/css_variables.css`)(Oe,Y),{"sap-ui-webcomponents-theme":Oe}):console.warn(`The ${Ve} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(Fe){return at.apply(this,arguments)}}();var Ee=h(5726),Ie=h(7983),me=h(1452);const st="@ui5/webcomponents-theming",Be=function(){var at=(0,m.A)(function*(Oe){if(!(0,E.w2)().has(st))return;const Fe=yield(0,E.tw)(st,Oe);Fe&&(0,A.E6)(Fe,"data-ui5-theme-properties",st,Oe)});return function(Fe){return at.apply(this,arguments)}}(),$e=function(){var at=(0,m.A)(function*(Oe,Fe){const Ve=[...(0,E.w2)().entries()].map(function(){var Y=(0,m.A)(function*([ye,{cssVariablesTarget:lt}]){if(ye===st)return;const We=yield(0,E.tw)(ye,Oe,Fe);We&&("root"===lt?(0,A.E6)(We,`data-ui5-component-properties-${(0,Ie._w)()}`,ye):"host"===lt&&(0,me.F)(ye,We))});return function(ye){return Y.apply(this,arguments)}}());return Promise.all(Ve)});return function(Fe,Ve){return at.apply(this,arguments)}}(),Ne=function(){var at=(0,m.A)(function*(Oe){const Fe=(0,C.A)();if(Fe)return Fe;const Ve=(0,S.x)("OpenUI5Support");if(Ve&&Ve.isOpenUI5Detected()){if(Ve.cssVariablesLoaded())return{themeName:Ve.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(ae())return yield xe(Oe),(0,C.A)()});return function(Fe){return at.apply(this,arguments)}}(),Ae=function(){var at=(0,m.A)(function*(Oe){const Fe=yield Ne(Oe);Fe&&Oe===Fe.themeName?(0,A.eP)("data-ui5-theme-properties",st):yield Be(Oe);const Ve=Fe&&Fe.themeName===Oe?Oe:void 0,Y=Fe&&Fe.baseThemeName,ye=(0,E.gu)(Oe)?Oe:Y||Ee.SS;yield $e(ye,Ve),(0,Q.Dm)(Y),(at=>{U.fireEvent("themeLoaded",at)})(Oe)});return function(Fe){return at.apply(this,arguments)}}()},1452(ge,W,h){"use strict";h.d(W,{F:()=>C,k:()=>A});const m=new Map;let E;const A=()=>(E||(E=new CSSStyleSheet),E),C=(B,U)=>{m.set(B,U);const M=Array.from(m.values()).join("\n");A().replaceSync(M)}},1712(ge,W,h){"use strict";h.d(W,{A:()=>U});const m=new Set,U=()=>{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 b=j[1];if(b=b.replace(/\\"/g,'"'),"{"!==b.charAt(0)&&"}"!==b.charAt(b.length-1))try{b=decodeURIComponent(b)}catch{return void(m.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),m.add("decode")))}try{return JSON.parse(b)}catch{m.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),m.add("parse"))}}})(M);return j?(M=>{let j,b;try{const T=M.Path.split(".");j=4===T.length?T[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),b=M.Extends[0]}catch{return void(m.has("object")||(console.warn("Malformed theme metadata Object",M),m.add("object")))}return{themeName:j,baseThemeName:b}})(j):void 0}},8509(ge,W,h){"use strict";h.d(W,{A:()=>L});var m={},E=m.hasOwnProperty,A=m.toString,C=E.toString,B=C.call(Object);const M=function(ee){var V,K;return!(!ee||"[object Object]"!==A.call(ee)||(V=Object.getPrototypeOf(ee))&&("function"!=typeof(K=E.call(V,"constructor")&&V.constructor)||C.call(K)!==B))};var j=Object.create(null),b=function(ee,V,K,te){var H,F,ne,Q,ce,X,le=arguments[2]||{},ae=3,ve=arguments.length,Pe=arguments[0]||!1,xe=arguments[1]?void 0:j;for("object"!=typeof le&&"function"!=typeof le&&(le={});ae<ve;ae++)if(null!=(ce=arguments[ae]))for(Q in ce)H=le[Q],ne=ce[Q],"__proto__"!==Q&&le!==ne&&(Pe&&ne&&(M(ne)||(F=Array.isArray(ne)))?(F?(F=!1,X=H&&Array.isArray(H)?H:[]):X=H&&M(H)?H:{},le[Q]=b(Pe,arguments[1],X,ne)):ne!==xe&&(le[Q]=ne));return le};const T=b,L=function(ee,V){return T(!0,!1,...arguments)}},4778(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).On="On",A.Before="Before",A.After="After",A);const E=m},2928(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).Vertical="Vertical",A.Horizontal="Horizontal",A);const E=m},594(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).None="None",A.Positive="Positive",A.Critical="Critical",A.Negative="Negative",A.Information="Information",A);const E=m},3493(ge,W,h){"use strict";h.d(W,{Bm:()=>te,I7:()=>V,UT:()=>b,Uu:()=>K,ax:()=>C,nK:()=>S,yI:()=>B});const m=new WeakMap,E=new WeakMap,A={attributes:!0,childList:!0,characterData:!0,subtree:!0},C=H=>{const F=H;return F.accessibleNameRef?B(H):F.accessibleName?F.accessibleName:void 0},B=H=>{const F=H.accessibleNameRef?.split(" ")??[];let ne="";return F.forEach((Q,ce)=>{const X=j(H,Q),le=`${X&&X.textContent?X.textContent:""}`;le&&(ne+=le,ce<F.length-1&&(ne+=" "))}),ne},U=H=>{const F=new Set;M(H).forEach(X=>{F.add(X)});const ce=[H.accessibleNameRef,H.accessibleDescriptionRef].filter(Boolean).join(" ");return(ce?ce.split(" "):[]).forEach(X=>{const le=j(H,X);le&&F.add(le)}),Array.from(F)},M=H=>{const F=H.getRootNode().querySelectorAll(`[for="${H.id}"]`);return Array.from(F)},j=(H,F)=>H.getRootNode().querySelector(`[id='${F}']`)||document.getElementById(F),b=H=>{const F=[];if(M(H).forEach(ne=>{const Q=ne.textContent;Q&&F.push(Q)}),F.length)return F.join(" ")},S=(H,F)=>{if(E.has(H))return;const ne=U(H),Q=(H=>F=>{if(!(F&&"property"===F.type&&"accessibleNameRef"===F.name||F&&"property"===F.type&&"accessibleDescriptionRef"===F.name))return;const ce=E.get(H);if(!ce)return;const X=ce.observedElements,le=U(H);X.forEach(ae=>{le.includes(ae)||ee(ce,ae)}),le.forEach(ae=>{X.includes(ae)||(L(ce,ae),ce.observedElements.push(ae))}),ce?.callback()})(H),ce={host:H,observedElements:ne,callback:F,invalidationCallback:Q};E.set(H,ce),H.attachInvalidate(Q),ne.forEach(X=>{L(ce,X)}),F()},L=(H,F)=>{let ne=m.get(F);if(!ne){ne={observer:null,callbacks:[]};const Q=new MutationObserver(()=>{ne.callbacks.forEach(X=>{X()});const ce=document.getElementById(F.id);H.host.id===F.getAttribute("for")||ce||ee(H,F)});ne.observer=Q,Q.observe(F,A),m.set(F,ne)}ne.callbacks.includes(H.callback)||ne.callbacks.push(H.callback)},ee=(H,F)=>{const ne=m.get(F);ne&&(ne.callbacks=ne.callbacks.filter(Q=>Q!==H.callback),ne.callbacks.length||(ne.observer?.disconnect(),m.delete(F))),H.observedElements=H.observedElements.filter(Q=>Q!==F)},V=H=>{const F=E.get(H);F&&([...F.observedElements].forEach(ne=>{ee(F,ne)}),H.detachInvalidate(F.invalidationCallback),E.delete(H))},K=H=>{const F=H;return F.accessibleDescriptionRef?te(H):F.accessibleDescription?F.accessibleDescription:void 0},te=H=>{const F=H.accessibleDescriptionRef?.split(" ")??[];let ne="";return F.forEach((Q,ce)=>{const X=j(H,Q),le=`${X&&X.textContent?X.textContent:""}`;le&&(ne+=le,ce<F.length-1&&(ne+=" "))}),ne}},1402(ge,W,h){"use strict";h.d(W,{CA:()=>E,TP:()=>A,nE:()=>j,wi:()=>U});var m=h(4127);const E=()=>{const b=(0,m.A)();return b&&"function"==typeof b.focus?b:null},A=b=>{const T=E();return!!T&&C(b,T)},C=(b,T)=>{let S=b;if(S.shadowRoot&&(S=Array.from(S.shadowRoot.children).find(ee=>"style"!==ee.localName),!S))return!1;if(S===T)return!0;const L="slot"===S.localName?S.assignedNodes():S.children;return!!L&&Array.from(L).some(ee=>C(ee,T))},U=(b,T)=>{let S,L;if(b instanceof MouseEvent)S=b.clientX,L=b.clientY;else{const ee=b.touches[0];S=ee.clientX,L=ee.clientY}return((b,T,S)=>b>=S.left&&b<=S.right&&T>=S.top&&T<=S.bottom)(S,L,T)},j=b=>{const T=b.parentElement||b.getRootNode&&b.getRootNode().host;return T&&(function M(b){return"isUI5Element"in b&&"_show"in b}(T)||T===document.documentElement)?T:j(T)}},6488(ge,W,h){"use strict";h.d(W,{J:()=>C});var m=h(5465);const C=M=>U("SLOT"===M.tagName?[M]:[...M.children]),U=(M,j)=>{const b=j||[];return M&&M.forEach(T=>{if(T.nodeType===Node.TEXT_NODE||T.nodeType===Node.COMMENT_NODE)return;const S=T;S.hasAttribute("data-sap-no-tab-ref")||((M=>{if(!M||M.hasAttribute("data-sap-no-tab-ref")||(0,m.A)(M))return!1;const j=M.getAttribute("tabindex");if(null!=j)return parseInt(j)>=0;const b=M.nodeName.toLowerCase();return!("a"!==b&&!/^(input|select|textarea|button|object)$/.test(b)||M.disabled)})(S)&&b.push(S),U("SLOT"===S.tagName?S.assignedElements():[...S.shadowRoot?S.shadowRoot.children:S.children],b))}),b}},8777(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C)=>{if(A.length!==C.length)return!1;for(let B=0;B<A.length;B++)if(A[B]!==C[B])return!1;return!0}},8762(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C,B)=>Math.min(Math.max(A,C),Math.max(C,B))},5031(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=function m(A){return C=>void 0!==C&&A in C&&!0===C[A]}},6826(ge,W,h){"use strict";h.d(W,{A:()=>ee});var m=h(467),A=h(4446);const C={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let U=null;const T=function(){var V=(0,m.A)(function*(K){const te=document.createElement("div"),H=yield(0,A.HE)("@ui5/webcomponents-base"),F=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}"),F.adoptedStyleSheets=[ne],F.textContent=H.getText(C,K),te});return function(te){return V.apply(this,arguments)}}(),ee={setDraggedElement:(V,K)=>{U=V,K?.dataTransfer?.setData("text/plain",V?V.id:"")},clearDraggedElement:()=>{U=null},getDraggedElement:()=>U,startMultipleDrag:function(){var V=(0,m.A)(function*(K,te){if(K<2)return void console.warn(`Cannot start multiple drag with count ${K}. Minimum is 2.`);if(!te.dataTransfer)return;const H=yield T(K);document.body.appendChild(H),te.dataTransfer.setDragImage(H,0,0),requestAnimationFrame(()=>{H.remove()})});return function(te,H){return V.apply(this,arguments)}}()}},7669(ge,W,h){"use strict";h.d(W,{Fw:()=>j,gk:()=>C});var m=h(4778),E=h(2928);const A=(T,S,L,ee)=>{const V=Math.abs(T-S),K=Math.abs(T-L),te=Math.abs(T-ee);let F=[];switch(Math.min(V,K,te)){case V:F=[m.A.Before];break;case K:F=[m.A.On,V<te?m.A.Before:m.A.After];break;case te:F=[m.A.After]}return F},C=(T,S,L)=>{let ee=Number.POSITIVE_INFINITY,V=null;for(let X=0;X<T.length;X++){const le=T[X],{left:ae,width:ve,top:Pe,height:xe}=le.getBoundingClientRect();let Ee;Ee=L===E.A.Vertical?Pe+xe/2:ae+ve/2;const Ie=Math.abs(S-Ee);Ie<ee&&(ee=Ie,V=le)}if(!V)return null;const{width:K,height:te,left:H,right:F,top:ne,bottom:Q}=V.getBoundingClientRect();let ce;return ce=L===E.A.Vertical?A(S,ne,ne+te/2,Q):A(S,H,H+K/2,F),{element:V,placements:ce}},B=(T,S)=>--S<0?[]:[{element:T[S],placement:m.A.Before}],U=(T,S)=>++S>=T.length?[]:[{element:T[S],placement:m.A.After}],M={ArrowLeft:B,ArrowUp:B,ArrowRight:U,ArrowDown:U,Home:(T,S)=>T.slice(0,S).map(L=>({element:L,placement:m.A.Before})),End:(T,S)=>T.slice(S+1,T.length).reverse().map(L=>({element:L,placement:m.A.After}))},j=(T,S,L)=>b(L.key)?M[L.key](T,T.indexOf(S)):[],b=T=>T in M},4127(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=()=>{let A=document.activeElement;for(;A&&A.shadowRoot&&A.shadowRoot.activeElement;)A=A.shadowRoot.activeElement;return A}},5465(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>{if("SLOT"===A.nodeName)return!1;const C=window.getComputedStyle(A);return"contents"!==C.display&&A.offsetWidth<=0&&A.offsetHeight<=0||"hidden"===C.visibility}},1045(ge,W,h){"use strict";function m(E){return E.toLowerCase()}h.d(W,{A:()=>m})},6759(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>Array.from(A).filter(C=>C.nodeType!==Node.COMMENT_NODE&&(C.nodeType!==Node.TEXT_NODE||0!==(C.nodeValue||"").trim().length)).length>0},2601(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="alert"},1278(ge,W,h){"use strict";h.d(W,{Ay:()=>ve}),h(6726);var E=h(4874),A=h(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:A.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:A.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="decline"},4257(ge,W,h){"use strict";h.d(W,{Ay:()=>ve}),h(6726);var E=h(4874),A=h(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:A.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:A.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="error"},8841(ge,W,h){"use strict";h.d(W,{FE:()=>S,r$:()=>F});const S={key:"ICON_DECLINE",defaultText:"Decline"},F={key:"ICON_ERROR",defaultText:"Error"}},441(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="information"},81(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="resize-corner"},8911(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(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 ae="sys-enter-2"},303(ge,W,h){"use strict";h.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,h){"use strict";h.d(W,{A:()=>ae});var m=h(5386),E=h(1934),A=h(1642),C=h(3651),B=h(1834),U=h(2358),M=h(6136),j=h(6759),b=function(ve){return ve.Top="Top",ve.Bottom="Bottom",ve}(b||{});const T=b;var S=h(1892),L=h(355);function V(){return(0,S.Y)(S.FK,{children:this.text&&(0,S.Y)(L.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var K=h(5166),te=h(467),H=h(8923),F=h(303),ne=h(5444);(0,H.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,te.A)(function*(){return F.A})),(0,H.Rh)("@ui5/webcomponents","sap_horizon",(0,te.A)(function*(){return ne.A}),"host");var X,ce=function(ve,Pe,xe,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,xe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,xe,Ee);else for(var je=ve.length-1;je>=0;je--)(ct=ve[je])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,xe,me):ct(Pe,xe))||me);return Ie>3&&me&&Object.defineProperty(Pe,xe,me),me};let le=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,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 X.i18nBundle.getText(K.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,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(Pe){this._isBusy&&(Pe.stopImmediatePropagation(),(0,U.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())}};ce([(0,A.A)()],le.prototype,"text",void 0),ce([(0,A.A)()],le.prototype,"size",void 0),ce([(0,A.A)({type:Boolean})],le.prototype,"active",void 0),ce([(0,A.A)({type:Number})],le.prototype,"delay",void 0),ce([(0,A.A)()],le.prototype,"textPlacement",void 0),ce([(0,A.A)({type:Boolean})],le.prototype,"_isBusy",void 0),ce([(0,C.A)("@ui5/webcomponents")],le,"i18nBundle",void 0),le=X=ce([(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:B.A,template:function ee(){return(0,S.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,S.FD)("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&V.call(this),(0,S.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&V.call(this)]}),(0,S.Y)("slot",{}),this._isBusy&&(0,S.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],le),le.define();const ae=le},171(ge,W,h){"use strict";h.d(W,{A:()=>Ve});var m=h(467),E=h(5386),A=h(1934),C=h(1642),B=h(1437),U=h(6993),M=h(3651),j=h(1834),b=h(2358),T=h(3493),S=h(4874),L=h(6136),ee=h(6759),V=h(6162),K=h(2260);let te;var ne=h(1045),Q=function(Y){return Y.Default="Default",Y.Positive="Positive",Y.Negative="Negative",Y.Transparent="Transparent",Y.Emphasized="Emphasized",Y.Attention="Attention",Y}(Q||{});const ce=Q;var X=function(Y){return Y.Button="Button",Y.Submit="Submit",Y.Reset="Reset",Y}(X||{});const le=X;var ae=function(Y){return Y.InlineText="InlineText",Y.OverlayText="OverlayText",Y.AttentionDot="AttentionDot",Y}(ae||{});const ve=ae;var Pe=function(Y){return Y.Button="Button",Y.Link="Link",Y}(Pe||{});const xe=Pe;var Ee=h(1892),Ie=h(563),me=h(7202),ct=function(Y){return Y.S="S",Y.M="M",Y.L="L",Y}(ct||{});const je=ct;var Ce=h(5166),Be=h(8923),Ge=h(303),$e=h(5444);(0,Be.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Ge.A})),(0,Be.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return $e.A}),"host");var Ae,Xe=function(Y,ye,lt,We){var St,Et=arguments.length,_t=Et<3?ye:null===We?We=Object.getOwnPropertyDescriptor(ye,lt):We;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_t=Reflect.decorate(Y,ye,lt,We);else for(var sn=Y.length-1;sn>=0;sn--)(St=Y[sn])&&(_t=(Et<3?St(_t):Et>3?St(ye,lt,_t):St(ye,lt))||_t);return Et>3&&_t&&Object.defineProperty(ye,lt,_t),_t};let at=!1,Oe=null,Fe=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=()=>{Oe&&Oe._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),Oe===this&&(Oe=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:We,metaKey:Et,shiftKey:_t}=ye;this.fireDecoratorEvent("click",{originalEvent:ye,altKey:lt,ctrlKey:We,metaKey:Et,shiftKey:_t})?(this._isSubmit&&(0,V.rM)(this),this._isReset&&(0,V.E2)(this),(0,L.nr)()&&this.getDomRef()?.focus()):ye.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),Oe=this)}_ontouchend(ye){(this.disabled||this.loading)&&(ye.preventDefault(),ye.stopPropagation()),this.active&&this._setActiveState(!1),Oe&&Oe._setActiveState(!1)}_onkeydown(ye){(0,b.Tu)(ye)||(0,b.KL)(ye)?this._cancelAction=!0:(0,b.xC)(ye)&&(this._isSpacePressed=!0),(0,b.xC)(ye)||(0,b.RI)(ye)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(ye){const lt=(0,b.xC)(ye),We=(0,b.Tu)(ye)||(0,b.KL)(ye);if(lt||(0,b.BF)(ye)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void ye.preventDefault();this._isSpacePressed=!1}else We&&!this._isSpacePressed&&(this._cancelAction=!1);((0,b.xC)(ye)||(0,b.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!==ce.Default&&this.design!==ce.Transparent}get isIconOnly(){return!(0,ee.A)(this.text)}static typeTextMappings(){return{Positive:Ce.nFX,Negative:Ce.kQX,Emphasized:Ce.Jy$,Attention:Ce.flf}}getDefaultTooltip(){if(void 0===te&&(te=(0,K.$n)()),te)return(0,S.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(St=>St).join(" ")}get ariaDescriptionText(){const We=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(Et=>Et);return We.length>0?We.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===xe.Button?Ae.i18nBundle.getText(Ce.TkL):this.accessibleRole===xe.Link?Ae.i18nBundle.getText(Ce.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const ye=this.badge[0].effectiveText;switch(ye){case"":return ye;case"1":return Ae.i18nBundle.getText(Ce.mgn,ye);default:return Ae.i18nBundle.getText(Ce.M4s,ye)}}get _isSubmit(){return this.type===le.Submit||this.submits}get _isReset(){return this.type===le.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ve.AttentionDot)}};Xe([(0,C.A)()],Fe.prototype,"design",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"disabled",void 0),Xe([(0,C.A)()],Fe.prototype,"icon",void 0),Xe([(0,C.A)()],Fe.prototype,"endIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"submits",void 0),Xe([(0,C.A)()],Fe.prototype,"form",void 0),Xe([(0,C.A)()],Fe.prototype,"tooltip",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleName",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleNameRef",void 0),Xe([(0,C.A)({type:Object})],Fe.prototype,"accessibilityAttributes",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleDescription",void 0),Xe([(0,C.A)()],Fe.prototype,"type",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleRole",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"active",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"iconOnly",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"hasIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"hasEndIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"nonInteractive",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"loading",void 0),Xe([(0,C.A)({type:Number})],Fe.prototype,"loadingDelay",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"buttonTitle",void 0),Xe([(0,C.A)({type:Object})],Fe.prototype,"_iconSettings",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"forcedTabIndex",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"_isTouch",void 0),Xe([(0,C.A)({type:Boolean,noAttribute:!0})],Fe.prototype,"_cancelAction",void 0),Xe([(0,C.A)({type:Boolean,noAttribute:!0})],Fe.prototype,"_isSpacePressed",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"_accessibleNameRefTexts",void 0),Xe([(0,U.A)({type:Node,default:!0})],Fe.prototype,"text",void 0),Xe([(0,U.A)({type:HTMLElement,invalidateOnChildChange:!0})],Fe.prototype,"badge",void 0),Xe([(0,M.A)("@ui5/webcomponents")],Fe,"i18nBundle",void 0),Fe=Ae=Xe([(0,A.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:j.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?je.S:je.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,B.A)("click",{bubbles:!0,cancelable:!0}),(0,B.A)("active-state-change",{bubbles:!0,cancelable:!0})],Fe),Fe.define();const Ve=Fe},7601(ge,W,h){"use strict";h.d(W,{A:()=>te});var m=h(5386),E=h(1934),A=h(1642),C=h(1834),B=h(4778),U=h(2928),M=h(1892),b=h(467),T=h(8923),S=h(303),L=h(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return S.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return L.A}),"host");var V=function(H,F,ne,Q){var le,ce=arguments.length,X=ce<3?F:null===Q?Q=Object.getOwnPropertyDescriptor(F,ne):Q;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)X=Reflect.decorate(H,F,ne,Q);else for(var ae=H.length-1;ae>=0;ae--)(le=H[ae])&&(X=(ce<3?le(X):ce>3?le(F,ne,X):le(F,ne))||X);return ce>3&&X&&Object.defineProperty(F,ne,X),X};let K=class extends m.A{get _positionProperty(){return this.orientation===U.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:ne,right:Q,top:ce,bottom:X,height:le}=this.targetReference.getBoundingClientRect(),{top:ae,height:ve}=this.ownerReference.getBoundingClientRect(),Pe={display:"",[this._positionProperty]:"",width:"",height:""};let xe=0,Ee=!1,Ie=!1;if(this.orientation===U.A.Vertical){switch(this.placement){case B.A.Before:xe=F;break;case B.A.On:Pe.width=`${ne}px`,xe=F;break;case B.A.After:xe=Q}Pe.height=`${le}px`}if(this.orientation===U.A.Horizontal){switch(this.placement){case B.A.Before:xe=ce;break;case B.A.On:Pe.height=`${le}px`,xe=ce;break;case B.A.After:xe=X}Pe.width=`${ne}px`,xe-=ae,xe<=0&&(Ie=!0),xe>=ve&&(Ee=!0)}Pe[this._positionProperty]=`${xe}px`,this.toggleAttribute("first",Ie),this.toggleAttribute("last",Ee),Object.assign(this.style,Pe)}};V([(0,A.A)({type:Object})],K.prototype,"targetReference",void 0),V([(0,A.A)({type:Object})],K.prototype,"ownerReference",void 0),V([(0,A.A)()],K.prototype,"placement",void 0),V([(0,A.A)()],K.prototype,"orientation",void 0),K=V([(0,E.A)({tag:"ui5-drop-indicator",renderer:C.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===B.A.On,"ui5-di-needle":this.placement!==B.A.On}})}})],K),K.define();const te=K},563(ge,W,h){"use strict";h.d(W,{A:()=>Ee});var m=h(467),E=h(5386),A=h(1834),C=h(1934),B=h(1437),U=h(1642),M=h(6993),j=h(4874),b=h(4446),T=h(3651),S=h(6136),L=h(2358),ee=h(3823),V=h(1892);function te(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,V.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(Ie=>(0,V.Y)("path",{d:Ie}))}var H=function(Ie){return Ie.Image="Image",Ie.Decorative="Decorative",Ie.Interactive="Interactive",Ie}(H||{});const F=H;var ne=h(5166),Q=h(8923),ce=h(303),X=h(5444);(0,Q.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return ce.A})),(0,Q.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return X.A}),"host");var ve,ae=function(Ie,me,ct,je){var Be,st=arguments.length,Ce=st<3?me:null===je?je=Object.getOwnPropertyDescriptor(me,ct):je;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(Ie,me,ct,je);else for(var Ge=Ie.length-1;Ge>=0;Ge--)(Be=Ie[Ge])&&(Ce=(st<3?Be(Ce):st>3?Be(me,ct,Ce):Be(me,ct))||Ce);return st>3&&Ce&&Object.defineProperty(me,ct,Ce),Ce};let xe=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===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,S.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 je=(0,j.hu)(ct);if(je||(je=yield(0,j.y3)(ct)),!je)return me.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${me.name}`);if("ICON_NOT_FOUND"===je)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=je.viewBox||"0 0 512 512","customTemplate"in je&&je.customTemplate&&(me.customTemplate=(0,ee.A)(je.customTemplate,me)),"customTemplateAsString"in je&&(me.customTemplateAsString=je.customTemplateAsString),me.invalid=!1,"pathData"in je&&je.pathData&&(me.pathData=Array.isArray(je.pathData)?je.pathData:[je.pathData]),me.accData=je.accData,me.ltr=je.ltr,me.packageName=je.packageName,me.accessibleName)me.effectiveAccessibleName=me.accessibleName;else if(me.accData)if(me.packageName){const st=yield(0,b.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 F.Interactive:return ve.i18nBundle.getText(ne.u9k);case F.Image:return ve.i18nBundle.getText(ne.Jz0);default:return""}}get accessibilityInfo(){return this.mode===F.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};ae([(0,U.A)()],xe.prototype,"design",void 0),ae([(0,U.A)()],xe.prototype,"name",void 0),ae([(0,U.A)()],xe.prototype,"accessibleName",void 0),ae([(0,U.A)({type:Boolean})],xe.prototype,"showTooltip",void 0),ae([(0,U.A)()],xe.prototype,"mode",void 0),ae([(0,M.A)({type:HTMLElement})],xe.prototype,"fontIcon",void 0),ae([(0,U.A)({type:Array,noAttribute:!0})],xe.prototype,"pathData",void 0),ae([(0,U.A)({type:Object,noAttribute:!0})],xe.prototype,"accData",void 0),ae([(0,U.A)({type:Boolean})],xe.prototype,"invalid",void 0),ae([(0,U.A)({noAttribute:!0})],xe.prototype,"effectiveAccessibleName",void 0),ae([(0,T.A)("@ui5/webcomponents")],xe,"i18nBundle",void 0),xe=ve=ae([(0,C.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:A.A,template:function K(){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,B.A)("click",{bubbles:!0})],xe),xe.define();const Ee=xe},1279(ge,W,h){"use strict";h.d(W,{A:()=>q});var m={};h.r(m),h.d(m,{Contains:()=>Fe,None:()=>Ve,StartsWith:()=>Oe,StartsWithPerTerm:()=>at});var E=h(467),A=h(5386),C=h(1642),B=h(1934),U=h(6993),M=h(1437),j=h(1834),b=h(362),T=h(8431),S=h(6136),L=h(594),ee=h(2358),K=h(8777),te=h(3651),H=h(6162),F=h(3493),ce=h(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 le=X;var ae=h(1892),ve=h(563),Pe=h(1278),xe=h(4257),Ee=h(2601),Ie=h(8911),me=h(441),ct=h(9494),je=h(6634);function st(G){const u=G?.suggestionsList,_=G?.mobileHeader;return(0,ae.FD)(ae.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:u,mobileHeader:_,valueStateMessage:Ce,valueStateMessageInputIcon:Be}),this.hasValueStateMessage&&(0,ae.Y)(je.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,ae.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,ae.Y)(ve.A,{class:"ui5-input-value-state-message-icon",name:Be.call(this)}),this.valueStateOpen&&Ce.call(this)]})})]})}function Ce(){return(0,ae.Y)(ae.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,ae.Y)("slot",{name:"valueStateMessage"})})}function Be(){return this.valueState!==L.A.None?{Negative:xe.Ay,Critical:Ee.Ay,Positive:Ie.Ay,Information:me.Ay}[this.valueState]:""}function $e(){}function Ne(){}const Xe=/[[\]{}()*+?.\\^$|]/g,at=(G,u,_)=>{const p=new RegExp(`(^|\\s)${(G=>G.replace(Xe,"\\$&"))(G.toLowerCase())}.*`,"g");return u.filter(v=>{const k=v[_];return p.lastIndex=0,p.test(k.toLowerCase())})},Oe=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().startsWith(G.toLowerCase())),Fe=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().includes(G.toLowerCase())),Ve=(G,u)=>u;var Y=h(5166),ye=h(8923),lt=h(303),We=h(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 We.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 We.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 We.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 We.A}),"host");var gt=function(G){return G.StartsWithPerTerm="StartsWithPerTerm",G.StartsWith="StartsWith",G.Contains="Contains",G.None="None",G}(gt||{});const wt=gt;var Qe,Le=function(G,u,_,p){var O,v=arguments.length,k=v<3?u:null===p?p=Object.getOwnPropertyDescriptor(u,_):p;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)k=Reflect.decorate(G,u,_,p);else for(var Z=G.length-1;Z>=0;Z--)(O=G[Z])&&(k=(v<3?O(k):v>3?O(u,_,k):O(u,_))||k);return v>3&&k&&Object.defineProperty(u,_,k),k},N=function(G){return G.CHANGE="change",G.INPUT="input",G.SELECTION_CHANGE="selection-change",G}(N||{}),$=function(G){return G.ACTION_ENTER="enter",G.ACTION_USER_INPUT="input",G}($||{});let D=Qe=class extends A.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=wt.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(){b.A.register(this,this._handleResizeBound),(0,F.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){b.A.deregister(this,this._handleResizeBound),(0,F.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(Re=>{Re.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(Re):this._isGroupItem(Re)&&Re.items?.forEach(rt=>{this._highlightSuggestionItem(rt)})})),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,ce.A)(),v=this.disabled||this.readonly,k=!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&&!k?this.openValueStatePopover():this.closeValueStatePopover();const O=this.value,Z=this.getInputDOMRefSync();if(!Z||!O)return;this.filter!==wt.None&&this._filterItems(this.typedInValue);const re=Z.selectionEnd-Z.selectionStart;if(this._shouldAutocomplete&&!(0,S.m0)()&&!re&&!this._isKeyNavigation){const Re=this._getFirstMatchingItem(O);Re?(this._isComposing||this._handleTypeAhead(Re),this._selectMatchingItem(Re)):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,K.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const u=this.getInputDOMRefSync(),p=this.Suggestions?._getItems().filter(k=>!k.hidden)?.find(k=>k.selected||k.focused),v=this._flattenItems.filter(k=>this._isGroupItem(k));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,H.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(k=>!k.hidden),p=_.find(k=>k.selected||k.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(k=>k.text?.toLowerCase()===this.value.toLowerCase())),v){const k=v.text||"";p.setSelectionRange(k.length,k.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(N.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,S.tp)()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.Suggestions?._getPicker()?.open&&this._flattenItems.some(_=>_.hasAttribute("ui5-suggestion-item")&&_.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(N.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,H.rM)(this))))}_clear(){const u=this.value;this.value="",this.fireDecoratorEvent(N.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 Oe(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 k=m[u](this.typedInValue,v.items??[],"text");p.push(...k),v.hidden=0===k.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,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,S.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,S.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(N.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=Qe.i18nBundle,this.Suggestions=new _(this,"suggestionItems",!0,!1)};Qe.SuggestionsClass?u(Qe.SuggestionsClass):Promise.all([h.e(778),h.e(955)]).then(h.bind(h,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()};Qe.composition?u(Qe.composition):h.e(418).then(h.bind(h,1418)).then(_=>{Qe.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||"",k=_?this.valueBeforeItemSelection!==v:this.previousValue!==v;this.hasSuggestionItemSelected=!0,this.value=v,k&&this.previousValue!==v&&(this.valueBeforeItemSelection=v,this.lastConfirmedValue=v,this._performTextSelection=!0,this.fireDecoratorEvent(N.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 k=this.getInputValue(),O=u===$.ACTION_ENTER;this.value=k,this.typedInValue=k,this.valueBeforeSelectionStart=k;const Z=this.value;O&&(!this.fireDecoratorEvent(N.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,S.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,S.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:Qe.i18nBundle.getText(Y.PBn),Information:Qe.i18nBundle.getText(Y.Y12),Negative:Qe.i18nBundle.getText(Y.QLe),Critical:Qe.i18nBundle.getText(Y.CNT)}}valueStateTextMappings(){return{Positive:Qe.i18nBundle.getText(Y.KwP),Information:Qe.i18nBundle.getText(Y.tgV),Negative:Qe.i18nBundle.getText(Y.laD),Critical:Qe.i18nBundle.getText(Y.Xot)}}announceSelectedItem(){const u=this.shadowRoot.querySelector("#selectionText");u&&(u.textContent=this.itemSelectionAnnounce)}fireSelectionChange(u,_){this.Suggestions&&(this.fireDecoratorEvent(N.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||Qe.i18nBundle.getText(Y.YBm)}get _suggestionsOkButtonText(){return Qe.i18nBundle.getText(Y.HzF)}get _suggestionsCancelButtonText(){return Qe.i18nBundle.getText(Y.ZqR)}get clearIconAccessibleName(){return Qe.i18nBundle.getText(Y.$nc)}get _popupLabel(){return Qe.i18nBundle.getText(Y.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===le.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 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,S.cX)()?Qe.i18nBundle.getText(1===u.length?Y.Z2A:Y.qF5):Qe.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 Qe.i18nBundle.getText(Y.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const u=this._selectableItems,p=this.Suggestions?.isOpened()?Qe.i18nBundle.getText(Y.vSX):Qe.i18nBundle.getText(Y.Bby);switch(u.length){case 0:return`${Qe.i18nBundle.getText(Y.NJs)} ${p}`;case 1:return`${Qe.i18nBundle.getText(Y.K2C)} ${p}`;default:return`${Qe.i18nBundle.getText(Y.MME,u.length)} ${p}`}}return this.showSuggestions?Qe.i18nBundle.getText(Y.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,S.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==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}};Le([(0,C.A)({type:Boolean})],D.prototype,"disabled",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"highlight",void 0),Le([(0,C.A)()],D.prototype,"placeholder",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"readonly",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"required",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"noTypeahead",void 0),Le([(0,C.A)()],D.prototype,"type",void 0),Le([(0,C.A)()],D.prototype,"value",void 0),Le([(0,C.A)()],D.prototype,"valueState",void 0),Le([(0,C.A)()],D.prototype,"name",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"showSuggestions",void 0),Le([(0,C.A)({type:Number})],D.prototype,"maxlength",void 0),Le([(0,C.A)()],D.prototype,"accessibleName",void 0),Le([(0,C.A)()],D.prototype,"accessibleNameRef",void 0),Le([(0,C.A)()],D.prototype,"accessibleDescription",void 0),Le([(0,C.A)()],D.prototype,"accessibleDescriptionRef",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"showClearIcon",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"open",void 0),Le([(0,C.A)()],D.prototype,"filter",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"_effectiveShowClearIcon",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"focused",void 0),Le([(0,C.A)()],D.prototype,"hint",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"valueStateOpen",void 0),Le([(0,C.A)({type:Object})],D.prototype,"_inputAccInfo",void 0),Le([(0,C.A)({type:Object})],D.prototype,"_nativeInputAttributes",void 0),Le([(0,C.A)({type:Number})],D.prototype,"_inputWidth",void 0),Le([(0,C.A)({type:Number})],D.prototype,"_listWidth",void 0),Le([(0,C.A)({type:Boolean,noAttribute:!0})],D.prototype,"_inputIconFocused",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_associatedLabelsTexts",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_accessibleLabelsRefTexts",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_associatedDescriptionRefTexts",void 0),Le([(0,C.A)({type:Object})],D.prototype,"Suggestions",void 0),Le([(0,C.A)({type:Array,noAttribute:!0})],D.prototype,"_linksListenersArray",void 0),Le([(0,C.A)({type:Boolean,noAttribute:!0})],D.prototype,"_isComposing",void 0),Le([(0,U.A)({type:HTMLElement,default:!0})],D.prototype,"suggestionItems",void 0),Le([(0,U.A)()],D.prototype,"icon",void 0),Le([(0,U.A)({type:HTMLElement,invalidateOnChildChange:!0})],D.prototype,"valueStateMessage",void 0),Le([(0,te.A)("@ui5/webcomponents")],D,"i18nBundle",void 0),D=Qe=Le([(0,B.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:j.A,template:function Ge(G){const u=G?.suggestionsList,_=G?.mobileHeader,p=G?.preContent||$e,v=G?.postContent||Ne;return(0,ae.FD)(ae.FK,{children:[(0,ae.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,ae.FD)("div",{class:"ui5-input-content",children:[p.call(this),(0,ae.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,ae.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,ae.Y)(ve.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Pe.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,ae.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,ae.Y)("slot",{name:"icon"})}),(0,ae.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),v.call(this),this._effectiveShowSuggestions&&(0,ae.FD)(ae.FK,{children:[(0,ae.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,ae.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,ae.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,ae.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,ae.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,ae.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,ae.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,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")],D),D.define();const q=D},355(ge,W,h){"use strict";h.d(W,{A:()=>H});var m=h(5386),E=h(1934),A=h(1642),C=h(3651),B=h(1834),U=h(5166),M=h(1892),b=h(467),T=h(8923),S=h(303),L=h(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return S.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return L.A}),"host");var K,V=function(F,ne,Q,ce){var ae,X=arguments.length,le=X<3?ne:null===ce?ce=Object.getOwnPropertyDescriptor(ne,Q):ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)le=Reflect.decorate(F,ne,Q,ce);else for(var ve=F.length-1;ve>=0;ve--)(ae=F[ve])&&(le=(X<3?ae(le):X>3?ae(ne,Q,le):ae(ne,Q))||le);return X>3&&le&&Object.defineProperty(ne,Q,le),le};let te=K=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 K.i18nBundle.getText(U.vtI)}};V([(0,A.A)()],te.prototype,"for",void 0),V([(0,A.A)({type:Boolean})],te.prototype,"showColon",void 0),V([(0,A.A)({type:Boolean})],te.prototype,"required",void 0),V([(0,A.A)()],te.prototype,"wrappingType",void 0),V([(0,C.A)("@ui5/webcomponents")],te,"i18nBundle",void 0),te=K=V([(0,E.A)({tag:"ui5-label",renderer:B.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 H=te},8305(ge,W,h){"use strict";h.d(W,{A:()=>Pe});var m=h(5386),E=h(1934),A=h(1437),C=h(1642),B=h(1834),U=h(2358),M=h(3493),j=h(3651),b=h(6136),T=h(1045),S=h(6121),L=function(xe){return xe.Default="Default",xe.Subtle="Subtle",xe.Emphasized="Emphasized",xe}(L||{});const ee=L;var V=h(1892),K=h(563),H=h(5166),F=h(467),ne=h(8923),Q=h(303),ce=h(5444);(0,ne.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,F.A)(function*(){return Q.A})),(0,ne.Rh)("@ui5/webcomponents","sap_horizon",(0,F.A)(function*(){return ce.A}),"host");var ae,le=function(xe,Ee,Ie,me){var st,ct=arguments.length,je=ct<3?Ee:null===me?me=Object.getOwnPropertyDescriptor(Ee,Ie):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)je=Reflect.decorate(xe,Ee,Ie,me);else for(var Ce=xe.length-1;Ce>=0;Ce--)(st=xe[Ce])&&(je=(ct<3?st(je):ct>3?st(Ee,Ie,je):st(Ee,Ie))||je);return ct>3&&je&&Object.defineProperty(Ee,Ie,je),je};let ve=ae=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,b.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,S.VQ)()&&this._dummyAnchor.port===(0,S.lj)()&&this._dummyAnchor.protocol===(0,S.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,M.ax)(this)}get hasLinkType(){return this.design!==ee.Default}static typeTextMappings(){return{Subtle:H.FvC,Emphasized:H.Kdd}}get linkTypeText(){return ae.i18nBundle.getText(ae.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:je}=Ee;Ee.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:je})||Ee.preventDefault()}_onkeydown(Ee){(0,U.RI)(Ee)&&!this.href?(this._onclick(Ee),Ee.preventDefault()):(0,U.xC)(Ee)&&Ee.preventDefault()}_onkeyup(Ee){if((0,U.xC)(Ee)&&(this._onclick(Ee),this.href&&!Ee.defaultPrevented)){const Ie=new MouseEvent("click");Ie.stopImmediatePropagation(),this.getDomRef().dispatchEvent(Ie)}}};le([(0,C.A)({type:Boolean})],ve.prototype,"disabled",void 0),le([(0,C.A)()],ve.prototype,"tooltip",void 0),le([(0,C.A)()],ve.prototype,"href",void 0),le([(0,C.A)()],ve.prototype,"target",void 0),le([(0,C.A)()],ve.prototype,"design",void 0),le([(0,C.A)()],ve.prototype,"interactiveAreaSize",void 0),le([(0,C.A)()],ve.prototype,"wrappingType",void 0),le([(0,C.A)()],ve.prototype,"accessibleName",void 0),le([(0,C.A)()],ve.prototype,"accessibleNameRef",void 0),le([(0,C.A)()],ve.prototype,"accessibleRole",void 0),le([(0,C.A)({type:Object})],ve.prototype,"accessibilityAttributes",void 0),le([(0,C.A)()],ve.prototype,"accessibleDescription",void 0),le([(0,C.A)()],ve.prototype,"icon",void 0),le([(0,C.A)()],ve.prototype,"endIcon",void 0),le([(0,C.A)({noAttribute:!0})],ve.prototype,"_rel",void 0),le([(0,C.A)({noAttribute:!0})],ve.prototype,"forcedTabIndex",void 0),le([(0,j.A)("@ui5/webcomponents")],ve,"i18nBundle",void 0),ve=ae=le([(0,E.A)({tag:"ui5-link",languageAware:!0,renderer:B.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)(K.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)(K.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,A.A)("click",{bubbles:!0,cancelable:!0})],ve),ve.define();const Pe=ve},1973(ge,W,h){"use strict";h.d(W,{A:()=>Le});var Qe,m=h(467),E=h(5386),A=h(362),C=h(1834),B=h(2358),U=h(4127),M=((Qe=M||{}).Auto="Auto",Qe.Vertical="Vertical",Qe.Horizontal="Horizontal",Qe.Paging="Paging",Qe);const j=M;var b=(Qe=>(Qe.Static="Static",Qe.Cyclic="Cyclic",Qe))(b||{});const T=b,L=class S{constructor(N,$){if(!N.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=N,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||j.Auto,this._affectedPropertiesNames=$.affectedPropertiesNames||[],this._skipItemsSize=$.skipItemsSize||null}setCurrentItem(N){const $=this._getItems().indexOf(N);-1!==$?(this._currentIndex=$,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",N)}setRowSize(N){this._rowSize=N}_init(){this._getItems().forEach((N,$)=>{N.forcedTabIndex=$===this._currentIndex?"0":"-1"})}_onkeydown(N){if(!this._canNavigate())return;const $=this._navigationMode===j.Horizontal||this._navigationMode===j.Auto,D=this._navigationMode===j.Vertical||this._navigationMode===j.Auto,q="rtl"===this.rootWebComponent.effectiveDir;if(q&&(0,B.OC)(N)&&$)this._handleRight();else if(q&&(0,B.FG)(N)&&$)this._handleLeft();else if((0,B.OC)(N)&&$)this._handleLeft();else if((0,B.FG)(N)&&$)this._handleRight();else if((0,B.ie)(N)&&D)this._handleUp();else if((0,B.Pj)(N)&&D)this._handleDown();else if((0,B.qN)(N))this._handleHome();else if((0,B.uV)(N))this._handleEnd();else if((0,B.vQ)(N))this._handlePageUp();else{if(!(0,B.oY)(N))return;this._handlePageDown()}N.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const N=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(N/this._rowSize)-1)*this._rowSize;G>N-1&&(G-=this._rowSize),this._currentIndex=G}else this._currentIndex=0}_handleDown(){const N=this._getItems().length;this._currentIndex+this._rowSize<N?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===T.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:N-1}_handleLeft(){const N=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===T.Cyclic&&(this._currentIndex=N-1)}_handleRight(){const N=this._getItems().length;this._currentIndex<N-1?this._currentIndex+=1:this._behavior===T.Cyclic&&(this._currentIndex=0)}_handleHome(){const N=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%N}_handleEnd(){const N=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=N-1-this._currentIndex%N}_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 N=this._getItems();for(let $=0;$<N.length;$++)N[$].forcedTabIndex=$===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach($=>{const D=this.rootWebComponent[$];this.rootWebComponent[$]=Array.isArray(D)?[...D]:{...D}})}_focusCurrentItem(){const N=this._getCurrentItem();N&&N.focus()}_canNavigate(){const N=this._getCurrentItem(),$=(0,U.A)();return N&&N===$}_getCurrentItem(){const N=this._getItems();if(!N.length)return;for(;this._currentIndex>=N.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const $=N[this._currentIndex];if(!$)return;if((0,E.W)($))return $.getFocusDomRef();const D=this.rootWebComponent.getDomRef();return D&&$.id?D.querySelector(`[id="${$.id}"]`):void 0}};var ee=h(1045),V=h(1642),K=h(1437),te=h(1934),H=h(6993),F=h(3651),ne=h(6060),Q=h(1441),ce=h(7669),X=h(3493);const ae=Qe=>{let N=Qe;return Qe.shadowRoot&&Qe.shadowRoot.activeElement&&(N=Qe.shadowRoot.activeElement),N};let ve=null;var me=h(5011),ct=function(Qe){return Qe.Button="Button",Qe.Scroll="Scroll",Qe.None="None",Qe}(ct||{});const je=ct;var st=h(9698),Ce=function(Qe){return Qe.All="All",Qe.Inner="Inner",Qe.None="None",Qe}(Ce||{});const Be=Ce;var Ge=h(4583),$e=h(1892),Ne=h(7202),Xe=h(7601);function at(){return(0,$e.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,$e.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,$e.Y)(Ne.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,$e.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,$e.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Oe=h(8923),Fe=h(303),Ve=h(5444);(0,Oe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Fe.A})),(0,Oe.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ve.A}),"host");var Et,ye=h(5166),lt=h(6374),We=function(Qe,N,$,D){var u,q=arguments.length,G=q<3?N:null===D?D=Object.getOwnPropertyDescriptor(N,$):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)G=Reflect.decorate(Qe,N,$,D);else for(var _=Qe.length-1;_>=0;_--)(u=Qe[_])&&(G=(q<3?u(G):q>3?u(N,$,G):u(N,$))||G);return q>3&&G&&Object.defineProperty(N,$,G),G};const sn={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: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 Q.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)),A.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,X.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),A.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(N=>{N.hasAttribute("ui5-li-group-header")&&(N.addEventListener("ui5-_focused",this.onItemFocusedBound),N.addEventListener("ui5-forward-after",this.onForwardAfterBound),N.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(N=>{N.hasAttribute("ui5-li-group-header")&&(N.removeEventListener("ui5-_focused",this.onItemFocusedBound),N.removeEventListener("ui5-forward-after",this.onForwardAfterBound),N.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 N=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&N.push(this.modeLabelID),this.shouldRenderH1&&N.push(this.headerID),N.length?N.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,X.ax)(this)}get ariaDescriptionText(){const N=[];this.accessibleRole===st.A.List&&N.push(this.defaultAriaDescriptionText);const $=this._associatedDescriptionRefTexts||(0,X.Uu)(this);$&&N.push($);const D=this._getDescriptionForGroups();return D&&N.push(D),N.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 N="";return this._groupCount>0&&(this.accessibleRole===st.A.List?N=Et.i18nBundle.getText(ye.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===st.A.ListBox&&(N=Et.i18nBundle.getText(ye.P1,this._groupCount))),N}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!==je.None}get growsOnScroll(){return this.growing===je.Scroll}get growsWithButton(){return this.growing===je.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 N=this.getItemsForProcessing(),$=sn[this.accessibleRole];N.forEach((D,q)=>{const u=this.separators===Be.All||this.separators===Be.Inner&&!(q===N.length-1);D.hasConfigurableMode&&(D._selectionMode=this.selectionMode,D._inheritedAccessibleRole=$),D.hasBorder=u,D.mediaRange=this.mediaRange})}observeListEnd(){var N=this;return(0,m.A)(function*(){yield(0,ne.JT)(),N.getEndIntersectionObserver().observe(N.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var N=this;return(0,m.A)(function*(){yield(0,ne.JT)(),N.getStartIntersectionObserver().observe(N.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(N){N.forEach($=>{$.isIntersecting&&(Qe=>{ve&&clearTimeout(ve),ve=setTimeout(()=>{ve=null,Qe()},250)})(this.loadMore.bind(this))})}onStartIntersection(N){N.forEach($=>{this._startMarkerOutOfView=!$.isIntersecting})}onSelectionRequested(N){const $=this.getSelectedItems();let D=!1;this.selectionMode!==me.A.None&&this[`handle${this.selectionMode}`]&&(D=this[`handle${this.selectionMode}`](N.detail.item,!!N.detail.selected)),D&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:$,selectionComponentPressed:N.detail.selectionComponentPressed,targetItem:N.detail.item,key:N.detail.key})&&this._revertSelection($)}handleSingle(N){return!N.selected&&(this.deselectSelectedItems(),N.selected=!0,!0)}handleSingleStart(N){return this.handleSingle(N)}handleSingleEnd(N){return this.handleSingle(N)}handleSingleAuto(N){return this.handleSingle(N)}handleMultiple(N,$){return N.selected=$,!0}handleDelete(N){return this.fireDecoratorEvent("item-delete",{item:N}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(N=>{N.selected=!1})}getSelectedItems(){return this.getItems().filter(N=>N.selected)}getEnabledItems(){return this.getItems().filter(N=>N._focusable)}getItems(){const N=[],$=this.getSlottedNodes("items");let D=0,q=0;return $.forEach(G=>{if((0,lt.t)(G)){const u=[G.groupHeaderItem,...G.items.filter(_=>_.assignedSlot)].filter(Boolean);N.push(...u),D++,q+=u.length-1}else wt(G)?G.assignedSlot&&N.push(...G.listItems):G.assignedSlot&&N.push(G)}),this._groupCount=D,this._groupItemCount=q,N}getItemsForProcessing(){return this.getItems()}_revertSelection(N){this.getItems().forEach($=>{const D=-1!==N.indexOf($),q=$.shadowRoot.querySelector(".ui5-li-multisel-cb"),G=$.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");$.selected=D,q?q.checked=D:G&&(G.checked=D)})}_onkeydown(N){if((0,B.uV)(N))return this._handleEnd(),void N.preventDefault();if((0,B.qN)(N))return void this._handleHome();const $=(0,B.ie)(N)||(0,B.Pj)(N),D=this._getClosestListItem(N.target);if(D?._isFocusOnInternalElement()&&$){const q=(0,B.ie)(N)?-1:1;if(this._navigateToAdjacentItem(D,q))return void N.preventDefault()}(0,B.Pj)(N)?this._handleDown(N):(0,B._0)(N)?this._moveItem(N.target,N):((0,B.zP)(N)&&this._handleTabNext(N),(0,B.oi)(N)&&this._handleF7(N))}_handleF7(N){const $=this._getClosestListItem(N.target);if(!$||!$._hasFocusableElements())return;const D=$.getFocusDomRef(),q=(0,U.A)();N.preventDefault(),N.stopPropagation(),q===D?($._editMode=!0,$._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=$._getFocusedElementIndex()):(this._lastFocusedElementIndex=$._getFocusedElementIndex(),$._editMode=!1,D.focus())}_getClosestListItem(N){return N.closest("[ui5-li], [ui5-li-custom]")}_moveItem(N,$){if(!N||!N.movable)return;const D=(0,ce.Fw)(this.items,N,$);if(!D.length)return;$.preventDefault();const q=D.find(({element:G,placement:u})=>!this.fireDecoratorEvent("move-over",{originalEvent:$,source:{element:N},destination:{element:G,placement:u}}));q&&(this.fireDecoratorEvent("move",{originalEvent:$,source:{element:N},destination:{element:q.element,placement:q.placement}}),N.focus())}_onLoadMoreKeydown(N){(0,B.xC)(N)&&(N.preventDefault(),this._loadMoreActive=!0),(0,B.RI)(N)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,B.zP)(N)&&this.focusAfterElement(),(0,B.ie)(N)?this._handleLodeMoreUp(N):(0,B.bR)(N)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),N.preventDefault())}_onLoadMoreKeyup(N){(0,B.xC)(N)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(N){if(this.getGrowingButton()===N.target){const D=this.getItems();this.focusItem(D[D.length-1]),N.preventDefault(),N.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const N=this.getDomRef().getBoundingClientRect();return N.top>=0&&N.left>=0&&N.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&N.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const N=this.getBoundingClientRect().width;this.mediaRange=Ge.A.getCurrentRange(Ge.A.RANGESETS.RANGE_4STEPS,N)}_handleTabNext(N){ae(N.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(N){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),N.preventDefault())}_navigateToAdjacentItem(N,$){const D=N?._getFocusedElementIndex();if(void 0===D||-1===D)return!1;const q=this.getItems().filter(p=>"hasConfigurableMode"in p&&p.hasConfigurableMode&&p._hasFocusableElements()),G=q.indexOf(N)+$,u=q[G];if(!u)return!1;u._editMode=N._editMode;const _=u._focusInternalElement(D);return void 0!==_&&(this._lastFocusedElementIndex=_),!0}_onfocusin(N){const $=ae(N.target);if(this.isForwardElement($)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement($)?this.focusGrowingButton():this.focusFirstItem(),void N.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement($))return this.focusGrowingButton(),void N.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}N.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(N){this._dragAndDropHandler.ondragenter(N)}_ondragleave(N){this._dragAndDropHandler.ondragleave(N)}_ondragover(N){this._dragAndDropHandler.ondragover(N)}_ondrop(N){this._dragAndDropHandler.ondrop(N)}isForwardElement(N){const $=N.id,D=this.getBeforeElement();return!!(this._id===$||D&&D.id===$)||this.isForwardAfterElement(N)}isForwardAfterElement(N){const $=N.id,D=this.getAfterElement();return D&&D.id===$}onItemTabIndexChange(N){N.stopPropagation(),this._itemNavigation.setCurrentItem(N.target)}onItemFocused(N){const $=N.target;N.stopPropagation(),this._itemNavigation.setCurrentItem($),this.fireDecoratorEvent("item-focused",{item:$}),this.selectionMode===me.A.SingleAuto&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!0,key:N.detail.key}})}onItemPress(N){const $=N.detail.item;this.fireDecoratorEvent("item-click",{item:$})&&this.selectionMode!==me.A.Delete&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!$.selected,key:N.detail.key}})}onItemClose(N){const $=N.target;($?.hasAttribute("ui5-li-notification")||$?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:N.detail?.item})}onItemToggle(N){N.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:N.detail.item})}onForwardBefore(N){const $=N.target;if($.hasConfigurableMode&&$._editMode){const D=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),q=D.indexOf($),G=q>0?D[q-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),N.preventDefault(),void N.stopPropagation()}$._editMode=!1}this.setPreviouslyFocusedItem($),this.focusBeforeElement(),N.stopPropagation()}onForwardAfter(N){const $=N.target;if($.hasConfigurableMode&&$._editMode){const D=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),q=D.indexOf($),G=q>=0&&q<D.length-1?D[q+1]:void 0;if(G)return G._editMode=!0,G._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(G),N.preventDefault(),void N.stopPropagation();$._editMode=!1}this.setPreviouslyFocusedItem($),this.growsWithButton?(this.focusGrowingButton(),N.preventDefault()):this.focusAfterElement(),N.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const N=this.getGrowingButton();N&&N.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const $=this.getItems().length-1,D=this._itemNavigation._currentIndex;return-1!==D&&D===$}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const N=this.getFirstItem($=>$._focusable);N&&N.focus()}focusPreviouslyFocusedItem(){const N=this.getPreviouslyFocusedItem();N&&N.focus()}focusFirstSelectedItem(){const N=this.getFirstItem($=>$.selected&&$._focusable);N&&N.focus()}focusItem(N){this._itemNavigation.setCurrentItem(N),N.focus()}onFocusRequested(N){setTimeout(()=>{this.setPreviouslyFocusedItem(N.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(N){this._forwardingFocus=N}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(N){this._previouslyFocusedItem=N}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(N){const $=this.getItems();let D=null;if(!N)return $.length?$[0]:null;for(let q=0;q<$.length;q++)if(N($[q])){D=$[q];break}return D}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}};We([(0,V.A)()],gt.prototype,"headerText",void 0),We([(0,V.A)()],gt.prototype,"footerText",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"indent",void 0),We([(0,V.A)()],gt.prototype,"selectionMode",void 0),We([(0,V.A)()],gt.prototype,"noDataText",void 0),We([(0,V.A)()],gt.prototype,"separators",void 0),We([(0,V.A)()],gt.prototype,"growing",void 0),We([(0,V.A)()],gt.prototype,"growingButtonText",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"loading",void 0),We([(0,V.A)({type:Number})],gt.prototype,"loadingDelay",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"stickyHeader",void 0),We([(0,V.A)()],gt.prototype,"accessibleName",void 0),We([(0,V.A)({type:Object})],gt.prototype,"accessibilityAttributes",void 0),We([(0,V.A)()],gt.prototype,"accessibleNameRef",void 0),We([(0,V.A)()],gt.prototype,"accessibleDescription",void 0),We([(0,V.A)()],gt.prototype,"accessibleDescriptionRef",void 0),We([(0,V.A)({noAttribute:!0})],gt.prototype,"_associatedDescriptionRefTexts",void 0),We([(0,V.A)({noAttribute:!0})],gt.prototype,"_associatedLabelsRefTexts",void 0),We([(0,V.A)()],gt.prototype,"accessibleRole",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"_inViewport",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"_loadMoreActive",void 0),We([(0,V.A)()],gt.prototype,"mediaRange",void 0),We([(0,H.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],gt.prototype,"items",void 0),We([(0,H.A)()],gt.prototype,"header",void 0),We([(0,F.A)("@ui5/webcomponents")],gt,"i18nBundle",void 0),gt=Et=We([(0,te.A)({tag:"ui5-list",fastNavigation:!0,renderer:C.A,template:function Ae(){return(0,$e.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,$e.FD)(Ne.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,$e.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,$e.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,$e.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,$e.FD)("div",{class:"ui5-list-scroll-container",children:[(0,$e.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,$e.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,$e.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,$e.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,$e.Y)("slot",{}),this.showNoDataText&&(0,$e.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,$e.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&at.call(this),this.footerText&&(0,$e.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,$e.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,$e.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,$e.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,K.A)("item-click",{bubbles:!0,cancelable:!0}),(0,K.A)("item-close",{bubbles:!0}),(0,K.A)("item-toggle",{bubbles:!0}),(0,K.A)("item-delete",{bubbles:!0}),(0,K.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,K.A)("load-more",{bubbles:!0}),(0,K.A)("item-focused",{bubbles:!0}),(0,K.A)("move-over",{bubbles:!0,cancelable:!0}),(0,K.A)("move",{bubbles:!0})],gt),gt.define();const wt=Qe=>"hasListItems"in Qe&&Qe.hasListItems,Le=gt},6981(ge,W,h){"use strict";h.d(W,{A:()=>F});var m=h(5386),E=h(1934),A=h(1834),C=h(1642),B=h(1437),U=h(6488),M=h(6136),j=h(2358),b=h(4127),T=h(467),S=h(8923),L=h(303),ee=h(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host"),(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host");var te=function(ne,Q,ce,X){var ve,le=arguments.length,ae=le<3?Q:null===X?X=Object.getOwnPropertyDescriptor(Q,ce):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ae=Reflect.decorate(ne,Q,ce,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ae=(le<3?ve(ae):le>3?ve(Q,ce,ae):ve(Q,ce))||ae);return le>3&&ae&&Object.defineProperty(Q,ce,ae),ae};let H=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,M.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(Q){this.fireDecoratorEvent("request-tabindex-change",Q),Q.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",Q)}_onkeydown(Q){return(0,j.zP)(Q)?this._handleTabNext(Q):(0,j.bR)(Q)?this._handleTabPrevious(Q):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(Q)&&Q.preventDefault(),this._isEnter(Q)&&this.fireItemPress(Q)))}_onkeyup(Q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(Q)&&this.fireItemPress(Q)}_onclick(Q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(Q)||(Q.stopPropagation(),this.fireItemPress(Q))}_isDisabledInteractiveContentClicked(Q){const ce=Q.composedPath(),X=this.getFocusDomRef();return ce.some(le=>!!(le instanceof HTMLElement&&le!==this&&le!==X&&(this._isNativeInteractiveElement(le)||this._isCustomInteractiveElement(le)))&&this._isElementDisabled(le))}_isNativeInteractiveElement(Q){return Q.matches("button, input, select, textarea")}_isCustomInteractiveElement(Q){const ce=Q;return Q.tagName.includes("-")&&("disabled"in ce||Q.hasAttribute("aria-disabled"))}_isElementDisabled(Q){return"boolean"==typeof Q.disabled?Q.disabled:"true"===Q.getAttribute("aria-disabled")}_isSpace(Q){return(0,j.xC)(Q)}_isEnter(Q){return(0,j.RI)(Q)}fireItemPress(Q){this.disabled||!this._pressable||((0,j.RI)(Q)&&Q.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:Q}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:Q.key}))}_handleTabNext(Q){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||Q.preventDefault())}_handleTabPrevious(Q){this.shouldForwardTabBefore(Q.target)&&(this.fireDecoratorEvent("forward-before")||Q.preventDefault())}shouldForwardTabAfter(){const Q=(0,U.J)(this.getFocusDomRef());return 0===Q.length||Q[Q.length-1]===(0,b.A)()}shouldForwardTabBefore(Q){return this.getFocusDomRef()===Q}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};te([(0,C.A)({type:Boolean})],H.prototype,"selected",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"movable",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"hasBorder",void 0),te([(0,C.A)()],H.prototype,"forcedTabIndex",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"disabled",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"focused",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"actionable",void 0),H=te([(0,E.A)({renderer:A.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,B.A)("click",{bubbles:!0}),(0,B.A)("request-tabindex-change",{bubbles:!0}),(0,B.A)("_press",{bubbles:!0}),(0,B.A)("_focused",{bubbles:!0}),(0,B.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,B.A)("forward-before",{bubbles:!0,cancelable:!0})],H);const F=H},6374(ge,W,h){"use strict";h.d(W,{A:()=>le,t:()=>ae});var m=h(6993),E=h(1437),A=h(1642),C=h(1934),B=h(1834),U=h(5386),M=h(1441),j=h(4778),b=h(1892),T=h(45),S=h(7601),L=h(897),V=h(467),K=h(8923),te=h(303),H=h(5444);(0,K.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,V.A)(function*(){return te.A})),(0,K.Rh)("@ui5/webcomponents","sap_horizon",(0,V.A)(function*(){return H.A}),"host");var ne=h(6968),Q=h(5031),ce=function(ve,Pe,xe,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,xe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,xe,Ee);else for(var je=ve.length-1;je>=0;je--)(ct=ve[je])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,xe,me):ct(Pe,xe))||me);return Ie>3&&me&&Object.defineProperty(Pe,xe,me),me};let X=class extends U.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(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,xe,Ee){return Ee===xe?Pe.filter(Ie=>Ie!==j.A.On):Pe}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return ne.A.None}};ce([(0,A.A)()],X.prototype,"headerText",void 0),ce([(0,A.A)()],X.prototype,"headerAccessibleName",void 0),ce([(0,m.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],X.prototype,"items",void 0),ce([(0,A.A)()],X.prototype,"wrappingType",void 0),ce([(0,A.A)({type:Boolean})],X.prototype,"focused",void 0),ce([(0,m.A)()],X.prototype,"header",void 0),X=ce([(0,C.A)({tag:"ui5-li-group",renderer:B.A,languageAware:!0,template:function ee(){return(0,b.FD)(b.FK,{children:[this.hasHeader&&(0,b.FD)(T.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:L.A.ListItem,children:[this.hasFormattedHeader?(0,b.Y)("slot",{name:"header"}):this.headerText,(0,b.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,b.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,b.Y)("slot",{}),(0,b.Y)(S.A,{orientation:"Horizontal",ownerReference:this})]})]})},styles:[".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}\n"]}),(0,E.A)("move-over",{bubbles:!0,cancelable:!0}),(0,E.A)("move",{bubbles:!0})],X),X.define();const le=X,ae=(0,Q.A)("isListItemGroup")},45(ge,W,h){"use strict";h.d(W,{A:()=>le});var m=h(1642),E=h(6993),A=h(1934),C=h(3651),B=h(1045),U=h(6981),M=h(5166),j=h(1892),b=h(6968);function S(){return this.wrappingType===b.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=h(467),ee=h(8923),V=h(303),K=h(5444);(0,ee.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,L.A)(function*(){return V.A})),(0,ee.Rh)("@ui5/webcomponents","sap_horizon",(0,L.A)(function*(){return K.A}),"host");var ne,H=h(897),F=function(ae,ve,Pe,xe){var me,Ee=arguments.length,Ie=Ee<3?ve:null===xe?xe=Object.getOwnPropertyDescriptor(ve,Pe):xe;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ie=Reflect.decorate(ae,ve,Pe,xe);else for(var ct=ae.length-1;ct>=0;ct--)(me=ae[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 U.A{constructor(){super(...arguments),this.accessibleRole=H.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,B.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return ne.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&&(ne.ExpandableTextTemplate?this.expandableTextTemplate=ne.ExpandableTextTemplate:Promise.all([h.e(778),h.e(249)]).then(h.bind(h,9249)).then(ve=>{this.expandableTextTemplate=ve.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};F([(0,m.A)()],X.prototype,"accessibleName",void 0),F([(0,m.A)()],X.prototype,"accessibleRole",void 0),F([(0,m.A)()],X.prototype,"wrappingType",void 0),F([(0,m.A)()],X.prototype,"mediaRange",void 0),F([(0,m.A)({noAttribute:!0})],X.prototype,"expandableTextTemplate",void 0),F([(0,E.A)()],X.prototype,"subItems",void 0),F([(0,C.A)("@ui5/webcomponents")],X,"i18nBundle",void 0),X=ne=F([(0,A.A)({tag:"ui5-li-group-header",languageAware:!0,template:function T(){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:S.call(this)}),this.hasSubItems&&(0,j.Y)("slot",{name:"subItems"})]})},styles:[U.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 le=X},6634(ge,W,h){"use strict";h.d(W,{zN:()=>gt,D2:()=>wt,Ay:()=>Qe,st:()=>N});var m=h(467),E=h(5386),A=h(1934),C=h(1642),B=h(6993),U=h(6136),M=h(1402),j=h(8762);const T={toAttribute:$=>$ instanceof HTMLElement?null:$,fromAttribute:$=>$};var S=h(6060),L=h(7883),ee=function($){return $.Start="Start",$.End="End",$.Top="Top",$.Bottom="Bottom",$}(ee||{});const V=ee;var K=function($){return $.Center="Center",$.Top="Top",$.Bottom="Bottom",$.Stretch="Stretch",$}(K||{});const te=K;var H=h(9494),F=h(4127);const Q=$=>$.parentElement?$.parentElement:$.parentNode.host;var ce=h(3466);let X;const ae=[],ve=()=>{ae.forEach($=>{$.instance.reposition()})},je=$=>{$&&$.shadowRoot.removeEventListener("scroll",ve,{capture:!0})},Be=$=>{const D=(0,ce.vR)();if(0!==D.length&&N(D[D.length-1].instance))for(let G=D.length-1;-1!==G;G--){const u=D[G].instance;if(!N(u)||u.isModal||u.isOpenerClicked($)||u.isClicked($))return;u.closePopup()}},Ge=$=>{const D=Xe($);(0,ce.Xj)($,D),ae.push({instance:$,parentPopovers:D}),($=>{$&&$.shadowRoot.addEventListener("scroll",ve,{capture:!0})})($),1===ae.length&&(document.addEventListener("scroll",ve,{capture:!0}),document.addEventListener("mousedown",Be,{capture:!0}),X=setInterval(()=>{ve(),(()=>{let $=(0,F.A)();"IFRAME"===$.tagName&&Ne().reverse().forEach(D=>{const q=D.instance,G=q.getOpenerHTMLElement(q.opener);for(;$;){if($===G)return;$=Q($)}q.closePopup(!1,!1,!0)})})()},300))},Ne=()=>ae,Xe=$=>{let D=$.parentNode;const q=[];for(;D&&D.parentNode;){for(let G=0;G<ae.length;G++)D===ae[G].instance&&q.push(D);D=D.parentNode}return q};var Ae=function($){return $.TopLeft="TopLeft",$.TopRight="TopRight",$.BottomLeft="BottomLeft",$.BottomRight="BottomRight",$}(Ae||{});const Oe=class at{constructor(D){this._resized=!1,this._popover=D,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(D){return this.isResized&&(D-=this._currentDeltaX||0),D}getCorrectedTop(D){return this.isResized&&(D-=this._currentDeltaY||0),D}setCorrectResizeHandleClass(D){switch(this.getResizeHandlePlacement()){case Ae.BottomLeft:D.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Ae.BottomRight:D.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Ae.TopLeft:D.root["ui5-popover-resize-handle-top-left"]=!0;break;case Ae.TopRight:D.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const D=this._popover;if(this._resized&&D.resizeHandlePlacement)return D.resizeHandlePlacement;const q=D.getOpenerHTMLElement(D.opener);if(!q)return;const u=D.isRtl,_=q.getBoundingClientRect(),p=D.getBoundingClientRect();let v=Math.floor(_.x+_.width/2);const k=Math.floor(_.y+_.height/2);let O=Math.floor(p.x+p.width/2);const Z=Math.floor(p.y+p.height/2),re=D.verticalAlign,Re=D._actualHorizontalAlign,rt=p.width>_.width,g=p.height>_.height;switch(u&&(v=-v,O=-O),D.getActualPlacement(_)){case wt.Left:return g?Z>k+2?Ae.BottomLeft:Ae.TopLeft:re===te.Top?Ae.BottomLeft:Ae.TopLeft;case wt.Right:return g?Z+2<k?Ae.TopRight:Ae.BottomRight:re===te.Bottom?Ae.TopRight:Ae.BottomRight;case wt.Bottom:return rt?O+2<v?u?Ae.BottomRight:Ae.BottomLeft:u?Ae.BottomLeft:Ae.BottomRight:u?Re===gt.Left?Ae.BottomRight:Ae.BottomLeft:Re===gt.Right?Ae.BottomLeft:Ae.BottomRight;default:return rt?O+2<v?u?Ae.TopRight:Ae.TopLeft:u?Ae.TopLeft:Ae.TopRight:u?Re===gt.Left?Ae.TopRight:Ae.TopLeft:Re===gt.Right?Ae.TopLeft:Ae.TopRight}}onResizeMouseDown(D){if(!this._popover.resizable)return;D.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:q,minHeight:G}=window.getComputedStyle(this._popover),u=window.getComputedStyle(this._popover);this._initialClientX=D.clientX,this._initialClientY=D.clientY,this._minWidth=Math.max(Number.parseFloat(q),Number.parseFloat(u.minWidth)),this._minHeight=Number.parseFloat(G),this._attachMouseResizeHandlers()}_onResizeMouseMove(D){const G=this._popover._viewportMargin,{clientX:u,clientY:_}=D,p=this.getResizeHandlePlacement(),v=this._initialBoundingRect,k=u-this._initialClientX,O=_-this._initialClientY;let Z,re;const rt=p===Ae.TopLeft||p===Ae.TopRight;if(p===Ae.TopLeft||p===Ae.BottomLeft){Z=(0,j.A)(v.width-k,this._minWidth,v.x+v.width-G);const Se=(0,j.A)(v.x+k,G,v.x+v.width-this._minWidth);Z=Math.min(Z,v.x+v.width-Se),this._currentDeltaX=(v.x-Se)/2}else{const Ze=window.innerWidth-v.x-G;Z=(0,j.A)(v.width+k,this._minWidth,Ze),this._currentDeltaX=(v.width-Z)/2}if(rt){re=(0,j.A)(v.height-O,this._minHeight,v.y+v.height-G);const Se=(0,j.A)(v.y+O,G,v.y+v.height-this._minHeight);re=Math.min(re,v.y+v.height-Se),this._currentDeltaY=(v.y-Se)/2}else{const Ze=window.innerHeight-v.y-G;re=(0,j.A)(v.height+O,this._minHeight,Ze),this._currentDeltaY=(v.height-re)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const g=this._popover.calcPlacement(this._popover._openerRect,{width:Z,height:re});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:`${re}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 Fe=h(555),Ve=h(1926),Y=h(8923),ye=h(303),lt=h(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 St,Et=h(5031),_t=function($,D,q,G){var p,u=arguments.length,_=u<3?D:null===G?G=Object.getOwnPropertyDescriptor(D,q):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_=Reflect.decorate($,D,q,G);else for(var v=$.length-1;v>=0;v--)(p=$[v])&&(_=(u<3?p(_):u>3?p(D,q,_):p(D,q))||_);return u>3&&_&&Object.defineProperty(D,q,_),_},gt=function($){return $.Center="Center",$.Left="Left",$.Right="Right",$.Stretch="Stretch",$}(gt||{}),wt=function($){return $.Left="Left",$.Right="Right",$.Top="Top",$.Bottom="Bottom",$}(wt||{});let Le=St=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 Oe(this)}set opener(D){this._opener!==D&&(this._opener=D,D&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var D=()=>super.openPopup,q=this;return(0,m.A)(function*(){if(q._opened)return;const G=q.getOpenerHTMLElement(q.opener);if(G){if(!G||q.isOpenerOutsideViewport(G.getBoundingClientRect()))return yield(0,S.JT)(),q.open=!1,void q.fireDecoratorEvent("close");q._initialWidth=q.style.width,q._initialHeight=q.style.height,q._openerRect=G.getBoundingClientRect(),q._observeOpenerVisibility(),yield D().call(q)}})()}closePopup(D=!1,q=!1,G=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(D,q,G)}isOpenerClicked(D){const q=D.target,G=this.getOpenerHTMLElement(this.opener);return!!G&&(!!(q===G||this._isUI5AbstractElement(q)&&q.getFocusDomRef()===G)||D.composedPath().indexOf(G)>-1)}isClicked(D){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==D.composedPath()[0])||(0,M.wi)(D,this.getBoundingClientRect())}_addOpenedPopup(){Ge(this)}_removeOpenedPopup(){($=>{const D=[$];for(let q=0;q<ae.length;q++){const G=ae[q].parentPopovers.indexOf($);ae[q].parentPopovers.length>0&&G>-1&&D.push(ae[q].instance)}for(let q=D.length-1;q>=0;q--)for(let G=0;G<ae.length;G++){let u=-1;D[q]===ae[G].instance&&(u=G),u>=0&&((0,ce.cY)(ae[u].instance),je(ae[u].instance),ae.splice(u,1)[0].instance.closePopup(!1,!0))}ae.length||(document.removeEventListener("scroll",ve,{capture:!0}),document.removeEventListener("mousedown",Be,{capture:!0}),clearInterval(X))})(this)}getOpenerHTMLElement(D){if(null==D)return D;if(D instanceof HTMLElement)return this._isUI5AbstractElement(D)?D.getFocusDomRef():D;let q=this.getRootNode();if(!q)return null;q===this&&(q=document);let G=q.getElementById(D);return q instanceof ShadowRoot&&!G&&(G=document.getElementById(D)),G&&(this._isUI5AbstractElement(G)?G.getFocusDomRef():G)}shouldCloseDueToOverflow(D,q){const u={Left:q.right,Right:q.left,Top:q.top,Bottom:q.bottom},_=this.getOpenerHTMLElement(this.opener),p=(0,M.nE)(_);let v=!1,k=!1;if(p instanceof St){const O=p.getBoundingClientRect();v=q.top>O.top+O.height,k=q.top+q.height<O.top}return u[D]<0||u[D]+32>p.innerHeight||v||k}shouldCloseDueToNoOpener(D){return 0===D.top&&0===D.bottom&&0===D.left&&0===D.right}isOpenerOutsideViewport(D){return D.bottom<0||D.top>window.innerHeight||D.right<0||D.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return St.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var D=()=>super._show,q=this;return(0,m.A)(function*(){D().call(q);const G=q.getOpenerHTMLElement(q.opener);if(!G)return void Object.assign(q.style,{top:"0px",left:"0px"});if(G&&(0,E.W)(G)&&!G.getDomRef())return;q._opened||q._showOutsideViewport();const u=q.getPopoverSize();let _;if(0===u.width||0===u.height)return;if(q.open&&(q._openerRect=G.getBoundingClientRect()),_=q._oldPlacement&&q.shouldCloseDueToNoOpener(q._openerRect)&&q.isFocusWithin()?q._oldPlacement:q.calcPlacement(q._openerRect,u),q._preventRepositionAndClose||q.isOpenerOutsideViewport(q._openerRect))return yield q._waitForDomRef(),q.closePopup();q._oldPlacement=_,q.actualPlacement=_.actualPlacement;let p=(0,j.A)(q._left,St.VIEWPORT_MARGIN,document.documentElement.clientWidth-u.width-St.VIEWPORT_MARGIN);q.actualPlacement===wt.Right&&(p=Math.max(p,q._left));let v=(0,j.A)(q._top,St.VIEWPORT_MARGIN,document.documentElement.clientHeight-u.height-St.VIEWPORT_MARGIN);q.actualPlacement===wt.Bottom&&(v=Math.max(v,q._top)),q.arrowTranslateX=_.arrow.x,q.arrowTranslateY=_.arrow.y,v=q._adjustForIOSKeyboard(v),Object.assign(q.style,{top:`${v}px`,left:`${p}px`}),!q._popoverResize.isResized&&(q.horizontalAlign===H.A.Stretch&&q._width&&(q.style.width=q._width),q.verticalAlign===te.Stretch&&q._height&&(q.style.height=q._height))})()}_adjustForIOSKeyboard(D){if(!(0,U.un)())return D;const q=Math.ceil(this.getBoundingClientRect().top);return D+(Number.parseInt(this.style.top||"0")-q)}_onOpenerIntersection(D){this.open&&!D[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const D=this.getOpenerHTMLElement(this.opener);D&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(D))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(D=!1){const q=this.getBoundingClientRect(),G=q.width;let u;const _=this.getDomRef();if(D&&_){const p=_.querySelector(".ui5-popup-header-root"),v=_.querySelector(".ui5-popup-content"),k=_.querySelector(".ui5-popup-footer-root");u=v?.scrollHeight||0,u+=p?.scrollHeight||0,u+=k?.scrollHeight||0}else u=q.height;return{width:G,height:u}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(D){return(0,E.W)(D)&&D.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(D,q){let G=St.VIEWPORT_MARGIN,u=0;const _=this.allowTargetOverlap,p=document.documentElement.clientWidth,v=document.documentElement.clientHeight;let k=v,O=p;const Z=this.getActualPlacement(D);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(D)||this.shouldCloseDueToOverflow(Z,D);const re=Z===wt.Top||Z===wt.Bottom;this._popoverResize.isResized||(this.horizontalAlign===H.A.Stretch&&re?(q.width=D.width,this._width=`${D.width}px`):this.verticalAlign===te.Stretch&&!re&&(q.height=D.height,this._height=`${D.height}px`));const Re=this.hideArrow?0:8;switch(Z){case wt.Top:G=this.getVerticalLeft(D,q),u=Math.max(D.top-q.height-Re,0),_||(k=D.top-Re);break;case wt.Bottom:G=this.getVerticalLeft(D,q),u=D.bottom+Re,_?u=Math.max(Math.min(u,v-q.height),0):k=v-D.bottom-Re;break;case wt.Left:G=Math.max(D.left-q.width-Re,0),u=this.getHorizontalTop(D,q),_||(O=D.left-Re);break;case wt.Right:G=D.left+D.width+Re,u=this.getHorizontalTop(D,q),_?G=Math.max(Math.min(G,p-q.width),0):O=p-D.right-Re}re?q.width>p||G<St.VIEWPORT_MARGIN?G=St.VIEWPORT_MARGIN:G+q.width>p-St.VIEWPORT_MARGIN&&(G=p-St.VIEWPORT_MARGIN-q.width):q.height>v||u<St.VIEWPORT_MARGIN?u=St.VIEWPORT_MARGIN:u+q.height>v-St.VIEWPORT_MARGIN&&(u=v-St.VIEWPORT_MARGIN-q.height),this._maxHeight=Math.round(k-St.VIEWPORT_MARGIN),this._maxWidth=Math.round(O-St.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 rt=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),g=this.getArrowPosition(D,q,G,u,re,rt);return this._left+=this.getRTLCorrectionLeft(),{arrow:g,top:this._top,left:this._left,actualPlacement:Z}}get isVertical(){return this.placement===V.Top||this.placement===V.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(D,q,G,u,_,p){const v=this._actualHorizontalAlign;let k=v===gt.Center||v===gt.Stretch;v===gt.Right&&G<=D.left&&(k=!0),v===gt.Left&&G+q.width>=D.left+D.width&&(k=!0);let O=0;_&&k&&(O=D.left+D.width/2-G-q.width/2);let Z=0;_||(Z=D.top+D.height/2-u-q.height/2);const re=q.height/2-p-4-2;Z=(0,j.A)(Z,-re,re);const Re=q.width/2-p-4-2;return O=(0,j.A)(O,-Re,Re),{x:Math.round(O),y:Math.round(Z)}}fallbackPlacement(D,q,G,u){return G.left>u.width?wt.Left:D-G.right>G.left?wt.Right:q-G.bottom>u.height?wt.Bottom:q-G.bottom<G.top?wt.Top:void 0}getActualPlacement(D){const q=this.placement,G=this.getPopoverSize(!this.allowTargetOverlap);let u=wt.Right;switch(q){case V.Start:u=this.isRtl?wt.Right:wt.Left;break;case V.End:u=this.isRtl?wt.Left:wt.Right;break;case V.Top:u=wt.Top;break;case V.Bottom:u=wt.Bottom}const _=document.documentElement.clientWidth;let p=document.documentElement.clientHeight,v=G.height;switch(this.isVertical&&(v+=this.hideArrow?0:8,p-=St.VIEWPORT_MARGIN),u){case wt.Top:D.top<v&&D.top<p-D.bottom&&(u=wt.Bottom);break;case wt.Bottom:p-D.bottom<v&&p-D.bottom<D.top&&(u=wt.Top);break;case wt.Left:D.left<G.width&&(u=this.fallbackPlacement(_,p,D,G)||u);break;case wt.Right:_-D.right<G.width&&(u=this.fallbackPlacement(_,p,D,G)||u)}return u}getVerticalLeft(D,q){let u=St.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case gt.Center:case gt.Stretch:u=D.left-(q.width-D.width)/2,u=this._popoverResize.getCorrectedLeft(u);break;case gt.Left:u=D.left;break;case gt.Right:u=D.right-q.width}return u}getHorizontalTop(D,q){let G=0;switch(this.verticalAlign){case te.Center:case te.Stretch:G=D.top-(q.height-D.height)/2,G=this._popoverResize.getCorrectedTop(G);break;case te.Top:G=D.top;break;case te.Bottom:G=D.bottom-q.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 D=super.classes;return D.root["ui5-popover-root"]=!0,D.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(D),D}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case H.A.Start:return this.isRtl?gt.Right:gt.Left;case H.A.End:return this.isRtl?gt.Left:gt.Right;case H.A.Stretch:return gt.Stretch;default:return gt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(D){this._popoverResize.onResizeMouseDown(D),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};_t([(0,C.A)()],Le.prototype,"headerText",void 0),_t([(0,C.A)()],Le.prototype,"placement",void 0),_t([(0,C.A)()],Le.prototype,"horizontalAlign",void 0),_t([(0,C.A)()],Le.prototype,"verticalAlign",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"modal",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"hideArrow",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"allowTargetOverlap",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"resizable",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"arrowTranslateX",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"arrowTranslateY",void 0),_t([(0,C.A)()],Le.prototype,"actualPlacement",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"_maxHeight",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"_maxWidth",void 0),_t([(0,C.A)({noAttribute:!0})],Le.prototype,"_resizeHandlePlacement",void 0),_t([(0,B.A)()],Le.prototype,"header",void 0),_t([(0,B.A)()],Le.prototype,"footer",void 0),_t([(0,C.A)({converter:T})],Le.prototype,"opener",null),Le=St=_t([(0,A.A)({tag:"ui5-popover",styles:[L.A.styles,Ve.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:Fe.A})],Le),Le.define();const Qe=Le,N=(0,Et.A)("isPopover")},555(ge,W,h){"use strict";h.d(W,{A:()=>U});var m=h(1892),E=h(563),A=h(81),C=h(8520),B=h(6983);function U(){return C.Ay.call(this,{beforeContent:M,afterContent:j})}function M(){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)(B.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function j(){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:A.Ay})})]})}},7883(ge,W,h){"use strict";h.d(W,{A:()=>Fe});var m=h(467),E=h(1934),A=h(6060),C=h(1437),B=h(6993),U=h(1642),M=h(1834),j=h(5386),b=h(6136),T=h(5465);const S=/^(?:a|area)$/i,L=/^(?:input|select|textarea|button)$/i,V=Ve=>{if(Ve.disabled)return!1;const Y=Ve.getAttribute("tabindex");return null!=Y?parseInt(Y)>=0:L.test(Ve.nodeName)||S.test(Ve.nodeName)&&!!Ve.href},K=Ve=>Ve.hasAttribute("data-ui5-focus-trap"),te=Ve=>{const Y=getComputedStyle(Ve);return Ve.scrollHeight>Ve.clientHeight&&["scroll","auto"].indexOf(Y.overflowY)>=0||Ve.scrollWidth>Ve.clientWidth&&["scroll","auto"].indexOf(Y.overflowX)>=0},H=function(){var Ve=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:ce(Y,!0,ye)});return function(ye,lt){return Ve.apply(this,arguments)}}(),F=function(){var Ve=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:ce(Y,!1,ye)});return function(ye,lt){return Ve.apply(this,arguments)}}(),ne=Ve=>Ve.hasAttribute("data-ui5-focus-redirect")||!(0,T.A)(Ve),Q=Ve=>{if((0,j.W)(Ve)){const Y=Ve.getAttribute("tabindex");if(null!==Y&&parseInt(Y)<0)return!0}return!1},ce=function(){var Ve=(0,m.A)(function*(Y,ye,lt){let We,Et,St,_t=-1;for(Y.shadowRoot?We=ye?Y.shadowRoot.firstElementChild:Y.shadowRoot.lastElementChild:Y instanceof HTMLSlotElement&&Y.assignedNodes()?(Et=Y.assignedElements(),_t=ye?0:Et.length-1,We=Et[_t]):We=lt?Y:ye?Y.firstElementChild:Y.lastElementChild;We;){const sn=We;if(!(0,T.A)(sn)&&!Q(sn)){if((0,j.W)(We)&&(yield We._waitForDomRef(),We=We.getDomRef()),!We||(0,T.A)(We))return null;if(1===We.nodeType&&ne(We)&&!K(We)){if(V(We)||(St=yield ce(We,ye),!(0,b.nr)()&&!St&&te(We)))return We&&"function"==typeof We.focus?We:null;if(St)return St&&"function"==typeof St.focus?St:null}}We=ye?sn.nextElementSibling:sn.previousElementSibling,Et&&!Et[_t].contains(We)&&(_t=ye?_t+1:_t-1,We=Et[_t])}return null});return function(ye,lt,We){return Ve.apply(this,arguments)}}();var X=h(3493),le=h(3455),ae=h(2358),ve=h(1402),Pe=h(362),xe=h(4583),Ee=h(1045),Ie=h(8520),me=h(9634),ct=h(3466),je=h(8923),st=h(303),Ce=h(5444);(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host"),(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host"),(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host");var Xe,Ne=function(Ve,Y,ye,lt){var _t,We=arguments.length,Et=We<3?Y:null===lt?lt=Object.getOwnPropertyDescriptor(Y,ye):lt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Et=Reflect.decorate(Ve,Y,ye,lt);else for(var St=Ve.length-1;St>=0;St--)(_t=Ve[St])&&(Et=(We<3?_t(Et):We>3?_t(Y,ye,Et):_t(Y,ye))||Et);return We>3&&Et&&Object.defineProperty(Y,ye,Et),Et};(0,le.g5)("data-ui5-popup-scroll-blocker")||(0,le._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const at=new Set;let Oe=Xe=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,b.tp)(),this.onDesktop=(0,b.xl)()}onAfterRendering(){(0,A.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,b.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,A.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,ae.bR)(Y),lt=(0,ae.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,b.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var Y=this;return(0,m.A)(function*(){const ye=yield H(Y);ye?ye.focus():Y._root.focus()})()}forwardToLast(){var Y=this;return(0,m.A)(function*(){const ye=yield F(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 H(Y))||Y._root,lt&&(lt===Y._root&&(lt.tabIndex=-1),lt.focus())})()}isFocusWithin(){return(0,ve.TP)(this._root)}_updateMediaRange(){this.mediaRange=xe.A.getCurrentRange(xe.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}}}};Ne([(0,U.A)()],Oe.prototype,"initialFocus",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"preventFocusRestore",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleName",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleNameRef",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleRole",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleDescription",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleDescriptionRef",void 0),Ne([(0,U.A)({noAttribute:!0})],Oe.prototype,"_associatedDescriptionRefTexts",void 0),Ne([(0,U.A)()],Oe.prototype,"mediaRange",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"preventInitialFocus",void 0),Ne([(0,U.A)({type:Boolean,noAttribute:!0})],Oe.prototype,"isTopModalPopup",void 0),Ne([(0,B.A)({type:HTMLElement,default:!0})],Oe.prototype,"content",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"onPhone",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"onDesktop",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"open",null),Oe=Xe=Ne([(0,E.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:Ie.Ay}),(0,C.A)("before-open",{cancelable:!0}),(0,C.A)("open"),(0,C.A)("before-close",{cancelable:!0}),(0,C.A)("close"),(0,C.A)("scroll",{bubbles:!0})],Oe);const Fe=Oe},8520(ge,W,h){"use strict";h.d(W,{Ay:()=>A});var m=h(1892);function E(){return(0,m.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function A(U){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}),(U?.beforeContent||C).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}),(U?.afterContent||B).call(this),(0,m.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function C(){}function B(){}},6983(ge,W,h){"use strict";h.d(W,{A:()=>F});var m=h(5386),E=h(1834),A=h(1934),C=h(1642),B=function(ne){return ne.H1="H1",ne.H2="H2",ne.H3="H3",ne.H4="H4",ne.H5="H5",ne.H6="H6",ne}(B||{});const U=B;var M=h(1892);function b(ne){switch(ne){case"H1":return(0,M.Y)("h1",{class:"ui5-title-root",children:T.call(this)});case"H2":default:return(0,M.Y)("h2",{class:"ui5-title-root",children:T.call(this)});case"H3":return(0,M.Y)("h3",{class:"ui5-title-root",children:T.call(this)});case"H4":return(0,M.Y)("h4",{class:"ui5-title-root",children:T.call(this)});case"H5":return(0,M.Y)("h5",{class:"ui5-title-root",children:T.call(this)});case"H6":return(0,M.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:T.call(this)})}}function T(){return(0,M.Y)("span",{id:`${this._id}-inner`,children:(0,M.Y)("slot",{})})}var S=h(467),L=h(8923),ee=h(303),V=h(5444);(0,L.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return ee.A})),(0,L.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return V.A}),"host");var te=function(ne,Q,ce,X){var ve,le=arguments.length,ae=le<3?Q:null===X?X=Object.getOwnPropertyDescriptor(Q,ce):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ae=Reflect.decorate(ne,Q,ce,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ae=(le<3?ve(ae):le>3?ve(Q,ce,ae):ve(Q,ce))||ae);return le>3&&ae&&Object.defineProperty(Q,ce,ae),ae};let H=class extends m.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===U.H1}get h2(){return this.level===U.H2}get h3(){return this.level===U.H3}get h4(){return this.level===U.H4}get h5(){return this.level===U.H5}get h6(){return this.level===U.H6}};te([(0,C.A)()],H.prototype,"wrappingType",void 0),te([(0,C.A)()],H.prototype,"level",void 0),te([(0,C.A)()],H.prototype,"size",void 0),H=te([(0,A.A)({tag:"ui5-title",renderer:E.A,template:function j(){return(0,M.Y)(M.FK,{children:b.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'})],H),H.define();const F=H},1441(ge,W,h){"use strict";h.d(W,{A:()=>b});var m=h(6826);var U=h(7669),M=h(2928);const b=class j{constructor(S,L){this.component=S,this.config={orientation:M.A.Vertical,clientCoordinate:"clientY",...L}}ondragenter(S){S.preventDefault()}ondragleave(S){if(S.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(S.relatedTarget))return;const L=this.config.getDropIndicator();L&&(L.targetReference=null)}ondragover(S){if(!this._validateDragOver(S))return;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator(),V=this._findClosestPosition(S);if(!V)return void(ee.targetReference=null);const K=this._transformTargetElement(V.element);if(!this._isValidDragTarget(L,K))return void(ee.targetReference=null);const te=this._filterPlacements(V.placements,L,K),H=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:F,placement:ne}=function E(T,S,L,ee,V={}){const K=m.A.getDraggedElement(),te={targetReference:null,placement:null};if(!K&&!V?.crossDnD)return te;const H=L.placements;return te.targetReference=T.target,H.some(F=>!S.fireDecoratorEvent("move-over",{...V.originalEvent?{originalEvent:T}:{},source:{element:K},destination:{element:ee,placement:F}})&&(T.preventDefault(),te.targetReference=L.element,te.placement=F,!0))||(te.targetReference=null),te}(S,this.component,{element:K,placements:te},K,H);ee.targetReference=F,ee.placement=ne}ondrop(S){const L=this.config.getDropIndicator();L?.targetReference&&L?.placement?(function C(T,S,L,ee,V={}){T.preventDefault();const K=m.A.getDraggedElement();!K&&V?.crossDnD||(S.fireDecoratorEvent("move",{...V.originalEvent?{originalEvent:T}:{},source:{element:K},destination:{element:L,placement:ee}}),K?.focus())}(S,this.component,L.targetReference,L.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),L.targetReference=null):S.preventDefault()}_validateDragOver(S){if(!(S.target instanceof HTMLElement))return!1;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator();return!(!L||!ee)}_findClosestPosition(S){const L=this.config.getItems();return(0,U.gk)(L,"clientX"===this.config.clientCoordinate?S.clientX:S.clientY,this.config.orientation)}_transformTargetElement(S){return this.config.transformElement?this.config.transformElement(S):S}_isValidDragTarget(S,L){return!this.config.validateDraggedElement||this.config.validateDraggedElement(S,L)}_filterPlacements(S,L,ee){return this.config.filterPlacements?this.config.filterPlacements(S,L,ee):S}}},5166(ge,W,h){"use strict";h.d(W,{$nc:()=>fn,Apb:()=>U,B$d:()=>Un,Bby:()=>Xn,CH:()=>C,CNT:()=>Cp,CR4:()=>mr,C_7:()=>Ue,DQe:()=>Ni,DXF:()=>jr,Dy9:()=>A,Egs:()=>Mp,F$r:()=>Ll,Fo:()=>pr,Fr3:()=>Nt,FvC:()=>en,HzF:()=>ho,IGR:()=>Al,Jy$:()=>st,Jz0:()=>la,K2C:()=>No,Kdd:()=>Xs,KwP:()=>jd,M4s:()=>Ge,MME:()=>ko,NJs:()=>we,Oms:()=>Ft,P1:()=>Tr,PBn:()=>go,QGn:()=>qn,QLe:()=>Mi,Qmg:()=>He,RXS:()=>me,SJi:()=>bn,TkL:()=>$e,Uin:()=>Lo,UlA:()=>Zs,W_p:()=>dr,WlA:()=>ds,Wyx:()=>no,Xot:()=>_c,Y12:()=>cs,YBm:()=>$n,YF:()=>R,YHe:()=>Ri,Yz$:()=>J,Z2A:()=>fc,ZqR:()=>ic,_43:()=>ui,b5n:()=>Qn,bB2:()=>ln,bP:()=>to,bRY:()=>hn,dOG:()=>Gd,dr_:()=>fo,f4l:()=>a_,fBK:()=>E,fPH:()=>sc,fSG:()=>B,flf:()=>Ce,hNk:()=>Ne,jSp:()=>Qs,kHh:()=>kr,kQX:()=>je,knB:()=>m,lXU:()=>Mt,laD:()=>Vd,mgn:()=>Be,nFX:()=>ct,ogG:()=>Gr,pcO:()=>se,piN:()=>Po,qF5:()=>ta,rek:()=>ss,tgV:()=>hc,u9k:()=>Pl,vSX:()=>li,vtI:()=>Oi,wJ8:()=>fs});const m={key:"ACC_STATE_REQUIRED",defaultText:"Required"},E={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},A={key:"ACC_STATE_READONLY",defaultText:"Read Only"},C={key:"ACC_STATE_EMPTY",defaultText:"Empty"},B={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},U={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"},je={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},st={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},Ce={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},Be={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},Ge={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},$e={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Ne={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},bn={key:"DELETE",defaultText:"Delete"},pr={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},Un={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},jr={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},se={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},He={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},J={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},Ue={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},Lo={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},hn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},$n={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},No={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},ko={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},we={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},li={key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},Xn={key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},fn={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},ho={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},ic={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},en={key:"LINK_SUBTLE",defaultText:"Subtle"},Xs={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},fo={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},ui={key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},Po={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},ss={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},ln={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},Nt={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},Gr={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},Tr={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},Zs={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},to={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},Ni={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},no={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},sc={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},R={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},dr={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},Qs={key:"LOAD_MORE_TEXT",defaultText:"More"},Ri={key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},Mi={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},Cp={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},go={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},cs={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},Vd={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},_c={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},hc={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},jd={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},Gd={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},fc={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},Al={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},ta={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},Mt={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},qn={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},kr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},mr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},Oi={key:"LABEL_COLON",defaultText:":"},Ft={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},ds={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},Mp={key:"CHECKBOX_CHECKED",defaultText:"Checked"},fs={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},Qn={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},Ll={key:"SWITCH_ON",defaultText:"On"},a_={key:"SWITCH_OFF",defaultText:"Off"},la={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},Pl={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(ge,W,h){"use strict";h.d(W,{A:()=>B});var m=h(467),E=h(8923),A=h(303),C=h(5444);(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return A.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return C.A}),"host");const B='.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,h){"use strict";h.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,h){"use strict";h.d(W,{Xj:()=>S,vR:()=>ee,cY:()=>L});var m=h(6156),E=h(2358),A=h(3274);const M=(0,m.A)("OpenedPopupsRegistry",{openedRegistry:[]}),j=(0,A.x)("OpenUI5Support"),S=(F,ne=[])=>{M.openedRegistry.some(Q=>Q.instance===F)||(M.openedRegistry.push({instance:F,parentPopovers:ne}),function b(F){j?.addOpenedPopup(F)}({type:"WebComponent",instance:F})),H(),1===M.openedRegistry.length&&K()},L=F=>{M.openedRegistry=M.openedRegistry.filter(ne=>ne.instance!==F),function T(F){j?.removeOpenedPopup(F)}(F),H(),M.openedRegistry.length||te()},ee=()=>[...M.openedRegistry],V=F=>{if(M.openedRegistry.length&&(0,E.KL)(F)&&!((F,ne="handledByControl")=>!!F[`_sapui_${ne}`])(F)){const ne=M.openedRegistry[M.openedRegistry.length-1].instance;if(j&&ne!==j.getTopmostPopup())return;F.stopImmediatePropagation(),ne.closePopup(!0)}},K=()=>{document.addEventListener("keydown",V)},te=()=>{document.removeEventListener("keydown",V)},H=()=>{let F,ne=!1;for(let Q=M.openedRegistry.length-1;Q>=0;Q--)F=M.openedRegistry[Q].instance,!ne&&F.isModal?(F.isTopModalPopup=!0,ne=!0):F.isTopModalPopup=!1}},9698(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.List="List",A.Menu="Menu",A.Tree="Tree",A.ListBox="ListBox",A}(m||{});const E=m},897(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.ListItem="ListItem",A.MenuItem="MenuItem",A.TreeItem="TreeItem",A.Option="Option",A.None="None",A}(m||{});const E=m},5011(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Single="Single",A.SingleStart="SingleStart",A.SingleEnd="SingleEnd",A.SingleAuto="SingleAuto",A.Multiple="Multiple",A.Delete="Delete",A}(m||{});const E=m},9494(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.Center="Center",A.Start="Start",A.End="End",A.Stretch="Stretch",A}(m||{});const E=m},9634(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Dialog="Dialog",A.AlertDialog="AlertDialog",A}(m||{});const E=m},6968(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Normal="Normal",A}(m||{});const E=m},467(ge,W,h){"use strict";function m(A,C,B,U,M,j,b){try{var T=A[j](b),S=T.value}catch(L){return void B(L)}T.done?C(S):Promise.resolve(S).then(U,M)}function E(A){return function(){var C=this,B=arguments;return new Promise(function(U,M){var j=A.apply(C,B);function b(S){m(j,U,M,b,T,"next",S)}function T(S){m(j,U,M,b,T,"throw",S)}b(void 0)})}}h.d(W,{A:()=>E})}},lb={};function ft(ge){var W=lb[ge];if(void 0!==W)return W.exports;var h=lb[ge]={id:ge,loaded:!1,exports:{}};return cb[ge](h,h.exports,ft),h.loaded=!0,h.exports}ft.m=cb,ft.n=ge=>{var W=ge&&ge.__esModule?()=>ge.default:()=>ge;return ft.d(W,{a:W}),W},ft.d=(ge,W)=>{for(var h in W)ft.o(W,h)&&!ft.o(ge,h)&&Object.defineProperty(ge,h,{enumerable:!0,get:W[h]})},ft.f={},ft.e=ge=>Promise.all(Object.keys(ft.f).reduce((W,h)=>(ft.f[h](ge,W),W),[])),ft.u=ge=>ge+".js",ft.miniCssF=ge=>{},ft.o=(ge,W)=>Object.prototype.hasOwnProperty.call(ge,W),ge={},ft.l=(h,m,E,A)=>{if(ge[h])ge[h].push(m);else{var C,B;if(void 0!==E)for(var U=document.getElementsByTagName("script"),M=0;M<U.length;M++){var j=U[M];if(j.getAttribute("src")==h||j.getAttribute("data-webpack")=="wc:"+E){C=j;break}}C||(B=!0,(C=document.createElement("script")).type="module",C.charset="utf-8",ft.nc&&C.setAttribute("nonce",ft.nc),C.setAttribute("data-webpack","wc:"+E),C.src=ft.tu(h)),ge[h]=[m];var b=(S,L)=>{C.onerror=C.onload=null,clearTimeout(T);var ee=ge[h];if(delete ge[h],C.parentNode&&C.parentNode.removeChild(C),ee&&ee.forEach(V=>V(L)),S)return S(L)},T=setTimeout(b.bind(null,void 0,{type:"timeout",target:C}),12e4);C.onerror=b.bind(null,C.onerror),C.onload=b.bind(null,C.onload),B&&document.head.appendChild(C)}},ft.r=ge=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(ge,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ge,"__esModule",{value:!0})},ft.nmd=ge=>(ge.paths=[],ge.children||(ge.children=[]),ge),(()=>{var ge;ft.tt=()=>(void 0===ge&&(ge={createScriptURL:W=>W},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(ge=trustedTypes.createPolicy("angular#bundler",ge))),ge)})(),ft.tu=ge=>ft.tt().createScriptURL(ge),ft.p="",(()=>{var ge={792:0};ft.f.j=(m,E)=>{var A=ft.o(ge,m)?ge[m]:void 0;if(0!==A)if(A)E.push(A[2]);else{var C=new Promise((j,b)=>A=ge[m]=[j,b]);E.push(A[2]=C);var B=ft.p+ft.u(m),U=new Error;ft.l(B,j=>{if(ft.o(ge,m)&&(0!==(A=ge[m])&&(ge[m]=void 0),A)){var b=j&&("load"===j.type?"missing":j.type),T=j&&j.target&&j.target.src;U.message="Loading chunk "+m+" failed.\n("+b+": "+T+")",U.name="ChunkLoadError",U.type=b,U.request=T,A[1](U)}},"chunk-"+m,m)}};var W=(m,E)=>{var U,M,[A,C,B]=E,j=0;if(A.some(T=>0!==ge[T])){for(U in C)ft.o(C,U)&&(ft.m[U]=C[U]);B&&B(ft)}for(m&&m(E);j<A.length;j++)ft.o(ge,M=A[j])&&ge[M]&&ge[M][0](),ge[M]=0},h=self.webpackChunkwc=self.webpackChunkwc||[];h.forEach(W.bind(null,0)),h.push=W.bind(null,h.push.bind(h))})(),(()=>{"use strict";
|
|
8
8
|
/**
|
|
9
9
|
* @license Angular v21.2.17
|
|
10
10
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
@@ -20,7 +20,7 @@ var A=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,C=/[\x00-\x0
|
|
|
20
20
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
21
21
|
* License: MIT
|
|
22
22
|
*/
|
|
23
|
-
let H=null,F=!1,ne=1;const ce=Symbol("SIGNAL");function X(e){const t=H;return H=e,t}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 xe(e){if(F)throw new Error("");if(null===H)return;H.consumerOnSignalRead(e);const t=H.producersTail;if(void 0!==t&&t.producer===e)return;let n;const r=H.recomputing;if(r&&(n=void 0!==t?t.nextProducer:H.producers,void 0!==n&&n.producer===e))return H.producersTail=n,void(n.lastReadVersion=e.version);const o=e.consumersTail;if(void 0!==o&&o.consumer===H&&(!r||function Y(e,t){const n=t.producersTail;if(void 0!==n){let r=t.producers;do{if(r===e)return!0;if(r===n)break;r=r.nextProducer}while(void 0!==r)}return!1}(o,H)))return;const i=Oe(H),s={producer:e,consumer:H,nextProducer:n,prevConsumer:o,lastReadVersion:e.version,nextConsumer:void 0};H.producersTail=s,void 0!==t?t.nextProducer=s:H.producers=s,i&&Ae(e,s)}function Ie(e){if((!Oe(e)||e.dirty)&&(e.dirty||e.lastCleanEpoch!==ne)){if(!e.producerMustRecompute(e)&&!Ne(e))return void st(e);e.producerRecomputeValue(e),st(e)}}function me(e){if(void 0===e.consumers)return;const t=F;F=!0;try{for(let n=e.consumers;void 0!==n;n=n.nextConsumer){const r=n.consumer;r.dirty||je(r)}}finally{F=t}}function ct(){return!1!==H?.consumerAllowSignalWrites}function je(e){e.dirty=!0,me(e),e.consumerMarkedDirty?.(e)}function st(e){e.dirty=!1,e.lastCleanEpoch=ne}function Ce(e){return e&&function Be(e){e.producersTail=void 0,e.recomputing=!0}(e),X(e)}function Ge(e,t){X(t),e&&function $e(e){e.recomputing=!1;const t=e.producersTail;let n=void 0!==t?t.nextProducer:e.producers;if(void 0!==n){if(Oe(e))do{n=at(n)}while(void 0!==n);void 0!==t?t.nextProducer=void 0:e.producers=void 0}}(e)}function Ne(e){for(let t=e.producers;void 0!==t;t=t.nextProducer){const n=t.producer,r=t.lastReadVersion;if(r!==n.version||(Ie(n),r!==n.version))return!0}return!1}function Xe(e){if(Oe(e)){let t=e.producers;for(;void 0!==t;)t=at(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Ae(e,t){const n=e.consumersTail,r=Oe(e);if(void 0!==n?(t.nextConsumer=n.nextConsumer,n.nextConsumer=t):(t.nextConsumer=void 0,e.consumers=t),t.prevConsumer=n,e.consumersTail=t,!r)for(let o=e.producers;void 0!==o;o=o.nextProducer)Ae(o.producer,o)}function at(e){const t=e.producer,n=e.nextProducer,r=e.nextConsumer,o=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,void 0!==r?r.prevConsumer=o:t.consumersTail=o,void 0!==o)o.nextConsumer=r;else if(t.consumers=r,!Oe(t)){let i=t.producers;for(;void 0!==i;)i=at(i)}return n}function Oe(e){return e.consumerIsAlwaysLive||void 0!==e.consumers}function ye(e,t){return Object.is(e,t)}const We=Symbol("UNSET"),Et=Symbol("COMPUTING"),_t=Symbol("ERRORED"),St={...Pe,value:We,dirty:!0,error:null,equal:ye,kind:"computed",producerMustRecompute:e=>e.value===We||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const t=e.value;e.value=Et;const n=Ce(e);let r,o=!1;try{r=e.computation(),X(null),o=t!==We&&t!==_t&&r!==_t&&e.equal(t,r)}catch(i){r=_t,e.error=i}finally{Ge(e,n)}o?e.value=t:(e.value=r,e.version++)}};let gt=function sn(){throw new Error};function wt(e){gt(e)}function N(e,t){const n=Object.create(_);n.value=e,void 0!==t&&(n.equal=t);const r=()=>function D(e){return xe(e),e.value}(n);return r[ce]=n,[r,s=>q(n,s),s=>function G(e,t){ct()||wt(e),q(e,t(e.value))}(n,s)]}function q(e,t){ct()||wt(e),e.equal(e.value,t)||(e.value=t,function p(e){e.version++,function Ee(){ne++}(),me(e)}(e))}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 n=e(r=>{Error.call(r),r.stack=(new Error).stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}const re=Z(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:\n${n.map((r,o)=>`${o+1}) ${r.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=n});function Re(e,t){if(e){const n=e.indexOf(t);0<=n&&e.splice(n,1)}}class rt{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;const{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(const i of n)i.remove(this);else n.remove(this);const{initialTeardown:r}=this;if(O(r))try{r()}catch(i){t=i instanceof re?i.errors:[i]}const{_finalizers:o}=this;if(o){this._finalizers=null;for(const i of o)try{Se(i)}catch(s){t=t??[],s instanceof re?t=[...t,...s.errors]:t.push(s)}}if(t)throw new re(t)}}add(t){var n;if(t&&t!==this)if(this.closed)Se(t);else{if(t instanceof rt){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(t)}}_hasParent(t){const{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){const{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){const{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&Re(n,t)}remove(t){const{_finalizers:n}=this;n&&Re(n,t),t instanceof rt&&t._removeParent(this)}}rt.EMPTY=(()=>{const e=new rt;return e.closed=!0,e})();const g=rt.EMPTY;function Ze(e){return e instanceof rt||e&&"closed"in e&&O(e.remove)&&O(e.add)&&O(e.unsubscribe)}function Se(e){O(e)?e():e.unsubscribe()}const Gt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},w={setTimeout(e,t,...n){const{delegate:r}=w;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){const{delegate:t}=w;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function x(e){w.setTimeout(()=>{const{onUnhandledError:t}=Gt;if(!t)throw e;t(e)})}function ie(){}const be=Ye("C",void 0,void 0);function Ye(e,t,n){return{kind:e,value:t,error:n}}let tt=null;function mt(e){if(Gt.useDeprecatedSynchronousErrorHandling){const t=!tt;if(t&&(tt={errorThrown:!1,error:null}),e(),t){const{errorThrown:n,error:r}=tt;if(tt=null,n)throw r}}else e()}class Pt extends rt{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Ze(t)&&t.add(this)):this.destination=Jt}static create(t,n,r){return new qt(t,n,r)}next(t){this.isStopped?Wt(function ue(e){return Ye("N",e,void 0)}(t),this):this._next(t)}error(t){this.isStopped?Wt(function he(e){return Ye("E",void 0,e)}(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Wt(be,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const ke=Function.prototype.bind;function Yt(e,t){return ke.call(e,t)}class It{constructor(t){this.partialObserver=t}next(t){const{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){tn(r)}}error(t){const{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){tn(r)}else tn(t)}complete(){const{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){tn(n)}}}class qt extends Pt{constructor(t,n,r){let o;if(super(),O(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&Gt.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Yt(t.next,i),error:t.error&&Yt(t.error,i),complete:t.complete&&Yt(t.complete,i)}):o=t}this.destination=new It(o)}}function tn(e){Gt.useDeprecatedSynchronousErrorHandling?function vt(e){Gt.useDeprecatedSynchronousErrorHandling&&tt&&(tt.errorThrown=!0,tt.error=e)}(e):x(e)}function Wt(e,t){const{onStoppedNotification:n}=Gt;n&&w.setTimeout(()=>n(e,t))}const Jt={closed:!0,next:ie,error:function fr(e){throw e},complete:ie},bn="function"==typeof Symbol&&Symbol.observable||"@@observable";function pr(e){return e}let se=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){const r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,o){const i=function Ue(e){return e&&e instanceof Pt||function J(e){return e&&O(e.next)&&O(e.error)&&O(e.complete)}(e)&&Ze(e)}(n)?n:new qt(n,r,o);return mt(()=>{const{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return new(r=He(r))((o,i)=>{const s=new qt({next:a=>{try{n(a)}catch(c){i(c),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(n){var r;return null===(r=this.source)||void 0===r?void 0:r.subscribe(n)}[bn](){return this}pipe(...n){return function Vr(e){return 0===e.length?pr:1===e.length?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}(n)(this)}toPromise(n){return new(n=He(n))((r,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>r(i))})}}return e.create=t=>new e(t),e})();function He(e){var t;return null!==(t=e??Gt.Promise)&&void 0!==t?t:Promise}const Ke=Z(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});let Qt,dt=(()=>{class e extends se{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){const r=new Bt(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new Ke}next(n){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const r of this.currentObservers)r.next(n)}})}error(n){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;const{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return(null===(n=this.observers)||void 0===n?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){const{hasError:r,isStopped:o,observers:i}=this;return r||o?g:(this.currentObservers=null,i.push(n),new rt(()=>{this.currentObservers=null,Re(i,n)}))}_checkFinalizedStatuses(n){const{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){const n=new se;return n.source=this,n}}return e.create=(t,n)=>new Bt(t,n),e})();class Bt extends dt{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.next)||void 0===r||r.call(n,t)}error(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.error)||void 0===r||r.call(n,t)}complete(){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===n||n.call(t)}_subscribe(t){var n,r;return null!==(r=null===(n=this.source)||void 0===n?void 0:n.subscribe(t))&&void 0!==r?r:g}}class Zt extends dt{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){const n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){const{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}}
|
|
23
|
+
let H=null,F=!1,ne=1;const ce=Symbol("SIGNAL");function X(e){const t=H;return H=e,t}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 xe(e){if(F)throw new Error("");if(null===H)return;H.consumerOnSignalRead(e);const t=H.producersTail;if(void 0!==t&&t.producer===e)return;let n;const r=H.recomputing;if(r&&(n=void 0!==t?t.nextProducer:H.producers,void 0!==n&&n.producer===e))return H.producersTail=n,void(n.lastReadVersion=e.version);const o=e.consumersTail;if(void 0!==o&&o.consumer===H&&(!r||function Y(e,t){const n=t.producersTail;if(void 0!==n){let r=t.producers;do{if(r===e)return!0;if(r===n)break;r=r.nextProducer}while(void 0!==r)}return!1}(o,H)))return;const i=Oe(H),s={producer:e,consumer:H,nextProducer:n,prevConsumer:o,lastReadVersion:e.version,nextConsumer:void 0};H.producersTail=s,void 0!==t?t.nextProducer=s:H.producers=s,i&&Ae(e,s)}function Ie(e){if((!Oe(e)||e.dirty)&&(e.dirty||e.lastCleanEpoch!==ne)){if(!e.producerMustRecompute(e)&&!Ne(e))return void st(e);e.producerRecomputeValue(e),st(e)}}function me(e){if(void 0===e.consumers)return;const t=F;F=!0;try{for(let n=e.consumers;void 0!==n;n=n.nextConsumer){const r=n.consumer;r.dirty||je(r)}}finally{F=t}}function ct(){return!1!==H?.consumerAllowSignalWrites}function je(e){e.dirty=!0,me(e),e.consumerMarkedDirty?.(e)}function st(e){e.dirty=!1,e.lastCleanEpoch=ne}function Ce(e){return e&&function Be(e){e.producersTail=void 0,e.recomputing=!0}(e),X(e)}function Ge(e,t){X(t),e&&function $e(e){e.recomputing=!1;const t=e.producersTail;let n=void 0!==t?t.nextProducer:e.producers;if(void 0!==n){if(Oe(e))do{n=at(n)}while(void 0!==n);void 0!==t?t.nextProducer=void 0:e.producers=void 0}}(e)}function Ne(e){for(let t=e.producers;void 0!==t;t=t.nextProducer){const n=t.producer,r=t.lastReadVersion;if(r!==n.version||(Ie(n),r!==n.version))return!0}return!1}function Xe(e){if(Oe(e)){let t=e.producers;for(;void 0!==t;)t=at(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Ae(e,t){const n=e.consumersTail,r=Oe(e);if(void 0!==n?(t.nextConsumer=n.nextConsumer,n.nextConsumer=t):(t.nextConsumer=void 0,e.consumers=t),t.prevConsumer=n,e.consumersTail=t,!r)for(let o=e.producers;void 0!==o;o=o.nextProducer)Ae(o.producer,o)}function at(e){const t=e.producer,n=e.nextProducer,r=e.nextConsumer,o=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,void 0!==r?r.prevConsumer=o:t.consumersTail=o,void 0!==o)o.nextConsumer=r;else if(t.consumers=r,!Oe(t)){let i=t.producers;for(;void 0!==i;)i=at(i)}return n}function Oe(e){return e.consumerIsAlwaysLive||void 0!==e.consumers}function ye(e,t){return Object.is(e,t)}const We=Symbol("UNSET"),Et=Symbol("COMPUTING"),_t=Symbol("ERRORED"),St={...Pe,value:We,dirty:!0,error:null,equal:ye,kind:"computed",producerMustRecompute:e=>e.value===We||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const t=e.value;e.value=Et;const n=Ce(e);let r,o=!1;try{r=e.computation(),X(null),o=t!==We&&t!==_t&&r!==_t&&e.equal(t,r)}catch(i){r=_t,e.error=i}finally{Ge(e,n)}o?e.value=t:(e.value=r,e.version++)}};let gt=function sn(){throw new Error};function wt(e){gt(e)}function N(e,t){const n=Object.create(_);n.value=e,void 0!==t&&(n.equal=t);const r=()=>function D(e){return xe(e),e.value}(n);return r[ce]=n,[r,s=>q(n,s),s=>function G(e,t){ct()||wt(e),q(e,t(e.value))}(n,s)]}function q(e,t){ct()||wt(e),e.equal(e.value,t)||(e.value=t,function p(e){e.version++,function Ee(){ne++}(),me(e)}(e))}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 n=e(r=>{Error.call(r),r.stack=(new Error).stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}const re=Z(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:\n${n.map((r,o)=>`${o+1}) ${r.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=n});function Re(e,t){if(e){const n=e.indexOf(t);0<=n&&e.splice(n,1)}}class rt{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;const{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(const i of n)i.remove(this);else n.remove(this);const{initialTeardown:r}=this;if(O(r))try{r()}catch(i){t=i instanceof re?i.errors:[i]}const{_finalizers:o}=this;if(o){this._finalizers=null;for(const i of o)try{Se(i)}catch(s){t=t??[],s instanceof re?t=[...t,...s.errors]:t.push(s)}}if(t)throw new re(t)}}add(t){var n;if(t&&t!==this)if(this.closed)Se(t);else{if(t instanceof rt){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(t)}}_hasParent(t){const{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){const{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){const{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&Re(n,t)}remove(t){const{_finalizers:n}=this;n&&Re(n,t),t instanceof rt&&t._removeParent(this)}}rt.EMPTY=(()=>{const e=new rt;return e.closed=!0,e})();const g=rt.EMPTY;function Ze(e){return e instanceof rt||e&&"closed"in e&&O(e.remove)&&O(e.add)&&O(e.unsubscribe)}function Se(e){O(e)?e():e.unsubscribe()}const Gt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},w={setTimeout(e,t,...n){const{delegate:r}=w;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){const{delegate:t}=w;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function x(e){w.setTimeout(()=>{const{onUnhandledError:t}=Gt;if(!t)throw e;t(e)})}function ie(){}const be=Ye("C",void 0,void 0);function Ye(e,t,n){return{kind:e,value:t,error:n}}let tt=null;function mt(e){if(Gt.useDeprecatedSynchronousErrorHandling){const t=!tt;if(t&&(tt={errorThrown:!1,error:null}),e(),t){const{errorThrown:n,error:r}=tt;if(tt=null,n)throw r}}else e()}class Pt extends rt{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Ze(t)&&t.add(this)):this.destination=Jt}static create(t,n,r){return new qt(t,n,r)}next(t){this.isStopped?Wt(function de(e){return Ye("N",e,void 0)}(t),this):this._next(t)}error(t){this.isStopped?Wt(function he(e){return Ye("E",void 0,e)}(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Wt(be,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const ke=Function.prototype.bind;function Yt(e,t){return ke.call(e,t)}class It{constructor(t){this.partialObserver=t}next(t){const{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){tn(r)}}error(t){const{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){tn(r)}else tn(t)}complete(){const{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){tn(n)}}}class qt extends Pt{constructor(t,n,r){let o;if(super(),O(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&Gt.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Yt(t.next,i),error:t.error&&Yt(t.error,i),complete:t.complete&&Yt(t.complete,i)}):o=t}this.destination=new It(o)}}function tn(e){Gt.useDeprecatedSynchronousErrorHandling?function vt(e){Gt.useDeprecatedSynchronousErrorHandling&&tt&&(tt.errorThrown=!0,tt.error=e)}(e):x(e)}function Wt(e,t){const{onStoppedNotification:n}=Gt;n&&w.setTimeout(()=>n(e,t))}const Jt={closed:!0,next:ie,error:function fr(e){throw e},complete:ie},bn="function"==typeof Symbol&&Symbol.observable||"@@observable";function pr(e){return e}let se=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){const r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,o){const i=function Ue(e){return e&&e instanceof Pt||function J(e){return e&&O(e.next)&&O(e.error)&&O(e.complete)}(e)&&Ze(e)}(n)?n:new qt(n,r,o);return mt(()=>{const{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return new(r=He(r))((o,i)=>{const s=new qt({next:a=>{try{n(a)}catch(c){i(c),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(n){var r;return null===(r=this.source)||void 0===r?void 0:r.subscribe(n)}[bn](){return this}pipe(...n){return function jr(e){return 0===e.length?pr:1===e.length?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}(n)(this)}toPromise(n){return new(n=He(n))((r,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>r(i))})}}return e.create=t=>new e(t),e})();function He(e){var t;return null!==(t=e??Gt.Promise)&&void 0!==t?t:Promise}const Ke=Z(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});let Qt,dt=(()=>{class e extends se{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){const r=new Bt(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new Ke}next(n){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const r of this.currentObservers)r.next(n)}})}error(n){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;const{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return(null===(n=this.observers)||void 0===n?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){const{hasError:r,isStopped:o,observers:i}=this;return r||o?g:(this.currentObservers=null,i.push(n),new rt(()=>{this.currentObservers=null,Re(i,n)}))}_checkFinalizedStatuses(n){const{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){const n=new se;return n.source=this,n}}return e.create=(t,n)=>new Bt(t,n),e})();class Bt extends dt{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.next)||void 0===r||r.call(n,t)}error(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.error)||void 0===r||r.call(n,t)}complete(){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===n||n.call(t)}_subscribe(t){var n,r;return null!==(r=null===(n=this.source)||void 0===n?void 0:n.subscribe(t))&&void 0!==r?r:g}}class Zt extends dt{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){const n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){const{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}}
|
|
24
24
|
/**
|
|
25
25
|
* @license Angular v21.2.17
|
|
26
26
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
@@ -30,30 +30,30 @@ let H=null,F=!1,ne=1;const ce=Symbol("SIGNAL");function X(e){const t=H;return H=
|
|
|
30
30
|
* @license Angular v21.2.17
|
|
31
31
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
32
32
|
* License: MIT
|
|
33
|
-
*/Error;const ko="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class we extends Error{code;constructor(t,n){super(Xn(t,n)),this.code=t}}function Xn(e,t){return`${function li(e){return`NG0${Math.abs(e)}`}(e)}${t?": "+t:""}`}function en(e){for(let t in e)if(e[t]===en)return t;throw Error("")}function Xs(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function fo(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(fo).join(", ")}]`;if(null==e)return""+e;const t=e.overriddenName||e.name;if(t)return`${t}`;const n=e.toString();if(null==n)return""+n;const r=n.indexOf("\n");return r>=0?n.slice(0,r):n}function ui(e,t){return e?t?`${e} ${t}`:e:t||""}globalThis;const ss=en({__forward_ref__:en});function ln(e){return e.__forward_ref__=ln,e}function Nt(e){return jr(e)?e():e}function jr(e){return"function"==typeof e&&e.hasOwnProperty(ss)&&e.__forward_ref__===ln}function et(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ur(e){return{providers:e.providers||[],imports:e.imports||[]}}function gr(e){return function oe(e,t){return e.hasOwnProperty(t)&&e[t]||null}(e,nn)}function ht(e){return e&&e.hasOwnProperty(Ot)?e[Ot]:null}const nn=en({\u0275prov:en}),Ot=en({\u0275inj:en});class qe{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=et({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Md(e){return e&&!!e.\u0275providers}const Sl=en({\u0275cmp:en}),Od=en({\u0275dir:en}),ub=en({\u0275pipe:en}),as=en({\u0275fac:en}),ac=en({__NG_ELEMENT_ID__:en}),fp=en({__NG_ENV_ID__:en});function vn(e){return Il(e),e[Sl]||null}function Gr(e){return Il(e),e[Od]||null}function Bo(e){return Il(e),e[ub]||null}function Il(e,t){if(null==e)throw new we(-919,!1)}function Vt(e){return"string"==typeof e?e:null==e?"":String(e)}const Pd=en({ngErrorCode:en}),pp=en({ngErrorMessage:en}),lc=en({ngTokenPath:en});function Bd(e,t){return gp("",-200,t)}function Fd(e,t){throw new we(-201,!1)}function gp(e,t,n){const r=new we(t,e);return r[Pd]=t,r[pp]=e,n&&(r[lc]=n),r}let Ud;function mp(){return Ud}function oo(e){const t=Ud;return Ud=e,t}function vp(e,t,n){const r=gr(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&n?null:void 0!==t?t:void Fd()}const Ri={};class gb{injector;constructor(t){this.injector=t}retrieve(t,n){const r=uc(n)||0;try{return this.injector.get(t,8&r?null:Ri,r)}catch(o){if(_n(o))return o;throw o}}}function mb(e,t=0){const n=an();if(void 0===n)throw new we(-203,!1);if(null===n)return vp(e,void 0,t);{const r=function vb(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(t),o=n.retrieve(e,r);if(_n(o)){if(r.optional)return null;throw o}return o}}function Dt(e,t=0){return(mp()||mb)(Nt(e),t)}function de(e,t){return Dt(e,uc(t))}function uc(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function zd(e){const t=[];for(let n=0;n<e.length;n++){const r=Nt(e[n]);if(Array.isArray(r)){if(0===r.length)throw new we(900,!1);let o,i=0;for(let s=0;s<r.length;s++){const a=r[s],c=yb(a);"number"==typeof c?-1===c?o=a.token:i|=c:o=a}t.push(Dt(o,i))}else t.push(Dt(r))}return t}function yb(e){return e.__NG_DI_FLAG__}function Mi(e,t){return e.hasOwnProperty(as)?e[as]:null}function cs(e,t){e.forEach(n=>Array.isArray(n)?cs(n,t):t(n))}function _c(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function fc(e,t,n){let r=ta(e,t);return r>=0?e[1|r]=n:(r=~r,function Gd(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(1===o)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;)e[o]=e[o-2],o--;e[t]=n,e[t+1]=r}}(e,r,t,n)),r}function wl(e,t){const n=ta(e,t);if(n>=0)return e[1|n]}function ta(e,t){return function Cb(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){const i=r+(o-r>>1),s=e[i<<n];if(t===s)return i<<n;s>t?o=i:r=i+1}return~(o<<n)}(e,t,1)}const Zo={},Mn=[],na=new qe(""),bp=new qe("",-1),$d=new qe("");class Al{get(t,n=Ri){if(n===Ri){const o=gp("",-201);throw o.name="\u0275NotFound",o}return n}}function Dl(e){return{\u0275providers:e}}function Eb(...e){return{\u0275providers:Wd(0,e),\u0275fromNgModule:!0}}function Wd(e,...t){const n=[],r=new Set;let o;const i=s=>{n.push(s)};return cs(t,s=>{const a=s;xl(a,i,[],r)&&(o||=[],o.push(a))}),void 0!==o&&Ep(o,i),n}function Ep(e,t){for(let n=0;n<e.length;n++){const{ngModule:r,providers:o}=e[n];qd(o,i=>{t(i,r)})}}function xl(e,t,n,r){if(!(e=Nt(e)))return!1;let o=null,i=ht(e);const s=!i&&vn(e);if(i||s){if(s&&!s.standalone)return!1;o=e}else{const c=e.ngModule;if(i=ht(c),!i)return!1;o=c}const a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)xl(l,t,n,r)}}else{if(!i)return!1;{if(null!=i.imports&&!a){let l;r.add(o),cs(i.imports,d=>{xl(d,t,n,r)&&(l||=[],l.push(d))}),void 0!==l&&Ep(l,t)}if(!a){const l=Mi(o)||(()=>new o);t({provide:o,useFactory:l,deps:Mn},o),t({provide:$d,useValue:o,multi:!0},o),t({provide:na,useValue:()=>Dt(o),multi:!0},o)}const c=i.providers;if(null!=c&&!a){const l=e;qd(c,d=>{t(d,l)})}}}return o!==e&&void 0!==e.providers}function qd(e,t){for(let n of e)Md(n)&&(n=n.\u0275providers),Array.isArray(n)?qd(n,t):t(n)}const Tb=en({provide:String,useValue:en});function Kd(e){return null!==e&&"object"==typeof e&&Tb in e}function _i(e){return"function"==typeof e}const Yd=new qe(""),Nl={},wp={};let Xd;function Zd(){return void 0===Xd&&(Xd=new Al),Xd}class mo{}class ls extends mo{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,Qd(t,s=>this.processProvider(s)),this.records.set(bp,ra(void 0,this)),o.has("environment")&&this.records.set(mo,ra(void 0,this));const i=this.records.get(Yd);null!=i&&"string"==typeof i.value&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get($d,Mn,{self:!0}))}retrieve(t,n){const r=uc(n)||0;try{return this.get(t,Ri,r)}catch(o){if(_n(o))return o;throw o}}destroy(){pc(this),this._destroyed=!0;const t=X(null);try{for(const r of this._ngOnDestroyHooks)r.ngOnDestroy();const n=this._onDestroyHooks;this._onDestroyHooks=[];for(const r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),X(t)}}onDestroy(t){return pc(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){pc(this);const n=cn(this),r=oo(void 0);try{return t()}finally{cn(n),oo(r)}}get(t,n=Ri,r){if(pc(this),t.hasOwnProperty(fp))return t[fp](this);const o=uc(r),s=cn(this),a=oo(void 0);try{if(!(4&o)){let l=this.records.get(t);if(void 0===l){const d=function Db(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(t)&&gr(t);l=d&&this.injectableDefInScope(d)?ra(Jd(t),Nl):null,this.records.set(t,l)}if(null!=l)return this.hydrate(t,l,o)}return(2&o?Zd():this.parent).get(t,n=8&o&&n===Ri?null:n)}catch(c){const l=function fb(e){return e[Pd]}(c);throw-200===l||-201===l?new we(l,null):c}finally{oo(a),cn(s)}}resolveInjectorInitializers(){const t=X(null),n=cn(this),r=oo(void 0);try{const i=this.get(na,Mn,{self:!0});for(const s of i)s()}finally{cn(n),oo(r),X(t)}}toString(){return"R3Injector[...]"}processProvider(t){let n=_i(t=Nt(t))?t:Nt(t&&t.provide);const r=function Ib(e){return Kd(e)?ra(void 0,e.useValue):ra(Ap(e),Nl)}(t);if(!_i(t)&&!0===t.multi){let o=this.records.get(n);o||(o=ra(void 0,Nl,!0),o.factory=()=>zd(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){const o=X(null);try{if(n.value===wp)throw Bd();return n.value===Nl&&(n.value=wp,n.value=n.factory(void 0,r)),"object"==typeof n.value&&n.value&&function Ab(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{X(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=Nt(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){const n=this._onDestroyHooks.indexOf(t);-1!==n&&this._onDestroyHooks.splice(n,1)}}function Jd(e){const t=gr(e),n=null!==t?t.factory:Mi(e);if(null!==n)return n;if(e instanceof qe)throw new we(-204,!1);if(e instanceof Function)return function Sb(e){if(e.length>0)throw new we(-204,!1);const n=function ze(e){return(e?.[nn]??null)||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new we(-204,!1)}function Ap(e,t,n){let r;if(_i(e)){const o=Nt(e);return Mi(o)||Jd(o)}if(Kd(e))r=()=>Nt(e.useValue);else if(function Sp(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...zd(e.deps||[]));else if(function Tp(e){return!(!e||!e.useExisting)}(e))r=(o,i)=>Dt(Nt(e.useExisting),void 0!==i&&8&i?8:void 0);else{const o=Nt(e&&(e.useClass||e.provide));if(!function wb(e){return!!e.deps}(e))return Mi(o)||Jd(o);r=()=>new o(...zd(e.deps))}return r}function pc(e){if(e.destroyed)throw new we(-205,!1)}function ra(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function Qd(e,t){for(const n of e)Array.isArray(n)?Qd(n,t):n&&Md(n)?Qd(n.\u0275providers,t):t(n)}function Jo(e,t){let n;e instanceof ls?(pc(e),n=e):n=new gb(e);const o=cn(n),i=oo(void 0);try{return t()}finally{cn(o),oo(i)}}function Kn(e){return Array.isArray(e)&&"object"==typeof e[1]}function $r(e){return Array.isArray(e)&&!0===e[1]}function xp(e){return!!(4&e.flags)}function Qo(e){return e.componentOffset>-1}function aa(e){return!(1&~e.flags)}function Uo(e){return!!e.template}function Bi(e){return!!(512&e[2])}function gi(e){return!(256&~e[2])}function wr(e){for(;Array.isArray(e);)e=e[0];return e}function fs(e,t){return wr(t[e])}function Qn(e,t){return wr(t[e.index])}function ca(e,t){return e.data[t]}function ps(e,t){return e[t]}function i_(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function Wr(e,t){const n=t[e];return Kn(n)?n:n[0]}function s_(e){return!(128&~e[2])}function Lr(e,t){return null==t?null:e[t]}function Op(e){e[17]=0}function Ol(e){1024&e[2]||(e[2]|=1024,s_(e)&&mc(e))}function la(e){return!!(9216&e[2]||e[24]?.dirty)}function Ll(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),la(e)&&mc(e)}function mc(e){e[10].changeDetectionScheduler?.notify(0);let t=Fi(e);for(;null!==t&&!(8192&t[2])&&(t[2]|=8192,s_(t));)t=Fi(t)}function c_(e,t){if(gi(e))throw new we(911,!1);null===e[21]&&(e[21]=[]),e[21].push(t)}function Fi(e){const t=e[3];return $r(t)?t[3]:t}const Ut={lFrame:Xb(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let Bp=!1;function Pb(){Ut.lFrame.elementDepthCount--}function Bb(){return null!==Ut.skipHydrationRootTNode}function Fb(e){return Ut.skipHydrationRootTNode===e}function Ub(){Ut.skipHydrationRootTNode=null}function Me(){return Ut.lFrame.lView}function $t(){return Ut.lFrame.tView}function Pl(e){return Ut.lFrame.contextLView=e,e[8]}function Bl(e){return Ut.lFrame.contextLView=null,e}function jt(){let e=Hb();for(;null!==e&&64===e.type;)e=e.parent;return e}function Hb(){return Ut.lFrame.currentTNode}function Ui(e,t){const n=Ut.lFrame;n.currentTNode=e,n.isParent=t}function zb(){return Ut.lFrame.isParent}function Vb(){Ut.lFrame.isParent=!1}function $b(){return Bp}function l_(e){const t=Bp;return Bp=e,t}function Co(){return Ut.lFrame.bindingIndex++}function zi(e){const t=Ut.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function DR(e,t){const n=Ut.lFrame;n.bindingIndex=n.bindingRootIndex=e,Up(t)}function Up(e){Ut.lFrame.currentDirectiveIndex=e}function u_(e){Ut.lFrame.currentQueryIndex=e}function NR(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[5]:null}function Kb(e,t,n){if(4&n){let o=t,i=e;for(;!(o=o.parent,null!==o||1&n||(o=NR(i),null===o||(i=i[14],10&o.type))););if(null===o)return!1;t=o,e=i}const r=Ut.lFrame=Yb();return r.currentTNode=t,r.lView=e,!0}function Vp(e){const t=Yb(),n=e[1];Ut.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Yb(){const e=Ut.lFrame,t=null===e?null:e.child;return null===t?Xb(e):t}function Xb(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Zb(){const e=Ut.lFrame;return Ut.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const Jb=Zb;function jp(){const e=Zb();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 Ar(){return Ut.lFrame.selectedIndex}function Vi(e){Ut.lFrame.selectedIndex=e}function ei(){const e=Ut.lFrame;return ca(e.tView,e.selectedIndex)}function e0(){return Ut.lFrame.currentNamespace}let t0=!0;function d_(){return t0}function Ul(e){t0=e}function n0(e,t=null,n=null,r){const o=function r0(e,t=null,n=null,r,o=new Set){const i=[n||Mn,Eb(e)];return new ls(i,t||Zd(),null,o)}(e,t,n);return o.resolveInjectorInitializers(),o}class or{static THROW_IF_NOT_FOUND=Ri;static NULL=new Al;static create(t,n){if(Array.isArray(t))return n0({name:""},n,t);{const r=t.name??"";return n0({name:r},t.parent,t.providers)}}static \u0275prov=et({token:or,providedIn:"any",factory:()=>Dt(bp)});static __NG_ELEMENT_ID__=-1}const ti=new qe("");let Ho=(()=>class e{static __NG_ELEMENT_ID__=LR;static __NG_ENV_ID__=n=>n})();class o0 extends Ho{_lView;constructor(t){super(),this._lView=t}get destroyed(){return gi(this._lView)}onDestroy(t){const n=this._lView;return c_(n,t),()=>function Lp(e,t){if(null===e[21])return;const n=e[21].indexOf(t);-1!==n&&e[21].splice(n,1)}(n,t)}}function LR(){return new o0(Me())}const PR=!1,BR=new qe("");let ua=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Zt(!1);debugTaskTracker=de(BR,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new se(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const n=this.taskId++;return this.pendingTasks.add(n),this.debugTaskTracker?.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.debugTaskTracker?.remove(n),0===this.pendingTasks.size&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})();const Kr=class FR extends dt{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,function e_(){return void 0!==mp()||null!=an()}()&&(this.destroyRef=de(Ho,{optional:!0})??void 0,this.pendingTasks=de(ua,{optional:!0})??void 0)}emit(t){const n=X(null);try{super.next(t)}finally{X(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&"object"==typeof t){const c=t;o=c.next?.bind(c),i=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(i=this.wrapInTimeout(i),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:o,error:i,complete:s});return t instanceof rt&&t.add(a),a}wrapInTimeout(t){return n=>{const r=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{void 0!==r&&this.pendingTasks?.remove(r)}})}}};function __(...e){}function i0(e){let t,n;function r(){e=__;try{void 0!==n&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(n),void 0!==t&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),"function"==typeof requestAnimationFrame&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function UR(e){return queueMicrotask(()=>e()),()=>{e=__}}const Gp="isAngularZone",h_=Gp+"_ID";let HR=0;class On{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Kr(!1);onMicrotaskEmpty=new Kr(!1);onStable=new Kr(!1);onError=new Kr(!1);constructor(t){const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=PR}=t;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)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&r,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=i,function jR(e){const t=()=>{!function VR(e){function t(){i0(()=>{e.callbackScheduled=!1,Wp(e),e.isCheckStableRunning=!0,$p(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),Wp(e))}(e)},n=HR++;e._inner=e._inner.fork({name:"angular",properties:{[Gp]:!0,[h_]:n,[h_+n]:!0},onInvokeTask:(r,o,i,s,a,c)=>{if(function $R(e){return c0(e,"__ignore_ng_zone__")}(c))return r.invokeTask(i,s,a,c);try{return s0(e),r.invokeTask(i,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),a0(e)}},onInvoke:(r,o,i,s,a,c,l)=>{try{return s0(e),r.invoke(i,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function WR(e){return c0(e,"__scheduler_tick__")}(c)&&t(),a0(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,Wp(e),$p(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,o,i,s)=>(r.handleError(i,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(Gp)}static assertInAngularZone(){if(!On.isInAngularZone())throw new we(909,!1)}static assertNotInAngularZone(){if(On.isInAngularZone())throw new we(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){const i=this._inner,s=i.scheduleEventTask("NgZoneEvent: "+o,t,zR,__,__);try{return i.runTask(s,n,r)}finally{i.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}}const zR={};function $p(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 Wp(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function s0(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function a0(e){e._nesting--,$p(e)}class GR{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Kr;onMicrotaskEmpty=new Kr;onStable=new Kr;onError=new Kr;run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,o){return t.apply(n,r)}}function c0(e,t){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[t]}class yc{_console=console;handleError(t){this._console.error("ERROR",t)}}const gs=new qe("",{factory:()=>{const e=de(On),t=de(mo);let n;return r=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw r}):(n??=t.get(yc),n.handleError(r))})}}}),l0={provide:na,useValue:()=>{de(yc,{optional:!0})},multi:!0};function bo(e,t){const[n,r,o]=N(e,t?.equal),i=n;return i.set=r,i.update=o,i.asReadonly=qp.bind(i),i}function qp(){const e=this[ce];if(void 0===e.readonlyFn){const t=()=>this();t[ce]=e,e.readonlyFn=t}return e.readonlyFn}let Kp=(()=>class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=KR})();function KR(){return new Kp(Me(),jt())}class da{}const Yp=new qe("",{factory:()=>!0}),YR=new qe("");let Xp=(()=>{class e{internalPendingTasks=de(ua);scheduler=de(da);errorHandler=de(gs);add(){const n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){const r=this.add();n().catch(this.errorHandler).finally(r)}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})(),u0=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:()=>new XR})}return e})();class XR{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){const r=this.queues.get(t.zone);r.has(t)&&(r.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){const n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);const r=this.queues.get(n);r.has(t)||r.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(const[n,r]of this.queues)t||=null===n?this.flushQueue(r):n.run(()=>this.flushQueue(r));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(const r of t)r.dirty&&(this.dirtyEffectCount--,n=!0,r.run());return n}}class Zp{[ce];constructor(t){this[ce]=t}destroy(){this[ce].destroy()}}function ji(e,t){const n=t?.injector??de(or);let o,r=!0!==t?.manualCleanup?n.get(Ho):null;const i=n.get(Kp,null,{optional:!0}),s=n.get(da);return null!==i?(o=function QR(e,t,n){const r=Object.create(JR);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=_0(r,n),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(i.view,s,e),r instanceof o0&&r._lView===i.view&&(r=null)):o=function eM(e,t,n){const r=Object.create(ZR);return r.fn=_0(r,e),r.scheduler=t,r.notifier=n,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}(e,n.get(u0),s),o.injector=n,null!==r&&(o.onDestroyFns=[r.onDestroy(()=>o.destroy())]),new Zp(o)}const d0={...v,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=l_(!1);try{!function k(e){if(e.dirty=!1,e.version>0&&!Ne(e))return;e.version++;const t=Ce(e);try{e.cleanup(),e.fn()}finally{Ge(e,t)}}(this)}finally{l_(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=X(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],X(e)}}},ZR={...d0,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)}},JR={...d0,consumerMarkedDirty(){this.view[2]|=8192,mc(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 _0(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}var bt=ft(467);function Gi(e){return t=>{if(function tM(e){return O(e?.lift)}(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function mi(e,t,n,r,o){return new nM(e,t,n,r,o)}class nM extends Pt{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:n}=this;super.unsubscribe(),!n&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}}}function ni(e,t){return Gi((n,r)=>{let o=0;n.subscribe(mi(r,i=>{r.next(e.call(t,i,o++))}))})}
|
|
33
|
+
*/Error;const ko="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class we extends Error{code;constructor(t,n){super(Xn(t,n)),this.code=t}}function Xn(e,t){return`${function li(e){return`NG0${Math.abs(e)}`}(e)}${t?": "+t:""}`}function en(e){for(let t in e)if(e[t]===en)return t;throw Error("")}function Xs(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function fo(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(fo).join(", ")}]`;if(null==e)return""+e;const t=e.overriddenName||e.name;if(t)return`${t}`;const n=e.toString();if(null==n)return""+n;const r=n.indexOf("\n");return r>=0?n.slice(0,r):n}function ui(e,t){return e?t?`${e} ${t}`:e:t||""}globalThis;const ss=en({__forward_ref__:en});function ln(e){return e.__forward_ref__=ln,e}function Nt(e){return Gr(e)?e():e}function Gr(e){return"function"==typeof e&&e.hasOwnProperty(ss)&&e.__forward_ref__===ln}function et(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ur(e){return{providers:e.providers||[],imports:e.imports||[]}}function gr(e){return function oe(e,t){return e.hasOwnProperty(t)&&e[t]||null}(e,nn)}function ht(e){return e&&e.hasOwnProperty(Ot)?e[Ot]:null}const nn=en({\u0275prov:en}),Ot=en({\u0275inj:en});class qe{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=et({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Md(e){return e&&!!e.\u0275providers}const Il=en({\u0275cmp:en}),Od=en({\u0275dir:en}),ub=en({\u0275pipe:en}),as=en({\u0275fac:en}),ac=en({__NG_ELEMENT_ID__:en}),fp=en({__NG_ENV_ID__:en});function vn(e){return wl(e),e[Il]||null}function $r(e){return wl(e),e[Od]||null}function Bo(e){return wl(e),e[ub]||null}function wl(e,t){if(null==e)throw new we(-919,!1)}function Vt(e){return"string"==typeof e?e:null==e?"":String(e)}const Pd=en({ngErrorCode:en}),pp=en({ngErrorMessage:en}),lc=en({ngTokenPath:en});function Bd(e,t){return gp("",-200,t)}function Fd(e,t){throw new we(-201,!1)}function gp(e,t,n){const r=new we(t,e);return r[Pd]=t,r[pp]=e,n&&(r[lc]=n),r}let Ud;function mp(){return Ud}function oo(e){const t=Ud;return Ud=e,t}function vp(e,t,n){const r=gr(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&n?null:void 0!==t?t:void Fd()}const Ri={};class gb{injector;constructor(t){this.injector=t}retrieve(t,n){const r=uc(n)||0;try{return this.injector.get(t,8&r?null:Ri,r)}catch(o){if(_n(o))return o;throw o}}}function mb(e,t=0){const n=an();if(void 0===n)throw new we(-203,!1);if(null===n)return vp(e,void 0,t);{const r=function vb(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(t),o=n.retrieve(e,r);if(_n(o)){if(r.optional)return null;throw o}return o}}function Dt(e,t=0){return(mp()||mb)(Nt(e),t)}function ue(e,t){return Dt(e,uc(t))}function uc(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function zd(e){const t=[];for(let n=0;n<e.length;n++){const r=Nt(e[n]);if(Array.isArray(r)){if(0===r.length)throw new we(900,!1);let o,i=0;for(let s=0;s<r.length;s++){const a=r[s],c=yb(a);"number"==typeof c?-1===c?o=a.token:i|=c:o=a}t.push(Dt(o,i))}else t.push(Dt(r))}return t}function yb(e){return e.__NG_DI_FLAG__}function Mi(e,t){return e.hasOwnProperty(as)?e[as]:null}function cs(e,t){e.forEach(n=>Array.isArray(n)?cs(n,t):t(n))}function _c(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function fc(e,t,n){let r=ta(e,t);return r>=0?e[1|r]=n:(r=~r,function Gd(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(1===o)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;)e[o]=e[o-2],o--;e[t]=n,e[t+1]=r}}(e,r,t,n)),r}function Al(e,t){const n=ta(e,t);if(n>=0)return e[1|n]}function ta(e,t){return function Cb(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){const i=r+(o-r>>1),s=e[i<<n];if(t===s)return i<<n;s>t?o=i:r=i+1}return~(o<<n)}(e,t,1)}const Zo={},Mn=[],na=new qe(""),bp=new qe("",-1),$d=new qe("");class Dl{get(t,n=Ri){if(n===Ri){const o=gp("",-201);throw o.name="\u0275NotFound",o}return n}}function xl(e){return{\u0275providers:e}}function Eb(...e){return{\u0275providers:Wd(0,e),\u0275fromNgModule:!0}}function Wd(e,...t){const n=[],r=new Set;let o;const i=s=>{n.push(s)};return cs(t,s=>{const a=s;Nl(a,i,[],r)&&(o||=[],o.push(a))}),void 0!==o&&Ep(o,i),n}function Ep(e,t){for(let n=0;n<e.length;n++){const{ngModule:r,providers:o}=e[n];qd(o,i=>{t(i,r)})}}function Nl(e,t,n,r){if(!(e=Nt(e)))return!1;let o=null,i=ht(e);const s=!i&&vn(e);if(i||s){if(s&&!s.standalone)return!1;o=e}else{const c=e.ngModule;if(i=ht(c),!i)return!1;o=c}const a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)Nl(l,t,n,r)}}else{if(!i)return!1;{if(null!=i.imports&&!a){let l;r.add(o),cs(i.imports,d=>{Nl(d,t,n,r)&&(l||=[],l.push(d))}),void 0!==l&&Ep(l,t)}if(!a){const l=Mi(o)||(()=>new o);t({provide:o,useFactory:l,deps:Mn},o),t({provide:$d,useValue:o,multi:!0},o),t({provide:na,useValue:()=>Dt(o),multi:!0},o)}const c=i.providers;if(null!=c&&!a){const l=e;qd(c,d=>{t(d,l)})}}}return o!==e&&void 0!==e.providers}function qd(e,t){for(let n of e)Md(n)&&(n=n.\u0275providers),Array.isArray(n)?qd(n,t):t(n)}const Tb=en({provide:String,useValue:en});function Kd(e){return null!==e&&"object"==typeof e&&Tb in e}function _i(e){return"function"==typeof e}const Yd=new qe(""),kl={},wp={};let Xd;function Zd(){return void 0===Xd&&(Xd=new Dl),Xd}class mo{}class ls extends mo{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,Qd(t,s=>this.processProvider(s)),this.records.set(bp,ra(void 0,this)),o.has("environment")&&this.records.set(mo,ra(void 0,this));const i=this.records.get(Yd);null!=i&&"string"==typeof i.value&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get($d,Mn,{self:!0}))}retrieve(t,n){const r=uc(n)||0;try{return this.get(t,Ri,r)}catch(o){if(_n(o))return o;throw o}}destroy(){pc(this),this._destroyed=!0;const t=X(null);try{for(const r of this._ngOnDestroyHooks)r.ngOnDestroy();const n=this._onDestroyHooks;this._onDestroyHooks=[];for(const r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),X(t)}}onDestroy(t){return pc(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){pc(this);const n=cn(this),r=oo(void 0);try{return t()}finally{cn(n),oo(r)}}get(t,n=Ri,r){if(pc(this),t.hasOwnProperty(fp))return t[fp](this);const o=uc(r),s=cn(this),a=oo(void 0);try{if(!(4&o)){let l=this.records.get(t);if(void 0===l){const d=function Db(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(t)&&gr(t);l=d&&this.injectableDefInScope(d)?ra(Jd(t),kl):null,this.records.set(t,l)}if(null!=l)return this.hydrate(t,l,o)}return(2&o?Zd():this.parent).get(t,n=8&o&&n===Ri?null:n)}catch(c){const l=function fb(e){return e[Pd]}(c);throw-200===l||-201===l?new we(l,null):c}finally{oo(a),cn(s)}}resolveInjectorInitializers(){const t=X(null),n=cn(this),r=oo(void 0);try{const i=this.get(na,Mn,{self:!0});for(const s of i)s()}finally{cn(n),oo(r),X(t)}}toString(){return"R3Injector[...]"}processProvider(t){let n=_i(t=Nt(t))?t:Nt(t&&t.provide);const r=function Ib(e){return Kd(e)?ra(void 0,e.useValue):ra(Ap(e),kl)}(t);if(!_i(t)&&!0===t.multi){let o=this.records.get(n);o||(o=ra(void 0,kl,!0),o.factory=()=>zd(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){const o=X(null);try{if(n.value===wp)throw Bd();return n.value===kl&&(n.value=wp,n.value=n.factory(void 0,r)),"object"==typeof n.value&&n.value&&function Ab(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{X(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=Nt(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){const n=this._onDestroyHooks.indexOf(t);-1!==n&&this._onDestroyHooks.splice(n,1)}}function Jd(e){const t=gr(e),n=null!==t?t.factory:Mi(e);if(null!==n)return n;if(e instanceof qe)throw new we(-204,!1);if(e instanceof Function)return function Sb(e){if(e.length>0)throw new we(-204,!1);const n=function ze(e){return(e?.[nn]??null)||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new we(-204,!1)}function Ap(e,t,n){let r;if(_i(e)){const o=Nt(e);return Mi(o)||Jd(o)}if(Kd(e))r=()=>Nt(e.useValue);else if(function Sp(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...zd(e.deps||[]));else if(function Tp(e){return!(!e||!e.useExisting)}(e))r=(o,i)=>Dt(Nt(e.useExisting),void 0!==i&&8&i?8:void 0);else{const o=Nt(e&&(e.useClass||e.provide));if(!function wb(e){return!!e.deps}(e))return Mi(o)||Jd(o);r=()=>new o(...zd(e.deps))}return r}function pc(e){if(e.destroyed)throw new we(-205,!1)}function ra(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function Qd(e,t){for(const n of e)Array.isArray(n)?Qd(n,t):n&&Md(n)?Qd(n.\u0275providers,t):t(n)}function Jo(e,t){let n;e instanceof ls?(pc(e),n=e):n=new gb(e);const o=cn(n),i=oo(void 0);try{return t()}finally{cn(o),oo(i)}}function Kn(e){return Array.isArray(e)&&"object"==typeof e[1]}function Wr(e){return Array.isArray(e)&&!0===e[1]}function xp(e){return!!(4&e.flags)}function Qo(e){return e.componentOffset>-1}function aa(e){return!(1&~e.flags)}function Uo(e){return!!e.template}function Bi(e){return!!(512&e[2])}function gi(e){return!(256&~e[2])}function wr(e){for(;Array.isArray(e);)e=e[0];return e}function fs(e,t){return wr(t[e])}function Qn(e,t){return wr(t[e.index])}function ca(e,t){return e.data[t]}function ps(e,t){return e[t]}function i_(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function qr(e,t){const n=t[e];return Kn(n)?n:n[0]}function s_(e){return!(128&~e[2])}function Lr(e,t){return null==t?null:e[t]}function Op(e){e[17]=0}function Ll(e){1024&e[2]||(e[2]|=1024,s_(e)&&mc(e))}function la(e){return!!(9216&e[2]||e[24]?.dirty)}function Pl(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),la(e)&&mc(e)}function mc(e){e[10].changeDetectionScheduler?.notify(0);let t=Fi(e);for(;null!==t&&!(8192&t[2])&&(t[2]|=8192,s_(t));)t=Fi(t)}function c_(e,t){if(gi(e))throw new we(911,!1);null===e[21]&&(e[21]=[]),e[21].push(t)}function Fi(e){const t=e[3];return Wr(t)?t[3]:t}const Ut={lFrame:Xb(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let Bp=!1;function Pb(){Ut.lFrame.elementDepthCount--}function Bb(){return null!==Ut.skipHydrationRootTNode}function Fb(e){return Ut.skipHydrationRootTNode===e}function Ub(){Ut.skipHydrationRootTNode=null}function Me(){return Ut.lFrame.lView}function $t(){return Ut.lFrame.tView}function Bl(e){return Ut.lFrame.contextLView=e,e[8]}function Fl(e){return Ut.lFrame.contextLView=null,e}function jt(){let e=Hb();for(;null!==e&&64===e.type;)e=e.parent;return e}function Hb(){return Ut.lFrame.currentTNode}function Ui(e,t){const n=Ut.lFrame;n.currentTNode=e,n.isParent=t}function zb(){return Ut.lFrame.isParent}function Vb(){Ut.lFrame.isParent=!1}function $b(){return Bp}function l_(e){const t=Bp;return Bp=e,t}function Co(){return Ut.lFrame.bindingIndex++}function zi(e){const t=Ut.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function xR(e,t){const n=Ut.lFrame;n.bindingIndex=n.bindingRootIndex=e,Up(t)}function Up(e){Ut.lFrame.currentDirectiveIndex=e}function u_(e){Ut.lFrame.currentQueryIndex=e}function kR(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[5]:null}function Kb(e,t,n){if(4&n){let o=t,i=e;for(;!(o=o.parent,null!==o||1&n||(o=kR(i),null===o||(i=i[14],10&o.type))););if(null===o)return!1;t=o,e=i}const r=Ut.lFrame=Yb();return r.currentTNode=t,r.lView=e,!0}function Vp(e){const t=Yb(),n=e[1];Ut.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Yb(){const e=Ut.lFrame,t=null===e?null:e.child;return null===t?Xb(e):t}function Xb(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Zb(){const e=Ut.lFrame;return Ut.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const Jb=Zb;function jp(){const e=Zb();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 Ar(){return Ut.lFrame.selectedIndex}function Vi(e){Ut.lFrame.selectedIndex=e}function ei(){const e=Ut.lFrame;return ca(e.tView,e.selectedIndex)}function e0(){return Ut.lFrame.currentNamespace}let t0=!0;function d_(){return t0}function Hl(e){t0=e}function n0(e,t=null,n=null,r){const o=function r0(e,t=null,n=null,r,o=new Set){const i=[n||Mn,Eb(e)];return new ls(i,t||Zd(),null,o)}(e,t,n);return o.resolveInjectorInitializers(),o}class or{static THROW_IF_NOT_FOUND=Ri;static NULL=new Dl;static create(t,n){if(Array.isArray(t))return n0({name:""},n,t);{const r=t.name??"";return n0({name:r},t.parent,t.providers)}}static \u0275prov=et({token:or,providedIn:"any",factory:()=>Dt(bp)});static __NG_ELEMENT_ID__=-1}const ti=new qe("");let Ho=(()=>class e{static __NG_ELEMENT_ID__=PR;static __NG_ENV_ID__=n=>n})();class o0 extends Ho{_lView;constructor(t){super(),this._lView=t}get destroyed(){return gi(this._lView)}onDestroy(t){const n=this._lView;return c_(n,t),()=>function Lp(e,t){if(null===e[21])return;const n=e[21].indexOf(t);-1!==n&&e[21].splice(n,1)}(n,t)}}function PR(){return new o0(Me())}const BR=!1,FR=new qe("");let ua=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Zt(!1);debugTaskTracker=ue(FR,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new se(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const n=this.taskId++;return this.pendingTasks.add(n),this.debugTaskTracker?.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.debugTaskTracker?.remove(n),0===this.pendingTasks.size&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})();const Yr=class UR extends dt{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,function e_(){return void 0!==mp()||null!=an()}()&&(this.destroyRef=ue(Ho,{optional:!0})??void 0,this.pendingTasks=ue(ua,{optional:!0})??void 0)}emit(t){const n=X(null);try{super.next(t)}finally{X(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&"object"==typeof t){const c=t;o=c.next?.bind(c),i=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(i=this.wrapInTimeout(i),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:o,error:i,complete:s});return t instanceof rt&&t.add(a),a}wrapInTimeout(t){return n=>{const r=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{void 0!==r&&this.pendingTasks?.remove(r)}})}}};function __(...e){}function i0(e){let t,n;function r(){e=__;try{void 0!==n&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(n),void 0!==t&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),"function"==typeof requestAnimationFrame&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function HR(e){return queueMicrotask(()=>e()),()=>{e=__}}const Gp="isAngularZone",h_=Gp+"_ID";let zR=0;class On{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Yr(!1);onMicrotaskEmpty=new Yr(!1);onStable=new Yr(!1);onError=new Yr(!1);constructor(t){const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=BR}=t;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)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&r,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=i,function GR(e){const t=()=>{!function jR(e){function t(){i0(()=>{e.callbackScheduled=!1,Wp(e),e.isCheckStableRunning=!0,$p(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),Wp(e))}(e)},n=zR++;e._inner=e._inner.fork({name:"angular",properties:{[Gp]:!0,[h_]:n,[h_+n]:!0},onInvokeTask:(r,o,i,s,a,c)=>{if(function WR(e){return c0(e,"__ignore_ng_zone__")}(c))return r.invokeTask(i,s,a,c);try{return s0(e),r.invokeTask(i,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),a0(e)}},onInvoke:(r,o,i,s,a,c,l)=>{try{return s0(e),r.invoke(i,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function qR(e){return c0(e,"__scheduler_tick__")}(c)&&t(),a0(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,Wp(e),$p(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,o,i,s)=>(r.handleError(i,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(Gp)}static assertInAngularZone(){if(!On.isInAngularZone())throw new we(909,!1)}static assertNotInAngularZone(){if(On.isInAngularZone())throw new we(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){const i=this._inner,s=i.scheduleEventTask("NgZoneEvent: "+o,t,VR,__,__);try{return i.runTask(s,n,r)}finally{i.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}}const VR={};function $p(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 Wp(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function s0(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function a0(e){e._nesting--,$p(e)}class $R{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Yr;onMicrotaskEmpty=new Yr;onStable=new Yr;onError=new Yr;run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,o){return t.apply(n,r)}}function c0(e,t){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[t]}class yc{_console=console;handleError(t){this._console.error("ERROR",t)}}const gs=new qe("",{factory:()=>{const e=ue(On),t=ue(mo);let n;return r=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw r}):(n??=t.get(yc),n.handleError(r))})}}}),l0={provide:na,useValue:()=>{ue(yc,{optional:!0})},multi:!0};function bo(e,t){const[n,r,o]=N(e,t?.equal),i=n;return i.set=r,i.update=o,i.asReadonly=qp.bind(i),i}function qp(){const e=this[ce];if(void 0===e.readonlyFn){const t=()=>this();t[ce]=e,e.readonlyFn=t}return e.readonlyFn}let Kp=(()=>class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=YR})();function YR(){return new Kp(Me(),jt())}class da{}const Yp=new qe("",{factory:()=>!0}),XR=new qe("");let Xp=(()=>{class e{internalPendingTasks=ue(ua);scheduler=ue(da);errorHandler=ue(gs);add(){const n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){const r=this.add();n().catch(this.errorHandler).finally(r)}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})(),u0=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:()=>new ZR})}return e})();class ZR{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){const r=this.queues.get(t.zone);r.has(t)&&(r.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){const n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);const r=this.queues.get(n);r.has(t)||r.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(const[n,r]of this.queues)t||=null===n?this.flushQueue(r):n.run(()=>this.flushQueue(r));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(const r of t)r.dirty&&(this.dirtyEffectCount--,n=!0,r.run());return n}}class Zp{[ce];constructor(t){this[ce]=t}destroy(){this[ce].destroy()}}function ji(e,t){const n=t?.injector??ue(or);let o,r=!0!==t?.manualCleanup?n.get(Ho):null;const i=n.get(Kp,null,{optional:!0}),s=n.get(da);return null!==i?(o=function eM(e,t,n){const r=Object.create(QR);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=_0(r,n),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(i.view,s,e),r instanceof o0&&r._lView===i.view&&(r=null)):o=function tM(e,t,n){const r=Object.create(JR);return r.fn=_0(r,e),r.scheduler=t,r.notifier=n,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}(e,n.get(u0),s),o.injector=n,null!==r&&(o.onDestroyFns=[r.onDestroy(()=>o.destroy())]),new Zp(o)}const d0={...v,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=l_(!1);try{!function k(e){if(e.dirty=!1,e.version>0&&!Ne(e))return;e.version++;const t=Ce(e);try{e.cleanup(),e.fn()}finally{Ge(e,t)}}(this)}finally{l_(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=X(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],X(e)}}},JR={...d0,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)}},QR={...d0,consumerMarkedDirty(){this.view[2]|=8192,mc(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 _0(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}var bt=ft(467);function Gi(e){return t=>{if(function nM(e){return O(e?.lift)}(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function mi(e,t,n,r,o){return new rM(e,t,n,r,o)}class rM extends Pt{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:n}=this;super.unsubscribe(),!n&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}}}function ni(e,t){return Gi((n,r)=>{let o=0;n.subscribe(mi(r,i=>{r.next(e.call(t,i,o++))}))})}
|
|
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 $i(e){return{toString:e}.toString()}function w0(e,t,n,r){null!==t?t.applyValueToInputSignal(t,r):e[n]=r}class LM{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}}const vs=(()=>{const e=()=>A0;return e.ngInherit=!0,e})();function A0(e){return e.type.prototype.ngOnChanges&&(e.setInput=BM),PM}function PM(){const e=x0(this),t=e?.current;if(t){const n=e.previous;if(n===Zo)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function BM(e,t,n,r,o){const i=this.declaredInputs[r],s=x0(e)||function FM(e,t){return e[D0]=t}(e,{previous:Zo,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[i];a[i]=new LM(l&&l.currentValue,n,c===Zo),w0(e,t,o,n)}const D0="__ngSimpleChanges__";function x0(e){return e[D0]||null}const fa=[],yn=function(e,t=null,n){for(let r=0;r<fa.length;r++)(0,fa[r])(e,t,n)};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 v_(e,t,n){k0(e,t,3,n)}function y_(e,t,n,r){(3&e[2])===n&&k0(e,t,n,r)}function ig(e,t){let n=e[2];(3&n)===t&&(n&=16383,n+=1,e[2]=n)}function k0(e,t,n,r){const i=r??-1,s=t.length-1;let a=0;for(let c=void 0!==r?65535&e[17]:0;c<s;c++)if("number"==typeof t[c+1]){if(a=t[c],null!=r&&a>=r)break}else t[c]<0&&(e[17]+=65536),(a<i||-1==i)&&(jM(e,n,t,c),e[17]=(4294901760&e[17])+c+2),c++}function R0(e,t){yn(pt.LifecycleHookStart,e,t);const n=X(null);try{t.call(e)}finally{X(n),yn(pt.LifecycleHookEnd,e,t)}}function jM(e,t,n,r){const o=n[r]<0,i=n[r+1],a=e[o?-n[r]:n[r]];o?e[2]>>14<e[17]>>16&&(3&e[2])===t&&(e[2]+=16384,R0(a,i)):R0(a,i)}class Gl{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r,o){this.factory=t,this.name=o,this.canSeeViewProviders=n,this.injectImpl=r}}function O0(e){return 3===e||4===e||6===e}function L0(e){return 64===e.charCodeAt(0)}function wc(e,t){if(null!==t&&0!==t.length)if(null===e||0===e.length)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){const o=t[r];"number"==typeof o?n=o:0===n||P0(e,n,o,0,-1===n||2===n?t[++r]:null)}}return e}function P0(e,t,n,r,o){let i=0,s=e.length;if(-1===t)s=-1;else for(;i<e.length;){const a=e[i++];if("number"==typeof a){if(a===t){s=-1;break}if(a>t){s=i-1;break}}}for(;i<e.length;){const a=e[i];if("number"==typeof a)break;if(a===n)return void(null!==o&&(e[i+1]=o));i++,null!==o&&i++}-1!==s&&(e.splice(s,0,t),i=s+1),e.splice(i++,0,n),null!==o&&e.splice(i++,0,o)}function $l(e){return 32767&e}function Wl(e,t){let n=function qM(e){return e>>16}(e),r=t;for(;n>0;)r=r[14],n--;return r}let cg=!0;function C_(e){const t=cg;return cg=e,t}let KM=0;const yi={};function b_(e,t){const n=U0(e,t);if(-1!==n)return n;const r=t[1];r.firstCreatePass&&(e.injectorIndex=t.length,lg(r.data,e),lg(t,null),lg(r.blueprint,null));const o=E_(e,t),i=e.injectorIndex;if(function ag(e){return-1!==e}(o)){const s=$l(o),a=Wl(o,t),c=a[1].data;for(let l=0;l<8;l++)t[i+l]=a[s+l]|c[s+l]}return t[i+8]=o,i}function lg(e,t){e.push(0,0,0,0,0,0,0,0,t)}function U0(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function E_(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;null!==o;){if(r=W0(o),null===r)return-1;if(n++,o=o[14],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return-1}function ug(e,t,n){!function YM(e,t,n){let r;"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(ac)&&(r=n[ac]),null==r&&(r=n[ac]=KM++);const o=255&r;t.data[e+(o>>5)]|=1<<o}(e,t,n)}function H0(e,t,n){if(8&n||void 0!==e)return e;Fd()}function z0(e,t,n,r){if(8&n&&void 0===r&&(r=null),!(3&n)){const o=e[9],i=oo(void 0);try{return o?o.get(t,r,8&n):vp(t,r,8&n)}finally{oo(i)}}return H0(r,0,n)}function V0(e,t,n,r=0,o){if(null!==e){if(2048&t[2]&&!(2&r)){const s=function eO(e,t,n,r,o){let i=e,s=t;for(;null!==i&&null!==s&&2048&s[2]&&!Bi(s);){const a=j0(i,s,n,2|r,yi);if(a!==yi)return a;let c=i.parent;if(!c){const l=s[20];if(l){const d=l.get(n,yi,-5&r);if(d!==yi)return d}c=W0(s),s=s[14]}i=c}return o}(e,t,n,r,yi);if(s!==yi)return s}const i=j0(e,t,n,r,yi);if(i!==yi)return i}return z0(t,n,r,o)}function j0(e,t,n,r,o){const i=function JM(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(ac)?e[ac]:void 0;return"number"==typeof t?t>=0?255&t:QM:t}(n);if("function"==typeof i){if(!Kb(t,e,r))return 1&r?H0(o,0,r):z0(t,n,r,o);try{let s;if(s=i(r),null!=s||8&r)return s;Fd()}finally{Jb()}}else if("number"==typeof i){let s=null,a=U0(e,t),c=-1,l=1&r?t[15][5]:null;for((-1===a||4&r)&&(c=-1===a?E_(e,t):t[a+8],-1!==c&&$0(r,!1)?(s=t[1],a=$l(c),t=Wl(c,t)):a=-1);-1!==a;){const d=t[1];if(G0(i,a,d.data)){const f=ZM(a,t,n,s,r,l);if(f!==yi)return f}c=t[a+8],-1!==c&&$0(r,t[1].data[a+8]===l)&&G0(i,a,t)?(s=d,a=$l(c),t=Wl(c,t)):a=-1}}return o}function ZM(e,t,n,r,o,i){const s=t[1],a=s.data[e+8],d=function T_(e,t,n,r,o){const i=e.providerIndexes,s=t.data,a=1048575&i,c=e.directiveStart,d=i>>20,y=o?a+d:e.directiveEnd;for(let I=r?a:a+d;I<y;I++){const z=s[I];if(I<c&&n===z||I>=c&&z.type===n)return I}if(o){const I=s[c];if(I&&Uo(I)&&I.type===n)return c}return null}(a,s,n,null==r?Qo(a)&&cg:r!=s&&!!(3&a.type),1&o&&i===a);return null!==d?ql(t,s,d,a,o):yi}function ql(e,t,n,r,o){let i=e[n];const s=t.data;if(i instanceof Gl){const a=i;if(a.resolving)throw Bd();const c=C_(a.canSeeViewProviders);a.resolving=!0;const f=a.injectImpl?oo(a.injectImpl):null;Kb(e,r,0);try{i=e[n]=a.factory(void 0,o,s,e,r),t.firstCreatePass&&n>=r.directiveStart&&function VM(e,t,n){const{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){const s=A0(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),i&&((n.preOrderHooks??=[]).push(e,i),(n.preOrderCheckHooks??=[]).push(e,i))}(n,s[n],t)}finally{null!==f&&oo(f),C_(c),a.resolving=!1,Jb()}}return i}function G0(e,t,n){return!!(n[t+(e>>5)]&1<<e)}function $0(e,t){return!(2&e||1&e&&t)}class ir{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return V0(this._tNode,this._lView,t,uc(r),n)}}function QM(){return new ir(jt(),Me())}function Rr(e){return $i(()=>{const t=e.prototype.constructor,n=t[as]||dg(t),r=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){const i=o[as]||dg(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function dg(e){return jr(e)?()=>{const t=dg(Nt(e));return t&&t()}:Mi(e)}function W0(e){const t=e[1],n=t.type;return 2===n?t.declTNode:1===n?e[5]:null}function cO(){return Ac(jt(),Me())}function Ac(e,t){return new Dr(Qn(e,t))}let Dr=(()=>class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=cO})();function Kl(e){return!(128&~e.flags)}Symbol;var I_=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(I_||{});const w_=new Map;let hO=0;function pg(e){w_.delete(e[19])}const mg="__ngContext__";function To(e,t){Kn(t)?(e[mg]=t[19],function pO(e){w_.set(e[19],e)}(t)):e[mg]=t}function aE(e){return lE(e[12])}function cE(e){return lE(e[4])}function lE(e){for(;null!==e&&!$r(e);)e=e[4];return e}let yg;const xc=new qe("",{factory:()=>PO}),PO="ng",gE=new qe(""),mE=new qe("",{providedIn:"platform",factory:()=>"unknown"}),vE=new qe("",{factory:()=>de(ti).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),jO=new qe("",{factory:()=>!1}),Ag=new WeakMap;function R_(e){return!(32&~e.flags)}function WE(e,t){const n=e.contentQueries;if(null!==n){const r=X(null);try{for(let o=0;o<n.length;o+=2){const s=n[o+1];if(-1!==s){const a=e.data[s];u_(n[o]),a.contentQueries(2,t[s],s)}}}finally{X(r)}}}function Lg(e,t,n){u_(0);const r=X(null);try{t(e,n)}finally{X(r)}}function Pg(e,t,n){if(xp(t)){const r=X(null);try{const i=t.directiveEnd;for(let s=t.directiveStart;s<i;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,n[s],s)}}finally{X(r)}}}var Vo=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}(Vo||{});class eT{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${ko})`}}function Es(e){return e instanceof eT?e.changingThisBreaksApplicationSecurity:e}const R2=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function V_(e,t,n){return e.createElement(t,n)}function ga(e,t,n,r,o){e.insertBefore(t,n,r,o)}function dT(e,t,n){e.appendChild(t,n)}function _T(e,t,n,r,o){null!==r?ga(e,t,n,r,o):dT(e,t,n)}function tu(e,t,n,r){e.removeChild(null,t,n,r)}function fT(e,t,n){const{mergedAttrs:r,classes:o,styles:i}=n;null!==r&&function WM(e,t,n){let r=0;for(;r<n.length;){const o=n[r];if("number"==typeof o){if(0!==o)break;r++;const i=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,i)}else{const i=o,s=n[++r];L0(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}}(e,t,r),null!==o&&function W2(e,t,n){""===n?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}(e,t,o),null!==i&&function $2(e,t,n){e.setAttribute(t,"style",n)}(e,t,i)}var _r=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}(_r||{});function G_(e){const t=function nu(){const e=Me();return e&&e[10].sanitizer}();return t?t.sanitize(_r.URL,e)||"":function Ql(e,t){const n=function D2(e){return e instanceof eT&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${ko})`)}return n===t}(e,"URL")?Es(e):function Hg(e){return(e=String(e)).match(R2)?e:"unsafe:"+e}(Vt(e))}function dL(e,t,n){let r=e.length;for(;;){const o=e.indexOf(t,n);if(-1===o)return o;if(0===o||e.charCodeAt(o-1)<=32){const i=t.length;if(o+i===r||e.charCodeAt(o+i)<=32)return o}n=o+1}}const IT="ng-template";function _L(e,t,n,r){let o=0;if(r){for(;o<t.length&&"string"==typeof t[o];o+=2)if("class"===t[o]&&-1!==dL(t[o+1].toLowerCase(),n,0))return!0}else if(qg(e))return!1;if(o=t.indexOf(1,o),o>-1){let i;for(;++o<t.length&&"string"==typeof(i=t[o]);)if(i.toLowerCase()===n)return!0}return!1}function qg(e){return 4===e.type&&e.value!==IT}function hL(e,t,n){return t===(4!==e.type||n?e.value:IT)}function fL(e,t,n){let r=4;const o=e.attrs,i=null!==o?function mL(e){for(let t=0;t<e.length;t++)if(O0(e[t]))return t;return e.length}(o):0;let s=!1;for(let a=0;a<t.length;a++){const c=t[a];if("number"!=typeof c){if(!s)if(4&r){if(r=2|1&r,""!==c&&!hL(e,c,n)||""===c&&1===t.length){if(ri(r))return!1;s=!0}}else if(8&r){if(null===o||!_L(e,o,c,n)){if(ri(r))return!1;s=!0}}else{const l=t[++a],d=pL(c,o,qg(e),n);if(-1===d){if(ri(r))return!1;s=!0;continue}if(""!==l){let f;if(f=d>i?"":o[d+1].toLowerCase(),2&r&&l!==f){if(ri(r))return!1;s=!0}}}}else{if(!s&&!ri(r)&&!ri(c))return!1;if(s&&ri(c))continue;s=!1,r=c|1&r}}return ri(r)||s}function ri(e){return!(1&e)}function pL(e,t,n,r){if(null===t)return-1;let o=0;if(r||!n){let i=!1;for(;o<t.length;){const s=t[o];if(s===e)return o;if(3===s||6===s)i=!0;else{if(1===s||2===s){let a=t[++o];for(;"string"==typeof a;)a=t[++o];continue}if(4===s)break;if(0===s){o+=4;continue}}o+=i?1:2}return-1}return function vL(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){const r=e[n];if("number"==typeof r)return-1;if(r===t)return n;n++}return-1}(t,e)}function wT(e,t,n=!1){for(let r=0;r<t.length;r++)if(fL(e,t[r],n))return!0;return!1}function yL(e,t){e:for(let n=0;n<t.length;n++){const r=t[n];if(e.length===r.length){for(let o=0;o<e.length;o++)if(e[o]!==r[o])continue e;return!0}}return!1}function AT(e,t){return e?":not("+t.trim()+")":t}function CL(e){let t=e[0],n=1,r=2,o="",i=!1;for(;n<e.length;){let s=e[n];if("string"==typeof s)if(2&r){const a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&r?o+="."+s:4&r&&(o+=" "+s);else""!==o&&!ri(s)&&(t+=AT(i,o),o=""),r=s,i=i||!ri(r);n++}return""!==o&&(t+=AT(i,o)),t}const En={};function Kg(e,t,n,r,o,i,s,a,c,l,d){const f=27+r,y=f+o,I=function TL(e,t){const n=[];for(let r=0;r<t;r++)n.push(r<e?null:En);return n}(f,y),z="function"==typeof l?l():l;return I[1]={type:e,blueprint:I,template:n,queries:null,viewQuery:a,declTNode:t,data:I.slice().fill(null,f),bindingStartIndex:f,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 i?i():i,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:z,incompleteFirstPass:!1,ssrId:d}}function W_(e,t,n,r,o,i,s,a,c,l,d){const f=t.blueprint.slice();return f[0]=o,f[2]=1228|r,(null!==l||e&&2048&e[2])&&(f[2]|=2048),Op(f),f[3]=f[14]=e,f[8]=n,f[10]=s||e&&e[10],f[11]=a||e&&e[11],f[9]=c||e&&e[9]||null,f[5]=i,f[19]=function fO(){return hO++}(),f[6]=d,f[20]=l,f[15]=2==t.type?e[15]:f,f}function Yg(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function ru(e,t,n,r){if(0===n)return-1;const o=t.length;for(let i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function Xg(e,t){return e[12]?e[13][4]=t:e[12]=t,e[13]=t,t}function Lt(e=1){xT($t(),Me(),Ar()+e,!1)}function xT(e,t,n,r){if(!r)if(3&~t[2]){const i=e.preOrderHooks;null!==i&&y_(t,i,0,n)}else{const i=e.preOrderCheckHooks;null!==i&&v_(t,i,n)}Vi(n)}var q_=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(q_||{});function Ss(e,t,n,r){const o=X(null);try{const[i,s,a]=e.inputs[n];let c=null;0!==(s&q_.SignalBased)&&(c=t[i][ce]),null!==c&&void 0!==c.transformFn?r=c.transformFn(r):null!==a&&(r=a.call(t,r)),null!==e.setInput?e.setInput(t,c,r,n,i):w0(t,c,i,r)}finally{X(o)}}var Is=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(Is||{});function Jg(e,t){return(void 0)(e,t)}typeof document<"u"&&document;const ou=new WeakMap,iu=new WeakSet;const ba=new Set;var im=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(im||{});const Ea=new qe(""),OT=new Set;function Yr(e){OT.has(e)||(OT.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let LT=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})();const Q_=new qe("",{factory:()=>({queue:new Set,isScheduled:!1,scheduler:null,injector:de(mo)})});function UT(e,t,n){const r=e.get(Q_);if(Array.isArray(t))for(const o of t)r.queue.add(o),n?.detachedLeaveAnimationFns?.push(o);else r.queue.add(t),n?.detachedLeaveAnimationFns?.push(t);r.scheduler&&r.scheduler(e)}function HT(e,t,n,r){const o=e?.[26]?.enter;null!==t&&o&&o.has(n.index)&&function am(e,t){for(const[n,r]of t)UT(e,r.animateFns)}(r,o)}function Oc(e,t,n,r,o,i,s,a){if(null!=o){let c,l=!1;$r(o)?c=o:Kn(o)&&(l=!0,o=o[0]);const d=wr(o);0===e&&null!==r?(HT(a,r,i,n),null==s?dT(t,r,d):ga(t,r,d,s||null,!0)):1===e&&null!==r?(HT(a,r,i,n),ga(t,r,d,s||null,!0),function RL(e,t){const n=ou.get(e);if(!n||0===n.length)return;const r=t.parentNode,o=t.previousSibling;for(let i=n.length-1;i>=0;i--){const s=n[i],a=s.parentNode;s===t?(n.splice(i,1),iu.add(s),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(o&&s===o||a&&r&&a!==r)&&(n.splice(i,1),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),s.parentNode?.removeChild(s))}}(i,d)):2===e?(a?.[26]?.leave?.has(i.index)&&function tm(e,t){const n=ou.get(e);n?n.includes(t)||n.push(t):ou.set(e,[t])}(i,d),iu.delete(d),jT(a,i,n,f=>{iu.has(d)?iu.delete(d):tu(t,d,l,f)})):3===e&&(iu.delete(d),jT(a,i,n,()=>{t.destroyNode(d)})),null!=c&&function XL(e,t,n,r,o,i,s){const a=r[7];a!==wr(r)&&Oc(t,e,n,i,a,o,s);for(let l=10;l<r.length;l++){const d=r[l];th(d[1],d,e,t,i,a)}}(t,e,n,c,i,r,s)}}function VT(e,t){t[10].changeDetectionScheduler?.notify(9),th(e,t,t[11],2,null,null)}function cm(e,t){const n=e[9],r=n.indexOf(t);n.splice(r,1)}function au(e,t){if(gi(t))return;const n=t[11];n.destroyNode&&th(e,t,n,3,null,null),function $L(e){let t=e[12];if(!t)return lm(e[1],e);for(;t;){let n=null;if(Kn(t))n=t[12];else{const r=t[10];r&&(n=r)}if(!n){for(;t&&!t[4]&&t!==e;)Kn(t)&&lm(t[1],t),t=t[3];null===t&&(t=e),Kn(t)&&lm(t[1],t),n=t&&t[4]}t=n}}(t)}function lm(e,t){if(gi(t))return;const n=X(null);try{t[2]&=-129,t[2]|=256,t[24]&&Xe(t[24]),function KL(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let r=0;r<n.length;r+=2){const o=t[n[r]];if(!(o instanceof Gl)){const i=n[r+1];if(Array.isArray(i))for(let s=0;s<i.length;s+=2){const a=o[i[s]],c=i[s+1];yn(pt.LifecycleHookStart,a,c);try{c.call(a)}finally{yn(pt.LifecycleHookEnd,a,c)}}else{yn(pt.LifecycleHookStart,o,i);try{i.call(o)}finally{yn(pt.LifecycleHookEnd,o,i)}}}}}(e,t),function qL(e,t){const n=e.cleanup,r=t[7];if(null!==n)for(let s=0;s<n.length-1;s+=2)if("string"==typeof n[s]){const a=n[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else n[s].call(r[n[s+1]]);null!==r&&(t[7]=null);const o=t[21];if(null!==o){t[21]=null;for(let s=0;s<o.length;s++)(0,o[s])()}const i=t[23];if(null!==i){t[23]=null;for(const s of i)s.destroy()}}(e,t),1===t[1].type&&t[11].destroy();const r=t[16];if(null!==r&&$r(t[3])){r!==t[3]&&cm(r,t);const o=t[18];null!==o&&o.detachView(e)}pg(t)}finally{X(n)}}function jT(e,t,n,r){const o=e?.[26];if(null==o||null==o.leave||!o.leave.has(t.index))return r(!1);e&&ba.add(e[19]),UT(n,()=>{if(o.leave&&o.leave.has(t.index)){const s=o.leave.get(t.index),a=[];if(s){for(let c=0;c<s.animateFns.length;c++){const l=s.animateFns[c],{promise:d}=l();a.push(d)}o.detachedLeaveAnimationFns=void 0}o.running=Promise.allSettled(a),function WL(e,t){const n=e[26]?.running;n?n.then(()=>{e[26].running=void 0,ba.delete(e[19]),t(!0)}):t(!1)}(e,r)}else e&&ba.delete(e[19]),r(!1)},o)}function um(e,t,n){return function GT(e,t,n){let r=t;for(;null!==r&&168&r.type;)r=(t=r).parent;if(null===r)return n[0];if(Qo(r)){const{encapsulation:o}=e.data[r.directiveStart+r.componentOffset];if(o===Vo.None||o===Vo.Emulated)return null}return Qn(r,n)}(e,t.parent,n)}function $T(e,t,n){return qT(e,t,n)}let qT=function WT(e,t,n){return 40&e.type?Qn(e,n):null};function _m(e,t,n,r){const o=um(e,r,t),i=t[11],a=$T(r.parent||t[5],r,t);if(null!=o)if(Array.isArray(n))for(let c=0;c<n.length;c++)_T(i,o,n[c],a,!1);else _T(i,o,n,a,!1)}function Ta(e,t){if(null!==t){const n=t.type;if(3&n)return Qn(t,e);if(4&n)return hm(-1,e[t.index]);if(8&n){const r=t.child;if(null!==r)return Ta(e,r);{const o=e[t.index];return $r(o)?hm(-1,o):wr(o)}}if(128&n)return Ta(e,t.next);if(32&n)return Jg(t,e)()||wr(e[t.index]);{const r=YT(e,t);return null!==r?Array.isArray(r)?r[0]:Ta(Fi(e[15]),r):Ta(e,t.next)}}return null}function YT(e,t){return null!==t?e[15][5].projection[t.projection]:null}function hm(e,t){const n=10+e+1;if(n<t.length){const r=t[n],o=r[1].firstChild;if(null!==o)return Ta(r,o)}return t[7]}function fm(e,t,n,r,o,i,s){for(;null!=n;){const a=r[9];if(128===n.type){n=n.next;continue}const c=r[n.index],l=n.type;if(s&&0===t&&(c&&To(wr(c),r),n.flags|=2),!R_(n))if(8&l)fm(e,t,n.child,r,o,i,!1),Oc(t,e,a,o,c,n,i,r);else if(32&l){const d=Jg(n,r);let f;for(;f=d();)Oc(t,e,a,o,f,n,i,r);Oc(t,e,a,o,c,n,i,r)}else 16&l?XT(e,t,r,n,o,i):Oc(t,e,a,o,c,n,i,r);n=s?n.projectionNext:n.next}}function th(e,t,n,r,o,i){fm(n,r,e.firstChild,t,o,i,!1)}function XT(e,t,n,r,o,i){const s=n[15],c=s[5].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Oc(t,e,n[9],o,c[l],r,i,n);else{let l=c;const d=s[3];Kl(r)&&(l.flags|=128),fm(e,t,l,d,o,i,!0)}}function ZT(e,t,n,r,o){const i=Ar(),s=2&r;try{Vi(-1),s&&t.length>27&&xT(e,t,27,!1),yn(s?pt.TemplateUpdateStart:pt.TemplateCreateStart,o,n),n(r,o)}finally{Vi(i),yn(s?pt.TemplateUpdateEnd:pt.TemplateCreateEnd,o,n)}}function nh(e,t,n){(function nP(e,t,n){const r=n.directiveStart,o=n.directiveEnd;Qo(n)&&function SL(e,t,n){const r=Qn(t,e),o=function DT(e){const t=e.tView;return null===t||t.incompleteFirstPass?e.tView=Kg(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}(n),i=e[10].rendererFactory,s=Xg(e,W_(e,o,null,Yg(n),r,t,null,i.createRenderer(r,n),null,null,null));e[t.index]=s}(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||b_(n,t);const i=n.initialInputs;for(let s=r;s<o;s++){const a=e.data[s],c=ql(t,e,s,n);To(c,t),null!==i&&sP(0,s-r,c,a,0,i),Uo(a)&&(Wr(n.index,t)[8]=ql(t,e,s,n))}})(e,t,n),!(64&~n.flags)&&function rP(e,t,n){const r=n.directiveStart,o=n.directiveEnd,i=n.index,s=function xR(){return Ut.lFrame.currentDirectiveIndex}();try{Vi(i);for(let a=r;a<o;a++){const c=e.data[a],l=t[a];Up(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&oP(c,l)}}finally{Vi(-1),Up(s)}}(e,t,n)}function Lc(e,t,n=Qn){const r=t.localNames;if(null!==r){let o=t.index+1;for(let i=0;i<r.length;i+=2){const s=r[i+1],a=-1===s?n(t,e):e[s];e[o++]=a}}}let JT=()=>null;function pm(e,t,n,r,o,i){sh(e,t[1],t,n,r)?Qo(e)&&function QT(e,t){const n=Wr(t,e);16&n[2]||(n[2]|=64)}(t,e.index):(3&e.type&&(n=function tP(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(n)),gm(e,t,n,r,o,i))}function gm(e,t,n,r,o,i){if(3&e.type){const s=Qn(e,t);r=null!=i?i(r,e.value||"",n):r,o.setProperty(s,n,r)}}function oP(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function mm(e,t){const n=e.directiveRegistry;let r=null;if(n)for(let o=0;o<n.length;o++){const i=n[o];wT(t,i.selectors,!1)&&(r??=[],Uo(i)?r.unshift(i):r.push(i))}return r}function sP(e,t,n,r,o,i){const s=i[t];if(null!==s)for(let a=0;a<s.length;a+=2)Ss(r,n,s[a],s[a+1])}function oh(e,t,n,r,o){const i=27+n,s=t[1],a=o(s,t,e,r,n);t[i]=a,Ui(e,!0);const c=2===e.type;return c?(fT(t[11],a,e),(0===function TR(){return Ut.lFrame.elementDepthCount}()||aa(e))&&To(a,t),function SR(){Ut.lFrame.elementDepthCount++}()):To(a,t),d_()&&(!c||!R_(e))&&_m(s,t,a,e),e}function ih(e){let t=e;return zb()?Vb():(t=t.parent,Ui(t,!1)),t}function sh(e,t,n,r,o){const i=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];Ss(t.data[l],n[l],s[c+1],o),a=!0}if(i)for(const c of i)Ss(t.data[c],n[c],r,o),a=!0;return a}function cP(e,t){const n=Wr(t,e),r=n[1];!function lP(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}(r,n);const o=n[0];null!==o&&null===n[6]&&(n[6]=null),yn(pt.ComponentStart);try{ah(r,n,n[8])}finally{yn(pt.ComponentEnd,n[8])}}function ah(e,t,n){Vp(t);try{const r=e.viewQuery;null!==r&&Lg(1,r,n);const o=e.template;null!==o&&ZT(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[18]?.finishViewCreation(e),e.staticContentQueries&&WE(e,t),e.staticViewQueries&&Lg(2,e.viewQuery,n);const i=e.components;null!==i&&function uP(e,t){for(let n=0;n<t.length;n++)cP(e,t[n])}(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[2]&=-5,jp()}}function Pc(e,t,n,r){const o=X(null);try{const i=t.tView,c=W_(e,i,n,4096&e[2]?4096:16,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null);c[16]=e[t.index];const d=e[18];return null!==d&&(c[18]=d.createEmbeddedView(i)),ah(i,c,n),c}finally{X(o)}}function Sa(e,t){return!t||null===t.firstChild||Kl(e)}function cu(e,t,n,r,o=!1){for(;null!==n;){if(128===n.type){n=o?n.projectionNext:n.next;continue}const i=t[n.index];null!==i&&r.push(wr(i)),$r(i)&&dP(i,r);const s=n.type;if(8&s)cu(e,t,n.child,r);else if(32&s){const a=Jg(n,t);let c;for(;c=a();)r.push(c)}else if(16&s){const a=YT(t,n);if(Array.isArray(a))r.push(...a);else{const c=Fi(t[15]);cu(c[1],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function dP(e,t){for(let n=10;n<e.length;n++){const r=e[n],o=r[1].firstChild;null!==o&&cu(r[1],r,o,t)}e[7]!==e[0]&&t.push(e[7])}function nS(e){if(null!==e[25]){for(const t of e[25])t.impl.addSequence(t);e[25].length=0}}let rS=[];const pP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{mc(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},mP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=Fi(e.lView);for(;t&&!oS(t[1]);)t=Fi(t);t&&Ol(t)},consumerOnSignalRead(){this.lView[24]=this}};function oS(e){return 2!==e.type}function iS(e){if(null===e[23])return;let t=!0;for(;t;){let n=!1;for(const r of e[23])r.dirty&&(n=!0,null===r.zone||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(8192&e[2])}}function ch(e,t=0){const r=e[10].rendererFactory;r.begin?.();try{!function yP(e,t){const n=$b();try{l_(!0),ym(e,t);let r=0;for(;la(e);){if(100===r)throw new we(103,!1);r++,ym(e,1)}}finally{l_(n)}}(e,t)}finally{r.end?.()}}function sS(e,t,n,r){if(gi(t))return;const o=t[2];Vp(t);let a=!0,c=null,l=null;oS(e)?(l=function _P(e){return e[24]??function hP(e){const t=rS.pop()??Object.create(pP);return t.lView=e,t}(e)}(t),c=Ce(l)):null===function le(){return H}()?(a=!1,l=function gP(e){const t=e[24]??Object.create(mP);return t.lView=e,t}(t),c=Ce(l)):t[24]&&(Xe(t[24]),t[24]=null);try{Op(t),function Wb(e){return Ut.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==n&&ZT(e,t,n,2,r);const d=!(3&~o);if(d){const I=e.preOrderCheckHooks;null!==I&&v_(t,I,null)}else{const I=e.preOrderHooks;null!==I&&y_(t,I,0,null),ig(t,0)}if(function CP(e){for(let t=aE(e);null!==t;t=cE(t)){if(!(2&t[2]))continue;const n=t[9];for(let r=0;r<n.length;r++)Ol(n[r])}}(t),iS(t),aS(t,0),null!==e.contentQueries&&WE(e,t),d){const I=e.contentCheckHooks;null!==I&&v_(t,I)}else{const I=e.contentHooks;null!==I&&y_(t,I,1),ig(t,1)}!function EP(e,t){const n=e.hostBindingOpCodes;if(null!==n)try{for(let r=0;r<n.length;r++){const o=n[r];if(o<0)Vi(~o);else{const i=o,s=n[++r],a=n[++r];DR(s,i);const c=t[i];yn(pt.HostBindingsUpdateStart,c);try{a(2,c)}finally{yn(pt.HostBindingsUpdateEnd,c)}}}}finally{Vi(-1)}}(e,t);const f=e.components;null!==f&&lS(t,f,0);const y=e.viewQuery;if(null!==y&&Lg(2,y,r),d){const I=e.viewCheckHooks;null!==I&&v_(t,I)}else{const I=e.viewHooks;null!==I&&y_(t,I,2),ig(t,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),t[22]){for(const I of t[22])I();t[22]=null}nS(t),t[2]&=-73}catch(d){throw mc(t),d}finally{null!==l&&(Ge(l,c),a&&function fP(e){e.lView[24]!==e&&(e.lView=null,rS.push(e))}(l)),jp()}}function aS(e,t){for(let n=aE(e);null!==n;n=cE(n))for(let r=10;r<n.length;r++)cS(n[r],t)}function bP(e,t,n){yn(pt.ComponentStart);const r=Wr(t,e);try{cS(r,n)}finally{yn(pt.ComponentEnd,r[8])}}function cS(e,t){s_(e)&&ym(e,t)}function ym(e,t){const r=e[1],o=e[2],i=e[24];let s=!!(0===t&&16&o);if(s||=!!(64&o&&0===t),s||=!!(1024&o),s||=!(!i?.dirty||!Ne(i)),s||=!1,i&&(i.dirty=!1),e[2]&=-9217,s)sS(r,e,r.template,e[8]);else if(8192&o){const a=X(null);try{iS(e),aS(e,1);const c=r.components;null!==c&&lS(e,c,1),nS(e)}finally{X(a)}}}function lS(e,t,n){for(let r=0;r<t.length;r++)bP(e,t[r],n)}function Bc(e,t){const n=$b()?64:1088;for(e[10].changeDetectionScheduler?.notify(t);e;){e[2]|=n;const r=Fi(e);if(Bi(e)&&!r)return e;e=r}return null}function dS(e,t){const n=10+t;if(n<e.length)return e[n]}function Fc(e,t,n,r=!0){const o=t[1];if(function TP(e,t,n,r){const o=10+r,i=n.length;r>0&&(n[o-1][4]=t),r<i-10?(t[4]=n[o],function Vd(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}(n,10+r,t)):(n.push(t),t[4]=null),t[3]=n;const s=t[16];null!==s&&n!==s&&_S(s,t);const a=t[18];null!==a&&a.insertView(e),Ll(t),t[2]|=128}(o,t,e,n),r){const s=hm(n,e),a=t[11],c=a.parentNode(e[7]);null!==c&&function GL(e,t,n,r,o,i){r[0]=o,r[5]=t,th(e,r,n,1,o,i)}(o,e[5],a,t,c,s)}const i=t[6];null!==i&&null!==i.firstChild&&(i.firstChild=null)}function Cm(e,t){const n=lu(e,t);return void 0!==n&&au(n[1],n),n}function lu(e,t){if(e.length<=10)return;const n=10+t,r=e[n];if(r){const o=r[16];null!==o&&o!==e&&cm(o,r),t>0&&(e[n-1][4]=r[4]);const i=_c(e,10+t);!function zT(e,t){VT(e,t),t[0]=null,t[5]=null}(r[1],r);const s=i[18];null!==s&&s.detachView(i[1]),r[3]=null,r[4]=null,r[2]&=-129}return r}function _S(e,t){const n=e[9],r=t[3];(Kn(r)||t[15]!==r[3][15])&&(e[2]|=2),null===n?e[9]=[t]:n.push(t)}class uu{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const t=this._lView,n=t[1];return cu(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[8]}set context(t){this._lView[8]=t}get destroyed(){return gi(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const t=this._lView[3];if($r(t)){const n=t[8],r=n?n.indexOf(this):-1;r>-1&&(lu(t,r),_c(n,r))}this._attachedToViewContainer=!1}au(this._lView[1],this._lView)}onDestroy(t){c_(this._lView,t)}markForCheck(){Bc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){Ll(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,ch(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new we(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const t=Bi(this._lView),n=this._lView[16];null!==n&&!t&&cm(n,this._lView),VT(this._lView[1],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new we(902,!1);this._appRef=t;const n=Bi(this._lView),r=this._lView[16];null!==r&&!n&&_S(r,this._lView),Ll(this._lView)}}function Ia(e,t,n,r,o){let i=e.data[t];if(null===i)i=function Sm(e,t,n,r,o){const i=Hb(),s=zb(),c=e.data[t]=function BP(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return Bb()&&(a|=128),{type:n,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:o,namespace:e0(),attrs:i,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?i:i&&i.parent,n,t,r,o);return function PP(e,t,n,r){null===e.firstChild&&(e.firstChild=t),null!==n&&(r?null==n.child&&null!==t.parent&&(n.child=t):null===n.next&&(n.next=t,t.prev=n))}(e,c,i,s),c}(e,t,n,r,o),function AR(){return Ut.lFrame.inI18n}()&&(i.flags|=32);else if(64&i.type){i.type=n,i.value=r,i.attrs=o;const s=function Fl(){const e=Ut.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}();i.injectorIndex=null===s?-1:s.injectorIndex}return Ui(i,!0),i}function kS(e,t){let n=0,r=e.firstChild;if(r){const o=e.data.r;for(;n<o;){const i=r.nextSibling;tu(t,r,!1),r=i,n++}}}let yB=class{},BS=class{};class CB{resolveComponentFactory(t){throw new we(917,!1)}}let Hc=class{static NULL=new CB};class km{}let Aa=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function bB(){const e=Me(),n=Wr(jt().index,e);return(Kn(n)?n:e)[11]}()})(),EB=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:()=>null})}return e})();const Mm={};class Vc{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){const o=this.injector.get(t,Mm,r);return o!==Mm||n===Mm?o:this.parentInjector.get(t,n,r)}}function mh(e,t,n){let r=n?e.styles:null,o=n?e.classes:null,i=0;if(null!==t)for(let s=0;s<t.length;s++){const a=t[s];"number"==typeof a?i=a:1==i?o=ui(o,a):2==i&&(r=ui(r,a+": "+t[++s]+";"))}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}function it(e,t=0){const n=Me();return null===n?Dt(e,t):V0(jt(),n,Nt(e),t)}function DB(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function HS(e,t,n,r){const o=0===e?n.inputs:n.outputs;for(const i in o)if(o.hasOwnProperty(i)){let s;s=0===e?t.inputs??={}:t.outputs??={},s[i]??=[],s[i].push(r),VS(t,i)}}function zS(e,t,n,r){const o=0===e?n.inputs:n.outputs;for(const i in o)if(o.hasOwnProperty(i)){const s=o[i];let a;a=0===e?t.hostDirectiveInputs??={}:t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,i),VS(t,s)}}function VS(e,t){"class"===t?e.flags|=8:"style"===t&&(e.flags|=16)}function jS(e,t,n){const{attrs:r,inputs:o,hostDirectiveInputs:i}=e;if(null===r||!n&&null===o||n&&null===i||qg(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(!n&&o.hasOwnProperty(c)){const l=o[c];for(const d of l)if(d===t){s??=[],s.push(c,r[a+1]);break}}else if(n&&i.hasOwnProperty(c)){const l=i[c];for(let d=0;d<l.length;d+=2)if(l[d]===t){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 kB(e,t,n,r,o){e.data[r]=o;const i=o.factory||(o.factory=Mi(o.type)),s=new Gl(i,Uo(o),it,null);e.blueprint[r]=s,n[r]=s,function RB(e,t,n,r,o){const i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~t.index;(function MB(e){let t=e.length;for(;t>0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(s)!=a&&s.push(a),s.push(n,r,i)}}(e,t,r,ru(e,n,o.hostVars,En),o)}function OB(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Uo(t)&&(n[""]=e)}}function Om(e,t,n,r,o,i,s,a){const c=t[1],l=c.consts,f=Ia(c,e,n,r,Lr(l,s));return i&&function US(e,t,n,r,o){const i=null===r?null:{"":-1},s=o(e,n);if(null!==s){let a=s,c=null,l=null;for(const d of s)if(null!==d.resolveHostDirectives){[a,c,l]=d.resolveHostDirectives(s);break}!function xB(e,t,n,r,o,i,s){const a=r.length;let c=null;for(let y=0;y<a;y++){const I=r[y];null===c&&Uo(I)&&(c=I,DB(e,n,y)),ug(b_(n,t),e,I.type)}(function LB(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t})(n,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let y=0;y<a;y++){const I=r[y];I.providersResolver&&I.providersResolver(I)}let l=!1,d=!1,f=ru(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let y=0;y<a;y++){const I=r[y];if(n.mergedAttrs=wc(n.mergedAttrs,I.hostAttrs),kB(e,n,t,f,I),OB(f,I,o),null!==s&&s.has(I)){const[fe,pe]=s.get(I);n.directiveToIndex.set(I.type,[f,fe+n.directiveStart,pe+n.directiveStart])}else(null===i||!i.has(I))&&n.directiveToIndex.set(I.type,f);null!==I.contentQueries&&(n.flags|=4),(null!==I.hostBindings||null!==I.hostAttrs||0!==I.hostVars)&&(n.flags|=64);const z=I.type.prototype;!l&&(z.ngOnChanges||z.ngOnInit||z.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),l=!0),!d&&(z.ngOnChanges||z.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),d=!0),f++}!function NB(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){const o=e.data[r];if(null!==n&&n.has(o)){const i=n.get(o);zS(0,t,i,r),zS(1,t,i,r),jS(t,r,!0)}else HS(0,t,o,r),HS(1,t,o,r),jS(t,r,!1)}}(e,n,i)}(e,t,n,a,i,c,l)}null!==i&&null!==r&&function AB(e,t,n){const r=e.localNames=[];for(let o=0;o<t.length;o+=2){const i=n[t[o+1]];if(null==i)throw new we(-301,!1);r.push(t[o],i)}}(n,r,i)}(c,t,f,Lr(l,a),o),f.mergedAttrs=wc(f.mergedAttrs,f.attrs),null!==f.attrs&&mh(f,f.attrs,!1),null!==f.mergedAttrs&&mh(f,f.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,f),f}function Lm(e,t){(function N0(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){const i=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),l&&((e.viewHooks??=[]).push(n,l),(e.viewCheckHooks??=[]).push(n,l)),null!=d&&(e.destroyHooks??=[]).push(n,d)}})(e,t),xp(t)&&e.queries.elementEnd(t)}function Pm(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function Vn(e,t,n){return n!==En&&(!Object.is(e[t],n)&&(e[t]=n,!0))}function As(e,t,n){return function r(o){const i=r.__ngNativeEl__;void 0!==i&&function ZO(e,t){if(null==e||"object"!=typeof e)return;let n=Ag.get(e);n||(n=new WeakSet,Ag.set(e,n)),n.add(t)}(o,i),Bc(Qo(e)?Wr(e.index,t):t,5);const a=t[8];let c=$S(t,a,n,o),l=r.__ngNextListenerFn__;for(;l;)c=$S(t,a,l,o)&&c,l=l.__ngNextListenerFn__;return c}}function $S(e,t,n,r){const o=X(null);try{return yn(pt.OutputStart,t,n),!1!==n(r)}catch(i){return function vm(e,t){const n=e[9];if(!n)return;let r;try{r=n.get(gs,null)}catch{r=null}r?.(t)}(e,i),!1}finally{yn(pt.OutputEnd,t,n),X(o)}}function WS(e,t,n,r,o,i,s){const a=t.firstCreatePass?function Lb(e){return e.cleanup??=[]}(t):null,c=function Ob(e){return e[7]??=[]}(n),l=c.length;c.push(o,i),a&&a.push(r,e,l,(l+1)*(s?-1:1))}function Gc(e,t,n,r,o,i){const a=t[1],f=t[n][a.data[n].outputs[r]].subscribe(i);WS(e.index,a,t,o,i,f,!0)}const Ki=Symbol("BINDING");function Fm(e){return e.debugInfo?.className||e.type.name||null}class eI extends Hc{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const n=vn(t);return new Um(n,this.ngModule)}}class Um extends BS{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function ZB(e){return Object.keys(e).map(t=>{const[n,r,o]=e[t],i={propName:n,templateName:t,isSignal:0!==(r&q_.SignalBased)};return o&&(i.transform=o),i})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function JB(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function bL(e){return e.map(CL).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,o,i,s){yn(pt.DynamicComponentStart);const a=X(null);try{const c=this.componentDef,l=function QB(e,t,n){let r=t instanceof mo?t:t?.injector;return r&&null!==e.getStandaloneInjector&&(r=e.getStandaloneInjector(r)||r),r?new Vc(n,r):n}(c,o||this.ngModule,t),d=function eF(e){const t=e.get(km,null);if(null===t)throw new we(407,!1);return{rendererFactory:t,sanitizer:e.get(EB,null),changeDetectionScheduler:e.get(da,null),ngReflect:!1,tracingService:e.get(Ea,null,{optional:!0})}}(l),f=d.tracingService;return f&&f.componentCreate?f.componentCreate(Fm(c),()=>this.createComponentRef(d,l,n,r,i,s)):this.createComponentRef(d,l,n,r,i,s)}finally{X(a)}}createComponentRef(t,n,r,o,i,s){const a=this.componentDef,c=function rF(e,t,n,r){const o=e?["ng-version","21.2.17"]:function EL(e){const t=[],n=[];let r=1,o=2;for(;r<e.length;){let i=e[r];if("string"==typeof i)2===o?""!==i&&t.push(i,e[++r]):8===o&&n.push(i);else{if(!ri(o))break;o=i}r++}return n.length&&t.push(1,...n),t}(t.selectors[0]);let i=null,s=null,a=0;if(n)for(const d of n)a+=d[Ki].requiredVars,d.create&&(d.targetIdx=0,(i??=[]).push(d)),d.update&&(d.targetIdx=0,(s??=[]).push(d));if(r)for(let d=0;d<r.length;d++){const f=r[d];if("function"!=typeof f)for(const y of f.bindings){a+=y[Ki].requiredVars;const I=d+1;y.create&&(y.targetIdx=I,(i??=[]).push(y)),y.update&&(y.targetIdx=I,(s??=[]).push(y))}}const c=[t];if(r)for(const d of r){const y=Gr("function"==typeof d?d:d.type);c.push(y)}return Kg(0,null,function oF(e,t){return e||t?n=>{if(1&n&&e)for(const r of e)r.create();if(2&n&&t)for(const r of t)r.update()}:null}(i,s),1,a,c,null,null,null,[o],null)}(o,a,s,i),l=t.rendererFactory.createRenderer(null,a),d=o?function JL(e,t,n,r){const i=r.get(jO,!1)||n===Vo.ShadowDom||n===Vo.ExperimentalIsolatedShadowDom,s=e.selectRootElement(t,i);if("script"===s.tagName.toLowerCase())throw new we(905,!1);return function QL(e){JT(e)}(s),s}(l,o,a.encapsulation,n):function tF(e,t){const n=function nF(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return V_(t,n,"svg"===n?"svg":"math"===n?"math":null)}(a,l),f=s?.some(tI)||i?.some(z=>"function"!=typeof z&&z.bindings.some(tI)),y=W_(null,c,null,512|Yg(a),null,null,t,l,n,null,null);y[27]=d,Vp(y);let I=null;try{const z=Om(27,y,2,"#host",()=>c.directiveRegistry,!0,0);fT(l,d,z),To(d,y),nh(c,y,z),Pg(c,z,y),Lm(c,z),void 0!==r&&function sF(e,t,n){const r=e.projection=[];for(let o=0;o<t.length;o++){const i=n[o];r.push(null!=i&&i.length?Array.from(i):null)}}(z,this.ngContentSelectors,r),I=Wr(z.index,y),y[8]=I[8],ah(c,y,null)}catch(z){throw null!==I&&pg(I),pg(y),z}finally{yn(pt.DynamicComponentEnd),jp()}return new iF(this.componentType,y,!!f)}}function tI(e){const t=e[Ki].kind;return"input"===t||"twoWay"===t}class iF extends yB{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=ca(n[1],27),this.location=Ac(this._tNode,n),this.instance=Wr(this._tNode.index,n)[8],this.hostView=this.changeDetectorRef=new uu(n,void 0),this.componentType=t}setInput(t,n){const r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;const o=this._rootLView;sh(r,o[1],o,t,n),this.previousInputValues.set(t,n),Bc(Wr(r.index,o),1)}get injector(){return new ir(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}}let Na=class{};class CI extends Na{injector;componentFactoryResolver=new eI(this);instance=null;constructor(t){super();const n=new ls([...t.providers,{provide:Na,useValue:this},{provide:Hc,useValue:this.componentFactoryResolver}],t.parent||Zd(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}let IF=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){const r=Wd(0,n.type),o=r.length>0?function bI(e,t,n=null){return new CI({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}([r],this._injector,""):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(const n of this.cachedInjectors.values())null!==n&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=et({token:e,providedIn:"environment",factory:()=>new e(Dt(mo))})}return e})();function Ro(e){return $i(()=>{const t=TI(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===I_.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(IF).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Vo.Emulated,styles:e.styles||Mn,_:null,schemas:e.schemas||null,tView:null,id:""};t.standalone&&Yr("NgStandalone"),SI(n);const r=e.dependencies;return n.directiveDefs=bh(r,EI),n.pipeDefs=bh(r,Bo),n.id=function xF(e){let t=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 i of r.join("|"))t=Math.imul(31,t)+i.charCodeAt(0)|0;return t+=2147483648,"c"+t}(n),n})}function EI(e){return vn(e)||Gr(e)}function Ch(e){return $i(()=>({type:e.type,bootstrap:e.bootstrap||Mn,declarations:e.declarations||Mn,imports:e.imports||Mn,exports:e.exports||Mn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function wF(e,t){if(null==e)return Zo;const n={};for(const r in e)if(e.hasOwnProperty(r)){const o=e[r];let i,s,a,c;Array.isArray(o)?(a=o[0],i=o[1],s=o[2]??i,c=o[3]||null):(i=o,s=o,a=q_.None,c=null),n[i]=[r,a,c],t[i]=s}return n}function AF(e){if(null==e)return Zo;const t={};for(const n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function Ht(e){return $i(()=>{const t=TI(e);return SI(t),t})}function So(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 TI(e){const t={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Zo,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||Mn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,inputs:wF(e.inputs,t),outputs:AF(e.outputs),debugInfo:null}}function SI(e){e.features?.forEach(t=>t(e))}function bh(e,t){return e?()=>{const n="function"==typeof e?e():e,r=[];for(const o of n){const i=t(o);null!==i&&r.push(i)}return r}:null}function tv(e){const t=n=>{const r=Array.isArray(e);null===n.hostDirectives?(n.resolveHostDirectives=kF,n.hostDirectives=r?e.map(nv):[e]):r?n.hostDirectives.unshift(...e.map(nv)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function kF(e){const t=[];let n=!1,r=null,o=null;for(let i=0;i<e.length;i++){const s=e[i];if(null!==s.hostDirectives){const a=t.length;r??=new Map,o??=new Map,II(s,t,r),o.set(s,[a,t.length-1])}0===i&&Uo(s)&&(n=!0,t.push(s))}for(let i=n?1:0;i<e.length;i++)t.push(e[i]);return[t,r,o]}function II(e,t,n){if(null!==e.hostDirectives)for(const r of e.hostDirectives)if("function"==typeof r){const o=r();for(const i of o)wI(nv(i),t,n)}else wI(r,t,n)}function wI(e,t,n){const r=Gr(e.directive);(function RF(e,t){for(const n in t)t.hasOwnProperty(n)&&(e[t[n]]=e[n])})(r.declaredInputs,e.inputs),II(r,t,n),n.set(r,e),t.push(r)}function nv(e){return"function"==typeof e?{directive:Nt(e),inputs:Zo,outputs:Zo}:{directive:Nt(e.directive),inputs:AI(e.inputs),outputs:AI(e.outputs)}}function AI(e){if(void 0===e||0===e.length)return Zo;const t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function Cn(e){let t=function MF(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),n=!0;const r=[e];for(;t&&t!==Function.prototype&&t!==Object.prototype;){let o;const i=Object.hasOwn(t,Sl)?t[Sl]:void 0,s=Object.hasOwn(t,Od)?t[Od]:void 0;if(Uo(e))o=i??s;else{if(i)throw new we(903,!1);o=s}if(o){if(n){r.push(o);const c=e;c.inputs=rv(e.inputs),c.declaredInputs=rv(e.declaredInputs),c.outputs=rv(e.outputs);const l=o.hostBindings;l&&FF(e,l);const d=o.viewQuery,f=o.contentQueries;if(d&&PF(e,d),f&&BF(e,f),OF(e,o),Xs(e.outputs,o.outputs),Uo(o)&&o.data.animation){const y=e.data;y.animation=(y.animation||[]).concat(o.data.animation)}}const a=o.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===Cn&&(n=!1)}}t=Object.getPrototypeOf(t)}!function LF(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){const o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=wc(o.hostAttrs,n=wc(n,o.hostAttrs))}}(r)}function OF(e,t){for(const n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;const r=t.inputs[n];void 0!==r&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n])}}function rv(e){return e===Zo?{}:e===Mn?[]:e}function PF(e,t){const n=e.viewQuery;e.viewQuery=n?(r,o)=>{t(r,o),n(r,o)}:t}function BF(e,t){const n=e.contentQueries;e.contentQueries=n?(r,o,i)=>{t(r,o,i),n(r,o,i)}:t}function FF(e,t){const n=e.hostBindings;e.hostBindings=n?(r,o)=>{t(r,o),n(r,o)}:t}function ka(e,t,n,r,o,i,s,a,c,l,d){const f=n+27;let y;if(t.firstCreatePass){if(y=Ia(t,f,4,s||null,a||null),null!=l){const I=Lr(t.consts,l);y.localNames=[];for(let z=0;z<I.length;z+=2)y.localNames.push(I[z],-1)}}else y=t.data[f];return function xI(e,t,n,r,o,i,s,a){if(n.firstCreatePass){e.mergedAttrs=wc(e.mergedAttrs,e.attrs);const d=e.tView=Kg(2,e,o,i,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);null!==n.queries&&(n.queries.template(n,e),d.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),Ui(e,!1);const c=RI(n,t,e,r);d_()&&_m(n,t,c,e),To(c,t);const l=function uS(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}(c,t,c,e);t[r+27]=l,Xg(t,l)}(y,e,t,n,r,o,i,c),null!=l&&Lc(e,y,d),y}let RI=function MI(e,t,n,r){return Ul(!0),t[11].createComment("")};const cw=new qe("");function Nh(e){return!!e&&"function"==typeof e.then}function uw(e){return!!e&&"function"==typeof e.subscribe}const _v=new qe("");let dw=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=de(_v,{optional:!0})??[];injector=de(or);constructor(){}runInitializers(){if(this.initialized)return;const n=[];for(const o of this.appInits){const i=Jo(this.injector,o);if(Nh(i))n.push(i);else if(uw(i)){const s=new Promise((a,c)=>{i.subscribe({complete:a,error:c})});n.push(s)}}const r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(o=>{this.reject(o)}),0===n.length&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const YU=new qe("");let Yi=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=de(gs);afterRenderManager=de(LT);zonelessEnabled=de(Yp);rootEffectScheduler=de(u0);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new dt;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=de(ua);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(ni(n=>!n))}constructor(){de(Ea,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=de(mo);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,o=or.NULL){return this._injector.get(On).run(()=>{yn(pt.BootstrapComponentStart);const s=n instanceof BS;if(!this._injector.get(dw).done)throw new we(405,"");let c;c=s?n:this._injector.get(Hc).resolveComponentFactory(n),this.componentTypes.push(c.componentType);const l=function ZU(e){return e.isBoundToModule}(c)?void 0:this._injector.get(Na),f=c.create(o,[],r||c.selector,l),y=f.location.nativeElement,I=f.injector.get(cw,null);return I?.registerApplication(y),f.onDestroy(()=>{this.detachView(f.hostView),kh(this.components,f),I?.unregisterApplication(y)}),this._loadComponent(f),yn(pt.BootstrapComponentEnd,f),f})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){yn(pt.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(im.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw yn(pt.ChangeDetectionEnd),new we(101,!1);const n=X(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,X(n),this.afterTick.next(),yn(pt.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(km,null,{optional:!0}));let n=0;for(;0!==this.dirtyFlags&&n++<10;){yn(pt.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{yn(pt.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(7&this.dirtyFlags){const r=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews)(r||la(o))&&(ch(o,r&&!this.zonelessEnabled?0:1),n=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:n})=>la(n))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(n){const r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){const r=n;kh(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(YU,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>kh(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new we(406,!1);const n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function kh(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class H3{destroy(t){}updateValue(t,n){}swap(t,n){const r=Math.min(t,n),o=Math.max(t,n),i=this.detach(o);if(o-r>1){const s=this.detach(r);this.attach(r,i),this.attach(o,s)}else this.attach(r,i)}move(t,n){this.attach(n,this.detach(t))}}function yv(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function Cv(e,t,n,r){return!(void 0===t||!t.has(r)||(e.attach(n,t.get(r)),t.delete(r),0))}function Ew(e,t,n,r,o){if(Cv(e,t,r,n(r,o)))e.updateValue(r,o);else{const i=e.create(r,o);e.attach(r,i)}}function Tw(e,t,n,r){const o=new Set;for(let i=t;i<=n;i++)o.add(r(i,e.at(i)));return o}class Sw{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;const n=this.kvMap.get(t);return void 0!==this._vMap&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);void 0===this._vMap&&(this._vMap=new Map);const o=this._vMap;for(;o.has(r);)r=o.get(r);o.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),void 0!==this._vMap){const o=this._vMap;for(;o.has(r);)r=o.get(r),t(r,n)}}}function bv(e,t,n,r,o,i,s,a){Yr("NgControlFlow");const c=Me(),l=$t();return ka(c,l,e,t,n,r,o,Lr(l.consts,i),512,s,a),bv}class V3{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-10}}function Aw(e,t){return t}class G3{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}}function Au(e,t,n,r,o,i,s,a,c,l,d,f,y){Yr("NgControlFlow");const I=Me(),z=$t(),fe=void 0!==c,pe=Me(),De=a?s.bind(pe[15][8]):s,Te=new G3(fe,De);pe[27+e]=Te,ka(I,z,e+1,t,n,r,o,Lr(z.consts,i),256),fe&&ka(I,z,e+2,c,l,d,f,Lr(z.consts,y),512)}class $3 extends H3{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r}get length(){return this.lContainer.length-10}at(t){return this.getLView(t)[8].$implicit}attach(t,n){const r=n[6];this.needsIndexUpdate||=t!==this.length,Fc(this.lContainer,n,t,Sa(this.templateTNode,r)),function W3(e,t){if(e.length<=10)return;const r=e[10+t],o=r?r[26]:void 0;r&&o&&o.detachedLeaveAnimationFns&&o.detachedLeaveAnimationFns.length>0&&(function VL(e,t){const n=e.get(Q_);if(t.detachedLeaveAnimationFns){for(const r of t.detachedLeaveAnimationFns)n.queue.delete(r);t.detachedLeaveAnimationFns=void 0}}(r[9],o),ba.delete(r[19]),o.detachedLeaveAnimationFns=void 0)}(this.lContainer,t)}detach(t){return this.needsIndexUpdate||=t!==this.length-1,function q3(e,t){if(e.length<=10)return;const r=e[10+t],o=r?r[26]:void 0;o&&o.leave&&o.leave.size>0&&(o.detachedLeaveAnimationFns=[])}(this.lContainer,t),function K3(e,t){return lu(e,t)}(this.lContainer,t)}create(t,n){return Pc(this.hostLView,this.templateTNode,new V3(this.lContainer,n,t),{dehydratedView:null})}destroy(t){au(t[1],t)}updateValue(t,n){this.getLView(t)[8].$implicit=n}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[8].$index=t}getLView(t){return function Y3(e,t){return dS(e,t)}(this.lContainer,t)}}function Du(e){const t=X(null),n=Ar();try{const r=Me(),o=r[1],i=r[n],s=n+1,a=Lh(r,s);if(void 0===i.liveCollection){const l=Ev(o,s);i.liveCollection=new $3(a,r,l)}else i.liveCollection.reset();const c=i.liveCollection;if(function z3(e,t,n,r){let o,i,s=0,a=e.length-1;if(Array.isArray(t)){X(r);let l=t.length-1;for(X(null);s<=a&&s<=l;){const d=e.at(s),f=t[s],y=yv(s,d,s,f,n);if(0!==y){y<0&&e.updateValue(s,f),s++;continue}const I=e.at(a),z=t[l],fe=yv(a,I,l,z,n);if(0!==fe){fe<0&&e.updateValue(a,z),a--,l--;continue}const pe=n(s,d),De=n(a,I),Te=n(s,f);if(Object.is(Te,De)){const Tt=n(l,z);Object.is(Tt,pe)?(e.swap(s,a),e.updateValue(a,z),l--,a--):e.move(a,s),e.updateValue(s,f),s++;continue}if(o??=new Sw,i??=Tw(e,s,a,n),Cv(e,o,s,Te))e.updateValue(s,f),s++,a++;else if(i.has(Te))o.set(pe,e.detach(s)),a--;else{const Tt=e.create(s,t[s]);e.attach(s,Tt),s++,a++}}for(;s<=l;)Ew(e,o,n,s,t[s]),s++}else if(null!=t){X(r);const l=t[Symbol.iterator]();X(null);let d=l.next();for(;!d.done&&s<=a;){const f=e.at(s),y=d.value,I=yv(s,f,s,y,n);if(0!==I)I<0&&e.updateValue(s,y),s++,d=l.next();else{o??=new Sw,i??=Tw(e,s,a,n);const z=n(s,y);if(Cv(e,o,s,z))e.updateValue(s,y),s++,a++,d=l.next();else if(i.has(z)){const fe=n(s,f);o.set(fe,e.detach(s)),a--}else e.attach(s,e.create(s,y)),s++,a++,d=l.next()}}for(;!d.done;)Ew(e,o,n,e.length,d.value),d=l.next()}for(;s<=a;)e.destroy(e.detach(a--));o?.forEach(l=>{e.destroy(l)})}(c,e,i.trackByFn,t),c.updateIndexes(),i.hasEmptyBlock){const l=Co(),d=0===c.length;if(Vn(r,l,d)){const f=n+2,y=Lh(r,f);if(d){const I=Ev(o,f),z=null;Fc(y,Pc(r,I,void 0,{dehydratedView:z}),0,Sa(I,z))}else o.firstUpdatePass&&function fh(e){const t=e[6]??[],r=e[3][11],o=[];for(const i of t)void 0!==i.data.di?o.push(i):kS(i,r);e[6]=o}(y),Cm(y,0)}}}finally{X(t)}}function Lh(e,t){return e[t]}function Ev(e,t){return ca(e,t)}function io(e,t,n){const r=Me();return Vn(r,Co(),t)&&($t(),pm(ei(),r,e,t,r[11],n)),io}function Tv(e,t,n,r,o){sh(t,e,n,o?"class":"style",r)}function on(e,t,n,r){const o=Me(),i=o[1],s=e+27,a=i.firstCreatePass?Om(s,o,2,t,mm,function Fp(){return Ut.bindingsEnabled}(),n,r):i.data[s];if(Qo(a)){const c=o[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(Fm(i.data[a.directiveStart+a.componentOffset]),()=>(Dw(e,t,o,a,r),on))}return Dw(e,t,o,a,r),on}function Dw(e,t,n,r,o){if(oh(r,n,e,t,Sv),aa(r)){const i=n[1];nh(i,n,r),Pg(i,r,n)}null!=o&&Lc(n,r)}function gn(){const e=$t(),n=ih(jt());return e.firstCreatePass&&Lm(e,n),Fb(n)&&Ub(),Pb(),null!=n.classesWithoutHost&&function GM(e){return!!(8&e.flags)}(n)&&Tv(e,n,Me(),n.classesWithoutHost,!0),null!=n.stylesWithoutHost&&function $M(e){return!!(16&e.flags)}(n)&&Tv(e,n,Me(),n.stylesWithoutHost,!1),gn}function Pa(e,t,n,r){return on(e,t,n,r),gn(),Pa}function so(e,t,n,r){const o=Me(),i=o[1],s=e+27,a=i.firstCreatePass?function GS(e,t,n,r,o,i){const s=t.consts,c=Ia(t,e,n,r,Lr(s,o));if(c.mergedAttrs=wc(c.mergedAttrs,c.attrs),null!=i){const l=Lr(s,i);c.localNames=[];for(let d=0;d<l.length;d+=2)c.localNames.push(l[d],-1)}return null!==c.attrs&&mh(c,c.attrs,!1),null!==c.mergedAttrs&&mh(c,c.mergedAttrs,!0),null!==t.queries&&t.queries.elementStart(t,c),c}(s,i,2,t,n,r):i.data[s];return oh(a,o,e,t,Sv),null!=r&&Lc(o,a),so}function Go(){return Fb(ih(jt()))&&Ub(),Pb(),Go}function Ba(e,t,n,r){return so(e,t,n,r),Go(),Ba}let Sv=(e,t,n,r,o)=>(Ul(!0),V_(t[11],r,e0()));function Bh(){return Me()}function Fh(e,t,n){const r=Me();return Vn(r,Co(),t)&&($t(),gm(ei(),r,e,t,r[11],n)),Fh}const Uh="en-US";let Lw=Uh;function er(e,t,n){const r=Me(),o=$t(),i=jt();return function Rv(e,t,n,r,o,i,s){let a=!0,c=null;if((3&r.type||s)&&(c??=As(r,t,i),function Bm(e,t,n,r,o,i,s,a){const c=aa(e);let l=!1,d=null;if(!r&&c&&(d=function HB(e,t,n,r){const o=e.cleanup;if(null!=o)for(let i=0;i<o.length-1;i+=2){const s=o[i];if(s===n&&o[i+1]===r){const a=t[7],c=o[i+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(i+=2)}return null}(t,n,i,e.index)),null!==d)(d.__ngLastListenerFn__||d).__ngNextListenerFn__=s,d.__ngLastListenerFn__=s,l=!0;else{const f=Qn(e,n),y=r?r(f):f;r||(a.__ngNativeEl__=f);const I=o.listen(y,i,a);(function UB(e){return e.startsWith("animation")||e.startsWith("transition")})(i)||WS(r?fe=>r(wr(fe[e.index])):e.index,t,n,i,a,I,!1)}return l}(r,e,t,s,n,o,i,c)&&(a=!1)),a){const l=r.outputs?.[o],d=r.hostDirectiveOutputs?.[o];if(d&&d.length)for(let f=0;f<d.length;f+=2){const y=d[f],I=d[f+1];c??=As(r,t,i),Gc(r,t,y,I,o,c)}if(l&&l.length)for(const f of l)c??=As(r,t,i),Gc(r,t,f,o,o,c)}}(o,r,r[11],i,e,t,n),er}function Zi(e=1){return function kR(e){return(Ut.lFrame.contextLView=function a_(e,t){for(;e>0;)t=t[14],e--;return t}(e,Ut.lFrame.contextLView))[8]}(e)}function V8(e,t){let n=null;const r=function gL(e){const t=e.attrs;if(null!=t){const n=t.indexOf(5);if(!(1&n))return t[n+1]}return null}(e);for(let o=0;o<t.length;o++){const i=t[o];if("*"!==i){if(null===r?wT(e,i,!0):yL(r,i))return o}else n=o}return n}function Ns(e){const t=Me()[15][5];if(!t.projection){const r=t.projection=function hc(e,t){const n=[];for(let r=0;r<e;r++)n.push(t);return n}(e?e.length:1,null),o=r.slice();let i=t.child;for(;null!==i;){if(128!==i.type){const s=e?V8(i,e):0;null!==s&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function ks(e,t=0,n,r,o,i){const s=Me(),a=$t(),c=r?e+1:null;null!==c&&ka(s,a,c,r,o,i,null,n);const l=Ia(a,27+e,16,null,n||null);null===l.projection&&(l.projection=t),Vb();const f=!s[6]||Bb();null===s[15][5].projection[l.projection]&&null!==c?function j8(e,t,n){const r=27+n,o=t.data[r],i=e[r];Fc(i,Pc(e,o,void 0,{dehydratedView:null}),0,Sa(o,null))}(s,a,c):f&&!R_(l)&&function YL(e,t,n){XT(t[11],0,t,n,um(e,n,t),$T(n.parent||t[5],n,t))}(a,s,l)}function Gh(e,t){return e<<17|t<<2}function Fa(e){return e>>17&32767}function Mv(e){return 2|e}function Jc(e){return(131068&e)>>2}function Ov(e,t){return-131069&e|t<<2}function Lv(e){return 1|e}function iA(e,t,n,r){const o=e[n+1],i=null===t;let s=r?Fa(o):Jc(o),a=!1;for(;0!==s&&(!1===a||i);){const l=e[s+1];Q8(e[s],t)&&(a=!0,e[s+1]=r?Lv(l):Mv(l)),s=r?Fa(l):Jc(l)}a&&(e[n+1]=r?Mv(o):Lv(o))}function Q8(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&ta(e,t)>=0}function $h(e,t){return function hA(e,t,n,r){const o=Me(),i=$t(),s=zi(2);i.firstUpdatePass&&function gA(e,t,n,r){const o=e.data;if(null===o[n+1]){const i=o[Ar()],s=function pA(e,t){return t>=e.expandoStartIndex}(e,n);(function CA(e,t){return!!(e.flags&(t?8:16))})(i,r)&&null===t&&!s&&(t=!1),t=function u4(e,t,n,r){const o=function Hp(e){const t=Ut.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}(e);let i=r?t.residualClasses:t.residualStyles;if(null===o)0===(r?t.classBindings:t.styleBindings)&&(n=Ou(n=Pv(null,e,t,n,r),t.attrs,r),i=null);else{const s=t.directiveStylingLast;if(-1===s||e[s]!==o)if(n=Pv(o,e,t,n,r),null===i){let c=function d4(e,t,n){const r=n?t.classBindings:t.styleBindings;if(0!==Jc(r))return e[Fa(r)]}(e,t,r);void 0!==c&&Array.isArray(c)&&(c=Pv(null,e,t,c[1],r),c=Ou(c,t.attrs,r),function _4(e,t,n,r){e[Fa(n?t.classBindings:t.styleBindings)]=r}(e,t,r,c))}else i=function h4(e,t,n){let r;const o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++)r=Ou(r,e[i].hostAttrs,n);return Ou(r,t.attrs,n)}(e,t,r)}return void 0!==i&&(r?t.residualClasses=i:t.residualStyles=i),n}(o,i,t,r),function Z8(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=Fa(s),c=Jc(s);e[r]=n;let d,l=!1;if(Array.isArray(n)?(d=n[1],(null===d||ta(n,d)>0)&&(l=!0)):d=n,o)if(0!==c){const y=Fa(e[a+1]);e[r+1]=Gh(y,a),0!==y&&(e[y+1]=Ov(e[y+1],r)),e[a+1]=function Y8(e,t){return 131071&e|t<<17}(e[a+1],r)}else e[r+1]=Gh(a,0),0!==a&&(e[a+1]=Ov(e[a+1],r)),a=r;else e[r+1]=Gh(c,0),0===a?a=r:e[c+1]=Ov(e[c+1],r),c=r;l&&(e[r+1]=Mv(e[r+1])),iA(e,d,r,!0),iA(e,d,r,!1),function J8(e,t,n,r,o){const i=o?e.residualClasses:e.residualStyles;null!=i&&"string"==typeof t&&ta(i,t)>=0&&(n[r+1]=Lv(n[r+1]))}(t,d,e,r,i),s=Gh(a,c),i?t.classBindings=s:t.styleBindings=s}(o,i,t,n,s,r)}}(i,e,s,r),t!==En&&Vn(o,s,t)&&function vA(e,t,n,r,o,i,s,a){if(!(3&t.type))return;const c=e.data,l=c[a+1],d=function X8(e){return!(1&~e)}(l)?yA(c,t,n,o,Jc(l),s):void 0;Wh(d)||(Wh(i)||function K8(e){return!(2&~e)}(l)&&(i=yA(c,null,n,o,a,s)),function ZL(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=-1===r.indexOf("-")?void 0:Is.DashCase;null==o?e.removeStyle(n,r,i):("string"==typeof o&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=Is.Important),e.setStyle(n,r,o,i))}}(r,s,fs(Ar(),n),o,i))}(i,i.data[Ar()],o,o[11],e,o[s+1]=function m4(e,t){return null==e||""===e||("string"==typeof t?e+=t:"object"==typeof e&&(e=fo(Es(e)))),e}(t,n),r,s)}(e,t,null,!0),$h}function Pv(e,t,n,r,o){let i=null;const s=n.directiveEnd;let a=n.directiveStylingLast;for(-1===a?a=n.directiveStart:a++;a<s&&(i=t[a],r=Ou(r,i.hostAttrs,o),i!==e);)a++;return null!==e&&(n.directiveStylingLast=a),r}function Ou(e,t,n){const r=n?1:2;let o=-1;if(null!==t)for(let i=0;i<t.length;i++){const s=t[i];"number"==typeof s?o=s:o===r&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),fc(e,s,!!n||t[++i]))}return void 0===e?null:e}function yA(e,t,n,r,o,i){const s=null===t;let a;for(;o>0;){const c=e[o],l=Array.isArray(c),d=l?c[1]:c,f=null===d;let y=n[o+1];y===En&&(y=f?Mn:void 0);let I=f?wl(y,r):d===r?y:void 0;if(l&&!Wh(I)&&(I=wl(c,r)),Wh(I)&&(a=I,s))return a;const z=e[o+1];o=s?Fa(z):Jc(z)}if(null!==t){let c=i?t.residualClasses:t.residualStyles;null!=c&&(a=wl(c,r))}return a}function Wh(e){return void 0!==e}function Tn(e,t=""){const n=Me(),r=$t(),o=e+27,i=r.firstCreatePass?Ia(r,o,1,t,null):r.data[o],s=bA(r,n,i,t);n[o]=s,d_()&&_m(r,n,s,i),Ui(i,!1)}let bA=(e,t,n,r)=>(Ul(!0),function Gg(e,t){return e.createText(t)}(t[11],r));function SA(e,t,n,r,o,i=""){const a=function Da(e,t,n,r){const o=Vn(e,t,n);return Vn(e,t+1,r)||o}(e,function Hi(){return Ut.lFrame.bindingIndex}(),n,o);return zi(2),a?t+Vt(n)+r+Vt(o)+i:En}function Do(e){return Fr("",e),Do}function Fr(e,t,n){const r=Me(),o=function TA(e,t,n,r=""){return Vn(e,Co(),n)?t+Vt(n)+r:En}(r,e,t,n);return o!==En&&Ji(r,Ar(),o),Fr}function Bv(e,t,n,r,o){const i=Me(),s=SA(i,e,t,n,r,o);return s!==En&&Ji(i,Ar(),s),Bv}function Ji(e,t,n){const r=fs(t,e);!function uT(e,t,n){e.setValue(t,n)}(e[11],r,n)}const HA={};function Fv(e){Yr("NgLet");const t=$t(),n=Me(),r=e+27;return Ui(Ia(t,r,128,null,null),!1),i_(t,n,r,HA),Fv}function qh(e){const n=ps(function jb(){return Ut.lFrame.contextLView}(),27+e);if(n===HA)throw new we(314,!1);return n}function Lu(e){return Vn(Me(),Co(),e)?Vt(e):En}function VA(e,t,n){const r=$t();r.firstCreatePass&&jA(t,r.data,r.blueprint,Uo(e),n)}function jA(e,t,n,r,o){if(e=Nt(e),Array.isArray(e))for(let i=0;i<e.length;i++)jA(e[i],t,n,r,o);else{const i=$t(),s=Me(),a=jt();let c=_i(e)?e:Nt(e.provide);const l=Ap(e),d=1048575&a.providerIndexes,f=a.directiveStart,y=a.providerIndexes>>20;if(_i(e)||!e.multi){const I=new Gl(l,o,it,null),z=Hv(c,t,o?d:d+y,f);-1===z?(ug(b_(a,s),i,c),Uv(i,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(I),s.push(I)):(n[z]=I,s[z]=I)}else{const I=Hv(c,t,d+y,f),z=Hv(c,t,d,d+y),pe=z>=0&&n[z];if(o&&!pe||!o&&!(I>=0&&n[I])){ug(b_(a,s),i,c);const De=function M4(e,t,n,r,o){const s=new Gl(e,n,it,null);return s.multi=[],s.index=t,s.componentProviders=0,GA(s,o,r&&!n),s}(o?R4:k4,n.length,o,r,l);!o&&pe&&(n[z].providerFactory=De),Uv(i,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(De),s.push(De)}else Uv(i,e,I>-1?I:z,GA(n[o?z:I],l,!o&&r));!o&&r&&pe&&n[z].componentProviders++}}}function Uv(e,t,n,r){const o=_i(t),i=function Ip(e){return!!e.useClass}(t);if(o||i){const c=(i?Nt(t.useClass):t).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){const d=l.indexOf(n);-1===d?l.push(n,[r,c]):l[d+1].push(r,c)}else l.push(n,c)}}}function GA(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Hv(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function k4(e,t,n,r,o){return zv(this.multi,[])}function R4(e,t,n,r,o){const i=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=ql(r,r[1],this.providerFactory.index,o);s=c.slice(0,a),zv(i,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],zv(i,s);return s}function zv(e,t){for(let n=0;n<e.length;n++)t.push((0,e[n])());return t}function Bn(e,t){return n=>{n.providersResolver=(r,o)=>VA(r,o?o(e):e,!1),t&&(n.viewProvidersResolver=(r,o)=>VA(r,o?o(t):t,!0))}}function WA(e,t,n,r,o,i){const s=t+n;return Vn(e,s,o)?function oi(e,t,n){return e[t]=n}(e,s+1,i?r.call(i,o):r(o)):function Pu(e,t){const n=e[t];return n===En?void 0:n}(e,s+1)}function JA(e,t,n){const r=e+27,o=Me(),i=ps(o,r);return function Bu(e,t){return e[1].data[t].pure}(o,r)?WA(o,function qr(){const e=Ut.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}(),t,i.transform,n,i):i.transform(n)}let DH=(()=>{class e{applicationErrorHandler=de(gs);appRef=de(Yi);taskService=de(ua);ngZone=de(On);zonelessEnabled=de(Yp);tracing=de(Ea,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new rt;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(h_):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(de(YR,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const n=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(n)):this.taskService.remove(n)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const n=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})})}notify(n){if(!this.zonelessEnabled&&5===n)return;switch(n){case 0:case 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?UR:i0;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(h_+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(0===this.appRef.dirtyFlags)return void this.cleanup();!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.applicationErrorHandler(r)}finally{this.taskService.remove(n),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function qv(){return[{provide:da,useExisting:DH},{provide:On,useClass:GR},{provide:Yp,useValue:!0}]}const Ms=new qe("",{factory:()=>de(Ms,{optional:!0,skipSelf:!0})||function NH(){return typeof $localize<"u"&&$localize.locale||Uh}()});
|
|
39
|
+
function $i(e){return{toString:e}.toString()}function w0(e,t,n,r){null!==t?t.applyValueToInputSignal(t,r):e[n]=r}class PM{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}}const vs=(()=>{const e=()=>A0;return e.ngInherit=!0,e})();function A0(e){return e.type.prototype.ngOnChanges&&(e.setInput=FM),BM}function BM(){const e=x0(this),t=e?.current;if(t){const n=e.previous;if(n===Zo)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function FM(e,t,n,r,o){const i=this.declaredInputs[r],s=x0(e)||function UM(e,t){return e[D0]=t}(e,{previous:Zo,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[i];a[i]=new PM(l&&l.currentValue,n,c===Zo),w0(e,t,o,n)}const D0="__ngSimpleChanges__";function x0(e){return e[D0]||null}const fa=[],yn=function(e,t=null,n){for(let r=0;r<fa.length;r++)(0,fa[r])(e,t,n)};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 v_(e,t,n){k0(e,t,3,n)}function y_(e,t,n,r){(3&e[2])===n&&k0(e,t,n,r)}function ig(e,t){let n=e[2];(3&n)===t&&(n&=16383,n+=1,e[2]=n)}function k0(e,t,n,r){const i=r??-1,s=t.length-1;let a=0;for(let c=void 0!==r?65535&e[17]:0;c<s;c++)if("number"==typeof t[c+1]){if(a=t[c],null!=r&&a>=r)break}else t[c]<0&&(e[17]+=65536),(a<i||-1==i)&&(GM(e,n,t,c),e[17]=(4294901760&e[17])+c+2),c++}function R0(e,t){yn(pt.LifecycleHookStart,e,t);const n=X(null);try{t.call(e)}finally{X(n),yn(pt.LifecycleHookEnd,e,t)}}function GM(e,t,n,r){const o=n[r]<0,i=n[r+1],a=e[o?-n[r]:n[r]];o?e[2]>>14<e[17]>>16&&(3&e[2])===t&&(e[2]+=16384,R0(a,i)):R0(a,i)}class $l{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r,o){this.factory=t,this.name=o,this.canSeeViewProviders=n,this.injectImpl=r}}function O0(e){return 3===e||4===e||6===e}function L0(e){return 64===e.charCodeAt(0)}function wc(e,t){if(null!==t&&0!==t.length)if(null===e||0===e.length)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){const o=t[r];"number"==typeof o?n=o:0===n||P0(e,n,o,0,-1===n||2===n?t[++r]:null)}}return e}function P0(e,t,n,r,o){let i=0,s=e.length;if(-1===t)s=-1;else for(;i<e.length;){const a=e[i++];if("number"==typeof a){if(a===t){s=-1;break}if(a>t){s=i-1;break}}}for(;i<e.length;){const a=e[i];if("number"==typeof a)break;if(a===n)return void(null!==o&&(e[i+1]=o));i++,null!==o&&i++}-1!==s&&(e.splice(s,0,t),i=s+1),e.splice(i++,0,n),null!==o&&e.splice(i++,0,o)}function Wl(e){return 32767&e}function ql(e,t){let n=function KM(e){return e>>16}(e),r=t;for(;n>0;)r=r[14],n--;return r}let cg=!0;function C_(e){const t=cg;return cg=e,t}let YM=0;const yi={};function b_(e,t){const n=U0(e,t);if(-1!==n)return n;const r=t[1];r.firstCreatePass&&(e.injectorIndex=t.length,lg(r.data,e),lg(t,null),lg(r.blueprint,null));const o=E_(e,t),i=e.injectorIndex;if(function ag(e){return-1!==e}(o)){const s=Wl(o),a=ql(o,t),c=a[1].data;for(let l=0;l<8;l++)t[i+l]=a[s+l]|c[s+l]}return t[i+8]=o,i}function lg(e,t){e.push(0,0,0,0,0,0,0,0,t)}function U0(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function E_(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;null!==o;){if(r=W0(o),null===r)return-1;if(n++,o=o[14],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return-1}function ug(e,t,n){!function XM(e,t,n){let r;"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(ac)&&(r=n[ac]),null==r&&(r=n[ac]=YM++);const o=255&r;t.data[e+(o>>5)]|=1<<o}(e,t,n)}function H0(e,t,n){if(8&n||void 0!==e)return e;Fd()}function z0(e,t,n,r){if(8&n&&void 0===r&&(r=null),!(3&n)){const o=e[9],i=oo(void 0);try{return o?o.get(t,r,8&n):vp(t,r,8&n)}finally{oo(i)}}return H0(r,0,n)}function V0(e,t,n,r=0,o){if(null!==e){if(2048&t[2]&&!(2&r)){const s=function tO(e,t,n,r,o){let i=e,s=t;for(;null!==i&&null!==s&&2048&s[2]&&!Bi(s);){const a=j0(i,s,n,2|r,yi);if(a!==yi)return a;let c=i.parent;if(!c){const l=s[20];if(l){const d=l.get(n,yi,-5&r);if(d!==yi)return d}c=W0(s),s=s[14]}i=c}return o}(e,t,n,r,yi);if(s!==yi)return s}const i=j0(e,t,n,r,yi);if(i!==yi)return i}return z0(t,n,r,o)}function j0(e,t,n,r,o){const i=function QM(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(ac)?e[ac]:void 0;return"number"==typeof t?t>=0?255&t:eO:t}(n);if("function"==typeof i){if(!Kb(t,e,r))return 1&r?H0(o,0,r):z0(t,n,r,o);try{let s;if(s=i(r),null!=s||8&r)return s;Fd()}finally{Jb()}}else if("number"==typeof i){let s=null,a=U0(e,t),c=-1,l=1&r?t[15][5]:null;for((-1===a||4&r)&&(c=-1===a?E_(e,t):t[a+8],-1!==c&&$0(r,!1)?(s=t[1],a=Wl(c),t=ql(c,t)):a=-1);-1!==a;){const d=t[1];if(G0(i,a,d.data)){const f=JM(a,t,n,s,r,l);if(f!==yi)return f}c=t[a+8],-1!==c&&$0(r,t[1].data[a+8]===l)&&G0(i,a,t)?(s=d,a=Wl(c),t=ql(c,t)):a=-1}}return o}function JM(e,t,n,r,o,i){const s=t[1],a=s.data[e+8],d=function T_(e,t,n,r,o){const i=e.providerIndexes,s=t.data,a=1048575&i,c=e.directiveStart,d=i>>20,y=o?a+d:e.directiveEnd;for(let I=r?a:a+d;I<y;I++){const z=s[I];if(I<c&&n===z||I>=c&&z.type===n)return I}if(o){const I=s[c];if(I&&Uo(I)&&I.type===n)return c}return null}(a,s,n,null==r?Qo(a)&&cg:r!=s&&!!(3&a.type),1&o&&i===a);return null!==d?Kl(t,s,d,a,o):yi}function Kl(e,t,n,r,o){let i=e[n];const s=t.data;if(i instanceof $l){const a=i;if(a.resolving)throw Bd();const c=C_(a.canSeeViewProviders);a.resolving=!0;const f=a.injectImpl?oo(a.injectImpl):null;Kb(e,r,0);try{i=e[n]=a.factory(void 0,o,s,e,r),t.firstCreatePass&&n>=r.directiveStart&&function jM(e,t,n){const{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){const s=A0(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),i&&((n.preOrderHooks??=[]).push(e,i),(n.preOrderCheckHooks??=[]).push(e,i))}(n,s[n],t)}finally{null!==f&&oo(f),C_(c),a.resolving=!1,Jb()}}return i}function G0(e,t,n){return!!(n[t+(e>>5)]&1<<e)}function $0(e,t){return!(2&e||1&e&&t)}class ir{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return V0(this._tNode,this._lView,t,uc(r),n)}}function eO(){return new ir(jt(),Me())}function Rr(e){return $i(()=>{const t=e.prototype.constructor,n=t[as]||dg(t),r=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){const i=o[as]||dg(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function dg(e){return Gr(e)?()=>{const t=dg(Nt(e));return t&&t()}:Mi(e)}function W0(e){const t=e[1],n=t.type;return 2===n?t.declTNode:1===n?e[5]:null}function lO(){return Ac(jt(),Me())}function Ac(e,t){return new Dr(Qn(e,t))}let Dr=(()=>class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=lO})();function Yl(e){return!(128&~e.flags)}Symbol;var I_=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(I_||{});const w_=new Map;let fO=0;function pg(e){w_.delete(e[19])}const mg="__ngContext__";function To(e,t){Kn(t)?(e[mg]=t[19],function gO(e){w_.set(e[19],e)}(t)):e[mg]=t}function aE(e){return lE(e[12])}function cE(e){return lE(e[4])}function lE(e){for(;null!==e&&!Wr(e);)e=e[4];return e}let yg;const xc=new qe("",{factory:()=>BO}),BO="ng",gE=new qe(""),mE=new qe("",{providedIn:"platform",factory:()=>"unknown"}),vE=new qe("",{factory:()=>ue(ti).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),GO=new qe("",{factory:()=>!1}),Ag=new WeakMap;function R_(e){return!(32&~e.flags)}function WE(e,t){const n=e.contentQueries;if(null!==n){const r=X(null);try{for(let o=0;o<n.length;o+=2){const s=n[o+1];if(-1!==s){const a=e.data[s];u_(n[o]),a.contentQueries(2,t[s],s)}}}finally{X(r)}}}function Lg(e,t,n){u_(0);const r=X(null);try{t(e,n)}finally{X(r)}}function Pg(e,t,n){if(xp(t)){const r=X(null);try{const i=t.directiveEnd;for(let s=t.directiveStart;s<i;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,n[s],s)}}finally{X(r)}}}var Vo=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}(Vo||{});class eT{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${ko})`}}function Es(e){return e instanceof eT?e.changingThisBreaksApplicationSecurity:e}const M2=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function V_(e,t,n){return e.createElement(t,n)}function ga(e,t,n,r,o){e.insertBefore(t,n,r,o)}function dT(e,t,n){e.appendChild(t,n)}function _T(e,t,n,r,o){null!==r?ga(e,t,n,r,o):dT(e,t,n)}function nu(e,t,n,r){e.removeChild(null,t,n,r)}function fT(e,t,n){const{mergedAttrs:r,classes:o,styles:i}=n;null!==r&&function qM(e,t,n){let r=0;for(;r<n.length;){const o=n[r];if("number"==typeof o){if(0!==o)break;r++;const i=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,i)}else{const i=o,s=n[++r];L0(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}}(e,t,r),null!==o&&function q2(e,t,n){""===n?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}(e,t,o),null!==i&&function W2(e,t,n){e.setAttribute(t,"style",n)}(e,t,i)}var _r=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}(_r||{});function G_(e){const t=function ru(){const e=Me();return e&&e[10].sanitizer}();return t?t.sanitize(_r.URL,e)||"":function eu(e,t){const n=function x2(e){return e instanceof eT&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${ko})`)}return n===t}(e,"URL")?Es(e):function Hg(e){return(e=String(e)).match(M2)?e:"unsafe:"+e}(Vt(e))}function _L(e,t,n){let r=e.length;for(;;){const o=e.indexOf(t,n);if(-1===o)return o;if(0===o||e.charCodeAt(o-1)<=32){const i=t.length;if(o+i===r||e.charCodeAt(o+i)<=32)return o}n=o+1}}const IT="ng-template";function hL(e,t,n,r){let o=0;if(r){for(;o<t.length&&"string"==typeof t[o];o+=2)if("class"===t[o]&&-1!==_L(t[o+1].toLowerCase(),n,0))return!0}else if(qg(e))return!1;if(o=t.indexOf(1,o),o>-1){let i;for(;++o<t.length&&"string"==typeof(i=t[o]);)if(i.toLowerCase()===n)return!0}return!1}function qg(e){return 4===e.type&&e.value!==IT}function fL(e,t,n){return t===(4!==e.type||n?e.value:IT)}function pL(e,t,n){let r=4;const o=e.attrs,i=null!==o?function vL(e){for(let t=0;t<e.length;t++)if(O0(e[t]))return t;return e.length}(o):0;let s=!1;for(let a=0;a<t.length;a++){const c=t[a];if("number"!=typeof c){if(!s)if(4&r){if(r=2|1&r,""!==c&&!fL(e,c,n)||""===c&&1===t.length){if(ri(r))return!1;s=!0}}else if(8&r){if(null===o||!hL(e,o,c,n)){if(ri(r))return!1;s=!0}}else{const l=t[++a],d=gL(c,o,qg(e),n);if(-1===d){if(ri(r))return!1;s=!0;continue}if(""!==l){let f;if(f=d>i?"":o[d+1].toLowerCase(),2&r&&l!==f){if(ri(r))return!1;s=!0}}}}else{if(!s&&!ri(r)&&!ri(c))return!1;if(s&&ri(c))continue;s=!1,r=c|1&r}}return ri(r)||s}function ri(e){return!(1&e)}function gL(e,t,n,r){if(null===t)return-1;let o=0;if(r||!n){let i=!1;for(;o<t.length;){const s=t[o];if(s===e)return o;if(3===s||6===s)i=!0;else{if(1===s||2===s){let a=t[++o];for(;"string"==typeof a;)a=t[++o];continue}if(4===s)break;if(0===s){o+=4;continue}}o+=i?1:2}return-1}return function yL(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){const r=e[n];if("number"==typeof r)return-1;if(r===t)return n;n++}return-1}(t,e)}function wT(e,t,n=!1){for(let r=0;r<t.length;r++)if(pL(e,t[r],n))return!0;return!1}function CL(e,t){e:for(let n=0;n<t.length;n++){const r=t[n];if(e.length===r.length){for(let o=0;o<e.length;o++)if(e[o]!==r[o])continue e;return!0}}return!1}function AT(e,t){return e?":not("+t.trim()+")":t}function bL(e){let t=e[0],n=1,r=2,o="",i=!1;for(;n<e.length;){let s=e[n];if("string"==typeof s)if(2&r){const a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&r?o+="."+s:4&r&&(o+=" "+s);else""!==o&&!ri(s)&&(t+=AT(i,o),o=""),r=s,i=i||!ri(r);n++}return""!==o&&(t+=AT(i,o)),t}const En={};function Kg(e,t,n,r,o,i,s,a,c,l,d){const f=27+r,y=f+o,I=function SL(e,t){const n=[];for(let r=0;r<t;r++)n.push(r<e?null:En);return n}(f,y),z="function"==typeof l?l():l;return I[1]={type:e,blueprint:I,template:n,queries:null,viewQuery:a,declTNode:t,data:I.slice().fill(null,f),bindingStartIndex:f,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 i?i():i,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:z,incompleteFirstPass:!1,ssrId:d}}function W_(e,t,n,r,o,i,s,a,c,l,d){const f=t.blueprint.slice();return f[0]=o,f[2]=1228|r,(null!==l||e&&2048&e[2])&&(f[2]|=2048),Op(f),f[3]=f[14]=e,f[8]=n,f[10]=s||e&&e[10],f[11]=a||e&&e[11],f[9]=c||e&&e[9]||null,f[5]=i,f[19]=function pO(){return fO++}(),f[6]=d,f[20]=l,f[15]=2==t.type?e[15]:f,f}function Yg(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function ou(e,t,n,r){if(0===n)return-1;const o=t.length;for(let i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function Xg(e,t){return e[12]?e[13][4]=t:e[12]=t,e[13]=t,t}function Lt(e=1){xT($t(),Me(),Ar()+e,!1)}function xT(e,t,n,r){if(!r)if(3&~t[2]){const i=e.preOrderHooks;null!==i&&y_(t,i,0,n)}else{const i=e.preOrderCheckHooks;null!==i&&v_(t,i,n)}Vi(n)}var q_=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(q_||{});function Ss(e,t,n,r){const o=X(null);try{const[i,s,a]=e.inputs[n];let c=null;0!==(s&q_.SignalBased)&&(c=t[i][ce]),null!==c&&void 0!==c.transformFn?r=c.transformFn(r):null!==a&&(r=a.call(t,r)),null!==e.setInput?e.setInput(t,c,r,n,i):w0(t,c,i,r)}finally{X(o)}}var Is=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(Is||{});function Jg(e,t){return(void 0)(e,t)}typeof document<"u"&&document;const iu=new WeakMap,su=new WeakSet;const ba=new Set;var im=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(im||{});const Ea=new qe(""),OT=new Set;function Xr(e){OT.has(e)||(OT.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let LT=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})();const Q_=new qe("",{factory:()=>({queue:new Set,isScheduled:!1,scheduler:null,injector:ue(mo)})});function UT(e,t,n){const r=e.get(Q_);if(Array.isArray(t))for(const o of t)r.queue.add(o),n?.detachedLeaveAnimationFns?.push(o);else r.queue.add(t),n?.detachedLeaveAnimationFns?.push(t);r.scheduler&&r.scheduler(e)}function HT(e,t,n,r){const o=e?.[26]?.enter;null!==t&&o&&o.has(n.index)&&function am(e,t){for(const[n,r]of t)UT(e,r.animateFns)}(r,o)}function Oc(e,t,n,r,o,i,s,a){if(null!=o){let c,l=!1;Wr(o)?c=o:Kn(o)&&(l=!0,o=o[0]);const d=wr(o);0===e&&null!==r?(HT(a,r,i,n),null==s?dT(t,r,d):ga(t,r,d,s||null,!0)):1===e&&null!==r?(HT(a,r,i,n),ga(t,r,d,s||null,!0),function ML(e,t){const n=iu.get(e);if(!n||0===n.length)return;const r=t.parentNode,o=t.previousSibling;for(let i=n.length-1;i>=0;i--){const s=n[i],a=s.parentNode;s===t?(n.splice(i,1),su.add(s),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(o&&s===o||a&&r&&a!==r)&&(n.splice(i,1),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),s.parentNode?.removeChild(s))}}(i,d)):2===e?(a?.[26]?.leave?.has(i.index)&&function tm(e,t){const n=iu.get(e);n?n.includes(t)||n.push(t):iu.set(e,[t])}(i,d),su.delete(d),jT(a,i,n,f=>{su.has(d)?su.delete(d):nu(t,d,l,f)})):3===e&&(su.delete(d),jT(a,i,n,()=>{t.destroyNode(d)})),null!=c&&function ZL(e,t,n,r,o,i,s){const a=r[7];a!==wr(r)&&Oc(t,e,n,i,a,o,s);for(let l=10;l<r.length;l++){const d=r[l];th(d[1],d,e,t,i,a)}}(t,e,n,c,i,r,s)}}function VT(e,t){t[10].changeDetectionScheduler?.notify(9),th(e,t,t[11],2,null,null)}function cm(e,t){const n=e[9],r=n.indexOf(t);n.splice(r,1)}function cu(e,t){if(gi(t))return;const n=t[11];n.destroyNode&&th(e,t,n,3,null,null),function WL(e){let t=e[12];if(!t)return lm(e[1],e);for(;t;){let n=null;if(Kn(t))n=t[12];else{const r=t[10];r&&(n=r)}if(!n){for(;t&&!t[4]&&t!==e;)Kn(t)&&lm(t[1],t),t=t[3];null===t&&(t=e),Kn(t)&&lm(t[1],t),n=t&&t[4]}t=n}}(t)}function lm(e,t){if(gi(t))return;const n=X(null);try{t[2]&=-129,t[2]|=256,t[24]&&Xe(t[24]),function YL(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let r=0;r<n.length;r+=2){const o=t[n[r]];if(!(o instanceof $l)){const i=n[r+1];if(Array.isArray(i))for(let s=0;s<i.length;s+=2){const a=o[i[s]],c=i[s+1];yn(pt.LifecycleHookStart,a,c);try{c.call(a)}finally{yn(pt.LifecycleHookEnd,a,c)}}else{yn(pt.LifecycleHookStart,o,i);try{i.call(o)}finally{yn(pt.LifecycleHookEnd,o,i)}}}}}(e,t),function KL(e,t){const n=e.cleanup,r=t[7];if(null!==n)for(let s=0;s<n.length-1;s+=2)if("string"==typeof n[s]){const a=n[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else n[s].call(r[n[s+1]]);null!==r&&(t[7]=null);const o=t[21];if(null!==o){t[21]=null;for(let s=0;s<o.length;s++)(0,o[s])()}const i=t[23];if(null!==i){t[23]=null;for(const s of i)s.destroy()}}(e,t),1===t[1].type&&t[11].destroy();const r=t[16];if(null!==r&&Wr(t[3])){r!==t[3]&&cm(r,t);const o=t[18];null!==o&&o.detachView(e)}pg(t)}finally{X(n)}}function jT(e,t,n,r){const o=e?.[26];if(null==o||null==o.leave||!o.leave.has(t.index))return r(!1);e&&ba.add(e[19]),UT(n,()=>{if(o.leave&&o.leave.has(t.index)){const s=o.leave.get(t.index),a=[];if(s){for(let c=0;c<s.animateFns.length;c++){const l=s.animateFns[c],{promise:d}=l();a.push(d)}o.detachedLeaveAnimationFns=void 0}o.running=Promise.allSettled(a),function qL(e,t){const n=e[26]?.running;n?n.then(()=>{e[26].running=void 0,ba.delete(e[19]),t(!0)}):t(!1)}(e,r)}else e&&ba.delete(e[19]),r(!1)},o)}function um(e,t,n){return function GT(e,t,n){let r=t;for(;null!==r&&168&r.type;)r=(t=r).parent;if(null===r)return n[0];if(Qo(r)){const{encapsulation:o}=e.data[r.directiveStart+r.componentOffset];if(o===Vo.None||o===Vo.Emulated)return null}return Qn(r,n)}(e,t.parent,n)}function $T(e,t,n){return qT(e,t,n)}let qT=function WT(e,t,n){return 40&e.type?Qn(e,n):null};function _m(e,t,n,r){const o=um(e,r,t),i=t[11],a=$T(r.parent||t[5],r,t);if(null!=o)if(Array.isArray(n))for(let c=0;c<n.length;c++)_T(i,o,n[c],a,!1);else _T(i,o,n,a,!1)}function Ta(e,t){if(null!==t){const n=t.type;if(3&n)return Qn(t,e);if(4&n)return hm(-1,e[t.index]);if(8&n){const r=t.child;if(null!==r)return Ta(e,r);{const o=e[t.index];return Wr(o)?hm(-1,o):wr(o)}}if(128&n)return Ta(e,t.next);if(32&n)return Jg(t,e)()||wr(e[t.index]);{const r=YT(e,t);return null!==r?Array.isArray(r)?r[0]:Ta(Fi(e[15]),r):Ta(e,t.next)}}return null}function YT(e,t){return null!==t?e[15][5].projection[t.projection]:null}function hm(e,t){const n=10+e+1;if(n<t.length){const r=t[n],o=r[1].firstChild;if(null!==o)return Ta(r,o)}return t[7]}function fm(e,t,n,r,o,i,s){for(;null!=n;){const a=r[9];if(128===n.type){n=n.next;continue}const c=r[n.index],l=n.type;if(s&&0===t&&(c&&To(wr(c),r),n.flags|=2),!R_(n))if(8&l)fm(e,t,n.child,r,o,i,!1),Oc(t,e,a,o,c,n,i,r);else if(32&l){const d=Jg(n,r);let f;for(;f=d();)Oc(t,e,a,o,f,n,i,r);Oc(t,e,a,o,c,n,i,r)}else 16&l?XT(e,t,r,n,o,i):Oc(t,e,a,o,c,n,i,r);n=s?n.projectionNext:n.next}}function th(e,t,n,r,o,i){fm(n,r,e.firstChild,t,o,i,!1)}function XT(e,t,n,r,o,i){const s=n[15],c=s[5].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Oc(t,e,n[9],o,c[l],r,i,n);else{let l=c;const d=s[3];Yl(r)&&(l.flags|=128),fm(e,t,l,d,o,i,!0)}}function ZT(e,t,n,r,o){const i=Ar(),s=2&r;try{Vi(-1),s&&t.length>27&&xT(e,t,27,!1),yn(s?pt.TemplateUpdateStart:pt.TemplateCreateStart,o,n),n(r,o)}finally{Vi(i),yn(s?pt.TemplateUpdateEnd:pt.TemplateCreateEnd,o,n)}}function nh(e,t,n){(function rP(e,t,n){const r=n.directiveStart,o=n.directiveEnd;Qo(n)&&function IL(e,t,n){const r=Qn(t,e),o=function DT(e){const t=e.tView;return null===t||t.incompleteFirstPass?e.tView=Kg(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}(n),i=e[10].rendererFactory,s=Xg(e,W_(e,o,null,Yg(n),r,t,null,i.createRenderer(r,n),null,null,null));e[t.index]=s}(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||b_(n,t);const i=n.initialInputs;for(let s=r;s<o;s++){const a=e.data[s],c=Kl(t,e,s,n);To(c,t),null!==i&&aP(0,s-r,c,a,0,i),Uo(a)&&(qr(n.index,t)[8]=Kl(t,e,s,n))}})(e,t,n),!(64&~n.flags)&&function oP(e,t,n){const r=n.directiveStart,o=n.directiveEnd,i=n.index,s=function NR(){return Ut.lFrame.currentDirectiveIndex}();try{Vi(i);for(let a=r;a<o;a++){const c=e.data[a],l=t[a];Up(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&iP(c,l)}}finally{Vi(-1),Up(s)}}(e,t,n)}function Lc(e,t,n=Qn){const r=t.localNames;if(null!==r){let o=t.index+1;for(let i=0;i<r.length;i+=2){const s=r[i+1],a=-1===s?n(t,e):e[s];e[o++]=a}}}let JT=()=>null;function pm(e,t,n,r,o,i){sh(e,t[1],t,n,r)?Qo(e)&&function QT(e,t){const n=qr(t,e);16&n[2]||(n[2]|=64)}(t,e.index):(3&e.type&&(n=function nP(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(n)),gm(e,t,n,r,o,i))}function gm(e,t,n,r,o,i){if(3&e.type){const s=Qn(e,t);r=null!=i?i(r,e.value||"",n):r,o.setProperty(s,n,r)}}function iP(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function mm(e,t){const n=e.directiveRegistry;let r=null;if(n)for(let o=0;o<n.length;o++){const i=n[o];wT(t,i.selectors,!1)&&(r??=[],Uo(i)?r.unshift(i):r.push(i))}return r}function aP(e,t,n,r,o,i){const s=i[t];if(null!==s)for(let a=0;a<s.length;a+=2)Ss(r,n,s[a],s[a+1])}function oh(e,t,n,r,o){const i=27+n,s=t[1],a=o(s,t,e,r,n);t[i]=a,Ui(e,!0);const c=2===e.type;return c?(fT(t[11],a,e),(0===function SR(){return Ut.lFrame.elementDepthCount}()||aa(e))&&To(a,t),function IR(){Ut.lFrame.elementDepthCount++}()):To(a,t),d_()&&(!c||!R_(e))&&_m(s,t,a,e),e}function ih(e){let t=e;return zb()?Vb():(t=t.parent,Ui(t,!1)),t}function sh(e,t,n,r,o){const i=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];Ss(t.data[l],n[l],s[c+1],o),a=!0}if(i)for(const c of i)Ss(t.data[c],n[c],r,o),a=!0;return a}function lP(e,t){const n=qr(t,e),r=n[1];!function uP(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}(r,n);const o=n[0];null!==o&&null===n[6]&&(n[6]=null),yn(pt.ComponentStart);try{ah(r,n,n[8])}finally{yn(pt.ComponentEnd,n[8])}}function ah(e,t,n){Vp(t);try{const r=e.viewQuery;null!==r&&Lg(1,r,n);const o=e.template;null!==o&&ZT(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[18]?.finishViewCreation(e),e.staticContentQueries&&WE(e,t),e.staticViewQueries&&Lg(2,e.viewQuery,n);const i=e.components;null!==i&&function dP(e,t){for(let n=0;n<t.length;n++)lP(e,t[n])}(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[2]&=-5,jp()}}function Pc(e,t,n,r){const o=X(null);try{const i=t.tView,c=W_(e,i,n,4096&e[2]?4096:16,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null);c[16]=e[t.index];const d=e[18];return null!==d&&(c[18]=d.createEmbeddedView(i)),ah(i,c,n),c}finally{X(o)}}function Sa(e,t){return!t||null===t.firstChild||Yl(e)}function lu(e,t,n,r,o=!1){for(;null!==n;){if(128===n.type){n=o?n.projectionNext:n.next;continue}const i=t[n.index];null!==i&&r.push(wr(i)),Wr(i)&&_P(i,r);const s=n.type;if(8&s)lu(e,t,n.child,r);else if(32&s){const a=Jg(n,t);let c;for(;c=a();)r.push(c)}else if(16&s){const a=YT(t,n);if(Array.isArray(a))r.push(...a);else{const c=Fi(t[15]);lu(c[1],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function _P(e,t){for(let n=10;n<e.length;n++){const r=e[n],o=r[1].firstChild;null!==o&&lu(r[1],r,o,t)}e[7]!==e[0]&&t.push(e[7])}function nS(e){if(null!==e[25]){for(const t of e[25])t.impl.addSequence(t);e[25].length=0}}let rS=[];const gP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{mc(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},vP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=Fi(e.lView);for(;t&&!oS(t[1]);)t=Fi(t);t&&Ll(t)},consumerOnSignalRead(){this.lView[24]=this}};function oS(e){return 2!==e.type}function iS(e){if(null===e[23])return;let t=!0;for(;t;){let n=!1;for(const r of e[23])r.dirty&&(n=!0,null===r.zone||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(8192&e[2])}}function ch(e,t=0){const r=e[10].rendererFactory;r.begin?.();try{!function CP(e,t){const n=$b();try{l_(!0),ym(e,t);let r=0;for(;la(e);){if(100===r)throw new we(103,!1);r++,ym(e,1)}}finally{l_(n)}}(e,t)}finally{r.end?.()}}function sS(e,t,n,r){if(gi(t))return;const o=t[2];Vp(t);let a=!0,c=null,l=null;oS(e)?(l=function hP(e){return e[24]??function fP(e){const t=rS.pop()??Object.create(gP);return t.lView=e,t}(e)}(t),c=Ce(l)):null===function le(){return H}()?(a=!1,l=function mP(e){const t=e[24]??Object.create(vP);return t.lView=e,t}(t),c=Ce(l)):t[24]&&(Xe(t[24]),t[24]=null);try{Op(t),function Wb(e){return Ut.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==n&&ZT(e,t,n,2,r);const d=!(3&~o);if(d){const I=e.preOrderCheckHooks;null!==I&&v_(t,I,null)}else{const I=e.preOrderHooks;null!==I&&y_(t,I,0,null),ig(t,0)}if(function bP(e){for(let t=aE(e);null!==t;t=cE(t)){if(!(2&t[2]))continue;const n=t[9];for(let r=0;r<n.length;r++)Ll(n[r])}}(t),iS(t),aS(t,0),null!==e.contentQueries&&WE(e,t),d){const I=e.contentCheckHooks;null!==I&&v_(t,I)}else{const I=e.contentHooks;null!==I&&y_(t,I,1),ig(t,1)}!function TP(e,t){const n=e.hostBindingOpCodes;if(null!==n)try{for(let r=0;r<n.length;r++){const o=n[r];if(o<0)Vi(~o);else{const i=o,s=n[++r],a=n[++r];xR(s,i);const c=t[i];yn(pt.HostBindingsUpdateStart,c);try{a(2,c)}finally{yn(pt.HostBindingsUpdateEnd,c)}}}}finally{Vi(-1)}}(e,t);const f=e.components;null!==f&&lS(t,f,0);const y=e.viewQuery;if(null!==y&&Lg(2,y,r),d){const I=e.viewCheckHooks;null!==I&&v_(t,I)}else{const I=e.viewHooks;null!==I&&y_(t,I,2),ig(t,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),t[22]){for(const I of t[22])I();t[22]=null}nS(t),t[2]&=-73}catch(d){throw mc(t),d}finally{null!==l&&(Ge(l,c),a&&function pP(e){e.lView[24]!==e&&(e.lView=null,rS.push(e))}(l)),jp()}}function aS(e,t){for(let n=aE(e);null!==n;n=cE(n))for(let r=10;r<n.length;r++)cS(n[r],t)}function EP(e,t,n){yn(pt.ComponentStart);const r=qr(t,e);try{cS(r,n)}finally{yn(pt.ComponentEnd,r[8])}}function cS(e,t){s_(e)&&ym(e,t)}function ym(e,t){const r=e[1],o=e[2],i=e[24];let s=!!(0===t&&16&o);if(s||=!!(64&o&&0===t),s||=!!(1024&o),s||=!(!i?.dirty||!Ne(i)),s||=!1,i&&(i.dirty=!1),e[2]&=-9217,s)sS(r,e,r.template,e[8]);else if(8192&o){const a=X(null);try{iS(e),aS(e,1);const c=r.components;null!==c&&lS(e,c,1),nS(e)}finally{X(a)}}}function lS(e,t,n){for(let r=0;r<t.length;r++)EP(e,t[r],n)}function Bc(e,t){const n=$b()?64:1088;for(e[10].changeDetectionScheduler?.notify(t);e;){e[2]|=n;const r=Fi(e);if(Bi(e)&&!r)return e;e=r}return null}function dS(e,t){const n=10+t;if(n<e.length)return e[n]}function Fc(e,t,n,r=!0){const o=t[1];if(function SP(e,t,n,r){const o=10+r,i=n.length;r>0&&(n[o-1][4]=t),r<i-10?(t[4]=n[o],function Vd(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}(n,10+r,t)):(n.push(t),t[4]=null),t[3]=n;const s=t[16];null!==s&&n!==s&&_S(s,t);const a=t[18];null!==a&&a.insertView(e),Pl(t),t[2]|=128}(o,t,e,n),r){const s=hm(n,e),a=t[11],c=a.parentNode(e[7]);null!==c&&function $L(e,t,n,r,o,i){r[0]=o,r[5]=t,th(e,r,n,1,o,i)}(o,e[5],a,t,c,s)}const i=t[6];null!==i&&null!==i.firstChild&&(i.firstChild=null)}function Cm(e,t){const n=uu(e,t);return void 0!==n&&cu(n[1],n),n}function uu(e,t){if(e.length<=10)return;const n=10+t,r=e[n];if(r){const o=r[16];null!==o&&o!==e&&cm(o,r),t>0&&(e[n-1][4]=r[4]);const i=_c(e,10+t);!function zT(e,t){VT(e,t),t[0]=null,t[5]=null}(r[1],r);const s=i[18];null!==s&&s.detachView(i[1]),r[3]=null,r[4]=null,r[2]&=-129}return r}function _S(e,t){const n=e[9],r=t[3];(Kn(r)||t[15]!==r[3][15])&&(e[2]|=2),null===n?e[9]=[t]:n.push(t)}class du{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const t=this._lView,n=t[1];return lu(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[8]}set context(t){this._lView[8]=t}get destroyed(){return gi(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const t=this._lView[3];if(Wr(t)){const n=t[8],r=n?n.indexOf(this):-1;r>-1&&(uu(t,r),_c(n,r))}this._attachedToViewContainer=!1}cu(this._lView[1],this._lView)}onDestroy(t){c_(this._lView,t)}markForCheck(){Bc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){Pl(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,ch(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new we(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const t=Bi(this._lView),n=this._lView[16];null!==n&&!t&&cm(n,this._lView),VT(this._lView[1],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new we(902,!1);this._appRef=t;const n=Bi(this._lView),r=this._lView[16];null!==r&&!n&&_S(r,this._lView),Pl(this._lView)}}function Ia(e,t,n,r,o){let i=e.data[t];if(null===i)i=function Sm(e,t,n,r,o){const i=Hb(),s=zb(),c=e.data[t]=function FP(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return Bb()&&(a|=128),{type:n,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:o,namespace:e0(),attrs:i,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?i:i&&i.parent,n,t,r,o);return function BP(e,t,n,r){null===e.firstChild&&(e.firstChild=t),null!==n&&(r?null==n.child&&null!==t.parent&&(n.child=t):null===n.next&&(n.next=t,t.prev=n))}(e,c,i,s),c}(e,t,n,r,o),function DR(){return Ut.lFrame.inI18n}()&&(i.flags|=32);else if(64&i.type){i.type=n,i.value=r,i.attrs=o;const s=function Ul(){const e=Ut.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}();i.injectorIndex=null===s?-1:s.injectorIndex}return Ui(i,!0),i}function kS(e,t){let n=0,r=e.firstChild;if(r){const o=e.data.r;for(;n<o;){const i=r.nextSibling;nu(t,r,!1),r=i,n++}}}let CB=class{},BS=class{};class bB{resolveComponentFactory(t){throw new we(917,!1)}}let Hc=class{static NULL=new bB};class km{}let Aa=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function EB(){const e=Me(),n=qr(jt().index,e);return(Kn(n)?n:e)[11]}()})(),TB=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:()=>null})}return e})();const Mm={};class Vc{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){const o=this.injector.get(t,Mm,r);return o!==Mm||n===Mm?o:this.parentInjector.get(t,n,r)}}function mh(e,t,n){let r=n?e.styles:null,o=n?e.classes:null,i=0;if(null!==t)for(let s=0;s<t.length;s++){const a=t[s];"number"==typeof a?i=a:1==i?o=ui(o,a):2==i&&(r=ui(r,a+": "+t[++s]+";"))}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}function it(e,t=0){const n=Me();return null===n?Dt(e,t):V0(jt(),n,Nt(e),t)}function xB(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function HS(e,t,n,r){const o=0===e?n.inputs:n.outputs;for(const i in o)if(o.hasOwnProperty(i)){let s;s=0===e?t.inputs??={}:t.outputs??={},s[i]??=[],s[i].push(r),VS(t,i)}}function zS(e,t,n,r){const o=0===e?n.inputs:n.outputs;for(const i in o)if(o.hasOwnProperty(i)){const s=o[i];let a;a=0===e?t.hostDirectiveInputs??={}:t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,i),VS(t,s)}}function VS(e,t){"class"===t?e.flags|=8:"style"===t&&(e.flags|=16)}function jS(e,t,n){const{attrs:r,inputs:o,hostDirectiveInputs:i}=e;if(null===r||!n&&null===o||n&&null===i||qg(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(!n&&o.hasOwnProperty(c)){const l=o[c];for(const d of l)if(d===t){s??=[],s.push(c,r[a+1]);break}}else if(n&&i.hasOwnProperty(c)){const l=i[c];for(let d=0;d<l.length;d+=2)if(l[d]===t){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 RB(e,t,n,r,o){e.data[r]=o;const i=o.factory||(o.factory=Mi(o.type)),s=new $l(i,Uo(o),it,null);e.blueprint[r]=s,n[r]=s,function MB(e,t,n,r,o){const i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~t.index;(function OB(e){let t=e.length;for(;t>0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(s)!=a&&s.push(a),s.push(n,r,i)}}(e,t,r,ou(e,n,o.hostVars,En),o)}function LB(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Uo(t)&&(n[""]=e)}}function Om(e,t,n,r,o,i,s,a){const c=t[1],l=c.consts,f=Ia(c,e,n,r,Lr(l,s));return i&&function US(e,t,n,r,o){const i=null===r?null:{"":-1},s=o(e,n);if(null!==s){let a=s,c=null,l=null;for(const d of s)if(null!==d.resolveHostDirectives){[a,c,l]=d.resolveHostDirectives(s);break}!function NB(e,t,n,r,o,i,s){const a=r.length;let c=null;for(let y=0;y<a;y++){const I=r[y];null===c&&Uo(I)&&(c=I,xB(e,n,y)),ug(b_(n,t),e,I.type)}(function PB(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t})(n,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let y=0;y<a;y++){const I=r[y];I.providersResolver&&I.providersResolver(I)}let l=!1,d=!1,f=ou(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let y=0;y<a;y++){const I=r[y];if(n.mergedAttrs=wc(n.mergedAttrs,I.hostAttrs),RB(e,n,t,f,I),LB(f,I,o),null!==s&&s.has(I)){const[fe,pe]=s.get(I);n.directiveToIndex.set(I.type,[f,fe+n.directiveStart,pe+n.directiveStart])}else(null===i||!i.has(I))&&n.directiveToIndex.set(I.type,f);null!==I.contentQueries&&(n.flags|=4),(null!==I.hostBindings||null!==I.hostAttrs||0!==I.hostVars)&&(n.flags|=64);const z=I.type.prototype;!l&&(z.ngOnChanges||z.ngOnInit||z.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),l=!0),!d&&(z.ngOnChanges||z.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),d=!0),f++}!function kB(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){const o=e.data[r];if(null!==n&&n.has(o)){const i=n.get(o);zS(0,t,i,r),zS(1,t,i,r),jS(t,r,!0)}else HS(0,t,o,r),HS(1,t,o,r),jS(t,r,!1)}}(e,n,i)}(e,t,n,a,i,c,l)}null!==i&&null!==r&&function DB(e,t,n){const r=e.localNames=[];for(let o=0;o<t.length;o+=2){const i=n[t[o+1]];if(null==i)throw new we(-301,!1);r.push(t[o],i)}}(n,r,i)}(c,t,f,Lr(l,a),o),f.mergedAttrs=wc(f.mergedAttrs,f.attrs),null!==f.attrs&&mh(f,f.attrs,!1),null!==f.mergedAttrs&&mh(f,f.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,f),f}function Lm(e,t){(function N0(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){const i=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),l&&((e.viewHooks??=[]).push(n,l),(e.viewCheckHooks??=[]).push(n,l)),null!=d&&(e.destroyHooks??=[]).push(n,d)}})(e,t),xp(t)&&e.queries.elementEnd(t)}function Pm(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function Vn(e,t,n){return n!==En&&(!Object.is(e[t],n)&&(e[t]=n,!0))}function As(e,t,n){return function r(o){const i=r.__ngNativeEl__;void 0!==i&&function JO(e,t){if(null==e||"object"!=typeof e)return;let n=Ag.get(e);n||(n=new WeakSet,Ag.set(e,n)),n.add(t)}(o,i),Bc(Qo(e)?qr(e.index,t):t,5);const a=t[8];let c=$S(t,a,n,o),l=r.__ngNextListenerFn__;for(;l;)c=$S(t,a,l,o)&&c,l=l.__ngNextListenerFn__;return c}}function $S(e,t,n,r){const o=X(null);try{return yn(pt.OutputStart,t,n),!1!==n(r)}catch(i){return function vm(e,t){const n=e[9];if(!n)return;let r;try{r=n.get(gs,null)}catch{r=null}r?.(t)}(e,i),!1}finally{yn(pt.OutputEnd,t,n),X(o)}}function WS(e,t,n,r,o,i,s){const a=t.firstCreatePass?function Lb(e){return e.cleanup??=[]}(t):null,c=function Ob(e){return e[7]??=[]}(n),l=c.length;c.push(o,i),a&&a.push(r,e,l,(l+1)*(s?-1:1))}function Gc(e,t,n,r,o,i){const a=t[1],f=t[n][a.data[n].outputs[r]].subscribe(i);WS(e.index,a,t,o,i,f,!0)}const Ki=Symbol("BINDING");function Fm(e){return e.debugInfo?.className||e.type.name||null}class eI extends Hc{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const n=vn(t);return new Um(n,this.ngModule)}}class Um extends BS{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function JB(e){return Object.keys(e).map(t=>{const[n,r,o]=e[t],i={propName:n,templateName:t,isSignal:0!==(r&q_.SignalBased)};return o&&(i.transform=o),i})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function QB(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function EL(e){return e.map(bL).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,o,i,s){yn(pt.DynamicComponentStart);const a=X(null);try{const c=this.componentDef,l=function eF(e,t,n){let r=t instanceof mo?t:t?.injector;return r&&null!==e.getStandaloneInjector&&(r=e.getStandaloneInjector(r)||r),r?new Vc(n,r):n}(c,o||this.ngModule,t),d=function tF(e){const t=e.get(km,null);if(null===t)throw new we(407,!1);return{rendererFactory:t,sanitizer:e.get(TB,null),changeDetectionScheduler:e.get(da,null),ngReflect:!1,tracingService:e.get(Ea,null,{optional:!0})}}(l),f=d.tracingService;return f&&f.componentCreate?f.componentCreate(Fm(c),()=>this.createComponentRef(d,l,n,r,i,s)):this.createComponentRef(d,l,n,r,i,s)}finally{X(a)}}createComponentRef(t,n,r,o,i,s){const a=this.componentDef,c=function oF(e,t,n,r){const o=e?["ng-version","21.2.17"]:function TL(e){const t=[],n=[];let r=1,o=2;for(;r<e.length;){let i=e[r];if("string"==typeof i)2===o?""!==i&&t.push(i,e[++r]):8===o&&n.push(i);else{if(!ri(o))break;o=i}r++}return n.length&&t.push(1,...n),t}(t.selectors[0]);let i=null,s=null,a=0;if(n)for(const d of n)a+=d[Ki].requiredVars,d.create&&(d.targetIdx=0,(i??=[]).push(d)),d.update&&(d.targetIdx=0,(s??=[]).push(d));if(r)for(let d=0;d<r.length;d++){const f=r[d];if("function"!=typeof f)for(const y of f.bindings){a+=y[Ki].requiredVars;const I=d+1;y.create&&(y.targetIdx=I,(i??=[]).push(y)),y.update&&(y.targetIdx=I,(s??=[]).push(y))}}const c=[t];if(r)for(const d of r){const y=$r("function"==typeof d?d:d.type);c.push(y)}return Kg(0,null,function iF(e,t){return e||t?n=>{if(1&n&&e)for(const r of e)r.create();if(2&n&&t)for(const r of t)r.update()}:null}(i,s),1,a,c,null,null,null,[o],null)}(o,a,s,i),l=t.rendererFactory.createRenderer(null,a),d=o?function QL(e,t,n,r){const i=r.get(GO,!1)||n===Vo.ShadowDom||n===Vo.ExperimentalIsolatedShadowDom,s=e.selectRootElement(t,i);if("script"===s.tagName.toLowerCase())throw new we(905,!1);return function eP(e){JT(e)}(s),s}(l,o,a.encapsulation,n):function nF(e,t){const n=function rF(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return V_(t,n,"svg"===n?"svg":"math"===n?"math":null)}(a,l),f=s?.some(tI)||i?.some(z=>"function"!=typeof z&&z.bindings.some(tI)),y=W_(null,c,null,512|Yg(a),null,null,t,l,n,null,null);y[27]=d,Vp(y);let I=null;try{const z=Om(27,y,2,"#host",()=>c.directiveRegistry,!0,0);fT(l,d,z),To(d,y),nh(c,y,z),Pg(c,z,y),Lm(c,z),void 0!==r&&function aF(e,t,n){const r=e.projection=[];for(let o=0;o<t.length;o++){const i=n[o];r.push(null!=i&&i.length?Array.from(i):null)}}(z,this.ngContentSelectors,r),I=qr(z.index,y),y[8]=I[8],ah(c,y,null)}catch(z){throw null!==I&&pg(I),pg(y),z}finally{yn(pt.DynamicComponentEnd),jp()}return new sF(this.componentType,y,!!f)}}function tI(e){const t=e[Ki].kind;return"input"===t||"twoWay"===t}class sF extends CB{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=ca(n[1],27),this.location=Ac(this._tNode,n),this.instance=qr(this._tNode.index,n)[8],this.hostView=this.changeDetectorRef=new du(n,void 0),this.componentType=t}setInput(t,n){const r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;const o=this._rootLView;sh(r,o[1],o,t,n),this.previousInputValues.set(t,n),Bc(qr(r.index,o),1)}get injector(){return new ir(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}}let Na=class{};class CI extends Na{injector;componentFactoryResolver=new eI(this);instance=null;constructor(t){super();const n=new ls([...t.providers,{provide:Na,useValue:this},{provide:Hc,useValue:this.componentFactoryResolver}],t.parent||Zd(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}let wF=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){const r=Wd(0,n.type),o=r.length>0?function bI(e,t,n=null){return new CI({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}([r],this._injector,""):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(const n of this.cachedInjectors.values())null!==n&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=et({token:e,providedIn:"environment",factory:()=>new e(Dt(mo))})}return e})();function Ro(e){return $i(()=>{const t=TI(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===I_.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(wF).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Vo.Emulated,styles:e.styles||Mn,_:null,schemas:e.schemas||null,tView:null,id:""};t.standalone&&Xr("NgStandalone"),SI(n);const r=e.dependencies;return n.directiveDefs=bh(r,EI),n.pipeDefs=bh(r,Bo),n.id=function NF(e){let t=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 i of r.join("|"))t=Math.imul(31,t)+i.charCodeAt(0)|0;return t+=2147483648,"c"+t}(n),n})}function EI(e){return vn(e)||$r(e)}function Ch(e){return $i(()=>({type:e.type,bootstrap:e.bootstrap||Mn,declarations:e.declarations||Mn,imports:e.imports||Mn,exports:e.exports||Mn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function AF(e,t){if(null==e)return Zo;const n={};for(const r in e)if(e.hasOwnProperty(r)){const o=e[r];let i,s,a,c;Array.isArray(o)?(a=o[0],i=o[1],s=o[2]??i,c=o[3]||null):(i=o,s=o,a=q_.None,c=null),n[i]=[r,a,c],t[i]=s}return n}function DF(e){if(null==e)return Zo;const t={};for(const n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function Ht(e){return $i(()=>{const t=TI(e);return SI(t),t})}function So(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 TI(e){const t={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Zo,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||Mn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,inputs:AF(e.inputs,t),outputs:DF(e.outputs),debugInfo:null}}function SI(e){e.features?.forEach(t=>t(e))}function bh(e,t){return e?()=>{const n="function"==typeof e?e():e,r=[];for(const o of n){const i=t(o);null!==i&&r.push(i)}return r}:null}function tv(e){const t=n=>{const r=Array.isArray(e);null===n.hostDirectives?(n.resolveHostDirectives=RF,n.hostDirectives=r?e.map(nv):[e]):r?n.hostDirectives.unshift(...e.map(nv)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function RF(e){const t=[];let n=!1,r=null,o=null;for(let i=0;i<e.length;i++){const s=e[i];if(null!==s.hostDirectives){const a=t.length;r??=new Map,o??=new Map,II(s,t,r),o.set(s,[a,t.length-1])}0===i&&Uo(s)&&(n=!0,t.push(s))}for(let i=n?1:0;i<e.length;i++)t.push(e[i]);return[t,r,o]}function II(e,t,n){if(null!==e.hostDirectives)for(const r of e.hostDirectives)if("function"==typeof r){const o=r();for(const i of o)wI(nv(i),t,n)}else wI(r,t,n)}function wI(e,t,n){const r=$r(e.directive);(function MF(e,t){for(const n in t)t.hasOwnProperty(n)&&(e[t[n]]=e[n])})(r.declaredInputs,e.inputs),II(r,t,n),n.set(r,e),t.push(r)}function nv(e){return"function"==typeof e?{directive:Nt(e),inputs:Zo,outputs:Zo}:{directive:Nt(e.directive),inputs:AI(e.inputs),outputs:AI(e.outputs)}}function AI(e){if(void 0===e||0===e.length)return Zo;const t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function Cn(e){let t=function OF(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),n=!0;const r=[e];for(;t&&t!==Function.prototype&&t!==Object.prototype;){let o;const i=Object.hasOwn(t,Il)?t[Il]:void 0,s=Object.hasOwn(t,Od)?t[Od]:void 0;if(Uo(e))o=i??s;else{if(i)throw new we(903,!1);o=s}if(o){if(n){r.push(o);const c=e;c.inputs=rv(e.inputs),c.declaredInputs=rv(e.declaredInputs),c.outputs=rv(e.outputs);const l=o.hostBindings;l&&UF(e,l);const d=o.viewQuery,f=o.contentQueries;if(d&&BF(e,d),f&&FF(e,f),LF(e,o),Xs(e.outputs,o.outputs),Uo(o)&&o.data.animation){const y=e.data;y.animation=(y.animation||[]).concat(o.data.animation)}}const a=o.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===Cn&&(n=!1)}}t=Object.getPrototypeOf(t)}!function PF(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){const o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=wc(o.hostAttrs,n=wc(n,o.hostAttrs))}}(r)}function LF(e,t){for(const n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;const r=t.inputs[n];void 0!==r&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n])}}function rv(e){return e===Zo?{}:e===Mn?[]:e}function BF(e,t){const n=e.viewQuery;e.viewQuery=n?(r,o)=>{t(r,o),n(r,o)}:t}function FF(e,t){const n=e.contentQueries;e.contentQueries=n?(r,o,i)=>{t(r,o,i),n(r,o,i)}:t}function UF(e,t){const n=e.hostBindings;e.hostBindings=n?(r,o)=>{t(r,o),n(r,o)}:t}function ka(e,t,n,r,o,i,s,a,c,l,d){const f=n+27;let y;if(t.firstCreatePass){if(y=Ia(t,f,4,s||null,a||null),null!=l){const I=Lr(t.consts,l);y.localNames=[];for(let z=0;z<I.length;z+=2)y.localNames.push(I[z],-1)}}else y=t.data[f];return function xI(e,t,n,r,o,i,s,a){if(n.firstCreatePass){e.mergedAttrs=wc(e.mergedAttrs,e.attrs);const d=e.tView=Kg(2,e,o,i,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);null!==n.queries&&(n.queries.template(n,e),d.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),Ui(e,!1);const c=RI(n,t,e,r);d_()&&_m(n,t,c,e),To(c,t);const l=function uS(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}(c,t,c,e);t[r+27]=l,Xg(t,l)}(y,e,t,n,r,o,i,c),null!=l&&Lc(e,y,d),y}let RI=function MI(e,t,n,r){return Hl(!0),t[11].createComment("")};const cw=new qe("");function Nh(e){return!!e&&"function"==typeof e.then}function uw(e){return!!e&&"function"==typeof e.subscribe}const _v=new qe("");let dw=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=ue(_v,{optional:!0})??[];injector=ue(or);constructor(){}runInitializers(){if(this.initialized)return;const n=[];for(const o of this.appInits){const i=Jo(this.injector,o);if(Nh(i))n.push(i);else if(uw(i)){const s=new Promise((a,c)=>{i.subscribe({complete:a,error:c})});n.push(s)}}const r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(o=>{this.reject(o)}),0===n.length&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const XU=new qe("");let Yi=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=ue(gs);afterRenderManager=ue(LT);zonelessEnabled=ue(Yp);rootEffectScheduler=ue(u0);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new dt;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=ue(ua);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(ni(n=>!n))}constructor(){ue(Ea,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=ue(mo);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,o=or.NULL){return this._injector.get(On).run(()=>{yn(pt.BootstrapComponentStart);const s=n instanceof BS;if(!this._injector.get(dw).done)throw new we(405,"");let c;c=s?n:this._injector.get(Hc).resolveComponentFactory(n),this.componentTypes.push(c.componentType);const l=function JU(e){return e.isBoundToModule}(c)?void 0:this._injector.get(Na),f=c.create(o,[],r||c.selector,l),y=f.location.nativeElement,I=f.injector.get(cw,null);return I?.registerApplication(y),f.onDestroy(()=>{this.detachView(f.hostView),kh(this.components,f),I?.unregisterApplication(y)}),this._loadComponent(f),yn(pt.BootstrapComponentEnd,f),f})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){yn(pt.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(im.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw yn(pt.ChangeDetectionEnd),new we(101,!1);const n=X(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,X(n),this.afterTick.next(),yn(pt.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(km,null,{optional:!0}));let n=0;for(;0!==this.dirtyFlags&&n++<10;){yn(pt.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{yn(pt.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(7&this.dirtyFlags){const r=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews)(r||la(o))&&(ch(o,r&&!this.zonelessEnabled?0:1),n=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:n})=>la(n))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(n){const r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){const r=n;kh(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(XU,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>kh(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new we(406,!1);const n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function kh(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class z3{destroy(t){}updateValue(t,n){}swap(t,n){const r=Math.min(t,n),o=Math.max(t,n),i=this.detach(o);if(o-r>1){const s=this.detach(r);this.attach(r,i),this.attach(o,s)}else this.attach(r,i)}move(t,n){this.attach(n,this.detach(t))}}function yv(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function Cv(e,t,n,r){return!(void 0===t||!t.has(r)||(e.attach(n,t.get(r)),t.delete(r),0))}function Ew(e,t,n,r,o){if(Cv(e,t,r,n(r,o)))e.updateValue(r,o);else{const i=e.create(r,o);e.attach(r,i)}}function Tw(e,t,n,r){const o=new Set;for(let i=t;i<=n;i++)o.add(r(i,e.at(i)));return o}class Sw{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;const n=this.kvMap.get(t);return void 0!==this._vMap&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);void 0===this._vMap&&(this._vMap=new Map);const o=this._vMap;for(;o.has(r);)r=o.get(r);o.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),void 0!==this._vMap){const o=this._vMap;for(;o.has(r);)r=o.get(r),t(r,n)}}}function bv(e,t,n,r,o,i,s,a){Xr("NgControlFlow");const c=Me(),l=$t();return ka(c,l,e,t,n,r,o,Lr(l.consts,i),512,s,a),bv}class j3{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-10}}function Aw(e,t){return t}class $3{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}}function Du(e,t,n,r,o,i,s,a,c,l,d,f,y){Xr("NgControlFlow");const I=Me(),z=$t(),fe=void 0!==c,pe=Me(),De=a?s.bind(pe[15][8]):s,Te=new $3(fe,De);pe[27+e]=Te,ka(I,z,e+1,t,n,r,o,Lr(z.consts,i),256),fe&&ka(I,z,e+2,c,l,d,f,Lr(z.consts,y),512)}class W3 extends z3{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r}get length(){return this.lContainer.length-10}at(t){return this.getLView(t)[8].$implicit}attach(t,n){const r=n[6];this.needsIndexUpdate||=t!==this.length,Fc(this.lContainer,n,t,Sa(this.templateTNode,r)),function q3(e,t){if(e.length<=10)return;const r=e[10+t],o=r?r[26]:void 0;r&&o&&o.detachedLeaveAnimationFns&&o.detachedLeaveAnimationFns.length>0&&(function jL(e,t){const n=e.get(Q_);if(t.detachedLeaveAnimationFns){for(const r of t.detachedLeaveAnimationFns)n.queue.delete(r);t.detachedLeaveAnimationFns=void 0}}(r[9],o),ba.delete(r[19]),o.detachedLeaveAnimationFns=void 0)}(this.lContainer,t)}detach(t){return this.needsIndexUpdate||=t!==this.length-1,function K3(e,t){if(e.length<=10)return;const r=e[10+t],o=r?r[26]:void 0;o&&o.leave&&o.leave.size>0&&(o.detachedLeaveAnimationFns=[])}(this.lContainer,t),function Y3(e,t){return uu(e,t)}(this.lContainer,t)}create(t,n){return Pc(this.hostLView,this.templateTNode,new j3(this.lContainer,n,t),{dehydratedView:null})}destroy(t){cu(t[1],t)}updateValue(t,n){this.getLView(t)[8].$implicit=n}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[8].$index=t}getLView(t){return function X3(e,t){return dS(e,t)}(this.lContainer,t)}}function xu(e){const t=X(null),n=Ar();try{const r=Me(),o=r[1],i=r[n],s=n+1,a=Lh(r,s);if(void 0===i.liveCollection){const l=Ev(o,s);i.liveCollection=new W3(a,r,l)}else i.liveCollection.reset();const c=i.liveCollection;if(function V3(e,t,n,r){let o,i,s=0,a=e.length-1;if(Array.isArray(t)){X(r);let l=t.length-1;for(X(null);s<=a&&s<=l;){const d=e.at(s),f=t[s],y=yv(s,d,s,f,n);if(0!==y){y<0&&e.updateValue(s,f),s++;continue}const I=e.at(a),z=t[l],fe=yv(a,I,l,z,n);if(0!==fe){fe<0&&e.updateValue(a,z),a--,l--;continue}const pe=n(s,d),De=n(a,I),Te=n(s,f);if(Object.is(Te,De)){const Tt=n(l,z);Object.is(Tt,pe)?(e.swap(s,a),e.updateValue(a,z),l--,a--):e.move(a,s),e.updateValue(s,f),s++;continue}if(o??=new Sw,i??=Tw(e,s,a,n),Cv(e,o,s,Te))e.updateValue(s,f),s++,a++;else if(i.has(Te))o.set(pe,e.detach(s)),a--;else{const Tt=e.create(s,t[s]);e.attach(s,Tt),s++,a++}}for(;s<=l;)Ew(e,o,n,s,t[s]),s++}else if(null!=t){X(r);const l=t[Symbol.iterator]();X(null);let d=l.next();for(;!d.done&&s<=a;){const f=e.at(s),y=d.value,I=yv(s,f,s,y,n);if(0!==I)I<0&&e.updateValue(s,y),s++,d=l.next();else{o??=new Sw,i??=Tw(e,s,a,n);const z=n(s,y);if(Cv(e,o,s,z))e.updateValue(s,y),s++,a++,d=l.next();else if(i.has(z)){const fe=n(s,f);o.set(fe,e.detach(s)),a--}else e.attach(s,e.create(s,y)),s++,a++,d=l.next()}}for(;!d.done;)Ew(e,o,n,e.length,d.value),d=l.next()}for(;s<=a;)e.destroy(e.detach(a--));o?.forEach(l=>{e.destroy(l)})}(c,e,i.trackByFn,t),c.updateIndexes(),i.hasEmptyBlock){const l=Co(),d=0===c.length;if(Vn(r,l,d)){const f=n+2,y=Lh(r,f);if(d){const I=Ev(o,f),z=null;Fc(y,Pc(r,I,void 0,{dehydratedView:z}),0,Sa(I,z))}else o.firstUpdatePass&&function fh(e){const t=e[6]??[],r=e[3][11],o=[];for(const i of t)void 0!==i.data.di?o.push(i):kS(i,r);e[6]=o}(y),Cm(y,0)}}}finally{X(t)}}function Lh(e,t){return e[t]}function Ev(e,t){return ca(e,t)}function io(e,t,n){const r=Me();return Vn(r,Co(),t)&&($t(),pm(ei(),r,e,t,r[11],n)),io}function Tv(e,t,n,r,o){sh(t,e,n,o?"class":"style",r)}function on(e,t,n,r){const o=Me(),i=o[1],s=e+27,a=i.firstCreatePass?Om(s,o,2,t,mm,function Fp(){return Ut.bindingsEnabled}(),n,r):i.data[s];if(Qo(a)){const c=o[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(Fm(i.data[a.directiveStart+a.componentOffset]),()=>(Dw(e,t,o,a,r),on))}return Dw(e,t,o,a,r),on}function Dw(e,t,n,r,o){if(oh(r,n,e,t,Sv),aa(r)){const i=n[1];nh(i,n,r),Pg(i,r,n)}null!=o&&Lc(n,r)}function gn(){const e=$t(),n=ih(jt());return e.firstCreatePass&&Lm(e,n),Fb(n)&&Ub(),Pb(),null!=n.classesWithoutHost&&function $M(e){return!!(8&e.flags)}(n)&&Tv(e,n,Me(),n.classesWithoutHost,!0),null!=n.stylesWithoutHost&&function WM(e){return!!(16&e.flags)}(n)&&Tv(e,n,Me(),n.stylesWithoutHost,!1),gn}function Pa(e,t,n,r){return on(e,t,n,r),gn(),Pa}function so(e,t,n,r){const o=Me(),i=o[1],s=e+27,a=i.firstCreatePass?function GS(e,t,n,r,o,i){const s=t.consts,c=Ia(t,e,n,r,Lr(s,o));if(c.mergedAttrs=wc(c.mergedAttrs,c.attrs),null!=i){const l=Lr(s,i);c.localNames=[];for(let d=0;d<l.length;d+=2)c.localNames.push(l[d],-1)}return null!==c.attrs&&mh(c,c.attrs,!1),null!==c.mergedAttrs&&mh(c,c.mergedAttrs,!0),null!==t.queries&&t.queries.elementStart(t,c),c}(s,i,2,t,n,r):i.data[s];return oh(a,o,e,t,Sv),null!=r&&Lc(o,a),so}function Go(){return Fb(ih(jt()))&&Ub(),Pb(),Go}function Ba(e,t,n,r){return so(e,t,n,r),Go(),Ba}let Sv=(e,t,n,r,o)=>(Hl(!0),V_(t[11],r,e0()));function Bh(){return Me()}function Fh(e,t,n){const r=Me();return Vn(r,Co(),t)&&($t(),gm(ei(),r,e,t,r[11],n)),Fh}const Uh="en-US";let Lw=Uh;function er(e,t,n){const r=Me(),o=$t(),i=jt();return function Rv(e,t,n,r,o,i,s){let a=!0,c=null;if((3&r.type||s)&&(c??=As(r,t,i),function Bm(e,t,n,r,o,i,s,a){const c=aa(e);let l=!1,d=null;if(!r&&c&&(d=function zB(e,t,n,r){const o=e.cleanup;if(null!=o)for(let i=0;i<o.length-1;i+=2){const s=o[i];if(s===n&&o[i+1]===r){const a=t[7],c=o[i+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(i+=2)}return null}(t,n,i,e.index)),null!==d)(d.__ngLastListenerFn__||d).__ngNextListenerFn__=s,d.__ngLastListenerFn__=s,l=!0;else{const f=Qn(e,n),y=r?r(f):f;r||(a.__ngNativeEl__=f);const I=o.listen(y,i,a);(function HB(e){return e.startsWith("animation")||e.startsWith("transition")})(i)||WS(r?fe=>r(wr(fe[e.index])):e.index,t,n,i,a,I,!1)}return l}(r,e,t,s,n,o,i,c)&&(a=!1)),a){const l=r.outputs?.[o],d=r.hostDirectiveOutputs?.[o];if(d&&d.length)for(let f=0;f<d.length;f+=2){const y=d[f],I=d[f+1];c??=As(r,t,i),Gc(r,t,y,I,o,c)}if(l&&l.length)for(const f of l)c??=As(r,t,i),Gc(r,t,f,o,o,c)}}(o,r,r[11],i,e,t,n),er}function Zi(e=1){return function RR(e){return(Ut.lFrame.contextLView=function a_(e,t){for(;e>0;)t=t[14],e--;return t}(e,Ut.lFrame.contextLView))[8]}(e)}function j8(e,t){let n=null;const r=function mL(e){const t=e.attrs;if(null!=t){const n=t.indexOf(5);if(!(1&n))return t[n+1]}return null}(e);for(let o=0;o<t.length;o++){const i=t[o];if("*"!==i){if(null===r?wT(e,i,!0):CL(r,i))return o}else n=o}return n}function Ns(e){const t=Me()[15][5];if(!t.projection){const r=t.projection=function hc(e,t){const n=[];for(let r=0;r<e;r++)n.push(t);return n}(e?e.length:1,null),o=r.slice();let i=t.child;for(;null!==i;){if(128!==i.type){const s=e?j8(i,e):0;null!==s&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function ks(e,t=0,n,r,o,i){const s=Me(),a=$t(),c=r?e+1:null;null!==c&&ka(s,a,c,r,o,i,null,n);const l=Ia(a,27+e,16,null,n||null);null===l.projection&&(l.projection=t),Vb();const f=!s[6]||Bb();null===s[15][5].projection[l.projection]&&null!==c?function G8(e,t,n){const r=27+n,o=t.data[r],i=e[r];Fc(i,Pc(e,o,void 0,{dehydratedView:null}),0,Sa(o,null))}(s,a,c):f&&!R_(l)&&function XL(e,t,n){XT(t[11],0,t,n,um(e,n,t),$T(n.parent||t[5],n,t))}(a,s,l)}function Gh(e,t){return e<<17|t<<2}function Fa(e){return e>>17&32767}function Mv(e){return 2|e}function Jc(e){return(131068&e)>>2}function Ov(e,t){return-131069&e|t<<2}function Lv(e){return 1|e}function iA(e,t,n,r){const o=e[n+1],i=null===t;let s=r?Fa(o):Jc(o),a=!1;for(;0!==s&&(!1===a||i);){const l=e[s+1];e4(e[s],t)&&(a=!0,e[s+1]=r?Lv(l):Mv(l)),s=r?Fa(l):Jc(l)}a&&(e[n+1]=r?Mv(o):Lv(o))}function e4(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&ta(e,t)>=0}function $h(e,t){return function hA(e,t,n,r){const o=Me(),i=$t(),s=zi(2);i.firstUpdatePass&&function gA(e,t,n,r){const o=e.data;if(null===o[n+1]){const i=o[Ar()],s=function pA(e,t){return t>=e.expandoStartIndex}(e,n);(function CA(e,t){return!!(e.flags&(t?8:16))})(i,r)&&null===t&&!s&&(t=!1),t=function d4(e,t,n,r){const o=function Hp(e){const t=Ut.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}(e);let i=r?t.residualClasses:t.residualStyles;if(null===o)0===(r?t.classBindings:t.styleBindings)&&(n=Lu(n=Pv(null,e,t,n,r),t.attrs,r),i=null);else{const s=t.directiveStylingLast;if(-1===s||e[s]!==o)if(n=Pv(o,e,t,n,r),null===i){let c=function _4(e,t,n){const r=n?t.classBindings:t.styleBindings;if(0!==Jc(r))return e[Fa(r)]}(e,t,r);void 0!==c&&Array.isArray(c)&&(c=Pv(null,e,t,c[1],r),c=Lu(c,t.attrs,r),function h4(e,t,n,r){e[Fa(n?t.classBindings:t.styleBindings)]=r}(e,t,r,c))}else i=function f4(e,t,n){let r;const o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++)r=Lu(r,e[i].hostAttrs,n);return Lu(r,t.attrs,n)}(e,t,r)}return void 0!==i&&(r?t.residualClasses=i:t.residualStyles=i),n}(o,i,t,r),function J8(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=Fa(s),c=Jc(s);e[r]=n;let d,l=!1;if(Array.isArray(n)?(d=n[1],(null===d||ta(n,d)>0)&&(l=!0)):d=n,o)if(0!==c){const y=Fa(e[a+1]);e[r+1]=Gh(y,a),0!==y&&(e[y+1]=Ov(e[y+1],r)),e[a+1]=function X8(e,t){return 131071&e|t<<17}(e[a+1],r)}else e[r+1]=Gh(a,0),0!==a&&(e[a+1]=Ov(e[a+1],r)),a=r;else e[r+1]=Gh(c,0),0===a?a=r:e[c+1]=Ov(e[c+1],r),c=r;l&&(e[r+1]=Mv(e[r+1])),iA(e,d,r,!0),iA(e,d,r,!1),function Q8(e,t,n,r,o){const i=o?e.residualClasses:e.residualStyles;null!=i&&"string"==typeof t&&ta(i,t)>=0&&(n[r+1]=Lv(n[r+1]))}(t,d,e,r,i),s=Gh(a,c),i?t.classBindings=s:t.styleBindings=s}(o,i,t,n,s,r)}}(i,e,s,r),t!==En&&Vn(o,s,t)&&function vA(e,t,n,r,o,i,s,a){if(!(3&t.type))return;const c=e.data,l=c[a+1],d=function Z8(e){return!(1&~e)}(l)?yA(c,t,n,o,Jc(l),s):void 0;Wh(d)||(Wh(i)||function Y8(e){return!(2&~e)}(l)&&(i=yA(c,null,n,o,a,s)),function JL(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=-1===r.indexOf("-")?void 0:Is.DashCase;null==o?e.removeStyle(n,r,i):("string"==typeof o&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=Is.Important),e.setStyle(n,r,o,i))}}(r,s,fs(Ar(),n),o,i))}(i,i.data[Ar()],o,o[11],e,o[s+1]=function v4(e,t){return null==e||""===e||("string"==typeof t?e+=t:"object"==typeof e&&(e=fo(Es(e)))),e}(t,n),r,s)}(e,t,null,!0),$h}function Pv(e,t,n,r,o){let i=null;const s=n.directiveEnd;let a=n.directiveStylingLast;for(-1===a?a=n.directiveStart:a++;a<s&&(i=t[a],r=Lu(r,i.hostAttrs,o),i!==e);)a++;return null!==e&&(n.directiveStylingLast=a),r}function Lu(e,t,n){const r=n?1:2;let o=-1;if(null!==t)for(let i=0;i<t.length;i++){const s=t[i];"number"==typeof s?o=s:o===r&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),fc(e,s,!!n||t[++i]))}return void 0===e?null:e}function yA(e,t,n,r,o,i){const s=null===t;let a;for(;o>0;){const c=e[o],l=Array.isArray(c),d=l?c[1]:c,f=null===d;let y=n[o+1];y===En&&(y=f?Mn:void 0);let I=f?Al(y,r):d===r?y:void 0;if(l&&!Wh(I)&&(I=Al(c,r)),Wh(I)&&(a=I,s))return a;const z=e[o+1];o=s?Fa(z):Jc(z)}if(null!==t){let c=i?t.residualClasses:t.residualStyles;null!=c&&(a=Al(c,r))}return a}function Wh(e){return void 0!==e}function Tn(e,t=""){const n=Me(),r=$t(),o=e+27,i=r.firstCreatePass?Ia(r,o,1,t,null):r.data[o],s=bA(r,n,i,t);n[o]=s,d_()&&_m(r,n,s,i),Ui(i,!1)}let bA=(e,t,n,r)=>(Hl(!0),function Gg(e,t){return e.createText(t)}(t[11],r));function SA(e,t,n,r,o,i=""){const a=function Da(e,t,n,r){const o=Vn(e,t,n);return Vn(e,t+1,r)||o}(e,function Hi(){return Ut.lFrame.bindingIndex}(),n,o);return zi(2),a?t+Vt(n)+r+Vt(o)+i:En}function Do(e){return Fr("",e),Do}function Fr(e,t,n){const r=Me(),o=function TA(e,t,n,r=""){return Vn(e,Co(),n)?t+Vt(n)+r:En}(r,e,t,n);return o!==En&&Ji(r,Ar(),o),Fr}function Bv(e,t,n,r,o){const i=Me(),s=SA(i,e,t,n,r,o);return s!==En&&Ji(i,Ar(),s),Bv}function Ji(e,t,n){const r=fs(t,e);!function uT(e,t,n){e.setValue(t,n)}(e[11],r,n)}const HA={};function Fv(e){Xr("NgLet");const t=$t(),n=Me(),r=e+27;return Ui(Ia(t,r,128,null,null),!1),i_(t,n,r,HA),Fv}function qh(e){const n=ps(function jb(){return Ut.lFrame.contextLView}(),27+e);if(n===HA)throw new we(314,!1);return n}function Pu(e){return Vn(Me(),Co(),e)?Vt(e):En}function VA(e,t,n){const r=$t();r.firstCreatePass&&jA(t,r.data,r.blueprint,Uo(e),n)}function jA(e,t,n,r,o){if(e=Nt(e),Array.isArray(e))for(let i=0;i<e.length;i++)jA(e[i],t,n,r,o);else{const i=$t(),s=Me(),a=jt();let c=_i(e)?e:Nt(e.provide);const l=Ap(e),d=1048575&a.providerIndexes,f=a.directiveStart,y=a.providerIndexes>>20;if(_i(e)||!e.multi){const I=new $l(l,o,it,null),z=Hv(c,t,o?d:d+y,f);-1===z?(ug(b_(a,s),i,c),Uv(i,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(I),s.push(I)):(n[z]=I,s[z]=I)}else{const I=Hv(c,t,d+y,f),z=Hv(c,t,d,d+y),pe=z>=0&&n[z];if(o&&!pe||!o&&!(I>=0&&n[I])){ug(b_(a,s),i,c);const De=function O4(e,t,n,r,o){const s=new $l(e,n,it,null);return s.multi=[],s.index=t,s.componentProviders=0,GA(s,o,r&&!n),s}(o?M4:R4,n.length,o,r,l);!o&&pe&&(n[z].providerFactory=De),Uv(i,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(De),s.push(De)}else Uv(i,e,I>-1?I:z,GA(n[o?z:I],l,!o&&r));!o&&r&&pe&&n[z].componentProviders++}}}function Uv(e,t,n,r){const o=_i(t),i=function Ip(e){return!!e.useClass}(t);if(o||i){const c=(i?Nt(t.useClass):t).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){const d=l.indexOf(n);-1===d?l.push(n,[r,c]):l[d+1].push(r,c)}else l.push(n,c)}}}function GA(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Hv(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function R4(e,t,n,r,o){return zv(this.multi,[])}function M4(e,t,n,r,o){const i=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=Kl(r,r[1],this.providerFactory.index,o);s=c.slice(0,a),zv(i,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],zv(i,s);return s}function zv(e,t){for(let n=0;n<e.length;n++)t.push((0,e[n])());return t}function Bn(e,t){return n=>{n.providersResolver=(r,o)=>VA(r,o?o(e):e,!1),t&&(n.viewProvidersResolver=(r,o)=>VA(r,o?o(t):t,!0))}}function WA(e,t,n,r,o,i){const s=t+n;return Vn(e,s,o)?function oi(e,t,n){return e[t]=n}(e,s+1,i?r.call(i,o):r(o)):function Bu(e,t){const n=e[t];return n===En?void 0:n}(e,s+1)}function JA(e,t,n){const r=e+27,o=Me(),i=ps(o,r);return function Fu(e,t){return e[1].data[t].pure}(o,r)?WA(o,function Kr(){const e=Ut.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}(),t,i.transform,n,i):i.transform(n)}let xH=(()=>{class e{applicationErrorHandler=ue(gs);appRef=ue(Yi);taskService=ue(ua);ngZone=ue(On);zonelessEnabled=ue(Yp);tracing=ue(Ea,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new rt;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(h_):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(ue(XR,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const n=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(n)):this.taskService.remove(n)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const n=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})})}notify(n){if(!this.zonelessEnabled&&5===n)return;switch(n){case 0:case 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?HR:i0;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(h_+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(0===this.appRef.dirtyFlags)return void this.cleanup();!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.applicationErrorHandler(r)}finally{this.taskService.remove(n),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function qv(){return[{provide:da,useExisting:xH},{provide:On,useClass:$R},{provide:Yp,useValue:!0}]}const Ms=new qe("",{factory:()=>ue(Ms,{optional:!0,skipSelf:!0})||function kH(){return typeof $localize<"u"&&$localize.locale||Uh}()});
|
|
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
|
-
class
|
|
45
|
+
class GH{destroyed=!1;listeners=null;errorHandler=ue(yc,{optional:!0});destroyRef=ue(Ho);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new we(953,!1);return(this.listeners??=[]).push(t),{unsubscribe:()=>{const n=this.listeners?.indexOf(t);void 0!==n&&-1!==n&&this.listeners?.splice(n,1)}}}emit(t){if(this.destroyed)return void console.warn(Xn(953,!1));if(null===this.listeners)return;const n=X(null);try{for(const r of this.listeners)try{r(t)}catch(o){this.errorHandler?.handleError(o)}}finally{X(n)}}}function vr(e){return function HH(e){const t=X(null);try{return e()}finally{X(t)}}(e)}function co(e,t){return function lt(e,t){const n=Object.create(St);n.computation=e,void 0!==t&&(n.equal=t);const r=()=>{if(Ie(n),xe(n),n.value===_t)throw n.error;return n.value};return r[ce]=n,r}(e,t?.equal)}Error,Error;
|
|
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
|
-
const rf=Symbol("InputSignalNode#UNSET"),s5={..._,transformFn:void 0,applyValueToInputSignal(e,t){q(e,t)}};function a5(e,t){const n=Object.create(s5);function r(){if(xe(n),n.value===rf)throw new we(-950,null);return n.value}return n.value=e,n.transformFn=t?.transform,r[ce]=n,r}function Mr(e){return new jH}function c5(e,t){return a5(e,t)}const ot=(c5.required=function $6(e){return a5(rf,e)},c5),of=new qe(""),eV=new qe("");function Gu(e){return!e.moduleRef}let p5,al=null;let cf=(()=>class e{static __NG_ELEMENT_ID__=yV})();function yV(e){return function CV(e,t,n){if(Qo(e)&&!n){const r=Wr(e.index,t);return new uu(r,r)}return 175&e.type?new uu(t[15],t):null}(jt(),Me(),!(16&~e))}class N5{supports(t){return t instanceof Map||Pm(t)}create(){return new IV}}class IV{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(t){let n;for(n=this._mapHead;null!==n;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;null!==n;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;null!==n;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;null!==n;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;null!==n;n=n._nextRemoved)t(n)}diff(t){if(t){if(!(t instanceof Map||Pm(t)))throw new we(900,!1)}else t=new Map;return this.check(t)?this:null}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(r,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{const i=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;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(t,n){if(t){const r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const i=o._prev,s=o._next;return i&&(i._next=s),s&&(s._prev=i),o._next=null,o._prev=null,o}const r=new wV(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}}class wV{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}}function R5(){return new lf([new N5])}let lf=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:R5});factories;constructor(n){this.factories=n}static create(n,r){if(r){const o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{const r=de(e,{optional:!0,skipSelf:!0});return e.create(n,r||R5())}}}find(n){const r=this.factories.find(o=>o.supports(n));if(r)return r;throw new we(901,!1)}}return e})();function xV(e){const{rootComponent:t,appProviders:n,platformProviders:r,platformRef:o}=e;yn(pt.BootstrapApplicationStart);try{const i=o?.injector??function iV(e=[]){if(al)return al;const t=function v5(e=[],t){return or.create({name:t,providers:[{provide:Yd,useValue:"platform"},{provide:of,useValue:new Set([()=>al=null])},...e]})}(e);return al=t,function XU(){!function Le(e){gt=e}(()=>{throw new we(600,"")})}(),function y5(e){const t=e.get(gE,null);Jo(e,()=>{t?.forEach(n=>n())})}(t),t}(r),s=[qv(),l0,...n||[]];return function f5(e){const t=Gu(e)?e.r3Injector:e.moduleRef.injector,n=t.get(On);return n.run(()=>{Gu(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=t.get(gs);let o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:r})}),Gu(e)){const i=()=>t.destroy(),s=e.platformInjector.get(of);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{const i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(of);s.add(i),e.moduleRef.onDestroy(()=>{kh(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return function nV(e,t,n){try{const r=n();return Nh(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}(r,n,()=>{const i=t.get(ua),s=i.add(),a=t.get(dw);return a.runInitializers(),a.donePromise.then(()=>{if(function o8(e){"string"==typeof e&&(Lw=e.toLowerCase().replace(/_/g,"-"))}(t.get(Ms,Uh)||Uh),!t.get(eV,!0))return Gu(e)?t.get(Yi):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Gu(e)){const d=t.get(Yi);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return p5?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{i.remove(s)})})})}({r3Injector:new CI({providers:s,parent:i,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:i,rootComponent:t})}catch(i){return Promise.reject(i)}finally{yn(pt.BootstrapApplicationEnd)}}function Gn(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function Os(e){return this instanceof Os?(this.v=e,this):new Os(e)}function $5(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,t=e[Symbol.asyncIterator];return t?t.call(e):(e=function dy(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.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(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(i){n[i]=e[i]&&function(s){return new Promise(function(a,c){!function o(i,s,a,c){Promise.resolve(c).then(function(l){i({value:l,done:a})},s)}(a,c,(s=e[i](s)).done,s.value)})}}}"function"==typeof SuppressedError&&SuppressedError;const W5=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function q5(e){return O(e?.then)}function K5(e){return O(e[bn])}function Y5(e){return Symbol.asyncIterator&&O(e?.[Symbol.asyncIterator])}function X5(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 Z5=function v7(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function J5(e){return O(e?.[Z5])}function Q5(e){return function G5(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o,r=n.apply(e,t||[]),i=[];return o=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(I){return function(z){return Promise.resolve(z).then(I,f)}}),o[Symbol.asyncIterator]=function(){return this},o;function a(I,z){r[I]&&(o[I]=function(fe){return new Promise(function(pe,De){i.push([I,fe,pe,De])>1||c(I,fe)})},z&&(o[I]=z(o[I])))}function c(I,z){try{!function l(I){I.value instanceof Os?Promise.resolve(I.value.v).then(d,f):y(i[0][2],I)}(r[I](z))}catch(fe){y(i[0][3],fe)}}function d(I){c("next",I)}function f(I){c("throw",I)}function y(I,z){I(z),i.shift(),i.length&&c(i[0][0],i[0][1])}}(this,arguments,function*(){const n=e.getReader();try{for(;;){const{value:r,done:o}=yield Os(n.read());if(o)return yield Os(void 0);yield yield Os(r)}}finally{n.releaseLock()}})}function e1(e){return O(e?.getReader)}function es(e){if(e instanceof se)return e;if(null!=e){if(K5(e))return function y7(e){return new se(t=>{const n=e[bn]();if(O(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(W5(e))return function C7(e){return new se(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}(e);if(q5(e))return function b7(e){return new se(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,x)})}(e);if(Y5(e))return t1(e);if(J5(e))return function E7(e){return new se(t=>{for(const n of e)if(t.next(n),t.closed)return;t.complete()})}(e);if(e1(e))return function T7(e){return t1(Q5(e))}(e)}throw X5(e)}function t1(e){return new se(t=>{(function S7(e,t){var n,r,o,i;return function V5(e,t,n,r){return new(n||(n=Promise))(function(i,s){function a(d){try{l(r.next(d))}catch(f){s(f)}}function c(d){try{l(r.throw(d))}catch(f){s(f)}}function l(d){d.done?i(d.value):function o(i){return i instanceof n?i:new n(function(s){s(i)})}(d.value).then(a,c)}l((r=r.apply(e,t||[])).next())})}(this,void 0,void 0,function*(){try{for(n=$5(e);!(r=yield n.next()).done;)if(t.next(r.value),t.closed)return}catch(s){o={error:s}}finally{try{r&&!r.done&&(i=n.return)&&(yield i.call(n))}finally{if(o)throw o.error}}t.complete()})})(e,t).catch(n=>t.error(n))})}function Ls(e,t,n,r=0,o=!1){const i=t.schedule(function(){n(),o?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(i),!o)return i}function n1(e,t=0){return Gi((n,r)=>{n.subscribe(mi(r,o=>Ls(r,e,()=>r.next(o),t),()=>Ls(r,e,()=>r.complete(),t),o=>Ls(r,e,()=>r.error(o),t)))})}function r1(e,t=0){return Gi((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function o1(e,t){if(!e)throw new Error("Iterable cannot be null");return new se(n=>{Ls(n,t,()=>{const r=e[Symbol.asyncIterator]();Ls(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function hy(e,t){return t?function N7(e,t){if(null!=e){if(K5(e))return function I7(e,t){return es(e).pipe(r1(t),n1(t))}(e,t);if(W5(e))return function A7(e,t){return new se(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}(e,t);if(q5(e))return function w7(e,t){return es(e).pipe(r1(t),n1(t))}(e,t);if(Y5(e))return o1(e,t);if(J5(e))return function D7(e,t){return new se(n=>{let r;return Ls(n,t,()=>{r=e[Z5](),Ls(n,t,()=>{let o,i;try{({value:o,done:i}=r.next())}catch(s){return void n.error(s)}i?n.complete():n.next(o)},0,!0)}),()=>O(r?.return)&&r.return()})}(e,t);if(e1(e))return function x7(e,t){return o1(Q5(e),t)}(e,t)}throw X5(e)}(e,t):es(e)}const{isArray:k7}=Array,{getPrototypeOf:R7,prototype:M7,keys:O7}=Object;function fy(e){return e[e.length-1]}function i1(e){return function B7(e){return e&&O(e.schedule)}(fy(e))?e.pop():void 0}const{isArray:H7}=Array;function j7(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function G7(...e){const t=function F7(e){return O(fy(e))?e.pop():void 0}(e),{args:n,keys:r}=function L7(e){if(1===e.length){const t=e[0];if(k7(t))return{args:t,keys:null};if(function P7(e){return e&&"object"==typeof e&&R7(e)===M7}(t)){const n=O7(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}(e),o=new se(i=>{const{length:s}=n;if(!s)return void i.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let f=!1;es(n[d]).subscribe(mi(i,y=>{f||(f=!0,l--),a[d]=y},()=>c--,void 0,()=>{(!c||!f)&&(l||i.next(r?j7(r,a):a),i.complete())}))}});return t?o.pipe(function V7(e){return ni(t=>function z7(e,t){return H7(t)?e(...t):e(t)}(e,t))}(t)):o}
|
|
51
|
+
const rf=Symbol("InputSignalNode#UNSET"),s5={..._,transformFn:void 0,applyValueToInputSignal(e,t){q(e,t)}};function a5(e,t){const n=Object.create(s5);function r(){if(xe(n),n.value===rf)throw new we(-950,null);return n.value}return n.value=e,n.transformFn=t?.transform,r[ce]=n,r}function Mr(e){return new GH}function c5(e,t){return a5(e,t)}const ot=(c5.required=function W6(e){return a5(rf,e)},c5),of=new qe(""),tV=new qe("");function $u(e){return!e.moduleRef}let p5,al=null;let cf=(()=>class e{static __NG_ELEMENT_ID__=CV})();function CV(e){return function bV(e,t,n){if(Qo(e)&&!n){const r=qr(e.index,t);return new du(r,r)}return 175&e.type?new du(t[15],t):null}(jt(),Me(),!(16&~e))}class N5{supports(t){return t instanceof Map||Pm(t)}create(){return new wV}}class wV{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(t){let n;for(n=this._mapHead;null!==n;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;null!==n;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;null!==n;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;null!==n;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;null!==n;n=n._nextRemoved)t(n)}diff(t){if(t){if(!(t instanceof Map||Pm(t)))throw new we(900,!1)}else t=new Map;return this.check(t)?this:null}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(r,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{const i=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;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(t,n){if(t){const r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const i=o._prev,s=o._next;return i&&(i._next=s),s&&(s._prev=i),o._next=null,o._prev=null,o}const r=new AV(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}}class AV{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}}function R5(){return new lf([new N5])}let lf=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:R5});factories;constructor(n){this.factories=n}static create(n,r){if(r){const o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{const r=ue(e,{optional:!0,skipSelf:!0});return e.create(n,r||R5())}}}find(n){const r=this.factories.find(o=>o.supports(n));if(r)return r;throw new we(901,!1)}}return e})();function NV(e){const{rootComponent:t,appProviders:n,platformProviders:r,platformRef:o}=e;yn(pt.BootstrapApplicationStart);try{const i=o?.injector??function sV(e=[]){if(al)return al;const t=function v5(e=[],t){return or.create({name:t,providers:[{provide:Yd,useValue:"platform"},{provide:of,useValue:new Set([()=>al=null])},...e]})}(e);return al=t,function ZU(){!function Le(e){gt=e}(()=>{throw new we(600,"")})}(),function y5(e){const t=e.get(gE,null);Jo(e,()=>{t?.forEach(n=>n())})}(t),t}(r),s=[qv(),l0,...n||[]];return function f5(e){const t=$u(e)?e.r3Injector:e.moduleRef.injector,n=t.get(On);return n.run(()=>{$u(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=t.get(gs);let o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:r})}),$u(e)){const i=()=>t.destroy(),s=e.platformInjector.get(of);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{const i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(of);s.add(i),e.moduleRef.onDestroy(()=>{kh(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return function rV(e,t,n){try{const r=n();return Nh(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}(r,n,()=>{const i=t.get(ua),s=i.add(),a=t.get(dw);return a.runInitializers(),a.donePromise.then(()=>{if(function i8(e){"string"==typeof e&&(Lw=e.toLowerCase().replace(/_/g,"-"))}(t.get(Ms,Uh)||Uh),!t.get(tV,!0))return $u(e)?t.get(Yi):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if($u(e)){const d=t.get(Yi);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return p5?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{i.remove(s)})})})}({r3Injector:new CI({providers:s,parent:i,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:i,rootComponent:t})}catch(i){return Promise.reject(i)}finally{yn(pt.BootstrapApplicationEnd)}}function Gn(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function Os(e){return this instanceof Os?(this.v=e,this):new Os(e)}function $5(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,t=e[Symbol.asyncIterator];return t?t.call(e):(e=function dy(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.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(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(i){n[i]=e[i]&&function(s){return new Promise(function(a,c){!function o(i,s,a,c){Promise.resolve(c).then(function(l){i({value:l,done:a})},s)}(a,c,(s=e[i](s)).done,s.value)})}}}"function"==typeof SuppressedError&&SuppressedError;const W5=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function q5(e){return O(e?.then)}function K5(e){return O(e[bn])}function Y5(e){return Symbol.asyncIterator&&O(e?.[Symbol.asyncIterator])}function X5(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 Z5=function y7(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function J5(e){return O(e?.[Z5])}function Q5(e){return function G5(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o,r=n.apply(e,t||[]),i=[];return o=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(I){return function(z){return Promise.resolve(z).then(I,f)}}),o[Symbol.asyncIterator]=function(){return this},o;function a(I,z){r[I]&&(o[I]=function(fe){return new Promise(function(pe,De){i.push([I,fe,pe,De])>1||c(I,fe)})},z&&(o[I]=z(o[I])))}function c(I,z){try{!function l(I){I.value instanceof Os?Promise.resolve(I.value.v).then(d,f):y(i[0][2],I)}(r[I](z))}catch(fe){y(i[0][3],fe)}}function d(I){c("next",I)}function f(I){c("throw",I)}function y(I,z){I(z),i.shift(),i.length&&c(i[0][0],i[0][1])}}(this,arguments,function*(){const n=e.getReader();try{for(;;){const{value:r,done:o}=yield Os(n.read());if(o)return yield Os(void 0);yield yield Os(r)}}finally{n.releaseLock()}})}function e1(e){return O(e?.getReader)}function es(e){if(e instanceof se)return e;if(null!=e){if(K5(e))return function C7(e){return new se(t=>{const n=e[bn]();if(O(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(W5(e))return function b7(e){return new se(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}(e);if(q5(e))return function E7(e){return new se(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,x)})}(e);if(Y5(e))return t1(e);if(J5(e))return function T7(e){return new se(t=>{for(const n of e)if(t.next(n),t.closed)return;t.complete()})}(e);if(e1(e))return function S7(e){return t1(Q5(e))}(e)}throw X5(e)}function t1(e){return new se(t=>{(function I7(e,t){var n,r,o,i;return function V5(e,t,n,r){return new(n||(n=Promise))(function(i,s){function a(d){try{l(r.next(d))}catch(f){s(f)}}function c(d){try{l(r.throw(d))}catch(f){s(f)}}function l(d){d.done?i(d.value):function o(i){return i instanceof n?i:new n(function(s){s(i)})}(d.value).then(a,c)}l((r=r.apply(e,t||[])).next())})}(this,void 0,void 0,function*(){try{for(n=$5(e);!(r=yield n.next()).done;)if(t.next(r.value),t.closed)return}catch(s){o={error:s}}finally{try{r&&!r.done&&(i=n.return)&&(yield i.call(n))}finally{if(o)throw o.error}}t.complete()})})(e,t).catch(n=>t.error(n))})}function Ls(e,t,n,r=0,o=!1){const i=t.schedule(function(){n(),o?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(i),!o)return i}function n1(e,t=0){return Gi((n,r)=>{n.subscribe(mi(r,o=>Ls(r,e,()=>r.next(o),t),()=>Ls(r,e,()=>r.complete(),t),o=>Ls(r,e,()=>r.error(o),t)))})}function r1(e,t=0){return Gi((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function o1(e,t){if(!e)throw new Error("Iterable cannot be null");return new se(n=>{Ls(n,t,()=>{const r=e[Symbol.asyncIterator]();Ls(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function hy(e,t){return t?function k7(e,t){if(null!=e){if(K5(e))return function w7(e,t){return es(e).pipe(r1(t),n1(t))}(e,t);if(W5(e))return function D7(e,t){return new se(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}(e,t);if(q5(e))return function A7(e,t){return es(e).pipe(r1(t),n1(t))}(e,t);if(Y5(e))return o1(e,t);if(J5(e))return function x7(e,t){return new se(n=>{let r;return Ls(n,t,()=>{r=e[Z5](),Ls(n,t,()=>{let o,i;try{({value:o,done:i}=r.next())}catch(s){return void n.error(s)}i?n.complete():n.next(o)},0,!0)}),()=>O(r?.return)&&r.return()})}(e,t);if(e1(e))return function N7(e,t){return o1(Q5(e),t)}(e,t)}throw X5(e)}(e,t):es(e)}const{isArray:R7}=Array,{getPrototypeOf:M7,prototype:O7,keys:L7}=Object;function fy(e){return e[e.length-1]}function i1(e){return function F7(e){return e&&O(e.schedule)}(fy(e))?e.pop():void 0}const{isArray:z7}=Array;function G7(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function $7(...e){const t=function U7(e){return O(fy(e))?e.pop():void 0}(e),{args:n,keys:r}=function P7(e){if(1===e.length){const t=e[0];if(R7(t))return{args:t,keys:null};if(function B7(e){return e&&"object"==typeof e&&M7(e)===O7}(t)){const n=L7(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}(e),o=new se(i=>{const{length:s}=n;if(!s)return void i.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let f=!1;es(n[d]).subscribe(mi(i,y=>{f||(f=!0,l--),a[d]=y},()=>c--,void 0,()=>{(!c||!f)&&(l||i.next(r?G7(r,a):a),i.complete())}))}});return t?o.pipe(function j7(e){return ni(t=>function V7(e,t){return z7(t)?e(...t):e(t)}(e,t))}(t)):o}
|
|
52
52
|
/**
|
|
53
53
|
* @license Angular v21.2.17
|
|
54
54
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
55
55
|
* License: MIT
|
|
56
|
-
*/let s1=null;function Ps(){return s1}class W7{}let a1=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:()=>de(q7),providedIn:"platform"})}return e})(),q7=(()=>{class e extends a1{_location;_history;_doc=de(ti);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Ps().getBaseHref(this._doc)}onPopState(n){const r=Ps().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){const r=Ps().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,o){this._history.pushState(n,r,o)}replaceState(n,r,o){this._history.replaceState(n,r,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),c1=(()=>{class e{_renderer;_elementRef;onChange=n=>{};onTouched=()=>{};constructor(n,r){this._renderer=n,this._elementRef=r}setProperty(n,r){this._renderer.setProperty(this._elementRef.nativeElement,n,r)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static \u0275fac=function(r){return new(r||e)(it(Aa),it(Dr))};static \u0275dir=Ht({type:e})}return e})(),ja=(()=>{class e extends c1{static \u0275fac=(()=>{let n;return function(o){return(n||(n=Rr(e)))(o||e)}})();static \u0275dir=Ht({type:e,features:[Cn]})}return e})();const ii=new qe(""),Y7={provide:ii,useExisting:ln(()=>py),multi:!0},Z7=new qe("");let py=(()=>{class e extends c1{_compositionMode;_composing=!1;constructor(n,r,o){super(n,r),this._compositionMode=o,null==this._compositionMode&&(this._compositionMode=!function X7(){const e=Ps()?Ps().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(n){this.setProperty("value",n??"")}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static \u0275fac=function(r){return new(r||e)(it(Aa),it(Dr),it(Z7,8))};static \u0275dir=Ht({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,o){1&r&&er("input",function(s){return o._handleInput(s.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(s){return o._compositionEnd(s.target.value)})},standalone:!1,features:[Bn([Y7]),Cn]})}return e})();function gy(e){return null==e||0===my(e)}function my(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Xr=new qe(""),Bs=new qe(""),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 Q7{static min(t){return function u1(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n<e?{min:{min:e,actual:t.value}}:null}}(t)}static max(t){return function d1(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n>e?{max:{max:e,actual:t.value}}:null}}(t)}static required(t){return function _1(e){return gy(e.value)?{required:!0}:null}(t)}static requiredTrue(t){return function h1(e){return!0===e.value?null:{required:!0}}(t)}static email(t){return function f1(e){return gy(e.value)||J7.test(e.value)?null:{email:!0}}(t)}static minLength(t){return function p1(e){return t=>{const n=t.value?.length??my(t.value);return null===n||0===n?null:n<e?{minlength:{requiredLength:e,actualLength:n}}:null}}(t)}static maxLength(t){return function g1(e){return t=>{const n=t.value?.length??my(t.value);return null!==n&&n>e?{maxlength:{requiredLength:e,actualLength:n}}:null}}(t)}static pattern(t){return function m1(e){if(!e)return _f;let t,n;return"string"==typeof e?(n="","^"!==e.charAt(0)&&(n+="^"),n+=e,"$"!==e.charAt(e.length-1)&&(n+="$"),t=new RegExp(n)):(n=e.toString(),t=e),r=>{if(gy(r.value))return null;const o=r.value;return t.test(o)?null:{pattern:{requiredPattern:n,actualValue:o}}}}(t)}static nullValidator(t){return null}static compose(t){return T1(t)}static composeAsync(t){return S1(t)}}function _f(e){return null}function v1(e){return null!=e}function y1(e){return Nh(e)?hy(e):e}function C1(e){let t={};return e.forEach(n=>{t=null!=n?{...t,...n}:t}),0===Object.keys(t).length?null:t}function b1(e,t){return t.map(n=>n(e))}function E1(e){return e.map(t=>function ej(e){return!e.validate}(t)?t:n=>t.validate(n))}function T1(e){if(!e)return null;const t=e.filter(v1);return 0==t.length?null:function(n){return C1(b1(n,t))}}function vy(e){return null!=e?T1(E1(e)):null}function S1(e){if(!e)return null;const t=e.filter(v1);return 0==t.length?null:function(n){return G7(b1(n,t).map(y1)).pipe(ni(C1))}}function yy(e){return null!=e?S1(E1(e)):null}function I1(e,t){return null===e?[t]:Array.isArray(e)?[...e,t]:[e,t]}function w1(e){return e._rawValidators}function A1(e){return e._rawAsyncValidators}function Cy(e){return e?Array.isArray(e)?e:[e]:[]}function hf(e,t){return Array.isArray(e)?e.includes(t):e===t}function D1(e,t){const n=Cy(t);return Cy(e).forEach(o=>{hf(n,o)||n.push(o)}),n}function x1(e,t){return Cy(t).filter(n=>!hf(e,n))}class N1{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=vy(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=yy(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control?.reset(t)}hasError(t,n){return!!this.control&&this.control.hasError(t,n)}getError(t,n){return this.control?this.control.getError(t,n):null}}class Zr extends N1{name;get formDirective(){return null}get path(){return null}}class Fs extends N1{_parent=null;name=null;valueAccessor=null}class k1{_cd;constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let by=(()=>{class e extends k1{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(it(Fs,2))};static \u0275dir=Ht({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,o){2&r&&$h("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)},standalone:!1,features:[Cn]})}return e})(),Ey=(()=>{class e extends k1{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(it(Zr,10))};static \u0275dir=Ht({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,o){2&r&&$h("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)("ng-submitted",o.isSubmitted)},standalone:!1,features:[Cn]})}return e})();const Wu="VALID",pf="INVALID",cl="PENDING",qu="DISABLED";class ll{}class O1 extends ll{value;source;constructor(t,n){super(),this.value=t,this.source=n}}class Iy extends ll{pristine;source;constructor(t,n){super(),this.pristine=t,this.source=n}}class wy extends ll{touched;source;constructor(t,n){super(),this.touched=t,this.source=n}}class gf extends ll{status;source;constructor(t,n){super(),this.status=t,this.source=n}}class L1 extends ll{source;constructor(t){super(),this.source=t}}class Ay extends ll{source;constructor(t){super(),this.source=t}}function Dy(e){return(mf(e)?e.validators:e)||null}function xy(e,t){return(mf(t)?t.asyncValidators:e)||null}function mf(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class Ny{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(t,n){this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return vr(this.statusReactive)}set status(t){vr(()=>this.statusReactive.set(t))}_status=co(()=>this.statusReactive());statusReactive=bo(void 0);get valid(){return this.status===Wu}get invalid(){return this.status===pf}get pending(){return this.status===cl}get disabled(){return this.status===qu}get enabled(){return this.status!==qu}errors;get pristine(){return vr(this.pristineReactive)}set pristine(t){vr(()=>this.pristineReactive.set(t))}_pristine=co(()=>this.pristineReactive());pristineReactive=bo(!0);get dirty(){return!this.pristine}get touched(){return vr(this.touchedReactive)}set touched(t){vr(()=>this.touchedReactive.set(t))}_touched=co(()=>this.touchedReactive());touchedReactive=bo(!1);get untouched(){return!this.touched}_events=new dt;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(D1(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(D1(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(x1(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(x1(t,this._rawAsyncValidators))}hasValidator(t){return hf(this._rawValidators,t)}hasAsyncValidator(t){return hf(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){const n=!1===this.touched;this.touched=!0;const r=t.sourceControl??this;t.onlySelf||this._parent?.markAsTouched({...t,sourceControl:r}),n&&!1!==t.emitEvent&&this._events.next(new wy(!0,r))}markAllAsDirty(t={}){this.markAsDirty({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsDirty(t))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){const n=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=t.sourceControl??this;this._forEachChild(o=>{o.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:r})}),t.onlySelf||this._parent?._updateTouched(t,r),n&&!1!==t.emitEvent&&this._events.next(new wy(!1,r))}markAsDirty(t={}){const n=!0===this.pristine;this.pristine=!1;const r=t.sourceControl??this;t.onlySelf||this._parent?.markAsDirty({...t,sourceControl:r}),n&&!1!==t.emitEvent&&this._events.next(new Iy(!1,r))}markAsPristine(t={}){const n=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=t.sourceControl??this;this._forEachChild(o=>{o.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),t.onlySelf||this._parent?._updatePristine(t,r),n&&!1!==t.emitEvent&&this._events.next(new Iy(!0,r))}markAsPending(t={}){this.status=cl;const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new gf(this.status,n)),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.markAsPending({...t,sourceControl:n})}disable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=qu,this.errors=null,this._forEachChild(o=>{o.disable({...t,onlySelf:!0})}),this._updateValue();const r=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O1(this.value,r)),this._events.next(new gf(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(o=>o(!0))}enable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=Wu,this._forEachChild(r=>{r.enable({...t,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(t,n){t.onlySelf||(this._parent?.updateValueAndValidity(t),t.skipPristineCheck||this._parent?._updatePristine({},n),this._parent?._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Wu||this.status===cl)&&this._runAsyncValidator(r,t.emitEvent)}const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O1(this.value,n)),this._events.next(new gf(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.updateValueAndValidity({...t,sourceControl:n})}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?qu:Wu}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=cl,this._hasOwnPendingAsyncValidator={emitEvent:!1!==n,shouldHaveEmitted:!1!==t};const r=y1(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(o=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(o,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const t=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(!1!==n.emitEvent,this,n.shouldHaveEmitted)}get(t){let n=t;return null==n||(Array.isArray(n)||(n=n.split(".")),0===n.length)?null:n.reduce((r,o)=>r&&r._find(o),this)}getError(t,n){const r=n?this.get(n):this;return r?.errors?r.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,r){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||r)&&this._events.next(new gf(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,r)}_initObservables(){this.valueChanges=new Kr,this.statusChanges=new Kr}_calculateStatus(){return this._allControlsDisabled()?qu:this.errors?pf:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(cl)?cl:this._anyControlsHaveStatus(pf)?pf:Wu}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){const r=!this._anyControlsDirty(),o=this.pristine!==r;this.pristine=r,t.onlySelf||this._parent?._updatePristine(t,n),o&&this._events.next(new Iy(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new wy(this.touched,n)),t.onlySelf||this._parent?._updateTouched(t,n)}_onDisabledChange=[];_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){mf(t)&&null!=t.updateOn&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){return!t&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=function aj(e){return Array.isArray(e)?vy(e):e||null}(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=function cj(e){return Array.isArray(e)?yy(e):e||null}(this._rawAsyncValidators)}}class Ku extends Ny{constructor(t,n,r){super(Dy(n),xy(r,n)),this.controls=t,this._initObservables(),this._setUpdateStrategy(n),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(t,n){return this.controls[t]?this.controls[t]:(this.controls[t]=n,n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange),n)}addControl(t,n,r={}){this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(t,n={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}setControl(t,n,r={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],n&&this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(t){return this.controls.hasOwnProperty(t)&&this.controls[t].enabled}setValue(t,n={}){(function B1(e,t,n){e._forEachChild((r,o)=>{if(void 0===n[o])throw new we(-1002,"")})})(this,0,t),Object.keys(t).forEach(r=>{(function P1(e,t,n){const r=e.controls;if(!(t?Object.keys(r):r).length)throw new we(1e3,"");if(!r[n])throw new we(1001,"")})(this,!0,r),this.controls[r].setValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n)}patchValue(t,n={}){null!=t&&(Object.keys(t).forEach(r=>{const o=this.controls[r];o&&o.patchValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n))}reset(t={},n={}){this._forEachChild((r,o)=>{r.reset(t?t[o]:null,{...n,onlySelf:!0})}),this._updatePristine(n,this),this._updateTouched(n,this),this.updateValueAndValidity(n),!1!==n?.emitEvent&&this._events.next(new Ay(this))}getRawValue(){return this._reduceChildren({},(t,n,r)=>(t[r]=n.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(n,r)=>!!r._syncPendingControls()||n);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_forEachChild(t){Object.keys(this.controls).forEach(n=>{const r=this.controls[n];r&&t(r,n)})}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(const[n,r]of Object.entries(this.controls))if(this.contains(n)&&t(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(n,r,o)=>((r.enabled||this.disabled)&&(n[o]=r.value),n))}_reduceChildren(t,n){let r=t;return this._forEachChild((o,i)=>{r=n(r,o,i)}),r}_allControlsDisabled(){for(const t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(t){return this.controls.hasOwnProperty(t)?this.controls[t]:null}}const ul=new qe("",{factory:()=>vf}),vf="always";function Yu(e,t,n=vf){ky(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||"always"===n)&&t.valueAccessor.setDisabledState?.(e.disabled),function dj(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&F1(e,t)})}(e,t),function hj(e,t){const n=(r,o)=>{t.valueAccessor.writeValue(r),o&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}(e,t),function _j(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&F1(e,t),"submit"!==e.updateOn&&e.markAsTouched()})}(e,t),function uj(e,t){if(t.valueAccessor.setDisabledState){const n=r=>{t.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}(e,t)}function Cf(e,t,n=!0){const r=()=>{};t?.valueAccessor?.registerOnChange(r),t?.valueAccessor?.registerOnTouched(r),Ef(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function bf(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function ky(e,t){const n=w1(e);null!==t.validator?e.setValidators(I1(n,t.validator)):"function"==typeof n&&e.setValidators([n]);const r=A1(e);null!==t.asyncValidator?e.setAsyncValidators(I1(r,t.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const o=()=>e.updateValueAndValidity();bf(t._rawValidators,o),bf(t._rawAsyncValidators,o)}function Ef(e,t){let n=!1;if(null!==e){if(null!==t.validator){const o=w1(e);if(Array.isArray(o)&&o.length>0){const i=o.filter(s=>s!==t.validator);i.length!==o.length&&(n=!0,e.setValidators(i))}}if(null!==t.asyncValidator){const o=A1(e);if(Array.isArray(o)&&o.length>0){const i=o.filter(s=>s!==t.asyncValidator);i.length!==o.length&&(n=!0,e.setAsyncValidators(i))}}}const r=()=>{};return bf(t._rawValidators,r),bf(t._rawAsyncValidators,r),n}function F1(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function z1(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function V1(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const Us=class extends Ny{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(t=null,n,r){super(Dy(n),xy(r,n)),this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),mf(n)&&(n.nonNullable||n.initialValueIsDefault)&&(this.defaultValue=V1(t)?t.value:t)}setValue(t,n={}){this.value=this._pendingValue=t,this._onChange.length&&!1!==n.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==n.emitViewToModelChange)),this.updateValueAndValidity(n)}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),n.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==n?.emitEvent&&this._events.next(new Ay(this))}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){z1(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){z1(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(t){V1(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};Promise.resolve();let wf=(()=>{class e extends Zr{callSetDisabledState;get submitted(){return vr(this._submittedReactive)}set submitted(n){this._submittedReactive.set(n)}_submitted=co(()=>this._submittedReactive());_submittedReactive=bo(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(n,r,o){super(),this.callSetDisabledState=o,this._setValidators(n),this._setAsyncValidators(r)}ngOnChanges(n){this.onChanges(n)}ngOnDestroy(){this.onDestroy()}onChanges(n){this._checkFormPresent(),n.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Ef(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(n){const r=this.form.get(n.path);return Yu(r,n,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(n),r}getControl(n){return this.form.get(n.path)}removeControl(n){Cf(n.control||null,n,!1),function mj(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}(this.directives,n)}addFormGroup(n){this._setUpFormContainer(n)}removeFormGroup(n){this._cleanUpFormContainer(n)}getFormGroup(n){return this.form.get(n.path)}getFormArray(n){return this.form.get(n.path)}addFormArray(n){this._setUpFormContainer(n)}removeFormArray(n){this._cleanUpFormContainer(n)}updateModel(n,r){this.form.get(n.path).setValue(r)}onReset(){this.resetForm()}resetForm(n=void 0,r={}){this.form.reset(n,r),this._submittedReactive.set(!1)}onSubmit(n){return this.submitted=!0,function H1(e,t){e._syncPendingControls(),t.forEach(n=>{const r=n.control;"submit"===r.updateOn&&r._pendingChange&&(n.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(n),this.form._events.next(new L1(this.control)),"dialog"===n?.target?.method}_updateDomValue(){this.directives.forEach(n=>{const r=n.control,o=this.form.get(n.path);r!==o&&(Cf(r||null,n),(e=>e instanceof Us)(o)&&(Yu(o,n,this.callSetDisabledState),n.control=o))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(n){const r=this.form.get(n.path);(function U1(e,t){ky(e,t)})(r,n),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(n){const r=this.form?.get(n.path);r&&function fj(e,t){return Ef(e,t)}(r,n)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){ky(this.form,this),this._oldForm&&Ef(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(it(Xr,10),it(Bs,10),it(ul,8))};static \u0275dir=Ht({type:e,features:[Cn,vs]})}return e})();const Ly=new qe(""),kj={provide:Fs,useExisting:ln(()=>Af)};let Af=(()=>{class e extends Fs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(n){}model;update=new Kr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(n,r,o,i,s){super(),this._ngModelWarningConfig=i,this.callSetDisabledState=s,this._setValidators(n),this._setAsyncValidators(r),this.valueAccessor=function Oy(e,t){if(!t)return null;let n,r,o;return Array.isArray(t),t.forEach(i=>{i.constructor===py?n=i:function gj(e){return Object.getPrototypeOf(e.constructor)===ja}(i)?r=i:o=i}),o||r||n||null}(0,o)}ngOnChanges(n){if(this._isControlChanged(n)){const r=n.form.previousValue;r&&Cf(r,this,!1),Yu(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function My(e,t){if(!e.hasOwnProperty("model"))return!1;const n=e.model;return!!n.isFirstChange()||!Object.is(t,n.currentValue)})(n,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Cf(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_isControlChanged(n){return n.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(it(Xr,10),it(Bs,10),it(ii,10),it(Ly,8),it(ul,8))};static \u0275dir=Ht({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:[Bn([kj]),Cn,vs]})}return e})();const Lj={provide:Zr,useExisting:ln(()=>xf)};let xf=(()=>{class e extends wf{form=null;ngSubmit=new Kr;get control(){return this.form}static \u0275fac=(()=>{let n;return function(o){return(n||(n=Rr(e)))(o||e)}})();static \u0275dir=Ht({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,o){1&r&&er("submit",function(s){return o.onSubmit(s)})("reset",function(){return o.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[Bn([Lj]),Cn]})}return e})(),Xj=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ch({type:e});static \u0275inj=ur({})}return e})(),cx=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:Ly,useValue:n.warnOnNgModelWithFormControl??"always"},{provide:ul,useValue:n.callSetDisabledState??vf}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ch({type:e});static \u0275inj=ur({imports:[Xj]})}return e})();var lx=ft(171);const Zj=["*"];let ux=(()=>{class e{constructor(){this.design=ot("Default"),this.disabled=ot(!1,{transform:Gn}),this.icon=ot(),this.endIcon=ot(),this.submits=ot(!1,{transform:Gn}),this.tooltip=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibilityAttributes=ot({}),this.accessibleDescription=ot(),this.type=ot("Button"),this.accessibleRole=ot("Button"),this.loading=ot(!1,{transform:Gn}),this.loadingDelay=ot(1e3),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."},{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"}],this.elementRef=de(Dr),this.injector=de(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["design","disabled","icon","endIcon","submits","tooltip","accessibleName","accessibleNameRef","accessibilityAttributes","accessibleDescription","type","accessibleRole","loading","loadingDelay"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Click"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{design:[1,"design"],disabled:[1,"disabled"],icon:[1,"icon"],endIcon:[1,"endIcon"],submits:[1,"submits"],tooltip:[1,"tooltip"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],type:[1,"type"],accessibleRole:[1,"accessibleRole"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],ngContentSelectors:Zj,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(1279);let dx=(()=>{class e{constructor(){this.elementRef=de(Dr),this.cdr=de(cf),this._value=null,this._initialized=!1,this.setDisabledState=n=>{const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=n,this.cdr.markForCheck())}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}registerOnChange(n){this.onChange=n}registerOnTouched(n){this.onTouched=n}writeValue(n){this._value=n,this._initialized&&this.updateElementValue(n)}initializeComponent(){const n=this.elementRef.nativeElement;this._initialized=!0,n&&n.addEventListener&&(n.addEventListener("input",r=>{this.onChange&&(this.onChange(r.target.value),this.cdr.markForCheck())}),n.addEventListener("change",r=>{this.onChange&&(this.onChange(r.target.value),this.cdr.markForCheck())}),n.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})),null!==this._value&&this.updateElementValue(this._value)}updateElementValue(n){const r=this.elementRef.nativeElement;r&&this._initialized&&(r.value=n||"",this.cdr.markForCheck())}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=Ht({type:e,selectors:[["","noop",""]],features:[Bn([{provide:ii,useExisting:ln(()=>e),multi:!0}])]})}}return e})();const Jj=["*"];let _x=(()=>{class e{constructor(){this.disabled=ot(!1,{transform:Gn}),this.placeholder=ot(),this.readonly=ot(!1,{transform:Gn}),this.required=ot(!1,{transform:Gn}),this.noTypeahead=ot(!1,{transform:Gn}),this.type=ot("Text"),this.value=ot(""),this.valueState=ot("None"),this.name=ot(),this.showSuggestions=ot(!1,{transform:Gn}),this.maxlength=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibleDescription=ot(),this.accessibleDescriptionRef=ot(),this.showClearIcon=ot(!1,{transform:Gn}),this.open=ot(!1,{transform:Gn}),this.filter=ot("None"),this.ui5Change=Mr(),this.ui5Input=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),this.ui5Open=Mr(),this.ui5Close=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."},{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=de(Dr),this.injector=de(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["disabled","placeholder","readonly","required","noTypeahead","type","value","valueState","name","showSuggestions","maxlength","accessibleName","accessibleNameRef","accessibleDescription","accessibleDescriptionRef","showClearIcon","open","filter"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Change","ui5Input","ui5Select","ui5SelectionChange","ui5Open","ui5Close"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{disabled:[1,"disabled"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],noTypeahead:[1,"noTypeahead"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"],name:[1,"name"],showSuggestions:[1,"showSuggestions"],maxlength:[1,"maxlength"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],showClearIcon:[1,"showClearIcon"],open:[1,"open"],filter:[1,"filter"]},outputs:{ui5Change:"ui5Change",ui5Input:"ui5Input",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange",ui5Open:"ui5Open",ui5Close:"ui5Close"},exportAs:["ui5Input"],features:[tv([dx])],ngContentSelectors:Jj,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();var hx=ft(355);const Qj=["*"];let fx=(()=>{class e{constructor(){this.for=ot(),this.showColon=ot(!1,{transform:Gn}),this.required=ot(!1,{transform:Gn}),this.wrappingType=ot("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=de(Dr),this.injector=de(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["for","showColon","required","wrappingType"];for(const o of r){const i=o.replace(/-./g,s=>s[1].toUpperCase());this[i]&&"function"==typeof this[i]&&Jo(this.injector,()=>{ji(()=>{const s=this[i]();n&&(n[o]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],showColon:[1,"showColon"],required:[1,"required"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],ngContentSelectors:Qj,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(8305);const eG=["*"];let px=(()=>{class e{constructor(){this.disabled=ot(!1,{transform:Gn}),this.tooltip=ot(),this.href=ot(),this.target=ot(),this.design=ot("Default"),this.interactiveAreaSize=ot("Normal"),this.wrappingType=ot("Normal"),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibleRole=ot("Link"),this.accessibilityAttributes=ot({}),this.accessibleDescription=ot(),this.icon=ot(),this.endIcon=ot(),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=de(Dr),this.injector=de(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["disabled","tooltip","href","target","design","interactiveAreaSize","wrappingType","accessibleName","accessibleNameRef","accessibleRole","accessibilityAttributes","accessibleDescription","icon","endIcon"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Click"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{disabled:[1,"disabled"],tooltip:[1,"tooltip"],href:[1,"href"],target:[1,"target"],design:[1,"design"],interactiveAreaSize:[1,"interactiveAreaSize"],wrappingType:[1,"wrappingType"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],icon:[1,"icon"],endIcon:[1,"endIcon"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],ngContentSelectors:eG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(1973);const tG=["*"];let gx=(()=>{class e{constructor(){this.headerText=ot(),this.footerText=ot(),this.indent=ot(!1,{transform:Gn}),this.selectionMode=ot("None"),this.noDataText=ot(),this.separators=ot("All"),this.growing=ot("None"),this.growingButtonText=ot(),this.loading=ot(!1,{transform:Gn}),this.loadingDelay=ot(1e3),this.stickyHeader=ot(!1,{transform:Gn}),this.accessibleName=ot(),this.accessibilityAttributes=ot({}),this.accessibleNameRef=ot(),this.accessibleDescription=ot(),this.accessibleDescriptionRef=ot(),this.accessibleRole=ot("List"),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemToggle=Mr(),this.ui5ItemDelete=Mr(),this.ui5SelectionChange=Mr(),this.ui5LoadMore=Mr(),this.ui5MoveOver=Mr(),this.ui5Move=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=de(Dr),this.injector=de(or)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["headerText","footerText","indent","selectionMode","noDataText","separators","growing","growingButtonText","loading","loadingDelay","stickyHeader","accessibleName","accessibilityAttributes","accessibleNameRef","accessibleDescription","accessibleDescriptionRef","accessibleRole"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5ItemClick","ui5ItemClose","ui5ItemToggle","ui5ItemDelete","ui5SelectionChange","ui5LoadMore","ui5MoveOver","ui5Move"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{headerText:[1,"headerText"],footerText:[1,"footerText"],indent:[1,"indent"],selectionMode:[1,"selectionMode"],noDataText:[1,"noDataText"],separators:[1,"separators"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],stickyHeader:[1,"stickyHeader"],accessibleName:[1,"accessibleName"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleNameRef:[1,"accessibleNameRef"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleRole:[1,"accessibleRole"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemToggle:"ui5ItemToggle",ui5ItemDelete:"ui5ItemDelete",ui5SelectionChange:"ui5SelectionChange",ui5LoadMore:"ui5LoadMore",ui5MoveOver:"ui5MoveOver",ui5Move:"ui5Move"},exportAs:["ui5List"],ngContentSelectors:tG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();var Kt=ft(2358),Ju=ft(1834),Qu=ft(1934),At=ft(1642),ed=ft(3651),Uy=ft(4127),mx=ft(6488),$a=ft(1437),nG=ft(6993),vx=ft(1278),xo=(ft(6726),ft(4874));(0,xo.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,xo.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 yx=ft(6826),Cx=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(Cx||{});const uG=Cx;var bx=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(bx||{});const Ei=bx;var Ti=ft(5011),Ex=ft(6981),Sn=ft(5166),$o=ft(8923),dl=ft(303),_l=ft(5444);(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,xo.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,xo.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 Hs,lo=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Ur=Hs=class extends Ex.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=t=>{(0,Kt.RI)(t)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===Ei.Active||this.type===Ei.Navigation)&&this._selectionMode!==Ti.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(t){const n=t.target!==this.getFocusDomRef();if(((0,Kt.xC)(t)||(0,Kt.RI)(t))&&n)return;super._onkeydown(t);const r=this.type===Ei.Active,o=this.typeNavigation;((0,Kt.xC)(t)||(0,Kt.RI)(t))&&(r||o)&&this.activate(),(0,Kt.ty)(t)&&this._handleF2()}_onkeyup(t){super._onkeyup(t),((0,Kt.xC)(t)||(0,Kt.RI)(t))&&this.deactivate(),this.modeDelete&&(0,Kt.Ob)(t)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(t){super._onfocusin(t),t.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(t){if(this._editMode){const n=t.relatedTarget;(!n||!this.contains(n)&&!this.shadowRoot.contains(n))&&(this._editMode=!1)}t.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(t){t.dataTransfer&&t.target===this._listItem&&(yx.A.setDraggedElement(this,t),this.setAttribute("data-moving",""),t.dataTransfer.dropEffect="move",t.dataTransfer.effectAllowed="move")}_ondragend(t){t.target===this._listItem&&(yx.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(t){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:t.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(t){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!t.target.checked,selectionComponentPressed:!0})}activate(){(this.type===Ei.Active||this.type===Ei.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(t){this.isInactive||(super.fireItemPress(t),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===Ei.Inactive||this.type===Ei.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ti.A.Multiple||this._selectionMode===Ti.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ti.A.SingleEnd||this._selectionMode===Ti.A.Delete)}get modeSingleSelect(){return[Ti.A.SingleStart,Ti.A.SingleEnd,Ti.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ti.A.Multiple}get modeDelete(){return this._selectionMode===Ti.A.Delete}get typeDetail(){return this.type===Ei.Detail}get typeNavigation(){return this.type===Ei.Navigation}get typeActive(){return this.type===Ei.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 t;return void 0!==this._ariaSelected&&(t=Hs.i18nBundle.getText(this._ariaSelected?Sn.rek:Sn.bB2)),t}get deleteText(){return Hs.i18nBundle.getText(Sn.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?Hs.i18nBundle.getText(Sn._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:Hs.i18nBundle.getText(Sn.UlA),ariaLabelRadioButton:Hs.i18nBundle.getText(Sn.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!==uG.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const t=this.getFocusDomRef();if((0,Uy.A)()===t){const n=this._getFocusableElements();if(!n.length)return;this._editMode=!0,n[0].focus()}else this._editMode=!1,t.focus()}_handleTabNext(t){if(this._editMode){const n=this._getFocusableElements(),r=this._indexOfActiveElement(n),o=r+1;return void(-1!==r&&o<n.length?(t.preventDefault(),n[o].focus()):this.fireDecoratorEvent("forward-after")||t.preventDefault())}this.fireDecoratorEvent("forward-after")||t.preventDefault()}_handleTabPrevious(t){if(this._editMode){const n=this._getFocusableElements(),r=this._indexOfActiveElement(n);return void(r>0?(t.preventDefault(),n[r-1].focus()):this.fireDecoratorEvent("forward-before")||t.preventDefault())}this.fireDecoratorEvent("forward-before")||t.preventDefault()}_getFocusableElements(){const t=this.getFocusDomRef();return(0,mx.J)(t)}_indexOfActiveElement(t){const n=(0,Uy.A)();return t.findIndex(r=>r===n||null!==r.shadowRoot&&r.shadowRoot.contains(n))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(t){const n=this._getFocusableElements();if(!n.length)return;const r=Math.min(t,n.length-1);return n[r].focus(),r}};lo([(0,At.A)()],Ur.prototype,"type",void 0),lo([(0,At.A)({type:Object})],Ur.prototype,"accessibilityAttributes",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"navigated",void 0),lo([(0,At.A)()],Ur.prototype,"tooltip",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"active",void 0),lo([(0,At.A)()],Ur.prototype,"highlight",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"selected",void 0),lo([(0,At.A)()],Ur.prototype,"accessibleRole",void 0),lo([(0,At.A)()],Ur.prototype,"_forcedAccessibleRole",void 0),lo([(0,At.A)({noAttribute:!0})],Ur.prototype,"_inheritedAccessibleRole",void 0),lo([(0,At.A)()],Ur.prototype,"_selectionMode",void 0),lo([(0,At.A)()],Ur.prototype,"mediaRange",void 0),lo([(0,nG.A)()],Ur.prototype,"deleteButton",void 0),lo([(0,ed.A)("@ui5/webcomponents")],Ur,"i18nBundle",void 0),Ur=Hs=lo([(0,Qu.A)({languageAware:!0,renderer:Ju.A,styles:[Ex.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,$a.A)("detail-click",{bubbles:!0}),(0,$a.A)("selection-requested",{bubbles:!0})],Ur);const Tx=Ur;var xt=ft(1892),Wa=ft(563),qa=ft(6136),Hy=ft(5386),zs=ft(594),td=ft(3493);const Vs=class CG{static hasGroup(t){return this.groups.has(t)}static getGroup(t){return this.groups.get(t)}static getCheckedRadioFromGroup(t){return this.checkedRadios.get(t)}static removeGroup(t){return this.checkedRadios.delete(t),this.groups.delete(t)}static addToGroup(t,n){this.hasGroup(n)?(this.enforceSingleSelection(t,n),this.getGroup(n)&&this.getGroup(n).push(t)):this.createGroup(t,n),this.updateTabOrder(n)}static removeFromGroup(t,n){const r=this.getGroup(n);if(!r)return;const o=this.getCheckedRadioFromGroup(n);r.forEach((i,s,a)=>{if(t._id===i._id)return a.splice(s,1)}),o===t&&this.checkedRadios.set(n,null),r.length||this.removeGroup(n),this.updateTabOrder(n)}static createGroup(t,n){t.checked&&this.checkedRadios.set(n,t),this.groups.set(n,[t])}static selectNextItem(t,n){const r=this.getGroup(n);if(!r)return;const o=r.length,i=r.indexOf(t);if(o<=1)return;const s=this._nextFocusable(i,r);s&&this.updateSelectionInGroup(s,n)}static updateFormValidity(t){const n=this.getGroup(t);if(!n)return;const r=n.some(i=>i.required),o=n.some(i=>i.checked);n.forEach(i=>{i._groupChecked=o,i._groupRequired=r})}static updateTabOrder(t){const n=this.getGroup(t);if(!n)return;const r=n.some(o=>o.checked);n.filter(o=>!o.disabled).forEach((o,i)=>{let s=(0,Uy.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),o._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===o&&o.readonly?0:-1:o.checked?0:-1:0===i?0:-1})}static selectPreviousItem(t,n){const r=this.getGroup(n);if(!r)return;const o=r.length,i=r.indexOf(t);if(o<=1)return;const s=this._previousFocusable(i,r);s&&this.updateSelectionInGroup(s,n)}static selectItem(t,n){this.updateSelectionInGroup(t,n),this.updateTabOrder(n),this.updateFormValidity(n)}static updateSelectionInGroup(t,n){const r=this.getCheckedRadioFromGroup(n);r&&!t.readonly&&(this._deselectRadio(r),this.checkedRadios.set(n,t)),t&&(t.focus(),t.readonly?setTimeout(()=>{this.updateTabOrder(n)},0):this._selectRadio(t))}static _deselectRadio(t){t&&(t.checked=!1)}static _selectRadio(t){t.checked=!0,t._checked=!0,t.fireDecoratorEvent("change")}static _nextFocusable(t,n){if(!n)return null;let o=null;if(t===n.length-1){if(n[0].disabled)return this._nextFocusable(1,n);o=n[0]}else{if(n[t+1].disabled)return this._nextFocusable(t+1,n);o=n[t+1]}return o}static _previousFocusable(t,n){const r=n.length;let o=null;if(0===t){if(n[r-1].disabled)return this._previousFocusable(r-1,n);o=n[r-1]}else{if(n[t-1].disabled)return this._previousFocusable(t-1,n);o=n[t-1]}return o}static enforceSingleSelection(t,n){const r=this.getCheckedRadioFromGroup(n);t.checked?r?t!==r&&(this._deselectRadio(r),this.checkedRadios.set(n,t)):this.checkedRadios.set(n,t):t===r&&this.checkedRadios.set(n,null),this.updateTabOrder(n),this.updateFormValidity(n)}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,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var Ka,Hr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let zy,Sx=!1,yr=Ka=class extends Hy.A{get formValidityMessage(){return Ka.i18nBundle.getText(Sn.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.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=()=>{zy&&(zy.active=!1)},Sx||(document.addEventListener("mouseup",this._deactivate),Sx=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(t){const n=this._name,r=this.name,o=this._checked,i=this.checked;t&&Vs.removeFromGroup(this,n),r!==n?(n&&Vs.removeFromGroup(this,n),r&&Vs.addToGroup(this,r)):r&&this.isConnected&&Vs.enforceSingleSelection(this,r),this.name&&i!==o&&Vs.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(t){const n=this.name;n&&(t.preventDefault(),Vs.selectNextItem(this,n))}_handleUp(t){const n=this.name;n&&(t.preventDefault(),Vs.selectPreviousItem(this,n))}_onkeydown(t){if((0,Kt.xC)(t))return this.active=!0,t.preventDefault();if((0,Kt.RI)(t))return this.active=!0,this.toggle();const n="rtl"===this.effectiveDir;((0,Kt.Pj)(t)||!n&&(0,Kt.FG)(t)||n&&(0,Kt.OC)(t))&&this._handleDown(t),((0,Kt.ie)(t)||!n&&(0,Kt.OC)(t)||n&&(0,Kt.FG)(t))&&this._handleUp(t)}_onkeyup(t){(0,Kt.xC)(t)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,zy=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Vs.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,td.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==zs.A.None}get valueStateText(){switch(this.valueState){case zs.A.Negative:return Ka.i18nBundle.getText(Sn.laD);case zs.A.Critical:return Ka.i18nBundle.getText(Sn.Xot);case zs.A.Positive:return Ka.i18nBundle.getText(Sn.KwP);case zs.A.Information:return Ka.i18nBundle.getText(Sn.tgV);default:return""}}get effectiveTabIndex(){const t=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:t?parseInt(t):0}};Hr([(0,At.A)({type:Boolean})],yr.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"checked",void 0),Hr([(0,At.A)()],yr.prototype,"text",void 0),Hr([(0,At.A)()],yr.prototype,"valueState",void 0),Hr([(0,At.A)()],yr.prototype,"name",void 0),Hr([(0,At.A)()],yr.prototype,"value",void 0),Hr([(0,At.A)()],yr.prototype,"wrappingType",void 0),Hr([(0,At.A)()],yr.prototype,"accessibleName",void 0),Hr([(0,At.A)()],yr.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)({type:Number})],yr.prototype,"_tabIndex",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"active",void 0),Hr([(0,At.A)({type:Boolean,noAttribute:!0})],yr.prototype,"_groupChecked",void 0),Hr([(0,At.A)({type:Boolean,noAttribute:!0})],yr.prototype,"_groupRequired",void 0),Hr([(0,ed.A)("@ui5/webcomponents")],yr,"i18nBundle",void 0),yr=Ka=Hr([(0,Qu.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:Ju.A,template:function bG(){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)(hx.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,$a.A)("change",{bubbles:!0})],yr),yr.define();const TG=yr;function QG(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,xo.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,xo.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,xo.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,xo.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,xo.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,xo.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,xo.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,xo.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 ts,zr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Vy,wx=!1,Cr=ts=class extends Hy.A{get formValidityMessage(){return ts.i18nBundle.getText(Sn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.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=()=>{Vy&&(Vy.active=!1)},wx||(document.addEventListener("mouseup",this._deactivate),wx=!0)}onEnterDOM(){(0,qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Vy=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(t){(0,Kt.xC)(t)&&t.preventDefault(),!this.readonly&&!this.disabled&&((0,Kt.RI)(t)&&this.toggle(),this.active=!0)}_onkeyup(t){(0,Kt.xC)(t)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const t={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(n||r)&&(this.checked=t.checked,this.indeterminate=t.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:ts.i18nBundle.getText(Sn.laD),Critical:ts.i18nBundle.getText(Sn.Xot),Positive:ts.i18nBundle.getText(Sn.KwP)}}get ariaLabelText(){return(0,td.ax)(this)||(0,td.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!==zs.A.None}get valueStateText(){if(this.valueState!==zs.A.None&&this.valueState!==zs.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const t=this.getAttribute("tabindex");if(this.tabbable)return t?parseInt(t):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 t=ts.i18nBundle.getText(this.checked?Sn.Egs:Sn.wJ8),n=[this.text||"",t].filter(Boolean).join(" ");return{role:this.accInfo.role,type:ts.i18nBundle.getText(Sn.b5n),description:n,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}}};zr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),zr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"displayOnly",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"indeterminate",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),zr([(0,At.A)()],Cr.prototype,"text",void 0),zr([(0,At.A)()],Cr.prototype,"valueState",void 0),zr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),zr([(0,At.A)()],Cr.prototype,"name",void 0),zr([(0,At.A)()],Cr.prototype,"value",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),zr([(0,At.A)({type:Object})],Cr.prototype,"_accInfo",void 0),zr([(0,ed.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=ts=zr([(0,Qu.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:Ju.A,template:function JG(){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)(Wa.A,{"aria-hidden":"true",name:QG.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Wa.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)(hx.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,$a.A)("change",{bubbles:!0,cancelable:!0}),(0,$a.A)("value-changed",{bubbles:!0,cancelable:!0})],Cr),Cr.define();const e9=Cr,t9={listItemPreContent:function r9(){},listItemContent:function o9(){},imageBegin:function i9(){},iconBegin:function s9(){},iconEnd:function a9(){},selectionElement:Ax};function n9(e){const t={...t9,...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:[t.listItemPreContent.call(this),this.placeSelectionElementBefore&&Ax.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:[t.imageBegin.call(this),t.iconBegin.call(this),t.listItemContent.call(this)]}),t.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(lx.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Wa.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&t.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 Ax(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(TG,{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)(e9,{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)(lx.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:vx.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const c9={listItemContent:function u9(){return(0,xt.Y)("slot",{})}};var d9=ft(4446);let Dx,ns;const nd=()=>(Dx??=new d9.Ay("@ui5/webcomponents-base"),Dx),xx=(e,t=[])=>{(!ns||!ns.isConnected)&&(ns=document.createElement("span"),ns.id="ui5-invisible-text",ns.hidden=!0,document.body.appendChild(ns));const n=[...e.ariaLabelledByElements||[]],r=n.indexOf(ns);t=Array.isArray(t)?t.filter(Boolean).join(" . ").trim():t.trim(),ns.textContent=t,t&&-1===r?(n.unshift(ns),e.ariaLabelledByElements=n):!t&&r>-1&&(n.splice(r,1),e.ariaLabelledByElements=n.length?n:null)},Nx=(e,t={},n=!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 n?nd().getText(Sn.CH):"";let r=[];const o=[],i=e.accessibilityInfo,{lessDetails:s}=t;if(i){const{type:a,description:c,required:l,disabled:d,readonly:f,children:y}=i;r=y||[],a&&o.push(a),c&&o.push(c),s||(l&&o.push(nd().getText(Sn.knB)),d&&o.push(nd().getText(Sn.fBK)),f&&o.push(nd().getText(Sn.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=Nx(a,t,!1);c&&o.push(c)}),n){const a=o.length>0;if(!a||!s){const c=(0,mx.J)(e),l=[a?"":Sn.CH,Sn.fSG,Sn.Apb][Math.min(c.length,2)];l&&(a&&o.push("."),o.push(nd().getText(l)))}}return o.join(" ").trim()};(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var jy,Nf=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let hl=jy=class extends Tx{constructor(){super(...arguments),this.movable=!1}_onkeydown(t){(this.matches(":focus")||(0,Kt.zP)(t)||(0,Kt.bR)(t)||(0,Kt.ty)(t)||(0,Kt.oi)(t)||(0,Kt.ie)(t)||(0,Kt.Pj)(t))&&super._onkeydown(t)}_onkeyup(t){(this.matches(":focus")||(0,Kt.zP)(t)||(0,Kt.bR)(t)||(0,Kt.ty)(t)||(0,Kt.oi)(t)||(0,Kt.ie)(t)||(0,Kt.Pj)(t))&&super._onkeyup(t)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(t){super._onfocusin(t),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(t){super._onfocusout(t),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const t=this._listItem;if(!t)return;const n=Nx(this);xx(t,n)}_clearInvisibleTextContent(){const t=this._listItem;t&&xx(t,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const t=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return t?[t]:[]}get classes(){const t=super.classes;return t.main["ui5-custom-li-root"]=!0,t}get accessibilityInfo(){const t=[],n=this.shadowRoot?.querySelector("slot:not([name])");if(n){const o=n.assignedNodes({flatten:!0});t.push(...o)}const r=this._getDeleteButtonNodes();return t.push(...r),{type:jy.i18nBundle.getText(Sn.YHe),children:t}}};Nf([(0,At.A)({type:Boolean})],hl.prototype,"movable",void 0),Nf([(0,At.A)()],hl.prototype,"accessibleName",void 0),Nf([(0,ed.A)("@ui5/webcomponents")],hl,"i18nBundle",void 0),hl=jy=Nf([(0,Qu.A)({tag:"ui5-li-custom",template:function l9(e){const t={...c9,...e};return n9.call(this,t)},renderer:Ju.A,styles:[Tx.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']})],hl),hl.define();const f9=["*"];let kx=(()=>{class e{constructor(){this.movable=ot(!1,{transform:Gn}),this.accessibleName=ot(),this.type=ot("Active"),this.accessibilityAttributes=ot({}),this.navigated=ot(!1,{transform:Gn}),this.tooltip=ot(),this.highlight=ot("None"),this.selected=ot(!1,{transform:Gn}),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=de(Dr),this.injector=de(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["movable","accessibleName","type","accessibilityAttributes","navigated","tooltip","highlight","selected"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5DetailClick"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{movable:[1,"movable"],accessibleName:[1,"accessibleName"],type:[1,"type"],accessibilityAttributes:[1,"accessibilityAttributes"],navigated:[1,"navigated"],tooltip:[1,"tooltip"],highlight:[1,"highlight"],selected:[1,"selected"]},outputs:{ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],ngContentSelectors:f9,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();(0,xo.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,xo.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 Rx=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Rx||{});const b9=Rx;(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var fl,Jr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Or=fl=class extends Hy.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 fl.i18nBundle.getText(Sn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(t){(0,Kt.xC)(t)&&t.preventDefault(),!this.readonly&&((0,Kt.xC)(t)?this._isSpacePressed=!0:((0,Kt.Tu)(t)||(0,Kt.KL)(t))&&(this._cancelAction=!0),(0,Kt.RI)(t)&&this._onclick())}_onkeyup(t){if(this.readonly)return;const n=(0,Kt.xC)(t),r=(0,Kt.Tu)(t)||(0,Kt.KL)(t);if(n||(0,Kt.BF)(t)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void t.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);n&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),n=!this.fireDecoratorEvent("value-changed");(t||n)&&(this.checked=!this.checked)}}get graphical(){return this.design===b9.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const t=this.textOn?.toLowerCase(),n=this.textOff?.toLowerCase(),r=fl.i18nBundle.getText(Sn.F$r).toLowerCase(),o=fl.i18nBundle.getText(Sn.f4l).toLowerCase();return t===r&&n===o||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,td.ax)(this)||(0,td.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?fl.i18nBundle.getText(Sn.Dy9):""}};Jr([(0,At.A)()],Or.prototype,"design",void 0),Jr([(0,At.A)({type:Boolean})],Or.prototype,"readonly",void 0),Jr([(0,At.A)({type:Boolean})],Or.prototype,"checked",void 0),Jr([(0,At.A)({type:Boolean})],Or.prototype,"disabled",void 0),Jr([(0,At.A)()],Or.prototype,"textOn",void 0),Jr([(0,At.A)()],Or.prototype,"textOff",void 0),Jr([(0,At.A)()],Or.prototype,"accessibleName",void 0),Jr([(0,At.A)()],Or.prototype,"accessibleNameRef",void 0),Jr([(0,At.A)()],Or.prototype,"tooltip",void 0),Jr([(0,At.A)({type:Boolean})],Or.prototype,"required",void 0),Jr([(0,At.A)()],Or.prototype,"name",void 0),Jr([(0,At.A)()],Or.prototype,"value",void 0),Jr([(0,At.A)({type:Boolean,noAttribute:!0})],Or.prototype,"_cancelAction",void 0),Jr([(0,At.A)({type:Boolean,noAttribute:!0})],Or.prototype,"_isSpacePressed",void 0),Jr([(0,ed.A)("@ui5/webcomponents")],Or,"i18nBundle",void 0),Or=fl=Jr([(0,Qu.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:Ju.A,template:function E9(){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)(Wa.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Wa.A,{name:vx.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)(Wa.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)(Wa.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,$a.A)("change",{bubbles:!0,cancelable:!0}),(0,$a.A)("value-changed",{bubbles:!0,cancelable:!0})],Or),Or.define();const S9=["*"];let Mx=(()=>{class e{constructor(){this.design=ot("Textual"),this.checked=ot(!1,{transform:Gn}),this.disabled=ot(!1,{transform:Gn}),this.textOn=ot(),this.textOff=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.tooltip=ot(),this.required=ot(!1,{transform:Gn}),this.name=ot(),this.value=ot(""),this.ui5Change=Mr(),this.elementRef=de(Dr),this.injector=de(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["design","checked","disabled","textOn","textOff","accessibleName","accessibleNameRef","tooltip","required","name","value"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Change"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{design:[1,"design"],checked:[1,"checked"],disabled:[1,"disabled"],textOn:[1,"textOn"],textOff:[1,"textOff"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],tooltip:[1,"tooltip"],required:[1,"required"],name:[1,"name"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[tv([dx])],ngContentSelectors:S9,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();const In=globalThis.Luigi;let Qr=(()=>{class e{setConfig(n){return In.setConfig(n)}get config(){return In.getConfig()}getConfigValue(n){return In.getConfigValue(n)}unloadConfig(){return In.unload()}sendCustomMessage(n){return In.sendCustomMessage(n)}configChanged(n){In.configChanged(n)}customMessages(){return In.customMessages()}navigation(){return In.navigation()}resetLuigi(){In.reset()}clearNavigationCache(){In.clearNavigationCache&&In.clearNavigationCache()}showAlert(n){return In.showAlert(n)}ux(){return In.ux()}theming(){return In.theming()}i18n(){return In.i18n()}globalSearch(){return In.globalSearch()}getGlobalContext(){return In.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(n,r=!1){In.setGlobalContext(n,r)}setInGlobalContext(n,r=!1){In.setGlobalContext({...this.getGlobalContext(),...n},r)}routing(){return In.routing()}setFeatureToggle(n){In.featureToggles().setFeatureToggle(n)}unsetFeatureToggle(n){In.featureToggles().unsetFeatureToggle(n)}unsetAllFeatureToggles(){In.featureToggles().getActiveFeatureToggleList().forEach(n=>{this.unsetFeatureToggle(n)})}setFeatureToggles(n){if(n)for(const r of Object.keys(n))n[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(n){return In.featureToggles().getActiveFeatureToggleList().includes(n)}getActiveFeatureToggleList(){return In.featureToggles().getActiveFeatureToggleList()}setAuthData(n){In.auth().store.setAuthData(n),In.auth().store.setNewlyAuthorized()}removeAuthData(){In.auth().store.removeAuthData()}getAuthData(){return In.auth().store.getAuthData()}setCurrentLocale(n){In.i18n().setCurrentLocale(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Ox(e,t){return Gi((n,r)=>{let o=null,i=0,s=!1;const a=()=>s&&!o&&r.complete();n.subscribe(mi(r,c=>{o?.unsubscribe();let l=0;const d=i++;es(e(c,d)).subscribe(o=mi(r,f=>r.next(t?t(c,f,d,l++):f),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function kf(e,t,n=1/0){return O(t)?kf((r,o)=>ni((i,s)=>t(r,i,o,s))(es(e(r,o))),n):("number"==typeof t&&(n=t),Gi((r,o)=>function A9(e,t,n,r,o,i,s,a){const c=[];let l=0,d=0,f=!1;const y=()=>{f&&!c.length&&!l&&t.complete()},I=fe=>l<r?z(fe):c.push(fe),z=fe=>{i&&t.next(fe),l++;let pe=!1;es(n(fe,d++)).subscribe(mi(t,De=>{o?.(De),i?I(De):t.next(De)},()=>{pe=!0},void 0,()=>{if(pe)try{for(l--;c.length&&l<r;){const De=c.shift();s?Ls(t,s,()=>z(De)):z(De)}y()}catch(De){t.error(De)}}))};return e.subscribe(mi(t,I,()=>{f=!0,y()})),()=>{a?.()}}(r,o,e,n)))}function Gy(...e){return hy(e,i1(e))}
|
|
56
|
+
*/let s1=null;function Ps(){return s1}class q7{}let a1=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:()=>ue(K7),providedIn:"platform"})}return e})(),K7=(()=>{class e extends a1{_location;_history;_doc=ue(ti);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Ps().getBaseHref(this._doc)}onPopState(n){const r=Ps().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){const r=Ps().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,o){this._history.pushState(n,r,o)}replaceState(n,r,o){this._history.replaceState(n,r,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),c1=(()=>{class e{_renderer;_elementRef;onChange=n=>{};onTouched=()=>{};constructor(n,r){this._renderer=n,this._elementRef=r}setProperty(n,r){this._renderer.setProperty(this._elementRef.nativeElement,n,r)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static \u0275fac=function(r){return new(r||e)(it(Aa),it(Dr))};static \u0275dir=Ht({type:e})}return e})(),ja=(()=>{class e extends c1{static \u0275fac=(()=>{let n;return function(o){return(n||(n=Rr(e)))(o||e)}})();static \u0275dir=Ht({type:e,features:[Cn]})}return e})();const ii=new qe(""),X7={provide:ii,useExisting:ln(()=>py),multi:!0},J7=new qe("");let py=(()=>{class e extends c1{_compositionMode;_composing=!1;constructor(n,r,o){super(n,r),this._compositionMode=o,null==this._compositionMode&&(this._compositionMode=!function Z7(){const e=Ps()?Ps().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(n){this.setProperty("value",n??"")}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static \u0275fac=function(r){return new(r||e)(it(Aa),it(Dr),it(J7,8))};static \u0275dir=Ht({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,o){1&r&&er("input",function(s){return o._handleInput(s.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(s){return o._compositionEnd(s.target.value)})},standalone:!1,features:[Bn([X7]),Cn]})}return e})();function gy(e){return null==e||0===my(e)}function my(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Zr=new qe(""),Bs=new qe(""),Q7=/^(?=.{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 ej{static min(t){return function u1(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n<e?{min:{min:e,actual:t.value}}:null}}(t)}static max(t){return function d1(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n>e?{max:{max:e,actual:t.value}}:null}}(t)}static required(t){return function _1(e){return gy(e.value)?{required:!0}:null}(t)}static requiredTrue(t){return function h1(e){return!0===e.value?null:{required:!0}}(t)}static email(t){return function f1(e){return gy(e.value)||Q7.test(e.value)?null:{email:!0}}(t)}static minLength(t){return function p1(e){return t=>{const n=t.value?.length??my(t.value);return null===n||0===n?null:n<e?{minlength:{requiredLength:e,actualLength:n}}:null}}(t)}static maxLength(t){return function g1(e){return t=>{const n=t.value?.length??my(t.value);return null!==n&&n>e?{maxlength:{requiredLength:e,actualLength:n}}:null}}(t)}static pattern(t){return function m1(e){if(!e)return _f;let t,n;return"string"==typeof e?(n="","^"!==e.charAt(0)&&(n+="^"),n+=e,"$"!==e.charAt(e.length-1)&&(n+="$"),t=new RegExp(n)):(n=e.toString(),t=e),r=>{if(gy(r.value))return null;const o=r.value;return t.test(o)?null:{pattern:{requiredPattern:n,actualValue:o}}}}(t)}static nullValidator(t){return null}static compose(t){return T1(t)}static composeAsync(t){return S1(t)}}function _f(e){return null}function v1(e){return null!=e}function y1(e){return Nh(e)?hy(e):e}function C1(e){let t={};return e.forEach(n=>{t=null!=n?{...t,...n}:t}),0===Object.keys(t).length?null:t}function b1(e,t){return t.map(n=>n(e))}function E1(e){return e.map(t=>function tj(e){return!e.validate}(t)?t:n=>t.validate(n))}function T1(e){if(!e)return null;const t=e.filter(v1);return 0==t.length?null:function(n){return C1(b1(n,t))}}function vy(e){return null!=e?T1(E1(e)):null}function S1(e){if(!e)return null;const t=e.filter(v1);return 0==t.length?null:function(n){return $7(b1(n,t).map(y1)).pipe(ni(C1))}}function yy(e){return null!=e?S1(E1(e)):null}function I1(e,t){return null===e?[t]:Array.isArray(e)?[...e,t]:[e,t]}function w1(e){return e._rawValidators}function A1(e){return e._rawAsyncValidators}function Cy(e){return e?Array.isArray(e)?e:[e]:[]}function hf(e,t){return Array.isArray(e)?e.includes(t):e===t}function D1(e,t){const n=Cy(t);return Cy(e).forEach(o=>{hf(n,o)||n.push(o)}),n}function x1(e,t){return Cy(t).filter(n=>!hf(e,n))}class N1{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=vy(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=yy(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control?.reset(t)}hasError(t,n){return!!this.control&&this.control.hasError(t,n)}getError(t,n){return this.control?this.control.getError(t,n):null}}class Jr extends N1{name;get formDirective(){return null}get path(){return null}}class Fs extends N1{_parent=null;name=null;valueAccessor=null}class k1{_cd;constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let by=(()=>{class e extends k1{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(it(Fs,2))};static \u0275dir=Ht({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,o){2&r&&$h("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)},standalone:!1,features:[Cn]})}return e})(),Ey=(()=>{class e extends k1{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(it(Jr,10))};static \u0275dir=Ht({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,o){2&r&&$h("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)("ng-submitted",o.isSubmitted)},standalone:!1,features:[Cn]})}return e})();const qu="VALID",pf="INVALID",cl="PENDING",Ku="DISABLED";class ll{}class O1 extends ll{value;source;constructor(t,n){super(),this.value=t,this.source=n}}class Iy extends ll{pristine;source;constructor(t,n){super(),this.pristine=t,this.source=n}}class wy extends ll{touched;source;constructor(t,n){super(),this.touched=t,this.source=n}}class gf extends ll{status;source;constructor(t,n){super(),this.status=t,this.source=n}}class L1 extends ll{source;constructor(t){super(),this.source=t}}class Ay extends ll{source;constructor(t){super(),this.source=t}}function Dy(e){return(mf(e)?e.validators:e)||null}function xy(e,t){return(mf(t)?t.asyncValidators:e)||null}function mf(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class Ny{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(t,n){this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return vr(this.statusReactive)}set status(t){vr(()=>this.statusReactive.set(t))}_status=co(()=>this.statusReactive());statusReactive=bo(void 0);get valid(){return this.status===qu}get invalid(){return this.status===pf}get pending(){return this.status===cl}get disabled(){return this.status===Ku}get enabled(){return this.status!==Ku}errors;get pristine(){return vr(this.pristineReactive)}set pristine(t){vr(()=>this.pristineReactive.set(t))}_pristine=co(()=>this.pristineReactive());pristineReactive=bo(!0);get dirty(){return!this.pristine}get touched(){return vr(this.touchedReactive)}set touched(t){vr(()=>this.touchedReactive.set(t))}_touched=co(()=>this.touchedReactive());touchedReactive=bo(!1);get untouched(){return!this.touched}_events=new dt;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(D1(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(D1(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(x1(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(x1(t,this._rawAsyncValidators))}hasValidator(t){return hf(this._rawValidators,t)}hasAsyncValidator(t){return hf(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){const n=!1===this.touched;this.touched=!0;const r=t.sourceControl??this;t.onlySelf||this._parent?.markAsTouched({...t,sourceControl:r}),n&&!1!==t.emitEvent&&this._events.next(new wy(!0,r))}markAllAsDirty(t={}){this.markAsDirty({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsDirty(t))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){const n=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=t.sourceControl??this;this._forEachChild(o=>{o.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:r})}),t.onlySelf||this._parent?._updateTouched(t,r),n&&!1!==t.emitEvent&&this._events.next(new wy(!1,r))}markAsDirty(t={}){const n=!0===this.pristine;this.pristine=!1;const r=t.sourceControl??this;t.onlySelf||this._parent?.markAsDirty({...t,sourceControl:r}),n&&!1!==t.emitEvent&&this._events.next(new Iy(!1,r))}markAsPristine(t={}){const n=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=t.sourceControl??this;this._forEachChild(o=>{o.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),t.onlySelf||this._parent?._updatePristine(t,r),n&&!1!==t.emitEvent&&this._events.next(new Iy(!0,r))}markAsPending(t={}){this.status=cl;const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new gf(this.status,n)),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.markAsPending({...t,sourceControl:n})}disable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=Ku,this.errors=null,this._forEachChild(o=>{o.disable({...t,onlySelf:!0})}),this._updateValue();const r=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O1(this.value,r)),this._events.next(new gf(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(o=>o(!0))}enable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=qu,this._forEachChild(r=>{r.enable({...t,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(t,n){t.onlySelf||(this._parent?.updateValueAndValidity(t),t.skipPristineCheck||this._parent?._updatePristine({},n),this._parent?._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===qu||this.status===cl)&&this._runAsyncValidator(r,t.emitEvent)}const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O1(this.value,n)),this._events.next(new gf(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.updateValueAndValidity({...t,sourceControl:n})}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ku:qu}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=cl,this._hasOwnPendingAsyncValidator={emitEvent:!1!==n,shouldHaveEmitted:!1!==t};const r=y1(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(o=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(o,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const t=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(!1!==n.emitEvent,this,n.shouldHaveEmitted)}get(t){let n=t;return null==n||(Array.isArray(n)||(n=n.split(".")),0===n.length)?null:n.reduce((r,o)=>r&&r._find(o),this)}getError(t,n){const r=n?this.get(n):this;return r?.errors?r.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,r){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||r)&&this._events.next(new gf(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,r)}_initObservables(){this.valueChanges=new Yr,this.statusChanges=new Yr}_calculateStatus(){return this._allControlsDisabled()?Ku:this.errors?pf:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(cl)?cl:this._anyControlsHaveStatus(pf)?pf:qu}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){const r=!this._anyControlsDirty(),o=this.pristine!==r;this.pristine=r,t.onlySelf||this._parent?._updatePristine(t,n),o&&this._events.next(new Iy(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new wy(this.touched,n)),t.onlySelf||this._parent?._updateTouched(t,n)}_onDisabledChange=[];_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){mf(t)&&null!=t.updateOn&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){return!t&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=function cj(e){return Array.isArray(e)?vy(e):e||null}(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=function lj(e){return Array.isArray(e)?yy(e):e||null}(this._rawAsyncValidators)}}class Yu extends Ny{constructor(t,n,r){super(Dy(n),xy(r,n)),this.controls=t,this._initObservables(),this._setUpdateStrategy(n),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(t,n){return this.controls[t]?this.controls[t]:(this.controls[t]=n,n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange),n)}addControl(t,n,r={}){this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(t,n={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}setControl(t,n,r={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],n&&this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(t){return this.controls.hasOwnProperty(t)&&this.controls[t].enabled}setValue(t,n={}){(function B1(e,t,n){e._forEachChild((r,o)=>{if(void 0===n[o])throw new we(-1002,"")})})(this,0,t),Object.keys(t).forEach(r=>{(function P1(e,t,n){const r=e.controls;if(!(t?Object.keys(r):r).length)throw new we(1e3,"");if(!r[n])throw new we(1001,"")})(this,!0,r),this.controls[r].setValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n)}patchValue(t,n={}){null!=t&&(Object.keys(t).forEach(r=>{const o=this.controls[r];o&&o.patchValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n))}reset(t={},n={}){this._forEachChild((r,o)=>{r.reset(t?t[o]:null,{...n,onlySelf:!0})}),this._updatePristine(n,this),this._updateTouched(n,this),this.updateValueAndValidity(n),!1!==n?.emitEvent&&this._events.next(new Ay(this))}getRawValue(){return this._reduceChildren({},(t,n,r)=>(t[r]=n.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(n,r)=>!!r._syncPendingControls()||n);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_forEachChild(t){Object.keys(this.controls).forEach(n=>{const r=this.controls[n];r&&t(r,n)})}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(const[n,r]of Object.entries(this.controls))if(this.contains(n)&&t(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(n,r,o)=>((r.enabled||this.disabled)&&(n[o]=r.value),n))}_reduceChildren(t,n){let r=t;return this._forEachChild((o,i)=>{r=n(r,o,i)}),r}_allControlsDisabled(){for(const t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(t){return this.controls.hasOwnProperty(t)?this.controls[t]:null}}const ul=new qe("",{factory:()=>vf}),vf="always";function Xu(e,t,n=vf){ky(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||"always"===n)&&t.valueAccessor.setDisabledState?.(e.disabled),function _j(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&F1(e,t)})}(e,t),function fj(e,t){const n=(r,o)=>{t.valueAccessor.writeValue(r),o&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}(e,t),function hj(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&F1(e,t),"submit"!==e.updateOn&&e.markAsTouched()})}(e,t),function dj(e,t){if(t.valueAccessor.setDisabledState){const n=r=>{t.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}(e,t)}function Cf(e,t,n=!0){const r=()=>{};t?.valueAccessor?.registerOnChange(r),t?.valueAccessor?.registerOnTouched(r),Ef(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function bf(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function ky(e,t){const n=w1(e);null!==t.validator?e.setValidators(I1(n,t.validator)):"function"==typeof n&&e.setValidators([n]);const r=A1(e);null!==t.asyncValidator?e.setAsyncValidators(I1(r,t.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const o=()=>e.updateValueAndValidity();bf(t._rawValidators,o),bf(t._rawAsyncValidators,o)}function Ef(e,t){let n=!1;if(null!==e){if(null!==t.validator){const o=w1(e);if(Array.isArray(o)&&o.length>0){const i=o.filter(s=>s!==t.validator);i.length!==o.length&&(n=!0,e.setValidators(i))}}if(null!==t.asyncValidator){const o=A1(e);if(Array.isArray(o)&&o.length>0){const i=o.filter(s=>s!==t.asyncValidator);i.length!==o.length&&(n=!0,e.setAsyncValidators(i))}}}const r=()=>{};return bf(t._rawValidators,r),bf(t._rawAsyncValidators,r),n}function F1(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function z1(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function V1(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const Us=class extends Ny{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(t=null,n,r){super(Dy(n),xy(r,n)),this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),mf(n)&&(n.nonNullable||n.initialValueIsDefault)&&(this.defaultValue=V1(t)?t.value:t)}setValue(t,n={}){this.value=this._pendingValue=t,this._onChange.length&&!1!==n.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==n.emitViewToModelChange)),this.updateValueAndValidity(n)}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),n.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==n?.emitEvent&&this._events.next(new Ay(this))}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){z1(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){z1(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(t){V1(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};Promise.resolve();let wf=(()=>{class e extends Jr{callSetDisabledState;get submitted(){return vr(this._submittedReactive)}set submitted(n){this._submittedReactive.set(n)}_submitted=co(()=>this._submittedReactive());_submittedReactive=bo(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(n,r,o){super(),this.callSetDisabledState=o,this._setValidators(n),this._setAsyncValidators(r)}ngOnChanges(n){this.onChanges(n)}ngOnDestroy(){this.onDestroy()}onChanges(n){this._checkFormPresent(),n.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Ef(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(n){const r=this.form.get(n.path);return Xu(r,n,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(n),r}getControl(n){return this.form.get(n.path)}removeControl(n){Cf(n.control||null,n,!1),function vj(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}(this.directives,n)}addFormGroup(n){this._setUpFormContainer(n)}removeFormGroup(n){this._cleanUpFormContainer(n)}getFormGroup(n){return this.form.get(n.path)}getFormArray(n){return this.form.get(n.path)}addFormArray(n){this._setUpFormContainer(n)}removeFormArray(n){this._cleanUpFormContainer(n)}updateModel(n,r){this.form.get(n.path).setValue(r)}onReset(){this.resetForm()}resetForm(n=void 0,r={}){this.form.reset(n,r),this._submittedReactive.set(!1)}onSubmit(n){return this.submitted=!0,function H1(e,t){e._syncPendingControls(),t.forEach(n=>{const r=n.control;"submit"===r.updateOn&&r._pendingChange&&(n.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(n),this.form._events.next(new L1(this.control)),"dialog"===n?.target?.method}_updateDomValue(){this.directives.forEach(n=>{const r=n.control,o=this.form.get(n.path);r!==o&&(Cf(r||null,n),(e=>e instanceof Us)(o)&&(Xu(o,n,this.callSetDisabledState),n.control=o))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(n){const r=this.form.get(n.path);(function U1(e,t){ky(e,t)})(r,n),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(n){const r=this.form?.get(n.path);r&&function pj(e,t){return Ef(e,t)}(r,n)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){ky(this.form,this),this._oldForm&&Ef(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(it(Zr,10),it(Bs,10),it(ul,8))};static \u0275dir=Ht({type:e,features:[Cn,vs]})}return e})();const Ly=new qe(""),Rj={provide:Fs,useExisting:ln(()=>Af)};let Af=(()=>{class e extends Fs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(n){}model;update=new Yr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(n,r,o,i,s){super(),this._ngModelWarningConfig=i,this.callSetDisabledState=s,this._setValidators(n),this._setAsyncValidators(r),this.valueAccessor=function Oy(e,t){if(!t)return null;let n,r,o;return Array.isArray(t),t.forEach(i=>{i.constructor===py?n=i:function mj(e){return Object.getPrototypeOf(e.constructor)===ja}(i)?r=i:o=i}),o||r||n||null}(0,o)}ngOnChanges(n){if(this._isControlChanged(n)){const r=n.form.previousValue;r&&Cf(r,this,!1),Xu(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function My(e,t){if(!e.hasOwnProperty("model"))return!1;const n=e.model;return!!n.isFirstChange()||!Object.is(t,n.currentValue)})(n,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Cf(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_isControlChanged(n){return n.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(it(Zr,10),it(Bs,10),it(ii,10),it(Ly,8),it(ul,8))};static \u0275dir=Ht({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:[Bn([Rj]),Cn,vs]})}return e})();const Pj={provide:Jr,useExisting:ln(()=>xf)};let xf=(()=>{class e extends wf{form=null;ngSubmit=new Yr;get control(){return this.form}static \u0275fac=(()=>{let n;return function(o){return(n||(n=Rr(e)))(o||e)}})();static \u0275dir=Ht({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,o){1&r&&er("submit",function(s){return o.onSubmit(s)})("reset",function(){return o.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[Bn([Pj]),Cn]})}return e})(),Zj=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ch({type:e});static \u0275inj=ur({})}return e})(),cx=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:Ly,useValue:n.warnOnNgModelWithFormControl??"always"},{provide:ul,useValue:n.callSetDisabledState??vf}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ch({type:e});static \u0275inj=ur({imports:[Zj]})}return e})();var lx=ft(171);const Jj=["*"];let ux=(()=>{class e{constructor(){this.design=ot("Default"),this.disabled=ot(!1,{transform:Gn}),this.icon=ot(),this.endIcon=ot(),this.submits=ot(!1,{transform:Gn}),this.tooltip=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibilityAttributes=ot({}),this.accessibleDescription=ot(),this.type=ot("Button"),this.accessibleRole=ot("Button"),this.loading=ot(!1,{transform:Gn}),this.loadingDelay=ot(1e3),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."},{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"}],this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["design","disabled","icon","endIcon","submits","tooltip","accessibleName","accessibleNameRef","accessibilityAttributes","accessibleDescription","type","accessibleRole","loading","loadingDelay"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Click"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{design:[1,"design"],disabled:[1,"disabled"],icon:[1,"icon"],endIcon:[1,"endIcon"],submits:[1,"submits"],tooltip:[1,"tooltip"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],type:[1,"type"],accessibleRole:[1,"accessibleRole"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],ngContentSelectors:Jj,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(1279);let dx=(()=>{class e{constructor(){this.elementRef=ue(Dr),this.cdr=ue(cf),this._value=null,this._initialized=!1,this.setDisabledState=n=>{const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=n,this.cdr.markForCheck())}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}registerOnChange(n){this.onChange=n}registerOnTouched(n){this.onTouched=n}writeValue(n){this._value=n,this._initialized&&this.updateElementValue(n)}initializeComponent(){const n=this.elementRef.nativeElement;this._initialized=!0,n&&n.addEventListener&&(n.addEventListener("input",r=>{this.onChange&&(this.onChange(r.target.value),this.cdr.markForCheck())}),n.addEventListener("change",r=>{this.onChange&&(this.onChange(r.target.value),this.cdr.markForCheck())}),n.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})),null!==this._value&&this.updateElementValue(this._value)}updateElementValue(n){const r=this.elementRef.nativeElement;r&&this._initialized&&(r.value=n||"",this.cdr.markForCheck())}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=Ht({type:e,selectors:[["","noop",""]],features:[Bn([{provide:ii,useExisting:ln(()=>e),multi:!0}])]})}}return e})();const Qj=["*"];let _x=(()=>{class e{constructor(){this.disabled=ot(!1,{transform:Gn}),this.placeholder=ot(),this.readonly=ot(!1,{transform:Gn}),this.required=ot(!1,{transform:Gn}),this.noTypeahead=ot(!1,{transform:Gn}),this.type=ot("Text"),this.value=ot(""),this.valueState=ot("None"),this.name=ot(),this.showSuggestions=ot(!1,{transform:Gn}),this.maxlength=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibleDescription=ot(),this.accessibleDescriptionRef=ot(),this.showClearIcon=ot(!1,{transform:Gn}),this.open=ot(!1,{transform:Gn}),this.filter=ot("None"),this.ui5Change=Mr(),this.ui5Input=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),this.ui5Open=Mr(),this.ui5Close=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."},{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=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["disabled","placeholder","readonly","required","noTypeahead","type","value","valueState","name","showSuggestions","maxlength","accessibleName","accessibleNameRef","accessibleDescription","accessibleDescriptionRef","showClearIcon","open","filter"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Change","ui5Input","ui5Select","ui5SelectionChange","ui5Open","ui5Close"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{disabled:[1,"disabled"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],noTypeahead:[1,"noTypeahead"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"],name:[1,"name"],showSuggestions:[1,"showSuggestions"],maxlength:[1,"maxlength"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],showClearIcon:[1,"showClearIcon"],open:[1,"open"],filter:[1,"filter"]},outputs:{ui5Change:"ui5Change",ui5Input:"ui5Input",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange",ui5Open:"ui5Open",ui5Close:"ui5Close"},exportAs:["ui5Input"],features:[tv([dx])],ngContentSelectors:Qj,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();var hx=ft(355);const eG=["*"];let fx=(()=>{class e{constructor(){this.for=ot(),this.showColon=ot(!1,{transform:Gn}),this.required=ot(!1,{transform:Gn}),this.wrappingType=ot("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=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["for","showColon","required","wrappingType"];for(const o of r){const i=o.replace(/-./g,s=>s[1].toUpperCase());this[i]&&"function"==typeof this[i]&&Jo(this.injector,()=>{ji(()=>{const s=this[i]();n&&(n[o]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],showColon:[1,"showColon"],required:[1,"required"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],ngContentSelectors:eG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(8305);const tG=["*"];let px=(()=>{class e{constructor(){this.disabled=ot(!1,{transform:Gn}),this.tooltip=ot(),this.href=ot(),this.target=ot(),this.design=ot("Default"),this.interactiveAreaSize=ot("Normal"),this.wrappingType=ot("Normal"),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibleRole=ot("Link"),this.accessibilityAttributes=ot({}),this.accessibleDescription=ot(),this.icon=ot(),this.endIcon=ot(),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=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["disabled","tooltip","href","target","design","interactiveAreaSize","wrappingType","accessibleName","accessibleNameRef","accessibleRole","accessibilityAttributes","accessibleDescription","icon","endIcon"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Click"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{disabled:[1,"disabled"],tooltip:[1,"tooltip"],href:[1,"href"],target:[1,"target"],design:[1,"design"],interactiveAreaSize:[1,"interactiveAreaSize"],wrappingType:[1,"wrappingType"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],icon:[1,"icon"],endIcon:[1,"endIcon"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],ngContentSelectors:tG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(1973);const nG=["*"];let gx=(()=>{class e{constructor(){this.headerText=ot(),this.footerText=ot(),this.indent=ot(!1,{transform:Gn}),this.selectionMode=ot("None"),this.noDataText=ot(),this.separators=ot("All"),this.growing=ot("None"),this.growingButtonText=ot(),this.loading=ot(!1,{transform:Gn}),this.loadingDelay=ot(1e3),this.stickyHeader=ot(!1,{transform:Gn}),this.accessibleName=ot(),this.accessibilityAttributes=ot({}),this.accessibleNameRef=ot(),this.accessibleDescription=ot(),this.accessibleDescriptionRef=ot(),this.accessibleRole=ot("List"),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemToggle=Mr(),this.ui5ItemDelete=Mr(),this.ui5SelectionChange=Mr(),this.ui5LoadMore=Mr(),this.ui5MoveOver=Mr(),this.ui5Move=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=ue(Dr),this.injector=ue(or)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["headerText","footerText","indent","selectionMode","noDataText","separators","growing","growingButtonText","loading","loadingDelay","stickyHeader","accessibleName","accessibilityAttributes","accessibleNameRef","accessibleDescription","accessibleDescriptionRef","accessibleRole"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5ItemClick","ui5ItemClose","ui5ItemToggle","ui5ItemDelete","ui5SelectionChange","ui5LoadMore","ui5MoveOver","ui5Move"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{headerText:[1,"headerText"],footerText:[1,"footerText"],indent:[1,"indent"],selectionMode:[1,"selectionMode"],noDataText:[1,"noDataText"],separators:[1,"separators"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],stickyHeader:[1,"stickyHeader"],accessibleName:[1,"accessibleName"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleNameRef:[1,"accessibleNameRef"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleRole:[1,"accessibleRole"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemToggle:"ui5ItemToggle",ui5ItemDelete:"ui5ItemDelete",ui5SelectionChange:"ui5SelectionChange",ui5LoadMore:"ui5LoadMore",ui5MoveOver:"ui5MoveOver",ui5Move:"ui5Move"},exportAs:["ui5List"],ngContentSelectors:nG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();var Kt=ft(2358),Qu=ft(1834),ed=ft(1934),At=ft(1642),td=ft(3651),Uy=ft(4127),mx=ft(6488),$a=ft(1437),rG=ft(6993),vx=ft(1278),xo=(ft(6726),ft(4874));(0,xo.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,xo.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 yx=ft(6826),Cx=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(Cx||{});const dG=Cx;var bx=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(bx||{});const Ei=bx;var Ti=ft(5011),Ex=ft(6981),Sn=ft(5166),$o=ft(8923),dl=ft(303),_l=ft(5444);(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,xo.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,xo.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 Hs,lo=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Ur=Hs=class extends Ex.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=t=>{(0,Kt.RI)(t)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===Ei.Active||this.type===Ei.Navigation)&&this._selectionMode!==Ti.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(t){const n=t.target!==this.getFocusDomRef();if(((0,Kt.xC)(t)||(0,Kt.RI)(t))&&n)return;super._onkeydown(t);const r=this.type===Ei.Active,o=this.typeNavigation;((0,Kt.xC)(t)||(0,Kt.RI)(t))&&(r||o)&&this.activate(),(0,Kt.ty)(t)&&this._handleF2()}_onkeyup(t){super._onkeyup(t),((0,Kt.xC)(t)||(0,Kt.RI)(t))&&this.deactivate(),this.modeDelete&&(0,Kt.Ob)(t)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(t){super._onfocusin(t),t.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(t){if(this._editMode){const n=t.relatedTarget;(!n||!this.contains(n)&&!this.shadowRoot.contains(n))&&(this._editMode=!1)}t.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(t){t.dataTransfer&&t.target===this._listItem&&(yx.A.setDraggedElement(this,t),this.setAttribute("data-moving",""),t.dataTransfer.dropEffect="move",t.dataTransfer.effectAllowed="move")}_ondragend(t){t.target===this._listItem&&(yx.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(t){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:t.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(t){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!t.target.checked,selectionComponentPressed:!0})}activate(){(this.type===Ei.Active||this.type===Ei.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(t){this.isInactive||(super.fireItemPress(t),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===Ei.Inactive||this.type===Ei.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ti.A.Multiple||this._selectionMode===Ti.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ti.A.SingleEnd||this._selectionMode===Ti.A.Delete)}get modeSingleSelect(){return[Ti.A.SingleStart,Ti.A.SingleEnd,Ti.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ti.A.Multiple}get modeDelete(){return this._selectionMode===Ti.A.Delete}get typeDetail(){return this.type===Ei.Detail}get typeNavigation(){return this.type===Ei.Navigation}get typeActive(){return this.type===Ei.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 t;return void 0!==this._ariaSelected&&(t=Hs.i18nBundle.getText(this._ariaSelected?Sn.rek:Sn.bB2)),t}get deleteText(){return Hs.i18nBundle.getText(Sn.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?Hs.i18nBundle.getText(Sn._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:Hs.i18nBundle.getText(Sn.UlA),ariaLabelRadioButton:Hs.i18nBundle.getText(Sn.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!==dG.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const t=this.getFocusDomRef();if((0,Uy.A)()===t){const n=this._getFocusableElements();if(!n.length)return;this._editMode=!0,n[0].focus()}else this._editMode=!1,t.focus()}_handleTabNext(t){if(this._editMode){const n=this._getFocusableElements(),r=this._indexOfActiveElement(n),o=r+1;return void(-1!==r&&o<n.length?(t.preventDefault(),n[o].focus()):this.fireDecoratorEvent("forward-after")||t.preventDefault())}this.fireDecoratorEvent("forward-after")||t.preventDefault()}_handleTabPrevious(t){if(this._editMode){const n=this._getFocusableElements(),r=this._indexOfActiveElement(n);return void(r>0?(t.preventDefault(),n[r-1].focus()):this.fireDecoratorEvent("forward-before")||t.preventDefault())}this.fireDecoratorEvent("forward-before")||t.preventDefault()}_getFocusableElements(){const t=this.getFocusDomRef();return(0,mx.J)(t)}_indexOfActiveElement(t){const n=(0,Uy.A)();return t.findIndex(r=>r===n||null!==r.shadowRoot&&r.shadowRoot.contains(n))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(t){const n=this._getFocusableElements();if(!n.length)return;const r=Math.min(t,n.length-1);return n[r].focus(),r}};lo([(0,At.A)()],Ur.prototype,"type",void 0),lo([(0,At.A)({type:Object})],Ur.prototype,"accessibilityAttributes",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"navigated",void 0),lo([(0,At.A)()],Ur.prototype,"tooltip",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"active",void 0),lo([(0,At.A)()],Ur.prototype,"highlight",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"selected",void 0),lo([(0,At.A)()],Ur.prototype,"accessibleRole",void 0),lo([(0,At.A)()],Ur.prototype,"_forcedAccessibleRole",void 0),lo([(0,At.A)({noAttribute:!0})],Ur.prototype,"_inheritedAccessibleRole",void 0),lo([(0,At.A)()],Ur.prototype,"_selectionMode",void 0),lo([(0,At.A)()],Ur.prototype,"mediaRange",void 0),lo([(0,rG.A)()],Ur.prototype,"deleteButton",void 0),lo([(0,td.A)("@ui5/webcomponents")],Ur,"i18nBundle",void 0),Ur=Hs=lo([(0,ed.A)({languageAware:!0,renderer:Qu.A,styles:[Ex.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,$a.A)("detail-click",{bubbles:!0}),(0,$a.A)("selection-requested",{bubbles:!0})],Ur);const Tx=Ur;var xt=ft(1892),Wa=ft(563),qa=ft(6136),Hy=ft(5386),zs=ft(594),nd=ft(3493);const Vs=class bG{static hasGroup(t){return this.groups.has(t)}static getGroup(t){return this.groups.get(t)}static getCheckedRadioFromGroup(t){return this.checkedRadios.get(t)}static removeGroup(t){return this.checkedRadios.delete(t),this.groups.delete(t)}static addToGroup(t,n){this.hasGroup(n)?(this.enforceSingleSelection(t,n),this.getGroup(n)&&this.getGroup(n).push(t)):this.createGroup(t,n),this.updateTabOrder(n)}static removeFromGroup(t,n){const r=this.getGroup(n);if(!r)return;const o=this.getCheckedRadioFromGroup(n);r.forEach((i,s,a)=>{if(t._id===i._id)return a.splice(s,1)}),o===t&&this.checkedRadios.set(n,null),r.length||this.removeGroup(n),this.updateTabOrder(n)}static createGroup(t,n){t.checked&&this.checkedRadios.set(n,t),this.groups.set(n,[t])}static selectNextItem(t,n){const r=this.getGroup(n);if(!r)return;const o=r.length,i=r.indexOf(t);if(o<=1)return;const s=this._nextFocusable(i,r);s&&this.updateSelectionInGroup(s,n)}static updateFormValidity(t){const n=this.getGroup(t);if(!n)return;const r=n.some(i=>i.required),o=n.some(i=>i.checked);n.forEach(i=>{i._groupChecked=o,i._groupRequired=r})}static updateTabOrder(t){const n=this.getGroup(t);if(!n)return;const r=n.some(o=>o.checked);n.filter(o=>!o.disabled).forEach((o,i)=>{let s=(0,Uy.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),o._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===o&&o.readonly?0:-1:o.checked?0:-1:0===i?0:-1})}static selectPreviousItem(t,n){const r=this.getGroup(n);if(!r)return;const o=r.length,i=r.indexOf(t);if(o<=1)return;const s=this._previousFocusable(i,r);s&&this.updateSelectionInGroup(s,n)}static selectItem(t,n){this.updateSelectionInGroup(t,n),this.updateTabOrder(n),this.updateFormValidity(n)}static updateSelectionInGroup(t,n){const r=this.getCheckedRadioFromGroup(n);r&&!t.readonly&&(this._deselectRadio(r),this.checkedRadios.set(n,t)),t&&(t.focus(),t.readonly?setTimeout(()=>{this.updateTabOrder(n)},0):this._selectRadio(t))}static _deselectRadio(t){t&&(t.checked=!1)}static _selectRadio(t){t.checked=!0,t._checked=!0,t.fireDecoratorEvent("change")}static _nextFocusable(t,n){if(!n)return null;let o=null;if(t===n.length-1){if(n[0].disabled)return this._nextFocusable(1,n);o=n[0]}else{if(n[t+1].disabled)return this._nextFocusable(t+1,n);o=n[t+1]}return o}static _previousFocusable(t,n){const r=n.length;let o=null;if(0===t){if(n[r-1].disabled)return this._previousFocusable(r-1,n);o=n[r-1]}else{if(n[t-1].disabled)return this._previousFocusable(t-1,n);o=n[t-1]}return o}static enforceSingleSelection(t,n){const r=this.getCheckedRadioFromGroup(n);t.checked?r?t!==r&&(this._deselectRadio(r),this.checkedRadios.set(n,t)):this.checkedRadios.set(n,t):t===r&&this.checkedRadios.set(n,null),this.updateTabOrder(n),this.updateFormValidity(n)}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,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var Ka,Hr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let zy,Sx=!1,yr=Ka=class extends Hy.A{get formValidityMessage(){return Ka.i18nBundle.getText(Sn.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.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=()=>{zy&&(zy.active=!1)},Sx||(document.addEventListener("mouseup",this._deactivate),Sx=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(t){const n=this._name,r=this.name,o=this._checked,i=this.checked;t&&Vs.removeFromGroup(this,n),r!==n?(n&&Vs.removeFromGroup(this,n),r&&Vs.addToGroup(this,r)):r&&this.isConnected&&Vs.enforceSingleSelection(this,r),this.name&&i!==o&&Vs.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(t){const n=this.name;n&&(t.preventDefault(),Vs.selectNextItem(this,n))}_handleUp(t){const n=this.name;n&&(t.preventDefault(),Vs.selectPreviousItem(this,n))}_onkeydown(t){if((0,Kt.xC)(t))return this.active=!0,t.preventDefault();if((0,Kt.RI)(t))return this.active=!0,this.toggle();const n="rtl"===this.effectiveDir;((0,Kt.Pj)(t)||!n&&(0,Kt.FG)(t)||n&&(0,Kt.OC)(t))&&this._handleDown(t),((0,Kt.ie)(t)||!n&&(0,Kt.OC)(t)||n&&(0,Kt.FG)(t))&&this._handleUp(t)}_onkeyup(t){(0,Kt.xC)(t)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,zy=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Vs.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,nd.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==zs.A.None}get valueStateText(){switch(this.valueState){case zs.A.Negative:return Ka.i18nBundle.getText(Sn.laD);case zs.A.Critical:return Ka.i18nBundle.getText(Sn.Xot);case zs.A.Positive:return Ka.i18nBundle.getText(Sn.KwP);case zs.A.Information:return Ka.i18nBundle.getText(Sn.tgV);default:return""}}get effectiveTabIndex(){const t=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:t?parseInt(t):0}};Hr([(0,At.A)({type:Boolean})],yr.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"checked",void 0),Hr([(0,At.A)()],yr.prototype,"text",void 0),Hr([(0,At.A)()],yr.prototype,"valueState",void 0),Hr([(0,At.A)()],yr.prototype,"name",void 0),Hr([(0,At.A)()],yr.prototype,"value",void 0),Hr([(0,At.A)()],yr.prototype,"wrappingType",void 0),Hr([(0,At.A)()],yr.prototype,"accessibleName",void 0),Hr([(0,At.A)()],yr.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)({type:Number})],yr.prototype,"_tabIndex",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"active",void 0),Hr([(0,At.A)({type:Boolean,noAttribute:!0})],yr.prototype,"_groupChecked",void 0),Hr([(0,At.A)({type:Boolean,noAttribute:!0})],yr.prototype,"_groupRequired",void 0),Hr([(0,td.A)("@ui5/webcomponents")],yr,"i18nBundle",void 0),yr=Ka=Hr([(0,ed.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:Qu.A,template:function EG(){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)(hx.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,$a.A)("change",{bubbles:!0})],yr),yr.define();const SG=yr;function e9(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,xo.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,xo.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,xo.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,xo.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,xo.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,xo.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,xo.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,xo.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 ts,zr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Vy,wx=!1,Cr=ts=class extends Hy.A{get formValidityMessage(){return ts.i18nBundle.getText(Sn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.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=()=>{Vy&&(Vy.active=!1)},wx||(document.addEventListener("mouseup",this._deactivate),wx=!0)}onEnterDOM(){(0,qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Vy=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(t){(0,Kt.xC)(t)&&t.preventDefault(),!this.readonly&&!this.disabled&&((0,Kt.RI)(t)&&this.toggle(),this.active=!0)}_onkeyup(t){(0,Kt.xC)(t)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const t={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(n||r)&&(this.checked=t.checked,this.indeterminate=t.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:ts.i18nBundle.getText(Sn.laD),Critical:ts.i18nBundle.getText(Sn.Xot),Positive:ts.i18nBundle.getText(Sn.KwP)}}get ariaLabelText(){return(0,nd.ax)(this)||(0,nd.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!==zs.A.None}get valueStateText(){if(this.valueState!==zs.A.None&&this.valueState!==zs.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const t=this.getAttribute("tabindex");if(this.tabbable)return t?parseInt(t):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 t=ts.i18nBundle.getText(this.checked?Sn.Egs:Sn.wJ8),n=[this.text||"",t].filter(Boolean).join(" ");return{role:this.accInfo.role,type:ts.i18nBundle.getText(Sn.b5n),description:n,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}}};zr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),zr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"displayOnly",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"indeterminate",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),zr([(0,At.A)()],Cr.prototype,"text",void 0),zr([(0,At.A)()],Cr.prototype,"valueState",void 0),zr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),zr([(0,At.A)()],Cr.prototype,"name",void 0),zr([(0,At.A)()],Cr.prototype,"value",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),zr([(0,At.A)({type:Object})],Cr.prototype,"_accInfo",void 0),zr([(0,td.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=ts=zr([(0,ed.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:Qu.A,template:function QG(){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)(Wa.A,{"aria-hidden":"true",name:e9.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Wa.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)(hx.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,$a.A)("change",{bubbles:!0,cancelable:!0}),(0,$a.A)("value-changed",{bubbles:!0,cancelable:!0})],Cr),Cr.define();const t9=Cr,n9={listItemPreContent:function o9(){},listItemContent:function i9(){},imageBegin:function s9(){},iconBegin:function a9(){},iconEnd:function c9(){},selectionElement:Ax};function r9(e){const t={...n9,...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:[t.listItemPreContent.call(this),this.placeSelectionElementBefore&&Ax.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:[t.imageBegin.call(this),t.iconBegin.call(this),t.listItemContent.call(this)]}),t.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(lx.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Wa.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&t.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 Ax(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(SG,{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)(t9,{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)(lx.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:vx.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const l9={listItemContent:function d9(){return(0,xt.Y)("slot",{})}};var _9=ft(4446);let Dx,ns;const rd=()=>(Dx??=new _9.Ay("@ui5/webcomponents-base"),Dx),xx=(e,t=[])=>{(!ns||!ns.isConnected)&&(ns=document.createElement("span"),ns.id="ui5-invisible-text",ns.hidden=!0,document.body.appendChild(ns));const n=[...e.ariaLabelledByElements||[]],r=n.indexOf(ns);t=Array.isArray(t)?t.filter(Boolean).join(" . ").trim():t.trim(),ns.textContent=t,t&&-1===r?(n.unshift(ns),e.ariaLabelledByElements=n):!t&&r>-1&&(n.splice(r,1),e.ariaLabelledByElements=n.length?n:null)},Nx=(e,t={},n=!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 n?rd().getText(Sn.CH):"";let r=[];const o=[],i=e.accessibilityInfo,{lessDetails:s}=t;if(i){const{type:a,description:c,required:l,disabled:d,readonly:f,children:y}=i;r=y||[],a&&o.push(a),c&&o.push(c),s||(l&&o.push(rd().getText(Sn.knB)),d&&o.push(rd().getText(Sn.fBK)),f&&o.push(rd().getText(Sn.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=Nx(a,t,!1);c&&o.push(c)}),n){const a=o.length>0;if(!a||!s){const c=(0,mx.J)(e),l=[a?"":Sn.CH,Sn.fSG,Sn.Apb][Math.min(c.length,2)];l&&(a&&o.push("."),o.push(rd().getText(l)))}}return o.join(" ").trim()};(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var jy,Nf=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let hl=jy=class extends Tx{constructor(){super(...arguments),this.movable=!1}_onkeydown(t){(this.matches(":focus")||(0,Kt.zP)(t)||(0,Kt.bR)(t)||(0,Kt.ty)(t)||(0,Kt.oi)(t)||(0,Kt.ie)(t)||(0,Kt.Pj)(t))&&super._onkeydown(t)}_onkeyup(t){(this.matches(":focus")||(0,Kt.zP)(t)||(0,Kt.bR)(t)||(0,Kt.ty)(t)||(0,Kt.oi)(t)||(0,Kt.ie)(t)||(0,Kt.Pj)(t))&&super._onkeyup(t)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(t){super._onfocusin(t),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(t){super._onfocusout(t),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const t=this._listItem;if(!t)return;const n=Nx(this);xx(t,n)}_clearInvisibleTextContent(){const t=this._listItem;t&&xx(t,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const t=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return t?[t]:[]}get classes(){const t=super.classes;return t.main["ui5-custom-li-root"]=!0,t}get accessibilityInfo(){const t=[],n=this.shadowRoot?.querySelector("slot:not([name])");if(n){const o=n.assignedNodes({flatten:!0});t.push(...o)}const r=this._getDeleteButtonNodes();return t.push(...r),{type:jy.i18nBundle.getText(Sn.YHe),children:t}}};Nf([(0,At.A)({type:Boolean})],hl.prototype,"movable",void 0),Nf([(0,At.A)()],hl.prototype,"accessibleName",void 0),Nf([(0,td.A)("@ui5/webcomponents")],hl,"i18nBundle",void 0),hl=jy=Nf([(0,ed.A)({tag:"ui5-li-custom",template:function u9(e){const t={...l9,...e};return r9.call(this,t)},renderer:Qu.A,styles:[Tx.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']})],hl),hl.define();const p9=["*"];let kx=(()=>{class e{constructor(){this.movable=ot(!1,{transform:Gn}),this.accessibleName=ot(),this.type=ot("Active"),this.accessibilityAttributes=ot({}),this.navigated=ot(!1,{transform:Gn}),this.tooltip=ot(),this.highlight=ot("None"),this.selected=ot(!1,{transform:Gn}),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=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["movable","accessibleName","type","accessibilityAttributes","navigated","tooltip","highlight","selected"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5DetailClick"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{movable:[1,"movable"],accessibleName:[1,"accessibleName"],type:[1,"type"],accessibilityAttributes:[1,"accessibilityAttributes"],navigated:[1,"navigated"],tooltip:[1,"tooltip"],highlight:[1,"highlight"],selected:[1,"selected"]},outputs:{ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],ngContentSelectors:p9,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();(0,xo.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,xo.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 Rx=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Rx||{});const E9=Rx;(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var fl,Qr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Or=fl=class extends Hy.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 fl.i18nBundle.getText(Sn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(t){(0,Kt.xC)(t)&&t.preventDefault(),!this.readonly&&((0,Kt.xC)(t)?this._isSpacePressed=!0:((0,Kt.Tu)(t)||(0,Kt.KL)(t))&&(this._cancelAction=!0),(0,Kt.RI)(t)&&this._onclick())}_onkeyup(t){if(this.readonly)return;const n=(0,Kt.xC)(t),r=(0,Kt.Tu)(t)||(0,Kt.KL)(t);if(n||(0,Kt.BF)(t)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void t.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);n&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),n=!this.fireDecoratorEvent("value-changed");(t||n)&&(this.checked=!this.checked)}}get graphical(){return this.design===E9.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const t=this.textOn?.toLowerCase(),n=this.textOff?.toLowerCase(),r=fl.i18nBundle.getText(Sn.F$r).toLowerCase(),o=fl.i18nBundle.getText(Sn.f4l).toLowerCase();return t===r&&n===o||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,nd.ax)(this)||(0,nd.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?fl.i18nBundle.getText(Sn.Dy9):""}};Qr([(0,At.A)()],Or.prototype,"design",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"readonly",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"checked",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"disabled",void 0),Qr([(0,At.A)()],Or.prototype,"textOn",void 0),Qr([(0,At.A)()],Or.prototype,"textOff",void 0),Qr([(0,At.A)()],Or.prototype,"accessibleName",void 0),Qr([(0,At.A)()],Or.prototype,"accessibleNameRef",void 0),Qr([(0,At.A)()],Or.prototype,"tooltip",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"required",void 0),Qr([(0,At.A)()],Or.prototype,"name",void 0),Qr([(0,At.A)()],Or.prototype,"value",void 0),Qr([(0,At.A)({type:Boolean,noAttribute:!0})],Or.prototype,"_cancelAction",void 0),Qr([(0,At.A)({type:Boolean,noAttribute:!0})],Or.prototype,"_isSpacePressed",void 0),Qr([(0,td.A)("@ui5/webcomponents")],Or,"i18nBundle",void 0),Or=fl=Qr([(0,ed.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:Qu.A,template:function T9(){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)(Wa.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Wa.A,{name:vx.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)(Wa.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)(Wa.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,$a.A)("change",{bubbles:!0,cancelable:!0}),(0,$a.A)("value-changed",{bubbles:!0,cancelable:!0})],Or),Or.define();const I9=["*"];let Mx=(()=>{class e{constructor(){this.design=ot("Textual"),this.checked=ot(!1,{transform:Gn}),this.disabled=ot(!1,{transform:Gn}),this.textOn=ot(),this.textOff=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.tooltip=ot(),this.required=ot(!1,{transform:Gn}),this.name=ot(),this.value=ot(""),this.ui5Change=Mr(),this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["design","checked","disabled","textOn","textOff","accessibleName","accessibleNameRef","tooltip","required","name","value"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Change"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{design:[1,"design"],checked:[1,"checked"],disabled:[1,"disabled"],textOn:[1,"textOn"],textOff:[1,"textOff"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],tooltip:[1,"tooltip"],required:[1,"required"],name:[1,"name"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[tv([dx])],ngContentSelectors:I9,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();const In=globalThis.Luigi;let Vr=(()=>{class e{setConfig(n){return In.setConfig(n)}get config(){return In.getConfig()}getConfigValue(n){return In.getConfigValue(n)}unloadConfig(){return In.unload()}sendCustomMessage(n){return In.sendCustomMessage(n)}configChanged(n){In.configChanged(n)}customMessages(){return In.customMessages()}navigation(){return In.navigation()}resetLuigi(){In.reset()}clearNavigationCache(){In.clearNavigationCache&&In.clearNavigationCache()}showAlert(n){return In.showAlert(n)}ux(){return In.ux()}theming(){return In.theming()}i18n(){return In.i18n()}globalSearch(){return In.globalSearch()}getGlobalContext(){return In.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(n,r=!1){In.setGlobalContext(n,r)}setInGlobalContext(n,r=!1){In.setGlobalContext({...this.getGlobalContext(),...n},r)}routing(){return In.routing()}setFeatureToggle(n){In.featureToggles().setFeatureToggle(n)}unsetFeatureToggle(n){In.featureToggles().unsetFeatureToggle(n)}unsetAllFeatureToggles(){In.featureToggles().getActiveFeatureToggleList().forEach(n=>{this.unsetFeatureToggle(n)})}setFeatureToggles(n){if(n)for(const r of Object.keys(n))n[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(n){return In.featureToggles().getActiveFeatureToggleList().includes(n)}getActiveFeatureToggleList(){return In.featureToggles().getActiveFeatureToggleList()}setAuthData(n){In.auth().store.setAuthData(n),In.auth().store.setNewlyAuthorized()}removeAuthData(){In.auth().store.removeAuthData()}getAuthData(){return In.auth().store.getAuthData()}setCurrentLocale(n){In.i18n().setCurrentLocale(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Ox(e,t){return Gi((n,r)=>{let o=null,i=0,s=!1;const a=()=>s&&!o&&r.complete();n.subscribe(mi(r,c=>{o?.unsubscribe();let l=0;const d=i++;es(e(c,d)).subscribe(o=mi(r,f=>r.next(t?t(c,f,d,l++):f),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function kf(e,t,n=1/0){return O(t)?kf((r,o)=>ni((i,s)=>t(r,i,o,s))(es(e(r,o))),n):("number"==typeof t&&(n=t),Gi((r,o)=>function D9(e,t,n,r,o,i,s,a){const c=[];let l=0,d=0,f=!1;const y=()=>{f&&!c.length&&!l&&t.complete()},I=fe=>l<r?z(fe):c.push(fe),z=fe=>{i&&t.next(fe),l++;let pe=!1;es(n(fe,d++)).subscribe(mi(t,De=>{o?.(De),i?I(De):t.next(De)},()=>{pe=!0},void 0,()=>{if(pe)try{for(l--;c.length&&l<r;){const De=c.shift();s?Ls(t,s,()=>z(De)):z(De)}y()}catch(De){t.error(De)}}))};return e.subscribe(mi(t,I,()=>{f=!0,y()})),()=>{a?.()}}(r,o,e,n)))}function Gy(...e){return hy(e,i1(e))}
|
|
57
57
|
/**
|
|
58
58
|
* @license Angular v21.2.17
|
|
59
59
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
@@ -64,28 +64,28 @@ const rf=Symbol("InputSignalNode#UNSET"),s5={..._,transformFn:void 0,applyValueT
|
|
|
64
64
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
65
65
|
* License: MIT
|
|
66
66
|
*/
|
|
67
|
-
class Wo{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?"string"==typeof t?this.lazyInit=()=>{this.headers=new Map,t.split("\n").forEach(n=>{const r=n.indexOf(":");if(r>0){const o=n.slice(0,r),i=n.slice(r+1).trim();this.addHeaderEntry(o,i)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((n,r)=>{this.addHeaderEntry(r,n)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([n,r])=>{this.setHeaderEntries(n,r)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();const n=this.headers.get(t.toLowerCase());return n&&n.length>0?n[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,n){return this.clone({name:t,value:n,op:"a"})}set(t,n){return this.clone({name:t,value:n,op:"s"})}delete(t,n){return this.clone({name:t,value:n,op:"d"})}maybeSetNormalizedName(t,n){this.normalizedNames.has(n)||this.normalizedNames.set(n,t)}init(){this.lazyInit&&(this.lazyInit instanceof Wo?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init(),Array.from(t.headers.keys()).forEach(n=>{this.headers.set(n,t.headers.get(n)),this.normalizedNames.set(n,t.normalizedNames.get(n))})}clone(t){const n=new Wo;return n.lazyInit=this.lazyInit&&this.lazyInit instanceof Wo?this.lazyInit:this,n.lazyUpdate=(this.lazyUpdate||[]).concat([t]),n}applyUpdate(t){const n=t.name.toLowerCase();switch(t.op){case"a":case"s":let r=t.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(t.name,n);const o=("a"===t.op?this.headers.get(n):void 0)||[];o.push(...r),this.headers.set(n,o);break;case"d":const i=t.value;if(i){let s=this.headers.get(n);if(!s)return;s=s.filter(a=>-1===i.indexOf(a)),0===s.length?(this.headers.delete(n),this.normalizedNames.delete(n)):this.headers.set(n,s)}else this.headers.delete(n),this.normalizedNames.delete(n)}}addHeaderEntry(t,n){const r=t.toLowerCase();this.maybeSetNormalizedName(t,r),this.headers.has(r)?this.headers.get(r).push(n):this.headers.set(r,[n])}setHeaderEntries(t,n){const r=(Array.isArray(n)?n:[n]).map(i=>i.toString()),o=t.toLowerCase();this.headers.set(o,r),this.maybeSetNormalizedName(t,o)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(n=>t(this.normalizedNames.get(n),this.headers.get(n)))}}class R9{map=new Map;set(t,n){return this.map.set(t,n),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}}class M9{encodeKey(t){return Bx(t)}encodeValue(t){return Bx(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}}const L9=/%(\d[a-f0-9])/gi,P9={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Bx(e){return encodeURIComponent(e).replace(L9,(t,n)=>P9[n]??t)}function Rf(e){return`${e}`}class js{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new M9,t.fromString){if(t.fromObject)throw new we(2805,!1);this.map=function O9(e,t){const n=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(o=>{const i=o.indexOf("="),[s,a]=-1==i?[t.decodeKey(o),""]:[t.decodeKey(o.slice(0,i)),t.decodeValue(o.slice(i+1))],c=n.get(s)||[];c.push(a),n.set(s,c)}),n}(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(n=>{const r=t.fromObject[n],o=Array.isArray(r)?r.map(Rf):[Rf(r)];this.map.set(n,o)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();const n=this.map.get(t);return n?n[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,n){return this.clone({param:t,value:n,op:"a"})}appendAll(t){const n=[];return Object.keys(t).forEach(r=>{const o=t[r];Array.isArray(o)?o.forEach(i=>{n.push({param:r,value:i,op:"a"})}):n.push({param:r,value:o,op:"a"})}),this.clone(n)}set(t,n){return this.clone({param:t,value:n,op:"s"})}delete(t,n){return this.clone({param:t,value:n,op:"d"})}toString(){return this.init(),this.keys().map(t=>{const n=this.encoder.encodeKey(t);return this.map.get(t).map(r=>n+"="+this.encoder.encodeValue(r)).join("&")}).filter(t=>""!==t).join("&")}clone(t){const n=new js({encoder:this.encoder});return n.cloneFrom=this.cloneFrom||this,n.updates=(this.updates||[]).concat(t),n}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(t=>this.map.set(t,this.cloneFrom.map.get(t))),this.updates.forEach(t=>{switch(t.op){case"a":case"s":const n=("a"===t.op?this.map.get(t.param):void 0)||[];n.push(Rf(t.value)),this.map.set(t.param,n);break;case"d":if(void 0===t.value){this.map.delete(t.param);break}{let r=this.map.get(t.param)||[];const o=r.indexOf(Rf(t.value));-1!==o&&r.splice(o,1),r.length>0?this.map.set(t.param,r):this.map.delete(t.param)}}}),this.cloneFrom=this.updates=null)}}function Fx(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function Ux(e){return typeof Blob<"u"&&e instanceof Blob}function Hx(e){return typeof FormData<"u"&&e instanceof FormData}const id="Content-Type",zx="text/plain",Vx="application/json",jx=`${Vx}, ${zx}, */*`;class sd{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(t,n,r,o){let i;if(this.url=n,this.method=t.toUpperCase(),function B9(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||o?(this.body=void 0!==r?r:null,i=o):i=r,i){if(this.reportProgress=!!i.reportProgress,this.withCredentials=!!i.withCredentials,this.keepalive=!!i.keepalive,i.responseType&&(this.responseType=i.responseType),i.headers&&(this.headers=i.headers),i.context&&(this.context=i.context),i.params&&(this.params=i.params),i.priority&&(this.priority=i.priority),i.cache&&(this.cache=i.cache),i.credentials&&(this.credentials=i.credentials),"number"==typeof i.timeout){if(i.timeout<1||!Number.isInteger(i.timeout))throw new we(2822,"");this.timeout=i.timeout}i.mode&&(this.mode=i.mode),i.redirect&&(this.redirect=i.redirect),i.integrity&&(this.integrity=i.integrity),void 0!==i.referrer&&(this.referrer=i.referrer),i.referrerPolicy&&(this.referrerPolicy=i.referrerPolicy),this.transferCache=i.transferCache}if(this.headers??=new Wo,this.context??=new R9,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=n;else{const a=n.indexOf("?");this.urlWithParams=n+(-1===a?"?":a<n.length-1?"&":"")+s}}else this.params=new js,this.urlWithParams=n}serializeBody(){return null===this.body?null:"string"==typeof this.body||Fx(this.body)||Ux(this.body)||Hx(this.body)||function F9(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof js?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||Hx(this.body)?null:Ux(this.body)?this.body.type||null:Fx(this.body)?null:"string"==typeof this.body?zx:this.body instanceof js?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?Vx:null}clone(t={}){const n=t.method||this.method,r=t.url||this.url,o=t.responseType||this.responseType,i=t.keepalive??this.keepalive,s=t.priority||this.priority,a=t.cache||this.cache,c=t.mode||this.mode,l=t.redirect||this.redirect,d=t.credentials||this.credentials,f=t.referrer??this.referrer,y=t.integrity||this.integrity,I=t.referrerPolicy||this.referrerPolicy,z=t.transferCache??this.transferCache,fe=t.timeout??this.timeout,pe=void 0!==t.body?t.body:this.body,De=t.withCredentials??this.withCredentials,Te=t.reportProgress??this.reportProgress;let Tt=t.headers||this.headers,kt=t.params||this.params;const zt=t.context??this.context;return void 0!==t.setHeaders&&(Tt=Object.keys(t.setHeaders).reduce((Pn,lr)=>Pn.set(lr,t.setHeaders[lr]),Tt)),t.setParams&&(kt=Object.keys(t.setParams).reduce((Pn,lr)=>Pn.set(lr,t.setParams[lr]),kt)),new sd(n,r,pe,{params:kt,headers:Tt,context:zt,reportProgress:Te,responseType:o,withCredentials:De,transferCache:z,keepalive:i,cache:a,priority:s,timeout:fe,mode:c,redirect:l,credentials:d,referrer:f,integrity:y,referrerPolicy:I})}}var Gs=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}(Gs||{});class $y{headers;status;statusText;url;ok;type;redirected;responseType;constructor(t,n=200,r="OK"){this.headers=t.headers||new Wo,this.status=void 0!==t.status?t.status:n,this.statusText=t.statusText||r,this.url=t.url||null,this.redirected=t.redirected,this.responseType=t.responseType,this.ok=this.status>=200&&this.status<300}}class Of extends $y{constructor(t={}){super(t)}type=Gs.ResponseHeader;clone(t={}){return new Of({headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}}class ad extends $y{body;constructor(t={}){super(t),this.body=void 0!==t.body?t.body:null}type=Gs.Response;clone(t={}){return new ad({body:void 0!==t.body?t.body:this.body,headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected,responseType:t.responseType??this.responseType})}}class $s extends $y{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${t.url||"(unknown url)"}`:`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}}const $x=new qe(""),G9=/^\)\]\}',?\n/;let Wx=(()=>{class e{xhrFactory;tracingService=de(Ea,{optional:!0});constructor(n){this.xhrFactory=n}maybePropagateTrace(n){return this.tracingService?.propagate?this.tracingService.propagate(n):n}handle(n){if("JSONP"===n.method)throw new we(-2800,!1);const r=this.xhrFactory;return Gy(null).pipe(Ox(()=>new se(i=>{const s=r.build();if(s.open(n.method,n.urlWithParams),n.withCredentials&&(s.withCredentials=!0),n.headers.forEach((pe,De)=>s.setRequestHeader(pe,De.join(","))),n.headers.has("Accept")||s.setRequestHeader("Accept",jx),!n.headers.has(id)){const pe=n.detectContentTypeHeader();null!==pe&&s.setRequestHeader(id,pe)}if(n.timeout&&(s.timeout=n.timeout),n.responseType){const pe=n.responseType.toLowerCase();s.responseType="json"!==pe?pe:"text"}const a=n.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const pe=s.statusText||"OK",De=new Wo(s.getAllResponseHeaders());return c=new Of({headers:De,status:s.status,statusText:pe,url:s.responseURL||n.url}),c},d=this.maybePropagateTrace(()=>{let{headers:pe,status:De,statusText:Te,url:Tt}=l(),kt=null;204!==De&&(kt=typeof s.response>"u"?s.responseText:s.response),0===De&&(De=kt?200:0);let zt=De>=200&&De<300;if("json"===n.responseType&&"string"==typeof kt){const Pn=kt;kt=kt.replace(G9,"");try{kt=""!==kt?JSON.parse(kt):null}catch(lr){kt=Pn,zt&&(zt=!1,kt={error:lr,text:kt})}}zt?(i.next(new ad({body:kt,headers:pe,status:De,statusText:Te,url:Tt||void 0})),i.complete()):i.error(new $s({error:kt,headers:pe,status:De,statusText:Te,url:Tt||void 0}))}),f=this.maybePropagateTrace(pe=>{const{url:De}=l(),Te=new $s({error:pe,status:s.status||0,statusText:s.statusText||"Unknown Error",url:De||void 0});i.error(Te)});let y=f;n.timeout&&(y=this.maybePropagateTrace(pe=>{const{url:De}=l(),Te=new $s({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:De||void 0});i.error(Te)}));let I=!1;const z=this.maybePropagateTrace(pe=>{I||(i.next(l()),I=!0);let De={type:Gs.DownloadProgress,loaded:pe.loaded};pe.lengthComputable&&(De.total=pe.total),"text"===n.responseType&&s.responseText&&(De.partialText=s.responseText),i.next(De)}),fe=this.maybePropagateTrace(pe=>{let De={type:Gs.UploadProgress,loaded:pe.loaded};pe.lengthComputable&&(De.total=pe.total),i.next(De)});return s.addEventListener("load",d),s.addEventListener("error",f),s.addEventListener("timeout",y),s.addEventListener("abort",f),n.reportProgress&&(s.addEventListener("progress",z),null!==a&&s.upload&&s.upload.addEventListener("progress",fe)),s.send(a),i.next({type:Gs.Sent}),()=>{s.removeEventListener("error",f),s.removeEventListener("abort",f),s.removeEventListener("load",d),s.removeEventListener("timeout",y),n.reportProgress&&(s.removeEventListener("progress",z),null!==a&&s.upload&&s.upload.removeEventListener("progress",fe)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(Dt(Px))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function qx(e,t){return t(e)}const cd=new qe("",{factory:()=>[]}),K9=new qe(""),Kx=new qe("",{factory:()=>!0});let Lf=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(Wx),o},providedIn:"root"})}return e})(),Ky=(()=>{class e{backend;injector;chain=null;pendingTasks=de(Xp);contributeToStability=de(Kx);constructor(n,r){this.backend=n,this.injector=r}handle(n){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(cd),...this.injector.get(K9,[])]));this.chain=r.reduceRight((o,i)=>function W9(e,t,n){return(r,o)=>Jo(n,()=>t(r,i=>e(i,o)))}(o,i,this.injector),qx)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(n,o=>this.backend.handle(o)).pipe(function w9(e){return Gi((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}(r))}return this.chain(n,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(Dt(Lf),Dt(mo))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Yy=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(Ky),o},providedIn:"root"})}return e})();function Xy(e,t){return{body:t,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 Xa=(()=>{class e{handler;constructor(n){this.handler=n}request(n,r,o={}){let i;if(n instanceof sd)i=n;else{let c,l;c=o.headers instanceof Wo?o.headers:new Wo(o.headers),o.params&&(l=o.params instanceof js?o.params:new js({fromObject:o.params})),i=new sd(n,r,void 0!==o.body?o.body:null,{headers:c,context:o.context,params:l,reportProgress:o.reportProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache,keepalive:o.keepalive,priority:o.priority,cache:o.cache,mode:o.mode,redirect:o.redirect,credentials:o.credentials,referrer:o.referrer,referrerPolicy:o.referrerPolicy,integrity:o.integrity,timeout:o.timeout})}const s=Gy(i).pipe(function D9(e,t){return O(t)?kf(e,t,1):kf(e,1)}(c=>this.handler.handle(c)));if(n instanceof sd||"events"===o.observe)return s;const a=s.pipe(function x9(e,t){return Gi((n,r)=>{let o=0;n.subscribe(mi(r,i=>e.call(t,i,o++)&&r.next(i)))})}(c=>c instanceof ad));switch(o.observe||"body"){case"body":switch(i.responseType){case"arraybuffer":return a.pipe(ni(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new we(2806,!1);return c.body}));case"blob":return a.pipe(ni(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new we(2807,!1);return c.body}));case"text":return a.pipe(ni(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new we(2808,!1);return c.body}));default:return a.pipe(ni(c=>c.body))}case"response":return a;default:throw new we(2809,!1)}}delete(n,r={}){return this.request("DELETE",n,r)}get(n,r={}){return this.request("GET",n,r)}head(n,r={}){return this.request("HEAD",n,r)}jsonp(n,r){return this.request("JSONP",n,{params:(new js).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(n,r={}){return this.request("OPTIONS",n,r)}patch(n,r,o={}){return this.request("PATCH",n,Xy(o,r))}post(n,r,o={}){return this.request("POST",n,Xy(o,r))}put(n,r,o={}){return this.request("PUT",n,Xy(o,r))}static \u0275fac=function(r){return new(r||e)(Dt(Yy))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const Xx=new qe("",{factory:()=>!0}),Zx=new qe("",{factory:()=>"XSRF-TOKEN"}),Jx=new qe("",{factory:()=>"X-XSRF-TOKEN"});let t$=(()=>{class e{cookieName=de(Zx);doc=de(ti);lastCookieString="";lastToken=null;parseCount=0;getToken(){const n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=Lx(n,this.cookieName),this.lastCookieString=n),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),n$=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(t$),o},providedIn:"root"})}return e})();function r$(e,t){if(!de(Xx)||"GET"===e.method||"HEAD"===e.method)return t(e);try{const o=de(a1).href,{origin:i}=new URL(o),{origin:s}=new URL(e.url,i);if(i!==s)return t(e)}catch{return t(e)}const n=de(n$).getToken(),r=de(Jx);return null!=n&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,n)})),t(e)}const eN=Z(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class Cd extends Error{}Cd.prototype.name="InvalidTokenError";let Ed=(()=>{class e{constructor(){this.http=de(Xa)}getEnvConfig(){var n=this;return(0,bt.A)(function*(){return n.envConfigCache||(yield function Kf(e,t){const n="object"==typeof t;return new Promise((r,o)=>{let s,i=!1;e.subscribe({next:a=>{s=a,i=!0},error:o,complete:()=>{i?r(s):n?r(t.defaultValue):o(new eN)}})})}(n.http.get("/rest/envconfig").pipe(function bq(e,t,n){const r=O(e)||t||n?{next:e,error:t,complete:n}:e;return r?Gi((o,i)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;o.subscribe(mi(i,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),i.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),i.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),i.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)}))}):pr}(r=>n.envConfigCache=r)))),n.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),rc=(()=>{class e{constructor(){this.envConfigService=de(Ed),this.luigiCoreService=de(Qr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(n=>{this.currentLanguage=n})}getTranslation(n,r,o){let i=this.getInternalTranslation(n,r,o);return i||(i=this.findTranslation(n,this.translationTable,this.fallbackLanguage,r)),i||n}getTranslationAsync(n,r,o){var i=this;return(0,bt.A)(function*(){return new Promise(s=>{let a=i.getInternalTranslation(n,r,o);a?s(a||n):i.translationTable&&!i.translationTable[i.fallbackLanguage]?i.fetchTranslationFile(i.fallbackLanguage).then(()=>{a=i.findTranslation(n,i.translationTable,i.fallbackLanguage,r),s(a||n)}):(a=i.findTranslation(n,i.translationTable,i.fallbackLanguage,r),s(a||n))})})()}findTranslation(n,r,o,i){if(r[o]){const s="object"==typeof r[o][n]?r[o][n].join("<br>"):r[o][n];return i?this.findInterpolations(s,i):s}}findInterpolations(n,r){if(n)return Object.keys(r).forEach(o=>{n=n.replace(new RegExp("{"+o+"}","gi"),r[o])}),n}addTranslationFile(n,r){r&&n&&(this.translationTable[n]=r)}fetchTranslationFile(n){var r=this;return(0,bt.A)(function*(){return new Promise(o=>{fetch(`/assets/translation-files/${n}.json`).then(i=>i.json()).then(i=>{r.addTranslationFile(n,i),o(!0)}).catch(i=>{console.error("Error:",i),r.addTranslationFile(n,{}),o(!1)})})})()}getInternalTranslation(n,r,o){return n?(this.currentLanguage=o||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(n,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var n=this;return(0,bt.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:o}=yield n.envConfigService.getEnvConfig();o&&r.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return r}})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Ys=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}(Ys||{});const Cl_read=e=>{let t;try{t=localStorage.getItem(e||Ys.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(n){return console.warn("localStorage is not available:",n),null}try{return t?JSON.parse(t):null}catch(n){console.error("Failed to parse the local development settings in your localstorage.",n)}return null},Yf_read=((0,bt.A)(function*(t){return t.frame_userAccount&&t.frame_userAccount.language?(delete t.frame_userAccount.name,delete t.frame_userAccount.email):delete t.frame_userAccount,new Promise((n,r)=>{try{localStorage.setItem(Ys.USER_SETTINGS,JSON.stringify(t)),n(t)}catch(o){console.error("Error storing user settings",o),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(Ys.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ft(5667),ft(9272),ft(7866),ft(2706),document.body.classList.add("ui5-content-density-compact");const uY=(e,t)=>t[0];function dY(e,t){if(1&e&&(on(0,"div",4),Tn(1),gn()),2&e){Zi();const n=qh(1);Lt(),Do(n.urlsInput.error)}}function _Y(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Tn(3),gn(),on(4,"ui5-button",23),er("click",function(){const o=Pl(n).$index;return Bl(Zi().removeUrl(o))}),gn()()()}if(2&e){const n=t.$implicit;Zi();const r=qh(1);Lt(3),Do(n.url),Lt(),io("tooltip",Lu(r.removeButton))}}function hY(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Tn(3),gn(),on(4,"ui5-button",23),er("click",function(){const o=Pl(n).$implicit;return Bl(Zi().removeServiceProviderConfig(o[0]))}),gn()()()}if(2&e){const n=t.$implicit;Zi();const r=qh(1);Lt(3),Bv(" Key: ",n[0],", Value: ",n[1]," "),Lt(),io("tooltip",Lu(r.removeButton))}}let fY=(()=>{class e{constructor(){this.i18nService=de(rc),this.context=ot.required(),this.LuigiClient=ot.required(),this.texts=co(()=>this.readTranslations()),this.errors=bo([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=bo(!1),this.configs=bo(this.defaultConfig),this.serviceProviderConfig=bo({}),this.localDevelopmentSettings=co(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new Us("",{nonNullable:!0}),this.serviceProviderForm=new Ku({key:new Us("",{nonNullable:!0}),value:new Us("",{nonNullable:!0})})}ngOnInit(){const n=Cl_read(Ys.DEVELOPMENT_MODE_CONFIG)||Cl_read()||this.localDevelopmentSettings();this.isActive.set(n.isActive),this.configs.set(n.configs||[]),this.serviceProviderConfig.set(n.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(n){this.isValidUrl(n)?n&&!this.configs().find(r=>r.url===n)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:n}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(n){this.configs.update(r=>r.filter((o,i)=>i!==n)),this.saveDevelopmentSettings()}removeServiceProviderConfig(n){this.serviceProviderConfig.update(r=>(delete r[n],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(n,r){n&&r&&(this.serviceProviderConfig.update(o=>(o[n]=r,{...o})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(n=>!n),this.saveDevelopmentSettings()}isValidUrl(n){try{return new URL(n),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({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,o){if(1&r&&(on(0,"div"),Fv(1),on(2,"div",0)(3,"div")(4,"div",1),Tn(5),gn(),on(6,"ui5-link",2),Tn(7),gn()(),on(8,"div",3)(9,"h4",4),Tn(10),gn(),on(11,"ui5-switch",5),er("change",function(){return o.switchIsActive()}),gn()(),on(12,"div",6)(13,"h4",4),Tn(14),gn(),on(15,"ui5-label",7),Tn(16),gn(),Pa(17,"ui5-input",8),function Iw(e,t,n,r,o,i,s,a){Yr("NgControlFlow");const c=Me(),l=$t();return ka(c,l,e,t,n,r,o,Lr(l.consts,i),256,s,a),bv}(18,dY,2,1,"div",4),on(19,"div",9)(20,"ui5-button",10),er("click",function(){return o.addUrl(o.urlInput.value)}),Tn(21),gn(),on(22,"ui5-button",11),er("click",function(){return o.urlInput.reset()}),Tn(23),gn()(),on(24,"div",12)(25,"ui5-list",13),Au(26,_Y,5,3,"ui5-li-custom",14,Aw),gn()()(),on(28,"div",15)(29,"h4",4),Tn(30),gn(),on(31,"ui5-label",16),Tn(32),gn(),Pa(33,"br"),on(34,"div",17)(35,"ui5-label",16),Tn(36),gn(),Pa(37,"ui5-input",18)(38,"br"),on(39,"ui5-label",19),Tn(40),gn(),Pa(41,"ui5-input",20),gn(),on(42,"div",9)(43,"ui5-button",10),er("click",function(){return o.addServiceProviderConfig(o.serviceProviderForm.controls.key.value,o.serviceProviderForm.controls.value.value)}),Tn(44),gn(),on(45,"ui5-button",11),er("click",function(){return o.serviceProviderForm.reset()}),Tn(46),gn()(),on(47,"div",12)(48,"ui5-list",13),Au(49,hY,5,4,"ui5-li-custom",14,uY),gn()()()()()),2&r){Lt();const i=function zA(e){return i_($t(),Me(),Ar(),e),e}(o.texts());Lt(4),Do(i.explanation),Lt(2),Fr(" ",i.link," "),Lt(3),Do(i.isDevelopmentModeActive),Lt(),io("checked",o.isActive()),Lt(3),Do(i.urlsInput.title),Lt(2),Fr(" ",i.urlsInput.label," "),Lt(),io("formControl",o.urlInput),Lt(),function ww(e,t){Yr("NgControlFlow");const n=Me(),r=Co(),o=n[r]!==En?n[r]:-1,i=-1!==o?Lh(n,27+o):void 0;if(Vn(n,r,e)){const a=X(null);try{if(void 0!==i&&Cm(i,0),-1!==e){const c=27+e,l=Lh(n,c),d=Ev(n[1],c),f=null;Fc(l,Pc(n,d,t,{dehydratedView:f}),0,Sa(d,f))}}finally{X(a)}}else if(void 0!==i){const a=dS(i,0);void 0!==a&&(a[8]=t)}}(o.errors().length?18:-1),Lt(3),Fr(" ",i.addButton," "),Lt(2),Fr(" ",i.clearButton," "),Lt(3),Du(o.configs()),Lt(4),Fr(" ",i.serviceProviderConfig.title," "),Lt(2),Fr(" ",i.serviceProviderConfig.explanation," "),Lt(2),io("formGroup",o.serviceProviderForm),Lt(2),Fr(" ",i.serviceProviderConfig.keyInput.label," "),Lt(),io("placeholder",Lu(i.serviceProviderConfig.keyInput.placeholder))("formControl",o.serviceProviderForm.controls.key),Lt(3),Fr(" ",i.serviceProviderConfig.valueInput.label," "),Lt(),io("placeholder",Lu(i.serviceProviderConfig.valueInput.placeholder))("formControl",o.serviceProviderForm.controls.value),Lt(3),Fr(" ",i.addButton," "),Lt(2),Fr(" ",i.clearButton," "),Lt(3),Du(o.Object.entries(o.serviceProviderConfig()))}},dependencies:[Mx,px,ux,_x,fx,gx,kx,cx,by,Ey,Af,xf],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})(),mk=(()=>{class e{differs;constructor(n){this.differs=n}differ;keyValues=[];compareFn=vk;transform(n,r=vk){if(!n||!(n instanceof Map)&&"object"!=typeof n)return null;this.differ??=this.differs.find(n).create();const o=this.differ.diff(n),i=r!==this.compareFn;return o&&(this.keyValues=[],o.forEachItem(s=>{this.keyValues.push(function AX(e,t){return{key:e,value:t}}(s.key,s.currentValue))})),(o||i)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(it(lf,16))};static \u0275pipe=So({name:"keyvalue",type:e,pure:!1})}return e})();function vk(e,t){const n=e.key,r=t.key;if(n===r)return 0;if(null==n)return 1;if(null==r)return-1;if("string"==typeof n&&"string"==typeof r)return n<r?-1:1;if("number"==typeof n&&"number"==typeof r)return n-r;if("boolean"==typeof n&&"boolean"==typeof r)return n<r?-1:1;const o=String(n),i=String(r);return o==i?0:o<i?-1:1}const zX=(e,t)=>t.key;function VX(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom")(1,"div",10)(2,"span"),Tn(3),gn(),on(4,"div",11)(5,"ui5-switch",12),er("ui5Change",function(){const o=Pl(n).$implicit;return Bl(Zi().onToggleChange(o.key))}),gn(),on(6,"ui5-button",13),er("ui5Click",function(){const o=Pl(n).$implicit;return Bl(Zi().onItemDelete(o.key))}),gn()()()()}if(2&e){const n=t.$implicit,r=Zi();Lt(3),Fr(" ",n.key," ");const o=r.queryParamsFeatures.includes(n.key);Lt(2),io("tooltip",o?r.texts.tooltipQueryParam:"")("disabled",o)("checked",r.togglesForm.get(n.key).value),Lt(),io("tooltip",o?r.texts.tooltipQueryParam:"")("disabled",o)}}let jX=(()=>{class e{constructor(){this.i18nService=de(rc),this.context=ot.required(),this.LuigiClient=ot.required(),this.togglesForm=new Ku({}),this.newToggleControl=new Us("",{nonNullable:!0,validators:[Q7.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=co(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
|
|
67
|
+
class Wo{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?"string"==typeof t?this.lazyInit=()=>{this.headers=new Map,t.split("\n").forEach(n=>{const r=n.indexOf(":");if(r>0){const o=n.slice(0,r),i=n.slice(r+1).trim();this.addHeaderEntry(o,i)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((n,r)=>{this.addHeaderEntry(r,n)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([n,r])=>{this.setHeaderEntries(n,r)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();const n=this.headers.get(t.toLowerCase());return n&&n.length>0?n[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,n){return this.clone({name:t,value:n,op:"a"})}set(t,n){return this.clone({name:t,value:n,op:"s"})}delete(t,n){return this.clone({name:t,value:n,op:"d"})}maybeSetNormalizedName(t,n){this.normalizedNames.has(n)||this.normalizedNames.set(n,t)}init(){this.lazyInit&&(this.lazyInit instanceof Wo?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init(),Array.from(t.headers.keys()).forEach(n=>{this.headers.set(n,t.headers.get(n)),this.normalizedNames.set(n,t.normalizedNames.get(n))})}clone(t){const n=new Wo;return n.lazyInit=this.lazyInit&&this.lazyInit instanceof Wo?this.lazyInit:this,n.lazyUpdate=(this.lazyUpdate||[]).concat([t]),n}applyUpdate(t){const n=t.name.toLowerCase();switch(t.op){case"a":case"s":let r=t.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(t.name,n);const o=("a"===t.op?this.headers.get(n):void 0)||[];o.push(...r),this.headers.set(n,o);break;case"d":const i=t.value;if(i){let s=this.headers.get(n);if(!s)return;s=s.filter(a=>-1===i.indexOf(a)),0===s.length?(this.headers.delete(n),this.normalizedNames.delete(n)):this.headers.set(n,s)}else this.headers.delete(n),this.normalizedNames.delete(n)}}addHeaderEntry(t,n){const r=t.toLowerCase();this.maybeSetNormalizedName(t,r),this.headers.has(r)?this.headers.get(r).push(n):this.headers.set(r,[n])}setHeaderEntries(t,n){const r=(Array.isArray(n)?n:[n]).map(i=>i.toString()),o=t.toLowerCase();this.headers.set(o,r),this.maybeSetNormalizedName(t,o)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(n=>t(this.normalizedNames.get(n),this.headers.get(n)))}}class M9{map=new Map;set(t,n){return this.map.set(t,n),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}}class O9{encodeKey(t){return Bx(t)}encodeValue(t){return Bx(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}}const P9=/%(\d[a-f0-9])/gi,B9={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Bx(e){return encodeURIComponent(e).replace(P9,(t,n)=>B9[n]??t)}function Rf(e){return`${e}`}class js{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new O9,t.fromString){if(t.fromObject)throw new we(2805,!1);this.map=function L9(e,t){const n=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(o=>{const i=o.indexOf("="),[s,a]=-1==i?[t.decodeKey(o),""]:[t.decodeKey(o.slice(0,i)),t.decodeValue(o.slice(i+1))],c=n.get(s)||[];c.push(a),n.set(s,c)}),n}(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(n=>{const r=t.fromObject[n],o=Array.isArray(r)?r.map(Rf):[Rf(r)];this.map.set(n,o)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();const n=this.map.get(t);return n?n[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,n){return this.clone({param:t,value:n,op:"a"})}appendAll(t){const n=[];return Object.keys(t).forEach(r=>{const o=t[r];Array.isArray(o)?o.forEach(i=>{n.push({param:r,value:i,op:"a"})}):n.push({param:r,value:o,op:"a"})}),this.clone(n)}set(t,n){return this.clone({param:t,value:n,op:"s"})}delete(t,n){return this.clone({param:t,value:n,op:"d"})}toString(){return this.init(),this.keys().map(t=>{const n=this.encoder.encodeKey(t);return this.map.get(t).map(r=>n+"="+this.encoder.encodeValue(r)).join("&")}).filter(t=>""!==t).join("&")}clone(t){const n=new js({encoder:this.encoder});return n.cloneFrom=this.cloneFrom||this,n.updates=(this.updates||[]).concat(t),n}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(t=>this.map.set(t,this.cloneFrom.map.get(t))),this.updates.forEach(t=>{switch(t.op){case"a":case"s":const n=("a"===t.op?this.map.get(t.param):void 0)||[];n.push(Rf(t.value)),this.map.set(t.param,n);break;case"d":if(void 0===t.value){this.map.delete(t.param);break}{let r=this.map.get(t.param)||[];const o=r.indexOf(Rf(t.value));-1!==o&&r.splice(o,1),r.length>0?this.map.set(t.param,r):this.map.delete(t.param)}}}),this.cloneFrom=this.updates=null)}}function Fx(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function Ux(e){return typeof Blob<"u"&&e instanceof Blob}function Hx(e){return typeof FormData<"u"&&e instanceof FormData}const sd="Content-Type",zx="text/plain",Vx="application/json",jx=`${Vx}, ${zx}, */*`;class ad{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(t,n,r,o){let i;if(this.url=n,this.method=t.toUpperCase(),function F9(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||o?(this.body=void 0!==r?r:null,i=o):i=r,i){if(this.reportProgress=!!i.reportProgress,this.withCredentials=!!i.withCredentials,this.keepalive=!!i.keepalive,i.responseType&&(this.responseType=i.responseType),i.headers&&(this.headers=i.headers),i.context&&(this.context=i.context),i.params&&(this.params=i.params),i.priority&&(this.priority=i.priority),i.cache&&(this.cache=i.cache),i.credentials&&(this.credentials=i.credentials),"number"==typeof i.timeout){if(i.timeout<1||!Number.isInteger(i.timeout))throw new we(2822,"");this.timeout=i.timeout}i.mode&&(this.mode=i.mode),i.redirect&&(this.redirect=i.redirect),i.integrity&&(this.integrity=i.integrity),void 0!==i.referrer&&(this.referrer=i.referrer),i.referrerPolicy&&(this.referrerPolicy=i.referrerPolicy),this.transferCache=i.transferCache}if(this.headers??=new Wo,this.context??=new M9,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=n;else{const a=n.indexOf("?");this.urlWithParams=n+(-1===a?"?":a<n.length-1?"&":"")+s}}else this.params=new js,this.urlWithParams=n}serializeBody(){return null===this.body?null:"string"==typeof this.body||Fx(this.body)||Ux(this.body)||Hx(this.body)||function U9(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof js?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||Hx(this.body)?null:Ux(this.body)?this.body.type||null:Fx(this.body)?null:"string"==typeof this.body?zx:this.body instanceof js?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?Vx:null}clone(t={}){const n=t.method||this.method,r=t.url||this.url,o=t.responseType||this.responseType,i=t.keepalive??this.keepalive,s=t.priority||this.priority,a=t.cache||this.cache,c=t.mode||this.mode,l=t.redirect||this.redirect,d=t.credentials||this.credentials,f=t.referrer??this.referrer,y=t.integrity||this.integrity,I=t.referrerPolicy||this.referrerPolicy,z=t.transferCache??this.transferCache,fe=t.timeout??this.timeout,pe=void 0!==t.body?t.body:this.body,De=t.withCredentials??this.withCredentials,Te=t.reportProgress??this.reportProgress;let Tt=t.headers||this.headers,kt=t.params||this.params;const zt=t.context??this.context;return void 0!==t.setHeaders&&(Tt=Object.keys(t.setHeaders).reduce((Pn,lr)=>Pn.set(lr,t.setHeaders[lr]),Tt)),t.setParams&&(kt=Object.keys(t.setParams).reduce((Pn,lr)=>Pn.set(lr,t.setParams[lr]),kt)),new ad(n,r,pe,{params:kt,headers:Tt,context:zt,reportProgress:Te,responseType:o,withCredentials:De,transferCache:z,keepalive:i,cache:a,priority:s,timeout:fe,mode:c,redirect:l,credentials:d,referrer:f,integrity:y,referrerPolicy:I})}}var Gs=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}(Gs||{});class $y{headers;status;statusText;url;ok;type;redirected;responseType;constructor(t,n=200,r="OK"){this.headers=t.headers||new Wo,this.status=void 0!==t.status?t.status:n,this.statusText=t.statusText||r,this.url=t.url||null,this.redirected=t.redirected,this.responseType=t.responseType,this.ok=this.status>=200&&this.status<300}}class Of extends $y{constructor(t={}){super(t)}type=Gs.ResponseHeader;clone(t={}){return new Of({headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}}class cd extends $y{body;constructor(t={}){super(t),this.body=void 0!==t.body?t.body:null}type=Gs.Response;clone(t={}){return new cd({body:void 0!==t.body?t.body:this.body,headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected,responseType:t.responseType??this.responseType})}}class $s extends $y{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${t.url||"(unknown url)"}`:`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}}const $x=new qe(""),$9=/^\)\]\}',?\n/;let Wx=(()=>{class e{xhrFactory;tracingService=ue(Ea,{optional:!0});constructor(n){this.xhrFactory=n}maybePropagateTrace(n){return this.tracingService?.propagate?this.tracingService.propagate(n):n}handle(n){if("JSONP"===n.method)throw new we(-2800,!1);const r=this.xhrFactory;return Gy(null).pipe(Ox(()=>new se(i=>{const s=r.build();if(s.open(n.method,n.urlWithParams),n.withCredentials&&(s.withCredentials=!0),n.headers.forEach((pe,De)=>s.setRequestHeader(pe,De.join(","))),n.headers.has("Accept")||s.setRequestHeader("Accept",jx),!n.headers.has(sd)){const pe=n.detectContentTypeHeader();null!==pe&&s.setRequestHeader(sd,pe)}if(n.timeout&&(s.timeout=n.timeout),n.responseType){const pe=n.responseType.toLowerCase();s.responseType="json"!==pe?pe:"text"}const a=n.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const pe=s.statusText||"OK",De=new Wo(s.getAllResponseHeaders());return c=new Of({headers:De,status:s.status,statusText:pe,url:s.responseURL||n.url}),c},d=this.maybePropagateTrace(()=>{let{headers:pe,status:De,statusText:Te,url:Tt}=l(),kt=null;204!==De&&(kt=typeof s.response>"u"?s.responseText:s.response),0===De&&(De=kt?200:0);let zt=De>=200&&De<300;if("json"===n.responseType&&"string"==typeof kt){const Pn=kt;kt=kt.replace($9,"");try{kt=""!==kt?JSON.parse(kt):null}catch(lr){kt=Pn,zt&&(zt=!1,kt={error:lr,text:kt})}}zt?(i.next(new cd({body:kt,headers:pe,status:De,statusText:Te,url:Tt||void 0})),i.complete()):i.error(new $s({error:kt,headers:pe,status:De,statusText:Te,url:Tt||void 0}))}),f=this.maybePropagateTrace(pe=>{const{url:De}=l(),Te=new $s({error:pe,status:s.status||0,statusText:s.statusText||"Unknown Error",url:De||void 0});i.error(Te)});let y=f;n.timeout&&(y=this.maybePropagateTrace(pe=>{const{url:De}=l(),Te=new $s({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:De||void 0});i.error(Te)}));let I=!1;const z=this.maybePropagateTrace(pe=>{I||(i.next(l()),I=!0);let De={type:Gs.DownloadProgress,loaded:pe.loaded};pe.lengthComputable&&(De.total=pe.total),"text"===n.responseType&&s.responseText&&(De.partialText=s.responseText),i.next(De)}),fe=this.maybePropagateTrace(pe=>{let De={type:Gs.UploadProgress,loaded:pe.loaded};pe.lengthComputable&&(De.total=pe.total),i.next(De)});return s.addEventListener("load",d),s.addEventListener("error",f),s.addEventListener("timeout",y),s.addEventListener("abort",f),n.reportProgress&&(s.addEventListener("progress",z),null!==a&&s.upload&&s.upload.addEventListener("progress",fe)),s.send(a),i.next({type:Gs.Sent}),()=>{s.removeEventListener("error",f),s.removeEventListener("abort",f),s.removeEventListener("load",d),s.removeEventListener("timeout",y),n.reportProgress&&(s.removeEventListener("progress",z),null!==a&&s.upload&&s.upload.removeEventListener("progress",fe)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(Dt(Px))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function qx(e,t){return t(e)}const ld=new qe("",{factory:()=>[]}),Y9=new qe(""),Kx=new qe("",{factory:()=>!0});let Lf=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(Wx),o},providedIn:"root"})}return e})(),Ky=(()=>{class e{backend;injector;chain=null;pendingTasks=ue(Xp);contributeToStability=ue(Kx);constructor(n,r){this.backend=n,this.injector=r}handle(n){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(ld),...this.injector.get(Y9,[])]));this.chain=r.reduceRight((o,i)=>function q9(e,t,n){return(r,o)=>Jo(n,()=>t(r,i=>e(i,o)))}(o,i,this.injector),qx)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(n,o=>this.backend.handle(o)).pipe(function A9(e){return Gi((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}(r))}return this.chain(n,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(Dt(Lf),Dt(mo))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Yy=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(Ky),o},providedIn:"root"})}return e})();function Xy(e,t){return{body:t,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 Xa=(()=>{class e{handler;constructor(n){this.handler=n}request(n,r,o={}){let i;if(n instanceof ad)i=n;else{let c,l;c=o.headers instanceof Wo?o.headers:new Wo(o.headers),o.params&&(l=o.params instanceof js?o.params:new js({fromObject:o.params})),i=new ad(n,r,void 0!==o.body?o.body:null,{headers:c,context:o.context,params:l,reportProgress:o.reportProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache,keepalive:o.keepalive,priority:o.priority,cache:o.cache,mode:o.mode,redirect:o.redirect,credentials:o.credentials,referrer:o.referrer,referrerPolicy:o.referrerPolicy,integrity:o.integrity,timeout:o.timeout})}const s=Gy(i).pipe(function x9(e,t){return O(t)?kf(e,t,1):kf(e,1)}(c=>this.handler.handle(c)));if(n instanceof ad||"events"===o.observe)return s;const a=s.pipe(function N9(e,t){return Gi((n,r)=>{let o=0;n.subscribe(mi(r,i=>e.call(t,i,o++)&&r.next(i)))})}(c=>c instanceof cd));switch(o.observe||"body"){case"body":switch(i.responseType){case"arraybuffer":return a.pipe(ni(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new we(2806,!1);return c.body}));case"blob":return a.pipe(ni(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new we(2807,!1);return c.body}));case"text":return a.pipe(ni(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new we(2808,!1);return c.body}));default:return a.pipe(ni(c=>c.body))}case"response":return a;default:throw new we(2809,!1)}}delete(n,r={}){return this.request("DELETE",n,r)}get(n,r={}){return this.request("GET",n,r)}head(n,r={}){return this.request("HEAD",n,r)}jsonp(n,r){return this.request("JSONP",n,{params:(new js).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(n,r={}){return this.request("OPTIONS",n,r)}patch(n,r,o={}){return this.request("PATCH",n,Xy(o,r))}post(n,r,o={}){return this.request("POST",n,Xy(o,r))}put(n,r,o={}){return this.request("PUT",n,Xy(o,r))}static \u0275fac=function(r){return new(r||e)(Dt(Yy))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const Xx=new qe("",{factory:()=>!0}),Zx=new qe("",{factory:()=>"XSRF-TOKEN"}),Jx=new qe("",{factory:()=>"X-XSRF-TOKEN"});let n$=(()=>{class e{cookieName=ue(Zx);doc=ue(ti);lastCookieString="";lastToken=null;parseCount=0;getToken(){const n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=Lx(n,this.cookieName),this.lastCookieString=n),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),r$=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(n$),o},providedIn:"root"})}return e})();function o$(e,t){if(!ue(Xx)||"GET"===e.method||"HEAD"===e.method)return t(e);try{const o=ue(a1).href,{origin:i}=new URL(o),{origin:s}=new URL(e.url,i);if(i!==s)return t(e)}catch{return t(e)}const n=ue(r$).getToken(),r=ue(Jx);return null!=n&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,n)})),t(e)}const eN=Z(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class bd extends Error{}bd.prototype.name="InvalidTokenError";let Ed=(()=>{class e{constructor(){this.http=ue(Xa)}getEnvConfig(){var n=this;return(0,bt.A)(function*(){return n.envConfigCache||(yield function Kf(e,t){const n="object"==typeof t;return new Promise((r,o)=>{let s,i=!1;e.subscribe({next:a=>{s=a,i=!0},error:o,complete:()=>{i?r(s):n?r(t.defaultValue):o(new eN)}})})}(n.http.get("/rest/envconfig").pipe(function Eq(e,t,n){const r=O(e)||t||n?{next:e,error:t,complete:n}:e;return r?Gi((o,i)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;o.subscribe(mi(i,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),i.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),i.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),i.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)}))}):pr}(r=>n.envConfigCache=r)))),n.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),rc=(()=>{class e{constructor(){this.envConfigService=ue(Ed),this.luigiCoreService=ue(Vr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(n=>{this.currentLanguage=n})}getTranslation(n,r,o){let i=this.getInternalTranslation(n,r,o);return i||(i=this.findTranslation(n,this.translationTable,this.fallbackLanguage,r)),i||n}getTranslationAsync(n,r,o){var i=this;return(0,bt.A)(function*(){return new Promise(s=>{let a=i.getInternalTranslation(n,r,o);a?s(a||n):i.translationTable&&!i.translationTable[i.fallbackLanguage]?i.fetchTranslationFile(i.fallbackLanguage).then(()=>{a=i.findTranslation(n,i.translationTable,i.fallbackLanguage,r),s(a||n)}):(a=i.findTranslation(n,i.translationTable,i.fallbackLanguage,r),s(a||n))})})()}findTranslation(n,r,o,i){if(r[o]){const s="object"==typeof r[o][n]?r[o][n].join("<br>"):r[o][n];return i?this.findInterpolations(s,i):s}}findInterpolations(n,r){if(n)return Object.keys(r).forEach(o=>{n=n.replace(new RegExp("{"+o+"}","gi"),r[o])}),n}addTranslationFile(n,r){r&&n&&(this.translationTable[n]=r)}fetchTranslationFile(n){var r=this;return(0,bt.A)(function*(){return new Promise(o=>{fetch(`/assets/translation-files/${n}.json`).then(i=>i.json()).then(i=>{r.addTranslationFile(n,i),o(!0)}).catch(i=>{console.error("Error:",i),r.addTranslationFile(n,{}),o(!1)})})})()}getInternalTranslation(n,r,o){return n?(this.currentLanguage=o||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(n,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var n=this;return(0,bt.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:o}=yield n.envConfigService.getEnvConfig();o&&r.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return r}})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Ys=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}(Ys||{});const bl_read=e=>{let t;try{t=localStorage.getItem(e||Ys.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(n){return console.warn("localStorage is not available:",n),null}try{return t?JSON.parse(t):null}catch(n){console.error("Failed to parse the local development settings in your localstorage.",n)}return null},Yf_read=((0,bt.A)(function*(t){return t.frame_userAccount&&t.frame_userAccount.language?(delete t.frame_userAccount.name,delete t.frame_userAccount.email):delete t.frame_userAccount,new Promise((n,r)=>{try{localStorage.setItem(Ys.USER_SETTINGS,JSON.stringify(t)),n(t)}catch(o){console.error("Error storing user settings",o),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(Ys.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ft(5667),ft(9272),ft(7866),ft(2706),document.body.classList.add("ui5-content-density-compact");const uY=(e,t)=>t[0];function dY(e,t){if(1&e&&(on(0,"div",4),Tn(1),gn()),2&e){Zi();const n=qh(1);Lt(),Do(n.urlsInput.error)}}function _Y(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Tn(3),gn(),on(4,"ui5-button",23),er("click",function(){const o=Bl(n).$index;return Fl(Zi().removeUrl(o))}),gn()()()}if(2&e){const n=t.$implicit;Zi();const r=qh(1);Lt(3),Do(n.url),Lt(),io("tooltip",Pu(r.removeButton))}}function hY(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Tn(3),gn(),on(4,"ui5-button",23),er("click",function(){const o=Bl(n).$implicit;return Fl(Zi().removeServiceProviderConfig(o[0]))}),gn()()()}if(2&e){const n=t.$implicit;Zi();const r=qh(1);Lt(3),Bv(" Key: ",n[0],", Value: ",n[1]," "),Lt(),io("tooltip",Pu(r.removeButton))}}let fY=(()=>{class e{constructor(){this.i18nService=ue(rc),this.context=ot.required(),this.LuigiClient=ot.required(),this.texts=co(()=>this.readTranslations()),this.errors=bo([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=bo(!1),this.configs=bo(this.defaultConfig),this.serviceProviderConfig=bo({}),this.localDevelopmentSettings=co(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new Us("",{nonNullable:!0}),this.serviceProviderForm=new Yu({key:new Us("",{nonNullable:!0}),value:new Us("",{nonNullable:!0})})}ngOnInit(){const n=bl_read(Ys.DEVELOPMENT_MODE_CONFIG)||bl_read()||this.localDevelopmentSettings();this.isActive.set(n.isActive),this.configs.set(n.configs||[]),this.serviceProviderConfig.set(n.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(n){this.isValidUrl(n)?n&&!this.configs().find(r=>r.url===n)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:n}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(n){this.configs.update(r=>r.filter((o,i)=>i!==n)),this.saveDevelopmentSettings()}removeServiceProviderConfig(n){this.serviceProviderConfig.update(r=>(delete r[n],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(n,r){n&&r&&(this.serviceProviderConfig.update(o=>(o[n]=r,{...o})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(n=>!n),this.saveDevelopmentSettings()}isValidUrl(n){try{return new URL(n),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({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,o){if(1&r&&(on(0,"div"),Fv(1),on(2,"div",0)(3,"div")(4,"div",1),Tn(5),gn(),on(6,"ui5-link",2),Tn(7),gn()(),on(8,"div",3)(9,"h4",4),Tn(10),gn(),on(11,"ui5-switch",5),er("change",function(){return o.switchIsActive()}),gn()(),on(12,"div",6)(13,"h4",4),Tn(14),gn(),on(15,"ui5-label",7),Tn(16),gn(),Pa(17,"ui5-input",8),function Iw(e,t,n,r,o,i,s,a){Xr("NgControlFlow");const c=Me(),l=$t();return ka(c,l,e,t,n,r,o,Lr(l.consts,i),256,s,a),bv}(18,dY,2,1,"div",4),on(19,"div",9)(20,"ui5-button",10),er("click",function(){return o.addUrl(o.urlInput.value)}),Tn(21),gn(),on(22,"ui5-button",11),er("click",function(){return o.urlInput.reset()}),Tn(23),gn()(),on(24,"div",12)(25,"ui5-list",13),Du(26,_Y,5,3,"ui5-li-custom",14,Aw),gn()()(),on(28,"div",15)(29,"h4",4),Tn(30),gn(),on(31,"ui5-label",16),Tn(32),gn(),Pa(33,"br"),on(34,"div",17)(35,"ui5-label",16),Tn(36),gn(),Pa(37,"ui5-input",18)(38,"br"),on(39,"ui5-label",19),Tn(40),gn(),Pa(41,"ui5-input",20),gn(),on(42,"div",9)(43,"ui5-button",10),er("click",function(){return o.addServiceProviderConfig(o.serviceProviderForm.controls.key.value,o.serviceProviderForm.controls.value.value)}),Tn(44),gn(),on(45,"ui5-button",11),er("click",function(){return o.serviceProviderForm.reset()}),Tn(46),gn()(),on(47,"div",12)(48,"ui5-list",13),Du(49,hY,5,4,"ui5-li-custom",14,uY),gn()()()()()),2&r){Lt();const i=function zA(e){return i_($t(),Me(),Ar(),e),e}(o.texts());Lt(4),Do(i.explanation),Lt(2),Fr(" ",i.link," "),Lt(3),Do(i.isDevelopmentModeActive),Lt(),io("checked",o.isActive()),Lt(3),Do(i.urlsInput.title),Lt(2),Fr(" ",i.urlsInput.label," "),Lt(),io("formControl",o.urlInput),Lt(),function ww(e,t){Xr("NgControlFlow");const n=Me(),r=Co(),o=n[r]!==En?n[r]:-1,i=-1!==o?Lh(n,27+o):void 0;if(Vn(n,r,e)){const a=X(null);try{if(void 0!==i&&Cm(i,0),-1!==e){const c=27+e,l=Lh(n,c),d=Ev(n[1],c),f=null;Fc(l,Pc(n,d,t,{dehydratedView:f}),0,Sa(d,f))}}finally{X(a)}}else if(void 0!==i){const a=dS(i,0);void 0!==a&&(a[8]=t)}}(o.errors().length?18:-1),Lt(3),Fr(" ",i.addButton," "),Lt(2),Fr(" ",i.clearButton," "),Lt(3),xu(o.configs()),Lt(4),Fr(" ",i.serviceProviderConfig.title," "),Lt(2),Fr(" ",i.serviceProviderConfig.explanation," "),Lt(2),io("formGroup",o.serviceProviderForm),Lt(2),Fr(" ",i.serviceProviderConfig.keyInput.label," "),Lt(),io("placeholder",Pu(i.serviceProviderConfig.keyInput.placeholder))("formControl",o.serviceProviderForm.controls.key),Lt(3),Fr(" ",i.serviceProviderConfig.valueInput.label," "),Lt(),io("placeholder",Pu(i.serviceProviderConfig.valueInput.placeholder))("formControl",o.serviceProviderForm.controls.value),Lt(3),Fr(" ",i.addButton," "),Lt(2),Fr(" ",i.clearButton," "),Lt(3),xu(o.Object.entries(o.serviceProviderConfig()))}},dependencies:[Mx,px,ux,_x,fx,gx,kx,cx,by,Ey,Af,xf],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})(),vk=(()=>{class e{differs;constructor(n){this.differs=n}differ;keyValues=[];compareFn=yk;transform(n,r=yk){if(!n||!(n instanceof Map)&&"object"!=typeof n)return null;this.differ??=this.differs.find(n).create();const o=this.differ.diff(n),i=r!==this.compareFn;return o&&(this.keyValues=[],o.forEachItem(s=>{this.keyValues.push(function AX(e,t){return{key:e,value:t}}(s.key,s.currentValue))})),(o||i)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(it(lf,16))};static \u0275pipe=So({name:"keyvalue",type:e,pure:!1})}return e})();function yk(e,t){const n=e.key,r=t.key;if(n===r)return 0;if(null==n)return 1;if(null==r)return-1;if("string"==typeof n&&"string"==typeof r)return n<r?-1:1;if("number"==typeof n&&"number"==typeof r)return n-r;if("boolean"==typeof n&&"boolean"==typeof r)return n<r?-1:1;const o=String(n),i=String(r);return o==i?0:o<i?-1:1}const zX=(e,t)=>t.key;function VX(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom")(1,"div",10)(2,"span"),Tn(3),gn(),on(4,"div",11)(5,"ui5-switch",12),er("ui5Change",function(){const o=Bl(n).$implicit;return Fl(Zi().onToggleChange(o.key))}),gn(),on(6,"ui5-button",13),er("ui5Click",function(){const o=Bl(n).$implicit;return Fl(Zi().onItemDelete(o.key))}),gn()()()()}if(2&e){const n=t.$implicit,r=Zi();Lt(3),Fr(" ",n.key," ");const o=r.queryParamsFeatures.includes(n.key);Lt(2),io("tooltip",o?r.texts.tooltipQueryParam:"")("disabled",o)("checked",r.togglesForm.get(n.key).value),Lt(),io("tooltip",o?r.texts.tooltipQueryParam:"")("disabled",o)}}let jX=(()=>{class e{constructor(){this.i18nService=ue(rc),this.context=ot.required(),this.LuigiClient=ot.required(),this.togglesForm=new Yu({}),this.newToggleControl=new Us("",{nonNullable:!0,validators:[ej.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=co(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
|
|
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
|
-
function Ek(e){e||(e=de(Ho));const t=new se(n=>{if(!e.destroyed)return e.onDestroy(n.next.bind(n));n.next()});return n=>n.pipe(function kX(e){return Gi((t,n)=>{es(e).subscribe(mi(n,()=>n.complete(),ie)),!n.closed&&t.subscribe(n)})}(t))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),ji(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const n=Yf_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{n[r]||(n[r]=!0)}),Object.entries(n).forEach(([r,o])=>{this.togglesForm.addControl(r,new Us(o)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(Ys.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(t){console.error("Error storing feature toggle settings",t)}})(n)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new Us(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(n){this.togglesForm.removeControl(n)}onToggleChange(n){this.togglesForm.get(n).setValue(!this.togglesForm.get(n).value)}extractFeatureToggleValues(n){return n?new URLSearchParams(n).getAll("ft").flatMap(i=>i.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({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,o){1&r&&(on(0,"div",0)(1,"div",1)(2,"div",2),Tn(3),gn(),on(4,"ui5-link",3),Tn(5),gn()(),on(6,"div")(7,"ui5-label",4),Tn(8),gn(),on(9,"div",5),Pa(10,"ui5-input",6),on(11,"ui5-button",7),er("ui5Click",function(){return o.addToggle()}),Tn(12),gn(),on(13,"ui5-button",8),er("ui5Click",function(){return o.clear()}),Tn(14),gn()()(),on(15,"ui5-list",9),Au(16,VX,7,6,"ui5-li-custom",null,zX),function ZA(e,t){const n=$t();let r;const o=e+27;n.firstCreatePass?(r=function q4(e,t){if(t)for(let n=t.length-1;n>=0;n--){const r=t[n];if(e===r.name)return r}}(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks??=[]).push(o,r.onDestroy)):r=n.data[o];const i=r.factory||(r.factory=Mi(r.type)),a=oo(it);try{const c=C_(!1),l=i();return C_(c),i_(n,Me(),o,l),l}finally{oo(a)}}(18,"keyvalue"),gn()()),2&r&&(Lt(3),Fr(" ",o.texts.explanation," "),Lt(2),Do(o.texts.link),Lt(3),Fr(" ",o.texts.nameInputLabel," "),Lt(2),io("formControl",o.newToggleControl),Lt(),io("disabled",o.newToggleControl.invalid),Lt(),Do(o.texts.addButton),Lt(),io("disabled",!o.newToggleControl.value),Lt(),Do(o.texts.clearButton),Lt(),io("formGroup",o.togglesForm),Lt(),Du(JA(18,9,o.togglesForm.controls)))},dependencies:[Mx,cx,by,Ey,Af,xf,ux,_x,fx,gx,kx,px,mk],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 GX=(e,t)=>t.title;function $X(e,t){if(1&e&&(so(0,"a",11)(1,"span"),Tn(2),Go(),function Qb(){Ut.lFrame.currentNamespace="svg"}(),so(3,"svg",12),Ba(4,"path",13),Go()()),2&e){const n=t.$implicit;Fh("href",n.link,G_),Lt(2),Do(n.title)}}let WX=(()=>{class e{constructor(){this.luigiCoreService=de(Qr),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=Ro({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,o){1&r&&(so(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),Ba(4,"img",4),so(5,"span",5),Tn(6),Go()(),so(7,"div",6)(8,"h1",7),Tn(9,"Welcome! Let's get started."),Go(),so(10,"p"),Tn(11,"Congratulations! Your portal is running. \u{1f389}"),Go()()(),Ba(12,"div",8),so(13,"div",9)(14,"div",10),Au(15,$X,5,2,"a",11,GX),Go()()()()),2&r&&(Lt(4),Fh("src",o.logo,G_),Lt(2),Do(o.header),Lt(9),Du(o.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 Tk={now:()=>(Tk.delegate||Date).now(),delegate:void 0};class qX extends dt{constructor(t=1/0,n=1/0,r=Tk){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){const{isStopped:n,_buffer:r,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;n||(r.push(t),!o&&r.push(i.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();const n=this._innerSubscribe(t),{_infiniteTimeWindow:r,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!t.closed;s+=r?1:2)t.next(i[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){const{_bufferSize:t,_timestampProvider:n,_buffer:r,_infiniteTimeWindow:o}=this,i=(o?1:2)*t;if(t<1/0&&i<r.length&&r.splice(0,r.length-i),!o){const s=n.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}const Sk=new se(e=>e.complete());
|
|
73
|
+
function Tk(e){e||(e=ue(Ho));const t=new se(n=>{if(!e.destroyed)return e.onDestroy(n.next.bind(n));n.next()});return n=>n.pipe(function kX(e){return Gi((t,n)=>{es(e).subscribe(mi(n,()=>n.complete(),ie)),!n.closed&&t.subscribe(n)})}(t))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),ji(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const n=Yf_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{n[r]||(n[r]=!0)}),Object.entries(n).forEach(([r,o])=>{this.togglesForm.addControl(r,new Us(o)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(Ys.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(t){console.error("Error storing feature toggle settings",t)}})(n)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new Us(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(n){this.togglesForm.removeControl(n)}onToggleChange(n){this.togglesForm.get(n).setValue(!this.togglesForm.get(n).value)}extractFeatureToggleValues(n){return n?new URLSearchParams(n).getAll("ft").flatMap(i=>i.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({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,o){1&r&&(on(0,"div",0)(1,"div",1)(2,"div",2),Tn(3),gn(),on(4,"ui5-link",3),Tn(5),gn()(),on(6,"div")(7,"ui5-label",4),Tn(8),gn(),on(9,"div",5),Pa(10,"ui5-input",6),on(11,"ui5-button",7),er("ui5Click",function(){return o.addToggle()}),Tn(12),gn(),on(13,"ui5-button",8),er("ui5Click",function(){return o.clear()}),Tn(14),gn()()(),on(15,"ui5-list",9),Du(16,VX,7,6,"ui5-li-custom",null,zX),function ZA(e,t){const n=$t();let r;const o=e+27;n.firstCreatePass?(r=function K4(e,t){if(t)for(let n=t.length-1;n>=0;n--){const r=t[n];if(e===r.name)return r}}(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks??=[]).push(o,r.onDestroy)):r=n.data[o];const i=r.factory||(r.factory=Mi(r.type)),a=oo(it);try{const c=C_(!1),l=i();return C_(c),i_(n,Me(),o,l),l}finally{oo(a)}}(18,"keyvalue"),gn()()),2&r&&(Lt(3),Fr(" ",o.texts.explanation," "),Lt(2),Do(o.texts.link),Lt(3),Fr(" ",o.texts.nameInputLabel," "),Lt(2),io("formControl",o.newToggleControl),Lt(),io("disabled",o.newToggleControl.invalid),Lt(),Do(o.texts.addButton),Lt(),io("disabled",!o.newToggleControl.value),Lt(),Do(o.texts.clearButton),Lt(),io("formGroup",o.togglesForm),Lt(),xu(JA(18,9,o.togglesForm.controls)))},dependencies:[Mx,cx,by,Ey,Af,xf,ux,_x,fx,gx,kx,px,vk],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 GX=(e,t)=>t.title;function $X(e,t){if(1&e&&(so(0,"a",11)(1,"span"),Tn(2),Go(),function Qb(){Ut.lFrame.currentNamespace="svg"}(),so(3,"svg",12),Ba(4,"path",13),Go()()),2&e){const n=t.$implicit;Fh("href",n.link,G_),Lt(2),Do(n.title)}}let WX=(()=>{class e{constructor(){this.luigiCoreService=ue(Vr),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=Ro({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,o){1&r&&(so(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),Ba(4,"img",4),so(5,"span",5),Tn(6),Go()(),so(7,"div",6)(8,"h1",7),Tn(9,"Welcome! Let's get started."),Go(),so(10,"p"),Tn(11,"Congratulations! Your portal is running. \u{1f389}"),Go()()(),Ba(12,"div",8),so(13,"div",9)(14,"div",10),Du(15,$X,5,2,"a",11,GX),Go()()()()),2&r&&(Lt(4),Fh("src",o.logo,G_),Lt(2),Do(o.header),Lt(9),xu(o.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 Sk={now:()=>(Sk.delegate||Date).now(),delegate:void 0};class qX extends dt{constructor(t=1/0,n=1/0,r=Sk){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){const{isStopped:n,_buffer:r,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;n||(r.push(t),!o&&r.push(i.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();const n=this._innerSubscribe(t),{_infiniteTimeWindow:r,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!t.closed;s+=r?1:2)t.next(i[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){const{_bufferSize:t,_timestampProvider:n,_buffer:r,_infiniteTimeWindow:o}=this,i=(o?1:2)*t;if(t<1/0&&i<r.length&&r.splice(0,r.length-i),!o){const s=n.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}const Ik=new se(e=>e.complete());
|
|
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
|
-
const JX={schedule(e,t){const n=setTimeout(e,t);return()=>clearTimeout(n)}};let WC;function iZ(e,t,n){let r=n;return function eZ(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&t.some((o,i)=>!("*"===o||!function tZ(e,t){if(!WC){const n=Element.prototype;WC=n.matches||n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&WC.call(e,t)}(e,o)||(r=i,0))),r}class aZ{componentFactory;inputMap=new Map;constructor(t,n){this.componentFactory=n.get(Hc).resolveComponentFactory(t);for(const r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(t){return new cZ(this.componentFactory,t,this.inputMap)}}class cZ{componentFactory;injector;inputMap;eventEmitters=new qX(1);events=this.eventEmitters.pipe(Ox(t=>function ZX(...e){const t=i1(e),n=function
|
|
79
|
+
const JX={schedule(e,t){const n=setTimeout(e,t);return()=>clearTimeout(n)}};let WC;function iZ(e,t,n){let r=n;return function eZ(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&t.some((o,i)=>!("*"===o||!function tZ(e,t){if(!WC){const n=Element.prototype;WC=n.matches||n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&WC.call(e,t)}(e,o)||(r=i,0))),r}class aZ{componentFactory;inputMap=new Map;constructor(t,n){this.componentFactory=n.get(Hc).resolveComponentFactory(t);for(const r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(t){return new cZ(this.componentFactory,t,this.inputMap)}}class cZ{componentFactory;injector;inputMap;eventEmitters=new qX(1);events=this.eventEmitters.pipe(Ox(t=>function ZX(...e){const t=i1(e),n=function H7(e,t){return"number"==typeof fy(e)?e.pop():t}(e,1/0),r=e;return r.length?1===r.length?es(r[0]):function KX(e=1/0){return kf(pr,e)}(n)(hy(r,t)):Ik}(...t)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(t,n,r){this.componentFactory=t,this.injector=n,this.inputMap=r,this.ngZone=this.injector.get(On),this.appRef=this.injector.get(Yi),this.cdScheduler=n.get(da),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(t){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(t)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=JX.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null)},10))})}getInputValue(t){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(t):this.componentRef.instance[t])}setInputValue(t,n){null!==this.componentRef?this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(t)??t,n),function IP(e){return la(e._lView)||!!(64&e._lView[2])}(this.componentRef.hostView)&&(function wP(e){Ll(e._lView)}(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))}):this.initialInputValues.set(t,n)}initializeComponent(t){const n=or.create({providers:[],parent:this.injector}),r=function oZ(e,t){const n=e.childNodes,r=t.map(()=>[]);let o=-1;t.some((i,s)=>"*"===i&&(o=s,!0));for(let i=0,s=n.length;i<s;++i){const a=n[i],c=iZ(a,t,o);-1!==c&&r[c].push(a)}return r}(t,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(n,r,t),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(const[t,n]of this.initialInputValues)this.setInputValue(t,n);this.initialInputValues.clear()}initializeOutputs(t){const n=this.componentFactory.outputs.map(({propName:r,templateName:o})=>{const i=t.instance[r];return new se(s=>{const a=i.subscribe(c=>s.next({name:o,value:c}));return()=>a.unsubscribe()})});this.eventEmitters.next(n)}runInZone(t){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(t):t()}}class lZ extends HTMLElement{ngElementEventsSubscription=null}function uZ(e,t){const n=function rZ(e,t){return t.get(Hc).resolveComponentFactory(e).inputs}(e,t.injector),r=t.strategyFactory||new aZ(e,t.injector),o=function nZ(e){const t={};return e.forEach(({propName:n,templateName:r,transform:o})=>{t[function QX(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}(r)]=[n,o]}),t}(n);class i extends lZ{injector;static observedAttributes=Object.keys(o);get ngElementStrategy(){if(!this._ngElementStrategy){const a=this._ngElementStrategy=r.create(this.injector||t.injector);n.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[f,y]=o[a];this.ngElementStrategy.setInputValue(f,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 n.forEach(({propName:s,transform:a,isSignal:c})=>{Object.defineProperty(i.prototype,s,{get(){const l=this.ngElementStrategy.getInputValue(s);return c&&function Dh(e){return"function"==typeof e&&void 0!==e[ce]}(l)?l():l},set(l){this.ngElementStrategy.setInputValue(s,l,a)},configurable:!0,enumerable:!0})}),i}const wk=()=>{const e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e},fZ={provide:_v,useFactory:function hZ(){const e=ue(or);return((e,t)=>{const n=wk().split("#")[1];if(n&&e[n])((e,t)=>{const n=uZ(e,{injector:t});window.Luigi._registerWebcomponent(wk(),n)})(e[n],t)})({"development-settings":fY,"getting-started":WX,"feature-toggle":jX},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const gZ={providers:[function i$(...e){const t=[Xa,Ky,{provide:Yy,useExisting:Ky},{provide:Lf,useFactory:()=>ue($x,{optional:!0})??ue(Wx)},{provide:ld,useValue:o$,multi:!0}];for(const n of e)t.push(...n.\u0275providers);return xl(t)}(),fZ,function NH(){return Xr("NgZoneless"),xl([...qv(),[]])}()]};
|
|
80
80
|
/**
|
|
81
81
|
* @license Angular v21.2.17
|
|
82
82
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
83
83
|
* License: MIT
|
|
84
84
|
*/
|
|
85
|
-
class
|
|
85
|
+
class Fk{_doc;constructor(t){this._doc=t}manager}let XC=(()=>{class e extends Fk{constructor(n){super(n)}supports(n){return!0}addEventListener(n,r,o,i){return n.addEventListener(r,o,i),()=>this.removeEventListener(n,r,o,i)}removeEventListener(n,r,o,i){return n.removeEventListener(r,o,i)}static \u0275fac=function(r){return new(r||e)(Dt(ti))};static \u0275prov=et({token:e,factory:e.\u0275fac})}return e})();const ZC=new qe("");let Uk=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(n,r){this._zone=r,n.forEach(s=>{s.manager=this});const o=n.filter(s=>!(s instanceof XC));this._plugins=o.slice().reverse();const i=n.find(s=>s instanceof XC);i&&this._plugins.push(i)}addEventListener(n,r,o,i){return this._findPluginFor(r).addEventListener(n,r,o,i)}getZone(){return this._zone}_findPluginFor(n){let r=this._eventNameToPlugin.get(n);if(r)return r;if(r=this._plugins.find(i=>i.supports(n)),!r)throw new we(5101,!1);return this._eventNameToPlugin.set(n,r),r}static \u0275fac=function(r){return new(r||e)(Dt(ZC),Dt(On))};static \u0275prov=et({token:e,factory:e.\u0275fac})}return e})();const JC="ng-app-id";function Hk(e){for(const t of e)t.remove()}function zk(e,t){const n=t.createElement("style");return n.textContent=e,n}function QC(e,t){const n=t.createElement("link");return n.setAttribute("rel","stylesheet"),n.setAttribute("href",e),n}let Vk=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(n,r,o,i={}){this.doc=n,this.appId=r,this.nonce=o,function ZZ(e,t,n,r){const o=e.head?.querySelectorAll(`style[${JC}="${t}"],link[${JC}="${t}"]`);if(o)for(const i of o)i.removeAttribute(JC),i instanceof HTMLLinkElement?r.set(i.href.slice(i.href.lastIndexOf("/")+1),{usage:0,elements:[i]}):i.textContent&&n.set(i.textContent,{usage:0,elements:[i]})}(n,r,this.inline,this.external),this.hosts.add(n.head)}addStyles(n,r){for(const o of n)this.addUsage(o,this.inline,zk);r?.forEach(o=>this.addUsage(o,this.external,QC))}removeStyles(n,r){for(const o of n)this.removeUsage(o,this.inline);r?.forEach(o=>this.removeUsage(o,this.external))}addUsage(n,r,o){const i=r.get(n);i?i.usage++:r.set(n,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,o(n,this.doc)))})}removeUsage(n,r){const o=r.get(n);o&&(o.usage--,o.usage<=0&&(Hk(o.elements),r.delete(n)))}ngOnDestroy(){for(const[,{elements:n}]of[...this.inline,...this.external])Hk(n);this.hosts.clear()}addHost(n){this.hosts.add(n);for(const[r,{elements:o}]of this.inline)o.push(this.addElement(n,zk(r,this.doc)));for(const[r,{elements:o}]of this.external)o.push(this.addElement(n,QC(r,this.doc)))}removeHost(n){this.hosts.delete(n)}addElement(n,r){return this.nonce&&r.setAttribute("nonce",this.nonce),n.appendChild(r)}static \u0275fac=function(r){return new(r||e)(Dt(ti),Dt(xc),Dt(vE,8),Dt(mE))};static \u0275prov=et({token:e,factory:e.\u0275fac})}return e})();const eb={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"},tb=/%COMP%/g,rJ=new qe("",{factory:()=>!0});function Gk(e,t){return t.map(n=>n.replace(tb,e))}let $k=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;constructor(n,r,o,i,s,a,c=null,l=null){this.eventManager=n,this.sharedStylesHost=r,this.appId=o,this.removeStylesOnCompDestroy=i,this.doc=s,this.ngZone=a,this.nonce=c,this.tracingService=l,this.defaultRenderer=new nb(n,s,a,this.tracingService)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;const o=this.getOrCreateRenderer(n,r);return o instanceof Kk?o.applyToHost(n):o instanceof rb&&o.applyStyles(),o}getOrCreateRenderer(n,r){const o=this.rendererByCompId;let i=o.get(r.id);if(!i){const s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,d=this.removeStylesOnCompDestroy,f=this.tracingService;switch(r.encapsulation){case Vo.Emulated:i=new Kk(c,l,r,this.appId,d,s,a,f);break;case Vo.ShadowDom:return new qk(c,n,r,s,a,this.nonce,f,l);case Vo.ExperimentalIsolatedShadowDom:return new qk(c,n,r,s,a,this.nonce,f);default:i=new rb(c,l,r,d,s,a,f)}o.set(r.id,i)}return i}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(n){this.rendererByCompId.delete(n)}static \u0275fac=function(r){return new(r||e)(Dt(Uk),Dt(Vk),Dt(xc),Dt(rJ),Dt(ti),Dt(On),Dt(vE),Dt(Ea,8))};static \u0275prov=et({token:e,factory:e.\u0275fac})}return e})();class nb{eventManager;doc;ngZone;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(t,n,r,o){this.eventManager=t,this.doc=n,this.ngZone=r,this.tracingService=o}destroy(){}destroyNode=null;createElement(t,n){return n?this.doc.createElementNS(eb[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(Wk(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(Wk(t)?t.content:t).insertBefore(n,r)}removeChild(t,n){n.remove()}selectRootElement(t,n){let r="string"==typeof t?this.doc.querySelector(t):t;if(!r)throw new we(-5104,!1);return n||(r.textContent=""),r}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,n,r,o){if(o){n=o+":"+n;const i=eb[o];i?t.setAttributeNS(i,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){const o=eb[r];o?t.removeAttributeNS(o,n):t.removeAttribute(`${r}:${n}`)}else t.removeAttribute(n)}addClass(t,n){t.classList.add(n)}removeClass(t,n){t.classList.remove(n)}setStyle(t,n,r,o){o&(Is.DashCase|Is.Important)?t.style.setProperty(n,r,o&Is.Important?"important":""):t.style[n]=r}removeStyle(t,n,r){r&Is.DashCase?t.style.removeProperty(n):t.style[n]=""}setProperty(t,n,r){null!=t&&(t[n]=r)}setValue(t,n){t.nodeValue=n}listen(t,n,r,o){if("string"==typeof t&&!(t=Ps().getGlobalEventTarget(this.doc,t)))throw new we(5102,!1);let i=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(i=this.tracingService.wrapEventListener(t,n,i)),this.eventManager.addEventListener(t,n,i,o)}decoratePreventDefault(t){return n=>{if("__ngUnwrap__"===n)return t;!1===t(n)&&n.preventDefault()}}}function Wk(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class qk extends nb{hostEl;sharedStylesHost;shadowRoot;constructor(t,n,r,o,i,s,a,c){super(t,o,i,a),this.hostEl=n,this.sharedStylesHost=c,this.shadowRoot=n.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let l=r.styles;l=Gk(r.id,l);for(const f of l){const y=document.createElement("style");s&&y.setAttribute("nonce",s),y.textContent=f,this.shadowRoot.appendChild(y)}const d=r.getExternalStyles?.();if(d)for(const f of d){const y=QC(f,o);s&&y.setAttribute("nonce",s),this.shadowRoot.appendChild(y)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,n){return super.appendChild(this.nodeOrShadowRoot(t),n)}insertBefore(t,n,r){return super.insertBefore(this.nodeOrShadowRoot(t),n,r)}removeChild(t,n){return super.removeChild(null,n)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}destroy(){this.sharedStylesHost&&this.sharedStylesHost.removeHost(this.shadowRoot)}}class rb extends nb{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(t,n,r,o,i,s,a,c){super(t,i,s,a),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=o;let l=r.styles;this.styles=c?Gk(c,l):l,this.styleUrls=r.getExternalStyles?.(c)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===ba.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class Kk extends rb{contentAttr;hostAttr;constructor(t,n,r,o,i,s,a,c){const l=o+"-"+r.id;super(t,n,r,i,s,a,c,l),this.contentAttr=function oJ(e){return"_ngcontent-%COMP%".replace(tb,e)}(l),this.hostAttr=function iJ(e){return"_nghost-%COMP%".replace(tb,e)}(l)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,n){const r=super.createElement(t,n);return super.setAttribute(r,this.contentAttr,""),r}}
|
|
86
86
|
/**
|
|
87
87
|
* @license Angular v21.2.17
|
|
88
88
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
89
89
|
* License: MIT
|
|
90
90
|
*/
|
|
91
|
-
class ob extends
|
|
91
|
+
class ob extends q7{supportsDOMEvents=!0;static makeCurrent(){!function W7(e){s1??=e}(new ob)}onAndCancel(t,n,r,o){return t.addEventListener(n,r,o),()=>{t.removeEventListener(n,r,o)}}dispatchEvent(t,n){t.dispatchEvent(n)}remove(t){t.remove()}createElement(t,n){return(n=n||this.getDefaultDocument()).createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,n){return"window"===n?window:"document"===n?t:"body"===n?t.body:null}getBaseHref(t){const n=function lJ(){return Nd=Nd||document.head.querySelector("base"),Nd?Nd.getAttribute("href"):null}();return null==n?null:function uJ(e){return new URL(e,document.baseURI).pathname}(n)}resetBaseElement(){Nd=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return Lx(document.cookie,t)}}let Nd=null,_J=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac})}return e})();const Yk=["alt","control","meta","shift"],hJ={"\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"},fJ={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let pJ=(()=>{class e extends Fk{constructor(n){super(n)}supports(n){return null!=e.parseEventName(n)}addEventListener(n,r,o,i){const s=e.parseEventName(r),a=e.eventCallback(s.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Ps().onAndCancel(n,s.domEventName,a,i))}static parseEventName(n){const r=n.toLowerCase().split("."),o=r.shift();if(0===r.length||"keydown"!==o&&"keyup"!==o)return null;const i=e._normalizeKey(r.pop());let s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),Yk.forEach(l=>{const d=r.indexOf(l);d>-1&&(r.splice(d,1),s+=l+".")}),s+=i,0!=r.length||0===i.length)return null;const c={};return c.domEventName=o,c.fullKey=s,c}static matchEventFullKeyCode(n,r){let o=hJ[n.key]||n.key,i="";return r.indexOf("code.")>-1&&(o=n.code,i="code."),!(null==o||!o)&&(o=o.toLowerCase()," "===o?o="space":"."===o&&(o="dot"),Yk.forEach(s=>{s!==o&&(0,fJ[s])(n)&&(i+=s+".")}),i+=o,i===r)}static eventCallback(n,r,o){return i=>{e.matchEventFullKeyCode(i,n)&&o.runGuarded(()=>r(i))}}static _normalizeKey(n){return"esc"===n?"escape":n}static \u0275fac=function(r){return new(r||e)(Dt(ti))};static \u0275prov=et({token:e,factory:e.\u0275fac})}return e})();function sb(){return sb=(0,bt.A)(function*(e,t){return NV(function Xk(e,t){return{platformRef:t?.platformRef,appProviders:[...EJ,...e?.providers??[]],platformProviders:CJ}}(e,t))}),sb.apply(this,arguments)}const CJ=[{provide:mE,useValue:"browser"},{provide:gE,useValue:function mJ(){ob.makeCurrent()},multi:!0},{provide:ti,useFactory:function yJ(){return function PO(e){yg=e}(document),document}}],EJ=[{provide:Yd,useValue:"root"},{provide:yc,useFactory:function vJ(){return new yc}},{provide:ZC,useClass:XC,multi:!0},{provide:ZC,useClass:pJ,multi:!0},$k,Vk,Uk,{provide:km,useExisting:$k},{provide:Px,useClass:_J},[]];(function gJ(){return sb.apply(this,arguments)})(gZ).catch(e=>console.error(e))})()})();
|