@openmfp/portal-ui-lib 0.194.0 → 0.194.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/openmfp-portal-ui-wc.js +23 -19
- package/package.json +2 -2
|
@@ -1,91 +1,95 @@
|
|
|
1
|
-
(()=>{var ge,cb={9272(ge){var h;self,h=()=>(()=>{"use strict";var W={d:(b,T)=>{for(var S in T)W.o(T,S)&&!W.o(b,S)&&Object.defineProperty(b,S,{enumerable:!0,get:T[S]})},o:(b,T)=>Object.prototype.hasOwnProperty.call(b,T)},h={};function m(b,T){if(!(b instanceof T))throw new TypeError("Cannot call a class as a function")}function E(b){return(E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(T){return typeof T}:function(T){return T&&"function"==typeof Symbol&&T.constructor===Symbol&&T!==Symbol.prototype?"symbol":typeof T})(b)}function A(b){var T=function(S){if("object"!=E(S)||!S)return S;var L=S[Symbol.toPrimitive];if(void 0!==L){var ee=L.call(S,"string");if("object"!=E(ee))return ee;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(S)}(b);return"symbol"==E(T)?T:T+""}function C(b,T){for(var S=0;S<T.length;S++){var L=T[S];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(b,A(L.key),L)}}function B(b,T,S){return T&&C(b.prototype,T),S&&C(b,S),Object.defineProperty(b,"prototype",{writable:!1}),b}function U(b,T,S){return(T=A(T))in b?Object.defineProperty(b,T,{value:S,enumerable:!0,configurable:!0,writable:!0}):b[T]=S,b}W.d(h,{default:()=>j});var M=new(B(function b(){m(this,b)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(b){return b&&"[object Function]"==={}.toString.call(b)}},{key:"isPromise",value:function(b){return b&&this.isFunction(b.then)}},{key:"isObject",value:function(b){return b&&"object"===E(b)&&!Array.isArray(b)}},{key:"deepMerge",value:function(b){for(var T=arguments.length,S=new Array(T>1?T-1:0),L=1;L<T;L++)S[L-1]=arguments[L];if(!S.length)return b;var ee=S.shift();if(this.isObject(b)&&this.isObject(ee))for(var V in ee)this.isObject(ee[V])?(b[V]||Object.assign(b,U({},V,{})),this.deepMerge(b[V],ee[V])):Object.assign(b,U({},V,ee[V]));return this.deepMerge.apply(this,[b].concat(S))}},{key:"prependOrigin",value:function(b){if(b.startsWith("http"))return b;var T=b.startsWith("/");return b.length?window.location.origin+(T?"":"/")+b:window.location.origin}}])),j=B(function b(){var T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m(this,b);var S={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},L=M.deepMerge(S,T);this.settings=L},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(b){var T=b.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(T))}},{key:"userInfo",value:function(){var b=this;return new Promise(function(T,S){var L=b.getAuthData(),ee=b.parseIdToken(L.idToken);T({email:ee.email?ee.email:"",name:ee.name?ee.name:""})})}},{key:"login",value:function(){var b=this;return new Promise(function(T,S){var L=b.settings,ee=L.nonceFn&&L.nonceFn()||b.generateNonce();sessionStorage.setItem("luigi.nonceValue",ee),L.oAuthData.nonce||(L.oAuthData.nonce=ee);var V=function(F,ne){return Object.assign(document.createElement("input"),{name:F,id:F,value:ne,type:"hidden"})},K=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:L.authorizeUrl,method:L.authorizeMethod,target:"_self"});for(var te in L.oAuthData.redirect_uri="".concat(M.prependOrigin(L.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),L.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+ee),L.oAuthData){var H=V(te,L.oAuthData[te]);K.appendChild(H.cloneNode())}document.getElementsByTagName("body")[0].appendChild(K),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(F){console.info("load, e",F,b)})})}},{key:"logout",value:function(b,T){var S=this.settings,L="".concat(S.logoutUrl,"?id_token_hint=").concat(b.idToken,"&client_id=").concat(S.oAuthData.client_id,"&post_logout_redirect_uri=").concat(M.prependOrigin(S.post_logout_redirect_uri));T&&T(),setTimeout(function(){window.location.href=L})}},{key:"setTokenExpirationAction",value:function(){var b=this;this.expirationCheckIntervalInstance=setInterval(function(){var T=b.getAuthData();if(!T)return clearInterval(b.expirationCheckIntervalInstance);if((T&&T.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(b.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var S="".concat(b.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(M.prependOrigin(b.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",b.settings,void 0,S)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var b=this,T=1e3*this.settings.accessTokenExpiringNotificationTime,S=1e3*this.settings.expirationCheckInterval,L=this.getAuthData();L&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(L&&L.accessTokenExpirationDate||0)-(new Date).getTime()<T&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",b.settings),clearInterval(b.expirationSoonCheckIntervalInstance))},S))}},{key:"generateNonce",value:function(){var b=window.crypto;return Array.from(b.getRandomValues(new Uint8Array(20))).map(function(T){for(;T>=61*Math.floor(256/61);)T=b.getRandomValues(new Uint8Array(1))[0];return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[T%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return h.default})(),ge.exports=h()},7866(ge,W){!function(h){"use strict";function m(u){return null!==u&&"[object Array]"===Object.prototype.toString.call(u)}function E(u){return null!==u&&"[object Object]"===Object.prototype.toString.call(u)}function A(u,_){if(u===_)return!0;if(Object.prototype.toString.call(u)!==Object.prototype.toString.call(_))return!1;if(!0===m(u)){if(u.length!==_.length)return!1;for(var v=0;v<u.length;v++)if(!1===A(u[v],_[v]))return!1;return!0}if(!0===E(u)){var k={};for(var O in u)if(hasOwnProperty.call(u,O)){if(!1===A(u[O],_[O]))return!1;k[O]=!0}for(var Z in _)if(hasOwnProperty.call(_,Z)&&!0!==k[Z])return!1;return!0}return!1}function C(u){if(""===u||!1===u||null===u)return!0;if(m(u)&&0===u.length)return!0;if(E(u)){for(var _ in u)if(u.hasOwnProperty(_))return!1;return!0}return!1}var M;M="function"==typeof String.prototype.trimLeft?function(u){return u.trimLeft()}:function(u){return u.match(/^\s*(.*)/)[1]};var j=0,T=2,F={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",9:"Array<string>"},Q="UnquotedIdentifier",ce="QuotedIdentifier",X="Rbracket",le="Rparen",ae="Comma",ve="Colon",Pe="Rbrace",xe="Number",Ee="Current",Ie="Expref",me="Pipe",Ge="GTE",$e="LTE",Xe="Flatten",Ae="Star",at="Filter",Oe="Dot",Ve="Lbrace",Y="Lbracket",ye="Lparen",lt="Literal",We={".":Oe,"*":Ae,",":ae,":":ve,"{":Ve,"}":Pe,"]":X,"(":ye,")":le,"@":Ee},Et={"<":!0,">":!0,"=":!0,"!":!0},_t={" ":!0,"\t":!0,"\n":!0};function St(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||"_"===u}function sn(u){return u>="0"&&u<="9"||"-"===u}function gt(u){return u>="a"&&u<="z"||u>="A"&&u<="Z"||u>="0"&&u<="9"||"_"===u}function wt(){}wt.prototype={tokenize:function(u){var p,v,k,_=[];for(this._current=0;this._current<u.length;)if(St(u[this._current]))p=this._current,v=this._consumeUnquotedIdentifier(u),_.push({type:Q,value:v,start:p});else if(void 0!==We[u[this._current]])_.push({type:We[u[this._current]],value:u[this._current],start:this._current}),this._current++;else if(sn(u[this._current]))k=this._consumeNumber(u),_.push(k);else if("["===u[this._current])k=this._consumeLBracket(u),_.push(k);else if('"'===u[this._current])p=this._current,v=this._consumeQuotedIdentifier(u),_.push({type:ce,value:v,start:p});else if("'"===u[this._current])p=this._current,v=this._consumeRawStringLiteral(u),_.push({type:lt,value:v,start:p});else if("`"===u[this._current]){p=this._current;var O=this._consumeLiteral(u);_.push({type:lt,value:O,start:p})}else if(void 0!==Et[u[this._current]])_.push(this._consumeOperator(u));else if(void 0!==_t[u[this._current]])this._current++;else if("&"===u[this._current])p=this._current,this._current++,"&"===u[this._current]?(this._current++,_.push({type:"And",value:"&&",start:p})):_.push({type:Ie,value:"&",start:p});else{if("|"!==u[this._current]){var Z=new Error("Unknown character:"+u[this._current]);throw Z.name="LexerError",Z}p=this._current,this._current++,"|"===u[this._current]?(this._current++,_.push({type:"Or",value:"||",start:p})):_.push({type:me,value:"|",start:p})}return _},_consumeUnquotedIdentifier:function(u){var _=this._current;for(this._current++;this._current<u.length&>(u[this._current]);)this._current++;return u.slice(_,this._current)},_consumeQuotedIdentifier:function(u){var _=this._current;this._current++;for(var p=u.length;'"'!==u[this._current]&&this._current<p;){var v=this._current;"\\"!==u[v]||"\\"!==u[v+1]&&'"'!==u[v+1]?v++:v+=2,this._current=v}return this._current++,JSON.parse(u.slice(_,this._current))},_consumeRawStringLiteral:function(u){var _=this._current;this._current++;for(var p=u.length;"'"!==u[this._current]&&this._current<p;){var v=this._current;"\\"!==u[v]||"\\"!==u[v+1]&&"'"!==u[v+1]?v++:v+=2,this._current=v}return this._current++,u.slice(_+1,this._current-1).replace("\\'","'")},_consumeNumber:function(u){var _=this._current;this._current++;for(var p=u.length;sn(u[this._current])&&this._current<p;)this._current++;var v=parseInt(u.slice(_,this._current));return{type:xe,value:v,start:_}},_consumeLBracket:function(u){var _=this._current;return this._current++,"?"===u[this._current]?(this._current++,{type:at,value:"[?",start:_}):"]"===u[this._current]?(this._current++,{type:Xe,value:"[]",start:_}):{type:Y,value:"[",start:_}},_consumeOperator:function(u){var _=this._current,p=u[_];return this._current++,"!"===p?"="===u[this._current]?(this._current++,{type:"NE",value:"!=",start:_}):{type:"Not",value:"!",start:_}:"<"===p?"="===u[this._current]?(this._current++,{type:$e,value:"<=",start:_}):{type:"LT",value:"<",start:_}:">"===p?"="===u[this._current]?(this._current++,{type:Ge,value:">=",start:_}):{type:"GT",value:">",start:_}:"="===p&&"="===u[this._current]?(this._current++,{type:"EQ",value:"==",start:_}):void 0},_consumeLiteral:function(u){this._current++;for(var v,_=this._current,p=u.length;"`"!==u[this._current]&&this._current<p;){var k=this._current;"\\"!==u[k]||"\\"!==u[k+1]&&"`"!==u[k+1]?k++:k+=2,this._current=k}var O=M(u.slice(_,this._current));return O=O.replace("\\`","`"),v=this._looksLikeJSON(O)?JSON.parse(O):JSON.parse('"'+O+'"'),this._current++,v},_looksLikeJSON:function(u){if(""===u)return!1;if('[{"'.indexOf(u[0])>=0)return!0;if(["true","false","null"].indexOf(u)>=0)return!0;if(!("-0123456789".indexOf(u[0])>=0))return!1;try{return JSON.parse(u),!0}catch{return!1}}};var Le={};function Qe(){}function N(u){this.runtime=u}function $(u){this._interpreter=u,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[j]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[j]}]},contains:{_func:this._functionContains,_signature:[{types:[T,3]},{types:[1]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[T]},{types:[T]}]},floor:{_func:this._functionFloor,_signature:[{types:[j]}]},length:{_func:this._functionLength,_signature:[{types:[T,3,4]}]},map:{_func:this._functionMap,_signature:[{types:[6]},{types:[3]}]},max:{_func:this._functionMax,_signature:[{types:[8,9]}]},merge:{_func:this._functionMerge,_signature:[{types:[4],variadic:!0}]},max_by:{_func:this._functionMaxBy,_signature:[{types:[3]},{types:[6]}]},sum:{_func:this._functionSum,_signature:[{types:[8]}]},starts_with:{_func:this._functionStartsWith,_signature:[{types:[T]},{types:[T]}]},min:{_func:this._functionMin,_signature:[{types:[8,9]}]},min_by:{_func:this._functionMinBy,_signature:[{types:[3]},{types:[6]}]},type:{_func:this._functionType,_signature:[{types:[1]}]},keys:{_func:this._functionKeys,_signature:[{types:[4]}]},values:{_func:this._functionValues,_signature:[{types:[4]}]},sort:{_func:this._functionSort,_signature:[{types:[9,8]}]},sort_by:{_func:this._functionSortBy,_signature:[{types:[3]},{types:[6]}]},join:{_func:this._functionJoin,_signature:[{types:[T]},{types:[9]}]},reverse:{_func:this._functionReverse,_signature:[{types:[T,3]}]},to_array:{_func:this._functionToArray,_signature:[{types:[1]}]},to_string:{_func:this._functionToString,_signature:[{types:[1]}]},to_number:{_func:this._functionToNumber,_signature:[{types:[1]}]},not_null:{_func:this._functionNotNull,_signature:[{types:[1],variadic:!0}]}}}Le.EOF=0,Le[Q]=0,Le[ce]=0,Le[X]=0,Le[le]=0,Le[ae]=0,Le[Pe]=0,Le[xe]=0,Le[Ee]=0,Le[Ie]=0,Le[me]=1,Le.Or=2,Le.And=3,Le.EQ=5,Le.GT=5,Le.LT=5,Le[Ge]=5,Le[$e]=5,Le.NE=5,Le[Xe]=9,Le[Ae]=20,Le[at]=21,Le[Oe]=40,Le.Not=45,Le[Ve]=50,Le[Y]=55,Le[ye]=60,Qe.prototype={parse:function(u){this._loadTokens(u),this.index=0;var _=this.expression(0);if("EOF"!==this._lookahead(0)){var p=this._lookaheadToken(0),v=new Error("Unexpected token type: "+p.type+", value: "+p.value);throw v.name="ParserError",v}return _},_loadTokens:function(u){var p=(new wt).tokenize(u);p.push({type:"EOF",value:"",start:u.length}),this.tokens=p},expression:function(u){var _=this._lookaheadToken(0);this._advance();for(var p=this.nud(_),v=this._lookahead(0);u<Le[v];)this._advance(),p=this.led(v,p),v=this._lookahead(0);return p},_lookahead:function(u){return this.tokens[this.index+u].type},_lookaheadToken:function(u){return this.tokens[this.index+u]},_advance:function(){this.index++},nud:function(u){var p,v;switch(u.type){case lt:return{type:"Literal",value:u.value};case Q:return{type:"Field",name:u.value};case ce:var k={type:"Field",name:u.value};if(this._lookahead(0)===ye)throw new Error("Quoted identifier not allowed for function names.");return k;case"Not":return{type:"NotExpression",children:[p=this.expression(Le.Not)]};case Ae:return p=null,{type:"ValueProjection",children:[{type:"Identity"},p=this._lookahead(0)===X?{type:"Identity"}:this._parseProjectionRHS(Le.Star)]};case at:return this.led(u.type,{type:"Identity"});case Ve:return this._parseMultiselectHash();case Xe:return{type:"Projection",children:[{type:Xe,children:[{type:"Identity"}]},p=this._parseProjectionRHS(Le.Flatten)]};case Y:return this._lookahead(0)===xe||this._lookahead(0)===ve?(p=this._parseIndexExpression(),this._projectIfSlice({type:"Identity"},p)):this._lookahead(0)===Ae&&this._lookahead(1)===X?(this._advance(),this._advance(),{type:"Projection",children:[{type:"Identity"},p=this._parseProjectionRHS(Le.Star)]}):this._parseMultiselectList();case Ee:return{type:Ee};case Ie:return{type:"ExpressionReference",children:[v=this.expression(Le.Expref)]};case ye:for(var O=[];this._lookahead(0)!==le;)this._lookahead(0)===Ee?(v={type:Ee},this._advance()):v=this.expression(0),O.push(v);return this._match(le),O[0];default:this._errorToken(u)}},led:function(u,_){var p;switch(u){case Oe:var v=Le.Dot;return this._lookahead(0)!==Ae?{type:"Subexpression",children:[_,p=this._parseDotRHS(v)]}:(this._advance(),{type:"ValueProjection",children:[_,p=this._parseProjectionRHS(v)]});case me:return p=this.expression(Le.Pipe),{type:me,children:[_,p]};case"Or":return{type:"OrExpression",children:[_,p=this.expression(Le.Or)]};case"And":return{type:"AndExpression",children:[_,p=this.expression(Le.And)]};case ye:for(var Z,k=_.name,O=[];this._lookahead(0)!==le;)this._lookahead(0)===Ee?(Z={type:Ee},this._advance()):Z=this.expression(0),this._lookahead(0)===ae&&this._match(ae),O.push(Z);return this._match(le),{type:"Function",name:k,children:O};case at:var Re=this.expression(0);return this._match(X),{type:"FilterProjection",children:[_,p=this._lookahead(0)===Xe?{type:"Identity"}:this._parseProjectionRHS(Le.Filter),Re]};case Xe:return{type:"Projection",children:[{type:Xe,children:[_]},this._parseProjectionRHS(Le.Flatten)]};case"EQ":case"NE":case"GT":case Ge:case"LT":case $e:return this._parseComparator(_,u);case Y:var Ze=this._lookaheadToken(0);return Ze.type===xe||Ze.type===ve?(p=this._parseIndexExpression(),this._projectIfSlice(_,p)):(this._match(Ae),this._match(X),{type:"Projection",children:[_,p=this._parseProjectionRHS(Le.Star)]});default:this._errorToken(this._lookaheadToken(0))}},_match:function(u){if(this._lookahead(0)!==u){var _=this._lookaheadToken(0),p=new Error("Expected "+u+", got: "+_.type);throw p.name="ParserError",p}this._advance()},_errorToken:function(u){var _=new Error("Invalid token ("+u.type+'): "'+u.value+'"');throw _.name="ParserError",_},_parseIndexExpression:function(){if(this._lookahead(0)===ve||this._lookahead(1)===ve)return this._parseSliceExpression();var u={type:"Index",value:this._lookaheadToken(0).value};return this._advance(),this._match(X),u},_projectIfSlice:function(u,_){var p={type:"IndexExpression",children:[u,_]};return"Slice"===_.type?{type:"Projection",children:[p,this._parseProjectionRHS(Le.Star)]}:p},_parseSliceExpression:function(){for(var u=[null,null,null],_=0,p=this._lookahead(0);p!==X&&_<3;){if(p===ve)_++,this._advance();else{if(p!==xe){var v=this._lookahead(0),k=new Error("Syntax error, unexpected token: "+v.value+"("+v.type+")");throw k.name="Parsererror",k}u[_]=this._lookaheadToken(0).value,this._advance()}p=this._lookahead(0)}return this._match(X),{type:"Slice",children:u}},_parseComparator:function(u,_){return{type:"Comparator",name:_,children:[u,this.expression(Le[_])]}},_parseDotRHS:function(u){var _=this._lookahead(0);return[Q,ce,Ae].indexOf(_)>=0?this.expression(u):_===Y?(this._match(Y),this._parseMultiselectList()):_===Ve?(this._match(Ve),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(u){var _;if(Le[this._lookahead(0)]<10)_={type:"Identity"};else if(this._lookahead(0)===Y)_=this.expression(u);else if(this._lookahead(0)===at)_=this.expression(u);else{if(this._lookahead(0)!==Oe){var p=this._lookaheadToken(0),v=new Error("Sytanx error, unexpected token: "+p.value+"("+p.type+")");throw v.name="ParserError",v}this._match(Oe),_=this._parseDotRHS(u)}return _},_parseMultiselectList:function(){for(var u=[];this._lookahead(0)!==X;){var _=this.expression(0);if(u.push(_),this._lookahead(0)===ae&&(this._match(ae),this._lookahead(0)===X))throw new Error("Unexpected token Rbracket")}return this._match(X),{type:"MultiSelectList",children:u}},_parseMultiselectHash:function(){for(var p,v,k,u=[],_=[Q,ce];;){if(p=this._lookaheadToken(0),_.indexOf(p.type)<0)throw new Error("Expecting an identifier token, got: "+p.type);if(v=p.value,this._advance(),this._match(ve),k=this.expression(0),u.push({type:"KeyValuePair",name:v,value:k}),this._lookahead(0)===ae)this._match(ae);else if(this._lookahead(0)===Pe){this._match(Pe);break}}return{type:"MultiSelectHash",children:u}}},N.prototype={search:function(u,_){return this.visit(u,_)},visit:function(u,_){var p,v,k,O,Z,re,Re,g,Ze;switch(u.type){case"Field":return null!==_&&E(_)?void 0===(re=_[u.name])?null:re:null;case"Subexpression":for(k=this.visit(u.children[0],_),Ze=1;Ze<u.children.length;Ze++)if(null===(k=this.visit(u.children[1],k)))return null;return k;case"IndexExpression":return Re=this.visit(u.children[0],_),this.visit(u.children[1],Re);case"Index":if(!m(_))return null;var Se=u.value;return Se<0&&(Se=_.length+Se),void 0===(k=_[Se])&&(k=null),k;case"Slice":if(!m(_))return null;var Gt=u.children.slice(0),w=this.computeSliceParams(_.length,Gt),x=w[0],ie=w[1],be=w[2];if(k=[],be>0)for(Ze=x;Ze<ie;Ze+=be)k.push(_[Ze]);else for(Ze=x;Ze>ie;Ze+=be)k.push(_[Ze]);return k;case"Projection":var he=this.visit(u.children[0],_);if(!m(he))return null;for(g=[],Ze=0;Ze<he.length;Ze++)null!==(v=this.visit(u.children[1],he[Ze]))&&g.push(v);return g;case"ValueProjection":if(!E(he=this.visit(u.children[0],_)))return null;g=[];var de=function B(u){for(var _=Object.keys(u),p=[],v=0;v<_.length;v++)p.push(u[_[v]]);return p}(he);for(Ze=0;Ze<de.length;Ze++)null!==(v=this.visit(u.children[1],de[Ze]))&&g.push(v);return g;case"FilterProjection":if(!m(he=this.visit(u.children[0],_)))return null;var Ye=[],tt=[];for(Ze=0;Ze<he.length;Ze++)C(p=this.visit(u.children[2],he[Ze]))||Ye.push(he[Ze]);for(var mt=0;mt<Ye.length;mt++)null!==(v=this.visit(u.children[1],Ye[mt]))&&tt.push(v);return tt;case"Comparator":switch(O=this.visit(u.children[0],_),Z=this.visit(u.children[1],_),u.name){case"EQ":k=A(O,Z);break;case"NE":k=!A(O,Z);break;case"GT":k=O>Z;break;case Ge:k=O>=Z;break;case"LT":k=O<Z;break;case $e:k=O<=Z;break;default:throw new Error("Unknown comparator: "+u.name)}return k;case Xe:var vt=this.visit(u.children[0],_);if(!m(vt))return null;var Pt=[];for(Ze=0;Ze<vt.length;Ze++)m(v=vt[Ze])?Pt.push.apply(Pt,v):Pt.push(v);return Pt;case"Identity":return _;case"MultiSelectList":if(null===_)return null;for(g=[],Ze=0;Ze<u.children.length;Ze++)g.push(this.visit(u.children[Ze],_));return g;case"MultiSelectHash":if(null===_)return null;var ke;for(g={},Ze=0;Ze<u.children.length;Ze++)g[(ke=u.children[Ze]).name]=this.visit(ke.value,_);return g;case"OrExpression":return C(p=this.visit(u.children[0],_))&&(p=this.visit(u.children[1],_)),p;case"AndExpression":return!0===C(O=this.visit(u.children[0],_))?O:this.visit(u.children[1],_);case"NotExpression":return C(O=this.visit(u.children[0],_));case"Literal":return u.value;case me:return Re=this.visit(u.children[0],_),this.visit(u.children[1],Re);case Ee:return _;case"Function":var Yt=[];for(Ze=0;Ze<u.children.length;Ze++)Yt.push(this.visit(u.children[Ze],_));return this.runtime.callFunction(u.name,Yt);case"ExpressionReference":var It=u.children[0];return It.jmespathType=Ie,It;default:throw new Error("Unknown node type: "+u.type)}},computeSliceParams:function(u,_){var p=_[0],v=_[1],k=_[2],O=[null,null,null];if(null===k)k=1;else if(0===k){var Z=new Error("Invalid slice, step cannot be 0");throw Z.name="RuntimeError",Z}var re=k<0;return p=null===p?re?u-1:0:this.capSliceRange(u,p,k),v=null===v?re?-1:u:this.capSliceRange(u,v,k),O[0]=p,O[1]=v,O[2]=k,O},capSliceRange:function(u,_,p){return _<0?(_+=u)<0&&(_=p<0?-1:0):_>=u&&(_=p<0?u-1:u),_}},$.prototype={callFunction:function(u,_){var p=this.functionTable[u];if(void 0===p)throw new Error("Unknown function: "+u+"()");return this._validateArgs(u,_,p._signature),p._func.call(this,_)},_validateArgs:function(u,_,p){var v;if(p[p.length-1].variadic){if(_.length<p.length)throw v=1===p.length?" argument":" arguments",new Error("ArgumentError: "+u+"() takes at least"+p.length+v+" but received "+_.length)}else if(_.length!==p.length)throw v=1===p.length?" argument":" arguments",new Error("ArgumentError: "+u+"() takes "+p.length+v+" but received "+_.length);for(var k,O,Z,re=0;re<p.length;re++){Z=!1,k=p[re].types,O=this._getTypeName(_[re]);for(var Re=0;Re<k.length;Re++)if(this._typeMatches(O,k[Re],_[re])){Z=!0;break}if(!Z){var rt=k.map(function(g){return F[g]}).join(",");throw new Error("TypeError: "+u+"() expected argument "+(re+1)+" to be type "+rt+" but received type "+F[O]+" instead.")}}},_typeMatches:function(u,_,p){if(1===_)return!0;if(9!==_&&8!==_&&3!==_)return u===_;if(3===_)return 3===u;if(3===u){var v;8===_?v=j:9===_&&(v=T);for(var k=0;k<p.length;k++)if(!this._typeMatches(this._getTypeName(p[k]),v,p[k]))return!1;return!0}},_getTypeName:function(u){switch(Object.prototype.toString.call(u)){case"[object String]":return T;case"[object Number]":return j;case"[object Array]":return 3;case"[object Boolean]":return 5;case"[object Null]":return 7;case"[object Object]":return u.jmespathType===Ie?6:4}},_functionStartsWith:function(u){return 0===u[0].lastIndexOf(u[1])},_functionEndsWith:function(u){var _=u[0],p=u[1];return-1!==_.indexOf(p,_.length-p.length)},_functionReverse:function(u){if(this._getTypeName(u[0])===T){for(var p=u[0],v="",k=p.length-1;k>=0;k--)v+=p[k];return v}var O=u[0].slice(0);return O.reverse(),O},_functionAbs:function(u){return Math.abs(u[0])},_functionCeil:function(u){return Math.ceil(u[0])},_functionAvg:function(u){for(var _=0,p=u[0],v=0;v<p.length;v++)_+=p[v];return _/p.length},_functionContains:function(u){return u[0].indexOf(u[1])>=0},_functionFloor:function(u){return Math.floor(u[0])},_functionLength:function(u){return E(u[0])?Object.keys(u[0]).length:u[0].length},_functionMap:function(u){for(var _=[],p=this._interpreter,v=u[0],k=u[1],O=0;O<k.length;O++)_.push(p.visit(v,k[O]));return _},_functionMerge:function(u){for(var _={},p=0;p<u.length;p++){var v=u[p];for(var k in v)_[k]=v[k]}return _},_functionMax:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===j)return Math.max.apply(Math,u[0]);for(var p=u[0],v=p[0],k=1;k<p.length;k++)v.localeCompare(p[k])<0&&(v=p[k]);return v}return null},_functionMin:function(u){if(u[0].length>0){if(this._getTypeName(u[0][0])===j)return Math.min.apply(Math,u[0]);for(var p=u[0],v=p[0],k=1;k<p.length;k++)p[k].localeCompare(v)<0&&(v=p[k]);return v}return null},_functionSum:function(u){for(var _=0,p=u[0],v=0;v<p.length;v++)_+=p[v];return _},_functionType:function(u){switch(this._getTypeName(u[0])){case j:return"number";case T:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 6:return"expref";case 7:return"null"}},_functionKeys:function(u){return Object.keys(u[0])},_functionValues:function(u){for(var _=u[0],p=Object.keys(_),v=[],k=0;k<p.length;k++)v.push(_[p[k]]);return v},_functionJoin:function(u){return u[1].join(u[0])},_functionToArray:function(u){return 3===this._getTypeName(u[0])?u[0]:[u[0]]},_functionToString:function(u){return this._getTypeName(u[0])===T?u[0]:JSON.stringify(u[0])},_functionToNumber:function(u){var p,_=this._getTypeName(u[0]);return _===j?u[0]:_!==T||(p=+u[0],isNaN(p))?null:p},_functionNotNull:function(u){for(var _=0;_<u.length;_++)if(7!==this._getTypeName(u[_]))return u[_];return null},_functionSort:function(u){var _=u[0].slice(0);return _.sort(),_},_functionSortBy:function(u){var _=u[0].slice(0);if(0===_.length)return _;var p=this._interpreter,v=u[1],k=this._getTypeName(p.visit(v,_[0]));if([j,T].indexOf(k)<0)throw new Error("TypeError");for(var O=this,Z=[],re=0;re<_.length;re++)Z.push([re,_[re]]);Z.sort(function(rt,g){var Ze=p.visit(v,rt[1]),Se=p.visit(v,g[1]);if(O._getTypeName(Ze)!==k)throw new Error("TypeError: expected "+k+", received "+O._getTypeName(Ze));if(O._getTypeName(Se)!==k)throw new Error("TypeError: expected "+k+", received "+O._getTypeName(Se));return Ze>Se?1:Ze<Se?-1:rt[0]-g[0]});for(var Re=0;Re<Z.length;Re++)_[Re]=Z[Re][1];return _},_functionMaxBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[j,T]),k=-1/0,re=0;re<p.length;re++)(Z=v(p[re]))>k&&(k=Z,O=p[re]);return O},_functionMinBy:function(u){for(var O,Z,p=u[0],v=this.createKeyFunction(u[1],[j,T]),k=1/0,re=0;re<p.length;re++)(Z=v(p[re]))<k&&(k=Z,O=p[re]);return O},createKeyFunction:function(u,_){var p=this,v=this._interpreter;return function(O){var Z=v.visit(u,O);if(_.indexOf(p._getTypeName(Z))<0){var re="TypeError: expected one of "+_+", received "+p._getTypeName(Z);throw new Error(re)}return Z}}},h.tokenize=function q(u){return(new wt).tokenize(u)},h.compile=function D(u){return(new Qe).parse(u)},h.search=function G(u,_){var p=new Qe,v=new $,k=new N(v);v._interpreter=k;var O=p.parse(_);return k.search(O,u)},h.strictDeepEqual=A}(W)},5667(ge,W,h){ge=h.nmd(ge);var E="__lodash_hash_undefined__",B=9007199254740991,U="[object Arguments]",M="[object Array]",b="[object Boolean]",T="[object Date]",S="[object Error]",L="[object Function]",V="[object Map]",K="[object Number]",H="[object Object]",F="[object Promise]",Q="[object RegExp]",ce="[object Set]",X="[object String]",ve="[object WeakMap]",Pe="[object ArrayBuffer]",xe="[object DataView]",Ne=/^\[object .+?Constructor\]$/,Xe=/^(?:0|[1-9]\d*)$/,Ae={};Ae["[object Float32Array]"]=Ae["[object Float64Array]"]=Ae["[object Int8Array]"]=Ae["[object Int16Array]"]=Ae["[object Int32Array]"]=Ae["[object Uint8Array]"]=Ae["[object Uint8ClampedArray]"]=Ae["[object Uint16Array]"]=Ae["[object Uint32Array]"]=!0,Ae[U]=Ae[M]=Ae[Pe]=Ae[b]=Ae[xe]=Ae[T]=Ae[S]=Ae[L]=Ae[V]=Ae[K]=Ae[H]=Ae[Q]=Ae[ce]=Ae[X]=Ae[ve]=!1;var at="object"==typeof global&&global&&global.Object===Object&&global,Oe="object"==typeof self&&self&&self.Object===Object&&self,Fe=at||Oe||Function("return this")(),Ve=W&&!W.nodeType&&W,Y=Ve&&ge&&!ge.nodeType&&ge,ye=Y&&Y.exports===Ve,lt=ye&&at.process,We=function(){try{return lt&<.binding&<.binding("util")}catch{}}(),Et=We&&We.isTypedArray;function sn(R,oe){for(var ze=-1,ht=null==R?0:R.length;++ze<ht;)if(oe(R[ze],ze,R))return!0;return!1}function Le(R,oe){return R.has(oe)}function N(R){var oe=-1,ze=Array(R.size);return R.forEach(function(ht,nn){ze[++oe]=[nn,ht]}),ze}function D(R){var oe=-1,ze=Array(R.size);return R.forEach(function(ht){ze[++oe]=ht}),ze}var R,q=Array.prototype,u=Object.prototype,_=Fe["__core-js_shared__"],p=Function.prototype.toString,v=u.hasOwnProperty,k=(R=/[^.]+$/.exec(_&&_.keys&&_.keys.IE_PROTO||""))?"Symbol(src)_1."+R:"",O=u.toString,Z=RegExp("^"+p.call(v).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),re=ye?Fe.Buffer:void 0,Re=Fe.Symbol,rt=Fe.Uint8Array,g=u.propertyIsEnumerable,Ze=q.splice,Se=Re?Re.toStringTag:void 0,Gt=Object.getOwnPropertySymbols,w=re?re.isBuffer:void 0,x=function $(R,oe){return function(ze){return R(oe(ze))}}(Object.keys,Object),ie=Gr(Fe,"DataView"),be=Gr(Fe,"Map"),he=Gr(Fe,"Promise"),de=Gr(Fe,"Set"),Ye=Gr(Fe,"WeakMap"),tt=Gr(Object,"create"),mt=P(ie),vt=P(be),Pt=P(he),ke=P(de),Yt=P(Ye),It=Re?Re.prototype:void 0,qt=It?It.valueOf:void 0;function tn(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function Un(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function Ke(R){var oe=-1,ze=null==R?0:R.length;for(this.clear();++oe<ze;){var ht=R[oe];this.set(ht[0],ht[1])}}function cn(R){var oe=-1,ze=null==R?0:R.length;for(this.__data__=new Ke;++oe<ze;)this.add(R[oe])}function wn(R){var oe=this.__data__=new Un(R);this.size=oe.size}function we(R,oe){for(var ze=R.length;ze--;)if(_e(R[ze][0],oe))return ze;return-1}function Xn(R){return null==R?void 0===R?"[object Undefined]":"[object Null]":Se&&Se in Object(R)?function Tr(R){var oe=v.call(R,Se),ze=R[Se];try{R[Se]=void 0;var ht=!0}catch{}var nn=O.call(R);return ht&&(oe?R[Se]=ze:delete R[Se]),nn}(R):function Js(R){return O.call(R)}(R)}function fn(R){return Zn(R)&&Xn(R)==U}function ho(R,oe,ze,ht,nn){return R===oe||(null==R||null==oe||!Zn(R)&&!Zn(oe)?R!=R&&oe!=oe:function ic(R,oe,ze,ht,nn,Ot){var qe=yt(R),Jn=yt(oe),zn=qe?M:to(R),An=Jn?M:to(oe),tr=(zn=zn==U?H:zn)==H,po=(An=An==U?H:An)==H,Ir=zn==An;if(Ir&&Ct(R)){if(!Ct(oe))return!1;qe=!0,tr=!1}if(Ir&&!tr)return Ot||(Ot=new wn),qe||Sr(R)?ui(R,oe,ze,ht,nn,Ot):function Po(R,oe,ze,ht,nn,Ot,qe){switch(ze){case xe:if(R.byteLength!=oe.byteLength||R.byteOffset!=oe.byteOffset)return!1;R=R.buffer,oe=oe.buffer;case Pe:return!(R.byteLength!=oe.byteLength||!Ot(new rt(R),new rt(oe)));case b:case T:case K:return _e(+R,+oe);case S:return R.name==oe.name&&R.message==oe.message;case Q:case X:return R==oe+"";case V:var Jn=N;case ce:if(Jn||(Jn=D),R.size!=oe.size&&!(1&ht))return!1;var An=qe.get(R);if(An)return An==oe;ht|=2,qe.set(R,oe);var tr=ui(Jn(R),Jn(oe),ht,nn,Ot,qe);return qe.delete(R),tr;case"[object Symbol]":if(qt)return qt.call(R)==qt.call(oe)}return!1}(R,oe,zn,ze,ht,nn,Ot);if(!(1&ze)){var ro=tr&&v.call(R,"__wrapped__"),dr=po&&v.call(oe,"__wrapped__");if(ro||dr){var di=ro?R.value():R,Yo=dr?oe.value():oe;return Ot||(Ot=new wn),nn(di,Yo,ze,ht,Ot)}}return!!Ir&&(Ot||(Ot=new wn),function ss(R,oe,ze,ht,nn,Ot){var qe=1&ze,Jn=ln(R),zn=Jn.length;if(zn!=ln(oe).length&&!qe)return!1;for(var po=zn;po--;){var Ir=Jn[po];if(!(qe?Ir in oe:v.call(oe,Ir)))return!1}var ro=Ot.get(R);if(ro&&Ot.get(oe))return ro==oe;var dr=!0;Ot.set(R,oe),Ot.set(oe,R);for(var di=qe;++po<zn;){var Yo=R[Ir=Jn[po]],ki=oe[Ir];if(ht)var Rd=qe?ht(ki,Yo,Ir,oe,R,Ot):ht(Yo,ki,Ir,R,oe,Ot);if(!(void 0===Rd?Yo===ki||nn(Yo,ki,ze,ht,Ot):Rd)){dr=!1;break}di||(di="constructor"==Ir)}if(dr&&!di){var Qs=R.constructor,ea=oe.constructor;Qs!=ea&&"constructor"in R&&"constructor"in oe&&!("function"==typeof Qs&&Qs instanceof Qs&&"function"==typeof ea&&ea instanceof ea)&&(dr=!1)}return Ot.delete(R),Ot.delete(oe),dr}(R,oe,ze,ht,nn,Ot))}(R,oe,ze,ht,ho,nn))}function ui(R,oe,ze,ht,nn,Ot){var qe=1&ze,Jn=R.length,zn=oe.length;if(Jn!=zn&&!(qe&&zn>Jn))return!1;var An=Ot.get(R);if(An&&Ot.get(oe))return An==oe;var tr=-1,po=!0,Ir=2&ze?new cn:void 0;for(Ot.set(R,oe),Ot.set(oe,R);++tr<Jn;){var ro=R[tr],dr=oe[tr];if(ht)var di=qe?ht(dr,ro,tr,oe,R,Ot):ht(ro,dr,tr,R,oe,Ot);if(void 0!==di){if(di)continue;po=!1;break}if(Ir){if(!sn(oe,function(Yo,ki){if(!Le(Ir,ki)&&(ro===Yo||nn(ro,Yo,ze,ht,Ot)))return Ir.push(ki)})){po=!1;break}}else if(ro!==dr&&!nn(ro,dr,ze,ht,Ot)){po=!1;break}}return Ot.delete(R),Ot.delete(oe),po}function ln(R){return function li(R,oe,ze){var ht=oe(R);return yt(R)?ht:function St(R,oe){for(var ze=-1,ht=oe.length,nn=R.length;++ze<ht;)R[nn+ze]=oe[ze];return R}(ht,ze(R))}(R,et,Zs)}function Nt(R,oe){var ze=R.__data__;return function no(R){var oe=typeof R;return"string"==oe||"number"==oe||"symbol"==oe||"boolean"==oe?"__proto__"!==R:null===R}(oe)?ze["string"==typeof oe?"string":"hash"]:ze.map}function Gr(R,oe){var ze=function Qe(R,oe){return R?.[oe]}(R,oe);return function en(R){return!(!Wn(R)||function sc(R){return!!k&&k in R}(R))&&(Dn(R)?Z:Ne).test(P(R))}(ze)?ze:void 0}tn.prototype.clear=function fr(){this.__data__=tt?tt(null):{},this.size=0},tn.prototype.delete=function Wt(R){var oe=this.has(R)&&delete this.__data__[R];return this.size-=oe?1:0,oe},tn.prototype.get=function Jt(R){var oe=this.__data__;if(tt){var ze=oe[R];return ze===E?void 0:ze}return v.call(oe,R)?oe[R]:void 0},tn.prototype.has=function bn(R){var oe=this.__data__;return tt?void 0!==oe[R]:v.call(oe,R)},tn.prototype.set=function pr(R,oe){var ze=this.__data__;return this.size+=this.has(R)?0:1,ze[R]=tt&&void 0===oe?E:oe,this},Un.prototype.clear=function jr(){this.__data__=[],this.size=0},Un.prototype.delete=function se(R){var oe=this.__data__,ze=we(oe,R);return!(ze<0||(ze==oe.length-1?oe.pop():Ze.call(oe,ze,1),--this.size,0))},Un.prototype.get=function He(R){var oe=this.__data__,ze=we(oe,R);return ze<0?void 0:oe[ze][1]},Un.prototype.has=function J(R){return we(this.__data__,R)>-1},Un.prototype.set=function Ue(R,oe){var ze=this.__data__,ht=we(ze,R);return ht<0?(++this.size,ze.push([R,oe])):ze[ht][1]=oe,this},Ke.prototype.clear=function dt(){this.size=0,this.__data__={hash:new tn,map:new(be||Un),string:new tn}},Ke.prototype.delete=function Bt(R){var oe=Nt(this,R).delete(R);return this.size-=oe?1:0,oe},Ke.prototype.get=function Zt(R){return Nt(this,R).get(R)},Ke.prototype.has=function Qt(R){return Nt(this,R).has(R)},Ke.prototype.set=function an(R,oe){var ze=Nt(this,R),ht=ze.size;return ze.set(R,oe),this.size+=ze.size==ht?0:1,this},cn.prototype.add=cn.prototype.push=function Lo(R){return this.__data__.set(R,E),this},cn.prototype.has=function eo(R){return this.__data__.has(R)},wn.prototype.clear=function _n(){this.__data__=new Un,this.size=0},wn.prototype.delete=function hn(R){var oe=this.__data__,ze=oe.delete(R);return this.size=oe.size,ze},wn.prototype.get=function Nr(R){return this.__data__.get(R)},wn.prototype.has=function $n(R){return this.__data__.has(R)},wn.prototype.set=function No(R,oe){var ze=this.__data__;if(ze instanceof Un){var ht=ze.__data__;if(!be||ht.length<199)return ht.push([R,oe]),this.size=++ze.size,this;ze=this.__data__=new Ke(ht)}return ze.set(R,oe),this.size=ze.size,this};var Zs=Gt?function(R){return null==R?[]:(R=Object(R),function _t(R,oe){for(var ze=-1,ht=null==R?0:R.length,nn=0,Ot=[];++ze<ht;){var qe=R[ze];oe(qe,ze,R)&&(Ot[nn++]=qe)}return Ot}(Gt(R),function(oe){return g.call(R,oe)}))}:function ur(){return[]},to=Xn;function Ni(R,oe){return!!(oe=oe??B)&&("number"==typeof R||Xe.test(R))&&R>-1&&R%1==0&&R<oe}function P(R){if(null!=R){try{return p.call(R)}catch{}try{return R+""}catch{}}return""}function _e(R,oe){return R===oe||R!=R&&oe!=oe}(ie&&to(new ie(new ArrayBuffer(1)))!=xe||be&&to(new be)!=V||he&&to(he.resolve())!=F||de&&to(new de)!=ce||Ye&&to(new Ye)!=ve)&&(to=function(R){var oe=Xn(R),ze=oe==H?R.constructor:void 0,ht=ze?P(ze):"";if(ht)switch(ht){case mt:return xe;case vt:return V;case Pt:return F;case ke:return ce;case Yt:return ve}return oe});var nt=fn(function(){return arguments}())?fn:function(R){return Zn(R)&&v.call(R,"callee")&&!g.call(R,"callee")},yt=Array.isArray,Ct=w||function gr(){return!1};function Dn(R){if(!Wn(R))return!1;var oe=Xn(R);return oe==L||"[object GeneratorFunction]"==oe||"[object AsyncFunction]"==oe||"[object Proxy]"==oe}function Hn(R){return"number"==typeof R&&R>-1&&R%1==0&&R<=B}function Wn(R){var oe=typeof R;return null!=R&&("object"==oe||"function"==oe)}function Zn(R){return null!=R&&"object"==typeof R}var Sr=Et?function wt(R){return function(oe){return R(oe)}}(Et):function Xs(R){return Zn(R)&&Hn(R.length)&&!!Ae[Xn(R)]};function et(R){return function pn(R){return null!=R&&Hn(R.length)&&!Dn(R)}(R)?function ko(R,oe){var ze=yt(R),ht=!ze&&nt(R),nn=!ze&&!ht&&Ct(R),Ot=!ze&&!ht&&!nn&&Sr(R),qe=ze||ht||nn||Ot,Jn=qe?function gt(R,oe){for(var ze=-1,ht=Array(R);++ze<R;)ht[ze]=oe(ze);return ht}(R.length,String):[],zn=Jn.length;for(var An in R)(oe||v.call(R,An))&&(!qe||!("length"==An||nn&&("offset"==An||"parent"==An)||Ot&&("buffer"==An||"byteLength"==An||"byteOffset"==An)||Ni(An,zn)))&&Jn.push(An);return Jn}(R):function fo(R){if(!function Sl(R){var oe=R&&R.constructor;return R===("function"==typeof oe&&oe.prototype||u)}(R))return x(R);var oe=[];for(var ze in Object(R))v.call(R,ze)&&"constructor"!=ze&&oe.push(ze);return oe}(R)}ge.exports=function ut(R,oe){return ho(R,oe)}},2706(ge,W,h){ge=h.nmd(ge);var E="__lodash_hash_undefined__",B=9007199254740991,U="[object Arguments]",M="[object Array]",j="[object Boolean]",b="[object Date]",T="[object Error]",S="[object Function]",ee="[object Map]",V="[object Number]",K="[object Object]",te="[object Promise]",H="[object RegExp]",F="[object Set]",ne="[object String]",ce="[object WeakMap]",X="[object ArrayBuffer]",le="[object DataView]",Ce=/^\[object .+?Constructor\]$/,Be=/^(?:0|[1-9]\d*)$/,Ge={};Ge["[object Float32Array]"]=Ge["[object Float64Array]"]=Ge["[object Int8Array]"]=Ge["[object Int16Array]"]=Ge["[object Int32Array]"]=Ge["[object Uint8Array]"]=Ge["[object Uint8ClampedArray]"]=Ge["[object Uint16Array]"]=Ge["[object Uint32Array]"]=!0,Ge[U]=Ge[M]=Ge[X]=Ge[j]=Ge[le]=Ge[b]=Ge[T]=Ge[S]=Ge[ee]=Ge[V]=Ge[K]=Ge[H]=Ge[F]=Ge[ne]=Ge[ce]=!1;var $e="object"==typeof global&&global&&global.Object===Object&&global,Ne="object"==typeof self&&self&&self.Object===Object&&self,Xe=$e||Ne||Function("return this")(),Ae=W&&!W.nodeType&&W,at=Ae&&ge&&!ge.nodeType&&ge,Fe=at&&at.exports===Ae&&$e.process,Ve=function(){try{return Fe&&Fe.binding("util")}catch{}}(),Y=Ve&&Ve.isTypedArray;function ye(P,_e){for(var nt=-1,yt=P?P.length:0;++nt<yt;)if(_e(P[nt],nt,P))return!0;return!1}function _t(P){var _e=!1;if(null!=P&&"function"!=typeof P.toString)try{_e=!!(P+"")}catch{}return _e}function St(P){var _e=-1,nt=Array(P.size);return P.forEach(function(yt,pn){nt[++_e]=[pn,yt]}),nt}function gt(P){var _e=-1,nt=Array(P.size);return P.forEach(function(yt){nt[++_e]=yt}),nt}var P,wt=Array.prototype,Le=Function.prototype,Qe=Object.prototype,N=Xe["__core-js_shared__"],$=(P=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+P:"",D=Le.toString,q=Qe.hasOwnProperty,G=Qe.toString,u=RegExp("^"+D.call(q).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_=Xe.Symbol,p=Xe.Uint8Array,v=Qe.propertyIsEnumerable,k=wt.splice,O=function sn(P,_e){return function(nt){return P(_e(nt))}}(Object.keys,Object),Z=fn(Xe,"DataView"),re=fn(Xe,"Map"),Re=fn(Xe,"Promise"),rt=fn(Xe,"Set"),g=fn(Xe,"WeakMap"),Ze=fn(Object,"create"),Se=Po(Z),Gt=Po(re),w=Po(Re),x=Po(rt),ie=Po(g),be=_?_.prototype:void 0,he=be?be.valueOf:void 0;function de(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function ke(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function Wt(P){var _e=-1,nt=P?P.length:0;for(this.clear();++_e<nt;){var yt=P[_e];this.set(yt[0],yt[1])}}function se(P){var _e=-1,nt=P?P.length:0;for(this.__data__=new Wt;++_e<nt;)this.add(P[_e])}function Ue(P){this.__data__=new ke(P)}function cn(P,_e){for(var nt=P.length;nt--;)if(ss(P[nt][0],_e))return nt;return-1}function eo(P,_e,nt,yt,pn){return P===_e||(null==P||null==_e||!Ni(P)&&!no(_e)?P!=P&&_e!=_e:function wn(P,_e,nt,yt,pn,Ct){var ut=Nt(P),Dn=Nt(_e),Hn=M,Wn=M;ut||(Hn=(Hn=ho(P))==U?K:Hn),Dn||(Wn=(Wn=ho(_e))==U?K:Wn);var Zn=Hn==K&&!_t(P),Sr=Wn==K&&!_t(_e),et=Hn==Wn;if(et&&!Zn)return Ct||(Ct=new Ue),ut||Sl(P)?No(P,_e,nt,yt,pn,Ct):function ko(P,_e,nt,yt,pn,Ct,ut){switch(nt){case le:if(P.byteLength!=_e.byteLength||P.byteOffset!=_e.byteOffset)return!1;P=P.buffer,_e=_e.buffer;case X:return!(P.byteLength!=_e.byteLength||!yt(new p(P),new p(_e)));case j:case b:case V:return ss(+P,+_e);case T:return P.name==_e.name&&P.message==_e.message;case H:case ne:return P==_e+"";case ee:var Dn=St;case F:if(Dn||(Dn=gt),P.size!=_e.size&&!(2&Ct))return!1;var Wn=ut.get(P);if(Wn)return Wn==_e;Ct|=1,ut.set(P,_e);var Zn=No(Dn(P),Dn(_e),yt,pn,Ct,ut);return ut.delete(P),Zn;case"[object Symbol]":if(he)return he.call(P)==he.call(_e)}return!1}(P,_e,Hn,nt,yt,pn,Ct);if(!(2&pn)){var ur=Zn&&q.call(P,"__wrapped__"),gr=Sr&&q.call(_e,"__wrapped__");if(ur||gr){var R=ur?P.value():P,oe=gr?_e.value():_e;return Ct||(Ct=new Ue),nt(R,oe,yt,pn,Ct)}}return!!et&&(Ct||(Ct=new Ue),function we(P,_e,nt,yt,pn,Ct){var ut=2&pn,Dn=Js(P),Hn=Dn.length;if(Hn!=Js(_e).length&&!ut)return!1;for(var Sr=Hn;Sr--;){var et=Dn[Sr];if(!(ut?et in _e:q.call(_e,et)))return!1}var ur=Ct.get(P);if(ur&&Ct.get(_e))return ur==_e;var gr=!0;Ct.set(P,_e),Ct.set(_e,P);for(var R=ut;++Sr<Hn;){var oe=P[et=Dn[Sr]],ze=_e[et];if(yt)var ht=ut?yt(ze,oe,et,_e,P,Ct):yt(oe,ze,et,P,_e,Ct);if(!(void 0===ht?oe===ze||nt(oe,ze,yt,pn,Ct):ht)){gr=!1;break}R||(R="constructor"==et)}if(gr&&!R){var nn=P.constructor,Ot=_e.constructor;nn!=Ot&&"constructor"in P&&"constructor"in _e&&!("function"==typeof nn&&nn instanceof nn&&"function"==typeof Ot&&Ot instanceof Ot)&&(gr=!1)}return Ct.delete(P),Ct.delete(_e),gr}(P,_e,nt,yt,pn,Ct))}(P,_e,eo,nt,yt,pn))}function No(P,_e,nt,yt,pn,Ct){var ut=2&pn,Dn=P.length,Hn=_e.length;if(Dn!=Hn&&!(ut&&Hn>Dn))return!1;var Wn=Ct.get(P);if(Wn&&Ct.get(_e))return Wn==_e;var Zn=-1,Sr=!0,et=1&pn?new se:void 0;for(Ct.set(P,_e),Ct.set(_e,P);++Zn<Dn;){var ur=P[Zn],gr=_e[Zn];if(yt)var R=ut?yt(gr,ur,Zn,_e,P,Ct):yt(ur,gr,Zn,P,_e,Ct);if(void 0!==R){if(R)continue;Sr=!1;break}if(et){if(!ye(_e,function(oe,ze){if(!et.has(ze)&&(ur===oe||nt(ur,oe,yt,pn,Ct)))return et.add(ze)})){Sr=!1;break}}else if(ur!==gr&&!nt(ur,gr,yt,pn,Ct)){Sr=!1;break}}return Ct.delete(P),Ct.delete(_e),Sr}function li(P,_e){var nt=P.__data__;return function en(P){var _e=typeof P;return"string"==_e||"number"==_e||"symbol"==_e||"boolean"==_e?"__proto__"!==P:null===P}(_e)?nt["string"==typeof _e?"string":"hash"]:nt.map}function fn(P,_e){var nt=function Et(P,_e){return P?.[_e]}(P,_e);return function hn(P){return!(!Ni(P)||function Xs(P){return!!$&&$ in P}(P))&&(Zs(P)||_t(P)?u:Ce).test(Po(P))}(nt)?nt:void 0}de.prototype.clear=function Ye(){this.__data__=Ze?Ze(null):{}},de.prototype.delete=function tt(P){return this.has(P)&&delete this.__data__[P]},de.prototype.get=function mt(P){var _e=this.__data__;if(Ze){var nt=_e[P];return nt===E?void 0:nt}return q.call(_e,P)?_e[P]:void 0},de.prototype.has=function vt(P){var _e=this.__data__;return Ze?void 0!==_e[P]:q.call(_e,P)},de.prototype.set=function Pt(P,_e){return this.__data__[P]=Ze&&void 0===_e?E:_e,this},ke.prototype.clear=function Yt(){this.__data__=[]},ke.prototype.delete=function It(P){var _e=this.__data__,nt=cn(_e,P);return!(nt<0||(nt==_e.length-1?_e.pop():k.call(_e,nt,1),0))},ke.prototype.get=function qt(P){var _e=this.__data__,nt=cn(_e,P);return nt<0?void 0:_e[nt][1]},ke.prototype.has=function tn(P){return cn(this.__data__,P)>-1},ke.prototype.set=function fr(P,_e){var nt=this.__data__,yt=cn(nt,P);return yt<0?nt.push([P,_e]):nt[yt][1]=_e,this},Wt.prototype.clear=function Jt(){this.__data__={hash:new de,map:new(re||ke),string:new de}},Wt.prototype.delete=function bn(P){return li(this,P).delete(P)},Wt.prototype.get=function pr(P){return li(this,P).get(P)},Wt.prototype.has=function Un(P){return li(this,P).has(P)},Wt.prototype.set=function jr(P,_e){return li(this,P).set(P,_e),this},se.prototype.add=se.prototype.push=function He(P){return this.__data__.set(P,E),this},se.prototype.has=function J(P){return this.__data__.has(P)},Ue.prototype.clear=function Ke(){this.__data__=new ke},Ue.prototype.delete=function dt(P){return this.__data__.delete(P)},Ue.prototype.get=function Bt(P){return this.__data__.get(P)},Ue.prototype.has=function Zt(P){return this.__data__.has(P)},Ue.prototype.set=function Qt(P,_e){var nt=this.__data__;if(nt instanceof ke){var yt=nt.__data__;if(!re||yt.length<199)return yt.push([P,_e]),this;nt=this.__data__=new Wt(yt)}return nt.set(P,_e),this};var ho=function Lo(P){return G.call(P)};function ic(P,_e){return!!(_e=_e??B)&&("number"==typeof P||Be.test(P))&&P>-1&&P%1==0&&P<_e}function ui(P){return P==P&&!Ni(P)}function Po(P){if(null!=P){try{return D.call(P)}catch{}try{return P+""}catch{}}return""}function ss(P,_e){return P===_e||P!=P&&_e!=_e}(Z&&ho(new Z(new ArrayBuffer(1)))!=le||re&&ho(new re)!=ee||Re&&ho(Re.resolve())!=te||rt&&ho(new rt)!=F||g&&ho(new g)!=ce)&&(ho=function(P){var _e=G.call(P),nt=_e==K?P.constructor:void 0,yt=nt?Po(nt):void 0;if(yt)switch(yt){case Se:return le;case Gt:return ee;case w:return te;case x:return F;case ie:return ce}return _e});var Nt=Array.isArray;function Gr(P){return null!=P&&to(P.length)&&!Zs(P)}function Zs(P){var _e=Ni(P)?G.call(P):"";return _e==S||"[object GeneratorFunction]"==_e}function to(P){return"number"==typeof P&&P>-1&&P%1==0&&P<=B}function Ni(P){var _e=typeof P;return!!P&&("object"==_e||"function"==_e)}function no(P){return!!P&&"object"==typeof P}var Sl=Y?function We(P){return function(_e){return P(_e)}}(Y):function Nr(P){return no(P)&&to(P.length)&&!!Ge[G.call(P)]};function Js(P){return Gr(P)?function an(P,_e){var nt=Nt(P)||function ln(P){return function Tr(P){return no(P)&&Gr(P)}(P)&&q.call(P,"callee")&&(!v.call(P,"callee")||G.call(P)==U)}(P)?function lt(P,_e){for(var nt=-1,yt=Array(P);++nt<P;)yt[nt]=_e(nt);return yt}(P.length,String):[],yt=nt.length,pn=!!yt;for(var Ct in P)(_e||q.call(P,Ct))&&(!pn||"length"!=Ct&&!ic(Ct,yt))&&nt.push(Ct);return nt}(P):function $n(P){if(!function fo(P){var _e=P&&P.constructor;return P===("function"==typeof _e&&_e.prototype||Qe)}(P))return O(P);var _e=[];for(var nt in Object(P))q.call(P,nt)&&"constructor"!=nt&&_e.push(nt);return _e}(P)}ge.exports=function sc(P,_e){return P===_e||function _n(P,_e,nt,yt){var pn=nt.length,Ct=pn,ut=!yt;if(null==P)return!Ct;for(P=Object(P);pn--;){var Dn=nt[pn];if(ut&&Dn[2]?Dn[1]!==P[Dn[0]]:!(Dn[0]in P))return!1}for(;++pn<Ct;){var Hn=(Dn=nt[pn])[0],Wn=P[Hn],Zn=Dn[1];if(ut&&Dn[2]){if(void 0===Wn&&!(Hn in P))return!1}else{var Sr=new Ue;if(yt)var et=yt(Wn,Zn,Hn,P,_e,Sr);if(!(void 0===et?eo(Zn,Wn,yt,3,Sr):et))return!1}}return!0}(P,_e,function Xn(P){for(var _e=Js(P),nt=_e.length;nt--;){var yt=_e[nt],pn=P[yt];_e[nt]=[yt,pn,ui(pn)]}return _e}(_e))}},1892(ge,W,h){"use strict";h.d(W,{FK:()=>Ze,Y:()=>Se,FD:()=>Gt});var m,E,A,B,U,M,j,b,T,S,L,V={},K=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,H=Array.isArray;function F(w,x){for(var ie in x)w[ie]=x[ie];return w}function ne(w){w&&w.parentNode&&w.parentNode.removeChild(w)}function ce(w,x,ie,be,he){var de={type:w,props:x,key:ie,ref:be,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:he??++A,__i:-1,__u:0};return null==he&&null!=E.vnode&&E.vnode(de),de}function le(w){return w.children}function ae(w,x){this.props=w,this.context=x}function ve(w,x){if(null==x)return w.__?ve(w.__,w.__i+1):null;for(var ie;x<w.__k.length;x++)if(null!=(ie=w.__k[x])&&null!=ie.__e)return ie.__e;return"function"==typeof w.type?ve(w):null}function Pe(w){var x,ie;if(null!=(w=w.__)&&null!=w.__c){for(w.__e=w.__c.base=null,x=0;x<w.__k.length;x++)if(null!=(ie=w.__k[x])&&null!=ie.__e){w.__e=w.__c.base=ie.__e;break}return Pe(w)}}function xe(w){(!w.__d&&(w.__d=!0)&&B.push(w)&&!Ee.__r++||U!==E.debounceRendering)&&((U=E.debounceRendering)||M)(Ee)}function Ee(){var w,x,ie,be,he,de,Ye,tt;for(B.sort(j);w=B.shift();)w.__d&&(x=B.length,be=void 0,de=(he=(ie=w).__v).__e,Ye=[],tt=[],ie.__P&&((be=F({},he)).__v=he.__v+1,E.vnode&&E.vnode(be),$e(ie.__P,be,he,ie.__n,ie.__P.namespaceURI,32&he.__u?[de]:null,Ye,de??ve(he),!!(32&he.__u),tt),be.__v=he.__v,be.__.__k[be.__i]=be,Ne(Ye,be,tt),be.__e!=de&&Pe(be)),B.length>x&&B.sort(j));Ee.__r=0}function Ie(w,x,ie,be,he,de,Ye,tt,mt,vt,Pt){var ke,Yt,It,qt,tn,fr,Wt=be&&be.__k||K,Jt=x.length;for(mt=function me(w,x,ie,be){var he,de,Ye,tt,mt,vt=x.length,Pt=ie.length,ke=Pt,Yt=0;for(w.__k=[],he=0;he<vt;he++)null!=(de=x[he])&&"boolean"!=typeof de&&"function"!=typeof de?(tt=he+Yt,(de=w.__k[he]="string"==typeof de||"number"==typeof de||"bigint"==typeof de||de.constructor==String?ce(null,de,null,null,null):H(de)?ce(le,{children:de},null,null,null):void 0===de.constructor&&de.__b>0?ce(de.type,de.props,de.key,de.ref?de.ref:null,de.__v):de).__=w,de.__b=w.__b+1,Ye=null,-1!==(mt=de.__i=st(de,ie,tt,ke))&&(ke--,(Ye=ie[mt])&&(Ye.__u|=2)),null==Ye||null===Ye.__v?(-1==mt&&Yt--,"function"!=typeof de.type&&(de.__u|=4)):mt!==tt&&(mt==tt-1?Yt--:mt==tt+1?Yt++:(mt>tt?Yt--:Yt++,de.__u|=4))):de=w.__k[he]=null;if(ke)for(he=0;he<Pt;he++)null!=(Ye=ie[he])&&!(2&Ye.__u)&&(Ye.__e==be&&(be=ve(Ye)),at(Ye,Ye));return be}(ie,x,Wt,mt),ke=0;ke<Jt;ke++)null!=(It=ie.__k[ke])&&(Yt=-1===It.__i?V:Wt[It.__i]||V,It.__i=ke,fr=$e(w,It,Yt,he,de,Ye,tt,mt,vt,Pt),qt=It.__e,It.ref&&Yt.ref!=It.ref&&(Yt.ref&&Ae(Yt.ref,null,It),Pt.push(It.ref,It.__c||qt,It)),null==tn&&null!=qt&&(tn=qt),4&It.__u||Yt.__k===It.__k?mt=ct(It,mt,w):"function"==typeof It.type&&void 0!==fr?mt=fr:qt&&(mt=qt.nextSibling),It.__u&=-7);return ie.__e=tn,mt}function ct(w,x,ie){var be,he;if("function"==typeof w.type){for(be=w.__k,he=0;be&&he<be.length;he++)be[he]&&(be[he].__=w,x=ct(be[he],x,ie));return x}w.__e!=x&&(x&&w.type&&!ie.contains(x)&&(x=ve(w)),ie.insertBefore(w.__e,x||null),x=w.__e);do{x=x&&x.nextSibling}while(null!=x&&8===x.nodeType);return x}function st(w,x,ie,be){var he=w.key,de=w.type,Ye=ie-1,tt=ie+1,mt=x[ie];if(null===mt||mt&&he==mt.key&&de===mt.type&&!(2&mt.__u))return ie;if(("function"!=typeof de||de===le||he)&&be>(null==mt||2&mt.__u?0:1))for(;Ye>=0||tt<x.length;){if(Ye>=0){if((mt=x[Ye])&&!(2&mt.__u)&&he==mt.key&&de===mt.type)return Ye;Ye--}if(tt<x.length){if((mt=x[tt])&&!(2&mt.__u)&&he==mt.key&&de===mt.type)return tt;tt++}}return-1}function Ce(w,x,ie){"-"===x[0]?w.setProperty(x,ie??""):w[x]=null==ie?"":"number"!=typeof ie||te.test(x)?ie:ie+"px"}function Be(w,x,ie,be,he){var de,Ye;e:if("style"===x)if("string"==typeof ie)w.style.cssText=ie;else{if("string"==typeof be&&(w.style.cssText=be=""),be)for(x in be)ie&&x in ie||Ce(w.style,x,"");if(ie)for(x in ie)be&&ie[x]===be[x]||Ce(w.style,x,ie[x])}else if("o"===x[0]&&"n"===x[1])de=x!==(x=x.replace(b,"$1")),x=x.toLowerCase()in w||"onFocusOut"===x||"onFocusIn"===x?x.toLowerCase().slice(2):x.slice(2),w.l||(w.l={}),w.l[x+de]=ie,ie?be?ie.t=be.t:(ie.t=T,w.addEventListener(x,de?L:S,de)):w.removeEventListener(x,de?L:S,de);else{if("http://www.w3.org/2000/svg"==he)x=x.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=x&&"height"!=x&&"href"!=x&&"list"!=x&&"form"!=x&&"tabIndex"!=x&&"download"!=x&&"rowSpan"!=x&&"colSpan"!=x&&"role"!=x&&"popover"!=x&&x in w)try{Ye=w.tagName&&w.tagName.includes("-"),w[x]=null!=ie||Ye?ie:"";break e}catch{}"function"==typeof ie||(null==ie||!1===ie&&"-"!==x[4]?w.removeAttribute(x):w.setAttribute(x,"popover"==x&&1==ie?"":ie))}}function Ge(w){return function(x){if(this.l){var ie=this.l[x.type+w];if(null==x.u)x.u=T++;else if(x.u<ie.t)return;return ie(E.event?E.event(x):x)}}}function $e(w,x,ie,be,he,de,Ye,tt,mt,vt){var Pt,ke,Yt,It,qt,tn,fr,Wt,Jt,bn,pr,Un,jr,se,He,J,Ue,Ke=x.type;if(void 0!==x.constructor)return null;128&ie.__u&&(mt=!!(32&ie.__u),de=[tt=x.__e=ie.__e]),(Pt=E.__b)&&Pt(x);e:if("function"==typeof Ke)try{if(Wt=x.props,Jt="prototype"in Ke&&Ke.prototype.render,bn=(Pt=Ke.contextType)&&be[Pt.__c],pr=Pt?bn?bn.props.value:Pt.__:be,ie.__c?fr=(ke=x.__c=ie.__c).__=ke.__E:(Jt?x.__c=ke=new Ke(Wt,pr):(x.__c=ke=new ae(Wt,pr),ke.constructor=Ke,ke.render=Oe),bn&&bn.sub(ke),ke.props=Wt,ke.state||(ke.state={}),ke.context=pr,ke.__n=be,Yt=ke.__d=!0,ke.__h=[],ke._sb=[]),Jt&&null==ke.__s&&(ke.__s=ke.state),Jt&&null!=Ke.getDerivedStateFromProps&&(ke.__s==ke.state&&(ke.__s=F({},ke.__s)),F(ke.__s,Ke.getDerivedStateFromProps(Wt,ke.__s))),It=ke.props,qt=ke.state,ke.__v=x,Yt)Jt&&null==Ke.getDerivedStateFromProps&&null!=ke.componentWillMount&&ke.componentWillMount(),Jt&&null!=ke.componentDidMount&&ke.__h.push(ke.componentDidMount);else{if(Jt&&null==Ke.getDerivedStateFromProps&&Wt!==It&&null!=ke.componentWillReceiveProps&&ke.componentWillReceiveProps(Wt,pr),!ke.__e&&(null!=ke.shouldComponentUpdate&&!1===ke.shouldComponentUpdate(Wt,ke.__s,pr)||x.__v===ie.__v)){for(x.__v!==ie.__v&&(ke.props=Wt,ke.state=ke.__s,ke.__d=!1),x.__e=ie.__e,x.__k=ie.__k,x.__k.some(function(dt){dt&&(dt.__=x)}),Un=0;Un<ke._sb.length;Un++)ke.__h.push(ke._sb[Un]);ke._sb=[],ke.__h.length&&Ye.push(ke);break e}null!=ke.componentWillUpdate&&ke.componentWillUpdate(Wt,ke.__s,pr),Jt&&null!=ke.componentDidUpdate&&ke.__h.push(function(){ke.componentDidUpdate(It,qt,tn)})}if(ke.context=pr,ke.props=Wt,ke.__P=w,ke.__e=!1,jr=E.__r,se=0,Jt){for(ke.state=ke.__s,ke.__d=!1,jr&&jr(x),Pt=ke.render(ke.props,ke.state,ke.context),He=0;He<ke._sb.length;He++)ke.__h.push(ke._sb[He]);ke._sb=[]}else do{ke.__d=!1,jr&&jr(x),Pt=ke.render(ke.props,ke.state,ke.context),ke.state=ke.__s}while(ke.__d&&++se<25);ke.state=ke.__s,null!=ke.getChildContext&&(be=F(F({},be),ke.getChildContext())),Jt&&!Yt&&null!=ke.getSnapshotBeforeUpdate&&(tn=ke.getSnapshotBeforeUpdate(It,qt)),tt=Ie(w,H(J=null!=Pt&&Pt.type===le&&null==Pt.key?Pt.props.children:Pt)?J:[J],x,ie,be,he,de,Ye,tt,mt,vt),ke.base=x.__e,x.__u&=-161,ke.__h.length&&Ye.push(ke),fr&&(ke.__E=ke.__=null)}catch(dt){if(x.__v=null,mt||null!=de)if(dt.then){for(x.__u|=mt?160:128;tt&&8===tt.nodeType&&tt.nextSibling;)tt=tt.nextSibling;de[de.indexOf(tt)]=null,x.__e=tt}else for(Ue=de.length;Ue--;)ne(de[Ue]);else x.__e=ie.__e,x.__k=ie.__k;E.__e(dt,x,ie)}else null==de&&x.__v===ie.__v?(x.__k=ie.__k,x.__e=ie.__e):tt=x.__e=function Xe(w,x,ie,be,he,de,Ye,tt,mt){var vt,Pt,ke,Yt,It,qt,tn,fr,Wt=ie.props,Jt=x.props,bn=x.type;if("svg"===bn?he="http://www.w3.org/2000/svg":"math"===bn?he="http://www.w3.org/1998/Math/MathML":he||(he="http://www.w3.org/1999/xhtml"),null!=de)for(vt=0;vt<de.length;vt++)if((It=de[vt])&&"setAttribute"in It==!!bn&&(bn?It.localName===bn:3===It.nodeType)){w=It,de[vt]=null;break}if(null==w){if(null===bn)return document.createTextNode(Jt);w=document.createElementNS(he,bn,Jt.is&&Jt),tt&&(E.__m&&E.__m(x,de),tt=!1),de=null}if(null===bn)Wt===Jt||tt&&w.data===Jt||(w.data=Jt);else{if(de=de&&m.call(w.childNodes),Wt=ie.props||V,!tt&&null!=de)for(Wt={},vt=0;vt<w.attributes.length;vt++)Wt[(It=w.attributes[vt]).name]=It.value;for(vt in Wt)if(It=Wt[vt],"children"!=vt)if("dangerouslySetInnerHTML"==vt)ke=It;else if(!(vt in Jt)){if("value"==vt&&"defaultValue"in Jt||"checked"==vt&&"defaultChecked"in Jt)continue;Be(w,vt,null,It,he)}for(vt in Jt)It=Jt[vt],"children"==vt?Yt=It:"dangerouslySetInnerHTML"==vt?Pt=It:"value"==vt?qt=It:"checked"==vt?tn=It:tt&&"function"!=typeof It||Wt[vt]===It||((vt.startsWith("on")||"ref"===vt&&"function"==typeof It)&&(fr=be[Object.keys(be)[0]])&&(It=It.bind(fr.props.value)),Be(w,vt,It,Wt[vt],he));if(Pt)tt||ke&&(Pt.__html===ke.__html||Pt.__html===w.innerHTML)||(w.innerHTML=Pt.__html),x.__k=[];else if(ke&&(w.innerHTML=""),Ie(w,H(Yt)?Yt:[Yt],x,ie,be,"foreignObject"===bn?"http://www.w3.org/1999/xhtml":he,de,Ye,de?de[0]:ie.__k&&ve(ie,0),tt,mt),null!=de)for(vt=de.length;vt--;)ne(de[vt]);tt||(vt="value","progress"===bn&&null==qt?w.removeAttribute("value"):void 0!==qt&&(qt!==w[vt]||"progress"===bn&&!qt||"option"===bn&&qt!==Wt[vt])&&Be(w,vt,qt,Wt[vt],he),vt="checked",void 0!==tn&&tn!==w[vt]&&Be(w,vt,tn,Wt[vt],he))}return w}(ie.__e,x,ie,be,he,de,Ye,mt,vt);return(Pt=E.diffed)&&Pt(x),128&x.__u?void 0:tt}function Ne(w,x,ie){for(var be=0;be<ie.length;be++)Ae(ie[be],ie[++be],ie[++be]);E.__c&&E.__c(x,w),w.some(function(he){try{w=he.__h,he.__h=[],w.some(function(de){de.call(he)})}catch(de){E.__e(de,he.__v)}})}function Ae(w,x,ie){try{if("function"==typeof w){var be="function"==typeof w.__u;be&&w.__u(),be&&null==x||(w.__u=w(x))}else w.current=x}catch(he){E.__e(he,ie)}}function at(w,x,ie){var be,he;if(E.unmount&&E.unmount(w),(be=w.ref)&&(be.current&&be.current!==w.__e||Ae(be,null,x)),null!=(be=w.__c)){if(be.componentWillUnmount)try{be.componentWillUnmount()}catch(de){E.__e(de,x)}be.base=be.__P=null}if(be=w.__k)for(he=0;he<be.length;he++)be[he]&&at(be[he],x,ie||"function"!=typeof w.type);ie||ne(w.__e),w.__c=w.__=w.__e=void 0}function Oe(w,x,ie){return this.constructor(w,ie)}m=K.slice,E={__e:function(w,x,ie,be){for(var he,de,Ye;x=x.__;)if((he=x.__c)&&!he.__)try{if((de=he.constructor)&&null!=de.getDerivedStateFromError&&(he.setState(de.getDerivedStateFromError(w)),Ye=he.__d),null!=he.componentDidCatch&&(he.componentDidCatch(w,be||{}),Ye=he.__d),Ye)return he.__E=he}catch(tt){w=tt}throw w}},A=0,ae.prototype.setState=function(w,x){var ie;ie=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof w&&(w=w(F({},ie),this.props)),w&&F(ie,w),null!=w&&this.__v&&(x&&this._sb.push(x),xe(this))},ae.prototype.forceUpdate=function(w){this.__v&&(this.__e=!0,w&&this.__h.push(w),xe(this))},ae.prototype.render=le,B=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(w,x){return w.__v.__b-x.__v.__b},Ee.__r=0,b=/(PointerCapture)$|Capture$/i,T=0,S=Ge(!1),L=Ge(!0);var sn=0;function wt(w,x,ie,be,he,de){x||(x={});var Ye,tt,mt=x;"ref"in x&&(Ye=x.ref,delete x.ref);var vt={type:w,props:mt,key:ie,ref:Ye,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--sn,__i:-1,__u:0,__source:he,__self:de};if("function"==typeof w&&(Ye=w.defaultProps))for(tt in Ye)void 0===mt[tt]&&(mt[tt]=Ye[tt]);return E.vnode&&E.vnode(vt),vt}const u=new Map;function rt(w,x,ie){let be;return function Re(w){return"function"==typeof w&&"getMetadata"in w}(w)?(be=w.getMetadata().getTag(),function re(w,x){const be=w.getMetadata().getEvents();Object.keys(x).forEach(he=>{if(he.startsWith("on")){const de=he.slice(2),Ye=(w=>(w=>{if(!u.has(w)){const x=w.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();u.set(w,x)}return u.get(w)})(w))(de),tt=de.charAt(0).toLowerCase()+de.slice(1);let mt;Ye in be?mt=Ye:tt in be&&(mt=tt),mt&&"onClick"!==he&&(x[`onui5-${mt}`]=x[he],delete x[he])}})}(w,x)):be=w,"object"==typeof x.class&&(x.class=function q(w){let x="";for(const ie in w)w[ie]&&(x&&(x+=" "),x+=ie);return x}(x.class)),be}const g=E.vnode;function Ze(w,x){return le(w)}function Se(w,x,ie){return wt(rt(w,x),x,ie)}function Gt(w,x,ie){return wt(rt(w,x),x,ie)}E.vnode=w=>{g&&g(w)}},2781(ge,W,h){"use strict";h.d(W,{zj:()=>at,qM:()=>$e});var m=h(467),C=h(1241),B=h(3455),U=h(3274),j=h(2260);let T;(0,h(2134).R)(()=>{T=void 0});const K=()=>{const Ve=(0,U.x)("OpenUI5Support");(!Ve||!Ve.isOpenUI5Detected())&&(()=>{const Ve=document.querySelector("head>style[data-ui5-font-face]");void 0===T&&(T=(0,j.d$)()),!T||Ve||(0,B.g5)("data-ui5-font-face")||(0,B._r)('@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}\n@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}\n@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.36.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var X=h(6726),le=h(2616),ae=h(7983),ve=h(7928),Pe=h(6136);let Ce,xe=!1,st=!1,Be=!1;const Ge=new C.A,$e=()=>st,Xe=function(){var Ve=(0,m.A)(function*(){const Y=(0,U.x)("OpenUI5Support"),ye=!!Y&&Y.isOpenUI5Detected(),lt=(0,U.x)("F6Navigation");Y&&(lt&<.destroy(),yield Y.init()),lt&&!ye&<.init()});return function(){return Ve.apply(this,arguments)}}(),at=function(){var Ve=(0,m.A)(function*(){if(void 0!==Ce)return Ce;const Y=function(){var ye=(0,m.A)(function*(lt){(0,ae.je)(),typeof document>"u"?lt():((0,ve.h)(Fe),yield Xe(),yield new Promise(Ve=>{document.body?Ve():document.addEventListener("DOMContentLoaded",()=>{Ve()})}),yield(0,le.Ay)((0,X.O4)()),(()=>{if(Be)return;const Ve=(0,U.x)("OpenUI5Support");Ve&&(Be=Ve.attachListeners())})(),K(),(0,B.E6)(":root{--_ui5-cozy-size:var(--_ui5-f2d95f8);--_ui5-compact-size: ;--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5-cozy-size: ;--_ui5-compact-size:var(--_ui5-f2d95f8);--_ui5_content_density:compact}","data-ui5-system-css-vars"),(0,B.g5)("data-ui5-scrollbar-styles")||(0,B._r)("html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}","data-ui5-scrollbar-styles"),(0,Pe.nr)()&&(0,Pe.un)()&&!xe&&(document.body.addEventListener("touchstart",()=>{}),xe=!0),lt(),st=!0,Ge.fireEvent("boot"))});return function(We){return ye.apply(this,arguments)}}();return Ce=new Promise(Y),Ce});return function(){return Ve.apply(this,arguments)}}(),Fe=Ve=>{if(!st)return;const Y=(0,X.O4)(),ye=(0,X.PC)();(Ve===Y||Ve===ye)&&(0,le.Ay)(Y)}},7607(ge,W,h){"use strict";h.d(W,{D8:()=>b,FN:()=>S,J4:()=>L,KI:()=>j});var m=h(6156),E=h(7983);const A=(0,m.A)("Tags",new Map),C=new Set;let U,B=new Map;const j=V=>{C.add(V),A.set(V,(0,E._w)())},b=V=>C.has(V),S=()=>[...C.values()],L=V=>{let K=A.get(V);void 0===K&&(K=-1),B.has(K)||B.set(K,new Set),B.get(K).add(V),U||(U=setTimeout(()=>{ee(),B=new Map,U=void 0},1e3))},ee=()=>{const V=(0,E.J1)(),K=(0,E._w)(),te=V[K];let H="Multiple UI5 Web Components instances detected.";V.length>1&&(H=`${H}\nLoading order (versions before 1.1.0 not listed): ${V.map(F=>`\n${F.description}`).join("")}`),[...B.keys()].forEach(F=>{let ne,Q,ce;-1===F?(ne=1,Q={description:"Older unknown runtime"}):(ne=(0,E.Dz)(K,F),Q=V[F]),ce=ne>0?"an older":ne<0?"a newer":"the same",H=`${H}\n\n"${te.description}" failed to define ${B.get(F).size} tag(s) as they were defined by a runtime of ${ce} version "${Q.description}": ${[...B.get(F)].sort().join(", ")}.`,H=ne>0?`${H}\nWARNING! If your code uses features of the above web components, unavailable in ${Q.description}, it might not work as expected!`:`${H}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),H=`${H}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/UI5/webcomponents/blob/main/docs/2-advanced/06-scoping.md.`,console.warn(H)}},4001(ge,W,h){"use strict";h.d(W,{$4:()=>ee,LI:()=>S,RF:()=>L,rD:()=>b}),h(7607),h(9514);let U={include:[/./],exclude:[]};const M=new Map,b=()=>{},S=()=>U,L=K=>{if(!M.has(K)){const te=U.include.some(H=>K.match(H))&&!U.exclude.some(H=>K.match(H));M.set(K,te)}return M.get(K)},ee=K=>{if(L(K))return b()}},6136(ge,W,h){"use strict";h.d(W,{H8:()=>S,cX:()=>F,m0:()=>ne,nr:()=>T,tp:()=>V,un:()=>H,xl:()=>K});const m=typeof document>"u",E={get userAgent(){return m?"":navigator.userAgent},get touch(){return!m&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!m&&/(Chrome|CriOS)/.test(E.userAgent)},get firefox(){return!m&&/Firefox/.test(E.userAgent)},get safari(){return!m&&!E.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(E.userAgent)},get webkit(){return!m&&/webkit/.test(E.userAgent)},get windows(){return!m&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!m&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!(m||!navigator.platform.match(/iPhone|iPad|iPod/)&&(!E.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!m&&!E.windows&&/Android/.test(E.userAgent)},get androidPhone(){return!m&&E.android&&/(?=android)(?=.*mobile)/i.test(E.userAgent)},get ipad(){return!m&&(/ipad/i.test(E.userAgent)||/Macintosh/i.test(E.userAgent)&&"ontouchend"in document)},_isPhone:()=>(j(),E.touch&&!B)};let A,C,B;const U=()=>{if(m||!E.windows)return!1;if(void 0===A){const Q=E.userAgent.match(/Windows NT (\d+).(\d)/);A=Q?parseFloat(Q[1]):0}return A>=8},j=()=>{if(m)return!1;if(void 0===B){if(E.ipad)return void(B=!0);if(E.touch){if(U())return void(B=!0);if(E.chrome&&E.android)return void(B=!/Mobile Safari\/[.0-9]+/.test(E.userAgent));let Q=window.devicePixelRatio?window.devicePixelRatio:1;return E.android&&(()=>{if(m||!E.webkit)return!1;if(void 0===C){const Q=E.userAgent.match(/(webkit)[ /]([\w.]+)/);C=Q?parseFloat(Q[1]):0}return C>=537.1})()&&(Q=1),void(B=Math.min(window.screen.width/Q,window.screen.height/Q)>=600)}B=-1!==E.userAgent.indexOf("Touch")||E.android&&!E.androidPhone}},T=()=>E.safari,S=()=>E.chrome,V=()=>E._isPhone(),K=()=>!m&&(j(),!((E.touch||U())&&B||V())||U()),H=()=>E.iOS,F=()=>E.macOS,ne=()=>E.android||E.androidPhone},1241(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=class m{constructor(){this._eventRegistry=new Map}attachEvent(C,B){const U=this._eventRegistry,M=U.get(C);Array.isArray(M)?M.includes(B)||M.push(B):U.set(C,[B])}detachEvent(C,B){const U=this._eventRegistry,M=U.get(C);if(!M)return;const j=M.indexOf(B);-1!==j&&M.splice(j,1),0===M.length&&U.delete(C)}fireEvent(C,B){const U=this._eventRegistry.get(C);return U?U.map(M=>M.call(this,B)):[]}fireEventAsync(C,B){return Promise.all(this.fireEvent(C,B))}isHandlerAttached(C,B){const U=this._eventRegistry.get(C);return!!U&&U.includes(B)}hasListeners(C){return!!this._eventRegistry.get(C)}}},3274(ge,W,h){"use strict";h.d(W,{x:()=>A});const m=new Map,A=C=>m.get(C)},2260(ge,W,h){"use strict";h.d(W,{d$:()=>te,$n:()=>H,mE:()=>V,Z0:()=>ee,uf:()=>K,O4:()=>S,SU:()=>L});var je,m=h(8509),E=h(3274),A=h(5726),C=((je=C||{}).Full="full",je.Basic="basic",je.Minimal="minimal",je.None="none",je);const B=C;var U=h(2134),M=h(6121);let j=!1,b={animationMode:B.Full,theme:A.SS,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0,ignoreUrlParams:!1};const S=()=>(me(),b.theme),L=()=>(me(),b.themeRoot),ee=()=>(me(),b.language),V=()=>(me(),b.fetchDefaultLanguage),K=()=>(me(),b.noConflict),te=()=>(me(),b.defaultFontLoading),H=()=>(me(),b.enableDefaultTooltips),le=new Map;le.set("true",!0),le.set("false",!1);const Ee=(je,st,Ce)=>{const Be=st.toLowerCase(),Ge=je.split(`${Ce}-`)[1];le.has(st)&&(st=le.get(Be)),"theme"===Ge?(b.theme=((je,st)=>"theme"===je&&st.includes("@")?st.split("@")[0]:st)(Ge,st),st&&st.includes("@")&&(b.themeRoot=(je=>je.split("@")[1])(st))):b[Ge]=st},me=()=>{typeof document>"u"||j||(ct(),j=!0)},ct=je=>{je&&(0,U.k)(),(()=>{const je=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let st;if(je){try{st=JSON.parse(je.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}st&&(b=(0,m.A)(b,st))}})(),b.ignoreUrlParams||(()=>{const je=new URLSearchParams((0,M.iA)());je.forEach((st,Ce)=>{const Be=Ce.split("sap-").length;0===Be||Be===Ce.split("sap-ui-").length||Ee(Ce,st,"sap")}),je.forEach((st,Ce)=>{Ce.startsWith("sap-ui")&&Ee(Ce,st,"sap-ui")})})(),(()=>{const je=(0,E.x)("OpenUI5Support");if(!je||!je.isOpenUI5Detected())return;const st=je.getConfigurationSettingsObject();b=(0,m.A)(b,st)})()}},2358(ge,W,h){"use strict";h.d(W,{BF:()=>j,FG:()=>S,HJ:()=>q,KK:()=>X,KL:()=>Ce,OC:()=>T,Ob:()=>Ne,Pj:()=>ee,RI:()=>E,Tu:()=>u,W_:()=>$e,_0:()=>U,aI:()=>F,bR:()=>Ge,hn:()=>le,ie:()=>L,oY:()=>Fe,oi:()=>D,qN:()=>Ee,tt:()=>ne,ty:()=>gt,uV:()=>Ie,vQ:()=>Oe,xC:()=>M,zP:()=>Be});const E=g=>(g.key?"Enter"===g.key:13===g.keyCode)&&!O(g),U=g=>re(g,!0,!1,!1),M=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&!O(g),j=g=>(g.key?"Spacebar"===g.key||" "===g.key:32===g.keyCode)&&re(g,!1,!1,!0),T=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&!O(g),S=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&!O(g),L=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&!O(g),ee=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&!O(g),F=g=>(g.key?"ArrowUp"===g.key||"Up"===g.key:38===g.keyCode)&&re(g,!1,!1,!0),ne=g=>(g.key?"ArrowDown"===g.key||"Down"===g.key:40===g.keyCode)&&re(g,!1,!1,!0),X=g=>(g.key?"ArrowLeft"===g.key||"Left"===g.key:37===g.keyCode)&&re(g,!1,!1,!0),le=g=>(g.key?"ArrowRight"===g.key||"Right"===g.key:39===g.keyCode)&&re(g,!1,!1,!0),Ee=g=>(g.key?"Home"===g.key:36===g.keyCode)&&!O(g),Ie=g=>(g.key?"End"===g.key:35===g.keyCode)&&!O(g),Ce=g=>(g.key?"Escape"===g.key||"Esc"===g.key:27===g.keyCode)&&!O(g),Be=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&!O(g),Ge=g=>(g.key?"Tab"===g.key:9===g.keyCode)&&re(g,!1,!1,!0),$e=g=>(g.key?"Backspace"===g.key:8===g.keyCode)&&!O(g),Ne=g=>(g.key?"Delete"===g.key:46===g.keyCode)&&!O(g),Oe=g=>(g.key?"PageUp"===g.key:33===g.keyCode)&&!O(g),Fe=g=>(g.key?"PageDown"===g.key:34===g.keyCode)&&!O(g),gt=g=>"F2"===g.key&&!O(g),D=g=>(g.key?"F7"===g.key:118===g.keyCode)&&!O(g),q=g=>(g.key?"F8"===g.key:119===g.keyCode)&&re(g,!0,!0,!1),u=g=>"Shift"===g.key||16===g.keyCode,O=g=>g.shiftKey||g.altKey||Z(g),Z=g=>!(!g.metaKey&&!g.ctrlKey),re=(g,Ze,Se,Gt)=>g.shiftKey===Gt&&g.altKey===Se&&Z(g)===Ze},6121(ge,W,h){"use strict";h.d(W,{$N:()=>U,VQ:()=>A,iA:()=>M,iw:()=>B,lj:()=>C});const m=typeof document>"u",E_search=()=>m?"":window.location.search,A=()=>m?"":window.location.hostname,C=()=>m?"":window.location.port,B=()=>m?"":window.location.protocol,U=()=>m?"":window.location.href,M=()=>E_search()},3455(ge,W,h){"use strict";h.d(W,{E6:()=>b,Zq:()=>T,_r:()=>B,eP:()=>j,g5:()=>M});var m=h(7983);const E=typeof document>"u",A=(S,L)=>L?`${S}|${L}`:S,B=(S,L,ee="",V)=>{const K=(0,m._w)(),te=new CSSStyleSheet;te.replaceSync(S),te._ui5StyleId=A(L,ee),V&&(te._ui5RuntimeIndex=K,te._ui5Theme=V),document.adoptedStyleSheets=[...document.adoptedStyleSheets,te]},M=(S,L="")=>!!E||!!document.adoptedStyleSheets.find(ee=>ee._ui5StyleId===A(S,L)),j=(S,L="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(ee=>ee._ui5StyleId!==A(S,L))},b=(S,L,ee="",V)=>{M(L,ee)?((S,L,ee="",V)=>{const K=(0,m._w)(),te=document.adoptedStyleSheets.find(H=>H._ui5StyleId===A(L,ee));te&&(V?(te._ui5Theme!==V||(S=>void 0===S||(0,m.Dz)((0,m._w)(),parseInt(S))>=1)(te._ui5RuntimeIndex))&&(te.replaceSync(S||""),te._ui5RuntimeIndex=String(K),te._ui5Theme=V):te.replaceSync(S||""))})(S,L,ee,V):B(S,L,ee,V)},T=(S,L)=>void 0===S?L:void 0===L?S:`${S} ${L}`},4583(ge,W,h){"use strict";h.d(W,{A:()=>M});const m=new Map,E=new Map;E.set("S",[0,599]),E.set("M",[600,1023]),E.set("L",[1024,1439]),E.set("XL",[1440,1/0]);var j,A=((j=A||{}).RANGE_4STEPS="4Step",j);const U={RANGESETS:A,initRangeSet:(j,b)=>{m.set(j,b)},getCurrentRange:(j,b=window.innerWidth)=>{let S,T=m.get(j);T||(T=m.get("4Step"));const L=Math.floor(b);return T.forEach((ee,V)=>{L>=ee[0]&&L<=ee[1]&&(S=V)}),S||[...T.keys()][0]}};U.initRangeSet(U.RANGESETS.RANGE_4STEPS,E);const M=U},6060(ge,W,h){"use strict";h.d(W,{zo:()=>ne,xm:()=>ve,kT:()=>te,oK:()=>K,JT:()=>le,fz:()=>F,nl:()=>H});var m=h(467),E=h(1241);var U=h(7607),M=h(8012);const j=new Set,b=new E.A,T=new class C{constructor(){this.list=[],this.lookup=new Set}add(Ie){this.lookup.has(Ie)||(this.list.push(Ie),this.lookup.add(Ie))}remove(Ie){this.lookup.has(Ie)&&(this.list=this.list.filter(me=>me!==Ie),this.lookup.delete(Ie))}shift(){const Ie=this.list.shift();if(Ie)return this.lookup.delete(Ie),Ie}isEmpty(){return 0===this.list.length}isAdded(Ie){return this.lookup.has(Ie)}process(Ie){let me;const ct=new Map;for(me=this.shift();me;){const je=ct.get(me)||0;if(je>10)throw new Error("Web component processed too many times this task, max allowed is: 10");Ie(me),ct.set(me,je+1),me=this.shift()}}};let S,L,ee,V;const K=function(){var Ee=(0,m.A)(function*(Ie){T.add(Ie),yield Q()});return function(me){return Ee.apply(this,arguments)}}(),te=Ee=>{j.add(Ee)},H=Ee=>{j.delete(Ee)},F=Ee=>{b.fireEvent("beforeComponentRender",Ee),te(Ee),Ee._render()},ne=Ee=>{T.remove(Ee),H(Ee)},Q=function(){var Ee=(0,m.A)(function*(){V||(V=new Promise(Ie=>{window.requestAnimationFrame(()=>{T.process(F),V=null,Ie(),ee||(ee=setTimeout(()=>{ee=void 0,T.isEmpty()&&ae()},200))})})),yield V});return function(){return Ee.apply(this,arguments)}}(),le=function(){var Ee=(0,m.A)(function*(){yield(()=>{const Ee=(0,U.FN)().map(Ie=>customElements.whenDefined(Ie));return Promise.all(Ee)})(),yield S||(S=new Promise(Ee=>{L=Ee,window.requestAnimationFrame(()=>{T.isEmpty()&&(S=void 0,Ee())})}),S)});return function(){return Ee.apply(this,arguments)}}(),ae=()=>{T.isEmpty()&&L&&(L(),L=void 0,S=void 0)},ve=function(){var Ee=(0,m.A)(function*(Ie){j.forEach(me=>{const ct=me.constructor,je=ct.getMetadata().getTag(),st=(0,M.J)(ct),Ce=ct.getMetadata().isLanguageAware(),Be=ct.getMetadata().isThemeAware();(!Ie||Ie.tag===je||Ie.rtlAware&&st||Ie.languageAware&&Ce||Ie.themeAware&&Be)&&K(me)}),yield le()});return function(me){return Ee.apply(this,arguments)}}()},7983(ge,W,h){"use strict";h.d(W,{Dz:()=>L,J1:()=>V,_w:()=>T,je:()=>b});var m=h(7607),E=h(4001),A=h(9514),C=h(6156);let B;const M=new Map,j=(0,C.A)("Runtimes",[]),b=()=>{if(void 0===B){B=j.length;const K=A.A;j.push({...K,get scopingSuffix(){return(0,E.rD)()},get registeredTags(){return(0,m.FN)()},get scopingRules(){return(0,E.LI)()},alias:"",description:`Runtime ${B} - ver ${K.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},T=()=>B,L=(K,te)=>{const H=`${K},${te}`;if(M.has(H))return M.get(H);const F=j[K],ne=j[te];if(!F||!ne)throw new Error("Invalid runtime index supplied");const Q=((K,te)=>{if(K.isNext||te.isNext)return K.buildTime-te.buildTime;return K.major-te.major||K.minor-te.minor||K.patch-te.patch||new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(K.suffix,te.suffix)})(F,ne);return M.set(H,Q),Q},V=()=>j},5386(ge,W,h){"use strict";h.d(W,{A:()=>jr,W:()=>Un});var m=h(467),E=h(8509),A=h(2781);const C=new Map,B=new Map,U=new Map,M=se=>{if(!C.has(se)){const He=T(se.split("-"));C.set(se,He)}return C.get(se)},j=se=>{if(!B.has(se)){const He=se.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();B.set(se,He)}return B.get(se)},T=se=>se.map((He,J)=>0===J?He.toLowerCase():He.charAt(0).toUpperCase()+He.slice(1).toLowerCase()).join(""),S=se=>{const He=U.get(se);if(He)return He;const J=M(se),Ue=J.charAt(0).toUpperCase()+J.slice(1);return U.set(se,Ue),Ue},L=se=>{if(!(se instanceof HTMLElement))return"default";const He=se.getAttribute("slot");if(He){const J=He.match(/^(.+?)-\d+$/);return J?J[1]:He}return"default"},ee=se=>se instanceof HTMLSlotElement?se.assignedNodes({flatten:!0}).filter(He=>He instanceof HTMLElement):[se],V=se=>se.reduce((He,J)=>He.concat(ee(J)),[]);var K=h(4001);const F=class te{constructor(He){this.metadata=He}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const He={};if(this.slotsAreManaged()){const J=this.getSlots();for(const[Ue,Ke]of Object.entries(J)){const dt=Ke.propertyName||Ue;He[dt]=[],He[M(dt)]=He[dt]}}return this._initialState=He,He}static validateSlotValue(He,J){return((se,He)=>(se&&ee(se).forEach(J=>{if(!(J instanceof He.type))throw new Error(`The element is not of type ${He.type.toString()}`)}),se))(He,J)}getPureTag(){return this.metadata.tag||""}getTag(){const He=this.metadata.tag;if(!He)return"";const J=(0,K.$4)(He);return J?`${He}-${J}`:He}hasAttribute(He){return!this.getProperties()[He].noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(j)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(He=>He.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(He,J,Ue){const Ke=this.getSlots()[He].invalidateOnChildChange;if(void 0===Ke)return!1;if("boolean"==typeof Ke)return Ke;if("object"==typeof Ke){if("property"===J){if(void 0===Ke.properties)return!1;if("boolean"==typeof Ke.properties)return Ke.properties;if(Array.isArray(Ke.properties))return Ke.properties.includes(Ue);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===J){if(void 0===Ke.slots)return!1;if("boolean"==typeof Ke.slots)return Ke.slots;if(Array.isArray(Ke.slots))return Ke.slots.includes(Ue);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}};var ne=h(1241),Q=h(6060),ce=h(6156);const ve=se=>{(0,ce.A)("CustomStyle.eventProvider",new ne.A).attachEvent("CustomCSSChange",se)};ve(se=>{(0,Q.xm)({tag:se})});const Ce=se=>Array.isArray(se)?se.filter(He=>!!He).flat(10).join(" "):se;var Be=h(3274);const Ge=new Map;ve(se=>{Ge.delete(`${se}_normal`)});const Ne=se=>{const He=se.getMetadata().getTag(),J=`${He}_normal`,Ue=(0,Be.x)("OpenUI5Enablement");if(!Ge.has(J)){let Ke="";Ue&&(Ke=Ce(Ue.getBusyIndicatorStyles()));const dt=(se=>{const He=(0,ce.A)("CustomStyle.customCSSFor",{});return He[se]?He[se].join(""):""})(He)||"",Bt=`${Ce(se.styles)} ${dt} ${Ke}`;Ge.set(J,Bt)}return Ge.get(J)},Xe=new Map;ve(se=>{Xe.delete(`${se}_normal`)});const at=se=>{const He=`${se.getMetadata().getTag()}_normal`;if(!Xe.has(He)){const J=Ne(se),Ue=new CSSStyleSheet;Ue.replaceSync(J),Xe.set(He,[Ue])}return Xe.get(He)};var Oe=h(1452);const Y=[];var We=h(7607);const Et=new WeakMap;var sn=h(2260),gt=h(2134);const wt=["value-changed","click"];let Le;(0,gt.R)(()=>{Le=void 0});const $=()=>(void 0===Le&&(Le=(0,sn.uf)()),Le),_=["disabled","title","hidden","role","draggable"],v=se=>!(!_.includes(se)&&!se.startsWith("aria")&&[HTMLElement,Element,Node].some(He=>He.prototype.hasOwnProperty(se)));var k=h(8777),O=h(8012),Z=h(3823),re=h(6162),Re=h(4446),rt=h(4217),g=h(1175),Ze=h(5726);const Gt=new Map,w=new Map,x=new Map,ie=new Set;let be=!1;const he={iw:"he",ji:"yi",in:"id"},de=se=>{be||(console.warn(`[LocaleData] Supported locale "${se}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),be=!0)},tt=(se,He)=>{Gt.set(se,He)},Pt=function(){var se=(0,m.A)(function*(He,J,Ue){const Ke=((se,He,J)=>{"no"===(se=se&&he[se]||se)&&(se="nb"),"zh"===se&&!He&&("Hans"===J?He="CN":"Hant"===J&&(He="TW")),("sh"===se||"sr"===se&&"Latn"===J)&&(se="sr",He="Latn");let Ue=`${se}_${He}`;return Ze.dI.includes(Ue)?w.has(Ue)?Ue:(de(Ue),Ze.Xn):(Ue=se,Ze.dI.includes(Ue)?w.has(Ue)?Ue:(de(Ue),Ze.Xn):Ze.Xn)})(He,J,Ue),dt=(0,Be.x)("OpenUI5Support");if(dt){const Bt=dt.getLocaleDataObject();if(Bt)return void tt(Ke,Bt)}try{const Bt=yield(se=>{if(!x.get(se)){const He=w.get(se);if(!He)throw new Error(`CLDR data for locale ${se} is not loaded!`);x.set(se,He(se))}return x.get(se)})(Ke);tt(Ke,Bt)}catch(Bt){const Zt=Bt;ie.has(Zt.message)||(ie.add(Zt.message),console.error(Zt.message))}});return function(J,Ue,Ke){return se.apply(this,arguments)}}();w.set("en",(0,m.A)(function*(){return console.warn('[LocaleData] Falling back to loading "en" locale data from CDN.','For production usage, please configure locale data loading via the "Assets.js" module of the webcomponents package you are using.'),(yield fetch("https://cdn.jsdelivr.net/npm/@openui5/sap.ui.core@1.120.17/src/sap/ui/core/cldr/en.json")).json()})),(0,rt._F)(()=>{const se=(0,g.A)();return Pt(se.getLanguage(),se.getRegion(),se.getScript())});var Yt=h(4181),It=h(5031);let qt=0;const tn=new Map,fr=new Map,Wt={fromAttribute(se,He){if(He===Boolean)return null!==se;if(He===Number)return null===se?void 0:parseFloat(se);if(He===Object||He===Array)try{return JSON.parse(se)}catch{return se}return se},toAttribute:(se,He)=>He===Boolean?se?"":null:He===Object||He===Array||null==se?null:String(se)};function Jt(se){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,Yt.gx)()||(this.onInvalidation(se),this._changedState.push(se),(0,Q.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...se,target:this}))}function bn(se,He){do{const J=Object.getOwnPropertyDescriptor(se,He);if(J)return J;se=Object.getPrototypeOf(se)}while(se&&se!==HTMLElement.prototype)}let pr=(()=>{class se extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const J=this.constructor;let Ue;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new ne.A,this._componentStateFinalizedEventProvider=new ne.A,this._domRefReadyPromise=new Promise(Ke=>{Ue=Ke}),this._domRefReadyPromise._deferredResolve=Ue,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...J.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(Ke=>{this.hasOwnProperty(Ke)&&this.initializedProperties.set(Ke,this[Ke])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const J=this.constructor;if(J._needsShadowDOM()){const Ue={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...Ue,...J.getMetadata().getShadowRootOptions()}),J.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(J){J.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++qt),this.__id}render(){return(0,Z.A)(this.constructor.template,this)}connectedCallback(){var J=this;return(0,m.A)(function*(){const Ue=J.constructor;(0,Q.kT)(J),J.setAttribute(Ue.getMetadata().getPureTag(),""),Ue.getMetadata().supportsF6FastNavigation()&&!J.hasAttribute("data-sap-ui-fastnavgroup")&&J.setAttribute("data-sap-ui-fastnavgroup","true");const Ke=Ue.getMetadata().slotsAreManaged();J._inDOM=!0,Ke&&(J._startObservingDOMChildren(),yield J._processChildren()),Ue.asyncFinished||(yield Ue._definePromise),(!Ue.getMetadata().isLanguageAware()||!(0,Yt.gx)())&&J._inDOM&&((0,Q.fz)(J),J._domRefReadyPromise._deferredResolve(),J._fullyConnected=!0,J.onEnterDOM(),J.hasAttribute("autofocus")&&requestAnimationFrame(()=>{J.focus()}))})()}get definePromise(){const J=this.constructor;return!J.asyncFinished&&J._definePromise?J._definePromise:Promise.resolve()}disconnectedCallback(){const J=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,J&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,Q.zo)(this),(0,Q.nl)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const J=this.constructor.getMetadata();if(!J.hasSlots())return;const Ue=J.canSlotText(),Ke={childList:!0,subtree:Ue,characterData:Ue};((se,He,J)=>{const Ue=new MutationObserver(He);Et.set(se,Ue),Ue.observe(se,J)})(this,this._processChildren.bind(this),Ke)}_stopObservingDOMChildren(){(se=>{const He=Et.get(se);He&&(He.disconnect(),Et.delete(se))})(this)}_processChildren(){var J=this;return(0,m.A)(function*(){J.constructor.getMetadata().hasSlots()&&(yield J._updateSlots())})()}_updateSlots(){var J=this;return(0,m.A)(function*(){const Ue=J.constructor,Ke=Ue.getMetadata().getSlots(),dt=Ue.getMetadata().canSlotText(),Bt=Array.from(dt?J.childNodes:J.children),Zt=new Map,Qt=new Map;for(const[wn,_n]of Object.entries(Ke)){const hn=_n.propertyName||wn;Qt.set(hn,wn),Zt.set(hn,[...J._state[hn]]),J._clearSlot(wn,_n)}const an=new Map,cn=new Map;Bt.forEach((wn,_n)=>{const hn=L(wn),Nr=Ke[hn];if(void 0===Nr){if("default"!==hn){const No=Object.keys(Ke).join(", ");console.warn(`Unknown slotName: ${hn}, ignoring`,wn,`Valid values are: ${No}`)}return}const $n=Nr.propertyName||hn;cn.has($n)?cn.get($n).push({child:wn,idx:_n}):cn.set($n,[{child:wn,idx:_n}])}),cn.forEach((wn,_n)=>{J._state[_n]=wn.sort((hn,Nr)=>hn.idx-Nr.idx).map(hn=>hn.child),J._state[M(_n)]=J._state[_n]});const Lo=Bt.map(function(){var wn=(0,m.A)(function*(_n){const hn=L(_n),Nr=Ke[hn];if(void 0!==Nr){if(Nr.individualSlots){const $n=(an.get(hn)||0)+1;an.set(hn,$n),_n._individualSlot=`${hn}-${$n}`}if(_n instanceof HTMLElement){const $n=_n.localName;if($n.includes("-")&&!(se=>Y.some(He=>se.startsWith(He)))($n)){if(!customElements.get($n)){const No=customElements.whenDefined($n);let ko=tn.get($n);ko||(ko=new Promise(we=>setTimeout(we,1e3)),tn.set($n,ko)),yield Promise.race([No,ko])}customElements.upgrade(_n)}}if(_n=Ue.getMetadata().constructor.validateSlotValue(_n,Nr),Un(_n)&&Nr.invalidateOnChildChange){const $n=J._getChildChangeListener(hn);_n.attachInvalidate.call(_n,$n)}_n instanceof HTMLSlotElement&&J._attachSlotChange(_n,hn,!!Nr.invalidateOnChildChange)}});return function(_n){return wn.apply(this,arguments)}}());yield Promise.all(Lo);let eo=!1;for(const[wn,_n]of Object.entries(Ke)){const hn=_n.propertyName||wn;(0,k.A)(Zt.get(hn),J._state[hn])||(Jt.call(J,{type:"slot",name:Qt.get(hn),reason:"children"}),eo=!0,Ue.getMetadata().isFormAssociated()&&(0,re.ok)(J))}eo||Jt.call(J,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(J,Ue){const Ke=Ue.propertyName||J;this._state[Ke].forEach(dt=>{if(Un(dt)){const Bt=this._getChildChangeListener(J);dt.detachInvalidate.call(dt,Bt)}dt instanceof HTMLSlotElement&&this._detachSlotChange(dt,J)}),this._state[Ke]=[],this._state[M(Ke)]=this._state[Ke]}attachInvalidate(J){this._invalidationEventProvider.attachEvent("invalidate",J)}detachInvalidate(J){this._invalidationEventProvider.detachEvent("invalidate",J)}_onChildChange(J,Ue){this.constructor.getMetadata().shouldInvalidateOnChildChange(J,Ue.type,Ue.name)&&Jt.call(this,{type:"slot",name:J,reason:"childchange",child:Ue.target})}attributeChangedCallback(J,Ue,Ke){let dt;if(this._doNotSyncAttributes.has(J))return;const Bt=this.constructor.getMetadata().getProperties(),Zt=J.replace(/^ui5-/,""),Qt=M(Zt);if(Bt.hasOwnProperty(Qt)){const an=Bt[Qt];dt=(an.converter??Wt).fromAttribute(Ke,an.type),this[Qt]=dt}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,re.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(J,Ue){const Ke=this.constructor;if(!Ke.getMetadata().hasAttribute(J))return;const dt=Ke.getMetadata().getProperties()[J];if(dt.type===Object||dt.type===Array)return;const Bt=j(J),Zt=(dt.converter||Wt).toAttribute(Ue,dt.type);this._doNotSyncAttributes.add(Bt),null==Zt?this.removeAttribute(Bt):this.setAttribute(Bt,Zt),this._doNotSyncAttributes.delete(Bt)}_getChildChangeListener(J){return this._childChangeListeners.has(J)||this._childChangeListeners.set(J,this._onChildChange.bind(this,J)),this._childChangeListeners.get(J)}_getSlotChangeListener(J){return this._slotChangeListeners.has(J)||this._slotChangeListeners.set(J,this._onSlotChange.bind(this,J)),this._slotChangeListeners.get(J)}_attachSlotChange(J,Ue,Ke){const dt=this._getSlotChangeListener(Ue);J.addEventListener("slotchange",Bt=>{if(dt.call(J,Bt),Ke){const Zt=this._slotsAssignedNodes.get(J);Zt&&Zt.forEach(an=>{if(Un(an)){const cn=this._getChildChangeListener(Ue);an.detachInvalidate.call(an,cn)}});const Qt=V([J]);this._slotsAssignedNodes.set(J,Qt),Qt.forEach(an=>{if(Un(an)){const cn=this._getChildChangeListener(Ue);an.attachInvalidate.call(an,cn)}})}})}_detachSlotChange(J,Ue){J.removeEventListener("slotchange",this._getSlotChangeListener(Ue))}_onSlotChange(J){Jt.call(this,{type:"slot",name:J,reason:"slotchange"})}onInvalidation(J){}updateAttributes(){const J=this.constructor.getMetadata().getProperties();for(const[Ue,Ke]of Object.entries(J))this._updateAttribute(Ue,this[Ue])}_render(){const J=this.constructor,Ue=J.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([Ke,dt])=>{delete this[Ke],this[Ke]=dt}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],J._needsShadowDOM()&&(se=>{const He=se.constructor,J=se.shadowRoot;J?(J.adoptedStyleSheets=[(0,Oe.k)(),...at(He)],He.renderer(se,J)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,Ue&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(J=>{J._individualSlot&&J.setAttribute("slot",J._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){return"function"==typeof this._getRealDomRef?this._getRealDomRef():this.shadowRoot&&0!==this.shadowRoot.children.length?this.shadowRoot.children[0]:void 0}getFocusDomRef(){const J=this.getDomRef();if(J)return J.querySelector("[data-sap-focus-ref]")||J}getFocusDomRefAsync(){var J=this;return(0,m.A)(function*(){return yield J._waitForDomRef(),J.getFocusDomRef()})()}focus(J){var Ue=this;return(0,m.A)(function*(){yield Ue._waitForDomRef();const Ke=Ue.getFocusDomRef();Ke!==Ue&&Ue.isConnected?Ke&&"function"==typeof Ke.focus&&Ke.focus(J):HTMLElement.prototype.focus.call(Ue,J)})()}fireEvent(J,Ue,Ke=!1,dt=!0){const Bt=this._fireEvent(J,Ue,Ke,dt),Zt=S(J);return Zt!==J?Bt&&this._fireEvent(Zt,Ue,Ke,dt):Bt}fireDecoratorEvent(J,Ue){const Ke=this.getEventData(J),dt=!!Ke&&Ke.cancelable,Bt=!!Ke&&Ke.bubbles,Zt=this._fireEvent(J,Ue,dt,Bt),Qt=S(J);return Qt!==J?Zt&&this._fireEvent(Qt,Ue,dt,Bt):Zt}_fireEvent(J,Ue,Ke=!1,dt=!0){const Bt=new CustomEvent(`ui5-${J}`,{detail:Ue,composed:!1,bubbles:dt,cancelable:Ke}),Zt=this.dispatchEvent(Bt);if((se=>{const He=$();return!((se=>wt.includes(se))(se)||!0!==He&&(se=>{const He=$();return!("boolean"!=typeof He&&He.events&&He.events.includes&&He.events.includes(se))})(se))})(J))return Zt;const Qt=new CustomEvent(J,{detail:Ue,composed:!1,bubbles:dt,cancelable:Ke});return this.dispatchEvent(Qt)&&Zt}getEventData(J){return this.constructor.getMetadata().getEvents()[J]}getSlottedNodes(J){return V(this[J])}attachComponentStateFinalized(J){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",J)}detachComponentStateFinalized(J){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",J)}get effectiveDir(){return(0,O.A)(this.constructor),(()=>this.matches(":dir(rtl)")?"rtl":"ltr")()}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const J=this.getMetadata().getPureTag(),Ue=this.getUniqueDependencies().map(Ke=>Ke.getMetadata().getPureTag()).filter(K.RF);return(0,K.RF)(J)&&Ue.push(J),Ue}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const J=this.prototype,Ue=this.getMetadata().slotsAreManaged(),Ke=this.getMetadata().getProperties();for(const[dt,Bt]of Object.entries(Ke)){v(dt)||console.warn(`"${dt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Zt=bn(J,dt);let Qt,an;Zt?.set&&(Qt=Zt.set),Zt?.get&&(an=Zt.get),Object.defineProperty(J,dt,{get(){return an?an.call(this):this._state[dt]},set(cn){const Lo=this.constructor,eo=an?an.call(this):this._state[dt];if(eo!==cn){if(Qt?Qt.call(this,cn):this._state[dt]=cn,Jt.call(this,{type:"property",name:dt,newValue:cn,oldValue:eo}),this._rendered){const wn=an?an.call(this):this._state[dt];this._updateAttribute(dt,wn)}Lo.getMetadata().isFormAssociated()&&(0,re.ok)(this)}}})}if(Ue){const dt=this.getMetadata().getSlots();for(const[Bt,Zt]of Object.entries(dt)){v(Bt)||console.warn(`"${Bt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Qt=Zt.propertyName||Bt,an={get(){return void 0!==this._state[Qt]?this._state[Qt]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(J,Qt,an),Qt!==M(Qt)&&Object.defineProperty(J,M(Qt),an)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const J=this.dependencies.filter((Ue,Ke,dt)=>dt.indexOf(Ue)===Ke);fr.set(this,J)}static getUniqueDependencies(){return fr.has(this)||this.cacheUniqueDependencies(),fr.get(this)||[]}static onDefine(){return(0,m.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(J=>{const{bundleName:Ue}=J[1];return(0,Re.HE)(Ue)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?Pt((0,g.A)().getLanguage(),(0,g.A)().getRegion(),(0,g.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var J=this;const Ue=function(){var Zt=(0,m.A)(function*(){yield(0,A.zj)();const Qt=yield Promise.all([J.fetchI18nBundles(),J.fetchCLDR(),J.onDefine()]),[an]=Qt;Object.entries(J.getMetadata().getI18n()).forEach((cn,Lo)=>{J.i18nBundleStorage[cn[1].bundleName]=an[Lo]}),J.asyncFinished=!0});return function(){return Zt.apply(this,arguments)}}();this._definePromise=Ue();const Ke=this.getMetadata().getTag(),dt=(0,We.D8)(Ke),Bt=customElements.get(Ke);return Bt&&!dt?(0,We.J4)(Ke):Bt||(this._generateAccessors(),(0,We.KI)(Ke),customElements.define(Ke,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const J=[this.metadata];let Ue=this;for(;Ue!==se;)Ue=Object.getPrototypeOf(Ue),J.unshift(Ue.metadata);const Ke=(0,E.A)({},...J);return this._metadata=new F(Ke),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}return se})();const Un=(0,It.A)("isUI5Element"),jr=pr},4874(ge,W,h){"use strict";h.d(W,{Z5:()=>je,y3:()=>me,hu:()=>Ie,pU:()=>Pe});var Ce,m=h(467),E=h(6156),A=((Ce=A||{})["SAP-icons"]="SAP-icons-v4",Ce.horizon="SAP-icons-v5",Ce["SAP-icons-TNT"]="tnt",Ce.BusinessSuiteInAppSymbols="business-suite",Ce);const C=Ce=>A[Ce]?A[Ce]:Ce;var U=h(6726),M=(Ce=>(Ce.SAPIconsV4="SAP-icons-v4",Ce.SAPIconsV5="SAP-icons-v5",Ce.SAPIconsTNTV2="tnt-v2",Ce.SAPIconsTNTV3="tnt-v3",Ce.SAPBSIconsV1="business-suite-v1",Ce.SAPBSIconsV2="business-suite-v2",Ce))(M||{});const j=new Map;j.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),j.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),j.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const S=new Map,K=Ce=>{const Be=(Ce=>S.get(Ce))((0,U.O4)());return!Ce&&Be?C(Be):(Ce=>{const Be=(0,U.Z3)()?"legacy":"sap_horizon";return j.has(Ce)?j.get(Ce)[Be]:Ce})(Ce||"SAP-icons")};var te=h(4446);const ne=new Map,Q=(0,E.A)("SVGIcons.registry",new Map),ce=(0,E.A)("SVGIcons.promises",new Map),X="ICON_NOT_FOUND",ae=function(){var Ce=(0,m.A)(function*(Be){if(!ce.has(Be)){if(!ne.has(Be))throw new Error(`No loader registered for the ${Be} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const Ge=ne.get(Be);ce.set(Be,Ge(Be))}return ce.get(Be)});return function(Ge){return Ce.apply(this,arguments)}}(),ve=Ce=>{Object.keys(Ce.data).forEach(Be=>{const Ge=Ce.data[Be];Pe(Be,{pathData:Ge.path||Ge.paths,ltr:Ge.ltr,viewBox:Ge.viewBox,accData:Ge.acc,collection:Ce.collection,packageName:Ce.packageName})})},Pe=(Ce,Be)=>{Q.set(`${Be.collection}/${Ce}`,{collection:Be.collection,packageName:Be.packageName,pathData:Be.pathData,viewBox:Be.viewBox,ltr:Be.ltr,accData:Be.accData,customTemplate:Be.customTemplate})},Ee=Ce=>{let Be;return Ce.startsWith("sap-icon://")&&(Ce=Ce.replace("sap-icon://","")),[Ce,Be]=Ce.split("/").reverse(),Ce=Ce.replace("icon-",""),Be&&(Be=C(Be)),{name:Ce,collection:Be}},Ie=Ce=>{const{name:Be,collection:Ge}=Ee(Ce);return ct(Ge,Be)},me=function(){var Ce=(0,m.A)(function*(Be){const{name:Ge,collection:$e}=Ee(Be);let Ne=X;try{Ne=yield ae(K($e))}catch(Ae){console.error(Ae.message)}return Ne===X?Ne:ct($e,Ge)||(Array.isArray(Ne)?Ne.forEach(Ae=>{ve(Ae),((Ce,Be)=>{j.has(Ce)?j.set(Ce,{...Be,...j.get(Ce)}):j.set(Ce,Be)})($e,{[Ae.themeFamily||"legacy"]:Ae.collection})}):ve(Ne),ct($e,Ge))});return function(Ge){return Ce.apply(this,arguments)}}(),ct=(Ce,Be)=>{const Ge=`${K(Ce)}/${Be}`;return Q.get(Ge)},je=function(){var Ce=(0,m.A)(function*(Be){if(!Be)return;let Ge=Ie(Be);return Ge||(Ge=yield me(Be)),Ge&&Ge!==X&&Ge.accData?Ge.packageName?(yield(0,te.HE)(Ge.packageName)).getText(Ge.accData):Ge.accData?.defaultText||"":void 0});return function(Ge){return Ce.apply(this,arguments)}}()},8923(ge,W,h){"use strict";h.d(W,{Rh:()=>T,gu:()=>K,tw:()=>L,w2:()=>V});var m=h(467),E=h(5726),A=h(3455),C=h(7928);const B=new Map,U=new Map,M=new Map,j=new Map,b=new Set,T=(te,H,F,ne="root")=>{U.set(`${te}/${H}`,F),j.set(te,{cssVariablesTarget:ne}),b.add(H),(0,C.E)(H)},L=function(){var te=(0,m.A)(function*(H,F,ne){const Q=`${H}_${F}_${ne||""}`,ce=B.get(Q);if(void 0!==ce)return ce;if(!b.has(F)){const ve=[...b.values()].join(", ");return console.warn(`You have requested a non-registered theme ${F} - falling back to ${E.SS}. Registered themes are: ${ve}`),ee(H,E.SS)}const[X,le]=yield Promise.all([ee(H,F),ne?ee(H,ne,!0):void 0]),ae=(0,A.Zq)(X,le);return ae&&B.set(Q,ae),ae});return function(F,ne,Q){return te.apply(this,arguments)}}(),ee=function(){var te=(0,m.A)(function*(H,F,ne=!1){const Q=(ne?M:U).get(`${H}/${F}`);if(!Q)return void(ne||console.error(`Theme [${F}] not registered for package [${H}]`));let ce;try{ce=yield Q(F)}catch(X){return void console.error(H,X.message)}return ce});return function(F,ne){return te.apply(this,arguments)}}(),V=()=>j,K=te=>b.has(te)},2134(ge,W,h){"use strict";h.d(W,{R:()=>C,k:()=>B});const E=new(h(1241).A),A="configurationReset",C=U=>{E.attachEvent(A,U)},B=()=>{E.fireEvent(A,void 0)}},4346(ge,W,h){"use strict";h.d(W,{hr:()=>b,qJ:()=>j});var m=h(6156),E=h(1241);const U=new Set,j=(T,S)=>{(0,m.A)("ConfigChange.eventProvider",new E.A).attachEvent("configChange",L=>{L.name===T&&!U.has(T)&&S(L.value)})},b=T=>(0,m.A)("ConfigChange.values",{})[T]},4181(ge,W,h){"use strict";h.d(W,{Z0:()=>F,gx:()=>H,mE:()=>X});var M=h(2260),j=h(4217),b=h(6060),S=(h(5726),h(2781)),L=h(2134),ee=h(4346);let V,K;(0,L.R)(()=>{V=void 0,K=void 0});let te=!1;(0,ee.qJ)("language",le=>{V=le,te=!0,(0,j.lb)(le).then(()=>{te=!1,(0,S.qM)()&&(0,b.xm)({languageAware:!0})})});const H=()=>te,F=()=>(void 0===V&&(V=(0,ee.hr)("language")??(0,M.Z0)()),V),X=()=>(void 0===K&&(K=(0,M.mE)()),K)},6726(ge,W,h){"use strict";h.d(W,{Dm:()=>Pe,O4:()=>F,PC:()=>ve,Z3:()=>X});var j=h(2260),b=h(6060),T=h(2616),S=h(1712),L=h(5726),ee=h(2781),V=h(2134),K=h(4346);let te,H;(0,V.R)(()=>{te=void 0}),(0,K.qJ)("theme",xe=>{te=xe,(0,ee.qM)()&&(0,T.Ay)(te).then(()=>(0,b.xm)({themeAware:!0}))});const F=()=>(void 0===te&&(te=(0,K.hr)("theme")??(0,j.O4)()),te),X=()=>{const xe=F();return ae(xe)?!xe.startsWith("sap_horizon"):!(0,S.A)()?.baseThemeName?.startsWith("sap_horizon")},ae=xe=>L.QP.includes(xe),ve=()=>H,Pe=xe=>{H=xe}},1934(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A={})=>C=>{if(Object.prototype.hasOwnProperty.call(C,"metadata")||(C.metadata={}),"string"==typeof A)return void(C.metadata.tag=A);const{tag:B,languageAware:U,themeAware:M,cldr:j,fastNavigation:b,formAssociated:T,shadowRootOptions:S}=A;C.metadata.tag=B,U&&(C.metadata.languageAware=U),j&&(C.metadata.cldr=j),M&&(C.metadata.themeAware=M),b&&(C.metadata.fastNavigation=b),T&&(C.metadata.formAssociated=T),S&&(C.metadata.shadowRootOptions=S),["renderer","template","styles","dependencies"].forEach(L=>{A[L]&&Object.defineProperty(C,L,{get:()=>A[L]})})}},1437(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C={})=>B=>{Object.prototype.hasOwnProperty.call(B,"metadata")||(B.metadata={});const U=B.metadata;U.events||(U.events={});const M=U.events;M[A]||(C.bubbles=!!C.bubbles,C.cancelable=!!C.cancelable,M[A]=C)}},3651(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>(C,B)=>{C.metadata.i18n||(C.metadata.i18n={}),Object.defineProperty(C,B,{get:()=>C.i18nBundles[A],set(){}}),C.metadata.i18n[B]={bundleName:A,target:C}}},1642(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>(C,B)=>{const U=C.constructor;Object.prototype.hasOwnProperty.call(U,"metadata")||(U.metadata={});const M=U.metadata;M.properties||(M.properties={});const j=M.properties;j[B]||(j[B]=A??{})}},6993(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=function m(A){return(C,B)=>{const U=C.constructor;Object.prototype.hasOwnProperty.call(U,"metadata")||(U.metadata={});const M=U.metadata;M.slots||(M.slots={});const j=M.slots;if(A&&A.default&&j.default)throw new Error("Only one slot can be the default slot.");const b=A&&A.default?"default":B;(A=A||{type:HTMLElement}).type||(A.type=HTMLElement),j[b]||(j[b]=A),A.default&&(delete j.default.default,j.default.propertyName=B),U.metadata.managedSlots=!0}}},362(ge,W,h){"use strict";h.d(W,{A:()=>j});var m=h(5386);let E;const A=new Map,C=()=>(E||(E=new window.ResizeObserver(b=>{window.requestAnimationFrame(()=>{b.forEach(T=>{const S=A.get(T.target);S&&Promise.all(S.map(L=>L()))})})})),E),j=class M{static register(T,S){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((b,T)=>{const S=A.get(b)||[];S.length||C().observe(b),A.set(b,[...S,T])})(L,S):console.warn("Cannot register ResizeHandler for element",T)}static deregister(T,S){let L=T;(0,m.W)(L)&&(L=L.getDomRef()),L instanceof HTMLElement?((b,T)=>{const S=A.get(b)||[];if(0===S.length)return;const L=S.filter(ee=>ee!==T);0===L.length?(C().unobserve(b),A.delete(b)):A.set(b,L)})(L,S):console.warn("Cannot deregister ResizeHandler for element",T)}}},6162(ge,W,h){"use strict";h.d(W,{E2:()=>M,fc:()=>A,ok:()=>C,rM:()=>U});var m=h(467);const E=b=>{const T=b.getAttribute("form");if(T){const S=document.getElementById(T);return S instanceof HTMLFormElement?S:null}return b._internals?.form??null},A=b=>{j(b)&&C(b)},C=b=>{if(b._internals?.form){if(B(b),!b.name)return void b._internals?.setFormValue(null);b._internals.setFormValue(b.formFormattedValue)}},B=function(){var b=(0,m.A)(function*(T){if(T.isUI5Element&&T._internals?.form)if(T._internals.setValidity({customError:!0}," "),yield T.definePromise,T.formValidity&&Object.keys(T.formValidity).some(S=>S)){const S=yield T.formElementAnchor?.();T._internals.setValidity(T.formValidity,T.formValidityMessage,S)}else T._internals.setValidity({})});return function(S){return b.apply(this,arguments)}}(),U=function(){var b=(0,m.A)(function*(T){const S=E(T);if(!S)return;const L=[...S.elements];yield Promise.all(L.map(ee=>j(ee)?B(ee):Promise.resolve())),S.requestSubmit()});return function(S){return b.apply(this,arguments)}}(),M=b=>{E(b)?.reset()},j=b=>"formFormattedValue"in b&&"name"in b},5726(ge,W,h){"use strict";h.d(W,{Nm:()=>C,QP:()=>A,SS:()=>E,Xn:()=>B,dI:()=>U});const E="sap_horizon",A=["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_auto","sap_horizon_dark","sap_horizon_hc_auto","sap_horizon_hcb","sap_horizon_hcw"],C="en",B="en",U=["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]},9514(ge,W,h){"use strict";h.d(W,{A:()=>E});const E={version:"2.23.1",major:2,minor:23,patch:1,suffix:"",isNext:!1,buildTime:1781204653}},6156(ge,W,h){"use strict";h.d(W,{A:()=>U});const A=()=>{const M=document.createElement("meta");return M.setAttribute("name","ui5-shared-resources"),M.setAttribute("content",""),M},U=(M,j)=>{const b=M.split(".");let T=typeof document>"u"?null:((M,j=document.body,b)=>{let T=document.querySelector(M);return T||(T=b?b():document.createElement(M),j.insertBefore(T,j.firstChild))})('meta[name="ui5-shared-resources"]',document.head,A);if(!T)return j;for(let S=0;S<b.length;S++){const L=b[S],ee=S===b.length-1;Object.prototype.hasOwnProperty.call(T,L)||(T[L]=ee?j:{}),T=T[L]}return T}},4446(ge,W,h){"use strict";h.d(W,{Ay:()=>Ge,HE:()=>Ce});var m=h(467),E=h(1175),A=h(4217),C=h(5726);const B=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,U=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,M={he:"iw",yi:"ji",nb:"no",sr:"sh"},T={zh_HK:"zh_TW",in:"id"},L=$e=>{if(!$e)return C.Xn;if(T[$e])return T[$e];const Ne=$e.lastIndexOf("_");return Ne>=0?$e.slice(0,Ne):$e!==C.Xn?C.Xn:""};var ee=h(4181);const V=new Set,K=new Set,te=new Map,H=new Map,F=new Map,Q=($e,Ne)=>{te.set($e,Ne)},X=($e,Ne)=>F.has(`${$e}/${Ne}`),ve=($e,Ne)=>Ne!==C.Nm&&!X($e,Ne),Pe=function(){var $e=(0,m.A)(function*(Ne){const Xe=(0,E.A)().getLanguage(),Ae=(0,E.A)().getRegion(),at=(0,E.A)().getVariant();let Oe=Xe+(Ae?`-${Ae}`:"")+(at?`-${at}`:"");if(ve(Ne,Oe))for(Oe=($e=>{let Ne;if(!$e)return C.Xn;if("string"==typeof $e&&(Ne=B.exec($e.replace(/_/g,"-")))){let Xe=Ne[1].toLowerCase(),Ae=Ne[3]?Ne[3].toUpperCase():void 0;const at=Ne[2]?Ne[2].toLowerCase():void 0,Oe=Ne[4]?Ne[4].slice(1):void 0,Fe=Ne[6];return Xe=M[Xe]||Xe,Fe&&(Ne=U.exec(Fe))||Oe&&(Ne=U.exec(Oe))?`en_US_${Ne[1].toLowerCase()}`:("zh"===Xe&&!Ae&&("hans"===at?Ae="CN":"hant"===at&&(Ae="TW")),Xe+(Ae?"_"+Ae+(Oe?"_"+Oe.replace("-","_"):""):""))}return C.Xn})(Oe);ve(Ne,Oe);)Oe=L(Oe);const Fe=(0,ee.mE)();if(Oe!==C.Nm||Fe)if(X(Ne,Oe))try{const Ve=yield(($e,Ne)=>{const Xe=`${$e}/${Ne}`,Ae=F.get(Xe);return Ae&&!H.get(Xe)&&H.set(Xe,Ae(Ne)),H.get(Xe)})(Ne,Oe);Q(Ne,Ve)}catch(Ve){const Y=Ve;K.has(Y.message)||(K.add(Y.message),console.error(Y.message))}else($e=>{V.has($e)||(console.warn(`[${$e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${$e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),V.add($e))})(Ne);else Q(Ne,null)});return function(Xe){return $e.apply(this,arguments)}}();(0,A._F)($e=>{const Ne=[...te.keys()];return Promise.all(Ne.map(Pe))});const xe=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,me=new Map;class je{constructor(Ne){this.packageName=Ne}getText(Ne,...Xe){if("string"==typeof Ne&&(Ne={key:Ne,defaultText:Ne}),!Ne||!Ne.key)return"";const Ae=te.get(this.packageName);return Ae&&!Ae[Ne.key]&&console.warn(`Key ${Ne.key} not found in the i18n bundle, the default text will be used`),(($e,Ne)=>(Ne=Ne||[],$e.replace(xe,(Xe,Ae,at,Oe,Fe)=>{if(Ae)return"'";if(at)return at.replace(/''/g,"'");if(Oe){const Ve="string"==typeof Oe?parseInt(Oe):Oe;return String(Ne[Ve])}throw new Error(`[i18n]: pattern syntax error at pos ${Fe}`)})))(Ae&&Ae[Ne.key]?Ae[Ne.key]:Ne.defaultText||Ne.key,Xe)}}const Ce=function(){var $e=(0,m.A)(function*(Ne){return yield Pe(Ne),($e=>{if(me.has($e))return me.get($e);const Ne=new je($e);return me.set($e,Ne),Ne})(Ne)});return function(Xe){return $e.apply(this,arguments)}}(),Ge=je},8012(ge,W,h){"use strict";h.d(W,{A:()=>E,J:()=>A});const m=new Set,E=C=>{m.add(C)},A=C=>m.has(C)},1175(ge,W,h){"use strict";h.d(W,{A:()=>ee});var m=h(5726);const E=typeof document>"u";var B=h(4181);const U=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,j=class M{constructor(K){const te=U.exec(K.replace(/_/g,"-"));if(null===te)throw new Error(`The given language ${K} does not adhere to BCP-47.`);this.sLocaleId=K,this.sLanguage=te[1]||m.Nm,this.sScript=te[2]||"",this.sRegion=te[3]||"",this.sVariant=te[4]&&te[4].slice(1)||null,this.sExtension=te[5]&&te[5].slice(1)||null,this.sPrivateUse=te[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,H=>H.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(K){return this.getPrivateUseSubtags().indexOf(K)>=0}toString(){const K=[this.sLanguage];return this.sScript&&K.push(this.sScript),this.sRegion&&K.push(this.sRegion),this.sVariant&&K.push(this.sVariant),this.sExtension&&K.push(this.sExtension),this.sPrivateUse&&K.push(this.sPrivateUse),K.join("-")}},b=new Map,T=V=>(b.has(V)||b.set(V,new j(V)),b.get(V)),S=V=>{try{if(V&&"string"==typeof V)return T(V)}catch{}return new j(m.Xn)},ee=V=>{if(V)return S(V);const K=(0,B.Z0)();return K?T(K):S((()=>{if(E)return m.Nm;const V=navigator.languages;return V&&V[0]||navigator.language||m.Nm})())}},4217(ge,W,h){"use strict";h.d(W,{_F:()=>C,lb:()=>U});const E=new(h(1241).A),A="languageChange",C=M=>{E.attachEvent(A,M)},U=M=>E.fireEventAsync(A,M)},1834(ge,W,h){"use strict";h.d(W,{A:()=>u});var m,E,A,B,U,M,j,b,T,S,L,ee,V={},K=[],te=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,H=Array.isArray;function F(_,p){for(var v in p)_[v]=p[v];return _}function ne(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function ce(_,p,v,k,O){var Z={type:_,props:p,key:v,ref:k,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:O??++A,__i:-1,__u:0};return null==O&&null!=E.vnode&&E.vnode(Z),Z}function le(_){return _.children}function ae(_,p){this.props=_,this.context=p}function ve(_,p){if(null==p)return _.__?ve(_.__,_.__i+1):null;for(var v;p<_.__k.length;p++)if(null!=(v=_.__k[p])&&null!=v.__e)return v.__e;return"function"==typeof _.type?ve(_):null}function Pe(_){var p,v;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,p=0;p<_.__k.length;p++)if(null!=(v=_.__k[p])&&null!=v.__e){_.__e=_.__c.base=v.__e;break}return Pe(_)}}function xe(_){(!_.__d&&(_.__d=!0)&&B.push(_)&&!Ee.__r++||U!==E.debounceRendering)&&((U=E.debounceRendering)||M)(Ee)}function Ee(){var _,p,v,k,O,Z,re,Re;for(B.sort(j);_=B.shift();)_.__d&&(p=B.length,k=void 0,Z=(O=(v=_).__v).__e,re=[],Re=[],v.__P&&((k=F({},O)).__v=O.__v+1,E.vnode&&E.vnode(k),$e(v.__P,k,O,v.__n,v.__P.namespaceURI,32&O.__u?[Z]:null,re,Z??ve(O),!!(32&O.__u),Re),k.__v=O.__v,k.__.__k[k.__i]=k,Ne(re,k,Re),k.__e!=Z&&Pe(k)),B.length>p&&B.sort(j));Ee.__r=0}function Ie(_,p,v,k,O,Z,re,Re,rt,g,Ze){var Se,Gt,w,x,ie,be,he=k&&k.__k||K,de=p.length;for(rt=function me(_,p,v,k){var O,Z,re,Re,rt,g=p.length,Ze=v.length,Se=Ze,Gt=0;for(_.__k=[],O=0;O<g;O++)null!=(Z=p[O])&&"boolean"!=typeof Z&&"function"!=typeof Z?(Re=O+Gt,(Z=_.__k[O]="string"==typeof Z||"number"==typeof Z||"bigint"==typeof Z||Z.constructor==String?ce(null,Z,null,null,null):H(Z)?ce(le,{children:Z},null,null,null):void 0===Z.constructor&&Z.__b>0?ce(Z.type,Z.props,Z.key,Z.ref?Z.ref:null,Z.__v):Z).__=_,Z.__b=_.__b+1,re=null,-1!==(rt=Z.__i=st(Z,v,Re,Se))&&(Se--,(re=v[rt])&&(re.__u|=2)),null==re||null===re.__v?(-1==rt&&Gt--,"function"!=typeof Z.type&&(Z.__u|=4)):rt!==Re&&(rt==Re-1?Gt--:rt==Re+1?Gt++:(rt>Re?Gt--:Gt++,Z.__u|=4))):Z=_.__k[O]=null;if(Se)for(O=0;O<Ze;O++)null!=(re=v[O])&&!(2&re.__u)&&(re.__e==k&&(k=ve(re)),at(re,re));return k}(v,p,he,rt),Se=0;Se<de;Se++)null!=(w=v.__k[Se])&&(Gt=-1===w.__i?V:he[w.__i]||V,w.__i=Se,be=$e(_,w,Gt,O,Z,re,Re,rt,g,Ze),x=w.__e,w.ref&&Gt.ref!=w.ref&&(Gt.ref&&Ae(Gt.ref,null,w),Ze.push(w.ref,w.__c||x,w)),null==ie&&null!=x&&(ie=x),4&w.__u||Gt.__k===w.__k?rt=ct(w,rt,_):"function"==typeof w.type&&void 0!==be?rt=be:x&&(rt=x.nextSibling),w.__u&=-7);return v.__e=ie,rt}function ct(_,p,v){var k,O;if("function"==typeof _.type){for(k=_.__k,O=0;k&&O<k.length;O++)k[O]&&(k[O].__=_,p=ct(k[O],p,v));return p}_.__e!=p&&(p&&_.type&&!v.contains(p)&&(p=ve(_)),v.insertBefore(_.__e,p||null),p=_.__e);do{p=p&&p.nextSibling}while(null!=p&&8===p.nodeType);return p}function st(_,p,v,k){var O=_.key,Z=_.type,re=v-1,Re=v+1,rt=p[v];if(null===rt||rt&&O==rt.key&&Z===rt.type&&!(2&rt.__u))return v;if(("function"!=typeof Z||Z===le||O)&&k>(null==rt||2&rt.__u?0:1))for(;re>=0||Re<p.length;){if(re>=0){if((rt=p[re])&&!(2&rt.__u)&&O==rt.key&&Z===rt.type)return re;re--}if(Re<p.length){if((rt=p[Re])&&!(2&rt.__u)&&O==rt.key&&Z===rt.type)return Re;Re++}}return-1}function Ce(_,p,v){"-"===p[0]?_.setProperty(p,v??""):_[p]=null==v?"":"number"!=typeof v||te.test(p)?v:v+"px"}function Be(_,p,v,k,O){var Z,re;e:if("style"===p)if("string"==typeof v)_.style.cssText=v;else{if("string"==typeof k&&(_.style.cssText=k=""),k)for(p in k)v&&p in v||Ce(_.style,p,"");if(v)for(p in v)k&&v[p]===k[p]||Ce(_.style,p,v[p])}else if("o"===p[0]&&"n"===p[1])Z=p!==(p=p.replace(b,"$1")),p=p.toLowerCase()in _||"onFocusOut"===p||"onFocusIn"===p?p.toLowerCase().slice(2):p.slice(2),_.l||(_.l={}),_.l[p+Z]=v,v?k?v.t=k.t:(v.t=T,_.addEventListener(p,Z?L:S,Z)):_.removeEventListener(p,Z?L:S,Z);else{if("http://www.w3.org/2000/svg"==O)p=p.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=p&&"height"!=p&&"href"!=p&&"list"!=p&&"form"!=p&&"tabIndex"!=p&&"download"!=p&&"rowSpan"!=p&&"colSpan"!=p&&"role"!=p&&"popover"!=p&&p in _)try{re=_.tagName&&_.tagName.includes("-"),_[p]=null!=v||re?v:"";break e}catch{}"function"==typeof v||(null==v||!1===v&&"-"!==p[4]?_.removeAttribute(p):_.setAttribute(p,"popover"==p&&1==v?"":v))}}function Ge(_){return function(p){if(this.l){var v=this.l[p.type+_];if(null==p.u)p.u=T++;else if(p.u<v.t)return;return v(E.event?E.event(p):p)}}}function $e(_,p,v,k,O,Z,re,Re,rt,g){var Ze,Se,Gt,w,x,ie,be,he,de,Ye,tt,mt,vt,Pt,ke,Yt,It,qt=p.type;if(void 0!==p.constructor)return null;128&v.__u&&(rt=!!(32&v.__u),Z=[Re=p.__e=v.__e]),(Ze=E.__b)&&Ze(p);e:if("function"==typeof qt)try{if(he=p.props,de="prototype"in qt&&qt.prototype.render,Ye=(Ze=qt.contextType)&&k[Ze.__c],tt=Ze?Ye?Ye.props.value:Ze.__:k,v.__c?be=(Se=p.__c=v.__c).__=Se.__E:(de?p.__c=Se=new qt(he,tt):(p.__c=Se=new ae(he,tt),Se.constructor=qt,Se.render=Oe),Ye&&Ye.sub(Se),Se.props=he,Se.state||(Se.state={}),Se.context=tt,Se.__n=k,Gt=Se.__d=!0,Se.__h=[],Se._sb=[]),de&&null==Se.__s&&(Se.__s=Se.state),de&&null!=qt.getDerivedStateFromProps&&(Se.__s==Se.state&&(Se.__s=F({},Se.__s)),F(Se.__s,qt.getDerivedStateFromProps(he,Se.__s))),w=Se.props,x=Se.state,Se.__v=p,Gt)de&&null==qt.getDerivedStateFromProps&&null!=Se.componentWillMount&&Se.componentWillMount(),de&&null!=Se.componentDidMount&&Se.__h.push(Se.componentDidMount);else{if(de&&null==qt.getDerivedStateFromProps&&he!==w&&null!=Se.componentWillReceiveProps&&Se.componentWillReceiveProps(he,tt),!Se.__e&&(null!=Se.shouldComponentUpdate&&!1===Se.shouldComponentUpdate(he,Se.__s,tt)||p.__v===v.__v)){for(p.__v!==v.__v&&(Se.props=he,Se.state=Se.__s,Se.__d=!1),p.__e=v.__e,p.__k=v.__k,p.__k.some(function(tn){tn&&(tn.__=p)}),mt=0;mt<Se._sb.length;mt++)Se.__h.push(Se._sb[mt]);Se._sb=[],Se.__h.length&&re.push(Se);break e}null!=Se.componentWillUpdate&&Se.componentWillUpdate(he,Se.__s,tt),de&&null!=Se.componentDidUpdate&&Se.__h.push(function(){Se.componentDidUpdate(w,x,ie)})}if(Se.context=tt,Se.props=he,Se.__P=_,Se.__e=!1,vt=E.__r,Pt=0,de){for(Se.state=Se.__s,Se.__d=!1,vt&&vt(p),Ze=Se.render(Se.props,Se.state,Se.context),ke=0;ke<Se._sb.length;ke++)Se.__h.push(Se._sb[ke]);Se._sb=[]}else do{Se.__d=!1,vt&&vt(p),Ze=Se.render(Se.props,Se.state,Se.context),Se.state=Se.__s}while(Se.__d&&++Pt<25);Se.state=Se.__s,null!=Se.getChildContext&&(k=F(F({},k),Se.getChildContext())),de&&!Gt&&null!=Se.getSnapshotBeforeUpdate&&(ie=Se.getSnapshotBeforeUpdate(w,x)),Re=Ie(_,H(Yt=null!=Ze&&Ze.type===le&&null==Ze.key?Ze.props.children:Ze)?Yt:[Yt],p,v,k,O,Z,re,Re,rt,g),Se.base=p.__e,p.__u&=-161,Se.__h.length&&re.push(Se),be&&(Se.__E=Se.__=null)}catch(tn){if(p.__v=null,rt||null!=Z)if(tn.then){for(p.__u|=rt?160:128;Re&&8===Re.nodeType&&Re.nextSibling;)Re=Re.nextSibling;Z[Z.indexOf(Re)]=null,p.__e=Re}else for(It=Z.length;It--;)ne(Z[It]);else p.__e=v.__e,p.__k=v.__k;E.__e(tn,p,v)}else null==Z&&p.__v===v.__v?(p.__k=v.__k,p.__e=v.__e):Re=p.__e=function Xe(_,p,v,k,O,Z,re,Re,rt){var g,Ze,Se,Gt,w,x,ie,be,he=v.props,de=p.props,Ye=p.type;if("svg"===Ye?O="http://www.w3.org/2000/svg":"math"===Ye?O="http://www.w3.org/1998/Math/MathML":O||(O="http://www.w3.org/1999/xhtml"),null!=Z)for(g=0;g<Z.length;g++)if((w=Z[g])&&"setAttribute"in w==!!Ye&&(Ye?w.localName===Ye:3===w.nodeType)){_=w,Z[g]=null;break}if(null==_){if(null===Ye)return document.createTextNode(de);_=document.createElementNS(O,Ye,de.is&&de),Re&&(E.__m&&E.__m(p,Z),Re=!1),Z=null}if(null===Ye)he===de||Re&&_.data===de||(_.data=de);else{if(Z=Z&&m.call(_.childNodes),he=v.props||V,!Re&&null!=Z)for(he={},g=0;g<_.attributes.length;g++)he[(w=_.attributes[g]).name]=w.value;for(g in he)if(w=he[g],"children"!=g)if("dangerouslySetInnerHTML"==g)Se=w;else if(!(g in de)){if("value"==g&&"defaultValue"in de||"checked"==g&&"defaultChecked"in de)continue;Be(_,g,null,w,O)}for(g in de)w=de[g],"children"==g?Gt=w:"dangerouslySetInnerHTML"==g?Ze=w:"value"==g?x=w:"checked"==g?ie=w:Re&&"function"!=typeof w||he[g]===w||((g.startsWith("on")||"ref"===g&&"function"==typeof w)&&(be=k[Object.keys(k)[0]])&&(w=w.bind(be.props.value)),Be(_,g,w,he[g],O));if(Ze)Re||Se&&(Ze.__html===Se.__html||Ze.__html===_.innerHTML)||(_.innerHTML=Ze.__html),p.__k=[];else if(Se&&(_.innerHTML=""),Ie(_,H(Gt)?Gt:[Gt],p,v,k,"foreignObject"===Ye?"http://www.w3.org/1999/xhtml":O,Z,re,Z?Z[0]:v.__k&&ve(v,0),Re,rt),null!=Z)for(g=Z.length;g--;)ne(Z[g]);Re||(g="value","progress"===Ye&&null==x?_.removeAttribute("value"):void 0!==x&&(x!==_[g]||"progress"===Ye&&!x||"option"===Ye&&x!==he[g])&&Be(_,g,x,he[g],O),g="checked",void 0!==ie&&ie!==_[g]&&Be(_,g,ie,he[g],O))}return _}(v.__e,p,v,k,O,Z,re,rt,g);return(Ze=E.diffed)&&Ze(p),128&p.__u?void 0:Re}function Ne(_,p,v){for(var k=0;k<v.length;k++)Ae(v[k],v[++k],v[++k]);E.__c&&E.__c(p,_),_.some(function(O){try{_=O.__h,O.__h=[],_.some(function(Z){Z.call(O)})}catch(Z){E.__e(Z,O.__v)}})}function Ae(_,p,v){try{if("function"==typeof _){var k="function"==typeof _.__u;k&&_.__u(),k&&null==p||(_.__u=_(p))}else _.current=p}catch(O){E.__e(O,v)}}function at(_,p,v){var k,O;if(E.unmount&&E.unmount(_),(k=_.ref)&&(k.current&&k.current!==_.__e||Ae(k,null,p)),null!=(k=_.__c)){if(k.componentWillUnmount)try{k.componentWillUnmount()}catch(Z){E.__e(Z,p)}k.base=k.__P=null}if(k=_.__k)for(O=0;O<k.length;O++)k[O]&&at(k[O],p,v||"function"!=typeof _.type);v||ne(_.__e),_.__c=_.__=_.__e=void 0}function Oe(_,p,v){return this.constructor(_,v)}function Fe(_,p,v){var k,O,Z,re;p===document&&(p=document.documentElement),E.__&&E.__(_,p),O=(k="function"==typeof v)?null:v&&v.__k||p.__k,Z=[],re=[],$e(p,_=(!k&&v||p).__k=function Q(_,p,v){var k,O,Z,re={};for(Z in p)"key"==Z?k=p[Z]:"ref"==Z?O=p[Z]:re[Z]=p[Z];if(arguments.length>2&&(re.children=arguments.length>3?m.call(arguments,2):v),"function"==typeof _&&null!=_.defaultProps)for(Z in _.defaultProps)void 0===re[Z]&&(re[Z]=_.defaultProps[Z]);return ce(_,re,k,O,null)}(le,null,[_]),O||V,V,p.namespaceURI,!k&&v?[v]:O?null:p.firstChild?m.call(p.childNodes):null,Z,!k&&v?v:O?O.__e:p.firstChild,k,re),Ne(Z,_,re)}function Ve(_,p){Fe(_,p,Ve)}m=K.slice,E={__e:function(_,p,v,k){for(var O,Z,re;p=p.__;)if((O=p.__c)&&!O.__)try{if((Z=O.constructor)&&null!=Z.getDerivedStateFromError&&(O.setState(Z.getDerivedStateFromError(_)),re=O.__d),null!=O.componentDidCatch&&(O.componentDidCatch(_,k||{}),re=O.__d),re)return O.__E=O}catch(Re){_=Re}throw _}},A=0,ae.prototype.setState=function(_,p){var v;v=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=F({},this.state),"function"==typeof _&&(_=_(F({},v),this.props)),_&&F(v,_),null!=_&&this.__v&&(p&&this._sb.push(p),xe(this))},ae.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),xe(this))},ae.prototype.render=le,B=[],M="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,j=function(_,p){return _.__v.__b-p.__v.__b},Ee.__r=0,b=/(PointerCapture)$|Capture$/i,T=0,S=Ge(!1),L=Ge(!0),ee=0;var sn=0;const q=new WeakMap,u=(_,p)=>{let v=q.get(_);v||(v=function ye(_,p){var v={__c:p="__cC"+ee++,__:_,Consumer:function(k,O){return k.children(O)},Provider:function(k){var O,Z;return this.getChildContext||(O=new Set,(Z={})[p]=this,this.getChildContext=function(){return Z},this.componentWillUnmount=function(){O=null},this.shouldComponentUpdate=function(re){this.props.value!==re.value&&O.forEach(function(Re){Re.__e=!0,xe(Re)})},this.sub=function(re){O.add(re);var Re=re.componentWillUnmount;re.componentWillUnmount=function(){O&&O.delete(re),Re&&Re.call(re)}}),k.children}};return v.Provider.__=v.Consumer.contextType=v}(_),q.set(_,v));const k=_.render(),O=function wt(_,p,v,k,O,Z){p||(p={});var re,Re,rt=p;"ref"in p&&(re=p.ref,delete p.ref);var g={type:_,props:rt,key:v,ref:re,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--sn,__i:-1,__u:0,__source:O,__self:Z};if("function"==typeof _&&(re=_.defaultProps))for(Re in re)void 0===rt[Re]&&(rt[Re]=re[Re]);return E.vnode&&E.vnode(g),g}(v.Provider,{value:_,children:k});_.__shouldHydrate?(_.shadowRoot?.querySelectorAll("style").forEach(Z=>Z.remove()),Ve(O,p),_.__shouldHydrate=!1):Fe(O,p)}},3823(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C)=>A.call(C)},8431(ge,W,h){"use strict";h.d(W,{A:()=>j});
|
|
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&>(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&<.binding&<.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&<.destroy(),yield Y.init()),lt&&!ye&<.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});
|
|
2
2
|
/*!
|
|
3
3
|
* OpenUI5
|
|
4
4
|
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
6
6
|
*/
|
|
7
|
-
var A=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,C=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,B={"<":"<",">":">","&":"&",'"':"""},U=function(b){var T=B[b];return T||(T=C.test(b)?"�":"&#x"+function(b,T){var S=b.toString(16);return T&&(S=S.padStart(T,"0")),S}(b.charCodeAt(0))+";",B[b]=T),T};const j=function(b){return b.replace(A,U)}},7928(ge,W,h){"use strict";h.d(W,{E:()=>B,h:()=>C});const E=new(h(1241).A),A="themeRegistered",C=U=>{E.attachEvent(A,U)},B=U=>E.fireEvent(A,U)},2616(ge,W,h){"use strict";h.d(W,{Ay:()=>Ae});var m=h(467),E=h(8923),A=h(3455),C=h(1712);const U=new(h(1241).A);var S=h(3274),V=h(6121);const K=at=>{const Oe=document.querySelector(`META[name="${at}"]`);return Oe&&Oe.getAttribute("content")};var ne=h(2260),Q=h(6726);let le;(0,h(2134).R)(()=>{le=void 0});const ae=()=>(void 0===le&&(le=(0,ne.SU)()),le),xe=function(){var at=(0,m.A)(function*(Oe){const Fe=document.querySelector(`[sap-ui-webcomponents-theme="${Oe}"]`);Fe&&document.head.removeChild(Fe);const Ve=ae();if(!Ve)return;const Y=(at=>{let Oe,Fe=!1;try{if(at.startsWith(".")||at.startsWith("/")&&!at.startsWith("//"))Oe=new URL(at,(0,V.$N)()).toString(),Fe=!0;else{const Ve=at.startsWith("//")?new URL(at,(0,V.$N)()):new URL(at),Y=Ve.origin;if(Fe=Y===new URL((0,V.$N)()).origin,!Y||!((at,Oe=!1)=>{const Fe=K("sap-allowed-theme-origins")??K("sap-allowedThemeOrigins");return!!Fe&&(!!Oe||Fe.split(",").some(Ve=>"*"===Ve||at===Ve.trim()))})(Y,Fe))return;Oe=Ve.toString()}return Oe.endsWith("/")||(Oe=`${Oe}/`),`${Oe}UI5/`}catch{return}})(Ve);Y?yield((at,Oe)=>{const Fe=document.createElement("link");return Fe.type="text/css",Fe.rel="stylesheet",Oe&&Object.entries(Oe).forEach(Ve=>Fe.setAttribute(...Ve)),Fe.href=at,document.head.appendChild(Fe),new Promise(Ve=>{Fe.addEventListener("load",Ve),Fe.addEventListener("error",Ve)})})(((at,Oe)=>`${Oe}Base/baseLib/${at}/css_variables.css`)(Oe,Y),{"sap-ui-webcomponents-theme":Oe}):console.warn(`The ${Ve} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(Fe){return at.apply(this,arguments)}}();var Ee=h(5726),Ie=h(7983),me=h(1452);const st="@ui5/webcomponents-theming",Be=function(){var at=(0,m.A)(function*(Oe){if(!(0,E.w2)().has(st))return;const Fe=yield(0,E.tw)(st,Oe);Fe&&(0,A.E6)(Fe,"data-ui5-theme-properties",st,Oe)});return function(Fe){return at.apply(this,arguments)}}(),$e=function(){var at=(0,m.A)(function*(Oe,Fe){const Ve=[...(0,E.w2)().entries()].map(function(){var Y=(0,m.A)(function*([ye,{cssVariablesTarget:lt}]){if(ye===st)return;const We=yield(0,E.tw)(ye,Oe,Fe);We&&("root"===lt?(0,A.E6)(We,`data-ui5-component-properties-${(0,Ie._w)()}`,ye):"host"===lt&&(0,me.F)(ye,We))});return function(ye){return Y.apply(this,arguments)}}());return Promise.all(Ve)});return function(Fe,Ve){return at.apply(this,arguments)}}(),Ne=function(){var at=(0,m.A)(function*(Oe){const Fe=(0,C.A)();if(Fe)return Fe;const Ve=(0,S.x)("OpenUI5Support");if(Ve&&Ve.isOpenUI5Detected()){if(Ve.cssVariablesLoaded())return{themeName:Ve.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(ae())return yield xe(Oe),(0,C.A)()});return function(Fe){return at.apply(this,arguments)}}(),Ae=function(){var at=(0,m.A)(function*(Oe){const Fe=yield Ne(Oe);Fe&&Oe===Fe.themeName?(0,A.eP)("data-ui5-theme-properties",st):yield Be(Oe);const Ve=Fe&&Fe.themeName===Oe?Oe:void 0,Y=Fe&&Fe.baseThemeName,ye=(0,E.gu)(Oe)?Oe:Y||Ee.SS;yield $e(ye,Ve),(0,Q.Dm)(Y),(at=>{U.fireEvent("themeLoaded",at)})(Oe)});return function(Fe){return at.apply(this,arguments)}}()},1452(ge,W,h){"use strict";h.d(W,{F:()=>C,k:()=>A});const m=new Map;let E;const A=()=>(E||(E=new CSSStyleSheet),E),C=(B,U)=>{m.set(B,U);const M=Array.from(m.values()).join("\n");A().replaceSync(M)}},1712(ge,W,h){"use strict";h.d(W,{A:()=>U});const m=new Set,U=()=>{const M=(()=>{let M=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(M)return getComputedStyle(M).backgroundImage;M=document.createElement("span"),M.style.display="none",M.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(M);let j=getComputedStyle(M).backgroundImage;return"none"===j&&(M.classList.add("sapThemeMetaData-UI5-sap-ui-core"),j=getComputedStyle(M).backgroundImage),document.body.removeChild(M),j})();if(!M||"none"===M)return;const j=(M=>{const j=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(M);if(j&&j.length>=2){let b=j[1];if(b=b.replace(/\\"/g,'"'),"{"!==b.charAt(0)&&"}"!==b.charAt(b.length-1))try{b=decodeURIComponent(b)}catch{return void(m.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),m.add("decode")))}try{return JSON.parse(b)}catch{m.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),m.add("parse"))}}})(M);return j?(M=>{let j,b;try{const T=M.Path.split(".");j=4===T.length?T[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),b=M.Extends[0]}catch{return void(m.has("object")||(console.warn("Malformed theme metadata Object",M),m.add("object")))}return{themeName:j,baseThemeName:b}})(j):void 0}},8509(ge,W,h){"use strict";h.d(W,{A:()=>L});var m={},E=m.hasOwnProperty,A=m.toString,C=E.toString,B=C.call(Object);const M=function(ee){var V,K;return!(!ee||"[object Object]"!==A.call(ee)||(V=Object.getPrototypeOf(ee))&&("function"!=typeof(K=E.call(V,"constructor")&&V.constructor)||C.call(K)!==B))};var j=Object.create(null),b=function(ee,V,K,te){var H,F,ne,Q,ce,X,le=arguments[2]||{},ae=3,ve=arguments.length,Pe=arguments[0]||!1,xe=arguments[1]?void 0:j;for("object"!=typeof le&&"function"!=typeof le&&(le={});ae<ve;ae++)if(null!=(ce=arguments[ae]))for(Q in ce)H=le[Q],ne=ce[Q],"__proto__"!==Q&&le!==ne&&(Pe&&ne&&(M(ne)||(F=Array.isArray(ne)))?(F?(F=!1,X=H&&Array.isArray(H)?H:[]):X=H&&M(H)?H:{},le[Q]=b(Pe,arguments[1],X,ne)):ne!==xe&&(le[Q]=ne));return le};const T=b,L=function(ee,V){return T(!0,!1,...arguments)}},4778(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).On="On",A.Before="Before",A.After="After",A);const E=m},2928(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).Vertical="Vertical",A.Horizontal="Horizontal",A);const E=m},594(ge,W,h){"use strict";h.d(W,{A:()=>E});var A,m=((A=m||{}).None="None",A.Positive="Positive",A.Critical="Critical",A.Negative="Negative",A.Information="Information",A);const E=m},3493(ge,W,h){"use strict";h.d(W,{Bm:()=>te,I7:()=>V,UT:()=>b,Uu:()=>K,ax:()=>C,nK:()=>S,yI:()=>B});const m=new WeakMap,E=new WeakMap,A={attributes:!0,childList:!0,characterData:!0,subtree:!0},C=H=>{const F=H;return F.accessibleNameRef?B(H):F.accessibleName?F.accessibleName:void 0},B=H=>{const F=H.accessibleNameRef?.split(" ")??[];let ne="";return F.forEach((Q,ce)=>{const X=j(H,Q),le=`${X&&X.textContent?X.textContent:""}`;le&&(ne+=le,ce<F.length-1&&(ne+=" "))}),ne},U=H=>{const F=new Set;M(H).forEach(X=>{F.add(X)});const ce=[H.accessibleNameRef,H.accessibleDescriptionRef].filter(Boolean).join(" ");return(ce?ce.split(" "):[]).forEach(X=>{const le=j(H,X);le&&F.add(le)}),Array.from(F)},M=H=>{const F=H.getRootNode().querySelectorAll(`[for="${H.id}"]`);return Array.from(F)},j=(H,F)=>H.getRootNode().querySelector(`[id='${F}']`)||document.getElementById(F),b=H=>{const F=[];if(M(H).forEach(ne=>{const Q=ne.textContent;Q&&F.push(Q)}),F.length)return F.join(" ")},S=(H,F)=>{if(E.has(H))return;const ne=U(H),Q=(H=>F=>{if(!(F&&"property"===F.type&&"accessibleNameRef"===F.name||F&&"property"===F.type&&"accessibleDescriptionRef"===F.name))return;const ce=E.get(H);if(!ce)return;const X=ce.observedElements,le=U(H);X.forEach(ae=>{le.includes(ae)||ee(ce,ae)}),le.forEach(ae=>{X.includes(ae)||(L(ce,ae),ce.observedElements.push(ae))}),ce?.callback()})(H),ce={host:H,observedElements:ne,callback:F,invalidationCallback:Q};E.set(H,ce),H.attachInvalidate(Q),ne.forEach(X=>{L(ce,X)}),F()},L=(H,F)=>{let ne=m.get(F);if(!ne){ne={observer:null,callbacks:[]};const Q=new MutationObserver(()=>{ne.callbacks.forEach(X=>{X()});const ce=document.getElementById(F.id);H.host.id===F.getAttribute("for")||ce||ee(H,F)});ne.observer=Q,Q.observe(F,A),m.set(F,ne)}ne.callbacks.includes(H.callback)||ne.callbacks.push(H.callback)},ee=(H,F)=>{const ne=m.get(F);ne&&(ne.callbacks=ne.callbacks.filter(Q=>Q!==H.callback),ne.callbacks.length||(ne.observer?.disconnect(),m.delete(F))),H.observedElements=H.observedElements.filter(Q=>Q!==F)},V=H=>{const F=E.get(H);F&&([...F.observedElements].forEach(ne=>{ee(F,ne)}),H.detachInvalidate(F.invalidationCallback),E.delete(H))},K=H=>{const F=H;return F.accessibleDescriptionRef?te(H):F.accessibleDescription?F.accessibleDescription:void 0},te=H=>{const F=H.accessibleDescriptionRef?.split(" ")??[];let ne="";return F.forEach((Q,ce)=>{const X=j(H,Q),le=`${X&&X.textContent?X.textContent:""}`;le&&(ne+=le,ce<F.length-1&&(ne+=" "))}),ne}},1402(ge,W,h){"use strict";h.d(W,{CA:()=>E,TP:()=>A,nE:()=>j,wi:()=>U});var m=h(4127);const E=()=>{const b=(0,m.A)();return b&&"function"==typeof b.focus?b:null},A=b=>{const T=E();return!!T&&C(b,T)},C=(b,T)=>{let S=b;if(S.shadowRoot&&(S=Array.from(S.shadowRoot.children).find(ee=>"style"!==ee.localName),!S))return!1;if(S===T)return!0;const L="slot"===S.localName?S.assignedNodes():S.children;return!!L&&Array.from(L).some(ee=>C(ee,T))},U=(b,T)=>{let S,L;if(b instanceof MouseEvent)S=b.clientX,L=b.clientY;else{const ee=b.touches[0];S=ee.clientX,L=ee.clientY}return((b,T,S)=>b>=S.left&&b<=S.right&&T>=S.top&&T<=S.bottom)(S,L,T)},j=b=>{const T=b.parentElement||b.getRootNode&&b.getRootNode().host;return T&&(function M(b){return"isUI5Element"in b&&"_show"in b}(T)||T===document.documentElement)?T:j(T)}},6488(ge,W,h){"use strict";h.d(W,{J:()=>C});var m=h(5465);const C=M=>U("SLOT"===M.tagName?[M]:[...M.children]),U=(M,j)=>{const b=j||[];return M&&M.forEach(T=>{if(T.nodeType===Node.TEXT_NODE||T.nodeType===Node.COMMENT_NODE)return;const S=T;S.hasAttribute("data-sap-no-tab-ref")||((M=>{if(!M||M.hasAttribute("data-sap-no-tab-ref")||(0,m.A)(M))return!1;const j=M.getAttribute("tabindex");if(null!=j)return parseInt(j)>=0;const b=M.nodeName.toLowerCase();return!("a"!==b&&!/^(input|select|textarea|button|object)$/.test(b)||M.disabled)})(S)&&b.push(S),U("SLOT"===S.tagName?S.assignedElements():[...S.shadowRoot?S.shadowRoot.children:S.children],b))}),b}},8777(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C)=>{if(A.length!==C.length)return!1;for(let B=0;B<A.length;B++)if(A[B]!==C[B])return!1;return!0}},8762(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=(A,C,B)=>Math.min(Math.max(A,C),Math.max(C,B))},5031(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=function m(A){return C=>void 0!==C&&A in C&&!0===C[A]}},6826(ge,W,h){"use strict";h.d(W,{A:()=>ee});var m=h(467),A=h(4446);const C={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let U=null;const T=function(){var V=(0,m.A)(function*(K){const te=document.createElement("div"),H=yield(0,A.HE)("@ui5/webcomponents-base"),F=te.attachShadow({mode:"open"}),ne=new CSSStyleSheet;return ne.replaceSync(":host{justify-content:center;align-items:center;display:flex;color:var(--sapList_TextColor);background-color:var(--sapList_Background);font-family:var(--sapFontFamily);height:var(--sapElement_LineHeight);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);opacity:.8;position:absolute;padding:0 1rem;top:-1000px;left:-1000px}"),F.adoptedStyleSheets=[ne],F.textContent=H.getText(C,K),te});return function(te){return V.apply(this,arguments)}}(),ee={setDraggedElement:(V,K)=>{U=V,K?.dataTransfer?.setData("text/plain",V?V.id:"")},clearDraggedElement:()=>{U=null},getDraggedElement:()=>U,startMultipleDrag:function(){var V=(0,m.A)(function*(K,te){if(K<2)return void console.warn(`Cannot start multiple drag with count ${K}. Minimum is 2.`);if(!te.dataTransfer)return;const H=yield T(K);document.body.appendChild(H),te.dataTransfer.setDragImage(H,0,0),requestAnimationFrame(()=>{H.remove()})});return function(te,H){return V.apply(this,arguments)}}()}},7669(ge,W,h){"use strict";h.d(W,{Fw:()=>j,gk:()=>C});var m=h(4778),E=h(2928);const A=(T,S,L,ee)=>{const V=Math.abs(T-S),K=Math.abs(T-L),te=Math.abs(T-ee);let F=[];switch(Math.min(V,K,te)){case V:F=[m.A.Before];break;case K:F=[m.A.On,V<te?m.A.Before:m.A.After];break;case te:F=[m.A.After]}return F},C=(T,S,L)=>{let ee=Number.POSITIVE_INFINITY,V=null;for(let X=0;X<T.length;X++){const le=T[X],{left:ae,width:ve,top:Pe,height:xe}=le.getBoundingClientRect();let Ee;Ee=L===E.A.Vertical?Pe+xe/2:ae+ve/2;const Ie=Math.abs(S-Ee);Ie<ee&&(ee=Ie,V=le)}if(!V)return null;const{width:K,height:te,left:H,right:F,top:ne,bottom:Q}=V.getBoundingClientRect();let ce;return ce=L===E.A.Vertical?A(S,ne,ne+te/2,Q):A(S,H,H+K/2,F),{element:V,placements:ce}},B=(T,S)=>--S<0?[]:[{element:T[S],placement:m.A.Before}],U=(T,S)=>++S>=T.length?[]:[{element:T[S],placement:m.A.After}],M={ArrowLeft:B,ArrowUp:B,ArrowRight:U,ArrowDown:U,Home:(T,S)=>T.slice(0,S).map(L=>({element:L,placement:m.A.Before})),End:(T,S)=>T.slice(S+1,T.length).reverse().map(L=>({element:L,placement:m.A.After}))},j=(T,S,L)=>b(L.key)?M[L.key](T,T.indexOf(S)):[],b=T=>T in M},4127(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=()=>{let A=document.activeElement;for(;A&&A.shadowRoot&&A.shadowRoot.activeElement;)A=A.shadowRoot.activeElement;return A}},5465(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>{if("SLOT"===A.nodeName)return!1;const C=window.getComputedStyle(A);return"contents"!==C.display&&A.offsetWidth<=0&&A.offsetHeight<=0||"hidden"===C.visibility}},1045(ge,W,h){"use strict";function m(E){return E.toLowerCase()}h.d(W,{A:()=>m})},6759(ge,W,h){"use strict";h.d(W,{A:()=>E});const E=A=>Array.from(A).filter(C=>C.nodeType!==Node.COMMENT_NODE&&(C.nodeType!==Node.TEXT_NODE||0!==(C.nodeValue||"").trim().length)).length>0},2601(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(4874);(0,E.pU)("alert",{pathData:"M15.656 12.688c.104.208.182.411.235.609.052.198.088.39.109.578v.156c0 .646-.24 1.136-.719 1.469-.479.333-1 .5-1.562.5H2.313c-.271 0-.542-.042-.813-.125a2.332 2.332 0 0 1-.734-.375 1.932 1.932 0 0 1-.532-.625A2.033 2.033 0 0 1 0 14.031c0-.27.042-.505.125-.703.083-.198.177-.411.281-.64l5.782-10.5C6.625 1.395 7.26 1 8.094 1c.791 0 1.406.396 1.844 1.188l5.718 10.5Zm-7.625-7.72c-.27 0-.515.084-.734.25-.219.167-.328.438-.328.813.02.146.041.271.062.375.063.521.11 1.021.14 1.5.032.48.069 1.115.11 1.907 0 .229.078.395.235.5a.91.91 0 0 0 .515.156c.459 0 .698-.219.719-.656l.063-1.126.28-2.656c0-.375-.109-.646-.327-.812a1.182 1.182 0 0 0-.735-.25Zm0 9.345c.417 0 .745-.126.985-.376s.359-.583.359-1c0-.395-.12-.718-.36-.968-.239-.25-.567-.375-.984-.375-.416 0-.745.125-.984.375-.24.25-.36.573-.36.969 0 .416.12.75.36 1s.568.374.984.374Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("alert",{pathData:"M6.491 1.856C7.17.716 8.821.714 9.5 1.855l6.249 10.504c.694 1.166-.147 2.644-1.504 2.644H1.752c-1.357 0-2.197-1.478-1.504-2.644L6.491 1.856Zm1.503 9.138a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ae="alert"},1278(ge,W,h){"use strict";h.d(W,{Ay:()=>ve}),h(6726);var E=h(4874),A=h(8841);(0,E.pU)("decline",{pathData:"m2.205 2.96.752-.789A.559.559 0 0 1 3.367 2c.137 0 .263.057.377.171l4.239 4.286 4.273-4.286A.522.522 0 0 1 12.633 2a.56.56 0 0 1 .41.171l.752.789c.273.251.273.514 0 .789L9.555 8l4.24 4.286c.25.251.25.503 0 .754l-.752.789c-.183.114-.32.171-.41.171-.069 0-.194-.057-.377-.171L7.983 9.543l-4.24 4.286a.522.522 0 0 1-.375.171c-.092 0-.228-.057-.41-.171l-.753-.789c-.25-.251-.25-.503 0-.754L6.445 8l-4.24-4.251c-.273-.275-.273-.538 0-.789Z",ltr:!1,viewBox:"0 0 16 16",accData:A.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("decline",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06L9.06 8l3.72 3.72a.75.75 0 1 1-1.06 1.06L8 9.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06L6.94 8 3.22 4.28a.75.75 0 1 1 1.06-1.06L8 6.94l3.72-3.72Z",ltr:!1,viewBox:"0 0 16 16",accData:A.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="decline"},4257(ge,W,h){"use strict";h.d(W,{Ay:()=>ve}),h(6726);var E=h(4874),A=h(8841);(0,E.pU)("error",{pathData:"M16 8a7.731 7.731 0 0 1-.64 3.125c-.428.98-1 1.828-1.72 2.547a8.025 8.025 0 0 1-2.53 1.703A7.785 7.785 0 0 1 8 16a7.73 7.73 0 0 1-3.125-.64c-.98-.428-1.828-1-2.547-1.72a7.977 7.977 0 0 1-1.703-2.546A7.82 7.82 0 0 1 0 8a7.864 7.864 0 0 1 2.344-5.672A8.214 8.214 0 0 1 4.89.625 7.785 7.785 0 0 1 8 0c1.104 0 2.14.208 3.11.625a8.08 8.08 0 0 1 2.546 1.719 8.081 8.081 0 0 1 1.719 2.547C15.792 5.859 16 6.896 16 8Zm-3.531 3.375c.125-.125.125-.25 0-.375L9.78 8.312c-.125-.124-.125-.25 0-.374l2.531-2.532c.126-.125.126-.25 0-.375l-1.156-1.156c-.041-.042-.104-.063-.187-.063-.084 0-.146.021-.188.063L8.187 6.438c-.02.062-.083.093-.187.093-.063 0-.125-.031-.188-.093L5.188 3.844c-.02-.042-.083-.063-.187-.063-.083 0-.146.021-.188.063L3.657 5c-.125.125-.125.25 0 .375L6.25 7.938c.125.125.125.25 0 .375l-2.594 2.562a.312.312 0 0 0-.078.188c-.01.083.016.145.078.187l1.125 1.156a.48.48 0 0 0 .188.063c.083 0 .146-.021.187-.063l2.657-2.625c.041-.041.104-.062.187-.062s.146.02.188.062l2.75 2.75a.479.479 0 0 0 .187.063.48.48 0 0 0 .188-.063l1.156-1.156Z",ltr:!1,viewBox:"0 0 16 16",accData:A.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("error",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 4.293a1 1 0 0 0-1.414 0L8 6.586 5.707 4.293a1 1 0 1 0-1.414 1.414L6.586 8l-2.293 2.293a1 1 0 1 0 1.414 1.414L8 9.414l2.293 2.293a1 1 0 1 0 1.414-1.414L9.414 8l2.293-2.293a1 1 0 0 0 0-1.414Z",ltr:!1,viewBox:"0 0 16 16",accData:A.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ve="error"},8841(ge,W,h){"use strict";h.d(W,{FE:()=>S,r$:()=>F});const S={key:"ICON_DECLINE",defaultText:"Decline"},F={key:"ICON_ERROR",defaultText:"Error"}},441(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(4874);(0,E.pU)("information",{pathData:"M0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0a7.863 7.863 0 0 1 5.672 2.344 8.216 8.216 0 0 1 1.703 2.547C15.792 5.859 16 6.896 16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8Zm6 3.5v1.031h4V11.5H9V6.719c0-.125-.073-.188-.219-.188h-2.75V7.5h1v4H6Zm1.063-6.281c.291.229.604.343.937.343.354 0 .661-.12.922-.359.26-.24.39-.536.39-.89 0-.396-.135-.72-.406-.97A1.235 1.235 0 0 0 8 2.97c-.396 0-.714.13-.953.39-.24.26-.36.579-.36.954 0 .354.125.656.375.906Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("information",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 7a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1Zm0-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ae="information"},81(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(4874);(0,E.pU)("resize-corner",{pathData:"M13 5v1c0 .25-.104.48-.313.688l-6 6C6.48 12.896 6.25 13 6 13H5l8-8Zm-5 8 5-5v1c0 .25-.104.48-.313.688l-3 3C9.48 12.896 9.25 13 9 13H8Zm5-2v1c0 .25-.104.48-.313.688-.208.208-.437.312-.687.312h-1l2-2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("resize-corner",{pathData:"M11.72 3.22a.75.75 0 1 1 1.06 1.06l-8.5 8.5a.75.75 0 1 1-1.06-1.06l8.5-8.5Zm0 5a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l3.5-3.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ae="resize-corner"},8911(ge,W,h){"use strict";h.d(W,{Ay:()=>ae}),h(6726);var E=h(4874);(0,E.pU)("sys-enter-2",{pathData:"M16 8a7.863 7.863 0 0 1-.625 3.14 8.026 8.026 0 0 1-1.703 2.532 7.979 7.979 0 0 1-2.547 1.703c-.98.417-2.02.625-3.125.625a7.863 7.863 0 0 1-5.672-2.344A8.215 8.215 0 0 1 .625 11.11 7.786 7.786 0 0 1 0 8c0-1.104.214-2.146.64-3.125.428-.98 1-1.828 1.72-2.547A7.977 7.977 0 0 1 4.905.625 7.82 7.82 0 0 1 8 0c1.104 0 2.146.208 3.125.625.98.417 1.828.984 2.547 1.703a7.979 7.979 0 0 1 1.703 2.547c.417.98.625 2.02.625 3.125Zm-3.688-2.719c.084-.166.073-.302-.03-.406L11.155 3.75a.297.297 0 0 0-.25-.125c-.104 0-.187.052-.25.156l-3.25 5.406c-.062.021-.104.021-.125 0L5.094 7.563c-.084-.063-.157-.094-.219-.094-.063 0-.11.02-.14.062a.917.917 0 0 1-.079.094L3.75 8.906c-.125.167-.104.313.063.438l3.53 2.969c.042.041.115.062.22.062a.297.297 0 0 0 .25-.125l4.5-6.969Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,E.pU)("sys-enter-2",{pathData:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm3.707 5.793a1 1 0 0 0-1.414 0L7.5 8.586 6.207 7.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ae="sys-enter-2"},303(ge,W,h){"use strict";h.d(W,{A:()=>m});const m=':root {--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "17.0.18"},"Version":{"Build": "11.36.3.20260526103300","Source": "11.36.3"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #556b82;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Margin_S: 0 0 1rem;--sapContent_Margin_M: 1rem;--sapContent_Margin_L: 1rem 2rem;--sapContent_Margin_XL: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #d9d9d9;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_HeroBanner_Background: #0070f2;--sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.45) 75%);--sapShell_HeroBanner_TextColor: #fff;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .0625rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentAlternatingBackground: #eaecee;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: .125rem;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: transparent;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_IBCS_Actual: #233649;--sapChart_IBCS_Previous: #758ca4;--sapChart_IBCS_Good: #287a40;--sapChart_IBCS_Bad: #d00a0a;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #8bc7ff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #62b3ff;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #0074e2;--sapChart_Sequence_1_Minus1: #0074e2;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #0065c3;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #0055a5;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #003b72;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #00305d;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #492d00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #180955;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px;--sapSapThemeId: sap_horizon;--sapHighlightTextColor: #fff;--sapButton_Emphasized_FontWeight: bold;--sapShell_BackgroundGradient: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapAt: @\n}'},7202(ge,W,h){"use strict";h.d(W,{A:()=>ae});var m=h(5386),E=h(1934),A=h(1642),C=h(3651),B=h(1834),U=h(2358),M=h(6136),j=h(6759),b=function(ve){return ve.Top="Top",ve.Bottom="Bottom",ve}(b||{});const T=b;var S=h(1892),L=h(355);function V(){return(0,S.Y)(S.FK,{children:this.text&&(0,S.Y)(L.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var K=h(5166),te=h(467),H=h(8923),F=h(303),ne=h(5444);(0,H.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,te.A)(function*(){return F.A})),(0,H.Rh)("@ui5/webcomponents","sap_horizon",(0,te.A)(function*(){return ne.A}),"host");var X,ce=function(ve,Pe,xe,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,xe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,xe,Ee);else for(var je=ve.length-1;je>=0;je--)(ct=ve[je])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,xe,me):ct(Pe,xe))||me);return Ie>3&&me&&Object.defineProperty(Pe,xe,me),me};let le=X=class extends m.A{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0}),(0,M.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return X.i18nBundle.getText(K.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===T.Top,bottom:this.text&&this.textPlacement===T.Bottom}}get hasContent(){return(0,j.A)(Array.from(this.children))}onBeforeRendering(){this.active?!this._isBusy&&!this._busyTimeoutId&&(this._busyTimeoutId=setTimeout(()=>{delete this._busyTimeoutId,this._isBusy=!0},Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(Pe){this._isBusy&&(Pe.stopImmediatePropagation(),(0,U.zP)(Pe)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(Pe){this._isBusy&&Pe.stopImmediatePropagation()}_redirectFocus(Pe){this.focusForward||(Pe.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};ce([(0,A.A)()],le.prototype,"text",void 0),ce([(0,A.A)()],le.prototype,"size",void 0),ce([(0,A.A)({type:Boolean})],le.prototype,"active",void 0),ce([(0,A.A)({type:Number})],le.prototype,"delay",void 0),ce([(0,A.A)()],le.prototype,"textPlacement",void 0),ce([(0,A.A)({type:Boolean})],le.prototype,"_isBusy",void 0),ce([(0,C.A)("@ui5/webcomponents")],le,"i18nBundle",void 0),le=X=ce([(0,E.A)({tag:"ui5-busy-indicator",languageAware:!0,styles:':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n',renderer:B.A,template:function ee(){return(0,S.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,S.FD)("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&V.call(this),(0,S.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,S.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&V.call(this)]}),(0,S.Y)("slot",{}),this._isBusy&&(0,S.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],le),le.define();const ae=le},171(ge,W,h){"use strict";h.d(W,{A:()=>Ve});var m=h(467),E=h(5386),A=h(1934),C=h(1642),B=h(1437),U=h(6993),M=h(3651),j=h(1834),b=h(2358),T=h(3493),S=h(4874),L=h(6136),ee=h(6759),V=h(6162),K=h(2260);let te;var ne=h(1045),Q=function(Y){return Y.Default="Default",Y.Positive="Positive",Y.Negative="Negative",Y.Transparent="Transparent",Y.Emphasized="Emphasized",Y.Attention="Attention",Y}(Q||{});const ce=Q;var X=function(Y){return Y.Button="Button",Y.Submit="Submit",Y.Reset="Reset",Y}(X||{});const le=X;var ae=function(Y){return Y.InlineText="InlineText",Y.OverlayText="OverlayText",Y.AttentionDot="AttentionDot",Y}(ae||{});const ve=ae;var Pe=function(Y){return Y.Button="Button",Y.Link="Link",Y}(Pe||{});const xe=Pe;var Ee=h(1892),Ie=h(563),me=h(7202),ct=function(Y){return Y.S="S",Y.M="M",Y.L="L",Y}(ct||{});const je=ct;var Ce=h(5166),Be=h(8923),Ge=h(303),$e=h(5444);(0,Be.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Ge.A})),(0,Be.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return $e.A}),"host");var Ae,Xe=function(Y,ye,lt,We){var St,Et=arguments.length,_t=Et<3?ye:null===We?We=Object.getOwnPropertyDescriptor(ye,lt):We;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_t=Reflect.decorate(Y,ye,lt,We);else for(var sn=Y.length-1;sn>=0;sn--)(St=Y[sn])&&(_t=(Et<3?St(_t):Et>3?St(ye,lt,_t):St(ye,lt))||_t);return Et>3&&_t&&Object.defineProperty(ye,lt,_t),_t};let at=!1,Oe=null,Fe=Ae=class extends E.A{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._isSpacePressed=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{Oe&&Oe._setActiveState(!1)},this._onclickBound=ye=>{ye instanceof CustomEvent||this._onclick(ye)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),at||(document.addEventListener("mouseup",this._deactivate),at=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,L.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,T.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,T.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),Oe===this&&(Oe=null),(0,T.I7)(this)}onBeforeRendering(){var ye=this;return(0,m.A)(function*(){ye._setBadgeOverlayStyle(),ye.hasIcon=!!ye.icon,ye.hasEndIcon=!!ye.endIcon,ye.iconOnly=ye.isIconOnly;const lt=yield ye.getDefaultTooltip();ye.buttonTitle=ye.iconOnly?ye.tooltip??lt:ye.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==ve.AttentionDot&&this.badge[0].design!==ve.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(ye){if(ye.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void ye.preventDefault();const{altKey:lt,ctrlKey:We,metaKey:Et,shiftKey:_t}=ye;this.fireDecoratorEvent("click",{originalEvent:ye,altKey:lt,ctrlKey:We,metaKey:Et,shiftKey:_t})?(this._isSubmit&&(0,V.rM)(this),this._isReset&&(0,V.E2)(this),(0,L.nr)()&&this.getDomRef()?.focus()):ye.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),Oe=this)}_ontouchend(ye){(this.disabled||this.loading)&&(ye.preventDefault(),ye.stopPropagation()),this.active&&this._setActiveState(!1),Oe&&Oe._setActiveState(!1)}_onkeydown(ye){(0,b.Tu)(ye)||(0,b.KL)(ye)?this._cancelAction=!0:(0,b.xC)(ye)&&(this._isSpacePressed=!0),(0,b.xC)(ye)||(0,b.RI)(ye)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(ye){const lt=(0,b.xC)(ye),We=(0,b.Tu)(ye)||(0,b.KL)(ye);if(lt||(0,b.BF)(ye)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void ye.preventDefault();this._isSpacePressed=!1}else We&&!this._isSpacePressed&&(this._cancelAction=!1);((0,b.xC)(ye)||(0,b.RI)(ye))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(ye){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=ye)}get hasButtonType(){return this.design!==ce.Default&&this.design!==ce.Transparent}get isIconOnly(){return!(0,ee.A)(this.text)}static typeTextMappings(){return{Positive:Ce.nFX,Negative:Ce.kQX,Emphasized:Ce.Jy$,Attention:Ce.flf}}getDefaultTooltip(){if(void 0===te&&(te=(0,K.$n)()),te)return(0,S.Z5)(this.icon)}get buttonTypeText(){return Ae.i18nBundle.getText(Ae.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,ne.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const ye=this.getAttribute("tabindex");return ye?Number.parseInt(ye):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(St=>St).join(" ")}get ariaDescriptionText(){const We=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(Et=>Et);return We.length>0?We.join(" "):void 0}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get accessibilityInfo(){return{description:this.ariaDescriptionText,role:this.effectiveAccRole,disabled:this.disabled,children:this.text,type:this.effectiveAccRoleTranslation,label:this.ariaLabelText}}get effectiveAccRoleTranslation(){return this.accessibleRole===xe.Button?Ae.i18nBundle.getText(Ce.TkL):this.accessibleRole===xe.Link?Ae.i18nBundle.getText(Ce.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const ye=this.badge[0].effectiveText;switch(ye){case"":return ye;case"1":return Ae.i18nBundle.getText(Ce.mgn,ye);default:return Ae.i18nBundle.getText(Ce.M4s,ye)}}get _isSubmit(){return this.type===le.Submit||this.submits}get _isReset(){return this.type===le.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ve.AttentionDot)}};Xe([(0,C.A)()],Fe.prototype,"design",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"disabled",void 0),Xe([(0,C.A)()],Fe.prototype,"icon",void 0),Xe([(0,C.A)()],Fe.prototype,"endIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"submits",void 0),Xe([(0,C.A)()],Fe.prototype,"form",void 0),Xe([(0,C.A)()],Fe.prototype,"tooltip",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleName",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleNameRef",void 0),Xe([(0,C.A)({type:Object})],Fe.prototype,"accessibilityAttributes",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleDescription",void 0),Xe([(0,C.A)()],Fe.prototype,"type",void 0),Xe([(0,C.A)()],Fe.prototype,"accessibleRole",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"active",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"iconOnly",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"hasIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"hasEndIcon",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"nonInteractive",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"loading",void 0),Xe([(0,C.A)({type:Number})],Fe.prototype,"loadingDelay",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"buttonTitle",void 0),Xe([(0,C.A)({type:Object})],Fe.prototype,"_iconSettings",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"forcedTabIndex",void 0),Xe([(0,C.A)({type:Boolean})],Fe.prototype,"_isTouch",void 0),Xe([(0,C.A)({type:Boolean,noAttribute:!0})],Fe.prototype,"_cancelAction",void 0),Xe([(0,C.A)({type:Boolean,noAttribute:!0})],Fe.prototype,"_isSpacePressed",void 0),Xe([(0,C.A)({noAttribute:!0})],Fe.prototype,"_accessibleNameRefTexts",void 0),Xe([(0,U.A)({type:Node,default:!0})],Fe.prototype,"text",void 0),Xe([(0,U.A)({type:HTMLElement,invalidateOnChildChange:!0})],Fe.prototype,"badge",void 0),Xe([(0,M.A)("@ui5/webcomponents")],Fe,"i18nBundle",void 0),Fe=Ae=Xe([(0,A.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:j.A,template:function st(Y){return(0,Ee.FD)(Ee.FK,{children:[(0,Ee.FD)("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":"InlineText"===this.badge[0]?.design,"ui5-button-badge-placement-end-top":"OverlayText"===this.badge[0]?.design,"ui5-button-badge-dot":"AttentionDot"===this.badge[0]?.design},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":Y?.ariaPressed,"aria-valuemin":Y?.ariaValueMin,"aria-valuemax":Y?.ariaValueMax,"aria-valuenow":Y?.ariaValueNow,"aria-valuetext":Y?.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":this._computedAccessibilityAttributes?.expanded,"aria-controls":this._computedAccessibilityAttributes?.controls,"aria-haspopup":this._computedAccessibilityAttributes?.hasPopup,"aria-label":this._computedAccessibilityAttributes?.ariaLabel,"aria-keyshortcuts":this._computedAccessibilityAttributes?.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&(0,Ee.Y)(Ie.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,Ee.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,Ee.Y)("bdi",{children:(0,Ee.Y)("slot",{})})}),this.endIcon&&(0,Ee.Y)(Ie.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,Ee.Y)("slot",{name:"badge"})]}),this.loading&&(0,Ee.Y)(me.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?je.S:je.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})},styles:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5_button_base_min_width);height:var(--_ui5_button_base_height);line-height:normal;font-family:var(--_ui5_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5_button_text_shadow);border-radius:var(--_ui5_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5_button_base_min_width) - var(--_ui5_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5_button_focused_border);border-radius:var(--_ui5_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5_button_emphasized_focused_border_before);border-radius:var(--_ui5_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}:host([has-end-icon]:not([icon])) .ui5-button-root{justify-content:flex-start}:host([icon-only]) .ui5-button-root{justify-content:center}:host([has-end-icon]:not([icon]):not(:empty)) .ui5-button-end-icon{padding-inline-start:var(--_ui5_button_base_icon_margin);margin-inline-start:auto}\n',shadowRootOptions:{delegatesFocus:!0}}),(0,B.A)("click",{bubbles:!0,cancelable:!0}),(0,B.A)("active-state-change",{bubbles:!0,cancelable:!0})],Fe),Fe.define();const Ve=Fe},7601(ge,W,h){"use strict";h.d(W,{A:()=>te});var m=h(5386),E=h(1934),A=h(1642),C=h(1834),B=h(4778),U=h(2928),M=h(1892),b=h(467),T=h(8923),S=h(303),L=h(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return S.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return L.A}),"host");var V=function(H,F,ne,Q){var le,ce=arguments.length,X=ce<3?F:null===Q?Q=Object.getOwnPropertyDescriptor(F,ne):Q;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)X=Reflect.decorate(H,F,ne,Q);else for(var ae=H.length-1;ae>=0;ae--)(le=H[ae])&&(X=(ce<3?le(X):ce>3?le(F,ne,X):le(F,ne))||X);return ce>3&&X&&Object.defineProperty(F,ne,X),X};let K=class extends m.A{get _positionProperty(){return this.orientation===U.A.Vertical?"left":"top"}constructor(){super(),this.targetReference=null,this.ownerReference=null,this.placement="Before",this.orientation="Vertical"}onAfterRendering(){if(!this.targetReference||!this.ownerReference)return void Object.assign(this.style,{display:"none"});const{left:F,width:ne,right:Q,top:ce,bottom:X,height:le}=this.targetReference.getBoundingClientRect(),{top:ae,height:ve}=this.ownerReference.getBoundingClientRect(),Pe={display:"",[this._positionProperty]:"",width:"",height:""};let xe=0,Ee=!1,Ie=!1;if(this.orientation===U.A.Vertical){switch(this.placement){case B.A.Before:xe=F;break;case B.A.On:Pe.width=`${ne}px`,xe=F;break;case B.A.After:xe=Q}Pe.height=`${le}px`}if(this.orientation===U.A.Horizontal){switch(this.placement){case B.A.Before:xe=ce;break;case B.A.On:Pe.height=`${le}px`,xe=ce;break;case B.A.After:xe=X}Pe.width=`${ne}px`,xe-=ae,xe<=0&&(Ie=!0),xe>=ve&&(Ee=!0)}Pe[this._positionProperty]=`${xe}px`,this.toggleAttribute("first",Ie),this.toggleAttribute("last",Ee),Object.assign(this.style,Pe)}};V([(0,A.A)({type:Object})],K.prototype,"targetReference",void 0),V([(0,A.A)({type:Object})],K.prototype,"ownerReference",void 0),V([(0,A.A)()],K.prototype,"placement",void 0),V([(0,A.A)()],K.prototype,"orientation",void 0),K=V([(0,E.A)({tag:"ui5-drop-indicator",renderer:C.A,styles:':host{position:absolute;pointer-events:none;z-index:99}:host([orientation="Vertical"]) .ui5-di-needle{width:.125rem;height:100%;inset-block:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Vertical"]){margin-left:-.0625rem}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]){margin-top:-.0625rem}:host([orientation="Horizontal"][placement="Before"][first]){margin-top:.3125rem}:host([orientation="Horizontal"][placement="After"][last]){margin-top:-.3125rem}:host([orientation="Vertical"]) .ui5-di-needle:before{left:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host([orientation="Horizontal"]) .ui5-di-needle:before{top:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host .ui5-di-rect{border:.125rem solid var(--sapContent_DragAndDropActiveColor);position:absolute;inset:0}:host .ui5-di-rect:before{content:" ";position:absolute;inset:0;background:var(--sapContent_DragAndDropActiveColor);opacity:.05}\n',template:function j(){return(0,M.Y)("div",{class:{"ui5-di-rect":this.placement===B.A.On,"ui5-di-needle":this.placement!==B.A.On}})}})],K),K.define();const te=K},563(ge,W,h){"use strict";h.d(W,{A:()=>Ee});var m=h(467),E=h(5386),A=h(1834),C=h(1934),B=h(1437),U=h(1642),M=h(6993),j=h(4874),b=h(4446),T=h(3651),S=h(6136),L=h(2358),ee=h(3823),V=h(1892);function te(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,V.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(Ie=>(0,V.Y)("path",{d:Ie}))}var H=function(Ie){return Ie.Image="Image",Ie.Decorative="Decorative",Ie.Interactive="Interactive",Ie}(H||{});const F=H;var ne=h(5166),Q=h(8923),ce=h(303),X=h(5444);(0,Q.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return ce.A})),(0,Q.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return X.A}),"host");var ve,ae=function(Ie,me,ct,je){var Be,st=arguments.length,Ce=st<3?me:null===je?je=Object.getOwnPropertyDescriptor(me,ct):je;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(Ie,me,ct,je);else for(var Ge=Ie.length-1;Ge>=0;Ge--)(Be=Ie[Ge])&&(Ce=(st<3?Be(Ce):st>3?Be(me,ct,Ce):Be(me,ct))||Ce);return st>3&&Ce&&Object.defineProperty(me,ct,Ce),Ce};let xe=ve=class extends E.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(me){this.mode===F.Interactive&&(me.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(me){this.mode===F.Interactive&&((0,L.RI)(me)&&this.fireDecoratorEvent("click"),(0,L.xC)(me)&&me.preventDefault())}_onkeyup(me){this.mode===F.Interactive&&(0,L.xC)(me)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===F.Decorative?"true":void 0}get _tabIndex(){return this.mode===F.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case F.Interactive:return"button";case F.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,S.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var me=this;return(0,m.A)(function*(){if(me.fontIcon.length)return void(me.effectiveAccessibleName=me.accessibleName?me.accessibleName:void 0);const ct=me.name;if(!ct)return;let je=(0,j.hu)(ct);if(je||(je=yield(0,j.y3)(ct)),!je)return me.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${me.name}`);if("ICON_NOT_FOUND"===je)return me.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${ct.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(me.viewBox=je.viewBox||"0 0 512 512","customTemplate"in je&&je.customTemplate&&(me.customTemplate=(0,ee.A)(je.customTemplate,me)),"customTemplateAsString"in je&&(me.customTemplateAsString=je.customTemplateAsString),me.invalid=!1,"pathData"in je&&je.pathData&&(me.pathData=Array.isArray(je.pathData)?je.pathData:[je.pathData]),me.accData=je.accData,me.ltr=je.ltr,me.packageName=je.packageName,me.accessibleName)me.effectiveAccessibleName=me.accessibleName;else if(me.accData)if(me.packageName){const st=yield(0,b.HE)(me.packageName);me.effectiveAccessibleName=st.getText(me.accData)||void 0}else me.effectiveAccessibleName=me.accData?.defaultText||void 0;else me.effectiveAccessibleName=void 0})()}get hasFontIcon(){return this.fontIcon.length>0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case F.Interactive:return ve.i18nBundle.getText(ne.u9k);case F.Image:return ve.i18nBundle.getText(ne.Jz0);default:return""}}get accessibilityInfo(){return this.mode===F.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};ae([(0,U.A)()],xe.prototype,"design",void 0),ae([(0,U.A)()],xe.prototype,"name",void 0),ae([(0,U.A)()],xe.prototype,"accessibleName",void 0),ae([(0,U.A)({type:Boolean})],xe.prototype,"showTooltip",void 0),ae([(0,U.A)()],xe.prototype,"mode",void 0),ae([(0,M.A)({type:HTMLElement})],xe.prototype,"fontIcon",void 0),ae([(0,U.A)({type:Array,noAttribute:!0})],xe.prototype,"pathData",void 0),ae([(0,U.A)({type:Object,noAttribute:!0})],xe.prototype,"accData",void 0),ae([(0,U.A)({type:Boolean})],xe.prototype,"invalid",void 0),ae([(0,U.A)({noAttribute:!0})],xe.prototype,"effectiveAccessibleName",void 0),ae([(0,T.A)("@ui5/webcomponents")],xe,"i18nBundle",void 0),xe=ve=ae([(0,C.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:A.A,template:function K(){return this.hasFontIcon?(0,V.Y)("span",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,role:this.effectiveAccessibleRole,"aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:(0,V.Y)("slot",{name:"fontIcon"})}):(0,V.FD)("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,children:[this.hasIconTooltip&&(0,V.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,V.Y)("g",{role:"presentation",children:te.call(this)})]})},styles:':host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none;container-type:size}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top;box-sizing:border-box;align-items:center;justify-content:center;font-size:min(100cqw,100cqh);line-height:1}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5_icon_transform_scale);transform-origin:center}\n'}),(0,B.A)("click",{bubbles:!0})],xe),xe.define();const Ee=xe},1279(ge,W,h){"use strict";h.d(W,{A:()=>q});var m={};h.r(m),h.d(m,{Contains:()=>Fe,None:()=>Ve,StartsWith:()=>Oe,StartsWithPerTerm:()=>at});var E=h(467),A=h(5386),C=h(1642),B=h(1934),U=h(6993),M=h(1437),j=h(1834),b=h(362),T=h(8431),S=h(6136),L=h(594),ee=h(2358),K=h(8777),te=h(3651),H=h(6162),F=h(3493),ce=h(4127),X=function(G){return G.Text="Text",G.Email="Email",G.Number="Number",G.Password="Password",G.Tel="Tel",G.URL="URL",G.Search="Search",G}(X||{});const le=X;var ae=h(1892),ve=h(563),Pe=h(1278),xe=h(4257),Ee=h(2601),Ie=h(8911),me=h(441),ct=h(9494),je=h(6634);function st(G){const u=G?.suggestionsList,_=G?.mobileHeader;return(0,ae.FD)(ae.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:u,mobileHeader:_,valueStateMessage:Ce,valueStateMessageInputIcon:Be}),this.hasValueStateMessage&&(0,ae.Y)(je.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:ct.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,ae.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,ae.Y)(ve.A,{class:"ui5-input-value-state-message-icon",name:Be.call(this)}),this.valueStateOpen&&Ce.call(this)]})})]})}function Ce(){return(0,ae.Y)(ae.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,ae.Y)("slot",{name:"valueStateMessage"})})}function Be(){return this.valueState!==L.A.None?{Negative:xe.Ay,Critical:Ee.Ay,Positive:Ie.Ay,Information:me.Ay}[this.valueState]:""}function $e(){}function Ne(){}const Xe=/[[\]{}()*+?.\\^$|]/g,at=(G,u,_)=>{const p=new RegExp(`(^|\\s)${(G=>G.replace(Xe,"\\$&"))(G.toLowerCase())}.*`,"g");return u.filter(v=>{const k=v[_];return p.lastIndex=0,p.test(k.toLowerCase())})},Oe=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().startsWith(G.toLowerCase())),Fe=(G,u,_)=>u.filter(p=>(p[_]||"").toLowerCase().includes(G.toLowerCase())),Ve=(G,u)=>u;var Y=h(5166),ye=h(8923),lt=h(303),We=h(5444);(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return We.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return We.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return We.A}),"host"),(0,ye.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return lt.A})),(0,ye.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return We.A}),"host");var gt=function(G){return G.StartsWithPerTerm="StartsWithPerTerm",G.StartsWith="StartsWith",G.Contains="Contains",G.None="None",G}(gt||{});const wt=gt;var Qe,Le=function(G,u,_,p){var O,v=arguments.length,k=v<3?u:null===p?p=Object.getOwnPropertyDescriptor(u,_):p;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)k=Reflect.decorate(G,u,_,p);else for(var Z=G.length-1;Z>=0;Z--)(O=G[Z])&&(k=(v<3?O(k):v>3?O(u,_,k):O(u,_))||k);return v>3&&k&&Object.defineProperty(u,_,k),k},N=function(G){return G.CHANGE="change",G.INPUT="input",G.SELECTION_CHANGE="selection-change",G}(N||{}),$=function(G){return G.ACTION_ENTER="enter",G.ACTION_USER_INPUT="input",G}($||{});let D=Qe=class extends A.A{get formValidityMessage(){return this.nativeInput?.validationMessage}get _effectiveShowSuggestions(){return!(!this.showSuggestions||!this.Suggestions)}get formValidity(){return{valueMissing:this.nativeInput?.validity.valueMissing,typeMismatch:this.required&&this.nativeInput?.validity.typeMismatch,patternMismatch:this.nativeInput?.validity.patternMismatch}}formElementAnchor(){var u=this;return(0,E.A)(function*(){return u.getFocusDomRefAsync()})()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this.filter=wt.None,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){b.A.register(this,this._handleResizeBound),(0,F.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){b.A.deregister(this,this._handleResizeBound),(0,F.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(u){u.markupText=this.typedInValue?this.Suggestions?.hightlightInput(u.text||"",this.typedInValue):(0,T.A)(u.text||"")}_isGroupItem(u){return u.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(Re=>{Re.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(Re):this._isGroupItem(Re)&&Re.items?.forEach(rt=>{this._highlightSuggestionItem(rt)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const u=!!this._flattenItems.length,_=!!this.value,p=this.shadowRoot.querySelector("input")===(0,ce.A)(),v=this.disabled||this.readonly,k=!v&&!this._isPhone&&u&&(this.open||_&&p&&this.isTyping);v?this.open=!1:this._isPhone||(this.open=u&&(this.open||_&&p&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!k?this.openValueStatePopover():this.closeValueStatePopover();const O=this.value,Z=this.getInputDOMRefSync();if(!Z||!O)return;this.filter!==wt.None&&this._filterItems(this.typedInValue);const re=Z.selectionEnd-Z.selectionStart;if(this._shouldAutocomplete&&!(0,S.m0)()&&!re&&!this._isKeyNavigation){const Re=this._getFirstMatchingItem(O);Re?(this._isComposing||this._handleTypeAhead(Re),this._selectMatchingItem(Re)):this._matchedSuggestionItem=void 0}}onAfterRendering(){this.showSuggestions&&this.Suggestions?._getPicker()&&(this._listWidth=this.Suggestions._getListWidth(),this.Suggestions._getList()._itemNavigation._getItems=()=>[]),this._performTextSelection&&(this.typedInValue.length&&this.value.length&&this._adjustSelectionRange(),this.fireDecoratorEvent("type-ahead")),this._performTextSelection=!1,(0,K.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const u=this.getInputDOMRefSync(),p=this.Suggestions?._getItems().filter(k=>!k.hidden)?.find(k=>k.selected||k.focused),v=this._flattenItems.filter(k=>this._isGroupItem(k));p&&!v.includes(p)?p?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?u.setSelectionRange(this.typedInValue.length,this.value.length):u.setSelectionRange(0,this.value.length):u.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(u){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,ee.W_)(u)||(0,ee.Ob)(u)||(0,ee.KL)(u)),(0,ee.ie)(u))return this._handleUp(u);if((0,ee.Pj)(u))return this._handleDown(u);if((0,ee.xC)(u))return this._handleSpace(u);if((0,ee.zP)(u))return this._handleTab();if((0,ee.RI)(u)){const _=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,_?(this.fireDecoratorEvent("_request-submit"),void(0,H.rM)(this)):this._handleEnter(u)}return(0,ee.vQ)(u)?this._handlePageUp(u):(0,ee.oY)(u)?this._handlePageDown(u):(0,ee.qN)(u)?this._handleHome(u):(0,ee.uV)(u)?this._handleEnd(u):(0,ee.KL)(u)?this._handleEscape():(0,ee.HJ)(u)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(u){(0,ee.Ob)(u)&&(this.value=u.target.value),this._enterKeyDown=!1}get currentItemIndex(){const _=(this.Suggestions?._getItems()).filter(k=>!k.hidden),p=_.find(k=>k.selected||k.focused);return p?_.indexOf(p):-1}_handleUp(u){this.Suggestions?.isOpened()&&this.Suggestions.onUp(u,this.currentItemIndex)}_handleDown(u){this.Suggestions?.isOpened()&&this.Suggestions.onDown(u,this.currentItemIndex)}_handleSpace(u){this.Suggestions&&this.Suggestions.onSpace(u)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const u=this.linksInAriaValueStateHiddenText;u.length&&u[0].focus()}_addLinksEventListeners(){const u=this.linksInAriaValueStateHiddenText;u.forEach((_,p)=>{this._linksListenersArray.push(v=>{((G,u,_,p)=>{(0,ee.zP)(G)&&(_!==u.length-1?(G.stopImmediatePropagation(),G.preventDefault(),u[_+1].focus()):(p.closeValueState(),p.focusInput())),(0,ee.bR)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),_>0?u[_-1].focus():p.focusInput()),(0,ee.ie)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),p.isPopoverOpen()&&p.focusInput()),(0,ee.Pj)(G)&&(G.preventDefault(),G.stopImmediatePropagation(),p.navigateToItem()),(0,ee.KL)(G)&&(G.preventDefault(),G.stopImmediatePropagation())})(v,u,p,{closeValueState:()=>{this.Suggestions?.isOpened()&&this.Suggestions?.close(),this.valueStateOpen&&this.closeValueStatePopover()},focusInput:()=>{this._handleLinkNavigation=!1,this.getInputDOMRef().focus()},navigateToItem:()=>{this._handleLinkNavigation?(this._handleLinkNavigation=!1,this.Suggestions?.isOpened()&&(this.innerFocusIn(),this.getInputDOMRef().focus(),this.Suggestions.onDown(v,this.currentItemIndex))):this._handleDown(v)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),_.addEventListener("keydown",this._linksListenersArray[p])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((_,p)=>{_.removeEventListener("keydown",this._linksListenersArray[p])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(u){const _=!!this.Suggestions?.onEnter(u),p=this.getInputDOMRefSync();let v=this._matchedSuggestionItem;if(v||(v=this._selectableItems.find(k=>k.text?.toLowerCase()===this.value.toLowerCase())),v){const k=v.text||"";p.setSelectionRange(k.length,k.length),_||(this.fireSelectionChange(v,!0),this.acceptSuggestion(v,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&p.setSelectionRange(this.value.length,this.value.length),_?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(u){this._isSuggestionsFocused?this.Suggestions?.onPageUp(u):u.preventDefault()}_handlePageDown(u){this._isSuggestionsFocused?this.Suggestions?.onPageDown(u):u.preventDefault()}_handleHome(u){this._isSuggestionsFocused&&this.Suggestions?.onHome(u)}_handleEnd(u){this._isSuggestionsFocused&&this.Suggestions?.onEnd(u)}_handleEscape(){const _=this.showSuggestions&&!!this.Suggestions&&this.open,p=this.getInputDOMRefSync(),v=p.selectionEnd-p.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?_?_&&this.Suggestions?._isItemOnTarget()?(this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0)):(v&&(this.value=this.typedInValue),void(this.focused=!0)):void(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue):(this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue,void this.fireDecoratorEvent(N.INPUT,{inputType:""}))}_onfocusin(u){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!u.target&&u.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(u){const _=u.relatedTarget;this.Suggestions?._getPicker()?.contains(_)||this.contains(_)||this.getSlottedNodes("valueStateMessage").some(p=>p.contains(_))||(this.focused=!1,this._isChangeTriggeredBySuggestion=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.isTyping=!1,this.value!==this.previousValue&&this.showClearIcon&&(this._clearIconClicked=!1))}_clearPopoverFocusAndSelection(){!this.showSuggestions||!this.Suggestions||(this.hasSuggestionItemSelected=!1,this.Suggestions?._deselectItems(),this.Suggestions?._clearItemFocus())}_click(){(0,S.tp)()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.Suggestions?._getPicker()?.open&&this._flattenItems.some(_=>_.hasAttribute("ui5-suggestion-item")&&_.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(N.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,H.rM)(this))))}_clear(){const u=this.value;this.value="",this.fireDecoratorEvent(N.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=u}_iconMouseDown(){this._clearIconClicked=!0}_scroll(u){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:u.detail.scrollTop,scrollContainer:u.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(u){this._input(u,u.detail&&u.detail.inputType||"")}_handleNativeInput(u){this._input(u,u.inputType||"")}_input(u,_){const p=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(_)&&!this.noTypeahead,u.target===p&&(this.focused=!0,u.stopImmediatePropagation()),this.fireEventByAction($.ACTION_ENTER,u),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===u.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(u){return Oe(u,this._selectableItems,"text")}_getFirstMatchingItem(u){if(!this._flattenItems.length)return;const _=this._startsWithMatchingItems(u).filter(p=>!this._isGroupItem(p));return _.length?_[0]:void 0}_handleSelectionChange(u){this.Suggestions?.onItemPress(u)}_selectMatchingItem(u){u.selected=!0,this._matchedSuggestionItem=u}_filterItems(u){let _=[];const p=this._flattenItems.filter(v=>this._isGroupItem(v));this._resetItemVisibility(),_=p.length?this._filterGroups(this.filter,p):m[this.filter](u,this._selectableItems,"text"),this._selectableItems.forEach(v=>{v.hidden=!_.includes(v)}),0===_.length&&(this.open=!1)}_filterGroups(u,_){const p=[];return _.forEach(v=>{const k=m[u](this.typedInValue,v.items??[],"text");p.push(...k),v.hidden=0===k.length}),p}_resetItemVisibility(){this._flattenItems.forEach(u=>{this._isGroupItem(u)?u.items?.forEach(_=>{_.hidden=!1}):u.hidden=!1})}_handleTypeAhead(u){const _=u.text?u.text:"",p=this.typedInValue;_.toLowerCase().startsWith(p.toLowerCase())&&(this.value=p+_.substring(p.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,F.UT)(this),this._accessibleLabelsRefTexts=(0,F.yI)(this),this._associatedDescriptionRefTexts=(0,F.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,S.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,S.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(N.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const u=this.shadowRoot.querySelector("#selectionText");u&&(u.textContent=""),this._handlePickerAfterClose()}_handlePickerAfterOpen(){this.fireDecoratorEvent("open")}_handlePickerAfterClose(){this.Suggestions?._onClose(),this.fireDecoratorEvent("close")}openValueStatePopover(){this.valueStateOpen=!0}closeValueStatePopover(){this.valueStateOpen=!1}_handleValueStatePopoverAfterClose(){this.valueStateOpen=!1,this._handleLinkNavigation=!1}_getValueStatePopover(){return this.shadowRoot.querySelector("[ui5-popover]")}enableSuggestions(){if(this.Suggestions)return;const u=_=>{_.i18nBundle=Qe.i18nBundle,this.Suggestions=new _(this,"suggestionItems",!0,!1)};Qe.SuggestionsClass?u(Qe.SuggestionsClass):Promise.all([h.e(778),h.e(955)]).then(h.bind(h,5955)).then(_=>{u(_.default)})}_enableComposition(){if(this._composition)return;const u=_=>{this._composition=new _({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:p=>{this._isComposing=p}}),this._composition.addEventListeners()};Qe.composition?u(Qe.composition):h.e(418).then(h.bind(h,1418)).then(_=>{Qe.composition=_.default,u(_.default)})}acceptSuggestion(u,_){if(this._isGroupItem(u))return;let p=u;if(this._matchedSuggestionItem){const O=this._matchedSuggestionItem.text?.toLowerCase()||"",Z=u.text?.toLowerCase()||"";(_||O===Z)&&(p=this._matchedSuggestionItem)}const v=p.text||"",k=_?this.valueBeforeItemSelection!==v:this.previousValue!==v;this.hasSuggestionItemSelected=!0,this.value=v,k&&this.previousValue!==v&&(this.valueBeforeItemSelection=v,this.lastConfirmedValue=v,this._performTextSelection=!0,this.fireDecoratorEvent(N.CHANGE),this._isChangeTriggeredBySuggestion=!0,this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeSelectionStart="",this._matchedSuggestionItem=void 0,this.isTyping=!1,this.open=!1}updateValueOnSelect(u){const _=this._isGroupItem(u)?this.valueBeforeSelectionStart:u.text;this.value=_||"",this._performTextSelection=!0,this._isGroupItem(u)||(this._matchedSuggestionItem=u)}fireEventByAction(u,_){const p=this.value,v=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const k=this.getInputValue(),O=u===$.ACTION_ENTER;this.value=k,this.typedInValue=k,this.valueBeforeSelectionStart=k;const Z=this.value;O&&(!this.fireDecoratorEvent(N.INPUT,{inputType:_.inputType||""})&&(Z===this.value&&(this.value=p),v&&(v.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,S.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,S.tp)()&&this.Suggestions){const u=this.Suggestions._getPicker();if(u)return u.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}get nativeInput(){const u=this.getDomRef();return u?u.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(u){u.preventDefault()}onItemSelected(u,_){!_&&!u?.focused&&this.valueBeforeItemSelection!==u.text&&this.fireSelectionChange(u,!0),this.acceptSuggestion(u,_)}_handleSuggestionItemPress(u){this.Suggestions?.onItemPress(u)}onItemSelect(u){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(u),this.announceSelectedItem(),this.fireSelectionChange(u,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(u=>this._isGroupItem(u)?[u,...u.items]:[u])}get _selectableItems(){return this._flattenItems.filter(u=>!this._isGroupItem(u))}get valueStateTypeMappings(){return{Positive:Qe.i18nBundle.getText(Y.PBn),Information:Qe.i18nBundle.getText(Y.Y12),Negative:Qe.i18nBundle.getText(Y.QLe),Critical:Qe.i18nBundle.getText(Y.CNT)}}valueStateTextMappings(){return{Positive:Qe.i18nBundle.getText(Y.KwP),Information:Qe.i18nBundle.getText(Y.tgV),Negative:Qe.i18nBundle.getText(Y.laD),Critical:Qe.i18nBundle.getText(Y.Xot)}}announceSelectedItem(){const u=this.shadowRoot.querySelector("#selectionText");u&&(u.textContent=this.itemSelectionAnnounce)}fireSelectionChange(u,_){this.Suggestions&&(this.fireDecoratorEvent(N.SELECTION_CHANGE,{item:u}),this._isLatestValueFromSuggestions=_)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return this._associatedLabelsTexts||Qe.i18nBundle.getText(Y.YBm)}get _suggestionsOkButtonText(){return Qe.i18nBundle.getText(Y.HzF)}get _suggestionsCancelButtonText(){return Qe.i18nBundle.getText(Y.ZqR)}get clearIconAccessibleName(){return Qe.i18nBundle.getText(Y.$nc)}get _popupLabel(){return Qe.i18nBundle.getText(Y.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===le.Number}get suggestionsTextId(){return this.showSuggestions?"suggestionsText":""}get valueStateTextId(){return this.hasValueState?"valueStateDesc":""}get _accInfoAriaDescription(){return this._inputAccInfo&&this._inputAccInfo.ariaDescription||""}get _accInfoAriaDescriptionId(){return""!==this._accInfoAriaDescription?"descr":""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,F.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===L.A.Negative||void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:this.showSuggestions?"dialog":void 0,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:this.showSuggestions?"list":void 0,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;const u=this.valueState!==L.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${u} ${this.valueStateText}`:u:this.valueStateMessage.length?`${u} ${this.valueStateMessage.map(_=>_.textContent).join(" ")}`:u}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const u=[];return this.valueStateMessage&&this.valueStateMessage.forEach(_=>{_.children.length&&_.querySelectorAll("ui5-link").forEach(p=>{u.push(p)})}),u}get valueStateLinksShortcutsTextAcc(){const u=this.linksInAriaValueStateHiddenText;return u.length?(0,S.cX)()?Qe.i18nBundle.getText(1===u.length?Y.Z2A:Y.qF5):Qe.i18nBundle.getText(1===u.length?Y.dOG:Y.IGR):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===L.A.Positive,"ui5-valuestatemessage--error":this.valueState===L.A.Negative,"ui5-valuestatemessage--warning":this.valueState===L.A.Critical,"ui5-valuestatemessage--information":this.valueState===L.A.Information}}}get styles(){const u=parseInt(getComputedStyle(document.documentElement).fontSize);return{suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:"","max-width":"inherit"},suggestionsPopover:{"min-width":this._inputWidth?`${this._inputWidth}px`:"","max-width":this._inputWidth&&this._inputWidth/u>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==L.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==L.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==L.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Qe.i18nBundle.getText(Y.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const u=this._selectableItems,p=this.Suggestions?.isOpened()?Qe.i18nBundle.getText(Y.vSX):Qe.i18nBundle.getText(Y.Bby);switch(u.length){case 0:return`${Qe.i18nBundle.getText(Y.NJs)} ${p}`;case 1:return`${Qe.i18nBundle.getText(Y.K2C)} ${p}`;default:return`${Qe.i18nBundle.getText(Y.MME,u.length)} ${p}`}}return this.showSuggestions?Qe.i18nBundle.getText(Y.Bby):void 0}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,S.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==L.A.None?`\n\t\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t\t${{Negative:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Critical:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Positive:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};\n\t\t\t</svg>\n\t\t\t`:""}get _valueStateMessageInputIcon(){return this.valueState!==L.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(G=>{let u=0;return(G.selectionStart||0===G.selectionStart)&&(u="backward"===G.selectionDirection?G.selectionStart:G.selectionEnd),u})(this.nativeInput)}setCaretPosition(u){((G,u)=>{G.selectionStart?(G.focus(),G.setSelectionRange(u,u)):G.focus()})(this.nativeInput,u)}removeFractionalPart(u){return u.includes(".")?u.slice(0,u.indexOf(".")):u.includes(",")?u.slice(0,u.indexOf(",")):u}};Le([(0,C.A)({type:Boolean})],D.prototype,"disabled",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"highlight",void 0),Le([(0,C.A)()],D.prototype,"placeholder",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"readonly",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"required",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"noTypeahead",void 0),Le([(0,C.A)()],D.prototype,"type",void 0),Le([(0,C.A)()],D.prototype,"value",void 0),Le([(0,C.A)()],D.prototype,"valueState",void 0),Le([(0,C.A)()],D.prototype,"name",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"showSuggestions",void 0),Le([(0,C.A)({type:Number})],D.prototype,"maxlength",void 0),Le([(0,C.A)()],D.prototype,"accessibleName",void 0),Le([(0,C.A)()],D.prototype,"accessibleNameRef",void 0),Le([(0,C.A)()],D.prototype,"accessibleDescription",void 0),Le([(0,C.A)()],D.prototype,"accessibleDescriptionRef",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"showClearIcon",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"open",void 0),Le([(0,C.A)()],D.prototype,"filter",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"_effectiveShowClearIcon",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"focused",void 0),Le([(0,C.A)()],D.prototype,"hint",void 0),Le([(0,C.A)({type:Boolean})],D.prototype,"valueStateOpen",void 0),Le([(0,C.A)({type:Object})],D.prototype,"_inputAccInfo",void 0),Le([(0,C.A)({type:Object})],D.prototype,"_nativeInputAttributes",void 0),Le([(0,C.A)({type:Number})],D.prototype,"_inputWidth",void 0),Le([(0,C.A)({type:Number})],D.prototype,"_listWidth",void 0),Le([(0,C.A)({type:Boolean,noAttribute:!0})],D.prototype,"_inputIconFocused",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_associatedLabelsTexts",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_accessibleLabelsRefTexts",void 0),Le([(0,C.A)({noAttribute:!0})],D.prototype,"_associatedDescriptionRefTexts",void 0),Le([(0,C.A)({type:Object})],D.prototype,"Suggestions",void 0),Le([(0,C.A)({type:Array,noAttribute:!0})],D.prototype,"_linksListenersArray",void 0),Le([(0,C.A)({type:Boolean,noAttribute:!0})],D.prototype,"_isComposing",void 0),Le([(0,U.A)({type:HTMLElement,default:!0})],D.prototype,"suggestionItems",void 0),Le([(0,U.A)()],D.prototype,"icon",void 0),Le([(0,U.A)({type:HTMLElement,invalidateOnChildChange:!0})],D.prototype,"valueStateMessage",void 0),Le([(0,te.A)("@ui5/webcomponents")],D,"i18nBundle",void 0),D=Qe=Le([(0,B.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:j.A,template:function Ge(G){const u=G?.suggestionsList,_=G?.mobileHeader,p=G?.preContent||$e,v=G?.postContent||Ne;return(0,ae.FD)(ae.FK,{children:[(0,ae.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,ae.FD)("div",{class:"ui5-input-content",children:[p.call(this),(0,ae.Y)("input",{id:"inner",part:"input",class:"ui5-input-inner",style:this.styles.innerInput,type:this.inputNativeType,"inner-input":!0,"inner-input-with-icon":this.iconsCount>0,disabled:this.disabled,readonly:this._readonly,value:this.value,required:this.required,placeholder:this._placeholder,maxlength:this.maxlength,role:this.accInfo.role,enterkeyhint:this.hint,"aria-controls":this.accInfo.ariaControls,"aria-invalid":this.accInfo.ariaInvalid,"aria-haspopup":this.accInfo.ariaHasPopup,"aria-describedby":this.accInfo.ariaDescribedBy,"aria-roledescription":this.accInfo.ariaRoledescription,"aria-autocomplete":this.accInfo.ariaAutoComplete,"aria-expanded":this.accInfo.ariaExpanded,"aria-label":this.accInfo.ariaLabel,"aria-required":this.required,autocomplete:"off","data-sap-focus-ref":!0,step:this.nativeInputAttributes.step,min:this.nativeInputAttributes.min,max:this.nativeInputAttributes.max,onInput:this._handleNativeInput,onChange:this._handleChange,onSelect:this._handleSelect,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._click,onFocusIn:this.innerFocusIn}),this._effectiveShowClearIcon&&(0,ae.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,ae.Y)(ve.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:Pe.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,ae.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,ae.Y)("slot",{name:"icon"})}),(0,ae.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),v.call(this),this._effectiveShowSuggestions&&(0,ae.FD)(ae.FK,{children:[(0,ae.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,ae.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,ae.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,ae.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,ae.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,ae.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,ae.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),st.call(this,{suggestionsList:u,mobileHeader:_})]})},styles:[':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.inputIcon{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5_input_icon_padding);border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5_input_width);min-width:calc(var(--_ui5_input_min_width) + (var(--_ui5-input-icons-count)*var(--_ui5_input_icon_width)));margin:var(--_ui5_input_margin_top_bottom) 0;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_focus_outline_color);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5_input_readonly_focus_offset);bottom:var(--_ui5_input_readonly_focus_offset);left:var(--_ui5_input_readonly_focus_offset);right:var(--_ui5_input_readonly_focus_offset);border-radius:var(--_ui5_input_readonly_focus_border_radius)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5_input_bottom_border_height);transition:var(--_ui5_input_transition);background-color:var(--_ui5_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-input_disabled_background);border-color:var(--_ui5_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5_input_inner_padding_with_icon)}[inner-input][type=search]::-webkit-search-decoration,[inner-input][type=search]::-webkit-search-cancel-button,[inner-input][type=search]::-webkit-search-results-button,[inner-input][type=search]::-webkit-search-results-decoration{display:none}[inner-input]::-ms-reveal,[inner-input]::-ms-clear{display:none}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}:host([value-state="Negative"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Negative"]) [inner-input]::-moz-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Positive"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Positive"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5_input_border_radius)}:host([readonly]:not([disabled])){border:var(--_ui5_input_readonly_border);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5_input_hover_border);border-color:var(--_ui5_input_focused_border_color);box-shadow:var(--sapField_Hover_Shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state="None"]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state="None"])){border-width:var(--_ui5_input_state_border_width)}:host([value-state="Negative"]) [inner-input],:host([value-state="Critical"]) [inner-input]{font-style:var(--_ui5_input_error_warning_font_style);text-indent:var(--_ui5_input_error_warning_text_indent)}:host([value-state="Negative"]) [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}:host([value-state="Critical"]) [inner-input]{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-input-value-state-error-border-botom-color)}:host([value-state="Negative"]:not([readonly]):not([focused]):hover),:host([value-state="Negative"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])),:host([value-state="Critical"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_warning_border_botom_color)}:host([value-state="Critical"]:not([readonly]):not([focused]):hover),:host([value-state="Critical"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_success_border_botom_color)}:host([value-state="Positive"]:not([readonly]):not([focused]):hover),:host([value-state="Positive"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_success_information_border_botom_color)}:host([value-state="Information"]:not([readonly]):not([focused]):hover),:host([value-state="Information"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-input-icon-root{min-width:var(--_ui5_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot="icon"]){align-self:start;padding:var(--_ui5_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5_input_error_warning_icon_padding)}:host([value-state="Negative"][focused]) .inputIcon,:host([value-state="Critical"][focused]) .inputIcon{padding:var(--_ui5_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5_input_information_icon_padding)}:host([value-state="Information"][focused]) .inputIcon{padding:var(--_ui5_input_information_focused_icon_padding)}:host([value-state="Negative"]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_icon_padding)}:host([value-state="Negative"][focused]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5_input_information_custom_focused_icon_padding)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_error_icon_box_shadow);color:var(--_ui5_input_icon_error_pressed_color)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_warning_icon_box_shadow);color:var(--_ui5_input_icon_warning_pressed_color)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_information_icon_box_shadow);color:var(--_ui5_input_icon_information_pressed_color)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5_input_success_icon_box_shadow);color:var(--_ui5_input_icon_success_pressed_color)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_height);padding:0;width:var(--_ui5_input_icon_width);min-width:var(--_ui5_input_icon_width);display:flex;justify-content:center;align-items:center;box-sizing:border-box}:host([value-state]:not([value-state="None"]):not([value-state="Positive"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Positive"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5_input_icon_wrapper_success_state_height)}[ui5-icon].ui5-input-clear-icon{padding:0;color:inherit}[inner-input]::-webkit-outer-spin-button,[inner-input]::-webkit-inner-spin-button{-webkit-appearance:inherit;margin:inherit}[ui5-responsive-popover] [ui5-input]{width:100%}\n','.input-root-phone{flex:1;position:relative;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color);border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box}.input-root-phone [inner-input]{padding:0 .5rem;width:100%;height:100%}.input-root-phone [inner-input]:focus{background-color:var(--sapField_Focus_Background)}.input-root-phone:focus-within:before{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.input-root-phone [value-state=Negative] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Positive] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Critical] .inputIcon[data-ui5-compact-size]{padding:.1875rem .5rem}[inner-input]{background:transparent;color:inherit;border:none;font-style:normal;-webkit-appearance:none;-moz-appearance:textfield;line-height:normal;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:3rem;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;border-radius:var(--_ui5_input_border_radius)}[inner-input]::selection,[inner-input]::-moz-selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:var(--_ui5_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5_input_state_border_width)}.input-root-phone[value-state=Negative] [inner-input],.input-root-phone[value-state=Critical] [inner-input]{font-style:var(--_ui5_input_error_warning_font_style)}.input-root-phone[value-state=Negative] [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}.input-root-phone[value-state=Negative]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Negative]:not([readonly]):not([disabled]),.input-root-phone[value-state=Critical]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]){border-style:var(--_ui5_input_error_warning_border_style)}.input-root-phone[value-state=Critical]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Positive]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}.input-root-phone[value-state=Positive]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Positive]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}.input-root-phone[value-state=Information]:not([readonly]){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}.ui5-multi-combobox-toggle-button{margin-left:.5rem}.ui5-responsive-popover-header{width:100%;min-height:2.5rem;display:flex;flex-direction:column}.ui5-responsive-popover-header-text{width:100%}.ui5-responsive-popover-header .row{box-sizing:border-box;padding:.25rem 1rem;min-height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontHeader5Size)}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;align-items:center;width:100%;box-sizing:border-box}.ui5-responsive-popover-footer .ui5-responsive-popover-close-btn,.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}.ui5-responsive-popover-footer .ui5-responsive-popover-footer-btn{width:4.5rem}\n',".ui5-valuestatemessage-popover{border-radius:var(--_ui5_value_state_message_popover_border_radius);box-shadow:var(--_ui5_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5_value_state_message_icon_width);height:var(--_ui5_value_state_message_icon_height);display:var(--_ui5_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5_input_value_state_icon_offset)}.ui5-input-value-state-message-icon[name=error]{color:var(--sapNegativeElementColor)}.ui5-input-value-state-message-icon[name=alert]{color:var(--sapCriticalElementColor)}.ui5-input-value-state-message-icon[name=success]{color:var(--sapPositiveElementColor)}.ui5-input-value-state-message-icon[name=information]{color:var(--sapInformativeElementColor)}.ui5-valuestatemessage-root{box-sizing:border-box;display:inline-block;color:var(--sapTextColor);font-size:var(--sapFontSmallSize);font-family:var(--sapFontFamily);height:auto;padding:var(--_ui5_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5_value_state_message_border);line-height:var(--_ui5_value_state_message_line_height)}[ui5-responsive-popover] .ui5-valuestatemessage-header,[ui5-popover] .ui5-valuestatemessage-header{min-height:var(--_ui5_value_state_message_popover_header_min_height);min-width:var(--_ui5_value_state_message_popover_header_min_width);max-width:var(--_ui5_value_state_message_popover_header_max_width);width:var(--_ui5_value_state_message_popover_header_width)}[ui5-responsive-popover] .ui5-valuestatemessage-header{padding:var(--_ui5_value_state_header_padding);border:var(--_ui5_value_state_header_border);border-bottom:var(--_ui5_value_state_header_border_bottom);flex-grow:1;position:relative}.ui5-valuestatemessage--success{background:var(--sapSuccessBackground)}.ui5-valuestatemessage--warning{background:var(--sapWarningBackground)}.ui5-valuestatemessage--error{background:var(--sapErrorBackground)}.ui5-valuestatemessage--information{background:var(--sapInformationBackground)}.ui5-responsive-popover-header:focus{outline-offset:var(--_ui5_value_state_header_offset);outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor)}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(content){padding:0}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(footer){min-height:0}.ui5-valuestatemessage-popover::part(header),.ui5-popover-with-value-state-header::part(header),.ui5-popover-with-value-state-header-phone::part(header){margin-bottom:0}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-root{padding:var(--_ui5_value_state_message_padding_phone);width:100%}.ui5-popover-with-value-state-header-phone .ui5-input-value-state-message-icon{left:var(--_ui5_value_state_message_icon_offset_phone)}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-header{position:relative;flex:none;top:0;left:0;max-width:100%}.ui5-popover-with-value-state-header-phone::part(content){padding:0;overflow:hidden;display:flex;flex-direction:column}.ui5-popover-with-value-state-header-phone [ui5-list]{overflow:auto}[ui5-responsive-popover] .ui5-valuestatemessage--error{box-shadow:var(--_ui5_value_state_header_box_shadow_error)}[ui5-responsive-popover] .ui5-valuestatemessage--information{box-shadow:var(--_ui5_value_state_header_box_shadow_information)}[ui5-responsive-popover] .ui5-valuestatemessage--success{box-shadow:var(--_ui5_value_state_header_box_shadow_success)}[ui5-responsive-popover] .ui5-valuestatemessage--warning{box-shadow:var(--_ui5_value_state_header_box_shadow_warning)}[ui5-responsive-popover].ui5-popover-with-value-state-header .ui5-valuestatemessage-root:has(+[ui5-list]:empty){box-shadow:none}\n",".ui5-suggestions-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-suggestions-popover::part(header),.ui5-suggestions-popover::part(content){padding:0}.ui5-suggestions-popover::part(footer){padding:0 1rem}.input-root-phone.native-input-wrapper{display:contents}.input-root-phone.native-input-wrapper:before{display:none}.native-input-wrapper .ui5-input-inner-phone{margin:0}.native-input-wrapper .ui5-multi-input-mobile-dialog-button{margin-inline-start:.5rem}\n"]}),(0,M.A)("change",{bubbles:!0}),(0,M.A)("_request-submit",{bubbles:!0}),(0,M.A)("input",{bubbles:!0,cancelable:!0}),(0,M.A)("select",{bubbles:!0}),(0,M.A)("selection-change",{bubbles:!0}),(0,M.A)("type-ahead",{bubbles:!0}),(0,M.A)("suggestion-scroll",{bubbles:!0}),(0,M.A)("open",{bubbles:!0}),(0,M.A)("close")],D),D.define();const q=D},355(ge,W,h){"use strict";h.d(W,{A:()=>H});var m=h(5386),E=h(1934),A=h(1642),C=h(3651),B=h(1834),U=h(5166),M=h(1892),b=h(467),T=h(8923),S=h(303),L=h(5444);(0,T.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,b.A)(function*(){return S.A})),(0,T.Rh)("@ui5/webcomponents","sap_horizon",(0,b.A)(function*(){return L.A}),"host");var K,V=function(F,ne,Q,ce){var ae,X=arguments.length,le=X<3?ne:null===ce?ce=Object.getOwnPropertyDescriptor(ne,Q):ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)le=Reflect.decorate(F,ne,Q,ce);else for(var ve=F.length-1;ve>=0;ve--)(ae=F[ve])&&(le=(X<3?ae(le):X>3?ae(ne,Q,le):ae(ne,Q))||le);return X>3&&le&&Object.defineProperty(ne,Q,le),le};let te=K=class extends m.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const ne=this.getRootNode().querySelector(`[id="${this.for}"]`);ne&&ne.focus()}get _colonSymbol(){return K.i18nBundle.getText(U.vtI)}};V([(0,A.A)()],te.prototype,"for",void 0),V([(0,A.A)({type:Boolean})],te.prototype,"showColon",void 0),V([(0,A.A)({type:Boolean})],te.prototype,"required",void 0),V([(0,A.A)()],te.prototype,"wrappingType",void 0),V([(0,C.A)("@ui5/webcomponents")],te,"i18nBundle",void 0),te=K=V([(0,E.A)({tag:"ui5-label",renderer:B.A,template:function j(){return(0,M.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,M.Y)("span",{class:"ui5-label-text-wrapper",children:(0,M.Y)("slot",{})}),(0,M.Y)("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})},styles:':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n',languageAware:!0})],te),te.define();const H=te},8305(ge,W,h){"use strict";h.d(W,{A:()=>Pe});var m=h(5386),E=h(1934),A=h(1437),C=h(1642),B=h(1834),U=h(2358),M=h(3493),j=h(3651),b=h(6136),T=h(1045),S=h(6121),L=function(xe){return xe.Default="Default",xe.Subtle="Subtle",xe.Emphasized="Emphasized",xe}(L||{});const ee=L;var V=h(1892),K=h(563),H=h(5166),F=h(467),ne=h(8923),Q=h(303),ce=h(5444);(0,ne.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,F.A)(function*(){return Q.A})),(0,ne.Rh)("@ui5/webcomponents","sap_horizon",(0,F.A)(function*(){return ce.A}),"host");var ae,le=function(xe,Ee,Ie,me){var st,ct=arguments.length,je=ct<3?Ee:null===me?me=Object.getOwnPropertyDescriptor(Ee,Ie):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)je=Reflect.decorate(xe,Ee,Ie,me);else for(var Ce=xe.length-1;Ce>=0;Ce--)(st=xe[Ce])&&(je=(ct<3?st(je):ct>3?st(Ee,Ie,je):st(Ee,Ie))||je);return ct>3&&je&&Object.defineProperty(Ee,Ie,je),je};let ve=ae=class extends m.A{constructor(){super(),this.disabled=!1,this.design="Default",this.interactiveAreaSize="Normal",this.wrappingType="Normal",this.accessibleRole="Link",this.accessibilityAttributes={},this._dummyAnchor=document.createElement("a")}onEnterDOM(){(0,b.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Ee="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Ee?"noreferrer noopener":void 0}_isCrossOrigin(Ee){return this._dummyAnchor.href=Ee,!(this._dummyAnchor.hostname===(0,S.VQ)()&&this._dummyAnchor.port===(0,S.lj)()&&this._dummyAnchor.protocol===(0,S.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,M.ax)(this)}get hasLinkType(){return this.design!==ee.Default}static typeTextMappings(){return{Subtle:H.FvC,Emphasized:H.Kdd}}get linkTypeText(){return ae.i18nBundle.getText(ae.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,T.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Ee){const{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:je}=Ee;Ee.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:Ie,ctrlKey:me,metaKey:ct,shiftKey:je})||Ee.preventDefault()}_onkeydown(Ee){(0,U.RI)(Ee)&&!this.href?(this._onclick(Ee),Ee.preventDefault()):(0,U.xC)(Ee)&&Ee.preventDefault()}_onkeyup(Ee){if((0,U.xC)(Ee)&&(this._onclick(Ee),this.href&&!Ee.defaultPrevented)){const Ie=new MouseEvent("click");Ie.stopImmediatePropagation(),this.getDomRef().dispatchEvent(Ie)}}};le([(0,C.A)({type:Boolean})],ve.prototype,"disabled",void 0),le([(0,C.A)()],ve.prototype,"tooltip",void 0),le([(0,C.A)()],ve.prototype,"href",void 0),le([(0,C.A)()],ve.prototype,"target",void 0),le([(0,C.A)()],ve.prototype,"design",void 0),le([(0,C.A)()],ve.prototype,"interactiveAreaSize",void 0),le([(0,C.A)()],ve.prototype,"wrappingType",void 0),le([(0,C.A)()],ve.prototype,"accessibleName",void 0),le([(0,C.A)()],ve.prototype,"accessibleNameRef",void 0),le([(0,C.A)()],ve.prototype,"accessibleRole",void 0),le([(0,C.A)({type:Object})],ve.prototype,"accessibilityAttributes",void 0),le([(0,C.A)()],ve.prototype,"accessibleDescription",void 0),le([(0,C.A)()],ve.prototype,"icon",void 0),le([(0,C.A)()],ve.prototype,"endIcon",void 0),le([(0,C.A)({noAttribute:!0})],ve.prototype,"_rel",void 0),le([(0,C.A)({noAttribute:!0})],ve.prototype,"forcedTabIndex",void 0),le([(0,j.A)("@ui5/webcomponents")],ve,"i18nBundle",void 0),ve=ae=le([(0,E.A)({tag:"ui5-link",languageAware:!0,renderer:B.A,template:function te(){return(0,V.FD)("a",{part:"root",class:"ui5-link-root",role:this.effectiveAccRole,href:this.parsedRef,target:this.target,rel:this._rel,tabindex:this.effectiveTabIndex,title:this.tooltip,"aria-disabled":this.disabled,"aria-label":this.ariaLabelText,"aria-haspopup":this._hasPopup,"aria-expanded":this.accessibilityAttributes.expanded,"aria-current":this.accessibilityAttributes.current,"aria-description":this.ariaDescriptionText,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.icon&&(0,V.Y)(K.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,V.Y)("span",{class:"ui5-link-text",children:(0,V.Y)("slot",{})}),this.hasLinkType&&(0,V.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,V.Y)(K.A,{class:"ui5-link-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none;text-decoration:var(--_ui5_link_text_decoration);text-shadow:var(--sapContent_TextShadow);white-space:normal;overflow-wrap:break-word}:host(:hover){color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5_link_hover_text_decoration)}:host(:active){color:var(--sapLink_Active_Color);text-decoration:var(--_ui5_link_active_text_decoration)}:host([disabled]){pointer-events:none}:host([disabled]) .ui5-link-root{text-shadow:none;outline:none;cursor:default;pointer-events:none;opacity:var(--sapContent_DisabledOpacity)}:host([design="Emphasized"]) .ui5-link-root{font-family:var(--sapFontBoldFamily)}:host([design="Subtle"]){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration)}:host([design="Subtle"]:hover:not(:active)){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5_link_subtle_text_decoration_hover)}:host([wrapping-type="None"]){white-space:nowrap;overflow-wrap:normal}.ui5-link-root{max-width:100%;display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;outline:none;white-space:inherit;overflow-wrap:inherit;text-decoration:inherit;color:inherit}:host([wrapping-type="None"][end-icon]) .ui5-link-root{display:inline-flex;align-items:end}:host .ui5-link-root{outline-offset:-.0625rem;border-radius:var(--_ui5_link_focus_border-radius)}.ui5-link-icon,.ui5-link-end-icon{color:inherit;flex-shrink:0}.ui5-link-icon{float:inline-start;margin-inline-end:.125rem}.ui5-link-end-icon{margin-inline-start:.125rem;vertical-align:bottom}.ui5-link-text{overflow:hidden;text-overflow:ellipsis}.ui5-link-root:focus-visible,:host([desktop]) .ui5-link-root:focus-within,:host([design="Subtle"]) .ui5-link-root:focus-visible,:host([design="Subtle"][desktop]) .ui5-link-root:focus-within{background-color:var(--_ui5_link_focus_background_color);outline:var(--_ui5_link_outline);border-radius:var(--_ui5_link_focus_border-radius);text-shadow:none;color:var(--_ui5_link_focus_color)}:host(:not([desktop])) .ui5-link-root:focus-visible,:host([desktop]:focus-within),:host([design="Subtle"][desktop]:focus-within){text-decoration:var(--_ui5_link_focus_text_decoration)}:host([desktop]:hover:not(:active):focus-within),:host([design="Subtle"][desktop]:hover:not(:active):focus-within){color:var(--_ui5_link_focused_hover_text_color);text-decoration:var(--_ui5_link_focused_hover_text_decoration)}:host([interactive-area-size="Large"]) .ui5-link-root{line-height:var(--_ui5_link_large_interactive_area_height)}:host([interactive-area-size="Large"])::part(icon),:host([interactive-area-size="Large"])::part(endIcon){height:var(--_ui5_link_large_interactive_area_height)}\n'}),(0,A.A)("click",{bubbles:!0,cancelable:!0})],ve),ve.define();const Pe=ve},1973(ge,W,h){"use strict";h.d(W,{A:()=>Le});var Qe,m=h(467),E=h(5386),A=h(362),C=h(1834),B=h(2358),U=h(4127),M=((Qe=M||{}).Auto="Auto",Qe.Vertical="Vertical",Qe.Horizontal="Horizontal",Qe.Paging="Paging",Qe);const j=M;var b=(Qe=>(Qe.Static="Static",Qe.Cyclic="Cyclic",Qe))(b||{});const T=b,L=class S{constructor(N,$){if(!N.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=N,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof $.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=$.getItemsCallback,this._currentIndex=$.currentIndex||0,this._rowSize=$.rowSize||1,this._behavior=$.behavior||T.Static,this._navigationMode=$.navigationMode||j.Auto,this._affectedPropertiesNames=$.affectedPropertiesNames||[],this._skipItemsSize=$.skipItemsSize||null}setCurrentItem(N){const $=this._getItems().indexOf(N);-1!==$?(this._currentIndex=$,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",N)}setRowSize(N){this._rowSize=N}_init(){this._getItems().forEach((N,$)=>{N.forcedTabIndex=$===this._currentIndex?"0":"-1"})}_onkeydown(N){if(!this._canNavigate())return;const $=this._navigationMode===j.Horizontal||this._navigationMode===j.Auto,D=this._navigationMode===j.Vertical||this._navigationMode===j.Auto,q="rtl"===this.rootWebComponent.effectiveDir;if(q&&(0,B.OC)(N)&&$)this._handleRight();else if(q&&(0,B.FG)(N)&&$)this._handleLeft();else if((0,B.OC)(N)&&$)this._handleLeft();else if((0,B.FG)(N)&&$)this._handleRight();else if((0,B.ie)(N)&&D)this._handleUp();else if((0,B.Pj)(N)&&D)this._handleDown();else if((0,B.qN)(N))this._handleHome();else if((0,B.uV)(N))this._handleEnd();else if((0,B.vQ)(N))this._handlePageUp();else{if(!(0,B.oY)(N))return;this._handlePageDown()}N.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const N=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===T.Cyclic){const $=this._currentIndex%this._rowSize;let G=(0===$?this._rowSize-1:$-1)+(Math.ceil(N/this._rowSize)-1)*this._rowSize;G>N-1&&(G-=this._rowSize),this._currentIndex=G}else this._currentIndex=0}_handleDown(){const N=this._getItems().length;this._currentIndex+this._rowSize<N?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===T.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:N-1}_handleLeft(){const N=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===T.Cyclic&&(this._currentIndex=N-1)}_handleRight(){const N=this._getItems().length;this._currentIndex<N-1?this._currentIndex+=1:this._behavior===T.Cyclic&&(this._currentIndex=0)}_handleHome(){const N=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%N}_handleEnd(){const N=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=N-1-this._currentIndex%N}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat()}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat()}_handlePageUpFlat(){this._currentIndex-=null!==this._skipItemsSize&&this._currentIndex+1>this._skipItemsSize?this._skipItemsSize:this._currentIndex}_handlePageDownFlat(){null!==this._skipItemsSize&&this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1}_applyTabIndex(){const N=this._getItems();for(let $=0;$<N.length;$++)N[$].forcedTabIndex=$===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach($=>{const D=this.rootWebComponent[$];this.rootWebComponent[$]=Array.isArray(D)?[...D]:{...D}})}_focusCurrentItem(){const N=this._getCurrentItem();N&&N.focus()}_canNavigate(){const N=this._getCurrentItem(),$=(0,U.A)();return N&&N===$}_getCurrentItem(){const N=this._getItems();if(!N.length)return;for(;this._currentIndex>=N.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const $=N[this._currentIndex];if(!$)return;if((0,E.W)($))return $.getFocusDomRef();const D=this.rootWebComponent.getDomRef();return D&&$.id?D.querySelector(`[id="${$.id}"]`):void 0}};var ee=h(1045),V=h(1642),K=h(1437),te=h(1934),H=h(6993),F=h(3651),ne=h(6060),Q=h(1441),ce=h(7669),X=h(3493);const ae=Qe=>{let N=Qe;return Qe.shadowRoot&&Qe.shadowRoot.activeElement&&(N=Qe.shadowRoot.activeElement),N};let ve=null;var me=h(5011),ct=function(Qe){return Qe.Button="Button",Qe.Scroll="Scroll",Qe.None="None",Qe}(ct||{});const je=ct;var st=h(9698),Ce=function(Qe){return Qe.All="All",Qe.Inner="Inner",Qe.None="None",Qe}(Ce||{});const Be=Ce;var Ge=h(4583),$e=h(1892),Ne=h(7202),Xe=h(7601);function at(){return(0,$e.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,$e.FD)("div",{id:`${this._id}-growing-btn`,role:"button",tabindex:0,part:"growing-button-inner",class:{"ui5-growing-button-inner":!0,"ui5-growing-button-inner-active":this._loadMoreActive},"aria-label":this.growingButtonAriaLabel,"aria-labelledby":this.growingButtonAriaLabelledBy,"aria-describedby":this.growingButtonAriaDescribedBy,onClick:this._onLoadMoreClick,onKeyDown:this._onLoadMoreKeydown,onKeyUp:this._onLoadMoreKeyup,onMouseDown:this._onLoadMoreMousedown,onMouseUp:this._onLoadMoreMouseup,children:[this.loading&&(0,$e.Y)(Ne.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,$e.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,$e.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var Oe=h(8923),Fe=h(303),Ve=h(5444);(0,Oe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return Fe.A})),(0,Oe.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ve.A}),"host");var Et,ye=h(5166),lt=h(6374),We=function(Qe,N,$,D){var u,q=arguments.length,G=q<3?N:null===D?D=Object.getOwnPropertyDescriptor(N,$):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)G=Reflect.decorate(Qe,N,$,D);else for(var _=Qe.length-1;_>=0;_--)(u=Qe[_])&&(G=(q<3?u(G):q>3?u(N,$,G):u(N,$))||G);return q>3&&G&&Object.defineProperty(N,$,G),G};const sn={Menu:"menuitem",Tree:"treeitem",ListBox:"option"};let gt=Et=class extends E.A{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.stickyHeader=!1,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new L(this,{skipItemsSize:10,navigationMode:j.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new Q.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,X.Bm)(this),this._associatedLabelsRefTexts=(0,X.yI)(this)}onEnterDOM(){(0,X.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),A.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,X.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),A.A.deregister(this.getDomRef(),this.handleResizeCallback)}onBeforeRendering(){this.detachGroupHeaderEvents(),this.prepareListItems()}onAfterRendering(){this.attachGroupHeaderEvents(),this.growsOnScroll?(this.observeListEnd(),this.observeListStart()):(this.unobserveListEnd(),this.unobserveListStart()),this.grows&&this.checkListInViewport()}attachGroupHeaderEvents(){this.getItems().forEach(N=>{N.hasAttribute("ui5-li-group-header")&&(N.addEventListener("ui5-_focused",this.onItemFocusedBound),N.addEventListener("ui5-forward-after",this.onForwardAfterBound),N.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach(N=>{N.hasAttribute("ui5-li-group-header")&&(N.removeEventListener("ui5-_focused",this.onItemFocusedBound),N.removeEventListener("ui5-forward-after",this.onForwardAfterBound),N.removeEventListener("ui5-forward-before",this.onForwardBeforeBound))})}getFocusDomRef(){return this._itemNavigation._getCurrentItem()}get shouldRenderH1(){return!this.header.length&&this.headerText}get headerID(){return`${this._id}-header`}get modeLabelID(){return`${this._id}-modeLabel`}get listEndDOM(){return this.shadowRoot.querySelector(".ui5-list-end-marker")}get listStartDOM(){return this.shadowRoot.querySelector(".ui5-list-start-marker")}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}get hasData(){return 0!==this.getItems().length}get showBusyIndicatorOverlay(){return!this.growsWithButton&&this.loading}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.selectionMode===me.A.Delete}get isSingleSelect(){return[me.A.Single,me.A.SingleStart,me.A.SingleEnd,me.A.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===me.A.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const N=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&N.push(this.modeLabelID),this.shouldRenderH1&&N.push(this.headerID),N.length?N.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,X.ax)(this)}get ariaDescriptionText(){const N=[];this.accessibleRole===st.A.List&&N.push(this.defaultAriaDescriptionText);const $=this._associatedDescriptionRefTexts||(0,X.Uu)(this);$&&N.push($);const D=this._getDescriptionForGroups();return D&&N.push(D),N.join(" ")}get defaultAriaDescriptionText(){return Et.i18nBundle.getText(ye.dr_)}get growingButtonAriaLabel(){return this.accessibilityAttributes.growingButton?.name}get growingButtonAriaLabelledBy(){return this.accessibilityAttributes.growingButton?.name?void 0:`${this._id}-growingButton-text`}get growingButtonAriaDescribedBy(){return this.accessibilityAttributes.growingButton?.description?`${this._id}-growingButton-description`:void 0}hasGrowingComponent(){return this.growsOnScroll?this._startMarkerOutOfView:this.growsWithButton}_getDescriptionForGroups(){let N="";return this._groupCount>0&&(this.accessibleRole===st.A.List?N=Et.i18nBundle.getText(ye.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===st.A.ListBox&&(N=Et.i18nBundle.getText(ye.P1,this._groupCount))),N}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return Et.i18nBundle.getText(ye.Wyx);if(this.isSingleSelect)return Et.i18nBundle.getText(ye.DQe);if(this.isDelete)return Et.i18nBundle.getText(ye.fPH)}return""}get grows(){return this.growing!==je.None}get growsOnScroll(){return this.growing===je.Scroll}get growsWithButton(){return this.growing===je.Button}get _growingButtonText(){return this.growingButtonText||Et.i18nBundle.getText(ye.jSp)}get listAccessibleRole(){return(0,ee.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const N=this.getItemsForProcessing(),$=sn[this.accessibleRole];N.forEach((D,q)=>{const u=this.separators===Be.All||this.separators===Be.Inner&&!(q===N.length-1);D.hasConfigurableMode&&(D._selectionMode=this.selectionMode,D._inheritedAccessibleRole=$),D.hasBorder=u,D.mediaRange=this.mediaRange})}observeListEnd(){var N=this;return(0,m.A)(function*(){yield(0,ne.JT)(),N.getEndIntersectionObserver().observe(N.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var N=this;return(0,m.A)(function*(){yield(0,ne.JT)(),N.getStartIntersectionObserver().observe(N.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(N){N.forEach($=>{$.isIntersecting&&(Qe=>{ve&&clearTimeout(ve),ve=setTimeout(()=>{ve=null,Qe()},250)})(this.loadMore.bind(this))})}onStartIntersection(N){N.forEach($=>{this._startMarkerOutOfView=!$.isIntersecting})}onSelectionRequested(N){const $=this.getSelectedItems();let D=!1;this.selectionMode!==me.A.None&&this[`handle${this.selectionMode}`]&&(D=this[`handle${this.selectionMode}`](N.detail.item,!!N.detail.selected)),D&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:$,selectionComponentPressed:N.detail.selectionComponentPressed,targetItem:N.detail.item,key:N.detail.key})&&this._revertSelection($)}handleSingle(N){return!N.selected&&(this.deselectSelectedItems(),N.selected=!0,!0)}handleSingleStart(N){return this.handleSingle(N)}handleSingleEnd(N){return this.handleSingle(N)}handleSingleAuto(N){return this.handleSingle(N)}handleMultiple(N,$){return N.selected=$,!0}handleDelete(N){return this.fireDecoratorEvent("item-delete",{item:N}),!0}deselectSelectedItems(){this.getSelectedItems().forEach(N=>{N.selected=!1})}getSelectedItems(){return this.getItems().filter(N=>N.selected)}getEnabledItems(){return this.getItems().filter(N=>N._focusable)}getItems(){const N=[],$=this.getSlottedNodes("items");let D=0,q=0;return $.forEach(G=>{if((0,lt.t)(G)){const u=[G.groupHeaderItem,...G.items.filter(_=>_.assignedSlot)].filter(Boolean);N.push(...u),D++,q+=u.length-1}else wt(G)?G.assignedSlot&&N.push(...G.listItems):G.assignedSlot&&N.push(G)}),this._groupCount=D,this._groupItemCount=q,N}getItemsForProcessing(){return this.getItems()}_revertSelection(N){this.getItems().forEach($=>{const D=-1!==N.indexOf($),q=$.shadowRoot.querySelector(".ui5-li-multisel-cb"),G=$.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");$.selected=D,q?q.checked=D:G&&(G.checked=D)})}_onkeydown(N){if((0,B.uV)(N))return this._handleEnd(),void N.preventDefault();if((0,B.qN)(N))return void this._handleHome();const $=(0,B.ie)(N)||(0,B.Pj)(N),D=this._getClosestListItem(N.target);if(D?._isFocusOnInternalElement()&&$){const q=(0,B.ie)(N)?-1:1;if(this._navigateToAdjacentItem(D,q))return void N.preventDefault()}(0,B.Pj)(N)?this._handleDown(N):(0,B._0)(N)?this._moveItem(N.target,N):((0,B.zP)(N)&&this._handleTabNext(N),(0,B.oi)(N)&&this._handleF7(N))}_handleF7(N){const $=this._getClosestListItem(N.target);if(!$||!$._hasFocusableElements())return;const D=$.getFocusDomRef(),q=(0,U.A)();N.preventDefault(),N.stopPropagation(),q===D?($._editMode=!0,$._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=$._getFocusedElementIndex()):(this._lastFocusedElementIndex=$._getFocusedElementIndex(),$._editMode=!1,D.focus())}_getClosestListItem(N){return N.closest("[ui5-li], [ui5-li-custom]")}_moveItem(N,$){if(!N||!N.movable)return;const D=(0,ce.Fw)(this.items,N,$);if(!D.length)return;$.preventDefault();const q=D.find(({element:G,placement:u})=>!this.fireDecoratorEvent("move-over",{originalEvent:$,source:{element:N},destination:{element:G,placement:u}}));q&&(this.fireDecoratorEvent("move",{originalEvent:$,source:{element:N},destination:{element:q.element,placement:q.placement}}),N.focus())}_onLoadMoreKeydown(N){(0,B.xC)(N)&&(N.preventDefault(),this._loadMoreActive=!0),(0,B.RI)(N)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,B.zP)(N)&&this.focusAfterElement(),(0,B.ie)(N)?this._handleLodeMoreUp(N):(0,B.bR)(N)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),N.preventDefault())}_onLoadMoreKeyup(N){(0,B.xC)(N)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(N){if(this.getGrowingButton()===N.target){const D=this.getItems();this.focusItem(D[D.length-1]),N.preventDefault(),N.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const N=this.getDomRef().getBoundingClientRect();return N.top>=0&&N.left>=0&&N.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&N.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const N=this.getBoundingClientRect().width;this.mediaRange=Ge.A.getCurrentRange(Ge.A.RANGESETS.RANGE_4STEPS,N)}_handleTabNext(N){ae(N.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown(N){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),N.preventDefault())}_navigateToAdjacentItem(N,$){const D=N?._getFocusedElementIndex();if(void 0===D||-1===D)return!1;const q=this.getItems().filter(p=>"hasConfigurableMode"in p&&p.hasConfigurableMode&&p._hasFocusableElements()),G=q.indexOf(N)+$,u=q[G];if(!u)return!1;u._editMode=N._editMode;const _=u._focusInternalElement(D);return void 0!==_&&(this._lastFocusedElementIndex=_),!0}_onfocusin(N){const $=ae(N.target);if(this.isForwardElement($)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement($)?this.focusGrowingButton():this.focusFirstItem(),void N.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement($))return this.focusGrowingButton(),void N.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}N.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter(N){this._dragAndDropHandler.ondragenter(N)}_ondragleave(N){this._dragAndDropHandler.ondragleave(N)}_ondragover(N){this._dragAndDropHandler.ondragover(N)}_ondrop(N){this._dragAndDropHandler.ondrop(N)}isForwardElement(N){const $=N.id,D=this.getBeforeElement();return!!(this._id===$||D&&D.id===$)||this.isForwardAfterElement(N)}isForwardAfterElement(N){const $=N.id,D=this.getAfterElement();return D&&D.id===$}onItemTabIndexChange(N){N.stopPropagation(),this._itemNavigation.setCurrentItem(N.target)}onItemFocused(N){const $=N.target;N.stopPropagation(),this._itemNavigation.setCurrentItem($),this.fireDecoratorEvent("item-focused",{item:$}),this.selectionMode===me.A.SingleAuto&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!0,key:N.detail.key}})}onItemPress(N){const $=N.detail.item;this.fireDecoratorEvent("item-click",{item:$})&&this.selectionMode!==me.A.Delete&&this.onSelectionRequested({detail:{item:$,selectionComponentPressed:!1,selected:!$.selected,key:N.detail.key}})}onItemClose(N){const $=N.target;($?.hasAttribute("ui5-li-notification")||$?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:N.detail?.item})}onItemToggle(N){N.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:N.detail.item})}onForwardBefore(N){const $=N.target;if($.hasConfigurableMode&&$._editMode){const D=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),q=D.indexOf($),G=q>0?D[q-1]:void 0;if(G){G._editMode=!0;const u=G._getFocusableElements();return G._focusInternalElement(u.length-1),this._lastFocusedElementIndex=u.length-1,this.setPreviouslyFocusedItem(G),N.preventDefault(),void N.stopPropagation()}$._editMode=!1}this.setPreviouslyFocusedItem($),this.focusBeforeElement(),N.stopPropagation()}onForwardAfter(N){const $=N.target;if($.hasConfigurableMode&&$._editMode){const D=this.getItems().filter(u=>"hasConfigurableMode"in u&&u.hasConfigurableMode&&u._hasFocusableElements()),q=D.indexOf($),G=q>=0&&q<D.length-1?D[q+1]:void 0;if(G)return G._editMode=!0,G._focusInternalElement(0),this._lastFocusedElementIndex=0,this.setPreviouslyFocusedItem(G),N.preventDefault(),void N.stopPropagation();$._editMode=!1}this.setPreviouslyFocusedItem($),this.growsWithButton?(this.focusGrowingButton(),N.preventDefault()):this.focusAfterElement(),N.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const N=this.getGrowingButton();N&&N.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const $=this.getItems().length-1,D=this._itemNavigation._currentIndex;return-1!==D&&D===$}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const N=this.getFirstItem($=>$._focusable);N&&N.focus()}focusPreviouslyFocusedItem(){const N=this.getPreviouslyFocusedItem();N&&N.focus()}focusFirstSelectedItem(){const N=this.getFirstItem($=>$.selected&&$._focusable);N&&N.focus()}focusItem(N){this._itemNavigation.setCurrentItem(N),N.focus()}onFocusRequested(N){setTimeout(()=>{this.setPreviouslyFocusedItem(N.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(N){this._forwardingFocus=N}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(N){this._previouslyFocusedItem=N}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(N){const $=this.getItems();let D=null;if(!N)return $.length?$[0]:null;for(let q=0;q<$.length;q++)if(N($[q])){D=$[q];break}return D}getAfterElement(){return this._afterElement||(this._afterElement=this.shadowRoot.querySelector(`[id="${this._id}-after"]`)),this._afterElement}getBeforeElement(){return this._beforeElement||(this._beforeElement=this.shadowRoot.querySelector(`[id="${this._id}-before"]`)),this._beforeElement}getEndIntersectionObserver(){return this._endIntersectionObserver||(this._endIntersectionObserver=new IntersectionObserver(this.onEndIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._endIntersectionObserver}getStartIntersectionObserver(){return this._startIntersectionObserver||(this._startIntersectionObserver=new IntersectionObserver(this.onStartIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._startIntersectionObserver}};We([(0,V.A)()],gt.prototype,"headerText",void 0),We([(0,V.A)()],gt.prototype,"footerText",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"indent",void 0),We([(0,V.A)()],gt.prototype,"selectionMode",void 0),We([(0,V.A)()],gt.prototype,"noDataText",void 0),We([(0,V.A)()],gt.prototype,"separators",void 0),We([(0,V.A)()],gt.prototype,"growing",void 0),We([(0,V.A)()],gt.prototype,"growingButtonText",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"loading",void 0),We([(0,V.A)({type:Number})],gt.prototype,"loadingDelay",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"stickyHeader",void 0),We([(0,V.A)()],gt.prototype,"accessibleName",void 0),We([(0,V.A)({type:Object})],gt.prototype,"accessibilityAttributes",void 0),We([(0,V.A)()],gt.prototype,"accessibleNameRef",void 0),We([(0,V.A)()],gt.prototype,"accessibleDescription",void 0),We([(0,V.A)()],gt.prototype,"accessibleDescriptionRef",void 0),We([(0,V.A)({noAttribute:!0})],gt.prototype,"_associatedDescriptionRefTexts",void 0),We([(0,V.A)({noAttribute:!0})],gt.prototype,"_associatedLabelsRefTexts",void 0),We([(0,V.A)()],gt.prototype,"accessibleRole",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"_inViewport",void 0),We([(0,V.A)({type:Boolean})],gt.prototype,"_loadMoreActive",void 0),We([(0,V.A)()],gt.prototype,"mediaRange",void 0),We([(0,H.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],gt.prototype,"items",void 0),We([(0,H.A)()],gt.prototype,"header",void 0),We([(0,F.A)("@ui5/webcomponents")],gt,"i18nBundle",void 0),gt=Et=We([(0,te.A)({tag:"ui5-list",fastNavigation:!0,renderer:C.A,template:function Ae(){return(0,$e.Y)("div",{class:"ui5-list-root",onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,"onui5-_close":this.onItemClose,"onui5-toggle":this.onItemToggle,"onui5-request-tabindex-change":this.onItemTabIndexChange,"onui5-_focused":this.onItemFocused,"onui5-forward-after":this.onForwardAfter,"onui5-forward-before":this.onForwardBefore,"onui5-selection-requested":this.onSelectionRequested,"onui5-focus-requested":this.onFocusRequested,"onui5-_press":this.onItemPress,children:(0,$e.FD)(Ne.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,$e.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,$e.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,$e.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,$e.FD)("div",{class:"ui5-list-scroll-container",children:[(0,$e.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,$e.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,$e.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,$e.FD)("ul",{id:`${this._id}-listUl`,class:"ui5-list-ul",role:this.listAccessibleRole,"aria-label":this.ariaLabelTxt,"aria-labelledby":this.ariaLabelledBy,"aria-description":this.ariaDescriptionText||void 0,children:[(0,$e.Y)("slot",{}),this.showNoDataText&&(0,$e.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,$e.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&at.call(this),this.footerText&&(0,$e.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,$e.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,$e.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,$e.Y)(Xe.A,{orientation:"Horizontal",ownerReference:this})]})})},styles:['.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5_load_more_border);border-radius:var(--_ui5_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator,.ui5-list-container{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5_list_no_data_height);font-size:var(--_ui5_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}:host([sticky-header]) ::slotted([slot="header"]),:host([sticky-header]) .ui5-list-header{position:sticky;top:0;z-index:100}\n']}),(0,K.A)("item-click",{bubbles:!0,cancelable:!0}),(0,K.A)("item-close",{bubbles:!0}),(0,K.A)("item-toggle",{bubbles:!0}),(0,K.A)("item-delete",{bubbles:!0}),(0,K.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,K.A)("load-more",{bubbles:!0}),(0,K.A)("item-focused",{bubbles:!0}),(0,K.A)("move-over",{bubbles:!0,cancelable:!0}),(0,K.A)("move",{bubbles:!0})],gt),gt.define();const wt=Qe=>"hasListItems"in Qe&&Qe.hasListItems,Le=gt},6981(ge,W,h){"use strict";h.d(W,{A:()=>F});var m=h(5386),E=h(1934),A=h(1834),C=h(1642),B=h(1437),U=h(6488),M=h(6136),j=h(2358),b=h(4127),T=h(467),S=h(8923),L=h(303),ee=h(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host"),(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,T.A)(function*(){return L.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,T.A)(function*(){return ee.A}),"host");var te=function(ne,Q,ce,X){var ve,le=arguments.length,ae=le<3?Q:null===X?X=Object.getOwnPropertyDescriptor(Q,ce):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ae=Reflect.decorate(ne,Q,ce,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ae=(le<3?ve(ae):le>3?ve(Q,ce,ae):ve(Q,ce))||ae);return le>3&&ae&&Object.defineProperty(Q,ce,ae),ae};let H=class extends m.A{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){(0,M.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(Q){this.fireDecoratorEvent("request-tabindex-change",Q),Q.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",Q)}_onkeydown(Q){return(0,j.zP)(Q)?this._handleTabNext(Q):(0,j.bR)(Q)?this._handleTabPrevious(Q):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(Q)&&Q.preventDefault(),this._isEnter(Q)&&this.fireItemPress(Q)))}_onkeyup(Q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(Q)&&this.fireItemPress(Q)}_onclick(Q){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(Q)||(Q.stopPropagation(),this.fireItemPress(Q))}_isDisabledInteractiveContentClicked(Q){const ce=Q.composedPath(),X=this.getFocusDomRef();return ce.some(le=>!!(le instanceof HTMLElement&&le!==this&&le!==X&&(this._isNativeInteractiveElement(le)||this._isCustomInteractiveElement(le)))&&this._isElementDisabled(le))}_isNativeInteractiveElement(Q){return Q.matches("button, input, select, textarea")}_isCustomInteractiveElement(Q){const ce=Q;return Q.tagName.includes("-")&&("disabled"in ce||Q.hasAttribute("aria-disabled"))}_isElementDisabled(Q){return"boolean"==typeof Q.disabled?Q.disabled:"true"===Q.getAttribute("aria-disabled")}_isSpace(Q){return(0,j.xC)(Q)}_isEnter(Q){return(0,j.RI)(Q)}fireItemPress(Q){this.disabled||!this._pressable||((0,j.RI)(Q)&&Q.preventDefault(),this.fireDecoratorEvent("click",{item:this,originalEvent:Q}),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:Q.key}))}_handleTabNext(Q){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||Q.preventDefault())}_handleTabPrevious(Q){this.shouldForwardTabBefore(Q.target)&&(this.fireDecoratorEvent("forward-before")||Q.preventDefault())}shouldForwardTabAfter(){const Q=(0,U.J)(this.getFocusDomRef());return 0===Q.length||Q[Q.length-1]===(0,b.A)()}shouldForwardTabBefore(Q){return this.getFocusDomRef()===Q}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};te([(0,C.A)({type:Boolean})],H.prototype,"selected",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"movable",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"hasBorder",void 0),te([(0,C.A)()],H.prototype,"forcedTabIndex",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"disabled",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"focused",void 0),te([(0,C.A)({type:Boolean})],H.prototype,"actionable",void 0),H=te([(0,E.A)({renderer:A.A,styles:[':host{box-sizing:border-box;height:var(--_ui5_list_item_base_height);background-color:var(--ui5-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not(:active):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active]):not(:active):not([data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background);border-bottom-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}\n',"[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}\n"]}),(0,B.A)("click",{bubbles:!0}),(0,B.A)("request-tabindex-change",{bubbles:!0}),(0,B.A)("_press",{bubbles:!0}),(0,B.A)("_focused",{bubbles:!0}),(0,B.A)("forward-after",{bubbles:!0,cancelable:!0}),(0,B.A)("forward-before",{bubbles:!0,cancelable:!0})],H);const F=H},6374(ge,W,h){"use strict";h.d(W,{A:()=>le,t:()=>ae});var m=h(6993),E=h(1437),A=h(1642),C=h(1934),B=h(1834),U=h(5386),M=h(1441),j=h(4778),b=h(1892),T=h(45),S=h(7601),L=h(897),V=h(467),K=h(8923),te=h(303),H=h(5444);(0,K.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,V.A)(function*(){return te.A})),(0,K.Rh)("@ui5/webcomponents","sap_horizon",(0,V.A)(function*(){return H.A}),"host");var ne=h(6968),Q=h(5031),ce=function(ve,Pe,xe,Ee){var ct,Ie=arguments.length,me=Ie<3?Pe:null===Ee?Ee=Object.getOwnPropertyDescriptor(Pe,xe):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)me=Reflect.decorate(ve,Pe,xe,Ee);else for(var je=ve.length-1;je>=0;je--)(ct=ve[je])&&(me=(Ie<3?ct(me):Ie>3?ct(Pe,xe,me):ct(Pe,xe))||me);return Ie>3&&me&&Object.defineProperty(Pe,xe,me),me};let X=class extends U.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new M.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,filterPlacements:this._filterPlacements.bind(this)})}get groupHeaderItem(){return this.shadowRoot.querySelector("[ui5-li-group-header]")}get hasHeader(){return!!this.headerText||this.hasFormattedHeader}get hasFormattedHeader(){return!!this.header.length}get isListItemGroup(){return!0}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}_ondragenter(Pe){this._dragAndDropHandler.ondragenter(Pe)}_ondragleave(Pe){this._dragAndDropHandler.ondragleave(Pe)}_ondragover(Pe){this._dragAndDropHandler.ondragover(Pe)}_ondrop(Pe){this._dragAndDropHandler.ondrop(Pe)}_filterPlacements(Pe,xe,Ee){return Ee===xe?Pe.filter(Ie=>Ie!==j.A.On):Pe}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return ne.A.None}};ce([(0,A.A)()],X.prototype,"headerText",void 0),ce([(0,A.A)()],X.prototype,"headerAccessibleName",void 0),ce([(0,m.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],X.prototype,"items",void 0),ce([(0,A.A)()],X.prototype,"wrappingType",void 0),ce([(0,A.A)({type:Boolean})],X.prototype,"focused",void 0),ce([(0,m.A)()],X.prototype,"header",void 0),X=ce([(0,C.A)({tag:"ui5-li-group",renderer:B.A,languageAware:!0,template:function ee(){return(0,b.FD)(b.FK,{children:[this.hasHeader&&(0,b.FD)(T.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:L.A.ListItem,children:[this.hasFormattedHeader?(0,b.Y)("slot",{name:"header"}):this.headerText,(0,b.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,b.FD)("div",{class:"ui5-group-li-root",onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,id:`${this._id}-content`,children:[(0,b.Y)("slot",{}),(0,b.Y)(S.A,{orientation:"Horizontal",ownerReference:this})]})]})},styles:[".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}\n"]}),(0,E.A)("move-over",{bubbles:!0,cancelable:!0}),(0,E.A)("move",{bubbles:!0})],X),X.define();const le=X,ae=(0,Q.A)("isListItemGroup")},45(ge,W,h){"use strict";h.d(W,{A:()=>le});var m=h(1642),E=h(6993),A=h(1934),C=h(3651),B=h(1045),U=h(6981),M=h(5166),j=h(1892),b=h(6968);function S(){return this.wrappingType===b.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,j.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,j.Y)("slot",{})})}var L=h(467),ee=h(8923),V=h(303),K=h(5444);(0,ee.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,L.A)(function*(){return V.A})),(0,ee.Rh)("@ui5/webcomponents","sap_horizon",(0,L.A)(function*(){return K.A}),"host");var ne,H=h(897),F=function(ae,ve,Pe,xe){var me,Ee=arguments.length,Ie=Ee<3?ve:null===xe?xe=Object.getOwnPropertyDescriptor(ve,Pe):xe;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ie=Reflect.decorate(ae,ve,Pe,xe);else for(var ct=ae.length-1;ct>=0;ct--)(me=ae[ct])&&(Ie=(Ee<3?me(Ie):Ee>3?me(ve,Pe,Ie):me(ve,Pe))||Ie);return Ee>3&&Ie&&Object.defineProperty(ve,Pe,Ie),Ie};let X=ne=class extends U.A{constructor(){super(...arguments),this.accessibleRole=H.A.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return(0,B.A)(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return ne.i18nBundle.getText(M.Uin)}get defaultSlotText(){return this.textContent}get ariaLabelText(){return[this.textContent,this.accessibleName].filter(Boolean).join(" ")}get hasSubItems(){return this.subItems.length>0}onBeforeRendering(){super.onBeforeRendering(),"Normal"===this.wrappingType&&(ne.ExpandableTextTemplate?this.expandableTextTemplate=ne.ExpandableTextTemplate:Promise.all([h.e(778),h.e(249)]).then(h.bind(h,9249)).then(ve=>{this.expandableTextTemplate=ve.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};F([(0,m.A)()],X.prototype,"accessibleName",void 0),F([(0,m.A)()],X.prototype,"accessibleRole",void 0),F([(0,m.A)()],X.prototype,"wrappingType",void 0),F([(0,m.A)()],X.prototype,"mediaRange",void 0),F([(0,m.A)({noAttribute:!0})],X.prototype,"expandableTextTemplate",void 0),F([(0,E.A)()],X.prototype,"subItems",void 0),F([(0,C.A)("@ui5/webcomponents")],X,"i18nBundle",void 0),X=ne=F([(0,A.A)({tag:"ui5-li-group-header",languageAware:!0,template:function T(){return(0,j.FD)("div",{part:"native-li",role:this.effectiveAccRole,tabindex:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0,class:{"ui5-ghli-root":!0,...this.classes.main},"aria-label":this.ariaLabelText,"aria-roledescription":this.groupHeaderText,onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,children:[(0,j.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:S.call(this)}),this.hasSubItems&&(0,j.Y)("slot",{name:"subItems"})]})},styles:[U.A.styles,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5_group_header_list_item_height);background:var(--ui5-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}\n']})],X),X.define();const le=X},6634(ge,W,h){"use strict";h.d(W,{zN:()=>gt,D2:()=>wt,Ay:()=>Qe,st:()=>N});var m=h(467),E=h(5386),A=h(1934),C=h(1642),B=h(6993),U=h(6136),M=h(1402),j=h(8762);const T={toAttribute:$=>$ instanceof HTMLElement?null:$,fromAttribute:$=>$};var S=h(6060),L=h(7883),ee=function($){return $.Start="Start",$.End="End",$.Top="Top",$.Bottom="Bottom",$}(ee||{});const V=ee;var K=function($){return $.Center="Center",$.Top="Top",$.Bottom="Bottom",$.Stretch="Stretch",$}(K||{});const te=K;var H=h(9494),F=h(4127);const Q=$=>$.parentElement?$.parentElement:$.parentNode.host;var ce=h(3466);let X;const ae=[],ve=()=>{ae.forEach($=>{$.instance.reposition()})},je=$=>{$&&$.shadowRoot.removeEventListener("scroll",ve,{capture:!0})},Be=$=>{const D=(0,ce.vR)();if(0!==D.length&&N(D[D.length-1].instance))for(let G=D.length-1;-1!==G;G--){const u=D[G].instance;if(!N(u)||u.isModal||u.isOpenerClicked($)||u.isClicked($))return;u.closePopup()}},Ge=$=>{const D=Xe($);(0,ce.Xj)($,D),ae.push({instance:$,parentPopovers:D}),($=>{$&&$.shadowRoot.addEventListener("scroll",ve,{capture:!0})})($),1===ae.length&&(document.addEventListener("scroll",ve,{capture:!0}),document.addEventListener("mousedown",Be,{capture:!0}),X=setInterval(()=>{ve(),(()=>{let $=(0,F.A)();"IFRAME"===$.tagName&&Ne().reverse().forEach(D=>{const q=D.instance,G=q.getOpenerHTMLElement(q.opener);for(;$;){if($===G)return;$=Q($)}q.closePopup(!1,!1,!0)})})()},300))},Ne=()=>ae,Xe=$=>{let D=$.parentNode;const q=[];for(;D&&D.parentNode;){for(let G=0;G<ae.length;G++)D===ae[G].instance&&q.push(D);D=D.parentNode}return q};var Ae=function($){return $.TopLeft="TopLeft",$.TopRight="TopRight",$.BottomLeft="BottomLeft",$.BottomRight="BottomRight",$}(Ae||{});const Oe=class at{constructor(D){this._resized=!1,this._popover=D,this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this)}reset(){this._resized&&(this._resized=!1,delete this._currentDeltaX,delete this._currentDeltaY,delete this._totalDeltaX,delete this._totalDeltaY)}get isResized(){return this._resized}getCorrectedLeft(D){return this.isResized&&(D-=this._currentDeltaX||0),D}getCorrectedTop(D){return this.isResized&&(D-=this._currentDeltaY||0),D}setCorrectResizeHandleClass(D){switch(this.getResizeHandlePlacement()){case Ae.BottomLeft:D.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Ae.BottomRight:D.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Ae.TopLeft:D.root["ui5-popover-resize-handle-top-left"]=!0;break;case Ae.TopRight:D.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const D=this._popover;if(this._resized&&D.resizeHandlePlacement)return D.resizeHandlePlacement;const q=D.getOpenerHTMLElement(D.opener);if(!q)return;const u=D.isRtl,_=q.getBoundingClientRect(),p=D.getBoundingClientRect();let v=Math.floor(_.x+_.width/2);const k=Math.floor(_.y+_.height/2);let O=Math.floor(p.x+p.width/2);const Z=Math.floor(p.y+p.height/2),re=D.verticalAlign,Re=D._actualHorizontalAlign,rt=p.width>_.width,g=p.height>_.height;switch(u&&(v=-v,O=-O),D.getActualPlacement(_)){case wt.Left:return g?Z>k+2?Ae.BottomLeft:Ae.TopLeft:re===te.Top?Ae.BottomLeft:Ae.TopLeft;case wt.Right:return g?Z+2<k?Ae.TopRight:Ae.BottomRight:re===te.Bottom?Ae.TopRight:Ae.BottomRight;case wt.Bottom:return rt?O+2<v?u?Ae.BottomRight:Ae.BottomLeft:u?Ae.BottomLeft:Ae.BottomRight:u?Re===gt.Left?Ae.BottomRight:Ae.BottomLeft:Re===gt.Right?Ae.BottomLeft:Ae.BottomRight;default:return rt?O+2<v?u?Ae.TopRight:Ae.TopLeft:u?Ae.TopLeft:Ae.TopRight:u?Re===gt.Left?Ae.TopRight:Ae.TopLeft:Re===gt.Right?Ae.TopLeft:Ae.TopRight}}onResizeMouseDown(D){if(!this._popover.resizable)return;D.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:q,minHeight:G}=window.getComputedStyle(this._popover),u=window.getComputedStyle(this._popover);this._initialClientX=D.clientX,this._initialClientY=D.clientY,this._minWidth=Math.max(Number.parseFloat(q),Number.parseFloat(u.minWidth)),this._minHeight=Number.parseFloat(G),this._attachMouseResizeHandlers()}_onResizeMouseMove(D){const G=this._popover._viewportMargin,{clientX:u,clientY:_}=D,p=this.getResizeHandlePlacement(),v=this._initialBoundingRect,k=u-this._initialClientX,O=_-this._initialClientY;let Z,re;const rt=p===Ae.TopLeft||p===Ae.TopRight;if(p===Ae.TopLeft||p===Ae.BottomLeft){Z=(0,j.A)(v.width-k,this._minWidth,v.x+v.width-G);const Se=(0,j.A)(v.x+k,G,v.x+v.width-this._minWidth);Z=Math.min(Z,v.x+v.width-Se),this._currentDeltaX=(v.x-Se)/2}else{const Ze=window.innerWidth-v.x-G;Z=(0,j.A)(v.width+k,this._minWidth,Ze),this._currentDeltaX=(v.width-Z)/2}if(rt){re=(0,j.A)(v.height-O,this._minHeight,v.y+v.height-G);const Se=(0,j.A)(v.y+O,G,v.y+v.height-this._minHeight);re=Math.min(re,v.y+v.height-Se),this._currentDeltaY=(v.y-Se)/2}else{const Ze=window.innerHeight-v.y-G;re=(0,j.A)(v.height+O,this._minHeight,Ze),this._currentDeltaY=(v.height-re)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const g=this._popover.calcPlacement(this._popover._openerRect,{width:Z,height:re});this._popover.arrowTranslateX=g.arrow.x,this._popover.arrowTranslateY=g.arrow.y,Object.assign(this._popover.style,{left:`${g.left}px`,top:`${g.top}px`,height:`${re}px`,width:`${Z}px`})}_onResizeMouseUp(){delete this._initialClientX,delete this._initialClientY,delete this._initialBoundingRect,delete this._minWidth,delete this._minHeight,this._detachMouseResizeHandlers()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler)}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}};var Fe=h(555),Ve=h(1926),Y=h(8923),ye=h(303),lt=h(5444);(0,Y.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return ye.A})),(0,Y.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return lt.A}),"host");var St,Et=h(5031),_t=function($,D,q,G){var p,u=arguments.length,_=u<3?D:null===G?G=Object.getOwnPropertyDescriptor(D,q):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_=Reflect.decorate($,D,q,G);else for(var v=$.length-1;v>=0;v--)(p=$[v])&&(_=(u<3?p(_):u>3?p(D,q,_):p(D,q))||_);return u>3&&_&&Object.defineProperty(D,q,_),_},gt=function($){return $.Center="Center",$.Left="Left",$.Right="Right",$.Stretch="Stretch",$}(gt||{}),wt=function($){return $.Left="Left",$.Right="Right",$.Top="Top",$.Bottom="Bottom",$}(wt||{});let Le=St=class extends L.A{static get VIEWPORT_MARGIN(){return 10}constructor(){super(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.resizable=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="Right",this.isPopover=!0,this._popoverResize=new Oe(this)}set opener(D){this._opener!==D&&(this._opener=D,D&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var D=()=>super.openPopup,q=this;return(0,m.A)(function*(){if(q._opened)return;const G=q.getOpenerHTMLElement(q.opener);if(G){if(!G||q.isOpenerOutsideViewport(G.getBoundingClientRect()))return yield(0,S.JT)(),q.open=!1,void q.fireDecoratorEvent("close");q._initialWidth=q.style.width,q._initialHeight=q.style.height,q._openerRect=G.getBoundingClientRect(),q._observeOpenerVisibility(),yield D().call(q)}})()}closePopup(D=!1,q=!1,G=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(D,q,G)}isOpenerClicked(D){const q=D.target,G=this.getOpenerHTMLElement(this.opener);return!!G&&(!!(q===G||this._isUI5AbstractElement(q)&&q.getFocusDomRef()===G)||D.composedPath().indexOf(G)>-1)}isClicked(D){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==D.composedPath()[0])||(0,M.wi)(D,this.getBoundingClientRect())}_addOpenedPopup(){Ge(this)}_removeOpenedPopup(){($=>{const D=[$];for(let q=0;q<ae.length;q++){const G=ae[q].parentPopovers.indexOf($);ae[q].parentPopovers.length>0&&G>-1&&D.push(ae[q].instance)}for(let q=D.length-1;q>=0;q--)for(let G=0;G<ae.length;G++){let u=-1;D[q]===ae[G].instance&&(u=G),u>=0&&((0,ce.cY)(ae[u].instance),je(ae[u].instance),ae.splice(u,1)[0].instance.closePopup(!1,!0))}ae.length||(document.removeEventListener("scroll",ve,{capture:!0}),document.removeEventListener("mousedown",Be,{capture:!0}),clearInterval(X))})(this)}getOpenerHTMLElement(D){if(null==D)return D;if(D instanceof HTMLElement)return this._isUI5AbstractElement(D)?D.getFocusDomRef():D;let q=this.getRootNode();if(!q)return null;q===this&&(q=document);let G=q.getElementById(D);return q instanceof ShadowRoot&&!G&&(G=document.getElementById(D)),G&&(this._isUI5AbstractElement(G)?G.getFocusDomRef():G)}shouldCloseDueToOverflow(D,q){const u={Left:q.right,Right:q.left,Top:q.top,Bottom:q.bottom},_=this.getOpenerHTMLElement(this.opener),p=(0,M.nE)(_);let v=!1,k=!1;if(p instanceof St){const O=p.getBoundingClientRect();v=q.top>O.top+O.height,k=q.top+q.height<O.top}return u[D]<0||u[D]+32>p.innerHeight||v||k}shouldCloseDueToNoOpener(D){return 0===D.top&&0===D.bottom&&0===D.left&&0===D.right}isOpenerOutsideViewport(D){return D.bottom<0||D.top>window.innerHeight||D.right<0||D.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return St.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var D=()=>super._show,q=this;return(0,m.A)(function*(){D().call(q);const G=q.getOpenerHTMLElement(q.opener);if(!G)return void Object.assign(q.style,{top:"0px",left:"0px"});if(G&&(0,E.W)(G)&&!G.getDomRef())return;q._opened||q._showOutsideViewport();const u=q.getPopoverSize();let _;if(0===u.width||0===u.height)return;if(q.open&&(q._openerRect=G.getBoundingClientRect()),_=q._oldPlacement&&q.shouldCloseDueToNoOpener(q._openerRect)&&q.isFocusWithin()?q._oldPlacement:q.calcPlacement(q._openerRect,u),q._preventRepositionAndClose||q.isOpenerOutsideViewport(q._openerRect))return yield q._waitForDomRef(),q.closePopup();q._oldPlacement=_,q.actualPlacement=_.actualPlacement;let p=(0,j.A)(q._left,St.VIEWPORT_MARGIN,document.documentElement.clientWidth-u.width-St.VIEWPORT_MARGIN);q.actualPlacement===wt.Right&&(p=Math.max(p,q._left));let v=(0,j.A)(q._top,St.VIEWPORT_MARGIN,document.documentElement.clientHeight-u.height-St.VIEWPORT_MARGIN);q.actualPlacement===wt.Bottom&&(v=Math.max(v,q._top)),q.arrowTranslateX=_.arrow.x,q.arrowTranslateY=_.arrow.y,v=q._adjustForIOSKeyboard(v),Object.assign(q.style,{top:`${v}px`,left:`${p}px`}),!q._popoverResize.isResized&&(q.horizontalAlign===H.A.Stretch&&q._width&&(q.style.width=q._width),q.verticalAlign===te.Stretch&&q._height&&(q.style.height=q._height))})()}_adjustForIOSKeyboard(D){if(!(0,U.un)())return D;const q=Math.ceil(this.getBoundingClientRect().top);return D+(Number.parseInt(this.style.top||"0")-q)}_onOpenerIntersection(D){this.open&&!D[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const D=this.getOpenerHTMLElement(this.opener);D&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(D))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(D=!1){const q=this.getBoundingClientRect(),G=q.width;let u;const _=this.getDomRef();if(D&&_){const p=_.querySelector(".ui5-popup-header-root"),v=_.querySelector(".ui5-popup-content"),k=_.querySelector(".ui5-popup-footer-root");u=v?.scrollHeight||0,u+=p?.scrollHeight||0,u+=k?.scrollHeight||0}else u=q.height;return{width:G,height:u}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(D){return(0,E.W)(D)&&D.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(D,q){let G=St.VIEWPORT_MARGIN,u=0;const _=this.allowTargetOverlap,p=document.documentElement.clientWidth,v=document.documentElement.clientHeight;let k=v,O=p;const Z=this.getActualPlacement(D);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(D)||this.shouldCloseDueToOverflow(Z,D);const re=Z===wt.Top||Z===wt.Bottom;this._popoverResize.isResized||(this.horizontalAlign===H.A.Stretch&&re?(q.width=D.width,this._width=`${D.width}px`):this.verticalAlign===te.Stretch&&!re&&(q.height=D.height,this._height=`${D.height}px`));const Re=this.hideArrow?0:8;switch(Z){case wt.Top:G=this.getVerticalLeft(D,q),u=Math.max(D.top-q.height-Re,0),_||(k=D.top-Re);break;case wt.Bottom:G=this.getVerticalLeft(D,q),u=D.bottom+Re,_?u=Math.max(Math.min(u,v-q.height),0):k=v-D.bottom-Re;break;case wt.Left:G=Math.max(D.left-q.width-Re,0),u=this.getHorizontalTop(D,q),_||(O=D.left-Re);break;case wt.Right:G=D.left+D.width+Re,u=this.getHorizontalTop(D,q),_?G=Math.max(Math.min(G,p-q.width),0):O=p-D.right-Re}re?q.width>p||G<St.VIEWPORT_MARGIN?G=St.VIEWPORT_MARGIN:G+q.width>p-St.VIEWPORT_MARGIN&&(G=p-St.VIEWPORT_MARGIN-q.width):q.height>v||u<St.VIEWPORT_MARGIN?u=St.VIEWPORT_MARGIN:u+q.height>v-St.VIEWPORT_MARGIN&&(u=v-St.VIEWPORT_MARGIN-q.height),this._maxHeight=Math.round(k-St.VIEWPORT_MARGIN),this._maxWidth=Math.round(O-St.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-G)>1.5)&&(this._left=Math.round(G)),(void 0===this._top||Math.abs(this._top-u)>1.5)&&(this._top=Math.round(u));const rt=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),g=this.getArrowPosition(D,q,G,u,re,rt);return this._left+=this.getRTLCorrectionLeft(),{arrow:g,top:this._top,left:this._left,actualPlacement:Z}}get isVertical(){return this.placement===V.Top||this.placement===V.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(D,q,G,u,_,p){const v=this._actualHorizontalAlign;let k=v===gt.Center||v===gt.Stretch;v===gt.Right&&G<=D.left&&(k=!0),v===gt.Left&&G+q.width>=D.left+D.width&&(k=!0);let O=0;_&&k&&(O=D.left+D.width/2-G-q.width/2);let Z=0;_||(Z=D.top+D.height/2-u-q.height/2);const re=q.height/2-p-4-2;Z=(0,j.A)(Z,-re,re);const Re=q.width/2-p-4-2;return O=(0,j.A)(O,-Re,Re),{x:Math.round(O),y:Math.round(Z)}}fallbackPlacement(D,q,G,u){return G.left>u.width?wt.Left:D-G.right>G.left?wt.Right:q-G.bottom>u.height?wt.Bottom:q-G.bottom<G.top?wt.Top:void 0}getActualPlacement(D){const q=this.placement,G=this.getPopoverSize(!this.allowTargetOverlap);let u=wt.Right;switch(q){case V.Start:u=this.isRtl?wt.Right:wt.Left;break;case V.End:u=this.isRtl?wt.Left:wt.Right;break;case V.Top:u=wt.Top;break;case V.Bottom:u=wt.Bottom}const _=document.documentElement.clientWidth;let p=document.documentElement.clientHeight,v=G.height;switch(this.isVertical&&(v+=this.hideArrow?0:8,p-=St.VIEWPORT_MARGIN),u){case wt.Top:D.top<v&&D.top<p-D.bottom&&(u=wt.Bottom);break;case wt.Bottom:p-D.bottom<v&&p-D.bottom<D.top&&(u=wt.Top);break;case wt.Left:D.left<G.width&&(u=this.fallbackPlacement(_,p,D,G)||u);break;case wt.Right:_-D.right<G.width&&(u=this.fallbackPlacement(_,p,D,G)||u)}return u}getVerticalLeft(D,q){let u=St.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case gt.Center:case gt.Stretch:u=D.left-(q.width-D.width)/2,u=this._popoverResize.getCorrectedLeft(u);break;case gt.Left:u=D.left;break;case gt.Right:u=D.right-q.width}return u}getHorizontalTop(D,q){let G=0;switch(this.verticalAlign){case te.Center:case te.Stretch:G=D.top-(q.height-D.height)/2,G=this._popoverResize.getCorrectedTop(G);break;case te.Top:G=D.top;break;case te.Bottom:G=D.bottom-q.height}return G}get isModal(){return this.modal}get _ariaLabelledBy(){if(!this._ariaLabel&&this._displayHeader)return"ui5-popup-header"}get styles(){return{...super.styles,root:{"max-height":this._maxHeight?`${this._maxHeight}px`:"","max-width":this._maxWidth?`${this._maxWidth}px`:""},arrow:{transform:`translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`}}}get classes(){const D=super.classes;return D.root["ui5-popover-root"]=!0,D.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(D),D}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case H.A.Start:return this.isRtl?gt.Right:gt.Left;case H.A.End:return this.isRtl?gt.Left:gt.Right;case H.A.Stretch:return gt.Stretch;default:return gt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(D){this._popoverResize.onResizeMouseDown(D),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};_t([(0,C.A)()],Le.prototype,"headerText",void 0),_t([(0,C.A)()],Le.prototype,"placement",void 0),_t([(0,C.A)()],Le.prototype,"horizontalAlign",void 0),_t([(0,C.A)()],Le.prototype,"verticalAlign",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"modal",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"hideArrow",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"allowTargetOverlap",void 0),_t([(0,C.A)({type:Boolean})],Le.prototype,"resizable",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"arrowTranslateX",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"arrowTranslateY",void 0),_t([(0,C.A)()],Le.prototype,"actualPlacement",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"_maxHeight",void 0),_t([(0,C.A)({type:Number,noAttribute:!0})],Le.prototype,"_maxWidth",void 0),_t([(0,C.A)({noAttribute:!0})],Le.prototype,"_resizeHandlePlacement",void 0),_t([(0,B.A)()],Le.prototype,"header",void 0),_t([(0,B.A)()],Le.prototype,"footer",void 0),_t([(0,C.A)({converter:T})],Le.prototype,"opener",null),Le=St=_t([(0,A.A)({tag:"ui5-popover",styles:[L.A.styles,Ve.A,':host{min-width:6.25rem;box-shadow:var(--_ui5_popover_box_shadow);background-color:var(--_ui5_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_upward_arrow_margin)}:host([actual-placement="Left"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Left"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="Right"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="Right"]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5_popover_background);box-shadow:var(--_ui5_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}.ui5-popover-resize-handle{position:absolute;width:1.5rem;height:1.5rem;border-radius:50%;z-index:1}.ui5-popover-resize-handle [ui5-icon]{position:absolute;width:1rem;height:1rem;cursor:inherit;color:var(--sapButton_Lite_TextColor);--rotAngle: 0;--scaleX: 1;transform:rotate(var(--rotAngle)) scaleX(var(--scaleX))}.ui5-popover-rtl .ui5-popover-resize-handle [ui5-icon]{--scaleX: -1}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle{top:-.5rem;right:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-top-right .ui5-popover-resize-handle [ui5-icon]{bottom:0;left:0;--rotAngle: 270deg}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle{top:-.5rem;left:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-top-left .ui5-popover-resize-handle [ui5-icon]{bottom:0;right:0;--rotAngle: 180deg}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle{bottom:-.5rem;left:-.5rem;cursor:ne-resize}.ui5-popover-resize-handle-bottom-left .ui5-popover-resize-handle [ui5-icon]{top:0;right:0;--rotAngle: 90deg}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle{bottom:-.5rem;right:-.5rem;cursor:nw-resize}.ui5-popover-resize-handle-bottom-right .ui5-popover-resize-handle [ui5-icon]{top:0;left:0}.ui5-popover-resizing,.ui5-popover-resizing *{user-select:none!important}\n'],template:Fe.A})],Le),Le.define();const Qe=Le,N=(0,Et.A)("isPopover")},555(ge,W,h){"use strict";h.d(W,{A:()=>U});var m=h(1892),E=h(563),A=h(81),C=h(8520),B=h(6983);function U(){return C.Ay.call(this,{beforeContent:M,afterContent:j})}function M(){return(0,m.FD)(m.FK,{children:[(0,m.Y)("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&(0,m.Y)("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?(0,m.Y)("slot",{name:"header"}):(0,m.Y)(B.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function j(){return(0,m.FD)(m.FK,{children:[this._displayFooter&&!!this.footer.length&&(0,m.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,m.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,m.Y)("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,m.Y)(E.A,{name:A.Ay})})]})}},7883(ge,W,h){"use strict";h.d(W,{A:()=>Fe});var m=h(467),E=h(1934),A=h(6060),C=h(1437),B=h(6993),U=h(1642),M=h(1834),j=h(5386),b=h(6136),T=h(5465);const S=/^(?:a|area)$/i,L=/^(?:input|select|textarea|button)$/i,V=Ve=>{if(Ve.disabled)return!1;const Y=Ve.getAttribute("tabindex");return null!=Y?parseInt(Y)>=0:L.test(Ve.nodeName)||S.test(Ve.nodeName)&&!!Ve.href},K=Ve=>Ve.hasAttribute("data-ui5-focus-trap"),te=Ve=>{const Y=getComputedStyle(Ve);return Ve.scrollHeight>Ve.clientHeight&&["scroll","auto"].indexOf(Y.overflowY)>=0||Ve.scrollWidth>Ve.clientWidth&&["scroll","auto"].indexOf(Y.overflowX)>=0},H=function(){var Ve=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:ce(Y,!0,ye)});return function(ye,lt){return Ve.apply(this,arguments)}}(),F=function(){var Ve=(0,m.A)(function*(Y,ye){return!Y||(0,T.A)(Y)?null:ce(Y,!1,ye)});return function(ye,lt){return Ve.apply(this,arguments)}}(),ne=Ve=>Ve.hasAttribute("data-ui5-focus-redirect")||!(0,T.A)(Ve),Q=Ve=>{if((0,j.W)(Ve)){const Y=Ve.getAttribute("tabindex");if(null!==Y&&parseInt(Y)<0)return!0}return!1},ce=function(){var Ve=(0,m.A)(function*(Y,ye,lt){let We,Et,St,_t=-1;for(Y.shadowRoot?We=ye?Y.shadowRoot.firstElementChild:Y.shadowRoot.lastElementChild:Y instanceof HTMLSlotElement&&Y.assignedNodes()?(Et=Y.assignedElements(),_t=ye?0:Et.length-1,We=Et[_t]):We=lt?Y:ye?Y.firstElementChild:Y.lastElementChild;We;){const sn=We;if(!(0,T.A)(sn)&&!Q(sn)){if((0,j.W)(We)&&(yield We._waitForDomRef(),We=We.getDomRef()),!We||(0,T.A)(We))return null;if(1===We.nodeType&&ne(We)&&!K(We)){if(V(We)||(St=yield ce(We,ye),!(0,b.nr)()&&!St&&te(We)))return We&&"function"==typeof We.focus?We:null;if(St)return St&&"function"==typeof St.focus?St:null}}We=ye?sn.nextElementSibling:sn.previousElementSibling,Et&&!Et[_t].contains(We)&&(_t=ye?_t+1:_t-1,We=Et[_t])}return null});return function(ye,lt,We){return Ve.apply(this,arguments)}}();var X=h(3493),le=h(3455),ae=h(2358),ve=h(1402),Pe=h(362),xe=h(4583),Ee=h(1045),Ie=h(8520),me=h(9634),ct=h(3466),je=h(8923),st=h(303),Ce=h(5444);(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host"),(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host"),(0,je.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return st.A})),(0,je.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return Ce.A}),"host");var Xe,Ne=function(Ve,Y,ye,lt){var _t,We=arguments.length,Et=We<3?Y:null===lt?lt=Object.getOwnPropertyDescriptor(Y,ye):lt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Et=Reflect.decorate(Ve,Y,ye,lt);else for(var St=Ve.length-1;St>=0;St--)(_t=Ve[St])&&(Et=(We<3?_t(Et):We>3?_t(Y,ye,Et):_t(Y,ye))||Et);return We>3&&Et&&Object.defineProperty(Y,ye,Et),Et};(0,le.g5)("data-ui5-popup-scroll-blocker")||(0,le._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const at=new Set;let Oe=Xe=class extends j.A{constructor(){super(),this.preventFocusRestore=!1,this.accessibleRole="Dialog",this.preventInitialFocus=!1,this.isTopModalPopup=!1,this.onPhone=!1,this.onDesktop=!1,this._opened=!1,this._open=!1,this._resizeHandlerRegistered=!1,this._resizeHandler=this._resize.bind(this),this._getRealDomRef=()=>this.shadowRoot.querySelector("[root-element]")}onBeforeRendering(){this.onPhone=(0,b.tp)(),this.onDesktop=(0,b.xl)()}onAfterRendering(){(0,A.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,b.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,X.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(Xe.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,X.I7)(this)}set open(Y){this._open!==Y&&(this._open=Y,Y?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var Y=this;return(0,m.A)(function*(){Y._opened||(Y.fireDecoratorEvent("before-open")?(Y._attachBrowserEvents(),Y.isModal&&Xe.blockPageScrolling(Y),Y._focusedElementBeforeOpen=(0,ve.CA)(),Y._show(),Y._opened=!0,Y.getDomRef()&&Y._updateMediaRange(),Y._addOpenedPopup(),Y.classList.add("ui5-popup-opening"),setTimeout(()=>{Y.classList.remove("ui5-popup-opening")},50),Y.open=!0,yield Y.applyInitialFocus(),yield(0,A.JT)(),Y.isConnected&&Y.fireDecoratorEvent("open")):Y.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(Y){Y.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(Y){at.add(Y),1===at.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(Y){at.delete(Y),0===at.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(Y){this.fireDecoratorEvent("scroll",{scrollTop:Y.target.scrollTop,targetRef:Y.target})}_onkeydown(Y){const ye=Y.target===this._root&&(0,ae.bR)(Y),lt=(0,ae.RI)(Y)&&!this.open;(ye||lt)&&Y.preventDefault()}_onfocusout(Y){Y.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(Y){this._shouldFocusRoot=!!this.shadowRoot.contains(Y.target)}_onmouseup(){this._shouldFocusRoot&&((0,b.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var Y=this;return(0,m.A)(function*(){const ye=yield H(Y);ye?ye.focus():Y._root.focus()})()}forwardToLast(){var Y=this;return(0,m.A)(function*(){const ye=yield F(Y);ye?ye.focus():Y._root.focus()})()}applyInitialFocus(){var Y=this;return(0,m.A)(function*(){Y.preventInitialFocus||(yield Y.applyFocus())})()}applyFocus(){var Y=this;return(0,m.A)(function*(){yield Y._waitForDomRef();const ye=Y.querySelector("[autofocus]");if(ye)return void("isUI5Element"in ye&&ye.focus());if(Y.getRootNode()===Y)return;let lt;Y.initialFocus&&(lt=Y.getRootNode().getElementById(Y.initialFocus)||document.getElementById(Y.initialFocus)),lt=lt||(yield H(Y))||Y._root,lt&&(lt===Y._root&&(lt.tabIndex=-1),lt.focus())})()}isFocusWithin(){return(0,ve.TP)(this._root)}_updateMediaRange(){this.mediaRange=xe.A.getCurrentRange(xe.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,X.Bm)(this)}_addOpenedPopup(){(0,ct.Xj)(this)}closePopup(Y=!1,ye=!1,lt=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:Y})?(this._opened=!1,this.isModal&&Xe.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),ye||this._removeOpenedPopup(),!this.preventFocusRestore&&!lt&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,ct.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(Pe.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(Pe.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,X.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,X.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.ariaDescriptionTextId].filter(Boolean).join(" ")}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return this.accessibleRole===me.A.None?void 0:(0,Ee.A)(this.accessibleRole)}get _ariaModal(){return this.accessibleRole===me.A.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get styles(){return{root:{},content:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};Ne([(0,U.A)()],Oe.prototype,"initialFocus",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"preventFocusRestore",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleName",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleNameRef",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleRole",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleDescription",void 0),Ne([(0,U.A)()],Oe.prototype,"accessibleDescriptionRef",void 0),Ne([(0,U.A)({noAttribute:!0})],Oe.prototype,"_associatedDescriptionRefTexts",void 0),Ne([(0,U.A)()],Oe.prototype,"mediaRange",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"preventInitialFocus",void 0),Ne([(0,U.A)({type:Boolean,noAttribute:!0})],Oe.prototype,"isTopModalPopup",void 0),Ne([(0,B.A)({type:HTMLElement,default:!0})],Oe.prototype,"content",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"onPhone",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"onDesktop",void 0),Ne([(0,U.A)({type:Boolean})],Oe.prototype,"open",null),Oe=Xe=Ne([(0,E.A)({renderer:M.A,styles:[":host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}:host(.ui5-popup-opening){opacity:.1}\n",".ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}\n"],template:Ie.Ay}),(0,C.A)("before-open",{cancelable:!0}),(0,C.A)("open"),(0,C.A)("before-close",{cancelable:!0}),(0,C.A)("close"),(0,C.A)("scroll",{bubbles:!0})],Oe);const Fe=Oe},8520(ge,W,h){"use strict";h.d(W,{Ay:()=>A});var m=h(1892);function E(){return(0,m.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function A(U){return(0,m.FD)(m.FK,{children:[E.call(this),(0,m.FD)("section",{"root-element":!0,style:this.styles.root,class:this.classes.root,role:this._role,"aria-describedby":this.ariaDescribedByIds,"aria-modal":this._ariaModal,"aria-label":this._ariaLabel,"aria-labelledby":this._ariaLabelledBy,onKeyDown:this._onkeydown,onFocusOut:this._onfocusout,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,children:[(0,m.Y)("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(U?.beforeContent||C).call(this),(0,m.Y)("div",{style:this.styles.content,class:this.classes.content,onScroll:this._scroll,part:"content",children:(0,m.Y)("slot",{})}),this.ariaDescriptionText&&(0,m.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(U?.afterContent||B).call(this),(0,m.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function C(){}function B(){}},6983(ge,W,h){"use strict";h.d(W,{A:()=>F});var m=h(5386),E=h(1834),A=h(1934),C=h(1642),B=function(ne){return ne.H1="H1",ne.H2="H2",ne.H3="H3",ne.H4="H4",ne.H5="H5",ne.H6="H6",ne}(B||{});const U=B;var M=h(1892);function b(ne){switch(ne){case"H1":return(0,M.Y)("h1",{class:"ui5-title-root",children:T.call(this)});case"H2":default:return(0,M.Y)("h2",{class:"ui5-title-root",children:T.call(this)});case"H3":return(0,M.Y)("h3",{class:"ui5-title-root",children:T.call(this)});case"H4":return(0,M.Y)("h4",{class:"ui5-title-root",children:T.call(this)});case"H5":return(0,M.Y)("h5",{class:"ui5-title-root",children:T.call(this)});case"H6":return(0,M.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:T.call(this)})}}function T(){return(0,M.Y)("span",{id:`${this._id}-inner`,children:(0,M.Y)("slot",{})})}var S=h(467),L=h(8923),ee=h(303),V=h(5444);(0,L.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return ee.A})),(0,L.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return V.A}),"host");var te=function(ne,Q,ce,X){var ve,le=arguments.length,ae=le<3?Q:null===X?X=Object.getOwnPropertyDescriptor(Q,ce):X;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ae=Reflect.decorate(ne,Q,ce,X);else for(var Pe=ne.length-1;Pe>=0;Pe--)(ve=ne[Pe])&&(ae=(le<3?ve(ae):le>3?ve(Q,ce,ae):ve(Q,ce))||ae);return le>3&&ae&&Object.defineProperty(Q,ce,ae),ae};let H=class extends m.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===U.H1}get h2(){return this.level===U.H2}get h3(){return this.level===U.H3}get h4(){return this.level===U.H4}get h5(){return this.level===U.H5}get h6(){return this.level===U.H6}};te([(0,C.A)()],H.prototype,"wrappingType",void 0),te([(0,C.A)()],H.prototype,"level",void 0),te([(0,C.A)()],H.prototype,"size",void 0),H=te([(0,A.A)({tag:"ui5-title",renderer:E.A,template:function j(){return(0,M.Y)(M.FK,{children:b.call(this,this.level)})},styles:':host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family:var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--sapFontHeader1Size)}:host([size="H2"]){font-size:var(--sapFontHeader2Size)}:host([size="H3"]){font-size:var(--sapFontHeader3Size)}:host([size="H4"]){font-size:var(--sapFontHeader4Size)}:host([size="H5"]){font-size:var(--sapFontHeader5Size)}:host([size="H6"]){font-size:var(--sapFontHeader6Size)}\n'})],H),H.define();const F=H},1441(ge,W,h){"use strict";h.d(W,{A:()=>b});var m=h(6826);var U=h(7669),M=h(2928);const b=class j{constructor(S,L){this.component=S,this.config={orientation:M.A.Vertical,clientCoordinate:"clientY",...L}}ondragenter(S){S.preventDefault()}ondragleave(S){if(S.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(S.relatedTarget))return;const L=this.config.getDropIndicator();L&&(L.targetReference=null)}ondragover(S){if(!this._validateDragOver(S))return;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator(),V=this._findClosestPosition(S);if(!V)return void(ee.targetReference=null);const K=this._transformTargetElement(V.element);if(!this._isValidDragTarget(L,K))return void(ee.targetReference=null);const te=this._filterPlacements(V.placements,L,K),H=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:F,placement:ne}=function E(T,S,L,ee,V={}){const K=m.A.getDraggedElement(),te={targetReference:null,placement:null};if(!K&&!V?.crossDnD)return te;const H=L.placements;return te.targetReference=T.target,H.some(F=>!S.fireDecoratorEvent("move-over",{...V.originalEvent?{originalEvent:T}:{},source:{element:K},destination:{element:ee,placement:F}})&&(T.preventDefault(),te.targetReference=L.element,te.placement=F,!0))||(te.targetReference=null),te}(S,this.component,{element:K,placements:te},K,H);ee.targetReference=F,ee.placement=ne}ondrop(S){const L=this.config.getDropIndicator();L?.targetReference&&L?.placement?(function C(T,S,L,ee,V={}){T.preventDefault();const K=m.A.getDraggedElement();!K&&V?.crossDnD||(S.fireDecoratorEvent("move",{...V.originalEvent?{originalEvent:T}:{},source:{element:K},destination:{element:L,placement:ee}}),K?.focus())}(S,this.component,L.targetReference,L.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),L.targetReference=null):S.preventDefault()}_validateDragOver(S){if(!(S.target instanceof HTMLElement))return!1;const L=m.A.getDraggedElement(),ee=this.config.getDropIndicator();return!(!L||!ee)}_findClosestPosition(S){const L=this.config.getItems();return(0,U.gk)(L,"clientX"===this.config.clientCoordinate?S.clientX:S.clientY,this.config.orientation)}_transformTargetElement(S){return this.config.transformElement?this.config.transformElement(S):S}_isValidDragTarget(S,L){return!this.config.validateDraggedElement||this.config.validateDraggedElement(S,L)}_filterPlacements(S,L,ee){return this.config.filterPlacements?this.config.filterPlacements(S,L,ee):S}}},5166(ge,W,h){"use strict";h.d(W,{$nc:()=>fn,Apb:()=>U,B$d:()=>Un,Bby:()=>Xn,CH:()=>C,CNT:()=>Cp,CR4:()=>mr,C_7:()=>Ue,DQe:()=>Ni,DXF:()=>jr,Dy9:()=>A,Egs:()=>Mp,F$r:()=>Ll,Fo:()=>pr,Fr3:()=>Nt,FvC:()=>en,HzF:()=>ho,IGR:()=>Al,Jy$:()=>st,Jz0:()=>la,K2C:()=>No,Kdd:()=>Xs,KwP:()=>jd,M4s:()=>Ge,MME:()=>ko,NJs:()=>we,Oms:()=>Ft,P1:()=>Tr,PBn:()=>go,QGn:()=>qn,QLe:()=>Mi,Qmg:()=>He,RXS:()=>me,SJi:()=>bn,TkL:()=>$e,Uin:()=>Lo,UlA:()=>Zs,W_p:()=>dr,WlA:()=>ds,Wyx:()=>no,Xot:()=>_c,Y12:()=>cs,YBm:()=>$n,YF:()=>R,YHe:()=>Ri,Yz$:()=>J,Z2A:()=>fc,ZqR:()=>ic,_43:()=>ui,b5n:()=>Qn,bB2:()=>ln,bP:()=>to,bRY:()=>hn,dOG:()=>Gd,dr_:()=>fo,f4l:()=>a_,fBK:()=>E,fPH:()=>sc,fSG:()=>B,flf:()=>Ce,hNk:()=>Ne,jSp:()=>Qs,kHh:()=>kr,kQX:()=>je,knB:()=>m,lXU:()=>Mt,laD:()=>Vd,mgn:()=>Be,nFX:()=>ct,ogG:()=>Gr,pcO:()=>se,piN:()=>Po,qF5:()=>ta,rek:()=>ss,tgV:()=>hc,u9k:()=>Pl,vSX:()=>li,vtI:()=>Oi,wJ8:()=>fs});const m={key:"ACC_STATE_REQUIRED",defaultText:"Required"},E={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},A={key:"ACC_STATE_READONLY",defaultText:"Read Only"},C={key:"ACC_STATE_EMPTY",defaultText:"Empty"},B={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},U={key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},me={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},ct={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},je={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},st={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},Ce={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},Be={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},Ge={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},$e={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Ne={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},bn={key:"DELETE",defaultText:"Delete"},pr={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},Un={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},jr={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},se={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},He={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},J={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},Ue={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},Lo={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},hn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},$n={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},No={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},ko={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},we={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},li={key:"INPUT_SUGGESTIONS_EXPANDED",defaultText:"Expanded"},Xn={key:"INPUT_SUGGESTIONS_COLLAPSED",defaultText:"Collapsed"},fn={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},ho={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},ic={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},en={key:"LINK_SUBTLE",defaultText:"Subtle"},Xs={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},fo={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content, press F2."},ui={key:"LIST_ITEM_ACTIVE",defaultText:"Is Active"},Po={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},ss={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},ln={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},Nt={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},Gr={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},Tr={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},Zs={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},to={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},Ni={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},no={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},sc={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},R={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},dr={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},Qs={key:"LOAD_MORE_TEXT",defaultText:"More"},Ri={key:"LISTITEMCUSTOM_TYPE_TEXT",defaultText:"List Item"},Mi={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},Cp={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},go={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},cs={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},Vd={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},_c={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},hc={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},jd={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},Gd={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},fc={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},Al={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},ta={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},Mt={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},qn={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},kr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},mr={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},Oi={key:"LABEL_COLON",defaultText:":"},Ft={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},ds={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},Mp={key:"CHECKBOX_CHECKED",defaultText:"Checked"},fs={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},Qn={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},Ll={key:"SWITCH_ON",defaultText:"On"},a_={key:"SWITCH_OFF",defaultText:"Off"},la={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},Pl={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(ge,W,h){"use strict";h.d(W,{A:()=>B});var m=h(467),E=h(8923),A=h(303),C=h(5444);(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return A.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return C.A}),"host");const B='.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5_popup_header_shadow);border-bottom:var(--_ui5_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5_popup_default_header_height);max-height:var(--_ui5_popup_default_header_height);line-height:var(--_ui5_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_s);padding-right:var(--_ui5_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_m_l);padding-right:var(--_ui5_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5_popup_header_footer_padding_xl);padding-right:var(--_ui5_popup_header_footer_padding_xl)}::slotted([slot="footer"]){height:var(--_ui5_popup_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}::slotted([slot="footer"][ui5-bar][design="Footer"]),::slotted([slot="header"][ui5-bar][design="Header"]){--_ui5_bar-start-container-padding-start: 0;--_ui5_bar-mid-container-padding-start-end: 0;--_ui5_bar-end-container-padding-end: 0}\n'},5444(ge,W,h){"use strict";h.d(W,{A:()=>m});const m=':host{--ui5-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--ui5-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-border-radius: var(--sapElement_BorderCornerRadius);--ui5-avatar-border-radius-img-deduction: .0625rem;--ui5-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-avatar-accent1: var(--sapAvatar_1_Background);--ui5-avatar-accent2: var(--sapAvatar_2_Background);--ui5-avatar-accent3: var(--sapAvatar_3_Background);--ui5-avatar-accent4: var(--sapAvatar_4_Background);--ui5-avatar-accent5: var(--sapAvatar_5_Background);--ui5-avatar-accent6: var(--sapAvatar_6_Background);--ui5-avatar-accent7: var(--sapAvatar_7_Background);--ui5-avatar-accent8: var(--sapAvatar_8_Background);--ui5-avatar-accent9: var(--sapAvatar_9_Background);--ui5-avatar-accent10: var(--sapAvatar_10_Background);--ui5-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-avatar-placeholder-color: var(--ui5-avatar-initials-color);--ui5-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_avatar_focus_offset: .1875rem;--_ui5_avatar_overflow_button_focus_offset: .0625rem;--_ui5_avatar_fontsize_XS: 1rem;--_ui5_avatar_fontsize_S: 1.125rem;--_ui5_avatar_fontsize_M: 1.5rem;--_ui5_avatar_fontsize_L: 2.25rem;--_ui5_avatar_fontsize_XL: 3rem;--_ui5_avatar_icon_XS: var(--_ui5_avatar_fontsize_XS);--_ui5_avatar_icon_S: var(--_ui5_avatar_fontsize_S);--_ui5_avatar_icon_M: var(--_ui5_avatar_fontsize_M);--_ui5_avatar_icon_L: var(--_ui5_avatar_fontsize_L);--_ui5_avatar_icon_XL: var(--_ui5_avatar_fontsize_XL);--_ui5_avatar_group_button_focus_border: none;--_ui5_avatar_group_padding: .3rem;--_ui5-tag-height: 1rem;--_ui5-tag-padding-inline-icon-only: .313rem;--_ui5-tag-text-padding: .1875rem .25rem;--_ui5-tag-text-transform: none;--_ui5-tag-icon-width: .75rem;--_ui5-tag-icon-gap: .25rem;--_ui5-tag-font-weight: normal;--_ui5-tag-letter-spacing: normal;--ui5-tag-text-shadow: var(--sapContent_TextShadow);--ui5-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-tag-information-text-shadow: var(--ui5-tag-text-shadow);--ui5-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--ui5-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-tag-height_size_l: 1.5rem;--_ui5-tag-min-width_size_l: 1.75rem;--_ui5-tag-font-size_size_l: 1.25rem;--_ui5-tag-icon_min_width_size_l: 1.25rem;--_ui5-tag-icon_min_height_size_l: 1.25rem;--_ui5-tag-icon_height_size_l: 1.25rem;--_ui5-tag-text_padding_size_l: .125rem .25rem;--_ui5_bar_base_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_bar_subheader_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_bar-start-container-padding-start: 1rem;--_ui5_bar-mid-container-padding-start-end: .5rem;--_ui5_bar-end-container-padding-end: 1rem;--_ui5_bar_subheader_margin-top: -.0625rem;--_ui5_breadcrumbs_current_location_color: var(--sapTextColor);--_ui5_breadcrumbs_separator_color: var(--sapTextColor);--_ui5_breadcrumbs_margin: 0 0 .5rem 0;--_ui5_busy_indicator_color: var(--sapContent_BusyColor);--_ui5_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-button-badge-diameter: var(--_ui5-compact-size, .625rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-calendar-legend-root-width: var(--_ui5-compact-size, 16.75rem) var(--_ui5-cozy-size, 18.5rem);--_ui5-calendar-legend-item-box-margin: .25rem;--_ui5-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-calendar-legend-item-root-width: 7.75rem;--_ui5-calendar-legend-item-box-dot-display: block;--_ui5_card_box_shadow: var(--sapContent_Shadow0);--_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5_card_border: none;--_ui5_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5_card_header_active_bg: var(--sapTile_Active_Background);--_ui5_card_header_border: none;--_ui5_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);--_ui5_card_header_focus_bottom_radius: 0px;--_ui5_card_header_focus_offset: 0px;--_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5_card_header_title_font_weight: normal;--_ui5_card_header_subtitle_margin_top: .25rem;--ui5_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5_carousel_button_size: 2.25rem;--ui5_carousel_inactive_dot_size: .25rem;--ui5_carousel_inactive_dot_margin: 0 .375rem;--ui5_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5_carousel_navigation_button_active_box_shadow: none;--_ui5_checkbox_wrapper_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_width_height)) var(--_ui5-cozy-size, 2.75rem);--_ui5_checkbox_transition: unset;--_ui5_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_checkbox_border_radius: 0;--_ui5_checkbox_hover_background: var(--sapField_Selector_Hover_Background);--_ui5_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5_checkbox_focus_position: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .3125rem);--_ui5_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_checkbox_focus_border_radius: .5rem;--_ui5_checkbox_outer_hover_background: transparent;--_ui5_checkbox_inner_width_height: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_inner_size)) var(--_ui5-cozy-size, 1.375rem);--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5_checkbox_inner_warning_background_hover: var(--sapField_Selector_Hover_WarningBackground);--_ui5_checkbox_inner_error_background_hover: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_checkbox_inner_success_background_hover: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_checkbox_inner_information_background_hover: var(--sapField_Selector_Hover_InformationBackground);--_ui5_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5_checkbox_inner_background: var(--sapField_Background);--_ui5_checkbox_wrapped_focus_padding: .5rem;--_ui5_checkbox_wrapped_focus_inset_block: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, var(--_ui5_checkbox_focus_position));--_ui5_checkbox_compact_wrapper_padding: .5rem;--_ui5_checkbox_compact_width_height: 2rem;--_ui5_checkbox_compact_inner_size: 1rem;--_ui5_checkbox_compact_focus_position: .375rem;--_ui5_checkbox_label_color: var(--sapField_TextColor);--_ui5_checkbox_label_offset: var(--_ui5-compact-size, var(--_ui5_checkbox_compact_wrapper_padding)) var(--_ui5-cozy-size, var(--_ui5_checkbox_wrapper_padding));--_ui5_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5_checkbox_default_focus_border: none;--_ui5_checkbox_focus_outline_display: block;--_ui5_checkbox_right_focus_distance: .3125rem;--_ui5_checkbox_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color-palette-item-after-focus-border-radius: .3125rem;--_ui5_color-palette-item-hover-margin: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .0625rem);--_ui5_color-palette-row-height: var(--_ui5-compact-size, 7.5rem) var(--_ui5-cozy-size, 9.5rem);--_ui5_color-palette-button-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5_color-palette-item-before-focus-inset: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, -.3125rem);--_ui5_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5_color-palette-item-after-focus-inset: .0625rem;--_ui5_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5_color-palette-item-before-focus-border-radius: .4375rem;--_ui5_color-palette-item-outer-border-radius: .25rem;--_ui5_color-palette-item-inner-border-radius: .1875rem;--_ui5_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5_color-palette-item-hover-inner-border-radius: .375rem;--_ui5_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5_color-palette-item-after-focus-not-selected-border: none;--_ui5_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5_color-palette-item-selected-focused-border: none;--_ui5-color-palette-item-mobile-focus-inset: 0px;--_ui5_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5_color-palette-item-after-mobile-focus-border: none;--_ui5-color-palette-item-background-color: transparent;--_ui5_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_inner_border_color: #fff;--_ui5_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5_color_picker_circle_inner_circle_size: .5625rem;--_ui5_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5_color_picker_slider_handle_container_margin_top: none;--_ui5-datepicker_border_radius: .25rem;--_ui5-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5_daypicker_item_margin: 2px;--_ui5_daypicker_item_border: none;--_ui5_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5_daypicker_daynames_container_height: 2rem;--_ui5_daypicker_weeknumbers_container_padding_top: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius: .4375rem;--_ui5_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5_daypicker_item_selected_background: transparent;--_ui5_daypicker_item_selected_daytext_hover_background: transparent;--_ui5_daypicker_item_border_radius_focus_after: .1875rem;--_ui5_daypicker_item_selected_between_border: .5rem;--_ui5_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5_daypicker_item_selected_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_not_selected_inset: 0;--_ui5_daypicker_item_now_inset: .3125rem;--_ui5_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_weeekend_filter: brightness(105%);--_ui5_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5_daypicker_item_border_radius_item: .5rem;--_ui5_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_daypicker_two_calendar_item_now_day_text_content: "";--_ui5_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5_daypicker_two_calendar_item_border_radius: .5rem;--_ui5_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5_daypicker_special_day_top: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_daypicker_special_day_border_bottom_radius: .5rem;--_ui5_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5_daypicker_selected_item_now_special_day_top: var(--_ui5-compact-size, 1.5625rem) var(--_ui5-cozy-size, 2.4375rem);--_ui5_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-daypicker_item_selected_now_border_radius: .5rem;--_ui5_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .5rem);--_ui5_daypicker_two_calendar_item_margin_bottom: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, 0);--_ui5_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5_daypicker_item_now_focus_margin: 0;--_ui5_daypicker_special_day_border_top: none;--_ui5_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5_daypicker_specialday_focused_top: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5_daypicker_specialday_focused_border_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_item_now_specialday_top: var(--_ui5-compact-size, 1.4375rem) var(--_ui5-cozy-size, 2.3125rem);--_ui5_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5_daypicker_twocalendar_item_special_day_top: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_twocalendar_item_special_day_right: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_width: .125rem;--_ui5_daypicker_item_no_selected_inset: .375rem;--_ui5_daypicker_item_now_border_focus_after: .125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5_daypicker_item_now_selected_between_inset: .25rem;--_ui5_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-dp-item_withsecondtype_border: .25rem;--_ui5_dialog_header_focus_bottom_offset: 2px;--_ui5_dialog_header_focus_top_offset: 1px;--_ui5_dialog_header_focus_left_offset: 1px;--_ui5_dialog_header_focus_right_offset: 1px;--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5_dialog_header_state_line_height: .0625rem;--_ui5_file_uploader_display_input_width: calc(100% - var(--_ui5_input_icon_width));--_ui5_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5_input_icon_width) - var(--_ui5_input_inner_space_to_tokenizer));--_ui5_table_cell_valign: center;--_ui5_table_cell_min_width: 2.75rem;--_ui5_table_navigated_cell_width: .25rem;--_ui5_first_table_cell_horizontal_padding: 1rem;--_ui5_table_cell_horizontal_padding: .5rem;--_ui5_table_cell_vertical_padding: .25rem;--_ui5_table_row_actions_gap: .25rem;--_ui5_table_row_alternating_background: var(--sapTableRow_AlternatingBackground, var(--sapList_AlternatingBackground));--_ui5_table_row_alternating_hover_background: var(--sapTableRow_AlternatingHoverBackground, var(--sapList_Hover_Background));--_ui5_table_row_alternating_selection_background: var(--sapTableRow_AlternatingSelectionBackground, var(--sapList_SelectionBackgroundColor));--_ui5_table_row_alternating_selection_hover_background: var(--sapTableRow_AlternatingSelectionHoverBackground, var(--sapList_Hover_SelectionBackground));--ui5-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-icon-focus-border-radius: .25rem;--_ui5_input_width: 13.125rem;--_ui5_input_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_min_width_tokenizer_available: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_input_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_input_margin_top_bottom: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .25rem);--_ui5_input_hover_border: none;--_ui5_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5_input_background_color: var(--sapField_Background);--_ui5_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_focus_border_radius: .25rem;--_ui5_input_readonly_focus_border_radius: 0;--_ui5-input-border: none;--_ui5_input_placeholder_style: italic;--_ui5_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_bottom_border_height: 0;--_ui5_input_bottom_border_color: transparent;--_ui5_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5_input_state_border_width: .125rem;--_ui5_input_information_border_width: .125rem;--_ui5_input_error_font_weight: normal;--_ui5_input_warning_font_weight: normal;--_ui5_input_focus_border_width: 1px;--_ui5_input_error_warning_border_style: none;--_ui5_input_error_warning_font_style: inherit;--_ui5_input_error_warning_text_indent: 0;--_ui5_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-input_disabled_background: var(--sapField_Background);--_ui5_input_readonly_border: none;--_ui5_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5_input_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_custom_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_custom_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_error_warning_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_error_warning_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_information_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .1875rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5rem .625rem);--_ui5_input_information_focused_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_input_icon_min_width: var(--_ui5-compact-size, var(--_ui5_input_compact_min_width)) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_compact_min_width: 2rem;--_ui5_input_transition: none;--_ui5-input-value-state-icon-display: none;--_ui5_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5_input_value_state_success_border_width: 1px;--_ui5_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5_input_focus_offset: 0;--_ui5_input_readonly_focus_offset: .125rem;--ui5_input_focus_pseudo_element_content: "";--_ui5_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5_input_focus_outline_color: var(--sapContent_FocusColor);--_ui5-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_input_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5_input_value_state_success_border_width));--_ui5-input-icons-count: 0;--_ui5_input_tokenizer_min_width: 3.5rem;--_ui5_input_icon_padding: var(--_ui5-compact-size, .3125rem .5rem .25rem .5rem) var(--_ui5-cozy-size, .625rem .625rem .5625rem .625rem);--_ui5_input_icon_color: var(--sapField_TextColor);--_ui5_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5_input_icon_pressed_bg: transparent;--_ui5_input_icon_hover_bg: transparent;--_ui5_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5_input_icon_border: none;--_ui5_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5_link_text_decoration: var(--sapLink_TextDecoration);--_ui5_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5_link_focused_hover_text_decoration: none;--_ui5_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5_link_outline: none;--_ui5_link_focus_border-radius: .125rem;--_ui5_link_focus_background_color: var(--sapContent_FocusColor);--_ui5_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5_link_focus_text_decoration: underline;--_ui5_link_subtle_text_decoration: underline;--_ui5_link_subtle_text_decoration_hover: none;--_ui5_link_large_interactive_area_height: 1.5rem;--ui5_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-listitem-background-color: var(--sapList_Background);--ui5-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-listitembase_disabled_opacity: .5;--_ui5_product_switch_item_border: none;--_ui5_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_menu_item_padding: var(--_ui5-compact-size, 0 .75rem 0 .5rem) var(--_ui5-cozy-size, 0 1rem 0 .75rem);--_ui5_menu_item_submenu_icon_right: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_monthpicker_item_margin: .0625rem;--_ui5_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_monthpicker_item_border_radius: .5rem;--_ui5_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5_message_strip_icon_top: .4375rem;--_ui5_message_strip_close_button_top: .125rem;--_ui5_message_strip_close_button_right: .1875rem;--_ui5_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_panel_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_button_root_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_border_bottom: none;--_ui5_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5_panel_header_padding_right: .5rem;--_ui5_panel_header_button_wrapper_padding: var(--_ui5-compact-size, .1875rem .25rem) var(--_ui5-cozy-size, .25rem);--_ui5_panel_focus_offset: 0px;--_ui5_panel_focus_bottom_offset: -1px;--_ui5_panel_content_padding: .625rem 1rem;--_ui5_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5_popover_background: var(--sapGroup_ContentBackground);--_ui5_popover_box_shadow: var(--sapContent_Shadow2);--_ui5_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5_popup_content_padding_s: 1rem;--_ui5_popup_content_padding_m_l: 2rem;--_ui5_popup_content_padding_xl: 3rem;--_ui5_popup_header_footer_padding_s: 1rem;--_ui5_popup_header_footer_padding_m_l: 2rem;--_ui5_popup_header_footer_padding_xl: 3rem;--_ui5_popup_viewport_margin: 10px;--_ui5_popup_header_prop_header_text_alignment: flex-start;--_ui5_popup_border_radius: .5rem;--_ui5_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5_popup_header_border: none;--_ui5_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5_popup_block_layer_opacity: .2;--_ui5_progress_indicator_background_none: var(--sapProgress_Background);--_ui5_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5_progress_indicator_color: var(--sapField_TextColor);--_ui5_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5_progress_indicator_border: none;--_ui5_progress_indicator_bar_border_max: none;--_ui5_progress_indicator_icon_visibility: inline-block;--_ui5_progress_indicator_side_points_visibility: block;--_ui5_progress_indicator_padding_novalue: .3125rem;--_ui5_progress_indicator_host_height: unset;--_ui5_progress_indicator_root_border_radius: .25rem;--_ui5_progress_indicator_root_height: .375rem;--_ui5_progress_indicator_root_overflow: visible;--_ui5_progress_indicator_bar_height: .625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_overflow: visible;--_ui5_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5_progress_indicator_padding_end: 1.25rem;--_ui5_progress_indicator_host_box_sizing: border-box;--_ui5_progress_indicator_root_position: relative;--_ui5_progress_indicator_root_min_height: .375rem;--_ui5_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5_progress_indicator_remaining_bar_position: absolute;--_ui5_progress_indicator_remaining_bar_width: 100%;--_ui5_progress_indicator_icon_position: absolute;--_ui5_progress_indicator_icon_right_position: -1.25rem;--_ui5_progress_indicator_value_position: absolute;--_ui5_progress_indicator_value_top_position: -1.3125rem;--_ui5_progress_indicator_value_left_position: 0;--_ui5_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5_rating_indicator_border_radius: .5rem;--_ui5_rating_indicator_outline_offset: -.125rem;--_ui5_rating_indicator_item_height: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_item_width: var(--_ui5-compact-size, 1em) var(--_ui5-cozy-size, 1em);--_ui5_rating_indicator_readonly_item_height: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_width: var(--_ui5-compact-size, .75em) var(--_ui5-cozy-size, .75em);--_ui5_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5_rating_indicator_component_spacing: var(--_ui5-compact-size, .5rem 0px) var(--_ui5-cozy-size, .5rem 0px);--_ui5_rating_indicator_component_padding: .25rem;--_ui5_rating_indicator_item_size_s: 1.375rem;--_ui5_rating_indicator_item_size_l: 2rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5_segmented_btn_hover_box_shadow: none;--_ui5_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_button_focused_border_radius: .375rem;--_ui5_button_focused_inner_border_radius: .375rem;--_ui5_button_base_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_button_base_height: var(--_ui5-compact-size, var(--sapElement_Compact_Height)) var(--_ui5-cozy-size, var(--sapElement_Height));--_ui5_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5_button_base_padding: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_button_base_icon_margin: .375rem;--_ui5_button_text_shadow: none;--_ui5_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5_button_fontFamily: var(--sapButton_FontFamily);--_ui5_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5_button_emphasized_focused_active_border_color: transparent;--_ui5_button_emphasized_border_width: .0625rem;--_ui5_radio_button_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5_radio_button_checked_fill: var(--sapSelectedColor);--_ui5_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5_radio_button_warning_error_border_dash: 0;--_ui5_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_outer_ring_padding_with_label: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_border_radius: .5rem;--_ui5_radio_button_border: none;--_ui5_radio_button_focus_outline: block;--_ui5_radio_button_focus_dist: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_color: var(--sapField_BorderColor);--_ui5_radio_button_label_offset: 1px;--_ui5_radio_button_label_color: var(--sapField_TextColor);--_ui5_radio_button_inner_ring_radius: 27.5%;--_ui5_radio_button_read_only_border_type: 4, 2;--_ui5_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5_switch_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_switch_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_min_width: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, none);--_ui5_switch_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_focus_outline: none;--_ui5_switch_root_outline_top: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_bottom: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_switch_root_outline_left: -.125rem;--_ui5_switch_root_outline_right: -.125rem;--_ui5_switch_foucs_border_size: 1px;--_ui5-switch-root-border-radius: 0;--_ui5-switch-root-box-shadow: none;--_ui5_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5_switch_transform: var(--_ui5-compact-size, translateX(100%) translateX(-1.375rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.625rem));--_ui5_switch_transform_with_label: var(--_ui5-compact-size, translateX(100%) translateX(-1.875rem)) var(--_ui5-cozy-size, translateX(100%) translateX(-1.875rem));--_ui5_switch_rtl_transform: var(--_ui5-compact-size, translateX(1.375rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.625rem));--_ui5_switch_rtl_transform_with_label: var(--_ui5-compact-size, translateX(1.875rem) translateX(-100%)) var(--_ui5-cozy-size, translateX(-100%) translateX(1.875rem));--_ui5_switch_track_with_label_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_switch_track_with_label_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_width: var(--_ui5-compact-size, 2.75rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_switch_track_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_track_border_radius: .75rem;--_ui5-switch-track-border: 1px solid;--_ui5_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5_switch_track_transition: none;--_ui5_switch_track_icon_display: inline-block;--_ui5_switch_handle_width: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_switch_handle_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_with_label_width: var(--_ui5-compact-size, 1.75rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_switch_handle_with_label_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_handle_border: var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_border_width: .125rem;--_ui5_switch_handle_border_radius: 1rem;--_ui5_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5_switch_handle_left: .0625rem;--_ui5-switch-slider-texts-display: inline;--_ui5_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5_switch_text_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_switch_text_with_label_font_family: "72-Condensed-Bold", "72", "72full", Arial, Helvetica, sans-serif;--_ui5_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5_switch_text_with_label_width: 1.75rem;--_ui5_switch_text_width: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_switch_text_inactive_left: .1875rem;--_ui5_switch_text_inactive_left_alternate: .0625rem;--_ui5_switch_text_inactive_right: auto;--_ui5_switch_text_inactive_right_alternate: 0;--_ui5_switch_text_active_left: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .1875rem);--_ui5_switch_text_active_left_alternate: .0625rem;--_ui5_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5_switch_text_overflow: hidden;--_ui5_switch_text_z_index: 1;--_ui5_switch_text_hidden: hidden;--_ui5_switch_text_min_width: none;--_ui5_switch_icon_width: 1rem;--_ui5_switch_icon_height: 1rem;--_ui5_switch_readonly_track_border_style: dashed;--_ui5_switch_readonly_handle_border_style: solid;--_ui5_switch_root_after_boreder_radius: 1rem;--_ui5_select_hover_icon_left_border: none;--_ui5_select_label_color: var(--sapField_TextColor);--_ui5_select_icon_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_select_icon_wrapper_height: 100%;--_ui5_select_bottom_border_gradient: linear-gradient(var(--sapField_BorderColor), var(--sapField_BorderColor)) bottom / 100% var(--sapField_BorderWidth) no-repeat;--_ui5_select_icon_wrapper_state_height: 100%;--_ui5_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius: .375rem;--_ui5_split_button_middle_separator_left: -.0625rem;--_ui5_split_button_middle_separator_hover_display: none;--_ui5_split_button_text_button_right_border_width: .0625rem;--_ui5_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5_split_button_host_transparent_hover_background: transparent;--_ui5_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5_split_button_transparent_disabled_background: transparent;--_ui5_split_button_inner_focused_border_radius_inner: .375rem;--_ui5_split_button_emphasized_separator_color: transparent;--_ui5_split_button_positive_separator_color: transparent;--_ui5_split_button_negative_separator_color: transparent;--_ui5_split_button_attention_separator_color: transparent;--_ui5_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5_split_text_button_border_color: transparent;--_ui5_split_text_button_background_color: transparent;--_ui5_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_text_button_emphasized_border_width: .0625rem;--_ui5_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5_split_button_middle_separator_hover_display_emphasized: none;--_ui5_tc_header_height: var(--_ui5-compact-size, var(--_ui5_tc_item_height)) var(--_ui5-cozy-size, var(--_ui5_tc_item_height));--_ui5_tc_header_height_text_only: var(--_ui5_tc_item_text_only_height);--_ui5_tc_header_height_text_with_additional_text: var(--_ui5_tc_item_text_only_with_additional_text_height);--_ui5_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5_tc_header_background: var(--sapObjectHeader_Background);--_ui5_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5_tc_content_background: var(--sapBackgroundColor);--_ui5_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5_tc_headeritem_padding: 1rem;--_ui5_tc_headerItem_color: var(--sapTab_TextColor);--_ui5_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5_tc_headeritem_text_font_weight: normal;--_ui5_tc_headerItem_additional_text_font_weight: normal;--_ui5_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5_tc_headerItem_transition: none;--_ui5_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5_tc_headerItemContent_border_bg: transparent;--_ui5_tc_headerItem_neutral_border_bg: transparent;--_ui5_tc_headerItem_positive_border_bg: transparent;--_ui5_tc_headerItem_negative_border_bg: transparent;--_ui5_tc_headerItem_critical_border_bg: transparent;--_ui5_tc_headerItemContent_border_height: 0;--_ui5_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5_tc_headerItemContent_default_focus_border: none;--_ui5_tc_headerItemContent_focus_border_radius: 0;--_ui5_tc_headerItemSemanticIcon_display: none;--_ui5_tc_headerItemSemanticIcon_size: .75rem;--_ui5_tc_headerItem_focus_border_radius: .375rem;--_ui5_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5_tc_mixedMode_itemText_font_weight: normal;--_ui5_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5_tc_headerItem_expand_button_border_radius: .25rem;--_ui5_tc_headerItem_expand_button_separator_display: inline-block;--_ui5_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5_tc_overflowItem_focus_offset: .125rem;--_ui5_tc_overflowItem_indent: .5rem;--_ui5_tc_overflowItem_extra_indent: 0rem;--_ui5_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5_tc_overflowItem_current_color: CurrentColor;--_ui5_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_focus_border_offset: -5px;--_ui5_tc_headerItemIcon_focus_border_radius: 50%;--_ui5_tc_overflow_text_color: var(--sapTextColor);--_ui5_text_max_lines: initial;--_ui5_textarea_state_border_width: .125rem;--_ui5_textarea_information_border_width: .125rem;--_ui5_textarea_placeholder_font_style: italic;--_ui5_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5_textarea_error_placeholder_font_style: italic;--_ui5_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5_textarea_hover_border: none;--_ui5_textarea_error_warning_border_style: none;--_ui5_textarea_disabled_opacity: .4;--_ui5_textarea_line_height: 1.5;--_ui5_textarea_focus_pseudo_element_content: "";--_ui5_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5_textarea_focus_offset: 0;--_ui5_textarea_readonly_focus_offset: 1px;--_ui5_textarea_value_state_focus_offset: 1px;--_ui5_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5_textarea_min_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_textarea_wrapper_padding: .0625rem;--_ui5_textarea_success_wrapper_padding: .0625rem;--_ui5_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5_textarea_inner_width: calc(100% - (2 * var(--_ui5_textarea_wrapper_padding)));--_ui5_textarea_padding_right_and_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_error_warning: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_information: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .625rem);--_ui5_textarea_padding_right_and_left_readonly: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5625rem);--_ui5_textarea_padding_top: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_readonly: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_bottom_readonly: var(--_ui5-compact-size, .0625rem) var(--_ui5-cozy-size, .375rem);--_ui5_textarea_padding_top_error_warning: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_error_warning: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_padding_top_information: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .5rem);--_ui5_textarea_padding_bottom_information: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .4375rem);--_ui5_textarea_margin: var(--_ui5-compact-size, .1875rem 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_textarea_readonly_border_style: dashed;--_ui5_textarea_focus_border_radius: .25rem;--_ui5-time_picker_border_radius: .25rem;--_ui5_toast_vertical_offset: 3rem;--_ui5_toast_horizontal_offset: 2rem;--_ui5_toast_background: var(--sapIndicationColor_9_Background);--_ui5_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5_toast_offset_width: -.1875rem;--_ui5_toggle_button_emphasized_text_shadow: none;--_ui5_yearpicker_item_margin: .0625rem;--_ui5_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5_yearpicker_item_border_radius: .5rem;--_ui5_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5_calendar_header_arrow_button_border: .0625rem solid var(--sapList_Hover_Background);--_ui5_calendar_header_arrow_button_border_radius: .5rem;--_ui5_calendar_header_middle_button_width: 6.25rem;--_ui5_calendar_header_middle_button_flex: 1 1 auto;--_ui5_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5_calendar_header_middle_button_focus_border: none;--_ui5_calendar_header_middle_button_focus_after_display: block;--_ui5_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5_calendar_header_middle_button_focus_background: transparent;--_ui5_calendar_header_middle_button_focus_outline: .125rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_active_background: transparent;--_ui5_calendar_header_middle_button_focus_after_border: none;--_ui5_calendar_header_midcontainer_gap: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_header_arrow_button_flex_shrink: var(--_ui5-compact-size, 1) var(--_ui5-cozy-size, 0);--_ui5_token_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_background: var(--sapButton_TokenBackground);--_ui5_token_readonly_color: var(--sapContent_LabelColor);--_ui5_token_border_radius: .375rem;--_ui5_token_focus_outline_width: .0625rem;--_ui5_token_outline_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, .125rem);--_ui5_token_text_color: var(--sapTextColor);--_ui5_token_right_margin: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_left_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_token_readonly_padding: var(--_ui5-compact-size, .125rem .25rem) var(--_ui5-cozy-size, .25rem .3125rem);--_ui5_token_selected_focus_outline: none;--_ui5_token_focus_outline: none;--_ui5_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--ui5_token_focus_pseudo_element_content: "";--_ui5_token_focus_offset: var(--_ui5-compact-size, -.125rem) var(--_ui5-cozy-size, -.25rem);--_ui5_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5_token_selected_internal_border_bottom_radius: .1875rem;--_ui5_token_icon_padding: var(--_ui5-compact-size, .375rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_token_focus_outline_border_radius: .5rem;--_ui5_tokenizer_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_tokenizer_gap: var(--_ui5-compact-size, .375em .25rem) var(--_ui5-cozy-size, .625rem .25rem);--_ui5_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5_tokenizer-popover_offset: var(--_ui5-compact-size, .1875rem) var(--_ui5-cozy-size, .3125rem);--_ui5_slider_inner_min_width: 4rem;--_ui5_slider_progress_border_width: .0625rem;--_ui5_slider_disabled_opacity: .4;--_ui5_slider_active_progress_left: -.0625rem;--_ui5_slider_handle_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.5rem);--_ui5_slider_handle_width: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--ui5_slider_handle_outline: none;--ui5_slider_handle_outline_offset: .0625rem;--_ui5_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5_slider_handle_border_radius: .5rem;--_ui5_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_active_border: .125rem solid var(--sapSlider_Active_HandleBorderColor);--_ui5_slider_handle_icon_display: inline-block;--_ui5_slider_handle_icon_size: .875rem;--_ui5_slider_handle_box_sizing: border-box;--_ui5_slider_scale_background: var(--sapSlider_Background);--_ui5_slider_scale_progress_background: var(--sapSlider_Selected_Background);--_ui5_slider_scale_progress_border: none;--_ui5_slider_scale_dots_distance: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1rem);--_ui5_slider_scale_dots_display: inline-block;--_ui5_slider_scale_tickmark_height: .5rem;--_ui5_slider_scale_root_box_sizing: border-box;--_ui5_slider_scale_progress_top: 0;--_ui5_slider_scale_progress_height: 100%;--_ui5_range_slider_progress_focus_display: block;--_ui5_range_slider_progress_focus_top: calc(-1 * ((var(--_ui5_slider_handle_height) / 2) + .1875rem) + var(--_ui5_slider_progress_border_width) + .0625rem - .125rem - .0625rem);--_ui5_range_slider_progress_focus_left: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem);--_ui5_range_slider_progress_focus_right: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)) - .125rem - .0625rem);--_ui5_range_slider_progress_focus_height: calc(var(--_ui5_slider_handle_height) + .375rem + .25rem + .0625rem);--_ui5_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5_range_slider_progress_focus_border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5_range_slider_progress_focus_border_radius: .5rem;--_ui5_range_slider_legacy_progress_focus_display: none;--_ui5_range_slider_focus_outline_width: 100%;--_ui5_slider_progress_outline: .0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_range_slider_focus_outline_radius: 0;--_ui5_slider_progress_outline_offset: var(--_ui5-compact-size, -.625rem) var(--_ui5-cozy-size, -.8125rem);--_ui5_slider_outer_height: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 1.6875rem);--_ui5_slider_progress_outline_offset_left: 0;--_ui5_slider_scale_progress_border_radius: .25rem;--_ui5_slider_scale_border: none;--_ui5_slider_root_side_padding: var(--_ui5-compact-size, 0 .75rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_slider_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_value_state_message_border: none;--_ui5_value_state_header_border: none;--_ui5_input_value_state_icon_display: inline-block;--_ui5_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5_value_state_message_icon_width: 1rem;--_ui5_value_state_message_icon_height: 1rem;--_ui5_input_value_state_icon_offset: .5rem;--_ui5_value_state_header_offset: -.25rem;--_ui5_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5_value_state_message_line_height: 1.125rem;--_ui5_value_state_message_popover_header_min_height: 2rem;--_ui5_value_state_message_popover_header_min_width: 6rem;--_ui5_value_state_message_popover_header_max_width: 22rem;--_ui5_value_state_message_popover_header_width: auto;--_ui5_value_state_message_icon_offset_phone: 1rem;--_ui5_value_state_header_border_bottom: none;--_ui5-toolbar-padding-left: .5rem;--_ui5-toolbar-padding-right: .5rem;--_ui5-toolbar-item-margin-left: 0;--_ui5-toolbar-item-margin-right: .25rem;--_ui5_step_input_input_error_background_color: inherit;--_ui5-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5_step_input_border_style: none;--_ui5_step_input_border_style_hover: none;--_ui5_step_input_button_background_color: transparent;--_ui5_step_input_input_border: none;--_ui5_step_input_input_margin_top: 0;--_ui5_step_input_button_display: inline-flex;--_ui5_step_input_button_left: 0;--_ui5_step_input_button_right: 0;--_ui5_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5_step_input_input_border_top_bottom_focused_after: 0;--_ui5_step_input_input_border_radius_focused_after: .25rem;--_ui5_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5_step_input_disabled_button_background: none;--_ui5_step_input_border_color_hover: none;--_ui5_step_input_border_hover: none;--_ui5_input_input_background_color: transparent;--_ui5_step_input_min_width: var(--_ui5-compact-size, 6rem) var(--_ui5-cozy-size, 7.25rem);--_ui5_step_input_padding: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_load_more_padding: 0;--_ui5_load_more_border: 1px top solid transparent;--_ui5_load_more_border_radius: none;--_ui5_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5_calendar_height: var(--_ui5-compact-size, 18rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_calendar_width: var(--_ui5-compact-size, 17.75rem) var(--_ui5-cozy-size, 20rem);--_ui5_calendar_left_right_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_top_bottom_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_header_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_calendar_header_arrow_button_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_calendar_header_padding: var(--_ui5-compact-size, 0) var(--_ui5-cozy-size, .25rem 0);--_ui5_calendar_multiple_layout: var(--_ui5-compact-size, column) var(--_ui5-cozy-size, row);--_ui5_calendar_multiple_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_calendar_multiple_width: var(--_ui5-compact-size, var(--_ui5_calendar_width)) var(--_ui5-cozy-size, calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2)));--_ui5_calendar_overlay_top: var(--_ui5-compact-size, 54%) var(--_ui5-cozy-size, 57%);--_ui5_calendar_overlay_width: var(--_ui5-compact-size, 100%) var(--_ui5-cozy-size, 16rem);--_ui5_checkbox_root_side_padding: var(--_ui5-compact-size, var(--_ui5_checkbox_wrapped_focus_padding)) var(--_ui5-cozy-size, .6875rem);--_ui5_checkbox_partially_icon_size: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5_custom_list_item_rb_min_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_day_picker_item_width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_day_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.875rem);--_ui5_day_picker_empty_height: var(--_ui5-compact-size, 2.125rem) var(--_ui5-cozy-size, 3rem);--_ui5_day_picker_item_justify_content: var(--_ui5-compact-size, flex-end) var(--_ui5-cozy-size, space-between);--_ui5_dp_item_withsecondtype_font_size: var(--_ui5-compact-size, var(--sapFontSmallSize)) var(--_ui5-cozy-size, var(--sapFontSize));--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_top: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 2rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_special_day_right: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.4375rem);--_ui5_dp_two_calendar_item_secondary_text_height: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_dp_two_calendar_item_text_padding_top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .4375rem);--_ui5_dp_two_calendar_item_secondary_text_padding_block: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_dp_two_calendar_item_secondary_text_padding: var(--_ui5-compact-size, 0 .375rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 .5rem);--_ui5_daypicker_two_calendar_item_selected_focus_margin_bottom: var(--_ui5-compact-size, -.25rem) var(--_ui5-cozy-size, 0);--_ui5_daypicker_two_calendar_item_selected_focus_padding_right: var(--_ui5-compact-size, .4375rem) var(--_ui5-cozy-size, .5rem);--_ui5_calendar_multiple_months_height: var(--_ui5-compact-size, calc(2 * var(--_ui5_calendar_height))) var(--_ui5-cozy-size, var(--_ui5_calendar_height));--_ui5-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-calendar-legend-item-box-inner-margin: .5rem;--_ui5_color_picker_slider_progress_container_height: var(--_ui5-compact-size, 1.125rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_picker_slider_container_margin_top: var(--_ui5-compact-size, -.375rem) var(--_ui5-cozy-size, -.5rem);--_ui5_color_picker_slider_handle_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5_color_picker_slider_handle_width: var(--_ui5-compact-size, .9375rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_color_picker_slider_handle_after_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color_picker_slider_handle_focus_height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.125rem);--_ui5_color_picker_colors_wrapper_height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color_picker_sliders_height: var(--_ui5-compact-size, 2.25rem) var(--_ui5-cozy-size, 3rem);--_ui5_color_picker_main_color_margin_bottom: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, 1rem);--_ui5_color_picker_slider_spacing: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, .9375rem);--_ui5_color_channel_toggle_button_width: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_color_channel_toggle_button_margin-top: var(--_ui5-compact-size, -.9375rem) var(--_ui5-cozy-size, -.75rem);--_ui5_color_channel_hex_input_width: var(--_ui5-compact-size, 4.625rem) var(--_ui5-cozy-size, 4.8125rem);--_ui5-color_channel_margin_top: var(--_ui5-compact-size, 0rem) var(--_ui5-cozy-size, .25rem);--_ui5_color-palette-item-height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.75rem);--_ui5_color-palette-item-hover-height: var(--_ui5-compact-size, 1.625rem) var(--_ui5-cozy-size, 2.25rem);--_ui5_color-palette-item-margin: var(--_ui5-compact-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem)) var(--_ui5-cozy-size, calc(((var(--_ui5_color-palette-item-hover-height) - var(--_ui5_color-palette-item-height)) / 2) + .0625rem));--_ui5_color-palette-row-width: var(--_ui5-compact-size, 8.75rem) var(--_ui5-cozy-size, 12rem);--_ui5_color-palette-swatch-container-padding: var(--_ui5-compact-size, .1875rem .5rem) var(--_ui5-cozy-size, .3125rem .6875rem);--_ui5_datetime_picker_width: var(--_ui5-compact-size, 35.5rem) var(--_ui5-cozy-size, 40.0625rem);--_ui5_datetime_picker_height: var(--_ui5-compact-size, 20.5rem) var(--_ui5-cozy-size, 25rem);--_ui5_datetime_timeview_width: var(--_ui5-compact-size, 17rem) var(--_ui5-cozy-size, 17rem);--_ui5_datetime_timeview_phonemode_width: var(--_ui5-compact-size, 18.5rem) var(--_ui5-cozy-size, 19.5rem);--_ui5_datetime_timeview_phonemode_clocks_width: var(--_ui5-compact-size, 21.125rem) var(--_ui5-cozy-size, 24.5rem);--_ui5_datetime_dateview_phonemode_margin_bottom: var(--_ui5-compact-size, 3.125rem) var(--_ui5-cozy-size, 0);--_ui5_popup_footer_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_dialog_content_min_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_input_inner_padding: var(--_ui5-compact-size, 0 .5rem) var(--_ui5-cozy-size, 0 .625rem);--_ui5_input_inner_padding_with_icon: var(--_ui5-compact-size, 0 .25rem 0 .5rem) var(--_ui5-cozy-size, 0 .25rem 0 .625rem);--_ui5_input_inner_space_to_tokenizer: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_input_inner_space_to_n_more_text: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_input_inner_with_tokenizer_padding_inline_end: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .3125rem);--_ui5_list_no_data_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_item_cb_margin_right: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 0);--_ui5_list_item_title_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_no_data_font_size: var(--_ui5-compact-size, var(--sapFontSize)) var(--_ui5-cozy-size, var(--sapFontLargeSize));--_ui5_list_item_img_size: 3rem;--_ui5_list_item_img_top_margin: var(--_ui5-compact-size, .55rem) var(--_ui5-cozy-size, .5rem);--_ui5_list_item_img_bottom_margin: .5rem;--_ui5_list_item_img_hn_margin: .75rem;--_ui5_list_item_dropdown_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.5rem);--_ui5_list_item_base_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_list_item_base_padding: var(--_ui5-compact-size, 0 1rem) var(--_ui5-cozy-size, 0 1rem);--_ui5_list_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.125rem);--_ui5_list_item_icon_padding-inline-end: .75rem;--_ui5_list_item_selection_btn_margin_top: var(--_ui5-compact-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding))) var(--_ui5-cozy-size, calc(-1 * var(--_ui5_checkbox_wrapper_padding)));--_ui5_list_item_content_vertical_offset: var(--_ui5-compact-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2)) var(--_ui5-cozy-size, calc((var(--_ui5_list_item_base_height) - var(--_ui5_list_item_title_size)) / 2));--_ui5_group_header_list_item_height: 2.75rem;--_ui5_month_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_list_buttons_left_space: var(--_ui5-compact-size, .125rem) var(--_ui5-cozy-size, .125rem);--_ui5_form_item_min_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.813rem);--_ui5_form_item_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .65rem);--_ui5-form-group-heading-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_popup_default_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_year_picker_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_token_height: var(--_ui5-compact-size, 1.25rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_token_icon_size: var(--_ui5-compact-size, .75rem) var(--_ui5-cozy-size, .75rem);--_ui5_tc_item_text: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 3rem);--_ui5_tc_item_height: var(--_ui5-compact-size, 4rem) var(--_ui5-cozy-size, 4.75rem);--_ui5_tc_item_text_only_height: 2.75rem;--_ui5_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5_tc_item_text_line_height: var(--_ui5-compact-size, 1.325rem) var(--_ui5-cozy-size, 1.325rem);--_ui5_tc_item_icon_circle_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_tc_item_icon_size: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1.25rem);--_ui5_tc_item_add_text_margin_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .375rem);--_ui5_radio_button_label_side_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .6875rem);--_ui5_radio_button_inner_size: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_svg_size: var(--_ui5-compact-size, 1.1429em) var(--_ui5-cozy-size, 1.5714em);--_ui5-responsive_popover_header_height: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-indent-step: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.5rem);--_ui5-tree-toggle-box-width: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5-tree-toggle-box-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2.25rem);--_ui5-tree-toggle-icon-size: var(--_ui5-compact-size, .8125rem) var(--_ui5-cozy-size, 1.0625rem);--_ui5_split_button_middle_separator_top: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .625rem);--_ui5_split_button_middle_separator_height: var(--_ui5-compact-size, 1rem) var(--_ui5-cozy-size, 1rem);--_ui5-toolbar-separator-height: var(--_ui5-compact-size, 1.5rem) var(--_ui5-cozy-size, 2rem);--_ui5-toolbar-height: var(--_ui5-compact-size, var(--sapElement_Compact_LineHeight)) var(--_ui5-cozy-size, var(--sapElement_LineHeight));--_ui5_toolbar_overflow_padding: var(--_ui5-compact-size, .1875rem .375rem) var(--_ui5-cozy-size, .25rem .5rem);--_ui5_dynamic_page_title_actions_separator_height: var(--_ui5-compact-size, var(--_ui5-toolbar-separator-height)) var(--_ui5-cozy-size, var(--_ui5-toolbar-separator-height));--_ui5-shellbar-separator-height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2rem);--___ui5-test-cozy-only: red;--___ui5-test-both: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, red);--___ui5-test-compact-only: var(--_ui5-compact-size, blue) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_height: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_slider_tooltip_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_rotation_90deg: rotate(90deg);--_ui5_rotation_minus_90deg: rotate(-90deg);--_ui5_icon_transform_scale: none;--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_90deg);--_ui5_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5_dialog_resize_cursor: se-resize;--_ui5_menu_submenu_margin_offset: -.25rem 0}.ui5-avatar-group-items-xs{--_ui5_avatar_group_focus_border_radius: 1rem}.ui5-avatar-group-items-s{--_ui5_avatar_group_focus_border_radius: 1.5rem}.ui5-avatar-group-items-m{--_ui5_avatar_group_focus_border_radius: 2rem}.ui5-avatar-group-items-l{--_ui5_avatar_group_focus_border_radius: 2.5rem}.ui5-avatar-group-items-xl{--_ui5_avatar_group_focus_border_radius: 3.5rem}:dir(rtl){--_ui5_icon_transform_scale: scale(-1, 1);--_ui5_panel_toggle_btn_rotation: var(--_ui5_rotation_minus_90deg);--_ui5_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5_dialog_resize_cursor:sw-resize;--_ui5_menu_submenu_margin_offset: 0 -.25rem;--_ui5_segmented_btn_item_border_left: .0625rem;--_ui5_segmented_btn_item_border_right: .0625rem;--_ui5_progress_indicator_bar_border_radius: .5rem;--_ui5_progress_indicator_remaining_bar_border_radius: .25rem}\n'},3466(ge,W,h){"use strict";h.d(W,{Xj:()=>S,vR:()=>ee,cY:()=>L});var m=h(6156),E=h(2358),A=h(3274);const M=(0,m.A)("OpenedPopupsRegistry",{openedRegistry:[]}),j=(0,A.x)("OpenUI5Support"),S=(F,ne=[])=>{M.openedRegistry.some(Q=>Q.instance===F)||(M.openedRegistry.push({instance:F,parentPopovers:ne}),function b(F){j?.addOpenedPopup(F)}({type:"WebComponent",instance:F})),H(),1===M.openedRegistry.length&&K()},L=F=>{M.openedRegistry=M.openedRegistry.filter(ne=>ne.instance!==F),function T(F){j?.removeOpenedPopup(F)}(F),H(),M.openedRegistry.length||te()},ee=()=>[...M.openedRegistry],V=F=>{if(M.openedRegistry.length&&(0,E.KL)(F)&&!((F,ne="handledByControl")=>!!F[`_sapui_${ne}`])(F)){const ne=M.openedRegistry[M.openedRegistry.length-1].instance;if(j&&ne!==j.getTopmostPopup())return;F.stopImmediatePropagation(),ne.closePopup(!0)}},K=()=>{document.addEventListener("keydown",V)},te=()=>{document.removeEventListener("keydown",V)},H=()=>{let F,ne=!1;for(let Q=M.openedRegistry.length-1;Q>=0;Q--)F=M.openedRegistry[Q].instance,!ne&&F.isModal?(F.isTopModalPopup=!0,ne=!0):F.isTopModalPopup=!1}},9698(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.List="List",A.Menu="Menu",A.Tree="Tree",A.ListBox="ListBox",A}(m||{});const E=m},897(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.ListItem="ListItem",A.MenuItem="MenuItem",A.TreeItem="TreeItem",A.Option="Option",A.None="None",A}(m||{});const E=m},5011(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Single="Single",A.SingleStart="SingleStart",A.SingleEnd="SingleEnd",A.SingleAuto="SingleAuto",A.Multiple="Multiple",A.Delete="Delete",A}(m||{});const E=m},9494(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.Center="Center",A.Start="Start",A.End="End",A.Stretch="Stretch",A}(m||{});const E=m},9634(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Dialog="Dialog",A.AlertDialog="AlertDialog",A}(m||{});const E=m},6968(ge,W,h){"use strict";h.d(W,{A:()=>E});var m=function(A){return A.None="None",A.Normal="Normal",A}(m||{});const E=m},467(ge,W,h){"use strict";function m(A,C,B,U,M,j,b){try{var T=A[j](b),S=T.value}catch(L){return void B(L)}T.done?C(S):Promise.resolve(S).then(U,M)}function E(A){return function(){var C=this,B=arguments;return new Promise(function(U,M){var j=A.apply(C,B);function b(S){m(j,U,M,b,T,"next",S)}function T(S){m(j,U,M,b,T,"throw",S)}b(void 0)})}}h.d(W,{A:()=>E})}},lb={};function ft(ge){var W=lb[ge];if(void 0!==W)return W.exports;var h=lb[ge]={id:ge,loaded:!1,exports:{}};return cb[ge](h,h.exports,ft),h.loaded=!0,h.exports}ft.m=cb,ft.n=ge=>{var W=ge&&ge.__esModule?()=>ge.default:()=>ge;return ft.d(W,{a:W}),W},ft.d=(ge,W)=>{for(var h in W)ft.o(W,h)&&!ft.o(ge,h)&&Object.defineProperty(ge,h,{enumerable:!0,get:W[h]})},ft.f={},ft.e=ge=>Promise.all(Object.keys(ft.f).reduce((W,h)=>(ft.f[h](ge,W),W),[])),ft.u=ge=>ge+".js",ft.miniCssF=ge=>{},ft.o=(ge,W)=>Object.prototype.hasOwnProperty.call(ge,W),ge={},ft.l=(h,m,E,A)=>{if(ge[h])ge[h].push(m);else{var C,B;if(void 0!==E)for(var U=document.getElementsByTagName("script"),M=0;M<U.length;M++){var j=U[M];if(j.getAttribute("src")==h||j.getAttribute("data-webpack")=="wc:"+E){C=j;break}}C||(B=!0,(C=document.createElement("script")).type="module",C.charset="utf-8",ft.nc&&C.setAttribute("nonce",ft.nc),C.setAttribute("data-webpack","wc:"+E),C.src=ft.tu(h)),ge[h]=[m];var b=(S,L)=>{C.onerror=C.onload=null,clearTimeout(T);var ee=ge[h];if(delete ge[h],C.parentNode&&C.parentNode.removeChild(C),ee&&ee.forEach(V=>V(L)),S)return S(L)},T=setTimeout(b.bind(null,void 0,{type:"timeout",target:C}),12e4);C.onerror=b.bind(null,C.onerror),C.onload=b.bind(null,C.onload),B&&document.head.appendChild(C)}},ft.r=ge=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(ge,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(ge,"__esModule",{value:!0})},ft.nmd=ge=>(ge.paths=[],ge.children||(ge.children=[]),ge),(()=>{var ge;ft.tt=()=>(void 0===ge&&(ge={createScriptURL:W=>W},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(ge=trustedTypes.createPolicy("angular#bundler",ge))),ge)})(),ft.tu=ge=>ft.tt().createScriptURL(ge),ft.p="",(()=>{var ge={792:0};ft.f.j=(m,E)=>{var A=ft.o(ge,m)?ge[m]:void 0;if(0!==A)if(A)E.push(A[2]);else{var C=new Promise((j,b)=>A=ge[m]=[j,b]);E.push(A[2]=C);var B=ft.p+ft.u(m),U=new Error;ft.l(B,j=>{if(ft.o(ge,m)&&(0!==(A=ge[m])&&(ge[m]=void 0),A)){var b=j&&("load"===j.type?"missing":j.type),T=j&&j.target&&j.target.src;U.message="Loading chunk "+m+" failed.\n("+b+": "+T+")",U.name="ChunkLoadError",U.type=b,U.request=T,A[1](U)}},"chunk-"+m,m)}};var W=(m,E)=>{var U,M,[A,C,B]=E,j=0;if(A.some(T=>0!==ge[T])){for(U in C)ft.o(C,U)&&(ft.m[U]=C[U]);B&&B(ft)}for(m&&m(E);j<A.length;j++)ft.o(ge,M=A[j])&&ge[M]&&ge[M][0](),ge[M]=0},h=self.webpackChunkwc=self.webpackChunkwc||[];h.forEach(W.bind(null,0)),h.push=W.bind(null,h.push.bind(h))})(),(()=>{"use strict";
|
|
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={"<":"<",">":">","&":"&",'"':"""},z=function(C){var T=P[C];return T||(T=b.test(C)?"�":"&#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";
|
|
8
8
|
/**
|
|
9
9
|
* @license Angular v21.2.17
|
|
10
10
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
11
11
|
* License: MIT
|
|
12
|
-
*/const
|
|
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}
|
|
13
13
|
/**
|
|
14
14
|
* @license Angular v21.2.17
|
|
15
15
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
16
16
|
* License: MIT
|
|
17
|
-
*/globalThis.$localize=
|
|
17
|
+
*/globalThis.$localize=j;
|
|
18
18
|
/**
|
|
19
19
|
* @license Angular v21.2.17
|
|
20
20
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
21
21
|
* License: MIT
|
|
22
22
|
*/
|
|
23
|
-
let H=null,F=!1,ne=1;const ce=Symbol("SIGNAL");function X(e){const t=H;return H=e,t}const Pe={version:0,lastCleanEpoch:0,dirty:!1,producers:void 0,producersTail:void 0,consumers:void 0,consumersTail:void 0,recomputing:!1,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function xe(e){if(F)throw new Error("");if(null===H)return;H.consumerOnSignalRead(e);const t=H.producersTail;if(void 0!==t&&t.producer===e)return;let n;const r=H.recomputing;if(r&&(n=void 0!==t?t.nextProducer:H.producers,void 0!==n&&n.producer===e))return H.producersTail=n,void(n.lastReadVersion=e.version);const o=e.consumersTail;if(void 0!==o&&o.consumer===H&&(!r||function Y(e,t){const n=t.producersTail;if(void 0!==n){let r=t.producers;do{if(r===e)return!0;if(r===n)break;r=r.nextProducer}while(void 0!==r)}return!1}(o,H)))return;const i=Oe(H),s={producer:e,consumer:H,nextProducer:n,prevConsumer:o,lastReadVersion:e.version,nextConsumer:void 0};H.producersTail=s,void 0!==t?t.nextProducer=s:H.producers=s,i&&Ae(e,s)}function Ie(e){if((!Oe(e)||e.dirty)&&(e.dirty||e.lastCleanEpoch!==ne)){if(!e.producerMustRecompute(e)&&!Ne(e))return void st(e);e.producerRecomputeValue(e),st(e)}}function me(e){if(void 0===e.consumers)return;const t=F;F=!0;try{for(let n=e.consumers;void 0!==n;n=n.nextConsumer){const r=n.consumer;r.dirty||je(r)}}finally{F=t}}function ct(){return!1!==H?.consumerAllowSignalWrites}function je(e){e.dirty=!0,me(e),e.consumerMarkedDirty?.(e)}function st(e){e.dirty=!1,e.lastCleanEpoch=ne}function Ce(e){return e&&function Be(e){e.producersTail=void 0,e.recomputing=!0}(e),X(e)}function Ge(e,t){X(t),e&&function $e(e){e.recomputing=!1;const t=e.producersTail;let n=void 0!==t?t.nextProducer:e.producers;if(void 0!==n){if(Oe(e))do{n=at(n)}while(void 0!==n);void 0!==t?t.nextProducer=void 0:e.producers=void 0}}(e)}function Ne(e){for(let t=e.producers;void 0!==t;t=t.nextProducer){const n=t.producer,r=t.lastReadVersion;if(r!==n.version||(Ie(n),r!==n.version))return!0}return!1}function Xe(e){if(Oe(e)){let t=e.producers;for(;void 0!==t;)t=at(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Ae(e,t){const n=e.consumersTail,r=Oe(e);if(void 0!==n?(t.nextConsumer=n.nextConsumer,n.nextConsumer=t):(t.nextConsumer=void 0,e.consumers=t),t.prevConsumer=n,e.consumersTail=t,!r)for(let o=e.producers;void 0!==o;o=o.nextProducer)Ae(o.producer,o)}function at(e){const t=e.producer,n=e.nextProducer,r=e.nextConsumer,o=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,void 0!==r?r.prevConsumer=o:t.consumersTail=o,void 0!==o)o.nextConsumer=r;else if(t.consumers=r,!Oe(t)){let i=t.producers;for(;void 0!==i;)i=at(i)}return n}function Oe(e){return e.consumerIsAlwaysLive||void 0!==e.consumers}function ye(e,t){return Object.is(e,t)}const We=Symbol("UNSET"),Et=Symbol("COMPUTING"),_t=Symbol("ERRORED"),St={...Pe,value:We,dirty:!0,error:null,equal:ye,kind:"computed",producerMustRecompute:e=>e.value===We||e.value===Et,producerRecomputeValue(e){if(e.value===Et)throw new Error("");const t=e.value;e.value=Et;const n=Ce(e);let r,o=!1;try{r=e.computation(),X(null),o=t!==We&&t!==_t&&r!==_t&&e.equal(t,r)}catch(i){r=_t,e.error=i}finally{Ge(e,n)}o?e.value=t:(e.value=r,e.version++)}};let gt=function sn(){throw new Error};function wt(e){gt(e)}function N(e,t){const n=Object.create(_);n.value=e,void 0!==t&&(n.equal=t);const r=()=>function D(e){return xe(e),e.value}(n);return r[ce]=n,[r,s=>q(n,s),s=>function G(e,t){ct()||wt(e),q(e,t(e.value))}(n,s)]}function q(e,t){ct()||wt(e),e.equal(e.value,t)||(e.value=t,function p(e){e.version++,function Ee(){ne++}(),me(e)}(e))}const _={...Pe,equal:ye,value:void 0,kind:"signal"},v={...Pe,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"};function O(e){return"function"==typeof e}function Z(e){const n=e(r=>{Error.call(r),r.stack=(new Error).stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}const re=Z(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:\n${n.map((r,o)=>`${o+1}) ${r.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=n});function Re(e,t){if(e){const n=e.indexOf(t);0<=n&&e.splice(n,1)}}class rt{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;const{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(const i of n)i.remove(this);else n.remove(this);const{initialTeardown:r}=this;if(O(r))try{r()}catch(i){t=i instanceof re?i.errors:[i]}const{_finalizers:o}=this;if(o){this._finalizers=null;for(const i of o)try{Se(i)}catch(s){t=t??[],s instanceof re?t=[...t,...s.errors]:t.push(s)}}if(t)throw new re(t)}}add(t){var n;if(t&&t!==this)if(this.closed)Se(t);else{if(t instanceof rt){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(t)}}_hasParent(t){const{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){const{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){const{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&Re(n,t)}remove(t){const{_finalizers:n}=this;n&&Re(n,t),t instanceof rt&&t._removeParent(this)}}rt.EMPTY=(()=>{const e=new rt;return e.closed=!0,e})();const g=rt.EMPTY;function Ze(e){return e instanceof rt||e&&"closed"in e&&O(e.remove)&&O(e.add)&&O(e.unsubscribe)}function Se(e){O(e)?e():e.unsubscribe()}const Gt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},w={setTimeout(e,t,...n){const{delegate:r}=w;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){const{delegate:t}=w;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function x(e){w.setTimeout(()=>{const{onUnhandledError:t}=Gt;if(!t)throw e;t(e)})}function ie(){}const be=Ye("C",void 0,void 0);function Ye(e,t,n){return{kind:e,value:t,error:n}}let tt=null;function mt(e){if(Gt.useDeprecatedSynchronousErrorHandling){const t=!tt;if(t&&(tt={errorThrown:!1,error:null}),e(),t){const{errorThrown:n,error:r}=tt;if(tt=null,n)throw r}}else e()}class Pt extends rt{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Ze(t)&&t.add(this)):this.destination=Jt}static create(t,n,r){return new qt(t,n,r)}next(t){this.isStopped?Wt(function de(e){return Ye("N",e,void 0)}(t),this):this._next(t)}error(t){this.isStopped?Wt(function he(e){return Ye("E",void 0,e)}(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Wt(be,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const ke=Function.prototype.bind;function Yt(e,t){return ke.call(e,t)}class It{constructor(t){this.partialObserver=t}next(t){const{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){tn(r)}}error(t){const{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){tn(r)}else tn(t)}complete(){const{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){tn(n)}}}class qt extends Pt{constructor(t,n,r){let o;if(super(),O(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&Gt.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Yt(t.next,i),error:t.error&&Yt(t.error,i),complete:t.complete&&Yt(t.complete,i)}):o=t}this.destination=new It(o)}}function tn(e){Gt.useDeprecatedSynchronousErrorHandling?function vt(e){Gt.useDeprecatedSynchronousErrorHandling&&tt&&(tt.errorThrown=!0,tt.error=e)}(e):x(e)}function Wt(e,t){const{onStoppedNotification:n}=Gt;n&&w.setTimeout(()=>n(e,t))}const Jt={closed:!0,next:ie,error:function fr(e){throw e},complete:ie},bn="function"==typeof Symbol&&Symbol.observable||"@@observable";function pr(e){return e}let se=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){const r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,o){const i=function Ue(e){return e&&e instanceof Pt||function J(e){return e&&O(e.next)&&O(e.error)&&O(e.complete)}(e)&&Ze(e)}(n)?n:new qt(n,r,o);return mt(()=>{const{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return new(r=He(r))((o,i)=>{const s=new qt({next:a=>{try{n(a)}catch(c){i(c),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(n){var r;return null===(r=this.source)||void 0===r?void 0:r.subscribe(n)}[bn](){return this}pipe(...n){return function jr(e){return 0===e.length?pr:1===e.length?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}(n)(this)}toPromise(n){return new(n=He(n))((r,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>r(i))})}}return e.create=t=>new e(t),e})();function He(e){var t;return null!==(t=e??Gt.Promise)&&void 0!==t?t:Promise}const Ke=Z(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});let Qt,dt=(()=>{class e extends se{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){const r=new Bt(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new Ke}next(n){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const r of this.currentObservers)r.next(n)}})}error(n){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;const{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){mt(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return(null===(n=this.observers)||void 0===n?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){const{hasError:r,isStopped:o,observers:i}=this;return r||o?g:(this.currentObservers=null,i.push(n),new rt(()=>{this.currentObservers=null,Re(i,n)}))}_checkFinalizedStatuses(n){const{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){const n=new se;return n.source=this,n}}return e.create=(t,n)=>new Bt(t,n),e})();class Bt extends dt{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.next)||void 0===r||r.call(n,t)}error(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.error)||void 0===r||r.call(n,t)}complete(){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===n||n.call(t)}_subscribe(t){var n,r;return null!==(r=null===(n=this.source)||void 0===n?void 0:n.subscribe(t))&&void 0!==r?r:g}}class Zt extends dt{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){const n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){const{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}}
|
|
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)}}
|
|
24
24
|
/**
|
|
25
25
|
* @license Angular v21.2.17
|
|
26
26
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
27
27
|
* License: MIT
|
|
28
|
-
*/function
|
|
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}
|
|
29
29
|
/**
|
|
30
30
|
* @license Angular v21.2.17
|
|
31
31
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
32
32
|
* License: MIT
|
|
33
|
-
*/Error;const ko="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class we extends Error{code;constructor(t,n){super(Xn(t,n)),this.code=t}}function Xn(e,t){return`${function li(e){return`NG0${Math.abs(e)}`}(e)}${t?": "+t:""}`}function en(e){for(let t in e)if(e[t]===en)return t;throw Error("")}function Xs(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function fo(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(fo).join(", ")}]`;if(null==e)return""+e;const t=e.overriddenName||e.name;if(t)return`${t}`;const n=e.toString();if(null==n)return""+n;const r=n.indexOf("\n");return r>=0?n.slice(0,r):n}function ui(e,t){return e?t?`${e} ${t}`:e:t||""}globalThis;const ss=en({__forward_ref__:en});function ln(e){return e.__forward_ref__=ln,e}function Nt(e){return Gr(e)?e():e}function Gr(e){return"function"==typeof e&&e.hasOwnProperty(ss)&&e.__forward_ref__===ln}function et(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ur(e){return{providers:e.providers||[],imports:e.imports||[]}}function gr(e){return function oe(e,t){return e.hasOwnProperty(t)&&e[t]||null}(e,nn)}function ht(e){return e&&e.hasOwnProperty(Ot)?e[Ot]:null}const nn=en({\u0275prov:en}),Ot=en({\u0275inj:en});class qe{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=et({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Md(e){return e&&!!e.\u0275providers}const Il=en({\u0275cmp:en}),Od=en({\u0275dir:en}),ub=en({\u0275pipe:en}),as=en({\u0275fac:en}),ac=en({__NG_ELEMENT_ID__:en}),fp=en({__NG_ENV_ID__:en});function vn(e){return wl(e),e[Il]||null}function $r(e){return wl(e),e[Od]||null}function Bo(e){return wl(e),e[ub]||null}function wl(e,t){if(null==e)throw new we(-919,!1)}function Vt(e){return"string"==typeof e?e:null==e?"":String(e)}const Pd=en({ngErrorCode:en}),pp=en({ngErrorMessage:en}),lc=en({ngTokenPath:en});function Bd(e,t){return gp("",-200,t)}function Fd(e,t){throw new we(-201,!1)}function gp(e,t,n){const r=new we(t,e);return r[Pd]=t,r[pp]=e,n&&(r[lc]=n),r}let Ud;function mp(){return Ud}function oo(e){const t=Ud;return Ud=e,t}function vp(e,t,n){const r=gr(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&n?null:void 0!==t?t:void Fd()}const Ri={};class gb{injector;constructor(t){this.injector=t}retrieve(t,n){const r=uc(n)||0;try{return this.injector.get(t,8&r?null:Ri,r)}catch(o){if(_n(o))return o;throw o}}}function mb(e,t=0){const n=an();if(void 0===n)throw new we(-203,!1);if(null===n)return vp(e,void 0,t);{const r=function vb(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(t),o=n.retrieve(e,r);if(_n(o)){if(r.optional)return null;throw o}return o}}function Dt(e,t=0){return(mp()||mb)(Nt(e),t)}function ue(e,t){return Dt(e,uc(t))}function uc(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function zd(e){const t=[];for(let n=0;n<e.length;n++){const r=Nt(e[n]);if(Array.isArray(r)){if(0===r.length)throw new we(900,!1);let o,i=0;for(let s=0;s<r.length;s++){const a=r[s],c=yb(a);"number"==typeof c?-1===c?o=a.token:i|=c:o=a}t.push(Dt(o,i))}else t.push(Dt(r))}return t}function yb(e){return e.__NG_DI_FLAG__}function Mi(e,t){return e.hasOwnProperty(as)?e[as]:null}function cs(e,t){e.forEach(n=>Array.isArray(n)?cs(n,t):t(n))}function _c(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function fc(e,t,n){let r=ta(e,t);return r>=0?e[1|r]=n:(r=~r,function Gd(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(1===o)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;)e[o]=e[o-2],o--;e[t]=n,e[t+1]=r}}(e,r,t,n)),r}function Al(e,t){const n=ta(e,t);if(n>=0)return e[1|n]}function ta(e,t){return function Cb(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){const i=r+(o-r>>1),s=e[i<<n];if(t===s)return i<<n;s>t?o=i:r=i+1}return~(o<<n)}(e,t,1)}const Zo={},Mn=[],na=new qe(""),bp=new qe("",-1),$d=new qe("");class Dl{get(t,n=Ri){if(n===Ri){const o=gp("",-201);throw o.name="\u0275NotFound",o}return n}}function xl(e){return{\u0275providers:e}}function Eb(...e){return{\u0275providers:Wd(0,e),\u0275fromNgModule:!0}}function Wd(e,...t){const n=[],r=new Set;let o;const i=s=>{n.push(s)};return cs(t,s=>{const a=s;Nl(a,i,[],r)&&(o||=[],o.push(a))}),void 0!==o&&Ep(o,i),n}function Ep(e,t){for(let n=0;n<e.length;n++){const{ngModule:r,providers:o}=e[n];qd(o,i=>{t(i,r)})}}function Nl(e,t,n,r){if(!(e=Nt(e)))return!1;let o=null,i=ht(e);const s=!i&&vn(e);if(i||s){if(s&&!s.standalone)return!1;o=e}else{const c=e.ngModule;if(i=ht(c),!i)return!1;o=c}const a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){const c="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const l of c)Nl(l,t,n,r)}}else{if(!i)return!1;{if(null!=i.imports&&!a){let l;r.add(o),cs(i.imports,d=>{Nl(d,t,n,r)&&(l||=[],l.push(d))}),void 0!==l&&Ep(l,t)}if(!a){const l=Mi(o)||(()=>new o);t({provide:o,useFactory:l,deps:Mn},o),t({provide:$d,useValue:o,multi:!0},o),t({provide:na,useValue:()=>Dt(o),multi:!0},o)}const c=i.providers;if(null!=c&&!a){const l=e;qd(c,d=>{t(d,l)})}}}return o!==e&&void 0!==e.providers}function qd(e,t){for(let n of e)Md(n)&&(n=n.\u0275providers),Array.isArray(n)?qd(n,t):t(n)}const Tb=en({provide:String,useValue:en});function Kd(e){return null!==e&&"object"==typeof e&&Tb in e}function _i(e){return"function"==typeof e}const Yd=new qe(""),kl={},wp={};let Xd;function Zd(){return void 0===Xd&&(Xd=new Dl),Xd}class mo{}class ls extends mo{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,Qd(t,s=>this.processProvider(s)),this.records.set(bp,ra(void 0,this)),o.has("environment")&&this.records.set(mo,ra(void 0,this));const i=this.records.get(Yd);null!=i&&"string"==typeof i.value&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get($d,Mn,{self:!0}))}retrieve(t,n){const r=uc(n)||0;try{return this.get(t,Ri,r)}catch(o){if(_n(o))return o;throw o}}destroy(){pc(this),this._destroyed=!0;const t=X(null);try{for(const r of this._ngOnDestroyHooks)r.ngOnDestroy();const n=this._onDestroyHooks;this._onDestroyHooks=[];for(const r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),X(t)}}onDestroy(t){return pc(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){pc(this);const n=cn(this),r=oo(void 0);try{return t()}finally{cn(n),oo(r)}}get(t,n=Ri,r){if(pc(this),t.hasOwnProperty(fp))return t[fp](this);const o=uc(r),s=cn(this),a=oo(void 0);try{if(!(4&o)){let l=this.records.get(t);if(void 0===l){const d=function Db(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(t)&&gr(t);l=d&&this.injectableDefInScope(d)?ra(Jd(t),kl):null,this.records.set(t,l)}if(null!=l)return this.hydrate(t,l,o)}return(2&o?Zd():this.parent).get(t,n=8&o&&n===Ri?null:n)}catch(c){const l=function fb(e){return e[Pd]}(c);throw-200===l||-201===l?new we(l,null):c}finally{oo(a),cn(s)}}resolveInjectorInitializers(){const t=X(null),n=cn(this),r=oo(void 0);try{const i=this.get(na,Mn,{self:!0});for(const s of i)s()}finally{cn(n),oo(r),X(t)}}toString(){return"R3Injector[...]"}processProvider(t){let n=_i(t=Nt(t))?t:Nt(t&&t.provide);const r=function Ib(e){return Kd(e)?ra(void 0,e.useValue):ra(Ap(e),kl)}(t);if(!_i(t)&&!0===t.multi){let o=this.records.get(n);o||(o=ra(void 0,kl,!0),o.factory=()=>zd(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){const o=X(null);try{if(n.value===wp)throw Bd();return n.value===kl&&(n.value=wp,n.value=n.factory(void 0,r)),"object"==typeof n.value&&n.value&&function Ab(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{X(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=Nt(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){const n=this._onDestroyHooks.indexOf(t);-1!==n&&this._onDestroyHooks.splice(n,1)}}function Jd(e){const t=gr(e),n=null!==t?t.factory:Mi(e);if(null!==n)return n;if(e instanceof qe)throw new we(-204,!1);if(e instanceof Function)return function Sb(e){if(e.length>0)throw new we(-204,!1);const n=function ze(e){return(e?.[nn]??null)||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new we(-204,!1)}function Ap(e,t,n){let r;if(_i(e)){const o=Nt(e);return Mi(o)||Jd(o)}if(Kd(e))r=()=>Nt(e.useValue);else if(function Sp(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...zd(e.deps||[]));else if(function Tp(e){return!(!e||!e.useExisting)}(e))r=(o,i)=>Dt(Nt(e.useExisting),void 0!==i&&8&i?8:void 0);else{const o=Nt(e&&(e.useClass||e.provide));if(!function wb(e){return!!e.deps}(e))return Mi(o)||Jd(o);r=()=>new o(...zd(e.deps))}return r}function pc(e){if(e.destroyed)throw new we(-205,!1)}function ra(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function Qd(e,t){for(const n of e)Array.isArray(n)?Qd(n,t):n&&Md(n)?Qd(n.\u0275providers,t):t(n)}function Jo(e,t){let n;e instanceof ls?(pc(e),n=e):n=new gb(e);const o=cn(n),i=oo(void 0);try{return t()}finally{cn(o),oo(i)}}function Kn(e){return Array.isArray(e)&&"object"==typeof e[1]}function Wr(e){return Array.isArray(e)&&!0===e[1]}function xp(e){return!!(4&e.flags)}function Qo(e){return e.componentOffset>-1}function aa(e){return!(1&~e.flags)}function Uo(e){return!!e.template}function Bi(e){return!!(512&e[2])}function gi(e){return!(256&~e[2])}function wr(e){for(;Array.isArray(e);)e=e[0];return e}function fs(e,t){return wr(t[e])}function Qn(e,t){return wr(t[e.index])}function ca(e,t){return e.data[t]}function ps(e,t){return e[t]}function i_(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function qr(e,t){const n=t[e];return Kn(n)?n:n[0]}function s_(e){return!(128&~e[2])}function Lr(e,t){return null==t?null:e[t]}function Op(e){e[17]=0}function Ll(e){1024&e[2]||(e[2]|=1024,s_(e)&&mc(e))}function la(e){return!!(9216&e[2]||e[24]?.dirty)}function Pl(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),la(e)&&mc(e)}function mc(e){e[10].changeDetectionScheduler?.notify(0);let t=Fi(e);for(;null!==t&&!(8192&t[2])&&(t[2]|=8192,s_(t));)t=Fi(t)}function c_(e,t){if(gi(e))throw new we(911,!1);null===e[21]&&(e[21]=[]),e[21].push(t)}function Fi(e){const t=e[3];return Wr(t)?t[3]:t}const Ut={lFrame:Xb(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let Bp=!1;function Pb(){Ut.lFrame.elementDepthCount--}function Bb(){return null!==Ut.skipHydrationRootTNode}function Fb(e){return Ut.skipHydrationRootTNode===e}function Ub(){Ut.skipHydrationRootTNode=null}function Me(){return Ut.lFrame.lView}function $t(){return Ut.lFrame.tView}function Bl(e){return Ut.lFrame.contextLView=e,e[8]}function Fl(e){return Ut.lFrame.contextLView=null,e}function jt(){let e=Hb();for(;null!==e&&64===e.type;)e=e.parent;return e}function Hb(){return Ut.lFrame.currentTNode}function Ui(e,t){const n=Ut.lFrame;n.currentTNode=e,n.isParent=t}function zb(){return Ut.lFrame.isParent}function Vb(){Ut.lFrame.isParent=!1}function $b(){return Bp}function l_(e){const t=Bp;return Bp=e,t}function Co(){return Ut.lFrame.bindingIndex++}function zi(e){const t=Ut.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function xR(e,t){const n=Ut.lFrame;n.bindingIndex=n.bindingRootIndex=e,Up(t)}function Up(e){Ut.lFrame.currentDirectiveIndex=e}function u_(e){Ut.lFrame.currentQueryIndex=e}function kR(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[5]:null}function Kb(e,t,n){if(4&n){let o=t,i=e;for(;!(o=o.parent,null!==o||1&n||(o=kR(i),null===o||(i=i[14],10&o.type))););if(null===o)return!1;t=o,e=i}const r=Ut.lFrame=Yb();return r.currentTNode=t,r.lView=e,!0}function Vp(e){const t=Yb(),n=e[1];Ut.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Yb(){const e=Ut.lFrame,t=null===e?null:e.child;return null===t?Xb(e):t}function Xb(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Zb(){const e=Ut.lFrame;return Ut.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const Jb=Zb;function jp(){const e=Zb();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function Ar(){return Ut.lFrame.selectedIndex}function Vi(e){Ut.lFrame.selectedIndex=e}function ei(){const e=Ut.lFrame;return ca(e.tView,e.selectedIndex)}function e0(){return Ut.lFrame.currentNamespace}let t0=!0;function d_(){return t0}function Hl(e){t0=e}function n0(e,t=null,n=null,r){const o=function r0(e,t=null,n=null,r,o=new Set){const i=[n||Mn,Eb(e)];return new ls(i,t||Zd(),null,o)}(e,t,n);return o.resolveInjectorInitializers(),o}class or{static THROW_IF_NOT_FOUND=Ri;static NULL=new Dl;static create(t,n){if(Array.isArray(t))return n0({name:""},n,t);{const r=t.name??"";return n0({name:r},t.parent,t.providers)}}static \u0275prov=et({token:or,providedIn:"any",factory:()=>Dt(bp)});static __NG_ELEMENT_ID__=-1}const ti=new qe("");let Ho=(()=>class e{static __NG_ELEMENT_ID__=PR;static __NG_ENV_ID__=n=>n})();class o0 extends Ho{_lView;constructor(t){super(),this._lView=t}get destroyed(){return gi(this._lView)}onDestroy(t){const n=this._lView;return c_(n,t),()=>function Lp(e,t){if(null===e[21])return;const n=e[21].indexOf(t);-1!==n&&e[21].splice(n,1)}(n,t)}}function PR(){return new o0(Me())}const BR=!1,FR=new qe("");let ua=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Zt(!1);debugTaskTracker=ue(FR,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new se(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const n=this.taskId++;return this.pendingTasks.add(n),this.debugTaskTracker?.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.debugTaskTracker?.remove(n),0===this.pendingTasks.size&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})();const Yr=class UR extends dt{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,function e_(){return void 0!==mp()||null!=an()}()&&(this.destroyRef=ue(Ho,{optional:!0})??void 0,this.pendingTasks=ue(ua,{optional:!0})??void 0)}emit(t){const n=X(null);try{super.next(t)}finally{X(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&"object"==typeof t){const c=t;o=c.next?.bind(c),i=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(i=this.wrapInTimeout(i),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));const a=super.subscribe({next:o,error:i,complete:s});return t instanceof rt&&t.add(a),a}wrapInTimeout(t){return n=>{const r=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{void 0!==r&&this.pendingTasks?.remove(r)}})}}};function __(...e){}function i0(e){let t,n;function r(){e=__;try{void 0!==n&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(n),void 0!==t&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),"function"==typeof requestAnimationFrame&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function HR(e){return queueMicrotask(()=>e()),()=>{e=__}}const Gp="isAngularZone",h_=Gp+"_ID";let zR=0;class On{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Yr(!1);onMicrotaskEmpty=new Yr(!1);onStable=new Yr(!1);onError=new Yr(!1);constructor(t){const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=BR}=t;if(typeof Zone>"u")throw new we(908,!1);Zone.assertZonePatched();const s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&r,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=i,function GR(e){const t=()=>{!function jR(e){function t(){i0(()=>{e.callbackScheduled=!1,Wp(e),e.isCheckStableRunning=!0,$p(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),Wp(e))}(e)},n=zR++;e._inner=e._inner.fork({name:"angular",properties:{[Gp]:!0,[h_]:n,[h_+n]:!0},onInvokeTask:(r,o,i,s,a,c)=>{if(function WR(e){return c0(e,"__ignore_ng_zone__")}(c))return r.invokeTask(i,s,a,c);try{return s0(e),r.invokeTask(i,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),a0(e)}},onInvoke:(r,o,i,s,a,c,l)=>{try{return s0(e),r.invoke(i,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function qR(e){return c0(e,"__scheduler_tick__")}(c)&&t(),a0(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,Wp(e),$p(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,o,i,s)=>(r.handleError(i,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(Gp)}static assertInAngularZone(){if(!On.isInAngularZone())throw new we(909,!1)}static assertNotInAngularZone(){if(On.isInAngularZone())throw new we(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){const i=this._inner,s=i.scheduleEventTask("NgZoneEvent: "+o,t,VR,__,__);try{return i.runTask(s,n,r)}finally{i.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}}const VR={};function $p(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function Wp(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function s0(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function a0(e){e._nesting--,$p(e)}class $R{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Yr;onMicrotaskEmpty=new Yr;onStable=new Yr;onError=new Yr;run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,o){return t.apply(n,r)}}function c0(e,t){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[t]}class yc{_console=console;handleError(t){this._console.error("ERROR",t)}}const gs=new qe("",{factory:()=>{const e=ue(On),t=ue(mo);let n;return r=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw r}):(n??=t.get(yc),n.handleError(r))})}}}),l0={provide:na,useValue:()=>{ue(yc,{optional:!0})},multi:!0};function bo(e,t){const[n,r,o]=N(e,t?.equal),i=n;return i.set=r,i.update=o,i.asReadonly=qp.bind(i),i}function qp(){const e=this[ce];if(void 0===e.readonlyFn){const t=()=>this();t[ce]=e,e.readonlyFn=t}return e.readonlyFn}let Kp=(()=>class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=YR})();function YR(){return new Kp(Me(),jt())}class da{}const Yp=new qe("",{factory:()=>!0}),XR=new qe("");let Xp=(()=>{class e{internalPendingTasks=ue(ua);scheduler=ue(da);errorHandler=ue(gs);add(){const n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){const r=this.add();n().catch(this.errorHandler).finally(r)}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})(),u0=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:()=>new ZR})}return e})();class ZR{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){const r=this.queues.get(t.zone);r.has(t)&&(r.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){const n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);const r=this.queues.get(n);r.has(t)||r.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(const[n,r]of this.queues)t||=null===n?this.flushQueue(r):n.run(()=>this.flushQueue(r));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(const r of t)r.dirty&&(this.dirtyEffectCount--,n=!0,r.run());return n}}class Zp{[ce];constructor(t){this[ce]=t}destroy(){this[ce].destroy()}}function ji(e,t){const n=t?.injector??ue(or);let o,r=!0!==t?.manualCleanup?n.get(Ho):null;const i=n.get(Kp,null,{optional:!0}),s=n.get(da);return null!==i?(o=function eM(e,t,n){const r=Object.create(QR);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=_0(r,n),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(i.view,s,e),r instanceof o0&&r._lView===i.view&&(r=null)):o=function tM(e,t,n){const r=Object.create(JR);return r.fn=_0(r,e),r.scheduler=t,r.notifier=n,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}(e,n.get(u0),s),o.injector=n,null!==r&&(o.onDestroyFns=[r.onDestroy(()=>o.destroy())]),new Zp(o)}const d0={...v,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=l_(!1);try{!function k(e){if(e.dirty=!1,e.version>0&&!Ne(e))return;e.version++;const t=Ce(e);try{e.cleanup(),e.fn()}finally{Ge(e,t)}}(this)}finally{l_(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=X(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],X(e)}}},JR={...d0,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(Xe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},QR={...d0,consumerMarkedDirty(){this.view[2]|=8192,mc(this.view),this.notifier.notify(13)},destroy(){if(Xe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function _0(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}var bt=ft(467);function Gi(e){return t=>{if(function nM(e){return O(e?.lift)}(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function mi(e,t,n,r,o){return new rM(e,t,n,r,o)}class rM extends Pt{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:n}=this;super.unsubscribe(),!n&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}}}function ni(e,t){return Gi((n,r)=>{let o=0;n.subscribe(mi(r,i=>{r.next(e.call(t,i,o++))}))})}
|
|
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++))}))})}
|
|
34
34
|
/**
|
|
35
35
|
* @license Angular v21.2.17
|
|
36
36
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
37
37
|
* License: MIT
|
|
38
38
|
*/
|
|
39
|
-
function $i(e){return{toString:e}.toString()}function w0(e,t,n,r){null!==t?t.applyValueToInputSignal(t,r):e[n]=r}class PM{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}}const vs=(()=>{const e=()=>A0;return e.ngInherit=!0,e})();function A0(e){return e.type.prototype.ngOnChanges&&(e.setInput=FM),BM}function BM(){const e=x0(this),t=e?.current;if(t){const n=e.previous;if(n===Zo)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function FM(e,t,n,r,o){const i=this.declaredInputs[r],s=x0(e)||function UM(e,t){return e[D0]=t}(e,{previous:Zo,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[i];a[i]=new PM(l&&l.currentValue,n,c===Zo),w0(e,t,o,n)}const D0="__ngSimpleChanges__";function x0(e){return e[D0]||null}const fa=[],yn=function(e,t=null,n){for(let r=0;r<fa.length;r++)(0,fa[r])(e,t,n)};var pt=function(e){return e[e.TemplateCreateStart=0]="TemplateCreateStart",e[e.TemplateCreateEnd=1]="TemplateCreateEnd",e[e.TemplateUpdateStart=2]="TemplateUpdateStart",e[e.TemplateUpdateEnd=3]="TemplateUpdateEnd",e[e.LifecycleHookStart=4]="LifecycleHookStart",e[e.LifecycleHookEnd=5]="LifecycleHookEnd",e[e.OutputStart=6]="OutputStart",e[e.OutputEnd=7]="OutputEnd",e[e.BootstrapApplicationStart=8]="BootstrapApplicationStart",e[e.BootstrapApplicationEnd=9]="BootstrapApplicationEnd",e[e.BootstrapComponentStart=10]="BootstrapComponentStart",e[e.BootstrapComponentEnd=11]="BootstrapComponentEnd",e[e.ChangeDetectionStart=12]="ChangeDetectionStart",e[e.ChangeDetectionEnd=13]="ChangeDetectionEnd",e[e.ChangeDetectionSyncStart=14]="ChangeDetectionSyncStart",e[e.ChangeDetectionSyncEnd=15]="ChangeDetectionSyncEnd",e[e.AfterRenderHooksStart=16]="AfterRenderHooksStart",e[e.AfterRenderHooksEnd=17]="AfterRenderHooksEnd",e[e.ComponentStart=18]="ComponentStart",e[e.ComponentEnd=19]="ComponentEnd",e[e.DeferBlockStateStart=20]="DeferBlockStateStart",e[e.DeferBlockStateEnd=21]="DeferBlockStateEnd",e[e.DynamicComponentStart=22]="DynamicComponentStart",e[e.DynamicComponentEnd=23]="DynamicComponentEnd",e[e.HostBindingsUpdateStart=24]="HostBindingsUpdateStart",e[e.HostBindingsUpdateEnd=25]="HostBindingsUpdateEnd",e}(pt||{});function v_(e,t,n){k0(e,t,3,n)}function y_(e,t,n,r){(3&e[2])===n&&k0(e,t,n,r)}function ig(e,t){let n=e[2];(3&n)===t&&(n&=16383,n+=1,e[2]=n)}function k0(e,t,n,r){const i=r??-1,s=t.length-1;let a=0;for(let c=void 0!==r?65535&e[17]:0;c<s;c++)if("number"==typeof t[c+1]){if(a=t[c],null!=r&&a>=r)break}else t[c]<0&&(e[17]+=65536),(a<i||-1==i)&&(GM(e,n,t,c),e[17]=(4294901760&e[17])+c+2),c++}function R0(e,t){yn(pt.LifecycleHookStart,e,t);const n=X(null);try{t.call(e)}finally{X(n),yn(pt.LifecycleHookEnd,e,t)}}function GM(e,t,n,r){const o=n[r]<0,i=n[r+1],a=e[o?-n[r]:n[r]];o?e[2]>>14<e[17]>>16&&(3&e[2])===t&&(e[2]+=16384,R0(a,i)):R0(a,i)}class $l{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r,o){this.factory=t,this.name=o,this.canSeeViewProviders=n,this.injectImpl=r}}function O0(e){return 3===e||4===e||6===e}function L0(e){return 64===e.charCodeAt(0)}function wc(e,t){if(null!==t&&0!==t.length)if(null===e||0===e.length)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){const o=t[r];"number"==typeof o?n=o:0===n||P0(e,n,o,0,-1===n||2===n?t[++r]:null)}}return e}function P0(e,t,n,r,o){let i=0,s=e.length;if(-1===t)s=-1;else for(;i<e.length;){const a=e[i++];if("number"==typeof a){if(a===t){s=-1;break}if(a>t){s=i-1;break}}}for(;i<e.length;){const a=e[i];if("number"==typeof a)break;if(a===n)return void(null!==o&&(e[i+1]=o));i++,null!==o&&i++}-1!==s&&(e.splice(s,0,t),i=s+1),e.splice(i++,0,n),null!==o&&e.splice(i++,0,o)}function Wl(e){return 32767&e}function ql(e,t){let n=function KM(e){return e>>16}(e),r=t;for(;n>0;)r=r[14],n--;return r}let cg=!0;function C_(e){const t=cg;return cg=e,t}let YM=0;const yi={};function b_(e,t){const n=U0(e,t);if(-1!==n)return n;const r=t[1];r.firstCreatePass&&(e.injectorIndex=t.length,lg(r.data,e),lg(t,null),lg(r.blueprint,null));const o=E_(e,t),i=e.injectorIndex;if(function ag(e){return-1!==e}(o)){const s=Wl(o),a=ql(o,t),c=a[1].data;for(let l=0;l<8;l++)t[i+l]=a[s+l]|c[s+l]}return t[i+8]=o,i}function lg(e,t){e.push(0,0,0,0,0,0,0,0,t)}function U0(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function E_(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;null!==o;){if(r=W0(o),null===r)return-1;if(n++,o=o[14],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return-1}function ug(e,t,n){!function XM(e,t,n){let r;"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(ac)&&(r=n[ac]),null==r&&(r=n[ac]=YM++);const o=255&r;t.data[e+(o>>5)]|=1<<o}(e,t,n)}function H0(e,t,n){if(8&n||void 0!==e)return e;Fd()}function z0(e,t,n,r){if(8&n&&void 0===r&&(r=null),!(3&n)){const o=e[9],i=oo(void 0);try{return o?o.get(t,r,8&n):vp(t,r,8&n)}finally{oo(i)}}return H0(r,0,n)}function V0(e,t,n,r=0,o){if(null!==e){if(2048&t[2]&&!(2&r)){const s=function tO(e,t,n,r,o){let i=e,s=t;for(;null!==i&&null!==s&&2048&s[2]&&!Bi(s);){const a=j0(i,s,n,2|r,yi);if(a!==yi)return a;let c=i.parent;if(!c){const l=s[20];if(l){const d=l.get(n,yi,-5&r);if(d!==yi)return d}c=W0(s),s=s[14]}i=c}return o}(e,t,n,r,yi);if(s!==yi)return s}const i=j0(e,t,n,r,yi);if(i!==yi)return i}return z0(t,n,r,o)}function j0(e,t,n,r,o){const i=function QM(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(ac)?e[ac]:void 0;return"number"==typeof t?t>=0?255&t:eO:t}(n);if("function"==typeof i){if(!Kb(t,e,r))return 1&r?H0(o,0,r):z0(t,n,r,o);try{let s;if(s=i(r),null!=s||8&r)return s;Fd()}finally{Jb()}}else if("number"==typeof i){let s=null,a=U0(e,t),c=-1,l=1&r?t[15][5]:null;for((-1===a||4&r)&&(c=-1===a?E_(e,t):t[a+8],-1!==c&&$0(r,!1)?(s=t[1],a=Wl(c),t=ql(c,t)):a=-1);-1!==a;){const d=t[1];if(G0(i,a,d.data)){const f=JM(a,t,n,s,r,l);if(f!==yi)return f}c=t[a+8],-1!==c&&$0(r,t[1].data[a+8]===l)&&G0(i,a,t)?(s=d,a=Wl(c),t=ql(c,t)):a=-1}}return o}function JM(e,t,n,r,o,i){const s=t[1],a=s.data[e+8],d=function T_(e,t,n,r,o){const i=e.providerIndexes,s=t.data,a=1048575&i,c=e.directiveStart,d=i>>20,y=o?a+d:e.directiveEnd;for(let I=r?a:a+d;I<y;I++){const z=s[I];if(I<c&&n===z||I>=c&&z.type===n)return I}if(o){const I=s[c];if(I&&Uo(I)&&I.type===n)return c}return null}(a,s,n,null==r?Qo(a)&&cg:r!=s&&!!(3&a.type),1&o&&i===a);return null!==d?Kl(t,s,d,a,o):yi}function Kl(e,t,n,r,o){let i=e[n];const s=t.data;if(i instanceof $l){const a=i;if(a.resolving)throw Bd();const c=C_(a.canSeeViewProviders);a.resolving=!0;const f=a.injectImpl?oo(a.injectImpl):null;Kb(e,r,0);try{i=e[n]=a.factory(void 0,o,s,e,r),t.firstCreatePass&&n>=r.directiveStart&&function jM(e,t,n){const{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){const s=A0(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),i&&((n.preOrderHooks??=[]).push(e,i),(n.preOrderCheckHooks??=[]).push(e,i))}(n,s[n],t)}finally{null!==f&&oo(f),C_(c),a.resolving=!1,Jb()}}return i}function G0(e,t,n){return!!(n[t+(e>>5)]&1<<e)}function $0(e,t){return!(2&e||1&e&&t)}class ir{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return V0(this._tNode,this._lView,t,uc(r),n)}}function eO(){return new ir(jt(),Me())}function Rr(e){return $i(()=>{const t=e.prototype.constructor,n=t[as]||dg(t),r=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){const i=o[as]||dg(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function dg(e){return Gr(e)?()=>{const t=dg(Nt(e));return t&&t()}:Mi(e)}function W0(e){const t=e[1],n=t.type;return 2===n?t.declTNode:1===n?e[5]:null}function lO(){return Ac(jt(),Me())}function Ac(e,t){return new Dr(Qn(e,t))}let Dr=(()=>class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=lO})();function Yl(e){return!(128&~e.flags)}Symbol;var I_=function(e){return e[e.OnPush=0]="OnPush",e[e.Eager=1]="Eager",e[e.Default=1]="Default",e}(I_||{});const w_=new Map;let fO=0;function pg(e){w_.delete(e[19])}const mg="__ngContext__";function To(e,t){Kn(t)?(e[mg]=t[19],function gO(e){w_.set(e[19],e)}(t)):e[mg]=t}function aE(e){return lE(e[12])}function cE(e){return lE(e[4])}function lE(e){for(;null!==e&&!Wr(e);)e=e[4];return e}let yg;const xc=new qe("",{factory:()=>BO}),BO="ng",gE=new qe(""),mE=new qe("",{providedIn:"platform",factory:()=>"unknown"}),vE=new qe("",{factory:()=>ue(ti).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),GO=new qe("",{factory:()=>!1}),Ag=new WeakMap;function R_(e){return!(32&~e.flags)}function WE(e,t){const n=e.contentQueries;if(null!==n){const r=X(null);try{for(let o=0;o<n.length;o+=2){const s=n[o+1];if(-1!==s){const a=e.data[s];u_(n[o]),a.contentQueries(2,t[s],s)}}}finally{X(r)}}}function Lg(e,t,n){u_(0);const r=X(null);try{t(e,n)}finally{X(r)}}function Pg(e,t,n){if(xp(t)){const r=X(null);try{const i=t.directiveEnd;for(let s=t.directiveStart;s<i;s++){const a=e.data[s];a.contentQueries&&a.contentQueries(1,n[s],s)}}finally{X(r)}}}var Vo=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e}(Vo||{});class eT{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${ko})`}}function Es(e){return e instanceof eT?e.changingThisBreaksApplicationSecurity:e}const M2=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function V_(e,t,n){return e.createElement(t,n)}function ga(e,t,n,r,o){e.insertBefore(t,n,r,o)}function dT(e,t,n){e.appendChild(t,n)}function _T(e,t,n,r,o){null!==r?ga(e,t,n,r,o):dT(e,t,n)}function nu(e,t,n,r){e.removeChild(null,t,n,r)}function fT(e,t,n){const{mergedAttrs:r,classes:o,styles:i}=n;null!==r&&function qM(e,t,n){let r=0;for(;r<n.length;){const o=n[r];if("number"==typeof o){if(0!==o)break;r++;const i=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,i)}else{const i=o,s=n[++r];L0(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}}(e,t,r),null!==o&&function q2(e,t,n){""===n?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}(e,t,o),null!==i&&function W2(e,t,n){e.setAttribute(t,"style",n)}(e,t,i)}var _r=function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e[e.ATTRIBUTE_NO_BINDING=6]="ATTRIBUTE_NO_BINDING",e}(_r||{});function G_(e){const t=function ru(){const e=Me();return e&&e[10].sanitizer}();return t?t.sanitize(_r.URL,e)||"":function eu(e,t){const n=function x2(e){return e instanceof eT&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${ko})`)}return n===t}(e,"URL")?Es(e):function Hg(e){return(e=String(e)).match(M2)?e:"unsafe:"+e}(Vt(e))}function _L(e,t,n){let r=e.length;for(;;){const o=e.indexOf(t,n);if(-1===o)return o;if(0===o||e.charCodeAt(o-1)<=32){const i=t.length;if(o+i===r||e.charCodeAt(o+i)<=32)return o}n=o+1}}const IT="ng-template";function hL(e,t,n,r){let o=0;if(r){for(;o<t.length&&"string"==typeof t[o];o+=2)if("class"===t[o]&&-1!==_L(t[o+1].toLowerCase(),n,0))return!0}else if(qg(e))return!1;if(o=t.indexOf(1,o),o>-1){let i;for(;++o<t.length&&"string"==typeof(i=t[o]);)if(i.toLowerCase()===n)return!0}return!1}function qg(e){return 4===e.type&&e.value!==IT}function fL(e,t,n){return t===(4!==e.type||n?e.value:IT)}function pL(e,t,n){let r=4;const o=e.attrs,i=null!==o?function vL(e){for(let t=0;t<e.length;t++)if(O0(e[t]))return t;return e.length}(o):0;let s=!1;for(let a=0;a<t.length;a++){const c=t[a];if("number"!=typeof c){if(!s)if(4&r){if(r=2|1&r,""!==c&&!fL(e,c,n)||""===c&&1===t.length){if(ri(r))return!1;s=!0}}else if(8&r){if(null===o||!hL(e,o,c,n)){if(ri(r))return!1;s=!0}}else{const l=t[++a],d=gL(c,o,qg(e),n);if(-1===d){if(ri(r))return!1;s=!0;continue}if(""!==l){let f;if(f=d>i?"":o[d+1].toLowerCase(),2&r&&l!==f){if(ri(r))return!1;s=!0}}}}else{if(!s&&!ri(r)&&!ri(c))return!1;if(s&&ri(c))continue;s=!1,r=c|1&r}}return ri(r)||s}function ri(e){return!(1&e)}function gL(e,t,n,r){if(null===t)return-1;let o=0;if(r||!n){let i=!1;for(;o<t.length;){const s=t[o];if(s===e)return o;if(3===s||6===s)i=!0;else{if(1===s||2===s){let a=t[++o];for(;"string"==typeof a;)a=t[++o];continue}if(4===s)break;if(0===s){o+=4;continue}}o+=i?1:2}return-1}return function yL(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){const r=e[n];if("number"==typeof r)return-1;if(r===t)return n;n++}return-1}(t,e)}function wT(e,t,n=!1){for(let r=0;r<t.length;r++)if(pL(e,t[r],n))return!0;return!1}function CL(e,t){e:for(let n=0;n<t.length;n++){const r=t[n];if(e.length===r.length){for(let o=0;o<e.length;o++)if(e[o]!==r[o])continue e;return!0}}return!1}function AT(e,t){return e?":not("+t.trim()+")":t}function bL(e){let t=e[0],n=1,r=2,o="",i=!1;for(;n<e.length;){let s=e[n];if("string"==typeof s)if(2&r){const a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else 8&r?o+="."+s:4&r&&(o+=" "+s);else""!==o&&!ri(s)&&(t+=AT(i,o),o=""),r=s,i=i||!ri(r);n++}return""!==o&&(t+=AT(i,o)),t}const En={};function Kg(e,t,n,r,o,i,s,a,c,l,d){const f=27+r,y=f+o,I=function SL(e,t){const n=[];for(let r=0;r<t;r++)n.push(r<e?null:En);return n}(f,y),z="function"==typeof l?l():l;return I[1]={type:e,blueprint:I,template:n,queries:null,viewQuery:a,declTNode:t,data:I.slice().fill(null,f),bindingStartIndex:f,expandoStartIndex:y,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof i?i():i,pipeRegistry:"function"==typeof s?s():s,firstChild:null,schemas:c,consts:z,incompleteFirstPass:!1,ssrId:d}}function W_(e,t,n,r,o,i,s,a,c,l,d){const f=t.blueprint.slice();return f[0]=o,f[2]=1228|r,(null!==l||e&&2048&e[2])&&(f[2]|=2048),Op(f),f[3]=f[14]=e,f[8]=n,f[10]=s||e&&e[10],f[11]=a||e&&e[11],f[9]=c||e&&e[9]||null,f[5]=i,f[19]=function pO(){return fO++}(),f[6]=d,f[20]=l,f[15]=2==t.type?e[15]:f,f}function Yg(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function ou(e,t,n,r){if(0===n)return-1;const o=t.length;for(let i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function Xg(e,t){return e[12]?e[13][4]=t:e[12]=t,e[13]=t,t}function Lt(e=1){xT($t(),Me(),Ar()+e,!1)}function xT(e,t,n,r){if(!r)if(3&~t[2]){const i=e.preOrderHooks;null!==i&&y_(t,i,0,n)}else{const i=e.preOrderCheckHooks;null!==i&&v_(t,i,n)}Vi(n)}var q_=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(q_||{});function Ss(e,t,n,r){const o=X(null);try{const[i,s,a]=e.inputs[n];let c=null;0!==(s&q_.SignalBased)&&(c=t[i][ce]),null!==c&&void 0!==c.transformFn?r=c.transformFn(r):null!==a&&(r=a.call(t,r)),null!==e.setInput?e.setInput(t,c,r,n,i):w0(t,c,i,r)}finally{X(o)}}var Is=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(Is||{});function Jg(e,t){return(void 0)(e,t)}typeof document<"u"&&document;const iu=new WeakMap,su=new WeakSet;const ba=new Set;var im=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(im||{});const Ea=new qe(""),OT=new Set;function Xr(e){OT.has(e)||(OT.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}let LT=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=et({token:e,providedIn:"root",factory:()=>new e})}return e})();const Q_=new qe("",{factory:()=>({queue:new Set,isScheduled:!1,scheduler:null,injector:ue(mo)})});function UT(e,t,n){const r=e.get(Q_);if(Array.isArray(t))for(const o of t)r.queue.add(o),n?.detachedLeaveAnimationFns?.push(o);else r.queue.add(t),n?.detachedLeaveAnimationFns?.push(t);r.scheduler&&r.scheduler(e)}function HT(e,t,n,r){const o=e?.[26]?.enter;null!==t&&o&&o.has(n.index)&&function am(e,t){for(const[n,r]of t)UT(e,r.animateFns)}(r,o)}function Oc(e,t,n,r,o,i,s,a){if(null!=o){let c,l=!1;Wr(o)?c=o:Kn(o)&&(l=!0,o=o[0]);const d=wr(o);0===e&&null!==r?(HT(a,r,i,n),null==s?dT(t,r,d):ga(t,r,d,s||null,!0)):1===e&&null!==r?(HT(a,r,i,n),ga(t,r,d,s||null,!0),function ML(e,t){const n=iu.get(e);if(!n||0===n.length)return;const r=t.parentNode,o=t.previousSibling;for(let i=n.length-1;i>=0;i--){const s=n[i],a=s.parentNode;s===t?(n.splice(i,1),su.add(s),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))):(o&&s===o||a&&r&&a!==r)&&(n.splice(i,1),s.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}})),s.parentNode?.removeChild(s))}}(i,d)):2===e?(a?.[26]?.leave?.has(i.index)&&function tm(e,t){const n=iu.get(e);n?n.includes(t)||n.push(t):iu.set(e,[t])}(i,d),su.delete(d),jT(a,i,n,f=>{su.has(d)?su.delete(d):nu(t,d,l,f)})):3===e&&(su.delete(d),jT(a,i,n,()=>{t.destroyNode(d)})),null!=c&&function ZL(e,t,n,r,o,i,s){const a=r[7];a!==wr(r)&&Oc(t,e,n,i,a,o,s);for(let l=10;l<r.length;l++){const d=r[l];th(d[1],d,e,t,i,a)}}(t,e,n,c,i,r,s)}}function VT(e,t){t[10].changeDetectionScheduler?.notify(9),th(e,t,t[11],2,null,null)}function cm(e,t){const n=e[9],r=n.indexOf(t);n.splice(r,1)}function cu(e,t){if(gi(t))return;const n=t[11];n.destroyNode&&th(e,t,n,3,null,null),function WL(e){let t=e[12];if(!t)return lm(e[1],e);for(;t;){let n=null;if(Kn(t))n=t[12];else{const r=t[10];r&&(n=r)}if(!n){for(;t&&!t[4]&&t!==e;)Kn(t)&&lm(t[1],t),t=t[3];null===t&&(t=e),Kn(t)&&lm(t[1],t),n=t&&t[4]}t=n}}(t)}function lm(e,t){if(gi(t))return;const n=X(null);try{t[2]&=-129,t[2]|=256,t[24]&&Xe(t[24]),function YL(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let r=0;r<n.length;r+=2){const o=t[n[r]];if(!(o instanceof $l)){const i=n[r+1];if(Array.isArray(i))for(let s=0;s<i.length;s+=2){const a=o[i[s]],c=i[s+1];yn(pt.LifecycleHookStart,a,c);try{c.call(a)}finally{yn(pt.LifecycleHookEnd,a,c)}}else{yn(pt.LifecycleHookStart,o,i);try{i.call(o)}finally{yn(pt.LifecycleHookEnd,o,i)}}}}}(e,t),function KL(e,t){const n=e.cleanup,r=t[7];if(null!==n)for(let s=0;s<n.length-1;s+=2)if("string"==typeof n[s]){const a=n[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else n[s].call(r[n[s+1]]);null!==r&&(t[7]=null);const o=t[21];if(null!==o){t[21]=null;for(let s=0;s<o.length;s++)(0,o[s])()}const i=t[23];if(null!==i){t[23]=null;for(const s of i)s.destroy()}}(e,t),1===t[1].type&&t[11].destroy();const r=t[16];if(null!==r&&Wr(t[3])){r!==t[3]&&cm(r,t);const o=t[18];null!==o&&o.detachView(e)}pg(t)}finally{X(n)}}function jT(e,t,n,r){const o=e?.[26];if(null==o||null==o.leave||!o.leave.has(t.index))return r(!1);e&&ba.add(e[19]),UT(n,()=>{if(o.leave&&o.leave.has(t.index)){const s=o.leave.get(t.index),a=[];if(s){for(let c=0;c<s.animateFns.length;c++){const l=s.animateFns[c],{promise:d}=l();a.push(d)}o.detachedLeaveAnimationFns=void 0}o.running=Promise.allSettled(a),function qL(e,t){const n=e[26]?.running;n?n.then(()=>{e[26].running=void 0,ba.delete(e[19]),t(!0)}):t(!1)}(e,r)}else e&&ba.delete(e[19]),r(!1)},o)}function um(e,t,n){return function GT(e,t,n){let r=t;for(;null!==r&&168&r.type;)r=(t=r).parent;if(null===r)return n[0];if(Qo(r)){const{encapsulation:o}=e.data[r.directiveStart+r.componentOffset];if(o===Vo.None||o===Vo.Emulated)return null}return Qn(r,n)}(e,t.parent,n)}function $T(e,t,n){return qT(e,t,n)}let qT=function WT(e,t,n){return 40&e.type?Qn(e,n):null};function _m(e,t,n,r){const o=um(e,r,t),i=t[11],a=$T(r.parent||t[5],r,t);if(null!=o)if(Array.isArray(n))for(let c=0;c<n.length;c++)_T(i,o,n[c],a,!1);else _T(i,o,n,a,!1)}function Ta(e,t){if(null!==t){const n=t.type;if(3&n)return Qn(t,e);if(4&n)return hm(-1,e[t.index]);if(8&n){const r=t.child;if(null!==r)return Ta(e,r);{const o=e[t.index];return Wr(o)?hm(-1,o):wr(o)}}if(128&n)return Ta(e,t.next);if(32&n)return Jg(t,e)()||wr(e[t.index]);{const r=YT(e,t);return null!==r?Array.isArray(r)?r[0]:Ta(Fi(e[15]),r):Ta(e,t.next)}}return null}function YT(e,t){return null!==t?e[15][5].projection[t.projection]:null}function hm(e,t){const n=10+e+1;if(n<t.length){const r=t[n],o=r[1].firstChild;if(null!==o)return Ta(r,o)}return t[7]}function fm(e,t,n,r,o,i,s){for(;null!=n;){const a=r[9];if(128===n.type){n=n.next;continue}const c=r[n.index],l=n.type;if(s&&0===t&&(c&&To(wr(c),r),n.flags|=2),!R_(n))if(8&l)fm(e,t,n.child,r,o,i,!1),Oc(t,e,a,o,c,n,i,r);else if(32&l){const d=Jg(n,r);let f;for(;f=d();)Oc(t,e,a,o,f,n,i,r);Oc(t,e,a,o,c,n,i,r)}else 16&l?XT(e,t,r,n,o,i):Oc(t,e,a,o,c,n,i,r);n=s?n.projectionNext:n.next}}function th(e,t,n,r,o,i){fm(n,r,e.firstChild,t,o,i,!1)}function XT(e,t,n,r,o,i){const s=n[15],c=s[5].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++)Oc(t,e,n[9],o,c[l],r,i,n);else{let l=c;const d=s[3];Yl(r)&&(l.flags|=128),fm(e,t,l,d,o,i,!0)}}function ZT(e,t,n,r,o){const i=Ar(),s=2&r;try{Vi(-1),s&&t.length>27&&xT(e,t,27,!1),yn(s?pt.TemplateUpdateStart:pt.TemplateCreateStart,o,n),n(r,o)}finally{Vi(i),yn(s?pt.TemplateUpdateEnd:pt.TemplateCreateEnd,o,n)}}function nh(e,t,n){(function rP(e,t,n){const r=n.directiveStart,o=n.directiveEnd;Qo(n)&&function IL(e,t,n){const r=Qn(t,e),o=function DT(e){const t=e.tView;return null===t||t.incompleteFirstPass?e.tView=Kg(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}(n),i=e[10].rendererFactory,s=Xg(e,W_(e,o,null,Yg(n),r,t,null,i.createRenderer(r,n),null,null,null));e[t.index]=s}(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||b_(n,t);const i=n.initialInputs;for(let s=r;s<o;s++){const a=e.data[s],c=Kl(t,e,s,n);To(c,t),null!==i&&aP(0,s-r,c,a,0,i),Uo(a)&&(qr(n.index,t)[8]=Kl(t,e,s,n))}})(e,t,n),!(64&~n.flags)&&function oP(e,t,n){const r=n.directiveStart,o=n.directiveEnd,i=n.index,s=function NR(){return Ut.lFrame.currentDirectiveIndex}();try{Vi(i);for(let a=r;a<o;a++){const c=e.data[a],l=t[a];Up(a),(null!==c.hostBindings||0!==c.hostVars||null!==c.hostAttrs)&&iP(c,l)}}finally{Vi(-1),Up(s)}}(e,t,n)}function Lc(e,t,n=Qn){const r=t.localNames;if(null!==r){let o=t.index+1;for(let i=0;i<r.length;i+=2){const s=r[i+1],a=-1===s?n(t,e):e[s];e[o++]=a}}}let JT=()=>null;function pm(e,t,n,r,o,i){sh(e,t[1],t,n,r)?Qo(e)&&function QT(e,t){const n=qr(t,e);16&n[2]||(n[2]|=64)}(t,e.index):(3&e.type&&(n=function nP(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(n)),gm(e,t,n,r,o,i))}function gm(e,t,n,r,o,i){if(3&e.type){const s=Qn(e,t);r=null!=i?i(r,e.value||"",n):r,o.setProperty(s,n,r)}}function iP(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function mm(e,t){const n=e.directiveRegistry;let r=null;if(n)for(let o=0;o<n.length;o++){const i=n[o];wT(t,i.selectors,!1)&&(r??=[],Uo(i)?r.unshift(i):r.push(i))}return r}function aP(e,t,n,r,o,i){const s=i[t];if(null!==s)for(let a=0;a<s.length;a+=2)Ss(r,n,s[a],s[a+1])}function oh(e,t,n,r,o){const i=27+n,s=t[1],a=o(s,t,e,r,n);t[i]=a,Ui(e,!0);const c=2===e.type;return c?(fT(t[11],a,e),(0===function SR(){return Ut.lFrame.elementDepthCount}()||aa(e))&&To(a,t),function IR(){Ut.lFrame.elementDepthCount++}()):To(a,t),d_()&&(!c||!R_(e))&&_m(s,t,a,e),e}function ih(e){let t=e;return zb()?Vb():(t=t.parent,Ui(t,!1)),t}function sh(e,t,n,r,o){const i=e.inputs?.[r],s=e.hostDirectiveInputs?.[r];let a=!1;if(s)for(let c=0;c<s.length;c+=2){const l=s[c];Ss(t.data[l],n[l],s[c+1],o),a=!0}if(i)for(const c of i)Ss(t.data[c],n[c],r,o),a=!0;return a}function lP(e,t){const n=qr(t,e),r=n[1];!function uP(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}(r,n);const o=n[0];null!==o&&null===n[6]&&(n[6]=null),yn(pt.ComponentStart);try{ah(r,n,n[8])}finally{yn(pt.ComponentEnd,n[8])}}function ah(e,t,n){Vp(t);try{const r=e.viewQuery;null!==r&&Lg(1,r,n);const o=e.template;null!==o&&ZT(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[18]?.finishViewCreation(e),e.staticContentQueries&&WE(e,t),e.staticViewQueries&&Lg(2,e.viewQuery,n);const i=e.components;null!==i&&function dP(e,t){for(let n=0;n<t.length;n++)lP(e,t[n])}(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[2]&=-5,jp()}}function Pc(e,t,n,r){const o=X(null);try{const i=t.tView,c=W_(e,i,n,4096&e[2]?4096:16,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null);c[16]=e[t.index];const d=e[18];return null!==d&&(c[18]=d.createEmbeddedView(i)),ah(i,c,n),c}finally{X(o)}}function Sa(e,t){return!t||null===t.firstChild||Yl(e)}function lu(e,t,n,r,o=!1){for(;null!==n;){if(128===n.type){n=o?n.projectionNext:n.next;continue}const i=t[n.index];null!==i&&r.push(wr(i)),Wr(i)&&_P(i,r);const s=n.type;if(8&s)lu(e,t,n.child,r);else if(32&s){const a=Jg(n,t);let c;for(;c=a();)r.push(c)}else if(16&s){const a=YT(t,n);if(Array.isArray(a))r.push(...a);else{const c=Fi(t[15]);lu(c[1],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function _P(e,t){for(let n=10;n<e.length;n++){const r=e[n],o=r[1].firstChild;null!==o&&lu(r[1],r,o,t)}e[7]!==e[0]&&t.push(e[7])}function nS(e){if(null!==e[25]){for(const t of e[25])t.impl.addSequence(t);e[25].length=0}}let rS=[];const gP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{mc(e.lView)},consumerOnSignalRead(){this.lView[24]=this}},vP={...Pe,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=Fi(e.lView);for(;t&&!oS(t[1]);)t=Fi(t);t&&Ll(t)},consumerOnSignalRead(){this.lView[24]=this}};function oS(e){return 2!==e.type}function iS(e){if(null===e[23])return;let t=!0;for(;t;){let n=!1;for(const r of e[23])r.dirty&&(n=!0,null===r.zone||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(8192&e[2])}}function ch(e,t=0){const r=e[10].rendererFactory;r.begin?.();try{!function CP(e,t){const n=$b();try{l_(!0),ym(e,t);let r=0;for(;la(e);){if(100===r)throw new we(103,!1);r++,ym(e,1)}}finally{l_(n)}}(e,t)}finally{r.end?.()}}function sS(e,t,n,r){if(gi(t))return;const o=t[2];Vp(t);let a=!0,c=null,l=null;oS(e)?(l=function hP(e){return e[24]??function fP(e){const t=rS.pop()??Object.create(gP);return t.lView=e,t}(e)}(t),c=Ce(l)):null===function le(){return H}()?(a=!1,l=function mP(e){const t=e[24]??Object.create(vP);return t.lView=e,t}(t),c=Ce(l)):t[24]&&(Xe(t[24]),t[24]=null);try{Op(t),function Wb(e){return Ut.lFrame.bindingIndex=e}(e.bindingStartIndex),null!==n&&ZT(e,t,n,2,r);const d=!(3&~o);if(d){const I=e.preOrderCheckHooks;null!==I&&v_(t,I,null)}else{const I=e.preOrderHooks;null!==I&&y_(t,I,0,null),ig(t,0)}if(function bP(e){for(let t=aE(e);null!==t;t=cE(t)){if(!(2&t[2]))continue;const n=t[9];for(let r=0;r<n.length;r++)Ll(n[r])}}(t),iS(t),aS(t,0),null!==e.contentQueries&&WE(e,t),d){const I=e.contentCheckHooks;null!==I&&v_(t,I)}else{const I=e.contentHooks;null!==I&&y_(t,I,1),ig(t,1)}!function TP(e,t){const n=e.hostBindingOpCodes;if(null!==n)try{for(let r=0;r<n.length;r++){const o=n[r];if(o<0)Vi(~o);else{const i=o,s=n[++r],a=n[++r];xR(s,i);const c=t[i];yn(pt.HostBindingsUpdateStart,c);try{a(2,c)}finally{yn(pt.HostBindingsUpdateEnd,c)}}}}finally{Vi(-1)}}(e,t);const f=e.components;null!==f&&lS(t,f,0);const y=e.viewQuery;if(null!==y&&Lg(2,y,r),d){const I=e.viewCheckHooks;null!==I&&v_(t,I)}else{const I=e.viewHooks;null!==I&&y_(t,I,2),ig(t,2)}if(!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),t[22]){for(const I of t[22])I();t[22]=null}nS(t),t[2]&=-73}catch(d){throw mc(t),d}finally{null!==l&&(Ge(l,c),a&&function pP(e){e.lView[24]!==e&&(e.lView=null,rS.push(e))}(l)),jp()}}function aS(e,t){for(let n=aE(e);null!==n;n=cE(n))for(let r=10;r<n.length;r++)cS(n[r],t)}function EP(e,t,n){yn(pt.ComponentStart);const r=qr(t,e);try{cS(r,n)}finally{yn(pt.ComponentEnd,r[8])}}function cS(e,t){s_(e)&&ym(e,t)}function ym(e,t){const r=e[1],o=e[2],i=e[24];let s=!!(0===t&&16&o);if(s||=!!(64&o&&0===t),s||=!!(1024&o),s||=!(!i?.dirty||!Ne(i)),s||=!1,i&&(i.dirty=!1),e[2]&=-9217,s)sS(r,e,r.template,e[8]);else if(8192&o){const a=X(null);try{iS(e),aS(e,1);const c=r.components;null!==c&&lS(e,c,1),nS(e)}finally{X(a)}}}function lS(e,t,n){for(let r=0;r<t.length;r++)EP(e,t[r],n)}function Bc(e,t){const n=$b()?64:1088;for(e[10].changeDetectionScheduler?.notify(t);e;){e[2]|=n;const r=Fi(e);if(Bi(e)&&!r)return e;e=r}return null}function dS(e,t){const n=10+t;if(n<e.length)return e[n]}function Fc(e,t,n,r=!0){const o=t[1];if(function SP(e,t,n,r){const o=10+r,i=n.length;r>0&&(n[o-1][4]=t),r<i-10?(t[4]=n[o],function Vd(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}(n,10+r,t)):(n.push(t),t[4]=null),t[3]=n;const s=t[16];null!==s&&n!==s&&_S(s,t);const a=t[18];null!==a&&a.insertView(e),Pl(t),t[2]|=128}(o,t,e,n),r){const s=hm(n,e),a=t[11],c=a.parentNode(e[7]);null!==c&&function $L(e,t,n,r,o,i){r[0]=o,r[5]=t,th(e,r,n,1,o,i)}(o,e[5],a,t,c,s)}const i=t[6];null!==i&&null!==i.firstChild&&(i.firstChild=null)}function Cm(e,t){const n=uu(e,t);return void 0!==n&&cu(n[1],n),n}function uu(e,t){if(e.length<=10)return;const n=10+t,r=e[n];if(r){const o=r[16];null!==o&&o!==e&&cm(o,r),t>0&&(e[n-1][4]=r[4]);const i=_c(e,10+t);!function zT(e,t){VT(e,t),t[0]=null,t[5]=null}(r[1],r);const s=i[18];null!==s&&s.detachView(i[1]),r[3]=null,r[4]=null,r[2]&=-129}return r}function _S(e,t){const n=e[9],r=t[3];(Kn(r)||t[15]!==r[3][15])&&(e[2]|=2),null===n?e[9]=[t]:n.push(t)}class du{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const t=this._lView,n=t[1];return lu(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[8]}set context(t){this._lView[8]=t}get destroyed(){return gi(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const t=this._lView[3];if(Wr(t)){const n=t[8],r=n?n.indexOf(this):-1;r>-1&&(uu(t,r),_c(n,r))}this._attachedToViewContainer=!1}cu(this._lView[1],this._lView)}onDestroy(t){c_(this._lView,t)}markForCheck(){Bc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[2]&=-129}reattach(){Pl(this._lView),this._lView[2]|=128}detectChanges(){this._lView[2]|=1024,ch(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new we(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const t=Bi(this._lView),n=this._lView[16];null!==n&&!t&&cm(n,this._lView),VT(this._lView[1],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new we(902,!1);this._appRef=t;const n=Bi(this._lView),r=this._lView[16];null!==r&&!n&&_S(r,this._lView),Pl(this._lView)}}function Ia(e,t,n,r,o){let i=e.data[t];if(null===i)i=function Sm(e,t,n,r,o){const i=Hb(),s=zb(),c=e.data[t]=function FP(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return Bb()&&(a|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,controlDirectiveIndex:-1,customControlIndex:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,namespace:e0(),attrs:i,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,s?i:i&&i.parent,n,t,r,o);return function BP(e,t,n,r){null===e.firstChild&&(e.firstChild=t),null!==n&&(r?null==n.child&&null!==t.parent&&(n.child=t):null===n.next&&(n.next=t,t.prev=n))}(e,c,i,s),c}(e,t,n,r,o),function DR(){return Ut.lFrame.inI18n}()&&(i.flags|=32);else if(64&i.type){i.type=n,i.value=r,i.attrs=o;const s=function Ul(){const e=Ut.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}();i.injectorIndex=null===s?-1:s.injectorIndex}return Ui(i,!0),i}function kS(e,t){let n=0,r=e.firstChild;if(r){const o=e.data.r;for(;n<o;){const i=r.nextSibling;nu(t,r,!1),r=i,n++}}}let CB=class{},BS=class{};class bB{resolveComponentFactory(t){throw new we(917,!1)}}let Hc=class{static NULL=new bB};class km{}let Aa=(()=>class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>function EB(){const e=Me(),n=qr(jt().index,e);return(Kn(n)?n:e)[11]}()})(),TB=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:()=>null})}return e})();const Mm={};class Vc{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){const o=this.injector.get(t,Mm,r);return o!==Mm||n===Mm?o:this.parentInjector.get(t,n,r)}}function mh(e,t,n){let r=n?e.styles:null,o=n?e.classes:null,i=0;if(null!==t)for(let s=0;s<t.length;s++){const a=t[s];"number"==typeof a?i=a:1==i?o=ui(o,a):2==i&&(r=ui(r,a+": "+t[++s]+";"))}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}function it(e,t=0){const n=Me();return null===n?Dt(e,t):V0(jt(),n,Nt(e),t)}function xB(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function HS(e,t,n,r){const o=0===e?n.inputs:n.outputs;for(const i in o)if(o.hasOwnProperty(i)){let s;s=0===e?t.inputs??={}:t.outputs??={},s[i]??=[],s[i].push(r),VS(t,i)}}function zS(e,t,n,r){const o=0===e?n.inputs:n.outputs;for(const i in o)if(o.hasOwnProperty(i)){const s=o[i];let a;a=0===e?t.hostDirectiveInputs??={}:t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,i),VS(t,s)}}function VS(e,t){"class"===t?e.flags|=8:"style"===t&&(e.flags|=16)}function jS(e,t,n){const{attrs:r,inputs:o,hostDirectiveInputs:i}=e;if(null===r||!n&&null===o||n&&null===i||qg(e))return e.initialInputs??=[],void e.initialInputs.push(null);let s=null,a=0;for(;a<r.length;){const c=r[a];if(0!==c)if(5!==c){if("number"==typeof c)break;if(!n&&o.hasOwnProperty(c)){const l=o[c];for(const d of l)if(d===t){s??=[],s.push(c,r[a+1]);break}}else if(n&&i.hasOwnProperty(c)){const l=i[c];for(let d=0;d<l.length;d+=2)if(l[d]===t){s??=[],s.push(l[d+1],r[a+1]);break}}a+=2}else a+=2;else a+=4}e.initialInputs??=[],e.initialInputs.push(s)}function RB(e,t,n,r,o){e.data[r]=o;const i=o.factory||(o.factory=Mi(o.type)),s=new $l(i,Uo(o),it,null);e.blueprint[r]=s,n[r]=s,function MB(e,t,n,r,o){const i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;null===s&&(s=e.hostBindingOpCodes=[]);const a=~t.index;(function OB(e){let t=e.length;for(;t>0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(s)!=a&&s.push(a),s.push(n,r,i)}}(e,t,r,ou(e,n,o.hostVars,En),o)}function LB(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Uo(t)&&(n[""]=e)}}function Om(e,t,n,r,o,i,s,a){const c=t[1],l=c.consts,f=Ia(c,e,n,r,Lr(l,s));return i&&function US(e,t,n,r,o){const i=null===r?null:{"":-1},s=o(e,n);if(null!==s){let a=s,c=null,l=null;for(const d of s)if(null!==d.resolveHostDirectives){[a,c,l]=d.resolveHostDirectives(s);break}!function NB(e,t,n,r,o,i,s){const a=r.length;let c=null;for(let y=0;y<a;y++){const I=r[y];null===c&&Uo(I)&&(c=I,xB(e,n,y)),ug(b_(n,t),e,I.type)}(function PB(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t})(n,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let y=0;y<a;y++){const I=r[y];I.providersResolver&&I.providersResolver(I)}let l=!1,d=!1,f=ou(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let y=0;y<a;y++){const I=r[y];if(n.mergedAttrs=wc(n.mergedAttrs,I.hostAttrs),RB(e,n,t,f,I),LB(f,I,o),null!==s&&s.has(I)){const[fe,pe]=s.get(I);n.directiveToIndex.set(I.type,[f,fe+n.directiveStart,pe+n.directiveStart])}else(null===i||!i.has(I))&&n.directiveToIndex.set(I.type,f);null!==I.contentQueries&&(n.flags|=4),(null!==I.hostBindings||null!==I.hostAttrs||0!==I.hostVars)&&(n.flags|=64);const z=I.type.prototype;!l&&(z.ngOnChanges||z.ngOnInit||z.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),l=!0),!d&&(z.ngOnChanges||z.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),d=!0),f++}!function kB(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){const o=e.data[r];if(null!==n&&n.has(o)){const i=n.get(o);zS(0,t,i,r),zS(1,t,i,r),jS(t,r,!0)}else HS(0,t,o,r),HS(1,t,o,r),jS(t,r,!1)}}(e,n,i)}(e,t,n,a,i,c,l)}null!==i&&null!==r&&function DB(e,t,n){const r=e.localNames=[];for(let o=0;o<t.length;o+=2){const i=n[t[o+1]];if(null==i)throw new we(-301,!1);r.push(t[o],i)}}(n,r,i)}(c,t,f,Lr(l,a),o),f.mergedAttrs=wc(f.mergedAttrs,f.attrs),null!==f.attrs&&mh(f,f.attrs,!1),null!==f.mergedAttrs&&mh(f,f.mergedAttrs,!0),null!==c.queries&&c.queries.elementStart(c,f),f}function Lm(e,t){(function N0(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){const i=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),l&&((e.viewHooks??=[]).push(n,l),(e.viewCheckHooks??=[]).push(n,l)),null!=d&&(e.destroyHooks??=[]).push(n,d)}})(e,t),xp(t)&&e.queries.elementEnd(t)}function Pm(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function Vn(e,t,n){return n!==En&&(!Object.is(e[t],n)&&(e[t]=n,!0))}function As(e,t,n){return function r(o){const i=r.__ngNativeEl__;void 0!==i&&function JO(e,t){if(null==e||"object"!=typeof e)return;let n=Ag.get(e);n||(n=new WeakSet,Ag.set(e,n)),n.add(t)}(o,i),Bc(Qo(e)?qr(e.index,t):t,5);const a=t[8];let c=$S(t,a,n,o),l=r.__ngNextListenerFn__;for(;l;)c=$S(t,a,l,o)&&c,l=l.__ngNextListenerFn__;return c}}function $S(e,t,n,r){const o=X(null);try{return yn(pt.OutputStart,t,n),!1!==n(r)}catch(i){return function vm(e,t){const n=e[9];if(!n)return;let r;try{r=n.get(gs,null)}catch{r=null}r?.(t)}(e,i),!1}finally{yn(pt.OutputEnd,t,n),X(o)}}function WS(e,t,n,r,o,i,s){const a=t.firstCreatePass?function Lb(e){return e.cleanup??=[]}(t):null,c=function Ob(e){return e[7]??=[]}(n),l=c.length;c.push(o,i),a&&a.push(r,e,l,(l+1)*(s?-1:1))}function Gc(e,t,n,r,o,i){const a=t[1],f=t[n][a.data[n].outputs[r]].subscribe(i);WS(e.index,a,t,o,i,f,!0)}const Ki=Symbol("BINDING");function Fm(e){return e.debugInfo?.className||e.type.name||null}class eI extends Hc{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const n=vn(t);return new Um(n,this.ngModule)}}class Um extends BS{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function JB(e){return Object.keys(e).map(t=>{const[n,r,o]=e[t],i={propName:n,templateName:t,isSignal:0!==(r&q_.SignalBased)};return o&&(i.transform=o),i})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function QB(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function EL(e){return e.map(bL).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,o,i,s){yn(pt.DynamicComponentStart);const a=X(null);try{const c=this.componentDef,l=function eF(e,t,n){let r=t instanceof mo?t:t?.injector;return r&&null!==e.getStandaloneInjector&&(r=e.getStandaloneInjector(r)||r),r?new Vc(n,r):n}(c,o||this.ngModule,t),d=function tF(e){const t=e.get(km,null);if(null===t)throw new we(407,!1);return{rendererFactory:t,sanitizer:e.get(TB,null),changeDetectionScheduler:e.get(da,null),ngReflect:!1,tracingService:e.get(Ea,null,{optional:!0})}}(l),f=d.tracingService;return f&&f.componentCreate?f.componentCreate(Fm(c),()=>this.createComponentRef(d,l,n,r,i,s)):this.createComponentRef(d,l,n,r,i,s)}finally{X(a)}}createComponentRef(t,n,r,o,i,s){const a=this.componentDef,c=function oF(e,t,n,r){const o=e?["ng-version","21.2.17"]:function TL(e){const t=[],n=[];let r=1,o=2;for(;r<e.length;){let i=e[r];if("string"==typeof i)2===o?""!==i&&t.push(i,e[++r]):8===o&&n.push(i);else{if(!ri(o))break;o=i}r++}return n.length&&t.push(1,...n),t}(t.selectors[0]);let i=null,s=null,a=0;if(n)for(const d of n)a+=d[Ki].requiredVars,d.create&&(d.targetIdx=0,(i??=[]).push(d)),d.update&&(d.targetIdx=0,(s??=[]).push(d));if(r)for(let d=0;d<r.length;d++){const f=r[d];if("function"!=typeof f)for(const y of f.bindings){a+=y[Ki].requiredVars;const I=d+1;y.create&&(y.targetIdx=I,(i??=[]).push(y)),y.update&&(y.targetIdx=I,(s??=[]).push(y))}}const c=[t];if(r)for(const d of r){const y=$r("function"==typeof d?d:d.type);c.push(y)}return Kg(0,null,function iF(e,t){return e||t?n=>{if(1&n&&e)for(const r of e)r.create();if(2&n&&t)for(const r of t)r.update()}:null}(i,s),1,a,c,null,null,null,[o],null)}(o,a,s,i),l=t.rendererFactory.createRenderer(null,a),d=o?function QL(e,t,n,r){const i=r.get(GO,!1)||n===Vo.ShadowDom||n===Vo.ExperimentalIsolatedShadowDom,s=e.selectRootElement(t,i);if("script"===s.tagName.toLowerCase())throw new we(905,!1);return function eP(e){JT(e)}(s),s}(l,o,a.encapsulation,n):function nF(e,t){const n=function rF(e){return(e.selectors[0][0]||"div").toLowerCase()}(e);return V_(t,n,"svg"===n?"svg":"math"===n?"math":null)}(a,l),f=s?.some(tI)||i?.some(z=>"function"!=typeof z&&z.bindings.some(tI)),y=W_(null,c,null,512|Yg(a),null,null,t,l,n,null,null);y[27]=d,Vp(y);let I=null;try{const z=Om(27,y,2,"#host",()=>c.directiveRegistry,!0,0);fT(l,d,z),To(d,y),nh(c,y,z),Pg(c,z,y),Lm(c,z),void 0!==r&&function aF(e,t,n){const r=e.projection=[];for(let o=0;o<t.length;o++){const i=n[o];r.push(null!=i&&i.length?Array.from(i):null)}}(z,this.ngContentSelectors,r),I=qr(z.index,y),y[8]=I[8],ah(c,y,null)}catch(z){throw null!==I&&pg(I),pg(y),z}finally{yn(pt.DynamicComponentEnd),jp()}return new sF(this.componentType,y,!!f)}}function tI(e){const t=e[Ki].kind;return"input"===t||"twoWay"===t}class sF extends CB{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=ca(n[1],27),this.location=Ac(this._tNode,n),this.instance=qr(this._tNode.index,n)[8],this.hostView=this.changeDetectorRef=new du(n,void 0),this.componentType=t}setInput(t,n){const r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;const o=this._rootLView;sh(r,o[1],o,t,n),this.previousInputValues.set(t,n),Bc(qr(r.index,o),1)}get injector(){return new ir(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}}let Na=class{};class CI extends Na{injector;componentFactoryResolver=new eI(this);instance=null;constructor(t){super();const n=new ls([...t.providers,{provide:Na,useValue:this},{provide:Hc,useValue:this.componentFactoryResolver}],t.parent||Zd(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}let wF=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){const r=Wd(0,n.type),o=r.length>0?function bI(e,t,n=null){return new CI({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}([r],this._injector,""):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(const n of this.cachedInjectors.values())null!==n&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=et({token:e,providedIn:"environment",factory:()=>new e(Dt(mo))})}return e})();function Ro(e){return $i(()=>{const t=TI(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===I_.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(wF).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Vo.Emulated,styles:e.styles||Mn,_:null,schemas:e.schemas||null,tView:null,id:""};t.standalone&&Xr("NgStandalone"),SI(n);const r=e.dependencies;return n.directiveDefs=bh(r,EI),n.pipeDefs=bh(r,Bo),n.id=function NF(e){let t=0;const r=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,"function"==typeof e.consts?"":e.consts,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(const i of r.join("|"))t=Math.imul(31,t)+i.charCodeAt(0)|0;return t+=2147483648,"c"+t}(n),n})}function EI(e){return vn(e)||$r(e)}function Ch(e){return $i(()=>({type:e.type,bootstrap:e.bootstrap||Mn,declarations:e.declarations||Mn,imports:e.imports||Mn,exports:e.exports||Mn,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function AF(e,t){if(null==e)return Zo;const n={};for(const r in e)if(e.hasOwnProperty(r)){const o=e[r];let i,s,a,c;Array.isArray(o)?(a=o[0],i=o[1],s=o[2]??i,c=o[3]||null):(i=o,s=o,a=q_.None,c=null),n[i]=[r,a,c],t[i]=s}return n}function DF(e){if(null==e)return Zo;const t={};for(const n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function Ht(e){return $i(()=>{const t=TI(e);return SI(t),t})}function So(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function TI(e){const t={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Zo,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:!0===e.signals,selectors:e.selectors||Mn,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,controlDef:null,inputs:AF(e.inputs,t),outputs:DF(e.outputs),debugInfo:null}}function SI(e){e.features?.forEach(t=>t(e))}function bh(e,t){return e?()=>{const n="function"==typeof e?e():e,r=[];for(const o of n){const i=t(o);null!==i&&r.push(i)}return r}:null}function tv(e){const t=n=>{const r=Array.isArray(e);null===n.hostDirectives?(n.resolveHostDirectives=RF,n.hostDirectives=r?e.map(nv):[e]):r?n.hostDirectives.unshift(...e.map(nv)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function RF(e){const t=[];let n=!1,r=null,o=null;for(let i=0;i<e.length;i++){const s=e[i];if(null!==s.hostDirectives){const a=t.length;r??=new Map,o??=new Map,II(s,t,r),o.set(s,[a,t.length-1])}0===i&&Uo(s)&&(n=!0,t.push(s))}for(let i=n?1:0;i<e.length;i++)t.push(e[i]);return[t,r,o]}function II(e,t,n){if(null!==e.hostDirectives)for(const r of e.hostDirectives)if("function"==typeof r){const o=r();for(const i of o)wI(nv(i),t,n)}else wI(r,t,n)}function wI(e,t,n){const r=$r(e.directive);(function MF(e,t){for(const n in t)t.hasOwnProperty(n)&&(e[t[n]]=e[n])})(r.declaredInputs,e.inputs),II(r,t,n),n.set(r,e),t.push(r)}function nv(e){return"function"==typeof e?{directive:Nt(e),inputs:Zo,outputs:Zo}:{directive:Nt(e.directive),inputs:AI(e.inputs),outputs:AI(e.outputs)}}function AI(e){if(void 0===e||0===e.length)return Zo;const t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function Cn(e){let t=function OF(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),n=!0;const r=[e];for(;t&&t!==Function.prototype&&t!==Object.prototype;){let o;const i=Object.hasOwn(t,Il)?t[Il]:void 0,s=Object.hasOwn(t,Od)?t[Od]:void 0;if(Uo(e))o=i??s;else{if(i)throw new we(903,!1);o=s}if(o){if(n){r.push(o);const c=e;c.inputs=rv(e.inputs),c.declaredInputs=rv(e.declaredInputs),c.outputs=rv(e.outputs);const l=o.hostBindings;l&&UF(e,l);const d=o.viewQuery,f=o.contentQueries;if(d&&BF(e,d),f&&FF(e,f),LF(e,o),Xs(e.outputs,o.outputs),Uo(o)&&o.data.animation){const y=e.data;y.animation=(y.animation||[]).concat(o.data.animation)}}const a=o.features;if(a)for(let c=0;c<a.length;c++){const l=a[c];l&&l.ngInherit&&l(e),l===Cn&&(n=!1)}}t=Object.getPrototypeOf(t)}!function PF(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){const o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=wc(o.hostAttrs,n=wc(n,o.hostAttrs))}}(r)}function LF(e,t){for(const n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;const r=t.inputs[n];void 0!==r&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n])}}function rv(e){return e===Zo?{}:e===Mn?[]:e}function BF(e,t){const n=e.viewQuery;e.viewQuery=n?(r,o)=>{t(r,o),n(r,o)}:t}function FF(e,t){const n=e.contentQueries;e.contentQueries=n?(r,o,i)=>{t(r,o,i),n(r,o,i)}:t}function UF(e,t){const n=e.hostBindings;e.hostBindings=n?(r,o)=>{t(r,o),n(r,o)}:t}function ka(e,t,n,r,o,i,s,a,c,l,d){const f=n+27;let y;if(t.firstCreatePass){if(y=Ia(t,f,4,s||null,a||null),null!=l){const I=Lr(t.consts,l);y.localNames=[];for(let z=0;z<I.length;z+=2)y.localNames.push(I[z],-1)}}else y=t.data[f];return function xI(e,t,n,r,o,i,s,a){if(n.firstCreatePass){e.mergedAttrs=wc(e.mergedAttrs,e.attrs);const d=e.tView=Kg(2,e,o,i,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);null!==n.queries&&(n.queries.template(n,e),d.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),Ui(e,!1);const c=RI(n,t,e,r);d_()&&_m(n,t,c,e),To(c,t);const l=function uS(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}(c,t,c,e);t[r+27]=l,Xg(t,l)}(y,e,t,n,r,o,i,c),null!=l&&Lc(e,y,d),y}let RI=function MI(e,t,n,r){return Hl(!0),t[11].createComment("")};const cw=new qe("");function Nh(e){return!!e&&"function"==typeof e.then}function uw(e){return!!e&&"function"==typeof e.subscribe}const _v=new qe("");let dw=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=ue(_v,{optional:!0})??[];injector=ue(or);constructor(){}runInitializers(){if(this.initialized)return;const n=[];for(const o of this.appInits){const i=Jo(this.injector,o);if(Nh(i))n.push(i);else if(uw(i)){const s=new Promise((a,c)=>{i.subscribe({complete:a,error:c})});n.push(s)}}const r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(o=>{this.reject(o)}),0===n.length&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const XU=new qe("");let Yi=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=ue(gs);afterRenderManager=ue(LT);zonelessEnabled=ue(Yp);rootEffectScheduler=ue(u0);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new dt;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=ue(ua);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(ni(n=>!n))}constructor(){ue(Ea,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=ue(mo);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,o=or.NULL){return this._injector.get(On).run(()=>{yn(pt.BootstrapComponentStart);const s=n instanceof BS;if(!this._injector.get(dw).done)throw new we(405,"");let c;c=s?n:this._injector.get(Hc).resolveComponentFactory(n),this.componentTypes.push(c.componentType);const l=function JU(e){return e.isBoundToModule}(c)?void 0:this._injector.get(Na),f=c.create(o,[],r||c.selector,l),y=f.location.nativeElement,I=f.injector.get(cw,null);return I?.registerApplication(y),f.onDestroy(()=>{this.detachView(f.hostView),kh(this.components,f),I?.unregisterApplication(y)}),this._loadComponent(f),yn(pt.BootstrapComponentEnd,f),f})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){yn(pt.ChangeDetectionStart),null!==this.tracingSnapshot?this.tracingSnapshot.run(im.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw yn(pt.ChangeDetectionEnd),new we(101,!1);const n=X(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,X(n),this.afterTick.next(),yn(pt.ChangeDetectionEnd)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(km,null,{optional:!0}));let n=0;for(;0!==this.dirtyFlags&&n++<10;){yn(pt.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{yn(pt.ChangeDetectionSyncEnd)}}}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(7&this.dirtyFlags){const r=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews)(r||la(o))&&(ch(o,r&&!this.zonelessEnabled?0:1),n=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:n})=>la(n))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(n){const r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){const r=n;kh(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(XU,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>kh(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new we(406,!1);const n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function kh(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class z3{destroy(t){}updateValue(t,n){}swap(t,n){const r=Math.min(t,n),o=Math.max(t,n),i=this.detach(o);if(o-r>1){const s=this.detach(r);this.attach(r,i),this.attach(o,s)}else this.attach(r,i)}move(t,n){this.attach(n,this.detach(t))}}function yv(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function Cv(e,t,n,r){return!(void 0===t||!t.has(r)||(e.attach(n,t.get(r)),t.delete(r),0))}function Ew(e,t,n,r,o){if(Cv(e,t,r,n(r,o)))e.updateValue(r,o);else{const i=e.create(r,o);e.attach(r,i)}}function Tw(e,t,n,r){const o=new Set;for(let i=t;i<=n;i++)o.add(r(i,e.at(i)));return o}class Sw{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;const n=this.kvMap.get(t);return void 0!==this._vMap&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);void 0===this._vMap&&(this._vMap=new Map);const o=this._vMap;for(;o.has(r);)r=o.get(r);o.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),void 0!==this._vMap){const o=this._vMap;for(;o.has(r);)r=o.get(r),t(r,n)}}}function bv(e,t,n,r,o,i,s,a){Xr("NgControlFlow");const c=Me(),l=$t();return ka(c,l,e,t,n,r,o,Lr(l.consts,i),512,s,a),bv}class j3{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-10}}function Aw(e,t){return t}class $3{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}}function Du(e,t,n,r,o,i,s,a,c,l,d,f,y){Xr("NgControlFlow");const I=Me(),z=$t(),fe=void 0!==c,pe=Me(),De=a?s.bind(pe[15][8]):s,Te=new $3(fe,De);pe[27+e]=Te,ka(I,z,e+1,t,n,r,o,Lr(z.consts,i),256),fe&&ka(I,z,e+2,c,l,d,f,Lr(z.consts,y),512)}class W3 extends z3{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r}get length(){return this.lContainer.length-10}at(t){return this.getLView(t)[8].$implicit}attach(t,n){const r=n[6];this.needsIndexUpdate||=t!==this.length,Fc(this.lContainer,n,t,Sa(this.templateTNode,r)),function q3(e,t){if(e.length<=10)return;const r=e[10+t],o=r?r[26]:void 0;r&&o&&o.detachedLeaveAnimationFns&&o.detachedLeaveAnimationFns.length>0&&(function jL(e,t){const n=e.get(Q_);if(t.detachedLeaveAnimationFns){for(const r of t.detachedLeaveAnimationFns)n.queue.delete(r);t.detachedLeaveAnimationFns=void 0}}(r[9],o),ba.delete(r[19]),o.detachedLeaveAnimationFns=void 0)}(this.lContainer,t)}detach(t){return this.needsIndexUpdate||=t!==this.length-1,function K3(e,t){if(e.length<=10)return;const r=e[10+t],o=r?r[26]:void 0;o&&o.leave&&o.leave.size>0&&(o.detachedLeaveAnimationFns=[])}(this.lContainer,t),function Y3(e,t){return uu(e,t)}(this.lContainer,t)}create(t,n){return Pc(this.hostLView,this.templateTNode,new j3(this.lContainer,n,t),{dehydratedView:null})}destroy(t){cu(t[1],t)}updateValue(t,n){this.getLView(t)[8].$implicit=n}reset(){this.needsIndexUpdate=!1}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[8].$index=t}getLView(t){return function X3(e,t){return dS(e,t)}(this.lContainer,t)}}function xu(e){const t=X(null),n=Ar();try{const r=Me(),o=r[1],i=r[n],s=n+1,a=Lh(r,s);if(void 0===i.liveCollection){const l=Ev(o,s);i.liveCollection=new W3(a,r,l)}else i.liveCollection.reset();const c=i.liveCollection;if(function V3(e,t,n,r){let o,i,s=0,a=e.length-1;if(Array.isArray(t)){X(r);let l=t.length-1;for(X(null);s<=a&&s<=l;){const d=e.at(s),f=t[s],y=yv(s,d,s,f,n);if(0!==y){y<0&&e.updateValue(s,f),s++;continue}const I=e.at(a),z=t[l],fe=yv(a,I,l,z,n);if(0!==fe){fe<0&&e.updateValue(a,z),a--,l--;continue}const pe=n(s,d),De=n(a,I),Te=n(s,f);if(Object.is(Te,De)){const Tt=n(l,z);Object.is(Tt,pe)?(e.swap(s,a),e.updateValue(a,z),l--,a--):e.move(a,s),e.updateValue(s,f),s++;continue}if(o??=new Sw,i??=Tw(e,s,a,n),Cv(e,o,s,Te))e.updateValue(s,f),s++,a++;else if(i.has(Te))o.set(pe,e.detach(s)),a--;else{const Tt=e.create(s,t[s]);e.attach(s,Tt),s++,a++}}for(;s<=l;)Ew(e,o,n,s,t[s]),s++}else if(null!=t){X(r);const l=t[Symbol.iterator]();X(null);let d=l.next();for(;!d.done&&s<=a;){const f=e.at(s),y=d.value,I=yv(s,f,s,y,n);if(0!==I)I<0&&e.updateValue(s,y),s++,d=l.next();else{o??=new Sw,i??=Tw(e,s,a,n);const z=n(s,y);if(Cv(e,o,s,z))e.updateValue(s,y),s++,a++,d=l.next();else if(i.has(z)){const fe=n(s,f);o.set(fe,e.detach(s)),a--}else e.attach(s,e.create(s,y)),s++,a++,d=l.next()}}for(;!d.done;)Ew(e,o,n,e.length,d.value),d=l.next()}for(;s<=a;)e.destroy(e.detach(a--));o?.forEach(l=>{e.destroy(l)})}(c,e,i.trackByFn,t),c.updateIndexes(),i.hasEmptyBlock){const l=Co(),d=0===c.length;if(Vn(r,l,d)){const f=n+2,y=Lh(r,f);if(d){const I=Ev(o,f),z=null;Fc(y,Pc(r,I,void 0,{dehydratedView:z}),0,Sa(I,z))}else o.firstUpdatePass&&function fh(e){const t=e[6]??[],r=e[3][11],o=[];for(const i of t)void 0!==i.data.di?o.push(i):kS(i,r);e[6]=o}(y),Cm(y,0)}}}finally{X(t)}}function Lh(e,t){return e[t]}function Ev(e,t){return ca(e,t)}function io(e,t,n){const r=Me();return Vn(r,Co(),t)&&($t(),pm(ei(),r,e,t,r[11],n)),io}function Tv(e,t,n,r,o){sh(t,e,n,o?"class":"style",r)}function on(e,t,n,r){const o=Me(),i=o[1],s=e+27,a=i.firstCreatePass?Om(s,o,2,t,mm,function Fp(){return Ut.bindingsEnabled}(),n,r):i.data[s];if(Qo(a)){const c=o[10].tracingService;if(c&&c.componentCreate)return c.componentCreate(Fm(i.data[a.directiveStart+a.componentOffset]),()=>(Dw(e,t,o,a,r),on))}return Dw(e,t,o,a,r),on}function Dw(e,t,n,r,o){if(oh(r,n,e,t,Sv),aa(r)){const i=n[1];nh(i,n,r),Pg(i,r,n)}null!=o&&Lc(n,r)}function gn(){const e=$t(),n=ih(jt());return e.firstCreatePass&&Lm(e,n),Fb(n)&&Ub(),Pb(),null!=n.classesWithoutHost&&function $M(e){return!!(8&e.flags)}(n)&&Tv(e,n,Me(),n.classesWithoutHost,!0),null!=n.stylesWithoutHost&&function WM(e){return!!(16&e.flags)}(n)&&Tv(e,n,Me(),n.stylesWithoutHost,!1),gn}function Pa(e,t,n,r){return on(e,t,n,r),gn(),Pa}function so(e,t,n,r){const o=Me(),i=o[1],s=e+27,a=i.firstCreatePass?function GS(e,t,n,r,o,i){const s=t.consts,c=Ia(t,e,n,r,Lr(s,o));if(c.mergedAttrs=wc(c.mergedAttrs,c.attrs),null!=i){const l=Lr(s,i);c.localNames=[];for(let d=0;d<l.length;d+=2)c.localNames.push(l[d],-1)}return null!==c.attrs&&mh(c,c.attrs,!1),null!==c.mergedAttrs&&mh(c,c.mergedAttrs,!0),null!==t.queries&&t.queries.elementStart(t,c),c}(s,i,2,t,n,r):i.data[s];return oh(a,o,e,t,Sv),null!=r&&Lc(o,a),so}function Go(){return Fb(ih(jt()))&&Ub(),Pb(),Go}function Ba(e,t,n,r){return so(e,t,n,r),Go(),Ba}let Sv=(e,t,n,r,o)=>(Hl(!0),V_(t[11],r,e0()));function Bh(){return Me()}function Fh(e,t,n){const r=Me();return Vn(r,Co(),t)&&($t(),gm(ei(),r,e,t,r[11],n)),Fh}const Uh="en-US";let Lw=Uh;function er(e,t,n){const r=Me(),o=$t(),i=jt();return function Rv(e,t,n,r,o,i,s){let a=!0,c=null;if((3&r.type||s)&&(c??=As(r,t,i),function Bm(e,t,n,r,o,i,s,a){const c=aa(e);let l=!1,d=null;if(!r&&c&&(d=function zB(e,t,n,r){const o=e.cleanup;if(null!=o)for(let i=0;i<o.length-1;i+=2){const s=o[i];if(s===n&&o[i+1]===r){const a=t[7],c=o[i+2];return a&&a.length>c?a[c]:null}"string"==typeof s&&(i+=2)}return null}(t,n,i,e.index)),null!==d)(d.__ngLastListenerFn__||d).__ngNextListenerFn__=s,d.__ngLastListenerFn__=s,l=!0;else{const f=Qn(e,n),y=r?r(f):f;r||(a.__ngNativeEl__=f);const I=o.listen(y,i,a);(function HB(e){return e.startsWith("animation")||e.startsWith("transition")})(i)||WS(r?fe=>r(wr(fe[e.index])):e.index,t,n,i,a,I,!1)}return l}(r,e,t,s,n,o,i,c)&&(a=!1)),a){const l=r.outputs?.[o],d=r.hostDirectiveOutputs?.[o];if(d&&d.length)for(let f=0;f<d.length;f+=2){const y=d[f],I=d[f+1];c??=As(r,t,i),Gc(r,t,y,I,o,c)}if(l&&l.length)for(const f of l)c??=As(r,t,i),Gc(r,t,f,o,o,c)}}(o,r,r[11],i,e,t,n),er}function Zi(e=1){return function RR(e){return(Ut.lFrame.contextLView=function a_(e,t){for(;e>0;)t=t[14],e--;return t}(e,Ut.lFrame.contextLView))[8]}(e)}function j8(e,t){let n=null;const r=function mL(e){const t=e.attrs;if(null!=t){const n=t.indexOf(5);if(!(1&n))return t[n+1]}return null}(e);for(let o=0;o<t.length;o++){const i=t[o];if("*"!==i){if(null===r?wT(e,i,!0):CL(r,i))return o}else n=o}return n}function Ns(e){const t=Me()[15][5];if(!t.projection){const r=t.projection=function hc(e,t){const n=[];for(let r=0;r<e;r++)n.push(t);return n}(e?e.length:1,null),o=r.slice();let i=t.child;for(;null!==i;){if(128!==i.type){const s=e?j8(i,e):0;null!==s&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function ks(e,t=0,n,r,o,i){const s=Me(),a=$t(),c=r?e+1:null;null!==c&&ka(s,a,c,r,o,i,null,n);const l=Ia(a,27+e,16,null,n||null);null===l.projection&&(l.projection=t),Vb();const f=!s[6]||Bb();null===s[15][5].projection[l.projection]&&null!==c?function G8(e,t,n){const r=27+n,o=t.data[r],i=e[r];Fc(i,Pc(e,o,void 0,{dehydratedView:null}),0,Sa(o,null))}(s,a,c):f&&!R_(l)&&function XL(e,t,n){XT(t[11],0,t,n,um(e,n,t),$T(n.parent||t[5],n,t))}(a,s,l)}function Gh(e,t){return e<<17|t<<2}function Fa(e){return e>>17&32767}function Mv(e){return 2|e}function Jc(e){return(131068&e)>>2}function Ov(e,t){return-131069&e|t<<2}function Lv(e){return 1|e}function iA(e,t,n,r){const o=e[n+1],i=null===t;let s=r?Fa(o):Jc(o),a=!1;for(;0!==s&&(!1===a||i);){const l=e[s+1];e4(e[s],t)&&(a=!0,e[s+1]=r?Lv(l):Mv(l)),s=r?Fa(l):Jc(l)}a&&(e[n+1]=r?Mv(o):Lv(o))}function e4(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&ta(e,t)>=0}function $h(e,t){return function hA(e,t,n,r){const o=Me(),i=$t(),s=zi(2);i.firstUpdatePass&&function gA(e,t,n,r){const o=e.data;if(null===o[n+1]){const i=o[Ar()],s=function pA(e,t){return t>=e.expandoStartIndex}(e,n);(function CA(e,t){return!!(e.flags&(t?8:16))})(i,r)&&null===t&&!s&&(t=!1),t=function d4(e,t,n,r){const o=function Hp(e){const t=Ut.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}(e);let i=r?t.residualClasses:t.residualStyles;if(null===o)0===(r?t.classBindings:t.styleBindings)&&(n=Lu(n=Pv(null,e,t,n,r),t.attrs,r),i=null);else{const s=t.directiveStylingLast;if(-1===s||e[s]!==o)if(n=Pv(o,e,t,n,r),null===i){let c=function _4(e,t,n){const r=n?t.classBindings:t.styleBindings;if(0!==Jc(r))return e[Fa(r)]}(e,t,r);void 0!==c&&Array.isArray(c)&&(c=Pv(null,e,t,c[1],r),c=Lu(c,t.attrs,r),function h4(e,t,n,r){e[Fa(n?t.classBindings:t.styleBindings)]=r}(e,t,r,c))}else i=function f4(e,t,n){let r;const o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++)r=Lu(r,e[i].hostAttrs,n);return Lu(r,t.attrs,n)}(e,t,r)}return void 0!==i&&(r?t.residualClasses=i:t.residualStyles=i),n}(o,i,t,r),function J8(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=Fa(s),c=Jc(s);e[r]=n;let d,l=!1;if(Array.isArray(n)?(d=n[1],(null===d||ta(n,d)>0)&&(l=!0)):d=n,o)if(0!==c){const y=Fa(e[a+1]);e[r+1]=Gh(y,a),0!==y&&(e[y+1]=Ov(e[y+1],r)),e[a+1]=function X8(e,t){return 131071&e|t<<17}(e[a+1],r)}else e[r+1]=Gh(a,0),0!==a&&(e[a+1]=Ov(e[a+1],r)),a=r;else e[r+1]=Gh(c,0),0===a?a=r:e[c+1]=Ov(e[c+1],r),c=r;l&&(e[r+1]=Mv(e[r+1])),iA(e,d,r,!0),iA(e,d,r,!1),function Q8(e,t,n,r,o){const i=o?e.residualClasses:e.residualStyles;null!=i&&"string"==typeof t&&ta(i,t)>=0&&(n[r+1]=Lv(n[r+1]))}(t,d,e,r,i),s=Gh(a,c),i?t.classBindings=s:t.styleBindings=s}(o,i,t,n,s,r)}}(i,e,s,r),t!==En&&Vn(o,s,t)&&function vA(e,t,n,r,o,i,s,a){if(!(3&t.type))return;const c=e.data,l=c[a+1],d=function Z8(e){return!(1&~e)}(l)?yA(c,t,n,o,Jc(l),s):void 0;Wh(d)||(Wh(i)||function Y8(e){return!(2&~e)}(l)&&(i=yA(c,null,n,o,a,s)),function JL(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=-1===r.indexOf("-")?void 0:Is.DashCase;null==o?e.removeStyle(n,r,i):("string"==typeof o&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=Is.Important),e.setStyle(n,r,o,i))}}(r,s,fs(Ar(),n),o,i))}(i,i.data[Ar()],o,o[11],e,o[s+1]=function v4(e,t){return null==e||""===e||("string"==typeof t?e+=t:"object"==typeof e&&(e=fo(Es(e)))),e}(t,n),r,s)}(e,t,null,!0),$h}function Pv(e,t,n,r,o){let i=null;const s=n.directiveEnd;let a=n.directiveStylingLast;for(-1===a?a=n.directiveStart:a++;a<s&&(i=t[a],r=Lu(r,i.hostAttrs,o),i!==e);)a++;return null!==e&&(n.directiveStylingLast=a),r}function Lu(e,t,n){const r=n?1:2;let o=-1;if(null!==t)for(let i=0;i<t.length;i++){const s=t[i];"number"==typeof s?o=s:o===r&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),fc(e,s,!!n||t[++i]))}return void 0===e?null:e}function yA(e,t,n,r,o,i){const s=null===t;let a;for(;o>0;){const c=e[o],l=Array.isArray(c),d=l?c[1]:c,f=null===d;let y=n[o+1];y===En&&(y=f?Mn:void 0);let I=f?Al(y,r):d===r?y:void 0;if(l&&!Wh(I)&&(I=Al(c,r)),Wh(I)&&(a=I,s))return a;const z=e[o+1];o=s?Fa(z):Jc(z)}if(null!==t){let c=i?t.residualClasses:t.residualStyles;null!=c&&(a=Al(c,r))}return a}function Wh(e){return void 0!==e}function Tn(e,t=""){const n=Me(),r=$t(),o=e+27,i=r.firstCreatePass?Ia(r,o,1,t,null):r.data[o],s=bA(r,n,i,t);n[o]=s,d_()&&_m(r,n,s,i),Ui(i,!1)}let bA=(e,t,n,r)=>(Hl(!0),function Gg(e,t){return e.createText(t)}(t[11],r));function SA(e,t,n,r,o,i=""){const a=function Da(e,t,n,r){const o=Vn(e,t,n);return Vn(e,t+1,r)||o}(e,function Hi(){return Ut.lFrame.bindingIndex}(),n,o);return zi(2),a?t+Vt(n)+r+Vt(o)+i:En}function Do(e){return Fr("",e),Do}function Fr(e,t,n){const r=Me(),o=function TA(e,t,n,r=""){return Vn(e,Co(),n)?t+Vt(n)+r:En}(r,e,t,n);return o!==En&&Ji(r,Ar(),o),Fr}function Bv(e,t,n,r,o){const i=Me(),s=SA(i,e,t,n,r,o);return s!==En&&Ji(i,Ar(),s),Bv}function Ji(e,t,n){const r=fs(t,e);!function uT(e,t,n){e.setValue(t,n)}(e[11],r,n)}const HA={};function Fv(e){Xr("NgLet");const t=$t(),n=Me(),r=e+27;return Ui(Ia(t,r,128,null,null),!1),i_(t,n,r,HA),Fv}function qh(e){const n=ps(function jb(){return Ut.lFrame.contextLView}(),27+e);if(n===HA)throw new we(314,!1);return n}function Pu(e){return Vn(Me(),Co(),e)?Vt(e):En}function VA(e,t,n){const r=$t();r.firstCreatePass&&jA(t,r.data,r.blueprint,Uo(e),n)}function jA(e,t,n,r,o){if(e=Nt(e),Array.isArray(e))for(let i=0;i<e.length;i++)jA(e[i],t,n,r,o);else{const i=$t(),s=Me(),a=jt();let c=_i(e)?e:Nt(e.provide);const l=Ap(e),d=1048575&a.providerIndexes,f=a.directiveStart,y=a.providerIndexes>>20;if(_i(e)||!e.multi){const I=new $l(l,o,it,null),z=Hv(c,t,o?d:d+y,f);-1===z?(ug(b_(a,s),i,c),Uv(i,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(I),s.push(I)):(n[z]=I,s[z]=I)}else{const I=Hv(c,t,d+y,f),z=Hv(c,t,d,d+y),pe=z>=0&&n[z];if(o&&!pe||!o&&!(I>=0&&n[I])){ug(b_(a,s),i,c);const De=function O4(e,t,n,r,o){const s=new $l(e,n,it,null);return s.multi=[],s.index=t,s.componentProviders=0,GA(s,o,r&&!n),s}(o?M4:R4,n.length,o,r,l);!o&&pe&&(n[z].providerFactory=De),Uv(i,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(De),s.push(De)}else Uv(i,e,I>-1?I:z,GA(n[o?z:I],l,!o&&r));!o&&r&&pe&&n[z].componentProviders++}}}function Uv(e,t,n,r){const o=_i(t),i=function Ip(e){return!!e.useClass}(t);if(o||i){const c=(i?Nt(t.useClass):t).prototype.ngOnDestroy;if(c){const l=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){const d=l.indexOf(n);-1===d?l.push(n,[r,c]):l[d+1].push(r,c)}else l.push(n,c)}}}function GA(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Hv(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function R4(e,t,n,r,o){return zv(this.multi,[])}function M4(e,t,n,r,o){const i=this.multi;let s;if(this.providerFactory){const a=this.providerFactory.componentProviders,c=Kl(r,r[1],this.providerFactory.index,o);s=c.slice(0,a),zv(i,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],zv(i,s);return s}function zv(e,t){for(let n=0;n<e.length;n++)t.push((0,e[n])());return t}function Bn(e,t){return n=>{n.providersResolver=(r,o)=>VA(r,o?o(e):e,!1),t&&(n.viewProvidersResolver=(r,o)=>VA(r,o?o(t):t,!0))}}function WA(e,t,n,r,o,i){const s=t+n;return Vn(e,s,o)?function oi(e,t,n){return e[t]=n}(e,s+1,i?r.call(i,o):r(o)):function Bu(e,t){const n=e[t];return n===En?void 0:n}(e,s+1)}function JA(e,t,n){const r=e+27,o=Me(),i=ps(o,r);return function Fu(e,t){return e[1].data[t].pure}(o,r)?WA(o,function Kr(){const e=Ut.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}(),t,i.transform,n,i):i.transform(n)}let xH=(()=>{class e{applicationErrorHandler=ue(gs);appRef=ue(Yi);taskService=ue(ua);ngZone=ue(On);zonelessEnabled=ue(Yp);tracing=ue(Ea,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new rt;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(h_):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(ue(XR,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{const n=this.taskService.add();this.runningTick||(this.cleanup(),this.zonelessEnabled&&!this.appRef.includeAllTestViews)?(this.switchToMicrotaskScheduler(),this.taskService.remove(n)):this.taskService.remove(n)})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}switchToMicrotaskScheduler(){this.ngZone.runOutsideAngular(()=>{const n=this.taskService.add();this.useMicrotaskScheduler=!0,queueMicrotask(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})})}notify(n){if(!this.zonelessEnabled&&5===n)return;switch(n){case 0:case 6:case 13:this.appRef.dirtyFlags|=2;break;case 3:case 2:case 4:case 5:case 1:this.appRef.dirtyFlags|=4;break;case 12:this.appRef.dirtyFlags|=16;break;case 11:break;default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick())return;const r=this.useMicrotaskScheduler?HR:i0;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>r(()=>this.tick())):this.ngZone.runOutsideAngular(()=>r(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(h_+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(0===this.appRef.dirtyFlags)return void this.cleanup();!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.applicationErrorHandler(r)}finally{this.taskService.remove(n),this.cleanup()}}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function qv(){return[{provide:da,useExisting:xH},{provide:On,useClass:$R},{provide:Yp,useValue:!0}]}const Ms=new qe("",{factory:()=>ue(Ms,{optional:!0,skipSelf:!0})||function kH(){return typeof $localize<"u"&&$localize.locale||Uh}()});
|
|
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
40
|
/**
|
|
41
41
|
* @license Angular v21.2.17
|
|
42
42
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
43
43
|
* License: MIT
|
|
44
44
|
*/
|
|
45
|
-
|
|
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
46
|
/**
|
|
47
47
|
* @license Angular v21.2.17
|
|
48
48
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
49
49
|
* License: MIT
|
|
50
50
|
*/
|
|
51
|
-
const rf=Symbol("InputSignalNode#UNSET"),s5={..._,transformFn:void 0,applyValueToInputSignal(e,t){q(e,t)}};function a5(e,t){const n=Object.create(s5);function r(){if(xe(n),n.value===rf)throw new we(-950,null);return n.value}return n.value=e,n.transformFn=t?.transform,r[ce]=n,r}function Mr(e){return new GH}function c5(e,t){return a5(e,t)}const ot=(c5.required=function W6(e){return a5(rf,e)},c5),of=new qe(""),tV=new qe("");function $u(e){return!e.moduleRef}let p5,al=null;let cf=(()=>class e{static __NG_ELEMENT_ID__=CV})();function CV(e){return function bV(e,t,n){if(Qo(e)&&!n){const r=qr(e.index,t);return new du(r,r)}return 175&e.type?new du(t[15],t):null}(jt(),Me(),!(16&~e))}class N5{supports(t){return t instanceof Map||Pm(t)}create(){return new wV}}class wV{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(t){let n;for(n=this._mapHead;null!==n;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;null!==n;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;null!==n;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;null!==n;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;null!==n;n=n._nextRemoved)t(n)}diff(t){if(t){if(!(t instanceof Map||Pm(t)))throw new we(900,!1)}else t=new Map;return this.check(t)?this:null}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(r,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{const i=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){const r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const i=o._prev,s=o._next;return i&&(i._next=s),s&&(s._prev=i),o._next=null,o._prev=null,o}const r=new AV(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}}class AV{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}}function R5(){return new lf([new N5])}let lf=(()=>{class e{static \u0275prov=et({token:e,providedIn:"root",factory:R5});factories;constructor(n){this.factories=n}static create(n,r){if(r){const o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{const r=ue(e,{optional:!0,skipSelf:!0});return e.create(n,r||R5())}}}find(n){const r=this.factories.find(o=>o.supports(n));if(r)return r;throw new we(901,!1)}}return e})();function NV(e){const{rootComponent:t,appProviders:n,platformProviders:r,platformRef:o}=e;yn(pt.BootstrapApplicationStart);try{const i=o?.injector??function sV(e=[]){if(al)return al;const t=function v5(e=[],t){return or.create({name:t,providers:[{provide:Yd,useValue:"platform"},{provide:of,useValue:new Set([()=>al=null])},...e]})}(e);return al=t,function ZU(){!function Le(e){gt=e}(()=>{throw new we(600,"")})}(),function y5(e){const t=e.get(gE,null);Jo(e,()=>{t?.forEach(n=>n())})}(t),t}(r),s=[qv(),l0,...n||[]];return function f5(e){const t=$u(e)?e.r3Injector:e.moduleRef.injector,n=t.get(On);return n.run(()=>{$u(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=t.get(gs);let o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:r})}),$u(e)){const i=()=>t.destroy(),s=e.platformInjector.get(of);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{const i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(of);s.add(i),e.moduleRef.onDestroy(()=>{kh(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return function rV(e,t,n){try{const r=n();return Nh(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}(r,n,()=>{const i=t.get(ua),s=i.add(),a=t.get(dw);return a.runInitializers(),a.donePromise.then(()=>{if(function i8(e){"string"==typeof e&&(Lw=e.toLowerCase().replace(/_/g,"-"))}(t.get(Ms,Uh)||Uh),!t.get(tV,!0))return $u(e)?t.get(Yi):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if($u(e)){const d=t.get(Yi);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return p5?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{i.remove(s)})})})}({r3Injector:new CI({providers:s,parent:i,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:i,rootComponent:t})}catch(i){return Promise.reject(i)}finally{yn(pt.BootstrapApplicationEnd)}}function Gn(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function Os(e){return this instanceof Os?(this.v=e,this):new Os(e)}function $5(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,t=e[Symbol.asyncIterator];return t?t.call(e):(e=function dy(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(i){n[i]=e[i]&&function(s){return new Promise(function(a,c){!function o(i,s,a,c){Promise.resolve(c).then(function(l){i({value:l,done:a})},s)}(a,c,(s=e[i](s)).done,s.value)})}}}"function"==typeof SuppressedError&&SuppressedError;const W5=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function q5(e){return O(e?.then)}function K5(e){return O(e[bn])}function Y5(e){return Symbol.asyncIterator&&O(e?.[Symbol.asyncIterator])}function X5(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}const Z5=function y7(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function J5(e){return O(e?.[Z5])}function Q5(e){return function G5(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o,r=n.apply(e,t||[]),i=[];return o=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(I){return function(z){return Promise.resolve(z).then(I,f)}}),o[Symbol.asyncIterator]=function(){return this},o;function a(I,z){r[I]&&(o[I]=function(fe){return new Promise(function(pe,De){i.push([I,fe,pe,De])>1||c(I,fe)})},z&&(o[I]=z(o[I])))}function c(I,z){try{!function l(I){I.value instanceof Os?Promise.resolve(I.value.v).then(d,f):y(i[0][2],I)}(r[I](z))}catch(fe){y(i[0][3],fe)}}function d(I){c("next",I)}function f(I){c("throw",I)}function y(I,z){I(z),i.shift(),i.length&&c(i[0][0],i[0][1])}}(this,arguments,function*(){const n=e.getReader();try{for(;;){const{value:r,done:o}=yield Os(n.read());if(o)return yield Os(void 0);yield yield Os(r)}}finally{n.releaseLock()}})}function e1(e){return O(e?.getReader)}function es(e){if(e instanceof se)return e;if(null!=e){if(K5(e))return function C7(e){return new se(t=>{const n=e[bn]();if(O(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(W5(e))return function b7(e){return new se(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}(e);if(q5(e))return function E7(e){return new se(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,x)})}(e);if(Y5(e))return t1(e);if(J5(e))return function T7(e){return new se(t=>{for(const n of e)if(t.next(n),t.closed)return;t.complete()})}(e);if(e1(e))return function S7(e){return t1(Q5(e))}(e)}throw X5(e)}function t1(e){return new se(t=>{(function I7(e,t){var n,r,o,i;return function V5(e,t,n,r){return new(n||(n=Promise))(function(i,s){function a(d){try{l(r.next(d))}catch(f){s(f)}}function c(d){try{l(r.throw(d))}catch(f){s(f)}}function l(d){d.done?i(d.value):function o(i){return i instanceof n?i:new n(function(s){s(i)})}(d.value).then(a,c)}l((r=r.apply(e,t||[])).next())})}(this,void 0,void 0,function*(){try{for(n=$5(e);!(r=yield n.next()).done;)if(t.next(r.value),t.closed)return}catch(s){o={error:s}}finally{try{r&&!r.done&&(i=n.return)&&(yield i.call(n))}finally{if(o)throw o.error}}t.complete()})})(e,t).catch(n=>t.error(n))})}function Ls(e,t,n,r=0,o=!1){const i=t.schedule(function(){n(),o?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(i),!o)return i}function n1(e,t=0){return Gi((n,r)=>{n.subscribe(mi(r,o=>Ls(r,e,()=>r.next(o),t),()=>Ls(r,e,()=>r.complete(),t),o=>Ls(r,e,()=>r.error(o),t)))})}function r1(e,t=0){return Gi((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function o1(e,t){if(!e)throw new Error("Iterable cannot be null");return new se(n=>{Ls(n,t,()=>{const r=e[Symbol.asyncIterator]();Ls(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function hy(e,t){return t?function k7(e,t){if(null!=e){if(K5(e))return function w7(e,t){return es(e).pipe(r1(t),n1(t))}(e,t);if(W5(e))return function D7(e,t){return new se(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}(e,t);if(q5(e))return function A7(e,t){return es(e).pipe(r1(t),n1(t))}(e,t);if(Y5(e))return o1(e,t);if(J5(e))return function x7(e,t){return new se(n=>{let r;return Ls(n,t,()=>{r=e[Z5](),Ls(n,t,()=>{let o,i;try{({value:o,done:i}=r.next())}catch(s){return void n.error(s)}i?n.complete():n.next(o)},0,!0)}),()=>O(r?.return)&&r.return()})}(e,t);if(e1(e))return function N7(e,t){return o1(Q5(e),t)}(e,t)}throw X5(e)}(e,t):es(e)}const{isArray:R7}=Array,{getPrototypeOf:M7,prototype:O7,keys:L7}=Object;function fy(e){return e[e.length-1]}function i1(e){return function F7(e){return e&&O(e.schedule)}(fy(e))?e.pop():void 0}const{isArray:z7}=Array;function G7(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function $7(...e){const t=function U7(e){return O(fy(e))?e.pop():void 0}(e),{args:n,keys:r}=function P7(e){if(1===e.length){const t=e[0];if(R7(t))return{args:t,keys:null};if(function B7(e){return e&&"object"==typeof e&&M7(e)===O7}(t)){const n=L7(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}(e),o=new se(i=>{const{length:s}=n;if(!s)return void i.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let f=!1;es(n[d]).subscribe(mi(i,y=>{f||(f=!0,l--),a[d]=y},()=>c--,void 0,()=>{(!c||!f)&&(l||i.next(r?G7(r,a):a),i.complete())}))}});return t?o.pipe(function j7(e){return ni(t=>function V7(e,t){return z7(t)?e(...t):e(t)}(e,t))}(t)):o}
|
|
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
52
|
/**
|
|
53
53
|
* @license Angular v21.2.17
|
|
54
54
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
55
55
|
* License: MIT
|
|
56
|
-
*/let s1=null;function Ps(){return s1}class q7{}let a1=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:()=>ue(K7),providedIn:"platform"})}return e})(),K7=(()=>{class e extends a1{_location;_history;_doc=ue(ti);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Ps().getBaseHref(this._doc)}onPopState(n){const r=Ps().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){const r=Ps().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,o){this._history.pushState(n,r,o)}replaceState(n,r,o){this._history.replaceState(n,r,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),c1=(()=>{class e{_renderer;_elementRef;onChange=n=>{};onTouched=()=>{};constructor(n,r){this._renderer=n,this._elementRef=r}setProperty(n,r){this._renderer.setProperty(this._elementRef.nativeElement,n,r)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static \u0275fac=function(r){return new(r||e)(it(Aa),it(Dr))};static \u0275dir=Ht({type:e})}return e})(),ja=(()=>{class e extends c1{static \u0275fac=(()=>{let n;return function(o){return(n||(n=Rr(e)))(o||e)}})();static \u0275dir=Ht({type:e,features:[Cn]})}return e})();const ii=new qe(""),X7={provide:ii,useExisting:ln(()=>py),multi:!0},J7=new qe("");let py=(()=>{class e extends c1{_compositionMode;_composing=!1;constructor(n,r,o){super(n,r),this._compositionMode=o,null==this._compositionMode&&(this._compositionMode=!function Z7(){const e=Ps()?Ps().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(n){this.setProperty("value",n??"")}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static \u0275fac=function(r){return new(r||e)(it(Aa),it(Dr),it(J7,8))};static \u0275dir=Ht({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,o){1&r&&er("input",function(s){return o._handleInput(s.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(s){return o._compositionEnd(s.target.value)})},standalone:!1,features:[Bn([X7]),Cn]})}return e})();function gy(e){return null==e||0===my(e)}function my(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Zr=new qe(""),Bs=new qe(""),Q7=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class ej{static min(t){return function u1(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n<e?{min:{min:e,actual:t.value}}:null}}(t)}static max(t){return function d1(e){return t=>{if(null==t.value||null==e)return null;const n=parseFloat(t.value);return!isNaN(n)&&n>e?{max:{max:e,actual:t.value}}:null}}(t)}static required(t){return function _1(e){return gy(e.value)?{required:!0}:null}(t)}static requiredTrue(t){return function h1(e){return!0===e.value?null:{required:!0}}(t)}static email(t){return function f1(e){return gy(e.value)||Q7.test(e.value)?null:{email:!0}}(t)}static minLength(t){return function p1(e){return t=>{const n=t.value?.length??my(t.value);return null===n||0===n?null:n<e?{minlength:{requiredLength:e,actualLength:n}}:null}}(t)}static maxLength(t){return function g1(e){return t=>{const n=t.value?.length??my(t.value);return null!==n&&n>e?{maxlength:{requiredLength:e,actualLength:n}}:null}}(t)}static pattern(t){return function m1(e){if(!e)return _f;let t,n;return"string"==typeof e?(n="","^"!==e.charAt(0)&&(n+="^"),n+=e,"$"!==e.charAt(e.length-1)&&(n+="$"),t=new RegExp(n)):(n=e.toString(),t=e),r=>{if(gy(r.value))return null;const o=r.value;return t.test(o)?null:{pattern:{requiredPattern:n,actualValue:o}}}}(t)}static nullValidator(t){return null}static compose(t){return T1(t)}static composeAsync(t){return S1(t)}}function _f(e){return null}function v1(e){return null!=e}function y1(e){return Nh(e)?hy(e):e}function C1(e){let t={};return e.forEach(n=>{t=null!=n?{...t,...n}:t}),0===Object.keys(t).length?null:t}function b1(e,t){return t.map(n=>n(e))}function E1(e){return e.map(t=>function tj(e){return!e.validate}(t)?t:n=>t.validate(n))}function T1(e){if(!e)return null;const t=e.filter(v1);return 0==t.length?null:function(n){return C1(b1(n,t))}}function vy(e){return null!=e?T1(E1(e)):null}function S1(e){if(!e)return null;const t=e.filter(v1);return 0==t.length?null:function(n){return $7(b1(n,t).map(y1)).pipe(ni(C1))}}function yy(e){return null!=e?S1(E1(e)):null}function I1(e,t){return null===e?[t]:Array.isArray(e)?[...e,t]:[e,t]}function w1(e){return e._rawValidators}function A1(e){return e._rawAsyncValidators}function Cy(e){return e?Array.isArray(e)?e:[e]:[]}function hf(e,t){return Array.isArray(e)?e.includes(t):e===t}function D1(e,t){const n=Cy(t);return Cy(e).forEach(o=>{hf(n,o)||n.push(o)}),n}function x1(e,t){return Cy(t).filter(n=>!hf(e,n))}class N1{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=vy(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=yy(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control?.reset(t)}hasError(t,n){return!!this.control&&this.control.hasError(t,n)}getError(t,n){return this.control?this.control.getError(t,n):null}}class Jr extends N1{name;get formDirective(){return null}get path(){return null}}class Fs extends N1{_parent=null;name=null;valueAccessor=null}class k1{_cd;constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let by=(()=>{class e extends k1{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(it(Fs,2))};static \u0275dir=Ht({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,o){2&r&&$h("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)},standalone:!1,features:[Cn]})}return e})(),Ey=(()=>{class e extends k1{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(it(Jr,10))};static \u0275dir=Ht({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,o){2&r&&$h("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)("ng-submitted",o.isSubmitted)},standalone:!1,features:[Cn]})}return e})();const qu="VALID",pf="INVALID",cl="PENDING",Ku="DISABLED";class ll{}class O1 extends ll{value;source;constructor(t,n){super(),this.value=t,this.source=n}}class Iy extends ll{pristine;source;constructor(t,n){super(),this.pristine=t,this.source=n}}class wy extends ll{touched;source;constructor(t,n){super(),this.touched=t,this.source=n}}class gf extends ll{status;source;constructor(t,n){super(),this.status=t,this.source=n}}class L1 extends ll{source;constructor(t){super(),this.source=t}}class Ay extends ll{source;constructor(t){super(),this.source=t}}function Dy(e){return(mf(e)?e.validators:e)||null}function xy(e,t){return(mf(t)?t.asyncValidators:e)||null}function mf(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class Ny{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(t,n){this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return vr(this.statusReactive)}set status(t){vr(()=>this.statusReactive.set(t))}_status=co(()=>this.statusReactive());statusReactive=bo(void 0);get valid(){return this.status===qu}get invalid(){return this.status===pf}get pending(){return this.status===cl}get disabled(){return this.status===Ku}get enabled(){return this.status!==Ku}errors;get pristine(){return vr(this.pristineReactive)}set pristine(t){vr(()=>this.pristineReactive.set(t))}_pristine=co(()=>this.pristineReactive());pristineReactive=bo(!0);get dirty(){return!this.pristine}get touched(){return vr(this.touchedReactive)}set touched(t){vr(()=>this.touchedReactive.set(t))}_touched=co(()=>this.touchedReactive());touchedReactive=bo(!1);get untouched(){return!this.touched}_events=new dt;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(D1(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(D1(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(x1(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(x1(t,this._rawAsyncValidators))}hasValidator(t){return hf(this._rawValidators,t)}hasAsyncValidator(t){return hf(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){const n=!1===this.touched;this.touched=!0;const r=t.sourceControl??this;t.onlySelf||this._parent?.markAsTouched({...t,sourceControl:r}),n&&!1!==t.emitEvent&&this._events.next(new wy(!0,r))}markAllAsDirty(t={}){this.markAsDirty({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsDirty(t))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){const n=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=t.sourceControl??this;this._forEachChild(o=>{o.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:r})}),t.onlySelf||this._parent?._updateTouched(t,r),n&&!1!==t.emitEvent&&this._events.next(new wy(!1,r))}markAsDirty(t={}){const n=!0===this.pristine;this.pristine=!1;const r=t.sourceControl??this;t.onlySelf||this._parent?.markAsDirty({...t,sourceControl:r}),n&&!1!==t.emitEvent&&this._events.next(new Iy(!1,r))}markAsPristine(t={}){const n=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=t.sourceControl??this;this._forEachChild(o=>{o.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),t.onlySelf||this._parent?._updatePristine(t,r),n&&!1!==t.emitEvent&&this._events.next(new Iy(!0,r))}markAsPending(t={}){this.status=cl;const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new gf(this.status,n)),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.markAsPending({...t,sourceControl:n})}disable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=Ku,this.errors=null,this._forEachChild(o=>{o.disable({...t,onlySelf:!0})}),this._updateValue();const r=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O1(this.value,r)),this._events.next(new gf(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(o=>o(!0))}enable(t={}){const n=this._parentMarkedDirty(t.onlySelf);this.status=qu,this._forEachChild(r=>{r.enable({...t,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors({...t,skipPristineCheck:n},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(t,n){t.onlySelf||(this._parent?.updateValueAndValidity(t),t.skipPristineCheck||this._parent?._updatePristine({},n),this._parent?._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===qu||this.status===cl)&&this._runAsyncValidator(r,t.emitEvent)}const n=t.sourceControl??this;!1!==t.emitEvent&&(this._events.next(new O1(this.value,n)),this._events.next(new gf(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),t.onlySelf||this._parent?.updateValueAndValidity({...t,sourceControl:n})}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ku:qu}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=cl,this._hasOwnPendingAsyncValidator={emitEvent:!1!==n,shouldHaveEmitted:!1!==t};const r=y1(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(o=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(o,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const t=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(!1!==n.emitEvent,this,n.shouldHaveEmitted)}get(t){let n=t;return null==n||(Array.isArray(n)||(n=n.split(".")),0===n.length)?null:n.reduce((r,o)=>r&&r._find(o),this)}getError(t,n){const r=n?this.get(n):this;return r?.errors?r.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,r){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||r)&&this._events.next(new gf(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,r)}_initObservables(){this.valueChanges=new Yr,this.statusChanges=new Yr}_calculateStatus(){return this._allControlsDisabled()?Ku:this.errors?pf:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(cl)?cl:this._anyControlsHaveStatus(pf)?pf:qu}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){const r=!this._anyControlsDirty(),o=this.pristine!==r;this.pristine=r,t.onlySelf||this._parent?._updatePristine(t,n),o&&this._events.next(new Iy(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new wy(this.touched,n)),t.onlySelf||this._parent?._updateTouched(t,n)}_onDisabledChange=[];_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){mf(t)&&null!=t.updateOn&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){return!t&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=function cj(e){return Array.isArray(e)?vy(e):e||null}(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=function lj(e){return Array.isArray(e)?yy(e):e||null}(this._rawAsyncValidators)}}class Yu extends Ny{constructor(t,n,r){super(Dy(n),xy(r,n)),this.controls=t,this._initObservables(),this._setUpdateStrategy(n),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(t,n){return this.controls[t]?this.controls[t]:(this.controls[t]=n,n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange),n)}addControl(t,n,r={}){this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(t,n={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}setControl(t,n,r={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],n&&this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(t){return this.controls.hasOwnProperty(t)&&this.controls[t].enabled}setValue(t,n={}){(function B1(e,t,n){e._forEachChild((r,o)=>{if(void 0===n[o])throw new we(-1002,"")})})(this,0,t),Object.keys(t).forEach(r=>{(function P1(e,t,n){const r=e.controls;if(!(t?Object.keys(r):r).length)throw new we(1e3,"");if(!r[n])throw new we(1001,"")})(this,!0,r),this.controls[r].setValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n)}patchValue(t,n={}){null!=t&&(Object.keys(t).forEach(r=>{const o=this.controls[r];o&&o.patchValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n))}reset(t={},n={}){this._forEachChild((r,o)=>{r.reset(t?t[o]:null,{...n,onlySelf:!0})}),this._updatePristine(n,this),this._updateTouched(n,this),this.updateValueAndValidity(n),!1!==n?.emitEvent&&this._events.next(new Ay(this))}getRawValue(){return this._reduceChildren({},(t,n,r)=>(t[r]=n.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(n,r)=>!!r._syncPendingControls()||n);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_forEachChild(t){Object.keys(this.controls).forEach(n=>{const r=this.controls[n];r&&t(r,n)})}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(const[n,r]of Object.entries(this.controls))if(this.contains(n)&&t(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(n,r,o)=>((r.enabled||this.disabled)&&(n[o]=r.value),n))}_reduceChildren(t,n){let r=t;return this._forEachChild((o,i)=>{r=n(r,o,i)}),r}_allControlsDisabled(){for(const t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(t){return this.controls.hasOwnProperty(t)?this.controls[t]:null}}const ul=new qe("",{factory:()=>vf}),vf="always";function Xu(e,t,n=vf){ky(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||"always"===n)&&t.valueAccessor.setDisabledState?.(e.disabled),function _j(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&F1(e,t)})}(e,t),function fj(e,t){const n=(r,o)=>{t.valueAccessor.writeValue(r),o&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}(e,t),function hj(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&F1(e,t),"submit"!==e.updateOn&&e.markAsTouched()})}(e,t),function dj(e,t){if(t.valueAccessor.setDisabledState){const n=r=>{t.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}(e,t)}function Cf(e,t,n=!0){const r=()=>{};t?.valueAccessor?.registerOnChange(r),t?.valueAccessor?.registerOnTouched(r),Ef(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function bf(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function ky(e,t){const n=w1(e);null!==t.validator?e.setValidators(I1(n,t.validator)):"function"==typeof n&&e.setValidators([n]);const r=A1(e);null!==t.asyncValidator?e.setAsyncValidators(I1(r,t.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const o=()=>e.updateValueAndValidity();bf(t._rawValidators,o),bf(t._rawAsyncValidators,o)}function Ef(e,t){let n=!1;if(null!==e){if(null!==t.validator){const o=w1(e);if(Array.isArray(o)&&o.length>0){const i=o.filter(s=>s!==t.validator);i.length!==o.length&&(n=!0,e.setValidators(i))}}if(null!==t.asyncValidator){const o=A1(e);if(Array.isArray(o)&&o.length>0){const i=o.filter(s=>s!==t.asyncValidator);i.length!==o.length&&(n=!0,e.setAsyncValidators(i))}}}const r=()=>{};return bf(t._rawValidators,r),bf(t._rawAsyncValidators,r),n}function F1(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function z1(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function V1(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const Us=class extends Ny{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(t=null,n,r){super(Dy(n),xy(r,n)),this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),mf(n)&&(n.nonNullable||n.initialValueIsDefault)&&(this.defaultValue=V1(t)?t.value:t)}setValue(t,n={}){this.value=this._pendingValue=t,this._onChange.length&&!1!==n.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==n.emitViewToModelChange)),this.updateValueAndValidity(n)}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),n.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==n?.emitEvent&&this._events.next(new Ay(this))}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){z1(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){z1(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(t){V1(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};Promise.resolve();let wf=(()=>{class e extends Jr{callSetDisabledState;get submitted(){return vr(this._submittedReactive)}set submitted(n){this._submittedReactive.set(n)}_submitted=co(()=>this._submittedReactive());_submittedReactive=bo(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(n,r,o){super(),this.callSetDisabledState=o,this._setValidators(n),this._setAsyncValidators(r)}ngOnChanges(n){this.onChanges(n)}ngOnDestroy(){this.onDestroy()}onChanges(n){this._checkFormPresent(),n.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Ef(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(n){const r=this.form.get(n.path);return Xu(r,n,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(n),r}getControl(n){return this.form.get(n.path)}removeControl(n){Cf(n.control||null,n,!1),function vj(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}(this.directives,n)}addFormGroup(n){this._setUpFormContainer(n)}removeFormGroup(n){this._cleanUpFormContainer(n)}getFormGroup(n){return this.form.get(n.path)}getFormArray(n){return this.form.get(n.path)}addFormArray(n){this._setUpFormContainer(n)}removeFormArray(n){this._cleanUpFormContainer(n)}updateModel(n,r){this.form.get(n.path).setValue(r)}onReset(){this.resetForm()}resetForm(n=void 0,r={}){this.form.reset(n,r),this._submittedReactive.set(!1)}onSubmit(n){return this.submitted=!0,function H1(e,t){e._syncPendingControls(),t.forEach(n=>{const r=n.control;"submit"===r.updateOn&&r._pendingChange&&(n.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(n),this.form._events.next(new L1(this.control)),"dialog"===n?.target?.method}_updateDomValue(){this.directives.forEach(n=>{const r=n.control,o=this.form.get(n.path);r!==o&&(Cf(r||null,n),(e=>e instanceof Us)(o)&&(Xu(o,n,this.callSetDisabledState),n.control=o))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(n){const r=this.form.get(n.path);(function U1(e,t){ky(e,t)})(r,n),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(n){const r=this.form?.get(n.path);r&&function pj(e,t){return Ef(e,t)}(r,n)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){ky(this.form,this),this._oldForm&&Ef(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(it(Zr,10),it(Bs,10),it(ul,8))};static \u0275dir=Ht({type:e,features:[Cn,vs]})}return e})();const Ly=new qe(""),Rj={provide:Fs,useExisting:ln(()=>Af)};let Af=(()=>{class e extends Fs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(n){}model;update=new Yr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(n,r,o,i,s){super(),this._ngModelWarningConfig=i,this.callSetDisabledState=s,this._setValidators(n),this._setAsyncValidators(r),this.valueAccessor=function Oy(e,t){if(!t)return null;let n,r,o;return Array.isArray(t),t.forEach(i=>{i.constructor===py?n=i:function mj(e){return Object.getPrototypeOf(e.constructor)===ja}(i)?r=i:o=i}),o||r||n||null}(0,o)}ngOnChanges(n){if(this._isControlChanged(n)){const r=n.form.previousValue;r&&Cf(r,this,!1),Xu(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function My(e,t){if(!e.hasOwnProperty("model"))return!1;const n=e.model;return!!n.isFirstChange()||!Object.is(t,n.currentValue)})(n,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Cf(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_isControlChanged(n){return n.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(it(Zr,10),it(Bs,10),it(ii,10),it(Ly,8),it(ul,8))};static \u0275dir=Ht({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[Bn([Rj]),Cn,vs]})}return e})();const Pj={provide:Jr,useExisting:ln(()=>xf)};let xf=(()=>{class e extends wf{form=null;ngSubmit=new Yr;get control(){return this.form}static \u0275fac=(()=>{let n;return function(o){return(n||(n=Rr(e)))(o||e)}})();static \u0275dir=Ht({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,o){1&r&&er("submit",function(s){return o.onSubmit(s)})("reset",function(){return o.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[Bn([Pj]),Cn]})}return e})(),Zj=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ch({type:e});static \u0275inj=ur({})}return e})(),cx=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:Ly,useValue:n.warnOnNgModelWithFormControl??"always"},{provide:ul,useValue:n.callSetDisabledState??vf}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ch({type:e});static \u0275inj=ur({imports:[Zj]})}return e})();var lx=ft(171);const Jj=["*"];let ux=(()=>{class e{constructor(){this.design=ot("Default"),this.disabled=ot(!1,{transform:Gn}),this.icon=ot(),this.endIcon=ot(),this.submits=ot(!1,{transform:Gn}),this.tooltip=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibilityAttributes=ot({}),this.accessibleDescription=ot(),this.type=ot("Button"),this.accessibleRole=ot("Button"),this.loading=ot(!1,{transform:Gn}),this.loadingDelay=ot(1e3),this.ui5Click=Mr(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."},{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"}],this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["design","disabled","icon","endIcon","submits","tooltip","accessibleName","accessibleNameRef","accessibilityAttributes","accessibleDescription","type","accessibleRole","loading","loadingDelay"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Click"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{design:[1,"design"],disabled:[1,"disabled"],icon:[1,"icon"],endIcon:[1,"endIcon"],submits:[1,"submits"],tooltip:[1,"tooltip"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],type:[1,"type"],accessibleRole:[1,"accessibleRole"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],ngContentSelectors:Jj,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(1279);let dx=(()=>{class e{constructor(){this.elementRef=ue(Dr),this.cdr=ue(cf),this._value=null,this._initialized=!1,this.setDisabledState=n=>{const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=n,this.cdr.markForCheck())}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}registerOnChange(n){this.onChange=n}registerOnTouched(n){this.onTouched=n}writeValue(n){this._value=n,this._initialized&&this.updateElementValue(n)}initializeComponent(){const n=this.elementRef.nativeElement;this._initialized=!0,n&&n.addEventListener&&(n.addEventListener("input",r=>{this.onChange&&(this.onChange(r.target.value),this.cdr.markForCheck())}),n.addEventListener("change",r=>{this.onChange&&(this.onChange(r.target.value),this.cdr.markForCheck())}),n.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})),null!==this._value&&this.updateElementValue(this._value)}updateElementValue(n){const r=this.elementRef.nativeElement;r&&this._initialized&&(r.value=n||"",this.cdr.markForCheck())}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=Ht({type:e,selectors:[["","noop",""]],features:[Bn([{provide:ii,useExisting:ln(()=>e),multi:!0}])]})}}return e})();const Qj=["*"];let _x=(()=>{class e{constructor(){this.disabled=ot(!1,{transform:Gn}),this.placeholder=ot(),this.readonly=ot(!1,{transform:Gn}),this.required=ot(!1,{transform:Gn}),this.noTypeahead=ot(!1,{transform:Gn}),this.type=ot("Text"),this.value=ot(""),this.valueState=ot("None"),this.name=ot(),this.showSuggestions=ot(!1,{transform:Gn}),this.maxlength=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibleDescription=ot(),this.accessibleDescriptionRef=ot(),this.showClearIcon=ot(!1,{transform:Gn}),this.open=ot(!1,{transform:Gn}),this.filter=ot("None"),this.ui5Change=Mr(),this.ui5Input=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),this.ui5Open=Mr(),this.ui5Close=Mr(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["disabled","placeholder","readonly","required","noTypeahead","type","value","valueState","name","showSuggestions","maxlength","accessibleName","accessibleNameRef","accessibleDescription","accessibleDescriptionRef","showClearIcon","open","filter"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Change","ui5Input","ui5Select","ui5SelectionChange","ui5Open","ui5Close"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{disabled:[1,"disabled"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],noTypeahead:[1,"noTypeahead"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"],name:[1,"name"],showSuggestions:[1,"showSuggestions"],maxlength:[1,"maxlength"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],showClearIcon:[1,"showClearIcon"],open:[1,"open"],filter:[1,"filter"]},outputs:{ui5Change:"ui5Change",ui5Input:"ui5Input",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange",ui5Open:"ui5Open",ui5Close:"ui5Close"},exportAs:["ui5Input"],features:[tv([dx])],ngContentSelectors:Qj,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();var hx=ft(355);const eG=["*"];let fx=(()=>{class e{constructor(){this.for=ot(),this.showColon=ot(!1,{transform:Gn}),this.required=ot(!1,{transform:Gn}),this.wrappingType=ot("Normal"),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["for","showColon","required","wrappingType"];for(const o of r){const i=o.replace(/-./g,s=>s[1].toUpperCase());this[i]&&"function"==typeof this[i]&&Jo(this.injector,()=>{ji(()=>{const s=this[i]();n&&(n[o]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],showColon:[1,"showColon"],required:[1,"required"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],ngContentSelectors:eG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(8305);const tG=["*"];let px=(()=>{class e{constructor(){this.disabled=ot(!1,{transform:Gn}),this.tooltip=ot(),this.href=ot(),this.target=ot(),this.design=ot("Default"),this.interactiveAreaSize=ot("Normal"),this.wrappingType=ot("Normal"),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.accessibleRole=ot("Link"),this.accessibilityAttributes=ot({}),this.accessibleDescription=ot(),this.icon=ot(),this.endIcon=ot(),this.ui5Click=Mr(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["disabled","tooltip","href","target","design","interactiveAreaSize","wrappingType","accessibleName","accessibleNameRef","accessibleRole","accessibilityAttributes","accessibleDescription","icon","endIcon"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Click"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{disabled:[1,"disabled"],tooltip:[1,"tooltip"],href:[1,"href"],target:[1,"target"],design:[1,"design"],interactiveAreaSize:[1,"interactiveAreaSize"],wrappingType:[1,"wrappingType"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],icon:[1,"icon"],endIcon:[1,"endIcon"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],ngContentSelectors:tG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();ft(1973);const nG=["*"];let gx=(()=>{class e{constructor(){this.headerText=ot(),this.footerText=ot(),this.indent=ot(!1,{transform:Gn}),this.selectionMode=ot("None"),this.noDataText=ot(),this.separators=ot("All"),this.growing=ot("None"),this.growingButtonText=ot(),this.loading=ot(!1,{transform:Gn}),this.loadingDelay=ot(1e3),this.stickyHeader=ot(!1,{transform:Gn}),this.accessibleName=ot(),this.accessibilityAttributes=ot({}),this.accessibleNameRef=ot(),this.accessibleDescription=ot(),this.accessibleDescriptionRef=ot(),this.accessibleRole=ot("List"),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemToggle=Mr(),this.ui5ItemDelete=Mr(),this.ui5SelectionChange=Mr(),this.ui5LoadMore=Mr(),this.ui5MoveOver=Mr(),this.ui5Move=Mr(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=ue(Dr),this.injector=ue(or)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["headerText","footerText","indent","selectionMode","noDataText","separators","growing","growingButtonText","loading","loadingDelay","stickyHeader","accessibleName","accessibilityAttributes","accessibleNameRef","accessibleDescription","accessibleDescriptionRef","accessibleRole"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5ItemClick","ui5ItemClose","ui5ItemToggle","ui5ItemDelete","ui5SelectionChange","ui5LoadMore","ui5MoveOver","ui5Move"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{headerText:[1,"headerText"],footerText:[1,"footerText"],indent:[1,"indent"],selectionMode:[1,"selectionMode"],noDataText:[1,"noDataText"],separators:[1,"separators"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],stickyHeader:[1,"stickyHeader"],accessibleName:[1,"accessibleName"],accessibilityAttributes:[1,"accessibilityAttributes"],accessibleNameRef:[1,"accessibleNameRef"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleRole:[1,"accessibleRole"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemToggle:"ui5ItemToggle",ui5ItemDelete:"ui5ItemDelete",ui5SelectionChange:"ui5SelectionChange",ui5LoadMore:"ui5LoadMore",ui5MoveOver:"ui5MoveOver",ui5Move:"ui5Move"},exportAs:["ui5List"],ngContentSelectors:nG,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();var Kt=ft(2358),Qu=ft(1834),ed=ft(1934),At=ft(1642),td=ft(3651),Uy=ft(4127),mx=ft(6488),$a=ft(1437),rG=ft(6993),vx=ft(1278),xo=(ft(6726),ft(4874));(0,xo.pU)("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var yx=ft(6826),Cx=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(Cx||{});const dG=Cx;var bx=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(bx||{});const Ei=bx;var Ti=ft(5011),Ex=ft(6981),Sn=ft(5166),$o=ft(8923),dl=ft(303),_l=ft(5444);(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,xo.pU)("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Hs,lo=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Ur=Hs=class extends Ex.A{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=t=>{(0,Kt.RI)(t)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===Ei.Active||this.type===Ei.Navigation)&&this._selectionMode!==Ti.A.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(t){const n=t.target!==this.getFocusDomRef();if(((0,Kt.xC)(t)||(0,Kt.RI)(t))&&n)return;super._onkeydown(t);const r=this.type===Ei.Active,o=this.typeNavigation;((0,Kt.xC)(t)||(0,Kt.RI)(t))&&(r||o)&&this.activate(),(0,Kt.ty)(t)&&this._handleF2()}_onkeyup(t){super._onkeyup(t),((0,Kt.xC)(t)||(0,Kt.RI)(t))&&this.deactivate(),this.modeDelete&&(0,Kt.Ob)(t)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(t){super._onfocusin(t),t.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(t){if(this._editMode){const n=t.relatedTarget;(!n||!this.contains(n)&&!this.shadowRoot.contains(n))&&(this._editMode=!1)}t.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(t){t.dataTransfer&&t.target===this._listItem&&(yx.A.setDraggedElement(this,t),this.setAttribute("data-moving",""),t.dataTransfer.dropEffect="move",t.dataTransfer.effectAllowed="move")}_ondragend(t){t.target===this._listItem&&(yx.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(t){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:t.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(t){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!t.target.checked,selectionComponentPressed:!0})}activate(){(this.type===Ei.Active||this.type===Ei.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(t){this.isInactive||(super.fireItemPress(t),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===Ei.Inactive||this.type===Ei.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ti.A.Multiple||this._selectionMode===Ti.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ti.A.SingleEnd||this._selectionMode===Ti.A.Delete)}get modeSingleSelect(){return[Ti.A.SingleStart,Ti.A.SingleEnd,Ti.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ti.A.Multiple}get modeDelete(){return this._selectionMode===Ti.A.Delete}get typeDetail(){return this.type===Ei.Detail}get typeNavigation(){return this.type===Ei.Navigation}get typeActive(){return this.type===Ei.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let t;return void 0!==this._ariaSelected&&(t=Hs.i18nBundle.getText(this._ariaSelected?Sn.rek:Sn.bB2)),t}get deleteText(){return Hs.i18nBundle.getText(Sn.SJi)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?Hs.i18nBundle.getText(Sn._43):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:Hs.i18nBundle.getText(Sn.UlA),ariaLabelRadioButton:Hs.i18nBundle.getText(Sn.bP),ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==dG.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const t=this.getFocusDomRef();if((0,Uy.A)()===t){const n=this._getFocusableElements();if(!n.length)return;this._editMode=!0,n[0].focus()}else this._editMode=!1,t.focus()}_handleTabNext(t){if(this._editMode){const n=this._getFocusableElements(),r=this._indexOfActiveElement(n),o=r+1;return void(-1!==r&&o<n.length?(t.preventDefault(),n[o].focus()):this.fireDecoratorEvent("forward-after")||t.preventDefault())}this.fireDecoratorEvent("forward-after")||t.preventDefault()}_handleTabPrevious(t){if(this._editMode){const n=this._getFocusableElements(),r=this._indexOfActiveElement(n);return void(r>0?(t.preventDefault(),n[r-1].focus()):this.fireDecoratorEvent("forward-before")||t.preventDefault())}this.fireDecoratorEvent("forward-before")||t.preventDefault()}_getFocusableElements(){const t=this.getFocusDomRef();return(0,mx.J)(t)}_indexOfActiveElement(t){const n=(0,Uy.A)();return t.findIndex(r=>r===n||null!==r.shadowRoot&&r.shadowRoot.contains(n))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(t){const n=this._getFocusableElements();if(!n.length)return;const r=Math.min(t,n.length-1);return n[r].focus(),r}};lo([(0,At.A)()],Ur.prototype,"type",void 0),lo([(0,At.A)({type:Object})],Ur.prototype,"accessibilityAttributes",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"navigated",void 0),lo([(0,At.A)()],Ur.prototype,"tooltip",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"active",void 0),lo([(0,At.A)()],Ur.prototype,"highlight",void 0),lo([(0,At.A)({type:Boolean})],Ur.prototype,"selected",void 0),lo([(0,At.A)()],Ur.prototype,"accessibleRole",void 0),lo([(0,At.A)()],Ur.prototype,"_forcedAccessibleRole",void 0),lo([(0,At.A)({noAttribute:!0})],Ur.prototype,"_inheritedAccessibleRole",void 0),lo([(0,At.A)()],Ur.prototype,"_selectionMode",void 0),lo([(0,At.A)()],Ur.prototype,"mediaRange",void 0),lo([(0,rG.A)()],Ur.prototype,"deleteButton",void 0),lo([(0,td.A)("@ui5/webcomponents")],Ur,"i18nBundle",void 0),Ur=Hs=lo([(0,ed.A)({languageAware:!0,renderer:Qu.A,styles:[Ex.A.styles,".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n",'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}\n']}),(0,$a.A)("detail-click",{bubbles:!0}),(0,$a.A)("selection-requested",{bubbles:!0})],Ur);const Tx=Ur;var xt=ft(1892),Wa=ft(563),qa=ft(6136),Hy=ft(5386),zs=ft(594),nd=ft(3493);const Vs=class bG{static hasGroup(t){return this.groups.has(t)}static getGroup(t){return this.groups.get(t)}static getCheckedRadioFromGroup(t){return this.checkedRadios.get(t)}static removeGroup(t){return this.checkedRadios.delete(t),this.groups.delete(t)}static addToGroup(t,n){this.hasGroup(n)?(this.enforceSingleSelection(t,n),this.getGroup(n)&&this.getGroup(n).push(t)):this.createGroup(t,n),this.updateTabOrder(n)}static removeFromGroup(t,n){const r=this.getGroup(n);if(!r)return;const o=this.getCheckedRadioFromGroup(n);r.forEach((i,s,a)=>{if(t._id===i._id)return a.splice(s,1)}),o===t&&this.checkedRadios.set(n,null),r.length||this.removeGroup(n),this.updateTabOrder(n)}static createGroup(t,n){t.checked&&this.checkedRadios.set(n,t),this.groups.set(n,[t])}static selectNextItem(t,n){const r=this.getGroup(n);if(!r)return;const o=r.length,i=r.indexOf(t);if(o<=1)return;const s=this._nextFocusable(i,r);s&&this.updateSelectionInGroup(s,n)}static updateFormValidity(t){const n=this.getGroup(t);if(!n)return;const r=n.some(i=>i.required),o=n.some(i=>i.checked);n.forEach(i=>{i._groupChecked=o,i._groupRequired=r})}static updateTabOrder(t){const n=this.getGroup(t);if(!n)return;const r=n.some(o=>o.checked);n.filter(o=>!o.disabled).forEach((o,i)=>{let s=(0,Uy.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),o._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===o&&o.readonly?0:-1:o.checked?0:-1:0===i?0:-1})}static selectPreviousItem(t,n){const r=this.getGroup(n);if(!r)return;const o=r.length,i=r.indexOf(t);if(o<=1)return;const s=this._previousFocusable(i,r);s&&this.updateSelectionInGroup(s,n)}static selectItem(t,n){this.updateSelectionInGroup(t,n),this.updateTabOrder(n),this.updateFormValidity(n)}static updateSelectionInGroup(t,n){const r=this.getCheckedRadioFromGroup(n);r&&!t.readonly&&(this._deselectRadio(r),this.checkedRadios.set(n,t)),t&&(t.focus(),t.readonly?setTimeout(()=>{this.updateTabOrder(n)},0):this._selectRadio(t))}static _deselectRadio(t){t&&(t.checked=!1)}static _selectRadio(t){t.checked=!0,t._checked=!0,t.fireDecoratorEvent("change")}static _nextFocusable(t,n){if(!n)return null;let o=null;if(t===n.length-1){if(n[0].disabled)return this._nextFocusable(1,n);o=n[0]}else{if(n[t+1].disabled)return this._nextFocusable(t+1,n);o=n[t+1]}return o}static _previousFocusable(t,n){const r=n.length;let o=null;if(0===t){if(n[r-1].disabled)return this._previousFocusable(r-1,n);o=n[r-1]}else{if(n[t-1].disabled)return this._previousFocusable(t-1,n);o=n[t-1]}return o}static enforceSingleSelection(t,n){const r=this.getCheckedRadioFromGroup(n);t.checked?r?t!==r&&(this._deselectRadio(r),this.checkedRadios.set(n,t)):this.checkedRadios.set(n,t):t===r&&this.checkedRadios.set(n,null),this.updateTabOrder(n),this.updateFormValidity(n)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}};(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var Ka,Hr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let zy,Sx=!1,yr=Ka=class extends Hy.A{get formValidityMessage(){return Ka.i18nBundle.getText(Sn.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{zy&&(zy.active=!1)},Sx||(document.addEventListener("mouseup",this._deactivate),Sx=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(t){const n=this._name,r=this.name,o=this._checked,i=this.checked;t&&Vs.removeFromGroup(this,n),r!==n?(n&&Vs.removeFromGroup(this,n),r&&Vs.addToGroup(this,r)):r&&this.isConnected&&Vs.enforceSingleSelection(this,r),this.name&&i!==o&&Vs.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(t){const n=this.name;n&&(t.preventDefault(),Vs.selectNextItem(this,n))}_handleUp(t){const n=this.name;n&&(t.preventDefault(),Vs.selectPreviousItem(this,n))}_onkeydown(t){if((0,Kt.xC)(t))return this.active=!0,t.preventDefault();if((0,Kt.RI)(t))return this.active=!0,this.toggle();const n="rtl"===this.effectiveDir;((0,Kt.Pj)(t)||!n&&(0,Kt.FG)(t)||n&&(0,Kt.OC)(t))&&this._handleDown(t),((0,Kt.ie)(t)||!n&&(0,Kt.OC)(t)||n&&(0,Kt.FG)(t))&&this._handleUp(t)}_onkeyup(t){(0,Kt.xC)(t)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,zy=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Vs.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return[(0,nd.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==zs.A.None}get valueStateText(){switch(this.valueState){case zs.A.Negative:return Ka.i18nBundle.getText(Sn.laD);case zs.A.Critical:return Ka.i18nBundle.getText(Sn.Xot);case zs.A.Positive:return Ka.i18nBundle.getText(Sn.KwP);case zs.A.Information:return Ka.i18nBundle.getText(Sn.tgV);default:return""}}get effectiveTabIndex(){const t=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:t?parseInt(t):0}};Hr([(0,At.A)({type:Boolean})],yr.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"checked",void 0),Hr([(0,At.A)()],yr.prototype,"text",void 0),Hr([(0,At.A)()],yr.prototype,"valueState",void 0),Hr([(0,At.A)()],yr.prototype,"name",void 0),Hr([(0,At.A)()],yr.prototype,"value",void 0),Hr([(0,At.A)()],yr.prototype,"wrappingType",void 0),Hr([(0,At.A)()],yr.prototype,"accessibleName",void 0),Hr([(0,At.A)()],yr.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)({type:Number})],yr.prototype,"_tabIndex",void 0),Hr([(0,At.A)({type:Boolean})],yr.prototype,"active",void 0),Hr([(0,At.A)({type:Boolean,noAttribute:!0})],yr.prototype,"_groupChecked",void 0),Hr([(0,At.A)({type:Boolean,noAttribute:!0})],yr.prototype,"_groupRequired",void 0),Hr([(0,td.A)("@ui5/webcomponents")],yr,"i18nBundle",void 0),yr=Ka=Hr([(0,ed.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:Qu.A,template:function EG(){return(0,xt.FD)("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,xt.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,qa.xl)()},children:[(0,xt.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,xt.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,xt.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,xt.Y)("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&(0,xt.Y)(hx.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'}),(0,$a.A)("change",{bubbles:!0})],yr),yr.define();const SG=yr;function e9(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host"),(0,xo.pU)("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var ts,zr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Vy,wx=!1,Cr=ts=class extends Hy.A{get formValidityMessage(){return ts.i18nBundle.getText(Sn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{Vy&&(Vy.active=!1)},wx||(document.addEventListener("mouseup",this._deactivate),wx=!0)}onEnterDOM(){(0,qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Vy=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(t){(0,Kt.xC)(t)&&t.preventDefault(),!this.readonly&&!this.disabled&&((0,Kt.RI)(t)&&this.toggle(),this.active=!0)}_onkeyup(t){(0,Kt.xC)(t)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const t={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(n||r)&&(this.checked=t.checked,this.indeterminate=t.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:ts.i18nBundle.getText(Sn.laD),Critical:ts.i18nBundle.getText(Sn.Xot),Positive:ts.i18nBundle.getText(Sn.KwP)}}get ariaLabelText(){return(0,nd.ax)(this)||(0,nd.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,qa.xl)()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==zs.A.None}get valueStateText(){if(this.valueState!==zs.A.None&&this.valueState!==zs.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const t=this.getAttribute("tabindex");if(this.tabbable)return t?parseInt(t):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){const t=ts.i18nBundle.getText(this.checked?Sn.Egs:Sn.wJ8),n=[this.text||"",t].filter(Boolean).join(" ");return{role:this.accInfo.role,type:ts.i18nBundle.getText(Sn.b5n),description:n,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};zr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),zr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"displayOnly",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"indeterminate",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),zr([(0,At.A)()],Cr.prototype,"text",void 0),zr([(0,At.A)()],Cr.prototype,"valueState",void 0),zr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),zr([(0,At.A)()],Cr.prototype,"name",void 0),zr([(0,At.A)()],Cr.prototype,"value",void 0),zr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),zr([(0,At.A)({type:Object})],Cr.prototype,"_accInfo",void 0),zr([(0,td.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=ts=zr([(0,ed.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:Qu.A,template:function QG(){return(0,xt.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,qa.xl)()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[(0,xt.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,xt.Y)(Wa.A,{"aria-hidden":"true",name:e9.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Wa.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,xt.Y)("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&(0,xt.Y)(hx.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'}),(0,$a.A)("change",{bubbles:!0,cancelable:!0}),(0,$a.A)("value-changed",{bubbles:!0,cancelable:!0})],Cr),Cr.define();const t9=Cr,n9={listItemPreContent:function o9(){},listItemContent:function i9(){},imageBegin:function s9(){},iconBegin:function a9(){},iconEnd:function c9(){},selectionElement:Ax};function r9(e){const t={...n9,...e};return(0,xt.FD)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[t.listItemPreContent.call(this),this.placeSelectionElementBefore&&Ax.call(this),this._hasHighlightColor&&(0,xt.Y)("div",{class:"ui5-li-highlight"}),(0,xt.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[t.imageBegin.call(this),t.iconBegin.call(this),t.listItemContent.call(this)]}),t.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(lx.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Wa.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&t.selectionElement.call(this),(0,xt.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,xt.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function Ax(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(SG,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return(0,xt.Y)(t9,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return(0,xt.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,xt.Y)("slot",{name:"deleteButton"}):(0,xt.Y)(lx.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:vx.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const l9={listItemContent:function d9(){return(0,xt.Y)("slot",{})}};var _9=ft(4446);let Dx,ns;const rd=()=>(Dx??=new _9.Ay("@ui5/webcomponents-base"),Dx),xx=(e,t=[])=>{(!ns||!ns.isConnected)&&(ns=document.createElement("span"),ns.id="ui5-invisible-text",ns.hidden=!0,document.body.appendChild(ns));const n=[...e.ariaLabelledByElements||[]],r=n.indexOf(ns);t=Array.isArray(t)?t.filter(Boolean).join(" . ").trim():t.trim(),ns.textContent=t,t&&-1===r?(n.unshift(ns),e.ariaLabelledByElements=n):!t&&r>-1&&(n.splice(r,1),e.ariaLabelledByElements=n.length?n:null)},Nx=(e,t={},n=!0)=>{if(!e)return"";if(e.nodeType===Node.TEXT_NODE)return e.data.trim();if(!(e instanceof HTMLElement))return"";if(e.hasAttribute("data-ui5-acc-text"))return e.getAttribute("data-ui5-acc-text")||"";if("true"===e.ariaHidden||!(e=>e.checkVisibility()||"contents"===getComputedStyle(e).display)(e))return n?rd().getText(Sn.CH):"";let r=[];const o=[],i=e.accessibilityInfo,{lessDetails:s}=t;if(i){const{type:a,description:c,required:l,disabled:d,readonly:f,children:y}=i;r=y||[],a&&o.push(a),c&&o.push(c),s||(l&&o.push(rd().getText(Sn.knB)),d&&o.push(rd().getText(Sn.fBK)),f&&o.push(rd().getText(Sn.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=Nx(a,t,!1);c&&o.push(c)}),n){const a=o.length>0;if(!a||!s){const c=(0,mx.J)(e),l=[a?"":Sn.CH,Sn.fSG,Sn.Apb][Math.min(c.length,2)];l&&(a&&o.push("."),o.push(rd().getText(l)))}}return o.join(" ").trim()};(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var jy,Nf=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let hl=jy=class extends Tx{constructor(){super(...arguments),this.movable=!1}_onkeydown(t){(this.matches(":focus")||(0,Kt.zP)(t)||(0,Kt.bR)(t)||(0,Kt.ty)(t)||(0,Kt.oi)(t)||(0,Kt.ie)(t)||(0,Kt.Pj)(t))&&super._onkeydown(t)}_onkeyup(t){(this.matches(":focus")||(0,Kt.zP)(t)||(0,Kt.bR)(t)||(0,Kt.ty)(t)||(0,Kt.oi)(t)||(0,Kt.ie)(t)||(0,Kt.Pj)(t))&&super._onkeyup(t)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(t){super._onfocusin(t),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(t){super._onfocusout(t),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const t=this._listItem;if(!t)return;const n=Nx(this);xx(t,n)}_clearInvisibleTextContent(){const t=this._listItem;t&&xx(t,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const t=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return t?[t]:[]}get classes(){const t=super.classes;return t.main["ui5-custom-li-root"]=!0,t}get accessibilityInfo(){const t=[],n=this.shadowRoot?.querySelector("slot:not([name])");if(n){const o=n.assignedNodes({flatten:!0});t.push(...o)}const r=this._getDeleteButtonNodes();return t.push(...r),{type:jy.i18nBundle.getText(Sn.YHe),children:t}}};Nf([(0,At.A)({type:Boolean})],hl.prototype,"movable",void 0),Nf([(0,At.A)()],hl.prototype,"accessibleName",void 0),Nf([(0,td.A)("@ui5/webcomponents")],hl,"i18nBundle",void 0),hl=jy=Nf([(0,ed.A)({tag:"ui5-li-custom",template:function u9(e){const t={...l9,...e};return r9.call(this,t)},renderer:Qu.A,styles:[Tx.styles,':host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}\n']})],hl),hl.define();const p9=["*"];let kx=(()=>{class e{constructor(){this.movable=ot(!1,{transform:Gn}),this.accessibleName=ot(),this.type=ot("Active"),this.accessibilityAttributes=ot({}),this.navigated=ot(!1,{transform:Gn}),this.tooltip=ot(),this.highlight=ot("None"),this.selected=ot(!1,{transform:Gn}),this.ui5DetailClick=Mr(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:'Defines the delete button, displayed in "Delete" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.',since:"1.9.0"}],this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["movable","accessibleName","type","accessibilityAttributes","navigated","tooltip","highlight","selected"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5DetailClick"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{movable:[1,"movable"],accessibleName:[1,"accessibleName"],type:[1,"type"],accessibilityAttributes:[1,"accessibilityAttributes"],navigated:[1,"navigated"],tooltip:[1,"tooltip"],highlight:[1,"highlight"],selected:[1,"selected"]},outputs:{ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],ngContentSelectors:p9,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();(0,xo.pU)("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,xo.pU)("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Rx=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Rx||{});const E9=Rx;(0,$o.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,bt.A)(function*(){return dl.A})),(0,$o.Rh)("@ui5/webcomponents","sap_horizon",(0,bt.A)(function*(){return _l.A}),"host");var fl,Qr=function(e,t,n,r){var s,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(o<3?s(i):o>3?s(t,n,i):s(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i};let Or=fl=class extends Hy.A{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return fl.i18nBundle.getText(Sn.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var t=this;return(0,bt.A)(function*(){return t.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(t){(0,Kt.xC)(t)&&t.preventDefault(),!this.readonly&&((0,Kt.xC)(t)?this._isSpacePressed=!0:((0,Kt.Tu)(t)||(0,Kt.KL)(t))&&(this._cancelAction=!0),(0,Kt.RI)(t)&&this._onclick())}_onkeyup(t){if(this.readonly)return;const n=(0,Kt.xC)(t),r=(0,Kt.Tu)(t)||(0,Kt.KL)(t);if(n||(0,Kt.BF)(t)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void t.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);n&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),n=!this.fireDecoratorEvent("value-changed");(t||n)&&(this.checked=!this.checked)}}get graphical(){return this.design===E9.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const t=this.textOn?.toLowerCase(),n=this.textOff?.toLowerCase(),r=fl.i18nBundle.getText(Sn.F$r).toLowerCase(),o=fl.i18nBundle.getText(Sn.f4l).toLowerCase();return t===r&&n===o||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,nd.ax)(this)||(0,nd.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?fl.i18nBundle.getText(Sn.Dy9):""}};Qr([(0,At.A)()],Or.prototype,"design",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"readonly",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"checked",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"disabled",void 0),Qr([(0,At.A)()],Or.prototype,"textOn",void 0),Qr([(0,At.A)()],Or.prototype,"textOff",void 0),Qr([(0,At.A)()],Or.prototype,"accessibleName",void 0),Qr([(0,At.A)()],Or.prototype,"accessibleNameRef",void 0),Qr([(0,At.A)()],Or.prototype,"tooltip",void 0),Qr([(0,At.A)({type:Boolean})],Or.prototype,"required",void 0),Qr([(0,At.A)()],Or.prototype,"name",void 0),Qr([(0,At.A)()],Or.prototype,"value",void 0),Qr([(0,At.A)({type:Boolean,noAttribute:!0})],Or.prototype,"_cancelAction",void 0),Qr([(0,At.A)({type:Boolean,noAttribute:!0})],Or.prototype,"_isSpacePressed",void 0),Qr([(0,td.A)("@ui5/webcomponents")],Or,"i18nBundle",void 0),Or=fl=Qr([(0,ed.A)({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}\n',renderer:Qu.A,template:function T9(){return(0,xt.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,qa.xl)(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":(0,qa.nr)()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[(0,xt.Y)("div",{class:"ui5-switch-inner",children:(0,xt.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,xt.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,xt.FD)(xt.FK,{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,xt.Y)(Wa.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Wa.A,{name:vx.Ay,class:"ui5-switch-icon-off"})})]}):(0,xt.Y)(xt.FK,{children:(0,xt.FD)(xt.FK,this.hasNoLabel?{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,xt.Y)(Wa.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,xt.Y)(Wa.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,xt.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,xt.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,$a.A)("change",{bubbles:!0,cancelable:!0}),(0,$a.A)("value-changed",{bubbles:!0,cancelable:!0})],Or),Or.define();const I9=["*"];let Mx=(()=>{class e{constructor(){this.design=ot("Textual"),this.checked=ot(!1,{transform:Gn}),this.disabled=ot(!1,{transform:Gn}),this.textOn=ot(),this.textOff=ot(),this.accessibleName=ot(),this.accessibleNameRef=ot(),this.tooltip=ot(),this.required=ot(!1,{transform:Gn}),this.name=ot(),this.value=ot(""),this.ui5Change=Mr(),this.elementRef=ue(Dr),this.injector=ue(or)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const n=this.element,r=["design","checked","disabled","textOn","textOff","accessibleName","accessibleNameRef","tooltip","required","name","value"];for(const i of r){const s=i.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&Jo(this.injector,()=>{ji(()=>{const a=this[s]();n&&(n[i]=a)})})}const o=["ui5Change"];for(const i of o){const s=i.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[i]&&"function"==typeof this[i].emit&&n.addEventListener&&n.addEventListener(s,a=>{this[i].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{design:[1,"design"],checked:[1,"checked"],disabled:[1,"disabled"],textOn:[1,"textOn"],textOff:[1,"textOff"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],tooltip:[1,"tooltip"],required:[1,"required"],name:[1,"name"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[tv([dx])],ngContentSelectors:I9,decls:1,vars:0,template:function(r,o){1&r&&(Ns(),ks(0))},encapsulation:2,changeDetection:0})}}return e})();const In=globalThis.Luigi;let Vr=(()=>{class e{setConfig(n){return In.setConfig(n)}get config(){return In.getConfig()}getConfigValue(n){return In.getConfigValue(n)}unloadConfig(){return In.unload()}sendCustomMessage(n){return In.sendCustomMessage(n)}configChanged(n){In.configChanged(n)}customMessages(){return In.customMessages()}navigation(){return In.navigation()}resetLuigi(){In.reset()}clearNavigationCache(){In.clearNavigationCache&&In.clearNavigationCache()}showAlert(n){return In.showAlert(n)}ux(){return In.ux()}theming(){return In.theming()}i18n(){return In.i18n()}globalSearch(){return In.globalSearch()}getGlobalContext(){return In.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(n,r=!1){In.setGlobalContext(n,r)}setInGlobalContext(n,r=!1){In.setGlobalContext({...this.getGlobalContext(),...n},r)}routing(){return In.routing()}setFeatureToggle(n){In.featureToggles().setFeatureToggle(n)}unsetFeatureToggle(n){In.featureToggles().unsetFeatureToggle(n)}unsetAllFeatureToggles(){In.featureToggles().getActiveFeatureToggleList().forEach(n=>{this.unsetFeatureToggle(n)})}setFeatureToggles(n){if(n)for(const r of Object.keys(n))n[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(n){return In.featureToggles().getActiveFeatureToggleList().includes(n)}getActiveFeatureToggleList(){return In.featureToggles().getActiveFeatureToggleList()}setAuthData(n){In.auth().store.setAuthData(n),In.auth().store.setNewlyAuthorized()}removeAuthData(){In.auth().store.removeAuthData()}getAuthData(){return In.auth().store.getAuthData()}setCurrentLocale(n){In.i18n().setCurrentLocale(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Ox(e,t){return Gi((n,r)=>{let o=null,i=0,s=!1;const a=()=>s&&!o&&r.complete();n.subscribe(mi(r,c=>{o?.unsubscribe();let l=0;const d=i++;es(e(c,d)).subscribe(o=mi(r,f=>r.next(t?t(c,f,d,l++):f),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function kf(e,t,n=1/0){return O(t)?kf((r,o)=>ni((i,s)=>t(r,i,o,s))(es(e(r,o))),n):("number"==typeof t&&(n=t),Gi((r,o)=>function D9(e,t,n,r,o,i,s,a){const c=[];let l=0,d=0,f=!1;const y=()=>{f&&!c.length&&!l&&t.complete()},I=fe=>l<r?z(fe):c.push(fe),z=fe=>{i&&t.next(fe),l++;let pe=!1;es(n(fe,d++)).subscribe(mi(t,De=>{o?.(De),i?I(De):t.next(De)},()=>{pe=!0},void 0,()=>{if(pe)try{for(l--;c.length&&l<r;){const De=c.shift();s?Ls(t,s,()=>z(De)):z(De)}y()}catch(De){t.error(De)}}))};return e.subscribe(mi(t,I,()=>{f=!0,y()})),()=>{a?.()}}(r,o,e,n)))}function Gy(...e){return hy(e,i1(e))}
|
|
56
|
+
*/
|
|
57
|
+
const vh=Symbol("InputSignalNode#UNSET"),Bx={..._,transformFn:void 0,applyValueToInputSignal(e,n){K(e,n)}};function Ux(e,n){const t=Object.create(Bx);function r(){if(ke(t),t.value===vh)throw new we(-950,null);return t.value}return t.value=e,t.transformFn=n?.transform,r[le]=t,r}function Mr(e){return new $j}function zx(e,n){return Ux(e,n)}const rt=(zx.required=function K4(e){return Ux(vh,e)},zx),yh=new Se(""),n6=new Se("");function Xu(e){return!e.moduleRef}let Kx,_l=null;let Eh=(()=>class e{static __NG_ELEMENT_ID__=C6})();function C6(e){return function E6(e,n,t){if(ro(e)&&!t){const r=Yr(e.index,n);return new gu(r,r)}return 175&e.type?new gu(n[15],n):null}(Ht(),Oe(),!(16&~e))}class ck{supports(n){return n instanceof Map||ev(n)}create(){return new w6}}class w6{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(n){let t;for(t=this._mapHead;null!==t;t=t._next)n(t)}forEachPreviousItem(n){let t;for(t=this._previousMapHead;null!==t;t=t._nextPrevious)n(t)}forEachChangedItem(n){let t;for(t=this._changesHead;null!==t;t=t._nextChanged)n(t)}forEachAddedItem(n){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)n(t)}forEachRemovedItem(n){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)n(t)}diff(n){if(n){if(!(n instanceof Map||ev(n)))throw new we(900,!1)}else n=new Map;return this.check(n)?this:null}check(n){this._reset();let t=this._mapHead;if(this._appendAfter=null,this._forEach(n,(r,i)=>{if(t&&t.key===i)this._maybeAddToChanges(t,r),this._appendAfter=t,t=t._next;else{const o=this._getOrCreateRecordForKey(i,r);t=this._insertBeforeOrAppend(t,o)}}),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let r=t;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(n,t){if(n){const r=n._prev;return t._next=n,t._prev=r,n._prev=t,r&&(r._next=t),n===this._mapHead&&(this._mapHead=t),this._appendAfter=n,n}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(n,t){if(this._records.has(n)){const i=this._records.get(n);this._maybeAddToChanges(i,t);const o=i._prev,s=i._next;return o&&(o._next=s),s&&(s._prev=o),i._next=null,i._prev=null,i}const r=new A6(n);return this._records.set(n,r),r.currentValue=t,this._addToAdditions(r),r}_reset(){if(this.isDirty){let n;for(this._previousMapHead=this._mapHead,n=this._previousMapHead;null!==n;n=n._next)n._nextPrevious=n._next;for(n=this._changesHead;null!==n;n=n._nextChanged)n.previousValue=n.currentValue;for(n=this._additionsHead;null!=n;n=n._nextAdded)n.previousValue=n.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(n,t){Object.is(t,n.currentValue)||(n.previousValue=n.currentValue,n.currentValue=t,this._addToChanges(n))}_addToAdditions(n){null===this._additionsHead?this._additionsHead=this._additionsTail=n:(this._additionsTail._nextAdded=n,this._additionsTail=n)}_addToChanges(n){null===this._changesHead?this._changesHead=this._changesTail=n:(this._changesTail._nextChanged=n,this._changesTail=n)}_forEach(n,t){n instanceof Map?n.forEach(t):Object.keys(n).forEach(r=>t(n[r],r))}}class A6{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(n){this.key=n}}function uk(){return new Th([new ck])}let Th=(()=>{class e{static \u0275prov=Je({token:e,providedIn:"root",factory:uk});factories;constructor(t){this.factories=t}static create(t,r){if(r){const i=r.factories.slice();t=t.concat(i)}return new e(t)}static extend(t){return{provide:e,useFactory:()=>{const r=re(e,{optional:!0,skipSelf:!0});return e.create(t,r||uk())}}}find(t){const r=this.factories.find(i=>i.supports(t));if(r)return r;throw new we(901,!1)}}return e})();function R6(e){const{rootComponent:n,appProviders:t,platformProviders:r,platformRef:i}=e;Cn(pt.BootstrapApplicationStart);try{const o=i?.injector??function a6(e=[]){if(_l)return _l;const n=function Xx(e=[],n){return Gn.create({name:n,providers:[{provide:a_,useValue:"platform"},{provide:yh,useValue:new Set([()=>_l=null])},...e]})}(e);return _l=n,function Q3(){!function Fe(e){gt=e}(()=>{throw new we(600,"")})}(),function Zx(e){const n=e.get(XE,null);no(e,()=>{n?.forEach(t=>t())})}(n),n}(r),s=[dy(),H0,...t||[]];return function Wx(e){const n=Xu(e)?e.r3Injector:e.moduleRef.injector,t=n.get(Mn);return t.run(()=>{Xu(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=n.get(vs);let i;if(t.runOutsideAngular(()=>{i=t.onError.subscribe({next:r})}),Xu(e)){const o=()=>n.destroy(),s=e.platformInjector.get(yh);s.add(o),n.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{const o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(yh);s.add(o),e.moduleRef.onDestroy(()=>{Wf(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return function i6(e,n,t){try{const r=t();return $f(r)?r.catch(i=>{throw n.runOutsideAngular(()=>e(i)),i}):r}catch(r){throw n.runOutsideAngular(()=>e(r)),r}}(r,t,()=>{const o=n.get(ha),s=o.add(),a=n.get(GI);return a.runInitializers(),a.donePromise.then(()=>{if(function sV(e){"string"==typeof e&&(hw=e.toLowerCase().replace(/_/g,"-"))}(n.get(Fs,eh)||eh),!n.get(n6,!0))return Xu(e)?n.get(Qo):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Xu(e)){const d=n.get(Qo);return void 0!==e.rootComponent&&d.bootstrap(e.rootComponent),d}return Kx?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>{o.remove(s)})})})}({r3Injector:new JS({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:o,rootComponent:n})}catch(o){return Promise.reject(o)}finally{Cn(pt.BootstrapApplicationEnd)}}function Un(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}function Ps(e){return this instanceof Ps?(this.v=e,this):new Ps(e)}function Tk(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=function ky(e){var n="function"==typeof Symbol&&Symbol.iterator,t=n&&e[n],r=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(o){t[o]=e[o]&&function(s){return new Promise(function(a,c){!function i(o,s,a,c){Promise.resolve(c).then(function(l){o({value:l,done:a})},s)}(a,c,(s=e[o](s)).done,s.value)})}}}"function"==typeof SuppressedError&&SuppressedError;const Dk=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function Sk(e){return O(e?.then)}function Ik(e){return O(e[Tn])}function wk(e){return Symbol.asyncIterator&&O(e?.[Symbol.asyncIterator])}function Ak(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}const xk=function b7(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}();function kk(e){return O(e?.[xk])}function Rk(e){return function Ek(e,n,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,r=t.apply(e,n||[]),o=[];return i=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function s(S){return function(U){return Promise.resolve(U).then(S,h)}}),i[Symbol.asyncIterator]=function(){return this},i;function a(S,U){r[S]&&(i[S]=function(de){return new Promise(function(pe,xe){o.push([S,de,pe,xe])>1||c(S,de)})},U&&(i[S]=U(i[S])))}function c(S,U){try{!function l(S){S.value instanceof Ps?Promise.resolve(S.value.v).then(d,h):y(o[0][2],S)}(r[S](U))}catch(de){y(o[0][3],de)}}function d(S){c("next",S)}function h(S){c("throw",S)}function y(S,U){S(U),o.shift(),o.length&&c(o[0][0],o[0][1])}}(this,arguments,function*(){const t=e.getReader();try{for(;;){const{value:r,done:i}=yield Ps(t.read());if(i)return yield Ps(void 0);yield yield Ps(r)}}finally{t.releaseLock()}})}function Mk(e){return O(e?.getReader)}function Io(e){if(e instanceof ae)return e;if(null!=e){if(Ik(e))return function C7(e){return new ae(n=>{const t=e[Tn]();if(O(t.subscribe))return t.subscribe(n);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(e);if(Dk(e))return function E7(e){return new ae(n=>{for(let t=0;t<e.length&&!n.closed;t++)n.next(e[t]);n.complete()})}(e);if(Sk(e))return function T7(e){return new ae(n=>{e.then(t=>{n.closed||(n.next(t),n.complete())},t=>n.error(t)).then(null,x)})}(e);if(wk(e))return Nk(e);if(kk(e))return function D7(e){return new ae(n=>{for(const t of e)if(n.next(t),n.closed)return;n.complete()})}(e);if(Mk(e))return function S7(e){return Nk(Rk(e))}(e)}throw Ak(e)}function Nk(e){return new ae(n=>{(function I7(e,n){var t,r,i,o;return function bk(e,n,t,r){return new(t||(t=Promise))(function(o,s){function a(d){try{l(r.next(d))}catch(h){s(h)}}function c(d){try{l(r.throw(d))}catch(h){s(h)}}function l(d){d.done?o(d.value):function i(o){return o instanceof t?o:new t(function(s){s(o)})}(d.value).then(a,c)}l((r=r.apply(e,n||[])).next())})}(this,void 0,void 0,function*(){try{for(t=Tk(e);!(r=yield t.next()).done;)if(n.next(r.value),n.closed)return}catch(s){i={error:s}}finally{try{r&&!r.done&&(o=t.return)&&(yield o.call(t))}finally{if(i)throw i.error}}n.complete()})})(e,n).catch(t=>n.error(t))})}function Bs(e,n,t,r=0,i=!1){const o=n.schedule(function(){t(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function Ok(e,n=0){return so((t,r)=>{t.subscribe(ji(r,i=>Bs(r,e,()=>r.next(i),n),()=>Bs(r,e,()=>r.complete(),n),i=>Bs(r,e,()=>r.error(i),n)))})}function Lk(e,n=0){return so((t,r)=>{r.add(e.schedule(()=>t.subscribe(r),n))})}function Fk(e,n){if(!e)throw new Error("Iterable cannot be null");return new ae(t=>{Bs(t,n,()=>{const r=e[Symbol.asyncIterator]();Bs(t,n,()=>{r.next().then(i=>{i.done?t.complete():t.next(i.value)})},0,!0)})})}function Ih(e,n){return n?function M7(e,n){if(null!=e){if(Ik(e))return function w7(e,n){return Io(e).pipe(Lk(n),Ok(n))}(e,n);if(Dk(e))return function x7(e,n){return new ae(t=>{let r=0;return n.schedule(function(){r===e.length?t.complete():(t.next(e[r++]),t.closed||this.schedule())})})}(e,n);if(Sk(e))return function A7(e,n){return Io(e).pipe(Lk(n),Ok(n))}(e,n);if(wk(e))return Fk(e,n);if(kk(e))return function k7(e,n){return new ae(t=>{let r;return Bs(t,n,()=>{r=e[xk](),Bs(t,n,()=>{let i,o;try{({value:i,done:o}=r.next())}catch(s){return void t.error(s)}o?t.complete():t.next(i)},0,!0)}),()=>O(r?.return)&&r.return()})}(e,n);if(Mk(e))return function R7(e,n){return Fk(Rk(e),n)}(e,n)}throw Ak(e)}(e,n):Io(e)}const{isArray:N7}=Array,{getPrototypeOf:O7,prototype:L7,keys:F7}=Object;function My(e){return e[e.length-1]}function wh(e){return function Pk(e){return e&&O(e.schedule)}(My(e))?e.pop():void 0}const{isArray:V7}=Array;function G7(e,n){return e.reduce((t,r,i)=>(t[r]=n[i],t),{})}function $7(...e){const n=function U7(e){return O(My(e))?e.pop():void 0}(e),{args:t,keys:r}=function P7(e){if(1===e.length){const n=e[0];if(N7(n))return{args:n,keys:null};if(function B7(e){return e&&"object"==typeof e&&O7(e)===L7}(n)){const t=F7(n);return{args:t.map(r=>n[r]),keys:t}}}return{args:e,keys:null}}(e),i=new ae(o=>{const{length:s}=t;if(!s)return void o.complete();const a=new Array(s);let c=s,l=s;for(let d=0;d<s;d++){let h=!1;Io(t[d]).subscribe(ji(o,y=>{h||(h=!0,l--),a[d]=y},()=>c--,void 0,()=>{(!c||!h)&&(l||o.next(r?G7(r,a):a),o.complete())}))}});return n?i.pipe(function H7(e){return Hi(n=>function j7(e,n){return V7(n)?e(...n):e(n)}(e,n))}(n)):i}
|
|
57
58
|
/**
|
|
58
59
|
* @license Angular v21.2.17
|
|
59
60
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
60
61
|
* License: MIT
|
|
61
|
-
*/function Lx(e,t){t=encodeURIComponent(t);for(const n of e.split(";")){const r=n.indexOf("="),[o,i]=-1==r?[n,""]:[n.slice(0,r),n.slice(r+1)];if(o.trim()===t)return decodeURIComponent(i)}return null}class Px{}
|
|
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 mge extends np{static{this.global={...np.global,left:"1rem",center:!1}}static{this.connected=AW}}class vge extends np{static{this.global={...np.global,right:"1rem",center:!1}}static{this.connected=xW}}class yge extends ud{static{this.global={...ud.global,left:"1rem",center:!1}}static{this.connected=kW}}class bge extends ud{static{this.global={...ud.global,right:"1rem",center:!1}}static{this.connected=RW}}Math.pow(2,31);class y1 extends ut{constructor(n=1/0,t=1/0,r=ib){super(),this._bufferSize=n,this._windowTime=t,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=t===1/0,this._bufferSize=Math.max(1,n),this._windowTime=Math.max(1,t)}next(n){const{isStopped:t,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:s}=this;t||(r.push(n),!i&&r.push(o.now()+s)),this._trimBuffer(),super.next(n)}_subscribe(n){this._throwIfClosed(),this._trimBuffer();const t=this._innerSubscribe(n),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let s=0;s<o.length&&!n.closed;s+=r?1:2)n.next(o[s]);return this._checkFinalizedStatuses(n),t}_trimBuffer(){const{_bufferSize:n,_timestampProvider:t,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*n;if(n<1/0&&o<r.length&&r.splice(0,r.length-o),!i){const s=t.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}function _d(e,n){const t=n?.injector??re(Gn),r=new y1(1),i=oo(()=>{let o;try{o=e()}catch(s){return void cr(()=>r.error(s))}cr(()=>r.next(o))},{injector:t,manualCleanup:!0});return t.get(Ci).onDestroy(()=>{i.destroy(),r.complete()}),r.asObservable()}var qt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(qt||{});const E1=new Se("ContentDensityDirective");class fd{}let Cb=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=re(fd),this._injector=re(Gn),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return _d(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(t){this._storage.setContentDensity(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();class eK{}const I1={modifiers:{[qt.COMPACT]:"is-compact",[qt.COZY]:"is-cozy",[qt.CONDENSED]:"is-condensed"},supportedContentDensity:[qt.COMPACT,qt.COZY],defaultContentDensity:qt.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}};let Hs=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(t,r){this._destroyRef=re(Ci),this._alternativeTo={[qt.COMPACT]:()=>this._isSupported(qt.CONDENSED)?qt.CONDENSED:qt.COZY,[qt.CONDENSED]:()=>this._isSupported(qt.COMPACT)?qt.COMPACT:qt.COZY,[qt.COZY]:()=>qt.COZY},this._globalContentDensityService=re(Cb,{optional:!0}),this._contentDensityDirective=re(E1,{optional:!0}),this._parentContentDensityObserver=re(e,{optional:!0,skipSelf:!0}),this._renderer=re(As),this._elementRef=re(br),this._elements=[this._elementRef],this.config={...I1,...this._parentContentDensityObserver?.config??{},...r||{}};const i=((e,n)=>{const t=e.get(Cb,null,{optional:!0})?.currentContentDensity;return t||((e,n)=>{if("string"==typeof n.defaultContentDensity)return n.defaultContentDensity;if((e=>!(!e||!e.useFactory))(n.defaultContentDensity)){const t=((e,n)=>(n.deps||[]).map(t=>{if(Array.isArray(t)){let r,i={};for(let o=0;o<t.length;o++){const s=t[o].__NG_DI_FLAG__;"number"==typeof s?i={...i,flag:s}:r=t[o]}return e.get(r,void 0,i)}return e.get(t,void 0,{})}))(e,n.defaultContentDensity);return n.defaultContentDensity.useFactory(...t)}return e.get(n.defaultContentDensity,void 0,void 0)})(e,{...I1,...n||{}})})(t,r);this._changesSource=(e=>Rr(()=>{const n=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===n?e.defaultContentDensity:"global"===n?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:n}))({defaultContentDensity:i,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function py(e,n){return nx("function"==typeof e?ex(e,Wj,n?.equal):ex(e.source,e.computation,e.equal))}({source:this._changesSource,computation:o=>o&&"string"==typeof o?this._validateAndFallback(o):qt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=Rr(()=>this._contentDensity()===qt.COMPACT),this.isCozySignal=Rr(()=>this._contentDensity()===qt.COZY),this.isCondensedSignal=Rr(()=>this._contentDensity()===qt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=_d(this.isCompactSignal,{injector:t}),this.isCozy$=_d(this.isCozySignal,{injector:t}),this.isCondensed$=_d(this.isCondensedSignal,{injector:t}),this.contentDensity$$=_d(this._contentDensity,{injector:t}),oo(()=>{const o=this._contentDensity();this._applyClass(o)}),_f(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...t){this._elements.concat(...t.map(r=>r.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(t){return this.contentDensity$$.subscribe(t)}removeConsumer(t){this._elements.splice(this._elements.indexOf(t.elementRef),1)}_validateAndFallback(t){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${t}`),!this._isSupported(t))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${t} is not supported. Failing back to alternative one.`),this._alternativeTo[t]()}catch{throw new Error(`ContentDensityObserver: density ${t} is not supported`)}return t}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(t){if(!this.config?.modifiers)return;const r=this.config.modifiers,i=t??this._contentDensity(),o=this._parentContentDensityObserver?.value===i;this._elements.forEach(s=>{if(Object.values(r).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,i,o),o&&!this.config.alwaysAddModifiers)return;const a=r[i];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(t,r,i){if(!(this.config.ui5Markers?.enabled&&t&&this._renderer&&t instanceof HTMLElement))return;const o="data-ui5-compact-size";i&&!this.config.alwaysAddModifiers||r!==qt.COMPACT&&r!==qt.CONDENSED?this._renderer.removeAttribute(t,o):this._renderer.setAttribute(t,o,"")}_isSupported(t){return this.config.supportedContentDensity?.includes(t)??!1}static{this.\u0275fac=function(r){return new(r||e)(wt(Gn),wt(eK))}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();function Ya(e){return[eW(Hs,e)]}const sK=["*"];let w1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Button"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.form=rt(),this.icon=rt(),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.submits=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Button"),this.ui5Click=Mr(),this.slots=[{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"},{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],form:[1,"form"],icon:[1,"icon"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],submits:[1,"submits"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:sK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1279);const Eb=new Se("CVA_CONFIG");let A1=(()=>{class e{constructor(){this.elementRef=re(br),this.cdr=re(Eh),this.config=re(Eb,{optional:!0}),this._value=null,this._valueSet=!1,this._initialized=!1,this._disabled=!1}get effectiveConfig(){return this.config||{property:"value",events:["change","input"],transformValue:t=>t||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(t){this._disabled=t;const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=t,this.cdr.markForCheck())}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}writeValue(t){this._value=t,this._valueSet=!0,this._initialized&&this.updateElementValue(t)}initializeComponent(){const t=this.elementRef.nativeElement,r=this.effectiveConfig;if(this._initialized=!0,t&&t.addEventListener){for(const i of r.events)t.addEventListener(i,o=>{if(this.onChange){const s=this.getValueToEmit(r,o);if(void 0!==s){const a=r.transformValue?r.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});t.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(t.disabled=this._disabled)}getValueToEmit(t,r){return t.isRadioButton?r.target.checked?r.target.value:void 0:r.target[t.property]}updateElementValue(t){const r=this.elementRef.nativeElement,i=this.effectiveConfig;if(r&&this._initialized){if(i.isRadioButton)r.checked=r.value===t;else{const o=i.transformValue?i.transformValue(t):t;r[i.property]=o}this.cdr.markForCheck()}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=zt({type:e,selectors:[["","noop",""]],features:[yn([{provide:lo,useExisting:un(()=>e),multi:!0}])]})}}return e})();const aK=["*"];let x1=(()=>{class e{constructor(){this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.disabled=rt(!1,{transform:Un}),this.filter=rt("None"),this.maxlength=rt(),this.name=rt(),this.noTypeahead=rt(!1,{transform:Un}),this.open=rt(!1,{transform:Un}),this.placeholder=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.showClearIcon=rt(!1,{transform:Un}),this.showSuggestions=rt(!1,{transform:Un}),this.type=rt("Text"),this.value=rt(""),this.valueState=rt("None"),this.ui5Change=Mr(),this.ui5Close=Mr(),this.ui5Input=Mr(),this.ui5Open=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Input with type `Number` does not support suggestions."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],disabled:[1,"disabled"],filter:[1,"filter"],maxlength:[1,"maxlength"],name:[1,"name"],noTypeahead:[1,"noTypeahead"],open:[1,"open"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],showClearIcon:[1,"showClearIcon"],showSuggestions:[1,"showSuggestions"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"]},outputs:{ui5Change:"ui5Change",ui5Close:"ui5Close",ui5Input:"ui5Input",ui5Open:"ui5Open",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5Input"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"value",events:["change","input"],transformValue:t=>t||""}}]),yv([A1])],ngContentSelectors:aK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var k1=ht(355);const cK=["*"];let R1=(()=>{class e{constructor(){this.for=rt(),this.required=rt(!1,{transform:Un}),this.showColon=rt(!1,{transform:Un}),this.wrappingType=rt("Normal"),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["for","required","showColon","wrappingType"];for(const i of r){const o=i.replace(/-./g,s=>s[1].toUpperCase());this[o]&&"function"==typeof this[o]&&no(this.injector,()=>{oo(()=>{const s=this[o]();t&&(t[i]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:cK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(8305);const lK=["*"];let M1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Link"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.href=rt(),this.icon=rt(),this.interactiveAreaSize=rt("Normal"),this.target=rt(),this.tooltip=rt(),this.wrappingType=rt("Normal"),this.ui5Click=Mr(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],href:[1,"href"],icon:[1,"icon"],interactiveAreaSize:[1,"interactiveAreaSize"],target:[1,"target"],tooltip:[1,"tooltip"],wrappingType:[1,"wrappingType"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:lK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1973);const uK=["*"];let N1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("List"),this.footerText=rt(),this.growing=rt("None"),this.growingButtonText=rt(),this.headerText=rt(),this.indent=rt(!1,{transform:Un}),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.noDataText=rt(),this.selectionMode=rt("None"),this.separators=rt("All"),this.stickyHeader=rt(!1,{transform:Un}),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemDelete=Mr(),this.ui5ItemToggle=Mr(),this.ui5LoadMore=Mr(),this.ui5Move=Mr(),this.ui5MoveOver=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],footerText:[1,"footerText"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],headerText:[1,"headerText"],indent:[1,"indent"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],noDataText:[1,"noDataText"],selectionMode:[1,"selectionMode"],separators:[1,"separators"],stickyHeader:[1,"stickyHeader"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemDelete:"ui5ItemDelete",ui5ItemToggle:"ui5ItemToggle",ui5LoadMore:"ui5LoadMore",ui5Move:"ui5Move",ui5MoveOver:"ui5MoveOver",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5List"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:uK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var Yt=ht(2358),hd=ht(1834),pd=ht(1934),At=ht(1642),gd=ht(3651),Tb=ht(4127),O1=ht(6488),Xa=ht(1437),dK=ht(6993),L1=ht(1278),ki=(ht(6726),ht(4874));(0,ki.pU)("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var F1=ht(6826),P1=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(P1||{});const yK=P1;var B1=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(B1||{});const wo=B1;var Ao=ht(5011),U1=ht(6981),In=ht(5166),Yi=ht(8923),gl=ht(303),ml=ht(5444);(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Gs,ui=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Vr=Gs=class extends U1.A{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=n=>{(0,Yt.RI)(n)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===wo.Active||this.type===wo.Navigation)&&this._selectionMode!==Ao.A.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(n){const t=n.target!==this.getFocusDomRef();if(((0,Yt.xC)(n)||(0,Yt.RI)(n))&&t)return;super._onkeydown(n);const r=this.type===wo.Active,i=this.typeNavigation;((0,Yt.xC)(n)||(0,Yt.RI)(n))&&(r||i)&&this.activate(),(0,Yt.ty)(n)&&this._handleF2()}_onkeyup(n){super._onkeyup(n),((0,Yt.xC)(n)||(0,Yt.RI)(n))&&this.deactivate(),this.modeDelete&&(0,Yt.Ob)(n)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(n){super._onfocusin(n),n.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(n){if(this._editMode){const t=n.relatedTarget;(!t||!this.contains(t)&&!this.shadowRoot.contains(t))&&(this._editMode=!1)}n.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(n){n.dataTransfer&&n.target===this._listItem&&(F1.A.setDraggedElement(this,n),this.setAttribute("data-moving",""),n.dataTransfer.dropEffect="move",n.dataTransfer.effectAllowed="move")}_ondragend(n){n.target===this._listItem&&(F1.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:n.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!n.target.checked,selectionComponentPressed:!0})}activate(){(this.type===wo.Active||this.type===wo.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(n){this.isInactive||(super.fireItemPress(n),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===wo.Inactive||this.type===wo.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ao.A.Multiple||this._selectionMode===Ao.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ao.A.SingleEnd||this._selectionMode===Ao.A.Delete)}get modeSingleSelect(){return[Ao.A.SingleStart,Ao.A.SingleEnd,Ao.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ao.A.Multiple}get modeDelete(){return this._selectionMode===Ao.A.Delete}get typeDetail(){return this.type===wo.Detail}get typeNavigation(){return this.type===wo.Navigation}get typeActive(){return this.type===wo.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let n;return void 0!==this._ariaSelected&&(n=Gs.i18nBundle.getText(this._ariaSelected?In.rek:In.bB2)),n}get deleteText(){return Gs.i18nBundle.getText(In.SJi)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?Gs.i18nBundle.getText(In._43):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:Gs.i18nBundle.getText(In.UlA),ariaLabelRadioButton:Gs.i18nBundle.getText(In.bP),ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==yK.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const n=this.getFocusDomRef();if((0,Tb.A)()===n){const t=this._getFocusableElements();if(!t.length)return;this._editMode=!0,t[0].focus()}else this._editMode=!1,n.focus()}_handleTabNext(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t),i=r+1;return void(-1!==r&&i<t.length?(n.preventDefault(),t[i].focus()):this.fireDecoratorEvent("forward-after")||n.preventDefault())}this.fireDecoratorEvent("forward-after")||n.preventDefault()}_handleTabPrevious(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t);return void(r>0?(n.preventDefault(),t[r-1].focus()):this.fireDecoratorEvent("forward-before")||n.preventDefault())}this.fireDecoratorEvent("forward-before")||n.preventDefault()}_getFocusableElements(){const n=this.getFocusDomRef();return(0,O1.J)(n)}_indexOfActiveElement(n){const t=(0,Tb.A)();return n.findIndex(r=>r===t||null!==r.shadowRoot&&r.shadowRoot.contains(t))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(n){const t=this._getFocusableElements();if(!t.length)return;const r=Math.min(n,t.length-1);return t[r].focus(),r}};ui([(0,At.A)()],Vr.prototype,"type",void 0),ui([(0,At.A)({type:Object})],Vr.prototype,"accessibilityAttributes",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"navigated",void 0),ui([(0,At.A)()],Vr.prototype,"tooltip",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"active",void 0),ui([(0,At.A)()],Vr.prototype,"highlight",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"selected",void 0),ui([(0,At.A)()],Vr.prototype,"accessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_forcedAccessibleRole",void 0),ui([(0,At.A)({noAttribute:!0})],Vr.prototype,"_inheritedAccessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_selectionMode",void 0),ui([(0,At.A)()],Vr.prototype,"mediaRange",void 0),ui([(0,dK.A)()],Vr.prototype,"deleteButton",void 0),ui([(0,gd.A)("@ui5/webcomponents")],Vr,"i18nBundle",void 0),Vr=Gs=ui([(0,pd.A)({languageAware:!0,renderer:hd.A,styles:[U1.A.styles,".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n",'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}\n']}),(0,Xa.A)("detail-click",{bubbles:!0}),(0,Xa.A)("selection-requested",{bubbles:!0})],Vr);const z1=Vr;var xt=ht(1892),Za=ht(563),Qa=ht(6136),Db=ht(5386),$s=ht(594),md=ht(3493);const Ws=class xK{static hasGroup(n){return this.groups.has(n)}static getGroup(n){return this.groups.get(n)}static getCheckedRadioFromGroup(n){return this.checkedRadios.get(n)}static removeGroup(n){return this.checkedRadios.delete(n),this.groups.delete(n)}static addToGroup(n,t){this.hasGroup(t)?(this.enforceSingleSelection(n,t),this.getGroup(t)&&this.getGroup(t).push(n)):this.createGroup(n,t),this.updateTabOrder(t)}static removeFromGroup(n,t){const r=this.getGroup(t);if(!r)return;const i=this.getCheckedRadioFromGroup(t);r.forEach((o,s,a)=>{if(n._id===o._id)return a.splice(s,1)}),i===n&&this.checkedRadios.set(t,null),r.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(n,t){n.checked&&this.checkedRadios.set(t,n),this.groups.set(t,[n])}static selectNextItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._nextFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static updateFormValidity(n){const t=this.getGroup(n);if(!t)return;const r=t.some(o=>o.required),i=t.some(o=>o.checked);t.forEach(o=>{o._groupChecked=i,o._groupRequired=r})}static updateTabOrder(n){const t=this.getGroup(n);if(!t)return;const r=t.some(i=>i.checked);t.filter(i=>!i.disabled).forEach((i,o)=>{let s=(0,Tb.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),i._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===i&&i.readonly?0:-1:i.checked?0:-1:0===o?0:-1})}static selectPreviousItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._previousFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static selectItem(n,t){this.updateSelectionInGroup(n,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(n,t){const r=this.getCheckedRadioFromGroup(t);r&&!n.readonly&&(this._deselectRadio(r),this.checkedRadios.set(t,n)),n&&(n.focus(),n.readonly?setTimeout(()=>{this.updateTabOrder(t)},0):this._selectRadio(n))}static _deselectRadio(n){n&&(n.checked=!1)}static _selectRadio(n){n.checked=!0,n._checked=!0,n.fireDecoratorEvent("change")}static _nextFocusable(n,t){if(!t)return null;let i=null;if(n===t.length-1){if(t[0].disabled)return this._nextFocusable(1,t);i=t[0]}else{if(t[n+1].disabled)return this._nextFocusable(n+1,t);i=t[n+1]}return i}static _previousFocusable(n,t){const r=t.length;let i=null;if(0===n){if(t[r-1].disabled)return this._previousFocusable(r-1,t);i=t[r-1]}else{if(t[n-1].disabled)return this._previousFocusable(n-1,t);i=t[n-1]}return i}static enforceSingleSelection(n,t){const r=this.getCheckedRadioFromGroup(t);n.checked?r?n!==r&&(this._deselectRadio(r),this.checkedRadios.set(t,n)):this.checkedRadios.set(t,n):n===r&&this.checkedRadios.set(t,null),this.updateTabOrder(t),this.updateFormValidity(t)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var Ja,jr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Sb,V1=!1,Cr=Ja=class extends Db.A{get formValidityMessage(){return Ja.i18nBundle.getText(In.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{Sb&&(Sb.active=!1)},V1||(document.addEventListener("mouseup",this._deactivate),V1=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(n){const t=this._name,r=this.name,i=this._checked,o=this.checked;n&&Ws.removeFromGroup(this,t),r!==t?(t&&Ws.removeFromGroup(this,t),r&&Ws.addToGroup(this,r)):r&&this.isConnected&&Ws.enforceSingleSelection(this,r),this.name&&o!==i&&Ws.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(n){const t=this.name;t&&(n.preventDefault(),Ws.selectNextItem(this,t))}_handleUp(n){const t=this.name;t&&(n.preventDefault(),Ws.selectPreviousItem(this,t))}_onkeydown(n){if((0,Yt.xC)(n))return this.active=!0,n.preventDefault();if((0,Yt.RI)(n))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;((0,Yt.Pj)(n)||!t&&(0,Yt.FG)(n)||t&&(0,Yt.OC)(n))&&this._handleDown(n),((0,Yt.ie)(n)||!t&&(0,Yt.OC)(n)||t&&(0,Yt.FG)(n))&&this._handleUp(n)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,Sb=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Ws.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return[(0,md.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){switch(this.valueState){case $s.A.Negative:return Ja.i18nBundle.getText(In.laD);case $s.A.Critical:return Ja.i18nBundle.getText(In.Xot);case $s.A.Positive:return Ja.i18nBundle.getText(In.KwP);case $s.A.Information:return Ja.i18nBundle.getText(In.tgV);default:return""}}get effectiveTabIndex(){const n=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:n?parseInt(n):0}};jr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),jr([(0,At.A)()],Cr.prototype,"text",void 0),jr([(0,At.A)()],Cr.prototype,"valueState",void 0),jr([(0,At.A)()],Cr.prototype,"name",void 0),jr([(0,At.A)()],Cr.prototype,"value",void 0),jr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),jr([(0,At.A)({type:Number})],Cr.prototype,"_tabIndex",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupChecked",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupRequired",void 0),jr([(0,gd.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=Ja=jr([(0,pd.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function kK(){return(0,xt.FD)("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,xt.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},children:[(0,xt.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,xt.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,xt.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,xt.Y)("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'}),(0,Xa.A)("change",{bubbles:!0})],Cr),Cr.define();const MK=Cr;function cq(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var rs,Hr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Ib,H1=!1,Er=rs=class extends Db.A{get formValidityMessage(){return rs.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{Ib&&(Ib.active=!1)},H1||(document.addEventListener("mouseup",this._deactivate),H1=!0)}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Ib=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&!this.disabled&&((0,Yt.RI)(n)&&this.toggle(),this.active=!0)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const n={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(t||r)&&(this.checked=n.checked,this.indeterminate=n.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:rs.i18nBundle.getText(In.laD),Critical:rs.i18nBundle.getText(In.Xot),Positive:rs.i18nBundle.getText(In.KwP)}}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){if(this.valueState!==$s.A.None&&this.valueState!==$s.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const n=this.getAttribute("tabindex");if(this.tabbable)return n?parseInt(n):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){const n=rs.i18nBundle.getText(this.checked?In.Egs:In.wJ8),t=[this.text||"",n].filter(Boolean).join(" ");return{role:this.accInfo.role,type:rs.i18nBundle.getText(In.b5n),description:t,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};Hr([(0,At.A)()],Er.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)()],Er.prototype,"accessibleName",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"displayOnly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"indeterminate",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"checked",void 0),Hr([(0,At.A)()],Er.prototype,"text",void 0),Hr([(0,At.A)()],Er.prototype,"valueState",void 0),Hr([(0,At.A)()],Er.prototype,"wrappingType",void 0),Hr([(0,At.A)()],Er.prototype,"name",void 0),Hr([(0,At.A)()],Er.prototype,"value",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"active",void 0),Hr([(0,At.A)({type:Object})],Er.prototype,"_accInfo",void 0),Hr([(0,gd.A)("@ui5/webcomponents")],Er,"i18nBundle",void 0),Er=rs=Hr([(0,pd.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function aq(){return(0,xt.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[(0,xt.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,xt.Y)(Za.A,{"aria-hidden":"true",name:cq.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Za.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,xt.Y)("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Er),Er.define();const lq=Er,uq={listItemPreContent:function _q(){},listItemContent:function fq(){},imageBegin:function hq(){},iconBegin:function pq(){},iconEnd:function gq(){},selectionElement:G1};function dq(e){const n={...uq,...e};return(0,xt.FD)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[n.listItemPreContent.call(this),this.placeSelectionElementBefore&&G1.call(this),this._hasHighlightColor&&(0,xt.Y)("div",{class:"ui5-li-highlight"}),(0,xt.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[n.imageBegin.call(this),n.iconBegin.call(this),n.listItemContent.call(this)]}),n.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(V5.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Za.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&n.selectionElement.call(this),(0,xt.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,xt.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function G1(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(MK,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return(0,xt.Y)(lq,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return(0,xt.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,xt.Y)("slot",{name:"deleteButton"}):(0,xt.Y)(V5.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:L1.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const mq={listItemContent:function yq(){return(0,xt.Y)("slot",{})}};var bq=ht(4446);let $1,is;const vd=()=>($1??=new bq.Ay("@ui5/webcomponents-base"),$1),W1=(e,n=[])=>{(!is||!is.isConnected)&&(is=document.createElement("span"),is.id="ui5-invisible-text",is.hidden=!0,document.body.appendChild(is));const t=[...e.ariaLabelledByElements||[]],r=t.indexOf(is);n=Array.isArray(n)?n.filter(Boolean).join(" . ").trim():n.trim(),is.textContent=n,n&&-1===r?(t.unshift(is),e.ariaLabelledByElements=t):!n&&r>-1&&(t.splice(r,1),e.ariaLabelledByElements=t.length?t:null)},K1=(e,n={},t=!0)=>{if(!e)return"";if(e.nodeType===Node.TEXT_NODE)return e.data.trim();if(!(e instanceof HTMLElement))return"";if(e.hasAttribute("data-ui5-acc-text"))return e.getAttribute("data-ui5-acc-text")||"";if("true"===e.ariaHidden||!(e=>e.checkVisibility()||"contents"===getComputedStyle(e).display)(e))return t?vd().getText(In.CH):"";let r=[];const i=[],o=e.accessibilityInfo,{lessDetails:s}=n;if(o){const{type:a,description:c,required:l,disabled:d,readonly:h,children:y}=o;r=y||[],a&&i.push(a),c&&i.push(c),s||(l&&i.push(vd().getText(In.knB)),d&&i.push(vd().getText(In.fBK)),h&&i.push(vd().getText(In.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=K1(a,n,!1);c&&i.push(c)}),t){const a=i.length>0;if(!a||!s){const c=(0,O1.J)(e),l=[a?"":In.CH,In.fSG,In.Apb][Math.min(c.length,2)];l&&(a&&i.push("."),i.push(vd().getText(l)))}}return i.join(" ").trim()};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var wb,rp=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let vl=wb=class extends z1{constructor(){super(...arguments),this.movable=!1}_onkeydown(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeydown(n)}_onkeyup(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeyup(n)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(n){super._onfocusin(n),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(n){super._onfocusout(n),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const n=this._listItem;if(!n)return;const t=K1(this);W1(n,t)}_clearInvisibleTextContent(){const n=this._listItem;n&&W1(n,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const n=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return n?[n]:[]}get classes(){const n=super.classes;return n.main["ui5-custom-li-root"]=!0,n}get accessibilityInfo(){const n=[],t=this.shadowRoot?.querySelector("slot:not([name])");if(t){const i=t.assignedNodes({flatten:!0});n.push(...i)}const r=this._getDeleteButtonNodes();return n.push(...r),{type:wb.i18nBundle.getText(In.YHe),children:n}}};rp([(0,At.A)({type:Boolean})],vl.prototype,"movable",void 0),rp([(0,At.A)()],vl.prototype,"accessibleName",void 0),rp([(0,gd.A)("@ui5/webcomponents")],vl,"i18nBundle",void 0),vl=wb=rp([(0,pd.A)({tag:"ui5-li-custom",template:function vq(e){const n={...mq,...e};return dq.call(this,n)},renderer:hd.A,styles:[z1.styles,':host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}\n']})],vl),vl.define();const Tq=["*"];let q1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleName=rt(),this.accessibleRole=rt(),this.highlight=rt("None"),this.movable=rt(!1,{transform:Un}),this.navigated=rt(!1,{transform:Un}),this.selected=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Active"),this.ui5Click=Mr(),this.ui5DetailClick=Mr(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:'Defines the delete button, displayed in "Delete" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.',since:"1.9.0"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click","ui5DetailClick"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleName:[1,"accessibleName"],accessibleRole:[1,"accessibleRole"],highlight:[1,"highlight"],movable:[1,"movable"],navigated:[1,"navigated"],selected:[1,"selected"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click",ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:Tq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();(0,ki.pU)("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Y1=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Y1||{});const kq=Y1;(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var yl,ti=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Fr=yl=class extends Db.A{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return yl.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&((0,Yt.xC)(n)?this._isSpacePressed=!0:((0,Yt.Tu)(n)||(0,Yt.KL)(n))&&(this._cancelAction=!0),(0,Yt.RI)(n)&&this._onclick())}_onkeyup(n){if(this.readonly)return;const t=(0,Yt.xC)(n),r=(0,Yt.Tu)(n)||(0,Yt.KL)(n);if(t||(0,Yt.BF)(n)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void n.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);t&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),t=!this.fireDecoratorEvent("value-changed");(n||t)&&(this.checked=!this.checked)}}get graphical(){return this.design===kq.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const n=this.textOn?.toLowerCase(),t=this.textOff?.toLowerCase(),r=yl.i18nBundle.getText(In.F$r).toLowerCase(),i=yl.i18nBundle.getText(In.f4l).toLowerCase();return n===r&&t===i||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?yl.i18nBundle.getText(In.Dy9):""}};ti([(0,At.A)()],Fr.prototype,"design",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"readonly",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"checked",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"disabled",void 0),ti([(0,At.A)()],Fr.prototype,"textOn",void 0),ti([(0,At.A)()],Fr.prototype,"textOff",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleName",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleNameRef",void 0),ti([(0,At.A)()],Fr.prototype,"tooltip",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"required",void 0),ti([(0,At.A)()],Fr.prototype,"name",void 0),ti([(0,At.A)()],Fr.prototype,"value",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_cancelAction",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_isSpacePressed",void 0),ti([(0,gd.A)("@ui5/webcomponents")],Fr,"i18nBundle",void 0),Fr=yl=ti([(0,pd.A)({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}\n',renderer:hd.A,template:function Rq(){return(0,xt.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,Qa.xl)(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":(0,Qa.nr)()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[(0,xt.Y)("div",{class:"ui5-switch-inner",children:(0,xt.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,xt.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,xt.FD)(xt.FK,{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,xt.Y)(Za.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Za.A,{name:L1.Ay,class:"ui5-switch-icon-off"})})]}):(0,xt.Y)(xt.FK,{children:(0,xt.FD)(xt.FK,this.hasNoLabel?{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,xt.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,xt.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Fr),Fr.define();const Nq=["*"];let X1=(()=>{class e{constructor(){this.accessibleName=rt(),this.accessibleNameRef=rt(),this.checked=rt(!1,{transform:Un}),this.design=rt("Textual"),this.disabled=rt(!1,{transform:Un}),this.name=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.textOff=rt(),this.textOn=rt(),this.tooltip=rt(),this.value=rt(""),this.ui5Change=Mr(),this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],checked:[1,"checked"],design:[1,"design"],disabled:[1,"disabled"],name:[1,"name"],readonly:[1,"readonly"],required:[1,"required"],textOff:[1,"textOff"],textOn:[1,"textOn"],tooltip:[1,"tooltip"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"checked",events:["change"],transformValue:t=>!!t}}]),yv([A1])],ngContentSelectors:Nq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();const wn=globalThis.Luigi;let Gr=(()=>{class e{setConfig(t){return wn.setConfig(t)}get config(){return wn.getConfig()}getConfigValue(t){return wn.getConfigValue(t)}unloadConfig(){return wn.unload()}sendCustomMessage(t){return wn.sendCustomMessage(t)}configChanged(t){wn.configChanged(t)}customMessages(){return wn.customMessages()}navigation(){return wn.navigation()}resetLuigi(){wn.reset()}clearNavigationCache(){wn.clearNavigationCache&&wn.clearNavigationCache()}showAlert(t){return wn.showAlert(t)}ux(){return wn.ux()}theming(){return wn.theming()}i18n(){return wn.i18n()}globalSearch(){return wn.globalSearch()}getGlobalContext(){return wn.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(t,r=!1){wn.setGlobalContext(t,r)}setInGlobalContext(t,r=!1){wn.setGlobalContext({...this.getGlobalContext(),...t},r)}routing(){return wn.routing()}setFeatureToggle(t){wn.featureToggles().setFeatureToggle(t)}unsetFeatureToggle(t){wn.featureToggles().unsetFeatureToggle(t)}unsetAllFeatureToggles(){wn.featureToggles().getActiveFeatureToggleList().forEach(t=>{this.unsetFeatureToggle(t)})}setFeatureToggles(t){if(t)for(const r of Object.keys(t))t[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(t){return wn.featureToggles().getActiveFeatureToggleList().includes(t)}getActiveFeatureToggleList(){return wn.featureToggles().getActiveFeatureToggleList()}setAuthData(t){wn.auth().store.setAuthData(t),wn.auth().store.setNewlyAuthorized()}removeAuthData(){wn.auth().store.removeAuthData()}getAuthData(){return wn.auth().store.getAuthData()}setCurrentLocale(t){wn.i18n().setCurrentLocale(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Z1(e,n){return so((t,r)=>{let i=null,o=0,s=!1;const a=()=>s&&!i&&r.complete();t.subscribe(ji(r,c=>{i?.unsubscribe();let l=0;const d=o++;Io(e(c,d)).subscribe(i=ji(r,h=>r.next(n?n(c,h,d,l++):h),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function Ab(...e){return Ih(e,wh(e))}
|
|
62
63
|
/**
|
|
63
64
|
* @license Angular v21.2.17
|
|
64
65
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
65
66
|
* License: MIT
|
|
66
|
-
*/
|
|
67
|
-
class Wo{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?"string"==typeof t?this.lazyInit=()=>{this.headers=new Map,t.split("\n").forEach(n=>{const r=n.indexOf(":");if(r>0){const o=n.slice(0,r),i=n.slice(r+1).trim();this.addHeaderEntry(o,i)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((n,r)=>{this.addHeaderEntry(r,n)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([n,r])=>{this.setHeaderEntries(n,r)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();const n=this.headers.get(t.toLowerCase());return n&&n.length>0?n[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,n){return this.clone({name:t,value:n,op:"a"})}set(t,n){return this.clone({name:t,value:n,op:"s"})}delete(t,n){return this.clone({name:t,value:n,op:"d"})}maybeSetNormalizedName(t,n){this.normalizedNames.has(n)||this.normalizedNames.set(n,t)}init(){this.lazyInit&&(this.lazyInit instanceof Wo?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init(),Array.from(t.headers.keys()).forEach(n=>{this.headers.set(n,t.headers.get(n)),this.normalizedNames.set(n,t.normalizedNames.get(n))})}clone(t){const n=new Wo;return n.lazyInit=this.lazyInit&&this.lazyInit instanceof Wo?this.lazyInit:this,n.lazyUpdate=(this.lazyUpdate||[]).concat([t]),n}applyUpdate(t){const n=t.name.toLowerCase();switch(t.op){case"a":case"s":let r=t.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(t.name,n);const o=("a"===t.op?this.headers.get(n):void 0)||[];o.push(...r),this.headers.set(n,o);break;case"d":const i=t.value;if(i){let s=this.headers.get(n);if(!s)return;s=s.filter(a=>-1===i.indexOf(a)),0===s.length?(this.headers.delete(n),this.normalizedNames.delete(n)):this.headers.set(n,s)}else this.headers.delete(n),this.normalizedNames.delete(n)}}addHeaderEntry(t,n){const r=t.toLowerCase();this.maybeSetNormalizedName(t,r),this.headers.has(r)?this.headers.get(r).push(n):this.headers.set(r,[n])}setHeaderEntries(t,n){const r=(Array.isArray(n)?n:[n]).map(i=>i.toString()),o=t.toLowerCase();this.headers.set(o,r),this.maybeSetNormalizedName(t,o)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(n=>t(this.normalizedNames.get(n),this.headers.get(n)))}}class M9{map=new Map;set(t,n){return this.map.set(t,n),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}}class O9{encodeKey(t){return Bx(t)}encodeValue(t){return Bx(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}}const P9=/%(\d[a-f0-9])/gi,B9={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Bx(e){return encodeURIComponent(e).replace(P9,(t,n)=>B9[n]??t)}function Rf(e){return`${e}`}class js{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new O9,t.fromString){if(t.fromObject)throw new we(2805,!1);this.map=function L9(e,t){const n=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(o=>{const i=o.indexOf("="),[s,a]=-1==i?[t.decodeKey(o),""]:[t.decodeKey(o.slice(0,i)),t.decodeValue(o.slice(i+1))],c=n.get(s)||[];c.push(a),n.set(s,c)}),n}(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(n=>{const r=t.fromObject[n],o=Array.isArray(r)?r.map(Rf):[Rf(r)];this.map.set(n,o)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();const n=this.map.get(t);return n?n[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,n){return this.clone({param:t,value:n,op:"a"})}appendAll(t){const n=[];return Object.keys(t).forEach(r=>{const o=t[r];Array.isArray(o)?o.forEach(i=>{n.push({param:r,value:i,op:"a"})}):n.push({param:r,value:o,op:"a"})}),this.clone(n)}set(t,n){return this.clone({param:t,value:n,op:"s"})}delete(t,n){return this.clone({param:t,value:n,op:"d"})}toString(){return this.init(),this.keys().map(t=>{const n=this.encoder.encodeKey(t);return this.map.get(t).map(r=>n+"="+this.encoder.encodeValue(r)).join("&")}).filter(t=>""!==t).join("&")}clone(t){const n=new js({encoder:this.encoder});return n.cloneFrom=this.cloneFrom||this,n.updates=(this.updates||[]).concat(t),n}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(t=>this.map.set(t,this.cloneFrom.map.get(t))),this.updates.forEach(t=>{switch(t.op){case"a":case"s":const n=("a"===t.op?this.map.get(t.param):void 0)||[];n.push(Rf(t.value)),this.map.set(t.param,n);break;case"d":if(void 0===t.value){this.map.delete(t.param);break}{let r=this.map.get(t.param)||[];const o=r.indexOf(Rf(t.value));-1!==o&&r.splice(o,1),r.length>0?this.map.set(t.param,r):this.map.delete(t.param)}}}),this.cloneFrom=this.updates=null)}}function Fx(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function Ux(e){return typeof Blob<"u"&&e instanceof Blob}function Hx(e){return typeof FormData<"u"&&e instanceof FormData}const sd="Content-Type",zx="text/plain",Vx="application/json",jx=`${Vx}, ${zx}, */*`;class ad{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(t,n,r,o){let i;if(this.url=n,this.method=t.toUpperCase(),function F9(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||o?(this.body=void 0!==r?r:null,i=o):i=r,i){if(this.reportProgress=!!i.reportProgress,this.withCredentials=!!i.withCredentials,this.keepalive=!!i.keepalive,i.responseType&&(this.responseType=i.responseType),i.headers&&(this.headers=i.headers),i.context&&(this.context=i.context),i.params&&(this.params=i.params),i.priority&&(this.priority=i.priority),i.cache&&(this.cache=i.cache),i.credentials&&(this.credentials=i.credentials),"number"==typeof i.timeout){if(i.timeout<1||!Number.isInteger(i.timeout))throw new we(2822,"");this.timeout=i.timeout}i.mode&&(this.mode=i.mode),i.redirect&&(this.redirect=i.redirect),i.integrity&&(this.integrity=i.integrity),void 0!==i.referrer&&(this.referrer=i.referrer),i.referrerPolicy&&(this.referrerPolicy=i.referrerPolicy),this.transferCache=i.transferCache}if(this.headers??=new Wo,this.context??=new M9,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=n;else{const a=n.indexOf("?");this.urlWithParams=n+(-1===a?"?":a<n.length-1?"&":"")+s}}else this.params=new js,this.urlWithParams=n}serializeBody(){return null===this.body?null:"string"==typeof this.body||Fx(this.body)||Ux(this.body)||Hx(this.body)||function U9(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof js?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body||Hx(this.body)?null:Ux(this.body)?this.body.type||null:Fx(this.body)?null:"string"==typeof this.body?zx:this.body instanceof js?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?Vx:null}clone(t={}){const n=t.method||this.method,r=t.url||this.url,o=t.responseType||this.responseType,i=t.keepalive??this.keepalive,s=t.priority||this.priority,a=t.cache||this.cache,c=t.mode||this.mode,l=t.redirect||this.redirect,d=t.credentials||this.credentials,f=t.referrer??this.referrer,y=t.integrity||this.integrity,I=t.referrerPolicy||this.referrerPolicy,z=t.transferCache??this.transferCache,fe=t.timeout??this.timeout,pe=void 0!==t.body?t.body:this.body,De=t.withCredentials??this.withCredentials,Te=t.reportProgress??this.reportProgress;let Tt=t.headers||this.headers,kt=t.params||this.params;const zt=t.context??this.context;return void 0!==t.setHeaders&&(Tt=Object.keys(t.setHeaders).reduce((Pn,lr)=>Pn.set(lr,t.setHeaders[lr]),Tt)),t.setParams&&(kt=Object.keys(t.setParams).reduce((Pn,lr)=>Pn.set(lr,t.setParams[lr]),kt)),new ad(n,r,pe,{params:kt,headers:Tt,context:zt,reportProgress:Te,responseType:o,withCredentials:De,transferCache:z,keepalive:i,cache:a,priority:s,timeout:fe,mode:c,redirect:l,credentials:d,referrer:f,integrity:y,referrerPolicy:I})}}var Gs=function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e}(Gs||{});class $y{headers;status;statusText;url;ok;type;redirected;responseType;constructor(t,n=200,r="OK"){this.headers=t.headers||new Wo,this.status=void 0!==t.status?t.status:n,this.statusText=t.statusText||r,this.url=t.url||null,this.redirected=t.redirected,this.responseType=t.responseType,this.ok=this.status>=200&&this.status<300}}class Of extends $y{constructor(t={}){super(t)}type=Gs.ResponseHeader;clone(t={}){return new Of({headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}}class cd extends $y{body;constructor(t={}){super(t),this.body=void 0!==t.body?t.body:null}type=Gs.Response;clone(t={}){return new cd({body:void 0!==t.body?t.body:this.body,headers:t.headers||this.headers,status:void 0!==t.status?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected,responseType:t.responseType??this.responseType})}}class $s extends $y{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${t.url||"(unknown url)"}`:`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}}const $x=new qe(""),$9=/^\)\]\}',?\n/;let Wx=(()=>{class e{xhrFactory;tracingService=ue(Ea,{optional:!0});constructor(n){this.xhrFactory=n}maybePropagateTrace(n){return this.tracingService?.propagate?this.tracingService.propagate(n):n}handle(n){if("JSONP"===n.method)throw new we(-2800,!1);const r=this.xhrFactory;return Gy(null).pipe(Ox(()=>new se(i=>{const s=r.build();if(s.open(n.method,n.urlWithParams),n.withCredentials&&(s.withCredentials=!0),n.headers.forEach((pe,De)=>s.setRequestHeader(pe,De.join(","))),n.headers.has("Accept")||s.setRequestHeader("Accept",jx),!n.headers.has(sd)){const pe=n.detectContentTypeHeader();null!==pe&&s.setRequestHeader(sd,pe)}if(n.timeout&&(s.timeout=n.timeout),n.responseType){const pe=n.responseType.toLowerCase();s.responseType="json"!==pe?pe:"text"}const a=n.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const pe=s.statusText||"OK",De=new Wo(s.getAllResponseHeaders());return c=new Of({headers:De,status:s.status,statusText:pe,url:s.responseURL||n.url}),c},d=this.maybePropagateTrace(()=>{let{headers:pe,status:De,statusText:Te,url:Tt}=l(),kt=null;204!==De&&(kt=typeof s.response>"u"?s.responseText:s.response),0===De&&(De=kt?200:0);let zt=De>=200&&De<300;if("json"===n.responseType&&"string"==typeof kt){const Pn=kt;kt=kt.replace($9,"");try{kt=""!==kt?JSON.parse(kt):null}catch(lr){kt=Pn,zt&&(zt=!1,kt={error:lr,text:kt})}}zt?(i.next(new cd({body:kt,headers:pe,status:De,statusText:Te,url:Tt||void 0})),i.complete()):i.error(new $s({error:kt,headers:pe,status:De,statusText:Te,url:Tt||void 0}))}),f=this.maybePropagateTrace(pe=>{const{url:De}=l(),Te=new $s({error:pe,status:s.status||0,statusText:s.statusText||"Unknown Error",url:De||void 0});i.error(Te)});let y=f;n.timeout&&(y=this.maybePropagateTrace(pe=>{const{url:De}=l(),Te=new $s({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:De||void 0});i.error(Te)}));let I=!1;const z=this.maybePropagateTrace(pe=>{I||(i.next(l()),I=!0);let De={type:Gs.DownloadProgress,loaded:pe.loaded};pe.lengthComputable&&(De.total=pe.total),"text"===n.responseType&&s.responseText&&(De.partialText=s.responseText),i.next(De)}),fe=this.maybePropagateTrace(pe=>{let De={type:Gs.UploadProgress,loaded:pe.loaded};pe.lengthComputable&&(De.total=pe.total),i.next(De)});return s.addEventListener("load",d),s.addEventListener("error",f),s.addEventListener("timeout",y),s.addEventListener("abort",f),n.reportProgress&&(s.addEventListener("progress",z),null!==a&&s.upload&&s.upload.addEventListener("progress",fe)),s.send(a),i.next({type:Gs.Sent}),()=>{s.removeEventListener("error",f),s.removeEventListener("abort",f),s.removeEventListener("load",d),s.removeEventListener("timeout",y),n.reportProgress&&(s.removeEventListener("progress",z),null!==a&&s.upload&&s.upload.removeEventListener("progress",fe)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(Dt(Px))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function qx(e,t){return t(e)}const ld=new qe("",{factory:()=>[]}),Y9=new qe(""),Kx=new qe("",{factory:()=>!0});let Lf=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(Wx),o},providedIn:"root"})}return e})(),Ky=(()=>{class e{backend;injector;chain=null;pendingTasks=ue(Xp);contributeToStability=ue(Kx);constructor(n,r){this.backend=n,this.injector=r}handle(n){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(ld),...this.injector.get(Y9,[])]));this.chain=r.reduceRight((o,i)=>function q9(e,t,n){return(r,o)=>Jo(n,()=>t(r,i=>e(i,o)))}(o,i,this.injector),qx)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(n,o=>this.backend.handle(o)).pipe(function A9(e){return Gi((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}(r))}return this.chain(n,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(Dt(Lf),Dt(mo))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Yy=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(Ky),o},providedIn:"root"})}return e})();function Xy(e,t){return{body:t,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer,referrerPolicy:e.referrerPolicy}}let Xa=(()=>{class e{handler;constructor(n){this.handler=n}request(n,r,o={}){let i;if(n instanceof ad)i=n;else{let c,l;c=o.headers instanceof Wo?o.headers:new Wo(o.headers),o.params&&(l=o.params instanceof js?o.params:new js({fromObject:o.params})),i=new ad(n,r,void 0!==o.body?o.body:null,{headers:c,context:o.context,params:l,reportProgress:o.reportProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache,keepalive:o.keepalive,priority:o.priority,cache:o.cache,mode:o.mode,redirect:o.redirect,credentials:o.credentials,referrer:o.referrer,referrerPolicy:o.referrerPolicy,integrity:o.integrity,timeout:o.timeout})}const s=Gy(i).pipe(function x9(e,t){return O(t)?kf(e,t,1):kf(e,1)}(c=>this.handler.handle(c)));if(n instanceof ad||"events"===o.observe)return s;const a=s.pipe(function N9(e,t){return Gi((n,r)=>{let o=0;n.subscribe(mi(r,i=>e.call(t,i,o++)&&r.next(i)))})}(c=>c instanceof cd));switch(o.observe||"body"){case"body":switch(i.responseType){case"arraybuffer":return a.pipe(ni(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new we(2806,!1);return c.body}));case"blob":return a.pipe(ni(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new we(2807,!1);return c.body}));case"text":return a.pipe(ni(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new we(2808,!1);return c.body}));default:return a.pipe(ni(c=>c.body))}case"response":return a;default:throw new we(2809,!1)}}delete(n,r={}){return this.request("DELETE",n,r)}get(n,r={}){return this.request("GET",n,r)}head(n,r={}){return this.request("HEAD",n,r)}jsonp(n,r){return this.request("JSONP",n,{params:(new js).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(n,r={}){return this.request("OPTIONS",n,r)}patch(n,r,o={}){return this.request("PATCH",n,Xy(o,r))}post(n,r,o={}){return this.request("POST",n,Xy(o,r))}put(n,r,o={}){return this.request("PUT",n,Xy(o,r))}static \u0275fac=function(r){return new(r||e)(Dt(Yy))};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const Xx=new qe("",{factory:()=>!0}),Zx=new qe("",{factory:()=>"XSRF-TOKEN"}),Jx=new qe("",{factory:()=>"X-XSRF-TOKEN"});let n$=(()=>{class e{cookieName=ue(Zx);doc=ue(ti);lastCookieString="";lastToken=null;parseCount=0;getToken(){const n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=Lx(n,this.cookieName),this.lastCookieString=n),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),r$=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=et({token:e,factory:function(r){let o=null;return o=r?new(r||e):Dt(n$),o},providedIn:"root"})}return e})();function o$(e,t){if(!ue(Xx)||"GET"===e.method||"HEAD"===e.method)return t(e);try{const o=ue(a1).href,{origin:i}=new URL(o),{origin:s}=new URL(e.url,i);if(i!==s)return t(e)}catch{return t(e)}const n=ue(r$).getToken(),r=ue(Jx);return null!=n&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,n)})),t(e)}const eN=Z(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class bd extends Error{}bd.prototype.name="InvalidTokenError";let Ed=(()=>{class e{constructor(){this.http=ue(Xa)}getEnvConfig(){var n=this;return(0,bt.A)(function*(){return n.envConfigCache||(yield function Kf(e,t){const n="object"==typeof t;return new Promise((r,o)=>{let s,i=!1;e.subscribe({next:a=>{s=a,i=!0},error:o,complete:()=>{i?r(s):n?r(t.defaultValue):o(new eN)}})})}(n.http.get("/rest/envconfig").pipe(function Eq(e,t,n){const r=O(e)||t||n?{next:e,error:t,complete:n}:e;return r?Gi((o,i)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;o.subscribe(mi(i,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),i.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),i.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),i.error(c)},()=>{var c,l;a&&(null===(c=r.unsubscribe)||void 0===c||c.call(r)),null===(l=r.finalize)||void 0===l||l.call(r)}))}):pr}(r=>n.envConfigCache=r)))),n.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),rc=(()=>{class e{constructor(){this.envConfigService=ue(Ed),this.luigiCoreService=ue(Vr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(n=>{this.currentLanguage=n})}getTranslation(n,r,o){let i=this.getInternalTranslation(n,r,o);return i||(i=this.findTranslation(n,this.translationTable,this.fallbackLanguage,r)),i||n}getTranslationAsync(n,r,o){var i=this;return(0,bt.A)(function*(){return new Promise(s=>{let a=i.getInternalTranslation(n,r,o);a?s(a||n):i.translationTable&&!i.translationTable[i.fallbackLanguage]?i.fetchTranslationFile(i.fallbackLanguage).then(()=>{a=i.findTranslation(n,i.translationTable,i.fallbackLanguage,r),s(a||n)}):(a=i.findTranslation(n,i.translationTable,i.fallbackLanguage,r),s(a||n))})})()}findTranslation(n,r,o,i){if(r[o]){const s="object"==typeof r[o][n]?r[o][n].join("<br>"):r[o][n];return i?this.findInterpolations(s,i):s}}findInterpolations(n,r){if(n)return Object.keys(r).forEach(o=>{n=n.replace(new RegExp("{"+o+"}","gi"),r[o])}),n}addTranslationFile(n,r){r&&n&&(this.translationTable[n]=r)}fetchTranslationFile(n){var r=this;return(0,bt.A)(function*(){return new Promise(o=>{fetch(`/assets/translation-files/${n}.json`).then(i=>i.json()).then(i=>{r.addTranslationFile(n,i),o(!0)}).catch(i=>{console.error("Error:",i),r.addTranslationFile(n,{}),o(!1)})})})()}getInternalTranslation(n,r,o){return n?(this.currentLanguage=o||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(n,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var n=this;return(0,bt.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:o}=yield n.envConfigService.getEnvConfig();o&&r.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return r}})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=et({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Ys=function(e){return e.LAST_NAVIGATION_URL="openmfp.navigation.lastUrl",e.USER_SETTINGS="openmfp.settings.userSettings",e.LOCAL_DEVELOPMENT_SETTINGS="openmfp.settings.localDevelopmentSettings",e.FEATURE_TOGGLE_SETTINGS="openmfp.settings.featureToggleSettings",e.DEVELOPMENT_MODE_CONFIG="dev-mode-settings",e}(Ys||{});const bl_read=e=>{let t;try{t=localStorage.getItem(e||Ys.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(n){return console.warn("localStorage is not available:",n),null}try{return t?JSON.parse(t):null}catch(n){console.error("Failed to parse the local development settings in your localstorage.",n)}return null},Yf_read=((0,bt.A)(function*(t){return t.frame_userAccount&&t.frame_userAccount.language?(delete t.frame_userAccount.name,delete t.frame_userAccount.email):delete t.frame_userAccount,new Promise((n,r)=>{try{localStorage.setItem(Ys.USER_SETTINGS,JSON.stringify(t)),n(t)}catch(o){console.error("Error storing user settings",o),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(Ys.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ft(5667),ft(9272),ft(7866),ft(2706),document.body.classList.add("ui5-content-density-compact");const uY=(e,t)=>t[0];function dY(e,t){if(1&e&&(on(0,"div",4),Tn(1),gn()),2&e){Zi();const n=qh(1);Lt(),Do(n.urlsInput.error)}}function _Y(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Tn(3),gn(),on(4,"ui5-button",23),er("click",function(){const o=Bl(n).$index;return Fl(Zi().removeUrl(o))}),gn()()()}if(2&e){const n=t.$implicit;Zi();const r=qh(1);Lt(3),Do(n.url),Lt(),io("tooltip",Pu(r.removeButton))}}function hY(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Tn(3),gn(),on(4,"ui5-button",23),er("click",function(){const o=Bl(n).$implicit;return Fl(Zi().removeServiceProviderConfig(o[0]))}),gn()()()}if(2&e){const n=t.$implicit;Zi();const r=qh(1);Lt(3),Bv(" Key: ",n[0],", Value: ",n[1]," "),Lt(),io("tooltip",Pu(r.removeButton))}}let fY=(()=>{class e{constructor(){this.i18nService=ue(rc),this.context=ot.required(),this.LuigiClient=ot.required(),this.texts=co(()=>this.readTranslations()),this.errors=bo([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=bo(!1),this.configs=bo(this.defaultConfig),this.serviceProviderConfig=bo({}),this.localDevelopmentSettings=co(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new Us("",{nonNullable:!0}),this.serviceProviderForm=new Yu({key:new Us("",{nonNullable:!0}),value:new Us("",{nonNullable:!0})})}ngOnInit(){const n=bl_read(Ys.DEVELOPMENT_MODE_CONFIG)||bl_read()||this.localDevelopmentSettings();this.isActive.set(n.isActive),this.configs.set(n.configs||[]),this.serviceProviderConfig.set(n.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(n){this.isValidUrl(n)?n&&!this.configs().find(r=>r.url===n)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:n}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(n){this.configs.update(r=>r.filter((o,i)=>i!==n)),this.saveDevelopmentSettings()}removeServiceProviderConfig(n){this.serviceProviderConfig.update(r=>(delete r[n],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(n,r){n&&r&&(this.serviceProviderConfig.update(o=>(o[n]=r,{...o})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(n=>!n),this.saveDevelopmentSettings()}isValidUrl(n){try{return new URL(n),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["development-settings"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:51,vars:24,consts:[[1,"container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/README.md#Local-Application-Development",1,"line-height-normal"],[1,"is-active-switch"],[1,"line-height-normal"],[1,"switch-active",3,"change","checked"],[1,"config-input"],["for","input-url",1,"line-height-normal","field-label"],["id","input-url","type","Text","placeholder","http://localhost:4200/assets/content-configuration.json","aria-required","true",1,"line-height-normal","field-control",3,"formControl"],[1,"config-input-buttons"],["design","Emphasized",1,"compact-button",3,"click"],["design","Transparent",1,"compact-button",3,"click"],[1,"config-list"],["separators","Inner",1,"config-list-wrapper"],[1,"config-list-item"],[1,"config-input","line-height-normal"],["for","input-key",1,"line-height-normal","field-label"],[3,"formGroup"],["id","input-key","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],["for","input-value",1,"line-height-normal","field-label"],["id","input-value","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],[1,"list-item-row"],[1,"list-item-text"],["design","Transparent","icon","decline",1,"remove-button",3,"click","tooltip"]],template:function(r,o){if(1&r&&(on(0,"div"),Fv(1),on(2,"div",0)(3,"div")(4,"div",1),Tn(5),gn(),on(6,"ui5-link",2),Tn(7),gn()(),on(8,"div",3)(9,"h4",4),Tn(10),gn(),on(11,"ui5-switch",5),er("change",function(){return o.switchIsActive()}),gn()(),on(12,"div",6)(13,"h4",4),Tn(14),gn(),on(15,"ui5-label",7),Tn(16),gn(),Pa(17,"ui5-input",8),function Iw(e,t,n,r,o,i,s,a){Xr("NgControlFlow");const c=Me(),l=$t();return ka(c,l,e,t,n,r,o,Lr(l.consts,i),256,s,a),bv}(18,dY,2,1,"div",4),on(19,"div",9)(20,"ui5-button",10),er("click",function(){return o.addUrl(o.urlInput.value)}),Tn(21),gn(),on(22,"ui5-button",11),er("click",function(){return o.urlInput.reset()}),Tn(23),gn()(),on(24,"div",12)(25,"ui5-list",13),Du(26,_Y,5,3,"ui5-li-custom",14,Aw),gn()()(),on(28,"div",15)(29,"h4",4),Tn(30),gn(),on(31,"ui5-label",16),Tn(32),gn(),Pa(33,"br"),on(34,"div",17)(35,"ui5-label",16),Tn(36),gn(),Pa(37,"ui5-input",18)(38,"br"),on(39,"ui5-label",19),Tn(40),gn(),Pa(41,"ui5-input",20),gn(),on(42,"div",9)(43,"ui5-button",10),er("click",function(){return o.addServiceProviderConfig(o.serviceProviderForm.controls.key.value,o.serviceProviderForm.controls.value.value)}),Tn(44),gn(),on(45,"ui5-button",11),er("click",function(){return o.serviceProviderForm.reset()}),Tn(46),gn()(),on(47,"div",12)(48,"ui5-list",13),Du(49,hY,5,4,"ui5-li-custom",14,uY),gn()()()()()),2&r){Lt();const i=function zA(e){return i_($t(),Me(),Ar(),e),e}(o.texts());Lt(4),Do(i.explanation),Lt(2),Fr(" ",i.link," "),Lt(3),Do(i.isDevelopmentModeActive),Lt(),io("checked",o.isActive()),Lt(3),Do(i.urlsInput.title),Lt(2),Fr(" ",i.urlsInput.label," "),Lt(),io("formControl",o.urlInput),Lt(),function ww(e,t){Xr("NgControlFlow");const n=Me(),r=Co(),o=n[r]!==En?n[r]:-1,i=-1!==o?Lh(n,27+o):void 0;if(Vn(n,r,e)){const a=X(null);try{if(void 0!==i&&Cm(i,0),-1!==e){const c=27+e,l=Lh(n,c),d=Ev(n[1],c),f=null;Fc(l,Pc(n,d,t,{dehydratedView:f}),0,Sa(d,f))}}finally{X(a)}}else if(void 0!==i){const a=dS(i,0);void 0!==a&&(a[8]=t)}}(o.errors().length?18:-1),Lt(3),Fr(" ",i.addButton," "),Lt(2),Fr(" ",i.clearButton," "),Lt(3),xu(o.configs()),Lt(4),Fr(" ",i.serviceProviderConfig.title," "),Lt(2),Fr(" ",i.serviceProviderConfig.explanation," "),Lt(2),io("formGroup",o.serviceProviderForm),Lt(2),Fr(" ",i.serviceProviderConfig.keyInput.label," "),Lt(),io("placeholder",Pu(i.serviceProviderConfig.keyInput.placeholder))("formControl",o.serviceProviderForm.controls.key),Lt(3),Fr(" ",i.serviceProviderConfig.valueInput.label," "),Lt(),io("placeholder",Pu(i.serviceProviderConfig.valueInput.placeholder))("formControl",o.serviceProviderForm.controls.value),Lt(3),Fr(" ",i.addButton," "),Lt(2),Fr(" ",i.clearButton," "),Lt(3),xu(o.Object.entries(o.serviceProviderConfig()))}},dependencies:[Mx,px,ux,_x,fx,gx,kx,cx,by,Ey,Af,xf],styles:[".container{padding:16px;display:flex;flex-direction:column;justify-content:center}.explanation{line-height:normal;padding-bottom:1rem}.line-height-normal{line-height:normal}.is-active-switch{display:flex;align-items:center;gap:24px;padding-top:1.5rem}.config-list{padding:16px 0}.config-input{display:flex;flex-direction:column}.config-input-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.field-label{display:inline-block;font-weight:400;margin-bottom:-.125rem;color:var(--sapContent_LabelColor, #4a4a4a);text-wrap:nowrap}.field-control{width:100%;height:2.25rem}.config-list-wrapper::part(list){background-color:transparent;border:none;padding:0}.config-list-item{width:100%;padding:0}.config-list-item::part(native-li){padding:0;background:transparent;border:none}.list-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 16px}.list-item-text{flex:1}\n"],encapsulation:3,changeDetection:0})}}return e})(),vk=(()=>{class e{differs;constructor(n){this.differs=n}differ;keyValues=[];compareFn=yk;transform(n,r=yk){if(!n||!(n instanceof Map)&&"object"!=typeof n)return null;this.differ??=this.differs.find(n).create();const o=this.differ.diff(n),i=r!==this.compareFn;return o&&(this.keyValues=[],o.forEachItem(s=>{this.keyValues.push(function AX(e,t){return{key:e,value:t}}(s.key,s.currentValue))})),(o||i)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(it(lf,16))};static \u0275pipe=So({name:"keyvalue",type:e,pure:!1})}return e})();function yk(e,t){const n=e.key,r=t.key;if(n===r)return 0;if(null==n)return 1;if(null==r)return-1;if("string"==typeof n&&"string"==typeof r)return n<r?-1:1;if("number"==typeof n&&"number"==typeof r)return n-r;if("boolean"==typeof n&&"boolean"==typeof r)return n<r?-1:1;const o=String(n),i=String(r);return o==i?0:o<i?-1:1}const zX=(e,t)=>t.key;function VX(e,t){if(1&e){const n=Bh();on(0,"ui5-li-custom")(1,"div",10)(2,"span"),Tn(3),gn(),on(4,"div",11)(5,"ui5-switch",12),er("ui5Change",function(){const o=Bl(n).$implicit;return Fl(Zi().onToggleChange(o.key))}),gn(),on(6,"ui5-button",13),er("ui5Click",function(){const o=Bl(n).$implicit;return Fl(Zi().onItemDelete(o.key))}),gn()()()()}if(2&e){const n=t.$implicit,r=Zi();Lt(3),Fr(" ",n.key," ");const o=r.queryParamsFeatures.includes(n.key);Lt(2),io("tooltip",o?r.texts.tooltipQueryParam:"")("disabled",o)("checked",r.togglesForm.get(n.key).value),Lt(),io("tooltip",o?r.texts.tooltipQueryParam:"")("disabled",o)}}let jX=(()=>{class e{constructor(){this.i18nService=ue(rc),this.context=ot.required(),this.LuigiClient=ot.required(),this.togglesForm=new Yu({}),this.newToggleControl=new Us("",{nonNullable:!0,validators:[ej.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=co(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
|
|
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{}
|
|
68
68
|
/**
|
|
69
69
|
* @license Angular v21.2.17
|
|
70
70
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
71
71
|
* License: MIT
|
|
72
72
|
*/
|
|
73
|
-
function Tk(e){e||(e=ue(Ho));const t=new se(n=>{if(!e.destroyed)return e.onDestroy(n.next.bind(n));n.next()});return n=>n.pipe(function kX(e){return Gi((t,n)=>{es(e).subscribe(mi(n,()=>n.complete(),ie)),!n.closed&&t.subscribe(n)})}(t))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),ji(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const n=Yf_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{n[r]||(n[r]=!0)}),Object.entries(n).forEach(([r,o])=>{this.togglesForm.addControl(r,new Us(o)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(Ys.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(t){console.error("Error storing feature toggle settings",t)}})(n)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new Us(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(n){this.togglesForm.removeControl(n)}onToggleChange(n){this.togglesForm.get(n).setValue(!this.togglesForm.get(n).value)}extractFeatureToggleValues(n){return n?new URLSearchParams(n).getAll("ft").flatMap(i=>i.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["wc-feature-toggle"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:19,vars:11,consts:[[1,"container"],[1,"explanation-container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/docs/readme-nodes-configuration.md#feature-toggles",1,"explanation"],["for","input-new-toggle","show-colon","",1,"label"],[1,"new-toggle-input"],["id","input-new-toggle","placeholder","myToggle",1,"input",3,"formControl"],["design","Emphasized",3,"ui5Click","disabled"],[3,"ui5Click","disabled"],[1,"toggle-list",3,"formGroup"],[1,"toggle-item"],[1,"toggle-item-buttons"],[3,"ui5Change","tooltip","disabled","checked"],["design","Transparent","icon","decline",3,"ui5Click","tooltip","disabled"]],template:function(r,o){1&r&&(on(0,"div",0)(1,"div",1)(2,"div",2),Tn(3),gn(),on(4,"ui5-link",3),Tn(5),gn()(),on(6,"div")(7,"ui5-label",4),Tn(8),gn(),on(9,"div",5),Pa(10,"ui5-input",6),on(11,"ui5-button",7),er("ui5Click",function(){return o.addToggle()}),Tn(12),gn(),on(13,"ui5-button",8),er("ui5Click",function(){return o.clear()}),Tn(14),gn()()(),on(15,"ui5-list",9),Du(16,VX,7,6,"ui5-li-custom",null,zX),function ZA(e,t){const n=$t();let r;const o=e+27;n.firstCreatePass?(r=function K4(e,t){if(t)for(let n=t.length-1;n>=0;n--){const r=t[n];if(e===r.name)return r}}(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks??=[]).push(o,r.onDestroy)):r=n.data[o];const i=r.factory||(r.factory=Mi(r.type)),a=oo(it);try{const c=C_(!1),l=i();return C_(c),i_(n,Me(),o,l),l}finally{oo(a)}}(18,"keyvalue"),gn()()),2&r&&(Lt(3),Fr(" ",o.texts.explanation," "),Lt(2),Do(o.texts.link),Lt(3),Fr(" ",o.texts.nameInputLabel," "),Lt(2),io("formControl",o.newToggleControl),Lt(),io("disabled",o.newToggleControl.invalid),Lt(),Do(o.texts.addButton),Lt(),io("disabled",!o.newToggleControl.value),Lt(),Do(o.texts.clearButton),Lt(),io("formGroup",o.togglesForm),Lt(),xu(JA(18,9,o.togglesForm.controls)))},dependencies:[Mx,cx,by,Ey,Af,xf,ux,_x,fx,gx,kx,px,vk],styles:[".new-toggle-input{display:flex;align-items:center;gap:1rem}.label{height:10px}.input{flex-grow:1}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:2.75rem}.toggle-item-buttons{display:flex;align-items:center;gap:.2rem}.container{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2rem}.explanation-container{display:flex;flex-direction:column;gap:1rem}.explanation{line-height:normal}\n"],encapsulation:3,changeDetection:0})}}return e})();const GX=(e,t)=>t.title;function $X(e,t){if(1&e&&(so(0,"a",11)(1,"span"),Tn(2),Go(),function Qb(){Ut.lFrame.currentNamespace="svg"}(),so(3,"svg",12),Ba(4,"path",13),Go()()),2&e){const n=t.$implicit;Fh("href",n.link,G_),Lt(2),Do(n.title)}}let WX=(()=>{class e{constructor(){this.luigiCoreService=ue(Vr),this.links=(this.luigiCoreService.config.settings?.links??[]).concat([{title:"OpemMFP",link:"https://openmfp.org/"},{title:"OpenMFP GitHub",link:"https://github.com/openmfp"}]),this.header=this.luigiCoreService.config.settings?.header?.title,this.logo=this.luigiCoreService.config.settings?.header?.logo}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ro({type:e,selectors:[["wc-getting-started"]],decls:17,vars:2,consts:[[1,"main"],[1,"content"],[1,"left-side"],[1,"platform-mesh-logo"],["alt","logo",1,"logo",3,"src"],[1,"platform-mesh-text"],[1,"platform-mesh-content"],[1,"title"],["role","separator","aria-label","Divider",1,"divider"],[1,"right-side"],[1,"pill-group"],["target","_blank","rel","noopener",1,"pill",3,"href"],["xmlns","http://www.w3.org/2000/svg","height","14","viewBox","0 -960 960 960","width","14","fill","currentColor"],["d","M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"]],template:function(r,o){1&r&&(so(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),Ba(4,"img",4),so(5,"span",5),Tn(6),Go()(),so(7,"div",6)(8,"h1",7),Tn(9,"Welcome! Let's get started."),Go(),so(10,"p"),Tn(11,"Congratulations! Your portal is running. \u{1f389}"),Go()()(),Ba(12,"div",8),so(13,"div",9)(14,"div",10),Du(15,$X,5,2,"a",11,GX),Go()()()()),2&r&&(Lt(4),Fh("src",o.logo,G_),Lt(2),Do(o.header),Lt(9),xu(o.links))},styles:['[_nghost-%COMP%]{--bright-blue: oklch(51.01% .274 263.83);--electric-violet: oklch(53.18% .28 296.97);--french-violet: oklch(47.66% .246 305.88);--vivid-pink: oklch(69.02% .277 332.77);--hot-red: oklch(61.42% .238 15.34);--orange-red: oklch(63.32% .24 31.68);--gray-900: oklch(19.37% .006 300.98);--gray-700: oklch(36.98% .014 302.71);--gray-400: oklch(70.9% .015 304.04);--red-to-pink-to-purple-horizontal-gradient: linear-gradient(90deg, var(--orange-red) 0%, var(--vivid-pink) 50%, var(--electric-violet) 100%);--pill-accent: var(--bright-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1[_ngcontent-%COMP%]{font-size:3.125rem;color:var(--gray-900);font-weight:500;line-height:100%;letter-spacing:-.125rem;margin:0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}p[_ngcontent-%COMP%]{margin:0;color:var(--gray-700)}main[_ngcontent-%COMP%]{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:inherit;position:relative}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;max-width:43.75rem;margin-bottom:3rem}.content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:1.5rem}.divider[_ngcontent-%COMP%]{height:1px;width:100%;background:var(--red-to-pink-to-purple-horizontal-gradient);margin-block:1.5rem}.pill-group[_ngcontent-%COMP%]{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:1.25rem}.pill[_ngcontent-%COMP%]{display:flex;align-items:center;--pill-accent: var(--bright-blue);background:color-mix(in srgb,var(--pill-accent) 5%,transparent);color:var(--pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--inter-font);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.4rem;letter-spacing:-.00875rem;text-decoration:none}.pill[_ngcontent-%COMP%]:hover{background:color-mix(in srgb,var(--pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--pill-accent: var(--bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--pill-accent: var(--french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--pill-accent: var(--vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--pill-accent: var(--hot-red)}.pill-group[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{margin-inline-start:.25rem}.logo[_ngcontent-%COMP%]{width:6.25rem}.platform-mesh-text[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:600;color:#000}.platform-mesh-logo[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.platform-mesh-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;text-align:center}.left-side[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}'],changeDetection:0})}}return e})();const Sk={now:()=>(Sk.delegate||Date).now(),delegate:void 0};class qX extends dt{constructor(t=1/0,n=1/0,r=Sk){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){const{isStopped:n,_buffer:r,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;n||(r.push(t),!o&&r.push(i.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();const n=this._innerSubscribe(t),{_infiniteTimeWindow:r,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!t.closed;s+=r?1:2)t.next(i[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){const{_bufferSize:t,_timestampProvider:n,_buffer:r,_infiniteTimeWindow:o}=this,i=(o?1:2)*t;if(t<1/0&&i<r.length&&r.splice(0,r.length-i),!o){const s=n.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}const Ik=new se(e=>e.complete());
|
|
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 mJ=(e,n)=>n[0];function vJ(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 yJ(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 bJ(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 CJ=(()=>{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,vJ,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,yJ,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,bJ,5,4,"ui5-li-custom",14,mJ),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 Oee(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 Bee=(e,n)=>n.key;function Uee(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 zee=(()=>{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(
|
|
74
74
|
/**
|
|
75
75
|
* @license Angular v21.2.17
|
|
76
76
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
77
77
|
* License: MIT
|
|
78
78
|
*/
|
|
79
|
-
|
|
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,Uee,7,6,"ui5-li-custom",null,Bee),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 Vee=(e,n)=>n.title;function jee(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 Hee=(()=>{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,jee,5,2,"a",11,Vee),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 Wee(...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}
|
|
80
80
|
/**
|
|
81
81
|
* @license Angular v21.2.17
|
|
82
82
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
83
83
|
* License: MIT
|
|
84
|
-
*/
|
|
85
|
-
|
|
84
|
+
*/const Kee={schedule(e,n){const t=setTimeout(e,n);return()=>clearTimeout(t)}};let xC;function ete(e,n,t){let r=t;return function Yee(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&n.some((i,o)=>!("*"===i||!function Xee(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 nte{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 rte(this.componentFactory,n,this.inputMap)}}class rte{componentFactory;injector;inputMap;eventEmitters=new y1(1);events=this.eventEmitters.pipe(Z1(n=>Wee(...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=Kee.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 Jee(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=ete(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 ite extends HTMLElement{ngElementEventsSubscription=null}function ote(e,n){const t=function Qee(e,n){return n.get($c).resolveComponentFactory(e).inputs}(e,n.injector),r=n.strategyFactory||new nte(e,n.injector),i=function Zee(e){const n={};return e.forEach(({propName:t,templateName:r,transform:i})=>{n[function qee(e){return e.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)}(r)]=[t,i]}),n}(t);class o extends ite{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},lte={provide:kv,useFactory:function cte(){const e=re(Gn);return((e,n)=>{const t=BM().split("#")[1];if(t&&e[t])((e,n)=>{const t=ote(e,{injector:n});window.Luigi._registerWebcomponent(BM(),t)})(e[t],n)})({"development-settings":CJ,"getting-started":Hee,"feature-toggle":zee},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const dte={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)}(),lte,function Rj(){return Qr("NgZoneless"),Ol([...dy(),[]])}()]};
|
|
85
|
+
/**
|
|
86
|
+
* @license Angular v21.2.17
|
|
87
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
88
|
+
* License: MIT
|
|
89
|
+
*/class UM{_doc;constructor(n){this._doc=n}manager}let kC=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return!0}addEventListener(t,r,i,o){return t.addEventListener(r,i,o),()=>this.removeEventListener(t,r,i,o)}removeEventListener(t,r,i,o){return t.removeEventListener(r,i,o)}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const RC=new Se("");let zM=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(t,r){this._zone=r,t.forEach(s=>{s.manager=this});const i=t.filter(s=>!(s instanceof kC));this._plugins=i.slice().reverse();const o=t.find(s=>s instanceof kC);o&&this._plugins.push(o)}addEventListener(t,r,i,o){return this._findPluginFor(r).addEventListener(t,r,i,o)}getZone(){return this._zone}_findPluginFor(t){let r=this._eventNameToPlugin.get(t);if(r)return r;if(r=this._plugins.find(o=>o.supports(t)),!r)throw new we(5101,!1);return this._eventNameToPlugin.set(t,r),r}static \u0275fac=function(r){return new(r||e)(wt(RC),wt(Mn))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const MC="ng-app-id";function VM(e){for(const n of e)n.remove()}function jM(e,n){const t=n.createElement("style");return t.textContent=e,t}function NC(e,n){const t=n.createElement("link");return t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),t}let HM=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(t,r,i,o={}){this.doc=t,this.appId=r,this.nonce=i,function _te(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,vte=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(vte),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 yte(e){return"_ngcontent-%COMP%".replace(LC,e)}(l),this.hostAttr=function bte(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}}
|
|
86
90
|
/**
|
|
87
91
|
* @license Angular v21.2.17
|
|
88
92
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
89
93
|
* License: MIT
|
|
90
94
|
*/
|
|
91
|
-
class
|
|
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 Dte(){return Vd=Vd||document.head.querySelector("base"),Vd?Vd.getAttribute("href"):null}();return null==t?null:function Ste(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,wte=(()=>{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"],Ate={"\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"},xte={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let kte=(()=>{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=Ate[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,xte[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:[...Pte,...e?.providers??[]],platformProviders:Lte}}(e,n))}),zC.apply(this,arguments)}const Lte=[{provide:Ug,useValue:"browser"},{provide:XE,useValue:function Mte(){BC.makeCurrent()},multi:!0},{provide:Vi,useFactory:function Ote(){return function PL(e){Bg=e}(document),document}}],Pte=[{provide:a_,useValue:"root"},{provide:Dc,useFactory:function Nte(){return new Dc}},{provide:RC,useClass:kC,multi:!0},{provide:RC,useClass:kte,multi:!0},WM,HM,zM,{provide:kf,useExisting:WM},{provide:J1,useClass:wte},[]];(function Rte(){return zC.apply(this,arguments)})(dte).catch(e=>console.error(e))})()})();
|