@openmfp/portal-ui-lib 0.194.21 → 0.194.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,95 +1,99 @@
1
- (()=>{var ge,jC={9272(ge){var f;self,f=()=>(()=>{"use strict";var W={d:(C,T)=>{for(var D in T)W.o(T,D)&&!W.o(C,D)&&Object.defineProperty(C,D,{enumerable:!0,get:T[D]})},o:(C,T)=>Object.prototype.hasOwnProperty.call(C,T)},f={};function m(C,T){if(!(C instanceof T))throw new TypeError("Cannot call a class as a function")}function E(C){return(E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(T){return typeof T}:function(T){return T&&"function"==typeof Symbol&&T.constructor===Symbol&&T!==Symbol.prototype?"symbol":typeof T})(C)}function w(C){var T=function(D){if("object"!=E(D)||!D)return D;var L=D[Symbol.toPrimitive];if(void 0!==L){var ee=L.call(D,"string");if("object"!=E(ee))return ee;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(D)}(C);return"symbol"==E(T)?T:T+""}function b(C,T){for(var D=0;D<T.length;D++){var L=T[D];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(C,w(L.key),L)}}function P(C,T,D){return T&&b(C.prototype,T),D&&b(C,D),Object.defineProperty(C,"prototype",{writable:!1}),C}function z(C,T,D){return(T=w(T))in C?Object.defineProperty(C,T,{value:D,enumerable:!0,configurable:!0,writable:!0}):C[T]=D,C}W.d(f,{default:()=>H});var N=new(P(function C(){m(this,C)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(C){return C&&"[object Function]"==={}.toString.call(C)}},{key:"isPromise",value:function(C){return C&&this.isFunction(C.then)}},{key:"isObject",value:function(C){return C&&"object"===E(C)&&!Array.isArray(C)}},{key:"deepMerge",value:function(C){for(var T=arguments.length,D=new Array(T>1?T-1:0),L=1;L<T;L++)D[L-1]=arguments[L];if(!D.length)return C;var ee=D.shift();if(this.isObject(C)&&this.isObject(ee))for(var j in ee)this.isObject(ee[j])?(C[j]||Object.assign(C,z({},j,{})),this.deepMerge(C[j],ee[j])):Object.assign(C,z({},j,ee[j]));return this.deepMerge.apply(this,[C].concat(D))}},{key:"prependOrigin",value:function(C){if(C.startsWith("http"))return C;var T=C.startsWith("/");return C.length?window.location.origin+(T?"":"/")+C:window.location.origin}}])),H=P(function C(){var T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m(this,C);var D={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},L=N.deepMerge(D,T);this.settings=L},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(C){var T=C.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(T))}},{key:"userInfo",value:function(){var C=this;return new Promise(function(T,D){var L=C.getAuthData(),ee=C.parseIdToken(L.idToken);T({email:ee.email?ee.email:"",name:ee.name?ee.name:""})})}},{key:"login",value:function(){var C=this;return new Promise(function(T,D){var L=C.settings,ee=L.nonceFn&&L.nonceFn()||C.generateNonce();sessionStorage.setItem("luigi.nonceValue",ee),L.oAuthData.nonce||(L.oAuthData.nonce=ee);var j=function(B,ne){return Object.assign(document.createElement("input"),{name:B,id:B,value:ne,type:"hidden"})},q=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:L.authorizeUrl,method:L.authorizeMethod,target:"_self"});for(var te in L.oAuthData.redirect_uri="".concat(N.prependOrigin(L.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),L.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+ee),L.oAuthData){var V=j(te,L.oAuthData[te]);q.appendChild(V.cloneNode())}document.getElementsByTagName("body")[0].appendChild(q),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(B){console.info("load, e",B,C)})})}},{key:"logout",value:function(C,T){var D=this.settings,L="".concat(D.logoutUrl,"?id_token_hint=").concat(C.idToken,"&client_id=").concat(D.oAuthData.client_id,"&post_logout_redirect_uri=").concat(N.prependOrigin(D.post_logout_redirect_uri));T&&T(),setTimeout(function(){window.location.href=L})}},{key:"setTokenExpirationAction",value:function(){var C=this;this.expirationCheckIntervalInstance=setInterval(function(){var T=C.getAuthData();if(!T)return clearInterval(C.expirationCheckIntervalInstance);if((T&&T.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(C.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var D="".concat(C.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(N.prependOrigin(C.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",C.settings,void 0,D)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var C=this,T=1e3*this.settings.accessTokenExpiringNotificationTime,D=1e3*this.settings.expirationCheckInterval,L=this.getAuthData();L&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(L&&L.accessTokenExpirationDate||0)-(new Date).getTime()<T&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",C.settings),clearInterval(C.expirationSoonCheckIntervalInstance))},D))}},{key:"generateNonce",value:function(){var C=window.crypto;return Array.from(C.getRandomValues(new Uint8Array(20))).map(function(T){for(;T>=61*Math.floor(256/61);)T=C.getRandomValues(new Uint8Array(1))[0];return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[T%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return f.default})(),ge.exports=f()},7866(ge,W){!function(f){"use strict";function m(u){return null!==u&&"[object Array]"===Object.prototype.toString.call(u)}function E(u){return null!==u&&"[object Object]"===Object.prototype.toString.call(u)}function w(u,_){if(u===_)return!0;if(Object.prototype.toString.call(u)!==Object.prototype.toString.call(_))return!1;if(!0===m(u)){if(u.length!==_.length)return!1;for(var v=0;v<u.length;v++)if(!1===w(u[v],_[v]))return!1;return!0}if(!0===E(u)){var R={};for(var O in u)if(hasOwnProperty.call(u,O)){if(!1===w(u[O],_[O]))return!1;R[O]=!0}for(var Z in _)if(hasOwnProperty.call(_,Z)&&!0!==R[Z])return!1;return!0}return!1}function b(u){if(""===u||!1===u||null===u)return!0;if(m(u)&&0===u.length)return!0;if(E(u)){for(var _ in u)if(u.hasOwnProperty(_))return!1;return!0}return!1}var N;N="function"==typeof String.prototype.trimLeft?function(u){return u.trimLeft()}:function(u){return u.match(/^\s*(.*)/)[1]};var H=0,T=2,B={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",9:"Array<string>"},J="UnquotedIdentifier",le="QuotedIdentifier",X="Rbracket",ue="Rparen",ce="Comma",ve="Colon",Pe="Rbrace",ke="Number",Ee="Current",Ie="Expref",me="Pipe",$e="GTE",We="LTE",Xe="Flatten",Ae="Star",at="Filter",Le="Dot",He="Lbrace",Y="Lbracket",ye="Lparen",lt="Literal",Ke={".":Le,"*":Ae,",":ce,":":ve,"{":He,"}":Pe,"]":X,"(":ye,")":ue,"@":Ee},Et={"<":!0,">":!0,"=":!0,"!":!0},_t={" ":!0,"\t":!0,"\n":!0};function Dt(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||"_"===u}function an(u){return u>="0"&&u<="9"||"-"===u}function gt(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||u>="0"&&u<="9"||"_"===u}function It(){}It.prototype={tokenize:function(u){var p,v,R,_=[];for(this._current=0;this._current<u.length;)if(Dt(u[this._current]))p=this._current,v=this._consumeUnquotedIdentifier(u),_.push({type:J,value:v,start:p});else if(void 0!==Ke[u[this._current]])_.push({type:Ke[u[this._current]],value:u[this._current],start:this._current}),this._current++;else if(an(u[this._current]))R=this._consumeNumber(u),_.push(R);else if("["===u[this._current])R=this._consumeLBracket(u),_.push(R);else if('"'===u[this._current])p=this._current,v=this._consumeQuotedIdentifier(u),_.push({type:le,value:v,start:p});else if("'"===u[this._current])p=this._current,v=this._consumeRawStringLiteral(u),_.push({type:lt,value:v,start:p});else if("`"===u[this._current]){p=this._current;var O=this._consumeLiteral(u);_.push({type:lt,value:O,start:p})}else if(void 0!==Et[u[this._current]])_.push(this._consumeOperator(u));else if(void 0!==_t[u[this._current]])this._current++;else if("&"===u[this._current])p=this._current,this._current++,"&"===u[this._current]?(this._current++,_.push({type:"And",value:"&&",start:p})):_.push({type:Ie,value:"&",start:p});else{if("|"!==u[this._current]){var Z=new Error("Unknown character:"+u[this._current]);throw Z.name="LexerError",Z}p=this._current,this._current++,"|"===u[this._current]?(this._current++,_.push({type:"Or",value:"||",start:p})):_.push({type:me,value:"|",start:p})}return _},_consumeUnquotedIdentifier:function(u){var _=this._current;for(this._current++;this._current<u.length&&gt(u[this._current]);)this._current++;return u.slice(_,this._current)},_consumeQuotedIdentifier:function(u){var _=this._current;this._current++;for(var p=u.length;'"'!==u[this._current]&&this._current<p;){var v=this._current;"\\"!==u[v]||"\\"!==u[v+1]&&'"'!==u[v+1]?v++:v+=2,this._current=v}return this._current++,JSON.parse(u.slice(_,this._current))},_consumeRawStringLiteral:function(u){var _=this._current;this._current++;for(var p=u.length;"'"!==u[this._current]&&this._current<p;){var v=this._current;"\\"!==u[v]||"\\"!==u[v+1]&&"'"!==u[v+1]?v++:v+=2,this._current=v}return this._current++,u.slice(_+1,this._current-1).replace("\\'","'")},_consumeNumber:function(u){var _=this._current;this._current++;for(var p=u.length;an(u[this._current])&&this._current<p;)this._current++;var v=parseInt(u.slice(_,this._current));return{type:ke,value:v,start:_}},_consumeLBracket:function(u){var _=this._current;return this._current++,"?"===u[this._current]?(this._current++,{type:at,value:"[?",start:_}):"]"===u[this._current]?(this._current++,{type:Xe,value:"[]",start:_}):{type:Y,value:"[",start:_}},_consumeOperator:function(u){var _=this._current,p=u[_];return this._current++,"!"===p?"="===u[this._current]?(this._current++,{type:"NE",value:"!=",start:_}):{type:"Not",value:"!",start:_}:"<"===p?"="===u[this._current]?(this._current++,{type:We,value:"<=",start:_}):{type:"LT",value:"<",start:_}:">"===p?"="===u[this._current]?(this._current++,{type:$e,value:">=",start:_}):{type:"GT",value:">",start:_}:"="===p&&"="===u[this._current]?(this._current++,{type:"EQ",value:"==",start:_}):void 0},_consumeLiteral:function(u){this._current++;for(var v,_=this._current,p=u.length;"`"!==u[this._current]&&this._current<p;){var R=this._current;"\\"!==u[R]||"\\"!==u[R+1]&&"`"!==u[R+1]?R++:R+=2,this._current=R}var O=N(u.slice(_,this._current));return O=O.replace("\\`","`"),v=this._looksLikeJSON(O)?JSON.parse(O):JSON.parse('"'+O+'"'),this._current++,v},_looksLikeJSON:function(u){if(""===u)return!1;if('[{"'.indexOf(u[0])>=0)return!0;if(["true","false","null"].indexOf(u)>=0)return!0;if(!("-0123456789".indexOf(u[0])>=0))return!1;try{return JSON.parse(u),!0}catch{return!1}}};var Fe={};function et(){}function k(u){this.runtime=u}function $(u){this._interpreter=u,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[H]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[H]}]},contains:{_func:this._functionContains,_signature:[{types:[T,3]},{types:[1]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[T]},{types:[T]}]},floor:{_func:this._functionFloor,_signature:[{types:[H]}]},length:{_func:this._functionLength,_signature:[{types:[T,3,4]}]},map:{_func:this._functionMap,_signature:[{types:[6]},{types:[3]}]},max:{_func:this._functionMax,_signature:[{types:[8,9]}]},merge:{_func:this._functionMerge,_signature:[{types:[4],variadic:!0}]},max_by:{_func:this._functionMaxBy,_signature:[{types:[3]},{types:[6]}]},sum:{_func:this._functionSum,_signature:[{types:[8]}]},starts_with:{_func:this._functionStartsWith,_signature:[{types:[T]},{types:[T]}]},min:{_func:this._functionMin,_signature:[{types:[8,9]}]},min_by:{_func:this._functionMinBy,_signature:[{types:[3]},{types:[6]}]},type:{_func:this._functionType,_signature:[{types:[1]}]},keys:{_func:this._functionKeys,_signature:[{types:[4]}]},values:{_func:this._functionValues,_signature:[{types:[4]}]},sort:{_func:this._functionSort,_signature:[{types:[9,8]}]},sort_by:{_func:this._functionSortBy,_signature:[{types:[3]},{types:[6]}]},join:{_func:this._functionJoin,_signature:[{types:[T]},{types:[9]}]},reverse:{_func:this._functionReverse,_signature:[{types:[T,3]}]},to_array:{_func:this._functionToArray,_signature:[{types:[1]}]},to_string:{_func:this._functionToString,_signature:[{types:[1]}]},to_number:{_func:this._functionToNumber,_signature:[{types:[1]}]},not_null:{_func:this._functionNotNull,_signature:[{types:[1],variadic:!0}]}}}Fe.EOF=0,Fe[J]=0,Fe[le]=0,Fe[X]=0,Fe[ue]=0,Fe[ce]=0,Fe[Pe]=0,Fe[ke]=0,Fe[Ee]=0,Fe[Ie]=0,Fe[me]=1,Fe.Or=2,Fe.And=3,Fe.EQ=5,Fe.GT=5,Fe.LT=5,Fe[$e]=5,Fe[We]=5,Fe.NE=5,Fe[Xe]=9,Fe[Ae]=20,Fe[at]=21,Fe[Le]=40,Fe.Not=45,Fe[He]=50,Fe[Y]=55,Fe[ye]=60,et.prototype={parse:function(u){this._loadTokens(u),this.index=0;var _=this.expression(0);if("EOF"!==this._lookahead(0)){var p=this._lookaheadToken(0),v=new Error("Unexpected token type: "+p.type+", value: "+p.value);throw v.name="ParserError",v}return _},_loadTokens:function(u){var p=(new It).tokenize(u);p.push({type:"EOF",value:"",start:u.length}),this.tokens=p},expression:function(u){var _=this._lookaheadToken(0);this._advance();for(var p=this.nud(_),v=this._lookahead(0);u<Fe[v];)this._advance(),p=this.led(v,p),v=this._lookahead(0);return p},_lookahead:function(u){return this.tokens[this.index+u].type},_lookaheadToken:function(u){return this.tokens[this.index+u]},_advance:function(){this.index++},nud:function(u){var p,v;switch(u.type){case lt:return{type:"Literal",value:u.value};case J:return{type:"Field",name:u.value};case le:var R={type:"Field",name:u.value};if(this._lookahead(0)===ye)throw new Error("Quoted identifier not allowed for function names.");return R;case"Not":return{type:"NotExpression",children:[p=this.expression(Fe.Not)]};case Ae:return p=null,{type:"ValueProjection",children:[{type:"Identity"},p=this._lookahead(0)===X?{type:"Identity"}:this._parseProjectionRHS(Fe.Star)]};case at:return this.led(u.type,{type:"Identity"});case He:return this._parseMultiselectHash();case Xe:return{type:"Projection",children:[{type:Xe,children:[{type:"Identity"}]},p=this._parseProjectionRHS(Fe.Flatten)]};case Y:return this._lookahead(0)===ke||this._lookahead(0)===ve?(p=this._parseIndexExpression(),this._projectIfSlice({type:"Identity"},p)):this._lookahead(0)===Ae&&this._lookahead(1)===X?(this._advance(),this._advance(),{type:"Projection",children:[{type:"Identity"},p=this._parseProjectionRHS(Fe.Star)]}):this._parseMultiselectList();case Ee:return{type:Ee};case Ie:return{type:"ExpressionReference",children:[v=this.expression(Fe.Expref)]};case ye:for(var O=[];this._lookahead(0)!==ue;)this._lookahead(0)===Ee?(v={type:Ee},this._advance()):v=this.expression(0),O.push(v);return this._match(ue),O[0];default:this._errorToken(u)}},led:function(u,_){var p;switch(u){case Le:var v=Fe.Dot;return this._lookahead(0)!==Ae?{type:"Subexpression",children:[_,p=this._parseDotRHS(v)]}:(this._advance(),{type:"ValueProjection",children:[_,p=this._parseProjectionRHS(v)]});case me:return p=this.expression(Fe.Pipe),{type:me,children:[_,p]};case"Or":return{type:"OrExpression",children:[_,p=this.expression(Fe.Or)]};case"And":return{type:"AndExpression",children:[_,p=this.expression(Fe.And)]};case ye:for(var Z,R=_.name,O=[];this._lookahead(0)!==ue;)this._lookahead(0)===Ee?(Z={type:Ee},this._advance()):Z=this.expression(0),this._lookahead(0)===ce&&this._match(ce),O.push(Z);return this._match(ue),{type:"Function",name:R,children:O};case at:var Ne=this.expression(0);return this._match(X),{type:"FilterProjection",children:[_,p=this._lookahead(0)===Xe?{type:"Identity"}:this._parseProjectionRHS(Fe.Filter),Ne]};case Xe:return{type:"Projection",children:[{type:Xe,children:[_]},this._parseProjectionRHS(Fe.Flatten)]};case"EQ":case"NE":case"GT":case $e:case"LT":case We:return this._parseComparator(_,u);case Y:var Ze=this._lookaheadToken(0);return Ze.type===ke||Ze.type===ve?(p=this._parseIndexExpression(),this._projectIfSlice(_,p)):(this._match(Ae),this._match(X),{type:"Projection",children:[_,p=this._parseProjectionRHS(Fe.Star)]});default:this._errorToken(this._lookaheadToken(0))}},_match:function(u){if(this._lookahead(0)!==u){var _=this._lookaheadToken(0),p=new Error("Expected "+u+", got: "+_.type);throw p.name="ParserError",p}this._advance()},_errorToken:function(u){var _=new Error("Invalid token ("+u.type+'): "'+u.value+'"');throw _.name="ParserError",_},_parseIndexExpression:function(){if(this._lookahead(0)===ve||this._lookahead(1)===ve)return this._parseSliceExpression();var u={type:"Index",value:this._lookaheadToken(0).value};return this._advance(),this._match(X),u},_projectIfSlice:function(u,_){var p={type:"IndexExpression",children:[u,_]};return"Slice"===_.type?{type:"Projection",children:[p,this._parseProjectionRHS(Fe.Star)]}:p},_parseSliceExpression:function(){for(var u=[null,null,null],_=0,p=this._lookahead(0);p!==X&&_<3;){if(p===ve)_++,this._advance();else{if(p!==ke){var v=this._lookahead(0),R=new Error("Syntax error, unexpected token: "+v.value+"("+v.type+")");throw R.name="Parsererror",R}u[_]=this._lookaheadToken(0).value,this._advance()}p=this._lookahead(0)}return this._match(X),{type:"Slice",children:u}},_parseComparator:function(u,_){return{type:"Comparator",name:_,children:[u,this.expression(Fe[_])]}},_parseDotRHS:function(u){var _=this._lookahead(0);return[J,le,Ae].indexOf(_)>=0?this.expression(u):_===Y?(this._match(Y),this._parseMultiselectList()):_===He?(this._match(He),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(u){var _;if(Fe[this._lookahead(0)]<10)_={type:"Identity"};else if(this._lookahead(0)===Y)_=this.expression(u);else if(this._lookahead(0)===at)_=this.expression(u);else{if(this._lookahead(0)!==Le){var p=this._lookaheadToken(0),v=new Error("Sytanx error, unexpected token: "+p.value+"("+p.type+")");throw v.name="ParserError",v}this._match(Le),_=this._parseDotRHS(u)}return _},_parseMultiselectList:function(){for(var u=[];this._lookahead(0)!==X;){var _=this.expression(0);if(u.push(_),this._lookahead(0)===ce&&(this._match(ce),this._lookahead(0)===X))throw new Error("Unexpected token Rbracket")}return this._match(X),{type:"MultiSelectList",children:u}},_parseMultiselectHash:function(){for(var p,v,R,u=[],_=[J,le];;){if(p=this._lookaheadToken(0),_.indexOf(p.type)<0)throw new Error("Expecting an identifier token, got: "+p.type);if(v=p.value,this._advance(),this._match(ve),R=this.expression(0),u.push({type:"KeyValuePair",name:v,value:R}),this._lookahead(0)===ce)this._match(ce);else if(this._lookahead(0)===Pe){this._match(Pe);break}}return{type:"MultiSelectHash",children:u}}},k.prototype={search:function(u,_){return this.visit(u,_)},visit:function(u,_){var p,v,R,O,Z,ie,Ne,g,Ze;switch(u.type){case"Field":return null!==_&&E(_)?void 0===(ie=_[u.name])?null:ie:null;case"Subexpression":for(R=this.visit(u.children[0],_),Ze=1;Ze<u.children.length;Ze++)if(null===(R=this.visit(u.children[1],R)))return null;return R;case"IndexExpression":return Ne=this.visit(u.children[0],_),this.visit(u.children[1],Ne);case"Index":if(!m(_))return null;var De=u.value;return De<0&&(De=_.length+De),void 0===(R=_[De])&&(R=null),R;case"Slice":if(!m(_))return null;var Gt=u.children.slice(0),I=this.computeSliceParams(_.length,Gt),x=I[0],se=I[1],Ce=I[2];if(R=[],Ce>0)for(Ze=x;Ze<se;Ze+=Ce)R.push(_[Ze]);else for(Ze=x;Ze>se;Ze+=Ce)R.push(_[Ze]);return R;case"Projection":var he=this.visit(u.children[0],_);if(!m(he))return null;for(g=[],Ze=0;Ze<he.length;Ze++)null!==(v=this.visit(u.children[1],he[Ze]))&&g.push(v);return g;case"ValueProjection":if(!E(he=this.visit(u.children[0],_)))return null;g=[];var _e=function P(u){for(var _=Object.keys(u),p=[],v=0;v<_.length;v++)p.push(u[_[v]]);return p}(he);for(Ze=0;Ze<_e.length;Ze++)null!==(v=this.visit(u.children[1],_e[Ze]))&&g.push(v);return g;case"FilterProjection":if(!m(he=this.visit(u.children[0],_)))return null;var Ye=[],tt=[];for(Ze=0;Ze<he.length;Ze++)b(p=this.visit(u.children[2],he[Ze]))||Ye.push(he[Ze]);for(var mt=0;mt<Ye.length;mt++)null!==(v=this.visit(u.children[1],Ye[mt]))&&tt.push(v);return tt;case"Comparator":switch(O=this.visit(u.children[0],_),Z=this.visit(u.children[1],_),u.name){case"EQ":R=w(O,Z);break;case"NE":R=!w(O,Z);break;case"GT":R=O>Z;break;case $e:R=O>=Z;break;case"LT":R=O<Z;break;case We:R=O<=Z;break;default:throw new Error("Unknown comparator: "+u.name)}return R;case Xe:var vt=this.visit(u.children[0],_);if(!m(vt))return null;var Ft=[];for(Ze=0;Ze<vt.length;Ze++)m(v=vt[Ze])?Ft.push.apply(Ft,v):Ft.push(v);return Ft;case"Identity":return _;case"MultiSelectList":if(null===_)return null;for(g=[],Ze=0;Ze<u.children.length;Ze++)g.push(this.visit(u.children[Ze],_));return g;case"MultiSelectHash":if(null===_)return null;var Me;for(g={},Ze=0;Ze<u.children.length;Ze++)g[(Me=u.children[Ze]).name]=this.visit(Me.value,_);return g;case"OrExpression":return b(p=this.visit(u.children[0],_))&&(p=this.visit(u.children[1],_)),p;case"AndExpression":return!0===b(O=this.visit(u.children[0],_))?O:this.visit(u.children[1],_);case"NotExpression":return b(O=this.visit(u.children[0],_));case"Literal":return u.value;case me:return Ne=this.visit(u.children[0],_),this.visit(u.children[1],Ne);case Ee:return _;case"Function":var Xt=[];for(Ze=0;Ze<u.children.length;Ze++)Xt.push(this.visit(u.children[Ze],_));return this.runtime.callFunction(u.name,Xt);case"ExpressionReference":var St=u.children[0];return St.jmespathType=Ie,St;default:throw new Error("Unknown node type: "+u.type)}},computeSliceParams:function(u,_){var p=_[0],v=_[1],R=_[2],O=[null,null,null];if(null===R)R=1;else if(0===R){var Z=new Error("Invalid slice, step cannot be 0");throw Z.name="RuntimeError",Z}var ie=R<0;return p=null===p?ie?u-1:0:this.capSliceRange(u,p,R),v=null===v?ie?-1:u:this.capSliceRange(u,v,R),O[0]=p,O[1]=v,O[2]=R,O},capSliceRange:function(u,_,p){return _<0?(_+=u)<0&&(_=p<0?-1:0):_>=u&&(_=p<0?u-1:u),_}},$.prototype={callFunction:function(u,_){var p=this.functionTable[u];if(void 0===p)throw new Error("Unknown function: "+u+"()");return this._validateArgs(u,_,p._signature),p._func.call(this,_)},_validateArgs:function(u,_,p){var v;if(p[p.length-1].variadic){if(_.length<p.length)throw v=1===p.length?" argument":" arguments",new Error("ArgumentError: "+u+"() takes at least"+p.length+v+" but received "+_.length)}else if(_.length!==p.length)throw v=1===p.length?" argument":" arguments",new Error("ArgumentError: "+u+"() takes "+p.length+v+" but received "+_.length);for(var R,O,Z,ie=0;ie<p.length;ie++){Z=!1,R=p[ie].types,O=this._getTypeName(_[ie]);for(var Ne=0;Ne<R.length;Ne++)if(this._typeMatches(O,R[Ne],_[ie])){Z=!0;break}if(!Z){var it=R.map(function(g){return B[g]}).join(",");throw new Error("TypeError: "+u+"() expected argument "+(ie+1)+" to be type "+it+" but received type "+B[O]+" instead.")}}},_typeMatches:function(u,_,p){if(1===_)return!0;if(9!==_&&8!==_&&3!==_)return u===_;if(3===_)return 3===u;if(3===u){var v;8===_?v=H:9===_&&(v=T);for(var R=0;R<p.length;R++)if(!this._typeMatches(this._getTypeName(p[R]),v,p[R]))return!1;return!0}},_getTypeName:function(u){switch(Object.prototype.toString.call(u)){case"[object String]":return T;case"[object Number]":return H;case"[object Array]":return 3;case"[object Boolean]":return 5;case"[object Null]":return 7;case"[object Object]":return u.jmespathType===Ie?6:4}},_functionStartsWith:function(u){return 0===u[0].lastIndexOf(u[1])},_functionEndsWith:function(u){var _=u[0],p=u[1];return-1!==_.indexOf(p,_.length-p.length)},_functionReverse:function(u){if(this._getTypeName(u[0])===T){for(var p=u[0],v="",R=p.length-1;R>=0;R--)v+=p[R];return v}var O=u[0].slice(0);return O.reverse(),O},_functionAbs:function(u){return Math.abs(u[0])},_functionCeil:function(u){return Math.ceil(u[0])},_functionAvg:function(u){for(var _=0,p=u[0],v=0;v<p.length;v++)_+=p[v];return _/p.length},_functionContains:function(u){return u[0].indexOf(u[1])>=0},_functionFloor:function(u){return Math.floor(u[0])},_functionLength:function(u){return E(u[0])?Object.keys(u[0]).length:u[0].length},_functionMap:function(u){for(var _=[],p=this._interpreter,v=u[0],R=u[1],O=0;O<R.length;O++)_.push(p.visit(v,R[O]));return _},_functionMerge:function(u){for(var _={},p=0;p<u.length;p++){var v=u[p];for(var R in v)_[R]=v[R]}return _},_functionMax:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===H)return Math.max.apply(Math,u[0]);for(var p=u[0],v=p[0],R=1;R<p.length;R++)v.localeCompare(p[R])<0&&(v=p[R]);return v}return null},_functionMin:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===H)return Math.min.apply(Math,u[0]);for(var p=u[0],v=p[0],R=1;R<p.length;R++)p[R].localeCompare(v)<0&&(v=p[R]);return v}return null},_functionSum:function(u){for(var _=0,p=u[0],v=0;v<p.length;v++)_+=p[v];return _},_functionType:function(u){switch(this._getTypeName(u[0])){case H:return"number";case T:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 6:return"expref";case 7:return"null"}},_functionKeys:function(u){return Object.keys(u[0])},_functionValues:function(u){for(var _=u[0],p=Object.keys(_),v=[],R=0;R<p.length;R++)v.push(_[p[R]]);return v},_functionJoin:function(u){return u[1].join(u[0])},_functionToArray:function(u){return 3===this._getTypeName(u[0])?u[0]:[u[0]]},_functionToString:function(u){return this._getTypeName(u[0])===T?u[0]:JSON.stringify(u[0])},_functionToNumber:function(u){var p,_=this._getTypeName(u[0]);return _===H?u[0]:_!==T||(p=+u[0],isNaN(p))?null:p},_functionNotNull:function(u){for(var _=0;_<u.length;_++)if(7!==this._getTypeName(u[_]))return u[_];return null},_functionSort:function(u){var _=u[0].slice(0);return _.sort(),_},_functionSortBy:function(u){var _=u[0].slice(0);if(0===_.length)return _;var p=this._interpreter,v=u[1],R=this._getTypeName(p.visit(v,_[0]));if([H,T].indexOf(R)<0)throw new Error("TypeError");for(var O=this,Z=[],ie=0;ie<_.length;ie++)Z.push([ie,_[ie]]);Z.sort(function(it,g){var Ze=p.visit(v,it[1]),De=p.visit(v,g[1]);if(O._getTypeName(Ze)!==R)throw new Error("TypeError: expected "+R+", received "+O._getTypeName(Ze));if(O._getTypeName(De)!==R)throw new Error("TypeError: expected "+R+", received "+O._getTypeName(De));return Ze>De?1:Ze<De?-1:it[0]-g[0]});for(var Ne=0;Ne<Z.length;Ne++)_[Ne]=Z[Ne][1];return _},_functionMaxBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[H,T]),R=-1/0,ie=0;ie<p.length;ie++)(Z=v(p[ie]))>R&&(R=Z,O=p[ie]);return O},_functionMinBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[H,T]),R=1/0,ie=0;ie<p.length;ie++)(Z=v(p[ie]))<R&&(R=Z,O=p[ie]);return O},createKeyFunction:function(u,_){var p=this,v=this._interpreter;return function(O){var Z=v.visit(u,O);if(_.indexOf(p._getTypeName(Z))<0){var ie="TypeError: expected one of "+_+", received "+p._getTypeName(Z);throw new Error(ie)}return Z}}},f.tokenize=function K(u){return(new It).tokenize(u)},f.compile=function A(u){return(new et).parse(u)},f.search=function G(u,_){var p=new et,v=new $,R=new k(v);v._interpreter=R;var O=p.parse(_);return R.search(O,u)},f.strictDeepEqual=w}(W)},5667(ge,W,f){ge=f.nmd(ge);var E="__lodash_hash_undefined__",P=9007199254740991,z="[object Arguments]",N="[object Array]",C="[object Boolean]",T="[object Date]",D="[object Error]",L="[object Function]",j="[object Map]",q="[object Number]",V="[object Object]",B="[object Promise]",J="[object RegExp]",le="[object Set]",X="[object String]",ve="[object WeakMap]",Pe="[object ArrayBuffer]",ke="[object DataView]",Re=/^\[object .+?Constructor\]$/,Xe=/^(?:0|[1-9]\d*)$/,Ae={};Ae["[object Float32Array]"]=Ae["[object Float64Array]"]=Ae["[object Int8Array]"]=Ae["[object Int16Array]"]=Ae["[object Int32Array]"]=Ae["[object Uint8Array]"]=Ae["[object Uint8ClampedArray]"]=Ae["[object Uint16Array]"]=Ae["[object Uint32Array]"]=!0,Ae[z]=Ae[N]=Ae[Pe]=Ae[C]=Ae[ke]=Ae[T]=Ae[D]=Ae[L]=Ae[j]=Ae[q]=Ae[V]=Ae[J]=Ae[le]=Ae[X]=Ae[ve]=!1;var at="object"==typeof global&&global&&global.Object===Object&&global,Le="object"==typeof self&&self&&self.Object===Object&&self,Ue=at||Le||Function("return this")(),He=W&&!W.nodeType&&W,Y=He&&ge&&!ge.nodeType&&ge,ye=Y&&Y.exports===He,lt=ye&&at.process,Ke=function(){try{return lt&&lt.binding&&lt.binding("util")}catch{}}(),Et=Ke&&Ke.isTypedArray;function an(M,oe){for(var je=-1,ft=null==M?0:M.length;++je<ft;)if(oe(M[je],je,M))return!0;return!1}function Fe(M,oe){return M.has(oe)}function k(M){var oe=-1,je=Array(M.size);return M.forEach(function(ft,rn){je[++oe]=[rn,ft]}),je}function A(M){var oe=-1,je=Array(M.size);return M.forEach(function(ft){je[++oe]=ft}),je}var M,K=Array.prototype,u=Object.prototype,_=Ue["__core-js_shared__"],p=Function.prototype.toString,v=u.hasOwnProperty,R=(M=/[^.]+$/.exec(_&&_.keys&&_.keys.IE_PROTO||""))?"Symbol(src)_1."+M:"",O=u.toString,Z=RegExp("^"+p.call(v).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ie=ye?Ue.Buffer:void 0,Ne=Ue.Symbol,it=Ue.Uint8Array,g=u.propertyIsEnumerable,Ze=K.splice,De=Ne?Ne.toStringTag:void 0,Gt=Object.getOwnPropertySymbols,I=ie?ie.isBuffer:void 0,x=function $(M,oe){return function(je){return M(oe(je))}}(Object.keys,Object),se=Wr(Ue,"DataView"),Ce=Wr(Ue,"Map"),he=Wr(Ue,"Promise"),_e=Wr(Ue,"Set"),Ye=Wr(Ue,"WeakMap"),tt=Wr(Object,"create"),mt=F(se),vt=F(Ce),Ft=F(he),Me=F(_e),Xt=F(Ye),St=Ne?Ne.prototype:void 0,Kt=St?St.valueOf:void 0;function nn(M){var oe=-1,je=null==M?0:M.length;for(this.clear();++oe<je;){var ft=M[oe];this.set(ft[0],ft[1])}}function Vn(M){var oe=-1,je=null==M?0:M.length;for(this.clear();++oe<je;){var ft=M[oe];this.set(ft[0],ft[1])}}function qe(M){var oe=-1,je=null==M?0:M.length;for(this.clear();++oe<je;){var ft=M[oe];this.set(ft[0],ft[1])}}function ln(M){var oe=-1,je=null==M?0:M.length;for(this.__data__=new qe;++oe<je;)this.add(M[oe])}function An(M){var oe=this.__data__=new Vn(M);this.size=oe.size}function we(M,oe){for(var je=M.length;je--;)if(fe(M[je][0],oe))return je;return-1}function Qn(M){return null==M?void 0===M?"[object Undefined]":"[object Null]":De&&De in Object(M)?function Sr(M){var oe=v.call(M,De),je=M[De];try{M[De]=void 0;var ft=!0}catch{}var rn=O.call(M);return ft&&(oe?M[De]=je:delete M[De]),rn}(M):function na(M){return O.call(M)}(M)}function pn(M){return Jn(M)&&Qn(M)==z}function fi(M,oe,je,ft,rn){return M===oe||(null==M||null==oe||!Jn(M)&&!Jn(oe)?M!=M&&oe!=oe:function uc(M,oe,je,ft,rn,Ot){var Se=yt(M),er=yt(oe),Hn=Se?N:ri(M),xn=er?N:ri(oe),rr=(Hn=Hn==z?V:Hn)==V,pi=(xn=xn==z?V:xn)==V,wr=Hn==xn;if(wr&&bt(M)){if(!bt(oe))return!1;Se=!0,rr=!1}if(wr&&!rr)return Ot||(Ot=new An),Se||Ir(M)?po(M,oe,je,ft,rn,Ot):function Pi(M,oe,je,ft,rn,Ot,Se){switch(je){case ke:if(M.byteLength!=oe.byteLength||M.byteOffset!=oe.byteOffset)return!1;M=M.buffer,oe=oe.buffer;case Pe:return!(M.byteLength!=oe.byteLength||!Ot(new it(M),new it(oe)));case C:case T:case q:return fe(+M,+oe);case D:return M.name==oe.name&&M.message==oe.message;case J:case X:return M==oe+"";case j:var er=k;case le:if(er||(er=A),M.size!=oe.size&&!(1&ft))return!1;var xn=Se.get(M);if(xn)return xn==oe;ft|=2,Se.set(M,oe);var rr=po(er(M),er(oe),ft,rn,Ot,Se);return Se.delete(M),rr;case"[object Symbol]":if(Kt)return Kt.call(M)==Kt.call(oe)}return!1}(M,oe,Hn,je,ft,rn,Ot);if(!(1&je)){var oi=rr&&v.call(M,"__wrapped__"),fr=pi&&v.call(oe,"__wrapped__");if(oi||fr){var go=oi?M.value():M,Ji=fr?oe.value():oe;return Ot||(Ot=new An),rn(go,Ji,je,ft,Ot)}}return!!wr&&(Ot||(Ot=new An),function cs(M,oe,je,ft,rn,Ot){var Se=1&je,er=un(M),Hn=er.length;if(Hn!=un(oe).length&&!Se)return!1;for(var pi=Hn;pi--;){var wr=er[pi];if(!(Se?wr in oe:v.call(oe,wr)))return!1}var oi=Ot.get(M);if(oi&&Ot.get(oe))return oi==oe;var fr=!0;Ot.set(M,oe),Ot.set(oe,M);for(var go=Se;++pi<Hn;){var Ji=M[wr=er[pi]],Fo=oe[wr];if(ft)var Hd=Se?ft(Fo,Ji,wr,oe,M,Ot):ft(Ji,Fo,wr,M,oe,Ot);if(!(void 0===Hd?Ji===Fo||rn(Ji,Fo,je,ft,Ot):Hd)){fr=!1;break}go||(go="constructor"==wr)}if(fr&&!go){var ra=M.constructor,ia=oe.constructor;ra!=ia&&"constructor"in M&&"constructor"in oe&&!("function"==typeof ra&&ra instanceof ra&&"function"==typeof ia&&ia instanceof ia)&&(fr=!1)}return Ot.delete(M),Ot.delete(oe),fr}(M,oe,je,ft,rn,Ot))}(M,oe,je,ft,fi,rn))}function po(M,oe,je,ft,rn,Ot){var Se=1&je,er=M.length,Hn=oe.length;if(er!=Hn&&!(Se&&Hn>er))return!1;var xn=Ot.get(M);if(xn&&Ot.get(oe))return xn==oe;var rr=-1,pi=!0,wr=2&je?new ln:void 0;for(Ot.set(M,oe),Ot.set(oe,M);++rr<er;){var oi=M[rr],fr=oe[rr];if(ft)var go=Se?ft(fr,oi,rr,oe,M,Ot):ft(oi,fr,rr,M,oe,Ot);if(void 0!==go){if(go)continue;pi=!1;break}if(wr){if(!an(oe,function(Ji,Fo){if(!Fe(wr,Fo)&&(oi===Ji||rn(oi,Ji,je,ft,Ot)))return wr.push(Fo)})){pi=!1;break}}else if(oi!==fr&&!rn(oi,fr,je,ft,Ot)){pi=!1;break}}return Ot.delete(M),Ot.delete(oe),pi}function un(M){return function ho(M,oe,je){var ft=oe(M);return yt(M)?ft:function Dt(M,oe){for(var je=-1,ft=oe.length,rn=M.length;++je<ft;)M[rn+je]=oe[je];return M}(ft,je(M))}(M,Je,ta)}function kt(M,oe){var je=M.__data__;return function ii(M){var oe=typeof M;return"string"==oe||"number"==oe||"symbol"==oe||"boolean"==oe?"__proto__"!==M:null===M}(oe)?je["string"==typeof oe?"string":"hash"]:je.map}function Wr(M,oe){var je=function et(M,oe){return M?.[oe]}(M,oe);return function tn(M){return!(!qn(M)||function dc(M){return!!R&&R in M}(M))&&(kn(M)?Z:Re).test(F(M))}(je)?je:void 0}nn.prototype.clear=function gr(){this.__data__=tt?tt(null):{},this.size=0},nn.prototype.delete=function Wt(M){var oe=this.has(M)&&delete this.__data__[M];return this.size-=oe?1:0,oe},nn.prototype.get=function Jt(M){var oe=this.__data__;if(tt){var je=oe[M];return je===E?void 0:je}return v.call(oe,M)?oe[M]:void 0},nn.prototype.has=function Tn(M){var oe=this.__data__;return tt?void 0!==oe[M]:v.call(oe,M)},nn.prototype.set=function mr(M,oe){var je=this.__data__;return this.size+=this.has(M)?0:1,je[M]=tt&&void 0===oe?E:oe,this},Vn.prototype.clear=function $r(){this.__data__=[],this.size=0},Vn.prototype.delete=function ae(M){var oe=this.__data__,je=we(oe,M);return!(je<0||(je==oe.length-1?oe.pop():Ze.call(oe,je,1),--this.size,0))},Vn.prototype.get=function Ve(M){var oe=this.__data__,je=we(oe,M);return je<0?void 0:oe[je][1]},Vn.prototype.has=function Q(M){return we(this.__data__,M)>-1},Vn.prototype.set=function ze(M,oe){var je=this.__data__,ft=we(je,M);return ft<0?(++this.size,je.push([M,oe])):je[ft][1]=oe,this},qe.prototype.clear=function ut(){this.size=0,this.__data__={hash:new nn,map:new(Ce||Vn),string:new nn}},qe.prototype.delete=function Pt(M){var oe=kt(this,M).delete(M);return this.size-=oe?1:0,oe},qe.prototype.get=function Qt(M){return kt(this,M).get(M)},qe.prototype.has=function en(M){return kt(this,M).has(M)},qe.prototype.set=function cn(M,oe){var je=kt(this,M),ft=je.size;return je.set(M,oe),this.size+=je.size==ft?0:1,this},ln.prototype.add=ln.prototype.push=function Fi(M){return this.__data__.set(M,E),this},ln.prototype.has=function ni(M){return this.__data__.has(M)},An.prototype.clear=function fn(){this.__data__=new Vn,this.size=0},An.prototype.delete=function hn(M){var oe=this.__data__,je=oe.delete(M);return this.size=oe.size,je},An.prototype.get=function Nr(M){return this.__data__.get(M)},An.prototype.has=function Kn(M){return this.__data__.has(M)},An.prototype.set=function Ri(M,oe){var je=this.__data__;if(je instanceof Vn){var ft=je.__data__;if(!Ce||ft.length<199)return ft.push([M,oe]),this.size=++je.size,this;je=this.__data__=new qe(ft)}return je.set(M,oe),this.size=je.size,this};var ta=Gt?function(M){return null==M?[]:(M=Object(M),function _t(M,oe){for(var je=-1,ft=null==M?0:M.length,rn=0,Ot=[];++je<ft;){var Se=M[je];oe(Se,je,M)&&(Ot[rn++]=Se)}return Ot}(Gt(M),function(oe){return g.call(M,oe)}))}:function _r(){return[]},ri=Qn;function Lo(M,oe){return!!(oe=oe??P)&&("number"==typeof M||Xe.test(M))&&M>-1&&M%1==0&&M<oe}function F(M){if(null!=M){try{return p.call(M)}catch{}try{return M+""}catch{}}return""}function fe(M,oe){return M===oe||M!=M&&oe!=oe}(se&&ri(new se(new ArrayBuffer(1)))!=ke||Ce&&ri(new Ce)!=j||he&&ri(he.resolve())!=B||_e&&ri(new _e)!=le||Ye&&ri(new Ye)!=ve)&&(ri=function(M){var oe=Qn(M),je=oe==V?M.constructor:void 0,ft=je?F(je):"";if(ft)switch(ft){case mt:return ke;case vt:return j;case Ft:return B;case Me:return le;case Xt:return ve}return oe});var nt=pn(function(){return arguments}())?pn:function(M){return Jn(M)&&v.call(M,"callee")&&!g.call(M,"callee")},yt=Array.isArray,bt=I||function vr(){return!1};function kn(M){if(!qn(M))return!1;var oe=Qn(M);return oe==L||"[object GeneratorFunction]"==oe||"[object AsyncFunction]"==oe||"[object Proxy]"==oe}function jn(M){return"number"==typeof M&&M>-1&&M%1==0&&M<=P}function qn(M){var oe=typeof M;return null!=M&&("object"==oe||"function"==oe)}function Jn(M){return null!=M&&"object"==typeof M}var Ir=Et?function It(M){return function(oe){return M(oe)}}(Et):function ea(M){return Jn(M)&&jn(M.length)&&!!Ae[Qn(M)]};function Je(M){return function gn(M){return null!=M&&jn(M.length)&&!kn(M)}(M)?function Mi(M,oe){var je=yt(M),ft=!je&&nt(M),rn=!je&&!ft&&bt(M),Ot=!je&&!ft&&!rn&&Ir(M),Se=je||ft||rn||Ot,er=Se?function gt(M,oe){for(var je=-1,ft=Array(M);++je<M;)ft[je]=oe(je);return ft}(M.length,String):[],Hn=er.length;for(var xn in M)(oe||v.call(M,xn))&&(!Se||!("length"==xn||rn&&("offset"==xn||"parent"==xn)||Ot&&("buffer"==xn||"byteLength"==xn||"byteOffset"==xn)||Lo(xn,Hn)))&&er.push(xn);return er}(M):function hi(M){if(!function xl(M){var oe=M&&M.constructor;return M===("function"==typeof oe&&oe.prototype||u)}(M))return x(M);var oe=[];for(var je in Object(M))v.call(M,je)&&"constructor"!=je&&oe.push(je);return oe}(M)}ge.exports=function dt(M,oe){return fi(M,oe)}},2706(ge,W,f){ge=f.nmd(ge);var E="__lodash_hash_undefined__",P=9007199254740991,z="[object Arguments]",N="[object Array]",H="[object Boolean]",C="[object Date]",T="[object Error]",D="[object Function]",ee="[object Map]",j="[object Number]",q="[object Object]",te="[object Promise]",V="[object RegExp]",B="[object Set]",ne="[object String]",le="[object WeakMap]",X="[object ArrayBuffer]",ue="[object DataView]",be=/^\[object .+?Constructor\]$/,Be=/^(?:0|[1-9]\d*)$/,$e={};$e["[object Float32Array]"]=$e["[object Float64Array]"]=$e["[object Int8Array]"]=$e["[object Int16Array]"]=$e["[object Int32Array]"]=$e["[object Uint8Array]"]=$e["[object Uint8ClampedArray]"]=$e["[object Uint16Array]"]=$e["[object Uint32Array]"]=!0,$e[z]=$e[N]=$e[X]=$e[H]=$e[ue]=$e[C]=$e[T]=$e[D]=$e[ee]=$e[j]=$e[q]=$e[V]=$e[B]=$e[ne]=$e[le]=!1;var We="object"==typeof global&&global&&global.Object===Object&&global,Re="object"==typeof self&&self&&self.Object===Object&&self,Xe=We||Re||Function("return this")(),Ae=W&&!W.nodeType&&W,at=Ae&&ge&&!ge.nodeType&&ge,Ue=at&&at.exports===Ae&&We.process,He=function(){try{return Ue&&Ue.binding("util")}catch{}}(),Y=He&&He.isTypedArray;function ye(F,fe){for(var nt=-1,yt=F?F.length:0;++nt<yt;)if(fe(F[nt],nt,F))return!0;return!1}function _t(F){var fe=!1;if(null!=F&&"function"!=typeof F.toString)try{fe=!!(F+"")}catch{}return fe}function Dt(F){var fe=-1,nt=Array(F.size);return F.forEach(function(yt,gn){nt[++fe]=[gn,yt]}),nt}function gt(F){var fe=-1,nt=Array(F.size);return F.forEach(function(yt){nt[++fe]=yt}),nt}var F,It=Array.prototype,Fe=Function.prototype,et=Object.prototype,k=Xe["__core-js_shared__"],$=(F=/[^.]+$/.exec(k&&k.keys&&k.keys.IE_PROTO||""))?"Symbol(src)_1."+F:"",A=Fe.toString,K=et.hasOwnProperty,G=et.toString,u=RegExp("^"+A.call(K).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_=Xe.Symbol,p=Xe.Uint8Array,v=et.propertyIsEnumerable,R=It.splice,O=function an(F,fe){return function(nt){return F(fe(nt))}}(Object.keys,Object),Z=pn(Xe,"DataView"),ie=pn(Xe,"Map"),Ne=pn(Xe,"Promise"),it=pn(Xe,"Set"),g=pn(Xe,"WeakMap"),Ze=pn(Object,"create"),De=Pi(Z),Gt=Pi(ie),I=Pi(Ne),x=Pi(it),se=Pi(g),Ce=_?_.prototype:void 0,he=Ce?Ce.valueOf:void 0;function _e(F){var fe=-1,nt=F?F.length:0;for(this.clear();++fe<nt;){var yt=F[fe];this.set(yt[0],yt[1])}}function Me(F){var fe=-1,nt=F?F.length:0;for(this.clear();++fe<nt;){var yt=F[fe];this.set(yt[0],yt[1])}}function Wt(F){var fe=-1,nt=F?F.length:0;for(this.clear();++fe<nt;){var yt=F[fe];this.set(yt[0],yt[1])}}function ae(F){var fe=-1,nt=F?F.length:0;for(this.__data__=new Wt;++fe<nt;)this.add(F[fe])}function ze(F){this.__data__=new Me(F)}function ln(F,fe){for(var nt=F.length;nt--;)if(cs(F[nt][0],fe))return nt;return-1}function ni(F,fe,nt,yt,gn){return F===fe||(null==F||null==fe||!Lo(F)&&!ii(fe)?F!=F&&fe!=fe:function An(F,fe,nt,yt,gn,bt){var dt=kt(F),kn=kt(fe),jn=N,qn=N;dt||(jn=(jn=fi(F))==z?q:jn),kn||(qn=(qn=fi(fe))==z?q:qn);var Jn=jn==q&&!_t(F),Ir=qn==q&&!_t(fe),Je=jn==qn;if(Je&&!Jn)return bt||(bt=new ze),dt||xl(F)?Ri(F,fe,nt,yt,gn,bt):function Mi(F,fe,nt,yt,gn,bt,dt){switch(nt){case ue:if(F.byteLength!=fe.byteLength||F.byteOffset!=fe.byteOffset)return!1;F=F.buffer,fe=fe.buffer;case X:return!(F.byteLength!=fe.byteLength||!yt(new p(F),new p(fe)));case H:case C:case j:return cs(+F,+fe);case T:return F.name==fe.name&&F.message==fe.message;case V:case ne:return F==fe+"";case ee:var kn=Dt;case B:if(kn||(kn=gt),F.size!=fe.size&&!(2&bt))return!1;var qn=dt.get(F);if(qn)return qn==fe;bt|=1,dt.set(F,fe);var Jn=Ri(kn(F),kn(fe),yt,gn,bt,dt);return dt.delete(F),Jn;case"[object Symbol]":if(he)return he.call(F)==he.call(fe)}return!1}(F,fe,jn,nt,yt,gn,bt);if(!(2&gn)){var _r=Jn&&K.call(F,"__wrapped__"),vr=Ir&&K.call(fe,"__wrapped__");if(_r||vr){var M=_r?F.value():F,oe=vr?fe.value():fe;return bt||(bt=new ze),nt(M,oe,yt,gn,bt)}}return!!Je&&(bt||(bt=new ze),function we(F,fe,nt,yt,gn,bt){var dt=2&gn,kn=na(F),jn=kn.length;if(jn!=na(fe).length&&!dt)return!1;for(var Ir=jn;Ir--;){var Je=kn[Ir];if(!(dt?Je in fe:K.call(fe,Je)))return!1}var _r=bt.get(F);if(_r&&bt.get(fe))return _r==fe;var vr=!0;bt.set(F,fe),bt.set(fe,F);for(var M=dt;++Ir<jn;){var oe=F[Je=kn[Ir]],je=fe[Je];if(yt)var ft=dt?yt(je,oe,Je,fe,F,bt):yt(oe,je,Je,F,fe,bt);if(!(void 0===ft?oe===je||nt(oe,je,yt,gn,bt):ft)){vr=!1;break}M||(M="constructor"==Je)}if(vr&&!M){var rn=F.constructor,Ot=fe.constructor;rn!=Ot&&"constructor"in F&&"constructor"in fe&&!("function"==typeof rn&&rn instanceof rn&&"function"==typeof Ot&&Ot instanceof Ot)&&(vr=!1)}return bt.delete(F),bt.delete(fe),vr}(F,fe,nt,yt,gn,bt))}(F,fe,ni,nt,yt,gn))}function Ri(F,fe,nt,yt,gn,bt){var dt=2&gn,kn=F.length,jn=fe.length;if(kn!=jn&&!(dt&&jn>kn))return!1;var qn=bt.get(F);if(qn&&bt.get(fe))return qn==fe;var Jn=-1,Ir=!0,Je=1&gn?new ae:void 0;for(bt.set(F,fe),bt.set(fe,F);++Jn<kn;){var _r=F[Jn],vr=fe[Jn];if(yt)var M=dt?yt(vr,_r,Jn,fe,F,bt):yt(_r,vr,Jn,F,fe,bt);if(void 0!==M){if(M)continue;Ir=!1;break}if(Je){if(!ye(fe,function(oe,je){if(!Je.has(je)&&(_r===oe||nt(_r,oe,yt,gn,bt)))return Je.add(je)})){Ir=!1;break}}else if(_r!==vr&&!nt(_r,vr,yt,gn,bt)){Ir=!1;break}}return bt.delete(F),bt.delete(fe),Ir}function ho(F,fe){var nt=F.__data__;return function tn(F){var fe=typeof F;return"string"==fe||"number"==fe||"symbol"==fe||"boolean"==fe?"__proto__"!==F:null===F}(fe)?nt["string"==typeof fe?"string":"hash"]:nt.map}function pn(F,fe){var nt=function Et(F,fe){return F?.[fe]}(F,fe);return function hn(F){return!(!Lo(F)||function ea(F){return!!$&&$ in F}(F))&&(ta(F)||_t(F)?u:be).test(Pi(F))}(nt)?nt:void 0}_e.prototype.clear=function Ye(){this.__data__=Ze?Ze(null):{}},_e.prototype.delete=function tt(F){return this.has(F)&&delete this.__data__[F]},_e.prototype.get=function mt(F){var fe=this.__data__;if(Ze){var nt=fe[F];return nt===E?void 0:nt}return K.call(fe,F)?fe[F]:void 0},_e.prototype.has=function vt(F){var fe=this.__data__;return Ze?void 0!==fe[F]:K.call(fe,F)},_e.prototype.set=function Ft(F,fe){return this.__data__[F]=Ze&&void 0===fe?E:fe,this},Me.prototype.clear=function Xt(){this.__data__=[]},Me.prototype.delete=function St(F){var fe=this.__data__,nt=ln(fe,F);return!(nt<0||(nt==fe.length-1?fe.pop():R.call(fe,nt,1),0))},Me.prototype.get=function Kt(F){var fe=this.__data__,nt=ln(fe,F);return nt<0?void 0:fe[nt][1]},Me.prototype.has=function nn(F){return ln(this.__data__,F)>-1},Me.prototype.set=function gr(F,fe){var nt=this.__data__,yt=ln(nt,F);return yt<0?nt.push([F,fe]):nt[yt][1]=fe,this},Wt.prototype.clear=function Jt(){this.__data__={hash:new _e,map:new(ie||Me),string:new _e}},Wt.prototype.delete=function Tn(F){return ho(this,F).delete(F)},Wt.prototype.get=function mr(F){return ho(this,F).get(F)},Wt.prototype.has=function Vn(F){return ho(this,F).has(F)},Wt.prototype.set=function $r(F,fe){return ho(this,F).set(F,fe),this},ae.prototype.add=ae.prototype.push=function Ve(F){return this.__data__.set(F,E),this},ae.prototype.has=function Q(F){return this.__data__.has(F)},ze.prototype.clear=function qe(){this.__data__=new Me},ze.prototype.delete=function ut(F){return this.__data__.delete(F)},ze.prototype.get=function Pt(F){return this.__data__.get(F)},ze.prototype.has=function Qt(F){return this.__data__.has(F)},ze.prototype.set=function en(F,fe){var nt=this.__data__;if(nt instanceof Me){var yt=nt.__data__;if(!ie||yt.length<199)return yt.push([F,fe]),this;nt=this.__data__=new Wt(yt)}return nt.set(F,fe),this};var fi=function Fi(F){return G.call(F)};function uc(F,fe){return!!(fe=fe??P)&&("number"==typeof F||Be.test(F))&&F>-1&&F%1==0&&F<fe}function po(F){return F==F&&!Lo(F)}function Pi(F){if(null!=F){try{return A.call(F)}catch{}try{return F+""}catch{}}return""}function cs(F,fe){return F===fe||F!=F&&fe!=fe}(Z&&fi(new Z(new ArrayBuffer(1)))!=ue||ie&&fi(new ie)!=ee||Ne&&fi(Ne.resolve())!=te||it&&fi(new it)!=B||g&&fi(new g)!=le)&&(fi=function(F){var fe=G.call(F),nt=fe==q?F.constructor:void 0,yt=nt?Pi(nt):void 0;if(yt)switch(yt){case De:return ue;case Gt:return ee;case I:return te;case x:return B;case se:return le}return fe});var kt=Array.isArray;function Wr(F){return null!=F&&ri(F.length)&&!ta(F)}function ta(F){var fe=Lo(F)?G.call(F):"";return fe==D||"[object GeneratorFunction]"==fe}function ri(F){return"number"==typeof F&&F>-1&&F%1==0&&F<=P}function Lo(F){var fe=typeof F;return!!F&&("object"==fe||"function"==fe)}function ii(F){return!!F&&"object"==typeof F}var xl=Y?function Ke(F){return function(fe){return F(fe)}}(Y):function Nr(F){return ii(F)&&ri(F.length)&&!!$e[G.call(F)]};function na(F){return Wr(F)?function cn(F,fe){var nt=kt(F)||function un(F){return function Sr(F){return ii(F)&&Wr(F)}(F)&&K.call(F,"callee")&&(!v.call(F,"callee")||G.call(F)==z)}(F)?function lt(F,fe){for(var nt=-1,yt=Array(F);++nt<F;)yt[nt]=fe(nt);return yt}(F.length,String):[],yt=nt.length,gn=!!yt;for(var bt in F)(fe||K.call(F,bt))&&(!gn||"length"!=bt&&!uc(bt,yt))&&nt.push(bt);return nt}(F):function Kn(F){if(!function hi(F){var fe=F&&F.constructor;return F===("function"==typeof fe&&fe.prototype||et)}(F))return O(F);var fe=[];for(var nt in Object(F))K.call(F,nt)&&"constructor"!=nt&&fe.push(nt);return fe}(F)}ge.exports=function dc(F,fe){return F===fe||function fn(F,fe,nt,yt){var gn=nt.length,bt=gn,dt=!yt;if(null==F)return!bt;for(F=Object(F);gn--;){var kn=nt[gn];if(dt&&kn[2]?kn[1]!==F[kn[0]]:!(kn[0]in F))return!1}for(;++gn<bt;){var jn=(kn=nt[gn])[0],qn=F[jn],Jn=kn[1];if(dt&&kn[2]){if(void 0===qn&&!(jn in F))return!1}else{var Ir=new ze;if(yt)var Je=yt(qn,Jn,jn,F,fe,Ir);if(!(void 0===Je?ni(Jn,qn,yt,3,Ir):Je))return!1}}return!0}(F,fe,function Qn(F){for(var fe=na(F),nt=fe.length;nt--;){var yt=fe[nt],gn=F[yt];fe[nt]=[yt,gn,po(gn)]}return fe}(fe))}},1892(ge,W,f){"use strict";f.d(W,{FK:()=>Ze,Y:()=>De,FD:()=>Gt});var m,E,w,P,z,N,H,C,T,D,L,j={},q=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,V=Array.isArray;function B(I,x){for(var se in x)I[se]=x[se];return I}function ne(I){I&&I.parentNode&&I.parentNode.removeChild(I)}function le(I,x,se,Ce,he){var _e={type:I,props:x,key:se,ref:Ce,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:he??++w,__i:-1,__u:0};return null==he&&null!=E.vnode&&E.vnode(_e),_e}function ue(I){return I.children}function ce(I,x){this.props=I,this.context=x}function ve(I,x){if(null==x)return I.__?ve(I.__,I.__i+1):null;for(var se;x<I.__k.length;x++)if(null!=(se=I.__k[x])&&null!=se.__e)return se.__e;return"function"==typeof I.type?ve(I):null}function Pe(I){var x,se;if(null!=(I=I.__)&&null!=I.__c){for(I.__e=I.__c.base=null,x=0;x<I.__k.length;x++)if(null!=(se=I.__k[x])&&null!=se.__e){I.__e=I.__c.base=se.__e;break}return Pe(I)}}function ke(I){(!I.__d&&(I.__d=!0)&&P.push(I)&&!Ee.__r++||z!==E.debounceRendering)&&((z=E.debounceRendering)||N)(Ee)}function Ee(){var I,x,se,Ce,he,_e,Ye,tt;for(P.sort(H);I=P.shift();)I.__d&&(x=P.length,Ce=void 0,_e=(he=(se=I).__v).__e,Ye=[],tt=[],se.__P&&((Ce=B({},he)).__v=he.__v+1,E.vnode&&E.vnode(Ce),We(se.__P,Ce,he,se.__n,se.__P.namespaceURI,32&he.__u?[_e]:null,Ye,_e??ve(he),!!(32&he.__u),tt),Ce.__v=he.__v,Ce.__.__k[Ce.__i]=Ce,Re(Ye,Ce,tt),Ce.__e!=_e&&Pe(Ce)),P.length>x&&P.sort(H));Ee.__r=0}function Ie(I,x,se,Ce,he,_e,Ye,tt,mt,vt,Ft){var Me,Xt,St,Kt,nn,gr,Wt=Ce&&Ce.__k||q,Jt=x.length;for(mt=function me(I,x,se,Ce){var he,_e,Ye,tt,mt,vt=x.length,Ft=se.length,Me=Ft,Xt=0;for(I.__k=[],he=0;he<vt;he++)null!=(_e=x[he])&&"boolean"!=typeof _e&&"function"!=typeof _e?(tt=he+Xt,(_e=I.__k[he]="string"==typeof _e||"number"==typeof _e||"bigint"==typeof _e||_e.constructor==String?le(null,_e,null,null,null):V(_e)?le(ue,{children:_e},null,null,null):void 0===_e.constructor&&_e.__b>0?le(_e.type,_e.props,_e.key,_e.ref?_e.ref:null,_e.__v):_e).__=I,_e.__b=I.__b+1,Ye=null,-1!==(mt=_e.__i=st(_e,se,tt,Me))&&(Me--,(Ye=se[mt])&&(Ye.__u|=2)),null==Ye||null===Ye.__v?(-1==mt&&Xt--,"function"!=typeof _e.type&&(_e.__u|=4)):mt!==tt&&(mt==tt-1?Xt--:mt==tt+1?Xt++:(mt>tt?Xt--:Xt++,_e.__u|=4))):_e=I.__k[he]=null;if(Me)for(he=0;he<Ft;he++)null!=(Ye=se[he])&&!(2&Ye.__u)&&(Ye.__e==Ce&&(Ce=ve(Ye)),at(Ye,Ye));return Ce}(se,x,Wt,mt),Me=0;Me<Jt;Me++)null!=(St=se.__k[Me])&&(Xt=-1===St.__i?j:Wt[St.__i]||j,St.__i=Me,gr=We(I,St,Xt,he,_e,Ye,tt,mt,vt,Ft),Kt=St.__e,St.ref&&Xt.ref!=St.ref&&(Xt.ref&&Ae(Xt.ref,null,St),Ft.push(St.ref,St.__c||Kt,St)),null==nn&&null!=Kt&&(nn=Kt),4&St.__u||Xt.__k===St.__k?mt=ct(St,mt,I):"function"==typeof St.type&&void 0!==gr?mt=gr:Kt&&(mt=Kt.nextSibling),St.__u&=-7);return se.__e=nn,mt}function ct(I,x,se){var Ce,he;if("function"==typeof I.type){for(Ce=I.__k,he=0;Ce&&he<Ce.length;he++)Ce[he]&&(Ce[he].__=I,x=ct(Ce[he],x,se));return x}I.__e!=x&&(x&&I.type&&!se.contains(x)&&(x=ve(I)),se.insertBefore(I.__e,x||null),x=I.__e);do{x=x&&x.nextSibling}while(null!=x&&8===x.nodeType);return x}function st(I,x,se,Ce){var he=I.key,_e=I.type,Ye=se-1,tt=se+1,mt=x[se];if(null===mt||mt&&he==mt.key&&_e===mt.type&&!(2&mt.__u))return se;if(("function"!=typeof _e||_e===ue||he)&&Ce>(null==mt||2&mt.__u?0:1))for(;Ye>=0||tt<x.length;){if(Ye>=0){if((mt=x[Ye])&&!(2&mt.__u)&&he==mt.key&&_e===mt.type)return Ye;Ye--}if(tt<x.length){if((mt=x[tt])&&!(2&mt.__u)&&he==mt.key&&_e===mt.type)return tt;tt++}}return-1}function be(I,x,se){"-"===x[0]?I.setProperty(x,se??""):I[x]=null==se?"":"number"!=typeof se||te.test(x)?se:se+"px"}function Be(I,x,se,Ce,he){var _e,Ye;e:if("style"===x)if("string"==typeof se)I.style.cssText=se;else{if("string"==typeof Ce&&(I.style.cssText=Ce=""),Ce)for(x in Ce)se&&x in se||be(I.style,x,"");if(se)for(x in se)Ce&&se[x]===Ce[x]||be(I.style,x,se[x])}else if("o"===x[0]&&"n"===x[1])_e=x!==(x=x.replace(C,"$1")),x=x.toLowerCase()in I||"onFocusOut"===x||"onFocusIn"===x?x.toLowerCase().slice(2):x.slice(2),I.l||(I.l={}),I.l[x+_e]=se,se?Ce?se.t=Ce.t:(se.t=T,I.addEventListener(x,_e?L:D,_e)):I.removeEventListener(x,_e?L:D,_e);else{if("http://www.w3.org/2000/svg"==he)x=x.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=x&&"height"!=x&&"href"!=x&&"list"!=x&&"form"!=x&&"tabIndex"!=x&&"download"!=x&&"rowSpan"!=x&&"colSpan"!=x&&"role"!=x&&"popover"!=x&&x in I)try{Ye=I.tagName&&I.tagName.includes("-"),I[x]=null!=se||Ye?se:"";break e}catch{}"function"==typeof se||(null==se||!1===se&&"-"!==x[4]?I.removeAttribute(x):I.setAttribute(x,"popover"==x&&1==se?"":se))}}function $e(I){return function(x){if(this.l){var se=this.l[x.type+I];if(null==x.u)x.u=T++;else if(x.u<se.t)return;return se(E.event?E.event(x):x)}}}function We(I,x,se,Ce,he,_e,Ye,tt,mt,vt){var Ft,Me,Xt,St,Kt,nn,gr,Wt,Jt,Tn,mr,Vn,$r,ae,Ve,Q,ze,qe=x.type;if(void 0!==x.constructor)return null;128&se.__u&&(mt=!!(32&se.__u),_e=[tt=x.__e=se.__e]),(Ft=E.__b)&&Ft(x);e:if("function"==typeof qe)try{if(Wt=x.props,Jt="prototype"in qe&&qe.prototype.render,Tn=(Ft=qe.contextType)&&Ce[Ft.__c],mr=Ft?Tn?Tn.props.value:Ft.__:Ce,se.__c?gr=(Me=x.__c=se.__c).__=Me.__E:(Jt?x.__c=Me=new qe(Wt,mr):(x.__c=Me=new ce(Wt,mr),Me.constructor=qe,Me.render=Le),Tn&&Tn.sub(Me),Me.props=Wt,Me.state||(Me.state={}),Me.context=mr,Me.__n=Ce,Xt=Me.__d=!0,Me.__h=[],Me._sb=[]),Jt&&null==Me.__s&&(Me.__s=Me.state),Jt&&null!=qe.getDerivedStateFromProps&&(Me.__s==Me.state&&(Me.__s=B({},Me.__s)),B(Me.__s,qe.getDerivedStateFromProps(Wt,Me.__s))),St=Me.props,Kt=Me.state,Me.__v=x,Xt)Jt&&null==qe.getDerivedStateFromProps&&null!=Me.componentWillMount&&Me.componentWillMount(),Jt&&null!=Me.componentDidMount&&Me.__h.push(Me.componentDidMount);else{if(Jt&&null==qe.getDerivedStateFromProps&&Wt!==St&&null!=Me.componentWillReceiveProps&&Me.componentWillReceiveProps(Wt,mr),!Me.__e&&(null!=Me.shouldComponentUpdate&&!1===Me.shouldComponentUpdate(Wt,Me.__s,mr)||x.__v===se.__v)){for(x.__v!==se.__v&&(Me.props=Wt,Me.state=Me.__s,Me.__d=!1),x.__e=se.__e,x.__k=se.__k,x.__k.some(function(ut){ut&&(ut.__=x)}),Vn=0;Vn<Me._sb.length;Vn++)Me.__h.push(Me._sb[Vn]);Me._sb=[],Me.__h.length&&Ye.push(Me);break e}null!=Me.componentWillUpdate&&Me.componentWillUpdate(Wt,Me.__s,mr),Jt&&null!=Me.componentDidUpdate&&Me.__h.push(function(){Me.componentDidUpdate(St,Kt,nn)})}if(Me.context=mr,Me.props=Wt,Me.__P=I,Me.__e=!1,$r=E.__r,ae=0,Jt){for(Me.state=Me.__s,Me.__d=!1,$r&&$r(x),Ft=Me.render(Me.props,Me.state,Me.context),Ve=0;Ve<Me._sb.length;Ve++)Me.__h.push(Me._sb[Ve]);Me._sb=[]}else do{Me.__d=!1,$r&&$r(x),Ft=Me.render(Me.props,Me.state,Me.context),Me.state=Me.__s}while(Me.__d&&++ae<25);Me.state=Me.__s,null!=Me.getChildContext&&(Ce=B(B({},Ce),Me.getChildContext())),Jt&&!Xt&&null!=Me.getSnapshotBeforeUpdate&&(nn=Me.getSnapshotBeforeUpdate(St,Kt)),tt=Ie(I,V(Q=null!=Ft&&Ft.type===ue&&null==Ft.key?Ft.props.children:Ft)?Q:[Q],x,se,Ce,he,_e,Ye,tt,mt,vt),Me.base=x.__e,x.__u&=-161,Me.__h.length&&Ye.push(Me),gr&&(Me.__E=Me.__=null)}catch(ut){if(x.__v=null,mt||null!=_e)if(ut.then){for(x.__u|=mt?160:128;tt&&8===tt.nodeType&&tt.nextSibling;)tt=tt.nextSibling;_e[_e.indexOf(tt)]=null,x.__e=tt}else for(ze=_e.length;ze--;)ne(_e[ze]);else x.__e=se.__e,x.__k=se.__k;E.__e(ut,x,se)}else null==_e&&x.__v===se.__v?(x.__k=se.__k,x.__e=se.__e):tt=x.__e=function Xe(I,x,se,Ce,he,_e,Ye,tt,mt){var vt,Ft,Me,Xt,St,Kt,nn,gr,Wt=se.props,Jt=x.props,Tn=x.type;if("svg"===Tn?he="http://www.w3.org/2000/svg":"math"===Tn?he="http://www.w3.org/1998/Math/MathML":he||(he="http://www.w3.org/1999/xhtml"),null!=_e)for(vt=0;vt<_e.length;vt++)if((St=_e[vt])&&"setAttribute"in St==!!Tn&&(Tn?St.localName===Tn:3===St.nodeType)){I=St,_e[vt]=null;break}if(null==I){if(null===Tn)return document.createTextNode(Jt);I=document.createElementNS(he,Tn,Jt.is&&Jt),tt&&(E.__m&&E.__m(x,_e),tt=!1),_e=null}if(null===Tn)Wt===Jt||tt&&I.data===Jt||(I.data=Jt);else{if(_e=_e&&m.call(I.childNodes),Wt=se.props||j,!tt&&null!=_e)for(Wt={},vt=0;vt<I.attributes.length;vt++)Wt[(St=I.attributes[vt]).name]=St.value;for(vt in Wt)if(St=Wt[vt],"children"!=vt)if("dangerouslySetInnerHTML"==vt)Me=St;else if(!(vt in Jt)){if("value"==vt&&"defaultValue"in Jt||"checked"==vt&&"defaultChecked"in Jt)continue;Be(I,vt,null,St,he)}for(vt in Jt)St=Jt[vt],"children"==vt?Xt=St:"dangerouslySetInnerHTML"==vt?Ft=St:"value"==vt?Kt=St:"checked"==vt?nn=St:tt&&"function"!=typeof St||Wt[vt]===St||((vt.startsWith("on")||"ref"===vt&&"function"==typeof St)&&(gr=Ce[Object.keys(Ce)[0]])&&(St=St.bind(gr.props.value)),Be(I,vt,St,Wt[vt],he));if(Ft)tt||Me&&(Ft.__html===Me.__html||Ft.__html===I.innerHTML)||(I.innerHTML=Ft.__html),x.__k=[];else if(Me&&(I.innerHTML=""),Ie(I,V(Xt)?Xt:[Xt],x,se,Ce,"foreignObject"===Tn?"http://www.w3.org/1999/xhtml":he,_e,Ye,_e?_e[0]:se.__k&&ve(se,0),tt,mt),null!=_e)for(vt=_e.length;vt--;)ne(_e[vt]);tt||(vt="value","progress"===Tn&&null==Kt?I.removeAttribute("value"):void 0!==Kt&&(Kt!==I[vt]||"progress"===Tn&&!Kt||"option"===Tn&&Kt!==Wt[vt])&&Be(I,vt,Kt,Wt[vt],he),vt="checked",void 0!==nn&&nn!==I[vt]&&Be(I,vt,nn,Wt[vt],he))}return I}(se.__e,x,se,Ce,he,_e,Ye,mt,vt);return(Ft=E.diffed)&&Ft(x),128&x.__u?void 0:tt}function Re(I,x,se){for(var Ce=0;Ce<se.length;Ce++)Ae(se[Ce],se[++Ce],se[++Ce]);E.__c&&E.__c(x,I),I.some(function(he){try{I=he.__h,he.__h=[],I.some(function(_e){_e.call(he)})}catch(_e){E.__e(_e,he.__v)}})}function Ae(I,x,se){try{if("function"==typeof I){var Ce="function"==typeof I.__u;Ce&&I.__u(),Ce&&null==x||(I.__u=I(x))}else I.current=x}catch(he){E.__e(he,se)}}function at(I,x,se){var Ce,he;if(E.unmount&&E.unmount(I),(Ce=I.ref)&&(Ce.current&&Ce.current!==I.__e||Ae(Ce,null,x)),null!=(Ce=I.__c)){if(Ce.componentWillUnmount)try{Ce.componentWillUnmount()}catch(_e){E.__e(_e,x)}Ce.base=Ce.__P=null}if(Ce=I.__k)for(he=0;he<Ce.length;he++)Ce[he]&&at(Ce[he],x,se||"function"!=typeof I.type);se||ne(I.__e),I.__c=I.__=I.__e=void 0}function Le(I,x,se){return this.constructor(I,se)}m=q.slice,E={__e:function(I,x,se,Ce){for(var he,_e,Ye;x=x.__;)if((he=x.__c)&&!he.__)try{if((_e=he.constructor)&&null!=_e.getDerivedStateFromError&&(he.setState(_e.getDerivedStateFromError(I)),Ye=he.__d),null!=he.componentDidCatch&&(he.componentDidCatch(I,Ce||{}),Ye=he.__d),Ye)return he.__E=he}catch(tt){I=tt}throw I}},w=0,ce.prototype.setState=function(I,x){var se;se=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=B({},this.state),"function"==typeof I&&(I=I(B({},se),this.props)),I&&B(se,I),null!=I&&this.__v&&(x&&this._sb.push(x),ke(this))},ce.prototype.forceUpdate=function(I){this.__v&&(this.__e=!0,I&&this.__h.push(I),ke(this))},ce.prototype.render=ue,P=[],N="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,H=function(I,x){return I.__v.__b-x.__v.__b},Ee.__r=0,C=/(PointerCapture)$|Capture$/i,T=0,D=$e(!1),L=$e(!0);var an=0;function It(I,x,se,Ce,he,_e){x||(x={});var Ye,tt,mt=x;"ref"in x&&(Ye=x.ref,delete x.ref);var vt={type:I,props:mt,key:se,ref:Ye,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--an,__i:-1,__u:0,__source:he,__self:_e};if("function"==typeof I&&(Ye=I.defaultProps))for(tt in Ye)void 0===mt[tt]&&(mt[tt]=Ye[tt]);return E.vnode&&E.vnode(vt),vt}const u=new Map;function it(I,x,se){let Ce;return function Ne(I){return"function"==typeof I&&"getMetadata"in I}(I)?(Ce=I.getMetadata().getTag(),function ie(I,x){const Ce=I.getMetadata().getEvents();Object.keys(x).forEach(he=>{if(he.startsWith("on")){const _e=he.slice(2),Ye=(I=>(I=>{if(!u.has(I)){const x=I.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();u.set(I,x)}return u.get(I)})(I))(_e),tt=_e.charAt(0).toLowerCase()+_e.slice(1);let mt;Ye in Ce?mt=Ye:tt in Ce&&(mt=tt),mt&&"onClick"!==he&&(x[`onui5-${mt}`]=x[he],delete x[he])}})}(I,x)):Ce=I,"object"==typeof x.class&&(x.class=function K(I){let x="";for(const se in I)I[se]&&(x&&(x+=" "),x+=se);return x}(x.class)),Ce}const g=E.vnode;function Ze(I,x){return ue(I)}function De(I,x,se){return It(it(I,x),x,se)}function Gt(I,x,se){return It(it(I,x),x,se)}E.vnode=I=>{g&&g(I)}},2781(ge,W,f){"use strict";f.d(W,{zj:()=>at,qM:()=>We});var m=f(467),b=f(1241),P=f(3455),z=f(3274),H=f(2260);let T;(0,f(2134).R)(()=>{T=void 0});const q=()=>{const He=(0,z.x)("OpenUI5Support");(!He||!He.isOpenUI5Detected())&&(()=>{const He=document.querySelector("head>style[data-ui5-font-face]");void 0===T&&(T=(0,H.d$)()),!T||He||(0,P.g5)("data-ui5-font-face")||(0,P._r)('@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}\n@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}\n@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var X=f(6726),ue=f(2616),ce=f(7983),ve=f(7928),Pe=f(6136);let be,ke=!1,st=!1,Be=!1;const $e=new b.A,We=()=>st,Xe=function(){var He=(0,m.A)(function*(){const Y=(0,z.x)("OpenUI5Support"),ye=!!Y&&Y.isOpenUI5Detected(),lt=(0,z.x)("F6Navigation");Y&&(lt&&lt.destroy(),yield Y.init()),lt&&!ye&&lt.init()});return function(){return He.apply(this,arguments)}}(),at=function(){var He=(0,m.A)(function*(){if(void 0!==be)return be;const Y=function(){var ye=(0,m.A)(function*(lt){(0,ce.je)(),typeof document>"u"?lt():((0,ve.h)(Ue),yield Xe(),yield new Promise(He=>{document.body?He():document.addEventListener("DOMContentLoaded",()=>{He()})}),yield(0,ue.Ay)((0,X.O4)()),(()=>{if(Be)return;const He=(0,z.x)("OpenUI5Support");He&&(Be=He.attachListeners())})(),q(),(0,P.E6)(":root{--_ui5-cozy-size:var(--_ui5-f2d95f8);--_ui5-compact-size: ;--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5-cozy-size: ;--_ui5-compact-size:var(--_ui5-f2d95f8);--_ui5_content_density:compact}","data-ui5-system-css-vars"),(0,P.g5)("data-ui5-scrollbar-styles")||(0,P._r)("html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}","data-ui5-scrollbar-styles"),(0,Pe.nr)()&&(0,Pe.un)()&&!ke&&(document.body.addEventListener("touchstart",()=>{}),ke=!0),lt(),st=!0,$e.fireEvent("boot"))});return function(Ke){return ye.apply(this,arguments)}}();return be=new Promise(Y),be});return function(){return He.apply(this,arguments)}}(),Ue=He=>{if(!st)return;const Y=(0,X.O4)(),ye=(0,X.PC)();(He===Y||He===ye)&&(0,ue.Ay)(Y)}},7607(ge,W,f){"use strict";f.d(W,{D8:()=>C,FN:()=>D,J4:()=>L,KI:()=>H});var m=f(6156),E=f(7983);const w=(0,m.A)("Tags",new Map),b=new Set;let z,P=new Map;const H=j=>{b.add(j),w.set(j,(0,E._w)())},C=j=>b.has(j),D=()=>[...b.values()],L=j=>{let q=w.get(j);void 0===q&&(q=-1),P.has(q)||P.set(q,new Set),P.get(q).add(j),z||(z=setTimeout(()=>{ee(),P=new Map,z=void 0},1e3))},ee=()=>{const j=(0,E.J1)(),q=(0,E._w)(),te=j[q];let V="Multiple UI5 Web Components instances detected.";j.length>1&&(V=`${V}\nLoading order (versions before 1.1.0 not listed): ${j.map(B=>`\n${B.description}`).join("")}`),[...P.keys()].forEach(B=>{let ne,J,le;-1===B?(ne=1,J={description:"Older unknown runtime"}):(ne=(0,E.Dz)(q,B),J=j[B]),le=ne>0?"an older":ne<0?"a newer":"the same",V=`${V}\n\n"${te.description}" failed to define ${P.get(B).size} tag(s) as they were defined by a runtime of ${le} version "${J.description}": ${[...P.get(B)].sort().join(", ")}.`,V=ne>0?`${V}\nWARNING! If your code uses features of the above web components, unavailable in ${J.description}, it might not work as expected!`:`${V}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),V=`${V}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/UI5/webcomponents/blob/main/docs/2-advanced/06-scoping.md.`,console.warn(V)}},4001(ge,W,f){"use strict";f.d(W,{$4:()=>ee,LI:()=>D,RF:()=>L,rD:()=>C}),f(7607),f(9514);let z={include:[/./],exclude:[]};const N=new Map,C=()=>{},D=()=>z,L=q=>{if(!N.has(q)){const te=z.include.some(V=>q.match(V))&&!z.exclude.some(V=>q.match(V));N.set(q,te)}return N.get(q)},ee=q=>{if(L(q))return C()}},6136(ge,W,f){"use strict";f.d(W,{H8:()=>D,cX:()=>B,m0:()=>ne,nr:()=>T,tp:()=>j,un:()=>V,xl:()=>q});const m=typeof document>"u",E={get userAgent(){return m?"":navigator.userAgent},get touch(){return!m&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!m&&/(Chrome|CriOS)/.test(E.userAgent)},get firefox(){return!m&&/Firefox/.test(E.userAgent)},get safari(){return!m&&!E.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(E.userAgent)},get webkit(){return!m&&/webkit/.test(E.userAgent)},get windows(){return!m&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!m&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!(m||!navigator.platform.match(/iPhone|iPad|iPod/)&&(!E.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!m&&!E.windows&&/Android/.test(E.userAgent)},get androidPhone(){return!m&&E.android&&/(?=android)(?=.*mobile)/i.test(E.userAgent)},get ipad(){return!m&&(/ipad/i.test(E.userAgent)||/Macintosh/i.test(E.userAgent)&&"ontouchend"in document)},_isPhone:()=>(H(),E.touch&&!P)};let w,b,P;const z=()=>{if(m||!E.windows)return!1;if(void 0===w){const J=E.userAgent.match(/Windows NT (\d+).(\d)/);w=J?parseFloat(J[1]):0}return w>=8},H=()=>{if(m)return!1;if(void 0===P){if(E.ipad)return void(P=!0);if(E.touch){if(z())return void(P=!0);if(E.chrome&&E.android)return void(P=!/Mobile Safari\/[.0-9]+/.test(E.userAgent));let J=window.devicePixelRatio?window.devicePixelRatio:1;return E.android&&(()=>{if(m||!E.webkit)return!1;if(void 0===b){const J=E.userAgent.match(/(webkit)[ /]([\w.]+)/);b=J?parseFloat(J[1]):0}return b>=537.1})()&&(J=1),void(P=Math.min(window.screen.width/J,window.screen.height/J)>=600)}P=-1!==E.userAgent.indexOf("Touch")||E.android&&!E.androidPhone}},T=()=>E.safari,D=()=>E.chrome,j=()=>E._isPhone(),q=()=>!m&&(H(),!((E.touch||z())&&P||j())||z()),V=()=>E.iOS,B=()=>E.macOS,ne=()=>E.android||E.androidPhone},1241(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=class m{constructor(){this._eventRegistry=new Map}attachEvent(b,P){const z=this._eventRegistry,N=z.get(b);Array.isArray(N)?N.includes(P)||N.push(P):z.set(b,[P])}detachEvent(b,P){const z=this._eventRegistry,N=z.get(b);if(!N)return;const H=N.indexOf(P);-1!==H&&N.splice(H,1),0===N.length&&z.delete(b)}fireEvent(b,P){const z=this._eventRegistry.get(b);return z?z.map(N=>N.call(this,P)):[]}fireEventAsync(b,P){return Promise.all(this.fireEvent(b,P))}isHandlerAttached(b,P){const z=this._eventRegistry.get(b);return!!z&&z.includes(P)}hasListeners(b){return!!this._eventRegistry.get(b)}}},3274(ge,W,f){"use strict";f.d(W,{x:()=>w});const m=new Map,w=b=>m.get(b)},2260(ge,W,f){"use strict";f.d(W,{d$:()=>te,$n:()=>V,mE:()=>j,Z0:()=>ee,uf:()=>q,O4:()=>D,SU:()=>L});var Ge,m=f(8509),E=f(3274),w=f(5726),b=((Ge=b||{}).Full="full",Ge.Basic="basic",Ge.Minimal="minimal",Ge.None="none",Ge);const P=b;var z=f(2134),N=f(6121);let H=!1,C={animationMode:P.Full,theme:w.SS,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0,ignoreUrlParams:!1};const D=()=>(me(),C.theme),L=()=>(me(),C.themeRoot),ee=()=>(me(),C.language),j=()=>(me(),C.fetchDefaultLanguage),q=()=>(me(),C.noConflict),te=()=>(me(),C.defaultFontLoading),V=()=>(me(),C.enableDefaultTooltips),ue=new Map;ue.set("true",!0),ue.set("false",!1);const Ee=(Ge,st,be)=>{const Be=st.toLowerCase(),$e=Ge.split(`${be}-`)[1];ue.has(st)&&(st=ue.get(Be)),"theme"===$e?(C.theme=((Ge,st)=>"theme"===Ge&&st.includes("@")?st.split("@")[0]:st)($e,st),st&&st.includes("@")&&(C.themeRoot=(Ge=>Ge.split("@")[1])(st))):C[$e]=st},me=()=>{typeof document>"u"||H||(ct(),H=!0)},ct=Ge=>{Ge&&(0,z.k)(),(()=>{const Ge=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let st;if(Ge){try{st=JSON.parse(Ge.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}st&&(C=(0,m.A)(C,st))}})(),C.ignoreUrlParams||(()=>{const Ge=new URLSearchParams((0,N.iA)());Ge.forEach((st,be)=>{const Be=be.split("sap-").length;0===Be||Be===be.split("sap-ui-").length||Ee(be,st,"sap")}),Ge.forEach((st,be)=>{be.startsWith("sap-ui")&&Ee(be,st,"sap-ui")})})(),(()=>{const Ge=(0,E.x)("OpenUI5Support");if(!Ge||!Ge.isOpenUI5Detected())return;const st=Ge.getConfigurationSettingsObject();C=(0,m.A)(C,st)})()}},2358(ge,W,f){"use strict";f.d(W,{BF:()=>H,FG:()=>D,HJ:()=>K,KK:()=>X,KL:()=>be,OC:()=>T,Ob:()=>Re,Pj:()=>ee,RI:()=>E,Tu:()=>u,W_:()=>We,_0:()=>z,aI:()=>B,bR:()=>$e,hn:()=>ue,ie:()=>L,oY:()=>Ue,oi:()=>A,qN:()=>Ee,tt:()=>ne,ty:()=>gt,uV:()=>Ie,vQ:()=>Le,xC:()=>N,zP:()=>Be});const E=g=>(g.key?"Enter"===g.key:13===g.keyCode)&&!O(g),z=g=>ie(g,!0,!1,!1),N=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&!O(g),H=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&ie(g,!1,!1,!0),T=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&!O(g),D=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&!O(g),L=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&!O(g),ee=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&!O(g),B=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&ie(g,!1,!1,!0),ne=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&ie(g,!1,!1,!0),X=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&ie(g,!1,!1,!0),ue=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&ie(g,!1,!1,!0),Ee=g=>(g.key?"Home"===g.key:36===g.keyCode)&&!O(g),Ie=g=>(g.key?"End"===g.key:35===g.keyCode)&&!O(g),be=g=>(g.key?"Escape"===g.key||"Esc"===g.key:27===g.keyCode)&&!O(g),Be=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&!O(g),$e=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&ie(g,!1,!1,!0),We=g=>(g.key?"Backspace"===g.key:8===g.keyCode)&&!O(g),Re=g=>(g.key?"Delete"===g.key:46===g.keyCode)&&!O(g),Le=g=>(g.key?"PageUp"===g.key:33===g.keyCode)&&!O(g),Ue=g=>(g.key?"PageDown"===g.key:34===g.keyCode)&&!O(g),gt=g=>"F2"===g.key&&!O(g),A=g=>(g.key?"F7"===g.key:118===g.keyCode)&&!O(g),K=g=>(g.key?"F8"===g.key:119===g.keyCode)&&ie(g,!0,!0,!1),u=g=>"Shift"===g.key||16===g.keyCode,O=g=>g.shiftKey||g.altKey||Z(g),Z=g=>!(!g.metaKey&&!g.ctrlKey),ie=(g,Ze,De,Gt)=>g.shiftKey===Gt&&g.altKey===De&&Z(g)===Ze},6121(ge,W,f){"use strict";f.d(W,{$N:()=>z,VQ:()=>w,iA:()=>N,iw:()=>P,lj:()=>b});const m=typeof document>"u",E_search=()=>m?"":window.location.search,w=()=>m?"":window.location.hostname,b=()=>m?"":window.location.port,P=()=>m?"":window.location.protocol,z=()=>m?"":window.location.href,N=()=>E_search()},3455(ge,W,f){"use strict";f.d(W,{E6:()=>C,Zq:()=>T,_r:()=>P,eP:()=>H,g5:()=>N});var m=f(7983);const E=typeof document>"u",w=(D,L)=>L?`${D}|${L}`:D,P=(D,L,ee="",j)=>{const q=(0,m._w)(),te=new CSSStyleSheet;te.replaceSync(D),te._ui5StyleId=w(L,ee),j&&(te._ui5RuntimeIndex=q,te._ui5Theme=j),document.adoptedStyleSheets=[...document.adoptedStyleSheets,te]},N=(D,L="")=>!!E||!!document.adoptedStyleSheets.find(ee=>ee._ui5StyleId===w(D,L)),H=(D,L="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(ee=>ee._ui5StyleId!==w(D,L))},C=(D,L,ee="",j)=>{N(L,ee)?((D,L,ee="",j)=>{const q=(0,m._w)(),te=document.adoptedStyleSheets.find(V=>V._ui5StyleId===w(L,ee));te&&(j?(te._ui5Theme!==j||(D=>void 0===D||(0,m.Dz)((0,m._w)(),parseInt(D))>=1)(te._ui5RuntimeIndex))&&(te.replaceSync(D||""),te._ui5RuntimeIndex=String(q),te._ui5Theme=j):te.replaceSync(D||""))})(D,L,ee,j):P(D,L,ee,j)},T=(D,L)=>void 0===D?L:void 0===L?D:`${D} ${L}`},4583(ge,W,f){"use strict";f.d(W,{A:()=>N});const m=new Map,E=new Map;E.set("S",[0,599]),E.set("M",[600,1023]),E.set("L",[1024,1439]),E.set("XL",[1440,1/0]);var H,w=((H=w||{}).RANGE_4STEPS="4Step",H);const z={RANGESETS:w,initRangeSet:(H,C)=>{m.set(H,C)},getCurrentRange:(H,C=window.innerWidth)=>{let D,T=m.get(H);T||(T=m.get("4Step"));const L=Math.floor(C);return T.forEach((ee,j)=>{L>=ee[0]&&L<=ee[1]&&(D=j)}),D||[...T.keys()][0]}};z.initRangeSet(z.RANGESETS.RANGE_4STEPS,E);const N=z},6060(ge,W,f){"use strict";f.d(W,{zo:()=>ne,xm:()=>ve,kT:()=>te,oK:()=>q,JT:()=>ue,fz:()=>B,nl:()=>V});var m=f(467),E=f(1241);var z=f(7607),N=f(8012);const H=new Set,C=new E.A,T=new class b{constructor(){this.list=[],this.lookup=new Set}add(Ie){this.lookup.has(Ie)||(this.list.push(Ie),this.lookup.add(Ie))}remove(Ie){this.lookup.has(Ie)&&(this.list=this.list.filter(me=>me!==Ie),this.lookup.delete(Ie))}shift(){const Ie=this.list.shift();if(Ie)return this.lookup.delete(Ie),Ie}isEmpty(){return 0===this.list.length}isAdded(Ie){return this.lookup.has(Ie)}process(Ie){let me;const ct=new Map;for(me=this.shift();me;){const Ge=ct.get(me)||0;if(Ge>10)throw new Error("Web component processed too many times this task, max allowed is: 10");Ie(me),ct.set(me,Ge+1),me=this.shift()}}};let D,L,ee,j;const q=function(){var Ee=(0,m.A)(function*(Ie){T.add(Ie),yield J()});return function(me){return Ee.apply(this,arguments)}}(),te=Ee=>{H.add(Ee)},V=Ee=>{H.delete(Ee)},B=Ee=>{C.fireEvent("beforeComponentRender",Ee),te(Ee),Ee._render()},ne=Ee=>{T.remove(Ee),V(Ee)},J=function(){var Ee=(0,m.A)(function*(){j||(j=new Promise(Ie=>{window.requestAnimationFrame(()=>{T.process(B),j=null,Ie(),ee||(ee=setTimeout(()=>{ee=void 0,T.isEmpty()&&ce()},200))})})),yield j});return function(){return Ee.apply(this,arguments)}}(),ue=function(){var Ee=(0,m.A)(function*(){yield(()=>{const Ee=(0,z.FN)().map(Ie=>customElements.whenDefined(Ie));return Promise.all(Ee)})(),yield D||(D=new Promise(Ee=>{L=Ee,window.requestAnimationFrame(()=>{T.isEmpty()&&(D=void 0,Ee())})}),D)});return function(){return Ee.apply(this,arguments)}}(),ce=()=>{T.isEmpty()&&L&&(L(),L=void 0,D=void 0)},ve=function(){var Ee=(0,m.A)(function*(Ie){H.forEach(me=>{const ct=me.constructor,Ge=ct.getMetadata().getTag(),st=(0,N.J)(ct),be=ct.getMetadata().isLanguageAware(),Be=ct.getMetadata().isThemeAware();(!Ie||Ie.tag===Ge||Ie.rtlAware&&st||Ie.languageAware&&be||Ie.themeAware&&Be)&&q(me)}),yield ue()});return function(me){return Ee.apply(this,arguments)}}()},7983(ge,W,f){"use strict";f.d(W,{Dz:()=>L,J1:()=>j,_w:()=>T,je:()=>C});var m=f(7607),E=f(4001),w=f(9514),b=f(6156);let P;const N=new Map,H=(0,b.A)("Runtimes",[]),C=()=>{if(void 0===P){P=H.length;const q=w.A;H.push({...q,get scopingSuffix(){return(0,E.rD)()},get registeredTags(){return(0,m.FN)()},get scopingRules(){return(0,E.LI)()},alias:"",description:`Runtime ${P} - ver ${q.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},T=()=>P,L=(q,te)=>{const V=`${q},${te}`;if(N.has(V))return N.get(V);const B=H[q],ne=H[te];if(!B||!ne)throw new Error("Invalid runtime index supplied");const J=((q,te)=>{if(q.isNext||te.isNext)return q.buildTime-te.buildTime;return q.major-te.major||q.minor-te.minor||q.patch-te.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(q.suffix,te.suffix)})(B,ne);return N.set(V,J),J},j=()=>H},5386(ge,W,f){"use strict";f.d(W,{A:()=>$r,W:()=>Vn});var m=f(467),E=f(8509),w=f(2781);const b=new Map,P=new Map,z=new Map,N=ae=>{if(!b.has(ae)){const Ve=T(ae.split("-"));b.set(ae,Ve)}return b.get(ae)},H=ae=>{if(!P.has(ae)){const Ve=ae.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();P.set(ae,Ve)}return P.get(ae)},T=ae=>ae.map((Ve,Q)=>0===Q?Ve.toLowerCase():Ve.charAt(0).toUpperCase()+Ve.slice(1).toLowerCase()).join(""),D=ae=>{const Ve=z.get(ae);if(Ve)return Ve;const Q=N(ae),ze=Q.charAt(0).toUpperCase()+Q.slice(1);return z.set(ae,ze),ze},L=ae=>{if(!(ae instanceof HTMLElement))return"default";const Ve=ae.getAttribute("slot");if(Ve){const Q=Ve.match(/^(.+?)-\d+$/);return Q?Q[1]:Ve}return"default"},ee=ae=>ae instanceof HTMLSlotElement?ae.assignedNodes({flatten:!0}).filter(Ve=>Ve instanceof HTMLElement):[ae],j=ae=>ae.reduce((Ve,Q)=>Ve.concat(ee(Q)),[]);var q=f(4001);const B=class te{constructor(Ve){this.metadata=Ve}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const Ve={};if(this.slotsAreManaged()){const Q=this.getSlots();for(const[ze,qe]of Object.entries(Q)){const ut=qe.propertyName||ze;Ve[ut]=[],Ve[N(ut)]=Ve[ut]}}return this._initialState=Ve,Ve}static validateSlotValue(Ve,Q){return((ae,Ve)=>(ae&&ee(ae).forEach(Q=>{if(!(Q instanceof Ve.type))throw new Error(`The element is not of type ${Ve.type.toString()}`)}),ae))(Ve,Q)}getPureTag(){return this.metadata.tag||""}getTag(){const Ve=this.metadata.tag;if(!Ve)return"";const Q=(0,q.$4)(Ve);return Q?`${Ve}-${Q}`:Ve}hasAttribute(Ve){return!this.getProperties()[Ve].noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(H)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(Ve=>Ve.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(Ve,Q,ze){const qe=this.getSlots()[Ve].invalidateOnChildChange;if(void 0===qe)return!1;if("boolean"==typeof qe)return qe;if("object"==typeof qe){if("property"===Q){if(void 0===qe.properties)return!1;if("boolean"==typeof qe.properties)return qe.properties;if(Array.isArray(qe.properties))return qe.properties.includes(ze);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===Q){if(void 0===qe.slots)return!1;if("boolean"==typeof qe.slots)return qe.slots;if(Array.isArray(qe.slots))return qe.slots.includes(ze);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}};var ne=f(1241),J=f(6060),le=f(6156);const ve=ae=>{(0,le.A)("CustomStyle.eventProvider",new ne.A).attachEvent("CustomCSSChange",ae)};ve(ae=>{(0,J.xm)({tag:ae})});const be=ae=>Array.isArray(ae)?ae.filter(Ve=>!!Ve).flat(10).join(" "):ae;var Be=f(3274);const $e=new Map;ve(ae=>{$e.delete(`${ae}_normal`)});const Re=ae=>{const Ve=ae.getMetadata().getTag(),Q=`${Ve}_normal`,ze=(0,Be.x)("OpenUI5Enablement");if(!$e.has(Q)){let qe="";ze&&(qe=be(ze.getBusyIndicatorStyles()));const ut=(ae=>{const Ve=(0,le.A)("CustomStyle.customCSSFor",{});return Ve[ae]?Ve[ae].join(""):""})(Ve)||"",Pt=`${be(ae.styles)} ${ut} ${qe}`;$e.set(Q,Pt)}return $e.get(Q)},Xe=new Map;ve(ae=>{Xe.delete(`${ae}_normal`)});const at=ae=>{const Ve=`${ae.getMetadata().getTag()}_normal`;if(!Xe.has(Ve)){const Q=Re(ae),ze=new CSSStyleSheet;ze.replaceSync(Q),Xe.set(Ve,[ze])}return Xe.get(Ve)};var Le=f(1452);const Y=[];var Ke=f(7607);const Et=new WeakMap;var an=f(2260),gt=f(2134);const It=["value-changed","click"];let Fe;(0,gt.R)(()=>{Fe=void 0});const $=()=>(void 0===Fe&&(Fe=(0,an.uf)()),Fe),_=["disabled","title","hidden","role","draggable"],v=ae=>!(!_.includes(ae)&&!ae.startsWith("aria")&&[HTMLElement,Element,Node].some(Ve=>Ve.prototype.hasOwnProperty(ae)));var R=f(8777),O=f(8012),Z=f(3823),ie=f(6162),Ne=f(4446),it=f(4217),g=f(1175),Ze=f(5726);const Gt=new Map,I=new Map,x=new Map,se=new Set;let Ce=!1;const he={iw:"he",ji:"yi",in:"id"},_e=ae=>{Ce||(console.warn(`[LocaleData] Supported locale "${ae}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),Ce=!0)},tt=(ae,Ve)=>{Gt.set(ae,Ve)},Ft=function(){var ae=(0,m.A)(function*(Ve,Q,ze){const qe=((ae,Ve,Q)=>{"no"===(ae=ae&&he[ae]||ae)&&(ae="nb"),"zh"===ae&&!Ve&&("Hans"===Q?Ve="CN":"Hant"===Q&&(Ve="TW")),("sh"===ae||"sr"===ae&&"Latn"===Q)&&(ae="sr",Ve="Latn");let ze=`${ae}_${Ve}`;return Ze.dI.includes(ze)?I.has(ze)?ze:(_e(ze),Ze.Xn):(ze=ae,Ze.dI.includes(ze)?I.has(ze)?ze:(_e(ze),Ze.Xn):Ze.Xn)})(Ve,Q,ze),ut=(0,Be.x)("OpenUI5Support");if(ut){const Pt=ut.getLocaleDataObject();if(Pt)return void tt(qe,Pt)}try{const Pt=yield(ae=>{if(!x.get(ae)){const Ve=I.get(ae);if(!Ve)throw new Error(`CLDR data for locale ${ae} is not loaded!`);x.set(ae,Ve(ae))}return x.get(ae)})(qe);tt(qe,Pt)}catch(Pt){const Qt=Pt;se.has(Qt.message)||(se.add(Qt.message),console.error(Qt.message))}});return function(Q,ze,qe){return ae.apply(this,arguments)}}();I.set("en",(0,m.A)(function*(){return console.warn('[LocaleData] Falling back to loading "en" locale data from CDN.','For production usage, please configure locale data loading via the "Assets.js" module of the webcomponents package you are using.'),(yield fetch("https://cdn.jsdelivr.net/npm/@openui5/sap.ui.core@1.120.17/src/sap/ui/core/cldr/en.json")).json()})),(0,it._F)(()=>{const ae=(0,g.A)();return Ft(ae.getLanguage(),ae.getRegion(),ae.getScript())});var Xt=f(4181),St=f(5031);let Kt=0;const nn=new Map,gr=new Map,Wt={fromAttribute(ae,Ve){if(Ve===Boolean)return null!==ae;if(Ve===Number)return null===ae?void 0:parseFloat(ae);if(Ve===Object||Ve===Array)try{return JSON.parse(ae)}catch{return ae}return ae},toAttribute:(ae,Ve)=>Ve===Boolean?ae?"":null:Ve===Object||Ve===Array||null==ae?null:String(ae)};function Jt(ae){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,Xt.gx)()||(this.onInvalidation(ae),this._changedState.push(ae),(0,J.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...ae,target:this}))}function Tn(ae,Ve){do{const Q=Object.getOwnPropertyDescriptor(ae,Ve);if(Q)return Q;ae=Object.getPrototypeOf(ae)}while(ae&&ae!==HTMLElement.prototype)}let mr=(()=>{class ae extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const Q=this.constructor;let ze;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new ne.A,this._componentStateFinalizedEventProvider=new ne.A,this._domRefReadyPromise=new Promise(qe=>{ze=qe}),this._domRefReadyPromise._deferredResolve=ze,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...Q.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(qe=>{this.hasOwnProperty(qe)&&this.initializedProperties.set(qe,this[qe])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const Q=this.constructor;if(Q._needsShadowDOM()){const ze={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...ze,...Q.getMetadata().getShadowRootOptions()}),Q.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(Q){Q.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++Kt),this.__id}render(){return(0,Z.A)(this.constructor.template,this)}connectedCallback(){var Q=this;return(0,m.A)(function*(){const ze=Q.constructor;(0,J.kT)(Q),Q.setAttribute(ze.getMetadata().getPureTag(),""),ze.getMetadata().supportsF6FastNavigation()&&!Q.hasAttribute("data-sap-ui-fastnavgroup")&&Q.setAttribute("data-sap-ui-fastnavgroup","true");const qe=ze.getMetadata().slotsAreManaged();Q._inDOM=!0,qe&&(Q._startObservingDOMChildren(),yield Q._processChildren()),ze.asyncFinished||(yield ze._definePromise),(!ze.getMetadata().isLanguageAware()||!(0,Xt.gx)())&&Q._inDOM&&((0,J.fz)(Q),Q._domRefReadyPromise._deferredResolve(),Q._fullyConnected=!0,Q.onEnterDOM(),Q.hasAttribute("autofocus")&&requestAnimationFrame(()=>{Q.focus()}))})()}get definePromise(){const Q=this.constructor;return!Q.asyncFinished&&Q._definePromise?Q._definePromise:Promise.resolve()}disconnectedCallback(){const Q=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,Q&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,J.zo)(this),(0,J.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const Q=this.constructor.getMetadata();if(!Q.hasSlots())return;const ze=Q.canSlotText(),qe={childList:!0,subtree:ze,characterData:ze};((ae,Ve,Q)=>{const ze=new MutationObserver(Ve);Et.set(ae,ze),ze.observe(ae,Q)})(this,this._processChildren.bind(this),qe)}_stopObservingDOMChildren(){(ae=>{const Ve=Et.get(ae);Ve&&(Ve.disconnect(),Et.delete(ae))})(this)}_processChildren(){var Q=this;return(0,m.A)(function*(){Q.constructor.getMetadata().hasSlots()&&(yield Q._updateSlots())})()}_updateSlots(){var Q=this;return(0,m.A)(function*(){const ze=Q.constructor,qe=ze.getMetadata().getSlots(),ut=ze.getMetadata().canSlotText(),Pt=Array.from(ut?Q.childNodes:Q.children),Qt=new Map,en=new Map;for(const[An,fn]of Object.entries(qe)){const hn=fn.propertyName||An;en.set(hn,An),Qt.set(hn,[...Q._state[hn]]),Q._clearSlot(An,fn)}const cn=new Map,ln=new Map;Pt.forEach((An,fn)=>{const hn=L(An),Nr=qe[hn];if(void 0===Nr){if("default"!==hn){const Ri=Object.keys(qe).join(", ");console.warn(`Unknown slotName: ${hn}, ignoring`,An,`Valid values are: ${Ri}`)}return}const Kn=Nr.propertyName||hn;ln.has(Kn)?ln.get(Kn).push({child:An,idx:fn}):ln.set(Kn,[{child:An,idx:fn}])}),ln.forEach((An,fn)=>{Q._state[fn]=An.sort((hn,Nr)=>hn.idx-Nr.idx).map(hn=>hn.child),Q._state[N(fn)]=Q._state[fn]});const Fi=Pt.map(function(){var An=(0,m.A)(function*(fn){const hn=L(fn),Nr=qe[hn];if(void 0!==Nr){if(Nr.individualSlots){const Kn=(cn.get(hn)||0)+1;cn.set(hn,Kn),fn._individualSlot=`${hn}-${Kn}`}if(fn instanceof HTMLElement){const Kn=fn.localName;if(Kn.includes("-")&&!(ae=>Y.some(Ve=>ae.startsWith(Ve)))(Kn)){if(!customElements.get(Kn)){const Ri=customElements.whenDefined(Kn);let Mi=nn.get(Kn);Mi||(Mi=new Promise(we=>setTimeout(we,1e3)),nn.set(Kn,Mi)),yield Promise.race([Ri,Mi])}customElements.upgrade(fn)}}if(fn=ze.getMetadata().constructor.validateSlotValue(fn,Nr),Vn(fn)&&Nr.invalidateOnChildChange){const Kn=Q._getChildChangeListener(hn);fn.attachInvalidate.call(fn,Kn)}fn instanceof HTMLSlotElement&&Q._attachSlotChange(fn,hn,!!Nr.invalidateOnChildChange)}});return function(fn){return An.apply(this,arguments)}}());yield Promise.all(Fi);let ni=!1;for(const[An,fn]of Object.entries(qe)){const hn=fn.propertyName||An;(0,R.A)(Qt.get(hn),Q._state[hn])||(Jt.call(Q,{type:"slot",name:en.get(hn),reason:"children"}),ni=!0,ze.getMetadata().isFormAssociated()&&(0,ie.ok)(Q))}ni||Jt.call(Q,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(Q,ze){const qe=ze.propertyName||Q;this._state[qe].forEach(ut=>{if(Vn(ut)){const Pt=this._getChildChangeListener(Q);ut.detachInvalidate.call(ut,Pt)}ut instanceof HTMLSlotElement&&this._detachSlotChange(ut,Q)}),this._state[qe]=[],this._state[N(qe)]=this._state[qe]}attachInvalidate(Q){this._invalidationEventProvider.attachEvent("invalidate",Q)}detachInvalidate(Q){this._invalidationEventProvider.detachEvent("invalidate",Q)}_onChildChange(Q,ze){this.constructor.getMetadata().shouldInvalidateOnChildChange(Q,ze.type,ze.name)&&Jt.call(this,{type:"slot",name:Q,reason:"childchange",child:ze.target})}attributeChangedCallback(Q,ze,qe){let ut;if(this._doNotSyncAttributes.has(Q))return;const Pt=this.constructor.getMetadata().getProperties(),Qt=Q.replace(/^ui5-/,""),en=N(Qt);if(Pt.hasOwnProperty(en)){const cn=Pt[en];ut=(cn.converter??Wt).fromAttribute(qe,cn.type),this[en]=ut}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,ie.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(Q,ze){const qe=this.constructor;if(!qe.getMetadata().hasAttribute(Q))return;const ut=qe.getMetadata().getProperties()[Q];if(ut.type===Object||ut.type===Array)return;const Pt=H(Q),Qt=(ut.converter||Wt).toAttribute(ze,ut.type);this._doNotSyncAttributes.add(Pt),null==Qt?this.removeAttribute(Pt):this.setAttribute(Pt,Qt),this._doNotSyncAttributes.delete(Pt)}_getChildChangeListener(Q){return this._childChangeListeners.has(Q)||this._childChangeListeners.set(Q,this._onChildChange.bind(this,Q)),this._childChangeListeners.get(Q)}_getSlotChangeListener(Q){return this._slotChangeListeners.has(Q)||this._slotChangeListeners.set(Q,this._onSlotChange.bind(this,Q)),this._slotChangeListeners.get(Q)}_attachSlotChange(Q,ze,qe){const ut=this._getSlotChangeListener(ze);Q.addEventListener("slotchange",Pt=>{if(ut.call(Q,Pt),qe){const Qt=this._slotsAssignedNodes.get(Q);Qt&&Qt.forEach(cn=>{if(Vn(cn)){const ln=this._getChildChangeListener(ze);cn.detachInvalidate.call(cn,ln)}});const en=j([Q]);this._slotsAssignedNodes.set(Q,en),en.forEach(cn=>{if(Vn(cn)){const ln=this._getChildChangeListener(ze);cn.attachInvalidate.call(cn,ln)}})}})}_detachSlotChange(Q,ze){Q.removeEventListener("slotchange",this._getSlotChangeListener(ze))}_onSlotChange(Q){Jt.call(this,{type:"slot",name:Q,reason:"slotchange"})}onInvalidation(Q){}updateAttributes(){const Q=this.constructor.getMetadata().getProperties();for(const[ze,qe]of Object.entries(Q))this._updateAttribute(ze,this[ze])}_render(){const Q=this.constructor,ze=Q.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([qe,ut])=>{delete this[qe],this[qe]=ut}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],Q._needsShadowDOM()&&(ae=>{const Ve=ae.constructor,Q=ae.shadowRoot;Q?(Q.adoptedStyleSheets=[(0,Le.k)(),...at(Ve)],Ve.renderer(ae,Q)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,ze&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(Q=>{Q._individualSlot&&Q.setAttribute("slot",Q._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){return"function"==typeof this._getRealDomRef?this._getRealDomRef():this.shadowRoot&&0!==this.shadowRoot.children.length?this.shadowRoot.children[0]:void 0}getFocusDomRef(){const Q=this.getDomRef();if(Q)return Q.querySelector("[data-sap-focus-ref]")||Q}getFocusDomRefAsync(){var Q=this;return(0,m.A)(function*(){return yield Q._waitForDomRef(),Q.getFocusDomRef()})()}focus(Q){var ze=this;return(0,m.A)(function*(){yield ze._waitForDomRef();const qe=ze.getFocusDomRef();qe!==ze&&ze.isConnected?qe&&"function"==typeof qe.focus&&qe.focus(Q):HTMLElement.prototype.focus.call(ze,Q)})()}fireEvent(Q,ze,qe=!1,ut=!0){const Pt=this._fireEvent(Q,ze,qe,ut),Qt=D(Q);return Qt!==Q?Pt&&this._fireEvent(Qt,ze,qe,ut):Pt}fireDecoratorEvent(Q,ze){const qe=this.getEventData(Q),ut=!!qe&&qe.cancelable,Pt=!!qe&&qe.bubbles,Qt=this._fireEvent(Q,ze,ut,Pt),en=D(Q);return en!==Q?Qt&&this._fireEvent(en,ze,ut,Pt):Qt}_fireEvent(Q,ze,qe=!1,ut=!0){const Pt=new CustomEvent(`ui5-${Q}`,{detail:ze,composed:!1,bubbles:ut,cancelable:qe}),Qt=this.dispatchEvent(Pt);if((ae=>{const Ve=$();return!((ae=>It.includes(ae))(ae)||!0!==Ve&&(ae=>{const Ve=$();return!("boolean"!=typeof Ve&&Ve.events&&Ve.events.includes&&Ve.events.includes(ae))})(ae))})(Q))return Qt;const en=new CustomEvent(Q,{detail:ze,composed:!1,bubbles:ut,cancelable:qe});return this.dispatchEvent(en)&&Qt}getEventData(Q){return this.constructor.getMetadata().getEvents()[Q]}getSlottedNodes(Q){return j(this[Q])}attachComponentStateFinalized(Q){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",Q)}detachComponentStateFinalized(Q){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",Q)}get effectiveDir(){return(0,O.A)(this.constructor),(()=>this.matches(":dir(rtl)")?"rtl":"ltr")()}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const Q=this.getMetadata().getPureTag(),ze=this.getUniqueDependencies().map(qe=>qe.getMetadata().getPureTag()).filter(q.RF);return(0,q.RF)(Q)&&ze.push(Q),ze}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const Q=this.prototype,ze=this.getMetadata().slotsAreManaged(),qe=this.getMetadata().getProperties();for(const[ut,Pt]of Object.entries(qe)){v(ut)||console.warn(`"${ut}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Qt=Tn(Q,ut);let en,cn;Qt?.set&&(en=Qt.set),Qt?.get&&(cn=Qt.get),Object.defineProperty(Q,ut,{get(){return cn?cn.call(this):this._state[ut]},set(ln){const Fi=this.constructor,ni=cn?cn.call(this):this._state[ut];if(ni!==ln){if(en?en.call(this,ln):this._state[ut]=ln,Jt.call(this,{type:"property",name:ut,newValue:ln,oldValue:ni}),this._rendered){const An=cn?cn.call(this):this._state[ut];this._updateAttribute(ut,An)}Fi.getMetadata().isFormAssociated()&&(0,ie.ok)(this)}}})}if(ze){const ut=this.getMetadata().getSlots();for(const[Pt,Qt]of Object.entries(ut)){v(Pt)||console.warn(`"${Pt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const en=Qt.propertyName||Pt,cn={get(){return void 0!==this._state[en]?this._state[en]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(Q,en,cn),en!==N(en)&&Object.defineProperty(Q,N(en),cn)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const Q=this.dependencies.filter((ze,qe,ut)=>ut.indexOf(ze)===qe);gr.set(this,Q)}static getUniqueDependencies(){return gr.has(this)||this.cacheUniqueDependencies(),gr.get(this)||[]}static onDefine(){return(0,m.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(Q=>{const{bundleName:ze}=Q[1];return(0,Ne.HE)(ze)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?Ft((0,g.A)().getLanguage(),(0,g.A)().getRegion(),(0,g.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var Q=this;const ze=function(){var Qt=(0,m.A)(function*(){yield(0,w.zj)();const en=yield Promise.all([Q.fetchI18nBundles(),Q.fetchCLDR(),Q.onDefine()]),[cn]=en;Object.entries(Q.getMetadata().getI18n()).forEach((ln,Fi)=>{Q.i18nBundleStorage[ln[1].bundleName]=cn[Fi]}),Q.asyncFinished=!0});return function(){return Qt.apply(this,arguments)}}();this._definePromise=ze();const qe=this.getMetadata().getTag(),ut=(0,Ke.D8)(qe),Pt=customElements.get(qe);return Pt&&!ut?(0,Ke.J4)(qe):Pt||(this._generateAccessors(),(0,Ke.KI)(qe),customElements.define(qe,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const Q=[this.metadata];let ze=this;for(;ze!==ae;)ze=Object.getPrototypeOf(ze),Q.unshift(ze.metadata);const qe=(0,E.A)({},...Q);return this._metadata=new B(qe),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}return ae})();const Vn=(0,St.A)("isUI5Element"),$r=mr},4874(ge,W,f){"use strict";f.d(W,{Z5:()=>Ge,y3:()=>me,hu:()=>Ie,pU:()=>Pe});var be,m=f(467),E=f(6156),w=((be=w||{})["SAP-icons"]="SAP-icons-v4",be.horizon="SAP-icons-v5",be["SAP-icons-TNT"]="tnt",be.BusinessSuiteInAppSymbols="business-suite",be);const b=be=>w[be]?w[be]:be;var z=f(6726),N=(be=>(be.SAPIconsV4="SAP-icons-v4",be.SAPIconsV5="SAP-icons-v5",be.SAPIconsTNTV2="tnt-v2",be.SAPIconsTNTV3="tnt-v3",be.SAPBSIconsV1="business-suite-v1",be.SAPBSIconsV2="business-suite-v2",be))(N||{});const H=new Map;H.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),H.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),H.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const D=new Map,q=be=>{const Be=(be=>D.get(be))((0,z.O4)());return!be&&Be?b(Be):(be=>{const Be=(0,z.Z3)()?"legacy":"sap_horizon";return H.has(be)?H.get(be)[Be]:be})(be||"SAP-icons")};var te=f(4446);const ne=new Map,J=(0,E.A)("SVGIcons.registry",new Map),le=(0,E.A)("SVGIcons.promises",new Map),X="ICON_NOT_FOUND",ce=function(){var be=(0,m.A)(function*(Be){if(!le.has(Be)){if(!ne.has(Be))throw new Error(`No loader registered for the ${Be} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const $e=ne.get(Be);le.set(Be,$e(Be))}return le.get(Be)});return function($e){return be.apply(this,arguments)}}(),ve=be=>{Object.keys(be.data).forEach(Be=>{const $e=be.data[Be];Pe(Be,{pathData:$e.path||$e.paths,ltr:$e.ltr,viewBox:$e.viewBox,accData:$e.acc,collection:be.collection,packageName:be.packageName})})},Pe=(be,Be)=>{J.set(`${Be.collection}/${be}`,{collection:Be.collection,packageName:Be.packageName,pathData:Be.pathData,viewBox:Be.viewBox,ltr:Be.ltr,accData:Be.accData,customTemplate:Be.customTemplate})},Ee=be=>{let Be;return be.startsWith("sap-icon://")&&(be=be.replace("sap-icon://","")),[be,Be]=be.split("/").reverse(),be=be.replace("icon-",""),Be&&(Be=b(Be)),{name:be,collection:Be}},Ie=be=>{const{name:Be,collection:$e}=Ee(be);return ct($e,Be)},me=function(){var be=(0,m.A)(function*(Be){const{name:$e,collection:We}=Ee(Be);let Re=X;try{Re=yield ce(q(We))}catch(Ae){console.error(Ae.message)}return Re===X?Re:ct(We,$e)||(Array.isArray(Re)?Re.forEach(Ae=>{ve(Ae),((be,Be)=>{H.has(be)?H.set(be,{...Be,...H.get(be)}):H.set(be,Be)})(We,{[Ae.themeFamily||"legacy"]:Ae.collection})}):ve(Re),ct(We,$e))});return function($e){return be.apply(this,arguments)}}(),ct=(be,Be)=>{const $e=`${q(be)}/${Be}`;return J.get($e)},Ge=function(){var be=(0,m.A)(function*(Be){if(!Be)return;let $e=Ie(Be);return $e||($e=yield me(Be)),$e&&$e!==X&&$e.accData?$e.packageName?(yield(0,te.HE)($e.packageName)).getText($e.accData):$e.accData?.defaultText||"":void 0});return function($e){return be.apply(this,arguments)}}()},8923(ge,W,f){"use strict";f.d(W,{Rh:()=>T,gu:()=>q,tw:()=>L,w2:()=>j});var m=f(467),E=f(5726),w=f(3455),b=f(7928);const P=new Map,z=new Map,N=new Map,H=new Map,C=new Set,T=(te,V,B,ne="root")=>{z.set(`${te}/${V}`,B),H.set(te,{cssVariablesTarget:ne}),C.add(V),(0,b.E)(V)},L=function(){var te=(0,m.A)(function*(V,B,ne){const J=`${V}_${B}_${ne||""}`,le=P.get(J);if(void 0!==le)return le;if(!C.has(B)){const ve=[...C.values()].join(", ");return console.warn(`You have requested a non-registered theme ${B} - falling back to ${E.SS}. Registered themes are: ${ve}`),ee(V,E.SS)}const[X,ue]=yield Promise.all([ee(V,B),ne?ee(V,ne,!0):void 0]),ce=(0,w.Zq)(X,ue);return ce&&P.set(J,ce),ce});return function(B,ne,J){return te.apply(this,arguments)}}(),ee=function(){var te=(0,m.A)(function*(V,B,ne=!1){const J=(ne?N:z).get(`${V}/${B}`);if(!J)return void(ne||console.error(`Theme [${B}] not registered for package [${V}]`));let le;try{le=yield J(B)}catch(X){return void console.error(V,X.message)}return le});return function(B,ne){return te.apply(this,arguments)}}(),j=()=>H,q=te=>C.has(te)},2134(ge,W,f){"use strict";f.d(W,{R:()=>b,k:()=>P});const E=new(f(1241).A),w="configurationReset",b=z=>{E.attachEvent(w,z)},P=()=>{E.fireEvent(w,void 0)}},4346(ge,W,f){"use strict";f.d(W,{hr:()=>C,qJ:()=>H});var m=f(6156),E=f(1241);const z=new Set,H=(T,D)=>{(0,m.A)("ConfigChange.eventProvider",new E.A).attachEvent("configChange",L=>{L.name===T&&!z.has(T)&&D(L.value)})},C=T=>(0,m.A)("ConfigChange.values",{})[T]},4181(ge,W,f){"use strict";f.d(W,{Z0:()=>B,gx:()=>V,mE:()=>X});var N=f(2260),H=f(4217),C=f(6060),D=(f(5726),f(2781)),L=f(2134),ee=f(4346);let j,q;(0,L.R)(()=>{j=void 0,q=void 0});let te=!1;(0,ee.qJ)("language",ue=>{j=ue,te=!0,(0,H.lb)(ue).then(()=>{te=!1,(0,D.qM)()&&(0,C.xm)({languageAware:!0})})});const V=()=>te,B=()=>(void 0===j&&(j=(0,ee.hr)("language")??(0,N.Z0)()),j),X=()=>(void 0===q&&(q=(0,N.mE)()),q)},6726(ge,W,f){"use strict";f.d(W,{Dm:()=>Pe,O4:()=>B,PC:()=>ve,Z3:()=>X});var H=f(2260),C=f(6060),T=f(2616),D=f(1712),L=f(5726),ee=f(2781),j=f(2134),q=f(4346);let te,V;(0,j.R)(()=>{te=void 0}),(0,q.qJ)("theme",ke=>{te=ke,(0,ee.qM)()&&(0,T.Ay)(te).then(()=>(0,C.xm)({themeAware:!0}))});const B=()=>(void 0===te&&(te=(0,q.hr)("theme")??(0,H.O4)()),te),X=()=>{const ke=B();return ce(ke)?!ke.startsWith("sap_horizon"):!(0,D.A)()?.baseThemeName?.startsWith("sap_horizon")},ce=ke=>L.QP.includes(ke),ve=()=>V,Pe=ke=>{V=ke}},1934(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w={})=>b=>{if(Object.prototype.hasOwnProperty.call(b,"metadata")||(b.metadata={}),"string"==typeof w)return void(b.metadata.tag=w);const{tag:P,languageAware:z,themeAware:N,cldr:H,fastNavigation:C,formAssociated:T,shadowRootOptions:D}=w;b.metadata.tag=P,z&&(b.metadata.languageAware=z),H&&(b.metadata.cldr=H),N&&(b.metadata.themeAware=N),C&&(b.metadata.fastNavigation=C),T&&(b.metadata.formAssociated=T),D&&(b.metadata.shadowRootOptions=D),["renderer","template","styles","dependencies"].forEach(L=>{w[L]&&Object.defineProperty(b,L,{get:()=>w[L]})})}},1437(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b={})=>P=>{Object.prototype.hasOwnProperty.call(P,"metadata")||(P.metadata={});const z=P.metadata;z.events||(z.events={});const N=z.events;N[w]||(b.bubbles=!!b.bubbles,b.cancelable=!!b.cancelable,N[w]=b)}},3651(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>(b,P)=>{b.metadata.i18n||(b.metadata.i18n={}),Object.defineProperty(b,P,{get:()=>b.i18nBundles[w],set(){}}),b.metadata.i18n[P]={bundleName:w,target:b}}},1642(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>(b,P)=>{const z=b.constructor;Object.prototype.hasOwnProperty.call(z,"metadata")||(z.metadata={});const N=z.metadata;N.properties||(N.properties={});const H=N.properties;H[P]||(H[P]=w??{})}},6993(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=function m(w){return(b,P)=>{const z=b.constructor;Object.prototype.hasOwnProperty.call(z,"metadata")||(z.metadata={});const N=z.metadata;N.slots||(N.slots={});const H=N.slots;if(w&&w.default&&H.default)throw new Error("Only one slot can be the default slot.");const C=w&&w.default?"default":P;(w=w||{type:HTMLElement}).type||(w.type=HTMLElement),H[C]||(H[C]=w),w.default&&(delete H.default.default,H.default.propertyName=P),z.metadata.managedSlots=!0}}},362(ge,W,f){"use strict";f.d(W,{A:()=>H});var m=f(5386);let E;const w=new Map,b=()=>(E||(E=new window.ResizeObserver(C=>{window.requestAnimationFrame(()=>{C.forEach(T=>{const D=w.get(T.target);D&&Promise.all(D.map(L=>L()))})})})),E),H=class N{static register(T,D){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((C,T)=>{const D=w.get(C)||[];D.length||b().observe(C),w.set(C,[...D,T])})(L,D):console.warn("Cannot register ResizeHandler for element",T)}static deregister(T,D){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((C,T)=>{const D=w.get(C)||[];if(0===D.length)return;const L=D.filter(ee=>ee!==T);0===L.length?(b().unobserve(C),w.delete(C)):w.set(C,L)})(L,D):console.warn("Cannot deregister ResizeHandler for element",T)}}},6162(ge,W,f){"use strict";f.d(W,{E2:()=>N,fc:()=>w,ok:()=>b,rM:()=>z});var m=f(467);const E=C=>{const T=C.getAttribute("form");if(T){const D=document.getElementById(T);return D instanceof HTMLFormElement?D:null}return C._internals?.form??null},w=C=>{H(C)&&b(C)},b=C=>{if(C._internals?.form){if(P(C),!C.name)return void C._internals?.setFormValue(null);C._internals.setFormValue(C.formFormattedValue)}},P=function(){var C=(0,m.A)(function*(T){if(T.isUI5Element&&T._internals?.form)if(T._internals.setValidity({customError:!0}," "),yield T.definePromise,T.formValidity&&Object.keys(T.formValidity).some(D=>D)){const D=yield T.formElementAnchor?.();T._internals.setValidity(T.formValidity,T.formValidityMessage,D)}else T._internals.setValidity({})});return function(D){return C.apply(this,arguments)}}(),z=function(){var C=(0,m.A)(function*(T){const D=E(T);if(!D)return;const L=[...D.elements];yield Promise.all(L.map(ee=>H(ee)?P(ee):Promise.resolve())),D.requestSubmit()});return function(D){return C.apply(this,arguments)}}(),N=C=>{E(C)?.reset()},H=C=>"formFormattedValue"in C&&"name"in C},5726(ge,W,f){"use strict";f.d(W,{Nm:()=>b,QP:()=>w,SS:()=>E,Xn:()=>P,dI:()=>z});const E="sap_horizon",w=["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_auto","sap_horizon_dark","sap_horizon_hc_auto","sap_horizon_hcb","sap_horizon_hcw"],b="en",P="en",z=["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]},9514(ge,W,f){"use strict";f.d(W,{A:()=>E});const E={version:"2.23.1",major:2,minor:23,patch:1,suffix:"",isNext:!1,buildTime:1781204653}},6156(ge,W,f){"use strict";f.d(W,{A:()=>z});const w=()=>{const N=document.createElement("meta");return N.setAttribute("name","ui5-shared-resources"),N.setAttribute("content",""),N},z=(N,H)=>{const C=N.split(".");let T=typeof document>"u"?null:((N,H=document.body,C)=>{let T=document.querySelector(N);return T||(T=C?C():document.createElement(N),H.insertBefore(T,H.firstChild))})('meta[name="ui5-shared-resources"]',document.head,w);if(!T)return H;for(let D=0;D<C.length;D++){const L=C[D],ee=D===C.length-1;Object.prototype.hasOwnProperty.call(T,L)||(T[L]=ee?H:{}),T=T[L]}return T}},4446(ge,W,f){"use strict";f.d(W,{Ay:()=>$e,HE:()=>be});var m=f(467),E=f(1175),w=f(4217),b=f(5726);const P=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,z=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,N={he:"iw",yi:"ji",nb:"no",sr:"sh"},T={zh_HK:"zh_TW",in:"id"},L=We=>{if(!We)return b.Xn;if(T[We])return T[We];const Re=We.lastIndexOf("_");return Re>=0?We.slice(0,Re):We!==b.Xn?b.Xn:""};var ee=f(4181);const j=new Set,q=new Set,te=new Map,V=new Map,B=new Map,J=(We,Re)=>{te.set(We,Re)},X=(We,Re)=>B.has(`${We}/${Re}`),ve=(We,Re)=>Re!==b.Nm&&!X(We,Re),Pe=function(){var We=(0,m.A)(function*(Re){const Xe=(0,E.A)().getLanguage(),Ae=(0,E.A)().getRegion(),at=(0,E.A)().getVariant();let Le=Xe+(Ae?`-${Ae}`:"")+(at?`-${at}`:"");if(ve(Re,Le))for(Le=(We=>{let Re;if(!We)return b.Xn;if("string"==typeof We&&(Re=P.exec(We.replace(/_/g,"-")))){let Xe=Re[1].toLowerCase(),Ae=Re[3]?Re[3].toUpperCase():void 0;const at=Re[2]?Re[2].toLowerCase():void 0,Le=Re[4]?Re[4].slice(1):void 0,Ue=Re[6];return Xe=N[Xe]||Xe,Ue&&(Re=z.exec(Ue))||Le&&(Re=z.exec(Le))?`en_US_${Re[1].toLowerCase()}`:("zh"===Xe&&!Ae&&("hans"===at?Ae="CN":"hant"===at&&(Ae="TW")),Xe+(Ae?"_"+Ae+(Le?"_"+Le.replace("-","_"):""):""))}return b.Xn})(Le);ve(Re,Le);)Le=L(Le);const Ue=(0,ee.mE)();if(Le!==b.Nm||Ue)if(X(Re,Le))try{const He=yield((We,Re)=>{const Xe=`${We}/${Re}`,Ae=B.get(Xe);return Ae&&!V.get(Xe)&&V.set(Xe,Ae(Re)),V.get(Xe)})(Re,Le);J(Re,He)}catch(He){const Y=He;q.has(Y.message)||(q.add(Y.message),console.error(Y.message))}else(We=>{j.has(We)||(console.warn(`[${We}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${We}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),j.add(We))})(Re);else J(Re,null)});return function(Xe){return We.apply(this,arguments)}}();(0,w._F)(We=>{const Re=[...te.keys()];return Promise.all(Re.map(Pe))});const ke=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,me=new Map;class Ge{constructor(Re){this.packageName=Re}getText(Re,...Xe){if("string"==typeof Re&&(Re={key:Re,defaultText:Re}),!Re||!Re.key)return"";const Ae=te.get(this.packageName);return Ae&&!Ae[Re.key]&&console.warn(`Key ${Re.key} not found in the i18n bundle, the default text will be used`),((We,Re)=>(Re=Re||[],We.replace(ke,(Xe,Ae,at,Le,Ue)=>{if(Ae)return"'";if(at)return at.replace(/''/g,"'");if(Le){const He="string"==typeof Le?parseInt(Le):Le;return String(Re[He])}throw new Error(`[i18n]: pattern syntax error at pos ${Ue}`)})))(Ae&&Ae[Re.key]?Ae[Re.key]:Re.defaultText||Re.key,Xe)}}const be=function(){var We=(0,m.A)(function*(Re){return yield Pe(Re),(We=>{if(me.has(We))return me.get(We);const Re=new Ge(We);return me.set(We,Re),Re})(Re)});return function(Xe){return We.apply(this,arguments)}}(),$e=Ge},8012(ge,W,f){"use strict";f.d(W,{A:()=>E,J:()=>w});const m=new Set,E=b=>{m.add(b)},w=b=>m.has(b)},1175(ge,W,f){"use strict";f.d(W,{A:()=>ee});var m=f(5726);const E=typeof document>"u";var P=f(4181);const z=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,H=class N{constructor(q){const te=z.exec(q.replace(/_/g,"-"));if(null===te)throw new Error(`The given language ${q} does not adhere to BCP-47.`);this.sLocaleId=q,this.sLanguage=te[1]||m.Nm,this.sScript=te[2]||"",this.sRegion=te[3]||"",this.sVariant=te[4]&&te[4].slice(1)||null,this.sExtension=te[5]&&te[5].slice(1)||null,this.sPrivateUse=te[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,V=>V.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(q){return this.getPrivateUseSubtags().indexOf(q)>=0}toString(){const q=[this.sLanguage];return this.sScript&&q.push(this.sScript),this.sRegion&&q.push(this.sRegion),this.sVariant&&q.push(this.sVariant),this.sExtension&&q.push(this.sExtension),this.sPrivateUse&&q.push(this.sPrivateUse),q.join("-")}},C=new Map,T=j=>(C.has(j)||C.set(j,new H(j)),C.get(j)),D=j=>{try{if(j&&"string"==typeof j)return T(j)}catch{}return new H(m.Xn)},ee=j=>{if(j)return D(j);const q=(0,P.Z0)();return q?T(q):D((()=>{if(E)return m.Nm;const j=navigator.languages;return j&&j[0]||navigator.language||m.Nm})())}},4217(ge,W,f){"use strict";f.d(W,{_F:()=>b,lb:()=>z});const E=new(f(1241).A),w="languageChange",b=N=>{E.attachEvent(w,N)},z=N=>E.fireEventAsync(w,N)},1834(ge,W,f){"use strict";f.d(W,{A:()=>u});var m,E,w,P,z,N,H,C,T,D,L,ee,j={},q=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,V=Array.isArray;function B(_,p){for(var v in p)_[v]=p[v];return _}function ne(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function le(_,p,v,R,O){var Z={type:_,props:p,key:v,ref:R,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:O??++w,__i:-1,__u:0};return null==O&&null!=E.vnode&&E.vnode(Z),Z}function ue(_){return _.children}function ce(_,p){this.props=_,this.context=p}function ve(_,p){if(null==p)return _.__?ve(_.__,_.__i+1):null;for(var v;p<_.__k.length;p++)if(null!=(v=_.__k[p])&&null!=v.__e)return v.__e;return"function"==typeof _.type?ve(_):null}function Pe(_){var p,v;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,p=0;p<_.__k.length;p++)if(null!=(v=_.__k[p])&&null!=v.__e){_.__e=_.__c.base=v.__e;break}return Pe(_)}}function ke(_){(!_.__d&&(_.__d=!0)&&P.push(_)&&!Ee.__r++||z!==E.debounceRendering)&&((z=E.debounceRendering)||N)(Ee)}function Ee(){var _,p,v,R,O,Z,ie,Ne;for(P.sort(H);_=P.shift();)_.__d&&(p=P.length,R=void 0,Z=(O=(v=_).__v).__e,ie=[],Ne=[],v.__P&&((R=B({},O)).__v=O.__v+1,E.vnode&&E.vnode(R),We(v.__P,R,O,v.__n,v.__P.namespaceURI,32&O.__u?[Z]:null,ie,Z??ve(O),!!(32&O.__u),Ne),R.__v=O.__v,R.__.__k[R.__i]=R,Re(ie,R,Ne),R.__e!=Z&&Pe(R)),P.length>p&&P.sort(H));Ee.__r=0}function Ie(_,p,v,R,O,Z,ie,Ne,it,g,Ze){var De,Gt,I,x,se,Ce,he=R&&R.__k||q,_e=p.length;for(it=function me(_,p,v,R){var O,Z,ie,Ne,it,g=p.length,Ze=v.length,De=Ze,Gt=0;for(_.__k=[],O=0;O<g;O++)null!=(Z=p[O])&&"boolean"!=typeof Z&&"function"!=typeof Z?(Ne=O+Gt,(Z=_.__k[O]="string"==typeof Z||"number"==typeof Z||"bigint"==typeof Z||Z.constructor==String?le(null,Z,null,null,null):V(Z)?le(ue,{children:Z},null,null,null):void 0===Z.constructor&&Z.__b>0?le(Z.type,Z.props,Z.key,Z.ref?Z.ref:null,Z.__v):Z).__=_,Z.__b=_.__b+1,ie=null,-1!==(it=Z.__i=st(Z,v,Ne,De))&&(De--,(ie=v[it])&&(ie.__u|=2)),null==ie||null===ie.__v?(-1==it&&Gt--,"function"!=typeof Z.type&&(Z.__u|=4)):it!==Ne&&(it==Ne-1?Gt--:it==Ne+1?Gt++:(it>Ne?Gt--:Gt++,Z.__u|=4))):Z=_.__k[O]=null;if(De)for(O=0;O<Ze;O++)null!=(ie=v[O])&&!(2&ie.__u)&&(ie.__e==R&&(R=ve(ie)),at(ie,ie));return R}(v,p,he,it),De=0;De<_e;De++)null!=(I=v.__k[De])&&(Gt=-1===I.__i?j:he[I.__i]||j,I.__i=De,Ce=We(_,I,Gt,O,Z,ie,Ne,it,g,Ze),x=I.__e,I.ref&&Gt.ref!=I.ref&&(Gt.ref&&Ae(Gt.ref,null,I),Ze.push(I.ref,I.__c||x,I)),null==se&&null!=x&&(se=x),4&I.__u||Gt.__k===I.__k?it=ct(I,it,_):"function"==typeof I.type&&void 0!==Ce?it=Ce:x&&(it=x.nextSibling),I.__u&=-7);return v.__e=se,it}function ct(_,p,v){var R,O;if("function"==typeof _.type){for(R=_.__k,O=0;R&&O<R.length;O++)R[O]&&(R[O].__=_,p=ct(R[O],p,v));return p}_.__e!=p&&(p&&_.type&&!v.contains(p)&&(p=ve(_)),v.insertBefore(_.__e,p||null),p=_.__e);do{p=p&&p.nextSibling}while(null!=p&&8===p.nodeType);return p}function st(_,p,v,R){var O=_.key,Z=_.type,ie=v-1,Ne=v+1,it=p[v];if(null===it||it&&O==it.key&&Z===it.type&&!(2&it.__u))return v;if(("function"!=typeof Z||Z===ue||O)&&R>(null==it||2&it.__u?0:1))for(;ie>=0||Ne<p.length;){if(ie>=0){if((it=p[ie])&&!(2&it.__u)&&O==it.key&&Z===it.type)return ie;ie--}if(Ne<p.length){if((it=p[Ne])&&!(2&it.__u)&&O==it.key&&Z===it.type)return Ne;Ne++}}return-1}function be(_,p,v){"-"===p[0]?_.setProperty(p,v??""):_[p]=null==v?"":"number"!=typeof v||te.test(p)?v:v+"px"}function Be(_,p,v,R,O){var Z,ie;e:if("style"===p)if("string"==typeof v)_.style.cssText=v;else{if("string"==typeof R&&(_.style.cssText=R=""),R)for(p in R)v&&p in v||be(_.style,p,"");if(v)for(p in v)R&&v[p]===R[p]||be(_.style,p,v[p])}else if("o"===p[0]&&"n"===p[1])Z=p!==(p=p.replace(C,"$1")),p=p.toLowerCase()in _||"onFocusOut"===p||"onFocusIn"===p?p.toLowerCase().slice(2):p.slice(2),_.l||(_.l={}),_.l[p+Z]=v,v?R?v.t=R.t:(v.t=T,_.addEventListener(p,Z?L:D,Z)):_.removeEventListener(p,Z?L:D,Z);else{if("http://www.w3.org/2000/svg"==O)p=p.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=p&&"height"!=p&&"href"!=p&&"list"!=p&&"form"!=p&&"tabIndex"!=p&&"download"!=p&&"rowSpan"!=p&&"colSpan"!=p&&"role"!=p&&"popover"!=p&&p in _)try{ie=_.tagName&&_.tagName.includes("-"),_[p]=null!=v||ie?v:"";break e}catch{}"function"==typeof v||(null==v||!1===v&&"-"!==p[4]?_.removeAttribute(p):_.setAttribute(p,"popover"==p&&1==v?"":v))}}function $e(_){return function(p){if(this.l){var v=this.l[p.type+_];if(null==p.u)p.u=T++;else if(p.u<v.t)return;return v(E.event?E.event(p):p)}}}function We(_,p,v,R,O,Z,ie,Ne,it,g){var Ze,De,Gt,I,x,se,Ce,he,_e,Ye,tt,mt,vt,Ft,Me,Xt,St,Kt=p.type;if(void 0!==p.constructor)return null;128&v.__u&&(it=!!(32&v.__u),Z=[Ne=p.__e=v.__e]),(Ze=E.__b)&&Ze(p);e:if("function"==typeof Kt)try{if(he=p.props,_e="prototype"in Kt&&Kt.prototype.render,Ye=(Ze=Kt.contextType)&&R[Ze.__c],tt=Ze?Ye?Ye.props.value:Ze.__:R,v.__c?Ce=(De=p.__c=v.__c).__=De.__E:(_e?p.__c=De=new Kt(he,tt):(p.__c=De=new ce(he,tt),De.constructor=Kt,De.render=Le),Ye&&Ye.sub(De),De.props=he,De.state||(De.state={}),De.context=tt,De.__n=R,Gt=De.__d=!0,De.__h=[],De._sb=[]),_e&&null==De.__s&&(De.__s=De.state),_e&&null!=Kt.getDerivedStateFromProps&&(De.__s==De.state&&(De.__s=B({},De.__s)),B(De.__s,Kt.getDerivedStateFromProps(he,De.__s))),I=De.props,x=De.state,De.__v=p,Gt)_e&&null==Kt.getDerivedStateFromProps&&null!=De.componentWillMount&&De.componentWillMount(),_e&&null!=De.componentDidMount&&De.__h.push(De.componentDidMount);else{if(_e&&null==Kt.getDerivedStateFromProps&&he!==I&&null!=De.componentWillReceiveProps&&De.componentWillReceiveProps(he,tt),!De.__e&&(null!=De.shouldComponentUpdate&&!1===De.shouldComponentUpdate(he,De.__s,tt)||p.__v===v.__v)){for(p.__v!==v.__v&&(De.props=he,De.state=De.__s,De.__d=!1),p.__e=v.__e,p.__k=v.__k,p.__k.some(function(nn){nn&&(nn.__=p)}),mt=0;mt<De._sb.length;mt++)De.__h.push(De._sb[mt]);De._sb=[],De.__h.length&&ie.push(De);break e}null!=De.componentWillUpdate&&De.componentWillUpdate(he,De.__s,tt),_e&&null!=De.componentDidUpdate&&De.__h.push(function(){De.componentDidUpdate(I,x,se)})}if(De.context=tt,De.props=he,De.__P=_,De.__e=!1,vt=E.__r,Ft=0,_e){for(De.state=De.__s,De.__d=!1,vt&&vt(p),Ze=De.render(De.props,De.state,De.context),Me=0;Me<De._sb.length;Me++)De.__h.push(De._sb[Me]);De._sb=[]}else do{De.__d=!1,vt&&vt(p),Ze=De.render(De.props,De.state,De.context),De.state=De.__s}while(De.__d&&++Ft<25);De.state=De.__s,null!=De.getChildContext&&(R=B(B({},R),De.getChildContext())),_e&&!Gt&&null!=De.getSnapshotBeforeUpdate&&(se=De.getSnapshotBeforeUpdate(I,x)),Ne=Ie(_,V(Xt=null!=Ze&&Ze.type===ue&&null==Ze.key?Ze.props.children:Ze)?Xt:[Xt],p,v,R,O,Z,ie,Ne,it,g),De.base=p.__e,p.__u&=-161,De.__h.length&&ie.push(De),Ce&&(De.__E=De.__=null)}catch(nn){if(p.__v=null,it||null!=Z)if(nn.then){for(p.__u|=it?160:128;Ne&&8===Ne.nodeType&&Ne.nextSibling;)Ne=Ne.nextSibling;Z[Z.indexOf(Ne)]=null,p.__e=Ne}else for(St=Z.length;St--;)ne(Z[St]);else p.__e=v.__e,p.__k=v.__k;E.__e(nn,p,v)}else null==Z&&p.__v===v.__v?(p.__k=v.__k,p.__e=v.__e):Ne=p.__e=function Xe(_,p,v,R,O,Z,ie,Ne,it){var g,Ze,De,Gt,I,x,se,Ce,he=v.props,_e=p.props,Ye=p.type;if("svg"===Ye?O="http://www.w3.org/2000/svg":"math"===Ye?O="http://www.w3.org/1998/Math/MathML":O||(O="http://www.w3.org/1999/xhtml"),null!=Z)for(g=0;g<Z.length;g++)if((I=Z[g])&&"setAttribute"in I==!!Ye&&(Ye?I.localName===Ye:3===I.nodeType)){_=I,Z[g]=null;break}if(null==_){if(null===Ye)return document.createTextNode(_e);_=document.createElementNS(O,Ye,_e.is&&_e),Ne&&(E.__m&&E.__m(p,Z),Ne=!1),Z=null}if(null===Ye)he===_e||Ne&&_.data===_e||(_.data=_e);else{if(Z=Z&&m.call(_.childNodes),he=v.props||j,!Ne&&null!=Z)for(he={},g=0;g<_.attributes.length;g++)he[(I=_.attributes[g]).name]=I.value;for(g in he)if(I=he[g],"children"!=g)if("dangerouslySetInnerHTML"==g)De=I;else if(!(g in _e)){if("value"==g&&"defaultValue"in _e||"checked"==g&&"defaultChecked"in _e)continue;Be(_,g,null,I,O)}for(g in _e)I=_e[g],"children"==g?Gt=I:"dangerouslySetInnerHTML"==g?Ze=I:"value"==g?x=I:"checked"==g?se=I:Ne&&"function"!=typeof I||he[g]===I||((g.startsWith("on")||"ref"===g&&"function"==typeof I)&&(Ce=R[Object.keys(R)[0]])&&(I=I.bind(Ce.props.value)),Be(_,g,I,he[g],O));if(Ze)Ne||De&&(Ze.__html===De.__html||Ze.__html===_.innerHTML)||(_.innerHTML=Ze.__html),p.__k=[];else if(De&&(_.innerHTML=""),Ie(_,V(Gt)?Gt:[Gt],p,v,R,"foreignObject"===Ye?"http://www.w3.org/1999/xhtml":O,Z,ie,Z?Z[0]:v.__k&&ve(v,0),Ne,it),null!=Z)for(g=Z.length;g--;)ne(Z[g]);Ne||(g="value","progress"===Ye&&null==x?_.removeAttribute("value"):void 0!==x&&(x!==_[g]||"progress"===Ye&&!x||"option"===Ye&&x!==he[g])&&Be(_,g,x,he[g],O),g="checked",void 0!==se&&se!==_[g]&&Be(_,g,se,he[g],O))}return _}(v.__e,p,v,R,O,Z,ie,it,g);return(Ze=E.diffed)&&Ze(p),128&p.__u?void 0:Ne}function Re(_,p,v){for(var R=0;R<v.length;R++)Ae(v[R],v[++R],v[++R]);E.__c&&E.__c(p,_),_.some(function(O){try{_=O.__h,O.__h=[],_.some(function(Z){Z.call(O)})}catch(Z){E.__e(Z,O.__v)}})}function Ae(_,p,v){try{if("function"==typeof _){var R="function"==typeof _.__u;R&&_.__u(),R&&null==p||(_.__u=_(p))}else _.current=p}catch(O){E.__e(O,v)}}function at(_,p,v){var R,O;if(E.unmount&&E.unmount(_),(R=_.ref)&&(R.current&&R.current!==_.__e||Ae(R,null,p)),null!=(R=_.__c)){if(R.componentWillUnmount)try{R.componentWillUnmount()}catch(Z){E.__e(Z,p)}R.base=R.__P=null}if(R=_.__k)for(O=0;O<R.length;O++)R[O]&&at(R[O],p,v||"function"!=typeof _.type);v||ne(_.__e),_.__c=_.__=_.__e=void 0}function Le(_,p,v){return this.constructor(_,v)}function Ue(_,p,v){var R,O,Z,ie;p===document&&(p=document.documentElement),E.__&&E.__(_,p),O=(R="function"==typeof v)?null:v&&v.__k||p.__k,Z=[],ie=[],We(p,_=(!R&&v||p).__k=function J(_,p,v){var R,O,Z,ie={};for(Z in p)"key"==Z?R=p[Z]:"ref"==Z?O=p[Z]:ie[Z]=p[Z];if(arguments.length>2&&(ie.children=arguments.length>3?m.call(arguments,2):v),"function"==typeof _&&null!=_.defaultProps)for(Z in _.defaultProps)void 0===ie[Z]&&(ie[Z]=_.defaultProps[Z]);return le(_,ie,R,O,null)}(ue,null,[_]),O||j,j,p.namespaceURI,!R&&v?[v]:O?null:p.firstChild?m.call(p.childNodes):null,Z,!R&&v?v:O?O.__e:p.firstChild,R,ie),Re(Z,_,ie)}function He(_,p){Ue(_,p,He)}m=q.slice,E={__e:function(_,p,v,R){for(var O,Z,ie;p=p.__;)if((O=p.__c)&&!O.__)try{if((Z=O.constructor)&&null!=Z.getDerivedStateFromError&&(O.setState(Z.getDerivedStateFromError(_)),ie=O.__d),null!=O.componentDidCatch&&(O.componentDidCatch(_,R||{}),ie=O.__d),ie)return O.__E=O}catch(Ne){_=Ne}throw _}},w=0,ce.prototype.setState=function(_,p){var v;v=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=B({},this.state),"function"==typeof _&&(_=_(B({},v),this.props)),_&&B(v,_),null!=_&&this.__v&&(p&&this._sb.push(p),ke(this))},ce.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),ke(this))},ce.prototype.render=ue,P=[],N="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,H=function(_,p){return _.__v.__b-p.__v.__b},Ee.__r=0,C=/(PointerCapture)$|Capture$/i,T=0,D=$e(!1),L=$e(!0),ee=0;var an=0;const K=new WeakMap,u=(_,p)=>{let v=K.get(_);v||(v=function ye(_,p){var v={__c:p="__cC"+ee++,__:_,Consumer:function(R,O){return R.children(O)},Provider:function(R){var O,Z;return this.getChildContext||(O=new Set,(Z={})[p]=this,this.getChildContext=function(){return Z},this.componentWillUnmount=function(){O=null},this.shouldComponentUpdate=function(ie){this.props.value!==ie.value&&O.forEach(function(Ne){Ne.__e=!0,ke(Ne)})},this.sub=function(ie){O.add(ie);var Ne=ie.componentWillUnmount;ie.componentWillUnmount=function(){O&&O.delete(ie),Ne&&Ne.call(ie)}}),R.children}};return v.Provider.__=v.Consumer.contextType=v}(_),K.set(_,v));const R=_.render(),O=function It(_,p,v,R,O,Z){p||(p={});var ie,Ne,it=p;"ref"in p&&(ie=p.ref,delete p.ref);var g={type:_,props:it,key:v,ref:ie,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--an,__i:-1,__u:0,__source:O,__self:Z};if("function"==typeof _&&(ie=_.defaultProps))for(Ne in ie)void 0===it[Ne]&&(it[Ne]=ie[Ne]);return E.vnode&&E.vnode(g),g}(v.Provider,{value:_,children:R});_.__shouldHydrate?(_.shadowRoot?.querySelectorAll("style").forEach(Z=>Z.remove()),He(O,p),_.__shouldHydrate=!1):Ue(O,p)}},3823(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b)=>w.call(b)},8431(ge,W,f){"use strict";f.d(W,{A:()=>H});
1
+ (()=>{var oy={9272(ie){var u;self,u=()=>(()=>{"use strict";var H={d:(I,w)=>{for(var S in w)H.o(w,S)&&!H.o(I,S)&&Object.defineProperty(I,S,{enumerable:!0,get:w[S]})},o:(I,w)=>Object.prototype.hasOwnProperty.call(I,w)},u={};function h(I,w){if(!(I instanceof w))throw new TypeError("Cannot call a class as a function")}function v(I){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(w){return typeof w}:function(w){return w&&"function"==typeof Symbol&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":typeof w})(I)}function y(I){var w=function(S){if("object"!=v(S)||!S)return S;var O=S[Symbol.toPrimitive];if(void 0!==O){var X=O.call(S,"string");if("object"!=v(X))return X;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(S)}(I);return"symbol"==v(w)?w:w+""}function g(I,w){for(var S=0;S<w.length;S++){var O=w[S];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(I,y(O.key),O)}}function M(I,w,S){return w&&g(I.prototype,w),S&&g(I,S),Object.defineProperty(I,"prototype",{writable:!1}),I}function L(I,w,S){return(w=y(w))in I?Object.defineProperty(I,w,{value:S,enumerable:!0,configurable:!0,writable:!0}):I[w]=S,I}H.d(u,{default:()=>U});var F=new(M(function I(){h(this,I)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(I){return I&&"[object Function]"==={}.toString.call(I)}},{key:"isPromise",value:function(I){return I&&this.isFunction(I.then)}},{key:"isObject",value:function(I){return I&&"object"===v(I)&&!Array.isArray(I)}},{key:"deepMerge",value:function(I){for(var w=arguments.length,S=new Array(w>1?w-1:0),O=1;O<w;O++)S[O-1]=arguments[O];if(!S.length)return I;var X=S.shift();if(this.isObject(I)&&this.isObject(X))for(var P in X)this.isObject(X[P])?(I[P]||Object.assign(I,L({},P,{})),this.deepMerge(I[P],X[P])):Object.assign(I,L({},P,X[P]));return this.deepMerge.apply(this,[I].concat(S))}},{key:"prependOrigin",value:function(I){if(I.startsWith("http"))return I;var w=I.startsWith("/");return I.length?window.location.origin+(w?"":"/")+I:window.location.origin}}])),U=M(function I(){var w=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};h(this,I);var S={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},O=F.deepMerge(S,w);this.settings=O},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(I){var w=I.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(w))}},{key:"userInfo",value:function(){var I=this;return new Promise(function(w,S){var O=I.getAuthData(),X=I.parseIdToken(O.idToken);w({email:X.email?X.email:"",name:X.name?X.name:""})})}},{key:"login",value:function(){var I=this;return new Promise(function(w,S){var O=I.settings,X=O.nonceFn&&O.nonceFn()||I.generateNonce();sessionStorage.setItem("luigi.nonceValue",X),O.oAuthData.nonce||(O.oAuthData.nonce=X);var P=function(x,z){return Object.assign(document.createElement("input"),{name:x,id:x,value:z,type:"hidden"})},ne=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:O.authorizeUrl,method:O.authorizeMethod,target:"_self"});for(var J in O.oAuthData.redirect_uri="".concat(F.prependOrigin(O.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),O.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+X),O.oAuthData){var K=P(J,O.oAuthData[J]);ne.appendChild(K.cloneNode())}document.getElementsByTagName("body")[0].appendChild(ne),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(x){console.info("load, e",x,I)})})}},{key:"logout",value:function(I,w){var S=this.settings,O="".concat(S.logoutUrl,"?id_token_hint=").concat(I.idToken,"&client_id=").concat(S.oAuthData.client_id,"&post_logout_redirect_uri=").concat(F.prependOrigin(S.post_logout_redirect_uri));w&&w(),setTimeout(function(){window.location.href=O})}},{key:"setTokenExpirationAction",value:function(){var I=this;this.expirationCheckIntervalInstance=setInterval(function(){var w=I.getAuthData();if(!w)return clearInterval(I.expirationCheckIntervalInstance);if((w&&w.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(I.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var S="".concat(I.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(F.prependOrigin(I.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",I.settings,void 0,S)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var I=this,w=1e3*this.settings.accessTokenExpiringNotificationTime,S=1e3*this.settings.expirationCheckInterval,O=this.getAuthData();O&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(O&&O.accessTokenExpirationDate||0)-(new Date).getTime()<w&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",I.settings),clearInterval(I.expirationSoonCheckIntervalInstance))},S))}},{key:"generateNonce",value:function(){var I=window.crypto;return Array.from(I.getRandomValues(new Uint8Array(20))).map(function(w){for(;w>=61*Math.floor(256/61);)w=I.getRandomValues(new Uint8Array(1))[0];return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[w%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return u.default})(),ie.exports=u()},5667(ie,H,u){ie=u.nmd(ie);var v="__lodash_hash_undefined__",M=9007199254740991,L="[object Arguments]",F="[object Array]",I="[object Boolean]",w="[object Date]",S="[object Error]",O="[object Function]",P="[object Map]",ne="[object Number]",K="[object Object]",x="[object Promise]",q="[object RegExp]",Z="[object Set]",ce="[object String]",ve="[object WeakMap]",Pe="[object ArrayBuffer]",Ee="[object DataView]",Ke=/^\[object .+?Constructor\]$/,$e=/^(?:0|[1-9]\d*)$/,ae={};ae["[object Float32Array]"]=ae["[object Float64Array]"]=ae["[object Int8Array]"]=ae["[object Int16Array]"]=ae["[object Int32Array]"]=ae["[object Uint8Array]"]=ae["[object Uint8ClampedArray]"]=ae["[object Uint16Array]"]=ae["[object Uint32Array]"]=!0,ae[L]=ae[F]=ae[Pe]=ae[I]=ae[Ee]=ae[w]=ae[S]=ae[O]=ae[P]=ae[ne]=ae[K]=ae[q]=ae[Z]=ae[ce]=ae[ve]=!1;var ft="object"==typeof global&&global&&global.Object===Object&&global,Ye="object"==typeof self&&self&&self.Object===Object&&self,Se=ft||Ye||Function("return this")(),pt=H&&!H.nodeType&&H,tt=pt&&ie&&!ie.nodeType&&ie,ht=tt&&tt.exports===pt,Ut=ht&&ft.process,Xt=function(){try{return Ut&&Ut.binding&&Ut.binding("util")}catch{}}(),gt=Xt&&Xt.isTypedArray;function hn(N,te){for(var Ue=-1,st=null==N?0:N.length;++Ue<st;)if(te(N[Ue],Ue,N))return!0;return!1}function Je(N,te){return N.has(te)}function an(N){var te=-1,Ue=Array(N.size);return N.forEach(function(st,qt){Ue[++te]=[qt,st]}),Ue}function W(N){var te=-1,Ue=Array(N.size);return N.forEach(function(st){Ue[++te]=st}),Ue}var N,ue=Array.prototype,E=Object.prototype,m=Se["__core-js_shared__"],C=Function.prototype.toString,R=E.hasOwnProperty,Y=(N=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"",p=E.toString,A=RegExp("^"+C.call(R).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),G=ht?Se.Buffer:void 0,me=Se.Symbol,Be=Se.Uint8Array,f=E.propertyIsEnumerable,at=ue.splice,ye=me?me.toStringTag:void 0,Zt=Object.getOwnPropertySymbols,D=G?G.isBuffer:void 0,k=function Me(N,te){return function(Ue){return N(te(Ue))}}(Object.keys,Object),oe=bi(Se,"DataView"),Te=bi(Se,"Map"),ge=bi(Se,"Promise"),de=bi(Se,"Set"),Ge=bi(Se,"WeakMap"),Xe=bi(Object,"create"),ct=B(oe),ut=B(Te),yt=B(ge),Oe=B(de),kt=B(Ge),dt=me?me.prototype:void 0,Kt=dt?dt.valueOf:void 0;function re(N){var te=-1,Ue=null==N?0:N.length;for(this.clear();++te<Ue;){var st=N[te];this.set(st[0],st[1])}}function Ct(N){var te=-1,Ue=null==N?0:N.length;for(this.clear();++te<Ue;){var st=N[te];this.set(st[0],st[1])}}function ln(N){var te=-1,Ue=null==N?0:N.length;for(this.clear();++te<Ue;){var st=N[te];this.set(st[0],st[1])}}function Et(N){var te=-1,Ue=null==N?0:N.length;for(this.__data__=new ln;++te<Ue;)this.add(N[te])}function Xi(N){var te=this.__data__=new Ct(N);this.size=te.size}function ro(N,te){for(var Ue=N.length;Ue--;)if(_e(N[Ue][0],te))return Ue;return-1}function Eo(N){return null==N?void 0===N?"[object Undefined]":"[object Null]":ye&&ye in Object(N)?function ss(N){var te=R.call(N,ye),Ue=N[ye];try{N[ye]=void 0;var st=!0}catch{}var qt=p.call(N);return st&&(te?N[ye]=Ue:delete N[ye]),qt}(N):function ao(N){return p.call(N)}(N)}function Bi(N){return Un(N)&&Eo(N)==L}function Ri(N,te,Ue,st,qt){return N===te||(null==N||null==te||!Un(N)&&!Un(te)?N!=N&&te!=te:function $n(N,te,Ue,st,qt,xt){var Tn=_t(N),Ht=_t(te),un=Tn?F:wi(N),Tt=Ht?F:wi(te),ci=(un=un==L?K:un)==K,Ot=(Tt=Tt==L?K:Tt)==K,_n=un==Tt;if(_n&&Nt(N)){if(!Nt(te))return!1;Tn=!0,ci=!1}if(_n&&!ci)return xt||(xt=new Xi),Tn||ni(N)?Po(N,te,Ue,st,qt,xt):function Ji(N,te,Ue,st,qt,xt,Tn){switch(Ue){case Ee:if(N.byteLength!=te.byteLength||N.byteOffset!=te.byteOffset)return!1;N=N.buffer,te=te.buffer;case Pe:return!(N.byteLength!=te.byteLength||!xt(new Be(N),new Be(te)));case I:case w:case ne:return _e(+N,+te);case S:return N.name==te.name&&N.message==te.message;case q:case ce:return N==te+"";case P:var Ht=an;case Z:if(Ht||(Ht=W),N.size!=te.size&&!(1&st))return!1;var Tt=Tn.get(N);if(Tt)return Tt==te;st|=2,Tn.set(N,te);var ci=Po(Ht(N),Ht(te),st,qt,xt,Tn);return Tn.delete(N),ci;case"[object Symbol]":if(Kt)return Kt.call(N)==Kt.call(te)}return!1}(N,te,un,Ue,st,qt,xt);if(!(1&Ue)){var oi=ci&&R.call(N,"__wrapped__"),Yn=Ot&&R.call(te,"__wrapped__");if(oi||Yn){var It=oi?N.value():N,jt=Yn?te.value():te;return xt||(xt=new Xi),qt(It,jt,Ue,st,xt)}}return!!_n&&(xt||(xt=new Xi),function br(N,te,Ue,st,qt,xt){var Tn=1&Ue,Ht=zt(N),un=Ht.length;if(un!=zt(te).length&&!Tn)return!1;for(var Ot=un;Ot--;){var _n=Ht[Ot];if(!(Tn?_n in te:R.call(te,_n)))return!1}var oi=xt.get(N);if(oi&&xt.get(te))return oi==te;var Yn=!0;xt.set(N,te),xt.set(te,N);for(var It=Tn;++Ot<un;){var jt=N[_n=Ht[Ot]],To=te[_n];if(st)var as=Tn?st(To,jt,_n,te,N,xt):st(jt,To,_n,N,te,xt);if(!(void 0===as?jt===To||qt(jt,To,Ue,st,xt):as)){Yn=!1;break}It||(It="constructor"==_n)}if(Yn&&!It){var co=N.constructor,So=te.constructor;co!=So&&"constructor"in N&&"constructor"in te&&!("function"==typeof co&&co instanceof co&&"function"==typeof So&&So instanceof So)&&(Yn=!1)}return xt.delete(N),xt.delete(te),Yn}(N,te,Ue,st,qt,xt))}(N,te,Ue,st,Ri,qt))}function Po(N,te,Ue,st,qt,xt){var Tn=1&Ue,Ht=N.length,un=te.length;if(Ht!=un&&!(Tn&&un>Ht))return!1;var Tt=xt.get(N);if(Tt&&xt.get(te))return Tt==te;var ci=-1,Ot=!0,_n=2&Ue?new Et:void 0;for(xt.set(N,te),xt.set(te,N);++ci<Ht;){var oi=N[ci],Yn=te[ci];if(st)var It=Tn?st(Yn,oi,ci,te,N,xt):st(oi,Yn,ci,N,te,xt);if(void 0!==It){if(It)continue;Ot=!1;break}if(_n){if(!hn(te,function(jt,To){if(!Je(_n,To)&&(oi===jt||qt(oi,jt,Ue,st,xt)))return _n.push(To)})){Ot=!1;break}}else if(oi!==Yn&&!qt(oi,Yn,Ue,st,xt)){Ot=!1;break}}return xt.delete(N),xt.delete(te),Ot}function zt(N){return function so(N,te,Ue){var st=te(N);return _t(N)?st:function Mt(N,te){for(var Ue=-1,st=te.length,qt=N.length;++Ue<st;)N[qt+Ue]=te[Ue];return N}(st,Ue(N))}(N,Vn,Wo)}function yi(N,te){var Ue=N.__data__;return function Ni(N){var te=typeof N;return"string"==te||"number"==te||"symbol"==te||"boolean"==te?"__proto__"!==N:null===N}(te)?Ue["string"==typeof te?"string":"hash"]:Ue.map}function bi(N,te){var Ue=function Dt(N,te){return N?.[te]}(N,te);return function vt(N){return!(!Bn(N)||function Bo(N){return!!Y&&Y in N}(N))&&(mn(N)?A:Ke).test(B(N))}(Ue)?Ue:void 0}re.prototype.clear=function we(){this.__data__=Xe?Xe(null):{},this.size=0},re.prototype.delete=function $(N){var te=this.has(N)&&delete this.__data__[N];return this.size-=te?1:0,te},re.prototype.get=function xe(N){var te=this.__data__;if(Xe){var Ue=te[N];return Ue===v?void 0:Ue}return R.call(te,N)?te[N]:void 0},re.prototype.has=function He(N){var te=this.__data__;return Xe?void 0!==te[N]:R.call(te,N)},re.prototype.set=function it(N,te){var Ue=this.__data__;return this.size+=this.has(N)?0:1,Ue[N]=Xe&&void 0===te?v:te,this},Ct.prototype.clear=function Rt(){this.__data__=[],this.size=0},Ct.prototype.delete=function ke(N){var te=this.__data__,Ue=ro(te,N);return!(Ue<0||(Ue==te.length-1?te.pop():at.call(te,Ue,1),--this.size,0))},Ct.prototype.get=function en(N){var te=this.__data__,Ue=ro(te,N);return Ue<0?void 0:te[Ue][1]},Ct.prototype.has=function tn(N){return ro(this.__data__,N)>-1},Ct.prototype.set=function At(N,te){var Ue=this.__data__,st=ro(Ue,N);return st<0?(++this.size,Ue.push([N,te])):Ue[st][1]=te,this},ln.prototype.clear=function Jt(){this.size=0,this.__data__={hash:new re,map:new(Te||Ct),string:new re}},ln.prototype.delete=function on(N){var te=yi(this,N).delete(N);return this.size-=te?1:0,te},ln.prototype.get=function dn(N){return yi(this,N).get(N)},ln.prototype.has=function hi(N){return yi(this,N).has(N)},ln.prototype.set=function pn(N,te){var Ue=yi(this,N),st=Ue.size;return Ue.set(N,te),this.size+=Ue.size==st?0:1,this},Et.prototype.add=Et.prototype.push=function Ai(N){return this.__data__.set(N,v),this},Et.prototype.has=function qn(N){return this.__data__.has(N)},Xi.prototype.clear=function is(){this.__data__=new Ct,this.size=0},Xi.prototype.delete=function os(N){var te=this.__data__,Ue=te.delete(N);return this.size=te.size,Ue},Xi.prototype.get=function Zi(N){return this.__data__.get(N)},Xi.prototype.has=function rs(N){return this.__data__.has(N)},Xi.prototype.set=function $o(N,te){var Ue=this.__data__;if(Ue instanceof Ct){var st=Ue.__data__;if(!Te||st.length<199)return st.push([N,te]),this.size=++Ue.size,this;Ue=this.__data__=new ln(st)}return Ue.set(N,te),this.size=Ue.size,this};var Wo=Zt?function(N){return null==N?[]:(N=Object(N),function wt(N,te){for(var Ue=-1,st=null==N?0:N.length,qt=0,xt=[];++Ue<st;){var Tn=N[Ue];te(Tn,Ue,N)&&(xt[qt++]=Tn)}return xt}(Zt(N),function(te){return f.call(N,te)}))}:function Ci(){return[]},wi=Eo;function Ui(N,te){return!!(te=te??M)&&("number"==typeof N||$e.test(N))&&N>-1&&N%1==0&&N<te}function B(N){if(null!=N){try{return C.call(N)}catch{}try{return N+""}catch{}}return""}function _e(N,te){return N===te||N!=N&&te!=te}(oe&&wi(new oe(new ArrayBuffer(1)))!=Ee||Te&&wi(new Te)!=P||ge&&wi(ge.resolve())!=x||de&&wi(new de)!=Z||Ge&&wi(new Ge)!=ve)&&(wi=function(N){var te=Eo(N),Ue=te==K?N.constructor:void 0,st=Ue?B(Ue):"";if(st)switch(st){case ct:return Ee;case ut:return P;case yt:return x;case Oe:return Z;case kt:return ve}return te});var We=Bi(function(){return arguments}())?Bi:function(N){return Un(N)&&R.call(N,"callee")&&!f.call(N,"callee")},_t=Array.isArray,Nt=D||function ii(){return!1};function mn(N){if(!Bn(N))return!1;var te=Eo(N);return te==O||"[object GeneratorFunction]"==te||"[object AsyncFunction]"==te||"[object Proxy]"==te}function An(N){return"number"==typeof N&&N>-1&&N%1==0&&N<=M}function Bn(N){var te=typeof N;return null!=N&&("object"==te||"function"==te)}function Un(N){return null!=N&&"object"==typeof N}var ni=gt?function nt(N){return function(te){return N(te)}}(gt):function vr(N){return Un(N)&&An(N.length)&&!!ae[Eo(N)]};function Vn(N){return function rn(N){return null!=N&&An(N.length)&&!mn(N)}(N)?function mr(N,te){var Ue=_t(N),st=!Ue&&We(N),qt=!Ue&&!st&&Nt(N),xt=!Ue&&!st&&!qt&&ni(N),Tn=Ue||st||qt||xt,Ht=Tn?function Vt(N,te){for(var Ue=-1,st=Array(N);++Ue<N;)st[Ue]=te(Ue);return st}(N.length,String):[],un=Ht.length;for(var Tt in N)(te||R.call(N,Tt))&&(!Tn||!("length"==Tt||qt&&("offset"==Tt||"parent"==Tt)||xt&&("buffer"==Tt||"byteLength"==Tt||"byteOffset"==Tt)||Ui(Tt,un)))&&Ht.push(Tt);return Ht}(N):function yr(N){if(!function rt(N){var te=N&&N.constructor;return N===("function"==typeof te&&te.prototype||E)}(N))return k(N);var te=[];for(var Ue in Object(N))R.call(N,Ue)&&"constructor"!=Ue&&te.push(Ue);return te}(N)}ie.exports=function gn(N,te){return Ri(N,te)}},2706(ie,H,u){ie=u.nmd(ie);var v="__lodash_hash_undefined__",M=9007199254740991,L="[object Arguments]",F="[object Array]",U="[object Boolean]",I="[object Date]",w="[object Error]",S="[object Function]",X="[object Map]",P="[object Number]",ne="[object Object]",J="[object Promise]",K="[object RegExp]",x="[object Set]",z="[object String]",Z="[object WeakMap]",ce="[object ArrayBuffer]",se="[object DataView]",ee=/^\[object .+?Constructor\]$/,Fe=/^(?:0|[1-9]\d*)$/,be={};be["[object Float32Array]"]=be["[object Float64Array]"]=be["[object Int8Array]"]=be["[object Int16Array]"]=be["[object Int32Array]"]=be["[object Uint8Array]"]=be["[object Uint8ClampedArray]"]=be["[object Uint16Array]"]=be["[object Uint32Array]"]=!0,be[L]=be[F]=be[ce]=be[U]=be[se]=be[I]=be[w]=be[S]=be[X]=be[P]=be[ne]=be[K]=be[x]=be[z]=be[Z]=!1;var ze="object"==typeof global&&global&&global.Object===Object&&global,Ke="object"==typeof self&&self&&self.Object===Object&&self,$e=ze||Ke||Function("return this")(),ae=H&&!H.nodeType&&H,ft=ae&&ie&&!ie.nodeType&&ie,Se=ft&&ft.exports===ae&&ze.process,pt=function(){try{return Se&&Se.binding("util")}catch{}}(),tt=pt&&pt.isTypedArray;function ht(B,_e){for(var We=-1,_t=B?B.length:0;++We<_t;)if(_e(B[We],We,B))return!0;return!1}function wt(B){var _e=!1;if(null!=B&&"function"!=typeof B.toString)try{_e=!!(B+"")}catch{}return _e}function Mt(B){var _e=-1,We=Array(B.size);return B.forEach(function(_t,rn){We[++_e]=[rn,_t]}),We}function Vt(B){var _e=-1,We=Array(B.size);return B.forEach(function(_t){We[++_e]=_t}),We}var B,nt=Array.prototype,Je=Function.prototype,Dt=Object.prototype,an=$e["__core-js_shared__"],Me=(B=/[^.]+$/.exec(an&&an.keys&&an.keys.IE_PROTO||""))?"Symbol(src)_1."+B:"",W=Je.toString,ue=Dt.hasOwnProperty,Q=Dt.toString,E=RegExp("^"+W.call(ue).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),m=$e.Symbol,C=$e.Uint8Array,R=Dt.propertyIsEnumerable,Y=nt.splice,p=function hn(B,_e){return function(We){return B(_e(We))}}(Object.keys,Object),A=Bi($e,"DataView"),G=Bi($e,"Map"),me=Bi($e,"Promise"),Be=Bi($e,"Set"),f=Bi($e,"WeakMap"),at=Bi(Object,"create"),ye=Ji(A),Zt=Ji(G),D=Ji(me),k=Ji(Be),oe=Ji(f),Te=m?m.prototype:void 0,ge=Te?Te.valueOf:void 0;function de(B){var _e=-1,We=B?B.length:0;for(this.clear();++_e<We;){var _t=B[_e];this.set(_t[0],_t[1])}}function Oe(B){var _e=-1,We=B?B.length:0;for(this.clear();++_e<We;){var _t=B[_e];this.set(_t[0],_t[1])}}function $(B){var _e=-1,We=B?B.length:0;for(this.clear();++_e<We;){var _t=B[_e];this.set(_t[0],_t[1])}}function ke(B){var _e=-1,We=B?B.length:0;for(this.__data__=new $;++_e<We;)this.add(B[_e])}function At(B){this.__data__=new Oe(B)}function Et(B,_e){for(var We=B.length;We--;)if(br(B[We][0],_e))return We;return-1}function qn(B,_e,We,_t,rn){return B===_e||(null==B||null==_e||!Ui(B)&&!Ni(_e)?B!=B&&_e!=_e:function Xi(B,_e,We,_t,rn,Nt){var gn=yi(B),mn=yi(_e),An=F,Bn=F;gn||(An=(An=Ri(B))==L?ne:An),mn||(Bn=(Bn=Ri(_e))==L?ne:Bn);var Un=An==ne&&!wt(B),ni=Bn==ne&&!wt(_e),Vn=An==Bn;if(Vn&&!Un)return Nt||(Nt=new At),gn||rt(B)?$o(B,_e,We,_t,rn,Nt):function mr(B,_e,We,_t,rn,Nt,gn){switch(We){case se:if(B.byteLength!=_e.byteLength||B.byteOffset!=_e.byteOffset)return!1;B=B.buffer,_e=_e.buffer;case ce:return!(B.byteLength!=_e.byteLength||!_t(new C(B),new C(_e)));case U:case I:case P:return br(+B,+_e);case w:return B.name==_e.name&&B.message==_e.message;case K:case z:return B==_e+"";case X:var mn=Mt;case x:if(mn||(mn=Vt),B.size!=_e.size&&!(2&Nt))return!1;var Bn=gn.get(B);if(Bn)return Bn==_e;Nt|=1,gn.set(B,_e);var Un=$o(mn(B),mn(_e),_t,rn,Nt,gn);return gn.delete(B),Un;case"[object Symbol]":if(ge)return ge.call(B)==ge.call(_e)}return!1}(B,_e,An,We,_t,rn,Nt);if(!(2&rn)){var Ci=Un&&ue.call(B,"__wrapped__"),ii=ni&&ue.call(_e,"__wrapped__");if(Ci||ii){var N=Ci?B.value():B,te=ii?_e.value():_e;return Nt||(Nt=new At),We(N,te,_t,rn,Nt)}}return!!Vn&&(Nt||(Nt=new At),function ro(B,_e,We,_t,rn,Nt){var gn=2&rn,mn=ao(B),An=mn.length;if(An!=ao(_e).length&&!gn)return!1;for(var ni=An;ni--;){var Vn=mn[ni];if(!(gn?Vn in _e:ue.call(_e,Vn)))return!1}var Ci=Nt.get(B);if(Ci&&Nt.get(_e))return Ci==_e;var ii=!0;Nt.set(B,_e),Nt.set(_e,B);for(var N=gn;++ni<An;){var te=B[Vn=mn[ni]],Ue=_e[Vn];if(_t)var st=gn?_t(Ue,te,Vn,_e,B,Nt):_t(te,Ue,Vn,B,_e,Nt);if(!(void 0===st?te===Ue||We(te,Ue,_t,rn,Nt):st)){ii=!1;break}N||(N="constructor"==Vn)}if(ii&&!N){var qt=B.constructor,xt=_e.constructor;qt!=xt&&"constructor"in B&&"constructor"in _e&&!("function"==typeof qt&&qt instanceof qt&&"function"==typeof xt&&xt instanceof xt)&&(ii=!1)}return Nt.delete(B),Nt.delete(_e),ii}(B,_e,We,_t,rn,Nt))}(B,_e,qn,We,_t,rn))}function $o(B,_e,We,_t,rn,Nt){var gn=2&rn,mn=B.length,An=_e.length;if(mn!=An&&!(gn&&An>mn))return!1;var Bn=Nt.get(B);if(Bn&&Nt.get(_e))return Bn==_e;var Un=-1,ni=!0,Vn=1&rn?new ke:void 0;for(Nt.set(B,_e),Nt.set(_e,B);++Un<mn;){var Ci=B[Un],ii=_e[Un];if(_t)var N=gn?_t(ii,Ci,Un,_e,B,Nt):_t(Ci,ii,Un,B,_e,Nt);if(void 0!==N){if(N)continue;ni=!1;break}if(Vn){if(!ht(_e,function(te,Ue){if(!Vn.has(Ue)&&(Ci===te||We(Ci,te,_t,rn,Nt)))return Vn.add(Ue)})){ni=!1;break}}else if(Ci!==ii&&!We(Ci,ii,_t,rn,Nt)){ni=!1;break}}return Nt.delete(B),Nt.delete(_e),ni}function so(B,_e){var We=B.__data__;return function vt(B){var _e=typeof B;return"string"==_e||"number"==_e||"symbol"==_e||"boolean"==_e?"__proto__"!==B:null===B}(_e)?We["string"==typeof _e?"string":"hash"]:We.map}function Bi(B,_e){var We=function gt(B,_e){return B?.[_e]}(B,_e);return function os(B){return!(!Ui(B)||function vr(B){return!!Me&&Me in B}(B))&&(Wo(B)||wt(B)?E:ee).test(Ji(B))}(We)?We:void 0}de.prototype.clear=function Ge(){this.__data__=at?at(null):{}},de.prototype.delete=function Xe(B){return this.has(B)&&delete this.__data__[B]},de.prototype.get=function ct(B){var _e=this.__data__;if(at){var We=_e[B];return We===v?void 0:We}return ue.call(_e,B)?_e[B]:void 0},de.prototype.has=function ut(B){var _e=this.__data__;return at?void 0!==_e[B]:ue.call(_e,B)},de.prototype.set=function yt(B,_e){return this.__data__[B]=at&&void 0===_e?v:_e,this},Oe.prototype.clear=function kt(){this.__data__=[]},Oe.prototype.delete=function dt(B){var _e=this.__data__,We=Et(_e,B);return!(We<0||(We==_e.length-1?_e.pop():Y.call(_e,We,1),0))},Oe.prototype.get=function Kt(B){var _e=this.__data__,We=Et(_e,B);return We<0?void 0:_e[We][1]},Oe.prototype.has=function re(B){return Et(this.__data__,B)>-1},Oe.prototype.set=function we(B,_e){var We=this.__data__,_t=Et(We,B);return _t<0?We.push([B,_e]):We[_t][1]=_e,this},$.prototype.clear=function xe(){this.__data__={hash:new de,map:new(G||Oe),string:new de}},$.prototype.delete=function He(B){return so(this,B).delete(B)},$.prototype.get=function it(B){return so(this,B).get(B)},$.prototype.has=function Ct(B){return so(this,B).has(B)},$.prototype.set=function Rt(B,_e){return so(this,B).set(B,_e),this},ke.prototype.add=ke.prototype.push=function en(B){return this.__data__.set(B,v),this},ke.prototype.has=function tn(B){return this.__data__.has(B)},At.prototype.clear=function ln(){this.__data__=new Oe},At.prototype.delete=function Jt(B){return this.__data__.delete(B)},At.prototype.get=function on(B){return this.__data__.get(B)},At.prototype.has=function dn(B){return this.__data__.has(B)},At.prototype.set=function hi(B,_e){var We=this.__data__;if(We instanceof Oe){var _t=We.__data__;if(!G||_t.length<199)return _t.push([B,_e]),this;We=this.__data__=new $(_t)}return We.set(B,_e),this};var Ri=function Ai(B){return Q.call(B)};function $n(B,_e){return!!(_e=_e??M)&&("number"==typeof B||Fe.test(B))&&B>-1&&B%1==0&&B<_e}function Po(B){return B==B&&!Ui(B)}function Ji(B){if(null!=B){try{return W.call(B)}catch{}try{return B+""}catch{}}return""}function br(B,_e){return B===_e||B!=B&&_e!=_e}(A&&Ri(new A(new ArrayBuffer(1)))!=se||G&&Ri(new G)!=X||me&&Ri(me.resolve())!=J||Be&&Ri(new Be)!=x||f&&Ri(new f)!=Z)&&(Ri=function(B){var _e=Q.call(B),We=_e==ne?B.constructor:void 0,_t=We?Ji(We):void 0;if(_t)switch(_t){case ye:return se;case Zt:return X;case D:return J;case k:return x;case oe:return Z}return _e});var yi=Array.isArray;function bi(B){return null!=B&&wi(B.length)&&!Wo(B)}function Wo(B){var _e=Ui(B)?Q.call(B):"";return _e==S||"[object GeneratorFunction]"==_e}function wi(B){return"number"==typeof B&&B>-1&&B%1==0&&B<=M}function Ui(B){var _e=typeof B;return!!B&&("object"==_e||"function"==_e)}function Ni(B){return!!B&&"object"==typeof B}var rt=tt?function Xt(B){return function(_e){return B(_e)}}(tt):function Zi(B){return Ni(B)&&wi(B.length)&&!!be[Q.call(B)]};function ao(B){return bi(B)?function pn(B,_e){var We=yi(B)||function zt(B){return function ss(B){return Ni(B)&&bi(B)}(B)&&ue.call(B,"callee")&&(!R.call(B,"callee")||Q.call(B)==L)}(B)?function Ut(B,_e){for(var We=-1,_t=Array(B);++We<B;)_t[We]=_e(We);return _t}(B.length,String):[],_t=We.length,rn=!!_t;for(var Nt in B)(_e||ue.call(B,Nt))&&(!rn||"length"!=Nt&&!$n(Nt,_t))&&We.push(Nt);return We}(B):function rs(B){if(!function yr(B){var _e=B&&B.constructor;return B===("function"==typeof _e&&_e.prototype||Dt)}(B))return p(B);var _e=[];for(var We in Object(B))ue.call(B,We)&&"constructor"!=We&&_e.push(We);return _e}(B)}ie.exports=function Bo(B,_e){return B===_e||function is(B,_e,We,_t){var rn=We.length,Nt=rn,gn=!_t;if(null==B)return!Nt;for(B=Object(B);rn--;){var mn=We[rn];if(gn&&mn[2]?mn[1]!==B[mn[0]]:!(mn[0]in B))return!1}for(;++rn<Nt;){var An=(mn=We[rn])[0],Bn=B[An],Un=mn[1];if(gn&&mn[2]){if(void 0===Bn&&!(An in B))return!1}else{var ni=new At;if(_t)var Vn=_t(Bn,Un,An,B,_e,ni);if(!(void 0===Vn?qn(Un,Bn,_t,3,ni):Vn))return!1}}return!0}(B,_e,function Eo(B){for(var _e=ao(B),We=_e.length;We--;){var _t=_e[We],rn=B[_t];_e[We]=[_t,rn,Po(rn)]}return _e}(_e))}},9293(ie){function H(h,v,y,g,M,L,F){try{var U=h[L](F),I=U.value}catch(w){return void y(w)}U.done?v(I):Promise.resolve(I).then(g,M)}ie.exports=function u(h){return function(){var v=this,y=arguments;return new Promise(function(g,M){var L=h.apply(v,y);function F(I){H(L,g,M,F,U,"next",I)}function U(I){H(L,g,M,F,U,"throw",I)}F(void 0)})}},ie.exports.__esModule=!0,ie.exports.default=ie.exports},1892(ie,H,u){"use strict";u.d(H,{FK:()=>at,Y:()=>ye,FD:()=>Zt});var h,v,y,M,L,F,U,I,w,S,O,P={},ne=[],J=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,K=Array.isArray;function x(D,k){for(var oe in k)D[oe]=k[oe];return D}function z(D){D&&D.parentNode&&D.parentNode.removeChild(D)}function Z(D,k,oe,Te,ge){var de={type:D,props:k,key:oe,ref:Te,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:ge??++y,__i:-1,__u:0};return null==ge&&null!=v.vnode&&v.vnode(de),de}function se(D){return D.children}function le(D,k){this.props=D,this.context=k}function ve(D,k){if(null==k)return D.__?ve(D.__,D.__i+1):null;for(var oe;k<D.__k.length;k++)if(null!=(oe=D.__k[k])&&null!=oe.__e)return oe.__e;return"function"==typeof D.type?ve(D):null}function Pe(D){var k,oe;if(null!=(D=D.__)&&null!=D.__c){for(D.__e=D.__c.base=null,k=0;k<D.__k.length;k++)if(null!=(oe=D.__k[k])&&null!=oe.__e){D.__e=D.__c.base=oe.__e;break}return Pe(D)}}function Ee(D){(!D.__d&&(D.__d=!0)&&M.push(D)&&!Ie.__r++||L!==v.debounceRendering)&&((L=v.debounceRendering)||F)(Ie)}function Ie(){var D,k,oe,Te,ge,de,Ge,Xe;for(M.sort(U);D=M.shift();)D.__d&&(k=M.length,Te=void 0,de=(ge=(oe=D).__v).__e,Ge=[],Xe=[],oe.__P&&((Te=x({},ge)).__v=ge.__v+1,v.vnode&&v.vnode(Te),ze(oe.__P,Te,ge,oe.__n,oe.__P.namespaceURI,32&ge.__u?[de]:null,Ge,de??ve(ge),!!(32&ge.__u),Xe),Te.__v=ge.__v,Te.__.__k[Te.__i]=Te,Ke(Ge,Te,Xe),Te.__e!=de&&Pe(Te)),M.length>k&&M.sort(U));Ie.__r=0}function he(D,k,oe,Te,ge,de,Ge,Xe,ct,ut,yt){var Oe,kt,dt,Kt,re,we,$=Te&&Te.__k||ne,xe=k.length;for(ct=function pe(D,k,oe,Te){var ge,de,Ge,Xe,ct,ut=k.length,yt=oe.length,Oe=yt,kt=0;for(D.__k=[],ge=0;ge<ut;ge++)null!=(de=k[ge])&&"boolean"!=typeof de&&"function"!=typeof de?(Xe=ge+kt,(de=D.__k[ge]="string"==typeof de||"number"==typeof de||"bigint"==typeof de||de.constructor==String?Z(null,de,null,null,null):K(de)?Z(se,{children:de},null,null,null):void 0===de.constructor&&de.__b>0?Z(de.type,de.props,de.key,de.ref?de.ref:null,de.__v):de).__=D,de.__b=D.__b+1,Ge=null,-1!==(ct=de.__i=lt(de,oe,Xe,Oe))&&(Oe--,(Ge=oe[ct])&&(Ge.__u|=2)),null==Ge||null===Ge.__v?(-1==ct&&kt--,"function"!=typeof de.type&&(de.__u|=4)):ct!==Xe&&(ct==Xe-1?kt--:ct==Xe+1?kt++:(ct>Xe?kt--:kt++,de.__u|=4))):de=D.__k[ge]=null;if(Oe)for(ge=0;ge<yt;ge++)null!=(Ge=oe[ge])&&!(2&Ge.__u)&&(Ge.__e==Te&&(Te=ve(Ge)),ft(Ge,Ge));return Te}(oe,k,$,ct),Oe=0;Oe<xe;Oe++)null!=(dt=oe.__k[Oe])&&(kt=-1===dt.__i?P:$[dt.__i]||P,dt.__i=Oe,we=ze(D,dt,kt,ge,de,Ge,Xe,ct,ut,yt),Kt=dt.__e,dt.ref&&kt.ref!=dt.ref&&(kt.ref&&ae(kt.ref,null,dt),yt.push(dt.ref,dt.__c||Kt,dt)),null==re&&null!=Kt&&(re=Kt),4&dt.__u||kt.__k===dt.__k?ct=Ne(dt,ct,D):"function"==typeof dt.type&&void 0!==we?ct=we:Kt&&(ct=Kt.nextSibling),dt.__u&=-7);return oe.__e=re,ct}function Ne(D,k,oe){var Te,ge;if("function"==typeof D.type){for(Te=D.__k,ge=0;Te&&ge<Te.length;ge++)Te[ge]&&(Te[ge].__=D,k=Ne(Te[ge],k,oe));return k}D.__e!=k&&(k&&D.type&&!oe.contains(k)&&(k=ve(D)),oe.insertBefore(D.__e,k||null),k=D.__e);do{k=k&&k.nextSibling}while(null!=k&&8===k.nodeType);return k}function lt(D,k,oe,Te){var ge=D.key,de=D.type,Ge=oe-1,Xe=oe+1,ct=k[oe];if(null===ct||ct&&ge==ct.key&&de===ct.type&&!(2&ct.__u))return oe;if(("function"!=typeof de||de===se||ge)&&Te>(null==ct||2&ct.__u?0:1))for(;Ge>=0||Xe<k.length;){if(Ge>=0){if((ct=k[Ge])&&!(2&ct.__u)&&ge==ct.key&&de===ct.type)return Ge;Ge--}if(Xe<k.length){if((ct=k[Xe])&&!(2&ct.__u)&&ge==ct.key&&de===ct.type)return Xe;Xe++}}return-1}function ee(D,k,oe){"-"===k[0]?D.setProperty(k,oe??""):D[k]=null==oe?"":"number"!=typeof oe||J.test(k)?oe:oe+"px"}function Fe(D,k,oe,Te,ge){var de,Ge;e:if("style"===k)if("string"==typeof oe)D.style.cssText=oe;else{if("string"==typeof Te&&(D.style.cssText=Te=""),Te)for(k in Te)oe&&k in oe||ee(D.style,k,"");if(oe)for(k in oe)Te&&oe[k]===Te[k]||ee(D.style,k,oe[k])}else if("o"===k[0]&&"n"===k[1])de=k!==(k=k.replace(I,"$1")),k=k.toLowerCase()in D||"onFocusOut"===k||"onFocusIn"===k?k.toLowerCase().slice(2):k.slice(2),D.l||(D.l={}),D.l[k+de]=oe,oe?Te?oe.t=Te.t:(oe.t=w,D.addEventListener(k,de?O:S,de)):D.removeEventListener(k,de?O:S,de);else{if("http://www.w3.org/2000/svg"==ge)k=k.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=k&&"height"!=k&&"href"!=k&&"list"!=k&&"form"!=k&&"tabIndex"!=k&&"download"!=k&&"rowSpan"!=k&&"colSpan"!=k&&"role"!=k&&"popover"!=k&&k in D)try{Ge=D.tagName&&D.tagName.includes("-"),D[k]=null!=oe||Ge?oe:"";break e}catch{}"function"==typeof oe||(null==oe||!1===oe&&"-"!==k[4]?D.removeAttribute(k):D.setAttribute(k,"popover"==k&&1==oe?"":oe))}}function be(D){return function(k){if(this.l){var oe=this.l[k.type+D];if(null==k.u)k.u=w++;else if(k.u<oe.t)return;return oe(v.event?v.event(k):k)}}}function ze(D,k,oe,Te,ge,de,Ge,Xe,ct,ut){var yt,Oe,kt,dt,Kt,re,we,$,xe,He,it,Ct,Rt,ke,en,tn,At,ln=k.type;if(void 0!==k.constructor)return null;128&oe.__u&&(ct=!!(32&oe.__u),de=[Xe=k.__e=oe.__e]),(yt=v.__b)&&yt(k);e:if("function"==typeof ln)try{if($=k.props,xe="prototype"in ln&&ln.prototype.render,He=(yt=ln.contextType)&&Te[yt.__c],it=yt?He?He.props.value:yt.__:Te,oe.__c?we=(Oe=k.__c=oe.__c).__=Oe.__E:(xe?k.__c=Oe=new ln($,it):(k.__c=Oe=new le($,it),Oe.constructor=ln,Oe.render=Ye),He&&He.sub(Oe),Oe.props=$,Oe.state||(Oe.state={}),Oe.context=it,Oe.__n=Te,kt=Oe.__d=!0,Oe.__h=[],Oe._sb=[]),xe&&null==Oe.__s&&(Oe.__s=Oe.state),xe&&null!=ln.getDerivedStateFromProps&&(Oe.__s==Oe.state&&(Oe.__s=x({},Oe.__s)),x(Oe.__s,ln.getDerivedStateFromProps($,Oe.__s))),dt=Oe.props,Kt=Oe.state,Oe.__v=k,kt)xe&&null==ln.getDerivedStateFromProps&&null!=Oe.componentWillMount&&Oe.componentWillMount(),xe&&null!=Oe.componentDidMount&&Oe.__h.push(Oe.componentDidMount);else{if(xe&&null==ln.getDerivedStateFromProps&&$!==dt&&null!=Oe.componentWillReceiveProps&&Oe.componentWillReceiveProps($,it),!Oe.__e&&(null!=Oe.shouldComponentUpdate&&!1===Oe.shouldComponentUpdate($,Oe.__s,it)||k.__v===oe.__v)){for(k.__v!==oe.__v&&(Oe.props=$,Oe.state=Oe.__s,Oe.__d=!1),k.__e=oe.__e,k.__k=oe.__k,k.__k.some(function(Jt){Jt&&(Jt.__=k)}),Ct=0;Ct<Oe._sb.length;Ct++)Oe.__h.push(Oe._sb[Ct]);Oe._sb=[],Oe.__h.length&&Ge.push(Oe);break e}null!=Oe.componentWillUpdate&&Oe.componentWillUpdate($,Oe.__s,it),xe&&null!=Oe.componentDidUpdate&&Oe.__h.push(function(){Oe.componentDidUpdate(dt,Kt,re)})}if(Oe.context=it,Oe.props=$,Oe.__P=D,Oe.__e=!1,Rt=v.__r,ke=0,xe){for(Oe.state=Oe.__s,Oe.__d=!1,Rt&&Rt(k),yt=Oe.render(Oe.props,Oe.state,Oe.context),en=0;en<Oe._sb.length;en++)Oe.__h.push(Oe._sb[en]);Oe._sb=[]}else do{Oe.__d=!1,Rt&&Rt(k),yt=Oe.render(Oe.props,Oe.state,Oe.context),Oe.state=Oe.__s}while(Oe.__d&&++ke<25);Oe.state=Oe.__s,null!=Oe.getChildContext&&(Te=x(x({},Te),Oe.getChildContext())),xe&&!kt&&null!=Oe.getSnapshotBeforeUpdate&&(re=Oe.getSnapshotBeforeUpdate(dt,Kt)),Xe=he(D,K(tn=null!=yt&&yt.type===se&&null==yt.key?yt.props.children:yt)?tn:[tn],k,oe,Te,ge,de,Ge,Xe,ct,ut),Oe.base=k.__e,k.__u&=-161,Oe.__h.length&&Ge.push(Oe),we&&(Oe.__E=Oe.__=null)}catch(Jt){if(k.__v=null,ct||null!=de)if(Jt.then){for(k.__u|=ct?160:128;Xe&&8===Xe.nodeType&&Xe.nextSibling;)Xe=Xe.nextSibling;de[de.indexOf(Xe)]=null,k.__e=Xe}else for(At=de.length;At--;)z(de[At]);else k.__e=oe.__e,k.__k=oe.__k;v.__e(Jt,k,oe)}else null==de&&k.__v===oe.__v?(k.__k=oe.__k,k.__e=oe.__e):Xe=k.__e=function $e(D,k,oe,Te,ge,de,Ge,Xe,ct){var ut,yt,Oe,kt,dt,Kt,re,we,$=oe.props,xe=k.props,He=k.type;if("svg"===He?ge="http://www.w3.org/2000/svg":"math"===He?ge="http://www.w3.org/1998/Math/MathML":ge||(ge="http://www.w3.org/1999/xhtml"),null!=de)for(ut=0;ut<de.length;ut++)if((dt=de[ut])&&"setAttribute"in dt==!!He&&(He?dt.localName===He:3===dt.nodeType)){D=dt,de[ut]=null;break}if(null==D){if(null===He)return document.createTextNode(xe);D=document.createElementNS(ge,He,xe.is&&xe),Xe&&(v.__m&&v.__m(k,de),Xe=!1),de=null}if(null===He)$===xe||Xe&&D.data===xe||(D.data=xe);else{if(de=de&&h.call(D.childNodes),$=oe.props||P,!Xe&&null!=de)for($={},ut=0;ut<D.attributes.length;ut++)$[(dt=D.attributes[ut]).name]=dt.value;for(ut in $)if(dt=$[ut],"children"!=ut)if("dangerouslySetInnerHTML"==ut)Oe=dt;else if(!(ut in xe)){if("value"==ut&&"defaultValue"in xe||"checked"==ut&&"defaultChecked"in xe)continue;Fe(D,ut,null,dt,ge)}for(ut in xe)dt=xe[ut],"children"==ut?kt=dt:"dangerouslySetInnerHTML"==ut?yt=dt:"value"==ut?Kt=dt:"checked"==ut?re=dt:Xe&&"function"!=typeof dt||$[ut]===dt||((ut.startsWith("on")||"ref"===ut&&"function"==typeof dt)&&(we=Te[Object.keys(Te)[0]])&&(dt=dt.bind(we.props.value)),Fe(D,ut,dt,$[ut],ge));if(yt)Xe||Oe&&(yt.__html===Oe.__html||yt.__html===D.innerHTML)||(D.innerHTML=yt.__html),k.__k=[];else if(Oe&&(D.innerHTML=""),he(D,K(kt)?kt:[kt],k,oe,Te,"foreignObject"===He?"http://www.w3.org/1999/xhtml":ge,de,Ge,de?de[0]:oe.__k&&ve(oe,0),Xe,ct),null!=de)for(ut=de.length;ut--;)z(de[ut]);Xe||(ut="value","progress"===He&&null==Kt?D.removeAttribute("value"):void 0!==Kt&&(Kt!==D[ut]||"progress"===He&&!Kt||"option"===He&&Kt!==$[ut])&&Fe(D,ut,Kt,$[ut],ge),ut="checked",void 0!==re&&re!==D[ut]&&Fe(D,ut,re,$[ut],ge))}return D}(oe.__e,k,oe,Te,ge,de,Ge,ct,ut);return(yt=v.diffed)&&yt(k),128&k.__u?void 0:Xe}function Ke(D,k,oe){for(var Te=0;Te<oe.length;Te++)ae(oe[Te],oe[++Te],oe[++Te]);v.__c&&v.__c(k,D),D.some(function(ge){try{D=ge.__h,ge.__h=[],D.some(function(de){de.call(ge)})}catch(de){v.__e(de,ge.__v)}})}function ae(D,k,oe){try{if("function"==typeof D){var Te="function"==typeof D.__u;Te&&D.__u(),Te&&null==k||(D.__u=D(k))}else D.current=k}catch(ge){v.__e(ge,oe)}}function ft(D,k,oe){var Te,ge;if(v.unmount&&v.unmount(D),(Te=D.ref)&&(Te.current&&Te.current!==D.__e||ae(Te,null,k)),null!=(Te=D.__c)){if(Te.componentWillUnmount)try{Te.componentWillUnmount()}catch(de){v.__e(de,k)}Te.base=Te.__P=null}if(Te=D.__k)for(ge=0;ge<Te.length;ge++)Te[ge]&&ft(Te[ge],k,oe||"function"!=typeof D.type);oe||z(D.__e),D.__c=D.__=D.__e=void 0}function Ye(D,k,oe){return this.constructor(D,oe)}h=ne.slice,v={__e:function(D,k,oe,Te){for(var ge,de,Ge;k=k.__;)if((ge=k.__c)&&!ge.__)try{if((de=ge.constructor)&&null!=de.getDerivedStateFromError&&(ge.setState(de.getDerivedStateFromError(D)),Ge=ge.__d),null!=ge.componentDidCatch&&(ge.componentDidCatch(D,Te||{}),Ge=ge.__d),Ge)return ge.__E=ge}catch(Xe){D=Xe}throw D}},y=0,le.prototype.setState=function(D,k){var oe;oe=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=x({},this.state),"function"==typeof D&&(D=D(x({},oe),this.props)),D&&x(oe,D),null!=D&&this.__v&&(k&&this._sb.push(k),Ee(this))},le.prototype.forceUpdate=function(D){this.__v&&(this.__e=!0,D&&this.__h.push(D),Ee(this))},le.prototype.render=se,M=[],F="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,U=function(D,k){return D.__v.__b-k.__v.__b},Ie.__r=0,I=/(PointerCapture)$|Capture$/i,w=0,S=be(!1),O=be(!0);var hn=0;function nt(D,k,oe,Te,ge,de){k||(k={});var Ge,Xe,ct=k;"ref"in k&&(Ge=k.ref,delete k.ref);var ut={type:D,props:ct,key:oe,ref:Ge,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--hn,__i:-1,__u:0,__source:ge,__self:de};if("function"==typeof D&&(Ge=D.defaultProps))for(Xe in Ge)void 0===ct[Xe]&&(ct[Xe]=Ge[Xe]);return v.vnode&&v.vnode(ut),ut}const E=new Map;function Be(D,k,oe){let Te;return function me(D){return"function"==typeof D&&"getMetadata"in D}(D)?(Te=D.getMetadata().getTag(),function G(D,k){const Te=D.getMetadata().getEvents();Object.keys(k).forEach(ge=>{if(ge.startsWith("on")){const de=ge.slice(2),Ge=(D=>(D=>{if(!E.has(D)){const k=D.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();E.set(D,k)}return E.get(D)})(D))(de),Xe=de.charAt(0).toLowerCase()+de.slice(1);let ct;Ge in Te?ct=Ge:Xe in Te&&(ct=Xe),ct&&"onClick"!==ge&&(k[`onui5-${ct}`]=k[ge],delete k[ge])}})}(D,k)):Te=D,"object"==typeof k.class&&(k.class=function ue(D){let k="";for(const oe in D)D[oe]&&(k&&(k+=" "),k+=oe);return k}(k.class)),Te}const f=v.vnode;function at(D,k){return se(D)}function ye(D,k,oe){return nt(Be(D,k),k,oe)}function Zt(D,k,oe){return nt(Be(D,k),k,oe)}v.vnode=D=>{f&&f(D)}},1261(ie,H,u){"use strict";u.d(H,{Ih:()=>ee,zj:()=>ze,qM:()=>lt});var h=u(9293),g=u(1241),M=u(3455),L=u(3274),U=u(3261);const S=()=>{const ae=(0,L.x$)("OpenUI5Support");(!ae||!ae.isOpenUI5Detected())&&(()=>{const ae=document.querySelector("head>style[data-ui5-font-face]");!(0,U.d)()||ae||(0,M.E6)('@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}\n@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}\n@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.4/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var x=u(6726),z=u(6077),q=u(8079),Z=u(7928),ce=u(6136);let pe,se=!1,he=!1,Ne=!1;const je=new g.A,lt=()=>he,ee=ae=>{he?ae():je.attachEvent("boot",ae)},Fe=function(){var ae=h(function*(){const Ye=(0,L.x$)("OpenUI5Support"),Se=!!Ye&&Ye.isOpenUI5Detected(),pt=(0,L.x$)("F6Navigation");Ye&&(pt&&pt.destroy(),yield Ye.init()),pt&&!Se&&pt.init()});return function ft(){return ae.apply(this,arguments)}}(),ze=function(){var ae=h(function*(){if(void 0!==pe)return pe;const Ye=function(){var Se=h(function*(tt){(0,q.je)(),typeof document>"u"?tt():((0,Z.h)($e),yield Fe(),yield new Promise(ae=>{document.body?ae():document.addEventListener("DOMContentLoaded",()=>{ae()})}),yield(0,z.Ay)((0,x.O4)()),(()=>{if(Ne)return;const ae=(0,L.x$)("OpenUI5Support");ae&&(Ne=ae.attachListeners())})(),S(),(0,M.E6)(":root{--_ui5-cozy-size:var(--_ui5-f2d95f8);--_ui5-compact-size: ;--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5-cozy-size: ;--_ui5-compact-size:var(--_ui5-f2d95f8);--_ui5_content_density:compact}","data-ui5-system-css-vars"),(0,M.E6)("html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}","data-ui5-scrollbar-styles"),(0,ce.nr)()&&(0,ce.un)()&&!se&&(document.body.addEventListener("touchstart",()=>{}),se=!0),tt(),he=!0,je.fireEvent("boot"))});return function pt(tt){return Se.apply(this,arguments)}}();return pe=new Promise(Ye),pe});return function ft(){return ae.apply(this,arguments)}}(),$e=ae=>{if(!he)return;const ft=(0,x.O4)(),Ye=(0,x.PC)();(ae===ft||ae===Ye)&&(0,z.Ay)(ft)}},7607(ie,H,u){"use strict";u.d(H,{D8:()=>I,FN:()=>S,J4:()=>O,KI:()=>U});var h=u(6113),v=u(8079);const y=(0,h.A)("Tags",new Map),g=new Set;let L,M=new Map;const U=P=>{g.add(P),y.set(P,(0,v._w)())},I=P=>g.has(P),S=()=>[...g.values()],O=P=>{let ne=y.get(P);void 0===ne&&(ne=-1),M.has(ne)||M.set(ne,new Set),M.get(ne).add(P),L||(L=setTimeout(()=>{X(),M=new Map,L=void 0},1e3))},X=()=>{const P=(0,v.J1)(),ne=(0,v._w)(),J=P[ne];let K="Multiple UI5 Web Components instances detected.";P.length>1&&(K=`${K}\nLoading order (versions before 1.1.0 not listed): ${P.map(x=>`\n${x.description}`).join("")}`),[...M.keys()].forEach(x=>{let z,q,Z;-1===x?(z=1,q={description:"Older unknown runtime"}):(z=(0,v.Dz)(ne,x),q=P[x]),Z=z>0?"an older":z<0?"a newer":"the same",K=`${K}\n\n"${J.description}" failed to define ${M.get(x).size} tag(s) as they were defined by a runtime of ${Z} version "${q.description}": ${[...M.get(x)].sort().join(", ")}.`,K=z>0?`${K}\nWARNING! If your code uses features of the above web components, unavailable in ${q.description}, it might not work as expected!`:`${K}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),K=`${K}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/UI5/webcomponents/blob/main/docs/2-advanced/06-scoping.md.`,console.warn(K)}},4001(ie,H,u){"use strict";u.d(H,{$4:()=>O,LI:()=>w,RF:()=>S,rD:()=>U}),u(7607);let M={include:[/./],exclude:[]};const L=new Map,U=()=>{},w=()=>M,S=P=>{if(!L.has(P)){const ne=M.include.some(J=>P.match(J))&&!M.exclude.some(J=>P.match(J));L.set(P,ne)}return L.get(P)},O=P=>{if(S(P))return U()}},6136(ie,H,u){"use strict";const h=typeof document>"u",v={get userAgent(){return h?"":navigator.userAgent},get touch(){return!h&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!h&&/(Chrome|CriOS)/.test(v.userAgent)},get firefox(){return!h&&/Firefox/.test(v.userAgent)},get safari(){return!h&&!v.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(v.userAgent)},get webkit(){return!h&&/webkit/.test(v.userAgent)},get windows(){return!h&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!h&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!(h||!navigator.platform.match(/iPhone|iPad|iPod/)&&(!v.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!h&&!v.windows&&/Android/.test(v.userAgent)},get androidPhone(){return!h&&v.android&&/(?=android)(?=.*mobile)/i.test(v.userAgent)},get ipad(){return!h&&(/ipad/i.test(v.userAgent)||/Macintosh/i.test(v.userAgent)&&"ontouchend"in document)},_isPhone:()=>(U(),v.touch&&!M)};let y,g,M;const L=()=>{if(h||!v.windows)return!1;if(void 0===y){const q=v.userAgent.match(/Windows NT (\d+).(\d)/);y=q?parseFloat(q[1]):0}return y>=8},U=()=>{if(h)return!1;if(void 0===M){if(v.ipad)return void(M=!0);if(v.touch){if(L())return void(M=!0);if(v.chrome&&v.android)return void(M=!/Mobile Safari\/[.0-9]+/.test(v.userAgent));let q=window.devicePixelRatio?window.devicePixelRatio:1;return v.android&&(()=>{if(h||!v.webkit)return!1;if(void 0===g){const q=v.userAgent.match(/(webkit)[ /]([\w.]+)/);g=q?parseFloat(q[1]):0}return g>=537.1})()&&(q=1),void(M=Math.min(window.screen.width/q,window.screen.height/q)>=600)}M=-1!==v.userAgent.indexOf("Touch")||v.android&&!v.androidPhone}},P=()=>v._isPhone();u.d(H,["H8",0,()=>v.chrome,"cX",0,()=>v.macOS,"m0",0,()=>v.android||v.androidPhone,"nr",0,()=>v.safari,"tp",0,P,"un",0,()=>v.iOS,"xl",0,()=>!h&&(U(),!((v.touch||L())&&M||P())||L())])},1241(ie,H,u){"use strict";u.d(H,["A",0,class h{constructor(){this._eventRegistry=new Map}attachEvent(g,M){const L=this._eventRegistry,F=L.get(g);Array.isArray(F)?F.includes(M)||F.push(M):L.set(g,[M])}detachEvent(g,M){const L=this._eventRegistry,F=L.get(g);if(!F)return;const U=F.indexOf(M);-1!==U&&F.splice(U,1),0===F.length&&L.delete(g)}fireEvent(g,M){const L=this._eventRegistry.get(g);return L?L.map(F=>F.call(this,M)):[]}fireEventAsync(g,M){return Promise.all(this.fireEvent(g,M))}isHandlerAttached(g,M){const L=this._eventRegistry.get(g);return!!L&&L.includes(M)}hasListeners(g){return!!this._eventRegistry.get(g)}}])},3274(ie,H,u){"use strict";const h=new Map;u.d(H,["M_",0,(M,L)=>{h.set(M,L)},"io",0,()=>[...h.keys()],"x$",0,M=>h.get(M)])},6744(ie,H,u){"use strict";var h=u(8509),v=u(3274),y=u(5726),g=u(9671),M=u(2134),L=u(6121);let F=!1,U={animationMode:g.A.Full,theme:y.SS,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0,ignoreUrlParams:!1};const ce=new Map;ce.set("true",!0),ce.set("false",!1);const Ee=(Ne,je,lt)=>{const ee=je.toLowerCase(),Fe=Ne.split(`${lt}-`)[1];ce.has(je)&&(je=ce.get(ee)),"theme"===Fe?(U.theme=((Ne,je)=>"theme"===Ne&&je.includes("@")?je.split("@")[0]:je)(Fe,je),je&&je.includes("@")&&(U.themeRoot=(Ne=>Ne.split("@")[1])(je))):U[Fe]=je},he=()=>{typeof document>"u"||F||(pe(),F=!0)},pe=Ne=>{Ne&&(0,M.k)(),(()=>{const Ne=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let je;if(Ne){try{je=JSON.parse(Ne.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}je&&(U=(0,h.A)(U,je))}})(),U.ignoreUrlParams||(()=>{const Ne=new URLSearchParams((0,L.iA)());Ne.forEach((je,lt)=>{const ee=lt.split("sap-").length;0===ee||ee===lt.split("sap-ui-").length||Ee(lt,je,"sap")}),Ne.forEach((je,lt)=>{lt.startsWith("sap-ui")&&Ee(lt,je,"sap-ui")})})(),(()=>{const Ne=(0,v.x$)("OpenUI5Support");if(!Ne||!Ne.isOpenUI5Detected())return;const je=Ne.getConfigurationSettingsObject();U=(0,h.A)(U,je)})()};u.d(H,["$n",0,()=>(he(),U.enableDefaultTooltips),"Bi",0,()=>(he(),U.secondaryCalendarType),"Hz",0,()=>(he(),U.formatSettings),"Md",0,()=>(he(),U.timezone),"O4",0,()=>(he(),U.theme),"Qh",0,()=>(he(),U.ignoreUrlParams),"SU",0,()=>(he(),U.themeRoot),"Tx",0,()=>(he(),U.calendarType),"Z0",0,()=>(he(),U.language),"d$",0,()=>(he(),U.defaultFontLoading),"mE",0,()=>(he(),U.fetchDefaultLanguage),"qC",0,()=>(he(),U.animationMode),"uf",0,()=>(he(),U.noConflict)])},2358(ie,H,u){"use strict";const p=f=>f.shiftKey||f.altKey||A(f),A=f=>!(!f.metaKey&&!f.ctrlKey),G=(f,at,ye,Zt)=>f.shiftKey===Zt&&f.altKey===ye&&A(f)===at;u.d(H,["BF",0,f=>(f.key?"Spacebar"===f.key||" "===f.key:32===f.keyCode)&&G(f,!1,!1,!0),"FG",0,f=>(f.key?"ArrowRight"===f.key||"Right"===f.key:39===f.keyCode)&&!p(f),"HJ",0,f=>(f.key?"F8"===f.key:119===f.keyCode)&&G(f,!0,!0,!1),"KK",0,f=>(f.key?"ArrowLeft"===f.key||"Left"===f.key:37===f.keyCode)&&G(f,!1,!1,!0),"KL",0,f=>(f.key?"Escape"===f.key||"Esc"===f.key:27===f.keyCode)&&!p(f),"OC",0,f=>(f.key?"ArrowLeft"===f.key||"Left"===f.key:37===f.keyCode)&&!p(f),"Ob",0,f=>(f.key?"Delete"===f.key:46===f.keyCode)&&!p(f),"Pj",0,f=>(f.key?"ArrowDown"===f.key||"Down"===f.key:40===f.keyCode)&&!p(f),"RI",0,f=>(f.key?"Enter"===f.key:13===f.keyCode)&&!p(f),"Tu",0,f=>"Shift"===f.key||16===f.keyCode,"W_",0,f=>(f.key?"Backspace"===f.key:8===f.keyCode)&&!p(f),"_0",0,f=>G(f,!0,!1,!1),"aI",0,f=>(f.key?"ArrowUp"===f.key||"Up"===f.key:38===f.keyCode)&&G(f,!1,!1,!0),"bR",0,f=>(f.key?"Tab"===f.key:9===f.keyCode)&&G(f,!1,!1,!0),"hn",0,f=>(f.key?"ArrowRight"===f.key||"Right"===f.key:39===f.keyCode)&&G(f,!1,!1,!0),"ie",0,f=>(f.key?"ArrowUp"===f.key||"Up"===f.key:38===f.keyCode)&&!p(f),"oY",0,f=>(f.key?"PageDown"===f.key:34===f.keyCode)&&!p(f),"oi",0,f=>(f.key?"F7"===f.key:118===f.keyCode)&&!p(f),"qN",0,f=>(f.key?"Home"===f.key:36===f.keyCode)&&!p(f),"tt",0,f=>(f.key?"ArrowDown"===f.key||"Down"===f.key:40===f.keyCode)&&G(f,!1,!1,!0),"ty",0,f=>"F2"===f.key&&!p(f),"uV",0,f=>(f.key?"End"===f.key:35===f.keyCode)&&!p(f),"vQ",0,f=>(f.key?"PageUp"===f.key:33===f.keyCode)&&!p(f),"xC",0,f=>(f.key?"Spacebar"===f.key||" "===f.key:32===f.keyCode)&&!p(f),"zP",0,f=>(f.key?"Tab"===f.key:9===f.keyCode)&&!p(f)])},6121(ie,H,u){"use strict";const h=typeof document>"u",v_search=()=>h?"":window.location.search;u.d(H,["$N",0,()=>h?"":window.location.href,"VQ",0,()=>h?"":window.location.hostname,"iA",0,()=>v_search(),"iw",0,()=>h?"":window.location.protocol,"lj",0,()=>h?"":window.location.port])},3455(ie,H,u){"use strict";u.d(H,{E6:()=>I,Zq:()=>w,eP:()=>U});var h=u(8079);const v=typeof document>"u",y=(S,O)=>O?`${S}|${O}`:S,U=(S,O="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(X=>X._ui5StyleId!==y(S,O))},I=(S,O,X="",P)=>{((S,O="")=>!!v||!!document.adoptedStyleSheets.find(X=>X._ui5StyleId===y(S,O)))(O,X)?((S,O,X="",P)=>{if(v)return;const ne=(0,h._w)(),J=document.adoptedStyleSheets.find(K=>K._ui5StyleId===y(O,X));J&&(P?(J._ui5Theme!==P||(S=>void 0===S||(0,h.Dz)((0,h._w)(),parseInt(S))>=1)(J._ui5RuntimeIndex))&&(J.replaceSync(S||""),J._ui5RuntimeIndex=String(ne),J._ui5Theme=P):J.replaceSync(S||""))})(S,O,X,P):((S,O,X="",P)=>{const ne=(0,h._w)(),J=new CSSStyleSheet;J.replaceSync(S),J._ui5StyleId=y(O,X),P&&(J._ui5RuntimeIndex=ne,J._ui5Theme=P),document.adoptedStyleSheets=[...document.adoptedStyleSheets,J]})(S,O,X,P)},w=(S,O)=>void 0===S?O:void 0===O?S:`${S} ${O}`},4583(ie,H,u){"use strict";const h=new Map,v=new Map;v.set("S",[0,599]),v.set("M",[600,1023]),v.set("L",[1024,1439]),v.set("XL",[1440,1/0]);var U,y=((U=y||{}).RANGE_4STEPS="4Step",U);const L={RANGESETS:y,initRangeSet:(U,I)=>{h.set(U,I)},getCurrentRange:(U,I=window.innerWidth)=>{let S,w=h.get(U);w||(w=h.get("4Step"));const O=Math.floor(I);return w.forEach((X,P)=>{O>=X[0]&&O<=X[1]&&(S=P)}),S||[...w.keys()][0]}};L.initRangeSet(L.RANGESETS.RANGE_4STEPS,v),u.d(H,["A",0,L])},6060(ie,H,u){"use strict";u.d(H,{zo:()=>z,xm:()=>ve,kT:()=>J,oK:()=>ne,JT:()=>se,fz:()=>x,nl:()=>K});var h=u(9293),v=u(1241);var L=u(7607),F=u(8012);const U=new Set,I=new v.A,w=new class g{constructor(){this.list=[],this.lookup=new Set}add(he){this.lookup.has(he)||(this.list.push(he),this.lookup.add(he))}remove(he){this.lookup.has(he)&&(this.list=this.list.filter(pe=>pe!==he),this.lookup.delete(he))}shift(){const he=this.list.shift();if(he)return this.lookup.delete(he),he}isEmpty(){return 0===this.list.length}isAdded(he){return this.lookup.has(he)}process(he){let pe;const Ne=new Map;for(pe=this.shift();pe;){const je=Ne.get(pe)||0;if(je>10)throw new Error("Web component processed too many times this task, max allowed is: 10");he(pe),Ne.set(pe,je+1),pe=this.shift()}}};let S,O,X,P;const ne=function(){var Ie=h(function*(pe){w.add(pe),yield q()});return function he(pe){return Ie.apply(this,arguments)}}(),J=Ie=>{U.add(Ie)},K=Ie=>{U.delete(Ie)},x=Ie=>{I.fireEvent("beforeComponentRender",Ie),J(Ie),Ie._render()},z=Ie=>{w.remove(Ie),K(Ie)},q=function(){var Ie=h(function*(){P||(P=new Promise(pe=>{window.requestAnimationFrame(()=>{w.process(x),P=null,pe(),X||(X=setTimeout(()=>{X=void 0,w.isEmpty()&&le()},200))})})),yield P});return function he(){return Ie.apply(this,arguments)}}(),se=function(){var Ie=h(function*(){yield(()=>{const Ie=(0,L.FN)().map(he=>customElements.whenDefined(he));return Promise.all(Ie)})(),yield S||(S=new Promise(Ie=>{O=Ie,window.requestAnimationFrame(()=>{w.isEmpty()&&(S=void 0,Ie())})}),S)});return function he(){return Ie.apply(this,arguments)}}(),le=()=>{w.isEmpty()&&O&&(O(),O=void 0,S=void 0)},ve=function(){var Ie=h(function*(pe){U.forEach(Ne=>{const je=Ne.constructor,lt=je.getMetadata().getTag(),ee=(0,F.J)(je),Fe=je.getMetadata().isLanguageAware(),be=je.getMetadata().isThemeAware();(!pe||pe.tag===lt||pe.rtlAware&&ee||pe.languageAware&&Fe||pe.themeAware&&be)&&ne(Ne)}),yield se()});return function he(pe){return Ie.apply(this,arguments)}}()},8079(ie,H,u){"use strict";u.d(H,{Dz:()=>ht,J1:()=>Xt,_w:()=>pt,je:()=>Se});var h=u(7607),v=u(4001),y=u(3274),g=u(6744),L=(u(9671),u(2134));let U;(0,L.R)(()=>{U=void 0});var gt,S=((gt=S||{}).Gregorian="Gregorian",gt.Islamic="Islamic",gt.Japanese="Japanese",gt.Buddhist="Buddhist",gt.Persian="Persian",gt);const O=S;let X,P;(0,L.R)(()=>{X=void 0,P=void 0});var K=u(3261);let x;class z{static getLegacyDateCalendarCustomizing(){return void 0===x&&(x=(0,g.Hz)()),x.legacyDateCalendarCustomizing||[]}}(0,y.M_)("LegacyDateFormats",z);const q=z;let Z;(0,L.R)(()=>{Z=void 0});const le=(0,y.x$)("LegacyDateFormats")?q.getLegacyDateCalendarCustomizing:()=>[];var ve=u(4181),Pe=u(1022),Ee=u(6726),Ie=u(494);let he;(0,L.R)(()=>{he=void 0});var je=u(5303);let lt;const ze={version:"2.25.0",major:2,minor:25,patch:0,suffix:"",isNext:!1,buildTime:1785304276};var Ke=u(6113);let $e;const ft=new Map,Ye=(0,Ke.A)("Runtimes",[]),Se=()=>{if(void 0===$e){$e=Ye.length;const gt=ze;Ye.push({...gt,get scopingSuffix(){return(0,v.rD)()},get registeredTags(){return(0,h.FN)()},get registeredFeatures(){return(0,y.io)()},get configuration(){return{theme:(0,Ee.O4)(),themeRoot:(0,Ie.SU)(),baseTheme:(0,Ee.PC)(),language:(0,ve.Z0)(),fetchDefaultLanguage:(0,ve.mE)(),timezone:(void 0===he&&(he=(0,g.Md)()),he),animationMode:(void 0===U&&(U=(0,g.qC)()),U),calendarType:(void 0===X&&(X=(0,g.Tx)()),X&&X in O?X:O.Gregorian),secondaryCalendarType:(void 0===P&&(P=(0,g.Bi)()),P),noConflict:(0,Pe.uf)(),defaultFontLoading:(0,K.d)(),enableDefaultTooltips:(0,je.$)(),firstDayOfWeek:(void 0===Z&&(Z=(0,g.Hz)()),Z.firstDayOfWeek),legacyDateCalendarCustomizing:le(),ignoreUrlParams:(void 0===lt&&(lt=(0,g.Qh)()),lt)}},get scopingRules(){return(0,v.LI)()},get openUI5Detected(){return(0,y.x$)("OpenUI5Support")?.isOpenUI5Detected()??!1},get openUI5LoadedFirst(){const wt=(0,y.x$)("OpenUI5Support");return wt?wt.isOpenUI5LoadedFirst():void 0},alias:"",description:`Runtime ${$e} - ver ${gt.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},pt=()=>$e,ht=(gt,wt)=>{const Mt=`${gt},${wt}`;if(ft.has(Mt))return ft.get(Mt);const hn=Ye[gt],Vt=Ye[wt];if(!hn||!Vt)throw new Error("Invalid runtime index supplied");const nt=((gt,wt)=>{if(gt.isNext||wt.isNext)return gt.buildTime-wt.buildTime;return gt.major-wt.major||gt.minor-wt.minor||gt.patch-wt.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(gt.suffix,wt.suffix)})(hn,Vt);return ft.set(Mt,nt),nt},Xt=()=>Ye},4431(ie,H,u){"use strict";u.d(H,{A:()=>Kt,W:()=>dt});var h=u(9293),v=u(8509),y=u(1261);const g=new Map,M=new Map,L=new Map,F=re=>{if(!g.has(re)){const we=w(re.split("-"));g.set(re,we)}return g.get(re)},U=re=>{if(!M.has(re)){const we=re.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();M.set(re,we)}return M.get(re)},w=re=>re.map((we,$)=>0===$?we.toLowerCase():we.charAt(0).toUpperCase()+we.slice(1).toLowerCase()).join(""),S=re=>{const we=L.get(re);if(we)return we;const $=F(re),xe=$.charAt(0).toUpperCase()+$.slice(1);return L.set(re,xe),xe},O=re=>{if(!(re instanceof HTMLElement))return"default";const we=re.getAttribute("slot");if(we){const $=we.match(/^(.+?)-\d+$/);return $?$[1]:we}return"default"},X=re=>re instanceof HTMLSlotElement?re.assignedNodes({flatten:!0}).filter(we=>we instanceof HTMLElement):[re],P=re=>re.reduce((we,$)=>we.concat(X($)),[]);var ne=u(4001);const x=class J{constructor(we){this.metadata=we}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const we={};if(this.slotsAreManaged()){const $=this.getSlots();for(const[xe,He]of Object.entries($)){const it=He.propertyName||xe;we[it]=[],we[F(it)]=we[it]}}return this._initialState=we,we}static validateSlotValue(we,$){return((re,we)=>(re&&X(re).forEach($=>{if(!($ instanceof we.type))throw new Error(`The element is not of type ${we.type.toString()}`)}),re))(we,$)}getPureTag(){return this.metadata.tag||""}getTag(){const we=this.metadata.tag;if(!we)return"";const $=(0,ne.$4)(we);return $?`${we}-${$}`:we}hasAttribute(we){return!this.getProperties()[we].noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(U)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(we=>we.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(we,$,xe){const He=this.getSlots()[we].invalidateOnChildChange;if(void 0===He)return!1;if("boolean"==typeof He)return He;if("object"==typeof He){if("property"===$){if(void 0===He.properties)return!1;if("boolean"==typeof He.properties)return He.properties;if(Array.isArray(He.properties))return He.properties.includes(xe);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===$){if(void 0===He.slots)return!1;if("boolean"==typeof He.slots)return He.slots;if(Array.isArray(He.slots))return He.slots.includes(xe);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}};var z=u(1241),q=u(6060),Z=u(6113);const ve=re=>{(0,Z.A)("CustomStyle.eventProvider",new z.A).attachEvent("CustomCSSChange",re)};ve(re=>{(0,q.xm)({tag:re})});const ee=re=>Array.isArray(re)?re.filter(we=>!!we).flat(10).join(" "):re;var Fe=u(3274);const be=new Map;ve(re=>{be.delete(`${re}_normal`)});const Ke=re=>{const we=re.getMetadata().getTag(),$=`${we}_normal`,xe=(0,Fe.x$)("OpenUI5Enablement");if(!be.has($)){let He="";xe&&(He=ee(xe.getBusyIndicatorStyles()));const it=(re=>{const we=(0,Z.A)("CustomStyle.customCSSFor",{});return we[re]?we[re].join(""):""})(we)||"",Ct=`${ee(re.styles)} ${it} ${He}`;be.set($,Ct)}return be.get($)},$e=new Map;ve(re=>{$e.delete(`${re}_normal`)});const ft=re=>{const we=`${re.getMetadata().getTag()}_normal`;if(!$e.has(we)){const $=Ke(re),xe=new CSSStyleSheet;xe.replaceSync($),$e.set(we,[xe])}return $e.get(we)};var Ye=u(1452);const tt=[];var Xt=u(7607);const gt=new WeakMap;var hn=u(1022);const Je=["disabled","title","hidden","role","draggable"],an=re=>!(!Je.includes(re)&&!re.startsWith("aria")&&[HTMLElement,Element,Node].some(we=>we.prototype.hasOwnProperty(re)));var Me=u(8777),W=u(8012),ue=u(3823),Q=u(6162),E=u(4446),m=u(4217),C=u(1175),R=u(5726);const p=new Map,A=new Map,G=new Map,me=new Set;let Be=!1;const f={iw:"he",ji:"yi",in:"id"},at=re=>{Be||(console.warn(`[LocaleData] Supported locale "${re}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),Be=!0)},Zt=(re,we)=>{p.set(re,we)},oe=function(){var re=h(function*($,xe,He){const it=((re,we,$)=>{"no"===(re=re&&f[re]||re)&&(re="nb"),"zh"===re&&!we&&("Hans"===$?we="CN":"Hant"===$&&(we="TW")),("sh"===re||"sr"===re&&"Latn"===$)&&(re="sr",we="Latn");let xe=`${re}_${we}`;return R.dI.includes(xe)?A.has(xe)?xe:(at(xe),R.Xn):(xe=re,R.dI.includes(xe)?A.has(xe)?xe:(at(xe),R.Xn):R.Xn)})($,xe,He),Ct=(0,Fe.x$)("OpenUI5Support");if(Ct){const Rt=Ct.getLocaleDataObject();if(Rt)return void Zt(it,Rt)}try{const Rt=yield(re=>{if(!G.get(re)){const we=A.get(re);if(!we)throw new Error(`CLDR data for locale ${re} is not loaded!`);G.set(re,we(re))}return G.get(re)})(it);Zt(it,Rt)}catch(Rt){const ke=Rt;me.has(ke.message)||(me.add(ke.message),console.error(ke.message))}});return function we($,xe,He){return re.apply(this,arguments)}}();A.set("en",h(function*(){return console.warn('[LocaleData] Falling back to loading "en" locale data from CDN.','For production usage, please configure locale data loading via the "Assets.js" module of the webcomponents package you are using.'),(yield fetch("https://cdn.jsdelivr.net/npm/@openui5/sap.ui.core@1.120.17/src/sap/ui/core/cldr/en.json")).json()})),(0,m._F)(()=>{const re=(0,C.A)();return oe(re.getLanguage(),re.getRegion(),re.getScript())});var ge=u(4181),de=u(5031);let Ge=0;const Xe=new Map,ct=new Map,ut={fromAttribute(re,we){if(we===Boolean)return null!==re;if(we===Number)return null===re?void 0:parseFloat(re);if(we===Object||we===Array)try{return JSON.parse(re)}catch{return re}return re},toAttribute:(re,we)=>we===Boolean?re?"":null:we===Object||we===Array||null==re?null:String(re)};function yt(re){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,ge.gx)()||(this.onInvalidation(re),this._changedState.push(re),(0,q.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...re,target:this}))}function Oe(re,we){do{const $=Object.getOwnPropertyDescriptor(re,we);if($)return $;re=Object.getPrototypeOf(re)}while(re&&re!==HTMLElement.prototype)}let kt=(()=>{class re extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const $=this.constructor;let xe;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new z.A,this._componentStateFinalizedEventProvider=new z.A,this._domRefReadyPromise=new Promise(He=>{xe=He}),this._domRefReadyPromise._deferredResolve=xe,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...$.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(He=>{this.hasOwnProperty(He)&&this.initializedProperties.set(He,this[He])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const $=this.constructor;if($._needsShadowDOM()){const xe={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...xe,...$.getMetadata().getShadowRootOptions()}),$.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange($){$.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++Ge),this.__id}render(){return(0,ue.A)(this.constructor.template,this)}connectedCallback(){var $=this;return h(function*(){const xe=$.constructor;(0,q.kT)($),$.setAttribute(xe.getMetadata().getPureTag(),""),xe.getMetadata().supportsF6FastNavigation()&&!$.hasAttribute("data-sap-ui-fastnavgroup")&&$.setAttribute("data-sap-ui-fastnavgroup","true");const He=xe.getMetadata().slotsAreManaged();$._inDOM=!0,He&&($._startObservingDOMChildren(),yield $._processChildren()),xe.asyncFinished||(yield xe._definePromise);const it=(0,ge.gx)();xe.getMetadata().isLanguageAware()&&it&&(yield it),$._inDOM&&($._rendered||(0,q.fz)($),$._domRefReadyPromise._deferredResolve(),$._fullyConnected=!0,$.onEnterDOM(),$.hasAttribute("autofocus")&&requestAnimationFrame(()=>{$.focus()}))})()}get definePromise(){const $=this.constructor;return!$.asyncFinished&&$._definePromise?$._definePromise:Promise.resolve()}disconnectedCallback(){const $=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,$&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,q.zo)(this),(0,q.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const $=this.constructor.getMetadata();if(!$.hasSlots())return;const xe=$.canSlotText(),He={childList:!0,subtree:xe,characterData:xe};((re,we,$)=>{const xe=new MutationObserver(we);gt.set(re,xe),xe.observe(re,$)})(this,this._processChildren.bind(this),He)}_stopObservingDOMChildren(){(re=>{const we=gt.get(re);we&&(we.disconnect(),gt.delete(re))})(this)}_processChildren(){var $=this;return h(function*(){$.constructor.getMetadata().hasSlots()&&(yield $._updateSlots())})()}_updateSlots(){var $=this;return h(function*(){const xe=$.constructor,He=xe.getMetadata().getSlots(),it=xe.getMetadata().canSlotText(),Ct=Array.from(it?$.childNodes:$.children),Rt=new Map,ke=new Map;for(const[Jt,on]of Object.entries(He)){const dn=on.propertyName||Jt;ke.set(dn,Jt),Rt.set(dn,[...$._state[dn]]),$._clearSlot(Jt,on)}const en=new Map,tn=new Map;Ct.forEach((Jt,on)=>{const dn=O(Jt),hi=He[dn];if(void 0===hi){if("default"!==dn){const Et=Object.keys(He).join(", ");console.warn(`Unknown slotName: ${dn}, ignoring`,Jt,`Valid values are: ${Et}`)}return}const pn=hi.propertyName||dn;tn.has(pn)?tn.get(pn).push({child:Jt,idx:on}):tn.set(pn,[{child:Jt,idx:on}])}),tn.forEach((Jt,on)=>{$._state[on]=Jt.sort((dn,hi)=>dn.idx-hi.idx).map(dn=>dn.child),$._state[F(on)]=$._state[on]});const At=Ct.map(function(){var Jt=h(function*(on){const dn=O(on),hi=He[dn];if(void 0!==hi){if(hi.individualSlots){const pn=(en.get(dn)||0)+1;en.set(dn,pn),on._individualSlot=`${dn}-${pn}`}if(on instanceof HTMLElement){const pn=on.localName;if(pn.includes("-")&&!(re=>tt.some(we=>re.startsWith(we)))(pn)){if(!customElements.get(pn)){const Et=customElements.whenDefined(pn);let Ai=Xe.get(pn);Ai||(Ai=new Promise(qn=>setTimeout(qn,1e3)),Xe.set(pn,Ai)),yield Promise.race([Et,Ai])}customElements.upgrade(on)}}if(on=xe.getMetadata().constructor.validateSlotValue(on,hi),dt(on)&&hi.invalidateOnChildChange){const pn=$._getChildChangeListener(dn);on.attachInvalidate.call(on,pn)}on instanceof HTMLSlotElement&&$._attachSlotChange(on,dn,!!hi.invalidateOnChildChange)}});return function(on){return Jt.apply(this,arguments)}}());yield Promise.all(At);let ln=!1;for(const[Jt,on]of Object.entries(He)){const dn=on.propertyName||Jt;(0,Me.A)(Rt.get(dn),$._state[dn])||(yt.call($,{type:"slot",name:ke.get(dn),reason:"children"}),ln=!0,xe.getMetadata().isFormAssociated()&&(0,Q.ok)($))}ln||yt.call($,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot($,xe){const He=xe.propertyName||$;this._state[He].forEach(it=>{if(dt(it)){const Ct=this._getChildChangeListener($);it.detachInvalidate.call(it,Ct)}it instanceof HTMLSlotElement&&this._detachSlotChange(it,$)}),this._state[He]=[],this._state[F(He)]=this._state[He]}attachInvalidate($){this._invalidationEventProvider.attachEvent("invalidate",$)}detachInvalidate($){this._invalidationEventProvider.detachEvent("invalidate",$)}_onChildChange($,xe){this.constructor.getMetadata().shouldInvalidateOnChildChange($,xe.type,xe.name)&&yt.call(this,{type:"slot",name:$,reason:"childchange",child:xe.target})}attributeChangedCallback($,xe,He){let it;if(this._doNotSyncAttributes.has($))return;const Ct=this.constructor.getMetadata().getProperties(),Rt=$.replace(/^ui5-/,""),ke=F(Rt);if(Ct.hasOwnProperty(ke)){const en=Ct[ke];it=(en.converter??ut).fromAttribute(He,en.type),this[ke]=it}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,Q.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute($,xe){const He=this.constructor;if(!He.getMetadata().hasAttribute($))return;const it=He.getMetadata().getProperties()[$];if(it.type===Object||it.type===Array)return;const Ct=U($),Rt=(it.converter||ut).toAttribute(xe,it.type);this._doNotSyncAttributes.add(Ct),null==Rt?this.removeAttribute(Ct):this.setAttribute(Ct,Rt),this._doNotSyncAttributes.delete(Ct)}_getChildChangeListener($){return this._childChangeListeners.has($)||this._childChangeListeners.set($,this._onChildChange.bind(this,$)),this._childChangeListeners.get($)}_getSlotChangeListener($){return this._slotChangeListeners.has($)||this._slotChangeListeners.set($,this._onSlotChange.bind(this,$)),this._slotChangeListeners.get($)}_attachSlotChange($,xe,He){const it=this._getSlotChangeListener(xe);$.addEventListener("slotchange",Ct=>{if(it.call($,Ct),He){const Rt=this._slotsAssignedNodes.get($);Rt&&Rt.forEach(en=>{if(dt(en)){const tn=this._getChildChangeListener(xe);en.detachInvalidate.call(en,tn)}});const ke=P([$]);this._slotsAssignedNodes.set($,ke),ke.forEach(en=>{if(dt(en)){const tn=this._getChildChangeListener(xe);en.attachInvalidate.call(en,tn)}})}})}_detachSlotChange($,xe){$.removeEventListener("slotchange",this._getSlotChangeListener(xe))}_onSlotChange($){yt.call(this,{type:"slot",name:$,reason:"slotchange"})}onInvalidation($){}updateAttributes(){const $=this.constructor.getMetadata().getProperties();for(const[xe,He]of Object.entries($))this._updateAttribute(xe,this[xe])}_render(){const $=this.constructor,xe=$.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([He,it])=>{delete this[He],this[He]=it}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],$._needsShadowDOM()&&(re=>{const we=re.constructor,$=re.shadowRoot;$?($.adoptedStyleSheets=[(0,Ye.k)(),...ft(we)],we.renderer(re,$)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,xe&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach($=>{$._individualSlot&&$.setAttribute("slot",$._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){return"function"==typeof this._getRealDomRef?this._getRealDomRef():this.shadowRoot&&0!==this.shadowRoot.children.length?this.shadowRoot.children[0]:void 0}getFocusDomRef(){const $=this.getDomRef();if($)return $.querySelector("[data-sap-focus-ref]")||$}getFocusDomRefAsync(){var $=this;return h(function*(){return yield $._waitForDomRef(),$.getFocusDomRef()})()}focus($){var xe=this;return h(function*(){yield xe._waitForDomRef();const He=xe.getFocusDomRef();He!==xe&&xe.isConnected?He&&"function"==typeof He.focus&&He.focus($):HTMLElement.prototype.focus.call(xe,$)})()}fireEvent($,xe,He=!1,it=!0){const Ct=this._fireEvent($,xe,He,it),Rt=S($);return Rt!==$?Ct&&this._fireEvent(Rt,xe,He,it):Ct}fireDecoratorEvent($,xe){const He=this.getEventData($),it=!!He&&He.cancelable,Ct=!!He&&He.bubbles,Rt=this._fireEvent($,xe,it,Ct),ke=S($);return ke!==$?Rt&&this._fireEvent(ke,xe,it,Ct):Rt}_fireEvent($,xe,He=!1,it=!0){const Ct=new CustomEvent(`ui5-${$}`,{detail:xe,composed:!1,bubbles:it,cancelable:He}),Rt=this.dispatchEvent(Ct);if((0,hn.Tk)($))return Rt;const ke=new CustomEvent($,{detail:xe,composed:!1,bubbles:it,cancelable:He});return this.dispatchEvent(ke)&&Rt}getEventData($){return this.constructor.getMetadata().getEvents()[$]}getSlottedNodes($){return P(this[$])}attachComponentStateFinalized($){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",$)}detachComponentStateFinalized($){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",$)}get effectiveDir(){return(0,W.A)(this.constructor),(()=>this.matches(":dir(rtl)")?"rtl":"ltr")()}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const $=this.getMetadata().getPureTag(),xe=this.getUniqueDependencies().map(He=>He.getMetadata().getPureTag()).filter(ne.RF);return(0,ne.RF)($)&&xe.push($),xe}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const $=this.prototype,xe=this.getMetadata().slotsAreManaged(),He=this.getMetadata().getProperties();for(const[it,Ct]of Object.entries(He)){an(it)||console.warn(`"${it}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Rt=Oe($,it);let ke,en;Rt?.set&&(ke=Rt.set),Rt?.get&&(en=Rt.get),Object.defineProperty($,it,{get(){return en?en.call(this):this._state[it]},set(tn){const At=this.constructor,ln=en?en.call(this):this._state[it];if(ln!==tn){if(ke?ke.call(this,tn):this._state[it]=tn,yt.call(this,{type:"property",name:it,newValue:tn,oldValue:ln}),this._rendered){const Jt=en?en.call(this):this._state[it];this._updateAttribute(it,Jt)}At.getMetadata().isFormAssociated()&&(0,Q.ok)(this)}}})}if(xe){const it=this.getMetadata().getSlots();for(const[Ct,Rt]of Object.entries(it)){an(Ct)||console.warn(`"${Ct}" is not a valid property name. Use a name that does not collide with DOM APIs`);const ke=Rt.propertyName||Ct,en={get(){return void 0!==this._state[ke]?this._state[ke]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty($,ke,en),ke!==F(ke)&&Object.defineProperty($,F(ke),en)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const $=this.dependencies.filter((xe,He,it)=>it.indexOf(xe)===He);ct.set(this,$)}static getUniqueDependencies(){return ct.has(this)||this.cacheUniqueDependencies(),ct.get(this)||[]}static onDefine(){return h(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map($=>{const{bundleName:xe}=$[1];return(0,E.HE)(xe)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?oe((0,C.A)().getLanguage(),(0,C.A)().getRegion(),(0,C.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var $=this;const xe=function(){var Rt=h(function*(){yield(0,y.zj)();const en=yield Promise.all([$.fetchI18nBundles(),$.fetchCLDR(),$.onDefine()]),[tn]=en;Object.entries($.getMetadata().getI18n()).forEach((At,ln)=>{$.i18nBundleStorage[At[1].bundleName]=tn[ln]}),$.asyncFinished=!0});return function ke(){return Rt.apply(this,arguments)}}();this._definePromise=xe();const He=this.getMetadata().getTag(),it=(0,Xt.D8)(He),Ct=customElements.get(He);return Ct&&!it?(0,Xt.J4)(He):Ct||(this._generateAccessors(),(0,Xt.KI)(He),customElements.define(He,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const $=[this.metadata];let xe=this;for(;xe!==re;)xe=Object.getPrototypeOf(xe),$.unshift(xe.metadata);const He=(0,v.A)({},...$);return this._metadata=new x(He),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}return re})();const dt=(0,de.A)("isUI5Element"),Kt=kt},4874(ie,H,u){"use strict";u.d(H,{Z5:()=>je,y3:()=>pe,hu:()=>he,pU:()=>Pe});var ee,h=u(9293),v=u(6113),y=((ee=y||{})["SAP-icons"]="SAP-icons-v4",ee.horizon="SAP-icons-v5",ee["SAP-icons-TNT"]="tnt",ee.BusinessSuiteInAppSymbols="business-suite",ee);const g=ee=>y[ee]?y[ee]:ee;var L=u(6726),F=(ee=>(ee.SAPIconsV4="SAP-icons-v4",ee.SAPIconsV5="SAP-icons-v5",ee.SAPIconsTNTV2="tnt-v2",ee.SAPIconsTNTV3="tnt-v3",ee.SAPBSIconsV1="business-suite-v1",ee.SAPBSIconsV2="business-suite-v2",ee))(F||{});const U=new Map;U.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),U.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),U.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const S=new Map,ne=ee=>{const Fe=(ee=>S.get(ee))((0,L.O4)());return!ee&&Fe?g(Fe):(ee=>{const Fe=(0,L.Z3)()?"legacy":"sap_horizon";return U.has(ee)?U.get(ee)[Fe]:ee})(ee||"SAP-icons")};var J=u(4446);const z=new Map,q=(0,v.A)("SVGIcons.registry",new Map),Z=(0,v.A)("SVGIcons.promises",new Map),ce="ICON_NOT_FOUND",le=function(){var ee=h(function*(be){if(!Z.has(be)){if(!z.has(be))throw new Error(`No loader registered for the ${be} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const ze=z.get(be);Z.set(be,ze(be))}return Z.get(be)});return function Fe(be){return ee.apply(this,arguments)}}(),ve=ee=>{Object.keys(ee.data).forEach(Fe=>{const be=ee.data[Fe];Pe(Fe,{pathData:be.path||be.paths,ltr:be.ltr,viewBox:be.viewBox,accData:be.acc,collection:ee.collection,packageName:ee.packageName})})},Pe=(ee,Fe)=>{q.set(`${Fe.collection}/${ee}`,{collection:Fe.collection,packageName:Fe.packageName,pathData:Fe.pathData,viewBox:Fe.viewBox,ltr:Fe.ltr,accData:Fe.accData,customTemplate:Fe.customTemplate})},Ie=ee=>{let Fe;return ee.startsWith("sap-icon://")&&(ee=ee.replace("sap-icon://","")),[ee,Fe]=ee.split("/").reverse(),ee=ee.replace("icon-",""),Fe&&(Fe=g(Fe)),{name:ee,collection:Fe}},he=ee=>{const{name:Fe,collection:be}=Ie(ee);return Ne(be,Fe)},pe=function(){var ee=h(function*(be){const{name:ze,collection:Ke}=Ie(be);let $e=ce;try{$e=yield le(ne(Ke))}catch(ft){console.error(ft.message)}return $e===ce?$e:Ne(Ke,ze)||(Array.isArray($e)?$e.forEach(ft=>{ve(ft),((ee,Fe)=>{U.has(ee)?U.set(ee,{...Fe,...U.get(ee)}):U.set(ee,Fe)})(Ke,{[ft.themeFamily||"legacy"]:ft.collection})}):ve($e),Ne(Ke,ze))});return function Fe(be){return ee.apply(this,arguments)}}(),Ne=(ee,Fe)=>{const be=`${ne(ee)}/${Fe}`;return q.get(be)},je=function(){var ee=h(function*(be){if(!be)return;let ze=he(be);return ze||(ze=yield pe(be)),ze&&ze!==ce&&ze.accData?ze.packageName?(yield(0,J.HE)(ze.packageName)).getText(ze.accData):ze.accData?.defaultText||"":void 0});return function Fe(be){return ee.apply(this,arguments)}}()},8923(ie,H,u){"use strict";u.d(H,{Rh:()=>w,gu:()=>ne,tw:()=>O,w2:()=>P});var h=u(9293),v=u(5726),y=u(3455),g=u(7928);const M=new Map,L=new Map,F=new Map,U=new Map,I=new Set,w=(J,K,x,z="root")=>{L.set(`${J}/${K}`,x),U.set(J,{cssVariablesTarget:z}),I.add(K),(0,g.E)(K)},O=function(){var J=h(function*(x,z,q){const Z=`${x}_${z}_${q||""}`,ce=M.get(Z);if(void 0!==ce)return ce;if(!I.has(z)){const Pe=[...I.values()].join(", ");return console.warn(`You have requested a non-registered theme ${z} - falling back to ${v.SS}. Registered themes are: ${Pe}`),X(x,v.SS)}const[se,le]=yield Promise.all([X(x,z),q?X(x,q,!0):void 0]),ve=(0,y.Zq)(se,le);return ve&&M.set(Z,ve),ve});return function K(x,z,q){return J.apply(this,arguments)}}(),X=function(){var J=h(function*(x,z,q=!1){const Z=(q?F:L).get(`${x}/${z}`);if(!Z)return void(q||console.error(`Theme [${z}] not registered for package [${x}]`));let ce;try{ce=yield Z(z)}catch(se){return void console.error(x,se.message)}return ce});return function K(x,z){return J.apply(this,arguments)}}(),P=()=>U,ne=J=>I.has(J)},2134(ie,H,u){"use strict";const v=new(u(1241).A),y="configurationReset";u.d(H,["R",0,L=>{v.attachEvent(y,L)},"k",0,()=>{v.fireEvent(y,void 0)}])},4346(ie,H,u){"use strict";var h=u(6113),v=u(1241);const L=new Set;u.d(H,["hr",0,w=>(0,h.A)("ConfigChange.values",{})[w],"qJ",0,(w,S)=>{(0,h.A)("ConfigChange.eventProvider",new v.A).attachEvent("configChange",O=>{O.name===w&&!L.has(w)&&S(O.value)})}])},3261(ie,H,u){"use strict";var h=u(6744);let y;(0,u(2134).R)(()=>{y=void 0}),u.d(H,["d",0,()=>(void 0===y&&(y=(0,h.d$)()),y)])},4181(ie,H,u){"use strict";u.d(H,{Z0:()=>J,gx:()=>ne,mE:()=>q});var g=u(6744),M=u(4217),L=u(6060),U=(u(5726),u(1261)),I=u(2134),w=u(4346);let S,O;(0,I.R)(()=>{S=void 0,O=void 0});let X=null;(0,w.qJ)("language",Z=>{S=Z,(Z=>{const ce=(0,M.lb)(Z).then(()=>{if((0,U.qM)())return(0,L.xm)({languageAware:!0})}).finally(()=>{X===ce&&(X=null)});X=ce})(Z)});const ne=()=>X,J=()=>(void 0===S&&(S=(0,w.hr)("language")??(0,g.Z0)()),S),q=()=>(void 0===O&&(O=(0,g.mE)()),O)},1022(ie,H,u){"use strict";var h=u(6744),v=u(2134);const y=["value-changed","click"];let g;(0,v.R)(()=>{g=void 0});const F=()=>(void 0===g&&(g=(0,h.uf)()),g);u.d(H,["Tk",0,w=>{const S=F();return!((w=>y.includes(w))(w)||!0!==S&&(w=>{const S=F();return!("boolean"!=typeof S&&S.events&&S.events.includes&&S.events.includes(w))})(w))},"uf",0,F])},6726(ie,H,u){"use strict";u.d(H,{Dm:()=>Pe,O4:()=>x,PC:()=>ve,Z3:()=>ce});var U=u(6744),I=u(6060),w=u(6077),S=u(1712),O=u(5726),X=u(1261),P=u(2134),ne=u(4346);let J,K;(0,P.R)(()=>{J=void 0}),(0,ne.qJ)("theme",Ee=>{J=Ee,(0,X.qM)()&&(0,w.Ay)(J).then(()=>(0,I.xm)({themeAware:!0}))});const x=()=>(void 0===J&&(J=(0,ne.hr)("theme")??(0,U.O4)()),J),ce=()=>{const Ee=x();return le(Ee)?!Ee.startsWith("sap_horizon"):!(0,S.A)()?.baseThemeName?.startsWith("sap_horizon")},le=Ee=>O.QP.includes(Ee),ve=()=>K,Pe=Ee=>{K=Ee}},494(ie,H,u){"use strict";u.d(H,{zn:()=>K,SU:()=>P});var h=u(9293),g=u(6121);const M=x=>{const z=document.querySelector(`META[name="${x}"]`);return z&&z.getAttribute("content")};var I=u(6744);let X;u(6726),(0,u(2134).R)(()=>{X=void 0});const P=()=>(void 0===X&&(X=(0,I.SU)()),X),K=function(){var x=h(function*(q){const Z=document.querySelector(`[sap-ui-webcomponents-theme="${q}"]`);Z&&document.head.removeChild(Z);const ce=P();if(!ce)return;const se=(x=>{let z,q=!1;try{if(x.startsWith(".")||x.startsWith("/")&&!x.startsWith("//"))z=new URL(x,(0,g.$N)()).toString(),q=!0;else{const Z=x.startsWith("//")?new URL(x,(0,g.$N)()):new URL(x),ce=Z.origin;if(q=ce===new URL((0,g.$N)()).origin,!ce||!((x,z=!1)=>{const q=M("sap-allowed-theme-origins")??M("sap-allowedThemeOrigins");return!!q&&(!!z||q.split(",").some(Z=>"*"===Z||x===Z.trim()))})(ce,q))return;z=Z.toString()}return z.endsWith("/")||(z=`${z}/`),`${z}UI5/`}catch{return}})(ce);se?yield((x,z)=>{const q=document.createElement("link");return q.type="text/css",q.rel="stylesheet",z&&Object.entries(z).forEach(Z=>q.setAttribute(...Z)),q.href=x,document.head.appendChild(q),new Promise(Z=>{q.addEventListener("load",Z),q.addEventListener("error",Z)})})(((x,z)=>`${z}Base/baseLib/${x}/css_variables.css`)(q,se),{"sap-ui-webcomponents-theme":q}):console.warn(`The ${ce} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function z(q){return x.apply(this,arguments)}}()},5303(ie,H,u){"use strict";var h=u(6744);let v;u.d(H,["$",0,()=>(void 0===v&&(v=(0,h.$n)()),v)])},1934(ie,H,u){"use strict";u.d(H,["A",0,(y={})=>g=>{if(Object.prototype.hasOwnProperty.call(g,"metadata")||(g.metadata={}),"string"==typeof y)return void(g.metadata.tag=y);const{tag:M,languageAware:L,themeAware:F,cldr:U,fastNavigation:I,formAssociated:w,shadowRootOptions:S}=y;g.metadata.tag=M,L&&(g.metadata.languageAware=L),U&&(g.metadata.cldr=U),F&&(g.metadata.themeAware=F),I&&(g.metadata.fastNavigation=I),w&&(g.metadata.formAssociated=w),S&&(g.metadata.shadowRootOptions=S),["renderer","template","styles","dependencies"].forEach(O=>{y[O]&&Object.defineProperty(g,O,{get:()=>y[O]})})}])},1437(ie,H,u){"use strict";u.d(H,["A",0,(y,g={})=>M=>{Object.prototype.hasOwnProperty.call(M,"metadata")||(M.metadata={});const L=M.metadata;L.events||(L.events={});const F=L.events;F[y]||(g.bubbles=!!g.bubbles,g.cancelable=!!g.cancelable,F[y]=g)}])},3651(ie,H,u){"use strict";u.d(H,["A",0,y=>(g,M)=>{g.metadata.i18n||(g.metadata.i18n={}),Object.defineProperty(g,M,{get:()=>g.i18nBundles[y],set(){}}),g.metadata.i18n[M]={bundleName:y,target:g}}])},1642(ie,H,u){"use strict";u.d(H,["A",0,y=>(g,M)=>{const L=g.constructor;Object.prototype.hasOwnProperty.call(L,"metadata")||(L.metadata={});const F=L.metadata;F.properties||(F.properties={});const U=F.properties;U[M]||(U[M]=y??{})}])},6993(ie,H,u){"use strict";u.d(H,["A",0,function h(y){return(g,M)=>{const L=g.constructor;Object.prototype.hasOwnProperty.call(L,"metadata")||(L.metadata={});const F=L.metadata;F.slots||(F.slots={});const U=F.slots;if(y&&y.default&&U.default)throw new Error("Only one slot can be the default slot.");const I=y&&y.default?"default":M;(y=y||{type:HTMLElement}).type||(y.type=HTMLElement),U[I]||(U[I]=y),y.default&&(delete U.default.default,U.default.propertyName=M),L.metadata.managedSlots=!0}}])},362(ie,H,u){"use strict";var h=u(4431);let v;const y=new Map,g=()=>(v||(v=new window.ResizeObserver(I=>{window.requestAnimationFrame(()=>{I.forEach(w=>{const S=y.get(w.target);S&&Promise.all(S.map(O=>O()))})})})),v);u.d(H,["A",0,class F{static register(w,S){let O=w;(0,h.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((I,w)=>{const S=y.get(I)||[];S.length||g().observe(I),y.set(I,[...S,w])})(O,S):console.warn("Cannot register ResizeHandler for element",w)}static deregister(w,S){let O=w;(0,h.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((I,w)=>{const S=y.get(I)||[];if(0===S.length)return;const O=S.filter(X=>X!==w);0===O.length?(g().unobserve(I),y.delete(I)):y.set(I,O)})(O,S):console.warn("Cannot deregister ResizeHandler for element",w)}}])},6162(ie,H,u){"use strict";var h=u(9293);const v=I=>{const w=I.getAttribute("form");if(w){const S=document.getElementById(w);return S instanceof HTMLFormElement?S:null}return I._internals?.form??null},g=I=>{if(I._internals?.form){if(M(I),!I.name)return void I._internals?.setFormValue(null);I._internals.setFormValue(I.formFormattedValue)}},M=function(){var I=h(function*(S){if(S.isUI5Element&&S._internals?.form)if(S._internals.setValidity({customError:!0}," "),yield S.definePromise,S.formValidity&&Object.keys(S.formValidity).some(O=>O)){const O=yield S.formElementAnchor?.();S._internals.setValidity(S.formValidity,S.formValidityMessage,O)}else S._internals.setValidity({})});return function w(S){return I.apply(this,arguments)}}(),L=function(){var I=h(function*(S){const O=v(S);if(!O)return;const X=[...O.elements];yield Promise.all(X.map(P=>U(P)?M(P):Promise.resolve())),O.requestSubmit()});return function w(S){return I.apply(this,arguments)}}(),U=I=>"formFormattedValue"in I&&"name"in I;u.d(H,["E2",0,I=>{v(I)?.reset()},"fc",0,I=>{U(I)&&g(I)},"ok",0,g,"rM",0,L])},5726(ie,H,u){"use strict";const h_themes={default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_auto","sap_horizon_dark","sap_horizon_hc_auto","sap_horizon_hcb","sap_horizon_hcw"]},h_locales={default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]};u.d(H,["Nm",0,"en","QP",0,h_themes.all,"SS",0,h_themes.default,"Xn",0,h_locales.default,"dI",0,h_locales.all])},6113(ie,H,u){"use strict";var h=u(5873);const v=()=>{const L=document.createElement("meta");return L.setAttribute("name","ui5-shared-resources"),L.setAttribute("content",""),L};u.d(H,["A",0,(L,F)=>{const U=L.split(".");let I=typeof document>"u"?null:(0,h.A)('meta[name="ui5-shared-resources"]',document.head,v);if(!I)return F;for(let w=0;w<U.length;w++){const S=U[w],O=w===U.length-1;Object.prototype.hasOwnProperty.call(I,S)||(I[S]=O?F:{}),I=I[S]}return I}])},4446(ie,H,u){"use strict";u.d(H,{Ay:()=>be,HE:()=>ee});var h=u(9293),v=u(1175),y=u(4217),g=u(5726);const M=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,L=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,F={he:"iw",yi:"ji",nb:"no",sr:"sh"},w={zh_HK:"zh_TW",in:"id"},O=ze=>{if(!ze)return g.Xn;if(w[ze])return w[ze];const Ke=ze.lastIndexOf("_");return Ke>=0?ze.slice(0,Ke):ze!==g.Xn?g.Xn:""};var X=u(4181);const P=new Set,ne=new Set,J=new Map,K=new Map,x=new Map,q=(ze,Ke)=>{J.set(ze,Ke)},ce=(ze,Ke)=>x.has(`${ze}/${Ke}`),ve=(ze,Ke)=>Ke!==g.Nm&&!ce(ze,Ke),Pe=function(){var ze=h(function*($e){const ae=(0,v.A)().getLanguage(),ft=(0,v.A)().getRegion(),Ye=(0,v.A)().getVariant();let Se=ae+(ft?`-${ft}`:"")+(Ye?`-${Ye}`:"");if(ve($e,Se))for(Se=(ze=>{let Ke;if(!ze)return g.Xn;if("string"==typeof ze&&(Ke=M.exec(ze.replace(/_/g,"-")))){let $e=Ke[1].toLowerCase(),ae=Ke[3]?Ke[3].toUpperCase():void 0;const ft=Ke[2]?Ke[2].toLowerCase():void 0,Ye=Ke[4]?Ke[4].slice(1):void 0,Se=Ke[6];return $e=F[$e]||$e,Se&&(Ke=L.exec(Se))||Ye&&(Ke=L.exec(Ye))?`en_US_${Ke[1].toLowerCase()}`:("zh"===$e&&!ae&&("hans"===ft?ae="CN":"hant"===ft&&(ae="TW")),$e+(ae?"_"+ae+(Ye?"_"+Ye.replace("-","_"):""):""))}return g.Xn})(Se);ve($e,Se);)Se=O(Se);const pt=(0,X.mE)();if(Se!==g.Nm||pt)if(ce($e,Se))try{const tt=yield((ze,Ke)=>{const $e=`${ze}/${Ke}`,ae=x.get($e);return ae&&!K.get($e)&&K.set($e,ae(Ke)),K.get($e)})($e,Se);q($e,tt)}catch(tt){const ht=tt;ne.has(ht.message)||(ne.add(ht.message),console.error(ht.message))}else(ze=>{P.has(ze)||(console.warn(`[${ze}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${ze}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),P.add(ze))})($e);else q($e,null)});return function Ke($e){return ze.apply(this,arguments)}}();(0,y._F)(ze=>{const Ke=[...J.keys()];return Promise.all(Ke.map(Pe))});const Ee=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,pe=new Map;class je{constructor(Ke){this.packageName=Ke}getText(Ke,...$e){if("string"==typeof Ke&&(Ke={key:Ke,defaultText:Ke}),!Ke||!Ke.key)return"";const ae=J.get(this.packageName);return ae&&!ae[Ke.key]&&console.warn(`Key ${Ke.key} not found in the i18n bundle, the default text will be used`),((ze,Ke)=>(Ke=Ke||[],ze.replace(Ee,($e,ae,ft,Ye,Se)=>{if(ae)return"'";if(ft)return ft.replace(/''/g,"'");if(Ye){const pt="string"==typeof Ye?parseInt(Ye):Ye;return String(Ke[pt])}throw new Error(`[i18n]: pattern syntax error at pos ${Se}`)})))(ae&&ae[Ke.key]?ae[Ke.key]:Ke.defaultText||Ke.key,$e)}}const ee=function(){var ze=h(function*($e){return yield Pe($e),(ze=>{if(pe.has(ze))return pe.get(ze);const Ke=new je(ze);return pe.set(ze,Ke),Ke})($e)});return function Ke($e){return ze.apply(this,arguments)}}(),be=je},8012(ie,H,u){"use strict";const h=new Set;u.d(H,["A",0,g=>{h.add(g)},"J",0,g=>h.has(g)])},1175(ie,H,u){"use strict";u.d(H,{A:()=>X});var h=u(5726);const v=typeof document>"u";var M=u(4181);const L=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,U=class F{constructor(ne){const J=L.exec(ne.replace(/_/g,"-"));if(null===J)throw new Error(`The given language ${ne} does not adhere to BCP-47.`);this.sLocaleId=ne,this.sLanguage=J[1]||h.Nm,this.sScript=J[2]||"",this.sRegion=J[3]||"",this.sVariant=J[4]&&J[4].slice(1)||null,this.sExtension=J[5]&&J[5].slice(1)||null,this.sPrivateUse=J[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,K=>K.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(ne){return this.getPrivateUseSubtags().indexOf(ne)>=0}toString(){const ne=[this.sLanguage];return this.sScript&&ne.push(this.sScript),this.sRegion&&ne.push(this.sRegion),this.sVariant&&ne.push(this.sVariant),this.sExtension&&ne.push(this.sExtension),this.sPrivateUse&&ne.push(this.sPrivateUse),ne.join("-")}},I=new Map,w=P=>(I.has(P)||I.set(P,new U(P)),I.get(P)),S=P=>{try{if(P&&"string"==typeof P)return w(P)}catch{}return new U(h.Xn)},X=P=>{if(P)return S(P);const ne=(0,M.Z0)();return ne?w(ne):S((()=>{if(v)return h.Nm;const P=navigator.languages;return P&&P[0]||navigator.language||h.Nm})())}},4217(ie,H,u){"use strict";const v=new(u(1241).A),y="languageChange";u.d(H,["_F",0,F=>{v.attachEvent(y,F)},"lb",0,F=>v.fireEventAsync(y,F)])},1834(ie,H,u){"use strict";u.d(H,{A:()=>E});var h,v,y,M,L,F,U,I,w,S,O,X,P={},ne=[],J=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,K=Array.isArray;function x(m,C){for(var R in C)m[R]=C[R];return m}function z(m){m&&m.parentNode&&m.parentNode.removeChild(m)}function Z(m,C,R,Y,p){var A={type:m,props:C,key:R,ref:Y,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:p??++y,__i:-1,__u:0};return null==p&&null!=v.vnode&&v.vnode(A),A}function se(m){return m.children}function le(m,C){this.props=m,this.context=C}function ve(m,C){if(null==C)return m.__?ve(m.__,m.__i+1):null;for(var R;C<m.__k.length;C++)if(null!=(R=m.__k[C])&&null!=R.__e)return R.__e;return"function"==typeof m.type?ve(m):null}function Pe(m){var C,R;if(null!=(m=m.__)&&null!=m.__c){for(m.__e=m.__c.base=null,C=0;C<m.__k.length;C++)if(null!=(R=m.__k[C])&&null!=R.__e){m.__e=m.__c.base=R.__e;break}return Pe(m)}}function Ee(m){(!m.__d&&(m.__d=!0)&&M.push(m)&&!Ie.__r++||L!==v.debounceRendering)&&((L=v.debounceRendering)||F)(Ie)}function Ie(){var m,C,R,Y,p,A,G,me;for(M.sort(U);m=M.shift();)m.__d&&(C=M.length,Y=void 0,A=(p=(R=m).__v).__e,G=[],me=[],R.__P&&((Y=x({},p)).__v=p.__v+1,v.vnode&&v.vnode(Y),ze(R.__P,Y,p,R.__n,R.__P.namespaceURI,32&p.__u?[A]:null,G,A??ve(p),!!(32&p.__u),me),Y.__v=p.__v,Y.__.__k[Y.__i]=Y,Ke(G,Y,me),Y.__e!=A&&Pe(Y)),M.length>C&&M.sort(U));Ie.__r=0}function he(m,C,R,Y,p,A,G,me,Be,f,at){var ye,Zt,D,k,oe,Te,ge=Y&&Y.__k||ne,de=C.length;for(Be=function pe(m,C,R,Y){var p,A,G,me,Be,f=C.length,at=R.length,ye=at,Zt=0;for(m.__k=[],p=0;p<f;p++)null!=(A=C[p])&&"boolean"!=typeof A&&"function"!=typeof A?(me=p+Zt,(A=m.__k[p]="string"==typeof A||"number"==typeof A||"bigint"==typeof A||A.constructor==String?Z(null,A,null,null,null):K(A)?Z(se,{children:A},null,null,null):void 0===A.constructor&&A.__b>0?Z(A.type,A.props,A.key,A.ref?A.ref:null,A.__v):A).__=m,A.__b=m.__b+1,G=null,-1!==(Be=A.__i=lt(A,R,me,ye))&&(ye--,(G=R[Be])&&(G.__u|=2)),null==G||null===G.__v?(-1==Be&&Zt--,"function"!=typeof A.type&&(A.__u|=4)):Be!==me&&(Be==me-1?Zt--:Be==me+1?Zt++:(Be>me?Zt--:Zt++,A.__u|=4))):A=m.__k[p]=null;if(ye)for(p=0;p<at;p++)null!=(G=R[p])&&!(2&G.__u)&&(G.__e==Y&&(Y=ve(G)),ft(G,G));return Y}(R,C,ge,Be),ye=0;ye<de;ye++)null!=(D=R.__k[ye])&&(Zt=-1===D.__i?P:ge[D.__i]||P,D.__i=ye,Te=ze(m,D,Zt,p,A,G,me,Be,f,at),k=D.__e,D.ref&&Zt.ref!=D.ref&&(Zt.ref&&ae(Zt.ref,null,D),at.push(D.ref,D.__c||k,D)),null==oe&&null!=k&&(oe=k),4&D.__u||Zt.__k===D.__k?Be=Ne(D,Be,m):"function"==typeof D.type&&void 0!==Te?Be=Te:k&&(Be=k.nextSibling),D.__u&=-7);return R.__e=oe,Be}function Ne(m,C,R){var Y,p;if("function"==typeof m.type){for(Y=m.__k,p=0;Y&&p<Y.length;p++)Y[p]&&(Y[p].__=m,C=Ne(Y[p],C,R));return C}m.__e!=C&&(C&&m.type&&!R.contains(C)&&(C=ve(m)),R.insertBefore(m.__e,C||null),C=m.__e);do{C=C&&C.nextSibling}while(null!=C&&8===C.nodeType);return C}function lt(m,C,R,Y){var p=m.key,A=m.type,G=R-1,me=R+1,Be=C[R];if(null===Be||Be&&p==Be.key&&A===Be.type&&!(2&Be.__u))return R;if(("function"!=typeof A||A===se||p)&&Y>(null==Be||2&Be.__u?0:1))for(;G>=0||me<C.length;){if(G>=0){if((Be=C[G])&&!(2&Be.__u)&&p==Be.key&&A===Be.type)return G;G--}if(me<C.length){if((Be=C[me])&&!(2&Be.__u)&&p==Be.key&&A===Be.type)return me;me++}}return-1}function ee(m,C,R){"-"===C[0]?m.setProperty(C,R??""):m[C]=null==R?"":"number"!=typeof R||J.test(C)?R:R+"px"}function Fe(m,C,R,Y,p){var A,G;e:if("style"===C)if("string"==typeof R)m.style.cssText=R;else{if("string"==typeof Y&&(m.style.cssText=Y=""),Y)for(C in Y)R&&C in R||ee(m.style,C,"");if(R)for(C in R)Y&&R[C]===Y[C]||ee(m.style,C,R[C])}else if("o"===C[0]&&"n"===C[1])A=C!==(C=C.replace(I,"$1")),C=C.toLowerCase()in m||"onFocusOut"===C||"onFocusIn"===C?C.toLowerCase().slice(2):C.slice(2),m.l||(m.l={}),m.l[C+A]=R,R?Y?R.t=Y.t:(R.t=w,m.addEventListener(C,A?O:S,A)):m.removeEventListener(C,A?O:S,A);else{if("http://www.w3.org/2000/svg"==p)C=C.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=C&&"height"!=C&&"href"!=C&&"list"!=C&&"form"!=C&&"tabIndex"!=C&&"download"!=C&&"rowSpan"!=C&&"colSpan"!=C&&"role"!=C&&"popover"!=C&&C in m)try{G=m.tagName&&m.tagName.includes("-"),m[C]=null!=R||G?R:"";break e}catch{}"function"==typeof R||(null==R||!1===R&&"-"!==C[4]?m.removeAttribute(C):m.setAttribute(C,"popover"==C&&1==R?"":R))}}function be(m){return function(C){if(this.l){var R=this.l[C.type+m];if(null==C.u)C.u=w++;else if(C.u<R.t)return;return R(v.event?v.event(C):C)}}}function ze(m,C,R,Y,p,A,G,me,Be,f){var at,ye,Zt,D,k,oe,Te,ge,de,Ge,Xe,ct,ut,yt,Oe,kt,dt,Kt=C.type;if(void 0!==C.constructor)return null;128&R.__u&&(Be=!!(32&R.__u),A=[me=C.__e=R.__e]),(at=v.__b)&&at(C);e:if("function"==typeof Kt)try{if(ge=C.props,de="prototype"in Kt&&Kt.prototype.render,Ge=(at=Kt.contextType)&&Y[at.__c],Xe=at?Ge?Ge.props.value:at.__:Y,R.__c?Te=(ye=C.__c=R.__c).__=ye.__E:(de?C.__c=ye=new Kt(ge,Xe):(C.__c=ye=new le(ge,Xe),ye.constructor=Kt,ye.render=Ye),Ge&&Ge.sub(ye),ye.props=ge,ye.state||(ye.state={}),ye.context=Xe,ye.__n=Y,Zt=ye.__d=!0,ye.__h=[],ye._sb=[]),de&&null==ye.__s&&(ye.__s=ye.state),de&&null!=Kt.getDerivedStateFromProps&&(ye.__s==ye.state&&(ye.__s=x({},ye.__s)),x(ye.__s,Kt.getDerivedStateFromProps(ge,ye.__s))),D=ye.props,k=ye.state,ye.__v=C,Zt)de&&null==Kt.getDerivedStateFromProps&&null!=ye.componentWillMount&&ye.componentWillMount(),de&&null!=ye.componentDidMount&&ye.__h.push(ye.componentDidMount);else{if(de&&null==Kt.getDerivedStateFromProps&&ge!==D&&null!=ye.componentWillReceiveProps&&ye.componentWillReceiveProps(ge,Xe),!ye.__e&&(null!=ye.shouldComponentUpdate&&!1===ye.shouldComponentUpdate(ge,ye.__s,Xe)||C.__v===R.__v)){for(C.__v!==R.__v&&(ye.props=ge,ye.state=ye.__s,ye.__d=!1),C.__e=R.__e,C.__k=R.__k,C.__k.some(function(re){re&&(re.__=C)}),ct=0;ct<ye._sb.length;ct++)ye.__h.push(ye._sb[ct]);ye._sb=[],ye.__h.length&&G.push(ye);break e}null!=ye.componentWillUpdate&&ye.componentWillUpdate(ge,ye.__s,Xe),de&&null!=ye.componentDidUpdate&&ye.__h.push(function(){ye.componentDidUpdate(D,k,oe)})}if(ye.context=Xe,ye.props=ge,ye.__P=m,ye.__e=!1,ut=v.__r,yt=0,de){for(ye.state=ye.__s,ye.__d=!1,ut&&ut(C),at=ye.render(ye.props,ye.state,ye.context),Oe=0;Oe<ye._sb.length;Oe++)ye.__h.push(ye._sb[Oe]);ye._sb=[]}else do{ye.__d=!1,ut&&ut(C),at=ye.render(ye.props,ye.state,ye.context),ye.state=ye.__s}while(ye.__d&&++yt<25);ye.state=ye.__s,null!=ye.getChildContext&&(Y=x(x({},Y),ye.getChildContext())),de&&!Zt&&null!=ye.getSnapshotBeforeUpdate&&(oe=ye.getSnapshotBeforeUpdate(D,k)),me=he(m,K(kt=null!=at&&at.type===se&&null==at.key?at.props.children:at)?kt:[kt],C,R,Y,p,A,G,me,Be,f),ye.base=C.__e,C.__u&=-161,ye.__h.length&&G.push(ye),Te&&(ye.__E=ye.__=null)}catch(re){if(C.__v=null,Be||null!=A)if(re.then){for(C.__u|=Be?160:128;me&&8===me.nodeType&&me.nextSibling;)me=me.nextSibling;A[A.indexOf(me)]=null,C.__e=me}else for(dt=A.length;dt--;)z(A[dt]);else C.__e=R.__e,C.__k=R.__k;v.__e(re,C,R)}else null==A&&C.__v===R.__v?(C.__k=R.__k,C.__e=R.__e):me=C.__e=function $e(m,C,R,Y,p,A,G,me,Be){var f,at,ye,Zt,D,k,oe,Te,ge=R.props,de=C.props,Ge=C.type;if("svg"===Ge?p="http://www.w3.org/2000/svg":"math"===Ge?p="http://www.w3.org/1998/Math/MathML":p||(p="http://www.w3.org/1999/xhtml"),null!=A)for(f=0;f<A.length;f++)if((D=A[f])&&"setAttribute"in D==!!Ge&&(Ge?D.localName===Ge:3===D.nodeType)){m=D,A[f]=null;break}if(null==m){if(null===Ge)return document.createTextNode(de);m=document.createElementNS(p,Ge,de.is&&de),me&&(v.__m&&v.__m(C,A),me=!1),A=null}if(null===Ge)ge===de||me&&m.data===de||(m.data=de);else{if(A=A&&h.call(m.childNodes),ge=R.props||P,!me&&null!=A)for(ge={},f=0;f<m.attributes.length;f++)ge[(D=m.attributes[f]).name]=D.value;for(f in ge)if(D=ge[f],"children"!=f)if("dangerouslySetInnerHTML"==f)ye=D;else if(!(f in de)){if("value"==f&&"defaultValue"in de||"checked"==f&&"defaultChecked"in de)continue;Fe(m,f,null,D,p)}for(f in de)D=de[f],"children"==f?Zt=D:"dangerouslySetInnerHTML"==f?at=D:"value"==f?k=D:"checked"==f?oe=D:me&&"function"!=typeof D||ge[f]===D||((f.startsWith("on")||"ref"===f&&"function"==typeof D)&&(Te=Y[Object.keys(Y)[0]])&&(D=D.bind(Te.props.value)),Fe(m,f,D,ge[f],p));if(at)me||ye&&(at.__html===ye.__html||at.__html===m.innerHTML)||(m.innerHTML=at.__html),C.__k=[];else if(ye&&(m.innerHTML=""),he(m,K(Zt)?Zt:[Zt],C,R,Y,"foreignObject"===Ge?"http://www.w3.org/1999/xhtml":p,A,G,A?A[0]:R.__k&&ve(R,0),me,Be),null!=A)for(f=A.length;f--;)z(A[f]);me||(f="value","progress"===Ge&&null==k?m.removeAttribute("value"):void 0!==k&&(k!==m[f]||"progress"===Ge&&!k||"option"===Ge&&k!==ge[f])&&Fe(m,f,k,ge[f],p),f="checked",void 0!==oe&&oe!==m[f]&&Fe(m,f,oe,ge[f],p))}return m}(R.__e,C,R,Y,p,A,G,Be,f);return(at=v.diffed)&&at(C),128&C.__u?void 0:me}function Ke(m,C,R){for(var Y=0;Y<R.length;Y++)ae(R[Y],R[++Y],R[++Y]);v.__c&&v.__c(C,m),m.some(function(p){try{m=p.__h,p.__h=[],m.some(function(A){A.call(p)})}catch(A){v.__e(A,p.__v)}})}function ae(m,C,R){try{if("function"==typeof m){var Y="function"==typeof m.__u;Y&&m.__u(),Y&&null==C||(m.__u=m(C))}else m.current=C}catch(p){v.__e(p,R)}}function ft(m,C,R){var Y,p;if(v.unmount&&v.unmount(m),(Y=m.ref)&&(Y.current&&Y.current!==m.__e||ae(Y,null,C)),null!=(Y=m.__c)){if(Y.componentWillUnmount)try{Y.componentWillUnmount()}catch(A){v.__e(A,C)}Y.base=Y.__P=null}if(Y=m.__k)for(p=0;p<Y.length;p++)Y[p]&&ft(Y[p],C,R||"function"!=typeof m.type);R||z(m.__e),m.__c=m.__=m.__e=void 0}function Ye(m,C,R){return this.constructor(m,R)}function Se(m,C,R){var Y,p,A,G;C===document&&(C=document.documentElement),v.__&&v.__(m,C),p=(Y="function"==typeof R)?null:R&&R.__k||C.__k,A=[],G=[],ze(C,m=(!Y&&R||C).__k=function q(m,C,R){var Y,p,A,G={};for(A in C)"key"==A?Y=C[A]:"ref"==A?p=C[A]:G[A]=C[A];if(arguments.length>2&&(G.children=arguments.length>3?h.call(arguments,2):R),"function"==typeof m&&null!=m.defaultProps)for(A in m.defaultProps)void 0===G[A]&&(G[A]=m.defaultProps[A]);return Z(m,G,Y,p,null)}(se,null,[m]),p||P,P,C.namespaceURI,!Y&&R?[R]:p?null:C.firstChild?h.call(C.childNodes):null,A,!Y&&R?R:p?p.__e:C.firstChild,Y,G),Ke(A,m,G)}function pt(m,C){Se(m,C,pt)}h=ne.slice,v={__e:function(m,C,R,Y){for(var p,A,G;C=C.__;)if((p=C.__c)&&!p.__)try{if((A=p.constructor)&&null!=A.getDerivedStateFromError&&(p.setState(A.getDerivedStateFromError(m)),G=p.__d),null!=p.componentDidCatch&&(p.componentDidCatch(m,Y||{}),G=p.__d),G)return p.__E=p}catch(me){m=me}throw m}},y=0,le.prototype.setState=function(m,C){var R;R=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=x({},this.state),"function"==typeof m&&(m=m(x({},R),this.props)),m&&x(R,m),null!=m&&this.__v&&(C&&this._sb.push(C),Ee(this))},le.prototype.forceUpdate=function(m){this.__v&&(this.__e=!0,m&&this.__h.push(m),Ee(this))},le.prototype.render=se,M=[],F="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,U=function(m,C){return m.__v.__b-C.__v.__b},Ie.__r=0,I=/(PointerCapture)$|Capture$/i,w=0,S=be(!1),O=be(!0),X=0;var hn=0;const ue=new WeakMap,E=(m,C)=>{let R=ue.get(m);R||(R=function ht(m,C){var R={__c:C="__cC"+X++,__:m,Consumer:function(Y,p){return Y.children(p)},Provider:function(Y){var p,A;return this.getChildContext||(p=new Set,(A={})[C]=this,this.getChildContext=function(){return A},this.componentWillUnmount=function(){p=null},this.shouldComponentUpdate=function(G){this.props.value!==G.value&&p.forEach(function(me){me.__e=!0,Ee(me)})},this.sub=function(G){p.add(G);var me=G.componentWillUnmount;G.componentWillUnmount=function(){p&&p.delete(G),me&&me.call(G)}}),Y.children}};return R.Provider.__=R.Consumer.contextType=R}(m),ue.set(m,R));const Y=m.render(),p=function nt(m,C,R,Y,p,A){C||(C={});var G,me,Be=C;"ref"in C&&(G=C.ref,delete C.ref);var f={type:m,props:Be,key:R,ref:G,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--hn,__i:-1,__u:0,__source:p,__self:A};if("function"==typeof m&&(G=m.defaultProps))for(me in G)void 0===Be[me]&&(Be[me]=G[me]);return v.vnode&&v.vnode(f),f}(R.Provider,{value:m,children:Y});m.__shouldHydrate?(m.shadowRoot?.querySelectorAll("style").forEach(A=>A.remove()),pt(p,C),m.__shouldHydrate=!1):Se(p,C)}},3823(ie,H,u){"use strict";u.d(H,["A",0,(y,g)=>y.call(g)])},8431(ie,H,u){"use strict";u.d(H,{A:()=>U});
2
2
  /*!
3
3
  * OpenUI5
4
4
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
- var w=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,b=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,P={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;"},z=function(C){var T=P[C];return T||(T=b.test(C)?"&#xfffd;":"&#x"+function(C,T){var D=C.toString(16);return T&&(D=D.padStart(T,"0")),D}(C.charCodeAt(0))+";",P[C]=T),T};const H=function(C){return C.replace(w,z)}},7928(ge,W,f){"use strict";f.d(W,{E:()=>P,h:()=>b});const E=new(f(1241).A),w="themeRegistered",b=z=>{E.attachEvent(w,z)},P=z=>E.fireEvent(w,z)},2616(ge,W,f){"use strict";f.d(W,{Ay:()=>Ae});var m=f(467),E=f(8923),w=f(3455),b=f(1712);const z=new(f(1241).A);var D=f(3274),j=f(6121);const q=at=>{const Le=document.querySelector(`META[name="${at}"]`);return Le&&Le.getAttribute("content")};var ne=f(2260),J=f(6726);let ue;(0,f(2134).R)(()=>{ue=void 0});const ce=()=>(void 0===ue&&(ue=(0,ne.SU)()),ue),ke=function(){var at=(0,m.A)(function*(Le){const Ue=document.querySelector(`[sap-ui-webcomponents-theme="${Le}"]`);Ue&&document.head.removeChild(Ue);const He=ce();if(!He)return;const Y=(at=>{let Le,Ue=!1;try{if(at.startsWith(".")||at.startsWith("/")&&!at.startsWith("//"))Le=new URL(at,(0,j.$N)()).toString(),Ue=!0;else{const He=at.startsWith("//")?new URL(at,(0,j.$N)()):new URL(at),Y=He.origin;if(Ue=Y===new URL((0,j.$N)()).origin,!Y||!((at,Le=!1)=>{const Ue=q("sap-allowed-theme-origins")??q("sap-allowedThemeOrigins");return!!Ue&&(!!Le||Ue.split(",").some(He=>"*"===He||at===He.trim()))})(Y,Ue))return;Le=He.toString()}return Le.endsWith("/")||(Le=`${Le}/`),`${Le}UI5/`}catch{return}})(He);Y?yield((at,Le)=>{const Ue=document.createElement("link");return Ue.type="text/css",Ue.rel="stylesheet",Le&&Object.entries(Le).forEach(He=>Ue.setAttribute(...He)),Ue.href=at,document.head.appendChild(Ue),new Promise(He=>{Ue.addEventListener("load",He),Ue.addEventListener("error",He)})})(((at,Le)=>`${Le}Base/baseLib/${at}/css_variables.css`)(Le,Y),{"sap-ui-webcomponents-theme":Le}):console.warn(`The ${He} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(Ue){return at.apply(this,arguments)}}();var Ee=f(5726),Ie=f(7983),me=f(1452);const st="@ui5/webcomponents-theming",Be=function(){var at=(0,m.A)(function*(Le){if(!(0,E.w2)().has(st))return;const Ue=yield(0,E.tw)(st,Le);Ue&&(0,w.E6)(Ue,"data-ui5-theme-properties",st,Le)});return function(Ue){return at.apply(this,arguments)}}(),We=function(){var at=(0,m.A)(function*(Le,Ue){const He=[...(0,E.w2)().entries()].map(function(){var Y=(0,m.A)(function*([ye,{cssVariablesTarget:lt}]){if(ye===st)return;const Ke=yield(0,E.tw)(ye,Le,Ue);Ke&&("root"===lt?(0,w.E6)(Ke,`data-ui5-component-properties-${(0,Ie._w)()}`,ye):"host"===lt&&(0,me.F)(ye,Ke))});return function(ye){return Y.apply(this,arguments)}}());return Promise.all(He)});return function(Ue,He){return at.apply(this,arguments)}}(),Re=function(){var at=(0,m.A)(function*(Le){const Ue=(0,b.A)();if(Ue)return Ue;const He=(0,D.x)("OpenUI5Support");if(He&&He.isOpenUI5Detected()){if(He.cssVariablesLoaded())return{themeName:He.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(ce())return yield ke(Le),(0,b.A)()});return function(Ue){return at.apply(this,arguments)}}(),Ae=function(){var at=(0,m.A)(function*(Le){const Ue=yield Re(Le);Ue&&Le===Ue.themeName?(0,w.eP)("data-ui5-theme-properties",st):yield Be(Le);const He=Ue&&Ue.themeName===Le?Le:void 0,Y=Ue&&Ue.baseThemeName,ye=(0,E.gu)(Le)?Le:Y||Ee.SS;yield We(ye,He),(0,J.Dm)(Y),(at=>{z.fireEvent("themeLoaded",at)})(Le)});return function(Ue){return at.apply(this,arguments)}}()},1452(ge,W,f){"use strict";f.d(W,{F:()=>b,k:()=>w});const m=new Map;let E;const w=()=>(E||(E=new CSSStyleSheet),E),b=(P,z)=>{m.set(P,z);const N=Array.from(m.values()).join("\n");w().replaceSync(N)}},1712(ge,W,f){"use strict";f.d(W,{A:()=>z});const m=new Set,z=()=>{const N=(()=>{let N=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(N)return getComputedStyle(N).backgroundImage;N=document.createElement("span"),N.style.display="none",N.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(N);let H=getComputedStyle(N).backgroundImage;return"none"===H&&(N.classList.add("sapThemeMetaData-UI5-sap-ui-core"),H=getComputedStyle(N).backgroundImage),document.body.removeChild(N),H})();if(!N||"none"===N)return;const H=(N=>{const H=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(N);if(H&&H.length>=2){let C=H[1];if(C=C.replace(/\\"/g,'"'),"{"!==C.charAt(0)&&"}"!==C.charAt(C.length-1))try{C=decodeURIComponent(C)}catch{return void(m.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),m.add("decode")))}try{return JSON.parse(C)}catch{m.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),m.add("parse"))}}})(N);return H?(N=>{let H,C;try{const T=N.Path.split(".");H=4===T.length?T[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),C=N.Extends[0]}catch{return void(m.has("object")||(console.warn("Malformed theme metadata Object",N),m.add("object")))}return{themeName:H,baseThemeName:C}})(H):void 0}},8509(ge,W,f){"use strict";f.d(W,{A:()=>L});var m={},E=m.hasOwnProperty,w=m.toString,b=E.toString,P=b.call(Object);const N=function(ee){var j,q;return!(!ee||"[object Object]"!==w.call(ee)||(j=Object.getPrototypeOf(ee))&&("function"!=typeof(q=E.call(j,"constructor")&&j.constructor)||b.call(q)!==P))};var H=Object.create(null),C=function(ee,j,q,te){var V,B,ne,J,le,X,ue=arguments[2]||{},ce=3,ve=arguments.length,Pe=arguments[0]||!1,ke=arguments[1]?void 0:H;for("object"!=typeof ue&&"function"!=typeof ue&&(ue={});ce<ve;ce++)if(null!=(le=arguments[ce]))for(J in le)V=ue[J],ne=le[J],"__proto__"!==J&&ue!==ne&&(Pe&&ne&&(N(ne)||(B=Array.isArray(ne)))?(B?(B=!1,X=V&&Array.isArray(V)?V:[]):X=V&&N(V)?V:{},ue[J]=C(Pe,arguments[1],X,ne)):ne!==ke&&(ue[J]=ne));return ue};const T=C,L=function(ee,j){return T(!0,!1,...arguments)}},4778(ge,W,f){"use strict";f.d(W,{A:()=>E});var w,m=((w=m||{}).On="On",w.Before="Before",w.After="After",w);const E=m},2928(ge,W,f){"use strict";f.d(W,{A:()=>E});var w,m=((w=m||{}).Vertical="Vertical",w.Horizontal="Horizontal",w);const E=m},594(ge,W,f){"use strict";f.d(W,{A:()=>E});var w,m=((w=m||{}).None="None",w.Positive="Positive",w.Critical="Critical",w.Negative="Negative",w.Information="Information",w);const E=m},3493(ge,W,f){"use strict";f.d(W,{Bm:()=>te,I7:()=>j,UT:()=>C,Uu:()=>q,ax:()=>b,nK:()=>D,yI:()=>P});const m=new WeakMap,E=new WeakMap,w={attributes:!0,childList:!0,characterData:!0,subtree:!0},b=V=>{const B=V;return B.accessibleNameRef?P(V):B.accessibleName?B.accessibleName:void 0},P=V=>{const B=V.accessibleNameRef?.split(" ")??[];let ne="";return B.forEach((J,le)=>{const X=H(V,J),ue=`${X&&X.textContent?X.textContent:""}`;ue&&(ne+=ue,le<B.length-1&&(ne+=" "))}),ne},z=V=>{const B=new Set;N(V).forEach(X=>{B.add(X)});const le=[V.accessibleNameRef,V.accessibleDescriptionRef].filter(Boolean).join(" ");return(le?le.split(" "):[]).forEach(X=>{const ue=H(V,X);ue&&B.add(ue)}),Array.from(B)},N=V=>{const B=V.getRootNode().querySelectorAll(`[for="${V.id}"]`);return Array.from(B)},H=(V,B)=>V.getRootNode().querySelector(`[id='${B}']`)||document.getElementById(B),C=V=>{const B=[];if(N(V).forEach(ne=>{const J=ne.textContent;J&&B.push(J)}),B.length)return B.join(" ")},D=(V,B)=>{if(E.has(V))return;const ne=z(V),J=(V=>B=>{if(!(B&&"property"===B.type&&"accessibleNameRef"===B.name||B&&"property"===B.type&&"accessibleDescriptionRef"===B.name))return;const le=E.get(V);if(!le)return;const X=le.observedElements,ue=z(V);X.forEach(ce=>{ue.includes(ce)||ee(le,ce)}),ue.forEach(ce=>{X.includes(ce)||(L(le,ce),le.observedElements.push(ce))}),le?.callback()})(V),le={host:V,observedElements:ne,callback:B,invalidationCallback:J};E.set(V,le),V.attachInvalidate(J),ne.forEach(X=>{L(le,X)}),B()},L=(V,B)=>{let ne=m.get(B);if(!ne){ne={observer:null,callbacks:[]};const J=new MutationObserver(()=>{ne.callbacks.forEach(X=>{X()});const le=document.getElementById(B.id);V.host.id===B.getAttribute("for")||le||ee(V,B)});ne.observer=J,J.observe(B,w),m.set(B,ne)}ne.callbacks.includes(V.callback)||ne.callbacks.push(V.callback)},ee=(V,B)=>{const ne=m.get(B);ne&&(ne.callbacks=ne.callbacks.filter(J=>J!==V.callback),ne.callbacks.length||(ne.observer?.disconnect(),m.delete(B))),V.observedElements=V.observedElements.filter(J=>J!==B)},j=V=>{const B=E.get(V);B&&([...B.observedElements].forEach(ne=>{ee(B,ne)}),V.detachInvalidate(B.invalidationCallback),E.delete(V))},q=V=>{const B=V;return B.accessibleDescriptionRef?te(V):B.accessibleDescription?B.accessibleDescription:void 0},te=V=>{const B=V.accessibleDescriptionRef?.split(" ")??[];let ne="";return B.forEach((J,le)=>{const X=H(V,J),ue=`${X&&X.textContent?X.textContent:""}`;ue&&(ne+=ue,le<B.length-1&&(ne+=" "))}),ne}},1402(ge,W,f){"use strict";f.d(W,{CA:()=>E,TP:()=>w,nE:()=>H,wi:()=>z});var m=f(4127);const E=()=>{const C=(0,m.A)();return C&&"function"==typeof C.focus?C:null},w=C=>{const T=E();return!!T&&b(C,T)},b=(C,T)=>{let D=C;if(D.shadowRoot&&(D=Array.from(D.shadowRoot.children).find(ee=>"style"!==ee.localName),!D))return!1;if(D===T)return!0;const L="slot"===D.localName?D.assignedNodes():D.children;return!!L&&Array.from(L).some(ee=>b(ee,T))},z=(C,T)=>{let D,L;if(C instanceof MouseEvent)D=C.clientX,L=C.clientY;else{const ee=C.touches[0];D=ee.clientX,L=ee.clientY}return((C,T,D)=>C>=D.left&&C<=D.right&&T>=D.top&&T<=D.bottom)(D,L,T)},H=C=>{const T=C.parentElement||C.getRootNode&&C.getRootNode().host;return T&&(function N(C){return"isUI5Element"in C&&"_show"in C}(T)||T===document.documentElement)?T:H(T)}},6488(ge,W,f){"use strict";f.d(W,{J:()=>b});var m=f(5465);const b=N=>z("SLOT"===N.tagName?[N]:[...N.children]),z=(N,H)=>{const C=H||[];return N&&N.forEach(T=>{if(T.nodeType===Node.TEXT_NODE||T.nodeType===Node.COMMENT_NODE)return;const D=T;D.hasAttribute("data-sap-no-tab-ref")||((N=>{if(!N||N.hasAttribute("data-sap-no-tab-ref")||(0,m.A)(N))return!1;const H=N.getAttribute("tabindex");if(null!=H)return parseInt(H)>=0;const C=N.nodeName.toLowerCase();return!("a"!==C&&!/^(input|select|textarea|button|object)$/.test(C)||N.disabled)})(D)&&C.push(D),z("SLOT"===D.tagName?D.assignedElements():[...D.shadowRoot?D.shadowRoot.children:D.children],C))}),C}},8777(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b)=>{if(w.length!==b.length)return!1;for(let P=0;P<w.length;P++)if(w[P]!==b[P])return!1;return!0}},8762(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=(w,b,P)=>Math.min(Math.max(w,b),Math.max(b,P))},5031(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=function m(w){return b=>void 0!==b&&w in b&&!0===b[w]}},6826(ge,W,f){"use strict";f.d(W,{A:()=>ee});var m=f(467),w=f(4446);const b={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let z=null;const T=function(){var j=(0,m.A)(function*(q){const te=document.createElement("div"),V=yield(0,w.HE)("@ui5/webcomponents-base"),B=te.attachShadow({mode:"open"}),ne=new CSSStyleSheet;return ne.replaceSync(":host{justify-content:center;align-items:center;display:flex;color:var(--sapList_TextColor);background-color:var(--sapList_Background);font-family:var(--sapFontFamily);height:var(--sapElement_LineHeight);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);opacity:.8;position:absolute;padding:0 1rem;top:-1000px;left:-1000px}"),B.adoptedStyleSheets=[ne],B.textContent=V.getText(b,q),te});return function(te){return j.apply(this,arguments)}}(),ee={setDraggedElement:(j,q)=>{z=j,q?.dataTransfer?.setData("text/plain",j?j.id:"")},clearDraggedElement:()=>{z=null},getDraggedElement:()=>z,startMultipleDrag:function(){var j=(0,m.A)(function*(q,te){if(q<2)return void console.warn(`Cannot start multiple drag with count ${q}. Minimum is 2.`);if(!te.dataTransfer)return;const V=yield T(q);document.body.appendChild(V),te.dataTransfer.setDragImage(V,0,0),requestAnimationFrame(()=>{V.remove()})});return function(te,V){return j.apply(this,arguments)}}()}},7669(ge,W,f){"use strict";f.d(W,{Fw:()=>H,gk:()=>b});var m=f(4778),E=f(2928);const w=(T,D,L,ee)=>{const j=Math.abs(T-D),q=Math.abs(T-L),te=Math.abs(T-ee);let B=[];switch(Math.min(j,q,te)){case j:B=[m.A.Before];break;case q:B=[m.A.On,j<te?m.A.Before:m.A.After];break;case te:B=[m.A.After]}return B},b=(T,D,L)=>{let ee=Number.POSITIVE_INFINITY,j=null;for(let X=0;X<T.length;X++){const ue=T[X],{left:ce,width:ve,top:Pe,height:ke}=ue.getBoundingClientRect();let Ee;Ee=L===E.A.Vertical?Pe+ke/2:ce+ve/2;const Ie=Math.abs(D-Ee);Ie<ee&&(ee=Ie,j=ue)}if(!j)return null;const{width:q,height:te,left:V,right:B,top:ne,bottom:J}=j.getBoundingClientRect();let le;return le=L===E.A.Vertical?w(D,ne,ne+te/2,J):w(D,V,V+q/2,B),{element:j,placements:le}},P=(T,D)=>--D<0?[]:[{element:T[D],placement:m.A.Before}],z=(T,D)=>++D>=T.length?[]:[{element:T[D],placement:m.A.After}],N={ArrowLeft:P,ArrowUp:P,ArrowRight:z,ArrowDown:z,Home:(T,D)=>T.slice(0,D).map(L=>({element:L,placement:m.A.Before})),End:(T,D)=>T.slice(D+1,T.length).reverse().map(L=>({element:L,placement:m.A.After}))},H=(T,D,L)=>C(L.key)?N[L.key](T,T.indexOf(D)):[],C=T=>T in N},4127(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=()=>{let w=document.activeElement;for(;w&&w.shadowRoot&&w.shadowRoot.activeElement;)w=w.shadowRoot.activeElement;return w}},5465(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>{if("SLOT"===w.nodeName)return!1;const b=window.getComputedStyle(w);return"contents"!==b.display&&w.offsetWidth<=0&&w.offsetHeight<=0||"hidden"===b.visibility}},1045(ge,W,f){"use strict";function m(E){return E.toLowerCase()}f.d(W,{A:()=>m})},6759(ge,W,f){"use strict";f.d(W,{A:()=>E});const E=w=>Array.from(w).filter(b=>b.nodeType!==Node.COMMENT_NODE&&(b.nodeType!==Node.TEXT_NODE||0!==(b.nodeValue||"").trim().length)).length>0},2601(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.pU)("alert",{pathData:"M15.656 12.688c.104.208.182.411.235.609.052.198.088.39.109.578v.156c0 .646-.24 1.136-.719 1.469-.479.333-1 .5-1.562.5H2.313c-.271 0-.542-.042-.813-.125a2.332 2.332 0 0 1-.734-.375 1.932 1.932 0 0 1-.532-.625A2.033 2.033 0 0 1 0 14.031c0-.27.042-.505.125-.703.083-.198.177-.411.281-.64l5.782-10.5C6.625 1.395 7.26 1 8.094 1c.791 0 1.406.396 1.844 1.188l5.718 10.5Zm-7.625-7.72c-.27 0-.515.084-.734.25-.219.167-.328.438-.328.813.02.146.041.271.062.375.063.521.11 1.021.14 1.5.032.48.069 1.115.11 1.907 0 .229.078.395.235.5a.91.91 0 0 0 .515.156c.459 0 .698-.219.719-.656l.063-1.126.28-2.656c0-.375-.109-.646-.327-.812a1.182 1.182 0 0 0-.735-.25Zm0 9.345c.417 0 .745-.126.985-.376s.359-.583.359-1c0-.395-.12-.718-.36-.968-.239-.25-.567-.375-.984-.375-.416 0-.745.125-.984.375-.24.25-.36.573-.36.969 0 .416.12.75.36 1s.568.374.984.374Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("alert",{pathData:"M6.491 1.856C7.17.716 8.821.714 9.5 1.855l6.249 10.504c.694 1.166-.147 2.644-1.504 2.644H1.752c-1.357 0-2.197-1.478-1.504-2.644L6.491 1.856Zm1.503 9.138a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ce="alert"},1278(ge,W,f){"use strict";f.d(W,{Ay:()=>ve}),f(6726);var E=f(4874),w=f(8841);(0,E.pU)("decline",{pathData:"m2.205 2.96.752-.789A.559.559 0 0 1 3.367 2c.137 0 .263.057.377.171l4.239 4.286 4.273-4.286A.522.522 0 0 1 12.633 2a.56.56 0 0 1 .41.171l.752.789c.273.251.273.514 0 .789L9.555 8l4.24 4.286c.25.251.25.503 0 .754l-.752.789c-.183.114-.32.171-.41.171-.069 0-.194-.057-.377-.171L7.983 9.543l-4.24 4.286a.522.522 0 0 1-.375.171c-.092 0-.228-.057-.41-.171l-.753-.789c-.25-.251-.25-.503 0-.754L6.445 8l-4.24-4.251c-.273-.275-.273-.538 0-.789Z",ltr:!1,viewBox:"0 0 16 16",accData:w.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("decline",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06L9.06 8l3.72 3.72a.75.75 0 1 1-1.06 1.06L8 9.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06L6.94 8 3.22 4.28a.75.75 0 1 1 1.06-1.06L8 6.94l3.72-3.72Z",ltr:!1,viewBox:"0 0 16 16",accData:w.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="decline"},4257(ge,W,f){"use strict";f.d(W,{Ay:()=>ve}),f(6726);var E=f(4874),w=f(8841);(0,E.pU)("error",{pathData:"M16 8a7.731 7.731 0 0 1-.64 3.125c-.428.98-1 1.828-1.72 2.547a8.025 8.025 0 0 1-2.53 1.703A7.785 7.785 0 0 1 8 16a7.73 7.73 0 0 1-3.125-.64c-.98-.428-1.828-1-2.547-1.72a7.977 7.977 0 0 1-1.703-2.546A7.82 7.82 0 0 1 0 8a7.864 7.864 0 0 1 2.344-5.672A8.214 8.214 0 0 1 4.89.625 7.785 7.785 0 0 1 8 0c1.104 0 2.14.208 3.11.625a8.08 8.08 0 0 1 2.546 1.719 8.081 8.081 0 0 1 1.719 2.547C15.792 5.859 16 6.896 16 8Zm-3.531 3.375c.125-.125.125-.25 0-.375L9.78 8.312c-.125-.124-.125-.25 0-.374l2.531-2.532c.126-.125.126-.25 0-.375l-1.156-1.156c-.041-.042-.104-.063-.187-.063-.084 0-.146.021-.188.063L8.187 6.438c-.02.062-.083.093-.187.093-.063 0-.125-.031-.188-.093L5.188 3.844c-.02-.042-.083-.063-.187-.063-.083 0-.146.021-.188.063L3.657 5c-.125.125-.125.25 0 .375L6.25 7.938c.125.125.125.25 0 .375l-2.594 2.562a.312.312 0 0 0-.078.188c-.01.083.016.145.078.187l1.125 1.156a.48.48 0 0 0 .188.063c.083 0 .146-.021.187-.063l2.657-2.625c.041-.041.104-.062.187-.062s.146.02.188.062l2.75 2.75a.479.479 0 0 0 .187.063.48.48 0 0 0 .188-.063l1.156-1.156Z",ltr:!1,viewBox:"0 0 16 16",accData:w.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("error",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 4.293a1 1 0 0 0-1.414 0L8 6.586 5.707 4.293a1 1 0 1 0-1.414 1.414L6.586 8l-2.293 2.293a1 1 0 1 0 1.414 1.414L8 9.414l2.293 2.293a1 1 0 1 0 1.414-1.414L9.414 8l2.293-2.293a1 1 0 0 0 0-1.414Z",ltr:!1,viewBox:"0 0 16 16",accData:w.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="error"},8841(ge,W,f){"use strict";f.d(W,{FE:()=>D,r$:()=>B});const D={key:"ICON_DECLINE",defaultText:"Decline"},B={key:"ICON_ERROR",defaultText:"Error"}},441(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.pU)("information",{pathData:"M0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0a7.863 7.863 0 0 1 5.672 2.344 8.216 8.216 0 0 1 1.703 2.547C15.792 5.859 16 6.896 16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8Zm6 3.5v1.031h4V11.5H9V6.719c0-.125-.073-.188-.219-.188h-2.75V7.5h1v4H6Zm1.063-6.281c.291.229.604.343.937.343.354 0 .661-.12.922-.359.26-.24.39-.536.39-.89 0-.396-.135-.72-.406-.97A1.235 1.235 0 0 0 8 2.97c-.396 0-.714.13-.953.39-.24.26-.36.579-.36.954 0 .354.125.656.375.906Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("information",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 7a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1Zm0-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ce="information"},81(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.pU)("resize-corner",{pathData:"M13 5v1c0 .25-.104.48-.313.688l-6 6C6.48 12.896 6.25 13 6 13H5l8-8Zm-5 8 5-5v1c0 .25-.104.48-.313.688l-3 3C9.48 12.896 9.25 13 9 13H8Zm5-2v1c0 .25-.104.48-.313.688-.208.208-.437.312-.687.312h-1l2-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("resize-corner",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06l-8.5 8.5a.75.75 0 1 1-1.06-1.06l8.5-8.5Zm0 5a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l3.5-3.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ce="resize-corner"},8911(ge,W,f){"use strict";f.d(W,{Ay:()=>ce}),f(6726);var E=f(4874);(0,E.pU)("sys-enter-2",{pathData:"M16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0c1.104 0 2.146.208 3.125.625.98.417 1.828.984 2.547 1.703a7.979 7.979 0 0 1 1.703 2.547c.417.98.625 2.02.625 3.125Zm-3.688-2.719c.084-.166.073-.302-.03-.406L11.155 3.75a.297.297 0 0 0-.25-.125c-.104 0-.187.052-.25.156l-3.25 5.406c-.062.021-.104.021-.125 0L5.094 7.563c-.084-.063-.157-.094-.219-.094-.063 0-.11.02-.14.062a.917.917 0 0 1-.079.094L3.75 8.906c-.125.167-.104.313.063.438l3.53 2.969c.042.041.115.062.22.062a.297.297 0 0 0 .25-.125l4.5-6.969Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("sys-enter-2",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 5.793a1 1 0 0 0-1.414 0L7.5 8.586 6.207 7.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ce="sys-enter-2"},303(ge,W,f){"use strict";f.d(W,{A:()=>m});const m=':root {--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "17.0.18"},"Version":{"Build": "11.36.3.20260526103300","Source": "11.36.3"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #556b82;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Margin_S: 0 0 1rem;--sapContent_Margin_M: 1rem;--sapContent_Margin_L: 1rem 2rem;--sapContent_Margin_XL: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #d9d9d9;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_HeroBanner_Background: #0070f2;--sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.45) 75%);--sapShell_HeroBanner_TextColor: #fff;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .0625rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentAlternatingBackground: #eaecee;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: .125rem;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: transparent;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_IBCS_Actual: #233649;--sapChart_IBCS_Previous: #758ca4;--sapChart_IBCS_Good: #287a40;--sapChart_IBCS_Bad: #d00a0a;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #8bc7ff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #62b3ff;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #0074e2;--sapChart_Sequence_1_Minus1: #0074e2;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #0065c3;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #0055a5;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #003b72;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #00305d;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #492d00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #180955;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px;--sapSapThemeId: sap_horizon;--sapHighlightTextColor: #fff;--sapButton_Emphasized_FontWeight: bold;--sapShell_BackgroundGradient: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapAt: @\n}'},7202(ge,W,f){"use strict";f.d(W,{A:()=>ce});var m=f(5386),E=f(1934),w=f(1642),b=f(3651),P=f(1834),z=f(2358),N=f(6136),H=f(6759),C=function(ve){return ve.Top="Top",ve.Bottom="Bottom",ve}(C||{});const T=C;var D=f(1892),L=f(355);function j(){return(0,D.Y)(D.FK,{children:this.text&&(0,D.Y)(L.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var q=f(5166),te=f(467),V=f(8923),B=f(303),ne=f(5444);(0,V.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,te.A)(function*(){return B.A})),(0,V.Rh)("@ui5/webcomponents","sap_horizon",(0,te.A)(function*(){return ne.A}),"host");var X,le=function(ve,Pe,ke,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,ke):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,ke,Ee);else for(var Ge=ve.length-1;Ge>=0;Ge--)(ct=ve[Ge])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,ke,me):ct(Pe,ke))||me);return Ie>3&&me&&Object.defineProperty(Pe,ke,me),me};let ue=X=class extends m.A{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0}),(0,N.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return X.i18nBundle.getText(q.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===T.Top,bottom:this.text&&this.textPlacement===T.Bottom}}get hasContent(){return(0,H.A)(Array.from(this.children))}onBeforeRendering(){this.active?!this._isBusy&&!this._busyTimeoutId&&(this._busyTimeoutId=setTimeout(()=>{delete this._busyTimeoutId,this._isBusy=!0},Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(Pe){this._isBusy&&(Pe.stopImmediatePropagation(),(0,z.zP)(Pe)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(Pe){this._isBusy&&Pe.stopImmediatePropagation()}_redirectFocus(Pe){this.focusForward||(Pe.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};le([(0,w.A)()],ue.prototype,"text",void 0),le([(0,w.A)()],ue.prototype,"size",void 0),le([(0,w.A)({type:Boolean})],ue.prototype,"active",void 0),le([(0,w.A)({type:Number})],ue.prototype,"delay",void 0),le([(0,w.A)()],ue.prototype,"textPlacement",void 0),le([(0,w.A)({type:Boolean})],ue.prototype,"_isBusy",void 0),le([(0,b.A)("@ui5/webcomponents")],ue,"i18nBundle",void 0),ue=X=le([(0,E.A)({tag:"ui5-busy-indicator",languageAware:!0,styles:':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n',renderer:P.A,template:function ee(){return(0,D.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,D.FD)("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&j.call(this),(0,D.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,D.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,D.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,D.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&j.call(this)]}),(0,D.Y)("slot",{}),this._isBusy&&(0,D.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],ue),ue.define();const ce=ue},171(ge,W,f){"use strict";f.d(W,{A:()=>He});var m=f(467),E=f(5386),w=f(1934),b=f(1642),P=f(1437),z=f(6993),N=f(3651),H=f(1834),C=f(2358),T=f(3493),D=f(4874),L=f(6136),ee=f(6759),j=f(6162),q=f(2260);let te;var ne=f(1045),J=function(Y){return Y.Default="Default",Y.Positive="Positive",Y.Negative="Negative",Y.Transparent="Transparent",Y.Emphasized="Emphasized",Y.Attention="Attention",Y}(J||{});const le=J;var X=function(Y){return Y.Button="Button",Y.Submit="Submit",Y.Reset="Reset",Y}(X||{});const ue=X;var ce=function(Y){return Y.InlineText="InlineText",Y.OverlayText="OverlayText",Y.AttentionDot="AttentionDot",Y}(ce||{});const ve=ce;var Pe=function(Y){return Y.Button="Button",Y.Link="Link",Y}(Pe||{});const ke=Pe;var Ee=f(1892),Ie=f(563),me=f(7202),ct=function(Y){return Y.S="S",Y.M="M",Y.L="L",Y}(ct||{});const Ge=ct;var be=f(5166),Be=f(8923),$e=f(303),We=f(5444);(0,Be.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return $e.A})),(0,Be.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return We.A}),"host");var Ae,Xe=function(Y,ye,lt,Ke){var Dt,Et=arguments.length,_t=Et<3?ye:null===Ke?Ke=Object.getOwnPropertyDescriptor(ye,lt):Ke;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_t=Reflect.decorate(Y,ye,lt,Ke);else for(var an=Y.length-1;an>=0;an--)(Dt=Y[an])&&(_t=(Et<3?Dt(_t):Et>3?Dt(ye,lt,_t):Dt(ye,lt))||_t);return Et>3&&_t&&Object.defineProperty(ye,lt,_t),_t};let at=!1,Le=null,Ue=Ae=class extends E.A{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._isSpacePressed=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{Le&&Le._setActiveState(!1)},this._onclickBound=ye=>{ye instanceof CustomEvent||this._onclick(ye)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),at||(document.addEventListener("mouseup",this._deactivate),at=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,L.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,T.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,T.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),Le===this&&(Le=null),(0,T.I7)(this)}onBeforeRendering(){var ye=this;return(0,m.A)(function*(){ye._setBadgeOverlayStyle(),ye.hasIcon=!!ye.icon,ye.hasEndIcon=!!ye.endIcon,ye.iconOnly=ye.isIconOnly;const lt=yield ye.getDefaultTooltip();ye.buttonTitle=ye.iconOnly?ye.tooltip??lt:ye.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==ve.AttentionDot&&this.badge[0].design!==ve.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(ye){if(ye.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void ye.preventDefault();const{altKey:lt,ctrlKey:Ke,metaKey:Et,shiftKey:_t}=ye;this.fireDecoratorEvent("click",{originalEvent:ye,altKey:lt,ctrlKey:Ke,metaKey:Et,shiftKey:_t})?(this._isSubmit&&(0,j.rM)(this),this._isReset&&(0,j.E2)(this),(0,L.nr)()&&this.getDomRef()?.focus()):ye.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),Le=this)}_ontouchend(ye){(this.disabled||this.loading)&&(ye.preventDefault(),ye.stopPropagation()),this.active&&this._setActiveState(!1),Le&&Le._setActiveState(!1)}_onkeydown(ye){(0,C.Tu)(ye)||(0,C.KL)(ye)?this._cancelAction=!0:(0,C.xC)(ye)&&(this._isSpacePressed=!0),(0,C.xC)(ye)||(0,C.RI)(ye)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(ye){const lt=(0,C.xC)(ye),Ke=(0,C.Tu)(ye)||(0,C.KL)(ye);if(lt||(0,C.BF)(ye)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void ye.preventDefault();this._isSpacePressed=!1}else Ke&&!this._isSpacePressed&&(this._cancelAction=!1);((0,C.xC)(ye)||(0,C.RI)(ye))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(ye){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=ye)}get hasButtonType(){return this.design!==le.Default&&this.design!==le.Transparent}get isIconOnly(){return!(0,ee.A)(this.text)}static typeTextMappings(){return{Positive:be.nFX,Negative:be.kQX,Emphasized:be.Jy$,Attention:be.flf}}getDefaultTooltip(){if(void 0===te&&(te=(0,q.$n)()),te)return(0,D.Z5)(this.icon)}get buttonTypeText(){return Ae.i18nBundle.getText(Ae.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,ne.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const ye=this.getAttribute("tabindex");return ye?Number.parseInt(ye):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(Dt=>Dt).join(" ")}get ariaDescriptionText(){const Ke=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(Et=>Et);return Ke.length>0?Ke.join(" "):void 0}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get accessibilityInfo(){return{description:this.ariaDescriptionText,role:this.effectiveAccRole,disabled:this.disabled,children:this.text,type:this.effectiveAccRoleTranslation,label:this.ariaLabelText}}get effectiveAccRoleTranslation(){return this.accessibleRole===ke.Button?Ae.i18nBundle.getText(be.TkL):this.accessibleRole===ke.Link?Ae.i18nBundle.getText(be.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const ye=this.badge[0].effectiveText;switch(ye){case"":return ye;case"1":return Ae.i18nBundle.getText(be.mgn,ye);default:return Ae.i18nBundle.getText(be.M4s,ye)}}get _isSubmit(){return this.type===ue.Submit||this.submits}get _isReset(){return this.type===ue.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ve.AttentionDot)}};Xe([(0,b.A)()],Ue.prototype,"design",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"disabled",void 0),Xe([(0,b.A)()],Ue.prototype,"icon",void 0),Xe([(0,b.A)()],Ue.prototype,"endIcon",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"submits",void 0),Xe([(0,b.A)()],Ue.prototype,"form",void 0),Xe([(0,b.A)()],Ue.prototype,"tooltip",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleName",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleNameRef",void 0),Xe([(0,b.A)({type:Object})],Ue.prototype,"accessibilityAttributes",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleDescription",void 0),Xe([(0,b.A)()],Ue.prototype,"type",void 0),Xe([(0,b.A)()],Ue.prototype,"accessibleRole",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"active",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"iconOnly",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"hasIcon",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"hasEndIcon",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"nonInteractive",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"loading",void 0),Xe([(0,b.A)({type:Number})],Ue.prototype,"loadingDelay",void 0),Xe([(0,b.A)({noAttribute:!0})],Ue.prototype,"buttonTitle",void 0),Xe([(0,b.A)({type:Object})],Ue.prototype,"_iconSettings",void 0),Xe([(0,b.A)({noAttribute:!0})],Ue.prototype,"forcedTabIndex",void 0),Xe([(0,b.A)({type:Boolean})],Ue.prototype,"_isTouch",void 0),Xe([(0,b.A)({type:Boolean,noAttribute:!0})],Ue.prototype,"_cancelAction",void 0),Xe([(0,b.A)({type:Boolean,noAttribute:!0})],Ue.prototype,"_isSpacePressed",void 0),Xe([(0,b.A)({noAttribute:!0})],Ue.prototype,"_accessibleNameRefTexts",void 0),Xe([(0,z.A)({type:Node,default:!0})],Ue.prototype,"text",void 0),Xe([(0,z.A)({type:HTMLElement,invalidateOnChildChange:!0})],Ue.prototype,"badge",void 0),Xe([(0,N.A)("@ui5/webcomponents")],Ue,"i18nBundle",void 0),Ue=Ae=Xe([(0,w.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:H.A,template:function st(Y){return(0,Ee.FD)(Ee.FK,{children:[(0,Ee.FD)("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":"InlineText"===this.badge[0]?.design,"ui5-button-badge-placement-end-top":"OverlayText"===this.badge[0]?.design,"ui5-button-badge-dot":"AttentionDot"===this.badge[0]?.design},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":Y?.ariaPressed,"aria-valuemin":Y?.ariaValueMin,"aria-valuemax":Y?.ariaValueMax,"aria-valuenow":Y?.ariaValueNow,"aria-valuetext":Y?.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":this._computedAccessibilityAttributes?.expanded,"aria-controls":this._computedAccessibilityAttributes?.controls,"aria-haspopup":this._computedAccessibilityAttributes?.hasPopup,"aria-label":this._computedAccessibilityAttributes?.ariaLabel,"aria-keyshortcuts":this._computedAccessibilityAttributes?.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&(0,Ee.Y)(Ie.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,Ee.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,Ee.Y)("bdi",{children:(0,Ee.Y)("slot",{})})}),this.endIcon&&(0,Ee.Y)(Ie.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,Ee.Y)("slot",{name:"badge"})]}),this.loading&&(0,Ee.Y)(me.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?Ge.S:Ge.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})},styles:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5_button_base_min_width);height:var(--_ui5_button_base_height);line-height:normal;font-family:var(--_ui5_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5_button_text_shadow);border-radius:var(--_ui5_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5_button_base_min_width) - var(--_ui5_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5_button_focused_border);border-radius:var(--_ui5_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5_button_emphasized_focused_border_before);border-radius:var(--_ui5_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}:host([has-end-icon]:not([icon])) .ui5-button-root{justify-content:flex-start}:host([icon-only]) .ui5-button-root{justify-content:center}:host([has-end-icon]:not([icon]):not(:empty)) .ui5-button-end-icon{padding-inline-start:var(--_ui5_button_base_icon_margin);margin-inline-start:auto}\n',shadowRootOptions:{delegatesFocus:!0}}),(0,P.A)("click",{bubbles:!0,cancelable:!0}),(0,P.A)("active-state-change",{bubbles:!0,cancelable:!0})],Ue),Ue.define();const He=Ue},7601(ge,W,f){"use strict";f.d(W,{A:()=>te});var m=f(5386),E=f(1934),w=f(1642),b=f(1834),P=f(4778),z=f(2928),N=f(1892),C=f(467),T=f(8923),D=f(303),L=f(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,C.A)(function*(){return D.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,C.A)(function*(){return L.A}),"host");var j=function(V,B,ne,J){var ue,le=arguments.length,X=le<3?B:null===J?J=Object.getOwnPropertyDescriptor(B,ne):J;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)X=Reflect.decorate(V,B,ne,J);else for(var ce=V.length-1;ce>=0;ce--)(ue=V[ce])&&(X=(le<3?ue(X):le>3?ue(B,ne,X):ue(B,ne))||X);return le>3&&X&&Object.defineProperty(B,ne,X),X};let q=class extends m.A{get _positionProperty(){return this.orientation===z.A.Vertical?"left":"top"}constructor(){super(),this.targetReference=null,this.ownerReference=null,this.placement="Before",this.orientation="Vertical"}onAfterRendering(){if(!this.targetReference||!this.ownerReference)return void Object.assign(this.style,{display:"none"});const{left:B,width:ne,right:J,top:le,bottom:X,height:ue}=this.targetReference.getBoundingClientRect(),{top:ce,height:ve}=this.ownerReference.getBoundingClientRect(),Pe={display:"",[this._positionProperty]:"",width:"",height:""};let ke=0,Ee=!1,Ie=!1;if(this.orientation===z.A.Vertical){switch(this.placement){case P.A.Before:ke=B;break;case P.A.On:Pe.width=`${ne}px`,ke=B;break;case P.A.After:ke=J}Pe.height=`${ue}px`}if(this.orientation===z.A.Horizontal){switch(this.placement){case P.A.Before:ke=le;break;case P.A.On:Pe.height=`${ue}px`,ke=le;break;case P.A.After:ke=X}Pe.width=`${ne}px`,ke-=ce,ke<=0&&(Ie=!0),ke>=ve&&(Ee=!0)}Pe[this._positionProperty]=`${ke}px`,this.toggleAttribute("first",Ie),this.toggleAttribute("last",Ee),Object.assign(this.style,Pe)}};j([(0,w.A)({type:Object})],q.prototype,"targetReference",void 0),j([(0,w.A)({type:Object})],q.prototype,"ownerReference",void 0),j([(0,w.A)()],q.prototype,"placement",void 0),j([(0,w.A)()],q.prototype,"orientation",void 0),q=j([(0,E.A)({tag:"ui5-drop-indicator",renderer:b.A,styles:':host{position:absolute;pointer-events:none;z-index:99}:host([orientation="Vertical"]) .ui5-di-needle{width:.125rem;height:100%;inset-block:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Vertical"]){margin-left:-.0625rem}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]){margin-top:-.0625rem}:host([orientation="Horizontal"][placement="Before"][first]){margin-top:.3125rem}:host([orientation="Horizontal"][placement="After"][last]){margin-top:-.3125rem}:host([orientation="Vertical"]) .ui5-di-needle:before{left:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host([orientation="Horizontal"]) .ui5-di-needle:before{top:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host .ui5-di-rect{border:.125rem solid var(--sapContent_DragAndDropActiveColor);position:absolute;inset:0}:host .ui5-di-rect:before{content:" ";position:absolute;inset:0;background:var(--sapContent_DragAndDropActiveColor);opacity:.05}\n',template:function H(){return(0,N.Y)("div",{class:{"ui5-di-rect":this.placement===P.A.On,"ui5-di-needle":this.placement!==P.A.On}})}})],q),q.define();const te=q},563(ge,W,f){"use strict";f.d(W,{A:()=>Ee});var m=f(467),E=f(5386),w=f(1834),b=f(1934),P=f(1437),z=f(1642),N=f(6993),H=f(4874),C=f(4446),T=f(3651),D=f(6136),L=f(2358),ee=f(3823),j=f(1892);function te(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,j.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(Ie=>(0,j.Y)("path",{d:Ie}))}var V=function(Ie){return Ie.Image="Image",Ie.Decorative="Decorative",Ie.Interactive="Interactive",Ie}(V||{});const B=V;var ne=f(5166),J=f(8923),le=f(303),X=f(5444);(0,J.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return le.A})),(0,J.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return X.A}),"host");var ve,ce=function(Ie,me,ct,Ge){var Be,st=arguments.length,be=st<3?me:null===Ge?Ge=Object.getOwnPropertyDescriptor(me,ct):Ge;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)be=Reflect.decorate(Ie,me,ct,Ge);else for(var $e=Ie.length-1;$e>=0;$e--)(Be=Ie[$e])&&(be=(st<3?Be(be):st>3?Be(me,ct,be):Be(me,ct))||be);return st>3&&be&&Object.defineProperty(me,ct,be),be};let ke=ve=class extends E.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(me){this.mode===B.Interactive&&(me.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(me){this.mode===B.Interactive&&((0,L.RI)(me)&&this.fireDecoratorEvent("click"),(0,L.xC)(me)&&me.preventDefault())}_onkeyup(me){this.mode===B.Interactive&&(0,L.xC)(me)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===B.Decorative?"true":void 0}get _tabIndex(){return this.mode===B.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case B.Interactive:return"button";case B.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,D.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var me=this;return(0,m.A)(function*(){if(me.fontIcon.length)return void(me.effectiveAccessibleName=me.accessibleName?me.accessibleName:void 0);const ct=me.name;if(!ct)return;let Ge=(0,H.hu)(ct);if(Ge||(Ge=yield(0,H.y3)(ct)),!Ge)return me.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${me.name}`);if("ICON_NOT_FOUND"===Ge)return me.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${ct.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(me.viewBox=Ge.viewBox||"0 0 512 512","customTemplate"in Ge&&Ge.customTemplate&&(me.customTemplate=(0,ee.A)(Ge.customTemplate,me)),"customTemplateAsString"in Ge&&(me.customTemplateAsString=Ge.customTemplateAsString),me.invalid=!1,"pathData"in Ge&&Ge.pathData&&(me.pathData=Array.isArray(Ge.pathData)?Ge.pathData:[Ge.pathData]),me.accData=Ge.accData,me.ltr=Ge.ltr,me.packageName=Ge.packageName,me.accessibleName)me.effectiveAccessibleName=me.accessibleName;else if(me.accData)if(me.packageName){const st=yield(0,C.HE)(me.packageName);me.effectiveAccessibleName=st.getText(me.accData)||void 0}else me.effectiveAccessibleName=me.accData?.defaultText||void 0;else me.effectiveAccessibleName=void 0})()}get hasFontIcon(){return this.fontIcon.length>0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case B.Interactive:return ve.i18nBundle.getText(ne.u9k);case B.Image:return ve.i18nBundle.getText(ne.Jz0);default:return""}}get accessibilityInfo(){return this.mode===B.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};ce([(0,z.A)()],ke.prototype,"design",void 0),ce([(0,z.A)()],ke.prototype,"name",void 0),ce([(0,z.A)()],ke.prototype,"accessibleName",void 0),ce([(0,z.A)({type:Boolean})],ke.prototype,"showTooltip",void 0),ce([(0,z.A)()],ke.prototype,"mode",void 0),ce([(0,N.A)({type:HTMLElement})],ke.prototype,"fontIcon",void 0),ce([(0,z.A)({type:Array,noAttribute:!0})],ke.prototype,"pathData",void 0),ce([(0,z.A)({type:Object,noAttribute:!0})],ke.prototype,"accData",void 0),ce([(0,z.A)({type:Boolean})],ke.prototype,"invalid",void 0),ce([(0,z.A)({noAttribute:!0})],ke.prototype,"effectiveAccessibleName",void 0),ce([(0,T.A)("@ui5/webcomponents")],ke,"i18nBundle",void 0),ke=ve=ce([(0,b.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:w.A,template:function q(){return this.hasFontIcon?(0,j.Y)("span",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,role:this.effectiveAccessibleRole,"aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:(0,j.Y)("slot",{name:"fontIcon"})}):(0,j.FD)("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:[this.hasIconTooltip&&(0,j.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,j.Y)("g",{role:"presentation",children:te.call(this)})]})},styles:':host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none;container-type:size}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top;box-sizing:border-box;align-items:center;justify-content:center;font-size:min(100cqw,100cqh);line-height:1}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5_icon_transform_scale);transform-origin:center}\n'}),(0,P.A)("click",{bubbles:!0})],ke),ke.define();const Ee=ke},1279(ge,W,f){"use strict";f.d(W,{A:()=>K});var m={};f.r(m),f.d(m,{Contains:()=>Ue,None:()=>He,StartsWith:()=>Le,StartsWithPerTerm:()=>at});var E=f(467),w=f(5386),b=f(1642),P=f(1934),z=f(6993),N=f(1437),H=f(1834),C=f(362),T=f(8431),D=f(6136),L=f(594),ee=f(2358),q=f(8777),te=f(3651),V=f(6162),B=f(3493),le=f(4127),X=function(G){return G.Text="Text",G.Email="Email",G.Number="Number",G.Password="Password",G.Tel="Tel",G.URL="URL",G.Search="Search",G}(X||{});const ue=X;var ce=f(1892),ve=f(563),Pe=f(1278),ke=f(4257),Ee=f(2601),Ie=f(8911),me=f(441),ct=f(9494),Ge=f(6634);function st(G){const u=G?.suggestionsList,_=G?.mobileHeader;return(0,ce.FD)(ce.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:u,mobileHeader:_,valueStateMessage:be,valueStateMessageInputIcon:Be}),this.hasValueStateMessage&&(0,ce.Y)(Ge.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:ct.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,ce.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,ce.Y)(ve.A,{class:"ui5-input-value-state-message-icon",name:Be.call(this)}),this.valueStateOpen&&be.call(this)]})})]})}function be(){return(0,ce.Y)(ce.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,ce.Y)("slot",{name:"valueStateMessage"})})}function Be(){return this.valueState!==L.A.None?{Negative:ke.Ay,Critical:Ee.Ay,Positive:Ie.Ay,Information:me.Ay}[this.valueState]:""}function We(){}function Re(){}const Xe=/[[\]{}()*+?.\\^$|]/g,at=(G,u,_)=>{const p=new RegExp(`(^|\\s)${(G=>G.replace(Xe,"\\$&"))(G.toLowerCase())}.*`,"g");return u.filter(v=>{const R=v[_];return p.lastIndex=0,p.test(R.toLowerCase())})},Le=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().startsWith(G.toLowerCase())),Ue=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().includes(G.toLowerCase())),He=(G,u)=>u;var Y=f(5166),ye=f(8923),lt=f(303),Ke=f(5444);(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return Ke.A}),"host");var gt=function(G){return G.StartsWithPerTerm="StartsWithPerTerm",G.StartsWith="StartsWith",G.Contains="Contains",G.None="None",G}(gt||{});const It=gt;var et,Fe=function(G,u,_,p){var O,v=arguments.length,R=v<3?u:null===p?p=Object.getOwnPropertyDescriptor(u,_):p;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)R=Reflect.decorate(G,u,_,p);else for(var Z=G.length-1;Z>=0;Z--)(O=G[Z])&&(R=(v<3?O(R):v>3?O(u,_,R):O(u,_))||R);return v>3&&R&&Object.defineProperty(u,_,R),R},k=function(G){return G.CHANGE="change",G.INPUT="input",G.SELECTION_CHANGE="selection-change",G}(k||{}),$=function(G){return G.ACTION_ENTER="enter",G.ACTION_USER_INPUT="input",G}($||{});let A=et=class extends w.A{get formValidityMessage(){return this.nativeInput?.validationMessage}get _effectiveShowSuggestions(){return!(!this.showSuggestions||!this.Suggestions)}get formValidity(){return{valueMissing:this.nativeInput?.validity.valueMissing,typeMismatch:this.required&&this.nativeInput?.validity.typeMismatch,patternMismatch:this.nativeInput?.validity.patternMismatch}}formElementAnchor(){var u=this;return(0,E.A)(function*(){return u.getFocusDomRefAsync()})()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this.filter=It.None,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){C.A.register(this,this._handleResizeBound),(0,B.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){C.A.deregister(this,this._handleResizeBound),(0,B.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(u){u.markupText=this.typedInValue?this.Suggestions?.hightlightInput(u.text||"",this.typedInValue):(0,T.A)(u.text||"")}_isGroupItem(u){return u.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(Ne=>{Ne.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(Ne):this._isGroupItem(Ne)&&Ne.items?.forEach(it=>{this._highlightSuggestionItem(it)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const u=!!this._flattenItems.length,_=!!this.value,p=this.shadowRoot.querySelector("input")===(0,le.A)(),v=this.disabled||this.readonly,R=!v&&!this._isPhone&&u&&(this.open||_&&p&&this.isTyping);v?this.open=!1:this._isPhone||(this.open=u&&(this.open||_&&p&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!R?this.openValueStatePopover():this.closeValueStatePopover();const O=this.value,Z=this.getInputDOMRefSync();if(!Z||!O)return;this.filter!==It.None&&this._filterItems(this.typedInValue);const ie=Z.selectionEnd-Z.selectionStart;if(this._shouldAutocomplete&&!(0,D.m0)()&&!ie&&!this._isKeyNavigation){const Ne=this._getFirstMatchingItem(O);Ne?(this._isComposing||this._handleTypeAhead(Ne),this._selectMatchingItem(Ne)):this._matchedSuggestionItem=void 0}}onAfterRendering(){this.showSuggestions&&this.Suggestions?._getPicker()&&(this._listWidth=this.Suggestions._getListWidth(),this.Suggestions._getList()._itemNavigation._getItems=()=>[]),this._performTextSelection&&(this.typedInValue.length&&this.value.length&&this._adjustSelectionRange(),this.fireDecoratorEvent("type-ahead")),this._performTextSelection=!1,(0,q.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const u=this.getInputDOMRefSync(),p=this.Suggestions?._getItems().filter(R=>!R.hidden)?.find(R=>R.selected||R.focused),v=this._flattenItems.filter(R=>this._isGroupItem(R));p&&!v.includes(p)?p?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?u.setSelectionRange(this.typedInValue.length,this.value.length):u.setSelectionRange(0,this.value.length):u.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(u){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,ee.W_)(u)||(0,ee.Ob)(u)||(0,ee.KL)(u)),(0,ee.ie)(u))return this._handleUp(u);if((0,ee.Pj)(u))return this._handleDown(u);if((0,ee.xC)(u))return this._handleSpace(u);if((0,ee.zP)(u))return this._handleTab();if((0,ee.RI)(u)){const _=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,_?(this.fireDecoratorEvent("_request-submit"),void(0,V.rM)(this)):this._handleEnter(u)}return(0,ee.vQ)(u)?this._handlePageUp(u):(0,ee.oY)(u)?this._handlePageDown(u):(0,ee.qN)(u)?this._handleHome(u):(0,ee.uV)(u)?this._handleEnd(u):(0,ee.KL)(u)?this._handleEscape():(0,ee.HJ)(u)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(u){(0,ee.Ob)(u)&&(this.value=u.target.value),this._enterKeyDown=!1}get currentItemIndex(){const _=(this.Suggestions?._getItems()).filter(R=>!R.hidden),p=_.find(R=>R.selected||R.focused);return p?_.indexOf(p):-1}_handleUp(u){this.Suggestions?.isOpened()&&this.Suggestions.onUp(u,this.currentItemIndex)}_handleDown(u){this.Suggestions?.isOpened()&&this.Suggestions.onDown(u,this.currentItemIndex)}_handleSpace(u){this.Suggestions&&this.Suggestions.onSpace(u)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const u=this.linksInAriaValueStateHiddenText;u.length&&u[0].focus()}_addLinksEventListeners(){const u=this.linksInAriaValueStateHiddenText;u.forEach((_,p)=>{this._linksListenersArray.push(v=>{((G,u,_,p)=>{(0,ee.zP)(G)&&(_!==u.length-1?(G.stopImmediatePropagation(),G.preventDefault(),u[_+1].focus()):(p.closeValueState(),p.focusInput())),(0,ee.bR)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),_>0?u[_-1].focus():p.focusInput()),(0,ee.ie)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),p.isPopoverOpen()&&p.focusInput()),(0,ee.Pj)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),p.navigateToItem()),(0,ee.KL)(G)&&(G.preventDefault(),G.stopImmediatePropagation())})(v,u,p,{closeValueState:()=>{this.Suggestions?.isOpened()&&this.Suggestions?.close(),this.valueStateOpen&&this.closeValueStatePopover()},focusInput:()=>{this._handleLinkNavigation=!1,this.getInputDOMRef().focus()},navigateToItem:()=>{this._handleLinkNavigation?(this._handleLinkNavigation=!1,this.Suggestions?.isOpened()&&(this.innerFocusIn(),this.getInputDOMRef().focus(),this.Suggestions.onDown(v,this.currentItemIndex))):this._handleDown(v)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),_.addEventListener("keydown",this._linksListenersArray[p])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((_,p)=>{_.removeEventListener("keydown",this._linksListenersArray[p])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(u){const _=!!this.Suggestions?.onEnter(u),p=this.getInputDOMRefSync();let v=this._matchedSuggestionItem;if(v||(v=this._selectableItems.find(R=>R.text?.toLowerCase()===this.value.toLowerCase())),v){const R=v.text||"";p.setSelectionRange(R.length,R.length),_||(this.fireSelectionChange(v,!0),this.acceptSuggestion(v,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&p.setSelectionRange(this.value.length,this.value.length),_?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(u){this._isSuggestionsFocused?this.Suggestions?.onPageUp(u):u.preventDefault()}_handlePageDown(u){this._isSuggestionsFocused?this.Suggestions?.onPageDown(u):u.preventDefault()}_handleHome(u){this._isSuggestionsFocused&&this.Suggestions?.onHome(u)}_handleEnd(u){this._isSuggestionsFocused&&this.Suggestions?.onEnd(u)}_handleEscape(){const _=this.showSuggestions&&!!this.Suggestions&&this.open,p=this.getInputDOMRefSync(),v=p.selectionEnd-p.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?_?_&&this.Suggestions?._isItemOnTarget()?(this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0)):(v&&(this.value=this.typedInValue),void(this.focused=!0)):void(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue):(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue,void this.fireDecoratorEvent(k.INPUT,{inputType:""}))}_onfocusin(u){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!u.target&&u.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(u){const _=u.relatedTarget;this.Suggestions?._getPicker()?.contains(_)||this.contains(_)||this.getSlottedNodes("valueStateMessage").some(p=>p.contains(_))||(this.focused=!1,this._isChangeTriggeredBySuggestion=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.isTyping=!1,this.value!==this.previousValue&&this.showClearIcon&&(this._clearIconClicked=!1))}_clearPopoverFocusAndSelection(){!this.showSuggestions||!this.Suggestions||(this.hasSuggestionItemSelected=!1,this.Suggestions?._deselectItems(),this.Suggestions?._clearItemFocus())}_click(){(0,D.tp)()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.Suggestions?._getPicker()?.open&&this._flattenItems.some(_=>_.hasAttribute("ui5-suggestion-item")&&_.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(k.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,V.rM)(this))))}_clear(){const u=this.value;this.value="",this.fireDecoratorEvent(k.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=u}_iconMouseDown(){this._clearIconClicked=!0}_scroll(u){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:u.detail.scrollTop,scrollContainer:u.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(u){this._input(u,u.detail&&u.detail.inputType||"")}_handleNativeInput(u){this._input(u,u.inputType||"")}_input(u,_){const p=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(_)&&!this.noTypeahead,u.target===p&&(this.focused=!0,u.stopImmediatePropagation()),this.fireEventByAction($.ACTION_ENTER,u),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===u.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(u){return Le(u,this._selectableItems,"text")}_getFirstMatchingItem(u){if(!this._flattenItems.length)return;const _=this._startsWithMatchingItems(u).filter(p=>!this._isGroupItem(p));return _.length?_[0]:void 0}_handleSelectionChange(u){this.Suggestions?.onItemPress(u)}_selectMatchingItem(u){u.selected=!0,this._matchedSuggestionItem=u}_filterItems(u){let _=[];const p=this._flattenItems.filter(v=>this._isGroupItem(v));this._resetItemVisibility(),_=p.length?this._filterGroups(this.filter,p):m[this.filter](u,this._selectableItems,"text"),this._selectableItems.forEach(v=>{v.hidden=!_.includes(v)}),0===_.length&&(this.open=!1)}_filterGroups(u,_){const p=[];return _.forEach(v=>{const R=m[u](this.typedInValue,v.items??[],"text");p.push(...R),v.hidden=0===R.length}),p}_resetItemVisibility(){this._flattenItems.forEach(u=>{this._isGroupItem(u)?u.items?.forEach(_=>{_.hidden=!1}):u.hidden=!1})}_handleTypeAhead(u){const _=u.text?u.text:"",p=this.typedInValue;_.toLowerCase().startsWith(p.toLowerCase())&&(this.value=p+_.substring(p.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,B.UT)(this),this._accessibleLabelsRefTexts=(0,B.yI)(this),this._associatedDescriptionRefTexts=(0,B.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,D.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,D.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(k.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const u=this.shadowRoot.querySelector("#selectionText");u&&(u.textContent=""),this._handlePickerAfterClose()}_handlePickerAfterOpen(){this.fireDecoratorEvent("open")}_handlePickerAfterClose(){this.Suggestions?._onClose(),this.fireDecoratorEvent("close")}openValueStatePopover(){this.valueStateOpen=!0}closeValueStatePopover(){this.valueStateOpen=!1}_handleValueStatePopoverAfterClose(){this.valueStateOpen=!1,this._handleLinkNavigation=!1}_getValueStatePopover(){return this.shadowRoot.querySelector("[ui5-popover]")}enableSuggestions(){if(this.Suggestions)return;const u=_=>{_.i18nBundle=et.i18nBundle,this.Suggestions=new _(this,"suggestionItems",!0,!1)};et.SuggestionsClass?u(et.SuggestionsClass):Promise.all([f.e(778),f.e(955)]).then(f.bind(f,5955)).then(_=>{u(_.default)})}_enableComposition(){if(this._composition)return;const u=_=>{this._composition=new _({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:p=>{this._isComposing=p}}),this._composition.addEventListeners()};et.composition?u(et.composition):f.e(418).then(f.bind(f,1418)).then(_=>{et.composition=_.default,u(_.default)})}acceptSuggestion(u,_){if(this._isGroupItem(u))return;let p=u;if(this._matchedSuggestionItem){const O=this._matchedSuggestionItem.text?.toLowerCase()||"",Z=u.text?.toLowerCase()||"";(_||O===Z)&&(p=this._matchedSuggestionItem)}const v=p.text||"",R=_?this.valueBeforeItemSelection!==v:this.previousValue!==v;this.hasSuggestionItemSelected=!0,this.value=v,R&&this.previousValue!==v&&(this.valueBeforeItemSelection=v,this.lastConfirmedValue=v,this._performTextSelection=!0,this.fireDecoratorEvent(k.CHANGE),this._isChangeTriggeredBySuggestion=!0,this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeSelectionStart="",this._matchedSuggestionItem=void 0,this.isTyping=!1,this.open=!1}updateValueOnSelect(u){const _=this._isGroupItem(u)?this.valueBeforeSelectionStart:u.text;this.value=_||"",this._performTextSelection=!0,this._isGroupItem(u)||(this._matchedSuggestionItem=u)}fireEventByAction(u,_){const p=this.value,v=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const R=this.getInputValue(),O=u===$.ACTION_ENTER;this.value=R,this.typedInValue=R,this.valueBeforeSelectionStart=R;const Z=this.value;O&&(!this.fireDecoratorEvent(k.INPUT,{inputType:_.inputType||""})&&(Z===this.value&&(this.value=p),v&&(v.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,D.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,D.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}get nativeInput(){const u=this.getDomRef();return u?u.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(u){u.preventDefault()}onItemSelected(u,_){!_&&!u?.focused&&this.valueBeforeItemSelection!==u.text&&this.fireSelectionChange(u,!0),this.acceptSuggestion(u,_)}_handleSuggestionItemPress(u){this.Suggestions?.onItemPress(u)}onItemSelect(u){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(u),this.announceSelectedItem(),this.fireSelectionChange(u,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(u=>this._isGroupItem(u)?[u,...u.items]:[u])}get _selectableItems(){return this._flattenItems.filter(u=>!this._isGroupItem(u))}get valueStateTypeMappings(){return{Positive:et.i18nBundle.getText(Y.PBn),Information:et.i18nBundle.getText(Y.Y12),Negative:et.i18nBundle.getText(Y.QLe),Critical:et.i18nBundle.getText(Y.CNT)}}valueStateTextMappings(){return{Positive:et.i18nBundle.getText(Y.KwP),Information:et.i18nBundle.getText(Y.tgV),Negative:et.i18nBundle.getText(Y.laD),Critical:et.i18nBundle.getText(Y.Xot)}}announceSelectedItem(){const u=this.shadowRoot.querySelector("#selectionText");u&&(u.textContent=this.itemSelectionAnnounce)}fireSelectionChange(u,_){this.Suggestions&&(this.fireDecoratorEvent(k.SELECTION_CHANGE,{item:u}),this._isLatestValueFromSuggestions=_)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return this._associatedLabelsTexts||et.i18nBundle.getText(Y.YBm)}get _suggestionsOkButtonText(){return et.i18nBundle.getText(Y.HzF)}get _suggestionsCancelButtonText(){return et.i18nBundle.getText(Y.ZqR)}get clearIconAccessibleName(){return et.i18nBundle.getText(Y.$nc)}get _popupLabel(){return et.i18nBundle.getText(Y.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===ue.Number}get suggestionsTextId(){return this.showSuggestions?"suggestionsText":""}get valueStateTextId(){return this.hasValueState?"valueStateDesc":""}get _accInfoAriaDescription(){return this._inputAccInfo&&this._inputAccInfo.ariaDescription||""}get _accInfoAriaDescriptionId(){return""!==this._accInfoAriaDescription?"descr":""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,B.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===L.A.Negative||void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:this.showSuggestions?"dialog":void 0,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:this.showSuggestions?"list":void 0,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;const u=this.valueState!==L.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${u} ${this.valueStateText}`:u:this.valueStateMessage.length?`${u} ${this.valueStateMessage.map(_=>_.textContent).join(" ")}`:u}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const u=[];return this.valueStateMessage&&this.valueStateMessage.forEach(_=>{_.children.length&&_.querySelectorAll("ui5-link").forEach(p=>{u.push(p)})}),u}get valueStateLinksShortcutsTextAcc(){const u=this.linksInAriaValueStateHiddenText;return u.length?(0,D.cX)()?et.i18nBundle.getText(1===u.length?Y.Z2A:Y.qF5):et.i18nBundle.getText(1===u.length?Y.dOG:Y.IGR):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===L.A.Positive,"ui5-valuestatemessage--error":this.valueState===L.A.Negative,"ui5-valuestatemessage--warning":this.valueState===L.A.Critical,"ui5-valuestatemessage--information":this.valueState===L.A.Information}}}get styles(){const u=parseInt(getComputedStyle(document.documentElement).fontSize);return{suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:"","max-width":"inherit"},suggestionsPopover:{"min-width":this._inputWidth?`${this._inputWidth}px`:"","max-width":this._inputWidth&&this._inputWidth/u>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==L.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==L.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==L.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return et.i18nBundle.getText(Y.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const u=this._selectableItems,p=this.Suggestions?.isOpened()?et.i18nBundle.getText(Y.vSX):et.i18nBundle.getText(Y.Bby);switch(u.length){case 0:return`${et.i18nBundle.getText(Y.NJs)} ${p}`;case 1:return`${et.i18nBundle.getText(Y.K2C)} ${p}`;default:return`${et.i18nBundle.getText(Y.MME,u.length)} ${p}`}}return this.showSuggestions?et.i18nBundle.getText(Y.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,D.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==L.A.None?`\n\t\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t\t${{Negative:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Critical:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Positive:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};\n\t\t\t</svg>\n\t\t\t`:""}get _valueStateMessageInputIcon(){return this.valueState!==L.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(G=>{let u=0;return(G.selectionStart||0===G.selectionStart)&&(u="backward"===G.selectionDirection?G.selectionStart:G.selectionEnd),u})(this.nativeInput)}setCaretPosition(u){((G,u)=>{G.selectionStart?(G.focus(),G.setSelectionRange(u,u)):G.focus()})(this.nativeInput,u)}removeFractionalPart(u){return u.includes(".")?u.slice(0,u.indexOf(".")):u.includes(",")?u.slice(0,u.indexOf(",")):u}};Fe([(0,b.A)({type:Boolean})],A.prototype,"disabled",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"highlight",void 0),Fe([(0,b.A)()],A.prototype,"placeholder",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"readonly",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"required",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"noTypeahead",void 0),Fe([(0,b.A)()],A.prototype,"type",void 0),Fe([(0,b.A)()],A.prototype,"value",void 0),Fe([(0,b.A)()],A.prototype,"valueState",void 0),Fe([(0,b.A)()],A.prototype,"name",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"showSuggestions",void 0),Fe([(0,b.A)({type:Number})],A.prototype,"maxlength",void 0),Fe([(0,b.A)()],A.prototype,"accessibleName",void 0),Fe([(0,b.A)()],A.prototype,"accessibleNameRef",void 0),Fe([(0,b.A)()],A.prototype,"accessibleDescription",void 0),Fe([(0,b.A)()],A.prototype,"accessibleDescriptionRef",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"showClearIcon",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"open",void 0),Fe([(0,b.A)()],A.prototype,"filter",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"_effectiveShowClearIcon",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"focused",void 0),Fe([(0,b.A)()],A.prototype,"hint",void 0),Fe([(0,b.A)({type:Boolean})],A.prototype,"valueStateOpen",void 0),Fe([(0,b.A)({type:Object})],A.prototype,"_inputAccInfo",void 0),Fe([(0,b.A)({type:Object})],A.prototype,"_nativeInputAttributes",void 0),Fe([(0,b.A)({type:Number})],A.prototype,"_inputWidth",void 0),Fe([(0,b.A)({type:Number})],A.prototype,"_listWidth",void 0),Fe([(0,b.A)({type:Boolean,noAttribute:!0})],A.prototype,"_inputIconFocused",void 0),Fe([(0,b.A)({noAttribute:!0})],A.prototype,"_associatedLabelsTexts",void 0),Fe([(0,b.A)({noAttribute:!0})],A.prototype,"_accessibleLabelsRefTexts",void 0),Fe([(0,b.A)({noAttribute:!0})],A.prototype,"_associatedDescriptionRefTexts",void 0),Fe([(0,b.A)({type:Object})],A.prototype,"Suggestions",void 0),Fe([(0,b.A)({type:Array,noAttribute:!0})],A.prototype,"_linksListenersArray",void 0),Fe([(0,b.A)({type:Boolean,noAttribute:!0})],A.prototype,"_isComposing",void 0),Fe([(0,z.A)({type:HTMLElement,default:!0})],A.prototype,"suggestionItems",void 0),Fe([(0,z.A)()],A.prototype,"icon",void 0),Fe([(0,z.A)({type:HTMLElement,invalidateOnChildChange:!0})],A.prototype,"valueStateMessage",void 0),Fe([(0,te.A)("@ui5/webcomponents")],A,"i18nBundle",void 0),A=et=Fe([(0,P.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:H.A,template:function $e(G){const u=G?.suggestionsList,_=G?.mobileHeader,p=G?.preContent||We,v=G?.postContent||Re;return(0,ce.FD)(ce.FK,{children:[(0,ce.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,ce.FD)("div",{class:"ui5-input-content",children:[p.call(this),(0,ce.Y)("input",{id:"inner",part:"input",class:"ui5-input-inner",style:this.styles.innerInput,type:this.inputNativeType,"inner-input":!0,"inner-input-with-icon":this.iconsCount>0,disabled:this.disabled,readonly:this._readonly,value:this.value,required:this.required,placeholder:this._placeholder,maxlength:this.maxlength,role:this.accInfo.role,enterkeyhint:this.hint,"aria-controls":this.accInfo.ariaControls,"aria-invalid":this.accInfo.ariaInvalid,"aria-haspopup":this.accInfo.ariaHasPopup,"aria-describedby":this.accInfo.ariaDescribedBy,"aria-roledescription":this.accInfo.ariaRoledescription,"aria-autocomplete":this.accInfo.ariaAutoComplete,"aria-expanded":this.accInfo.ariaExpanded,"aria-label":this.accInfo.ariaLabel,"aria-required":this.required,autocomplete:"off","data-sap-focus-ref":!0,step:this.nativeInputAttributes.step,min:this.nativeInputAttributes.min,max:this.nativeInputAttributes.max,onInput:this._handleNativeInput,onChange:this._handleChange,onSelect:this._handleSelect,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._click,onFocusIn:this.innerFocusIn}),this._effectiveShowClearIcon&&(0,ce.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,ce.Y)(ve.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Pe.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,ce.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,ce.Y)("slot",{name:"icon"})}),(0,ce.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),v.call(this),this._effectiveShowSuggestions&&(0,ce.FD)(ce.FK,{children:[(0,ce.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,ce.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,ce.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,ce.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,ce.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,ce.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,ce.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),st.call(this,{suggestionsList:u,mobileHeader:_})]})},styles:[':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.inputIcon{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5_input_icon_padding);border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5_input_width);min-width:calc(var(--_ui5_input_min_width) + (var(--_ui5-input-icons-count)*var(--_ui5_input_icon_width)));margin:var(--_ui5_input_margin_top_bottom) 0;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_focus_outline_color);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5_input_readonly_focus_offset);bottom:var(--_ui5_input_readonly_focus_offset);left:var(--_ui5_input_readonly_focus_offset);right:var(--_ui5_input_readonly_focus_offset);border-radius:var(--_ui5_input_readonly_focus_border_radius)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5_input_bottom_border_height);transition:var(--_ui5_input_transition);background-color:var(--_ui5_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-input_disabled_background);border-color:var(--_ui5_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5_input_inner_padding_with_icon)}[inner-input][type=search]::-webkit-search-decoration,[inner-input][type=search]::-webkit-search-cancel-button,[inner-input][type=search]::-webkit-search-results-button,[inner-input][type=search]::-webkit-search-results-decoration{display:none}[inner-input]::-ms-reveal,[inner-input]::-ms-clear{display:none}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}:host([value-state="Negative"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Negative"]) [inner-input]::-moz-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Positive"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Positive"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5_input_border_radius)}:host([readonly]:not([disabled])){border:var(--_ui5_input_readonly_border);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5_input_hover_border);border-color:var(--_ui5_input_focused_border_color);box-shadow:var(--sapField_Hover_Shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state="None"]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state="None"])){border-width:var(--_ui5_input_state_border_width)}:host([value-state="Negative"]) [inner-input],:host([value-state="Critical"]) [inner-input]{font-style:var(--_ui5_input_error_warning_font_style);text-indent:var(--_ui5_input_error_warning_text_indent)}:host([value-state="Negative"]) [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}:host([value-state="Critical"]) [inner-input]{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-input-value-state-error-border-botom-color)}:host([value-state="Negative"]:not([readonly]):not([focused]):hover),:host([value-state="Negative"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])),:host([value-state="Critical"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_warning_border_botom_color)}:host([value-state="Critical"]:not([readonly]):not([focused]):hover),:host([value-state="Critical"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_success_border_botom_color)}:host([value-state="Positive"]:not([readonly]):not([focused]):hover),:host([value-state="Positive"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_success_information_border_botom_color)}:host([value-state="Information"]:not([readonly]):not([focused]):hover),:host([value-state="Information"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-input-icon-root{min-width:var(--_ui5_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot="icon"]){align-self:start;padding:var(--_ui5_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Negative"][focused]) .inputIcon,:host([value-state="Critical"][focused]) .inputIcon{padding:var(--_ui5_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5_input_information_icon_padding)}:host([value-state="Information"][focused]) .inputIcon{padding:var(--_ui5_input_information_focused_icon_padding)}:host([value-state="Negative"]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_icon_padding)}:host([value-state="Negative"][focused]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_focused_icon_padding)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_error_icon_box_shadow);color:var(--_ui5_input_icon_error_pressed_color)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_warning_icon_box_shadow);color:var(--_ui5_input_icon_warning_pressed_color)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_information_icon_box_shadow);color:var(--_ui5_input_icon_information_pressed_color)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_success_icon_box_shadow);color:var(--_ui5_input_icon_success_pressed_color)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_height);padding:0;width:var(--_ui5_input_icon_width);min-width:var(--_ui5_input_icon_width);display:flex;justify-content:center;align-items:center;box-sizing:border-box}:host([value-state]:not([value-state="None"]):not([value-state="Positive"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Positive"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_success_state_height)}[ui5-icon].ui5-input-clear-icon{padding:0;color:inherit}[inner-input]::-webkit-outer-spin-button,[inner-input]::-webkit-inner-spin-button{-webkit-appearance:inherit;margin:inherit}[ui5-responsive-popover] [ui5-input]{width:100%}\n','.input-root-phone{flex:1;position:relative;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color);border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box}.input-root-phone [inner-input]{padding:0 .5rem;width:100%;height:100%}.input-root-phone [inner-input]:focus{background-color:var(--sapField_Focus_Background)}.input-root-phone:focus-within:before{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.input-root-phone [value-state=Negative] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Positive] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Critical] .inputIcon[data-ui5-compact-size]{padding:.1875rem .5rem}[inner-input]{background:transparent;color:inherit;border:none;font-style:normal;-webkit-appearance:none;-moz-appearance:textfield;line-height:normal;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:3rem;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;border-radius:var(--_ui5_input_border_radius)}[inner-input]::selection,[inner-input]::-moz-selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5_input_state_border_width)}.input-root-phone[value-state=Negative] [inner-input],.input-root-phone[value-state=Critical] [inner-input]{font-style:var(--_ui5_input_error_warning_font_style)}.input-root-phone[value-state=Negative] [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}.input-root-phone[value-state=Negative]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Negative]:not([readonly]):not([disabled]),.input-root-phone[value-state=Critical]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]){border-style:var(--_ui5_input_error_warning_border_style)}.input-root-phone[value-state=Critical]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Positive]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}.input-root-phone[value-state=Positive]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Positive]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}.input-root-phone[value-state=Information]:not([readonly]){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}.ui5-multi-combobox-toggle-button{margin-left:.5rem}.ui5-responsive-popover-header{width:100%;min-height:2.5rem;display:flex;flex-direction:column}.ui5-responsive-popover-header-text{width:100%}.ui5-responsive-popover-header .row{box-sizing:border-box;padding:.25rem 1rem;min-height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontHeader5Size)}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;align-items:center;width:100%;box-sizing:border-box}.ui5-responsive-popover-footer .ui5-responsive-popover-close-btn,.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{width:4.5rem}\n',".ui5-valuestatemessage-popover{border-radius:var(--_ui5_value_state_message_popover_border_radius);box-shadow:var(--_ui5_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5_value_state_message_icon_width);height:var(--_ui5_value_state_message_icon_height);display:var(--_ui5_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5_input_value_state_icon_offset)}.ui5-input-value-state-message-icon[name=error]{color:var(--sapNegativeElementColor)}.ui5-input-value-state-message-icon[name=alert]{color:var(--sapCriticalElementColor)}.ui5-input-value-state-message-icon[name=success]{color:var(--sapPositiveElementColor)}.ui5-input-value-state-message-icon[name=information]{color:var(--sapInformativeElementColor)}.ui5-valuestatemessage-root{box-sizing:border-box;display:inline-block;color:var(--sapTextColor);font-size:var(--sapFontSmallSize);font-family:var(--sapFontFamily);height:auto;padding:var(--_ui5_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5_value_state_message_border);line-height:var(--_ui5_value_state_message_line_height)}[ui5-responsive-popover] .ui5-valuestatemessage-header,[ui5-popover] .ui5-valuestatemessage-header{min-height:var(--_ui5_value_state_message_popover_header_min_height);min-width:var(--_ui5_value_state_message_popover_header_min_width);max-width:var(--_ui5_value_state_message_popover_header_max_width);width:var(--_ui5_value_state_message_popover_header_width)}[ui5-responsive-popover] .ui5-valuestatemessage-header{padding:var(--_ui5_value_state_header_padding);border:var(--_ui5_value_state_header_border);border-bottom:var(--_ui5_value_state_header_border_bottom);flex-grow:1;position:relative}.ui5-valuestatemessage--success{background:var(--sapSuccessBackground)}.ui5-valuestatemessage--warning{background:var(--sapWarningBackground)}.ui5-valuestatemessage--error{background:var(--sapErrorBackground)}.ui5-valuestatemessage--information{background:var(--sapInformationBackground)}.ui5-responsive-popover-header:focus{outline-offset:var(--_ui5_value_state_header_offset);outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor)}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(content){padding:0}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(footer){min-height:0}.ui5-valuestatemessage-popover::part(header),.ui5-popover-with-value-state-header::part(header),.ui5-popover-with-value-state-header-phone::part(header){margin-bottom:0}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-root{padding:var(--_ui5_value_state_message_padding_phone);width:100%}.ui5-popover-with-value-state-header-phone .ui5-input-value-state-message-icon{left:var(--_ui5_value_state_message_icon_offset_phone)}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-header{position:relative;flex:none;top:0;left:0;max-width:100%}.ui5-popover-with-value-state-header-phone::part(content){padding:0;overflow:hidden;display:flex;flex-direction:column}.ui5-popover-with-value-state-header-phone [ui5-list]{overflow:auto}[ui5-responsive-popover] .ui5-valuestatemessage--error{box-shadow:var(--_ui5_value_state_header_box_shadow_error)}[ui5-responsive-popover] .ui5-valuestatemessage--information{box-shadow:var(--_ui5_value_state_header_box_shadow_information)}[ui5-responsive-popover] .ui5-valuestatemessage--success{box-shadow:var(--_ui5_value_state_header_box_shadow_success)}[ui5-responsive-popover] .ui5-valuestatemessage--warning{box-shadow:var(--_ui5_value_state_header_box_shadow_warning)}[ui5-responsive-popover].ui5-popover-with-value-state-header .ui5-valuestatemessage-root:has(+[ui5-list]:empty){box-shadow:none}\n",".ui5-suggestions-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-suggestions-popover::part(header),.ui5-suggestions-popover::part(content){padding:0}.ui5-suggestions-popover::part(footer){padding:0 1rem}.input-root-phone.native-input-wrapper{display:contents}.input-root-phone.native-input-wrapper:before{display:none}.native-input-wrapper .ui5-input-inner-phone{margin:0}.native-input-wrapper .ui5-multi-input-mobile-dialog-button{margin-inline-start:.5rem}\n"]}),(0,N.A)("change",{bubbles:!0}),(0,N.A)("_request-submit",{bubbles:!0}),(0,N.A)("input",{bubbles:!0,cancelable:!0}),(0,N.A)("select",{bubbles:!0}),(0,N.A)("selection-change",{bubbles:!0}),(0,N.A)("type-ahead",{bubbles:!0}),(0,N.A)("suggestion-scroll",{bubbles:!0}),(0,N.A)("open",{bubbles:!0}),(0,N.A)("close")],A),A.define();const K=A},355(ge,W,f){"use strict";f.d(W,{A:()=>V});var m=f(5386),E=f(1934),w=f(1642),b=f(3651),P=f(1834),z=f(5166),N=f(1892),C=f(467),T=f(8923),D=f(303),L=f(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,C.A)(function*(){return D.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,C.A)(function*(){return L.A}),"host");var q,j=function(B,ne,J,le){var ce,X=arguments.length,ue=X<3?ne:null===le?le=Object.getOwnPropertyDescriptor(ne,J):le;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ue=Reflect.decorate(B,ne,J,le);else for(var ve=B.length-1;ve>=0;ve--)(ce=B[ve])&&(ue=(X<3?ce(ue):X>3?ce(ne,J,ue):ce(ne,J))||ue);return X>3&&ue&&Object.defineProperty(ne,J,ue),ue};let te=q=class extends m.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const ne=this.getRootNode().querySelector(`[id="${this.for}"]`);ne&&ne.focus()}get _colonSymbol(){return q.i18nBundle.getText(z.vtI)}};j([(0,w.A)()],te.prototype,"for",void 0),j([(0,w.A)({type:Boolean})],te.prototype,"showColon",void 0),j([(0,w.A)({type:Boolean})],te.prototype,"required",void 0),j([(0,w.A)()],te.prototype,"wrappingType",void 0),j([(0,b.A)("@ui5/webcomponents")],te,"i18nBundle",void 0),te=q=j([(0,E.A)({tag:"ui5-label",renderer:P.A,template:function H(){return(0,N.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,N.Y)("span",{class:"ui5-label-text-wrapper",children:(0,N.Y)("slot",{})}),(0,N.Y)("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})},styles:':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n',languageAware:!0})],te),te.define();const V=te},8305(ge,W,f){"use strict";f.d(W,{A:()=>Pe});var m=f(5386),E=f(1934),w=f(1437),b=f(1642),P=f(1834),z=f(2358),N=f(3493),H=f(3651),C=f(6136),T=f(1045),D=f(6121),L=function(ke){return ke.Default="Default",ke.Subtle="Subtle",ke.Emphasized="Emphasized",ke}(L||{});const ee=L;var j=f(1892),q=f(563),V=f(5166),B=f(467),ne=f(8923),J=f(303),le=f(5444);(0,ne.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,B.A)(function*(){return J.A})),(0,ne.Rh)("@ui5/webcomponents","sap_horizon",(0,B.A)(function*(){return le.A}),"host");var ce,ue=function(ke,Ee,Ie,me){var st,ct=arguments.length,Ge=ct<3?Ee:null===me?me=Object.getOwnPropertyDescriptor(Ee,Ie):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ge=Reflect.decorate(ke,Ee,Ie,me);else for(var be=ke.length-1;be>=0;be--)(st=ke[be])&&(Ge=(ct<3?st(Ge):ct>3?st(Ee,Ie,Ge):st(Ee,Ie))||Ge);return ct>3&&Ge&&Object.defineProperty(Ee,Ie,Ge),Ge};let ve=ce=class extends m.A{constructor(){super(),this.disabled=!1,this.design="Default",this.interactiveAreaSize="Normal",this.wrappingType="Normal",this.accessibleRole="Link",this.accessibilityAttributes={},this._dummyAnchor=document.createElement("a")}onEnterDOM(){(0,C.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Ee="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Ee?"noreferrer noopener":void 0}_isCrossOrigin(Ee){return this._dummyAnchor.href=Ee,!(this._dummyAnchor.hostname===(0,D.VQ)()&&this._dummyAnchor.port===(0,D.lj)()&&this._dummyAnchor.protocol===(0,D.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,N.ax)(this)}get hasLinkType(){return this.design!==ee.Default}static typeTextMappings(){return{Subtle:V.FvC,Emphasized:V.Kdd}}get linkTypeText(){return ce.i18nBundle.getText(ce.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,T.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Ee){const{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:Ge}=Ee;Ee.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:Ge})||Ee.preventDefault()}_onkeydown(Ee){(0,z.RI)(Ee)&&!this.href?(this._onclick(Ee),Ee.preventDefault()):(0,z.xC)(Ee)&&Ee.preventDefault()}_onkeyup(Ee){if((0,z.xC)(Ee)&&(this._onclick(Ee),this.href&&!Ee.defaultPrevented)){const Ie=new MouseEvent("click");Ie.stopImmediatePropagation(),this.getDomRef().dispatchEvent(Ie)}}};ue([(0,b.A)({type:Boolean})],ve.prototype,"disabled",void 0),ue([(0,b.A)()],ve.prototype,"tooltip",void 0),ue([(0,b.A)()],ve.prototype,"href",void 0),ue([(0,b.A)()],ve.prototype,"target",void 0),ue([(0,b.A)()],ve.prototype,"design",void 0),ue([(0,b.A)()],ve.prototype,"interactiveAreaSize",void 0),ue([(0,b.A)()],ve.prototype,"wrappingType",void 0),ue([(0,b.A)()],ve.prototype,"accessibleName",void 0),ue([(0,b.A)()],ve.prototype,"accessibleNameRef",void 0),ue([(0,b.A)()],ve.prototype,"accessibleRole",void 0),ue([(0,b.A)({type:Object})],ve.prototype,"accessibilityAttributes",void 0),ue([(0,b.A)()],ve.prototype,"accessibleDescription",void 0),ue([(0,b.A)()],ve.prototype,"icon",void 0),ue([(0,b.A)()],ve.prototype,"endIcon",void 0),ue([(0,b.A)({noAttribute:!0})],ve.prototype,"_rel",void 0),ue([(0,b.A)({noAttribute:!0})],ve.prototype,"forcedTabIndex",void 0),ue([(0,H.A)("@ui5/webcomponents")],ve,"i18nBundle",void 0),ve=ce=ue([(0,E.A)({tag:"ui5-link",languageAware:!0,renderer:P.A,template:function te(){return(0,j.FD)("a",{part:"root",class:"ui5-link-root",role:this.effectiveAccRole,href:this.parsedRef,target:this.target,rel:this._rel,tabindex:this.effectiveTabIndex,title:this.tooltip,"aria-disabled":this.disabled,"aria-label":this.ariaLabelText,"aria-haspopup":this._hasPopup,"aria-expanded":this.accessibilityAttributes.expanded,"aria-current":this.accessibilityAttributes.current,"aria-description":this.ariaDescriptionText,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.icon&&(0,j.Y)(q.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,j.Y)("span",{class:"ui5-link-text",children:(0,j.Y)("slot",{})}),this.hasLinkType&&(0,j.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,j.Y)(q.A,{class:"ui5-link-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none;text-decoration:var(--_ui5_link_text_decoration);text-shadow:var(--sapContent_TextShadow);white-space:normal;overflow-wrap:break-word}:host(:hover){color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5_link_hover_text_decoration)}:host(:active){color:var(--sapLink_Active_Color);text-decoration:var(--_ui5_link_active_text_decoration)}:host([disabled]){pointer-events:none}:host([disabled]) .ui5-link-root{text-shadow:none;outline:none;cursor:default;pointer-events:none;opacity:var(--sapContent_DisabledOpacity)}:host([design="Emphasized"]) .ui5-link-root{font-family:var(--sapFontBoldFamily)}:host([design="Subtle"]){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration)}:host([design="Subtle"]:hover:not(:active)){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration_hover)}:host([wrapping-type="None"]){white-space:nowrap;overflow-wrap:normal}.ui5-link-root{max-width:100%;display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;outline:none;white-space:inherit;overflow-wrap:inherit;text-decoration:inherit;color:inherit}:host([wrapping-type="None"][end-icon]) .ui5-link-root{display:inline-flex;align-items:end}:host .ui5-link-root{outline-offset:-.0625rem;border-radius:var(--_ui5_link_focus_border-radius)}.ui5-link-icon,.ui5-link-end-icon{color:inherit;flex-shrink:0}.ui5-link-icon{float:inline-start;margin-inline-end:.125rem}.ui5-link-end-icon{margin-inline-start:.125rem;vertical-align:bottom}.ui5-link-text{overflow:hidden;text-overflow:ellipsis}.ui5-link-root:focus-visible,:host([desktop]) .ui5-link-root:focus-within,:host([design="Subtle"]) .ui5-link-root:focus-visible,:host([design="Subtle"][desktop]) .ui5-link-root:focus-within{background-color:var(--_ui5_link_focus_background_color);outline:var(--_ui5_link_outline);border-radius:var(--_ui5_link_focus_border-radius);text-shadow:none;color:var(--_ui5_link_focus_color)}:host(:not([desktop])) .ui5-link-root:focus-visible,:host([desktop]:focus-within),:host([design="Subtle"][desktop]:focus-within){text-decoration:var(--_ui5_link_focus_text_decoration)}:host([desktop]:hover:not(:active):focus-within),:host([design="Subtle"][desktop]:hover:not(:active):focus-within){color:var(--_ui5_link_focused_hover_text_color);text-decoration:var(--_ui5_link_focused_hover_text_decoration)}:host([interactive-area-size="Large"]) .ui5-link-root{line-height:var(--_ui5_link_large_interactive_area_height)}:host([interactive-area-size="Large"])::part(icon),:host([interactive-area-size="Large"])::part(endIcon){height:var(--_ui5_link_large_interactive_area_height)}\n'}),(0,w.A)("click",{bubbles:!0,cancelable:!0})],ve),ve.define();const Pe=ve},1973(ge,W,f){"use strict";f.d(W,{A:()=>Fe});var et,m=f(467),E=f(5386),w=f(362),b=f(1834),P=f(2358),z=f(4127),N=((et=N||{}).Auto="Auto",et.Vertical="Vertical",et.Horizontal="Horizontal",et.Paging="Paging",et);const H=N;var C=(et=>(et.Static="Static",et.Cyclic="Cyclic",et))(C||{});const T=C,L=class D{constructor(k,$){if(!k.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=k,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof $.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=$.getItemsCallback,this._currentIndex=$.currentIndex||0,this._rowSize=$.rowSize||1,this._behavior=$.behavior||T.Static,this._navigationMode=$.navigationMode||H.Auto,this._affectedPropertiesNames=$.affectedPropertiesNames||[],this._skipItemsSize=$.skipItemsSize||null}setCurrentItem(k){const $=this._getItems().indexOf(k);-1!==$?(this._currentIndex=$,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",k)}setRowSize(k){this._rowSize=k}_init(){this._getItems().forEach((k,$)=>{k.forcedTabIndex=$===this._currentIndex?"0":"-1"})}_onkeydown(k){if(!this._canNavigate())return;const $=this._navigationMode===H.Horizontal||this._navigationMode===H.Auto,A=this._navigationMode===H.Vertical||this._navigationMode===H.Auto,K="rtl"===this.rootWebComponent.effectiveDir;if(K&&(0,P.OC)(k)&&$)this._handleRight();else if(K&&(0,P.FG)(k)&&$)this._handleLeft();else if((0,P.OC)(k)&&$)this._handleLeft();else if((0,P.FG)(k)&&$)this._handleRight();else if((0,P.ie)(k)&&A)this._handleUp();else if((0,P.Pj)(k)&&A)this._handleDown();else if((0,P.qN)(k))this._handleHome();else if((0,P.uV)(k))this._handleEnd();else if((0,P.vQ)(k))this._handlePageUp();else{if(!(0,P.oY)(k))return;this._handlePageDown()}k.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const k=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===T.Cyclic){const $=this._currentIndex%this._rowSize;let G=(0===$?this._rowSize-1:$-1)+(Math.ceil(k/this._rowSize)-1)*this._rowSize;G>k-1&&(G-=this._rowSize),this._currentIndex=G}else this._currentIndex=0}_handleDown(){const k=this._getItems().length;this._currentIndex+this._rowSize<k?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===T.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:k-1}_handleLeft(){const k=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===T.Cyclic&&(this._currentIndex=k-1)}_handleRight(){const k=this._getItems().length;this._currentIndex<k-1?this._currentIndex+=1:this._behavior===T.Cyclic&&(this._currentIndex=0)}_handleHome(){const k=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%k}_handleEnd(){const k=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=k-1-this._currentIndex%k}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat()}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat()}_handlePageUpFlat(){this._currentIndex-=null!==this._skipItemsSize&&this._currentIndex+1>this._skipItemsSize?this._skipItemsSize:this._currentIndex}_handlePageDownFlat(){null!==this._skipItemsSize&&this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1}_applyTabIndex(){const k=this._getItems();for(let $=0;$<k.length;$++)k[$].forcedTabIndex=$===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach($=>{const A=this.rootWebComponent[$];this.rootWebComponent[$]=Array.isArray(A)?[...A]:{...A}})}_focusCurrentItem(){const k=this._getCurrentItem();k&&k.focus()}_canNavigate(){const k=this._getCurrentItem(),$=(0,z.A)();return k&&k===$}_getCurrentItem(){const k=this._getItems();if(!k.length)return;for(;this._currentIndex>=k.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const $=k[this._currentIndex];if(!$)return;if((0,E.W)($))return $.getFocusDomRef();const A=this.rootWebComponent.getDomRef();return A&&$.id?A.querySelector(`[id="${$.id}"]`):void 0}};var ee=f(1045),j=f(1642),q=f(1437),te=f(1934),V=f(6993),B=f(3651),ne=f(6060),J=f(1441),le=f(7669),X=f(3493);const ce=et=>{let k=et;return et.shadowRoot&&et.shadowRoot.activeElement&&(k=et.shadowRoot.activeElement),k};let ve=null;var me=f(5011),ct=function(et){return et.Button="Button",et.Scroll="Scroll",et.None="None",et}(ct||{});const Ge=ct;var st=f(9698),be=function(et){return et.All="All",et.Inner="Inner",et.None="None",et}(be||{});const Be=be;var $e=f(4583),We=f(1892),Re=f(7202),Xe=f(7601);function at(){return(0,We.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,We.FD)("div",{id:`${this._id}-growing-btn`,role:"button",tabindex:0,part:"growing-button-inner",class:{"ui5-growing-button-inner":!0,"ui5-growing-button-inner-active":this._loadMoreActive},"aria-label":this.growingButtonAriaLabel,"aria-labelledby":this.growingButtonAriaLabelledBy,"aria-describedby":this.growingButtonAriaDescribedBy,onClick:this._onLoadMoreClick,onKeyDown:this._onLoadMoreKeydown,onKeyUp:this._onLoadMoreKeyup,onMouseDown:this._onLoadMoreMousedown,onMouseUp:this._onLoadMoreMouseup,children:[this.loading&&(0,We.Y)(Re.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,We.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,We.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Le=f(8923),Ue=f(303),He=f(5444);(0,Le.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Ue.A})),(0,Le.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return He.A}),"host");var Et,ye=f(5166),lt=f(6374),Ke=function(et,k,$,A){var u,K=arguments.length,G=K<3?k:null===A?A=Object.getOwnPropertyDescriptor(k,$):A;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)G=Reflect.decorate(et,k,$,A);else for(var _=et.length-1;_>=0;_--)(u=et[_])&&(G=(K<3?u(G):K>3?u(k,$,G):u(k,$))||G);return K>3&&G&&Object.defineProperty(k,$,G),G};const an={Menu:"menuitem",Tree:"treeitem",ListBox:"option"};let gt=Et=class extends E.A{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.stickyHeader=!1,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new L(this,{skipItemsSize:10,navigationMode:H.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new J.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,X.Bm)(this),this._associatedLabelsRefTexts=(0,X.yI)(this)}onEnterDOM(){(0,X.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),w.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,X.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),w.A.deregister(this.getDomRef(),this.handleResizeCallback)}onBeforeRendering(){this.detachGroupHeaderEvents(),this.prepareListItems()}onAfterRendering(){this.attachGroupHeaderEvents(),this.growsOnScroll?(this.observeListEnd(),this.observeListStart()):(this.unobserveListEnd(),this.unobserveListStart()),this.grows&&this.checkListInViewport()}attachGroupHeaderEvents(){this.getItems().forEach(k=>{k.hasAttribute("ui5-li-group-header")&&(k.addEventListener("ui5-_focused",this.onItemFocusedBound),k.addEventListener("ui5-forward-after",this.onForwardAfterBound),k.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(k=>{k.hasAttribute("ui5-li-group-header")&&(k.removeEventListener("ui5-_focused",this.onItemFocusedBound),k.removeEventListener("ui5-forward-after",this.onForwardAfterBound),k.removeEventListener("ui5-forward-before",this.onForwardBeforeBound))})}getFocusDomRef(){return this._itemNavigation._getCurrentItem()}get shouldRenderH1(){return!this.header.length&&this.headerText}get headerID(){return`${this._id}-header`}get modeLabelID(){return`${this._id}-modeLabel`}get listEndDOM(){return this.shadowRoot.querySelector(".ui5-list-end-marker")}get listStartDOM(){return this.shadowRoot.querySelector(".ui5-list-start-marker")}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}get hasData(){return 0!==this.getItems().length}get showBusyIndicatorOverlay(){return!this.growsWithButton&&this.loading}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.selectionMode===me.A.Delete}get isSingleSelect(){return[me.A.Single,me.A.SingleStart,me.A.SingleEnd,me.A.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===me.A.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const k=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&k.push(this.modeLabelID),this.shouldRenderH1&&k.push(this.headerID),k.length?k.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,X.ax)(this)}get ariaDescriptionText(){const k=[];this.accessibleRole===st.A.List&&k.push(this.defaultAriaDescriptionText);const $=this._associatedDescriptionRefTexts||(0,X.Uu)(this);$&&k.push($);const A=this._getDescriptionForGroups();return A&&k.push(A),k.join(" ")}get defaultAriaDescriptionText(){return Et.i18nBundle.getText(ye.dr_)}get growingButtonAriaLabel(){return this.accessibilityAttributes.growingButton?.name}get growingButtonAriaLabelledBy(){return this.accessibilityAttributes.growingButton?.name?void 0:`${this._id}-growingButton-text`}get growingButtonAriaDescribedBy(){return this.accessibilityAttributes.growingButton?.description?`${this._id}-growingButton-description`:void 0}hasGrowingComponent(){return this.growsOnScroll?this._startMarkerOutOfView:this.growsWithButton}_getDescriptionForGroups(){let k="";return this._groupCount>0&&(this.accessibleRole===st.A.List?k=Et.i18nBundle.getText(ye.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===st.A.ListBox&&(k=Et.i18nBundle.getText(ye.P1,this._groupCount))),k}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return Et.i18nBundle.getText(ye.Wyx);if(this.isSingleSelect)return Et.i18nBundle.getText(ye.DQe);if(this.isDelete)return Et.i18nBundle.getText(ye.fPH)}return""}get grows(){return this.growing!==Ge.None}get growsOnScroll(){return this.growing===Ge.Scroll}get growsWithButton(){return this.growing===Ge.Button}get _growingButtonText(){return this.growingButtonText||Et.i18nBundle.getText(ye.jSp)}get listAccessibleRole(){return(0,ee.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const k=this.getItemsForProcessing(),$=an[this.accessibleRole];k.forEach((A,K)=>{const u=this.separators===Be.All||this.separators===Be.Inner&&!(K===k.length-1);A.hasConfigurableMode&&(A._selectionMode=this.selectionMode,A._inheritedAccessibleRole=$),A.hasBorder=u,A.mediaRange=this.mediaRange})}observeListEnd(){var k=this;return(0,m.A)(function*(){yield(0,ne.JT)(),k.getEndIntersectionObserver().observe(k.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var k=this;return(0,m.A)(function*(){yield(0,ne.JT)(),k.getStartIntersectionObserver().observe(k.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(k){k.forEach($=>{$.isIntersecting&&(et=>{ve&&clearTimeout(ve),ve=setTimeout(()=>{ve=null,et()},250)})(this.loadMore.bind(this))})}onStartIntersection(k){k.forEach($=>{this._startMarkerOutOfView=!$.isIntersecting})}onSelectionRequested(k){const $=this.getSelectedItems();let A=!1;this.selectionMode!==me.A.None&&this[`handle${this.selectionMode}`]&&(A=this[`handle${this.selectionMode}`](k.detail.item,!!k.detail.selected)),A&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:$,selectionComponentPressed:k.detail.selectionComponentPressed,targetItem:k.detail.item,key:k.detail.key})&&this._revertSelection($)}handleSingle(k){return!k.selected&&(this.deselectSelectedItems(),k.selected=!0,!0)}handleSingleStart(k){return this.handleSingle(k)}handleSingleEnd(k){return this.handleSingle(k)}handleSingleAuto(k){return this.handleSingle(k)}handleMultiple(k,$){return k.selected=$,!0}handleDelete(k){return this.fireDecoratorEvent("item-delete",{item:k}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(k=>{k.selected=!1})}getSelectedItems(){return this.getItems().filter(k=>k.selected)}getEnabledItems(){return this.getItems().filter(k=>k._focusable)}getItems(){const k=[],$=this.getSlottedNodes("items");let A=0,K=0;return $.forEach(G=>{if((0,lt.t)(G)){const u=[G.groupHeaderItem,...G.items.filter(_=>_.assignedSlot)].filter(Boolean);k.push(...u),A++,K+=u.length-1}else It(G)?G.assignedSlot&&k.push(...G.listItems):G.assignedSlot&&k.push(G)}),this._groupCount=A,this._groupItemCount=K,k}getItemsForProcessing(){return this.getItems()}_revertSelection(k){this.getItems().forEach($=>{const A=-1!==k.indexOf($),K=$.shadowRoot.querySelector(".ui5-li-multisel-cb"),G=$.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");$.selected=A,K?K.checked=A:G&&(G.checked=A)})}_onkeydown(k){if((0,P.uV)(k))return this._handleEnd(),void k.preventDefault();if((0,P.qN)(k))return void this._handleHome();const $=(0,P.ie)(k)||(0,P.Pj)(k),A=this._getClosestListItem(k.target);if(A?._isFocusOnInternalElement()&&$){const K=(0,P.ie)(k)?-1:1;if(this._navigateToAdjacentItem(A,K))return void k.preventDefault()}(0,P.Pj)(k)?this._handleDown(k):(0,P._0)(k)?this._moveItem(k.target,k):((0,P.zP)(k)&&this._handleTabNext(k),(0,P.oi)(k)&&this._handleF7(k))}_handleF7(k){const $=this._getClosestListItem(k.target);if(!$||!$._hasFocusableElements())return;const A=$.getFocusDomRef(),K=(0,z.A)();k.preventDefault(),k.stopPropagation(),K===A?($._editMode=!0,$._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=$._getFocusedElementIndex()):(this._lastFocusedElementIndex=$._getFocusedElementIndex(),$._editMode=!1,A.focus())}_getClosestListItem(k){return k.closest("[ui5-li], [ui5-li-custom]")}_moveItem(k,$){if(!k||!k.movable)return;const A=(0,le.Fw)(this.items,k,$);if(!A.length)return;$.preventDefault();const K=A.find(({element:G,placement:u})=>!this.fireDecoratorEvent("move-over",{originalEvent:$,source:{element:k},destination:{element:G,placement:u}}));K&&(this.fireDecoratorEvent("move",{originalEvent:$,source:{element:k},destination:{element:K.element,placement:K.placement}}),k.focus())}_onLoadMoreKeydown(k){(0,P.xC)(k)&&(k.preventDefault(),this._loadMoreActive=!0),(0,P.RI)(k)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,P.zP)(k)&&this.focusAfterElement(),(0,P.ie)(k)?this._handleLodeMoreUp(k):(0,P.bR)(k)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),k.preventDefault())}_onLoadMoreKeyup(k){(0,P.xC)(k)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(k){if(this.getGrowingButton()===k.target){const A=this.getItems();this.focusItem(A[A.length-1]),k.preventDefault(),k.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const k=this.getDomRef().getBoundingClientRect();return k.top>=0&&k.left>=0&&k.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&k.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const k=this.getBoundingClientRect().width;this.mediaRange=$e.A.getCurrentRange($e.A.RANGESETS.RANGE_4STEPS,k)}_handleTabNext(k){ce(k.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(k){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),k.preventDefault())}_navigateToAdjacentItem(k,$){const A=k?._getFocusedElementIndex();if(void 0===A||-1===A)return!1;const K=this.getItems().filter(p=>"hasConfigurableMode"in p&&p.hasConfigurableMode&&p._hasFocusableElements()),G=K.indexOf(k)+$,u=K[G];if(!u)return!1;u._editMode=k._editMode;const _=u._focusInternalElement(A);return void 0!==_&&(this._lastFocusedElementIndex=_),!0}_onfocusin(k){const $=ce(k.target);if(this.isForwardElement($)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement($)?this.focusGrowingButton():this.focusFirstItem(),void k.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement($))return this.focusGrowingButton(),void k.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}k.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(k){this._dragAndDropHandler.ondragenter(k)}_ondragleave(k){this._dragAndDropHandler.ondragleave(k)}_ondragover(k){this._dragAndDropHandler.ondragover(k)}_ondrop(k){this._dragAndDropHandler.ondrop(k)}isForwardElement(k){const $=k.id,A=this.getBeforeElement();return!!(this._id===$||A&&A.id===$)||this.isForwardAfterElement(k)}isForwardAfterElement(k){const $=k.id,A=this.getAfterElement();return A&&A.id===$}onItemTabIndexChange(k){k.stopPropagation(),this._itemNavigation.setCurrentItem(k.target)}onItemFocused(k){const $=k.target;k.stopPropagation(),this._itemNavigation.setCurrentItem($),this.fireDecoratorEvent("item-focused",{item:$}),this.selectionMode===me.A.SingleAuto&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!0,key:k.detail.key}})}onItemPress(k){const $=k.detail.item;this.fireDecoratorEvent("item-click",{item:$})&&this.selectionMode!==me.A.Delete&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!$.selected,key:k.detail.key}})}onItemClose(k){const $=k.target;($?.hasAttribute("ui5-li-notification")||$?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:k.detail?.item})}onItemToggle(k){k.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:k.detail.item})}onForwardBefore(k){const $=k.target;if($.hasConfigurableMode&&$._editMode){const A=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),K=A.indexOf($),G=K>0?A[K-1]:void 0;if(G){G._editMode=!0;const u=G._getFocusableElements();return G._focusInternalElement(u.length-1),this._lastFocusedElementIndex=u.length-1,this.setPreviouslyFocusedItem(G),k.preventDefault(),void k.stopPropagation()}$._editMode=!1}this.setPreviouslyFocusedItem($),this.focusBeforeElement(),k.stopPropagation()}onForwardAfter(k){const $=k.target;if($.hasConfigurableMode&&$._editMode){const A=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),K=A.indexOf($),G=K>=0&&K<A.length-1?A[K+1]:void 0;if(G)return G._editMode=!0,G._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(G),k.preventDefault(),void k.stopPropagation();$._editMode=!1}this.setPreviouslyFocusedItem($),this.growsWithButton?(this.focusGrowingButton(),k.preventDefault()):this.focusAfterElement(),k.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const k=this.getGrowingButton();k&&k.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const $=this.getItems().length-1,A=this._itemNavigation._currentIndex;return-1!==A&&A===$}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const k=this.getFirstItem($=>$._focusable);k&&k.focus()}focusPreviouslyFocusedItem(){const k=this.getPreviouslyFocusedItem();k&&k.focus()}focusFirstSelectedItem(){const k=this.getFirstItem($=>$.selected&&$._focusable);k&&k.focus()}focusItem(k){this._itemNavigation.setCurrentItem(k),k.focus()}onFocusRequested(k){setTimeout(()=>{this.setPreviouslyFocusedItem(k.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(k){this._forwardingFocus=k}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(k){this._previouslyFocusedItem=k}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(k){const $=this.getItems();let A=null;if(!k)return $.length?$[0]:null;for(let K=0;K<$.length;K++)if(k($[K])){A=$[K];break}return A}getAfterElement(){return this._afterElement||(this._afterElement=this.shadowRoot.querySelector(`[id="${this._id}-after"]`)),this._afterElement}getBeforeElement(){return this._beforeElement||(this._beforeElement=this.shadowRoot.querySelector(`[id="${this._id}-before"]`)),this._beforeElement}getEndIntersectionObserver(){return this._endIntersectionObserver||(this._endIntersectionObserver=new IntersectionObserver(this.onEndIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._endIntersectionObserver}getStartIntersectionObserver(){return this._startIntersectionObserver||(this._startIntersectionObserver=new IntersectionObserver(this.onStartIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._startIntersectionObserver}};Ke([(0,j.A)()],gt.prototype,"headerText",void 0),Ke([(0,j.A)()],gt.prototype,"footerText",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"indent",void 0),Ke([(0,j.A)()],gt.prototype,"selectionMode",void 0),Ke([(0,j.A)()],gt.prototype,"noDataText",void 0),Ke([(0,j.A)()],gt.prototype,"separators",void 0),Ke([(0,j.A)()],gt.prototype,"growing",void 0),Ke([(0,j.A)()],gt.prototype,"growingButtonText",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"loading",void 0),Ke([(0,j.A)({type:Number})],gt.prototype,"loadingDelay",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"stickyHeader",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleName",void 0),Ke([(0,j.A)({type:Object})],gt.prototype,"accessibilityAttributes",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleNameRef",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleDescription",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleDescriptionRef",void 0),Ke([(0,j.A)({noAttribute:!0})],gt.prototype,"_associatedDescriptionRefTexts",void 0),Ke([(0,j.A)({noAttribute:!0})],gt.prototype,"_associatedLabelsRefTexts",void 0),Ke([(0,j.A)()],gt.prototype,"accessibleRole",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"_inViewport",void 0),Ke([(0,j.A)({type:Boolean})],gt.prototype,"_loadMoreActive",void 0),Ke([(0,j.A)()],gt.prototype,"mediaRange",void 0),Ke([(0,V.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],gt.prototype,"items",void 0),Ke([(0,V.A)()],gt.prototype,"header",void 0),Ke([(0,B.A)("@ui5/webcomponents")],gt,"i18nBundle",void 0),gt=Et=Ke([(0,te.A)({tag:"ui5-list",fastNavigation:!0,renderer:b.A,template:function Ae(){return(0,We.Y)("div",{class:"ui5-list-root",onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,"onui5-_close":this.onItemClose,"onui5-toggle":this.onItemToggle,"onui5-request-tabindex-change":this.onItemTabIndexChange,"onui5-_focused":this.onItemFocused,"onui5-forward-after":this.onForwardAfter,"onui5-forward-before":this.onForwardBefore,"onui5-selection-requested":this.onSelectionRequested,"onui5-focus-requested":this.onFocusRequested,"onui5-_press":this.onItemPress,children:(0,We.FD)(Re.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,We.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,We.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,We.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,We.FD)("div",{class:"ui5-list-scroll-container",children:[(0,We.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,We.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,We.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,We.FD)("ul",{id:`${this._id}-listUl`,class:"ui5-list-ul",role:this.listAccessibleRole,"aria-label":this.ariaLabelTxt,"aria-labelledby":this.ariaLabelledBy,"aria-description":this.ariaDescriptionText||void 0,children:[(0,We.Y)("slot",{}),this.showNoDataText&&(0,We.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,We.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&at.call(this),this.footerText&&(0,We.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,We.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,We.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,We.Y)(Xe.A,{orientation:"Horizontal",ownerReference:this})]})})},styles:['.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5_load_more_border);border-radius:var(--_ui5_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator,.ui5-list-container{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5_list_no_data_height);font-size:var(--_ui5_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}:host([sticky-header]) ::slotted([slot="header"]),:host([sticky-header]) .ui5-list-header{position:sticky;top:0;z-index:100}\n']}),(0,q.A)("item-click",{bubbles:!0,cancelable:!0}),(0,q.A)("item-close",{bubbles:!0}),(0,q.A)("item-toggle",{bubbles:!0}),(0,q.A)("item-delete",{bubbles:!0}),(0,q.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,q.A)("load-more",{bubbles:!0}),(0,q.A)("item-focused",{bubbles:!0}),(0,q.A)("move-over",{bubbles:!0,cancelable:!0}),(0,q.A)("move",{bubbles:!0})],gt),gt.define();const It=et=>"hasListItems"in et&&et.hasListItems,Fe=gt},6981(ge,W,f){"use strict";f.d(W,{A:()=>B});var m=f(5386),E=f(1934),w=f(1834),b=f(1642),P=f(1437),z=f(6488),N=f(6136),H=f(2358),C=f(4127),T=f(467),D=f(8923),L=f(303),ee=f(5444);(0,D.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,D.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host"),(0,D.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,D.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host");var te=function(ne,J,le,X){var ve,ue=arguments.length,ce=ue<3?J:null===X?X=Object.getOwnPropertyDescriptor(J,le):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(ne,J,le,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ce=(ue<3?ve(ce):ue>3?ve(J,le,ce):ve(J,le))||ce);return ue>3&&ce&&Object.defineProperty(J,le,ce),ce};let V=class extends m.A{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){(0,N.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(J){this.fireDecoratorEvent("request-tabindex-change",J),J.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",J)}_onkeydown(J){return(0,H.zP)(J)?this._handleTabNext(J):(0,H.bR)(J)?this._handleTabPrevious(J):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(J)&&J.preventDefault(),this._isEnter(J)&&this.fireItemPress(J)))}_onkeyup(J){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(J)&&this.fireItemPress(J)}_onclick(J){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(J)||(J.stopPropagation(),this.fireItemPress(J))}_isDisabledInteractiveContentClicked(J){const le=J.composedPath(),X=this.getFocusDomRef();return le.some(ue=>!!(ue instanceof HTMLElement&&ue!==this&&ue!==X&&(this._isNativeInteractiveElement(ue)||this._isCustomInteractiveElement(ue)))&&this._isElementDisabled(ue))}_isNativeInteractiveElement(J){return J.matches("button, input, select, textarea")}_isCustomInteractiveElement(J){const le=J;return J.tagName.includes("-")&&("disabled"in le||J.hasAttribute("aria-disabled"))}_isElementDisabled(J){return"boolean"==typeof J.disabled?J.disabled:"true"===J.getAttribute("aria-disabled")}_isSpace(J){return(0,H.xC)(J)}_isEnter(J){return(0,H.RI)(J)}fireItemPress(J){this.disabled||!this._pressable||((0,H.RI)(J)&&J.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:J}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:J.key}))}_handleTabNext(J){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||J.preventDefault())}_handleTabPrevious(J){this.shouldForwardTabBefore(J.target)&&(this.fireDecoratorEvent("forward-before")||J.preventDefault())}shouldForwardTabAfter(){const J=(0,z.J)(this.getFocusDomRef());return 0===J.length||J[J.length-1]===(0,C.A)()}shouldForwardTabBefore(J){return this.getFocusDomRef()===J}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};te([(0,b.A)({type:Boolean})],V.prototype,"selected",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"movable",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"hasBorder",void 0),te([(0,b.A)()],V.prototype,"forcedTabIndex",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"disabled",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"focused",void 0),te([(0,b.A)({type:Boolean})],V.prototype,"actionable",void 0),V=te([(0,E.A)({renderer:w.A,styles:[':host{box-sizing:border-box;height:var(--_ui5_list_item_base_height);background-color:var(--ui5-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active]):not(:active):not([data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}\n',"[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}\n"]}),(0,P.A)("click",{bubbles:!0}),(0,P.A)("request-tabindex-change",{bubbles:!0}),(0,P.A)("_press",{bubbles:!0}),(0,P.A)("_focused",{bubbles:!0}),(0,P.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,P.A)("forward-before",{bubbles:!0,cancelable:!0})],V);const B=V},6374(ge,W,f){"use strict";f.d(W,{A:()=>ue,t:()=>ce});var m=f(6993),E=f(1437),w=f(1642),b=f(1934),P=f(1834),z=f(5386),N=f(1441),H=f(4778),C=f(1892),T=f(45),D=f(7601),L=f(897),j=f(467),q=f(8923),te=f(303),V=f(5444);(0,q.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,j.A)(function*(){return te.A})),(0,q.Rh)("@ui5/webcomponents","sap_horizon",(0,j.A)(function*(){return V.A}),"host");var ne=f(6968),J=f(5031),le=function(ve,Pe,ke,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,ke):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,ke,Ee);else for(var Ge=ve.length-1;Ge>=0;Ge--)(ct=ve[Ge])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,ke,me):ct(Pe,ke))||me);return Ie>3&&me&&Object.defineProperty(Pe,ke,me),me};let X=class extends z.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new N.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,filterPlacements:this._filterPlacements.bind(this)})}get groupHeaderItem(){return this.shadowRoot.querySelector("[ui5-li-group-header]")}get hasHeader(){return!!this.headerText||this.hasFormattedHeader}get hasFormattedHeader(){return!!this.header.length}get isListItemGroup(){return!0}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}_ondragenter(Pe){this._dragAndDropHandler.ondragenter(Pe)}_ondragleave(Pe){this._dragAndDropHandler.ondragleave(Pe)}_ondragover(Pe){this._dragAndDropHandler.ondragover(Pe)}_ondrop(Pe){this._dragAndDropHandler.ondrop(Pe)}_filterPlacements(Pe,ke,Ee){return Ee===ke?Pe.filter(Ie=>Ie!==H.A.On):Pe}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return ne.A.None}};le([(0,w.A)()],X.prototype,"headerText",void 0),le([(0,w.A)()],X.prototype,"headerAccessibleName",void 0),le([(0,m.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],X.prototype,"items",void 0),le([(0,w.A)()],X.prototype,"wrappingType",void 0),le([(0,w.A)({type:Boolean})],X.prototype,"focused",void 0),le([(0,m.A)()],X.prototype,"header",void 0),X=le([(0,b.A)({tag:"ui5-li-group",renderer:P.A,languageAware:!0,template:function ee(){return(0,C.FD)(C.FK,{children:[this.hasHeader&&(0,C.FD)(T.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:L.A.ListItem,children:[this.hasFormattedHeader?(0,C.Y)("slot",{name:"header"}):this.headerText,(0,C.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,C.FD)("div",{class:"ui5-group-li-root",onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,id:`${this._id}-content`,children:[(0,C.Y)("slot",{}),(0,C.Y)(D.A,{orientation:"Horizontal",ownerReference:this})]})]})},styles:[".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}\n"]}),(0,E.A)("move-over",{bubbles:!0,cancelable:!0}),(0,E.A)("move",{bubbles:!0})],X),X.define();const ue=X,ce=(0,J.A)("isListItemGroup")},45(ge,W,f){"use strict";f.d(W,{A:()=>ue});var m=f(1642),E=f(6993),w=f(1934),b=f(3651),P=f(1045),z=f(6981),N=f(5166),H=f(1892),C=f(6968);function D(){return this.wrappingType===C.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,H.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,H.Y)("slot",{})})}var L=f(467),ee=f(8923),j=f(303),q=f(5444);(0,ee.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,L.A)(function*(){return j.A})),(0,ee.Rh)("@ui5/webcomponents","sap_horizon",(0,L.A)(function*(){return q.A}),"host");var ne,V=f(897),B=function(ce,ve,Pe,ke){var me,Ee=arguments.length,Ie=Ee<3?ve:null===ke?ke=Object.getOwnPropertyDescriptor(ve,Pe):ke;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ie=Reflect.decorate(ce,ve,Pe,ke);else for(var ct=ce.length-1;ct>=0;ct--)(me=ce[ct])&&(Ie=(Ee<3?me(Ie):Ee>3?me(ve,Pe,Ie):me(ve,Pe))||Ie);return Ee>3&&Ie&&Object.defineProperty(ve,Pe,Ie),Ie};let X=ne=class extends z.A{constructor(){super(...arguments),this.accessibleRole=V.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,P.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return ne.i18nBundle.getText(N.Uin)}get defaultSlotText(){return this.textContent}get ariaLabelText(){return[this.textContent,this.accessibleName].filter(Boolean).join(" ")}get hasSubItems(){return this.subItems.length>0}onBeforeRendering(){super.onBeforeRendering(),"Normal"===this.wrappingType&&(ne.ExpandableTextTemplate?this.expandableTextTemplate=ne.ExpandableTextTemplate:Promise.all([f.e(778),f.e(249)]).then(f.bind(f,9249)).then(ve=>{this.expandableTextTemplate=ve.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};B([(0,m.A)()],X.prototype,"accessibleName",void 0),B([(0,m.A)()],X.prototype,"accessibleRole",void 0),B([(0,m.A)()],X.prototype,"wrappingType",void 0),B([(0,m.A)()],X.prototype,"mediaRange",void 0),B([(0,m.A)({noAttribute:!0})],X.prototype,"expandableTextTemplate",void 0),B([(0,E.A)()],X.prototype,"subItems",void 0),B([(0,b.A)("@ui5/webcomponents")],X,"i18nBundle",void 0),X=ne=B([(0,w.A)({tag:"ui5-li-group-header",languageAware:!0,template:function T(){return(0,H.FD)("div",{part:"native-li",role:this.effectiveAccRole,tabindex:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0,class:{"ui5-ghli-root":!0,...this.classes.main},"aria-label":this.ariaLabelText,"aria-roledescription":this.groupHeaderText,onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,children:[(0,H.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:D.call(this)}),this.hasSubItems&&(0,H.Y)("slot",{name:"subItems"})]})},styles:[z.A.styles,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}\n']})],X),X.define();const ue=X},6634(ge,W,f){"use strict";f.d(W,{zN:()=>gt,D2:()=>It,Ay:()=>et,st:()=>k});var m=f(467),E=f(5386),w=f(1934),b=f(1642),P=f(6993),z=f(6136),N=f(1402),H=f(8762);const T={toAttribute:$=>$ instanceof HTMLElement?null:$,fromAttribute:$=>$};var D=f(6060),L=f(7883),ee=function($){return $.Start="Start",$.End="End",$.Top="Top",$.Bottom="Bottom",$}(ee||{});const j=ee;var q=function($){return $.Center="Center",$.Top="Top",$.Bottom="Bottom",$.Stretch="Stretch",$}(q||{});const te=q;var V=f(9494),B=f(4127);const J=$=>$.parentElement?$.parentElement:$.parentNode.host;var le=f(3466);let X;const ce=[],ve=()=>{ce.forEach($=>{$.instance.reposition()})},Ge=$=>{$&&$.shadowRoot.removeEventListener("scroll",ve,{capture:!0})},Be=$=>{const A=(0,le.vR)();if(0!==A.length&&k(A[A.length-1].instance))for(let G=A.length-1;-1!==G;G--){const u=A[G].instance;if(!k(u)||u.isModal||u.isOpenerClicked($)||u.isClicked($))return;u.closePopup()}},$e=$=>{const A=Xe($);(0,le.Xj)($,A),ce.push({instance:$,parentPopovers:A}),($=>{$&&$.shadowRoot.addEventListener("scroll",ve,{capture:!0})})($),1===ce.length&&(document.addEventListener("scroll",ve,{capture:!0}),document.addEventListener("mousedown",Be,{capture:!0}),X=setInterval(()=>{ve(),(()=>{let $=(0,B.A)();"IFRAME"===$.tagName&&Re().reverse().forEach(A=>{const K=A.instance,G=K.getOpenerHTMLElement(K.opener);for(;$;){if($===G)return;$=J($)}K.closePopup(!1,!1,!0)})})()},300))},Re=()=>ce,Xe=$=>{let A=$.parentNode;const K=[];for(;A&&A.parentNode;){for(let G=0;G<ce.length;G++)A===ce[G].instance&&K.push(A);A=A.parentNode}return K};var Ae=function($){return $.TopLeft="TopLeft",$.TopRight="TopRight",$.BottomLeft="BottomLeft",$.BottomRight="BottomRight",$}(Ae||{});const Le=class at{constructor(A){this._resized=!1,this._popover=A,this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this)}reset(){this._resized&&(this._resized=!1,delete this._currentDeltaX,delete this._currentDeltaY,delete this._totalDeltaX,delete this._totalDeltaY)}get isResized(){return this._resized}getCorrectedLeft(A){return this.isResized&&(A-=this._currentDeltaX||0),A}getCorrectedTop(A){return this.isResized&&(A-=this._currentDeltaY||0),A}setCorrectResizeHandleClass(A){switch(this.getResizeHandlePlacement()){case Ae.BottomLeft:A.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Ae.BottomRight:A.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Ae.TopLeft:A.root["ui5-popover-resize-handle-top-left"]=!0;break;case Ae.TopRight:A.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const A=this._popover;if(this._resized&&A.resizeHandlePlacement)return A.resizeHandlePlacement;const K=A.getOpenerHTMLElement(A.opener);if(!K)return;const u=A.isRtl,_=K.getBoundingClientRect(),p=A.getBoundingClientRect();let v=Math.floor(_.x+_.width/2);const R=Math.floor(_.y+_.height/2);let O=Math.floor(p.x+p.width/2);const Z=Math.floor(p.y+p.height/2),ie=A.verticalAlign,Ne=A._actualHorizontalAlign,it=p.width>_.width,g=p.height>_.height;switch(u&&(v=-v,O=-O),A.getActualPlacement(_)){case It.Left:return g?Z>R+2?Ae.BottomLeft:Ae.TopLeft:ie===te.Top?Ae.BottomLeft:Ae.TopLeft;case It.Right:return g?Z+2<R?Ae.TopRight:Ae.BottomRight:ie===te.Bottom?Ae.TopRight:Ae.BottomRight;case It.Bottom:return it?O+2<v?u?Ae.BottomRight:Ae.BottomLeft:u?Ae.BottomLeft:Ae.BottomRight:u?Ne===gt.Left?Ae.BottomRight:Ae.BottomLeft:Ne===gt.Right?Ae.BottomLeft:Ae.BottomRight;default:return it?O+2<v?u?Ae.TopRight:Ae.TopLeft:u?Ae.TopLeft:Ae.TopRight:u?Ne===gt.Left?Ae.TopRight:Ae.TopLeft:Ne===gt.Right?Ae.TopLeft:Ae.TopRight}}onResizeMouseDown(A){if(!this._popover.resizable)return;A.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:K,minHeight:G}=window.getComputedStyle(this._popover),u=window.getComputedStyle(this._popover);this._initialClientX=A.clientX,this._initialClientY=A.clientY,this._minWidth=Math.max(Number.parseFloat(K),Number.parseFloat(u.minWidth)),this._minHeight=Number.parseFloat(G),this._attachMouseResizeHandlers()}_onResizeMouseMove(A){const G=this._popover._viewportMargin,{clientX:u,clientY:_}=A,p=this.getResizeHandlePlacement(),v=this._initialBoundingRect,R=u-this._initialClientX,O=_-this._initialClientY;let Z,ie;const it=p===Ae.TopLeft||p===Ae.TopRight;if(p===Ae.TopLeft||p===Ae.BottomLeft){Z=(0,H.A)(v.width-R,this._minWidth,v.x+v.width-G);const De=(0,H.A)(v.x+R,G,v.x+v.width-this._minWidth);Z=Math.min(Z,v.x+v.width-De),this._currentDeltaX=(v.x-De)/2}else{const Ze=window.innerWidth-v.x-G;Z=(0,H.A)(v.width+R,this._minWidth,Ze),this._currentDeltaX=(v.width-Z)/2}if(it){ie=(0,H.A)(v.height-O,this._minHeight,v.y+v.height-G);const De=(0,H.A)(v.y+O,G,v.y+v.height-this._minHeight);ie=Math.min(ie,v.y+v.height-De),this._currentDeltaY=(v.y-De)/2}else{const Ze=window.innerHeight-v.y-G;ie=(0,H.A)(v.height+O,this._minHeight,Ze),this._currentDeltaY=(v.height-ie)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const g=this._popover.calcPlacement(this._popover._openerRect,{width:Z,height:ie});this._popover.arrowTranslateX=g.arrow.x,this._popover.arrowTranslateY=g.arrow.y,Object.assign(this._popover.style,{left:`${g.left}px`,top:`${g.top}px`,height:`${ie}px`,width:`${Z}px`})}_onResizeMouseUp(){delete this._initialClientX,delete this._initialClientY,delete this._initialBoundingRect,delete this._minWidth,delete this._minHeight,this._detachMouseResizeHandlers()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler)}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}};var Ue=f(555),He=f(1926),Y=f(8923),ye=f(303),lt=f(5444);(0,Y.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return ye.A})),(0,Y.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return lt.A}),"host");var Dt,Et=f(5031),_t=function($,A,K,G){var p,u=arguments.length,_=u<3?A:null===G?G=Object.getOwnPropertyDescriptor(A,K):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_=Reflect.decorate($,A,K,G);else for(var v=$.length-1;v>=0;v--)(p=$[v])&&(_=(u<3?p(_):u>3?p(A,K,_):p(A,K))||_);return u>3&&_&&Object.defineProperty(A,K,_),_},gt=function($){return $.Center="Center",$.Left="Left",$.Right="Right",$.Stretch="Stretch",$}(gt||{}),It=function($){return $.Left="Left",$.Right="Right",$.Top="Top",$.Bottom="Bottom",$}(It||{});let Fe=Dt=class extends L.A{static get VIEWPORT_MARGIN(){return 10}constructor(){super(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.resizable=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="Right",this.isPopover=!0,this._popoverResize=new Le(this)}set opener(A){this._opener!==A&&(this._opener=A,A&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var A=()=>super.openPopup,K=this;return(0,m.A)(function*(){if(K._opened)return;const G=K.getOpenerHTMLElement(K.opener);if(G){if(!G||K.isOpenerOutsideViewport(G.getBoundingClientRect()))return yield(0,D.JT)(),K.open=!1,void K.fireDecoratorEvent("close");K._initialWidth=K.style.width,K._initialHeight=K.style.height,K._openerRect=G.getBoundingClientRect(),K._observeOpenerVisibility(),yield A().call(K)}})()}closePopup(A=!1,K=!1,G=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(A,K,G)}isOpenerClicked(A){const K=A.target,G=this.getOpenerHTMLElement(this.opener);return!!G&&(!!(K===G||this._isUI5AbstractElement(K)&&K.getFocusDomRef()===G)||A.composedPath().indexOf(G)>-1)}isClicked(A){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==A.composedPath()[0])||(0,N.wi)(A,this.getBoundingClientRect())}_addOpenedPopup(){$e(this)}_removeOpenedPopup(){($=>{const A=[$];for(let K=0;K<ce.length;K++){const G=ce[K].parentPopovers.indexOf($);ce[K].parentPopovers.length>0&&G>-1&&A.push(ce[K].instance)}for(let K=A.length-1;K>=0;K--)for(let G=0;G<ce.length;G++){let u=-1;A[K]===ce[G].instance&&(u=G),u>=0&&((0,le.cY)(ce[u].instance),Ge(ce[u].instance),ce.splice(u,1)[0].instance.closePopup(!1,!0))}ce.length||(document.removeEventListener("scroll",ve,{capture:!0}),document.removeEventListener("mousedown",Be,{capture:!0}),clearInterval(X))})(this)}getOpenerHTMLElement(A){if(null==A)return A;if(A instanceof HTMLElement)return this._isUI5AbstractElement(A)?A.getFocusDomRef():A;let K=this.getRootNode();if(!K)return null;K===this&&(K=document);let G=K.getElementById(A);return K instanceof ShadowRoot&&!G&&(G=document.getElementById(A)),G&&(this._isUI5AbstractElement(G)?G.getFocusDomRef():G)}shouldCloseDueToOverflow(A,K){const u={Left:K.right,Right:K.left,Top:K.top,Bottom:K.bottom},_=this.getOpenerHTMLElement(this.opener),p=(0,N.nE)(_);let v=!1,R=!1;if(p instanceof Dt){const O=p.getBoundingClientRect();v=K.top>O.top+O.height,R=K.top+K.height<O.top}return u[A]<0||u[A]+32>p.innerHeight||v||R}shouldCloseDueToNoOpener(A){return 0===A.top&&0===A.bottom&&0===A.left&&0===A.right}isOpenerOutsideViewport(A){return A.bottom<0||A.top>window.innerHeight||A.right<0||A.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return Dt.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var A=()=>super._show,K=this;return(0,m.A)(function*(){A().call(K);const G=K.getOpenerHTMLElement(K.opener);if(!G)return void Object.assign(K.style,{top:"0px",left:"0px"});if(G&&(0,E.W)(G)&&!G.getDomRef())return;K._opened||K._showOutsideViewport();const u=K.getPopoverSize();let _;if(0===u.width||0===u.height)return;if(K.open&&(K._openerRect=G.getBoundingClientRect()),_=K._oldPlacement&&K.shouldCloseDueToNoOpener(K._openerRect)&&K.isFocusWithin()?K._oldPlacement:K.calcPlacement(K._openerRect,u),K._preventRepositionAndClose||K.isOpenerOutsideViewport(K._openerRect))return yield K._waitForDomRef(),K.closePopup();K._oldPlacement=_,K.actualPlacement=_.actualPlacement;let p=(0,H.A)(K._left,Dt.VIEWPORT_MARGIN,document.documentElement.clientWidth-u.width-Dt.VIEWPORT_MARGIN);K.actualPlacement===It.Right&&(p=Math.max(p,K._left));let v=(0,H.A)(K._top,Dt.VIEWPORT_MARGIN,document.documentElement.clientHeight-u.height-Dt.VIEWPORT_MARGIN);K.actualPlacement===It.Bottom&&(v=Math.max(v,K._top)),K.arrowTranslateX=_.arrow.x,K.arrowTranslateY=_.arrow.y,v=K._adjustForIOSKeyboard(v),Object.assign(K.style,{top:`${v}px`,left:`${p}px`}),!K._popoverResize.isResized&&(K.horizontalAlign===V.A.Stretch&&K._width&&(K.style.width=K._width),K.verticalAlign===te.Stretch&&K._height&&(K.style.height=K._height))})()}_adjustForIOSKeyboard(A){if(!(0,z.un)())return A;const K=Math.ceil(this.getBoundingClientRect().top);return A+(Number.parseInt(this.style.top||"0")-K)}_onOpenerIntersection(A){this.open&&!A[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const A=this.getOpenerHTMLElement(this.opener);A&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(A))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(A=!1){const K=this.getBoundingClientRect(),G=K.width;let u;const _=this.getDomRef();if(A&&_){const p=_.querySelector(".ui5-popup-header-root"),v=_.querySelector(".ui5-popup-content"),R=_.querySelector(".ui5-popup-footer-root");u=v?.scrollHeight||0,u+=p?.scrollHeight||0,u+=R?.scrollHeight||0}else u=K.height;return{width:G,height:u}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(A){return(0,E.W)(A)&&A.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(A,K){let G=Dt.VIEWPORT_MARGIN,u=0;const _=this.allowTargetOverlap,p=document.documentElement.clientWidth,v=document.documentElement.clientHeight;let R=v,O=p;const Z=this.getActualPlacement(A);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(A)||this.shouldCloseDueToOverflow(Z,A);const ie=Z===It.Top||Z===It.Bottom;this._popoverResize.isResized||(this.horizontalAlign===V.A.Stretch&&ie?(K.width=A.width,this._width=`${A.width}px`):this.verticalAlign===te.Stretch&&!ie&&(K.height=A.height,this._height=`${A.height}px`));const Ne=this.hideArrow?0:8;switch(Z){case It.Top:G=this.getVerticalLeft(A,K),u=Math.max(A.top-K.height-Ne,0),_||(R=A.top-Ne);break;case It.Bottom:G=this.getVerticalLeft(A,K),u=A.bottom+Ne,_?u=Math.max(Math.min(u,v-K.height),0):R=v-A.bottom-Ne;break;case It.Left:G=Math.max(A.left-K.width-Ne,0),u=this.getHorizontalTop(A,K),_||(O=A.left-Ne);break;case It.Right:G=A.left+A.width+Ne,u=this.getHorizontalTop(A,K),_?G=Math.max(Math.min(G,p-K.width),0):O=p-A.right-Ne}ie?K.width>p||G<Dt.VIEWPORT_MARGIN?G=Dt.VIEWPORT_MARGIN:G+K.width>p-Dt.VIEWPORT_MARGIN&&(G=p-Dt.VIEWPORT_MARGIN-K.width):K.height>v||u<Dt.VIEWPORT_MARGIN?u=Dt.VIEWPORT_MARGIN:u+K.height>v-Dt.VIEWPORT_MARGIN&&(u=v-Dt.VIEWPORT_MARGIN-K.height),this._maxHeight=Math.round(R-Dt.VIEWPORT_MARGIN),this._maxWidth=Math.round(O-Dt.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-G)>1.5)&&(this._left=Math.round(G)),(void 0===this._top||Math.abs(this._top-u)>1.5)&&(this._top=Math.round(u));const it=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),g=this.getArrowPosition(A,K,G,u,ie,it);return this._left+=this.getRTLCorrectionLeft(),{arrow:g,top:this._top,left:this._left,actualPlacement:Z}}get isVertical(){return this.placement===j.Top||this.placement===j.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(A,K,G,u,_,p){const v=this._actualHorizontalAlign;let R=v===gt.Center||v===gt.Stretch;v===gt.Right&&G<=A.left&&(R=!0),v===gt.Left&&G+K.width>=A.left+A.width&&(R=!0);let O=0;_&&R&&(O=A.left+A.width/2-G-K.width/2);let Z=0;_||(Z=A.top+A.height/2-u-K.height/2);const ie=K.height/2-p-4-2;Z=(0,H.A)(Z,-ie,ie);const Ne=K.width/2-p-4-2;return O=(0,H.A)(O,-Ne,Ne),{x:Math.round(O),y:Math.round(Z)}}fallbackPlacement(A,K,G,u){return G.left>u.width?It.Left:A-G.right>G.left?It.Right:K-G.bottom>u.height?It.Bottom:K-G.bottom<G.top?It.Top:void 0}getActualPlacement(A){const K=this.placement,G=this.getPopoverSize(!this.allowTargetOverlap);let u=It.Right;switch(K){case j.Start:u=this.isRtl?It.Right:It.Left;break;case j.End:u=this.isRtl?It.Left:It.Right;break;case j.Top:u=It.Top;break;case j.Bottom:u=It.Bottom}const _=document.documentElement.clientWidth;let p=document.documentElement.clientHeight,v=G.height;switch(this.isVertical&&(v+=this.hideArrow?0:8,p-=Dt.VIEWPORT_MARGIN),u){case It.Top:A.top<v&&A.top<p-A.bottom&&(u=It.Bottom);break;case It.Bottom:p-A.bottom<v&&p-A.bottom<A.top&&(u=It.Top);break;case It.Left:A.left<G.width&&(u=this.fallbackPlacement(_,p,A,G)||u);break;case It.Right:_-A.right<G.width&&(u=this.fallbackPlacement(_,p,A,G)||u)}return u}getVerticalLeft(A,K){let u=Dt.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case gt.Center:case gt.Stretch:u=A.left-(K.width-A.width)/2,u=this._popoverResize.getCorrectedLeft(u);break;case gt.Left:u=A.left;break;case gt.Right:u=A.right-K.width}return u}getHorizontalTop(A,K){let G=0;switch(this.verticalAlign){case te.Center:case te.Stretch:G=A.top-(K.height-A.height)/2,G=this._popoverResize.getCorrectedTop(G);break;case te.Top:G=A.top;break;case te.Bottom:G=A.bottom-K.height}return G}get isModal(){return this.modal}get _ariaLabelledBy(){if(!this._ariaLabel&&this._displayHeader)return"ui5-popup-header"}get styles(){return{...super.styles,root:{"max-height":this._maxHeight?`${this._maxHeight}px`:"","max-width":this._maxWidth?`${this._maxWidth}px`:""},arrow:{transform:`translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`}}}get classes(){const A=super.classes;return A.root["ui5-popover-root"]=!0,A.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(A),A}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case V.A.Start:return this.isRtl?gt.Right:gt.Left;case V.A.End:return this.isRtl?gt.Left:gt.Right;case V.A.Stretch:return gt.Stretch;default:return gt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(A){this._popoverResize.onResizeMouseDown(A),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};_t([(0,b.A)()],Fe.prototype,"headerText",void 0),_t([(0,b.A)()],Fe.prototype,"placement",void 0),_t([(0,b.A)()],Fe.prototype,"horizontalAlign",void 0),_t([(0,b.A)()],Fe.prototype,"verticalAlign",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"modal",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"hideArrow",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"allowTargetOverlap",void 0),_t([(0,b.A)({type:Boolean})],Fe.prototype,"resizable",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"arrowTranslateX",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"arrowTranslateY",void 0),_t([(0,b.A)()],Fe.prototype,"actualPlacement",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"_maxHeight",void 0),_t([(0,b.A)({type:Number,noAttribute:!0})],Fe.prototype,"_maxWidth",void 0),_t([(0,b.A)({noAttribute:!0})],Fe.prototype,"_resizeHandlePlacement",void 0),_t([(0,P.A)()],Fe.prototype,"header",void 0),_t([(0,P.A)()],Fe.prototype,"footer",void 0),_t([(0,b.A)({converter:T})],Fe.prototype,"opener",null),Fe=Dt=_t([(0,w.A)({tag:"ui5-popover",styles:[L.A.styles,He.A,':host{min-width:6.25rem;box-shadow:var(--_ui5_popover_box_shadow);background-color:var(--_ui5_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_upward_arrow_margin)}:host([actual-placement="Left"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Left"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="Right"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="Right"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5_popover_background);box-shadow:var(--_ui5_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}.ui5-popover-resize-handle{position:absolute;width:1.5rem;height:1.5rem;border-radius:50%;z-index:1}.ui5-popover-resize-handle [ui5-icon]{position:absolute;width:1rem;height:1rem;cursor:inherit;color:var(--sapButton_Lite_TextColor);--rotAngle: 0;--scaleX: 1;transform:rotate(var(--rotAngle)) scaleX(var(--scaleX))}.ui5-popover-rtl .ui5-popover-resize-handle [ui5-icon]{--scaleX: -1}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle{top:-.5rem;right:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle [ui5-icon]{bottom:0;left:0;--rotAngle: 270deg}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle{top:-.5rem;left:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle [ui5-icon]{bottom:0;right:0;--rotAngle: 180deg}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle{bottom:-.5rem;left:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle [ui5-icon]{top:0;right:0;--rotAngle: 90deg}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle{bottom:-.5rem;right:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle [ui5-icon]{top:0;left:0}.ui5-popover-resizing,.ui5-popover-resizing *{user-select:none!important}\n'],template:Ue.A})],Fe),Fe.define();const et=Fe,k=(0,Et.A)("isPopover")},555(ge,W,f){"use strict";f.d(W,{A:()=>z});var m=f(1892),E=f(563),w=f(81),b=f(8520),P=f(6983);function z(){return b.Ay.call(this,{beforeContent:N,afterContent:H})}function N(){return(0,m.FD)(m.FK,{children:[(0,m.Y)("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&(0,m.Y)("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?(0,m.Y)("slot",{name:"header"}):(0,m.Y)(P.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function H(){return(0,m.FD)(m.FK,{children:[this._displayFooter&&!!this.footer.length&&(0,m.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,m.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,m.Y)("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,m.Y)(E.A,{name:w.Ay})})]})}},7883(ge,W,f){"use strict";f.d(W,{A:()=>Ue});var m=f(467),E=f(1934),w=f(6060),b=f(1437),P=f(6993),z=f(1642),N=f(1834),H=f(5386),C=f(6136),T=f(5465);const D=/^(?:a|area)$/i,L=/^(?:input|select|textarea|button)$/i,j=He=>{if(He.disabled)return!1;const Y=He.getAttribute("tabindex");return null!=Y?parseInt(Y)>=0:L.test(He.nodeName)||D.test(He.nodeName)&&!!He.href},q=He=>He.hasAttribute("data-ui5-focus-trap"),te=He=>{const Y=getComputedStyle(He);return He.scrollHeight>He.clientHeight&&["scroll","auto"].indexOf(Y.overflowY)>=0||He.scrollWidth>He.clientWidth&&["scroll","auto"].indexOf(Y.overflowX)>=0},V=function(){var He=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:le(Y,!0,ye)});return function(ye,lt){return He.apply(this,arguments)}}(),B=function(){var He=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:le(Y,!1,ye)});return function(ye,lt){return He.apply(this,arguments)}}(),ne=He=>He.hasAttribute("data-ui5-focus-redirect")||!(0,T.A)(He),J=He=>{if((0,H.W)(He)){const Y=He.getAttribute("tabindex");if(null!==Y&&parseInt(Y)<0)return!0}return!1},le=function(){var He=(0,m.A)(function*(Y,ye,lt){let Ke,Et,Dt,_t=-1;for(Y.shadowRoot?Ke=ye?Y.shadowRoot.firstElementChild:Y.shadowRoot.lastElementChild:Y instanceof HTMLSlotElement&&Y.assignedNodes()?(Et=Y.assignedElements(),_t=ye?0:Et.length-1,Ke=Et[_t]):Ke=lt?Y:ye?Y.firstElementChild:Y.lastElementChild;Ke;){const an=Ke;if(!(0,T.A)(an)&&!J(an)){if((0,H.W)(Ke)&&(yield Ke._waitForDomRef(),Ke=Ke.getDomRef()),!Ke||(0,T.A)(Ke))return null;if(1===Ke.nodeType&&ne(Ke)&&!q(Ke)){if(j(Ke)||(Dt=yield le(Ke,ye),!(0,C.nr)()&&!Dt&&te(Ke)))return Ke&&"function"==typeof Ke.focus?Ke:null;if(Dt)return Dt&&"function"==typeof Dt.focus?Dt:null}}Ke=ye?an.nextElementSibling:an.previousElementSibling,Et&&!Et[_t].contains(Ke)&&(_t=ye?_t+1:_t-1,Ke=Et[_t])}return null});return function(ye,lt,Ke){return He.apply(this,arguments)}}();var X=f(3493),ue=f(3455),ce=f(2358),ve=f(1402),Pe=f(362),ke=f(4583),Ee=f(1045),Ie=f(8520),me=f(9634),ct=f(3466),Ge=f(8923),st=f(303),be=f(5444);(0,Ge.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,Ge.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return be.A}),"host"),(0,Ge.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,Ge.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return be.A}),"host"),(0,Ge.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,Ge.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return be.A}),"host");var Xe,Re=function(He,Y,ye,lt){var _t,Ke=arguments.length,Et=Ke<3?Y:null===lt?lt=Object.getOwnPropertyDescriptor(Y,ye):lt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Et=Reflect.decorate(He,Y,ye,lt);else for(var Dt=He.length-1;Dt>=0;Dt--)(_t=He[Dt])&&(Et=(Ke<3?_t(Et):Ke>3?_t(Y,ye,Et):_t(Y,ye))||Et);return Ke>3&&Et&&Object.defineProperty(Y,ye,Et),Et};(0,ue.g5)("data-ui5-popup-scroll-blocker")||(0,ue._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const at=new Set;let Le=Xe=class extends H.A{constructor(){super(),this.preventFocusRestore=!1,this.accessibleRole="Dialog",this.preventInitialFocus=!1,this.isTopModalPopup=!1,this.onPhone=!1,this.onDesktop=!1,this._opened=!1,this._open=!1,this._resizeHandlerRegistered=!1,this._resizeHandler=this._resize.bind(this),this._getRealDomRef=()=>this.shadowRoot.querySelector("[root-element]")}onBeforeRendering(){this.onPhone=(0,C.tp)(),this.onDesktop=(0,C.xl)()}onAfterRendering(){(0,w.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,C.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,X.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(Xe.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,X.I7)(this)}set open(Y){this._open!==Y&&(this._open=Y,Y?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var Y=this;return(0,m.A)(function*(){Y._opened||(Y.fireDecoratorEvent("before-open")?(Y._attachBrowserEvents(),Y.isModal&&Xe.blockPageScrolling(Y),Y._focusedElementBeforeOpen=(0,ve.CA)(),Y._show(),Y._opened=!0,Y.getDomRef()&&Y._updateMediaRange(),Y._addOpenedPopup(),Y.classList.add("ui5-popup-opening"),setTimeout(()=>{Y.classList.remove("ui5-popup-opening")},50),Y.open=!0,yield Y.applyInitialFocus(),yield(0,w.JT)(),Y.isConnected&&Y.fireDecoratorEvent("open")):Y.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(Y){Y.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(Y){at.add(Y),1===at.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(Y){at.delete(Y),0===at.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(Y){this.fireDecoratorEvent("scroll",{scrollTop:Y.target.scrollTop,targetRef:Y.target})}_onkeydown(Y){const ye=Y.target===this._root&&(0,ce.bR)(Y),lt=(0,ce.RI)(Y)&&!this.open;(ye||lt)&&Y.preventDefault()}_onfocusout(Y){Y.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(Y){this._shouldFocusRoot=!!this.shadowRoot.contains(Y.target)}_onmouseup(){this._shouldFocusRoot&&((0,C.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var Y=this;return(0,m.A)(function*(){const ye=yield V(Y);ye?ye.focus():Y._root.focus()})()}forwardToLast(){var Y=this;return(0,m.A)(function*(){const ye=yield B(Y);ye?ye.focus():Y._root.focus()})()}applyInitialFocus(){var Y=this;return(0,m.A)(function*(){Y.preventInitialFocus||(yield Y.applyFocus())})()}applyFocus(){var Y=this;return(0,m.A)(function*(){yield Y._waitForDomRef();const ye=Y.querySelector("[autofocus]");if(ye)return void("isUI5Element"in ye&&ye.focus());if(Y.getRootNode()===Y)return;let lt;Y.initialFocus&&(lt=Y.getRootNode().getElementById(Y.initialFocus)||document.getElementById(Y.initialFocus)),lt=lt||(yield V(Y))||Y._root,lt&&(lt===Y._root&&(lt.tabIndex=-1),lt.focus())})()}isFocusWithin(){return(0,ve.TP)(this._root)}_updateMediaRange(){this.mediaRange=ke.A.getCurrentRange(ke.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,X.Bm)(this)}_addOpenedPopup(){(0,ct.Xj)(this)}closePopup(Y=!1,ye=!1,lt=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:Y})?(this._opened=!1,this.isModal&&Xe.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),ye||this._removeOpenedPopup(),!this.preventFocusRestore&&!lt&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,ct.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(Pe.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(Pe.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,X.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,X.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.ariaDescriptionTextId].filter(Boolean).join(" ")}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return this.accessibleRole===me.A.None?void 0:(0,Ee.A)(this.accessibleRole)}get _ariaModal(){return this.accessibleRole===me.A.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get styles(){return{root:{},content:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};Re([(0,z.A)()],Le.prototype,"initialFocus",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"preventFocusRestore",void 0),Re([(0,z.A)()],Le.prototype,"accessibleName",void 0),Re([(0,z.A)()],Le.prototype,"accessibleNameRef",void 0),Re([(0,z.A)()],Le.prototype,"accessibleRole",void 0),Re([(0,z.A)()],Le.prototype,"accessibleDescription",void 0),Re([(0,z.A)()],Le.prototype,"accessibleDescriptionRef",void 0),Re([(0,z.A)({noAttribute:!0})],Le.prototype,"_associatedDescriptionRefTexts",void 0),Re([(0,z.A)()],Le.prototype,"mediaRange",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"preventInitialFocus",void 0),Re([(0,z.A)({type:Boolean,noAttribute:!0})],Le.prototype,"isTopModalPopup",void 0),Re([(0,P.A)({type:HTMLElement,default:!0})],Le.prototype,"content",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"onPhone",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"onDesktop",void 0),Re([(0,z.A)({type:Boolean})],Le.prototype,"open",null),Le=Xe=Re([(0,E.A)({renderer:N.A,styles:[":host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}:host(.ui5-popup-opening){opacity:.1}\n",".ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}\n"],template:Ie.Ay}),(0,b.A)("before-open",{cancelable:!0}),(0,b.A)("open"),(0,b.A)("before-close",{cancelable:!0}),(0,b.A)("close"),(0,b.A)("scroll",{bubbles:!0})],Le);const Ue=Le},8520(ge,W,f){"use strict";f.d(W,{Ay:()=>w});var m=f(1892);function E(){return(0,m.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function w(z){return(0,m.FD)(m.FK,{children:[E.call(this),(0,m.FD)("section",{"root-element":!0,style:this.styles.root,class:this.classes.root,role:this._role,"aria-describedby":this.ariaDescribedByIds,"aria-modal":this._ariaModal,"aria-label":this._ariaLabel,"aria-labelledby":this._ariaLabelledBy,onKeyDown:this._onkeydown,onFocusOut:this._onfocusout,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,children:[(0,m.Y)("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(z?.beforeContent||b).call(this),(0,m.Y)("div",{style:this.styles.content,class:this.classes.content,onScroll:this._scroll,part:"content",children:(0,m.Y)("slot",{})}),this.ariaDescriptionText&&(0,m.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(z?.afterContent||P).call(this),(0,m.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function b(){}function P(){}},6983(ge,W,f){"use strict";f.d(W,{A:()=>B});var m=f(5386),E=f(1834),w=f(1934),b=f(1642),P=function(ne){return ne.H1="H1",ne.H2="H2",ne.H3="H3",ne.H4="H4",ne.H5="H5",ne.H6="H6",ne}(P||{});const z=P;var N=f(1892);function C(ne){switch(ne){case"H1":return(0,N.Y)("h1",{class:"ui5-title-root",children:T.call(this)});case"H2":default:return(0,N.Y)("h2",{class:"ui5-title-root",children:T.call(this)});case"H3":return(0,N.Y)("h3",{class:"ui5-title-root",children:T.call(this)});case"H4":return(0,N.Y)("h4",{class:"ui5-title-root",children:T.call(this)});case"H5":return(0,N.Y)("h5",{class:"ui5-title-root",children:T.call(this)});case"H6":return(0,N.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:T.call(this)})}}function T(){return(0,N.Y)("span",{id:`${this._id}-inner`,children:(0,N.Y)("slot",{})})}var D=f(467),L=f(8923),ee=f(303),j=f(5444);(0,L.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,D.A)(function*(){return ee.A})),(0,L.Rh)("@ui5/webcomponents","sap_horizon",(0,D.A)(function*(){return j.A}),"host");var te=function(ne,J,le,X){var ve,ue=arguments.length,ce=ue<3?J:null===X?X=Object.getOwnPropertyDescriptor(J,le):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(ne,J,le,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ce=(ue<3?ve(ce):ue>3?ve(J,le,ce):ve(J,le))||ce);return ue>3&&ce&&Object.defineProperty(J,le,ce),ce};let V=class extends m.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===z.H1}get h2(){return this.level===z.H2}get h3(){return this.level===z.H3}get h4(){return this.level===z.H4}get h5(){return this.level===z.H5}get h6(){return this.level===z.H6}};te([(0,b.A)()],V.prototype,"wrappingType",void 0),te([(0,b.A)()],V.prototype,"level",void 0),te([(0,b.A)()],V.prototype,"size",void 0),V=te([(0,w.A)({tag:"ui5-title",renderer:E.A,template:function H(){return(0,N.Y)(N.FK,{children:C.call(this,this.level)})},styles:':host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--sapFontHeader1Size)}:host([size="H2"]){font-size:var(--sapFontHeader2Size)}:host([size="H3"]){font-size:var(--sapFontHeader3Size)}:host([size="H4"]){font-size:var(--sapFontHeader4Size)}:host([size="H5"]){font-size:var(--sapFontHeader5Size)}:host([size="H6"]){font-size:var(--sapFontHeader6Size)}\n'})],V),V.define();const B=V},1441(ge,W,f){"use strict";f.d(W,{A:()=>C});var m=f(6826);var z=f(7669),N=f(2928);const C=class H{constructor(D,L){this.component=D,this.config={orientation:N.A.Vertical,clientCoordinate:"clientY",...L}}ondragenter(D){D.preventDefault()}ondragleave(D){if(D.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(D.relatedTarget))return;const L=this.config.getDropIndicator();L&&(L.targetReference=null)}ondragover(D){if(!this._validateDragOver(D))return;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator(),j=this._findClosestPosition(D);if(!j)return void(ee.targetReference=null);const q=this._transformTargetElement(j.element);if(!this._isValidDragTarget(L,q))return void(ee.targetReference=null);const te=this._filterPlacements(j.placements,L,q),V=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:B,placement:ne}=function E(T,D,L,ee,j={}){const q=m.A.getDraggedElement(),te={targetReference:null,placement:null};if(!q&&!j?.crossDnD)return te;const V=L.placements;return te.targetReference=T.target,V.some(B=>!D.fireDecoratorEvent("move-over",{...j.originalEvent?{originalEvent:T}:{},source:{element:q},destination:{element:ee,placement:B}})&&(T.preventDefault(),te.targetReference=L.element,te.placement=B,!0))||(te.targetReference=null),te}(D,this.component,{element:q,placements:te},q,V);ee.targetReference=B,ee.placement=ne}ondrop(D){const L=this.config.getDropIndicator();L?.targetReference&&L?.placement?(function b(T,D,L,ee,j={}){T.preventDefault();const q=m.A.getDraggedElement();!q&&j?.crossDnD||(D.fireDecoratorEvent("move",{...j.originalEvent?{originalEvent:T}:{},source:{element:q},destination:{element:L,placement:ee}}),q?.focus())}(D,this.component,L.targetReference,L.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),L.targetReference=null):D.preventDefault()}_validateDragOver(D){if(!(D.target instanceof HTMLElement))return!1;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator();return!(!L||!ee)}_findClosestPosition(D){const L=this.config.getItems();return(0,z.gk)(L,"clientX"===this.config.clientCoordinate?D.clientX:D.clientY,this.config.orientation)}_transformTargetElement(D){return this.config.transformElement?this.config.transformElement(D):D}_isValidDragTarget(D,L){return!this.config.validateDraggedElement||this.config.validateDraggedElement(D,L)}_filterPlacements(D,L,ee){return this.config.filterPlacements?this.config.filterPlacements(D,L,ee):D}}},5166(ge,W,f){"use strict";f.d(W,{$nc:()=>pn,Apb:()=>z,B$d:()=>Vn,Bby:()=>Qn,CH:()=>b,CNT:()=>zp,CR4:()=>yr,C_7:()=>ze,DQe:()=>Lo,DXF:()=>$r,Dy9:()=>w,Egs:()=>Qp,F$r:()=>zl,Fo:()=>mr,Fr3:()=>kt,FvC:()=>tn,HzF:()=>fi,IGR:()=>Ml,Jy$:()=>st,Jz0:()=>fa,K2C:()=>Ri,Kdd:()=>ea,KwP:()=>e_,M4s:()=>$e,MME:()=>Mi,NJs:()=>we,Oms:()=>Bt,P1:()=>Sr,PBn:()=>gi,QGn:()=>Yn,QLe:()=>Bo,Qmg:()=>Ve,RXS:()=>me,SJi:()=>Tn,TkL:()=>We,Uin:()=>Fi,UlA:()=>ta,W_p:()=>fr,WlA:()=>fs,Wyx:()=>ii,Xot:()=>mc,Y12:()=>us,YBm:()=>Kn,YF:()=>M,YHe:()=>Po,Yz$:()=>Q,Z2A:()=>yc,ZqR:()=>uc,_43:()=>po,b5n:()=>tr,bB2:()=>un,bP:()=>ri,bRY:()=>hn,dOG:()=>t_,dr_:()=>hi,f4l:()=>y_,fBK:()=>E,fPH:()=>dc,fSG:()=>P,flf:()=>be,hNk:()=>Re,jSp:()=>ra,kHh:()=>Or,kQX:()=>Ge,knB:()=>m,lXU:()=>Nt,laD:()=>Jd,mgn:()=>Be,nFX:()=>ct,ogG:()=>Wr,pcO:()=>ae,piN:()=>Pi,qF5:()=>oa,rek:()=>cs,tgV:()=>vc,u9k:()=>Vl,vSX:()=>ho,vtI:()=>Uo,wJ8:()=>gs});const m={key:"ACC_STATE_REQUIRED",defaultText:"Required"},E={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},w={key:"ACC_STATE_READONLY",defaultText:"Read Only"},b={key:"ACC_STATE_EMPTY",defaultText:"Empty"},P={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},z={key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},me={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},ct={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},Ge={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},st={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},be={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},Be={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},$e={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},We={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Re={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},Tn={key:"DELETE",defaultText:"Delete"},mr={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},Vn={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},$r={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},ae={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},Ve={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},Q={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},ze={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},Fi={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},hn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},Kn={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},Ri={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},Mi={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},we={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},ho={key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},Qn={key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},pn={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},fi={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},uc={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},tn={key:"LINK_SUBTLE",defaultText:"Subtle"},ea={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},hi={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},po={key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},Pi={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},cs={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},un={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},kt={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},Wr={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},Sr={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},ta={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},ri={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},Lo={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},ii={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},dc={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},M={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},fr={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},ra={key:"LOAD_MORE_TEXT",defaultText:"More"},Po={key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},Bo={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},zp={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},gi={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},us={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},Jd={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},mc={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},vc={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},e_={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},t_={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},yc={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},Ml={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},oa={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},Nt={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},Yn={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},Or={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},yr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},Uo={key:"LABEL_COLON",defaultText:":"},Bt={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},fs={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},Qp={key:"CHECKBOX_CHECKED",defaultText:"Checked"},gs={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},tr={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},zl={key:"SWITCH_ON",defaultText:"On"},y_={key:"SWITCH_OFF",defaultText:"Off"},fa={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},Vl={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(ge,W,f){"use strict";f.d(W,{A:()=>P});var m=f(467),E=f(8923),w=f(303),b=f(5444);(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return w.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return b.A}),"host");const P='.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5_popup_header_shadow);border-bottom:var(--_ui5_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5_popup_default_header_height);max-height:var(--_ui5_popup_default_header_height);line-height:var(--_ui5_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_s);padding-right:var(--_ui5_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_m_l);padding-right:var(--_ui5_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_xl);padding-right:var(--_ui5_popup_header_footer_padding_xl)}::slotted([slot="footer"]){height:var(--_ui5_popup_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}::slotted([slot="footer"][ui5-bar][design="Footer"]),::slotted([slot="header"][ui5-bar][design="Header"]){--_ui5_bar-start-container-padding-start: 0;--_ui5_bar-mid-container-padding-start-end: 0;--_ui5_bar-end-container-padding-end: 0}\n'},5444(ge,W,f){"use strict";f.d(W,{A:()=>m});const m=':host{--ui5-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--ui5-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-border-radius: var(--sapElement_BorderCornerRadius);--ui5-avatar-border-radius-img-deduction: .0625rem;--ui5-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-avatar-accent1: var(--sapAvatar_1_Background);--ui5-avatar-accent2: var(--sapAvatar_2_Background);--ui5-avatar-accent3: var(--sapAvatar_3_Background);--ui5-avatar-accent4: var(--sapAvatar_4_Background);--ui5-avatar-accent5: var(--sapAvatar_5_Background);--ui5-avatar-accent6: var(--sapAvatar_6_Background);--ui5-avatar-accent7: var(--sapAvatar_7_Background);--ui5-avatar-accent8: var(--sapAvatar_8_Background);--ui5-avatar-accent9: var(--sapAvatar_9_Background);--ui5-avatar-accent10: var(--sapAvatar_10_Background);--ui5-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-avatar-placeholder-color: var(--ui5-avatar-initials-color);--ui5-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_avatar_focus_offset: .1875rem;--_ui5_avatar_overflow_button_focus_offset: .0625rem;--_ui5_avatar_fontsize_XS: 1rem;--_ui5_avatar_fontsize_S: 1.125rem;--_ui5_avatar_fontsize_M: 1.5rem;--_ui5_avatar_fontsize_L: 2.25rem;--_ui5_avatar_fontsize_XL: 3rem;--_ui5_avatar_icon_XS: var(--_ui5_avatar_fontsize_XS);--_ui5_avatar_icon_S: var(--_ui5_avatar_fontsize_S);--_ui5_avatar_icon_M: var(--_ui5_avatar_fontsize_M);--_ui5_avatar_icon_L: var(--_ui5_avatar_fontsize_L);--_ui5_avatar_icon_XL: var(--_ui5_avatar_fontsize_XL);--_ui5_avatar_group_button_focus_border: none;--_ui5_avatar_group_padding: .3rem;--_ui5-tag-height: 1rem;--_ui5-tag-padding-inline-icon-only: .313rem;--_ui5-tag-text-padding: .1875rem .25rem;--_ui5-tag-text-transform: none;--_ui5-tag-icon-width: .75rem;--_ui5-tag-icon-gap: .25rem;--_ui5-tag-font-weight: normal;--_ui5-tag-letter-spacing: normal;--ui5-tag-text-shadow: var(--sapContent_TextShadow);--ui5-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-tag-information-text-shadow: var(--ui5-tag-text-shadow);--ui5-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--ui5-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-tag-height_size_l: 1.5rem;--_ui5-tag-min-width_size_l: 1.75rem;--_ui5-tag-font-size_size_l: 1.25rem;--_ui5-tag-icon_min_width_size_l: 1.25rem;--_ui5-tag-icon_min_height_size_l: 1.25rem;--_ui5-tag-icon_height_size_l: 1.25rem;--_ui5-tag-text_padding_size_l: .125rem .25rem;--_ui5_bar_base_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_bar_subheader_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_bar-start-container-padding-start: 1rem;--_ui5_bar-mid-container-padding-start-end: .5rem;--_ui5_bar-end-container-padding-end: 1rem;--_ui5_bar_subheader_margin-top: -.0625rem;--_ui5_breadcrumbs_current_location_color: var(--sapTextColor);--_ui5_breadcrumbs_separator_color: var(--sapTextColor);--_ui5_breadcrumbs_margin: 0 0 .5rem 0;--_ui5_busy_indicator_color: var(--sapContent_BusyColor);--_ui5_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-button-badge-diameter: var(--_ui5-compact-size, .625rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-width: var(--_ui5-compact-size, 16.75rem) var(--_ui5-cozy-size, 18.5rem);--_ui5-calendar-legend-item-box-margin: .25rem;--_ui5-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-calendar-legend-item-root-width: 7.75rem;--_ui5-calendar-legend-item-box-dot-display: block;--_ui5_card_box_shadow: var(--sapContent_Shadow0);--_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5_card_border: none;--_ui5_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5_card_header_active_bg: var(--sapTile_Active_Background);--_ui5_card_header_border: none;--_ui5_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);--_ui5_card_header_focus_bottom_radius: 0px;--_ui5_card_header_focus_offset: 0px;--_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5_card_header_title_font_weight: normal;--_ui5_card_header_subtitle_margin_top: .25rem;--ui5_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5_carousel_button_size: 2.25rem;--ui5_carousel_inactive_dot_size: .25rem;--ui5_carousel_inactive_dot_margin: 0 .375rem;--ui5_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5_carousel_navigation_button_active_box_shadow: none;--_ui5_checkbox_wrapper_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_width_height)) var(--_ui5-cozy-size, 2.75rem);--_ui5_checkbox_transition: unset;--_ui5_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_checkbox_border_radius: 0;--_ui5_checkbox_hover_background: var(--sapField_Selector_Hover_Background);--_ui5_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5_checkbox_focus_position: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .3125rem);--_ui5_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_checkbox_focus_border_radius: .5rem;--_ui5_checkbox_outer_hover_background: transparent;--_ui5_checkbox_inner_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_inner_size)) var(--_ui5-cozy-size, 1.375rem);--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5_checkbox_inner_warning_background_hover: var(--sapField_Selector_Hover_WarningBackground);--_ui5_checkbox_inner_error_background_hover: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_checkbox_inner_success_background_hover: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_checkbox_inner_information_background_hover: var(--sapField_Selector_Hover_InformationBackground);--_ui5_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5_checkbox_inner_background: var(--sapField_Background);--_ui5_checkbox_wrapped_focus_padding: .5rem;--_ui5_checkbox_wrapped_focus_inset_block: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, var(--_ui5_checkbox_focus_position));--_ui5_checkbox_compact_wrapper_padding: .5rem;--_ui5_checkbox_compact_width_height: 2rem;--_ui5_checkbox_compact_inner_size: 1rem;--_ui5_checkbox_compact_focus_position: .375rem;--_ui5_checkbox_label_color: var(--sapField_TextColor);--_ui5_checkbox_label_offset: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, var(--_ui5_checkbox_wrapper_padding));--_ui5_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5_checkbox_default_focus_border: none;--_ui5_checkbox_focus_outline_display: block;--_ui5_checkbox_right_focus_distance: .3125rem;--_ui5_checkbox_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color-palette-item-after-focus-border-radius: .3125rem;--_ui5_color-palette-item-hover-margin: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .0625rem);--_ui5_color-palette-row-height: var(--_ui5-compact-size, 7.5rem) var(--_ui5-cozy-size, 9.5rem);--_ui5_color-palette-button-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5_color-palette-item-before-focus-inset: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, -.3125rem);--_ui5_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5_color-palette-item-after-focus-inset: .0625rem;--_ui5_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5_color-palette-item-before-focus-border-radius: .4375rem;--_ui5_color-palette-item-outer-border-radius: .25rem;--_ui5_color-palette-item-inner-border-radius: .1875rem;--_ui5_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5_color-palette-item-hover-inner-border-radius: .375rem;--_ui5_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5_color-palette-item-after-focus-not-selected-border: none;--_ui5_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5_color-palette-item-selected-focused-border: none;--_ui5-color-palette-item-mobile-focus-inset: 0px;--_ui5_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5_color-palette-item-after-mobile-focus-border: none;--_ui5-color-palette-item-background-color: transparent;--_ui5_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_inner_border_color: #fff;--_ui5_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5_color_picker_circle_inner_circle_size: .5625rem;--_ui5_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5_color_picker_slider_handle_container_margin_top: none;--_ui5-datepicker_border_radius: .25rem;--_ui5-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5_daypicker_item_margin: 2px;--_ui5_daypicker_item_border: none;--_ui5_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5_daypicker_daynames_container_height: 2rem;--_ui5_daypicker_weeknumbers_container_padding_top: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius: .4375rem;--_ui5_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5_daypicker_item_selected_background: transparent;--_ui5_daypicker_item_selected_daytext_hover_background: transparent;--_ui5_daypicker_item_border_radius_focus_after: .1875rem;--_ui5_daypicker_item_selected_between_border: .5rem;--_ui5_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5_daypicker_item_selected_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_not_selected_inset: 0;--_ui5_daypicker_item_now_inset: .3125rem;--_ui5_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_weeekend_filter: brightness(105%);--_ui5_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5_daypicker_item_border_radius_item: .5rem;--_ui5_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_two_calendar_item_now_day_text_content: "";--_ui5_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5_daypicker_two_calendar_item_border_radius: .5rem;--_ui5_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5_daypicker_special_day_top: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_daypicker_special_day_border_bottom_radius: .5rem;--_ui5_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5_daypicker_selected_item_now_special_day_top: var(--_ui5-compact-size, 1.5625rem) var(--_ui5-cozy-size, 2.4375rem);--_ui5_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-daypicker_item_selected_now_border_radius: .5rem;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .5rem);--_ui5_daypicker_two_calendar_item_margin_bottom: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, 0);--_ui5_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5_daypicker_item_now_focus_margin: 0;--_ui5_daypicker_special_day_border_top: none;--_ui5_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5_daypicker_specialday_focused_top: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5_daypicker_specialday_focused_border_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_item_now_specialday_top: var(--_ui5-compact-size, 1.4375rem) var(--_ui5-cozy-size, 2.3125rem);--_ui5_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5_daypicker_twocalendar_item_special_day_top: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_twocalendar_item_special_day_right: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_width: .125rem;--_ui5_daypicker_item_no_selected_inset: .375rem;--_ui5_daypicker_item_now_border_focus_after: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5_daypicker_item_now_selected_between_inset: .25rem;--_ui5_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-dp-item_withsecondtype_border: .25rem;--_ui5_dialog_header_focus_bottom_offset: 2px;--_ui5_dialog_header_focus_top_offset: 1px;--_ui5_dialog_header_focus_left_offset: 1px;--_ui5_dialog_header_focus_right_offset: 1px;--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5_dialog_header_state_line_height: .0625rem;--_ui5_file_uploader_display_input_width: calc(100% - var(--_ui5_input_icon_width));--_ui5_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5_input_icon_width) - var(--_ui5_input_inner_space_to_tokenizer));--_ui5_table_cell_valign: center;--_ui5_table_cell_min_width: 2.75rem;--_ui5_table_navigated_cell_width: .25rem;--_ui5_first_table_cell_horizontal_padding: 1rem;--_ui5_table_cell_horizontal_padding: .5rem;--_ui5_table_cell_vertical_padding: .25rem;--_ui5_table_row_actions_gap: .25rem;--_ui5_table_row_alternating_background: var(--sapTableRow_AlternatingBackground, var(--sapList_AlternatingBackground));--_ui5_table_row_alternating_hover_background: var(--sapTableRow_AlternatingHoverBackground, var(--sapList_Hover_Background));--_ui5_table_row_alternating_selection_background: var(--sapTableRow_AlternatingSelectionBackground, var(--sapList_SelectionBackgroundColor));--_ui5_table_row_alternating_selection_hover_background: var(--sapTableRow_AlternatingSelectionHoverBackground, var(--sapList_Hover_SelectionBackground));--ui5-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-icon-focus-border-radius: .25rem;--_ui5_input_width: 13.125rem;--_ui5_input_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_min_width_tokenizer_available: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_input_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_input_margin_top_bottom: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .25rem);--_ui5_input_hover_border: none;--_ui5_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5_input_background_color: var(--sapField_Background);--_ui5_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_focus_border_radius: .25rem;--_ui5_input_readonly_focus_border_radius: 0;--_ui5-input-border: none;--_ui5_input_placeholder_style: italic;--_ui5_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_bottom_border_height: 0;--_ui5_input_bottom_border_color: transparent;--_ui5_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5_input_state_border_width: .125rem;--_ui5_input_information_border_width: .125rem;--_ui5_input_error_font_weight: normal;--_ui5_input_warning_font_weight: normal;--_ui5_input_focus_border_width: 1px;--_ui5_input_error_warning_border_style: none;--_ui5_input_error_warning_font_style: inherit;--_ui5_input_error_warning_text_indent: 0;--_ui5_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-input_disabled_background: var(--sapField_Background);--_ui5_input_readonly_border: none;--_ui5_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5_input_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_min_width: var(--_ui5-compact-size, var(--_ui5_input_compact_min_width)) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_compact_min_width: 2rem;--_ui5_input_transition: none;--_ui5-input-value-state-icon-display: none;--_ui5_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_value_state_success_border_width: 1px;--_ui5_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focus_offset: 0;--_ui5_input_readonly_focus_offset: .125rem;--ui5_input_focus_pseudo_element_content: "";--_ui5_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5_input_focus_outline_color: var(--sapContent_FocusColor);--_ui5-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5_input_value_state_success_border_width));--_ui5-input-icons-count: 0;--_ui5_input_tokenizer_min_width: 3.5rem;--_ui5_input_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_icon_color: var(--sapField_TextColor);--_ui5_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5_input_icon_pressed_bg: transparent;--_ui5_input_icon_hover_bg: transparent;--_ui5_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5_input_icon_border: none;--_ui5_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5_link_text_decoration: var(--sapLink_TextDecoration);--_ui5_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5_link_focused_hover_text_decoration: none;--_ui5_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5_link_outline: none;--_ui5_link_focus_border-radius: .125rem;--_ui5_link_focus_background_color: var(--sapContent_FocusColor);--_ui5_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5_link_focus_text_decoration: underline;--_ui5_link_subtle_text_decoration: underline;--_ui5_link_subtle_text_decoration_hover: none;--_ui5_link_large_interactive_area_height: 1.5rem;--ui5_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-listitem-background-color: var(--sapList_Background);--ui5-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-listitembase_disabled_opacity: .5;--_ui5_product_switch_item_border: none;--_ui5_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_menu_item_padding: var(--_ui5-compact-size, 0 .75rem 0 .5rem) var(--_ui5-cozy-size, 0 1rem 0 .75rem);--_ui5_menu_item_submenu_icon_right: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_monthpicker_item_margin: .0625rem;--_ui5_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_monthpicker_item_border_radius: .5rem;--_ui5_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5_message_strip_icon_top: .4375rem;--_ui5_message_strip_close_button_top: .125rem;--_ui5_message_strip_close_button_right: .1875rem;--_ui5_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_panel_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_border_bottom: none;--_ui5_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5_panel_header_padding_right: .5rem;--_ui5_panel_header_button_wrapper_padding: var(--_ui5-compact-size, .1875rem .25rem) var(--_ui5-cozy-size, .25rem);--_ui5_panel_focus_offset: 0px;--_ui5_panel_focus_bottom_offset: -1px;--_ui5_panel_content_padding: .625rem 1rem;--_ui5_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5_popover_background: var(--sapGroup_ContentBackground);--_ui5_popover_box_shadow: var(--sapContent_Shadow2);--_ui5_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5_popup_content_padding_s: 1rem;--_ui5_popup_content_padding_m_l: 2rem;--_ui5_popup_content_padding_xl: 3rem;--_ui5_popup_header_footer_padding_s: 1rem;--_ui5_popup_header_footer_padding_m_l: 2rem;--_ui5_popup_header_footer_padding_xl: 3rem;--_ui5_popup_viewport_margin: 10px;--_ui5_popup_header_prop_header_text_alignment: flex-start;--_ui5_popup_border_radius: .5rem;--_ui5_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5_popup_header_border: none;--_ui5_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5_popup_block_layer_opacity: .2;--_ui5_progress_indicator_background_none: var(--sapProgress_Background);--_ui5_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5_progress_indicator_color: var(--sapField_TextColor);--_ui5_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5_progress_indicator_border: none;--_ui5_progress_indicator_bar_border_max: none;--_ui5_progress_indicator_icon_visibility: inline-block;--_ui5_progress_indicator_side_points_visibility: block;--_ui5_progress_indicator_padding_novalue: .3125rem;--_ui5_progress_indicator_host_height: unset;--_ui5_progress_indicator_root_border_radius: .25rem;--_ui5_progress_indicator_root_height: .375rem;--_ui5_progress_indicator_root_overflow: visible;--_ui5_progress_indicator_bar_height: .625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_overflow: visible;--_ui5_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5_progress_indicator_padding_end: 1.25rem;--_ui5_progress_indicator_host_box_sizing: border-box;--_ui5_progress_indicator_root_position: relative;--_ui5_progress_indicator_root_min_height: .375rem;--_ui5_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5_progress_indicator_remaining_bar_position: absolute;--_ui5_progress_indicator_remaining_bar_width: 100%;--_ui5_progress_indicator_icon_position: absolute;--_ui5_progress_indicator_icon_right_position: -1.25rem;--_ui5_progress_indicator_value_position: absolute;--_ui5_progress_indicator_value_top_position: -1.3125rem;--_ui5_progress_indicator_value_left_position: 0;--_ui5_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5_rating_indicator_border_radius: .5rem;--_ui5_rating_indicator_outline_offset: -.125rem;--_ui5_rating_indicator_item_height: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_item_width: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_readonly_item_height: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_width: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5_rating_indicator_component_spacing: var(--_ui5-compact-size, .5rem 0px) var(--_ui5-cozy-size, .5rem 0px);--_ui5_rating_indicator_component_padding: .25rem;--_ui5_rating_indicator_item_size_s: 1.375rem;--_ui5_rating_indicator_item_size_l: 2rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5_segmented_btn_hover_box_shadow: none;--_ui5_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_button_focused_border_radius: .375rem;--_ui5_button_focused_inner_border_radius: .375rem;--_ui5_button_base_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_button_base_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5_button_base_padding: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_button_base_icon_margin: .375rem;--_ui5_button_text_shadow: none;--_ui5_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5_button_fontFamily: var(--sapButton_FontFamily);--_ui5_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5_button_emphasized_focused_active_border_color: transparent;--_ui5_button_emphasized_border_width: .0625rem;--_ui5_radio_button_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5_radio_button_checked_fill: var(--sapSelectedColor);--_ui5_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5_radio_button_warning_error_border_dash: 0;--_ui5_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_outer_ring_padding_with_label: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_border_radius: .5rem;--_ui5_radio_button_border: none;--_ui5_radio_button_focus_outline: block;--_ui5_radio_button_focus_dist: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_color: var(--sapField_BorderColor);--_ui5_radio_button_label_offset: 1px;--_ui5_radio_button_label_color: var(--sapField_TextColor);--_ui5_radio_button_inner_ring_radius: 27.5%;--_ui5_radio_button_read_only_border_type: 4, 2;--_ui5_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5_switch_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_switch_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_min_width: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, none);--_ui5_switch_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_focus_outline: none;--_ui5_switch_root_outline_top: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_left: -.125rem;--_ui5_switch_root_outline_right: -.125rem;--_ui5_switch_foucs_border_size: 1px;--_ui5-switch-root-border-radius: 0;--_ui5-switch-root-box-shadow: none;--_ui5_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_switch_transform: var(--_ui5-compact-size, translateX(100%) translateX(-1.375rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.625rem));--_ui5_switch_transform_with_label: var(--_ui5-compact-size, translateX(100%) translateX(-1.875rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.875rem));--_ui5_switch_rtl_transform: var(--_ui5-compact-size, translateX(1.375rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.625rem));--_ui5_switch_rtl_transform_with_label: var(--_ui5-compact-size, translateX(1.875rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.875rem));--_ui5_switch_track_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_track_with_label_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_track_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_border_radius: .75rem;--_ui5-switch-track-border: 1px solid;--_ui5_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5_switch_track_transition: none;--_ui5_switch_track_icon_display: inline-block;--_ui5_switch_handle_width: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_handle_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_with_label_width: var(--_ui5-compact-size, 1.75rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_switch_handle_with_label_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_border: var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_border_width: .125rem;--_ui5_switch_handle_border_radius: 1rem;--_ui5_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5_switch_handle_left: .0625rem;--_ui5-switch-slider-texts-display: inline;--_ui5_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5_switch_text_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_switch_text_with_label_font_family: "72-Condensed-Bold", "72", "72full", Arial, Helvetica, sans-serif;--_ui5_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5_switch_text_with_label_width: 1.75rem;--_ui5_switch_text_width: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_text_inactive_left: .1875rem;--_ui5_switch_text_inactive_left_alternate: .0625rem;--_ui5_switch_text_inactive_right: auto;--_ui5_switch_text_inactive_right_alternate: 0;--_ui5_switch_text_active_left: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .1875rem);--_ui5_switch_text_active_left_alternate: .0625rem;--_ui5_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5_switch_text_overflow: hidden;--_ui5_switch_text_z_index: 1;--_ui5_switch_text_hidden: hidden;--_ui5_switch_text_min_width: none;--_ui5_switch_icon_width: 1rem;--_ui5_switch_icon_height: 1rem;--_ui5_switch_readonly_track_border_style: dashed;--_ui5_switch_readonly_handle_border_style: solid;--_ui5_switch_root_after_boreder_radius: 1rem;--_ui5_select_hover_icon_left_border: none;--_ui5_select_label_color: var(--sapField_TextColor);--_ui5_select_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_select_icon_wrapper_height: 100%;--_ui5_select_bottom_border_gradient: linear-gradient(var(--sapField_BorderColor), var(--sapField_BorderColor)) bottom / 100% var(--sapField_BorderWidth) no-repeat;--_ui5_select_icon_wrapper_state_height: 100%;--_ui5_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius: .375rem;--_ui5_split_button_middle_separator_left: -.0625rem;--_ui5_split_button_middle_separator_hover_display: none;--_ui5_split_button_text_button_right_border_width: .0625rem;--_ui5_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5_split_button_host_transparent_hover_background: transparent;--_ui5_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5_split_button_transparent_disabled_background: transparent;--_ui5_split_button_inner_focused_border_radius_inner: .375rem;--_ui5_split_button_emphasized_separator_color: transparent;--_ui5_split_button_positive_separator_color: transparent;--_ui5_split_button_negative_separator_color: transparent;--_ui5_split_button_attention_separator_color: transparent;--_ui5_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_text_button_border_color: transparent;--_ui5_split_text_button_background_color: transparent;--_ui5_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_text_button_emphasized_border_width: .0625rem;--_ui5_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_button_middle_separator_hover_display_emphasized: none;--_ui5_tc_header_height: var(--_ui5-compact-size, var(--_ui5_tc_item_height)) var(--_ui5-cozy-size, var(--_ui5_tc_item_height));--_ui5_tc_header_height_text_only: var(--_ui5_tc_item_text_only_height);--_ui5_tc_header_height_text_with_additional_text: var(--_ui5_tc_item_text_only_with_additional_text_height);--_ui5_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5_tc_header_background: var(--sapObjectHeader_Background);--_ui5_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5_tc_content_background: var(--sapBackgroundColor);--_ui5_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5_tc_headeritem_padding: 1rem;--_ui5_tc_headerItem_color: var(--sapTab_TextColor);--_ui5_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5_tc_headeritem_text_font_weight: normal;--_ui5_tc_headerItem_additional_text_font_weight: normal;--_ui5_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5_tc_headerItem_transition: none;--_ui5_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5_tc_headerItemContent_border_bg: transparent;--_ui5_tc_headerItem_neutral_border_bg: transparent;--_ui5_tc_headerItem_positive_border_bg: transparent;--_ui5_tc_headerItem_negative_border_bg: transparent;--_ui5_tc_headerItem_critical_border_bg: transparent;--_ui5_tc_headerItemContent_border_height: 0;--_ui5_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5_tc_headerItemContent_default_focus_border: none;--_ui5_tc_headerItemContent_focus_border_radius: 0;--_ui5_tc_headerItemSemanticIcon_display: none;--_ui5_tc_headerItemSemanticIcon_size: .75rem;--_ui5_tc_headerItem_focus_border_radius: .375rem;--_ui5_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5_tc_mixedMode_itemText_font_weight: normal;--_ui5_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5_tc_headerItem_expand_button_border_radius: .25rem;--_ui5_tc_headerItem_expand_button_separator_display: inline-block;--_ui5_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5_tc_overflowItem_focus_offset: .125rem;--_ui5_tc_overflowItem_indent: .5rem;--_ui5_tc_overflowItem_extra_indent: 0rem;--_ui5_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5_tc_overflowItem_current_color: CurrentColor;--_ui5_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_focus_border_offset: -5px;--_ui5_tc_headerItemIcon_focus_border_radius: 50%;--_ui5_tc_overflow_text_color: var(--sapTextColor);--_ui5_text_max_lines: initial;--_ui5_textarea_state_border_width: .125rem;--_ui5_textarea_information_border_width: .125rem;--_ui5_textarea_placeholder_font_style: italic;--_ui5_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5_textarea_error_placeholder_font_style: italic;--_ui5_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5_textarea_hover_border: none;--_ui5_textarea_error_warning_border_style: none;--_ui5_textarea_disabled_opacity: .4;--_ui5_textarea_line_height: 1.5;--_ui5_textarea_focus_pseudo_element_content: "";--_ui5_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_textarea_focus_offset: 0;--_ui5_textarea_readonly_focus_offset: 1px;--_ui5_textarea_value_state_focus_offset: 1px;--_ui5_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5_textarea_min_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_textarea_wrapper_padding: .0625rem;--_ui5_textarea_success_wrapper_padding: .0625rem;--_ui5_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_inner_width: calc(100% - (2 * var(--_ui5_textarea_wrapper_padding)));--_ui5_textarea_padding_right_and_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_error_warning: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_information: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_readonly: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_textarea_padding_top: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_readonly: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_bottom_readonly: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .375rem);--_ui5_textarea_padding_top_error_warning: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_error_warning: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_information: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_information: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_margin: var(--_ui5-compact-size, .1875rem 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_textarea_readonly_border_style: dashed;--_ui5_textarea_focus_border_radius: .25rem;--_ui5-time_picker_border_radius: .25rem;--_ui5_toast_vertical_offset: 3rem;--_ui5_toast_horizontal_offset: 2rem;--_ui5_toast_background: var(--sapIndicationColor_9_Background);--_ui5_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5_toast_offset_width: -.1875rem;--_ui5_toggle_button_emphasized_text_shadow: none;--_ui5_yearpicker_item_margin: .0625rem;--_ui5_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_yearpicker_item_border_radius: .5rem;--_ui5_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_calendar_header_arrow_button_border: .0625rem solid var(--sapList_Hover_Background);--_ui5_calendar_header_arrow_button_border_radius: .5rem;--_ui5_calendar_header_middle_button_width: 6.25rem;--_ui5_calendar_header_middle_button_flex: 1 1 auto;--_ui5_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5_calendar_header_middle_button_focus_border: none;--_ui5_calendar_header_middle_button_focus_after_display: block;--_ui5_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5_calendar_header_middle_button_focus_background: transparent;--_ui5_calendar_header_middle_button_focus_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_background: transparent;--_ui5_calendar_header_middle_button_focus_after_border: none;--_ui5_calendar_header_midcontainer_gap: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_header_arrow_button_flex_shrink: var(--_ui5-compact-size, 1) var(--_ui5-cozy-size, 0);--_ui5_token_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_color: var(--sapContent_LabelColor);--_ui5_token_border_radius: .375rem;--_ui5_token_focus_outline_width: .0625rem;--_ui5_token_outline_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, .125rem);--_ui5_token_text_color: var(--sapTextColor);--_ui5_token_right_margin: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_left_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_readonly_padding: var(--_ui5-compact-size, .125rem .25rem) var(--_ui5-cozy-size, .25rem .3125rem);--_ui5_token_selected_focus_outline: none;--_ui5_token_focus_outline: none;--_ui5_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--ui5_token_focus_pseudo_element_content: "";--_ui5_token_focus_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, -.25rem);--_ui5_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5_token_selected_internal_border_bottom_radius: .1875rem;--_ui5_token_icon_padding: var(--_ui5-compact-size, .375rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_token_focus_outline_border_radius: .5rem;--_ui5_tokenizer_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_tokenizer_gap: var(--_ui5-compact-size, .375em .25rem) var(--_ui5-cozy-size, .625rem .25rem);--_ui5_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5_tokenizer-popover_offset: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .3125rem);--_ui5_slider_inner_min_width: 4rem;--_ui5_slider_progress_border_width: .0625rem;--_ui5_slider_disabled_opacity: .4;--_ui5_slider_active_progress_left: -.0625rem;--_ui5_slider_handle_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_slider_handle_width: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--ui5_slider_handle_outline: none;--ui5_slider_handle_outline_offset: .0625rem;--_ui5_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5_slider_handle_border_radius: .5rem;--_ui5_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_active_border: .125rem solid var(--sapSlider_Active_HandleBorderColor);--_ui5_slider_handle_icon_display: inline-block;--_ui5_slider_handle_icon_size: .875rem;--_ui5_slider_handle_box_sizing: border-box;--_ui5_slider_scale_background: var(--sapSlider_Background);--_ui5_slider_scale_progress_background: var(--sapSlider_Selected_Background);--_ui5_slider_scale_progress_border: none;--_ui5_slider_scale_dots_distance: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1rem);--_ui5_slider_scale_dots_display: inline-block;--_ui5_slider_scale_tickmark_height: .5rem;--_ui5_slider_scale_root_box_sizing: border-box;--_ui5_slider_scale_progress_top: 0;--_ui5_slider_scale_progress_height: 100%;--_ui5_range_slider_progress_focus_display: block;--_ui5_range_slider_progress_focus_top: calc(-1 * ((var(--_ui5_slider_handle_height) / 2) + .1875rem) + var(--_ui5_slider_progress_border_width) + .0625rem - .125rem - .0625rem);--_ui5_range_slider_progress_focus_left: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem);--_ui5_range_slider_progress_focus_right: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem - .0625rem);--_ui5_range_slider_progress_focus_height: calc(var(--_ui5_slider_handle_height) + .375rem + .25rem + .0625rem);--_ui5_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5_range_slider_progress_focus_border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5_range_slider_progress_focus_border_radius: .5rem;--_ui5_range_slider_legacy_progress_focus_display: none;--_ui5_range_slider_focus_outline_width: 100%;--_ui5_slider_progress_outline: .0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_range_slider_focus_outline_radius: 0;--_ui5_slider_progress_outline_offset: var(--_ui5-compact-size, -.625rem) var(--_ui5-cozy-size, -.8125rem);--_ui5_slider_outer_height: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 1.6875rem);--_ui5_slider_progress_outline_offset_left: 0;--_ui5_slider_scale_progress_border_radius: .25rem;--_ui5_slider_scale_border: none;--_ui5_slider_root_side_padding: var(--_ui5-compact-size, 0 .75rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_slider_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_value_state_message_border: none;--_ui5_value_state_header_border: none;--_ui5_input_value_state_icon_display: inline-block;--_ui5_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5_value_state_message_icon_width: 1rem;--_ui5_value_state_message_icon_height: 1rem;--_ui5_input_value_state_icon_offset: .5rem;--_ui5_value_state_header_offset: -.25rem;--_ui5_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5_value_state_message_line_height: 1.125rem;--_ui5_value_state_message_popover_header_min_height: 2rem;--_ui5_value_state_message_popover_header_min_width: 6rem;--_ui5_value_state_message_popover_header_max_width: 22rem;--_ui5_value_state_message_popover_header_width: auto;--_ui5_value_state_message_icon_offset_phone: 1rem;--_ui5_value_state_header_border_bottom: none;--_ui5-toolbar-padding-left: .5rem;--_ui5-toolbar-padding-right: .5rem;--_ui5-toolbar-item-margin-left: 0;--_ui5-toolbar-item-margin-right: .25rem;--_ui5_step_input_input_error_background_color: inherit;--_ui5-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5_step_input_border_style: none;--_ui5_step_input_border_style_hover: none;--_ui5_step_input_button_background_color: transparent;--_ui5_step_input_input_border: none;--_ui5_step_input_input_margin_top: 0;--_ui5_step_input_button_display: inline-flex;--_ui5_step_input_button_left: 0;--_ui5_step_input_button_right: 0;--_ui5_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5_step_input_input_border_top_bottom_focused_after: 0;--_ui5_step_input_input_border_radius_focused_after: .25rem;--_ui5_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5_step_input_disabled_button_background: none;--_ui5_step_input_border_color_hover: none;--_ui5_step_input_border_hover: none;--_ui5_input_input_background_color: transparent;--_ui5_step_input_min_width: var(--_ui5-compact-size, 6rem) var(--_ui5-cozy-size, 7.25rem);--_ui5_step_input_padding: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_load_more_padding: 0;--_ui5_load_more_border: 1px top solid transparent;--_ui5_load_more_border_radius: none;--_ui5_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5_calendar_height: var(--_ui5-compact-size, 18rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_calendar_width: var(--_ui5-compact-size, 17.75rem) var(--_ui5-cozy-size, 20rem);--_ui5_calendar_left_right_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_top_bottom_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_calendar_header_arrow_button_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_calendar_header_padding: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_calendar_multiple_layout: var(--_ui5-compact-size, column) var(--_ui5-cozy-size, row);--_ui5_calendar_multiple_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_multiple_width: var(--_ui5-compact-size, var(--_ui5_calendar_width)) var(--_ui5-cozy-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2)));--_ui5_calendar_overlay_top: var(--_ui5-compact-size, 54%) var(--_ui5-cozy-size, 57%);--_ui5_calendar_overlay_width: var(--_ui5-compact-size, 100%) var(--_ui5-cozy-size, 16rem);--_ui5_checkbox_root_side_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_wrapped_focus_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_partially_icon_size: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5_custom_list_item_rb_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_day_picker_item_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_day_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_day_picker_empty_height: var(--_ui5-compact-size, 2.125rem) var(--_ui5-cozy-size, 3rem);--_ui5_day_picker_item_justify_content: var(--_ui5-compact-size, flex-end) var(--_ui5-cozy-size, space-between);--_ui5_dp_item_withsecondtype_font_size: var(--_ui5-compact-size, var(--sapFontSmallSize)) var(--_ui5-cozy-size, var(--sapFontSize));--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_top: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_right: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_dp_two_calendar_item_secondary_text_height: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_dp_two_calendar_item_text_padding_top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .4375rem);--_ui5_dp_two_calendar_item_secondary_text_padding_block: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_dp_two_calendar_item_secondary_text_padding: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_two_calendar_item_selected_focus_margin_bottom: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_two_calendar_item_selected_focus_padding_right: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_multiple_months_height: var(--_ui5-compact-size, calc(2 * var(--_ui5_calendar_height))) var(--_ui5-cozy-size, var(--_ui5_calendar_height));--_ui5-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-calendar-legend-item-box-inner-margin: .5rem;--_ui5_color_picker_slider_progress_container_height: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_picker_slider_container_margin_top: var(--_ui5-compact-size, -.375rem) var(--_ui5-cozy-size, -.5rem);--_ui5_color_picker_slider_handle_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_color_picker_slider_handle_width: var(--_ui5-compact-size, .9375rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_color_picker_slider_handle_after_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color_picker_slider_handle_focus_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_color_picker_colors_wrapper_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color_picker_sliders_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_color_picker_main_color_margin_bottom: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color_picker_slider_spacing: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, .9375rem);--_ui5_color_channel_toggle_button_width: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_channel_toggle_button_margin-top: var(--_ui5-compact-size, -.9375rem) var(--_ui5-cozy-size, -.75rem);--_ui5_color_channel_hex_input_width: var(--_ui5-compact-size, 4.625rem) var(--_ui5-cozy-size, 4.8125rem);--_ui5-color_channel_margin_top: var(--_ui5-compact-size, 0rem) var(--_ui5-cozy-size, .25rem);--_ui5_color-palette-item-height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color-palette-item-hover-height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color-palette-item-margin: var(--_ui5-compact-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem)) var(--_ui5-cozy-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem));--_ui5_color-palette-row-width: var(--_ui5-compact-size, 8.75rem) var(--_ui5-cozy-size, 12rem);--_ui5_color-palette-swatch-container-padding: var(--_ui5-compact-size, .1875rem .5rem) var(--_ui5-cozy-size, .3125rem .6875rem);--_ui5_datetime_picker_width: var(--_ui5-compact-size, 35.5rem) var(--_ui5-cozy-size, 40.0625rem);--_ui5_datetime_picker_height: var(--_ui5-compact-size, 20.5rem) var(--_ui5-cozy-size, 25rem);--_ui5_datetime_timeview_width: var(--_ui5-compact-size, 17rem) var(--_ui5-cozy-size, 17rem);--_ui5_datetime_timeview_phonemode_width: var(--_ui5-compact-size, 18.5rem) var(--_ui5-cozy-size, 19.5rem);--_ui5_datetime_timeview_phonemode_clocks_width: var(--_ui5-compact-size, 21.125rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_datetime_dateview_phonemode_margin_bottom: var(--_ui5-compact-size, 3.125rem) var(--_ui5-cozy-size, 0);--_ui5_popup_footer_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_dialog_content_min_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_inner_padding: var(--_ui5-compact-size, 0 .5rem) var(--_ui5-cozy-size, 0 .625rem);--_ui5_input_inner_padding_with_icon: var(--_ui5-compact-size, 0 .25rem 0 .5rem) var(--_ui5-cozy-size, 0 .25rem 0 .625rem);--_ui5_input_inner_space_to_tokenizer: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_input_inner_space_to_n_more_text: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_input_inner_with_tokenizer_padding_inline_end: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_list_no_data_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_item_cb_margin_right: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 0);--_ui5_list_item_title_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_no_data_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_item_img_size: 3rem;--_ui5_list_item_img_top_margin: var(--_ui5-compact-size, .55rem) var(--_ui5-cozy-size, .5rem);--_ui5_list_item_img_bottom_margin: .5rem;--_ui5_list_item_img_hn_margin: .75rem;--_ui5_list_item_dropdown_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_list_item_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_list_item_base_padding: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_list_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.125rem);--_ui5_list_item_icon_padding-inline-end: .75rem;--_ui5_list_item_selection_btn_margin_top: var(--_ui5-compact-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding))) var(--_ui5-cozy-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding)));--_ui5_list_item_content_vertical_offset: var(--_ui5-compact-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2)) var(--_ui5-cozy-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2));--_ui5_group_header_list_item_height: 2.75rem;--_ui5_month_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_buttons_left_space: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_form_item_min_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.813rem);--_ui5_form_item_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .65rem);--_ui5-form-group-heading-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_popup_default_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_year_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_token_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_token_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, .75rem);--_ui5_tc_item_text: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_tc_item_height: var(--_ui5-compact-size, 4rem) var(--_ui5-cozy-size, 4.75rem);--_ui5_tc_item_text_only_height: 2.75rem;--_ui5_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5_tc_item_text_line_height: var(--_ui5-compact-size, 1.325rem) var(--_ui5-cozy-size, 1.325rem);--_ui5_tc_item_icon_circle_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_tc_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_tc_item_add_text_margin_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_label_side_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_inner_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_svg_size: var(--_ui5-compact-size, 1.1429em) var(--_ui5-cozy-size, 1.5714em);--_ui5-responsive_popover_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-indent-step: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.5rem);--_ui5-tree-toggle-box-width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-toggle-box-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5-tree-toggle-icon-size: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_split_button_middle_separator_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .625rem);--_ui5_split_button_middle_separator_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1rem);--_ui5-toolbar-separator-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5-toolbar-height: var(--_ui5-compact-size, var(--sapElement_Compact_LineHeight)) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_toolbar_overflow_padding: var(--_ui5-compact-size, .1875rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_dynamic_page_title_actions_separator_height: var(--_ui5-compact-size, var(--_ui5-toolbar-separator-height)) var(--_ui5-cozy-size, var(--_ui5-toolbar-separator-height));--_ui5-shellbar-separator-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--___ui5-test-cozy-only: red;--___ui5-test-both: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, red);--___ui5-test-compact-only: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_height: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_rotation_90deg: rotate(90deg);--_ui5_rotation_minus_90deg: rotate(-90deg);--_ui5_icon_transform_scale: none;--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_90deg);--_ui5_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5_dialog_resize_cursor: se-resize;--_ui5_menu_submenu_margin_offset: -.25rem 0}.ui5-avatar-group-items-xs{--_ui5_avatar_group_focus_border_radius: 1rem}.ui5-avatar-group-items-s{--_ui5_avatar_group_focus_border_radius: 1.5rem}.ui5-avatar-group-items-m{--_ui5_avatar_group_focus_border_radius: 2rem}.ui5-avatar-group-items-l{--_ui5_avatar_group_focus_border_radius: 2.5rem}.ui5-avatar-group-items-xl{--_ui5_avatar_group_focus_border_radius: 3.5rem}:dir(rtl){--_ui5_icon_transform_scale: scale(-1, 1);--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_minus_90deg);--_ui5_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5_dialog_resize_cursor:sw-resize;--_ui5_menu_submenu_margin_offset: 0 -.25rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_border_radius: .25rem}\n'},3466(ge,W,f){"use strict";f.d(W,{Xj:()=>D,vR:()=>ee,cY:()=>L});var m=f(6156),E=f(2358),w=f(3274);const N=(0,m.A)("OpenedPopupsRegistry",{openedRegistry:[]}),H=(0,w.x)("OpenUI5Support"),D=(B,ne=[])=>{N.openedRegistry.some(J=>J.instance===B)||(N.openedRegistry.push({instance:B,parentPopovers:ne}),function C(B){H?.addOpenedPopup(B)}({type:"WebComponent",instance:B})),V(),1===N.openedRegistry.length&&q()},L=B=>{N.openedRegistry=N.openedRegistry.filter(ne=>ne.instance!==B),function T(B){H?.removeOpenedPopup(B)}(B),V(),N.openedRegistry.length||te()},ee=()=>[...N.openedRegistry],j=B=>{if(N.openedRegistry.length&&(0,E.KL)(B)&&!((B,ne="handledByControl")=>!!B[`_sapui_${ne}`])(B)){const ne=N.openedRegistry[N.openedRegistry.length-1].instance;if(H&&ne!==H.getTopmostPopup())return;B.stopImmediatePropagation(),ne.closePopup(!0)}},q=()=>{document.addEventListener("keydown",j)},te=()=>{document.removeEventListener("keydown",j)},V=()=>{let B,ne=!1;for(let J=N.openedRegistry.length-1;J>=0;J--)B=N.openedRegistry[J].instance,!ne&&B.isModal?(B.isTopModalPopup=!0,ne=!0):B.isTopModalPopup=!1}},9698(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.List="List",w.Menu="Menu",w.Tree="Tree",w.ListBox="ListBox",w}(m||{});const E=m},897(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.ListItem="ListItem",w.MenuItem="MenuItem",w.TreeItem="TreeItem",w.Option="Option",w.None="None",w}(m||{});const E=m},5011(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.None="None",w.Single="Single",w.SingleStart="SingleStart",w.SingleEnd="SingleEnd",w.SingleAuto="SingleAuto",w.Multiple="Multiple",w.Delete="Delete",w}(m||{});const E=m},9494(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.Center="Center",w.Start="Start",w.End="End",w.Stretch="Stretch",w}(m||{});const E=m},9634(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.None="None",w.Dialog="Dialog",w.AlertDialog="AlertDialog",w}(m||{});const E=m},6968(ge,W,f){"use strict";f.d(W,{A:()=>E});var m=function(w){return w.None="None",w.Normal="Normal",w}(m||{});const E=m},467(ge,W,f){"use strict";function m(w,b,P,z,N,H,C){try{var T=w[H](C),D=T.value}catch(L){return void P(L)}T.done?b(D):Promise.resolve(D).then(z,N)}function E(w){return function(){var b=this,P=arguments;return new Promise(function(z,N){var H=w.apply(b,P);function C(D){m(H,z,N,C,T,"next",D)}function T(D){m(H,z,N,C,T,"throw",D)}C(void 0)})}}f.d(W,{A:()=>E})}},HC={};function ht(ge){var W=HC[ge];if(void 0!==W)return W.exports;var f=HC[ge]={id:ge,loaded:!1,exports:{}};return jC[ge](f,f.exports,ht),f.loaded=!0,f.exports}ht.m=jC,ht.n=ge=>{var W=ge&&ge.__esModule?()=>ge.default:()=>ge;return ht.d(W,{a:W}),W},ht.d=(ge,W)=>{for(var f in W)ht.o(W,f)&&!ht.o(ge,f)&&Object.defineProperty(ge,f,{enumerable:!0,get:W[f]})},ht.f={},ht.e=ge=>Promise.all(Object.keys(ht.f).reduce((W,f)=>(ht.f[f](ge,W),W),[])),ht.u=ge=>ge+".js",ht.miniCssF=ge=>{},ht.o=(ge,W)=>Object.prototype.hasOwnProperty.call(ge,W),ge={},ht.l=(f,m,E,w)=>{if(ge[f])ge[f].push(m);else{var b,P;if(void 0!==E)for(var z=document.getElementsByTagName("script"),N=0;N<z.length;N++){var H=z[N];if(H.getAttribute("src")==f||H.getAttribute("data-webpack")=="wc:"+E){b=H;break}}b||(P=!0,(b=document.createElement("script")).type="module",b.charset="utf-8",ht.nc&&b.setAttribute("nonce",ht.nc),b.setAttribute("data-webpack","wc:"+E),b.src=ht.tu(f)),ge[f]=[m];var C=(D,L)=>{b.onerror=b.onload=null,clearTimeout(T);var ee=ge[f];if(delete ge[f],b.parentNode&&b.parentNode.removeChild(b),ee&&ee.forEach(j=>j(L)),D)return D(L)},T=setTimeout(C.bind(null,void 0,{type:"timeout",target:b}),12e4);b.onerror=C.bind(null,b.onerror),b.onload=C.bind(null,b.onload),P&&document.head.appendChild(b)}},ht.r=ge=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(ge,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ge,"__esModule",{value:!0})},ht.nmd=ge=>(ge.paths=[],ge.children||(ge.children=[]),ge),(()=>{var ge;ht.tt=()=>(void 0===ge&&(ge={createScriptURL:W=>W},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(ge=trustedTypes.createPolicy("angular#bundler",ge))),ge)})(),ht.tu=ge=>ht.tt().createScriptURL(ge),ht.p="",(()=>{var ge={792:0};ht.f.j=(m,E)=>{var w=ht.o(ge,m)?ge[m]:void 0;if(0!==w)if(w)E.push(w[2]);else{var b=new Promise((H,C)=>w=ge[m]=[H,C]);E.push(w[2]=b);var P=ht.p+ht.u(m),z=new Error;ht.l(P,H=>{if(ht.o(ge,m)&&(0!==(w=ge[m])&&(ge[m]=void 0),w)){var C=H&&("load"===H.type?"missing":H.type),T=H&&H.target&&H.target.src;z.message="Loading chunk "+m+" failed.\n("+C+": "+T+")",z.name="ChunkLoadError",z.type=C,z.request=T,w[1](z)}},"chunk-"+m,m)}};var W=(m,E)=>{var z,N,[w,b,P]=E,H=0;if(w.some(T=>0!==ge[T])){for(z in b)ht.o(b,z)&&(ht.m[z]=b[z]);P&&P(ht)}for(m&&m(E);H<w.length;H++)ht.o(ge,N=w[H])&&ge[N]&&ge[N][0](),ge[N]=0},f=self.webpackChunkwc=self.webpackChunkwc||[];f.forEach(W.bind(null,0)),f.push=W.bind(null,f.push.bind(f))})(),(()=>{"use strict";
7
+ var y=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,g=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,M={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;"},L=function(I){var w=M[I];return w||(w=g.test(I)?"&#xfffd;":"&#x"+function(I,w){var S=I.toString(16);return w&&(S=S.padStart(w,"0")),S}(I.charCodeAt(0))+";",M[I]=w),w};const U=function(I){return I.replace(y,L)}},7928(ie,H,u){"use strict";const v=new(u(1241).A),y="themeRegistered";u.d(H,["E",0,L=>v.fireEvent(y,L),"h",0,L=>{v.attachEvent(y,L)}])},6077(ie,H,u){"use strict";u.d(H,{Ay:()=>Pe});var h=u(9293),v=u(8923),y=u(3455),g=u(1712);const L=new(u(1241).A);var S=u(3274),O=u(494),X=u(6726),P=u(5726),ne=u(8079),J=u(1452);const z="@ui5/webcomponents-theming",Z=function(){var Ee=h(function*(he){if(!(0,v.w2)().has(z))return;const pe=yield(0,v.tw)(z,he);pe&&(0,y.E6)(pe,"data-ui5-theme-properties",z,he)});return function Ie(he){return Ee.apply(this,arguments)}}(),se=function(){var Ee=h(function*(he,pe){const Ne=[...(0,v.w2)().entries()].map(function(){var je=h(function*([lt,{cssVariablesTarget:ee}]){if(lt===z)return;const Fe=yield(0,v.tw)(lt,he,pe);Fe&&("root"===ee?(0,y.E6)(Fe,`data-ui5-component-properties-${(0,ne._w)()}`,lt):"host"===ee&&(0,J.F)(lt,Fe))});return function(lt){return je.apply(this,arguments)}}());return Promise.all(Ne)});return function Ie(he,pe){return Ee.apply(this,arguments)}}(),le=function(){var Ee=h(function*(he){const pe=(0,g.A)();if(pe)return pe;const Ne=(0,S.x$)("OpenUI5Support");if(Ne&&Ne.isOpenUI5Detected()){if(Ne.cssVariablesLoaded())return{themeName:Ne.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if((0,O.SU)())return yield(0,O.zn)(he),(0,g.A)()});return function Ie(he){return Ee.apply(this,arguments)}}(),Pe=function(){var Ee=h(function*(he){const pe=yield le(he);pe&&he===pe.themeName?(0,y.eP)("data-ui5-theme-properties",z):yield Z(he);const Ne=pe&&pe.themeName===he?he:void 0,je=pe&&pe.baseThemeName,lt=(0,v.gu)(he)?he:je||P.SS;yield se(lt,Ne),(0,X.Dm)(je),(Ee=>{L.fireEvent("themeLoaded",Ee)})(he)});return function Ie(he){return Ee.apply(this,arguments)}}()},1452(ie,H,u){"use strict";const h=new Map;let v;const y=()=>(v||(v=new CSSStyleSheet),v);u.d(H,["F",0,(M,L)=>{h.set(M,L);const F=Array.from(h.values()).join("\n");y().replaceSync(F)},"k",0,y])},1712(ie,H,u){"use strict";const h=new Set;u.d(H,["A",0,()=>{const F=(()=>{let F=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(F)return getComputedStyle(F).backgroundImage;F=document.createElement("span"),F.style.display="none",F.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(F);let U=getComputedStyle(F).backgroundImage;return"none"===U&&(F.classList.add("sapThemeMetaData-UI5-sap-ui-core"),U=getComputedStyle(F).backgroundImage),document.body.removeChild(F),U})();if(!F||"none"===F)return;const U=(F=>{const U=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(F);if(U&&U.length>=2){let I=U[1];if(I=I.replace(/\\"/g,'"'),"{"!==I.charAt(0)&&"}"!==I.charAt(I.length-1))try{I=decodeURIComponent(I)}catch{return void(h.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),h.add("decode")))}try{return JSON.parse(I)}catch{h.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),h.add("parse"))}}})(F);return U?(F=>{let U,I;try{const w=F.Path.split(".");U=4===w.length?w[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),I=F.Extends[0]}catch{return void(h.has("object")||(console.warn("Malformed theme metadata Object",F),h.add("object")))}return{themeName:U,baseThemeName:I}})(U):void 0}])},8509(ie,H,u){"use strict";u.d(H,{A:()=>O});var h={},v=h.hasOwnProperty,y=h.toString,g=v.toString,M=g.call(Object);const F=function(X){var P,ne;return!(!X||"[object Object]"!==y.call(X)||(P=Object.getPrototypeOf(X))&&("function"!=typeof(ne=v.call(P,"constructor")&&P.constructor)||g.call(ne)!==M))};var U=Object.create(null),I=function(X,P,ne,J){var K,x,z,q,Z,ce,se=arguments[2]||{},le=3,ve=arguments.length,Pe=arguments[0]||!1,Ee=arguments[1]?void 0:U;for("object"!=typeof se&&"function"!=typeof se&&(se={});le<ve;le++)if(null!=(Z=arguments[le]))for(q in Z)K=se[q],z=Z[q],"__proto__"!==q&&se!==z&&(Pe&&z&&(F(z)||(x=Array.isArray(z)))?(x?(x=!1,ce=K&&Array.isArray(K)?K:[]):ce=K&&F(K)?K:{},se[q]=I(Pe,arguments[1],ce,z)):z!==Ee&&(se[q]=z));return se};const w=I,O=function(X,P){return w(!0,!1,...arguments)}},9671(ie,H,u){"use strict";var y,h=((y=h||{}).Full="full",y.Basic="basic",y.Minimal="minimal",y.None="none",y);u.d(H,["A",0,h])},4778(ie,H,u){"use strict";var y,h=((y=h||{}).On="On",y.Before="Before",y.After="After",y);u.d(H,["A",0,h])},2928(ie,H,u){"use strict";var y,h=((y=h||{}).Vertical="Vertical",y.Horizontal="Horizontal",y);u.d(H,["A",0,h])},594(ie,H,u){"use strict";var y,h=((y=h||{}).None="None",y.Positive="Positive",y.Critical="Critical",y.Negative="Negative",y.Information="Information",y);u.d(H,["A",0,h])},3493(ie,H,u){"use strict";const h=new WeakMap,v=new WeakMap,y={attributes:!0,childList:!0,characterData:!0,subtree:!0},M=K=>{const x=K.accessibleNameRef?.split(" ")??[];let z="";return x.forEach((q,Z)=>{const ce=U(K,q),se=`${ce&&ce.textContent?ce.textContent:""}`;se&&(z+=se,Z<x.length-1&&(z+=" "))}),z},L=K=>{const x=new Set;F(K).forEach(ce=>{x.add(ce)});const Z=[K.accessibleNameRef,K.accessibleDescriptionRef].filter(Boolean).join(" ");return(Z?Z.split(" "):[]).forEach(ce=>{const se=U(K,ce);se&&x.add(se)}),Array.from(x)},F=K=>{const x=K.getRootNode().querySelectorAll(`[for="${K.id}"]`);return Array.from(x)},U=(K,x)=>K.getRootNode().querySelector(`[id='${x}']`)||document.getElementById(x),O=(K,x)=>{let z=h.get(x);if(!z){z={observer:null,callbacks:[]};const q=new MutationObserver(()=>{z.callbacks.forEach(ce=>{ce()});const Z=document.getElementById(x.id);K.host.id===x.getAttribute("for")||Z||X(K,x)});z.observer=q,q.observe(x,y),h.set(x,z)}z.callbacks.includes(K.callback)||z.callbacks.push(K.callback)},X=(K,x)=>{const z=h.get(x);z&&(z.callbacks=z.callbacks.filter(q=>q!==K.callback),z.callbacks.length||(z.observer?.disconnect(),h.delete(x))),K.observedElements=K.observedElements.filter(q=>q!==x)},J=K=>{const x=K.accessibleDescriptionRef?.split(" ")??[];let z="";return x.forEach((q,Z)=>{const ce=U(K,q),se=`${ce&&ce.textContent?ce.textContent:""}`;se&&(z+=se,Z<x.length-1&&(z+=" "))}),z};u.d(H,["Bm",0,J,"I7",0,K=>{const x=v.get(K);x&&([...x.observedElements].forEach(z=>{X(x,z)}),K.detachInvalidate(x.invalidationCallback),v.delete(K))},"UT",0,K=>{const x=[];if(F(K).forEach(z=>{const q=z.textContent;q&&x.push(q)}),x.length)return x.join(" ")},"Uu",0,K=>{const x=K;return x.accessibleDescriptionRef?J(K):x.accessibleDescription?x.accessibleDescription:void 0},"ax",0,K=>{const x=K;return x.accessibleNameRef?M(K):x.accessibleName?x.accessibleName:void 0},"nK",0,(K,x)=>{if(v.has(K))return;const z=L(K),q=(K=>x=>{if(!(x&&"property"===x.type&&"accessibleNameRef"===x.name||x&&"property"===x.type&&"accessibleDescriptionRef"===x.name))return;const Z=v.get(K);if(!Z)return;const ce=Z.observedElements,se=L(K);ce.forEach(le=>{se.includes(le)||X(Z,le)}),se.forEach(le=>{ce.includes(le)||(O(Z,le),Z.observedElements.push(le))}),Z?.callback()})(K),Z={host:K,observedElements:z,callback:x,invalidationCallback:q};v.set(K,Z),K.attachInvalidate(q),z.forEach(ce=>{O(Z,ce)}),x()},"yI",0,M])},3952(ie,H,u){"use strict";u.d(H,{$:()=>S,D:()=>O});var h=u(9293),v=u(5465);const y=/^(?:a|area)$/i,g=/^(?:input|select|textarea|button)$/i,L=J=>{if(J.disabled)return!1;const K=J.getAttribute("tabindex");return null!=K?parseInt(K)>=0:g.test(J.nodeName)||y.test(J.nodeName)&&!!J.href};var F=u(4431),U=u(6136);const I=J=>J.hasAttribute("data-ui5-focus-trap"),w=J=>{const K=getComputedStyle(J);return J.scrollHeight>J.clientHeight&&["scroll","auto"].indexOf(K.overflowY)>=0||J.scrollWidth>J.clientWidth&&["scroll","auto"].indexOf(K.overflowX)>=0},S=function(){var J=h(function*(x,z){return!x||(0,v.A)(x)?null:ne(x,!0,z)});return function K(x,z){return J.apply(this,arguments)}}(),O=function(){var J=h(function*(x,z){return!x||(0,v.A)(x)?null:ne(x,!1,z)});return function K(x,z){return J.apply(this,arguments)}}(),X=J=>J.hasAttribute("data-ui5-focus-redirect")||!(0,v.A)(J),P=J=>{if((0,F.W)(J)){const K=J.getAttribute("tabindex");if(null!==K&&parseInt(K)<0)return!0}return!1},ne=function(){var J=h(function*(x,z,q){let Z,ce,le,se=-1;for(x.shadowRoot?Z=z?x.shadowRoot.firstElementChild:x.shadowRoot.lastElementChild:x instanceof HTMLSlotElement&&x.assignedNodes()?(ce=x.assignedElements(),se=z?0:ce.length-1,Z=ce[se]):Z=q?x:z?x.firstElementChild:x.lastElementChild;Z;){const ve=Z;if(!(0,v.A)(ve)&&!P(ve)){if((0,F.W)(Z)&&(yield Z._waitForDomRef(),Z=Z.getDomRef()),!Z||(0,v.A)(Z))return null;if(1===Z.nodeType&&X(Z)&&!I(Z)){if(L(Z)||(le=yield ne(Z,z),!(0,U.nr)()&&!le&&w(Z)))return Z&&"function"==typeof Z.focus?Z:null;if(le)return le&&"function"==typeof le.focus?le:null}}Z=z?ve.nextElementSibling:ve.previousElementSibling,ce&&!ce[se].contains(Z)&&(se=z?se+1:se-1,Z=ce[se])}return null});return function K(x,z,q){return J.apply(this,arguments)}}()},1402(ie,H,u){"use strict";var h=u(4127);const v=()=>{const I=(0,h.A)();return I&&"function"==typeof I.focus?I:null},g=(I,w)=>{let S=I;if(S.shadowRoot&&(S=Array.from(S.shadowRoot.children).find(X=>"style"!==X.localName),!S))return!1;if(S===w)return!0;const O="slot"===S.localName?S.assignedNodes():S.children;return!!O&&Array.from(O).some(X=>g(X,w))},U=I=>{const w=I.parentElement||I.getRootNode&&I.getRootNode().host;return w&&(function F(I){return"isUI5Element"in I&&"_show"in I}(w)||w===document.documentElement)?w:U(w)};u.d(H,["CA",0,v,"TP",0,I=>{const w=v();return!!w&&g(I,w)},"nE",0,U,"wi",0,(I,w)=>{let S,O;if(I instanceof MouseEvent)S=I.clientX,O=I.clientY;else{const X=I.touches[0];S=X.clientX,O=X.clientY}return((I,w,S)=>I>=S.left&&I<=S.right&&w>=S.top&&w<=S.bottom)(S,O,w)}])},6488(ie,H,u){"use strict";u.d(H,{J:()=>g});var h=u(5465);const g=F=>L("SLOT"===F.tagName?[F]:[...F.children]),L=(F,U)=>{const I=U||[];return F&&F.forEach(w=>{if(w.nodeType===Node.TEXT_NODE||w.nodeType===Node.COMMENT_NODE)return;const S=w;S.hasAttribute("data-sap-no-tab-ref")||((F=>{if(!F||F.hasAttribute("data-sap-no-tab-ref")||(0,h.A)(F))return!1;const U=F.getAttribute("tabindex");if(null!=U)return parseInt(U)>=0;const I=F.nodeName.toLowerCase();return!("a"!==I&&!/^(input|select|textarea|button|object)$/.test(I)||F.disabled)})(S)&&I.push(S),L("SLOT"===S.tagName?S.assignedElements():[...S.shadowRoot?S.shadowRoot.children:S.children],I))}),I}},8777(ie,H,u){"use strict";u.d(H,["A",0,(y,g)=>{if(y.length!==g.length)return!1;for(let M=0;M<y.length;M++)if(y[M]!==g[M])return!1;return!0}])},8762(ie,H,u){"use strict";u.d(H,["A",0,(y,g,M)=>Math.min(Math.max(y,g),Math.max(g,M))])},5031(ie,H,u){"use strict";u.d(H,["A",0,function h(y){return g=>null!=g&&y in g&&!0===g[y]}])},6826(ie,H,u){"use strict";u.d(H,{A:()=>X});var h=u(9293),y=u(4446);const g={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let L=null;const w=function(){var P=h(function*(J){const K=document.createElement("div"),x=yield(0,y.HE)("@ui5/webcomponents-base"),z=K.attachShadow({mode:"open"}),q=new CSSStyleSheet;return q.replaceSync(":host{justify-content:center;align-items:center;display:flex;color:var(--sapList_TextColor);background-color:var(--sapList_Background);font-family:var(--sapFontFamily);height:var(--sapElement_LineHeight);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);opacity:.8;position:absolute;padding:0 1rem;top:-1000px;left:-1000px}"),z.adoptedStyleSheets=[q],z.textContent=x.getText(g,J),K});return function ne(J){return P.apply(this,arguments)}}(),X={setDraggedElement:(P,ne)=>{L=P,ne?.dataTransfer?.setData("text/plain",P?P.id:"")},clearDraggedElement:()=>{L=null},getDraggedElement:()=>L,startMultipleDrag:function(){var P=h(function*(J,K){if(J<2)return void console.warn(`Cannot start multiple drag with count ${J}. Minimum is 2.`);if(!K.dataTransfer)return;const x=yield w(J);document.body.appendChild(x),K.dataTransfer.setDragImage(x,0,0),requestAnimationFrame(()=>{x.remove()})});return function ne(J,K){return P.apply(this,arguments)}}()}},7669(ie,H,u){"use strict";var h=u(4778),v=u(2928);const y=(w,S,O,X)=>{const P=Math.abs(w-S),ne=Math.abs(w-O),J=Math.abs(w-X);let x=[];switch(Math.min(P,ne,J)){case P:x=[h.A.Before];break;case ne:x=[h.A.On,P<J?h.A.Before:h.A.After];break;case J:x=[h.A.After]}return x},M=(w,S)=>--S<0?[]:[{element:w[S],placement:h.A.Before}],L=(w,S)=>++S>=w.length?[]:[{element:w[S],placement:h.A.After}],F={ArrowLeft:M,ArrowUp:M,ArrowRight:L,ArrowDown:L,Home:(w,S)=>w.slice(0,S).map(O=>({element:O,placement:h.A.Before})),End:(w,S)=>w.slice(S+1,w.length).reverse().map(O=>({element:O,placement:h.A.After}))};u.d(H,["Fw",0,(w,S,O)=>(w=>w in F)(O.key)?F[O.key](w,w.indexOf(S)):[],"gk",0,(w,S,O)=>{let X=Number.POSITIVE_INFINITY,P=null;for(let ce=0;ce<w.length;ce++){const se=w[ce],{left:le,width:ve,top:Pe,height:Ee}=se.getBoundingClientRect();let Ie;Ie=O===v.A.Vertical?Pe+Ee/2:le+ve/2;const he=Math.abs(S-Ie);he<X&&(X=he,P=se)}if(!P)return null;const{width:ne,height:J,left:K,right:x,top:z,bottom:q}=P.getBoundingClientRect();let Z;return Z=O===v.A.Vertical?y(S,z,z+J/2,q):y(S,K,K+ne/2,x),{element:P,placements:Z}}])},4127(ie,H,u){"use strict";u.d(H,["A",0,()=>{let y=document.activeElement;for(;y&&y.shadowRoot&&y.shadowRoot.activeElement;)y=y.shadowRoot.activeElement;return y}])},5873(ie,H,u){"use strict";u.d(H,["A",0,(y,g=document.body,M)=>{let L=document.querySelector(y);return L||(L=M?M():document.createElement(y),g.insertBefore(L,g.firstChild))}])},5465(ie,H,u){"use strict";u.d(H,["A",0,y=>{if("SLOT"===y.nodeName)return!1;const g=window.getComputedStyle(y);return"contents"!==g.display&&y.offsetWidth<=0&&y.offsetHeight<=0||"hidden"===g.visibility}])},1045(ie,H,u){"use strict";function h(v){return v.toLowerCase()}u.d(H,{A:()=>h})},6759(ie,H,u){"use strict";u.d(H,["A",0,y=>Array.from(y).filter(g=>g.nodeType!==Node.COMMENT_NODE&&(g.nodeType!==Node.TEXT_NODE||0!==(g.nodeValue||"").trim().length)).length>0])},9394(ie,H,u){"use strict";u(6726);var v=u(4874);(0,v.pU)("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"})},2601(ie,H,u){"use strict";u(6726);var v=u(4874);(0,v.pU)("alert",{pathData:"M15.656 12.688c.104.208.182.411.235.609.052.198.088.39.109.578v.156c0 .646-.24 1.136-.719 1.469-.479.333-1 .5-1.562.5H2.313c-.271 0-.542-.042-.813-.125a2.332 2.332 0 0 1-.734-.375 1.932 1.932 0 0 1-.532-.625A2.033 2.033 0 0 1 0 14.031c0-.27.042-.505.125-.703.083-.198.177-.411.281-.64l5.782-10.5C6.625 1.395 7.26 1 8.094 1c.791 0 1.406.396 1.844 1.188l5.718 10.5Zm-7.625-7.72c-.27 0-.515.084-.734.25-.219.167-.328.438-.328.813.02.146.041.271.062.375.063.521.11 1.021.14 1.5.032.48.069 1.115.11 1.907 0 .229.078.395.235.5a.91.91 0 0 0 .515.156c.459 0 .698-.219.719-.656l.063-1.126.28-2.656c0-.375-.109-.646-.327-.812a1.182 1.182 0 0 0-.735-.25Zm0 9.345c.417 0 .745-.126.985-.376s.359-.583.359-1c0-.395-.12-.718-.36-.968-.239-.25-.567-.375-.984-.375-.416 0-.745.125-.984.375-.24.25-.36.573-.36.969 0 .416.12.75.36 1s.568.374.984.374Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("alert",{pathData:"M6.491 1.856C7.17.716 8.821.714 9.5 1.855l6.249 10.504c.694 1.166-.147 2.644-1.504 2.644H1.752c-1.357 0-2.197-1.478-1.504-2.644L6.491 1.856Zm1.503 9.138a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"})},1278(ie,H,u){"use strict";u.d(H,{Ay:()=>ve}),u(6726);var v=u(4874),y=u(8841);(0,v.pU)("decline",{pathData:"m2.205 2.96.752-.789A.559.559 0 0 1 3.367 2c.137 0 .263.057.377.171l4.239 4.286 4.273-4.286A.522.522 0 0 1 12.633 2a.56.56 0 0 1 .41.171l.752.789c.273.251.273.514 0 .789L9.555 8l4.24 4.286c.25.251.25.503 0 .754l-.752.789c-.183.114-.32.171-.41.171-.069 0-.194-.057-.377-.171L7.983 9.543l-4.24 4.286a.522.522 0 0 1-.375.171c-.092 0-.228-.057-.41-.171l-.753-.789c-.25-.251-.25-.503 0-.754L6.445 8l-4.24-4.251c-.273-.275-.273-.538 0-.789Z",ltr:!1,viewBox:"0 0 16 16",accData:y.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("decline",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06L9.06 8l3.72 3.72a.75.75 0 1 1-1.06 1.06L8 9.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06L6.94 8 3.22 4.28a.75.75 0 1 1 1.06-1.06L8 6.94l3.72-3.72Z",ltr:!1,viewBox:"0 0 16 16",accData:y.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="decline"},4257(ie,H,u){"use strict";u(6726);var v=u(4874),y=u(8841);(0,v.pU)("error",{pathData:"M16 8a7.731 7.731 0 0 1-.64 3.125c-.428.98-1 1.828-1.72 2.547a8.025 8.025 0 0 1-2.53 1.703A7.785 7.785 0 0 1 8 16a7.73 7.73 0 0 1-3.125-.64c-.98-.428-1.828-1-2.547-1.72a7.977 7.977 0 0 1-1.703-2.546A7.82 7.82 0 0 1 0 8a7.864 7.864 0 0 1 2.344-5.672A8.214 8.214 0 0 1 4.89.625 7.785 7.785 0 0 1 8 0c1.104 0 2.14.208 3.11.625a8.08 8.08 0 0 1 2.546 1.719 8.081 8.081 0 0 1 1.719 2.547C15.792 5.859 16 6.896 16 8Zm-3.531 3.375c.125-.125.125-.25 0-.375L9.78 8.312c-.125-.124-.125-.25 0-.374l2.531-2.532c.126-.125.126-.25 0-.375l-1.156-1.156c-.041-.042-.104-.063-.187-.063-.084 0-.146.021-.188.063L8.187 6.438c-.02.062-.083.093-.187.093-.063 0-.125-.031-.188-.093L5.188 3.844c-.02-.042-.083-.063-.187-.063-.083 0-.146.021-.188.063L3.657 5c-.125.125-.125.25 0 .375L6.25 7.938c.125.125.125.25 0 .375l-2.594 2.562a.312.312 0 0 0-.078.188c-.01.083.016.145.078.187l1.125 1.156a.48.48 0 0 0 .188.063c.083 0 .146-.021.187-.063l2.657-2.625c.041-.041.104-.062.187-.062s.146.02.188.062l2.75 2.75a.479.479 0 0 0 .187.063.48.48 0 0 0 .188-.063l1.156-1.156Z",ltr:!1,viewBox:"0 0 16 16",accData:y.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("error",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 4.293a1 1 0 0 0-1.414 0L8 6.586 5.707 4.293a1 1 0 1 0-1.414 1.414L6.586 8l-2.293 2.293a1 1 0 1 0 1.414 1.414L8 9.414l2.293 2.293a1 1 0 1 0 1.414-1.414L9.414 8l2.293-2.293a1 1 0 0 0 0-1.414Z",ltr:!1,viewBox:"0 0 16 16",accData:y.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"})},8841(ie,H,u){"use strict";u.d(H,["FE",0,{key:"ICON_DECLINE",defaultText:"Decline"},"YN",0,{key:"ICON_EXIT_FULL_SCREEN",defaultText:"Exit Full Screen"},"fV",0,{key:"ICON_FULL_SCREEN",defaultText:"Enter Full Screen"},"r$",0,{key:"ICON_ERROR",defaultText:"Error"}])},441(ie,H,u){"use strict";u.d(H,{Ay:()=>le}),u(6726);var v=u(4874);(0,v.pU)("information",{pathData:"M0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0a7.863 7.863 0 0 1 5.672 2.344 8.216 8.216 0 0 1 1.703 2.547C15.792 5.859 16 6.896 16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8Zm6 3.5v1.031h4V11.5H9V6.719c0-.125-.073-.188-.219-.188h-2.75V7.5h1v4H6Zm1.063-6.281c.291.229.604.343.937.343.354 0 .661-.12.922-.359.26-.24.39-.536.39-.89 0-.396-.135-.72-.406-.97A1.235 1.235 0 0 0 8 2.97c-.396 0-.714.13-.953.39-.24.26-.36.579-.36.954 0 .354.125.656.375.906Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("information",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 7a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1Zm0-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="information"},81(ie,H,u){"use strict";u.d(H,{Ay:()=>le}),u(6726);var v=u(4874);(0,v.pU)("resize-corner",{pathData:"M13 5v1c0 .25-.104.48-.313.688l-6 6C6.48 12.896 6.25 13 6 13H5l8-8Zm-5 8 5-5v1c0 .25-.104.48-.313.688l-3 3C9.48 12.896 9.25 13 9 13H8Zm5-2v1c0 .25-.104.48-.313.688-.208.208-.437.312-.687.312h-1l2-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("resize-corner",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06l-8.5 8.5a.75.75 0 1 1-1.06-1.06l8.5-8.5Zm0 5a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l3.5-3.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="resize-corner"},8911(ie,H,u){"use strict";u.d(H,{Ay:()=>le}),u(6726);var v=u(4874);(0,v.pU)("sys-enter-2",{pathData:"M16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0c1.104 0 2.146.208 3.125.625.98.417 1.828.984 2.547 1.703a7.979 7.979 0 0 1 1.703 2.547c.417.98.625 2.02.625 3.125Zm-3.688-2.719c.084-.166.073-.302-.03-.406L11.155 3.75a.297.297 0 0 0-.25-.125c-.104 0-.187.052-.25.156l-3.25 5.406c-.062.021-.104.021-.125 0L5.094 7.563c-.084-.063-.157-.094-.219-.094-.063 0-.11.02-.14.062a.917.917 0 0 1-.079.094L3.75 8.906c-.125.167-.104.313.063.438l3.53 2.969c.042.041.115.062.22.062a.297.297 0 0 0 .25-.125l4.5-6.969Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,v.pU)("sys-enter-2",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 5.793a1 1 0 0 0-1.414 0L7.5 8.586 6.207 7.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="sys-enter-2"},303(ie,H,u){"use strict";u.d(H,["A",0,':root {--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "17.0.29"},"Version":{"Build": "11.36.4.20260616082028","Source": "11.36.4"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #556b82;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Margin_S: 0 0 1rem;--sapContent_Margin_M: 1rem;--sapContent_Margin_L: 1rem 2rem;--sapContent_Margin_XL: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #d9d9d9;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_HeroBanner_Background: #0070f2;--sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.45) 75%);--sapShell_HeroBanner_TextColor: #fff;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .0625rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentAlternatingBackground: #eaecee;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: .125rem;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: transparent;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_IBCS_Actual: #233649;--sapChart_IBCS_Previous: #758ca4;--sapChart_IBCS_Good: #287a40;--sapChart_IBCS_Bad: #d00a0a;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #8bc7ff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #62b3ff;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #0074e2;--sapChart_Sequence_1_Minus1: #0074e2;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #0065c3;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #0055a5;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #003b72;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #00305d;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #492d00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #180955;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px;--sapSapThemeId: sap_horizon;--sapHighlightTextColor: #fff;--sapButton_Emphasized_FontWeight: bold;--sapShell_BackgroundGradient: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapAt: @\n}'])},7202(ie,H,u){"use strict";u.d(H,{A:()=>le});var h=u(4431),v=u(1934),y=u(1642),g=u(3651),M=u(1834),L=u(2358),F=u(6136),U=u(6759),I=function(ve){return ve.Top="Top",ve.Bottom="Bottom",ve}(I||{});const w=I;var S=u(1892),O=u(355);function P(){return(0,S.Y)(S.FK,{children:this.text&&(0,S.Y)(O.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var ne=u(5166),J=u(9293),K=u(8923),x=u(303),z=u(5444);(0,K.Rh)("@ui5/webcomponents-theming","sap_horizon",J(function*(){return x.A})),(0,K.Rh)("@ui5/webcomponents","sap_horizon",J(function*(){return z.A}),"host");var ce,Z=function(ve,Pe,Ee,Ie){var Ne,he=arguments.length,pe=he<3?Pe:null===Ie?Ie=Object.getOwnPropertyDescriptor(Pe,Ee):Ie;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ve,Pe,Ee,Ie);else for(var je=ve.length-1;je>=0;je--)(Ne=ve[je])&&(pe=(he<3?Ne(pe):he>3?Ne(Pe,Ee,pe):Ne(Pe,Ee))||pe);return he>3&&pe&&Object.defineProperty(Pe,Ee,pe),pe};let se=ce=class extends h.A{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0}),(0,F.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return ce.i18nBundle.getText(ne.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===w.Top,bottom:this.text&&this.textPlacement===w.Bottom}}get hasContent(){return(0,U.A)(Array.from(this.children))}onBeforeRendering(){this.active?!this._isBusy&&!this._busyTimeoutId&&(this._busyTimeoutId=setTimeout(()=>{delete this._busyTimeoutId,this._isBusy=!0},Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(Pe){this._isBusy&&(Pe.stopImmediatePropagation(),(0,L.zP)(Pe)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(Pe){this._isBusy&&Pe.stopImmediatePropagation()}_redirectFocus(Pe){this.focusForward||(Pe.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};Z([(0,y.A)()],se.prototype,"text",void 0),Z([(0,y.A)()],se.prototype,"size",void 0),Z([(0,y.A)({type:Boolean})],se.prototype,"active",void 0),Z([(0,y.A)({type:Number})],se.prototype,"delay",void 0),Z([(0,y.A)()],se.prototype,"textPlacement",void 0),Z([(0,y.A)({type:Boolean})],se.prototype,"_isBusy",void 0),Z([(0,g.A)("@ui5/webcomponents")],se,"i18nBundle",void 0),se=ce=Z([(0,v.A)({tag:"ui5-busy-indicator",languageAware:!0,styles:':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n',renderer:M.A,template:function X(){return(0,S.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,S.FD)("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&P.call(this),(0,S.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&P.call(this)]}),(0,S.Y)("slot",{}),this._isBusy&&(0,S.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],se),se.define();const le=se},2955(ie,H,u){"use strict";u.d(H,{A:()=>ft});var h=u(9293),v=u(4431),y=u(1934),g=u(1642),M=u(1437),L=u(6993),F=u(3651),U=u(1834),I=u(2358),w=u(3493),S=u(4874),O=u(6136),X=u(6759),P=u(6162),ne=u(5303),J=u(1045),K=function(Ye){return Ye.Default="Default",Ye.Positive="Positive",Ye.Negative="Negative",Ye.Transparent="Transparent",Ye.Emphasized="Emphasized",Ye.Attention="Attention",Ye}(K||{});const x=K;var z=function(Ye){return Ye.Button="Button",Ye.Submit="Submit",Ye.Reset="Reset",Ye}(z||{});const q=z;var Z=function(Ye){return Ye.InlineText="InlineText",Ye.OverlayText="OverlayText",Ye.AttentionDot="AttentionDot",Ye}(Z||{});const ce=Z;var se=function(Ye){return Ye.Button="Button",Ye.Link="Link",Ye}(se||{});const le=se;var ve=u(1892),Pe=u(563),Ee=u(7202),Ie=function(Ye){return Ye.S="S",Ye.M="M",Ye.L="L",Ye}(Ie||{});const he=Ie;var Ne=u(5166),je=u(8923),lt=u(303),ee=u(5444);(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return lt.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return ee.A}),"host");var ze,be=function(Ye,Se,pt,tt){var Xt,ht=arguments.length,Ut=ht<3?Se:null===tt?tt=Object.getOwnPropertyDescriptor(Se,pt):tt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ut=Reflect.decorate(Ye,Se,pt,tt);else for(var gt=Ye.length-1;gt>=0;gt--)(Xt=Ye[gt])&&(Ut=(ht<3?Xt(Ut):ht>3?Xt(Se,pt,Ut):Xt(Se,pt))||Ut);return ht>3&&Ut&&Object.defineProperty(Se,pt,Ut),Ut};let Ke=!1,$e=null,ae=ze=class extends v.A{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._isSpacePressed=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{$e&&$e._setActiveState(!1)},this._onclickBound=Se=>{Se instanceof CustomEvent||this._onclick(Se)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),Ke||(document.addEventListener("mouseup",this._deactivate),Ke=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,O.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,w.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,w.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),$e===this&&($e=null),(0,w.I7)(this)}onBeforeRendering(){var Se=this;return h(function*(){Se._setBadgeOverlayStyle(),Se.hasIcon=!!Se.icon,Se.hasEndIcon=!!Se.endIcon,Se.iconOnly=Se.isIconOnly;const pt=yield Se.getDefaultTooltip();Se.buttonTitle=Se.iconOnly?Se.tooltip??pt:Se.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==ce.AttentionDot&&this.badge[0].design!==ce.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(Se){if(Se.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void Se.preventDefault();const{altKey:pt,ctrlKey:tt,metaKey:ht,shiftKey:Ut}=Se;this.fireDecoratorEvent("click",{originalEvent:Se,altKey:pt,ctrlKey:tt,metaKey:ht,shiftKey:Ut})?(this._isSubmit&&(0,P.rM)(this),this._isReset&&(0,P.E2)(this),(0,O.nr)()&&this.getDomRef()?.focus()):Se.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),$e=this)}_ontouchend(Se){(this.disabled||this.loading)&&(Se.preventDefault(),Se.stopPropagation()),this.active&&this._setActiveState(!1),$e&&$e._setActiveState(!1)}_onkeydown(Se){(0,I.Tu)(Se)||(0,I.KL)(Se)?this._cancelAction=!0:(0,I.xC)(Se)&&(this._isSpacePressed=!0),(0,I.xC)(Se)||(0,I.RI)(Se)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(Se){const pt=(0,I.xC)(Se),tt=(0,I.Tu)(Se)||(0,I.KL)(Se);if(pt||(0,I.BF)(Se)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void Se.preventDefault();this._isSpacePressed=!1}else tt&&!this._isSpacePressed&&(this._cancelAction=!1);((0,I.xC)(Se)||(0,I.RI)(Se))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(Se){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=Se)}get hasButtonType(){return this.design!==x.Default&&this.design!==x.Transparent}get isIconOnly(){return!(0,X.A)(this.text)}static typeTextMappings(){return{Positive:Ne.nFX,Negative:Ne.kQX,Emphasized:Ne.Jy$,Attention:Ne.flf}}getDefaultTooltip(){if((0,ne.$)())return(0,S.Z5)(this.icon)}get buttonTypeText(){return ze.i18nBundle.getText(ze.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,J.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const Se=this.getAttribute("tabindex");return Se?Number.parseInt(Se):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(Xt=>Xt).join(" ")}get ariaDescriptionText(){const tt=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(ht=>ht);return tt.length>0?tt.join(" "):void 0}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get accessibilityInfo(){return{description:this.ariaDescriptionText,role:this.effectiveAccRole,disabled:this.disabled,children:this.text,type:this.effectiveAccRoleTranslation,label:this.ariaLabelText}}get effectiveAccRoleTranslation(){return this.accessibleRole===le.Button?ze.i18nBundle.getText(Ne.TkL):this.accessibleRole===le.Link?ze.i18nBundle.getText(Ne.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const Se=this.badge[0].effectiveText;switch(Se){case"":return Se;case"1":return ze.i18nBundle.getText(Ne.mgn,Se);default:return ze.i18nBundle.getText(Ne.M4s,Se)}}get _isSubmit(){return this.type===q.Submit||this.submits}get _isReset(){return this.type===q.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ce.AttentionDot)}};be([(0,g.A)()],ae.prototype,"design",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"disabled",void 0),be([(0,g.A)()],ae.prototype,"icon",void 0),be([(0,g.A)()],ae.prototype,"endIcon",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"submits",void 0),be([(0,g.A)()],ae.prototype,"form",void 0),be([(0,g.A)()],ae.prototype,"tooltip",void 0),be([(0,g.A)()],ae.prototype,"accessibleName",void 0),be([(0,g.A)()],ae.prototype,"accessibleNameRef",void 0),be([(0,g.A)({type:Object})],ae.prototype,"accessibilityAttributes",void 0),be([(0,g.A)()],ae.prototype,"accessibleDescription",void 0),be([(0,g.A)()],ae.prototype,"type",void 0),be([(0,g.A)()],ae.prototype,"accessibleRole",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"active",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"iconOnly",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"hasIcon",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"hasEndIcon",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"nonInteractive",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"loading",void 0),be([(0,g.A)({type:Number})],ae.prototype,"loadingDelay",void 0),be([(0,g.A)({noAttribute:!0})],ae.prototype,"buttonTitle",void 0),be([(0,g.A)({type:Object})],ae.prototype,"_iconSettings",void 0),be([(0,g.A)({noAttribute:!0})],ae.prototype,"forcedTabIndex",void 0),be([(0,g.A)({type:Boolean})],ae.prototype,"_isTouch",void 0),be([(0,g.A)({type:Boolean,noAttribute:!0})],ae.prototype,"_cancelAction",void 0),be([(0,g.A)({type:Boolean,noAttribute:!0})],ae.prototype,"_isSpacePressed",void 0),be([(0,g.A)({noAttribute:!0})],ae.prototype,"_accessibleNameRefTexts",void 0),be([(0,L.A)({type:Node,default:!0})],ae.prototype,"text",void 0),be([(0,L.A)({type:HTMLElement,invalidateOnChildChange:!0})],ae.prototype,"badge",void 0),be([(0,F.A)("@ui5/webcomponents")],ae,"i18nBundle",void 0),ae=ze=be([(0,y.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:U.A,template:function pe(Ye){return(0,ve.FD)(ve.FK,{children:[(0,ve.FD)("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":"InlineText"===this.badge[0]?.design,"ui5-button-badge-placement-end-top":"OverlayText"===this.badge[0]?.design,"ui5-button-badge-dot":"AttentionDot"===this.badge[0]?.design},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":Ye?.ariaPressed,"aria-valuemin":Ye?.ariaValueMin,"aria-valuemax":Ye?.ariaValueMax,"aria-valuenow":Ye?.ariaValueNow,"aria-valuetext":Ye?.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":this._computedAccessibilityAttributes?.expanded,"aria-controls":this._computedAccessibilityAttributes?.controls,"aria-haspopup":this._computedAccessibilityAttributes?.hasPopup,"aria-label":this._computedAccessibilityAttributes?.ariaLabel,"aria-keyshortcuts":this._computedAccessibilityAttributes?.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&(0,ve.Y)(Pe.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,ve.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,ve.Y)("bdi",{children:(0,ve.Y)("slot",{})})}),this.endIcon&&(0,ve.Y)(Pe.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,ve.Y)("slot",{name:"badge"})]}),this.loading&&(0,ve.Y)(Ee.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?he.S:he.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})},styles:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5_button_base_min_width);height:var(--_ui5_button_base_height);line-height:normal;font-family:var(--_ui5_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5_button_text_shadow);border-radius:var(--_ui5_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5_button_base_min_width) - var(--_ui5_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5_button_focused_border);border-radius:var(--_ui5_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5_button_emphasized_focused_border_before);border-radius:var(--_ui5_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:var(--_ui5_button_overlay_badge_offset, -.5rem);z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}:host([has-end-icon]:not([icon])) .ui5-button-root{justify-content:flex-start}:host([icon-only]) .ui5-button-root{justify-content:center}:host([has-end-icon]:not([icon]):not(:empty)) .ui5-button-end-icon{padding-inline-start:var(--_ui5_button_base_icon_margin);margin-inline-start:auto}\n',shadowRootOptions:{delegatesFocus:!0}}),(0,M.A)("click",{bubbles:!0,cancelable:!0}),(0,M.A)("active-state-change",{bubbles:!0,cancelable:!0})],ae),ae.define();const ft=ae},7601(ie,H,u){"use strict";u.d(H,{A:()=>J});var h=u(4431),v=u(1934),y=u(1642),g=u(1834),M=u(4778),L=u(2928),F=u(1892),I=u(9293),w=u(8923),S=u(303),O=u(5444);(0,w.Rh)("@ui5/webcomponents-theming","sap_horizon",I(function*(){return S.A})),(0,w.Rh)("@ui5/webcomponents","sap_horizon",I(function*(){return O.A}),"host");var P=function(K,x,z,q){var se,Z=arguments.length,ce=Z<3?x:null===q?q=Object.getOwnPropertyDescriptor(x,z):q;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ce=Reflect.decorate(K,x,z,q);else for(var le=K.length-1;le>=0;le--)(se=K[le])&&(ce=(Z<3?se(ce):Z>3?se(x,z,ce):se(x,z))||ce);return Z>3&&ce&&Object.defineProperty(x,z,ce),ce};let ne=class extends h.A{get _positionProperty(){return this.orientation===L.A.Vertical?"left":"top"}constructor(){super(),this.targetReference=null,this.ownerReference=null,this.placement="Before",this.orientation="Vertical"}onAfterRendering(){if(!this.targetReference||!this.ownerReference)return void Object.assign(this.style,{display:"none"});const{left:x,width:z,right:q,top:Z,bottom:ce,height:se}=this.targetReference.getBoundingClientRect(),{top:le,height:ve}=this.ownerReference.getBoundingClientRect(),Pe={display:"",[this._positionProperty]:"",width:"",height:""};let Ee=0,Ie=!1,he=!1;if(this.orientation===L.A.Vertical){switch(this.placement){case M.A.Before:Ee=x;break;case M.A.On:Pe.width=`${z}px`,Ee=x;break;case M.A.After:Ee=q}Pe.height=`${se}px`}if(this.orientation===L.A.Horizontal){switch(this.placement){case M.A.Before:Ee=Z;break;case M.A.On:Pe.height=`${se}px`,Ee=Z;break;case M.A.After:Ee=ce}Pe.width=`${z}px`,Ee-=le,Ee<=0&&(he=!0),Ee>=ve&&(Ie=!0)}Pe[this._positionProperty]=`${Ee}px`,this.toggleAttribute("first",he),this.toggleAttribute("last",Ie),Object.assign(this.style,Pe)}};P([(0,y.A)({type:Object})],ne.prototype,"targetReference",void 0),P([(0,y.A)({type:Object})],ne.prototype,"ownerReference",void 0),P([(0,y.A)()],ne.prototype,"placement",void 0),P([(0,y.A)()],ne.prototype,"orientation",void 0),ne=P([(0,v.A)({tag:"ui5-drop-indicator",renderer:g.A,styles:':host{position:absolute;pointer-events:none;z-index:99}:host([orientation="Vertical"]) .ui5-di-needle{width:.125rem;height:100%;inset-block:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Vertical"]){margin-left:-.0625rem}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]){margin-top:-.0625rem}:host([orientation="Horizontal"][placement="Before"][first]){margin-top:.3125rem}:host([orientation="Horizontal"][placement="After"][last]){margin-top:-.3125rem}:host([orientation="Vertical"]) .ui5-di-needle:before{left:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host([orientation="Horizontal"]) .ui5-di-needle:before{top:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host .ui5-di-rect{border:.125rem solid var(--sapContent_DragAndDropActiveColor);position:absolute;inset:0}:host .ui5-di-rect:before{content:" ";position:absolute;inset:0;background:var(--sapContent_DragAndDropActiveColor);opacity:.05}\n',template:function U(){return(0,F.Y)("div",{class:{"ui5-di-rect":this.placement===M.A.On,"ui5-di-needle":this.placement!==M.A.On}})}})],ne),ne.define();const J=ne},563(ie,H,u){"use strict";u.d(H,{A:()=>Ie});var h=u(9293),v=u(4431),y=u(1834),g=u(1934),M=u(1437),L=u(1642),F=u(6993),U=u(4874),I=u(4446),w=u(3651),S=u(6136),O=u(2358),X=u(3823),P=u(1892);function J(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,P.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(he=>(0,P.Y)("path",{d:he}))}var K=function(he){return he.Image="Image",he.Decorative="Decorative",he.Interactive="Interactive",he}(K||{});const x=K;var z=u(5166),q=u(8923),Z=u(303),ce=u(5444);(0,q.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return Z.A})),(0,q.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return ce.A}),"host");var ve,le=function(he,pe,Ne,je){var Fe,lt=arguments.length,ee=lt<3?pe:null===je?je=Object.getOwnPropertyDescriptor(pe,Ne):je;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ee=Reflect.decorate(he,pe,Ne,je);else for(var be=he.length-1;be>=0;be--)(Fe=he[be])&&(ee=(lt<3?Fe(ee):lt>3?Fe(pe,Ne,ee):Fe(pe,Ne))||ee);return lt>3&&ee&&Object.defineProperty(pe,Ne,ee),ee};let Ee=ve=class extends v.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(pe){this.mode===x.Interactive&&(pe.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(pe){this.mode===x.Interactive&&((0,O.RI)(pe)&&this.fireDecoratorEvent("click"),(0,O.xC)(pe)&&pe.preventDefault())}_onkeyup(pe){this.mode===x.Interactive&&(0,O.xC)(pe)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===x.Decorative?"true":void 0}get _tabIndex(){return this.mode===x.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case x.Interactive:return"button";case x.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,S.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var pe=this;return h(function*(){if(pe.fontIcon.length)return void(pe.effectiveAccessibleName=pe.accessibleName?pe.accessibleName:void 0);const Ne=pe.name;if(!Ne)return;let je=(0,U.hu)(Ne);if(je||(je=yield(0,U.y3)(Ne)),!je)return pe.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${pe.name}`);if("ICON_NOT_FOUND"===je)return pe.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${Ne.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(pe.viewBox=je.viewBox||"0 0 512 512","customTemplate"in je&&je.customTemplate&&(pe.customTemplate=(0,X.A)(je.customTemplate,pe)),"customTemplateAsString"in je&&(pe.customTemplateAsString=je.customTemplateAsString),pe.invalid=!1,"pathData"in je&&je.pathData&&(pe.pathData=Array.isArray(je.pathData)?je.pathData:[je.pathData]),pe.accData=je.accData,pe.ltr=je.ltr,pe.packageName=je.packageName,pe.accessibleName)pe.effectiveAccessibleName=pe.accessibleName;else if(pe.accData)if(pe.packageName){const lt=yield(0,I.HE)(pe.packageName);pe.effectiveAccessibleName=lt.getText(pe.accData)||void 0}else pe.effectiveAccessibleName=pe.accData?.defaultText||void 0;else pe.effectiveAccessibleName=void 0})()}get hasFontIcon(){return this.fontIcon.length>0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case x.Interactive:return ve.i18nBundle.getText(z.u9k);case x.Image:return ve.i18nBundle.getText(z.Jz0);default:return""}}get accessibilityInfo(){return this.mode===x.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};le([(0,L.A)()],Ee.prototype,"design",void 0),le([(0,L.A)()],Ee.prototype,"name",void 0),le([(0,L.A)()],Ee.prototype,"accessibleName",void 0),le([(0,L.A)({type:Boolean})],Ee.prototype,"showTooltip",void 0),le([(0,L.A)()],Ee.prototype,"mode",void 0),le([(0,F.A)({type:HTMLElement})],Ee.prototype,"fontIcon",void 0),le([(0,L.A)({type:Array,noAttribute:!0})],Ee.prototype,"pathData",void 0),le([(0,L.A)({type:Object,noAttribute:!0})],Ee.prototype,"accData",void 0),le([(0,L.A)({type:Boolean})],Ee.prototype,"invalid",void 0),le([(0,L.A)({noAttribute:!0})],Ee.prototype,"effectiveAccessibleName",void 0),le([(0,w.A)("@ui5/webcomponents")],Ee,"i18nBundle",void 0),Ee=ve=le([(0,g.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:y.A,template:function ne(){return this.hasFontIcon?(0,P.Y)("span",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,role:this.effectiveAccessibleRole,"aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:(0,P.Y)("slot",{name:"fontIcon"})}):(0,P.FD)("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:[this.hasIconTooltip&&(0,P.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,P.Y)("g",{role:"presentation",children:J.call(this)})]})},styles:':host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none;container-type:size}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top;box-sizing:border-box;align-items:center;justify-content:center;font-size:min(100cqw,100cqh);line-height:1}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5_icon_transform_scale);transform-origin:center}\n'}),(0,M.A)("click",{bubbles:!0})],Ee),Ee.define();const Ie=Ee},1279(ie,H,u){"use strict";u.d(H,{A:()=>ue});var h={};u.r(h),u.d(h,{Contains:()=>Se,None:()=>pt,StartsWith:()=>Ye,StartsWithPerTerm:()=>ft});var v=u(9293),y=u(4431),g=u(1642),M=u(1934),L=u(6993),F=u(1437),U=u(1834),I=u(362),w=u(8431),S=u(6136),O=u(594),X=u(2358),ne=u(8777),J=u(3651),K=u(6162),x=u(3493),Z=u(4127),ce=function(Q){return Q.Text="Text",Q.Email="Email",Q.Number="Number",Q.Password="Password",Q.Tel="Tel",Q.URL="URL",Q.Search="Search",Q}(ce||{});const se=ce;var le=u(1892),ve=u(563),Pe=u(1278),he=(u(4257),u(2601),u(8911)),pe=u(441),Ne=u(9494),je=u(6634);function lt(Q){const E=Q?.suggestionsList,m=Q?.mobileHeader;return(0,le.FD)(le.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:E,mobileHeader:m,valueStateMessage:ee,valueStateMessageInputIcon:Fe}),this.hasValueStateMessage&&(0,le.Y)(je.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:Ne.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,le.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,le.Y)(ve.A,{class:"ui5-input-value-state-message-icon",name:Fe.call(this)}),this.valueStateOpen&&ee.call(this)]})})]})}function ee(){return(0,le.Y)(le.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,le.Y)("slot",{name:"valueStateMessage"})})}function Fe(){return this.valueState!==O.A.None?{Negative:"error",Critical:"alert",Positive:he.Ay,Information:pe.Ay}[this.valueState]:""}function ze(){}function Ke(){}const $e=/[[\]{}()*+?.\\^$|]/g,ft=(Q,E,m)=>{const C=new RegExp(`(^|\\s)${(Q=>Q.replace($e,"\\$&"))(Q.toLowerCase())}.*`,"g");return E.filter(R=>{const Y=R[m];return C.lastIndex=0,C.test(Y.toLowerCase())})},Ye=(Q,E,m)=>E.filter(C=>(C[m]||"").toLowerCase().startsWith(Q.toLowerCase())),Se=(Q,E,m)=>E.filter(C=>(C[m]||"").toLowerCase().includes(Q.toLowerCase())),pt=(Q,E)=>E;var tt=u(5166),ht=u(8923),Ut=u(303),Xt=u(5444);(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host"),(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host"),(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host"),(0,ht.Rh)("@ui5/webcomponents-theming","sap_horizon",v(function*(){return Ut.A})),(0,ht.Rh)("@ui5/webcomponents","sap_horizon",v(function*(){return Xt.A}),"host");var Vt=function(Q){return Q.StartsWithPerTerm="StartsWithPerTerm",Q.StartsWith="StartsWith",Q.Contains="Contains",Q.None="None",Q}(Vt||{});const nt=Vt;var Dt,Je=function(Q,E,m,C){var p,R=arguments.length,Y=R<3?E:null===C?C=Object.getOwnPropertyDescriptor(E,m):C;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Y=Reflect.decorate(Q,E,m,C);else for(var A=Q.length-1;A>=0;A--)(p=Q[A])&&(Y=(R<3?p(Y):R>3?p(E,m,Y):p(E,m))||Y);return R>3&&Y&&Object.defineProperty(E,m,Y),Y},an=function(Q){return Q.CHANGE="change",Q.INPUT="input",Q.SELECTION_CHANGE="selection-change",Q}(an||{}),Me=function(Q){return Q.ACTION_ENTER="enter",Q.ACTION_USER_INPUT="input",Q}(Me||{});let W=Dt=class extends y.A{get formValidityMessage(){return this.nativeInput?.validationMessage}get _effectiveShowSuggestions(){return!(!this.showSuggestions||!this.Suggestions)}get formValidity(){return{valueMissing:this.nativeInput?.validity.valueMissing,typeMismatch:this.required&&this.nativeInput?.validity.typeMismatch,patternMismatch:this.nativeInput?.validity.patternMismatch}}formElementAnchor(){var E=this;return v(function*(){return E.getFocusDomRefAsync()})()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this.filter=nt.None,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){I.A.register(this,this._handleResizeBound),(0,x.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){I.A.deregister(this,this._handleResizeBound),(0,x.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(E){E.markupText=this.typedInValue?this.Suggestions?.hightlightInput(E.text||"",this.typedInValue):(0,w.A)(E.text||"")}_isGroupItem(E){return E.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(me=>{me.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(me):this._isGroupItem(me)&&me.items?.forEach(Be=>{this._highlightSuggestionItem(Be)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const E=!!this._flattenItems.length,m=!!this.value,C=this.shadowRoot.querySelector("input")===(0,Z.A)(),R=this.disabled||this.readonly,Y=!R&&!this._isPhone&&E&&(this.open||m&&C&&this.isTyping);R?this.open=!1:this._isPhone||(this.open=E&&(this.open||m&&C&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!Y?this.openValueStatePopover():this.closeValueStatePopover();const p=this.value,A=this.getInputDOMRefSync();if(!A||!p)return;this.filter!==nt.None&&this._filterItems(this.typedInValue);const G=A.selectionEnd-A.selectionStart;if(this._shouldAutocomplete&&!(0,S.m0)()&&!G&&!this._isKeyNavigation){const me=this._getFirstMatchingItem(p);me?(this._isComposing||this._handleTypeAhead(me),this._selectMatchingItem(me)):this._matchedSuggestionItem=void 0}}onAfterRendering(){this.showSuggestions&&this.Suggestions?._getPicker()&&(this._listWidth=this.Suggestions._getListWidth(),this.Suggestions._getList()._itemNavigation._getItems=()=>[]),this._performTextSelection&&(this.typedInValue.length&&this.value.length&&this._adjustSelectionRange(),this.fireDecoratorEvent("type-ahead")),this._performTextSelection=!1,(0,ne.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const E=this.getInputDOMRefSync(),C=this.Suggestions?._getItems().filter(Y=>!Y.hidden)?.find(Y=>Y.selected||Y.focused),R=this._flattenItems.filter(Y=>this._isGroupItem(Y));C&&!R.includes(C)?C?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?E.setSelectionRange(this.typedInValue.length,this.value.length):E.setSelectionRange(0,this.value.length):E.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(E){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,X.W_)(E)||(0,X.Ob)(E)||(0,X.KL)(E)),(0,X.ie)(E))return this._handleUp(E);if((0,X.Pj)(E))return this._handleDown(E);if((0,X.xC)(E))return this._handleSpace(E);if((0,X.zP)(E))return this._handleTab();if((0,X.RI)(E)){const m=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,m?(this.fireDecoratorEvent("_request-submit"),void(0,K.rM)(this)):this._handleEnter(E)}return(0,X.vQ)(E)?this._handlePageUp(E):(0,X.oY)(E)?this._handlePageDown(E):(0,X.qN)(E)?this._handleHome(E):(0,X.uV)(E)?this._handleEnd(E):(0,X.KL)(E)?this._handleEscape():(0,X.HJ)(E)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(E){(0,X.Ob)(E)&&(this.value=E.target.value),this._enterKeyDown=!1}get currentItemIndex(){const m=(this.Suggestions?._getItems()).filter(Y=>!Y.hidden),C=m.find(Y=>Y.selected||Y.focused);return C?m.indexOf(C):-1}_handleUp(E){this.Suggestions?.isOpened()&&this.Suggestions.onUp(E,this.currentItemIndex)}_handleDown(E){this.Suggestions?.isOpened()&&this.Suggestions.onDown(E,this.currentItemIndex)}_handleSpace(E){this.Suggestions&&this.Suggestions.onSpace(E)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const E=this.linksInAriaValueStateHiddenText;E.length&&E[0].focus()}_addLinksEventListeners(){const E=this.linksInAriaValueStateHiddenText;E.forEach((m,C)=>{this._linksListenersArray.push(R=>{((Q,E,m,C)=>{(0,X.zP)(Q)&&(m!==E.length-1?(Q.stopImmediatePropagation(),Q.preventDefault(),E[m+1].focus()):(C.closeValueState(),C.focusInput())),(0,X.bR)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation(),m>0?E[m-1].focus():C.focusInput()),(0,X.ie)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation(),C.isPopoverOpen()&&C.focusInput()),(0,X.Pj)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation(),C.navigateToItem()),(0,X.KL)(Q)&&(Q.preventDefault(),Q.stopImmediatePropagation())})(R,E,C,{closeValueState:()=>{this.Suggestions?.isOpened()&&this.Suggestions?.close(),this.valueStateOpen&&this.closeValueStatePopover()},focusInput:()=>{this._handleLinkNavigation=!1,this.getInputDOMRef().focus()},navigateToItem:()=>{this._handleLinkNavigation?(this._handleLinkNavigation=!1,this.Suggestions?.isOpened()&&(this.innerFocusIn(),this.getInputDOMRef().focus(),this.Suggestions.onDown(R,this.currentItemIndex))):this._handleDown(R)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),m.addEventListener("keydown",this._linksListenersArray[C])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((m,C)=>{m.removeEventListener("keydown",this._linksListenersArray[C])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(E){const m=!!this.Suggestions?.onEnter(E),C=this.getInputDOMRefSync();let R=this._matchedSuggestionItem;if(R||(R=this._selectableItems.find(Y=>Y.text?.toLowerCase()===this.value.toLowerCase())),R){const Y=R.text||"";C.setSelectionRange(Y.length,Y.length),m||(this.fireSelectionChange(R,!0),this.acceptSuggestion(R,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&C.setSelectionRange(this.value.length,this.value.length),m?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(E){this._isSuggestionsFocused?this.Suggestions?.onPageUp(E):E.preventDefault()}_handlePageDown(E){this._isSuggestionsFocused?this.Suggestions?.onPageDown(E):E.preventDefault()}_handleHome(E){this._isSuggestionsFocused&&this.Suggestions?.onHome(E)}_handleEnd(E){this._isSuggestionsFocused&&this.Suggestions?.onEnd(E)}_handleEscape(){const m=this.showSuggestions&&!!this.Suggestions&&this.open,C=this.getInputDOMRefSync(),R=C.selectionEnd-C.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?m?m&&this.Suggestions?._isItemOnTarget()?(this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0)):(R&&(this.value=this.typedInValue),void(this.focused=!0)):void(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue):(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue,void this.fireDecoratorEvent(an.INPUT,{inputType:""}))}_onfocusin(E){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!E.target&&E.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(E){const m=E.relatedTarget;this.Suggestions?._getPicker()?.contains(m)||this.contains(m)||this.getSlottedNodes("valueStateMessage").some(C=>C.contains(m))||(this.focused=!1,this._isChangeTriggeredBySuggestion=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.isTyping=!1,this.value!==this.previousValue&&this.showClearIcon&&(this._clearIconClicked=!1))}_clearPopoverFocusAndSelection(){!this.showSuggestions||!this.Suggestions||(this.hasSuggestionItemSelected=!1,this.Suggestions?._deselectItems(),this.Suggestions?._clearItemFocus())}_click(){(0,S.tp)()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.Suggestions?._getPicker()?.open&&this._flattenItems.some(m=>m.hasAttribute("ui5-suggestion-item")&&m.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(an.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,K.rM)(this))))}_clear(){const E=this.value;this.value="",this.fireDecoratorEvent(an.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=E}_iconMouseDown(){this._clearIconClicked=!0}_scroll(E){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:E.detail.scrollTop,scrollContainer:E.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(E){this._input(E,E.detail&&E.detail.inputType||"")}_handleNativeInput(E){this._input(E,E.inputType||"")}_input(E,m){const C=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(m)&&!this.noTypeahead,E.target===C&&(this.focused=!0,E.stopImmediatePropagation()),this.fireEventByAction(Me.ACTION_ENTER,E),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===E.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(E){return Ye(E,this._selectableItems,"text")}_getFirstMatchingItem(E){if(!this._flattenItems.length)return;const m=this._startsWithMatchingItems(E).filter(C=>!this._isGroupItem(C));return m.length?m[0]:void 0}_handleSelectionChange(E){this.Suggestions?.onItemPress(E)}_selectMatchingItem(E){E.selected=!0,this._matchedSuggestionItem=E}_filterItems(E){let m=[];const C=this._flattenItems.filter(R=>this._isGroupItem(R));this._resetItemVisibility(),m=C.length?this._filterGroups(this.filter,C):h[this.filter](E,this._selectableItems,"text"),this._selectableItems.forEach(R=>{R.hidden=!m.includes(R)}),0===m.length&&(this.open=!1)}_filterGroups(E,m){const C=[];return m.forEach(R=>{const Y=h[E](this.typedInValue,R.items??[],"text");C.push(...Y),R.hidden=0===Y.length}),C}_resetItemVisibility(){this._flattenItems.forEach(E=>{this._isGroupItem(E)?E.items?.forEach(m=>{m.hidden=!1}):E.hidden=!1})}_handleTypeAhead(E){const m=E.text?E.text:"",C=this.typedInValue;m.toLowerCase().startsWith(C.toLowerCase())&&(this.value=C+m.substring(C.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,x.UT)(this),this._accessibleLabelsRefTexts=(0,x.yI)(this),this._associatedDescriptionRefTexts=(0,x.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,S.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,S.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(an.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const E=this.shadowRoot.querySelector("#selectionText");E&&(E.textContent=""),this._handlePickerAfterClose()}_handlePickerAfterOpen(){this.fireDecoratorEvent("open")}_handlePickerAfterClose(){this.Suggestions?._onClose(),this.fireDecoratorEvent("close")}openValueStatePopover(){this.valueStateOpen=!0}closeValueStatePopover(){this.valueStateOpen=!1}_handleValueStatePopoverAfterClose(){this.valueStateOpen=!1,this._handleLinkNavigation=!1}_getValueStatePopover(){return this.shadowRoot.querySelector("[ui5-popover]")}enableSuggestions(){if(this.Suggestions)return;const E=m=>{m.i18nBundle=Dt.i18nBundle,this.Suggestions=new m(this,"suggestionItems",!0,!1)};Dt.SuggestionsClass?E(Dt.SuggestionsClass):Promise.all([u.e(253),u.e(955)]).then(u.bind(u,5955)).then(m=>{E(m.default)})}_enableComposition(){if(this._composition)return;const E=m=>{this._composition=new m({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:C=>{this._isComposing=C}}),this._composition.addEventListeners()};Dt.composition?E(Dt.composition):u.e(418).then(u.bind(u,1418)).then(m=>{Dt.composition=m.default,E(m.default)})}acceptSuggestion(E,m){if(this._isGroupItem(E))return;let C=E;if(this._matchedSuggestionItem){const p=this._matchedSuggestionItem.text?.toLowerCase()||"",A=E.text?.toLowerCase()||"";(m||p===A)&&(C=this._matchedSuggestionItem)}const R=C.text||"",Y=m?this.valueBeforeItemSelection!==R:this.previousValue!==R;this.hasSuggestionItemSelected=!0,this.value=R,Y&&this.previousValue!==R&&(this.valueBeforeItemSelection=R,this.lastConfirmedValue=R,this._performTextSelection=!0,this.fireDecoratorEvent(an.CHANGE),this._isChangeTriggeredBySuggestion=!0,this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeSelectionStart="",this._matchedSuggestionItem=void 0,this.isTyping=!1,this.open=!1}updateValueOnSelect(E){const m=this._isGroupItem(E)?this.valueBeforeSelectionStart:E.text;this.value=m||"",this._performTextSelection=!0,this._isGroupItem(E)||(this._matchedSuggestionItem=E)}fireEventByAction(E,m){const C=this.value,R=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const Y=this.getInputValue(),p=E===Me.ACTION_ENTER;this.value=Y,this.typedInValue=Y,this.valueBeforeSelectionStart=Y;const A=this.value;p&&(!this.fireDecoratorEvent(an.INPUT,{inputType:m.inputType||""})&&(A===this.value&&(this.value=C),R&&(R.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,S.tp)()&&this.Suggestions){const E=this.Suggestions._getPicker();if(E)return E.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,S.tp)()&&this.Suggestions){const E=this.Suggestions._getPicker();if(E)return E.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}getArrowNavState(){const E=this.getInputDOMRefSync();if(!E)return;const m=(0,Z.A)();if(!m||m!==E&&!E.contains(m))return;const R=E.selectionStart??0,Y=E.selectionEnd??R,A=R===Y;return{atLeftEnd:A&&0===R,atRightEnd:A&&Y>=(E.value?.length??0)}}get nativeInput(){const E=this.getDomRef();return E?E.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(E){E.preventDefault()}onItemSelected(E,m){!m&&!E?.focused&&this.valueBeforeItemSelection!==E.text&&this.fireSelectionChange(E,!0),this.acceptSuggestion(E,m)}_handleSuggestionItemPress(E){this.Suggestions?.onItemPress(E)}onItemSelect(E){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(E),this.announceSelectedItem(),this.fireSelectionChange(E,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(E=>this._isGroupItem(E)?[E,...E.items]:[E])}get _selectableItems(){return this._flattenItems.filter(E=>!this._isGroupItem(E))}get valueStateTypeMappings(){return{Positive:Dt.i18nBundle.getText(tt.PBn),Information:Dt.i18nBundle.getText(tt.Y12),Negative:Dt.i18nBundle.getText(tt.QLe),Critical:Dt.i18nBundle.getText(tt.CNT)}}valueStateTextMappings(){return{Positive:Dt.i18nBundle.getText(tt.KwP),Information:Dt.i18nBundle.getText(tt.tgV),Negative:Dt.i18nBundle.getText(tt.laD),Critical:Dt.i18nBundle.getText(tt.Xot)}}announceSelectedItem(){const E=this.shadowRoot.querySelector("#selectionText");E&&(E.textContent=this.itemSelectionAnnounce)}fireSelectionChange(E,m){this.Suggestions&&(this.fireDecoratorEvent(an.SELECTION_CHANGE,{item:E}),this._isLatestValueFromSuggestions=m)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return this._associatedLabelsTexts||Dt.i18nBundle.getText(tt.YBm)}get _suggestionsOkButtonText(){return Dt.i18nBundle.getText(tt.HzF)}get _suggestionsCancelButtonText(){return Dt.i18nBundle.getText(tt.ZqR)}get clearIconAccessibleName(){return Dt.i18nBundle.getText(tt.$nc)}get _popupLabel(){return Dt.i18nBundle.getText(tt.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===se.Number}get suggestionsTextId(){return this.showSuggestions?"suggestionsText":""}get valueStateTextId(){return this.hasValueState?"valueStateDesc":""}get _accInfoAriaDescription(){return this._inputAccInfo&&this._inputAccInfo.ariaDescription||""}get _accInfoAriaDescriptionId(){return""!==this._accInfoAriaDescription?"descr":""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,x.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===O.A.Negative||void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:this.showSuggestions?"dialog":void 0,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:this.showSuggestions?"list":void 0,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;const E=this.valueState!==O.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${E} ${this.valueStateText}`:E:this.valueStateMessage.length?`${E} ${this.valueStateMessage.map(m=>m.textContent).join(" ")}`:E}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const E=[];return this.valueStateMessage&&this.valueStateMessage.forEach(m=>{m.children.length&&m.querySelectorAll("ui5-link").forEach(C=>{E.push(C)})}),E}get valueStateLinksShortcutsTextAcc(){const E=this.linksInAriaValueStateHiddenText;return E.length?(0,S.cX)()?Dt.i18nBundle.getText(1===E.length?tt.Z2A:tt.qF5):Dt.i18nBundle.getText(1===E.length?tt.dOG:tt.IGR):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===O.A.Positive,"ui5-valuestatemessage--error":this.valueState===O.A.Negative,"ui5-valuestatemessage--warning":this.valueState===O.A.Critical,"ui5-valuestatemessage--information":this.valueState===O.A.Information}}}get styles(){const E=parseInt(getComputedStyle(document.documentElement).fontSize);return{suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:"","max-width":"inherit"},suggestionsPopover:{"min-width":this._inputWidth?`${this._inputWidth}px`:"","max-width":this._inputWidth&&this._inputWidth/E>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==O.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==O.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==O.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Dt.i18nBundle.getText(tt.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const E=this._selectableItems,C=this.Suggestions?.isOpened()?Dt.i18nBundle.getText(tt.vSX):Dt.i18nBundle.getText(tt.Bby);switch(E.length){case 0:return`${Dt.i18nBundle.getText(tt.NJs)} ${C}`;case 1:return`${Dt.i18nBundle.getText(tt.K2C)} ${C}`;default:return`${Dt.i18nBundle.getText(tt.MME,E.length)} ${C}`}}return this.showSuggestions?Dt.i18nBundle.getText(tt.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,S.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==O.A.None?`\n\t\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t\t${{Negative:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Critical:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Positive:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};\n\t\t\t</svg>\n\t\t\t`:""}get _valueStateMessageInputIcon(){return this.valueState!==O.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(Q=>{let E=0;return(Q.selectionStart||0===Q.selectionStart)&&(E="backward"===Q.selectionDirection?Q.selectionStart:Q.selectionEnd),E})(this.nativeInput)}setCaretPosition(E){((Q,E)=>{Q.selectionStart?(Q.focus(),Q.setSelectionRange(E,E)):Q.focus()})(this.nativeInput,E)}removeFractionalPart(E){return E.includes(".")?E.slice(0,E.indexOf(".")):E.includes(",")?E.slice(0,E.indexOf(",")):E}};Je([(0,g.A)({type:Boolean})],W.prototype,"disabled",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"highlight",void 0),Je([(0,g.A)()],W.prototype,"placeholder",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"readonly",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"required",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"noTypeahead",void 0),Je([(0,g.A)()],W.prototype,"type",void 0),Je([(0,g.A)()],W.prototype,"value",void 0),Je([(0,g.A)()],W.prototype,"valueState",void 0),Je([(0,g.A)()],W.prototype,"name",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"showSuggestions",void 0),Je([(0,g.A)({type:Number})],W.prototype,"maxlength",void 0),Je([(0,g.A)()],W.prototype,"accessibleName",void 0),Je([(0,g.A)()],W.prototype,"accessibleNameRef",void 0),Je([(0,g.A)()],W.prototype,"accessibleDescription",void 0),Je([(0,g.A)()],W.prototype,"accessibleDescriptionRef",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"showClearIcon",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"open",void 0),Je([(0,g.A)()],W.prototype,"filter",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"_effectiveShowClearIcon",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"focused",void 0),Je([(0,g.A)()],W.prototype,"hint",void 0),Je([(0,g.A)({type:Boolean})],W.prototype,"valueStateOpen",void 0),Je([(0,g.A)({type:Object})],W.prototype,"_inputAccInfo",void 0),Je([(0,g.A)({type:Object})],W.prototype,"_nativeInputAttributes",void 0),Je([(0,g.A)({type:Number})],W.prototype,"_inputWidth",void 0),Je([(0,g.A)({type:Number})],W.prototype,"_listWidth",void 0),Je([(0,g.A)({type:Boolean,noAttribute:!0})],W.prototype,"_inputIconFocused",void 0),Je([(0,g.A)({noAttribute:!0})],W.prototype,"_associatedLabelsTexts",void 0),Je([(0,g.A)({noAttribute:!0})],W.prototype,"_accessibleLabelsRefTexts",void 0),Je([(0,g.A)({noAttribute:!0})],W.prototype,"_associatedDescriptionRefTexts",void 0),Je([(0,g.A)({type:Object})],W.prototype,"Suggestions",void 0),Je([(0,g.A)({type:Array,noAttribute:!0})],W.prototype,"_linksListenersArray",void 0),Je([(0,g.A)({type:Boolean,noAttribute:!0})],W.prototype,"_isComposing",void 0),Je([(0,L.A)({type:HTMLElement,default:!0})],W.prototype,"suggestionItems",void 0),Je([(0,L.A)()],W.prototype,"icon",void 0),Je([(0,L.A)({type:HTMLElement,invalidateOnChildChange:!0})],W.prototype,"valueStateMessage",void 0),Je([(0,J.A)("@ui5/webcomponents")],W,"i18nBundle",void 0),W=Dt=Je([(0,M.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:U.A,template:function be(Q){const E=Q?.suggestionsList,m=Q?.mobileHeader,C=Q?.preContent||ze,R=Q?.postContent||Ke;return(0,le.FD)(le.FK,{children:[(0,le.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,le.FD)("div",{class:"ui5-input-content",children:[C.call(this),(0,le.Y)("input",{id:"inner",part:"input",class:"ui5-input-inner",style:this.styles.innerInput,type:this.inputNativeType,"inner-input":!0,"inner-input-with-icon":this.iconsCount>0,disabled:this.disabled,readonly:this._readonly,value:this.value,required:this.required,placeholder:this._placeholder,maxlength:this.maxlength,role:this.accInfo.role,enterkeyhint:this.hint,"aria-controls":this.accInfo.ariaControls,"aria-invalid":this.accInfo.ariaInvalid,"aria-haspopup":this.accInfo.ariaHasPopup,"aria-describedby":this.accInfo.ariaDescribedBy,"aria-roledescription":this.accInfo.ariaRoledescription,"aria-autocomplete":this.accInfo.ariaAutoComplete,"aria-expanded":this.accInfo.ariaExpanded,"aria-label":this.accInfo.ariaLabel,"aria-required":this.required,autocomplete:"off","data-sap-focus-ref":!0,step:this.nativeInputAttributes.step,min:this.nativeInputAttributes.min,max:this.nativeInputAttributes.max,onInput:this._handleNativeInput,onChange:this._handleChange,onSelect:this._handleSelect,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._click,onFocusIn:this.innerFocusIn}),this._effectiveShowClearIcon&&(0,le.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,le.Y)(ve.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Pe.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,le.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,le.Y)("slot",{name:"icon"})}),(0,le.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),R.call(this),this._effectiveShowSuggestions&&(0,le.FD)(le.FK,{children:[(0,le.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,le.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,le.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,le.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,le.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,le.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,le.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),lt.call(this,{suggestionsList:E,mobileHeader:m})]})},styles:[':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-input-icon-root{height:100%;box-sizing:border-box}.inputIcon{color:var(--_ui5_input_icon_color);cursor:var(--_ui5_input_icon_state_cursor, pointer);opacity:var(--_ui5_input_icon_state_opacity, 1);pointer-events:var(--_ui5_input_icon_state_pointer_events, auto);outline:none;padding:var(--_ui5_input_icon_state_padding, var(--_ui5_input_icon_padding));border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius);display:flex;align-items:center;justify-content:center}.inputIcon:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));outline-offset:-.125rem}.inputIcon.inputIcon--pressed{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color))}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color))}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow))}.inputIcon:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow))}.ui5-input-icon-inner{display:flex;width:1rem;height:1rem;color:inherit;pointer-events:none;flex-shrink:0}.inputIcon.inputIcon--focused{outline-color:var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));border-inline-start-color:var(--_ui5_input_icon_state_focus_outline_color)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5_input_width);min-width:calc(var(--_ui5_input_min_width) + (var(--_ui5-input-icons-count)*var(--_ui5_input_icon_width)));margin:var(--_ui5_input_margin_top_bottom) 0;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_focus_outline_color);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5_input_readonly_focus_offset);bottom:var(--_ui5_input_readonly_focus_offset);left:var(--_ui5_input_readonly_focus_offset);right:var(--_ui5_input_readonly_focus_offset);border-radius:var(--_ui5_input_readonly_focus_border_radius)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5_input_bottom_border_height);transition:var(--_ui5_input_transition);background-color:var(--_ui5_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-input_disabled_background);border-color:var(--_ui5_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5_input_inner_padding_with_icon)}[inner-input][type=search]::-webkit-search-decoration,[inner-input][type=search]::-webkit-search-cancel-button,[inner-input][type=search]::-webkit-search-results-button,[inner-input][type=search]::-webkit-search-results-decoration{display:none}[inner-input]::-ms-reveal,[inner-input]::-ms-clear{display:none}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}:host([value-state="Negative"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Negative"]) [inner-input]::-moz-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Positive"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Positive"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5_input_border_radius)}:host([readonly]:not([disabled])){border:var(--_ui5_input_readonly_border);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5_input_hover_border);border-color:var(--_ui5_input_focused_border_color);box-shadow:var(--sapField_Hover_Shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state="None"]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state="None"])){border-width:var(--_ui5_input_state_border_width)}:host([value-state="Negative"]) [inner-input],:host([value-state="Critical"]) [inner-input]{font-style:var(--_ui5_input_error_warning_font_style);text-indent:var(--_ui5_input_error_warning_text_indent)}:host([value-state="Negative"]) [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}:host([value-state="Critical"]) [inner-input]{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-input-value-state-error-border-botom-color)}:host([value-state="Negative"]:not([readonly]):not([focused]):hover),:host([value-state="Negative"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])),:host([value-state="Critical"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_warning_border_botom_color)}:host([value-state="Critical"]:not([readonly]):not([focused]):hover),:host([value-state="Critical"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_success_border_botom_color)}:host([value-state="Positive"]:not([readonly]):not([focused]):hover),:host([value-state="Positive"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_success_information_border_botom_color)}:host([value-state="Information"]:not([readonly]):not([focused]):hover),:host([value-state="Information"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}::slotted([ui5-input-icon]){height:100%}.ui5-input-icon-root{min-width:var(--_ui5_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot="icon"]){align-self:start;padding:var(--_ui5_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Negative"][focused]) .inputIcon,:host([value-state="Critical"][focused]) .inputIcon{padding:var(--_ui5_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5_input_information_icon_padding)}:host([value-state="Information"][focused]) .inputIcon{padding:var(--_ui5_input_information_focused_icon_padding)}:host([value-state="Negative"]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_icon_padding)}:host([value-state="Negative"][focused]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_focused_icon_padding)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_error_icon_box_shadow);color:var(--_ui5_input_icon_error_pressed_color)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_warning_icon_box_shadow);color:var(--_ui5_input_icon_warning_pressed_color)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_information_icon_box_shadow);color:var(--_ui5_input_icon_information_pressed_color)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_success_icon_box_shadow);color:var(--_ui5_input_icon_success_pressed_color)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_height);padding:0;width:var(--_ui5_input_icon_width);min-width:var(--_ui5_input_icon_width);display:flex;justify-content:center;align-items:center;box-sizing:border-box}:host([value-state]:not([value-state="None"]):not([value-state="Positive"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Positive"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_success_state_height)}[ui5-icon].ui5-input-clear-icon{padding:0;color:inherit}[inner-input]::-webkit-outer-spin-button,[inner-input]::-webkit-inner-spin-button{-webkit-appearance:inherit;margin:inherit}[ui5-responsive-popover] [ui5-input]{width:100%}:host([value-state="Negative"]),:host([value-state="Critical"]){--_ui5_input_icon_state_padding: var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Information"]){--_ui5_input_icon_state_padding: var(--_ui5_input_information_icon_padding)}:host([value-state="Negative"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_error_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_error_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Critical"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_warning_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_warning_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Information"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_information_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_information_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--sapContent_FocusColor)}:host([value-state="Positive"]){--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_success_icon_box_shadow);--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_success_pressed_color);--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([disabled]){--_ui5_input_icon_state_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_state_pointer_events: none;--_ui5_input_icon_state_cursor: default}:host([readonly]:not([disabled])){--_ui5_input_icon_state_pointer_events: none;--_ui5_input_icon_state_cursor: default}\n','.input-root-phone{flex:1;position:relative;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color);border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box}.input-root-phone [inner-input]{padding:0 .5rem;width:100%;height:100%}.input-root-phone [inner-input]:focus{background-color:var(--sapField_Focus_Background)}.input-root-phone:focus-within:before{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.input-root-phone [value-state=Negative] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Positive] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Critical] .inputIcon[data-ui5-compact-size]{padding:.1875rem .5rem}[inner-input]{background:transparent;color:inherit;border:none;font-style:normal;-webkit-appearance:none;-moz-appearance:textfield;line-height:normal;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:3rem;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;border-radius:var(--_ui5_input_border_radius)}[inner-input]::selection,[inner-input]::-moz-selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5_input_state_border_width)}.input-root-phone[value-state=Negative] [inner-input],.input-root-phone[value-state=Critical] [inner-input]{font-style:var(--_ui5_input_error_warning_font_style)}.input-root-phone[value-state=Negative] [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}.input-root-phone[value-state=Negative]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Negative]:not([readonly]):not([disabled]),.input-root-phone[value-state=Critical]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]){border-style:var(--_ui5_input_error_warning_border_style)}.input-root-phone[value-state=Critical]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Positive]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}.input-root-phone[value-state=Positive]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Positive]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}.input-root-phone[value-state=Information]:not([readonly]){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}.ui5-multi-combobox-toggle-button{margin-left:.5rem}.ui5-responsive-popover-header{width:100%;min-height:2.5rem;display:flex;flex-direction:column}.ui5-responsive-popover-header-text{width:100%}.ui5-responsive-popover-header .row{box-sizing:border-box;padding:.25rem 1rem;min-height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontHeader5Size)}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;align-items:center;width:100%;box-sizing:border-box}.ui5-responsive-popover-footer .ui5-responsive-popover-close-btn,.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{width:4.5rem}\n',".ui5-valuestatemessage-popover{border-radius:var(--_ui5_value_state_message_popover_border_radius);box-shadow:var(--_ui5_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5_value_state_message_icon_width);height:var(--_ui5_value_state_message_icon_height);display:var(--_ui5_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5_input_value_state_icon_offset)}.ui5-input-value-state-message-icon[name=error]{color:var(--sapNegativeElementColor)}.ui5-input-value-state-message-icon[name=alert]{color:var(--sapCriticalElementColor)}.ui5-input-value-state-message-icon[name=success]{color:var(--sapPositiveElementColor)}.ui5-input-value-state-message-icon[name=information]{color:var(--sapInformativeElementColor)}.ui5-valuestatemessage-root{box-sizing:border-box;display:inline-block;color:var(--sapTextColor);font-size:var(--sapFontSmallSize);font-family:var(--sapFontFamily);height:auto;padding:var(--_ui5_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5_value_state_message_border);line-height:var(--_ui5_value_state_message_line_height)}[ui5-responsive-popover] .ui5-valuestatemessage-header,[ui5-popover] .ui5-valuestatemessage-header{min-height:var(--_ui5_value_state_message_popover_header_min_height);min-width:var(--_ui5_value_state_message_popover_header_min_width);max-width:var(--_ui5_value_state_message_popover_header_max_width);width:var(--_ui5_value_state_message_popover_header_width)}[ui5-responsive-popover] .ui5-valuestatemessage-header{padding:var(--_ui5_value_state_header_padding);border:var(--_ui5_value_state_header_border);border-bottom:var(--_ui5_value_state_header_border_bottom);flex-grow:1;position:relative}.ui5-valuestatemessage--success{background:var(--sapSuccessBackground)}.ui5-valuestatemessage--warning{background:var(--sapWarningBackground)}.ui5-valuestatemessage--error{background:var(--sapErrorBackground)}.ui5-valuestatemessage--information{background:var(--sapInformationBackground)}.ui5-responsive-popover-header:focus{outline-offset:var(--_ui5_value_state_header_offset);outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor)}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(content){padding:0}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(footer){min-height:0}.ui5-valuestatemessage-popover::part(header),.ui5-popover-with-value-state-header::part(header),.ui5-popover-with-value-state-header-phone::part(header){margin-bottom:0}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-root{padding:var(--_ui5_value_state_message_padding_phone);width:100%}.ui5-popover-with-value-state-header-phone .ui5-input-value-state-message-icon{left:var(--_ui5_value_state_message_icon_offset_phone)}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-header{position:relative;flex:none;top:0;left:0;max-width:100%}.ui5-popover-with-value-state-header-phone::part(content){padding:0;overflow:hidden;display:flex;flex-direction:column}.ui5-popover-with-value-state-header-phone [ui5-list]{overflow:auto}[ui5-responsive-popover] .ui5-valuestatemessage--error{box-shadow:var(--_ui5_value_state_header_box_shadow_error)}[ui5-responsive-popover] .ui5-valuestatemessage--information{box-shadow:var(--_ui5_value_state_header_box_shadow_information)}[ui5-responsive-popover] .ui5-valuestatemessage--success{box-shadow:var(--_ui5_value_state_header_box_shadow_success)}[ui5-responsive-popover] .ui5-valuestatemessage--warning{box-shadow:var(--_ui5_value_state_header_box_shadow_warning)}[ui5-responsive-popover].ui5-popover-with-value-state-header .ui5-valuestatemessage-root:has(+[ui5-list]:empty){box-shadow:none}\n",".ui5-suggestions-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-suggestions-popover::part(header),.ui5-suggestions-popover::part(content){padding:0}.ui5-suggestions-popover::part(footer){padding:0 1rem}.input-root-phone.native-input-wrapper{display:contents}.input-root-phone.native-input-wrapper:before{display:none}.native-input-wrapper .ui5-input-inner-phone{margin:0}.native-input-wrapper .ui5-multi-input-mobile-dialog-button{margin-inline-start:.5rem}\n"]}),(0,F.A)("change",{bubbles:!0}),(0,F.A)("_request-submit",{bubbles:!0}),(0,F.A)("input",{bubbles:!0,cancelable:!0}),(0,F.A)("select",{bubbles:!0}),(0,F.A)("selection-change",{bubbles:!0}),(0,F.A)("type-ahead",{bubbles:!0}),(0,F.A)("suggestion-scroll",{bubbles:!0}),(0,F.A)("open",{bubbles:!0}),(0,F.A)("close")],W),W.define();const ue=W},355(ie,H,u){"use strict";u.d(H,{A:()=>K});var h=u(4431),v=u(1934),y=u(1642),g=u(3651),M=u(1834),L=u(5166),F=u(1892),I=u(9293),w=u(8923),S=u(303),O=u(5444);(0,w.Rh)("@ui5/webcomponents-theming","sap_horizon",I(function*(){return S.A})),(0,w.Rh)("@ui5/webcomponents","sap_horizon",I(function*(){return O.A}),"host");var ne,P=function(x,z,q,Z){var le,ce=arguments.length,se=ce<3?z:null===Z?Z=Object.getOwnPropertyDescriptor(z,q):Z;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)se=Reflect.decorate(x,z,q,Z);else for(var ve=x.length-1;ve>=0;ve--)(le=x[ve])&&(se=(ce<3?le(se):ce>3?le(z,q,se):le(z,q))||se);return ce>3&&se&&Object.defineProperty(z,q,se),se};let J=ne=class extends h.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const z=this.getRootNode().querySelector(`[id="${this.for}"]`);z&&z.focus()}get _colonSymbol(){return ne.i18nBundle.getText(L.vtI)}};P([(0,y.A)()],J.prototype,"for",void 0),P([(0,y.A)({type:Boolean})],J.prototype,"showColon",void 0),P([(0,y.A)({type:Boolean})],J.prototype,"required",void 0),P([(0,y.A)()],J.prototype,"wrappingType",void 0),P([(0,g.A)("@ui5/webcomponents")],J,"i18nBundle",void 0),J=ne=P([(0,v.A)({tag:"ui5-label",renderer:M.A,template:function U(){return(0,F.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,F.Y)("span",{class:"ui5-label-text-wrapper",children:(0,F.Y)("slot",{})}),(0,F.Y)("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})},styles:':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n',languageAware:!0})],J),J.define();const K=J},8305(ie,H,u){"use strict";u.d(H,{A:()=>Pe});var h=u(4431),v=u(1934),y=u(1437),g=u(1642),M=u(1834),L=u(2358),F=u(3493),U=u(3651),I=u(6136),w=u(1045),S=u(6121),O=function(Ee){return Ee.Default="Default",Ee.Subtle="Subtle",Ee.Emphasized="Emphasized",Ee}(O||{});const X=O;var P=u(1892),ne=u(563),K=u(5166),x=u(9293),z=u(8923),q=u(303),Z=u(5444);(0,z.Rh)("@ui5/webcomponents-theming","sap_horizon",x(function*(){return q.A})),(0,z.Rh)("@ui5/webcomponents","sap_horizon",x(function*(){return Z.A}),"host");var le,se=function(Ee,Ie,he,pe){var lt,Ne=arguments.length,je=Ne<3?Ie:null===pe?pe=Object.getOwnPropertyDescriptor(Ie,he):pe;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)je=Reflect.decorate(Ee,Ie,he,pe);else for(var ee=Ee.length-1;ee>=0;ee--)(lt=Ee[ee])&&(je=(Ne<3?lt(je):Ne>3?lt(Ie,he,je):lt(Ie,he))||je);return Ne>3&&je&&Object.defineProperty(Ie,he,je),je};let ve=le=class extends h.A{constructor(){super(),this.disabled=!1,this.design="Default",this.interactiveAreaSize="Normal",this.wrappingType="Normal",this.accessibleRole="Link",this.accessibilityAttributes={},this._dummyAnchor=document.createElement("a")}onEnterDOM(){(0,I.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Ie="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Ie?"noreferrer noopener":void 0}_isCrossOrigin(Ie){return this._dummyAnchor.href=Ie,!(this._dummyAnchor.hostname===(0,S.VQ)()&&this._dummyAnchor.port===(0,S.lj)()&&this._dummyAnchor.protocol===(0,S.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,F.ax)(this)}get hasLinkType(){return this.design!==X.Default}static typeTextMappings(){return{Subtle:K.FvC,Emphasized:K.Kdd}}get linkTypeText(){return le.i18nBundle.getText(le.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,w.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Ie){const{altKey:he,ctrlKey:pe,metaKey:Ne,shiftKey:je}=Ie;Ie.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:he,ctrlKey:pe,metaKey:Ne,shiftKey:je})||Ie.preventDefault()}_onkeydown(Ie){(0,L.RI)(Ie)&&!this.href?(this._onclick(Ie),Ie.preventDefault()):(0,L.xC)(Ie)&&Ie.preventDefault()}_onkeyup(Ie){if((0,L.xC)(Ie)&&(this._onclick(Ie),this.href&&!Ie.defaultPrevented)){const he=new MouseEvent("click");he.stopImmediatePropagation(),this.getDomRef().dispatchEvent(he)}}};se([(0,g.A)({type:Boolean})],ve.prototype,"disabled",void 0),se([(0,g.A)()],ve.prototype,"tooltip",void 0),se([(0,g.A)()],ve.prototype,"href",void 0),se([(0,g.A)()],ve.prototype,"target",void 0),se([(0,g.A)()],ve.prototype,"design",void 0),se([(0,g.A)()],ve.prototype,"interactiveAreaSize",void 0),se([(0,g.A)()],ve.prototype,"wrappingType",void 0),se([(0,g.A)()],ve.prototype,"accessibleName",void 0),se([(0,g.A)()],ve.prototype,"accessibleNameRef",void 0),se([(0,g.A)()],ve.prototype,"accessibleRole",void 0),se([(0,g.A)({type:Object})],ve.prototype,"accessibilityAttributes",void 0),se([(0,g.A)()],ve.prototype,"accessibleDescription",void 0),se([(0,g.A)()],ve.prototype,"icon",void 0),se([(0,g.A)()],ve.prototype,"endIcon",void 0),se([(0,g.A)({noAttribute:!0})],ve.prototype,"_rel",void 0),se([(0,g.A)({noAttribute:!0})],ve.prototype,"forcedTabIndex",void 0),se([(0,U.A)("@ui5/webcomponents")],ve,"i18nBundle",void 0),ve=le=se([(0,v.A)({tag:"ui5-link",languageAware:!0,renderer:M.A,template:function J(){return(0,P.FD)("a",{part:"root",class:"ui5-link-root",role:this.effectiveAccRole,href:this.parsedRef,target:this.target,rel:this._rel,tabindex:this.effectiveTabIndex,title:this.tooltip,"aria-disabled":this.disabled,"aria-label":this.ariaLabelText,"aria-haspopup":this._hasPopup,"aria-expanded":this.accessibilityAttributes.expanded,"aria-current":this.accessibilityAttributes.current,"aria-description":this.ariaDescriptionText,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.icon&&(0,P.Y)(ne.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,P.Y)("span",{class:"ui5-link-text",children:(0,P.Y)("slot",{})}),this.hasLinkType&&(0,P.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,P.Y)(ne.A,{class:"ui5-link-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none;text-decoration:var(--_ui5_link_text_decoration);text-shadow:var(--sapContent_TextShadow);white-space:normal;overflow-wrap:break-word}:host(:hover){color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5_link_hover_text_decoration)}:host(:active){color:var(--sapLink_Active_Color);text-decoration:var(--_ui5_link_active_text_decoration)}:host([disabled]){pointer-events:none}:host([disabled]) .ui5-link-root{text-shadow:none;outline:none;cursor:default;pointer-events:none;opacity:var(--sapContent_DisabledOpacity)}:host([design="Emphasized"]) .ui5-link-root{font-family:var(--sapFontBoldFamily)}:host([design="Subtle"]){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration)}:host([design="Subtle"]:hover:not(:active)){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration_hover)}:host([wrapping-type="None"]){white-space:nowrap;overflow-wrap:normal}.ui5-link-root{max-width:100%;display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;outline:none;white-space:inherit;overflow-wrap:inherit;text-decoration:inherit;color:inherit}:host([wrapping-type="None"][end-icon]) .ui5-link-root{display:inline-flex;align-items:end}:host .ui5-link-root{outline-offset:-.0625rem;border-radius:var(--_ui5_link_focus_border-radius)}.ui5-link-icon,.ui5-link-end-icon{color:inherit;flex-shrink:0}.ui5-link-icon{float:inline-start;margin-inline-end:.125rem}.ui5-link-end-icon{margin-inline-start:.125rem;vertical-align:bottom}.ui5-link-text{overflow:hidden;text-overflow:ellipsis}.ui5-link-root:focus-visible,:host([desktop]) .ui5-link-root:focus-within,:host([design="Subtle"]) .ui5-link-root:focus-visible,:host([design="Subtle"][desktop]) .ui5-link-root:focus-within{background-color:var(--_ui5_link_focus_background_color);outline:var(--_ui5_link_outline);border-radius:var(--_ui5_link_focus_border-radius);text-shadow:none;color:var(--_ui5_link_focus_color)}:host(:not([desktop])) .ui5-link-root:focus-visible,:host([desktop]:focus-within),:host([design="Subtle"][desktop]:focus-within){text-decoration:var(--_ui5_link_focus_text_decoration)}:host([desktop]:hover:not(:active):focus-within),:host([design="Subtle"][desktop]:hover:not(:active):focus-within){color:var(--_ui5_link_focused_hover_text_color);text-decoration:var(--_ui5_link_focused_hover_text_decoration)}:host([interactive-area-size="Large"]) .ui5-link-root{line-height:var(--_ui5_link_large_interactive_area_height)}:host([interactive-area-size="Large"])::part(icon),:host([interactive-area-size="Large"])::part(endIcon){height:var(--_ui5_link_large_interactive_area_height)}\n'}),(0,y.A)("click",{bubbles:!0,cancelable:!0})],ve),ve.define();const Pe=ve},741(ie,H,u){"use strict";u.d(H,{A:()=>R});var Y,h=u(9293),v=u(4431),y=u(362),g=u(1834),M=u(2358),L=u(4127),F=((Y=F||{}).Auto="Auto",Y.Vertical="Vertical",Y.Horizontal="Horizontal",Y.Paging="Paging",Y);const U=F;var I=(Y=>(Y.Static="Static",Y.Cyclic="Cyclic",Y))(I||{});const w=I,O=class S{constructor(p,A){if(!p.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=p,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof A.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=A.getItemsCallback,this._currentIndex=A.currentIndex||0,this._rowSize=A.rowSize||1,this._behavior=A.behavior||w.Static,this._navigationMode=A.navigationMode||U.Auto,this._affectedPropertiesNames=A.affectedPropertiesNames||[],this._skipItemsSize=A.skipItemsSize||null}setCurrentItem(p){const A=this._getItems().indexOf(p);-1!==A?(this._currentIndex=A,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",p)}setRowSize(p){this._rowSize=p}_init(){this._getItems().forEach((p,A)=>{p.forcedTabIndex=A===this._currentIndex?"0":"-1"})}_onkeydown(p){if(!this._canNavigate())return;const A=this._navigationMode===U.Horizontal||this._navigationMode===U.Auto,G=this._navigationMode===U.Vertical||this._navigationMode===U.Auto,me="rtl"===this.rootWebComponent.effectiveDir;if(me&&(0,M.OC)(p)&&A)this._handleRight();else if(me&&(0,M.FG)(p)&&A)this._handleLeft();else if((0,M.OC)(p)&&A)this._handleLeft();else if((0,M.FG)(p)&&A)this._handleRight();else if((0,M.ie)(p)&&G)this._handleUp();else if((0,M.Pj)(p)&&G)this._handleDown();else if((0,M.qN)(p))this._handleHome();else if((0,M.uV)(p))this._handleEnd();else if((0,M.vQ)(p))this._handlePageUp();else{if(!(0,M.oY)(p))return;this._handlePageDown()}p.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const p=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===w.Cyclic){const A=this._currentIndex%this._rowSize;let Be=(0===A?this._rowSize-1:A-1)+(Math.ceil(p/this._rowSize)-1)*this._rowSize;Be>p-1&&(Be-=this._rowSize),this._currentIndex=Be}else this._currentIndex=0}_handleDown(){const p=this._getItems().length;this._currentIndex+this._rowSize<p?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===w.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:p-1}_handleLeft(){const p=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===w.Cyclic&&(this._currentIndex=p-1)}_handleRight(){const p=this._getItems().length;this._currentIndex<p-1?this._currentIndex+=1:this._behavior===w.Cyclic&&(this._currentIndex=0)}_handleHome(){const p=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%p}_handleEnd(){const p=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=p-1-this._currentIndex%p}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat()}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat()}_handlePageUpFlat(){this._currentIndex-=null!==this._skipItemsSize&&this._currentIndex+1>this._skipItemsSize?this._skipItemsSize:this._currentIndex}_handlePageDownFlat(){null!==this._skipItemsSize&&this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1}_applyTabIndex(){const p=this._getItems();for(let A=0;A<p.length;A++)p[A].forcedTabIndex=A===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(A=>{const G=this.rootWebComponent[A];this.rootWebComponent[A]=Array.isArray(G)?[...G]:{...G}})}_focusCurrentItem(){const p=this._getCurrentItem();p&&p.focus()}_canNavigate(){const p=this._getCurrentItem(),A=(0,L.A)();return p&&p===A}_getCurrentItem(){const p=this._getItems();if(!p.length)return;for(;this._currentIndex>=p.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const A=p[this._currentIndex];if(!A)return;if((0,v.W)(A))return A.getFocusDomRef();const G=this.rootWebComponent.getDomRef();return G&&A.id?G.querySelector(`[id="${A.id}"]`):void 0}};var X=u(1045),P=u(1642),ne=u(1437),J=u(1934),K=u(6993),x=u(3651),z=u(6060),q=u(1441),Z=u(7669),ce=u(3493);const le=Y=>{let p=Y;return Y.shadowRoot&&Y.shadowRoot.activeElement&&(p=Y.shadowRoot.activeElement),p};var Ee=u(5873),Ie=u(1261);let he,pe;const Ne=Y=>{Y.style.position="absolute",Y.style.clip="rect(1px,1px,1px,1px)",Y.style.userSelect="none",Y.style.left="-1000px",Y.style.top="-1000px",Y.style.pointerEvents="none"};(0,Ie.Ih)(()=>{he&&pe||(he=document.createElement("span"),pe=document.createElement("span"),he.classList.add("ui5-invisiblemessage-polite"),pe.classList.add("ui5-invisiblemessage-assertive"),he.setAttribute("aria-live","polite"),pe.setAttribute("aria-live","assertive"),he.setAttribute("role","alert"),pe.setAttribute("role","alert"),Ne(he),Ne(pe),(0,Ee.A)("ui5-announcement-area").appendChild(he),(0,Ee.A)("ui5-announcement-area").appendChild(pe))});let ee=null;var $e=u(5011),ae=function(Y){return Y.Button="Button",Y.Scroll="Scroll",Y.None="None",Y}(ae||{});const ft=ae;var Ye=u(9698),Se=function(Y){return Y.All="All",Y.Inner="Inner",Y.None="None",Y}(Se||{});const pt=Se;var tt=u(4583),ht=u(1892),Ut=u(7202),Xt=u(7601);function wt(){return(0,ht.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,ht.FD)("div",{id:`${this._id}-growing-btn`,role:"button",tabindex:0,part:"growing-button-inner",class:{"ui5-growing-button-inner":!0,"ui5-growing-button-inner-active":this._loadMoreActive},"aria-label":this.growingButtonAriaLabel,"aria-labelledby":this.growingButtonAriaLabelledBy,"aria-describedby":this.growingButtonAriaDescribedBy,onClick:this._onLoadMoreClick,onKeyDown:this._onLoadMoreKeydown,onKeyUp:this._onLoadMoreKeyup,onMouseDown:this._onLoadMoreMousedown,onMouseUp:this._onLoadMoreMouseup,children:[this.loading&&(0,ht.Y)(Ut.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,ht.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,ht.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Mt=u(8923),hn=u(303),Vt=u(5444);(0,Mt.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return hn.A})),(0,Mt.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return Vt.A}),"host");var W,Je=u(5166),Dt=u(6374),an=u(2788),Me=function(Y,p,A,G){var f,me=arguments.length,Be=me<3?p:null===G?G=Object.getOwnPropertyDescriptor(p,A):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Be=Reflect.decorate(Y,p,A,G);else for(var at=Y.length-1;at>=0;at--)(f=Y[at])&&(Be=(me<3?f(Be):me>3?f(p,A,Be):f(p,A))||Be);return me>3&&Be&&Object.defineProperty(p,A,Be),Be};const E={Menu:"menuitem",Tree:"treeitem",ListBox:"option"};let m=W=class extends v.A{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.stickyHeader=!1,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new O(this,{skipItemsSize:10,navigationMode:U.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new q.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,ce.Bm)(this),this._associatedLabelsRefTexts=(0,ce.yI)(this)}onEnterDOM(){(0,ce.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),y.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,ce.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),y.A.deregister(this.getDomRef(),this.handleResizeCallback)}onBeforeRendering(){this.detachGroupHeaderEvents(),this.prepareListItems()}onAfterRendering(){this.attachGroupHeaderEvents(),this.growsOnScroll?(this.observeListEnd(),this.observeListStart()):(this.unobserveListEnd(),this.unobserveListStart()),this.grows&&this.checkListInViewport()}attachGroupHeaderEvents(){this.getItems().forEach(p=>{p.hasAttribute("ui5-li-group-header")&&(p.addEventListener("ui5-_focused",this.onItemFocusedBound),p.addEventListener("ui5-forward-after",this.onForwardAfterBound),p.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(p=>{p.hasAttribute("ui5-li-group-header")&&(p.removeEventListener("ui5-_focused",this.onItemFocusedBound),p.removeEventListener("ui5-forward-after",this.onForwardAfterBound),p.removeEventListener("ui5-forward-before",this.onForwardBeforeBound))})}getFocusDomRef(){return this._itemNavigation._getCurrentItem()}get shouldRenderH1(){return!this.header.length&&this.headerText}get headerID(){return`${this._id}-header`}get modeLabelID(){return`${this._id}-modeLabel`}get listEndDOM(){return this.shadowRoot.querySelector(".ui5-list-end-marker")}get listStartDOM(){return this.shadowRoot.querySelector(".ui5-list-start-marker")}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}get hasData(){return 0!==this.getItems().length}get showBusyIndicatorOverlay(){return!this.growsWithButton&&this.loading}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.selectionMode===$e.A.Delete}get isSingleSelect(){return[$e.A.Single,$e.A.SingleStart,$e.A.SingleEnd,$e.A.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===$e.A.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const p=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&p.push(this.modeLabelID),this.shouldRenderH1&&p.push(this.headerID),p.length?p.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,ce.ax)(this)}get ariaDescriptionText(){const p=[];this.accessibleRole===Ye.A.List&&this._hasInteractiveItems&&p.push(this.defaultAriaDescriptionText);const A=this._associatedDescriptionRefTexts||(0,ce.Uu)(this);A&&p.push(A);const G=this._getDescriptionForGroups();return G&&p.push(G),p.join(" ")}get defaultAriaDescriptionText(){return W.i18nBundle.getText(Je.dr_)}get _hasInteractiveItems(){return this.selectionMode===$e.A.Delete||this.getItems().some(p=>"Detail"===p.getAttribute("type")||(0,an.P)(p))}get growingButtonAriaLabel(){return this.accessibilityAttributes.growingButton?.name}get growingButtonAriaLabelledBy(){return this.accessibilityAttributes.growingButton?.name?void 0:`${this._id}-growingButton-text`}get growingButtonAriaDescribedBy(){return this.accessibilityAttributes.growingButton?.description?`${this._id}-growingButton-description`:void 0}hasGrowingComponent(){return this.growsOnScroll?this._startMarkerOutOfView:this.growsWithButton}_getDescriptionForGroups(){let p="";return this._groupCount>0&&(this.accessibleRole===Ye.A.List?p=W.i18nBundle.getText(Je.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===Ye.A.ListBox&&(p=W.i18nBundle.getText(Je.P1,this._groupCount))),p}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return W.i18nBundle.getText(Je.Wyx);if(this.isSingleSelect)return W.i18nBundle.getText(Je.DQe);if(this.isDelete)return W.i18nBundle.getText(Je.fPH)}return""}get grows(){return this.growing!==ft.None}get growsOnScroll(){return this.growing===ft.Scroll}get growsWithButton(){return this.growing===ft.Button}get _growingButtonText(){return this.growingButtonText||W.i18nBundle.getText(Je.jSp)}get listAccessibleRole(){return(0,X.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const p=this.getItemsForProcessing(),A=E[this.accessibleRole];p.forEach((G,me)=>{const f=this.separators===pt.All||this.separators===pt.Inner&&!(me===p.length-1);G.hasConfigurableMode&&(G._selectionMode=this.selectionMode,G._inheritedAccessibleRole=A),G.hasBorder=f,G.mediaRange=this.mediaRange})}observeListEnd(){var p=this;return h(function*(){yield(0,z.JT)(),p.getEndIntersectionObserver().observe(p.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var p=this;return h(function*(){yield(0,z.JT)(),p.getStartIntersectionObserver().observe(p.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(p){p.forEach(A=>{A.isIntersecting&&(Y=>{ee&&clearTimeout(ee),ee=setTimeout(()=>{ee=null,Y()},250)})(this.loadMore.bind(this))})}onStartIntersection(p){p.forEach(A=>{this._startMarkerOutOfView=!A.isIntersecting})}onSelectionRequested(p){const A=this.getSelectedItems();let G=!1;this.selectionMode!==$e.A.None&&this[`handle${this.selectionMode}`]&&(G=this[`handle${this.selectionMode}`](p.detail.item,!!p.detail.selected)),G&&(this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:A,selectionComponentPressed:p.detail.selectionComponentPressed,targetItem:p.detail.item,key:p.detail.key})?this.selectionMode!==$e.A.Delete&&(Y=>{const A=he;A.textContent="",A.textContent=Y,setTimeout(()=>{A.textContent===Y&&(A.textContent="")},3e3)})(W.i18nBundle.getText(p.detail.item.selected?Je.rek:Je.bB2)):this._revertSelection(A))}handleSingle(p){return!p.selected&&(this.deselectSelectedItems(),p.selected=!0,!0)}handleSingleStart(p){return this.handleSingle(p)}handleSingleEnd(p){return this.handleSingle(p)}handleSingleAuto(p){return this.handleSingle(p)}handleMultiple(p,A){return p.selected=A,!0}handleDelete(p){return this.fireDecoratorEvent("item-delete",{item:p}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(p=>{p.selected=!1})}getSelectedItems(){return this.getItems().filter(p=>p.selected)}getEnabledItems(){return this.getItems().filter(p=>p._focusable)}getItems(){const p=[],A=this.getSlottedNodes("items");let G=0,me=0;return A.forEach(Be=>{if((0,Dt.t)(Be)){const f=[Be.groupHeaderItem,...Be.items.filter(at=>at.assignedSlot)].filter(Boolean);p.push(...f),G++,me+=f.length-1}else C(Be)?Be.assignedSlot&&p.push(...Be.listItems):Be.assignedSlot&&p.push(Be)}),this._groupCount=G,this._groupItemCount=me,p}getItemsForProcessing(){return this.getItems()}_revertSelection(p){this.getItems().forEach(A=>{const G=-1!==p.indexOf(A),me=A.shadowRoot.querySelector(".ui5-li-multisel-cb"),Be=A.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");A.selected=G,me?me.checked=G:Be&&(Be.checked=G)})}_onkeydown(p){if((0,M.uV)(p))return this._handleEnd(),void p.preventDefault();if((0,M.qN)(p))return void this._handleHome();const A=(0,M.ie)(p)||(0,M.Pj)(p),G=this._getClosestListItem(p.target);if(G?._isFocusOnInternalElement()&&A){const me=(0,M.ie)(p)?-1:1;if(this._navigateToAdjacentItem(G,me))return void p.preventDefault()}(0,M.Pj)(p)?this._handleDown(p):(0,M._0)(p)?this._moveItem(p.target,p):((0,M.zP)(p)&&this._handleTabNext(p),(0,M.oi)(p)&&this._handleF7(p))}_handleF7(p){const A=this._getClosestListItem(p.target);if(!A||!A._hasFocusableElements())return;const G=A.getFocusDomRef(),me=(0,L.A)();p.preventDefault(),p.stopPropagation(),me===G?(A._editMode=!0,A._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=A._getFocusedElementIndex()):(this._lastFocusedElementIndex=A._getFocusedElementIndex(),A._editMode=!1,G.focus())}_getClosestListItem(p){return p.closest("[ui5-li], [ui5-li-custom]")}_moveItem(p,A){if(!p||!p.movable)return;const G=(0,Z.Fw)(this.items,p,A);if(!G.length)return;A.preventDefault();const me=G.find(({element:Be,placement:f})=>!this.fireDecoratorEvent("move-over",{originalEvent:A,source:{element:p},destination:{element:Be,placement:f}}));me&&(this.fireDecoratorEvent("move",{originalEvent:A,source:{element:p},destination:{element:me.element,placement:me.placement}}),p.focus())}_onLoadMoreKeydown(p){(0,M.xC)(p)&&(p.preventDefault(),this._loadMoreActive=!0),(0,M.RI)(p)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,M.zP)(p)&&this.focusAfterElement(),(0,M.ie)(p)?this._handleLodeMoreUp(p):(0,M.bR)(p)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),p.preventDefault())}_onLoadMoreKeyup(p){(0,M.xC)(p)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(p){if(this.getGrowingButton()===p.target){const G=this.getItems();this.focusItem(G[G.length-1]),p.preventDefault(),p.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const p=this.getDomRef().getBoundingClientRect();return p.top>=0&&p.left>=0&&p.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&p.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const p=this.getBoundingClientRect().width;this.mediaRange=tt.A.getCurrentRange(tt.A.RANGESETS.RANGE_4STEPS,p)}_handleTabNext(p){le(p.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(p){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),p.preventDefault())}_navigateToAdjacentItem(p,A){const G=p?._getFocusedElementIndex();if(void 0===G||-1===G)return!1;const me=this.getItems().filter(ye=>"hasConfigurableMode"in ye&&ye.hasConfigurableMode&&ye._hasFocusableElements()),Be=me.indexOf(p)+A,f=me[Be];if(!f)return!1;f._editMode=p._editMode;const at=f._focusInternalElement(G);return void 0!==at&&(this._lastFocusedElementIndex=at),!0}_onfocusin(p){const A=le(p.target);if(this.isForwardElement(A)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement(A)?this.focusGrowingButton():this.focusFirstItem(),void p.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(A))return this.focusGrowingButton(),void p.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}p.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(p){this._dragAndDropHandler.ondragenter(p)}_ondragleave(p){this._dragAndDropHandler.ondragleave(p)}_ondragover(p){this._dragAndDropHandler.ondragover(p)}_ondrop(p){this._dragAndDropHandler.ondrop(p)}isForwardElement(p){const A=p.id,G=this.getBeforeElement();return!!(this._id===A||G&&G.id===A)||this.isForwardAfterElement(p)}isForwardAfterElement(p){const A=p.id,G=this.getAfterElement();return G&&G.id===A}onItemTabIndexChange(p){p.stopPropagation(),this._itemNavigation.setCurrentItem(p.target)}onItemFocused(p){const A=p.target;p.stopPropagation(),this._itemNavigation.setCurrentItem(A),this.fireDecoratorEvent("item-focused",{item:A}),this.selectionMode===$e.A.SingleAuto&&this.onSelectionRequested({detail:{item:A,selectionComponentPressed:!1,selected:!0,key:p.detail.key}})}onItemPress(p){const A=p.detail.item;this.fireDecoratorEvent("item-click",{item:A})&&this.selectionMode!==$e.A.Delete&&this.onSelectionRequested({detail:{item:A,selectionComponentPressed:!1,selected:!A.selected,key:p.detail.key}})}onItemClose(p){const A=p.target;(A?.hasAttribute("ui5-li-notification")||A?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:p.detail?.item})}onItemToggle(p){if(!p.target?.isListItemBase)return;const A=p.detail?.item;A&&this.fireDecoratorEvent("item-toggle",{item:A})}onForwardBefore(p){const A=p.target;if(A.hasConfigurableMode&&A._editMode){const G=this.getItems().filter(f=>"hasConfigurableMode"in f&&f.hasConfigurableMode&&f._hasFocusableElements()),me=G.indexOf(A),Be=me>0?G[me-1]:void 0;if(Be){Be._editMode=!0;const f=Be._getFocusableElements();return Be._focusInternalElement(f.length-1),this._lastFocusedElementIndex=f.length-1,this.setPreviouslyFocusedItem(Be),p.preventDefault(),void p.stopPropagation()}A._editMode=!1}this.setPreviouslyFocusedItem(A),this.focusBeforeElement(),p.stopPropagation()}onForwardAfter(p){const A=p.target;if(A.hasConfigurableMode&&A._editMode){const G=this.getItems().filter(f=>"hasConfigurableMode"in f&&f.hasConfigurableMode&&f._hasFocusableElements()),me=G.indexOf(A),Be=me>=0&&me<G.length-1?G[me+1]:void 0;if(Be)return Be._editMode=!0,Be._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(Be),p.preventDefault(),void p.stopPropagation();A._editMode=!1}this.setPreviouslyFocusedItem(A),this.growsWithButton?(this.focusGrowingButton(),p.preventDefault()):this.focusAfterElement(),p.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const p=this.getGrowingButton();p&&p.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const A=this.getItems().length-1,G=this._itemNavigation._currentIndex;return-1!==G&&G===A}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const p=this.getFirstItem(A=>A._focusable);p&&p.focus()}focusPreviouslyFocusedItem(){const p=this.getPreviouslyFocusedItem();p&&p.focus()}focusFirstSelectedItem(){const p=this.getFirstItem(A=>A.selected&&A._focusable);p&&p.focus()}focusItem(p){this._itemNavigation.setCurrentItem(p),p.focus()}onFocusRequested(p){setTimeout(()=>{this.setPreviouslyFocusedItem(p.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(p){this._forwardingFocus=p}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(p){this._previouslyFocusedItem=p}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(p){const A=this.getItems();let G=null;if(!p)return A.length?A[0]:null;for(let me=0;me<A.length;me++)if(p(A[me])){G=A[me];break}return G}getAfterElement(){return this._afterElement||(this._afterElement=this.shadowRoot.querySelector(`[id="${this._id}-after"]`)),this._afterElement}getBeforeElement(){return this._beforeElement||(this._beforeElement=this.shadowRoot.querySelector(`[id="${this._id}-before"]`)),this._beforeElement}getEndIntersectionObserver(){return this._endIntersectionObserver||(this._endIntersectionObserver=new IntersectionObserver(this.onEndIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._endIntersectionObserver}getStartIntersectionObserver(){return this._startIntersectionObserver||(this._startIntersectionObserver=new IntersectionObserver(this.onStartIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._startIntersectionObserver}};Me([(0,P.A)()],m.prototype,"headerText",void 0),Me([(0,P.A)()],m.prototype,"footerText",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"indent",void 0),Me([(0,P.A)()],m.prototype,"selectionMode",void 0),Me([(0,P.A)()],m.prototype,"noDataText",void 0),Me([(0,P.A)()],m.prototype,"separators",void 0),Me([(0,P.A)()],m.prototype,"growing",void 0),Me([(0,P.A)()],m.prototype,"growingButtonText",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"loading",void 0),Me([(0,P.A)({type:Number})],m.prototype,"loadingDelay",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"stickyHeader",void 0),Me([(0,P.A)()],m.prototype,"accessibleName",void 0),Me([(0,P.A)({type:Object})],m.prototype,"accessibilityAttributes",void 0),Me([(0,P.A)()],m.prototype,"accessibleNameRef",void 0),Me([(0,P.A)()],m.prototype,"accessibleDescription",void 0),Me([(0,P.A)()],m.prototype,"accessibleDescriptionRef",void 0),Me([(0,P.A)({noAttribute:!0})],m.prototype,"_associatedDescriptionRefTexts",void 0),Me([(0,P.A)({noAttribute:!0})],m.prototype,"_associatedLabelsRefTexts",void 0),Me([(0,P.A)()],m.prototype,"accessibleRole",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"_inViewport",void 0),Me([(0,P.A)({type:Boolean})],m.prototype,"_loadMoreActive",void 0),Me([(0,P.A)()],m.prototype,"mediaRange",void 0),Me([(0,K.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],m.prototype,"items",void 0),Me([(0,K.A)()],m.prototype,"header",void 0),Me([(0,x.A)("@ui5/webcomponents")],m,"i18nBundle",void 0),m=W=Me([(0,J.A)({tag:"ui5-list",fastNavigation:!0,renderer:g.A,template:function gt(){return(0,ht.Y)("div",{class:"ui5-list-root",onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,"onui5-_close":this.onItemClose,"onui5-toggle":this.onItemToggle,"onui5-request-tabindex-change":this.onItemTabIndexChange,"onui5-_focused":this.onItemFocused,"onui5-forward-after":this.onForwardAfter,"onui5-forward-before":this.onForwardBefore,"onui5-selection-requested":this.onSelectionRequested,"onui5-focus-requested":this.onFocusRequested,"onui5-_press":this.onItemPress,children:(0,ht.FD)(Ut.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,ht.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,ht.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,ht.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,ht.FD)("div",{class:"ui5-list-scroll-container",children:[(0,ht.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,ht.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,ht.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,ht.FD)("ul",{id:`${this._id}-listUl`,class:"ui5-list-ul",role:this.listAccessibleRole,"aria-label":this.ariaLabelTxt,"aria-labelledby":this.ariaLabelledBy,"aria-description":this.ariaDescriptionText||void 0,children:[(0,ht.Y)("slot",{}),this.showNoDataText&&(0,ht.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,ht.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&wt.call(this),this.footerText&&(0,ht.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,ht.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,ht.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,ht.Y)(Xt.A,{orientation:"Horizontal",ownerReference:this})]})})},styles:['.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5_load_more_border);border-radius:var(--_ui5_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator,.ui5-list-container{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5_list_no_data_height);font-size:var(--_ui5_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}:host([sticky-header]) ::slotted([slot="header"]),:host([sticky-header]) .ui5-list-header{position:sticky;top:0;z-index:100}\n']}),(0,ne.A)("item-click",{bubbles:!0,cancelable:!0}),(0,ne.A)("item-close",{bubbles:!0}),(0,ne.A)("item-toggle",{bubbles:!0}),(0,ne.A)("item-delete",{bubbles:!0}),(0,ne.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,ne.A)("load-more",{bubbles:!0}),(0,ne.A)("item-focused",{bubbles:!0}),(0,ne.A)("move-over",{bubbles:!0,cancelable:!0}),(0,ne.A)("move",{bubbles:!0})],m),m.define();const C=Y=>"hasListItems"in Y&&Y.hasListItems,R=m},6981(ie,H,u){"use strict";u.d(H,{A:()=>x});var h=u(4431),v=u(1934),y=u(1834),g=u(1642),M=u(1437),L=u(6488),F=u(6136),U=u(2358),I=u(4127),w=u(9293),S=u(8923),O=u(303),X=u(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",w(function*(){return O.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",w(function*(){return X.A}),"host"),(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",w(function*(){return O.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",w(function*(){return X.A}),"host");var J=function(z,q,Z,ce){var ve,se=arguments.length,le=se<3?q:null===ce?ce=Object.getOwnPropertyDescriptor(q,Z):ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)le=Reflect.decorate(z,q,Z,ce);else for(var Pe=z.length-1;Pe>=0;Pe--)(ve=z[Pe])&&(le=(se<3?ve(le):se>3?ve(q,Z,le):ve(q,Z))||le);return se>3&&le&&Object.defineProperty(q,Z,le),le};let K=class extends h.A{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){(0,F.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(q){this.fireDecoratorEvent("request-tabindex-change",q),q.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",q)}_onkeydown(q){return(0,U.zP)(q)?this._handleTabNext(q):(0,U.bR)(q)?this._handleTabPrevious(q):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(q)&&q.preventDefault(),this._isEnter(q)&&this.fireItemPress(q)))}_onkeyup(q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(q)&&this.fireItemPress(q)}_onclick(q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(q)||(q.stopPropagation(),this.fireItemPress(q))}_isDisabledInteractiveContentClicked(q){const Z=q.composedPath(),ce=this.getFocusDomRef();return Z.some(se=>!!(se instanceof HTMLElement&&se!==this&&se!==ce&&(this._isNativeInteractiveElement(se)||this._isCustomInteractiveElement(se)))&&this._isElementDisabled(se))}_isNativeInteractiveElement(q){return q.matches("button, input, select, textarea")}_isCustomInteractiveElement(q){const Z=q;return q.tagName.includes("-")&&("disabled"in Z||q.hasAttribute("aria-disabled"))}_isElementDisabled(q){return"boolean"==typeof q.disabled?q.disabled:"true"===q.getAttribute("aria-disabled")}_isSpace(q){return(0,U.xC)(q)}_isEnter(q){return(0,U.RI)(q)}fireItemPress(q){this.disabled||!this._pressable||((0,U.RI)(q)&&q.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:q}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:q.key}))}_handleTabNext(q){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||q.preventDefault())}_handleTabPrevious(q){this.shouldForwardTabBefore(q.target)&&(this.fireDecoratorEvent("forward-before")||q.preventDefault())}shouldForwardTabAfter(){const q=(0,L.J)(this.getFocusDomRef());return 0===q.length||q[q.length-1]===(0,I.A)()}shouldForwardTabBefore(q){return this.getFocusDomRef()===q}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};J([(0,g.A)({type:Boolean})],K.prototype,"selected",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"movable",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"hasBorder",void 0),J([(0,g.A)()],K.prototype,"forcedTabIndex",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"disabled",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"focused",void 0),J([(0,g.A)({type:Boolean})],K.prototype,"actionable",void 0),K=J([(0,v.A)({renderer:y.A,styles:[':host{box-sizing:border-box;height:var(--_ui5_list_item_base_height);background-color:var(--ui5-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active]):not(:active):not([data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}\n',"[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}\n"]}),(0,M.A)("click",{bubbles:!0}),(0,M.A)("request-tabindex-change",{bubbles:!0}),(0,M.A)("_press",{bubbles:!0}),(0,M.A)("_focused",{bubbles:!0}),(0,M.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,M.A)("forward-before",{bubbles:!0,cancelable:!0})],K);const x=K},2788(ie,H,u){"use strict";u.d(H,{P:()=>yf});var h=u(2358),v=u(1834),y=u(1934),g=u(1642),M=u(3651),L=u(5031),F=u(4127),U=u(6488),I=u(1437),w=u(6993),S=u(1278),X=(u(6726),u(4874));(0,X.pU)("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var be=u(6826),ze=function(Qe){return Qe.None="None",Qe.Positive="Positive",Qe.Critical="Critical",Qe.Negative="Negative",Qe.Information="Information",Qe}(ze||{});const Ke=ze;var $e=function(Qe){return Qe.Inactive="Inactive",Qe.Active="Active",Qe.Detail="Detail",Qe.Navigation="Navigation",Qe}($e||{});const ae=$e;var ft=u(5011),Ye=u(6981),Se=u(5166),pt=u(9293),tt=u(8923),ht=u(303),Ut=u(5444);(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host"),(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host"),(0,X.pU)("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var at,f=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let ye=at=class extends Ye.A{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=j=>{(0,h.RI)(j)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===ae.Active||this.type===ae.Navigation)&&this._selectionMode!==ft.A.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(j){const Ce=j.target!==this.getFocusDomRef();if(((0,h.xC)(j)||(0,h.RI)(j))&&Ce)return;super._onkeydown(j);const Ze=this.type===ae.Active,ot=this.typeNavigation;((0,h.xC)(j)||(0,h.RI)(j))&&(Ze||ot)&&this.activate(),(0,h.ty)(j)&&this._handleF2()}_onkeyup(j){super._onkeyup(j),((0,h.xC)(j)||(0,h.RI)(j))&&this.deactivate(),this.modeDelete&&(0,h.Ob)(j)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(j){super._onfocusin(j),j.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(j){if(this._editMode){const Ce=j.relatedTarget;(!Ce||!this.contains(Ce)&&!this.shadowRoot.contains(Ce))&&(this._editMode=!1)}j.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(j){j.dataTransfer&&j.target===this._listItem&&(be.A.setDraggedElement(this,j),this.setAttribute("data-moving",""),j.dataTransfer.dropEffect="move",j.dataTransfer.effectAllowed="move")}_ondragend(j){j.target===this._listItem&&(be.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(j){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:j.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(j){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!j.target.checked,selectionComponentPressed:!0})}activate(){(this.type===ae.Active||this.type===ae.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(j){this.isInactive||(super.fireItemPress(j),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===ae.Inactive||this.type===ae.Detail}get placeSelectionElementBefore(){return this._selectionMode===ft.A.Multiple||this._selectionMode===ft.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===ft.A.SingleEnd||this._selectionMode===ft.A.Delete)}get modeSingleSelect(){return[ft.A.SingleStart,ft.A.SingleEnd,ft.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===ft.A.Multiple}get modeDelete(){return this._selectionMode===ft.A.Delete}get typeDetail(){return this.type===ae.Detail}get typeNavigation(){return this.type===ae.Navigation}get typeActive(){return this.type===ae.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let j;return void 0!==this._ariaSelected&&(j=at.i18nBundle.getText(this._ariaSelected?Se.rek:Se.bB2)),j}get deleteText(){return at.i18nBundle.getText(Se.SJi)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?at.i18nBundle.getText(Se._43):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:at.i18nBundle.getText(Se.UlA),ariaLabelRadioButton:at.i18nBundle.getText(Se.bP),ariaSelected:this._ariaSelected,ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==Ke.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const j=this.getFocusDomRef();if((0,F.A)()===j){const Ce=this._getFocusableElements();if(!Ce.length)return;this._editMode=!0,Ce[0].focus()}else this._editMode=!1,j.focus()}_handleTabNext(j){if(this._editMode){const Ce=this._getFocusableElements(),Ze=this._indexOfActiveElement(Ce),ot=Ze+1;return void(-1!==Ze&&ot<Ce.length?(j.preventDefault(),Ce[ot].focus()):this.fireDecoratorEvent("forward-after")||j.preventDefault())}this.fireDecoratorEvent("forward-after")||j.preventDefault()}_handleTabPrevious(j){if(this._editMode){const Ce=this._getFocusableElements(),Ze=this._indexOfActiveElement(Ce);return void(Ze>0?(j.preventDefault(),Ce[Ze-1].focus()):this.fireDecoratorEvent("forward-before")||j.preventDefault())}this.fireDecoratorEvent("forward-before")||j.preventDefault()}_getFocusableElements(){const j=this.getFocusDomRef();return(0,U.J)(j)}_indexOfActiveElement(j){const Ce=(0,F.A)();return j.findIndex(Ze=>Ze===Ce||null!==Ze.shadowRoot&&Ze.shadowRoot.contains(Ce))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(j){const Ce=this._getFocusableElements();if(!Ce.length)return;const Ze=Math.min(j,Ce.length-1);return Ce[Ze].focus(),Ze}};f([(0,g.A)()],ye.prototype,"type",void 0),f([(0,g.A)({type:Object})],ye.prototype,"accessibilityAttributes",void 0),f([(0,g.A)({type:Boolean})],ye.prototype,"navigated",void 0),f([(0,g.A)()],ye.prototype,"tooltip",void 0),f([(0,g.A)({type:Boolean})],ye.prototype,"active",void 0),f([(0,g.A)()],ye.prototype,"highlight",void 0),f([(0,g.A)({type:Boolean})],ye.prototype,"selected",void 0),f([(0,g.A)()],ye.prototype,"accessibleRole",void 0),f([(0,g.A)()],ye.prototype,"_forcedAccessibleRole",void 0),f([(0,g.A)({noAttribute:!0})],ye.prototype,"_inheritedAccessibleRole",void 0),f([(0,g.A)()],ye.prototype,"_selectionMode",void 0),f([(0,g.A)()],ye.prototype,"mediaRange",void 0),f([(0,w.A)()],ye.prototype,"deleteButton",void 0),f([(0,M.A)("@ui5/webcomponents")],ye,"i18nBundle",void 0),ye=at=f([(0,y.A)({languageAware:!0,renderer:v.A,styles:[Ye.A.styles,".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n",'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}\n']}),(0,I.A)("detail-click",{bubbles:!0}),(0,I.A)("selection-requested",{bubbles:!0})],ye);const Zt=ye;var D=u(1892),k=u(2955),oe=u(563),Te=u(6136),ge=u(4431),de=u(594),Ge=u(3493);const ct=class Xe{static hasGroup(j){return this.groups.has(j)}static getGroup(j){return this.groups.get(j)}static getCheckedRadioFromGroup(j){return this.checkedRadios.get(j)}static removeGroup(j){return this.checkedRadios.delete(j),this.groups.delete(j)}static addToGroup(j,Ce){this.hasGroup(Ce)?(this.enforceSingleSelection(j,Ce),this.getGroup(Ce)&&this.getGroup(Ce).push(j)):this.createGroup(j,Ce),this.updateTabOrder(Ce)}static removeFromGroup(j,Ce){const Ze=this.getGroup(Ce);if(!Ze)return;const ot=this.getCheckedRadioFromGroup(Ce);Ze.forEach((bt,Yt,bn)=>{if(j._id===bt._id)return bn.splice(Yt,1)}),ot===j&&this.checkedRadios.set(Ce,null),Ze.length||this.removeGroup(Ce),this.updateTabOrder(Ce)}static createGroup(j,Ce){j.checked&&this.checkedRadios.set(Ce,j),this.groups.set(Ce,[j])}static selectNextItem(j,Ce){const Ze=this.getGroup(Ce);if(!Ze)return;const ot=Ze.length,bt=Ze.indexOf(j);if(ot<=1)return;const Yt=this._nextFocusable(bt,Ze);Yt&&this.updateSelectionInGroup(Yt,Ce)}static updateFormValidity(j){const Ce=this.getGroup(j);if(!Ce)return;const Ze=Ce.some(bt=>bt.required),ot=Ce.some(bt=>bt.checked);Ce.forEach(bt=>{bt._groupChecked=ot,bt._groupRequired=Ze})}static updateTabOrder(j){const Ce=this.getGroup(j);if(!Ce)return;const Ze=Ce.some(ot=>ot.checked);Ce.filter(ot=>!ot.disabled).forEach((ot,bt)=>{let Yt=(0,F.A)();Yt?.classList.contains("ui5-radio-root")&&(Yt=Yt.getRootNode(),Yt instanceof ShadowRoot&&(Yt=Yt.host)),ot._tabIndex=Ze?Yt?.hasAttribute("ui5-radio-button")&&Yt.readonly?Yt===ot&&ot.readonly?0:-1:ot.checked?0:-1:0===bt?0:-1})}static selectPreviousItem(j,Ce){const Ze=this.getGroup(Ce);if(!Ze)return;const ot=Ze.length,bt=Ze.indexOf(j);if(ot<=1)return;const Yt=this._previousFocusable(bt,Ze);Yt&&this.updateSelectionInGroup(Yt,Ce)}static selectItem(j,Ce){this.updateSelectionInGroup(j,Ce),this.updateTabOrder(Ce),this.updateFormValidity(Ce)}static updateSelectionInGroup(j,Ce){const Ze=this.getCheckedRadioFromGroup(Ce);Ze&&!j.readonly&&(this._deselectRadio(Ze),this.checkedRadios.set(Ce,j)),j&&(j.focus(),j.readonly?setTimeout(()=>{this.updateTabOrder(Ce)},0):this._selectRadio(j))}static _deselectRadio(j){j&&(j.checked=!1)}static _selectRadio(j){j.checked=!0,j._checked=!0,j.fireDecoratorEvent("change")}static _nextFocusable(j,Ce){if(!Ce)return null;let ot=null;if(j===Ce.length-1){if(Ce[0].disabled)return this._nextFocusable(1,Ce);ot=Ce[0]}else{if(Ce[j+1].disabled)return this._nextFocusable(j+1,Ce);ot=Ce[j+1]}return ot}static _previousFocusable(j,Ce){const Ze=Ce.length;let ot=null;if(0===j){if(Ce[Ze-1].disabled)return this._previousFocusable(Ze-1,Ce);ot=Ce[Ze-1]}else{if(Ce[j-1].disabled)return this._previousFocusable(j-1,Ce);ot=Ce[j-1]}return ot}static enforceSingleSelection(j,Ce){const Ze=this.getCheckedRadioFromGroup(Ce);j.checked?Ze?j!==Ze&&(this._deselectRadio(Ze),this.checkedRadios.set(Ce,j)):this.checkedRadios.set(Ce,j):j===Ze&&this.checkedRadios.set(Ce,null),this.updateTabOrder(Ce),this.updateFormValidity(Ce)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}};var ut=u(355);(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host");var dt,kt=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let re,Kt=!1,we=dt=class extends ge.A{get formValidityMessage(){return dt.i18nBundle.getText(Se.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var j=this;return pt(function*(){return j.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{re&&(re.active=!1)},Kt||(document.addEventListener("mouseup",this._deactivate),Kt=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,Te.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(j){const Ce=this._name,Ze=this.name,ot=this._checked,bt=this.checked;j&&ct.removeFromGroup(this,Ce),Ze!==Ce?(Ce&&ct.removeFromGroup(this,Ce),Ze&&ct.addToGroup(this,Ze)):Ze&&this.isConnected&&ct.enforceSingleSelection(this,Ze),this.name&&bt!==ot&&ct.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(j){const Ce=this.name;Ce&&(j.preventDefault(),ct.selectNextItem(this,Ce))}_handleUp(j){const Ce=this.name;Ce&&(j.preventDefault(),ct.selectPreviousItem(this,Ce))}_onkeydown(j){if((0,h.xC)(j))return this.active=!0,j.preventDefault();if((0,h.RI)(j))return this.active=!0,this.toggle();const Ce="rtl"===this.effectiveDir;((0,h.Pj)(j)||!Ce&&(0,h.FG)(j)||Ce&&(0,h.OC)(j))&&this._handleDown(j),((0,h.ie)(j)||!Ce&&(0,h.OC)(j)||Ce&&(0,h.FG)(j))&&this._handleUp(j)}_onkeyup(j){(0,h.xC)(j)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,re=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(ct.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return(0,Ge.ax)(this)||void 0}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==de.A.None}get valueStateText(){switch(this.valueState){case de.A.Negative:return dt.i18nBundle.getText(Se.laD);case de.A.Critical:return dt.i18nBundle.getText(Se.Xot);case de.A.Positive:return dt.i18nBundle.getText(Se.KwP);case de.A.Information:return dt.i18nBundle.getText(Se.tgV);default:return""}}get effectiveTabIndex(){const j=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:j?parseInt(j):0}};kt([(0,g.A)({type:Boolean})],we.prototype,"disabled",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"readonly",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"required",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"checked",void 0),kt([(0,g.A)()],we.prototype,"text",void 0),kt([(0,g.A)()],we.prototype,"valueState",void 0),kt([(0,g.A)()],we.prototype,"name",void 0),kt([(0,g.A)()],we.prototype,"value",void 0),kt([(0,g.A)()],we.prototype,"wrappingType",void 0),kt([(0,g.A)()],we.prototype,"accessibleName",void 0),kt([(0,g.A)()],we.prototype,"accessibleNameRef",void 0),kt([(0,g.A)({type:Number})],we.prototype,"_tabIndex",void 0),kt([(0,g.A)({type:Boolean})],we.prototype,"active",void 0),kt([(0,g.A)({type:Boolean,noAttribute:!0})],we.prototype,"_groupChecked",void 0),kt([(0,g.A)({type:Boolean,noAttribute:!0})],we.prototype,"_groupRequired",void 0),kt([(0,M.A)("@ui5/webcomponents")],we,"i18nBundle",void 0),we=dt=kt([(0,y.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:v.A,template:function yt(){return(0,D.FD)("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,D.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,Te.xl)()},children:[(0,D.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,D.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,D.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,D.Y)("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&(0,D.Y)(ut.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,D.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'}),(0,I.A)("change",{bubbles:!0})],we),we.define();const $=we;function Tn(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host"),u(9394),(0,X.pU)("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,X.pU)("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var un,Ht=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let ci,Tt=!1,Ot=un=class extends ge.A{get formValidityMessage(){return un.i18nBundle.getText(Se.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var j=this;return pt(function*(){return j.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{ci&&(ci.active=!1)},Tt||(document.addEventListener("mouseup",this._deactivate),Tt=!0)}onEnterDOM(){(0,Te.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,ci=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(j){(0,h.xC)(j)&&j.preventDefault(),!this.readonly&&!this.disabled&&((0,h.RI)(j)&&this.toggle(),this.active=!0)}_onkeyup(j){(0,h.xC)(j)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const j={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const Ce=!this.fireDecoratorEvent("change"),Ze=!this.fireDecoratorEvent("value-changed");(Ce||Ze)&&(this.checked=j.checked,this.indeterminate=j.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:un.i18nBundle.getText(Se.laD),Critical:un.i18nBundle.getText(Se.Xot),Positive:un.i18nBundle.getText(Se.KwP)}}get ariaLabelText(){return(0,Ge.ax)(this)||(0,Ge.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Te.xl)()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==de.A.None}get valueStateText(){if(this.valueState!==de.A.None&&this.valueState!==de.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const j=this.getAttribute("tabindex");if(this.tabbable)return j?parseInt(j):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){const j=un.i18nBundle.getText(this.checked?Se.Egs:Se.wJ8),Ce=[this.text||"",j].filter(Boolean).join(" ");return{role:this.accInfo.role,type:un.i18nBundle.getText(Se.b5n),description:Ce,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};Ht([(0,g.A)()],Ot.prototype,"accessibleNameRef",void 0),Ht([(0,g.A)()],Ot.prototype,"accessibleName",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"disabled",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"readonly",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"displayOnly",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"required",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"indeterminate",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"checked",void 0),Ht([(0,g.A)()],Ot.prototype,"text",void 0),Ht([(0,g.A)()],Ot.prototype,"valueState",void 0),Ht([(0,g.A)()],Ot.prototype,"wrappingType",void 0),Ht([(0,g.A)()],Ot.prototype,"name",void 0),Ht([(0,g.A)()],Ot.prototype,"value",void 0),Ht([(0,g.A)({type:Boolean})],Ot.prototype,"active",void 0),Ht([(0,g.A)({type:Object})],Ot.prototype,"_accInfo",void 0),Ht([(0,M.A)("@ui5/webcomponents")],Ot,"i18nBundle",void 0),Ot=un=Ht([(0,y.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:v.A,template:function xt(){return(0,D.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Te.xl)()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[(0,D.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,D.Y)(oe.A,{"aria-hidden":"true",name:Tn.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,D.Y)(oe.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,D.Y)("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&(0,D.Y)(ut.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,D.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'}),(0,I.A)("change",{bubbles:!0,cancelable:!0}),(0,I.A)("value-changed",{bubbles:!0,cancelable:!0})],Ot),Ot.define();const _n=Ot,oi={listItemPreContent:function It(){},listItemContent:function jt(){},imageBegin:function To(){},iconBegin:function as(){},iconEnd:function co(){},selectionElement:So};function Yn(Qe){const j={...oi,...Qe};return(0,D.FD)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[j.listItemPreContent.call(this),this.placeSelectionElementBefore&&So.call(this),this._hasHighlightColor&&(0,D.Y)("div",{class:"ui5-li-highlight"}),(0,D.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[j.imageBegin.call(this),j.iconBegin.call(this),j.listItemContent.call(this)]}),j.iconEnd.call(this),this.typeDetail&&(0,D.Y)("div",{class:"ui5-li-detailbtn",children:(0,D.Y)(k.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,D.Y)(oe.A,{name:"slim-arrow-right"}),this.navigated&&(0,D.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&j.selectionElement.call(this),(0,D.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,D.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function So(){switch(!0){case this.modeSingleSelect:return(0,D.Y)($,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return(0,D.Y)(_n,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return(0,D.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,D.Y)("slot",{name:"deleteButton"}):(0,D.Y)(k.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:S.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const Cr={listItemContent:function mf(){return(0,D.Y)("slot",{})}};var vf=u(4446);let Ka,Vi;const cs=()=>(Ka??=new vf.Ay("@ui5/webcomponents-base"),Ka),Xs=(Qe,j=[])=>{(!Vi||!Vi.isConnected)&&(Vi=document.createElement("span"),Vi.id="ui5-invisible-text",Vi.hidden=!0,document.body.appendChild(Vi));const Ce=[...Qe.ariaLabelledByElements||[]],Ze=Ce.indexOf(Vi);j=Array.isArray(j)?j.filter(Boolean).join(" . ").trim():j.trim(),Vi.textContent=j,j&&-1===Ze?(Ce.unshift(Vi),Qe.ariaLabelledByElements=Ce):!j&&Ze>-1&&(Ce.splice(Ze,1),Qe.ariaLabelledByElements=Ce.length?Ce:null)},qa=(Qe,j={},Ce=!0)=>{if(!Qe)return"";if(Qe.nodeType===Node.TEXT_NODE)return Qe.data.trim();if(!(Qe instanceof HTMLElement))return"";if(Qe.hasAttribute("data-ui5-acc-text"))return Qe.getAttribute("data-ui5-acc-text")||"";if("true"===Qe.ariaHidden||!(Qe=>Qe.checkVisibility()||"contents"===getComputedStyle(Qe).display)(Qe))return Ce?cs().getText(Se.CH):"";let Ze=[];const ot=[],bt=Qe.accessibilityInfo,{lessDetails:Yt}=j;if(bt){const{type:bn,description:Lt,required:Er,disabled:Ve,readonly:Tr,children:tu}=bt;Ze=tu||[],bn&&ot.push(bn),Lt&&ot.push(Lt),Yt||(Er&&ot.push(cs().getText(Se.knB)),Ve&&ot.push(cs().getText(Se.fBK)),Tr&&ot.push(cs().getText(Se.Dy9)))}else Ze="slot"===Qe.localName?Qe.assignedNodes({flatten:!0}):Qe.shadowRoot?[...Qe.shadowRoot.childNodes]:[...Qe.childNodes];if(Ze.forEach(bn=>{const Lt=qa(bn,j,!1);Lt&&ot.push(Lt)}),Ce){const bn=ot.length>0;if(!bn||!Yt){const Lt=(0,U.J)(Qe),Er=[bn?"":Se.CH,Se.fSG,Se.Apb][Math.min(Lt.length,2)];Er&&(bn&&ot.push("."),ot.push(cs().getText(Er)))}}return ot.join(" ").trim()};(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",pt(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",pt(function*(){return Ut.A}),"host");var ls,Ko=function(Qe,j,Ce,Ze){var Yt,ot=arguments.length,bt=ot<3?j:null===Ze?Ze=Object.getOwnPropertyDescriptor(j,Ce):Ze;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)bt=Reflect.decorate(Qe,j,Ce,Ze);else for(var bn=Qe.length-1;bn>=0;bn--)(Yt=Qe[bn])&&(bt=(ot<3?Yt(bt):ot>3?Yt(j,Ce,bt):Yt(j,Ce))||bt);return ot>3&&bt&&Object.defineProperty(j,Ce,bt),bt};let Xn=ls=class extends Zt{constructor(){super(...arguments),this.movable=!1}get isCustomListItem(){return!0}_onkeydown(j){(this.matches(":focus")||(0,h.zP)(j)||(0,h.bR)(j)||(0,h.ty)(j)||(0,h.oi)(j)||(0,h.ie)(j)||(0,h.Pj)(j))&&super._onkeydown(j)}_onkeyup(j){(this.matches(":focus")||(0,h.zP)(j)||(0,h.bR)(j)||(0,h.ty)(j)||(0,h.oi)(j)||(0,h.ie)(j)||(0,h.Pj)(j))&&super._onkeyup(j)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(j){super._onfocusin(j),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(j){super._onfocusout(j),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const j=this._listItem;if(!j)return;const Ce=qa(this);Xs(j,Ce)}_clearInvisibleTextContent(){const j=this._listItem;j&&Xs(j,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const j=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return j?[j]:[]}get classes(){const j=super.classes;return j.main["ui5-custom-li-root"]=!0,j}get accessibilityInfo(){const j=[],Ce=this.shadowRoot?.querySelector("slot:not([name])");if(Ce){const ot=Ce.assignedNodes({flatten:!0});j.push(...ot)}const Ze=this._getDeleteButtonNodes();return j.push(...Ze),{type:ls.i18nBundle.getText(Se.YHe),children:j}}};Ko([(0,g.A)({type:Boolean})],Xn.prototype,"movable",void 0),Ko([(0,g.A)()],Xn.prototype,"accessibleName",void 0),Ko([(0,M.A)("@ui5/webcomponents")],Xn,"i18nBundle",void 0),Xn=ls=Ko([(0,y.A)({tag:"ui5-li-custom",template:function Ys(Qe){const j={...Cr,...Qe};return Yn.call(this,j)},renderer:v.A,styles:[Zt.styles,':host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}\n']})],Xn),Xn.define();const yf=(0,L.A)("isCustomListItem")},6374(ie,H,u){"use strict";u.d(H,{A:()=>se,t:()=>le});var h=u(6993),v=u(1437),y=u(1642),g=u(1934),M=u(1834),L=u(4431),F=u(1441),U=u(4778),I=u(1892),w=u(45),S=u(7601),O=u(897),P=u(9293),ne=u(8923),J=u(303),K=u(5444);(0,ne.Rh)("@ui5/webcomponents-theming","sap_horizon",P(function*(){return J.A})),(0,ne.Rh)("@ui5/webcomponents","sap_horizon",P(function*(){return K.A}),"host");var z=u(6968),q=u(5031),Z=function(ve,Pe,Ee,Ie){var Ne,he=arguments.length,pe=he<3?Pe:null===Ie?Ie=Object.getOwnPropertyDescriptor(Pe,Ee):Ie;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ve,Pe,Ee,Ie);else for(var je=ve.length-1;je>=0;je--)(Ne=ve[je])&&(pe=(he<3?Ne(pe):he>3?Ne(Pe,Ee,pe):Ne(Pe,Ee))||pe);return he>3&&pe&&Object.defineProperty(Pe,Ee,pe),pe};let ce=class extends L.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new F.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,filterPlacements:this._filterPlacements.bind(this)})}get groupHeaderItem(){return this.shadowRoot.querySelector("[ui5-li-group-header]")}get hasHeader(){return!!this.headerText||this.hasFormattedHeader}get hasFormattedHeader(){return!!this.header.length}get isListItemGroup(){return!0}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}_ondragenter(Pe){this._dragAndDropHandler.ondragenter(Pe)}_ondragleave(Pe){this._dragAndDropHandler.ondragleave(Pe)}_ondragover(Pe){this._dragAndDropHandler.ondragover(Pe)}_ondrop(Pe){this._dragAndDropHandler.ondrop(Pe)}_filterPlacements(Pe,Ee,Ie){return Ie===Ee?Pe.filter(he=>he!==U.A.On):Pe}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return z.A.None}};Z([(0,y.A)()],ce.prototype,"headerText",void 0),Z([(0,y.A)()],ce.prototype,"headerAccessibleName",void 0),Z([(0,h.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],ce.prototype,"items",void 0),Z([(0,y.A)()],ce.prototype,"wrappingType",void 0),Z([(0,y.A)({type:Boolean})],ce.prototype,"focused",void 0),Z([(0,h.A)()],ce.prototype,"header",void 0),ce=Z([(0,g.A)({tag:"ui5-li-group",renderer:M.A,languageAware:!0,template:function X(){return(0,I.FD)(I.FK,{children:[this.hasHeader&&(0,I.FD)(w.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:O.A.ListItem,children:[this.hasFormattedHeader?(0,I.Y)("slot",{name:"header"}):this.headerText,(0,I.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,I.FD)("div",{class:"ui5-group-li-root",onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,id:`${this._id}-content`,children:[(0,I.Y)("slot",{}),(0,I.Y)(S.A,{orientation:"Horizontal",ownerReference:this})]})]})},styles:[".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}\n"]}),(0,v.A)("move-over",{bubbles:!0,cancelable:!0}),(0,v.A)("move",{bubbles:!0})],ce),ce.define();const se=ce,le=(0,q.A)("isListItemGroup")},45(ie,H,u){"use strict";u.d(H,{A:()=>se});var h=u(1642),v=u(6993),y=u(1934),g=u(3651),M=u(1045),L=u(6981),F=u(5166),U=u(1892),I=u(6968);function S(){return this.wrappingType===I.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,U.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,U.Y)("slot",{})})}var O=u(9293),X=u(8923),P=u(303),ne=u(5444);(0,X.Rh)("@ui5/webcomponents-theming","sap_horizon",O(function*(){return P.A})),(0,X.Rh)("@ui5/webcomponents","sap_horizon",O(function*(){return ne.A}),"host");var z,K=u(897),x=function(le,ve,Pe,Ee){var pe,Ie=arguments.length,he=Ie<3?ve:null===Ee?Ee=Object.getOwnPropertyDescriptor(ve,Pe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)he=Reflect.decorate(le,ve,Pe,Ee);else for(var Ne=le.length-1;Ne>=0;Ne--)(pe=le[Ne])&&(he=(Ie<3?pe(he):Ie>3?pe(ve,Pe,he):pe(ve,Pe))||he);return Ie>3&&he&&Object.defineProperty(ve,Pe,he),he};let ce=z=class extends L.A{constructor(){super(...arguments),this.accessibleRole=K.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,M.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return z.i18nBundle.getText(F.Uin)}get defaultSlotText(){return this.textContent}get ariaLabelText(){return[this.textContent,this.accessibleName].filter(Boolean).join(" ")}get hasSubItems(){return this.subItems.length>0}onBeforeRendering(){super.onBeforeRendering(),"Normal"===this.wrappingType&&(z.ExpandableTextTemplate?this.expandableTextTemplate=z.ExpandableTextTemplate:Promise.all([u.e(253),u.e(249)]).then(u.bind(u,9249)).then(ve=>{this.expandableTextTemplate=ve.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};x([(0,h.A)()],ce.prototype,"accessibleName",void 0),x([(0,h.A)()],ce.prototype,"accessibleRole",void 0),x([(0,h.A)()],ce.prototype,"wrappingType",void 0),x([(0,h.A)()],ce.prototype,"mediaRange",void 0),x([(0,h.A)({noAttribute:!0})],ce.prototype,"expandableTextTemplate",void 0),x([(0,v.A)()],ce.prototype,"subItems",void 0),x([(0,g.A)("@ui5/webcomponents")],ce,"i18nBundle",void 0),ce=z=x([(0,y.A)({tag:"ui5-li-group-header",languageAware:!0,template:function w(){return(0,U.FD)("div",{part:"native-li",role:this.effectiveAccRole,tabindex:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0,class:{"ui5-ghli-root":!0,...this.classes.main},"aria-label":this.ariaLabelText,"aria-roledescription":this.groupHeaderText,onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,children:[(0,U.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:S.call(this)}),this.hasSubItems&&(0,U.Y)("slot",{name:"subItems"})]})},styles:[L.A.styles,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}\n']})],ce),ce.define();const se=ce},6634(ie,H,u){"use strict";u.d(H,{zN:()=>Vt,D2:()=>nt,Ay:()=>Dt,st:()=>an});var h=u(9293),v=u(4431),y=u(1934),g=u(1642),M=u(6993),L=u(6136),F=u(1402),U=u(8762);const w={toAttribute:Me=>Me instanceof HTMLElement?null:Me,fromAttribute:Me=>Me};var S=u(6060),O=u(9859),X=function(Me){return Me.Start="Start",Me.End="End",Me.Top="Top",Me.Bottom="Bottom",Me}(X||{});const P=X;var ne=function(Me){return Me.Center="Center",Me.Top="Top",Me.Bottom="Bottom",Me.Stretch="Stretch",Me}(ne||{});const J=ne;var K=u(9494),x=u(4127);const q=Me=>Me.parentElement?Me.parentElement:Me.parentNode.host;var Z=u(3466);let ce;const le=[],ve=()=>{le.forEach(Me=>{Me.instance.reposition()})},je=Me=>{Me&&Me.shadowRoot.removeEventListener("scroll",ve,{capture:!0})},Fe=Me=>{const W=(0,Z.vR)();if(0!==W.length&&an(W[W.length-1].instance))for(let Q=W.length-1;-1!==Q;Q--){const E=W[Q].instance;if(!an(E)||E.isModal||E.isOpenerClicked(Me)||E.isClicked(Me))return;E.closePopup()}},be=Me=>{const W=$e(Me);(0,Z.Xj)(Me,W),le.push({instance:Me,parentPopovers:W}),(Me=>{Me&&Me.shadowRoot.addEventListener("scroll",ve,{capture:!0})})(Me),1===le.length&&(document.addEventListener("scroll",ve,{capture:!0}),document.addEventListener("mousedown",Fe,{capture:!0}),ce=setInterval(()=>{ve(),(()=>{let Me=(0,x.A)();"IFRAME"===Me.tagName&&Ke().reverse().forEach(W=>{const ue=W.instance,Q=ue.getOpenerHTMLElement(ue.opener);for(;Me;){if(Me===Q)return;Me=q(Me)}ue.closePopup(!1,!1,!0)})})()},300))},Ke=()=>le,$e=Me=>{let W=Me.parentNode;const ue=[];for(;W&&W.parentNode;){for(let Q=0;Q<le.length;Q++)W===le[Q].instance&&ue.push(W);W=W.parentNode}return ue};var ae=function(Me){return Me.TopLeft="TopLeft",Me.TopRight="TopRight",Me.BottomLeft="BottomLeft",Me.BottomRight="BottomRight",Me}(ae||{});const Ye=class ft{constructor(W){this._resized=!1,this._popover=W,this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this)}reset(){this._resized&&(this._resized=!1,delete this._currentDeltaX,delete this._currentDeltaY,delete this._totalDeltaX,delete this._totalDeltaY)}get isResized(){return this._resized}getCorrectedLeft(W){return this.isResized&&(W-=this._currentDeltaX||0),W}getCorrectedTop(W){return this.isResized&&(W-=this._currentDeltaY||0),W}setCorrectResizeHandleClass(W){switch(this.getResizeHandlePlacement()){case ae.BottomLeft:W.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case ae.BottomRight:W.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case ae.TopLeft:W.root["ui5-popover-resize-handle-top-left"]=!0;break;case ae.TopRight:W.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const W=this._popover;if(this._resized&&W.resizeHandlePlacement)return W.resizeHandlePlacement;const ue=W.getOpenerHTMLElement(W.opener);if(!ue)return;const E=W.isRtl,m=ue.getBoundingClientRect(),C=W.getBoundingClientRect();let R=Math.floor(m.x+m.width/2);const Y=Math.floor(m.y+m.height/2);let p=Math.floor(C.x+C.width/2);const A=Math.floor(C.y+C.height/2),G=W.verticalAlign,me=W._actualHorizontalAlign,Be=C.width>m.width,f=C.height>m.height;switch(E&&(R=-R,p=-p),W.getActualPlacement(m)){case nt.Left:return f?A>Y+2?ae.BottomLeft:ae.TopLeft:G===J.Top?ae.BottomLeft:ae.TopLeft;case nt.Right:return f?A+2<Y?ae.TopRight:ae.BottomRight:G===J.Bottom?ae.TopRight:ae.BottomRight;case nt.Bottom:return Be?p+2<R?E?ae.BottomRight:ae.BottomLeft:E?ae.BottomLeft:ae.BottomRight:E?me===Vt.Left?ae.BottomRight:ae.BottomLeft:me===Vt.Right?ae.BottomLeft:ae.BottomRight;default:return Be?p+2<R?E?ae.TopRight:ae.TopLeft:E?ae.TopLeft:ae.TopRight:E?me===Vt.Left?ae.TopRight:ae.TopLeft:me===Vt.Right?ae.TopLeft:ae.TopRight}}onResizeMouseDown(W){if(!this._popover.resizable)return;W.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:ue,minHeight:Q,maxWidth:E,maxHeight:m}=window.getComputedStyle(this._popover),C=window.getComputedStyle(this._popover);this._initialClientX=W.clientX,this._initialClientY=W.clientY,this._minWidth=Math.max(Number.parseFloat(ue),Number.parseFloat(C.minWidth)),this._minHeight=Number.parseFloat(Q);const R=this._popover._viewportMargin,Y=window.innerWidth-2*R,p=window.innerHeight-2*R,A="none"!==E?Number.parseFloat(E):1/0,G="none"!==m?Number.parseFloat(m):1/0;this._maxWidth=A<Y?A:1/0,this._maxHeight=G<p?G:1/0,this._attachMouseResizeHandlers()}_onResizeMouseMove(W){const Q=this._popover._viewportMargin,{clientX:E,clientY:m}=W,C=this.getResizeHandlePlacement(),R=this._initialBoundingRect,Y=E-this._initialClientX,p=m-this._initialClientY;let A,G;const Be=C===ae.TopLeft||C===ae.TopRight;if(C===ae.TopLeft||C===ae.BottomLeft){const at=Math.min(R.x+R.width-Q,this._maxWidth);A=(0,U.A)(R.width-Y,this._minWidth,at);const ye=(0,U.A)(R.x+Y,Q,R.x+R.width-this._minWidth);A=Math.min(A,R.x+R.width-ye),this._currentDeltaX=(R.x-ye)/2}else{const at=Math.min(window.innerWidth-R.x-Q,this._maxWidth);A=(0,U.A)(R.width+Y,this._minWidth,at),this._currentDeltaX=(R.width-A)/2}if(Be){const at=Math.min(R.y+R.height-Q,this._maxHeight);G=(0,U.A)(R.height-p,this._minHeight,at);const ye=(0,U.A)(R.y+p,Q,R.y+R.height-this._minHeight);G=Math.min(G,R.y+R.height-ye),this._currentDeltaY=(R.y-ye)/2}else{const at=Math.min(window.innerHeight-R.y-Q,this._maxHeight);G=(0,U.A)(R.height+p,this._minHeight,at),this._currentDeltaY=(R.height-G)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const f=this._popover.calcPlacement(this._popover._openerRect,{width:A,height:G});this._popover.arrowTranslateX=f.arrow.x,this._popover.arrowTranslateY=f.arrow.y,Object.assign(this._popover.style,{left:`${f.left}px`,top:`${f.top}px`,height:`${G}px`,width:`${A}px`})}_onResizeMouseUp(){delete this._initialClientX,delete this._initialClientY,delete this._initialBoundingRect,delete this._minWidth,delete this._minHeight,delete this._maxWidth,delete this._maxHeight,this._detachMouseResizeHandlers()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler)}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}};var Se=u(555),pt=u(1926),tt=u(8923),ht=u(303),Ut=u(5444);(0,tt.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ht.A})),(0,tt.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return Ut.A}),"host");var Mt,gt=u(5031),wt=function(Me,W,ue,Q){var C,E=arguments.length,m=E<3?W:null===Q?Q=Object.getOwnPropertyDescriptor(W,ue):Q;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)m=Reflect.decorate(Me,W,ue,Q);else for(var R=Me.length-1;R>=0;R--)(C=Me[R])&&(m=(E<3?C(m):E>3?C(W,ue,m):C(W,ue))||m);return E>3&&m&&Object.defineProperty(W,ue,m),m},Vt=function(Me){return Me.Center="Center",Me.Left="Left",Me.Right="Right",Me.Stretch="Stretch",Me}(Vt||{}),nt=function(Me){return Me.Left="Left",Me.Right="Right",Me.Top="Top",Me.Bottom="Bottom",Me}(nt||{});let Je=Mt=class extends O.A{static get VIEWPORT_MARGIN(){return 10}constructor(){super(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.resizable=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="Right",this.isPopover=!0,this._popoverResize=new Ye(this)}set opener(W){this._opener!==W&&(this._opener=W,W&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var W=()=>super.openPopup,ue=this;return h(function*(){if(ue._opened)return;const Q=ue.getOpenerHTMLElement(ue.opener);if(Q){if(!Q||ue.isOpenerOutsideViewport(Q.getBoundingClientRect()))return yield(0,S.JT)(),ue.open=!1,void ue.fireDecoratorEvent("close");ue._initialWidth=ue.style.width,ue._initialHeight=ue.style.height,ue._openerRect=Q.getBoundingClientRect(),ue._observeOpenerVisibility(),yield W().call(ue)}})()}closePopup(W=!1,ue=!1,Q=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(W,ue,Q)}isOpenerClicked(W){const ue=W.target,Q=this.getOpenerHTMLElement(this.opener);return!!Q&&(!!(ue===Q||this._isUI5AbstractElement(ue)&&ue.getFocusDomRef()===Q)||W.composedPath().indexOf(Q)>-1)}isClicked(W){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==W.composedPath()[0])||(0,F.wi)(W,this.getBoundingClientRect())}_addOpenedPopup(){be(this)}_removeOpenedPopup(){(Me=>{const W=[Me];for(let ue=0;ue<le.length;ue++){const Q=le[ue].parentPopovers.indexOf(Me);le[ue].parentPopovers.length>0&&Q>-1&&W.push(le[ue].instance)}for(let ue=W.length-1;ue>=0;ue--)for(let Q=0;Q<le.length;Q++){let E=-1;W[ue]===le[Q].instance&&(E=Q),E>=0&&((0,Z.cY)(le[E].instance),je(le[E].instance),le.splice(E,1)[0].instance.closePopup(!1,!0))}le.length||(document.removeEventListener("scroll",ve,{capture:!0}),document.removeEventListener("mousedown",Fe,{capture:!0}),clearInterval(ce))})(this)}getOpenerHTMLElement(W){if(null==W)return W;if(W instanceof HTMLElement)return this._isUI5AbstractElement(W)?W.getFocusDomRef():W;let ue=this.getRootNode();if(!ue)return null;ue===this&&(ue=document);let Q=ue.getElementById(W);return ue instanceof ShadowRoot&&!Q&&(Q=document.getElementById(W)),Q&&(this._isUI5AbstractElement(Q)?Q.getFocusDomRef():Q)}shouldCloseDueToOverflow(W,ue){const E={Left:ue.right,Right:ue.left,Top:ue.top,Bottom:ue.bottom},m=this.getOpenerHTMLElement(this.opener),C=(0,F.nE)(m);let R=!1,Y=!1;if(C instanceof Mt){const p=C.getBoundingClientRect();R=ue.top>p.top+p.height,Y=ue.top+ue.height<p.top}return E[W]<0||E[W]+32>C.innerHeight||R||Y}shouldCloseDueToNoOpener(W){return 0===W.top&&0===W.bottom&&0===W.left&&0===W.right}isOpenerOutsideViewport(W){return W.bottom<0||W.top>window.innerHeight||W.right<0||W.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return Mt.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var W=()=>super._show,ue=this;return h(function*(){W().call(ue);const Q=ue.getOpenerHTMLElement(ue.opener);if(!Q)return void Object.assign(ue.style,{top:"0px",left:"0px"});if(Q&&(0,v.W)(Q)&&!Q.getDomRef())return;ue._opened||ue._showOutsideViewport();const E=ue.getPopoverSize();let m;if(0===E.width||0===E.height)return;if(ue.open&&(ue._openerRect=Q.getBoundingClientRect()),m=ue._oldPlacement&&ue.shouldCloseDueToNoOpener(ue._openerRect)&&ue.isFocusWithin()?ue._oldPlacement:ue.calcPlacement(ue._openerRect,E),ue._preventRepositionAndClose||ue.isOpenerOutsideViewport(ue._openerRect))return yield ue._waitForDomRef(),ue.closePopup();ue._oldPlacement=m,ue.actualPlacement=m.actualPlacement;let C=(0,U.A)(ue._left,Mt.VIEWPORT_MARGIN,document.documentElement.clientWidth-E.width-Mt.VIEWPORT_MARGIN);ue.actualPlacement===nt.Right&&(C=Math.max(C,ue._left));let R=(0,U.A)(ue._top,Mt.VIEWPORT_MARGIN,document.documentElement.clientHeight-E.height-Mt.VIEWPORT_MARGIN);ue.actualPlacement===nt.Bottom&&(R=Math.max(R,ue._top)),ue.arrowTranslateX=m.arrow.x,ue.arrowTranslateY=m.arrow.y,R=ue._adjustForIOSKeyboard(R),Object.assign(ue.style,{top:`${R}px`,left:`${C}px`}),!ue._popoverResize.isResized&&(ue.horizontalAlign===K.A.Stretch&&ue._width&&(ue.style.width=ue._width),ue.verticalAlign===J.Stretch&&ue._height&&(ue.style.height=ue._height))})()}_adjustForIOSKeyboard(W){if(!(0,L.un)())return W;const ue=Math.ceil(this.getBoundingClientRect().top);return W+(Number.parseInt(this.style.top||"0")-ue)}_onOpenerIntersection(W){this.open&&!W[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const W=this.getOpenerHTMLElement(this.opener);W&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(W))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(W=!1){const ue=this.getBoundingClientRect(),Q=ue.width;let E;const m=this.getDomRef();if(W&&m){const C=m.querySelector(".ui5-popup-header-root"),R=m.querySelector(".ui5-popup-content"),Y=m.querySelector(".ui5-popup-footer-root");E=R?.scrollHeight||0,E+=C?.scrollHeight||0,E+=Y?.scrollHeight||0}else E=ue.height;return{width:Q,height:E}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(W){return(0,v.W)(W)&&W.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(W,ue){let Q=Mt.VIEWPORT_MARGIN,E=0;const m=this.allowTargetOverlap,C=document.documentElement.clientWidth,R=document.documentElement.clientHeight;let Y=R,p=C;const A=this.getActualPlacement(W);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(W)||this.shouldCloseDueToOverflow(A,W);const G=A===nt.Top||A===nt.Bottom;this._popoverResize.isResized||(this.horizontalAlign===K.A.Stretch&&G?(ue.width=W.width,this._width=`${W.width}px`):this.verticalAlign===J.Stretch&&!G&&(ue.height=W.height,this._height=`${W.height}px`));const me=this.hideArrow?0:8;switch(A){case nt.Top:Q=this.getVerticalLeft(W,ue),E=Math.max(W.top-ue.height-me,0),m||(Y=W.top-me);break;case nt.Bottom:Q=this.getVerticalLeft(W,ue),E=W.bottom+me,m?E=Math.max(Math.min(E,R-ue.height),0):Y=R-W.bottom-me;break;case nt.Left:Q=Math.max(W.left-ue.width-me,0),E=this.getHorizontalTop(W,ue),m||(p=W.left-me);break;case nt.Right:Q=W.left+W.width+me,E=this.getHorizontalTop(W,ue),m?Q=Math.max(Math.min(Q,C-ue.width),0):p=C-W.right-me}G?ue.width>C||Q<Mt.VIEWPORT_MARGIN?Q=Mt.VIEWPORT_MARGIN:Q+ue.width>C-Mt.VIEWPORT_MARGIN&&(Q=C-Mt.VIEWPORT_MARGIN-ue.width):ue.height>R||E<Mt.VIEWPORT_MARGIN?E=Mt.VIEWPORT_MARGIN:E+ue.height>R-Mt.VIEWPORT_MARGIN&&(E=R-Mt.VIEWPORT_MARGIN-ue.height),this._maxHeight=Math.round(Y-Mt.VIEWPORT_MARGIN),this._maxWidth=Math.round(p-Mt.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-Q)>1.5)&&(this._left=Math.round(Q)),(void 0===this._top||Math.abs(this._top-E)>1.5)&&(this._top=Math.round(E));const Be=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),f=this.getArrowPosition(W,ue,Q,E,G,Be);return this._left+=this.getRTLCorrectionLeft(),{arrow:f,top:this._top,left:this._left,actualPlacement:A}}get isVertical(){return this.placement===P.Top||this.placement===P.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(W,ue,Q,E,m,C){const R=this._actualHorizontalAlign;let Y=R===Vt.Center||R===Vt.Stretch;R===Vt.Right&&Q<=W.left&&(Y=!0),R===Vt.Left&&Q+ue.width>=W.left+W.width&&(Y=!0);let p=0;m&&Y&&(p=W.left+W.width/2-Q-ue.width/2);let A=0;m||(A=W.top+W.height/2-E-ue.height/2);const G=ue.height/2-C-4-2;A=(0,U.A)(A,-G,G);const me=ue.width/2-C-4-2;return p=(0,U.A)(p,-me,me),{x:Math.round(p),y:Math.round(A)}}fallbackPlacement(W,ue,Q,E){return Q.left>E.width?nt.Left:W-Q.right>Q.left?nt.Right:ue-Q.bottom>E.height?nt.Bottom:ue-Q.bottom<Q.top?nt.Top:void 0}getActualPlacement(W){const ue=this.placement,Q=this.getPopoverSize(!this.allowTargetOverlap);let E=nt.Right;switch(ue){case P.Start:E=this.isRtl?nt.Right:nt.Left;break;case P.End:E=this.isRtl?nt.Left:nt.Right;break;case P.Top:E=nt.Top;break;case P.Bottom:E=nt.Bottom}const m=document.documentElement.clientWidth;let C=document.documentElement.clientHeight,R=Q.height;switch(this.isVertical&&(R+=this.hideArrow?0:8,C-=Mt.VIEWPORT_MARGIN),E){case nt.Top:W.top<R&&W.top<C-W.bottom&&(E=nt.Bottom);break;case nt.Bottom:C-W.bottom<R&&C-W.bottom<W.top&&(E=nt.Top);break;case nt.Left:W.left<Q.width&&(E=this.fallbackPlacement(m,C,W,Q)||E);break;case nt.Right:m-W.right<Q.width&&(E=this.fallbackPlacement(m,C,W,Q)||E)}return E}getVerticalLeft(W,ue){let E=Mt.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case Vt.Center:case Vt.Stretch:E=W.left-(ue.width-W.width)/2,E=this._popoverResize.getCorrectedLeft(E);break;case Vt.Left:E=W.left;break;case Vt.Right:E=W.right-ue.width}return E}getHorizontalTop(W,ue){let Q=0;switch(this.verticalAlign){case J.Center:case J.Stretch:Q=W.top-(ue.height-W.height)/2,Q=this._popoverResize.getCorrectedTop(Q);break;case J.Top:Q=W.top;break;case J.Bottom:Q=W.bottom-ue.height}return Q}get isModal(){return this.modal}get _ariaLabelledBy(){if(!this._ariaLabel&&this._displayHeader)return"ui5-popup-header"}get styles(){return{...super.styles,root:{"max-height":this._maxHeight?`${this._maxHeight}px`:"","max-width":this._maxWidth?`${this._maxWidth}px`:""},arrow:{transform:`translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`}}}get classes(){const W=super.classes;return W.root["ui5-popover-root"]=!0,W.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(W),W}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case K.A.Start:return this.isRtl?Vt.Right:Vt.Left;case K.A.End:return this.isRtl?Vt.Left:Vt.Right;case K.A.Stretch:return Vt.Stretch;default:return Vt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(W){this._popoverResize.onResizeMouseDown(W),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};wt([(0,g.A)()],Je.prototype,"headerText",void 0),wt([(0,g.A)()],Je.prototype,"placement",void 0),wt([(0,g.A)()],Je.prototype,"horizontalAlign",void 0),wt([(0,g.A)()],Je.prototype,"verticalAlign",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"modal",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"hideArrow",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"allowTargetOverlap",void 0),wt([(0,g.A)({type:Boolean})],Je.prototype,"resizable",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"arrowTranslateX",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"arrowTranslateY",void 0),wt([(0,g.A)()],Je.prototype,"actualPlacement",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"_maxHeight",void 0),wt([(0,g.A)({type:Number,noAttribute:!0})],Je.prototype,"_maxWidth",void 0),wt([(0,g.A)({noAttribute:!0})],Je.prototype,"_resizeHandlePlacement",void 0),wt([(0,M.A)()],Je.prototype,"header",void 0),wt([(0,M.A)()],Je.prototype,"footer",void 0),wt([(0,g.A)({converter:w})],Je.prototype,"opener",null),Je=Mt=wt([(0,y.A)({tag:"ui5-popover",styles:[O.A.styles,pt.A,':host{min-width:6.25rem;box-shadow:var(--_ui5_popover_box_shadow);background-color:var(--_ui5_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_upward_arrow_margin)}:host([actual-placement="Left"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Left"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="Right"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="Right"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5_popover_background);box-shadow:var(--_ui5_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}.ui5-popover-resize-handle{position:absolute;width:1.5rem;height:1.5rem;border-radius:50%;z-index:1}.ui5-popover-resize-handle [ui5-icon]{position:absolute;width:1rem;height:1rem;cursor:inherit;color:var(--sapButton_Lite_TextColor);--rotAngle: 0;--scaleX: 1;transform:rotate(var(--rotAngle)) scaleX(var(--scaleX))}.ui5-popover-rtl .ui5-popover-resize-handle [ui5-icon]{--scaleX: -1}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle{top:-.5rem;right:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle [ui5-icon]{bottom:0;left:0;--rotAngle: 270deg}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle{top:-.5rem;left:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle [ui5-icon]{bottom:0;right:0;--rotAngle: 180deg}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle{bottom:-.5rem;left:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle [ui5-icon]{top:0;right:0;--rotAngle: 90deg}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle{bottom:-.5rem;right:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle [ui5-icon]{top:0;left:0}.ui5-popover-resizing,.ui5-popover-resizing *{user-select:none!important}\n'],template:Se.A})],Je),Je.define();const Dt=Je,an=(0,gt.A)("isPopover")},555(ie,H,u){"use strict";u.d(H,{A:()=>L});var h=u(1892),v=u(563),y=u(81),g=u(8520),M=u(6983);function L(){return g.Ay.call(this,{beforeContent:F,afterContent:U})}function F(){return(0,h.FD)(h.FK,{children:[(0,h.Y)("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&(0,h.Y)("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?(0,h.Y)("slot",{name:"header"}):(0,h.Y)(M.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function U(){return(0,h.FD)(h.FK,{children:[this._displayFooter&&!!this.footer.length&&(0,h.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,h.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,h.Y)("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,h.Y)(v.A,{name:y.Ay})})]})}},9859(ie,H,u){"use strict";u.d(H,{A:()=>je});var h=u(9293),v=u(1934),y=u(6060),g=u(1437),M=u(6993),L=u(1642),F=u(1834),U=u(4431),I=u(6136),w=u(3952),S=u(3493),O=u(3455),X=u(2358),P=u(1402),ne=u(362),J=u(4583),K=u(1045),x=u(8520),z=u(9634),q=u(3466),Z=u(8923),ce=u(303),se=u(5444);(0,Z.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ce.A})),(0,Z.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return se.A}),"host"),(0,Z.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ce.A})),(0,Z.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return se.A}),"host"),(0,Z.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return ce.A})),(0,Z.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return se.A}),"host");var Ie,Ee=function(lt,ee,Fe,be){var $e,ze=arguments.length,Ke=ze<3?ee:null===be?be=Object.getOwnPropertyDescriptor(ee,Fe):be;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ke=Reflect.decorate(lt,ee,Fe,be);else for(var ae=lt.length-1;ae>=0;ae--)($e=lt[ae])&&(Ke=(ze<3?$e(Ke):ze>3?$e(ee,Fe,Ke):$e(ee,Fe))||Ke);return ze>3&&Ke&&Object.defineProperty(ee,Fe,Ke),Ke};(0,O.E6)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const pe=new Set;let Ne=Ie=class extends U.A{constructor(){super(),this.preventFocusRestore=!1,this.accessibleRole="Dialog",this.preventInitialFocus=!1,this.isTopModalPopup=!1,this.onPhone=!1,this.onDesktop=!1,this._opened=!1,this._open=!1,this._resizeHandlerRegistered=!1,this._resizeHandler=this._resize.bind(this),this._getRealDomRef=()=>this.shadowRoot.querySelector("[root-element]")}onBeforeRendering(){this.onPhone=(0,I.tp)(),this.onDesktop=(0,I.xl)()}onAfterRendering(){(0,y.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,I.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,S.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(Ie.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,S.I7)(this)}set open(ee){this._open!==ee&&(this._open=ee,ee?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var ee=this;return h(function*(){ee._opened||(ee.fireDecoratorEvent("before-open")?(ee._attachBrowserEvents(),ee.isModal&&Ie.blockPageScrolling(ee),ee._focusedElementBeforeOpen=(0,P.CA)(),ee._show(),ee._opened=!0,ee.getDomRef()&&ee._updateMediaRange(),ee._addOpenedPopup(),ee.classList.add("ui5-popup-opening"),setTimeout(()=>{ee.classList.remove("ui5-popup-opening")},50),ee.open=!0,yield ee.applyInitialFocus(),yield(0,y.JT)(),ee.isConnected&&ee.fireDecoratorEvent("open")):ee.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(ee){ee.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(ee){pe.add(ee),1===pe.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(ee){pe.delete(ee),0===pe.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(ee){this.fireDecoratorEvent("scroll",{scrollTop:ee.target.scrollTop,targetRef:ee.target})}_onkeydown(ee){const Fe=ee.target===this._root&&(0,X.bR)(ee),be=(0,X.RI)(ee)&&!this.open;(Fe||be)&&ee.preventDefault()}_onfocusout(ee){ee.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(ee){this._shouldFocusRoot=!!this.shadowRoot.contains(ee.target)}_onmouseup(){this._shouldFocusRoot&&((0,I.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var ee=this;return h(function*(){const Fe=yield(0,w.$)(ee);Fe?Fe.focus():ee._root.focus()})()}forwardToLast(){var ee=this;return h(function*(){const Fe=yield(0,w.D)(ee);Fe?Fe.focus():ee._root.focus()})()}applyInitialFocus(){var ee=this;return h(function*(){ee.preventInitialFocus||(yield ee.applyFocus())})()}applyFocus(){var ee=this;return h(function*(){yield ee._waitForDomRef();const Fe=ee.querySelector("[autofocus]");if(Fe)return void("isUI5Element"in Fe&&Fe.focus());if(ee.getRootNode()===ee)return;let be;ee.initialFocus&&(be=ee.getRootNode().getElementById(ee.initialFocus)||document.getElementById(ee.initialFocus)),be=be||(yield ee._getFirstFocusableElement())||ee._root,be&&(be===ee._root&&(be.tabIndex=-1),be.focus())})()}_getFirstFocusableElement(){var ee=this;return h(function*(){return(0,w.$)(ee)})()}isFocusWithin(){return(0,P.TP)(this._root)}_updateMediaRange(){this.mediaRange=J.A.getCurrentRange(J.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,S.Bm)(this)}_addOpenedPopup(){(0,q.Xj)(this)}closePopup(ee=!1,Fe=!1,be=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:ee})?(this._opened=!1,this.isModal&&Ie.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),Fe||this._removeOpenedPopup(),!this.preventFocusRestore&&!be&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,q.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(ne.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(ne.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,S.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,S.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.ariaDescriptionTextId].filter(Boolean).join(" ")}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return this.accessibleRole===z.A.None?void 0:(0,K.A)(this.accessibleRole)}get _contentRole(){}get _contentAriaLabel(){}get _ariaModal(){return this.accessibleRole===z.A.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get footerDOM(){return this.shadowRoot.querySelector(".ui5-popup-footer-root")}get styles(){return{root:{},content:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};Ee([(0,L.A)()],Ne.prototype,"initialFocus",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"preventFocusRestore",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleName",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleNameRef",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleRole",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleDescription",void 0),Ee([(0,L.A)()],Ne.prototype,"accessibleDescriptionRef",void 0),Ee([(0,L.A)({noAttribute:!0})],Ne.prototype,"_associatedDescriptionRefTexts",void 0),Ee([(0,L.A)()],Ne.prototype,"mediaRange",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"preventInitialFocus",void 0),Ee([(0,L.A)({type:Boolean,noAttribute:!0})],Ne.prototype,"isTopModalPopup",void 0),Ee([(0,M.A)({type:HTMLElement,default:!0})],Ne.prototype,"content",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"onPhone",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"onDesktop",void 0),Ee([(0,L.A)({type:Boolean})],Ne.prototype,"open",null),Ne=Ie=Ee([(0,v.A)({renderer:F.A,styles:[":host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}:host(.ui5-popup-opening){opacity:.1}\n",".ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}\n"],template:x.Ay}),(0,g.A)("before-open",{cancelable:!0}),(0,g.A)("open"),(0,g.A)("before-close",{cancelable:!0}),(0,g.A)("close"),(0,g.A)("scroll",{bubbles:!0})],Ne);const je=Ne},8520(ie,H,u){"use strict";u.d(H,{Ay:()=>y});var h=u(1892);function v(){return(0,h.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function y(L){return(0,h.FD)(h.FK,{children:[v.call(this),(0,h.FD)("section",{"root-element":!0,style:this.styles.root,class:this.classes.root,role:this._role,"aria-describedby":this.ariaDescribedByIds,"aria-modal":this._ariaModal,"aria-label":this._ariaLabel,"aria-labelledby":this._ariaLabelledBy,onKeyDown:this._onkeydown,onFocusOut:this._onfocusout,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,children:[(0,h.Y)("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(L?.beforeContent||g).call(this),(0,h.Y)("div",{style:this.styles.content,class:this.classes.content,role:this._contentRole,"aria-label":this._contentAriaLabel,onScroll:this._scroll,part:"content",children:(0,h.Y)("slot",{})}),this.ariaDescriptionText&&(0,h.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(L?.afterContent||M).call(this),(0,h.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function g(){}function M(){}},6983(ie,H,u){"use strict";u.d(H,{A:()=>x});var h=u(4431),v=u(1834),y=u(1934),g=u(1642),M=function(z){return z.H1="H1",z.H2="H2",z.H3="H3",z.H4="H4",z.H5="H5",z.H6="H6",z}(M||{});const L=M;var F=u(1892);function I(z){switch(z){case"H1":return(0,F.Y)("h1",{class:"ui5-title-root",children:w.call(this)});case"H2":default:return(0,F.Y)("h2",{class:"ui5-title-root",children:w.call(this)});case"H3":return(0,F.Y)("h3",{class:"ui5-title-root",children:w.call(this)});case"H4":return(0,F.Y)("h4",{class:"ui5-title-root",children:w.call(this)});case"H5":return(0,F.Y)("h5",{class:"ui5-title-root",children:w.call(this)});case"H6":return(0,F.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:w.call(this)})}}function w(){return(0,F.Y)("span",{id:`${this._id}-inner`,children:(0,F.Y)("slot",{})})}var S=u(9293),O=u(8923),X=u(303),P=u(5444);(0,O.Rh)("@ui5/webcomponents-theming","sap_horizon",S(function*(){return X.A})),(0,O.Rh)("@ui5/webcomponents","sap_horizon",S(function*(){return P.A}),"host");var J=function(z,q,Z,ce){var ve,se=arguments.length,le=se<3?q:null===ce?ce=Object.getOwnPropertyDescriptor(q,Z):ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)le=Reflect.decorate(z,q,Z,ce);else for(var Pe=z.length-1;Pe>=0;Pe--)(ve=z[Pe])&&(le=(se<3?ve(le):se>3?ve(q,Z,le):ve(q,Z))||le);return se>3&&le&&Object.defineProperty(q,Z,le),le};let K=class extends h.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===L.H1}get h2(){return this.level===L.H2}get h3(){return this.level===L.H3}get h4(){return this.level===L.H4}get h5(){return this.level===L.H5}get h6(){return this.level===L.H6}};J([(0,g.A)()],K.prototype,"wrappingType",void 0),J([(0,g.A)()],K.prototype,"level",void 0),J([(0,g.A)()],K.prototype,"size",void 0),K=J([(0,y.A)({tag:"ui5-title",renderer:v.A,template:function U(){return(0,F.Y)(F.FK,{children:I.call(this,this.level)})},styles:':host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--sapFontHeader1Size)}:host([size="H2"]){font-size:var(--sapFontHeader2Size)}:host([size="H3"]){font-size:var(--sapFontHeader3Size)}:host([size="H4"]){font-size:var(--sapFontHeader4Size)}:host([size="H5"]){font-size:var(--sapFontHeader5Size)}:host([size="H6"]){font-size:var(--sapFontHeader6Size)}\n'})],K),K.define();const x=K},1441(ie,H,u){"use strict";u.d(H,{A:()=>I});var h=u(6826);var L=u(7669),F=u(2928);const I=class U{constructor(S,O){this.component=S,this.config={orientation:F.A.Vertical,clientCoordinate:"clientY",...O}}ondragenter(S){S.preventDefault()}ondragleave(S){if(S.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(S.relatedTarget))return;const O=this.config.getDropIndicator();O&&(O.targetReference=null)}ondragover(S){if(!this._validateDragOver(S))return;const O=h.A.getDraggedElement(),X=this.config.getDropIndicator(),P=this._findClosestPosition(S);if(!P)return void(X.targetReference=null);const ne=this._transformTargetElement(P.element);if(!this._isValidDragTarget(O,ne))return void(X.targetReference=null);const J=this._filterPlacements(P.placements,O,ne),K=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:x,placement:z}=function v(w,S,O,X,P={}){const ne=h.A.getDraggedElement(),J={targetReference:null,placement:null};if(!ne&&!P?.crossDnD)return J;const K=O.placements;return J.targetReference=w.target,K.some(x=>!S.fireDecoratorEvent("move-over",{...P.originalEvent?{originalEvent:w}:{},source:{element:ne},destination:{element:X,placement:x}})&&(w.preventDefault(),J.targetReference=O.element,J.placement=x,!0))||(J.targetReference=null),J}(S,this.component,{element:ne,placements:J},ne,K);X.targetReference=x,X.placement=z}ondrop(S){const O=this.config.getDropIndicator();O?.targetReference&&O?.placement?(function g(w,S,O,X,P={}){w.preventDefault();const ne=h.A.getDraggedElement();!ne&&P?.crossDnD||(S.fireDecoratorEvent("move",{...P.originalEvent?{originalEvent:w}:{},source:{element:ne},destination:{element:O,placement:X}}),ne?.focus())}(S,this.component,O.targetReference,O.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),O.targetReference=null):S.preventDefault()}_validateDragOver(S){if(!(S.target instanceof HTMLElement))return!1;const O=h.A.getDraggedElement(),X=this.config.getDropIndicator();return!(!O||!X)}_findClosestPosition(S){const O=this.config.getItems();return(0,L.gk)(O,"clientX"===this.config.clientCoordinate?S.clientX:S.clientY,this.config.orientation)}_transformTargetElement(S){return this.config.transformElement?this.config.transformElement(S):S}_isValidDragTarget(S,O){return!this.config.validateDraggedElement||this.config.validateDraggedElement(S,O)}_filterPlacements(S,O,X){return this.config.filterPlacements?this.config.filterPlacements(S,O,X):S}}},5166(ie,H,u){"use strict";u.d(H,["$nc",0,{key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},"Apb",0,{key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},"B$d",0,{key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},"Bby",0,{key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},"CH",0,{key:"ACC_STATE_EMPTY",defaultText:"Empty"},"CNT",0,{key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},"C_7",0,{key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},"DQe",0,{key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},"DXF",0,{key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},"Dy9",0,{key:"ACC_STATE_READONLY",defaultText:"Read Only"},"Egs",0,{key:"CHECKBOX_CHECKED",defaultText:"Checked"},"Eh8",0,{key:"DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE",defaultText:"Tab to the end of dialog to reach drag and resize handle."},"F$r",0,{key:"SWITCH_ON",defaultText:"On"},"Fo",0,{key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},"Fr3",0,{key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},"FvC",0,{key:"LINK_SUBTLE",defaultText:"Subtle"},"HzF",0,{key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},"IGR",0,{key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},"IHn",0,{key:"DIALOG_HEADER_ARIA_LABEL",defaultText:"Header"},"Jy$",0,{key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},"Jz0",0,{key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},"K2C",0,{key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},"KUG",0,{key:"DIALOG_CONTENT_ARIA_LABEL",defaultText:"Content"},"Kdd",0,{key:"LINK_EMPHASIZED",defaultText:"Emphasized"},"KwP",0,{key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},"LKI",0,{key:"DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL",defaultText:"Drag and Resize Dialog"},"M4s",0,{key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},"MG1",0,{key:"DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE",defaultText:"Tab to the end of dialog to reach drag handle."},"MME",0,{key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},"NJs",0,{key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},"Oms",0,{key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},"P1",0,{key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},"PBn",0,{key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},"QLe",0,{key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},"Qmg",0,{key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},"RXS",0,{key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},"SJi",0,{key:"DELETE",defaultText:"Delete"},"Tft",0,{key:"DIALOG_HANDLE_ARIA_ROLEDESCRIPTION",defaultText:"Handle"},"TkL",0,{key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},"U9A",0,{key:"DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use arrow keys to move, Shift+arrow keys to resize"},"Uin",0,{key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},"UlA",0,{key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},"W_p",0,{key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},"WlA",0,{key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},"Wyx",0,{key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},"Xot",0,{key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},"Y12",0,{key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},"Y90",0,{key:"DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE",defaultText:"Tab to the end of dialog to reach resize handle."},"YBm",0,{key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},"YF",0,{key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},"YHe",0,{key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},"Yq8",0,{key:"DIALOG_FOOTER_ARIA_LABEL",defaultText:"Footer"},"Yz$",0,{key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},"Z2A",0,{key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},"ZqR",0,{key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},"_43",0,{key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},"_XF",0,{key:"DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use arrow keys to move"},"b5n",0,{key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},"bB2",0,{key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},"bP",0,{key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},"bRY",0,{key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},"dOG",0,{key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},"dr_",0,{key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},"eG4",0,{key:"DIALOG_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use shift+arrow keys to resize"},"f4l",0,{key:"SWITCH_OFF",defaultText:"Off"},"fBK",0,{key:"ACC_STATE_DISABLED",defaultText:"Disabled"},"fPH",0,{key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},"fSG",0,{key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},"flf",0,{key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},"hNk",0,{key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},"jSp",0,{key:"LOAD_MORE_TEXT",defaultText:"More"},"kQX",0,{key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},"knB",0,{key:"ACC_STATE_REQUIRED",defaultText:"Required"},"laD",0,{key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},"mgn",0,{key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},"nFX",0,{key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},"oKK",0,{key:"DIALOG_FULLSCREEN_MAXIMIZE",defaultText:"Maximize (Shift+Ctrl+F)"},"oTv",0,{key:"DIALOG_DRAG_HANDLE_ARIA_LABEL",defaultText:"Drag Dialog"},"ogG",0,{key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},"pcO",0,{key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},"piN",0,{key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},"qF5",0,{key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},"rek",0,{key:"LIST_ITEM_SELECTED",defaultText:"Selected"},"sIq",0,{key:"DIALOG_FULLSCREEN_RESTORE",defaultText:"Restore (Shift+Ctrl+F)"},"sSI",0,{key:"DIALOG_RESIZE_HANDLE_ARIA_LABEL",defaultText:"Resize Dialog"},"tgV",0,{key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},"u9k",0,{key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"},"vSX",0,{key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},"vtI",0,{key:"LABEL_COLON",defaultText:":"},"wJ8",0,{key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},"zTT",0,{key:"DIALOG_RESIZE_HANDLE_TOOLTIP",defaultText:"Drag handle to resize (shift+arrow)"}])},1926(ie,H,u){"use strict";var h=u(9293),v=u(8923),y=u(303),g=u(5444);(0,v.Rh)("@ui5/webcomponents-theming","sap_horizon",h(function*(){return y.A})),(0,v.Rh)("@ui5/webcomponents","sap_horizon",h(function*(){return g.A}),"host"),u.d(H,["A",0,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5_popup_header_shadow);border-bottom:var(--_ui5_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5_popup_default_header_height);max-height:var(--_ui5_popup_default_header_height);line-height:var(--_ui5_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_s);padding-right:var(--_ui5_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_m_l);padding-right:var(--_ui5_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_xl);padding-right:var(--_ui5_popup_header_footer_padding_xl)}::slotted([slot="footer"]){height:var(--_ui5_popup_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}::slotted([slot="footer"][ui5-bar][design="Footer"]),::slotted([slot="header"][ui5-bar][design="Header"]){--_ui5_bar-start-container-padding-start: 0;--_ui5_bar-mid-container-padding-start-end: 0;--_ui5_bar-end-container-padding-end: 0}\n'])},5444(ie,H,u){"use strict";u.d(H,["A",0,':host{--ui5-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--ui5-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-border-radius: var(--sapElement_BorderCornerRadius);--ui5-avatar-border-radius-img-deduction: .0625rem;--ui5-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-avatar-accent1: var(--sapAvatar_1_Background);--ui5-avatar-accent2: var(--sapAvatar_2_Background);--ui5-avatar-accent3: var(--sapAvatar_3_Background);--ui5-avatar-accent4: var(--sapAvatar_4_Background);--ui5-avatar-accent5: var(--sapAvatar_5_Background);--ui5-avatar-accent6: var(--sapAvatar_6_Background);--ui5-avatar-accent7: var(--sapAvatar_7_Background);--ui5-avatar-accent8: var(--sapAvatar_8_Background);--ui5-avatar-accent9: var(--sapAvatar_9_Background);--ui5-avatar-accent10: var(--sapAvatar_10_Background);--ui5-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-avatar-placeholder-color: var(--ui5-avatar-initials-color);--ui5-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_avatar_focus_offset: .1875rem;--_ui5_avatar_overflow_button_focus_offset: .0625rem;--_ui5_avatar_fontsize_XS: 1rem;--_ui5_avatar_fontsize_S: 1.125rem;--_ui5_avatar_fontsize_M: 1.5rem;--_ui5_avatar_fontsize_L: 2.25rem;--_ui5_avatar_fontsize_XL: 3rem;--_ui5_avatar_icon_XS: var(--_ui5_avatar_fontsize_XS);--_ui5_avatar_icon_S: var(--_ui5_avatar_fontsize_S);--_ui5_avatar_icon_M: var(--_ui5_avatar_fontsize_M);--_ui5_avatar_icon_L: var(--_ui5_avatar_fontsize_L);--_ui5_avatar_icon_XL: var(--_ui5_avatar_fontsize_XL);--_ui5_avatar_group_button_focus_border: none;--_ui5_avatar_group_padding: .3rem;--_ui5-tag-height: 1rem;--_ui5-tag-padding-inline-icon-only: .313rem;--_ui5-tag-text-padding: .1875rem .25rem;--_ui5-tag-text-transform: none;--_ui5-tag-icon-width: .75rem;--_ui5-tag-icon-gap: .25rem;--_ui5-tag-font-weight: normal;--_ui5-tag-letter-spacing: normal;--ui5-tag-text-shadow: var(--sapContent_TextShadow);--ui5-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-tag-information-text-shadow: var(--ui5-tag-text-shadow);--ui5-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--ui5-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-tag-height_size_l: 1.5rem;--_ui5-tag-min-width_size_l: 1.75rem;--_ui5-tag-font-size_size_l: 1.25rem;--_ui5-tag-icon_min_width_size_l: 1.25rem;--_ui5-tag-icon_min_height_size_l: 1.25rem;--_ui5-tag-icon_height_size_l: 1.25rem;--_ui5-tag-text_padding_size_l: .125rem .25rem;--_ui5_bar_base_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_bar_subheader_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_bar-start-container-padding-start: 1rem;--_ui5_bar-mid-container-padding-start-end: .5rem;--_ui5_bar-end-container-padding-end: 1rem;--_ui5_bar_subheader_margin-top: -.0625rem;--_ui5_breadcrumbs_current_location_color: var(--sapTextColor);--_ui5_breadcrumbs_separator_color: var(--sapTextColor);--_ui5_breadcrumbs_margin: 0 0 .5rem 0;--_ui5_busy_indicator_color: var(--sapContent_BusyColor);--_ui5_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-button-badge-diameter: var(--_ui5-compact-size, .625rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-width: var(--_ui5-compact-size, 16.75rem) var(--_ui5-cozy-size, 18.5rem);--_ui5-calendar-legend-item-box-margin: .25rem;--_ui5-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-calendar-legend-item-root-width: 7.75rem;--_ui5-calendar-legend-item-box-dot-display: block;--_ui5_card_box_shadow: var(--sapContent_Shadow0);--_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5_card_border: none;--_ui5_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5_card_header_active_bg: var(--sapTile_Active_Background);--_ui5_card_header_border: none;--_ui5_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);--_ui5_card_header_focus_bottom_radius: 0px;--_ui5_card_header_focus_offset: 1px;--_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5_card_header_title_font_weight: normal;--_ui5_card_header_subtitle_margin_top: .25rem;--ui5_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5_carousel_button_size: 2.25rem;--ui5_carousel_inactive_dot_size: .25rem;--ui5_carousel_inactive_dot_margin: 0 .375rem;--ui5_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5_carousel_navigation_button_active_box_shadow: none;--_ui5_checkbox_wrapper_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_width_height)) var(--_ui5-cozy-size, 2.75rem);--_ui5_checkbox_transition: unset;--_ui5_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_checkbox_border_radius: 0;--_ui5_checkbox_hover_background: var(--sapField_Selector_Hover_Background);--_ui5_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5_checkbox_focus_position: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .3125rem);--_ui5_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_checkbox_focus_border_radius: .5rem;--_ui5_checkbox_outer_hover_background: transparent;--_ui5_checkbox_inner_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_inner_size)) var(--_ui5-cozy-size, 1.375rem);--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5_checkbox_inner_warning_background_hover: var(--sapField_Selector_Hover_WarningBackground);--_ui5_checkbox_inner_error_background_hover: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_checkbox_inner_success_background_hover: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_checkbox_inner_information_background_hover: var(--sapField_Selector_Hover_InformationBackground);--_ui5_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5_checkbox_inner_background: var(--sapField_Background);--_ui5_checkbox_wrapped_focus_padding: .5rem;--_ui5_checkbox_wrapped_focus_inset_block: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, var(--_ui5_checkbox_focus_position));--_ui5_checkbox_compact_wrapper_padding: .5rem;--_ui5_checkbox_compact_width_height: 2rem;--_ui5_checkbox_compact_inner_size: 1rem;--_ui5_checkbox_compact_focus_position: .375rem;--_ui5_checkbox_label_color: var(--sapField_TextColor);--_ui5_checkbox_label_offset: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, var(--_ui5_checkbox_wrapper_padding));--_ui5_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5_checkbox_default_focus_border: none;--_ui5_checkbox_focus_outline_display: block;--_ui5_checkbox_right_focus_distance: .3125rem;--_ui5_checkbox_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color-palette-item-after-focus-border-radius: .3125rem;--_ui5_color-palette-item-hover-margin: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .0625rem);--_ui5_color-palette-row-height: var(--_ui5-compact-size, 7.5rem) var(--_ui5-cozy-size, 9.5rem);--_ui5_color-palette-button-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5_color-palette-item-before-focus-inset: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, -.3125rem);--_ui5_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5_color-palette-item-after-focus-inset: .0625rem;--_ui5_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5_color-palette-item-before-focus-border-radius: .4375rem;--_ui5_color-palette-item-outer-border-radius: .25rem;--_ui5_color-palette-item-inner-border-radius: .1875rem;--_ui5_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5_color-palette-item-hover-inner-border-radius: .375rem;--_ui5_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5_color-palette-item-after-focus-not-selected-border: none;--_ui5_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5_color-palette-item-selected-focused-border: none;--_ui5-color-palette-item-mobile-focus-inset: 0px;--_ui5_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5_color-palette-item-after-mobile-focus-border: none;--_ui5-color-palette-item-background-color: transparent;--_ui5_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_inner_border_color: #fff;--_ui5_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5_color_picker_circle_inner_circle_size: .5625rem;--_ui5_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5_color_picker_slider_handle_container_margin_top: none;--_ui5-datepicker_border_radius: .25rem;--_ui5-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5_daypicker_item_margin: 2px;--_ui5_daypicker_item_border: none;--_ui5_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5_daypicker_daynames_container_height: 2rem;--_ui5_daypicker_weeknumbers_container_padding_top: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius: .4375rem;--_ui5_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5_daypicker_item_selected_background: transparent;--_ui5_daypicker_item_selected_daytext_hover_background: transparent;--_ui5_daypicker_item_border_radius_focus_after: .1875rem;--_ui5_daypicker_item_selected_between_border: .5rem;--_ui5_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5_daypicker_item_selected_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_not_selected_inset: 0;--_ui5_daypicker_item_now_inset: .3125rem;--_ui5_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_weeekend_filter: brightness(105%);--_ui5_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5_daypicker_item_border_radius_item: .5rem;--_ui5_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_two_calendar_item_now_day_text_content: "";--_ui5_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5_daypicker_two_calendar_item_border_radius: .5rem;--_ui5_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5_daypicker_special_day_top: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_daypicker_special_day_border_bottom_radius: .5rem;--_ui5_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5_daypicker_selected_item_now_special_day_top: var(--_ui5-compact-size, 1.5625rem) var(--_ui5-cozy-size, 2.4375rem);--_ui5_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-daypicker_item_selected_now_border_radius: .5rem;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .5rem);--_ui5_daypicker_two_calendar_item_margin_bottom: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, 0);--_ui5_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5_daypicker_item_now_focus_margin: 0;--_ui5_daypicker_special_day_border_top: none;--_ui5_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5_daypicker_specialday_focused_top: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5_daypicker_specialday_focused_border_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_item_now_specialday_top: var(--_ui5-compact-size, 1.4375rem) var(--_ui5-cozy-size, 2.3125rem);--_ui5_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5_daypicker_twocalendar_item_special_day_top: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_twocalendar_item_special_day_right: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_width: .125rem;--_ui5_daypicker_item_no_selected_inset: .375rem;--_ui5_daypicker_item_now_border_focus_after: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5_daypicker_item_now_selected_between_inset: .25rem;--_ui5_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-dp-item_withsecondtype_border: .25rem;--_ui5_dialog_header_state_line_height: .0625rem;--_ui5_dialog_focus_outline_offset: .0625rem;--_ui5_dialog_resizable_bottom_right_radius: 1.75rem;--_ui5_file_uploader_display_input_width: calc(100% - var(--_ui5_input_icon_width));--_ui5_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5_input_icon_width) - var(--_ui5_input_inner_space_to_tokenizer));--_ui5_table_cell_valign: center;--_ui5_table_cell_min_width: 2.75rem;--_ui5_table_navigated_cell_width: .25rem;--_ui5_first_table_cell_horizontal_padding: 1rem;--_ui5_table_cell_horizontal_padding: .5rem;--_ui5_table_cell_vertical_padding: .25rem;--_ui5_table_row_actions_gap: .25rem;--_ui5_table_row_alternating_background: var(--sapTableRow_AlternatingBackground, var(--sapList_AlternatingBackground));--_ui5_table_row_alternating_hover_background: var(--sapTableRow_AlternatingHoverBackground, var(--sapList_Hover_Background));--_ui5_table_row_alternating_selection_background: var(--sapTableRow_AlternatingSelectionBackground, var(--sapList_SelectionBackgroundColor));--_ui5_table_row_alternating_selection_hover_background: var(--sapTableRow_AlternatingSelectionHoverBackground, var(--sapList_Hover_SelectionBackground));--ui5-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-icon-focus-border-radius: .25rem;--_ui5_input_width: 13.125rem;--_ui5_input_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_min_width_tokenizer_available: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_input_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_input_margin_top_bottom: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .25rem);--_ui5_input_hover_border: none;--_ui5_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5_input_background_color: var(--sapField_Background);--_ui5_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_focus_border_radius: .25rem;--_ui5_input_readonly_focus_border_radius: 0;--_ui5-input-border: none;--_ui5_input_placeholder_style: italic;--_ui5_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_bottom_border_height: 0;--_ui5_input_bottom_border_color: transparent;--_ui5_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5_input_state_border_width: .125rem;--_ui5_input_information_border_width: .125rem;--_ui5_input_error_font_weight: normal;--_ui5_input_warning_font_weight: normal;--_ui5_input_focus_border_width: 1px;--_ui5_input_error_warning_border_style: none;--_ui5_input_error_warning_font_style: inherit;--_ui5_input_error_warning_text_indent: 0;--_ui5_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-input_disabled_background: var(--sapField_Background);--_ui5_input_readonly_border: none;--_ui5_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5_input_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_min_width: var(--_ui5-compact-size, var(--_ui5_input_compact_min_width)) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_compact_min_width: 2rem;--_ui5_input_transition: none;--_ui5-input-value-state-icon-display: none;--_ui5_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_value_state_success_border_width: 1px;--_ui5_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focus_offset: 0;--_ui5_input_readonly_focus_offset: .125rem;--ui5_input_focus_pseudo_element_content: "";--_ui5_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5_input_focus_outline_color: var(--sapContent_FocusColor);--_ui5-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5_input_value_state_success_border_width));--_ui5-input-icons-count: 0;--_ui5_input_tokenizer_min_width: 3.5rem;--_ui5_input_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_icon_color: var(--sapField_TextColor);--_ui5_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5_input_icon_pressed_bg: transparent;--_ui5_input_icon_hover_bg: transparent;--_ui5_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5_input_icon_border: none;--_ui5_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5_link_text_decoration: var(--sapLink_TextDecoration);--_ui5_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5_link_focused_hover_text_decoration: none;--_ui5_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5_link_outline: none;--_ui5_link_focus_border-radius: .125rem;--_ui5_link_focus_background_color: var(--sapContent_FocusColor);--_ui5_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5_link_focus_text_decoration: underline;--_ui5_link_subtle_text_decoration: underline;--_ui5_link_subtle_text_decoration_hover: none;--_ui5_link_large_interactive_area_height: 1.5rem;--ui5_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-listitem-background-color: var(--sapList_Background);--ui5-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-listitembase_disabled_opacity: .5;--_ui5_product_switch_item_border: none;--_ui5_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_menu_item_padding: var(--_ui5-compact-size, 0 .75rem 0 .5rem) var(--_ui5-cozy-size, 0 1rem 0 .75rem);--_ui5_menu_item_submenu_icon_right: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_monthpicker_item_margin: .0625rem;--_ui5_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_monthpicker_item_border_radius: .5rem;--_ui5_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5_message_strip_icon_top: .4375rem;--_ui5_message_strip_close_button_top: .125rem;--_ui5_message_strip_close_button_right: .1875rem;--_ui5_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_panel_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_border_bottom: none;--_ui5_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5_panel_header_padding_right: .5rem;--_ui5_panel_header_button_wrapper_padding: var(--_ui5-compact-size, .1875rem .25rem) var(--_ui5-cozy-size, .25rem);--_ui5_panel_focus_offset: 0px;--_ui5_panel_focus_bottom_offset: -1px;--_ui5_panel_content_padding: .625rem 1rem;--_ui5_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5_popover_background: var(--sapGroup_ContentBackground);--_ui5_popover_box_shadow: var(--sapContent_Shadow2);--_ui5_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5_popup_content_padding_s: 1rem;--_ui5_popup_content_padding_m_l: 2rem;--_ui5_popup_content_padding_xl: 3rem;--_ui5_popup_header_footer_padding_s: 1rem;--_ui5_popup_header_footer_padding_m_l: 2rem;--_ui5_popup_header_footer_padding_xl: 3rem;--_ui5_popup_viewport_margin: 10px;--_ui5_popup_header_prop_header_text_alignment: flex-start;--_ui5_popup_border_radius: .5rem;--_ui5_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5_popup_header_border: none;--_ui5_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5_popup_block_layer_opacity: .2;--_ui5_progress_indicator_background_none: var(--sapProgress_Background);--_ui5_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5_progress_indicator_color: var(--sapField_TextColor);--_ui5_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5_progress_indicator_border: none;--_ui5_progress_indicator_bar_border_max: none;--_ui5_progress_indicator_icon_visibility: inline-block;--_ui5_progress_indicator_side_points_visibility: block;--_ui5_progress_indicator_padding_novalue: .3125rem;--_ui5_progress_indicator_host_height: unset;--_ui5_progress_indicator_root_border_radius: .25rem;--_ui5_progress_indicator_root_height: .375rem;--_ui5_progress_indicator_root_overflow: visible;--_ui5_progress_indicator_bar_height: .625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_overflow: visible;--_ui5_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5_progress_indicator_padding_end: 1.25rem;--_ui5_progress_indicator_host_box_sizing: border-box;--_ui5_progress_indicator_root_position: relative;--_ui5_progress_indicator_root_min_height: .375rem;--_ui5_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5_progress_indicator_remaining_bar_position: absolute;--_ui5_progress_indicator_remaining_bar_width: 100%;--_ui5_progress_indicator_icon_position: absolute;--_ui5_progress_indicator_icon_right_position: -1.25rem;--_ui5_progress_indicator_value_position: absolute;--_ui5_progress_indicator_value_top_position: -1.3125rem;--_ui5_progress_indicator_value_left_position: 0;--_ui5_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5_rating_indicator_border_radius: .5rem;--_ui5_rating_indicator_outline_offset: -.125rem;--_ui5_rating_indicator_item_height: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_item_width: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_readonly_item_height: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_width: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5_rating_indicator_component_spacing: var(--_ui5-compact-size, .5rem 0px) var(--_ui5-cozy-size, .5rem 0px);--_ui5_rating_indicator_component_padding: .25rem;--_ui5_rating_indicator_item_size_s: 1.375rem;--_ui5_rating_indicator_item_size_l: 2rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5_segmented_btn_hover_box_shadow: none;--_ui5_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_button_focused_border_radius: .375rem;--_ui5_button_focused_inner_border_radius: .375rem;--_ui5_button_base_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_button_base_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5_button_base_padding: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_button_base_icon_margin: .375rem;--_ui5_button_text_shadow: none;--_ui5_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5_button_fontFamily: var(--sapButton_FontFamily);--_ui5_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5_button_emphasized_focused_active_border_color: transparent;--_ui5_button_emphasized_border_width: .0625rem;--_ui5_radio_button_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5_radio_button_checked_fill: var(--sapSelectedColor);--_ui5_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5_radio_button_warning_error_border_dash: 0;--_ui5_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_outer_ring_padding_with_label: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_border_radius: .5rem;--_ui5_radio_button_border: none;--_ui5_radio_button_focus_outline: block;--_ui5_radio_button_focus_dist: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_color: var(--sapField_BorderColor);--_ui5_radio_button_label_offset: 1px;--_ui5_radio_button_label_color: var(--sapField_TextColor);--_ui5_radio_button_inner_ring_radius: 27.5%;--_ui5_radio_button_read_only_border_type: 4, 2;--_ui5_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5_switch_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_switch_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_min_width: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, none);--_ui5_switch_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_focus_outline: none;--_ui5_switch_root_outline_top: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_left: -.125rem;--_ui5_switch_root_outline_right: -.125rem;--_ui5_switch_foucs_border_size: 1px;--_ui5-switch-root-border-radius: 0;--_ui5-switch-root-box-shadow: none;--_ui5_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_switch_transform: var(--_ui5-compact-size, translateX(100%) translateX(-1.375rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.625rem));--_ui5_switch_transform_with_label: var(--_ui5-compact-size, translateX(100%) translateX(-1.875rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.875rem));--_ui5_switch_rtl_transform: var(--_ui5-compact-size, translateX(1.375rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.625rem));--_ui5_switch_rtl_transform_with_label: var(--_ui5-compact-size, translateX(1.875rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.875rem));--_ui5_switch_track_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_track_with_label_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_track_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_border_radius: .75rem;--_ui5-switch-track-border: 1px solid;--_ui5_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5_switch_track_transition: none;--_ui5_switch_track_icon_display: inline-block;--_ui5_switch_handle_width: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_handle_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_with_label_width: var(--_ui5-compact-size, 1.75rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_switch_handle_with_label_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_border: var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_border_width: .125rem;--_ui5_switch_handle_border_radius: 1rem;--_ui5_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5_switch_handle_left: .0625rem;--_ui5-switch-slider-texts-display: inline;--_ui5_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5_switch_text_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_switch_text_with_label_font_family: "72-Condensed-Bold", "72", "72full", Arial, Helvetica, sans-serif;--_ui5_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5_switch_text_with_label_width: 1.75rem;--_ui5_switch_text_width: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_text_inactive_left: .1875rem;--_ui5_switch_text_inactive_left_alternate: .0625rem;--_ui5_switch_text_inactive_right: auto;--_ui5_switch_text_inactive_right_alternate: 0;--_ui5_switch_text_active_left: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .1875rem);--_ui5_switch_text_active_left_alternate: .0625rem;--_ui5_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5_switch_text_overflow: hidden;--_ui5_switch_text_z_index: 1;--_ui5_switch_text_hidden: hidden;--_ui5_switch_text_min_width: none;--_ui5_switch_icon_width: 1rem;--_ui5_switch_icon_height: 1rem;--_ui5_switch_readonly_track_border_style: dashed;--_ui5_switch_readonly_handle_border_style: solid;--_ui5_switch_root_after_boreder_radius: 1rem;--_ui5_select_hover_icon_left_border: none;--_ui5_select_label_color: var(--sapField_TextColor);--_ui5_select_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_select_icon_wrapper_height: 100%;--_ui5_select_bottom_border_gradient: linear-gradient(var(--sapField_BorderColor), var(--sapField_BorderColor)) bottom / 100% var(--sapField_BorderWidth) no-repeat;--_ui5_select_icon_wrapper_state_height: 100%;--_ui5_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius: .375rem;--_ui5_split_button_middle_separator_left: -.0625rem;--_ui5_split_button_middle_separator_hover_display: none;--_ui5_split_button_text_button_right_border_width: .0625rem;--_ui5_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5_split_button_host_transparent_hover_background: transparent;--_ui5_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5_split_button_transparent_disabled_background: transparent;--_ui5_split_button_inner_focused_border_radius_inner: .375rem;--_ui5_split_button_emphasized_separator_color: transparent;--_ui5_split_button_positive_separator_color: transparent;--_ui5_split_button_negative_separator_color: transparent;--_ui5_split_button_attention_separator_color: transparent;--_ui5_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_text_button_border_color: transparent;--_ui5_split_text_button_background_color: transparent;--_ui5_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_text_button_emphasized_border_width: .0625rem;--_ui5_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_button_middle_separator_hover_display_emphasized: none;--_ui5_tc_header_height: var(--_ui5-compact-size, var(--_ui5_tc_item_height)) var(--_ui5-cozy-size, var(--_ui5_tc_item_height));--_ui5_tc_header_height_text_only: var(--_ui5_tc_item_text_only_height);--_ui5_tc_header_height_text_with_additional_text: var(--_ui5_tc_item_text_only_with_additional_text_height);--_ui5_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5_tc_header_background: var(--sapObjectHeader_Background);--_ui5_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5_tc_content_background: var(--sapBackgroundColor);--_ui5_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5_tc_headeritem_padding: 1rem;--_ui5_tc_headerItem_color: var(--sapTab_TextColor);--_ui5_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5_tc_headeritem_text_font_weight: normal;--_ui5_tc_headerItem_additional_text_font_weight: normal;--_ui5_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5_tc_headerItem_transition: none;--_ui5_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5_tc_headerItemContent_border_bg: transparent;--_ui5_tc_headerItem_neutral_border_bg: transparent;--_ui5_tc_headerItem_positive_border_bg: transparent;--_ui5_tc_headerItem_negative_border_bg: transparent;--_ui5_tc_headerItem_critical_border_bg: transparent;--_ui5_tc_headerItemContent_border_height: 0;--_ui5_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5_tc_headerItemContent_default_focus_border: none;--_ui5_tc_headerItemContent_focus_border_radius: 0;--_ui5_tc_headerItemSemanticIcon_display: none;--_ui5_tc_headerItemSemanticIcon_size: .75rem;--_ui5_tc_headerItem_focus_border_radius: .375rem;--_ui5_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5_tc_mixedMode_itemText_font_weight: normal;--_ui5_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5_tc_headerItem_expand_button_border_radius: .25rem;--_ui5_tc_headerItem_expand_button_separator_display: inline-block;--_ui5_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5_tc_overflowItem_focus_offset: .125rem;--_ui5_tc_overflowItem_indent: .5rem;--_ui5_tc_overflowItem_extra_indent: 0rem;--_ui5_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5_tc_overflowItem_current_color: CurrentColor;--_ui5_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_focus_border_offset: -5px;--_ui5_tc_headerItemIcon_focus_border_radius: 50%;--_ui5_tc_overflow_text_color: var(--sapTextColor);--_ui5_text_max_lines: initial;--_ui5_textarea_state_border_width: .125rem;--_ui5_textarea_information_border_width: .125rem;--_ui5_textarea_placeholder_font_style: italic;--_ui5_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5_textarea_error_placeholder_font_style: italic;--_ui5_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5_textarea_hover_border: none;--_ui5_textarea_error_warning_border_style: none;--_ui5_textarea_disabled_opacity: .4;--_ui5_textarea_line_height: 1.5;--_ui5_textarea_focus_pseudo_element_content: "";--_ui5_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_textarea_focus_offset: 0;--_ui5_textarea_readonly_focus_offset: 1px;--_ui5_textarea_value_state_focus_offset: 1px;--_ui5_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5_textarea_min_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_textarea_wrapper_padding: .0625rem;--_ui5_textarea_success_wrapper_padding: .0625rem;--_ui5_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_inner_width: calc(100% - (2 * var(--_ui5_textarea_wrapper_padding)));--_ui5_textarea_padding_right_and_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_error_warning: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_information: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_readonly: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_textarea_padding_top: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_readonly: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_bottom_readonly: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .375rem);--_ui5_textarea_padding_top_error_warning: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_error_warning: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_information: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_information: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_margin: var(--_ui5-compact-size, .1875rem 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_textarea_readonly_border_style: dashed;--_ui5_textarea_focus_border_radius: .25rem;--_ui5-time_picker_border_radius: .25rem;--_ui5_toast_vertical_offset: 3rem;--_ui5_toast_horizontal_offset: 2rem;--_ui5_toast_background: var(--sapIndicationColor_9_Background);--_ui5_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5_toast_offset_width: -.1875rem;--_ui5_toggle_button_emphasized_text_shadow: none;--_ui5_yearpicker_item_margin: .0625rem;--_ui5_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_yearpicker_item_border_radius: .5rem;--_ui5_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_calendar_header_arrow_button_border: .0625rem solid var(--sapList_Hover_Background);--_ui5_calendar_header_arrow_button_border_radius: .5rem;--_ui5_calendar_header_middle_button_width: 6.25rem;--_ui5_calendar_header_middle_button_flex: 1 1 auto;--_ui5_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5_calendar_header_middle_button_focus_border: none;--_ui5_calendar_header_middle_button_focus_after_display: block;--_ui5_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5_calendar_header_middle_button_focus_background: transparent;--_ui5_calendar_header_middle_button_focus_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_background: transparent;--_ui5_calendar_header_middle_button_focus_after_border: none;--_ui5_calendar_header_midcontainer_gap: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_header_arrow_button_flex_shrink: var(--_ui5-compact-size, 1) var(--_ui5-cozy-size, 0);--_ui5_token_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_color: var(--sapContent_LabelColor);--_ui5_token_border_radius: .375rem;--_ui5_token_focus_outline_width: .0625rem;--_ui5_token_outline_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, .125rem);--_ui5_token_text_color: var(--sapTextColor);--_ui5_token_right_margin: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_left_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_readonly_padding: var(--_ui5-compact-size, .125rem .25rem) var(--_ui5-cozy-size, .25rem .3125rem);--_ui5_token_selected_focus_outline: none;--_ui5_token_focus_outline: none;--_ui5_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--ui5_token_focus_pseudo_element_content: "";--_ui5_token_focus_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, -.25rem);--_ui5_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5_token_selected_internal_border_bottom_radius: .1875rem;--_ui5_token_icon_padding: var(--_ui5-compact-size, .375rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_token_focus_outline_border_radius: .5rem;--_ui5_tokenizer_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_tokenizer_gap: var(--_ui5-compact-size, .375em .25rem) var(--_ui5-cozy-size, .625rem .25rem);--_ui5_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5_tokenizer-popover_offset: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .3125rem);--_ui5_slider_inner_min_width: 4rem;--_ui5_slider_progress_border_width: .0625rem;--_ui5_slider_disabled_opacity: .4;--_ui5_slider_active_progress_left: -.0625rem;--_ui5_slider_handle_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_slider_handle_width: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--ui5_slider_handle_outline: none;--ui5_slider_handle_outline_offset: .0625rem;--_ui5_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5_slider_handle_border_radius: .5rem;--_ui5_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_active_border: .125rem solid var(--sapSlider_Active_HandleBorderColor);--_ui5_slider_handle_icon_display: inline-block;--_ui5_slider_handle_icon_size: .875rem;--_ui5_slider_handle_box_sizing: border-box;--_ui5_slider_scale_background: var(--sapSlider_Background);--_ui5_slider_scale_progress_background: var(--sapSlider_Selected_Background);--_ui5_slider_scale_progress_border: none;--_ui5_slider_scale_dots_distance: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1rem);--_ui5_slider_scale_dots_display: inline-block;--_ui5_slider_scale_tickmark_height: .5rem;--_ui5_slider_scale_root_box_sizing: border-box;--_ui5_slider_scale_progress_top: 0;--_ui5_slider_scale_progress_height: 100%;--_ui5_range_slider_progress_focus_display: block;--_ui5_range_slider_progress_focus_top: calc(-1 * ((var(--_ui5_slider_handle_height) / 2) + .1875rem) + var(--_ui5_slider_progress_border_width) + .0625rem - .125rem - .0625rem);--_ui5_range_slider_progress_focus_left: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem);--_ui5_range_slider_progress_focus_right: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem - .0625rem);--_ui5_range_slider_progress_focus_height: calc(var(--_ui5_slider_handle_height) + .375rem + .25rem + .0625rem);--_ui5_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5_range_slider_progress_focus_border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5_range_slider_progress_focus_border_radius: .5rem;--_ui5_range_slider_legacy_progress_focus_display: none;--_ui5_range_slider_focus_outline_width: 100%;--_ui5_slider_progress_outline: .0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_range_slider_focus_outline_radius: 0;--_ui5_slider_progress_outline_offset: var(--_ui5-compact-size, -.625rem) var(--_ui5-cozy-size, -.8125rem);--_ui5_slider_outer_height: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 1.6875rem);--_ui5_slider_progress_outline_offset_left: 0;--_ui5_slider_scale_progress_border_radius: .25rem;--_ui5_slider_scale_border: none;--_ui5_slider_root_side_padding: var(--_ui5-compact-size, 0 .75rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_slider_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_value_state_message_border: none;--_ui5_value_state_header_border: none;--_ui5_input_value_state_icon_display: inline-block;--_ui5_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5_value_state_message_icon_width: 1rem;--_ui5_value_state_message_icon_height: 1rem;--_ui5_input_value_state_icon_offset: .5rem;--_ui5_value_state_header_offset: -.25rem;--_ui5_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5_value_state_message_line_height: 1.125rem;--_ui5_value_state_message_popover_header_min_height: 2rem;--_ui5_value_state_message_popover_header_min_width: 6rem;--_ui5_value_state_message_popover_header_max_width: 22rem;--_ui5_value_state_message_popover_header_width: auto;--_ui5_value_state_message_icon_offset_phone: 1rem;--_ui5_value_state_header_border_bottom: none;--_ui5-toolbar-padding-left: .5rem;--_ui5-toolbar-padding-right: .5rem;--_ui5-toolbar-item-margin-left: 0;--_ui5-toolbar-item-margin-right: .5rem;--_ui5_step_input_input_error_background_color: inherit;--_ui5-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5_step_input_border_style: none;--_ui5_step_input_border_style_hover: none;--_ui5_step_input_button_background_color: transparent;--_ui5_step_input_input_border: none;--_ui5_step_input_input_margin_top: 0;--_ui5_step_input_button_display: inline-flex;--_ui5_step_input_button_left: 0;--_ui5_step_input_button_right: 0;--_ui5_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5_step_input_input_border_top_bottom_focused_after: 0;--_ui5_step_input_input_border_radius_focused_after: .25rem;--_ui5_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5_step_input_disabled_button_background: none;--_ui5_step_input_border_color_hover: none;--_ui5_step_input_border_hover: none;--_ui5_input_input_background_color: transparent;--_ui5_step_input_min_width: var(--_ui5-compact-size, 6rem) var(--_ui5-cozy-size, 7.25rem);--_ui5_step_input_padding: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_load_more_padding: 0;--_ui5_load_more_border: 1px top solid transparent;--_ui5_load_more_border_radius: none;--_ui5_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5_calendar_height: var(--_ui5-compact-size, 18rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_calendar_width: var(--_ui5-compact-size, 17.75rem) var(--_ui5-cozy-size, 20rem);--_ui5_calendar_left_right_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_top_bottom_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_calendar_header_arrow_button_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_calendar_header_padding: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_calendar_multiple_layout: row;--_ui5_calendar_multiple_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_multiple_width: var(--_ui5-compact-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2))) var(--_ui5-cozy-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2)));--_ui5_calendar_overlay_top: var(--_ui5-compact-size, 54%) var(--_ui5-cozy-size, 57%);--_ui5_calendar_overlay_width: var(--_ui5-compact-size, 100%) var(--_ui5-cozy-size, 16rem);--_ui5_checkbox_root_side_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_wrapped_focus_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_partially_icon_size: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5_custom_list_item_rb_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_day_picker_item_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_day_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_day_picker_empty_height: var(--_ui5-compact-size, 2.125rem) var(--_ui5-cozy-size, 3rem);--_ui5_day_picker_item_justify_content: var(--_ui5-compact-size, flex-end) var(--_ui5-cozy-size, space-between);--_ui5_dp_item_withsecondtype_font_size: var(--_ui5-compact-size, var(--sapFontSmallSize)) var(--_ui5-cozy-size, var(--sapFontSize));--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_top: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_right: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_dp_two_calendar_item_secondary_text_height: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_dp_two_calendar_item_text_padding_top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .4375rem);--_ui5_dp_two_calendar_item_secondary_text_padding_block: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_dp_two_calendar_item_secondary_text_padding: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_two_calendar_item_selected_focus_margin_bottom: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_two_calendar_item_selected_focus_padding_right: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_multiple_months_height: var(--_ui5-compact-size, var(--_ui5_calendar_height)) var(--_ui5-cozy-size, var(--_ui5_calendar_height));--_ui5-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-calendar-legend-item-box-inner-margin: .5rem;--_ui5_color_picker_slider_progress_container_height: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_picker_slider_container_margin_top: var(--_ui5-compact-size, -.375rem) var(--_ui5-cozy-size, -.5rem);--_ui5_color_picker_slider_handle_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_color_picker_slider_handle_width: var(--_ui5-compact-size, .9375rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_color_picker_slider_handle_after_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color_picker_slider_handle_focus_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_color_picker_colors_wrapper_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color_picker_sliders_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_color_picker_main_color_margin_bottom: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color_picker_slider_spacing: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, .9375rem);--_ui5_color_channel_toggle_button_width: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_channel_toggle_button_margin-top: var(--_ui5-compact-size, -.9375rem) var(--_ui5-cozy-size, -.75rem);--_ui5_color_channel_hex_input_width: var(--_ui5-compact-size, 4.625rem) var(--_ui5-cozy-size, 4.8125rem);--_ui5-color_channel_margin_top: var(--_ui5-compact-size, 0rem) var(--_ui5-cozy-size, .25rem);--_ui5_color-palette-item-height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color-palette-item-hover-height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color-palette-item-margin: var(--_ui5-compact-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem)) var(--_ui5-cozy-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem));--_ui5_color-palette-row-width: var(--_ui5-compact-size, 8.75rem) var(--_ui5-cozy-size, 12rem);--_ui5_color-palette-swatch-container-padding: var(--_ui5-compact-size, .1875rem .5rem) var(--_ui5-cozy-size, .3125rem .6875rem);--_ui5_datetime_picker_width: var(--_ui5-compact-size, 35.5rem) var(--_ui5-cozy-size, 40.0625rem);--_ui5_datetime_picker_height: var(--_ui5-compact-size, 20.5rem) var(--_ui5-cozy-size, 25rem);--_ui5_datetime_timeview_width: var(--_ui5-compact-size, 17rem) var(--_ui5-cozy-size, 17rem);--_ui5_datetime_timeview_phonemode_width: var(--_ui5-compact-size, 18.5rem) var(--_ui5-cozy-size, 19.5rem);--_ui5_datetime_timeview_phonemode_clocks_width: var(--_ui5-compact-size, 21.125rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_datetime_dateview_phonemode_margin_bottom: var(--_ui5-compact-size, 3.125rem) var(--_ui5-cozy-size, 0);--_ui5_popup_footer_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_dialog_content_min_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_inner_padding: var(--_ui5-compact-size, 0 .5rem) var(--_ui5-cozy-size, 0 .625rem);--_ui5_input_inner_padding_with_icon: var(--_ui5-compact-size, 0 .25rem 0 .5rem) var(--_ui5-cozy-size, 0 .25rem 0 .625rem);--_ui5_input_inner_space_to_tokenizer: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_input_inner_space_to_n_more_text: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_input_inner_with_tokenizer_padding_inline_end: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_list_no_data_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_item_cb_margin_right: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 0);--_ui5_list_item_title_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_no_data_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_item_img_size: 3rem;--_ui5_list_item_img_top_margin: var(--_ui5-compact-size, .55rem) var(--_ui5-cozy-size, .5rem);--_ui5_list_item_img_bottom_margin: .5rem;--_ui5_list_item_img_hn_margin: .75rem;--_ui5_list_item_dropdown_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_list_item_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_list_item_base_padding: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_list_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.125rem);--_ui5_list_item_icon_padding-inline-end: .75rem;--_ui5_list_item_selection_btn_margin_top: var(--_ui5-compact-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding))) var(--_ui5-cozy-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding)));--_ui5_list_item_content_vertical_offset: var(--_ui5-compact-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2)) var(--_ui5-cozy-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2));--_ui5_group_header_list_item_height: 2.75rem;--_ui5_month_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_buttons_left_space: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_form_item_min_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.813rem);--_ui5_form_item_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .65rem);--_ui5-form-group-heading-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_popup_default_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_year_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_token_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_token_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, .75rem);--_ui5_tc_item_text: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_tc_item_height: var(--_ui5-compact-size, 4rem) var(--_ui5-cozy-size, 4.75rem);--_ui5_tc_item_text_only_height: 2.75rem;--_ui5_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5_tc_item_text_line_height: var(--_ui5-compact-size, 1.325rem) var(--_ui5-cozy-size, 1.325rem);--_ui5_tc_item_icon_circle_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_tc_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_tc_item_add_text_margin_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_label_side_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_inner_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_svg_size: var(--_ui5-compact-size, 1.1429em) var(--_ui5-cozy-size, 1.5714em);--_ui5-responsive_popover_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-indent-step: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.5rem);--_ui5-tree-toggle-box-width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-toggle-box-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5-tree-toggle-icon-size: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_split_button_middle_separator_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .625rem);--_ui5_split_button_middle_separator_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1rem);--_ui5-toolbar-separator-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5-toolbar-height: var(--_ui5-compact-size, var(--sapElement_Compact_LineHeight)) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_toolbar_overflow_padding: var(--_ui5-compact-size, .1875rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_dynamic_page_title_actions_separator_height: var(--_ui5-compact-size, var(--_ui5-toolbar-separator-height)) var(--_ui5-cozy-size, var(--_ui5-toolbar-separator-height));--_ui5-shellbar-separator-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--___ui5-test-cozy-only: red;--___ui5-test-both: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, red);--___ui5-test-compact-only: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_height: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_rotation_90deg: rotate(90deg);--_ui5_rotation_minus_90deg: rotate(-90deg);--_ui5_icon_transform_scale: none;--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_90deg);--_ui5_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5_dialog_resize_cursor: se-resize;--_ui5_menu_submenu_margin_offset: -.25rem 0}.ui5-avatar-group-items-xs{--_ui5_avatar_group_focus_border_radius: 1rem}.ui5-avatar-group-items-s{--_ui5_avatar_group_focus_border_radius: 1.5rem}.ui5-avatar-group-items-m{--_ui5_avatar_group_focus_border_radius: 2rem}.ui5-avatar-group-items-l{--_ui5_avatar_group_focus_border_radius: 2.5rem}.ui5-avatar-group-items-xl{--_ui5_avatar_group_focus_border_radius: 3.5rem}:dir(rtl){--_ui5_icon_transform_scale: scale(-1, 1);--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_minus_90deg);--_ui5_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5_dialog_resize_cursor:sw-resize;--_ui5_menu_submenu_margin_offset: 0 -.25rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_border_radius: .25rem}\n'])},3466(ie,H,u){"use strict";u.d(H,{Xj:()=>S,vR:()=>X,cY:()=>O});var h=u(6113),v=u(2358),y=u(3274);const F=(0,h.A)("OpenedPopupsRegistry",{openedRegistry:[]}),U=(0,y.x$)("OpenUI5Support"),S=(x,z=[])=>{F.openedRegistry.some(q=>q.instance===x)||(F.openedRegistry.push({instance:x,parentPopovers:z}),function I(x){U?.addOpenedPopup(x)}({type:"WebComponent",instance:x})),K(),1===F.openedRegistry.length&&ne()},O=x=>{F.openedRegistry=F.openedRegistry.filter(z=>z.instance!==x),function w(x){U?.removeOpenedPopup(x)}(x),K(),F.openedRegistry.length||J()},X=()=>[...F.openedRegistry],P=x=>{if(F.openedRegistry.length&&(0,v.KL)(x)&&!((x,z="handledByControl")=>!!x[`_sapui_${z}`])(x)){const z=F.openedRegistry[F.openedRegistry.length-1].instance;if(U&&z!==U.getTopmostPopup())return;x.stopImmediatePropagation(),z.closePopup(!0)}},ne=()=>{document.addEventListener("keydown",P)},J=()=>{document.removeEventListener("keydown",P)},K=()=>{let x,z=!1;for(let q=F.openedRegistry.length-1;q>=0;q--)x=F.openedRegistry[q].instance,!z&&x.isModal?(x.isTopModalPopup=!0,z=!0):x.isTopModalPopup=!1}},9698(ie,H,u){"use strict";var h=function(y){return y.List="List",y.Menu="Menu",y.Tree="Tree",y.ListBox="ListBox",y}(h||{});u.d(H,["A",0,h])},897(ie,H,u){"use strict";var h=function(y){return y.ListItem="ListItem",y.MenuItem="MenuItem",y.TreeItem="TreeItem",y.Option="Option",y.None="None",y}(h||{});u.d(H,["A",0,h])},5011(ie,H,u){"use strict";var h=function(y){return y.None="None",y.Single="Single",y.SingleStart="SingleStart",y.SingleEnd="SingleEnd",y.SingleAuto="SingleAuto",y.Multiple="Multiple",y.Delete="Delete",y}(h||{});u.d(H,["A",0,h])},9494(ie,H,u){"use strict";var h=function(y){return y.Center="Center",y.Start="Start",y.End="End",y.Stretch="Stretch",y}(h||{});u.d(H,["A",0,h])},9634(ie,H,u){"use strict";var h=function(y){return y.None="None",y.Dialog="Dialog",y.AlertDialog="AlertDialog",y}(h||{});u.d(H,["A",0,h])},6968(ie,H,u){"use strict";var h=function(y){return y.None="None",y.Normal="Normal",y}(h||{});u.d(H,["A",0,h])}};const ry={};function mt(ie){const H=ry[ie];if(void 0!==H)return H.exports;const u=ry[ie]={id:ie,loaded:!1,exports:{}};return oy[ie](u,u.exports,mt),u.loaded=!0,u.exports}mt.m=oy,mt.n=ie=>{const H=ie&&ie.__esModule?()=>ie.default:()=>ie;return mt.d(H,{a:H}),H},mt.d=(ie,H)=>{if(Array.isArray(H))for(var u=0;u<H.length;){var h=H[u++],v=H[u++];mt.o(ie,h)?0===v&&u++:Object.defineProperty(ie,h,0===v?{enumerable:!0,value:H[u++]}:{enumerable:!0,get:v})}else for(var h in H)mt.o(H,h)&&!mt.o(ie,h)&&Object.defineProperty(ie,h,{enumerable:!0,get:H[h]})},mt.f={},mt.e=ie=>Promise.all(Object.keys(mt.f).reduce((H,u)=>(mt.f[u](ie,H),H),[])),mt.u=ie=>ie+".js",mt.miniCssF=ie=>{},mt.o=(ie,H)=>Object.prototype.hasOwnProperty.call(ie,H),(()=>{const ie={};mt.l=(u,h,v,y)=>{if(ie[u])return void ie[u].push(h);let g,M;if(void 0!==v){const I=document.getElementsByTagName("script");for(var L=0;L<I.length;L++){const w=I[L];if(w.getAttribute("src")==u||w.getAttribute("data-webpack")=="wc:"+v){g=w;break}}}g||(M=!0,g=document.createElement("script"),g.type="module",g.charset="utf-8",mt.nc&&g.setAttribute("nonce",mt.nc),g.setAttribute("data-webpack","wc:"+v),g.src=mt.tu(u)),ie[u]=[h];const F=(I,w)=>{g.onerror=g.onload=null,clearTimeout(U);const S=ie[u];if(delete ie[u],g.parentNode&&g.parentNode.removeChild(g),S&&S.forEach(O=>O(w)),I)return I(w)},U=setTimeout(F.bind(null,void 0,{type:"timeout",target:g}),12e4);g.onerror=F.bind(null,g.onerror),g.onload=F.bind(null,g.onload),M&&document.head.appendChild(g)}})(),mt.r=ie=>{Symbol.toStringTag&&Object.defineProperty(ie,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ie,"__esModule",{value:!0})},mt.nmd=ie=>(ie.paths=[],ie.children||(ie.children=[]),ie),(()=>{let ie;mt.tt=()=>(void 0===ie&&(ie={createScriptURL:H=>H},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(ie=trustedTypes.createPolicy("angular#bundler",ie))),ie)})(),mt.tu=ie=>mt.tt().createScriptURL(ie),mt.p="",(()=>{const ie={792:0};mt.f.j=(h,v)=>{let y=mt.o(ie,h)?ie[h]:void 0;if(0!==y)if(y)v.push(y[2]);else{const g=new Promise((U,I)=>y=ie[h]=[U,I]);v.push(y[2]=g);const M=mt.p+mt.u(h),L=new Error,F=U=>{if(mt.o(ie,h)&&(y=ie[h],0!==y&&(ie[h]=void 0),y)){const I=U&&("load"===U.type?"missing":U.type),w=U&&U.target&&U.target.src;L.message="Loading chunk "+h+" failed.\n("+I+": "+w+")",L.name="ChunkLoadError",L.type=I,L.request=w,L.event=U,y[1](L)}};mt.l(M,F,"chunk-"+h,h)}};const H=(h,v)=>{let[y,g,M]=v;var L,F,U=0;if(y.some(w=>0!==ie[w])){for(L in g)mt.o(g,L)&&(mt.m[L]=g[L]);M&&M(mt)}for(h&&h(v);U<y.length;U++)mt.o(ie,F=y[U])&&ie[F]&&ie[F][0](),ie[F]=0},u=self.webpackChunkwc=self.webpackChunkwc||[];u.forEach(H.bind(null,0)),u.push=H.bind(null,u.push.bind(u))})(),(()=>{"use strict";
8
8
  /**
9
- * @license Angular v21.2.17
9
+ * @license Angular v22.1.1
10
10
  * (c) 2010-2026 Google LLC. https://angular.dev/
11
11
  * License: MIT
12
- */const j=function(e,...n){if(j.translate){const r=j.translate(e,n);e=r[0],n=r[1]}let t=te(e[0],e.raw[0]);for(let r=1;r<e.length;r++)t+=n[r-1]+te(e[r],e.raw[r]);return t},q=":";function te(e,n){return n.charAt(0)===q?e.substring(function ee(e,n){for(let t=1,r=1;t<e.length;t++,r++)if("\\"===n[r])r++;else if(":"===e[t])return t;throw new Error(`Unterminated $localize metadata block in "${n}".`)}(e,n)+1):e}
12
+ */let ie=null,H=!1,u=1;const v=Symbol("SIGNAL");function y(e){const t=ie;return ie=e,t}const F={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 U(e){if(H)throw new Error("");if(null===ie)return;ie.consumerOnSignalRead(e);const t=ie.producersTail;if(void 0!==t&&t.producer===e)return;let n;const i=ie.recomputing;if(i&&(n=void 0!==t?t.nextProducer:ie.producers,void 0!==n&&n.producer===e))return ie.producersTail=n,n.lastReadVersion=e.version,void(n.knownValidAtEpoch=u);const o=e.consumersTail;if(void 0!==o&&o.consumer===ie&&(!i||o.knownValidAtEpoch===u))return;const r=se(ie),s={producer:e,consumer:ie,nextProducer:n,prevConsumer:void 0,knownValidAtEpoch:u,lastReadVersion:e.version,nextConsumer:void 0};ie.producersTail=s,void 0!==t?t.nextProducer=s:ie.producers=s,r&&Z(e,s)}function w(e){if((!se(e)||e.dirty)&&(e.dirty||e.lastCleanEpoch!==u)){if(!e.producerMustRecompute(e)&&!z(e))return void P(e);e.producerRecomputeValue(e),P(e)}}function S(e){if(void 0===e.consumers)return;const t=H;H=!0;try{for(let n=e.consumers;void 0!==n;n=n.nextConsumer){const i=n.consumer;i.dirty||X(i)}}finally{H=t}}function O(){return!1!==ie?.consumerAllowSignalWrites}function X(e){e.dirty=!0,S(e),e.consumerMarkedDirty?.(e)}function P(e){e.dirty=!1,e.lastCleanEpoch=u}function ne(e){return e&&function J(e){if(e.producersTail?.knownValidAtEpoch===u){let t=e.producers;for(;void 0!==t;)t.knownValidAtEpoch=null,t=t.nextProducer}e.producersTail=void 0,e.recomputing=!0}(e),y(e)}function K(e,t){y(t),e&&function x(e){e.recomputing=!1;const t=e.producersTail;let n=void 0!==t?t.nextProducer:e.producers;if(void 0!==n){if(se(e))do{n=ce(n)}while(void 0!==n);void 0!==t?t.nextProducer=void 0:e.producers=void 0}}(e)}function z(e){for(let t=e.producers;void 0!==t;t=t.nextProducer){const n=t.producer,i=t.lastReadVersion;if(i!==n.version||(w(n),i!==n.version))return!0}return!1}function q(e){if(se(e)){let t=e.producers;for(;void 0!==t;)t=ce(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Z(e,t){const n=e.consumersTail,i=se(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,!i)for(let o=e.producers;void 0!==o;o=o.nextProducer)Z(o.producer,o)}function ce(e){const t=e.producer,n=e.nextProducer,i=e.nextConsumer,o=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,void 0!==i?i.prevConsumer=o:t.consumersTail=o,void 0!==o)o.nextConsumer=i;else if(t.consumers=i,!se(t)){let r=t.producers;for(;void 0!==r;)r=ce(r)}return n}function se(e){return e.consumerIsAlwaysLive||void 0!==e.consumers}function Pe(e,t){return Object.is(e,t)}const Ie=Symbol("UNSET"),he=Symbol("COMPUTING"),pe=Symbol("ERRORED"),Ne={...F,value:Ie,dirty:!0,error:null,equal:Pe,kind:"computed",producerMustRecompute:e=>e.value===Ie||e.value===he,producerRecomputeValue(e){if(e.value===he)throw new Error("");const t=e.value;e.value=he;const n=ne(e);let i,o=!1;try{i=e.computation(),y(null),o=t!==Ie&&t!==pe&&i!==pe&&e.equal(t,i)}catch(r){i=pe,e.error=r}finally{K(e,n)}o?e.value=t:(e.value=i,e.version++)}};let lt=function je(){throw new Error};function ee(e){lt(e)}function ae(e,t){O()||ee(e),e.equal(e.value,t)||(e.value=t,function pt(e){e.version++,function I(){u++}(),S(e)}(e))}function ft(e,t){O()||ee(e),ae(e,t(e.value))}const Se={...F,equal:Pe,value:void 0,kind:"signal"},tt={...F,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"};
13
13
  /**
14
- * @license Angular v21.2.17
14
+ * @license Angular v22.1.1
15
15
  * (c) 2010-2026 Google LLC. https://angular.dev/
16
16
  * License: MIT
17
- */globalThis.$localize=j;
17
+ */
18
+ let Ut;function Xt(){return Ut}function gt(e){const t=Ut;return Ut=e,t}const Mt=Symbol("NotFound");function Vt(e){return e===Mt||"\u0275NotFound"===e?.name}function nt(e){return"function"==typeof e}function Je(e){const n=e(i=>{Error.call(i),i.stack=(new Error).stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}Error;const Dt=Je(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:\n${n.map((i,o)=>`${o+1}) ${i.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=n});function an(e,t){if(e){const n=e.indexOf(t);0<=n&&e.splice(n,1)}}class Me{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 r of n)r.remove(this);else n.remove(this);const{initialTeardown:i}=this;if(nt(i))try{i()}catch(r){t=r instanceof Dt?r.errors:[r]}const{_finalizers:o}=this;if(o){this._finalizers=null;for(const r of o)try{Q(r)}catch(s){t=t??[],s instanceof Dt?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Dt(t)}}add(t){var n;if(t&&t!==this)if(this.closed)Q(t);else{if(t instanceof Me){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)&&an(n,t)}remove(t){const{_finalizers:n}=this;n&&an(n,t),t instanceof Me&&t._removeParent(this)}}Me.EMPTY=(()=>{const e=new Me;return e.closed=!0,e})();const W=Me.EMPTY;function ue(e){return e instanceof Me||e&&"closed"in e&&nt(e.remove)&&nt(e.add)&&nt(e.unsubscribe)}function Q(e){nt(e)?e():e.unsubscribe()}const E={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},m={setTimeout(e,t,...n){const{delegate:i}=m;return i?.setTimeout?i.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){const{delegate:t}=m;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function C(e){m.setTimeout(()=>{const{onUnhandledError:t}=E;if(!t)throw e;t(e)})}function R(){}const Y=G("C",void 0,void 0);function G(e,t,n){return{kind:e,value:t,error:n}}let me=null;function Be(e){if(E.useDeprecatedSynchronousErrorHandling){const t=!me;if(t&&(me={errorThrown:!1,error:null}),e(),t){const{errorThrown:n,error:i}=me;if(me=null,n)throw i}}else e()}class at extends Me{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,ue(t)&&t.add(this)):this.destination=de}static create(t,n,i){return new k(t,n,i)}next(t){this.isStopped?ge(function A(e){return G("N",e,void 0)}(t),this):this._next(t)}error(t){this.isStopped?ge(function p(e){return G("E",void 0,e)}(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?ge(Y,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 ye=Function.prototype.bind;function Zt(e,t){return ye.call(e,t)}class D{constructor(t){this.partialObserver=t}next(t){const{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(i){oe(i)}}error(t){const{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(i){oe(i)}else oe(t)}complete(){const{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){oe(n)}}}class k extends at{constructor(t,n,i){let o;if(super(),nt(t)||!t)o={next:t??void 0,error:n??void 0,complete:i??void 0};else{let r;this&&E.useDeprecatedNextContext?(r=Object.create(t),r.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Zt(t.next,r),error:t.error&&Zt(t.error,r),complete:t.complete&&Zt(t.complete,r)}):o=t}this.destination=new D(o)}}function oe(e){E.useDeprecatedSynchronousErrorHandling?function f(e){E.useDeprecatedSynchronousErrorHandling&&me&&(me.errorThrown=!0,me.error=e)}(e):C(e)}function ge(e,t){const{onStoppedNotification:n}=E;n&&m.setTimeout(()=>n(e,t))}const de={closed:!0,next:R,error:function Te(e){throw e},complete:R},Ge="function"==typeof Symbol&&Symbol.observable||"@@observable";function Xe(e){return e}let yt=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){const i=new e;return i.source=this,i.operator=n,i}subscribe(n,i,o){const r=function dt(e){return e&&e instanceof at||function kt(e){return e&&nt(e.next)&&nt(e.error)&&nt(e.complete)}(e)&&ue(e)}(n)?n:new k(n,i,o);return Be(()=>{const{operator:s,source:a}=this;r.add(s?s.call(r,a):a?this._subscribe(r):this._trySubscribe(r))}),r}_trySubscribe(n){try{return this._subscribe(n)}catch(i){n.error(i)}}forEach(n,i){return new(i=Oe(i))((o,r)=>{const s=new k({next:a=>{try{n(a)}catch(c){r(c),s.unsubscribe()}},error:r,complete:o});this.subscribe(s)})}_subscribe(n){var i;return null===(i=this.source)||void 0===i?void 0:i.subscribe(n)}[Ge](){return this}pipe(...n){return function ut(e){return 0===e.length?Xe:1===e.length?e[0]:function(n){return e.reduce((i,o)=>o(i),n)}}(n)(this)}toPromise(n){return new(n=Oe(n))((i,o)=>{let r;this.subscribe(s=>r=s,s=>o(s),()=>i(r))})}}return e.create=t=>new e(t),e})();function Oe(e){var t;return null!==(t=e??E.Promise)&&void 0!==t?t:Promise}const Kt=Je(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});let re=(()=>{class e extends yt{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){const i=new we(this,this);return i.operator=n,i}_throwIfClosed(){if(this.closed)throw new Kt}next(n){Be(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const i of this.currentObservers)i.next(n)}})}error(n){Be(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;const{observers:i}=this;for(;i.length;)i.shift().error(n)}})}complete(){Be(()=>{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:i,isStopped:o,observers:r}=this;return i||o?W:(this.currentObservers=null,r.push(n),new Me(()=>{this.currentObservers=null,an(r,n)}))}_checkFinalizedStatuses(n){const{hasError:i,thrownError:o,isStopped:r}=this;i?n.error(o):r&&n.complete()}asObservable(){const n=new yt;return n.source=this,n}}return e.create=(t,n)=>new we(t,n),e})();class we extends re{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,i;null===(i=null===(n=this.destination)||void 0===n?void 0:n.next)||void 0===i||i.call(n,t)}error(t){var n,i;null===(i=null===(n=this.destination)||void 0===n?void 0:n.error)||void 0===i||i.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,i;return null!==(i=null===(n=this.source)||void 0===n?void 0:n.subscribe(t))&&void 0!==i?i:W}}class $ extends re{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:i}=this;if(t)throw n;return this._throwIfClosed(),i}next(t){super.next(this._value=t)}}
18
19
  /**
19
- * @license Angular v21.2.17
20
+ * @license Angular v22.1.1
20
21
  * (c) 2010-2026 Google LLC. https://angular.dev/
21
22
  * License: MIT
22
- */
23
- let V=null,B=!1,ne=1;const le=Symbol("SIGNAL");function X(e){const n=V;return V=e,n}const Pe={version:0,lastCleanEpoch:0,dirty:!1,producers:void 0,producersTail:void 0,consumers:void 0,consumersTail:void 0,recomputing:!1,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function ke(e){if(B)throw new Error("");if(null===V)return;V.consumerOnSignalRead(e);const n=V.producersTail;if(void 0!==n&&n.producer===e)return;let t;const r=V.recomputing;if(r&&(t=void 0!==n?n.nextProducer:V.producers,void 0!==t&&t.producer===e))return V.producersTail=t,void(t.lastReadVersion=e.version);const i=e.consumersTail;if(void 0!==i&&i.consumer===V&&(!r||function Y(e,n){const t=n.producersTail;if(void 0!==t){let r=n.producers;do{if(r===e)return!0;if(r===t)break;r=r.nextProducer}while(void 0!==r)}return!1}(i,V)))return;const o=Le(V),s={producer:e,consumer:V,nextProducer:t,prevConsumer:i,lastReadVersion:e.version,nextConsumer:void 0};V.producersTail=s,void 0!==n?n.nextProducer=s:V.producers=s,o&&Ae(e,s)}function Ie(e){if((!Le(e)||e.dirty)&&(e.dirty||e.lastCleanEpoch!==ne)){if(!e.producerMustRecompute(e)&&!Re(e))return void st(e);e.producerRecomputeValue(e),st(e)}}function me(e){if(void 0===e.consumers)return;const n=B;B=!0;try{for(let t=e.consumers;void 0!==t;t=t.nextConsumer){const r=t.consumer;r.dirty||Ge(r)}}finally{B=n}}function ct(){return!1!==V?.consumerAllowSignalWrites}function Ge(e){e.dirty=!0,me(e),e.consumerMarkedDirty?.(e)}function st(e){e.dirty=!1,e.lastCleanEpoch=ne}function be(e){return e&&function Be(e){e.producersTail=void 0,e.recomputing=!0}(e),X(e)}function $e(e,n){X(n),e&&function We(e){e.recomputing=!1;const n=e.producersTail;let t=void 0!==n?n.nextProducer:e.producers;if(void 0!==t){if(Le(e))do{t=at(t)}while(void 0!==t);void 0!==n?n.nextProducer=void 0:e.producers=void 0}}(e)}function Re(e){for(let n=e.producers;void 0!==n;n=n.nextProducer){const t=n.producer,r=n.lastReadVersion;if(r!==t.version||(Ie(t),r!==t.version))return!0}return!1}function Xe(e){if(Le(e)){let n=e.producers;for(;void 0!==n;)n=at(n)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Ae(e,n){const t=e.consumersTail,r=Le(e);if(void 0!==t?(n.nextConsumer=t.nextConsumer,t.nextConsumer=n):(n.nextConsumer=void 0,e.consumers=n),n.prevConsumer=t,e.consumersTail=n,!r)for(let i=e.producers;void 0!==i;i=i.nextProducer)Ae(i.producer,i)}function at(e){const n=e.producer,t=e.nextProducer,r=e.nextConsumer,i=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,void 0!==r?r.prevConsumer=i:n.consumersTail=i,void 0!==i)i.nextConsumer=r;else if(n.consumers=r,!Le(n)){let o=n.producers;for(;void 0!==o;)o=at(o)}return t}function Le(e){return e.consumerIsAlwaysLive||void 0!==e.consumers}function ye(e,n){return Object.is(e,n)}const Ke=Symbol("UNSET"),Et=Symbol("COMPUTING"),_t=Symbol("ERRORED"),Dt={...Pe,value:Ke,dirty:!0,error:null,equal:ye,kind:"computed",producerMustRecompute:e=>e.value===Ke||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const n=e.value;e.value=Et;const t=be(e);let r,i=!1;try{r=e.computation(),X(null),i=n!==Ke&&n!==_t&&r!==_t&&e.equal(n,r)}catch(o){r=_t,e.error=o}finally{$e(e,t)}i?e.value=n:(e.value=r,e.version++)}};let gt=function an(){throw new Error};function It(e){gt(e)}function K(e,n){ct()||It(e),e.equal(e.value,n)||(e.value=n,function p(e){e.version++,function Ee(){ne++}(),me(e)}(e))}function G(e,n){ct()||It(e),K(e,n(e.value))}const _={...Pe,equal:ye,value:void 0,kind:"signal"},v={...Pe,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"};function O(e){return"function"==typeof e}function Z(e){const t=e(r=>{Error.call(r),r.stack=(new Error).stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}const ie=Z(e=>function(t){e(this),this.message=t?`${t.length} errors occurred during unsubscription:\n${t.map((r,i)=>`${i+1}) ${r.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=t});function Ne(e,n){if(e){const t=e.indexOf(n);0<=t&&e.splice(t,1)}}class it{constructor(n){this.initialTeardown=n,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let n;if(!this.closed){this.closed=!0;const{_parentage:t}=this;if(t)if(this._parentage=null,Array.isArray(t))for(const o of t)o.remove(this);else t.remove(this);const{initialTeardown:r}=this;if(O(r))try{r()}catch(o){n=o instanceof ie?o.errors:[o]}const{_finalizers:i}=this;if(i){this._finalizers=null;for(const o of i)try{De(o)}catch(s){n=n??[],s instanceof ie?n=[...n,...s.errors]:n.push(s)}}if(n)throw new ie(n)}}add(n){var t;if(n&&n!==this)if(this.closed)De(n);else{if(n instanceof it){if(n.closed||n._hasParent(this))return;n._addParent(this)}(this._finalizers=null!==(t=this._finalizers)&&void 0!==t?t:[]).push(n)}}_hasParent(n){const{_parentage:t}=this;return t===n||Array.isArray(t)&&t.includes(n)}_addParent(n){const{_parentage:t}=this;this._parentage=Array.isArray(t)?(t.push(n),t):t?[t,n]:n}_removeParent(n){const{_parentage:t}=this;t===n?this._parentage=null:Array.isArray(t)&&Ne(t,n)}remove(n){const{_finalizers:t}=this;t&&Ne(t,n),n instanceof it&&n._removeParent(this)}}it.EMPTY=(()=>{const e=new it;return e.closed=!0,e})();const g=it.EMPTY;function Ze(e){return e instanceof it||e&&"closed"in e&&O(e.remove)&&O(e.add)&&O(e.unsubscribe)}function De(e){O(e)?e():e.unsubscribe()}const Gt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},I={setTimeout(e,n,...t){const{delegate:r}=I;return r?.setTimeout?r.setTimeout(e,n,...t):setTimeout(e,n,...t)},clearTimeout(e){const{delegate:n}=I;return(n?.clearTimeout||clearTimeout)(e)},delegate:void 0};function x(e){I.setTimeout(()=>{const{onUnhandledError:n}=Gt;if(!n)throw e;n(e)})}function se(){}const Ce=Ye("C",void 0,void 0);function Ye(e,n,t){return{kind:e,value:n,error:t}}let tt=null;function mt(e){if(Gt.useDeprecatedSynchronousErrorHandling){const n=!tt;if(n&&(tt={errorThrown:!1,error:null}),e(),n){const{errorThrown:t,error:r}=tt;if(tt=null,t)throw r}}else e()}class Ft extends it{constructor(n){super(),this.isStopped=!1,n?(this.destination=n,Ze(n)&&n.add(this)):this.destination=Jt}static create(n,t,r){return new Kt(n,t,r)}next(n){this.isStopped?Wt(function _e(e){return Ye("N",e,void 0)}(n),this):this._next(n)}error(n){this.isStopped?Wt(function he(e){return Ye("E",void 0,e)}(n),this):(this.isStopped=!0,this._error(n))}complete(){this.isStopped?Wt(Ce,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(n){this.destination.next(n)}_error(n){try{this.destination.error(n)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const Me=Function.prototype.bind;function Xt(e,n){return Me.call(e,n)}class St{constructor(n){this.partialObserver=n}next(n){const{partialObserver:t}=this;if(t.next)try{t.next(n)}catch(r){nn(r)}}error(n){const{partialObserver:t}=this;if(t.error)try{t.error(n)}catch(r){nn(r)}else nn(n)}complete(){const{partialObserver:n}=this;if(n.complete)try{n.complete()}catch(t){nn(t)}}}class Kt extends Ft{constructor(n,t,r){let i;if(super(),O(n)||!n)i={next:n??void 0,error:t??void 0,complete:r??void 0};else{let o;this&&Gt.useDeprecatedNextContext?(o=Object.create(n),o.unsubscribe=()=>this.unsubscribe(),i={next:n.next&&Xt(n.next,o),error:n.error&&Xt(n.error,o),complete:n.complete&&Xt(n.complete,o)}):i=n}this.destination=new St(i)}}function nn(e){Gt.useDeprecatedSynchronousErrorHandling?function vt(e){Gt.useDeprecatedSynchronousErrorHandling&&tt&&(tt.errorThrown=!0,tt.error=e)}(e):x(e)}function Wt(e,n){const{onStoppedNotification:t}=Gt;t&&I.setTimeout(()=>t(e,n))}const Jt={closed:!0,next:se,error:function gr(e){throw e},complete:se},Tn="function"==typeof Symbol&&Symbol.observable||"@@observable";function mr(e){return e}let ae=(()=>{class e{constructor(t){t&&(this._subscribe=t)}lift(t){const r=new e;return r.source=this,r.operator=t,r}subscribe(t,r,i){const o=function ze(e){return e&&e instanceof Ft||function Q(e){return e&&O(e.next)&&O(e.error)&&O(e.complete)}(e)&&Ze(e)}(t)?t:new Kt(t,r,i);return mt(()=>{const{operator:s,source:a}=this;o.add(s?s.call(o,a):a?this._subscribe(o):this._trySubscribe(o))}),o}_trySubscribe(t){try{return this._subscribe(t)}catch(r){t.error(r)}}forEach(t,r){return new(r=Ve(r))((i,o)=>{const s=new Kt({next:a=>{try{t(a)}catch(c){o(c),s.unsubscribe()}},error:o,complete:i});this.subscribe(s)})}_subscribe(t){var r;return null===(r=this.source)||void 0===r?void 0:r.subscribe(t)}[Tn](){return this}pipe(...t){return function $r(e){return 0===e.length?mr:1===e.length?e[0]:function(t){return e.reduce((r,i)=>i(r),t)}}(t)(this)}toPromise(t){return new(t=Ve(t))((r,i)=>{let o;this.subscribe(s=>o=s,s=>i(s),()=>r(o))})}}return e.create=n=>new e(n),e})();function Ve(e){var n;return null!==(n=e??Gt.Promise)&&void 0!==n?n:Promise}const qe=Z(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});let en,ut=(()=>{class e extends ae{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(t){const r=new Pt(this,this);return r.operator=t,r}_throwIfClosed(){if(this.closed)throw new qe}next(t){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const r of this.currentObservers)r.next(t)}})}error(t){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=t;const{observers:r}=this;for(;r.length;)r.shift().error(t)}})}complete(){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:t}=this;for(;t.length;)t.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0}_trySubscribe(t){return this._throwIfClosed(),super._trySubscribe(t)}_subscribe(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)}_innerSubscribe(t){const{hasError:r,isStopped:i,observers:o}=this;return r||i?g:(this.currentObservers=null,o.push(t),new it(()=>{this.currentObservers=null,Ne(o,t)}))}_checkFinalizedStatuses(t){const{hasError:r,thrownError:i,isStopped:o}=this;r?t.error(i):o&&t.complete()}asObservable(){const t=new ae;return t.source=this,t}}return e.create=(n,t)=>new Pt(n,t),e})();class Pt extends ut{constructor(n,t){super(),this.destination=n,this.source=t}next(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,n)}error(n){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,n)}complete(){var n,t;null===(t=null===(n=this.destination)||void 0===n?void 0:n.complete)||void 0===t||t.call(n)}_subscribe(n){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(n))&&void 0!==r?r:g}}class Qt extends ut{constructor(n){super(),this._value=n}get value(){return this.getValue()}_subscribe(n){const t=super._subscribe(n);return!t.closed&&n.next(this._value),t}getValue(){const{hasError:n,thrownError:t,_value:r}=this;if(n)throw t;return this._throwIfClosed(),r}next(n){super.next(this._value=n)}}
23
+ */const Rt="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class ke extends Error{code;constructor(t,n){super(tn(t,n)),this.code=t}}function tn(e,t){return`${function en(e){return`NG0${Math.abs(e)}`}(e)}${t?": "+t:""}`}function At(e){for(let t in e)if(e[t]===At)return t;throw Error("")}function ln(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Jt(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(Jt).join(", ")}]`;if(null==e)return""+e;const t=e.overriddenName||e.name;if(t)return`${t}`;const n=e.toString();if(null==n)return""+n;const i=n.indexOf("\n");return i>=0?n.slice(0,i):n}function on(e,t){return e?t?`${e} ${t}`:e:t||""}const hi=At({__forward_ref__:At});function pn(e){return e.__forward_ref__=pn,e}function Et(e){return Ai(e)?e():e}function Ai(e){return"function"==typeof e&&e.hasOwnProperty(hi)&&e.__forward_ref__===pn}function zt(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function yi(e){return{providers:e.providers||[],imports:e.imports||[]}}function bi(e){return function Wo(e,t){return e.hasOwnProperty(t)&&e[t]||null}(e,Ni)}function Ui(e){return e&&e.hasOwnProperty(Bo)?e[Bo]:null}const Ni=At({\u0275prov:At}),Bo=At({\u0275inj:At});class rt{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=zt({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function ii(e){return e&&!!e.\u0275providers}const N=At({\u0275cmp:At}),te=At({\u0275dir:At}),Ue=At({\u0275pipe:At}),qt=At({\u0275fac:At}),xt=At({__NG_ELEMENT_ID__:At}),Tn=At({__NG_ENV_ID__:At});function Tt(e){return oi(e),e[N]||null}function Ot(e){return oi(e),e[te]||null}function _n(e){return oi(e),e[Ue]||null}function oi(e,t){if(null==e)throw new ke(-919,!1)}function It(e){return"string"==typeof e?e:null==e?"":String(e)}const co=At({ngErrorCode:At}),So=At({ngErrorMessage:At}),Cr=At({ngTokenPath:At});function Ys(e,t){return Xs("",-200,t)}function Vi(e,t){throw new ke(-201,!1)}function Xs(e,t,n){const i=new ke(t,e);return i[co]=t,i[So]=e,n&&(i[Cr]=n),i}let Ko;function ls(){return Ko}function Xn(e){const t=Ko;return Ko=e,t}function eu(e,t,n){const i=bi(e);return i&&"root"==i.providedIn?void 0===i.value?i.value=i.factory():i.value:8&n?null:void 0!==t?t:void Vi()}globalThis;const ot={};class Yt{injector;constructor(t){this.injector=t}retrieve(t,n){const i=Tr(n)||0;try{return this.injector.get(t,8&i?null:ot,i)}catch(o){if(Vt(o))return o;throw o}}}function bn(e,t=0){const n=Xt();if(void 0===n)throw new ke(-203,!1);if(null===n)return eu(e,void 0,t);{const i=function tu(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(t),o=n.retrieve(e,i);if(Vt(o)){if(i.optional)return null;throw o}return o}}function Lt(e,t=0){return(ls()||bn)(Et(e),t)}function Ve(e,t){return Lt(e,Tr(t))}function Tr(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function nu(e){const t=[];for(let n=0;n<e.length;n++){const i=Et(e[n]);if(Array.isArray(i)){if(0===i.length)throw new ke(900,!1);let o,r=0;for(let s=0;s<i.length;s++){const a=i[s],c=sy(a);"number"==typeof c?-1===c?o=a.token:r|=c:o=a}t.push(Lt(o,r))}else t.push(Lt(i))}return t}function sy(e){return e.__NG_DI_FLAG__}function Sr(e,t){return e.hasOwnProperty(qt)?e[qt]:null}function us(e,t){e.forEach(n=>Array.isArray(n)?us(n,t):t(n))}function Ya(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Za(e,t,n){let i=Js(e,t);return i>=0?e[1|i]=n:(i=~i,function iu(e,t,n,i){let o=e.length;if(o==t)e.push(n,i);else if(1===o)e.push(i,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;)e[o]=e[o-2],o--;e[t]=n,e[t+1]=i}}(e,i,t,n)),i}function ou(e,t){const n=Js(e,t);if(n>=0)return e[1|n]}function Js(e,t){return function cy(e,t,n){let i=0,o=e.length>>n;for(;o!==i;){const r=i+(o-i>>1),s=e[r<<n];if(t===s)return r<<n;s>t?o=r:i=r+1}return~(o<<n)}(e,t,1)}const Dr={},wn=[],ds=new rt(""),Ja=new rt("",-1),ru=new rt("");class _s{get(t,n=ot){if(n===ot){const o=Xs("",-201);throw o.name="\u0275NotFound",o}return n}}function Qa(e){return{\u0275providers:e}}function Tf(...e){return{\u0275providers:ec(0,e),\u0275fromNgModule:!0}}function ec(e,...t){const n=[],i=new Set;let o;const r=s=>{n.push(s)};return us(t,s=>{const a=s;Qs(a,r,[],i)&&(o||=[],o.push(a))}),void 0!==o&&su(o,r),n}function su(e,t){for(let n=0;n<e.length;n++){const{ngModule:i,providers:o}=e[n];tc(o,r=>{t(r,i)})}}function Qs(e,t,n,i){if(!(e=Et(e)))return!1;let o=null,r=Ui(e);const s=!r&&Tt(e);if(r||s){if(s&&!s.standalone)return!1;o=e}else{const c=e.ngModule;if(r=Ui(c),!r)return!1;o=c}const a=i.has(o);if(s){if(a)return!1;if(i.add(o),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)Qs(l,t,n,i)}}else{if(!r)return!1;{if(null!=r.imports&&!a){let l;i.add(o),us(r.imports,d=>{Qs(d,t,n,i)&&(l||=[],l.push(d))}),void 0!==l&&su(l,t)}if(!a){const l=Sr(o)||(()=>new o);t({provide:o,useFactory:l,deps:wn},o),t({provide:ru,useValue:o,multi:!0},o),t({provide:ds,useValue:()=>Lt(o),multi:!0},o)}const c=r.providers;if(null!=c&&!a){const l=e;tc(c,d=>{t(d,l)})}}}return o!==e&&void 0!==e.providers}function tc(e,t){for(let n of e)ii(n)&&(n=n.\u0275providers),Array.isArray(n)?tc(n,t):t(n)}const Sf=At({provide:String,useValue:At});function nc(e){return null!==e&&"object"==typeof e&&Sf in e}function Do(e){return"function"==typeof e}const lu=new rt(""),ic={},If={};let uu;function oc(){return void 0===uu&&(uu=new _s),uu}class Hi{}class qo extends Hi{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,i,o){super(),this.parent=n,this.source=i,this.scopes=o,_u(t,s=>this.processProvider(s)),this.records.set(Ja,fs(void 0,this)),o.has("environment")&&this.records.set(Hi,fs(void 0,this));const r=this.records.get(lu);null!=r&&"string"==typeof r.value&&this.scopes.add(r.value),this.injectorDefTypes=new Set(this.get(ru,wn,{self:!0}))}retrieve(t,n){const i=Tr(n)||0;try{return this.get(t,ot,i)}catch(o){if(Vt(o))return o;throw o}}destroy(){ea(this),this._destroyed=!0;const t=y(null);try{for(const i of this._ngOnDestroyHooks)i.ngOnDestroy();const n=this._onDestroyHooks;this._onDestroyHooks=[];for(const i of n)i()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),y(t)}}onDestroy(t){return ea(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){ea(this);const n=gt(this),i=Xn(void 0);try{return t()}finally{gt(n),Xn(i)}}get(t,n=ot,i){if(ea(this),t.hasOwnProperty(Tn))return t[Tn](this);const o=Tr(i),s=gt(this),a=Xn(void 0);try{if(!(4&o)){let l=this.records.get(t);if(void 0===l){const d=function hy(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(t)&&bi(t);l=d&&this.injectableDefInScope(d)?fs(du(t),ic):null,this.records.set(t,l)}if(null!=l)return this.hydrate(t,l,o)}return(2&o?oc():this.parent).get(t,n=8&o&&n===ot?null:n)}catch(c){const l=function qa(e){return e[co]}(c);throw-200===l||-201===l?new ke(l,null):c}finally{Xn(a),gt(s)}}resolveInjectorInitializers(){const t=y(null),n=gt(this),i=Xn(void 0);try{const r=this.get(ds,wn,{self:!0});for(const s of r)s()}finally{gt(n),Xn(i),y(t)}}toString(){return"R3Injector[...]"}processProvider(t){let n=Do(t=Et(t))?t:Et(t&&t.provide);const i=function dy(e){return nc(e)?fs(void 0,e.useValue):fs(Af(e),ic)}(t);if(!Do(t)&&!0===t.multi){let o=this.records.get(n);o||(o=fs(void 0,ic,!0),o.factory=()=>nu(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,i)}hydrate(t,n,i){const o=y(null);try{if(n.value===If)throw Ys();return n.value===ic&&(n.value=If,n.value=n.factory(void 0,i)),"object"==typeof n.value&&n.value&&function fy(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{y(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=Et(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){const n=this._onDestroyHooks.indexOf(t);-1!==n&&this._onDestroyHooks.splice(n,1)}}function du(e){const t=bi(e),n=null!==t?t.factory:Sr(e);if(null!==n)return n;if(e instanceof rt)throw new ke(-204,!1);if(e instanceof Function)return function uy(e){if(e.length>0)throw new ke(-204,!1);const n=function wi(e){return(e?.[Ni]??null)||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new ke(-204,!1)}function Af(e,t,n){let i;if(Do(e)){const o=Et(e);return Sr(o)||du(o)}if(nc(e))i=()=>Et(e.useValue);else if(function cu(e){return!(!e||!e.useFactory)}(e))i=()=>e.useFactory(...nu(e.deps||[]));else if(function au(e){return!(!e||!e.useExisting)}(e))i=(o,r)=>Lt(Et(e.useExisting),void 0!==r&&8&r?8:void 0);else{const o=Et(e&&(e.useClass||e.provide));if(!function _y(e){return!!e.deps}(e))return Sr(o)||du(o);i=()=>new o(...nu(e.deps))}return i}function ea(e){if(e.destroyed)throw new ke(-205,!1)}function fs(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function _u(e,t){for(const n of e)Array.isArray(n)?_u(n,t):n&&ii(n)?_u(n.\u0275providers,t):t(n)}function Io(e,t){let n;e instanceof qo?(ea(e),n=e):n=new Yt(e);const o=gt(n),r=Xn(void 0);try{return t()}finally{gt(o),Xn(r)}}function xn(e){return Array.isArray(e)&&"object"==typeof e[1]}function Qn(e){return Array.isArray(e)&&!0===e[1]}function gu(e){return!!(4&e.flags)}function lo(e){return e.componentOffset>-1}function Ir(e){return!(1&~e.flags)}function uo(e){return!!e.template}function Yo(e){return!!(512&e[2])}function eo(e){return!(256&~e[2])}var kn=function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e[e.ATTRIBUTE_NO_BINDING=6]="ATTRIBUTE_NO_BINDING",e}(kn||{});function Hn(e){for(;Array.isArray(e);)e=e[0];return e}function ps(e,t){return Hn(t[e])}function jn(e,t){return Hn(t[e.index])}function gs(e,t){return e.data[t]}function Ar(e,t){return e[t]}function yu(e,t,n,i){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=i}function Ei(e,t){const n=t[e];return xn(n)?n:n[0]}function bu(e){return!(128&~e[2])}function li(e,t){return null==t?null:e[t]}function Hf(e){e[17]=0}function dc(e){1024&e[2]||(e[2]|=1024,bu(e)&&ms(e))}function na(e){return!!(9216&e[2]||e[24]?.dirty)}function Cu(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),na(e)&&ms(e)}function ms(e){e[10].changeDetectionScheduler?.notify(0);let t=Ao(e);for(;null!==t&&!(8192&t[2])&&(t[2]|=8192,bu(t));)t=Ao(t)}function ia(e,t){if(eo(e))throw new ke(911,!1);null===e[21]&&(e[21]=[]),e[21].push(t)}function Ao(e){const t=e[3];return Qn(t)?t[3]:t}const Pt={lFrame:$y(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let fc=!1;function $f(){Pt.lFrame.elementDepthCount--}function Wf(){return null!==Pt.skipHydrationRootTNode}function Kf(e){return Pt.skipHydrationRootTNode===e}function qf(){Pt.skipHydrationRootTNode=null}function Re(){return Pt.lFrame.lView}function Ft(){return Pt.lFrame.tView}function vs(e){return Pt.lFrame.contextLView=e,e[8]}function ys(e){return Pt.lFrame.contextLView=null,e}function Gt(){let e=Fy();for(;null!==e&&64===e.type;)e=e.parent;return e}function Fy(){return Pt.lFrame.currentTNode}function Uo(e,t){const n=Pt.lFrame;n.currentTNode=e,n.isParent=t}function Py(){return Pt.lFrame.isParent}function Yf(){Pt.lFrame.isParent=!1}function Vy(){return fc}function Su(e){const t=fc;return fc=e,t}function zi(){return Pt.lFrame.bindingIndex++}function Jo(e){const t=Pt.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function ek(e,t){const n=Pt.lFrame;n.bindingIndex=n.bindingRootIndex=e,Xf(t)}function Xf(e){Pt.lFrame.currentDirectiveIndex=e}function Du(e){Pt.lFrame.currentQueryIndex=e}function nk(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[5]:null}function zy(e,t,n){if(4&n){let o=t,r=e;for(;!(o=o.parent,null!==o||1&n||(o=nk(r),null===o||(r=r[14],10&o.type))););if(null===o)return!1;t=o,e=r}const i=Pt.lFrame=Gy();return i.currentTNode=t,i.lView=e,!0}function Qf(e){const t=Gy(),n=e[1];Pt.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Gy(){const e=Pt.lFrame,t=null===e?null:e.child;return null===t?$y(e):t}function $y(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Wy(){const e=Pt.lFrame;return Pt.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const Ky=Wy;function eh(){const e=Wy();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function ri(){return Pt.lFrame.selectedIndex}function Qo(e){Pt.lFrame.selectedIndex=e}function _o(){const e=Pt.lFrame;return gs(e.tView,e.selectedIndex)}function Yy(){return Pt.lFrame.currentNamespace}let Xy=!0;function Iu(){return Xy}function pc(e){Xy=e}function Zy(e,t=null,n=null,i){const o=function Jy(e,t=null,n=null,i,o=new Set){const r=[n||wn,Tf(e)];return new qo(r,t||oc(),null,o)}(e,t,n);return o.resolveInjectorInitializers(),o}class zn{static THROW_IF_NOT_FOUND=ot;static NULL=new _s;static create(t,n){if(Array.isArray(t))return Zy({name:""},n,t);{const i=t.name??"";return Zy({name:i},t.parent,t.providers)}}static \u0275prov=zt({token:zn,providedIn:"any",factory:()=>Lt(Ja)});static __NG_ELEMENT_ID__=-1}const wo=new rt("");let to=(()=>class e{static __NG_ELEMENT_ID__=lk;static __NG_ENV_ID__=n=>n})();class Qy extends to{_lView;constructor(t){super(),this._lView=t}get destroyed(){return eo(this._lView)}onDestroy(t){const n=this._lView;return ia(n,t),()=>function Eu(e,t){if(null===e[21])return;const n=e[21].indexOf(t);-1!==n&&e[21].splice(n,1)}(n,t)}}function lk(){return new Qy(Re())}const uk=!1,dk=new rt("");let xr=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new $(!1);debugTaskTracker=Ve(dk,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new yt(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const n=this.taskId++;return this.pendingTasks.add(n),this.debugTaskTracker?.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.debugTaskTracker?.remove(n),0===this.pendingTasks.size&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();const fo=class _k extends re{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,function fu(){return void 0!==ls()||null!=Xt()}()&&(this.destroyRef=Ve(to,{optional:!0})??void 0,this.pendingTasks=Ve(xr,{optional:!0})??void 0)}emit(t){const n=y(null);try{super.next(t)}finally{y(n)}}subscribe(t,n,i){let o=t,r=n||(()=>null),s=i;if(t&&"object"==typeof t){const c=t;o=c.next?.bind(c),r=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(r=this.wrapInTimeout(r),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:o,error:r,complete:s});return t instanceof Me&&t.add(a),a}wrapInTimeout(t){return n=>{const i=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{void 0!==i&&this.pendingTasks?.remove(i)}})}}};function Au(...e){}function eb(e){let t,n;function i(){e=Au;try{void 0!==n&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(n),void 0!==t&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),i()}),"function"==typeof requestAnimationFrame&&(n=requestAnimationFrame(()=>{e(),i()})),()=>i()}function fk(e){return queueMicrotask(()=>e()),()=>{e=Au}}const nh="isAngularZone",wu=nh+"_ID";let hk=0;class Rn{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new fo(!1);onMicrotaskEmpty=new fo(!1);onStable=new fo(!1);onError=new fo(!1);constructor(t){const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:i=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:r=uk}=t;if(typeof Zone>"u")throw new ke(908,!1);Zone.assertZonePatched();const s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&i,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=r,function mk(e){const t=()=>{!function gk(e){function t(){eb(()=>{e.callbackScheduled=!1,oh(e),e.isCheckStableRunning=!0,ih(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),oh(e))}(e)},n=hk++;e._inner=e._inner.fork({name:"angular",properties:{[nh]:!0,[wu]:n,[wu+n]:!0},onInvokeTask:(i,o,r,s,a,c)=>{if(function yk(e){return ib(e,"__ignore_ng_zone__")}(c))return i.invokeTask(r,s,a,c);try{return tb(e),i.invokeTask(r,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),nb(e)}},onInvoke:(i,o,r,s,a,c,l)=>{try{return tb(e),i.invoke(r,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function bk(e){return ib(e,"__scheduler_tick__")}(c)&&t(),nb(e)}},onHasTask:(i,o,r,s)=>{i.hasTask(r,s),o===r&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,oh(e),ih(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(i,o,r,s)=>(i.handleError(r,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(nh)}static assertInAngularZone(){if(!Rn.isInAngularZone())throw new ke(909,!1)}static assertNotInAngularZone(){if(Rn.isInAngularZone())throw new ke(909,!1)}run(t,n,i){return this._inner.run(t,n,i)}runTask(t,n,i,o){const r=this._inner,s=r.scheduleEventTask("NgZoneEvent: "+o,t,pk,Au,Au);try{return r.runTask(s,n,i)}finally{r.cancelTask(s)}}runGuarded(t,n,i){return this._inner.runGuarded(t,n,i)}runOutsideAngular(t){return this._outer.run(t)}}const pk={};function ih(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function oh(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function tb(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function nb(e){e._nesting--,ih(e)}class vk{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new fo;onMicrotaskEmpty=new fo;onStable=new fo;onError=new fo;run(t,n,i){return t.apply(n,i)}runGuarded(t,n,i){return t.apply(n,i)}runOutsideAngular(t){return t()}runTask(t,n,i,o){return t.apply(n,i)}}function ib(e,t){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[t]}class oa{_console=console;handleError(t){this._console.error("ERROR",t)}}const ra=new rt("",{factory:()=>{const e=Ve(Rn),t=Ve(Hi);let n;return i=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw i}):(n??=t.get(oa),n.handleError(i))})}}}),ob={provide:ds,useValue:()=>{Ve(oa,{optional:!0})},multi:!0};function no(e,t){const[n,i,o]=function ze(e,t){const n=Object.create(Se);n.value=e,void 0!==t&&(n.equal=t);const i=()=>function $e(e){return U(e),e.value}(n);return i[v]=n,[i,s=>ae(n,s),s=>ft(n,s)]}(e,t?.equal),r=n;return r.set=i,r.update=o,r.asReadonly=rh.bind(r),r}function rh(){const e=this[v];if(void 0===e.readonlyFn){const t=()=>this();t[v]=e,e.readonlyFn=t}return e.readonlyFn}const gc=new rt("",{factory:()=>Ek}),Ek="ng",rb=new rt(""),sb=new rt("",{providedIn:"platform",factory:()=>"unknown"}),ab=new rt("",{factory:()=>Ve(wo).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});let sh=(()=>class e{view;node;constructor(n,i){this.view=n,this.node=i}static __NG_ELEMENT_ID__=Dk})();function Dk(){return new sh(Re(),Gt())}class bs{}const ah=new rt("",{factory:()=>!0}),Ik=new rt("");let lb=(()=>{class e{static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new Ak})}return e})();class Ak{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){const i=this.queues.get(t.zone);i.has(t)&&(i.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){const n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);const i=this.queues.get(n);i.has(t)||i.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(const[n,i]of this.queues)t||=null===n?this.flushQueue(i):n.run(()=>this.flushQueue(i));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(const i of t)i.dirty&&(this.dirtyEffectCount--,n=!0,i.run());return n}}class ch{[v];constructor(t){this[v]=t}destroy(){this[v].destroy()}}function ho(e,t){const n=t?.injector??Ve(zn);let o,i=!0!==t?.manualCleanup?n.get(to):null;const r=n.get(sh,null,{optional:!0}),s=n.get(bs);return null!==r?(o=function kk(e,t,n){const i=Object.create(xk);return i.view=e,i.zone=typeof Zone<"u"?Zone.current:null,i.notifier=t,i.fn=db(i,n),e[23]??=new Set,e[23].add(i),i.consumerMarkedDirty(i),i}(r.view,s,e),i instanceof Qy&&i._lView===r.view&&(i=null)):o=function Rk(e,t,n){const i=Object.create(wk);return i.fn=db(i,e),i.scheduler=t,i.notifier=n,i.zone=typeof Zone<"u"?Zone.current:null,i.scheduler.add(i),i.notifier.notify(12),i}(e,n.get(lb),s),o.injector=n,null!==i&&(o.onDestroyFns=[i.onDestroy(()=>o.destroy())]),new ch(o)}const ub={...tt,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=Su(!1);try{!function ht(e){if(e.dirty=!1,e.version>0&&!z(e))return;e.version++;const t=ne(e);try{e.cleanup(),e.fn()}finally{K(e,t)}}(this)}finally{Su(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=y(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],y(e)}}},wk={...ub,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(q(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},xk={...ub,consumerMarkedDirty(){this.view[2]|=8192,ms(this.view),this.notifier.notify(13)},destroy(){if(q(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function db(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}let lh=(()=>{class e{internalPendingTasks=Ve(xr);scheduler=Ve(bs);errorHandler=Ve(ra);add(){const n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){const i=this.add();try{n().catch(this.errorHandler).finally(i)}catch(o){this.errorHandler(o),i()}}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();var pi=mt(9293),vc=mt.n(pi);function er(e){return t=>{if(function Nk(e){return nt(e?.lift)}(t))return t.lift(function(n){try{return e(n,this)}catch(i){this.error(i)}});throw new TypeError("Unable to lift unknown Observable type")}}function Vo(e,t,n,i,o){return new Mk(e,t,n,i,o)}class Mk extends at{constructor(t,n,i,o,r,s){super(t),this.onFinalize=r,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=i?function(){try{i()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:n}=this;super.unsubscribe(),!n&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}}}function kr(e,t){return er((n,i)=>{let o=0;n.subscribe(Vo(i,r=>{i.next(e.call(t,r,o++))}))})}
24
24
  /**
25
- * @license Angular v21.2.17
25
+ * @license Angular v22.1.1
26
26
  * (c) 2010-2026 Google LLC. https://angular.dev/
27
27
  * License: MIT
28
- */function cn(){return en}function ln(e){const n=en;return en=e,n}const ni=Symbol("NotFound");function fn(e){return e===ni||"\u0275NotFound"===e?.name}
28
+ */
29
29
  /**
30
- * @license Angular v21.2.17
30
+ * @license Angular v22.1.1
31
31
  * (c) 2010-2026 Google LLC. https://angular.dev/
32
32
  * License: MIT
33
- */Error;const Mi="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class we extends Error{code;constructor(n,t){super(Qn(n,t)),this.code=n}}function Qn(e,n){return`${function ho(e){return`NG0${Math.abs(e)}`}(e)}${n?": "+n:""}`}function tn(e){for(let n in e)if(e[n]===tn)return n;throw Error("")}function ea(e,n){for(const t in n)n.hasOwnProperty(t)&&!e.hasOwnProperty(t)&&(e[t]=n[t])}function hi(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(hi).join(", ")}]`;if(null==e)return""+e;const n=e.overriddenName||e.name;if(n)return`${n}`;const t=e.toString();if(null==t)return""+t;const r=t.indexOf("\n");return r>=0?t.slice(0,r):t}function po(e,n){return e?n?`${e} ${n}`:e:n||""}globalThis;const cs=tn({__forward_ref__:tn});function un(e){return e.__forward_ref__=un,e}function kt(e){return Wr(e)?e():e}function Wr(e){return"function"==typeof e&&e.hasOwnProperty(cs)&&e.__forward_ref__===un}function Je(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function _r(e){return{providers:e.providers||[],imports:e.imports||[]}}function vr(e){return function oe(e,n){return e.hasOwnProperty(n)&&e[n]||null}(e,rn)}function ft(e){return e&&e.hasOwnProperty(Ot)?e[Ot]:null}const rn=tn({\u0275prov:tn}),Ot=tn({\u0275inj:tn});class Se{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(n,t){this._desc=n,this.\u0275prov=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.\u0275prov=Je({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Gd(e){return e&&!!e.\u0275providers}const kl=tn({\u0275cmp:tn}),$d=tn({\u0275dir:tn}),GC=tn({\u0275pipe:tn}),ls=tn({\u0275fac:tn}),_c=tn({__NG_ELEMENT_ID__:tn}),Op=tn({__NG_ENV_ID__:tn});function bn(e){return Rl(e),e[kl]||null}function Kr(e){return Rl(e),e[$d]||null}function Bi(e){return Rl(e),e[GC]||null}function Rl(e,n){if(null==e)throw new we(-919,!1)}function jt(e){return"string"==typeof e?e:null==e?"":String(e)}const Kd=tn({ngErrorCode:tn}),Lp=tn({ngErrorMessage:tn}),hc=tn({ngTokenPath:tn});function qd(e,n){return Fp("",-200,n)}function Yd(e,n){throw new we(-201,!1)}function Fp(e,n,t){const r=new we(n,e);return r[Kd]=n,r[Lp]=e,t&&(r[hc]=t),r}let Xd;function Pp(){return Xd}function si(e){const n=Xd;return Xd=e,n}function Bp(e,n,t){const r=vr(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&t?null:void 0!==n?n:void Yd()}const Po={};class XC{injector;constructor(n){this.injector=n}retrieve(n,t){const r=pc(t)||0;try{return this.injector.get(n,8&r?null:Po,r)}catch(i){if(fn(i))return i;throw i}}}function ZC(e,n=0){const t=cn();if(void 0===t)throw new we(-203,!1);if(null===t)return Bp(e,void 0,n);{const r=function QC(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(n),i=t.retrieve(e,r);if(fn(i)){if(r.optional)return null;throw i}return i}}function wt(e,n=0){return(Pp()||ZC)(kt(e),n)}function re(e,n){return wt(e,pc(n))}function pc(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function Qd(e){const n=[];for(let t=0;t<e.length;t++){const r=kt(e[t]);if(Array.isArray(r)){if(0===r.length)throw new we(900,!1);let i,o=0;for(let s=0;s<r.length;s++){const a=r[s],c=JC(a);"number"==typeof c?-1===c?i=a.token:o|=c:i=a}n.push(wt(i,o))}else n.push(wt(r))}return n}function JC(e){return e.__NG_DI_FLAG__}function Bo(e,n){return e.hasOwnProperty(ls)?e[ls]:null}function us(e,n){e.forEach(t=>Array.isArray(t)?us(t,n):n(t))}function mc(e,n){return n>=e.length-1?e.pop():e.splice(n,1)[0]}function yc(e,n,t){let r=oa(e,n);return r>=0?e[1|r]=t:(r=~r,function t_(e,n,t,r){let i=e.length;if(i==n)e.push(t,r);else if(1===i)e.push(r,e[0]),e[0]=t;else{for(i--,e.push(e[i-1],e[i]);i>n;)e[i]=e[i-2],i--;e[n]=t,e[n+1]=r}}(e,r,n,t)),r}function Ml(e,n){const t=oa(e,n);if(t>=0)return e[1|t]}function oa(e,n){return function e0(e,n,t){let r=0,i=e.length>>t;for(;i!==r;){const o=r+(i-r>>1),s=e[o<<t];if(n===s)return o<<t;s>n?i=o:r=o+1}return~(i<<t)}(e,n,1)}const to={},Fn=[],sa=new Se(""),n_=new Se("",-1),r_=new Se("");class Nl{get(n,t=Po){if(t===Po){const i=Fp("",-201);throw i.name="\u0275NotFound",i}return t}}function Ol(e){return{\u0275providers:e}}function n0(...e){return{\u0275providers:i_(0,e),\u0275fromNgModule:!0}}function i_(e,...n){const t=[],r=new Set;let i;const o=s=>{t.push(s)};return us(n,s=>{const a=s;Ll(a,o,[],r)&&(i||=[],i.push(a))}),void 0!==i&&Vp(i,o),t}function Vp(e,n){for(let t=0;t<e.length;t++){const{ngModule:r,providers:i}=e[t];o_(i,o=>{n(o,r)})}}function Ll(e,n,t,r){if(!(e=kt(e)))return!1;let i=null,o=ft(e);const s=!o&&bn(e);if(o||s){if(s&&!s.standalone)return!1;i=e}else{const c=e.ngModule;if(o=ft(c),!o)return!1;i=c}const a=r.has(i);if(s){if(a)return!1;if(r.add(i),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)Ll(l,n,t,r)}}else{if(!o)return!1;{if(null!=o.imports&&!a){let l;r.add(i),us(o.imports,d=>{Ll(d,n,t,r)&&(l||=[],l.push(d))}),void 0!==l&&Vp(l,n)}if(!a){const l=Bo(i)||(()=>new i);n({provide:i,useFactory:l,deps:Fn},i),n({provide:r_,useValue:i,multi:!0},i),n({provide:sa,useValue:()=>wt(i),multi:!0},i)}const c=o.providers;if(null!=c&&!a){const l=e;o_(c,d=>{n(d,l)})}}}return i!==e&&void 0!==e.providers}function o_(e,n){for(let t of e)Gd(t)&&(t=t.\u0275providers),Array.isArray(t)?o_(t,n):n(t)}const r0=tn({provide:String,useValue:tn});function s_(e){return null!==e&&"object"==typeof e&&r0 in e}function mo(e){return"function"==typeof e}const a_=new Se(""),Fl={},$p={};let c_;function l_(){return void 0===c_&&(c_=new Nl),c_}class mi{}class ds extends mi{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(n,t,r,i){super(),this.parent=t,this.source=r,this.scopes=i,d_(n,s=>this.processProvider(s)),this.records.set(n_,aa(void 0,this)),i.has("environment")&&this.records.set(mi,aa(void 0,this));const o=this.records.get(a_);null!=o&&"string"==typeof o.value&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(r_,Fn,{self:!0}))}retrieve(n,t){const r=pc(t)||0;try{return this.get(n,Po,r)}catch(i){if(fn(i))return i;throw i}}destroy(){bc(this),this._destroyed=!0;const n=X(null);try{for(const r of this._ngOnDestroyHooks)r.ngOnDestroy();const t=this._onDestroyHooks;this._onDestroyHooks=[];for(const r of t)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),X(n)}}onDestroy(n){return bc(this),this._onDestroyHooks.push(n),()=>this.removeOnDestroy(n)}runInContext(n){bc(this);const t=ln(this),r=si(void 0);try{return n()}finally{ln(t),si(r)}}get(n,t=Po,r){if(bc(this),n.hasOwnProperty(Op))return n[Op](this);const i=pc(r),s=ln(this),a=si(void 0);try{if(!(4&i)){let l=this.records.get(n);if(void 0===l){const d=function c0(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(n)&&vr(n);l=d&&this.injectableDefInScope(d)?aa(u_(n),Fl):null,this.records.set(n,l)}if(null!=l)return this.hydrate(n,l,i)}return(2&i?l_():this.parent).get(n,t=8&i&&t===Po?null:t)}catch(c){const l=function qC(e){return e[Kd]}(c);throw-200===l||-201===l?new we(l,null):c}finally{si(a),ln(s)}}resolveInjectorInitializers(){const n=X(null),t=ln(this),r=si(void 0);try{const o=this.get(sa,Fn,{self:!0});for(const s of o)s()}finally{ln(t),si(r),X(n)}}toString(){return"R3Injector[...]"}processProvider(n){let t=mo(n=kt(n))?n:kt(n&&n.provide);const r=function o0(e){return s_(e)?aa(void 0,e.useValue):aa(Wp(e),Fl)}(n);if(!mo(n)&&!0===n.multi){let i=this.records.get(t);i||(i=aa(void 0,Fl,!0),i.factory=()=>Qd(i.multi),this.records.set(t,i)),t=n,i.multi.push(n)}this.records.set(t,r)}hydrate(n,t,r){const i=X(null);try{if(t.value===$p)throw qd();return t.value===Fl&&(t.value=$p,t.value=t.factory(void 0,r)),"object"==typeof t.value&&t.value&&function a0(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(t.value)&&this._ngOnDestroyHooks.add(t.value),t.value}finally{X(i)}}injectableDefInScope(n){if(!n.providedIn)return!1;const t=kt(n.providedIn);return"string"==typeof t?"any"===t||this.scopes.has(t):this.injectorDefTypes.has(t)}removeOnDestroy(n){const t=this._onDestroyHooks.indexOf(n);-1!==t&&this._onDestroyHooks.splice(t,1)}}function u_(e){const n=vr(e),t=null!==n?n.factory:Bo(e);if(null!==t)return t;if(e instanceof Se)throw new we(-204,!1);if(e instanceof Function)return function i0(e){if(e.length>0)throw new we(-204,!1);const t=function je(e){return(e?.[rn]??null)||null}(e);return null!==t?()=>t.factory(e):()=>new e}(e);throw new we(-204,!1)}function Wp(e,n,t){let r;if(mo(e)){const i=kt(e);return Bo(i)||u_(i)}if(s_(e))r=()=>kt(e.useValue);else if(function Hp(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...Qd(e.deps||[]));else if(function jp(e){return!(!e||!e.useExisting)}(e))r=(i,o)=>wt(kt(e.useExisting),void 0!==o&&8&o?8:void 0);else{const i=kt(e&&(e.useClass||e.provide));if(!function s0(e){return!!e.deps}(e))return Bo(i)||u_(i);r=()=>new i(...Qd(e.deps))}return r}function bc(e){if(e.destroyed)throw new we(-205,!1)}function aa(e,n,t=!1){return{factory:e,value:n,multi:t?[]:void 0}}function d_(e,n){for(const t of e)Array.isArray(t)?d_(t,n):t&&Gd(t)?d_(t.\u0275providers,n):n(t)}function no(e,n){let t;e instanceof ds?(bc(e),t=e):t=new XC(e);const i=ln(t),o=si(void 0);try{return n()}finally{ln(i),si(o)}}function Xn(e){return Array.isArray(e)&&"object"==typeof e[1]}function qr(e){return Array.isArray(e)&&!0===e[1]}function qp(e){return!!(4&e.flags)}function ro(e){return e.componentOffset>-1}function da(e){return!(1&~e.flags)}function zi(e){return!!e.template}function jo(e){return!!(512&e[2])}function Co(e){return!(256&~e[2])}function Ar(e){for(;Array.isArray(e);)e=e[0];return e}function gs(e,n){return Ar(n[e])}function tr(e,n){return Ar(n[e.index])}function _a(e,n){return e.data[n]}function ms(e,n){return e[n]}function m_(e,n,t,r){t>=e.data.length&&(e.data[t]=null,e.blueprint[t]=null),n[t]=r}function Yr(e,n){const t=n[e];return Xn(t)?t:t[0]}function v_(e){return!(128&~e[2])}function Pr(e,n){return null==n?null:e[n]}function Jp(e){e[17]=0}function zl(e){1024&e[2]||(e[2]|=1024,v_(e)&&Ec(e))}function fa(e){return!!(9216&e[2]||e[24]?.dirty)}function Vl(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),fa(e)&&Ec(e)}function Ec(e){e[10].changeDetectionScheduler?.notify(0);let n=Ho(e);for(;null!==n&&!(8192&n[2])&&(n[2]|=8192,v_(n));)n=Ho(n)}function b_(e,n){if(Co(e))throw new we(911,!1);null===e[21]&&(e[21]=[]),e[21].push(n)}function Ho(e){const n=e[3];return qr(n)?n[3]:n}const Ut={lFrame:k0(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let ng=!1;function g0(){Ut.lFrame.elementDepthCount--}function m0(){return null!==Ut.skipHydrationRootTNode}function v0(e){return Ut.skipHydrationRootTNode===e}function y0(){Ut.skipHydrationRootTNode=null}function Oe(){return Ut.lFrame.lView}function $t(){return Ut.lFrame.tView}function jl(e){return Ut.lFrame.contextLView=e,e[8]}function Hl(e){return Ut.lFrame.contextLView=null,e}function Ht(){let e=b0();for(;null!==e&&64===e.type;)e=e.parent;return e}function b0(){return Ut.lFrame.currentTNode}function Go(e,n){const t=Ut.lFrame;t.currentTNode=e,t.isParent=n}function C0(){return Ut.lFrame.isParent}function E0(){Ut.lFrame.isParent=!1}function S0(){return ng}function C_(e){const n=ng;return ng=e,n}function bi(){return Ut.lFrame.bindingIndex++}function Wo(e){const n=Ut.lFrame,t=n.bindingIndex;return n.bindingIndex=n.bindingIndex+e,t}function kN(e,n){const t=Ut.lFrame;t.bindingIndex=t.bindingRootIndex=e,ig(n)}function ig(e){Ut.lFrame.currentDirectiveIndex=e}function E_(e){Ut.lFrame.currentQueryIndex=e}function MN(e){const n=e[1];return 2===n.type?n.declTNode:1===n.type?e[5]:null}function A0(e,n,t){if(4&t){let i=n,o=e;for(;!(i=i.parent,null!==i||1&t||(i=MN(o),null===i||(o=o[14],10&i.type))););if(null===i)return!1;n=i,e=o}const r=Ut.lFrame=x0();return r.currentTNode=n,r.lView=e,!0}function ag(e){const n=x0(),t=e[1];Ut.lFrame=n,n.currentTNode=t.firstChild,n.lView=e,n.tView=t,n.contextLView=e,n.bindingIndex=t.bindingStartIndex,n.inI18n=!1}function x0(){const e=Ut.lFrame,n=null===e?null:e.child;return null===n?k0(e):n}function k0(e){const n={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=n),n}function R0(){const e=Ut.lFrame;return Ut.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const M0=R0;function cg(){const e=R0();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function xr(){return Ut.lFrame.selectedIndex}function Ko(e){Ut.lFrame.selectedIndex=e}function io(){const e=Ut.lFrame;return _a(e.tView,e.selectedIndex)}function O0(){return Ut.lFrame.currentNamespace}let L0=!0;function T_(){return L0}function $l(e){L0=e}function F0(e,n=null,t=null,r){const i=function P0(e,n=null,t=null,r,i=new Set){const o=[t||Fn,n0(e)];return new ds(o,n||l_(),null,i)}(e,n,t);return i.resolveInjectorInitializers(),i}class Gn{static THROW_IF_NOT_FOUND=Po;static NULL=new Nl;static create(n,t){if(Array.isArray(n))return F0({name:""},t,n);{const r=n.name??"";return F0({name:r},n.parent,n.providers)}}static \u0275prov=Je({token:Gn,providedIn:"any",factory:()=>wt(n_)});static __NG_ELEMENT_ID__=-1}const Vi=new Se("");let Ci=(()=>class e{static __NG_ELEMENT_ID__=PN;static __NG_ENV_ID__=t=>t})();class B0 extends Ci{_lView;constructor(n){super(),this._lView=n}get destroyed(){return Co(this._lView)}onDestroy(n){const t=this._lView;return b_(t,n),()=>function eg(e,n){if(null===e[21])return;const t=e[21].indexOf(n);-1!==t&&e[21].splice(t,1)}(t,n)}}function PN(){return new B0(Oe())}const BN=!1,UN=new Se("");let ha=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Qt(!1);debugTaskTracker=re(UN,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new ae(t=>{t.next(!1),t.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const t=this.taskId++;return this.pendingTasks.add(t),this.debugTaskTracker?.add(t),t}has(t){return this.pendingTasks.has(t)}remove(t){this.pendingTasks.delete(t),this.debugTaskTracker?.remove(t),0===this.pendingTasks.size&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new e})}return e})();const Zr=class zN extends ut{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(n=!1){super(),this.__isAsync=n,function __(){return void 0!==Pp()||null!=cn()}()&&(this.destroyRef=re(Ci,{optional:!0})??void 0,this.pendingTasks=re(ha,{optional:!0})??void 0)}emit(n){const t=X(null);try{super.next(n)}finally{X(t)}}subscribe(n,t,r){let i=n,o=t||(()=>null),s=r;if(n&&"object"==typeof n){const c=n;i=c.next?.bind(c),o=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(o=this.wrapInTimeout(o),i&&(i=this.wrapInTimeout(i)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:i,error:o,complete:s});return n instanceof it&&n.add(a),a}wrapInTimeout(n){return t=>{const r=this.pendingTasks?.add();setTimeout(()=>{try{n(t)}finally{void 0!==r&&this.pendingTasks?.remove(r)}})}}};function D_(...e){}function U0(e){let n,t;function r(){e=D_;try{void 0!==t&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(t),void 0!==n&&clearTimeout(n)}catch{}}return n=setTimeout(()=>{e(),r()}),"function"==typeof requestAnimationFrame&&(t=requestAnimationFrame(()=>{e(),r()})),()=>r()}function VN(e){return queueMicrotask(()=>e()),()=>{e=D_}}const lg="isAngularZone",S_=lg+"_ID";let jN=0;class Mn{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Zr(!1);onMicrotaskEmpty=new Zr(!1);onStable=new Zr(!1);onError=new Zr(!1);constructor(n){const{enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=BN}=n;if(typeof Zone>"u")throw new we(908,!1);Zone.assertZonePatched();const s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),t&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!i&&r,s.shouldCoalesceRunChangeDetection=i,s.callbackScheduled=!1,s.scheduleInRootZone=o,function $N(e){const n=()=>{!function GN(e){function n(){U0(()=>{e.callbackScheduled=!1,dg(e),e.isCheckStableRunning=!0,ug(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{n()}):e._outer.run(()=>{n()}),dg(e))}(e)},t=jN++;e._inner=e._inner.fork({name:"angular",properties:{[lg]:!0,[S_]:t,[S_+t]:!0},onInvokeTask:(r,i,o,s,a,c)=>{if(function KN(e){return j0(e,"__ignore_ng_zone__")}(c))return r.invokeTask(o,s,a,c);try{return z0(e),r.invokeTask(o,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&n(),V0(e)}},onInvoke:(r,i,o,s,a,c,l)=>{try{return z0(e),r.invoke(o,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function qN(e){return j0(e,"__scheduler_tick__")}(c)&&n(),V0(e)}},onHasTask:(r,i,o,s)=>{r.hasTask(o,s),i===o&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,dg(e),ug(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,i,o,s)=>(r.handleError(o,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(lg)}static assertInAngularZone(){if(!Mn.isInAngularZone())throw new we(909,!1)}static assertNotInAngularZone(){if(Mn.isInAngularZone())throw new we(909,!1)}run(n,t,r){return this._inner.run(n,t,r)}runTask(n,t,r,i){const o=this._inner,s=o.scheduleEventTask("NgZoneEvent: "+i,n,HN,D_,D_);try{return o.runTask(s,t,r)}finally{o.cancelTask(s)}}runGuarded(n,t,r){return this._inner.runGuarded(n,t,r)}runOutsideAngular(n){return this._outer.run(n)}}const HN={};function ug(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function dg(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function z0(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function V0(e){e._nesting--,ug(e)}class WN{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Zr;onMicrotaskEmpty=new Zr;onStable=new Zr;onError=new Zr;run(n,t,r){return n.apply(t,r)}runGuarded(n,t,r){return n.apply(t,r)}runOutsideAngular(n){return n()}runTask(n,t,r,i){return n.apply(t,r)}}function j0(e,n){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[n]}class Dc{_console=console;handleError(n){this._console.error("ERROR",n)}}const vs=new Se("",{factory:()=>{const e=re(Mn),n=re(mi);let t;return r=>{e.runOutsideAngular(()=>{n.destroyed&&!t?setTimeout(()=>{throw r}):(t??=n.get(Dc),t.handleError(r))})}}}),H0={provide:sa,useValue:()=>{re(Dc,{optional:!0})},multi:!0};function Ei(e,n){const[t,r,i]=function k(e,n){const t=Object.create(_);t.value=e,void 0!==n&&(t.equal=n);const r=()=>function A(e){return ke(e),e.value}(t);return r[le]=t,[r,s=>K(t,s),s=>G(t,s)]}(e,n?.equal),o=t;return o.set=r,o.update=i,o.asReadonly=_g.bind(o),o}function _g(){const e=this[le];if(void 0===e.readonlyFn){const n=()=>this();n[le]=e,e.readonlyFn=n}return e.readonlyFn}let fg=(()=>class e{view;node;constructor(t,r){this.view=t,this.node=r}static __NG_ELEMENT_ID__=XN})();function XN(){return new fg(Oe(),Ht())}class pa{}const hg=new Se("",{factory:()=>!0}),ZN=new Se("");let pg=(()=>{class e{internalPendingTasks=re(ha);scheduler=re(pa);errorHandler=re(vs);add(){const t=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(t)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(t))}}run(t){const r=this.add();t().catch(this.errorHandler).finally(r)}static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new e})}return e})(),G0=(()=>{class e{static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new QN})}return e})();class QN{dirtyEffectCount=0;queues=new Map;add(n){this.enqueue(n),this.schedule(n)}schedule(n){n.dirty&&this.dirtyEffectCount++}remove(n){const r=this.queues.get(n.zone);r.has(n)&&(r.delete(n),n.dirty&&this.dirtyEffectCount--)}enqueue(n){const t=n.zone;this.queues.has(t)||this.queues.set(t,new Set);const r=this.queues.get(t);r.has(n)||r.add(n)}flush(){for(;this.dirtyEffectCount>0;){let n=!1;for(const[t,r]of this.queues)n||=null===t?this.flushQueue(r):t.run(()=>this.flushQueue(r));n||(this.dirtyEffectCount=0)}}flushQueue(n){let t=!1;for(const r of n)r.dirty&&(this.dirtyEffectCount--,t=!0,r.run());return t}}class gg{[le];constructor(n){this[le]=n}destroy(){this[le].destroy()}}function oo(e,n){const t=n?.injector??re(Gn);let i,r=!0!==n?.manualCleanup?t.get(Ci):null;const o=t.get(fg,null,{optional:!0}),s=t.get(pa);return null!==o?(i=function tO(e,n,t){const r=Object.create(eO);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=n,r.fn=W0(r,t),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(o.view,s,e),r instanceof B0&&r._lView===o.view&&(r=null)):i=function nO(e,n,t){const r=Object.create(JN);return r.fn=W0(r,e),r.scheduler=n,r.notifier=t,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}(e,t.get(G0),s),i.injector=t,null!==r&&(i.onDestroyFns=[r.onDestroy(()=>i.destroy())]),new gg(i)}const $0={...v,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=C_(!1);try{!function R(e){if(e.dirty=!1,e.version>0&&!Re(e))return;e.version++;const n=be(e);try{e.cleanup(),e.fn()}finally{$e(e,n)}}(this)}finally{C_(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=X(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],X(e)}}},JN={...$0,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(Xe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},eO={...$0,consumerMarkedDirty(){this.view[2]|=8192,Ec(this.view),this.notifier.notify(13)},destroy(){if(Xe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function W0(e,n){return()=>{n(t=>(e.cleanupFns??=[]).push(t))}}var Ct=ht(467);function so(e){return n=>{if(function rO(e){return O(e?.lift)}(n))return n.lift(function(t){try{return e(t,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function ji(e,n,t,r,i){return new iO(e,n,t,r,i)}class iO extends Ft{constructor(n,t,r,i,o,s){super(n),this.onFinalize=o,this.shouldUnsubscribe=s,this._next=t?function(a){try{t(a)}catch(c){n.error(c)}}:super._next,this._error=i?function(a){try{i(a)}catch(c){n.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){n.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:t}=this;super.unsubscribe(),!t&&(null===(n=this.onFinalize)||void 0===n||n.call(this))}}}function Hi(e,n){return so((t,r)=>{let i=0;t.subscribe(ji(r,o=>{r.next(e.call(n,o,i++))}))})}
33
+ */
34
+ function tr(e){return{toString:e}.toString()}var et=function(e){return e[e.TemplateCreateStart=0]="TemplateCreateStart",e[e.TemplateCreateEnd=1]="TemplateCreateEnd",e[e.TemplateUpdateStart=2]="TemplateUpdateStart",e[e.TemplateUpdateEnd=3]="TemplateUpdateEnd",e[e.LifecycleHookStart=4]="LifecycleHookStart",e[e.LifecycleHookEnd=5]="LifecycleHookEnd",e[e.OutputStart=6]="OutputStart",e[e.OutputEnd=7]="OutputEnd",e[e.BootstrapApplicationStart=8]="BootstrapApplicationStart",e[e.BootstrapApplicationEnd=9]="BootstrapApplicationEnd",e[e.BootstrapComponentStart=10]="BootstrapComponentStart",e[e.BootstrapComponentEnd=11]="BootstrapComponentEnd",e[e.ChangeDetectionStart=12]="ChangeDetectionStart",e[e.ChangeDetectionEnd=13]="ChangeDetectionEnd",e[e.ChangeDetectionSyncStart=14]="ChangeDetectionSyncStart",e[e.ChangeDetectionSyncEnd=15]="ChangeDetectionSyncEnd",e[e.AfterRenderHooksStart=16]="AfterRenderHooksStart",e[e.AfterRenderHooksEnd=17]="AfterRenderHooksEnd",e[e.ComponentStart=18]="ComponentStart",e[e.ComponentEnd=19]="ComponentEnd",e[e.DeferBlockStateStart=20]="DeferBlockStateStart",e[e.DeferBlockStateEnd=21]="DeferBlockStateEnd",e[e.DynamicComponentStart=22]="DynamicComponentStart",e[e.DynamicComponentEnd=23]="DynamicComponentEnd",e[e.HostBindingsUpdateStart=24]="HostBindingsUpdateStart",e[e.HostBindingsUpdateEnd=25]="HostBindingsUpdateEnd",e}(et||{});class Qk{previousValue;currentValue;firstChange;constructor(t,n,i){this.previousValue=t,this.currentValue=n,this.firstChange=i}isFirstChange(){return this.firstChange}}function Tb(e,t,n,i){null!==t?t.applyValueToInputSignal(t,i):e[n]=i}let Sb=null;const Nu=(()=>{Sb=Db;const e=()=>Db;return e.ngInherit=!0,e})();function Db(e){return e.type.prototype.ngOnChanges&&(e.setInput=nR),tR}function tR(){const e=Ib(this),t=e?.current;if(t){const n=e.previous;if(n===Dr)e.previous=t;else for(let i in t)n[i]=t[i];e.current=null,this.ngOnChanges(t)}}function nR(e,t,n,i,o){const r=this.declaredInputs[i],s=Ib(e)||function iR(e,t){return e[ph]=t}(e,{previous:Dr,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[r];a[r]=new Qk(l&&l.currentValue,n,c===Dr),Tb(e,t,o,n)}const ph="__ngSimpleChanges__";function Ib(e){return Object.hasOwn(e,ph)&&e[ph]||null}const Es=[],fn=function(e,t=null,n){for(let i=0;i<Es.length;i++)(0,Es[i])(e,t,n)};function Mu(e,t,n){wb(e,t,3,n)}function Ou(e,t,n,i){(3&e[2])===n&&wb(e,t,n,i)}function gh(e,t){let n=e[2];(3&n)===t&&(n&=16383,n+=1,e[2]=n)}function wb(e,t,n,i){const r=i??-1,s=t.length-1;let a=0;for(let c=void 0!==i?65535&e[17]:0;c<s;c++)if("number"==typeof t[c+1]){if(a=t[c],null!=i&&a>=i)break}else t[c]<0&&(e[17]+=65536),(a<r||-1==r)&&(cR(e,n,t,c),e[17]=(4294901760&e[17])+c+2),c++}function xb(e,t){fn(et.LifecycleHookStart,e,t);const n=y(null);try{t.call(e)}finally{y(n),fn(et.LifecycleHookEnd,e,t)}}function cR(e,t,n,i){const o=n[i]<0,r=n[i+1],a=e[o?-n[i]:n[i]];o?e[2]>>14<e[17]>>16&&(3&e[2])===t&&(e[2]+=16384,xb(a,r)):xb(a,r)}class Cc{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,i,o){this.factory=t,this.name=o,this.canSeeViewProviders=n,this.injectImpl=i}}function Rb(e){return 3===e||4===e||6===e}function Nb(e){return 64===e.charCodeAt(0)}function ca(e,t){if(null!==t&&0!==t.length)if(null===e||0===e.length)e=t.slice();else{let n=-1;for(let i=0;i<t.length;i++){const o=t[i];"number"==typeof o?n=o:0===n||Mb(e,n,o,0,-1===n||2===n?t[++i]:null)}}return e}function Mb(e,t,n,i,o){let r=0,s=e.length;if(-1===t)s=-1;else for(;r<e.length;){const a=e[r++];if("number"==typeof a){if(a===t){s=-1;break}if(a>t){s=r-1;break}}}for(;r<e.length;){const a=e[r];if("number"==typeof a)break;if(a===n)return void(null!==o&&(e[r+1]=o));r++,null!==o&&r++}-1!==s&&(e.splice(s,0,t),r=s+1),e.splice(r++,0,n),null!==o&&e.splice(r++,0,o)}function Ec(e){return 32767&e}function Tc(e,t){let n=function _R(e){return e>>16}(e),i=t;for(;n>0;)i=i[14],n--;return i}let yh=!0;function Lu(e){const t=yh;return yh=e,t}let fR=0;const Ho={};function Fu(e,t){const n=Fb(e,t);if(-1!==n)return n;const i=t[1];i.firstCreatePass&&(e.injectorIndex=t.length,bh(i.data,e),bh(t,null),bh(i.blueprint,null));const o=Pu(e,t),r=e.injectorIndex;if(function vh(e){return-1!==e}(o)){const s=Ec(o),a=Tc(o,t),c=a[1].data;for(let l=0;l<8;l++)t[r+l]=a[s+l]|c[s+l]}return t[r+8]=o,r}function bh(e,t){e.push(0,0,0,0,0,0,0,0,t)}function Fb(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function Pu(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,i=null,o=t;for(;null!==o;){if(i=jb(o),null===i)return-1;if(n++,o=o[14],-1!==i.injectorIndex)return i.injectorIndex|n<<16}return-1}function Ch(e,t,n){!function hR(e,t,n){let i;"string"==typeof n?i=n.charCodeAt(0)||0:n.hasOwnProperty(xt)&&(i=n[xt]),null==i&&(i=n[xt]=fR++);const o=255&i;t.data[e+(o>>5)]|=1<<o}(e,t,n)}function Pb(e,t,n){if(8&n||void 0!==e)return e;Vi()}function Bb(e,t,n,i){if(8&n&&void 0===i&&(i=null),!(3&n)){const o=e[9],r=Xn(void 0);try{return o?o.get(t,i,8&n):eu(t,i,8&n)}finally{Xn(r)}}return Pb(i,0,n)}function Eh(e,t,n,i=0,o){if(null!==e){if(2048&t[2]&&!(2&i)){const s=function yR(e,t,n,i,o){let r=e,s=t;for(;null!==r&&null!==s&&2048&s[2]&&!Yo(s);){const a=Ub(r,s,n,2|i,Ho);if(a!==Ho)return a;let c=r.parent;if(!c){const l=s[20];if(l){const d=l.get(n,Ho,-5&i);if(d!==Ho)return d}c=jb(s),s=s[14]}r=c}return o}(e,t,n,i,Ho);if(s!==Ho)return s}const r=Ub(e,t,n,i,Ho);if(r!==Ho)return r}return Bb(t,n,i,o)}function Ub(e,t,n,i,o){const r=function mR(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(xt)?e[xt]:void 0;return"number"==typeof t?t>=0?255&t:vR:t}(n);if("function"==typeof r){if(!zy(t,e,i))return 1&i?Pb(o,0,i):Bb(t,n,i,o);try{let s;if(s=r(i),null!=s||8&i)return s;Vi()}finally{Ky()}}else if("number"==typeof r){let s=null,a=Fb(e,t),c=-1,l=1&i?t[15][5]:null;for((-1===a||4&i)&&(c=-1===a?Pu(e,t):t[a+8],-1!==c&&Hb(i,!1)?(s=t[1],a=Ec(c),t=Tc(c,t)):a=-1);-1!==a;){const d=t[1];if(Vb(r,a,d.data)){const _=gR(a,t,n,s,i,l);if(_!==Ho)return _}c=t[a+8],-1!==c&&Hb(i,t[1].data[a+8]===l)&&Vb(r,a,t)?(s=d,a=Ec(c),t=Tc(c,t)):a=-1}}return o}function gR(e,t,n,i,o,r){const s=t[1],a=s.data[e+8],d=function Bu(e,t,n,i,o){const r=e.providerIndexes,s=t.data,a=1048575&r,c=e.directiveStart,d=r>>20,b=o?a+d:e.directiveEnd;for(let T=i?a:a+d;T<b;T++){const V=s[T];if(T<c&&n===V||T>=c&&V.type===n)return T}if(o){const T=s[c];if(T&&uo(T)&&T.type===n)return c}return null}(a,s,n,null==i?lo(a)&&yh:i!=s&&!!(3&a.type),1&o&&r===a);return null!==d?Sc(t,s,d,a,o):Ho}function Sc(e,t,n,i,o){let r=e[n];const s=t.data;if(r instanceof Cc){const a=r;if(a.resolving)throw Ys();const c=Lu(a.canSeeViewProviders);a.resolving=!0;const _=a.injectImpl?Xn(a.injectImpl):null;zy(e,i,0);try{r=e[n]=a.factory(void 0,o,s,e,i),t.firstCreatePass&&n>=i.directiveStart&&function aR(e,t,n){const{ngOnChanges:i,ngOnInit:o,ngDoCheck:r}=t.type.prototype;if(i){const s=function eR(){return Sb}()(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),r&&((n.preOrderHooks??=[]).push(e,r),(n.preOrderCheckHooks??=[]).push(e,r))}(n,s[n],t)}finally{null!==_&&Xn(_),Lu(c),a.resolving=!1,Ky()}}return r}function Vb(e,t,n){return!!(n[t+(e>>5)]&1<<e)}function Hb(e,t){return!(2&e||1&e&&t)}class Wn{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,i){return Eh(this._tNode,this._lView,t,Tr(i),n)}}function vR(){return new Wn(Gt(),Re())}function Uu(e){return tr(()=>{const t=e.prototype.constructor,n=t[qt]||Th(t),i=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==i;){const r=o[qt]||Th(o);if(r&&r!==n)return r;o=Object.getPrototypeOf(o)}return r=>new r})}function Th(e){return Ai(e)?()=>{const t=Th(Et(e));return t&&t()}:Sr(e)}function jb(e){const t=e[1],n=t.type;return 2===n?t.declTNode:1===n?e[5]:null}function xo(e){return{token:e.token,providedIn:!1===e.autoProvided?null:"root",factory:e.factory,value:void 0}}function GR(){return fa(Gt(),Re())}function fa(e,t){return new Mi(jn(e,t))}let Mi=(()=>class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=GR})();function Ic(e){return!(128&~e.flags)}Symbol;var zu=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(zu||{});const Gu=new Map;let YR=0;function xh(e){Gu.delete(e[19])}const Rh="__ngContext__";function Li(e,t){xn(t)?(e[Rh]=t[19],function ZR(e){Gu.set(e[19],e)}(t)):e[Rh]=t}function rC(e){return aC(e[12])}function sC(e){return aC(e[4])}function aC(e){for(;null!==e&&!Qn(e);)e=e[4];return e}let Oh;const EN=new rt("",{factory:()=>!1}),jh=new WeakMap;function Xu(e){return!(32&~e.flags)}function jC(e,t){const n=e.contentQueries;if(null!==n){const i=y(null);try{for(let o=0;o<n.length;o+=2){const s=n[o+1];if(-1!==s){const a=e.data[s];Du(n[o]),a.contentQueries(2,t[s],s)}}}finally{y(i)}}}function Xh(e,t,n){Du(0);const i=y(null);try{t(e,n)}finally{y(i)}}function Zh(e,t,n){if(gu(t)){const i=y(null);try{const r=t.directiveEnd;for(let s=t.directiveStart;s<r;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,n[s],s)}}finally{y(i)}}}var po=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}(po||{});class ZC{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Rt})`}}function nr(e){return e instanceof ZC?e.changingThisBreaksApplicationSecurity:e}function xc(e,t){const n=function JC(e){return e instanceof ZC&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Rt})`)}return n===t}const pM=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function sd(e,t,n){return e.createElement(t,n)}function ko(e,t,n,i,o){e.insertBefore(t,n,i,o)}function l0(e,t,n){e.appendChild(t,n)}function u0(e,t,n,i,o){null!==i?ko(e,t,n,i,o):l0(e,t,n)}function Rc(e,t,n,i){e.removeChild(null,t,n,i)}function _0(e,t,n){const{mergedAttrs:i,classes:o,styles:r}=n;null!==i&&function dR(e,t,n){let i=0;for(;i<n.length;){const o=n[i];if("number"==typeof o){if(0!==o)break;i++;const r=n[i++],s=n[i++],a=n[i++];e.setAttribute(t,s,a,r)}else{const r=o,s=n[++i];Nb(r)?e.setProperty(t,r,s):e.setAttribute(t,r,s),i++}}}(e,t,i),null!==o&&function xM(e,t,n){""===n?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}(e,t,o),null!==r&&function wM(e,t,n){e.setAttribute(t,"style",n)}(e,t,r)}function ad(e){const t=function Nc(){const e=Re();return e&&e[10].sanitizer}();return t?t.sanitize(kn.URL,e)||"":xc(e,"URL")?nr(e):function tp(e){return(e=String(e)).match(pM)?e:"unsafe:"+e}(It(e))}function $M(e,t,n){let i=e.length;for(;;){const o=e.indexOf(t,n);if(-1===o)return o;if(0===o||e.charCodeAt(o-1)<=32){const r=t.length;if(o+r===i||e.charCodeAt(o+r)<=32)return o}n=o+1}}const S0="ng-template";function WM(e,t,n,i){let o=0;if(i){for(;o<t.length&&"string"==typeof t[o];o+=2)if("class"===t[o]&&-1!==$M(t[o+1].toLowerCase(),n,0))return!0}else if(cp(e))return!1;if(o=t.indexOf(1,o),o>-1){let r;for(;++o<t.length&&"string"==typeof(r=t[o]);)if(r.toLowerCase()===n)return!0}return!1}function cp(e){return 4===e.type&&e.value!==S0}function KM(e,t,n){return t===(4!==e.type||n?e.value:S0)}function qM(e,t,n){let i=4;const o=e.attrs,r=null!==o?function ZM(e){for(let t=0;t<e.length;t++)if(Rb(e[t]))return t;return e.length}(o):0;let s=!1;for(let a=0;a<t.length;a++){const c=t[a];if("number"!=typeof c){if(!s)if(4&i){if(i=2|1&i,""!==c&&!KM(e,c,n)||""===c&&1===t.length){if(Ro(i))return!1;s=!0}}else if(8&i){if(null===o||!WM(e,o,c,n)){if(Ro(i))return!1;s=!0}}else{const l=t[++a],d=YM(c,o,cp(e),n);if(-1===d){if(Ro(i))return!1;s=!0;continue}if(""!==l){let _;if(_=d>r?"":o[d+1].toLowerCase(),2&i&&l!==_){if(Ro(i))return!1;s=!0}}}}else{if(!s&&!Ro(i)&&!Ro(c))return!1;if(s&&Ro(c))continue;s=!1,i=c|1&i}}return Ro(i)||s}function Ro(e){return!(1&e)}function YM(e,t,n,i){if(null===t)return-1;let o=0;if(i||!n){let r=!1;for(;o<t.length;){const s=t[o];if(s===e)return o;if(3===s||6===s)r=!0;else{if(1===s||2===s){let a=t[++o];for(;"string"==typeof a;)a=t[++o];continue}if(4===s)break;if(0===s){o+=4;continue}}o+=r?1:2}return-1}return function JM(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){const i=e[n];if("number"==typeof i)return-1;if(i===t)return n;n++}return-1}(t,e)}function D0(e,t,n=!1){for(let i=0;i<t.length;i++)if(qM(e,t[i],n))return!0;return!1}function QM(e,t){e:for(let n=0;n<t.length;n++){const i=t[n];if(e.length===i.length){for(let o=0;o<e.length;o++)if(e[o]!==i[o])continue e;return!0}}return!1}function I0(e,t){return e?":not("+t.trim()+")":t}function eO(e){let t=e[0],n=1,i=2,o="",r=!1;for(;n<e.length;){let s=e[n];if("string"==typeof s)if(2&i){const a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&i?o+="."+s:4&i&&(o+=" "+s);else""!==o&&!Ro(s)&&(t+=I0(r,o),o=""),i=s,r=r||!Ro(i);n++}return""!==o&&(t+=I0(r,o)),t}const vn={};var Ts=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(Ts||{});function up(e,t){return(void 0)(e,t)}typeof document<"u"&&document;const Mc=new WeakMap;function A0(e){return e?e[14]??e:null}const Oc=new WeakSet;const Fr=new Set;var mp=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(mp||{});const ba=new rt(""),N0=new Set;function Ti(e){N0.has(e)||(N0.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let M0=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();const O0=[0,1,2,3];let mO=(()=>{class e{ngZone=Ve(Rn);scheduler=Ve(bs);errorHandler=Ve(oa,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){Ve(ba,{optional:!0})}execute(){const n=this.sequences.size>0;n&&fn(et.AfterRenderHooksStart),this.executing=!0;for(const i of O0)for(const o of this.sequences)if(!o.erroredOrDestroyed&&o.hooks[i])try{o.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>(0,o.hooks[i])(o.pipelinedValue),o.snapshot))}catch(r){o.erroredOrDestroyed=!0,this.errorHandler?.handleError(r)}this.executing=!1;for(const i of this.sequences)i.afterRun(),i.once&&(this.sequences.delete(i),i.destroy());for(const i of this.deferredRegistrations)this.sequences.add(i);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),n&&fn(et.AfterRenderHooksEnd)}register(n){const{view:i}=n;void 0!==i?((i[25]??=[]).push(n),ms(i),i[2]|=8192):this.executing?this.deferredRegistrations.add(n):this.addSequence(n)}addSequence(n){this.sequences.add(n),this.scheduler.notify(7)}unregister(n){this.executing&&this.sequences.has(n)?(n.erroredOrDestroyed=!0,n.pipelinedValue=void 0,n.once=!0):(this.sequences.delete(n),this.deferredRegistrations.delete(n))}maybeTrace(n,i){return i?i.run(mp.AFTER_NEXT_RENDER,n):n()}static \u0275prov=zt({token:e,providedIn:"root",factory:()=>new e})}return e})();class L0{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(t,n,i,o,r,s=null){this.impl=t,this.hooks=n,this.view=i,this.once=o,this.snapshot=s,this.unregisterOnDestroy=r?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();const t=this.view?.[25];t&&(this.view[25]=t.filter(n=>n!==this))}}function vp(e,t){const n=t?.injector??Ve(zn);return Ti("NgAfterNextRender"),function F0(e,t,n,i){const o=t.get(M0);o.impl??=t.get(mO);const r=t.get(ba,null,{optional:!0}),s=!0!==n?.manualCleanup?t.get(to):null,a=t.get(sh,null,{optional:!0}),c=new L0(o.impl,function yO(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}(e),a?.view,i,s,r?.snapshot(null));return o.impl.register(c),c}(e,n,t,!0)}const Fc=new rt("",{factory:()=>{const e=Ve(Hi),t=new Set;return e.onDestroy(()=>t.clear()),{queue:t,isScheduled:!1,scheduler:null,injector:e}}});function P0(e,t,n){const i=e.get(Fc);if(Array.isArray(t))for(const o of t)i.queue.add(o),n?.detachedLeaveAnimationFns?.push(o);else i.queue.add(t),n?.detachedLeaveAnimationFns?.push(t);i.scheduler&&i.scheduler(e)}function B0(e,t,n,i){const o=e?.[26]?.enter;null!==t&&o&&o.has(n.index)&&function yp(e,t){for(const[n,i]of t)P0(e,i.animateFns)}(i,o)}function U0(e,t,n,i){try{n.get(Ja)}catch{return i(!1)}const o=e?.[26];o?.enter?.has(t.index)&&function bO(e,t){const n=e.get(Fc);if(Array.isArray(t))for(const i of t)n.queue.delete(i);else n.queue.delete(t)}(n,o.enter.get(t.index).animateFns);const r=function TO(e,t,n){const i=new Map,o=n?.leave;if(o&&o.has(t.index)&&i.set(t.index,o.get(t.index)),e&&o)for(const[r,s]of o){if(i.has(r))continue;let c=e[1].data[r].parent;for(;c;){if(c===t){i.set(r,s);break}c=c.parent}}return i}(e,t,o);if(0===r.size){let s=!1;if(e){const a=[];pd(e,t,a),s=a.length>0}if(!s)return i(!1)}e&&Fr.add(e[19]),P0(n,()=>function SO(e,t,n,i,o){const r=[];if(n&&n.leave)for(const[s]of i){if(!n.leave.has(s))continue;const a=n.leave.get(s);for(const c of a.animateFns){const{promise:l}=c();r.push(l)}n.detachedLeaveAnimationFns=void 0}if(e&&pd(e,t,r),r.length>0){const s=n||e?.[26];if(s){const a=s.running;a&&r.push(a),s.running=Promise.allSettled(r),function IO(e,t,n){t.then(()=>{e[26]?.running===t&&(e[26].running=void 0,Fr.delete(e[19])),n(!0)})}(e,s.running,o)}else Promise.allSettled(r).then(()=>{e&&Fr.delete(e[19]),o(!0)})}else e&&Fr.delete(e[19]),o(!1)}(e,t,o||void 0,r,i),o||void 0)}function pd(e,t,n){if(12&t.type){const o=e[t.index];if(Qn(o))for(let r=10;r<o.length;r++){const s=o[r];2===s[1].type&&DO(s,n)}}let i=t.child;for(;i;)pd(e,i,n),i=i.next}function DO(e,t){const n=e[26];if(n&&n.leave)for(const o of n.leave.values())for(const r of o.animateFns){const{promise:s}=r();t.push(s)}let i=e[1].firstChild;for(;i;)pd(e,i,t),i=i.next}function Ca(e,t,n,i,o,r,s,a){if(null!=o){let c,l=!1;Qn(o)?c=o:xn(o)&&(l=!0,o=o[0]);const d=Hn(o);0===e&&null!==i?(B0(a,i,r,n),null==s?l0(t,i,d):ko(t,i,d,s||null,!0)):1===e&&null!==i?(B0(a,i,r,n),ko(t,i,d,s||null,!0),function uO(e,t,n){const i=Mc.get(e);if(!i||0===i.length)return;const o=t.parentNode,r=t.previousSibling,s=A0(n);for(let a=i.length-1;a>=0;a--){const{el:c,declarationView:l}=i[a],d=c.parentNode;c===t?(i.splice(a,1),Oc.add(c),c.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(r&&c===r||d&&o&&d!==o&&(null===s||null===l||s===l))&&(i.splice(a,1),c.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),c.parentNode?.removeChild(c))}}(r,d,a)):2===e?(a?.[26]?.leave?.has(r.index)&&function fp(e,t,n){const i=A0(n),o=Mc.get(e);o?o.some(r=>r.el===t)||o.push({el:t,declarationView:i}):Mc.set(e,[{el:t,declarationView:i}])}(r,d,a),Oc.delete(d),U0(a,r,n,_=>{Oc.has(d)?Oc.delete(d):Rc(t,d,l,_)})):3===e&&(Oc.delete(d),U0(a,r,n,()=>{t.destroyNode(d)})),null!=c&&function MO(e,t,n,i,o,r,s){const a=i[7];if(a!==Hn(i)&&Ca(t,e,n,r,a,o,s),!(4&i[2]))for(let l=10;l<i.length;l++){const d=i[l];md(d[1],d,e,t,r,a)}}(t,e,n,c,r,i,s)}}function H0(e,t){t[10].changeDetectionScheduler?.notify(9),md(e,t,t[11],2,null,null)}function bp(e,t){const n=e[9],i=n.indexOf(t);n.splice(i,1)}function Pc(e,t){if(eo(t))return;const n=t[11];n.destroyNode&&md(e,t,n,3,null,null),function wO(e){let t=e[12];if(!t)return Cp(e[1],e);for(;t;){let n=null;if(xn(t))n=t[12];else{const i=t[10];i&&(n=i)}if(!n){for(;t&&!t[4]&&t!==e;)xn(t)&&Cp(t[1],t),t=t[3];null===t&&(t=e),xn(t)&&Cp(t[1],t),n=t&&t[4]}t=n}}(t)}function Cp(e,t){if(eo(t))return;const n=y(null);try{t[2]&=-129,t[2]|=256,t[24]&&q(t[24]),function kO(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let i=0;i<n.length;i+=2){const o=t[n[i]];if(!(o instanceof Cc)){const r=n[i+1];if(Array.isArray(r))for(let s=0;s<r.length;s+=2){const a=o[r[s]],c=r[s+1];fn(et.LifecycleHookStart,a,c);try{c.call(a)}finally{fn(et.LifecycleHookEnd,a,c)}}else{fn(et.LifecycleHookStart,o,r);try{r.call(o)}finally{fn(et.LifecycleHookEnd,o,r)}}}}}(e,t),function xO(e,t){const n=e.cleanup,i=t[7];if(null!==n)for(let s=0;s<n.length-1;s+=2)if("string"==typeof n[s]){const a=n[s+3];a>=0?i[a]():i[-a].unsubscribe(),s+=2}else n[s].call(i[n[s+1]]);null!==i&&(t[7]=null);const o=t[21];if(null!==o){t[21]=null;for(let s=0;s<o.length;s++)(0,o[s])()}const r=t[23];if(null!==r){t[23]=null;for(const s of r)s.destroy()}}(e,t),1===t[1].type&&t[11].destroy();const i=t[16];if(null!==i&&Qn(t[3])){i!==t[3]&&bp(i,t);const o=t[18];null!==o&&o.detachView(e)}xh(t)}finally{y(n)}}function Ep(e,t,n){return function j0(e,t,n){let i=t;for(;null!==i&&168&i.type;)i=(t=i).parent;if(null===i)return n[0];if(lo(i)){const{encapsulation:o}=e.data[i.directiveStart+i.componentOffset];if(o===po.None||o===po.Emulated)return null}return jn(i,n)}(e,t.parent,n)}function z0(e,t,n){return $0(e,t,n)}let $0=function G0(e,t,n){return 40&e.type?jn(e,n):null};function gd(e,t,n,i){const o=Ep(e,i,t),r=t[11],a=z0(i.parent||t[5],i,t);if(null!=o)if(Array.isArray(n))for(let c=0;c<n.length;c++)u0(r,o,n[c],a,!1);else u0(r,o,n,a,!1)}function ws(e,t){if(null!==t){const n=t.type;if(3&n)return jn(t,e);if(4&n)return Sp(-1,e[t.index]);if(8&n){const i=t.child;if(null!==i)return ws(e,i);{const o=e[t.index];return Qn(o)?Sp(-1,o):Hn(o)}}if(128&n)return ws(e,t.next);if(32&n)return up(t,e)()||Hn(e[t.index]);{const i=K0(e,t);return null!==i?Array.isArray(i)?i[0]:ws(Ao(e[15]),i):ws(e,t.next)}}return null}function K0(e,t){return null!==t?e[15][5].projection[t.projection]:null}function Sp(e,t){const n=10+e+1;if(n<t.length){const i=t[n],o=i[1].firstChild;if(null!==o)return ws(i,o)}return t[7]}function Dp(e,t,n,i,o,r,s){for(;null!=n;){const a=i[9];if(128===n.type){n=n.next;continue}const c=i[n.index],l=n.type;if(s&&0===t&&(c&&Li(Hn(c),i),n.flags|=2),!Xu(n))if(8&l)Dp(e,t,n.child,i,o,r,!1),Ca(t,e,a,o,c,n,r,i);else if(32&l){const d=up(n,i);let _;for(;_=d();)Ca(t,e,a,o,_,n,r,i);Ca(t,e,a,o,c,n,r,i)}else 16&l?q0(e,t,i,n,o,r):Ca(t,e,a,o,c,n,r,i);n=s?n.projectionNext:n.next}}function md(e,t,n,i,o,r){3===e.type?function RO(e,t,n,i,o){const s=n[1].firstChild,a=s.next,c=Hn(n[s.index]),l=Hn(n[a.index]),d=a.index+1;let _=n[d];if(1===t||0===t)null!==i&&(_&&_.hasChildNodes()?ko(e,i,_,o,!0):(ko(e,i,c,o,!0),ko(e,i,l,o,!0)));else if(2===t){if(_||(_=document.createDocumentFragment(),n[d]=_),c&&c.parentNode===_)return;let b=c;for(;null!==b;){const T=b.nextSibling;if(_.appendChild(b),b===l)break;b=T}}}(n,i,t,o,r):Dp(n,i,e.firstChild,t,o,r,!1)}function q0(e,t,n,i,o,r){const s=n[15],c=s[5].projection[i.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Ca(t,e,n[9],o,c[l],i,r,n);else{let l=c;const d=s[3];Ic(i)&&(l.flags|=128),Dp(e,t,l,d,o,r,!0)}}function vd(e,t,n,i,o,r,s,a,c,l,d){const _=27+i,b=_+o,T=function LO(e,t){const n=[];for(let i=0;i<t;i++)n.push(i<e?null:vn);return n}(_,b),V="function"==typeof l?l():l;return T[1]={type:e,blueprint:T,template:n,queries:null,viewQuery:a,declTNode:t,data:T.slice().fill(null,_),bindingStartIndex:_,expandoStartIndex:b,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof r?r():r,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:V,incompleteFirstPass:!1,ssrId:d}}function Bc(e,t,n,i,o,r,s,a,c,l,d){const _=t.blueprint.slice();return _[0]=o,_[2]=1228|i,(null!==l||e&&2048&e[2])&&(_[2]|=2048),Hf(_),_[3]=_[14]=e,_[8]=n,_[10]=s||e&&e[10],_[11]=a||e&&e[11],_[9]=c||e&&e[9]||null,_[5]=r,_[19]=function XR(){return YR++}(),_[6]=d,_[20]=l,_[15]=2==t.type?e[15]:_,_}function Ip(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function Uc(e,t,n,i){if(0===n)return-1;const o=t.length;for(let r=0;r<n;r++)t.push(i),e.blueprint.push(i),e.data.push(null);return o}function yd(e,t){return e[12]?e[13][4]=t:e[12]=t,e[13]=t,t}function $t(e=1){X0(Ft(),Re(),ri()+e,!1)}function X0(e,t,n,i){if(!i)if(3&~t[2]){const r=e.preOrderHooks;null!==r&&Ou(t,r,0,n)}else{const r=e.preOrderCheckHooks;null!==r&&Mu(t,r,n)}Qo(n)}var bd=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(bd||{});function xs(e,t,n,i){const o=y(null);try{const[r,s,a]=e.inputs[n];let c=null;0!==(s&bd.SignalBased)&&(c=t[r][v]),null!==c&&void 0!==c.transformFn?i=c.transformFn(i):null!==a&&(i=a.call(t,i)),null!==e.setInput?e.setInput(t,c,i,n,r):Tb(t,c,r,i)}finally{y(o)}}function Z0(e,t,n,i,o){const r=ri(),s=2&i;try{Qo(-1),s&&t.length>27&&X0(e,t,27,!1),fn(s?et.TemplateUpdateStart:et.TemplateCreateStart,o,n),n(i,o)}finally{Qo(r),fn(s?et.TemplateUpdateEnd:et.TemplateCreateEnd,o,n)}}function Cd(e,t,n){(function HO(e,t,n){const i=n.directiveStart,o=n.directiveEnd;lo(n)&&function FO(e,t,n){const i=jn(t,e),o=function Y0(e){const t=e.tView;return null===t||t.incompleteFirstPass?e.tView=vd(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}(n),r=e[10].rendererFactory,s=yd(e,Bc(e,o,null,Ip(n),i,t,null,r.createRenderer(i,n),null,null,null));e[t.index]=s}(t,n,e.data[i+n.componentOffset]),e.firstCreatePass||Fu(n,t);const r=n.initialInputs;for(let s=i;s<o;s++){const a=e.data[s],c=Sc(t,e,s,n);Li(c,t),null!==r&&$O(0,s-i,c,a,0,r),uo(a)&&(Ei(n.index,t)[8]=Sc(t,e,s,n))}})(e,t,n),!(64&~n.flags)&&function jO(e,t,n){const i=n.directiveStart,o=n.directiveEnd,r=n.index,s=function tk(){return Pt.lFrame.currentDirectiveIndex}();try{Qo(r);for(let a=i;a<o;a++){const c=e.data[a],l=t[a];Xf(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&zO(c,l)}}finally{Qo(-1),Xf(s)}}(e,t,n)}function Ea(e,t,n=jn){const i=t.localNames;if(null!==i){let o=t.index+1;for(let r=0;r<i.length;r+=2){const s=i[r+1],a=-1===s?n(t,e):e[s];e[o++]=a}}}let J0=()=>null;function Ap(e,t,n,i,o,r){Dd(e,t[1],t,n,i)?lo(e)&&function Q0(e,t){const n=Ei(t,e);16&n[2]||(n[2]|=64)}(t,e.index):(3&e.type&&(n=function VO(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(n)),wp(e,t,n,i,o,r))}function wp(e,t,n,i,o,r){if(3&e.type){const s=jn(e,t);i=null!=r?r(i,e.value||"",n):i,o.setProperty(s,n,i)}}function zO(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function xp(e,t){const n=e.directiveRegistry;let i=null;if(n)for(let o=0;o<n.length;o++){const r=n[o];D0(t,r.selectors,!1)&&(i??=[],uo(r)?i.unshift(r):i.push(r))}return i}function $O(e,t,n,i,o,r){const s=r[t];if(null!==s)for(let a=0;a<s.length;a+=2)xs(i,n,s[a],s[a+1])}function Td(e,t,n,i,o){const r=27+n,s=t[1],a=o(s,t,e,i,n);t[r]=a,Uo(e,!0);const c=2===e.type;return c?(_0(t[11],a,e),(0===function Ny(){return Pt.lFrame.elementDepthCount}()||Ir(e))&&Li(a,t),function My(){Pt.lFrame.elementDepthCount++}()):Li(a,t),Iu()&&(!c||!Xu(e))&&gd(s,t,a,e),e}function Sd(e){let t=e;return Py()?Yf():(t=t.parent,Uo(t,!1)),t}function Dd(e,t,n,i,o){const r=e.inputs?.[i],s=e.hostDirectiveInputs?.[i];let a=!1;if(s)for(let c=0;c<s.length;c+=2){const l=s[c];xs(t.data[l],n[l],s[c+1],o),a=!0}if(r)for(const c of r)xs(t.data[c],n[c],i,o),a=!0;return a}function WO(e,t){const n=Ei(t,e),i=n[1];!function KO(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}(i,n);const o=n[0];null!==o&&null===n[6]&&(n[6]=null),fn(et.ComponentStart);try{Id(i,n,n[8])}finally{fn(et.ComponentEnd,n[8])}}function Id(e,t,n){Qf(t);try{const i=e.viewQuery;null!==i&&Xh(1,i,n);const o=e.template;null!==o&&Z0(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[18]?.finishViewCreation(e),e.staticContentQueries&&jC(e,t),e.staticViewQueries&&Xh(2,e.viewQuery,n);const r=e.components;null!==r&&function qO(e,t){for(let n=0;n<t.length;n++)WO(e,t[n])}(t,r)}catch(i){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),i}finally{t[2]&=-5,eh()}}function Pr(e,t,n,i){const o=y(null);try{const r=t.tView,c=Bc(e,r,n,4096&e[2]?4096:16,null,t,null,null,i?.injector??null,i?.embeddedViewInjector??null,i?.dehydratedView??null);c[16]=e[t.index];const d=e[18];return null!==d&&(c[18]=d.createEmbeddedView(r)),Id(r,c,n),c}finally{y(o)}}function ks(e,t){return!t||null===t.firstChild||Ic(e)}function Br(e,t,n,i,o=!1){if(3===e.type){const r=e.firstChild,s=r.next,a=Hn(t[r.index]),c=Hn(t[s.index]);let l=a;for(;null!==l&&(i.push(l),l!==c);)l=l.nextSibling;return i}for(;null!==n;){if(128===n.type){n=o?n.projectionNext:n.next;continue}const r=t[n.index];if(null!==r)if(Qn(r)){const a=r[7];a!==r[0]&&i.push(Hn(r)),4&r[2]||YO(r,i),i.push(a)}else i.push(Hn(r));const s=n.type;if(8&s)Br(e,t,n.child,i);else if(32&s){const a=up(n,t);let c;for(;c=a();)i.push(c)}else if(16&s){const a=K0(t,n);if(Array.isArray(a))i.push(...a);else{const c=Ao(t[15]);Br(c[1],c,a,i,!0)}}n=o?n.projectionNext:n.next}return i}function YO(e,t){for(let n=10;n<e.length;n++){const i=e[n],o=i[1].firstChild;null!==o&&Br(i[1],i,o,t)}}function iE(e){if(null!==e[25]){for(const t of e[25])t.impl.addSequence(t);e[25].length=0}}let oE=[];const QO={...F,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{ms(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},tL={...F,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=Ao(e.lView);for(;t&&!rE(t[1]);)t=Ao(t);t&&dc(t)},consumerOnSignalRead(){this.lView[24]=this}};function rE(e){return 2!==e.type}function sE(e){if(null===e[23])return;let t=!0;for(;t;){let n=!1;for(const i of e[23])i.dirty&&(n=!0,null===i.zone||Zone.current===i.zone?i.run():i.zone.run(()=>i.run()));t=n&&!!(8192&e[2])}}function Ad(e,t=0){const i=e[10].rendererFactory;i.begin?.();try{!function iL(e,t){const n=Vy();try{Su(!0),Rp(e,t);let i=0;for(;na(e);){if(100===i)throw new ke(103,!1);i++,Rp(e,1)}}finally{Su(n)}}(e,t)}finally{i.end?.()}}function aE(e,t,n,i){if(eo(t))return;const o=t[2];Qf(t);let a=!0,c=null,l=null;rE(e)?(l=function XO(e){return e[24]??function ZO(e){const t=oE.pop()??Object.create(QO);return t.lView=e,t}(e)}(t),c=ne(l)):null===function g(){return ie}()?(a=!1,l=function eL(e){const t=e[24]??Object.create(tL);return t.lView=e,t}(t),c=ne(l)):t[24]&&(q(t[24]),t[24]=null);try{Hf(t),function Hy(e){return Pt.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==n&&Z0(e,t,n,2,i);const d=!(3&~o);if(d){const T=e.preOrderCheckHooks;null!==T&&Mu(t,T,null)}else{const T=e.preOrderHooks;null!==T&&Ou(t,T,0,null),gh(t,0)}if(function oL(e){for(let t=rC(e);null!==t;t=sC(t)){if(!(2&t[2]))continue;const n=t[9];for(let i=0;i<n.length;i++)dc(n[i])}}(t),sE(t),cE(t,0),null!==e.contentQueries&&jC(e,t),d){const T=e.contentCheckHooks;null!==T&&Mu(t,T)}else{const T=e.contentHooks;null!==T&&Ou(t,T,1),gh(t,1)}!function sL(e,t){const n=e.hostBindingOpCodes;if(null!==n)try{for(let i=0;i<n.length;i++){const o=n[i];if(o<0)Qo(~o);else{const r=o,s=n[++i],a=n[++i];ek(s,r);const c=t[r];fn(et.HostBindingsUpdateStart,c);try{a(2,c)}finally{fn(et.HostBindingsUpdateEnd,c)}}}}finally{Qo(-1)}}(e,t);const _=e.components;null!==_&&uE(t,_,0);const b=e.viewQuery;if(null!==b&&Xh(2,b,i),d){const T=e.viewCheckHooks;null!==T&&Mu(t,T)}else{const T=e.viewHooks;null!==T&&Ou(t,T,2),gh(t,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),t[22]){for(const T of t[22])T();t[22]=null}iE(t),t[2]&=-73}catch(d){throw ms(t),d}finally{null!==l&&(K(l,c),a&&function JO(e){e.lView[24]!==e&&(e.lView=null,oE.push(e))}(l)),eh()}}function cE(e,t){for(let n=rC(e);null!==n;n=sC(n))for(let i=10;i<n.length;i++)lE(n[i],t)}function rL(e,t,n){fn(et.ComponentStart);const i=Ei(t,e);try{lE(i,n)}finally{fn(et.ComponentEnd,i[8])}}function lE(e,t){bu(e)&&Rp(e,t)}function Rp(e,t){const i=e[1],o=e[2],r=e[24];let s=!!(0===t&&16&o);if(s||=!!(64&o&&0===t),s||=!!(1024&o),s||=!(!r?.dirty||!z(r)),s||=!1,r&&(r.dirty=!1),e[2]&=-9217,s)aE(i,e,i.template,e[8]);else if(8192&o){const a=y(null);try{sE(e),cE(e,1);const c=i.components;null!==c&&uE(e,c,1),iE(e)}finally{y(a)}}}function uE(e,t,n){for(let i=0;i<t.length;i++)rL(e,t[i],n)}function Vc(e,t){const n=Vy()?64:1088;for(e[10].changeDetectionScheduler?.notify(t);e;){e[2]|=n;const i=Ao(e);if(Yo(e)&&!i)return e;e=i}return null}function dE(e,t){const n=10+t;if(n<e.length)return e[n]}function rr(e,t,n,i=!0){const o=t[1];if(function aL(e,t,n,i){const o=10+i,r=n.length;i>0&&(n[o-1][4]=t),i<r-10?(t[4]=n[o],function bf(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}(n,10+i,t)):(n.push(t),t[4]=null),t[3]=n;const s=t[16];null!==s&&n!==s&&_E(s,t);const a=t[18];null!==a&&a.insertView(e),Cu(t),t[2]|=128}(o,t,e,n),i){const s=Sp(n,e),a=t[11],c=a.parentNode(e[7]);null!==c&&function AO(e,t,n,i,o,r){i[0]=o,i[5]=t,md(e,i,n,1,o,r)}(o,e[5],a,t,c,s)}const r=t[6];null!==r&&null!==r.firstChild&&(r.firstChild=null)}function Hc(e,t){const n=jc(e,t);return void 0!==n&&Pc(n[1],n),n}function jc(e,t){if(e.length<=10)return;const n=10+t,i=e[n];if(i){const o=i[16];null!==o&&o!==e&&bp(o,i),t>0&&(e[n-1][4]=i[4]);const r=Ya(e,10+t);!function V0(e,t){H0(e,t),t[0]=null,t[5]=null}(i[1],i);const s=r[18];null!==s&&s.detachView(r[1]),i[3]=null,i[4]=null,i[2]&=-129}return i}function _E(e,t){const n=e[9],i=t[3];(xn(i)||t[15]!==i[3][15])&&(e[2]|=2),null===n?e[9]=[t]:n.push(t)}class Ta{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const t=this._lView,n=t[1];return Br(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[8]}set context(t){this._lView[8]=t}get destroyed(){return eo(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const t=this._lView[3];if(Qn(t)){const n=t[8],i=n?n.indexOf(this):-1;i>-1&&(jc(t,i),Ya(n,i))}this._attachedToViewContainer=!1}Pc(this._lView[1],this._lView)}onDestroy(t){ia(this._lView,t)}markForCheck(){Vc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){Cu(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,Ad(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new ke(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const t=Yo(this._lView),n=this._lView[16];null!==n&&!t&&bp(n,this._lView),H0(this._lView[1],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new ke(902,!1);this._appRef=t;const n=Yo(this._lView),i=this._lView[16];null!==i&&!n&&_E(i,this._lView),Cu(this._lView)}}function Ur(e,t,n,i,o){let r=e.data[t];if(null===r)r=function Fp(e,t,n,i,o){const r=Fy(),s=Py(),c=e.data[t]=function Pp(e,t,n,i,o,r){let s=t?t.injectorIndex:-1,a=0;return Wf()&&(a|=128),{type:n,index:i,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,controlDirectiveIndex:-1,customControlIndex:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,namespace:Yy(),attrs:r,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?r:r&&r.parent,n,t,i,o);return function bL(e,t,n,i){null===e.firstChild&&(e.firstChild=t),null!==n&&(i?null==n.child&&null!==t.parent&&(n.child=t):null===n.next&&(n.next=t,t.prev=n))}(e,c,r,s),c}(e,t,n,i,o),function Q5(){return Pt.lFrame.inI18n}()&&(r.flags|=32);else if(64&r.type){r.type=n,r.value=i,r.attrs=o;const s=function hc(){const e=Pt.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}();r.injectorIndex=null===s?-1:s.injectorIndex}return Uo(r,!0),r}function RE(e,t){let n=0,i=e.firstChild;if(i){const o=e.data.r;for(;n<o;){const r=i.nextSibling;Rc(t,i,!1),i=r,n++}}}let i2=class{};class Gp{}let Fd=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function o2(){const e=Re(),n=Ei(Gt().index,e);return(xn(n)?n:e)[11]}()})(),r2=(()=>{class e{static \u0275prov=zt({token:e,providedIn:"root",factory:()=>null})}return e})();function Wp(e){return e.debugInfo?.className||e.type.name||null}const Kp={};class Ns{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,i){const o=this.injector.get(t,Kp,i);return o!==Kp||n===Kp?o:this.parentInjector.get(t,n,i)}}function qp(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function Ln(e,t,n){return n!==vn&&(!Object.is(e[t],n)&&(e[t]=n,!0))}function Hr(e,t,n){return function i(o){const r=i.__ngNativeEl__;void 0!==r&&function RN(e,t){if(null==e||"object"!=typeof e)return;let n=jh.get(e);n||(n=new WeakSet,jh.set(e,n)),n.add(t)}(o,r),Vc(lo(e)?Ei(e.index,t):t,5);const a=t[8];let c=UE(t,a,n,o),l=i.__ngNextListenerFn__;for(;l;)c=UE(t,a,l,o)&&c,l=l.__ngNextListenerFn__;return c}}function UE(e,t,n,i){const o=y(null);try{return fn(et.OutputStart,t,n),!1!==n(i)}catch(r){return function kp(e,t){const n=e[9];if(!n)return;let i;try{i=n.get(ra,null)}catch{i=null}i?.(t)}(e,r),!1}finally{fn(et.OutputEnd,t,n),y(o)}}function Yp(e,t,n,i,o,r,s,a){const c=Ir(e);let l=!1,d=null;if(!i&&c&&(d=function _2(e,t,n,i){const o=e.cleanup;if(null!=o)for(let r=0;r<o.length-1;r+=2){const s=o[r];if(s===n&&o[r+1]===i){const a=t[7],c=o[r+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(r+=2)}return null}(t,n,r,e.index)),null!==d)(d.__ngLastListenerFn__||d).__ngNextListenerFn__=s,d.__ngLastListenerFn__=s,l=!0;else{const _=jn(e,n),b=i?i(_):_;i||(a.__ngNativeEl__=_);const T=o.listen(b,r,a);(function d2(e){return e.startsWith("animation")||e.startsWith("transition")})(r)||VE(i?fe=>i(Hn(fe[e.index])):e.index,t,n,r,a,T,!1)}return l}function VE(e,t,n,i,o,r,s){const a=t.firstCreatePass?function Gf(e){return e.cleanup??=[]}(t):null,c=function zf(e){return e[7]??=[]}(n),l=c.length;c.push(o,r),a&&a.push(i,e,l,(l+1)*(s?-1:1))}function Xp(e,t,n,i,o){let r=null,s=null,a=null,c=!1;const l=e.directiveToIndex.get(n.type);if("number"==typeof l?r=l:[r,s,a]=l,null!==s&&null!==a&&e.hostDirectiveOutputs?.hasOwnProperty(i)){const d=e.hostDirectiveOutputs[i];for(let _=0;_<d.length;_+=2){const b=d[_];if(b>=s&&b<=a)c=!0,Ud(e,t,b,d[_+1],i,o);else if(b>a)break}}return n.outputs.hasOwnProperty(i)&&(c=!0,Ud(e,t,r,i,i,o)),c}function Ud(e,t,n,i,o,r){const a=t[1],_=t[n][a.data[n].outputs[i]].subscribe(r);VE(e.index,a,t,o,r,_,!0)}function Qc(){!function HE(){const e=Re(),t=Ft(),n=Gt();if(t.firstCreatePass&&function h2(e,t){for(let o=t.directiveStart;o<t.directiveEnd;o++)if(e.data[o].controlDef){t.controlDirectiveIndex=o;break}if(-1===t.controlDirectiveIndex)return;const i=e.data[t.controlDirectiveIndex].controlDef;i.passThroughInput&&(t.inputs?.[i.passThroughInput]?.length??0)>1?t.flags|=4096:function p2(e,t){for(let n=t.directiveStart;n<t.directiveEnd;n++){const i=e.data[n];if(!t.directiveToIndex||t.directiveToIndex.has(i.type)){if($E(i,"value"))return t.flags|=1024,void(t.customControlIndex=n);if($E(i,"checked"))return t.flags|=2048,void(t.customControlIndex=n)}}if(null!==t.hostDirectiveInputs&&null!==t.hostDirectiveOutputs&&null!==t.directiveToIndex){const n=(i,o)=>{const r=t.hostDirectiveInputs[i],s=t.hostDirectiveOutputs[i+"Change"];if(!r||!s)return!1;for(let a=0;a<r.length;a+=2){const c=r[a];for(let l=0;l<s.length;l+=2)if(c===s[l])for(const _ of t.directiveToIndex.values()){if(!Array.isArray(_))continue;const[b,T,V]=_;if(c>=T&&c<=V)return t.flags|=o,t.customControlIndex=b,!0}}return!1};if(n("value",1024)||n("checked",2048));}}(e,t)}(t,n),-1===n.controlDirectiveIndex)return;Ti("NgSignalForms"),t.data[n.controlDirectiveIndex].controlDef.create(e[n.controlDirectiveIndex],new zE(e,t,n))}()}function el(){!function jE(){const e=Re(),t=Ft(),n=_o();if(-1===n.controlDirectiveIndex)return;t.data[n.controlDirectiveIndex].controlDef.update(e[n.controlDirectiveIndex],new zE(e,t,n))}()}class zE{lView;tView;tNode;hasPassThrough;constructor(t,n,i){this.lView=t,this.tView=n,this.tNode=i,this.hasPassThrough=!!(4096&i.flags)}get customControl(){return-1!==this.tNode.customControlIndex?this.lView[this.tNode.customControlIndex]:void 0}get nativeElement(){return jn(this.tNode,this.lView)}get descriptor(){return`<${this.tNode.value}>`}listenToCustomControlOutput(t,n){Xp(this.tNode,this.lView,this.tView.data[this.tNode.customControlIndex],t,Hr(this.tNode,this.lView,n))}listenToCustomControlModel(t){Xp(this.tNode,this.lView,this.tView.data[this.tNode.customControlIndex],1024&this.tNode.flags?"valueChange":"checkedChange",Hr(this.tNode,this.lView,t))}listenToDom(t,n){Yp(this.tNode,this.tView,this.lView,void 0,this.lView[11],t,n,Hr(this.tNode,this.lView,n))}setInputOnDirectives(t,n){const i=this.tNode.inputs?.[t],o=this.tNode.hostDirectiveInputs?.[t];if(!i&&!o)return!1;let r=!1;if(i)for(const s of i)s!==this.tNode.controlDirectiveIndex&&(xs(this.tView.data[s],this.lView[s],t,n),r=!0);if(o)for(let s=0;s<o.length;s+=2){const a=o[s];a!==this.tNode.controlDirectiveIndex&&(xs(this.tView.data[a],this.lView[a],o[s+1],n),r=!0)}return r}setCustomControlModelInput(t){!function nE(e,t,n,i,o,r){let s=null,a=null,c=null,l=!1;const d=e.directiveToIndex.get(i.type);if("number"==typeof d?s=d:[s,a,c]=d,null!==a&&null!==c&&e.hostDirectiveInputs?.hasOwnProperty(o)){const _=e.hostDirectiveInputs[o];for(let b=0;b<_.length;b+=2){const T=_[b];if(T>=a&&T<=c)xs(t.data[T],n[T],_[b+1],r),l=!0;else if(T>c)break}}return null!==s&&i.inputs.hasOwnProperty(o)&&(xs(i,n[s],o,r),l=!0),l}(this.tNode,this.tView,this.lView,this.tView.data[this.tNode.customControlIndex],1024&this.tNode.flags?"value":"checked",t)}customControlHasInput(t){if(-1===this.tNode.customControlIndex)return!1;const n=this.tView.data[this.tNode.customControlIndex];return!0===(n.signalFormsInputPresence??=this._buildCustomControlInputCache(n))[t]}_buildCustomControlInputCache(t){const n={};for(const i in t.inputs)n[i]=!0;if(null!==t.hostDirectives){const i=[...t.hostDirectives];for(;i.length>0;){const o=i.shift();if("function"!=typeof o){for(const s in o.inputs)n[o.inputs[s]]=!0;const r=GE(o.directive);null!==r&&i.push(...r);continue}for(const r of o()){if("function"==typeof r)continue;if(r.inputs)for(let a=0;a<r.inputs.length;a+=2)n[r.inputs[a+1]||r.inputs[a]]=!0;const s=GE(r.directive);null!==s&&i.push(...s)}}}return n}}function GE(e){return"function"==typeof e&&"\u0275dir"in e?e.\u0275dir.hostDirectives??null:null}function $E(e,t){return function g2(e,t){return t in e.inputs}(e,t)&&function m2(e,t){return t in e.outputs}(e,t+"Change")}const sr=Symbol("BINDING"),Vd=new rt("");function Hd(e,t,n){let i=n?e.styles:null,o=n?e.classes:null,r=0;if(null!==t)for(let s=0;s<t.length;s++){const a=t[s];"number"==typeof a?r=a:1==r?o=on(o,a):2==r&&(i=on(i,a+": "+t[++s]+";"))}n?e.styles=i:e.stylesWithoutHost=i,n?e.classes=o:e.classesWithoutHost=o}function Kn(e,t=0){const n=Re();return null===n?Lt(e,t):Eh(Gt(),n,Et(e),t)}function T2(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function YE(e,t,n,i){const o=0===e?n.inputs:n.outputs;for(const r in o)if(o.hasOwnProperty(r)){let s;s=0===e?t.inputs??={}:t.outputs??={},s[r]??=[],s[r].push(i),ZE(t,r)}}function XE(e,t,n,i){const o=0===e?n.inputs:n.outputs;for(const r in o)if(o.hasOwnProperty(r)){const s=o[r];let a;a=0===e?t.hostDirectiveInputs??={}:t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(i,r),ZE(t,s)}}function ZE(e,t){"class"===t?e.flags|=8:"style"===t&&(e.flags|=16)}function JE(e,t,n){const{attrs:i,inputs:o,hostDirectiveInputs:r}=e;if(null===i||!n&&null===o||n&&null===r||cp(e))return e.initialInputs??=[],void e.initialInputs.push(null);let s=null,a=0;for(;a<i.length;){const c=i[a];if(0!==c)if(5!==c){if("number"==typeof c)break;if(!n&&o.hasOwnProperty(c)){const l=o[c];for(const d of l)if(d===t){s??=[],s.push(c,i[a+1]);break}}else if(n&&r.hasOwnProperty(c)){const l=r[c];for(let d=0;d<l.length;d+=2)if(l[d]===t){s??=[],s.push(l[d+1],i[a+1]);break}}a+=2}else a+=2;else a+=4}e.initialInputs??=[],e.initialInputs.push(s)}function I2(e,t,n,i,o){e.data[i]=o;const r=o.factory||(o.factory=Sr(o.type)),s=new Cc(r,uo(o),Kn,null);e.blueprint[i]=s,n[i]=s,function A2(e,t,n,i,o){const r=o.hostBindings;if(r){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~t.index;(function w2(e){let t=e.length;for(;t>0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(s)!=a&&s.push(a),s.push(n,i,r)}}(e,t,i,Uc(e,n,o.hostVars,vn),o)}function x2(e,t,n){if(n){if(t.exportAs)for(let i=0;i<t.exportAs.length;i++)n[t.exportAs[i]]=e;uo(t)&&(n[""]=e)}}function Zp(e,t,n,i,o,r,s,a){const c=t[1],l=c.consts,_=Ur(c,e,n,i,li(l,s));return r&&function qE(e,t,n,i,o){const r=null===i?null:{"":-1},s=o(e,n);if(null!==s){let a=s,c=null,l=null;for(const d of s)if(null!==d.resolveHostDirectives){[a,c,l]=d.resolveHostDirectives(s);break}!function S2(e,t,n,i,o,r,s){const a=i.length;let c=null;for(let b=0;b<a;b++){const T=i[b];null===c&&uo(T)&&(c=T,T2(e,n,b)),Ch(Fu(n,t),e,T.type)}(function k2(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t})(n,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let b=0;b<a;b++){const T=i[b];T.providersResolver&&T.providersResolver(T)}let l=!1,d=!1,_=Uc(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let b=0;b<a;b++){const T=i[b];if(n.mergedAttrs=ca(n.mergedAttrs,T.hostAttrs),I2(e,n,t,_,T),x2(_,T,o),null!==s&&s.has(T)){const[fe,De]=s.get(T);n.directiveToIndex.set(T.type,[_,fe+n.directiveStart,De+n.directiveStart])}else(null===r||!r.has(T))&&n.directiveToIndex.set(T.type,_);null!==T.contentQueries&&(n.flags|=4),(null!==T.hostBindings||null!==T.hostAttrs||0!==T.hostVars)&&(n.flags|=64);const V=T.type.prototype;!l&&(V.ngOnChanges||V.ngOnInit||V.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),l=!0),!d&&(V.ngOnChanges||V.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),d=!0),_++}!function D2(e,t,n){for(let i=t.directiveStart;i<t.directiveEnd;i++){const o=e.data[i];if(null!==n&&n.has(o)){const r=n.get(o);XE(0,t,r,i),XE(1,t,r,i),JE(t,i,!0)}else YE(0,t,o,i),YE(1,t,o,i),JE(t,i,!1)}}(e,n,r)}(e,t,n,a,r,c,l)}null!==r&&null!==i&&function E2(e,t,n){const i=e.localNames=[];for(let o=0;o<t.length;o+=2){const r=n[t[o+1]];if(null==r)throw new ke(-301,!1);i.push(t[o],r)}}(n,i,r)}(c,t,_,li(l,a),o),_.mergedAttrs=ca(_.mergedAttrs,_.attrs),null!==_.attrs&&Hd(_,_.attrs,!1),null!==_.mergedAttrs&&Hd(_,_.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,_),_}function Jp(e,t){(function Ab(e,t){for(let n=t.directiveStart,i=t.directiveEnd;n<i;n++){const r=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=r;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),l&&((e.viewHooks??=[]).push(n,l),(e.viewCheckHooks??=[]).push(n,l)),null!=d&&(e.destroyHooks??=[]).push(n,d)}})(e,t),gu(t)&&e.queries.elementEnd(t)}const eT=typeof ShadowRoot<"u",R2=typeof Document<"u";class jd{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function N2(e){return Object.keys(e).map(t=>{const[n,i,o]=e[t],r={propName:n,templateName:t,isSignal:0!==(i&bd.SignalBased)};return o&&(r.transform=o),r})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function M2(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function tO(e){return e.map(eO).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,i,o,r,s){fn(et.DynamicComponentStart);const a=y(null);try{const c=this.componentDef,l=function O2(e,t,n){let i=t instanceof Hi?t:t?.injector;return i&&null!==e.getStandaloneInjector&&(i=e.getStandaloneInjector(i)||i),i?new Ns(n,i):n}(c,o||this.ngModule,t),d=function L2(e){const t=e.get(Gp,null);if(null===t)throw new ke(407,!1);return{rendererFactory:t,sanitizer:e.get(r2,null),changeDetectionScheduler:e.get(bs,null),ngReflect:!1,tracingService:e.get(ba,null,{optional:!0})}}(l),_=d.tracingService;return _&&_.componentCreate?_.componentCreate(Wp(c),()=>this.createComponentRef(d,l,n,i,r,s)):this.createComponentRef(d,l,n,i,r,s)}finally{y(a)}}createComponentRef(t,n,i,o,r,s){const a=this.componentDef,c=function U2(e,t,n,i){const o=e?["ng-version","22.1.1"]:function nO(e){const t=[],n=[];let i=1,o=2;for(;i<e.length;){let r=e[i];if("string"==typeof r)2===o?""!==r&&t.push(r,e[++i]):8===o&&n.push(r);else{if(!Ro(o))break;o=r}i++}return n.length&&t.push(1,...n),t}(t.selectors[0]);let r=null,s=null,a=0;if(n)for(const d of n)a+=d[sr].requiredVars,d.create&&(d.targetIdx=0,(r??=[]).push(d)),d.update&&(d.targetIdx=0,(s??=[]).push(d));if(i)for(let d=0;d<i.length;d++){const _=i[d];if("function"!=typeof _)for(const b of _.bindings){a+=b[sr].requiredVars;const T=d+1;b.create&&(b.targetIdx=T,(r??=[]).push(b)),b.update&&(b.targetIdx=T,(s??=[]).push(b))}}const c=[t];if(i)for(const d of i){const b=Ot("function"==typeof d?d:d.type);c.push(b)}return vd(0,null,function H2(e,t){return e||t?n=>{if(1&n&&e)for(const i of e)i.create();if(2&n&&t)for(const i of t)i.update()}:null}(r,s),1,a,c,null,null,null,[o],null)}(o,a,s,r),l=t.rendererFactory.createRenderer(null,a),d=o?function PO(e,t,n,i){const r=i.get(EN,!1)||n===po.ShadowDom||n===po.ExperimentalIsolatedShadowDom,s=e.selectRootElement(t,r);return function BO(e){J0(e)}(s),s}(l,o,a.encapsulation,n):function F2(e,t){const n=function B2(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return sd(t,n,"svg"===n?"svg":"math"===n?"math":null)}(a,l);!function P2(e){if("script"===e?.toLowerCase())throw new ke(905,!1)}(d?.tagName);const _=n.get(Vd,null),b=function V2(e,t){const n=e.getRootNode?.();return R2&&n instanceof Document?n.head:n&&eT&&n instanceof ShadowRoot?n:t().head}(d,()=>n.get(wo,null)??function pa(){if(void 0!==Oh)return Oh;if(typeof document<"u")return document;throw new ke(210,!1)}());_&&_.addHost(b);const T=s?.some(tT)||r?.some(De=>"function"!=typeof De&&De.bindings.some(tT)),V=Bc(null,c,null,512|Ip(a),null,null,t,l,n,null,null);_&&eT&&b instanceof ShadowRoot&&ia(V,()=>{_.removeHost(b)}),V[27]=d,Qf(V);let fe=null;try{const De=Zp(27,V,2,"#host",()=>c.directiveRegistry,!0,0);_0(l,d,De),Li(d,V),Cd(c,V,De),Zh(c,De,V),Jp(c,De),void 0!==i&&function z2(e,t,n){const i=e.projection=[];for(let o=0;o<t.length;o++){const r=n[o];i.push(null!=r&&r.length?Array.from(r):null)}}(De,this.ngContentSelectors,i),fe=Ei(De.index,V),V[8]=fe[8],Id(c,V,null)}catch(De){throw null!==fe&&xh(fe),xh(V),De}finally{fn(et.DynamicComponentEnd),eh()}return new j2(this.componentType,V,!!T)}}function tT(e){const t=e[sr].kind;return"input"===t||"twoWay"===t}class j2 extends i2{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,i){super(),this._rootLView=n,this._hasInputBindings=i,this._tNode=gs(n[1],27),this.location=fa(this._tNode,n),this.instance=Ei(this._tNode.index,n)[8],this.hostView=this.changeDetectorRef=new Ta(n,void 0),this.componentType=t}setInput(t,n){const i=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;const o=this._rootLView;Dd(i,o[1],o,t,n),this.previousInputValues.set(t,n),Vc(Ei(i.index,o),1)}get injector(){return new Wn(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}}function dg(e){return!!e&&"function"==typeof e.then}function tF(e){return!!e&&"function"==typeof e.subscribe}let Aa=class{};class gT extends Aa{injector;instance=null;constructor(t){super();const n=new qo([...t.providers,{provide:Aa,useValue:this}],t.parent||oc(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}let oF=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){const i=ec(0,n.type),o=i.length>0?function mT(e,t,n=null){return new gT({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}([i],this._injector,""):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(const n of this.cachedInjectors.values())null!==n&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=zt({token:e,providedIn:"environment",factory:()=>new e(Lt(Hi))})}return e})();function Mo(e){return tr(()=>{const t=bT(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection!==zu.Eager,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(oF).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||po.Emulated,styles:e.styles||wn,_:null,schemas:e.schemas||null,tView:null,id:""};t.standalone&&Ti("NgStandalone"),CT(n);const i=e.dependencies;return n.directiveDefs=Gd(i,vT),n.pipeDefs=Gd(i,_n),n.id=function cF(e){let t=0;const i=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,"function"==typeof e.consts?"":e.consts,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(const r of i.join("|"))t=Math.imul(31,t)+r.charCodeAt(0)|0;return t+=2147483648,"c"+t}(n),n})}function vT(e){return Tt(e)||Ot(e)}function zd(e){return tr(()=>({type:e.type,bootstrap:e.bootstrap||wn,declarations:e.declarations||wn,imports:e.imports||wn,exports:e.exports||wn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function rF(e,t){if(null==e)return Dr;const n={};for(const i in e)if(e.hasOwnProperty(i)){const o=e[i];let r,s,a,c;Array.isArray(o)?(a=o[0],r=o[1],s=o[2]??r,c=o[3]||null):(r=o,s=o,a=bd.None,c=null),n[r]=[i,a,c],t[r]=s}return n}function sF(e){if(null==e)return Dr;const t={};for(const n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function mo(e){return tr(()=>{const t=bT(e);return CT(t),t})}function yT(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function bT(e){const t={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Dr,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||wn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,signalFormsInputPresence:null,inputs:rF(e.inputs,t),outputs:sF(e.outputs),debugInfo:null}}function CT(e){e.features?.forEach(t=>t(e))}function Gd(e,t){return e?()=>{const n="function"==typeof e?e():e,i=[];for(const o of n){const r=t(o);null!==r&&i.push(r)}return i}:null}const fg=new rt("");let TT=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,i)=>{this.resolve=n,this.reject=i});appInits=Ve(fg,{optional:!0})??[];injector=Ve(zn);constructor(){}runInitializers(){if(this.initialized)return;const n=[];for(const o of this.appInits){const r=Io(this.injector,o);if(dg(r))n.push(r);else if(tF(r)){const s=new Promise((a,c)=>{r.subscribe({complete:a,error:c})});n.push(s)}}const i=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{i()}).catch(o=>{this.reject(o)}),0===n.length&&i(),this.initialized=!0}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();function wT(e){return t=>{t.controlDef={create:(n,i)=>{n?.\u0275ngControlCreate(i)},update:(n,i)=>{n?.\u0275ngControlUpdate?.(i)},passThroughInput:e}}}function mg(e){const t=n=>{const i=Array.isArray(e);null===n.hostDirectives?(n.resolveHostDirectives=fF,n.hostDirectives=i?e.map(vg):[e]):i?n.hostDirectives.unshift(...e.map(vg)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function fF(e){const t=[];let n=!1,i=null,o=null;for(let r=0;r<e.length;r++){const s=e[r];if(null!==s.hostDirectives){const a=t.length;i??=new Map,o??=new Map,xT(s,t,i,e),o.set(s,[a,t.length-1])}0===r&&uo(s)&&(n=!0,t.push(s))}for(let r=n?1:0;r<e.length;r++)t.push(e[r]);return null!==i&&i.forEach((r,s)=>{!function hF(e,t){for(const n in t)t.hasOwnProperty(n)&&(e[t[n]]=e[n])}(s.declaredInputs,r.inputs)}),[t,i,o]}function xT(e,t,n,i){if(null!==e.hostDirectives)for(const o of e.hostDirectives)if("function"==typeof o){const r=o();for(const s of r)kT(vg(s),t,n,i)}else kT(o,t,n,i)}function kT(e,t,n,i){const o=Ot(e.directive);if(xT(o,t,n,i),n.has(o)){const r=n.get(o);RT(r,e.inputs,"input"),RT(r,e.outputs,"output")}else i.includes(o)||(n.set(o,e),t.push(o))}function RT(e,t,n){const i="input"===n?e.inputs:e.outputs;Object.keys(t).forEach(o=>{const r=t[o];(!i.hasOwnProperty(o)||i[o]===r)&&(i[o]=r)})}function vg(e){return"function"==typeof e?{directive:Et(e),inputs:{},outputs:{}}:{directive:Et(e.directive),inputs:NT(e.inputs),outputs:NT(e.outputs)}}function NT(e){const t={};if(void 0!==e&&e.length>0)for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function jo(e){let t=function pF(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),n=!0;const i=[e];for(;t&&t!==Function.prototype&&t!==Object.prototype;){let o;const r=Object.hasOwn(t,N)?t[N]:void 0,s=Object.hasOwn(t,te)?t[te]:void 0;if(uo(e))o=r??s;else{if(r)throw new ke(903,!1);o=s}if(o){if(n){i.push(o);const c=e;c.inputs=yg(e.inputs),c.declaredInputs=yg(e.declaredInputs),c.outputs=yg(e.outputs);const l=o.hostBindings;l&&bF(e,l);const d=o.viewQuery,_=o.contentQueries;if(d&&vF(e,d),_&&yF(e,_),gF(e,o),ln(e.outputs,o.outputs),uo(o)&&o.data.animation){const b=e.data;b.animation=(b.animation||[]).concat(o.data.animation)}}const a=o.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===jo&&(n=!1)}}t=Object.getPrototypeOf(t)}!function mF(e){let t=0,n=null;for(let i=e.length-1;i>=0;i--){const o=e[i];o.hostVars=t+=o.hostVars,o.hostAttrs=ca(o.hostAttrs,n=ca(n,o.hostAttrs))}}(i)}function gF(e,t){for(const n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;const i=t.inputs[n];void 0!==i&&(e.inputs[n]=i,e.declaredInputs[n]=t.declaredInputs[n])}}function yg(e){return e===Dr?{}:e===wn?[]:e}function vF(e,t){const n=e.viewQuery;e.viewQuery=n?(i,o)=>{t(i,o),n(i,o)}:t}function yF(e,t){const n=e.contentQueries;e.contentQueries=n?(i,o,r)=>{t(i,o,r),n(i,o,r)}:t}function bF(e,t){const n=e.hostBindings;e.hostBindings=n?(i,o)=>{t(i,o),n(i,o)}:t}function Ls(e,t,n,i,o,r,s,a,c,l,d){const _=n+27;let b;if(t.firstCreatePass){if(b=Ur(t,_,4,s||null,a||null),null!=l){const T=li(t.consts,l);b.localNames=[];for(let V=0;V<T.length;V+=2)b.localNames.push(T[V],-1)}}else b=t.data[_];return function OT(e,t,n,i,o,r,s,a){if(n.firstCreatePass){e.mergedAttrs=ca(e.mergedAttrs,e.attrs);const d=e.tView=vd(2,e,o,r,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);null!==n.queries&&(n.queries.template(n,e),d.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),Uo(e,!1);const c=PT(n,t,e,i);Iu()&&gd(n,t,c,e),Li(c,t);const l=function Np(e,t,n,i){return[e,!0,0,t,null,i,null,n,null,null]}(c,t,c,e);t[i+27]=l,yd(t,l)}(b,e,t,n,i,o,r,c),null!=l&&Ea(e,b,d),b}let PT=function BT(e,t,n,i){return pc(!0),t[11].createComment("")};const MP=new rt(""),BP=new rt("");let ar=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=Ve(ra);afterRenderManager=Ve(M0);zonelessEnabled=Ve(ah);rootEffectScheduler=Ve(lb);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new re;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=Ve(xr);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(kr(n=>!n))}constructor(){Ve(ba,{optional:!0})}whenStable(){let n;return new Promise(i=>{n=this.isStable.subscribe({next:o=>{o&&i()}})}).finally(()=>{n.unsubscribe()})}_injector=Ve(Hi);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,i){return this.bootstrapImpl(n,i)}bootstrapImpl(n,i,o=zn.NULL){return this._injector.get(Rn).run(()=>{if(fn(et.BootstrapComponentStart),!this._injector.get(TT).done)throw new ke(405,"");const a=Tt(n),c=this._injector.get(Aa),l=new jd(a,c);this.componentTypes.push(n);const{hostElement:d,directives:_,bindings:b}=function HP(e){return void 0===e||"string"==typeof e||e instanceof Element?{hostElement:e}:e}(i),V=l.create(o,[],d||l.selector,c.injector,_,b),fe=V.location.nativeElement,De=V.injector.get(MP,null);return De?.registerApplication(fe),V.onDestroy(()=>{this.detachView(V.hostView),Xd(this.components,V),De?.unregisterApplication(fe)}),this._loadComponent(V),fn(et.BootstrapComponentEnd,V),V})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){fn(et.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(mp.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw fn(et.ChangeDetectionEnd),new ke(101,!1);const n=y(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,y(n),this.afterTick.next(),fn(et.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Gp,null,{optional:!0}));let n=0;for(;0!==this.dirtyFlags&&n++<10;){fn(et.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{fn(et.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(7&this.dirtyFlags){const i=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews)(i||na(o))&&(Ad(o,i&&!this.zonelessEnabled?0:1),n=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:n})=>na(n))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(n){const i=n;this._views.push(i),i.attachToAppRef(this)}detachView(n){const i=n;Xd(this._views,i),i.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(BP,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>Xd(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new ke(406,!1);const n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();function Xd(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function Lg(e,t,n,i){const o=Re();return Ln(o,zi(),t)&&(Ft(),function GO(e,t,n,i,o,r){const s=jn(e,t);!function Ed(e,t,n,i,o,r,s){if(null==r)s?.(r,i||"",o),e.removeAttribute(t,o,n);else{const a=null==s?It(r):s(r,i||"",o);e.setAttribute(t,o,a,n)}}(t[11],s,r,e.value,n,i,o)}(_o(),o,e,t,n,i)),Lg}class RB{destroy(t){}updateValue(t,n){}swap(t,n){const i=Math.min(t,n),o=Math.max(t,n),r=this.detach(o);if(o-i>1){const s=this.detach(i);this.attach(i,r),this.attach(o,s)}else this.attach(i,r)}move(t,n){this.attach(n,this.detach(t))}}function Pg(e,t,n,i,o){return e===n&&Object.is(t,i)?1:Object.is(o(e,t),o(n,i))?-1:0}function Bg(e,t,n,i){return!(void 0===t||!t.has(i)||(e.attach(n,t.get(i)),t.delete(i),0))}function AS(e,t,n,i,o){if(Bg(e,t,i,n(i,o)))e.updateValue(i,o);else{const r=e.create(i,o);e.attach(i,r)}}function wS(e,t,n,i){const o=new Set;for(let r=t;r<=n;r++)o.add(i(r,e.at(r)));return o}class xS{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;const n=this.kvMap.get(t);return void 0!==this._vMap&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let i=this.kvMap.get(t);void 0===this._vMap&&(this._vMap=new Map);const o=this._vMap;for(;o.has(i);)i=o.get(i);o.set(i,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,i]of this.kvMap)if(t(i,n),void 0!==this._vMap){const o=this._vMap;for(;o.has(i);)i=o.get(i),t(i,n)}}}function Ug(e,t,n,i,o,r,s,a){Ti("NgControlFlow");const c=Re(),l=Ft();return Ls(c,l,e,t,n,i,o,li(l.consts,r),512,s,a),Ug}class MB{lContainer;$implicit;$index;constructor(t,n,i){this.lContainer=t,this.$implicit=n,this.$index=i}get $count(){return this.lContainer.length-10}}function NS(e,t){return t}class LB{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,i){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=i}}function cl(e,t,n,i,o,r,s,a,c,l,d,_,b){Ti("NgControlFlow");const T=Re(),V=Ft(),fe=void 0!==c,De=Re(),Le=a?s.bind(De[15][8]):s,Ae=new LB(fe,Le);De[27+e]=Ae,Ls(T,V,e+1,t,n,i,o,li(V.consts,r),256),fe&&Ls(T,V,e+2,c,l,d,_,li(V.consts,b),512)}class FB extends RB{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,i){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=i}get length(){return this.lContainer.length-10}at(t){return this.getLView(t)[8].$implicit}attach(t,n){const i=n[6];this.needsIndexUpdate||=t!==this.length,rr(this.lContainer,n,t,ks(this.templateTNode,i)),function PB(e,t){if(e.length<=10)return;const i=e[10+t],o=i?i[26]:void 0;i&&o&&o.detachedLeaveAnimationFns&&o.detachedLeaveAnimationFns.length>0&&(function CO(e,t){const n=e.get(Fc);if(t.detachedLeaveAnimationFns){for(const i of t.detachedLeaveAnimationFns)n.queue.delete(i);t.detachedLeaveAnimationFns=void 0}}(i[9],o),Fr.delete(i[19]),o.detachedLeaveAnimationFns=void 0)}(this.lContainer,t)}detach(t){return this.needsIndexUpdate||=t!==this.length-1,function BB(e,t){if(e.length<=10)return;const i=e[10+t],o=i?i[26]:void 0;o&&o.leave&&o.leave.size>0&&(o.detachedLeaveAnimationFns=[])}(this.lContainer,t),function UB(e,t){return jc(e,t)}(this.lContainer,t)}create(t,n){return Pr(this.hostLView,this.templateTNode,new MB(this.lContainer,n,t),{dehydratedView:null})}destroy(t){Pc(t[1],t)}updateValue(t,n){this.getLView(t)[8].$implicit=n}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[8].$index=t}getLView(t){return function VB(e,t){return dE(e,t)}(this.lContainer,t)}}function ll(e){const t=y(null),n=ri();try{const i=Re(),o=i[1],r=i[n],s=n+1,a=e_(i,s);if(void 0===r.liveCollection){const l=Vg(o,s);r.liveCollection=new FB(a,i,l)}else r.liveCollection.reset();const c=r.liveCollection;if(function NB(e,t,n,i){let o,r,s=0,a=e.length-1;if(Array.isArray(t)){y(i);let l=t.length-1;for(y(null);s<=a&&s<=l;){const d=e.at(s),_=t[s],b=Pg(s,d,s,_,n);if(0!==b){b<0&&e.updateValue(s,_),s++;continue}const T=e.at(a),V=t[l],fe=Pg(a,T,l,V,n);if(0!==fe){fe<0&&e.updateValue(a,V),a--,l--;continue}const De=n(s,d),Le=n(a,T),Ae=n(s,_);if(Object.is(Ae,Le)){const St=n(l,V);Object.is(St,De)?(e.swap(s,a),e.updateValue(a,V),l--,a--):e.move(a,s),e.updateValue(s,_),s++;continue}if(o??=new xS,r??=wS(e,s,a,n),Bg(e,o,s,Ae))e.updateValue(s,_),s++,a++;else if(r.has(Ae))o.set(De,e.detach(s)),a--;else{const St=e.create(s,t[s]);e.attach(s,St),s++,a++}}for(;s<=l;)AS(e,o,n,s,t[s]),s++}else if(null!=t){y(i);const l=t[Symbol.iterator]();y(null);let d=l.next();for(;!d.done&&s<=a;){const _=e.at(s),b=d.value,T=Pg(s,_,s,b,n);if(0!==T)T<0&&e.updateValue(s,b),s++,d=l.next();else{o??=new xS,r??=wS(e,s,a,n);const V=n(s,b);if(Bg(e,o,s,V))e.updateValue(s,b),s++,a++,d=l.next();else if(r.has(V)){const fe=n(s,_);o.set(fe,e.detach(s)),a--}else e.attach(s,e.create(s,b)),s++,a++,d=l.next()}}for(;!d.done;)AS(e,o,n,e.length,d.value),d=l.next()}for(;s<=a;)e.destroy(e.detach(a--));o?.forEach(l=>{e.destroy(l)})}(c,e,r.trackByFn,t),c.updateIndexes(),r.hasEmptyBlock){const l=zi(),d=0===c.length;if(Ln(i,l,d)){const _=n+2,b=e_(i,_);if(d){const T=Vg(o,_),V=null;rr(b,Pr(i,T,void 0,{dehydratedView:V}),0,ks(T,V))}else o.firstUpdatePass&&function Od(e){const t=e[6]??[],i=e[3][11],o=[];for(const r of t)void 0!==r.data.di?o.push(r):RE(r,i);e[6]=o}(b),Hc(b,0)}}}finally{y(t)}}function e_(e,t){return e[t]}function Vg(e,t){return gs(e,t)}function Fi(e,t,n){const i=Re();return Ln(i,zi(),t)&&(Ft(),Ap(_o(),i,e,t,i[11],n)),Fi}function Hg(e,t,n,i,o){Dd(t,e,n,o?"class":"style",i)}function sn(e,t,n,i){const o=Re(),r=o[1],s=e+27,a=r.firstCreatePass?Zp(s,o,2,t,xp,function Tu(){return Pt.bindingsEnabled}(),n,i):r.data[s];if(lo(a)){const c=o[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(Wp(r.data[a.directiveStart+a.componentOffset]),()=>(MS(e,t,o,a,i),sn))}return MS(e,t,o,a,i),sn}function MS(e,t,n,i,o){if(Td(i,n,e,t,jg),Ir(i)){const r=n[1];Cd(r,n,i),Zh(r,i,n)}null!=o&&Ea(n,i)}function cn(){const e=Ft(),n=Sd(Gt());return e.firstCreatePass&&Jp(e,n),Kf(n)&&qf(),$f(),null!=n.classesWithoutHost&&function lR(e){return!!(8&e.flags)}(n)&&Hg(e,n,Re(),n.classesWithoutHost,!0),null!=n.stylesWithoutHost&&function uR(e){return!!(16&e.flags)}(n)&&Hg(e,n,Re(),n.stylesWithoutHost,!1),cn}function Gr(e,t,n,i){return sn(e,t,n,i),cn(),Gr}function zo(e,t,n,i){const o=Re(),r=o[1],s=e+27,a=r.firstCreatePass?function QE(e,t,n,i,o,r){const s=t.consts,c=Ur(t,e,n,i,li(s,o));if(c.mergedAttrs=ca(c.mergedAttrs,c.attrs),null!=r){const l=li(s,r);c.localNames=[];for(let d=0;d<l.length;d+=2)c.localNames.push(l[d],-1)}return null!==c.attrs&&Hd(c,c.attrs,!1),null!==c.mergedAttrs&&Hd(c,c.mergedAttrs,!0),null!==t.queries&&t.queries.elementStart(t,c),c}(s,r,2,t,n,i):r.data[s];return Td(a,o,e,t,jg),null!=i&&Ea(o,a),zo}function cr(){return Kf(Sd(Gt()))&&qf(),$f(),cr}function ul(e,t,n,i){return zo(e,t,n,i),cr(),ul}let jg=(e,t,n,i,o)=>(pc(!0),sd(t[11],i,Yy()));function n_(){return Re()}function i_(e,t,n){const i=Re();return Ln(i,zi(),t)&&(Ft(),wp(_o(),i,e,t,i[11],n)),i_}let KS="en-US";function Pi(e,t,n){const i=Re(),o=Ft(),r=Gt();return function Yg(e,t,n,i,o,r,s){let a=!0,c=null;if((3&i.type||s)&&(c??=Hr(i,t,r),Yp(i,e,t,s,n,o,r,c)&&(a=!1)),a){const l=i.outputs?.[o],d=i.hostDirectiveOutputs?.[o];if(d&&d.length)for(let _=0;_<d.length;_+=2){const b=d[_],T=d[_+1];c??=Hr(i,t,r),Ud(i,t,b,T,o,c)}if(l&&l.length)for(const _ of l)c??=Hr(i,t,r),Ud(i,t,_,o,o,c)}}(o,i,i[11],r,e,t,n),Pi}function lr(e=1){return function ik(e){return(Pt.lFrame.contextLView=function jf(e,t){for(;e>0;)t=t[14],e--;return t}(e,Pt.lFrame.contextLView))[8]}(e)}function P3(e,t){let n=null;const i=function XM(e){const t=e.attrs;if(null!=t){const n=t.indexOf(5);if(!(1&n))return t[n+1]}return null}(e);for(let o=0;o<t.length;o++){const r=t[o];if("*"!==r){if(null===i?D0(e,r,!0):QM(i,r))return o}else n=o}return n}function $r(e){const t=Re()[15][5];if(!t.projection){const i=t.projection=function Xa(e,t){const n=[];for(let i=0;i<e;i++)n.push(t);return n}(e?e.length:1,null),o=i.slice();let r=t.child;for(;null!==r;){if(128!==r.type){const s=e?P3(r,e):0;null!==s&&(o[s]?o[s].projectionNext=r:i[s]=r,o[s]=r)}r=r.next}}}function Wr(e,t=0,n,i,o,r){const s=Re(),a=Ft(),c=i?e+1:null;null!==c&&Ls(s,a,c,i,o,r,null,n);const l=Ur(a,27+e,16,null,n||null);null===l.projection&&(l.projection=t),Yf();const _=!s[6]||Wf();null===s[15][5].projection[l.projection]&&null!==c?function B3(e,t,n){const i=27+n,o=t.data[i],r=e[i];rr(r,Pr(e,o,void 0,{dehydratedView:null}),0,ks(o,null))}(s,a,c):_&&!Xu(l)&&function NO(e,t,n){q0(t[11],0,t,n,Ep(e,n,t),z0(n.parent||t[5],n,t))}(a,s,l)}function l_(e,t){return e<<17|t<<2}function Vs(e){return e>>17&32767}function Xg(e){return 2|e}function La(e){return(131068&e)>>2}function Zg(e,t){return-131069&e|t<<2}function Jg(e){return 1|e}function vD(e,t,n,i){const o=e[n+1],r=null===t;let s=i?Vs(o):La(o),a=!1;for(;0!==s&&(!1===a||r);){const l=e[s+1];q3(e[s],t)&&(a=!0,e[s+1]=i?Jg(l):Xg(l)),s=i?Vs(l):La(l)}a&&(e[n+1]=i?Xg(o):Jg(o))}function q3(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&Js(e,t)>=0}function u_(e,t){return function ID(e,t,n,i){const o=Re(),r=Ft(),s=Jo(2);r.firstUpdatePass&&function xD(e,t,n,i){const o=e.data;if(null===o[n+1]){const r=o[ri()],s=function wD(e,t){return t>=e.expandoStartIndex}(e,n);(function MD(e,t){return!!(e.flags&(t?8:16))})(r,i)&&null===t&&!s&&(t=!1),t=function sU(e,t,n,i){const o=function Zf(e){const t=Pt.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}(e);let r=i?t.residualClasses:t.residualStyles;if(null===o)0===(i?t.classBindings:t.styleBindings)&&(n=gl(n=Qg(null,e,t,n,i),t.attrs,i),r=null);else{const s=t.directiveStylingLast;if(-1===s||e[s]!==o)if(n=Qg(o,e,t,n,i),null===r){let c=function aU(e,t,n){const i=n?t.classBindings:t.styleBindings;if(0!==La(i))return e[Vs(i)]}(e,t,i);void 0!==c&&Array.isArray(c)&&(c=Qg(null,e,t,c[1],i),c=gl(c,t.attrs,i),function cU(e,t,n,i){e[Vs(n?t.classBindings:t.styleBindings)]=i}(e,t,i,c))}else r=function lU(e,t,n){let i;const o=t.directiveEnd;for(let r=1+t.directiveStylingLast;r<o;r++)i=gl(i,e[r].hostAttrs,n);return gl(i,t.attrs,n)}(e,t,i)}return void 0!==r&&(i?t.residualClasses=r:t.residualStyles=r),n}(o,r,t,i),function W3(e,t,n,i,o,r){let s=r?t.classBindings:t.styleBindings,a=Vs(s),c=La(s);e[i]=n;let d,l=!1;if(Array.isArray(n)?(d=n[1],(null===d||Js(n,d)>0)&&(l=!0)):d=n,o)if(0!==c){const b=Vs(e[a+1]);e[i+1]=l_(b,a),0!==b&&(e[b+1]=Zg(e[b+1],i)),e[a+1]=function G3(e,t){return 131071&e|t<<17}(e[a+1],i)}else e[i+1]=l_(a,0),0!==a&&(e[a+1]=Zg(e[a+1],i)),a=i;else e[i+1]=l_(c,0),0===a?a=i:e[c+1]=Zg(e[c+1],i),c=i;l&&(e[i+1]=Xg(e[i+1])),vD(e,d,i,!0),vD(e,d,i,!1),function K3(e,t,n,i,o){const r=o?e.residualClasses:e.residualStyles;null!=r&&"string"==typeof t&&Js(r,t)>=0&&(n[i+1]=Jg(n[i+1]))}(t,d,e,i,r),s=l_(a,c),r?t.classBindings=s:t.styleBindings=s}(o,r,t,n,s,i)}}(r,e,s,i),t!==vn&&Ln(o,s,t)&&function RD(e,t,n,i,o,r,s,a){if(!(3&t.type))return;const c=e.data,l=c[a+1],d=function $3(e){return!(1&~e)}(l)?ND(c,t,n,o,La(l),s):void 0;d_(d)||(d_(r)||function z3(e){return!(2&~e)}(l)&&(r=ND(c,null,n,o,a,s)),function OO(e,t,n,i,o){if(t)o?e.addClass(n,i):e.removeClass(n,i);else{let r=-1===i.indexOf("-")?void 0:Ts.DashCase;null==o?e.removeStyle(n,i,r):("string"==typeof o&&o.endsWith("!important")&&(o=o.slice(0,-10),r|=Ts.Important),e.setStyle(n,i,o,r))}}(i,s,ps(ri(),n),o,r))}(r,r.data[ri()],o,o[11],e,o[s+1]=function fU(e,t){return null==e||""===e||("string"==typeof t?e=nr(e)+t:"object"==typeof e&&(e=Jt(nr(e)))),e}(t,n),i,s)}(e,t,null,!0),u_}function Qg(e,t,n,i,o){let r=null;const s=n.directiveEnd;let a=n.directiveStylingLast;for(-1===a?a=n.directiveStart:a++;a<s&&(r=t[a],i=gl(i,r.hostAttrs,o),r!==e);)a++;return null!==e&&(n.directiveStylingLast=a),i}function gl(e,t,n){const i=n?1:2;let o=-1;if(null!==t)for(let r=0;r<t.length;r++){const s=t[r];"number"==typeof s?o=s:o===i&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),Za(e,s,!!n||t[++r]))}return void 0===e?null:e}function ND(e,t,n,i,o,r){const s=null===t;let a;for(;o>0;){const c=e[o],l=Array.isArray(c),d=l?c[1]:c,_=null===d;let b=n[o+1];b===vn&&(b=_?wn:void 0);let T=_?ou(b,i):d===i?b:void 0;if(l&&!d_(T)&&(T=ou(c,i)),d_(T)&&(a=T,s))return a;const V=e[o+1];o=s?Vs(V):La(V)}if(null!==t){let c=r?t.residualClasses:t.residualStyles;null!=c&&(a=ou(c,i))}return a}function d_(e){return void 0!==e}function Nn(e,t=""){const n=Re(),i=Ft(),o=e+27,r=i.firstCreatePass?Ur(i,o,1,t,null):i.data[o],s=OD(i,n,r,t);n[o]=s,Iu()&&gd(i,n,s,r),Uo(r,!1)}let OD=(e,t,n,i)=>(pc(!0),function rp(e,t){return e.createText(t)}(t[11],i));function PD(e,t,n,i,o,r=""){const a=function Ms(e,t,n,i){const o=Ln(e,t,n);return Ln(e,t+1,i)||o}(e,function Zo(){return Pt.lFrame.bindingIndex}(),n,o);return Jo(2),a?t+It(n)+i+It(o)+r:vn}function Oo(e){return Si("",e),Oo}function Si(e,t,n){const i=Re(),o=function FD(e,t,n,i=""){return Ln(e,zi(),n)?t+It(n)+i:vn}(i,e,t,n);return o!==vn&&ur(i,ri(),o),Si}function em(e,t,n,i,o){const r=Re(),s=PD(r,e,t,n,i,o);return s!==vn&&ur(r,ri(),s),em}function ur(e,t,n){const i=ps(t,e);!function c0(e,t,n){e.setValue(t,n)}(e[11],i,n)}const QD={};function tm(e){Ti("NgLet");const t=Ft(),n=Re(),i=e+27;return Uo(Ur(t,i,128,null,null),!1),yu(t,n,i,QD),tm}function __(e){const n=Ar(function By(){return Pt.lFrame.contextLView}(),27+e);if(n===QD)throw new ke(314,!1);return n}function ml(e){return Ln(Re(),zi(),e)?It(e):vn}function tI(e,t,n){const i=Ft();i.firstCreatePass&&nI(t,i.data,i.blueprint,uo(e),n)}function nI(e,t,n,i,o){if(e=Et(e),Array.isArray(e))for(let r=0;r<e.length;r++)nI(e[r],t,n,i,o);else{const r=Ft(),s=Re(),a=Gt();let c=Do(e)?e:Et(e.provide);const l=Af(e),d=1048575&a.providerIndexes,_=a.directiveStart,b=a.providerIndexes>>20;if(Do(e)||!e.multi){const T=new Cc(l,o,Kn,null),V=im(c,t,o?d:d+b,_);-1===V?(Ch(Fu(a,s),r,c),nm(r,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(T),s.push(T)):(n[V]=T,s[V]=T)}else{const T=im(c,t,d+b,_),V=im(c,t,d,d+b),De=V>=0&&n[V];if(o&&!De||!o&&!(T>=0&&n[T])){Ch(Fu(a,s),r,c);const Le=function xU(e,t,n,i,o){const s=new Cc(e,n,Kn,null);return s.multi=[],s.index=t,s.componentProviders=0,iI(s,o,i&&!n),s}(o?wU:AU,n.length,o,i,l);!o&&De&&(n[V].providerFactory=Le),nm(r,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(Le),s.push(Le)}else nm(r,e,T>-1?T:V,iI(n[o?V:T],l,!o&&i));!o&&i&&De&&n[V].componentProviders++}}}function nm(e,t,n,i){const o=Do(t),r=function Df(e){return!!e.useClass}(t);if(o||r){const c=(r?Et(t.useClass):t).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){const d=l.indexOf(n);-1===d?l.push(n,[i,c]):l[d+1].push(i,c)}else l.push(n,c)}}}function iI(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function im(e,t,n,i){for(let o=n;o<i;o++)if(t[o]===e)return o;return-1}function AU(e,t,n,i,o){return om(this.multi,[])}function wU(e,t,n,i,o){const r=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=Sc(i,i[1],this.providerFactory.index,o);s=c.slice(0,a),om(r,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],om(r,s);return s}function om(e,t){for(let n=0;n<e.length;n++)t.push((0,e[n])());return t}function io(e,t){return n=>{n.providersResolver=(i,o)=>tI(i,o?o(e):e,!1),t&&(n.viewProvidersResolver=(i,o)=>tI(i,o?o(t):t,!0))}}function rI(e,t,n,i,o,r){const s=t+n;return Ln(e,s,o)?function No(e,t,n){return e[t]=n}(e,s+1,r?i.call(r,o):i(o)):function vl(e,t){const n=e[t];return n===vn?void 0:n}(e,s+1)}function dI(e,t,n){const i=e+27,o=Re(),r=Ar(o,i);return function yl(e,t){return e[1].data[t].pure}(o,i)?rI(o,function xi(){const e=Pt.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}(),t,r.transform,n,r):r.transform(n)}let DV=(()=>{class e{applicationErrorHandler=Ve(ra);appRef=Ve(ar);taskService=Ve(xr);ngZone=Ve(Rn);zonelessEnabled=Ve(ah);tracing=Ve(ba,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new Me;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(wu):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(Ve(Ik,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const n=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(n)):this.taskService.remove(n)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const n=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})})}notify(n){if(!this.zonelessEnabled&&5===n)return;switch(n){case 0:case 2:case 6:case 13:this.appRef.dirtyFlags|=2;break;case 3:case 4:case 5:case 1:this.appRef.dirtyFlags|=4;break;case 12:this.appRef.dirtyFlags|=16;break;case 11:break;default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick())return;const i=this.useMicrotaskScheduler?fk:eb;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>i(()=>this.tick())):this.ngZone.runOutsideAngular(()=>i(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(wu+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(0===this.appRef.dirtyFlags)return void this.cleanup();!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(i){this.applicationErrorHandler(i)}finally{this.taskService.remove(n),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();function fm(){return[{provide:bs,useExisting:DV},{provide:Rn,useClass:vk},{provide:ah,useValue:!0}]}const RI=new rt("",{factory:()=>Ve(RI,{optional:!0,skipSelf:!0})||function wV(){return typeof $localize<"u"&&$localize.locale||"en-US"}()});
34
35
  /**
35
- * @license Angular v21.2.17
36
+ * @license Angular v22.1.1
36
37
  * (c) 2010-2026 Google LLC. https://angular.dev/
37
38
  * License: MIT
38
39
  */
39
- function qo(e){return{toString:e}.toString()}function sE(e,n,t,r){null!==n?n.applyValueToInputSignal(n,r):e[t]=r}class PO{previousValue;currentValue;firstChange;constructor(n,t,r){this.previousValue=n,this.currentValue=t,this.firstChange=r}isFirstChange(){return this.firstChange}}const bs=(()=>{const e=()=>aE;return e.ngInherit=!0,e})();function aE(e){return e.type.prototype.ngOnChanges&&(e.setInput=UO),BO}function BO(){const e=lE(this),n=e?.current;if(n){const t=e.previous;if(t===to)e.previous=n;else for(let r in n)t[r]=n[r];e.current=null,this.ngOnChanges(n)}}function UO(e,n,t,r,i){const o=this.declaredInputs[r],s=lE(e)||function zO(e,n){return e[cE]=n}(e,{previous:to,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[o];a[o]=new PO(l&&l.currentValue,t,c===to),sE(e,n,i,t)}const cE="__ngSimpleChanges__";function lE(e){return e[cE]||null}const va=[],Cn=function(e,n=null,t){for(let r=0;r<va.length;r++)(0,va[r])(e,n,t)};var pt=function(e){return e[e.TemplateCreateStart=0]="TemplateCreateStart",e[e.TemplateCreateEnd=1]="TemplateCreateEnd",e[e.TemplateUpdateStart=2]="TemplateUpdateStart",e[e.TemplateUpdateEnd=3]="TemplateUpdateEnd",e[e.LifecycleHookStart=4]="LifecycleHookStart",e[e.LifecycleHookEnd=5]="LifecycleHookEnd",e[e.OutputStart=6]="OutputStart",e[e.OutputEnd=7]="OutputEnd",e[e.BootstrapApplicationStart=8]="BootstrapApplicationStart",e[e.BootstrapApplicationEnd=9]="BootstrapApplicationEnd",e[e.BootstrapComponentStart=10]="BootstrapComponentStart",e[e.BootstrapComponentEnd=11]="BootstrapComponentEnd",e[e.ChangeDetectionStart=12]="ChangeDetectionStart",e[e.ChangeDetectionEnd=13]="ChangeDetectionEnd",e[e.ChangeDetectionSyncStart=14]="ChangeDetectionSyncStart",e[e.ChangeDetectionSyncEnd=15]="ChangeDetectionSyncEnd",e[e.AfterRenderHooksStart=16]="AfterRenderHooksStart",e[e.AfterRenderHooksEnd=17]="AfterRenderHooksEnd",e[e.ComponentStart=18]="ComponentStart",e[e.ComponentEnd=19]="ComponentEnd",e[e.DeferBlockStateStart=20]="DeferBlockStateStart",e[e.DeferBlockStateEnd=21]="DeferBlockStateEnd",e[e.DynamicComponentStart=22]="DynamicComponentStart",e[e.DynamicComponentEnd=23]="DynamicComponentEnd",e[e.HostBindingsUpdateStart=24]="HostBindingsUpdateStart",e[e.HostBindingsUpdateEnd=25]="HostBindingsUpdateEnd",e}(pt||{});function k_(e,n,t){dE(e,n,3,t)}function R_(e,n,t,r){(3&e[2])===t&&dE(e,n,t,r)}function Dg(e,n){let t=e[2];(3&t)===n&&(t&=16383,t+=1,e[2]=t)}function dE(e,n,t,r){const o=r??-1,s=n.length-1;let a=0;for(let c=void 0!==r?65535&e[17]:0;c<s;c++)if("number"==typeof n[c+1]){if(a=n[c],null!=r&&a>=r)break}else n[c]<0&&(e[17]+=65536),(a<o||-1==o)&&($O(e,t,n,c),e[17]=(4294901760&e[17])+c+2),c++}function _E(e,n){Cn(pt.LifecycleHookStart,e,n);const t=X(null);try{n.call(e)}finally{X(t),Cn(pt.LifecycleHookEnd,e,n)}}function $O(e,n,t,r){const i=t[r]<0,o=t[r+1],a=e[i?-t[r]:t[r]];i?e[2]>>14<e[17]>>16&&(3&e[2])===n&&(e[2]+=16384,_E(a,o)):_E(a,o)}class Xl{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(n,t,r,i){this.factory=n,this.name=i,this.canSeeViewProviders=t,this.injectImpl=r}}function hE(e){return 3===e||4===e||6===e}function pE(e){return 64===e.charCodeAt(0)}function Rc(e,n){if(null!==n&&0!==n.length)if(null===e||0===e.length)e=n.slice();else{let t=-1;for(let r=0;r<n.length;r++){const i=n[r];"number"==typeof i?t=i:0===t||gE(e,t,i,0,-1===t||2===t?n[++r]:null)}}return e}function gE(e,n,t,r,i){let o=0,s=e.length;if(-1===n)s=-1;else for(;o<e.length;){const a=e[o++];if("number"==typeof a){if(a===n){s=-1;break}if(a>n){s=o-1;break}}}for(;o<e.length;){const a=e[o];if("number"==typeof a)break;if(a===t)return void(null!==i&&(e[o+1]=i));o++,null!==i&&o++}-1!==s&&(e.splice(s,0,n),o=s+1),e.splice(o++,0,t),null!==i&&e.splice(o++,0,i)}function Zl(e){return 32767&e}function Ql(e,n){let t=function YO(e){return e>>16}(e),r=n;for(;t>0;)r=r[14],t--;return r}let wg=!0;function M_(e){const n=wg;return wg=e,n}let XO=0;const To={};function N_(e,n){const t=yE(e,n);if(-1!==t)return t;const r=n[1];r.firstCreatePass&&(e.injectorIndex=n.length,Ag(r.data,e),Ag(n,null),Ag(r.blueprint,null));const i=O_(e,n),o=e.injectorIndex;if(function Ig(e){return-1!==e}(i)){const s=Zl(i),a=Ql(i,n),c=a[1].data;for(let l=0;l<8;l++)n[o+l]=a[s+l]|c[s+l]}return n[o+8]=i,o}function Ag(e,n){e.push(0,0,0,0,0,0,0,0,n)}function yE(e,n){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===n[e.injectorIndex+8]?-1:e.injectorIndex}function O_(e,n){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let t=0,r=null,i=n;for(;null!==i;){if(r=IE(i),null===r)return-1;if(t++,i=i[14],-1!==r.injectorIndex)return r.injectorIndex|t<<16}return-1}function xg(e,n,t){!function ZO(e,n,t){let r;"string"==typeof t?r=t.charCodeAt(0)||0:t.hasOwnProperty(_c)&&(r=t[_c]),null==r&&(r=t[_c]=XO++);const i=255&r;n.data[e+(i>>5)]|=1<<i}(e,n,t)}function bE(e,n,t){if(8&t||void 0!==e)return e;Yd()}function CE(e,n,t,r){if(8&t&&void 0===r&&(r=null),!(3&t)){const i=e[9],o=si(void 0);try{return i?i.get(n,r,8&t):Bp(n,r,8&t)}finally{si(o)}}return bE(r,0,t)}function EE(e,n,t,r=0,i){if(null!==e){if(2048&n[2]&&!(2&r)){const s=function nL(e,n,t,r,i){let o=e,s=n;for(;null!==o&&null!==s&&2048&s[2]&&!jo(s);){const a=TE(o,s,t,2|r,To);if(a!==To)return a;let c=o.parent;if(!c){const l=s[20];if(l){const d=l.get(t,To,-5&r);if(d!==To)return d}c=IE(s),s=s[14]}o=c}return i}(e,n,t,r,To);if(s!==To)return s}const o=TE(e,n,t,r,To);if(o!==To)return o}return CE(n,t,r,i)}function TE(e,n,t,r,i){const o=function eL(e){if("string"==typeof e)return e.charCodeAt(0)||0;const n=e.hasOwnProperty(_c)?e[_c]:void 0;return"number"==typeof n?n>=0?255&n:tL:n}(t);if("function"==typeof o){if(!A0(n,e,r))return 1&r?bE(i,0,r):CE(n,t,r,i);try{let s;if(s=o(r),null!=s||8&r)return s;Yd()}finally{M0()}}else if("number"==typeof o){let s=null,a=yE(e,n),c=-1,l=1&r?n[15][5]:null;for((-1===a||4&r)&&(c=-1===a?O_(e,n):n[a+8],-1!==c&&SE(r,!1)?(s=n[1],a=Zl(c),n=Ql(c,n)):a=-1);-1!==a;){const d=n[1];if(DE(o,a,d.data)){const h=JO(a,n,t,s,r,l);if(h!==To)return h}c=n[a+8],-1!==c&&SE(r,n[1].data[a+8]===l)&&DE(o,a,n)?(s=d,a=Zl(c),n=Ql(c,n)):a=-1}}return i}function JO(e,n,t,r,i,o){const s=n[1],a=s.data[e+8],d=function L_(e,n,t,r,i){const o=e.providerIndexes,s=n.data,a=1048575&o,c=e.directiveStart,d=o>>20,y=i?a+d:e.directiveEnd;for(let S=r?a:a+d;S<y;S++){const U=s[S];if(S<c&&t===U||S>=c&&U.type===t)return S}if(i){const S=s[c];if(S&&zi(S)&&S.type===t)return c}return null}(a,s,t,null==r?ro(a)&&wg:r!=s&&!!(3&a.type),1&i&&o===a);return null!==d?Jl(n,s,d,a,i):To}function Jl(e,n,t,r,i){let o=e[t];const s=n.data;if(o instanceof Xl){const a=o;if(a.resolving)throw qd();const c=M_(a.canSeeViewProviders);a.resolving=!0;const h=a.injectImpl?si(a.injectImpl):null;A0(e,r,0);try{o=e[t]=a.factory(void 0,i,s,e,r),n.firstCreatePass&&t>=r.directiveStart&&function GO(e,n,t){const{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=n.type.prototype;if(r){const s=aE(n);(t.preOrderHooks??=[]).push(e,s),(t.preOrderCheckHooks??=[]).push(e,s)}i&&(t.preOrderHooks??=[]).push(0-e,i),o&&((t.preOrderHooks??=[]).push(e,o),(t.preOrderCheckHooks??=[]).push(e,o))}(t,s[t],n)}finally{null!==h&&si(h),M_(c),a.resolving=!1,M0()}}return o}function DE(e,n,t){return!!(t[n+(e>>5)]&1<<e)}function SE(e,n){return!(2&e||1&e&&n)}class sr{_tNode;_lView;constructor(n,t){this._tNode=n,this._lView=t}get(n,t,r){return EE(this._tNode,this._lView,n,pc(r),t)}}function tL(){return new sr(Ht(),Oe())}function Lr(e){return qo(()=>{const n=e.prototype.constructor,t=n[ls]||kg(n),r=Object.prototype;let i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){const o=i[ls]||kg(i);if(o&&o!==t)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function kg(e){return Wr(e)?()=>{const n=kg(kt(e));return n&&n()}:Bo(e)}function IE(e){const n=e[1],t=n.type;return 2===t?n.declTNode:1===t?e[5]:null}function uL(){return Mc(Ht(),Oe())}function Mc(e,n){return new br(tr(e,n))}let br=(()=>class e{nativeElement;constructor(t){this.nativeElement=t}static __NG_ELEMENT_ID__=uL})();function eu(e){return!(128&~e.flags)}Symbol;var P_=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(P_||{});const B_=new Map;let pL=0;function Og(e){B_.delete(e[19])}const Fg="__ngContext__";function Di(e,n){Xn(n)?(e[Fg]=n[19],function mL(e){B_.set(e[19],e)}(n)):e[Fg]=n}function VE(e){return HE(e[12])}function jE(e){return HE(e[4])}function HE(e){for(;null!==e&&!qr(e);)e=e[4];return e}let Bg;const Oc=new Se("",{factory:()=>BL}),BL="ng",XE=new Se(""),Ug=new Se("",{providedIn:"platform",factory:()=>"unknown"}),ZE=new Se("",{factory:()=>re(Vi).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),$L=new Se("",{factory:()=>!1}),Kg=new WeakMap;function G_(e){return!(32&~e.flags)}function ST(e,n){const t=e.contentQueries;if(null!==t){const r=X(null);try{for(let i=0;i<t.length;i+=2){const s=t[i+1];if(-1!==s){const a=e.data[s];E_(t[i]),a.contentQueries(2,n[s],s)}}}finally{X(r)}}}function tm(e,n,t){E_(0);const r=X(null);try{n(e,t)}finally{X(r)}}function nm(e,n,t){if(qp(n)){const r=X(null);try{const o=n.directiveEnd;for(let s=n.directiveStart;s<o;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,t[s],s)}}finally{X(r)}}}var $i=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}($i||{});class NT{changingThisBreaksApplicationSecurity;constructor(n){this.changingThisBreaksApplicationSecurity=n}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Mi})`}}function Ds(e){return e instanceof NT?e.changingThisBreaksApplicationSecurity:e}const O2=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function ef(e,n,t){return e.createElement(n,t)}function ba(e,n,t,r,i){e.insertBefore(n,t,r,i)}function GT(e,n,t){e.appendChild(n,t)}function $T(e,n,t,r,i){null!==r?ba(e,n,t,r,i):GT(e,n,t)}function au(e,n,t,r){e.removeChild(null,n,t,r)}function KT(e,n,t){const{mergedAttrs:r,classes:i,styles:o}=t;null!==r&&function qO(e,n,t){let r=0;for(;r<t.length;){const i=t[r];if("number"==typeof i){if(0!==i)break;r++;const o=t[r++],s=t[r++],a=t[r++];e.setAttribute(n,s,a,o)}else{const o=i,s=t[++r];pE(o)?e.setProperty(n,o,s):e.setAttribute(n,o,s),r++}}}(e,n,r),null!==i&&function q2(e,n,t){""===t?e.removeAttribute(n,"class"):e.setAttribute(n,"class",t)}(e,n,i),null!==o&&function K2(e,n,t){e.setAttribute(n,"style",t)}(e,n,o)}var hr=function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e[e.ATTRIBUTE_NO_BINDING=6]="ATTRIBUTE_NO_BINDING",e}(hr||{});function nf(e){const n=function cu(){const e=Oe();return e&&e[10].sanitizer}();return n?n.sanitize(hr.URL,e)||"":function ou(e,n){const t=function k2(e){return e instanceof NT&&e.getTypeName()||null}(e);if(null!=t&&t!==n){if("ResourceURL"===t&&"URL"===n)return!0;throw new Error(`Required a safe ${n}, got a ${t} (see ${Mi})`)}return t===n}(e,"URL")?Ds(e):function sm(e){return(e=String(e)).match(O2)?e:"unsafe:"+e}(jt(e))}function fF(e,n,t){let r=e.length;for(;;){const i=e.indexOf(n,t);if(-1===i)return i;if(0===i||e.charCodeAt(i-1)<=32){const o=n.length;if(i+o===r||e.charCodeAt(i+o)<=32)return i}t=i+1}}const iD="ng-template";function hF(e,n,t,r){let i=0;if(r){for(;i<n.length&&"string"==typeof n[i];i+=2)if("class"===n[i]&&-1!==fF(n[i+1].toLowerCase(),t,0))return!0}else if(fm(e))return!1;if(i=n.indexOf(1,i),i>-1){let o;for(;++i<n.length&&"string"==typeof(o=n[i]);)if(o.toLowerCase()===t)return!0}return!1}function fm(e){return 4===e.type&&e.value!==iD}function pF(e,n,t){return n===(4!==e.type||t?e.value:iD)}function gF(e,n,t){let r=4;const i=e.attrs,o=null!==i?function yF(e){for(let n=0;n<e.length;n++)if(hE(e[n]))return n;return e.length}(i):0;let s=!1;for(let a=0;a<n.length;a++){const c=n[a];if("number"!=typeof c){if(!s)if(4&r){if(r=2|1&r,""!==c&&!pF(e,c,t)||""===c&&1===n.length){if(ao(r))return!1;s=!0}}else if(8&r){if(null===i||!hF(e,i,c,t)){if(ao(r))return!1;s=!0}}else{const l=n[++a],d=mF(c,i,fm(e),t);if(-1===d){if(ao(r))return!1;s=!0;continue}if(""!==l){let h;if(h=d>o?"":i[d+1].toLowerCase(),2&r&&l!==h){if(ao(r))return!1;s=!0}}}}else{if(!s&&!ao(r)&&!ao(c))return!1;if(s&&ao(c))continue;s=!1,r=c|1&r}}return ao(r)||s}function ao(e){return!(1&e)}function mF(e,n,t,r){if(null===n)return-1;let i=0;if(r||!t){let o=!1;for(;i<n.length;){const s=n[i];if(s===e)return i;if(3===s||6===s)o=!0;else{if(1===s||2===s){let a=n[++i];for(;"string"==typeof a;)a=n[++i];continue}if(4===s)break;if(0===s){i+=4;continue}}i+=o?1:2}return-1}return function bF(e,n){let t=e.indexOf(4);if(t>-1)for(t++;t<e.length;){const r=e[t];if("number"==typeof r)return-1;if(r===n)return t;t++}return-1}(n,e)}function oD(e,n,t=!1){for(let r=0;r<n.length;r++)if(gF(e,n[r],t))return!0;return!1}function CF(e,n){e:for(let t=0;t<n.length;t++){const r=n[t];if(e.length===r.length){for(let i=0;i<e.length;i++)if(e[i]!==r[i])continue e;return!0}}return!1}function sD(e,n){return e?":not("+n.trim()+")":n}function EF(e){let n=e[0],t=1,r=2,i="",o=!1;for(;t<e.length;){let s=e[t];if("string"==typeof s)if(2&r){const a=e[++t];i+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&r?i+="."+s:4&r&&(i+=" "+s);else""!==i&&!ao(s)&&(n+=sD(o,i),i=""),r=s,o=o||!ao(r);t++}return""!==i&&(n+=sD(o,i)),n}const Dn={};function hm(e,n,t,r,i,o,s,a,c,l,d){const h=27+r,y=h+i,S=function SF(e,n){const t=[];for(let r=0;r<n;r++)t.push(r<e?null:Dn);return t}(h,y),U="function"==typeof l?l():l;return S[1]={type:e,blueprint:S,template:t,queries:null,viewQuery:a,declTNode:n,data:S.slice().fill(null,h),bindingStartIndex:h,expandoStartIndex:y,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof o?o():o,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:U,incompleteFirstPass:!1,ssrId:d}}function of(e,n,t,r,i,o,s,a,c,l,d){const h=n.blueprint.slice();return h[0]=i,h[2]=1228|r,(null!==l||e&&2048&e[2])&&(h[2]|=2048),Jp(h),h[3]=h[14]=e,h[8]=t,h[10]=s||e&&e[10],h[11]=a||e&&e[11],h[9]=c||e&&e[9]||null,h[5]=o,h[19]=function gL(){return pL++}(),h[6]=d,h[20]=l,h[15]=2==n.type?e[15]:h,h}function pm(e){let n=16;return e.signals?n=4096:e.onPush&&(n=64),n}function lu(e,n,t,r){if(0===t)return-1;const i=n.length;for(let o=0;o<t;o++)n.push(r),e.blueprint.push(r),e.data.push(null);return i}function gm(e,n){return e[12]?e[13][4]=n:e[12]=n,e[13]=n,n}function Lt(e=1){cD($t(),Oe(),xr()+e,!1)}function cD(e,n,t,r){if(!r)if(3&~n[2]){const o=e.preOrderHooks;null!==o&&R_(n,o,0,t)}else{const o=e.preOrderCheckHooks;null!==o&&k_(n,o,t)}Ko(t)}var sf=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(sf||{});function Is(e,n,t,r){const i=X(null);try{const[o,s,a]=e.inputs[t];let c=null;0!==(s&sf.SignalBased)&&(c=n[o][le]),null!==c&&void 0!==c.transformFn?r=c.transformFn(r):null!==a&&(r=a.call(n,r)),null!==e.setInput?e.setInput(n,c,r,t,o):sE(n,c,o,r)}finally{X(i)}}var ws=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(ws||{});function vm(e,n){return(void 0)(e,n)}typeof document<"u"&&document;const uu=new WeakMap,du=new WeakSet;const Sa=new Set;var Sm=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(Sm||{});const Ia=new Se(""),fD=new Set;function Qr(e){fD.has(e)||(fD.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let hD=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new e})}return e})();const pD=[0,1,2,3];let VF=(()=>{class e{ngZone=re(Mn);scheduler=re(pa);errorHandler=re(Dc,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){re(Ia,{optional:!0})}execute(){const t=this.sequences.size>0;t&&Cn(pt.AfterRenderHooksStart),this.executing=!0;for(const r of pD)for(const i of this.sequences)if(!i.erroredOrDestroyed&&i.hooks[r])try{i.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>(0,i.hooks[r])(i.pipelinedValue),i.snapshot))}catch(o){i.erroredOrDestroyed=!0,this.errorHandler?.handleError(o)}this.executing=!1;for(const r of this.sequences)r.afterRun(),r.once&&(this.sequences.delete(r),r.destroy());for(const r of this.deferredRegistrations)this.sequences.add(r);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),t&&Cn(pt.AfterRenderHooksEnd)}register(t){const{view:r}=t;void 0!==r?((r[25]??=[]).push(t),Ec(r),r[2]|=8192):this.executing?this.deferredRegistrations.add(t):this.addSequence(t)}addSequence(t){this.sequences.add(t),this.scheduler.notify(7)}unregister(t){this.executing&&this.sequences.has(t)?(t.erroredOrDestroyed=!0,t.pipelinedValue=void 0,t.once=!0):(this.sequences.delete(t),this.deferredRegistrations.delete(t))}maybeTrace(t,r){return r?r.run(Sm.AFTER_NEXT_RENDER,t):t()}static \u0275prov=Je({token:e,providedIn:"root",factory:()=>new e})}return e})();class gD{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(n,t,r,i,o,s=null){this.impl=n,this.hooks=t,this.view=r,this.once=i,this.snapshot=s,this.unregisterOnDestroy=o?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();const n=this.view?.[25];n&&(this.view[25]=n.filter(t=>t!==this))}}function _f(e,n){const t=n?.injector??re(Gn);return Qr("NgAfterNextRender"),function mD(e,n,t,r){const i=n.get(hD);i.impl??=n.get(VF);const o=n.get(Ia,null,{optional:!0}),s=!0!==t?.manualCleanup?n.get(Ci):null,a=n.get(fg,null,{optional:!0}),c=new gD(i.impl,function HF(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}(e),a?.view,r,s,o?.snapshot(null));return i.impl.register(c),c}(e,t,n,!0)}const ff=new Se("",{factory:()=>({queue:new Set,isScheduled:!1,scheduler:null,injector:re(mi)})});function vD(e,n,t){const r=e.get(ff);if(Array.isArray(n))for(const i of n)r.queue.add(i),t?.detachedLeaveAnimationFns?.push(i);else r.queue.add(n),t?.detachedLeaveAnimationFns?.push(n);r.scheduler&&r.scheduler(e)}function yD(e,n,t,r){const i=e?.[26]?.enter;null!==n&&i&&i.has(t.index)&&function Im(e,n){for(const[t,r]of n)vD(e,r.animateFns)}(r,i)}function Uc(e,n,t,r,i,o,s,a){if(null!=i){let c,l=!1;qr(i)?c=i:Xn(i)&&(l=!0,i=i[0]);const d=Ar(i);0===e&&null!==r?(yD(a,r,o,t),null==s?GT(n,r,d):ba(n,r,d,s||null,!0)):1===e&&null!==r?(yD(a,r,o,t),ba(n,r,d,s||null,!0),function OF(e,n){const t=uu.get(e);if(!t||0===t.length)return;const r=n.parentNode,i=n.previousSibling;for(let o=t.length-1;o>=0;o--){const s=t[o],a=s.parentNode;s===n?(t.splice(o,1),du.add(s),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(i&&s===i||a&&r&&a!==r)&&(t.splice(o,1),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),s.parentNode?.removeChild(s))}}(o,d)):2===e?(a?.[26]?.leave?.has(o.index)&&function Cm(e,n){const t=uu.get(e);t?t.includes(n)||t.push(n):uu.set(e,[n])}(o,d),du.delete(d),ED(a,o,t,h=>{du.has(d)?du.delete(d):au(n,d,l,h)})):3===e&&(du.delete(d),ED(a,o,t,()=>{n.destroyNode(d)})),null!=c&&function QF(e,n,t,r,i,o,s){const a=r[7];a!==Ar(r)&&Uc(n,e,t,o,a,i,s);for(let l=10;l<r.length;l++){const d=r[l];pf(d[1],d,e,n,o,a)}}(n,e,t,c,o,r,s)}}function CD(e,n){n[10].changeDetectionScheduler?.notify(9),pf(e,n,n[11],2,null,null)}function wm(e,n){const t=e[9],r=t.indexOf(n);t.splice(r,1)}function fu(e,n){if(Co(n))return;const t=n[11];t.destroyNode&&pf(e,n,t,3,null,null),function KF(e){let n=e[12];if(!n)return Am(e[1],e);for(;n;){let t=null;if(Xn(n))t=n[12];else{const r=n[10];r&&(t=r)}if(!t){for(;n&&!n[4]&&n!==e;)Xn(n)&&Am(n[1],n),n=n[3];null===n&&(n=e),Xn(n)&&Am(n[1],n),t=n&&n[4]}n=t}}(n)}function Am(e,n){if(Co(n))return;const t=X(null);try{n[2]&=-129,n[2]|=256,n[24]&&Xe(n[24]),function XF(e,n){let t;if(null!=e&&null!=(t=e.destroyHooks))for(let r=0;r<t.length;r+=2){const i=n[t[r]];if(!(i instanceof Xl)){const o=t[r+1];if(Array.isArray(o))for(let s=0;s<o.length;s+=2){const a=i[o[s]],c=o[s+1];Cn(pt.LifecycleHookStart,a,c);try{c.call(a)}finally{Cn(pt.LifecycleHookEnd,a,c)}}else{Cn(pt.LifecycleHookStart,i,o);try{o.call(i)}finally{Cn(pt.LifecycleHookEnd,i,o)}}}}}(e,n),function YF(e,n){const t=e.cleanup,r=n[7];if(null!==t)for(let s=0;s<t.length-1;s+=2)if("string"==typeof t[s]){const a=t[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else t[s].call(r[t[s+1]]);null!==r&&(n[7]=null);const i=n[21];if(null!==i){n[21]=null;for(let s=0;s<i.length;s++)(0,i[s])()}const o=n[23];if(null!==o){n[23]=null;for(const s of o)s.destroy()}}(e,n),1===n[1].type&&n[11].destroy();const r=n[16];if(null!==r&&qr(n[3])){r!==n[3]&&wm(r,n);const i=n[18];null!==i&&i.detachView(e)}Og(n)}finally{X(t)}}function ED(e,n,t,r){const i=e?.[26];if(null==i||null==i.leave||!i.leave.has(n.index))return r(!1);e&&Sa.add(e[19]),vD(t,()=>{if(i.leave&&i.leave.has(n.index)){const s=i.leave.get(n.index),a=[];if(s){for(let c=0;c<s.animateFns.length;c++){const l=s.animateFns[c],{promise:d}=l();a.push(d)}i.detachedLeaveAnimationFns=void 0}i.running=Promise.allSettled(a),function qF(e,n){const t=e[26]?.running;t?t.then(()=>{e[26].running=void 0,Sa.delete(e[19]),n(!0)}):n(!1)}(e,r)}else e&&Sa.delete(e[19]),r(!1)},i)}function xm(e,n,t){return function TD(e,n,t){let r=n;for(;null!==r&&168&r.type;)r=(n=r).parent;if(null===r)return t[0];if(ro(r)){const{encapsulation:i}=e.data[r.directiveStart+r.componentOffset];if(i===$i.None||i===$i.Emulated)return null}return tr(r,t)}(e,n.parent,t)}function DD(e,n,t){return ID(e,n,t)}let ID=function SD(e,n,t){return 40&e.type?tr(e,t):null};function Rm(e,n,t,r){const i=xm(e,r,n),o=n[11],a=DD(r.parent||n[5],r,n);if(null!=i)if(Array.isArray(t))for(let c=0;c<t.length;c++)$T(o,i,t[c],a,!1);else $T(o,i,t,a,!1)}function wa(e,n){if(null!==n){const t=n.type;if(3&t)return tr(n,e);if(4&t)return Mm(-1,e[n.index]);if(8&t){const r=n.child;if(null!==r)return wa(e,r);{const i=e[n.index];return qr(i)?Mm(-1,i):Ar(i)}}if(128&t)return wa(e,n.next);if(32&t)return vm(n,e)()||Ar(e[n.index]);{const r=AD(e,n);return null!==r?Array.isArray(r)?r[0]:wa(Ho(e[15]),r):wa(e,n.next)}}return null}function AD(e,n){return null!==n?e[15][5].projection[n.projection]:null}function Mm(e,n){const t=10+e+1;if(t<n.length){const r=n[t],i=r[1].firstChild;if(null!==i)return wa(r,i)}return n[7]}function Nm(e,n,t,r,i,o,s){for(;null!=t;){const a=r[9];if(128===t.type){t=t.next;continue}const c=r[t.index],l=t.type;if(s&&0===n&&(c&&Di(Ar(c),r),t.flags|=2),!G_(t))if(8&l)Nm(e,n,t.child,r,i,o,!1),Uc(n,e,a,i,c,t,o,r);else if(32&l){const d=vm(t,r);let h;for(;h=d();)Uc(n,e,a,i,h,t,o,r);Uc(n,e,a,i,c,t,o,r)}else 16&l?xD(e,n,r,t,i,o):Uc(n,e,a,i,c,t,o,r);t=s?t.projectionNext:t.next}}function pf(e,n,t,r,i,o){Nm(t,r,e.firstChild,n,i,o,!1)}function xD(e,n,t,r,i,o){const s=t[15],c=s[5].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Uc(n,e,t[9],i,c[l],r,o,t);else{let l=c;const d=s[3];eu(r)&&(l.flags|=128),Nm(e,n,l,d,i,o,!0)}}function kD(e,n,t,r,i){const o=xr(),s=2&r;try{Ko(-1),s&&n.length>27&&cD(e,n,27,!1),Cn(s?pt.TemplateUpdateStart:pt.TemplateCreateStart,i,t),t(r,i)}finally{Ko(o),Cn(s?pt.TemplateUpdateEnd:pt.TemplateCreateEnd,i,t)}}function gf(e,n,t){(function iP(e,n,t){const r=t.directiveStart,i=t.directiveEnd;ro(t)&&function IF(e,n,t){const r=tr(n,e),i=function aD(e){const n=e.tView;return null===n||n.incompleteFirstPass?e.tView=hm(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):n}(t),o=e[10].rendererFactory,s=gm(e,of(e,i,null,pm(t),r,n,null,o.createRenderer(r,t),null,null,null));e[n.index]=s}(n,t,e.data[r+t.componentOffset]),e.firstCreatePass||N_(t,n);const o=t.initialInputs;for(let s=r;s<i;s++){const a=e.data[s],c=Jl(n,e,s,t);Di(c,n),null!==o&&cP(0,s-r,c,a,0,o),zi(a)&&(Yr(t.index,n)[8]=Jl(n,e,s,t))}})(e,n,t),!(64&~t.flags)&&function oP(e,n,t){const r=t.directiveStart,i=t.directiveEnd,o=t.index,s=function RN(){return Ut.lFrame.currentDirectiveIndex}();try{Ko(o);for(let a=r;a<i;a++){const c=e.data[a],l=n[a];ig(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&sP(c,l)}}finally{Ko(-1),ig(s)}}(e,n,t)}function zc(e,n,t=tr){const r=n.localNames;if(null!==r){let i=n.index+1;for(let o=0;o<r.length;o+=2){const s=r[o+1],a=-1===s?t(n,e):e[s];e[i++]=a}}}let RD=()=>null;function Om(e,n,t,r,i,o){bf(e,n[1],n,t,r)?ro(e)&&function MD(e,n){const t=Yr(n,e);16&t[2]||(t[2]|=64)}(n,e.index):(3&e.type&&(t=function rP(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(t)),Lm(e,n,t,r,i,o))}function Lm(e,n,t,r,i,o){if(3&e.type){const s=tr(e,n);r=null!=o?o(r,e.value||"",t):r,i.setProperty(s,t,r)}}function sP(e,n){null!==e.hostBindings&&e.hostBindings(1,n)}function Fm(e,n){const t=e.directiveRegistry;let r=null;if(t)for(let i=0;i<t.length;i++){const o=t[i];oD(n,o.selectors,!1)&&(r??=[],zi(o)?r.unshift(o):r.push(o))}return r}function cP(e,n,t,r,i,o){const s=o[n];if(null!==s)for(let a=0;a<s.length;a+=2)Is(r,t,s[a],s[a+1])}function vf(e,n,t,r,i){const o=27+t,s=n[1],a=i(s,n,e,r,t);n[o]=a,Go(e,!0);const c=2===e.type;return c?(KT(n[11],a,e),(0===function SN(){return Ut.lFrame.elementDepthCount}()||da(e))&&Di(a,n),function IN(){Ut.lFrame.elementDepthCount++}()):Di(a,n),T_()&&(!c||!G_(e))&&Rm(s,n,a,e),e}function yf(e){let n=e;return C0()?E0():(n=n.parent,Go(n,!1)),n}function bf(e,n,t,r,i){const o=e.inputs?.[r],s=e.hostDirectiveInputs?.[r];let a=!1;if(s)for(let c=0;c<s.length;c+=2){const l=s[c];Is(n.data[l],t[l],s[c+1],i),a=!0}if(o)for(const c of o)Is(n.data[c],t[c],r,i),a=!0;return a}function uP(e,n){const t=Yr(n,e),r=t[1];!function dP(e,n){for(let t=n.length;t<e.blueprint.length;t++)n.push(e.blueprint[t])}(r,t);const i=t[0];null!==i&&null===t[6]&&(t[6]=null),Cn(pt.ComponentStart);try{Cf(r,t,t[8])}finally{Cn(pt.ComponentEnd,t[8])}}function Cf(e,n,t){ag(n);try{const r=e.viewQuery;null!==r&&tm(1,r,t);const i=e.template;null!==i&&kD(e,n,i,1,t),e.firstCreatePass&&(e.firstCreatePass=!1),n[18]?.finishViewCreation(e),e.staticContentQueries&&ST(e,n),e.staticViewQueries&&tm(2,e.viewQuery,t);const o=e.components;null!==o&&function _P(e,n){for(let t=0;t<n.length;t++)uP(e,n[t])}(n,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{n[2]&=-5,cg()}}function Vc(e,n,t,r){const i=X(null);try{const o=n.tView,c=of(e,o,t,4096&e[2]?4096:16,null,n,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null);c[16]=e[n.index];const d=e[18];return null!==d&&(c[18]=d.createEmbeddedView(o)),Cf(o,c,t),c}finally{X(i)}}function Aa(e,n){return!n||null===n.firstChild||eu(e)}function hu(e,n,t,r,i=!1){for(;null!==t;){if(128===t.type){t=i?t.projectionNext:t.next;continue}const o=n[t.index];null!==o&&r.push(Ar(o)),qr(o)&&fP(o,r);const s=t.type;if(8&s)hu(e,n,t.child,r);else if(32&s){const a=vm(t,n);let c;for(;c=a();)r.push(c)}else if(16&s){const a=AD(n,t);if(Array.isArray(a))r.push(...a);else{const c=Ho(n[15]);hu(c[1],c,a,r,!0)}}t=i?t.projectionNext:t.next}return r}function fP(e,n){for(let t=10;t<e.length;t++){const r=e[t],i=r[1].firstChild;null!==i&&hu(r[1],r,i,n)}e[7]!==e[0]&&n.push(e[7])}function LD(e){if(null!==e[25]){for(const n of e[25])n.impl.addSequence(n);e[25].length=0}}let FD=[];const mP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{Ec(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},yP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let n=Ho(e.lView);for(;n&&!PD(n[1]);)n=Ho(n);n&&zl(n)},consumerOnSignalRead(){this.lView[24]=this}};function PD(e){return 2!==e.type}function BD(e){if(null===e[23])return;let n=!0;for(;n;){let t=!1;for(const r of e[23])r.dirty&&(t=!0,null===r.zone||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));n=t&&!!(8192&e[2])}}function Ef(e,n=0){const r=e[10].rendererFactory;r.begin?.();try{!function CP(e,n){const t=S0();try{C_(!0),Bm(e,n);let r=0;for(;fa(e);){if(100===r)throw new we(103,!1);r++,Bm(e,1)}}finally{C_(t)}}(e,n)}finally{r.end?.()}}function UD(e,n,t,r){if(Co(n))return;const i=n[2];ag(n);let a=!0,c=null,l=null;PD(e)?(l=function hP(e){return e[24]??function pP(e){const n=FD.pop()??Object.create(mP);return n.lView=e,n}(e)}(n),c=be(l)):null===function ue(){return V}()?(a=!1,l=function vP(e){const n=e[24]??Object.create(yP);return n.lView=e,n}(n),c=be(l)):n[24]&&(Xe(n[24]),n[24]=null);try{Jp(n),function I0(e){return Ut.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==t&&kD(e,n,t,2,r);const d=!(3&~i);if(d){const S=e.preOrderCheckHooks;null!==S&&k_(n,S,null)}else{const S=e.preOrderHooks;null!==S&&R_(n,S,0,null),Dg(n,0)}if(function EP(e){for(let n=VE(e);null!==n;n=jE(n)){if(!(2&n[2]))continue;const t=n[9];for(let r=0;r<t.length;r++)zl(t[r])}}(n),BD(n),zD(n,0),null!==e.contentQueries&&ST(e,n),d){const S=e.contentCheckHooks;null!==S&&k_(n,S)}else{const S=e.contentHooks;null!==S&&R_(n,S,1),Dg(n,1)}!function DP(e,n){const t=e.hostBindingOpCodes;if(null!==t)try{for(let r=0;r<t.length;r++){const i=t[r];if(i<0)Ko(~i);else{const o=i,s=t[++r],a=t[++r];kN(s,o);const c=n[o];Cn(pt.HostBindingsUpdateStart,c);try{a(2,c)}finally{Cn(pt.HostBindingsUpdateEnd,c)}}}}finally{Ko(-1)}}(e,n);const h=e.components;null!==h&&jD(n,h,0);const y=e.viewQuery;if(null!==y&&tm(2,y,r),d){const S=e.viewCheckHooks;null!==S&&k_(n,S)}else{const S=e.viewHooks;null!==S&&R_(n,S,2),Dg(n,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),n[22]){for(const S of n[22])S();n[22]=null}LD(n),n[2]&=-73}catch(d){throw Ec(n),d}finally{null!==l&&($e(l,c),a&&function gP(e){e.lView[24]!==e&&(e.lView=null,FD.push(e))}(l)),cg()}}function zD(e,n){for(let t=VE(e);null!==t;t=jE(t))for(let r=10;r<t.length;r++)VD(t[r],n)}function TP(e,n,t){Cn(pt.ComponentStart);const r=Yr(n,e);try{VD(r,t)}finally{Cn(pt.ComponentEnd,r[8])}}function VD(e,n){v_(e)&&Bm(e,n)}function Bm(e,n){const r=e[1],i=e[2],o=e[24];let s=!!(0===n&&16&i);if(s||=!!(64&i&&0===n),s||=!!(1024&i),s||=!(!o?.dirty||!Re(o)),s||=!1,o&&(o.dirty=!1),e[2]&=-9217,s)UD(r,e,r.template,e[8]);else if(8192&i){const a=X(null);try{BD(e),zD(e,1);const c=r.components;null!==c&&jD(e,c,1),LD(e)}finally{X(a)}}}function jD(e,n,t){for(let r=0;r<n.length;r++)TP(e,n[r],t)}function jc(e,n){const t=S0()?64:1088;for(e[10].changeDetectionScheduler?.notify(n);e;){e[2]|=t;const r=Ho(e);if(jo(e)&&!r)return e;e=r}return null}function GD(e,n){const t=10+n;if(t<e.length)return e[t]}function Hc(e,n,t,r=!0){const i=n[1];if(function SP(e,n,t,r){const i=10+r,o=t.length;r>0&&(t[i-1][4]=n),r<o-10?(n[4]=t[i],function Jd(e,n,t){n>=e.length?e.push(t):e.splice(n,0,t)}(t,10+r,n)):(t.push(n),n[4]=null),n[3]=t;const s=n[16];null!==s&&t!==s&&$D(s,n);const a=n[18];null!==a&&a.insertView(e),Vl(n),n[2]|=128}(i,n,e,t),r){const s=Mm(t,e),a=n[11],c=a.parentNode(e[7]);null!==c&&function WF(e,n,t,r,i,o){r[0]=i,r[5]=n,pf(e,r,t,1,i,o)}(i,e[5],a,n,c,s)}const o=n[6];null!==o&&null!==o.firstChild&&(o.firstChild=null)}function Um(e,n){const t=pu(e,n);return void 0!==t&&fu(t[1],t),t}function pu(e,n){if(e.length<=10)return;const t=10+n,r=e[t];if(r){const i=r[16];null!==i&&i!==e&&wm(i,r),n>0&&(e[t-1][4]=r[4]);const o=mc(e,10+n);!function bD(e,n){CD(e,n),n[0]=null,n[5]=null}(r[1],r);const s=o[18];null!==s&&s.detachView(o[1]),r[3]=null,r[4]=null,r[2]&=-129}return r}function $D(e,n){const t=e[9],r=n[3];(Xn(r)||n[15]!==r[3][15])&&(e[2]|=2),null===t?e[9]=[n]:t.push(n)}class gu{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const n=this._lView,t=n[1];return hu(t,n,t.firstChild,[])}constructor(n,t){this._lView=n,this._cdRefInjectingView=t}get context(){return this._lView[8]}set context(n){this._lView[8]=n}get destroyed(){return Co(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const n=this._lView[3];if(qr(n)){const t=n[8],r=t?t.indexOf(this):-1;r>-1&&(pu(n,r),mc(t,r))}this._attachedToViewContainer=!1}fu(this._lView[1],this._lView)}onDestroy(n){b_(this._lView,n)}markForCheck(){jc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){Vl(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,Ef(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new we(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const n=jo(this._lView),t=this._lView[16];null!==t&&!n&&wm(t,this._lView),CD(this._lView[1],this._lView)}attachToAppRef(n){if(this._attachedToViewContainer)throw new we(902,!1);this._appRef=n;const t=jo(this._lView),r=this._lView[16];null!==r&&!t&&$D(r,this._lView),Vl(this._lView)}}function xa(e,n,t,r,i){let o=e.data[n];if(null===o)o=function Hm(e,n,t,r,i){const o=b0(),s=C0(),c=e.data[n]=function UP(e,n,t,r,i,o){let s=n?n.injectorIndex:-1,a=0;return m0()&&(a|=128),{type:t,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,controlDirectiveIndex:-1,customControlIndex:-1,propertyBindings:null,flags:a,providerIndexes:0,value:i,namespace:O0(),attrs:o,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:n,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?o:o&&o.parent,t,n,r,i);return function BP(e,n,t,r){null===e.firstChild&&(e.firstChild=n),null!==t&&(r?null==t.child&&null!==n.parent&&(t.child=n):null===t.next&&(t.next=n,n.prev=t))}(e,c,o,s),c}(e,n,t,r,i),function xN(){return Ut.lFrame.inI18n}()&&(o.flags|=32);else if(64&o.type){o.type=t,o.value=r,o.attrs=i;const s=function Gl(){const e=Ut.lFrame,n=e.currentTNode;return e.isParent?n:n.parent}();o.injectorIndex=null===s?-1:s.injectorIndex}return Go(o,!0),o}function uS(e,n){let t=0,r=e.firstChild;if(r){const i=e.data.r;for(;t<i;){const o=r.nextSibling;au(n,r,!1),r=o,t++}}}let CB=class{},gS=class{};class EB{resolveComponentFactory(n){throw new we(917,!1)}}let $c=class{static NULL=new EB};class kf{}let As=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function TB(){const e=Oe(),t=Yr(Ht().index,e);return(Xn(t)?t:e)[11]}()})(),DB=(()=>{class e{static \u0275prov=Je({token:e,providedIn:"root",factory:()=>null})}return e})();const Zm={};class Kc{injector;parentInjector;constructor(n,t){this.injector=n,this.parentInjector=t}get(n,t,r){const i=this.injector.get(n,Zm,r);return i!==Zm||t===Zm?i:this.parentInjector.get(n,t,r)}}function Mf(e,n,t){let r=t?e.styles:null,i=t?e.classes:null,o=0;if(null!==n)for(let s=0;s<n.length;s++){const a=n[s];"number"==typeof a?o=a:1==o?i=po(i,a):2==o&&(r=po(r,a+": "+n[++s]+";"))}t?e.styles=r:e.stylesWithoutHost=r,t?e.classes=i:e.classesWithoutHost=i}function ot(e,n=0){const t=Oe();return null===t?wt(e,n):EE(Ht(),t,kt(e),n)}function kB(e,n,t){n.componentOffset=t,(e.components??=[]).push(n.index)}function yS(e,n,t,r){const i=0===e?t.inputs:t.outputs;for(const o in i)if(i.hasOwnProperty(o)){let s;s=0===e?n.inputs??={}:n.outputs??={},s[o]??=[],s[o].push(r),CS(n,o)}}function bS(e,n,t,r){const i=0===e?t.inputs:t.outputs;for(const o in i)if(i.hasOwnProperty(o)){const s=i[o];let a;a=0===e?n.hostDirectiveInputs??={}:n.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,o),CS(n,s)}}function CS(e,n){"class"===n?e.flags|=8:"style"===n&&(e.flags|=16)}function ES(e,n,t){const{attrs:r,inputs:i,hostDirectiveInputs:o}=e;if(null===r||!t&&null===i||t&&null===o||fm(e))return e.initialInputs??=[],void e.initialInputs.push(null);let s=null,a=0;for(;a<r.length;){const c=r[a];if(0!==c)if(5!==c){if("number"==typeof c)break;if(!t&&i.hasOwnProperty(c)){const l=i[c];for(const d of l)if(d===n){s??=[],s.push(c,r[a+1]);break}}else if(t&&o.hasOwnProperty(c)){const l=o[c];for(let d=0;d<l.length;d+=2)if(l[d]===n){s??=[],s.push(l[d+1],r[a+1]);break}}a+=2}else a+=2;else a+=4}e.initialInputs??=[],e.initialInputs.push(s)}function NB(e,n,t,r,i){e.data[r]=i;const o=i.factory||(i.factory=Bo(i.type)),s=new Xl(o,zi(i),ot,null);e.blueprint[r]=s,t[r]=s,function OB(e,n,t,r,i){const o=i.hostBindings;if(o){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~n.index;(function LB(e){let n=e.length;for(;n>0;){const t=e[--n];if("number"==typeof t&&t<0)return t}return 0})(s)!=a&&s.push(a),s.push(t,r,o)}}(e,n,r,lu(e,t,i.hostVars,Dn),i)}function FB(e,n,t){if(t){if(n.exportAs)for(let r=0;r<n.exportAs.length;r++)t[n.exportAs[r]]=e;zi(n)&&(t[""]=e)}}function Qm(e,n,t,r,i,o,s,a){const c=n[1],l=c.consts,h=xa(c,e,t,r,Pr(l,s));return o&&function vS(e,n,t,r,i){const o=null===r?null:{"":-1},s=i(e,t);if(null!==s){let a=s,c=null,l=null;for(const d of s)if(null!==d.resolveHostDirectives){[a,c,l]=d.resolveHostDirectives(s);break}!function RB(e,n,t,r,i,o,s){const a=r.length;let c=null;for(let y=0;y<a;y++){const S=r[y];null===c&&zi(S)&&(c=S,kB(e,t,y)),xg(N_(t,n),e,S.type)}(function PB(e,n,t){e.flags|=1,e.directiveStart=n,e.directiveEnd=n+t,e.providerIndexes=n})(t,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let y=0;y<a;y++){const S=r[y];S.providersResolver&&S.providersResolver(S)}let l=!1,d=!1,h=lu(e,n,a,null);a>0&&(t.directiveToIndex=new Map);for(let y=0;y<a;y++){const S=r[y];if(t.mergedAttrs=Rc(t.mergedAttrs,S.hostAttrs),NB(e,t,n,h,S),FB(h,S,i),null!==s&&s.has(S)){const[de,pe]=s.get(S);t.directiveToIndex.set(S.type,[h,de+t.directiveStart,pe+t.directiveStart])}else(null===o||!o.has(S))&&t.directiveToIndex.set(S.type,h);null!==S.contentQueries&&(t.flags|=4),(null!==S.hostBindings||null!==S.hostAttrs||0!==S.hostVars)&&(t.flags|=64);const U=S.type.prototype;!l&&(U.ngOnChanges||U.ngOnInit||U.ngDoCheck)&&((e.preOrderHooks??=[]).push(t.index),l=!0),!d&&(U.ngOnChanges||U.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(t.index),d=!0),h++}!function MB(e,n,t){for(let r=n.directiveStart;r<n.directiveEnd;r++){const i=e.data[r];if(null!==t&&t.has(i)){const o=t.get(i);bS(0,n,o,r),bS(1,n,o,r),ES(n,r,!0)}else yS(0,n,i,r),yS(1,n,i,r),ES(n,r,!1)}}(e,t,o)}(e,n,t,a,o,c,l)}null!==o&&null!==r&&function xB(e,n,t){const r=e.localNames=[];for(let i=0;i<n.length;i+=2){const o=t[n[i+1]];if(null==o)throw new we(-301,!1);r.push(n[i],o)}}(t,r,o)}(c,n,h,Pr(l,a),i),h.mergedAttrs=Rc(h.mergedAttrs,h.attrs),null!==h.attrs&&Mf(h,h.attrs,!1),null!==h.mergedAttrs&&Mf(h,h.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,h),h}function Jm(e,n){(function uE(e,n){for(let t=n.directiveStart,r=n.directiveEnd;t<r;t++){const o=e.data[t].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=o;s&&(e.contentHooks??=[]).push(-t,s),a&&((e.contentHooks??=[]).push(t,a),(e.contentCheckHooks??=[]).push(t,a)),c&&(e.viewHooks??=[]).push(-t,c),l&&((e.viewHooks??=[]).push(t,l),(e.viewCheckHooks??=[]).push(t,l)),null!=d&&(e.destroyHooks??=[]).push(t,d)}})(e,n),qp(n)&&e.queries.elementEnd(n)}function ev(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function $n(e,n,t){return t!==Dn&&(!Object.is(e[n],t)&&(e[n]=t,!0))}function ks(e,n,t){return function r(i){const o=r.__ngNativeEl__;void 0!==o&&function JL(e,n){if(null==e||"object"!=typeof e)return;let t=Kg.get(e);t||(t=new WeakSet,Kg.set(e,t)),t.add(n)}(i,o),jc(ro(e)?Yr(e.index,n):n,5);const a=n[8];let c=DS(n,a,t,i),l=r.__ngNextListenerFn__;for(;l;)c=DS(n,a,l,i)&&c,l=l.__ngNextListenerFn__;return c}}function DS(e,n,t,r){const i=X(null);try{return Cn(pt.OutputStart,n,t),!1!==t(r)}catch(o){return function Pm(e,n){const t=e[9];if(!t)return;let r;try{r=t.get(vs,null)}catch{r=null}r?.(n)}(e,o),!1}finally{Cn(pt.OutputEnd,n,t),X(i)}}function SS(e,n,t,r,i,o,s){const a=n.firstCreatePass?function p0(e){return e.cleanup??=[]}(n):null,c=function h0(e){return e[7]??=[]}(t),l=c.length;c.push(i,o),a&&a.push(r,e,l,(l+1)*(s?-1:1))}function Yc(e,n,t,r,i,o){const a=n[1],h=n[t][a.data[t].outputs[r]].subscribe(o);SS(e.index,a,n,i,o,h,!0)}const Zo=Symbol("BINDING");function nv(e){return e.debugInfo?.className||e.type.name||null}class NS extends $c{ngModule;constructor(n){super(),this.ngModule=n}resolveComponentFactory(n){const t=bn(n);return new rv(t,this.ngModule)}}class rv extends gS{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function JB(e){return Object.keys(e).map(n=>{const[t,r,i]=e[n],o={propName:t,templateName:n,isSignal:0!==(r&sf.SignalBased)};return i&&(o.transform=i),o})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function eU(e){return Object.keys(e).map(n=>({propName:e[n],templateName:n}))}(this.componentDef.outputs),this.cachedOutputs}constructor(n,t){super(),this.componentDef=n,this.ngModule=t,this.componentType=n.type,this.selector=function TF(e){return e.map(EF).join(",")}(n.selectors),this.ngContentSelectors=n.ngContentSelectors??[],this.isBoundToModule=!!t}create(n,t,r,i,o,s){Cn(pt.DynamicComponentStart);const a=X(null);try{const c=this.componentDef,l=function tU(e,n,t){let r=n instanceof mi?n:n?.injector;return r&&null!==e.getStandaloneInjector&&(r=e.getStandaloneInjector(r)||r),r?new Kc(t,r):t}(c,i||this.ngModule,n),d=function nU(e){const n=e.get(kf,null);if(null===n)throw new we(407,!1);return{rendererFactory:n,sanitizer:e.get(DB,null),changeDetectionScheduler:e.get(pa,null),ngReflect:!1,tracingService:e.get(Ia,null,{optional:!0})}}(l),h=d.tracingService;return h&&h.componentCreate?h.componentCreate(nv(c),()=>this.createComponentRef(d,l,t,r,o,s)):this.createComponentRef(d,l,t,r,o,s)}finally{X(a)}}createComponentRef(n,t,r,i,o,s){const a=this.componentDef,c=function oU(e,n,t,r){const i=e?["ng-version","21.2.17"]:function DF(e){const n=[],t=[];let r=1,i=2;for(;r<e.length;){let o=e[r];if("string"==typeof o)2===i?""!==o&&n.push(o,e[++r]):8===i&&t.push(o);else{if(!ao(i))break;i=o}r++}return t.length&&n.push(1,...t),n}(n.selectors[0]);let o=null,s=null,a=0;if(t)for(const d of t)a+=d[Zo].requiredVars,d.create&&(d.targetIdx=0,(o??=[]).push(d)),d.update&&(d.targetIdx=0,(s??=[]).push(d));if(r)for(let d=0;d<r.length;d++){const h=r[d];if("function"!=typeof h)for(const y of h.bindings){a+=y[Zo].requiredVars;const S=d+1;y.create&&(y.targetIdx=S,(o??=[]).push(y)),y.update&&(y.targetIdx=S,(s??=[]).push(y))}}const c=[n];if(r)for(const d of r){const y=Kr("function"==typeof d?d:d.type);c.push(y)}return hm(0,null,function sU(e,n){return e||n?t=>{if(1&t&&e)for(const r of e)r.create();if(2&t&&n)for(const r of n)r.update()}:null}(o,s),1,a,c,null,null,null,[i],null)}(i,a,s,o),l=n.rendererFactory.createRenderer(null,a),d=i?function eP(e,n,t,r){const o=r.get($L,!1)||t===$i.ShadowDom||t===$i.ExperimentalIsolatedShadowDom,s=e.selectRootElement(n,o);if("script"===s.tagName.toLowerCase())throw new we(905,!1);return function tP(e){RD(e)}(s),s}(l,i,a.encapsulation,t):function rU(e,n){const t=function iU(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return ef(n,t,"svg"===t?"svg":"math"===t?"math":null)}(a,l),h=s?.some(OS)||o?.some(U=>"function"!=typeof U&&U.bindings.some(OS)),y=of(null,c,null,512|pm(a),null,null,n,l,t,null,null);y[27]=d,ag(y);let S=null;try{const U=Qm(27,y,2,"#host",()=>c.directiveRegistry,!0,0);KT(l,d,U),Di(d,y),gf(c,y,U),nm(c,U,y),Jm(c,U),void 0!==r&&function cU(e,n,t){const r=e.projection=[];for(let i=0;i<n.length;i++){const o=t[i];r.push(null!=o&&o.length?Array.from(o):null)}}(U,this.ngContentSelectors,r),S=Yr(U.index,y),y[8]=S[8],Cf(c,y,null)}catch(U){throw null!==S&&Og(S),Og(y),U}finally{Cn(pt.DynamicComponentEnd),cg()}return new aU(this.componentType,y,!!h)}}function OS(e){const n=e[Zo].kind;return"input"===n||"twoWay"===n}class aU extends CB{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(n,t,r){super(),this._rootLView=t,this._hasInputBindings=r,this._tNode=_a(t[1],27),this.location=Mc(this._tNode,t),this.instance=Yr(this._tNode.index,t)[8],this.hostView=this.changeDetectorRef=new gu(t,void 0),this.componentType=n}setInput(n,t){const r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(n)&&Object.is(this.previousInputValues.get(n),t))return;const i=this._rootLView;bf(r,i[1],i,n,t),this.previousInputValues.set(n,t),jc(Yr(r.index,i),1)}get injector(){return new sr(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(n){this.hostView.onDestroy(n)}}let Na=class{};class JS extends Na{injector;componentFactoryResolver=new NS(this);instance=null;constructor(n){super();const t=new ds([...n.providers,{provide:Na,useValue:this},{provide:$c,useValue:this.componentFactoryResolver}],n.parent||l_(),n.debugName,new Set(["environment"]));this.injector=t,n.runEnvironmentInitializers&&t.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(n){this.injector.onDestroy(n)}}let wU=(()=>{class e{_injector;cachedInjectors=new Map;constructor(t){this._injector=t}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t)){const r=i_(0,t.type),i=r.length>0?function eI(e,n,t=null){return new JS({providers:e,parent:n,debugName:t,runEnvironmentInitializers:!0}).injector}([r],this._injector,""):null;this.cachedInjectors.set(t,i)}return this.cachedInjectors.get(t)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())null!==t&&t.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=Je({token:e,providedIn:"environment",factory:()=>new e(wt(mi))})}return e})();function Ni(e){return qo(()=>{const n=nI(e),t={...n,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===P_.OnPush,directiveDefs:null,pipeDefs:null,dependencies:n.standalone&&e.dependencies||null,getStandaloneInjector:n.standalone?i=>i.get(wU).getOrCreateStandaloneInjector(t):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||$i.Emulated,styles:e.styles||Fn,_:null,schemas:e.schemas||null,tView:null,id:""};n.standalone&&Qr("NgStandalone"),rI(t);const r=e.dependencies;return t.directiveDefs=Ff(r,tI),t.pipeDefs=Ff(r,Bi),t.id=function RU(e){let n=0;const r=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,"function"==typeof e.consts?"":e.consts,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(const o of r.join("|"))n=Math.imul(31,n)+o.charCodeAt(0)|0;return n+=2147483648,"c"+n}(t),t})}function tI(e){return bn(e)||Kr(e)}function Lf(e){return qo(()=>({type:e.type,bootstrap:e.bootstrap||Fn,declarations:e.declarations||Fn,imports:e.imports||Fn,exports:e.exports||Fn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function AU(e,n){if(null==e)return to;const t={};for(const r in e)if(e.hasOwnProperty(r)){const i=e[r];let o,s,a,c;Array.isArray(i)?(a=i[0],o=i[1],s=i[2]??o,c=i[3]||null):(o=i,s=i,a=sf.None,c=null),t[o]=[r,a,c],n[o]=s}return t}function xU(e){if(null==e)return to;const n={};for(const t in e)e.hasOwnProperty(t)&&(n[e[t]]=t);return n}function zt(e){return qo(()=>{const n=nI(e);return rI(n),n})}function Si(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function nI(e){const n={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:n,inputConfig:e.inputs||to,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||Fn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,inputs:AU(e.inputs,n),outputs:xU(e.outputs),debugInfo:null}}function rI(e){e.features?.forEach(n=>n(e))}function Ff(e,n){return e?()=>{const t="function"==typeof e?e():e,r=[];for(const i of t){const o=n(i);null!==o&&r.push(o)}return r}:null}function yv(e){const n=t=>{const r=Array.isArray(e);null===t.hostDirectives?(t.resolveHostDirectives=NU,t.hostDirectives=r?e.map(bv):[e]):r?t.hostDirectives.unshift(...e.map(bv)):t.hostDirectives.unshift(e)};return n.ngInherit=!0,n}function NU(e){const n=[];let t=!1,r=null,i=null;for(let o=0;o<e.length;o++){const s=e[o];if(null!==s.hostDirectives){const a=n.length;r??=new Map,i??=new Map,iI(s,n,r),i.set(s,[a,n.length-1])}0===o&&zi(s)&&(t=!0,n.push(s))}for(let o=t?1:0;o<e.length;o++)n.push(e[o]);return[n,r,i]}function iI(e,n,t){if(null!==e.hostDirectives)for(const r of e.hostDirectives)if("function"==typeof r){const i=r();for(const o of i)oI(bv(o),n,t)}else oI(r,n,t)}function oI(e,n,t){const r=Kr(e.directive);(function OU(e,n){for(const t in n)n.hasOwnProperty(t)&&(e[n[t]]=e[t])})(r.declaredInputs,e.inputs),iI(r,n,t),t.set(r,e),n.push(r)}function bv(e){return"function"==typeof e?{directive:kt(e),inputs:to,outputs:to}:{directive:kt(e.directive),inputs:sI(e.inputs),outputs:sI(e.outputs)}}function sI(e){if(void 0===e||0===e.length)return to;const n={};for(let t=0;t<e.length;t+=2)n[e[t]]=e[t+1];return n}function En(e){let n=function LU(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),t=!0;const r=[e];for(;n&&n!==Function.prototype&&n!==Object.prototype;){let i;const o=Object.hasOwn(n,kl)?n[kl]:void 0,s=Object.hasOwn(n,$d)?n[$d]:void 0;if(zi(e))i=o??s;else{if(o)throw new we(903,!1);i=s}if(i){if(t){r.push(i);const c=e;c.inputs=Cv(e.inputs),c.declaredInputs=Cv(e.declaredInputs),c.outputs=Cv(e.outputs);const l=i.hostBindings;l&&zU(e,l);const d=i.viewQuery,h=i.contentQueries;if(d&&BU(e,d),h&&UU(e,h),FU(e,i),ea(e.outputs,i.outputs),zi(i)&&i.data.animation){const y=e.data;y.animation=(y.animation||[]).concat(i.data.animation)}}const a=i.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===En&&(t=!1)}}n=Object.getPrototypeOf(n)}!function PU(e){let n=0,t=null;for(let r=e.length-1;r>=0;r--){const i=e[r];i.hostVars=n+=i.hostVars,i.hostAttrs=Rc(i.hostAttrs,t=Rc(t,i.hostAttrs))}}(r)}function FU(e,n){for(const t in n.inputs){if(!n.inputs.hasOwnProperty(t)||e.inputs.hasOwnProperty(t))continue;const r=n.inputs[t];void 0!==r&&(e.inputs[t]=r,e.declaredInputs[t]=n.declaredInputs[t])}}function Cv(e){return e===to?{}:e===Fn?[]:e}function BU(e,n){const t=e.viewQuery;e.viewQuery=t?(r,i)=>{n(r,i),t(r,i)}:n}function UU(e,n){const t=e.contentQueries;e.contentQueries=t?(r,i,o)=>{n(r,i,o),t(r,i,o)}:n}function zU(e,n){const t=e.hostBindings;e.hostBindings=t?(r,i)=>{n(r,i),t(r,i)}:n}function Oa(e,n,t,r,i,o,s,a,c,l,d){const h=t+27;let y;if(n.firstCreatePass){if(y=xa(n,h,4,s||null,a||null),null!=l){const S=Pr(n.consts,l);y.localNames=[];for(let U=0;U<S.length;U+=2)y.localNames.push(S[U],-1)}}else y=n.data[h];return function cI(e,n,t,r,i,o,s,a){if(t.firstCreatePass){e.mergedAttrs=Rc(e.mergedAttrs,e.attrs);const d=e.tView=hm(2,e,i,o,s,t.directiveRegistry,t.pipeRegistry,null,t.schemas,t.consts,null);null!==t.queries&&(t.queries.template(t,e),d.queries=t.queries.embeddedTView(e))}a&&(e.flags|=a),Go(e,!1);const c=dI(t,n,e,r);T_()&&Rm(t,n,c,e),Di(c,n);const l=function HD(e,n,t,r){return[e,!0,0,n,null,r,null,t,null,null]}(c,n,c,e);n[r+27]=l,gm(n,l)}(y,e,n,t,r,i,o,c),null!=l&&zc(e,y,d),y}let dI=function _I(e,n,t,r){return $l(!0),n[11].createComment("")};const VI=new Se("");function $f(e){return!!e&&"function"==typeof e.then}function HI(e){return!!e&&"function"==typeof e.subscribe}const kv=new Se("");let GI=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((t,r)=>{this.resolve=t,this.reject=r});appInits=re(kv,{optional:!0})??[];injector=re(Gn);constructor(){}runInitializers(){if(this.initialized)return;const t=[];for(const i of this.appInits){const o=no(this.injector,i);if($f(o))t.push(o);else if(HI(o)){const s=new Promise((a,c)=>{o.subscribe({complete:a,error:c})});t.push(s)}}const r=()=>{this.done=!0,this.resolve()};Promise.all(t).then(()=>{r()}).catch(i=>{this.reject(i)}),0===t.length&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const Z3=new Se("");let Qo=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=re(vs);afterRenderManager=re(hD);zonelessEnabled=re(hg);rootEffectScheduler=re(G0);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new ut;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=re(ha);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(Hi(t=>!t))}constructor(){re(Ia,{optional:!0})}whenStable(){let t;return new Promise(r=>{t=this.isStable.subscribe({next:i=>{i&&r()}})}).finally(()=>{t.unsubscribe()})}_injector=re(mi);_rendererFactory=null;get injector(){return this._injector}bootstrap(t,r){return this.bootstrapImpl(t,r)}bootstrapImpl(t,r,i=Gn.NULL){return this._injector.get(Mn).run(()=>{Cn(pt.BootstrapComponentStart);const s=t instanceof gS;if(!this._injector.get(GI).done)throw new we(405,"");let c;c=s?t:this._injector.get($c).resolveComponentFactory(t),this.componentTypes.push(c.componentType);const l=function J3(e){return e.isBoundToModule}(c)?void 0:this._injector.get(Na),h=c.create(i,[],r||c.selector,l),y=h.location.nativeElement,S=h.injector.get(VI,null);return S?.registerApplication(y),h.onDestroy(()=>{this.detachView(h.hostView),Wf(this.components,h),S?.unregisterApplication(y)}),this._loadComponent(h),Cn(pt.BootstrapComponentEnd,h),h})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){Cn(pt.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(Sm.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw Cn(pt.ChangeDetectionEnd),new we(101,!1);const t=X(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,X(t),this.afterTick.next(),Cn(pt.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(kf,null,{optional:!0}));let t=0;for(;0!==this.dirtyFlags&&t++<10;){Cn(pt.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{Cn(pt.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let t=!1;if(7&this.dirtyFlags){const r=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:i}of this.allViews)(r||fa(i))&&(Ef(i,r&&!this.zonelessEnabled?0:1),t=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}t||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:t})=>fa(t))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(t){const r=t;this._views.push(r),r.attachToAppRef(this)}detachView(t){const r=t;Wf(this._views,r),r.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView);try{this.tick()}catch(i){this.internalErrorHandler(i)}this.components.push(t),this._injector.get(Z3,[]).forEach(i=>i(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(t){return this._destroyListeners.push(t),()=>Wf(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new we(406,!1);const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Wf(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}class jz{destroy(n){}updateValue(n,t){}swap(n,t){const r=Math.min(n,t),i=Math.max(n,t),o=this.detach(i);if(i-r>1){const s=this.detach(r);this.attach(r,o),this.attach(i,s)}else this.attach(r,o)}move(n,t){this.attach(t,this.detach(n))}}function Pv(e,n,t,r,i){return e===t&&Object.is(n,r)?1:Object.is(i(e,n),i(t,r))?-1:0}function Bv(e,n,t,r){return!(void 0===n||!n.has(r)||(e.attach(t,n.get(r)),n.delete(r),0))}function tw(e,n,t,r,i){if(Bv(e,n,r,t(r,i)))e.updateValue(r,i);else{const o=e.create(r,i);e.attach(r,o)}}function nw(e,n,t,r){const i=new Set;for(let o=n;o<=t;o++)i.add(r(o,e.at(o)));return i}class rw{kvMap=new Map;_vMap=void 0;has(n){return this.kvMap.has(n)}delete(n){if(!this.has(n))return!1;const t=this.kvMap.get(n);return void 0!==this._vMap&&this._vMap.has(t)?(this.kvMap.set(n,this._vMap.get(t)),this._vMap.delete(t)):this.kvMap.delete(n),!0}get(n){return this.kvMap.get(n)}set(n,t){if(this.kvMap.has(n)){let r=this.kvMap.get(n);void 0===this._vMap&&(this._vMap=new Map);const i=this._vMap;for(;i.has(r);)r=i.get(r);i.set(r,t)}else this.kvMap.set(n,t)}forEach(n){for(let[t,r]of this.kvMap)if(n(r,t),void 0!==this._vMap){const i=this._vMap;for(;i.has(r);)r=i.get(r),n(r,t)}}}function Uv(e,n,t,r,i,o,s,a){Qr("NgControlFlow");const c=Oe(),l=$t();return Oa(c,l,e,n,t,r,i,Pr(l.consts,o),512,s,a),Uv}class Gz{lContainer;$implicit;$index;constructor(n,t,r){this.lContainer=n,this.$implicit=t,this.$index=r}get $count(){return this.lContainer.length-10}}function sw(e,n){return n}class Wz{hasEmptyBlock;trackByFn;liveCollection;constructor(n,t,r){this.hasEmptyBlock=n,this.trackByFn=t,this.liveCollection=r}}function Nu(e,n,t,r,i,o,s,a,c,l,d,h,y){Qr("NgControlFlow");const S=Oe(),U=$t(),de=void 0!==c,pe=Oe(),xe=a?s.bind(pe[15][8]):s,Te=new Wz(de,xe);pe[27+e]=Te,Oa(S,U,e+1,n,t,r,i,Pr(U.consts,o),256),de&&Oa(S,U,e+2,c,l,d,h,Pr(U.consts,y),512)}class Kz extends jz{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(n,t,r){super(),this.lContainer=n,this.hostLView=t,this.templateTNode=r}get length(){return this.lContainer.length-10}at(n){return this.getLView(n)[8].$implicit}attach(n,t){const r=t[6];this.needsIndexUpdate||=n!==this.length,Hc(this.lContainer,t,n,Aa(this.templateTNode,r)),function qz(e,n){if(e.length<=10)return;const r=e[10+n],i=r?r[26]:void 0;r&&i&&i.detachedLeaveAnimationFns&&i.detachedLeaveAnimationFns.length>0&&(function GF(e,n){const t=e.get(ff);if(n.detachedLeaveAnimationFns){for(const r of n.detachedLeaveAnimationFns)t.queue.delete(r);n.detachedLeaveAnimationFns=void 0}}(r[9],i),Sa.delete(r[19]),i.detachedLeaveAnimationFns=void 0)}(this.lContainer,n)}detach(n){return this.needsIndexUpdate||=n!==this.length-1,function Yz(e,n){if(e.length<=10)return;const r=e[10+n],i=r?r[26]:void 0;i&&i.leave&&i.leave.size>0&&(i.detachedLeaveAnimationFns=[])}(this.lContainer,n),function Xz(e,n){return pu(e,n)}(this.lContainer,n)}create(n,t){return Vc(this.hostLView,this.templateTNode,new Gz(this.lContainer,t,n),{dehydratedView:null})}destroy(n){fu(n[1],n)}updateValue(n,t){this.getLView(n)[8].$implicit=t}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let n=0;n<this.length;n++)this.getLView(n)[8].$index=n}getLView(n){return function Zz(e,n){return GD(e,n)}(this.lContainer,n)}}function Ou(e){const n=X(null),t=xr();try{const r=Oe(),i=r[1],o=r[t],s=t+1,a=Xf(r,s);if(void 0===o.liveCollection){const l=zv(i,s);o.liveCollection=new Kz(a,r,l)}else o.liveCollection.reset();const c=o.liveCollection;if(function Hz(e,n,t,r){let i,o,s=0,a=e.length-1;if(Array.isArray(n)){X(r);let l=n.length-1;for(X(null);s<=a&&s<=l;){const d=e.at(s),h=n[s],y=Pv(s,d,s,h,t);if(0!==y){y<0&&e.updateValue(s,h),s++;continue}const S=e.at(a),U=n[l],de=Pv(a,S,l,U,t);if(0!==de){de<0&&e.updateValue(a,U),a--,l--;continue}const pe=t(s,d),xe=t(a,S),Te=t(s,h);if(Object.is(Te,xe)){const Tt=t(l,U);Object.is(Tt,pe)?(e.swap(s,a),e.updateValue(a,U),l--,a--):e.move(a,s),e.updateValue(s,h),s++;continue}if(i??=new rw,o??=nw(e,s,a,t),Bv(e,i,s,Te))e.updateValue(s,h),s++,a++;else if(o.has(Te))i.set(pe,e.detach(s)),a--;else{const Tt=e.create(s,n[s]);e.attach(s,Tt),s++,a++}}for(;s<=l;)tw(e,i,t,s,n[s]),s++}else if(null!=n){X(r);const l=n[Symbol.iterator]();X(null);let d=l.next();for(;!d.done&&s<=a;){const h=e.at(s),y=d.value,S=Pv(s,h,s,y,t);if(0!==S)S<0&&e.updateValue(s,y),s++,d=l.next();else{i??=new rw,o??=nw(e,s,a,t);const U=t(s,y);if(Bv(e,i,s,U))e.updateValue(s,y),s++,a++,d=l.next();else if(o.has(U)){const de=t(s,h);i.set(de,e.detach(s)),a--}else e.attach(s,e.create(s,y)),s++,a++,d=l.next()}}for(;!d.done;)tw(e,i,t,e.length,d.value),d=l.next()}for(;s<=a;)e.destroy(e.detach(a--));i?.forEach(l=>{e.destroy(l)})}(c,e,o.trackByFn,n),c.updateIndexes(),o.hasEmptyBlock){const l=bi(),d=0===c.length;if($n(r,l,d)){const h=t+2,y=Xf(r,h);if(d){const S=zv(i,h),U=null;Hc(y,Vc(r,S,void 0,{dehydratedView:U}),0,Aa(S,U))}else i.firstUpdatePass&&function Af(e){const n=e[6]??[],r=e[3][11],i=[];for(const o of n)void 0!==o.data.di?i.push(o):uS(o,r);e[6]=i}(y),Um(y,0)}}}finally{X(n)}}function Xf(e,n){return e[n]}function zv(e,n){return _a(e,n)}function ai(e,n,t){const r=Oe();return $n(r,bi(),n)&&($t(),Om(io(),r,e,n,r[11],t)),ai}function Vv(e,n,t,r,i){bf(n,e,t,i?"class":"style",r)}function sn(e,n,t,r){const i=Oe(),o=i[1],s=e+27,a=o.firstCreatePass?Qm(s,i,2,n,Fm,function rg(){return Ut.bindingsEnabled}(),t,r):o.data[s];if(ro(a)){const c=i[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(nv(o.data[a.directiveStart+a.componentOffset]),()=>(aw(e,n,i,a,r),sn))}return aw(e,n,i,a,r),sn}function aw(e,n,t,r,i){if(vf(r,t,e,n,jv),da(r)){const o=t[1];gf(o,t,r),nm(o,r,t)}null!=i&&zc(t,r)}function mn(){const e=$t(),t=yf(Ht());return e.firstCreatePass&&Jm(e,t),v0(t)&&y0(),g0(),null!=t.classesWithoutHost&&function WO(e){return!!(8&e.flags)}(t)&&Vv(e,t,Oe(),t.classesWithoutHost,!0),null!=t.stylesWithoutHost&&function KO(e){return!!(16&e.flags)}(t)&&Vv(e,t,Oe(),t.stylesWithoutHost,!1),mn}function Ua(e,n,t,r){return sn(e,n,t,r),mn(),Ua}function ci(e,n,t,r){const i=Oe(),o=i[1],s=e+27,a=o.firstCreatePass?function TS(e,n,t,r,i,o){const s=n.consts,c=xa(n,e,t,r,Pr(s,i));if(c.mergedAttrs=Rc(c.mergedAttrs,c.attrs),null!=o){const l=Pr(s,o);c.localNames=[];for(let d=0;d<l.length;d+=2)c.localNames.push(l[d],-1)}return null!==c.attrs&&Mf(c,c.attrs,!1),null!==c.mergedAttrs&&Mf(c,c.mergedAttrs,!0),null!==n.queries&&n.queries.elementStart(n,c),c}(s,o,2,n,t,r):o.data[s];return vf(a,i,e,n,jv),null!=r&&zc(i,a),ci}function Ki(){return v0(yf(Ht()))&&y0(),g0(),Ki}function za(e,n,t,r){return ci(e,n,t,r),Ki(),za}let jv=(e,n,t,r,i)=>($l(!0),ef(n[11],r,O0()));function Qf(){return Oe()}function Jf(e,n,t){const r=Oe();return $n(r,bi(),n)&&($t(),Lm(io(),r,e,n,r[11],t)),Jf}const eh="en-US";let hw=eh;function nr(e,n,t){const r=Oe(),i=$t(),o=Ht();return function Xv(e,n,t,r,i,o,s){let a=!0,c=null;if((3&r.type||s)&&(c??=ks(r,n,o),function tv(e,n,t,r,i,o,s,a){const c=da(e);let l=!1,d=null;if(!r&&c&&(d=function jB(e,n,t,r){const i=e.cleanup;if(null!=i)for(let o=0;o<i.length-1;o+=2){const s=i[o];if(s===t&&i[o+1]===r){const a=n[7],c=i[o+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(o+=2)}return null}(n,t,o,e.index)),null!==d)(d.__ngLastListenerFn__||d).__ngNextListenerFn__=s,d.__ngLastListenerFn__=s,l=!0;else{const h=tr(e,t),y=r?r(h):h;r||(a.__ngNativeEl__=h);const S=i.listen(y,o,a);(function VB(e){return e.startsWith("animation")||e.startsWith("transition")})(o)||SS(r?de=>r(Ar(de[e.index])):e.index,n,t,o,a,S,!1)}return l}(r,e,n,s,t,i,o,c)&&(a=!1)),a){const l=r.outputs?.[i],d=r.hostDirectiveOutputs?.[i];if(d&&d.length)for(let h=0;h<d.length;h+=2){const y=d[h],S=d[h+1];c??=ks(r,n,o),Yc(r,n,y,S,i,c)}if(l&&l.length)for(const h of l)c??=ks(r,n,o),Yc(r,n,h,i,i,c)}}(i,r,r[11],o,e,n,t),nr}function es(e=1){return function NN(e){return(Ut.lFrame.contextLView=function y_(e,n){for(;e>0;)n=n[14],e--;return n}(e,Ut.lFrame.contextLView))[8]}(e)}function GV(e,n){let t=null;const r=function vF(e){const n=e.attrs;if(null!=n){const t=n.indexOf(5);if(!(1&t))return n[t+1]}return null}(e);for(let i=0;i<n.length;i++){const o=n[i];if("*"!==o){if(null===r?oD(e,o,!0):CF(r,o))return i}else t=i}return t}function Ns(e){const n=Oe()[15][5];if(!n.projection){const r=n.projection=function vc(e,n){const t=[];for(let r=0;r<e;r++)t.push(n);return t}(e?e.length:1,null),i=r.slice();let o=n.child;for(;null!==o;){if(128!==o.type){const s=e?GV(o,e):0;null!==s&&(i[s]?i[s].projectionNext=o:r[s]=o,i[s]=o)}o=o.next}}}function Os(e,n=0,t,r,i,o){const s=Oe(),a=$t(),c=r?e+1:null;null!==c&&Oa(s,a,c,r,i,o,null,t);const l=xa(a,27+e,16,null,t||null);null===l.projection&&(l.projection=n),E0();const h=!s[6]||m0();null===s[15][5].projection[l.projection]&&null!==c?function $V(e,n,t){const r=27+t,i=n.data[r],o=e[r];Hc(o,Vc(e,i,void 0,{dehydratedView:null}),0,Aa(i,null))}(s,a,c):h&&!G_(l)&&function ZF(e,n,t){xD(n[11],0,n,t,xm(e,t,n),DD(t.parent||n[5],t,n))}(a,s,l)}function oh(e,n){return e<<17|n<<2}function Va(e){return e>>17&32767}function Zv(e){return 2|e}function rl(e){return(131068&e)>>2}function Qv(e,n){return-131069&e|n<<2}function Jv(e){return 1|e}function Bw(e,n,t,r){const i=e[t+1],o=null===n;let s=r?Va(i):rl(i),a=!1;for(;0!==s&&(!1===a||o);){const l=e[s+1];t8(e[s],n)&&(a=!0,e[s+1]=r?Jv(l):Zv(l)),s=r?Va(l):rl(l)}a&&(e[t+1]=r?Zv(i):Jv(i))}function t8(e,n){return null===e||null==n||(Array.isArray(e)?e[1]:e)===n||!(!Array.isArray(e)||"string"!=typeof n)&&oa(e,n)>=0}function sh(e,n){return function Ww(e,n,t,r){const i=Oe(),o=$t(),s=Wo(2);o.firstUpdatePass&&function Yw(e,n,t,r){const i=e.data;if(null===i[t+1]){const o=i[xr()],s=function qw(e,n){return n>=e.expandoStartIndex}(e,t);(function Jw(e,n){return!!(e.flags&(n?8:16))})(o,r)&&null===n&&!s&&(n=!1),n=function _8(e,n,t,r){const i=function og(e){const n=Ut.lFrame.currentDirectiveIndex;return-1===n?null:e[n]}(e);let o=r?n.residualClasses:n.residualStyles;if(null===i)0===(r?n.classBindings:n.styleBindings)&&(t=zu(t=ey(null,e,n,t,r),n.attrs,r),o=null);else{const s=n.directiveStylingLast;if(-1===s||e[s]!==i)if(t=ey(i,e,n,t,r),null===o){let c=function f8(e,n,t){const r=t?n.classBindings:n.styleBindings;if(0!==rl(r))return e[Va(r)]}(e,n,r);void 0!==c&&Array.isArray(c)&&(c=ey(null,e,n,c[1],r),c=zu(c,n.attrs,r),function h8(e,n,t,r){e[Va(t?n.classBindings:n.styleBindings)]=r}(e,n,r,c))}else o=function p8(e,n,t){let r;const i=n.directiveEnd;for(let o=1+n.directiveStylingLast;o<i;o++)r=zu(r,e[o].hostAttrs,t);return zu(r,n.attrs,t)}(e,n,r)}return void 0!==o&&(r?n.residualClasses=o:n.residualStyles=o),t}(i,o,n,r),function JV(e,n,t,r,i,o){let s=o?n.classBindings:n.styleBindings,a=Va(s),c=rl(s);e[r]=t;let d,l=!1;if(Array.isArray(t)?(d=t[1],(null===d||oa(t,d)>0)&&(l=!0)):d=t,i)if(0!==c){const y=Va(e[a+1]);e[r+1]=oh(y,a),0!==y&&(e[y+1]=Qv(e[y+1],r)),e[a+1]=function ZV(e,n){return 131071&e|n<<17}(e[a+1],r)}else e[r+1]=oh(a,0),0!==a&&(e[a+1]=Qv(e[a+1],r)),a=r;else e[r+1]=oh(c,0),0===a?a=r:e[c+1]=Qv(e[c+1],r),c=r;l&&(e[r+1]=Zv(e[r+1])),Bw(e,d,r,!0),Bw(e,d,r,!1),function e8(e,n,t,r,i){const o=i?e.residualClasses:e.residualStyles;null!=o&&"string"==typeof n&&oa(o,n)>=0&&(t[r+1]=Jv(t[r+1]))}(n,d,e,r,o),s=oh(a,c),o?n.classBindings=s:n.styleBindings=s}(i,o,n,t,s,r)}}(o,e,s,r),n!==Dn&&$n(i,s,n)&&function Zw(e,n,t,r,i,o,s,a){if(!(3&n.type))return;const c=e.data,l=c[a+1],d=function QV(e){return!(1&~e)}(l)?Qw(c,n,t,i,rl(l),s):void 0;ah(d)||(ah(o)||function XV(e){return!(2&~e)}(l)&&(o=Qw(c,null,t,i,a,s)),function JF(e,n,t,r,i){if(n)i?e.addClass(t,r):e.removeClass(t,r);else{let o=-1===r.indexOf("-")?void 0:ws.DashCase;null==i?e.removeStyle(t,r,o):("string"==typeof i&&i.endsWith("!important")&&(i=i.slice(0,-10),o|=ws.Important),e.setStyle(t,r,i,o))}}(r,s,gs(xr(),t),i,o))}(o,o.data[xr()],i,i[11],e,i[s+1]=function y8(e,n){return null==e||""===e||("string"==typeof n?e+=n:"object"==typeof e&&(e=hi(Ds(e)))),e}(n,t),r,s)}(e,n,null,!0),sh}function ey(e,n,t,r,i){let o=null;const s=t.directiveEnd;let a=t.directiveStylingLast;for(-1===a?a=t.directiveStart:a++;a<s&&(o=n[a],r=zu(r,o.hostAttrs,i),o!==e);)a++;return null!==e&&(t.directiveStylingLast=a),r}function zu(e,n,t){const r=t?1:2;let i=-1;if(null!==n)for(let o=0;o<n.length;o++){const s=n[o];"number"==typeof s?i=s:i===r&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),yc(e,s,!!t||n[++o]))}return void 0===e?null:e}function Qw(e,n,t,r,i,o){const s=null===n;let a;for(;i>0;){const c=e[i],l=Array.isArray(c),d=l?c[1]:c,h=null===d;let y=t[i+1];y===Dn&&(y=h?Fn:void 0);let S=h?Ml(y,r):d===r?y:void 0;if(l&&!ah(S)&&(S=Ml(c,r)),ah(S)&&(a=S,s))return a;const U=e[i+1];i=s?Va(U):rl(U)}if(null!==n){let c=o?n.residualClasses:n.residualStyles;null!=c&&(a=Ml(c,r))}return a}function ah(e){return void 0!==e}function Sn(e,n=""){const t=Oe(),r=$t(),i=e+27,o=r.firstCreatePass?xa(r,i,1,n,null):r.data[i],s=eA(r,t,o,n);t[i]=s,T_()&&Rm(r,t,s,o),Go(o,!1)}let eA=(e,n,t,r)=>($l(!0),function um(e,n){return e.createText(n)}(n[11],r));function rA(e,n,t,r,i,o=""){const a=function Ra(e,n,t,r){const i=$n(e,n,t);return $n(e,n+1,r)||i}(e,function $o(){return Ut.lFrame.bindingIndex}(),t,i);return Wo(2),a?n+jt(t)+r+jt(i)+o:Dn}function xi(e){return zr("",e),xi}function zr(e,n,t){const r=Oe(),i=function nA(e,n,t,r=""){return $n(e,bi(),t)?n+jt(t)+r:Dn}(r,e,n,t);return i!==Dn&&ts(r,xr(),i),zr}function ty(e,n,t,r,i){const o=Oe(),s=rA(o,e,n,t,r,i);return s!==Dn&&ts(o,xr(),s),ty}function ts(e,n,t){const r=gs(n,e);!function HT(e,n,t){e.setValue(n,t)}(e[11],r,t)}const yA={};function ny(e){Qr("NgLet");const n=$t(),t=Oe(),r=e+27;return Go(xa(n,r,128,null,null),!1),m_(n,t,r,yA),ny}function ch(e){const t=ms(function T0(){return Ut.lFrame.contextLView}(),27+e);if(t===yA)throw new we(314,!1);return t}function Vu(e){return $n(Oe(),bi(),e)?jt(e):Dn}function CA(e,n,t){const r=$t();r.firstCreatePass&&EA(n,r.data,r.blueprint,zi(e),t)}function EA(e,n,t,r,i){if(e=kt(e),Array.isArray(e))for(let o=0;o<e.length;o++)EA(e[o],n,t,r,i);else{const o=$t(),s=Oe(),a=Ht();let c=mo(e)?e:kt(e.provide);const l=Wp(e),d=1048575&a.providerIndexes,h=a.directiveStart,y=a.providerIndexes>>20;if(mo(e)||!e.multi){const S=new Xl(l,i,ot,null),U=iy(c,n,i?d:d+y,h);-1===U?(xg(N_(a,s),o,c),ry(o,e,n.length),n.push(c),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),t.push(S),s.push(S)):(t[U]=S,s[U]=S)}else{const S=iy(c,n,d+y,h),U=iy(c,n,d,d+y),pe=U>=0&&t[U];if(i&&!pe||!i&&!(S>=0&&t[S])){xg(N_(a,s),o,c);const xe=function L8(e,n,t,r,i){const s=new Xl(e,t,ot,null);return s.multi=[],s.index=n,s.componentProviders=0,TA(s,i,r&&!t),s}(i?O8:N8,t.length,i,r,l);!i&&pe&&(t[U].providerFactory=xe),ry(o,e,n.length,0),n.push(c),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),t.push(xe),s.push(xe)}else ry(o,e,S>-1?S:U,TA(t[i?U:S],l,!i&&r));!i&&r&&pe&&t[U].componentProviders++}}}function ry(e,n,t,r){const i=mo(n),o=function Gp(e){return!!e.useClass}(n);if(i||o){const c=(o?kt(n.useClass):n).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!i&&n.multi){const d=l.indexOf(t);-1===d?l.push(t,[r,c]):l[d+1].push(r,c)}else l.push(t,c)}}}function TA(e,n,t){return t&&e.componentProviders++,e.multi.push(n)-1}function iy(e,n,t,r){for(let i=t;i<r;i++)if(n[i]===e)return i;return-1}function N8(e,n,t,r,i){return oy(this.multi,[])}function O8(e,n,t,r,i){const o=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=Jl(r,r[1],this.providerFactory.index,i);s=c.slice(0,a),oy(o,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],oy(o,s);return s}function oy(e,n){for(let t=0;t<e.length;t++)n.push((0,e[t])());return n}function yn(e,n){return t=>{t.providersResolver=(r,i)=>CA(r,i?i(e):e,!1),n&&(t.viewProvidersResolver=(r,i)=>CA(r,i?i(n):n,!0))}}function SA(e,n,t,r,i,o){const s=n+t;return $n(e,s,i)?function co(e,n,t){return e[n]=t}(e,s+1,o?r.call(o,i):r(i)):function ju(e,n){const t=e[n];return t===Dn?void 0:t}(e,s+1)}function RA(e,n,t){const r=e+27,i=Oe(),o=ms(i,r);return function Hu(e,n){return e[1].data[n].pure}(i,r)?SA(i,function Xr(){const e=Ut.lFrame;let n=e.bindingRootIndex;return-1===n&&(n=e.bindingRootIndex=e.tView.bindingStartIndex),n}(),n,o.transform,t,o):o.transform(t)}let kj=(()=>{class e{applicationErrorHandler=re(vs);appRef=re(Qo);taskService=re(ha);ngZone=re(Mn);zonelessEnabled=re(hg);tracing=re(Ia,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new it;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(S_):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(re(ZN,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const t=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(t)):this.taskService.remove(t)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const t=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(t)})})}notify(t){if(!this.zonelessEnabled&&5===t)return;switch(t){case 0:case 6:case 13:this.appRef.dirtyFlags|=2;break;case 3:case 2:case 4:case 5:case 1:this.appRef.dirtyFlags|=4;break;case 12:this.appRef.dirtyFlags|=16;break;case 11:break;default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick())return;const r=this.useMicrotaskScheduler?VN:U0;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>r(()=>this.tick())):this.ngZone.runOutsideAngular(()=>r(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(S_+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(0===this.appRef.dirtyFlags)return void this.cleanup();!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const t=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.applicationErrorHandler(r)}finally{this.taskService.remove(t),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const t=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(t)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function dy(){return[{provide:pa,useExisting:kj},{provide:Mn,useClass:WN},{provide:hg,useValue:!0}]}const Fs=new Se("",{factory:()=>re(Fs,{optional:!0,skipSelf:!0})||function Mj(){return typeof $localize<"u"&&$localize.locale||eh}()});
40
+ function LI(e,t,n){const i=Object.create(MV);i.source=e,i.computation=t,null!=n&&(i.equal=n);const r=()=>{if(w(i),U(i),i.value===pe)throw i.error;return i.value};return r[v]=i,r}function FI(e,t){w(e),ae(e,t),P(e)}const MV={...F,value:Ie,dirty:!0,error:null,equal:Pe,kind:"linkedSignal",producerMustRecompute:e=>e.value===Ie||e.value===he,producerRecomputeValue(e){if(e.value===he)throw new Error("");const t=e.value;e.value=he;const n=ne(e);let i,o=!1;try{const r=e.source(),s=t!==Ie&&t!==pe;i=e.computation(r,s?{source:e.sourceValue,value:t}:void 0),e.sourceValue=r,y(null),o=s&&i!==pe&&e.equal(t,i)}catch(r){i=pe,e.error=r}finally{K(e,n)}o?e.value=t:(e.value=i,e.version++)}};
40
41
  /**
41
- * @license Angular v21.2.17
42
+ * @license Angular v22.1.1
42
43
  * (c) 2010-2026 Google LLC. https://angular.dev/
43
44
  * License: MIT
44
45
  */
45
- function ex(e,n,t){const r=Object.create(zj);r.source=e,r.computation=n,null!=t&&(r.equal=t);const o=()=>{if(Ie(r),ke(r),r.value===_t)throw r.error;return r.value};return o[le]=r,o}const zj={...Pe,value:Ke,dirty:!0,error:null,equal:ye,kind:"linkedSignal",producerMustRecompute:e=>e.value===Ke||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const n=e.value;e.value=Et;const t=be(e);let r,i=!1;try{const o=e.source(),s=n!==Ke&&n!==_t;r=e.computation(o,s?{source:e.sourceValue,value:n}:void 0),e.sourceValue=o,X(null),i=s&&r!==_t&&e.equal(n,r)}catch(o){r=_t,e.error=o}finally{$e(e,t)}i?e.value=n:(e.value=r,e.version++)}};
46
+ class BV{destroyed=!1;listeners=null;errorHandler=Ve(oa,{optional:!0});isEmitting=!1;hasNullListeners=!1;destroyRef=Ve(to);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new ke(953,!1);return(this.listeners??=[]).push(t),{unsubscribe:()=>{const n=this.listeners?this.listeners.indexOf(t):-1;n>-1&&(this.isEmitting?(this.hasNullListeners=!0,this.listeners[n]=null):this.listeners.splice(n,1))}}}emit(t){if(this.destroyed)return void console.warn(tn(953,!1));if(null===this.listeners)return;this.isEmitting=!0;const n=y(null);try{for(const i of this.listeners)try{null!==i&&i(t)}catch(o){this.errorHandler?.handleError(o)}}finally{this.hasNullListeners&&(this.hasNullListeners=!1,this.listeners&&function UV(e){let t=e.length-1;for(;t>-1;)null===e[t]&&e.splice(t,1),t--}(this.listeners)),y(n),this.isEmitting=!1}}}function di(e,t){return function Ee(e,t){const n=Object.create(Ne);n.computation=e,void 0!==t&&(n.equal=t);const i=()=>{if(w(n),U(n),n.value===pe)throw n.error;return n.value};return i[v]=n,i}(e,t?.equal)}function Dn(e){return function OV(e){const t=y(null);try{return e()}finally{y(t)}}(e)}Error;class js extends Error{_brand;constructor(t){super(t)}static IDLE=new js("IDLE");static LOADING=new js("LOADING")}const jV=e=>e;function BI(e,t,n){const i=e[v],o=e;if(void 0!==n){const r=s=>FI(i,s);o.set=s=>n(s,r),o.update=s=>n(s(Dn(e)),r)}else o.set=r=>FI(i,r),o.update=r=>function NV(e,t){if(w(e),e.value===pe)throw e.error;ft(e,t),P(e)}(i,r);return o.asReadonly=rh.bind(e),o}Error,Error;
46
47
  /**
47
- * @license Angular v21.2.17
48
+ * @license Angular v22.1.1
48
49
  * (c) 2010-2026 Google LLC. https://angular.dev/
49
50
  * License: MIT
50
51
  */
51
- class $j{destroyed=!1;listeners=null;errorHandler=re(Dc,{optional:!0});destroyRef=re(Ci);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(n){if(this.destroyed)throw new we(953,!1);return(this.listeners??=[]).push(n),{unsubscribe:()=>{const t=this.listeners?.indexOf(n);void 0!==t&&-1!==t&&this.listeners?.splice(t,1)}}}emit(n){if(this.destroyed)return void console.warn(Qn(953,!1));if(null===this.listeners)return;const t=X(null);try{for(const r of this.listeners)try{r(n)}catch(i){this.errorHandler?.handleError(i)}}finally{X(t)}}}function cr(e){return function Vj(e){const n=X(null);try{return e()}finally{X(n)}}(e)}function Rr(e,n){return function lt(e,n){const t=Object.create(Dt);t.computation=e,void 0!==n&&(t.equal=n);const r=()=>{if(Ie(t),ke(t),t.value===_t)throw t.error;return t.value};return r[le]=t,r}(e,n?.equal)}const Wj=e=>e;function nx(e,n){const t=e[le],r=e;return r.set=i=>function Bj(e,n){Ie(e),K(e,n),st(e)}(t,i),r.update=i=>function Uj(e,n){if(Ie(e),e.value===_t)throw e.error;G(e,n),st(e)}(t,i),r.asReadonly=_g.bind(e),r}Error,Error;
52
+ const T_=Symbol("InputSignalNode#UNSET"),DA={...Se,transformFn:void 0,applyValueToInputSignal(e,t){ae(e,t)}};function IA(e,t){const n=Object.create(DA);function i(){if(U(n),n.value===T_)throw new ke(-950,null);return n.value}return n.value=e,n.transformFn=t?.transform,i[v]=n,i}function _i(e){return new BV}function AA(e,t){return IA(e,t)}const qe=(AA.required=function qj(e){return IA(T_,e)},AA);class d8{supports(t){return t instanceof Map||qp(t)}create(){return new _8}}class _8{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(t){let n;for(n=this._mapHead;null!==n;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;null!==n;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;null!==n;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;null!==n;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;null!==n;n=n._nextRemoved)t(n)}diff(t){if(t){if(!(t instanceof Map||qp(t)))throw new ke(900,!1)}else t=new Map;return this.check(t)?this:null}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(i,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,i),this._appendAfter=n,n=n._next;else{const r=this._getOrCreateRecordForKey(o,i);n=this._insertBeforeOrAppend(n,r)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let i=n;null!==i;i=i._nextRemoved)i===this._mapHead&&(this._mapHead=null),this._records.delete(i.key),i._nextRemoved=i._next,i.previousValue=i.currentValue,i.currentValue=null,i._prev=null,i._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){const i=t._prev;return n._next=t,n._prev=i,t._prev=n,i&&(i._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const r=o._prev,s=o._next;return r&&(r._next=s),s&&(s._prev=r),o._next=null,o._prev=null,o}const i=new f8(t);return this._records.set(t,i),i.currentValue=n,this._addToAdditions(i),i}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(i=>n(t[i],i))}}class f8{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}}function PA(){return new BA([new d8])}let BA=(()=>{class e{static \u0275prov=zt({token:e,providedIn:"root",factory:PA});factories;constructor(n){this.factories=n}static create(n,i){if(i){const o=i.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{const i=Ve(e,{optional:!0,skipSelf:!0});return e.create(n,i||PA())}}}find(n){const i=this.factories.find(o=>o.supports(n));if(i)return i;throw new ke(901,!1)}}return e})(),UA=(()=>class e{static __NG_ELEMENT_ID__=p8})();function p8(e){return function g8(e,t,n){if(lo(e)&&!n){const i=Ei(e.index,t);return new Ta(i,i)}return 175&e.type?new Ta(t[15],t):null}(Gt(),Re(),!(16&~e))}const D_=new rt(""),D8=new rt("");function xl(e){return!e.moduleRef}let GA,Ha=null;function B8(e){const{rootComponent:t,appProviders:n,platformProviders:i,platformRef:o}=e;fn(et.BootstrapApplicationStart);try{const r=o?.injector??function P8(e=[]){if(Ha)return Ha;const t=function YA(e=[],t){return zn.create({name:t,providers:[{provide:lu,useValue:"platform"},{provide:D_,useValue:new Set([()=>Ha=null])},...e]})}(e);return Ha=t,function UP(){!function Fe(e){lt=e}(()=>{throw new ke(600,"")})}(),function XA(e){const t=e.get(rb,null);Io(e,()=>{t?.forEach(n=>n())})}(t),t}(i),s=[fm(),ob,...n||[]];return function zA(e){const t=xl(e)?e.r3Injector:e.moduleRef.injector,n=t.get(Rn);return n.run(()=>{xl(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const i=t.get(ra);let o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:i})}),xl(e)){const r=()=>t.destroy(),s=e.platformInjector.get(D_);s.add(r),t.onDestroy(()=>{o.unsubscribe(),s.delete(r)})}else{const r=()=>e.moduleRef.destroy(),s=e.platformInjector.get(D_);s.add(r),e.moduleRef.onDestroy(()=>{Xd(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(r)})}return function A8(e,t,n){try{const i=n();return dg(i)?i.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):i}catch(i){throw t.runOutsideAngular(()=>e(i)),i}}(i,n,()=>{const r=t.get(xr),s=r.add(),a=t.get(TT);return a.runInitializers(),a.donePromise.then(()=>{if(function t3(e){"string"==typeof e&&(KS=e.toLowerCase().replace(/_/g,"-"))}(t.get(RI,"en-US")||"en-US"),!t.get(D8,!0))return xl(e)?t.get(ar):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(xl(e)){const d=t.get(ar);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return GA?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{r.remove(s)})})})}({r3Injector:new gT({providers:s,parent:r,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:r,rootComponent:t})}catch(r){return Promise.reject(r)}finally{fn(et.BootstrapApplicationEnd)}}function Gn(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function x_(e){const t=Tt(e);if(!t)return null;const n=new jd(t);return{get selector(){return n.selector},get type(){return n.componentType},get inputs(){return n.inputs},get outputs(){return n.outputs},get ngContentSelectors(){return n.ngContentSelectors},get isStandalone(){return t.standalone},get isSignal(){return t.signals}}}function zs(e){return this instanceof zs?(this.v=e,this):new zs(e)}function a4(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,t=e[Symbol.asyncIterator];return t?t.call(e):(e=function lw(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],i=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),n={},i("next"),i("throw"),i("return"),n[Symbol.asyncIterator]=function(){return this},n);function i(r){n[r]=e[r]&&function(s){return new Promise(function(a,c){!function o(r,s,a,c){Promise.resolve(c).then(function(l){r({value:l,done:a})},s)}(a,c,(s=e[r](s)).done,s.value)})}}}const uw=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function dw(e){return nt(e?.then)}function _w(e){return nt(e[Ge])}function fw(e){return Symbol.asyncIterator&&nt(e?.[Symbol.asyncIterator])}function hw(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}const pw=function u4(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function gw(e){return nt(e?.[pw])}function mw(e){return function s4(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o,i=n.apply(e,t||[]),r=[];return o=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(T){return function(V){return Promise.resolve(V).then(T,_)}}),o[Symbol.asyncIterator]=function(){return this},o;function a(T,V){i[T]&&(o[T]=function(fe){return new Promise(function(De,Le){r.push([T,fe,De,Le])>1||c(T,fe)})},V&&(o[T]=V(o[T])))}function c(T,V){try{!function l(T){T.value instanceof zs?Promise.resolve(T.value.v).then(d,_):b(r[0][2],T)}(i[T](V))}catch(fe){b(r[0][3],fe)}}function d(T){c("next",T)}function _(T){c("throw",T)}function b(T,V){T(V),r.shift(),r.length&&c(r[0][0],r[0][1])}}(this,arguments,function*(){const n=e.getReader();try{for(;;){const{value:i,done:o}=yield zs(n.read());if(o)return yield zs(void 0);yield yield zs(i)}}finally{n.releaseLock()}})}function vw(e){return nt(e?.getReader)}function _r(e){if(e instanceof yt)return e;if(null!=e){if(_w(e))return function d4(e){return new yt(t=>{const n=e[Ge]();if(nt(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(uw(e))return function _4(e){return new yt(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}(e);if(dw(e))return function f4(e){return new yt(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,C)})}(e);if(fw(e))return yw(e);if(gw(e))return function h4(e){return new yt(t=>{for(const n of e)if(t.next(n),t.closed)return;t.complete()})}(e);if(vw(e))return function p4(e){return yw(mw(e))}(e)}throw hw(e)}function yw(e){return new yt(t=>{(function g4(e,t){var n,i,o,r;return function o4(e,t,n,i){return new(n||(n=Promise))(function(r,s){function a(d){try{l(i.next(d))}catch(_){s(_)}}function c(d){try{l(i.throw(d))}catch(_){s(_)}}function l(d){d.done?r(d.value):function o(r){return r instanceof n?r:new n(function(s){s(r)})}(d.value).then(a,c)}l((i=i.apply(e,t||[])).next())})}(this,void 0,void 0,function*(){try{for(n=a4(e);!(i=yield n.next()).done;)if(t.next(i.value),t.closed)return}catch(s){o={error:s}}finally{try{i&&!i.done&&(r=n.return)&&(yield r.call(n))}finally{if(o)throw o.error}}t.complete()})})(e,t).catch(n=>t.error(n))})}function Xr(e,t,n,i=0,o=!1){const r=t.schedule(function(){n(),o?e.add(this.schedule(null,i)):this.unsubscribe()},i);if(e.add(r),!o)return r}function bw(e,t=0){return er((n,i)=>{n.subscribe(Vo(i,o=>Xr(i,e,()=>i.next(o),t),()=>Xr(i,e,()=>i.complete(),t),o=>Xr(i,e,()=>i.error(o),t)))})}function Cw(e,t=0){return er((n,i)=>{i.add(e.schedule(()=>n.subscribe(i),t))})}function Ew(e,t){if(!e)throw new Error("Iterable cannot be null");return new yt(n=>{Xr(n,t,()=>{const i=e[Symbol.asyncIterator]();Xr(n,t,()=>{i.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function Rm(e,t){return t?function E4(e,t){if(null!=e){if(_w(e))return function m4(e,t){return _r(e).pipe(Cw(t),bw(t))}(e,t);if(uw(e))return function y4(e,t){return new yt(n=>{let i=0;return t.schedule(function(){i===e.length?n.complete():(n.next(e[i++]),n.closed||this.schedule())})})}(e,t);if(dw(e))return function v4(e,t){return _r(e).pipe(Cw(t),bw(t))}(e,t);if(fw(e))return Ew(e,t);if(gw(e))return function b4(e,t){return new yt(n=>{let i;return Xr(n,t,()=>{i=e[pw](),Xr(n,t,()=>{let o,r;try{({value:o,done:r}=i.next())}catch(s){return void n.error(s)}r?n.complete():n.next(o)},0,!0)}),()=>nt(i?.return)&&i.return()})}(e,t);if(vw(e))return function C4(e,t){return Ew(mw(e),t)}(e,t)}throw hw(e)}(e,t):_r(e)}const{isArray:T4}=Array,{getPrototypeOf:S4,prototype:D4,keys:I4}=Object;function Nm(e){return e[e.length-1]}function Tw(e){return function x4(e){return e&&nt(e.schedule)}(Nm(e))?e.pop():void 0}const{isArray:N4}=Array;function L4(e,t){return e.reduce((n,i,o)=>(n[i]=t[o],n),{})}function F4(...e){const t=function k4(e){return nt(Nm(e))?e.pop():void 0}(e),{args:n,keys:i}=function A4(e){if(1===e.length){const t=e[0];if(T4(t))return{args:t,keys:null};if(function w4(e){return e&&"object"==typeof e&&S4(e)===D4}(t)){const n=I4(t);return{args:n.map(i=>t[i]),keys:n}}}return{args:e,keys:null}}(e),o=new yt(r=>{const{length:s}=n;if(!s)return void r.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let _=!1;_r(n[d]).subscribe(Vo(r,b=>{_||(_=!0,l--),a[d]=b},()=>c--,void 0,()=>{(!c||!_)&&(l||r.next(i?L4(i,a):a),r.complete())}))}});return t?o.pipe(function O4(e){return kr(t=>function M4(e,t){return N4(t)?e(...t):e(t)}(e,t))}(t)):o}
52
53
  /**
53
- * @license Angular v21.2.17
54
+ * @license Angular v22.1.1
54
55
  * (c) 2010-2026 Google LLC. https://angular.dev/
55
56
  * License: MIT
56
57
  */
57
- const vh=Symbol("InputSignalNode#UNSET"),Bx={..._,transformFn:void 0,applyValueToInputSignal(e,n){K(e,n)}};function Ux(e,n){const t=Object.create(Bx);function r(){if(ke(t),t.value===vh)throw new we(-950,null);return t.value}return t.value=e,t.transformFn=n?.transform,r[le]=t,r}function Mr(e){return new $j}function zx(e,n){return Ux(e,n)}const rt=(zx.required=function K4(e){return Ux(vh,e)},zx),yh=new Se(""),n6=new Se("");function Xu(e){return!e.moduleRef}let Kx,_l=null;let Eh=(()=>class e{static __NG_ELEMENT_ID__=C6})();function C6(e){return function E6(e,n,t){if(ro(e)&&!t){const r=Yr(e.index,n);return new gu(r,r)}return 175&e.type?new gu(n[15],n):null}(Ht(),Oe(),!(16&~e))}class ck{supports(n){return n instanceof Map||ev(n)}create(){return new w6}}class w6{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(n){let t;for(t=this._mapHead;null!==t;t=t._next)n(t)}forEachPreviousItem(n){let t;for(t=this._previousMapHead;null!==t;t=t._nextPrevious)n(t)}forEachChangedItem(n){let t;for(t=this._changesHead;null!==t;t=t._nextChanged)n(t)}forEachAddedItem(n){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)n(t)}forEachRemovedItem(n){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)n(t)}diff(n){if(n){if(!(n instanceof Map||ev(n)))throw new we(900,!1)}else n=new Map;return this.check(n)?this:null}check(n){this._reset();let t=this._mapHead;if(this._appendAfter=null,this._forEach(n,(r,i)=>{if(t&&t.key===i)this._maybeAddToChanges(t,r),this._appendAfter=t,t=t._next;else{const o=this._getOrCreateRecordForKey(i,r);t=this._insertBeforeOrAppend(t,o)}}),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let r=t;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(n,t){if(n){const r=n._prev;return t._next=n,t._prev=r,n._prev=t,r&&(r._next=t),n===this._mapHead&&(this._mapHead=t),this._appendAfter=n,n}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(n,t){if(this._records.has(n)){const i=this._records.get(n);this._maybeAddToChanges(i,t);const o=i._prev,s=i._next;return o&&(o._next=s),s&&(s._prev=o),i._next=null,i._prev=null,i}const r=new A6(n);return this._records.set(n,r),r.currentValue=t,this._addToAdditions(r),r}_reset(){if(this.isDirty){let n;for(this._previousMapHead=this._mapHead,n=this._previousMapHead;null!==n;n=n._next)n._nextPrevious=n._next;for(n=this._changesHead;null!==n;n=n._nextChanged)n.previousValue=n.currentValue;for(n=this._additionsHead;null!=n;n=n._nextAdded)n.previousValue=n.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(n,t){Object.is(t,n.currentValue)||(n.previousValue=n.currentValue,n.currentValue=t,this._addToChanges(n))}_addToAdditions(n){null===this._additionsHead?this._additionsHead=this._additionsTail=n:(this._additionsTail._nextAdded=n,this._additionsTail=n)}_addToChanges(n){null===this._changesHead?this._changesHead=this._changesTail=n:(this._changesTail._nextChanged=n,this._changesTail=n)}_forEach(n,t){n instanceof Map?n.forEach(t):Object.keys(n).forEach(r=>t(n[r],r))}}class A6{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(n){this.key=n}}function uk(){return new Th([new ck])}let Th=(()=>{class e{static \u0275prov=Je({token:e,providedIn:"root",factory:uk});factories;constructor(t){this.factories=t}static create(t,r){if(r){const i=r.factories.slice();t=t.concat(i)}return new e(t)}static extend(t){return{provide:e,useFactory:()=>{const r=re(e,{optional:!0,skipSelf:!0});return e.create(t,r||uk())}}}find(t){const r=this.factories.find(i=>i.supports(t));if(r)return r;throw new we(901,!1)}}return e})();function R6(e){const{rootComponent:n,appProviders:t,platformProviders:r,platformRef:i}=e;Cn(pt.BootstrapApplicationStart);try{const o=i?.injector??function a6(e=[]){if(_l)return _l;const n=function Xx(e=[],n){return Gn.create({name:n,providers:[{provide:a_,useValue:"platform"},{provide:yh,useValue:new Set([()=>_l=null])},...e]})}(e);return _l=n,function Q3(){!function Fe(e){gt=e}(()=>{throw new we(600,"")})}(),function Zx(e){const n=e.get(XE,null);no(e,()=>{n?.forEach(t=>t())})}(n),n}(r),s=[dy(),H0,...t||[]];return function Wx(e){const n=Xu(e)?e.r3Injector:e.moduleRef.injector,t=n.get(Mn);return t.run(()=>{Xu(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=n.get(vs);let i;if(t.runOutsideAngular(()=>{i=t.onError.subscribe({next:r})}),Xu(e)){const o=()=>n.destroy(),s=e.platformInjector.get(yh);s.add(o),n.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{const o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(yh);s.add(o),e.moduleRef.onDestroy(()=>{Wf(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return function i6(e,n,t){try{const r=t();return $f(r)?r.catch(i=>{throw n.runOutsideAngular(()=>e(i)),i}):r}catch(r){throw n.runOutsideAngular(()=>e(r)),r}}(r,t,()=>{const o=n.get(ha),s=o.add(),a=n.get(GI);return a.runInitializers(),a.donePromise.then(()=>{if(function sV(e){"string"==typeof e&&(hw=e.toLowerCase().replace(/_/g,"-"))}(n.get(Fs,eh)||eh),!n.get(n6,!0))return Xu(e)?n.get(Qo):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Xu(e)){const d=n.get(Qo);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return Kx?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{o.remove(s)})})})}({r3Injector:new JS({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:o,rootComponent:n})}catch(o){return Promise.reject(o)}finally{Cn(pt.BootstrapApplicationEnd)}}function Un(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function Ps(e){return this instanceof Ps?(this.v=e,this):new Ps(e)}function Tk(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=function ky(e){var n="function"==typeof Symbol&&Symbol.iterator,t=n&&e[n],r=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(o){t[o]=e[o]&&function(s){return new Promise(function(a,c){!function i(o,s,a,c){Promise.resolve(c).then(function(l){o({value:l,done:a})},s)}(a,c,(s=e[o](s)).done,s.value)})}}}"function"==typeof SuppressedError&&SuppressedError;const Dk=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function Sk(e){return O(e?.then)}function Ik(e){return O(e[Tn])}function wk(e){return Symbol.asyncIterator&&O(e?.[Symbol.asyncIterator])}function Ak(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}const xk=function b7(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function kk(e){return O(e?.[xk])}function Rk(e){return function Ek(e,n,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,r=t.apply(e,n||[]),o=[];return i=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(S){return function(U){return Promise.resolve(U).then(S,h)}}),i[Symbol.asyncIterator]=function(){return this},i;function a(S,U){r[S]&&(i[S]=function(de){return new Promise(function(pe,xe){o.push([S,de,pe,xe])>1||c(S,de)})},U&&(i[S]=U(i[S])))}function c(S,U){try{!function l(S){S.value instanceof Ps?Promise.resolve(S.value.v).then(d,h):y(o[0][2],S)}(r[S](U))}catch(de){y(o[0][3],de)}}function d(S){c("next",S)}function h(S){c("throw",S)}function y(S,U){S(U),o.shift(),o.length&&c(o[0][0],o[0][1])}}(this,arguments,function*(){const t=e.getReader();try{for(;;){const{value:r,done:i}=yield Ps(t.read());if(i)return yield Ps(void 0);yield yield Ps(r)}}finally{t.releaseLock()}})}function Mk(e){return O(e?.getReader)}function Io(e){if(e instanceof ae)return e;if(null!=e){if(Ik(e))return function C7(e){return new ae(n=>{const t=e[Tn]();if(O(t.subscribe))return t.subscribe(n);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(Dk(e))return function E7(e){return new ae(n=>{for(let t=0;t<e.length&&!n.closed;t++)n.next(e[t]);n.complete()})}(e);if(Sk(e))return function T7(e){return new ae(n=>{e.then(t=>{n.closed||(n.next(t),n.complete())},t=>n.error(t)).then(null,x)})}(e);if(wk(e))return Nk(e);if(kk(e))return function D7(e){return new ae(n=>{for(const t of e)if(n.next(t),n.closed)return;n.complete()})}(e);if(Mk(e))return function S7(e){return Nk(Rk(e))}(e)}throw Ak(e)}function Nk(e){return new ae(n=>{(function I7(e,n){var t,r,i,o;return function bk(e,n,t,r){return new(t||(t=Promise))(function(o,s){function a(d){try{l(r.next(d))}catch(h){s(h)}}function c(d){try{l(r.throw(d))}catch(h){s(h)}}function l(d){d.done?o(d.value):function i(o){return o instanceof t?o:new t(function(s){s(o)})}(d.value).then(a,c)}l((r=r.apply(e,n||[])).next())})}(this,void 0,void 0,function*(){try{for(t=Tk(e);!(r=yield t.next()).done;)if(n.next(r.value),n.closed)return}catch(s){i={error:s}}finally{try{r&&!r.done&&(o=t.return)&&(yield o.call(t))}finally{if(i)throw i.error}}n.complete()})})(e,n).catch(t=>n.error(t))})}function Bs(e,n,t,r=0,i=!1){const o=n.schedule(function(){t(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function Ok(e,n=0){return so((t,r)=>{t.subscribe(ji(r,i=>Bs(r,e,()=>r.next(i),n),()=>Bs(r,e,()=>r.complete(),n),i=>Bs(r,e,()=>r.error(i),n)))})}function Lk(e,n=0){return so((t,r)=>{r.add(e.schedule(()=>t.subscribe(r),n))})}function Fk(e,n){if(!e)throw new Error("Iterable cannot be null");return new ae(t=>{Bs(t,n,()=>{const r=e[Symbol.asyncIterator]();Bs(t,n,()=>{r.next().then(i=>{i.done?t.complete():t.next(i.value)})},0,!0)})})}function Ih(e,n){return n?function M7(e,n){if(null!=e){if(Ik(e))return function w7(e,n){return Io(e).pipe(Lk(n),Ok(n))}(e,n);if(Dk(e))return function x7(e,n){return new ae(t=>{let r=0;return n.schedule(function(){r===e.length?t.complete():(t.next(e[r++]),t.closed||this.schedule())})})}(e,n);if(Sk(e))return function A7(e,n){return Io(e).pipe(Lk(n),Ok(n))}(e,n);if(wk(e))return Fk(e,n);if(kk(e))return function k7(e,n){return new ae(t=>{let r;return Bs(t,n,()=>{r=e[xk](),Bs(t,n,()=>{let i,o;try{({value:i,done:o}=r.next())}catch(s){return void t.error(s)}o?t.complete():t.next(i)},0,!0)}),()=>O(r?.return)&&r.return()})}(e,n);if(Mk(e))return function R7(e,n){return Fk(Rk(e),n)}(e,n)}throw Ak(e)}(e,n):Io(e)}const{isArray:N7}=Array,{getPrototypeOf:O7,prototype:L7,keys:F7}=Object;function My(e){return e[e.length-1]}function wh(e){return function Pk(e){return e&&O(e.schedule)}(My(e))?e.pop():void 0}const{isArray:V7}=Array;function G7(e,n){return e.reduce((t,r,i)=>(t[r]=n[i],t),{})}function $7(...e){const n=function U7(e){return O(My(e))?e.pop():void 0}(e),{args:t,keys:r}=function P7(e){if(1===e.length){const n=e[0];if(N7(n))return{args:n,keys:null};if(function B7(e){return e&&"object"==typeof e&&O7(e)===L7}(n)){const t=F7(n);return{args:t.map(r=>n[r]),keys:t}}}return{args:e,keys:null}}(e),i=new ae(o=>{const{length:s}=t;if(!s)return void o.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let h=!1;Io(t[d]).subscribe(ji(o,y=>{h||(h=!0,l--),a[d]=y},()=>c--,void 0,()=>{(!c||!h)&&(l||o.next(r?G7(r,a):a),o.complete())}))}});return n?i.pipe(function H7(e){return Hi(n=>function j7(e,n){return V7(n)?e(...n):e(n)}(e,n))}(n)):i}
58
+ let Sw=null;function Gs(){return Sw}class B4{}let Dw=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:()=>Ve(U4),providedIn:"platform"})}return e})(),U4=(()=>{class e extends Dw{_location;_history;_doc=Ve(wo);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Gs().getBaseHref(this._doc)}onPopState(n){const i=Gs().getGlobalEventTarget(this._doc,"window");return i.addEventListener("popstate",n,!1),()=>i.removeEventListener("popstate",n)}onHashChange(n){const i=Gs().getGlobalEventTarget(this._doc,"window");return i.addEventListener("hashchange",n,!1),()=>i.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,i,o){this._history.pushState(n,i,o)}replaceState(n,i,o){this._history.replaceState(n,i,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),Iw=(()=>{class e{_renderer;_elementRef;onChange=n=>{};onTouched=()=>{};constructor(n,i){this._renderer=n,this._elementRef=i}setProperty(n,i){this._renderer.setProperty(this._elementRef.nativeElement,n,i)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static \u0275fac=function(i){return new(i||e)(Kn(Fd),Kn(Mi))};static \u0275dir=mo({type:e})}return e})(),V4=(()=>{class e extends Iw{static \u0275fac=(()=>{let n;return function(o){return(n||(n=Uu(e)))(o||e)}})();static \u0275dir=mo({type:e,features:[jo]})}return e})();const Mm=new rt(""),H4={provide:Mm,useExisting:pn(()=>Aw),multi:!0},z4=new rt("");let Aw=(()=>{class e extends Iw{_compositionMode;_composing=!1;constructor(n,i,o){super(n,i),this._compositionMode=o,null==this._compositionMode&&(this._compositionMode=!function j4(){const e=Gs()?Gs().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(n){this.setProperty("value",n??"")}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static \u0275fac=function(i){return new(i||e)(Kn(Fd),Kn(Mi),Kn(z4,8))};static \u0275dir=mo({type:e,selectors:[["input","formControlName","",3,"type","checkbox",3,"ngNoCva",""],["textarea","formControlName","",3,"ngNoCva",""],["input","formControl","",3,"type","checkbox",3,"ngNoCva",""],["textarea","formControl","",3,"ngNoCva",""],["input","ngModel","",3,"type","checkbox",3,"ngNoCva",""],["textarea","ngModel","",3,"ngNoCva",""],["","ngDefaultControl",""]],hostBindings:function(i,o){1&i&&Pi("input",function(s){return o._handleInput(s.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(s){return o._compositionEnd(s.target.value)})},standalone:!1,features:[io([H4]),jo]})}return e})();function Om(e){return null==e||0===Lm(e)}function Lm(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Fm=new rt(""),ww=new rt(""),G4=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class xw{static min(t){return function $4(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n<e?{min:{min:e,actual:t.value}}:null}}(t)}static max(t){return function W4(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n>e?{max:{max:e,actual:t.value}}:null}}(t)}static required(t){return kw(t)}static requiredTrue(t){return function K4(e){return!0===e.value?null:{required:!0}}(t)}static email(t){return function q4(e){return Om(e.value)||G4.test(e.value)?null:{email:!0}}(t)}static minLength(t){return function Y4(e){return t=>{const n=t.value?.length??Lm(t.value);return null===n||0===n?null:n<e?{minlength:{requiredLength:e,actualLength:n}}:null}}(t)}static maxLength(t){return function X4(e){return t=>{const n=t.value?.length??Lm(t.value);return null!==n&&n>e?{maxlength:{requiredLength:e,actualLength:n}}:null}}(t)}static pattern(t){return function Z4(e){if(!e)return k_;let t,n;return"string"==typeof e?(n="","^"!==e.charAt(0)&&(n+="^"),n+=e,"$"!==e.charAt(e.length-1)&&(n+="$"),t=new RegExp(n)):(n=e.toString(),t=e),i=>{if(Om(i.value))return null;const o=i.value;return t.test(o)?null:{pattern:{requiredPattern:n,actualValue:o}}}}(t)}static nullValidator(t){return null}static compose(t){return Fw(t)}static composeAsync(t){return Bw(t)}}function kw(e){return Om(e.value)?{required:!0}:null}function k_(e){return null}function Rw(e){return null!=e}function Nw(e){return dg(e)?Rm(e):e}function Mw(e){let t={};return e.forEach(n=>{t=null!=n?{...t,...n}:t}),0===Object.keys(t).length?null:t}function Ow(e,t){return t.map(n=>n(e))}function Lw(e){return e.map(t=>function J4(e){return!e.validate}(t)?t:n=>t.validate(n))}function Fw(e){if(!e)return null;const t=e.filter(Rw);return 0==t.length?null:function(n){return Mw(Ow(n,t))}}function Pw(e){return null!=e?Fw(Lw(e)):null}function Bw(e){if(!e)return null;const t=e.filter(Rw);return 0==t.length?null:function(n){return F4(Ow(n,t).map(Nw)).pipe(kr(Mw))}}function Uw(e){return null!=e?Bw(Lw(e)):null}function Vw(e,t){return null===e?[t]:Array.isArray(e)?[...e,t]:[e,t]}function Hw(e){return e._rawValidators}function jw(e){return e._rawAsyncValidators}function Pm(e){return e?Array.isArray(e)?e:[e]:[]}function R_(e,t){return Array.isArray(e)?e.includes(t):e===t}function zw(e,t){const n=Pm(t);return Pm(e).forEach(o=>{R_(n,o)||n.push(o)}),n}function Gw(e,t){return Pm(t).filter(n=>!R_(e,n))}class $w{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=Pw(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=Uw(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control?.reset(t)}hasError(t,n){return!!this.control&&this.control.hasError(t,n)}getError(t,n){return this.control?this.control.getError(t,n):null}}class Bm extends $w{name;get formDirective(){return null}get path(){return null}}const Rl="VALID",M_="INVALID",ja="PENDING",Nl="DISABLED";class za{}class qw extends za{value;source;constructor(t,n){super(),this.value=t,this.source=n}}class Hm extends za{pristine;source;constructor(t,n){super(),this.pristine=t,this.source=n}}class jm extends za{touched;source;constructor(t,n){super(),this.touched=t,this.source=n}}class O_ extends za{status;source;constructor(t,n){super(),this.status=t,this.source=n}}class rz extends za{source;constructor(t){super(),this.source=t}}class Ml extends za{source;constructor(t){super(),this.source=t}}function zm(e){return(L_(e)?e.validators:e)||null}function Gm(e,t){return(L_(t)?t.asyncValidators:e)||null}function L_(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class $m{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_hasRequired=no(!1);_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(t,n){this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t,this._updateHasRequiredValidator()}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return Dn(this.statusReactive)}set status(t){Dn(()=>this.statusReactive.set(t))}_status=di(()=>this.statusReactive());statusReactive=no(void 0);get valid(){return this.status===Rl}get invalid(){return this.status===M_}get pending(){return this.status===ja}get disabled(){return this.status===Nl}get enabled(){return this.status!==Nl}errors;get pristine(){return Dn(this.pristineReactive)}set pristine(t){Dn(()=>this.pristineReactive.set(t))}_pristine=di(()=>this.pristineReactive());pristineReactive=no(!0);get dirty(){return!this.pristine}get touched(){return Dn(this.touchedReactive)}set touched(t){Dn(()=>this.touchedReactive.set(t))}_touched=di(()=>this.touchedReactive());touchedReactive=no(!1);get untouched(){return!this.touched}_events=new re;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(zw(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(zw(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(Gw(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(Gw(t,this._rawAsyncValidators))}hasValidator(t){return R_(this._rawValidators,t)}hasAsyncValidator(t){return R_(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){const n=!1===this.touched;this.touched=!0;const i=t.sourceControl??this;t.onlySelf||this._parent?.markAsTouched({...t,sourceControl:i}),n&&!1!==t.emitEvent&&this._events.next(new jm(!0,i))}markAllAsDirty(t={}){this.markAsDirty({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsDirty(t))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){const n=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const i=t.sourceControl??this;this._forEachChild(o=>{o.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:i})}),t.onlySelf||this._parent?._updateTouched(t,i),n&&!1!==t.emitEvent&&this._events.next(new jm(!1,i))}markAsDirty(t={}){const n=!0===this.pristine;this.pristine=!1;const i=t.sourceControl??this;t.onlySelf||this._parent?.markAsDirty({...t,sourceControl:i}),n&&!1!==t.emitEvent&&this._events.next(new Hm(!1,i))}markAsPristine(t={}){const n=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const i=t.sourceControl??this;this._forEachChild(o=>{o.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),t.onlySelf||this._parent?._updatePristine(t,i),n&&!1!==t.emitEvent&&this._events.next(new Hm(!0,i))}markAsPending(t={}){this.status=ja;const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O_(this.status,n)),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.markAsPending({...t,sourceControl:n})}disable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=Nl,this.errors=null,this._forEachChild(o=>{o.disable({...t,onlySelf:!0})}),this._updateValue();const i=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new qw(this.value,i)),this._events.next(new O_(this.status,i)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(o=>o(!0))}enable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=Rl,this._forEachChild(i=>{i.enable({...t,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(i=>i(!1))}_updateAncestors(t,n){t.onlySelf||(this._parent?.updateValueAndValidity(t),t.skipPristineCheck||this._parent?._updatePristine({},n),this._parent?._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const i=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Rl||this.status===ja)&&this._runAsyncValidator(i,t.emitEvent)}const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new qw(this.value,n)),this._events.next(new O_(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.updateValueAndValidity({...t,sourceControl:n})}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Nl:Rl}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=ja,this._hasOwnPendingAsyncValidator={emitEvent:!1!==n,shouldHaveEmitted:!1!==t};const i=Nw(this.asyncValidator(this));this._asyncValidationSubscription=i.subscribe(o=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(o,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const t=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(!1!==n.emitEvent,this,n.shouldHaveEmitted)}get(t){let n=t;return null==n||(Array.isArray(n)||(n=n.split(".")),0===n.length)?null:n.reduce((i,o)=>i&&i._find(o),this)}getError(t,n){const i=n?this.get(n):this;return i?.errors?i.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,i){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||i)&&this._events.next(new O_(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,i)}_initObservables(){this.valueChanges=new fo,this.statusChanges=new fo}_calculateStatus(){return this._allControlsDisabled()?Nl:this.errors?M_:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(ja)?ja:this._anyControlsHaveStatus(M_)?M_:Rl}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){const i=!this._anyControlsDirty(),o=this.pristine!==i;this.pristine=i,t.onlySelf||this._parent?._updatePristine(t,n),o&&this._events.next(new Hm(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new jm(this.touched,n)),t.onlySelf||this._parent?._updateTouched(t,n)}_onDisabledChange=[];_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){L_(t)&&null!=t.updateOn&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){return!t&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=function sz(e){return Array.isArray(e)?Pw(e):e||null}(this._rawValidators),this._updateHasRequiredValidator()}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=function az(e){return Array.isArray(e)?Uw(e):e||null}(this._rawAsyncValidators)}_updateHasRequiredValidator(){Dn(()=>this._hasRequired.set(this.hasValidator(xw.required)))}}function Zw(e,t){return Object.hasOwn(e,t)}class uz{kind;context;control;message;constructor({kind:t,context:n,control:i}){this.kind=t,this.context=n,this.control=i}}let dz=(()=>{class e{_validator=k_;_onChange;_enabled;ngOnChanges(n){if(this.inputName in n){const i=this.normalizeInput(n[this.inputName].currentValue);this._enabled=this.enabled(i),this._validator=this._enabled?this.createValidator(i):k_,this._onChange?.()}}validate(n){return this._validator(n)}registerOnValidatorChange(n){this._onChange=n}enabled(n){return null!=n}static \u0275fac=function(i){return new(i||e)};static \u0275dir=mo({type:e,features:[Nu]})}return e})();const _z={provide:Fm,useExisting:pn(()=>Jw),multi:!0};let Jw=(()=>{class e extends dz{required;inputName="required";normalizeInput=Gn;createValidator=n=>kw;enabled(n){return n}static \u0275fac=(()=>{let n;return function(o){return(n||(n=Uu(e)))(o||e)}})();static \u0275dir=mo({type:e,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(i,o){2&i&&Lg("required",o._enabled?"":null)},inputs:{required:"required"},standalone:!1,features:[io([_z]),jo]})}return e})();const fz=new rt(""),Wm=new rt("",{factory:()=>Km}),Km="always";function F_(e,t,n=!0){const i=()=>{};t?.valueAccessor?.registerOnChange(i),t?.valueAccessor?.registerOnTouched(i),B_(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function P_(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function qm(e,t){const n=Hw(e);null!==t.validator?e.setValidators(Vw(n,t.validator)):"function"==typeof n&&e.setValidators([n]);const i=jw(e);null!==t.asyncValidator?e.setAsyncValidators(Vw(i,t.asyncValidator)):"function"==typeof i&&e.setAsyncValidators([i]);const o=()=>e.updateValueAndValidity();P_(t._rawValidators,o),P_(t._rawAsyncValidators,o)}function B_(e,t){let n=!1;if(null!==e){if(null!==t.validator){const o=Hw(e);if(Array.isArray(o)&&o.length>0){const r=o.filter(s=>s!==t.validator);r.length!==o.length&&(n=!0,e.setValidators(r))}}if(null!==t.asyncValidator){const o=jw(e);if(Array.isArray(o)&&o.length>0){const r=o.filter(s=>s!==t.asyncValidator);r.length!==o.length&&(n=!0,e.setAsyncValidators(r))}}}const i=()=>{};return P_(t._rawValidators,i),P_(t._rawAsyncValidators,i),n}function Qw(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}const Az={provide:fz,useFactory:()=>{const e=Ve(U_,{self:!0});return{setParseErrors:t=>{e.setParseErrorSource(t)},set onReset(t){e.onReset=t}}}};class U_ extends $w{_parent=null;name=null;valueAccessor=null;isCustomControlBased=!1;userOnReset;resetSubscription;set onReset(t){this.userOnReset=t,this.resetSubscription?.unsubscribe(),this.resetSubscription=void 0,this.control&&(this.resetSubscription=this.control.events.subscribe(n=>{n instanceof Ml&&this.control&&this.userOnReset?.(this.control.value)}),this.subscription?.add(this.resetSubscription))}isNativeFormElement=!1;rawValueAccessors;_selectedValueAccessor=null;get selectedValueAccessor(){return this._selectedValueAccessor??=function Dz(e,t){if(!t)return null;let n,i,o;return Array.isArray(t),t.forEach(r=>{r.constructor===Aw?n=r:function Tz(e){return Object.getPrototypeOf(e.constructor)===V4}(r)?i=r:o=r}),o||i||n||null}(0,this.rawValueAccessors)}parseErrorsValidator=null;renderer;injector;requiredValidatorViaDi;subscription;customControlBindings=null;constructor(t,n,i){super(),this.injector=t,this.renderer=n,this.rawValueAccessors=i,this.injector?.get(to)?.onDestroy(()=>{this.removeParseErrorsValidator(this.control),this.subscription?.unsubscribe()})}setupCustomControl(){this.subscription?.unsubscribe();const t=this.injector?.get(UA);if(!this.control||!t)return;const n=t.markForCheck.bind(t);this.subscription=new Me,this.subscription.add(this.control.valueChanges.subscribe(n)),this.subscription.add(this.control.statusChanges.subscribe(n)),this.resetSubscription?.unsubscribe(),this.resetSubscription=void 0,this.userOnReset&&(this.resetSubscription=this.control.events.subscribe(i=>{i instanceof Ml&&this.control&&this.userOnReset?.(this.control.value)}),this.subscription.add(this.resetSubscription)),this.parseErrorsValidator&&this.control.addValidators(this.parseErrorsValidator)}ngControlCreate(t){!t.nativeElement.hasAttribute?.("ngNoCva")&&(this.rawValueAccessors&&this.rawValueAccessors.length>0||null!==this.valueAccessor)||!t.customControl||(this.isCustomControlBased=!0,t.listenToCustomControlModel(o=>{this.control?.setValue(o,{emitModelToViewChange:!1}),this.control?.markAsDirty(),this.viewToModelUpdate(o)}),t.listenToCustomControlOutput("touch",()=>{this.control?.markAsTouched()}),this.customControlBindings={},this.isNativeFormElement=function cz(e){return"INPUT"===e.tagName||"SELECT"===e.tagName||"TEXTAREA"===e.tagName}(t.nativeElement),this.requiredValidatorViaDi=this._rawValidators.find(o=>o instanceof Jw))}ngControlUpdate(t,n){if(!this.isCustomControlBased)return;const i=this.control,o=this.customControlBindings;Object.is(o.value,i.value)||(o.value=i.value,t.setCustomControlModelInput(i.value)),this.bindControlProperty(t,o,"touched",i.touched),this.bindControlProperty(t,o,"dirty",i.dirty),this.bindControlProperty(t,o,"valid",i.valid),this.bindControlProperty(t,o,"invalid",i.invalid),this.bindControlProperty(t,o,"pending",i.pending),this.bindControlProperty(t,o,"disabled",i.disabled),this.shouldBindRequired&&this.bindControlProperty(t,o,"required",this.isRequired);const r=i.errors;if(o.errors!==r){o.errors=r;const s=this._convertErrors(r);t.setInputOnDirectives("errors",s)}}get isRequired(){return(this.requiredValidatorViaDi?._enabled||this.control?._hasRequired())??!1}get shouldBindRequired(){return!0}bindControlProperty(t,n,i,o){if(n[i]===o)return;n[i]=o;const r=t.setInputOnDirectives(i,o);this.isNativeFormElement&&!r&&("disabled"===i||"required"===i)&&this.renderer&&function lz(e,t,n,i){switch(n){case"name":e.setAttribute(t,n,i);break;case"disabled":case"readonly":case"required":i?e.setAttribute(t,n,""):e.removeAttribute(t,n);break;case"max":case"min":case"minLength":case"maxLength":void 0!==i?e.setAttribute(t,n,i.toString()):e.removeAttribute(t,n)}}(this.renderer,t.nativeElement,i,o)}_convertErrors(t){if(null===t)return[];const n=this.control;return Object.entries(t).map(([i,o])=>new uz({context:o,kind:i,control:n}))}setParseErrorSource(t){if(void 0===t)return;let n=null;const i=di(()=>{const o=t();return 0===o.length?null:o.reduce((r,s)=>(r[s.kind]=s,r),{})});this.parseErrorsValidator=(()=>n).bind(this),ho(()=>{n=i(),this.control?.updateValueAndValidity({emitEvent:!1})},{injector:this.injector})}removeParseErrorsValidator(t){this.parseErrorsValidator&&(t?.removeValidators(this.parseErrorsValidator),t?.updateValueAndValidity({emitEvent:!1}))}}class ex{_cd;constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let tx=(()=>{class e extends ex{constructor(n){super(n)}static \u0275fac=function(i){return new(i||e)(Kn(U_,2))};static \u0275dir=mo({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(i,o){2&i&&u_("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)},standalone:!1,features:[jo]})}return e})(),nx=(()=>{class e extends ex{constructor(n){super(n)}static \u0275fac=function(i){return new(i||e)(Kn(Bm,10))};static \u0275dir=mo({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(i,o){2&i&&u_("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)("ng-submitted",o.isSubmitted)},standalone:!1,features:[jo]})}return e})();class Xm extends $m{constructor(t,n,i){super(zm(n),Gm(i,n)),this.controls=t,this._initObservables(),this._setUpdateStrategy(n),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(t,n){return this._find(t)||(this.controls[t]=n,n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange),n)}addControl(t,n,i={}){this.registerControl(t,n),this.updateValueAndValidity({emitEvent:i.emitEvent}),this._onCollectionChange()}removeControl(t,n={}){const i=this._find(t);i&&i._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}setControl(t,n,i={}){const o=this._find(t);o&&o._registerOnCollectionChange(()=>{}),delete this.controls[t],n&&this.registerControl(t,n),this.updateValueAndValidity({emitEvent:i.emitEvent}),this._onCollectionChange()}contains(t){return!0===this._find(t)?.enabled}setValue(t,n={}){Dn(()=>{(function Xw(e,t,n){e._forEachChild((i,o)=>{if(void 0===n[o])throw new ke(-1002,"")})})(this,0,t),Object.keys(t).forEach(i=>{(function Yw(e,t,n){const i=e.controls;if(!(t?Object.keys(i):i).length)throw new ke(1e3,"");if(!Zw(i,n))throw new ke(1001,"")})(this,!0,i),this.controls[i].setValue(t[i],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n)})}patchValue(t,n={}){null!=t&&(Object.keys(t).forEach(i=>{const o=this._find(i);o&&o.patchValue(t[i],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n))}reset(t={},n={}){this._forEachChild((i,o)=>{i.reset(t?t[o]:null,{...n,onlySelf:!0})}),this._updatePristine(n,this),this._updateTouched(n,this),this.updateValueAndValidity(n),!1!==n?.emitEvent&&this._events.next(new Ml(this))}getRawValue(){return this._reduceChildren({},(t,n,i)=>(t[i]=n.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(n,i)=>!!i._syncPendingControls()||n);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_forEachChild(t){Object.keys(this.controls).forEach(n=>{const i=this.controls[n];i&&t(i,n)})}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(const[n,i]of Object.entries(this.controls))if(this.contains(n)&&t(i))return!0;return!1}_reduceValue(){return this._reduceChildren({},(n,i,o)=>((i.enabled||this.disabled)&&(n[o]=i.value),n))}_reduceChildren(t,n){let i=t;return this._forEachChild((o,r)=>{i=n(i,o,r)}),i}_allControlsDisabled(){for(const t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(t){return Zw(this.controls,t)?this.controls[t]:null}}function ix(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function ox(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}const $s=class extends $m{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(t=null,n,i){super(zm(n),Gm(i,n)),this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),L_(n)&&(n.nonNullable||n.initialValueIsDefault)&&(this.defaultValue=ox(t)?t.value:t)}setValue(t,n={}){Dn(()=>{this.value=this._pendingValue=t,this._onChange.length&&!1!==n.emitModelToViewChange&&this._onChange.forEach(i=>i(this.value,!1!==n.emitViewToModelChange)),this.updateValueAndValidity(n)})}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),n.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==n?.emitEvent&&this._events.next(new Ml(this))}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){ix(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){ix(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(t){ox(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};let Zm=(()=>{class e extends Bm{callSetDisabledState;get submitted(){return Dn(this._submittedReactive)}set submitted(n){this._submittedReactive.set(n)}_submitted=di(()=>this._submittedReactive());_submittedReactive=no(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(n,i,o){super(),this.callSetDisabledState=o,this._setValidators(n),this._setAsyncValidators(i)}ngOnChanges(n){this.onChanges(n)}ngOnDestroy(){this.onDestroy()}onChanges(n){this._checkFormPresent(),n.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(B_(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(n){const i=this.form.get(n.path);return n._setupWithForm(i,this.callSetDisabledState),i.updateValueAndValidity({emitEvent:!1}),this.directives.push(n),i}getControl(n){return this.form.get(n.path)}removeControl(n){F_(n.control||null,n,!1),function Iz(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}(this.directives,n)}addFormGroup(n){this._setUpFormContainer(n)}removeFormGroup(n){this._cleanUpFormContainer(n)}getFormGroup(n){return this.form.get(n.path)}getFormArray(n){return this.form.get(n.path)}addFormArray(n){this._setUpFormContainer(n)}removeFormArray(n){this._cleanUpFormContainer(n)}updateModel(n,i){this.form.get(n.path).setValue(i)}onReset(){this.resetForm()}resetForm(n=void 0,i={}){this.form.reset(n,i),this._submittedReactive.set(!1)}onSubmit(n){return this.submitted=!0,function Sz(e,t){e._syncPendingControls(),t.forEach(n=>{const i=n.control;"submit"===i.updateOn&&i._pendingChange&&(n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(n),this.form._events.next(new rz(this.control)),"dialog"===n?.target?.method}_updateDomValue(){this.directives.forEach(n=>{const i=n.control,o=this.form.get(n.path);i!==o&&(F_(i||null,n),(e=>e instanceof $s)(o)&&n._setupWithForm(o,this.callSetDisabledState))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(n){const i=this.form.get(n.path);(function yz(e,t){qm(e,t)})(i,n),i.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(n){const i=this.form?.get(n.path);i&&function bz(e,t){return B_(e,t)}(i,n)&&i.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){qm(this.form,this),this._oldForm&&B_(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(i){return new(i||e)(Kn(Fm,10),Kn(ww,10),Kn(Wm,8))};static \u0275dir=mo({type:e,features:[jo,Nu]})}return e})();const ax=new rt(""),Oz={provide:U_,useExisting:pn(()=>Jm)};let Jm=(()=>{class e extends U_{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(n){}model;update=new fo;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(n,i,o,r,s,a,c){super(c,a,o),this._ngModelWarningConfig=r,this.callSetDisabledState=s,this._setValidators(n),this._setAsyncValidators(i)}ngOnChanges(n){if(this._isControlChanged(n)){const i=n.form.previousValue;i&&(F_(i,this,!1),this.removeParseErrorsValidator(i)),this.isCustomControlBased?this.setupCustomControl():(this.valueAccessor??=this.selectedValueAccessor,function hz(e,t,n=Km){qm(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||"always"===n)&&t.valueAccessor.setDisabledState?.(e.disabled),function gz(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&Qw(e,t)})}(e,t),function vz(e,t){const n=(i,o)=>{t.valueAccessor.writeValue(i),o&&t.viewToModelUpdate(i)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}(e,t),function mz(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&Qw(e,t),"submit"!==e.updateOn&&e.markAsTouched()})}(e,t),function pz(e,t){if(t.valueAccessor.setDisabledState){const n=i=>{t.valueAccessor.setDisabledState(i)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}(e,t)}(this.form,this,this.callSetDisabledState)),this.form.updateValueAndValidity({emitEvent:!1})}(function Ez(e,t){if(!e.hasOwnProperty("model"))return!1;const n=e.model;return!!n.isFirstChange()||!Object.is(t,n.currentValue)})(n,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&F_(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_isControlChanged(n){return n.hasOwnProperty("form")}\u0275ngControlCreate(n){super.ngControlCreate(n)}\u0275ngControlUpdate(n){super.ngControlUpdate(n,!0)}static \u0275fac=function(i){return new(i||e)(Kn(Fm,10),Kn(ww,10),Kn(Mm,10),Kn(ax,8),Kn(Wm,8),Kn(Fd,8),Kn(zn,8))};static \u0275dir=mo({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[io([Oz,Az]),jo,Nu,wT(null)]})}return e})();const Lz={provide:Bm,useExisting:pn(()=>ev)};let ev=(()=>{class e extends Zm{form=null;ngSubmit=new fo;get control(){return this.form}static \u0275fac=(()=>{let n;return function(o){return(n||(n=Uu(e)))(o||e)}})();static \u0275dir=mo({type:e,selectors:[["","formGroup",""]],hostBindings:function(i,o){1&i&&Pi("submit",function(s){return o.onSubmit(s)})("reset",function(){return o.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[io([Lz]),jo]})}return e})(),Fz=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275mod=zd({type:e});static \u0275inj=yi({})}return e})(),lx=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:ax,useValue:n.warnOnNgModelWithFormControl??"always"},{provide:Wm,useValue:n.callSetDisabledState??Km}]}}static \u0275fac=function(i){return new(i||e)};static \u0275mod=zd({type:e});static \u0275inj=yi({imports:[Fz]})}return e})();function Jz(e,t){return{provide:e,useFactory:n=>new e(n,t),deps:[Ja]}}mt(2955);const yx="[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u08a0-\u08b4\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2183\u2184\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005\u3006\u3031-\u3035\u303b\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fd5\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6e5\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ad\ua7b0-\ua7b7\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab65\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]",bx=(new RegExp(yx,"g"),new RegExp(`(${yx})+`,"g"),"[0-9\u0660-\u0669\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\uff10-\uff19]");function Ex(e){return function(t,n){const i=Symbol();t[i]=t[n],Object.defineProperty(t,n,{get(){return this[i]},set(o){this[i]=e.call(this,o,this)}})}}new RegExp(bx,"g"),new RegExp(`(${bx})+`,"g"),Ex(function Pz(e){return null!=e&&"false"!=`${e}`}),Ex(function Bz(e){return null==e?"":"string"==typeof e?e:`${e}px`});const rv={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},I6={...rv,overlayX:"start",originX:"start"},A6={...rv,overlayX:"end",originX:"end"},sv={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},w6={...sv,overlayX:"start",originX:"start"},x6={...sv,overlayX:"end",originX:"end"};class Sx{}let j_=(()=>{class e extends Sx{static{this.global={top:"1rem",center:!0}}static{this.connected=rv}}return e})(),Ll=(()=>{class e extends Sx{static{this.global={bottom:"1rem",center:!0}}static{this.connected=sv}}return e})();class Are extends j_{static{this.global={...j_.global,left:"1rem",center:!1}}static{this.connected=I6}}class wre extends j_{static{this.global={...j_.global,right:"1rem",center:!1}}static{this.connected=A6}}class xre extends Ll{static{this.global={...Ll.global,left:"1rem",center:!1}}static{this.connected=w6}}class kre extends Ll{static{this.global={...Ll.global,right:"1rem",center:!1}}static{this.connected=x6}}Math.pow(2,31);const Dx={now:()=>(Dx.delegate||Date).now(),delegate:void 0};class Ix extends re{constructor(t=1/0,n=1/0,i=Dx){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=i,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){const{isStopped:n,_buffer:i,_infiniteTimeWindow:o,_timestampProvider:r,_windowTime:s}=this;n||(i.push(t),!o&&i.push(r.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();const n=this._innerSubscribe(t),{_infiniteTimeWindow:i,_buffer:o}=this,r=o.slice();for(let s=0;s<r.length&&!t.closed;s+=i?1:2)t.next(r[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){const{_bufferSize:t,_timestampProvider:n,_buffer:i,_infiniteTimeWindow:o}=this,r=(o?1:2)*t;if(t<1/0&&r<i.length&&i.splice(0,i.length-r),!o){const s=n.now();let a=0;for(let c=1;c<i.length&&i[c]<=s;c+=2)a=c;a&&i.splice(0,a+1)}}}function Pl(e,t){const n=t?.injector??Ve(zn),i=new Ix(1),o=ho(()=>{let r;try{r=e()}catch(s){return void Dn(()=>i.error(s))}Dn(()=>i.next(r))},{injector:n,manualCleanup:!0});return n.get(to).onDestroy(()=>{o.destroy(),i.complete()}),i.asObservable()}var Qt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(Qt||{});const xx=new rt("ContentDensityDirective");class Bl{}let dv=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=Ve(Bl),this._injector=Ve(zn),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return Pl(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(n){this._storage.setContentDensity(n)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac})}}return e})();class Q6{}const Mx={modifiers:{[Qt.COMPACT]:"is-compact",[Qt.COZY]:"is-cozy",[Qt.CONDENSED]:"is-condensed"},supportedContentDensity:[Qt.COMPACT,Qt.COZY],defaultContentDensity:Qt.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}};let Zr=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(n,i){this._destroyRef=Ve(to),this._alternativeTo={[Qt.COMPACT]:()=>this._isSupported(Qt.CONDENSED)?Qt.CONDENSED:Qt.COZY,[Qt.CONDENSED]:()=>this._isSupported(Qt.COMPACT)?Qt.COMPACT:Qt.COZY,[Qt.COZY]:()=>Qt.COZY},this._globalContentDensityService=Ve(dv,{optional:!0}),this._contentDensityDirective=Ve(xx,{optional:!0}),this._parentContentDensityObserver=Ve(e,{optional:!0,skipSelf:!0}),this._renderer=Ve(Fd),this._elementRef=Ve(Mi),this._elements=[this._elementRef],this.config={...Mx,...this._parentContentDensityObserver?.config??{},...i||{}};const o=((e,t)=>{const n=e.get(dv,null,{optional:!0})?.currentContentDensity;return n||((e,t)=>{if("string"==typeof t.defaultContentDensity)return t.defaultContentDensity;if((e=>!(!e||!e.useFactory))(t.defaultContentDensity)){const n=((e,t)=>(t.deps||[]).map(n=>{if(Array.isArray(n)){let i,o={};for(let r=0;r<n.length;r++){const s=n[r].__NG_DI_FLAG__;"number"==typeof s?o={...o,flag:s}:i=n[r]}return e.get(i,void 0,o)}return e.get(n,void 0,{})}))(e,t.defaultContentDensity);return t.defaultContentDensity.useFactory(...n)}return e.get(t.defaultContentDensity,void 0,void 0)})(e,{...Mx,...t||{}})})(n,i);this._changesSource=(e=>di(()=>{const t=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===t?e.defaultContentDensity:"global"===t?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:t}))({defaultContentDensity:o,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function vm(e,t){return"function"==typeof e?BI(LI(e,jV,t?.equal),0,t?.set):BI(LI(e.source,e.computation,e.equal),0,e.set)}({source:this._changesSource,computation:r=>r&&"string"==typeof r?this._validateAndFallback(r):Qt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=di(()=>this._contentDensity()===Qt.COMPACT),this.isCozySignal=di(()=>this._contentDensity()===Qt.COZY),this.isCondensedSignal=di(()=>this._contentDensity()===Qt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=Pl(this.isCompactSignal,{injector:n}),this.isCozy$=Pl(this.isCozySignal,{injector:n}),this.isCondensed$=Pl(this.isCondensedSignal,{injector:n}),this.contentDensity$$=Pl(this._contentDensity,{injector:n}),ho(()=>{const r=this._contentDensity();this._applyClass(r)}),vp(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...n){this._elements.concat(...n.map(i=>i.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(n){return this.contentDensity$$.subscribe(n)}removeConsumer(n){this._elements.splice(this._elements.indexOf(n.elementRef),1)}_validateAndFallback(n){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${n}`),!this._isSupported(n))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${n} is not supported. Failing back to alternative one.`),this._alternativeTo[n]()}catch{throw new Error(`ContentDensityObserver: density ${n} is not supported`)}return n}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(n){if(!this.config?.modifiers)return;const i=this.config.modifiers,o=n??this._contentDensity(),r=this._parentContentDensityObserver?.value===o;this._elements.forEach(s=>{if(Object.values(i).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,o,r),r&&!this.config.alwaysAddModifiers)return;const a=i[o];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(n,i,o){if(!(this.config.ui5Markers?.enabled&&n&&this._renderer&&n instanceof HTMLElement))return;const r="data-ui5-compact-size";o&&!this.config.alwaysAddModifiers||i!==Qt.COMPACT&&i!==Qt.CONDENSED?this._renderer.removeAttribute(n,r):this._renderer.setAttribute(n,r,"")}_isSupported(n){return this.config.supportedContentDensity?.includes(n)??!1}static{this.\u0275fac=function(i){return new(i||e)(Lt(zn),Lt(Q6))}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac})}}return e})();function Ks(e){return[Jz(Zr,e)]}const r7=["*"];let Ox=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleDescription=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.accessibleRole=qe("Button"),this.design=qe("Default"),this.disabled=qe(!1,{transform:Gn}),this.endIcon=qe(),this.form=qe(),this.icon=qe(),this.loading=qe(!1,{transform:Gn}),this.loadingDelay=qe(1e3),this.submits=qe(!1,{transform:Gn}),this.tooltip=qe(),this.type=qe("Button"),this.ui5Click=_i(),this.slots=[{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"},{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Click"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],form:[1,"form"],icon:[1,"icon"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],submits:[1,"submits"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:r7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(1279);const _v=new rt("CVA_CONFIG");let Lx=(()=>{class e{constructor(){this.elementRef=Ve(Mi),this.cdr=Ve(UA),this.config=Ve(_v,{optional:!0}),this._value=null,this._valueSet=!1,this._initialized=!1,this._disabled=!1}get effectiveConfig(){return this.config||{property:"value",events:["change","input"],transformValue:n=>n||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(n){this._disabled=n;const i=this.elementRef.nativeElement;i&&this._initialized&&(i.disabled=n,this.cdr.markForCheck())}registerOnChange(n){this.onChange=n}registerOnTouched(n){this.onTouched=n}writeValue(n){this._value=n,this._valueSet=!0,this._initialized&&this.updateElementValue(n)}initializeComponent(){const n=this.elementRef.nativeElement,i=this.effectiveConfig;if(this._initialized=!0,n&&n.addEventListener){for(const o of i.events)n.addEventListener(o,r=>{if(this.onChange){const s=this.getValueToEmit(i,r);if(void 0!==s){const a=i.transformValue?i.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});n.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(n.disabled=this._disabled)}getValueToEmit(n,i){return n.isRadioButton?i.target.checked?i.target.value:void 0:i.target[n.property]}updateElementValue(n){const i=this.elementRef.nativeElement,o=this.effectiveConfig;if(i&&this._initialized){if(o.isRadioButton)i.checked=i.value===n;else{const r=o.transformValue?o.transformValue(n):n;i[o.property]=r}this.cdr.markForCheck()}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=mo({type:e,selectors:[["","noop",""]],features:[io([{provide:Mm,useExisting:pn(()=>e),multi:!0}])]})}}return e})();const s7=["*"];let Fx=(()=>{class e{constructor(){this.accessibleDescription=qe(),this.accessibleDescriptionRef=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.disabled=qe(!1,{transform:Gn}),this.filter=qe("None"),this.maxlength=qe(),this.name=qe(),this.noTypeahead=qe(!1,{transform:Gn}),this.open=qe(!1,{transform:Gn}),this.placeholder=qe(),this.readonly=qe(!1,{transform:Gn}),this.required=qe(!1,{transform:Gn}),this.showClearIcon=qe(!1,{transform:Gn}),this.showSuggestions=qe(!1,{transform:Gn}),this.type=qe("Text"),this.value=qe(""),this.valueState=qe("None"),this.ui5Change=_i(),this.ui5Close=_i(),this.ui5Input=_i(),this.ui5Open=_i(),this.ui5Select=_i(),this.ui5SelectionChange=_i(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Input with type `Number` does not support suggestions."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],disabled:[1,"disabled"],filter:[1,"filter"],maxlength:[1,"maxlength"],name:[1,"name"],noTypeahead:[1,"noTypeahead"],open:[1,"open"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],showClearIcon:[1,"showClearIcon"],showSuggestions:[1,"showSuggestions"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"]},outputs:{ui5Change:"ui5Change",ui5Close:"ui5Close",ui5Input:"ui5Input",ui5Open:"ui5Open",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5Input"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]}),{provide:_v,useValue:{property:"value",events:["change","input"],transformValue:n=>n||""}}]),mg([Lx])],ngContentSelectors:s7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(355);const a7=["*"];let Px=(()=>{class e{constructor(){this.for=qe(),this.required=qe(!1,{transform:Gn}),this.showColon=qe(!1,{transform:Gn}),this.wrappingType=qe("Normal"),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["for","required","showColon","wrappingType"];for(const o of i){const r=o.replace(/-./g,s=>s[1].toUpperCase());this[r]&&"function"==typeof this[r]&&Io(this.injector,()=>{ho(()=>{const s=this[r]();if(n){if(void 0===s&&n[o])return;n[o]=s}})})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:a7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(8305);const c7=["*"];let Bx=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleDescription=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.accessibleRole=qe("Link"),this.design=qe("Default"),this.disabled=qe(!1,{transform:Gn}),this.endIcon=qe(),this.href=qe(),this.icon=qe(),this.interactiveAreaSize=qe("Normal"),this.target=qe(),this.tooltip=qe(),this.wrappingType=qe("Normal"),this.ui5Click=_i(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Click"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],href:[1,"href"],icon:[1,"icon"],interactiveAreaSize:[1,"interactiveAreaSize"],target:[1,"target"],tooltip:[1,"tooltip"],wrappingType:[1,"wrappingType"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:c7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(741);const l7=["*"];let Ux=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleDescription=qe(),this.accessibleDescriptionRef=qe(),this.accessibleName=qe(),this.accessibleNameRef=qe(),this.accessibleRole=qe("List"),this.footerText=qe(),this.growing=qe("None"),this.growingButtonText=qe(),this.headerText=qe(),this.indent=qe(!1,{transform:Gn}),this.loading=qe(!1,{transform:Gn}),this.loadingDelay=qe(1e3),this.noDataText=qe(),this.selectionMode=qe("None"),this.separators=qe("All"),this.stickyHeader=qe(!1,{transform:Gn}),this.ui5ItemClick=_i(),this.ui5ItemClose=_i(),this.ui5ItemDelete=_i(),this.ui5ItemToggle=_i(),this.ui5LoadMore=_i(),this.ui5Move=_i(),this.ui5MoveOver=_i(),this.ui5SelectionChange=_i(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],footerText:[1,"footerText"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],headerText:[1,"headerText"],indent:[1,"indent"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],noDataText:[1,"noDataText"],selectionMode:[1,"selectionMode"],separators:[1,"separators"],stickyHeader:[1,"stickyHeader"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemDelete:"ui5ItemDelete",ui5ItemToggle:"ui5ItemToggle",ui5LoadMore:"ui5LoadMore",ui5Move:"ui5Move",ui5MoveOver:"ui5MoveOver",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5List"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:l7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();mt(2788);const u7=["*"];let Vx=(()=>{class e{constructor(){this.accessibilityAttributes=qe({}),this.accessibleName=qe(),this.accessibleRole=qe(),this.highlight=qe("None"),this.movable=qe(!1,{transform:Gn}),this.navigated=qe(!1,{transform:Gn}),this.selected=qe(!1,{transform:Gn}),this.tooltip=qe(),this.type=qe("Active"),this.ui5Click=_i(),this.ui5DetailClick=_i(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:'Defines the delete button, displayed in "Delete" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.',since:"1.9.0"}],this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Click","ui5DetailClick"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleName:[1,"accessibleName"],accessibleRole:[1,"accessibleRole"],highlight:[1,"highlight"],movable:[1,"movable"],navigated:[1,"navigated"],selected:[1,"selected"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click",ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]})])],ngContentSelectors:u7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();var d7=mt(4431),_7=mt(1934),qi=mt(1642),Hx=mt(1437),f7=mt(1834),hr=mt(2358),h7=mt(3651),jx=mt(3493),p7=(mt(9394),mt(1278)),zx=(mt(6726),mt(4874));(0,zx.pU)("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,zx.pU)("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Gx=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Gx||{});const E7=Gx;var z_=mt(5166),Fn=mt(1892),G_=mt(563),$x=mt(6136),Wx=mt(8923),S7=mt(303),D7=mt(5444);(0,Wx.Rh)("@ui5/webcomponents-theming","sap_horizon",pi(function*(){return S7.A})),(0,Wx.Rh)("@ui5/webcomponents","sap_horizon",pi(function*(){return D7.A}),"host");var Ga,ki=function(e,t,n,i){var s,o=arguments.length,r=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,n,r):s(t,n))||r);return o>3&&r&&Object.defineProperty(t,n,r),r};let mi=Ga=class extends d7.A{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return Ga.i18nBundle.getText(z_.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return pi(function*(){return t.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(t){(0,hr.xC)(t)&&t.preventDefault(),!this.readonly&&((0,hr.xC)(t)?this._isSpacePressed=!0:((0,hr.Tu)(t)||(0,hr.KL)(t))&&(this._cancelAction=!0),(0,hr.RI)(t)&&this._onclick())}_onkeyup(t){if(this.readonly)return;const n=(0,hr.xC)(t),i=(0,hr.Tu)(t)||(0,hr.KL)(t);if(n||(0,hr.BF)(t)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void t.preventDefault();this._isSpacePressed=!1}else i&&!this._isSpacePressed&&(this._cancelAction=!1);n&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),n=!this.fireDecoratorEvent("value-changed");(t||n)&&(this.checked=!this.checked)}}get graphical(){return this.design===E7.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const t=this.textOn?.toLowerCase(),n=this.textOff?.toLowerCase(),i=Ga.i18nBundle.getText(z_.F$r).toLowerCase(),o=Ga.i18nBundle.getText(z_.f4l).toLowerCase();return t===i&&n===o||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,jx.ax)(this)||(0,jx.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?Ga.i18nBundle.getText(z_.Dy9):""}};ki([(0,qi.A)()],mi.prototype,"design",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"readonly",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"checked",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"disabled",void 0),ki([(0,qi.A)()],mi.prototype,"textOn",void 0),ki([(0,qi.A)()],mi.prototype,"textOff",void 0),ki([(0,qi.A)()],mi.prototype,"accessibleName",void 0),ki([(0,qi.A)()],mi.prototype,"accessibleNameRef",void 0),ki([(0,qi.A)()],mi.prototype,"tooltip",void 0),ki([(0,qi.A)({type:Boolean})],mi.prototype,"required",void 0),ki([(0,qi.A)()],mi.prototype,"name",void 0),ki([(0,qi.A)()],mi.prototype,"value",void 0),ki([(0,qi.A)({type:Boolean,noAttribute:!0})],mi.prototype,"_cancelAction",void 0),ki([(0,qi.A)({type:Boolean,noAttribute:!0})],mi.prototype,"_isSpacePressed",void 0),ki([(0,h7.A)("@ui5/webcomponents")],mi,"i18nBundle",void 0),mi=Ga=ki([(0,_7.A)({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}\n',renderer:f7.A,template:function T7(){return(0,Fn.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,$x.xl)(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":(0,$x.nr)()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[(0,Fn.Y)("div",{class:"ui5-switch-inner",children:(0,Fn.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,Fn.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,Fn.FD)(Fn.FK,{children:[(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,Fn.Y)(G_.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,Fn.Y)(G_.A,{name:p7.Ay,class:"ui5-switch-icon-off"})})]}):(0,Fn.Y)(Fn.FK,{children:(0,Fn.FD)(Fn.FK,this.hasNoLabel?{children:[(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,Fn.Y)(G_.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,Fn.Y)(G_.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,Fn.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,Fn.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,Fn.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,Hx.A)("change",{bubbles:!0,cancelable:!0}),(0,Hx.A)("value-changed",{bubbles:!0,cancelable:!0})],mi),mi.define();const A7=["*"];let Kx=(()=>{class e{constructor(){this.accessibleName=qe(),this.accessibleNameRef=qe(),this.checked=qe(!1,{transform:Gn}),this.design=qe("Textual"),this.disabled=qe(!1,{transform:Gn}),this.name=qe(),this.readonly=qe(!1,{transform:Gn}),this.required=qe(!1,{transform:Gn}),this.textOff=qe(),this.textOn=qe(),this.tooltip=qe(),this.value=qe(""),this.ui5Change=_i(),this.elementRef=Ve(Mi),this.injector=Ve(zn),this._contentDensityObserver=Ve(Zr)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,i=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const r of i){const s=r.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Io(this.injector,()=>{ho(()=>{const a=this[s]();if(n){if(void 0===a&&n[r])return;n[r]=a}})})}const o=["ui5Change"];for(const r of o){const s=r.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[r]&&"function"==typeof this[r].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[r].emit(a)})}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],checked:[1,"checked"],design:[1,"design"],disabled:[1,"disabled"],name:[1,"name"],readonly:[1,"readonly"],required:[1,"required"],textOff:[1,"textOff"],textOn:[1,"textOn"],tooltip:[1,"tooltip"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[io([Ks({supportedContentDensity:[Qt.COMPACT,Qt.COZY]}),{provide:_v,useValue:{property:"checked",events:["change"],transformValue:n=>!!n}}]),mg([Lx])],ngContentSelectors:A7,decls:1,vars:0,template:function(i,o){1&i&&($r(),Wr(0))},encapsulation:2})}}return e})();const yn=globalThis.Luigi;let qx=(()=>{class e{setConfig(n){return yn.setConfig(n)}get config(){return yn.getConfig()}getConfigValue(n){return yn.getConfigValue(n)}unloadConfig(){return yn.unload()}sendCustomMessage(n){return yn.sendCustomMessage(n)}configChanged(n){yn.configChanged(n)}customMessages(){return yn.customMessages()}navigation(){return yn.navigation()}resetLuigi(){yn.reset()}clearNavigationCache(){yn.clearNavigationCache&&yn.clearNavigationCache()}showAlert(n){return yn.showAlert(n)}ux(){return yn.ux()}theming(){return yn.theming()}i18n(){return yn.i18n()}globalSearch(){return yn.globalSearch()}getGlobalContext(){return yn.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(n,i=!1){yn.setGlobalContext(n,i)}setInGlobalContext(n,i=!1){yn.setGlobalContext({...this.getGlobalContext(),...n},i)}routing(){return yn.routing()}setFeatureToggle(n){yn.featureToggles().setFeatureToggle(n)}unsetFeatureToggle(n){yn.featureToggles().unsetFeatureToggle(n)}unsetAllFeatureToggles(){yn.featureToggles().getActiveFeatureToggleList().forEach(n=>{this.unsetFeatureToggle(n)})}setFeatureToggles(n){if(n)for(const i of Object.keys(n))n[i]&&this.setFeatureToggle(i)}isFeatureToggleActive(n){return yn.featureToggles().getActiveFeatureToggleList().includes(n)}getActiveFeatureToggleList(){return yn.featureToggles().getActiveFeatureToggleList()}setAuthData(n){yn.auth().store.setAuthData(n),yn.auth().store.setNewlyAuthorized()}removeAuthData(){yn.auth().store.removeAuthData()}getAuthData(){return yn.auth().store.getAuthData()}setCurrentLocale(n){yn.i18n().setCurrentLocale(n)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();class Ul extends Error{}function $_(e,t,n=1/0){return nt(t)?$_((i,o)=>kr((r,s)=>t(i,r,o,s))(_r(e(i,o))),n):("number"==typeof t&&(n=t),er((i,o)=>function R7(e,t,n,i,o,r,s,a){const c=[];let l=0,d=0,_=!1;const b=()=>{_&&!c.length&&!l&&t.complete()},T=fe=>l<i?V(fe):c.push(fe),V=fe=>{r&&t.next(fe),l++;let De=!1;_r(n(fe,d++)).subscribe(Vo(t,Le=>{o?.(Le),r?T(Le):t.next(Le)},()=>{De=!0},void 0,()=>{if(De)try{for(l--;c.length&&l<i;){const Le=c.shift();s?Xr(t,s,()=>V(Le)):V(Le)}b()}catch(Le){t.error(Le)}}))};return e.subscribe(Vo(t,T,()=>{_=!0,b()})),()=>{a?.()}}(i,o,e,n)))}
58
59
  /**
59
- * @license Angular v21.2.17
60
+ * @license Angular v22.1.1
60
61
  * (c) 2010-2026 Google LLC. https://angular.dev/
61
62
  * License: MIT
62
- */let Bk=null;function Us(){return Bk}class K7{}let Uk=(()=>{class e{historyGo(t){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>re(q7),providedIn:"platform"})}return e})(),q7=(()=>{class e extends Uk{_location;_history;_doc=re(Vi);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Us().getBaseHref(this._doc)}onPopState(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",t,!1),()=>r.removeEventListener("popstate",t)}onHashChange(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",t,!1),()=>r.removeEventListener("hashchange",t)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(t){this._location.pathname=t}pushState(t,r,i){this._history.pushState(t,r,i)}replaceState(t,r,i){this._history.replaceState(t,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(t=0){this._history.go(t)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),zk=(()=>{class e{_renderer;_elementRef;onChange=t=>{};onTouched=()=>{};constructor(t,r){this._renderer=t,this._elementRef=r}setProperty(t,r){this._renderer.setProperty(this._elementRef.nativeElement,t,r)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br))};static \u0275dir=zt({type:e})}return e})(),Wa=(()=>{class e extends zk{static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,features:[En]})}return e})();const lo=new Se(""),X7={provide:lo,useExisting:un(()=>Ny),multi:!0},Q7=new Se("");let Ny=(()=>{class e extends zk{_compositionMode;_composing=!1;constructor(t,r,i){super(t,r),this._compositionMode=i,null==this._compositionMode&&(this._compositionMode=!function Z7(){const e=Us()?Us().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(t){this.setProperty("value",t??"")}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br),ot(Q7,8))};static \u0275dir=zt({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){1&r&&nr("input",function(s){return i._handleInput(s.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(s){return i._compositionEnd(s.target.value)})},standalone:!1,features:[yn([X7]),En]})}return e})();function Oy(e){return null==e||0===Ly(e)}function Ly(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Jr=new Se(""),zs=new Se(""),J7=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class eG{static min(n){return function jk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t<e?{min:{min:e,actual:n.value}}:null}}(n)}static max(n){return function Hk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t>e?{max:{max:e,actual:n.value}}:null}}(n)}static required(n){return function Gk(e){return Oy(e.value)?{required:!0}:null}(n)}static requiredTrue(n){return function $k(e){return!0===e.value?null:{required:!0}}(n)}static email(n){return function Wk(e){return Oy(e.value)||J7.test(e.value)?null:{email:!0}}(n)}static minLength(n){return function Kk(e){return n=>{const t=n.value?.length??Ly(n.value);return null===t||0===t?null:t<e?{minlength:{requiredLength:e,actualLength:t}}:null}}(n)}static maxLength(n){return function qk(e){return n=>{const t=n.value?.length??Ly(n.value);return null!==t&&t>e?{maxlength:{requiredLength:e,actualLength:t}}:null}}(n)}static pattern(n){return function Yk(e){if(!e)return Ah;let n,t;return"string"==typeof e?(t="","^"!==e.charAt(0)&&(t+="^"),t+=e,"$"!==e.charAt(e.length-1)&&(t+="$"),n=new RegExp(t)):(t=e.toString(),n=e),r=>{if(Oy(r.value))return null;const i=r.value;return n.test(i)?null:{pattern:{requiredPattern:t,actualValue:i}}}}(n)}static nullValidator(n){return null}static compose(n){return t5(n)}static composeAsync(n){return n5(n)}}function Ah(e){return null}function Xk(e){return null!=e}function Zk(e){return $f(e)?Ih(e):e}function Qk(e){let n={};return e.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function Jk(e,n){return n.map(t=>t(e))}function e5(e){return e.map(n=>function tG(e){return!e.validate}(n)?n:t=>n.validate(t))}function t5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return Qk(Jk(t,n))}}function Fy(e){return null!=e?t5(e5(e)):null}function n5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return $7(Jk(t,n).map(Zk)).pipe(Hi(Qk))}}function Py(e){return null!=e?n5(e5(e)):null}function r5(e,n){return null===e?[n]:Array.isArray(e)?[...e,n]:[e,n]}function i5(e){return e._rawValidators}function o5(e){return e._rawAsyncValidators}function By(e){return e?Array.isArray(e)?e:[e]:[]}function xh(e,n){return Array.isArray(e)?e.includes(n):e===n}function s5(e,n){const t=By(n);return By(e).forEach(i=>{xh(t,i)||t.push(i)}),t}function a5(e,n){return By(n).filter(t=>!xh(e,t))}class c5{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(n){this._rawValidators=n||[],this._composedValidatorFn=Fy(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=Py(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control?.reset(n)}hasError(n,t){return!!this.control&&this.control.hasError(n,t)}getError(n,t){return this.control?this.control.getError(n,t):null}}class ei extends c5{name;get formDirective(){return null}get path(){return null}}class Vs extends c5{_parent=null;name=null;valueAccessor=null}class l5{_cd;constructor(n){this._cd=n}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let Uy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(Vs,2))};static \u0275dir=zt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){2&r&&sh("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)},standalone:!1,features:[En]})}return e})(),zy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(ei,10))};static \u0275dir=zt({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,i){2&r&&sh("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)("ng-submitted",i.isSubmitted)},standalone:!1,features:[En]})}return e})();const Qu="VALID",Rh="INVALID",fl="PENDING",Ju="DISABLED";class hl{}class _5 extends hl{value;source;constructor(n,t){super(),this.value=n,this.source=t}}class Hy extends hl{pristine;source;constructor(n,t){super(),this.pristine=n,this.source=t}}class Gy extends hl{touched;source;constructor(n,t){super(),this.touched=n,this.source=t}}class Mh extends hl{status;source;constructor(n,t){super(),this.status=n,this.source=t}}class f5 extends hl{source;constructor(n){super(),this.source=n}}class $y extends hl{source;constructor(n){super(),this.source=n}}function Wy(e){return(Nh(e)?e.validators:e)||null}function Ky(e,n){return(Nh(n)?n.asyncValidators:e)||null}function Nh(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class qy{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(n,t){this._assignValidators(n),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get status(){return cr(this.statusReactive)}set status(n){cr(()=>this.statusReactive.set(n))}_status=Rr(()=>this.statusReactive());statusReactive=Ei(void 0);get valid(){return this.status===Qu}get invalid(){return this.status===Rh}get pending(){return this.status===fl}get disabled(){return this.status===Ju}get enabled(){return this.status!==Ju}errors;get pristine(){return cr(this.pristineReactive)}set pristine(n){cr(()=>this.pristineReactive.set(n))}_pristine=Rr(()=>this.pristineReactive());pristineReactive=Ei(!0);get dirty(){return!this.pristine}get touched(){return cr(this.touchedReactive)}set touched(n){cr(()=>this.touchedReactive.set(n))}_touched=Rr(()=>this.touchedReactive());touchedReactive=Ei(!1);get untouched(){return!this.touched}_events=new ut;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(s5(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(s5(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(a5(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(a5(n,this._rawAsyncValidators))}hasValidator(n){return xh(this._rawValidators,n)}hasAsyncValidator(n){return xh(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsTouched({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Gy(!0,r))}markAllAsDirty(n={}){this.markAsDirty({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsDirty(n))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(n))}markAsUntouched(n={}){const t=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:r})}),n.onlySelf||this._parent?._updateTouched(n,r),t&&!1!==n.emitEvent&&this._events.next(new Gy(!1,r))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsDirty({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Hy(!1,r))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),n.onlySelf||this._parent?._updatePristine(n,r),t&&!1!==n.emitEvent&&this._events.next(new Hy(!0,r))}markAsPending(n={}){this.status=fl;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Mh(this.status,t)),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Ju,this.errors=null,this._forEachChild(i=>{i.disable({...n,onlySelf:!0})}),this._updateValue();const r=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,r)),this._events.next(new Mh(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(i=>i(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Qu,this._forEachChild(r=>{r.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(n,t){n.onlySelf||(this._parent?.updateValueAndValidity(n),n.skipPristineCheck||this._parent?._updatePristine({},t),this._parent?._updateTouched({},t))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Qu||this.status===fl)&&this._runAsyncValidator(r,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,t)),this._events.next(new Mh(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.updateValueAndValidity({...n,sourceControl:t})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ju:Qu}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=fl,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t,shouldHaveEmitted:!1!==n};const r=Zk(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,t={}){this.errors=n,this._updateControlsErrors(!1!==t.emitEvent,this,t.shouldHaveEmitted)}get(n){let t=n;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((r,i)=>r&&r._find(i),this)}getError(n,t){const r=t?this.get(t):this;return r?.errors?r.errors[n]:null}hasError(n,t){return!!this.getError(n,t)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,t,r){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||r)&&this._events.next(new Mh(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,r)}_initObservables(){this.valueChanges=new Zr,this.statusChanges=new Zr}_calculateStatus(){return this._allControlsDisabled()?Ju:this.errors?Rh:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(fl)?fl:this._anyControlsHaveStatus(Rh)?Rh:Qu}_anyControlsHaveStatus(n){return this._anyControls(t=>t.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,t){const r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,n.onlySelf||this._parent?._updatePristine(n,t),i&&this._events.next(new Hy(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new Gy(this.touched,t)),n.onlySelf||this._parent?._updateTouched(n,t)}_onDisabledChange=[];_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Nh(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function cG(e){return Array.isArray(e)?Fy(e):e||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function lG(e){return Array.isArray(e)?Py(e):e||null}(this._rawAsyncValidators)}}class ed extends qy{constructor(n,t,r){super(Wy(t),Ky(r,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(n,t,r={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(n,t={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(n,t,r={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){(function p5(e,n,t){e._forEachChild((r,i)=>{if(void 0===t[i])throw new we(-1002,"")})})(this,0,n),Object.keys(n).forEach(r=>{(function h5(e,n,t){const r=e.controls;if(!(n?Object.keys(r):r).length)throw new we(1e3,"");if(!r[t])throw new we(1001,"")})(this,!0,r),this.controls[r].setValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(r=>{const i=this.controls[r];i&&i.patchValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((r,i)=>{r.reset(n?n[i]:null,{...t,onlySelf:!0})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t),!1!==t?.emitEvent&&this._events.next(new $y(this))}getRawValue(){return this._reduceChildren({},(n,t,r)=>(n[r]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,r)=>!!r._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const r=this.controls[t];r&&n(r,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,r]of Object.entries(this.controls))if(this.contains(t)&&n(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,r,i)=>((r.enabled||this.disabled)&&(t[i]=r.value),t))}_reduceChildren(n,t){let r=n;return this._forEachChild((i,o)=>{r=t(r,i,o)}),r}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}const pl=new Se("",{factory:()=>Oh}),Oh="always";function td(e,n,t=Oh){Yy(e,n),n.valueAccessor.writeValue(e.value),(e.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(e.disabled),function _G(e,n){n.valueAccessor.registerOnChange(t=>{e._pendingValue=t,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&g5(e,n)})}(e,n),function hG(e,n){const t=(r,i)=>{n.valueAccessor.writeValue(r),i&&n.viewToModelUpdate(r)};e.registerOnChange(t),n._registerOnDestroy(()=>{e._unregisterOnChange(t)})}(e,n),function fG(e,n){n.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&g5(e,n),"submit"!==e.updateOn&&e.markAsTouched()})}(e,n),function dG(e,n){if(n.valueAccessor.setDisabledState){const t=r=>{n.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(t),n._registerOnDestroy(()=>{e._unregisterOnDisabledChange(t)})}}(e,n)}function Fh(e,n,t=!0){const r=()=>{};n?.valueAccessor?.registerOnChange(r),n?.valueAccessor?.registerOnTouched(r),Bh(e,n),e&&(n._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function Ph(e,n){e.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function Yy(e,n){const t=i5(e);null!==n.validator?e.setValidators(r5(t,n.validator)):"function"==typeof t&&e.setValidators([t]);const r=o5(e);null!==n.asyncValidator?e.setAsyncValidators(r5(r,n.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const i=()=>e.updateValueAndValidity();Ph(n._rawValidators,i),Ph(n._rawAsyncValidators,i)}function Bh(e,n){let t=!1;if(null!==e){if(null!==n.validator){const i=i5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.validator);o.length!==i.length&&(t=!0,e.setValidators(o))}}if(null!==n.asyncValidator){const i=o5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.asyncValidator);o.length!==i.length&&(t=!0,e.setAsyncValidators(o))}}}const r=()=>{};return Ph(n._rawValidators,r),Ph(n._rawAsyncValidators,r),t}function g5(e,n){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function y5(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}function b5(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const js=class extends qy{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(n=null,t,r){super(Wy(t),Ky(r,t)),this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Nh(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=b5(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(n,t={}){this.setValue(n,t)}reset(n=this.defaultValue,t={}){this._applyFormState(n),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),t.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==t?.emitEvent&&this._events.next(new $y(this))}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){y5(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){y5(this._onDisabledChange,n)}_forEachChild(n){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(n){b5(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}};Promise.resolve();let jh=(()=>{class e extends ei{callSetDisabledState;get submitted(){return cr(this._submittedReactive)}set submitted(t){this._submittedReactive.set(t)}_submitted=Rr(()=>this._submittedReactive());_submittedReactive=Ei(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(t,r,i){super(),this.callSetDisabledState=i,this._setValidators(t),this._setAsyncValidators(r)}ngOnChanges(t){this.onChanges(t)}ngOnDestroy(){this.onDestroy()}onChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Bh(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(t){const r=this.form.get(t.path);return td(r,t,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),r}getControl(t){return this.form.get(t.path)}removeControl(t){Fh(t.control||null,t,!1),function vG(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}getFormArray(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}updateModel(t,r){this.form.get(t.path).setValue(r)}onReset(){this.resetForm()}resetForm(t=void 0,r={}){this.form.reset(t,r),this._submittedReactive.set(!1)}onSubmit(t){return this.submitted=!0,function v5(e,n){e._syncPendingControls(),n.forEach(t=>{const r=t.control;"submit"===r.updateOn&&r._pendingChange&&(t.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new f5(this.control)),"dialog"===t?.target?.method}_updateDomValue(){this.directives.forEach(t=>{const r=t.control,i=this.form.get(t.path);r!==i&&(Fh(r||null,t),(e=>e instanceof js)(i)&&(td(i,t,this.callSetDisabledState),t.control=i))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const r=this.form.get(t.path);(function m5(e,n){Yy(e,n)})(r,t),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){const r=this.form?.get(t.path);r&&function pG(e,n){return Bh(e,n)}(r,t)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){Yy(this.form,this),this._oldForm&&Bh(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(pl,8))};static \u0275dir=zt({type:e,features:[En,bs]})}return e})();const Jy=new Se(""),MG={provide:Vs,useExisting:un(()=>Hh)};let Hh=(()=>{class e extends Vs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(t){}model;update=new Zr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(t,r,i,o,s){super(),this._ngModelWarningConfig=o,this.callSetDisabledState=s,this._setValidators(t),this._setAsyncValidators(r),this.valueAccessor=function Qy(e,n){if(!n)return null;let t,r,i;return Array.isArray(n),n.forEach(o=>{o.constructor===Ny?t=o:function mG(e){return Object.getPrototypeOf(e.constructor)===Wa}(o)?r=o:i=o}),i||r||t||null}(0,i)}ngOnChanges(t){if(this._isControlChanged(t)){const r=t.form.previousValue;r&&Fh(r,this,!1),td(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function Zy(e,n){if(!e.hasOwnProperty("model"))return!1;const t=e.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)})(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Fh(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_isControlChanged(t){return t.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(lo,10),ot(Jy,8),ot(pl,8))};static \u0275dir=zt({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[yn([MG]),En,bs]})}return e})();const FG={provide:ei,useExisting:un(()=>$h)};let $h=(()=>{class e extends jh{form=null;ngSubmit=new Zr;get control(){return this.form}static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,i){1&r&&nr("submit",function(s){return i.onSubmit(s)})("reset",function(){return i.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[yn([FG]),En]})}return e})(),ZG=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({})}return e})(),z5=(()=>{class e{static withConfig(t){return{ngModule:e,providers:[{provide:Jy,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:pl,useValue:t.callSetDisabledState??Oh}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({imports:[ZG]})}return e})();var V5=ht(171);function Wh(e,n,t=1/0){return O(n)?Wh((r,i)=>Hi((o,s)=>n(r,o,i,s))(Io(e(r,i))),t):("number"==typeof n&&(t=n),so((r,i)=>function L$(e,n,t,r,i,o,s,a){const c=[];let l=0,d=0,h=!1;const y=()=>{h&&!c.length&&!l&&n.complete()},S=de=>l<r?U(de):c.push(de),U=de=>{o&&n.next(de),l++;let pe=!1;Io(t(de,d++)).subscribe(ji(n,xe=>{i?.(xe),o?S(xe):n.next(xe)},()=>{pe=!0},void 0,()=>{if(pe)try{for(l--;c.length&&l<r;){const xe=c.shift();s?Bs(n,s,()=>U(xe)):U(xe)}y()}catch(xe){n.error(xe)}}))};return e.subscribe(ji(n,S,()=>{h=!0,y()})),()=>{a?.()}}(r,i,e,t)))}class U$ extends it{constructor(n,t){super()}schedule(n,t=0){return this}}const Kh={setInterval(e,n,...t){const{delegate:r}=Kh;return r?.setInterval?r.setInterval(e,n,...t):setInterval(e,n,...t)},clearInterval(e){const{delegate:n}=Kh;return(n?.clearInterval||clearInterval)(e)},delegate:void 0};class rb extends U${constructor(n,t){super(n,t),this.scheduler=n,this.work=t,this.pending=!1}schedule(n,t=0){var r;if(this.closed)return this;this.state=n;const i=this.id,o=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(o,i,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(o,this.id,t),this}requestAsyncId(n,t,r=0){return Kh.setInterval(n.flush.bind(n,this),r)}recycleAsyncId(n,t,r=0){if(null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&Kh.clearInterval(t)}execute(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const r=this._execute(n,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(n,t){let i,r=!1;try{this.work(n)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){const{id:n,scheduler:t}=this,{actions:r}=t;this.work=this.state=this.scheduler=null,this.pending=!1,Ne(r,this),null!=n&&(this.id=this.recycleAsyncId(t,n,null)),this.delay=null,super.unsubscribe()}}}const id={schedule(e){let n=requestAnimationFrame,t=cancelAnimationFrame;const{delegate:r}=id;r&&(n=r.requestAnimationFrame,t=r.cancelAnimationFrame);const i=n(o=>{t=void 0,e(o)});return new it(()=>t?.(i))},requestAnimationFrame(...e){const{delegate:n}=id;return(n?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){const{delegate:n}=id;return(n?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0},ib={now:()=>(ib.delegate||Date).now(),delegate:void 0};class od{constructor(n,t=od.now){this.schedulerActionCtor=n,this.now=t}schedule(n,t=0,r){return new this.schedulerActionCtor(this,n).schedule(r,t)}}od.now=ib.now;class ob extends od{constructor(n,t=od.now){super(n,t),this.actions=[],this._active=!1}flush(n){const{actions:t}=this;if(this._active)return void t.push(n);let r;this._active=!0;do{if(r=n.execute(n.state,n.delay))break}while(n=t.shift());if(this._active=!1,r){for(;n=t.shift();)n.unsubscribe();throw r}}}new class V$ extends ob{flush(n){let t;this._active=!0,n?t=n.id:(t=this._scheduled,this._scheduled=void 0);const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class z$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=id.requestAnimationFrame(()=>n.flush(void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&t===n._scheduled&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(id.cancelAnimationFrame(t),n._scheduled=void 0)}});let sb,H$=1;const qh={};function $5(e){return e in qh&&(delete qh[e],!0)}const G$={setImmediate(e){const n=H$++;return qh[n]=!0,sb||(sb=Promise.resolve()),sb.then(()=>$5(n)&&e()),n},clearImmediate(e){$5(e)}},{setImmediate:$$,clearImmediate:W$}=G$,Yh={setImmediate(...e){const{delegate:n}=Yh;return(n?.setImmediate||$$)(...e)},clearImmediate(e){const{delegate:n}=Yh;return(n?.clearImmediate||W$)(e)},delegate:void 0};new class q$ extends ob{flush(n){this._active=!0;const t=this._scheduled;this._scheduled=void 0;const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class K$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=Yh.setImmediate(n.flush.bind(n,void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(Yh.clearImmediate(t),n._scheduled===t&&(n._scheduled=void 0))}});new ob(rb);let ub;try{ub=typeof Intl<"u"&&Intl.v8BreakIterator}catch{ub=!1}function eW(e,n){return{provide:e,useFactory:t=>new e(t,n),deps:[n_]}}const f1="[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u08a0-\u08b4\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2183\u2184\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005\u3006\u3031-\u3035\u303b\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fd5\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6e5\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ad\ua7b0-\ua7b7\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab65\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]",h1=(new RegExp(f1,"g"),new RegExp(`(${f1})+`,"g"),"[0-9\u0660-\u0669\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\uff10-\uff19]");function g1(e){return function(n,t){const r=Symbol();n[r]=n[t],Object.defineProperty(n,t,{get(){return this[r]},set(i){this[r]=e.call(this,i,this)}})}}new RegExp(h1,"g"),new RegExp(`(${h1})+`,"g"),g1(function G5(e){return null!=e&&"false"!=`${e}`}),g1(function B$(e){return null==e?"":"string"==typeof e?e:`${e}px`});const pb={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},AW={...pb,overlayX:"start",originX:"start"},xW={...pb,overlayX:"end",originX:"end"},gb={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},kW={...gb,overlayX:"start",originX:"start"},RW={...gb,overlayX:"end",originX:"end"};class v1{}let np=(()=>{class e extends v1{static{this.global={top:"1rem",center:!0}}static{this.connected=pb}}return e})(),ud=(()=>{class e extends v1{static{this.global={bottom:"1rem",center:!0}}static{this.connected=gb}}return e})();class yge extends np{static{this.global={...np.global,left:"1rem",center:!1}}static{this.connected=AW}}class bge extends np{static{this.global={...np.global,right:"1rem",center:!1}}static{this.connected=xW}}class Cge extends ud{static{this.global={...ud.global,left:"1rem",center:!1}}static{this.connected=kW}}class Ege extends ud{static{this.global={...ud.global,right:"1rem",center:!1}}static{this.connected=RW}}Math.pow(2,31);class y1 extends ut{constructor(n=1/0,t=1/0,r=ib){super(),this._bufferSize=n,this._windowTime=t,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=t===1/0,this._bufferSize=Math.max(1,n),this._windowTime=Math.max(1,t)}next(n){const{isStopped:t,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:s}=this;t||(r.push(n),!i&&r.push(o.now()+s)),this._trimBuffer(),super.next(n)}_subscribe(n){this._throwIfClosed(),this._trimBuffer();const t=this._innerSubscribe(n),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let s=0;s<o.length&&!n.closed;s+=r?1:2)n.next(o[s]);return this._checkFinalizedStatuses(n),t}_trimBuffer(){const{_bufferSize:n,_timestampProvider:t,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*n;if(n<1/0&&o<r.length&&r.splice(0,r.length-o),!i){const s=t.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}function _d(e,n){const t=n?.injector??re(Gn),r=new y1(1),i=oo(()=>{let o;try{o=e()}catch(s){return void cr(()=>r.error(s))}cr(()=>r.next(o))},{injector:t,manualCleanup:!0});return t.get(Ci).onDestroy(()=>{i.destroy(),r.complete()}),r.asObservable()}var qt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(qt||{});const E1=new Se("ContentDensityDirective");class fd{}let Cb=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=re(fd),this._injector=re(Gn),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return _d(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(t){this._storage.setContentDensity(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();class eK{}const I1={modifiers:{[qt.COMPACT]:"is-compact",[qt.COZY]:"is-cozy",[qt.CONDENSED]:"is-condensed"},supportedContentDensity:[qt.COMPACT,qt.COZY],defaultContentDensity:qt.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}};let Hs=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(t,r){this._destroyRef=re(Ci),this._alternativeTo={[qt.COMPACT]:()=>this._isSupported(qt.CONDENSED)?qt.CONDENSED:qt.COZY,[qt.CONDENSED]:()=>this._isSupported(qt.COMPACT)?qt.COMPACT:qt.COZY,[qt.COZY]:()=>qt.COZY},this._globalContentDensityService=re(Cb,{optional:!0}),this._contentDensityDirective=re(E1,{optional:!0}),this._parentContentDensityObserver=re(e,{optional:!0,skipSelf:!0}),this._renderer=re(As),this._elementRef=re(br),this._elements=[this._elementRef],this.config={...I1,...this._parentContentDensityObserver?.config??{},...r||{}};const i=((e,n)=>{const t=e.get(Cb,null,{optional:!0})?.currentContentDensity;return t||((e,n)=>{if("string"==typeof n.defaultContentDensity)return n.defaultContentDensity;if((e=>!(!e||!e.useFactory))(n.defaultContentDensity)){const t=((e,n)=>(n.deps||[]).map(t=>{if(Array.isArray(t)){let r,i={};for(let o=0;o<t.length;o++){const s=t[o].__NG_DI_FLAG__;"number"==typeof s?i={...i,flag:s}:r=t[o]}return e.get(r,void 0,i)}return e.get(t,void 0,{})}))(e,n.defaultContentDensity);return n.defaultContentDensity.useFactory(...t)}return e.get(n.defaultContentDensity,void 0,void 0)})(e,{...I1,...n||{}})})(t,r);this._changesSource=(e=>Rr(()=>{const n=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===n?e.defaultContentDensity:"global"===n?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:n}))({defaultContentDensity:i,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function py(e,n){return nx("function"==typeof e?ex(e,Wj,n?.equal):ex(e.source,e.computation,e.equal))}({source:this._changesSource,computation:o=>o&&"string"==typeof o?this._validateAndFallback(o):qt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=Rr(()=>this._contentDensity()===qt.COMPACT),this.isCozySignal=Rr(()=>this._contentDensity()===qt.COZY),this.isCondensedSignal=Rr(()=>this._contentDensity()===qt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=_d(this.isCompactSignal,{injector:t}),this.isCozy$=_d(this.isCozySignal,{injector:t}),this.isCondensed$=_d(this.isCondensedSignal,{injector:t}),this.contentDensity$$=_d(this._contentDensity,{injector:t}),oo(()=>{const o=this._contentDensity();this._applyClass(o)}),_f(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...t){this._elements.concat(...t.map(r=>r.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(t){return this.contentDensity$$.subscribe(t)}removeConsumer(t){this._elements.splice(this._elements.indexOf(t.elementRef),1)}_validateAndFallback(t){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${t}`),!this._isSupported(t))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${t} is not supported. Failing back to alternative one.`),this._alternativeTo[t]()}catch{throw new Error(`ContentDensityObserver: density ${t} is not supported`)}return t}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(t){if(!this.config?.modifiers)return;const r=this.config.modifiers,i=t??this._contentDensity(),o=this._parentContentDensityObserver?.value===i;this._elements.forEach(s=>{if(Object.values(r).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,i,o),o&&!this.config.alwaysAddModifiers)return;const a=r[i];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(t,r,i){if(!(this.config.ui5Markers?.enabled&&t&&this._renderer&&t instanceof HTMLElement))return;const o="data-ui5-compact-size";i&&!this.config.alwaysAddModifiers||r!==qt.COMPACT&&r!==qt.CONDENSED?this._renderer.removeAttribute(t,o):this._renderer.setAttribute(t,o,"")}_isSupported(t){return this.config.supportedContentDensity?.includes(t)??!1}static{this.\u0275fac=function(r){return new(r||e)(wt(Gn),wt(eK))}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();function Ya(e){return[eW(Hs,e)]}const sK=["*"];let w1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Button"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.form=rt(),this.icon=rt(),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.submits=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Button"),this.ui5Click=Mr(),this.slots=[{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"},{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],form:[1,"form"],icon:[1,"icon"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],submits:[1,"submits"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:sK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1279);const Eb=new Se("CVA_CONFIG");let A1=(()=>{class e{constructor(){this.elementRef=re(br),this.cdr=re(Eh),this.config=re(Eb,{optional:!0}),this._value=null,this._valueSet=!1,this._initialized=!1,this._disabled=!1}get effectiveConfig(){return this.config||{property:"value",events:["change","input"],transformValue:t=>t||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(t){this._disabled=t;const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=t,this.cdr.markForCheck())}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}writeValue(t){this._value=t,this._valueSet=!0,this._initialized&&this.updateElementValue(t)}initializeComponent(){const t=this.elementRef.nativeElement,r=this.effectiveConfig;if(this._initialized=!0,t&&t.addEventListener){for(const i of r.events)t.addEventListener(i,o=>{if(this.onChange){const s=this.getValueToEmit(r,o);if(void 0!==s){const a=r.transformValue?r.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});t.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(t.disabled=this._disabled)}getValueToEmit(t,r){return t.isRadioButton?r.target.checked?r.target.value:void 0:r.target[t.property]}updateElementValue(t){const r=this.elementRef.nativeElement,i=this.effectiveConfig;if(r&&this._initialized){if(i.isRadioButton)r.checked=r.value===t;else{const o=i.transformValue?i.transformValue(t):t;r[i.property]=o}this.cdr.markForCheck()}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=zt({type:e,selectors:[["","noop",""]],features:[yn([{provide:lo,useExisting:un(()=>e),multi:!0}])]})}}return e})();const aK=["*"];let x1=(()=>{class e{constructor(){this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.disabled=rt(!1,{transform:Un}),this.filter=rt("None"),this.maxlength=rt(),this.name=rt(),this.noTypeahead=rt(!1,{transform:Un}),this.open=rt(!1,{transform:Un}),this.placeholder=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.showClearIcon=rt(!1,{transform:Un}),this.showSuggestions=rt(!1,{transform:Un}),this.type=rt("Text"),this.value=rt(""),this.valueState=rt("None"),this.ui5Change=Mr(),this.ui5Close=Mr(),this.ui5Input=Mr(),this.ui5Open=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Input with type `Number` does not support suggestions."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],disabled:[1,"disabled"],filter:[1,"filter"],maxlength:[1,"maxlength"],name:[1,"name"],noTypeahead:[1,"noTypeahead"],open:[1,"open"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],showClearIcon:[1,"showClearIcon"],showSuggestions:[1,"showSuggestions"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"]},outputs:{ui5Change:"ui5Change",ui5Close:"ui5Close",ui5Input:"ui5Input",ui5Open:"ui5Open",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5Input"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"value",events:["change","input"],transformValue:t=>t||""}}]),yv([A1])],ngContentSelectors:aK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var k1=ht(355);const cK=["*"];let R1=(()=>{class e{constructor(){this.for=rt(),this.required=rt(!1,{transform:Un}),this.showColon=rt(!1,{transform:Un}),this.wrappingType=rt("Normal"),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["for","required","showColon","wrappingType"];for(const i of r){const o=i.replace(/-./g,s=>s[1].toUpperCase());this[o]&&"function"==typeof this[o]&&no(this.injector,()=>{oo(()=>{const s=this[o]();t&&(t[i]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:cK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(8305);const lK=["*"];let M1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Link"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.href=rt(),this.icon=rt(),this.interactiveAreaSize=rt("Normal"),this.target=rt(),this.tooltip=rt(),this.wrappingType=rt("Normal"),this.ui5Click=Mr(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],href:[1,"href"],icon:[1,"icon"],interactiveAreaSize:[1,"interactiveAreaSize"],target:[1,"target"],tooltip:[1,"tooltip"],wrappingType:[1,"wrappingType"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:lK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1973);const uK=["*"];let N1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("List"),this.footerText=rt(),this.growing=rt("None"),this.growingButtonText=rt(),this.headerText=rt(),this.indent=rt(!1,{transform:Un}),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.noDataText=rt(),this.selectionMode=rt("None"),this.separators=rt("All"),this.stickyHeader=rt(!1,{transform:Un}),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemDelete=Mr(),this.ui5ItemToggle=Mr(),this.ui5LoadMore=Mr(),this.ui5Move=Mr(),this.ui5MoveOver=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],footerText:[1,"footerText"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],headerText:[1,"headerText"],indent:[1,"indent"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],noDataText:[1,"noDataText"],selectionMode:[1,"selectionMode"],separators:[1,"separators"],stickyHeader:[1,"stickyHeader"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemDelete:"ui5ItemDelete",ui5ItemToggle:"ui5ItemToggle",ui5LoadMore:"ui5LoadMore",ui5Move:"ui5Move",ui5MoveOver:"ui5MoveOver",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5List"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:uK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var Yt=ht(2358),hd=ht(1834),pd=ht(1934),At=ht(1642),gd=ht(3651),Tb=ht(4127),O1=ht(6488),Xa=ht(1437),dK=ht(6993),L1=ht(1278),ki=(ht(6726),ht(4874));(0,ki.pU)("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var F1=ht(6826),P1=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(P1||{});const yK=P1;var B1=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(B1||{});const wo=B1;var Ao=ht(5011),U1=ht(6981),In=ht(5166),Yi=ht(8923),gl=ht(303),ml=ht(5444);(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Gs,ui=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Vr=Gs=class extends U1.A{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=n=>{(0,Yt.RI)(n)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===wo.Active||this.type===wo.Navigation)&&this._selectionMode!==Ao.A.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(n){const t=n.target!==this.getFocusDomRef();if(((0,Yt.xC)(n)||(0,Yt.RI)(n))&&t)return;super._onkeydown(n);const r=this.type===wo.Active,i=this.typeNavigation;((0,Yt.xC)(n)||(0,Yt.RI)(n))&&(r||i)&&this.activate(),(0,Yt.ty)(n)&&this._handleF2()}_onkeyup(n){super._onkeyup(n),((0,Yt.xC)(n)||(0,Yt.RI)(n))&&this.deactivate(),this.modeDelete&&(0,Yt.Ob)(n)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(n){super._onfocusin(n),n.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(n){if(this._editMode){const t=n.relatedTarget;(!t||!this.contains(t)&&!this.shadowRoot.contains(t))&&(this._editMode=!1)}n.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(n){n.dataTransfer&&n.target===this._listItem&&(F1.A.setDraggedElement(this,n),this.setAttribute("data-moving",""),n.dataTransfer.dropEffect="move",n.dataTransfer.effectAllowed="move")}_ondragend(n){n.target===this._listItem&&(F1.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:n.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!n.target.checked,selectionComponentPressed:!0})}activate(){(this.type===wo.Active||this.type===wo.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(n){this.isInactive||(super.fireItemPress(n),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===wo.Inactive||this.type===wo.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ao.A.Multiple||this._selectionMode===Ao.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ao.A.SingleEnd||this._selectionMode===Ao.A.Delete)}get modeSingleSelect(){return[Ao.A.SingleStart,Ao.A.SingleEnd,Ao.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ao.A.Multiple}get modeDelete(){return this._selectionMode===Ao.A.Delete}get typeDetail(){return this.type===wo.Detail}get typeNavigation(){return this.type===wo.Navigation}get typeActive(){return this.type===wo.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let n;return void 0!==this._ariaSelected&&(n=Gs.i18nBundle.getText(this._ariaSelected?In.rek:In.bB2)),n}get deleteText(){return Gs.i18nBundle.getText(In.SJi)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?Gs.i18nBundle.getText(In._43):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:Gs.i18nBundle.getText(In.UlA),ariaLabelRadioButton:Gs.i18nBundle.getText(In.bP),ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==yK.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const n=this.getFocusDomRef();if((0,Tb.A)()===n){const t=this._getFocusableElements();if(!t.length)return;this._editMode=!0,t[0].focus()}else this._editMode=!1,n.focus()}_handleTabNext(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t),i=r+1;return void(-1!==r&&i<t.length?(n.preventDefault(),t[i].focus()):this.fireDecoratorEvent("forward-after")||n.preventDefault())}this.fireDecoratorEvent("forward-after")||n.preventDefault()}_handleTabPrevious(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t);return void(r>0?(n.preventDefault(),t[r-1].focus()):this.fireDecoratorEvent("forward-before")||n.preventDefault())}this.fireDecoratorEvent("forward-before")||n.preventDefault()}_getFocusableElements(){const n=this.getFocusDomRef();return(0,O1.J)(n)}_indexOfActiveElement(n){const t=(0,Tb.A)();return n.findIndex(r=>r===t||null!==r.shadowRoot&&r.shadowRoot.contains(t))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(n){const t=this._getFocusableElements();if(!t.length)return;const r=Math.min(n,t.length-1);return t[r].focus(),r}};ui([(0,At.A)()],Vr.prototype,"type",void 0),ui([(0,At.A)({type:Object})],Vr.prototype,"accessibilityAttributes",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"navigated",void 0),ui([(0,At.A)()],Vr.prototype,"tooltip",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"active",void 0),ui([(0,At.A)()],Vr.prototype,"highlight",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"selected",void 0),ui([(0,At.A)()],Vr.prototype,"accessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_forcedAccessibleRole",void 0),ui([(0,At.A)({noAttribute:!0})],Vr.prototype,"_inheritedAccessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_selectionMode",void 0),ui([(0,At.A)()],Vr.prototype,"mediaRange",void 0),ui([(0,dK.A)()],Vr.prototype,"deleteButton",void 0),ui([(0,gd.A)("@ui5/webcomponents")],Vr,"i18nBundle",void 0),Vr=Gs=ui([(0,pd.A)({languageAware:!0,renderer:hd.A,styles:[U1.A.styles,".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n",'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}\n']}),(0,Xa.A)("detail-click",{bubbles:!0}),(0,Xa.A)("selection-requested",{bubbles:!0})],Vr);const z1=Vr;var xt=ht(1892),Za=ht(563),Qa=ht(6136),Db=ht(5386),$s=ht(594),md=ht(3493);const Ws=class xK{static hasGroup(n){return this.groups.has(n)}static getGroup(n){return this.groups.get(n)}static getCheckedRadioFromGroup(n){return this.checkedRadios.get(n)}static removeGroup(n){return this.checkedRadios.delete(n),this.groups.delete(n)}static addToGroup(n,t){this.hasGroup(t)?(this.enforceSingleSelection(n,t),this.getGroup(t)&&this.getGroup(t).push(n)):this.createGroup(n,t),this.updateTabOrder(t)}static removeFromGroup(n,t){const r=this.getGroup(t);if(!r)return;const i=this.getCheckedRadioFromGroup(t);r.forEach((o,s,a)=>{if(n._id===o._id)return a.splice(s,1)}),i===n&&this.checkedRadios.set(t,null),r.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(n,t){n.checked&&this.checkedRadios.set(t,n),this.groups.set(t,[n])}static selectNextItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._nextFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static updateFormValidity(n){const t=this.getGroup(n);if(!t)return;const r=t.some(o=>o.required),i=t.some(o=>o.checked);t.forEach(o=>{o._groupChecked=i,o._groupRequired=r})}static updateTabOrder(n){const t=this.getGroup(n);if(!t)return;const r=t.some(i=>i.checked);t.filter(i=>!i.disabled).forEach((i,o)=>{let s=(0,Tb.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),i._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===i&&i.readonly?0:-1:i.checked?0:-1:0===o?0:-1})}static selectPreviousItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._previousFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static selectItem(n,t){this.updateSelectionInGroup(n,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(n,t){const r=this.getCheckedRadioFromGroup(t);r&&!n.readonly&&(this._deselectRadio(r),this.checkedRadios.set(t,n)),n&&(n.focus(),n.readonly?setTimeout(()=>{this.updateTabOrder(t)},0):this._selectRadio(n))}static _deselectRadio(n){n&&(n.checked=!1)}static _selectRadio(n){n.checked=!0,n._checked=!0,n.fireDecoratorEvent("change")}static _nextFocusable(n,t){if(!t)return null;let i=null;if(n===t.length-1){if(t[0].disabled)return this._nextFocusable(1,t);i=t[0]}else{if(t[n+1].disabled)return this._nextFocusable(n+1,t);i=t[n+1]}return i}static _previousFocusable(n,t){const r=t.length;let i=null;if(0===n){if(t[r-1].disabled)return this._previousFocusable(r-1,t);i=t[r-1]}else{if(t[n-1].disabled)return this._previousFocusable(n-1,t);i=t[n-1]}return i}static enforceSingleSelection(n,t){const r=this.getCheckedRadioFromGroup(t);n.checked?r?n!==r&&(this._deselectRadio(r),this.checkedRadios.set(t,n)):this.checkedRadios.set(t,n):n===r&&this.checkedRadios.set(t,null),this.updateTabOrder(t),this.updateFormValidity(t)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var Ja,jr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Sb,V1=!1,Cr=Ja=class extends Db.A{get formValidityMessage(){return Ja.i18nBundle.getText(In.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{Sb&&(Sb.active=!1)},V1||(document.addEventListener("mouseup",this._deactivate),V1=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(n){const t=this._name,r=this.name,i=this._checked,o=this.checked;n&&Ws.removeFromGroup(this,t),r!==t?(t&&Ws.removeFromGroup(this,t),r&&Ws.addToGroup(this,r)):r&&this.isConnected&&Ws.enforceSingleSelection(this,r),this.name&&o!==i&&Ws.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(n){const t=this.name;t&&(n.preventDefault(),Ws.selectNextItem(this,t))}_handleUp(n){const t=this.name;t&&(n.preventDefault(),Ws.selectPreviousItem(this,t))}_onkeydown(n){if((0,Yt.xC)(n))return this.active=!0,n.preventDefault();if((0,Yt.RI)(n))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;((0,Yt.Pj)(n)||!t&&(0,Yt.FG)(n)||t&&(0,Yt.OC)(n))&&this._handleDown(n),((0,Yt.ie)(n)||!t&&(0,Yt.OC)(n)||t&&(0,Yt.FG)(n))&&this._handleUp(n)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,Sb=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Ws.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return[(0,md.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){switch(this.valueState){case $s.A.Negative:return Ja.i18nBundle.getText(In.laD);case $s.A.Critical:return Ja.i18nBundle.getText(In.Xot);case $s.A.Positive:return Ja.i18nBundle.getText(In.KwP);case $s.A.Information:return Ja.i18nBundle.getText(In.tgV);default:return""}}get effectiveTabIndex(){const n=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:n?parseInt(n):0}};jr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),jr([(0,At.A)()],Cr.prototype,"text",void 0),jr([(0,At.A)()],Cr.prototype,"valueState",void 0),jr([(0,At.A)()],Cr.prototype,"name",void 0),jr([(0,At.A)()],Cr.prototype,"value",void 0),jr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),jr([(0,At.A)({type:Number})],Cr.prototype,"_tabIndex",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupChecked",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupRequired",void 0),jr([(0,gd.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=Ja=jr([(0,pd.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function kK(){return(0,xt.FD)("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,xt.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},children:[(0,xt.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,xt.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,xt.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,xt.Y)("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'}),(0,Xa.A)("change",{bubbles:!0})],Cr),Cr.define();const MK=Cr;function cq(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var rs,Hr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Ib,H1=!1,Er=rs=class extends Db.A{get formValidityMessage(){return rs.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{Ib&&(Ib.active=!1)},H1||(document.addEventListener("mouseup",this._deactivate),H1=!0)}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Ib=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&!this.disabled&&((0,Yt.RI)(n)&&this.toggle(),this.active=!0)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const n={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(t||r)&&(this.checked=n.checked,this.indeterminate=n.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:rs.i18nBundle.getText(In.laD),Critical:rs.i18nBundle.getText(In.Xot),Positive:rs.i18nBundle.getText(In.KwP)}}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){if(this.valueState!==$s.A.None&&this.valueState!==$s.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const n=this.getAttribute("tabindex");if(this.tabbable)return n?parseInt(n):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){const n=rs.i18nBundle.getText(this.checked?In.Egs:In.wJ8),t=[this.text||"",n].filter(Boolean).join(" ");return{role:this.accInfo.role,type:rs.i18nBundle.getText(In.b5n),description:t,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};Hr([(0,At.A)()],Er.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)()],Er.prototype,"accessibleName",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"displayOnly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"indeterminate",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"checked",void 0),Hr([(0,At.A)()],Er.prototype,"text",void 0),Hr([(0,At.A)()],Er.prototype,"valueState",void 0),Hr([(0,At.A)()],Er.prototype,"wrappingType",void 0),Hr([(0,At.A)()],Er.prototype,"name",void 0),Hr([(0,At.A)()],Er.prototype,"value",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"active",void 0),Hr([(0,At.A)({type:Object})],Er.prototype,"_accInfo",void 0),Hr([(0,gd.A)("@ui5/webcomponents")],Er,"i18nBundle",void 0),Er=rs=Hr([(0,pd.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function aq(){return(0,xt.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[(0,xt.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,xt.Y)(Za.A,{"aria-hidden":"true",name:cq.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Za.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,xt.Y)("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Er),Er.define();const lq=Er,uq={listItemPreContent:function _q(){},listItemContent:function fq(){},imageBegin:function hq(){},iconBegin:function pq(){},iconEnd:function gq(){},selectionElement:G1};function dq(e){const n={...uq,...e};return(0,xt.FD)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[n.listItemPreContent.call(this),this.placeSelectionElementBefore&&G1.call(this),this._hasHighlightColor&&(0,xt.Y)("div",{class:"ui5-li-highlight"}),(0,xt.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[n.imageBegin.call(this),n.iconBegin.call(this),n.listItemContent.call(this)]}),n.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(V5.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Za.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&n.selectionElement.call(this),(0,xt.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,xt.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function G1(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(MK,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return(0,xt.Y)(lq,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return(0,xt.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,xt.Y)("slot",{name:"deleteButton"}):(0,xt.Y)(V5.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:L1.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const mq={listItemContent:function yq(){return(0,xt.Y)("slot",{})}};var bq=ht(4446);let $1,is;const vd=()=>($1??=new bq.Ay("@ui5/webcomponents-base"),$1),W1=(e,n=[])=>{(!is||!is.isConnected)&&(is=document.createElement("span"),is.id="ui5-invisible-text",is.hidden=!0,document.body.appendChild(is));const t=[...e.ariaLabelledByElements||[]],r=t.indexOf(is);n=Array.isArray(n)?n.filter(Boolean).join(" . ").trim():n.trim(),is.textContent=n,n&&-1===r?(t.unshift(is),e.ariaLabelledByElements=t):!n&&r>-1&&(t.splice(r,1),e.ariaLabelledByElements=t.length?t:null)},K1=(e,n={},t=!0)=>{if(!e)return"";if(e.nodeType===Node.TEXT_NODE)return e.data.trim();if(!(e instanceof HTMLElement))return"";if(e.hasAttribute("data-ui5-acc-text"))return e.getAttribute("data-ui5-acc-text")||"";if("true"===e.ariaHidden||!(e=>e.checkVisibility()||"contents"===getComputedStyle(e).display)(e))return t?vd().getText(In.CH):"";let r=[];const i=[],o=e.accessibilityInfo,{lessDetails:s}=n;if(o){const{type:a,description:c,required:l,disabled:d,readonly:h,children:y}=o;r=y||[],a&&i.push(a),c&&i.push(c),s||(l&&i.push(vd().getText(In.knB)),d&&i.push(vd().getText(In.fBK)),h&&i.push(vd().getText(In.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=K1(a,n,!1);c&&i.push(c)}),t){const a=i.length>0;if(!a||!s){const c=(0,O1.J)(e),l=[a?"":In.CH,In.fSG,In.Apb][Math.min(c.length,2)];l&&(a&&i.push("."),i.push(vd().getText(l)))}}return i.join(" ").trim()};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var wb,rp=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let vl=wb=class extends z1{constructor(){super(...arguments),this.movable=!1}_onkeydown(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeydown(n)}_onkeyup(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeyup(n)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(n){super._onfocusin(n),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(n){super._onfocusout(n),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const n=this._listItem;if(!n)return;const t=K1(this);W1(n,t)}_clearInvisibleTextContent(){const n=this._listItem;n&&W1(n,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const n=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return n?[n]:[]}get classes(){const n=super.classes;return n.main["ui5-custom-li-root"]=!0,n}get accessibilityInfo(){const n=[],t=this.shadowRoot?.querySelector("slot:not([name])");if(t){const i=t.assignedNodes({flatten:!0});n.push(...i)}const r=this._getDeleteButtonNodes();return n.push(...r),{type:wb.i18nBundle.getText(In.YHe),children:n}}};rp([(0,At.A)({type:Boolean})],vl.prototype,"movable",void 0),rp([(0,At.A)()],vl.prototype,"accessibleName",void 0),rp([(0,gd.A)("@ui5/webcomponents")],vl,"i18nBundle",void 0),vl=wb=rp([(0,pd.A)({tag:"ui5-li-custom",template:function vq(e){const n={...mq,...e};return dq.call(this,n)},renderer:hd.A,styles:[z1.styles,':host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}\n']})],vl),vl.define();const Tq=["*"];let q1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleName=rt(),this.accessibleRole=rt(),this.highlight=rt("None"),this.movable=rt(!1,{transform:Un}),this.navigated=rt(!1,{transform:Un}),this.selected=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Active"),this.ui5Click=Mr(),this.ui5DetailClick=Mr(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:'Defines the delete button, displayed in "Delete" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.',since:"1.9.0"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click","ui5DetailClick"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleName:[1,"accessibleName"],accessibleRole:[1,"accessibleRole"],highlight:[1,"highlight"],movable:[1,"movable"],navigated:[1,"navigated"],selected:[1,"selected"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click",ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:Tq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();(0,ki.pU)("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Y1=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Y1||{});const kq=Y1;(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var yl,ti=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Fr=yl=class extends Db.A{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return yl.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&((0,Yt.xC)(n)?this._isSpacePressed=!0:((0,Yt.Tu)(n)||(0,Yt.KL)(n))&&(this._cancelAction=!0),(0,Yt.RI)(n)&&this._onclick())}_onkeyup(n){if(this.readonly)return;const t=(0,Yt.xC)(n),r=(0,Yt.Tu)(n)||(0,Yt.KL)(n);if(t||(0,Yt.BF)(n)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void n.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);t&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),t=!this.fireDecoratorEvent("value-changed");(n||t)&&(this.checked=!this.checked)}}get graphical(){return this.design===kq.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const n=this.textOn?.toLowerCase(),t=this.textOff?.toLowerCase(),r=yl.i18nBundle.getText(In.F$r).toLowerCase(),i=yl.i18nBundle.getText(In.f4l).toLowerCase();return n===r&&t===i||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?yl.i18nBundle.getText(In.Dy9):""}};ti([(0,At.A)()],Fr.prototype,"design",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"readonly",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"checked",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"disabled",void 0),ti([(0,At.A)()],Fr.prototype,"textOn",void 0),ti([(0,At.A)()],Fr.prototype,"textOff",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleName",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleNameRef",void 0),ti([(0,At.A)()],Fr.prototype,"tooltip",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"required",void 0),ti([(0,At.A)()],Fr.prototype,"name",void 0),ti([(0,At.A)()],Fr.prototype,"value",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_cancelAction",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_isSpacePressed",void 0),ti([(0,gd.A)("@ui5/webcomponents")],Fr,"i18nBundle",void 0),Fr=yl=ti([(0,pd.A)({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}\n',renderer:hd.A,template:function Rq(){return(0,xt.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,Qa.xl)(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":(0,Qa.nr)()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[(0,xt.Y)("div",{class:"ui5-switch-inner",children:(0,xt.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,xt.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,xt.FD)(xt.FK,{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,xt.Y)(Za.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Za.A,{name:L1.Ay,class:"ui5-switch-icon-off"})})]}):(0,xt.Y)(xt.FK,{children:(0,xt.FD)(xt.FK,this.hasNoLabel?{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,xt.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,xt.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Fr),Fr.define();const Nq=["*"];let X1=(()=>{class e{constructor(){this.accessibleName=rt(),this.accessibleNameRef=rt(),this.checked=rt(!1,{transform:Un}),this.design=rt("Textual"),this.disabled=rt(!1,{transform:Un}),this.name=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.textOff=rt(),this.textOn=rt(),this.tooltip=rt(),this.value=rt(""),this.ui5Change=Mr(),this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],checked:[1,"checked"],design:[1,"design"],disabled:[1,"disabled"],name:[1,"name"],readonly:[1,"readonly"],required:[1,"required"],textOff:[1,"textOff"],textOn:[1,"textOn"],tooltip:[1,"tooltip"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"checked",events:["change"],transformValue:t=>!!t}}]),yv([A1])],ngContentSelectors:Nq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();const wn=globalThis.Luigi;let Gr=(()=>{class e{setConfig(t){return wn.setConfig(t)}get config(){return wn.getConfig()}getConfigValue(t){return wn.getConfigValue(t)}unloadConfig(){return wn.unload()}sendCustomMessage(t){return wn.sendCustomMessage(t)}configChanged(t){wn.configChanged(t)}customMessages(){return wn.customMessages()}navigation(){return wn.navigation()}resetLuigi(){wn.reset()}clearNavigationCache(){wn.clearNavigationCache&&wn.clearNavigationCache()}showAlert(t){return wn.showAlert(t)}ux(){return wn.ux()}theming(){return wn.theming()}i18n(){return wn.i18n()}globalSearch(){return wn.globalSearch()}getGlobalContext(){return wn.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(t,r=!1){wn.setGlobalContext(t,r)}setInGlobalContext(t,r=!1){wn.setGlobalContext({...this.getGlobalContext(),...t},r)}routing(){return wn.routing()}setFeatureToggle(t){wn.featureToggles().setFeatureToggle(t)}unsetFeatureToggle(t){wn.featureToggles().unsetFeatureToggle(t)}unsetAllFeatureToggles(){wn.featureToggles().getActiveFeatureToggleList().forEach(t=>{this.unsetFeatureToggle(t)})}setFeatureToggles(t){if(t)for(const r of Object.keys(t))t[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(t){return wn.featureToggles().getActiveFeatureToggleList().includes(t)}getActiveFeatureToggleList(){return wn.featureToggles().getActiveFeatureToggleList()}setAuthData(t){wn.auth().store.setAuthData(t),wn.auth().store.setNewlyAuthorized()}removeAuthData(){wn.auth().store.removeAuthData()}getAuthData(){return wn.auth().store.getAuthData()}setCurrentLocale(t){wn.i18n().setCurrentLocale(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Z1(e,n){return so((t,r)=>{let i=null,o=0,s=!1;const a=()=>s&&!i&&r.complete();t.subscribe(ji(r,c=>{i?.unsubscribe();let l=0;const d=o++;Io(e(c,d)).subscribe(i=ji(r,h=>r.next(n?n(c,h,d,l++):h),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function Ab(...e){return Ih(e,wh(e))}
63
+ */
64
+ function Yx(e,t){t=encodeURIComponent(t);for(const n of e.split(";")){const i=n.indexOf("="),[o,r]=-1==i?[n,""]:[n.slice(0,i),n.slice(i+1)];if(o.trim()!==t)continue;let s=r;try{s=decodeURIComponent(r)}catch{}return s.length>1&&'"'===s[0]&&'"'===s[s.length-1]&&(s=s.slice(1,-1)),s}return null}Ul.prototype.name="InvalidTokenError";
63
65
  /**
64
- * @license Angular v21.2.17
66
+ * @license Angular v22.1.1
65
67
  * (c) 2010-2026 Google LLC. https://angular.dev/
66
68
  * License: MIT
67
- */function Q1(e,n){n=encodeURIComponent(n);for(const t of e.split(";")){const r=t.indexOf("="),[i,o]=-1==r?[t,""]:[t.slice(0,r),t.slice(r+1)];if(i.trim()===n)return decodeURIComponent(o)}return null}class J1{}
69
+ */
70
+ class Go{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?"string"==typeof t?this.lazyInit=()=>{this.headers=new Map,t.split("\n").forEach(n=>{const i=n.indexOf(":");if(i>0){const o=n.slice(0,i),r=n.slice(i+1).trim();this.addHeaderEntry(o,r)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((n,i)=>{this.addHeaderEntry(i,n)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([n,i])=>{this.setHeaderEntries(n,i)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();const n=this.headers.get(t.toLowerCase());return n&&n.length>0?n[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,n){return this.clone({name:t,value:n,op:"a"})}set(t,n){return this.clone({name:t,value:n,op:"s"})}delete(t,n){return this.clone({name:t,value:n,op:"d"})}maybeSetNormalizedName(t,n){this.normalizedNames.has(n)||this.normalizedNames.set(n,t)}init(){this.lazyInit&&(this.lazyInit instanceof Go?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init();for(const[n,i]of t.headers.entries())this.headers.set(n,i),this.normalizedNames.set(n,t.normalizedNames.get(n))}clone(t){const n=new Go;return n.lazyInit=this.lazyInit&&this.lazyInit instanceof Go?this.lazyInit:this,n.lazyUpdate=(this.lazyUpdate||[]).concat([t]),n}applyUpdate(t){const n=t.name.toLowerCase();switch(t.op){case"a":case"s":let i=t.value;if("string"==typeof i&&(i=[i]),0===i.length)return;this.maybeSetNormalizedName(t.name,n);const o="a"===t.op?(this.headers.get(n)||[]).slice():[];o.push(...i),this.headers.set(n,o);break;case"d":const r=t.value;if(void 0===r)this.headers.delete(n),this.normalizedNames.delete(n);else{const s=Array.isArray(r)?r:[r];let a=this.headers.get(n);if(!a)return;a=a.filter(c=>-1===s.indexOf(c)),0===a.length?(this.headers.delete(n),this.normalizedNames.delete(n)):this.headers.set(n,a)}}}addHeaderEntry(t,n){const i=t.toLowerCase();this.maybeSetNormalizedName(t,i),this.headers.has(i)?this.headers.get(i).push(n):this.headers.set(i,[n])}setHeaderEntries(t,n){const i=(Array.isArray(n)?n:[n]).map(r=>r.toString()),o=t.toLowerCase();this.headers.set(o,i),this.maybeSetNormalizedName(t,o)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(n=>t(this.normalizedNames.get(n),this.headers.get(n)))}}class B7{map=new Map;set(t,n){return this.map.set(t,n),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}}class U7{encodeKey(t){return Xx(t)}encodeValue(t){return Xx(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}}const H7=/%(\d[a-f0-9])/gi,j7={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Xx(e){return encodeURIComponent(e).replace(H7,(t,n)=>j7[n]??t)}function W_(e){return`${e}`}class Jr{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new U7,t.fromString){if(t.fromObject)throw new ke(2805,!1);this.map=function V7(e,t){const n=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(o=>{const r=o.indexOf("="),[s,a]=-1==r?[t.decodeKey(o),""]:[t.decodeKey(o.slice(0,r)),t.decodeValue(o.slice(r+1))],c=n.get(s)||[];c.push(a),n.set(s,c)}),n}(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(n=>{const i=t.fromObject[n],o=Array.isArray(i)?i.map(W_):[W_(i)];this.map.set(n,o)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();const n=this.map.get(t);return n?n[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,n){return this.clone({param:t,value:n,op:"a"})}appendAll(t){const n=[];return Object.keys(t).forEach(i=>{const o=t[i];Array.isArray(o)?o.forEach(r=>{n.push({param:i,value:r,op:"a"})}):n.push({param:i,value:o,op:"a"})}),this.clone(n)}set(t,n){return this.clone({param:t,value:n,op:"s"})}delete(t,n){return this.clone({param:t,value:n,op:"d"})}toString(){return this.init(),this.keys().map(t=>{const n=this.encoder.encodeKey(t);return this.map.get(t).map(i=>n+"="+this.encoder.encodeValue(i)).join("&")}).filter(t=>""!==t).join("&")}clone(t){const n=new Jr({encoder:this.encoder});return n.cloneFrom=this.cloneFrom||this,n.updates=(this.updates||[]).concat(t),n}init(){if(null===this.map&&(this.map=new Map),null!==this.cloneFrom){this.cloneFrom.init();for(const[t,n]of this.cloneFrom.map.entries())this.map.set(t,n);this.updates.forEach(t=>{switch(t.op){case"a":case"s":const n="a"===t.op?(this.map.get(t.param)||[]).slice():[];n.push(W_(t.value)),this.map.set(t.param,n);break;case"d":if(void 0===t.value){this.map.delete(t.param);break}{const i=(this.map.get(t.param)||[]).slice(),o=i.indexOf(W_(t.value));-1!==o&&i.splice(o,1),i.length>0?this.map.set(t.param,i):this.map.delete(t.param)}}}),this.cloneFrom=this.updates=null}}}function Zx(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function Jx(e){return typeof Blob<"u"&&e instanceof Blob}function Qx(e){return typeof FormData<"u"&&e instanceof FormData}const fv="Content-Type",t1="text/plain",n1="application/json",$7=`${n1}, ${t1}, */*`;class Hl{url;body=null;headers;context;reportProgress=!1;reportUploadProgress=!1;reportDownloadProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(t,n,i,o){let r;if(this.url=n,this.method=t.toUpperCase(),function z7(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||o?(this.body=void 0!==i?i:null,r=o):r=i,r){if(this.reportProgress=!!r.reportProgress,this.reportUploadProgress=!!r.reportUploadProgress,this.reportDownloadProgress=!!r.reportDownloadProgress,this.withCredentials=!!r.withCredentials,this.keepalive=!!r.keepalive,r.responseType&&(this.responseType=r.responseType),r.headers&&(this.headers=r.headers),r.context&&(this.context=r.context),r.params&&(this.params=r.params),r.priority&&(this.priority=r.priority),r.cache&&(this.cache=r.cache),r.credentials&&(this.credentials=r.credentials),"number"==typeof r.timeout){if(r.timeout<1||!Number.isInteger(r.timeout))throw new ke(2822,"");this.timeout=r.timeout}r.mode&&(this.mode=r.mode),r.redirect&&(this.redirect=r.redirect),r.integrity&&(this.integrity=r.integrity),void 0!==r.referrer&&(this.referrer=r.referrer),r.referrerPolicy&&(this.referrerPolicy=r.referrerPolicy),this.transferCache=r.transferCache}if(this.headers??=new Go,this.context??=new B7,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=n;else{let a=n,c="";const l=n.indexOf("#");-1!==l&&(c=n.substring(l),a=n.substring(0,l));const d=a.indexOf("?");this.urlWithParams=a+(-1===d?"?":d<a.length-1?"&":"")+s+c}}else this.params=new Jr,this.urlWithParams=n}serializeBody(){return null===this.body?null:"string"==typeof this.body||Zx(this.body)||Jx(this.body)||Qx(this.body)||function G7(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof Jr?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body||Qx(this.body)?null:Jx(this.body)?this.body.type||null:Zx(this.body)?null:"string"==typeof this.body?t1:this.body instanceof Jr?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?n1:null}clone(t={}){const n=t.method||this.method,i=t.url||this.url,o=t.responseType||this.responseType,r=t.keepalive??this.keepalive,s=t.priority||this.priority,a=t.cache||this.cache,c=t.mode||this.mode,l=t.redirect||this.redirect,d=t.credentials||this.credentials,_=t.referrer??this.referrer,b=t.integrity||this.integrity,T=t.referrerPolicy||this.referrerPolicy,V=t.transferCache??this.transferCache,fe=t.timeout??this.timeout,De=void 0!==t.body?t.body:this.body,Le=t.withCredentials??this.withCredentials,Ae=t.reportProgress??this.reportProgress,St=t.reportUploadProgress??this.reportUploadProgress,nn=t.reportDownloadProgress??this.reportDownloadProgress;let Wt=t.headers||this.headers,En=t.params||this.params;const ti=t.context??this.context;return void 0!==t.setHeaders&&(Wt=Object.keys(t.setHeaders).reduce((Ii,Fo)=>Ii.set(Fo,t.setHeaders[Fo]),Wt)),t.setParams&&(En=Object.keys(t.setParams).reduce((Ii,Fo)=>Ii.set(Fo,t.setParams[Fo]),En)),new Hl(n,i,De,{params:En,headers:Wt,context:ti,reportProgress:Ae,reportUploadProgress:St,reportDownloadProgress:nn,responseType:o,withCredentials:Le,transferCache:V,keepalive:r,cache:a,priority:s,timeout:fe,mode:c,redirect:l,credentials:d,referrer:_,integrity:b,referrerPolicy:T})}}var $a=function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e}($a||{});class hv{headers;status;statusText;url;ok;type;redirected;responseType;constructor(t,n=200,i="OK"){this.headers=t.headers||new Go,this.status=void 0!==t.status?t.status:n,this.statusText=t.statusText||i,this.url=t.url||null,this.redirected=t.redirected,this.responseType=t.responseType,this.ok=this.status>=200&&this.status<300}}class pv extends hv{constructor(t={}){super(t)}type=$a.ResponseHeader;clone(t={}){return new pv({headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}}class K_ extends hv{body;constructor(t={}){super(t),this.body=void 0!==t.body?t.body:null}type=$a.Response;clone(t={}){return new K_({body:void 0!==t.body?t.body:this.body,headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected,responseType:t.responseType??this.responseType})}}class q_ extends hv{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${t.url||"(unknown url)"}`:`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}}const K7=/^\)\]\}',?\n/,q7=new rt("",{factory:()=>null});let jl=(()=>{class e{fetchImpl=Ve(Y7,{optional:!0})?.fetch??((...n)=>globalThis.fetch(...n));ngZone=Ve(Rn);destroyRef=Ve(to);maxResponseSize=Ve(q7);handle(n){return new yt(i=>{const o=new AbortController;let r=!1;const s={next:c=>{c.type===$a.Response&&(r=!0),i.next(c)},error:c=>{r=!0,i.error(c)},complete:()=>{r=!0,i.complete()}};let a;return this.doRequest(n,o.signal,s).then(gv,c=>s.error(new q_({error:c}))),n.timeout&&(a=this.ngZone.runOutsideAngular(()=>setTimeout(()=>{o.signal.aborted||o.abort(new DOMException("signal timed out","TimeoutError"))},n.timeout))),()=>{void 0!==a&&clearTimeout(a),!r&&!o.signal.aborted&&o.abort()}})}doRequest(n,i,o){var r=this;return pi(function*(){const s=r.createRequestInit(n);let a;try{const Le=r.ngZone.runOutsideAngular(()=>r.fetchImpl(n.urlWithParams,{signal:i,...s}));(function X7(e){e.then(gv,gv)})(Le),o.next({type:$a.Sent}),a=yield Le}catch(Le){return void o.error(new q_({error:Le,status:Le.status??0,statusText:Le.statusText,url:n.urlWithParams,headers:Le.headers}))}const c=new Go(a.headers),l=a.statusText,d=a.url||n.urlWithParams;let _=a.status,b=null;const T=n.reportProgress||n.reportDownloadProgress;if(T&&o.next(new pv({headers:c,status:_,statusText:l,url:d})),a.body){const Le=a.headers.get(fv)??"",Ae=a.headers.get("content-length"),St=null!==Ae?Number(Ae):NaN;null!==r.maxResponseSize&&Number.isFinite(St)&&St>r.maxResponseSize&&i1();const nn=[],Wt=a.body.getReader();let ti,Ii,En=0;const Fo=typeof Zone<"u"&&Zone.current;let Xl=!1;if(yield r.ngZone.runOutsideAngular(pi(function*(){for(;;){if(r.destroyRef.destroyed){yield Wt.cancel(),Xl=!0;break}const{done:Wa,value:Zl}=yield Wt.read();if(Wa)break;if(nn.push(Zl),En+=Zl.length,null!==r.maxResponseSize&&En>r.maxResponseSize&&(yield Wt.cancel(),i1()),T){Ii="text"===n.responseType?(Ii??"")+(ti??=mv(Le)).decode(Zl,{stream:!0}):void 0;const ny=()=>o.next({type:$a.DownloadProgress,total:Number.isFinite(St)?St:void 0,loaded:En,partialText:Ii});Fo?Fo.run(ny):ny()}}})),Xl)return void o.complete();const pf=r.concatChunks(nn,En);try{b=r.parseBody(n,pf,Le,_)}catch(Wa){return void o.error(new q_({error:Wa,headers:new Go(a.headers),status:a.status,statusText:a.statusText,url:a.url||n.urlWithParams}))}}0===_&&(_=b?200:0);const fe=a.redirected,De=a.type;_>=200&&_<300?(o.next(new K_({body:b,headers:c,status:_,statusText:l,url:d,redirected:fe,responseType:De})),o.complete()):o.error(new q_({error:b,headers:c,status:_,statusText:l,url:d,redirected:fe,responseType:De}))})()}parseBody(n,i,o,r){switch(n.responseType){case"json":const s=mv(o).decode(i).replace(K7,"");if(""===s)return null;try{return JSON.parse(s)}catch(a){if(r<200||r>=300)return s;throw a}case"text":return mv(o).decode(i);case"blob":return new Blob([i],{type:o});case"arraybuffer":return i.buffer}}createRequestInit(n){if(n.reportUploadProgress)throw new ke(2824,!1);const i={};let o;if(o=n.credentials,n.withCredentials&&(o="include"),n.headers.forEach((r,s)=>i[r]=s.join(",")),n.headers.has("Accept")||(i.Accept=$7),!n.headers.has(fv)){const r=n.detectContentTypeHeader();null!==r&&(i[fv]=r)}return{body:n.serializeBody(),method:n.method,headers:i,credentials:o,keepalive:n.keepalive,cache:n.cache,priority:n.priority,mode:n.mode,redirect:n.redirect,referrer:n.referrer,integrity:n.integrity,referrerPolicy:n.referrerPolicy}}concatChunks(n,i){const o=new Uint8Array(i);let r=0;for(const s of n)o.set(s,r),r+=s.length;return o}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})();class Y7{}function gv(){}function i1(e){throw new ke(-2825,!1)}const Z7=/charset=\s*["']?([^;"'\s]+)["']?/i;function mv(e){const t=e.match(Z7);if(null!==t)try{return new TextDecoder(t[1])}catch{}return new TextDecoder}const o1=new rt("",{factory:()=>!0}),r1=new rt("",{factory:()=>"XSRF-TOKEN"}),s1=new rt("",{factory:()=>"X-XSRF-TOKEN"});let eG=(()=>{class e{cookieName=Ve(r1);doc=Ve(wo);lastCookieString="";lastToken=null;parseCount=0;getToken(){const n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=Yx(n,this.cookieName),this.lastCookieString=n),this.lastToken}static \u0275fac=function(i){return new(i||e)};static \u0275prov=xo({token:e,factory:e.\u0275fac})}return e})(),tG=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:function(i){let o=null;return o=i?new(i||e):Lt(eG),o},providedIn:"root"})}return e})();function a1(e,t){if(!Ve(o1)||"GET"===e.method||"HEAD"===e.method)return t(e);try{const o=Ve(Dw).href,{origin:r}=new URL(o),{origin:s}=new URL(e.url,r);if(r!==s)return t(e)}catch{return t(e)}const n=Ve(tG).getToken(),i=Ve(s1);return null!=n&&!e.headers.has(i)&&(e=e.clone({headers:e.headers.set(i,n)})),t(e)}function c1(e,t){return t(e)}const zl=new rt("",{factory:()=>[a1]}),rG=new rt(""),l1=new rt("",{factory:()=>!0});let Gl=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:function(i){let o=null;return o=i?new(i||e):Lt(jl),o},providedIn:"root"})}return e})(),vv=(()=>{class e{backend;injector;chain=null;pendingTasks=Ve(lh);contributeToStability=Ve(l1);constructor(n,i){this.backend=n,this.injector=i}handle(n){if(null===this.chain){const o=this.injector.get(Y_,null,{skipSelf:!0}),s=this.injector.get(rG,[],null!==o&&this.backend===o?{self:!0}:void 0),a=Array.from(new Set([...this.injector.get(zl),...s]));this.chain=a.reduceRight((c,l)=>function iG(e,t,n){return(i,o)=>Io(n,()=>t(i,r=>e(r,o)))}(c,l,this.injector),c1)}const i=this.chain;if(this.contributeToStability){const o=this.pendingTasks.add();return Dn(()=>i(n,r=>this.backend.handle(r))).pipe(function k7(e){return er((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}(o))}return Dn(()=>i(n,o=>this.backend.handle(o)))}static \u0275fac=function(i){return new(i||e)(Lt(Gl),Lt(Hi))};static \u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Y_=(()=>{class e{static \u0275fac=function(i){return new(i||e)};static \u0275prov=zt({token:e,factory:function(i){let o=null;return o=i?new(i||e):Lt(vv),o},providedIn:"root"})}return e})();function yv(e,t){return{body:t,...e}}let u1=(()=>{class e{handler;constructor(n){this.handler=n}request(n,i,o={}){let r;if(n instanceof Hl)r=n;else{let c,l;c=o.headers instanceof Go?o.headers:new Go(o.headers),o.params&&(l=o.params instanceof Jr?o.params:new Jr({fromObject:o.params})),r=new Hl(n,i,void 0!==o.body?o.body:null,{headers:c,context:o.context,params:l,reportProgress:o.reportProgress,reportUploadProgress:o.reportUploadProgress,reportDownloadProgress:o.reportDownloadProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache,keepalive:o.keepalive,priority:o.priority,cache:o.cache,mode:o.mode,redirect:o.redirect,credentials:o.credentials,referrer:o.referrer,referrerPolicy:o.referrerPolicy,integrity:o.integrity,timeout:o.timeout})}const s=function O7(...e){return Rm(e,Tw(e))}(r).pipe(function N7(e,t){return nt(t)?$_(e,t,1):$_(e,1)}(c=>this.handler.handle(c)));if(n instanceof Hl||"events"===o.observe)return s;const a=s.pipe(function M7(e,t){return er((n,i)=>{let o=0;n.subscribe(Vo(i,r=>e.call(t,r,o++)&&i.next(r)))})}(c=>c instanceof K_));switch(o.observe||"body"){case"body":switch(r.responseType){case"arraybuffer":return a.pipe(kr(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new ke(2806,!1);return c.body}));case"blob":return a.pipe(kr(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new ke(2807,!1);return c.body}));case"text":return a.pipe(kr(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new ke(2808,!1);return c.body}));default:return a.pipe(kr(c=>c.body))}case"response":return a;default:throw new ke(2809,!1)}}delete(n,i={}){return this.request("DELETE",n,i)}get(n,i={}){return this.request("GET",n,i)}head(n,i={}){return this.request("HEAD",n,i)}jsonp(n,i){return this.request("JSONP",n,{params:(new Jr).append(i,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(n,i={}){return this.request("OPTIONS",n,i)}patch(n,i,o={}){return this.request("PATCH",n,yv(o,i))}post(n,i,o={}){return this.request("POST",n,yv(o,i))}put(n,i,o={}){return this.request("PUT",n,yv(o,i))}static \u0275fac=function(i){return new(i||e)(Lt(Y_))};static \u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const dG=Je(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});let hG=(()=>{class e{constructor(){this.http=Ve(u1)}getEnvConfig(){var n=this;return vc()(function*(){return n.envConfigCache||(yield function _G(e,t){const n="object"==typeof t;return new Promise((i,o)=>{let s,r=!1;e.subscribe({next:a=>{s=a,r=!0},error:o,complete:()=>{r?i(s):n?i(t.defaultValue):o(new dG)}})})}(n.http.get("/rest/envconfig").pipe(function fG(e,t,n){const i=nt(e)||t||n?{next:e,error:t,complete:n}:e;return i?er((o,r)=>{var s;null===(s=i.subscribe)||void 0===s||s.call(i);let a=!0;o.subscribe(Vo(r,c=>{var l;null===(l=i.next)||void 0===l||l.call(i,c),r.next(c)},()=>{var c;a=!1,null===(c=i.complete)||void 0===c||c.call(i),r.complete()},c=>{var l;a=!1,null===(l=i.error)||void 0===l||l.call(i,c),r.error(c)},()=>{var c,l;a&&(null===(c=i.unsubscribe)||void 0===c||c.call(i)),null===(l=i.finalize)||void 0===l||l.call(i)}))}):Xe}(i=>n.envConfigCache=i)))),n.envConfigCache})()}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),h1=(()=>{class e{constructor(){this.envConfigService=Ve(hG),this.luigiCoreService=Ve(qx),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(n=>{this.currentLanguage=n})}getTranslation(n,i,o){let r=this.getInternalTranslation(n,i,o);return r||(r=this.findTranslation(n,this.translationTable,this.fallbackLanguage,i)),r||n}getTranslationAsync(n,i,o){var r=this;return vc()(function*(){return new Promise(s=>{let a=r.getInternalTranslation(n,i,o);a?s(a||n):r.translationTable&&!r.translationTable[r.fallbackLanguage]?r.fetchTranslationFile(r.fallbackLanguage).then(()=>{a=r.findTranslation(n,r.translationTable,r.fallbackLanguage,i),s(a||n)}):(a=r.findTranslation(n,r.translationTable,r.fallbackLanguage,i),s(a||n))})})()}findTranslation(n,i,o,r){if(i[o]){const s="object"==typeof i[o][n]?i[o][n].join("<br>"):i[o][n];return r?this.findInterpolations(s,r):s}}findInterpolations(n,i){if(n)return Object.keys(i).forEach(o=>{n=n.replace(new RegExp("{"+o+"}","gi"),i[o])}),n}addTranslationFile(n,i){i&&n&&(this.translationTable[n]=i)}fetchTranslationFile(n){var i=this;return vc()(function*(){return new Promise(o=>{fetch(`/assets/translation-files/${n}.json`).then(r=>r.json()).then(r=>{i.addTranslationFile(n,r),o(!0)}).catch(r=>{console.error("Error:",r),i.addTranslationFile(n,{}),o(!1)})})})()}getInternalTranslation(n,i,o){return n?(this.currentLanguage=o||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(n,this.translationTable,this.currentLanguage,i)):""}getValidLanguages(){var n=this;return vc()(function*(){const i=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:o}=yield n.envConfigService.getEnvConfig();o&&i.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return i}})()}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=zt({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var es=function(e){return e.LAST_NAVIGATION_URL="openmfp.navigation.lastUrl",e.USER_SETTINGS="openmfp.settings.userSettings",e.LOCAL_DEVELOPMENT_SETTINGS="openmfp.settings.localDevelopmentSettings",e.FEATURE_TOGGLE_SETTINGS="openmfp.settings.featureToggleSettings",e.DEVELOPMENT_MODE_CONFIG="dev-mode-settings",e}(es||{});const p1_read=e=>{let t;try{t=localStorage.getItem(e||es.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(n){return console.warn("localStorage is not available:",n),null}try{return t?JSON.parse(t):null}catch(n){console.error("Failed to parse the local development settings in your localstorage.",n)}return null},g1_read=(vc()(function*(n){return n.frame_userAccount&&n.frame_userAccount.language?(delete n.frame_userAccount.name,delete n.frame_userAccount.email):delete n.frame_userAccount,new Promise((i,o)=>{try{localStorage.setItem(es.USER_SETTINGS,JSON.stringify(n)),i(n)}catch(r){console.error("Error storing user settings",r),o({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(es.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});mt(5667),mt(9272);var BG=Object.defineProperty,Bt=(e,t,n)=>((e,t,n)=>t in e?BG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n)(e,"symbol"!=typeof t?t+"":t,n),b1=e=>null!==e&&"[object Object]"===Object.prototype.toString.call(e),X_=(e,t)=>{if(e===t)return!0;if(typeof e!=typeof t)return!1;if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1)if(!X_(e[n],t[n]))return!1;return!0}if(b1(e)&&b1(t)){const n=Object.entries(e),i=new Set(Object.keys(t));if(n.length!==i.size)return!1;for(const[o,r]of n){if(!X_(r,t[o]))return!1;i.delete(o)}return 0===i.size}return!1},$l=e=>null==e||!1===e||("string"==typeof e?""===e:"object"==typeof e&&(Array.isArray(e)?0===e.length:null===e||0===Object.keys(e).length)),C1=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||"_"===e,Dv=e=>e>="0"&&e<="9"||"-"===e,VG=e=>e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"_"===e,Z_=e=>{if("number"!=typeof e||Math.floor(e)!==e)throw new Error("invalid-value: expecting an integer.");return e},Iv=e=>{if("number"!=typeof e||e<0||Math.floor(e)!==e)throw new Error("invalid-value: expecting a non-negative integer.");return e},ts=(...e)=>{for(let t=0;t<e.length;t++){if(null==e[t])throw new Error("not-a-number: undefined");if("number"!=typeof e[t])throw new Error("not-a-number")}},E1=e=>{if(!(e=+e))throw new Error("not-a-number: divide by zero");return e},KG=(e,t,n,i)=>{if(!e||!t)return null;n=Math.max(Z_(n=n||0),0),i=Math.min(Z_(i=i||e.length),e.length);const o=e.slice(n,i).indexOf(t);return-1===o?null:o+n},qG=(e,t,n,i)=>{if(!e||!t)return null;n=Math.max(Z_(n=n||0),0),i=Math.min(Z_(i=i||e.length),e.length);const o=e.slice(n,i).lastIndexOf(t);return-1===o?null:o+n},YG=e=>e.toLowerCase(),T1=(e,t,n)=>{if((n=n||" ").length>1)throw new Error(`invalid value, ${e} expects its 'pad' parameter to be a valid string with a single codepoint`);return Iv(t),n},XG=(e,t,n)=>(n=T1("pad_left",t,n),e&&e.padStart(t,n)||""),ZG=(e,t,n)=>(n=T1("pad_right",t,n),e&&e.padEnd(t,n)||""),Av=(e,t,n,i)=>0===i?e:i?(Iv(i),[...Array(i).keys()].map(()=>e=e.replace(t,n)),e):e.split(t).join(n),QG=(e,t)=>S1(D1(e,t),t),S1=(e,t)=>I1(e,n=>new RegExp(`^[${n}]*(.*?)`),t),D1=(e,t)=>I1(e,n=>new RegExp(`(.*?)[${n}]*$`),t),I1=(e,t,n)=>{const i=n?n.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"):"\\s\x85";return e.replace(t(i),"$1")},e9=e=>e.toUpperCase(),A1={"(":"Lparen",")":"Rparen","*":"Star",",":"Comma",".":"Dot",":":"Colon","@":"Current","]":"Rbracket","{":"Lbrace","}":"Rbrace","+":"Plus","%":"Modulo","?":"Question","\u2212":"Minus","\xd7":"Multiply","\xf7":"Divide"},t9={"!":!0,"<":!0,"=":!0,">":!0,"&":!0,"|":!0,"/":!0},n9={"\t":!0,"\n":!0,"\r":!0," ":!0},o9=new class{constructor(){Bt(this,"_current",0),Bt(this,"_enable_legacy_literals",!1)}tokenize(e,t){const n=[];let i,o,r;for(this._current=0,this._enable_legacy_literals=t?.enable_legacy_literals||!1;this._current<e.length;)if(C1(e[this._current]))i=this._current,o=this.consumeUnquotedIdentifier(e),n.push({start:i,type:"UnquotedIdentifier",value:o});else if(void 0!==A1[e[this._current]])n.push({start:this._current,type:A1[e[this._current]],value:e[this._current]}),this._current+=1;else if("$"===e[this._current])i=this._current,this._current+1<e.length&&C1(e[this._current+1])?(this._current+=1,o=this.consumeUnquotedIdentifier(e),n.push({start:i,type:"Variable",value:o})):(n.push({start:i,type:"Root",value:e[this._current]}),this._current+=1);else if("-"===e[this._current])if(this._current+1<e.length&&Dv(e[this._current+1])){const s=this.consumeNumber(e);s&&n.push(s)}else n.push({start:this._current,type:"Minus",value:"-"}),this._current+=1;else if(Dv(e[this._current]))r=this.consumeNumber(e),n.push(r);else if("["===e[this._current])r=this.consumeLBracket(e),n.push(r);else if('"'===e[this._current])i=this._current,o=this.consumeQuotedIdentifier(e),n.push({start:i,type:"QuotedIdentifier",value:o});else if("'"===e[this._current])i=this._current,o=this.consumeRawStringLiteral(e),n.push({start:i,type:"Literal",value:o});else if("`"===e[this._current]){i=this._current;const s=this.consumeLiteral(e);n.push({start:i,type:"Literal",value:s})}else if(void 0!==t9[e[this._current]])r=this.consumeOperator(e),r&&n.push(r);else{if(void 0===n9[e[this._current]]){const s=new Error(`Syntax error: unknown character: ${e[this._current]}`);throw s.name="LexerError",s}this._current+=1}return n}consumeUnquotedIdentifier(e){const t=this._current;for(this._current+=1;this._current<e.length&&VG(e[this._current]);)this._current+=1;return e.slice(t,this._current)}consumeQuotedIdentifier(e){const t=this._current;this._current+=1;const n=e.length;for(;'"'!==e[this._current]&&this._current<n;){let r=this._current;r+="\\"!==e[r]||"\\"!==e[r+1]&&'"'!==e[r+1]?1:2,this._current=r}this._current+=1;const[i,o]=this.parseJSON(e.slice(t,this._current));if(!o){const r=new Error("syntax: unexpected end of JSON input");throw r.name="LexerError",r}return i}consumeRawStringLiteral(e){const t=this._current;this._current+=1;const n=e.length;for(;"'"!==e[this._current]&&this._current<n;){let o=this._current;o+="\\"!==e[o]||"\\"!==e[o+1]&&"'"!==e[o+1]?1:2,this._current=o}this._current+=1;const i=e.slice(t+1,this._current-1);return Av(Av(i,"\\\\","\\"),"\\'","'")}consumeNumber(e){const t=this._current;this._current+=1;const n=e.length;for(;Dv(e[this._current])&&this._current<n;)this._current+=1;return{start:t,value:parseInt(e.slice(t,this._current),10),type:"Number"}}consumeLBracket(e){const t=this._current;return this._current+=1,"?"===e[this._current]?(this._current+=1,{start:t,type:"Filter",value:"[?"}):"]"===e[this._current]?(this._current+=1,{start:t,type:"Flatten",value:"[]"}):{start:t,type:"Lbracket",value:"["}}consumeOrElse(e,t,n,i){const o=this._current;return this._current+=1,this._current<e.length&&e[this._current]===t?(this._current+=1,{start:o,type:i,value:e.slice(o,this._current)}):{start:o,type:n,value:e[o]}}consumeOperator(e){switch(e[this._current]){case"!":return this.consumeOrElse(e,"=","Not","NE");case"<":return this.consumeOrElse(e,"=","LT","LTE");case">":return this.consumeOrElse(e,"=","GT","GTE");case"=":return this.consumeOrElse(e,"=","Assign","EQ");case"&":return this.consumeOrElse(e,"&","Expref","And");case"|":return this.consumeOrElse(e,"|","Pipe","Or");case"/":return this.consumeOrElse(e,"/","Divide","Div")}}consumeLiteral(e){this._current+=1;const t=this._current,n=e.length;for(;"`"!==e[this._current]&&this._current<n;){let s=this._current;s+="\\"!==e[s]||"\\"!==e[s+1]&&"`"!==e[s+1]?1:2,this._current=s}let i=e.slice(t,this._current).trimStart();i=i.replace("\\`","`");let o=null,r=!1;if(this.looksLikeJSON(i)&&([o,r]=this.parseJSON(i)),!r&&this._enable_legacy_literals&&([o,r]=this.parseJSON(`"${i}"`)),!r){const s=new Error(`Syntax error: unexpected end of JSON input or invalid format for a JSON literal: ${e[this._current]}`);throw s.name="LexerError",s}return this._current+=1,o}looksLikeJSON(e){if(""===e)return!1;if('[{"'.includes(e[0])||["true","false","null"].includes(e))return!0;if("-0123456789".includes(e[0])){const[o,r]=this.parseJSON(e);return r}return!1}parseJSON(e){try{return[JSON.parse(e),!0]}catch{return[null,!1]}}},w1=o9,fi={EOF:0,Variable:0,UnquotedIdentifier:0,QuotedIdentifier:0,Rbracket:0,Rparen:0,Comma:0,Rbrace:0,Number:0,Current:0,Expref:0,Root:0,Assign:1,Pipe:1,Question:2,Or:3,And:4,EQ:5,GT:5,LT:5,GTE:5,LTE:5,NE:5,Minus:6,Plus:6,Div:7,Divide:7,Modulo:7,Multiply:7,Flatten:9,Star:20,Filter:21,Dot:40,Not:45,Lbrace:50,Lbracket:55,Lparen:60},J_=(new class iy{constructor(){Bt(this,"index",0),Bt(this,"tokens",[])}parse(t,n){this.loadTokens(t,n||{enable_legacy_literals:!1}),this.index=0;const i=this.expression(0);if("EOF"!==this.lookahead(0)){const o=this.lookaheadToken(0);this.errorToken(o,`Syntax error: unexpected token type: ${o.type}, value: ${o.value}`)}return i}loadTokens(t,n){this.tokens=w1.tokenize(t,n),this.tokens.push({type:"EOF",value:"",start:t.length})}expression(t){const n=this.lookaheadToken(0);this.advance();let i=this.nud(n),o=this.lookahead(0);for(;t<fi[o];)this.advance(),i=this.led(o,i),o=this.lookahead(0);return i}lookahead(t){return this.tokens[this.index+t].type}lookaheadToken(t){return this.tokens[this.index+t]}advance(){this.index+=1}nud(t){switch(t.type){case"Variable":return{type:"Variable",name:t.value};case"Literal":return{type:"Literal",value:t.value};case"UnquotedIdentifier":return iy.isKeyword(t,"let")&&"Variable"===this.lookahead(0)?this.parseLetExpression():{type:"Field",name:t.value};case"QuotedIdentifier":if("Lparen"===this.lookahead(0))throw new Error("Syntax error: quoted identifier not allowed for function names.");return{type:"Field",name:t.value};case"Not":return{type:"NotExpression",child:this.expression(fi.Not)};case"Minus":{const n=this.expression(fi.Minus);return{type:"Unary",operator:t.type,operand:n}}case"Plus":{const n=this.expression(fi.Plus);return{type:"Unary",operator:t.type,operand:n}}case"Star":return{type:"ValueProjection",left:{type:"Identity"},right:this.parseProjectionRHS(fi.Star)};case"Filter":return this.led(t.type,{type:"Identity"});case"Lbrace":return this.parseMultiselectHash();case"Flatten":return{type:"Projection",left:{type:"Flatten",child:{type:"Identity"}},right:this.parseProjectionRHS(fi.Flatten)};case"Lbracket":if("Number"===this.lookahead(0)||"Colon"===this.lookahead(0)){const n=this.parseIndexExpression();return this.projectIfSlice({type:"Identity"},n)}return"Star"===this.lookahead(0)&&"Rbracket"===this.lookahead(1)?(this.advance(),this.advance(),{left:{type:"Identity"},right:this.parseProjectionRHS(fi.Star),type:"Projection"}):this.parseMultiselectList();case"Current":return{type:"Current"};case"Root":return{type:"Root"};case"Expref":return{type:"ExpressionReference",child:this.expression(fi.Expref)};case"Lparen":{const n=this.expression(0);return this.match("Rparen"),n}default:this.errorToken(t)}}led(t,n){switch(t){case"Question":{const i=this.expression(0);return this.match("Colon"),{type:"Ternary",condition:n,trueExpr:i,falseExpr:this.expression(0)}}case"Dot":{const i=fi.Dot;return"Star"!==this.lookahead(0)?{type:"Subexpression",left:n,right:this.parseDotRHS(i)}:(this.advance(),{type:"ValueProjection",left:n,right:this.parseProjectionRHS(i)})}case"Pipe":return{type:"Pipe",left:n,right:this.expression(fi.Pipe)};case"Or":return{type:"OrExpression",left:n,right:this.expression(fi.Or)};case"And":return{type:"AndExpression",left:n,right:this.expression(fi.And)};case"Lparen":if("Field"!==n.type)throw new Error("Syntax error: expected a Field node");return{name:n.name,type:"Function",children:this.parseCommaSeparatedExpressionsUntilToken("Rparen")};case"Filter":{const i=this.expression(0);return this.match("Rbracket"),{type:"FilterProjection",left:n,right:"Flatten"===this.lookahead(0)?{type:"Identity"}:this.parseProjectionRHS(fi.Filter),condition:i}}case"Flatten":return{type:"Projection",left:{type:"Flatten",child:n},right:this.parseProjectionRHS(fi.Flatten)};case"Assign":{const i=n,o=this.expression(0);return{type:"Binding",variable:i.name,reference:o}}case"EQ":case"NE":case"GT":case"GTE":case"LT":case"LTE":return this.parseComparator(n,t);case"Plus":case"Minus":case"Multiply":case"Star":case"Divide":case"Modulo":case"Div":return this.parseArithmetic(n,t);case"Lbracket":{const i=this.lookaheadToken(0);if("Number"===i.type||"Colon"===i.type){const r=this.parseIndexExpression();return this.projectIfSlice(n,r)}return this.match("Star"),this.match("Rbracket"),{type:"Projection",left:n,right:this.parseProjectionRHS(fi.Star)}}default:return this.errorToken(this.lookaheadToken(0))}}static isKeyword(t,n){return"UnquotedIdentifier"===t.type&&t.value===n}match(t){if(this.lookahead(0)!==t){const n=this.lookaheadToken(0);this.errorToken(n,`Syntax error: expected ${t}, got: ${n.type}`)}else this.advance()}errorToken(t,n=""){const i=new Error(n||`Syntax error: invalid token (${t.type}): "${t.value}"`);throw i.name="ParserError",i}parseIndexExpression(){if("Colon"===this.lookahead(0)||"Colon"===this.lookahead(1))return this.parseSliceExpression();const t=Number(this.lookaheadToken(0).value);return this.advance(),this.match("Rbracket"),{type:"Index",value:t}}projectIfSlice(t,n){const i={type:"IndexExpression",left:t,right:n};return"Slice"===n.type?{left:i,right:this.parseProjectionRHS(fi.Star),type:"Projection"}:i}parseSliceExpression(){const t=[null,null,null];let n=0,i=this.lookaheadToken(0);for(;"Rbracket"!=i.type&&n<3;){if("Colon"===i.type)n++,3===n&&this.errorToken(this.lookaheadToken(0),"Syntax error, too many colons in slice expression"),this.advance();else if("Number"===i.type){const a=this.lookaheadToken(0).value;t[n]=a,this.advance()}else{const a=this.lookaheadToken(0);this.errorToken(a,`Syntax error, unexpected token: ${a.value}(${a.type})`)}i=this.lookaheadToken(0)}this.match("Rbracket");const[o,r,s]=t;return{type:"Slice",start:o,stop:r,step:s}}parseLetExpression(){const t=this.parseCommaSeparatedExpressionsUntilKeyword("in"),n=this.expression(0);return{type:"LetExpression",bindings:t.map(o=>o),expression:n}}parseCommaSeparatedExpressionsUntilKeyword(t){return this.parseCommaSeparatedExpressionsUntil(()=>iy.isKeyword(this.lookaheadToken(0),t),()=>{this.advance()})}parseCommaSeparatedExpressionsUntilToken(t){return this.parseCommaSeparatedExpressionsUntil(()=>this.lookahead(0)===t,()=>this.match(t))}parseCommaSeparatedExpressionsUntil(t,n){const i=[];let o;for(;!t();)o=this.expression(0),"Comma"===this.lookahead(0)&&this.match("Comma"),i.push(o);return n(),i}parseComparator(t,n){return{type:"Comparator",name:n,left:t,right:this.expression(fi[n])}}parseArithmetic(t,n){return{type:"Arithmetic",operator:n,left:t,right:this.expression(fi[n])}}parseDotRHS(t){const n=this.lookahead(0);if(["UnquotedIdentifier","QuotedIdentifier","Star"].includes(n))return this.expression(t);if("Lbracket"===n)return this.match("Lbracket"),this.parseMultiselectList();if("Lbrace"===n)return this.match("Lbrace"),this.parseMultiselectHash();const o=this.lookaheadToken(0);this.errorToken(o,`Syntax error, unexpected token: ${o.value}(${o.type})`)}parseProjectionRHS(t){if(fi[this.lookahead(0)]<10)return{type:"Identity"};if("Lbracket"===this.lookahead(0))return this.expression(t);if("Filter"===this.lookahead(0))return this.expression(t);if("Dot"===this.lookahead(0))return this.match("Dot"),this.parseDotRHS(t);const n=this.lookaheadToken(0);this.errorToken(n,`Syntax error, unexpected token: ${n.value}(${n.type})`)}parseMultiselectList(){const t=[];for(;"Rbracket"!==this.lookahead(0);){const n=this.expression(0);if(t.push(n),"Comma"===this.lookahead(0)&&(this.match("Comma"),"Rbracket"===this.lookahead(0)))throw new Error("Syntax error: unexpected token Rbracket")}return this.match("Rbracket"),{type:"MultiSelectList",children:t}}parseMultiselectHash(){const t=[],n=["UnquotedIdentifier","QuotedIdentifier"];let i,o,r;for(;;){if(i=this.lookaheadToken(0),!n.includes(i.type))throw new Error(`Syntax error: expecting an identifier token, got: ${i.type}`);if(o=i.value,this.advance(),this.match("Colon"),r=this.expression(0),t.push({value:r,type:"KeyValuePair",name:o}),"Comma"===this.lookahead(0))this.match("Comma");else if("Rbrace"===this.lookahead(0)){this.match("Rbrace");break}}return{type:"MultiSelectHash",children:t}}},class gf{constructor(t){Bt(this,"_text"),this._text=t}get string(){return this._text}get length(){return this.codePoints.length}compareTo(t){return gf.compare(this,new gf(t))}static get comparer(){return(n,i)=>new gf(n).compareTo(i)}static compare(t,n){const i=t.codePoints,o=n.codePoints;for(let r=0;r<Math.min(i.length,o.length);r++)if(i[r]!==o[r])return i[r]-o[r]>0?1:-1;return i.length-o.length>0?1:-1}reverse(){return String.fromCodePoint(...this.codePoints.reverse())}get codePoints(){return[...this._text].map(n=>n.codePointAt(0))}}),wv=e=>([t])=>e(t),k1=e=>([t])=>e(t),R1=e=>([t])=>e(t),s9=class{constructor(e){Bt(this,"_interpreter"),Bt(this,"_functionTable"),Bt(this,"_customFunctions",new Set),Bt(this,"TYPE_NAME_TABLE",Object.freeze({0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",10:"Array<object>",9:"Array<string>",11:"Array<Array<any>>"})),Bt(this,"functionAvg",([t])=>{if(!t||0==t.length)return null;let n=0;for(let i=0;i<t.length;i+=1)n+=t[i];return n/t.length}),Bt(this,"functionContains",([t,n])=>Array.isArray(t)||"string"==typeof t&&"string"==typeof n?t.includes(n):null),Bt(this,"functionEndsWith",t=>{const[n,i]=t;return n.includes(i,n.length-i.length)}),Bt(this,"functionFindFirst",this.createFindFunction(KG)),Bt(this,"functionFindLast",this.createFindFunction(qG)),Bt(this,"functionFromItems",([t])=>(t.map(n=>{if(2!=n.length||"string"!=typeof n[0])throw new Error("invalid value, each array must contain two elements, a pair of string and value")}),Object.fromEntries(t))),Bt(this,"functionGroupBy",([t,n])=>{const i=this.createKeyFunction(n,[2]);return t.reduce((o,r)=>{const s=i(r??{});return(o[s]=o[s]||[]).push(r),o},{})}),Bt(this,"functionItems",([t])=>Object.entries(t)),Bt(this,"functionJoin",t=>{const[n,i]=t;return i.join(n)}),Bt(this,"functionLength",([t])=>"string"==typeof t?new J_(t).length:Array.isArray(t)?t.length:Object.keys(t).length),Bt(this,"functionMap",([t,n])=>{if(!this._interpreter)return[];const i=[],o=this._interpreter;for(let r=0;r<n.length;r+=1)i.push(o.visit(t,n[r]));return i}),Bt(this,"functionMax",([t])=>{if(!t.length)return null;if(0===this.getTypeName(t[0]))return Math.max(...t);const i=t;let o=i[0];for(let r=1;r<i.length;r+=1)o.localeCompare(i[r])<0&&(o=i[r]);return o}),Bt(this,"functionMaxBy",t=>{const i=t[0],o=this.createKeyFunction(t[1],[0,2]);let s,a,r=-1/0;for(let c=0;c<i.length;c+=1)a=o&&o(i[c]),void 0!==a&&a>r&&(r=a,s=i[c]);return s||null}),Bt(this,"functionMerge",t=>{let n={};for(let i=0;i<t.length;i+=1)n=Object.assign(n,t[i]);return n}),Bt(this,"functionMin",([t])=>{if(!t.length)return null;if(0===this.getTypeName(t[0]))return Math.min(...t);const i=t;let o=i[0];for(let r=1;r<i.length;r+=1)i[r].localeCompare(o)<0&&(o=i[r]);return o}),Bt(this,"functionMinBy",t=>{const i=t[0],o=this.createKeyFunction(t[1],[0,2]);let s,a,r=1/0;for(let c=0;c<i.length;c+=1)a=o&&o(i[c]),void 0!==a&&a<r&&(r=a,s=i[c]);return s||null}),Bt(this,"functionNotNull",t=>{for(let n=0;n<t.length;n+=1)if(7!==this.getTypeName(t[n]))return t[n];return null}),Bt(this,"functionPadLeft",this.createPadFunction(XG)),Bt(this,"functionPadRight",this.createPadFunction(ZG)),Bt(this,"functionReplace",t=>Av(t[0],t[1],t[2],t.length>3?t[3]:void 0)),Bt(this,"functionSplit",t=>((e,t,n)=>{if(0==e.length&&0===t.length)return[];if(null==n)return e.split(t);if(Iv(n),0===n)return[e];const i=e.split(t);return[...i.slice(0,n),i.slice(n).join(t)]})(t[0],t[1],t.length>2?t[2]:void 0)),Bt(this,"functionReverse",([t])=>{if(2===this.getTypeName(t))return new J_(t).reverse();const i=t.slice(0);return i.reverse(),i}),Bt(this,"functionSort",([t])=>0==t.length?t:"string"==typeof t[0]?[...t].sort(J_.comparer):[...t].sort()),Bt(this,"functionSortBy",t=>{const n=t[0].slice(0);if(0===n.length)return n;const i=this._interpreter,o=t[1],r=this.getTypeName(i.visit(o,n[0]));if(void 0!==r&&![0,2].includes(r))throw new Error(`Invalid type: unexpected type (${this.TYPE_NAME_TABLE[r]})`);function s(a,c){throw new Error(`Invalid type: expected (${a.TYPE_NAME_TABLE[r]}), received ${a.TYPE_NAME_TABLE[a.getTypeName(c)]}`)}return n.sort((a,c)=>{const l=i.visit(o,a),d=i.visit(o,c);return this.getTypeName(l)!==r?s(this,l):this.getTypeName(d)!==r&&s(this,d),2===r?J_.comparer(l,d):l-d})}),Bt(this,"functionStartsWith",([t,n])=>t.startsWith(n)),Bt(this,"functionSum",([t])=>t.reduce((n,i)=>n+i,0)),Bt(this,"functionToArray",([t])=>3===this.getTypeName(t)?t:[t]),Bt(this,"functionToNumber",([t])=>{const n=this.getTypeName(t);let i;return 0===n?t:2!==n||(i=+t,isNaN(i))?null:i}),Bt(this,"functionToString",([t])=>2===this.getTypeName(t)?t:JSON.stringify(t)),Bt(this,"functionTrim",this.createTrimFunction(QG)),Bt(this,"functionTrimLeft",this.createTrimFunction(S1)),Bt(this,"functionTrimRight",this.createTrimFunction(D1)),Bt(this,"functionType",([t])=>{switch(this.getTypeName(t)){case 0:return"number";case 2:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 7:return"null";default:throw new Error("invalid-type")}}),Bt(this,"functionZip",t=>{const n=Math.min(...t.map(o=>o.length));return Array(n).fill(null).map((o,r)=>t.map(s=>s[r]))}),this._interpreter=e,this._functionTable=this.buildFunctionTable()}buildFunctionTable(){return{abs:{_func:wv(Math.abs),_signature:[{types:[0]}]},ceil:{_func:wv(Math.ceil),_signature:[{types:[0]}]},floor:{_func:wv(Math.floor),_signature:[{types:[0]}]},lower:{_func:k1(YG),_signature:[{types:[2]}]},upper:{_func:k1(e9),_signature:[{types:[2]}]},keys:{_func:R1(Object.keys),_signature:[{types:[4]}]},values:{_func:R1(Object.values),_signature:[{types:[4]}]},avg:{_func:this.functionAvg,_signature:[{types:[8]}]},contains:{_func:this.functionContains,_signature:[{types:[2,3]},{types:[1]}]},ends_with:{_func:this.functionEndsWith,_signature:[{types:[2]},{types:[2]}]},find_first:{_func:this.functionFindFirst,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0},{types:[0],optional:!0}]},find_last:{_func:this.functionFindLast,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0},{types:[0],optional:!0}]},from_items:{_func:this.functionFromItems,_signature:[{types:[11]}]},group_by:{_func:this.functionGroupBy,_signature:[{types:[3]},{types:[6]}]},items:{_func:this.functionItems,_signature:[{types:[4]}]},join:{_func:this.functionJoin,_signature:[{types:[2]},{types:[9]}]},length:{_func:this.functionLength,_signature:[{types:[2,3,4]}]},map:{_func:this.functionMap,_signature:[{types:[6]},{types:[3]}]},max:{_func:this.functionMax,_signature:[{types:[8,9]}]},max_by:{_func:this.functionMaxBy,_signature:[{types:[3]},{types:[6]}]},merge:{_func:this.functionMerge,_signature:[{types:[4],variadic:!0}]},min:{_func:this.functionMin,_signature:[{types:[8,9]}]},min_by:{_func:this.functionMinBy,_signature:[{types:[3]},{types:[6]}]},not_null:{_func:this.functionNotNull,_signature:[{types:[1],variadic:!0}]},pad_left:{_func:this.functionPadLeft,_signature:[{types:[2]},{types:[0]},{types:[2],optional:!0}]},pad_right:{_func:this.functionPadRight,_signature:[{types:[2]},{types:[0]},{types:[2],optional:!0}]},replace:{_func:this.functionReplace,_signature:[{types:[2]},{types:[2]},{types:[2]},{types:[0],optional:!0}]},reverse:{_func:this.functionReverse,_signature:[{types:[2,3]}]},sort:{_func:this.functionSort,_signature:[{types:[9,8]}]},sort_by:{_func:this.functionSortBy,_signature:[{types:[3]},{types:[6]}]},split:{_func:this.functionSplit,_signature:[{types:[2]},{types:[2]},{types:[0],optional:!0}]},starts_with:{_func:this.functionStartsWith,_signature:[{types:[2]},{types:[2]}]},sum:{_func:this.functionSum,_signature:[{types:[8]}]},to_array:{_func:this.functionToArray,_signature:[{types:[1]}]},to_number:{_func:this.functionToNumber,_signature:[{types:[1]}]},to_string:{_func:this.functionToString,_signature:[{types:[1]}]},trim:{_func:this.functionTrim,_signature:[{types:[2]},{types:[2],optional:!0}]},trim_left:{_func:this.functionTrimLeft,_signature:[{types:[2]},{types:[2],optional:!0}]},trim_right:{_func:this.functionTrimRight,_signature:[{types:[2]},{types:[2],optional:!0}]},type:{_func:this.functionType,_signature:[{types:[1]}]},zip:{_func:this.functionZip,_signature:[{types:[3],variadic:!0}]}}}registerFunction(e,t,n,i){const o=this._registerInternal(e,t,n,i);if(!o.success)throw new Error(o.message)}_registerInternal(e,t,n,i={}){if(!e||"string"!=typeof e||""===e.trim())return{success:!1,reason:"invalid-name",message:"Function name must be a non-empty string"};try{this.validateInputSignatures(e,n)}catch(c){return{success:!1,reason:"invalid-signature",message:c instanceof Error?c.message:"Invalid function signature"}}const{override:o=!1,warn:r=!1}=i,s=e in this._functionTable;return s&&!o?{success:!1,reason:"already-exists",message:`Function already defined: ${e}(). Use { override: true } to replace it.`}:(s&&o&&r&&console.warn(`Warning: Overriding existing function: ${e}()`),this._functionTable[e]={_func:t.bind(this),_signature:n},this._customFunctions.add(e),{success:!0,message:s?`Function ${e}() overridden successfully`:`Function ${e}() registered successfully`})}register(e,t,n,i={}){return this._registerInternal(e,t,n,i)}unregister(e){return!!this._customFunctions.has(e)&&(delete this._functionTable[e],this._customFunctions.delete(e),!0)}isRegistered(e){return e in this._functionTable}getRegistered(){return Object.keys(this._functionTable)}getCustomFunctions(){return Array.from(this._customFunctions)}clearCustomFunctions(){for(const e of this._customFunctions)delete this._functionTable[e];this._customFunctions.clear()}callFunction(e,t){const n=this._functionTable[e];if(void 0===n)throw new Error(`Unknown function: ${e}()`);return this.validateArgs(e,t,n._signature),n._func.call(this,t)}validateInputSignatures(e,t){for(let n=0;n<t.length;n+=1)if("variadic"in t[n]&&n!==t.length-1)throw new Error(`Invalid arity: ${e}() 'variadic' argument ${n+1} must occur last`)}validateArgs(e,t,n){this.validateInputSignatures(e,n),this.validateArity(e,t,n),this.validateTypes(e,t,n)}validateArity(e,t,n){const i=n.filter(a=>!a.optional).length,o=n[n.length-1]?.variadic??!1,r=t.length<i;if(o&&r||!o&&(r||t.length>n.length))throw new Error(`Invalid arity: ${e}() takes ${r&&(!o&&i>1||o)?"at least ":""}${i} argument${n.length>1?"s":""} but received ${t.length}`)}validateTypes(e,t,n){for(let i=0;i<n.length;i+=1){const o=n[i].types,r=this.getTypeName(t[i]);if(void 0!==r&&!o.some(a=>this.typeMatches(r,a,t[i]))){const a=o.map(c=>this.TYPE_NAME_TABLE[c]).join(" | ");throw new Error(`Invalid type: ${e}() expected argument ${i+1} to be type (${a}) but received type ${this.TYPE_NAME_TABLE[r]} instead.`)}}}typeMatches(e,t,n){if(1===t)return!0;if(9!==t&&8!==t&&10!==t&&11!==t&&3!==t)return e===t;if(3===t)return 3===e;if(3===e){let i;8===t?i=0:10===t?i=4:9===t?i=2:11===t&&(i=3);const o=n;for(let r=0;r<o.length;r+=1){const s=this.getTypeName(o[r]);if(void 0!==s&&void 0!==i&&!this.typeMatches(s,i,o[r]))return!1}return!0}return!1}getTypeName(e){return null===e?7:"string"==typeof e?2:"number"==typeof e?0:"boolean"==typeof e?5:Array.isArray(e)?3:"object"==typeof e?e.expref?6:4:void 0}createKeyFunction(e,t){const n=this._interpreter;return o=>{const r=n.visit(e,o);if(!t.includes(this.getTypeName(r))){const s=`Invalid type: expected one of (${t.map(a=>this.TYPE_NAME_TABLE[a]).join(" | ")}), received ${this.TYPE_NAME_TABLE[this.getTypeName(r)]}`;throw new Error(s)}return r}}createFindFunction(e){return t=>e(t[0],t[1],t.length>2?t[2]:void 0,t.length>3?t[3]:void 0)}createPadFunction(e){return t=>e(t[0],t[1],t.length>2?t[2]:void 0)}createTrimFunction(e){return t=>e(t[0],t.length>1?t[1]:void 0)}},xv=class S5{constructor(){Bt(this,"inner"),Bt(this,"data",{})}get currentScopeData(){return this.data}withScope(t){const n=new S5;return n.inner=this,n.data=t,n}getValue(t){return Object.prototype.hasOwnProperty.call(this.data,t)?this.data[t]:this.inner?this.inner.getValue(t):null}},a9=new xv;new class D5{constructor(){Bt(this,"runtime"),Bt(this,"_rootValue",null),Bt(this,"_scope"),this.runtime=new s9(this),this._scope=new xv}withScope(t){const n=new D5;return n.runtime._functionTable=this.runtime._functionTable,n._rootValue=this._rootValue,n._scope=this._scope.withScope(t),n}search(t,n){return this._rootValue=n,this._scope=a9,this.visit(t,n)}visit(t,n){switch(t.type){case"Ternary":{const o=this.visit(t.condition,n);return $l(o)?this.visit(t.falseExpr,n):this.visit(t.trueExpr,n)}case"Field":const i=t.name;return null===n||"object"!=typeof n||Array.isArray(n)?null:n[i]??null;case"LetExpression":{const{bindings:o,expression:r}=t;let s={};return o.forEach(a=>{const c=this.visit(a,n);s={...s,...c}}),this.withScope(s).visit(r,n)}case"Binding":{const{variable:o,reference:r}=t,s=this.visit(r,n);return{[o]:s}}case"Variable":{const o=t.name;if(!this._scope.getValue(o)&&!Object.prototype.hasOwnProperty.call(this._scope.currentScopeData,o))throw new Error(`Error referencing undefined variable ${o}`);return this._scope.getValue(o)}case"IndexExpression":return this.visit(t.right,this.visit(t.left,n));case"Subexpression":{const o=this.visit(t.left,n);return null!=o?this.visit(t.right,o)??null:null}case"Index":return Array.isArray(n)?n[t.value<0?n.length+t.value:t.value]??null:null;case"Slice":{if(!Array.isArray(n)&&"string"!=typeof n)return null;const{start:o,stop:r,step:s}=this.computeSliceParams(n.length,t);if("string"==typeof n){const a=[...n];return this.slice(a,o,r,s).join("")}return this.slice(n,o,r,s)}case"Projection":{const{left:o,right:r}=t;let s=!1;"IndexExpression"===o.type&&"Slice"===o.right.type&&(s=!0);const a=this.visit(o,n);if(s&&"string"==typeof a)return this.visit(r,a);if(!Array.isArray(a))return null;const c=[];for(const l of a){const d=this.visit(r,l);null!==d&&c.push(d)}return c}case"ValueProjection":{const{left:o,right:r}=t,s=this.visit(o,n);if(null===s||"object"!=typeof s||Array.isArray(s))return null;const a=[],c=Object.values(s);for(const l of c){const d=this.visit(r,l);null!==d&&a.push(d)}return a}case"FilterProjection":{const{left:o,right:r,condition:s}=t,a=this.visit(o,n);if(!Array.isArray(a))return null;const c=[];for(const l of a){const d=this.visit(s,l);if($l(d))continue;const _=this.visit(r,l);null!==_&&c.push(_)}return c}case"Arithmetic":{const o=this.visit(t.left,n),r=this.visit(t.right,n);switch(t.operator){case"Plus":return((e,t)=>(ts(e,t),e+t))(o,r);case"Minus":return((e,t)=>(ts(e,t),e-t))(o,r);case"Multiply":case"Star":return((e,t)=>(ts(e,t),e*t))(o,r);case"Divide":return((e,t)=>(ts(e,t),e/E1(t)))(o,r);case"Modulo":return((e,t)=>(ts(e,t),e%t))(o,r);case"Div":return((e,t)=>(ts(e,t),Math.floor(e/E1(t))))(o,r);default:throw new Error(`Syntax error: unknown arithmetic operator: ${t.operator}`)}}case"Unary":{const o=this.visit(t.operand,n);switch(t.operator){case"Plus":return ts(o),o;case"Minus":return ts(o),-o;default:throw new Error(`Syntax error: unknown arithmetic operator: ${t.operator}`)}}case"Comparator":{const o=this.visit(t.left,n),r=this.visit(t.right,n);switch(t.name){case"EQ":return X_(o,r);case"NE":return!X_(o,r)}if("number"!=typeof o||"number"!=typeof r)return null;switch(t.name){case"GT":return o>r;case"GTE":return o>=r;case"LT":return o<r;case"LTE":return o<=r}}case"Flatten":{const o=this.visit(t.child,n);return Array.isArray(o)?o.flat():null}case"Root":return this._rootValue;case"MultiSelectList":{const o=[];for(const r of t.children)o.push(this.visit(r,n));return o}case"MultiSelectHash":{const o={};for(const r of t.children)o[r.name]=this.visit(r.value,n);return o}case"OrExpression":{const o=this.visit(t.left,n);return $l(o)?this.visit(t.right,n):o}case"AndExpression":{const o=this.visit(t.left,n);return $l(o)?o:this.visit(t.right,n)}case"NotExpression":return $l(this.visit(t.child,n));case"Literal":return t.value;case"Pipe":return this.visit(t.right,this.visit(t.left,n));case"Function":{const o=[];for(const r of t.children)o.push(this.visit(r,n));return this.runtime.callFunction(t.name,o)}case"ExpressionReference":return{expref:!0,...t.child};case"Current":case"Identity":return n}}computeSliceParams(t,n){let{start:i,stop:o,step:r}=n;if(null===r)r=1;else if(0===r){const s=new Error("Invalid value: slice step cannot be 0");throw s.name="RuntimeError",s}return i=null===i?r<0?t-1:0:this.capSliceRange(t,i,r),o=null===o?r<0?-1:t:this.capSliceRange(t,o,r),{start:i,stop:o,step:r}}capSliceRange(t,n,i){let o=n;return o<0?(o+=t,o<0&&(o=i<0?-1:0)):o>=t&&(o=i<0?t-1:t),o}slice(t,n,i,o){const r=[];if(o>0)for(let s=n;s<i;s+=o)r.push(t[s]);else for(let s=n;s>i;s+=o)r.push(t[s]);return r}},mt(2706);const kv=function(e,...t){if(kv.translate){const i=kv.translate(e,t);e=i[0],t=i[1]}let n=H1(e[0],e.raw[0]);for(let i=1;i<e.length;i++)n+=t[i-1]+H1(e[i],e.raw[i]);return n},E9=":";function H1(e,t){return t.charAt(0)===E9?e.substring(function V1(e,t){for(let n=1,i=1;n<e.length;n++,i++)if("\\"===t[i])i++;else if(":"===e[n])return n;throw new Error(`Unterminated $localize metadata block in "${t}".`)}(e,t)+1):e}
68
71
  /**
69
- * @license Angular v21.2.17
72
+ * @license Angular v22.1.1
70
73
  * (c) 2010-2026 Google LLC. https://angular.dev/
71
74
  * License: MIT
72
- */
73
- class Xi{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(n){n?"string"==typeof n?this.lazyInit=()=>{this.headers=new Map,n.split("\n").forEach(t=>{const r=t.indexOf(":");if(r>0){const i=t.slice(0,r),o=t.slice(r+1).trim();this.addHeaderEntry(i,o)}})}:typeof Headers<"u"&&n instanceof Headers?(this.headers=new Map,n.forEach((t,r)=>{this.addHeaderEntry(r,t)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(n).forEach(([t,r])=>{this.setHeaderEntries(t,r)})}:this.headers=new Map}has(n){return this.init(),this.headers.has(n.toLowerCase())}get(n){this.init();const t=this.headers.get(n.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(n){return this.init(),this.headers.get(n.toLowerCase())||null}append(n,t){return this.clone({name:n,value:t,op:"a"})}set(n,t){return this.clone({name:n,value:t,op:"s"})}delete(n,t){return this.clone({name:n,value:t,op:"d"})}maybeSetNormalizedName(n,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,n)}init(){this.lazyInit&&(this.lazyInit instanceof Xi?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(n=>this.applyUpdate(n)),this.lazyUpdate=null))}copyFrom(n){n.init(),Array.from(n.headers.keys()).forEach(t=>{this.headers.set(t,n.headers.get(t)),this.normalizedNames.set(t,n.normalizedNames.get(t))})}clone(n){const t=new Xi;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof Xi?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([n]),t}applyUpdate(n){const t=n.name.toLowerCase();switch(n.op){case"a":case"s":let r=n.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(n.name,t);const i=("a"===n.op?this.headers.get(t):void 0)||[];i.push(...r),this.headers.set(t,i);break;case"d":const o=n.value;if(o){let s=this.headers.get(t);if(!s)return;s=s.filter(a=>-1===o.indexOf(a)),0===s.length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,s)}else this.headers.delete(t),this.normalizedNames.delete(t)}}addHeaderEntry(n,t){const r=n.toLowerCase();this.maybeSetNormalizedName(n,r),this.headers.has(r)?this.headers.get(r).push(t):this.headers.set(r,[t])}setHeaderEntries(n,t){const r=(Array.isArray(t)?t:[t]).map(o=>o.toString()),i=n.toLowerCase();this.headers.set(i,r),this.maybeSetNormalizedName(n,i)}forEach(n){this.init(),Array.from(this.normalizedNames.keys()).forEach(t=>n(this.normalizedNames.get(t),this.headers.get(t)))}}class zq{map=new Map;set(n,t){return this.map.set(n,t),this}get(n){return this.map.has(n)||this.map.set(n,n.defaultValue()),this.map.get(n)}delete(n){return this.map.delete(n),this}has(n){return this.map.has(n)}keys(){return this.map.keys()}}class Vq{encodeKey(n){return eR(n)}encodeValue(n){return eR(n)}decodeKey(n){return decodeURIComponent(n)}decodeValue(n){return decodeURIComponent(n)}}const Hq=/%(\d[a-f0-9])/gi,Gq={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function eR(e){return encodeURIComponent(e).replace(Hq,(n,t)=>Gq[t]??n)}function ip(e){return`${e}`}class Ks{map;encoder;updates=null;cloneFrom=null;constructor(n={}){if(this.encoder=n.encoder||new Vq,n.fromString){if(n.fromObject)throw new we(2805,!1);this.map=function jq(e,n){const t=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(i=>{const o=i.indexOf("="),[s,a]=-1==o?[n.decodeKey(i),""]:[n.decodeKey(i.slice(0,o)),n.decodeValue(i.slice(o+1))],c=t.get(s)||[];c.push(a),t.set(s,c)}),t}(n.fromString,this.encoder)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(t=>{const r=n.fromObject[t],i=Array.isArray(r)?r.map(ip):[ip(r)];this.map.set(t,i)})):this.map=null}has(n){return this.init(),this.map.has(n)}get(n){this.init();const t=this.map.get(n);return t?t[0]:null}getAll(n){return this.init(),this.map.get(n)||null}keys(){return this.init(),Array.from(this.map.keys())}append(n,t){return this.clone({param:n,value:t,op:"a"})}appendAll(n){const t=[];return Object.keys(n).forEach(r=>{const i=n[r];Array.isArray(i)?i.forEach(o=>{t.push({param:r,value:o,op:"a"})}):t.push({param:r,value:i,op:"a"})}),this.clone(t)}set(n,t){return this.clone({param:n,value:t,op:"s"})}delete(n,t){return this.clone({param:n,value:t,op:"d"})}toString(){return this.init(),this.keys().map(n=>{const t=this.encoder.encodeKey(n);return this.map.get(n).map(r=>t+"="+this.encoder.encodeValue(r)).join("&")}).filter(n=>""!==n).join("&")}clone(n){const t=new Ks({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat(n),t}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(n=>this.map.set(n,this.cloneFrom.map.get(n))),this.updates.forEach(n=>{switch(n.op){case"a":case"s":const t=("a"===n.op?this.map.get(n.param):void 0)||[];t.push(ip(n.value)),this.map.set(n.param,t);break;case"d":if(void 0===n.value){this.map.delete(n.param);break}{let r=this.map.get(n.param)||[];const i=r.indexOf(ip(n.value));-1!==i&&r.splice(i,1),r.length>0?this.map.set(n.param,r):this.map.delete(n.param)}}}),this.cloneFrom=this.updates=null)}}function tR(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function nR(e){return typeof Blob<"u"&&e instanceof Blob}function rR(e){return typeof FormData<"u"&&e instanceof FormData}const Cd="Content-Type",iR="text/plain",oR="application/json",sR=`${oR}, ${iR}, */*`;class Ed{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(n,t,r,i){let o;if(this.url=t,this.method=n.toUpperCase(),function $q(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||i?(this.body=void 0!==r?r:null,o=i):o=r,o){if(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,this.keepalive=!!o.keepalive,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.context&&(this.context=o.context),o.params&&(this.params=o.params),o.priority&&(this.priority=o.priority),o.cache&&(this.cache=o.cache),o.credentials&&(this.credentials=o.credentials),"number"==typeof o.timeout){if(o.timeout<1||!Number.isInteger(o.timeout))throw new we(2822,"");this.timeout=o.timeout}o.mode&&(this.mode=o.mode),o.redirect&&(this.redirect=o.redirect),o.integrity&&(this.integrity=o.integrity),void 0!==o.referrer&&(this.referrer=o.referrer),o.referrerPolicy&&(this.referrerPolicy=o.referrerPolicy),this.transferCache=o.transferCache}if(this.headers??=new Xi,this.context??=new zq,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=t;else{const a=t.indexOf("?");this.urlWithParams=t+(-1===a?"?":a<t.length-1?"&":"")+s}}else this.params=new Ks,this.urlWithParams=t}serializeBody(){return null===this.body?null:"string"==typeof this.body||tR(this.body)||nR(this.body)||rR(this.body)||function Wq(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof Ks?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body||rR(this.body)?null:nR(this.body)?this.body.type||null:tR(this.body)?null:"string"==typeof this.body?iR:this.body instanceof Ks?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?oR:null}clone(n={}){const t=n.method||this.method,r=n.url||this.url,i=n.responseType||this.responseType,o=n.keepalive??this.keepalive,s=n.priority||this.priority,a=n.cache||this.cache,c=n.mode||this.mode,l=n.redirect||this.redirect,d=n.credentials||this.credentials,h=n.referrer??this.referrer,y=n.integrity||this.integrity,S=n.referrerPolicy||this.referrerPolicy,U=n.transferCache??this.transferCache,de=n.timeout??this.timeout,pe=void 0!==n.body?n.body:this.body,xe=n.withCredentials??this.withCredentials,Te=n.reportProgress??this.reportProgress;let Tt=n.headers||this.headers,Rt=n.params||this.params;const Vt=n.context??this.context;return void 0!==n.setHeaders&&(Tt=Object.keys(n.setHeaders).reduce((Bn,dr)=>Bn.set(dr,n.setHeaders[dr]),Tt)),n.setParams&&(Rt=Object.keys(n.setParams).reduce((Bn,dr)=>Bn.set(dr,n.setParams[dr]),Rt)),new Ed(t,r,pe,{params:Rt,headers:Tt,context:Vt,reportProgress:Te,responseType:i,withCredentials:xe,transferCache:U,keepalive:o,cache:a,priority:s,timeout:de,mode:c,redirect:l,credentials:d,referrer:h,integrity:y,referrerPolicy:S})}}var qs=function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e}(qs||{});class xb{headers;status;statusText;url;ok;type;redirected;responseType;constructor(n,t=200,r="OK"){this.headers=n.headers||new Xi,this.status=void 0!==n.status?n.status:t,this.statusText=n.statusText||r,this.url=n.url||null,this.redirected=n.redirected,this.responseType=n.responseType,this.ok=this.status>=200&&this.status<300}}class sp extends xb{constructor(n={}){super(n)}type=qs.ResponseHeader;clone(n={}){return new sp({headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}}class Td extends xb{body;constructor(n={}){super(n),this.body=void 0!==n.body?n.body:null}type=qs.Response;clone(n={}){return new Td({body:void 0!==n.body?n.body:this.body,headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0,redirected:n.redirected??this.redirected,responseType:n.responseType??this.responseType})}}class Ys extends xb{name="HttpErrorResponse";message;error;ok=!1;constructor(n){super(n,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${n.url||"(unknown url)"}`:`Http failure response for ${n.url||"(unknown url)"}: ${n.status} ${n.statusText}`,this.error=n.error||null}}const cR=new Se(""),Qq=/^\)\]\}',?\n/;let lR=(()=>{class e{xhrFactory;tracingService=re(Ia,{optional:!0});constructor(t){this.xhrFactory=t}maybePropagateTrace(t){return this.tracingService?.propagate?this.tracingService.propagate(t):t}handle(t){if("JSONP"===t.method)throw new we(-2800,!1);const r=this.xhrFactory;return Ab(null).pipe(Z1(()=>new ae(o=>{const s=r.build();if(s.open(t.method,t.urlWithParams),t.withCredentials&&(s.withCredentials=!0),t.headers.forEach((pe,xe)=>s.setRequestHeader(pe,xe.join(","))),t.headers.has("Accept")||s.setRequestHeader("Accept",sR),!t.headers.has(Cd)){const pe=t.detectContentTypeHeader();null!==pe&&s.setRequestHeader(Cd,pe)}if(t.timeout&&(s.timeout=t.timeout),t.responseType){const pe=t.responseType.toLowerCase();s.responseType="json"!==pe?pe:"text"}const a=t.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const pe=s.statusText||"OK",xe=new Xi(s.getAllResponseHeaders());return c=new sp({headers:xe,status:s.status,statusText:pe,url:s.responseURL||t.url}),c},d=this.maybePropagateTrace(()=>{let{headers:pe,status:xe,statusText:Te,url:Tt}=l(),Rt=null;204!==xe&&(Rt=typeof s.response>"u"?s.responseText:s.response),0===xe&&(xe=Rt?200:0);let Vt=xe>=200&&xe<300;if("json"===t.responseType&&"string"==typeof Rt){const Bn=Rt;Rt=Rt.replace(Qq,"");try{Rt=""!==Rt?JSON.parse(Rt):null}catch(dr){Rt=Bn,Vt&&(Vt=!1,Rt={error:dr,text:Rt})}}Vt?(o.next(new Td({body:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0})),o.complete()):o.error(new Ys({error:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0}))}),h=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:pe,status:s.status||0,statusText:s.statusText||"Unknown Error",url:xe||void 0});o.error(Te)});let y=h;t.timeout&&(y=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:xe||void 0});o.error(Te)}));let S=!1;const U=this.maybePropagateTrace(pe=>{S||(o.next(l()),S=!0);let xe={type:qs.DownloadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),"text"===t.responseType&&s.responseText&&(xe.partialText=s.responseText),o.next(xe)}),de=this.maybePropagateTrace(pe=>{let xe={type:qs.UploadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),o.next(xe)});return s.addEventListener("load",d),s.addEventListener("error",h),s.addEventListener("timeout",y),s.addEventListener("abort",h),t.reportProgress&&(s.addEventListener("progress",U),null!==a&&s.upload&&s.upload.addEventListener("progress",de)),s.send(a),o.next({type:qs.Sent}),()=>{s.removeEventListener("error",h),s.removeEventListener("abort",h),s.removeEventListener("load",d),s.removeEventListener("timeout",y),t.reportProgress&&(s.removeEventListener("progress",U),null!==a&&s.upload&&s.upload.removeEventListener("progress",de)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(wt(J1))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function uR(e,n){return n(e)}const Dd=new Se("",{factory:()=>[]}),nY=new Se(""),dR=new Se("",{factory:()=>!0});let ap=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lR),i},providedIn:"root"})}return e})(),Mb=(()=>{class e{backend;injector;chain=null;pendingTasks=re(pg);contributeToStability=re(dR);constructor(t,r){this.backend=t,this.injector=r}handle(t){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(Dd),...this.injector.get(nY,[])]));this.chain=r.reduceRight((i,o)=>function eY(e,n,t){return(r,i)=>no(t,()=>n(r,o=>e(o,i)))}(i,o,this.injector),uR)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(t,i=>this.backend.handle(i)).pipe(function Lq(e){return so((n,t)=>{try{n.subscribe(t)}finally{t.add(e)}})}(r))}return this.chain(t,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(wt(ap),wt(mi))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Nb=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(Mb),i},providedIn:"root"})}return e})();function Ob(e,n){return{body:n,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer,referrerPolicy:e.referrerPolicy}}let tc=(()=>{class e{handler;constructor(t){this.handler=t}request(t,r,i={}){let o;if(t instanceof Ed)o=t;else{let c,l;c=i.headers instanceof Xi?i.headers:new Xi(i.headers),i.params&&(l=i.params instanceof Ks?i.params:new Ks({fromObject:i.params})),o=new Ed(t,r,void 0!==i.body?i.body:null,{headers:c,context:i.context,params:l,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials,transferCache:i.transferCache,keepalive:i.keepalive,priority:i.priority,cache:i.cache,mode:i.mode,redirect:i.redirect,credentials:i.credentials,referrer:i.referrer,referrerPolicy:i.referrerPolicy,integrity:i.integrity,timeout:i.timeout})}const s=Ab(o).pipe(function Fq(e,n){return O(n)?Wh(e,n,1):Wh(e,1)}(c=>this.handler.handle(c)));if(t instanceof Ed||"events"===i.observe)return s;const a=s.pipe(function Pq(e,n){return so((t,r)=>{let i=0;t.subscribe(ji(r,o=>e.call(n,o,i++)&&r.next(o)))})}(c=>c instanceof Td));switch(i.observe||"body"){case"body":switch(o.responseType){case"arraybuffer":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new we(2806,!1);return c.body}));case"blob":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new we(2807,!1);return c.body}));case"text":return a.pipe(Hi(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new we(2808,!1);return c.body}));default:return a.pipe(Hi(c=>c.body))}case"response":return a;default:throw new we(2809,!1)}}delete(t,r={}){return this.request("DELETE",t,r)}get(t,r={}){return this.request("GET",t,r)}head(t,r={}){return this.request("HEAD",t,r)}jsonp(t,r){return this.request("JSONP",t,{params:(new Ks).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(t,r={}){return this.request("OPTIONS",t,r)}patch(t,r,i={}){return this.request("PATCH",t,Ob(i,r))}post(t,r,i={}){return this.request("POST",t,Ob(i,r))}put(t,r,i={}){return this.request("PUT",t,Ob(i,r))}static \u0275fac=function(r){return new(r||e)(wt(Nb))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const fR=new Se("",{factory:()=>!0}),hR=new Se("",{factory:()=>"XSRF-TOKEN"}),pR=new Se("",{factory:()=>"X-XSRF-TOKEN"});let lY=(()=>{class e{cookieName=re(hR);doc=re(Vi);lastCookieString="";lastToken=null;parseCount=0;getToken(){const t=this.doc.cookie||"";return t!==this.lastCookieString&&(this.parseCount++,this.lastToken=Q1(t,this.cookieName),this.lastCookieString=t),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),uY=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lY),i},providedIn:"root"})}return e})();function dY(e,n){if(!re(fR)||"GET"===e.method||"HEAD"===e.method)return n(e);try{const i=re(Uk).href,{origin:o}=new URL(i),{origin:s}=new URL(e.url,o);if(o!==s)return n(e)}catch{return n(e)}const t=re(uY).getToken(),r=re(pR);return null!=t&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,t)})),n(e)}const mR=Z(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class Fd extends Error{}Fd.prototype.name="InvalidTokenError";let Pd=(()=>{class e{constructor(){this.http=re(tc)}getEnvConfig(){var t=this;return(0,Ct.A)(function*(){return t.envConfigCache||(yield function bp(e,n){const t="object"==typeof n;return new Promise((r,i)=>{let s,o=!1;e.subscribe({next:a=>{s=a,o=!0},error:i,complete:()=>{o?r(s):t?r(n.defaultValue):i(new mR)}})})}(t.http.get("/rest/envconfig").pipe(function xZ(e,n,t){const r=O(e)||n||t?{next:e,error:n,complete:t}:e;return r?so((i,o)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;i.subscribe(ji(o,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),o.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),o.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),o.error(c)},()=>{var c,l;a&&(null===(c=r.unsubscribe)||void 0===c||c.call(r)),null===(l=r.finalize)||void 0===l||l.call(r)}))}):mr}(r=>t.envConfigCache=r)))),t.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),cc=(()=>{class e{constructor(){this.envConfigService=re(Pd),this.luigiCoreService=re(Gr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(t=>{this.currentLanguage=t})}getTranslation(t,r,i){let o=this.getInternalTranslation(t,r,i);return o||(o=this.findTranslation(t,this.translationTable,this.fallbackLanguage,r)),o||t}getTranslationAsync(t,r,i){var o=this;return(0,Ct.A)(function*(){return new Promise(s=>{let a=o.getInternalTranslation(t,r,i);a?s(a||t):o.translationTable&&!o.translationTable[o.fallbackLanguage]?o.fetchTranslationFile(o.fallbackLanguage).then(()=>{a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t)}):(a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t))})})()}findTranslation(t,r,i,o){if(r[i]){const s="object"==typeof r[i][t]?r[i][t].join("<br>"):r[i][t];return o?this.findInterpolations(s,o):s}}findInterpolations(t,r){if(t)return Object.keys(r).forEach(i=>{t=t.replace(new RegExp("{"+i+"}","gi"),r[i])}),t}addTranslationFile(t,r){r&&t&&(this.translationTable[t]=r)}fetchTranslationFile(t){var r=this;return(0,Ct.A)(function*(){return new Promise(i=>{fetch(`/assets/translation-files/${t}.json`).then(o=>o.json()).then(o=>{r.addTranslationFile(t,o),i(!0)}).catch(o=>{console.error("Error:",o),r.addTranslationFile(t,{}),i(!1)})})})()}getInternalTranslation(t,r,i){return t?(this.currentLanguage=i||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(t,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var t=this;return(0,Ct.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:i}=yield t.envConfigService.getEnvConfig();i&&r.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return r}})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Js=function(e){return e.LAST_NAVIGATION_URL="openmfp.navigation.lastUrl",e.USER_SETTINGS="openmfp.settings.userSettings",e.LOCAL_DEVELOPMENT_SETTINGS="openmfp.settings.localDevelopmentSettings",e.FEATURE_TOGGLE_SETTINGS="openmfp.settings.featureToggleSettings",e.DEVELOPMENT_MODE_CONFIG="dev-mode-settings",e}(Js||{});const Il_read=e=>{let n;try{n=localStorage.getItem(e||Js.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(t){return console.warn("localStorage is not available:",t),null}try{return n?JSON.parse(n):null}catch(t){console.error("Failed to parse the local development settings in your localstorage.",t)}return null},Cp_read=((0,Ct.A)(function*(n){return n.frame_userAccount&&n.frame_userAccount.language?(delete n.frame_userAccount.name,delete n.frame_userAccount.email):delete n.frame_userAccount,new Promise((t,r)=>{try{localStorage.setItem(Js.USER_SETTINGS,JSON.stringify(n)),t(n)}catch(i){console.error("Error storing user settings",i),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(Js.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ht(5667),ht(9272),ht(7866),ht(2706),document.body.classList.add("ui5-content-density-compact");const yJ=(e,n)=>n[0];function bJ(e,n){if(1&e&&(sn(0,"div",4),Sn(1),mn()),2&e){es();const t=ch(1);Lt(),xi(t.urlsInput.error)}}function CJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$index;return Hl(es().removeUrl(i))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),xi(t.url),Lt(),ai("tooltip",Vu(r.removeButton))}}function EJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$implicit;return Hl(es().removeServiceProviderConfig(i[0]))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),ty(" Key: ",t[0],", Value: ",t[1]," "),Lt(),ai("tooltip",Vu(r.removeButton))}}let TJ=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.texts=Rr(()=>this.readTranslations()),this.errors=Ei([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=Ei(!1),this.configs=Ei(this.defaultConfig),this.serviceProviderConfig=Ei({}),this.localDevelopmentSettings=Rr(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new js("",{nonNullable:!0}),this.serviceProviderForm=new ed({key:new js("",{nonNullable:!0}),value:new js("",{nonNullable:!0})})}ngOnInit(){const t=Il_read(Js.DEVELOPMENT_MODE_CONFIG)||Il_read()||this.localDevelopmentSettings();this.isActive.set(t.isActive),this.configs.set(t.configs||[]),this.serviceProviderConfig.set(t.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(t){this.isValidUrl(t)?t&&!this.configs().find(r=>r.url===t)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:t}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(t){this.configs.update(r=>r.filter((i,o)=>o!==t)),this.saveDevelopmentSettings()}removeServiceProviderConfig(t){this.serviceProviderConfig.update(r=>(delete r[t],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(t,r){t&&r&&(this.serviceProviderConfig.update(i=>(i[t]=r,{...i})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(t=>!t),this.saveDevelopmentSettings()}isValidUrl(t){try{return new URL(t),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["development-settings"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:51,vars:24,consts:[[1,"container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/README.md#Local-Application-Development",1,"line-height-normal"],[1,"is-active-switch"],[1,"line-height-normal"],[1,"switch-active",3,"change","checked"],[1,"config-input"],["for","input-url",1,"line-height-normal","field-label"],["id","input-url","type","Text","placeholder","http://localhost:4200/assets/content-configuration.json","aria-required","true",1,"line-height-normal","field-control",3,"formControl"],[1,"config-input-buttons"],["design","Emphasized",1,"compact-button",3,"click"],["design","Transparent",1,"compact-button",3,"click"],[1,"config-list"],["separators","Inner",1,"config-list-wrapper"],[1,"config-list-item"],[1,"config-input","line-height-normal"],["for","input-key",1,"line-height-normal","field-label"],[3,"formGroup"],["id","input-key","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],["for","input-value",1,"line-height-normal","field-label"],["id","input-value","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],[1,"list-item-row"],[1,"list-item-text"],["design","Transparent","icon","decline",1,"remove-button",3,"click","tooltip"]],template:function(r,i){if(1&r&&(sn(0,"div"),ny(1),sn(2,"div",0)(3,"div")(4,"div",1),Sn(5),mn(),sn(6,"ui5-link",2),Sn(7),mn()(),sn(8,"div",3)(9,"h4",4),Sn(10),mn(),sn(11,"ui5-switch",5),nr("change",function(){return i.switchIsActive()}),mn()(),sn(12,"div",6)(13,"h4",4),Sn(14),mn(),sn(15,"ui5-label",7),Sn(16),mn(),Ua(17,"ui5-input",8),function iw(e,n,t,r,i,o,s,a){Qr("NgControlFlow");const c=Oe(),l=$t();return Oa(c,l,e,n,t,r,i,Pr(l.consts,o),256,s,a),Uv}(18,bJ,2,1,"div",4),sn(19,"div",9)(20,"ui5-button",10),nr("click",function(){return i.addUrl(i.urlInput.value)}),Sn(21),mn(),sn(22,"ui5-button",11),nr("click",function(){return i.urlInput.reset()}),Sn(23),mn()(),sn(24,"div",12)(25,"ui5-list",13),Nu(26,CJ,5,3,"ui5-li-custom",14,sw),mn()()(),sn(28,"div",15)(29,"h4",4),Sn(30),mn(),sn(31,"ui5-label",16),Sn(32),mn(),Ua(33,"br"),sn(34,"div",17)(35,"ui5-label",16),Sn(36),mn(),Ua(37,"ui5-input",18)(38,"br"),sn(39,"ui5-label",19),Sn(40),mn(),Ua(41,"ui5-input",20),mn(),sn(42,"div",9)(43,"ui5-button",10),nr("click",function(){return i.addServiceProviderConfig(i.serviceProviderForm.controls.key.value,i.serviceProviderForm.controls.value.value)}),Sn(44),mn(),sn(45,"ui5-button",11),nr("click",function(){return i.serviceProviderForm.reset()}),Sn(46),mn()(),sn(47,"div",12)(48,"ui5-list",13),Nu(49,EJ,5,4,"ui5-li-custom",14,yJ),mn()()()()()),2&r){Lt();const o=function bA(e){return m_($t(),Oe(),xr(),e),e}(i.texts());Lt(4),xi(o.explanation),Lt(2),zr(" ",o.link," "),Lt(3),xi(o.isDevelopmentModeActive),Lt(),ai("checked",i.isActive()),Lt(3),xi(o.urlsInput.title),Lt(2),zr(" ",o.urlsInput.label," "),Lt(),ai("formControl",i.urlInput),Lt(),function ow(e,n){Qr("NgControlFlow");const t=Oe(),r=bi(),i=t[r]!==Dn?t[r]:-1,o=-1!==i?Xf(t,27+i):void 0;if($n(t,r,e)){const a=X(null);try{if(void 0!==o&&Um(o,0),-1!==e){const c=27+e,l=Xf(t,c),d=zv(t[1],c),h=null;Hc(l,Vc(t,d,n,{dehydratedView:h}),0,Aa(d,h))}}finally{X(a)}}else if(void 0!==o){const a=GD(o,0);void 0!==a&&(a[8]=n)}}(i.errors().length?18:-1),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.configs()),Lt(4),zr(" ",o.serviceProviderConfig.title," "),Lt(2),zr(" ",o.serviceProviderConfig.explanation," "),Lt(2),ai("formGroup",i.serviceProviderForm),Lt(2),zr(" ",o.serviceProviderConfig.keyInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.keyInput.placeholder))("formControl",i.serviceProviderForm.controls.key),Lt(3),zr(" ",o.serviceProviderConfig.valueInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.valueInput.placeholder))("formControl",i.serviceProviderForm.controls.value),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.Object.entries(i.serviceProviderConfig()))}},dependencies:[X1,M1,w1,x1,R1,N1,q1,z5,Uy,zy,Hh,$h],styles:[".container{padding:16px;display:flex;flex-direction:column;justify-content:center}.explanation{line-height:normal;padding-bottom:1rem}.line-height-normal{line-height:normal}.is-active-switch{display:flex;align-items:center;gap:24px;padding-top:1.5rem}.config-list{padding:16px 0}.config-input{display:flex;flex-direction:column}.config-input-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.field-label{display:inline-block;font-weight:400;margin-bottom:-.125rem;color:var(--sapContent_LabelColor, #4a4a4a);text-wrap:nowrap}.field-control{width:100%;height:2.25rem}.config-list-wrapper::part(list){background-color:transparent;border:none;padding:0}.config-list-item{width:100%;padding:0}.config-list-item::part(native-li){padding:0;background:transparent;border:none}.list-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 16px}.list-item-text{flex:1}\n"],encapsulation:3,changeDetection:0})}}return e})(),LM=(()=>{class e{differs;constructor(t){this.differs=t}differ;keyValues=[];compareFn=FM;transform(t,r=FM){if(!t||!(t instanceof Map)&&"object"!=typeof t)return null;this.differ??=this.differs.find(t).create();const i=this.differ.diff(t),o=r!==this.compareFn;return i&&(this.keyValues=[],i.forEachItem(s=>{this.keyValues.push(function Fee(e,n){return{key:e,value:n}}(s.key,s.currentValue))})),(i||o)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(ot(Th,16))};static \u0275pipe=Si({name:"keyvalue",type:e,pure:!1})}return e})();function FM(e,n){const t=e.key,r=n.key;if(t===r)return 0;if(null==t)return 1;if(null==r)return-1;if("string"==typeof t&&"string"==typeof r)return t<r?-1:1;if("number"==typeof t&&"number"==typeof r)return t-r;if("boolean"==typeof t&&"boolean"==typeof r)return t<r?-1:1;const i=String(t),o=String(r);return i==o?0:i<o?-1:1}const zee=(e,n)=>n.key;function Vee(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom")(1,"div",10)(2,"span"),Sn(3),mn(),sn(4,"div",11)(5,"ui5-switch",12),nr("ui5Change",function(){const i=jl(t).$implicit;return Hl(es().onToggleChange(i.key))}),mn(),sn(6,"ui5-button",13),nr("ui5Click",function(){const i=jl(t).$implicit;return Hl(es().onItemDelete(i.key))}),mn()()()()}if(2&e){const t=n.$implicit,r=es();Lt(3),zr(" ",t.key," ");const i=r.queryParamsFeatures.includes(t.key);Lt(2),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)("checked",r.togglesForm.get(t.key).value),Lt(),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)}}let jee=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.togglesForm=new ed({}),this.newToggleControl=new js("",{nonNullable:!0,validators:[eG.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=Rr(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
75
+ */globalThis.$localize=kv,document.body.classList.add("ui5-content-density-compact");const n$=(e,t)=>t[0];function i$(e,t){if(1&e&&(sn(0,"div",4),Nn(1),cn()),2&e){lr();const n=__(1);$t(),Oo(n.urlsInput.error)}}function o$(e,t){if(1&e){const n=n_();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Nn(3),cn(),sn(4,"ui5-button",23),Pi("click",function(){const o=vs(n).$index;return ys(lr().removeUrl(o))}),cn()()()}if(2&e){const n=t.$implicit;lr();const i=__(1);$t(3),Oo(n.url),$t(),Fi("tooltip",ml(i.removeButton))}}function r$(e,t){if(1&e){const n=n_();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Nn(3),cn(),sn(4,"ui5-button",23),Pi("click",function(){const o=vs(n).$implicit;return ys(lr().removeServiceProviderConfig(o[0]))}),cn()()()}if(2&e){const n=t.$implicit;lr();const i=__(1);$t(3),em(" Key: ",n[0],", Value: ",n[1]," "),$t(),Fi("tooltip",ml(i.removeButton))}}let s$=(()=>{class e{constructor(){this.i18nService=Ve(h1),this.context=qe.required(),this.LuigiClient=qe.required(),this.texts=di(()=>this.readTranslations()),this.errors=no([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=no(!1),this.configs=no(this.defaultConfig),this.serviceProviderConfig=no({}),this.localDevelopmentSettings=di(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new $s("",{nonNullable:!0}),this.serviceProviderForm=new Xm({key:new $s("",{nonNullable:!0}),value:new $s("",{nonNullable:!0})})}ngOnInit(){const n=p1_read(es.DEVELOPMENT_MODE_CONFIG)||p1_read()||this.localDevelopmentSettings();this.isActive.set(n.isActive),this.configs.set(n.configs||[]),this.serviceProviderConfig.set(n.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(n){this.isValidUrl(n)?n&&!this.configs().find(i=>i.url===n)&&(this.errors.set([]),this.configs.update(i=>[...i,{url:n}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(n){this.configs.update(i=>i.filter((o,r)=>r!==n)),this.saveDevelopmentSettings()}removeServiceProviderConfig(n){this.serviceProviderConfig.update(i=>(delete i[n],{...i})),this.saveDevelopmentSettings()}addServiceProviderConfig(n,i){n&&i&&(this.serviceProviderConfig.update(o=>(o[n]=i,{...o})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(n=>!n),this.saveDevelopmentSettings()}isValidUrl(n){try{return new URL(n),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["wc-development-settings"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:51,vars:24,consts:[[1,"container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/README.md#Local-Application-Development",1,"line-height-normal"],[1,"is-active-switch"],[1,"line-height-normal"],[1,"switch-active",3,"change","checked"],[1,"config-input"],["for","input-url",1,"line-height-normal","field-label"],["id","input-url","type","Text","placeholder","http://localhost:4200/assets/content-configuration.json","aria-required","true",1,"line-height-normal","field-control",3,"formControl"],[1,"config-input-buttons"],["design","Emphasized",1,"compact-button",3,"click"],["design","Transparent",1,"compact-button",3,"click"],[1,"config-list"],["separators","Inner",1,"config-list-wrapper"],[1,"config-list-item"],[1,"config-input","line-height-normal"],["for","input-key",1,"line-height-normal","field-label"],[3,"formGroup"],["id","input-key","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],["for","input-value",1,"line-height-normal","field-label"],["id","input-value","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],[1,"list-item-row"],[1,"list-item-text"],["design","Transparent","icon","decline",1,"remove-button",3,"click","tooltip"]],template:function(i,o){if(1&i&&(sn(0,"div"),tm(1),sn(2,"div",0)(3,"div")(4,"div",1),Nn(5),cn(),sn(6,"ui5-link",2),Nn(7),cn()(),sn(8,"div",3)(9,"h4",4),Nn(10),cn(),sn(11,"ui5-switch",5),Pi("change",function(){return o.switchIsActive()}),cn()(),sn(12,"div",6)(13,"h4",4),Nn(14),cn(),sn(15,"ui5-label",7),Nn(16),cn(),Gr(17,"ui5-input",8),Qc(),function kS(e,t,n,i,o,r,s,a){Ti("NgControlFlow");const c=Re(),l=Ft();return Ls(c,l,e,t,n,i,o,li(l.consts,r),256,s,a),Ug}(18,i$,2,1,"div",4),sn(19,"div",9)(20,"ui5-button",10),Pi("click",function(){return o.addUrl(o.urlInput.value)}),Nn(21),cn(),sn(22,"ui5-button",11),Pi("click",function(){return o.urlInput.reset()}),Nn(23),cn()(),sn(24,"div",12)(25,"ui5-list",13),cl(26,o$,5,3,"ui5-li-custom",14,NS),cn()()(),sn(28,"div",15)(29,"h4",4),Nn(30),cn(),sn(31,"ui5-label",16),Nn(32),cn(),Gr(33,"br"),sn(34,"div",17)(35,"ui5-label",16),Nn(36),cn(),Gr(37,"ui5-input",18),Qc(),Gr(38,"br"),sn(39,"ui5-label",19),Nn(40),cn(),Gr(41,"ui5-input",20),Qc(),cn(),sn(42,"div",9)(43,"ui5-button",10),Pi("click",function(){return o.addServiceProviderConfig(o.serviceProviderForm.controls.key.value,o.serviceProviderForm.controls.value.value)}),Nn(44),cn(),sn(45,"ui5-button",11),Pi("click",function(){return o.serviceProviderForm.reset()}),Nn(46),cn()(),sn(47,"div",12)(48,"ui5-list",13),cl(49,r$,5,4,"ui5-li-custom",14,n$),cn()()()()()),2&i){$t();const r=function eI(e){return yu(Ft(),Re(),ri(),e),e}(o.texts());$t(4),Oo(r.explanation),$t(2),Si(" ",r.link," "),$t(3),Si(" ",r.isDevelopmentModeActive," "),$t(),Fi("checked",o.isActive()),$t(3),Oo(r.urlsInput.title),$t(2),Si(" ",r.urlsInput.label," "),$t(),Fi("formControl",o.urlInput),el(),$t(),function RS(e,t){Ti("NgControlFlow");const n=Re(),i=zi(),o=n[i]!==vn?n[i]:-1,r=-1!==o?e_(n,27+o):void 0;if(Ln(n,i,e)){const a=y(null);try{if(void 0!==r&&Hc(r,0),-1!==e){const c=27+e,l=e_(n,c),d=Vg(n[1],c),_=null;rr(l,Pr(n,d,t,{dehydratedView:_}),0,ks(d,_))}}finally{y(a)}}else if(void 0!==r){const a=dE(r,0);void 0!==a&&(a[8]=t)}}(o.errors().length?18:-1),$t(3),Si(" ",r.addButton," "),$t(2),Si(" ",r.clearButton," "),$t(3),ll(o.configs()),$t(4),Si(" ",r.serviceProviderConfig.title," "),$t(2),Si(" ",r.serviceProviderConfig.explanation," "),$t(2),Fi("formGroup",o.serviceProviderForm),$t(2),Si(" ",r.serviceProviderConfig.keyInput.label," "),$t(),Fi("placeholder",ml(r.serviceProviderConfig.keyInput.placeholder))("formControl",o.serviceProviderForm.controls.key),el(),$t(3),Si(" ",r.serviceProviderConfig.valueInput.label," "),$t(),Fi("placeholder",ml(r.serviceProviderConfig.valueInput.placeholder))("formControl",o.serviceProviderForm.controls.value),el(),$t(3),Si(" ",r.addButton," "),$t(2),Si(" ",r.clearButton," "),$t(3),ll(o.Object.entries(o.serviceProviderConfig()))}},dependencies:[Kx,Bx,Ox,Fx,Px,Ux,Vx,lx,tx,nx,Jm,ev],styles:[".container{padding:16px;display:flex;flex-direction:column;justify-content:center}.explanation{line-height:normal;padding-bottom:1rem}.line-height-normal{line-height:normal}.is-active-switch{display:flex;align-items:center;gap:24px;padding-top:1.5rem}.config-list{padding:16px 0}.config-input{display:flex;flex-direction:column}.config-input-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.field-label{display:inline-block;font-weight:400;margin-bottom:-.125rem;color:var(--%NS%sapContent_LabelColor, #4a4a4a);text-wrap:nowrap}.field-control{width:100%;height:2.25rem}.config-list-wrapper::part(list){background-color:transparent;border:none;padding:0}.config-list-item{width:100%;padding:0}.config-list-item::part(native-li){padding:0;background:transparent;border:none}.list-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 16px}.list-item-text{flex:1}\n"],encapsulation:3})}}return e})(),z$=(()=>{class e{differs;constructor(n){this.differs=n}differ;keyValues=[];compareFn=X1;transform(n,i=X1){if(!n||!(n instanceof Map)&&"object"!=typeof n)return null;this.differ??=this.differs.find(n).create();const o=this.differ.diff(n),r=i!==this.compareFn;return o&&(this.keyValues=[],o.forEachItem(s=>{this.keyValues.push(function j$(e,t){return{key:e,value:t}}(s.key,s.currentValue))})),(o||r)&&(i&&this.keyValues.sort(i),this.compareFn=i),this.keyValues}static \u0275fac=function(i){return new(i||e)(Kn(BA,16))};static \u0275pipe=yT({name:"keyvalue",type:e,pure:!1})}return e})();function X1(e,t){const n=e.key,i=t.key;if(n===i)return 0;if(null==n)return 1;if(null==i)return-1;if("string"==typeof n&&"string"==typeof i)return n<i?-1:1;if("number"==typeof n&&"number"==typeof i)return n-i;if("boolean"==typeof n&&"boolean"==typeof i)return n<i?-1:1;const o=String(n),r=String(i);return o==r?0:o<r?-1:1}const G$=(e,t)=>t.key;function $$(e,t){if(1&e){const n=n_();sn(0,"ui5-li-custom")(1,"div",10)(2,"span"),Nn(3),cn(),sn(4,"div",11)(5,"ui5-switch",12),Pi("ui5Change",function(){const o=vs(n).$implicit;return ys(lr().onToggleChange(o.key))}),cn(),sn(6,"ui5-button",13),Pi("ui5Click",function(){const o=vs(n).$implicit;return ys(lr().onItemDelete(o.key))}),cn()()()()}if(2&e){const n=t.$implicit,i=lr();$t(3),Si(" ",n.key," ");const o=i.queryParamsFeatures.includes(n.key);$t(2),Fi("tooltip",o?i.texts.tooltipQueryParam:"")("disabled",o)("checked",i.togglesForm.get(n.key).value),$t(),Fi("tooltip",o?i.texts.tooltipQueryParam:"")("disabled",o)}}let W$=(()=>{class e{constructor(){this.i18nService=Ve(h1),this.context=qe.required(),this.LuigiClient=qe.required(),this.togglesForm=new Xm({}),this.newToggleControl=new $s("",{nonNullable:!0,validators:[xw.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=di(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
74
76
  /**
75
- * @license Angular v21.2.17
77
+ * @license Angular v22.1.1
76
78
  * (c) 2010-2026 Google LLC. https://angular.dev/
77
79
  * License: MIT
78
80
  */
79
- function C1(e){e||(e=re(Ci));const n=new ae(t=>{if(!e.destroyed)return e.onDestroy(t.next.bind(t));t.next()});return t=>t.pipe(function OW(e){return so((n,t)=>{Io(e).subscribe(ji(t,()=>t.complete(),se)),!t.closed&&n.subscribe(t)})}(n))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),oo(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const t=Cp_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{t[r]||(t[r]=!0)}),Object.entries(t).forEach(([r,i])=>{this.togglesForm.addControl(r,new js(i)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(Js.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(n){console.error("Error storing feature toggle settings",n)}})(t)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new js(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(t){this.togglesForm.removeControl(t)}onToggleChange(t){this.togglesForm.get(t).setValue(!this.togglesForm.get(t).value)}extractFeatureToggleValues(t){return t?new URLSearchParams(t).getAll("ft").flatMap(o=>o.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["wc-feature-toggle"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:19,vars:11,consts:[[1,"container"],[1,"explanation-container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/docs/readme-nodes-configuration.md#feature-toggles",1,"explanation"],["for","input-new-toggle","show-colon","",1,"label"],[1,"new-toggle-input"],["id","input-new-toggle","placeholder","myToggle",1,"input",3,"formControl"],["design","Emphasized",3,"ui5Click","disabled"],[3,"ui5Click","disabled"],[1,"toggle-list",3,"formGroup"],[1,"toggle-item"],[1,"toggle-item-buttons"],[3,"ui5Change","tooltip","disabled","checked"],["design","Transparent","icon","decline",3,"ui5Click","tooltip","disabled"]],template:function(r,i){1&r&&(sn(0,"div",0)(1,"div",1)(2,"div",2),Sn(3),mn(),sn(4,"ui5-link",3),Sn(5),mn()(),sn(6,"div")(7,"ui5-label",4),Sn(8),mn(),sn(9,"div",5),Ua(10,"ui5-input",6),sn(11,"ui5-button",7),nr("ui5Click",function(){return i.addToggle()}),Sn(12),mn(),sn(13,"ui5-button",8),nr("ui5Click",function(){return i.clear()}),Sn(14),mn()()(),sn(15,"ui5-list",9),Nu(16,Vee,7,6,"ui5-li-custom",null,zee),function kA(e,n){const t=$t();let r;const i=e+27;t.firstCreatePass?(r=function Y8(e,n){if(n)for(let t=n.length-1;t>=0;t--){const r=n[t];if(e===r.name)return r}}(n,t.pipeRegistry),t.data[i]=r,r.onDestroy&&(t.destroyHooks??=[]).push(i,r.onDestroy)):r=t.data[i];const o=r.factory||(r.factory=Bo(r.type)),a=si(ot);try{const c=M_(!1),l=o();return M_(c),m_(t,Oe(),i,l),l}finally{si(a)}}(18,"keyvalue"),mn()()),2&r&&(Lt(3),zr(" ",i.texts.explanation," "),Lt(2),xi(i.texts.link),Lt(3),zr(" ",i.texts.nameInputLabel," "),Lt(2),ai("formControl",i.newToggleControl),Lt(),ai("disabled",i.newToggleControl.invalid),Lt(),xi(i.texts.addButton),Lt(),ai("disabled",!i.newToggleControl.value),Lt(),xi(i.texts.clearButton),Lt(),ai("formGroup",i.togglesForm),Lt(),Ou(RA(18,9,i.togglesForm.controls)))},dependencies:[X1,z5,Uy,zy,Hh,$h,w1,x1,R1,N1,q1,M1,LM],styles:[".new-toggle-input{display:flex;align-items:center;gap:1rem}.label{height:10px}.input{flex-grow:1}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:2.75rem}.toggle-item-buttons{display:flex;align-items:center;gap:.2rem}.container{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2rem}.explanation-container{display:flex;flex-direction:column;gap:1rem}.explanation{line-height:normal}\n"],encapsulation:3,changeDetection:0})}}return e})();const Hee=(e,n)=>n.title;function Gee(e,n){if(1&e&&(ci(0,"a",11)(1,"span"),Sn(2),Ki(),function N0(){Ut.lFrame.currentNamespace="svg"}(),ci(3,"svg",12),za(4,"path",13),Ki()()),2&e){const t=n.$implicit;Jf("href",t.link,nf),Lt(2),xi(t.title)}}let $ee=(()=>{class e{constructor(){this.luigiCoreService=re(Gr),this.links=(this.luigiCoreService.config.settings?.links??[]).concat([{title:"OpemMFP",link:"https://openmfp.org/"},{title:"OpenMFP GitHub",link:"https://github.com/openmfp"}]),this.header=this.luigiCoreService.config.settings?.header?.title,this.logo=this.luigiCoreService.config.settings?.header?.logo}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["wc-getting-started"]],decls:17,vars:2,consts:[[1,"main"],[1,"content"],[1,"left-side"],[1,"platform-mesh-logo"],["alt","logo",1,"logo",3,"src"],[1,"platform-mesh-text"],[1,"platform-mesh-content"],[1,"title"],["role","separator","aria-label","Divider",1,"divider"],[1,"right-side"],[1,"pill-group"],["target","_blank","rel","noopener",1,"pill",3,"href"],["xmlns","http://www.w3.org/2000/svg","height","14","viewBox","0 -960 960 960","width","14","fill","currentColor"],["d","M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"]],template:function(r,i){1&r&&(ci(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),za(4,"img",4),ci(5,"span",5),Sn(6),Ki()(),ci(7,"div",6)(8,"h1",7),Sn(9,"Welcome! Let's get started."),Ki(),ci(10,"p"),Sn(11,"Congratulations! Your portal is running. \u{1f389}"),Ki()()(),za(12,"div",8),ci(13,"div",9)(14,"div",10),Nu(15,Gee,5,2,"a",11,Hee),Ki()()()()),2&r&&(Lt(4),Jf("src",i.logo,nf),Lt(2),xi(i.header),Lt(9),Ou(i.links))},styles:['[_nghost-%COMP%]{--bright-blue: oklch(51.01% .274 263.83);--electric-violet: oklch(53.18% .28 296.97);--french-violet: oklch(47.66% .246 305.88);--vivid-pink: oklch(69.02% .277 332.77);--hot-red: oklch(61.42% .238 15.34);--orange-red: oklch(63.32% .24 31.68);--gray-900: oklch(19.37% .006 300.98);--gray-700: oklch(36.98% .014 302.71);--gray-400: oklch(70.9% .015 304.04);--red-to-pink-to-purple-horizontal-gradient: linear-gradient(90deg, var(--orange-red) 0%, var(--vivid-pink) 50%, var(--electric-violet) 100%);--pill-accent: var(--bright-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1[_ngcontent-%COMP%]{font-size:3.125rem;color:var(--gray-900);font-weight:500;line-height:100%;letter-spacing:-.125rem;margin:0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}p[_ngcontent-%COMP%]{margin:0;color:var(--gray-700)}main[_ngcontent-%COMP%]{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:inherit;position:relative}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;max-width:43.75rem;margin-bottom:3rem}.content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:1.5rem}.divider[_ngcontent-%COMP%]{height:1px;width:100%;background:var(--red-to-pink-to-purple-horizontal-gradient);margin-block:1.5rem}.pill-group[_ngcontent-%COMP%]{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:1.25rem}.pill[_ngcontent-%COMP%]{display:flex;align-items:center;--pill-accent: var(--bright-blue);background:color-mix(in srgb,var(--pill-accent) 5%,transparent);color:var(--pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--inter-font);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.4rem;letter-spacing:-.00875rem;text-decoration:none}.pill[_ngcontent-%COMP%]:hover{background:color-mix(in srgb,var(--pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--pill-accent: var(--bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--pill-accent: var(--french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--pill-accent: var(--vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--pill-accent: var(--hot-red)}.pill-group[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{margin-inline-start:.25rem}.logo[_ngcontent-%COMP%]{width:6.25rem}.platform-mesh-text[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:600;color:#000}.platform-mesh-logo[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.platform-mesh-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;text-align:center}.left-side[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}'],changeDetection:0})}}return e})();const PM=new ae(e=>e.complete());function qee(...e){const n=wh(e),t=function z7(e,n){return"number"==typeof My(e)?e.pop():n}(e,1/0),r=e;return r.length?1===r.length?Io(r[0]):function j5(e=1/0){return Wh(mr,e)}(t)(Ih(r,n)):PM}
81
+ function wx(e){e||(e=Ve(to));const t=new yt(n=>{if(!e.destroyed)return e.onDestroy(n.next.bind(n));n.next()});return n=>n.pipe(function N6(e){return er((t,n)=>{_r(e).subscribe(Vo(n,()=>n.complete(),R)),!n.closed&&t.subscribe(n)})}(t))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),ho(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const n=g1_read();this.LuigiClient().getActiveFeatureToggles().forEach(i=>{const o=i.toString();n[o]||(n[o]=!0)}),Object.entries(n).forEach(([i,o])=>{this.togglesForm.addControl(i,new $s(o)),this.queryParamsFeatures.includes(i)&&this.togglesForm.get(i).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(es.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(t){console.error("Error storing feature toggle settings",t)}})(n)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new $s(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(n){this.togglesForm.removeControl(n)}onToggleChange(n){this.togglesForm.get(n).setValue(!this.togglesForm.get(n).value)}extractFeatureToggleValues(n){return n?new URLSearchParams(n).getAll("ft").flatMap(r=>r.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["wc-feature-toggle"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:19,vars:11,consts:[[1,"container"],[1,"explanation-container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/docs/readme-nodes-configuration.md#feature-toggles",1,"explanation"],["for","input-new-toggle","show-colon","",1,"label"],[1,"new-toggle-input"],["id","input-new-toggle","placeholder","myToggle",1,"input",3,"formControl"],["design","Emphasized",3,"ui5Click","disabled"],[3,"ui5Click","disabled"],[1,"toggle-list",3,"formGroup"],[1,"toggle-item"],[1,"toggle-item-buttons"],[3,"ui5Change","tooltip","disabled","checked"],["design","Transparent","icon","decline",3,"ui5Click","tooltip","disabled"]],template:function(i,o){1&i&&(sn(0,"div",0)(1,"div",1)(2,"div",2),Nn(3),cn(),sn(4,"ui5-link",3),Nn(5),cn()(),sn(6,"div")(7,"ui5-label",4),Nn(8),cn(),sn(9,"div",5),Gr(10,"ui5-input",6),Qc(),sn(11,"ui5-button",7),Pi("ui5Click",function(){return o.addToggle()}),Nn(12),cn(),sn(13,"ui5-button",8),Pi("ui5Click",function(){return o.clear()}),Nn(14),cn()()(),sn(15,"ui5-list",9),cl(16,$$,7,6,"ui5-li-custom",null,G$),function uI(e,t){const n=Ft();let i;const o=e+27;n.firstCreatePass?(i=function WU(e,t){if(t)for(let n=t.length-1;n>=0;n--){const i=t[n];if(e===i.name)return i}}(t,n.pipeRegistry),n.data[o]=i,i.onDestroy&&(n.destroyHooks??=[]).push(o,i.onDestroy)):i=n.data[o];const r=i.factory||(i.factory=Sr(i.type)),a=Xn(Kn);try{const c=Lu(!1),l=r();return Lu(c),yu(n,Re(),o,l),l}finally{Xn(a)}}(18,"keyvalue"),cn()()),2&i&&($t(3),Si(" ",o.texts.explanation," "),$t(2),Oo(o.texts.link),$t(3),Si(" ",o.texts.nameInputLabel," "),$t(2),Fi("formControl",o.newToggleControl),el(),$t(),Fi("disabled",o.newToggleControl.invalid),$t(),Oo(o.texts.addButton),$t(),Fi("disabled",!o.newToggleControl.value),$t(),Oo(o.texts.clearButton),$t(),Fi("formGroup",o.togglesForm),$t(),ll(dI(18,9,o.togglesForm.controls)))},dependencies:[Kx,lx,tx,nx,Jm,ev,Ox,Fx,Px,Ux,Vx,Bx,z$],styles:[".new-toggle-input{display:flex;align-items:center;gap:1rem}.label{height:10px}.input{flex-grow:1}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:2.75rem}.toggle-item-buttons{display:flex;align-items:center;gap:.2rem}.container{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2rem}.explanation-container{display:flex;flex-direction:column;gap:1rem}.explanation{line-height:normal}\n"],encapsulation:3})}}return e})();const K$=(e,t)=>t.title;function q$(e,t){if(1&e&&(zo(0,"a",11)(1,"span"),Nn(2),cr(),function qy(){Pt.lFrame.currentNamespace="svg"}(),zo(3,"svg",12),ul(4,"path",13),cr()()),2&e){const n=t.$implicit;i_("href",n.link,ad),$t(2),Oo(n.title)}}let Y$=(()=>{class e{constructor(){this.luigiCoreService=Ve(qx),this.links=(this.luigiCoreService.config.settings?.links??[]).concat([{title:"OpemMFP",link:"https://openmfp.org/"},{title:"OpenMFP GitHub",link:"https://github.com/openmfp"}]),this.header=this.luigiCoreService.config.settings?.header?.title,this.logo=this.luigiCoreService.config.settings?.header?.logo}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=Mo({type:e,selectors:[["wc-getting-started"]],decls:17,vars:2,consts:[[1,"main"],[1,"content"],[1,"left-side"],[1,"platform-mesh-logo"],["alt","logo",1,"logo",3,"src"],[1,"platform-mesh-text"],[1,"platform-mesh-content"],[1,"title"],["role","separator","aria-label","Divider",1,"divider"],[1,"right-side"],[1,"pill-group"],["target","_blank","rel","noopener",1,"pill",3,"href"],["xmlns","http://www.w3.org/2000/svg","height","14","viewBox","0 -960 960 960","width","14","fill","currentColor"],["d","M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"]],template:function(i,o){1&i&&(zo(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),ul(4,"img",4),zo(5,"span",5),Nn(6),cr()(),zo(7,"div",6)(8,"h1",7),Nn(9,"Welcome! Let's get started."),cr(),zo(10,"p"),Nn(11,"Congratulations! Your portal is running. \u{1f389}"),cr()()(),ul(12,"div",8),zo(13,"div",9)(14,"div",10),cl(15,q$,5,2,"a",11,K$),cr()()()()),2&i&&($t(4),i_("src",o.logo,ad),$t(2),Oo(o.header),$t(9),ll(o.links))},styles:['[_nghost-%COMP%]{--%NS%bright-blue: oklch(51.01% .274 263.83);--%NS%electric-violet: oklch(53.18% .28 296.97);--%NS%french-violet: oklch(47.66% .246 305.88);--%NS%vivid-pink: oklch(69.02% .277 332.77);--%NS%hot-red: oklch(61.42% .238 15.34);--%NS%orange-red: oklch(63.32% .24 31.68);--%NS%gray-900: oklch(19.37% .006 300.98);--%NS%gray-700: oklch(36.98% .014 302.71);--%NS%gray-400: oklch(70.9% .015 304.04);--%NS%red-to-pink-to-purple-horizontal-gradient: linear-gradient( 90deg, var(--%NS%orange-red) 0%, var(--%NS%vivid-pink) 50%, var(--%NS%electric-violet) 100% );--%NS%pill-accent: var(--%NS%bright-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1[_ngcontent-%COMP%]{font-size:3.125rem;color:var(--%NS%gray-900);font-weight:500;line-height:100%;letter-spacing:-.125rem;margin:0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}p[_ngcontent-%COMP%]{margin:0;color:var(--%NS%gray-700)}main[_ngcontent-%COMP%]{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:inherit;position:relative}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;max-width:43.75rem;margin-bottom:3rem}.content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:1.5rem}.divider[_ngcontent-%COMP%]{height:1px;width:100%;background:var(--%NS%red-to-pink-to-purple-horizontal-gradient);margin-block:1.5rem}.pill-group[_ngcontent-%COMP%]{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:1.25rem}.pill[_ngcontent-%COMP%]{display:flex;align-items:center;--%NS%pill-accent: var(--%NS%bright-blue);background:color-mix(in srgb,var(--%NS%pill-accent) 5%,transparent);color:var(--%NS%pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--%NS%inter-font);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.4rem;letter-spacing:-.00875rem;text-decoration:none}.pill[_ngcontent-%COMP%]:hover{background:color-mix(in srgb,var(--%NS%pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--%NS%pill-accent: var(--%NS%bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--%NS%pill-accent: var(--%NS%french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--%NS%pill-accent: var(--%NS%vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--%NS%pill-accent: var(--%NS%hot-red)}.pill-group[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{margin-inline-start:.25rem}.logo[_ngcontent-%COMP%]{width:6.25rem}.platform-mesh-text[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:600;color:#000}.platform-mesh-logo[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.platform-mesh-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;text-align:center}.left-side[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}']})}}return e})();const Z1=new yt(e=>e.complete());function eW(e,t){return er((n,i)=>{let o=null,r=0,s=!1;const a=()=>s&&!o&&i.complete();n.subscribe(Vo(i,c=>{o?.unsubscribe();let l=0;const d=r++;_r(e(c,d)).subscribe(o=Vo(i,_=>i.next(t?t(c,_,d,l++):_),()=>{o=null,a()}))},()=>{s=!0,a()}))})}
80
82
  /**
81
- * @license Angular v21.2.17
83
+ * @license Angular v22.1.1
82
84
  * (c) 2010-2026 Google LLC. https://angular.dev/
83
85
  * License: MIT
84
- */const Yee={schedule(e,n){const t=setTimeout(e,n);return()=>clearTimeout(t)}};let xC;function nte(e,n,t){let r=t;return function Zee(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&n.some((i,o)=>!("*"===i||!function Qee(e,n){if(!xC){const t=Element.prototype;xC=t.matches||t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&xC.call(e,n)}(e,i)||(r=o,0))),r}class ite{componentFactory;inputMap=new Map;constructor(n,t){this.componentFactory=t.get($c).resolveComponentFactory(n);for(const r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(n){return new ote(this.componentFactory,n,this.inputMap)}}class ote{componentFactory;injector;inputMap;eventEmitters=new y1(1);events=this.eventEmitters.pipe(Z1(n=>qee(...n)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(n,t,r){this.componentFactory=n,this.injector=t,this.inputMap=r,this.ngZone=this.injector.get(Mn),this.appRef=this.injector.get(Qo),this.cdScheduler=t.get(pa),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(n){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(n)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=Yee.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null)},10))})}getInputValue(n){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(n):this.componentRef.instance[n])}setInputValue(n,t){null!==this.componentRef?this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(n)??n,t),function IP(e){return fa(e._lView)||!!(64&e._lView[2])}(this.componentRef.hostView)&&(function wP(e){zl(e._lView)}(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))}):this.initialInputValues.set(n,t)}initializeComponent(n){const t=Gn.create({providers:[],parent:this.injector}),r=function tte(e,n){const t=e.childNodes,r=n.map(()=>[]);let i=-1;n.some((o,s)=>"*"===o&&(i=s,!0));for(let o=0,s=t.length;o<s;++o){const a=t[o],c=nte(a,n,i);-1!==c&&r[c].push(a)}return r}(n,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(t,r,n),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(const[n,t]of this.initialInputValues)this.setInputValue(n,t);this.initialInputValues.clear()}initializeOutputs(n){const t=this.componentFactory.outputs.map(({propName:r,templateName:i})=>{const o=n.instance[r];return new ae(s=>{const a=o.subscribe(c=>s.next({name:i,value:c}));return()=>a.unsubscribe()})});this.eventEmitters.next(t)}runInZone(n){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(n):n()}}class ste extends HTMLElement{ngElementEventsSubscription=null}function ate(e,n){const t=function ete(e,n){return n.get($c).resolveComponentFactory(e).inputs}(e,n.injector),r=n.strategyFactory||new ite(e,n.injector),i=function Jee(e){const n={};return e.forEach(({propName:t,templateName:r,transform:i})=>{n[function Xee(e){return e.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)}(r)]=[t,i]}),n}(t);class o extends ste{injector;static observedAttributes=Object.keys(i);get ngElementStrategy(){if(!this._ngElementStrategy){const a=this._ngElementStrategy=r.create(this.injector||n.injector);t.forEach(({propName:c,transform:l})=>{if(!this.hasOwnProperty(c))return;const d=this[c];delete this[c],a.setInputValue(c,d,l)})}return this._ngElementStrategy}_ngElementStrategy;constructor(a){super(),this.injector=a}attributeChangedCallback(a,c,l,d){const[h,y]=i[a];this.ngElementStrategy.setInputValue(h,l,y)}connectedCallback(){let a=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),a=!0),this.ngElementStrategy.connect(this),a||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(a=>{const c=new CustomEvent(a.name,{detail:a.value});this.dispatchEvent(c)})}}return t.forEach(({propName:s,transform:a,isSignal:c})=>{Object.defineProperty(o.prototype,s,{get(){const l=this.ngElementStrategy.getInputValue(s);return c&&function Hf(e){return"function"==typeof e&&void 0!==e[le]}(l)?l():l},set(l){this.ngElementStrategy.setInputValue(s,l,a)},configurable:!0,enumerable:!0})}),o}const BM=()=>{const e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e},dte={provide:kv,useFactory:function ute(){const e=re(Gn);return((e,n)=>{const t=BM().split("#")[1];if(t&&e[t])((e,n)=>{const t=ate(e,{injector:n});window.Luigi._registerWebcomponent(BM(),t)})(e[t],n)})({"development-settings":TJ,"getting-started":$ee,"feature-toggle":jee},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const fte={providers:[function _Y(...e){const n=[tc,Mb,{provide:Nb,useExisting:Mb},{provide:ap,useFactory:()=>re(cR,{optional:!0})??re(lR)},{provide:Dd,useValue:dY,multi:!0}];for(const t of e)n.push(...t.\u0275providers);return Ol(n)}(),dte,function Rj(){return Qr("NgZoneless"),Ol([...dy(),[]])}()]};
86
+ */
87
+ const tW={schedule(e,t){const n=setTimeout(e,t);return()=>clearTimeout(n)}};let Vv;function cW(e,t,n){let i=n;return function iW(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&t.some((o,r)=>!("*"===o||!function oW(e,t){if(!Vv){const n=Element.prototype;Vv=n.matches||n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&Vv.call(e,t)}(e,o)||(i=r,0))),i}class uW{component;componentMirror;inputMap=new Map;constructor(t){this.component=t,this.componentMirror=x_(t);for(const n of this.componentMirror.inputs)this.inputMap.set(n.propName,n.templateName)}create(t){return new dW(this.component,t,this.inputMap)}}class dW{component;injector;inputMap;eventEmitters=new Ix(1);events=this.eventEmitters.pipe(eW(t=>function Q$(...e){const t=Tw(e),n=function R4(e,t){return"number"==typeof Nm(e)?e.pop():t}(e,1/0),i=e;return i.length?1===i.length?_r(i[0]):function X$(e=1/0){return $_(Xe,e)}(n)(Rm(i,t)):Z1}(...t)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(t,n,i){this.component=t,this.injector=n,this.inputMap=i,this.ngZone=this.injector.get(Rn),this.appRef=this.injector.get(ar),this.cdScheduler=n.get(bs),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=tW.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 cL(e){return na(e._lView)||!!(64&e._lView[2])}(this.componentRef.hostView)&&(function lL(e){dc(e._lView)}(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))}):this.initialInputValues.set(t,n)}initializeComponent(t){const n=zn.create({providers:[],parent:this.injector}),i=function aW(e,t){const n=e.childNodes,i=t.map(()=>[]);let o=-1;t.some((r,s)=>"*"===r&&(o=s,!0));for(let r=0,s=n.length;r<s;++r){const a=n[r],c=cW(a,t,o);-1!==c&&i[c].push(a)}return i}(t,x_(this.component).ngContentSelectors);this.componentRef=function e4(e,t){const n=Tt(e),i=t.elementInjector||oc();return new jd(n).create(i,t.projectableNodes,t.hostElement,t.environmentInjector,t.directives,t.bindings)}(this.component,{environmentInjector:this.injector,elementInjector:n,hostElement:t,projectableNodes:i}),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=x_(this.component).outputs.map(({propName:i,templateName:o})=>{const r=t.instance[i];return new yt(s=>{const a=r.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 _W extends HTMLElement{ngElementEventsSubscription=null}function fW(e,t){const n=function sW(e){return x_(e).inputs}(e),i=t.strategyFactory||new uW(e),o=function rW(e){const t={};return e.forEach(({propName:n,templateName:i,transform:o})=>{t[function nW(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}(i)]=[n,o]}),t}(n);class r extends _W{injector;static observedAttributes=Object.keys(o);get ngElementStrategy(){if(!this._ngElementStrategy){const a=this._ngElementStrategy=i.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[_,b]=o[a];this.ngElementStrategy.setInputValue(_,l,b)}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(r.prototype,s,{get(){const l=this.ngElementStrategy.getInputValue(s);return c&&function mc(e){return"function"==typeof e&&void 0!==e[v]}(l)?l():l},set(l){this.ngElementStrategy.setInputValue(s,l,a)},configurable:!0,enumerable:!0})}),r}const J1=()=>{const e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e},mW={provide:fg,useFactory:function gW(){const e=Ve(zn);return((e,t)=>{const n=J1().split("#")[1];!n||!e[n]||((e,t)=>{const n=fW(e,{injector:t});window.Luigi._registerWebcomponent(J1(),n)})(e[n],t)})({"development-settings":s$,"getting-started":Y$,"feature-toggle":W$},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const yW={providers:[function uG(...e){const t=[u1,jl,vv,{provide:Y_,useExisting:vv},{provide:Gl,useFactory:()=>Ve(jl)},{provide:zl,useValue:a1,multi:!0}];for(const n of e)t.push(...n.\u0275providers);return Qa(t)}(),mW,function IV(){return Ti("NgZoneless"),Qa([...fm(),[]])}()]};
85
88
  /**
86
- * @license Angular v21.2.17
89
+ * @license Angular v22.1.1
87
90
  * (c) 2010-2026 Google LLC. https://angular.dev/
88
91
  * License: MIT
89
- */class UM{_doc;constructor(n){this._doc=n}manager}let kC=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return!0}addEventListener(t,r,i,o){return t.addEventListener(r,i,o),()=>this.removeEventListener(t,r,i,o)}removeEventListener(t,r,i,o){return t.removeEventListener(r,i,o)}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const RC=new Se("");let zM=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(t,r){this._zone=r,t.forEach(s=>{s.manager=this});const i=t.filter(s=>!(s instanceof kC));this._plugins=i.slice().reverse();const o=t.find(s=>s instanceof kC);o&&this._plugins.push(o)}addEventListener(t,r,i,o){return this._findPluginFor(r).addEventListener(t,r,i,o)}getZone(){return this._zone}_findPluginFor(t){let r=this._eventNameToPlugin.get(t);if(r)return r;if(r=this._plugins.find(o=>o.supports(t)),!r)throw new we(5101,!1);return this._eventNameToPlugin.set(t,r),r}static \u0275fac=function(r){return new(r||e)(wt(RC),wt(Mn))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const MC="ng-app-id";function VM(e){for(const n of e)n.remove()}function jM(e,n){const t=n.createElement("style");return t.textContent=e,t}function NC(e,n){const t=n.createElement("link");return t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),t}let HM=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(t,r,i,o={}){this.doc=t,this.appId=r,this.nonce=i,function hte(e,n,t,r){const i=e.head?.querySelectorAll(`style[${MC}="${n}"],link[${MC}="${n}"]`);if(i)for(const o of i)o.removeAttribute(MC),o instanceof HTMLLinkElement?r.set(o.href.slice(o.href.lastIndexOf("/")+1),{usage:0,elements:[o]}):o.textContent&&t.set(o.textContent,{usage:0,elements:[o]})}(t,r,this.inline,this.external),this.hosts.add(t.head)}addStyles(t,r){for(const i of t)this.addUsage(i,this.inline,jM);r?.forEach(i=>this.addUsage(i,this.external,NC))}removeStyles(t,r){for(const i of t)this.removeUsage(i,this.inline);r?.forEach(i=>this.removeUsage(i,this.external))}addUsage(t,r,i){const o=r.get(t);o?o.usage++:r.set(t,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,i(t,this.doc)))})}removeUsage(t,r){const i=r.get(t);i&&(i.usage--,i.usage<=0&&(VM(i.elements),r.delete(t)))}ngOnDestroy(){for(const[,{elements:t}]of[...this.inline,...this.external])VM(t);this.hosts.clear()}addHost(t){this.hosts.add(t);for(const[r,{elements:i}]of this.inline)i.push(this.addElement(t,jM(r,this.doc)));for(const[r,{elements:i}]of this.external)i.push(this.addElement(t,NC(r,this.doc)))}removeHost(t){this.hosts.delete(t)}addElement(t,r){return this.nonce&&r.setAttribute("nonce",this.nonce),t.appendChild(r)}static \u0275fac=function(r){return new(r||e)(wt(Vi),wt(Oc),wt(ZE,8),wt(Ug))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const OC={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},LC=/%COMP%/g,bte=new Se("",{factory:()=>!0});function $M(e,n){return n.map(t=>t.replace(LC,e))}let WM=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;constructor(t,r,i,o,s,a,c=null,l=null){this.eventManager=t,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=s,this.ngZone=a,this.nonce=c,this.tracingService=l,this.defaultRenderer=new FC(t,s,a,this.tracingService)}createRenderer(t,r){if(!t||!r)return this.defaultRenderer;const i=this.getOrCreateRenderer(t,r);return i instanceof YM?i.applyToHost(t):i instanceof PC&&i.applyStyles(),i}getOrCreateRenderer(t,r){const i=this.rendererByCompId;let o=i.get(r.id);if(!o){const s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,d=this.removeStylesOnCompDestroy,h=this.tracingService;switch(r.encapsulation){case $i.Emulated:o=new YM(c,l,r,this.appId,d,s,a,h);break;case $i.ShadowDom:return new qM(c,t,r,s,a,this.nonce,h,l);case $i.ExperimentalIsolatedShadowDom:return new qM(c,t,r,s,a,this.nonce,h);default:o=new PC(c,l,r,d,s,a,h)}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(t){this.rendererByCompId.delete(t)}static \u0275fac=function(r){return new(r||e)(wt(zM),wt(HM),wt(Oc),wt(bte),wt(Vi),wt(Mn),wt(ZE),wt(Ia,8))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();class FC{eventManager;doc;ngZone;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(n,t,r,i){this.eventManager=n,this.doc=t,this.ngZone=r,this.tracingService=i}destroy(){}destroyNode=null;createElement(n,t){return t?this.doc.createElementNS(OC[t]||t,n):this.doc.createElement(n)}createComment(n){return this.doc.createComment(n)}createText(n){return this.doc.createTextNode(n)}appendChild(n,t){(KM(n)?n.content:n).appendChild(t)}insertBefore(n,t,r){n&&(KM(n)?n.content:n).insertBefore(t,r)}removeChild(n,t){t.remove()}selectRootElement(n,t){let r="string"==typeof n?this.doc.querySelector(n):n;if(!r)throw new we(-5104,!1);return t||(r.textContent=""),r}parentNode(n){return n.parentNode}nextSibling(n){return n.nextSibling}setAttribute(n,t,r,i){if(i){t=i+":"+t;const o=OC[i];o?n.setAttributeNS(o,t,r):n.setAttribute(t,r)}else n.setAttribute(t,r)}removeAttribute(n,t,r){if(r){const i=OC[r];i?n.removeAttributeNS(i,t):n.removeAttribute(`${r}:${t}`)}else n.removeAttribute(t)}addClass(n,t){n.classList.add(t)}removeClass(n,t){n.classList.remove(t)}setStyle(n,t,r,i){i&(ws.DashCase|ws.Important)?n.style.setProperty(t,r,i&ws.Important?"important":""):n.style[t]=r}removeStyle(n,t,r){r&ws.DashCase?n.style.removeProperty(t):n.style[t]=""}setProperty(n,t,r){null!=n&&(n[t]=r)}setValue(n,t){n.nodeValue=t}listen(n,t,r,i){if("string"==typeof n&&!(n=Us().getGlobalEventTarget(this.doc,n)))throw new we(5102,!1);let o=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(o=this.tracingService.wrapEventListener(n,t,o)),this.eventManager.addEventListener(n,t,o,i)}decoratePreventDefault(n){return t=>{if("__ngUnwrap__"===t)return n;!1===n(t)&&t.preventDefault()}}}function KM(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class qM extends FC{hostEl;sharedStylesHost;shadowRoot;constructor(n,t,r,i,o,s,a,c){super(n,i,o,a),this.hostEl=t,this.sharedStylesHost=c,this.shadowRoot=t.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let l=r.styles;l=$M(r.id,l);for(const h of l){const y=document.createElement("style");s&&y.setAttribute("nonce",s),y.textContent=h,this.shadowRoot.appendChild(y)}const d=r.getExternalStyles?.();if(d)for(const h of d){const y=NC(h,i);s&&y.setAttribute("nonce",s),this.shadowRoot.appendChild(y)}}nodeOrShadowRoot(n){return n===this.hostEl?this.shadowRoot:n}appendChild(n,t){return super.appendChild(this.nodeOrShadowRoot(n),t)}insertBefore(n,t,r){return super.insertBefore(this.nodeOrShadowRoot(n),t,r)}removeChild(n,t){return super.removeChild(null,t)}parentNode(n){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(n)))}destroy(){this.sharedStylesHost&&this.sharedStylesHost.removeHost(this.shadowRoot)}}class PC extends FC{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(n,t,r,i,o,s,a,c){super(n,o,s,a),this.sharedStylesHost=t,this.removeStylesOnCompDestroy=i;let l=r.styles;this.styles=c?$M(c,l):l,this.styleUrls=r.getExternalStyles?.(c)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===Sa.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class YM extends PC{contentAttr;hostAttr;constructor(n,t,r,i,o,s,a,c){const l=i+"-"+r.id;super(n,t,r,o,s,a,c,l),this.contentAttr=function Cte(e){return"_ngcontent-%COMP%".replace(LC,e)}(l),this.hostAttr=function Ete(e){return"_nghost-%COMP%".replace(LC,e)}(l)}applyToHost(n){this.applyStyles(),this.setAttribute(n,this.hostAttr,"")}createElement(n,t){const r=super.createElement(n,t);return super.setAttribute(r,this.contentAttr,""),r}}
92
+ */
93
+ class u5{_doc;constructor(t){this._doc=t}manager}let Gv=(()=>{class e extends u5{constructor(n){super(n)}supports(n){return!0}addEventListener(n,i,o,r){return n.addEventListener(i,o,r),()=>this.removeEventListener(n,i,o,r)}removeEventListener(n,i,o,r){return n.removeEventListener(i,o,r)}static \u0275fac=function(i){return new(i||e)(Lt(wo))};static \u0275prov=zt({token:e,factory:e.\u0275fac})}return e})();const $v=new rt("");let d5=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(n,i){this._zone=i,n.forEach(s=>{s.manager=this});const o=n.filter(s=>!(s instanceof Gv));this._plugins=o.slice().reverse();const r=n.find(s=>s instanceof Gv);r&&this._plugins.push(r)}addEventListener(n,i,o,r){return this._findPluginFor(i).addEventListener(n,i,o,r)}getZone(){return this._zone}_findPluginFor(n){let i=this._eventNameToPlugin.get(n);if(i)return i;if(i=this._plugins.find(r=>r.supports(n)),!i)throw new ke(-5101,!1);return this._eventNameToPlugin.set(n,i),i}static \u0275fac=function(i){return new(i||e)(Lt($v),Lt(Rn))};static \u0275prov=zt({token:e,factory:e.\u0275fac})}return e})();const Wv="ng-app-id";function _5(e){for(const t of e)t.remove()}function f5(e,t){const n=t.createElement("style");return n.textContent=e,n}function Kv(e,t){const n=t.createElement("link");return n.setAttribute("rel","stylesheet"),n.setAttribute("href",e),n}let h5=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(n,i,o,r={}){this.doc=n,this.appId=i,this.nonce=o,function qW(e,t,n,i){const o=e.head?.querySelectorAll(`style[${Wv}="${t}"],link[${Wv}="${t}"]`);if(!o||0===o.length)return!1;for(const r of o)r.removeAttribute(Wv),r instanceof HTMLLinkElement?i.set(r.href.slice(r.href.lastIndexOf("/")+1),{usage:0,elements:[r]}):r.textContent&&n.set(r.textContent,{usage:0,elements:[r]});return!0}(n,i,this.inline,this.external)&&this.hosts.add(n.head)}addStyles(n,i){for(const o of n)this.addUsage(o,this.inline,f5);i?.forEach(o=>this.addUsage(o,this.external,Kv))}removeStyles(n,i){for(const o of n)this.removeUsage(o,this.inline);i?.forEach(o=>this.removeUsage(o,this.external))}addUsage(n,i,o){const r=i.get(n);r?r.usage++:i.set(n,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,o(n,this.doc)))})}removeUsage(n,i){const o=i.get(n);o&&(o.usage--,o.usage<=0&&(_5(o.elements),i.delete(n)))}ngOnDestroy(){for(const[,{elements:n}]of[...this.inline,...this.external])_5(n);this.hosts.clear()}addHost(n){if(!this.hosts.has(n)){this.hosts.add(n);for(const[i,{elements:o}]of this.inline)o.push(this.addElement(n,f5(i,this.doc)));for(const[i,{elements:o}]of this.external)o.push(this.addElement(n,Kv(i,this.doc)))}}removeHost(n){this.hosts.delete(n);for(const i of[...this.inline.values(),...this.external.values()]){const o=[];for(const r of i.elements)r.parentNode===n?r.remove():o.push(r);i.elements=o}}addElement(n,i){return this.nonce&&i.setAttribute("nonce",this.nonce),n.appendChild(i)}static \u0275fac=function(i){return new(i||e)(Lt(wo),Lt(gc),Lt(ab,8),Lt(sb))};static \u0275prov=zt({token:e,factory:e.\u0275fac})}return e})();const qv={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"},Yv=/%COMP%/g,eK=new rt("",{factory:()=>!0}),g5=new rt("");function m5(e,t){return t.map(n=>n.replace(Yv,e))}let v5=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;cssVarNamespace;constructor(n,i,o,r,s,a,c=null,l=null,d=null){this.eventManager=n,this.sharedStylesHost=i,this.appId=o,this.removeStylesOnCompDestroy=r,this.doc=s,this.ngZone=a,this.nonce=c,this.tracingService=l,this.cssVarNamespace=d??"",this.defaultRenderer=new Xv(n,s,a,this.tracingService,this.cssVarNamespace)}createRenderer(n,i){if(!n||!i)return this.defaultRenderer;const o=this.getOrCreateRenderer(n,i);return o instanceof C5?o.applyToHost(n):o instanceof Zv&&o.applyStyles(),o}getOrCreateRenderer(n,i){const o=this.rendererByCompId;let r=o.get(i.id);if(!r){const s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,d=this.removeStylesOnCompDestroy,_=this.tracingService;switch(i.encapsulation){case po.Emulated:r=new C5(c,l,i,this.appId,d,s,a,_,this.cssVarNamespace);break;case po.ShadowDom:return new b5(c,n,i,s,a,this.nonce,_,this.cssVarNamespace,l);case po.ExperimentalIsolatedShadowDom:return new b5(c,n,i,s,a,this.nonce,_,this.cssVarNamespace);default:r=new Zv(c,l,i,d,s,a,_,this.cssVarNamespace)}o.set(i.id,r)}return r}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(n){this.rendererByCompId.delete(n)}static \u0275fac=function(i){return new(i||e)(Lt(d5),Lt(Vd),Lt(gc),Lt(eK),Lt(wo),Lt(Rn),Lt(ab),Lt(ba,8),Lt(g5,8))};static \u0275prov=zt({token:e,factory:e.\u0275fac})}return e})();class Xv{eventManager;doc;ngZone;tracingService;cssVarNamespace;data=Object.create(null);throwOnSyntheticProps=!0;constructor(t,n,i,o,r=""){this.eventManager=t,this.doc=n,this.ngZone=i,this.tracingService=o,this.cssVarNamespace=r}destroy(){}destroyNode=null;createElement(t,n){return n?this.doc.createElementNS(qv[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(y5(t)?t.content:t).appendChild(n)}insertBefore(t,n,i){t&&(y5(t)?t.content:t).insertBefore(n,i)}removeChild(t,n){n.remove()}selectRootElement(t,n){let i="string"==typeof t?this.doc.querySelector(t):t;if(!i)throw new ke(-5104,!1);return n||(i.textContent=""),i}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,n,i,o){if(o){n=o+":"+n;const r=qv[o];r?t.setAttributeNS(r,n,i):t.setAttribute(n,i)}else t.setAttribute(n,i)}removeAttribute(t,n,i){if(i){const o=qv[i];o?t.removeAttributeNS(o,n):t.removeAttribute(`${i}:${n}`)}else t.removeAttribute(n)}addClass(t,n){t.classList.add(n)}removeClass(t,n){t.classList.remove(n)}setStyle(t,n,i,o){const r=n.startsWith("--");r&&(n=n.replace("%NS%",this.cssVarNamespace)),r||o&(Ts.DashCase|Ts.Important)?t.style.setProperty(n,i,o&Ts.Important?"important":""):t.style[n]=i}removeStyle(t,n,i){const o=n.startsWith("--");o&&(n=n.replace("%NS%",this.cssVarNamespace)),o||i&Ts.DashCase?t.style.removeProperty(n):t.style[n]=""}setProperty(t,n,i){null!=t&&(t[n]=i)}setValue(t,n){t.nodeValue=n}listen(t,n,i,o){if("string"==typeof t&&!(t=Gs().getGlobalEventTarget(this.doc,t)))throw new ke(-5102,!1);let r=this.decoratePreventDefault(i);return this.tracingService?.wrapEventListener&&(r=this.tracingService.wrapEventListener(t,n,r)),this.eventManager.addEventListener(t,n,r,o)}decoratePreventDefault(t){return n=>{if("__ngUnwrap__"===n)return t;!1===t(n)&&n.preventDefault()}}}function y5(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class b5 extends Xv{hostEl;sharedStylesHost;shadowRoot;constructor(t,n,i,o,r,s,a,c,l){super(t,o,r,a,c),this.hostEl=n,this.sharedStylesHost=l,this.shadowRoot=n.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let d=i.styles;d=m5(i.id,d).map(b=>b.replace(/%NS%/g,c));for(const b of d){const T=document.createElement("style");s&&T.setAttribute("nonce",s),T.textContent=b,this.shadowRoot.appendChild(T)}const _=i.getExternalStyles?.();if(_)for(const b of _){const T=Kv(b,o);s&&T.setAttribute("nonce",s),this.shadowRoot.appendChild(T)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,n){return super.appendChild(this.nodeOrShadowRoot(t),n)}insertBefore(t,n,i){return super.insertBefore(this.nodeOrShadowRoot(t),n,i)}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 Zv extends Xv{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(t,n,i,o,r,s,a,c,l){super(t,r,s,a,c),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=o;let d=i.styles;const _=l?m5(l,d):d;this.styles=_.map(b=>b.replace(/%NS%/g,c)),this.styleUrls=i.getExternalStyles?.(l)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===Fr.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class C5 extends Zv{contentAttr;hostAttr;constructor(t,n,i,o,r,s,a,c,l){const d=o+"-"+i.id;super(t,n,i,r,s,a,c,l,d),this.contentAttr=function tK(e){return"_ngcontent-%COMP%".replace(Yv,e)}(d),this.hostAttr=function nK(e){return"_nghost-%COMP%".replace(Yv,e)}(d)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,n){const i=super.createElement(t,n);return super.setAttribute(i,this.contentAttr,""),i}}
90
94
  /**
91
- * @license Angular v21.2.17
95
+ * @license Angular v22.1.1
92
96
  * (c) 2010-2026 Google LLC. https://angular.dev/
93
97
  * License: MIT
94
98
  */
95
- class BC extends K7{supportsDOMEvents=!0;static makeCurrent(){!function W7(e){Bk??=e}(new BC)}onAndCancel(n,t,r,i){return n.addEventListener(t,r,i),()=>{n.removeEventListener(t,r,i)}}dispatchEvent(n,t){n.dispatchEvent(t)}remove(n){n.remove()}createElement(n,t){return(t=t||this.getDefaultDocument()).createElement(n)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(n){return n.nodeType===Node.ELEMENT_NODE}isShadowRoot(n){return n instanceof DocumentFragment}getGlobalEventTarget(n,t){return"window"===t?window:"document"===t?n:"body"===t?n.body:null}getBaseHref(n){const t=function Ite(){return Vd=Vd||document.head.querySelector("base"),Vd?Vd.getAttribute("href"):null}();return null==t?null:function wte(e){return new URL(e,document.baseURI).pathname}(t)}resetBaseElement(){Vd=null}getUserAgent(){return window.navigator.userAgent}getCookie(n){return Q1(document.cookie,n)}}let Vd=null,xte=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const XM=["alt","control","meta","shift"],kte={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},Rte={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let Mte=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return null!=e.parseEventName(t)}addEventListener(t,r,i,o){const s=e.parseEventName(r),a=e.eventCallback(s.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Us().onAndCancel(t,s.domEventName,a,o))}static parseEventName(t){const r=t.toLowerCase().split("."),i=r.shift();if(0===r.length||"keydown"!==i&&"keyup"!==i)return null;const o=e._normalizeKey(r.pop());let s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),XM.forEach(l=>{const d=r.indexOf(l);d>-1&&(r.splice(d,1),s+=l+".")}),s+=o,0!=r.length||0===o.length)return null;const c={};return c.domEventName=i,c.fullKey=s,c}static matchEventFullKeyCode(t,r){let i=kte[t.key]||t.key,o="";return r.indexOf("code.")>-1&&(i=t.code,o="code."),!(null==i||!i)&&(i=i.toLowerCase()," "===i?i="space":"."===i&&(i="dot"),XM.forEach(s=>{s!==i&&(0,Rte[s])(t)&&(o+=s+".")}),o+=i,o===r)}static eventCallback(t,r,i){return o=>{e.matchEventFullKeyCode(o,t)&&i.runGuarded(()=>r(o))}}static _normalizeKey(t){return"esc"===t?"escape":t}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();function zC(){return zC=(0,Ct.A)(function*(e,n){return R6(function ZM(e,n){return{platformRef:n?.platformRef,appProviders:[...Ute,...e?.providers??[]],platformProviders:Pte}}(e,n))}),zC.apply(this,arguments)}const Pte=[{provide:Ug,useValue:"browser"},{provide:XE,useValue:function Ote(){BC.makeCurrent()},multi:!0},{provide:Vi,useFactory:function Fte(){return function PL(e){Bg=e}(document),document}}],Ute=[{provide:a_,useValue:"root"},{provide:Dc,useFactory:function Lte(){return new Dc}},{provide:RC,useClass:kC,multi:!0},{provide:RC,useClass:Mte,multi:!0},WM,HM,zM,{provide:kf,useExisting:WM},{provide:J1,useClass:xte},[]];(function Nte(){return zC.apply(this,arguments)})(fte).catch(e=>console.error(e))})()})();
99
+ class Jv extends B4{supportsDOMEvents=!0;static makeCurrent(){!function P4(e){Sw??=e}(new Jv)}onAndCancel(t,n,i,o){return t.addEventListener(n,i,o),()=>{t.removeEventListener(n,i,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 lK(){return Yl=Yl||document.head.querySelector("base"),Yl?Yl.getAttribute("href"):null}();return null==n?null:function uK(e){return new URL(e,document.baseURI).pathname}(n)}resetBaseElement(){Yl=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return Yx(document.cookie,t)}}let Yl=null;const E5=["alt","control","meta","shift"],dK={"\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"},_K={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let fK=(()=>{class e extends u5{constructor(n){super(n)}supports(n){return null!=e.parseEventName(n)}addEventListener(n,i,o,r){const s=e.parseEventName(i),a=e.eventCallback(s.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Gs().onAndCancel(n,s.domEventName,a,r))}static parseEventName(n){const i=n.toLowerCase().split("."),o=i.shift();if(0===i.length||"keydown"!==o&&"keyup"!==o)return null;const r=e._normalizeKey(i.pop());let s="",a=i.indexOf("code");if(a>-1&&(i.splice(a,1),s="code."),E5.forEach(l=>{const d=i.indexOf(l);d>-1&&(i.splice(d,1),s+=l+".")}),s+=r,0!=i.length||0===r.length)return null;const c={};return c.domEventName=o,c.fullKey=s,c}static matchEventFullKeyCode(n,i){let o=dK[n.key]||n.key,r="";return i.indexOf("code.")>-1&&(o=n.code,r="code."),!(null==o||!o)&&(o=o.toLowerCase()," "===o?o="space":"."===o&&(o="dot"),E5.forEach(s=>{s!==o&&(0,_K[s])(n)&&(r+=s+".")}),r+=o,r===i)}static eventCallback(n,i,o){return r=>{e.matchEventFullKeyCode(r,n)&&o.runGuarded(()=>i(r))}}static _normalizeKey(n){return"esc"===n?"escape":n}static \u0275fac=function(i){return new(i||e)(Lt(wo))};static \u0275prov=zt({token:e,factory:e.\u0275fac})}return e})();function ey(){return ey=pi(function*(e,t){return B8(function T5(e,t){return{platformRef:t?.platformRef,appProviders:[...bK,...e?.providers??[]],platformProviders:vK}}(e,t))}),ey.apply(this,arguments)}const vK=[{provide:sb,useValue:"browser"},{provide:rb,useValue:function pK(){Jv.makeCurrent()},multi:!0},{provide:wo,useFactory:function mK(){return function mN(e){Oh=e}(document),document}}],bK=[{provide:lu,useValue:"root"},{provide:oa,useFactory:function gK(){return new oa}},{provide:$v,useClass:Gv,multi:!0},{provide:$v,useClass:fK,multi:!0},v5,{provide:Vd,useClass:h5},{provide:h5,useExisting:Vd},d5,{provide:Gp,useExisting:v5},[]];(function hK(){return ey.apply(this,arguments)})(yW).catch(e=>{console.error(e)})})()})();