@platform-mesh/portal-ui-lib 0.44.47 → 0.44.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
(()=>{var K,H4={9272(K){var _;self,_=()=>(()=>{"use strict";var re={d:(m,S)=>{for(var E in S)re.o(S,E)&&!re.o(m,E)&&Object.defineProperty(m,E,{enumerable:!0,get:S[E]})},o:(m,S)=>Object.prototype.hasOwnProperty.call(m,S)},_={};function w(m,S){if(!(m instanceof S))throw new TypeError("Cannot call a class as a function")}function M(m){return(M="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(S){return typeof S}:function(S){return S&&"function"==typeof Symbol&&S.constructor===Symbol&&S!==Symbol.prototype?"symbol":typeof S})(m)}function F(m){var S=function(E){if("object"!=M(E)||!E)return E;var O=E[Symbol.toPrimitive];if(void 0!==O){var B=O.call(E,"string");if("object"!=M(B))return B;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(E)}(m);return"symbol"==M(S)?S:S+""}function T(m,S){for(var E=0;E<S.length;E++){var O=S[E];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(m,F(O.key),O)}}function b(m,S,E){return S&&T(m.prototype,S),E&&T(m,E),Object.defineProperty(m,"prototype",{writable:!1}),m}function C(m,S,E){return(S=F(S))in m?Object.defineProperty(m,S,{value:E,enumerable:!0,configurable:!0,writable:!0}):m[S]=E,m}re.d(_,{default:()=>P});var L=new(b(function m(){w(this,m)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(m){return m&&"[object Function]"==={}.toString.call(m)}},{key:"isPromise",value:function(m){return m&&this.isFunction(m.then)}},{key:"isObject",value:function(m){return m&&"object"===M(m)&&!Array.isArray(m)}},{key:"deepMerge",value:function(m){for(var S=arguments.length,E=new Array(S>1?S-1:0),O=1;O<S;O++)E[O-1]=arguments[O];if(!E.length)return m;var B=E.shift();if(this.isObject(m)&&this.isObject(B))for(var A in B)this.isObject(B[A])?(m[A]||Object.assign(m,C({},A,{})),this.deepMerge(m[A],B[A])):Object.assign(m,C({},A,B[A]));return this.deepMerge.apply(this,[m].concat(E))}},{key:"prependOrigin",value:function(m){if(m.startsWith("http"))return m;var S=m.startsWith("/");return m.length?window.location.origin+(S?"":"/")+m:window.location.origin}}])),P=b(function m(){var S=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};w(this,m);var E={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},O=L.deepMerge(E,S);this.settings=O},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(m){var S=m.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(S))}},{key:"userInfo",value:function(){var m=this;return new Promise(function(S,E){var O=m.getAuthData(),B=m.parseIdToken(O.idToken);S({email:B.email?B.email:"",name:B.name?B.name:""})})}},{key:"login",value:function(){var m=this;return new Promise(function(S,E){var O=m.settings,B=O.nonceFn&&O.nonceFn()||m.generateNonce();sessionStorage.setItem("luigi.nonceValue",B),O.oAuthData.nonce||(O.oAuthData.nonce=B);var A=function(j,W){return Object.assign(document.createElement("input"),{name:j,id:j,value:W,type:"hidden"})},V=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:O.authorizeUrl,method:O.authorizeMethod,target:"_self"});for(var I in O.oAuthData.redirect_uri="".concat(L.prependOrigin(O.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),O.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+B),O.oAuthData){var z=A(I,O.oAuthData[I]);V.appendChild(z.cloneNode())}document.getElementsByTagName("body")[0].appendChild(V),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(j){console.info("load, e",j,m)})})}},{key:"logout",value:function(m,S){var E=this.settings,O="".concat(E.logoutUrl,"?id_token_hint=").concat(m.idToken,"&client_id=").concat(E.oAuthData.client_id,"&post_logout_redirect_uri=").concat(L.prependOrigin(E.post_logout_redirect_uri));S&&S(),setTimeout(function(){window.location.href=O})}},{key:"setTokenExpirationAction",value:function(){var m=this;this.expirationCheckIntervalInstance=setInterval(function(){var S=m.getAuthData();if(!S)return clearInterval(m.expirationCheckIntervalInstance);if((S&&S.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(m.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var E="".concat(m.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(L.prependOrigin(m.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",m.settings,void 0,E)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var m=this,S=1e3*this.settings.accessTokenExpiringNotificationTime,E=1e3*this.settings.expirationCheckInterval,O=this.getAuthData();O&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(O&&O.accessTokenExpirationDate||0)-(new Date).getTime()<S&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",m.settings),clearInterval(m.expirationSoonCheckIntervalInstance))},E))}},{key:"generateNonce",value:function(){var m=window.crypto;return Array.from(m.getRandomValues(new Uint8Array(20))).map(function(S){return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[S%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return _.default})(),K.exports=_()},6585(K,re){"use strict";Object.defineProperty(re,"__esModule",{value:!0}),re.isNestedField=void 0,re.isNestedField=function _(w){return"object"==typeof w&&w.hasOwnProperty("operation")&&w.hasOwnProperty("variables")&&w.hasOwnProperty("fields")||"object"==typeof w&&w.hasOwnProperty("operation")&&w.hasOwnProperty("fragment")&&w.hasOwnProperty("fields")}},3073(K,re){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var _=function(w){return w.Mutation="mutation",w.Query="query",w.Subscription="subscription",w}(_||{});re.default=_},2377(K,re,_){"use strict";var w=this&&this.__assign||function(){return w=Object.assign||function(T){for(var b,C=1,L=arguments.length;C<L;C++)for(var P in b=arguments[C])Object.prototype.hasOwnProperty.call(b,P)&&(T[P]=b[P]);return T},w.apply(this,arguments)};Object.defineProperty(re,"__esModule",{value:!0});var M=_(6585),F=function(){function T(){}return T.resolveVariables=function(b){for(var C={},L=0,P=b;L<P.length;L++){var m=P[L],S=m.variables,E=m.fields;C=w(w(w({},C),S),E&&T.getNestedVariables(E)||{})}return C},T.queryDataNameAndArgumentMap=function(b){return b&&Object.keys(b).length?"(".concat(Object.entries(b).reduce(function(C,L,P){var m=L[0],S=L[1];return"".concat(C).concat(0!==P?", ":"").concat(S&&S.name?S.name:m,": $").concat(m)},""),")"):""},T.queryFieldsMap=function(b){var C=this;return b?b.map(function(L){if((0,M.isNestedField)(L))return T.queryNestedFieldMap(L);if("object"==typeof L){var P="";return Object.entries(L).forEach(function(m,S,E){var B=m[1];P+="".concat(m[0]," ").concat(B.length>0?"{ "+C.queryFieldsMap(B)+" }":""),S<E.length-1&&(P+=", ")}),P}return"".concat(L)}).join(", "):""},T.operationOrAlias=function(b){return"string"==typeof b?b:"".concat(b.alias,": ").concat(b.name)},T.isFragment=function(b){var C;return null!==(C=!0===b?.fragment)&&void 0!==C&&C},T.operationOrFragment=function(b){return T.isFragment(b)?b.operation:T.operationOrAlias(b.operation)},T.getFragment=function(b){return T.isFragment(b)?"... on ":""},T.queryNestedFieldMap=function(b){return"".concat(T.getFragment(b)).concat(T.operationOrFragment(b)," ").concat(this.isFragment(b)?"":this.queryDataNameAndArgumentMap(b.variables)," ").concat(b.fields.length>0?"{ "+this.queryFieldsMap(b.fields)+" }":"")},T.queryVariablesMap=function(b,C){var L={},P=function(m){m&&Object.keys(m).map(function(S){L[S]="object"==typeof m[S]?m[S].value:m[S]})};return P(b),C&&"object"==typeof C&&P(T.getNestedVariables(C)),L},T.getNestedVariables=function(b){var C={};return function L(P){return P?.forEach(function(m){if((0,M.isNestedField)(m))C=w(w(w({},m.variables),C),m.fields&&L(m.fields));else if("object"==typeof m)for(var S=0,E=Object.entries(m);S<E.length;S++)L(E[S][1])}),C}(b),C},T.queryDataType=function(b){var C="String",L="object"==typeof b?b.value:b;if(null!=b?.type)C=b.type;else{var P=Array.isArray(L)?L[0]:L;switch(typeof P){case"object":C="Object";break;case"boolean":C="Boolean";break;case"number":C=P%1==0?"Int":"Float"}}return"object"==typeof b&&(!0===b.list?C="[".concat(C,"]"):Array.isArray(b.list)&&(C="[".concat(C).concat(b.list[0]?"!":"","]")),b.required&&(C+="!")),C},T}();re.default=F},7370(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(3073),M=_(2377),F=function(){function T(b){Array.isArray(b)?this.variables=M.default.resolveVariables(b):(this.variables=b.variables,this.fields=b.fields,this.operation=b.operation)}return T.prototype.mutationBuilder=function(){return this.operationWrapperTemplate(this.variables,this.operationTemplate(this.operation))},T.prototype.mutationsBuilder=function(b){var C=this,L=b.map(function(P){return C.operation=P.operation,C.variables=P.variables,C.fields=P.fields,C.operationTemplate(P.operation)});return this.operationWrapperTemplate(M.default.resolveVariables(b),L.join("\n "))},T.prototype.queryDataNameAndArgumentMap=function(){return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(b,C,L){return"".concat(b).concat(0!==L?", ":"").concat(C,": $").concat(C)},""),")"):""},T.prototype.queryDataArgumentAndTypeMap=function(b){return Object.keys(b).length?"(".concat(Object.keys(b).reduce(function(C,L,P){return"".concat(C).concat(0!==P?", ":"","$").concat(L,": ").concat(M.default.queryDataType(b[L]))},""),")"):""},T.prototype.operationWrapperTemplate=function(b,C){var L="string"==typeof this.operation?this.operation:this.operation.name;return{query:"".concat(w.default.Mutation," ").concat(L.charAt(0).toUpperCase()+L.slice(1)," ").concat(this.queryDataArgumentAndTypeMap(b)," {\n ").concat(C,"\n}"),variables:M.default.queryVariablesMap(b)}},T.prototype.operationTemplate=function(b){var C="string"==typeof b?b:"".concat(b.alias,": ").concat(b.name);return"".concat(C," ").concat(this.queryDataNameAndArgumentMap()," {\n ").concat(this.queryFieldsMap(this.fields),"\n }")},T.prototype.queryFieldsMap=function(b){var C=this;return Array.isArray(b)?b.map(function(L){return"object"==typeof L?"".concat(Object.keys(L)[0]," { ").concat(C.queryFieldsMap(Object.values(L)[0])," }"):"".concat(L)}).join(", "):""},T}();re.default=F},2949(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(3073),M=_(2377),F=function(){function T(b){this.queryDataType=function(C){var L="String",P="object"==typeof C?C.value:C;if(void 0!==C.type)L=C.type;else switch(typeof P){case"object":L="Object";break;case"boolean":L="Boolean";break;case"number":L=P%1==0?"Int":"Float"}return"object"==typeof C&&C.required&&(L+="!"),L},Array.isArray(b)?this.variables=M.default.resolveVariables(b):(this.variables=b.variables,this.fields=b.fields||[],this.operation=b.operation)}return T.prototype.queryBuilder=function(){return this.operationWrapperTemplate(this.operationTemplate())},T.prototype.queriesBuilder=function(b){var P,C=this;return this.operationWrapperTemplate((P=[],b.forEach(function(m){m&&(C.operation=m.operation,C.fields=m.fields,C.variables=m.variables,P.push(C.operationTemplate()))}),P.join(" ")))},T.prototype.queryDataNameAndArgumentMap=function(){return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(b,C,L){return"".concat(b).concat(0!==L?", ":"").concat(C,": $").concat(C)},""),")"):""},T.prototype.queryDataArgumentAndTypeMap=function(){var b=this;return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(C,L,P){return"".concat(C).concat(0!==P?", ":"","$").concat(L,": ").concat(b.queryDataType(b.variables[L]))},""),")"):""},T.prototype.operationWrapperTemplate=function(b){var C="string"==typeof this.operation?this.operation:this.operation.name;return{query:"".concat(w.default.Query," ").concat(C.charAt(0).toUpperCase()).concat(C.slice(1)," ").concat(this.queryDataArgumentAndTypeMap()," { ").concat(b," }"),variables:M.default.queryVariablesMap(this.variables)}},T.prototype.operationTemplate=function(){var b="string"==typeof this.operation?this.operation:"".concat(this.operation.alias,": ").concat(this.operation.name);return"".concat(b," ").concat(this.queryDataNameAndArgumentMap()," { nodes { ").concat(M.default.queryFieldsMap(this.fields)," } }")},T}();re.default=F},2468(K,re,_){"use strict";var w=this&&this.__assign||function(){return w=Object.assign||function(b){for(var C,L=1,P=arguments.length;L<P;L++)for(var m in C=arguments[L])Object.prototype.hasOwnProperty.call(C,m)&&(b[m]=C[m]);return b},w.apply(this,arguments)};Object.defineProperty(re,"__esModule",{value:!0});var M=_(3073),F=_(2377),T=function(){function b(C,L){var P=this;Array.isArray(C)?this.variables=F.default.resolveVariables(C):(this.variables=C.variables,this.fields=C.fields,this.operation=C.operation),this.config={operationName:""},L&&Object.entries(L).forEach(function(m){P.config[m[0]]=m[1]})}return b.prototype.mutationBuilder=function(){return this.operationWrapperTemplate(M.default.Mutation,this.variables,this.operationTemplate(this.operation))},b.prototype.mutationsBuilder=function(C){var L=this,P=C.map(function(m){return L.operation=m.operation,L.variables=m.variables,L.fields=m.fields,L.operationTemplate(m.operation)});return this.operationWrapperTemplate(M.default.Mutation,F.default.resolveVariables(C),P.join("\n "))},b.prototype.queryDataArgumentAndTypeMap=function(C){return this.fields&&"object"==typeof this.fields&&(C=w(w({},F.default.getNestedVariables(this.fields)),C)),C&&Object.keys(C).length>0?"(".concat(Object.keys(C).reduce(function(L,P,m){return"".concat(L).concat(0!==m?", ":"","$").concat(P,": ").concat(F.default.queryDataType(C[P]))},""),")"):""},b.prototype.operationWrapperTemplate=function(C,L,P){var m="".concat(C," ").concat(this.queryDataArgumentAndTypeMap(L)," {\n ").concat(P,"\n }");return this.config.operationName&&(m=m.replace("mutation","mutation ".concat(this.config.operationName))),{query:m,variables:F.default.queryVariablesMap(L,this.fields)}},b.prototype.operationTemplate=function(C){var L="string"==typeof C?C:"".concat(C.alias,": ").concat(C.name);return"".concat(L," ").concat(F.default.queryDataNameAndArgumentMap(this.variables)," ").concat(this.fields&&this.fields.length>0?"{\n ".concat(F.default.queryFieldsMap(this.fields),"\n }"):"")},b}();re.default=T},2551(K,re,_){"use strict";var w=this&&this.__assign||function(){return w=Object.assign||function(b){for(var C,L=1,P=arguments.length;L<P;L++)for(var m in C=arguments[L])Object.prototype.hasOwnProperty.call(C,m)&&(b[m]=C[m]);return b},w.apply(this,arguments)};Object.defineProperty(re,"__esModule",{value:!0});var M=_(3073),F=_(2377),T=function(){function b(C,L){var P=this;this.config={operationName:""},L&&Object.entries(L).forEach(function(m){P.config[m[0]]=m[1]}),Array.isArray(C)?this.variables=F.default.resolveVariables(C):(this.variables=C.variables,this.fields=C.fields||[],this.operation=C.operation)}return b.prototype.queryBuilder=function(){return this.operationWrapperTemplate(this.operationTemplate(this.variables))},b.prototype.queriesBuilder=function(C){var m,L=this;return this.operationWrapperTemplate((m=[],C.forEach(function(S){S&&(L.operation=S.operation,L.fields=S.fields,m.push(L.operationTemplate(S.variables)))}),m.join(" ")))},b.prototype.queryDataArgumentAndTypeMap=function(){var C=this.variables;return this.fields&&"object"==typeof this.fields&&(C=w(w({},F.default.getNestedVariables(this.fields)),C)),C&&Object.keys(C).length>0?"(".concat(Object.keys(C).reduce(function(L,P,m){return"".concat(L).concat(0!==m?", ":"","$").concat(P,": ").concat(F.default.queryDataType(C[P]))},""),")"):""},b.prototype.operationWrapperTemplate=function(C){var L="".concat(M.default.Query," ").concat(this.queryDataArgumentAndTypeMap()," { ").concat(C," }");return{query:L=L.replace("query","query".concat(""!==this.config.operationName?" "+this.config.operationName:"")),variables:F.default.queryVariablesMap(this.variables,this.fields)}},b.prototype.operationTemplate=function(C){var L="string"==typeof this.operation?this.operation:"".concat(this.operation.alias,": ").concat(this.operation.name);return"".concat(L," ").concat(C?F.default.queryDataNameAndArgumentMap(C):""," ").concat(this.fields&&this.fields.length>0?"{ "+F.default.queryFieldsMap(this.fields)+" }":"")},b}();re.default=T},8566(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(3073),M=_(2377),F=function(){function T(b){Array.isArray(b)?this.variables=M.default.resolveVariables(b):(this.variables=b.variables,this.fields=b.fields,this.operation=b.operation)}return T.prototype.subscriptionBuilder=function(){return this.operationWrapperTemplate(w.default.Subscription,this.variables,this.operationTemplate(this.operation))},T.prototype.subscriptionsBuilder=function(b){var C=this,L=b.map(function(P){return C.operation=P.operation,C.variables=P.variables,C.fields=P.fields,C.operationTemplate(P.operation)});return this.operationWrapperTemplate(w.default.Subscription,M.default.resolveVariables(b),L.join("\n "))},T.prototype.queryDataNameAndArgumentMap=function(){return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(b,C,L){return"".concat(b).concat(0!==L?", ":"").concat(C,": $").concat(C)},""),")"):""},T.prototype.queryDataArgumentAndTypeMap=function(b){return Object.keys(b).length?"(".concat(Object.keys(b).reduce(function(C,L,P){return"".concat(C).concat(0!==P?", ":"","$").concat(L,": ").concat(M.default.queryDataType(b[L]))},""),")"):""},T.prototype.operationWrapperTemplate=function(b,C,L){return{query:"".concat(b," ").concat(this.queryDataArgumentAndTypeMap(C)," {\n ").concat(L,"\n}"),variables:M.default.queryVariablesMap(C)}},T.prototype.operationTemplate=function(b){var C="string"==typeof this.operation?this.operation:"".concat(this.operation.alias,": ").concat(this.operation.name);return"".concat(C," ").concat(this.queryDataNameAndArgumentMap()," {\n ").concat(this.queryFieldsMap(this.fields),"\n }")},T.prototype.queryFieldsMap=function(b){var C=this;return b?b.map(function(L){return"object"==typeof L?"".concat(Object.keys(L)[0]," { ").concat(C.queryFieldsMap(Object.values(L)[0])," }"):"".concat(L)}).join(", "):""},T}();re.default=F},4445(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(7370),M=_(2949);re.default={DefaultAppSyncQueryAdapter:M.default,DefaultAppSyncMutationAdapter:w.default}},7184(K,re,_){"use strict";re.P=re.gO=re.gP=void 0,_(4445);var F=_(2468),T=_(2551),b=_(8566);re.P=function C(m,S,E){return Array.isArray(m)?S?new S(m,E).queriesBuilder(m):new T.default(m,E).queriesBuilder(m):S?new S(m,E).queryBuilder():new T.default(m,E).queryBuilder()},re.gO=function L(m,S,E){return Array.isArray(m)?S?new S(m,E).mutationsBuilder(m):new F.default(m,E).mutationsBuilder(m):S?new S(m,E).mutationBuilder():new F.default(m,E).mutationBuilder()},re.gP=function P(m,S){return Array.isArray(m)?S?new S(m).subscriptionsBuilder(m):new b.default(m).subscriptionsBuilder(m):S?new S(m).subscriptionBuilder():new b.default(m).subscriptionBuilder()}},7866(K,re){!function(_){"use strict";function w(p){return null!==p&&"[object Array]"===Object.prototype.toString.call(p)}function M(p){return null!==p&&"[object Object]"===Object.prototype.toString.call(p)}function F(p,g){if(p===g)return!0;if(Object.prototype.toString.call(p)!==Object.prototype.toString.call(g))return!1;if(!0===w(p)){if(p.length!==g.length)return!1;for(var N=0;N<p.length;N++)if(!1===F(p[N],g[N]))return!1;return!0}if(!0===M(p)){var ne={};for(var te in p)if(hasOwnProperty.call(p,te)){if(!1===F(p[te],g[te]))return!1;ne[te]=!0}for(var he in g)if(hasOwnProperty.call(g,he)&&!0!==ne[he])return!1;return!0}return!1}function T(p){if(""===p||!1===p||null===p)return!0;if(w(p)&&0===p.length)return!0;if(M(p)){for(var g in p)if(p.hasOwnProperty(g))return!1;return!0}return!1}var L;L="function"==typeof String.prototype.trimLeft?function(p){return p.trimLeft()}:function(p){return p.match(/^\s*(.*)/)[1]};var P=0,S=2,j={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",9:"Array<string>"},W="EOF",x="UnquotedIdentifier",G="QuotedIdentifier",U="Rbracket",H="Rparen",q="Comma",le="Colon",ve="Rbrace",se="Number",Ce="Current",xe="Expref",$e="Pipe",je="GTE",Ie="LTE",ue="Flatten",Q="Star",be="Filter",Ee="Dot",Fe="Lbrace",pe="Lbracket",lt="Lparen",vt="Literal",At={".":Ee,"*":Q,",":q,":":le,"{":Fe,"}":ve,"]":U,"(":lt,")":H,"@":Ce},_n={"<":!0,">":!0,"=":!0,"!":!0},$t={" ":!0,"\t":!0,"\n":!0};function Et(p){return p>="a"&&p<="z"||p>="A"&&p<="Z"||"_"===p}function Ln(p){return p>="0"&&p<="9"||"-"===p}function Yt(p){return p>="a"&&p<="z"||p>="A"&&p<="Z"||p>="0"&&p<="9"||"_"===p}function at(){}at.prototype={tokenize:function(p){var v,N,ne,g=[];for(this._current=0;this._current<p.length;)if(Et(p[this._current]))v=this._current,N=this._consumeUnquotedIdentifier(p),g.push({type:x,value:N,start:v});else if(void 0!==At[p[this._current]])g.push({type:At[p[this._current]],value:p[this._current],start:this._current}),this._current++;else if(Ln(p[this._current]))ne=this._consumeNumber(p),g.push(ne);else if("["===p[this._current])ne=this._consumeLBracket(p),g.push(ne);else if('"'===p[this._current])v=this._current,N=this._consumeQuotedIdentifier(p),g.push({type:G,value:N,start:v});else if("'"===p[this._current])v=this._current,N=this._consumeRawStringLiteral(p),g.push({type:vt,value:N,start:v});else if("`"===p[this._current]){v=this._current;var te=this._consumeLiteral(p);g.push({type:vt,value:te,start:v})}else if(void 0!==_n[p[this._current]])g.push(this._consumeOperator(p));else if(void 0!==$t[p[this._current]])this._current++;else if("&"===p[this._current])v=this._current,this._current++,"&"===p[this._current]?(this._current++,g.push({type:"And",value:"&&",start:v})):g.push({type:xe,value:"&",start:v});else{if("|"!==p[this._current]){var he=new Error("Unknown character:"+p[this._current]);throw he.name="LexerError",he}v=this._current,this._current++,"|"===p[this._current]?(this._current++,g.push({type:"Or",value:"||",start:v})):g.push({type:$e,value:"|",start:v})}return g},_consumeUnquotedIdentifier:function(p){var g=this._current;for(this._current++;this._current<p.length&&Yt(p[this._current]);)this._current++;return p.slice(g,this._current)},_consumeQuotedIdentifier:function(p){var g=this._current;this._current++;for(var v=p.length;'"'!==p[this._current]&&this._current<v;){var N=this._current;"\\"!==p[N]||"\\"!==p[N+1]&&'"'!==p[N+1]?N++:N+=2,this._current=N}return this._current++,JSON.parse(p.slice(g,this._current))},_consumeRawStringLiteral:function(p){var g=this._current;this._current++;for(var v=p.length;"'"!==p[this._current]&&this._current<v;){var N=this._current;"\\"!==p[N]||"\\"!==p[N+1]&&"'"!==p[N+1]?N++:N+=2,this._current=N}return this._current++,p.slice(g+1,this._current-1).replace("\\'","'")},_consumeNumber:function(p){var g=this._current;this._current++;for(var v=p.length;Ln(p[this._current])&&this._current<v;)this._current++;var N=parseInt(p.slice(g,this._current));return{type:se,value:N,start:g}},_consumeLBracket:function(p){var g=this._current;return this._current++,"?"===p[this._current]?(this._current++,{type:be,value:"[?",start:g}):"]"===p[this._current]?(this._current++,{type:ue,value:"[]",start:g}):{type:pe,value:"[",start:g}},_consumeOperator:function(p){var g=this._current,v=p[g];return this._current++,"!"===v?"="===p[this._current]?(this._current++,{type:"NE",value:"!=",start:g}):{type:"Not",value:"!",start:g}:"<"===v?"="===p[this._current]?(this._current++,{type:Ie,value:"<=",start:g}):{type:"LT",value:"<",start:g}:">"===v?"="===p[this._current]?(this._current++,{type:je,value:">=",start:g}):{type:"GT",value:">",start:g}:"="===v&&"="===p[this._current]?(this._current++,{type:"EQ",value:"==",start:g}):void 0},_consumeLiteral:function(p){this._current++;for(var N,g=this._current,v=p.length;"`"!==p[this._current]&&this._current<v;){var ne=this._current;"\\"!==p[ne]||"\\"!==p[ne+1]&&"`"!==p[ne+1]?ne++:ne+=2,this._current=ne}var te=L(p.slice(g,this._current));return te=te.replace("\\`","`"),N=this._looksLikeJSON(te)?JSON.parse(te):JSON.parse('"'+te+'"'),this._current++,N},_looksLikeJSON:function(p){if(""===p)return!1;if('[{"'.indexOf(p[0])>=0)return!0;if(["true","false","null"].indexOf(p)>=0)return!0;if(!("-0123456789".indexOf(p[0])>=0))return!1;try{return JSON.parse(p),!0}catch{return!1}}};var $={};function Me(){}function ft(p){this.runtime=p}function qe(p){this._interpreter=p,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[P]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[P]}]},contains:{_func:this._functionContains,_signature:[{types:[S,3]},{types:[1]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[S]},{types:[S]}]},floor:{_func:this._functionFloor,_signature:[{types:[P]}]},length:{_func:this._functionLength,_signature:[{types:[S,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:[S]},{types:[S]}]},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:[S]},{types:[9]}]},reverse:{_func:this._functionReverse,_signature:[{types:[S,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}]}}}$[W]=0,$[x]=0,$[G]=0,$[U]=0,$[H]=0,$[q]=0,$[ve]=0,$[se]=0,$[Ce]=0,$[xe]=0,$[$e]=1,$.Or=2,$.And=3,$.EQ=5,$.GT=5,$.LT=5,$[je]=5,$[Ie]=5,$.NE=5,$[ue]=9,$[Q]=20,$[be]=21,$[Ee]=40,$.Not=45,$[Fe]=50,$[pe]=55,$[lt]=60,Me.prototype={parse:function(p){this._loadTokens(p),this.index=0;var g=this.expression(0);if(this._lookahead(0)!==W){var v=this._lookaheadToken(0),N=new Error("Unexpected token type: "+v.type+", value: "+v.value);throw N.name="ParserError",N}return g},_loadTokens:function(p){var v=(new at).tokenize(p);v.push({type:W,value:"",start:p.length}),this.tokens=v},expression:function(p){var g=this._lookaheadToken(0);this._advance();for(var v=this.nud(g),N=this._lookahead(0);p<$[N];)this._advance(),v=this.led(N,v),N=this._lookahead(0);return v},_lookahead:function(p){return this.tokens[this.index+p].type},_lookaheadToken:function(p){return this.tokens[this.index+p]},_advance:function(){this.index++},nud:function(p){var v,N;switch(p.type){case vt:return{type:"Literal",value:p.value};case x:return{type:"Field",name:p.value};case G:var ne={type:"Field",name:p.value};if(this._lookahead(0)===lt)throw new Error("Quoted identifier not allowed for function names.");return ne;case"Not":return{type:"NotExpression",children:[v=this.expression($.Not)]};case Q:return v=null,{type:"ValueProjection",children:[{type:"Identity"},v=this._lookahead(0)===U?{type:"Identity"}:this._parseProjectionRHS($.Star)]};case be:return this.led(p.type,{type:"Identity"});case Fe:return this._parseMultiselectHash();case ue:return{type:"Projection",children:[{type:ue,children:[{type:"Identity"}]},v=this._parseProjectionRHS($.Flatten)]};case pe:return this._lookahead(0)===se||this._lookahead(0)===le?(v=this._parseIndexExpression(),this._projectIfSlice({type:"Identity"},v)):this._lookahead(0)===Q&&this._lookahead(1)===U?(this._advance(),this._advance(),{type:"Projection",children:[{type:"Identity"},v=this._parseProjectionRHS($.Star)]}):this._parseMultiselectList();case Ce:return{type:Ce};case xe:return{type:"ExpressionReference",children:[N=this.expression($.Expref)]};case lt:for(var te=[];this._lookahead(0)!==H;)this._lookahead(0)===Ce?(N={type:Ce},this._advance()):N=this.expression(0),te.push(N);return this._match(H),te[0];default:this._errorToken(p)}},led:function(p,g){var v;switch(p){case Ee:var N=$.Dot;return this._lookahead(0)!==Q?{type:"Subexpression",children:[g,v=this._parseDotRHS(N)]}:(this._advance(),{type:"ValueProjection",children:[g,v=this._parseProjectionRHS(N)]});case $e:return v=this.expression($.Pipe),{type:$e,children:[g,v]};case"Or":return{type:"OrExpression",children:[g,v=this.expression($.Or)]};case"And":return{type:"AndExpression",children:[g,v=this.expression($.And)]};case lt:for(var he,ne=g.name,te=[];this._lookahead(0)!==H;)this._lookahead(0)===Ce?(he={type:Ce},this._advance()):he=this.expression(0),this._lookahead(0)===q&&this._match(q),te.push(he);return this._match(H),{type:"Function",name:ne,children:te};case be:var Ge=this.expression(0);return this._match(U),{type:"FilterProjection",children:[g,v=this._lookahead(0)===ue?{type:"Identity"}:this._parseProjectionRHS($.Filter),Ge]};case ue:return{type:"Projection",children:[{type:ue,children:[g]},this._parseProjectionRHS($.Flatten)]};case"EQ":case"NE":case"GT":case je:case"LT":case Ie:return this._parseComparator(g,p);case pe:var ct=this._lookaheadToken(0);return ct.type===se||ct.type===le?(v=this._parseIndexExpression(),this._projectIfSlice(g,v)):(this._match(Q),this._match(U),{type:"Projection",children:[g,v=this._parseProjectionRHS($.Star)]});default:this._errorToken(this._lookaheadToken(0))}},_match:function(p){if(this._lookahead(0)!==p){var g=this._lookaheadToken(0),v=new Error("Expected "+p+", got: "+g.type);throw v.name="ParserError",v}this._advance()},_errorToken:function(p){var g=new Error("Invalid token ("+p.type+'): "'+p.value+'"');throw g.name="ParserError",g},_parseIndexExpression:function(){if(this._lookahead(0)===le||this._lookahead(1)===le)return this._parseSliceExpression();var p={type:"Index",value:this._lookaheadToken(0).value};return this._advance(),this._match(U),p},_projectIfSlice:function(p,g){var v={type:"IndexExpression",children:[p,g]};return"Slice"===g.type?{type:"Projection",children:[v,this._parseProjectionRHS($.Star)]}:v},_parseSliceExpression:function(){for(var p=[null,null,null],g=0,v=this._lookahead(0);v!==U&&g<3;){if(v===le)g++,this._advance();else{if(v!==se){var N=this._lookahead(0),ne=new Error("Syntax error, unexpected token: "+N.value+"("+N.type+")");throw ne.name="Parsererror",ne}p[g]=this._lookaheadToken(0).value,this._advance()}v=this._lookahead(0)}return this._match(U),{type:"Slice",children:p}},_parseComparator:function(p,g){return{type:"Comparator",name:g,children:[p,this.expression($[g])]}},_parseDotRHS:function(p){var g=this._lookahead(0);return[x,G,Q].indexOf(g)>=0?this.expression(p):g===pe?(this._match(pe),this._parseMultiselectList()):g===Fe?(this._match(Fe),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(p){var g;if($[this._lookahead(0)]<10)g={type:"Identity"};else if(this._lookahead(0)===pe)g=this.expression(p);else if(this._lookahead(0)===be)g=this.expression(p);else{if(this._lookahead(0)!==Ee){var v=this._lookaheadToken(0),N=new Error("Sytanx error, unexpected token: "+v.value+"("+v.type+")");throw N.name="ParserError",N}this._match(Ee),g=this._parseDotRHS(p)}return g},_parseMultiselectList:function(){for(var p=[];this._lookahead(0)!==U;){var g=this.expression(0);if(p.push(g),this._lookahead(0)===q&&(this._match(q),this._lookahead(0)===U))throw new Error("Unexpected token Rbracket")}return this._match(U),{type:"MultiSelectList",children:p}},_parseMultiselectHash:function(){for(var v,N,ne,p=[],g=[x,G];;){if(v=this._lookaheadToken(0),g.indexOf(v.type)<0)throw new Error("Expecting an identifier token, got: "+v.type);if(N=v.value,this._advance(),this._match(le),ne=this.expression(0),p.push({type:"KeyValuePair",name:N,value:ne}),this._lookahead(0)===q)this._match(q);else if(this._lookahead(0)===ve){this._match(ve);break}}return{type:"MultiSelectHash",children:p}}},ft.prototype={search:function(p,g){return this.visit(p,g)},visit:function(p,g){var v,N,ne,te,he,de,Ge,D,ct;switch(p.type){case"Field":return null!==g&&M(g)?void 0===(de=g[p.name])?null:de:null;case"Subexpression":for(ne=this.visit(p.children[0],g),ct=1;ct<p.children.length;ct++)if(null===(ne=this.visit(p.children[1],ne)))return null;return ne;case"IndexExpression":return Ge=this.visit(p.children[0],g),this.visit(p.children[1],Ge);case"Index":if(!w(g))return null;var ze=p.value;return ze<0&&(ze=g.length+ze),void 0===(ne=g[ze])&&(ne=null),ne;case"Slice":if(!w(g))return null;var an=p.children.slice(0),Y=this.computeSliceParams(g.length,an),ee=Y[0],Le=Y[1],Ve=Y[2];if(ne=[],Ve>0)for(ct=ee;ct<Le;ct+=Ve)ne.push(g[ct]);else for(ct=ee;ct>Le;ct+=Ve)ne.push(g[ct]);return ne;case"Projection":var Ne=this.visit(p.children[0],g);if(!w(Ne))return null;for(D=[],ct=0;ct<Ne.length;ct++)null!==(N=this.visit(p.children[1],Ne[ct]))&&D.push(N);return D;case"ValueProjection":if(!M(Ne=this.visit(p.children[0],g)))return null;D=[];var Oe=function b(p){for(var g=Object.keys(p),v=[],N=0;N<g.length;N++)v.push(p[g[N]]);return v}(Ne);for(ct=0;ct<Oe.length;ct++)null!==(N=this.visit(p.children[1],Oe[ct]))&&D.push(N);return D;case"FilterProjection":if(!w(Ne=this.visit(p.children[0],g)))return null;var ut=[],bt=[];for(ct=0;ct<Ne.length;ct++)T(v=this.visit(p.children[2],Ne[ct]))||ut.push(Ne[ct]);for(var Ft=0;Ft<ut.length;Ft++)null!==(N=this.visit(p.children[1],ut[Ft]))&&bt.push(N);return bt;case"Comparator":switch(te=this.visit(p.children[0],g),he=this.visit(p.children[1],g),p.name){case"EQ":ne=F(te,he);break;case"NE":ne=!F(te,he);break;case"GT":ne=te>he;break;case je:ne=te>=he;break;case"LT":ne=te<he;break;case Ie:ne=te<=he;break;default:throw new Error("Unknown comparator: "+p.name)}return ne;case ue:var Ht=this.visit(p.children[0],g);if(!w(Ht))return null;var hn=[];for(ct=0;ct<Ht.length;ct++)w(N=Ht[ct])?hn.push.apply(hn,N):hn.push(N);return hn;case"Identity":return g;case"MultiSelectList":if(null===g)return null;for(D=[],ct=0;ct<p.children.length;ct++)D.push(this.visit(p.children[ct],g));return D;case"MultiSelectHash":if(null===g)return null;var Ke;for(D={},ct=0;ct<p.children.length;ct++)D[(Ke=p.children[ct]).name]=this.visit(Ke.value,g);return D;case"OrExpression":return T(v=this.visit(p.children[0],g))&&(v=this.visit(p.children[1],g)),v;case"AndExpression":return!0===T(te=this.visit(p.children[0],g))?te:this.visit(p.children[1],g);case"NotExpression":return T(te=this.visit(p.children[0],g));case"Literal":return p.value;case $e:return Ge=this.visit(p.children[0],g),this.visit(p.children[1],Ge);case Ce:return g;case"Function":var ln=[];for(ct=0;ct<p.children.length;ct++)ln.push(this.visit(p.children[ct],g));return this.runtime.callFunction(p.name,ln);case"ExpressionReference":var Bt=p.children[0];return Bt.jmespathType=xe,Bt;default:throw new Error("Unknown node type: "+p.type)}},computeSliceParams:function(p,g){var v=g[0],N=g[1],ne=g[2],te=[null,null,null];if(null===ne)ne=1;else if(0===ne){var he=new Error("Invalid slice, step cannot be 0");throw he.name="RuntimeError",he}var de=ne<0;return v=null===v?de?p-1:0:this.capSliceRange(p,v,ne),N=null===N?de?-1:p:this.capSliceRange(p,N,ne),te[0]=v,te[1]=N,te[2]=ne,te},capSliceRange:function(p,g,v){return g<0?(g+=p)<0&&(g=v<0?-1:0):g>=p&&(g=v<0?p-1:p),g}},qe.prototype={callFunction:function(p,g){var v=this.functionTable[p];if(void 0===v)throw new Error("Unknown function: "+p+"()");return this._validateArgs(p,g,v._signature),v._func.call(this,g)},_validateArgs:function(p,g,v){var N;if(v[v.length-1].variadic){if(g.length<v.length)throw N=1===v.length?" argument":" arguments",new Error("ArgumentError: "+p+"() takes at least"+v.length+N+" but received "+g.length)}else if(g.length!==v.length)throw N=1===v.length?" argument":" arguments",new Error("ArgumentError: "+p+"() takes "+v.length+N+" but received "+g.length);for(var ne,te,he,de=0;de<v.length;de++){he=!1,ne=v[de].types,te=this._getTypeName(g[de]);for(var Ge=0;Ge<ne.length;Ge++)if(this._typeMatches(te,ne[Ge],g[de])){he=!0;break}if(!he){var St=ne.map(function(D){return j[D]}).join(",");throw new Error("TypeError: "+p+"() expected argument "+(de+1)+" to be type "+St+" but received type "+j[te]+" instead.")}}},_typeMatches:function(p,g,v){if(1===g)return!0;if(9!==g&&8!==g&&3!==g)return p===g;if(3===g)return 3===p;if(3===p){var N;8===g?N=P:9===g&&(N=S);for(var ne=0;ne<v.length;ne++)if(!this._typeMatches(this._getTypeName(v[ne]),N,v[ne]))return!1;return!0}},_getTypeName:function(p){switch(Object.prototype.toString.call(p)){case"[object String]":return S;case"[object Number]":return P;case"[object Array]":return 3;case"[object Boolean]":return 5;case"[object Null]":return 7;case"[object Object]":return p.jmespathType===xe?6:4}},_functionStartsWith:function(p){return 0===p[0].lastIndexOf(p[1])},_functionEndsWith:function(p){var g=p[0],v=p[1];return-1!==g.indexOf(v,g.length-v.length)},_functionReverse:function(p){if(this._getTypeName(p[0])===S){for(var v=p[0],N="",ne=v.length-1;ne>=0;ne--)N+=v[ne];return N}var te=p[0].slice(0);return te.reverse(),te},_functionAbs:function(p){return Math.abs(p[0])},_functionCeil:function(p){return Math.ceil(p[0])},_functionAvg:function(p){for(var g=0,v=p[0],N=0;N<v.length;N++)g+=v[N];return g/v.length},_functionContains:function(p){return p[0].indexOf(p[1])>=0},_functionFloor:function(p){return Math.floor(p[0])},_functionLength:function(p){return M(p[0])?Object.keys(p[0]).length:p[0].length},_functionMap:function(p){for(var g=[],v=this._interpreter,N=p[0],ne=p[1],te=0;te<ne.length;te++)g.push(v.visit(N,ne[te]));return g},_functionMerge:function(p){for(var g={},v=0;v<p.length;v++){var N=p[v];for(var ne in N)g[ne]=N[ne]}return g},_functionMax:function(p){if(p[0].length>0){if(this._getTypeName(p[0][0])===P)return Math.max.apply(Math,p[0]);for(var v=p[0],N=v[0],ne=1;ne<v.length;ne++)N.localeCompare(v[ne])<0&&(N=v[ne]);return N}return null},_functionMin:function(p){if(p[0].length>0){if(this._getTypeName(p[0][0])===P)return Math.min.apply(Math,p[0]);for(var v=p[0],N=v[0],ne=1;ne<v.length;ne++)v[ne].localeCompare(N)<0&&(N=v[ne]);return N}return null},_functionSum:function(p){for(var g=0,v=p[0],N=0;N<v.length;N++)g+=v[N];return g},_functionType:function(p){switch(this._getTypeName(p[0])){case P:return"number";case S:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 6:return"expref";case 7:return"null"}},_functionKeys:function(p){return Object.keys(p[0])},_functionValues:function(p){for(var g=p[0],v=Object.keys(g),N=[],ne=0;ne<v.length;ne++)N.push(g[v[ne]]);return N},_functionJoin:function(p){return p[1].join(p[0])},_functionToArray:function(p){return 3===this._getTypeName(p[0])?p[0]:[p[0]]},_functionToString:function(p){return this._getTypeName(p[0])===S?p[0]:JSON.stringify(p[0])},_functionToNumber:function(p){var v,g=this._getTypeName(p[0]);return g===P?p[0]:g!==S||(v=+p[0],isNaN(v))?null:v},_functionNotNull:function(p){for(var g=0;g<p.length;g++)if(7!==this._getTypeName(p[g]))return p[g];return null},_functionSort:function(p){var g=p[0].slice(0);return g.sort(),g},_functionSortBy:function(p){var g=p[0].slice(0);if(0===g.length)return g;var v=this._interpreter,N=p[1],ne=this._getTypeName(v.visit(N,g[0]));if([P,S].indexOf(ne)<0)throw new Error("TypeError");for(var te=this,he=[],de=0;de<g.length;de++)he.push([de,g[de]]);he.sort(function(St,D){var ct=v.visit(N,St[1]),ze=v.visit(N,D[1]);if(te._getTypeName(ct)!==ne)throw new Error("TypeError: expected "+ne+", received "+te._getTypeName(ct));if(te._getTypeName(ze)!==ne)throw new Error("TypeError: expected "+ne+", received "+te._getTypeName(ze));return ct>ze?1:ct<ze?-1:St[0]-D[0]});for(var Ge=0;Ge<he.length;Ge++)g[Ge]=he[Ge][1];return g},_functionMaxBy:function(p){for(var te,he,v=p[0],N=this.createKeyFunction(p[1],[P,S]),ne=-1/0,de=0;de<v.length;de++)(he=N(v[de]))>ne&&(ne=he,te=v[de]);return te},_functionMinBy:function(p){for(var te,he,v=p[0],N=this.createKeyFunction(p[1],[P,S]),ne=1/0,de=0;de<v.length;de++)(he=N(v[de]))<ne&&(ne=he,te=v[de]);return te},createKeyFunction:function(p,g){var v=this,N=this._interpreter;return function(te){var he=N.visit(p,te);if(g.indexOf(v._getTypeName(he))<0){var de="TypeError: expected one of "+g+", received "+v._getTypeName(he);throw new Error(de)}return he}}},_.tokenize=function Se(p){return(new at).tokenize(p)},_.compile=function J(p){return(new Me).parse(p)},_.search=function me(p,g){var v=new Me,N=new qe,ne=new ft(N);N._interpreter=ne;var te=v.parse(g);return ne.search(te,p)},_.strictDeepEqual=F}(re)},8544(K){K.exports=function M(F,T,b){function C(m,S){if(!T[m]){if(!F[m]){if(L)return L(m,!0);var O=new Error("Cannot find module '"+m+"'");throw O.code="MODULE_NOT_FOUND",O}var B=T[m]={exports:{}};F[m][0].call(B.exports,function(A){return C(F[m][1][A]||A)},B,B.exports,M,F,T,b)}return T[m].exports}for(var L=void 0,P=0;P<b.length;P++)C(b[P]);return C}({"./aesprim":[function(M,F,T){!function(b,C){"use strict";C(typeof T<"u"?T:b.esprima={})}(this,function(b){"use strict";var C,L,P,m,S,E,O,B,A,V,I,z,j,W,x,G,U,H;function q(h,k){if(!h)throw new Error("ASSERT: "+k)}function le(h){return h>=48&&h<=57}function ve(h){return"0123456789abcdefABCDEF".indexOf(h)>=0}function se(h){return"01234567".indexOf(h)>=0}function Ce(h){return 32===h||9===h||11===h||12===h||160===h||h>=5760&&[5760,6158,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279].indexOf(h)>=0}function xe(h){return 10===h||13===h||8232===h||8233===h}function $e(h){return 64==h||36===h||95===h||h>=65&&h<=90||h>=97&&h<=122||92===h||h>=128&&O.NonAsciiIdentifierStart.test(String.fromCharCode(h))}function He(h){return 36===h||95===h||h>=65&&h<=90||h>=97&&h<=122||h>=48&&h<=57||92===h||h>=128&&O.NonAsciiIdentifierPart.test(String.fromCharCode(h))}function et(h){switch(h){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"yield":case"let":return!0;default:return!1}}function Re(h){return"eval"===h||"arguments"===h}function Je(h){if(V&&et(h))return!0;switch(h.length){case 2:return"if"===h||"in"===h||"do"===h;case 3:return"var"===h||"for"===h||"new"===h||"try"===h||"let"===h;case 4:return"this"===h||"else"===h||"case"===h||"void"===h||"with"===h||"enum"===h;case 5:return"while"===h||"break"===h||"catch"===h||"throw"===h||"const"===h||"yield"===h||"class"===h||"super"===h;case 6:return"return"===h||"typeof"===h||"delete"===h||"switch"===h||"export"===h||"import"===h;case 7:return"default"===h||"finally"===h||"extends"===h;case 8:return"function"===h||"continue"===h||"debugger"===h;case 10:return"instanceof"===h;default:return!1}}function je(h,k,oe,Ae,Qe){var wt;q("number"==typeof oe,"Comment must have valid position"),!(U.lastCommentStart>=oe)&&(U.lastCommentStart=oe,wt={type:h,value:k},H.range&&(wt.range=[oe,Ae]),H.loc&&(wt.loc=Qe),H.comments.push(wt),H.attachComment&&(H.leadingComments.push(wt),H.trailingComments.push(wt)))}function Ie(h){var k,oe,Ae,Qe;for(k=I-h,oe={start:{line:z,column:I-j-h}};I<W;)if(Ae=A.charCodeAt(I),++I,xe(Ae))return H.comments&&(Qe=A.slice(k+h,I-1),oe.end={line:z,column:I-j-1},je("Line",Qe,k,I-1,oe)),13===Ae&&10===A.charCodeAt(I)&&++I,++z,void(j=I);H.comments&&(Qe=A.slice(k+h,I),oe.end={line:z,column:I-j},je("Line",Qe,k,I,oe))}function Be(){var h,k,oe,Ae;for(H.comments&&(h=I-2,k={start:{line:z,column:I-j-2}});I<W;)if(xe(oe=A.charCodeAt(I)))13===oe&&10===A.charCodeAt(I+1)&&++I,++z,++I,j=I,I>=W&&v({},E.UnexpectedToken,"ILLEGAL");else if(42===oe){if(47===A.charCodeAt(I+1))return++I,++I,void(H.comments&&(Ae=A.slice(h+2,I-2),k.end={line:z,column:I-j},je("Block",Ae,h,I,k)));++I}else++I;v({},E.UnexpectedToken,"ILLEGAL")}function ue(){var h,k;for(k=0===I;I<W;)if(Ce(h=A.charCodeAt(I)))++I;else if(xe(h))++I,13===h&&10===A.charCodeAt(I)&&++I,++z,j=I,k=!0;else if(47===h)if(47===(h=A.charCodeAt(I+1)))++I,++I,Ie(2),k=!0;else{if(42!==h)break;++I,++I,Be()}else if(k&&45===h){if(45!==A.charCodeAt(I+1)||62!==A.charCodeAt(I+2))break;I+=3,Ie(3)}else{if(60!==h)break;if("!--"!==A.slice(I+1,I+4))break;++I,++I,++I,++I,Ie(4)}}function Q(h){var k,oe,Ae,Qe=0;for(oe="u"===h?4:2,k=0;k<oe;++k){if(!(I<W&&ve(A[I])))return"";Ae=A[I++],Qe=16*Qe+"0123456789abcdef".indexOf(Ae.toLowerCase())}return String.fromCharCode(Qe)}function be(){var h,k;for(h=A.charCodeAt(I++),k=String.fromCharCode(h),92===h&&(117!==A.charCodeAt(I)&&v({},E.UnexpectedToken,"ILLEGAL"),++I,(!(h=Q("u"))||"\\"===h||!$e(h.charCodeAt(0)))&&v({},E.UnexpectedToken,"ILLEGAL"),k=h);I<W&&He(h=A.charCodeAt(I));)++I,k+=String.fromCharCode(h),92===h&&(k=k.substr(0,k.length-1),117!==A.charCodeAt(I)&&v({},E.UnexpectedToken,"ILLEGAL"),++I,(!(h=Q("u"))||"\\"===h||!He(h.charCodeAt(0)))&&v({},E.UnexpectedToken,"ILLEGAL"),k+=h);return k}function Ee(){var h,k;for(h=I++;I<W;){if(92===(k=A.charCodeAt(I)))return I=h,be();if(!He(k))break;++I}return A.slice(h,I)}function Fe(){var oe,Qe,wt,Mt,h=I,k=A.charCodeAt(I),Ae=A[I];switch(k){case 46:case 40:case 41:case 59:case 44:case 123:case 125:case 91:case 93:case 58:case 63:case 126:return++I,H.tokenize&&(40===k?H.openParenToken=H.tokens.length:123===k&&(H.openCurlyToken=H.tokens.length)),{type:C.Punctuator,value:String.fromCharCode(k),lineNumber:z,lineStart:j,start:h,end:I};default:if(61===(oe=A.charCodeAt(I+1)))switch(k){case 43:case 45:case 47:case 60:case 62:case 94:case 124:case 37:case 38:case 42:return I+=2,{type:C.Punctuator,value:String.fromCharCode(k)+String.fromCharCode(oe),lineNumber:z,lineStart:j,start:h,end:I};case 33:case 61:return 61===A.charCodeAt(I+=2)&&++I,{type:C.Punctuator,value:A.slice(h,I),lineNumber:z,lineStart:j,start:h,end:I}}}return">>>="===(Mt=A.substr(I,4))?{type:C.Punctuator,value:Mt,lineNumber:z,lineStart:j,start:h,end:I+=4}:">>>"===(wt=Mt.substr(0,3))||"<<="===wt||">>="===wt?{type:C.Punctuator,value:wt,lineNumber:z,lineStart:j,start:h,end:I+=3}:Ae===(Qe=wt.substr(0,2))[1]&&"+-<>&|".indexOf(Ae)>=0||"=>"===Qe?{type:C.Punctuator,value:Qe,lineNumber:z,lineStart:j,start:h,end:I+=2}:"<>=!+-*%&|^/".indexOf(Ae)>=0?(++I,{type:C.Punctuator,value:Ae,lineNumber:z,lineStart:j,start:h,end:I}):void v({},E.UnexpectedToken,"ILLEGAL")}function At(){var h,k,oe;if(q(le((oe=A[I]).charCodeAt(0))||"."===oe,"Numeric literal must start with a decimal digit or a decimal point"),k=I,h="","."!==oe){if(h=A[I++],oe=A[I],"0"===h){if("x"===oe||"X"===oe)return++I,function pe(h){for(var k="";I<W&&ve(A[I]);)k+=A[I++];return 0===k.length&&v({},E.UnexpectedToken,"ILLEGAL"),$e(A.charCodeAt(I))&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.NumericLiteral,value:parseInt("0x"+k,16),lineNumber:z,lineStart:j,start:h,end:I}}(k);if(se(oe)&&function vt(){var h,k;for(h=I+1;h<W;++h){if("8"===(k=A[h])||"9"===k)return!1;if(!se(k))return!0}return!0}())return function lt(h){for(var k="0"+A[I++];I<W&&se(A[I]);)k+=A[I++];return($e(A.charCodeAt(I))||le(A.charCodeAt(I)))&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.NumericLiteral,value:parseInt(k,8),octal:!0,lineNumber:z,lineStart:j,start:h,end:I}}(k)}for(;le(A.charCodeAt(I));)h+=A[I++];oe=A[I]}if("."===oe){for(h+=A[I++];le(A.charCodeAt(I));)h+=A[I++];oe=A[I]}if("e"===oe||"E"===oe)if(h+=A[I++],("+"===(oe=A[I])||"-"===oe)&&(h+=A[I++]),le(A.charCodeAt(I)))for(;le(A.charCodeAt(I));)h+=A[I++];else v({},E.UnexpectedToken,"ILLEGAL");return $e(A.charCodeAt(I))&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.NumericLiteral,value:parseFloat(h),lineNumber:z,lineStart:j,start:k,end:I}}function Yt(){var h,k,oe,Qe;return G=null,ue(),h=I,k=function Et(){var h,k,oe,Ae;for(q("/"===(h=A[I]),"Regular expression literal must start with a slash"),k=A[I++],oe=!1,Ae=!1;I<W;)if(k+=h=A[I++],"\\"===h)xe((h=A[I++]).charCodeAt(0))&&v({},E.UnterminatedRegExp),k+=h;else if(xe(h.charCodeAt(0)))v({},E.UnterminatedRegExp);else if(oe)"]"===h&&(oe=!1);else{if("/"===h){Ae=!0;break}"["===h&&(oe=!0)}return Ae||v({},E.UnterminatedRegExp),{value:k.substr(1,k.length-2),literal:k}}(),oe=function Ln(){var h,k,oe,Ae;for(k="",oe="";I<W&&He((h=A[I]).charCodeAt(0));)if(++I,"\\"===h&&I<W)if("u"===(h=A[I])){if(Ae=++I,h=Q("u"))for(oe+=h,k+="\\u";Ae<I;++Ae)k+=A[Ae];else I=Ae,oe+="u",k+="\\u";N({},E.UnexpectedToken,"ILLEGAL")}else k+="\\",N({},E.UnexpectedToken,"ILLEGAL");else oe+=h,k+=h;return{value:oe,literal:k}}(),Qe=function $t(h,k){var oe;try{oe=new RegExp(h,k)}catch{v({},E.InvalidRegExp)}return oe}(k.value,oe.value),H.tokenize?{type:C.RegularExpression,value:Qe,lineNumber:z,lineStart:j,start:h,end:I}:{literal:k.literal+oe.literal,value:Qe,start:h,end:I}}function at(){var h,k,oe,Ae;return ue(),h=I,k={start:{line:z,column:I-j}},oe=Yt(),k.end={line:z,column:I-j},H.tokenize||(H.tokens.length>0&&(Ae=H.tokens[H.tokens.length-1]).range[0]===h&&"Punctuator"===Ae.type&&("/"===Ae.value||"/="===Ae.value)&&H.tokens.pop(),H.tokens.push({type:"RegularExpression",value:oe.literal,range:[h,I],loc:k})),oe}function ft(){var h;return ue(),I>=W?{type:C.EOF,lineNumber:z,lineStart:j,start:I,end:I}:$e(h=A.charCodeAt(I))?function We(){var h,k;return h=I,{type:1===(k=92===A.charCodeAt(I)?be():Ee()).length?C.Identifier:Je(k)?C.Keyword:"null"===k?C.NullLiteral:"true"===k||"false"===k?C.BooleanLiteral:C.Identifier,value:k,lineNumber:z,lineStart:j,start:h,end:I}}():40===h||41===h||59===h?Fe():39===h||34===h?function _n(){var k,oe,Ae,Qe,wt,Mt,cr,Bn,h="",xt=!1;for(cr=z,Bn=j,q("'"===(k=A[I])||'"'===k,"String literal must starts with a quote"),oe=I,++I;I<W;){if((Ae=A[I++])===k){k="";break}if("\\"===Ae)if((Ae=A[I++])&&xe(Ae.charCodeAt(0)))++z,"\r"===Ae&&"\n"===A[I]&&++I,j=I;else switch(Ae){case"u":case"x":Mt=I,(wt=Q(Ae))?h+=wt:(I=Mt,h+=Ae);break;case"n":h+="\n";break;case"r":h+="\r";break;case"t":h+="\t";break;case"b":h+="\b";break;case"f":h+="\f";break;case"v":h+="\v";break;default:se(Ae)?(0!==(Qe="01234567".indexOf(Ae))&&(xt=!0),I<W&&se(A[I])&&(xt=!0,Qe=8*Qe+"01234567".indexOf(A[I++]),"0123".indexOf(Ae)>=0&&I<W&&se(A[I])&&(Qe=8*Qe+"01234567".indexOf(A[I++]))),h+=String.fromCharCode(Qe)):h+=Ae}else{if(xe(Ae.charCodeAt(0)))break;h+=Ae}}return""!==k&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.StringLiteral,value:h,octal:xt,startLineNumber:cr,startLineStart:Bn,lineNumber:z,lineStart:j,start:oe,end:I}}():46===h?le(A.charCodeAt(I+1))?At():Fe():le(h)?At():H.tokenize&&47===h?function Me(){var h,k;if(!(h=H.tokens[H.tokens.length-1]))return at();if("Punctuator"===h.type){if("]"===h.value)return Fe();if(")"===h.value)return!(k=H.tokens[H.openParenToken-1])||"Keyword"!==k.type||"if"!==k.value&&"while"!==k.value&&"for"!==k.value&&"with"!==k.value?Fe():at();if("}"===h.value){if(H.tokens[H.openCurlyToken-3]&&"Keyword"===H.tokens[H.openCurlyToken-3].type){if(!(k=H.tokens[H.openCurlyToken-4]))return Fe()}else{if(!H.tokens[H.openCurlyToken-4]||"Keyword"!==H.tokens[H.openCurlyToken-4].type)return Fe();if(!(k=H.tokens[H.openCurlyToken-5]))return at()}return P.indexOf(k.value)>=0?Fe():at()}return at()}return"Keyword"===h.type&&"this"!==h.value?at():Fe()}():Fe()}function qe(){var h,k,Ae;return ue(),h={start:{line:z,column:I-j}},k=ft(),h.end={line:z,column:I-j},k.type!==C.EOF&&(Ae=A.slice(k.start,k.end),H.tokens.push({type:L[k.type],value:Ae,range:[k.start,k.end],loc:h})),k}function J(){var h;return I=(h=G).end,z=h.lineNumber,j=h.lineStart,G=typeof H.tokens<"u"?qe():ft(),I=h.end,z=h.lineNumber,j=h.lineStart,h}function Se(){var h,k,oe;h=I,k=z,oe=j,G=typeof H.tokens<"u"?qe():ft(),I=h,z=k,j=oe}function me(h,k){this.line=h,this.column=k}function p(h,k,oe,Ae){this.start=new me(h,k),this.end=new me(oe,Ae)}function g(){var h,k,oe,Ae;return h=I,k=z,oe=j,ue(),Ae=z!==k,I=h,z=k,j=oe,Ae}function v(h,k){var oe,Ae=Array.prototype.slice.call(arguments,2),Qe=k.replace(/%(\d)/g,function(wt,Mt){return q(Mt<Ae.length,"Message reference must be in range"),Ae[Mt]});throw"number"==typeof h.lineNumber?((oe=new Error("Line "+h.lineNumber+": "+Qe)).index=h.start,oe.lineNumber=h.lineNumber,oe.column=h.start-j+1):((oe=new Error("Line "+z+": "+Qe)).index=I,oe.lineNumber=z,oe.column=I-j+1),oe.description=Qe,oe}function N(){try{v.apply(null,arguments)}catch(h){if(!H.errors)throw h;H.errors.push(h)}}function ne(h){if(h.type===C.EOF&&v(h,E.UnexpectedEOS),h.type===C.NumericLiteral&&v(h,E.UnexpectedNumber),h.type===C.StringLiteral&&v(h,E.UnexpectedString),h.type===C.Identifier&&v(h,E.UnexpectedIdentifier),h.type===C.Keyword){if(function Ze(h){switch(h){case"class":case"enum":case"export":case"extends":case"import":case"super":return!0;default:return!1}}(h.value))v(h,E.UnexpectedReserved);else if(V&&et(h.value))return void N(h,E.StrictReservedWord);v(h,E.UnexpectedToken,h.value)}v(h,E.UnexpectedToken,h.value)}function te(h){var k=J();(k.type!==C.Punctuator||k.value!==h)&&ne(k)}function he(h){var k=J();(k.type!==C.Keyword||k.value!==h)&&ne(k)}function de(h){return G.type===C.Punctuator&&G.value===h}function Ge(h){return G.type===C.Keyword&&G.value===h}function D(){var h,k=I,oe=z,Ae=j,Qe=G;if(59!==A.charCodeAt(I)&&!de(";"))return h=z,ue(),z!==h?(I=k,z=oe,j=Ae,void(G=Qe)):void(G.type!==C.EOF&&!de("}")&&ne(G));J()}function ct(h){return h.type===m.Identifier||h.type===m.MemberExpression}function an(h,k){var oe,Ae,Qe;return oe=V,Qe=G,Ae=_i(),k&&V&&Re(h[0].name)&&N(k,E.StrictParamName),V=oe,x.markEnd(x.createFunctionExpression(null,h,[],Ae),Qe)}function Y(){var h,k;return k=G,(h=J()).type===C.StringLiteral||h.type===C.NumericLiteral?(V&&h.octal&&N(h,E.StrictOctalLiteral),x.markEnd(x.createLiteral(h),k)):x.markEnd(x.createIdentifier(h.value),k)}function ee(){var h,k,oe,Ae,Qe,wt;return wt=G,(h=G).type===C.Identifier?(oe=Y(),"get"!==h.value||de(":")?"set"!==h.value||de(":")?(te(":"),Ae=qt(),x.markEnd(x.createProperty("init",oe,Ae),wt)):(k=Y(),te("("),(h=G).type!==C.Identifier?(te(")"),N(h,E.UnexpectedToken,h.value),Ae=an([])):(Qe=[ke()],te(")"),Ae=an(Qe,h)),x.markEnd(x.createProperty("set",k,Ae),wt)):(k=Y(),te("("),te(")"),Ae=an([]),x.markEnd(x.createProperty("get",k,Ae),wt))):h.type!==C.EOF&&h.type!==C.Punctuator?(k=Y(),te(":"),Ae=qt(),x.markEnd(x.createProperty("init",k,Ae),wt)):void ne(h)}function Ne(){var h,k,oe,Ae;if(de("("))return function Ve(){var h;return te("("),h=Jt(),te(")"),h}();if(de("["))return function ze(){var k,h=[];for(k=G,te("[");!de("]");)de(",")?(J(),h.push(null)):(h.push(qt()),de("]")||te(","));return J(),x.markEnd(x.createArrayExpression(h),k)}();if(de("{"))return function Le(){var k,oe,Ae,Qe,xt,h=[],wt={},Mt=String;for(xt=G,te("{");!de("}");)oe=(k=ee()).key.type===m.Identifier?k.key.name:Mt(k.key.value),Qe="init"===k.kind?S.Data:"get"===k.kind?S.Get:S.Set,Ae="$"+oe,Object.prototype.hasOwnProperty.call(wt,Ae)?(wt[Ae]===S.Data?V&&Qe===S.Data?N({},E.StrictDuplicateProperty):Qe!==S.Data&&N({},E.AccessorDataProperty):Qe===S.Data?N({},E.AccessorDataProperty):wt[Ae]&Qe&&N({},E.AccessorGetSet),wt[Ae]|=Qe):wt[Ae]=Qe,h.push(k),de("}")||te(",");return te("}"),x.markEnd(x.createObjectExpression(h),xt)}();if(Ae=G,(h=G.type)===C.Identifier)oe=x.createIdentifier(J().value);else if(h===C.StringLiteral||h===C.NumericLiteral)V&&G.octal&&N(G,E.StrictOctalLiteral),oe=x.createLiteral(J());else if(h===C.Keyword){if(Ge("function"))return function Oo(){var h,oe,Ae,Qe,wt,xt,cr,Bn,k=null,Mt=[];return Bn=G,he("function"),de("(")||(h=G,k=ke(),V?Re(h.value)&&N(h,E.StrictFunctionName):Re(h.value)?(Ae=h,Qe=E.StrictFunctionName):et(h.value)&&(Ae=h,Qe=E.StrictReservedWord)),Mt=(wt=wi(Ae)).params,oe=wt.stricted,Ae=wt.firstRestricted,wt.message&&(Qe=wt.message),cr=V,xt=_i(),V&&Ae&&v(Ae,Qe),V&&oe&&N(oe,Qe),V=cr,x.markEnd(x.createFunctionExpression(k,Mt,[],xt),Bn)}();Ge("this")?(J(),oe=x.createThisExpression()):ne(J())}else h===C.BooleanLiteral?((k=J()).value="true"===k.value,oe=x.createLiteral(k)):h===C.NullLiteral?((k=J()).value=null,oe=x.createLiteral(k)):de("/")||de("/=")?(oe=x.createLiteral(typeof H.tokens<"u"?at():Yt()),Se()):ne(J());return x.markEnd(oe,Ae)}function Oe(){var h=[];if(te("("),!de(")"))for(;I<W&&(h.push(qt()),!de(")"));)te(",");return te(")"),h}function ut(){var h,k;return k=G,function $(h){return h.type===C.Identifier||h.type===C.Keyword||h.type===C.BooleanLiteral||h.type===C.NullLiteral}(h=J())||ne(h),x.markEnd(x.createIdentifier(h.value),k)}function bt(){return te("."),ut()}function Ft(){var h;return te("["),h=Jt(),te("]"),h}function Ht(){var h,k,oe;return oe=G,he("new"),h=function Ke(){var h,k,oe;for(q(U.allowIn,"callee of new expression always allow in keyword."),oe=G,h=Ge("new")?Ht():Ne();de(".")||de("[");)de("[")?(k=Ft(),h=x.createMemberExpression("[",h,k)):(k=bt(),h=x.createMemberExpression(".",h,k)),x.markEnd(h,oe);return h}(),k=de("(")?Oe():[],x.markEnd(x.createNewExpression(h,k),oe)}function ln(){var h,k,oe=G;return h=function hn(){var h,k,oe,Ae,Qe=U.allowIn;for(Ae=G,U.allowIn=!0,h=Ge("new")?Ht():Ne();;){if(de("."))oe=bt(),h=x.createMemberExpression(".",h,oe);else if(de("("))k=Oe(),h=x.createCallExpression(h,k);else{if(!de("["))break;oe=Ft(),h=x.createMemberExpression("[",h,oe)}x.markEnd(h,Ae)}return U.allowIn=Qe,h}(),G.type===C.Punctuator&&(de("++")||de("--"))&&!g()&&(V&&h.type===m.Identifier&&Re(h.name)&&N({},E.StrictLHSPostfix),ct(h)||N({},E.InvalidLHSInAssignment),k=J(),h=x.markEnd(x.createPostfixExpression(k.value,h),oe)),h}function Bt(){var h,k,oe;return G.type!==C.Punctuator&&G.type!==C.Keyword?k=ln():de("++")||de("--")?(oe=G,h=J(),k=Bt(),V&&k.type===m.Identifier&&Re(k.name)&&N({},E.StrictLHSPrefix),ct(k)||N({},E.InvalidLHSInAssignment),k=x.createUnaryExpression(h.value,k),k=x.markEnd(k,oe)):de("+")||de("-")||de("~")||de("!")?(oe=G,h=J(),k=Bt(),k=x.createUnaryExpression(h.value,k),k=x.markEnd(k,oe)):Ge("delete")||Ge("void")||Ge("typeof")?(oe=G,h=J(),k=Bt(),k=x.createUnaryExpression(h.value,k),k=x.markEnd(k,oe),V&&"delete"===k.operator&&k.argument.type===m.Identifier&&N({},E.StrictDelete)):k=ln(),k}function mn(h,k){var oe=0;if(h.type!==C.Punctuator&&h.type!==C.Keyword)return 0;switch(h.value){case"||":oe=1;break;case"&&":oe=2;break;case"|":oe=3;break;case"^":oe=4;break;case"&":oe=5;break;case"==":case"!=":case"===":case"!==":oe=6;break;case"<":case">":case"<=":case">=":case"instanceof":oe=7;break;case"in":oe=k?7:0;break;case"<<":case">>":case">>>":oe=8;break;case"+":case"-":oe=9;break;case"*":case"/":case"%":oe=11}return oe}function Fr(){var h,k,oe,Ae,Qe;return Qe=G,h=function On(){var h,k,oe,Ae,Qe,wt,Mt,xt,cr,Bn;if(h=G,cr=Bt(),0===(Qe=mn(Ae=G,U.allowIn)))return cr;for(Ae.prec=Qe,J(),k=[h,G],wt=[cr,Ae,Mt=Bt()];(Qe=mn(G,U.allowIn))>0;){for(;wt.length>2&&Qe<=wt[wt.length-2].prec;)Mt=wt.pop(),xt=wt.pop().value,cr=wt.pop(),oe=x.createBinaryExpression(xt,cr,Mt),k.pop(),x.markEnd(oe,h=k[k.length-1]),wt.push(oe);(Ae=J()).prec=Qe,wt.push(Ae),k.push(G),oe=Bt(),wt.push(oe)}for(oe=wt[Bn=wt.length-1],k.pop();Bn>1;)oe=x.createBinaryExpression(wt[Bn-1].value,wt[Bn-2],oe),Bn-=2,h=k.pop(),x.markEnd(oe,h);return oe}(),de("?")&&(J(),k=U.allowIn,U.allowIn=!0,oe=qt(),U.allowIn=k,te(":"),Ae=qt(),h=x.createConditionalExpression(h,oe,Ae),x.markEnd(h,Qe)),h}function qt(){var h,k,oe,Ae,Qe;return h=G,Qe=G,Ae=k=Fr(),function St(){var h;return G.type===C.Punctuator&&("="===(h=G.value)||"*="===h||"/="===h||"%="===h||"+="===h||"-="===h||"<<="===h||">>="===h||">>>="===h||"&="===h||"^="===h||"|="===h)}()&&(ct(k)||N({},E.InvalidLHSInAssignment),V&&k.type===m.Identifier&&Re(k.name)&&N(h,E.StrictLHSAssignment),h=J(),oe=qt(),Ae=x.markEnd(x.createAssignmentExpression(h.value,k,oe),Qe)),Ae}function Jt(){var h,k=G;if(h=qt(),de(",")){for(h=x.createSequenceExpression([h]);I<W&&de(",");)J(),h.expressions.push(qt());x.markEnd(h,k)}return h}function Ar(){var h,k;return k=G,te("{"),h=function xn(){for(var k,h=[];I<W&&!(de("}")||(k=Xe(),typeof k>"u"));)h.push(k);return h}(),te("}"),x.markEnd(x.createBlockStatement(h),k)}function ke(){var h,k;return k=G,(h=J()).type!==C.Identifier&&ne(h),x.markEnd(x.createIdentifier(h.value),k)}function nt(h){var oe,Ae,k=null;return Ae=G,oe=ke(),V&&Re(oe.name)&&N({},E.StrictVarName),"const"===h?(te("="),k=qt()):de("=")&&(J(),k=qt()),x.markEnd(x.createVariableDeclarator(oe,k),Ae)}function ge(h){var k=[];do{if(k.push(nt(h)),!de(","))break;J()}while(I<W);return k}function Ai(){var h,k,oe,Ae,Qe,wt,Mt,xt=U.allowIn;return h=k=oe=null,he("for"),te("("),de(";")?J():(Ge("var")||Ge("let")?(U.allowIn=!1,h=function Hr(){var h,k,oe;return oe=G,h=J(),k=ge(),x.markEnd(x.createVariableDeclaration(k,h.value),oe)}(),U.allowIn=xt,1===h.declarations.length&&Ge("in")&&(J(),Ae=h,Qe=Jt(),h=null)):(U.allowIn=!1,h=Jt(),U.allowIn=xt,Ge("in")&&(ct(h)||N({},E.InvalidLHSInForIn),J(),Ae=h,Qe=Jt(),h=null)),typeof Ae>"u"&&te(";")),typeof Ae>"u"&&(de(";")||(k=Jt()),te(";"),de(")")||(oe=Jt())),te(")"),Mt=U.inIteration,U.inIteration=!0,wt=Ur(),U.inIteration=Mt,typeof Ae>"u"?x.createForStatement(h,k,oe,wt):x.createForInStatement(Ae,Qe,wt)}function ao(){var h,oe,Ae,k=[];for(Ae=G,Ge("default")?(J(),h=null):(he("case"),h=Jt()),te(":");I<W&&!(de("}")||Ge("default")||Ge("case"));)oe=Ur(),k.push(oe);return x.markEnd(x.createSwitchCase(h,k),Ae)}function ys(){var h,k=[],oe=null;return he("try"),h=Ar(),Ge("catch")&&k.push(function Si(){var h,k,oe;return oe=G,he("catch"),te("("),de(")")&&ne(G),h=ke(),V&&Re(h.name)&&N({},E.StrictCatchVariable),te(")"),k=Ar(),x.markEnd(x.createCatchClause(h,k),oe)}()),Ge("finally")&&(J(),oe=Ar()),0===k.length&&!oe&&v({},E.NoCatchOrFinally),x.createTryStatement(h,[],k,oe)}function Ur(){var k,oe,Ae,Qe,h=G.type;if(h===C.EOF&&ne(G),h===C.Punctuator&&"{"===G.value)return Ar();if(Qe=G,h===C.Punctuator)switch(G.value){case";":return x.markEnd(function kt(){return te(";"),x.createEmptyStatement()}(),Qe);case"(":return x.markEnd(function zt(){var h=Jt();return D(),x.createExpressionStatement(h)}(),Qe)}if(h===C.Keyword)switch(G.value){case"break":return x.markEnd(function br(){var h=null;return he("break"),59===A.charCodeAt(I)?(J(),U.inIteration||U.inSwitch||v({},E.IllegalBreak),x.createBreakStatement(null)):g()?(U.inIteration||U.inSwitch||v({},E.IllegalBreak),x.createBreakStatement(null)):(G.type===C.Identifier&&(h=ke(),Object.prototype.hasOwnProperty.call(U.labelSet,"$"+h.name)||v({},E.UnknownLabel,h.name)),D(),null===h&&!(U.inIteration||U.inSwitch)&&v({},E.IllegalBreak),x.createBreakStatement(h))}(),Qe);case"continue":return x.markEnd(function Kn(){var h=null;return he("continue"),59===A.charCodeAt(I)?(J(),U.inIteration||v({},E.IllegalContinue),x.createContinueStatement(null)):g()?(U.inIteration||v({},E.IllegalContinue),x.createContinueStatement(null)):(G.type===C.Identifier&&(h=ke(),Object.prototype.hasOwnProperty.call(U.labelSet,"$"+h.name)||v({},E.UnknownLabel,h.name)),D(),null===h&&!U.inIteration&&v({},E.IllegalContinue),x.createContinueStatement(h))}(),Qe);case"debugger":return x.markEnd(function bs(){return he("debugger"),D(),x.createDebuggerStatement()}(),Qe);case"do":return x.markEnd(function Mn(){var h,k,oe;return he("do"),oe=U.inIteration,U.inIteration=!0,h=Ur(),U.inIteration=oe,he("while"),te("("),k=Jt(),te(")"),de(";")&&J(),x.createDoWhileStatement(h,k)}(),Qe);case"for":return x.markEnd(Ai(),Qe);case"function":return x.markEnd(jo(),Qe);case"if":return x.markEnd(function Lt(){var h,k,oe;return he("if"),te("("),h=Jt(),te(")"),k=Ur(),Ge("else")?(J(),oe=Ur()):oe=null,x.createIfStatement(h,k,oe)}(),Qe);case"return":return x.markEnd(function Pn(){var h=null;return he("return"),U.inFunctionBody||N({},E.IllegalReturn),32===A.charCodeAt(I)&&$e(A.charCodeAt(I+1))?(h=Jt(),D(),x.createReturnStatement(h)):g()?x.createReturnStatement(null):(de(";")||!de("}")&&G.type!==C.EOF&&(h=Jt()),D(),x.createReturnStatement(h))}(),Qe);case"switch":return x.markEnd(function Qn(){var h,k,oe,Ae,Qe;if(he("switch"),te("("),h=Jt(),te(")"),te("{"),k=[],de("}"))return J(),x.createSwitchStatement(h,k);for(Ae=U.inSwitch,U.inSwitch=!0,Qe=!1;I<W&&!de("}");)null===(oe=ao()).test&&(Qe&&v({},E.MultipleDefaultsInSwitch),Qe=!0),k.push(oe);return U.inSwitch=Ae,te("}"),x.createSwitchStatement(h,k)}(),Qe);case"throw":return x.markEnd(function Cs(){var h;return he("throw"),g()&&v({},E.NewlineAfterThrow),h=Jt(),D(),x.createThrowStatement(h)}(),Qe);case"try":return x.markEnd(ys(),Qe);case"var":return x.markEnd(function st(){var h;return he("var"),h=ge(),D(),x.createVariableDeclaration(h,"var")}(),Qe);case"while":return x.markEnd(function zn(){var h,k,oe;return he("while"),te("("),h=Jt(),te(")"),oe=U.inIteration,U.inIteration=!0,k=Ur(),U.inIteration=oe,x.createWhileStatement(h,k)}(),Qe);case"with":return x.markEnd(function An(){var h,k;return V&&(ue(),N({},E.StrictModeWith)),he("with"),te("("),h=Jt(),te(")"),k=Ur(),x.createWithStatement(h,k)}(),Qe)}return(k=Jt()).type===m.Identifier&&de(":")?(J(),Ae="$"+k.name,Object.prototype.hasOwnProperty.call(U.labelSet,Ae)&&v({},E.Redeclaration,"Label",k.name),U.labelSet[Ae]=!0,oe=Ur(),delete U.labelSet[Ae],x.markEnd(x.createLabeledStatement(k,oe),Qe)):(D(),x.markEnd(x.createExpressionStatement(k),Qe))}function _i(){var h,oe,Qe,wt,Mt,xt,cr,Bn,k=[];for(Bn=G,te("{");I<W&&G.type===C.StringLiteral&&(oe=G,h=Xe(),k.push(h),h.expression.type===m.Literal);)"use strict"===A.slice(oe.start+1,oe.end-1)?(V=!0,Qe&&N(Qe,E.StrictOctalLiteral)):!Qe&&oe.octal&&(Qe=oe);for(wt=U.labelSet,Mt=U.inIteration,xt=U.inSwitch,cr=U.inFunctionBody,U.labelSet={},U.inIteration=!1,U.inSwitch=!1,U.inFunctionBody=!0;I<W&&!(de("}")||(h=Xe(),typeof h>"u"));)k.push(h);return te("}"),U.labelSet=wt,U.inIteration=Mt,U.inSwitch=xt,U.inFunctionBody=cr,x.markEnd(x.createBlockStatement(k),Bn)}function wi(h){var k,Ae,Qe,wt,Mt,xt,oe=[];if(te("("),!de(")"))for(wt={};I<W&&(Ae=G,k=ke(),Mt="$"+Ae.value,V?(Re(Ae.value)&&(Qe=Ae,xt=E.StrictParamName),Object.prototype.hasOwnProperty.call(wt,Mt)&&(Qe=Ae,xt=E.StrictParamDupe)):h||(Re(Ae.value)?(h=Ae,xt=E.StrictParamName):et(Ae.value)?(h=Ae,xt=E.StrictReservedWord):Object.prototype.hasOwnProperty.call(wt,Mt)&&(h=Ae,xt=E.StrictParamDupe)),oe.push(k),wt[Mt]=!0,!de(")"));)te(",");return te(")"),{params:oe,stricted:Qe,firstRestricted:h,message:xt}}function jo(){var h,oe,Ae,Qe,wt,Mt,xt,cr,Bn,k;return Bn=G,he("function"),Ae=G,h=ke(),V?Re(Ae.value)&&N(Ae,E.StrictFunctionName):Re(Ae.value)?(Mt=Ae,xt=E.StrictFunctionName):et(Ae.value)&&(Mt=Ae,xt=E.StrictReservedWord),k=(wt=wi(Mt)).params,Qe=wt.stricted,Mt=wt.firstRestricted,wt.message&&(xt=wt.message),cr=V,oe=_i(),V&&Mt&&v(Mt,xt),V&&Qe&&N(Qe,xt),V=cr,x.markEnd(x.createFunctionDeclaration(h,k,[],oe),Bn)}function Xe(){if(G.type===C.Keyword)switch(G.value){case"const":case"let":return function ht(h){var k,oe;return oe=G,he(h),k=ge(h),D(),x.markEnd(x.createVariableDeclaration(k,h),oe)}(G.value);case"function":return jo();default:return Ur()}if(G.type!==C.EOF)return Ur()}function vo(){var h,k;return ue(),Se(),k=G,V=!1,h=function fa(){for(var h,oe,Qe,k=[];I<W&&(oe=G).type===C.StringLiteral&&(h=Xe(),k.push(h),h.expression.type===m.Literal);)"use strict"===A.slice(oe.start+1,oe.end-1)?(V=!0,Qe&&N(Qe,E.StrictOctalLiteral)):!Qe&&oe.octal&&(Qe=oe);for(;I<W&&!(typeof(h=Xe())>"u");)k.push(h);return k}(),x.markEnd(x.createProgram(h),k)}function er(){var h,k,oe,Ae=[];for(h=0;h<H.tokens.length;++h)oe={type:(k=H.tokens[h]).type,value:k.value},H.range&&(oe.range=k.range),H.loc&&(oe.loc=k.loc),Ae.push(oe);H.tokens=Ae}(L={})[(C={BooleanLiteral:1,EOF:2,Identifier:3,Keyword:4,NullLiteral:5,NumericLiteral:6,Punctuator:7,StringLiteral:8,RegularExpression:9}).BooleanLiteral]="Boolean",L[C.EOF]="<end>",L[C.Identifier]="Identifier",L[C.Keyword]="Keyword",L[C.NullLiteral]="Null",L[C.NumericLiteral]="Numeric",L[C.Punctuator]="Punctuator",L[C.StringLiteral]="String",L[C.RegularExpression]="RegularExpression",P=["(","{","[","in","typeof","instanceof","new","return","case","delete","throw","void","=","+=","-=","*=","/=","%=","<<=",">>=",">>>=","&=","|=","^=",",","+","-","*","/","%","++","--","<<",">>",">>>","&","|","^","!","~","&&","||","?",":","===","==",">=","<=","<",">","!=","!=="],m={AssignmentExpression:"AssignmentExpression",ArrayExpression:"ArrayExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DoWhileStatement:"DoWhileStatement",DebuggerStatement:"DebuggerStatement",EmptyStatement:"EmptyStatement",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",Identifier:"Identifier",IfStatement:"IfStatement",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",Program:"Program",Property:"Property",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement"},S={Data:1,Get:2,Set:4},E={UnexpectedToken:"Unexpected token %0",UnexpectedNumber:"Unexpected number",UnexpectedString:"Unexpected string",UnexpectedIdentifier:"Unexpected identifier",UnexpectedReserved:"Unexpected reserved word",UnexpectedEOS:"Unexpected end of input",NewlineAfterThrow:"Illegal newline after throw",InvalidRegExp:"Invalid regular expression",UnterminatedRegExp:"Invalid regular expression: missing /",InvalidLHSInAssignment:"Invalid left-hand side in assignment",InvalidLHSInForIn:"Invalid left-hand side in for-in",MultipleDefaultsInSwitch:"More than one default clause in switch statement",NoCatchOrFinally:"Missing catch or finally after try",UnknownLabel:"Undefined label '%0'",Redeclaration:"%0 '%1' has already been declared",IllegalContinue:"Illegal continue statement",IllegalBreak:"Illegal break statement",IllegalReturn:"Illegal return statement",StrictModeWith:"Strict mode code may not include a with statement",StrictCatchVariable:"Catch variable may not be eval or arguments in strict mode",StrictVarName:"Variable name may not be eval or arguments in strict mode",StrictParamName:"Parameter name eval or arguments is not allowed in strict mode",StrictParamDupe:"Strict mode function may not have duplicate parameter names",StrictFunctionName:"Function name may not be eval or arguments in strict mode",StrictOctalLiteral:"Octal literals are not allowed in strict mode.",StrictDelete:"Delete of an unqualified identifier in strict mode.",StrictDuplicateProperty:"Duplicate data property in object literal not allowed in strict mode",AccessorDataProperty:"Object literal may not have data and accessor property with the same name",AccessorGetSet:"Object literal may not have multiple get/set accessors with the same name",StrictLHSAssignment:"Assignment to eval or arguments is not allowed in strict mode",StrictLHSPostfix:"Postfix increment/decrement may not have eval or arguments operand in strict mode",StrictLHSPrefix:"Prefix increment/decrement may not have eval or arguments operand in strict mode",StrictReservedWord:"Use of future reserved word in strict mode"},O={NonAsciiIdentifierStart:new RegExp("[\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u0527\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\u08a2-\u08ac\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097f\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\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-\u0c33\u0c35-\u0c39\u0c3d\u0c58\u0c59\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\u0d60\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-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191c\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19c1-\u19c7\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\u2160-\u2188\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-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fcc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua697\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790-\ua793\ua7a0-\ua7aa\ua7f8-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa80-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\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]"),NonAsciiIdentifierPart:new RegExp("[\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0300-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u0483-\u0487\u048a-\u0527\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u05d0-\u05ea\u05f0-\u05f2\u0610-\u061a\u0620-\u0669\u066e-\u06d3\u06d5-\u06dc\u06df-\u06e8\u06ea-\u06fc\u06ff\u0710-\u074a\u074d-\u07b1\u07c0-\u07f5\u07fa\u0800-\u082d\u0840-\u085b\u08a0\u08a2-\u08ac\u08e4-\u08fe\u0900-\u0963\u0966-\u096f\u0971-\u0977\u0979-\u097f\u0981-\u0983\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bc-\u09c4\u09c7\u09c8\u09cb-\u09ce\u09d7\u09dc\u09dd\u09df-\u09e3\u09e6-\u09f1\u0a01-\u0a03\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a59-\u0a5c\u0a5e\u0a66-\u0a75\u0a81-\u0a83\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abc-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ad0\u0ae0-\u0ae3\u0ae6-\u0aef\u0b01-\u0b03\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3c-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b5c\u0b5d\u0b5f-\u0b63\u0b66-\u0b6f\u0b71\u0b82\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd0\u0bd7\u0be6-\u0bef\u0c01-\u0c03\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c33\u0c35-\u0c39\u0c3d-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c58\u0c59\u0c60-\u0c63\u0c66-\u0c6f\u0c82\u0c83\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbc-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0cde\u0ce0-\u0ce3\u0ce6-\u0cef\u0cf1\u0cf2\u0d02\u0d03\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d-\u0d44\u0d46-\u0d48\u0d4a-\u0d4e\u0d57\u0d60-\u0d63\u0d66-\u0d6f\u0d7a-\u0d7f\u0d82\u0d83\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0df2\u0df3\u0e01-\u0e3a\u0e40-\u0e4e\u0e50-\u0e59\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb9\u0ebb-\u0ebd\u0ec0-\u0ec4\u0ec6\u0ec8-\u0ecd\u0ed0-\u0ed9\u0edc-\u0edf\u0f00\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e-\u0f47\u0f49-\u0f6c\u0f71-\u0f84\u0f86-\u0f97\u0f99-\u0fbc\u0fc6\u1000-\u1049\u1050-\u109d\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\u135d-\u135f\u1380-\u138f\u13a0-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176c\u176e-\u1770\u1772\u1773\u1780-\u17d3\u17d7\u17dc\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u1820-\u1877\u1880-\u18aa\u18b0-\u18f5\u1900-\u191c\u1920-\u192b\u1930-\u193b\u1946-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u19d0-\u19d9\u1a00-\u1a1b\u1a20-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1aa7\u1b00-\u1b4b\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1bf3\u1c00-\u1c37\u1c40-\u1c49\u1c4d-\u1c7d\u1cd0-\u1cd2\u1cd4-\u1cf6\u1d00-\u1de6\u1dfc-\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\u200c\u200d\u203f\u2040\u2054\u2071\u207f\u2090-\u209c\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d7f-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2de0-\u2dff\u2e2f\u3005-\u3007\u3021-\u302f\u3031-\u3035\u3038-\u303c\u3041-\u3096\u3099\u309a\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fcc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua62b\ua640-\ua66f\ua674-\ua67d\ua67f-\ua697\ua69f-\ua6f1\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790-\ua793\ua7a0-\ua7aa\ua7f8-\ua827\ua840-\ua873\ua880-\ua8c4\ua8d0-\ua8d9\ua8e0-\ua8f7\ua8fb\ua900-\ua92d\ua930-\ua953\ua960-\ua97c\ua980-\ua9c0\ua9cf-\ua9d9\uaa00-\uaa36\uaa40-\uaa4d\uaa50-\uaa59\uaa60-\uaa76\uaa7a\uaa7b\uaa80-\uaac2\uaadb-\uaadd\uaae0-\uaaef\uaaf2-\uaaf6\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabea\uabec\uabed\uabf0-\uabf9\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe00-\ufe0f\ufe20-\ufe26\ufe33\ufe34\ufe4d-\ufe4f\ufe70-\ufe74\ufe76-\ufefc\uff10-\uff19\uff21-\uff3a\uff3f\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]")},B={name:"SyntaxTree",processComment:function(h){var k,oe;if(!(h.type===m.Program&&h.body.length>0)){for(H.trailingComments.length>0?H.trailingComments[0].range[0]>=h.range[1]?(oe=H.trailingComments,H.trailingComments=[]):H.trailingComments.length=0:H.bottomRightStack.length>0&&H.bottomRightStack[H.bottomRightStack.length-1].trailingComments&&H.bottomRightStack[H.bottomRightStack.length-1].trailingComments[0].range[0]>=h.range[1]&&(oe=H.bottomRightStack[H.bottomRightStack.length-1].trailingComments,delete H.bottomRightStack[H.bottomRightStack.length-1].trailingComments);H.bottomRightStack.length>0&&H.bottomRightStack[H.bottomRightStack.length-1].range[0]>=h.range[0];)k=H.bottomRightStack.pop();k?k.leadingComments&&k.leadingComments[k.leadingComments.length-1].range[1]<=h.range[0]&&(h.leadingComments=k.leadingComments,delete k.leadingComments):H.leadingComments.length>0&&H.leadingComments[H.leadingComments.length-1].range[1]<=h.range[0]&&(h.leadingComments=H.leadingComments,H.leadingComments=[]),oe&&(h.trailingComments=oe),H.bottomRightStack.push(h)}},markEnd:function(h,k){return H.range&&(h.range=[k.start,I]),H.loc&&(h.loc=new p(void 0===k.startLineNumber?k.lineNumber:k.startLineNumber,k.start-(void 0===k.startLineStart?k.lineStart:k.startLineStart),z,I-j),this.postProcess(h)),H.attachComment&&this.processComment(h),h},postProcess:function(h){return H.source&&(h.loc.source=H.source),h},createArrayExpression:function(h){return{type:m.ArrayExpression,elements:h}},createAssignmentExpression:function(h,k,oe){return{type:m.AssignmentExpression,operator:h,left:k,right:oe}},createBinaryExpression:function(h,k,oe){return{type:"||"===h||"&&"===h?m.LogicalExpression:m.BinaryExpression,operator:h,left:k,right:oe}},createBlockStatement:function(h){return{type:m.BlockStatement,body:h}},createBreakStatement:function(h){return{type:m.BreakStatement,label:h}},createCallExpression:function(h,k){return{type:m.CallExpression,callee:h,arguments:k}},createCatchClause:function(h,k){return{type:m.CatchClause,param:h,body:k}},createConditionalExpression:function(h,k,oe){return{type:m.ConditionalExpression,test:h,consequent:k,alternate:oe}},createContinueStatement:function(h){return{type:m.ContinueStatement,label:h}},createDebuggerStatement:function(){return{type:m.DebuggerStatement}},createDoWhileStatement:function(h,k){return{type:m.DoWhileStatement,body:h,test:k}},createEmptyStatement:function(){return{type:m.EmptyStatement}},createExpressionStatement:function(h){return{type:m.ExpressionStatement,expression:h}},createForStatement:function(h,k,oe,Ae){return{type:m.ForStatement,init:h,test:k,update:oe,body:Ae}},createForInStatement:function(h,k,oe){return{type:m.ForInStatement,left:h,right:k,body:oe,each:!1}},createFunctionDeclaration:function(h,k,oe,Ae){return{type:m.FunctionDeclaration,id:h,params:k,defaults:oe,body:Ae,rest:null,generator:!1,expression:!1}},createFunctionExpression:function(h,k,oe,Ae){return{type:m.FunctionExpression,id:h,params:k,defaults:oe,body:Ae,rest:null,generator:!1,expression:!1}},createIdentifier:function(h){return{type:m.Identifier,name:h}},createIfStatement:function(h,k,oe){return{type:m.IfStatement,test:h,consequent:k,alternate:oe}},createLabeledStatement:function(h,k){return{type:m.LabeledStatement,label:h,body:k}},createLiteral:function(h){return{type:m.Literal,value:h.value,raw:A.slice(h.start,h.end)}},createMemberExpression:function(h,k,oe){return{type:m.MemberExpression,computed:"["===h,object:k,property:oe}},createNewExpression:function(h,k){return{type:m.NewExpression,callee:h,arguments:k}},createObjectExpression:function(h){return{type:m.ObjectExpression,properties:h}},createPostfixExpression:function(h,k){return{type:m.UpdateExpression,operator:h,argument:k,prefix:!1}},createProgram:function(h){return{type:m.Program,body:h}},createProperty:function(h,k,oe){return{type:m.Property,key:k,value:oe,kind:h}},createReturnStatement:function(h){return{type:m.ReturnStatement,argument:h}},createSequenceExpression:function(h){return{type:m.SequenceExpression,expressions:h}},createSwitchCase:function(h,k){return{type:m.SwitchCase,test:h,consequent:k}},createSwitchStatement:function(h,k){return{type:m.SwitchStatement,discriminant:h,cases:k}},createThisExpression:function(){return{type:m.ThisExpression}},createThrowStatement:function(h){return{type:m.ThrowStatement,argument:h}},createTryStatement:function(h,k,oe,Ae){return{type:m.TryStatement,block:h,guardedHandlers:k,handlers:oe,finalizer:Ae}},createUnaryExpression:function(h,k){return"++"===h||"--"===h?{type:m.UpdateExpression,operator:h,argument:k,prefix:!0}:{type:m.UnaryExpression,operator:h,argument:k,prefix:!0}},createVariableDeclaration:function(h,k){return{type:m.VariableDeclaration,declarations:h,kind:k}},createVariableDeclarator:function(h,k){return{type:m.VariableDeclarator,id:h,init:k}},createWhileStatement:function(h,k){return{type:m.WhileStatement,test:h,body:k}},createWithStatement:function(h,k){return{type:m.WithStatement,object:h,body:k}}},b.version="1.2.5",b.tokenize=function Ka(h,k){var Qe;"string"!=typeof h&&!(h instanceof String)&&(h=String(h)),x=B,I=0,z=(A=h).length>0?1:0,j=0,W=A.length,G=null,U={allowIn:!0,labelSet:{},inFunctionBody:!1,inIteration:!1,inSwitch:!1,lastCommentStart:-1},H={},(k=k||{}).tokens=!0,H.tokens=[],H.tokenize=!0,H.openParenToken=-1,H.openCurlyToken=-1,H.range="boolean"==typeof k.range&&k.range,H.loc="boolean"==typeof k.loc&&k.loc,"boolean"==typeof k.comment&&k.comment&&(H.comments=[]),"boolean"==typeof k.tolerant&&k.tolerant&&(H.errors=[]);try{if(Se(),G.type===C.EOF)return H.tokens;for(J();G.type!==C.EOF;)try{J()}catch(wt){if(H.errors){H.errors.push(wt);break}throw wt}er(),Qe=H.tokens,typeof H.comments<"u"&&(Qe.comments=H.comments),typeof H.errors<"u"&&(Qe.errors=H.errors)}catch(wt){throw wt}finally{H={}}return Qe},b.parse=function zi(h,k){var oe,Ae;Ae=String,"string"!=typeof h&&!(h instanceof String)&&(h=Ae(h)),x=B,I=0,z=(A=h).length>0?1:0,j=0,W=A.length,G=null,U={allowIn:!0,labelSet:{},inFunctionBody:!1,inIteration:!1,inSwitch:!1,lastCommentStart:-1},H={},typeof k<"u"&&(H.range="boolean"==typeof k.range&&k.range,H.loc="boolean"==typeof k.loc&&k.loc,H.attachComment="boolean"==typeof k.attachComment&&k.attachComment,H.loc&&null!=k.source&&(H.source=Ae(k.source)),"boolean"==typeof k.tokens&&k.tokens&&(H.tokens=[]),"boolean"==typeof k.comment&&k.comment&&(H.comments=[]),"boolean"==typeof k.tolerant&&k.tolerant&&(H.errors=[]),H.attachComment&&(H.range=!0,H.comments=[],H.bottomRightStack=[],H.trailingComments=[],H.leadingComments=[]));try{oe=vo(),typeof H.comments<"u"&&(oe.comments=H.comments),typeof H.tokens<"u"&&(er(),oe.tokens=H.tokens),typeof H.errors<"u"&&(oe.errors=H.errors)}catch(Qe){throw Qe}finally{H={}}return oe},b.Syntax=function(){var h,k={};for(h in"function"==typeof Object.create&&(k=Object.create(null)),m)m.hasOwnProperty(h)&&(k[h]=m[h]);return"function"==typeof Object.freeze&&Object.freeze(k),k}()})},{}],1:[function(M,F,T){(function(b){var C=function(){var L={trace:function(){},yy:{},symbols_:{error:2,JSON_PATH:3,DOLLAR:4,PATH_COMPONENTS:5,LEADING_CHILD_MEMBER_EXPRESSION:6,PATH_COMPONENT:7,MEMBER_COMPONENT:8,SUBSCRIPT_COMPONENT:9,CHILD_MEMBER_COMPONENT:10,DESCENDANT_MEMBER_COMPONENT:11,DOT:12,MEMBER_EXPRESSION:13,DOT_DOT:14,STAR:15,IDENTIFIER:16,SCRIPT_EXPRESSION:17,INTEGER:18,END:19,CHILD_SUBSCRIPT_COMPONENT:20,DESCENDANT_SUBSCRIPT_COMPONENT:21,"[":22,SUBSCRIPT:23,"]":24,SUBSCRIPT_EXPRESSION:25,SUBSCRIPT_EXPRESSION_LIST:26,SUBSCRIPT_EXPRESSION_LISTABLE:27,",":28,STRING_LITERAL:29,ARRAY_SLICE:30,FILTER_EXPRESSION:31,QQ_STRING:32,Q_STRING:33,$accept:0,$end:1},terminals_:{2:"error",4:"DOLLAR",12:"DOT",14:"DOT_DOT",15:"STAR",16:"IDENTIFIER",17:"SCRIPT_EXPRESSION",18:"INTEGER",19:"END",22:"[",24:"]",28:",",30:"ARRAY_SLICE",31:"FILTER_EXPRESSION",32:"QQ_STRING",33:"Q_STRING"},productions_:[0,[3,1],[3,2],[3,1],[3,2],[5,1],[5,2],[7,1],[7,1],[8,1],[8,1],[10,2],[6,1],[11,2],[13,1],[13,1],[13,1],[13,1],[13,1],[9,1],[9,1],[20,3],[21,4],[23,1],[23,1],[26,1],[26,3],[27,1],[27,1],[27,1],[25,1],[25,1],[25,1],[29,1],[29,1]],performAction:function(O,B,A,V,I,z,j){V.ast||(V.ast=P,P.initialize());var W=z.length-1;switch(I){case 1:return V.ast.set({expression:{type:"root",value:z[W]}}),V.ast.unshift(),V.ast.yield();case 2:return V.ast.set({expression:{type:"root",value:z[W-1]}}),V.ast.unshift(),V.ast.yield();case 3:return V.ast.unshift(),V.ast.yield();case 4:return V.ast.set({operation:"member",scope:"child",expression:{type:"identifier",value:z[W-1]}}),V.ast.unshift(),V.ast.yield();case 5:case 6:case 11:case 13:case 18:case 21:case 22:case 23:break;case 7:V.ast.set({operation:"member"}),V.ast.push();break;case 8:V.ast.set({operation:"subscript"}),V.ast.push();break;case 9:case 19:V.ast.set({scope:"child"});break;case 10:case 20:V.ast.set({scope:"descendant"});break;case 12:V.ast.set({scope:"child",operation:"member"});break;case 14:V.ast.set({expression:{type:"wildcard",value:z[W]}});break;case 15:V.ast.set({expression:{type:"identifier",value:z[W]}});break;case 16:V.ast.set({expression:{type:"script_expression",value:z[W]}});break;case 17:V.ast.set({expression:{type:"numeric_literal",value:parseInt(z[W])}});break;case 24:z[W].length>1?V.ast.set({expression:{type:"union",value:z[W]}}):this.$=z[W];break;case 25:this.$=[z[W]];break;case 26:this.$=z[W-2].concat(z[W]);break;case 27:this.$={expression:{type:"numeric_literal",value:parseInt(z[W])}},V.ast.set(this.$);break;case 28:this.$={expression:{type:"string_literal",value:z[W]}},V.ast.set(this.$);break;case 29:this.$={expression:{type:"slice",value:z[W]}},V.ast.set(this.$);break;case 30:this.$={expression:{type:"wildcard",value:z[W]}},V.ast.set(this.$);break;case 31:this.$={expression:{type:"script_expression",value:z[W]}},V.ast.set(this.$);break;case 32:this.$={expression:{type:"filter_expression",value:z[W]}},V.ast.set(this.$);break;case 33:case 34:this.$=z[W]}},table:[{3:1,4:[1,2],6:3,13:4,15:[1,5],16:[1,6],17:[1,7],18:[1,8],19:[1,9]},{1:[3]},{1:[2,1],5:10,7:11,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,3],5:21,7:11,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,12],12:[2,12],14:[2,12],22:[2,12]},{1:[2,14],12:[2,14],14:[2,14],22:[2,14]},{1:[2,15],12:[2,15],14:[2,15],22:[2,15]},{1:[2,16],12:[2,16],14:[2,16],22:[2,16]},{1:[2,17],12:[2,17],14:[2,17],22:[2,17]},{1:[2,18],12:[2,18],14:[2,18],22:[2,18]},{1:[2,2],7:22,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,5],12:[2,5],14:[2,5],22:[2,5]},{1:[2,7],12:[2,7],14:[2,7],22:[2,7]},{1:[2,8],12:[2,8],14:[2,8],22:[2,8]},{1:[2,9],12:[2,9],14:[2,9],22:[2,9]},{1:[2,10],12:[2,10],14:[2,10],22:[2,10]},{1:[2,19],12:[2,19],14:[2,19],22:[2,19]},{1:[2,20],12:[2,20],14:[2,20],22:[2,20]},{13:23,15:[1,5],16:[1,6],17:[1,7],18:[1,8],19:[1,9]},{13:24,15:[1,5],16:[1,6],17:[1,7],18:[1,8],19:[1,9],22:[1,25]},{15:[1,29],17:[1,30],18:[1,33],23:26,25:27,26:28,27:32,29:34,30:[1,35],31:[1,31],32:[1,36],33:[1,37]},{1:[2,4],7:22,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,6],12:[2,6],14:[2,6],22:[2,6]},{1:[2,11],12:[2,11],14:[2,11],22:[2,11]},{1:[2,13],12:[2,13],14:[2,13],22:[2,13]},{15:[1,29],17:[1,30],18:[1,33],23:38,25:27,26:28,27:32,29:34,30:[1,35],31:[1,31],32:[1,36],33:[1,37]},{24:[1,39]},{24:[2,23]},{24:[2,24],28:[1,40]},{24:[2,30]},{24:[2,31]},{24:[2,32]},{24:[2,25],28:[2,25]},{24:[2,27],28:[2,27]},{24:[2,28],28:[2,28]},{24:[2,29],28:[2,29]},{24:[2,33],28:[2,33]},{24:[2,34],28:[2,34]},{24:[1,41]},{1:[2,21],12:[2,21],14:[2,21],22:[2,21]},{18:[1,33],27:42,29:34,30:[1,35],32:[1,36],33:[1,37]},{1:[2,22],12:[2,22],14:[2,22],22:[2,22]},{24:[2,26],28:[2,26]}],defaultActions:{27:[2,23],29:[2,30],30:[2,31],31:[2,32]},parseError:function(O,B){if(!B.recoverable)throw new Error(O);this.trace(O)},parse:function(O){var B=this,A=[0],V=[null],I=[],z=this.table,j="",W=0,x=0,G=0,q=I.slice.call(arguments,1);this.lexer.setInput(O),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc>"u"&&(this.lexer.yylloc={});var le=this.lexer.yylloc;I.push(le);var ve=this.lexer.options&&this.lexer.options.ranges;function Ce(){var be;return"number"!=typeof(be=B.lexer.lex()||1)&&(be=B.symbols_[be]||be),be}this.parseError="function"==typeof this.yy.parseError?this.yy.parseError:Object.getPrototypeOf(this).parseError;for(var xe,$e,He,Ze,Re,je,Ie,ue,Je={};;){if(this.defaultActions[He=A[A.length-1]]?Ze=this.defaultActions[He]:((null===xe||typeof xe>"u")&&(xe=Ce()),Ze=z[He]&&z[He][xe]),typeof Ze>"u"||!Ze.length||!Ze[0]){var Q;for(je in ue=[],z[He])this.terminals_[je]&&je>2&&ue.push("'"+this.terminals_[je]+"'");Q=this.lexer.showPosition?"Parse error on line "+(W+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+ue.join(", ")+", got '"+(this.terminals_[xe]||xe)+"'":"Parse error on line "+(W+1)+": Unexpected "+(1==xe?"end of input":"'"+(this.terminals_[xe]||xe)+"'"),this.parseError(Q,{text:this.lexer.match,token:this.terminals_[xe]||xe,line:this.lexer.yylineno,loc:le,expected:ue})}if(Ze[0]instanceof Array&&Ze.length>1)throw new Error("Parse Error: multiple actions possible at state: "+He+", token: "+xe);switch(Ze[0]){case 1:A.push(xe),V.push(this.lexer.yytext),I.push(this.lexer.yylloc),A.push(Ze[1]),xe=null,$e?(xe=$e,$e=null):(x=this.lexer.yyleng,j=this.lexer.yytext,W=this.lexer.yylineno,le=this.lexer.yylloc,G>0&&G--);break;case 2:if(Je.$=V[V.length-(Ie=this.productions_[Ze[1]][1])],Je._$={first_line:I[I.length-(Ie||1)].first_line,last_line:I[I.length-1].last_line,first_column:I[I.length-(Ie||1)].first_column,last_column:I[I.length-1].last_column},ve&&(Je._$.range=[I[I.length-(Ie||1)].range[0],I[I.length-1].range[1]]),typeof(Re=this.performAction.apply(Je,[j,x,W,this.yy,Ze[1],V,I].concat(q)))<"u")return Re;Ie&&(A=A.slice(0,-1*Ie*2),V=V.slice(0,-1*Ie),I=I.slice(0,-1*Ie)),A.push(this.productions_[Ze[1]][0]),V.push(Je.$),I.push(Je._$),A.push(z[A[A.length-2]][A[A.length-1]]);break;case 3:return!0}}return!0}},P={initialize:function(){this._nodes=[],this._node={},this._stash=[]},set:function(E){for(var O in E)this._node[O]=E[O];return this._node},node:function(E){return arguments.length&&(this._node=E),this._node},push:function(){this._nodes.push(this._node),this._node={}},unshift:function(){this._nodes.unshift(this._node),this._node={}},yield:function(){var E=this._nodes;return this.initialize(),E}};function S(){this.yy={}}return L.lexer=function(){return{EOF:1,parseError:function(B,A){if(!this.yy.parser)throw new Error(B);this.yy.parser.parseError(B,A)},setInput:function(O){return this._input=O,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var O=this._input[0];return this.yytext+=O,this.yyleng++,this.offset++,this.match+=O,this.matched+=O,O.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),O},unput:function(O){var B=O.length,A=O.split(/(?:\r\n?|\n)/g);this._input=O+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-B-1),this.offset-=B;var V=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),A.length-1&&(this.yylineno-=A.length-1);var I=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:A?(A.length===V.length?this.yylloc.first_column:0)+V[V.length-A.length].length-A[0].length:this.yylloc.first_column-B},this.options.ranges&&(this.yylloc.range=[I[0],I[0]+this.yyleng-B]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(O){this.unput(this.match.slice(O))},pastInput:function(){var O=this.matched.substr(0,this.matched.length-this.match.length);return(O.length>20?"...":"")+O.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var O=this.match;return O.length<20&&(O+=this._input.substr(0,20-O.length)),(O.substr(0,20)+(O.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var O=this.pastInput(),B=new Array(O.length+1).join("-");return O+this.upcomingInput()+"\n"+B+"^"},test_match:function(O,B){var A,V,I;if(this.options.backtrack_lexer&&(I={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(I.yylloc.range=this.yylloc.range.slice(0))),(V=O[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=V.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:V?V[V.length-1].length-V[V.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+O[0].length},this.yytext+=O[0],this.match+=O[0],this.matches=O,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(O[0].length),this.matched+=O[0],A=this.performAction.call(this,this.yy,this,B,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),A)return A;if(this._backtrack){for(var z in I)this[z]=I[z];return!1}return!1},next:function(){if(this.done)return this.EOF;var O,B,A,V;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var I=this._currentRules(),z=0;z<I.length;z++)if((A=this._input.match(this.rules[I[z]]))&&(!B||A[0].length>B[0].length)){if(B=A,V=z,this.options.backtrack_lexer){if(!1!==(O=this.test_match(A,I[z])))return O;if(this._backtrack){B=!1;continue}return!1}if(!this.options.flex)break}return B?!1!==(O=this.test_match(B,I[V]))&&O:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){return this.next()||this.lex()},begin:function(B){this.conditionStack.push(B)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(B){return(B=this.conditionStack.length-1-Math.abs(B||0))>=0?this.conditionStack[B]:"INITIAL"},pushState:function(B){this.begin(B)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(B,A,V,I){switch(V){case 0:return 4;case 1:return 14;case 2:return 12;case 3:return 15;case 4:return 16;case 5:return 22;case 6:return 24;case 7:return 28;case 8:return 30;case 9:return 18;case 10:return A.yytext=A.yytext.substr(1,A.yyleng-2),32;case 11:return A.yytext=A.yytext.substr(1,A.yyleng-2),33;case 12:return 17;case 13:return 31}},rules:[/^(?:\$)/,/^(?:\.\.)/,/^(?:\.)/,/^(?:\*)/,/^(?:[a-zA-Z_]+[a-zA-Z0-9_]*)/,/^(?:\[)/,/^(?:\])/,/^(?:,)/,/^(?:((-?(?:0|[1-9][0-9]*)))?\:((-?(?:0|[1-9][0-9]*)))?(\:((-?(?:0|[1-9][0-9]*)))?)?)/,/^(?:(-?(?:0|[1-9][0-9]*)))/,/^(?:"(?:\\["bfnrt/\\]|\\u[a-fA-F0-9]{4}|[^"\\])*")/,/^(?:'(?:\\['bfnrt/\\]|\\u[a-fA-F0-9]{4}|[^'\\])*')/,/^(?:\(.+?\)(?=\]))/,/^(?:\?\(.+?\)(?=\]))/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13],inclusive:!0}}}}(),S.prototype=L,L.Parser=S,new S}();typeof M<"u"&&typeof T<"u"&&(T.parser=C,T.Parser=C.Parser,T.parse=function(){return C.parse.apply(C,arguments)},T.main=function(P){P[1]||(console.log("Usage: "+P[0]+" FILE"),b.exit(1));var m=M("fs").readFileSync(M("path").normalize(P[1]),"utf8");return T.parser.parse(m)},typeof F<"u"&&M.main===F&&T.main(b.argv.slice(1)))}).call(this,M("_process"))},{_process:14,fs:12,path:13}],2:[function(M,F,T){F.exports={identifier:"[a-zA-Z_]+[a-zA-Z0-9_]*",integer:"-?(?:0|[1-9][0-9]*)",qq_string:'"(?:\\\\["bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^"\\\\])*"',q_string:"'(?:\\\\['bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^'\\\\])*'"}},{}],3:[function(M,F,T){var b=M("./dict"),C=M("fs"),L={lex:{macros:{esc:"\\\\",int:b.integer},rules:[["\\$","return 'DOLLAR'"],["\\.\\.","return 'DOT_DOT'"],["\\.","return 'DOT'"],["\\*","return 'STAR'"],[b.identifier,"return 'IDENTIFIER'"],["\\[","return '['"],["\\]","return ']'"],[",","return ','"],["({int})?\\:({int})?(\\:({int})?)?","return 'ARRAY_SLICE'"],["{int}","return 'INTEGER'"],[b.qq_string,"yytext = yytext.substr(1,yyleng-2); return 'QQ_STRING';"],[b.q_string,"yytext = yytext.substr(1,yyleng-2); return 'Q_STRING';"],["\\(.+?\\)(?=\\])","return 'SCRIPT_EXPRESSION'"],["\\?\\(.+?\\)(?=\\])","return 'FILTER_EXPRESSION'"]]},start:"JSON_PATH",bnf:{JSON_PATH:[["DOLLAR",'yy.ast.set({ expression: { type: "root", value: $1 } }); yy.ast.unshift(); return yy.ast.yield()'],["DOLLAR PATH_COMPONENTS",'yy.ast.set({ expression: { type: "root", value: $1 } }); yy.ast.unshift(); return yy.ast.yield()'],["LEADING_CHILD_MEMBER_EXPRESSION","yy.ast.unshift(); return yy.ast.yield()"],["LEADING_CHILD_MEMBER_EXPRESSION PATH_COMPONENTS",'yy.ast.set({ operation: "member", scope: "child", expression: { type: "identifier", value: $1 }}); yy.ast.unshift(); return yy.ast.yield()']],PATH_COMPONENTS:[["PATH_COMPONENT",""],["PATH_COMPONENTS PATH_COMPONENT",""]],PATH_COMPONENT:[["MEMBER_COMPONENT",'yy.ast.set({ operation: "member" }); yy.ast.push()'],["SUBSCRIPT_COMPONENT",'yy.ast.set({ operation: "subscript" }); yy.ast.push() ']],MEMBER_COMPONENT:[["CHILD_MEMBER_COMPONENT",'yy.ast.set({ scope: "child" })'],["DESCENDANT_MEMBER_COMPONENT",'yy.ast.set({ scope: "descendant" })']],CHILD_MEMBER_COMPONENT:[["DOT MEMBER_EXPRESSION",""]],LEADING_CHILD_MEMBER_EXPRESSION:[["MEMBER_EXPRESSION",'yy.ast.set({ scope: "child", operation: "member" })']],DESCENDANT_MEMBER_COMPONENT:[["DOT_DOT MEMBER_EXPRESSION",""]],MEMBER_EXPRESSION:[["STAR",'yy.ast.set({ expression: { type: "wildcard", value: $1 } })'],["IDENTIFIER",'yy.ast.set({ expression: { type: "identifier", value: $1 } })'],["SCRIPT_EXPRESSION",'yy.ast.set({ expression: { type: "script_expression", value: $1 } })'],["INTEGER",'yy.ast.set({ expression: { type: "numeric_literal", value: parseInt($1) } })'],["END",""]],SUBSCRIPT_COMPONENT:[["CHILD_SUBSCRIPT_COMPONENT",'yy.ast.set({ scope: "child" })'],["DESCENDANT_SUBSCRIPT_COMPONENT",'yy.ast.set({ scope: "descendant" })']],CHILD_SUBSCRIPT_COMPONENT:[["[ SUBSCRIPT ]",""]],DESCENDANT_SUBSCRIPT_COMPONENT:[["DOT_DOT [ SUBSCRIPT ]",""]],SUBSCRIPT:[["SUBSCRIPT_EXPRESSION",""],["SUBSCRIPT_EXPRESSION_LIST",'$1.length > 1? yy.ast.set({ expression: { type: "union", value: $1 } }) : $$ = $1']],SUBSCRIPT_EXPRESSION_LIST:[["SUBSCRIPT_EXPRESSION_LISTABLE","$$ = [$1]"],["SUBSCRIPT_EXPRESSION_LIST , SUBSCRIPT_EXPRESSION_LISTABLE","$$ = $1.concat($3)"]],SUBSCRIPT_EXPRESSION_LISTABLE:[["INTEGER",'$$ = { expression: { type: "numeric_literal", value: parseInt($1) } }; yy.ast.set($$)'],["STRING_LITERAL",'$$ = { expression: { type: "string_literal", value: $1 } }; yy.ast.set($$)'],["ARRAY_SLICE",'$$ = { expression: { type: "slice", value: $1 } }; yy.ast.set($$)']],SUBSCRIPT_EXPRESSION:[["STAR",'$$ = { expression: { type: "wildcard", value: $1 } }; yy.ast.set($$)'],["SCRIPT_EXPRESSION",'$$ = { expression: { type: "script_expression", value: $1 } }; yy.ast.set($$)'],["FILTER_EXPRESSION",'$$ = { expression: { type: "filter_expression", value: $1 } }; yy.ast.set($$)']],STRING_LITERAL:[["QQ_STRING","$$ = $1"],["Q_STRING","$$ = $1"]]}};C.readFileSync&&(L.moduleInclude=C.readFileSync(M.resolve("../include/module.js")),L.actionInclude=C.readFileSync(M.resolve("../include/action.js"))),F.exports=L},{"./dict":2,fs:12}],4:[function(M,F,T){var b=M("./aesprim"),C=M("./slice"),L=M("static-eval"),P=M("underscore").uniq,m=Object.create(null);function S(U){return"string"==typeof U&&!0===m[U]}m.constructor=!0,m.__proto__=!0,m.prototype=!0;var O=function(){return this.initialize.apply(this,arguments)};function B(U,H,q){var le=M("./index"),se=W(b.parse(H).body[0].expression,{"@":U.value}),Ce=q.replace(/\{\{\s*value\s*\}\}/g,se),xe=le.nodes(U.value,Ce);return xe.forEach(function($e){$e.path=U.path.concat($e.path.slice(1))}),xe}function A(U){return Array.isArray(U)}function I(U){return function(H,q,le,ve){var se=H.value,Ce=H.path,xe=[],$e=function(He,Ze){A(He)?(He.forEach(function(et,Re){xe.length>=ve||le(Re,et,q)&&xe.push({path:Ze.concat(Re),value:et})}),He.forEach(function(et,Re){xe.length>=ve||U&&$e(et,Ze.concat(Re))})):function V(U){return U&&!(U instanceof Array)&&U instanceof Object}(He)&&(this.keys(He).forEach(function(et){xe.length>=ve||le(et,He[et],q)&&xe.push({path:Ze.concat(et),value:He[et]})}),this.keys(He).forEach(function(et){xe.length>=ve||U&&$e(He[et],Ze.concat(et))}))}.bind(this);return $e(se,Ce),xe}}function z(U){return function(H,q,le){return this.descend(q,H.expression.value,U,le)}}function j(U){return function(H,q,le){return this.traverse(q,H.expression.value,U,le)}}function W(U,H){if(!function E(U){return!(!U||"object"!=typeof U)&&function H(q){if(!q||"object"!=typeof q||!q.type)return!1;switch(q.type){case"Literal":return!0;case"Identifier":return"@"===q.name;case"MemberExpression":return!(!H(q.object)||(q.computed||"Identifier"!==q.property.type?!q.computed||!H(q.property)||"Literal"===q.property.type&&S(String(q.property.value)):S(q.property.name)));case"UnaryExpression":return H(q.argument);case"BinaryExpression":case"LogicalExpression":return H(q.left)&&H(q.right);case"ConditionalExpression":return H(q.test)&&H(q.consequent)&&H(q.alternate);case"ArrayExpression":for(var le=0;le<q.elements.length;le++)if(!H(q.elements[le]))return!1;return!0;case"ObjectExpression":for(var ve=0;ve<q.properties.length;ve++){var se=q.properties[ve];if(se.key&&("Identifier"===se.key.type&&S(se.key.name)||"Literal"===se.key.type&&S(String(se.key.value)))||!H(se.value))return!1}return!0;default:return!1}}(U)}(U))throw new Error("Unsafe expression: script and filter expressions may only access the current node (@) with safe property names");try{return L(U,H)}catch{}}function x(U){return U=U.filter(function(H){return H}),P(U,function(H){return H.path.map(function(q){return String(q).replace("-","--")}).join("-")})}function G(U){var H=String(U);return H.match(/^-?[0-9]+$/)?parseInt(H):null}O.prototype.initialize=function(){this.traverse=I(!0),this.descend=I()},O.prototype.keys=Object.keys,O.prototype.resolve=function(U){var H=[U.operation,U.scope,U.expression.type].join("-"),q=this._fns[H];if(!q)throw new Error("couldn't resolve key: "+H);return q.bind(this)},O.prototype.register=function(U,H){if(!H instanceof Function)throw new Error("handler must be a function");this._fns[U]=H},(O.prototype._fns={"member-child-identifier":function(U,H){var q=U.expression.value,le=H.value;if(le instanceof Object&&q in le)return[{value:le[q],path:H.path.concat(q)}]},"member-descendant-identifier":j(function(U,H,q){return U==q}),"subscript-child-numeric_literal":z(function(U,H,q){return U===q}),"member-child-numeric_literal":z(function(U,H,q){return String(U)===String(q)}),"subscript-descendant-numeric_literal":j(function(U,H,q){return U===q}),"member-child-wildcard":z(function(){return!0}),"member-descendant-wildcard":j(function(){return!0}),"subscript-descendant-wildcard":j(function(){return!0}),"subscript-child-wildcard":z(function(){return!0}),"subscript-child-slice":function(U,H){if(A(H.value)){var q=U.expression.value.split(":").map(G),le=H.value.map(function(ve,se){return{value:ve,path:H.path.concat(se)}});return C.apply(null,[le].concat(q))}},"subscript-child-union":function(U,H){var q=[];return U.expression.value.forEach(function(le){var ve={operation:"subscript",scope:"child",expression:le.expression},Ce=this.resolve(ve)(ve,H);Ce&&(q=q.concat(Ce))},this),x(q)},"subscript-descendant-union":function(U,H,q){var le=M(".."),ve=this,se=[];return le.nodes(H,"$..*").slice(1).forEach(function(xe){se.length>=q||U.expression.value.forEach(function($e){var He={operation:"subscript",scope:"child",expression:$e.expression},et=ve.resolve(He)(He,xe);se=se.concat(et)})}),x(se)},"subscript-child-filter_expression":function(U,H,q){var le=U.expression.value.slice(2,-1),ve=b.parse(le).body[0].expression;return this.descend(H,null,function(Ce,xe){return W(ve,{"@":xe})},q)},"subscript-descendant-filter_expression":function(U,H,q){var le=U.expression.value.slice(2,-1),ve=b.parse(le).body[0].expression;return this.traverse(H,null,function(Ce,xe){return W(ve,{"@":xe})},q)},"subscript-child-script_expression":function(U,H){return B(H,U.expression.value.slice(1,-1),"$[{{value}}]")},"member-child-script_expression":function(U,H){return B(H,U.expression.value.slice(1,-1),"$.{{value}}")},"member-descendant-script_expression":function(U,H){return B(H,U.expression.value.slice(1,-1),"$..value")}})["subscript-child-string_literal"]=O.prototype._fns["member-child-identifier"],O.prototype._fns["member-descendant-numeric_literal"]=O.prototype._fns["subscript-descendant-string_literal"]=O.prototype._fns["member-descendant-identifier"],F.exports=O},{"..":"jsonpath","./aesprim":"./aesprim","./index":5,"./slice":7,"static-eval":15,underscore:12}],5:[function(M,F,T){var b=M("assert"),C=M("./dict"),L=M("./parser"),P=M("./handlers"),m=function(){this.initialize.apply(this,arguments)};function S(B){return"[object String]"==Object.prototype.toString.call(B)}m.prototype.initialize=function(){this.parser=new L,this.handlers=new P},m.prototype.parse=function(B){return b.ok(S(B),"we need a path"),this.parser.parse(B)},m.prototype.parent=function(B,A){b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path");var V=this.nodes(B,A)[0];return V&&this._assert_safe_path_keys(V.path),V.path.pop(),this.value(B,V.path)},m.prototype.apply=function(B,A,V){b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),b.equal(typeof V,"function","fn needs to be function");var I=this.nodes(B,A).sort(function(z,j){return j.path.length-z.path.length});return I.forEach(function(z){this._assert_safe_path_keys(z.path);var j=z.path.pop(),W=this.value(B,this.stringify(z.path)),x=z.value=V.call(B,W[j]);W[j]=x},this),I},m.prototype.value=function(B,A,V){if(b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),arguments.length>=3){var I=this.nodes(B,A).shift();if(!I)return this._vivify(B,A,V);this._assert_safe_path_keys(I.path);var z=I.path.slice(-1).shift();this.parent(B,this.stringify(I.path))[z]=V}return this.query(B,this.stringify(A),1).shift()},m.prototype._vivify=function(B,A,V){var I=this;b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path");var z=this.parser.parse(A).map(function(W){return W.expression.value});this._assert_safe_path_keys(z);var j=function(W,x){var G=W.pop(),U=I.value(B,W);U||(j(W.concat(),"string"==typeof G?{}:[]),U=I.value(B,W)),I._assert_safe_key(G),U[G]=x};return j(z,V),this.query(B,A)[0]},m.prototype.query=function(B,A,V){return b.ok(B instanceof Object,"obj needs to be an object"),b.ok(S(A),"we need a path"),this.nodes(B,A,V).map(function(z){return z.value})},m.prototype.paths=function(B,A,V){return b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),this.nodes(B,A,V).map(function(z){return z.path})},m.prototype.nodes=function(B,A,V){if(b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),0===V)return[];var I=this.parser.parse(A);this._assert_safe_components(I);var z=this.handlers,j=[{path:["$"],value:B}],W=[];return I.length&&"root"==I[0].expression.type&&I.shift(),I.length?(I.forEach(function(x,G){if(!(W.length>=V)){var U=z.resolve(x),H=[];j.forEach(function(q){if(!(W.length>=V)){var le=U(x,q,V);G==I.length-1?W=W.concat(le||[]):H=H.concat(le||[])}}),j=H}}),V?W.slice(0,V):W):j},m.prototype.stringify=function(B){b.ok(B,"we need a path");var A="$",V={"descendant-member":"..{{value}}","child-member":".{{value}}","descendant-subscript":"..[{{value}}]","child-subscript":"[{{value}}]"};return(B=this._normalize(B)).forEach(function(I){if("root"!=I.expression.type){var W,z=[I.scope,I.operation].join("-"),j=V[z];if(W="string_literal"==I.expression.type?JSON.stringify(I.expression.value):I.expression.value,!j)throw new Error("couldn't find template "+z);A+=j.replace(/{{value}}/,W)}}),A},m.prototype._normalize=function(B){if(b.ok(B,"we need a path"),"string"==typeof B)return this.parser.parse(B);if(Array.isArray(B)&&"string"==typeof B[0]){var A=[{expression:{type:"root",value:"$"}}];return B.forEach(function(V,I){if("$"!=V||0!==I)if("string"==typeof V&&V.match("^"+C.identifier+"$"))this._assert_safe_key(V),A.push({operation:"member",scope:"child",expression:{value:V,type:"identifier"}});else{var z="number"==typeof V?"numeric_literal":"string_literal";"string_literal"===z&&this._assert_safe_key(V),A.push({operation:"subscript",scope:"child",expression:{value:V,type:z}})}},this),A}if(Array.isArray(B)&&"object"==typeof B[0])return B;throw new Error("couldn't understand path "+B)},m.prototype._assert_safe_key=function(B){if(function E(B){return"__proto__"===B||"prototype"===B||"constructor"===B}(B))throw new Error("Unsafe key in JSONPath: "+B)},m.prototype._assert_safe_path_keys=function(B){Array.isArray(B)&&B.forEach(function(A){"$"!==A&&"string"==typeof A&&this._assert_safe_key(A)},this)},m.prototype._assert_safe_components=function(B){var A=this;if(Array.isArray(B)){var V=function(I){if(I){if("identifier"===I.type||"string_literal"===I.type)return void A._assert_safe_key(I.value);"union"===I.type&&Array.isArray(I.value)&&I.value.forEach(function(z){z&&z.expression&&V(z.expression)})}};B.forEach(function(I){I&&I.expression&&V(I.expression)})}},m.Handlers=P,m.Parser=L;var O=new m;O.JSONPath=m,F.exports=O},{"./dict":2,"./handlers":4,"./parser":6,assert:8}],6:[function(M,F,T){var b=M("./grammar"),C=M("../generated/parser"),L=function(){var P=new C.Parser,m=P.parseError;return P.yy.parseError=function(){P.yy.ast&&P.yy.ast.initialize(),m.apply(P,arguments)},P};L.grammar=b,F.exports=L},{"../generated/parser":1,"./grammar":3}],7:[function(M,F,T){function b(C){return String(C).match(/^[0-9]+$/)?parseInt(C):Number.isFinite(C)?parseInt(C,10):0}F.exports=function(C,L,P,m){if("string"==typeof L)throw new Error("start cannot be a string");if("string"==typeof P)throw new Error("end cannot be a string");if("string"==typeof m)throw new Error("step cannot be a string");var S=C.length;if(0===m)throw new Error("step cannot be zero");if(m=m?b(m):1,P=P<0?S+P:P,L=b(0===(L=L<0?S+L:L)?0:L||(m>0?0:S-1)),P=b(0===P?0:P||(m>0?S:-1)),L=m>0?Math.max(0,L):Math.min(S,L),P=m>0?Math.min(P,S):Math.max(-1,P),m>0&&P<=L)return[];if(m<0&&L<=P)return[];for(var E=[],O=L;O!=P&&!(m<0&&O<=P||m>0&&O>=P);O+=m)E.push(C[O]);return E}},{}],8:[function(M,F,T){var b=M("util/"),C=Array.prototype.slice,L=Object.prototype.hasOwnProperty,P=F.exports=B;function m(x,G){return b.isUndefined(G)?""+G:b.isNumber(G)&&!isFinite(G)||b.isFunction(G)||b.isRegExp(G)?G.toString():G}function S(x,G){return b.isString(x)?x.length<G?x:x.slice(0,G):x}function O(x,G,U,H,q){throw new P.AssertionError({message:U,actual:x,expected:G,operator:H,stackStartFunction:q})}function B(x,G){x||O(x,!0,G,"==",P.ok)}function A(x,G){if(x===G)return!0;if(b.isBuffer(x)&&b.isBuffer(G)){if(x.length!=G.length)return!1;for(var U=0;U<x.length;U++)if(x[U]!==G[U])return!1;return!0}return b.isDate(x)&&b.isDate(G)?x.getTime()===G.getTime():b.isRegExp(x)&&b.isRegExp(G)?x.source===G.source&&x.global===G.global&&x.multiline===G.multiline&&x.lastIndex===G.lastIndex&&x.ignoreCase===G.ignoreCase:b.isObject(x)||b.isObject(G)?function I(x,G){if(b.isNullOrUndefined(x)||b.isNullOrUndefined(G)||x.prototype!==G.prototype)return!1;if(b.isPrimitive(x)||b.isPrimitive(G))return x===G;var U=V(x),H=V(G);if(U&&!H||!U&&H)return!1;if(U)return A(x=C.call(x),G=C.call(G));var ve,se,q=W(x),le=W(G);if(q.length!=le.length)return!1;for(q.sort(),le.sort(),se=q.length-1;se>=0;se--)if(q[se]!=le[se])return!1;for(se=q.length-1;se>=0;se--)if(!A(x[ve=q[se]],G[ve]))return!1;return!0}(x,G):x==G}function V(x){return"[object Arguments]"==Object.prototype.toString.call(x)}function z(x,G){return!(!x||!G)&&("[object RegExp]"==Object.prototype.toString.call(G)?G.test(x):x instanceof G||!0===G.call({},x))}function j(x,G,U,H){var q;b.isString(U)&&(H=U,U=null);try{G()}catch(le){q=le}if(H=(U&&U.name?" ("+U.name+").":".")+(H?" "+H:"."),x&&!q&&O(q,U,"Missing expected exception"+H),!x&&z(q,U)&&O(q,U,"Got unwanted exception"+H),x&&q&&U&&!z(q,U)||!x&&q)throw q}P.AssertionError=function(G){this.name="AssertionError",this.actual=G.actual,this.expected=G.expected,this.operator=G.operator,G.message?(this.message=G.message,this.generatedMessage=!1):(this.message=function E(x){return S(JSON.stringify(x.actual,m),128)+" "+x.operator+" "+S(JSON.stringify(x.expected,m),128)}(this),this.generatedMessage=!0);var U=G.stackStartFunction||O;if(Error.captureStackTrace)Error.captureStackTrace(this,U);else{var H=new Error;if(H.stack){var q=H.stack,ve=q.indexOf("\n"+U.name);if(ve>=0){var se=q.indexOf("\n",ve+1);q=q.substring(se+1)}this.stack=q}}},b.inherits(P.AssertionError,Error),P.fail=O,P.ok=B,P.equal=function(G,U,H){G!=U&&O(G,U,H,"==",P.equal)},P.notEqual=function(G,U,H){G==U&&O(G,U,H,"!=",P.notEqual)},P.deepEqual=function(G,U,H){A(G,U)||O(G,U,H,"deepEqual",P.deepEqual)},P.notDeepEqual=function(G,U,H){A(G,U)&&O(G,U,H,"notDeepEqual",P.notDeepEqual)},P.strictEqual=function(G,U,H){G!==U&&O(G,U,H,"===",P.strictEqual)},P.notStrictEqual=function(G,U,H){G===U&&O(G,U,H,"!==",P.notStrictEqual)},P.throws=function(x,G,U){j.apply(this,[!0].concat(C.call(arguments)))},P.doesNotThrow=function(x,G){j.apply(this,[!1].concat(C.call(arguments)))},P.ifError=function(x){if(x)throw x};var W=Object.keys||function(x){var G=[];for(var U in x)L.call(x,U)&&G.push(U);return G}},{"util/":11}],9:[function(M,F,T){F.exports="function"==typeof Object.create?function(C,L){C.super_=L,C.prototype=Object.create(L.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}})}:function(C,L){C.super_=L;var P=function(){};P.prototype=L.prototype,C.prototype=new P,C.prototype.constructor=C}},{}],10:[function(M,F,T){F.exports=function(C){return C&&"object"==typeof C&&"function"==typeof C.copy&&"function"==typeof C.fill&&"function"==typeof C.readUInt8}},{}],11:[function(M,F,T){(function(b,C){var L=/%[sdj%]/g;T.format=function(ue){if(!le(ue)){for(var Q=[],be=0;be<arguments.length;be++)Q.push(S(arguments[be]));return Q.join(" ")}be=1;for(var Ee=arguments,We=Ee.length,Fe=String(ue).replace(L,function(lt){if("%%"===lt)return"%";if(be>=We)return lt;switch(lt){case"%s":return String(Ee[be++]);case"%d":return Number(Ee[be++]);case"%j":try{return JSON.stringify(Ee[be++])}catch{return"[Circular]"}default:return lt}}),pe=Ee[be];be<We;pe=Ee[++be])U(pe)||!xe(pe)?Fe+=" "+pe:Fe+=" "+S(pe);return Fe},T.deprecate=function(ue,Q){if(se(C.process))return function(){return T.deprecate(ue,Q).apply(this,arguments)};if(!0===b.noDeprecation)return ue;var be=!1;return function Ee(){if(!be){if(b.throwDeprecation)throw new Error(Q);b.traceDeprecation?console.trace(Q):console.error(Q),be=!0}return ue.apply(this,arguments)}};var m,P={};function S(ue,Q){var be={seen:[],stylize:O};return arguments.length>=3&&(be.depth=arguments[2]),arguments.length>=4&&(be.colors=arguments[3]),G(Q)?be.showHidden=Q:Q&&T._extend(be,Q),se(be.showHidden)&&(be.showHidden=!1),se(be.depth)&&(be.depth=2),se(be.colors)&&(be.colors=!1),se(be.customInspect)&&(be.customInspect=!0),be.colors&&(be.stylize=E),A(be,ue,be.depth)}function E(ue,Q){var be=S.styles[Q];return be?"\x1b["+S.colors[be][0]+"m"+ue+"\x1b["+S.colors[be][1]+"m":ue}function O(ue,Q){return ue}function A(ue,Q,be){if(ue.customInspect&&Q&&Ze(Q.inspect)&&Q.inspect!==T.inspect&&(!Q.constructor||Q.constructor.prototype!==Q)){var Ee=Q.inspect(be,ue);return le(Ee)||(Ee=A(ue,Ee,be)),Ee}var We=function V(ue,Q){if(se(Q))return ue.stylize("undefined","undefined");if(le(Q)){var be="'"+JSON.stringify(Q).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return ue.stylize(be,"string")}return q(Q)?ue.stylize(""+Q,"number"):G(Q)?ue.stylize(""+Q,"boolean"):U(Q)?ue.stylize("null","null"):void 0}(ue,Q);if(We)return We;var Fe=Object.keys(Q),pe=function B(ue){var Q={};return ue.forEach(function(be,Ee){Q[be]=!0}),Q}(Fe);if(ue.showHidden&&(Fe=Object.getOwnPropertyNames(Q)),He(Q)&&(Fe.indexOf("message")>=0||Fe.indexOf("description")>=0))return I(Q);if(0===Fe.length){if(Ze(Q))return ue.stylize("[Function"+(Q.name?": "+Q.name:"")+"]","special");if(Ce(Q))return ue.stylize(RegExp.prototype.toString.call(Q),"regexp");if($e(Q))return ue.stylize(Date.prototype.toString.call(Q),"date");if(He(Q))return I(Q)}var Et,vt="",At=!1,_n=["{","}"];return x(Q)&&(At=!0,_n=["[","]"]),Ze(Q)&&(vt=" [Function"+(Q.name?": "+Q.name:"")+"]"),Ce(Q)&&(vt=" "+RegExp.prototype.toString.call(Q)),$e(Q)&&(vt=" "+Date.prototype.toUTCString.call(Q)),He(Q)&&(vt=" "+I(Q)),0!==Fe.length||At&&0!=Q.length?be<0?Ce(Q)?ue.stylize(RegExp.prototype.toString.call(Q),"regexp"):ue.stylize("[Object]","special"):(ue.seen.push(Q),Et=At?function z(ue,Q,be,Ee,We){for(var Fe=[],pe=0,lt=Q.length;pe<lt;++pe)Be(Q,String(pe))?Fe.push(j(ue,Q,be,Ee,String(pe),!0)):Fe.push("");return We.forEach(function(vt){vt.match(/^\d+$/)||Fe.push(j(ue,Q,be,Ee,vt,!0))}),Fe}(ue,Q,be,pe,Fe):Fe.map(function(Ln){return j(ue,Q,be,pe,Ln,At)}),ue.seen.pop(),function W(ue,Q,be){return ue.reduce(function(Fe,pe){return pe.indexOf("\n"),Fe+pe.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?be[0]+(""===Q?"":Q+"\n ")+" "+ue.join(",\n ")+" "+be[1]:be[0]+Q+" "+ue.join(", ")+" "+be[1]}(Et,vt,_n)):_n[0]+vt+_n[1]}function I(ue){return"["+Error.prototype.toString.call(ue)+"]"}function j(ue,Q,be,Ee,We,Fe){var pe,lt,vt;if((vt=Object.getOwnPropertyDescriptor(Q,We)||{value:Q[We]}).get?lt=ue.stylize(vt.set?"[Getter/Setter]":"[Getter]","special"):vt.set&&(lt=ue.stylize("[Setter]","special")),Be(Ee,We)||(pe="["+We+"]"),lt||(ue.seen.indexOf(vt.value)<0?(lt=U(be)?A(ue,vt.value,null):A(ue,vt.value,be-1)).indexOf("\n")>-1&&(lt=Fe?lt.split("\n").map(function(At){return" "+At}).join("\n").substr(2):"\n"+lt.split("\n").map(function(At){return" "+At}).join("\n")):lt=ue.stylize("[Circular]","special")),se(pe)){if(Fe&&We.match(/^\d+$/))return lt;(pe=JSON.stringify(""+We)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(pe=pe.substr(1,pe.length-2),pe=ue.stylize(pe,"name")):(pe=pe.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),pe=ue.stylize(pe,"string"))}return pe+": "+lt}function x(ue){return Array.isArray(ue)}function G(ue){return"boolean"==typeof ue}function U(ue){return null===ue}function q(ue){return"number"==typeof ue}function le(ue){return"string"==typeof ue}function se(ue){return void 0===ue}function Ce(ue){return xe(ue)&&"[object RegExp]"===Re(ue)}function xe(ue){return"object"==typeof ue&&null!==ue}function $e(ue){return xe(ue)&&"[object Date]"===Re(ue)}function He(ue){return xe(ue)&&("[object Error]"===Re(ue)||ue instanceof Error)}function Ze(ue){return"function"==typeof ue}function Re(ue){return Object.prototype.toString.call(ue)}function Je(ue){return ue<10?"0"+ue.toString(10):ue.toString(10)}T.debuglog=function(ue){if(se(m)&&(m=b.env.NODE_DEBUG||""),ue=ue.toUpperCase(),!P[ue])if(new RegExp("\\b"+ue+"\\b","i").test(m)){var Q=b.pid;P[ue]=function(){var be=T.format.apply(T,arguments);console.error("%s %d: %s",ue,Q,be)}}else P[ue]=function(){};return P[ue]},T.inspect=S,S.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},S.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},T.isArray=x,T.isBoolean=G,T.isNull=U,T.isNullOrUndefined=function H(ue){return null==ue},T.isNumber=q,T.isString=le,T.isSymbol=function ve(ue){return"symbol"==typeof ue},T.isUndefined=se,T.isRegExp=Ce,T.isObject=xe,T.isDate=$e,T.isError=He,T.isFunction=Ze,T.isPrimitive=function et(ue){return null===ue||"boolean"==typeof ue||"number"==typeof ue||"string"==typeof ue||"symbol"==typeof ue||typeof ue>"u"},T.isBuffer=M("./support/isBuffer");var je=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Be(ue,Q){return Object.prototype.hasOwnProperty.call(ue,Q)}T.log=function(){console.log("%s - %s",function Ie(){var ue=new Date,Q=[Je(ue.getHours()),Je(ue.getMinutes()),Je(ue.getSeconds())].join(":");return[ue.getDate(),je[ue.getMonth()],Q].join(" ")}(),T.format.apply(T,arguments))},T.inherits=M("inherits"),T._extend=function(ue,Q){if(!Q||!xe(Q))return ue;for(var be=Object.keys(Q),Ee=be.length;Ee--;)ue[be[Ee]]=Q[be[Ee]];return ue}}).call(this,M("_process"),typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{"./support/isBuffer":10,_process:14,inherits:9}],12:[function(M,F,T){},{}],13:[function(M,F,T){(function(b){function C(S,E){for(var O=0,B=S.length-1;B>=0;B--){var A=S[B];"."===A?S.splice(B,1):".."===A?(S.splice(B,1),O++):O&&(S.splice(B,1),O--)}if(E)for(;O--;O)S.unshift("..");return S}function P(S,E){if(S.filter)return S.filter(E);for(var O=[],B=0;B<S.length;B++)E(S[B],B,S)&&O.push(S[B]);return O}T.resolve=function(){for(var S="",E=!1,O=arguments.length-1;O>=-1&&!E;O--){var B=O>=0?arguments[O]:b.cwd();if("string"!=typeof B)throw new TypeError("Arguments to path.resolve must be strings");B&&(S=B+"/"+S,E="/"===B.charAt(0))}return(E?"/":"")+(S=C(P(S.split("/"),function(A){return!!A}),!E).join("/"))||"."},T.normalize=function(S){var E=T.isAbsolute(S),O="/"===m(S,-1);return!(S=C(P(S.split("/"),function(B){return!!B}),!E).join("/"))&&!E&&(S="."),S&&O&&(S+="/"),(E?"/":"")+S},T.isAbsolute=function(S){return"/"===S.charAt(0)},T.join=function(){var S=Array.prototype.slice.call(arguments,0);return T.normalize(P(S,function(E,O){if("string"!=typeof E)throw new TypeError("Arguments to path.join must be strings");return E}).join("/"))},T.relative=function(S,E){function O(W){for(var x=0;x<W.length&&""===W[x];x++);for(var G=W.length-1;G>=0&&""===W[G];G--);return x>G?[]:W.slice(x,G-x+1)}S=T.resolve(S).substr(1),E=T.resolve(E).substr(1);for(var B=O(S.split("/")),A=O(E.split("/")),V=Math.min(B.length,A.length),I=V,z=0;z<V;z++)if(B[z]!==A[z]){I=z;break}var j=[];for(z=I;z<B.length;z++)j.push("..");return(j=j.concat(A.slice(I))).join("/")},T.sep="/",T.delimiter=":",T.dirname=function(S){if("string"!=typeof S&&(S+=""),0===S.length)return".";for(var E=S.charCodeAt(0),O=47===E,B=-1,A=!0,V=S.length-1;V>=1;--V)if(47===(E=S.charCodeAt(V))){if(!A){B=V;break}}else A=!1;return-1===B?O?"/":".":O&&1===B?"/":S.slice(0,B)},T.basename=function(S,E){var O=function L(S){"string"!=typeof S&&(S+="");var A,E=0,O=-1,B=!0;for(A=S.length-1;A>=0;--A)if(47===S.charCodeAt(A)){if(!B){E=A+1;break}}else-1===O&&(B=!1,O=A+1);return-1===O?"":S.slice(E,O)}(S);return E&&O.substr(-1*E.length)===E&&(O=O.substr(0,O.length-E.length)),O},T.extname=function(S){"string"!=typeof S&&(S+="");for(var E=-1,O=0,B=-1,A=!0,V=0,I=S.length-1;I>=0;--I){var z=S.charCodeAt(I);if(47!==z)-1===B&&(A=!1,B=I+1),46===z?-1===E?E=I:1!==V&&(V=1):-1!==E&&(V=-1);else if(!A){O=I+1;break}}return-1===E||-1===B||0===V||1===V&&E===B-1&&E===O+1?"":S.slice(E,B)};var m=function(S,E,O){return S.substr(E,O)}}).call(this,M("_process"))},{_process:14}],14:[function(M,F,T){var C,L,b=F.exports={};function P(){throw new Error("setTimeout has not been defined")}function m(){throw new Error("clearTimeout has not been defined")}function S(x){if(C===setTimeout)return setTimeout(x,0);if((C===P||!C)&&setTimeout)return C=setTimeout,setTimeout(x,0);try{return C(x,0)}catch{try{return C.call(null,x,0)}catch{return C.call(this,x,0)}}}!function(){try{C="function"==typeof setTimeout?setTimeout:P}catch{C=P}try{L="function"==typeof clearTimeout?clearTimeout:m}catch{L=m}}();var A,O=[],B=!1,V=-1;function I(){!B||!A||(B=!1,A.length?O=A.concat(O):V=-1,O.length&&z())}function z(){if(!B){var x=S(I);B=!0;for(var G=O.length;G;){for(A=O,O=[];++V<G;)A&&A[V].run();V=-1,G=O.length}A=null,B=!1,function E(x){if(L===clearTimeout)return clearTimeout(x);if((L===m||!L)&&clearTimeout)return L=clearTimeout,clearTimeout(x);try{return L(x)}catch{try{return L.call(null,x)}catch{return L.call(this,x)}}}(x)}}function j(x,G){this.fun=x,this.array=G}function W(){}b.nextTick=function(x){var G=new Array(arguments.length-1);if(arguments.length>1)for(var U=1;U<arguments.length;U++)G[U-1]=arguments[U];O.push(new j(x,G)),1===O.length&&!B&&S(z)},j.prototype.run=function(){this.fun.apply(null,this.array)},b.title="browser",b.browser=!0,b.env={},b.argv=[],b.version="",b.versions={},b.on=W,b.addListener=W,b.once=W,b.off=W,b.removeListener=W,b.removeAllListeners=W,b.emit=W,b.prependListener=W,b.prependOnceListener=W,b.listeners=function(x){return[]},b.binding=function(x){throw new Error("process.binding is not supported")},b.cwd=function(){return"/"},b.chdir=function(x){throw new Error("process.chdir is not supported")},b.umask=function(){return 0}},{}],15:[function(M,F,T){var b=M("escodegen").generate;function C(L){return"constructor"===L||"__proto__"===L}F.exports=function(L,P,m){m||(m={});var S=!m.allowAccessToMethodsOnFunctions;P||(P={});var E={},O=function B(A,V){if("Literal"===A.type)return A.value;if("UnaryExpression"===A.type){var I=B(A.argument,V);return"+"===A.operator?+I:"-"===A.operator?-I:"~"===A.operator?~I:"!"===A.operator?!I:E}if("ArrayExpression"===A.type){for(var z=[],j=0,W=A.elements.length;j<W;j++){if((x=B(A.elements[j],V))===E)return E;z.push(x)}return z}if("ObjectExpression"===A.type){var G={};for(j=0;j<A.properties.length;j++){var H=null===(U=A.properties[j]).value?U.value:B(U.value,V);if(H===E)return E;G[U.key.value||U.key.name]=H}return G}if("BinaryExpression"===A.type||"LogicalExpression"===A.type){var le,q=A.operator;return"&&"===q?(W=B(A.left))===E?E:W?(le=B(A.right))===E?E:le:W:"||"===q?(W=B(A.left))===E?E:W||((le=B(A.right))===E?E:le):(W=B(A.left,V))===E||(le=B(A.right,V))===E?E:"=="===q?W==le:"==="===q?W===le:"!="===q?W!=le:"!=="===q?W!==le:"+"===q?W+le:"-"===q?W-le:"*"===q?W*le:"/"===q?W/le:"%"===q?W%le:"<"===q?W<le:"<="===q?W<=le:">"===q?W>le:">="===q?W>=le:"|"===q?W|le:"&"===q?W&le:"^"===q?W^le:E}if("Identifier"===A.type)return{}.hasOwnProperty.call(P,A.name)?P[A.name]:E;if("ThisExpression"===A.type)return{}.hasOwnProperty.call(P,"this")?P.this:E;if("CallExpression"===A.type){var ve=B(A.callee,V);if(ve===E||"function"!=typeof ve)return E;var se=A.callee.object?B(A.callee.object,V):E;se===E&&(se=null);var Ce=[];for(j=0,W=A.arguments.length;j<W;j++){var x;if((x=B(A.arguments[j],V))===E)return E;Ce.push(x)}return V?void 0:ve.apply(se,Ce)}var U;if("MemberExpression"===A.type)return(G=B(A.object,V))===E||"function"==typeof G&&S?E:"Identifier"!==A.property.type||A.computed?null===(U=B(A.property,V))||U===E||C(U)?E:G[U]:C(A.property.name)?E:G[A.property.name];if("ConditionalExpression"===A.type)return(I=B(A.test,V))===E?E:I?B(A.consequent):B(A.alternate,V);if("ExpressionStatement"===A.type)return(I=B(A.expression,V))===E?E:I;if("ReturnStatement"===A.type)return B(A.argument,V);if("FunctionExpression"===A.type){var xe=A.body.body,$e={};for(Object.keys(P).forEach(function(ue){$e[ue]=P[ue]}),j=0;j<A.params.length;j++){var He=A.params[j];if("Identifier"!=He.type)return E;P[He.name]=null}for(var j in xe)if(B(xe[j],!0)===E)return E;P=$e;var Ze=Object.keys(P),et=Ze.map(function(ue){return P[ue]});return Function(Ze.join(", "),"return "+b(A)).apply(null,et)}if("TemplateLiteral"===A.type){var Re="";for(j=0;j<A.expressions.length;j++)Re+=B(A.quasis[j],V),Re+=B(A.expressions[j],V);return Re+B(A.quasis[j],V)}if("TaggedTemplateExpression"===A.type){var Je=B(A.tag,V),je=A.quasi,Ie=je.quasis.map(B),Be=je.expressions.map(B);return Je.apply(null,[Ie].concat(Be))}return"TemplateElement"===A.type?A.value.cooked:E}(L);return O===E?void 0:O}},{escodegen:12}],jsonpath:[function(M,F,T){F.exports=M("./lib/index")},{"./lib/index":5}]},{},["jsonpath"])("jsonpath")},5667(K,re,_){K=_.nmd(K);var M="__lodash_hash_undefined__",b=9007199254740991,C="[object Arguments]",L="[object Array]",m="[object Boolean]",S="[object Date]",E="[object Error]",O="[object Function]",A="[object Map]",V="[object Number]",z="[object Object]",j="[object Promise]",x="[object RegExp]",G="[object Set]",U="[object String]",le="[object WeakMap]",ve="[object ArrayBuffer]",se="[object DataView]",Be=/^\[object .+?Constructor\]$/,ue=/^(?:0|[1-9]\d*)$/,Q={};Q["[object Float32Array]"]=Q["[object Float64Array]"]=Q["[object Int8Array]"]=Q["[object Int16Array]"]=Q["[object Int32Array]"]=Q["[object Uint8Array]"]=Q["[object Uint8ClampedArray]"]=Q["[object Uint16Array]"]=Q["[object Uint32Array]"]=!0,Q[C]=Q[L]=Q[ve]=Q[m]=Q[se]=Q[S]=Q[E]=Q[O]=Q[A]=Q[V]=Q[z]=Q[x]=Q[G]=Q[U]=Q[le]=!1;var be="object"==typeof global&&global&&global.Object===Object&&global,Ee="object"==typeof self&&self&&self.Object===Object&&self,We=be||Ee||Function("return this")(),Fe=re&&!re.nodeType&&re,pe=Fe&&K&&!K.nodeType&&K,lt=pe&&pe.exports===Fe,vt=lt&&be.process,At=function(){try{return vt&&vt.binding&&vt.binding("util")}catch{}}(),_n=At&&At.isTypedArray;function Ln(ie,we){for(var Te=-1,Nt=null==ie?0:ie.length;++Te<Nt;)if(we(ie[Te],Te,ie))return!0;return!1}function $(ie,we){return ie.has(we)}function ft(ie){var we=-1,Te=Array(ie.size);return ie.forEach(function(Nt,Hn){Te[++we]=[Hn,Nt]}),Te}function J(ie){var we=-1,Te=Array(ie.size);return ie.forEach(function(Nt){Te[++we]=Nt}),Te}var ie,Se=Array.prototype,p=Object.prototype,g=We["__core-js_shared__"],v=Function.prototype.toString,N=p.hasOwnProperty,ne=(ie=/[^.]+$/.exec(g&&g.keys&&g.keys.IE_PROTO||""))?"Symbol(src)_1."+ie:"",te=p.toString,he=RegExp("^"+v.call(N).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),de=lt?We.Buffer:void 0,Ge=We.Symbol,St=We.Uint8Array,D=p.propertyIsEnumerable,ct=Se.splice,ze=Ge?Ge.toStringTag:void 0,an=Object.getOwnPropertySymbols,Y=de?de.isBuffer:void 0,ee=function qe(ie,we){return function(Te){return ie(we(Te))}}(Object.keys,Object),Le=Ae(We,"DataView"),Ve=Ae(We,"Map"),Ne=Ae(We,"Promise"),Oe=Ae(We,"Set"),ut=Ae(We,"WeakMap"),bt=Ae(Object,"create"),Ft=ce(Le),Ht=ce(Ve),hn=ce(Ne),Ke=ce(Oe),ln=ce(ut),Bt=Ge?Ge.prototype:void 0,mn=Bt?Bt.valueOf:void 0;function On(ie){var we=-1,Te=null==ie?0:ie.length;for(this.clear();++we<Te;){var Nt=ie[we];this.set(Nt[0],Nt[1])}}function ke(ie){var we=-1,Te=null==ie?0:ie.length;for(this.clear();++we<Te;){var Nt=ie[we];this.set(Nt[0],Nt[1])}}function zt(ie){var we=-1,Te=null==ie?0:ie.length;for(this.clear();++we<Te;){var Nt=ie[we];this.set(Nt[0],Nt[1])}}function Kn(ie){var we=-1,Te=null==ie?0:ie.length;for(this.__data__=new zt;++we<Te;)this.add(ie[we])}function An(ie){var we=this.__data__=new ke(ie);this.size=we.size}function Ur(ie,we){for(var Te=ie.length;Te--;)if(Pe(ie[Te][0],we))return Te;return-1}function wi(ie){return null==ie?void 0===ie?"[object Undefined]":"[object Null]":ze&&ze in Object(ie)?function Qe(ie){var we=N.call(ie,ze),Te=ie[ze];try{ie[ze]=void 0;var Nt=!0}catch{}var Hn=te.call(ie);return Nt&&(we?ie[ze]=Te:delete ie[ze]),Hn}(ie):function Xa(ie){return te.call(ie)}(ie)}function jo(ie){return wn(ie)&&wi(ie)==C}function Oo(ie,we,Te,Nt,Hn){return ie===we||(null==ie||null==we||!wn(ie)&&!wn(we)?ie!=ie&&we!=we:function Xe(ie,we,Te,Nt,Hn,sn){var Nr=Ut(ie),lo=Ut(we),Xr=Nr?L:Mt(ie),ur=lo?L:Mt(we),Po=(Xr=Xr==C?z:Xr)==z,_t=(ur=ur==C?z:ur)==z,co=Xr==ur;if(co&&rn(ie)){if(!rn(we))return!1;Nr=!0,Po=!1}if(co&&!Po)return sn||(sn=new An),Nr||Rt(ie)?Ka(ie,we,Te,Nt,Hn,sn):function zi(ie,we,Te,Nt,Hn,sn,Nr){switch(Te){case se:if(ie.byteLength!=we.byteLength||ie.byteOffset!=we.byteOffset)return!1;ie=ie.buffer,we=we.buffer;case ve:return!(ie.byteLength!=we.byteLength||!sn(new St(ie),new St(we)));case m:case S:case V:return Pe(+ie,+we);case E:return ie.name==we.name&&ie.message==we.message;case x:case U:return ie==we+"";case A:var lo=ft;case G:if(lo||(lo=J),ie.size!=we.size&&!(1&Nt))return!1;var ur=Nr.get(ie);if(ur)return ur==we;Nt|=2,Nr.set(ie,we);var Po=Ka(lo(ie),lo(we),Nt,Hn,sn,Nr);return Nr.delete(ie),Po;case"[object Symbol]":if(mn)return mn.call(ie)==mn.call(we)}return!1}(ie,we,Xr,Te,Nt,Hn,sn);if(!(1&Te)){var Co=Po&&N.call(ie,"__wrapped__"),Bo=_t&&N.call(we,"__wrapped__");if(Co||Bo){var $o=Co?ie.value():ie,ji=Bo?we.value():we;return sn||(sn=new An),Hn($o,ji,Te,Nt,sn)}}return!!co&&(sn||(sn=new An),function h(ie,we,Te,Nt,Hn,sn){var Nr=1&Te,lo=k(ie),Xr=lo.length;if(Xr!=k(we).length&&!Nr)return!1;for(var _t=Xr;_t--;){var co=lo[_t];if(!(Nr?co in we:N.call(we,co)))return!1}var Co=sn.get(ie);if(Co&&sn.get(we))return Co==we;var Bo=!0;sn.set(ie,we),sn.set(we,ie);for(var $o=Nr;++_t<Xr;){var ji=ie[co=lo[_t]],Bs=we[co];if(Nt)var Xd=Nr?Nt(Bs,ji,co,we,ie,sn):Nt(ji,Bs,co,ie,we,sn);if(!(void 0===Xd?ji===Bs||Hn(ji,Bs,Te,Nt,sn):Xd)){Bo=!1;break}$o||($o="constructor"==co)}if(Bo&&!$o){var is=ie.constructor,fu=we.constructor;is!=fu&&"constructor"in ie&&"constructor"in we&&!("function"==typeof is&&is instanceof is&&"function"==typeof fu&&fu instanceof fu)&&(Bo=!1)}return sn.delete(ie),sn.delete(we),Bo}(ie,we,Te,Nt,Hn,sn))}(ie,we,Te,Nt,Oo,Hn))}function Ka(ie,we,Te,Nt,Hn,sn){var Nr=1&Te,lo=ie.length,Xr=we.length;if(lo!=Xr&&!(Nr&&Xr>lo))return!1;var ur=sn.get(ie);if(ur&&sn.get(we))return ur==we;var Po=-1,_t=!0,co=2&Te?new Kn:void 0;for(sn.set(ie,we),sn.set(we,ie);++Po<lo;){var Co=ie[Po],Bo=we[Po];if(Nt)var $o=Nr?Nt(Bo,Co,Po,we,ie,sn):Nt(Co,Bo,Po,ie,we,sn);if(void 0!==$o){if($o)continue;_t=!1;break}if(co){if(!Ln(we,function(ji,Bs){if(!$(co,Bs)&&(Co===ji||Hn(Co,ji,Te,Nt,sn)))return co.push(Bs)})){_t=!1;break}}else if(Co!==Bo&&!Hn(Co,Bo,Te,Nt,sn)){_t=!1;break}}return sn.delete(ie),sn.delete(we),_t}function k(ie){return function _i(ie,we,Te){var Nt=we(ie);return Ut(ie)?Nt:function Et(ie,we){for(var Te=-1,Nt=we.length,Hn=ie.length;++Te<Nt;)ie[Hn+Te]=we[Te];return ie}(Nt,Te(ie))}(ie,Kr,wt)}function oe(ie,we){var Te=ie.__data__;return function cr(ie){var we=typeof ie;return"string"==we||"number"==we||"symbol"==we||"boolean"==we?"__proto__"!==ie:null===ie}(we)?Te["string"==typeof we?"string":"hash"]:Te.map}function Ae(ie,we){var Te=function Me(ie,we){return ie?.[we]}(ie,we);return function fa(ie){return!(!Yr(ie)||function Bn(ie){return!!ne&&ne in ie}(ie))&&(_r(ie)?he:Be).test(ce(ie))}(Te)?Te:void 0}On.prototype.clear=function Fr(){this.__data__=bt?bt(null):{},this.size=0},On.prototype.delete=function qt(ie){var we=this.has(ie)&&delete this.__data__[ie];return this.size-=we?1:0,we},On.prototype.get=function Jt(ie){var we=this.__data__;if(bt){var Te=we[ie];return Te===M?void 0:Te}return N.call(we,ie)?we[ie]:void 0},On.prototype.has=function xn(ie){var we=this.__data__;return bt?void 0!==we[ie]:N.call(we,ie)},On.prototype.set=function Ar(ie,we){var Te=this.__data__;return this.size+=this.has(ie)?0:1,Te[ie]=bt&&void 0===we?M:we,this},ke.prototype.clear=function nt(){this.__data__=[],this.size=0},ke.prototype.delete=function ge(ie){var we=this.__data__,Te=Ur(we,ie);return!(Te<0||(Te==we.length-1?we.pop():ct.call(we,Te,1),--this.size,0))},ke.prototype.get=function st(ie){var we=this.__data__,Te=Ur(we,ie);return Te<0?void 0:we[Te][1]},ke.prototype.has=function ht(ie){return Ur(this.__data__,ie)>-1},ke.prototype.set=function kt(ie,we){var Te=this.__data__,Nt=Ur(Te,ie);return Nt<0?(++this.size,Te.push([ie,we])):Te[Nt][1]=we,this},zt.prototype.clear=function Lt(){this.size=0,this.__data__={hash:new On,map:new(Ve||ke),string:new On}},zt.prototype.delete=function Mn(ie){var we=oe(this,ie).delete(ie);return this.size-=we?1:0,we},zt.prototype.get=function zn(ie){return oe(this,ie).get(ie)},zt.prototype.has=function Hr(ie){return oe(this,ie).has(ie)},zt.prototype.set=function Ai(ie,we){var Te=oe(this,ie),Nt=Te.size;return Te.set(ie,we),this.size+=Te.size==Nt?0:1,this},Kn.prototype.add=Kn.prototype.push=function br(ie){return this.__data__.set(ie,M),this},Kn.prototype.has=function Pn(ie){return this.__data__.has(ie)},An.prototype.clear=function ao(){this.__data__=new ke,this.size=0},An.prototype.delete=function Qn(ie){var we=this.__data__,Te=we.delete(ie);return this.size=we.size,Te},An.prototype.get=function Cs(ie){return this.__data__.get(ie)},An.prototype.has=function Si(ie){return this.__data__.has(ie)},An.prototype.set=function ys(ie,we){var Te=this.__data__;if(Te instanceof ke){var Nt=Te.__data__;if(!Ve||Nt.length<199)return Nt.push([ie,we]),this.size=++Te.size,this;Te=this.__data__=new zt(Nt)}return Te.set(ie,we),this.size=Te.size,this};var wt=an?function(ie){return null==ie?[]:(ie=Object(ie),function $t(ie,we){for(var Te=-1,Nt=null==ie?0:ie.length,Hn=0,sn=[];++Te<Nt;){var Nr=ie[Te];we(Nr,Te,ie)&&(sn[Hn++]=Nr)}return sn}(an(ie),function(we){return D.call(ie,we)}))}:function Jo(){return[]},Mt=wi;function xt(ie,we){return!!(we=we??b)&&("number"==typeof ie||ue.test(ie))&&ie>-1&&ie%1==0&&ie<we}function ce(ie){if(null!=ie){try{return v.call(ie)}catch{}try{return ie+""}catch{}}return""}function Pe(ie,we){return ie===we||ie!=ie&&we!=we}(Le&&Mt(new Le(new ArrayBuffer(1)))!=se||Ve&&Mt(new Ve)!=A||Ne&&Mt(Ne.resolve())!=j||Oe&&Mt(new Oe)!=G||ut&&Mt(new ut)!=le)&&(Mt=function(ie){var we=wi(ie),Te=we==z?ie.constructor:void 0,Nt=Te?ce(Te):"";if(Nt)switch(Nt){case Ft:return se;case Ht:return A;case hn:return j;case Ke:return G;case ln:return le}return we});var Tt=jo(function(){return arguments}())?jo:function(ie){return wn(ie)&&N.call(ie,"callee")&&!D.call(ie,"callee")},Ut=Array.isArray,rn=Y||function Go(){return!1};function _r(ie){if(!Yr(ie))return!1;var we=wi(ie);return we==O||"[object GeneratorFunction]"==we||"[object AsyncFunction]"==we||"[object Proxy]"==we}function Sr(ie){return"number"==typeof ie&&ie>-1&&ie%1==0&&ie<=b}function Yr(ie){var we=typeof ie;return null!=ie&&("object"==we||"function"==we)}function wn(ie){return null!=ie&&"object"==typeof ie}var Rt=_n?function at(ie){return function(we){return ie(we)}}(_n):function vo(ie){return wn(ie)&&Sr(ie.length)&&!!Q[wi(ie)]};function Kr(ie){return function Wn(ie){return null!=ie&&Sr(ie.length)&&!_r(ie)}(ie)?function bs(ie,we){var Te=Ut(ie),Nt=!Te&&Tt(ie),Hn=!Te&&!Nt&&rn(ie),sn=!Te&&!Nt&&!Hn&&Rt(ie),Nr=Te||Nt||Hn||sn,lo=Nr?function Yt(ie,we){for(var Te=-1,Nt=Array(ie);++Te<ie;)Nt[Te]=we(Te);return Nt}(ie.length,String):[],Xr=lo.length;for(var ur in ie)(we||N.call(ie,ur))&&(!Nr||!("length"==ur||Hn&&("offset"==ur||"parent"==ur)||sn&&("buffer"==ur||"byteLength"==ur||"byteOffset"==ur)||xt(ur,Xr)))&&lo.push(ur);return lo}(ie):function er(ie){if(!function Kd(ie){var we=ie&&ie.constructor;return ie===("function"==typeof we&&we.prototype||p)}(ie))return ee(ie);var we=[];for(var Te in Object(ie))N.call(ie,Te)&&"constructor"!=Te&&we.push(Te);return we}(ie)}K.exports=function qr(ie,we){return Oo(ie,we)}},2706(K,re,_){K=_.nmd(K);var M="__lodash_hash_undefined__",b=9007199254740991,C="[object Arguments]",L="[object Array]",P="[object Boolean]",m="[object Date]",S="[object Error]",E="[object Function]",B="[object Map]",A="[object Number]",V="[object Object]",I="[object Promise]",z="[object RegExp]",j="[object Set]",W="[object String]",G="[object WeakMap]",U="[object ArrayBuffer]",H="[object DataView]",Re=/^\[object .+?Constructor\]$/,Je=/^(?:0|[1-9]\d*)$/,je={};je["[object Float32Array]"]=je["[object Float64Array]"]=je["[object Int8Array]"]=je["[object Int16Array]"]=je["[object Int32Array]"]=je["[object Uint8Array]"]=je["[object Uint8ClampedArray]"]=je["[object Uint16Array]"]=je["[object Uint32Array]"]=!0,je[C]=je[L]=je[U]=je[P]=je[H]=je[m]=je[S]=je[E]=je[B]=je[A]=je[V]=je[z]=je[j]=je[W]=je[G]=!1;var Ie="object"==typeof global&&global&&global.Object===Object&&global,Be="object"==typeof self&&self&&self.Object===Object&&self,ue=Ie||Be||Function("return this")(),Q=re&&!re.nodeType&&re,be=Q&&K&&!K.nodeType&&K,We=be&&be.exports===Q&&Ie.process,Fe=function(){try{return We&&We.binding("util")}catch{}}(),pe=Fe&&Fe.isTypedArray;function lt(ce,Pe){for(var Tt=-1,Ut=ce?ce.length:0;++Tt<Ut;)if(Pe(ce[Tt],Tt,ce))return!0;return!1}function $t(ce){var Pe=!1;if(null!=ce&&"function"!=typeof ce.toString)try{Pe=!!(ce+"")}catch{}return Pe}function Et(ce){var Pe=-1,Tt=Array(ce.size);return ce.forEach(function(Ut,Wn){Tt[++Pe]=[Wn,Ut]}),Tt}function Yt(ce){var Pe=-1,Tt=Array(ce.size);return ce.forEach(function(Ut){Tt[++Pe]=Ut}),Tt}var ce,at=Array.prototype,$=Function.prototype,Me=Object.prototype,ft=ue["__core-js_shared__"],qe=(ce=/[^.]+$/.exec(ft&&ft.keys&&ft.keys.IE_PROTO||""))?"Symbol(src)_1."+ce:"",J=$.toString,Se=Me.hasOwnProperty,me=Me.toString,p=RegExp("^"+J.call(Se).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),g=ue.Symbol,v=ue.Uint8Array,N=Me.propertyIsEnumerable,ne=at.splice,te=function Ln(ce,Pe){return function(Tt){return ce(Pe(Tt))}}(Object.keys,Object),he=jo(ue,"DataView"),de=jo(ue,"Map"),Ge=jo(ue,"Promise"),St=jo(ue,"Set"),D=jo(ue,"WeakMap"),ct=jo(Object,"create"),ze=zi(he),an=zi(de),Y=zi(Ge),ee=zi(St),Le=zi(D),Ve=g?g.prototype:void 0,Ne=Ve?Ve.valueOf:void 0;function Oe(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.clear();++Pe<Tt;){var Ut=ce[Pe];this.set(Ut[0],Ut[1])}}function Ke(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.clear();++Pe<Tt;){var Ut=ce[Pe];this.set(Ut[0],Ut[1])}}function qt(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.clear();++Pe<Tt;){var Ut=ce[Pe];this.set(Ut[0],Ut[1])}}function ge(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.__data__=new qt;++Pe<Tt;)this.add(ce[Pe])}function kt(ce){this.__data__=new Ke(ce)}function Kn(ce,Pe){for(var Tt=ce.length;Tt--;)if(h(ce[Tt][0],Pe))return Tt;return-1}function Pn(ce,Pe,Tt,Ut,Wn){return ce===Pe||(null==ce||null==Pe||!xt(ce)&&!cr(Pe)?ce!=ce&&Pe!=Pe:function An(ce,Pe,Tt,Ut,Wn,rn){var qr=oe(ce),_r=oe(Pe),Sr=L,Yr=L;qr||(Sr=(Sr=Oo(ce))==C?V:Sr),_r||(Yr=(Yr=Oo(Pe))==C?V:Yr);var wn=Sr==V&&!$t(ce),Rt=Yr==V&&!$t(Pe),Kr=Sr==Yr;if(Kr&&!wn)return rn||(rn=new kt),qr||Kd(ce)?ys(ce,Pe,Tt,Ut,Wn,rn):function bs(ce,Pe,Tt,Ut,Wn,rn,qr){switch(Tt){case H:if(ce.byteLength!=Pe.byteLength||ce.byteOffset!=Pe.byteOffset)return!1;ce=ce.buffer,Pe=Pe.buffer;case U:return!(ce.byteLength!=Pe.byteLength||!Ut(new v(ce),new v(Pe)));case P:case m:case A:return h(+ce,+Pe);case S:return ce.name==Pe.name&&ce.message==Pe.message;case z:case W:return ce==Pe+"";case B:var _r=Et;case j:if(_r||(_r=Yt),ce.size!=Pe.size&&!(2&rn))return!1;var Yr=qr.get(ce);if(Yr)return Yr==Pe;rn|=1,qr.set(ce,Pe);var wn=ys(_r(ce),_r(Pe),Ut,Wn,rn,qr);return qr.delete(ce),wn;case"[object Symbol]":if(Ne)return Ne.call(ce)==Ne.call(Pe)}return!1}(ce,Pe,Sr,Tt,Ut,Wn,rn);if(!(2&Wn)){var Jo=wn&&Se.call(ce,"__wrapped__"),Go=Rt&&Se.call(Pe,"__wrapped__");if(Jo||Go){var ie=Jo?ce.value():ce,we=Go?Pe.value():Pe;return rn||(rn=new kt),Tt(ie,we,Ut,Wn,rn)}}return!!Kr&&(rn||(rn=new kt),function Ur(ce,Pe,Tt,Ut,Wn,rn){var qr=2&Wn,_r=Xa(ce),Sr=_r.length;if(Sr!=Xa(Pe).length&&!qr)return!1;for(var Rt=Sr;Rt--;){var Kr=_r[Rt];if(!(qr?Kr in Pe:Se.call(Pe,Kr)))return!1}var Jo=rn.get(ce);if(Jo&&rn.get(Pe))return Jo==Pe;var Go=!0;rn.set(ce,Pe),rn.set(Pe,ce);for(var ie=qr;++Rt<Sr;){var we=ce[Kr=_r[Rt]],Te=Pe[Kr];if(Ut)var Nt=qr?Ut(Te,we,Kr,Pe,ce,rn):Ut(we,Te,Kr,ce,Pe,rn);if(!(void 0===Nt?we===Te||Tt(we,Te,Ut,Wn,rn):Nt)){Go=!1;break}ie||(ie="constructor"==Kr)}if(Go&&!ie){var Hn=ce.constructor,sn=Pe.constructor;Hn!=sn&&"constructor"in ce&&"constructor"in Pe&&!("function"==typeof Hn&&Hn instanceof Hn&&"function"==typeof sn&&sn instanceof sn)&&(Go=!1)}return rn.delete(ce),rn.delete(Pe),Go}(ce,Pe,Tt,Ut,Wn,rn))}(ce,Pe,Pn,Tt,Ut,Wn))}function ys(ce,Pe,Tt,Ut,Wn,rn){var qr=2&Wn,_r=ce.length,Sr=Pe.length;if(_r!=Sr&&!(qr&&Sr>_r))return!1;var Yr=rn.get(ce);if(Yr&&rn.get(Pe))return Yr==Pe;var wn=-1,Rt=!0,Kr=1&Wn?new ge:void 0;for(rn.set(ce,Pe),rn.set(Pe,ce);++wn<_r;){var Jo=ce[wn],Go=Pe[wn];if(Ut)var ie=qr?Ut(Go,Jo,wn,Pe,ce,rn):Ut(Jo,Go,wn,ce,Pe,rn);if(void 0!==ie){if(ie)continue;Rt=!1;break}if(Kr){if(!lt(Pe,function(we,Te){if(!Kr.has(Te)&&(Jo===we||Tt(Jo,we,Ut,Wn,rn)))return Kr.add(Te)})){Rt=!1;break}}else if(Jo!==Go&&!Tt(Jo,Go,Ut,Wn,rn)){Rt=!1;break}}return rn.delete(ce),rn.delete(Pe),Rt}function _i(ce,Pe){var Tt=ce.__data__;return function fa(ce){var Pe=typeof ce;return"string"==Pe||"number"==Pe||"symbol"==Pe||"boolean"==Pe?"__proto__"!==ce:null===ce}(Pe)?Tt["string"==typeof Pe?"string":"hash"]:Tt.map}function jo(ce,Pe){var Tt=function _n(ce,Pe){return ce?.[Pe]}(ce,Pe);return function Qn(ce){return!(!xt(ce)||function vo(ce){return!!qe&&qe in ce}(ce))&&(wt(ce)||$t(ce)?p:Re).test(zi(ce))}(Tt)?Tt:void 0}Oe.prototype.clear=function ut(){this.__data__=ct?ct(null):{}},Oe.prototype.delete=function bt(ce){return this.has(ce)&&delete this.__data__[ce]},Oe.prototype.get=function Ft(ce){var Pe=this.__data__;if(ct){var Tt=Pe[ce];return Tt===M?void 0:Tt}return Se.call(Pe,ce)?Pe[ce]:void 0},Oe.prototype.has=function Ht(ce){var Pe=this.__data__;return ct?void 0!==Pe[ce]:Se.call(Pe,ce)},Oe.prototype.set=function hn(ce,Pe){return this.__data__[ce]=ct&&void 0===Pe?M:Pe,this},Ke.prototype.clear=function ln(){this.__data__=[]},Ke.prototype.delete=function Bt(ce){var Pe=this.__data__,Tt=Kn(Pe,ce);return!(Tt<0||(Tt==Pe.length-1?Pe.pop():ne.call(Pe,Tt,1),0))},Ke.prototype.get=function mn(ce){var Pe=this.__data__,Tt=Kn(Pe,ce);return Tt<0?void 0:Pe[Tt][1]},Ke.prototype.has=function On(ce){return Kn(this.__data__,ce)>-1},Ke.prototype.set=function Fr(ce,Pe){var Tt=this.__data__,Ut=Kn(Tt,ce);return Ut<0?Tt.push([ce,Pe]):Tt[Ut][1]=Pe,this},qt.prototype.clear=function Jt(){this.__data__={hash:new Oe,map:new(de||Ke),string:new Oe}},qt.prototype.delete=function xn(ce){return _i(this,ce).delete(ce)},qt.prototype.get=function Ar(ce){return _i(this,ce).get(ce)},qt.prototype.has=function ke(ce){return _i(this,ce).has(ce)},qt.prototype.set=function nt(ce,Pe){return _i(this,ce).set(ce,Pe),this},ge.prototype.add=ge.prototype.push=function st(ce){return this.__data__.set(ce,M),this},ge.prototype.has=function ht(ce){return this.__data__.has(ce)},kt.prototype.clear=function zt(){this.__data__=new Ke},kt.prototype.delete=function Lt(ce){return this.__data__.delete(ce)},kt.prototype.get=function Mn(ce){return this.__data__.get(ce)},kt.prototype.has=function zn(ce){return this.__data__.has(ce)},kt.prototype.set=function Hr(ce,Pe){var Tt=this.__data__;if(Tt instanceof Ke){var Ut=Tt.__data__;if(!de||Ut.length<199)return Ut.push([ce,Pe]),this;Tt=this.__data__=new qt(Ut)}return Tt.set(ce,Pe),this};var Oo=function br(ce){return me.call(ce)};function Xe(ce,Pe){return!!(Pe=Pe??b)&&("number"==typeof ce||Je.test(ce))&&ce>-1&&ce%1==0&&ce<Pe}function Ka(ce){return ce==ce&&!xt(ce)}function zi(ce){if(null!=ce){try{return J.call(ce)}catch{}try{return ce+""}catch{}}return""}function h(ce,Pe){return ce===Pe||ce!=ce&&Pe!=Pe}(he&&Oo(new he(new ArrayBuffer(1)))!=H||de&&Oo(new de)!=B||Ge&&Oo(Ge.resolve())!=I||St&&Oo(new St)!=j||D&&Oo(new D)!=G)&&(Oo=function(ce){var Pe=me.call(ce),Tt=Pe==V?ce.constructor:void 0,Ut=Tt?zi(Tt):void 0;if(Ut)switch(Ut){case ze:return H;case an:return B;case Y:return I;case ee:return j;case Le:return G}return Pe});var oe=Array.isArray;function Ae(ce){return null!=ce&&Mt(ce.length)&&!wt(ce)}function wt(ce){var Pe=xt(ce)?me.call(ce):"";return Pe==E||"[object GeneratorFunction]"==Pe}function Mt(ce){return"number"==typeof ce&&ce>-1&&ce%1==0&&ce<=b}function xt(ce){var Pe=typeof ce;return!!ce&&("object"==Pe||"function"==Pe)}function cr(ce){return!!ce&&"object"==typeof ce}var Kd=pe?function At(ce){return function(Pe){return ce(Pe)}}(pe):function Cs(ce){return cr(ce)&&Mt(ce.length)&&!!je[me.call(ce)]};function Xa(ce){return Ae(ce)?function Ai(ce,Pe){var Tt=oe(ce)||function k(ce){return function Qe(ce){return cr(ce)&&Ae(ce)}(ce)&&Se.call(ce,"callee")&&(!N.call(ce,"callee")||me.call(ce)==C)}(ce)?function vt(ce,Pe){for(var Tt=-1,Ut=Array(ce);++Tt<ce;)Ut[Tt]=Pe(Tt);return Ut}(ce.length,String):[],Ut=Tt.length,Wn=!!Ut;for(var rn in ce)(Pe||Se.call(ce,rn))&&(!Wn||"length"!=rn&&!Xe(rn,Ut))&&Tt.push(rn);return Tt}(ce):function Si(ce){if(!function er(ce){var Pe=ce&&ce.constructor;return ce===("function"==typeof Pe&&Pe.prototype||Me)}(ce))return te(ce);var Pe=[];for(var Tt in Object(ce))Se.call(ce,Tt)&&"constructor"!=Tt&&Pe.push(Tt);return Pe}(ce)}K.exports=function Bn(ce,Pe){return ce===Pe||function ao(ce,Pe,Tt,Ut){var Wn=Tt.length,rn=Wn,qr=!Ut;if(null==ce)return!rn;for(ce=Object(ce);Wn--;){var _r=Tt[Wn];if(qr&&_r[2]?_r[1]!==ce[_r[0]]:!(_r[0]in ce))return!1}for(;++Wn<rn;){var Sr=(_r=Tt[Wn])[0],Yr=ce[Sr],wn=_r[1];if(qr&&_r[2]){if(void 0===Yr&&!(Sr in ce))return!1}else{var Rt=new kt;if(Ut)var Kr=Ut(Yr,wn,Sr,ce,Pe,Rt);if(!(void 0===Kr?Pn(wn,Yr,Ut,3,Rt):Kr))return!1}}return!0}(ce,Pe,function wi(ce){for(var Pe=Xa(ce),Tt=Pe.length;Tt--;){var Ut=Pe[Tt],Wn=ce[Ut];Pe[Tt]=[Ut,Wn,Ka(Wn)]}return Pe}(Pe))}},1892(K,re,_){"use strict";_.d(re,{FK:()=>ct,Y:()=>ze,FD:()=>an});var w,M,F,b,C,L,P,m,S,E,O,A={},V=[],I=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,z=Array.isArray;function j(Y,ee){for(var Le in ee)Y[Le]=ee[Le];return Y}function W(Y){Y&&Y.parentNode&&Y.parentNode.removeChild(Y)}function G(Y,ee,Le,Ve,Ne){var Oe={type:Y,props:ee,key:Le,ref:Ve,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:Ne??++F,__i:-1,__u:0};return null==Ne&&null!=M.vnode&&M.vnode(Oe),Oe}function H(Y){return Y.children}function q(Y,ee){this.props=Y,this.context=ee}function le(Y,ee){if(null==ee)return Y.__?le(Y.__,Y.__i+1):null;for(var Le;ee<Y.__k.length;ee++)if(null!=(Le=Y.__k[ee])&&null!=Le.__e)return Le.__e;return"function"==typeof Y.type?le(Y):null}function ve(Y){var ee,Le;if(null!=(Y=Y.__)&&null!=Y.__c){for(Y.__e=Y.__c.base=null,ee=0;ee<Y.__k.length;ee++)if(null!=(Le=Y.__k[ee])&&null!=Le.__e){Y.__e=Y.__c.base=Le.__e;break}return ve(Y)}}function se(Y){(!Y.__d&&(Y.__d=!0)&&b.push(Y)&&!Ce.__r++||C!==M.debounceRendering)&&((C=M.debounceRendering)||L)(Ce)}function Ce(){var Y,ee,Le,Ve,Ne,Oe,ut,bt;for(b.sort(P);Y=b.shift();)Y.__d&&(ee=b.length,Ve=void 0,Oe=(Ne=(Le=Y).__v).__e,ut=[],bt=[],Le.__P&&((Ve=j({},Ne)).__v=Ne.__v+1,M.vnode&&M.vnode(Ve),Ie(Le.__P,Ve,Ne,Le.__n,Le.__P.namespaceURI,32&Ne.__u?[Oe]:null,ut,Oe??le(Ne),!!(32&Ne.__u),bt),Ve.__v=Ne.__v,Ve.__.__k[Ve.__i]=Ve,Be(ut,Ve,bt),Ve.__e!=Oe&&ve(Ve)),b.length>ee&&b.sort(P));Ce.__r=0}function xe(Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht,hn){var Ke,ln,Bt,mn,On,Fr,qt=Ve&&Ve.__k||V,Jt=ee.length;for(Ft=function $e(Y,ee,Le,Ve){var Ne,Oe,ut,bt,Ft,Ht=ee.length,hn=Le.length,Ke=hn,ln=0;for(Y.__k=[],Ne=0;Ne<Ht;Ne++)null!=(Oe=ee[Ne])&&"boolean"!=typeof Oe&&"function"!=typeof Oe?(bt=Ne+ln,(Oe=Y.__k[Ne]="string"==typeof Oe||"number"==typeof Oe||"bigint"==typeof Oe||Oe.constructor==String?G(null,Oe,null,null,null):z(Oe)?G(H,{children:Oe},null,null,null):void 0===Oe.constructor&&Oe.__b>0?G(Oe.type,Oe.props,Oe.key,Oe.ref?Oe.ref:null,Oe.__v):Oe).__=Y,Oe.__b=Y.__b+1,ut=null,-1!==(Ft=Oe.__i=et(Oe,Le,bt,Ke))&&(Ke--,(ut=Le[Ft])&&(ut.__u|=2)),null==ut||null===ut.__v?(-1==Ft&&ln--,"function"!=typeof Oe.type&&(Oe.__u|=4)):Ft!==bt&&(Ft==bt-1?ln--:Ft==bt+1?ln++:(Ft>bt?ln--:ln++,Oe.__u|=4))):Oe=Y.__k[Ne]=null;if(Ke)for(Ne=0;Ne<hn;Ne++)null!=(ut=Le[Ne])&&!(2&ut.__u)&&(ut.__e==Ve&&(Ve=le(ut)),be(ut,ut));return Ve}(Le,ee,qt,Ft),Ke=0;Ke<Jt;Ke++)null!=(Bt=Le.__k[Ke])&&(ln=-1===Bt.__i?A:qt[Bt.__i]||A,Bt.__i=Ke,Fr=Ie(Y,Bt,ln,Ne,Oe,ut,bt,Ft,Ht,hn),mn=Bt.__e,Bt.ref&&ln.ref!=Bt.ref&&(ln.ref&&Q(ln.ref,null,Bt),hn.push(Bt.ref,Bt.__c||mn,Bt)),null==On&&null!=mn&&(On=mn),4&Bt.__u||ln.__k===Bt.__k?Ft=He(Bt,Ft,Y):"function"==typeof Bt.type&&void 0!==Fr?Ft=Fr:mn&&(Ft=mn.nextSibling),Bt.__u&=-7);return Le.__e=On,Ft}function He(Y,ee,Le){var Ve,Ne;if("function"==typeof Y.type){for(Ve=Y.__k,Ne=0;Ve&&Ne<Ve.length;Ne++)Ve[Ne]&&(Ve[Ne].__=Y,ee=He(Ve[Ne],ee,Le));return ee}Y.__e!=ee&&(ee&&Y.type&&!Le.contains(ee)&&(ee=le(Y)),Le.insertBefore(Y.__e,ee||null),ee=Y.__e);do{ee=ee&&ee.nextSibling}while(null!=ee&&8===ee.nodeType);return ee}function et(Y,ee,Le,Ve){var Ne=Y.key,Oe=Y.type,ut=Le-1,bt=Le+1,Ft=ee[Le];if(null===Ft||Ft&&Ne==Ft.key&&Oe===Ft.type&&!(2&Ft.__u))return Le;if(("function"!=typeof Oe||Oe===H||Ne)&&Ve>(null==Ft||2&Ft.__u?0:1))for(;ut>=0||bt<ee.length;){if(ut>=0){if((Ft=ee[ut])&&!(2&Ft.__u)&&Ne==Ft.key&&Oe===Ft.type)return ut;ut--}if(bt<ee.length){if((Ft=ee[bt])&&!(2&Ft.__u)&&Ne==Ft.key&&Oe===Ft.type)return bt;bt++}}return-1}function Re(Y,ee,Le){"-"===ee[0]?Y.setProperty(ee,Le??""):Y[ee]=null==Le?"":"number"!=typeof Le||I.test(ee)?Le:Le+"px"}function Je(Y,ee,Le,Ve,Ne){var Oe,ut;e:if("style"===ee)if("string"==typeof Le)Y.style.cssText=Le;else{if("string"==typeof Ve&&(Y.style.cssText=Ve=""),Ve)for(ee in Ve)Le&&ee in Le||Re(Y.style,ee,"");if(Le)for(ee in Le)Ve&&Le[ee]===Ve[ee]||Re(Y.style,ee,Le[ee])}else if("o"===ee[0]&&"n"===ee[1])Oe=ee!==(ee=ee.replace(m,"$1")),ee=ee.toLowerCase()in Y||"onFocusOut"===ee||"onFocusIn"===ee?ee.toLowerCase().slice(2):ee.slice(2),Y.l||(Y.l={}),Y.l[ee+Oe]=Le,Le?Ve?Le.t=Ve.t:(Le.t=S,Y.addEventListener(ee,Oe?O:E,Oe)):Y.removeEventListener(ee,Oe?O:E,Oe);else{if("http://www.w3.org/2000/svg"==Ne)ee=ee.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=ee&&"height"!=ee&&"href"!=ee&&"list"!=ee&&"form"!=ee&&"tabIndex"!=ee&&"download"!=ee&&"rowSpan"!=ee&&"colSpan"!=ee&&"role"!=ee&&"popover"!=ee&&ee in Y)try{ut=Y.tagName&&Y.tagName.includes("-"),Y[ee]=null!=Le||ut?Le:"";break e}catch{}"function"==typeof Le||(null==Le||!1===Le&&"-"!==ee[4]?Y.removeAttribute(ee):Y.setAttribute(ee,"popover"==ee&&1==Le?"":Le))}}function je(Y){return function(ee){if(this.l){var Le=this.l[ee.type+Y];if(null==ee.u)ee.u=S++;else if(ee.u<Le.t)return;return Le(M.event?M.event(ee):ee)}}}function Ie(Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht){var hn,Ke,ln,Bt,mn,On,Fr,qt,Jt,xn,Ar,ke,nt,ge,st,ht,kt,zt=ee.type;if(void 0!==ee.constructor)return null;128&Le.__u&&(Ft=!!(32&Le.__u),Oe=[bt=ee.__e=Le.__e]),(hn=M.__b)&&hn(ee);e:if("function"==typeof zt)try{if(qt=ee.props,Jt="prototype"in zt&&zt.prototype.render,xn=(hn=zt.contextType)&&Ve[hn.__c],Ar=hn?xn?xn.props.value:hn.__:Ve,Le.__c?Fr=(Ke=ee.__c=Le.__c).__=Ke.__E:(Jt?ee.__c=Ke=new zt(qt,Ar):(ee.__c=Ke=new q(qt,Ar),Ke.constructor=zt,Ke.render=Ee),xn&&xn.sub(Ke),Ke.props=qt,Ke.state||(Ke.state={}),Ke.context=Ar,Ke.__n=Ve,ln=Ke.__d=!0,Ke.__h=[],Ke._sb=[]),Jt&&null==Ke.__s&&(Ke.__s=Ke.state),Jt&&null!=zt.getDerivedStateFromProps&&(Ke.__s==Ke.state&&(Ke.__s=j({},Ke.__s)),j(Ke.__s,zt.getDerivedStateFromProps(qt,Ke.__s))),Bt=Ke.props,mn=Ke.state,Ke.__v=ee,ln)Jt&&null==zt.getDerivedStateFromProps&&null!=Ke.componentWillMount&&Ke.componentWillMount(),Jt&&null!=Ke.componentDidMount&&Ke.__h.push(Ke.componentDidMount);else{if(Jt&&null==zt.getDerivedStateFromProps&&qt!==Bt&&null!=Ke.componentWillReceiveProps&&Ke.componentWillReceiveProps(qt,Ar),!Ke.__e&&(null!=Ke.shouldComponentUpdate&&!1===Ke.shouldComponentUpdate(qt,Ke.__s,Ar)||ee.__v===Le.__v)){for(ee.__v!==Le.__v&&(Ke.props=qt,Ke.state=Ke.__s,Ke.__d=!1),ee.__e=Le.__e,ee.__k=Le.__k,ee.__k.some(function(Lt){Lt&&(Lt.__=ee)}),ke=0;ke<Ke._sb.length;ke++)Ke.__h.push(Ke._sb[ke]);Ke._sb=[],Ke.__h.length&&ut.push(Ke);break e}null!=Ke.componentWillUpdate&&Ke.componentWillUpdate(qt,Ke.__s,Ar),Jt&&null!=Ke.componentDidUpdate&&Ke.__h.push(function(){Ke.componentDidUpdate(Bt,mn,On)})}if(Ke.context=Ar,Ke.props=qt,Ke.__P=Y,Ke.__e=!1,nt=M.__r,ge=0,Jt){for(Ke.state=Ke.__s,Ke.__d=!1,nt&&nt(ee),hn=Ke.render(Ke.props,Ke.state,Ke.context),st=0;st<Ke._sb.length;st++)Ke.__h.push(Ke._sb[st]);Ke._sb=[]}else do{Ke.__d=!1,nt&&nt(ee),hn=Ke.render(Ke.props,Ke.state,Ke.context),Ke.state=Ke.__s}while(Ke.__d&&++ge<25);Ke.state=Ke.__s,null!=Ke.getChildContext&&(Ve=j(j({},Ve),Ke.getChildContext())),Jt&&!ln&&null!=Ke.getSnapshotBeforeUpdate&&(On=Ke.getSnapshotBeforeUpdate(Bt,mn)),bt=xe(Y,z(ht=null!=hn&&hn.type===H&&null==hn.key?hn.props.children:hn)?ht:[ht],ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht),Ke.base=ee.__e,ee.__u&=-161,Ke.__h.length&&ut.push(Ke),Fr&&(Ke.__E=Ke.__=null)}catch(Lt){if(ee.__v=null,Ft||null!=Oe)if(Lt.then){for(ee.__u|=Ft?160:128;bt&&8===bt.nodeType&&bt.nextSibling;)bt=bt.nextSibling;Oe[Oe.indexOf(bt)]=null,ee.__e=bt}else for(kt=Oe.length;kt--;)W(Oe[kt]);else ee.__e=Le.__e,ee.__k=Le.__k;M.__e(Lt,ee,Le)}else null==Oe&&ee.__v===Le.__v?(ee.__k=Le.__k,ee.__e=Le.__e):bt=ee.__e=function ue(Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft){var Ht,hn,Ke,ln,Bt,mn,On,Fr,qt=Le.props,Jt=ee.props,xn=ee.type;if("svg"===xn?Ne="http://www.w3.org/2000/svg":"math"===xn?Ne="http://www.w3.org/1998/Math/MathML":Ne||(Ne="http://www.w3.org/1999/xhtml"),null!=Oe)for(Ht=0;Ht<Oe.length;Ht++)if((Bt=Oe[Ht])&&"setAttribute"in Bt==!!xn&&(xn?Bt.localName===xn:3===Bt.nodeType)){Y=Bt,Oe[Ht]=null;break}if(null==Y){if(null===xn)return document.createTextNode(Jt);Y=document.createElementNS(Ne,xn,Jt.is&&Jt),bt&&(M.__m&&M.__m(ee,Oe),bt=!1),Oe=null}if(null===xn)qt===Jt||bt&&Y.data===Jt||(Y.data=Jt);else{if(Oe=Oe&&w.call(Y.childNodes),qt=Le.props||A,!bt&&null!=Oe)for(qt={},Ht=0;Ht<Y.attributes.length;Ht++)qt[(Bt=Y.attributes[Ht]).name]=Bt.value;for(Ht in qt)if(Bt=qt[Ht],"children"!=Ht)if("dangerouslySetInnerHTML"==Ht)Ke=Bt;else if(!(Ht in Jt)){if("value"==Ht&&"defaultValue"in Jt||"checked"==Ht&&"defaultChecked"in Jt)continue;Je(Y,Ht,null,Bt,Ne)}for(Ht in Jt)Bt=Jt[Ht],"children"==Ht?ln=Bt:"dangerouslySetInnerHTML"==Ht?hn=Bt:"value"==Ht?mn=Bt:"checked"==Ht?On=Bt:bt&&"function"!=typeof Bt||qt[Ht]===Bt||((Ht.startsWith("on")||"ref"===Ht&&"function"==typeof Bt)&&(Fr=Ve[Object.keys(Ve)[0]])&&(Bt=Bt.bind(Fr.props.value)),Je(Y,Ht,Bt,qt[Ht],Ne));if(hn)bt||Ke&&(hn.__html===Ke.__html||hn.__html===Y.innerHTML)||(Y.innerHTML=hn.__html),ee.__k=[];else if(Ke&&(Y.innerHTML=""),xe(Y,z(ln)?ln:[ln],ee,Le,Ve,"foreignObject"===xn?"http://www.w3.org/1999/xhtml":Ne,Oe,ut,Oe?Oe[0]:Le.__k&&le(Le,0),bt,Ft),null!=Oe)for(Ht=Oe.length;Ht--;)W(Oe[Ht]);bt||(Ht="value","progress"===xn&&null==mn?Y.removeAttribute("value"):void 0!==mn&&(mn!==Y[Ht]||"progress"===xn&&!mn||"option"===xn&&mn!==qt[Ht])&&Je(Y,Ht,mn,qt[Ht],Ne),Ht="checked",void 0!==On&&On!==Y[Ht]&&Je(Y,Ht,On,qt[Ht],Ne))}return Y}(Le.__e,ee,Le,Ve,Ne,Oe,ut,Ft,Ht);return(hn=M.diffed)&&hn(ee),128&ee.__u?void 0:bt}function Be(Y,ee,Le){for(var Ve=0;Ve<Le.length;Ve++)Q(Le[Ve],Le[++Ve],Le[++Ve]);M.__c&&M.__c(ee,Y),Y.some(function(Ne){try{Y=Ne.__h,Ne.__h=[],Y.some(function(Oe){Oe.call(Ne)})}catch(Oe){M.__e(Oe,Ne.__v)}})}function Q(Y,ee,Le){try{if("function"==typeof Y){var Ve="function"==typeof Y.__u;Ve&&Y.__u(),Ve&&null==ee||(Y.__u=Y(ee))}else Y.current=ee}catch(Ne){M.__e(Ne,Le)}}function be(Y,ee,Le){var Ve,Ne;if(M.unmount&&M.unmount(Y),(Ve=Y.ref)&&(Ve.current&&Ve.current!==Y.__e||Q(Ve,null,ee)),null!=(Ve=Y.__c)){if(Ve.componentWillUnmount)try{Ve.componentWillUnmount()}catch(Oe){M.__e(Oe,ee)}Ve.base=Ve.__P=null}if(Ve=Y.__k)for(Ne=0;Ne<Ve.length;Ne++)Ve[Ne]&&be(Ve[Ne],ee,Le||"function"!=typeof Y.type);Le||W(Y.__e),Y.__c=Y.__=Y.__e=void 0}function Ee(Y,ee,Le){return this.constructor(Y,Le)}w=V.slice,M={__e:function(Y,ee,Le,Ve){for(var Ne,Oe,ut;ee=ee.__;)if((Ne=ee.__c)&&!Ne.__)try{if((Oe=Ne.constructor)&&null!=Oe.getDerivedStateFromError&&(Ne.setState(Oe.getDerivedStateFromError(Y)),ut=Ne.__d),null!=Ne.componentDidCatch&&(Ne.componentDidCatch(Y,Ve||{}),ut=Ne.__d),ut)return Ne.__E=Ne}catch(bt){Y=bt}throw Y}},F=0,q.prototype.setState=function(Y,ee){var Le;Le=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=j({},this.state),"function"==typeof Y&&(Y=Y(j({},Le),this.props)),Y&&j(Le,Y),null!=Y&&this.__v&&(ee&&this._sb.push(ee),se(this))},q.prototype.forceUpdate=function(Y){this.__v&&(this.__e=!0,Y&&this.__h.push(Y),se(this))},q.prototype.render=H,b=[],L="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,P=function(Y,ee){return Y.__v.__b-ee.__v.__b},Ce.__r=0,m=/(PointerCapture)$|Capture$/i,S=0,E=je(!1),O=je(!0);var Ln=0;function at(Y,ee,Le,Ve,Ne,Oe){ee||(ee={});var ut,bt,Ft=ee;"ref"in ee&&(ut=ee.ref,delete ee.ref);var Ht={type:Y,props:Ft,key:Le,ref:ut,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Ln,__i:-1,__u:0,__source:Ne,__self:Oe};if("function"==typeof Y&&(ut=Y.defaultProps))for(bt in ut)void 0===Ft[bt]&&(Ft[bt]=ut[bt]);return M.vnode&&M.vnode(Ht),Ht}const p=new Map;function St(Y,ee,Le){let Ve;return function Ge(Y){return"function"==typeof Y&&"getMetadata"in Y}(Y)?(Ve=Y.getMetadata().getTag(),function de(Y,ee){const Ve=Y.getMetadata().getEvents();Object.keys(ee).forEach(Ne=>{if(Ne.startsWith("on")){const Oe=Ne.slice(2),ut=(Y=>(Y=>{if(!p.has(Y)){const ee=Y.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();p.set(Y,ee)}return p.get(Y)})(Y))(Oe),bt=Oe.charAt(0).toLowerCase()+Oe.slice(1);let Ft;ut in Ve?Ft=ut:bt in Ve&&(Ft=bt),Ft&&"onClick"!==Ne&&(ee[`onui5-${Ft}`]=ee[Ne],delete ee[Ne])}})}(Y,ee)):Ve=Y,"object"==typeof ee.class&&(ee.class=function Se(Y){let ee="";for(const Le in Y)Y[Le]&&(ee&&(ee+=" "),ee+=Le);return ee}(ee.class)),Ve}const D=M.vnode;function ct(Y,ee){return H(Y)}function ze(Y,ee,Le){return at(St(Y,ee),ee,Le)}function an(Y,ee,Le){return at(St(Y,ee),ee,Le)}M.vnode=Y=>{D&&D(Y)}},2781(K,re,_){"use strict";_.d(re,{Ih:()=>je,zj:()=>ue,qM:()=>Je});var w=_(467),T=_(1241),b=_(3455),C=_(3274),P=_(2260);let S;(0,_(2134).R)(()=>{S=void 0});const V=()=>{const Ee=(0,C.x)("OpenUI5Support");(!Ee||!Ee.isOpenUI5Detected())&&(()=>{const Ee=document.querySelector("head>style[data-ui5-font-face]");void 0===S&&(S=(0,P.d$)()),!S||Ee||(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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var U=_(6726),H=_(2616),q=_(7983),le=_(7928),ve=_(6136);let Ze,se=!1,He=!1,et=!1;const Re=new T.A,Je=()=>He,je=Ee=>{He?Ee():Re.attachEvent("boot",Ee)},Ie=function(){var Ee=(0,w.A)(function*(){const We=(0,C.x)("OpenUI5Support"),Fe=!!We&&We.isOpenUI5Detected(),pe=(0,C.x)("F6Navigation");We&&(pe&&pe.destroy(),yield We.init()),pe&&!Fe&&pe.init()});return function(){return Ee.apply(this,arguments)}}(),ue=function(){var Ee=(0,w.A)(function*(){if(void 0!==Ze)return Ze;const We=function(){var Fe=(0,w.A)(function*(pe){(0,q.je)(),typeof document>"u"?pe():((0,le.h)(be),yield Ie(),yield new Promise(Ee=>{document.body?Ee():document.addEventListener("DOMContentLoaded",()=>{Ee()})}),yield(0,H.Ay)((0,U.O4)()),(()=>{if(et)return;const Ee=(0,C.x)("OpenUI5Support");Ee&&(et=Ee.attachListeners())})(),V(),(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,ve.nr)()&&(0,ve.un)()&&!se&&(document.body.addEventListener("touchstart",()=>{}),se=!0),pe(),He=!0,Re.fireEvent("boot"))});return function(lt){return Fe.apply(this,arguments)}}();return Ze=new Promise(We),Ze});return function(){return Ee.apply(this,arguments)}}(),be=Ee=>{if(!He)return;const We=(0,U.O4)(),Fe=(0,U.PC)();(Ee===We||Ee===Fe)&&(0,H.Ay)(We)}},7607(K,re,_){"use strict";_.d(re,{D8:()=>m,FN:()=>E,J4:()=>O,KI:()=>P});var w=_(6113),M=_(7983);const F=(0,w.A)("Tags",new Map),T=new Set;let C,b=new Map;const P=A=>{T.add(A),F.set(A,(0,M._w)())},m=A=>T.has(A),E=()=>[...T.values()],O=A=>{let V=F.get(A);void 0===V&&(V=-1),b.has(V)||b.set(V,new Set),b.get(V).add(A),C||(C=setTimeout(()=>{B(),b=new Map,C=void 0},1e3))},B=()=>{const A=(0,M.J1)(),V=(0,M._w)(),I=A[V];let z="Multiple UI5 Web Components instances detected.";A.length>1&&(z=`${z}\nLoading order (versions before 1.1.0 not listed): ${A.map(j=>`\n${j.description}`).join("")}`),[...b.keys()].forEach(j=>{let W,x,G;-1===j?(W=1,x={description:"Older unknown runtime"}):(W=(0,M.Dz)(V,j),x=A[j]),G=W>0?"an older":W<0?"a newer":"the same",z=`${z}\n\n"${I.description}" failed to define ${b.get(j).size} tag(s) as they were defined by a runtime of ${G} version "${x.description}": ${[...b.get(j)].sort().join(", ")}.`,z=W>0?`${z}\nWARNING! If your code uses features of the above web components, unavailable in ${x.description}, it might not work as expected!`:`${z}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),z=`${z}\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(z)}},4001(K,re,_){"use strict";_.d(re,{$4:()=>B,LI:()=>E,RF:()=>O,rD:()=>m}),_(7607),_(9514);let C={include:[/./],exclude:[]};const L=new Map,m=()=>{},E=()=>C,O=V=>{if(!L.has(V)){const I=C.include.some(z=>V.match(z))&&!C.exclude.some(z=>V.match(z));L.set(V,I)}return L.get(V)},B=V=>{if(O(V))return m()}},6136(K,re,_){"use strict";_.d(re,{H8:()=>E,cX:()=>j,m0:()=>W,nr:()=>S,tp:()=>A,un:()=>z,xl:()=>V});const w=typeof document>"u",M={get userAgent(){return w?"":navigator.userAgent},get touch(){return!w&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!w&&/(Chrome|CriOS)/.test(M.userAgent)},get firefox(){return!w&&/Firefox/.test(M.userAgent)},get safari(){return!w&&!M.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(M.userAgent)},get webkit(){return!w&&/webkit/.test(M.userAgent)},get windows(){return!w&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!w&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!(w||!navigator.platform.match(/iPhone|iPad|iPod/)&&(!M.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!w&&!M.windows&&/Android/.test(M.userAgent)},get androidPhone(){return!w&&M.android&&/(?=android)(?=.*mobile)/i.test(M.userAgent)},get ipad(){return!w&&(/ipad/i.test(M.userAgent)||/Macintosh/i.test(M.userAgent)&&"ontouchend"in document)},_isPhone:()=>(P(),M.touch&&!b)};let F,T,b;const C=()=>{if(w||!M.windows)return!1;if(void 0===F){const x=M.userAgent.match(/Windows NT (\d+).(\d)/);F=x?parseFloat(x[1]):0}return F>=8},P=()=>{if(w)return!1;if(void 0===b){if(M.ipad)return void(b=!0);if(M.touch){if(C())return void(b=!0);if(M.chrome&&M.android)return void(b=!/Mobile Safari\/[.0-9]+/.test(M.userAgent));let x=window.devicePixelRatio?window.devicePixelRatio:1;return M.android&&(()=>{if(w||!M.webkit)return!1;if(void 0===T){const x=M.userAgent.match(/(webkit)[ /]([\w.]+)/);T=x?parseFloat(x[1]):0}return T>=537.1})()&&(x=1),void(b=Math.min(window.screen.width/x,window.screen.height/x)>=600)}b=-1!==M.userAgent.indexOf("Touch")||M.android&&!M.androidPhone}},S=()=>M.safari,E=()=>M.chrome,A=()=>M._isPhone(),V=()=>!w&&(P(),!((M.touch||C())&&b||A())||C()),z=()=>M.iOS,j=()=>M.macOS,W=()=>M.android||M.androidPhone},1241(K,re,_){"use strict";_.d(re,{A:()=>M});const M=class w{constructor(){this._eventRegistry=new Map}attachEvent(T,b){const C=this._eventRegistry,L=C.get(T);Array.isArray(L)?L.includes(b)||L.push(b):C.set(T,[b])}detachEvent(T,b){const C=this._eventRegistry,L=C.get(T);if(!L)return;const P=L.indexOf(b);-1!==P&&L.splice(P,1),0===L.length&&C.delete(T)}fireEvent(T,b){const C=this._eventRegistry.get(T);return C?C.map(L=>L.call(this,b)):[]}fireEventAsync(T,b){return Promise.all(this.fireEvent(T,b))}isHandlerAttached(T,b){const C=this._eventRegistry.get(T);return!!C&&C.includes(b)}hasListeners(T){return!!this._eventRegistry.get(T)}}},3274(K,re,_){"use strict";_.d(re,{x:()=>F});const w=new Map,F=T=>w.get(T)},5746(K,re,_){"use strict";_.d(re,{X:()=>M,n:()=>F});const w=[],M=T=>{if("string"!=typeof T||!T.length)throw new Error("Only string characters for a tag prefix.");w.push(T)},F=T=>w.some(b=>T.startsWith(b))},2260(K,re,_){"use strict";_.d(re,{d$:()=>I,$n:()=>z,mE:()=>A,Z0:()=>B,uf:()=>V,O4:()=>E,SU:()=>O});var He,w=_(8509),M=_(3274),F=_(5726),T=((He=T||{}).Full="full",He.Basic="basic",He.Minimal="minimal",He.None="none",He);const b=T;var C=_(2134),L=_(6121);let P=!1,m={animationMode:b.Full,theme:F.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};const E=()=>(xe(),m.theme),O=()=>(xe(),m.themeRoot),B=()=>(xe(),m.language),A=()=>(xe(),m.fetchDefaultLanguage),V=()=>(xe(),m.noConflict),I=()=>(xe(),m.defaultFontLoading),z=()=>(xe(),m.enableDefaultTooltips),U=new Map;U.set("true",!0),U.set("false",!1);const se=(He,Ze,et)=>{const Re=Ze.toLowerCase(),Je=He.split(`${et}-`)[1];U.has(Ze)&&(Ze=U.get(Re)),"theme"===Je?(m.theme=((He,Ze)=>"theme"===He&&Ze.includes("@")?Ze.split("@")[0]:Ze)(Je,Ze),Ze&&Ze.includes("@")&&(m.themeRoot=(He=>He.split("@")[1])(Ze))):m[Je]=Ze},xe=()=>{typeof document>"u"||P||($e(),P=!0)},$e=He=>{He&&(0,C.k)(),(()=>{const He=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let Ze;if(He){try{Ze=JSON.parse(He.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}Ze&&(m=(0,w.A)(m,Ze))}})(),(()=>{const He=new URLSearchParams((0,L.iA)());He.forEach((Ze,et)=>{const Re=et.split("sap-").length;0===Re||Re===et.split("sap-ui-").length||se(et,Ze,"sap")}),He.forEach((Ze,et)=>{et.startsWith("sap-ui")&&se(et,Ze,"sap-ui")})})(),(()=>{const He=(0,M.x)("OpenUI5Support");if(!He||!He.isOpenUI5Detected())return;const Ze=He.getConfigurationSettingsObject();m=(0,w.A)(m,Ze)})()}},2358(K,re,_){"use strict";_.d(re,{BF:()=>P,FG:()=>E,HJ:()=>Se,KK:()=>U,KL:()=>Re,KO:()=>Ln,OC:()=>S,Ob:()=>Be,Pj:()=>B,RI:()=>M,Tu:()=>p,W_:()=>Ie,_0:()=>C,aI:()=>j,bR:()=>je,hn:()=>H,ie:()=>O,oY:()=>We,oi:()=>J,qN:()=>Ce,tt:()=>W,uV:()=>xe,vQ:()=>Ee,xC:()=>L,zP:()=>Je});const M=D=>(D.key?"Enter"===D.key:13===D.keyCode)&&!te(D),C=D=>de(D,!0,!1,!1),L=D=>(D.key?"Spacebar"===D.key||" "===D.key:32===D.keyCode)&&!te(D),P=D=>(D.key?"Spacebar"===D.key||" "===D.key:32===D.keyCode)&&de(D,!1,!1,!0),S=D=>(D.key?"ArrowLeft"===D.key||"Left"===D.key:37===D.keyCode)&&!te(D),E=D=>(D.key?"ArrowRight"===D.key||"Right"===D.key:39===D.keyCode)&&!te(D),O=D=>(D.key?"ArrowUp"===D.key||"Up"===D.key:38===D.keyCode)&&!te(D),B=D=>(D.key?"ArrowDown"===D.key||"Down"===D.key:40===D.keyCode)&&!te(D),j=D=>(D.key?"ArrowUp"===D.key||"Up"===D.key:38===D.keyCode)&&de(D,!1,!1,!0),W=D=>(D.key?"ArrowDown"===D.key||"Down"===D.key:40===D.keyCode)&&de(D,!1,!1,!0),U=D=>(D.key?"ArrowLeft"===D.key||"Left"===D.key:37===D.keyCode)&&de(D,!1,!1,!0),H=D=>(D.key?"ArrowRight"===D.key||"Right"===D.key:39===D.keyCode)&&de(D,!1,!1,!0),Ce=D=>(D.key?"Home"===D.key:36===D.keyCode)&&!te(D),xe=D=>(D.key?"End"===D.key:35===D.keyCode)&&!te(D),Re=D=>(D.key?"Escape"===D.key||"Esc"===D.key:27===D.keyCode)&&!te(D),Je=D=>(D.key?"Tab"===D.key:9===D.keyCode)&&!te(D),je=D=>(D.key?"Tab"===D.key:9===D.keyCode)&&de(D,!1,!1,!0),Ie=D=>(D.key?"Backspace"===D.key:8===D.keyCode)&&!te(D),Be=D=>(D.key?"Delete"===D.key:46===D.keyCode)&&!te(D),Ee=D=>(D.key?"PageUp"===D.key:33===D.keyCode)&&!te(D),We=D=>(D.key?"PageDown"===D.key:34===D.keyCode)&&!te(D),Ln=D=>D.key?at(D)||me(D):115===D.keyCode&&!te(D)||40===D.keyCode&&de(D,!1,!0,!1),at=D=>"F4"===D.key&&!te(D),J=D=>(D.key?"F7"===D.key:118===D.keyCode)&&!te(D),Se=D=>(D.key?"F8"===D.key:119===D.keyCode)&&de(D,!0,!0,!1),me=D=>("ArrowDown"===D.key||"Down"===D.key||"ArrowUp"===D.key||"Up"===D.key)&&de(D,!1,!0,!1),p=D=>"Shift"===D.key||16===D.keyCode,te=D=>D.shiftKey||D.altKey||he(D),he=D=>!(!D.metaKey&&!D.ctrlKey),de=(D,ct,ze,an)=>D.shiftKey===an&&D.altKey===ze&&he(D)===ct},6121(K,re,_){"use strict";_.d(re,{$N:()=>C,VQ:()=>F,iA:()=>L,iw:()=>b,lj:()=>T});const w=typeof document>"u",M_search=()=>w?"":window.location.search,F=()=>w?"":window.location.hostname,T=()=>w?"":window.location.port,b=()=>w?"":window.location.protocol,C=()=>w?"":window.location.href,L=()=>M_search()},3455(K,re,_){"use strict";_.d(re,{E6:()=>m,Zq:()=>S,_r:()=>b,eP:()=>P,g5:()=>L});var w=_(7983);const M=typeof document>"u",F=(E,O)=>O?`${E}|${O}`:E,b=(E,O,B="",A)=>{const V=(0,w._w)(),I=new CSSStyleSheet;I.replaceSync(E),I._ui5StyleId=F(O,B),A&&(I._ui5RuntimeIndex=V,I._ui5Theme=A),document.adoptedStyleSheets=[...document.adoptedStyleSheets,I]},L=(E,O="")=>!!M||!!document.adoptedStyleSheets.find(B=>B._ui5StyleId===F(E,O)),P=(E,O="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(B=>B._ui5StyleId!==F(E,O))},m=(E,O,B="",A)=>{L(O,B)?((E,O,B="",A)=>{const V=(0,w._w)(),I=document.adoptedStyleSheets.find(z=>z._ui5StyleId===F(O,B));I&&(A?(I._ui5Theme!==A||(E=>void 0===E||(0,w.Dz)((0,w._w)(),parseInt(E))>=1)(I._ui5RuntimeIndex))&&(I.replaceSync(E||""),I._ui5RuntimeIndex=String(V),I._ui5Theme=A):I.replaceSync(E||""))})(E,O,B,A):b(E,O,B,A)},S=(E,O)=>void 0===E?O:void 0===O?E:`${E} ${O}`},4583(K,re,_){"use strict";_.d(re,{A:()=>L});const w=new Map,M=new Map;M.set("S",[0,599]),M.set("M",[600,1023]),M.set("L",[1024,1439]),M.set("XL",[1440,1/0]);var P,F=((P=F||{}).RANGE_4STEPS="4Step",P);const C={RANGESETS:F,initRangeSet:(P,m)=>{w.set(P,m)},getCurrentRange:(P,m=window.innerWidth)=>{let E,S=w.get(P);S||(S=w.get("4Step"));const O=Math.floor(m);return S.forEach((B,A)=>{O>=B[0]&&O<=B[1]&&(E=A)}),E||[...S.keys()][0]}};C.initRangeSet(C.RANGESETS.RANGE_4STEPS,M);const L=C},6060(K,re,_){"use strict";_.d(re,{zo:()=>z,xm:()=>H,oK:()=>V,JT:()=>G,fz:()=>I});var w=_(467),M=_(1241);var C=_(7607),L=_(8012);const P=new Set,m=new M.A,S=new class T{constructor(){this.list=[],this.lookup=new Set}add(se){this.lookup.has(se)||(this.list.push(se),this.lookup.add(se))}remove(se){this.lookup.has(se)&&(this.list=this.list.filter(Ce=>Ce!==se),this.lookup.delete(se))}shift(){const se=this.list.shift();if(se)return this.lookup.delete(se),se}isEmpty(){return 0===this.list.length}isAdded(se){return this.lookup.has(se)}process(se){let Ce;const xe=new Map;for(Ce=this.shift();Ce;){const $e=xe.get(Ce)||0;if($e>10)throw new Error("Web component processed too many times this task, max allowed is: 10");se(Ce),xe.set(Ce,$e+1),Ce=this.shift()}}};let E,O,B,A;const V=function(){var ve=(0,w.A)(function*(se){S.add(se),yield j()});return function(Ce){return ve.apply(this,arguments)}}(),I=ve=>{m.fireEvent("beforeComponentRender",ve),P.add(ve),ve._render()},z=ve=>{S.remove(ve),P.delete(ve)},j=function(){var ve=(0,w.A)(function*(){A||(A=new Promise(se=>{window.requestAnimationFrame(()=>{S.process(I),A=null,se(),B||(B=setTimeout(()=>{B=void 0,S.isEmpty()&&U()},200))})})),yield A});return function(){return ve.apply(this,arguments)}}(),G=function(){var ve=(0,w.A)(function*(){yield(()=>{const ve=(0,C.FN)().map(se=>customElements.whenDefined(se));return Promise.all(ve)})(),yield E||(E=new Promise(ve=>{O=ve,window.requestAnimationFrame(()=>{S.isEmpty()&&(E=void 0,ve())})}),E)});return function(){return ve.apply(this,arguments)}}(),U=()=>{S.isEmpty()&&O&&(O(),O=void 0,E=void 0)},H=function(){var ve=(0,w.A)(function*(se){P.forEach(Ce=>{const xe=Ce.constructor,$e=xe.getMetadata().getTag(),He=(0,L.J)(xe),Ze=xe.getMetadata().isLanguageAware(),et=xe.getMetadata().isThemeAware();(!se||se.tag===$e||se.rtlAware&&He||se.languageAware&&Ze||se.themeAware&&et)&&V(Ce)}),yield G()});return function(Ce){return ve.apply(this,arguments)}}()},7983(K,re,_){"use strict";_.d(re,{Dz:()=>E,J1:()=>B,_w:()=>S,je:()=>m});var w=_(7607),M=_(4001),F=_(9514),T=_(6113);let b;const L=new Map,P=(0,T.A)("Runtimes",[]),m=()=>{if(void 0===b){b=P.length;const A=F.A;P.push({...A,get scopingSuffix(){return(0,M.rD)()},get registeredTags(){return(0,w.FN)()},get scopingRules(){return(0,M.LI)()},alias:"",description:`Runtime ${b} - ver ${A.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},S=()=>b,E=(A,V)=>{const I=`${A},${V}`;if(L.has(I))return L.get(I);const z=P[A],j=P[V];if(!z||!j)throw new Error("Invalid runtime index supplied");if(z.isNext||j.isNext)return z.buildTime-j.buildTime;const W=z.major-j.major;if(W)return W;const x=z.minor-j.minor;if(x)return x;const G=z.patch-j.patch;if(G)return G;const U=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(z.suffix,j.suffix);return L.set(I,U),U},B=()=>P},4381(K,re,_){"use strict";_.d(re,{A:()=>Ar,W:()=>xn});var w=_(467),M=_(8509),F=_(2781);const T=new Map,b=new Map,C=new Map,L=ke=>{if(!T.has(ke)){const nt=S(ke.split("-"));T.set(ke,nt)}return T.get(ke)},P=ke=>{if(!b.has(ke)){const nt=ke.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();b.set(ke,nt)}return b.get(ke)},S=ke=>ke.map((nt,ge)=>0===ge?nt.toLowerCase():nt.charAt(0).toUpperCase()+nt.slice(1).toLowerCase()).join(""),E=ke=>{const nt=C.get(ke);if(nt)return nt;const ge=L(ke),st=ge.charAt(0).toUpperCase()+ge.slice(1);return C.set(ke,st),st},O=ke=>{if(!(ke instanceof HTMLElement))return"default";const nt=ke.getAttribute("slot");if(nt){const ge=nt.match(/^(.+?)-\d+$/);return ge?ge[1]:nt}return"default"},B=ke=>ke instanceof HTMLSlotElement?ke.assignedNodes({flatten:!0}).filter(nt=>nt instanceof HTMLElement):[ke],A=ke=>ke.reduce((nt,ge)=>nt.concat(B(ge)),[]);var V=_(4001);const j=class I{constructor(nt){this.metadata=nt}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const nt={};if(this.slotsAreManaged()){const ge=this.getSlots();for(const[st,ht]of Object.entries(ge)){const kt=ht.propertyName||st;nt[kt]=[],nt[L(kt)]=nt[kt]}}return this._initialState=nt,nt}static validateSlotValue(nt,ge){return((ke,nt)=>(ke&&B(ke).forEach(ge=>{if(!(ge instanceof nt.type))throw new Error(`The element is not of type ${nt.type.toString()}`)}),ke))(nt,ge)}getPureTag(){return this.metadata.tag||""}getTag(){const nt=this.metadata.tag;if(!nt)return"";const ge=(0,V.$4)(nt);return ge?`${nt}-${ge}`:nt}hasAttribute(nt){const ge=this.getProperties()[nt];return ge.type!==Object&&!ge.noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(P)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(nt=>nt.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(nt,ge,st){const ht=this.getSlots()[nt].invalidateOnChildChange;if(void 0===ht)return!1;if("boolean"==typeof ht)return ht;if("object"==typeof ht){if("property"===ge){if(void 0===ht.properties)return!1;if("boolean"==typeof ht.properties)return ht.properties;if(Array.isArray(ht.properties))return ht.properties.includes(st);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===ge){if(void 0===ht.slots)return!1;if("boolean"==typeof ht.slots)return ht.slots;if(Array.isArray(ht.slots))return ht.slots.includes(st);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 W=_(1241),x=_(6060),G=_(6113);const le=ke=>{(0,G.A)("CustomStyle.eventProvider",new W.A).attachEvent("CustomCSSChange",ke)};le(ke=>{(0,x.xm)({tag:ke})});const Re=ke=>Array.isArray(ke)?ke.filter(nt=>!!nt).flat(10).join(" "):ke;var Je=_(3274);const je=new Map;le(ke=>{je.delete(`${ke}_normal`)});const Be=ke=>{const nt=ke.getMetadata().getTag(),ge=`${nt}_normal`,st=(0,Je.x)("OpenUI5Enablement");if(!je.has(ge)){let ht="";st&&(ht=Re(st.getBusyIndicatorStyles()));const kt=(ke=>{const nt=(0,G.A)("CustomStyle.customCSSFor",{});return nt[ke]?nt[ke].join(""):""})(nt)||"",zt=`${Re(ke.styles)} ${kt} ${ht}`;je.set(ge,zt)}return je.get(ge)},ue=new Map;le(ke=>{ue.delete(`${ke}_normal`)});const be=ke=>{const nt=`${ke.getMetadata().getTag()}_normal`;if(!ue.has(nt)){const ge=Be(ke),st=new CSSStyleSheet;st.replaceSync(ge),ue.set(nt,[st])}return ue.get(nt)};var Ee=_(1452),pe=_(5746),lt=_(7607);const vt=new WeakMap;var $t=_(2260),Et=_(2134);const Ln=["value-changed","click"];let Yt;(0,Et.R)(()=>{Yt=void 0});const Me=()=>(void 0===Yt&&(Yt=(0,$t.uf)()),Yt),me=["disabled","title","hidden","role","draggable"],g=ke=>!(!me.includes(ke)&&!ke.startsWith("aria")&&[HTMLElement,Element,Node].some(nt=>nt.prototype.hasOwnProperty(ke)));var v=_(8777),N=_(8012),ne=_(3823),te=_(6162),he=_(4446),de=_(4217),Ge=_(1175),St=_(5726);const ct=new Map,ze=new Map,an=new Map,Y=new Set;let ee=!1;const Le={iw:"he",ji:"yi",in:"id"},Ve=ke=>{ee||(console.warn(`[LocaleData] Supported locale "${ke}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),ee=!0)},Oe=(ke,nt)=>{ct.set(ke,nt)},Ft=function(){var ke=(0,w.A)(function*(nt,ge,st){const ht=((ke,nt,ge)=>{"no"===(ke=ke&&Le[ke]||ke)&&(ke="nb"),"zh"===ke&&!nt&&("Hans"===ge?nt="CN":"Hant"===ge&&(nt="TW")),("sh"===ke||"sr"===ke&&"Latn"===ge)&&(ke="sr",nt="Latn");let st=`${ke}_${nt}`;return St.dI.includes(st)?ze.has(st)?st:(Ve(st),St.Xn):(st=ke,St.dI.includes(st)?ze.has(st)?st:(Ve(st),St.Xn):St.Xn)})(nt,ge,st),kt=(0,Je.x)("OpenUI5Support");if(kt){const zt=kt.getLocaleDataObject();if(zt)return void Oe(ht,zt)}try{const zt=yield(ke=>{if(!an.get(ke)){const nt=ze.get(ke);if(!nt)throw new Error(`CLDR data for locale ${ke} is not loaded!`);an.set(ke,nt(ke))}return an.get(ke)})(ht);Oe(ht,zt)}catch(zt){const Lt=zt;Y.has(Lt.message)||(Y.add(Lt.message),console.error(Lt.message))}});return function(ge,st,ht){return ke.apply(this,arguments)}}();ze.set("en",(0,w.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,de._F)(()=>{const ke=(0,Ge.A)();return Ft(ke.getLanguage(),ke.getRegion(),ke.getScript())});var hn=_(4181),Ke=_(5031);let ln=0;const Bt=new Map,mn=new Map,On={fromAttribute(ke,nt){if(nt===Boolean)return null!==ke;if(nt===Number)return null===ke?void 0:parseFloat(ke);if(nt===Object||nt===Array)try{return JSON.parse(ke)}catch{return ke}return ke},toAttribute:(ke,nt)=>nt===Boolean?ke?"":null:nt===Object||nt===Array?JSON.stringify(ke):null==ke?null:String(ke)};function Fr(ke){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,hn.gx)()||(this.onInvalidation(ke),this._changedState.push(ke),(0,x.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...ke,target:this}))}function qt(ke,nt){do{const ge=Object.getOwnPropertyDescriptor(ke,nt);if(ge)return ge;ke=Object.getPrototypeOf(ke)}while(ke&&ke!==HTMLElement.prototype)}let Jt=(()=>{class ke extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const ge=this.constructor;let st;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new W.A,this._componentStateFinalizedEventProvider=new W.A,this._domRefReadyPromise=new Promise(ht=>{st=ht}),this._domRefReadyPromise._deferredResolve=st,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...ge.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(ht=>{this.hasOwnProperty(ht)&&this.initializedProperties.set(ht,this[ht])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const ge=this.constructor;if(ge._needsShadowDOM()){const st={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...st,...ge.getMetadata().getShadowRootOptions()}),ge.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(ge){ge.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++ln),this.__id}render(){return(0,ne.A)(this.constructor.template,this)}connectedCallback(){var ge=this;return(0,w.A)(function*(){const st=ge.constructor;ge.setAttribute(st.getMetadata().getPureTag(),""),st.getMetadata().supportsF6FastNavigation()&&!ge.hasAttribute("data-sap-ui-fastnavgroup")&&ge.setAttribute("data-sap-ui-fastnavgroup","true");const ht=st.getMetadata().slotsAreManaged();ge._inDOM=!0,ht&&(ge._startObservingDOMChildren(),yield ge._processChildren()),st.asyncFinished||(yield st._definePromise),ge._inDOM&&((0,x.fz)(ge),ge._domRefReadyPromise._deferredResolve(),ge._fullyConnected=!0,ge.onEnterDOM())})()}get definePromise(){const ge=this.constructor;return!ge.asyncFinished&&ge._definePromise?ge._definePromise:Promise.resolve()}disconnectedCallback(){const ge=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,ge&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,x.zo)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const ge=this.constructor.getMetadata();if(!ge.hasSlots())return;const st=ge.canSlotText(),ht={childList:!0,subtree:st,characterData:st};((ke,nt,ge)=>{const st=new MutationObserver(nt);vt.set(ke,st),st.observe(ke,ge)})(this,this._processChildren.bind(this),ht)}_stopObservingDOMChildren(){(ke=>{const nt=vt.get(ke);nt&&(nt.disconnect(),vt.delete(ke))})(this)}_processChildren(){var ge=this;return(0,w.A)(function*(){ge.constructor.getMetadata().hasSlots()&&(yield ge._updateSlots())})()}_updateSlots(){var ge=this;return(0,w.A)(function*(){const st=ge.constructor,ht=st.getMetadata().getSlots(),kt=st.getMetadata().canSlotText(),zt=Array.from(kt?ge.childNodes:ge.children),Lt=new Map,Mn=new Map;for(const[br,Pn]of Object.entries(ht)){const An=Pn.propertyName||br;Mn.set(An,br),Lt.set(An,[...ge._state[An]]),ge._clearSlot(br,Pn)}const zn=new Map,Hr=new Map;zt.forEach((br,Pn)=>{const An=O(br),ao=ht[An];if(void 0===ao){if("default"!==An){const Cs=Object.keys(ht).join(", ");console.warn(`Unknown slotName: ${An}, ignoring`,br,`Valid values are: ${Cs}`)}return}const Qn=ao.propertyName||An;Hr.has(Qn)?Hr.get(Qn).push({child:br,idx:Pn}):Hr.set(Qn,[{child:br,idx:Pn}])}),Hr.forEach((br,Pn)=>{ge._state[Pn]=br.sort((An,ao)=>An.idx-ao.idx).map(An=>An.child),ge._state[L(Pn)]=ge._state[Pn]});const Ai=zt.map(function(){var br=(0,w.A)(function*(Pn){const An=O(Pn),ao=ht[An];if(void 0!==ao){if(ao.individualSlots){const Qn=(zn.get(An)||0)+1;zn.set(An,Qn),Pn._individualSlot=`${An}-${Qn}`}if(Pn instanceof HTMLElement){const Qn=Pn.localName;if(Qn.includes("-")&&!(0,pe.n)(Qn)){if(!customElements.get(Qn)){const Cs=customElements.whenDefined(Qn);let Si=Bt.get(Qn);Si||(Si=new Promise(ys=>setTimeout(ys,1e3)),Bt.set(Qn,Si)),yield Promise.race([Cs,Si])}customElements.upgrade(Pn)}}if(Pn=st.getMetadata().constructor.validateSlotValue(Pn,ao),xn(Pn)&&ao.invalidateOnChildChange){const Qn=ge._getChildChangeListener(An);Pn.attachInvalidate.call(Pn,Qn)}Pn instanceof HTMLSlotElement&&ge._attachSlotChange(Pn,An,!!ao.invalidateOnChildChange)}});return function(Pn){return br.apply(this,arguments)}}());yield Promise.all(Ai);let Kn=!1;for(const[br,Pn]of Object.entries(ht)){const An=Pn.propertyName||br;(0,v.A)(Lt.get(An),ge._state[An])||(Fr.call(ge,{type:"slot",name:Mn.get(An),reason:"children"}),Kn=!0,st.getMetadata().isFormAssociated()&&(0,te.ok)(ge))}Kn||Fr.call(ge,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(ge,st){const ht=st.propertyName||ge;this._state[ht].forEach(kt=>{if(xn(kt)){const zt=this._getChildChangeListener(ge);kt.detachInvalidate.call(kt,zt)}kt instanceof HTMLSlotElement&&this._detachSlotChange(kt,ge)}),this._state[ht]=[],this._state[L(ht)]=this._state[ht]}attachInvalidate(ge){this._invalidationEventProvider.attachEvent("invalidate",ge)}detachInvalidate(ge){this._invalidationEventProvider.detachEvent("invalidate",ge)}_onChildChange(ge,st){this.constructor.getMetadata().shouldInvalidateOnChildChange(ge,st.type,st.name)&&Fr.call(this,{type:"slot",name:ge,reason:"childchange",child:st.target})}attributeChangedCallback(ge,st,ht){let kt;if(this._doNotSyncAttributes.has(ge))return;const zt=this.constructor.getMetadata().getProperties(),Lt=ge.replace(/^ui5-/,""),Mn=L(Lt);if(zt.hasOwnProperty(Mn)){const zn=zt[Mn];kt=(zn.converter??On).fromAttribute(ht,zn.type),this[Mn]=kt}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,te.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(ge,st){const ht=this.constructor;if(!ht.getMetadata().hasAttribute(ge))return;const kt=ht.getMetadata().getProperties()[ge],zt=P(ge),Lt=(kt.converter||On).toAttribute(st,kt.type);this._doNotSyncAttributes.add(zt),null==Lt?this.removeAttribute(zt):this.setAttribute(zt,Lt),this._doNotSyncAttributes.delete(zt)}_getChildChangeListener(ge){return this._childChangeListeners.has(ge)||this._childChangeListeners.set(ge,this._onChildChange.bind(this,ge)),this._childChangeListeners.get(ge)}_getSlotChangeListener(ge){return this._slotChangeListeners.has(ge)||this._slotChangeListeners.set(ge,this._onSlotChange.bind(this,ge)),this._slotChangeListeners.get(ge)}_attachSlotChange(ge,st,ht){const kt=this._getSlotChangeListener(st);ge.addEventListener("slotchange",zt=>{if(kt.call(ge,zt),ht){const Lt=this._slotsAssignedNodes.get(ge);Lt&&Lt.forEach(zn=>{if(xn(zn)){const Hr=this._getChildChangeListener(st);zn.detachInvalidate.call(zn,Hr)}});const Mn=A([ge]);this._slotsAssignedNodes.set(ge,Mn),Mn.forEach(zn=>{if(xn(zn)){const Hr=this._getChildChangeListener(st);zn.attachInvalidate.call(zn,Hr)}})}})}_detachSlotChange(ge,st){ge.removeEventListener("slotchange",this._getSlotChangeListener(st))}_onSlotChange(ge){Fr.call(this,{type:"slot",name:ge,reason:"slotchange"})}onInvalidation(ge){}updateAttributes(){const ge=this.constructor.getMetadata().getProperties();for(const[st,ht]of Object.entries(ge))this._updateAttribute(st,this[st])}_render(){const ge=this.constructor,st=ge.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([ht,kt])=>{delete this[ht],this[ht]=kt}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],ge._needsShadowDOM()&&(ke=>{const nt=ke.constructor,ge=ke.shadowRoot;ge?(ge.adoptedStyleSheets=[(0,Ee.k)(),...be(nt)],nt.renderer(ke,ge)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,st&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(ge=>{ge._individualSlot&&ge.setAttribute("slot",ge._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 ge=this.getDomRef();if(ge)return ge.querySelector("[data-sap-focus-ref]")||ge}getFocusDomRefAsync(){var ge=this;return(0,w.A)(function*(){return yield ge._waitForDomRef(),ge.getFocusDomRef()})()}focus(ge){var st=this;return(0,w.A)(function*(){yield st._waitForDomRef();const ht=st.getFocusDomRef();ht!==st&&st.isConnected?ht&&"function"==typeof ht.focus&&ht.focus(ge):HTMLElement.prototype.focus.call(st,ge)})()}fireEvent(ge,st,ht=!1,kt=!0){const zt=this._fireEvent(ge,st,ht,kt),Lt=E(ge);return Lt!==ge?zt&&this._fireEvent(Lt,st,ht,kt):zt}fireDecoratorEvent(ge,st){const ht=this.getEventData(ge),kt=!!ht&&ht.cancelable,zt=!!ht&&ht.bubbles,Lt=this._fireEvent(ge,st,kt,zt),Mn=E(ge);return Mn!==ge?Lt&&this._fireEvent(Mn,st,kt,zt):Lt}_fireEvent(ge,st,ht=!1,kt=!0){const zt=new CustomEvent(`ui5-${ge}`,{detail:st,composed:!1,bubbles:kt,cancelable:ht}),Lt=this.dispatchEvent(zt);if((ke=>{const nt=Me();return!((ke=>Ln.includes(ke))(ke)||!0!==nt&&(ke=>{const nt=Me();return!("boolean"!=typeof nt&&nt.events&&nt.events.includes&&nt.events.includes(ke))})(ke))})(ge))return Lt;const Mn=new CustomEvent(ge,{detail:st,composed:!1,bubbles:kt,cancelable:ht});return this.dispatchEvent(Mn)&&Lt}getEventData(ge){return this.constructor.getMetadata().getEvents()[ge]}getSlottedNodes(ge){return A(this[ge])}attachComponentStateFinalized(ge){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",ge)}detachComponentStateFinalized(ge){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",ge)}get effectiveDir(){return(0,N.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 ge=this.getMetadata().getPureTag(),st=this.getUniqueDependencies().map(ht=>ht.getMetadata().getPureTag()).filter(V.RF);return(0,V.RF)(ge)&&st.push(ge),st}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const ge=this.prototype,st=this.getMetadata().slotsAreManaged(),ht=this.getMetadata().getProperties();for(const[kt,zt]of Object.entries(ht)){g(kt)||console.warn(`"${kt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Lt=qt(ge,kt);let Mn,zn;Lt?.set&&(Mn=Lt.set),Lt?.get&&(zn=Lt.get),Object.defineProperty(ge,kt,{get(){return zn?zn.call(this):this._state[kt]},set(Hr){const Ai=this.constructor,Kn=zn?zn.call(this):this._state[kt];if(Kn!==Hr){if(Mn?Mn.call(this,Hr):this._state[kt]=Hr,Fr.call(this,{type:"property",name:kt,newValue:Hr,oldValue:Kn}),this._rendered){const br=zn?zn.call(this):this._state[kt];this._updateAttribute(kt,br)}Ai.getMetadata().isFormAssociated()&&(0,te.ok)(this)}}})}if(st){const kt=this.getMetadata().getSlots();for(const[zt,Lt]of Object.entries(kt)){g(zt)||console.warn(`"${zt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Mn=Lt.propertyName||zt,zn={get(){return void 0!==this._state[Mn]?this._state[Mn]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(ge,Mn,zn),Mn!==L(Mn)&&Object.defineProperty(ge,L(Mn),zn)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const ge=this.dependencies.filter((st,ht,kt)=>kt.indexOf(st)===ht);mn.set(this,ge)}static getUniqueDependencies(){return mn.has(this)||this.cacheUniqueDependencies(),mn.get(this)||[]}static onDefine(){return(0,w.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(ge=>{const{bundleName:st}=ge[1];return(0,he.HE)(st)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?Ft((0,Ge.A)().getLanguage(),(0,Ge.A)().getRegion(),(0,Ge.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var ge=this;const st=function(){var Lt=(0,w.A)(function*(){yield(0,F.zj)();const Mn=yield Promise.all([ge.fetchI18nBundles(),ge.fetchCLDR(),ge.onDefine()]),[zn]=Mn;Object.entries(ge.getMetadata().getI18n()).forEach((Hr,Ai)=>{ge.i18nBundleStorage[Hr[1].bundleName]=zn[Ai]}),ge.asyncFinished=!0});return function(){return Lt.apply(this,arguments)}}();this._definePromise=st();const ht=this.getMetadata().getTag(),kt=(0,lt.D8)(ht),zt=customElements.get(ht);return zt&&!kt?(0,lt.J4)(ht):zt||(this._generateAccessors(),(0,lt.KI)(ht),customElements.define(ht,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const ge=[this.metadata];let st=this;for(;st!==ke;)st=Object.getPrototypeOf(st),ge.unshift(st.metadata);const ht=(0,M.A)({},...ge);return this._metadata=new j(ht),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 ke})();const xn=(0,Ke.A)("isUI5Element"),Ar=Jt},4874(K,re,_){"use strict";_.d(re,{Z5:()=>Ze,y3:()=>$e,hu:()=>xe,pU:()=>ve});var Re,w=_(467),M=_(6113),F=((Re=F||{})["SAP-icons"]="SAP-icons-v4",Re.horizon="SAP-icons-v5",Re["SAP-icons-TNT"]="tnt",Re.BusinessSuiteInAppSymbols="business-suite",Re);const T=Re=>F[Re]?F[Re]:Re;var C=_(6726),L=(Re=>(Re.SAPIconsV4="SAP-icons-v4",Re.SAPIconsV5="SAP-icons-v5",Re.SAPIconsTNTV2="tnt-v2",Re.SAPIconsTNTV3="tnt-v3",Re.SAPBSIconsV1="business-suite-v1",Re.SAPBSIconsV2="business-suite-v2",Re))(L||{});const P=new Map;P.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),P.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),P.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const E=new Map,V=Re=>{const Je=(Re=>E.get(Re))((0,C.O4)());return!Re&&Je?T(Je):(Re=>{const Je=(0,C.Z3)()?"legacy":"sap_horizon";return P.has(Re)?P.get(Re)[Je]:Re})(Re||"SAP-icons")};var I=_(4446);const W=new Map,x=(0,M.A)("SVGIcons.registry",new Map),G=(0,M.A)("SVGIcons.promises",new Map),U="ICON_NOT_FOUND",q=function(){var Re=(0,w.A)(function*(Je){if(!G.has(Je)){if(!W.has(Je))throw new Error(`No loader registered for the ${Je} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const je=W.get(Je);G.set(Je,je(Je))}return G.get(Je)});return function(je){return Re.apply(this,arguments)}}(),le=Re=>{Object.keys(Re.data).forEach(Je=>{const je=Re.data[Je];ve(Je,{pathData:je.path||je.paths,ltr:je.ltr,viewBox:je.viewBox,accData:je.acc,collection:Re.collection,packageName:Re.packageName})})},ve=(Re,Je)=>{x.set(`${Je.collection}/${Re}`,{collection:Je.collection,packageName:Je.packageName,pathData:Je.pathData,viewBox:Je.viewBox,ltr:Je.ltr,accData:Je.accData,customTemplate:Je.customTemplate})},Ce=Re=>{let Je;return Re.startsWith("sap-icon://")&&(Re=Re.replace("sap-icon://","")),[Re,Je]=Re.split("/").reverse(),Re=Re.replace("icon-",""),Je&&(Je=T(Je)),{name:Re,collection:Je}},xe=Re=>{const{name:Je,collection:je}=Ce(Re);return He(je,Je)},$e=function(){var Re=(0,w.A)(function*(Je){const{name:je,collection:Ie}=Ce(Je);let Be=U;try{Be=yield q(V(Ie))}catch(Q){console.error(Q.message)}return Be===U?Be:He(Ie,je)||(Array.isArray(Be)?Be.forEach(Q=>{le(Q),((Re,Je)=>{P.has(Re)?P.set(Re,{...Je,...P.get(Re)}):P.set(Re,Je)})(Ie,{[Q.themeFamily||"legacy"]:Q.collection})}):le(Be),He(Ie,je))});return function(je){return Re.apply(this,arguments)}}(),He=(Re,Je)=>{const je=`${V(Re)}/${Je}`;return x.get(je)},Ze=function(){var Re=(0,w.A)(function*(Je){if(!Je)return;let je=xe(Je);return je||(je=yield $e(Je)),je&&je!==U&&je.accData?je.packageName?(yield(0,I.HE)(je.packageName)).getText(je.accData):je.accData?.defaultText||"":void 0});return function(je){return Re.apply(this,arguments)}}()},4798(K,re,_){"use strict";_.d(re,{B2:()=>I,WC:()=>O,YQ:()=>V,l0:()=>B});var w=_(467),M=_(6113),F=_(6726);const T=new Map([["sap_horizon","V5"],["sap_horizon_dark","V5"],["sap_horizon_hcb","V5/HC"],["sap_horizon_hcw","V5/HC"]]),b="V4",C=new Map,L=(0,M.A)("SVGIllustration.registry",new Map),P=(0,M.A)("SVGIllustration.promises",new Map),S=z=>{let j=(()=>{const z=(0,F.O4)();return T.has(z)?T.get(z):b})();const[W,x]=z.split("/");let G=`${W}/${j}/${x}`;return!C.has(G)&&j!==b&&(j=b,G=`${W}/${j}/${x}`),{registryKey:G,collection:j}},O=(z,j)=>{L.set(`${j.set}/${j.collection||b}/${z}`,{dialogSvg:j.dialogSvg,sceneSvg:j.sceneSvg,spotSvg:j.spotSvg,dotSvg:j.dotSvg,title:j.title,subtitle:j.subtitle})},B=(z,j)=>{C.set(z,j)},V=z=>{const{registryKey:j}=S(z);return L.get(j)},I=function(){var z=(0,w.A)(function*(j){const{registryKey:W}=S(j);return yield(z=>{const{registryKey:j}=S(z);if(!P.has(j)){if(!C.has(j)){const x=z.startsWith("fiori/")?z.replace("fiori/",""):z;throw new Error(`No loader registered for the ${z} illustration. Probably you forgot to import the "@ui5/webcomponents-fiori/dist/illustrations/${x}.js" module. Or you can import the "@ui5/webcomponents-fiori/dist/illustrations/AllIllustrations.js" module that will make all illustrations available, but fetch only the ones used.`)}const W=C.get(j);P.set(j,W(j))}return P.get(j)})(j),L.get(W)});return function(W){return z.apply(this,arguments)}}()},8923(K,re,_){"use strict";_.d(re,{Rh:()=>S,gu:()=>V,tw:()=>O,w2:()=>A});var w=_(467),M=_(5726),F=_(3455),T=_(7928);const b=new Map,C=new Map,L=new Map,P=new Map,m=new Set,S=(I,z,j,W="root")=>{C.set(`${I}/${z}`,j),P.set(I,{cssVariablesTarget:W}),m.add(z),(0,T.E)(z)},O=function(){var I=(0,w.A)(function*(z,j,W){const x=`${z}_${j}_${W||""}`,G=b.get(x);if(void 0!==G)return G;if(!m.has(j)){const le=[...m.values()].join(", ");return console.warn(`You have requested a non-registered theme ${j} - falling back to ${M.SS}. Registered themes are: ${le}`),B(z,M.SS)}const[U,H]=yield Promise.all([B(z,j),W?B(z,W,!0):void 0]),q=(0,F.Zq)(U,H);return q&&b.set(x,q),q});return function(j,W,x){return I.apply(this,arguments)}}(),B=function(){var I=(0,w.A)(function*(z,j,W=!1){const x=(W?L:C).get(`${z}/${j}`);if(!x)return void(W||console.error(`Theme [${j}] not registered for package [${z}]`));let G;try{G=yield x(j)}catch(U){return void console.error(z,U.message)}return G});return function(j,W){return I.apply(this,arguments)}}(),A=()=>P,V=I=>m.has(I)},2134(K,re,_){"use strict";_.d(re,{R:()=>T,k:()=>b});const M=new(_(1241).A),F="configurationReset",T=C=>{M.attachEvent(F,C)},b=()=>{M.fireEvent(F,void 0)}},4346(K,re,_){"use strict";_.d(re,{hr:()=>m,qJ:()=>P});var w=_(6113),M=_(1241);const C=new Set,P=(S,E)=>{(0,w.A)("ConfigChange.eventProvider",new M.A).attachEvent("configChange",O=>{O.name===S&&!C.has(S)&&E(O.value)})},m=S=>(0,w.A)("ConfigChange.values",{})[S]},4181(K,re,_){"use strict";_.d(re,{Z0:()=>j,gx:()=>z,mE:()=>U});var L=_(2260),P=_(4217),m=_(6060),E=(_(5726),_(2781)),O=_(2134),B=_(4346);let A,V;(0,O.R)(()=>{A=void 0,V=void 0});let I=!1;(0,B.qJ)("language",H=>{A=H,I=!0,(0,P.lb)(H).then(()=>{I=!1,(0,E.qM)()&&(0,m.xm)({languageAware:!0})})});const z=()=>I,j=()=>(void 0===A&&(A=(0,B.hr)("language")??(0,L.Z0)()),A),U=()=>(void 0===V&&(V=(0,L.mE)()),V)},6726(K,re,_){"use strict";_.d(re,{Dm:()=>ve,O4:()=>j,PC:()=>le,Z3:()=>U});var P=_(2260),m=_(6060),S=_(2616),E=_(1712),O=_(5726),B=_(2781),A=_(2134),V=_(4346);let I,z;(0,A.R)(()=>{I=void 0}),(0,V.qJ)("theme",se=>{I=se,(0,B.qM)()&&(0,S.Ay)(I).then(()=>(0,m.xm)({themeAware:!0}))});const j=()=>(void 0===I&&(I=(0,V.hr)("theme")??(0,P.O4)()),I),U=()=>{const se=j();return q(se)?!se.startsWith("sap_horizon"):!(0,E.A)()?.baseThemeName?.startsWith("sap_horizon")},q=se=>O.QP.includes(se),le=()=>z,ve=se=>{z=se}},1934(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F={})=>T=>{if(Object.prototype.hasOwnProperty.call(T,"metadata")||(T.metadata={}),"string"==typeof F)return void(T.metadata.tag=F);const{tag:b,languageAware:C,themeAware:L,cldr:P,fastNavigation:m,formAssociated:S,shadowRootOptions:E}=F;T.metadata.tag=b,C&&(T.metadata.languageAware=C),P&&(T.metadata.cldr=P),L&&(T.metadata.themeAware=L),m&&(T.metadata.fastNavigation=m),S&&(T.metadata.formAssociated=S),E&&(T.metadata.shadowRootOptions=E),["renderer","template","styles","dependencies"].forEach(O=>{F[O]&&Object.defineProperty(T,O,{get:()=>F[O]})})}},1437(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T={})=>b=>{Object.prototype.hasOwnProperty.call(b,"metadata")||(b.metadata={});const C=b.metadata;C.events||(C.events={});const L=C.events;L[F]||(T.bubbles=!!T.bubbles,T.cancelable=!!T.cancelable,L[F]=T)}},3651(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>(T,b)=>{T.metadata.i18n||(T.metadata.i18n={}),Object.defineProperty(T,b,{get:()=>T.i18nBundles[F],set(){}}),T.metadata.i18n[b]={bundleName:F,target:T}}},1642(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>(T,b)=>{const C=T.constructor;Object.prototype.hasOwnProperty.call(C,"metadata")||(C.metadata={});const L=C.metadata;L.properties||(L.properties={});const P=L.properties;P[b]||(P[b]=F??{})}},6993(K,re,_){"use strict";_.d(re,{A:()=>M});const M=function w(F){return(T,b)=>{const C=T.constructor;Object.prototype.hasOwnProperty.call(C,"metadata")||(C.metadata={});const L=C.metadata;L.slots||(L.slots={});const P=L.slots;if(F&&F.default&&P.default)throw new Error("Only one slot can be the default slot.");const m=F&&F.default?"default":b;(F=F||{type:HTMLElement}).type||(F.type=HTMLElement),P[m]||(P[m]=F),F.default&&(delete P.default.default,P.default.propertyName=b),C.metadata.managedSlots=!0}}},362(K,re,_){"use strict";_.d(re,{A:()=>P});var w=_(4381);let M;const F=new Map,T=()=>(M||(M=new window.ResizeObserver(m=>{window.requestAnimationFrame(()=>{m.forEach(S=>{const E=F.get(S.target);E&&Promise.all(E.map(O=>O()))})})})),M),P=class L{static register(S,E){let O=S;(0,w.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((m,S)=>{const E=F.get(m)||[];E.length||T().observe(m),F.set(m,[...E,S])})(O,E):console.warn("Cannot register ResizeHandler for element",S)}static deregister(S,E){let O=S;(0,w.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((m,S)=>{const E=F.get(m)||[];if(0===E.length)return;const O=E.filter(B=>B!==S);0===O.length?(T().unobserve(m),F.delete(m)):F.set(m,O)})(O,E):console.warn("Cannot deregister ResizeHandler for element",S)}}},6162(K,re,_){"use strict";_.d(re,{E2:()=>L,fc:()=>F,ok:()=>T,rM:()=>C});var w=_(467);const M=m=>{const S=m.getAttribute("form");if(S){const E=document.getElementById(S);return E instanceof HTMLFormElement?E:null}return m._internals?.form??null},F=m=>{P(m)&&T(m)},T=m=>{if(m._internals?.form){if(b(m),!m.name)return void m._internals?.setFormValue(null);m._internals.setFormValue(m.formFormattedValue)}},b=function(){var m=(0,w.A)(function*(S){if(S.isUI5Element&&S._internals?.form)if(S._internals.setValidity({customError:!0}," "),yield S.definePromise,S.formValidity&&Object.keys(S.formValidity).some(E=>E)){const E=yield S.formElementAnchor?.();S._internals.setValidity(S.formValidity,S.formValidityMessage,E)}else S._internals.setValidity({})});return function(E){return m.apply(this,arguments)}}(),C=function(){var m=(0,w.A)(function*(S){const E=M(S);if(!E)return;const O=[...E.elements];yield Promise.all(O.map(B=>P(B)?b(B):Promise.resolve())),E.requestSubmit()});return function(E){return m.apply(this,arguments)}}(),L=m=>{M(m)?.reset()},P=m=>"formFormattedValue"in m&&"name"in m},5726(K,re,_){"use strict";_.d(re,{Nm:()=>T,QP:()=>F,SS:()=>M,Xn:()=>b,dI:()=>C});const M="sap_horizon",F=["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"],T="en",b="en",C=["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(K,re,_){"use strict";_.d(re,{A:()=>M});const M={version:"2.21.1",major:2,minor:21,patch:1,suffix:"",isNext:!1,buildTime:1776341110}},6113(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(5873);const M=()=>{const C=document.createElement("meta");return C.setAttribute("name","ui5-shared-resources"),C.setAttribute("content",""),C},b=(C,L)=>{const P=C.split(".");let m=typeof document>"u"?null:(0,w.A)('meta[name="ui5-shared-resources"]',document.head,M);if(!m)return L;for(let S=0;S<P.length;S++){const E=P[S],O=S===P.length-1;Object.prototype.hasOwnProperty.call(m,E)||(m[E]=O?L:{}),m=m[E]}return m}},4446(K,re,_){"use strict";_.d(re,{Ay:()=>je,HE:()=>Re});var w=_(467),M=_(1175),F=_(4217),T=_(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,C=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,L={he:"iw",yi:"ji",nb:"no",sr:"sh"},S={zh_HK:"zh_TW",in:"id"},O=Ie=>{if(!Ie)return T.Xn;if(S[Ie])return S[Ie];const Be=Ie.lastIndexOf("_");return Be>=0?Ie.slice(0,Be):Ie!==T.Xn?T.Xn:""};var B=_(4181);const A=new Set,V=new Set,I=new Map,z=new Map,j=new Map,x=(Ie,Be)=>{I.set(Ie,Be)},U=(Ie,Be)=>j.has(`${Ie}/${Be}`),le=(Ie,Be)=>Be!==T.Nm&&!U(Ie,Be),ve=function(){var Ie=(0,w.A)(function*(Be){const ue=(0,M.A)().getLanguage(),Q=(0,M.A)().getRegion(),be=(0,M.A)().getVariant();let Ee=ue+(Q?`-${Q}`:"")+(be?`-${be}`:"");if(le(Be,Ee))for(Ee=(Ie=>{let Be;if(!Ie)return T.Xn;if("string"==typeof Ie&&(Be=b.exec(Ie.replace(/_/g,"-")))){let ue=Be[1].toLowerCase(),Q=Be[3]?Be[3].toUpperCase():void 0;const be=Be[2]?Be[2].toLowerCase():void 0,Ee=Be[4]?Be[4].slice(1):void 0,We=Be[6];return ue=L[ue]||ue,We&&(Be=C.exec(We))||Ee&&(Be=C.exec(Ee))?`en_US_${Be[1].toLowerCase()}`:("zh"===ue&&!Q&&("hans"===be?Q="CN":"hant"===be&&(Q="TW")),ue+(Q?"_"+Q+(Ee?"_"+Ee.replace("-","_"):""):""))}return T.Xn})(Ee);le(Be,Ee);)Ee=O(Ee);const We=(0,B.mE)();if(Ee!==T.Nm||We)if(U(Be,Ee))try{const Fe=yield((Ie,Be)=>{const ue=`${Ie}/${Be}`,Q=j.get(ue);return Q&&!z.get(ue)&&z.set(ue,Q(Be)),z.get(ue)})(Be,Ee);x(Be,Fe)}catch(Fe){const pe=Fe;V.has(pe.message)||(V.add(pe.message),console.error(pe.message))}else(Ie=>{A.has(Ie)||(console.warn(`[${Ie}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${Ie}/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.`),A.add(Ie))})(Be);else x(Be,null)});return function(ue){return Ie.apply(this,arguments)}}();(0,F._F)(Ie=>{const Be=[...I.keys()];return Promise.all(Be.map(ve))});const se=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,$e=new Map;class Ze{constructor(Be){this.packageName=Be}getText(Be,...ue){if("string"==typeof Be&&(Be={key:Be,defaultText:Be}),!Be||!Be.key)return"";const Q=I.get(this.packageName);return Q&&!Q[Be.key]&&console.warn(`Key ${Be.key} not found in the i18n bundle, the default text will be used`),((Ie,Be)=>(Be=Be||[],Ie.replace(se,(ue,Q,be,Ee,We)=>{if(Q)return"'";if(be)return be.replace(/''/g,"'");if(Ee){const Fe="string"==typeof Ee?parseInt(Ee):Ee;return String(Be[Fe])}throw new Error(`[i18n]: pattern syntax error at pos ${We}`)})))(Q&&Q[Be.key]?Q[Be.key]:Be.defaultText||Be.key,ue)}}const Re=function(){var Ie=(0,w.A)(function*(Be){return yield ve(Be),(Ie=>{if($e.has(Ie))return $e.get(Ie);const Be=new Ze(Ie);return $e.set(Ie,Be),Be})(Be)});return function(ue){return Ie.apply(this,arguments)}}(),je=Ze},8012(K,re,_){"use strict";_.d(re,{A:()=>M,J:()=>F});const w=new Set,M=T=>{w.add(T)},F=T=>w.has(T)},1175(K,re,_){"use strict";_.d(re,{A:()=>B});var w=_(5726);const M=typeof document>"u";var b=_(4181);const C=/^((?:[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,P=class L{constructor(V){const I=C.exec(V.replace(/_/g,"-"));if(null===I)throw new Error(`The given language ${V} does not adhere to BCP-47.`);this.sLocaleId=V,this.sLanguage=I[1]||w.Nm,this.sScript=I[2]||"",this.sRegion=I[3]||"",this.sVariant=I[4]&&I[4].slice(1)||null,this.sExtension=I[5]&&I[5].slice(1)||null,this.sPrivateUse=I[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,z=>z.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(V){return this.getPrivateUseSubtags().indexOf(V)>=0}toString(){const V=[this.sLanguage];return this.sScript&&V.push(this.sScript),this.sRegion&&V.push(this.sRegion),this.sVariant&&V.push(this.sVariant),this.sExtension&&V.push(this.sExtension),this.sPrivateUse&&V.push(this.sPrivateUse),V.join("-")}},m=new Map,S=A=>(m.has(A)||m.set(A,new P(A)),m.get(A)),E=A=>{try{if(A&&"string"==typeof A)return S(A)}catch{}return new P(w.Xn)},B=A=>{if(A)return E(A);const V=(0,b.Z0)();return V?S(V):E((()=>{if(M)return w.Nm;const A=navigator.languages;return A&&A[0]||navigator.language||w.Nm})())}},4217(K,re,_){"use strict";_.d(re,{_F:()=>T,lb:()=>C});const M=new(_(1241).A),F="languageChange",T=L=>{M.attachEvent(F,L)},C=L=>M.fireEventAsync(F,L)},1834(K,re,_){"use strict";_.d(re,{A:()=>p});var w,M,F,b,C,L,P,m,S,E,O,B,A={},V=[],I=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,z=Array.isArray;function j(g,v){for(var N in v)g[N]=v[N];return g}function W(g){g&&g.parentNode&&g.parentNode.removeChild(g)}function G(g,v,N,ne,te){var he={type:g,props:v,key:N,ref:ne,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:te??++F,__i:-1,__u:0};return null==te&&null!=M.vnode&&M.vnode(he),he}function H(g){return g.children}function q(g,v){this.props=g,this.context=v}function le(g,v){if(null==v)return g.__?le(g.__,g.__i+1):null;for(var N;v<g.__k.length;v++)if(null!=(N=g.__k[v])&&null!=N.__e)return N.__e;return"function"==typeof g.type?le(g):null}function ve(g){var v,N;if(null!=(g=g.__)&&null!=g.__c){for(g.__e=g.__c.base=null,v=0;v<g.__k.length;v++)if(null!=(N=g.__k[v])&&null!=N.__e){g.__e=g.__c.base=N.__e;break}return ve(g)}}function se(g){(!g.__d&&(g.__d=!0)&&b.push(g)&&!Ce.__r++||C!==M.debounceRendering)&&((C=M.debounceRendering)||L)(Ce)}function Ce(){var g,v,N,ne,te,he,de,Ge;for(b.sort(P);g=b.shift();)g.__d&&(v=b.length,ne=void 0,he=(te=(N=g).__v).__e,de=[],Ge=[],N.__P&&((ne=j({},te)).__v=te.__v+1,M.vnode&&M.vnode(ne),Ie(N.__P,ne,te,N.__n,N.__P.namespaceURI,32&te.__u?[he]:null,de,he??le(te),!!(32&te.__u),Ge),ne.__v=te.__v,ne.__.__k[ne.__i]=ne,Be(de,ne,Ge),ne.__e!=he&&ve(ne)),b.length>v&&b.sort(P));Ce.__r=0}function xe(g,v,N,ne,te,he,de,Ge,St,D,ct){var ze,an,Y,ee,Le,Ve,Ne=ne&&ne.__k||V,Oe=v.length;for(St=function $e(g,v,N,ne){var te,he,de,Ge,St,D=v.length,ct=N.length,ze=ct,an=0;for(g.__k=[],te=0;te<D;te++)null!=(he=v[te])&&"boolean"!=typeof he&&"function"!=typeof he?(Ge=te+an,(he=g.__k[te]="string"==typeof he||"number"==typeof he||"bigint"==typeof he||he.constructor==String?G(null,he,null,null,null):z(he)?G(H,{children:he},null,null,null):void 0===he.constructor&&he.__b>0?G(he.type,he.props,he.key,he.ref?he.ref:null,he.__v):he).__=g,he.__b=g.__b+1,de=null,-1!==(St=he.__i=et(he,N,Ge,ze))&&(ze--,(de=N[St])&&(de.__u|=2)),null==de||null===de.__v?(-1==St&&an--,"function"!=typeof he.type&&(he.__u|=4)):St!==Ge&&(St==Ge-1?an--:St==Ge+1?an++:(St>Ge?an--:an++,he.__u|=4))):he=g.__k[te]=null;if(ze)for(te=0;te<ct;te++)null!=(de=N[te])&&!(2&de.__u)&&(de.__e==ne&&(ne=le(de)),be(de,de));return ne}(N,v,Ne,St),ze=0;ze<Oe;ze++)null!=(Y=N.__k[ze])&&(an=-1===Y.__i?A:Ne[Y.__i]||A,Y.__i=ze,Ve=Ie(g,Y,an,te,he,de,Ge,St,D,ct),ee=Y.__e,Y.ref&&an.ref!=Y.ref&&(an.ref&&Q(an.ref,null,Y),ct.push(Y.ref,Y.__c||ee,Y)),null==Le&&null!=ee&&(Le=ee),4&Y.__u||an.__k===Y.__k?St=He(Y,St,g):"function"==typeof Y.type&&void 0!==Ve?St=Ve:ee&&(St=ee.nextSibling),Y.__u&=-7);return N.__e=Le,St}function He(g,v,N){var ne,te;if("function"==typeof g.type){for(ne=g.__k,te=0;ne&&te<ne.length;te++)ne[te]&&(ne[te].__=g,v=He(ne[te],v,N));return v}g.__e!=v&&(v&&g.type&&!N.contains(v)&&(v=le(g)),N.insertBefore(g.__e,v||null),v=g.__e);do{v=v&&v.nextSibling}while(null!=v&&8===v.nodeType);return v}function et(g,v,N,ne){var te=g.key,he=g.type,de=N-1,Ge=N+1,St=v[N];if(null===St||St&&te==St.key&&he===St.type&&!(2&St.__u))return N;if(("function"!=typeof he||he===H||te)&&ne>(null==St||2&St.__u?0:1))for(;de>=0||Ge<v.length;){if(de>=0){if((St=v[de])&&!(2&St.__u)&&te==St.key&&he===St.type)return de;de--}if(Ge<v.length){if((St=v[Ge])&&!(2&St.__u)&&te==St.key&&he===St.type)return Ge;Ge++}}return-1}function Re(g,v,N){"-"===v[0]?g.setProperty(v,N??""):g[v]=null==N?"":"number"!=typeof N||I.test(v)?N:N+"px"}function Je(g,v,N,ne,te){var he,de;e:if("style"===v)if("string"==typeof N)g.style.cssText=N;else{if("string"==typeof ne&&(g.style.cssText=ne=""),ne)for(v in ne)N&&v in N||Re(g.style,v,"");if(N)for(v in N)ne&&N[v]===ne[v]||Re(g.style,v,N[v])}else if("o"===v[0]&&"n"===v[1])he=v!==(v=v.replace(m,"$1")),v=v.toLowerCase()in g||"onFocusOut"===v||"onFocusIn"===v?v.toLowerCase().slice(2):v.slice(2),g.l||(g.l={}),g.l[v+he]=N,N?ne?N.t=ne.t:(N.t=S,g.addEventListener(v,he?O:E,he)):g.removeEventListener(v,he?O:E,he);else{if("http://www.w3.org/2000/svg"==te)v=v.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=v&&"height"!=v&&"href"!=v&&"list"!=v&&"form"!=v&&"tabIndex"!=v&&"download"!=v&&"rowSpan"!=v&&"colSpan"!=v&&"role"!=v&&"popover"!=v&&v in g)try{de=g.tagName&&g.tagName.includes("-"),g[v]=null!=N||de?N:"";break e}catch{}"function"==typeof N||(null==N||!1===N&&"-"!==v[4]?g.removeAttribute(v):g.setAttribute(v,"popover"==v&&1==N?"":N))}}function je(g){return function(v){if(this.l){var N=this.l[v.type+g];if(null==v.u)v.u=S++;else if(v.u<N.t)return;return N(M.event?M.event(v):v)}}}function Ie(g,v,N,ne,te,he,de,Ge,St,D){var ct,ze,an,Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht,hn,Ke,ln,Bt,mn=v.type;if(void 0!==v.constructor)return null;128&N.__u&&(St=!!(32&N.__u),he=[Ge=v.__e=N.__e]),(ct=M.__b)&&ct(v);e:if("function"==typeof mn)try{if(Ne=v.props,Oe="prototype"in mn&&mn.prototype.render,ut=(ct=mn.contextType)&&ne[ct.__c],bt=ct?ut?ut.props.value:ct.__:ne,N.__c?Ve=(ze=v.__c=N.__c).__=ze.__E:(Oe?v.__c=ze=new mn(Ne,bt):(v.__c=ze=new q(Ne,bt),ze.constructor=mn,ze.render=Ee),ut&&ut.sub(ze),ze.props=Ne,ze.state||(ze.state={}),ze.context=bt,ze.__n=ne,an=ze.__d=!0,ze.__h=[],ze._sb=[]),Oe&&null==ze.__s&&(ze.__s=ze.state),Oe&&null!=mn.getDerivedStateFromProps&&(ze.__s==ze.state&&(ze.__s=j({},ze.__s)),j(ze.__s,mn.getDerivedStateFromProps(Ne,ze.__s))),Y=ze.props,ee=ze.state,ze.__v=v,an)Oe&&null==mn.getDerivedStateFromProps&&null!=ze.componentWillMount&&ze.componentWillMount(),Oe&&null!=ze.componentDidMount&&ze.__h.push(ze.componentDidMount);else{if(Oe&&null==mn.getDerivedStateFromProps&&Ne!==Y&&null!=ze.componentWillReceiveProps&&ze.componentWillReceiveProps(Ne,bt),!ze.__e&&(null!=ze.shouldComponentUpdate&&!1===ze.shouldComponentUpdate(Ne,ze.__s,bt)||v.__v===N.__v)){for(v.__v!==N.__v&&(ze.props=Ne,ze.state=ze.__s,ze.__d=!1),v.__e=N.__e,v.__k=N.__k,v.__k.some(function(On){On&&(On.__=v)}),Ft=0;Ft<ze._sb.length;Ft++)ze.__h.push(ze._sb[Ft]);ze._sb=[],ze.__h.length&&de.push(ze);break e}null!=ze.componentWillUpdate&&ze.componentWillUpdate(Ne,ze.__s,bt),Oe&&null!=ze.componentDidUpdate&&ze.__h.push(function(){ze.componentDidUpdate(Y,ee,Le)})}if(ze.context=bt,ze.props=Ne,ze.__P=g,ze.__e=!1,Ht=M.__r,hn=0,Oe){for(ze.state=ze.__s,ze.__d=!1,Ht&&Ht(v),ct=ze.render(ze.props,ze.state,ze.context),Ke=0;Ke<ze._sb.length;Ke++)ze.__h.push(ze._sb[Ke]);ze._sb=[]}else do{ze.__d=!1,Ht&&Ht(v),ct=ze.render(ze.props,ze.state,ze.context),ze.state=ze.__s}while(ze.__d&&++hn<25);ze.state=ze.__s,null!=ze.getChildContext&&(ne=j(j({},ne),ze.getChildContext())),Oe&&!an&&null!=ze.getSnapshotBeforeUpdate&&(Le=ze.getSnapshotBeforeUpdate(Y,ee)),Ge=xe(g,z(ln=null!=ct&&ct.type===H&&null==ct.key?ct.props.children:ct)?ln:[ln],v,N,ne,te,he,de,Ge,St,D),ze.base=v.__e,v.__u&=-161,ze.__h.length&&de.push(ze),Ve&&(ze.__E=ze.__=null)}catch(On){if(v.__v=null,St||null!=he)if(On.then){for(v.__u|=St?160:128;Ge&&8===Ge.nodeType&&Ge.nextSibling;)Ge=Ge.nextSibling;he[he.indexOf(Ge)]=null,v.__e=Ge}else for(Bt=he.length;Bt--;)W(he[Bt]);else v.__e=N.__e,v.__k=N.__k;M.__e(On,v,N)}else null==he&&v.__v===N.__v?(v.__k=N.__k,v.__e=N.__e):Ge=v.__e=function ue(g,v,N,ne,te,he,de,Ge,St){var D,ct,ze,an,Y,ee,Le,Ve,Ne=N.props,Oe=v.props,ut=v.type;if("svg"===ut?te="http://www.w3.org/2000/svg":"math"===ut?te="http://www.w3.org/1998/Math/MathML":te||(te="http://www.w3.org/1999/xhtml"),null!=he)for(D=0;D<he.length;D++)if((Y=he[D])&&"setAttribute"in Y==!!ut&&(ut?Y.localName===ut:3===Y.nodeType)){g=Y,he[D]=null;break}if(null==g){if(null===ut)return document.createTextNode(Oe);g=document.createElementNS(te,ut,Oe.is&&Oe),Ge&&(M.__m&&M.__m(v,he),Ge=!1),he=null}if(null===ut)Ne===Oe||Ge&&g.data===Oe||(g.data=Oe);else{if(he=he&&w.call(g.childNodes),Ne=N.props||A,!Ge&&null!=he)for(Ne={},D=0;D<g.attributes.length;D++)Ne[(Y=g.attributes[D]).name]=Y.value;for(D in Ne)if(Y=Ne[D],"children"!=D)if("dangerouslySetInnerHTML"==D)ze=Y;else if(!(D in Oe)){if("value"==D&&"defaultValue"in Oe||"checked"==D&&"defaultChecked"in Oe)continue;Je(g,D,null,Y,te)}for(D in Oe)Y=Oe[D],"children"==D?an=Y:"dangerouslySetInnerHTML"==D?ct=Y:"value"==D?ee=Y:"checked"==D?Le=Y:Ge&&"function"!=typeof Y||Ne[D]===Y||((D.startsWith("on")||"ref"===D&&"function"==typeof Y)&&(Ve=ne[Object.keys(ne)[0]])&&(Y=Y.bind(Ve.props.value)),Je(g,D,Y,Ne[D],te));if(ct)Ge||ze&&(ct.__html===ze.__html||ct.__html===g.innerHTML)||(g.innerHTML=ct.__html),v.__k=[];else if(ze&&(g.innerHTML=""),xe(g,z(an)?an:[an],v,N,ne,"foreignObject"===ut?"http://www.w3.org/1999/xhtml":te,he,de,he?he[0]:N.__k&&le(N,0),Ge,St),null!=he)for(D=he.length;D--;)W(he[D]);Ge||(D="value","progress"===ut&&null==ee?g.removeAttribute("value"):void 0!==ee&&(ee!==g[D]||"progress"===ut&&!ee||"option"===ut&&ee!==Ne[D])&&Je(g,D,ee,Ne[D],te),D="checked",void 0!==Le&&Le!==g[D]&&Je(g,D,Le,Ne[D],te))}return g}(N.__e,v,N,ne,te,he,de,St,D);return(ct=M.diffed)&&ct(v),128&v.__u?void 0:Ge}function Be(g,v,N){for(var ne=0;ne<N.length;ne++)Q(N[ne],N[++ne],N[++ne]);M.__c&&M.__c(v,g),g.some(function(te){try{g=te.__h,te.__h=[],g.some(function(he){he.call(te)})}catch(he){M.__e(he,te.__v)}})}function Q(g,v,N){try{if("function"==typeof g){var ne="function"==typeof g.__u;ne&&g.__u(),ne&&null==v||(g.__u=g(v))}else g.current=v}catch(te){M.__e(te,N)}}function be(g,v,N){var ne,te;if(M.unmount&&M.unmount(g),(ne=g.ref)&&(ne.current&&ne.current!==g.__e||Q(ne,null,v)),null!=(ne=g.__c)){if(ne.componentWillUnmount)try{ne.componentWillUnmount()}catch(he){M.__e(he,v)}ne.base=ne.__P=null}if(ne=g.__k)for(te=0;te<ne.length;te++)ne[te]&&be(ne[te],v,N||"function"!=typeof g.type);N||W(g.__e),g.__c=g.__=g.__e=void 0}function Ee(g,v,N){return this.constructor(g,N)}function We(g,v,N){var ne,te,he,de;v===document&&(v=document.documentElement),M.__&&M.__(g,v),te=(ne="function"==typeof N)?null:N&&N.__k||v.__k,he=[],de=[],Ie(v,g=(!ne&&N||v).__k=function x(g,v,N){var ne,te,he,de={};for(he in v)"key"==he?ne=v[he]:"ref"==he?te=v[he]:de[he]=v[he];if(arguments.length>2&&(de.children=arguments.length>3?w.call(arguments,2):N),"function"==typeof g&&null!=g.defaultProps)for(he in g.defaultProps)void 0===de[he]&&(de[he]=g.defaultProps[he]);return G(g,de,ne,te,null)}(H,null,[g]),te||A,A,v.namespaceURI,!ne&&N?[N]:te?null:v.firstChild?w.call(v.childNodes):null,he,!ne&&N?N:te?te.__e:v.firstChild,ne,de),Be(he,g,de)}function Fe(g,v){We(g,v,Fe)}w=V.slice,M={__e:function(g,v,N,ne){for(var te,he,de;v=v.__;)if((te=v.__c)&&!te.__)try{if((he=te.constructor)&&null!=he.getDerivedStateFromError&&(te.setState(he.getDerivedStateFromError(g)),de=te.__d),null!=te.componentDidCatch&&(te.componentDidCatch(g,ne||{}),de=te.__d),de)return te.__E=te}catch(Ge){g=Ge}throw g}},F=0,q.prototype.setState=function(g,v){var N;N=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=j({},this.state),"function"==typeof g&&(g=g(j({},N),this.props)),g&&j(N,g),null!=g&&this.__v&&(v&&this._sb.push(v),se(this))},q.prototype.forceUpdate=function(g){this.__v&&(this.__e=!0,g&&this.__h.push(g),se(this))},q.prototype.render=H,b=[],L="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,P=function(g,v){return g.__v.__b-v.__v.__b},Ce.__r=0,m=/(PointerCapture)$|Capture$/i,S=0,E=je(!1),O=je(!0),B=0;var Ln=0;const Se=new WeakMap,p=(g,v)=>{let N=Se.get(g);N||(N=function lt(g,v){var N={__c:v="__cC"+B++,__:g,Consumer:function(ne,te){return ne.children(te)},Provider:function(ne){var te,he;return this.getChildContext||(te=new Set,(he={})[v]=this,this.getChildContext=function(){return he},this.componentWillUnmount=function(){te=null},this.shouldComponentUpdate=function(de){this.props.value!==de.value&&te.forEach(function(Ge){Ge.__e=!0,se(Ge)})},this.sub=function(de){te.add(de);var Ge=de.componentWillUnmount;de.componentWillUnmount=function(){te&&te.delete(de),Ge&&Ge.call(de)}}),ne.children}};return N.Provider.__=N.Consumer.contextType=N}(g),Se.set(g,N));const ne=g.render(),te=function at(g,v,N,ne,te,he){v||(v={});var de,Ge,St=v;"ref"in v&&(de=v.ref,delete v.ref);var D={type:g,props:St,key:N,ref:de,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Ln,__i:-1,__u:0,__source:te,__self:he};if("function"==typeof g&&(de=g.defaultProps))for(Ge in de)void 0===St[Ge]&&(St[Ge]=de[Ge]);return M.vnode&&M.vnode(D),D}(N.Provider,{value:g,children:ne});g.__shouldHydrate?(g.shadowRoot?.querySelectorAll("style").forEach(he=>he.remove()),Fe(te,v),g.__shouldHydrate=!1):We(te,v)}},3823(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T)=>F.call(T)},8431(K,re,_){"use strict";_.d(re,{A:()=>P});
|
|
1
|
+
(()=>{var K,H4={9272(K){var _;self,_=()=>(()=>{"use strict";var re={d:(m,S)=>{for(var E in S)re.o(S,E)&&!re.o(m,E)&&Object.defineProperty(m,E,{enumerable:!0,get:S[E]})},o:(m,S)=>Object.prototype.hasOwnProperty.call(m,S)},_={};function w(m,S){if(!(m instanceof S))throw new TypeError("Cannot call a class as a function")}function M(m){return(M="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(S){return typeof S}:function(S){return S&&"function"==typeof Symbol&&S.constructor===Symbol&&S!==Symbol.prototype?"symbol":typeof S})(m)}function F(m){var S=function(E){if("object"!=M(E)||!E)return E;var O=E[Symbol.toPrimitive];if(void 0!==O){var B=O.call(E,"string");if("object"!=M(B))return B;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(E)}(m);return"symbol"==M(S)?S:S+""}function T(m,S){for(var E=0;E<S.length;E++){var O=S[E];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(m,F(O.key),O)}}function b(m,S,E){return S&&T(m.prototype,S),E&&T(m,E),Object.defineProperty(m,"prototype",{writable:!1}),m}function C(m,S,E){return(S=F(S))in m?Object.defineProperty(m,S,{value:E,enumerable:!0,configurable:!0,writable:!0}):m[S]=E,m}re.d(_,{default:()=>P});var L=new(b(function m(){w(this,m)},[{key:"getRandomId",value:function(){return window.crypto.getRandomValues(new Uint32Array(1))[0]}},{key:"isFunction",value:function(m){return m&&"[object Function]"==={}.toString.call(m)}},{key:"isPromise",value:function(m){return m&&this.isFunction(m.then)}},{key:"isObject",value:function(m){return m&&"object"===M(m)&&!Array.isArray(m)}},{key:"deepMerge",value:function(m){for(var S=arguments.length,E=new Array(S>1?S-1:0),O=1;O<S;O++)E[O-1]=arguments[O];if(!E.length)return m;var B=E.shift();if(this.isObject(m)&&this.isObject(B))for(var A in B)this.isObject(B[A])?(m[A]||Object.assign(m,C({},A,{})),this.deepMerge(m[A],B[A])):Object.assign(m,C({},A,B[A]));return this.deepMerge.apply(this,[m].concat(E))}},{key:"prependOrigin",value:function(m){if(m.startsWith("http"))return m;var S=m.startsWith("/");return m.length?window.location.origin+(S?"":"/")+m:window.location.origin}}])),P=b(function m(){var S=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};w(this,m);var E={oAuthData:{redirect_uri:window.location.origin+"/assets/auth-oauth2/callback.html",response_type:"id_token token",scope:""},authorizeMethod:"GET",logoutUrl:"",post_logout_redirect_uri:window.location.origin+"/logout.html",accessTokenExpiringNotificationTime:60,expirationCheckInterval:5},O=L.deepMerge(E,S);this.settings=O},[{key:"getAuthData",value:function(){return Luigi.auth().store.getAuthData()}},{key:"parseIdToken",value:function(m){var S=m.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(window.atob(S))}},{key:"userInfo",value:function(){var m=this;return new Promise(function(S,E){var O=m.getAuthData(),B=m.parseIdToken(O.idToken);S({email:B.email?B.email:"",name:B.name?B.name:""})})}},{key:"login",value:function(){var m=this;return new Promise(function(S,E){var O=m.settings,B=O.nonceFn&&O.nonceFn()||m.generateNonce();sessionStorage.setItem("luigi.nonceValue",B),O.oAuthData.nonce||(O.oAuthData.nonce=B);var A=function(j,W){return Object.assign(document.createElement("input"),{name:j,id:j,value:W,type:"hidden"})},V=Object.assign(document.createElement("form"),{name:"signIn",id:"signIn",action:O.authorizeUrl,method:O.authorizeMethod,target:"_self"});for(var I in O.oAuthData.redirect_uri="".concat(L.prependOrigin(O.oAuthData.redirect_uri),"?storageType=").concat(Luigi.auth().store.getStorageType()),O.oAuthData.state=btoa(encodeURI(window.location.href)+"_luigiNonce="+B),O.oAuthData){var z=A(I,O.oAuthData[I]);V.appendChild(z.cloneNode())}document.getElementsByTagName("body")[0].appendChild(V),setTimeout(function(){document.querySelector("form#signIn").submit()}),document.querySelector("form#signIn").addEventListener("load",function(j){console.info("load, e",j,m)})})}},{key:"logout",value:function(m,S){var E=this.settings,O="".concat(E.logoutUrl,"?id_token_hint=").concat(m.idToken,"&client_id=").concat(E.oAuthData.client_id,"&post_logout_redirect_uri=").concat(L.prependOrigin(E.post_logout_redirect_uri));S&&S(),setTimeout(function(){window.location.href=O})}},{key:"setTokenExpirationAction",value:function(){var m=this;this.expirationCheckIntervalInstance=setInterval(function(){var S=m.getAuthData();if(!S)return clearInterval(m.expirationCheckIntervalInstance);if((S&&S.accessTokenExpirationDate||0)-new Date<5e3){clearInterval(m.expirationCheckIntervalInstance),Luigi.auth().store.removeAuthData();var E="".concat(m.settings.logoutUrl,"?error=tokenExpired&post_logout_redirect_uri=").concat(L.prependOrigin(m.settings.post_logout_redirect_uri));Luigi.auth().handleAuthEvent("onAuthExpired",m.settings,void 0,E)}},5e3)}},{key:"setTokenExpireSoonAction",value:function(){var m=this,S=1e3*this.settings.accessTokenExpiringNotificationTime,E=1e3*this.settings.expirationCheckInterval,O=this.getAuthData();O&&(this.expirationSoonCheckIntervalInstance=setInterval(function(){(O&&O.accessTokenExpirationDate||0)-(new Date).getTime()<S&&(Luigi.auth().handleAuthEvent("onAuthExpireSoon",m.settings),clearInterval(m.expirationSoonCheckIntervalInstance))},E))}},{key:"generateNonce",value:function(){var m=window.crypto;return Array.from(m.getRandomValues(new Uint8Array(20))).map(function(S){return"0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz"[S%61]}).join("")}},{key:"resetExpirationChecks",value:function(){this.unload(),this.setTokenExpirationAction(),this.setTokenExpireSoonAction()}},{key:"unload",value:function(){clearInterval(this.expirationCheckIntervalInstance),clearInterval(this.expirationSoonCheckIntervalInstance)}}]);return _.default})(),K.exports=_()},6585(K,re){"use strict";Object.defineProperty(re,"__esModule",{value:!0}),re.isNestedField=void 0,re.isNestedField=function _(w){return"object"==typeof w&&w.hasOwnProperty("operation")&&w.hasOwnProperty("variables")&&w.hasOwnProperty("fields")||"object"==typeof w&&w.hasOwnProperty("operation")&&w.hasOwnProperty("fragment")&&w.hasOwnProperty("fields")}},3073(K,re){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var _=function(w){return w.Mutation="mutation",w.Query="query",w.Subscription="subscription",w}(_||{});re.default=_},2377(K,re,_){"use strict";var w=this&&this.__assign||function(){return w=Object.assign||function(T){for(var b,C=1,L=arguments.length;C<L;C++)for(var P in b=arguments[C])Object.prototype.hasOwnProperty.call(b,P)&&(T[P]=b[P]);return T},w.apply(this,arguments)};Object.defineProperty(re,"__esModule",{value:!0});var M=_(6585),F=function(){function T(){}return T.resolveVariables=function(b){for(var C={},L=0,P=b;L<P.length;L++){var m=P[L],S=m.variables,E=m.fields;C=w(w(w({},C),S),E&&T.getNestedVariables(E)||{})}return C},T.queryDataNameAndArgumentMap=function(b){return b&&Object.keys(b).length?"(".concat(Object.entries(b).reduce(function(C,L,P){var m=L[0],S=L[1];return"".concat(C).concat(0!==P?", ":"").concat(S&&S.name?S.name:m,": $").concat(m)},""),")"):""},T.queryFieldsMap=function(b){var C=this;return b?b.map(function(L){if((0,M.isNestedField)(L))return T.queryNestedFieldMap(L);if("object"==typeof L){var P="";return Object.entries(L).forEach(function(m,S,E){var B=m[1];P+="".concat(m[0]," ").concat(B.length>0?"{ "+C.queryFieldsMap(B)+" }":""),S<E.length-1&&(P+=", ")}),P}return"".concat(L)}).join(", "):""},T.operationOrAlias=function(b){return"string"==typeof b?b:"".concat(b.alias,": ").concat(b.name)},T.isFragment=function(b){var C;return null!==(C=!0===b?.fragment)&&void 0!==C&&C},T.operationOrFragment=function(b){return T.isFragment(b)?b.operation:T.operationOrAlias(b.operation)},T.getFragment=function(b){return T.isFragment(b)?"... on ":""},T.queryNestedFieldMap=function(b){return"".concat(T.getFragment(b)).concat(T.operationOrFragment(b)," ").concat(this.isFragment(b)?"":this.queryDataNameAndArgumentMap(b.variables)," ").concat(b.fields.length>0?"{ "+this.queryFieldsMap(b.fields)+" }":"")},T.queryVariablesMap=function(b,C){var L={},P=function(m){m&&Object.keys(m).map(function(S){L[S]="object"==typeof m[S]?m[S].value:m[S]})};return P(b),C&&"object"==typeof C&&P(T.getNestedVariables(C)),L},T.getNestedVariables=function(b){var C={};return function L(P){return P?.forEach(function(m){if((0,M.isNestedField)(m))C=w(w(w({},m.variables),C),m.fields&&L(m.fields));else if("object"==typeof m)for(var S=0,E=Object.entries(m);S<E.length;S++)L(E[S][1])}),C}(b),C},T.queryDataType=function(b){var C="String",L="object"==typeof b?b.value:b;if(null!=b?.type)C=b.type;else{var P=Array.isArray(L)?L[0]:L;switch(typeof P){case"object":C="Object";break;case"boolean":C="Boolean";break;case"number":C=P%1==0?"Int":"Float"}}return"object"==typeof b&&(!0===b.list?C="[".concat(C,"]"):Array.isArray(b.list)&&(C="[".concat(C).concat(b.list[0]?"!":"","]")),b.required&&(C+="!")),C},T}();re.default=F},7370(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(3073),M=_(2377),F=function(){function T(b){Array.isArray(b)?this.variables=M.default.resolveVariables(b):(this.variables=b.variables,this.fields=b.fields,this.operation=b.operation)}return T.prototype.mutationBuilder=function(){return this.operationWrapperTemplate(this.variables,this.operationTemplate(this.operation))},T.prototype.mutationsBuilder=function(b){var C=this,L=b.map(function(P){return C.operation=P.operation,C.variables=P.variables,C.fields=P.fields,C.operationTemplate(P.operation)});return this.operationWrapperTemplate(M.default.resolveVariables(b),L.join("\n "))},T.prototype.queryDataNameAndArgumentMap=function(){return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(b,C,L){return"".concat(b).concat(0!==L?", ":"").concat(C,": $").concat(C)},""),")"):""},T.prototype.queryDataArgumentAndTypeMap=function(b){return Object.keys(b).length?"(".concat(Object.keys(b).reduce(function(C,L,P){return"".concat(C).concat(0!==P?", ":"","$").concat(L,": ").concat(M.default.queryDataType(b[L]))},""),")"):""},T.prototype.operationWrapperTemplate=function(b,C){var L="string"==typeof this.operation?this.operation:this.operation.name;return{query:"".concat(w.default.Mutation," ").concat(L.charAt(0).toUpperCase()+L.slice(1)," ").concat(this.queryDataArgumentAndTypeMap(b)," {\n ").concat(C,"\n}"),variables:M.default.queryVariablesMap(b)}},T.prototype.operationTemplate=function(b){var C="string"==typeof b?b:"".concat(b.alias,": ").concat(b.name);return"".concat(C," ").concat(this.queryDataNameAndArgumentMap()," {\n ").concat(this.queryFieldsMap(this.fields),"\n }")},T.prototype.queryFieldsMap=function(b){var C=this;return Array.isArray(b)?b.map(function(L){return"object"==typeof L?"".concat(Object.keys(L)[0]," { ").concat(C.queryFieldsMap(Object.values(L)[0])," }"):"".concat(L)}).join(", "):""},T}();re.default=F},2949(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(3073),M=_(2377),F=function(){function T(b){this.queryDataType=function(C){var L="String",P="object"==typeof C?C.value:C;if(void 0!==C.type)L=C.type;else switch(typeof P){case"object":L="Object";break;case"boolean":L="Boolean";break;case"number":L=P%1==0?"Int":"Float"}return"object"==typeof C&&C.required&&(L+="!"),L},Array.isArray(b)?this.variables=M.default.resolveVariables(b):(this.variables=b.variables,this.fields=b.fields||[],this.operation=b.operation)}return T.prototype.queryBuilder=function(){return this.operationWrapperTemplate(this.operationTemplate())},T.prototype.queriesBuilder=function(b){var P,C=this;return this.operationWrapperTemplate((P=[],b.forEach(function(m){m&&(C.operation=m.operation,C.fields=m.fields,C.variables=m.variables,P.push(C.operationTemplate()))}),P.join(" ")))},T.prototype.queryDataNameAndArgumentMap=function(){return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(b,C,L){return"".concat(b).concat(0!==L?", ":"").concat(C,": $").concat(C)},""),")"):""},T.prototype.queryDataArgumentAndTypeMap=function(){var b=this;return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(C,L,P){return"".concat(C).concat(0!==P?", ":"","$").concat(L,": ").concat(b.queryDataType(b.variables[L]))},""),")"):""},T.prototype.operationWrapperTemplate=function(b){var C="string"==typeof this.operation?this.operation:this.operation.name;return{query:"".concat(w.default.Query," ").concat(C.charAt(0).toUpperCase()).concat(C.slice(1)," ").concat(this.queryDataArgumentAndTypeMap()," { ").concat(b," }"),variables:M.default.queryVariablesMap(this.variables)}},T.prototype.operationTemplate=function(){var b="string"==typeof this.operation?this.operation:"".concat(this.operation.alias,": ").concat(this.operation.name);return"".concat(b," ").concat(this.queryDataNameAndArgumentMap()," { nodes { ").concat(M.default.queryFieldsMap(this.fields)," } }")},T}();re.default=F},2468(K,re,_){"use strict";var w=this&&this.__assign||function(){return w=Object.assign||function(b){for(var C,L=1,P=arguments.length;L<P;L++)for(var m in C=arguments[L])Object.prototype.hasOwnProperty.call(C,m)&&(b[m]=C[m]);return b},w.apply(this,arguments)};Object.defineProperty(re,"__esModule",{value:!0});var M=_(3073),F=_(2377),T=function(){function b(C,L){var P=this;Array.isArray(C)?this.variables=F.default.resolveVariables(C):(this.variables=C.variables,this.fields=C.fields,this.operation=C.operation),this.config={operationName:""},L&&Object.entries(L).forEach(function(m){P.config[m[0]]=m[1]})}return b.prototype.mutationBuilder=function(){return this.operationWrapperTemplate(M.default.Mutation,this.variables,this.operationTemplate(this.operation))},b.prototype.mutationsBuilder=function(C){var L=this,P=C.map(function(m){return L.operation=m.operation,L.variables=m.variables,L.fields=m.fields,L.operationTemplate(m.operation)});return this.operationWrapperTemplate(M.default.Mutation,F.default.resolveVariables(C),P.join("\n "))},b.prototype.queryDataArgumentAndTypeMap=function(C){return this.fields&&"object"==typeof this.fields&&(C=w(w({},F.default.getNestedVariables(this.fields)),C)),C&&Object.keys(C).length>0?"(".concat(Object.keys(C).reduce(function(L,P,m){return"".concat(L).concat(0!==m?", ":"","$").concat(P,": ").concat(F.default.queryDataType(C[P]))},""),")"):""},b.prototype.operationWrapperTemplate=function(C,L,P){var m="".concat(C," ").concat(this.queryDataArgumentAndTypeMap(L)," {\n ").concat(P,"\n }");return this.config.operationName&&(m=m.replace("mutation","mutation ".concat(this.config.operationName))),{query:m,variables:F.default.queryVariablesMap(L,this.fields)}},b.prototype.operationTemplate=function(C){var L="string"==typeof C?C:"".concat(C.alias,": ").concat(C.name);return"".concat(L," ").concat(F.default.queryDataNameAndArgumentMap(this.variables)," ").concat(this.fields&&this.fields.length>0?"{\n ".concat(F.default.queryFieldsMap(this.fields),"\n }"):"")},b}();re.default=T},2551(K,re,_){"use strict";var w=this&&this.__assign||function(){return w=Object.assign||function(b){for(var C,L=1,P=arguments.length;L<P;L++)for(var m in C=arguments[L])Object.prototype.hasOwnProperty.call(C,m)&&(b[m]=C[m]);return b},w.apply(this,arguments)};Object.defineProperty(re,"__esModule",{value:!0});var M=_(3073),F=_(2377),T=function(){function b(C,L){var P=this;this.config={operationName:""},L&&Object.entries(L).forEach(function(m){P.config[m[0]]=m[1]}),Array.isArray(C)?this.variables=F.default.resolveVariables(C):(this.variables=C.variables,this.fields=C.fields||[],this.operation=C.operation)}return b.prototype.queryBuilder=function(){return this.operationWrapperTemplate(this.operationTemplate(this.variables))},b.prototype.queriesBuilder=function(C){var m,L=this;return this.operationWrapperTemplate((m=[],C.forEach(function(S){S&&(L.operation=S.operation,L.fields=S.fields,m.push(L.operationTemplate(S.variables)))}),m.join(" ")))},b.prototype.queryDataArgumentAndTypeMap=function(){var C=this.variables;return this.fields&&"object"==typeof this.fields&&(C=w(w({},F.default.getNestedVariables(this.fields)),C)),C&&Object.keys(C).length>0?"(".concat(Object.keys(C).reduce(function(L,P,m){return"".concat(L).concat(0!==m?", ":"","$").concat(P,": ").concat(F.default.queryDataType(C[P]))},""),")"):""},b.prototype.operationWrapperTemplate=function(C){var L="".concat(M.default.Query," ").concat(this.queryDataArgumentAndTypeMap()," { ").concat(C," }");return{query:L=L.replace("query","query".concat(""!==this.config.operationName?" "+this.config.operationName:"")),variables:F.default.queryVariablesMap(this.variables,this.fields)}},b.prototype.operationTemplate=function(C){var L="string"==typeof this.operation?this.operation:"".concat(this.operation.alias,": ").concat(this.operation.name);return"".concat(L," ").concat(C?F.default.queryDataNameAndArgumentMap(C):""," ").concat(this.fields&&this.fields.length>0?"{ "+F.default.queryFieldsMap(this.fields)+" }":"")},b}();re.default=T},8566(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(3073),M=_(2377),F=function(){function T(b){Array.isArray(b)?this.variables=M.default.resolveVariables(b):(this.variables=b.variables,this.fields=b.fields,this.operation=b.operation)}return T.prototype.subscriptionBuilder=function(){return this.operationWrapperTemplate(w.default.Subscription,this.variables,this.operationTemplate(this.operation))},T.prototype.subscriptionsBuilder=function(b){var C=this,L=b.map(function(P){return C.operation=P.operation,C.variables=P.variables,C.fields=P.fields,C.operationTemplate(P.operation)});return this.operationWrapperTemplate(w.default.Subscription,M.default.resolveVariables(b),L.join("\n "))},T.prototype.queryDataNameAndArgumentMap=function(){return this.variables&&Object.keys(this.variables).length?"(".concat(Object.keys(this.variables).reduce(function(b,C,L){return"".concat(b).concat(0!==L?", ":"").concat(C,": $").concat(C)},""),")"):""},T.prototype.queryDataArgumentAndTypeMap=function(b){return Object.keys(b).length?"(".concat(Object.keys(b).reduce(function(C,L,P){return"".concat(C).concat(0!==P?", ":"","$").concat(L,": ").concat(M.default.queryDataType(b[L]))},""),")"):""},T.prototype.operationWrapperTemplate=function(b,C,L){return{query:"".concat(b," ").concat(this.queryDataArgumentAndTypeMap(C)," {\n ").concat(L,"\n}"),variables:M.default.queryVariablesMap(C)}},T.prototype.operationTemplate=function(b){var C="string"==typeof this.operation?this.operation:"".concat(this.operation.alias,": ").concat(this.operation.name);return"".concat(C," ").concat(this.queryDataNameAndArgumentMap()," {\n ").concat(this.queryFieldsMap(this.fields),"\n }")},T.prototype.queryFieldsMap=function(b){var C=this;return b?b.map(function(L){return"object"==typeof L?"".concat(Object.keys(L)[0]," { ").concat(C.queryFieldsMap(Object.values(L)[0])," }"):"".concat(L)}).join(", "):""},T}();re.default=F},4445(K,re,_){"use strict";Object.defineProperty(re,"__esModule",{value:!0});var w=_(7370),M=_(2949);re.default={DefaultAppSyncQueryAdapter:M.default,DefaultAppSyncMutationAdapter:w.default}},7184(K,re,_){"use strict";re.P=re.gO=re.gP=void 0,_(4445);var F=_(2468),T=_(2551),b=_(8566);re.P=function C(m,S,E){return Array.isArray(m)?S?new S(m,E).queriesBuilder(m):new T.default(m,E).queriesBuilder(m):S?new S(m,E).queryBuilder():new T.default(m,E).queryBuilder()},re.gO=function L(m,S,E){return Array.isArray(m)?S?new S(m,E).mutationsBuilder(m):new F.default(m,E).mutationsBuilder(m):S?new S(m,E).mutationBuilder():new F.default(m,E).mutationBuilder()},re.gP=function P(m,S){return Array.isArray(m)?S?new S(m).subscriptionsBuilder(m):new b.default(m).subscriptionsBuilder(m):S?new S(m).subscriptionBuilder():new b.default(m).subscriptionBuilder()}},7866(K,re){!function(_){"use strict";function w(p){return null!==p&&"[object Array]"===Object.prototype.toString.call(p)}function M(p){return null!==p&&"[object Object]"===Object.prototype.toString.call(p)}function F(p,g){if(p===g)return!0;if(Object.prototype.toString.call(p)!==Object.prototype.toString.call(g))return!1;if(!0===w(p)){if(p.length!==g.length)return!1;for(var N=0;N<p.length;N++)if(!1===F(p[N],g[N]))return!1;return!0}if(!0===M(p)){var ne={};for(var te in p)if(hasOwnProperty.call(p,te)){if(!1===F(p[te],g[te]))return!1;ne[te]=!0}for(var he in g)if(hasOwnProperty.call(g,he)&&!0!==ne[he])return!1;return!0}return!1}function T(p){if(""===p||!1===p||null===p)return!0;if(w(p)&&0===p.length)return!0;if(M(p)){for(var g in p)if(p.hasOwnProperty(g))return!1;return!0}return!1}var L;L="function"==typeof String.prototype.trimLeft?function(p){return p.trimLeft()}:function(p){return p.match(/^\s*(.*)/)[1]};var P=0,S=2,j={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array<number>",9:"Array<string>"},W="EOF",x="UnquotedIdentifier",G="QuotedIdentifier",U="Rbracket",H="Rparen",q="Comma",le="Colon",ve="Rbrace",se="Number",Ce="Current",xe="Expref",$e="Pipe",je="GTE",Ie="LTE",ue="Flatten",Q="Star",be="Filter",Ee="Dot",Fe="Lbrace",pe="Lbracket",lt="Lparen",vt="Literal",St={".":Ee,"*":Q,",":q,":":le,"{":Fe,"}":ve,"]":U,"(":lt,")":H,"@":Ce},_n={"<":!0,">":!0,"=":!0,"!":!0},$t={" ":!0,"\t":!0,"\n":!0};function Et(p){return p>="a"&&p<="z"||p>="A"&&p<="Z"||"_"===p}function Ln(p){return p>="0"&&p<="9"||"-"===p}function Yt(p){return p>="a"&&p<="z"||p>="A"&&p<="Z"||p>="0"&&p<="9"||"_"===p}function at(){}at.prototype={tokenize:function(p){var v,N,ne,g=[];for(this._current=0;this._current<p.length;)if(Et(p[this._current]))v=this._current,N=this._consumeUnquotedIdentifier(p),g.push({type:x,value:N,start:v});else if(void 0!==St[p[this._current]])g.push({type:St[p[this._current]],value:p[this._current],start:this._current}),this._current++;else if(Ln(p[this._current]))ne=this._consumeNumber(p),g.push(ne);else if("["===p[this._current])ne=this._consumeLBracket(p),g.push(ne);else if('"'===p[this._current])v=this._current,N=this._consumeQuotedIdentifier(p),g.push({type:G,value:N,start:v});else if("'"===p[this._current])v=this._current,N=this._consumeRawStringLiteral(p),g.push({type:vt,value:N,start:v});else if("`"===p[this._current]){v=this._current;var te=this._consumeLiteral(p);g.push({type:vt,value:te,start:v})}else if(void 0!==_n[p[this._current]])g.push(this._consumeOperator(p));else if(void 0!==$t[p[this._current]])this._current++;else if("&"===p[this._current])v=this._current,this._current++,"&"===p[this._current]?(this._current++,g.push({type:"And",value:"&&",start:v})):g.push({type:xe,value:"&",start:v});else{if("|"!==p[this._current]){var he=new Error("Unknown character:"+p[this._current]);throw he.name="LexerError",he}v=this._current,this._current++,"|"===p[this._current]?(this._current++,g.push({type:"Or",value:"||",start:v})):g.push({type:$e,value:"|",start:v})}return g},_consumeUnquotedIdentifier:function(p){var g=this._current;for(this._current++;this._current<p.length&&Yt(p[this._current]);)this._current++;return p.slice(g,this._current)},_consumeQuotedIdentifier:function(p){var g=this._current;this._current++;for(var v=p.length;'"'!==p[this._current]&&this._current<v;){var N=this._current;"\\"!==p[N]||"\\"!==p[N+1]&&'"'!==p[N+1]?N++:N+=2,this._current=N}return this._current++,JSON.parse(p.slice(g,this._current))},_consumeRawStringLiteral:function(p){var g=this._current;this._current++;for(var v=p.length;"'"!==p[this._current]&&this._current<v;){var N=this._current;"\\"!==p[N]||"\\"!==p[N+1]&&"'"!==p[N+1]?N++:N+=2,this._current=N}return this._current++,p.slice(g+1,this._current-1).replace("\\'","'")},_consumeNumber:function(p){var g=this._current;this._current++;for(var v=p.length;Ln(p[this._current])&&this._current<v;)this._current++;var N=parseInt(p.slice(g,this._current));return{type:se,value:N,start:g}},_consumeLBracket:function(p){var g=this._current;return this._current++,"?"===p[this._current]?(this._current++,{type:be,value:"[?",start:g}):"]"===p[this._current]?(this._current++,{type:ue,value:"[]",start:g}):{type:pe,value:"[",start:g}},_consumeOperator:function(p){var g=this._current,v=p[g];return this._current++,"!"===v?"="===p[this._current]?(this._current++,{type:"NE",value:"!=",start:g}):{type:"Not",value:"!",start:g}:"<"===v?"="===p[this._current]?(this._current++,{type:Ie,value:"<=",start:g}):{type:"LT",value:"<",start:g}:">"===v?"="===p[this._current]?(this._current++,{type:je,value:">=",start:g}):{type:"GT",value:">",start:g}:"="===v&&"="===p[this._current]?(this._current++,{type:"EQ",value:"==",start:g}):void 0},_consumeLiteral:function(p){this._current++;for(var N,g=this._current,v=p.length;"`"!==p[this._current]&&this._current<v;){var ne=this._current;"\\"!==p[ne]||"\\"!==p[ne+1]&&"`"!==p[ne+1]?ne++:ne+=2,this._current=ne}var te=L(p.slice(g,this._current));return te=te.replace("\\`","`"),N=this._looksLikeJSON(te)?JSON.parse(te):JSON.parse('"'+te+'"'),this._current++,N},_looksLikeJSON:function(p){if(""===p)return!1;if('[{"'.indexOf(p[0])>=0)return!0;if(["true","false","null"].indexOf(p)>=0)return!0;if(!("-0123456789".indexOf(p[0])>=0))return!1;try{return JSON.parse(p),!0}catch{return!1}}};var $={};function Me(){}function ft(p){this.runtime=p}function qe(p){this._interpreter=p,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[P]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[P]}]},contains:{_func:this._functionContains,_signature:[{types:[S,3]},{types:[1]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[S]},{types:[S]}]},floor:{_func:this._functionFloor,_signature:[{types:[P]}]},length:{_func:this._functionLength,_signature:[{types:[S,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:[S]},{types:[S]}]},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:[S]},{types:[9]}]},reverse:{_func:this._functionReverse,_signature:[{types:[S,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}]}}}$[W]=0,$[x]=0,$[G]=0,$[U]=0,$[H]=0,$[q]=0,$[ve]=0,$[se]=0,$[Ce]=0,$[xe]=0,$[$e]=1,$.Or=2,$.And=3,$.EQ=5,$.GT=5,$.LT=5,$[je]=5,$[Ie]=5,$.NE=5,$[ue]=9,$[Q]=20,$[be]=21,$[Ee]=40,$.Not=45,$[Fe]=50,$[pe]=55,$[lt]=60,Me.prototype={parse:function(p){this._loadTokens(p),this.index=0;var g=this.expression(0);if(this._lookahead(0)!==W){var v=this._lookaheadToken(0),N=new Error("Unexpected token type: "+v.type+", value: "+v.value);throw N.name="ParserError",N}return g},_loadTokens:function(p){var v=(new at).tokenize(p);v.push({type:W,value:"",start:p.length}),this.tokens=v},expression:function(p){var g=this._lookaheadToken(0);this._advance();for(var v=this.nud(g),N=this._lookahead(0);p<$[N];)this._advance(),v=this.led(N,v),N=this._lookahead(0);return v},_lookahead:function(p){return this.tokens[this.index+p].type},_lookaheadToken:function(p){return this.tokens[this.index+p]},_advance:function(){this.index++},nud:function(p){var v,N;switch(p.type){case vt:return{type:"Literal",value:p.value};case x:return{type:"Field",name:p.value};case G:var ne={type:"Field",name:p.value};if(this._lookahead(0)===lt)throw new Error("Quoted identifier not allowed for function names.");return ne;case"Not":return{type:"NotExpression",children:[v=this.expression($.Not)]};case Q:return v=null,{type:"ValueProjection",children:[{type:"Identity"},v=this._lookahead(0)===U?{type:"Identity"}:this._parseProjectionRHS($.Star)]};case be:return this.led(p.type,{type:"Identity"});case Fe:return this._parseMultiselectHash();case ue:return{type:"Projection",children:[{type:ue,children:[{type:"Identity"}]},v=this._parseProjectionRHS($.Flatten)]};case pe:return this._lookahead(0)===se||this._lookahead(0)===le?(v=this._parseIndexExpression(),this._projectIfSlice({type:"Identity"},v)):this._lookahead(0)===Q&&this._lookahead(1)===U?(this._advance(),this._advance(),{type:"Projection",children:[{type:"Identity"},v=this._parseProjectionRHS($.Star)]}):this._parseMultiselectList();case Ce:return{type:Ce};case xe:return{type:"ExpressionReference",children:[N=this.expression($.Expref)]};case lt:for(var te=[];this._lookahead(0)!==H;)this._lookahead(0)===Ce?(N={type:Ce},this._advance()):N=this.expression(0),te.push(N);return this._match(H),te[0];default:this._errorToken(p)}},led:function(p,g){var v;switch(p){case Ee:var N=$.Dot;return this._lookahead(0)!==Q?{type:"Subexpression",children:[g,v=this._parseDotRHS(N)]}:(this._advance(),{type:"ValueProjection",children:[g,v=this._parseProjectionRHS(N)]});case $e:return v=this.expression($.Pipe),{type:$e,children:[g,v]};case"Or":return{type:"OrExpression",children:[g,v=this.expression($.Or)]};case"And":return{type:"AndExpression",children:[g,v=this.expression($.And)]};case lt:for(var he,ne=g.name,te=[];this._lookahead(0)!==H;)this._lookahead(0)===Ce?(he={type:Ce},this._advance()):he=this.expression(0),this._lookahead(0)===q&&this._match(q),te.push(he);return this._match(H),{type:"Function",name:ne,children:te};case be:var Ge=this.expression(0);return this._match(U),{type:"FilterProjection",children:[g,v=this._lookahead(0)===ue?{type:"Identity"}:this._parseProjectionRHS($.Filter),Ge]};case ue:return{type:"Projection",children:[{type:ue,children:[g]},this._parseProjectionRHS($.Flatten)]};case"EQ":case"NE":case"GT":case je:case"LT":case Ie:return this._parseComparator(g,p);case pe:var ct=this._lookaheadToken(0);return ct.type===se||ct.type===le?(v=this._parseIndexExpression(),this._projectIfSlice(g,v)):(this._match(Q),this._match(U),{type:"Projection",children:[g,v=this._parseProjectionRHS($.Star)]});default:this._errorToken(this._lookaheadToken(0))}},_match:function(p){if(this._lookahead(0)!==p){var g=this._lookaheadToken(0),v=new Error("Expected "+p+", got: "+g.type);throw v.name="ParserError",v}this._advance()},_errorToken:function(p){var g=new Error("Invalid token ("+p.type+'): "'+p.value+'"');throw g.name="ParserError",g},_parseIndexExpression:function(){if(this._lookahead(0)===le||this._lookahead(1)===le)return this._parseSliceExpression();var p={type:"Index",value:this._lookaheadToken(0).value};return this._advance(),this._match(U),p},_projectIfSlice:function(p,g){var v={type:"IndexExpression",children:[p,g]};return"Slice"===g.type?{type:"Projection",children:[v,this._parseProjectionRHS($.Star)]}:v},_parseSliceExpression:function(){for(var p=[null,null,null],g=0,v=this._lookahead(0);v!==U&&g<3;){if(v===le)g++,this._advance();else{if(v!==se){var N=this._lookahead(0),ne=new Error("Syntax error, unexpected token: "+N.value+"("+N.type+")");throw ne.name="Parsererror",ne}p[g]=this._lookaheadToken(0).value,this._advance()}v=this._lookahead(0)}return this._match(U),{type:"Slice",children:p}},_parseComparator:function(p,g){return{type:"Comparator",name:g,children:[p,this.expression($[g])]}},_parseDotRHS:function(p){var g=this._lookahead(0);return[x,G,Q].indexOf(g)>=0?this.expression(p):g===pe?(this._match(pe),this._parseMultiselectList()):g===Fe?(this._match(Fe),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(p){var g;if($[this._lookahead(0)]<10)g={type:"Identity"};else if(this._lookahead(0)===pe)g=this.expression(p);else if(this._lookahead(0)===be)g=this.expression(p);else{if(this._lookahead(0)!==Ee){var v=this._lookaheadToken(0),N=new Error("Sytanx error, unexpected token: "+v.value+"("+v.type+")");throw N.name="ParserError",N}this._match(Ee),g=this._parseDotRHS(p)}return g},_parseMultiselectList:function(){for(var p=[];this._lookahead(0)!==U;){var g=this.expression(0);if(p.push(g),this._lookahead(0)===q&&(this._match(q),this._lookahead(0)===U))throw new Error("Unexpected token Rbracket")}return this._match(U),{type:"MultiSelectList",children:p}},_parseMultiselectHash:function(){for(var v,N,ne,p=[],g=[x,G];;){if(v=this._lookaheadToken(0),g.indexOf(v.type)<0)throw new Error("Expecting an identifier token, got: "+v.type);if(N=v.value,this._advance(),this._match(le),ne=this.expression(0),p.push({type:"KeyValuePair",name:N,value:ne}),this._lookahead(0)===q)this._match(q);else if(this._lookahead(0)===ve){this._match(ve);break}}return{type:"MultiSelectHash",children:p}}},ft.prototype={search:function(p,g){return this.visit(p,g)},visit:function(p,g){var v,N,ne,te,he,de,Ge,D,ct;switch(p.type){case"Field":return null!==g&&M(g)?void 0===(de=g[p.name])?null:de:null;case"Subexpression":for(ne=this.visit(p.children[0],g),ct=1;ct<p.children.length;ct++)if(null===(ne=this.visit(p.children[1],ne)))return null;return ne;case"IndexExpression":return Ge=this.visit(p.children[0],g),this.visit(p.children[1],Ge);case"Index":if(!w(g))return null;var ze=p.value;return ze<0&&(ze=g.length+ze),void 0===(ne=g[ze])&&(ne=null),ne;case"Slice":if(!w(g))return null;var an=p.children.slice(0),Y=this.computeSliceParams(g.length,an),ee=Y[0],Le=Y[1],Ve=Y[2];if(ne=[],Ve>0)for(ct=ee;ct<Le;ct+=Ve)ne.push(g[ct]);else for(ct=ee;ct>Le;ct+=Ve)ne.push(g[ct]);return ne;case"Projection":var Ne=this.visit(p.children[0],g);if(!w(Ne))return null;for(D=[],ct=0;ct<Ne.length;ct++)null!==(N=this.visit(p.children[1],Ne[ct]))&&D.push(N);return D;case"ValueProjection":if(!M(Ne=this.visit(p.children[0],g)))return null;D=[];var Oe=function b(p){for(var g=Object.keys(p),v=[],N=0;N<g.length;N++)v.push(p[g[N]]);return v}(Ne);for(ct=0;ct<Oe.length;ct++)null!==(N=this.visit(p.children[1],Oe[ct]))&&D.push(N);return D;case"FilterProjection":if(!w(Ne=this.visit(p.children[0],g)))return null;var ut=[],bt=[];for(ct=0;ct<Ne.length;ct++)T(v=this.visit(p.children[2],Ne[ct]))||ut.push(Ne[ct]);for(var Ft=0;Ft<ut.length;Ft++)null!==(N=this.visit(p.children[1],ut[Ft]))&&bt.push(N);return bt;case"Comparator":switch(te=this.visit(p.children[0],g),he=this.visit(p.children[1],g),p.name){case"EQ":ne=F(te,he);break;case"NE":ne=!F(te,he);break;case"GT":ne=te>he;break;case je:ne=te>=he;break;case"LT":ne=te<he;break;case Ie:ne=te<=he;break;default:throw new Error("Unknown comparator: "+p.name)}return ne;case ue:var Ht=this.visit(p.children[0],g);if(!w(Ht))return null;var hn=[];for(ct=0;ct<Ht.length;ct++)w(N=Ht[ct])?hn.push.apply(hn,N):hn.push(N);return hn;case"Identity":return g;case"MultiSelectList":if(null===g)return null;for(D=[],ct=0;ct<p.children.length;ct++)D.push(this.visit(p.children[ct],g));return D;case"MultiSelectHash":if(null===g)return null;var Ke;for(D={},ct=0;ct<p.children.length;ct++)D[(Ke=p.children[ct]).name]=this.visit(Ke.value,g);return D;case"OrExpression":return T(v=this.visit(p.children[0],g))&&(v=this.visit(p.children[1],g)),v;case"AndExpression":return!0===T(te=this.visit(p.children[0],g))?te:this.visit(p.children[1],g);case"NotExpression":return T(te=this.visit(p.children[0],g));case"Literal":return p.value;case $e:return Ge=this.visit(p.children[0],g),this.visit(p.children[1],Ge);case Ce:return g;case"Function":var ln=[];for(ct=0;ct<p.children.length;ct++)ln.push(this.visit(p.children[ct],g));return this.runtime.callFunction(p.name,ln);case"ExpressionReference":var Bt=p.children[0];return Bt.jmespathType=xe,Bt;default:throw new Error("Unknown node type: "+p.type)}},computeSliceParams:function(p,g){var v=g[0],N=g[1],ne=g[2],te=[null,null,null];if(null===ne)ne=1;else if(0===ne){var he=new Error("Invalid slice, step cannot be 0");throw he.name="RuntimeError",he}var de=ne<0;return v=null===v?de?p-1:0:this.capSliceRange(p,v,ne),N=null===N?de?-1:p:this.capSliceRange(p,N,ne),te[0]=v,te[1]=N,te[2]=ne,te},capSliceRange:function(p,g,v){return g<0?(g+=p)<0&&(g=v<0?-1:0):g>=p&&(g=v<0?p-1:p),g}},qe.prototype={callFunction:function(p,g){var v=this.functionTable[p];if(void 0===v)throw new Error("Unknown function: "+p+"()");return this._validateArgs(p,g,v._signature),v._func.call(this,g)},_validateArgs:function(p,g,v){var N;if(v[v.length-1].variadic){if(g.length<v.length)throw N=1===v.length?" argument":" arguments",new Error("ArgumentError: "+p+"() takes at least"+v.length+N+" but received "+g.length)}else if(g.length!==v.length)throw N=1===v.length?" argument":" arguments",new Error("ArgumentError: "+p+"() takes "+v.length+N+" but received "+g.length);for(var ne,te,he,de=0;de<v.length;de++){he=!1,ne=v[de].types,te=this._getTypeName(g[de]);for(var Ge=0;Ge<ne.length;Ge++)if(this._typeMatches(te,ne[Ge],g[de])){he=!0;break}if(!he){var wt=ne.map(function(D){return j[D]}).join(",");throw new Error("TypeError: "+p+"() expected argument "+(de+1)+" to be type "+wt+" but received type "+j[te]+" instead.")}}},_typeMatches:function(p,g,v){if(1===g)return!0;if(9!==g&&8!==g&&3!==g)return p===g;if(3===g)return 3===p;if(3===p){var N;8===g?N=P:9===g&&(N=S);for(var ne=0;ne<v.length;ne++)if(!this._typeMatches(this._getTypeName(v[ne]),N,v[ne]))return!1;return!0}},_getTypeName:function(p){switch(Object.prototype.toString.call(p)){case"[object String]":return S;case"[object Number]":return P;case"[object Array]":return 3;case"[object Boolean]":return 5;case"[object Null]":return 7;case"[object Object]":return p.jmespathType===xe?6:4}},_functionStartsWith:function(p){return 0===p[0].lastIndexOf(p[1])},_functionEndsWith:function(p){var g=p[0],v=p[1];return-1!==g.indexOf(v,g.length-v.length)},_functionReverse:function(p){if(this._getTypeName(p[0])===S){for(var v=p[0],N="",ne=v.length-1;ne>=0;ne--)N+=v[ne];return N}var te=p[0].slice(0);return te.reverse(),te},_functionAbs:function(p){return Math.abs(p[0])},_functionCeil:function(p){return Math.ceil(p[0])},_functionAvg:function(p){for(var g=0,v=p[0],N=0;N<v.length;N++)g+=v[N];return g/v.length},_functionContains:function(p){return p[0].indexOf(p[1])>=0},_functionFloor:function(p){return Math.floor(p[0])},_functionLength:function(p){return M(p[0])?Object.keys(p[0]).length:p[0].length},_functionMap:function(p){for(var g=[],v=this._interpreter,N=p[0],ne=p[1],te=0;te<ne.length;te++)g.push(v.visit(N,ne[te]));return g},_functionMerge:function(p){for(var g={},v=0;v<p.length;v++){var N=p[v];for(var ne in N)g[ne]=N[ne]}return g},_functionMax:function(p){if(p[0].length>0){if(this._getTypeName(p[0][0])===P)return Math.max.apply(Math,p[0]);for(var v=p[0],N=v[0],ne=1;ne<v.length;ne++)N.localeCompare(v[ne])<0&&(N=v[ne]);return N}return null},_functionMin:function(p){if(p[0].length>0){if(this._getTypeName(p[0][0])===P)return Math.min.apply(Math,p[0]);for(var v=p[0],N=v[0],ne=1;ne<v.length;ne++)v[ne].localeCompare(N)<0&&(N=v[ne]);return N}return null},_functionSum:function(p){for(var g=0,v=p[0],N=0;N<v.length;N++)g+=v[N];return g},_functionType:function(p){switch(this._getTypeName(p[0])){case P:return"number";case S:return"string";case 3:return"array";case 4:return"object";case 5:return"boolean";case 6:return"expref";case 7:return"null"}},_functionKeys:function(p){return Object.keys(p[0])},_functionValues:function(p){for(var g=p[0],v=Object.keys(g),N=[],ne=0;ne<v.length;ne++)N.push(g[v[ne]]);return N},_functionJoin:function(p){return p[1].join(p[0])},_functionToArray:function(p){return 3===this._getTypeName(p[0])?p[0]:[p[0]]},_functionToString:function(p){return this._getTypeName(p[0])===S?p[0]:JSON.stringify(p[0])},_functionToNumber:function(p){var v,g=this._getTypeName(p[0]);return g===P?p[0]:g!==S||(v=+p[0],isNaN(v))?null:v},_functionNotNull:function(p){for(var g=0;g<p.length;g++)if(7!==this._getTypeName(p[g]))return p[g];return null},_functionSort:function(p){var g=p[0].slice(0);return g.sort(),g},_functionSortBy:function(p){var g=p[0].slice(0);if(0===g.length)return g;var v=this._interpreter,N=p[1],ne=this._getTypeName(v.visit(N,g[0]));if([P,S].indexOf(ne)<0)throw new Error("TypeError");for(var te=this,he=[],de=0;de<g.length;de++)he.push([de,g[de]]);he.sort(function(wt,D){var ct=v.visit(N,wt[1]),ze=v.visit(N,D[1]);if(te._getTypeName(ct)!==ne)throw new Error("TypeError: expected "+ne+", received "+te._getTypeName(ct));if(te._getTypeName(ze)!==ne)throw new Error("TypeError: expected "+ne+", received "+te._getTypeName(ze));return ct>ze?1:ct<ze?-1:wt[0]-D[0]});for(var Ge=0;Ge<he.length;Ge++)g[Ge]=he[Ge][1];return g},_functionMaxBy:function(p){for(var te,he,v=p[0],N=this.createKeyFunction(p[1],[P,S]),ne=-1/0,de=0;de<v.length;de++)(he=N(v[de]))>ne&&(ne=he,te=v[de]);return te},_functionMinBy:function(p){for(var te,he,v=p[0],N=this.createKeyFunction(p[1],[P,S]),ne=1/0,de=0;de<v.length;de++)(he=N(v[de]))<ne&&(ne=he,te=v[de]);return te},createKeyFunction:function(p,g){var v=this,N=this._interpreter;return function(te){var he=N.visit(p,te);if(g.indexOf(v._getTypeName(he))<0){var de="TypeError: expected one of "+g+", received "+v._getTypeName(he);throw new Error(de)}return he}}},_.tokenize=function Se(p){return(new at).tokenize(p)},_.compile=function J(p){return(new Me).parse(p)},_.search=function me(p,g){var v=new Me,N=new qe,ne=new ft(N);N._interpreter=ne;var te=v.parse(g);return ne.search(te,p)},_.strictDeepEqual=F}(re)},8544(K){K.exports=function M(F,T,b){function C(m,S){if(!T[m]){if(!F[m]){if(L)return L(m,!0);var O=new Error("Cannot find module '"+m+"'");throw O.code="MODULE_NOT_FOUND",O}var B=T[m]={exports:{}};F[m][0].call(B.exports,function(A){return C(F[m][1][A]||A)},B,B.exports,M,F,T,b)}return T[m].exports}for(var L=void 0,P=0;P<b.length;P++)C(b[P]);return C}({"./aesprim":[function(M,F,T){!function(b,C){"use strict";C(typeof T<"u"?T:b.esprima={})}(this,function(b){"use strict";var C,L,P,m,S,E,O,B,A,V,I,z,j,W,x,G,U,H;function q(h,k){if(!h)throw new Error("ASSERT: "+k)}function le(h){return h>=48&&h<=57}function ve(h){return"0123456789abcdefABCDEF".indexOf(h)>=0}function se(h){return"01234567".indexOf(h)>=0}function Ce(h){return 32===h||9===h||11===h||12===h||160===h||h>=5760&&[5760,6158,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279].indexOf(h)>=0}function xe(h){return 10===h||13===h||8232===h||8233===h}function $e(h){return 64==h||36===h||95===h||h>=65&&h<=90||h>=97&&h<=122||92===h||h>=128&&O.NonAsciiIdentifierStart.test(String.fromCharCode(h))}function He(h){return 36===h||95===h||h>=65&&h<=90||h>=97&&h<=122||h>=48&&h<=57||92===h||h>=128&&O.NonAsciiIdentifierPart.test(String.fromCharCode(h))}function et(h){switch(h){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"yield":case"let":return!0;default:return!1}}function Re(h){return"eval"===h||"arguments"===h}function Je(h){if(V&&et(h))return!0;switch(h.length){case 2:return"if"===h||"in"===h||"do"===h;case 3:return"var"===h||"for"===h||"new"===h||"try"===h||"let"===h;case 4:return"this"===h||"else"===h||"case"===h||"void"===h||"with"===h||"enum"===h;case 5:return"while"===h||"break"===h||"catch"===h||"throw"===h||"const"===h||"yield"===h||"class"===h||"super"===h;case 6:return"return"===h||"typeof"===h||"delete"===h||"switch"===h||"export"===h||"import"===h;case 7:return"default"===h||"finally"===h||"extends"===h;case 8:return"function"===h||"continue"===h||"debugger"===h;case 10:return"instanceof"===h;default:return!1}}function je(h,k,oe,Ae,Qe){var Dt;q("number"==typeof oe,"Comment must have valid position"),!(U.lastCommentStart>=oe)&&(U.lastCommentStart=oe,Dt={type:h,value:k},H.range&&(Dt.range=[oe,Ae]),H.loc&&(Dt.loc=Qe),H.comments.push(Dt),H.attachComment&&(H.leadingComments.push(Dt),H.trailingComments.push(Dt)))}function Ie(h){var k,oe,Ae,Qe;for(k=I-h,oe={start:{line:z,column:I-j-h}};I<W;)if(Ae=A.charCodeAt(I),++I,xe(Ae))return H.comments&&(Qe=A.slice(k+h,I-1),oe.end={line:z,column:I-j-1},je("Line",Qe,k,I-1,oe)),13===Ae&&10===A.charCodeAt(I)&&++I,++z,void(j=I);H.comments&&(Qe=A.slice(k+h,I),oe.end={line:z,column:I-j},je("Line",Qe,k,I,oe))}function Be(){var h,k,oe,Ae;for(H.comments&&(h=I-2,k={start:{line:z,column:I-j-2}});I<W;)if(xe(oe=A.charCodeAt(I)))13===oe&&10===A.charCodeAt(I+1)&&++I,++z,++I,j=I,I>=W&&v({},E.UnexpectedToken,"ILLEGAL");else if(42===oe){if(47===A.charCodeAt(I+1))return++I,++I,void(H.comments&&(Ae=A.slice(h+2,I-2),k.end={line:z,column:I-j},je("Block",Ae,h,I,k)));++I}else++I;v({},E.UnexpectedToken,"ILLEGAL")}function ue(){var h,k;for(k=0===I;I<W;)if(Ce(h=A.charCodeAt(I)))++I;else if(xe(h))++I,13===h&&10===A.charCodeAt(I)&&++I,++z,j=I,k=!0;else if(47===h)if(47===(h=A.charCodeAt(I+1)))++I,++I,Ie(2),k=!0;else{if(42!==h)break;++I,++I,Be()}else if(k&&45===h){if(45!==A.charCodeAt(I+1)||62!==A.charCodeAt(I+2))break;I+=3,Ie(3)}else{if(60!==h)break;if("!--"!==A.slice(I+1,I+4))break;++I,++I,++I,++I,Ie(4)}}function Q(h){var k,oe,Ae,Qe=0;for(oe="u"===h?4:2,k=0;k<oe;++k){if(!(I<W&&ve(A[I])))return"";Ae=A[I++],Qe=16*Qe+"0123456789abcdef".indexOf(Ae.toLowerCase())}return String.fromCharCode(Qe)}function be(){var h,k;for(h=A.charCodeAt(I++),k=String.fromCharCode(h),92===h&&(117!==A.charCodeAt(I)&&v({},E.UnexpectedToken,"ILLEGAL"),++I,(!(h=Q("u"))||"\\"===h||!$e(h.charCodeAt(0)))&&v({},E.UnexpectedToken,"ILLEGAL"),k=h);I<W&&He(h=A.charCodeAt(I));)++I,k+=String.fromCharCode(h),92===h&&(k=k.substr(0,k.length-1),117!==A.charCodeAt(I)&&v({},E.UnexpectedToken,"ILLEGAL"),++I,(!(h=Q("u"))||"\\"===h||!He(h.charCodeAt(0)))&&v({},E.UnexpectedToken,"ILLEGAL"),k+=h);return k}function Ee(){var h,k;for(h=I++;I<W;){if(92===(k=A.charCodeAt(I)))return I=h,be();if(!He(k))break;++I}return A.slice(h,I)}function Fe(){var oe,Qe,Dt,Mt,h=I,k=A.charCodeAt(I),Ae=A[I];switch(k){case 46:case 40:case 41:case 59:case 44:case 123:case 125:case 91:case 93:case 58:case 63:case 126:return++I,H.tokenize&&(40===k?H.openParenToken=H.tokens.length:123===k&&(H.openCurlyToken=H.tokens.length)),{type:C.Punctuator,value:String.fromCharCode(k),lineNumber:z,lineStart:j,start:h,end:I};default:if(61===(oe=A.charCodeAt(I+1)))switch(k){case 43:case 45:case 47:case 60:case 62:case 94:case 124:case 37:case 38:case 42:return I+=2,{type:C.Punctuator,value:String.fromCharCode(k)+String.fromCharCode(oe),lineNumber:z,lineStart:j,start:h,end:I};case 33:case 61:return 61===A.charCodeAt(I+=2)&&++I,{type:C.Punctuator,value:A.slice(h,I),lineNumber:z,lineStart:j,start:h,end:I}}}return">>>="===(Mt=A.substr(I,4))?{type:C.Punctuator,value:Mt,lineNumber:z,lineStart:j,start:h,end:I+=4}:">>>"===(Dt=Mt.substr(0,3))||"<<="===Dt||">>="===Dt?{type:C.Punctuator,value:Dt,lineNumber:z,lineStart:j,start:h,end:I+=3}:Ae===(Qe=Dt.substr(0,2))[1]&&"+-<>&|".indexOf(Ae)>=0||"=>"===Qe?{type:C.Punctuator,value:Qe,lineNumber:z,lineStart:j,start:h,end:I+=2}:"<>=!+-*%&|^/".indexOf(Ae)>=0?(++I,{type:C.Punctuator,value:Ae,lineNumber:z,lineStart:j,start:h,end:I}):void v({},E.UnexpectedToken,"ILLEGAL")}function St(){var h,k,oe;if(q(le((oe=A[I]).charCodeAt(0))||"."===oe,"Numeric literal must start with a decimal digit or a decimal point"),k=I,h="","."!==oe){if(h=A[I++],oe=A[I],"0"===h){if("x"===oe||"X"===oe)return++I,function pe(h){for(var k="";I<W&&ve(A[I]);)k+=A[I++];return 0===k.length&&v({},E.UnexpectedToken,"ILLEGAL"),$e(A.charCodeAt(I))&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.NumericLiteral,value:parseInt("0x"+k,16),lineNumber:z,lineStart:j,start:h,end:I}}(k);if(se(oe)&&function vt(){var h,k;for(h=I+1;h<W;++h){if("8"===(k=A[h])||"9"===k)return!1;if(!se(k))return!0}return!0}())return function lt(h){for(var k="0"+A[I++];I<W&&se(A[I]);)k+=A[I++];return($e(A.charCodeAt(I))||le(A.charCodeAt(I)))&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.NumericLiteral,value:parseInt(k,8),octal:!0,lineNumber:z,lineStart:j,start:h,end:I}}(k)}for(;le(A.charCodeAt(I));)h+=A[I++];oe=A[I]}if("."===oe){for(h+=A[I++];le(A.charCodeAt(I));)h+=A[I++];oe=A[I]}if("e"===oe||"E"===oe)if(h+=A[I++],("+"===(oe=A[I])||"-"===oe)&&(h+=A[I++]),le(A.charCodeAt(I)))for(;le(A.charCodeAt(I));)h+=A[I++];else v({},E.UnexpectedToken,"ILLEGAL");return $e(A.charCodeAt(I))&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.NumericLiteral,value:parseFloat(h),lineNumber:z,lineStart:j,start:k,end:I}}function Yt(){var h,k,oe,Qe;return G=null,ue(),h=I,k=function Et(){var h,k,oe,Ae;for(q("/"===(h=A[I]),"Regular expression literal must start with a slash"),k=A[I++],oe=!1,Ae=!1;I<W;)if(k+=h=A[I++],"\\"===h)xe((h=A[I++]).charCodeAt(0))&&v({},E.UnterminatedRegExp),k+=h;else if(xe(h.charCodeAt(0)))v({},E.UnterminatedRegExp);else if(oe)"]"===h&&(oe=!1);else{if("/"===h){Ae=!0;break}"["===h&&(oe=!0)}return Ae||v({},E.UnterminatedRegExp),{value:k.substr(1,k.length-2),literal:k}}(),oe=function Ln(){var h,k,oe,Ae;for(k="",oe="";I<W&&He((h=A[I]).charCodeAt(0));)if(++I,"\\"===h&&I<W)if("u"===(h=A[I])){if(Ae=++I,h=Q("u"))for(oe+=h,k+="\\u";Ae<I;++Ae)k+=A[Ae];else I=Ae,oe+="u",k+="\\u";N({},E.UnexpectedToken,"ILLEGAL")}else k+="\\",N({},E.UnexpectedToken,"ILLEGAL");else oe+=h,k+=h;return{value:oe,literal:k}}(),Qe=function $t(h,k){var oe;try{oe=new RegExp(h,k)}catch{v({},E.InvalidRegExp)}return oe}(k.value,oe.value),H.tokenize?{type:C.RegularExpression,value:Qe,lineNumber:z,lineStart:j,start:h,end:I}:{literal:k.literal+oe.literal,value:Qe,start:h,end:I}}function at(){var h,k,oe,Ae;return ue(),h=I,k={start:{line:z,column:I-j}},oe=Yt(),k.end={line:z,column:I-j},H.tokenize||(H.tokens.length>0&&(Ae=H.tokens[H.tokens.length-1]).range[0]===h&&"Punctuator"===Ae.type&&("/"===Ae.value||"/="===Ae.value)&&H.tokens.pop(),H.tokens.push({type:"RegularExpression",value:oe.literal,range:[h,I],loc:k})),oe}function ft(){var h;return ue(),I>=W?{type:C.EOF,lineNumber:z,lineStart:j,start:I,end:I}:$e(h=A.charCodeAt(I))?function We(){var h,k;return h=I,{type:1===(k=92===A.charCodeAt(I)?be():Ee()).length?C.Identifier:Je(k)?C.Keyword:"null"===k?C.NullLiteral:"true"===k||"false"===k?C.BooleanLiteral:C.Identifier,value:k,lineNumber:z,lineStart:j,start:h,end:I}}():40===h||41===h||59===h?Fe():39===h||34===h?function _n(){var k,oe,Ae,Qe,Dt,Mt,cr,Bn,h="",xt=!1;for(cr=z,Bn=j,q("'"===(k=A[I])||'"'===k,"String literal must starts with a quote"),oe=I,++I;I<W;){if((Ae=A[I++])===k){k="";break}if("\\"===Ae)if((Ae=A[I++])&&xe(Ae.charCodeAt(0)))++z,"\r"===Ae&&"\n"===A[I]&&++I,j=I;else switch(Ae){case"u":case"x":Mt=I,(Dt=Q(Ae))?h+=Dt:(I=Mt,h+=Ae);break;case"n":h+="\n";break;case"r":h+="\r";break;case"t":h+="\t";break;case"b":h+="\b";break;case"f":h+="\f";break;case"v":h+="\v";break;default:se(Ae)?(0!==(Qe="01234567".indexOf(Ae))&&(xt=!0),I<W&&se(A[I])&&(xt=!0,Qe=8*Qe+"01234567".indexOf(A[I++]),"0123".indexOf(Ae)>=0&&I<W&&se(A[I])&&(Qe=8*Qe+"01234567".indexOf(A[I++]))),h+=String.fromCharCode(Qe)):h+=Ae}else{if(xe(Ae.charCodeAt(0)))break;h+=Ae}}return""!==k&&v({},E.UnexpectedToken,"ILLEGAL"),{type:C.StringLiteral,value:h,octal:xt,startLineNumber:cr,startLineStart:Bn,lineNumber:z,lineStart:j,start:oe,end:I}}():46===h?le(A.charCodeAt(I+1))?St():Fe():le(h)?St():H.tokenize&&47===h?function Me(){var h,k;if(!(h=H.tokens[H.tokens.length-1]))return at();if("Punctuator"===h.type){if("]"===h.value)return Fe();if(")"===h.value)return!(k=H.tokens[H.openParenToken-1])||"Keyword"!==k.type||"if"!==k.value&&"while"!==k.value&&"for"!==k.value&&"with"!==k.value?Fe():at();if("}"===h.value){if(H.tokens[H.openCurlyToken-3]&&"Keyword"===H.tokens[H.openCurlyToken-3].type){if(!(k=H.tokens[H.openCurlyToken-4]))return Fe()}else{if(!H.tokens[H.openCurlyToken-4]||"Keyword"!==H.tokens[H.openCurlyToken-4].type)return Fe();if(!(k=H.tokens[H.openCurlyToken-5]))return at()}return P.indexOf(k.value)>=0?Fe():at()}return at()}return"Keyword"===h.type&&"this"!==h.value?at():Fe()}():Fe()}function qe(){var h,k,Ae;return ue(),h={start:{line:z,column:I-j}},k=ft(),h.end={line:z,column:I-j},k.type!==C.EOF&&(Ae=A.slice(k.start,k.end),H.tokens.push({type:L[k.type],value:Ae,range:[k.start,k.end],loc:h})),k}function J(){var h;return I=(h=G).end,z=h.lineNumber,j=h.lineStart,G=typeof H.tokens<"u"?qe():ft(),I=h.end,z=h.lineNumber,j=h.lineStart,h}function Se(){var h,k,oe;h=I,k=z,oe=j,G=typeof H.tokens<"u"?qe():ft(),I=h,z=k,j=oe}function me(h,k){this.line=h,this.column=k}function p(h,k,oe,Ae){this.start=new me(h,k),this.end=new me(oe,Ae)}function g(){var h,k,oe,Ae;return h=I,k=z,oe=j,ue(),Ae=z!==k,I=h,z=k,j=oe,Ae}function v(h,k){var oe,Ae=Array.prototype.slice.call(arguments,2),Qe=k.replace(/%(\d)/g,function(Dt,Mt){return q(Mt<Ae.length,"Message reference must be in range"),Ae[Mt]});throw"number"==typeof h.lineNumber?((oe=new Error("Line "+h.lineNumber+": "+Qe)).index=h.start,oe.lineNumber=h.lineNumber,oe.column=h.start-j+1):((oe=new Error("Line "+z+": "+Qe)).index=I,oe.lineNumber=z,oe.column=I-j+1),oe.description=Qe,oe}function N(){try{v.apply(null,arguments)}catch(h){if(!H.errors)throw h;H.errors.push(h)}}function ne(h){if(h.type===C.EOF&&v(h,E.UnexpectedEOS),h.type===C.NumericLiteral&&v(h,E.UnexpectedNumber),h.type===C.StringLiteral&&v(h,E.UnexpectedString),h.type===C.Identifier&&v(h,E.UnexpectedIdentifier),h.type===C.Keyword){if(function Ze(h){switch(h){case"class":case"enum":case"export":case"extends":case"import":case"super":return!0;default:return!1}}(h.value))v(h,E.UnexpectedReserved);else if(V&&et(h.value))return void N(h,E.StrictReservedWord);v(h,E.UnexpectedToken,h.value)}v(h,E.UnexpectedToken,h.value)}function te(h){var k=J();(k.type!==C.Punctuator||k.value!==h)&&ne(k)}function he(h){var k=J();(k.type!==C.Keyword||k.value!==h)&&ne(k)}function de(h){return G.type===C.Punctuator&&G.value===h}function Ge(h){return G.type===C.Keyword&&G.value===h}function D(){var h,k=I,oe=z,Ae=j,Qe=G;if(59!==A.charCodeAt(I)&&!de(";"))return h=z,ue(),z!==h?(I=k,z=oe,j=Ae,void(G=Qe)):void(G.type!==C.EOF&&!de("}")&&ne(G));J()}function ct(h){return h.type===m.Identifier||h.type===m.MemberExpression}function an(h,k){var oe,Ae,Qe;return oe=V,Qe=G,Ae=_i(),k&&V&&Re(h[0].name)&&N(k,E.StrictParamName),V=oe,x.markEnd(x.createFunctionExpression(null,h,[],Ae),Qe)}function Y(){var h,k;return k=G,(h=J()).type===C.StringLiteral||h.type===C.NumericLiteral?(V&&h.octal&&N(h,E.StrictOctalLiteral),x.markEnd(x.createLiteral(h),k)):x.markEnd(x.createIdentifier(h.value),k)}function ee(){var h,k,oe,Ae,Qe,Dt;return Dt=G,(h=G).type===C.Identifier?(oe=Y(),"get"!==h.value||de(":")?"set"!==h.value||de(":")?(te(":"),Ae=qt(),x.markEnd(x.createProperty("init",oe,Ae),Dt)):(k=Y(),te("("),(h=G).type!==C.Identifier?(te(")"),N(h,E.UnexpectedToken,h.value),Ae=an([])):(Qe=[ke()],te(")"),Ae=an(Qe,h)),x.markEnd(x.createProperty("set",k,Ae),Dt)):(k=Y(),te("("),te(")"),Ae=an([]),x.markEnd(x.createProperty("get",k,Ae),Dt))):h.type!==C.EOF&&h.type!==C.Punctuator?(k=Y(),te(":"),Ae=qt(),x.markEnd(x.createProperty("init",k,Ae),Dt)):void ne(h)}function Ne(){var h,k,oe,Ae;if(de("("))return function Ve(){var h;return te("("),h=Jt(),te(")"),h}();if(de("["))return function ze(){var k,h=[];for(k=G,te("[");!de("]");)de(",")?(J(),h.push(null)):(h.push(qt()),de("]")||te(","));return J(),x.markEnd(x.createArrayExpression(h),k)}();if(de("{"))return function Le(){var k,oe,Ae,Qe,xt,h=[],Dt={},Mt=String;for(xt=G,te("{");!de("}");)oe=(k=ee()).key.type===m.Identifier?k.key.name:Mt(k.key.value),Qe="init"===k.kind?S.Data:"get"===k.kind?S.Get:S.Set,Ae="$"+oe,Object.prototype.hasOwnProperty.call(Dt,Ae)?(Dt[Ae]===S.Data?V&&Qe===S.Data?N({},E.StrictDuplicateProperty):Qe!==S.Data&&N({},E.AccessorDataProperty):Qe===S.Data?N({},E.AccessorDataProperty):Dt[Ae]&Qe&&N({},E.AccessorGetSet),Dt[Ae]|=Qe):Dt[Ae]=Qe,h.push(k),de("}")||te(",");return te("}"),x.markEnd(x.createObjectExpression(h),xt)}();if(Ae=G,(h=G.type)===C.Identifier)oe=x.createIdentifier(J().value);else if(h===C.StringLiteral||h===C.NumericLiteral)V&&G.octal&&N(G,E.StrictOctalLiteral),oe=x.createLiteral(J());else if(h===C.Keyword){if(Ge("function"))return function Oo(){var h,oe,Ae,Qe,Dt,xt,cr,Bn,k=null,Mt=[];return Bn=G,he("function"),de("(")||(h=G,k=ke(),V?Re(h.value)&&N(h,E.StrictFunctionName):Re(h.value)?(Ae=h,Qe=E.StrictFunctionName):et(h.value)&&(Ae=h,Qe=E.StrictReservedWord)),Mt=(Dt=wi(Ae)).params,oe=Dt.stricted,Ae=Dt.firstRestricted,Dt.message&&(Qe=Dt.message),cr=V,xt=_i(),V&&Ae&&v(Ae,Qe),V&&oe&&N(oe,Qe),V=cr,x.markEnd(x.createFunctionExpression(k,Mt,[],xt),Bn)}();Ge("this")?(J(),oe=x.createThisExpression()):ne(J())}else h===C.BooleanLiteral?((k=J()).value="true"===k.value,oe=x.createLiteral(k)):h===C.NullLiteral?((k=J()).value=null,oe=x.createLiteral(k)):de("/")||de("/=")?(oe=x.createLiteral(typeof H.tokens<"u"?at():Yt()),Se()):ne(J());return x.markEnd(oe,Ae)}function Oe(){var h=[];if(te("("),!de(")"))for(;I<W&&(h.push(qt()),!de(")"));)te(",");return te(")"),h}function ut(){var h,k;return k=G,function $(h){return h.type===C.Identifier||h.type===C.Keyword||h.type===C.BooleanLiteral||h.type===C.NullLiteral}(h=J())||ne(h),x.markEnd(x.createIdentifier(h.value),k)}function bt(){return te("."),ut()}function Ft(){var h;return te("["),h=Jt(),te("]"),h}function Ht(){var h,k,oe;return oe=G,he("new"),h=function Ke(){var h,k,oe;for(q(U.allowIn,"callee of new expression always allow in keyword."),oe=G,h=Ge("new")?Ht():Ne();de(".")||de("[");)de("[")?(k=Ft(),h=x.createMemberExpression("[",h,k)):(k=bt(),h=x.createMemberExpression(".",h,k)),x.markEnd(h,oe);return h}(),k=de("(")?Oe():[],x.markEnd(x.createNewExpression(h,k),oe)}function ln(){var h,k,oe=G;return h=function hn(){var h,k,oe,Ae,Qe=U.allowIn;for(Ae=G,U.allowIn=!0,h=Ge("new")?Ht():Ne();;){if(de("."))oe=bt(),h=x.createMemberExpression(".",h,oe);else if(de("("))k=Oe(),h=x.createCallExpression(h,k);else{if(!de("["))break;oe=Ft(),h=x.createMemberExpression("[",h,oe)}x.markEnd(h,Ae)}return U.allowIn=Qe,h}(),G.type===C.Punctuator&&(de("++")||de("--"))&&!g()&&(V&&h.type===m.Identifier&&Re(h.name)&&N({},E.StrictLHSPostfix),ct(h)||N({},E.InvalidLHSInAssignment),k=J(),h=x.markEnd(x.createPostfixExpression(k.value,h),oe)),h}function Bt(){var h,k,oe;return G.type!==C.Punctuator&&G.type!==C.Keyword?k=ln():de("++")||de("--")?(oe=G,h=J(),k=Bt(),V&&k.type===m.Identifier&&Re(k.name)&&N({},E.StrictLHSPrefix),ct(k)||N({},E.InvalidLHSInAssignment),k=x.createUnaryExpression(h.value,k),k=x.markEnd(k,oe)):de("+")||de("-")||de("~")||de("!")?(oe=G,h=J(),k=Bt(),k=x.createUnaryExpression(h.value,k),k=x.markEnd(k,oe)):Ge("delete")||Ge("void")||Ge("typeof")?(oe=G,h=J(),k=Bt(),k=x.createUnaryExpression(h.value,k),k=x.markEnd(k,oe),V&&"delete"===k.operator&&k.argument.type===m.Identifier&&N({},E.StrictDelete)):k=ln(),k}function mn(h,k){var oe=0;if(h.type!==C.Punctuator&&h.type!==C.Keyword)return 0;switch(h.value){case"||":oe=1;break;case"&&":oe=2;break;case"|":oe=3;break;case"^":oe=4;break;case"&":oe=5;break;case"==":case"!=":case"===":case"!==":oe=6;break;case"<":case">":case"<=":case">=":case"instanceof":oe=7;break;case"in":oe=k?7:0;break;case"<<":case">>":case">>>":oe=8;break;case"+":case"-":oe=9;break;case"*":case"/":case"%":oe=11}return oe}function Fr(){var h,k,oe,Ae,Qe;return Qe=G,h=function On(){var h,k,oe,Ae,Qe,Dt,Mt,xt,cr,Bn;if(h=G,cr=Bt(),0===(Qe=mn(Ae=G,U.allowIn)))return cr;for(Ae.prec=Qe,J(),k=[h,G],Dt=[cr,Ae,Mt=Bt()];(Qe=mn(G,U.allowIn))>0;){for(;Dt.length>2&&Qe<=Dt[Dt.length-2].prec;)Mt=Dt.pop(),xt=Dt.pop().value,cr=Dt.pop(),oe=x.createBinaryExpression(xt,cr,Mt),k.pop(),x.markEnd(oe,h=k[k.length-1]),Dt.push(oe);(Ae=J()).prec=Qe,Dt.push(Ae),k.push(G),oe=Bt(),Dt.push(oe)}for(oe=Dt[Bn=Dt.length-1],k.pop();Bn>1;)oe=x.createBinaryExpression(Dt[Bn-1].value,Dt[Bn-2],oe),Bn-=2,h=k.pop(),x.markEnd(oe,h);return oe}(),de("?")&&(J(),k=U.allowIn,U.allowIn=!0,oe=qt(),U.allowIn=k,te(":"),Ae=qt(),h=x.createConditionalExpression(h,oe,Ae),x.markEnd(h,Qe)),h}function qt(){var h,k,oe,Ae,Qe;return h=G,Qe=G,Ae=k=Fr(),function wt(){var h;return G.type===C.Punctuator&&("="===(h=G.value)||"*="===h||"/="===h||"%="===h||"+="===h||"-="===h||"<<="===h||">>="===h||">>>="===h||"&="===h||"^="===h||"|="===h)}()&&(ct(k)||N({},E.InvalidLHSInAssignment),V&&k.type===m.Identifier&&Re(k.name)&&N(h,E.StrictLHSAssignment),h=J(),oe=qt(),Ae=x.markEnd(x.createAssignmentExpression(h.value,k,oe),Qe)),Ae}function Jt(){var h,k=G;if(h=qt(),de(",")){for(h=x.createSequenceExpression([h]);I<W&&de(",");)J(),h.expressions.push(qt());x.markEnd(h,k)}return h}function Ar(){var h,k;return k=G,te("{"),h=function xn(){for(var k,h=[];I<W&&!(de("}")||(k=Xe(),typeof k>"u"));)h.push(k);return h}(),te("}"),x.markEnd(x.createBlockStatement(h),k)}function ke(){var h,k;return k=G,(h=J()).type!==C.Identifier&&ne(h),x.markEnd(x.createIdentifier(h.value),k)}function nt(h){var oe,Ae,k=null;return Ae=G,oe=ke(),V&&Re(oe.name)&&N({},E.StrictVarName),"const"===h?(te("="),k=qt()):de("=")&&(J(),k=qt()),x.markEnd(x.createVariableDeclarator(oe,k),Ae)}function ge(h){var k=[];do{if(k.push(nt(h)),!de(","))break;J()}while(I<W);return k}function Ai(){var h,k,oe,Ae,Qe,Dt,Mt,xt=U.allowIn;return h=k=oe=null,he("for"),te("("),de(";")?J():(Ge("var")||Ge("let")?(U.allowIn=!1,h=function Hr(){var h,k,oe;return oe=G,h=J(),k=ge(),x.markEnd(x.createVariableDeclaration(k,h.value),oe)}(),U.allowIn=xt,1===h.declarations.length&&Ge("in")&&(J(),Ae=h,Qe=Jt(),h=null)):(U.allowIn=!1,h=Jt(),U.allowIn=xt,Ge("in")&&(ct(h)||N({},E.InvalidLHSInForIn),J(),Ae=h,Qe=Jt(),h=null)),typeof Ae>"u"&&te(";")),typeof Ae>"u"&&(de(";")||(k=Jt()),te(";"),de(")")||(oe=Jt())),te(")"),Mt=U.inIteration,U.inIteration=!0,Dt=Ur(),U.inIteration=Mt,typeof Ae>"u"?x.createForStatement(h,k,oe,Dt):x.createForInStatement(Ae,Qe,Dt)}function ao(){var h,oe,Ae,k=[];for(Ae=G,Ge("default")?(J(),h=null):(he("case"),h=Jt()),te(":");I<W&&!(de("}")||Ge("default")||Ge("case"));)oe=Ur(),k.push(oe);return x.markEnd(x.createSwitchCase(h,k),Ae)}function ys(){var h,k=[],oe=null;return he("try"),h=Ar(),Ge("catch")&&k.push(function Si(){var h,k,oe;return oe=G,he("catch"),te("("),de(")")&&ne(G),h=ke(),V&&Re(h.name)&&N({},E.StrictCatchVariable),te(")"),k=Ar(),x.markEnd(x.createCatchClause(h,k),oe)}()),Ge("finally")&&(J(),oe=Ar()),0===k.length&&!oe&&v({},E.NoCatchOrFinally),x.createTryStatement(h,[],k,oe)}function Ur(){var k,oe,Ae,Qe,h=G.type;if(h===C.EOF&&ne(G),h===C.Punctuator&&"{"===G.value)return Ar();if(Qe=G,h===C.Punctuator)switch(G.value){case";":return x.markEnd(function kt(){return te(";"),x.createEmptyStatement()}(),Qe);case"(":return x.markEnd(function zt(){var h=Jt();return D(),x.createExpressionStatement(h)}(),Qe)}if(h===C.Keyword)switch(G.value){case"break":return x.markEnd(function br(){var h=null;return he("break"),59===A.charCodeAt(I)?(J(),U.inIteration||U.inSwitch||v({},E.IllegalBreak),x.createBreakStatement(null)):g()?(U.inIteration||U.inSwitch||v({},E.IllegalBreak),x.createBreakStatement(null)):(G.type===C.Identifier&&(h=ke(),Object.prototype.hasOwnProperty.call(U.labelSet,"$"+h.name)||v({},E.UnknownLabel,h.name)),D(),null===h&&!(U.inIteration||U.inSwitch)&&v({},E.IllegalBreak),x.createBreakStatement(h))}(),Qe);case"continue":return x.markEnd(function Kn(){var h=null;return he("continue"),59===A.charCodeAt(I)?(J(),U.inIteration||v({},E.IllegalContinue),x.createContinueStatement(null)):g()?(U.inIteration||v({},E.IllegalContinue),x.createContinueStatement(null)):(G.type===C.Identifier&&(h=ke(),Object.prototype.hasOwnProperty.call(U.labelSet,"$"+h.name)||v({},E.UnknownLabel,h.name)),D(),null===h&&!U.inIteration&&v({},E.IllegalContinue),x.createContinueStatement(h))}(),Qe);case"debugger":return x.markEnd(function bs(){return he("debugger"),D(),x.createDebuggerStatement()}(),Qe);case"do":return x.markEnd(function Mn(){var h,k,oe;return he("do"),oe=U.inIteration,U.inIteration=!0,h=Ur(),U.inIteration=oe,he("while"),te("("),k=Jt(),te(")"),de(";")&&J(),x.createDoWhileStatement(h,k)}(),Qe);case"for":return x.markEnd(Ai(),Qe);case"function":return x.markEnd(jo(),Qe);case"if":return x.markEnd(function Lt(){var h,k,oe;return he("if"),te("("),h=Jt(),te(")"),k=Ur(),Ge("else")?(J(),oe=Ur()):oe=null,x.createIfStatement(h,k,oe)}(),Qe);case"return":return x.markEnd(function Pn(){var h=null;return he("return"),U.inFunctionBody||N({},E.IllegalReturn),32===A.charCodeAt(I)&&$e(A.charCodeAt(I+1))?(h=Jt(),D(),x.createReturnStatement(h)):g()?x.createReturnStatement(null):(de(";")||!de("}")&&G.type!==C.EOF&&(h=Jt()),D(),x.createReturnStatement(h))}(),Qe);case"switch":return x.markEnd(function Qn(){var h,k,oe,Ae,Qe;if(he("switch"),te("("),h=Jt(),te(")"),te("{"),k=[],de("}"))return J(),x.createSwitchStatement(h,k);for(Ae=U.inSwitch,U.inSwitch=!0,Qe=!1;I<W&&!de("}");)null===(oe=ao()).test&&(Qe&&v({},E.MultipleDefaultsInSwitch),Qe=!0),k.push(oe);return U.inSwitch=Ae,te("}"),x.createSwitchStatement(h,k)}(),Qe);case"throw":return x.markEnd(function Cs(){var h;return he("throw"),g()&&v({},E.NewlineAfterThrow),h=Jt(),D(),x.createThrowStatement(h)}(),Qe);case"try":return x.markEnd(ys(),Qe);case"var":return x.markEnd(function st(){var h;return he("var"),h=ge(),D(),x.createVariableDeclaration(h,"var")}(),Qe);case"while":return x.markEnd(function zn(){var h,k,oe;return he("while"),te("("),h=Jt(),te(")"),oe=U.inIteration,U.inIteration=!0,k=Ur(),U.inIteration=oe,x.createWhileStatement(h,k)}(),Qe);case"with":return x.markEnd(function An(){var h,k;return V&&(ue(),N({},E.StrictModeWith)),he("with"),te("("),h=Jt(),te(")"),k=Ur(),x.createWithStatement(h,k)}(),Qe)}return(k=Jt()).type===m.Identifier&&de(":")?(J(),Ae="$"+k.name,Object.prototype.hasOwnProperty.call(U.labelSet,Ae)&&v({},E.Redeclaration,"Label",k.name),U.labelSet[Ae]=!0,oe=Ur(),delete U.labelSet[Ae],x.markEnd(x.createLabeledStatement(k,oe),Qe)):(D(),x.markEnd(x.createExpressionStatement(k),Qe))}function _i(){var h,oe,Qe,Dt,Mt,xt,cr,Bn,k=[];for(Bn=G,te("{");I<W&&G.type===C.StringLiteral&&(oe=G,h=Xe(),k.push(h),h.expression.type===m.Literal);)"use strict"===A.slice(oe.start+1,oe.end-1)?(V=!0,Qe&&N(Qe,E.StrictOctalLiteral)):!Qe&&oe.octal&&(Qe=oe);for(Dt=U.labelSet,Mt=U.inIteration,xt=U.inSwitch,cr=U.inFunctionBody,U.labelSet={},U.inIteration=!1,U.inSwitch=!1,U.inFunctionBody=!0;I<W&&!(de("}")||(h=Xe(),typeof h>"u"));)k.push(h);return te("}"),U.labelSet=Dt,U.inIteration=Mt,U.inSwitch=xt,U.inFunctionBody=cr,x.markEnd(x.createBlockStatement(k),Bn)}function wi(h){var k,Ae,Qe,Dt,Mt,xt,oe=[];if(te("("),!de(")"))for(Dt={};I<W&&(Ae=G,k=ke(),Mt="$"+Ae.value,V?(Re(Ae.value)&&(Qe=Ae,xt=E.StrictParamName),Object.prototype.hasOwnProperty.call(Dt,Mt)&&(Qe=Ae,xt=E.StrictParamDupe)):h||(Re(Ae.value)?(h=Ae,xt=E.StrictParamName):et(Ae.value)?(h=Ae,xt=E.StrictReservedWord):Object.prototype.hasOwnProperty.call(Dt,Mt)&&(h=Ae,xt=E.StrictParamDupe)),oe.push(k),Dt[Mt]=!0,!de(")"));)te(",");return te(")"),{params:oe,stricted:Qe,firstRestricted:h,message:xt}}function jo(){var h,oe,Ae,Qe,Dt,Mt,xt,cr,Bn,k;return Bn=G,he("function"),Ae=G,h=ke(),V?Re(Ae.value)&&N(Ae,E.StrictFunctionName):Re(Ae.value)?(Mt=Ae,xt=E.StrictFunctionName):et(Ae.value)&&(Mt=Ae,xt=E.StrictReservedWord),k=(Dt=wi(Mt)).params,Qe=Dt.stricted,Mt=Dt.firstRestricted,Dt.message&&(xt=Dt.message),cr=V,oe=_i(),V&&Mt&&v(Mt,xt),V&&Qe&&N(Qe,xt),V=cr,x.markEnd(x.createFunctionDeclaration(h,k,[],oe),Bn)}function Xe(){if(G.type===C.Keyword)switch(G.value){case"const":case"let":return function ht(h){var k,oe;return oe=G,he(h),k=ge(h),D(),x.markEnd(x.createVariableDeclaration(k,h),oe)}(G.value);case"function":return jo();default:return Ur()}if(G.type!==C.EOF)return Ur()}function vo(){var h,k;return ue(),Se(),k=G,V=!1,h=function fa(){for(var h,oe,Qe,k=[];I<W&&(oe=G).type===C.StringLiteral&&(h=Xe(),k.push(h),h.expression.type===m.Literal);)"use strict"===A.slice(oe.start+1,oe.end-1)?(V=!0,Qe&&N(Qe,E.StrictOctalLiteral)):!Qe&&oe.octal&&(Qe=oe);for(;I<W&&!(typeof(h=Xe())>"u");)k.push(h);return k}(),x.markEnd(x.createProgram(h),k)}function er(){var h,k,oe,Ae=[];for(h=0;h<H.tokens.length;++h)oe={type:(k=H.tokens[h]).type,value:k.value},H.range&&(oe.range=k.range),H.loc&&(oe.loc=k.loc),Ae.push(oe);H.tokens=Ae}(L={})[(C={BooleanLiteral:1,EOF:2,Identifier:3,Keyword:4,NullLiteral:5,NumericLiteral:6,Punctuator:7,StringLiteral:8,RegularExpression:9}).BooleanLiteral]="Boolean",L[C.EOF]="<end>",L[C.Identifier]="Identifier",L[C.Keyword]="Keyword",L[C.NullLiteral]="Null",L[C.NumericLiteral]="Numeric",L[C.Punctuator]="Punctuator",L[C.StringLiteral]="String",L[C.RegularExpression]="RegularExpression",P=["(","{","[","in","typeof","instanceof","new","return","case","delete","throw","void","=","+=","-=","*=","/=","%=","<<=",">>=",">>>=","&=","|=","^=",",","+","-","*","/","%","++","--","<<",">>",">>>","&","|","^","!","~","&&","||","?",":","===","==",">=","<=","<",">","!=","!=="],m={AssignmentExpression:"AssignmentExpression",ArrayExpression:"ArrayExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DoWhileStatement:"DoWhileStatement",DebuggerStatement:"DebuggerStatement",EmptyStatement:"EmptyStatement",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",Identifier:"Identifier",IfStatement:"IfStatement",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",Program:"Program",Property:"Property",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement"},S={Data:1,Get:2,Set:4},E={UnexpectedToken:"Unexpected token %0",UnexpectedNumber:"Unexpected number",UnexpectedString:"Unexpected string",UnexpectedIdentifier:"Unexpected identifier",UnexpectedReserved:"Unexpected reserved word",UnexpectedEOS:"Unexpected end of input",NewlineAfterThrow:"Illegal newline after throw",InvalidRegExp:"Invalid regular expression",UnterminatedRegExp:"Invalid regular expression: missing /",InvalidLHSInAssignment:"Invalid left-hand side in assignment",InvalidLHSInForIn:"Invalid left-hand side in for-in",MultipleDefaultsInSwitch:"More than one default clause in switch statement",NoCatchOrFinally:"Missing catch or finally after try",UnknownLabel:"Undefined label '%0'",Redeclaration:"%0 '%1' has already been declared",IllegalContinue:"Illegal continue statement",IllegalBreak:"Illegal break statement",IllegalReturn:"Illegal return statement",StrictModeWith:"Strict mode code may not include a with statement",StrictCatchVariable:"Catch variable may not be eval or arguments in strict mode",StrictVarName:"Variable name may not be eval or arguments in strict mode",StrictParamName:"Parameter name eval or arguments is not allowed in strict mode",StrictParamDupe:"Strict mode function may not have duplicate parameter names",StrictFunctionName:"Function name may not be eval or arguments in strict mode",StrictOctalLiteral:"Octal literals are not allowed in strict mode.",StrictDelete:"Delete of an unqualified identifier in strict mode.",StrictDuplicateProperty:"Duplicate data property in object literal not allowed in strict mode",AccessorDataProperty:"Object literal may not have data and accessor property with the same name",AccessorGetSet:"Object literal may not have multiple get/set accessors with the same name",StrictLHSAssignment:"Assignment to eval or arguments is not allowed in strict mode",StrictLHSPostfix:"Postfix increment/decrement may not have eval or arguments operand in strict mode",StrictLHSPrefix:"Prefix increment/decrement may not have eval or arguments operand in strict mode",StrictReservedWord:"Use of future reserved word in strict mode"},O={NonAsciiIdentifierStart:new RegExp("[\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u0527\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\u08a2-\u08ac\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097f\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\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-\u0c33\u0c35-\u0c39\u0c3d\u0c58\u0c59\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\u0d60\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-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191c\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19c1-\u19c7\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\u2160-\u2188\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-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fcc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua697\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790-\ua793\ua7a0-\ua7aa\ua7f8-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa80-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\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]"),NonAsciiIdentifierPart:new RegExp("[\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0300-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u0483-\u0487\u048a-\u0527\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u05d0-\u05ea\u05f0-\u05f2\u0610-\u061a\u0620-\u0669\u066e-\u06d3\u06d5-\u06dc\u06df-\u06e8\u06ea-\u06fc\u06ff\u0710-\u074a\u074d-\u07b1\u07c0-\u07f5\u07fa\u0800-\u082d\u0840-\u085b\u08a0\u08a2-\u08ac\u08e4-\u08fe\u0900-\u0963\u0966-\u096f\u0971-\u0977\u0979-\u097f\u0981-\u0983\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bc-\u09c4\u09c7\u09c8\u09cb-\u09ce\u09d7\u09dc\u09dd\u09df-\u09e3\u09e6-\u09f1\u0a01-\u0a03\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a59-\u0a5c\u0a5e\u0a66-\u0a75\u0a81-\u0a83\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abc-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ad0\u0ae0-\u0ae3\u0ae6-\u0aef\u0b01-\u0b03\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3c-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b5c\u0b5d\u0b5f-\u0b63\u0b66-\u0b6f\u0b71\u0b82\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd0\u0bd7\u0be6-\u0bef\u0c01-\u0c03\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c33\u0c35-\u0c39\u0c3d-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c58\u0c59\u0c60-\u0c63\u0c66-\u0c6f\u0c82\u0c83\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbc-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0cde\u0ce0-\u0ce3\u0ce6-\u0cef\u0cf1\u0cf2\u0d02\u0d03\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d-\u0d44\u0d46-\u0d48\u0d4a-\u0d4e\u0d57\u0d60-\u0d63\u0d66-\u0d6f\u0d7a-\u0d7f\u0d82\u0d83\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0df2\u0df3\u0e01-\u0e3a\u0e40-\u0e4e\u0e50-\u0e59\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb9\u0ebb-\u0ebd\u0ec0-\u0ec4\u0ec6\u0ec8-\u0ecd\u0ed0-\u0ed9\u0edc-\u0edf\u0f00\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e-\u0f47\u0f49-\u0f6c\u0f71-\u0f84\u0f86-\u0f97\u0f99-\u0fbc\u0fc6\u1000-\u1049\u1050-\u109d\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\u135d-\u135f\u1380-\u138f\u13a0-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176c\u176e-\u1770\u1772\u1773\u1780-\u17d3\u17d7\u17dc\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u1820-\u1877\u1880-\u18aa\u18b0-\u18f5\u1900-\u191c\u1920-\u192b\u1930-\u193b\u1946-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u19d0-\u19d9\u1a00-\u1a1b\u1a20-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1aa7\u1b00-\u1b4b\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1bf3\u1c00-\u1c37\u1c40-\u1c49\u1c4d-\u1c7d\u1cd0-\u1cd2\u1cd4-\u1cf6\u1d00-\u1de6\u1dfc-\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\u200c\u200d\u203f\u2040\u2054\u2071\u207f\u2090-\u209c\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d7f-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2de0-\u2dff\u2e2f\u3005-\u3007\u3021-\u302f\u3031-\u3035\u3038-\u303c\u3041-\u3096\u3099\u309a\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fcc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua62b\ua640-\ua66f\ua674-\ua67d\ua67f-\ua697\ua69f-\ua6f1\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790-\ua793\ua7a0-\ua7aa\ua7f8-\ua827\ua840-\ua873\ua880-\ua8c4\ua8d0-\ua8d9\ua8e0-\ua8f7\ua8fb\ua900-\ua92d\ua930-\ua953\ua960-\ua97c\ua980-\ua9c0\ua9cf-\ua9d9\uaa00-\uaa36\uaa40-\uaa4d\uaa50-\uaa59\uaa60-\uaa76\uaa7a\uaa7b\uaa80-\uaac2\uaadb-\uaadd\uaae0-\uaaef\uaaf2-\uaaf6\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabea\uabec\uabed\uabf0-\uabf9\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe00-\ufe0f\ufe20-\ufe26\ufe33\ufe34\ufe4d-\ufe4f\ufe70-\ufe74\ufe76-\ufefc\uff10-\uff19\uff21-\uff3a\uff3f\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]")},B={name:"SyntaxTree",processComment:function(h){var k,oe;if(!(h.type===m.Program&&h.body.length>0)){for(H.trailingComments.length>0?H.trailingComments[0].range[0]>=h.range[1]?(oe=H.trailingComments,H.trailingComments=[]):H.trailingComments.length=0:H.bottomRightStack.length>0&&H.bottomRightStack[H.bottomRightStack.length-1].trailingComments&&H.bottomRightStack[H.bottomRightStack.length-1].trailingComments[0].range[0]>=h.range[1]&&(oe=H.bottomRightStack[H.bottomRightStack.length-1].trailingComments,delete H.bottomRightStack[H.bottomRightStack.length-1].trailingComments);H.bottomRightStack.length>0&&H.bottomRightStack[H.bottomRightStack.length-1].range[0]>=h.range[0];)k=H.bottomRightStack.pop();k?k.leadingComments&&k.leadingComments[k.leadingComments.length-1].range[1]<=h.range[0]&&(h.leadingComments=k.leadingComments,delete k.leadingComments):H.leadingComments.length>0&&H.leadingComments[H.leadingComments.length-1].range[1]<=h.range[0]&&(h.leadingComments=H.leadingComments,H.leadingComments=[]),oe&&(h.trailingComments=oe),H.bottomRightStack.push(h)}},markEnd:function(h,k){return H.range&&(h.range=[k.start,I]),H.loc&&(h.loc=new p(void 0===k.startLineNumber?k.lineNumber:k.startLineNumber,k.start-(void 0===k.startLineStart?k.lineStart:k.startLineStart),z,I-j),this.postProcess(h)),H.attachComment&&this.processComment(h),h},postProcess:function(h){return H.source&&(h.loc.source=H.source),h},createArrayExpression:function(h){return{type:m.ArrayExpression,elements:h}},createAssignmentExpression:function(h,k,oe){return{type:m.AssignmentExpression,operator:h,left:k,right:oe}},createBinaryExpression:function(h,k,oe){return{type:"||"===h||"&&"===h?m.LogicalExpression:m.BinaryExpression,operator:h,left:k,right:oe}},createBlockStatement:function(h){return{type:m.BlockStatement,body:h}},createBreakStatement:function(h){return{type:m.BreakStatement,label:h}},createCallExpression:function(h,k){return{type:m.CallExpression,callee:h,arguments:k}},createCatchClause:function(h,k){return{type:m.CatchClause,param:h,body:k}},createConditionalExpression:function(h,k,oe){return{type:m.ConditionalExpression,test:h,consequent:k,alternate:oe}},createContinueStatement:function(h){return{type:m.ContinueStatement,label:h}},createDebuggerStatement:function(){return{type:m.DebuggerStatement}},createDoWhileStatement:function(h,k){return{type:m.DoWhileStatement,body:h,test:k}},createEmptyStatement:function(){return{type:m.EmptyStatement}},createExpressionStatement:function(h){return{type:m.ExpressionStatement,expression:h}},createForStatement:function(h,k,oe,Ae){return{type:m.ForStatement,init:h,test:k,update:oe,body:Ae}},createForInStatement:function(h,k,oe){return{type:m.ForInStatement,left:h,right:k,body:oe,each:!1}},createFunctionDeclaration:function(h,k,oe,Ae){return{type:m.FunctionDeclaration,id:h,params:k,defaults:oe,body:Ae,rest:null,generator:!1,expression:!1}},createFunctionExpression:function(h,k,oe,Ae){return{type:m.FunctionExpression,id:h,params:k,defaults:oe,body:Ae,rest:null,generator:!1,expression:!1}},createIdentifier:function(h){return{type:m.Identifier,name:h}},createIfStatement:function(h,k,oe){return{type:m.IfStatement,test:h,consequent:k,alternate:oe}},createLabeledStatement:function(h,k){return{type:m.LabeledStatement,label:h,body:k}},createLiteral:function(h){return{type:m.Literal,value:h.value,raw:A.slice(h.start,h.end)}},createMemberExpression:function(h,k,oe){return{type:m.MemberExpression,computed:"["===h,object:k,property:oe}},createNewExpression:function(h,k){return{type:m.NewExpression,callee:h,arguments:k}},createObjectExpression:function(h){return{type:m.ObjectExpression,properties:h}},createPostfixExpression:function(h,k){return{type:m.UpdateExpression,operator:h,argument:k,prefix:!1}},createProgram:function(h){return{type:m.Program,body:h}},createProperty:function(h,k,oe){return{type:m.Property,key:k,value:oe,kind:h}},createReturnStatement:function(h){return{type:m.ReturnStatement,argument:h}},createSequenceExpression:function(h){return{type:m.SequenceExpression,expressions:h}},createSwitchCase:function(h,k){return{type:m.SwitchCase,test:h,consequent:k}},createSwitchStatement:function(h,k){return{type:m.SwitchStatement,discriminant:h,cases:k}},createThisExpression:function(){return{type:m.ThisExpression}},createThrowStatement:function(h){return{type:m.ThrowStatement,argument:h}},createTryStatement:function(h,k,oe,Ae){return{type:m.TryStatement,block:h,guardedHandlers:k,handlers:oe,finalizer:Ae}},createUnaryExpression:function(h,k){return"++"===h||"--"===h?{type:m.UpdateExpression,operator:h,argument:k,prefix:!0}:{type:m.UnaryExpression,operator:h,argument:k,prefix:!0}},createVariableDeclaration:function(h,k){return{type:m.VariableDeclaration,declarations:h,kind:k}},createVariableDeclarator:function(h,k){return{type:m.VariableDeclarator,id:h,init:k}},createWhileStatement:function(h,k){return{type:m.WhileStatement,test:h,body:k}},createWithStatement:function(h,k){return{type:m.WithStatement,object:h,body:k}}},b.version="1.2.5",b.tokenize=function Ka(h,k){var Qe;"string"!=typeof h&&!(h instanceof String)&&(h=String(h)),x=B,I=0,z=(A=h).length>0?1:0,j=0,W=A.length,G=null,U={allowIn:!0,labelSet:{},inFunctionBody:!1,inIteration:!1,inSwitch:!1,lastCommentStart:-1},H={},(k=k||{}).tokens=!0,H.tokens=[],H.tokenize=!0,H.openParenToken=-1,H.openCurlyToken=-1,H.range="boolean"==typeof k.range&&k.range,H.loc="boolean"==typeof k.loc&&k.loc,"boolean"==typeof k.comment&&k.comment&&(H.comments=[]),"boolean"==typeof k.tolerant&&k.tolerant&&(H.errors=[]);try{if(Se(),G.type===C.EOF)return H.tokens;for(J();G.type!==C.EOF;)try{J()}catch(Dt){if(H.errors){H.errors.push(Dt);break}throw Dt}er(),Qe=H.tokens,typeof H.comments<"u"&&(Qe.comments=H.comments),typeof H.errors<"u"&&(Qe.errors=H.errors)}catch(Dt){throw Dt}finally{H={}}return Qe},b.parse=function zi(h,k){var oe,Ae;Ae=String,"string"!=typeof h&&!(h instanceof String)&&(h=Ae(h)),x=B,I=0,z=(A=h).length>0?1:0,j=0,W=A.length,G=null,U={allowIn:!0,labelSet:{},inFunctionBody:!1,inIteration:!1,inSwitch:!1,lastCommentStart:-1},H={},typeof k<"u"&&(H.range="boolean"==typeof k.range&&k.range,H.loc="boolean"==typeof k.loc&&k.loc,H.attachComment="boolean"==typeof k.attachComment&&k.attachComment,H.loc&&null!=k.source&&(H.source=Ae(k.source)),"boolean"==typeof k.tokens&&k.tokens&&(H.tokens=[]),"boolean"==typeof k.comment&&k.comment&&(H.comments=[]),"boolean"==typeof k.tolerant&&k.tolerant&&(H.errors=[]),H.attachComment&&(H.range=!0,H.comments=[],H.bottomRightStack=[],H.trailingComments=[],H.leadingComments=[]));try{oe=vo(),typeof H.comments<"u"&&(oe.comments=H.comments),typeof H.tokens<"u"&&(er(),oe.tokens=H.tokens),typeof H.errors<"u"&&(oe.errors=H.errors)}catch(Qe){throw Qe}finally{H={}}return oe},b.Syntax=function(){var h,k={};for(h in"function"==typeof Object.create&&(k=Object.create(null)),m)m.hasOwnProperty(h)&&(k[h]=m[h]);return"function"==typeof Object.freeze&&Object.freeze(k),k}()})},{}],1:[function(M,F,T){(function(b){var C=function(){var L={trace:function(){},yy:{},symbols_:{error:2,JSON_PATH:3,DOLLAR:4,PATH_COMPONENTS:5,LEADING_CHILD_MEMBER_EXPRESSION:6,PATH_COMPONENT:7,MEMBER_COMPONENT:8,SUBSCRIPT_COMPONENT:9,CHILD_MEMBER_COMPONENT:10,DESCENDANT_MEMBER_COMPONENT:11,DOT:12,MEMBER_EXPRESSION:13,DOT_DOT:14,STAR:15,IDENTIFIER:16,SCRIPT_EXPRESSION:17,INTEGER:18,END:19,CHILD_SUBSCRIPT_COMPONENT:20,DESCENDANT_SUBSCRIPT_COMPONENT:21,"[":22,SUBSCRIPT:23,"]":24,SUBSCRIPT_EXPRESSION:25,SUBSCRIPT_EXPRESSION_LIST:26,SUBSCRIPT_EXPRESSION_LISTABLE:27,",":28,STRING_LITERAL:29,ARRAY_SLICE:30,FILTER_EXPRESSION:31,QQ_STRING:32,Q_STRING:33,$accept:0,$end:1},terminals_:{2:"error",4:"DOLLAR",12:"DOT",14:"DOT_DOT",15:"STAR",16:"IDENTIFIER",17:"SCRIPT_EXPRESSION",18:"INTEGER",19:"END",22:"[",24:"]",28:",",30:"ARRAY_SLICE",31:"FILTER_EXPRESSION",32:"QQ_STRING",33:"Q_STRING"},productions_:[0,[3,1],[3,2],[3,1],[3,2],[5,1],[5,2],[7,1],[7,1],[8,1],[8,1],[10,2],[6,1],[11,2],[13,1],[13,1],[13,1],[13,1],[13,1],[9,1],[9,1],[20,3],[21,4],[23,1],[23,1],[26,1],[26,3],[27,1],[27,1],[27,1],[25,1],[25,1],[25,1],[29,1],[29,1]],performAction:function(O,B,A,V,I,z,j){V.ast||(V.ast=P,P.initialize());var W=z.length-1;switch(I){case 1:return V.ast.set({expression:{type:"root",value:z[W]}}),V.ast.unshift(),V.ast.yield();case 2:return V.ast.set({expression:{type:"root",value:z[W-1]}}),V.ast.unshift(),V.ast.yield();case 3:return V.ast.unshift(),V.ast.yield();case 4:return V.ast.set({operation:"member",scope:"child",expression:{type:"identifier",value:z[W-1]}}),V.ast.unshift(),V.ast.yield();case 5:case 6:case 11:case 13:case 18:case 21:case 22:case 23:break;case 7:V.ast.set({operation:"member"}),V.ast.push();break;case 8:V.ast.set({operation:"subscript"}),V.ast.push();break;case 9:case 19:V.ast.set({scope:"child"});break;case 10:case 20:V.ast.set({scope:"descendant"});break;case 12:V.ast.set({scope:"child",operation:"member"});break;case 14:V.ast.set({expression:{type:"wildcard",value:z[W]}});break;case 15:V.ast.set({expression:{type:"identifier",value:z[W]}});break;case 16:V.ast.set({expression:{type:"script_expression",value:z[W]}});break;case 17:V.ast.set({expression:{type:"numeric_literal",value:parseInt(z[W])}});break;case 24:z[W].length>1?V.ast.set({expression:{type:"union",value:z[W]}}):this.$=z[W];break;case 25:this.$=[z[W]];break;case 26:this.$=z[W-2].concat(z[W]);break;case 27:this.$={expression:{type:"numeric_literal",value:parseInt(z[W])}},V.ast.set(this.$);break;case 28:this.$={expression:{type:"string_literal",value:z[W]}},V.ast.set(this.$);break;case 29:this.$={expression:{type:"slice",value:z[W]}},V.ast.set(this.$);break;case 30:this.$={expression:{type:"wildcard",value:z[W]}},V.ast.set(this.$);break;case 31:this.$={expression:{type:"script_expression",value:z[W]}},V.ast.set(this.$);break;case 32:this.$={expression:{type:"filter_expression",value:z[W]}},V.ast.set(this.$);break;case 33:case 34:this.$=z[W]}},table:[{3:1,4:[1,2],6:3,13:4,15:[1,5],16:[1,6],17:[1,7],18:[1,8],19:[1,9]},{1:[3]},{1:[2,1],5:10,7:11,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,3],5:21,7:11,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,12],12:[2,12],14:[2,12],22:[2,12]},{1:[2,14],12:[2,14],14:[2,14],22:[2,14]},{1:[2,15],12:[2,15],14:[2,15],22:[2,15]},{1:[2,16],12:[2,16],14:[2,16],22:[2,16]},{1:[2,17],12:[2,17],14:[2,17],22:[2,17]},{1:[2,18],12:[2,18],14:[2,18],22:[2,18]},{1:[2,2],7:22,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,5],12:[2,5],14:[2,5],22:[2,5]},{1:[2,7],12:[2,7],14:[2,7],22:[2,7]},{1:[2,8],12:[2,8],14:[2,8],22:[2,8]},{1:[2,9],12:[2,9],14:[2,9],22:[2,9]},{1:[2,10],12:[2,10],14:[2,10],22:[2,10]},{1:[2,19],12:[2,19],14:[2,19],22:[2,19]},{1:[2,20],12:[2,20],14:[2,20],22:[2,20]},{13:23,15:[1,5],16:[1,6],17:[1,7],18:[1,8],19:[1,9]},{13:24,15:[1,5],16:[1,6],17:[1,7],18:[1,8],19:[1,9],22:[1,25]},{15:[1,29],17:[1,30],18:[1,33],23:26,25:27,26:28,27:32,29:34,30:[1,35],31:[1,31],32:[1,36],33:[1,37]},{1:[2,4],7:22,8:12,9:13,10:14,11:15,12:[1,18],14:[1,19],20:16,21:17,22:[1,20]},{1:[2,6],12:[2,6],14:[2,6],22:[2,6]},{1:[2,11],12:[2,11],14:[2,11],22:[2,11]},{1:[2,13],12:[2,13],14:[2,13],22:[2,13]},{15:[1,29],17:[1,30],18:[1,33],23:38,25:27,26:28,27:32,29:34,30:[1,35],31:[1,31],32:[1,36],33:[1,37]},{24:[1,39]},{24:[2,23]},{24:[2,24],28:[1,40]},{24:[2,30]},{24:[2,31]},{24:[2,32]},{24:[2,25],28:[2,25]},{24:[2,27],28:[2,27]},{24:[2,28],28:[2,28]},{24:[2,29],28:[2,29]},{24:[2,33],28:[2,33]},{24:[2,34],28:[2,34]},{24:[1,41]},{1:[2,21],12:[2,21],14:[2,21],22:[2,21]},{18:[1,33],27:42,29:34,30:[1,35],32:[1,36],33:[1,37]},{1:[2,22],12:[2,22],14:[2,22],22:[2,22]},{24:[2,26],28:[2,26]}],defaultActions:{27:[2,23],29:[2,30],30:[2,31],31:[2,32]},parseError:function(O,B){if(!B.recoverable)throw new Error(O);this.trace(O)},parse:function(O){var B=this,A=[0],V=[null],I=[],z=this.table,j="",W=0,x=0,G=0,q=I.slice.call(arguments,1);this.lexer.setInput(O),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc>"u"&&(this.lexer.yylloc={});var le=this.lexer.yylloc;I.push(le);var ve=this.lexer.options&&this.lexer.options.ranges;function Ce(){var be;return"number"!=typeof(be=B.lexer.lex()||1)&&(be=B.symbols_[be]||be),be}this.parseError="function"==typeof this.yy.parseError?this.yy.parseError:Object.getPrototypeOf(this).parseError;for(var xe,$e,He,Ze,Re,je,Ie,ue,Je={};;){if(this.defaultActions[He=A[A.length-1]]?Ze=this.defaultActions[He]:((null===xe||typeof xe>"u")&&(xe=Ce()),Ze=z[He]&&z[He][xe]),typeof Ze>"u"||!Ze.length||!Ze[0]){var Q;for(je in ue=[],z[He])this.terminals_[je]&&je>2&&ue.push("'"+this.terminals_[je]+"'");Q=this.lexer.showPosition?"Parse error on line "+(W+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+ue.join(", ")+", got '"+(this.terminals_[xe]||xe)+"'":"Parse error on line "+(W+1)+": Unexpected "+(1==xe?"end of input":"'"+(this.terminals_[xe]||xe)+"'"),this.parseError(Q,{text:this.lexer.match,token:this.terminals_[xe]||xe,line:this.lexer.yylineno,loc:le,expected:ue})}if(Ze[0]instanceof Array&&Ze.length>1)throw new Error("Parse Error: multiple actions possible at state: "+He+", token: "+xe);switch(Ze[0]){case 1:A.push(xe),V.push(this.lexer.yytext),I.push(this.lexer.yylloc),A.push(Ze[1]),xe=null,$e?(xe=$e,$e=null):(x=this.lexer.yyleng,j=this.lexer.yytext,W=this.lexer.yylineno,le=this.lexer.yylloc,G>0&&G--);break;case 2:if(Je.$=V[V.length-(Ie=this.productions_[Ze[1]][1])],Je._$={first_line:I[I.length-(Ie||1)].first_line,last_line:I[I.length-1].last_line,first_column:I[I.length-(Ie||1)].first_column,last_column:I[I.length-1].last_column},ve&&(Je._$.range=[I[I.length-(Ie||1)].range[0],I[I.length-1].range[1]]),typeof(Re=this.performAction.apply(Je,[j,x,W,this.yy,Ze[1],V,I].concat(q)))<"u")return Re;Ie&&(A=A.slice(0,-1*Ie*2),V=V.slice(0,-1*Ie),I=I.slice(0,-1*Ie)),A.push(this.productions_[Ze[1]][0]),V.push(Je.$),I.push(Je._$),A.push(z[A[A.length-2]][A[A.length-1]]);break;case 3:return!0}}return!0}},P={initialize:function(){this._nodes=[],this._node={},this._stash=[]},set:function(E){for(var O in E)this._node[O]=E[O];return this._node},node:function(E){return arguments.length&&(this._node=E),this._node},push:function(){this._nodes.push(this._node),this._node={}},unshift:function(){this._nodes.unshift(this._node),this._node={}},yield:function(){var E=this._nodes;return this.initialize(),E}};function S(){this.yy={}}return L.lexer=function(){return{EOF:1,parseError:function(B,A){if(!this.yy.parser)throw new Error(B);this.yy.parser.parseError(B,A)},setInput:function(O){return this._input=O,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var O=this._input[0];return this.yytext+=O,this.yyleng++,this.offset++,this.match+=O,this.matched+=O,O.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),O},unput:function(O){var B=O.length,A=O.split(/(?:\r\n?|\n)/g);this._input=O+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-B-1),this.offset-=B;var V=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),A.length-1&&(this.yylineno-=A.length-1);var I=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:A?(A.length===V.length?this.yylloc.first_column:0)+V[V.length-A.length].length-A[0].length:this.yylloc.first_column-B},this.options.ranges&&(this.yylloc.range=[I[0],I[0]+this.yyleng-B]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(O){this.unput(this.match.slice(O))},pastInput:function(){var O=this.matched.substr(0,this.matched.length-this.match.length);return(O.length>20?"...":"")+O.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var O=this.match;return O.length<20&&(O+=this._input.substr(0,20-O.length)),(O.substr(0,20)+(O.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var O=this.pastInput(),B=new Array(O.length+1).join("-");return O+this.upcomingInput()+"\n"+B+"^"},test_match:function(O,B){var A,V,I;if(this.options.backtrack_lexer&&(I={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(I.yylloc.range=this.yylloc.range.slice(0))),(V=O[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=V.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:V?V[V.length-1].length-V[V.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+O[0].length},this.yytext+=O[0],this.match+=O[0],this.matches=O,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(O[0].length),this.matched+=O[0],A=this.performAction.call(this,this.yy,this,B,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),A)return A;if(this._backtrack){for(var z in I)this[z]=I[z];return!1}return!1},next:function(){if(this.done)return this.EOF;var O,B,A,V;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var I=this._currentRules(),z=0;z<I.length;z++)if((A=this._input.match(this.rules[I[z]]))&&(!B||A[0].length>B[0].length)){if(B=A,V=z,this.options.backtrack_lexer){if(!1!==(O=this.test_match(A,I[z])))return O;if(this._backtrack){B=!1;continue}return!1}if(!this.options.flex)break}return B?!1!==(O=this.test_match(B,I[V]))&&O:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){return this.next()||this.lex()},begin:function(B){this.conditionStack.push(B)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(B){return(B=this.conditionStack.length-1-Math.abs(B||0))>=0?this.conditionStack[B]:"INITIAL"},pushState:function(B){this.begin(B)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(B,A,V,I){switch(V){case 0:return 4;case 1:return 14;case 2:return 12;case 3:return 15;case 4:return 16;case 5:return 22;case 6:return 24;case 7:return 28;case 8:return 30;case 9:return 18;case 10:return A.yytext=A.yytext.substr(1,A.yyleng-2),32;case 11:return A.yytext=A.yytext.substr(1,A.yyleng-2),33;case 12:return 17;case 13:return 31}},rules:[/^(?:\$)/,/^(?:\.\.)/,/^(?:\.)/,/^(?:\*)/,/^(?:[a-zA-Z_]+[a-zA-Z0-9_]*)/,/^(?:\[)/,/^(?:\])/,/^(?:,)/,/^(?:((-?(?:0|[1-9][0-9]*)))?\:((-?(?:0|[1-9][0-9]*)))?(\:((-?(?:0|[1-9][0-9]*)))?)?)/,/^(?:(-?(?:0|[1-9][0-9]*)))/,/^(?:"(?:\\["bfnrt/\\]|\\u[a-fA-F0-9]{4}|[^"\\])*")/,/^(?:'(?:\\['bfnrt/\\]|\\u[a-fA-F0-9]{4}|[^'\\])*')/,/^(?:\(.+?\)(?=\]))/,/^(?:\?\(.+?\)(?=\]))/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13],inclusive:!0}}}}(),S.prototype=L,L.Parser=S,new S}();typeof M<"u"&&typeof T<"u"&&(T.parser=C,T.Parser=C.Parser,T.parse=function(){return C.parse.apply(C,arguments)},T.main=function(P){P[1]||(console.log("Usage: "+P[0]+" FILE"),b.exit(1));var m=M("fs").readFileSync(M("path").normalize(P[1]),"utf8");return T.parser.parse(m)},typeof F<"u"&&M.main===F&&T.main(b.argv.slice(1)))}).call(this,M("_process"))},{_process:14,fs:12,path:13}],2:[function(M,F,T){F.exports={identifier:"[a-zA-Z_]+[a-zA-Z0-9_]*",integer:"-?(?:0|[1-9][0-9]*)",qq_string:'"(?:\\\\["bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^"\\\\])*"',q_string:"'(?:\\\\['bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^'\\\\])*'"}},{}],3:[function(M,F,T){var b=M("./dict"),C=M("fs"),L={lex:{macros:{esc:"\\\\",int:b.integer},rules:[["\\$","return 'DOLLAR'"],["\\.\\.","return 'DOT_DOT'"],["\\.","return 'DOT'"],["\\*","return 'STAR'"],[b.identifier,"return 'IDENTIFIER'"],["\\[","return '['"],["\\]","return ']'"],[",","return ','"],["({int})?\\:({int})?(\\:({int})?)?","return 'ARRAY_SLICE'"],["{int}","return 'INTEGER'"],[b.qq_string,"yytext = yytext.substr(1,yyleng-2); return 'QQ_STRING';"],[b.q_string,"yytext = yytext.substr(1,yyleng-2); return 'Q_STRING';"],["\\(.+?\\)(?=\\])","return 'SCRIPT_EXPRESSION'"],["\\?\\(.+?\\)(?=\\])","return 'FILTER_EXPRESSION'"]]},start:"JSON_PATH",bnf:{JSON_PATH:[["DOLLAR",'yy.ast.set({ expression: { type: "root", value: $1 } }); yy.ast.unshift(); return yy.ast.yield()'],["DOLLAR PATH_COMPONENTS",'yy.ast.set({ expression: { type: "root", value: $1 } }); yy.ast.unshift(); return yy.ast.yield()'],["LEADING_CHILD_MEMBER_EXPRESSION","yy.ast.unshift(); return yy.ast.yield()"],["LEADING_CHILD_MEMBER_EXPRESSION PATH_COMPONENTS",'yy.ast.set({ operation: "member", scope: "child", expression: { type: "identifier", value: $1 }}); yy.ast.unshift(); return yy.ast.yield()']],PATH_COMPONENTS:[["PATH_COMPONENT",""],["PATH_COMPONENTS PATH_COMPONENT",""]],PATH_COMPONENT:[["MEMBER_COMPONENT",'yy.ast.set({ operation: "member" }); yy.ast.push()'],["SUBSCRIPT_COMPONENT",'yy.ast.set({ operation: "subscript" }); yy.ast.push() ']],MEMBER_COMPONENT:[["CHILD_MEMBER_COMPONENT",'yy.ast.set({ scope: "child" })'],["DESCENDANT_MEMBER_COMPONENT",'yy.ast.set({ scope: "descendant" })']],CHILD_MEMBER_COMPONENT:[["DOT MEMBER_EXPRESSION",""]],LEADING_CHILD_MEMBER_EXPRESSION:[["MEMBER_EXPRESSION",'yy.ast.set({ scope: "child", operation: "member" })']],DESCENDANT_MEMBER_COMPONENT:[["DOT_DOT MEMBER_EXPRESSION",""]],MEMBER_EXPRESSION:[["STAR",'yy.ast.set({ expression: { type: "wildcard", value: $1 } })'],["IDENTIFIER",'yy.ast.set({ expression: { type: "identifier", value: $1 } })'],["SCRIPT_EXPRESSION",'yy.ast.set({ expression: { type: "script_expression", value: $1 } })'],["INTEGER",'yy.ast.set({ expression: { type: "numeric_literal", value: parseInt($1) } })'],["END",""]],SUBSCRIPT_COMPONENT:[["CHILD_SUBSCRIPT_COMPONENT",'yy.ast.set({ scope: "child" })'],["DESCENDANT_SUBSCRIPT_COMPONENT",'yy.ast.set({ scope: "descendant" })']],CHILD_SUBSCRIPT_COMPONENT:[["[ SUBSCRIPT ]",""]],DESCENDANT_SUBSCRIPT_COMPONENT:[["DOT_DOT [ SUBSCRIPT ]",""]],SUBSCRIPT:[["SUBSCRIPT_EXPRESSION",""],["SUBSCRIPT_EXPRESSION_LIST",'$1.length > 1? yy.ast.set({ expression: { type: "union", value: $1 } }) : $$ = $1']],SUBSCRIPT_EXPRESSION_LIST:[["SUBSCRIPT_EXPRESSION_LISTABLE","$$ = [$1]"],["SUBSCRIPT_EXPRESSION_LIST , SUBSCRIPT_EXPRESSION_LISTABLE","$$ = $1.concat($3)"]],SUBSCRIPT_EXPRESSION_LISTABLE:[["INTEGER",'$$ = { expression: { type: "numeric_literal", value: parseInt($1) } }; yy.ast.set($$)'],["STRING_LITERAL",'$$ = { expression: { type: "string_literal", value: $1 } }; yy.ast.set($$)'],["ARRAY_SLICE",'$$ = { expression: { type: "slice", value: $1 } }; yy.ast.set($$)']],SUBSCRIPT_EXPRESSION:[["STAR",'$$ = { expression: { type: "wildcard", value: $1 } }; yy.ast.set($$)'],["SCRIPT_EXPRESSION",'$$ = { expression: { type: "script_expression", value: $1 } }; yy.ast.set($$)'],["FILTER_EXPRESSION",'$$ = { expression: { type: "filter_expression", value: $1 } }; yy.ast.set($$)']],STRING_LITERAL:[["QQ_STRING","$$ = $1"],["Q_STRING","$$ = $1"]]}};C.readFileSync&&(L.moduleInclude=C.readFileSync(M.resolve("../include/module.js")),L.actionInclude=C.readFileSync(M.resolve("../include/action.js"))),F.exports=L},{"./dict":2,fs:12}],4:[function(M,F,T){var b=M("./aesprim"),C=M("./slice"),L=M("static-eval"),P=M("underscore").uniq,m=Object.create(null);function S(U){return"string"==typeof U&&!0===m[U]}m.constructor=!0,m.__proto__=!0,m.prototype=!0;var O=function(){return this.initialize.apply(this,arguments)};function B(U,H,q){var le=M("./index"),se=W(b.parse(H).body[0].expression,{"@":U.value}),Ce=q.replace(/\{\{\s*value\s*\}\}/g,se),xe=le.nodes(U.value,Ce);return xe.forEach(function($e){$e.path=U.path.concat($e.path.slice(1))}),xe}function A(U){return Array.isArray(U)}function I(U){return function(H,q,le,ve){var se=H.value,Ce=H.path,xe=[],$e=function(He,Ze){A(He)?(He.forEach(function(et,Re){xe.length>=ve||le(Re,et,q)&&xe.push({path:Ze.concat(Re),value:et})}),He.forEach(function(et,Re){xe.length>=ve||U&&$e(et,Ze.concat(Re))})):function V(U){return U&&!(U instanceof Array)&&U instanceof Object}(He)&&(this.keys(He).forEach(function(et){xe.length>=ve||le(et,He[et],q)&&xe.push({path:Ze.concat(et),value:He[et]})}),this.keys(He).forEach(function(et){xe.length>=ve||U&&$e(He[et],Ze.concat(et))}))}.bind(this);return $e(se,Ce),xe}}function z(U){return function(H,q,le){return this.descend(q,H.expression.value,U,le)}}function j(U){return function(H,q,le){return this.traverse(q,H.expression.value,U,le)}}function W(U,H){if(!function E(U){return!(!U||"object"!=typeof U)&&function H(q){if(!q||"object"!=typeof q||!q.type)return!1;switch(q.type){case"Literal":return!0;case"Identifier":return"@"===q.name;case"MemberExpression":return!(!H(q.object)||(q.computed||"Identifier"!==q.property.type?!q.computed||!H(q.property)||"Literal"===q.property.type&&S(String(q.property.value)):S(q.property.name)));case"UnaryExpression":return H(q.argument);case"BinaryExpression":case"LogicalExpression":return H(q.left)&&H(q.right);case"ConditionalExpression":return H(q.test)&&H(q.consequent)&&H(q.alternate);case"ArrayExpression":for(var le=0;le<q.elements.length;le++)if(!H(q.elements[le]))return!1;return!0;case"ObjectExpression":for(var ve=0;ve<q.properties.length;ve++){var se=q.properties[ve];if(se.key&&("Identifier"===se.key.type&&S(se.key.name)||"Literal"===se.key.type&&S(String(se.key.value)))||!H(se.value))return!1}return!0;default:return!1}}(U)}(U))throw new Error("Unsafe expression: script and filter expressions may only access the current node (@) with safe property names");try{return L(U,H)}catch{}}function x(U){return U=U.filter(function(H){return H}),P(U,function(H){return H.path.map(function(q){return String(q).replace("-","--")}).join("-")})}function G(U){var H=String(U);return H.match(/^-?[0-9]+$/)?parseInt(H):null}O.prototype.initialize=function(){this.traverse=I(!0),this.descend=I()},O.prototype.keys=Object.keys,O.prototype.resolve=function(U){var H=[U.operation,U.scope,U.expression.type].join("-"),q=this._fns[H];if(!q)throw new Error("couldn't resolve key: "+H);return q.bind(this)},O.prototype.register=function(U,H){if(!H instanceof Function)throw new Error("handler must be a function");this._fns[U]=H},(O.prototype._fns={"member-child-identifier":function(U,H){var q=U.expression.value,le=H.value;if(le instanceof Object&&q in le)return[{value:le[q],path:H.path.concat(q)}]},"member-descendant-identifier":j(function(U,H,q){return U==q}),"subscript-child-numeric_literal":z(function(U,H,q){return U===q}),"member-child-numeric_literal":z(function(U,H,q){return String(U)===String(q)}),"subscript-descendant-numeric_literal":j(function(U,H,q){return U===q}),"member-child-wildcard":z(function(){return!0}),"member-descendant-wildcard":j(function(){return!0}),"subscript-descendant-wildcard":j(function(){return!0}),"subscript-child-wildcard":z(function(){return!0}),"subscript-child-slice":function(U,H){if(A(H.value)){var q=U.expression.value.split(":").map(G),le=H.value.map(function(ve,se){return{value:ve,path:H.path.concat(se)}});return C.apply(null,[le].concat(q))}},"subscript-child-union":function(U,H){var q=[];return U.expression.value.forEach(function(le){var ve={operation:"subscript",scope:"child",expression:le.expression},Ce=this.resolve(ve)(ve,H);Ce&&(q=q.concat(Ce))},this),x(q)},"subscript-descendant-union":function(U,H,q){var le=M(".."),ve=this,se=[];return le.nodes(H,"$..*").slice(1).forEach(function(xe){se.length>=q||U.expression.value.forEach(function($e){var He={operation:"subscript",scope:"child",expression:$e.expression},et=ve.resolve(He)(He,xe);se=se.concat(et)})}),x(se)},"subscript-child-filter_expression":function(U,H,q){var le=U.expression.value.slice(2,-1),ve=b.parse(le).body[0].expression;return this.descend(H,null,function(Ce,xe){return W(ve,{"@":xe})},q)},"subscript-descendant-filter_expression":function(U,H,q){var le=U.expression.value.slice(2,-1),ve=b.parse(le).body[0].expression;return this.traverse(H,null,function(Ce,xe){return W(ve,{"@":xe})},q)},"subscript-child-script_expression":function(U,H){return B(H,U.expression.value.slice(1,-1),"$[{{value}}]")},"member-child-script_expression":function(U,H){return B(H,U.expression.value.slice(1,-1),"$.{{value}}")},"member-descendant-script_expression":function(U,H){return B(H,U.expression.value.slice(1,-1),"$..value")}})["subscript-child-string_literal"]=O.prototype._fns["member-child-identifier"],O.prototype._fns["member-descendant-numeric_literal"]=O.prototype._fns["subscript-descendant-string_literal"]=O.prototype._fns["member-descendant-identifier"],F.exports=O},{"..":"jsonpath","./aesprim":"./aesprim","./index":5,"./slice":7,"static-eval":15,underscore:12}],5:[function(M,F,T){var b=M("assert"),C=M("./dict"),L=M("./parser"),P=M("./handlers"),m=function(){this.initialize.apply(this,arguments)};function S(B){return"[object String]"==Object.prototype.toString.call(B)}m.prototype.initialize=function(){this.parser=new L,this.handlers=new P},m.prototype.parse=function(B){return b.ok(S(B),"we need a path"),this.parser.parse(B)},m.prototype.parent=function(B,A){b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path");var V=this.nodes(B,A)[0];return V&&this._assert_safe_path_keys(V.path),V.path.pop(),this.value(B,V.path)},m.prototype.apply=function(B,A,V){b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),b.equal(typeof V,"function","fn needs to be function");var I=this.nodes(B,A).sort(function(z,j){return j.path.length-z.path.length});return I.forEach(function(z){this._assert_safe_path_keys(z.path);var j=z.path.pop(),W=this.value(B,this.stringify(z.path)),x=z.value=V.call(B,W[j]);W[j]=x},this),I},m.prototype.value=function(B,A,V){if(b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),arguments.length>=3){var I=this.nodes(B,A).shift();if(!I)return this._vivify(B,A,V);this._assert_safe_path_keys(I.path);var z=I.path.slice(-1).shift();this.parent(B,this.stringify(I.path))[z]=V}return this.query(B,this.stringify(A),1).shift()},m.prototype._vivify=function(B,A,V){var I=this;b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path");var z=this.parser.parse(A).map(function(W){return W.expression.value});this._assert_safe_path_keys(z);var j=function(W,x){var G=W.pop(),U=I.value(B,W);U||(j(W.concat(),"string"==typeof G?{}:[]),U=I.value(B,W)),I._assert_safe_key(G),U[G]=x};return j(z,V),this.query(B,A)[0]},m.prototype.query=function(B,A,V){return b.ok(B instanceof Object,"obj needs to be an object"),b.ok(S(A),"we need a path"),this.nodes(B,A,V).map(function(z){return z.value})},m.prototype.paths=function(B,A,V){return b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),this.nodes(B,A,V).map(function(z){return z.path})},m.prototype.nodes=function(B,A,V){if(b.ok(B instanceof Object,"obj needs to be an object"),b.ok(A,"we need a path"),0===V)return[];var I=this.parser.parse(A);this._assert_safe_components(I);var z=this.handlers,j=[{path:["$"],value:B}],W=[];return I.length&&"root"==I[0].expression.type&&I.shift(),I.length?(I.forEach(function(x,G){if(!(W.length>=V)){var U=z.resolve(x),H=[];j.forEach(function(q){if(!(W.length>=V)){var le=U(x,q,V);G==I.length-1?W=W.concat(le||[]):H=H.concat(le||[])}}),j=H}}),V?W.slice(0,V):W):j},m.prototype.stringify=function(B){b.ok(B,"we need a path");var A="$",V={"descendant-member":"..{{value}}","child-member":".{{value}}","descendant-subscript":"..[{{value}}]","child-subscript":"[{{value}}]"};return(B=this._normalize(B)).forEach(function(I){if("root"!=I.expression.type){var W,z=[I.scope,I.operation].join("-"),j=V[z];if(W="string_literal"==I.expression.type?JSON.stringify(I.expression.value):I.expression.value,!j)throw new Error("couldn't find template "+z);A+=j.replace(/{{value}}/,W)}}),A},m.prototype._normalize=function(B){if(b.ok(B,"we need a path"),"string"==typeof B)return this.parser.parse(B);if(Array.isArray(B)&&"string"==typeof B[0]){var A=[{expression:{type:"root",value:"$"}}];return B.forEach(function(V,I){if("$"!=V||0!==I)if("string"==typeof V&&V.match("^"+C.identifier+"$"))this._assert_safe_key(V),A.push({operation:"member",scope:"child",expression:{value:V,type:"identifier"}});else{var z="number"==typeof V?"numeric_literal":"string_literal";"string_literal"===z&&this._assert_safe_key(V),A.push({operation:"subscript",scope:"child",expression:{value:V,type:z}})}},this),A}if(Array.isArray(B)&&"object"==typeof B[0])return B;throw new Error("couldn't understand path "+B)},m.prototype._assert_safe_key=function(B){if(function E(B){return"__proto__"===B||"prototype"===B||"constructor"===B}(B))throw new Error("Unsafe key in JSONPath: "+B)},m.prototype._assert_safe_path_keys=function(B){Array.isArray(B)&&B.forEach(function(A){"$"!==A&&"string"==typeof A&&this._assert_safe_key(A)},this)},m.prototype._assert_safe_components=function(B){var A=this;if(Array.isArray(B)){var V=function(I){if(I){if("identifier"===I.type||"string_literal"===I.type)return void A._assert_safe_key(I.value);"union"===I.type&&Array.isArray(I.value)&&I.value.forEach(function(z){z&&z.expression&&V(z.expression)})}};B.forEach(function(I){I&&I.expression&&V(I.expression)})}},m.Handlers=P,m.Parser=L;var O=new m;O.JSONPath=m,F.exports=O},{"./dict":2,"./handlers":4,"./parser":6,assert:8}],6:[function(M,F,T){var b=M("./grammar"),C=M("../generated/parser"),L=function(){var P=new C.Parser,m=P.parseError;return P.yy.parseError=function(){P.yy.ast&&P.yy.ast.initialize(),m.apply(P,arguments)},P};L.grammar=b,F.exports=L},{"../generated/parser":1,"./grammar":3}],7:[function(M,F,T){function b(C){return String(C).match(/^[0-9]+$/)?parseInt(C):Number.isFinite(C)?parseInt(C,10):0}F.exports=function(C,L,P,m){if("string"==typeof L)throw new Error("start cannot be a string");if("string"==typeof P)throw new Error("end cannot be a string");if("string"==typeof m)throw new Error("step cannot be a string");var S=C.length;if(0===m)throw new Error("step cannot be zero");if(m=m?b(m):1,P=P<0?S+P:P,L=b(0===(L=L<0?S+L:L)?0:L||(m>0?0:S-1)),P=b(0===P?0:P||(m>0?S:-1)),L=m>0?Math.max(0,L):Math.min(S,L),P=m>0?Math.min(P,S):Math.max(-1,P),m>0&&P<=L)return[];if(m<0&&L<=P)return[];for(var E=[],O=L;O!=P&&!(m<0&&O<=P||m>0&&O>=P);O+=m)E.push(C[O]);return E}},{}],8:[function(M,F,T){var b=M("util/"),C=Array.prototype.slice,L=Object.prototype.hasOwnProperty,P=F.exports=B;function m(x,G){return b.isUndefined(G)?""+G:b.isNumber(G)&&!isFinite(G)||b.isFunction(G)||b.isRegExp(G)?G.toString():G}function S(x,G){return b.isString(x)?x.length<G?x:x.slice(0,G):x}function O(x,G,U,H,q){throw new P.AssertionError({message:U,actual:x,expected:G,operator:H,stackStartFunction:q})}function B(x,G){x||O(x,!0,G,"==",P.ok)}function A(x,G){if(x===G)return!0;if(b.isBuffer(x)&&b.isBuffer(G)){if(x.length!=G.length)return!1;for(var U=0;U<x.length;U++)if(x[U]!==G[U])return!1;return!0}return b.isDate(x)&&b.isDate(G)?x.getTime()===G.getTime():b.isRegExp(x)&&b.isRegExp(G)?x.source===G.source&&x.global===G.global&&x.multiline===G.multiline&&x.lastIndex===G.lastIndex&&x.ignoreCase===G.ignoreCase:b.isObject(x)||b.isObject(G)?function I(x,G){if(b.isNullOrUndefined(x)||b.isNullOrUndefined(G)||x.prototype!==G.prototype)return!1;if(b.isPrimitive(x)||b.isPrimitive(G))return x===G;var U=V(x),H=V(G);if(U&&!H||!U&&H)return!1;if(U)return A(x=C.call(x),G=C.call(G));var ve,se,q=W(x),le=W(G);if(q.length!=le.length)return!1;for(q.sort(),le.sort(),se=q.length-1;se>=0;se--)if(q[se]!=le[se])return!1;for(se=q.length-1;se>=0;se--)if(!A(x[ve=q[se]],G[ve]))return!1;return!0}(x,G):x==G}function V(x){return"[object Arguments]"==Object.prototype.toString.call(x)}function z(x,G){return!(!x||!G)&&("[object RegExp]"==Object.prototype.toString.call(G)?G.test(x):x instanceof G||!0===G.call({},x))}function j(x,G,U,H){var q;b.isString(U)&&(H=U,U=null);try{G()}catch(le){q=le}if(H=(U&&U.name?" ("+U.name+").":".")+(H?" "+H:"."),x&&!q&&O(q,U,"Missing expected exception"+H),!x&&z(q,U)&&O(q,U,"Got unwanted exception"+H),x&&q&&U&&!z(q,U)||!x&&q)throw q}P.AssertionError=function(G){this.name="AssertionError",this.actual=G.actual,this.expected=G.expected,this.operator=G.operator,G.message?(this.message=G.message,this.generatedMessage=!1):(this.message=function E(x){return S(JSON.stringify(x.actual,m),128)+" "+x.operator+" "+S(JSON.stringify(x.expected,m),128)}(this),this.generatedMessage=!0);var U=G.stackStartFunction||O;if(Error.captureStackTrace)Error.captureStackTrace(this,U);else{var H=new Error;if(H.stack){var q=H.stack,ve=q.indexOf("\n"+U.name);if(ve>=0){var se=q.indexOf("\n",ve+1);q=q.substring(se+1)}this.stack=q}}},b.inherits(P.AssertionError,Error),P.fail=O,P.ok=B,P.equal=function(G,U,H){G!=U&&O(G,U,H,"==",P.equal)},P.notEqual=function(G,U,H){G==U&&O(G,U,H,"!=",P.notEqual)},P.deepEqual=function(G,U,H){A(G,U)||O(G,U,H,"deepEqual",P.deepEqual)},P.notDeepEqual=function(G,U,H){A(G,U)&&O(G,U,H,"notDeepEqual",P.notDeepEqual)},P.strictEqual=function(G,U,H){G!==U&&O(G,U,H,"===",P.strictEqual)},P.notStrictEqual=function(G,U,H){G===U&&O(G,U,H,"!==",P.notStrictEqual)},P.throws=function(x,G,U){j.apply(this,[!0].concat(C.call(arguments)))},P.doesNotThrow=function(x,G){j.apply(this,[!1].concat(C.call(arguments)))},P.ifError=function(x){if(x)throw x};var W=Object.keys||function(x){var G=[];for(var U in x)L.call(x,U)&&G.push(U);return G}},{"util/":11}],9:[function(M,F,T){F.exports="function"==typeof Object.create?function(C,L){C.super_=L,C.prototype=Object.create(L.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}})}:function(C,L){C.super_=L;var P=function(){};P.prototype=L.prototype,C.prototype=new P,C.prototype.constructor=C}},{}],10:[function(M,F,T){F.exports=function(C){return C&&"object"==typeof C&&"function"==typeof C.copy&&"function"==typeof C.fill&&"function"==typeof C.readUInt8}},{}],11:[function(M,F,T){(function(b,C){var L=/%[sdj%]/g;T.format=function(ue){if(!le(ue)){for(var Q=[],be=0;be<arguments.length;be++)Q.push(S(arguments[be]));return Q.join(" ")}be=1;for(var Ee=arguments,We=Ee.length,Fe=String(ue).replace(L,function(lt){if("%%"===lt)return"%";if(be>=We)return lt;switch(lt){case"%s":return String(Ee[be++]);case"%d":return Number(Ee[be++]);case"%j":try{return JSON.stringify(Ee[be++])}catch{return"[Circular]"}default:return lt}}),pe=Ee[be];be<We;pe=Ee[++be])U(pe)||!xe(pe)?Fe+=" "+pe:Fe+=" "+S(pe);return Fe},T.deprecate=function(ue,Q){if(se(C.process))return function(){return T.deprecate(ue,Q).apply(this,arguments)};if(!0===b.noDeprecation)return ue;var be=!1;return function Ee(){if(!be){if(b.throwDeprecation)throw new Error(Q);b.traceDeprecation?console.trace(Q):console.error(Q),be=!0}return ue.apply(this,arguments)}};var m,P={};function S(ue,Q){var be={seen:[],stylize:O};return arguments.length>=3&&(be.depth=arguments[2]),arguments.length>=4&&(be.colors=arguments[3]),G(Q)?be.showHidden=Q:Q&&T._extend(be,Q),se(be.showHidden)&&(be.showHidden=!1),se(be.depth)&&(be.depth=2),se(be.colors)&&(be.colors=!1),se(be.customInspect)&&(be.customInspect=!0),be.colors&&(be.stylize=E),A(be,ue,be.depth)}function E(ue,Q){var be=S.styles[Q];return be?"\x1b["+S.colors[be][0]+"m"+ue+"\x1b["+S.colors[be][1]+"m":ue}function O(ue,Q){return ue}function A(ue,Q,be){if(ue.customInspect&&Q&&Ze(Q.inspect)&&Q.inspect!==T.inspect&&(!Q.constructor||Q.constructor.prototype!==Q)){var Ee=Q.inspect(be,ue);return le(Ee)||(Ee=A(ue,Ee,be)),Ee}var We=function V(ue,Q){if(se(Q))return ue.stylize("undefined","undefined");if(le(Q)){var be="'"+JSON.stringify(Q).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return ue.stylize(be,"string")}return q(Q)?ue.stylize(""+Q,"number"):G(Q)?ue.stylize(""+Q,"boolean"):U(Q)?ue.stylize("null","null"):void 0}(ue,Q);if(We)return We;var Fe=Object.keys(Q),pe=function B(ue){var Q={};return ue.forEach(function(be,Ee){Q[be]=!0}),Q}(Fe);if(ue.showHidden&&(Fe=Object.getOwnPropertyNames(Q)),He(Q)&&(Fe.indexOf("message")>=0||Fe.indexOf("description")>=0))return I(Q);if(0===Fe.length){if(Ze(Q))return ue.stylize("[Function"+(Q.name?": "+Q.name:"")+"]","special");if(Ce(Q))return ue.stylize(RegExp.prototype.toString.call(Q),"regexp");if($e(Q))return ue.stylize(Date.prototype.toString.call(Q),"date");if(He(Q))return I(Q)}var Et,vt="",St=!1,_n=["{","}"];return x(Q)&&(St=!0,_n=["[","]"]),Ze(Q)&&(vt=" [Function"+(Q.name?": "+Q.name:"")+"]"),Ce(Q)&&(vt=" "+RegExp.prototype.toString.call(Q)),$e(Q)&&(vt=" "+Date.prototype.toUTCString.call(Q)),He(Q)&&(vt=" "+I(Q)),0!==Fe.length||St&&0!=Q.length?be<0?Ce(Q)?ue.stylize(RegExp.prototype.toString.call(Q),"regexp"):ue.stylize("[Object]","special"):(ue.seen.push(Q),Et=St?function z(ue,Q,be,Ee,We){for(var Fe=[],pe=0,lt=Q.length;pe<lt;++pe)Be(Q,String(pe))?Fe.push(j(ue,Q,be,Ee,String(pe),!0)):Fe.push("");return We.forEach(function(vt){vt.match(/^\d+$/)||Fe.push(j(ue,Q,be,Ee,vt,!0))}),Fe}(ue,Q,be,pe,Fe):Fe.map(function(Ln){return j(ue,Q,be,pe,Ln,St)}),ue.seen.pop(),function W(ue,Q,be){return ue.reduce(function(Fe,pe){return pe.indexOf("\n"),Fe+pe.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?be[0]+(""===Q?"":Q+"\n ")+" "+ue.join(",\n ")+" "+be[1]:be[0]+Q+" "+ue.join(", ")+" "+be[1]}(Et,vt,_n)):_n[0]+vt+_n[1]}function I(ue){return"["+Error.prototype.toString.call(ue)+"]"}function j(ue,Q,be,Ee,We,Fe){var pe,lt,vt;if((vt=Object.getOwnPropertyDescriptor(Q,We)||{value:Q[We]}).get?lt=ue.stylize(vt.set?"[Getter/Setter]":"[Getter]","special"):vt.set&&(lt=ue.stylize("[Setter]","special")),Be(Ee,We)||(pe="["+We+"]"),lt||(ue.seen.indexOf(vt.value)<0?(lt=U(be)?A(ue,vt.value,null):A(ue,vt.value,be-1)).indexOf("\n")>-1&&(lt=Fe?lt.split("\n").map(function(St){return" "+St}).join("\n").substr(2):"\n"+lt.split("\n").map(function(St){return" "+St}).join("\n")):lt=ue.stylize("[Circular]","special")),se(pe)){if(Fe&&We.match(/^\d+$/))return lt;(pe=JSON.stringify(""+We)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(pe=pe.substr(1,pe.length-2),pe=ue.stylize(pe,"name")):(pe=pe.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),pe=ue.stylize(pe,"string"))}return pe+": "+lt}function x(ue){return Array.isArray(ue)}function G(ue){return"boolean"==typeof ue}function U(ue){return null===ue}function q(ue){return"number"==typeof ue}function le(ue){return"string"==typeof ue}function se(ue){return void 0===ue}function Ce(ue){return xe(ue)&&"[object RegExp]"===Re(ue)}function xe(ue){return"object"==typeof ue&&null!==ue}function $e(ue){return xe(ue)&&"[object Date]"===Re(ue)}function He(ue){return xe(ue)&&("[object Error]"===Re(ue)||ue instanceof Error)}function Ze(ue){return"function"==typeof ue}function Re(ue){return Object.prototype.toString.call(ue)}function Je(ue){return ue<10?"0"+ue.toString(10):ue.toString(10)}T.debuglog=function(ue){if(se(m)&&(m=b.env.NODE_DEBUG||""),ue=ue.toUpperCase(),!P[ue])if(new RegExp("\\b"+ue+"\\b","i").test(m)){var Q=b.pid;P[ue]=function(){var be=T.format.apply(T,arguments);console.error("%s %d: %s",ue,Q,be)}}else P[ue]=function(){};return P[ue]},T.inspect=S,S.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},S.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},T.isArray=x,T.isBoolean=G,T.isNull=U,T.isNullOrUndefined=function H(ue){return null==ue},T.isNumber=q,T.isString=le,T.isSymbol=function ve(ue){return"symbol"==typeof ue},T.isUndefined=se,T.isRegExp=Ce,T.isObject=xe,T.isDate=$e,T.isError=He,T.isFunction=Ze,T.isPrimitive=function et(ue){return null===ue||"boolean"==typeof ue||"number"==typeof ue||"string"==typeof ue||"symbol"==typeof ue||typeof ue>"u"},T.isBuffer=M("./support/isBuffer");var je=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Be(ue,Q){return Object.prototype.hasOwnProperty.call(ue,Q)}T.log=function(){console.log("%s - %s",function Ie(){var ue=new Date,Q=[Je(ue.getHours()),Je(ue.getMinutes()),Je(ue.getSeconds())].join(":");return[ue.getDate(),je[ue.getMonth()],Q].join(" ")}(),T.format.apply(T,arguments))},T.inherits=M("inherits"),T._extend=function(ue,Q){if(!Q||!xe(Q))return ue;for(var be=Object.keys(Q),Ee=be.length;Ee--;)ue[be[Ee]]=Q[be[Ee]];return ue}}).call(this,M("_process"),typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{"./support/isBuffer":10,_process:14,inherits:9}],12:[function(M,F,T){},{}],13:[function(M,F,T){(function(b){function C(S,E){for(var O=0,B=S.length-1;B>=0;B--){var A=S[B];"."===A?S.splice(B,1):".."===A?(S.splice(B,1),O++):O&&(S.splice(B,1),O--)}if(E)for(;O--;O)S.unshift("..");return S}function P(S,E){if(S.filter)return S.filter(E);for(var O=[],B=0;B<S.length;B++)E(S[B],B,S)&&O.push(S[B]);return O}T.resolve=function(){for(var S="",E=!1,O=arguments.length-1;O>=-1&&!E;O--){var B=O>=0?arguments[O]:b.cwd();if("string"!=typeof B)throw new TypeError("Arguments to path.resolve must be strings");B&&(S=B+"/"+S,E="/"===B.charAt(0))}return(E?"/":"")+(S=C(P(S.split("/"),function(A){return!!A}),!E).join("/"))||"."},T.normalize=function(S){var E=T.isAbsolute(S),O="/"===m(S,-1);return!(S=C(P(S.split("/"),function(B){return!!B}),!E).join("/"))&&!E&&(S="."),S&&O&&(S+="/"),(E?"/":"")+S},T.isAbsolute=function(S){return"/"===S.charAt(0)},T.join=function(){var S=Array.prototype.slice.call(arguments,0);return T.normalize(P(S,function(E,O){if("string"!=typeof E)throw new TypeError("Arguments to path.join must be strings");return E}).join("/"))},T.relative=function(S,E){function O(W){for(var x=0;x<W.length&&""===W[x];x++);for(var G=W.length-1;G>=0&&""===W[G];G--);return x>G?[]:W.slice(x,G-x+1)}S=T.resolve(S).substr(1),E=T.resolve(E).substr(1);for(var B=O(S.split("/")),A=O(E.split("/")),V=Math.min(B.length,A.length),I=V,z=0;z<V;z++)if(B[z]!==A[z]){I=z;break}var j=[];for(z=I;z<B.length;z++)j.push("..");return(j=j.concat(A.slice(I))).join("/")},T.sep="/",T.delimiter=":",T.dirname=function(S){if("string"!=typeof S&&(S+=""),0===S.length)return".";for(var E=S.charCodeAt(0),O=47===E,B=-1,A=!0,V=S.length-1;V>=1;--V)if(47===(E=S.charCodeAt(V))){if(!A){B=V;break}}else A=!1;return-1===B?O?"/":".":O&&1===B?"/":S.slice(0,B)},T.basename=function(S,E){var O=function L(S){"string"!=typeof S&&(S+="");var A,E=0,O=-1,B=!0;for(A=S.length-1;A>=0;--A)if(47===S.charCodeAt(A)){if(!B){E=A+1;break}}else-1===O&&(B=!1,O=A+1);return-1===O?"":S.slice(E,O)}(S);return E&&O.substr(-1*E.length)===E&&(O=O.substr(0,O.length-E.length)),O},T.extname=function(S){"string"!=typeof S&&(S+="");for(var E=-1,O=0,B=-1,A=!0,V=0,I=S.length-1;I>=0;--I){var z=S.charCodeAt(I);if(47!==z)-1===B&&(A=!1,B=I+1),46===z?-1===E?E=I:1!==V&&(V=1):-1!==E&&(V=-1);else if(!A){O=I+1;break}}return-1===E||-1===B||0===V||1===V&&E===B-1&&E===O+1?"":S.slice(E,B)};var m=function(S,E,O){return S.substr(E,O)}}).call(this,M("_process"))},{_process:14}],14:[function(M,F,T){var C,L,b=F.exports={};function P(){throw new Error("setTimeout has not been defined")}function m(){throw new Error("clearTimeout has not been defined")}function S(x){if(C===setTimeout)return setTimeout(x,0);if((C===P||!C)&&setTimeout)return C=setTimeout,setTimeout(x,0);try{return C(x,0)}catch{try{return C.call(null,x,0)}catch{return C.call(this,x,0)}}}!function(){try{C="function"==typeof setTimeout?setTimeout:P}catch{C=P}try{L="function"==typeof clearTimeout?clearTimeout:m}catch{L=m}}();var A,O=[],B=!1,V=-1;function I(){!B||!A||(B=!1,A.length?O=A.concat(O):V=-1,O.length&&z())}function z(){if(!B){var x=S(I);B=!0;for(var G=O.length;G;){for(A=O,O=[];++V<G;)A&&A[V].run();V=-1,G=O.length}A=null,B=!1,function E(x){if(L===clearTimeout)return clearTimeout(x);if((L===m||!L)&&clearTimeout)return L=clearTimeout,clearTimeout(x);try{return L(x)}catch{try{return L.call(null,x)}catch{return L.call(this,x)}}}(x)}}function j(x,G){this.fun=x,this.array=G}function W(){}b.nextTick=function(x){var G=new Array(arguments.length-1);if(arguments.length>1)for(var U=1;U<arguments.length;U++)G[U-1]=arguments[U];O.push(new j(x,G)),1===O.length&&!B&&S(z)},j.prototype.run=function(){this.fun.apply(null,this.array)},b.title="browser",b.browser=!0,b.env={},b.argv=[],b.version="",b.versions={},b.on=W,b.addListener=W,b.once=W,b.off=W,b.removeListener=W,b.removeAllListeners=W,b.emit=W,b.prependListener=W,b.prependOnceListener=W,b.listeners=function(x){return[]},b.binding=function(x){throw new Error("process.binding is not supported")},b.cwd=function(){return"/"},b.chdir=function(x){throw new Error("process.chdir is not supported")},b.umask=function(){return 0}},{}],15:[function(M,F,T){var b=M("escodegen").generate;function C(L){return"constructor"===L||"__proto__"===L}F.exports=function(L,P,m){m||(m={});var S=!m.allowAccessToMethodsOnFunctions;P||(P={});var E={},O=function B(A,V){if("Literal"===A.type)return A.value;if("UnaryExpression"===A.type){var I=B(A.argument,V);return"+"===A.operator?+I:"-"===A.operator?-I:"~"===A.operator?~I:"!"===A.operator?!I:E}if("ArrayExpression"===A.type){for(var z=[],j=0,W=A.elements.length;j<W;j++){if((x=B(A.elements[j],V))===E)return E;z.push(x)}return z}if("ObjectExpression"===A.type){var G={};for(j=0;j<A.properties.length;j++){var H=null===(U=A.properties[j]).value?U.value:B(U.value,V);if(H===E)return E;G[U.key.value||U.key.name]=H}return G}if("BinaryExpression"===A.type||"LogicalExpression"===A.type){var le,q=A.operator;return"&&"===q?(W=B(A.left))===E?E:W?(le=B(A.right))===E?E:le:W:"||"===q?(W=B(A.left))===E?E:W||((le=B(A.right))===E?E:le):(W=B(A.left,V))===E||(le=B(A.right,V))===E?E:"=="===q?W==le:"==="===q?W===le:"!="===q?W!=le:"!=="===q?W!==le:"+"===q?W+le:"-"===q?W-le:"*"===q?W*le:"/"===q?W/le:"%"===q?W%le:"<"===q?W<le:"<="===q?W<=le:">"===q?W>le:">="===q?W>=le:"|"===q?W|le:"&"===q?W&le:"^"===q?W^le:E}if("Identifier"===A.type)return{}.hasOwnProperty.call(P,A.name)?P[A.name]:E;if("ThisExpression"===A.type)return{}.hasOwnProperty.call(P,"this")?P.this:E;if("CallExpression"===A.type){var ve=B(A.callee,V);if(ve===E||"function"!=typeof ve)return E;var se=A.callee.object?B(A.callee.object,V):E;se===E&&(se=null);var Ce=[];for(j=0,W=A.arguments.length;j<W;j++){var x;if((x=B(A.arguments[j],V))===E)return E;Ce.push(x)}return V?void 0:ve.apply(se,Ce)}var U;if("MemberExpression"===A.type)return(G=B(A.object,V))===E||"function"==typeof G&&S?E:"Identifier"!==A.property.type||A.computed?null===(U=B(A.property,V))||U===E||C(U)?E:G[U]:C(A.property.name)?E:G[A.property.name];if("ConditionalExpression"===A.type)return(I=B(A.test,V))===E?E:I?B(A.consequent):B(A.alternate,V);if("ExpressionStatement"===A.type)return(I=B(A.expression,V))===E?E:I;if("ReturnStatement"===A.type)return B(A.argument,V);if("FunctionExpression"===A.type){var xe=A.body.body,$e={};for(Object.keys(P).forEach(function(ue){$e[ue]=P[ue]}),j=0;j<A.params.length;j++){var He=A.params[j];if("Identifier"!=He.type)return E;P[He.name]=null}for(var j in xe)if(B(xe[j],!0)===E)return E;P=$e;var Ze=Object.keys(P),et=Ze.map(function(ue){return P[ue]});return Function(Ze.join(", "),"return "+b(A)).apply(null,et)}if("TemplateLiteral"===A.type){var Re="";for(j=0;j<A.expressions.length;j++)Re+=B(A.quasis[j],V),Re+=B(A.expressions[j],V);return Re+B(A.quasis[j],V)}if("TaggedTemplateExpression"===A.type){var Je=B(A.tag,V),je=A.quasi,Ie=je.quasis.map(B),Be=je.expressions.map(B);return Je.apply(null,[Ie].concat(Be))}return"TemplateElement"===A.type?A.value.cooked:E}(L);return O===E?void 0:O}},{escodegen:12}],jsonpath:[function(M,F,T){F.exports=M("./lib/index")},{"./lib/index":5}]},{},["jsonpath"])("jsonpath")},5667(K,re,_){K=_.nmd(K);var M="__lodash_hash_undefined__",b=9007199254740991,C="[object Arguments]",L="[object Array]",m="[object Boolean]",S="[object Date]",E="[object Error]",O="[object Function]",A="[object Map]",V="[object Number]",z="[object Object]",j="[object Promise]",x="[object RegExp]",G="[object Set]",U="[object String]",le="[object WeakMap]",ve="[object ArrayBuffer]",se="[object DataView]",Be=/^\[object .+?Constructor\]$/,ue=/^(?:0|[1-9]\d*)$/,Q={};Q["[object Float32Array]"]=Q["[object Float64Array]"]=Q["[object Int8Array]"]=Q["[object Int16Array]"]=Q["[object Int32Array]"]=Q["[object Uint8Array]"]=Q["[object Uint8ClampedArray]"]=Q["[object Uint16Array]"]=Q["[object Uint32Array]"]=!0,Q[C]=Q[L]=Q[ve]=Q[m]=Q[se]=Q[S]=Q[E]=Q[O]=Q[A]=Q[V]=Q[z]=Q[x]=Q[G]=Q[U]=Q[le]=!1;var be="object"==typeof global&&global&&global.Object===Object&&global,Ee="object"==typeof self&&self&&self.Object===Object&&self,We=be||Ee||Function("return this")(),Fe=re&&!re.nodeType&&re,pe=Fe&&K&&!K.nodeType&&K,lt=pe&&pe.exports===Fe,vt=lt&&be.process,St=function(){try{return vt&&vt.binding&&vt.binding("util")}catch{}}(),_n=St&&St.isTypedArray;function Ln(ie,we){for(var Te=-1,Nt=null==ie?0:ie.length;++Te<Nt;)if(we(ie[Te],Te,ie))return!0;return!1}function $(ie,we){return ie.has(we)}function ft(ie){var we=-1,Te=Array(ie.size);return ie.forEach(function(Nt,Hn){Te[++we]=[Hn,Nt]}),Te}function J(ie){var we=-1,Te=Array(ie.size);return ie.forEach(function(Nt){Te[++we]=Nt}),Te}var ie,Se=Array.prototype,p=Object.prototype,g=We["__core-js_shared__"],v=Function.prototype.toString,N=p.hasOwnProperty,ne=(ie=/[^.]+$/.exec(g&&g.keys&&g.keys.IE_PROTO||""))?"Symbol(src)_1."+ie:"",te=p.toString,he=RegExp("^"+v.call(N).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),de=lt?We.Buffer:void 0,Ge=We.Symbol,wt=We.Uint8Array,D=p.propertyIsEnumerable,ct=Se.splice,ze=Ge?Ge.toStringTag:void 0,an=Object.getOwnPropertySymbols,Y=de?de.isBuffer:void 0,ee=function qe(ie,we){return function(Te){return ie(we(Te))}}(Object.keys,Object),Le=Ae(We,"DataView"),Ve=Ae(We,"Map"),Ne=Ae(We,"Promise"),Oe=Ae(We,"Set"),ut=Ae(We,"WeakMap"),bt=Ae(Object,"create"),Ft=ce(Le),Ht=ce(Ve),hn=ce(Ne),Ke=ce(Oe),ln=ce(ut),Bt=Ge?Ge.prototype:void 0,mn=Bt?Bt.valueOf:void 0;function On(ie){var we=-1,Te=null==ie?0:ie.length;for(this.clear();++we<Te;){var Nt=ie[we];this.set(Nt[0],Nt[1])}}function ke(ie){var we=-1,Te=null==ie?0:ie.length;for(this.clear();++we<Te;){var Nt=ie[we];this.set(Nt[0],Nt[1])}}function zt(ie){var we=-1,Te=null==ie?0:ie.length;for(this.clear();++we<Te;){var Nt=ie[we];this.set(Nt[0],Nt[1])}}function Kn(ie){var we=-1,Te=null==ie?0:ie.length;for(this.__data__=new zt;++we<Te;)this.add(ie[we])}function An(ie){var we=this.__data__=new ke(ie);this.size=we.size}function Ur(ie,we){for(var Te=ie.length;Te--;)if(Pe(ie[Te][0],we))return Te;return-1}function wi(ie){return null==ie?void 0===ie?"[object Undefined]":"[object Null]":ze&&ze in Object(ie)?function Qe(ie){var we=N.call(ie,ze),Te=ie[ze];try{ie[ze]=void 0;var Nt=!0}catch{}var Hn=te.call(ie);return Nt&&(we?ie[ze]=Te:delete ie[ze]),Hn}(ie):function Xa(ie){return te.call(ie)}(ie)}function jo(ie){return wn(ie)&&wi(ie)==C}function Oo(ie,we,Te,Nt,Hn){return ie===we||(null==ie||null==we||!wn(ie)&&!wn(we)?ie!=ie&&we!=we:function Xe(ie,we,Te,Nt,Hn,sn){var Nr=Vt(ie),lo=Vt(we),Xr=Nr?L:Mt(ie),ur=lo?L:Mt(we),Po=(Xr=Xr==C?z:Xr)==z,_t=(ur=ur==C?z:ur)==z,co=Xr==ur;if(co&&rn(ie)){if(!rn(we))return!1;Nr=!0,Po=!1}if(co&&!Po)return sn||(sn=new An),Nr||Rt(ie)?Ka(ie,we,Te,Nt,Hn,sn):function zi(ie,we,Te,Nt,Hn,sn,Nr){switch(Te){case se:if(ie.byteLength!=we.byteLength||ie.byteOffset!=we.byteOffset)return!1;ie=ie.buffer,we=we.buffer;case ve:return!(ie.byteLength!=we.byteLength||!sn(new wt(ie),new wt(we)));case m:case S:case V:return Pe(+ie,+we);case E:return ie.name==we.name&&ie.message==we.message;case x:case U:return ie==we+"";case A:var lo=ft;case G:if(lo||(lo=J),ie.size!=we.size&&!(1&Nt))return!1;var ur=Nr.get(ie);if(ur)return ur==we;Nt|=2,Nr.set(ie,we);var Po=Ka(lo(ie),lo(we),Nt,Hn,sn,Nr);return Nr.delete(ie),Po;case"[object Symbol]":if(mn)return mn.call(ie)==mn.call(we)}return!1}(ie,we,Xr,Te,Nt,Hn,sn);if(!(1&Te)){var Co=Po&&N.call(ie,"__wrapped__"),Bo=_t&&N.call(we,"__wrapped__");if(Co||Bo){var $o=Co?ie.value():ie,ji=Bo?we.value():we;return sn||(sn=new An),Hn($o,ji,Te,Nt,sn)}}return!!co&&(sn||(sn=new An),function h(ie,we,Te,Nt,Hn,sn){var Nr=1&Te,lo=k(ie),Xr=lo.length;if(Xr!=k(we).length&&!Nr)return!1;for(var _t=Xr;_t--;){var co=lo[_t];if(!(Nr?co in we:N.call(we,co)))return!1}var Co=sn.get(ie);if(Co&&sn.get(we))return Co==we;var Bo=!0;sn.set(ie,we),sn.set(we,ie);for(var $o=Nr;++_t<Xr;){var ji=ie[co=lo[_t]],Bs=we[co];if(Nt)var Xd=Nr?Nt(Bs,ji,co,we,ie,sn):Nt(ji,Bs,co,ie,we,sn);if(!(void 0===Xd?ji===Bs||Hn(ji,Bs,Te,Nt,sn):Xd)){Bo=!1;break}$o||($o="constructor"==co)}if(Bo&&!$o){var is=ie.constructor,fu=we.constructor;is!=fu&&"constructor"in ie&&"constructor"in we&&!("function"==typeof is&&is instanceof is&&"function"==typeof fu&&fu instanceof fu)&&(Bo=!1)}return sn.delete(ie),sn.delete(we),Bo}(ie,we,Te,Nt,Hn,sn))}(ie,we,Te,Nt,Oo,Hn))}function Ka(ie,we,Te,Nt,Hn,sn){var Nr=1&Te,lo=ie.length,Xr=we.length;if(lo!=Xr&&!(Nr&&Xr>lo))return!1;var ur=sn.get(ie);if(ur&&sn.get(we))return ur==we;var Po=-1,_t=!0,co=2&Te?new Kn:void 0;for(sn.set(ie,we),sn.set(we,ie);++Po<lo;){var Co=ie[Po],Bo=we[Po];if(Nt)var $o=Nr?Nt(Bo,Co,Po,we,ie,sn):Nt(Co,Bo,Po,ie,we,sn);if(void 0!==$o){if($o)continue;_t=!1;break}if(co){if(!Ln(we,function(ji,Bs){if(!$(co,Bs)&&(Co===ji||Hn(Co,ji,Te,Nt,sn)))return co.push(Bs)})){_t=!1;break}}else if(Co!==Bo&&!Hn(Co,Bo,Te,Nt,sn)){_t=!1;break}}return sn.delete(ie),sn.delete(we),_t}function k(ie){return function _i(ie,we,Te){var Nt=we(ie);return Vt(ie)?Nt:function Et(ie,we){for(var Te=-1,Nt=we.length,Hn=ie.length;++Te<Nt;)ie[Hn+Te]=we[Te];return ie}(Nt,Te(ie))}(ie,Kr,Dt)}function oe(ie,we){var Te=ie.__data__;return function cr(ie){var we=typeof ie;return"string"==we||"number"==we||"symbol"==we||"boolean"==we?"__proto__"!==ie:null===ie}(we)?Te["string"==typeof we?"string":"hash"]:Te.map}function Ae(ie,we){var Te=function Me(ie,we){return ie?.[we]}(ie,we);return function fa(ie){return!(!Yr(ie)||function Bn(ie){return!!ne&&ne in ie}(ie))&&(_r(ie)?he:Be).test(ce(ie))}(Te)?Te:void 0}On.prototype.clear=function Fr(){this.__data__=bt?bt(null):{},this.size=0},On.prototype.delete=function qt(ie){var we=this.has(ie)&&delete this.__data__[ie];return this.size-=we?1:0,we},On.prototype.get=function Jt(ie){var we=this.__data__;if(bt){var Te=we[ie];return Te===M?void 0:Te}return N.call(we,ie)?we[ie]:void 0},On.prototype.has=function xn(ie){var we=this.__data__;return bt?void 0!==we[ie]:N.call(we,ie)},On.prototype.set=function Ar(ie,we){var Te=this.__data__;return this.size+=this.has(ie)?0:1,Te[ie]=bt&&void 0===we?M:we,this},ke.prototype.clear=function nt(){this.__data__=[],this.size=0},ke.prototype.delete=function ge(ie){var we=this.__data__,Te=Ur(we,ie);return!(Te<0||(Te==we.length-1?we.pop():ct.call(we,Te,1),--this.size,0))},ke.prototype.get=function st(ie){var we=this.__data__,Te=Ur(we,ie);return Te<0?void 0:we[Te][1]},ke.prototype.has=function ht(ie){return Ur(this.__data__,ie)>-1},ke.prototype.set=function kt(ie,we){var Te=this.__data__,Nt=Ur(Te,ie);return Nt<0?(++this.size,Te.push([ie,we])):Te[Nt][1]=we,this},zt.prototype.clear=function Lt(){this.size=0,this.__data__={hash:new On,map:new(Ve||ke),string:new On}},zt.prototype.delete=function Mn(ie){var we=oe(this,ie).delete(ie);return this.size-=we?1:0,we},zt.prototype.get=function zn(ie){return oe(this,ie).get(ie)},zt.prototype.has=function Hr(ie){return oe(this,ie).has(ie)},zt.prototype.set=function Ai(ie,we){var Te=oe(this,ie),Nt=Te.size;return Te.set(ie,we),this.size+=Te.size==Nt?0:1,this},Kn.prototype.add=Kn.prototype.push=function br(ie){return this.__data__.set(ie,M),this},Kn.prototype.has=function Pn(ie){return this.__data__.has(ie)},An.prototype.clear=function ao(){this.__data__=new ke,this.size=0},An.prototype.delete=function Qn(ie){var we=this.__data__,Te=we.delete(ie);return this.size=we.size,Te},An.prototype.get=function Cs(ie){return this.__data__.get(ie)},An.prototype.has=function Si(ie){return this.__data__.has(ie)},An.prototype.set=function ys(ie,we){var Te=this.__data__;if(Te instanceof ke){var Nt=Te.__data__;if(!Ve||Nt.length<199)return Nt.push([ie,we]),this.size=++Te.size,this;Te=this.__data__=new zt(Nt)}return Te.set(ie,we),this.size=Te.size,this};var Dt=an?function(ie){return null==ie?[]:(ie=Object(ie),function $t(ie,we){for(var Te=-1,Nt=null==ie?0:ie.length,Hn=0,sn=[];++Te<Nt;){var Nr=ie[Te];we(Nr,Te,ie)&&(sn[Hn++]=Nr)}return sn}(an(ie),function(we){return D.call(ie,we)}))}:function Jo(){return[]},Mt=wi;function xt(ie,we){return!!(we=we??b)&&("number"==typeof ie||ue.test(ie))&&ie>-1&&ie%1==0&&ie<we}function ce(ie){if(null!=ie){try{return v.call(ie)}catch{}try{return ie+""}catch{}}return""}function Pe(ie,we){return ie===we||ie!=ie&&we!=we}(Le&&Mt(new Le(new ArrayBuffer(1)))!=se||Ve&&Mt(new Ve)!=A||Ne&&Mt(Ne.resolve())!=j||Oe&&Mt(new Oe)!=G||ut&&Mt(new ut)!=le)&&(Mt=function(ie){var we=wi(ie),Te=we==z?ie.constructor:void 0,Nt=Te?ce(Te):"";if(Nt)switch(Nt){case Ft:return se;case Ht:return A;case hn:return j;case Ke:return G;case ln:return le}return we});var Tt=jo(function(){return arguments}())?jo:function(ie){return wn(ie)&&N.call(ie,"callee")&&!D.call(ie,"callee")},Vt=Array.isArray,rn=Y||function Go(){return!1};function _r(ie){if(!Yr(ie))return!1;var we=wi(ie);return we==O||"[object GeneratorFunction]"==we||"[object AsyncFunction]"==we||"[object Proxy]"==we}function Sr(ie){return"number"==typeof ie&&ie>-1&&ie%1==0&&ie<=b}function Yr(ie){var we=typeof ie;return null!=ie&&("object"==we||"function"==we)}function wn(ie){return null!=ie&&"object"==typeof ie}var Rt=_n?function at(ie){return function(we){return ie(we)}}(_n):function vo(ie){return wn(ie)&&Sr(ie.length)&&!!Q[wi(ie)]};function Kr(ie){return function Wn(ie){return null!=ie&&Sr(ie.length)&&!_r(ie)}(ie)?function bs(ie,we){var Te=Vt(ie),Nt=!Te&&Tt(ie),Hn=!Te&&!Nt&&rn(ie),sn=!Te&&!Nt&&!Hn&&Rt(ie),Nr=Te||Nt||Hn||sn,lo=Nr?function Yt(ie,we){for(var Te=-1,Nt=Array(ie);++Te<ie;)Nt[Te]=we(Te);return Nt}(ie.length,String):[],Xr=lo.length;for(var ur in ie)(we||N.call(ie,ur))&&(!Nr||!("length"==ur||Hn&&("offset"==ur||"parent"==ur)||sn&&("buffer"==ur||"byteLength"==ur||"byteOffset"==ur)||xt(ur,Xr)))&&lo.push(ur);return lo}(ie):function er(ie){if(!function Kd(ie){var we=ie&&ie.constructor;return ie===("function"==typeof we&&we.prototype||p)}(ie))return ee(ie);var we=[];for(var Te in Object(ie))N.call(ie,Te)&&"constructor"!=Te&&we.push(Te);return we}(ie)}K.exports=function qr(ie,we){return Oo(ie,we)}},2706(K,re,_){K=_.nmd(K);var M="__lodash_hash_undefined__",b=9007199254740991,C="[object Arguments]",L="[object Array]",P="[object Boolean]",m="[object Date]",S="[object Error]",E="[object Function]",B="[object Map]",A="[object Number]",V="[object Object]",I="[object Promise]",z="[object RegExp]",j="[object Set]",W="[object String]",G="[object WeakMap]",U="[object ArrayBuffer]",H="[object DataView]",Re=/^\[object .+?Constructor\]$/,Je=/^(?:0|[1-9]\d*)$/,je={};je["[object Float32Array]"]=je["[object Float64Array]"]=je["[object Int8Array]"]=je["[object Int16Array]"]=je["[object Int32Array]"]=je["[object Uint8Array]"]=je["[object Uint8ClampedArray]"]=je["[object Uint16Array]"]=je["[object Uint32Array]"]=!0,je[C]=je[L]=je[U]=je[P]=je[H]=je[m]=je[S]=je[E]=je[B]=je[A]=je[V]=je[z]=je[j]=je[W]=je[G]=!1;var Ie="object"==typeof global&&global&&global.Object===Object&&global,Be="object"==typeof self&&self&&self.Object===Object&&self,ue=Ie||Be||Function("return this")(),Q=re&&!re.nodeType&&re,be=Q&&K&&!K.nodeType&&K,We=be&&be.exports===Q&&Ie.process,Fe=function(){try{return We&&We.binding("util")}catch{}}(),pe=Fe&&Fe.isTypedArray;function lt(ce,Pe){for(var Tt=-1,Vt=ce?ce.length:0;++Tt<Vt;)if(Pe(ce[Tt],Tt,ce))return!0;return!1}function $t(ce){var Pe=!1;if(null!=ce&&"function"!=typeof ce.toString)try{Pe=!!(ce+"")}catch{}return Pe}function Et(ce){var Pe=-1,Tt=Array(ce.size);return ce.forEach(function(Vt,Wn){Tt[++Pe]=[Wn,Vt]}),Tt}function Yt(ce){var Pe=-1,Tt=Array(ce.size);return ce.forEach(function(Vt){Tt[++Pe]=Vt}),Tt}var ce,at=Array.prototype,$=Function.prototype,Me=Object.prototype,ft=ue["__core-js_shared__"],qe=(ce=/[^.]+$/.exec(ft&&ft.keys&&ft.keys.IE_PROTO||""))?"Symbol(src)_1."+ce:"",J=$.toString,Se=Me.hasOwnProperty,me=Me.toString,p=RegExp("^"+J.call(Se).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),g=ue.Symbol,v=ue.Uint8Array,N=Me.propertyIsEnumerable,ne=at.splice,te=function Ln(ce,Pe){return function(Tt){return ce(Pe(Tt))}}(Object.keys,Object),he=jo(ue,"DataView"),de=jo(ue,"Map"),Ge=jo(ue,"Promise"),wt=jo(ue,"Set"),D=jo(ue,"WeakMap"),ct=jo(Object,"create"),ze=zi(he),an=zi(de),Y=zi(Ge),ee=zi(wt),Le=zi(D),Ve=g?g.prototype:void 0,Ne=Ve?Ve.valueOf:void 0;function Oe(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.clear();++Pe<Tt;){var Vt=ce[Pe];this.set(Vt[0],Vt[1])}}function Ke(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.clear();++Pe<Tt;){var Vt=ce[Pe];this.set(Vt[0],Vt[1])}}function qt(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.clear();++Pe<Tt;){var Vt=ce[Pe];this.set(Vt[0],Vt[1])}}function ge(ce){var Pe=-1,Tt=ce?ce.length:0;for(this.__data__=new qt;++Pe<Tt;)this.add(ce[Pe])}function kt(ce){this.__data__=new Ke(ce)}function Kn(ce,Pe){for(var Tt=ce.length;Tt--;)if(h(ce[Tt][0],Pe))return Tt;return-1}function Pn(ce,Pe,Tt,Vt,Wn){return ce===Pe||(null==ce||null==Pe||!xt(ce)&&!cr(Pe)?ce!=ce&&Pe!=Pe:function An(ce,Pe,Tt,Vt,Wn,rn){var qr=oe(ce),_r=oe(Pe),Sr=L,Yr=L;qr||(Sr=(Sr=Oo(ce))==C?V:Sr),_r||(Yr=(Yr=Oo(Pe))==C?V:Yr);var wn=Sr==V&&!$t(ce),Rt=Yr==V&&!$t(Pe),Kr=Sr==Yr;if(Kr&&!wn)return rn||(rn=new kt),qr||Kd(ce)?ys(ce,Pe,Tt,Vt,Wn,rn):function bs(ce,Pe,Tt,Vt,Wn,rn,qr){switch(Tt){case H:if(ce.byteLength!=Pe.byteLength||ce.byteOffset!=Pe.byteOffset)return!1;ce=ce.buffer,Pe=Pe.buffer;case U:return!(ce.byteLength!=Pe.byteLength||!Vt(new v(ce),new v(Pe)));case P:case m:case A:return h(+ce,+Pe);case S:return ce.name==Pe.name&&ce.message==Pe.message;case z:case W:return ce==Pe+"";case B:var _r=Et;case j:if(_r||(_r=Yt),ce.size!=Pe.size&&!(2&rn))return!1;var Yr=qr.get(ce);if(Yr)return Yr==Pe;rn|=1,qr.set(ce,Pe);var wn=ys(_r(ce),_r(Pe),Vt,Wn,rn,qr);return qr.delete(ce),wn;case"[object Symbol]":if(Ne)return Ne.call(ce)==Ne.call(Pe)}return!1}(ce,Pe,Sr,Tt,Vt,Wn,rn);if(!(2&Wn)){var Jo=wn&&Se.call(ce,"__wrapped__"),Go=Rt&&Se.call(Pe,"__wrapped__");if(Jo||Go){var ie=Jo?ce.value():ce,we=Go?Pe.value():Pe;return rn||(rn=new kt),Tt(ie,we,Vt,Wn,rn)}}return!!Kr&&(rn||(rn=new kt),function Ur(ce,Pe,Tt,Vt,Wn,rn){var qr=2&Wn,_r=Xa(ce),Sr=_r.length;if(Sr!=Xa(Pe).length&&!qr)return!1;for(var Rt=Sr;Rt--;){var Kr=_r[Rt];if(!(qr?Kr in Pe:Se.call(Pe,Kr)))return!1}var Jo=rn.get(ce);if(Jo&&rn.get(Pe))return Jo==Pe;var Go=!0;rn.set(ce,Pe),rn.set(Pe,ce);for(var ie=qr;++Rt<Sr;){var we=ce[Kr=_r[Rt]],Te=Pe[Kr];if(Vt)var Nt=qr?Vt(Te,we,Kr,Pe,ce,rn):Vt(we,Te,Kr,ce,Pe,rn);if(!(void 0===Nt?we===Te||Tt(we,Te,Vt,Wn,rn):Nt)){Go=!1;break}ie||(ie="constructor"==Kr)}if(Go&&!ie){var Hn=ce.constructor,sn=Pe.constructor;Hn!=sn&&"constructor"in ce&&"constructor"in Pe&&!("function"==typeof Hn&&Hn instanceof Hn&&"function"==typeof sn&&sn instanceof sn)&&(Go=!1)}return rn.delete(ce),rn.delete(Pe),Go}(ce,Pe,Tt,Vt,Wn,rn))}(ce,Pe,Pn,Tt,Vt,Wn))}function ys(ce,Pe,Tt,Vt,Wn,rn){var qr=2&Wn,_r=ce.length,Sr=Pe.length;if(_r!=Sr&&!(qr&&Sr>_r))return!1;var Yr=rn.get(ce);if(Yr&&rn.get(Pe))return Yr==Pe;var wn=-1,Rt=!0,Kr=1&Wn?new ge:void 0;for(rn.set(ce,Pe),rn.set(Pe,ce);++wn<_r;){var Jo=ce[wn],Go=Pe[wn];if(Vt)var ie=qr?Vt(Go,Jo,wn,Pe,ce,rn):Vt(Jo,Go,wn,ce,Pe,rn);if(void 0!==ie){if(ie)continue;Rt=!1;break}if(Kr){if(!lt(Pe,function(we,Te){if(!Kr.has(Te)&&(Jo===we||Tt(Jo,we,Vt,Wn,rn)))return Kr.add(Te)})){Rt=!1;break}}else if(Jo!==Go&&!Tt(Jo,Go,Vt,Wn,rn)){Rt=!1;break}}return rn.delete(ce),rn.delete(Pe),Rt}function _i(ce,Pe){var Tt=ce.__data__;return function fa(ce){var Pe=typeof ce;return"string"==Pe||"number"==Pe||"symbol"==Pe||"boolean"==Pe?"__proto__"!==ce:null===ce}(Pe)?Tt["string"==typeof Pe?"string":"hash"]:Tt.map}function jo(ce,Pe){var Tt=function _n(ce,Pe){return ce?.[Pe]}(ce,Pe);return function Qn(ce){return!(!xt(ce)||function vo(ce){return!!qe&&qe in ce}(ce))&&(Dt(ce)||$t(ce)?p:Re).test(zi(ce))}(Tt)?Tt:void 0}Oe.prototype.clear=function ut(){this.__data__=ct?ct(null):{}},Oe.prototype.delete=function bt(ce){return this.has(ce)&&delete this.__data__[ce]},Oe.prototype.get=function Ft(ce){var Pe=this.__data__;if(ct){var Tt=Pe[ce];return Tt===M?void 0:Tt}return Se.call(Pe,ce)?Pe[ce]:void 0},Oe.prototype.has=function Ht(ce){var Pe=this.__data__;return ct?void 0!==Pe[ce]:Se.call(Pe,ce)},Oe.prototype.set=function hn(ce,Pe){return this.__data__[ce]=ct&&void 0===Pe?M:Pe,this},Ke.prototype.clear=function ln(){this.__data__=[]},Ke.prototype.delete=function Bt(ce){var Pe=this.__data__,Tt=Kn(Pe,ce);return!(Tt<0||(Tt==Pe.length-1?Pe.pop():ne.call(Pe,Tt,1),0))},Ke.prototype.get=function mn(ce){var Pe=this.__data__,Tt=Kn(Pe,ce);return Tt<0?void 0:Pe[Tt][1]},Ke.prototype.has=function On(ce){return Kn(this.__data__,ce)>-1},Ke.prototype.set=function Fr(ce,Pe){var Tt=this.__data__,Vt=Kn(Tt,ce);return Vt<0?Tt.push([ce,Pe]):Tt[Vt][1]=Pe,this},qt.prototype.clear=function Jt(){this.__data__={hash:new Oe,map:new(de||Ke),string:new Oe}},qt.prototype.delete=function xn(ce){return _i(this,ce).delete(ce)},qt.prototype.get=function Ar(ce){return _i(this,ce).get(ce)},qt.prototype.has=function ke(ce){return _i(this,ce).has(ce)},qt.prototype.set=function nt(ce,Pe){return _i(this,ce).set(ce,Pe),this},ge.prototype.add=ge.prototype.push=function st(ce){return this.__data__.set(ce,M),this},ge.prototype.has=function ht(ce){return this.__data__.has(ce)},kt.prototype.clear=function zt(){this.__data__=new Ke},kt.prototype.delete=function Lt(ce){return this.__data__.delete(ce)},kt.prototype.get=function Mn(ce){return this.__data__.get(ce)},kt.prototype.has=function zn(ce){return this.__data__.has(ce)},kt.prototype.set=function Hr(ce,Pe){var Tt=this.__data__;if(Tt instanceof Ke){var Vt=Tt.__data__;if(!de||Vt.length<199)return Vt.push([ce,Pe]),this;Tt=this.__data__=new qt(Vt)}return Tt.set(ce,Pe),this};var Oo=function br(ce){return me.call(ce)};function Xe(ce,Pe){return!!(Pe=Pe??b)&&("number"==typeof ce||Je.test(ce))&&ce>-1&&ce%1==0&&ce<Pe}function Ka(ce){return ce==ce&&!xt(ce)}function zi(ce){if(null!=ce){try{return J.call(ce)}catch{}try{return ce+""}catch{}}return""}function h(ce,Pe){return ce===Pe||ce!=ce&&Pe!=Pe}(he&&Oo(new he(new ArrayBuffer(1)))!=H||de&&Oo(new de)!=B||Ge&&Oo(Ge.resolve())!=I||wt&&Oo(new wt)!=j||D&&Oo(new D)!=G)&&(Oo=function(ce){var Pe=me.call(ce),Tt=Pe==V?ce.constructor:void 0,Vt=Tt?zi(Tt):void 0;if(Vt)switch(Vt){case ze:return H;case an:return B;case Y:return I;case ee:return j;case Le:return G}return Pe});var oe=Array.isArray;function Ae(ce){return null!=ce&&Mt(ce.length)&&!Dt(ce)}function Dt(ce){var Pe=xt(ce)?me.call(ce):"";return Pe==E||"[object GeneratorFunction]"==Pe}function Mt(ce){return"number"==typeof ce&&ce>-1&&ce%1==0&&ce<=b}function xt(ce){var Pe=typeof ce;return!!ce&&("object"==Pe||"function"==Pe)}function cr(ce){return!!ce&&"object"==typeof ce}var Kd=pe?function St(ce){return function(Pe){return ce(Pe)}}(pe):function Cs(ce){return cr(ce)&&Mt(ce.length)&&!!je[me.call(ce)]};function Xa(ce){return Ae(ce)?function Ai(ce,Pe){var Tt=oe(ce)||function k(ce){return function Qe(ce){return cr(ce)&&Ae(ce)}(ce)&&Se.call(ce,"callee")&&(!N.call(ce,"callee")||me.call(ce)==C)}(ce)?function vt(ce,Pe){for(var Tt=-1,Vt=Array(ce);++Tt<ce;)Vt[Tt]=Pe(Tt);return Vt}(ce.length,String):[],Vt=Tt.length,Wn=!!Vt;for(var rn in ce)(Pe||Se.call(ce,rn))&&(!Wn||"length"!=rn&&!Xe(rn,Vt))&&Tt.push(rn);return Tt}(ce):function Si(ce){if(!function er(ce){var Pe=ce&&ce.constructor;return ce===("function"==typeof Pe&&Pe.prototype||Me)}(ce))return te(ce);var Pe=[];for(var Tt in Object(ce))Se.call(ce,Tt)&&"constructor"!=Tt&&Pe.push(Tt);return Pe}(ce)}K.exports=function Bn(ce,Pe){return ce===Pe||function ao(ce,Pe,Tt,Vt){var Wn=Tt.length,rn=Wn,qr=!Vt;if(null==ce)return!rn;for(ce=Object(ce);Wn--;){var _r=Tt[Wn];if(qr&&_r[2]?_r[1]!==ce[_r[0]]:!(_r[0]in ce))return!1}for(;++Wn<rn;){var Sr=(_r=Tt[Wn])[0],Yr=ce[Sr],wn=_r[1];if(qr&&_r[2]){if(void 0===Yr&&!(Sr in ce))return!1}else{var Rt=new kt;if(Vt)var Kr=Vt(Yr,wn,Sr,ce,Pe,Rt);if(!(void 0===Kr?Pn(wn,Yr,Vt,3,Rt):Kr))return!1}}return!0}(ce,Pe,function wi(ce){for(var Pe=Xa(ce),Tt=Pe.length;Tt--;){var Vt=Pe[Tt],Wn=ce[Vt];Pe[Tt]=[Vt,Wn,Ka(Wn)]}return Pe}(Pe))}},1892(K,re,_){"use strict";_.d(re,{FK:()=>ct,Y:()=>ze,FD:()=>an});var w,M,F,b,C,L,P,m,S,E,O,A={},V=[],I=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,z=Array.isArray;function j(Y,ee){for(var Le in ee)Y[Le]=ee[Le];return Y}function W(Y){Y&&Y.parentNode&&Y.parentNode.removeChild(Y)}function G(Y,ee,Le,Ve,Ne){var Oe={type:Y,props:ee,key:Le,ref:Ve,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:Ne??++F,__i:-1,__u:0};return null==Ne&&null!=M.vnode&&M.vnode(Oe),Oe}function H(Y){return Y.children}function q(Y,ee){this.props=Y,this.context=ee}function le(Y,ee){if(null==ee)return Y.__?le(Y.__,Y.__i+1):null;for(var Le;ee<Y.__k.length;ee++)if(null!=(Le=Y.__k[ee])&&null!=Le.__e)return Le.__e;return"function"==typeof Y.type?le(Y):null}function ve(Y){var ee,Le;if(null!=(Y=Y.__)&&null!=Y.__c){for(Y.__e=Y.__c.base=null,ee=0;ee<Y.__k.length;ee++)if(null!=(Le=Y.__k[ee])&&null!=Le.__e){Y.__e=Y.__c.base=Le.__e;break}return ve(Y)}}function se(Y){(!Y.__d&&(Y.__d=!0)&&b.push(Y)&&!Ce.__r++||C!==M.debounceRendering)&&((C=M.debounceRendering)||L)(Ce)}function Ce(){var Y,ee,Le,Ve,Ne,Oe,ut,bt;for(b.sort(P);Y=b.shift();)Y.__d&&(ee=b.length,Ve=void 0,Oe=(Ne=(Le=Y).__v).__e,ut=[],bt=[],Le.__P&&((Ve=j({},Ne)).__v=Ne.__v+1,M.vnode&&M.vnode(Ve),Ie(Le.__P,Ve,Ne,Le.__n,Le.__P.namespaceURI,32&Ne.__u?[Oe]:null,ut,Oe??le(Ne),!!(32&Ne.__u),bt),Ve.__v=Ne.__v,Ve.__.__k[Ve.__i]=Ve,Be(ut,Ve,bt),Ve.__e!=Oe&&ve(Ve)),b.length>ee&&b.sort(P));Ce.__r=0}function xe(Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht,hn){var Ke,ln,Bt,mn,On,Fr,qt=Ve&&Ve.__k||V,Jt=ee.length;for(Ft=function $e(Y,ee,Le,Ve){var Ne,Oe,ut,bt,Ft,Ht=ee.length,hn=Le.length,Ke=hn,ln=0;for(Y.__k=[],Ne=0;Ne<Ht;Ne++)null!=(Oe=ee[Ne])&&"boolean"!=typeof Oe&&"function"!=typeof Oe?(bt=Ne+ln,(Oe=Y.__k[Ne]="string"==typeof Oe||"number"==typeof Oe||"bigint"==typeof Oe||Oe.constructor==String?G(null,Oe,null,null,null):z(Oe)?G(H,{children:Oe},null,null,null):void 0===Oe.constructor&&Oe.__b>0?G(Oe.type,Oe.props,Oe.key,Oe.ref?Oe.ref:null,Oe.__v):Oe).__=Y,Oe.__b=Y.__b+1,ut=null,-1!==(Ft=Oe.__i=et(Oe,Le,bt,Ke))&&(Ke--,(ut=Le[Ft])&&(ut.__u|=2)),null==ut||null===ut.__v?(-1==Ft&&ln--,"function"!=typeof Oe.type&&(Oe.__u|=4)):Ft!==bt&&(Ft==bt-1?ln--:Ft==bt+1?ln++:(Ft>bt?ln--:ln++,Oe.__u|=4))):Oe=Y.__k[Ne]=null;if(Ke)for(Ne=0;Ne<hn;Ne++)null!=(ut=Le[Ne])&&!(2&ut.__u)&&(ut.__e==Ve&&(Ve=le(ut)),be(ut,ut));return Ve}(Le,ee,qt,Ft),Ke=0;Ke<Jt;Ke++)null!=(Bt=Le.__k[Ke])&&(ln=-1===Bt.__i?A:qt[Bt.__i]||A,Bt.__i=Ke,Fr=Ie(Y,Bt,ln,Ne,Oe,ut,bt,Ft,Ht,hn),mn=Bt.__e,Bt.ref&&ln.ref!=Bt.ref&&(ln.ref&&Q(ln.ref,null,Bt),hn.push(Bt.ref,Bt.__c||mn,Bt)),null==On&&null!=mn&&(On=mn),4&Bt.__u||ln.__k===Bt.__k?Ft=He(Bt,Ft,Y):"function"==typeof Bt.type&&void 0!==Fr?Ft=Fr:mn&&(Ft=mn.nextSibling),Bt.__u&=-7);return Le.__e=On,Ft}function He(Y,ee,Le){var Ve,Ne;if("function"==typeof Y.type){for(Ve=Y.__k,Ne=0;Ve&&Ne<Ve.length;Ne++)Ve[Ne]&&(Ve[Ne].__=Y,ee=He(Ve[Ne],ee,Le));return ee}Y.__e!=ee&&(ee&&Y.type&&!Le.contains(ee)&&(ee=le(Y)),Le.insertBefore(Y.__e,ee||null),ee=Y.__e);do{ee=ee&&ee.nextSibling}while(null!=ee&&8===ee.nodeType);return ee}function et(Y,ee,Le,Ve){var Ne=Y.key,Oe=Y.type,ut=Le-1,bt=Le+1,Ft=ee[Le];if(null===Ft||Ft&&Ne==Ft.key&&Oe===Ft.type&&!(2&Ft.__u))return Le;if(("function"!=typeof Oe||Oe===H||Ne)&&Ve>(null==Ft||2&Ft.__u?0:1))for(;ut>=0||bt<ee.length;){if(ut>=0){if((Ft=ee[ut])&&!(2&Ft.__u)&&Ne==Ft.key&&Oe===Ft.type)return ut;ut--}if(bt<ee.length){if((Ft=ee[bt])&&!(2&Ft.__u)&&Ne==Ft.key&&Oe===Ft.type)return bt;bt++}}return-1}function Re(Y,ee,Le){"-"===ee[0]?Y.setProperty(ee,Le??""):Y[ee]=null==Le?"":"number"!=typeof Le||I.test(ee)?Le:Le+"px"}function Je(Y,ee,Le,Ve,Ne){var Oe,ut;e:if("style"===ee)if("string"==typeof Le)Y.style.cssText=Le;else{if("string"==typeof Ve&&(Y.style.cssText=Ve=""),Ve)for(ee in Ve)Le&&ee in Le||Re(Y.style,ee,"");if(Le)for(ee in Le)Ve&&Le[ee]===Ve[ee]||Re(Y.style,ee,Le[ee])}else if("o"===ee[0]&&"n"===ee[1])Oe=ee!==(ee=ee.replace(m,"$1")),ee=ee.toLowerCase()in Y||"onFocusOut"===ee||"onFocusIn"===ee?ee.toLowerCase().slice(2):ee.slice(2),Y.l||(Y.l={}),Y.l[ee+Oe]=Le,Le?Ve?Le.t=Ve.t:(Le.t=S,Y.addEventListener(ee,Oe?O:E,Oe)):Y.removeEventListener(ee,Oe?O:E,Oe);else{if("http://www.w3.org/2000/svg"==Ne)ee=ee.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=ee&&"height"!=ee&&"href"!=ee&&"list"!=ee&&"form"!=ee&&"tabIndex"!=ee&&"download"!=ee&&"rowSpan"!=ee&&"colSpan"!=ee&&"role"!=ee&&"popover"!=ee&&ee in Y)try{ut=Y.tagName&&Y.tagName.includes("-"),Y[ee]=null!=Le||ut?Le:"";break e}catch{}"function"==typeof Le||(null==Le||!1===Le&&"-"!==ee[4]?Y.removeAttribute(ee):Y.setAttribute(ee,"popover"==ee&&1==Le?"":Le))}}function je(Y){return function(ee){if(this.l){var Le=this.l[ee.type+Y];if(null==ee.u)ee.u=S++;else if(ee.u<Le.t)return;return Le(M.event?M.event(ee):ee)}}}function Ie(Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht){var hn,Ke,ln,Bt,mn,On,Fr,qt,Jt,xn,Ar,ke,nt,ge,st,ht,kt,zt=ee.type;if(void 0!==ee.constructor)return null;128&Le.__u&&(Ft=!!(32&Le.__u),Oe=[bt=ee.__e=Le.__e]),(hn=M.__b)&&hn(ee);e:if("function"==typeof zt)try{if(qt=ee.props,Jt="prototype"in zt&&zt.prototype.render,xn=(hn=zt.contextType)&&Ve[hn.__c],Ar=hn?xn?xn.props.value:hn.__:Ve,Le.__c?Fr=(Ke=ee.__c=Le.__c).__=Ke.__E:(Jt?ee.__c=Ke=new zt(qt,Ar):(ee.__c=Ke=new q(qt,Ar),Ke.constructor=zt,Ke.render=Ee),xn&&xn.sub(Ke),Ke.props=qt,Ke.state||(Ke.state={}),Ke.context=Ar,Ke.__n=Ve,ln=Ke.__d=!0,Ke.__h=[],Ke._sb=[]),Jt&&null==Ke.__s&&(Ke.__s=Ke.state),Jt&&null!=zt.getDerivedStateFromProps&&(Ke.__s==Ke.state&&(Ke.__s=j({},Ke.__s)),j(Ke.__s,zt.getDerivedStateFromProps(qt,Ke.__s))),Bt=Ke.props,mn=Ke.state,Ke.__v=ee,ln)Jt&&null==zt.getDerivedStateFromProps&&null!=Ke.componentWillMount&&Ke.componentWillMount(),Jt&&null!=Ke.componentDidMount&&Ke.__h.push(Ke.componentDidMount);else{if(Jt&&null==zt.getDerivedStateFromProps&&qt!==Bt&&null!=Ke.componentWillReceiveProps&&Ke.componentWillReceiveProps(qt,Ar),!Ke.__e&&(null!=Ke.shouldComponentUpdate&&!1===Ke.shouldComponentUpdate(qt,Ke.__s,Ar)||ee.__v===Le.__v)){for(ee.__v!==Le.__v&&(Ke.props=qt,Ke.state=Ke.__s,Ke.__d=!1),ee.__e=Le.__e,ee.__k=Le.__k,ee.__k.some(function(Lt){Lt&&(Lt.__=ee)}),ke=0;ke<Ke._sb.length;ke++)Ke.__h.push(Ke._sb[ke]);Ke._sb=[],Ke.__h.length&&ut.push(Ke);break e}null!=Ke.componentWillUpdate&&Ke.componentWillUpdate(qt,Ke.__s,Ar),Jt&&null!=Ke.componentDidUpdate&&Ke.__h.push(function(){Ke.componentDidUpdate(Bt,mn,On)})}if(Ke.context=Ar,Ke.props=qt,Ke.__P=Y,Ke.__e=!1,nt=M.__r,ge=0,Jt){for(Ke.state=Ke.__s,Ke.__d=!1,nt&&nt(ee),hn=Ke.render(Ke.props,Ke.state,Ke.context),st=0;st<Ke._sb.length;st++)Ke.__h.push(Ke._sb[st]);Ke._sb=[]}else do{Ke.__d=!1,nt&&nt(ee),hn=Ke.render(Ke.props,Ke.state,Ke.context),Ke.state=Ke.__s}while(Ke.__d&&++ge<25);Ke.state=Ke.__s,null!=Ke.getChildContext&&(Ve=j(j({},Ve),Ke.getChildContext())),Jt&&!ln&&null!=Ke.getSnapshotBeforeUpdate&&(On=Ke.getSnapshotBeforeUpdate(Bt,mn)),bt=xe(Y,z(ht=null!=hn&&hn.type===H&&null==hn.key?hn.props.children:hn)?ht:[ht],ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht),Ke.base=ee.__e,ee.__u&=-161,Ke.__h.length&&ut.push(Ke),Fr&&(Ke.__E=Ke.__=null)}catch(Lt){if(ee.__v=null,Ft||null!=Oe)if(Lt.then){for(ee.__u|=Ft?160:128;bt&&8===bt.nodeType&&bt.nextSibling;)bt=bt.nextSibling;Oe[Oe.indexOf(bt)]=null,ee.__e=bt}else for(kt=Oe.length;kt--;)W(Oe[kt]);else ee.__e=Le.__e,ee.__k=Le.__k;M.__e(Lt,ee,Le)}else null==Oe&&ee.__v===Le.__v?(ee.__k=Le.__k,ee.__e=Le.__e):bt=ee.__e=function ue(Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft){var Ht,hn,Ke,ln,Bt,mn,On,Fr,qt=Le.props,Jt=ee.props,xn=ee.type;if("svg"===xn?Ne="http://www.w3.org/2000/svg":"math"===xn?Ne="http://www.w3.org/1998/Math/MathML":Ne||(Ne="http://www.w3.org/1999/xhtml"),null!=Oe)for(Ht=0;Ht<Oe.length;Ht++)if((Bt=Oe[Ht])&&"setAttribute"in Bt==!!xn&&(xn?Bt.localName===xn:3===Bt.nodeType)){Y=Bt,Oe[Ht]=null;break}if(null==Y){if(null===xn)return document.createTextNode(Jt);Y=document.createElementNS(Ne,xn,Jt.is&&Jt),bt&&(M.__m&&M.__m(ee,Oe),bt=!1),Oe=null}if(null===xn)qt===Jt||bt&&Y.data===Jt||(Y.data=Jt);else{if(Oe=Oe&&w.call(Y.childNodes),qt=Le.props||A,!bt&&null!=Oe)for(qt={},Ht=0;Ht<Y.attributes.length;Ht++)qt[(Bt=Y.attributes[Ht]).name]=Bt.value;for(Ht in qt)if(Bt=qt[Ht],"children"!=Ht)if("dangerouslySetInnerHTML"==Ht)Ke=Bt;else if(!(Ht in Jt)){if("value"==Ht&&"defaultValue"in Jt||"checked"==Ht&&"defaultChecked"in Jt)continue;Je(Y,Ht,null,Bt,Ne)}for(Ht in Jt)Bt=Jt[Ht],"children"==Ht?ln=Bt:"dangerouslySetInnerHTML"==Ht?hn=Bt:"value"==Ht?mn=Bt:"checked"==Ht?On=Bt:bt&&"function"!=typeof Bt||qt[Ht]===Bt||((Ht.startsWith("on")||"ref"===Ht&&"function"==typeof Bt)&&(Fr=Ve[Object.keys(Ve)[0]])&&(Bt=Bt.bind(Fr.props.value)),Je(Y,Ht,Bt,qt[Ht],Ne));if(hn)bt||Ke&&(hn.__html===Ke.__html||hn.__html===Y.innerHTML)||(Y.innerHTML=hn.__html),ee.__k=[];else if(Ke&&(Y.innerHTML=""),xe(Y,z(ln)?ln:[ln],ee,Le,Ve,"foreignObject"===xn?"http://www.w3.org/1999/xhtml":Ne,Oe,ut,Oe?Oe[0]:Le.__k&&le(Le,0),bt,Ft),null!=Oe)for(Ht=Oe.length;Ht--;)W(Oe[Ht]);bt||(Ht="value","progress"===xn&&null==mn?Y.removeAttribute("value"):void 0!==mn&&(mn!==Y[Ht]||"progress"===xn&&!mn||"option"===xn&&mn!==qt[Ht])&&Je(Y,Ht,mn,qt[Ht],Ne),Ht="checked",void 0!==On&&On!==Y[Ht]&&Je(Y,Ht,On,qt[Ht],Ne))}return Y}(Le.__e,ee,Le,Ve,Ne,Oe,ut,Ft,Ht);return(hn=M.diffed)&&hn(ee),128&ee.__u?void 0:bt}function Be(Y,ee,Le){for(var Ve=0;Ve<Le.length;Ve++)Q(Le[Ve],Le[++Ve],Le[++Ve]);M.__c&&M.__c(ee,Y),Y.some(function(Ne){try{Y=Ne.__h,Ne.__h=[],Y.some(function(Oe){Oe.call(Ne)})}catch(Oe){M.__e(Oe,Ne.__v)}})}function Q(Y,ee,Le){try{if("function"==typeof Y){var Ve="function"==typeof Y.__u;Ve&&Y.__u(),Ve&&null==ee||(Y.__u=Y(ee))}else Y.current=ee}catch(Ne){M.__e(Ne,Le)}}function be(Y,ee,Le){var Ve,Ne;if(M.unmount&&M.unmount(Y),(Ve=Y.ref)&&(Ve.current&&Ve.current!==Y.__e||Q(Ve,null,ee)),null!=(Ve=Y.__c)){if(Ve.componentWillUnmount)try{Ve.componentWillUnmount()}catch(Oe){M.__e(Oe,ee)}Ve.base=Ve.__P=null}if(Ve=Y.__k)for(Ne=0;Ne<Ve.length;Ne++)Ve[Ne]&&be(Ve[Ne],ee,Le||"function"!=typeof Y.type);Le||W(Y.__e),Y.__c=Y.__=Y.__e=void 0}function Ee(Y,ee,Le){return this.constructor(Y,Le)}w=V.slice,M={__e:function(Y,ee,Le,Ve){for(var Ne,Oe,ut;ee=ee.__;)if((Ne=ee.__c)&&!Ne.__)try{if((Oe=Ne.constructor)&&null!=Oe.getDerivedStateFromError&&(Ne.setState(Oe.getDerivedStateFromError(Y)),ut=Ne.__d),null!=Ne.componentDidCatch&&(Ne.componentDidCatch(Y,Ve||{}),ut=Ne.__d),ut)return Ne.__E=Ne}catch(bt){Y=bt}throw Y}},F=0,q.prototype.setState=function(Y,ee){var Le;Le=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=j({},this.state),"function"==typeof Y&&(Y=Y(j({},Le),this.props)),Y&&j(Le,Y),null!=Y&&this.__v&&(ee&&this._sb.push(ee),se(this))},q.prototype.forceUpdate=function(Y){this.__v&&(this.__e=!0,Y&&this.__h.push(Y),se(this))},q.prototype.render=H,b=[],L="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,P=function(Y,ee){return Y.__v.__b-ee.__v.__b},Ce.__r=0,m=/(PointerCapture)$|Capture$/i,S=0,E=je(!1),O=je(!0);var Ln=0;function at(Y,ee,Le,Ve,Ne,Oe){ee||(ee={});var ut,bt,Ft=ee;"ref"in ee&&(ut=ee.ref,delete ee.ref);var Ht={type:Y,props:Ft,key:Le,ref:ut,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Ln,__i:-1,__u:0,__source:Ne,__self:Oe};if("function"==typeof Y&&(ut=Y.defaultProps))for(bt in ut)void 0===Ft[bt]&&(Ft[bt]=ut[bt]);return M.vnode&&M.vnode(Ht),Ht}const p=new Map;function wt(Y,ee,Le){let Ve;return function Ge(Y){return"function"==typeof Y&&"getMetadata"in Y}(Y)?(Ve=Y.getMetadata().getTag(),function de(Y,ee){const Ve=Y.getMetadata().getEvents();Object.keys(ee).forEach(Ne=>{if(Ne.startsWith("on")){const Oe=Ne.slice(2),ut=(Y=>(Y=>{if(!p.has(Y)){const ee=Y.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();p.set(Y,ee)}return p.get(Y)})(Y))(Oe),bt=Oe.charAt(0).toLowerCase()+Oe.slice(1);let Ft;ut in Ve?Ft=ut:bt in Ve&&(Ft=bt),Ft&&"onClick"!==Ne&&(ee[`onui5-${Ft}`]=ee[Ne],delete ee[Ne])}})}(Y,ee)):Ve=Y,"object"==typeof ee.class&&(ee.class=function Se(Y){let ee="";for(const Le in Y)Y[Le]&&(ee&&(ee+=" "),ee+=Le);return ee}(ee.class)),Ve}const D=M.vnode;function ct(Y,ee){return H(Y)}function ze(Y,ee,Le){return at(wt(Y,ee),ee,Le)}function an(Y,ee,Le){return at(wt(Y,ee),ee,Le)}M.vnode=Y=>{D&&D(Y)}},2781(K,re,_){"use strict";_.d(re,{Ih:()=>je,zj:()=>ue,qM:()=>Je});var w=_(467),T=_(1241),b=_(3455),C=_(3274),P=_(2260);let S;(0,_(2134).R)(()=>{S=void 0});const V=()=>{const Ee=(0,C.x)("OpenUI5Support");(!Ee||!Ee.isOpenUI5Detected())&&(()=>{const Ee=document.querySelector("head>style[data-ui5-font-face]");void 0===S&&(S=(0,P.d$)()),!S||Ee||(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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/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.34.1/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}',"data-ui5-font-face")})()};var U=_(6726),H=_(2616),q=_(7983),le=_(7928),ve=_(6136);let Ze,se=!1,He=!1,et=!1;const Re=new T.A,Je=()=>He,je=Ee=>{He?Ee():Re.attachEvent("boot",Ee)},Ie=function(){var Ee=(0,w.A)(function*(){const We=(0,C.x)("OpenUI5Support"),Fe=!!We&&We.isOpenUI5Detected(),pe=(0,C.x)("F6Navigation");We&&(pe&&pe.destroy(),yield We.init()),pe&&!Fe&&pe.init()});return function(){return Ee.apply(this,arguments)}}(),ue=function(){var Ee=(0,w.A)(function*(){if(void 0!==Ze)return Ze;const We=function(){var Fe=(0,w.A)(function*(pe){(0,q.je)(),typeof document>"u"?pe():((0,le.h)(be),yield Ie(),yield new Promise(Ee=>{document.body?Ee():document.addEventListener("DOMContentLoaded",()=>{Ee()})}),yield(0,H.Ay)((0,U.O4)()),(()=>{if(et)return;const Ee=(0,C.x)("OpenUI5Support");Ee&&(et=Ee.attachListeners())})(),V(),(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,ve.nr)()&&(0,ve.un)()&&!se&&(document.body.addEventListener("touchstart",()=>{}),se=!0),pe(),He=!0,Re.fireEvent("boot"))});return function(lt){return Fe.apply(this,arguments)}}();return Ze=new Promise(We),Ze});return function(){return Ee.apply(this,arguments)}}(),be=Ee=>{if(!He)return;const We=(0,U.O4)(),Fe=(0,U.PC)();(Ee===We||Ee===Fe)&&(0,H.Ay)(We)}},7607(K,re,_){"use strict";_.d(re,{D8:()=>m,FN:()=>E,J4:()=>O,KI:()=>P});var w=_(6113),M=_(7983);const F=(0,w.A)("Tags",new Map),T=new Set;let C,b=new Map;const P=A=>{T.add(A),F.set(A,(0,M._w)())},m=A=>T.has(A),E=()=>[...T.values()],O=A=>{let V=F.get(A);void 0===V&&(V=-1),b.has(V)||b.set(V,new Set),b.get(V).add(A),C||(C=setTimeout(()=>{B(),b=new Map,C=void 0},1e3))},B=()=>{const A=(0,M.J1)(),V=(0,M._w)(),I=A[V];let z="Multiple UI5 Web Components instances detected.";A.length>1&&(z=`${z}\nLoading order (versions before 1.1.0 not listed): ${A.map(j=>`\n${j.description}`).join("")}`),[...b.keys()].forEach(j=>{let W,x,G;-1===j?(W=1,x={description:"Older unknown runtime"}):(W=(0,M.Dz)(V,j),x=A[j]),G=W>0?"an older":W<0?"a newer":"the same",z=`${z}\n\n"${I.description}" failed to define ${b.get(j).size} tag(s) as they were defined by a runtime of ${G} version "${x.description}": ${[...b.get(j)].sort().join(", ")}.`,z=W>0?`${z}\nWARNING! If your code uses features of the above web components, unavailable in ${x.description}, it might not work as expected!`:`${z}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),z=`${z}\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(z)}},4001(K,re,_){"use strict";_.d(re,{$4:()=>B,LI:()=>E,RF:()=>O,rD:()=>m}),_(7607),_(9514);let C={include:[/./],exclude:[]};const L=new Map,m=()=>{},E=()=>C,O=V=>{if(!L.has(V)){const I=C.include.some(z=>V.match(z))&&!C.exclude.some(z=>V.match(z));L.set(V,I)}return L.get(V)},B=V=>{if(O(V))return m()}},6136(K,re,_){"use strict";_.d(re,{H8:()=>E,cX:()=>j,m0:()=>W,nr:()=>S,tp:()=>A,un:()=>z,xl:()=>V});const w=typeof document>"u",M={get userAgent(){return w?"":navigator.userAgent},get touch(){return!w&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!w&&/(Chrome|CriOS)/.test(M.userAgent)},get firefox(){return!w&&/Firefox/.test(M.userAgent)},get safari(){return!w&&!M.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(M.userAgent)},get webkit(){return!w&&/webkit/.test(M.userAgent)},get windows(){return!w&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!w&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!(w||!navigator.platform.match(/iPhone|iPad|iPod/)&&(!M.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!w&&!M.windows&&/Android/.test(M.userAgent)},get androidPhone(){return!w&&M.android&&/(?=android)(?=.*mobile)/i.test(M.userAgent)},get ipad(){return!w&&(/ipad/i.test(M.userAgent)||/Macintosh/i.test(M.userAgent)&&"ontouchend"in document)},_isPhone:()=>(P(),M.touch&&!b)};let F,T,b;const C=()=>{if(w||!M.windows)return!1;if(void 0===F){const x=M.userAgent.match(/Windows NT (\d+).(\d)/);F=x?parseFloat(x[1]):0}return F>=8},P=()=>{if(w)return!1;if(void 0===b){if(M.ipad)return void(b=!0);if(M.touch){if(C())return void(b=!0);if(M.chrome&&M.android)return void(b=!/Mobile Safari\/[.0-9]+/.test(M.userAgent));let x=window.devicePixelRatio?window.devicePixelRatio:1;return M.android&&(()=>{if(w||!M.webkit)return!1;if(void 0===T){const x=M.userAgent.match(/(webkit)[ /]([\w.]+)/);T=x?parseFloat(x[1]):0}return T>=537.1})()&&(x=1),void(b=Math.min(window.screen.width/x,window.screen.height/x)>=600)}b=-1!==M.userAgent.indexOf("Touch")||M.android&&!M.androidPhone}},S=()=>M.safari,E=()=>M.chrome,A=()=>M._isPhone(),V=()=>!w&&(P(),!((M.touch||C())&&b||A())||C()),z=()=>M.iOS,j=()=>M.macOS,W=()=>M.android||M.androidPhone},1241(K,re,_){"use strict";_.d(re,{A:()=>M});const M=class w{constructor(){this._eventRegistry=new Map}attachEvent(T,b){const C=this._eventRegistry,L=C.get(T);Array.isArray(L)?L.includes(b)||L.push(b):C.set(T,[b])}detachEvent(T,b){const C=this._eventRegistry,L=C.get(T);if(!L)return;const P=L.indexOf(b);-1!==P&&L.splice(P,1),0===L.length&&C.delete(T)}fireEvent(T,b){const C=this._eventRegistry.get(T);return C?C.map(L=>L.call(this,b)):[]}fireEventAsync(T,b){return Promise.all(this.fireEvent(T,b))}isHandlerAttached(T,b){const C=this._eventRegistry.get(T);return!!C&&C.includes(b)}hasListeners(T){return!!this._eventRegistry.get(T)}}},3274(K,re,_){"use strict";_.d(re,{x:()=>F});const w=new Map,F=T=>w.get(T)},5746(K,re,_){"use strict";_.d(re,{X:()=>M,n:()=>F});const w=[],M=T=>{if("string"!=typeof T||!T.length)throw new Error("Only string characters for a tag prefix.");w.push(T)},F=T=>w.some(b=>T.startsWith(b))},2260(K,re,_){"use strict";_.d(re,{d$:()=>I,$n:()=>z,mE:()=>A,Z0:()=>B,uf:()=>V,O4:()=>E,SU:()=>O});var He,w=_(8509),M=_(3274),F=_(5726),T=((He=T||{}).Full="full",He.Basic="basic",He.Minimal="minimal",He.None="none",He);const b=T;var C=_(2134),L=_(6121);let P=!1,m={animationMode:b.Full,theme:F.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};const E=()=>(xe(),m.theme),O=()=>(xe(),m.themeRoot),B=()=>(xe(),m.language),A=()=>(xe(),m.fetchDefaultLanguage),V=()=>(xe(),m.noConflict),I=()=>(xe(),m.defaultFontLoading),z=()=>(xe(),m.enableDefaultTooltips),U=new Map;U.set("true",!0),U.set("false",!1);const se=(He,Ze,et)=>{const Re=Ze.toLowerCase(),Je=He.split(`${et}-`)[1];U.has(Ze)&&(Ze=U.get(Re)),"theme"===Je?(m.theme=((He,Ze)=>"theme"===He&&Ze.includes("@")?Ze.split("@")[0]:Ze)(Je,Ze),Ze&&Ze.includes("@")&&(m.themeRoot=(He=>He.split("@")[1])(Ze))):m[Je]=Ze},xe=()=>{typeof document>"u"||P||($e(),P=!0)},$e=He=>{He&&(0,C.k)(),(()=>{const He=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let Ze;if(He){try{Ze=JSON.parse(He.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}Ze&&(m=(0,w.A)(m,Ze))}})(),(()=>{const He=new URLSearchParams((0,L.iA)());He.forEach((Ze,et)=>{const Re=et.split("sap-").length;0===Re||Re===et.split("sap-ui-").length||se(et,Ze,"sap")}),He.forEach((Ze,et)=>{et.startsWith("sap-ui")&&se(et,Ze,"sap-ui")})})(),(()=>{const He=(0,M.x)("OpenUI5Support");if(!He||!He.isOpenUI5Detected())return;const Ze=He.getConfigurationSettingsObject();m=(0,w.A)(m,Ze)})()}},2358(K,re,_){"use strict";_.d(re,{BF:()=>P,FG:()=>E,HJ:()=>Se,KK:()=>U,KL:()=>Re,KO:()=>Ln,OC:()=>S,Ob:()=>Be,Pj:()=>B,RI:()=>M,Tu:()=>p,W_:()=>Ie,_0:()=>C,aI:()=>j,bR:()=>je,hn:()=>H,ie:()=>O,oY:()=>We,oi:()=>J,qN:()=>Ce,tt:()=>W,uV:()=>xe,vQ:()=>Ee,xC:()=>L,zP:()=>Je});const M=D=>(D.key?"Enter"===D.key:13===D.keyCode)&&!te(D),C=D=>de(D,!0,!1,!1),L=D=>(D.key?"Spacebar"===D.key||" "===D.key:32===D.keyCode)&&!te(D),P=D=>(D.key?"Spacebar"===D.key||" "===D.key:32===D.keyCode)&&de(D,!1,!1,!0),S=D=>(D.key?"ArrowLeft"===D.key||"Left"===D.key:37===D.keyCode)&&!te(D),E=D=>(D.key?"ArrowRight"===D.key||"Right"===D.key:39===D.keyCode)&&!te(D),O=D=>(D.key?"ArrowUp"===D.key||"Up"===D.key:38===D.keyCode)&&!te(D),B=D=>(D.key?"ArrowDown"===D.key||"Down"===D.key:40===D.keyCode)&&!te(D),j=D=>(D.key?"ArrowUp"===D.key||"Up"===D.key:38===D.keyCode)&&de(D,!1,!1,!0),W=D=>(D.key?"ArrowDown"===D.key||"Down"===D.key:40===D.keyCode)&&de(D,!1,!1,!0),U=D=>(D.key?"ArrowLeft"===D.key||"Left"===D.key:37===D.keyCode)&&de(D,!1,!1,!0),H=D=>(D.key?"ArrowRight"===D.key||"Right"===D.key:39===D.keyCode)&&de(D,!1,!1,!0),Ce=D=>(D.key?"Home"===D.key:36===D.keyCode)&&!te(D),xe=D=>(D.key?"End"===D.key:35===D.keyCode)&&!te(D),Re=D=>(D.key?"Escape"===D.key||"Esc"===D.key:27===D.keyCode)&&!te(D),Je=D=>(D.key?"Tab"===D.key:9===D.keyCode)&&!te(D),je=D=>(D.key?"Tab"===D.key:9===D.keyCode)&&de(D,!1,!1,!0),Ie=D=>(D.key?"Backspace"===D.key:8===D.keyCode)&&!te(D),Be=D=>(D.key?"Delete"===D.key:46===D.keyCode)&&!te(D),Ee=D=>(D.key?"PageUp"===D.key:33===D.keyCode)&&!te(D),We=D=>(D.key?"PageDown"===D.key:34===D.keyCode)&&!te(D),Ln=D=>D.key?at(D)||me(D):115===D.keyCode&&!te(D)||40===D.keyCode&&de(D,!1,!0,!1),at=D=>"F4"===D.key&&!te(D),J=D=>(D.key?"F7"===D.key:118===D.keyCode)&&!te(D),Se=D=>(D.key?"F8"===D.key:119===D.keyCode)&&de(D,!0,!0,!1),me=D=>("ArrowDown"===D.key||"Down"===D.key||"ArrowUp"===D.key||"Up"===D.key)&&de(D,!1,!0,!1),p=D=>"Shift"===D.key||16===D.keyCode,te=D=>D.shiftKey||D.altKey||he(D),he=D=>!(!D.metaKey&&!D.ctrlKey),de=(D,ct,ze,an)=>D.shiftKey===an&&D.altKey===ze&&he(D)===ct},6121(K,re,_){"use strict";_.d(re,{$N:()=>C,VQ:()=>F,iA:()=>L,iw:()=>b,lj:()=>T});const w=typeof document>"u",M_search=()=>w?"":window.location.search,F=()=>w?"":window.location.hostname,T=()=>w?"":window.location.port,b=()=>w?"":window.location.protocol,C=()=>w?"":window.location.href,L=()=>M_search()},3455(K,re,_){"use strict";_.d(re,{E6:()=>m,Zq:()=>S,_r:()=>b,eP:()=>P,g5:()=>L});var w=_(7983);const M=typeof document>"u",F=(E,O)=>O?`${E}|${O}`:E,b=(E,O,B="",A)=>{const V=(0,w._w)(),I=new CSSStyleSheet;I.replaceSync(E),I._ui5StyleId=F(O,B),A&&(I._ui5RuntimeIndex=V,I._ui5Theme=A),document.adoptedStyleSheets=[...document.adoptedStyleSheets,I]},L=(E,O="")=>!!M||!!document.adoptedStyleSheets.find(B=>B._ui5StyleId===F(E,O)),P=(E,O="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(B=>B._ui5StyleId!==F(E,O))},m=(E,O,B="",A)=>{L(O,B)?((E,O,B="",A)=>{const V=(0,w._w)(),I=document.adoptedStyleSheets.find(z=>z._ui5StyleId===F(O,B));I&&(A?(I._ui5Theme!==A||(E=>void 0===E||(0,w.Dz)((0,w._w)(),parseInt(E))>=1)(I._ui5RuntimeIndex))&&(I.replaceSync(E||""),I._ui5RuntimeIndex=String(V),I._ui5Theme=A):I.replaceSync(E||""))})(E,O,B,A):b(E,O,B,A)},S=(E,O)=>void 0===E?O:void 0===O?E:`${E} ${O}`},4583(K,re,_){"use strict";_.d(re,{A:()=>L});const w=new Map,M=new Map;M.set("S",[0,599]),M.set("M",[600,1023]),M.set("L",[1024,1439]),M.set("XL",[1440,1/0]);var P,F=((P=F||{}).RANGE_4STEPS="4Step",P);const C={RANGESETS:F,initRangeSet:(P,m)=>{w.set(P,m)},getCurrentRange:(P,m=window.innerWidth)=>{let E,S=w.get(P);S||(S=w.get("4Step"));const O=Math.floor(m);return S.forEach((B,A)=>{O>=B[0]&&O<=B[1]&&(E=A)}),E||[...S.keys()][0]}};C.initRangeSet(C.RANGESETS.RANGE_4STEPS,M);const L=C},6060(K,re,_){"use strict";_.d(re,{zo:()=>z,xm:()=>H,oK:()=>V,JT:()=>G,fz:()=>I});var w=_(467),M=_(1241);var C=_(7607),L=_(8012);const P=new Set,m=new M.A,S=new class T{constructor(){this.list=[],this.lookup=new Set}add(se){this.lookup.has(se)||(this.list.push(se),this.lookup.add(se))}remove(se){this.lookup.has(se)&&(this.list=this.list.filter(Ce=>Ce!==se),this.lookup.delete(se))}shift(){const se=this.list.shift();if(se)return this.lookup.delete(se),se}isEmpty(){return 0===this.list.length}isAdded(se){return this.lookup.has(se)}process(se){let Ce;const xe=new Map;for(Ce=this.shift();Ce;){const $e=xe.get(Ce)||0;if($e>10)throw new Error("Web component processed too many times this task, max allowed is: 10");se(Ce),xe.set(Ce,$e+1),Ce=this.shift()}}};let E,O,B,A;const V=function(){var ve=(0,w.A)(function*(se){S.add(se),yield j()});return function(Ce){return ve.apply(this,arguments)}}(),I=ve=>{m.fireEvent("beforeComponentRender",ve),P.add(ve),ve._render()},z=ve=>{S.remove(ve),P.delete(ve)},j=function(){var ve=(0,w.A)(function*(){A||(A=new Promise(se=>{window.requestAnimationFrame(()=>{S.process(I),A=null,se(),B||(B=setTimeout(()=>{B=void 0,S.isEmpty()&&U()},200))})})),yield A});return function(){return ve.apply(this,arguments)}}(),G=function(){var ve=(0,w.A)(function*(){yield(()=>{const ve=(0,C.FN)().map(se=>customElements.whenDefined(se));return Promise.all(ve)})(),yield E||(E=new Promise(ve=>{O=ve,window.requestAnimationFrame(()=>{S.isEmpty()&&(E=void 0,ve())})}),E)});return function(){return ve.apply(this,arguments)}}(),U=()=>{S.isEmpty()&&O&&(O(),O=void 0,E=void 0)},H=function(){var ve=(0,w.A)(function*(se){P.forEach(Ce=>{const xe=Ce.constructor,$e=xe.getMetadata().getTag(),He=(0,L.J)(xe),Ze=xe.getMetadata().isLanguageAware(),et=xe.getMetadata().isThemeAware();(!se||se.tag===$e||se.rtlAware&&He||se.languageAware&&Ze||se.themeAware&&et)&&V(Ce)}),yield G()});return function(Ce){return ve.apply(this,arguments)}}()},7983(K,re,_){"use strict";_.d(re,{Dz:()=>E,J1:()=>B,_w:()=>S,je:()=>m});var w=_(7607),M=_(4001),F=_(9514),T=_(6113);let b;const L=new Map,P=(0,T.A)("Runtimes",[]),m=()=>{if(void 0===b){b=P.length;const A=F.A;P.push({...A,get scopingSuffix(){return(0,M.rD)()},get registeredTags(){return(0,w.FN)()},get scopingRules(){return(0,M.LI)()},alias:"",description:`Runtime ${b} - ver ${A.version}`,importMetaUrl:"file:///home/runner/work/portal-ui-lib/portal-ui-lib/node_modules/@ui5/webcomponents-base/dist/prod/Runtimes.js"})}},S=()=>b,E=(A,V)=>{const I=`${A},${V}`;if(L.has(I))return L.get(I);const z=P[A],j=P[V];if(!z||!j)throw new Error("Invalid runtime index supplied");if(z.isNext||j.isNext)return z.buildTime-j.buildTime;const W=z.major-j.major;if(W)return W;const x=z.minor-j.minor;if(x)return x;const G=z.patch-j.patch;if(G)return G;const U=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(z.suffix,j.suffix);return L.set(I,U),U},B=()=>P},4381(K,re,_){"use strict";_.d(re,{A:()=>Ar,W:()=>xn});var w=_(467),M=_(8509),F=_(2781);const T=new Map,b=new Map,C=new Map,L=ke=>{if(!T.has(ke)){const nt=S(ke.split("-"));T.set(ke,nt)}return T.get(ke)},P=ke=>{if(!b.has(ke)){const nt=ke.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();b.set(ke,nt)}return b.get(ke)},S=ke=>ke.map((nt,ge)=>0===ge?nt.toLowerCase():nt.charAt(0).toUpperCase()+nt.slice(1).toLowerCase()).join(""),E=ke=>{const nt=C.get(ke);if(nt)return nt;const ge=L(ke),st=ge.charAt(0).toUpperCase()+ge.slice(1);return C.set(ke,st),st},O=ke=>{if(!(ke instanceof HTMLElement))return"default";const nt=ke.getAttribute("slot");if(nt){const ge=nt.match(/^(.+?)-\d+$/);return ge?ge[1]:nt}return"default"},B=ke=>ke instanceof HTMLSlotElement?ke.assignedNodes({flatten:!0}).filter(nt=>nt instanceof HTMLElement):[ke],A=ke=>ke.reduce((nt,ge)=>nt.concat(B(ge)),[]);var V=_(4001);const j=class I{constructor(nt){this.metadata=nt}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const nt={};if(this.slotsAreManaged()){const ge=this.getSlots();for(const[st,ht]of Object.entries(ge)){const kt=ht.propertyName||st;nt[kt]=[],nt[L(kt)]=nt[kt]}}return this._initialState=nt,nt}static validateSlotValue(nt,ge){return((ke,nt)=>(ke&&B(ke).forEach(ge=>{if(!(ge instanceof nt.type))throw new Error(`The element is not of type ${nt.type.toString()}`)}),ke))(nt,ge)}getPureTag(){return this.metadata.tag||""}getTag(){const nt=this.metadata.tag;if(!nt)return"";const ge=(0,V.$4)(nt);return ge?`${nt}-${ge}`:nt}hasAttribute(nt){const ge=this.getProperties()[nt];return ge.type!==Object&&!ge.noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(P)}canSlotText(){return this.getSlots().default?.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(nt=>nt.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(nt,ge,st){const ht=this.getSlots()[nt].invalidateOnChildChange;if(void 0===ht)return!1;if("boolean"==typeof ht)return ht;if("object"==typeof ht){if("property"===ge){if(void 0===ht.properties)return!1;if("boolean"==typeof ht.properties)return ht.properties;if(Array.isArray(ht.properties))return ht.properties.includes(st);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===ge){if(void 0===ht.slots)return!1;if("boolean"==typeof ht.slots)return ht.slots;if(Array.isArray(ht.slots))return ht.slots.includes(st);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 W=_(1241),x=_(6060),G=_(6113);const le=ke=>{(0,G.A)("CustomStyle.eventProvider",new W.A).attachEvent("CustomCSSChange",ke)};le(ke=>{(0,x.xm)({tag:ke})});const Re=ke=>Array.isArray(ke)?ke.filter(nt=>!!nt).flat(10).join(" "):ke;var Je=_(3274);const je=new Map;le(ke=>{je.delete(`${ke}_normal`)});const Be=ke=>{const nt=ke.getMetadata().getTag(),ge=`${nt}_normal`,st=(0,Je.x)("OpenUI5Enablement");if(!je.has(ge)){let ht="";st&&(ht=Re(st.getBusyIndicatorStyles()));const kt=(ke=>{const nt=(0,G.A)("CustomStyle.customCSSFor",{});return nt[ke]?nt[ke].join(""):""})(nt)||"",zt=`${Re(ke.styles)} ${kt} ${ht}`;je.set(ge,zt)}return je.get(ge)},ue=new Map;le(ke=>{ue.delete(`${ke}_normal`)});const be=ke=>{const nt=`${ke.getMetadata().getTag()}_normal`;if(!ue.has(nt)){const ge=Be(ke),st=new CSSStyleSheet;st.replaceSync(ge),ue.set(nt,[st])}return ue.get(nt)};var Ee=_(1452),pe=_(5746),lt=_(7607);const vt=new WeakMap;var $t=_(2260),Et=_(2134);const Ln=["value-changed","click"];let Yt;(0,Et.R)(()=>{Yt=void 0});const Me=()=>(void 0===Yt&&(Yt=(0,$t.uf)()),Yt),me=["disabled","title","hidden","role","draggable"],g=ke=>!(!me.includes(ke)&&!ke.startsWith("aria")&&[HTMLElement,Element,Node].some(nt=>nt.prototype.hasOwnProperty(ke)));var v=_(8777),N=_(8012),ne=_(3823),te=_(6162),he=_(4446),de=_(4217),Ge=_(1175),wt=_(5726);const ct=new Map,ze=new Map,an=new Map,Y=new Set;let ee=!1;const Le={iw:"he",ji:"yi",in:"id"},Ve=ke=>{ee||(console.warn(`[LocaleData] Supported locale "${ke}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),ee=!0)},Oe=(ke,nt)=>{ct.set(ke,nt)},Ft=function(){var ke=(0,w.A)(function*(nt,ge,st){const ht=((ke,nt,ge)=>{"no"===(ke=ke&&Le[ke]||ke)&&(ke="nb"),"zh"===ke&&!nt&&("Hans"===ge?nt="CN":"Hant"===ge&&(nt="TW")),("sh"===ke||"sr"===ke&&"Latn"===ge)&&(ke="sr",nt="Latn");let st=`${ke}_${nt}`;return wt.dI.includes(st)?ze.has(st)?st:(Ve(st),wt.Xn):(st=ke,wt.dI.includes(st)?ze.has(st)?st:(Ve(st),wt.Xn):wt.Xn)})(nt,ge,st),kt=(0,Je.x)("OpenUI5Support");if(kt){const zt=kt.getLocaleDataObject();if(zt)return void Oe(ht,zt)}try{const zt=yield(ke=>{if(!an.get(ke)){const nt=ze.get(ke);if(!nt)throw new Error(`CLDR data for locale ${ke} is not loaded!`);an.set(ke,nt(ke))}return an.get(ke)})(ht);Oe(ht,zt)}catch(zt){const Lt=zt;Y.has(Lt.message)||(Y.add(Lt.message),console.error(Lt.message))}});return function(ge,st,ht){return ke.apply(this,arguments)}}();ze.set("en",(0,w.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,de._F)(()=>{const ke=(0,Ge.A)();return Ft(ke.getLanguage(),ke.getRegion(),ke.getScript())});var hn=_(4181),Ke=_(5031);let ln=0;const Bt=new Map,mn=new Map,On={fromAttribute(ke,nt){if(nt===Boolean)return null!==ke;if(nt===Number)return null===ke?void 0:parseFloat(ke);if(nt===Object||nt===Array)try{return JSON.parse(ke)}catch{return ke}return ke},toAttribute:(ke,nt)=>nt===Boolean?ke?"":null:nt===Object||nt===Array?JSON.stringify(ke):null==ke?null:String(ke)};function Fr(ke){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&(0,hn.gx)()||(this.onInvalidation(ke),this._changedState.push(ke),(0,x.oK)(this),this._invalidationEventProvider.fireEvent("invalidate",{...ke,target:this}))}function qt(ke,nt){do{const ge=Object.getOwnPropertyDescriptor(ke,nt);if(ge)return ge;ke=Object.getPrototypeOf(ke)}while(ke&&ke!==HTMLElement.prototype)}let Jt=(()=>{class ke extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const ge=this.constructor;let st;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new W.A,this._componentStateFinalizedEventProvider=new W.A,this._domRefReadyPromise=new Promise(ht=>{st=ht}),this._domRefReadyPromise._deferredResolve=st,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...ge.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(ht=>{this.hasOwnProperty(ht)&&this.initializedProperties.set(ht,this[ht])}),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const ge=this.constructor;if(ge._needsShadowDOM()){const st={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...st,...ge.getMetadata().getShadowRootOptions()}),ge.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(ge){ge.target?.getRootNode()===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++ln),this.__id}render(){return(0,ne.A)(this.constructor.template,this)}connectedCallback(){var ge=this;return(0,w.A)(function*(){const st=ge.constructor;ge.setAttribute(st.getMetadata().getPureTag(),""),st.getMetadata().supportsF6FastNavigation()&&!ge.hasAttribute("data-sap-ui-fastnavgroup")&&ge.setAttribute("data-sap-ui-fastnavgroup","true");const ht=st.getMetadata().slotsAreManaged();ge._inDOM=!0,ht&&(ge._startObservingDOMChildren(),yield ge._processChildren()),st.asyncFinished||(yield st._definePromise),ge._inDOM&&((0,x.fz)(ge),ge._domRefReadyPromise._deferredResolve(),ge._fullyConnected=!0,ge.onEnterDOM())})()}get definePromise(){const ge=this.constructor;return!ge.asyncFinished&&ge._definePromise?ge._definePromise:Promise.resolve()}disconnectedCallback(){const ge=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,ge&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),(0,x.zo)(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const ge=this.constructor.getMetadata();if(!ge.hasSlots())return;const st=ge.canSlotText(),ht={childList:!0,subtree:st,characterData:st};((ke,nt,ge)=>{const st=new MutationObserver(nt);vt.set(ke,st),st.observe(ke,ge)})(this,this._processChildren.bind(this),ht)}_stopObservingDOMChildren(){(ke=>{const nt=vt.get(ke);nt&&(nt.disconnect(),vt.delete(ke))})(this)}_processChildren(){var ge=this;return(0,w.A)(function*(){ge.constructor.getMetadata().hasSlots()&&(yield ge._updateSlots())})()}_updateSlots(){var ge=this;return(0,w.A)(function*(){const st=ge.constructor,ht=st.getMetadata().getSlots(),kt=st.getMetadata().canSlotText(),zt=Array.from(kt?ge.childNodes:ge.children),Lt=new Map,Mn=new Map;for(const[br,Pn]of Object.entries(ht)){const An=Pn.propertyName||br;Mn.set(An,br),Lt.set(An,[...ge._state[An]]),ge._clearSlot(br,Pn)}const zn=new Map,Hr=new Map;zt.forEach((br,Pn)=>{const An=O(br),ao=ht[An];if(void 0===ao){if("default"!==An){const Cs=Object.keys(ht).join(", ");console.warn(`Unknown slotName: ${An}, ignoring`,br,`Valid values are: ${Cs}`)}return}const Qn=ao.propertyName||An;Hr.has(Qn)?Hr.get(Qn).push({child:br,idx:Pn}):Hr.set(Qn,[{child:br,idx:Pn}])}),Hr.forEach((br,Pn)=>{ge._state[Pn]=br.sort((An,ao)=>An.idx-ao.idx).map(An=>An.child),ge._state[L(Pn)]=ge._state[Pn]});const Ai=zt.map(function(){var br=(0,w.A)(function*(Pn){const An=O(Pn),ao=ht[An];if(void 0!==ao){if(ao.individualSlots){const Qn=(zn.get(An)||0)+1;zn.set(An,Qn),Pn._individualSlot=`${An}-${Qn}`}if(Pn instanceof HTMLElement){const Qn=Pn.localName;if(Qn.includes("-")&&!(0,pe.n)(Qn)){if(!customElements.get(Qn)){const Cs=customElements.whenDefined(Qn);let Si=Bt.get(Qn);Si||(Si=new Promise(ys=>setTimeout(ys,1e3)),Bt.set(Qn,Si)),yield Promise.race([Cs,Si])}customElements.upgrade(Pn)}}if(Pn=st.getMetadata().constructor.validateSlotValue(Pn,ao),xn(Pn)&&ao.invalidateOnChildChange){const Qn=ge._getChildChangeListener(An);Pn.attachInvalidate.call(Pn,Qn)}Pn instanceof HTMLSlotElement&&ge._attachSlotChange(Pn,An,!!ao.invalidateOnChildChange)}});return function(Pn){return br.apply(this,arguments)}}());yield Promise.all(Ai);let Kn=!1;for(const[br,Pn]of Object.entries(ht)){const An=Pn.propertyName||br;(0,v.A)(Lt.get(An),ge._state[An])||(Fr.call(ge,{type:"slot",name:Mn.get(An),reason:"children"}),Kn=!0,st.getMetadata().isFormAssociated()&&(0,te.ok)(ge))}Kn||Fr.call(ge,{type:"slot",name:"default",reason:"textcontent"})})()}_clearSlot(ge,st){const ht=st.propertyName||ge;this._state[ht].forEach(kt=>{if(xn(kt)){const zt=this._getChildChangeListener(ge);kt.detachInvalidate.call(kt,zt)}kt instanceof HTMLSlotElement&&this._detachSlotChange(kt,ge)}),this._state[ht]=[],this._state[L(ht)]=this._state[ht]}attachInvalidate(ge){this._invalidationEventProvider.attachEvent("invalidate",ge)}detachInvalidate(ge){this._invalidationEventProvider.detachEvent("invalidate",ge)}_onChildChange(ge,st){this.constructor.getMetadata().shouldInvalidateOnChildChange(ge,st.type,st.name)&&Fr.call(this,{type:"slot",name:ge,reason:"childchange",child:st.target})}attributeChangedCallback(ge,st,ht){let kt;if(this._doNotSyncAttributes.has(ge))return;const zt=this.constructor.getMetadata().getProperties(),Lt=ge.replace(/^ui5-/,""),Mn=L(Lt);if(zt.hasOwnProperty(Mn)){const zn=zt[Mn];kt=(zn.converter??On).fromAttribute(ht,zn.type),this[Mn]=kt}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&(0,te.fc)(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(ge,st){const ht=this.constructor;if(!ht.getMetadata().hasAttribute(ge))return;const kt=ht.getMetadata().getProperties()[ge],zt=P(ge),Lt=(kt.converter||On).toAttribute(st,kt.type);this._doNotSyncAttributes.add(zt),null==Lt?this.removeAttribute(zt):this.setAttribute(zt,Lt),this._doNotSyncAttributes.delete(zt)}_getChildChangeListener(ge){return this._childChangeListeners.has(ge)||this._childChangeListeners.set(ge,this._onChildChange.bind(this,ge)),this._childChangeListeners.get(ge)}_getSlotChangeListener(ge){return this._slotChangeListeners.has(ge)||this._slotChangeListeners.set(ge,this._onSlotChange.bind(this,ge)),this._slotChangeListeners.get(ge)}_attachSlotChange(ge,st,ht){const kt=this._getSlotChangeListener(st);ge.addEventListener("slotchange",zt=>{if(kt.call(ge,zt),ht){const Lt=this._slotsAssignedNodes.get(ge);Lt&&Lt.forEach(zn=>{if(xn(zn)){const Hr=this._getChildChangeListener(st);zn.detachInvalidate.call(zn,Hr)}});const Mn=A([ge]);this._slotsAssignedNodes.set(ge,Mn),Mn.forEach(zn=>{if(xn(zn)){const Hr=this._getChildChangeListener(st);zn.attachInvalidate.call(zn,Hr)}})}})}_detachSlotChange(ge,st){ge.removeEventListener("slotchange",this._getSlotChangeListener(st))}_onSlotChange(ge){Fr.call(this,{type:"slot",name:ge,reason:"slotchange"})}onInvalidation(ge){}updateAttributes(){const ge=this.constructor.getMetadata().getProperties();for(const[st,ht]of Object.entries(ge))this._updateAttribute(st,this[st])}_render(){const ge=this.constructor,st=ge.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([ht,kt])=>{delete this[ht],this[ht]=kt}),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],ge._needsShadowDOM()&&(ke=>{const nt=ke.constructor,ge=ke.shadowRoot;ge?(ge.adoptedStyleSheets=[(0,Ee.k)(),...be(nt)],nt.renderer(ke,ge)):console.warn("There is no shadow root to update")})(this),this._rendered=!0,st&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(ge=>{ge._individualSlot&&ge.setAttribute("slot",ge._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 ge=this.getDomRef();if(ge)return ge.querySelector("[data-sap-focus-ref]")||ge}getFocusDomRefAsync(){var ge=this;return(0,w.A)(function*(){return yield ge._waitForDomRef(),ge.getFocusDomRef()})()}focus(ge){var st=this;return(0,w.A)(function*(){yield st._waitForDomRef();const ht=st.getFocusDomRef();ht!==st&&st.isConnected?ht&&"function"==typeof ht.focus&&ht.focus(ge):HTMLElement.prototype.focus.call(st,ge)})()}fireEvent(ge,st,ht=!1,kt=!0){const zt=this._fireEvent(ge,st,ht,kt),Lt=E(ge);return Lt!==ge?zt&&this._fireEvent(Lt,st,ht,kt):zt}fireDecoratorEvent(ge,st){const ht=this.getEventData(ge),kt=!!ht&&ht.cancelable,zt=!!ht&&ht.bubbles,Lt=this._fireEvent(ge,st,kt,zt),Mn=E(ge);return Mn!==ge?Lt&&this._fireEvent(Mn,st,kt,zt):Lt}_fireEvent(ge,st,ht=!1,kt=!0){const zt=new CustomEvent(`ui5-${ge}`,{detail:st,composed:!1,bubbles:kt,cancelable:ht}),Lt=this.dispatchEvent(zt);if((ke=>{const nt=Me();return!((ke=>Ln.includes(ke))(ke)||!0!==nt&&(ke=>{const nt=Me();return!("boolean"!=typeof nt&&nt.events&&nt.events.includes&&nt.events.includes(ke))})(ke))})(ge))return Lt;const Mn=new CustomEvent(ge,{detail:st,composed:!1,bubbles:kt,cancelable:ht});return this.dispatchEvent(Mn)&&Lt}getEventData(ge){return this.constructor.getMetadata().getEvents()[ge]}getSlottedNodes(ge){return A(this[ge])}attachComponentStateFinalized(ge){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",ge)}detachComponentStateFinalized(ge){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",ge)}get effectiveDir(){return(0,N.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 ge=this.getMetadata().getPureTag(),st=this.getUniqueDependencies().map(ht=>ht.getMetadata().getPureTag()).filter(V.RF);return(0,V.RF)(ge)&&st.push(ge),st}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const ge=this.prototype,st=this.getMetadata().slotsAreManaged(),ht=this.getMetadata().getProperties();for(const[kt,zt]of Object.entries(ht)){g(kt)||console.warn(`"${kt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Lt=qt(ge,kt);let Mn,zn;Lt?.set&&(Mn=Lt.set),Lt?.get&&(zn=Lt.get),Object.defineProperty(ge,kt,{get(){return zn?zn.call(this):this._state[kt]},set(Hr){const Ai=this.constructor,Kn=zn?zn.call(this):this._state[kt];if(Kn!==Hr){if(Mn?Mn.call(this,Hr):this._state[kt]=Hr,Fr.call(this,{type:"property",name:kt,newValue:Hr,oldValue:Kn}),this._rendered){const br=zn?zn.call(this):this._state[kt];this._updateAttribute(kt,br)}Ai.getMetadata().isFormAssociated()&&(0,te.ok)(this)}}})}if(st){const kt=this.getMetadata().getSlots();for(const[zt,Lt]of Object.entries(kt)){g(zt)||console.warn(`"${zt}" is not a valid property name. Use a name that does not collide with DOM APIs`);const Mn=Lt.propertyName||zt,zn={get(){return void 0!==this._state[Mn]?this._state[Mn]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(ge,Mn,zn),Mn!==L(Mn)&&Object.defineProperty(ge,L(Mn),zn)}}}static{this.metadata={}}static{this.styles=""}static get dependencies(){return[]}static cacheUniqueDependencies(){const ge=this.dependencies.filter((st,ht,kt)=>kt.indexOf(st)===ht);mn.set(this,ge)}static getUniqueDependencies(){return mn.has(this)||this.cacheUniqueDependencies(),mn.get(this)||[]}static onDefine(){return(0,w.A)(function*(){return Promise.resolve()})()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(ge=>{const{bundleName:st}=ge[1];return(0,he.HE)(st)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?Ft((0,Ge.A)().getLanguage(),(0,Ge.A)().getRegion(),(0,Ge.A)().getScript()):Promise.resolve()}static{this.i18nBundleStorage={}}static get i18nBundles(){return this.i18nBundleStorage}static define(){var ge=this;const st=function(){var Lt=(0,w.A)(function*(){yield(0,F.zj)();const Mn=yield Promise.all([ge.fetchI18nBundles(),ge.fetchCLDR(),ge.onDefine()]),[zn]=Mn;Object.entries(ge.getMetadata().getI18n()).forEach((Hr,Ai)=>{ge.i18nBundleStorage[Hr[1].bundleName]=zn[Ai]}),ge.asyncFinished=!0});return function(){return Lt.apply(this,arguments)}}();this._definePromise=st();const ht=this.getMetadata().getTag(),kt=(0,lt.D8)(ht),zt=customElements.get(ht);return zt&&!kt?(0,lt.J4)(ht):zt||(this._generateAccessors(),(0,lt.KI)(ht),customElements.define(ht,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const ge=[this.metadata];let st=this;for(;st!==ke;)st=Object.getPrototypeOf(st),ge.unshift(st.metadata);const ht=(0,M.A)({},...ge);return this._metadata=new j(ht),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 ke})();const xn=(0,Ke.A)("isUI5Element"),Ar=Jt},4874(K,re,_){"use strict";_.d(re,{Z5:()=>Ze,y3:()=>$e,hu:()=>xe,pU:()=>ve});var Re,w=_(467),M=_(6113),F=((Re=F||{})["SAP-icons"]="SAP-icons-v4",Re.horizon="SAP-icons-v5",Re["SAP-icons-TNT"]="tnt",Re.BusinessSuiteInAppSymbols="business-suite",Re);const T=Re=>F[Re]?F[Re]:Re;var C=_(6726),L=(Re=>(Re.SAPIconsV4="SAP-icons-v4",Re.SAPIconsV5="SAP-icons-v5",Re.SAPIconsTNTV2="tnt-v2",Re.SAPIconsTNTV3="tnt-v3",Re.SAPBSIconsV1="business-suite-v1",Re.SAPBSIconsV2="business-suite-v2",Re))(L||{});const P=new Map;P.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),P.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),P.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const E=new Map,V=Re=>{const Je=(Re=>E.get(Re))((0,C.O4)());return!Re&&Je?T(Je):(Re=>{const Je=(0,C.Z3)()?"legacy":"sap_horizon";return P.has(Re)?P.get(Re)[Je]:Re})(Re||"SAP-icons")};var I=_(4446);const W=new Map,x=(0,M.A)("SVGIcons.registry",new Map),G=(0,M.A)("SVGIcons.promises",new Map),U="ICON_NOT_FOUND",q=function(){var Re=(0,w.A)(function*(Je){if(!G.has(Je)){if(!W.has(Je))throw new Error(`No loader registered for the ${Je} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const je=W.get(Je);G.set(Je,je(Je))}return G.get(Je)});return function(je){return Re.apply(this,arguments)}}(),le=Re=>{Object.keys(Re.data).forEach(Je=>{const je=Re.data[Je];ve(Je,{pathData:je.path||je.paths,ltr:je.ltr,viewBox:je.viewBox,accData:je.acc,collection:Re.collection,packageName:Re.packageName})})},ve=(Re,Je)=>{x.set(`${Je.collection}/${Re}`,{collection:Je.collection,packageName:Je.packageName,pathData:Je.pathData,viewBox:Je.viewBox,ltr:Je.ltr,accData:Je.accData,customTemplate:Je.customTemplate})},Ce=Re=>{let Je;return Re.startsWith("sap-icon://")&&(Re=Re.replace("sap-icon://","")),[Re,Je]=Re.split("/").reverse(),Re=Re.replace("icon-",""),Je&&(Je=T(Je)),{name:Re,collection:Je}},xe=Re=>{const{name:Je,collection:je}=Ce(Re);return He(je,Je)},$e=function(){var Re=(0,w.A)(function*(Je){const{name:je,collection:Ie}=Ce(Je);let Be=U;try{Be=yield q(V(Ie))}catch(Q){console.error(Q.message)}return Be===U?Be:He(Ie,je)||(Array.isArray(Be)?Be.forEach(Q=>{le(Q),((Re,Je)=>{P.has(Re)?P.set(Re,{...Je,...P.get(Re)}):P.set(Re,Je)})(Ie,{[Q.themeFamily||"legacy"]:Q.collection})}):le(Be),He(Ie,je))});return function(je){return Re.apply(this,arguments)}}(),He=(Re,Je)=>{const je=`${V(Re)}/${Je}`;return x.get(je)},Ze=function(){var Re=(0,w.A)(function*(Je){if(!Je)return;let je=xe(Je);return je||(je=yield $e(Je)),je&&je!==U&&je.accData?je.packageName?(yield(0,I.HE)(je.packageName)).getText(je.accData):je.accData?.defaultText||"":void 0});return function(je){return Re.apply(this,arguments)}}()},4798(K,re,_){"use strict";_.d(re,{B2:()=>I,WC:()=>O,YQ:()=>V,l0:()=>B});var w=_(467),M=_(6113),F=_(6726);const T=new Map([["sap_horizon","V5"],["sap_horizon_dark","V5"],["sap_horizon_hcb","V5/HC"],["sap_horizon_hcw","V5/HC"]]),b="V4",C=new Map,L=(0,M.A)("SVGIllustration.registry",new Map),P=(0,M.A)("SVGIllustration.promises",new Map),S=z=>{let j=(()=>{const z=(0,F.O4)();return T.has(z)?T.get(z):b})();const[W,x]=z.split("/");let G=`${W}/${j}/${x}`;return!C.has(G)&&j!==b&&(j=b,G=`${W}/${j}/${x}`),{registryKey:G,collection:j}},O=(z,j)=>{L.set(`${j.set}/${j.collection||b}/${z}`,{dialogSvg:j.dialogSvg,sceneSvg:j.sceneSvg,spotSvg:j.spotSvg,dotSvg:j.dotSvg,title:j.title,subtitle:j.subtitle})},B=(z,j)=>{C.set(z,j)},V=z=>{const{registryKey:j}=S(z);return L.get(j)},I=function(){var z=(0,w.A)(function*(j){const{registryKey:W}=S(j);return yield(z=>{const{registryKey:j}=S(z);if(!P.has(j)){if(!C.has(j)){const x=z.startsWith("fiori/")?z.replace("fiori/",""):z;throw new Error(`No loader registered for the ${z} illustration. Probably you forgot to import the "@ui5/webcomponents-fiori/dist/illustrations/${x}.js" module. Or you can import the "@ui5/webcomponents-fiori/dist/illustrations/AllIllustrations.js" module that will make all illustrations available, but fetch only the ones used.`)}const W=C.get(j);P.set(j,W(j))}return P.get(j)})(j),L.get(W)});return function(W){return z.apply(this,arguments)}}()},8923(K,re,_){"use strict";_.d(re,{Rh:()=>S,gu:()=>V,tw:()=>O,w2:()=>A});var w=_(467),M=_(5726),F=_(3455),T=_(7928);const b=new Map,C=new Map,L=new Map,P=new Map,m=new Set,S=(I,z,j,W="root")=>{C.set(`${I}/${z}`,j),P.set(I,{cssVariablesTarget:W}),m.add(z),(0,T.E)(z)},O=function(){var I=(0,w.A)(function*(z,j,W){const x=`${z}_${j}_${W||""}`,G=b.get(x);if(void 0!==G)return G;if(!m.has(j)){const le=[...m.values()].join(", ");return console.warn(`You have requested a non-registered theme ${j} - falling back to ${M.SS}. Registered themes are: ${le}`),B(z,M.SS)}const[U,H]=yield Promise.all([B(z,j),W?B(z,W,!0):void 0]),q=(0,F.Zq)(U,H);return q&&b.set(x,q),q});return function(j,W,x){return I.apply(this,arguments)}}(),B=function(){var I=(0,w.A)(function*(z,j,W=!1){const x=(W?L:C).get(`${z}/${j}`);if(!x)return void(W||console.error(`Theme [${j}] not registered for package [${z}]`));let G;try{G=yield x(j)}catch(U){return void console.error(z,U.message)}return G});return function(j,W){return I.apply(this,arguments)}}(),A=()=>P,V=I=>m.has(I)},2134(K,re,_){"use strict";_.d(re,{R:()=>T,k:()=>b});const M=new(_(1241).A),F="configurationReset",T=C=>{M.attachEvent(F,C)},b=()=>{M.fireEvent(F,void 0)}},4346(K,re,_){"use strict";_.d(re,{hr:()=>m,qJ:()=>P});var w=_(6113),M=_(1241);const C=new Set,P=(S,E)=>{(0,w.A)("ConfigChange.eventProvider",new M.A).attachEvent("configChange",O=>{O.name===S&&!C.has(S)&&E(O.value)})},m=S=>(0,w.A)("ConfigChange.values",{})[S]},4181(K,re,_){"use strict";_.d(re,{Z0:()=>j,gx:()=>z,mE:()=>U});var L=_(2260),P=_(4217),m=_(6060),E=(_(5726),_(2781)),O=_(2134),B=_(4346);let A,V;(0,O.R)(()=>{A=void 0,V=void 0});let I=!1;(0,B.qJ)("language",H=>{A=H,I=!0,(0,P.lb)(H).then(()=>{I=!1,(0,E.qM)()&&(0,m.xm)({languageAware:!0})})});const z=()=>I,j=()=>(void 0===A&&(A=(0,B.hr)("language")??(0,L.Z0)()),A),U=()=>(void 0===V&&(V=(0,L.mE)()),V)},6726(K,re,_){"use strict";_.d(re,{Dm:()=>ve,O4:()=>j,PC:()=>le,Z3:()=>U});var P=_(2260),m=_(6060),S=_(2616),E=_(1712),O=_(5726),B=_(2781),A=_(2134),V=_(4346);let I,z;(0,A.R)(()=>{I=void 0}),(0,V.qJ)("theme",se=>{I=se,(0,B.qM)()&&(0,S.Ay)(I).then(()=>(0,m.xm)({themeAware:!0}))});const j=()=>(void 0===I&&(I=(0,V.hr)("theme")??(0,P.O4)()),I),U=()=>{const se=j();return q(se)?!se.startsWith("sap_horizon"):!(0,E.A)()?.baseThemeName?.startsWith("sap_horizon")},q=se=>O.QP.includes(se),le=()=>z,ve=se=>{z=se}},1934(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F={})=>T=>{if(Object.prototype.hasOwnProperty.call(T,"metadata")||(T.metadata={}),"string"==typeof F)return void(T.metadata.tag=F);const{tag:b,languageAware:C,themeAware:L,cldr:P,fastNavigation:m,formAssociated:S,shadowRootOptions:E}=F;T.metadata.tag=b,C&&(T.metadata.languageAware=C),P&&(T.metadata.cldr=P),L&&(T.metadata.themeAware=L),m&&(T.metadata.fastNavigation=m),S&&(T.metadata.formAssociated=S),E&&(T.metadata.shadowRootOptions=E),["renderer","template","styles","dependencies"].forEach(O=>{F[O]&&Object.defineProperty(T,O,{get:()=>F[O]})})}},1437(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T={})=>b=>{Object.prototype.hasOwnProperty.call(b,"metadata")||(b.metadata={});const C=b.metadata;C.events||(C.events={});const L=C.events;L[F]||(T.bubbles=!!T.bubbles,T.cancelable=!!T.cancelable,L[F]=T)}},3651(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>(T,b)=>{T.metadata.i18n||(T.metadata.i18n={}),Object.defineProperty(T,b,{get:()=>T.i18nBundles[F],set(){}}),T.metadata.i18n[b]={bundleName:F,target:T}}},1642(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>(T,b)=>{const C=T.constructor;Object.prototype.hasOwnProperty.call(C,"metadata")||(C.metadata={});const L=C.metadata;L.properties||(L.properties={});const P=L.properties;P[b]||(P[b]=F??{})}},6993(K,re,_){"use strict";_.d(re,{A:()=>M});const M=function w(F){return(T,b)=>{const C=T.constructor;Object.prototype.hasOwnProperty.call(C,"metadata")||(C.metadata={});const L=C.metadata;L.slots||(L.slots={});const P=L.slots;if(F&&F.default&&P.default)throw new Error("Only one slot can be the default slot.");const m=F&&F.default?"default":b;(F=F||{type:HTMLElement}).type||(F.type=HTMLElement),P[m]||(P[m]=F),F.default&&(delete P.default.default,P.default.propertyName=b),C.metadata.managedSlots=!0}}},362(K,re,_){"use strict";_.d(re,{A:()=>P});var w=_(4381);let M;const F=new Map,T=()=>(M||(M=new window.ResizeObserver(m=>{window.requestAnimationFrame(()=>{m.forEach(S=>{const E=F.get(S.target);E&&Promise.all(E.map(O=>O()))})})})),M),P=class L{static register(S,E){let O=S;(0,w.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((m,S)=>{const E=F.get(m)||[];E.length||T().observe(m),F.set(m,[...E,S])})(O,E):console.warn("Cannot register ResizeHandler for element",S)}static deregister(S,E){let O=S;(0,w.W)(O)&&(O=O.getDomRef()),O instanceof HTMLElement?((m,S)=>{const E=F.get(m)||[];if(0===E.length)return;const O=E.filter(B=>B!==S);0===O.length?(T().unobserve(m),F.delete(m)):F.set(m,O)})(O,E):console.warn("Cannot deregister ResizeHandler for element",S)}}},6162(K,re,_){"use strict";_.d(re,{E2:()=>L,fc:()=>F,ok:()=>T,rM:()=>C});var w=_(467);const M=m=>{const S=m.getAttribute("form");if(S){const E=document.getElementById(S);return E instanceof HTMLFormElement?E:null}return m._internals?.form??null},F=m=>{P(m)&&T(m)},T=m=>{if(m._internals?.form){if(b(m),!m.name)return void m._internals?.setFormValue(null);m._internals.setFormValue(m.formFormattedValue)}},b=function(){var m=(0,w.A)(function*(S){if(S.isUI5Element&&S._internals?.form)if(S._internals.setValidity({customError:!0}," "),yield S.definePromise,S.formValidity&&Object.keys(S.formValidity).some(E=>E)){const E=yield S.formElementAnchor?.();S._internals.setValidity(S.formValidity,S.formValidityMessage,E)}else S._internals.setValidity({})});return function(E){return m.apply(this,arguments)}}(),C=function(){var m=(0,w.A)(function*(S){const E=M(S);if(!E)return;const O=[...E.elements];yield Promise.all(O.map(B=>P(B)?b(B):Promise.resolve())),E.requestSubmit()});return function(E){return m.apply(this,arguments)}}(),L=m=>{M(m)?.reset()},P=m=>"formFormattedValue"in m&&"name"in m},5726(K,re,_){"use strict";_.d(re,{Nm:()=>T,QP:()=>F,SS:()=>M,Xn:()=>b,dI:()=>C});const M="sap_horizon",F=["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"],T="en",b="en",C=["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(K,re,_){"use strict";_.d(re,{A:()=>M});const M={version:"2.21.1",major:2,minor:21,patch:1,suffix:"",isNext:!1,buildTime:1776341110}},6113(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(5873);const M=()=>{const C=document.createElement("meta");return C.setAttribute("name","ui5-shared-resources"),C.setAttribute("content",""),C},b=(C,L)=>{const P=C.split(".");let m=typeof document>"u"?null:(0,w.A)('meta[name="ui5-shared-resources"]',document.head,M);if(!m)return L;for(let S=0;S<P.length;S++){const E=P[S],O=S===P.length-1;Object.prototype.hasOwnProperty.call(m,E)||(m[E]=O?L:{}),m=m[E]}return m}},4446(K,re,_){"use strict";_.d(re,{Ay:()=>je,HE:()=>Re});var w=_(467),M=_(1175),F=_(4217),T=_(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,C=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,L={he:"iw",yi:"ji",nb:"no",sr:"sh"},S={zh_HK:"zh_TW",in:"id"},O=Ie=>{if(!Ie)return T.Xn;if(S[Ie])return S[Ie];const Be=Ie.lastIndexOf("_");return Be>=0?Ie.slice(0,Be):Ie!==T.Xn?T.Xn:""};var B=_(4181);const A=new Set,V=new Set,I=new Map,z=new Map,j=new Map,x=(Ie,Be)=>{I.set(Ie,Be)},U=(Ie,Be)=>j.has(`${Ie}/${Be}`),le=(Ie,Be)=>Be!==T.Nm&&!U(Ie,Be),ve=function(){var Ie=(0,w.A)(function*(Be){const ue=(0,M.A)().getLanguage(),Q=(0,M.A)().getRegion(),be=(0,M.A)().getVariant();let Ee=ue+(Q?`-${Q}`:"")+(be?`-${be}`:"");if(le(Be,Ee))for(Ee=(Ie=>{let Be;if(!Ie)return T.Xn;if("string"==typeof Ie&&(Be=b.exec(Ie.replace(/_/g,"-")))){let ue=Be[1].toLowerCase(),Q=Be[3]?Be[3].toUpperCase():void 0;const be=Be[2]?Be[2].toLowerCase():void 0,Ee=Be[4]?Be[4].slice(1):void 0,We=Be[6];return ue=L[ue]||ue,We&&(Be=C.exec(We))||Ee&&(Be=C.exec(Ee))?`en_US_${Be[1].toLowerCase()}`:("zh"===ue&&!Q&&("hans"===be?Q="CN":"hant"===be&&(Q="TW")),ue+(Q?"_"+Q+(Ee?"_"+Ee.replace("-","_"):""):""))}return T.Xn})(Ee);le(Be,Ee);)Ee=O(Ee);const We=(0,B.mE)();if(Ee!==T.Nm||We)if(U(Be,Ee))try{const Fe=yield((Ie,Be)=>{const ue=`${Ie}/${Be}`,Q=j.get(ue);return Q&&!z.get(ue)&&z.set(ue,Q(Be)),z.get(ue)})(Be,Ee);x(Be,Fe)}catch(Fe){const pe=Fe;V.has(pe.message)||(V.add(pe.message),console.error(pe.message))}else(Ie=>{A.has(Ie)||(console.warn(`[${Ie}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${Ie}/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.`),A.add(Ie))})(Be);else x(Be,null)});return function(ue){return Ie.apply(this,arguments)}}();(0,F._F)(Ie=>{const Be=[...I.keys()];return Promise.all(Be.map(ve))});const se=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,$e=new Map;class Ze{constructor(Be){this.packageName=Be}getText(Be,...ue){if("string"==typeof Be&&(Be={key:Be,defaultText:Be}),!Be||!Be.key)return"";const Q=I.get(this.packageName);return Q&&!Q[Be.key]&&console.warn(`Key ${Be.key} not found in the i18n bundle, the default text will be used`),((Ie,Be)=>(Be=Be||[],Ie.replace(se,(ue,Q,be,Ee,We)=>{if(Q)return"'";if(be)return be.replace(/''/g,"'");if(Ee){const Fe="string"==typeof Ee?parseInt(Ee):Ee;return String(Be[Fe])}throw new Error(`[i18n]: pattern syntax error at pos ${We}`)})))(Q&&Q[Be.key]?Q[Be.key]:Be.defaultText||Be.key,ue)}}const Re=function(){var Ie=(0,w.A)(function*(Be){return yield ve(Be),(Ie=>{if($e.has(Ie))return $e.get(Ie);const Be=new Ze(Ie);return $e.set(Ie,Be),Be})(Be)});return function(ue){return Ie.apply(this,arguments)}}(),je=Ze},8012(K,re,_){"use strict";_.d(re,{A:()=>M,J:()=>F});const w=new Set,M=T=>{w.add(T)},F=T=>w.has(T)},1175(K,re,_){"use strict";_.d(re,{A:()=>B});var w=_(5726);const M=typeof document>"u";var b=_(4181);const C=/^((?:[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,P=class L{constructor(V){const I=C.exec(V.replace(/_/g,"-"));if(null===I)throw new Error(`The given language ${V} does not adhere to BCP-47.`);this.sLocaleId=V,this.sLanguage=I[1]||w.Nm,this.sScript=I[2]||"",this.sRegion=I[3]||"",this.sVariant=I[4]&&I[4].slice(1)||null,this.sExtension=I[5]&&I[5].slice(1)||null,this.sPrivateUse=I[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,z=>z.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(V){return this.getPrivateUseSubtags().indexOf(V)>=0}toString(){const V=[this.sLanguage];return this.sScript&&V.push(this.sScript),this.sRegion&&V.push(this.sRegion),this.sVariant&&V.push(this.sVariant),this.sExtension&&V.push(this.sExtension),this.sPrivateUse&&V.push(this.sPrivateUse),V.join("-")}},m=new Map,S=A=>(m.has(A)||m.set(A,new P(A)),m.get(A)),E=A=>{try{if(A&&"string"==typeof A)return S(A)}catch{}return new P(w.Xn)},B=A=>{if(A)return E(A);const V=(0,b.Z0)();return V?S(V):E((()=>{if(M)return w.Nm;const A=navigator.languages;return A&&A[0]||navigator.language||w.Nm})())}},4217(K,re,_){"use strict";_.d(re,{_F:()=>T,lb:()=>C});const M=new(_(1241).A),F="languageChange",T=L=>{M.attachEvent(F,L)},C=L=>M.fireEventAsync(F,L)},1834(K,re,_){"use strict";_.d(re,{A:()=>p});var w,M,F,b,C,L,P,m,S,E,O,B,A={},V=[],I=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,z=Array.isArray;function j(g,v){for(var N in v)g[N]=v[N];return g}function W(g){g&&g.parentNode&&g.parentNode.removeChild(g)}function G(g,v,N,ne,te){var he={type:g,props:v,key:N,ref:ne,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:te??++F,__i:-1,__u:0};return null==te&&null!=M.vnode&&M.vnode(he),he}function H(g){return g.children}function q(g,v){this.props=g,this.context=v}function le(g,v){if(null==v)return g.__?le(g.__,g.__i+1):null;for(var N;v<g.__k.length;v++)if(null!=(N=g.__k[v])&&null!=N.__e)return N.__e;return"function"==typeof g.type?le(g):null}function ve(g){var v,N;if(null!=(g=g.__)&&null!=g.__c){for(g.__e=g.__c.base=null,v=0;v<g.__k.length;v++)if(null!=(N=g.__k[v])&&null!=N.__e){g.__e=g.__c.base=N.__e;break}return ve(g)}}function se(g){(!g.__d&&(g.__d=!0)&&b.push(g)&&!Ce.__r++||C!==M.debounceRendering)&&((C=M.debounceRendering)||L)(Ce)}function Ce(){var g,v,N,ne,te,he,de,Ge;for(b.sort(P);g=b.shift();)g.__d&&(v=b.length,ne=void 0,he=(te=(N=g).__v).__e,de=[],Ge=[],N.__P&&((ne=j({},te)).__v=te.__v+1,M.vnode&&M.vnode(ne),Ie(N.__P,ne,te,N.__n,N.__P.namespaceURI,32&te.__u?[he]:null,de,he??le(te),!!(32&te.__u),Ge),ne.__v=te.__v,ne.__.__k[ne.__i]=ne,Be(de,ne,Ge),ne.__e!=he&&ve(ne)),b.length>v&&b.sort(P));Ce.__r=0}function xe(g,v,N,ne,te,he,de,Ge,wt,D,ct){var ze,an,Y,ee,Le,Ve,Ne=ne&&ne.__k||V,Oe=v.length;for(wt=function $e(g,v,N,ne){var te,he,de,Ge,wt,D=v.length,ct=N.length,ze=ct,an=0;for(g.__k=[],te=0;te<D;te++)null!=(he=v[te])&&"boolean"!=typeof he&&"function"!=typeof he?(Ge=te+an,(he=g.__k[te]="string"==typeof he||"number"==typeof he||"bigint"==typeof he||he.constructor==String?G(null,he,null,null,null):z(he)?G(H,{children:he},null,null,null):void 0===he.constructor&&he.__b>0?G(he.type,he.props,he.key,he.ref?he.ref:null,he.__v):he).__=g,he.__b=g.__b+1,de=null,-1!==(wt=he.__i=et(he,N,Ge,ze))&&(ze--,(de=N[wt])&&(de.__u|=2)),null==de||null===de.__v?(-1==wt&&an--,"function"!=typeof he.type&&(he.__u|=4)):wt!==Ge&&(wt==Ge-1?an--:wt==Ge+1?an++:(wt>Ge?an--:an++,he.__u|=4))):he=g.__k[te]=null;if(ze)for(te=0;te<ct;te++)null!=(de=N[te])&&!(2&de.__u)&&(de.__e==ne&&(ne=le(de)),be(de,de));return ne}(N,v,Ne,wt),ze=0;ze<Oe;ze++)null!=(Y=N.__k[ze])&&(an=-1===Y.__i?A:Ne[Y.__i]||A,Y.__i=ze,Ve=Ie(g,Y,an,te,he,de,Ge,wt,D,ct),ee=Y.__e,Y.ref&&an.ref!=Y.ref&&(an.ref&&Q(an.ref,null,Y),ct.push(Y.ref,Y.__c||ee,Y)),null==Le&&null!=ee&&(Le=ee),4&Y.__u||an.__k===Y.__k?wt=He(Y,wt,g):"function"==typeof Y.type&&void 0!==Ve?wt=Ve:ee&&(wt=ee.nextSibling),Y.__u&=-7);return N.__e=Le,wt}function He(g,v,N){var ne,te;if("function"==typeof g.type){for(ne=g.__k,te=0;ne&&te<ne.length;te++)ne[te]&&(ne[te].__=g,v=He(ne[te],v,N));return v}g.__e!=v&&(v&&g.type&&!N.contains(v)&&(v=le(g)),N.insertBefore(g.__e,v||null),v=g.__e);do{v=v&&v.nextSibling}while(null!=v&&8===v.nodeType);return v}function et(g,v,N,ne){var te=g.key,he=g.type,de=N-1,Ge=N+1,wt=v[N];if(null===wt||wt&&te==wt.key&&he===wt.type&&!(2&wt.__u))return N;if(("function"!=typeof he||he===H||te)&&ne>(null==wt||2&wt.__u?0:1))for(;de>=0||Ge<v.length;){if(de>=0){if((wt=v[de])&&!(2&wt.__u)&&te==wt.key&&he===wt.type)return de;de--}if(Ge<v.length){if((wt=v[Ge])&&!(2&wt.__u)&&te==wt.key&&he===wt.type)return Ge;Ge++}}return-1}function Re(g,v,N){"-"===v[0]?g.setProperty(v,N??""):g[v]=null==N?"":"number"!=typeof N||I.test(v)?N:N+"px"}function Je(g,v,N,ne,te){var he,de;e:if("style"===v)if("string"==typeof N)g.style.cssText=N;else{if("string"==typeof ne&&(g.style.cssText=ne=""),ne)for(v in ne)N&&v in N||Re(g.style,v,"");if(N)for(v in N)ne&&N[v]===ne[v]||Re(g.style,v,N[v])}else if("o"===v[0]&&"n"===v[1])he=v!==(v=v.replace(m,"$1")),v=v.toLowerCase()in g||"onFocusOut"===v||"onFocusIn"===v?v.toLowerCase().slice(2):v.slice(2),g.l||(g.l={}),g.l[v+he]=N,N?ne?N.t=ne.t:(N.t=S,g.addEventListener(v,he?O:E,he)):g.removeEventListener(v,he?O:E,he);else{if("http://www.w3.org/2000/svg"==te)v=v.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=v&&"height"!=v&&"href"!=v&&"list"!=v&&"form"!=v&&"tabIndex"!=v&&"download"!=v&&"rowSpan"!=v&&"colSpan"!=v&&"role"!=v&&"popover"!=v&&v in g)try{de=g.tagName&&g.tagName.includes("-"),g[v]=null!=N||de?N:"";break e}catch{}"function"==typeof N||(null==N||!1===N&&"-"!==v[4]?g.removeAttribute(v):g.setAttribute(v,"popover"==v&&1==N?"":N))}}function je(g){return function(v){if(this.l){var N=this.l[v.type+g];if(null==v.u)v.u=S++;else if(v.u<N.t)return;return N(M.event?M.event(v):v)}}}function Ie(g,v,N,ne,te,he,de,Ge,wt,D){var ct,ze,an,Y,ee,Le,Ve,Ne,Oe,ut,bt,Ft,Ht,hn,Ke,ln,Bt,mn=v.type;if(void 0!==v.constructor)return null;128&N.__u&&(wt=!!(32&N.__u),he=[Ge=v.__e=N.__e]),(ct=M.__b)&&ct(v);e:if("function"==typeof mn)try{if(Ne=v.props,Oe="prototype"in mn&&mn.prototype.render,ut=(ct=mn.contextType)&&ne[ct.__c],bt=ct?ut?ut.props.value:ct.__:ne,N.__c?Ve=(ze=v.__c=N.__c).__=ze.__E:(Oe?v.__c=ze=new mn(Ne,bt):(v.__c=ze=new q(Ne,bt),ze.constructor=mn,ze.render=Ee),ut&&ut.sub(ze),ze.props=Ne,ze.state||(ze.state={}),ze.context=bt,ze.__n=ne,an=ze.__d=!0,ze.__h=[],ze._sb=[]),Oe&&null==ze.__s&&(ze.__s=ze.state),Oe&&null!=mn.getDerivedStateFromProps&&(ze.__s==ze.state&&(ze.__s=j({},ze.__s)),j(ze.__s,mn.getDerivedStateFromProps(Ne,ze.__s))),Y=ze.props,ee=ze.state,ze.__v=v,an)Oe&&null==mn.getDerivedStateFromProps&&null!=ze.componentWillMount&&ze.componentWillMount(),Oe&&null!=ze.componentDidMount&&ze.__h.push(ze.componentDidMount);else{if(Oe&&null==mn.getDerivedStateFromProps&&Ne!==Y&&null!=ze.componentWillReceiveProps&&ze.componentWillReceiveProps(Ne,bt),!ze.__e&&(null!=ze.shouldComponentUpdate&&!1===ze.shouldComponentUpdate(Ne,ze.__s,bt)||v.__v===N.__v)){for(v.__v!==N.__v&&(ze.props=Ne,ze.state=ze.__s,ze.__d=!1),v.__e=N.__e,v.__k=N.__k,v.__k.some(function(On){On&&(On.__=v)}),Ft=0;Ft<ze._sb.length;Ft++)ze.__h.push(ze._sb[Ft]);ze._sb=[],ze.__h.length&&de.push(ze);break e}null!=ze.componentWillUpdate&&ze.componentWillUpdate(Ne,ze.__s,bt),Oe&&null!=ze.componentDidUpdate&&ze.__h.push(function(){ze.componentDidUpdate(Y,ee,Le)})}if(ze.context=bt,ze.props=Ne,ze.__P=g,ze.__e=!1,Ht=M.__r,hn=0,Oe){for(ze.state=ze.__s,ze.__d=!1,Ht&&Ht(v),ct=ze.render(ze.props,ze.state,ze.context),Ke=0;Ke<ze._sb.length;Ke++)ze.__h.push(ze._sb[Ke]);ze._sb=[]}else do{ze.__d=!1,Ht&&Ht(v),ct=ze.render(ze.props,ze.state,ze.context),ze.state=ze.__s}while(ze.__d&&++hn<25);ze.state=ze.__s,null!=ze.getChildContext&&(ne=j(j({},ne),ze.getChildContext())),Oe&&!an&&null!=ze.getSnapshotBeforeUpdate&&(Le=ze.getSnapshotBeforeUpdate(Y,ee)),Ge=xe(g,z(ln=null!=ct&&ct.type===H&&null==ct.key?ct.props.children:ct)?ln:[ln],v,N,ne,te,he,de,Ge,wt,D),ze.base=v.__e,v.__u&=-161,ze.__h.length&&de.push(ze),Ve&&(ze.__E=ze.__=null)}catch(On){if(v.__v=null,wt||null!=he)if(On.then){for(v.__u|=wt?160:128;Ge&&8===Ge.nodeType&&Ge.nextSibling;)Ge=Ge.nextSibling;he[he.indexOf(Ge)]=null,v.__e=Ge}else for(Bt=he.length;Bt--;)W(he[Bt]);else v.__e=N.__e,v.__k=N.__k;M.__e(On,v,N)}else null==he&&v.__v===N.__v?(v.__k=N.__k,v.__e=N.__e):Ge=v.__e=function ue(g,v,N,ne,te,he,de,Ge,wt){var D,ct,ze,an,Y,ee,Le,Ve,Ne=N.props,Oe=v.props,ut=v.type;if("svg"===ut?te="http://www.w3.org/2000/svg":"math"===ut?te="http://www.w3.org/1998/Math/MathML":te||(te="http://www.w3.org/1999/xhtml"),null!=he)for(D=0;D<he.length;D++)if((Y=he[D])&&"setAttribute"in Y==!!ut&&(ut?Y.localName===ut:3===Y.nodeType)){g=Y,he[D]=null;break}if(null==g){if(null===ut)return document.createTextNode(Oe);g=document.createElementNS(te,ut,Oe.is&&Oe),Ge&&(M.__m&&M.__m(v,he),Ge=!1),he=null}if(null===ut)Ne===Oe||Ge&&g.data===Oe||(g.data=Oe);else{if(he=he&&w.call(g.childNodes),Ne=N.props||A,!Ge&&null!=he)for(Ne={},D=0;D<g.attributes.length;D++)Ne[(Y=g.attributes[D]).name]=Y.value;for(D in Ne)if(Y=Ne[D],"children"!=D)if("dangerouslySetInnerHTML"==D)ze=Y;else if(!(D in Oe)){if("value"==D&&"defaultValue"in Oe||"checked"==D&&"defaultChecked"in Oe)continue;Je(g,D,null,Y,te)}for(D in Oe)Y=Oe[D],"children"==D?an=Y:"dangerouslySetInnerHTML"==D?ct=Y:"value"==D?ee=Y:"checked"==D?Le=Y:Ge&&"function"!=typeof Y||Ne[D]===Y||((D.startsWith("on")||"ref"===D&&"function"==typeof Y)&&(Ve=ne[Object.keys(ne)[0]])&&(Y=Y.bind(Ve.props.value)),Je(g,D,Y,Ne[D],te));if(ct)Ge||ze&&(ct.__html===ze.__html||ct.__html===g.innerHTML)||(g.innerHTML=ct.__html),v.__k=[];else if(ze&&(g.innerHTML=""),xe(g,z(an)?an:[an],v,N,ne,"foreignObject"===ut?"http://www.w3.org/1999/xhtml":te,he,de,he?he[0]:N.__k&&le(N,0),Ge,wt),null!=he)for(D=he.length;D--;)W(he[D]);Ge||(D="value","progress"===ut&&null==ee?g.removeAttribute("value"):void 0!==ee&&(ee!==g[D]||"progress"===ut&&!ee||"option"===ut&&ee!==Ne[D])&&Je(g,D,ee,Ne[D],te),D="checked",void 0!==Le&&Le!==g[D]&&Je(g,D,Le,Ne[D],te))}return g}(N.__e,v,N,ne,te,he,de,wt,D);return(ct=M.diffed)&&ct(v),128&v.__u?void 0:Ge}function Be(g,v,N){for(var ne=0;ne<N.length;ne++)Q(N[ne],N[++ne],N[++ne]);M.__c&&M.__c(v,g),g.some(function(te){try{g=te.__h,te.__h=[],g.some(function(he){he.call(te)})}catch(he){M.__e(he,te.__v)}})}function Q(g,v,N){try{if("function"==typeof g){var ne="function"==typeof g.__u;ne&&g.__u(),ne&&null==v||(g.__u=g(v))}else g.current=v}catch(te){M.__e(te,N)}}function be(g,v,N){var ne,te;if(M.unmount&&M.unmount(g),(ne=g.ref)&&(ne.current&&ne.current!==g.__e||Q(ne,null,v)),null!=(ne=g.__c)){if(ne.componentWillUnmount)try{ne.componentWillUnmount()}catch(he){M.__e(he,v)}ne.base=ne.__P=null}if(ne=g.__k)for(te=0;te<ne.length;te++)ne[te]&&be(ne[te],v,N||"function"!=typeof g.type);N||W(g.__e),g.__c=g.__=g.__e=void 0}function Ee(g,v,N){return this.constructor(g,N)}function We(g,v,N){var ne,te,he,de;v===document&&(v=document.documentElement),M.__&&M.__(g,v),te=(ne="function"==typeof N)?null:N&&N.__k||v.__k,he=[],de=[],Ie(v,g=(!ne&&N||v).__k=function x(g,v,N){var ne,te,he,de={};for(he in v)"key"==he?ne=v[he]:"ref"==he?te=v[he]:de[he]=v[he];if(arguments.length>2&&(de.children=arguments.length>3?w.call(arguments,2):N),"function"==typeof g&&null!=g.defaultProps)for(he in g.defaultProps)void 0===de[he]&&(de[he]=g.defaultProps[he]);return G(g,de,ne,te,null)}(H,null,[g]),te||A,A,v.namespaceURI,!ne&&N?[N]:te?null:v.firstChild?w.call(v.childNodes):null,he,!ne&&N?N:te?te.__e:v.firstChild,ne,de),Be(he,g,de)}function Fe(g,v){We(g,v,Fe)}w=V.slice,M={__e:function(g,v,N,ne){for(var te,he,de;v=v.__;)if((te=v.__c)&&!te.__)try{if((he=te.constructor)&&null!=he.getDerivedStateFromError&&(te.setState(he.getDerivedStateFromError(g)),de=te.__d),null!=te.componentDidCatch&&(te.componentDidCatch(g,ne||{}),de=te.__d),de)return te.__E=te}catch(Ge){g=Ge}throw g}},F=0,q.prototype.setState=function(g,v){var N;N=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=j({},this.state),"function"==typeof g&&(g=g(j({},N),this.props)),g&&j(N,g),null!=g&&this.__v&&(v&&this._sb.push(v),se(this))},q.prototype.forceUpdate=function(g){this.__v&&(this.__e=!0,g&&this.__h.push(g),se(this))},q.prototype.render=H,b=[],L="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,P=function(g,v){return g.__v.__b-v.__v.__b},Ce.__r=0,m=/(PointerCapture)$|Capture$/i,S=0,E=je(!1),O=je(!0),B=0;var Ln=0;const Se=new WeakMap,p=(g,v)=>{let N=Se.get(g);N||(N=function lt(g,v){var N={__c:v="__cC"+B++,__:g,Consumer:function(ne,te){return ne.children(te)},Provider:function(ne){var te,he;return this.getChildContext||(te=new Set,(he={})[v]=this,this.getChildContext=function(){return he},this.componentWillUnmount=function(){te=null},this.shouldComponentUpdate=function(de){this.props.value!==de.value&&te.forEach(function(Ge){Ge.__e=!0,se(Ge)})},this.sub=function(de){te.add(de);var Ge=de.componentWillUnmount;de.componentWillUnmount=function(){te&&te.delete(de),Ge&&Ge.call(de)}}),ne.children}};return N.Provider.__=N.Consumer.contextType=N}(g),Se.set(g,N));const ne=g.render(),te=function at(g,v,N,ne,te,he){v||(v={});var de,Ge,wt=v;"ref"in v&&(de=v.ref,delete v.ref);var D={type:g,props:wt,key:N,ref:de,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Ln,__i:-1,__u:0,__source:te,__self:he};if("function"==typeof g&&(de=g.defaultProps))for(Ge in de)void 0===wt[Ge]&&(wt[Ge]=de[Ge]);return M.vnode&&M.vnode(D),D}(N.Provider,{value:g,children:ne});g.__shouldHydrate?(g.shadowRoot?.querySelectorAll("style").forEach(he=>he.remove()),Fe(te,v),g.__shouldHydrate=!1):We(te,v)}},3823(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T)=>F.call(T)},8431(K,re,_){"use strict";_.d(re,{A:()=>P});
|
|
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 F=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,T=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,b={"<":"<",">":">","&":"&",'"':"""},C=function(m){var S=b[m];return S||(S=T.test(m)?"�":"&#x"+function(m,S){var E=m.toString(16);return S&&(E=E.padStart(S,"0")),E}(m.charCodeAt(0))+";",b[m]=S),S};const P=function(m){return m.replace(F,C)}},7928(K,re,_){"use strict";_.d(re,{E:()=>b,h:()=>T});const M=new(_(1241).A),F="themeRegistered",T=C=>{M.attachEvent(F,C)},b=C=>M.fireEvent(F,C)},2616(K,re,_){"use strict";_.d(re,{Ay:()=>Q});var w=_(467),M=_(8923),F=_(3455),T=_(1712);const C=new(_(1241).A);var E=_(3274),A=_(6121);const V=be=>{const Ee=document.querySelector(`META[name="${be}"]`);return Ee&&Ee.getAttribute("content")};var W=_(2260),x=_(6726);let H;(0,_(2134).R)(()=>{H=void 0});const q=()=>(void 0===H&&(H=(0,W.SU)()),H),se=function(){var be=(0,w.A)(function*(Ee){const We=document.querySelector(`[sap-ui-webcomponents-theme="${Ee}"]`);We&&document.head.removeChild(We);const Fe=q();if(!Fe)return;const pe=(be=>{let Ee,We=!1;try{if(be.startsWith(".")||be.startsWith("/"))Ee=new URL(be,(0,A.$N)()).toString(),We=!0;else{const Fe=new URL(be),pe=Fe.origin;if(We=pe===new URL((0,A.$N)()).origin,!pe||!((be,Ee=!1)=>{const We=V("sap-allowed-theme-origins")??V("sap-allowedThemeOrigins");return!!We&&(!!Ee||We.split(",").some(Fe=>"*"===Fe||be===Fe.trim()))})(pe,We))return;Ee=Fe.toString()}return Ee.endsWith("/")||(Ee=`${Ee}/`),`${Ee}UI5/`}catch{return}})(Fe);pe?yield((be,Ee)=>{const We=document.createElement("link");return We.type="text/css",We.rel="stylesheet",Ee&&Object.entries(Ee).forEach(Fe=>We.setAttribute(...Fe)),We.href=be,document.head.appendChild(We),new Promise(Fe=>{We.addEventListener("load",Fe),We.addEventListener("error",Fe)})})(((be,Ee)=>`${Ee}Base/baseLib/${be}/css_variables.css`)(Ee,pe),{"sap-ui-webcomponents-theme":Ee}):console.warn(`The ${Fe} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(We){return be.apply(this,arguments)}}();var Ce=_(5726),xe=_(7983),$e=_(1452);const et="@ui5/webcomponents-theming",Je=function(){var be=(0,w.A)(function*(Ee){if(!(0,M.w2)().has(et))return;const We=yield(0,M.tw)(et,Ee);We&&(0,F.E6)(We,"data-ui5-theme-properties",et,Ee)});return function(We){return be.apply(this,arguments)}}(),Ie=function(){var be=(0,w.A)(function*(Ee,We){const Fe=[...(0,M.w2)().entries()].map(function(){var pe=(0,w.A)(function*([lt,{cssVariablesTarget:vt}]){if(lt===et)return;const At=yield(0,M.tw)(lt,Ee,We);At&&("root"===vt?(0,F.E6)(At,`data-ui5-component-properties-${(0,xe._w)()}`,lt):"host"===vt&&(0,$e.F)(lt,At))});return function(lt){return pe.apply(this,arguments)}}());return Promise.all(Fe)});return function(We,Fe){return be.apply(this,arguments)}}(),Be=function(){var be=(0,w.A)(function*(Ee){const We=(0,T.A)();if(We)return We;const Fe=(0,E.x)("OpenUI5Support");if(Fe&&Fe.isOpenUI5Detected()){if(Fe.cssVariablesLoaded())return{themeName:Fe.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(q())return yield se(Ee),(0,T.A)()});return function(We){return be.apply(this,arguments)}}(),Q=function(){var be=(0,w.A)(function*(Ee){const We=yield Be(Ee);We&&Ee===We.themeName?(0,F.eP)("data-ui5-theme-properties",et):yield Je(Ee);const Fe=We&&We.themeName===Ee?Ee:void 0,pe=We&&We.baseThemeName,lt=(0,M.gu)(Ee)?Ee:pe||Ce.SS;yield Ie(lt,Fe),(0,x.Dm)(pe),(be=>{C.fireEvent("themeLoaded",be)})(Ee)});return function(We){return be.apply(this,arguments)}}()},1452(K,re,_){"use strict";_.d(re,{F:()=>T,k:()=>F});const w=new Map;let M;const F=()=>(M||(M=new CSSStyleSheet),M),T=(b,C)=>{w.set(b,C);const L=Array.from(w.values()).join("\n");F().replaceSync(L)}},1712(K,re,_){"use strict";_.d(re,{A:()=>C});const w=new Set,C=()=>{const L=(()=>{let L=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(L)return getComputedStyle(L).backgroundImage;L=document.createElement("span"),L.style.display="none",L.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(L);let P=getComputedStyle(L).backgroundImage;return"none"===P&&(L.classList.add("sapThemeMetaData-UI5-sap-ui-core"),P=getComputedStyle(L).backgroundImage),document.body.removeChild(L),P})();if(!L||"none"===L)return;const P=(L=>{const P=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(L);if(P&&P.length>=2){let m=P[1];if(m=m.replace(/\\"/g,'"'),"{"!==m.charAt(0)&&"}"!==m.charAt(m.length-1))try{m=decodeURIComponent(m)}catch{return void(w.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),w.add("decode")))}try{return JSON.parse(m)}catch{w.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),w.add("parse"))}}})(L);return P?(L=>{let P,m;try{const S=L.Path.split(".");P=4===S.length?S[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),m=L.Extends[0]}catch{return void(w.has("object")||(console.warn("Malformed theme metadata Object",L),w.add("object")))}return{themeName:P,baseThemeName:m}})(P):void 0}},8509(K,re,_){"use strict";_.d(re,{A:()=>O});var w={},M=w.hasOwnProperty,F=w.toString,T=M.toString,b=T.call(Object);const L=function(B){var A,V;return!(!B||"[object Object]"!==F.call(B)||(A=Object.getPrototypeOf(B))&&("function"!=typeof(V=M.call(A,"constructor")&&A.constructor)||T.call(V)!==b))};var P=Object.create(null),m=function(B,A,V,I){var z,j,W,x,G,U,H=arguments[2]||{},q=3,le=arguments.length,ve=arguments[0]||!1,se=arguments[1]?void 0:P;for("object"!=typeof H&&"function"!=typeof H&&(H={});q<le;q++)if(null!=(G=arguments[q]))for(x in G)z=H[x],W=G[x],"__proto__"!==x&&H!==W&&(ve&&W&&(L(W)||(j=Array.isArray(W)))?(j?(j=!1,U=z&&Array.isArray(z)?z:[]):U=z&&L(z)?z:{},H[x]=m(ve,arguments[1],U,W)):W!==se&&(H[x]=W));return H};const S=m,O=function(B,A){return S(!0,!1,...arguments)}},4778(K,re,_){"use strict";_.d(re,{A:()=>M});var F,w=((F=w||{}).On="On",F.Before="Before",F.After="After",F);const M=w},2928(K,re,_){"use strict";_.d(re,{A:()=>M});var F,w=((F=w||{}).Vertical="Vertical",F.Horizontal="Horizontal",F);const M=w},594(K,re,_){"use strict";_.d(re,{A:()=>M});var F,w=((F=w||{}).None="None",F.Positive="Positive",F.Critical="Critical",F.Negative="Negative",F.Information="Information",F);const M=w},3493(K,re,_){"use strict";_.d(re,{Bm:()=>I,I7:()=>A,UT:()=>m,Uu:()=>V,ax:()=>T,nK:()=>E,yI:()=>b});const w=new WeakMap,M=new WeakMap,F={attributes:!0,childList:!0,characterData:!0,subtree:!0},T=z=>{const j=z;return j.accessibleNameRef?b(z):j.accessibleName?j.accessibleName:void 0},b=z=>{const j=z.accessibleNameRef?.split(" ")??[];let W="";return j.forEach((x,G)=>{const U=P(z,x),H=`${U&&U.textContent?U.textContent:""}`;H&&(W+=H,G<j.length-1&&(W+=" "))}),W},C=z=>{const j=new Set;L(z).forEach(U=>{j.add(U)});const G=[z.accessibleNameRef,z.accessibleDescriptionRef].filter(Boolean).join(" ");return(G?G.split(" "):[]).forEach(U=>{const H=P(z,U);H&&j.add(H)}),Array.from(j)},L=z=>{const j=z.getRootNode().querySelectorAll(`[for="${z.id}"]`);return Array.from(j)},P=(z,j)=>z.getRootNode().querySelector(`[id='${j}']`)||document.getElementById(j),m=z=>{const j=[];if(L(z).forEach(W=>{const x=W.textContent;x&&j.push(x)}),j.length)return j.join(" ")},E=(z,j)=>{if(M.has(z))return;const W=C(z),x=(z=>j=>{if(!(j&&"property"===j.type&&"accessibleNameRef"===j.name||j&&"property"===j.type&&"accessibleDescriptionRef"===j.name))return;const G=M.get(z);if(!G)return;const U=G.observedElements,H=C(z);U.forEach(q=>{H.includes(q)||B(G,q)}),H.forEach(q=>{U.includes(q)||(O(G,q),G.observedElements.push(q))}),G?.callback()})(z),G={host:z,observedElements:W,callback:j,invalidationCallback:x};M.set(z,G),z.attachInvalidate(x),W.forEach(U=>{O(G,U)}),j()},O=(z,j)=>{let W=w.get(j);if(!W){W={observer:null,callbacks:[]};const x=new MutationObserver(()=>{W.callbacks.forEach(U=>{U()});const G=document.getElementById(j.id);z.host.id===j.getAttribute("for")||G||B(z,j)});W.observer=x,x.observe(j,F),w.set(j,W)}W.callbacks.includes(z.callback)||W.callbacks.push(z.callback)},B=(z,j)=>{const W=w.get(j);W&&(W.callbacks=W.callbacks.filter(x=>x!==z.callback),W.callbacks.length||(W.observer?.disconnect(),w.delete(j))),z.observedElements=z.observedElements.filter(x=>x!==j)},A=z=>{const j=M.get(z);j&&([...j.observedElements].forEach(W=>{B(j,W)}),z.detachInvalidate(j.invalidationCallback),M.delete(z))},V=z=>{const j=z;return j.accessibleDescriptionRef?I(z):j.accessibleDescription?j.accessibleDescription:void 0},I=z=>{const j=z.accessibleDescriptionRef?.split(" ")??[];let W="";return j.forEach((x,G)=>{const U=P(z,x),H=`${U&&U.textContent?U.textContent:""}`;H&&(W+=H,G<j.length-1&&(W+=" "))}),W}},1402(K,re,_){"use strict";_.d(re,{CA:()=>M,TP:()=>F,nE:()=>P,wi:()=>C});var w=_(4127);const M=()=>{const m=(0,w.A)();return m&&"function"==typeof m.focus?m:null},F=m=>{const S=M();return!!S&&T(m,S)},T=(m,S)=>{let E=m;if(E.shadowRoot&&(E=Array.from(E.shadowRoot.children).find(B=>"style"!==B.localName),!E))return!1;if(E===S)return!0;const O="slot"===E.localName?E.assignedNodes():E.children;return!!O&&Array.from(O).some(B=>T(B,S))},C=(m,S)=>{let E,O;if(m instanceof MouseEvent)E=m.clientX,O=m.clientY;else{const B=m.touches[0];E=B.clientX,O=B.clientY}return((m,S,E)=>m>=E.left&&m<=E.right&&S>=E.top&&S<=E.bottom)(E,O,S)},P=m=>{const S=m.parentElement||m.getRootNode&&m.getRootNode().host;return S&&(function L(m){return"isUI5Element"in m&&"_show"in m}(S)||S===document.documentElement)?S:P(S)}},6488(K,re,_){"use strict";_.d(re,{J:()=>T});var w=_(5465);const T=L=>C("SLOT"===L.tagName?[L]:[...L.children]),C=(L,P)=>{const m=P||[];return L&&L.forEach(S=>{if(S.nodeType===Node.TEXT_NODE||S.nodeType===Node.COMMENT_NODE)return;const E=S;E.hasAttribute("data-sap-no-tab-ref")||((L=>{if(!L||L.hasAttribute("data-sap-no-tab-ref")||(0,w.A)(L))return!1;const P=L.getAttribute("tabindex");if(null!=P)return parseInt(P)>=0;const m=L.nodeName.toLowerCase();return!("a"!==m&&!/^(input|select|textarea|button|object)$/.test(m)||L.disabled)})(E)&&m.push(E),C("SLOT"===E.tagName?E.assignedElements():[...E.shadowRoot?E.shadowRoot.children:E.children],m))}),m}},8777(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T)=>{if(F.length!==T.length)return!1;for(let b=0;b<F.length;b++)if(F[b]!==T[b])return!1;return!0}},8762(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T,b)=>Math.min(Math.max(F,T),Math.max(T,b))},5031(K,re,_){"use strict";_.d(re,{A:()=>M});const M=function w(F){return T=>void 0!==T&&F in T&&!0===T[F]}},4070(K,re,_){"use strict";_.d(re,{A:()=>F});let w=null;const F=(T,b)=>{w&&clearTimeout(w),w=setTimeout(()=>{w=null,T()},b)}},6826(K,re,_){"use strict";_.d(re,{A:()=>B});var w=_(467),F=_(4446);const T={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let C=null;const S=function(){var A=(0,w.A)(function*(V){const I=document.createElement("div"),z=yield(0,F.HE)("@ui5/webcomponents-base"),j=I.attachShadow({mode:"open"}),W=new CSSStyleSheet;return W.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}"),j.adoptedStyleSheets=[W],j.textContent=z.getText(T,V),I});return function(I){return A.apply(this,arguments)}}(),B={setDraggedElement:(A,V)=>{C=A,V?.dataTransfer?.setData("text/plain",A?A.id:"")},clearDraggedElement:()=>{C=null},getDraggedElement:()=>C,startMultipleDrag:function(){var A=(0,w.A)(function*(V,I){if(V<2)return void console.warn(`Cannot start multiple drag with count ${V}. Minimum is 2.`);if(!I.dataTransfer)return;const z=yield S(V);document.body.appendChild(z),I.dataTransfer.setDragImage(z,0,0),requestAnimationFrame(()=>{z.remove()})});return function(I,z){return A.apply(this,arguments)}}()}},7669(K,re,_){"use strict";_.d(re,{Fw:()=>P,gk:()=>T});var w=_(4778),M=_(2928);const F=(S,E,O,B)=>{const A=Math.abs(S-E),V=Math.abs(S-O),I=Math.abs(S-B);let j=[];switch(Math.min(A,V,I)){case A:j=[w.A.Before];break;case V:j=[w.A.On,A<I?w.A.Before:w.A.After];break;case I:j=[w.A.After]}return j},T=(S,E,O)=>{let B=Number.POSITIVE_INFINITY,A=null;for(let U=0;U<S.length;U++){const H=S[U],{left:q,width:le,top:ve,height:se}=H.getBoundingClientRect();let Ce;Ce=O===M.A.Vertical?ve+se/2:q+le/2;const xe=Math.abs(E-Ce);xe<B&&(B=xe,A=H)}if(!A)return null;const{width:V,height:I,left:z,right:j,top:W,bottom:x}=A.getBoundingClientRect();let G;return G=O===M.A.Vertical?F(E,W,W+I/2,x):F(E,z,z+V/2,j),{element:A,placements:G}},b=(S,E)=>--E<0?[]:[{element:S[E],placement:w.A.Before}],C=(S,E)=>++E>=S.length?[]:[{element:S[E],placement:w.A.After}],L={ArrowLeft:b,ArrowUp:b,ArrowRight:C,ArrowDown:C,Home:(S,E)=>S.slice(0,E).map(O=>({element:O,placement:w.A.Before})),End:(S,E)=>S.slice(E+1,S.length).reverse().map(O=>({element:O,placement:w.A.After}))},P=(S,E,O)=>m(O.key)?L[O.key](S,S.indexOf(E)):[],m=S=>S in L},9436(K,re,_){"use strict";_.d(re,{A:()=>F});var w=_(6826);const F=function M(T,b,C,L,P={}){const m=w.A.getDraggedElement(),S={targetReference:null,placement:null};if(!m&&!P?.crossDnD)return S;const E=C.placements;return S.targetReference=T.target,E.some(O=>!b.fireDecoratorEvent("move-over",{...P.originalEvent?{originalEvent:T}:{},source:{element:m},destination:{element:L,placement:O}})&&(T.preventDefault(),S.targetReference=C.element,S.placement=O,!0))||(S.targetReference=null),S}},9233(K,re,_){"use strict";_.d(re,{A:()=>F});var w=_(6826);const F=function M(T,b,C,L,P={}){T.preventDefault();const m=w.A.getDraggedElement();!m&&P?.crossDnD||(b.fireDecoratorEvent("move",{...P.originalEvent?{originalEvent:T}:{},source:{element:m},destination:{element:C,placement:L}}),m?.focus())}},4127(K,re,_){"use strict";_.d(re,{A:()=>M});const M=()=>{let F=document.activeElement;for(;F&&F.shadowRoot&&F.shadowRoot.activeElement;)F=F.shadowRoot.activeElement;return F}},5873(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T=document.body,b)=>{let C=document.querySelector(F);return C||(C=b?b():document.createElement(F),T.insertBefore(C,T.firstChild))}},5465(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>{if("SLOT"===F.nodeName)return!1;const T=window.getComputedStyle(F);return"contents"!==T.display&&F.offsetWidth<=0&&F.offsetHeight<=0||"hidden"===T.visibility}},1045(K,re,_){"use strict";function w(M){return M.toLowerCase()}_.d(re,{A:()=>w})},6759(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>Array.from(F).filter(T=>T.nodeType!==Node.COMMENT_NODE&&(T.nodeType!==Node.TEXT_NODE||0!==(T.nodeValue||"").trim().length)).length>0},2601(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="alert"},1278(K,re,_){"use strict";_.d(re,{Ay:()=>le}),_(6726);var M=_(4874),F=_(8841);(0,M.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:F.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,M.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:F.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="decline"},4257(K,re,_){"use strict";_.d(re,{Ay:()=>le}),_(6726);var M=_(4874),F=_(8841);(0,M.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:F.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,M.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:F.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="error"},8841(K,re,_){"use strict";_.d(re,{EV:()=>Ln,FE:()=>E,UD:()=>Et,UK:()=>O,Vp:()=>ue,ZQ:()=>Ce,hw:()=>et,qA:()=>_n,r$:()=>j});const E={key:"ICON_DECLINE",defaultText:"Decline"},O={key:"ICON_DELETE",defaultText:"Delete"},j={key:"ICON_ERROR",defaultText:"Error"},Ce={key:"ICON_HIDE",defaultText:"Hide"},et={key:"ICON_MESSAGE_INFORMATION",defaultText:"Information"},ue={key:"ICON_OVERFLOW",defaultText:"More"},_n={key:"ICON_SHOW",defaultText:"Show"},Et={key:"ICON_SORT_ASCENDING",defaultText:"Sort Ascending"},Ln={key:"ICON_SORT_DESCENDING",defaultText:"Sort Descending"}},441(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="information"},81(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="resize-corner"},8911(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="sys-enter-2"},303(K,re,_){"use strict";_.d(re,{A:()=>w});const w=':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.3"},"Version":{"Build": "11.34.1.20260225145029","Source": "11.34.1"}};--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_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_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(K,re,_){"use strict";_.d(re,{A:()=>q});var w=_(4381),M=_(1934),F=_(1642),T=_(3651),b=_(1834),C=_(2358),L=_(6136),P=_(6759),m=function(le){return le.Top="Top",le.Bottom="Bottom",le}(m||{});const S=m;var E=_(1892),O=_(355);function A(){return(0,E.Y)(E.FK,{children:this.text&&(0,E.Y)(O.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var V=_(5166),I=_(467),z=_(8923),j=_(303),W=_(5444);(0,z.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,I.A)(function*(){return j.A})),(0,z.Rh)("@ui5/webcomponents","sap_horizon",(0,I.A)(function*(){return W.A}),"host");var U,G=function(le,ve,se,Ce){var He,xe=arguments.length,$e=xe<3?ve:null===Ce?Ce=Object.getOwnPropertyDescriptor(ve,se):Ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)$e=Reflect.decorate(le,ve,se,Ce);else for(var Ze=le.length-1;Ze>=0;Ze--)(He=le[Ze])&&($e=(xe<3?He($e):xe>3?He(ve,se,$e):He(ve,se))||$e);return xe>3&&$e&&Object.defineProperty(ve,se,$e),$e};let H=U=class extends w.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,L.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 U.i18nBundle.getText(V.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===S.Top,bottom:this.text&&this.textPlacement===S.Bottom}}get hasContent(){return(0,P.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(ve){this._isBusy&&(ve.stopImmediatePropagation(),(0,C.zP)(ve)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(ve){this._isBusy&&ve.stopImmediatePropagation()}_redirectFocus(ve){this.focusForward||(ve.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};G([(0,F.A)()],H.prototype,"text",void 0),G([(0,F.A)()],H.prototype,"size",void 0),G([(0,F.A)({type:Boolean})],H.prototype,"active",void 0),G([(0,F.A)({type:Number})],H.prototype,"delay",void 0),G([(0,F.A)()],H.prototype,"textPlacement",void 0),G([(0,F.A)({type:Boolean})],H.prototype,"_isBusy",void 0),G([(0,T.A)("@ui5/webcomponents")],H,"i18nBundle",void 0),H=U=G([(0,M.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 B(){return(0,E.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,E.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&&A.call(this),(0,E.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,E.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,E.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,E.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&A.call(this)]}),(0,E.Y)("slot",{}),this._isBusy&&(0,E.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],H),H.define();const q=H},7778(K,re,_){"use strict";_.d(re,{A:()=>Be});var w=_(467),M=_(4381),F=_(1934),T=_(1642),b=_(1437),C=_(6993),L=_(3651),P=_(1834),m=_(2358),S=_(3493),E=_(4874),O=_(6136),B=_(6759),A=_(6162),V=_(2260);let I;var W=_(1045),x=_(6814),G=function(ue){return ue.Button="Button",ue.Submit="Submit",ue.Reset="Reset",ue}(G||{});const U=G;var H=function(ue){return ue.InlineText="InlineText",ue.OverlayText="OverlayText",ue.AttentionDot="AttentionDot",ue}(H||{});const q=H;var le=function(ue){return ue.Button="Button",ue.Link="Link",ue}(le||{});const ve=le;var se=_(6313),Ce=_(5166),xe=_(8923),$e=_(303),He=_(5444);(0,xe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return $e.A})),(0,xe.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return He.A}),"host");var Re,et=function(ue,Q,be,Ee){var pe,We=arguments.length,Fe=We<3?Q:null===Ee?Ee=Object.getOwnPropertyDescriptor(Q,be):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Fe=Reflect.decorate(ue,Q,be,Ee);else for(var lt=ue.length-1;lt>=0;lt--)(pe=ue[lt])&&(Fe=(We<3?pe(Fe):We>3?pe(Q,be,Fe):pe(Q,be))||Fe);return We>3&&Fe&&Object.defineProperty(Q,be,Fe),Fe};let Je=!1,je=null,Ie=Re=class extends M.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=()=>{je&&je._setActiveState(!1)},this._onclickBound=Q=>{Q instanceof CustomEvent||this._onclick(Q)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),Je||(document.addEventListener("mouseup",this._deactivate),Je=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,O.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,S.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,S.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),je===this&&(je=null),(0,S.I7)(this)}onBeforeRendering(){var Q=this;return(0,w.A)(function*(){Q._setBadgeOverlayStyle(),Q.hasIcon=!!Q.icon,Q.hasEndIcon=!!Q.endIcon,Q.iconOnly=Q.isIconOnly;const be=yield Q.getDefaultTooltip();Q.buttonTitle=Q.iconOnly?Q.tooltip??be:Q.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==q.AttentionDot&&this.badge[0].design!==q.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(Q){if(Q.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void Q.preventDefault();const{altKey:be,ctrlKey:Ee,metaKey:We,shiftKey:Fe}=Q;this.fireDecoratorEvent("click",{originalEvent:Q,altKey:be,ctrlKey:Ee,metaKey:We,shiftKey:Fe})?(this._isSubmit&&(0,A.rM)(this),this._isReset&&(0,A.E2)(this),(0,O.nr)()&&this.getDomRef()?.focus()):Q.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),je=this)}_ontouchend(Q){(this.disabled||this.loading)&&(Q.preventDefault(),Q.stopPropagation()),this.active&&this._setActiveState(!1),je&&je._setActiveState(!1)}_onkeydown(Q){(0,m.Tu)(Q)||(0,m.KL)(Q)?this._cancelAction=!0:(0,m.xC)(Q)&&(this._isSpacePressed=!0),(0,m.xC)(Q)||(0,m.RI)(Q)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(Q){const be=(0,m.xC)(Q),Ee=(0,m.Tu)(Q)||(0,m.KL)(Q);if(be||(0,m.BF)(Q)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void Q.preventDefault();this._isSpacePressed=!1}else Ee&&!this._isSpacePressed&&(this._cancelAction=!1);((0,m.xC)(Q)||(0,m.RI)(Q))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(Q){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=Q)}get hasButtonType(){return this.design!==x.A.Default&&this.design!==x.A.Transparent}get isIconOnly(){return!(0,B.A)(this.text)}static typeTextMappings(){return{Positive:Ce.nFX,Negative:Ce.kQX,Emphasized:Ce.Jy$,Attention:Ce.flf}}getDefaultTooltip(){if(void 0===I&&(I=(0,V.$n)()),I)return(0,E.Z5)(this.icon)}get buttonTypeText(){return Re.i18nBundle.getText(Re.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,W.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const Q=this.getAttribute("tabindex");return Q?Number.parseInt(Q):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(pe=>pe).join(" ")}get ariaDescriptionText(){const Ee=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(We=>We);return Ee.length>0?Ee.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===ve.Button?Re.i18nBundle.getText(Ce.TkL):this.accessibleRole===ve.Link?Re.i18nBundle.getText(Ce.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const Q=this.badge[0].effectiveText;switch(Q){case"":return Q;case"1":return Re.i18nBundle.getText(Ce.mgn,Q);default:return Re.i18nBundle.getText(Ce.M4s,Q)}}get _isSubmit(){return this.type===U.Submit||this.submits}get _isReset(){return this.type===U.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==q.AttentionDot)}};et([(0,T.A)()],Ie.prototype,"design",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"disabled",void 0),et([(0,T.A)()],Ie.prototype,"icon",void 0),et([(0,T.A)()],Ie.prototype,"endIcon",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"submits",void 0),et([(0,T.A)()],Ie.prototype,"form",void 0),et([(0,T.A)()],Ie.prototype,"tooltip",void 0),et([(0,T.A)()],Ie.prototype,"accessibleName",void 0),et([(0,T.A)()],Ie.prototype,"accessibleNameRef",void 0),et([(0,T.A)({type:Object})],Ie.prototype,"accessibilityAttributes",void 0),et([(0,T.A)()],Ie.prototype,"accessibleDescription",void 0),et([(0,T.A)()],Ie.prototype,"type",void 0),et([(0,T.A)()],Ie.prototype,"accessibleRole",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"active",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"iconOnly",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"hasIcon",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"hasEndIcon",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"nonInteractive",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"loading",void 0),et([(0,T.A)({type:Number})],Ie.prototype,"loadingDelay",void 0),et([(0,T.A)({noAttribute:!0})],Ie.prototype,"buttonTitle",void 0),et([(0,T.A)({type:Object})],Ie.prototype,"_iconSettings",void 0),et([(0,T.A)({noAttribute:!0})],Ie.prototype,"forcedTabIndex",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"_isTouch",void 0),et([(0,T.A)({type:Boolean,noAttribute:!0})],Ie.prototype,"_cancelAction",void 0),et([(0,T.A)({type:Boolean,noAttribute:!0})],Ie.prototype,"_isSpacePressed",void 0),et([(0,T.A)({noAttribute:!0})],Ie.prototype,"_accessibleNameRefTexts",void 0),et([(0,C.A)({type:Node,default:!0})],Ie.prototype,"text",void 0),et([(0,C.A)({type:HTMLElement,invalidateOnChildChange:!0})],Ie.prototype,"badge",void 0),et([(0,L.A)("@ui5/webcomponents")],Ie,"i18nBundle",void 0),Ie=Re=et([(0,F.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:P.A,template:se.A,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})],Ie),Ie.define();const Be=Ie},6313(K,re,_){"use strict";_.d(re,{A:()=>C});var w=_(1892),M=_(8731),F=_(7202),T=function(L){return L.S="S",L.M="M",L.L="L",L}(T||{});const b=T;function C(L){return(0,w.FD)(w.FK,{children:[(0,w.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":L?.ariaPressed,"aria-valuemin":L?.ariaValueMin,"aria-valuemax":L?.ariaValueMax,"aria-valuenow":L?.ariaValueNow,"aria-valuetext":L?.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,w.Y)(M.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,w.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,w.Y)("bdi",{children:(0,w.Y)("slot",{})})}),this.endIcon&&(0,w.Y)(M.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,w.Y)("slot",{name:"badge"})]}),this.loading&&(0,w.Y)(F.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?b.S:b.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})}},3248(K,re,_){"use strict";_.d(re,{A:()=>Je});var w=_(1934),M=_(6993),F=_(1642),T=_(8762),b=_(2358),C=_(594),L=_(3651),P=_(1045),m=_(7883),A=(_(4257),_(2601),_(8911),_(441),_(5166)),V=_(1892),I=_(81),z=_(8520),j=_(6983),W=_(8731);function G(){return(0,V.Y)(V.FK,{children:!!this._displayHeader&&(0,V.Y)("header",{children:(0,V.FD)("div",{class:"ui5-popup-header-root",id:"ui5-popup-header",role:"group","aria-describedby":this.effectiveAriaDescribedBy,"aria-roledescription":this.ariaRoleDescriptionHeaderText,tabIndex:this._headerTabIndex,onKeyDown:this._onDragOrResizeKeyDown,onMouseDown:this._onDragMouseDown,part:"header",children:[this.hasValueState&&(0,V.Y)(W.A,{class:"ui5-dialog-value-state-icon",name:this._dialogStateIcon}),this.header.length?(0,V.Y)("slot",{name:"header"}):(0,V.Y)(j.A,{level:"H1",id:"ui5-popup-header-text",class:"ui5-popup-header-text",children:this.headerText}),this.resizable?(0,V.Y)("span",this.draggable?{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextDraggableAndResizable}:{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextResizable}):this.draggable&&(0,V.Y)("span",{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextDraggable})]})})})}function U(){return(0,V.FD)(V.FK,{children:[!!this.footer.length&&(0,V.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,V.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,V.Y)("div",{class:"ui5-popup-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,V.Y)(W.A,{name:I.Ay})})]})}var H=_(1926),q=_(467),le=_(8923),ve=_(303),se=_(5444);(0,le.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,q.A)(function*(){return ve.A})),(0,le.Rh)("@ui5/webcomponents","sap_horizon",(0,q.A)(function*(){return se.A}),"host");var He,xe=_(9634),$e=function(je,Ie,Be,ue){var Ee,Q=arguments.length,be=Q<3?Ie:null===ue?ue=Object.getOwnPropertyDescriptor(Ie,Be):ue;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)be=Reflect.decorate(je,Ie,Be,ue);else for(var We=je.length-1;We>=0;We--)(Ee=je[We])&&(be=(Q<3?Ee(be):Q>3?Ee(Ie,Be,be):Ee(Ie,Be))||be);return Q>3&&be&&Object.defineProperty(Ie,Be,be),be};const et={[C.A.Negative]:"error",[C.A.Critical]:"alert",[C.A.Positive]:"sys-enter-2",[C.A.Information]:"information"};let Re=He=class extends m.A{constructor(){super(),this.stretch=!1,this.draggable=!1,this.resizable=!1,this.state="None",this._draggedOrResized=!1,this._dragHandlerRegistered=!1,this._revertSize=()=>{Object.assign(this.style,{top:"",left:"",width:"",height:""})},this._screenResizeHandler=this._screenResize.bind(this),this._dragMouseMoveHandler=this._onDragMouseMove.bind(this),this._dragMouseUpHandler=this._onDragMouseUp.bind(this),this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this),this._dragStartHandler=this._handleDragStart.bind(this)}static _isHeader(Ie){return Ie.classList.contains("ui5-popup-header-root")||"header"===Ie.getAttribute("slot")}get isModal(){return!0}get _ariaLabelledBy(){let Ie;return this.headerText&&!this._ariaLabel&&(Ie="ui5-popup-header-text"),Ie}get ariaRoleDescriptionHeaderText(){return this.resizable||this.draggable?He.i18nBundle.getText(A.lXU):void 0}get effectiveAriaDescribedBy(){return this.resizable||this.draggable?`${this._id}-descr`:void 0}get ariaDescribedByHeaderTextResizable(){return He.i18nBundle.getText(A.QGn)}get ariaDescribedByHeaderTextDraggable(){return He.i18nBundle.getText(A.kHh)}get ariaDescribedByHeaderTextDraggableAndResizable(){return He.i18nBundle.getText(A.CR4)}get _displayHeader(){return this.header.length||this.headerText||this.draggable||this.resizable}get _movable(){return!this.stretch&&this.onDesktop&&(this.draggable||this.resizable)}get _headerTabIndex(){return this._movable?0:void 0}get _showResizeHandle(){return this.resizable&&this.onDesktop}get _minHeight(){let Ie=Number.parseInt(window.getComputedStyle(this.contentDOM).minHeight);const Be=this._root.querySelector(".ui5-popup-header-root");Be&&(Ie+=Be.offsetHeight);const ue=this._root.querySelector(".ui5-popup-footer-root");return ue&&(Ie+=ue.offsetHeight),Ie}get hasValueState(){return this.state!==C.A.None}get _dialogStateIcon(){return et[this.state]}get _role(){if(this.accessibleRole!==xe.A.None)return(0,P.A)(this.state===C.A.Negative||this.state===C.A.Critical?xe.A.AlertDialog:this.accessibleRole)}_show(){super._show(),this._center()}onBeforeRendering(){super.onBeforeRendering(),this._isRTL="rtl"===this.effectiveDir}_resize(){super._resize(),this._draggedOrResized||this._center()}_screenResize(){this._center()}_attachBrowserEvents(){this._attachScreenResizeHandler(),this._registerDragHandler()}_detachBrowserEvents(){this._detachScreenResizeHandler(),this._deregisterDragHandler()}_attachScreenResizeHandler(){this._screenResizeHandlerAttached||(window.addEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!0)}_detachScreenResizeHandler(){this._screenResizeHandlerAttached&&(window.removeEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!1)}_registerDragHandler(){this._dragHandlerRegistered||(this.addEventListener("dragstart",this._dragStartHandler),this._dragHandlerRegistered=!0)}_deregisterDragHandler(){this._dragHandlerRegistered&&(this.removeEventListener("dragstart",this._dragStartHandler),this._dragHandlerRegistered=!1)}_center(){const Ie=window.innerHeight-this.offsetHeight,Be=window.innerWidth-this.offsetWidth;Object.assign(this.style,{top:`${Math.round(Ie/2)}px`,left:`${Math.round(Be/2)}px`})}_onDragMouseDown(Ie){if(!this._movable||!this.draggable||!He._isHeader(Ie.target))return;const{top:Be,left:ue}=this.getBoundingClientRect(),{width:Q,height:be}=window.getComputedStyle(this);Object.assign(this.style,{top:`${Be}px`,left:`${ue}px`,width:Math.round(100*Number.parseFloat(Q))/100+"px",height:Math.round(100*Number.parseFloat(be))/100+"px"}),this._x=Ie.clientX,this._y=Ie.clientY,this._draggedOrResized=!0,this._attachMouseDragHandlers()}_onDragMouseMove(Ie){Ie.preventDefault();const{clientX:Be,clientY:ue}=Ie,Q=this._x-Be,be=this._y-ue,{left:Ee,top:We}=this.getBoundingClientRect();Object.assign(this.style,{left:`${Math.floor(Ee-Q)}px`,top:`${Math.floor(We-be)}px`}),this._x=Be,this._y=ue}_onDragMouseUp(){delete this._x,delete this._y,this._detachMouseDragHandlers()}_onDragOrResizeKeyDown(Ie){if(this._movable&&He._isHeader(Ie.target)){if(this.draggable&&[b.ie,b.Pj,b.OC,b.FG].some(Be=>Be(Ie)))return void this._dragWithEvent(Ie);this.resizable&&[b.aI,b.tt,b.KK,b.hn].some(Be=>Be(Ie))&&this._resizeWithEvent(Ie)}}_dragWithEvent(Ie){const{top:Be,left:ue,width:Q,height:be}=this.getBoundingClientRect();let Ee=0,We="top";switch(!0){case(0,b.ie)(Ie):Ee=Be-16,We="top";break;case(0,b.Pj)(Ie):Ee=Be+16,We="top";break;case(0,b.OC)(Ie):Ee=ue-16,We="left";break;case(0,b.FG)(Ie):Ee=ue+16,We="left"}Ee=(0,T.A)(Ee,0,"left"===We?window.innerWidth-Q:window.innerHeight-be),this.style[We]=`${Ee}px`}_resizeWithEvent(Ie){this._draggedOrResized=!0,this.addEventListener("ui5-before-close",this._revertSize,{once:!0});const{top:Be,left:ue}=this.getBoundingClientRect(),Q=window.getComputedStyle(this),be=Number.parseFloat(Q.minWidth),Ee=window.innerWidth-ue,We=window.innerHeight-Be;let Fe=Number.parseFloat(Q.width),pe=Number.parseFloat(Q.height);switch(!0){case(0,b.aI)(Ie):pe-=16;break;case(0,b.tt)(Ie):pe+=16;break;case(0,b.KK)(Ie):Fe-=16;break;case(0,b.hn)(Ie):Fe+=16}Fe=(0,T.A)(Fe,be,Ee),pe=(0,T.A)(pe,this._minHeight,We),Object.assign(this.style,{width:`${Fe}px`,height:`${pe}px`})}_attachMouseDragHandlers(){window.addEventListener("mousemove",this._dragMouseMoveHandler),window.addEventListener("mouseup",this._dragMouseUpHandler)}_detachMouseDragHandlers(){window.removeEventListener("mousemove",this._dragMouseMoveHandler),window.removeEventListener("mouseup",this._dragMouseUpHandler)}_onResizeMouseDown(Ie){if(!this._movable||!this.resizable)return;Ie.preventDefault();const{top:Be,left:ue}=this.getBoundingClientRect(),{width:Q,height:be,minWidth:Ee}=window.getComputedStyle(this);this._initialX=Ie.clientX,this._initialY=Ie.clientY,this._initialWidth=Number.parseFloat(Q),this._initialHeight=Number.parseFloat(be),this._initialTop=Be,this._initialLeft=ue,this._minWidth=Number.parseFloat(Ee),this._cachedMinHeight=this._minHeight,Object.assign(this.style,{top:`${Be}px`,left:`${ue}px`}),this._draggedOrResized=!0,this._attachMouseResizeHandlers()}_onResizeMouseMove(Ie){const{clientX:Be,clientY:ue}=Ie;let Q,be;if(this._isRTL){Q=(0,T.A)(this._initialWidth-(Be-this._initialX),this._minWidth,this._initialLeft+this._initialWidth),Object.assign(this.style,{width:`${Q}px`});const We=Q-this.getBoundingClientRect().width,Fe=this._initialLeft+this._initialWidth+We;be=(0,T.A)(Fe-Q,0,Fe-this._minWidth)}else Q=(0,T.A)(this._initialWidth+(Be-this._initialX),this._minWidth,window.innerWidth-this._initialLeft);const Ee=(0,T.A)(this._initialHeight+(ue-this._initialY),this._cachedMinHeight,window.innerHeight-this._initialTop);Object.assign(this.style,{height:`${Ee}px`,width:`${Q}px`,left:this._isRTL?`${be}px`:void 0})}_onResizeMouseUp(){delete this._initialX,delete this._initialY,delete this._initialWidth,delete this._initialHeight,delete this._initialTop,delete this._initialLeft,delete this._minWidth,delete this._cachedMinHeight,this._detachMouseResizeHandlers()}_handleDragStart(Ie){this.draggable&&Ie.target instanceof HTMLElement&&He._isHeader(Ie.target)&&Ie.preventDefault()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler),this.addEventListener("ui5-before-close",this._revertSize,{once:!0})}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}};$e([(0,F.A)()],Re.prototype,"headerText",void 0),$e([(0,F.A)({type:Boolean})],Re.prototype,"stretch",void 0),$e([(0,F.A)({type:Boolean})],Re.prototype,"draggable",void 0),$e([(0,F.A)({type:Boolean})],Re.prototype,"resizable",void 0),$e([(0,F.A)()],Re.prototype,"state",void 0),$e([(0,M.A)()],Re.prototype,"header",void 0),$e([(0,M.A)()],Re.prototype,"footer",void 0),$e([(0,L.A)("@ui5/webcomponents")],Re,"i18nBundle",void 0),Re=He=$e([(0,w.A)({tag:"ui5-dialog",template:function x(){return z.Ay.call(this,{beforeContent:G,afterContent:U})},styles:[m.A.styles,H.A,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--sapNegativeElementColor)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--sapInformativeElementColor)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--sapPositiveElementColor)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--sapCriticalElementColor)}.ui5-popup-header-root{outline:none}:host([desktop]) .ui5-popup-header-root:focus:after,.ui5-popup-header-root:focus-visible:after{content:"";position:absolute;left:var(--_ui5_dialog_header_focus_left_offset);bottom:var(--_ui5_dialog_header_focus_bottom_offset);right:var(--_ui5_dialog_header_focus_right_offset);top:var(--_ui5_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_dialog_header_border_radius) var(--_ui5_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}:host::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}.ui5-block-layer{display:block}\n']})],Re),Re.define();const Je=Re},7601(K,re,_){"use strict";_.d(re,{A:()=>I});var w=_(4381),M=_(1934),F=_(1642),T=_(1834),b=_(4778),C=_(2928),L=_(1892),m=_(467),S=_(8923),E=_(303),O=_(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return E.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return O.A}),"host");var A=function(z,j,W,x){var H,G=arguments.length,U=G<3?j:null===x?x=Object.getOwnPropertyDescriptor(j,W):x;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)U=Reflect.decorate(z,j,W,x);else for(var q=z.length-1;q>=0;q--)(H=z[q])&&(U=(G<3?H(U):G>3?H(j,W,U):H(j,W))||U);return G>3&&U&&Object.defineProperty(j,W,U),U};let V=class extends w.A{get _positionProperty(){return this.orientation===C.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:j,width:W,right:x,top:G,bottom:U,height:H}=this.targetReference.getBoundingClientRect(),{top:q,height:le}=this.ownerReference.getBoundingClientRect(),ve={display:"",[this._positionProperty]:"",width:"",height:""};let se=0,Ce=!1,xe=!1;if(this.orientation===C.A.Vertical){switch(this.placement){case b.A.Before:se=j;break;case b.A.On:ve.width=`${W}px`,se=j;break;case b.A.After:se=x}ve.height=`${H}px`}if(this.orientation===C.A.Horizontal){switch(this.placement){case b.A.Before:se=G;break;case b.A.On:ve.height=`${H}px`,se=G;break;case b.A.After:se=U}ve.width=`${W}px`,se-=q,se<=0&&(xe=!0),se>=le&&(Ce=!0)}ve[this._positionProperty]=`${se}px`,this.toggleAttribute("first",xe),this.toggleAttribute("last",Ce),Object.assign(this.style,ve)}};A([(0,F.A)({type:Object})],V.prototype,"targetReference",void 0),A([(0,F.A)({type:Object})],V.prototype,"ownerReference",void 0),A([(0,F.A)()],V.prototype,"placement",void 0),A([(0,F.A)()],V.prototype,"orientation",void 0),V=A([(0,M.A)({tag:"ui5-drop-indicator",renderer:T.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 P(){return(0,L.Y)("div",{class:{"ui5-di-rect":this.placement===b.A.On,"ui5-di-needle":this.placement!==b.A.On}})}})],V),V.define();const I=V},8731(K,re,_){"use strict";_.d(re,{A:()=>ve});var w=_(467),M=_(4381),F=_(1834),T=_(1934),b=_(1437),C=_(1642),L=_(4874),P=_(4446),m=_(3651),S=_(6136),E=_(2358),O=_(3823),B=_(1892);function V(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,B.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(se=>(0,B.Y)("path",{d:se}))}var I=_(3518),z=_(5166),j=_(8923),W=_(303),x=_(5444);(0,j.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return W.A})),(0,j.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return x.A}),"host");var H,U=function(se,Ce,xe,$e){var et,He=arguments.length,Ze=He<3?Ce:null===$e?$e=Object.getOwnPropertyDescriptor(Ce,xe):$e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ze=Reflect.decorate(se,Ce,xe,$e);else for(var Re=se.length-1;Re>=0;Re--)(et=se[Re])&&(Ze=(He<3?et(Ze):He>3?et(Ce,xe,Ze):et(Ce,xe))||Ze);return He>3&&Ze&&Object.defineProperty(Ce,xe,Ze),Ze};let le=H=class extends M.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(Ce){this.mode===I.A.Interactive&&(Ce.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(Ce){this.mode===I.A.Interactive&&((0,E.RI)(Ce)&&this.fireDecoratorEvent("click"),(0,E.xC)(Ce)&&Ce.preventDefault())}_onkeyup(Ce){this.mode===I.A.Interactive&&(0,E.xC)(Ce)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===I.A.Decorative?"true":void 0}get _tabIndex(){return this.mode===I.A.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case I.A.Interactive:return"button";case I.A.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,S.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var Ce=this;return(0,w.A)(function*(){const xe=Ce.name;if(!xe)return;let $e=(0,L.hu)(xe);if($e||($e=yield(0,L.y3)(xe)),!$e)return Ce.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${Ce.name}`);if("ICON_NOT_FOUND"===$e)return Ce.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/${xe.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(Ce.viewBox=$e.viewBox||"0 0 512 512","customTemplate"in $e&&$e.customTemplate&&(Ce.customTemplate=(0,O.A)($e.customTemplate,Ce)),"customTemplateAsString"in $e&&(Ce.customTemplateAsString=$e.customTemplateAsString),Ce.invalid=!1,"pathData"in $e&&$e.pathData&&(Ce.pathData=Array.isArray($e.pathData)?$e.pathData:[$e.pathData]),Ce.accData=$e.accData,Ce.ltr=$e.ltr,Ce.packageName=$e.packageName,Ce.accessibleName)Ce.effectiveAccessibleName=Ce.accessibleName;else if(Ce.accData)if(Ce.packageName){const He=yield(0,P.HE)(Ce.packageName);Ce.effectiveAccessibleName=He.getText(Ce.accData)||void 0}else Ce.effectiveAccessibleName=Ce.accData?.defaultText||void 0;else Ce.effectiveAccessibleName=void 0})()}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case I.A.Interactive:return H.i18nBundle.getText(z.u9k);case I.A.Image:return H.i18nBundle.getText(z.Jz0);default:return""}}get accessibilityInfo(){return this.mode===I.A.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};U([(0,C.A)()],le.prototype,"design",void 0),U([(0,C.A)()],le.prototype,"name",void 0),U([(0,C.A)()],le.prototype,"accessibleName",void 0),U([(0,C.A)({type:Boolean})],le.prototype,"showTooltip",void 0),U([(0,C.A)()],le.prototype,"mode",void 0),U([(0,C.A)({type:Array,noAttribute:!0})],le.prototype,"pathData",void 0),U([(0,C.A)({type:Object,noAttribute:!0})],le.prototype,"accData",void 0),U([(0,C.A)({type:Boolean})],le.prototype,"invalid",void 0),U([(0,C.A)({noAttribute:!0})],le.prototype,"effectiveAccessibleName",void 0),U([(0,m.A)("@ui5/webcomponents")],le,"i18nBundle",void 0),le=H=U([(0,T.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:F.A,template:function A(){return(0,B.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,B.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,B.Y)("g",{role:"presentation",children:V.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}: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}: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})],le),le.define();const ve=le},6745(K,re,_){"use strict";_.d(re,{A:()=>Se});var w={};_.r(w),_.d(w,{Contains:()=>We,None:()=>Fe,StartsWith:()=>Ee,StartsWithPerTerm:()=>be});var M=_(467),F=_(4381),T=_(1642),b=_(1934),C=_(6993),L=_(1437),P=_(1834),m=_(362),S=_(8431),E=_(6136),O=_(594),B=_(2358),V=_(8777),I=_(3651),z=_(6162),j=_(3493),G=_(4127),U=function(me){return me.Text="Text",me.Email="Email",me.Number="Number",me.Password="Password",me.Tel="Tel",me.URL="URL",me.Search="Search",me}(U||{});const H=U;var q=_(1892),le=_(8731),ve=_(1278),se=_(4257),Ce=_(2601),xe=_(8911),$e=_(441),He=_(9494),Ze=_(6634);function et(me){const p=me?.suggestionsList,g=me?.mobileHeader;return(0,q.FD)(q.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:p,mobileHeader:g,valueStateMessage:Re,valueStateMessageInputIcon:Je}),this.hasValueStateMessage&&(0,q.Y)(Ze.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:He.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,q.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,q.Y)(le.A,{class:"ui5-input-value-state-message-icon",name:Je.call(this)}),this.valueStateOpen&&Re.call(this)]})})]})}function Re(){return(0,q.Y)(q.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,q.Y)("slot",{name:"valueStateMessage"})})}function Je(){return this.valueState!==O.A.None?{Negative:se.Ay,Critical:Ce.Ay,Positive:xe.Ay,Information:$e.Ay}[this.valueState]:""}function Ie(){}function Be(){}const ue=/[[\]{}()*+?.\\^$|]/g,be=(me,p,g)=>{const v=new RegExp(`(^|\\s)${(me=>me.replace(ue,"\\$&"))(me.toLowerCase())}.*`,"g");return p.filter(N=>{const ne=N[g];return v.lastIndex=0,v.test(ne.toLowerCase())})},Ee=(me,p,g)=>p.filter(v=>(v[g]||"").toLowerCase().startsWith(me.toLowerCase())),We=(me,p,g)=>p.filter(v=>(v[g]||"").toLowerCase().includes(me.toLowerCase())),Fe=(me,p)=>p;var pe=_(5166),lt=_(8923),vt=_(303),At=_(5444);(0,lt.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,M.A)(function*(){return vt.A})),(0,lt.Rh)("@ui5/webcomponents","sap_horizon",(0,M.A)(function*(){return At.A}),"host");var $t=_(8366),Et=_(8901);(0,lt.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,M.A)(function*(){return vt.A})),(0,lt.Rh)("@ui5/webcomponents","sap_horizon",(0,M.A)(function*(){return At.A}),"host");var Yt=function(me){return me.StartsWithPerTerm="StartsWithPerTerm",me.StartsWith="StartsWith",me.Contains="Contains",me.None="None",me}(Yt||{});const at=Yt;var Me,$=function(me,p,g,v){var te,N=arguments.length,ne=N<3?p:null===v?v=Object.getOwnPropertyDescriptor(p,g):v;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ne=Reflect.decorate(me,p,g,v);else for(var he=me.length-1;he>=0;he--)(te=me[he])&&(ne=(N<3?te(ne):N>3?te(p,g,ne):te(p,g))||ne);return N>3&&ne&&Object.defineProperty(p,g,ne),ne},ft=function(me){return me.CHANGE="change",me.INPUT="input",me.SELECTION_CHANGE="selection-change",me}(ft||{}),qe=function(me){return me.ACTION_ENTER="enter",me.ACTION_USER_INPUT="input",me}(qe||{});let J=Me=class extends F.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 p=this;return(0,M.A)(function*(){return p.getFocusDomRefAsync()})()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this.filter=at.None,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){m.A.register(this,this._handleResizeBound),(0,j.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){m.A.deregister(this,this._handleResizeBound),(0,j.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(p){p.markupText=this.typedInValue?this.Suggestions?.hightlightInput(p.text||"",this.typedInValue):(0,S.A)(p.text||"")}_isGroupItem(p){return p.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(Ge=>{Ge.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(Ge):this._isGroupItem(Ge)&&Ge.items?.forEach(St=>{this._highlightSuggestionItem(St)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const p=!!this._flattenItems.length,g=!!this.value,v=this.shadowRoot.querySelector("input")===(0,G.A)(),N=this.disabled||this.readonly,ne=!N&&!this._isPhone&&p&&(this.open||g&&v&&this.isTyping);N?this.open=!1:this._isPhone||(this.open=p&&(this.open||g&&v&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!ne?this.openValueStatePopover():this.closeValueStatePopover();const te=this.value,he=this.getInputDOMRefSync();if(!he||!te)return;this.filter!==at.None&&this._filterItems(this.typedInValue);const de=he.selectionEnd-he.selectionStart;if(this._shouldAutocomplete&&!(0,E.m0)()&&!de&&!this._isKeyNavigation){const Ge=this._getFirstMatchingItem(te);Ge?(this._isComposing||this._handleTypeAhead(Ge),this._selectMatchingItem(Ge)):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,V.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const p=this.getInputDOMRefSync(),v=this.Suggestions?._getItems().filter(ne=>!ne.hidden)?.find(ne=>ne.selected||ne.focused),N=this._flattenItems.filter(ne=>this._isGroupItem(ne));v&&!N.includes(v)?v?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?p.setSelectionRange(this.typedInValue.length,this.value.length):p.setSelectionRange(0,this.value.length):p.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(p){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,B.W_)(p)||(0,B.Ob)(p)||(0,B.KL)(p)),(0,B.ie)(p))return this._handleUp(p);if((0,B.Pj)(p))return this._handleDown(p);if((0,B.xC)(p))return this._handleSpace(p);if((0,B.zP)(p))return this._handleTab();if((0,B.RI)(p)){const g=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,g?(this.fireDecoratorEvent("_request-submit"),void(0,z.rM)(this)):this._handleEnter(p)}return(0,B.vQ)(p)?this._handlePageUp(p):(0,B.oY)(p)?this._handlePageDown(p):(0,B.qN)(p)?this._handleHome(p):(0,B.uV)(p)?this._handleEnd(p):(0,B.KL)(p)?this._handleEscape():(0,B.HJ)(p)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(p){(0,B.Ob)(p)&&(this.value=p.target.value),this._enterKeyDown=!1}get currentItemIndex(){const g=(this.Suggestions?._getItems()).filter(ne=>!ne.hidden),v=g.find(ne=>ne.selected||ne.focused);return v?g.indexOf(v):-1}_handleUp(p){this.Suggestions?.isOpened()&&this.Suggestions.onUp(p,this.currentItemIndex)}_handleDown(p){this.Suggestions?.isOpened()&&this.Suggestions.onDown(p,this.currentItemIndex)}_handleSpace(p){this.Suggestions&&this.Suggestions.onSpace(p)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const p=this.linksInAriaValueStateHiddenText;p.length&&p[0].focus()}_addLinksEventListeners(){const p=this.linksInAriaValueStateHiddenText;p.forEach((g,v)=>{this._linksListenersArray.push(N=>{((me,p,g,v)=>{(0,B.zP)(me)&&(g!==p.length-1?(me.stopImmediatePropagation(),me.preventDefault(),p[g+1].focus()):(v.closeValueState(),v.focusInput())),(0,B.bR)(me)&&(me.preventDefault(),me.stopImmediatePropagation(),g>0?p[g-1].focus():v.focusInput()),(0,B.ie)(me)&&(me.preventDefault(),me.stopImmediatePropagation(),v.isPopoverOpen()&&v.focusInput()),(0,B.Pj)(me)&&(me.preventDefault(),me.stopImmediatePropagation(),v.navigateToItem()),(0,B.KL)(me)&&(me.preventDefault(),me.stopImmediatePropagation())})(N,p,v,{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(N,this.currentItemIndex))):this._handleDown(N)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),g.addEventListener("keydown",this._linksListenersArray[v])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((g,v)=>{g.removeEventListener("keydown",this._linksListenersArray[v])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(p){const g=!!this.Suggestions?.onEnter(p),v=this.getInputDOMRefSync();let N=this._matchedSuggestionItem;if(N||(N=this._selectableItems.find(ne=>ne.text?.toLowerCase()===this.value.toLowerCase())),N){const ne=N.text||"";v.setSelectionRange(ne.length,ne.length),g||(this.fireSelectionChange(N,!0),this.acceptSuggestion(N,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&v.setSelectionRange(this.value.length,this.value.length),g?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(p){this._isSuggestionsFocused?this.Suggestions?.onPageUp(p):p.preventDefault()}_handlePageDown(p){this._isSuggestionsFocused?this.Suggestions?.onPageDown(p):p.preventDefault()}_handleHome(p){this._isSuggestionsFocused&&this.Suggestions?.onHome(p)}_handleEnd(p){this._isSuggestionsFocused&&this.Suggestions?.onEnd(p)}_handleEscape(){const g=this.showSuggestions&&!!this.Suggestions&&this.open,v=this.getInputDOMRefSync(),N=v.selectionEnd-v.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?g?g&&this.Suggestions?._isItemOnTarget()?(this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0)):(N&&(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(ft.INPUT,{inputType:""}))}_onfocusin(p){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!p.target&&p.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(p){const g=p.relatedTarget;this.Suggestions?._getPicker()?.contains(g)||this.contains(g)||this.getSlottedNodes("valueStateMessage").some(v=>v.contains(g))||(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,E.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(g=>g.hasAttribute("ui5-suggestion-item")&&g.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(ft.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,z.rM)(this))))}_clear(){const p=this.value;this.value="",this.fireDecoratorEvent(ft.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=p}_iconMouseDown(){this._clearIconClicked=!0}_scroll(p){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:p.detail.scrollTop,scrollContainer:p.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(p){this._input(p,p.detail&&p.detail.inputType||"")}_handleNativeInput(p){this._input(p,p.inputType||"")}_input(p,g){const v=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(g)&&!this.noTypeahead,p.target===v&&(this.focused=!0,p.stopImmediatePropagation()),this.fireEventByAction(qe.ACTION_ENTER,p),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===p.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(p){return Ee(p,this._selectableItems,"text")}_getFirstMatchingItem(p){if(!this._flattenItems.length)return;const g=this._startsWithMatchingItems(p).filter(v=>!this._isGroupItem(v));return g.length?g[0]:void 0}_handleSelectionChange(p){this.Suggestions?.onItemPress(p)}_selectMatchingItem(p){p.selected=!0,this._matchedSuggestionItem=p}_filterItems(p){let g=[];const v=this._flattenItems.filter(N=>this._isGroupItem(N));this._resetItemVisibility(),g=v.length?this._filterGroups(this.filter,v):w[this.filter](p,this._selectableItems,"text"),this._selectableItems.forEach(N=>{N.hidden=!g.includes(N)}),0===g.length&&(this.open=!1)}_filterGroups(p,g){const v=[];return g.forEach(N=>{const ne=w[p](this.typedInValue,N.items??[],"text");v.push(...ne),N.hidden=0===ne.length}),v}_resetItemVisibility(){this._flattenItems.forEach(p=>{this._isGroupItem(p)?p.items?.forEach(g=>{g.hidden=!1}):p.hidden=!1})}_handleTypeAhead(p){const g=p.text?p.text:"",v=this.typedInValue;g.toLowerCase().startsWith(v.toLowerCase())&&(this.value=v+g.substring(v.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,j.UT)(this),this._accessibleLabelsRefTexts=(0,j.yI)(this),this._associatedDescriptionRefTexts=(0,j.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,E.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,E.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(ft.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const p=this.shadowRoot.querySelector("#selectionText");p&&(p.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 p=g=>{g.i18nBundle=Me.i18nBundle,this.Suggestions=new g(this,"suggestionItems",!0,!1)};Me.SuggestionsClass?p(Me.SuggestionsClass):_.e(621).then(_.bind(_,9621)).then(g=>{p(g.default)})}_enableComposition(){if(this._composition)return;const p=g=>{this._composition=new g({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:v=>{this._isComposing=v}}),this._composition.addEventListeners()};Me.composition?p(Me.composition):_.e(418).then(_.bind(_,1418)).then(g=>{Me.composition=g.default,p(g.default)})}acceptSuggestion(p,g){if(this._isGroupItem(p))return;let v=p;if(this._matchedSuggestionItem){const te=this._matchedSuggestionItem.text?.toLowerCase()||"",he=p.text?.toLowerCase()||"";(g||te===he)&&(v=this._matchedSuggestionItem)}const N=v.text||"",ne=g?this.valueBeforeItemSelection!==N:this.previousValue!==N;this.hasSuggestionItemSelected=!0,this.value=N,ne&&this.previousValue!==N&&(this.valueBeforeItemSelection=N,this.lastConfirmedValue=N,this._performTextSelection=!0,this.fireDecoratorEvent(ft.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(p){const g=this._isGroupItem(p)?this.valueBeforeSelectionStart:p.text;this.value=g||"",this._performTextSelection=!0,this._isGroupItem(p)||(this._matchedSuggestionItem=p)}fireEventByAction(p,g){const v=this.value,N=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const ne=this.getInputValue(),te=p===qe.ACTION_ENTER;this.value=ne,this.typedInValue=ne,this.valueBeforeSelectionStart=ne;const he=this.value;te&&(!this.fireDecoratorEvent(ft.INPUT,{inputType:g.inputType||""})&&(he===this.value&&(this.value=v),N&&(N.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,E.tp)()&&this.Suggestions){const p=this.Suggestions._getPicker();if(p)return p.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,E.tp)()&&this.Suggestions){const p=this.Suggestions._getPicker();if(p)return p.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}get nativeInput(){const p=this.getDomRef();return p?p.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(p){p.preventDefault()}onItemSelected(p,g){!g&&!p?.focused&&this.valueBeforeItemSelection!==p.text&&this.fireSelectionChange(p,!0),this.acceptSuggestion(p,g)}_handleSuggestionItemPress(p){this.Suggestions?.onItemPress(p)}onItemSelect(p){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(p),this.announceSelectedItem(),this.fireSelectionChange(p,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(p=>this._isGroupItem(p)?[p,...p.items]:[p])}get _selectableItems(){return this._flattenItems.filter(p=>!this._isGroupItem(p))}get valueStateTypeMappings(){return{Positive:Me.i18nBundle.getText(pe.PBn),Information:Me.i18nBundle.getText(pe.Y12),Negative:Me.i18nBundle.getText(pe.QLe),Critical:Me.i18nBundle.getText(pe.CNT)}}valueStateTextMappings(){return{Positive:Me.i18nBundle.getText(pe.KwP),Information:Me.i18nBundle.getText(pe.tgV),Negative:Me.i18nBundle.getText(pe.laD),Critical:Me.i18nBundle.getText(pe.Xot)}}announceSelectedItem(){const p=this.shadowRoot.querySelector("#selectionText");p&&(p.textContent=this.itemSelectionAnnounce)}fireSelectionChange(p,g){this.Suggestions&&(this.fireDecoratorEvent(ft.SELECTION_CHANGE,{item:p}),this._isLatestValueFromSuggestions=g)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return Me.i18nBundle.getText(pe.YBm)}get _suggestionsOkButtonText(){return Me.i18nBundle.getText(pe.HzF)}get _suggestionsCancelButtonText(){return Me.i18nBundle.getText(pe.ZqR)}get clearIconAccessibleName(){return Me.i18nBundle.getText(pe.$nc)}get _popupLabel(){return Me.i18nBundle.getText(pe.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===H.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,j.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===O.A.Negative||void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:this.showSuggestions?"dialog":void 0,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:this.showSuggestions?"list":void 0,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;const p=this.valueState!==O.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${p} ${this.valueStateText}`:p:this.valueStateMessage.length?`${p} ${this.valueStateMessage.map(g=>g.textContent).join(" ")}`:p}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const p=[];return this.valueStateMessage&&this.valueStateMessage.forEach(g=>{g.children.length&&g.querySelectorAll("ui5-link").forEach(v=>{p.push(v)})}),p}get valueStateLinksShortcutsTextAcc(){const p=this.linksInAriaValueStateHiddenText;return p.length?(0,E.cX)()?Me.i18nBundle.getText(1===p.length?pe.Z2A:pe.qF5):Me.i18nBundle.getText(1===p.length?pe.dOG:pe.IGR):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===O.A.Positive,"ui5-valuestatemessage--error":this.valueState===O.A.Negative,"ui5-valuestatemessage--warning":this.valueState===O.A.Critical,"ui5-valuestatemessage--information":this.valueState===O.A.Information}}}get styles(){const p=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/p>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==O.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==O.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==O.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Me.i18nBundle.getText(pe.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const p=this._selectableItems;switch(p.length){case 0:return Me.i18nBundle.getText(pe.NJs);case 1:return Me.i18nBundle.getText(pe.K2C);default:return Me.i18nBundle.getText(pe.MME,p.length)}}}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,E.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==O.A.None?`\n\t\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t\t${{Negative:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Critical:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Positive:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};\n\t\t\t</svg>\n\t\t\t`:""}get _valueStateMessageInputIcon(){return this.valueState!==O.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(me=>{let p=0;return(me.selectionStart||0===me.selectionStart)&&(p="backward"===me.selectionDirection?me.selectionStart:me.selectionEnd),p})(this.nativeInput)}setCaretPosition(p){((me,p)=>{me.selectionStart?(me.focus(),me.setSelectionRange(p,p)):me.focus()})(this.nativeInput,p)}removeFractionalPart(p){return p.includes(".")?p.slice(0,p.indexOf(".")):p.includes(",")?p.slice(0,p.indexOf(",")):p}};$([(0,T.A)({type:Boolean})],J.prototype,"disabled",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"highlight",void 0),$([(0,T.A)()],J.prototype,"placeholder",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"readonly",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"required",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"noTypeahead",void 0),$([(0,T.A)()],J.prototype,"type",void 0),$([(0,T.A)()],J.prototype,"value",void 0),$([(0,T.A)()],J.prototype,"valueState",void 0),$([(0,T.A)()],J.prototype,"name",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"showSuggestions",void 0),$([(0,T.A)({type:Number})],J.prototype,"maxlength",void 0),$([(0,T.A)()],J.prototype,"accessibleName",void 0),$([(0,T.A)()],J.prototype,"accessibleNameRef",void 0),$([(0,T.A)()],J.prototype,"accessibleDescription",void 0),$([(0,T.A)()],J.prototype,"accessibleDescriptionRef",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"showClearIcon",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"open",void 0),$([(0,T.A)()],J.prototype,"filter",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"_effectiveShowClearIcon",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"focused",void 0),$([(0,T.A)()],J.prototype,"hint",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"valueStateOpen",void 0),$([(0,T.A)({type:Object})],J.prototype,"_inputAccInfo",void 0),$([(0,T.A)({type:Object})],J.prototype,"_nativeInputAttributes",void 0),$([(0,T.A)({type:Number})],J.prototype,"_inputWidth",void 0),$([(0,T.A)({type:Number})],J.prototype,"_listWidth",void 0),$([(0,T.A)({type:Boolean,noAttribute:!0})],J.prototype,"_inputIconFocused",void 0),$([(0,T.A)({noAttribute:!0})],J.prototype,"_associatedLabelsTexts",void 0),$([(0,T.A)({noAttribute:!0})],J.prototype,"_accessibleLabelsRefTexts",void 0),$([(0,T.A)({noAttribute:!0})],J.prototype,"_associatedDescriptionRefTexts",void 0),$([(0,T.A)({type:Object})],J.prototype,"Suggestions",void 0),$([(0,T.A)({type:Array,noAttribute:!0})],J.prototype,"_linksListenersArray",void 0),$([(0,T.A)({type:Boolean,noAttribute:!0})],J.prototype,"_isComposing",void 0),$([(0,C.A)({type:HTMLElement,default:!0})],J.prototype,"suggestionItems",void 0),$([(0,C.A)()],J.prototype,"icon",void 0),$([(0,C.A)({type:HTMLElement,invalidateOnChildChange:!0})],J.prototype,"valueStateMessage",void 0),$([(0,I.A)("@ui5/webcomponents")],J,"i18nBundle",void 0),J=Me=$([(0,b.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:P.A,template:function je(me){const p=me?.suggestionsList,g=me?.mobileHeader,v=me?.preContent||Ie,N=me?.postContent||Be;return(0,q.FD)(q.FK,{children:[(0,q.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,q.FD)("div",{class:"ui5-input-content",children:[v.call(this),(0,q.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,q.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,q.Y)(le.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:ve.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,q.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,q.Y)("slot",{name:"icon"})}),(0,q.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),N.call(this),this._effectiveShowSuggestions&&(0,q.FD)(q.FK,{children:[(0,q.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,q.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,q.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,q.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,q.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,q.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,q.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),et.call(this,{suggestionsList:p,mobileHeader:g})]})},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',$t.A,Et.A,".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,L.A)("change",{bubbles:!0}),(0,L.A)("_request-submit",{bubbles:!0}),(0,L.A)("input",{bubbles:!0,cancelable:!0}),(0,L.A)("select",{bubbles:!0}),(0,L.A)("selection-change",{bubbles:!0}),(0,L.A)("type-ahead",{bubbles:!0}),(0,L.A)("suggestion-scroll",{bubbles:!0}),(0,L.A)("open",{bubbles:!0}),(0,L.A)("close")],J),J.define();const Se=J},355(K,re,_){"use strict";_.d(re,{A:()=>z});var w=_(4381),M=_(1934),F=_(1642),T=_(3651),b=_(1834),C=_(5166),L=_(1892),m=_(467),S=_(8923),E=_(303),O=_(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return E.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return O.A}),"host");var V,A=function(j,W,x,G){var q,U=arguments.length,H=U<3?W:null===G?G=Object.getOwnPropertyDescriptor(W,x):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)H=Reflect.decorate(j,W,x,G);else for(var le=j.length-1;le>=0;le--)(q=j[le])&&(H=(U<3?q(H):U>3?q(W,x,H):q(W,x))||H);return U>3&&H&&Object.defineProperty(W,x,H),H};let I=V=class extends w.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const W=this.getRootNode().querySelector(`[id="${this.for}"]`);W&&W.focus()}get _colonSymbol(){return V.i18nBundle.getText(C.vtI)}};A([(0,F.A)()],I.prototype,"for",void 0),A([(0,F.A)({type:Boolean})],I.prototype,"showColon",void 0),A([(0,F.A)({type:Boolean})],I.prototype,"required",void 0),A([(0,F.A)()],I.prototype,"wrappingType",void 0),A([(0,T.A)("@ui5/webcomponents")],I,"i18nBundle",void 0),I=V=A([(0,M.A)({tag:"ui5-label",renderer:b.A,template:function P(){return(0,L.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,L.Y)("span",{class:"ui5-label-text-wrapper",children:(0,L.Y)("slot",{})}),(0,L.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})],I),I.define();const z=I},8305(K,re,_){"use strict";_.d(re,{A:()=>ve});var w=_(4381),M=_(1934),F=_(1437),T=_(1642),b=_(1834),C=_(2358),L=_(3493),P=_(3651),m=_(6136),S=_(1045),E=_(6121),O=function(se){return se.Default="Default",se.Subtle="Subtle",se.Emphasized="Emphasized",se}(O||{});const B=O;var A=_(1892),V=_(8731),z=_(5166),j=_(467),W=_(8923),x=_(303),G=_(5444);(0,W.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,j.A)(function*(){return x.A})),(0,W.Rh)("@ui5/webcomponents","sap_horizon",(0,j.A)(function*(){return G.A}),"host");var q,H=function(se,Ce,xe,$e){var et,He=arguments.length,Ze=He<3?Ce:null===$e?$e=Object.getOwnPropertyDescriptor(Ce,xe):$e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ze=Reflect.decorate(se,Ce,xe,$e);else for(var Re=se.length-1;Re>=0;Re--)(et=se[Re])&&(Ze=(He<3?et(Ze):He>3?et(Ce,xe,Ze):et(Ce,xe))||Ze);return He>3&&Ze&&Object.defineProperty(Ce,xe,Ze),Ze};let le=q=class extends w.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,m.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Ce="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Ce?"noreferrer noopener":void 0}_isCrossOrigin(Ce){return this._dummyAnchor.href=Ce,!(this._dummyAnchor.hostname===(0,E.VQ)()&&this._dummyAnchor.port===(0,E.lj)()&&this._dummyAnchor.protocol===(0,E.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,L.ax)(this)}get hasLinkType(){return this.design!==B.Default}static typeTextMappings(){return{Subtle:z.FvC,Emphasized:z.Kdd}}get linkTypeText(){return q.i18nBundle.getText(q.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,S.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Ce){const{altKey:xe,ctrlKey:$e,metaKey:He,shiftKey:Ze}=Ce;Ce.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:xe,ctrlKey:$e,metaKey:He,shiftKey:Ze})||Ce.preventDefault()}_onkeydown(Ce){(0,C.RI)(Ce)&&!this.href?(this._onclick(Ce),Ce.preventDefault()):(0,C.xC)(Ce)&&Ce.preventDefault()}_onkeyup(Ce){if((0,C.xC)(Ce)&&(this._onclick(Ce),this.href&&!Ce.defaultPrevented)){const xe=new MouseEvent("click");xe.stopImmediatePropagation(),this.getDomRef().dispatchEvent(xe)}}};H([(0,T.A)({type:Boolean})],le.prototype,"disabled",void 0),H([(0,T.A)()],le.prototype,"tooltip",void 0),H([(0,T.A)()],le.prototype,"href",void 0),H([(0,T.A)()],le.prototype,"target",void 0),H([(0,T.A)()],le.prototype,"design",void 0),H([(0,T.A)()],le.prototype,"interactiveAreaSize",void 0),H([(0,T.A)()],le.prototype,"wrappingType",void 0),H([(0,T.A)()],le.prototype,"accessibleName",void 0),H([(0,T.A)()],le.prototype,"accessibleNameRef",void 0),H([(0,T.A)()],le.prototype,"accessibleRole",void 0),H([(0,T.A)({type:Object})],le.prototype,"accessibilityAttributes",void 0),H([(0,T.A)()],le.prototype,"accessibleDescription",void 0),H([(0,T.A)()],le.prototype,"icon",void 0),H([(0,T.A)()],le.prototype,"endIcon",void 0),H([(0,T.A)({noAttribute:!0})],le.prototype,"_rel",void 0),H([(0,T.A)({noAttribute:!0})],le.prototype,"forcedTabIndex",void 0),H([(0,P.A)("@ui5/webcomponents")],le,"i18nBundle",void 0),le=q=H([(0,M.A)({tag:"ui5-link",languageAware:!0,renderer:b.A,template:function I(){return(0,A.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,A.Y)(V.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,A.Y)("span",{class:"ui5-link-text",children:(0,A.Y)("slot",{})}),this.hasLinkType&&(0,A.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,A.Y)(V.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,F.A)("click",{bubbles:!0,cancelable:!0})],le),le.define();const ve=le},6157(K,re,_){"use strict";_.d(re,{A:()=>Yt});var at,w=_(467),M=_(4381),F=_(362),T=_(1834),b=_(2358),C=_(4127),L=((at=L||{}).Auto="Auto",at.Vertical="Vertical",at.Horizontal="Horizontal",at.Paging="Paging",at);const P=L;var m=(at=>(at.Static="Static",at.Cyclic="Cyclic",at))(m||{});const S=m,O=class E{constructor($,Me){if(!$.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=$,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof Me.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=Me.getItemsCallback,this._currentIndex=Me.currentIndex||0,this._rowSize=Me.rowSize||1,this._behavior=Me.behavior||S.Static,this._navigationMode=Me.navigationMode||P.Auto,this._affectedPropertiesNames=Me.affectedPropertiesNames||[],this._skipItemsSize=Me.skipItemsSize||null}setCurrentItem($){const Me=this._getItems().indexOf($);-1!==Me?(this._currentIndex=Me,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",$)}setRowSize($){this._rowSize=$}_init(){this._getItems().forEach(($,Me)=>{$.forcedTabIndex=Me===this._currentIndex?"0":"-1"})}_onkeydown($){if(!this._canNavigate())return;const Me=this._navigationMode===P.Horizontal||this._navigationMode===P.Auto,ft=this._navigationMode===P.Vertical||this._navigationMode===P.Auto,qe="rtl"===this.rootWebComponent.effectiveDir;if(qe&&(0,b.OC)($)&&Me)this._handleRight();else if(qe&&(0,b.FG)($)&&Me)this._handleLeft();else if((0,b.OC)($)&&Me)this._handleLeft();else if((0,b.FG)($)&&Me)this._handleRight();else if((0,b.ie)($)&&ft)this._handleUp();else if((0,b.Pj)($)&&ft)this._handleDown();else if((0,b.qN)($))this._handleHome();else if((0,b.uV)($))this._handleEnd();else if((0,b.vQ)($))this._handlePageUp();else{if(!(0,b.oY)($))return;this._handlePageDown()}$.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const $=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===S.Cyclic){const Me=this._currentIndex%this._rowSize;let J=(0===Me?this._rowSize-1:Me-1)+(Math.ceil($/this._rowSize)-1)*this._rowSize;J>$-1&&(J-=this._rowSize),this._currentIndex=J}else this._currentIndex=0}_handleDown(){const $=this._getItems().length;this._currentIndex+this._rowSize<$?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===S.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:$-1}_handleLeft(){const $=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===S.Cyclic&&(this._currentIndex=$-1)}_handleRight(){const $=this._getItems().length;this._currentIndex<$-1?this._currentIndex+=1:this._behavior===S.Cyclic&&(this._currentIndex=0)}_handleHome(){const $=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%$}_handleEnd(){const $=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=$-1-this._currentIndex%$}_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 $=this._getItems();for(let Me=0;Me<$.length;Me++)$[Me].forcedTabIndex=Me===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(Me=>{const ft=this.rootWebComponent[Me];this.rootWebComponent[Me]=Array.isArray(ft)?[...ft]:{...ft}})}_focusCurrentItem(){const $=this._getCurrentItem();$&&$.focus()}_canNavigate(){const $=this._getCurrentItem(),Me=(0,C.A)();return $&&$===Me}_getCurrentItem(){const $=this._getItems();if(!$.length)return;for(;this._currentIndex>=$.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const Me=$[this._currentIndex];if(!Me)return;if((0,M.W)(Me))return Me.getFocusDomRef();const ft=this.rootWebComponent.getDomRef();return ft&&Me.id?ft.querySelector(`[id="${Me.id}"]`):void 0}};var B=_(1045),A=_(1642),V=_(1437),I=_(1934),z=_(6993),j=_(3651),W=_(6060),x=_(5262),G=_(7669),U=_(3493);const q=at=>{let $=at;return at.shadowRoot&&at.shadowRoot.activeElement&&($=at.shadowRoot.activeElement),$};var le=_(4070),Ce=function(at){return at.None="None",at.Single="Single",at.SingleStart="SingleStart",at.SingleEnd="SingleEnd",at.SingleAuto="SingleAuto",at.Multiple="Multiple",at.Delete="Delete",at}(Ce||{});const xe=Ce;var $e=function(at){return at.Button="Button",at.Scroll="Scroll",at.None="None",at}($e||{});const He=$e;var Ze=_(9698),et=function(at){return at.All="All",at.Inner="Inner",at.None="None",at}(et||{});const Re=et;var Je=_(4583),je=_(1892),Ie=_(7202),Be=_(7601);function Q(){return(0,je.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,je.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,je.Y)(Ie.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,je.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,je.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var be=_(8923),Ee=_(303),We=_(5444);(0,be.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return Ee.A})),(0,be.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return We.A}),"host");var At,pe=_(5166),lt=_(6374),vt=function(at,$,Me,ft){var Se,qe=arguments.length,J=qe<3?$:null===ft?ft=Object.getOwnPropertyDescriptor($,Me):ft;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)J=Reflect.decorate(at,$,Me,ft);else for(var me=at.length-1;me>=0;me--)(Se=at[me])&&(J=(qe<3?Se(J):qe>3?Se($,Me,J):Se($,Me))||J);return qe>3&&J&&Object.defineProperty($,Me,J),J};let Et=At=class extends M.A{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.stickyHeader=!1,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new O(this,{skipItemsSize:10,navigationMode:P.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new x.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,U.Bm)(this),this._associatedLabelsRefTexts=(0,U.yI)(this)}onEnterDOM(){(0,U.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),F.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,U.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),F.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($=>{$.hasAttribute("ui5-li-group-header")&&($.addEventListener("ui5-_focused",this.onItemFocusedBound),$.addEventListener("ui5-forward-after",this.onForwardAfterBound),$.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach($=>{$.hasAttribute("ui5-li-group-header")&&($.removeEventListener("ui5-_focused",this.onItemFocusedBound),$.removeEventListener("ui5-forward-after",this.onForwardAfterBound),$.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===xe.Delete}get isSingleSelect(){return[xe.Single,xe.SingleStart,xe.SingleEnd,xe.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===xe.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const $=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&$.push(this.modeLabelID),this.shouldRenderH1&&$.push(this.headerID),$.length?$.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,U.ax)(this)}get ariaDescriptionText(){const $=[];this.accessibleRole===Ze.A.List&&$.push(this.defaultAriaDescriptionText);const Me=this._associatedDescriptionRefTexts||(0,U.Uu)(this);Me&&$.push(Me);const ft=this._getDescriptionForGroups();return ft&&$.push(ft),$.join(" ")}get defaultAriaDescriptionText(){return At.i18nBundle.getText(pe.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 $="";return this._groupCount>0&&(this.accessibleRole===Ze.A.List?$=At.i18nBundle.getText(pe.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===Ze.A.ListBox&&($=At.i18nBundle.getText(pe.P1,this._groupCount))),$}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return At.i18nBundle.getText(pe.Wyx);if(this.isSingleSelect)return At.i18nBundle.getText(pe.DQe);if(this.isDelete)return At.i18nBundle.getText(pe.fPH)}return""}get grows(){return this.growing!==He.None}get growsOnScroll(){return this.growing===He.Scroll}get growsWithButton(){return this.growing===He.Button}get _growingButtonText(){return this.growingButtonText||At.i18nBundle.getText(pe.jSp)}get listAccessibleRole(){return(0,B.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const $=this.getItemsForProcessing();$.forEach((Me,ft)=>{const J=this.separators===Re.All||this.separators===Re.Inner&&!(ft===$.length-1);Me.hasConfigurableMode&&(Me._selectionMode=this.selectionMode),Me.hasBorder=J,Me.mediaRange=this.mediaRange})}observeListEnd(){var $=this;return(0,w.A)(function*(){yield(0,W.JT)(),$.getEndIntersectionObserver().observe($.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var $=this;return(0,w.A)(function*(){yield(0,W.JT)(),$.getStartIntersectionObserver().observe($.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection($){$.forEach(Me=>{Me.isIntersecting&&(0,le.A)(this.loadMore.bind(this),250)})}onStartIntersection($){$.forEach(Me=>{this._startMarkerOutOfView=!Me.isIntersecting})}onSelectionRequested($){const Me=this.getSelectedItems();let ft=!1;this.selectionMode!==xe.None&&this[`handle${this.selectionMode}`]&&(ft=this[`handle${this.selectionMode}`]($.detail.item,!!$.detail.selected)),ft&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:Me,selectionComponentPressed:$.detail.selectionComponentPressed,targetItem:$.detail.item,key:$.detail.key})&&this._revertSelection(Me)}handleSingle($){return!$.selected&&(this.deselectSelectedItems(),$.selected=!0,!0)}handleSingleStart($){return this.handleSingle($)}handleSingleEnd($){return this.handleSingle($)}handleSingleAuto($){return this.handleSingle($)}handleMultiple($,Me){return $.selected=Me,!0}handleDelete($){return this.fireDecoratorEvent("item-delete",{item:$}),!0}deselectSelectedItems(){this.getSelectedItems().forEach($=>{$.selected=!1})}getSelectedItems(){return this.getItems().filter($=>$.selected)}getEnabledItems(){return this.getItems().filter($=>$._focusable)}getItems(){const $=[],Me=this.getSlottedNodes("items");let ft=0,qe=0;return Me.forEach(J=>{if((0,lt.t)(J)){const Se=[J.groupHeaderItem,...J.items.filter(me=>me.assignedSlot)].filter(Boolean);$.push(...Se),ft++,qe+=Se.length-1}else Ln(J)?J.assignedSlot&&$.push(...J.listItems):J.assignedSlot&&$.push(J)}),this._groupCount=ft,this._groupItemCount=qe,$}getItemsForProcessing(){return this.getItems()}_revertSelection($){this.getItems().forEach(Me=>{const ft=-1!==$.indexOf(Me),qe=Me.shadowRoot.querySelector(".ui5-li-multisel-cb"),J=Me.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");Me.selected=ft,qe?qe.checked=ft:J&&(J.checked=ft)})}_onkeydown($){if((0,b.uV)($))return this._handleEnd(),void $.preventDefault();if((0,b.qN)($))return void this._handleHome();const Me=(0,b.ie)($)||(0,b.Pj)($),ft=this._getClosestListItem($.target);if(ft?._isFocusOnInternalElement()&&Me){const qe=(0,b.ie)($)?-1:1;if(this._navigateToAdjacentItem(ft,qe))return void $.preventDefault()}(0,b.Pj)($)?this._handleDown($):(0,b._0)($)?this._moveItem($.target,$):((0,b.zP)($)&&this._handleTabNext($),(0,b.oi)($)&&this._handleF7($))}_handleF7($){const Me=this._getClosestListItem($.target);if(!Me||!Me._hasFocusableElements())return;const ft=Me.getFocusDomRef(),qe=(0,C.A)();$.preventDefault(),qe===ft?(Me._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=Me._getFocusedElementIndex()):(this._lastFocusedElementIndex=Me._getFocusedElementIndex(),ft.focus())}_getClosestListItem($){return $.closest("[ui5-li], [ui5-li-custom]")}_moveItem($,Me){if(!$||!$.movable)return;const ft=(0,G.Fw)(this.items,$,Me);if(!ft.length)return;Me.preventDefault();const qe=ft.find(({element:J,placement:Se})=>!this.fireDecoratorEvent("move-over",{originalEvent:Me,source:{element:$},destination:{element:J,placement:Se}}));qe&&(this.fireDecoratorEvent("move",{originalEvent:Me,source:{element:$},destination:{element:qe.element,placement:qe.placement}}),$.focus())}_onLoadMoreKeydown($){(0,b.xC)($)&&($.preventDefault(),this._loadMoreActive=!0),(0,b.RI)($)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,b.zP)($)&&this.focusAfterElement(),(0,b.ie)($)?this._handleLodeMoreUp($):(0,b.bR)($)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),$.preventDefault())}_onLoadMoreKeyup($){(0,b.xC)($)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp($){if(this.getGrowingButton()===$.target){const ft=this.getItems();this.focusItem(ft[ft.length-1]),$.preventDefault(),$.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const $=this.getDomRef().getBoundingClientRect();return $.top>=0&&$.left>=0&&$.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&$.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const $=this.getBoundingClientRect().width;this.mediaRange=Je.A.getCurrentRange(Je.A.RANGESETS.RANGE_4STEPS,$)}_handleTabNext($){q($.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown($){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),$.preventDefault())}_navigateToAdjacentItem($,Me){const ft=$?._getFocusedElementIndex();if(void 0===ft||-1===ft)return!1;const qe=this.getItems().filter(p=>"hasConfigurableMode"in p&&p.hasConfigurableMode&&p._hasFocusableElements()),J=qe.indexOf($)+Me,Se=qe[J];if(!Se)return!1;const me=Se._focusInternalElement(ft);return void 0!==me&&(this._lastFocusedElementIndex=me),!0}_onfocusin($){const Me=q($.target);if(this.isForwardElement(Me)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement(Me)?this.focusGrowingButton():this.focusFirstItem(),void $.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(Me))return this.focusGrowingButton(),void $.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}$.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter($){this._dragAndDropHandler.ondragenter($)}_ondragleave($){this._dragAndDropHandler.ondragleave($)}_ondragover($){this._dragAndDropHandler.ondragover($)}_ondrop($){this._dragAndDropHandler.ondrop($)}isForwardElement($){const Me=$.id,ft=this.getBeforeElement();return!!(this._id===Me||ft&&ft.id===Me)||this.isForwardAfterElement($)}isForwardAfterElement($){const Me=$.id,ft=this.getAfterElement();return ft&&ft.id===Me}onItemTabIndexChange($){$.stopPropagation(),this._itemNavigation.setCurrentItem($.target)}onItemFocused($){const Me=$.target;$.stopPropagation(),this._itemNavigation.setCurrentItem(Me),this.fireDecoratorEvent("item-focused",{item:Me}),this.selectionMode===xe.SingleAuto&&this.onSelectionRequested({detail:{item:Me,selectionComponentPressed:!1,selected:!0,key:$.detail.key}})}onItemPress($){const Me=$.detail.item;this.fireDecoratorEvent("item-click",{item:Me})&&this.selectionMode!==xe.Delete&&this.onSelectionRequested({detail:{item:Me,selectionComponentPressed:!1,selected:!Me.selected,key:$.detail.key}})}onItemClose($){const Me=$.target;(Me?.hasAttribute("ui5-li-notification")||Me?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:$.detail?.item})}onItemToggle($){$.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:$.detail.item})}onForwardBefore($){this.setPreviouslyFocusedItem($.target),this.focusBeforeElement(),$.stopPropagation()}onForwardAfter($){this.setPreviouslyFocusedItem($.target),this.growsWithButton?(this.focusGrowingButton(),$.preventDefault()):this.focusAfterElement(),$.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const $=this.getGrowingButton();$&&$.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const Me=this.getItems().length-1,ft=this._itemNavigation._currentIndex;return-1!==ft&&ft===Me}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const $=this.getFirstItem(Me=>Me._focusable);$&&$.focus()}focusPreviouslyFocusedItem(){const $=this.getPreviouslyFocusedItem();$&&$.focus()}focusFirstSelectedItem(){const $=this.getFirstItem(Me=>Me.selected&&Me._focusable);$&&$.focus()}focusItem($){this._itemNavigation.setCurrentItem($),$.focus()}onFocusRequested($){setTimeout(()=>{this.setPreviouslyFocusedItem($.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus($){this._forwardingFocus=$}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem($){this._previouslyFocusedItem=$}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem($){const Me=this.getItems();let ft=null;if(!$)return Me.length?Me[0]:null;for(let qe=0;qe<Me.length;qe++)if($(Me[qe])){ft=Me[qe];break}return ft}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}};vt([(0,A.A)()],Et.prototype,"headerText",void 0),vt([(0,A.A)()],Et.prototype,"footerText",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"indent",void 0),vt([(0,A.A)()],Et.prototype,"selectionMode",void 0),vt([(0,A.A)()],Et.prototype,"noDataText",void 0),vt([(0,A.A)()],Et.prototype,"separators",void 0),vt([(0,A.A)()],Et.prototype,"growing",void 0),vt([(0,A.A)()],Et.prototype,"growingButtonText",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"loading",void 0),vt([(0,A.A)({type:Number})],Et.prototype,"loadingDelay",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"stickyHeader",void 0),vt([(0,A.A)()],Et.prototype,"accessibleName",void 0),vt([(0,A.A)({type:Object})],Et.prototype,"accessibilityAttributes",void 0),vt([(0,A.A)()],Et.prototype,"accessibleNameRef",void 0),vt([(0,A.A)()],Et.prototype,"accessibleDescription",void 0),vt([(0,A.A)()],Et.prototype,"accessibleDescriptionRef",void 0),vt([(0,A.A)({noAttribute:!0})],Et.prototype,"_associatedDescriptionRefTexts",void 0),vt([(0,A.A)({noAttribute:!0})],Et.prototype,"_associatedLabelsRefTexts",void 0),vt([(0,A.A)()],Et.prototype,"accessibleRole",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"_inViewport",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"_loadMoreActive",void 0),vt([(0,A.A)()],Et.prototype,"mediaRange",void 0),vt([(0,z.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],Et.prototype,"items",void 0),vt([(0,z.A)()],Et.prototype,"header",void 0),vt([(0,j.A)("@ui5/webcomponents")],Et,"i18nBundle",void 0),Et=At=vt([(0,I.A)({tag:"ui5-list",fastNavigation:!0,renderer:T.A,template:function ue(){return(0,je.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,je.FD)(Ie.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,je.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,je.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,je.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,je.FD)("div",{class:"ui5-list-scroll-container",children:[(0,je.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,je.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,je.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,je.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,je.Y)("slot",{}),this.showNoDataText&&(0,je.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,je.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&Q.call(this),this.footerText&&(0,je.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,je.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,je.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,je.Y)(Be.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,V.A)("item-click",{bubbles:!0,cancelable:!0}),(0,V.A)("item-close",{bubbles:!0}),(0,V.A)("item-toggle",{bubbles:!0}),(0,V.A)("item-delete",{bubbles:!0}),(0,V.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,V.A)("load-more",{bubbles:!0}),(0,V.A)("item-focused",{bubbles:!0}),(0,V.A)("move-over",{bubbles:!0,cancelable:!0}),(0,V.A)("move",{bubbles:!0})],Et),Et.define();const Ln=at=>"hasListItems"in at&&at.hasListItems,Yt=Et},6981(K,re,_){"use strict";_.d(re,{A:()=>j});var w=_(4381),M=_(1934),F=_(1834),T=_(1642),b=_(1437),C=_(6488),L=_(6136),P=_(2358),m=_(4127),S=_(467),E=_(8923),O=_(303),B=_(5444);(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return O.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return B.A}),"host"),(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return O.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return B.A}),"host");var I=function(W,x,G,U){var le,H=arguments.length,q=H<3?x:null===U?U=Object.getOwnPropertyDescriptor(x,G):U;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)q=Reflect.decorate(W,x,G,U);else for(var ve=W.length-1;ve>=0;ve--)(le=W[ve])&&(q=(H<3?le(q):H>3?le(x,G,q):le(x,G))||q);return H>3&&q&&Object.defineProperty(x,G,q),q};let z=class extends w.A{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){(0,L.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(x){this.fireDecoratorEvent("request-tabindex-change",x),x.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",x)}_onkeydown(x){return(0,P.zP)(x)?this._handleTabNext(x):(0,P.bR)(x)?this._handleTabPrevious(x):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(x)&&x.preventDefault(),this._isEnter(x)&&this.fireItemPress(x)))}_onkeyup(x){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(x)&&this.fireItemPress(x)}_onclick(x){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(x)||this.fireItemPress(x)}_isDisabledInteractiveContentClicked(x){const G=x.composedPath(),U=this.getFocusDomRef();return G.some(H=>!!(H instanceof HTMLElement&&H!==this&&H!==U&&(this._isNativeInteractiveElement(H)||this._isCustomInteractiveElement(H)))&&this._isElementDisabled(H))}_isNativeInteractiveElement(x){return x.matches("button, input, select, textarea")}_isCustomInteractiveElement(x){const G=x;return x.tagName.includes("-")&&("disabled"in G||x.hasAttribute("aria-disabled"))}_isElementDisabled(x){return"boolean"==typeof x.disabled?x.disabled:"true"===x.getAttribute("aria-disabled")}_isSpace(x){return(0,P.xC)(x)}_isEnter(x){return(0,P.RI)(x)}fireItemPress(x){this.disabled||!this._pressable||((0,P.RI)(x)&&x.preventDefault(),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:x.key}))}_handleTabNext(x){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||x.preventDefault())}_handleTabPrevious(x){this.shouldForwardTabBefore(x.target)&&this.fireDecoratorEvent("forward-before")}shouldForwardTabAfter(){const x=(0,C.J)(this.getFocusDomRef());return 0===x.length||x[x.length-1]===(0,m.A)()}shouldForwardTabBefore(x){return this.getFocusDomRef()===x}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};I([(0,T.A)({type:Boolean})],z.prototype,"selected",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"movable",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"hasBorder",void 0),I([(0,T.A)()],z.prototype,"forcedTabIndex",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"disabled",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"focused",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"actionable",void 0),z=I([(0,M.A)({renderer:F.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([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active],[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)}: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)("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})],z);const j=z},9574(K,re,_){"use strict";_.d(re,{A:()=>M});var w=_(1892);function M(T,b){const C=T?.listItemContent||F;return(0,w.Y)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,draggable:this.movable,role:b?.role,title:b?.title,onFocusIn:this._onfocusin,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onClick:this._onclick,children:C.call(this)})}function F(){return(0,w.Y)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:(0,w.Y)("div",{class:"ui5-li-text-wrapper",children:(0,w.Y)("span",{part:"title",class:"ui5-li-title",children:(0,w.Y)("slot",{})})})})}},6374(K,re,_){"use strict";_.d(re,{A:()=>H,t:()=>q});var w=_(6993),M=_(1437),F=_(1642),T=_(1934),b=_(1834),C=_(4381),L=_(5262),P=_(4778),m=_(1892),S=_(45),E=_(7601),O=_(897),A=_(467),V=_(8923),I=_(303),z=_(5444);(0,V.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,A.A)(function*(){return I.A})),(0,V.Rh)("@ui5/webcomponents","sap_horizon",(0,A.A)(function*(){return z.A}),"host");var W=_(6968),x=_(5031),G=function(le,ve,se,Ce){var He,xe=arguments.length,$e=xe<3?ve:null===Ce?Ce=Object.getOwnPropertyDescriptor(ve,se):Ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)$e=Reflect.decorate(le,ve,se,Ce);else for(var Ze=le.length-1;Ze>=0;Ze--)(He=le[Ze])&&($e=(xe<3?He($e):xe>3?He(ve,se,$e):He(ve,se))||$e);return xe>3&&$e&&Object.defineProperty(ve,se,$e),$e};let U=class extends C.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new L.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(ve){this._dragAndDropHandler.ondragenter(ve)}_ondragleave(ve){this._dragAndDropHandler.ondragleave(ve)}_ondragover(ve){this._dragAndDropHandler.ondragover(ve)}_ondrop(ve){this._dragAndDropHandler.ondrop(ve)}_filterPlacements(ve,se,Ce){return Ce===se?ve.filter(xe=>xe!==P.A.On):ve}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return W.A.None}};G([(0,F.A)()],U.prototype,"headerText",void 0),G([(0,F.A)()],U.prototype,"headerAccessibleName",void 0),G([(0,w.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],U.prototype,"items",void 0),G([(0,F.A)()],U.prototype,"wrappingType",void 0),G([(0,F.A)({type:Boolean})],U.prototype,"focused",void 0),G([(0,w.A)()],U.prototype,"header",void 0),U=G([(0,T.A)({tag:"ui5-li-group",renderer:b.A,languageAware:!0,template:function B(){return(0,m.FD)(m.FK,{children:[this.hasHeader&&(0,m.FD)(S.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:O.A.ListItem,children:[this.hasFormattedHeader?(0,m.Y)("slot",{name:"header"}):this.headerText,(0,m.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,m.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,m.Y)("slot",{}),(0,m.Y)(E.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,M.A)("move-over",{bubbles:!0,cancelable:!0}),(0,M.A)("move",{bubbles:!0})],U),U.define();const H=U,q=(0,x.A)("isListItemGroup")},45(K,re,_){"use strict";_.d(re,{A:()=>H});var w=_(1642),M=_(6993),F=_(1934),T=_(3651),b=_(1045),C=_(6981),L=_(5166),P=_(1892),m=_(6968);function E(){return this.wrappingType===m.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,P.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,P.Y)("slot",{})})}var O=_(467),B=_(8923),A=_(303),V=_(5444);(0,B.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,O.A)(function*(){return A.A})),(0,B.Rh)("@ui5/webcomponents","sap_horizon",(0,O.A)(function*(){return V.A}),"host");var W,z=_(897),j=function(q,le,ve,se){var $e,Ce=arguments.length,xe=Ce<3?le:null===se?se=Object.getOwnPropertyDescriptor(le,ve):se;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)xe=Reflect.decorate(q,le,ve,se);else for(var He=q.length-1;He>=0;He--)($e=q[He])&&(xe=(Ce<3?$e(xe):Ce>3?$e(le,ve,xe):$e(le,ve))||xe);return Ce>3&&xe&&Object.defineProperty(le,ve,xe),xe};let U=W=class extends C.A{constructor(){super(...arguments),this.accessibleRole=z.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 W.i18nBundle.getText(L.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&&(W.ExpandableTextTemplate?this.expandableTextTemplate=W.ExpandableTextTemplate:_.e(646).then(_.bind(_,646)).then(le=>{this.expandableTextTemplate=le.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};j([(0,w.A)()],U.prototype,"accessibleName",void 0),j([(0,w.A)()],U.prototype,"accessibleRole",void 0),j([(0,w.A)()],U.prototype,"wrappingType",void 0),j([(0,w.A)()],U.prototype,"mediaRange",void 0),j([(0,w.A)({noAttribute:!0})],U.prototype,"expandableTextTemplate",void 0),j([(0,M.A)()],U.prototype,"subItems",void 0),j([(0,T.A)("@ui5/webcomponents")],U,"i18nBundle",void 0),U=W=j([(0,F.A)({tag:"ui5-li-group-header",languageAware:!0,template:function S(){return(0,P.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,P.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:E.call(this)}),this.hasSubItems&&(0,P.Y)("slot",{name:"subItems"})]})},styles:[C.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']})],U),U.define();const H=U},6634(K,re,_){"use strict";_.d(re,{zN:()=>Yt,D2:()=>at,Ay:()=>Me,st:()=>ft});var w=_(467),M=_(4381),F=_(1934),T=_(1642),b=_(6993),C=_(6136),L=_(1402),P=_(8762);const S={toAttribute:qe=>qe instanceof HTMLElement?null:qe,fromAttribute:qe=>qe};var E=_(6060),O=_(7883),B=function(qe){return qe.Start="Start",qe.End="End",qe.Top="Top",qe.Bottom="Bottom",qe}(B||{});const A=B;var V=function(qe){return qe.Center="Center",qe.Top="Top",qe.Bottom="Bottom",qe.Stretch="Stretch",qe}(V||{});const I=V;var z=_(9494),j=_(4127);const x=qe=>qe.parentElement?qe.parentElement:qe.parentNode.host;var G=_(3466);let U;const q=[],le=()=>{q.forEach(qe=>{qe.instance.reposition()})},Ze=qe=>{qe&&qe.shadowRoot.removeEventListener("scroll",le,{capture:!0})},Je=qe=>{const J=(0,G.vR)();if(0!==J.length&&ft(J[J.length-1].instance))for(let me=J.length-1;-1!==me;me--){const p=J[me].instance;if(!ft(p)||p.isModal||p.isOpenerClicked(qe)||p.isClicked(qe))return;p.closePopup()}},je=qe=>{const J=ue(qe);(0,G.Xj)(qe,J),q.push({instance:qe,parentPopovers:J}),(qe=>{qe&&qe.shadowRoot.addEventListener("scroll",le,{capture:!0})})(qe),1===q.length&&(document.addEventListener("scroll",le,{capture:!0}),document.addEventListener("mousedown",Je,{capture:!0}),U=setInterval(()=>{le(),(()=>{let qe=(0,j.A)();"IFRAME"===qe.tagName&&Be().reverse().forEach(J=>{const Se=J.instance,me=Se.getOpenerHTMLElement(Se.opener);for(;qe;){if(qe===me)return;qe=x(qe)}Se.closePopup(!1,!1,!0)})})()},300))},Be=()=>q,ue=qe=>{let J=qe.parentNode;const Se=[];for(;J&&J.parentNode;){for(let me=0;me<q.length;me++)J===q[me].instance&&Se.push(J);J=J.parentNode}return Se};var Q=function(qe){return qe.TopLeft="TopLeft",qe.TopRight="TopRight",qe.BottomLeft="BottomLeft",qe.BottomRight="BottomRight",qe}(Q||{});const Ee=class be{constructor(J){this._resized=!1,this._popover=J,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(J){return this.isResized&&(J-=this._currentDeltaX||0),J}getCorrectedTop(J){return this.isResized&&(J-=this._currentDeltaY||0),J}setCorrectResizeHandleClass(J){switch(this.getResizeHandlePlacement()){case Q.BottomLeft:J.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Q.BottomRight:J.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Q.TopLeft:J.root["ui5-popover-resize-handle-top-left"]=!0;break;case Q.TopRight:J.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const J=this._popover;if(this._resized&&J.resizeHandlePlacement)return J.resizeHandlePlacement;const Se=J.getOpenerHTMLElement(J.opener);if(!Se)return;const p=J.isRtl,g=Se.getBoundingClientRect(),v=J.getBoundingClientRect();let N=Math.floor(g.x+g.width/2);const ne=Math.floor(g.y+g.height/2);let te=Math.floor(v.x+v.width/2);const he=Math.floor(v.y+v.height/2),de=J.verticalAlign,Ge=J._actualHorizontalAlign,St=v.width>g.width,D=v.height>g.height;switch(p&&(N=-N,te=-te),J.getActualPlacement(g)){case at.Left:return D?he>ne+2?Q.BottomLeft:Q.TopLeft:de===I.Top?Q.BottomLeft:Q.TopLeft;case at.Right:return D?he+2<ne?Q.TopRight:Q.BottomRight:de===I.Bottom?Q.TopRight:Q.BottomRight;case at.Bottom:return St?te+2<N?p?Q.BottomRight:Q.BottomLeft:p?Q.BottomLeft:Q.BottomRight:p?Ge===Yt.Left?Q.BottomRight:Q.BottomLeft:Ge===Yt.Right?Q.BottomLeft:Q.BottomRight;default:return St?te+2<N?p?Q.TopRight:Q.TopLeft:p?Q.TopLeft:Q.TopRight:p?Ge===Yt.Left?Q.TopRight:Q.TopLeft:Ge===Yt.Right?Q.TopLeft:Q.TopRight}}onResizeMouseDown(J){if(!this._popover.resizable)return;J.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:Se,minHeight:me}=window.getComputedStyle(this._popover),p=window.getComputedStyle(this._popover._getRealDomRef());this._initialClientX=J.clientX,this._initialClientY=J.clientY,this._minWidth=Math.max(Number.parseFloat(Se),Number.parseFloat(p.minWidth)),this._minHeight=Number.parseFloat(me),this._attachMouseResizeHandlers()}_onResizeMouseMove(J){const me=this._popover._viewportMargin,{clientX:p,clientY:g}=J,v=this.getResizeHandlePlacement(),N=this._initialBoundingRect,ne=p-this._initialClientX,te=g-this._initialClientY;let he,de;const St=v===Q.TopLeft||v===Q.TopRight;if(v===Q.TopLeft||v===Q.BottomLeft){he=(0,P.A)(N.width-ne,this._minWidth,N.x+N.width-me);const ze=(0,P.A)(N.x+ne,me,N.x+N.width-this._minWidth);he=Math.min(he,N.x+N.width-ze),this._currentDeltaX=(N.x-ze)/2}else{const ct=window.innerWidth-N.x-me;he=(0,P.A)(N.width+ne,this._minWidth,ct),this._currentDeltaX=(N.width-he)/2}if(St){de=(0,P.A)(N.height-te,this._minHeight,N.y+N.height-me);const ze=(0,P.A)(N.y+te,me,N.y+N.height-this._minHeight);de=Math.min(de,N.y+N.height-ze),this._currentDeltaY=(N.y-ze)/2}else{const ct=window.innerHeight-N.y-me;de=(0,P.A)(N.height+te,this._minHeight,ct),this._currentDeltaY=(N.height-de)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const D=this._popover.calcPlacement(this._popover._openerRect,{width:he,height:de});this._popover.arrowTranslateX=D.arrow.x,this._popover.arrowTranslateY=D.arrow.y,Object.assign(this._popover.style,{left:`${D.left}px`,top:`${D.top}px`,height:`${de}px`,width:`${he}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 We=_(555),Fe=_(1926),pe=_(8923),lt=_(303),vt=_(5444);(0,pe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return lt.A})),(0,pe.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return vt.A}),"host");var Et,_n=_(5031),$t=function(qe,J,Se,me){var v,p=arguments.length,g=p<3?J:null===me?me=Object.getOwnPropertyDescriptor(J,Se):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)g=Reflect.decorate(qe,J,Se,me);else for(var N=qe.length-1;N>=0;N--)(v=qe[N])&&(g=(p<3?v(g):p>3?v(J,Se,g):v(J,Se))||g);return p>3&&g&&Object.defineProperty(J,Se,g),g},Yt=function(qe){return qe.Center="Center",qe.Left="Left",qe.Right="Right",qe.Stretch="Stretch",qe}(Yt||{}),at=function(qe){return qe.Left="Left",qe.Right="Right",qe.Top="Top",qe.Bottom="Bottom",qe}(at||{});let $=Et=class extends O.A{static get VIEWPORT_MARGIN(){return 10}constructor(){super(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.resizable=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="Right",this.isPopover=!0,this._popoverResize=new Ee(this)}set opener(J){this._opener!==J&&(this._opener=J,J&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var J=()=>super.openPopup,Se=this;return(0,w.A)(function*(){if(Se._opened)return;const me=Se.getOpenerHTMLElement(Se.opener);if(me){if(!me||Se.isOpenerOutsideViewport(me.getBoundingClientRect()))return yield(0,E.JT)(),Se.open=!1,void Se.fireDecoratorEvent("close");Se._initialWidth=Se.style.width,Se._initialHeight=Se.style.height,Se._openerRect=me.getBoundingClientRect(),Se._observeOpenerVisibility(),yield J().call(Se)}})()}closePopup(J=!1,Se=!1,me=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(J,Se,me)}isOpenerClicked(J){const Se=J.target,me=this.getOpenerHTMLElement(this.opener);return!!me&&(!!(Se===me||this._isUI5AbstractElement(Se)&&Se.getFocusDomRef()===me)||J.composedPath().indexOf(me)>-1)}isClicked(J){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==J.composedPath()[0])||(0,L.wi)(J,this.getBoundingClientRect())}_addOpenedPopup(){je(this)}_removeOpenedPopup(){(qe=>{const J=[qe];for(let Se=0;Se<q.length;Se++){const me=q[Se].parentPopovers.indexOf(qe);q[Se].parentPopovers.length>0&&me>-1&&J.push(q[Se].instance)}for(let Se=J.length-1;Se>=0;Se--)for(let me=0;me<q.length;me++){let p=-1;J[Se]===q[me].instance&&(p=me),p>=0&&((0,G.cY)(q[p].instance),Ze(q[p].instance),q.splice(p,1)[0].instance.closePopup(!1,!0))}q.length||(document.removeEventListener("scroll",le,{capture:!0}),document.removeEventListener("mousedown",Je,{capture:!0}),clearInterval(U))})(this)}getOpenerHTMLElement(J){if(null==J)return J;if(J instanceof HTMLElement)return this._isUI5AbstractElement(J)?J.getFocusDomRef():J;let Se=this.getRootNode();if(!Se)return null;Se===this&&(Se=document);let me=Se.getElementById(J);return Se instanceof ShadowRoot&&!me&&(me=document.getElementById(J)),me&&(this._isUI5AbstractElement(me)?me.getFocusDomRef():me)}shouldCloseDueToOverflow(J,Se){const p={Left:Se.right,Right:Se.left,Top:Se.top,Bottom:Se.bottom},g=this.getOpenerHTMLElement(this.opener),v=(0,L.nE)(g);let N=!1,ne=!1;if(v instanceof Et){const te=v.getBoundingClientRect();N=Se.top>te.top+te.height,ne=Se.top+Se.height<te.top}return p[J]<0||p[J]+32>v.innerHeight||N||ne}shouldCloseDueToNoOpener(J){return 0===J.top&&0===J.bottom&&0===J.left&&0===J.right}isOpenerOutsideViewport(J){return J.bottom<0||J.top>window.innerHeight||J.right<0||J.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return Et.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var J=()=>super._show,Se=this;return(0,w.A)(function*(){J().call(Se);const me=Se.getOpenerHTMLElement(Se.opener);if(!me)return void Object.assign(Se.style,{top:"0px",left:"0px"});if(me&&(0,M.W)(me)&&!me.getDomRef())return;Se._opened||Se._showOutsideViewport();const p=Se.getPopoverSize();let g;if(0===p.width||0===p.height)return;if(Se.open&&(Se._openerRect=me.getBoundingClientRect()),g=Se._oldPlacement&&Se.shouldCloseDueToNoOpener(Se._openerRect)&&Se.isFocusWithin()?Se._oldPlacement:Se.calcPlacement(Se._openerRect,p),Se._preventRepositionAndClose||Se.isOpenerOutsideViewport(Se._openerRect))return yield Se._waitForDomRef(),Se.closePopup();Se._oldPlacement=g,Se.actualPlacement=g.actualPlacement;let v=(0,P.A)(Se._left,Et.VIEWPORT_MARGIN,document.documentElement.clientWidth-p.width-Et.VIEWPORT_MARGIN);Se.actualPlacement===at.Right&&(v=Math.max(v,Se._left));let N=(0,P.A)(Se._top,Et.VIEWPORT_MARGIN,document.documentElement.clientHeight-p.height-Et.VIEWPORT_MARGIN);Se.actualPlacement===at.Bottom&&(N=Math.max(N,Se._top)),Se.arrowTranslateX=g.arrow.x,Se.arrowTranslateY=g.arrow.y,N=Se._adjustForIOSKeyboard(N),Object.assign(Se.style,{top:`${N}px`,left:`${v}px`}),!Se._popoverResize.isResized&&(Se.horizontalAlign===z.A.Stretch&&Se._width&&(Se.style.width=Se._width),Se.verticalAlign===I.Stretch&&Se._height&&(Se.style.height=Se._height))})()}_adjustForIOSKeyboard(J){if(!(0,C.un)())return J;const Se=Math.ceil(this.getBoundingClientRect().top);return J+(Number.parseInt(this.style.top||"0")-Se)}_onOpenerIntersection(J){this.open&&!J[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const J=this.getOpenerHTMLElement(this.opener);J&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(J))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(J=!1){const Se=this.getBoundingClientRect(),me=Se.width;let p;const g=this.getDomRef();if(J&&g){const v=g.querySelector(".ui5-popup-header-root"),N=g.querySelector(".ui5-popup-content"),ne=g.querySelector(".ui5-popup-footer-root");p=N?.scrollHeight||0,p+=v?.scrollHeight||0,p+=ne?.scrollHeight||0}else p=Se.height;return{width:me,height:p}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(J){return(0,M.W)(J)&&J.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(J,Se){let me=Et.VIEWPORT_MARGIN,p=0;const g=this.allowTargetOverlap,v=document.documentElement.clientWidth,N=document.documentElement.clientHeight;let ne=N,te=v;const he=this.getActualPlacement(J);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(J)||this.shouldCloseDueToOverflow(he,J);const de=he===at.Top||he===at.Bottom;this._popoverResize.isResized||(this.horizontalAlign===z.A.Stretch&&de?(Se.width=J.width,this._width=`${J.width}px`):this.verticalAlign===I.Stretch&&!de&&(Se.height=J.height,this._height=`${J.height}px`));const Ge=this.hideArrow?0:8;switch(he){case at.Top:me=this.getVerticalLeft(J,Se),p=Math.max(J.top-Se.height-Ge,0),g||(ne=J.top-Ge);break;case at.Bottom:me=this.getVerticalLeft(J,Se),p=J.bottom+Ge,g?p=Math.max(Math.min(p,N-Se.height),0):ne=N-J.bottom-Ge;break;case at.Left:me=Math.max(J.left-Se.width-Ge,0),p=this.getHorizontalTop(J,Se),g||(te=J.left-Ge);break;case at.Right:me=J.left+J.width+Ge,p=this.getHorizontalTop(J,Se),g?me=Math.max(Math.min(me,v-Se.width),0):te=v-J.right-Ge}de?Se.width>v||me<Et.VIEWPORT_MARGIN?me=Et.VIEWPORT_MARGIN:me+Se.width>v-Et.VIEWPORT_MARGIN&&(me=v-Et.VIEWPORT_MARGIN-Se.width):Se.height>N||p<Et.VIEWPORT_MARGIN?p=Et.VIEWPORT_MARGIN:p+Se.height>N-Et.VIEWPORT_MARGIN&&(p=N-Et.VIEWPORT_MARGIN-Se.height),this._maxHeight=Math.round(ne-Et.VIEWPORT_MARGIN),this._maxWidth=Math.round(te-Et.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-me)>1.5)&&(this._left=Math.round(me)),(void 0===this._top||Math.abs(this._top-p)>1.5)&&(this._top=Math.round(p));const St=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),D=this.getArrowPosition(J,Se,me,p,de,St);return this._left+=this.getRTLCorrectionLeft(),{arrow:D,top:this._top,left:this._left,actualPlacement:he}}get isVertical(){return this.placement===A.Top||this.placement===A.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(J,Se,me,p,g,v){const N=this._actualHorizontalAlign;let ne=N===Yt.Center||N===Yt.Stretch;N===Yt.Right&&me<=J.left&&(ne=!0),N===Yt.Left&&me+Se.width>=J.left+J.width&&(ne=!0);let te=0;g&&ne&&(te=J.left+J.width/2-me-Se.width/2);let he=0;g||(he=J.top+J.height/2-p-Se.height/2);const de=Se.height/2-v-4-2;he=(0,P.A)(he,-de,de);const Ge=Se.width/2-v-4-2;return te=(0,P.A)(te,-Ge,Ge),{x:Math.round(te),y:Math.round(he)}}fallbackPlacement(J,Se,me,p){return me.left>p.width?at.Left:J-me.right>me.left?at.Right:Se-me.bottom>p.height?at.Bottom:Se-me.bottom<me.top?at.Top:void 0}getActualPlacement(J){const Se=this.placement,me=this.getPopoverSize(!this.allowTargetOverlap);let p=at.Right;switch(Se){case A.Start:p=this.isRtl?at.Right:at.Left;break;case A.End:p=this.isRtl?at.Left:at.Right;break;case A.Top:p=at.Top;break;case A.Bottom:p=at.Bottom}const g=document.documentElement.clientWidth;let v=document.documentElement.clientHeight,N=me.height;switch(this.isVertical&&(N+=this.hideArrow?0:8,v-=Et.VIEWPORT_MARGIN),p){case at.Top:J.top<N&&J.top<v-J.bottom&&(p=at.Bottom);break;case at.Bottom:v-J.bottom<N&&v-J.bottom<J.top&&(p=at.Top);break;case at.Left:J.left<me.width&&(p=this.fallbackPlacement(g,v,J,me)||p);break;case at.Right:g-J.right<me.width&&(p=this.fallbackPlacement(g,v,J,me)||p)}return p}getVerticalLeft(J,Se){let p=Et.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case Yt.Center:case Yt.Stretch:p=J.left-(Se.width-J.width)/2,p=this._popoverResize.getCorrectedLeft(p);break;case Yt.Left:p=J.left;break;case Yt.Right:p=J.right-Se.width}return p}getHorizontalTop(J,Se){let me=0;switch(this.verticalAlign){case I.Center:case I.Stretch:me=J.top-(Se.height-J.height)/2,me=this._popoverResize.getCorrectedTop(me);break;case I.Top:me=J.top;break;case I.Bottom:me=J.bottom-Se.height}return me}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 J=super.classes;return J.root["ui5-popover-root"]=!0,J.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(J),J}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case z.A.Start:return this.isRtl?Yt.Right:Yt.Left;case z.A.End:return this.isRtl?Yt.Left:Yt.Right;case z.A.Stretch:return Yt.Stretch;default:return Yt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(J){this._popoverResize.onResizeMouseDown(J),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};$t([(0,T.A)()],$.prototype,"headerText",void 0),$t([(0,T.A)()],$.prototype,"placement",void 0),$t([(0,T.A)()],$.prototype,"horizontalAlign",void 0),$t([(0,T.A)()],$.prototype,"verticalAlign",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"modal",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"hideArrow",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"allowTargetOverlap",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"resizable",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"arrowTranslateX",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"arrowTranslateY",void 0),$t([(0,T.A)()],$.prototype,"actualPlacement",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"_maxHeight",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"_maxWidth",void 0),$t([(0,T.A)({noAttribute:!0})],$.prototype,"_resizeHandlePlacement",void 0),$t([(0,b.A)()],$.prototype,"header",void 0),$t([(0,b.A)()],$.prototype,"footer",void 0),$t([(0,T.A)({converter:S})],$.prototype,"opener",null),$=Et=$t([(0,F.A)({tag:"ui5-popover",styles:[O.A.styles,Fe.A,':host{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-root{min-width:6.25rem}.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:We.A})],$),$.define();const Me=$,ft=(0,_n.A)("isPopover")},555(K,re,_){"use strict";_.d(re,{A:()=>C});var w=_(1892),M=_(8731),F=_(81),T=_(8520),b=_(6983);function C(){return T.Ay.call(this,{beforeContent:L,afterContent:P})}function L(){return(0,w.FD)(w.FK,{children:[(0,w.Y)("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&(0,w.Y)("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?(0,w.Y)("slot",{name:"header"}):(0,w.Y)(b.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function P(){return(0,w.FD)(w.FK,{children:[this._displayFooter&&!!this.footer.length&&(0,w.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,w.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,w.Y)("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,w.Y)(M.A,{name:F.Ay})})]})}},7883(K,re,_){"use strict";_.d(re,{A:()=>We});var w=_(467),M=_(1934),F=_(6060),T=_(1437),b=_(6993),C=_(1642),L=_(1834),P=_(4381),m=_(6136),S=_(5465);const E=/^(?:a|area)$/i,O=/^(?:input|select|textarea|button)$/i,A=Fe=>{if(Fe.disabled)return!1;const pe=Fe.getAttribute("tabindex");return null!=pe?parseInt(pe)>=0:O.test(Fe.nodeName)||E.test(Fe.nodeName)&&!!Fe.href},V=Fe=>Fe.hasAttribute("data-ui5-focus-trap"),I=Fe=>{const pe=getComputedStyle(Fe);return Fe.scrollHeight>Fe.clientHeight&&["scroll","auto"].indexOf(pe.overflowY)>=0||Fe.scrollWidth>Fe.clientWidth&&["scroll","auto"].indexOf(pe.overflowX)>=0},z=function(){var Fe=(0,w.A)(function*(pe,lt){return!pe||(0,S.A)(pe)?null:G(pe,!0,lt)});return function(lt,vt){return Fe.apply(this,arguments)}}(),j=function(){var Fe=(0,w.A)(function*(pe,lt){return!pe||(0,S.A)(pe)?null:G(pe,!1,lt)});return function(lt,vt){return Fe.apply(this,arguments)}}(),W=Fe=>Fe.hasAttribute("data-ui5-focus-redirect")||!(0,S.A)(Fe),x=Fe=>{if((0,P.W)(Fe)){const pe=Fe.getAttribute("tabindex");if(null!==pe&&parseInt(pe)<0)return!0}return!1},G=function(){var Fe=(0,w.A)(function*(pe,lt,vt){let At,_n,Et,$t=-1;for(pe.shadowRoot?At=lt?pe.shadowRoot.firstElementChild:pe.shadowRoot.lastElementChild:pe instanceof HTMLSlotElement&&pe.assignedNodes()?(_n=pe.assignedElements(),$t=lt?0:_n.length-1,At=_n[$t]):At=vt?pe:lt?pe.firstElementChild:pe.lastElementChild;At;){const Ln=At;if(!(0,S.A)(Ln)&&!x(Ln)){if((0,P.W)(At)&&(yield At._waitForDomRef(),At=At.getDomRef()),!At||(0,S.A)(At))return null;if(1===At.nodeType&&W(At)&&!V(At)){if(A(At)||(Et=yield G(At,lt),!(0,m.nr)()&&!Et&&I(At)))return At&&"function"==typeof At.focus?At:null;if(Et)return Et&&"function"==typeof Et.focus?Et:null}}At=lt?Ln.nextElementSibling:Ln.previousElementSibling,_n&&!_n[$t].contains(At)&&($t=lt?$t+1:$t-1,At=_n[$t])}return null});return function(lt,vt,At){return Fe.apply(this,arguments)}}();var U=_(3493),H=_(3455),q=_(2358),le=_(1402),ve=_(362),se=_(4583),Ce=_(1045),xe=_(8520),$e=_(9634),He=_(3466),Ze=_(8923),et=_(303),Re=_(5444);(0,Ze.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return et.A})),(0,Ze.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return Re.A}),"host"),(0,Ze.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return et.A})),(0,Ze.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return Re.A}),"host"),(0,Ze.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return et.A})),(0,Ze.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return Re.A}),"host");var ue,Be=function(Fe,pe,lt,vt){var $t,At=arguments.length,_n=At<3?pe:null===vt?vt=Object.getOwnPropertyDescriptor(pe,lt):vt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_n=Reflect.decorate(Fe,pe,lt,vt);else for(var Et=Fe.length-1;Et>=0;Et--)($t=Fe[Et])&&(_n=(At<3?$t(_n):At>3?$t(pe,lt,_n):$t(pe,lt))||_n);return At>3&&_n&&Object.defineProperty(pe,lt,_n),_n};(0,H.g5)("data-ui5-popup-scroll-blocker")||(0,H._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const be=new Set;let Ee=ue=class extends P.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,m.tp)(),this.onDesktop=(0,m.xl)()}onAfterRendering(){(0,F.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,m.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,U.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(ue.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,U.I7)(this)}set open(pe){this._open!==pe&&(this._open=pe,pe?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var pe=this;return(0,w.A)(function*(){pe._opened||(pe.fireDecoratorEvent("before-open")?(pe._attachBrowserEvents(),pe.isModal&&ue.blockPageScrolling(pe),pe._focusedElementBeforeOpen=(0,le.CA)(),pe._show(),pe._opened=!0,pe.getDomRef()&&pe._updateMediaRange(),pe._addOpenedPopup(),pe.open=!0,yield pe.applyInitialFocus(),yield(0,F.JT)(),pe.isConnected&&pe.fireDecoratorEvent("open")):pe.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(pe){pe.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(pe){be.add(pe),1===be.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(pe){be.delete(pe),0===be.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(pe){this.fireDecoratorEvent("scroll",{scrollTop:pe.target.scrollTop,targetRef:pe.target})}_onkeydown(pe){const lt=pe.target===this._root&&(0,q.bR)(pe),vt=(0,q.RI)(pe)&&!this.open;(lt||vt)&&pe.preventDefault()}_onfocusout(pe){pe.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(pe){this._shouldFocusRoot=!!this.shadowRoot.contains(pe.target)}_onmouseup(){this._shouldFocusRoot&&((0,m.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var pe=this;return(0,w.A)(function*(){const lt=yield z(pe);lt?lt.focus():pe._root.focus()})()}forwardToLast(){var pe=this;return(0,w.A)(function*(){const lt=yield j(pe);lt?lt.focus():pe._root.focus()})()}applyInitialFocus(){var pe=this;return(0,w.A)(function*(){pe.preventInitialFocus||(yield pe.applyFocus())})()}applyFocus(){var pe=this;return(0,w.A)(function*(){if(pe.querySelector("[autofocus]")||(yield pe._waitForDomRef(),pe.getRootNode()===pe))return;let lt;pe.initialFocus&&(lt=pe.getRootNode().getElementById(pe.initialFocus)||document.getElementById(pe.initialFocus)),lt=lt||(yield z(pe))||pe._root,lt&&(lt===pe._root&&(lt.tabIndex=-1),lt.focus())})()}isFocusWithin(){return(0,le.TP)(this._root)}_updateMediaRange(){this.mediaRange=se.A.getCurrentRange(se.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,U.Bm)(this)}_addOpenedPopup(){(0,He.Xj)(this)}closePopup(pe=!1,lt=!1,vt=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:pe})?(this._opened=!1,this.isModal&&ue.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),lt||this._removeOpenedPopup(),!this.preventFocusRestore&&!vt&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,He.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(ve.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(ve.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,U.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,U.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===$e.A.None?void 0:(0,Ce.A)(this.accessibleRole)}get _ariaModal(){return this.accessibleRole===$e.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}}}};Be([(0,C.A)()],Ee.prototype,"initialFocus",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"preventFocusRestore",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleName",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleNameRef",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleRole",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleDescription",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleDescriptionRef",void 0),Be([(0,C.A)({noAttribute:!0})],Ee.prototype,"_associatedDescriptionRefTexts",void 0),Be([(0,C.A)()],Ee.prototype,"mediaRange",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"preventInitialFocus",void 0),Be([(0,C.A)({type:Boolean,noAttribute:!0})],Ee.prototype,"isTopModalPopup",void 0),Be([(0,b.A)({type:HTMLElement,default:!0})],Ee.prototype,"content",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"onPhone",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"onDesktop",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"open",null),Ee=ue=Be([(0,M.A)({renderer:L.A,styles:[":host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}\n",".ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}\n"],template:xe.Ay}),(0,T.A)("before-open",{cancelable:!0}),(0,T.A)("open"),(0,T.A)("before-close",{cancelable:!0}),(0,T.A)("close"),(0,T.A)("scroll",{bubbles:!0})],Ee);const We=Ee},8520(K,re,_){"use strict";_.d(re,{Ay:()=>F});var w=_(1892);function M(){return(0,w.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function F(C){return(0,w.FD)(w.FK,{children:[M.call(this),(0,w.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,w.Y)("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(C?.beforeContent||T).call(this),(0,w.Y)("div",{style:this.styles.content,class:this.classes.content,onScroll:this._scroll,part:"content",children:(0,w.Y)("slot",{})}),this.ariaDescriptionText&&(0,w.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(C?.afterContent||b).call(this),(0,w.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function T(){}function b(){}},2920(K,re,_){"use strict";_.d(re,{A:()=>U});var w=_(467),M=_(1934),F=_(1642),T=_(6136),b=_(3651),C=_(5166),L=_(1892),P=_(1278),m=_(555),S=_(3248),E=_(6983),O=_(7778),A=_(6634),V=_(8923),I=_(303),z=_(5444);(0,V.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return I.A})),(0,V.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return z.A}),"host");var x,W=function(H,q,le,ve){var xe,se=arguments.length,Ce=se<3?q:null===ve?ve=Object.getOwnPropertyDescriptor(q,le):ve;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(H,q,le,ve);else for(var $e=H.length-1;$e>=0;$e--)(xe=H[$e])&&(Ce=(se<3?xe(Ce):se>3?xe(q,le,Ce):xe(q,le))||Ce);return se>3&&Ce&&Object.defineProperty(q,le,Ce),Ce};let G=x=class extends A.Ay{constructor(){super(),this.contentOnlyOnDesktop=!1,this._hideHeader=!1,this._hideCloseButton=!1}openPopup(){var q=()=>super.openPopup,le=this;return(0,w.A)(function*(){(0,T.tp)()?le._dialog&&(le._dialog.open=!0):yield q().call(le)})()}_show(){var q=()=>super._show,le=this;return(0,w.A)(function*(){if(!(0,T.tp)())return q().call(le)})()}handleOpenOnEnterDOM(){this.open&&!(0,T.tp)()&&(this.showPopover(),this.openPopup())}_dialogCloseButtonClick(){this.closePopup()}closePopup(q=!1,le=!1,ve=!1){(0,T.tp)()?this._dialog?.closePopup(q,le,ve):super.closePopup(q,le,ve)}toggle(q){this.open?this.closePopup():(this.opener=q,this.open=!0)}get classes(){const q=super.classes;return q.header={"ui5-responsive-popover-header":!0,"ui5-responsive-popover-header-no-title":!this.headerText},q}get _dialog(){return this.shadowRoot.querySelector("[ui5-dialog]")}get contentDOM(){return(0,T.tp)()?this._dialog.contentDOM:super.contentDOM}get _isPhone(){return(0,T.tp)()}get _displayHeader(){return((0,T.tp)()||!this.contentOnlyOnDesktop)&&super._displayHeader}get _displayFooter(){return(0,T.tp)()||!this.contentOnlyOnDesktop}get _closeDialogAriaLabel(){return x.i18nBundle.getText(C.W_p)}_beforeDialogOpen(){this._opened=!0,this.open=!0,this.fireDecoratorEvent("before-open")}_afterDialogOpen(){this.fireDecoratorEvent("open")}_beforeDialogClose(q){this.fireDecoratorEvent("before-close",q.detail)}_afterDialogClose(){this._opened=!1,this.open=!1,this.fireDecoratorEvent("close")}get isModal(){return(0,T.tp)()?this._dialog.isModal:super.isModal}};W([(0,F.A)({type:Boolean})],G.prototype,"contentOnlyOnDesktop",void 0),W([(0,F.A)({type:Boolean})],G.prototype,"_hideHeader",void 0),W([(0,F.A)({type:Boolean})],G.prototype,"_hideCloseButton",void 0),W([(0,b.A)("@ui5/webcomponents")],G,"i18nBundle",void 0),G=x=W([(0,M.A)({tag:"ui5-responsive-popover",styles:[A.Ay.styles,":host{min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-responsive_popover_header_height);display:flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}\n"],template:function B(){return this._isPhone?(0,L.FD)(S.A,{"root-element":!0,accessibleName:this.accessibleName,accessibleNameRef:this.accessibleNameRef,accessibleDescription:this.accessibleDescription,accessibleDescriptionRef:this.accessibleDescriptionRef,accessibleRole:this.accessibleRole,stretch:!0,preventInitialFocus:this.preventInitialFocus,preventFocusRestore:this.preventFocusRestore,initialFocus:this.initialFocus,onBeforeOpen:this._beforeDialogOpen,onOpen:this._afterDialogOpen,onBeforeClose:this._beforeDialogClose,onClose:this._afterDialogClose,exportparts:"content, header, footer",open:this.open,children:[!this._hideHeader&&(0,L.Y)(L.FK,{children:this.header.length?(0,L.Y)("slot",{slot:"header",name:"header"}):(0,L.FD)("div",{class:this.classes.header,slot:"header",children:[this.headerText&&(0,L.Y)(E.A,{level:"H1",wrappingType:"None",class:"ui5-popup-header-text ui5-responsive-popover-header-text",children:this.headerText}),!this._hideCloseButton&&(0,L.Y)(O.A,{icon:P.Ay,design:"Transparent",accessibleName:this._closeDialogAriaLabel,onClick:this._dialogCloseButtonClick})]})}),(0,L.Y)("slot",{}),(0,L.Y)("slot",{slot:"footer",name:"footer"})]}):m.A.call(this)}})],G),G.define();const U=G},4110(K,re,_){"use strict";_.d(re,{A:()=>G});var w=_(4381),M=_(1934),F=_(1642),T=_(6993),b=_(1834),C=_(3651),L=_(6759),P=function(U){return U.Off="Off",U.On="On",U}(P||{});const m=P;var S=_(1892),O=_(5166),B=_(467),A=_(8923),V=_(303),I=_(5444);(0,A.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,B.A)(function*(){return V.A})),(0,A.Rh)("@ui5/webcomponents","sap_horizon",(0,B.A)(function*(){return I.A}),"host");var W,j=function(U,H,q,le){var Ce,ve=arguments.length,se=ve<3?H:null===le?le=Object.getOwnPropertyDescriptor(H,q):le;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)se=Reflect.decorate(U,H,q,le);else for(var xe=U.length-1;xe>=0;xe--)(Ce=U[xe])&&(se=(ve<3?Ce(se):ve>3?Ce(H,q,se):Ce(H,q))||se);return ve>3&&se&&Object.defineProperty(H,q,se),se};let x=W=class extends w.A{constructor(){super(...arguments),this.maxLines=1/0,this.emptyIndicatorMode="Off"}onBeforeRendering(){this.style.setProperty("--_ui5_text_max_lines",`${this.maxLines}`)}get hasText(){return(0,L.A)(this.text)}get _renderEmptyIndicator(){return!this.hasText&&this.emptyIndicatorMode===m.On}get _emptyIndicatorAriaLabel(){return W.i18nBundle.getText(O.B$d)}get _emptyIndicatorSymbol(){return W.i18nBundle.getText(O.Fo)}};j([(0,F.A)({type:Number})],x.prototype,"maxLines",void 0),j([(0,F.A)()],x.prototype,"emptyIndicatorMode",void 0),j([(0,T.A)({type:Node,default:!0})],x.prototype,"text",void 0),j([(0,C.A)("@ui5/webcomponents")],x,"i18nBundle",void 0),x=W=j([(0,M.A)({tag:"ui5-text",renderer:b.A,template:function E(){return(0,S.Y)(S.FK,{children:(0,S.Y)("span",{children:this._renderEmptyIndicator?(0,S.FD)(S.FK,{children:[(0,S.Y)("span",{className:"empty-indicator","aria-hidden":"true",children:this._emptyIndicatorSymbol}),(0,S.Y)("span",{className:"empty-indicator-aria-label",children:this._emptyIndicatorAriaLabel})]}):(0,S.Y)("slot",{})})})},styles:':host{max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;cursor:text;overflow:hidden}:host([max-lines="1"]){display:inline-block;text-overflow:ellipsis;white-space:nowrap}:host(:not([max-lines="1"])){display:-webkit-inline-box;-webkit-line-clamp:var(--_ui5_text_max_lines);line-clamp:var(--_ui5_text_max_lines);-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}\n'})],x),x.define();const G=x},6983(K,re,_){"use strict";_.d(re,{A:()=>j});var w=_(4381),M=_(1834),F=_(1934),T=_(1642),b=function(W){return W.H1="H1",W.H2="H2",W.H3="H3",W.H4="H4",W.H5="H5",W.H6="H6",W}(b||{});const C=b;var L=_(1892);function m(W){switch(W){case"H1":return(0,L.Y)("h1",{class:"ui5-title-root",children:S.call(this)});case"H2":default:return(0,L.Y)("h2",{class:"ui5-title-root",children:S.call(this)});case"H3":return(0,L.Y)("h3",{class:"ui5-title-root",children:S.call(this)});case"H4":return(0,L.Y)("h4",{class:"ui5-title-root",children:S.call(this)});case"H5":return(0,L.Y)("h5",{class:"ui5-title-root",children:S.call(this)});case"H6":return(0,L.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:S.call(this)})}}function S(){return(0,L.Y)("span",{id:`${this._id}-inner`,children:(0,L.Y)("slot",{})})}var E=_(467),O=_(8923),B=_(303),A=_(5444);(0,O.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return B.A})),(0,O.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return A.A}),"host");var I=function(W,x,G,U){var le,H=arguments.length,q=H<3?x:null===U?U=Object.getOwnPropertyDescriptor(x,G):U;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)q=Reflect.decorate(W,x,G,U);else for(var ve=W.length-1;ve>=0;ve--)(le=W[ve])&&(q=(H<3?le(q):H>3?le(x,G,q):le(x,G))||q);return H>3&&q&&Object.defineProperty(x,G,q),q};let z=class extends w.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===C.H1}get h2(){return this.level===C.H2}get h3(){return this.level===C.H3}get h4(){return this.level===C.H4}get h5(){return this.level===C.H5}get h6(){return this.level===C.H6}};I([(0,T.A)()],z.prototype,"wrappingType",void 0),I([(0,T.A)()],z.prototype,"level",void 0),I([(0,T.A)()],z.prototype,"size",void 0),z=I([(0,F.A)({tag:"ui5-title",renderer:M.A,template:function P(){return(0,L.Y)(L.FK,{children:m.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'})],z),z.define();const j=z},5262(K,re,_){"use strict";_.d(re,{A:()=>L});var w=_(6826),M=_(9436),F=_(9233),T=_(7669),b=_(2928);const L=class C{constructor(m,S){this.component=m,this.config={orientation:b.A.Vertical,clientCoordinate:"clientY",...S}}ondragenter(m){m.preventDefault()}ondragleave(m){if(m.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(m.relatedTarget))return;const S=this.config.getDropIndicator();S&&(S.targetReference=null)}ondragover(m){if(!this._validateDragOver(m))return;const S=w.A.getDraggedElement(),E=this.config.getDropIndicator(),O=this._findClosestPosition(m);if(!O)return void(E.targetReference=null);const B=this._transformTargetElement(O.element);if(!this._isValidDragTarget(S,B))return void(E.targetReference=null);const A=this._filterPlacements(O.placements,S,B),V=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:I,placement:z}=(0,M.A)(m,this.component,{element:B,placements:A},B,V);E.targetReference=I,E.placement=z}ondrop(m){const S=this.config.getDropIndicator();S?.targetReference&&S?.placement?((0,F.A)(m,this.component,S.targetReference,S.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),S.targetReference=null):m.preventDefault()}_validateDragOver(m){if(!(m.target instanceof HTMLElement))return!1;const S=w.A.getDraggedElement(),E=this.config.getDropIndicator();return!(!S||!E)}_findClosestPosition(m){const S=this.config.getItems();return(0,T.gk)(S,"clientX"===this.config.clientCoordinate?m.clientX:m.clientY,this.config.orientation)}_transformTargetElement(m){return this.config.transformElement?this.config.transformElement(m):m}_isValidDragTarget(m,S){return!this.config.validateDraggedElement||this.config.validateDraggedElement(m,S)}_filterPlacements(m,S,E){return this.config.filterPlacements?this.config.filterPlacements(m,S,E):m}}},5166(K,re,_){"use strict";_.d(re,{$D3:()=>Hs,$nc:()=>_i,$zM:()=>a_,Apb:()=>C,B$d:()=>ke,CH:()=>T,CNT:()=>qf,CR4:()=>v5,C_7:()=>kt,ChD:()=>Gi,DQe:()=>wt,DXF:()=>nt,Dy9:()=>F,Egs:()=>i6,FNp:()=>Is,Fo:()=>Ar,Fr3:()=>h,FvC:()=>Oo,H5d:()=>sl,HzF:()=>wi,IGR:()=>Di,Jy$:()=>et,Jz0:()=>al,K2C:()=>ys,Kdd:()=>Xe,Kw$:()=>Fn,KwP:()=>o5,M4s:()=>je,MME:()=>bs,NJs:()=>Ur,Oms:()=>dt,Ou8:()=>Vr,Ozj:()=>Zn,P1:()=>oe,PBn:()=>fe,QGn:()=>g5,QLe:()=>jt,Qmg:()=>st,RXS:()=>$e,TkL:()=>Ie,Uin:()=>br,W_p:()=>_t,WlA:()=>Fo,Wyx:()=>Mt,Xot:()=>Jd,Y12:()=>ic,YBm:()=>Si,YF:()=>Kr,YZv:()=>c_,Yz$:()=>ht,Z2A:()=>i5,ZBF:()=>ma,ZqR:()=>jo,_cD:()=>lc,b5n:()=>a6,bRY:()=>Qn,bZg:()=>o1,bem:()=>Qr,dOG:()=>pa,dr_:()=>fa,eHF:()=>ga,fBK:()=>M,fPH:()=>xt,fSG:()=>b,flf:()=>Re,gXD:()=>fi,hNk:()=>Be,jSp:()=>ji,kHh:()=>m5,kQX:()=>Ze,knB:()=>w,lXU:()=>nl,laD:()=>r5,mgn:()=>Je,nFX:()=>He,oBe:()=>il,ogG:()=>k,p0I:()=>Vs,pcO:()=>ge,piN:()=>er,q6J:()=>u_,qF5:()=>el,td$:()=>Pn,tgV:()=>sc,u9k:()=>ya,ukz:()=>va,vtI:()=>s_,wJ8:()=>s6,wzI:()=>ol,zTe:()=>wr});const w={key:"ACC_STATE_REQUIRED",defaultText:"Required"},M={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},F={key:"ACC_STATE_READONLY",defaultText:"Read Only"},T={key:"ACC_STATE_EMPTY",defaultText:"Empty"},b={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},C={key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},$e={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},He={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},Ze={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},et={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},Re={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},Je={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},je={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},Ie={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Be={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},Ar={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},ke={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},nt={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},ge={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},st={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},ht={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},kt={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},br={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},Pn={key:"SELECT_ROLE_DESCRIPTION",defaultText:"Listbox"},Qn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},Si={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},ys={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},bs={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},Ur={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},_i={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},wi={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},jo={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},Oo={key:"LINK_SUBTLE",defaultText:"Subtle"},Xe={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},fa={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content press F2."},er={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},h={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},k={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},oe={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},wt={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},Mt={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},xt={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},Kr={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},_t={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},ji={key:"LOAD_MORE_TEXT",defaultText:"More"},jt={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},qf={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},fe={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},ic={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},r5={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},Jd={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},sc={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},o5={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},pa={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},i5={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},Di={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},el={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},nl={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},g5={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},m5={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},v5={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},s_={key:"LABEL_COLON",defaultText:":"},wr={key:"TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL",defaultText:"Additional Options"},a_={key:"TOOLBAR_POPOVER_AVAILABLE_VALUES",defaultText:"Available Values"},dt={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},Vr={key:"FORM_SELECTABLE_REQUIRED",defaultText:"Please select an item in the list."},Fo={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},ga={key:"TABLE_SELECTION",defaultText:"Selection"},lc={key:"TABLE_ROW_SELECTOR",defaultText:"Row Selector"},Zn={key:"TABLE_ROW_NAVIGATED",defaultText:"Navigated"},Fn={key:"TABLE_NO_DATA",defaultText:"No Data"},ol={key:"TABLE_ROW",defaultText:"Row"},Qr={key:"TABLE_ROW_POPIN",defaultText:"Row Popin"},ma={key:"TABLE_ROW_INDEX",defaultText:"{0} of {1}"},il={key:"TABLE_ROW_SELECTED",defaultText:"Selected"},Is={key:"TABLE_ROW_ACTIVE",defaultText:"Is Active"},Gi={key:"TABLE_ROW_NAVIGABLE",defaultText:"Has Details"},o1={key:"TABLE_COLUMN_HEADER_ROW",defaultText:"Column Header Row"},Hs={key:"TABLE_MORE",defaultText:"More"},c_={key:"TABLE_MORE_DESCRIPTION",defaultText:"To load more rows, press Enter or Space"},va={key:"TABLE_ROW_ACTIONS",defaultText:"Row Actions"},fi={key:"TABLE_ROW_SINGLE_ACTION",defaultText:"1 row action available"},sl={key:"TABLE_ROW_MULTIPLE_ACTIONS",defaultText:"{0} row actions available"},u_={key:"TABLE_SELECT_ALL_ROWS",defaultText:"Select All Rows"},Vs={key:"TABLE_DESELECT_ALL_ROWS",defaultText:"Deselect All Rows"},i6={key:"CHECKBOX_CHECKED",defaultText:"Checked"},s6={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},a6={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},al={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},ya={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(467),M=_(8923),F=_(303),T=_(5444);(0,M.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return F.A})),(0,M.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return T.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'},8366(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(467),M=_(8923),F=_(303),T=_(5444);(0,M.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return F.A})),(0,M.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return T.A}),"host");const b='.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;padding:.25rem 0;width:100%}.ui5-responsive-popover-footer .ui5-responsive-popover-close-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}\n'},8901(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(467),M=_(8923),F=_(303),T=_(5444);(0,M.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return F.A})),(0,M.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return T.A}),"host");const b=".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"},5444(K,re,_){"use strict";_.d(re,{A:()=>w});const w=':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(--sapContent_Selected_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_Hover_Background);--_ui5_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_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: .125rem;--_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(--sapField_Active_BorderColor);--_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: var(--sapField_Hover_Background);--_ui5_input_icon_hover_bg: var(--sapField_Focus_Background);--_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, 0 .5rem) var(--_ui5-cozy-size, 0 .6875rem);--_ui5_radio_button_outer_ring_padding_with_label: var(--_ui5-compact-size, 0 .5rem) var(--_ui5-cozy-size, 0 .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: calc(100% - .0625rem) ;--_ui5_select_icon_wrapper_state_height: calc(100% - .125rem) ;--_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_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_progress_container_background: var(--sapSlider_Background);--_ui5_slider_progress_container_dot_display: block;--_ui5_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5_slider_progress_border_width: .0625rem;--_ui5_slider_progress_border: solid var(--_ui5_slider_progress_border_width) var(--sapSlider_BorderColor);--_ui5_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5_slider_progress_before_border: none;--_ui5_slider_progress_after_border: none;--_ui5_slider_padding: var(--_ui5-compact-size, 1rem 1.0625rem) var(--_ui5-cozy-size, 1.406rem 1.0625rem);--_ui5_slider_root_height: 3.3125rem;--_ui5_slider_inner_height: .25rem;--_ui5_slider_inner_min_width: 4rem;--_ui5_slider_outer_height: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 1.6875rem);--_ui5_slider_progress_border_radius: .25rem;--_ui5_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5_slider_handle_icon_display: inline-block;--_ui5_range_slider_root_hover_handle_icon_display: inline-block;--_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_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5_slider_handle_border_radius: .5rem;--_ui5_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5_slider_track_total_height: calc(var(--_ui5_slider_inner_height) + (2 * var(--_ui5_slider_progress_border_width)));--_ui5_slider_handle_top: var(--_ui5-compact-size, calc((var(--_ui5_slider_track_total_height) - var(--_ui5_slider_handle_height)) / 2 - var(--_ui5_slider_progress_border_width))) var(--_ui5-cozy-size, calc((var(--_ui5_slider_track_total_height) - var(--_ui5_slider_handle_height)) / 2 - var(--_ui5_slider_progress_border_width)));--_ui5_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5_slider_handle_outline: none;--_ui5_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_slider_handle_outline_offset: .075rem;--_ui5_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5_slider_progress_outline_offset: var(--_ui5-compact-size, -.625rem) var(--_ui5-cozy-size, -.8125rem);--_ui5_slider_tickmark_top: calc((var(--_ui5_slider_track_total_height) - var(--_ui5_slider_tickmark_height)) / 2 - var(--_ui5_slider_progress_border_width));--_ui5_slider_disabled_opacity: .4;--_ui5_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5_slider_tooltip_border_radius: .5rem;--_ui5_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5_slider_tooltip_border: none;--_ui5_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5_slider_tooltip_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .25rem);--_ui5_slider_tooltip_height: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, 1.375rem);--_ui5_slider_tooltip_min_width: 2rem;--_ui5_slider_tooltip_bottom: var(--_ui5-compact-size, 1.75rem) var(--_ui5-cozy-size, 2rem);--_ui5_slider_label_fontsize: var(--sapFontSmallSize);--_ui5_slider_label_color: var(--sapContent_LabelColor);--_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));--_ui5_range_slider_progress_focus_left: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)));--_ui5_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5_range_slider_progress_focus_height: calc(var(--_ui5_slider_handle_height) + .375rem);--_ui5_range_slider_legacy_progress_focus_display: none;--_ui5_slider_handle_focus_width: 1px;--_ui5_slider_start_end_point_size: .5rem;--_ui5_slider_start_end_point_left: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -.95rem);--_ui5_slider_start_end_point_top: -.1875rem;--_ui5_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_focused_tooltip_distance: var(--_ui5-compact-size, calc(var(--_ui5_slider_tooltip_bottom) - var(--_ui5_slider_handle_focus_width))) var(--_ui5-cozy-size, calc(var(--_ui5_slider_tooltip_bottom) - var(--_ui5_slider_handle_focus_width)));--_ui5_slider_handle_box_sizing: border-box;--_ui5_slider_tooltip_border_box: border-box;--_ui5_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5_range_slider_active_handle_icon_display: none;--_ui5_range_slider_handle_background_focus: transparent;--_ui5_range_slider_progress_focus_width: 100%;--_ui5_range_slider_root_active_handle_icon_display: none;--_ui5_slider_tickmark_height: .5rem;--_ui5_slider_progress_box_sizing: border-box;--_ui5_slider_active_progress_box_sizing: content-box;--_ui5_range_slider_focus_outline_width: 100%;--_ui5_slider_progress_outline_offset_left: 0;--_ui5_range_slider_focus_outline_radius: 0;--_ui5_slider_progress_container_top: 0;--_ui5_slider_progress_height: .25rem;--_ui5_slider_active_progress_border: solid .0625rem var(--sapSlider_Selected_BorderColor);--_ui5_slider_active_progress_border_radius: .25rem;--_ui5_slider_active_progress_left: -.0625rem;--_ui5_slider_active_progress_top: -.0625rem;--_ui5_slider_active_progress_padding: .125rem;--_ui5_slider_active_progress_height: calc(var(--_ui5_slider_progress_height) - .125rem);--_ui5_slider_no_tickmarks_progress_container_top: var(--_ui5_slider_progress_container_top);--_ui5_slider_no_tickmarks_progress_height: var(--_ui5_slider_progress_height);--_ui5_slider_no_tickmarks_active_progress_border: var(--_ui5_slider_active_progress_border);--_ui5_slider_no_tickmarks_active_progress_left: -.0625rem;--_ui5_slider_no_tickmarks_active_progress_top: -.0625rem;--_ui5_slider_no_tickmarks_active_progress_height: calc(var(--_ui5_slider_no_tickmarks_progress_height) - .125rem);--_ui5_slider_handle_focus_visibility: none;--_ui5_slider_handle_icon_size: var(--_ui5-compact-size, .875rem) var(--_ui5-cozy-size, .875rem);--_ui5_slider_handle_font_family: "SAP-icons";--_ui5_range_slider_progress_focus_right: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)));--_ui5_range_slider_root_hover_handle_bg: var(--_ui5_slider_handle_hover_background);--ui5_slider_handle_outline: none;--ui5_slider_scale_background: var(--sapSlider_Background);--_ui5_slider_scale_border: none;--_ui5_slider_scale_dots_distance: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1rem);--_ui5_slider_scale_tickmark_height: .5rem;--_ui5_slider_scale_root_box_sizing: border-box;--_ui5_slider_scale_progress_border: none;--_ui5_slider_scale_progress_height: 100%;--_ui5_slider_scale_progress_top: 0;--_ui5_slider_scale_dots_display: inline-block;--_slider_root_side_padding: var(--_ui5-compact-size, 0 .75rem) var(--_ui5-cozy-size, 0 1rem);--_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_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-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_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_label_side_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_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, 1rem) var(--_ui5-cozy-size, 1.375rem);--_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, 2rem) var(--_ui5-cozy-size, 2.75rem);--_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_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(K,re,_){"use strict";_.d(re,{Xj:()=>E,vR:()=>B,cY:()=>O});var w=_(6113),M=_(2358),F=_(3274);const L=(0,w.A)("OpenedPopupsRegistry",{openedRegistry:[]}),P=(0,F.x)("OpenUI5Support"),E=(j,W=[])=>{L.openedRegistry.some(x=>x.instance===j)||(L.openedRegistry.push({instance:j,parentPopovers:W}),function m(j){P?.addOpenedPopup(j)}({type:"WebComponent",instance:j})),z(),1===L.openedRegistry.length&&V()},O=j=>{L.openedRegistry=L.openedRegistry.filter(W=>W.instance!==j),function S(j){P?.removeOpenedPopup(j)}(j),z(),L.openedRegistry.length||I()},B=()=>[...L.openedRegistry],A=j=>{if(L.openedRegistry.length&&(0,M.KL)(j)&&!((j,W="handledByControl")=>!!j[`_sapui_${W}`])(j)){const W=L.openedRegistry[L.openedRegistry.length-1].instance;if(P&&W!==P.getTopmostPopup())return;j.stopImmediatePropagation(),W.closePopup(!0)}},V=()=>{document.addEventListener("keydown",A)},I=()=>{document.removeEventListener("keydown",A)},z=()=>{let j,W=!1;for(let x=L.openedRegistry.length-1;x>=0;x--)j=L.openedRegistry[x].instance,!W&&j.isModal?(j.isTopModalPopup=!0,W=!0):j.isTopModalPopup=!1}},6814(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Default="Default",F.Positive="Positive",F.Negative="Negative",F.Transparent="Transparent",F.Emphasized="Emphasized",F.Attention="Attention",F}(w||{});const M=w},3518(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Image="Image",F.Decorative="Decorative",F.Interactive="Interactive",F}(w||{});const M=w},9698(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.List="List",F.Menu="Menu",F.Tree="Tree",F.ListBox="ListBox",F}(w||{});const M=w},897(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Group="Group",F.ListItem="ListItem",F.MenuItem="MenuItem",F.TreeItem="TreeItem",F.Option="Option",F.None="None",F}(w||{});const M=w},9494(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Center="Center",F.Start="Start",F.End="End",F.Stretch="Stretch",F}(w||{});const M=w},9634(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.None="None",F.Dialog="Dialog",F.AlertDialog="AlertDialog",F}(w||{});const M=w},6968(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.None="None",F.Normal="Normal",F}(w||{});const M=w},467(K,re,_){"use strict";function w(F,T,b,C,L,P,m){try{var S=F[P](m),E=S.value}catch(O){return void b(O)}S.done?T(E):Promise.resolve(E).then(C,L)}function M(F){return function(){var T=this,b=arguments;return new Promise(function(C,L){var P=F.apply(T,b);function m(E){w(P,C,L,m,S,"next",E)}function S(E){w(P,C,L,m,S,"throw",E)}m(void 0)})}}_.d(re,{A:()=>M})}},U4={};function it(K){var re=U4[K];if(void 0!==re)return re.exports;var _=U4[K]={id:K,loaded:!1,exports:{}};return H4[K].call(_.exports,_,_.exports,it),_.loaded=!0,_.exports}it.m=H4,it.n=K=>{var re=K&&K.__esModule?()=>K.default:()=>K;return it.d(re,{a:re}),re},it.d=(K,re)=>{for(var _ in re)it.o(re,_)&&!it.o(K,_)&&Object.defineProperty(K,_,{enumerable:!0,get:re[_]})},it.f={},it.e=K=>Promise.all(Object.keys(it.f).reduce((re,_)=>(it.f[_](K,re),re),[])),it.u=K=>K+".js",it.miniCssF=K=>{},it.o=(K,re)=>Object.prototype.hasOwnProperty.call(K,re),K={},it.l=(_,w,M,F)=>{if(K[_])K[_].push(w);else{var T,b;if(void 0!==M)for(var C=document.getElementsByTagName("script"),L=0;L<C.length;L++){var P=C[L];if(P.getAttribute("src")==_||P.getAttribute("data-webpack")=="wc:"+M){T=P;break}}T||(b=!0,(T=document.createElement("script")).type="module",T.charset="utf-8",it.nc&&T.setAttribute("nonce",it.nc),T.setAttribute("data-webpack","wc:"+M),T.src=it.tu(_)),K[_]=[w];var m=(E,O)=>{T.onerror=T.onload=null,clearTimeout(S);var B=K[_];if(delete K[_],T.parentNode&&T.parentNode.removeChild(T),B&&B.forEach(A=>A(O)),E)return E(O)},S=setTimeout(m.bind(null,void 0,{type:"timeout",target:T}),12e4);T.onerror=m.bind(null,T.onerror),T.onload=m.bind(null,T.onload),b&&document.head.appendChild(T)}},it.r=K=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(K,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(K,"__esModule",{value:!0})},it.nmd=K=>(K.paths=[],K.children||(K.children=[]),K),(()=>{var K;it.tt=()=>(void 0===K&&(K={createScriptURL:re=>re},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(K=trustedTypes.createPolicy("angular#bundler",K))),K)})(),it.tu=K=>it.tt().createScriptURL(K),it.p="",(()=>{var K={792:0};it.f.j=(w,M)=>{var F=it.o(K,w)?K[w]:void 0;if(0!==F)if(F)M.push(F[2]);else{var T=new Promise((P,m)=>F=K[w]=[P,m]);M.push(F[2]=T);var b=it.p+it.u(w),C=new Error;it.l(b,P=>{if(it.o(K,w)&&(0!==(F=K[w])&&(K[w]=void 0),F)){var m=P&&("load"===P.type?"missing":P.type),S=P&&P.target&&P.target.src;C.message="Loading chunk "+w+" failed.\n("+m+": "+S+")",C.name="ChunkLoadError",C.type=m,C.request=S,F[1](C)}},"chunk-"+w,w)}};var re=(w,M)=>{var C,L,[F,T,b]=M,P=0;if(F.some(S=>0!==K[S])){for(C in T)it.o(T,C)&&(it.m[C]=T[C]);b&&b(it)}for(w&&w(M);P<F.length;P++)it.o(K,L=F[P])&&K[L]&&K[L][0](),K[L]=0},_=self.webpackChunkwc=self.webpackChunkwc||[];_.forEach(re.bind(null,0)),_.push=re.bind(null,_.push.bind(_))})(),(()=>{"use strict";var K=it(467);const re=e=>w(e),w=e=>{const t=new Set,n=(e=>e.reduce((t,n)=>{if(!n.group?.name)return t;const r=n.group.name;t[r]||(t[r]=[]);const{group:o,...i}=n;return t[r].push(i),t},{}))(e),r=[];return e.forEach(o=>{if(!o.group?.name)return void r.push(o);const i=o.group.name;if(t.has(i))return;t.add(i);const s={...o,group:{...o.group,fields:n[i]}};r.push(s)}),r};function M(e,t="_"){return[e.apiGroup,e.version,e.entity].filter(n=>!!n).join(t)}const F=e=>{const t=[];return e.map(n=>{n.property instanceof Array?n.property.map(r=>T(r,t)):T(n.property,t)}),t},T=(e,t=[])=>{if(!e)return[];const n=e.split(".");for(const r of n)return 1===n.length?(t.push(r),t):(t.push({[r]:[...T(n.splice(1).join("."))]}),t)};var b=it(8544),C=it.n(b);const L=(e,t)=>{const n=t.jsonPathExpression||t.property;if(!n)return;if(n instanceof Array)return void console.error(`Property defined as an array: ${JSON.stringify(n)}, provide "jsonPathExpression" field to properly ready resource value`);const r=n.startsWith("$.")?"":"$.",o=C().query(e,`${r}${n}`),i=o.length?o[0]:void 0;return i&&t.propertyField?P(i[t.propertyField.key],t.propertyField.transform):i},P=(e,t)=>null!=e&&null!=t&&t.length?t.reduce((n,r)=>{if(null==n)return n;switch(r){case"uppercase":return n.toUpperCase();case"lowercase":return n.toLowerCase();case"capitalize":{const o=String(n);return o.length?o.charAt(0).toUpperCase()+o.slice(1):o}case"decode":try{return S(n)}catch{return n}case"encode":try{return m(n)}catch{return n}default:return n}},e):e,m=e=>{try{const t=(new TextEncoder).encode(e),n=Array.from(t,r=>String.fromCharCode(r)).join("");return btoa(n)}catch(t){throw console.error("Base64 encoding failed:",t),new Error("Failed to encode string to Base64")}},S=e=>{try{const t=atob(e),n=Uint8Array.from(t,r=>r.charCodeAt(0));return(new TextDecoder).decode(n)}catch(t){throw console.error("Base64 decoding failed:",t),new Error("Failed to decode Base64 string")}},E=(e,t)=>L(e,{jsonPathExpression:t});function B(e){return"Namespaced"===e?.resourceDefinition?.scope}function z(e,t,n){if(!t)return e;const{getItemKey:r,mapSubscriptionObjectToItem:o}=n,i=new Map;e.forEach(u=>{const d=r(u);d&&i.set(d,u)});const{type:s,object:a}=t,l=a.metadata?.name;if(!l)return e;const c=o(a);return"ADDED"===s?i.set(l,c):"MODIFIED"===s?i.has(l)&&i.set(l,c):"DELETED"===s&&i.delete(l),[...i.values()]}function j(e){if(Array.isArray(e))return e.map(t=>j(t));if(e&&"object"==typeof e){const{__typename:t,...n}=e;for(const r of Object.keys(n))n[r]=j(n[r]);return n}return e}function W(e,t,n){const r=t.split(".").filter(Boolean);if(0===r.length)return e;let o=e;for(let i=0;i<r.length;i+=1){const s=r[i];if(i===r.length-1){o[s]=n;break}const a=o[s];(null==a||"object"!=typeof a)&&(o[s]={}),o=o[s]}return e}function x(e,t){return t?L(t,e)??e.value:e.value}function G(e,t,n){const r=t.uiSettings?.buttonSettings,o=x(t,n);if(!r?.action)throw Error(`Missing button action for field "${t.label??("string"==typeof t.property?t.property:"unknown")}"`);if("string"!=typeof o||""===o.trim())throw Error(`Missing or invalid button path for field "${t.label??("string"==typeof t.property?t.property:"unknown")}"`);const i=o.trim();switch(r.action){case"navigate":e.linkManager().navigate(i);break;case"openInModal":e.linkManager().openAsModal(i,r.modalSettings);break;default:throw Error(`Unsupported action: ${r?.action}, in field declaration: ${JSON.stringify(t)}`)}}
|
|
7
|
+
var F=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,T=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,b={"<":"<",">":">","&":"&",'"':"""},C=function(m){var S=b[m];return S||(S=T.test(m)?"�":"&#x"+function(m,S){var E=m.toString(16);return S&&(E=E.padStart(S,"0")),E}(m.charCodeAt(0))+";",b[m]=S),S};const P=function(m){return m.replace(F,C)}},7928(K,re,_){"use strict";_.d(re,{E:()=>b,h:()=>T});const M=new(_(1241).A),F="themeRegistered",T=C=>{M.attachEvent(F,C)},b=C=>M.fireEvent(F,C)},2616(K,re,_){"use strict";_.d(re,{Ay:()=>Q});var w=_(467),M=_(8923),F=_(3455),T=_(1712);const C=new(_(1241).A);var E=_(3274),A=_(6121);const V=be=>{const Ee=document.querySelector(`META[name="${be}"]`);return Ee&&Ee.getAttribute("content")};var W=_(2260),x=_(6726);let H;(0,_(2134).R)(()=>{H=void 0});const q=()=>(void 0===H&&(H=(0,W.SU)()),H),se=function(){var be=(0,w.A)(function*(Ee){const We=document.querySelector(`[sap-ui-webcomponents-theme="${Ee}"]`);We&&document.head.removeChild(We);const Fe=q();if(!Fe)return;const pe=(be=>{let Ee,We=!1;try{if(be.startsWith(".")||be.startsWith("/"))Ee=new URL(be,(0,A.$N)()).toString(),We=!0;else{const Fe=new URL(be),pe=Fe.origin;if(We=pe===new URL((0,A.$N)()).origin,!pe||!((be,Ee=!1)=>{const We=V("sap-allowed-theme-origins")??V("sap-allowedThemeOrigins");return!!We&&(!!Ee||We.split(",").some(Fe=>"*"===Fe||be===Fe.trim()))})(pe,We))return;Ee=Fe.toString()}return Ee.endsWith("/")||(Ee=`${Ee}/`),`${Ee}UI5/`}catch{return}})(Fe);pe?yield((be,Ee)=>{const We=document.createElement("link");return We.type="text/css",We.rel="stylesheet",Ee&&Object.entries(Ee).forEach(Fe=>We.setAttribute(...Fe)),We.href=be,document.head.appendChild(We),new Promise(Fe=>{We.addEventListener("load",Fe),We.addEventListener("error",Fe)})})(((be,Ee)=>`${Ee}Base/baseLib/${be}/css_variables.css`)(Ee,pe),{"sap-ui-webcomponents-theme":Ee}):console.warn(`The ${Fe} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)});return function(We){return be.apply(this,arguments)}}();var Ce=_(5726),xe=_(7983),$e=_(1452);const et="@ui5/webcomponents-theming",Je=function(){var be=(0,w.A)(function*(Ee){if(!(0,M.w2)().has(et))return;const We=yield(0,M.tw)(et,Ee);We&&(0,F.E6)(We,"data-ui5-theme-properties",et,Ee)});return function(We){return be.apply(this,arguments)}}(),Ie=function(){var be=(0,w.A)(function*(Ee,We){const Fe=[...(0,M.w2)().entries()].map(function(){var pe=(0,w.A)(function*([lt,{cssVariablesTarget:vt}]){if(lt===et)return;const St=yield(0,M.tw)(lt,Ee,We);St&&("root"===vt?(0,F.E6)(St,`data-ui5-component-properties-${(0,xe._w)()}`,lt):"host"===vt&&(0,$e.F)(lt,St))});return function(lt){return pe.apply(this,arguments)}}());return Promise.all(Fe)});return function(We,Fe){return be.apply(this,arguments)}}(),Be=function(){var be=(0,w.A)(function*(Ee){const We=(0,T.A)();if(We)return We;const Fe=(0,E.x)("OpenUI5Support");if(Fe&&Fe.isOpenUI5Detected()){if(Fe.cssVariablesLoaded())return{themeName:Fe.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(q())return yield se(Ee),(0,T.A)()});return function(We){return be.apply(this,arguments)}}(),Q=function(){var be=(0,w.A)(function*(Ee){const We=yield Be(Ee);We&&Ee===We.themeName?(0,F.eP)("data-ui5-theme-properties",et):yield Je(Ee);const Fe=We&&We.themeName===Ee?Ee:void 0,pe=We&&We.baseThemeName,lt=(0,M.gu)(Ee)?Ee:pe||Ce.SS;yield Ie(lt,Fe),(0,x.Dm)(pe),(be=>{C.fireEvent("themeLoaded",be)})(Ee)});return function(We){return be.apply(this,arguments)}}()},1452(K,re,_){"use strict";_.d(re,{F:()=>T,k:()=>F});const w=new Map;let M;const F=()=>(M||(M=new CSSStyleSheet),M),T=(b,C)=>{w.set(b,C);const L=Array.from(w.values()).join("\n");F().replaceSync(L)}},1712(K,re,_){"use strict";_.d(re,{A:()=>C});const w=new Set,C=()=>{const L=(()=>{let L=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(L)return getComputedStyle(L).backgroundImage;L=document.createElement("span"),L.style.display="none",L.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(L);let P=getComputedStyle(L).backgroundImage;return"none"===P&&(L.classList.add("sapThemeMetaData-UI5-sap-ui-core"),P=getComputedStyle(L).backgroundImage),document.body.removeChild(L),P})();if(!L||"none"===L)return;const P=(L=>{const P=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(L);if(P&&P.length>=2){let m=P[1];if(m=m.replace(/\\"/g,'"'),"{"!==m.charAt(0)&&"}"!==m.charAt(m.length-1))try{m=decodeURIComponent(m)}catch{return void(w.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),w.add("decode")))}try{return JSON.parse(m)}catch{w.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),w.add("parse"))}}})(L);return P?(L=>{let P,m;try{const S=L.Path.split(".");P=4===S.length?S[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),m=L.Extends[0]}catch{return void(w.has("object")||(console.warn("Malformed theme metadata Object",L),w.add("object")))}return{themeName:P,baseThemeName:m}})(P):void 0}},8509(K,re,_){"use strict";_.d(re,{A:()=>O});var w={},M=w.hasOwnProperty,F=w.toString,T=M.toString,b=T.call(Object);const L=function(B){var A,V;return!(!B||"[object Object]"!==F.call(B)||(A=Object.getPrototypeOf(B))&&("function"!=typeof(V=M.call(A,"constructor")&&A.constructor)||T.call(V)!==b))};var P=Object.create(null),m=function(B,A,V,I){var z,j,W,x,G,U,H=arguments[2]||{},q=3,le=arguments.length,ve=arguments[0]||!1,se=arguments[1]?void 0:P;for("object"!=typeof H&&"function"!=typeof H&&(H={});q<le;q++)if(null!=(G=arguments[q]))for(x in G)z=H[x],W=G[x],"__proto__"!==x&&H!==W&&(ve&&W&&(L(W)||(j=Array.isArray(W)))?(j?(j=!1,U=z&&Array.isArray(z)?z:[]):U=z&&L(z)?z:{},H[x]=m(ve,arguments[1],U,W)):W!==se&&(H[x]=W));return H};const S=m,O=function(B,A){return S(!0,!1,...arguments)}},4778(K,re,_){"use strict";_.d(re,{A:()=>M});var F,w=((F=w||{}).On="On",F.Before="Before",F.After="After",F);const M=w},2928(K,re,_){"use strict";_.d(re,{A:()=>M});var F,w=((F=w||{}).Vertical="Vertical",F.Horizontal="Horizontal",F);const M=w},594(K,re,_){"use strict";_.d(re,{A:()=>M});var F,w=((F=w||{}).None="None",F.Positive="Positive",F.Critical="Critical",F.Negative="Negative",F.Information="Information",F);const M=w},3493(K,re,_){"use strict";_.d(re,{Bm:()=>I,I7:()=>A,UT:()=>m,Uu:()=>V,ax:()=>T,nK:()=>E,yI:()=>b});const w=new WeakMap,M=new WeakMap,F={attributes:!0,childList:!0,characterData:!0,subtree:!0},T=z=>{const j=z;return j.accessibleNameRef?b(z):j.accessibleName?j.accessibleName:void 0},b=z=>{const j=z.accessibleNameRef?.split(" ")??[];let W="";return j.forEach((x,G)=>{const U=P(z,x),H=`${U&&U.textContent?U.textContent:""}`;H&&(W+=H,G<j.length-1&&(W+=" "))}),W},C=z=>{const j=new Set;L(z).forEach(U=>{j.add(U)});const G=[z.accessibleNameRef,z.accessibleDescriptionRef].filter(Boolean).join(" ");return(G?G.split(" "):[]).forEach(U=>{const H=P(z,U);H&&j.add(H)}),Array.from(j)},L=z=>{const j=z.getRootNode().querySelectorAll(`[for="${z.id}"]`);return Array.from(j)},P=(z,j)=>z.getRootNode().querySelector(`[id='${j}']`)||document.getElementById(j),m=z=>{const j=[];if(L(z).forEach(W=>{const x=W.textContent;x&&j.push(x)}),j.length)return j.join(" ")},E=(z,j)=>{if(M.has(z))return;const W=C(z),x=(z=>j=>{if(!(j&&"property"===j.type&&"accessibleNameRef"===j.name||j&&"property"===j.type&&"accessibleDescriptionRef"===j.name))return;const G=M.get(z);if(!G)return;const U=G.observedElements,H=C(z);U.forEach(q=>{H.includes(q)||B(G,q)}),H.forEach(q=>{U.includes(q)||(O(G,q),G.observedElements.push(q))}),G?.callback()})(z),G={host:z,observedElements:W,callback:j,invalidationCallback:x};M.set(z,G),z.attachInvalidate(x),W.forEach(U=>{O(G,U)}),j()},O=(z,j)=>{let W=w.get(j);if(!W){W={observer:null,callbacks:[]};const x=new MutationObserver(()=>{W.callbacks.forEach(U=>{U()});const G=document.getElementById(j.id);z.host.id===j.getAttribute("for")||G||B(z,j)});W.observer=x,x.observe(j,F),w.set(j,W)}W.callbacks.includes(z.callback)||W.callbacks.push(z.callback)},B=(z,j)=>{const W=w.get(j);W&&(W.callbacks=W.callbacks.filter(x=>x!==z.callback),W.callbacks.length||(W.observer?.disconnect(),w.delete(j))),z.observedElements=z.observedElements.filter(x=>x!==j)},A=z=>{const j=M.get(z);j&&([...j.observedElements].forEach(W=>{B(j,W)}),z.detachInvalidate(j.invalidationCallback),M.delete(z))},V=z=>{const j=z;return j.accessibleDescriptionRef?I(z):j.accessibleDescription?j.accessibleDescription:void 0},I=z=>{const j=z.accessibleDescriptionRef?.split(" ")??[];let W="";return j.forEach((x,G)=>{const U=P(z,x),H=`${U&&U.textContent?U.textContent:""}`;H&&(W+=H,G<j.length-1&&(W+=" "))}),W}},1402(K,re,_){"use strict";_.d(re,{CA:()=>M,TP:()=>F,nE:()=>P,wi:()=>C});var w=_(4127);const M=()=>{const m=(0,w.A)();return m&&"function"==typeof m.focus?m:null},F=m=>{const S=M();return!!S&&T(m,S)},T=(m,S)=>{let E=m;if(E.shadowRoot&&(E=Array.from(E.shadowRoot.children).find(B=>"style"!==B.localName),!E))return!1;if(E===S)return!0;const O="slot"===E.localName?E.assignedNodes():E.children;return!!O&&Array.from(O).some(B=>T(B,S))},C=(m,S)=>{let E,O;if(m instanceof MouseEvent)E=m.clientX,O=m.clientY;else{const B=m.touches[0];E=B.clientX,O=B.clientY}return((m,S,E)=>m>=E.left&&m<=E.right&&S>=E.top&&S<=E.bottom)(E,O,S)},P=m=>{const S=m.parentElement||m.getRootNode&&m.getRootNode().host;return S&&(function L(m){return"isUI5Element"in m&&"_show"in m}(S)||S===document.documentElement)?S:P(S)}},6488(K,re,_){"use strict";_.d(re,{J:()=>T});var w=_(5465);const T=L=>C("SLOT"===L.tagName?[L]:[...L.children]),C=(L,P)=>{const m=P||[];return L&&L.forEach(S=>{if(S.nodeType===Node.TEXT_NODE||S.nodeType===Node.COMMENT_NODE)return;const E=S;E.hasAttribute("data-sap-no-tab-ref")||((L=>{if(!L||L.hasAttribute("data-sap-no-tab-ref")||(0,w.A)(L))return!1;const P=L.getAttribute("tabindex");if(null!=P)return parseInt(P)>=0;const m=L.nodeName.toLowerCase();return!("a"!==m&&!/^(input|select|textarea|button|object)$/.test(m)||L.disabled)})(E)&&m.push(E),C("SLOT"===E.tagName?E.assignedElements():[...E.shadowRoot?E.shadowRoot.children:E.children],m))}),m}},8777(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T)=>{if(F.length!==T.length)return!1;for(let b=0;b<F.length;b++)if(F[b]!==T[b])return!1;return!0}},8762(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T,b)=>Math.min(Math.max(F,T),Math.max(T,b))},5031(K,re,_){"use strict";_.d(re,{A:()=>M});const M=function w(F){return T=>void 0!==T&&F in T&&!0===T[F]}},4070(K,re,_){"use strict";_.d(re,{A:()=>F});let w=null;const F=(T,b)=>{w&&clearTimeout(w),w=setTimeout(()=>{w=null,T()},b)}},6826(K,re,_){"use strict";_.d(re,{A:()=>B});var w=_(467),F=_(4446);const T={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"};let C=null;const S=function(){var A=(0,w.A)(function*(V){const I=document.createElement("div"),z=yield(0,F.HE)("@ui5/webcomponents-base"),j=I.attachShadow({mode:"open"}),W=new CSSStyleSheet;return W.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}"),j.adoptedStyleSheets=[W],j.textContent=z.getText(T,V),I});return function(I){return A.apply(this,arguments)}}(),B={setDraggedElement:(A,V)=>{C=A,V?.dataTransfer?.setData("text/plain",A?A.id:"")},clearDraggedElement:()=>{C=null},getDraggedElement:()=>C,startMultipleDrag:function(){var A=(0,w.A)(function*(V,I){if(V<2)return void console.warn(`Cannot start multiple drag with count ${V}. Minimum is 2.`);if(!I.dataTransfer)return;const z=yield S(V);document.body.appendChild(z),I.dataTransfer.setDragImage(z,0,0),requestAnimationFrame(()=>{z.remove()})});return function(I,z){return A.apply(this,arguments)}}()}},7669(K,re,_){"use strict";_.d(re,{Fw:()=>P,gk:()=>T});var w=_(4778),M=_(2928);const F=(S,E,O,B)=>{const A=Math.abs(S-E),V=Math.abs(S-O),I=Math.abs(S-B);let j=[];switch(Math.min(A,V,I)){case A:j=[w.A.Before];break;case V:j=[w.A.On,A<I?w.A.Before:w.A.After];break;case I:j=[w.A.After]}return j},T=(S,E,O)=>{let B=Number.POSITIVE_INFINITY,A=null;for(let U=0;U<S.length;U++){const H=S[U],{left:q,width:le,top:ve,height:se}=H.getBoundingClientRect();let Ce;Ce=O===M.A.Vertical?ve+se/2:q+le/2;const xe=Math.abs(E-Ce);xe<B&&(B=xe,A=H)}if(!A)return null;const{width:V,height:I,left:z,right:j,top:W,bottom:x}=A.getBoundingClientRect();let G;return G=O===M.A.Vertical?F(E,W,W+I/2,x):F(E,z,z+V/2,j),{element:A,placements:G}},b=(S,E)=>--E<0?[]:[{element:S[E],placement:w.A.Before}],C=(S,E)=>++E>=S.length?[]:[{element:S[E],placement:w.A.After}],L={ArrowLeft:b,ArrowUp:b,ArrowRight:C,ArrowDown:C,Home:(S,E)=>S.slice(0,E).map(O=>({element:O,placement:w.A.Before})),End:(S,E)=>S.slice(E+1,S.length).reverse().map(O=>({element:O,placement:w.A.After}))},P=(S,E,O)=>m(O.key)?L[O.key](S,S.indexOf(E)):[],m=S=>S in L},9436(K,re,_){"use strict";_.d(re,{A:()=>F});var w=_(6826);const F=function M(T,b,C,L,P={}){const m=w.A.getDraggedElement(),S={targetReference:null,placement:null};if(!m&&!P?.crossDnD)return S;const E=C.placements;return S.targetReference=T.target,E.some(O=>!b.fireDecoratorEvent("move-over",{...P.originalEvent?{originalEvent:T}:{},source:{element:m},destination:{element:L,placement:O}})&&(T.preventDefault(),S.targetReference=C.element,S.placement=O,!0))||(S.targetReference=null),S}},9233(K,re,_){"use strict";_.d(re,{A:()=>F});var w=_(6826);const F=function M(T,b,C,L,P={}){T.preventDefault();const m=w.A.getDraggedElement();!m&&P?.crossDnD||(b.fireDecoratorEvent("move",{...P.originalEvent?{originalEvent:T}:{},source:{element:m},destination:{element:C,placement:L}}),m?.focus())}},4127(K,re,_){"use strict";_.d(re,{A:()=>M});const M=()=>{let F=document.activeElement;for(;F&&F.shadowRoot&&F.shadowRoot.activeElement;)F=F.shadowRoot.activeElement;return F}},5873(K,re,_){"use strict";_.d(re,{A:()=>M});const M=(F,T=document.body,b)=>{let C=document.querySelector(F);return C||(C=b?b():document.createElement(F),T.insertBefore(C,T.firstChild))}},5465(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>{if("SLOT"===F.nodeName)return!1;const T=window.getComputedStyle(F);return"contents"!==T.display&&F.offsetWidth<=0&&F.offsetHeight<=0||"hidden"===T.visibility}},1045(K,re,_){"use strict";function w(M){return M.toLowerCase()}_.d(re,{A:()=>w})},6759(K,re,_){"use strict";_.d(re,{A:()=>M});const M=F=>Array.from(F).filter(T=>T.nodeType!==Node.COMMENT_NODE&&(T.nodeType!==Node.TEXT_NODE||0!==(T.nodeValue||"").trim().length)).length>0},2601(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="alert"},1278(K,re,_){"use strict";_.d(re,{Ay:()=>le}),_(6726);var M=_(4874),F=_(8841);(0,M.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:F.FE,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,M.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:F.FE,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="decline"},4257(K,re,_){"use strict";_.d(re,{Ay:()=>le}),_(6726);var M=_(4874),F=_(8841);(0,M.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:F.r$,collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,M.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:F.r$,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const le="error"},8841(K,re,_){"use strict";_.d(re,{EV:()=>Ln,FE:()=>E,UD:()=>Et,UK:()=>O,Vp:()=>ue,ZQ:()=>Ce,hw:()=>et,qA:()=>_n,r$:()=>j});const E={key:"ICON_DECLINE",defaultText:"Decline"},O={key:"ICON_DELETE",defaultText:"Delete"},j={key:"ICON_ERROR",defaultText:"Error"},Ce={key:"ICON_HIDE",defaultText:"Hide"},et={key:"ICON_MESSAGE_INFORMATION",defaultText:"Information"},ue={key:"ICON_OVERFLOW",defaultText:"More"},_n={key:"ICON_SHOW",defaultText:"Show"},Et={key:"ICON_SORT_ASCENDING",defaultText:"Sort Ascending"},Ln={key:"ICON_SORT_DESCENDING",defaultText:"Sort Descending"}},441(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="information"},81(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="resize-corner"},8911(K,re,_){"use strict";_.d(re,{Ay:()=>q}),_(6726);var M=_(4874);(0,M.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,M.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 q="sys-enter-2"},303(K,re,_){"use strict";_.d(re,{A:()=>w});const w=':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.3"},"Version":{"Build": "11.34.1.20260225145029","Source": "11.34.1"}};--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_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_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(K,re,_){"use strict";_.d(re,{A:()=>q});var w=_(4381),M=_(1934),F=_(1642),T=_(3651),b=_(1834),C=_(2358),L=_(6136),P=_(6759),m=function(le){return le.Top="Top",le.Bottom="Bottom",le}(m||{});const S=m;var E=_(1892),O=_(355);function A(){return(0,E.Y)(E.FK,{children:this.text&&(0,E.Y)(O.A,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}var V=_(5166),I=_(467),z=_(8923),j=_(303),W=_(5444);(0,z.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,I.A)(function*(){return j.A})),(0,z.Rh)("@ui5/webcomponents","sap_horizon",(0,I.A)(function*(){return W.A}),"host");var U,G=function(le,ve,se,Ce){var He,xe=arguments.length,$e=xe<3?ve:null===Ce?Ce=Object.getOwnPropertyDescriptor(ve,se):Ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)$e=Reflect.decorate(le,ve,se,Ce);else for(var Ze=le.length-1;Ze>=0;Ze--)(He=le[Ze])&&($e=(xe<3?He($e):xe>3?He(ve,se,$e):He(ve,se))||$e);return xe>3&&$e&&Object.defineProperty(ve,se,$e),$e};let H=U=class extends w.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,L.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 U.i18nBundle.getText(V.RXS)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===S.Top,bottom:this.text&&this.textPlacement===S.Bottom}}get hasContent(){return(0,P.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(ve){this._isBusy&&(ve.stopImmediatePropagation(),(0,C.zP)(ve)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(ve){this._isBusy&&ve.stopImmediatePropagation()}_redirectFocus(ve){this.focusForward||(ve.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};G([(0,F.A)()],H.prototype,"text",void 0),G([(0,F.A)()],H.prototype,"size",void 0),G([(0,F.A)({type:Boolean})],H.prototype,"active",void 0),G([(0,F.A)({type:Number})],H.prototype,"delay",void 0),G([(0,F.A)()],H.prototype,"textPlacement",void 0),G([(0,F.A)({type:Boolean})],H.prototype,"_isBusy",void 0),G([(0,T.A)("@ui5/webcomponents")],H,"i18nBundle",void 0),H=U=G([(0,M.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 B(){return(0,E.FD)("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&(0,E.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&&A.call(this),(0,E.FD)("div",{class:"ui5-busy-indicator-circles-wrapper",children:[(0,E.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),(0,E.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),(0,E.Y)("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&A.call(this)]}),(0,E.Y)("slot",{}),this._isBusy&&(0,E.Y)("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}})],H),H.define();const q=H},7778(K,re,_){"use strict";_.d(re,{A:()=>Be});var w=_(467),M=_(4381),F=_(1934),T=_(1642),b=_(1437),C=_(6993),L=_(3651),P=_(1834),m=_(2358),S=_(3493),E=_(4874),O=_(6136),B=_(6759),A=_(6162),V=_(2260);let I;var W=_(1045),x=_(6814),G=function(ue){return ue.Button="Button",ue.Submit="Submit",ue.Reset="Reset",ue}(G||{});const U=G;var H=function(ue){return ue.InlineText="InlineText",ue.OverlayText="OverlayText",ue.AttentionDot="AttentionDot",ue}(H||{});const q=H;var le=function(ue){return ue.Button="Button",ue.Link="Link",ue}(le||{});const ve=le;var se=_(6313),Ce=_(5166),xe=_(8923),$e=_(303),He=_(5444);(0,xe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return $e.A})),(0,xe.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return He.A}),"host");var Re,et=function(ue,Q,be,Ee){var pe,We=arguments.length,Fe=We<3?Q:null===Ee?Ee=Object.getOwnPropertyDescriptor(Q,be):Ee;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Fe=Reflect.decorate(ue,Q,be,Ee);else for(var lt=ue.length-1;lt>=0;lt--)(pe=ue[lt])&&(Fe=(We<3?pe(Fe):We>3?pe(Q,be,Fe):pe(Q,be))||Fe);return We>3&&Fe&&Object.defineProperty(Q,be,Fe),Fe};let Je=!1,je=null,Ie=Re=class extends M.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=()=>{je&&je._setActiveState(!1)},this._onclickBound=Q=>{Q instanceof CustomEvent||this._onclick(Q)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),Je||(document.addEventListener("mouseup",this._deactivate),Je=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){(0,O.xl)()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),(0,S.nK)(this,this._updateAccessibleNameRefTexts.bind(this))}_updateAccessibleNameRefTexts(){this._accessibleNameRefTexts=(0,S.yI)(this)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1),je===this&&(je=null),(0,S.I7)(this)}onBeforeRendering(){var Q=this;return(0,w.A)(function*(){Q._setBadgeOverlayStyle(),Q.hasIcon=!!Q.icon,Q.hasEndIcon=!!Q.endIcon,Q.iconOnly=Q.isIconOnly;const be=yield Q.getDefaultTooltip();Q.buttonTitle=Q.iconOnly?Q.tooltip??be:Q.tooltip})()}_setBadgeOverlayStyle(){!this.badge.length||this.badge[0].design!==q.AttentionDot&&this.badge[0].design!==q.OverlayText?this._internals.states.delete("has-overlay-badge"):this._internals.states.add("has-overlay-badge")}_onclick(Q){if(Q.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void Q.preventDefault();const{altKey:be,ctrlKey:Ee,metaKey:We,shiftKey:Fe}=Q;this.fireDecoratorEvent("click",{originalEvent:Q,altKey:be,ctrlKey:Ee,metaKey:We,shiftKey:Fe})?(this._isSubmit&&(0,A.rM)(this),this._isReset&&(0,A.E2)(this),(0,O.nr)()&&this.getDomRef()?.focus()):Q.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),je=this)}_ontouchend(Q){(this.disabled||this.loading)&&(Q.preventDefault(),Q.stopPropagation()),this.active&&this._setActiveState(!1),je&&je._setActiveState(!1)}_onkeydown(Q){(0,m.Tu)(Q)||(0,m.KL)(Q)?this._cancelAction=!0:(0,m.xC)(Q)&&(this._isSpacePressed=!0),(0,m.xC)(Q)||(0,m.RI)(Q)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(Q){const be=(0,m.xC)(Q),Ee=(0,m.Tu)(Q)||(0,m.KL)(Q);if(be||(0,m.BF)(Q)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void Q.preventDefault();this._isSpacePressed=!1}else Ee&&!this._isSpacePressed&&(this._cancelAction=!1);((0,m.xC)(Q)||(0,m.RI)(Q))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this._isSpacePressed=!1,this._cancelAction=!1,this.active&&this._setActiveState(!1))}_setActiveState(Q){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=Q)}get hasButtonType(){return this.design!==x.A.Default&&this.design!==x.A.Transparent}get isIconOnly(){return!(0,B.A)(this.text)}static typeTextMappings(){return{Positive:Ce.nFX,Negative:Ce.kQX,Emphasized:Ce.Jy$,Attention:Ce.flf}}getDefaultTooltip(){if(void 0===I&&(I=(0,V.$n)()),I)return(0,E.Z5)(this.icon)}get buttonTypeText(){return Re.i18nBundle.getText(Re.typeTextMappings()[this.design])}get effectiveAccRole(){return(0,W.A)(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const Q=this.getAttribute("tabindex");return Q?Number.parseInt(Q):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this._accessibleNameRefTexts||this.accessibleName||this.textContent||"",this.effectiveBadgeDescriptionText||""].filter(pe=>pe).join(" ")}get ariaDescriptionText(){const Ee=[""===this.accessibleDescription?void 0:this.accessibleDescription,this.hasButtonType?this.buttonTypeText:""].filter(We=>We);return Ee.length>0?Ee.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===ve.Button?Re.i18nBundle.getText(Ce.TkL):this.accessibleRole===ve.Link?Re.i18nBundle.getText(Ce.hNk):""}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const Q=this.badge[0].effectiveText;switch(Q){case"":return Q;case"1":return Re.i18nBundle.getText(Ce.mgn,Q);default:return Re.i18nBundle.getText(Ce.M4s,Q)}}get _isSubmit(){return this.type===U.Submit||this.submits}get _isReset(){return this.type===U.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==q.AttentionDot)}};et([(0,T.A)()],Ie.prototype,"design",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"disabled",void 0),et([(0,T.A)()],Ie.prototype,"icon",void 0),et([(0,T.A)()],Ie.prototype,"endIcon",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"submits",void 0),et([(0,T.A)()],Ie.prototype,"form",void 0),et([(0,T.A)()],Ie.prototype,"tooltip",void 0),et([(0,T.A)()],Ie.prototype,"accessibleName",void 0),et([(0,T.A)()],Ie.prototype,"accessibleNameRef",void 0),et([(0,T.A)({type:Object})],Ie.prototype,"accessibilityAttributes",void 0),et([(0,T.A)()],Ie.prototype,"accessibleDescription",void 0),et([(0,T.A)()],Ie.prototype,"type",void 0),et([(0,T.A)()],Ie.prototype,"accessibleRole",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"active",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"iconOnly",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"hasIcon",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"hasEndIcon",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"nonInteractive",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"loading",void 0),et([(0,T.A)({type:Number})],Ie.prototype,"loadingDelay",void 0),et([(0,T.A)({noAttribute:!0})],Ie.prototype,"buttonTitle",void 0),et([(0,T.A)({type:Object})],Ie.prototype,"_iconSettings",void 0),et([(0,T.A)({noAttribute:!0})],Ie.prototype,"forcedTabIndex",void 0),et([(0,T.A)({type:Boolean})],Ie.prototype,"_isTouch",void 0),et([(0,T.A)({type:Boolean,noAttribute:!0})],Ie.prototype,"_cancelAction",void 0),et([(0,T.A)({type:Boolean,noAttribute:!0})],Ie.prototype,"_isSpacePressed",void 0),et([(0,T.A)({noAttribute:!0})],Ie.prototype,"_accessibleNameRefTexts",void 0),et([(0,C.A)({type:Node,default:!0})],Ie.prototype,"text",void 0),et([(0,C.A)({type:HTMLElement,invalidateOnChildChange:!0})],Ie.prototype,"badge",void 0),et([(0,L.A)("@ui5/webcomponents")],Ie,"i18nBundle",void 0),Ie=Re=et([(0,F.A)({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:P.A,template:se.A,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})],Ie),Ie.define();const Be=Ie},6313(K,re,_){"use strict";_.d(re,{A:()=>C});var w=_(1892),M=_(8731),F=_(7202),T=function(L){return L.S="S",L.M="M",L.L="L",L}(T||{});const b=T;function C(L){return(0,w.FD)(w.FK,{children:[(0,w.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":L?.ariaPressed,"aria-valuemin":L?.ariaValueMin,"aria-valuemax":L?.ariaValueMax,"aria-valuenow":L?.ariaValueNow,"aria-valuetext":L?.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,w.Y)(M.A,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,w.Y)("span",{id:`${this._id}-content`,class:"ui5-button-text",children:(0,w.Y)("bdi",{children:(0,w.Y)("slot",{})})}),this.endIcon&&(0,w.Y)(M.A,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&(0,w.Y)("slot",{name:"badge"})]}),this.loading&&(0,w.Y)(F.A,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?b.S:b.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})}},3248(K,re,_){"use strict";_.d(re,{A:()=>Je});var w=_(1934),M=_(6993),F=_(1642),T=_(8762),b=_(2358),C=_(594),L=_(3651),P=_(1045),m=_(7883),A=(_(4257),_(2601),_(8911),_(441),_(5166)),V=_(1892),I=_(81),z=_(8520),j=_(6983),W=_(8731);function G(){return(0,V.Y)(V.FK,{children:!!this._displayHeader&&(0,V.Y)("header",{children:(0,V.FD)("div",{class:"ui5-popup-header-root",id:"ui5-popup-header",role:"group","aria-describedby":this.effectiveAriaDescribedBy,"aria-roledescription":this.ariaRoleDescriptionHeaderText,tabIndex:this._headerTabIndex,onKeyDown:this._onDragOrResizeKeyDown,onMouseDown:this._onDragMouseDown,part:"header",children:[this.hasValueState&&(0,V.Y)(W.A,{class:"ui5-dialog-value-state-icon",name:this._dialogStateIcon}),this.header.length?(0,V.Y)("slot",{name:"header"}):(0,V.Y)(j.A,{level:"H1",id:"ui5-popup-header-text",class:"ui5-popup-header-text",children:this.headerText}),this.resizable?(0,V.Y)("span",this.draggable?{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextDraggableAndResizable}:{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextResizable}):this.draggable&&(0,V.Y)("span",{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextDraggable})]})})})}function U(){return(0,V.FD)(V.FK,{children:[!!this.footer.length&&(0,V.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,V.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,V.Y)("div",{class:"ui5-popup-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,V.Y)(W.A,{name:I.Ay})})]})}var H=_(1926),q=_(467),le=_(8923),ve=_(303),se=_(5444);(0,le.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,q.A)(function*(){return ve.A})),(0,le.Rh)("@ui5/webcomponents","sap_horizon",(0,q.A)(function*(){return se.A}),"host");var He,xe=_(9634),$e=function(je,Ie,Be,ue){var Ee,Q=arguments.length,be=Q<3?Ie:null===ue?ue=Object.getOwnPropertyDescriptor(Ie,Be):ue;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)be=Reflect.decorate(je,Ie,Be,ue);else for(var We=je.length-1;We>=0;We--)(Ee=je[We])&&(be=(Q<3?Ee(be):Q>3?Ee(Ie,Be,be):Ee(Ie,Be))||be);return Q>3&&be&&Object.defineProperty(Ie,Be,be),be};const et={[C.A.Negative]:"error",[C.A.Critical]:"alert",[C.A.Positive]:"sys-enter-2",[C.A.Information]:"information"};let Re=He=class extends m.A{constructor(){super(),this.stretch=!1,this.draggable=!1,this.resizable=!1,this.state="None",this._draggedOrResized=!1,this._dragHandlerRegistered=!1,this._revertSize=()=>{Object.assign(this.style,{top:"",left:"",width:"",height:""})},this._screenResizeHandler=this._screenResize.bind(this),this._dragMouseMoveHandler=this._onDragMouseMove.bind(this),this._dragMouseUpHandler=this._onDragMouseUp.bind(this),this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this),this._dragStartHandler=this._handleDragStart.bind(this)}static _isHeader(Ie){return Ie.classList.contains("ui5-popup-header-root")||"header"===Ie.getAttribute("slot")}get isModal(){return!0}get _ariaLabelledBy(){let Ie;return this.headerText&&!this._ariaLabel&&(Ie="ui5-popup-header-text"),Ie}get ariaRoleDescriptionHeaderText(){return this.resizable||this.draggable?He.i18nBundle.getText(A.lXU):void 0}get effectiveAriaDescribedBy(){return this.resizable||this.draggable?`${this._id}-descr`:void 0}get ariaDescribedByHeaderTextResizable(){return He.i18nBundle.getText(A.QGn)}get ariaDescribedByHeaderTextDraggable(){return He.i18nBundle.getText(A.kHh)}get ariaDescribedByHeaderTextDraggableAndResizable(){return He.i18nBundle.getText(A.CR4)}get _displayHeader(){return this.header.length||this.headerText||this.draggable||this.resizable}get _movable(){return!this.stretch&&this.onDesktop&&(this.draggable||this.resizable)}get _headerTabIndex(){return this._movable?0:void 0}get _showResizeHandle(){return this.resizable&&this.onDesktop}get _minHeight(){let Ie=Number.parseInt(window.getComputedStyle(this.contentDOM).minHeight);const Be=this._root.querySelector(".ui5-popup-header-root");Be&&(Ie+=Be.offsetHeight);const ue=this._root.querySelector(".ui5-popup-footer-root");return ue&&(Ie+=ue.offsetHeight),Ie}get hasValueState(){return this.state!==C.A.None}get _dialogStateIcon(){return et[this.state]}get _role(){if(this.accessibleRole!==xe.A.None)return(0,P.A)(this.state===C.A.Negative||this.state===C.A.Critical?xe.A.AlertDialog:this.accessibleRole)}_show(){super._show(),this._center()}onBeforeRendering(){super.onBeforeRendering(),this._isRTL="rtl"===this.effectiveDir}_resize(){super._resize(),this._draggedOrResized||this._center()}_screenResize(){this._center()}_attachBrowserEvents(){this._attachScreenResizeHandler(),this._registerDragHandler()}_detachBrowserEvents(){this._detachScreenResizeHandler(),this._deregisterDragHandler()}_attachScreenResizeHandler(){this._screenResizeHandlerAttached||(window.addEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!0)}_detachScreenResizeHandler(){this._screenResizeHandlerAttached&&(window.removeEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!1)}_registerDragHandler(){this._dragHandlerRegistered||(this.addEventListener("dragstart",this._dragStartHandler),this._dragHandlerRegistered=!0)}_deregisterDragHandler(){this._dragHandlerRegistered&&(this.removeEventListener("dragstart",this._dragStartHandler),this._dragHandlerRegistered=!1)}_center(){const Ie=window.innerHeight-this.offsetHeight,Be=window.innerWidth-this.offsetWidth;Object.assign(this.style,{top:`${Math.round(Ie/2)}px`,left:`${Math.round(Be/2)}px`})}_onDragMouseDown(Ie){if(!this._movable||!this.draggable||!He._isHeader(Ie.target))return;const{top:Be,left:ue}=this.getBoundingClientRect(),{width:Q,height:be}=window.getComputedStyle(this);Object.assign(this.style,{top:`${Be}px`,left:`${ue}px`,width:Math.round(100*Number.parseFloat(Q))/100+"px",height:Math.round(100*Number.parseFloat(be))/100+"px"}),this._x=Ie.clientX,this._y=Ie.clientY,this._draggedOrResized=!0,this._attachMouseDragHandlers()}_onDragMouseMove(Ie){Ie.preventDefault();const{clientX:Be,clientY:ue}=Ie,Q=this._x-Be,be=this._y-ue,{left:Ee,top:We}=this.getBoundingClientRect();Object.assign(this.style,{left:`${Math.floor(Ee-Q)}px`,top:`${Math.floor(We-be)}px`}),this._x=Be,this._y=ue}_onDragMouseUp(){delete this._x,delete this._y,this._detachMouseDragHandlers()}_onDragOrResizeKeyDown(Ie){if(this._movable&&He._isHeader(Ie.target)){if(this.draggable&&[b.ie,b.Pj,b.OC,b.FG].some(Be=>Be(Ie)))return void this._dragWithEvent(Ie);this.resizable&&[b.aI,b.tt,b.KK,b.hn].some(Be=>Be(Ie))&&this._resizeWithEvent(Ie)}}_dragWithEvent(Ie){const{top:Be,left:ue,width:Q,height:be}=this.getBoundingClientRect();let Ee=0,We="top";switch(!0){case(0,b.ie)(Ie):Ee=Be-16,We="top";break;case(0,b.Pj)(Ie):Ee=Be+16,We="top";break;case(0,b.OC)(Ie):Ee=ue-16,We="left";break;case(0,b.FG)(Ie):Ee=ue+16,We="left"}Ee=(0,T.A)(Ee,0,"left"===We?window.innerWidth-Q:window.innerHeight-be),this.style[We]=`${Ee}px`}_resizeWithEvent(Ie){this._draggedOrResized=!0,this.addEventListener("ui5-before-close",this._revertSize,{once:!0});const{top:Be,left:ue}=this.getBoundingClientRect(),Q=window.getComputedStyle(this),be=Number.parseFloat(Q.minWidth),Ee=window.innerWidth-ue,We=window.innerHeight-Be;let Fe=Number.parseFloat(Q.width),pe=Number.parseFloat(Q.height);switch(!0){case(0,b.aI)(Ie):pe-=16;break;case(0,b.tt)(Ie):pe+=16;break;case(0,b.KK)(Ie):Fe-=16;break;case(0,b.hn)(Ie):Fe+=16}Fe=(0,T.A)(Fe,be,Ee),pe=(0,T.A)(pe,this._minHeight,We),Object.assign(this.style,{width:`${Fe}px`,height:`${pe}px`})}_attachMouseDragHandlers(){window.addEventListener("mousemove",this._dragMouseMoveHandler),window.addEventListener("mouseup",this._dragMouseUpHandler)}_detachMouseDragHandlers(){window.removeEventListener("mousemove",this._dragMouseMoveHandler),window.removeEventListener("mouseup",this._dragMouseUpHandler)}_onResizeMouseDown(Ie){if(!this._movable||!this.resizable)return;Ie.preventDefault();const{top:Be,left:ue}=this.getBoundingClientRect(),{width:Q,height:be,minWidth:Ee}=window.getComputedStyle(this);this._initialX=Ie.clientX,this._initialY=Ie.clientY,this._initialWidth=Number.parseFloat(Q),this._initialHeight=Number.parseFloat(be),this._initialTop=Be,this._initialLeft=ue,this._minWidth=Number.parseFloat(Ee),this._cachedMinHeight=this._minHeight,Object.assign(this.style,{top:`${Be}px`,left:`${ue}px`}),this._draggedOrResized=!0,this._attachMouseResizeHandlers()}_onResizeMouseMove(Ie){const{clientX:Be,clientY:ue}=Ie;let Q,be;if(this._isRTL){Q=(0,T.A)(this._initialWidth-(Be-this._initialX),this._minWidth,this._initialLeft+this._initialWidth),Object.assign(this.style,{width:`${Q}px`});const We=Q-this.getBoundingClientRect().width,Fe=this._initialLeft+this._initialWidth+We;be=(0,T.A)(Fe-Q,0,Fe-this._minWidth)}else Q=(0,T.A)(this._initialWidth+(Be-this._initialX),this._minWidth,window.innerWidth-this._initialLeft);const Ee=(0,T.A)(this._initialHeight+(ue-this._initialY),this._cachedMinHeight,window.innerHeight-this._initialTop);Object.assign(this.style,{height:`${Ee}px`,width:`${Q}px`,left:this._isRTL?`${be}px`:void 0})}_onResizeMouseUp(){delete this._initialX,delete this._initialY,delete this._initialWidth,delete this._initialHeight,delete this._initialTop,delete this._initialLeft,delete this._minWidth,delete this._cachedMinHeight,this._detachMouseResizeHandlers()}_handleDragStart(Ie){this.draggable&&Ie.target instanceof HTMLElement&&He._isHeader(Ie.target)&&Ie.preventDefault()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler),this.addEventListener("ui5-before-close",this._revertSize,{once:!0})}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}};$e([(0,F.A)()],Re.prototype,"headerText",void 0),$e([(0,F.A)({type:Boolean})],Re.prototype,"stretch",void 0),$e([(0,F.A)({type:Boolean})],Re.prototype,"draggable",void 0),$e([(0,F.A)({type:Boolean})],Re.prototype,"resizable",void 0),$e([(0,F.A)()],Re.prototype,"state",void 0),$e([(0,M.A)()],Re.prototype,"header",void 0),$e([(0,M.A)()],Re.prototype,"footer",void 0),$e([(0,L.A)("@ui5/webcomponents")],Re,"i18nBundle",void 0),Re=He=$e([(0,w.A)({tag:"ui5-dialog",template:function x(){return z.Ay.call(this,{beforeContent:G,afterContent:U})},styles:[m.A.styles,H.A,'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--sapNegativeElementColor)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--sapInformativeElementColor)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--sapPositiveElementColor)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--sapCriticalElementColor)}.ui5-popup-header-root{outline:none}:host([desktop]) .ui5-popup-header-root:focus:after,.ui5-popup-header-root:focus-visible:after{content:"";position:absolute;left:var(--_ui5_dialog_header_focus_left_offset);bottom:var(--_ui5_dialog_header_focus_bottom_offset);right:var(--_ui5_dialog_header_focus_right_offset);top:var(--_ui5_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_dialog_header_border_radius) var(--_ui5_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}:host::backdrop{background-color:var(--_ui5_popup_block_layer_background);opacity:var(--_ui5_popup_block_layer_opacity)}.ui5-block-layer{display:block}\n']})],Re),Re.define();const Je=Re},7601(K,re,_){"use strict";_.d(re,{A:()=>I});var w=_(4381),M=_(1934),F=_(1642),T=_(1834),b=_(4778),C=_(2928),L=_(1892),m=_(467),S=_(8923),E=_(303),O=_(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return E.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return O.A}),"host");var A=function(z,j,W,x){var H,G=arguments.length,U=G<3?j:null===x?x=Object.getOwnPropertyDescriptor(j,W):x;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)U=Reflect.decorate(z,j,W,x);else for(var q=z.length-1;q>=0;q--)(H=z[q])&&(U=(G<3?H(U):G>3?H(j,W,U):H(j,W))||U);return G>3&&U&&Object.defineProperty(j,W,U),U};let V=class extends w.A{get _positionProperty(){return this.orientation===C.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:j,width:W,right:x,top:G,bottom:U,height:H}=this.targetReference.getBoundingClientRect(),{top:q,height:le}=this.ownerReference.getBoundingClientRect(),ve={display:"",[this._positionProperty]:"",width:"",height:""};let se=0,Ce=!1,xe=!1;if(this.orientation===C.A.Vertical){switch(this.placement){case b.A.Before:se=j;break;case b.A.On:ve.width=`${W}px`,se=j;break;case b.A.After:se=x}ve.height=`${H}px`}if(this.orientation===C.A.Horizontal){switch(this.placement){case b.A.Before:se=G;break;case b.A.On:ve.height=`${H}px`,se=G;break;case b.A.After:se=U}ve.width=`${W}px`,se-=q,se<=0&&(xe=!0),se>=le&&(Ce=!0)}ve[this._positionProperty]=`${se}px`,this.toggleAttribute("first",xe),this.toggleAttribute("last",Ce),Object.assign(this.style,ve)}};A([(0,F.A)({type:Object})],V.prototype,"targetReference",void 0),A([(0,F.A)({type:Object})],V.prototype,"ownerReference",void 0),A([(0,F.A)()],V.prototype,"placement",void 0),A([(0,F.A)()],V.prototype,"orientation",void 0),V=A([(0,M.A)({tag:"ui5-drop-indicator",renderer:T.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 P(){return(0,L.Y)("div",{class:{"ui5-di-rect":this.placement===b.A.On,"ui5-di-needle":this.placement!==b.A.On}})}})],V),V.define();const I=V},8731(K,re,_){"use strict";_.d(re,{A:()=>ve});var w=_(467),M=_(4381),F=_(1834),T=_(1934),b=_(1437),C=_(1642),L=_(4874),P=_(4446),m=_(3651),S=_(6136),E=_(2358),O=_(3823),B=_(1892);function V(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?(0,B.Y)("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map(se=>(0,B.Y)("path",{d:se}))}var I=_(3518),z=_(5166),j=_(8923),W=_(303),x=_(5444);(0,j.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return W.A})),(0,j.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return x.A}),"host");var H,U=function(se,Ce,xe,$e){var et,He=arguments.length,Ze=He<3?Ce:null===$e?$e=Object.getOwnPropertyDescriptor(Ce,xe):$e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ze=Reflect.decorate(se,Ce,xe,$e);else for(var Re=se.length-1;Re>=0;Re--)(et=se[Re])&&(Ze=(He<3?et(Ze):He>3?et(Ce,xe,Ze):et(Ce,xe))||Ze);return He>3&&Ze&&Object.defineProperty(Ce,xe,Ze),Ze};let le=H=class extends M.A{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onclick(Ce){this.mode===I.A.Interactive&&(Ce.stopImmediatePropagation(),this.fireDecoratorEvent("click"))}_onkeydown(Ce){this.mode===I.A.Interactive&&((0,E.RI)(Ce)&&this.fireDecoratorEvent("click"),(0,E.xC)(Ce)&&Ce.preventDefault())}_onkeyup(Ce){this.mode===I.A.Interactive&&(0,E.xC)(Ce)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===I.A.Decorative?"true":void 0}get _tabIndex(){return this.mode===I.A.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case I.A.Interactive:return"button";case I.A.Decorative:return"presentation";default:return"img"}}onEnterDOM(){(0,S.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){var Ce=this;return(0,w.A)(function*(){const xe=Ce.name;if(!xe)return;let $e=(0,L.hu)(xe);if($e||($e=yield(0,L.y3)(xe)),!$e)return Ce.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${Ce.name}`);if("ICON_NOT_FOUND"===$e)return Ce.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/${xe.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(Ce.viewBox=$e.viewBox||"0 0 512 512","customTemplate"in $e&&$e.customTemplate&&(Ce.customTemplate=(0,O.A)($e.customTemplate,Ce)),"customTemplateAsString"in $e&&(Ce.customTemplateAsString=$e.customTemplateAsString),Ce.invalid=!1,"pathData"in $e&&$e.pathData&&(Ce.pathData=Array.isArray($e.pathData)?$e.pathData:[$e.pathData]),Ce.accData=$e.accData,Ce.ltr=$e.ltr,Ce.packageName=$e.packageName,Ce.accessibleName)Ce.effectiveAccessibleName=Ce.accessibleName;else if(Ce.accData)if(Ce.packageName){const He=yield(0,P.HE)(Ce.packageName);Ce.effectiveAccessibleName=He.getText(Ce.accData)||void 0}else Ce.effectiveAccessibleName=Ce.accData?.defaultText||void 0;else Ce.effectiveAccessibleName=void 0})()}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}_getAriaTypeDescription(){switch(this.mode){case I.A.Interactive:return H.i18nBundle.getText(z.u9k);case I.A.Image:return H.i18nBundle.getText(z.Jz0);default:return""}}get accessibilityInfo(){return this.mode===I.A.Decorative?{}:{role:this.effectiveAccessibleRole,type:this._getAriaTypeDescription(),description:this.effectiveAccessibleName}}};U([(0,C.A)()],le.prototype,"design",void 0),U([(0,C.A)()],le.prototype,"name",void 0),U([(0,C.A)()],le.prototype,"accessibleName",void 0),U([(0,C.A)({type:Boolean})],le.prototype,"showTooltip",void 0),U([(0,C.A)()],le.prototype,"mode",void 0),U([(0,C.A)({type:Array,noAttribute:!0})],le.prototype,"pathData",void 0),U([(0,C.A)({type:Object,noAttribute:!0})],le.prototype,"accData",void 0),U([(0,C.A)({type:Boolean})],le.prototype,"invalid",void 0),U([(0,C.A)({noAttribute:!0})],le.prototype,"effectiveAccessibleName",void 0),U([(0,m.A)("@ui5/webcomponents")],le,"i18nBundle",void 0),le=H=U([(0,T.A)({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:F.A,template:function A(){return(0,B.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,B.FD)("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),(0,B.Y)("g",{role:"presentation",children:V.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}: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}: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})],le),le.define();const ve=le},6745(K,re,_){"use strict";_.d(re,{A:()=>Se});var w={};_.r(w),_.d(w,{Contains:()=>We,None:()=>Fe,StartsWith:()=>Ee,StartsWithPerTerm:()=>be});var M=_(467),F=_(4381),T=_(1642),b=_(1934),C=_(6993),L=_(1437),P=_(1834),m=_(362),S=_(8431),E=_(6136),O=_(594),B=_(2358),V=_(8777),I=_(3651),z=_(6162),j=_(3493),G=_(4127),U=function(me){return me.Text="Text",me.Email="Email",me.Number="Number",me.Password="Password",me.Tel="Tel",me.URL="URL",me.Search="Search",me}(U||{});const H=U;var q=_(1892),le=_(8731),ve=_(1278),se=_(4257),Ce=_(2601),xe=_(8911),$e=_(441),He=_(9494),Ze=_(6634);function et(me){const p=me?.suggestionsList,g=me?.mobileHeader;return(0,q.FD)(q.FK,{children:[this._effectiveShowSuggestions&&this.Suggestions?.template.call(this,{suggestionsList:p,mobileHeader:g,valueStateMessage:Re,valueStateMessageInputIcon:Je}),this.hasValueStateMessage&&(0,q.Y)(Ze.Ay,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:He.A.Start,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:(0,q.FD)("div",{slot:"header",class:this.classes.popoverValueState,children:[(0,q.Y)(le.A,{class:"ui5-input-value-state-message-icon",name:Je.call(this)}),this.valueStateOpen&&Re.call(this)]})})]})}function Re(){return(0,q.Y)(q.FK,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:(0,q.Y)("slot",{name:"valueStateMessage"})})}function Je(){return this.valueState!==O.A.None?{Negative:se.Ay,Critical:Ce.Ay,Positive:xe.Ay,Information:$e.Ay}[this.valueState]:""}function Ie(){}function Be(){}const ue=/[[\]{}()*+?.\\^$|]/g,be=(me,p,g)=>{const v=new RegExp(`(^|\\s)${(me=>me.replace(ue,"\\$&"))(me.toLowerCase())}.*`,"g");return p.filter(N=>{const ne=N[g];return v.lastIndex=0,v.test(ne.toLowerCase())})},Ee=(me,p,g)=>p.filter(v=>(v[g]||"").toLowerCase().startsWith(me.toLowerCase())),We=(me,p,g)=>p.filter(v=>(v[g]||"").toLowerCase().includes(me.toLowerCase())),Fe=(me,p)=>p;var pe=_(5166),lt=_(8923),vt=_(303),St=_(5444);(0,lt.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,M.A)(function*(){return vt.A})),(0,lt.Rh)("@ui5/webcomponents","sap_horizon",(0,M.A)(function*(){return St.A}),"host");var $t=_(8366),Et=_(8901);(0,lt.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,M.A)(function*(){return vt.A})),(0,lt.Rh)("@ui5/webcomponents","sap_horizon",(0,M.A)(function*(){return St.A}),"host");var Yt=function(me){return me.StartsWithPerTerm="StartsWithPerTerm",me.StartsWith="StartsWith",me.Contains="Contains",me.None="None",me}(Yt||{});const at=Yt;var Me,$=function(me,p,g,v){var te,N=arguments.length,ne=N<3?p:null===v?v=Object.getOwnPropertyDescriptor(p,g):v;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)ne=Reflect.decorate(me,p,g,v);else for(var he=me.length-1;he>=0;he--)(te=me[he])&&(ne=(N<3?te(ne):N>3?te(p,g,ne):te(p,g))||ne);return N>3&&ne&&Object.defineProperty(p,g,ne),ne},ft=function(me){return me.CHANGE="change",me.INPUT="input",me.SELECTION_CHANGE="selection-change",me}(ft||{}),qe=function(me){return me.ACTION_ENTER="enter",me.ACTION_USER_INPUT="input",me}(qe||{});let J=Me=class extends F.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 p=this;return(0,M.A)(function*(){return p.getFocusDomRefAsync()})()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this.filter=at.None,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){m.A.register(this,this._handleResizeBound),(0,j.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){m.A.deregister(this,this._handleResizeBound),(0,j.I7)(this),this._removeLinksEventListeners(),this._composition?.removeEventListeners()}_highlightSuggestionItem(p){p.markupText=this.typedInValue?this.Suggestions?.hightlightInput(p.text||"",this.typedInValue):(0,S.A)(p.text||"")}_isGroupItem(p){return p.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach(Ge=>{Ge.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(Ge):this._isGroupItem(Ge)&&Ge.items?.forEach(wt=>{this._highlightSuggestionItem(wt)})})),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty("--_ui5-input-icons-count",`${this.iconsCount}`);const p=!!this._flattenItems.length,g=!!this.value,v=this.shadowRoot.querySelector("input")===(0,G.A)(),N=this.disabled||this.readonly,ne=!N&&!this._isPhone&&p&&(this.open||g&&v&&this.isTyping);N?this.open=!1:this._isPhone||(this.open=p&&(this.open||g&&v&&this.isTyping)),this.shouldDisplayOnlyValueStateMessage&&!ne?this.openValueStatePopover():this.closeValueStatePopover();const te=this.value,he=this.getInputDOMRefSync();if(!he||!te)return;this.filter!==at.None&&this._filterItems(this.typedInValue);const de=he.selectionEnd-he.selectionStart;if(this._shouldAutocomplete&&!(0,E.m0)()&&!de&&!this._isKeyNavigation){const Ge=this._getFirstMatchingItem(te);Ge?(this._isComposing||this._handleTypeAhead(Ge),this._selectMatchingItem(Ge)):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,V.A)(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_adjustSelectionRange(){const p=this.getInputDOMRefSync(),v=this.Suggestions?._getItems().filter(ne=>!ne.hidden)?.find(ne=>ne.selected||ne.focused),N=this._flattenItems.filter(ne=>this._isGroupItem(ne));v&&!N.includes(v)?v?.text?.toLowerCase().startsWith(this.typedInValue.toLowerCase())?p.setSelectionRange(this.typedInValue.length,this.value.length):p.setSelectionRange(0,this.value.length):p.setSelectionRange(this.typedInValue.length,this.value.length)}_onkeydown(p){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!((0,B.W_)(p)||(0,B.Ob)(p)||(0,B.KL)(p)),(0,B.ie)(p))return this._handleUp(p);if((0,B.Pj)(p))return this._handleDown(p);if((0,B.xC)(p))return this._handleSpace(p);if((0,B.zP)(p))return this._handleTab();if((0,B.RI)(p)){const g=this.previousValue===this.getInputDOMRefSync().value;return this._enterKeyDown=!0,g?(this.fireDecoratorEvent("_request-submit"),void(0,z.rM)(this)):this._handleEnter(p)}return(0,B.vQ)(p)?this._handlePageUp(p):(0,B.oY)(p)?this._handlePageDown(p):(0,B.qN)(p)?this._handleHome(p):(0,B.uV)(p)?this._handleEnd(p):(0,B.KL)(p)?this._handleEscape():(0,B.HJ)(p)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(p){(0,B.Ob)(p)&&(this.value=p.target.value),this._enterKeyDown=!1}get currentItemIndex(){const g=(this.Suggestions?._getItems()).filter(ne=>!ne.hidden),v=g.find(ne=>ne.selected||ne.focused);return v?g.indexOf(v):-1}_handleUp(p){this.Suggestions?.isOpened()&&this.Suggestions.onUp(p,this.currentItemIndex)}_handleDown(p){this.Suggestions?.isOpened()&&this.Suggestions.onDown(p,this.currentItemIndex)}_handleSpace(p){this.Suggestions&&this.Suggestions.onSpace(p)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const p=this.linksInAriaValueStateHiddenText;p.length&&p[0].focus()}_addLinksEventListeners(){const p=this.linksInAriaValueStateHiddenText;p.forEach((g,v)=>{this._linksListenersArray.push(N=>{((me,p,g,v)=>{(0,B.zP)(me)&&(g!==p.length-1?(me.stopImmediatePropagation(),me.preventDefault(),p[g+1].focus()):(v.closeValueState(),v.focusInput())),(0,B.bR)(me)&&(me.preventDefault(),me.stopImmediatePropagation(),g>0?p[g-1].focus():v.focusInput()),(0,B.ie)(me)&&(me.preventDefault(),me.stopImmediatePropagation(),v.isPopoverOpen()&&v.focusInput()),(0,B.Pj)(me)&&(me.preventDefault(),me.stopImmediatePropagation(),v.navigateToItem()),(0,B.KL)(me)&&(me.preventDefault(),me.stopImmediatePropagation())})(N,p,v,{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(N,this.currentItemIndex))):this._handleDown(N)},isPopoverOpen:()=>this.Suggestions&&this.Suggestions?.isOpened()||!1})}),g.addEventListener("keydown",this._linksListenersArray[v])})}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach((g,v)=>{g.removeEventListener("keydown",this._linksListenersArray[v])}),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(p){const g=!!this.Suggestions?.onEnter(p),v=this.getInputDOMRefSync();let N=this._matchedSuggestionItem;if(N||(N=this._selectableItems.find(ne=>ne.text?.toLowerCase()===this.value.toLowerCase())),N){const ne=N.text||"";v.setSelectionRange(ne.length,ne.length),g||(this.fireSelectionChange(N,!0),this.acceptSuggestion(N,!0),this.open=!1)}this._isPhone&&!this._flattenItems.length&&!this.isTypeNumber&&v.setSelectionRange(this.value.length,this.value.length),g?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(p){this._isSuggestionsFocused?this.Suggestions?.onPageUp(p):p.preventDefault()}_handlePageDown(p){this._isSuggestionsFocused?this.Suggestions?.onPageDown(p):p.preventDefault()}_handleHome(p){this._isSuggestionsFocused&&this.Suggestions?.onHome(p)}_handleEnd(p){this._isSuggestionsFocused&&this.Suggestions?.onEnd(p)}_handleEscape(){const g=this.showSuggestions&&!!this.Suggestions&&this.open,v=this.getInputDOMRefSync(),N=v.selectionEnd-v.selectionStart>0;return this.isTyping=!1,this._matchedSuggestionItem=void 0,this.value===this.previousValue||this.value===this.lastConfirmedValue||this.open?g?g&&this.Suggestions?._isItemOnTarget()?(this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0)):(N&&(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(ft.INPUT,{inputType:""}))}_onfocusin(p){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!p.target&&p.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(p){const g=p.relatedTarget;this.Suggestions?._getPicker()?.contains(g)||this.contains(g)||this.getSlottedNodes("valueStateMessage").some(v=>v.contains(g))||(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,E.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(g=>g.hasAttribute("ui5-suggestion-item")&&g.selected)?this._changeToBeFired=!0:((()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(ft.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1})(),this._enterKeyDown&&(this.fireDecoratorEvent("_request-submit"),(0,z.rM)(this))))}_clear(){const p=this.value;this.value="",this.fireDecoratorEvent(ft.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=p}_iconMouseDown(){this._clearIconClicked=!0}_scroll(p){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:p.detail.scrollTop,scrollContainer:p.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(p){this._input(p,p.detail&&p.detail.inputType||"")}_handleNativeInput(p){this._input(p,p.inputType||"")}_input(p,g){const v=this.getInputDOMRefSync();this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(g)&&!this.noTypeahead,p.target===v&&(this.focused=!0,p.stopImmediatePropagation()),this.fireEventByAction(qe.ACTION_ENTER,p),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.filter&&""===p.target.value&&(this.open=!1),this.isTyping=!0}_startsWithMatchingItems(p){return Ee(p,this._selectableItems,"text")}_getFirstMatchingItem(p){if(!this._flattenItems.length)return;const g=this._startsWithMatchingItems(p).filter(v=>!this._isGroupItem(v));return g.length?g[0]:void 0}_handleSelectionChange(p){this.Suggestions?.onItemPress(p)}_selectMatchingItem(p){p.selected=!0,this._matchedSuggestionItem=p}_filterItems(p){let g=[];const v=this._flattenItems.filter(N=>this._isGroupItem(N));this._resetItemVisibility(),g=v.length?this._filterGroups(this.filter,v):w[this.filter](p,this._selectableItems,"text"),this._selectableItems.forEach(N=>{N.hidden=!g.includes(N)}),0===g.length&&(this.open=!1)}_filterGroups(p,g){const v=[];return g.forEach(N=>{const ne=w[p](this.typedInValue,N.items??[],"text");v.push(...ne),N.hidden=0===ne.length}),v}_resetItemVisibility(){this._flattenItems.forEach(p=>{this._isGroupItem(p)?p.items?.forEach(g=>{g.hidden=!1}):p.hidden=!1})}_handleTypeAhead(p){const g=p.text?p.text:"",v=this.typedInValue;g.toLowerCase().startsWith(v.toLowerCase())&&(this.value=v+g.substring(v.length)),this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=(0,j.UT)(this),this._accessibleLabelsRefTexts=(0,j.yI)(this),this._associatedDescriptionRefTexts=(0,j.Bm)(this)}_closePicker(){this.open=!1}_confirmMobileValue(){this._closePicker(),this._handleChange()}_cancelMobileValue(){this.value=this.previousValue,this._closePicker()}_afterOpenPicker(){(0,E.tp)()&&(this.previousValue=this.value,this.getInputDOMRef().focus(),this._composition?.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){(0,E.tp)()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(ft.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus();const p=this.shadowRoot.querySelector("#selectionText");p&&(p.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 p=g=>{g.i18nBundle=Me.i18nBundle,this.Suggestions=new g(this,"suggestionItems",!0,!1)};Me.SuggestionsClass?p(Me.SuggestionsClass):_.e(621).then(_.bind(_,9621)).then(g=>{p(g.default)})}_enableComposition(){if(this._composition)return;const p=g=>{this._composition=new g({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:v=>{this._isComposing=v}}),this._composition.addEventListeners()};Me.composition?p(Me.composition):_.e(418).then(_.bind(_,1418)).then(g=>{Me.composition=g.default,p(g.default)})}acceptSuggestion(p,g){if(this._isGroupItem(p))return;let v=p;if(this._matchedSuggestionItem){const te=this._matchedSuggestionItem.text?.toLowerCase()||"",he=p.text?.toLowerCase()||"";(g||te===he)&&(v=this._matchedSuggestionItem)}const N=v.text||"",ne=g?this.valueBeforeItemSelection!==N:this.previousValue!==N;this.hasSuggestionItemSelected=!0,this.value=N,ne&&this.previousValue!==N&&(this.valueBeforeItemSelection=N,this.lastConfirmedValue=N,this._performTextSelection=!0,this.fireDecoratorEvent(ft.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(p){const g=this._isGroupItem(p)?this.valueBeforeSelectionStart:p.text;this.value=g||"",this._performTextSelection=!0,this._isGroupItem(p)||(this._matchedSuggestionItem=p)}fireEventByAction(p,g){const v=this.value,N=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const ne=this.getInputValue(),te=p===qe.ACTION_ENTER;this.value=ne,this.typedInValue=ne,this.valueBeforeSelectionStart=ne;const he=this.value;te&&(!this.fireDecoratorEvent(ft.INPUT,{inputType:g.inputType||""})&&(he===this.value&&(this.value=v),N&&(N.value=this.value)),this.fireResetSelectionChange())}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){if((0,E.tp)()&&this.Suggestions){const p=this.Suggestions._getPicker();if(p)return p.querySelector(".ui5-input-inner-phone")}return this.nativeInput}getInputDOMRefSync(){if((0,E.tp)()&&this.Suggestions){const p=this.Suggestions._getPicker();if(p)return p.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input")}return this.nativeInput}get nativeInput(){const p=this.getDomRef();return p?p.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions?._isScrollable():Promise.resolve(!1)}onItemMouseDown(p){p.preventDefault()}onItemSelected(p,g){!g&&!p?.focused&&this.valueBeforeItemSelection!==p.text&&this.fireSelectionChange(p,!0),this.acceptSuggestion(p,g)}_handleSuggestionItemPress(p){this.Suggestions?.onItemPress(p)}onItemSelect(p){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(p),this.announceSelectedItem(),this.fireSelectionChange(p,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap(p=>this._isGroupItem(p)?[p,...p.items]:[p])}get _selectableItems(){return this._flattenItems.filter(p=>!this._isGroupItem(p))}get valueStateTypeMappings(){return{Positive:Me.i18nBundle.getText(pe.PBn),Information:Me.i18nBundle.getText(pe.Y12),Negative:Me.i18nBundle.getText(pe.QLe),Critical:Me.i18nBundle.getText(pe.CNT)}}valueStateTextMappings(){return{Positive:Me.i18nBundle.getText(pe.KwP),Information:Me.i18nBundle.getText(pe.tgV),Negative:Me.i18nBundle.getText(pe.laD),Critical:Me.i18nBundle.getText(pe.Xot)}}announceSelectedItem(){const p=this.shadowRoot.querySelector("#selectionText");p&&(p.textContent=this.itemSelectionAnnounce)}fireSelectionChange(p,g){this.Suggestions&&(this.fireDecoratorEvent(ft.SELECTION_CHANGE,{item:p}),this._isLatestValueFromSuggestions=g)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return Me.i18nBundle.getText(pe.YBm)}get _suggestionsOkButtonText(){return Me.i18nBundle.getText(pe.HzF)}get _suggestionsCancelButtonText(){return Me.i18nBundle.getText(pe.ZqR)}get clearIconAccessibleName(){return Me.i18nBundle.getText(pe.$nc)}get _popupLabel(){return Me.i18nBundle.getText(pe.YF)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===H.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,j.Uu)(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===O.A.Negative||void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:this.showSuggestions?"dialog":void 0,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:this.showSuggestions?"list":void 0,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;const p=this.valueState!==O.A.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${p} ${this.valueStateText}`:p:this.valueStateMessage.length?`${p} ${this.valueStateMessage.map(g=>g.textContent).join(" ")}`:p}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const p=[];return this.valueStateMessage&&this.valueStateMessage.forEach(g=>{g.children.length&&g.querySelectorAll("ui5-link").forEach(v=>{p.push(v)})}),p}get valueStateLinksShortcutsTextAcc(){const p=this.linksInAriaValueStateHiddenText;return p.length?(0,E.cX)()?Me.i18nBundle.getText(1===p.length?pe.Z2A:pe.qF5):Me.i18nBundle.getText(1===p.length?pe.dOG:pe.IGR):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===O.A.Positive,"ui5-valuestatemessage--error":this.valueState===O.A.Negative,"ui5-valuestatemessage--warning":this.valueState===O.A.Critical,"ui5-valuestatemessage--information":this.valueState===O.A.Information}}}get styles(){const p=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/p>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==O.A.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==O.A.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==O.A.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Me.i18nBundle.getText(pe.bRY)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions?.isOpened())){const p=this._selectableItems;switch(p.length){case 0:return Me.i18nBundle.getText(pe.NJs);case 1:return Me.i18nBundle.getText(pe.K2C);default:return Me.i18nBundle.getText(pe.MME,p.length)}}}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return(0,E.tp)()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions?.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){return this.valueState!==O.A.None?`\n\t\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t\t${{Negative:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Critical:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Positive:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};\n\t\t\t</svg>\n\t\t\t`:""}get _valueStateMessageInputIcon(){return this.valueState!==O.A.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(me=>{let p=0;return(me.selectionStart||0===me.selectionStart)&&(p="backward"===me.selectionDirection?me.selectionStart:me.selectionEnd),p})(this.nativeInput)}setCaretPosition(p){((me,p)=>{me.selectionStart?(me.focus(),me.setSelectionRange(p,p)):me.focus()})(this.nativeInput,p)}removeFractionalPart(p){return p.includes(".")?p.slice(0,p.indexOf(".")):p.includes(",")?p.slice(0,p.indexOf(",")):p}};$([(0,T.A)({type:Boolean})],J.prototype,"disabled",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"highlight",void 0),$([(0,T.A)()],J.prototype,"placeholder",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"readonly",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"required",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"noTypeahead",void 0),$([(0,T.A)()],J.prototype,"type",void 0),$([(0,T.A)()],J.prototype,"value",void 0),$([(0,T.A)()],J.prototype,"valueState",void 0),$([(0,T.A)()],J.prototype,"name",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"showSuggestions",void 0),$([(0,T.A)({type:Number})],J.prototype,"maxlength",void 0),$([(0,T.A)()],J.prototype,"accessibleName",void 0),$([(0,T.A)()],J.prototype,"accessibleNameRef",void 0),$([(0,T.A)()],J.prototype,"accessibleDescription",void 0),$([(0,T.A)()],J.prototype,"accessibleDescriptionRef",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"showClearIcon",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"open",void 0),$([(0,T.A)()],J.prototype,"filter",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"_effectiveShowClearIcon",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"focused",void 0),$([(0,T.A)()],J.prototype,"hint",void 0),$([(0,T.A)({type:Boolean})],J.prototype,"valueStateOpen",void 0),$([(0,T.A)({type:Object})],J.prototype,"_inputAccInfo",void 0),$([(0,T.A)({type:Object})],J.prototype,"_nativeInputAttributes",void 0),$([(0,T.A)({type:Number})],J.prototype,"_inputWidth",void 0),$([(0,T.A)({type:Number})],J.prototype,"_listWidth",void 0),$([(0,T.A)({type:Boolean,noAttribute:!0})],J.prototype,"_inputIconFocused",void 0),$([(0,T.A)({noAttribute:!0})],J.prototype,"_associatedLabelsTexts",void 0),$([(0,T.A)({noAttribute:!0})],J.prototype,"_accessibleLabelsRefTexts",void 0),$([(0,T.A)({noAttribute:!0})],J.prototype,"_associatedDescriptionRefTexts",void 0),$([(0,T.A)({type:Object})],J.prototype,"Suggestions",void 0),$([(0,T.A)({type:Array,noAttribute:!0})],J.prototype,"_linksListenersArray",void 0),$([(0,T.A)({type:Boolean,noAttribute:!0})],J.prototype,"_isComposing",void 0),$([(0,C.A)({type:HTMLElement,default:!0})],J.prototype,"suggestionItems",void 0),$([(0,C.A)()],J.prototype,"icon",void 0),$([(0,C.A)({type:HTMLElement,invalidateOnChildChange:!0})],J.prototype,"valueStateMessage",void 0),$([(0,I.A)("@ui5/webcomponents")],J,"i18nBundle",void 0),J=Me=$([(0,b.A)({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:P.A,template:function je(me){const p=me?.suggestionsList,g=me?.mobileHeader,v=me?.preContent||Ie,N=me?.postContent||Be;return(0,q.FD)(q.FK,{children:[(0,q.Y)("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:(0,q.FD)("div",{class:"ui5-input-content",children:[v.call(this),(0,q.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,q.Y)("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:(0,q.Y)(le.A,{part:"clear-icon",class:"ui5-input-clear-icon",name:ve.Ay,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&(0,q.Y)("div",{class:"ui5-input-icon-root",tabindex:-1,children:(0,q.Y)("slot",{name:"icon"})}),(0,q.Y)("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),N.call(this),this._effectiveShowSuggestions&&(0,q.FD)(q.FK,{children:[(0,q.Y)("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),(0,q.Y)("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),(0,q.Y)("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&(0,q.Y)("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&(0,q.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&(0,q.Y)("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&(0,q.Y)("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),et.call(this,{suggestionsList:p,mobileHeader:g})]})},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',$t.A,Et.A,".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,L.A)("change",{bubbles:!0}),(0,L.A)("_request-submit",{bubbles:!0}),(0,L.A)("input",{bubbles:!0,cancelable:!0}),(0,L.A)("select",{bubbles:!0}),(0,L.A)("selection-change",{bubbles:!0}),(0,L.A)("type-ahead",{bubbles:!0}),(0,L.A)("suggestion-scroll",{bubbles:!0}),(0,L.A)("open",{bubbles:!0}),(0,L.A)("close")],J),J.define();const Se=J},355(K,re,_){"use strict";_.d(re,{A:()=>z});var w=_(4381),M=_(1934),F=_(1642),T=_(3651),b=_(1834),C=_(5166),L=_(1892),m=_(467),S=_(8923),E=_(303),O=_(5444);(0,S.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,m.A)(function*(){return E.A})),(0,S.Rh)("@ui5/webcomponents","sap_horizon",(0,m.A)(function*(){return O.A}),"host");var V,A=function(j,W,x,G){var q,U=arguments.length,H=U<3?W:null===G?G=Object.getOwnPropertyDescriptor(W,x):G;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)H=Reflect.decorate(j,W,x,G);else for(var le=j.length-1;le>=0;le--)(q=j[le])&&(H=(U<3?q(H):U>3?q(W,x,H):q(W,x))||H);return U>3&&H&&Object.defineProperty(W,x,H),H};let I=V=class extends w.A{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const W=this.getRootNode().querySelector(`[id="${this.for}"]`);W&&W.focus()}get _colonSymbol(){return V.i18nBundle.getText(C.vtI)}};A([(0,F.A)()],I.prototype,"for",void 0),A([(0,F.A)({type:Boolean})],I.prototype,"showColon",void 0),A([(0,F.A)({type:Boolean})],I.prototype,"required",void 0),A([(0,F.A)()],I.prototype,"wrappingType",void 0),A([(0,T.A)("@ui5/webcomponents")],I,"i18nBundle",void 0),I=V=A([(0,M.A)({tag:"ui5-label",renderer:b.A,template:function P(){return(0,L.FD)("label",{class:"ui5-label-root",onClick:this._onclick,children:[(0,L.Y)("span",{class:"ui5-label-text-wrapper",children:(0,L.Y)("slot",{})}),(0,L.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})],I),I.define();const z=I},8305(K,re,_){"use strict";_.d(re,{A:()=>ve});var w=_(4381),M=_(1934),F=_(1437),T=_(1642),b=_(1834),C=_(2358),L=_(3493),P=_(3651),m=_(6136),S=_(1045),E=_(6121),O=function(se){return se.Default="Default",se.Subtle="Subtle",se.Emphasized="Emphasized",se}(O||{});const B=O;var A=_(1892),V=_(8731),z=_(5166),j=_(467),W=_(8923),x=_(303),G=_(5444);(0,W.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,j.A)(function*(){return x.A})),(0,W.Rh)("@ui5/webcomponents","sap_horizon",(0,j.A)(function*(){return G.A}),"host");var q,H=function(se,Ce,xe,$e){var et,He=arguments.length,Ze=He<3?Ce:null===$e?$e=Object.getOwnPropertyDescriptor(Ce,xe):$e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ze=Reflect.decorate(se,Ce,xe,$e);else for(var Re=se.length-1;Re>=0;Re--)(et=se[Re])&&(Ze=(He<3?et(Ze):He>3?et(Ce,xe,Ze):et(Ce,xe))||Ze);return He>3&&Ze&&Object.defineProperty(Ce,xe,Ze),Ze};let le=q=class extends w.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,m.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){const Ce="_blank"===this.target&&this.href&&this._isCrossOrigin(this.href);this._rel=Ce?"noreferrer noopener":void 0}_isCrossOrigin(Ce){return this._dummyAnchor.href=Ce,!(this._dummyAnchor.hostname===(0,E.VQ)()&&this._dummyAnchor.port===(0,E.lj)()&&this._dummyAnchor.protocol===(0,E.iw)())}get effectiveTabIndex(){return this.forcedTabIndex?Number.parseInt(this.forcedTabIndex):this.disabled?-1:0}get ariaLabelText(){return(0,L.ax)(this)}get hasLinkType(){return this.design!==B.Default}static typeTextMappings(){return{Subtle:z.FvC,Emphasized:z.Kdd}}get linkTypeText(){return q.i18nBundle.getText(q.typeTextMappings()[this.design])}get parsedRef(){return this.href&&this.href.length>0?this.href:void 0}get effectiveAccRole(){return(0,S.A)(this.accessibleRole)}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _hasPopup(){return this.accessibilityAttributes.hasPopup}_onclick(Ce){const{altKey:xe,ctrlKey:$e,metaKey:He,shiftKey:Ze}=Ce;Ce.stopImmediatePropagation(),this.fireDecoratorEvent("click",{altKey:xe,ctrlKey:$e,metaKey:He,shiftKey:Ze})||Ce.preventDefault()}_onkeydown(Ce){(0,C.RI)(Ce)&&!this.href?(this._onclick(Ce),Ce.preventDefault()):(0,C.xC)(Ce)&&Ce.preventDefault()}_onkeyup(Ce){if((0,C.xC)(Ce)&&(this._onclick(Ce),this.href&&!Ce.defaultPrevented)){const xe=new MouseEvent("click");xe.stopImmediatePropagation(),this.getDomRef().dispatchEvent(xe)}}};H([(0,T.A)({type:Boolean})],le.prototype,"disabled",void 0),H([(0,T.A)()],le.prototype,"tooltip",void 0),H([(0,T.A)()],le.prototype,"href",void 0),H([(0,T.A)()],le.prototype,"target",void 0),H([(0,T.A)()],le.prototype,"design",void 0),H([(0,T.A)()],le.prototype,"interactiveAreaSize",void 0),H([(0,T.A)()],le.prototype,"wrappingType",void 0),H([(0,T.A)()],le.prototype,"accessibleName",void 0),H([(0,T.A)()],le.prototype,"accessibleNameRef",void 0),H([(0,T.A)()],le.prototype,"accessibleRole",void 0),H([(0,T.A)({type:Object})],le.prototype,"accessibilityAttributes",void 0),H([(0,T.A)()],le.prototype,"accessibleDescription",void 0),H([(0,T.A)()],le.prototype,"icon",void 0),H([(0,T.A)()],le.prototype,"endIcon",void 0),H([(0,T.A)({noAttribute:!0})],le.prototype,"_rel",void 0),H([(0,T.A)({noAttribute:!0})],le.prototype,"forcedTabIndex",void 0),H([(0,P.A)("@ui5/webcomponents")],le,"i18nBundle",void 0),le=q=H([(0,M.A)({tag:"ui5-link",languageAware:!0,renderer:b.A,template:function I(){return(0,A.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,A.Y)(V.A,{class:"ui5-link-icon",name:this.icon,mode:"Decorative",part:"icon"}),(0,A.Y)("span",{class:"ui5-link-text",children:(0,A.Y)("slot",{})}),this.hasLinkType&&(0,A.Y)("span",{class:"ui5-hidden-text",children:this.linkTypeText}),this.endIcon&&(0,A.Y)(V.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,F.A)("click",{bubbles:!0,cancelable:!0})],le),le.define();const ve=le},6157(K,re,_){"use strict";_.d(re,{A:()=>Yt});var at,w=_(467),M=_(4381),F=_(362),T=_(1834),b=_(2358),C=_(4127),L=((at=L||{}).Auto="Auto",at.Vertical="Vertical",at.Horizontal="Horizontal",at.Paging="Paging",at);const P=L;var m=(at=>(at.Static="Static",at.Cyclic="Cyclic",at))(m||{});const S=m,O=class E{constructor($,Me){if(!$.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=$,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof Me.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=Me.getItemsCallback,this._currentIndex=Me.currentIndex||0,this._rowSize=Me.rowSize||1,this._behavior=Me.behavior||S.Static,this._navigationMode=Me.navigationMode||P.Auto,this._affectedPropertiesNames=Me.affectedPropertiesNames||[],this._skipItemsSize=Me.skipItemsSize||null}setCurrentItem($){const Me=this._getItems().indexOf($);-1!==Me?(this._currentIndex=Me,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",$)}setRowSize($){this._rowSize=$}_init(){this._getItems().forEach(($,Me)=>{$.forcedTabIndex=Me===this._currentIndex?"0":"-1"})}_onkeydown($){if(!this._canNavigate())return;const Me=this._navigationMode===P.Horizontal||this._navigationMode===P.Auto,ft=this._navigationMode===P.Vertical||this._navigationMode===P.Auto,qe="rtl"===this.rootWebComponent.effectiveDir;if(qe&&(0,b.OC)($)&&Me)this._handleRight();else if(qe&&(0,b.FG)($)&&Me)this._handleLeft();else if((0,b.OC)($)&&Me)this._handleLeft();else if((0,b.FG)($)&&Me)this._handleRight();else if((0,b.ie)($)&&ft)this._handleUp();else if((0,b.Pj)($)&&ft)this._handleDown();else if((0,b.qN)($))this._handleHome();else if((0,b.uV)($))this._handleEnd();else if((0,b.vQ)($))this._handlePageUp();else{if(!(0,b.oY)($))return;this._handlePageDown()}$.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const $=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===S.Cyclic){const Me=this._currentIndex%this._rowSize;let J=(0===Me?this._rowSize-1:Me-1)+(Math.ceil($/this._rowSize)-1)*this._rowSize;J>$-1&&(J-=this._rowSize),this._currentIndex=J}else this._currentIndex=0}_handleDown(){const $=this._getItems().length;this._currentIndex+this._rowSize<$?this._currentIndex+=this._rowSize:this._currentIndex=this._behavior===S.Cyclic?(this._currentIndex%this._rowSize+1)%this._rowSize:$-1}_handleLeft(){const $=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===S.Cyclic&&(this._currentIndex=$-1)}_handleRight(){const $=this._getItems().length;this._currentIndex<$-1?this._currentIndex+=1:this._behavior===S.Cyclic&&(this._currentIndex=0)}_handleHome(){const $=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%$}_handleEnd(){const $=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=$-1-this._currentIndex%$}_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 $=this._getItems();for(let Me=0;Me<$.length;Me++)$[Me].forcedTabIndex=Me===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(Me=>{const ft=this.rootWebComponent[Me];this.rootWebComponent[Me]=Array.isArray(ft)?[...ft]:{...ft}})}_focusCurrentItem(){const $=this._getCurrentItem();$&&$.focus()}_canNavigate(){const $=this._getCurrentItem(),Me=(0,C.A)();return $&&$===Me}_getCurrentItem(){const $=this._getItems();if(!$.length)return;for(;this._currentIndex>=$.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const Me=$[this._currentIndex];if(!Me)return;if((0,M.W)(Me))return Me.getFocusDomRef();const ft=this.rootWebComponent.getDomRef();return ft&&Me.id?ft.querySelector(`[id="${Me.id}"]`):void 0}};var B=_(1045),A=_(1642),V=_(1437),I=_(1934),z=_(6993),j=_(3651),W=_(6060),x=_(5262),G=_(7669),U=_(3493);const q=at=>{let $=at;return at.shadowRoot&&at.shadowRoot.activeElement&&($=at.shadowRoot.activeElement),$};var le=_(4070),Ce=function(at){return at.None="None",at.Single="Single",at.SingleStart="SingleStart",at.SingleEnd="SingleEnd",at.SingleAuto="SingleAuto",at.Multiple="Multiple",at.Delete="Delete",at}(Ce||{});const xe=Ce;var $e=function(at){return at.Button="Button",at.Scroll="Scroll",at.None="None",at}($e||{});const He=$e;var Ze=_(9698),et=function(at){return at.All="All",at.Inner="Inner",at.None="None",at}(et||{});const Re=et;var Je=_(4583),je=_(1892),Ie=_(7202),Be=_(7601);function Q(){return(0,je.FD)("div",{class:"ui5-growing-button",part:"growing-button",children:[(0,je.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,je.Y)(Ie.A,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),(0,je.Y)("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]}),this.accessibilityAttributes.growingButton?.description&&(0,je.Y)("span",{id:`${this._id}-growingButton-description`,class:"ui5-hidden-text",children:this.accessibilityAttributes.growingButton.description})]})}var be=_(8923),Ee=_(303),We=_(5444);(0,be.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return Ee.A})),(0,be.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return We.A}),"host");var St,pe=_(5166),lt=_(6374),vt=function(at,$,Me,ft){var Se,qe=arguments.length,J=qe<3?$:null===ft?ft=Object.getOwnPropertyDescriptor($,Me):ft;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)J=Reflect.decorate(at,$,Me,ft);else for(var me=at.length-1;me>=0;me--)(Se=at[me])&&(J=(qe<3?Se(J):qe>3?Se($,Me,J):Se($,Me))||J);return qe>3&&J&&Object.defineProperty($,Me,J),J};let Et=St=class extends M.A{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.stickyHeader=!1,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new O(this,{skipItemsSize:10,navigationMode:P.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new x.A(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,U.Bm)(this),this._associatedLabelsRefTexts=(0,U.yI)(this)}onEnterDOM(){(0,U.nK)(this,this._updateAssociatedLabelsTexts.bind(this)),F.A.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){(0,U.I7)(this),this.unobserveListEnd(),this.unobserveListStart(),F.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($=>{$.hasAttribute("ui5-li-group-header")&&($.addEventListener("ui5-_focused",this.onItemFocusedBound),$.addEventListener("ui5-forward-after",this.onForwardAfterBound),$.addEventListener("ui5-forward-before",this.onForwardBeforeBound))})}detachGroupHeaderEvents(){this.getItems().forEach($=>{$.hasAttribute("ui5-li-group-header")&&($.removeEventListener("ui5-_focused",this.onItemFocusedBound),$.removeEventListener("ui5-forward-after",this.onForwardAfterBound),$.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===xe.Delete}get isSingleSelect(){return[xe.Single,xe.SingleStart,xe.SingleEnd,xe.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===xe.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const $=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&$.push(this.modeLabelID),this.shouldRenderH1&&$.push(this.headerID),$.length?$.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||(0,U.ax)(this)}get ariaDescriptionText(){const $=[];this.accessibleRole===Ze.A.List&&$.push(this.defaultAriaDescriptionText);const Me=this._associatedDescriptionRefTexts||(0,U.Uu)(this);Me&&$.push(Me);const ft=this._getDescriptionForGroups();return ft&&$.push(ft),$.join(" ")}get defaultAriaDescriptionText(){return St.i18nBundle.getText(pe.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 $="";return this._groupCount>0&&(this.accessibleRole===Ze.A.List?$=St.i18nBundle.getText(pe.ogG,this._groupCount,this._groupItemCount):this.accessibleRole===Ze.A.ListBox&&($=St.i18nBundle.getText(pe.P1,this._groupCount))),$}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)return St.i18nBundle.getText(pe.Wyx);if(this.isSingleSelect)return St.i18nBundle.getText(pe.DQe);if(this.isDelete)return St.i18nBundle.getText(pe.fPH)}return""}get grows(){return this.growing!==He.None}get growsOnScroll(){return this.growing===He.Scroll}get growsWithButton(){return this.growing===He.Button}get _growingButtonText(){return this.growingButtonText||St.i18nBundle.getText(pe.jSp)}get listAccessibleRole(){return(0,B.A)(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const $=this.getItemsForProcessing();$.forEach((Me,ft)=>{const J=this.separators===Re.All||this.separators===Re.Inner&&!(ft===$.length-1);Me.hasConfigurableMode&&(Me._selectionMode=this.selectionMode),Me.hasBorder=J,Me.mediaRange=this.mediaRange})}observeListEnd(){var $=this;return(0,w.A)(function*(){yield(0,W.JT)(),$.getEndIntersectionObserver().observe($.listEndDOM)})()}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}observeListStart(){var $=this;return(0,w.A)(function*(){yield(0,W.JT)(),$.getStartIntersectionObserver().observe($.listStartDOM)})()}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection($){$.forEach(Me=>{Me.isIntersecting&&(0,le.A)(this.loadMore.bind(this),250)})}onStartIntersection($){$.forEach(Me=>{this._startMarkerOutOfView=!Me.isIntersecting})}onSelectionRequested($){const Me=this.getSelectedItems();let ft=!1;this.selectionMode!==xe.None&&this[`handle${this.selectionMode}`]&&(ft=this[`handle${this.selectionMode}`]($.detail.item,!!$.detail.selected)),ft&&!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:Me,selectionComponentPressed:$.detail.selectionComponentPressed,targetItem:$.detail.item,key:$.detail.key})&&this._revertSelection(Me)}handleSingle($){return!$.selected&&(this.deselectSelectedItems(),$.selected=!0,!0)}handleSingleStart($){return this.handleSingle($)}handleSingleEnd($){return this.handleSingle($)}handleSingleAuto($){return this.handleSingle($)}handleMultiple($,Me){return $.selected=Me,!0}handleDelete($){return this.fireDecoratorEvent("item-delete",{item:$}),!0}deselectSelectedItems(){this.getSelectedItems().forEach($=>{$.selected=!1})}getSelectedItems(){return this.getItems().filter($=>$.selected)}getEnabledItems(){return this.getItems().filter($=>$._focusable)}getItems(){const $=[],Me=this.getSlottedNodes("items");let ft=0,qe=0;return Me.forEach(J=>{if((0,lt.t)(J)){const Se=[J.groupHeaderItem,...J.items.filter(me=>me.assignedSlot)].filter(Boolean);$.push(...Se),ft++,qe+=Se.length-1}else Ln(J)?J.assignedSlot&&$.push(...J.listItems):J.assignedSlot&&$.push(J)}),this._groupCount=ft,this._groupItemCount=qe,$}getItemsForProcessing(){return this.getItems()}_revertSelection($){this.getItems().forEach(Me=>{const ft=-1!==$.indexOf(Me),qe=Me.shadowRoot.querySelector(".ui5-li-multisel-cb"),J=Me.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");Me.selected=ft,qe?qe.checked=ft:J&&(J.checked=ft)})}_onkeydown($){if((0,b.uV)($))return this._handleEnd(),void $.preventDefault();if((0,b.qN)($))return void this._handleHome();const Me=(0,b.ie)($)||(0,b.Pj)($),ft=this._getClosestListItem($.target);if(ft?._isFocusOnInternalElement()&&Me){const qe=(0,b.ie)($)?-1:1;if(this._navigateToAdjacentItem(ft,qe))return void $.preventDefault()}(0,b.Pj)($)?this._handleDown($):(0,b._0)($)?this._moveItem($.target,$):((0,b.zP)($)&&this._handleTabNext($),(0,b.oi)($)&&this._handleF7($))}_handleF7($){const Me=this._getClosestListItem($.target);if(!Me||!Me._hasFocusableElements())return;const ft=Me.getFocusDomRef(),qe=(0,C.A)();$.preventDefault(),qe===ft?(Me._focusInternalElement(this._lastFocusedElementIndex??0),this._lastFocusedElementIndex=Me._getFocusedElementIndex()):(this._lastFocusedElementIndex=Me._getFocusedElementIndex(),ft.focus())}_getClosestListItem($){return $.closest("[ui5-li], [ui5-li-custom]")}_moveItem($,Me){if(!$||!$.movable)return;const ft=(0,G.Fw)(this.items,$,Me);if(!ft.length)return;Me.preventDefault();const qe=ft.find(({element:J,placement:Se})=>!this.fireDecoratorEvent("move-over",{originalEvent:Me,source:{element:$},destination:{element:J,placement:Se}}));qe&&(this.fireDecoratorEvent("move",{originalEvent:Me,source:{element:$},destination:{element:qe.element,placement:qe.placement}}),$.focus())}_onLoadMoreKeydown($){(0,b.xC)($)&&($.preventDefault(),this._loadMoreActive=!0),(0,b.RI)($)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),(0,b.zP)($)&&this.focusAfterElement(),(0,b.ie)($)?this._handleLodeMoreUp($):(0,b.bR)($)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),$.preventDefault())}_onLoadMoreKeyup($){(0,b.xC)($)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp($){if(this.getGrowingButton()===$.target){const ft=this.getItems();this.focusItem(ft[ft.length-1]),$.preventDefault(),$.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=(()=>{const $=this.getDomRef().getBoundingClientRect();return $.top>=0&&$.left>=0&&$.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&$.right<=(window.innerWidth||document.documentElement.clientWidth)})()}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const $=this.getBoundingClientRect().width;this.mediaRange=Je.A.getCurrentRange(Je.A.RANGESETS.RANGE_4STEPS,$)}_handleTabNext($){q($.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()&&this.focusGrowingButton()}_handleDown($){this._shouldFocusGrowingButton()&&(this.focusGrowingButton(),$.preventDefault())}_navigateToAdjacentItem($,Me){const ft=$?._getFocusedElementIndex();if(void 0===ft||-1===ft)return!1;const qe=this.getItems().filter(p=>"hasConfigurableMode"in p&&p.hasConfigurableMode&&p._hasFocusableElements()),J=qe.indexOf($)+Me,Se=qe[J];if(!Se)return!1;const me=Se._focusInternalElement(ft);return void 0!==me&&(this._lastFocusedElementIndex=me),!0}_onfocusin($){const Me=q($.target);if(this.isForwardElement(Me)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement(Me)?this.focusGrowingButton():this.focusFirstItem(),void $.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(Me))return this.focusGrowingButton(),void $.stopImmediatePropagation();this.focusPreviouslyFocusedItem()}$.stopImmediatePropagation(),this.setForwardingFocus(!1)}}_ondragenter($){this._dragAndDropHandler.ondragenter($)}_ondragleave($){this._dragAndDropHandler.ondragleave($)}_ondragover($){this._dragAndDropHandler.ondragover($)}_ondrop($){this._dragAndDropHandler.ondrop($)}isForwardElement($){const Me=$.id,ft=this.getBeforeElement();return!!(this._id===Me||ft&&ft.id===Me)||this.isForwardAfterElement($)}isForwardAfterElement($){const Me=$.id,ft=this.getAfterElement();return ft&&ft.id===Me}onItemTabIndexChange($){$.stopPropagation(),this._itemNavigation.setCurrentItem($.target)}onItemFocused($){const Me=$.target;$.stopPropagation(),this._itemNavigation.setCurrentItem(Me),this.fireDecoratorEvent("item-focused",{item:Me}),this.selectionMode===xe.SingleAuto&&this.onSelectionRequested({detail:{item:Me,selectionComponentPressed:!1,selected:!0,key:$.detail.key}})}onItemPress($){const Me=$.detail.item;this.fireDecoratorEvent("item-click",{item:Me})&&this.selectionMode!==xe.Delete&&this.onSelectionRequested({detail:{item:Me,selectionComponentPressed:!1,selected:!Me.selected,key:$.detail.key}})}onItemClose($){const Me=$.target;(Me?.hasAttribute("ui5-li-notification")||Me?.hasAttribute("ui5-li-notification-group"))&&this.fireDecoratorEvent("item-close",{item:$.detail?.item})}onItemToggle($){$.target?.isListItemBase&&this.fireDecoratorEvent("item-toggle",{item:$.detail.item})}onForwardBefore($){this.setPreviouslyFocusedItem($.target),this.focusBeforeElement(),$.stopPropagation()}onForwardAfter($){this.setPreviouslyFocusedItem($.target),this.growsWithButton?(this.focusGrowingButton(),$.preventDefault()):this.focusAfterElement(),$.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const $=this.getGrowingButton();$&&$.focus()}_shouldFocusGrowingButton(){if(!this.growsWithButton)return!1;const Me=this.getItems().length-1,ft=this._itemNavigation._currentIndex;return-1!==ft&&ft===Me}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const $=this.getFirstItem(Me=>Me._focusable);$&&$.focus()}focusPreviouslyFocusedItem(){const $=this.getPreviouslyFocusedItem();$&&$.focus()}focusFirstSelectedItem(){const $=this.getFirstItem(Me=>Me.selected&&Me._focusable);$&&$.focus()}focusItem($){this._itemNavigation.setCurrentItem($),$.focus()}onFocusRequested($){setTimeout(()=>{this.setPreviouslyFocusedItem($.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus($){this._forwardingFocus=$}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem($){this._previouslyFocusedItem=$}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem($){const Me=this.getItems();let ft=null;if(!$)return Me.length?Me[0]:null;for(let qe=0;qe<Me.length;qe++)if($(Me[qe])){ft=Me[qe];break}return ft}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}};vt([(0,A.A)()],Et.prototype,"headerText",void 0),vt([(0,A.A)()],Et.prototype,"footerText",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"indent",void 0),vt([(0,A.A)()],Et.prototype,"selectionMode",void 0),vt([(0,A.A)()],Et.prototype,"noDataText",void 0),vt([(0,A.A)()],Et.prototype,"separators",void 0),vt([(0,A.A)()],Et.prototype,"growing",void 0),vt([(0,A.A)()],Et.prototype,"growingButtonText",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"loading",void 0),vt([(0,A.A)({type:Number})],Et.prototype,"loadingDelay",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"stickyHeader",void 0),vt([(0,A.A)()],Et.prototype,"accessibleName",void 0),vt([(0,A.A)({type:Object})],Et.prototype,"accessibilityAttributes",void 0),vt([(0,A.A)()],Et.prototype,"accessibleNameRef",void 0),vt([(0,A.A)()],Et.prototype,"accessibleDescription",void 0),vt([(0,A.A)()],Et.prototype,"accessibleDescriptionRef",void 0),vt([(0,A.A)({noAttribute:!0})],Et.prototype,"_associatedDescriptionRefTexts",void 0),vt([(0,A.A)({noAttribute:!0})],Et.prototype,"_associatedLabelsRefTexts",void 0),vt([(0,A.A)()],Et.prototype,"accessibleRole",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"_inViewport",void 0),vt([(0,A.A)({type:Boolean})],Et.prototype,"_loadMoreActive",void 0),vt([(0,A.A)()],Et.prototype,"mediaRange",void 0),vt([(0,z.A)({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],Et.prototype,"items",void 0),vt([(0,z.A)()],Et.prototype,"header",void 0),vt([(0,j.A)("@ui5/webcomponents")],Et,"i18nBundle",void 0),Et=St=vt([(0,I.A)({tag:"ui5-list",fastNavigation:!0,renderer:T.A,template:function ue(){return(0,je.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,je.FD)(Ie.A,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[(0,je.FD)("div",{class:"ui5-list-container",children:[this.header.length>0&&(0,je.Y)("slot",{name:"header"}),this.shouldRenderH1&&(0,je.Y)("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),(0,je.FD)("div",{class:"ui5-list-scroll-container",children:[(0,je.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.hasData&&(0,je.Y)("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,je.Y)("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),(0,je.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,je.Y)("slot",{}),this.showNoDataText&&(0,je.Y)("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:(0,je.Y)("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&Q.call(this),this.footerText&&(0,je.Y)("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&(0,je.Y)("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),(0,je.Y)("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]})]}),(0,je.Y)(Be.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,V.A)("item-click",{bubbles:!0,cancelable:!0}),(0,V.A)("item-close",{bubbles:!0}),(0,V.A)("item-toggle",{bubbles:!0}),(0,V.A)("item-delete",{bubbles:!0}),(0,V.A)("selection-change",{bubbles:!0,cancelable:!0}),(0,V.A)("load-more",{bubbles:!0}),(0,V.A)("item-focused",{bubbles:!0}),(0,V.A)("move-over",{bubbles:!0,cancelable:!0}),(0,V.A)("move",{bubbles:!0})],Et),Et.define();const Ln=at=>"hasListItems"in at&&at.hasListItems,Yt=Et},6981(K,re,_){"use strict";_.d(re,{A:()=>j});var w=_(4381),M=_(1934),F=_(1834),T=_(1642),b=_(1437),C=_(6488),L=_(6136),P=_(2358),m=_(4127),S=_(467),E=_(8923),O=_(303),B=_(5444);(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return O.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return B.A}),"host"),(0,E.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,S.A)(function*(){return O.A})),(0,E.Rh)("@ui5/webcomponents","sap_horizon",(0,S.A)(function*(){return B.A}),"host");var I=function(W,x,G,U){var le,H=arguments.length,q=H<3?x:null===U?U=Object.getOwnPropertyDescriptor(x,G):U;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)q=Reflect.decorate(W,x,G,U);else for(var ve=W.length-1;ve>=0;ve--)(le=W[ve])&&(q=(H<3?le(q):H>3?le(x,G,q):le(x,G))||q);return H>3&&q&&Object.defineProperty(x,G,q),q};let z=class extends w.A{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){(0,L.xl)()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(x){this.fireDecoratorEvent("request-tabindex-change",x),x.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",x)}_onkeydown(x){return(0,P.zP)(x)?this._handleTabNext(x):(0,P.bR)(x)?this._handleTabPrevious(x):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(x)&&x.preventDefault(),this._isEnter(x)&&this.fireItemPress(x)))}_onkeyup(x){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(x)&&this.fireItemPress(x)}_onclick(x){this.getFocusDomRef().matches(":has(:focus-within)")||this._isDisabledInteractiveContentClicked(x)||this.fireItemPress(x)}_isDisabledInteractiveContentClicked(x){const G=x.composedPath(),U=this.getFocusDomRef();return G.some(H=>!!(H instanceof HTMLElement&&H!==this&&H!==U&&(this._isNativeInteractiveElement(H)||this._isCustomInteractiveElement(H)))&&this._isElementDisabled(H))}_isNativeInteractiveElement(x){return x.matches("button, input, select, textarea")}_isCustomInteractiveElement(x){const G=x;return x.tagName.includes("-")&&("disabled"in G||x.hasAttribute("aria-disabled"))}_isElementDisabled(x){return"boolean"==typeof x.disabled?x.disabled:"true"===x.getAttribute("aria-disabled")}_isSpace(x){return(0,P.xC)(x)}_isEnter(x){return(0,P.RI)(x)}fireItemPress(x){this.disabled||!this._pressable||((0,P.RI)(x)&&x.preventDefault(),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:x.key}))}_handleTabNext(x){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||x.preventDefault())}_handleTabPrevious(x){this.shouldForwardTabBefore(x.target)&&this.fireDecoratorEvent("forward-before")}shouldForwardTabAfter(){const x=(0,C.J)(this.getFocusDomRef());return 0===x.length||x[x.length-1]===(0,m.A)()}shouldForwardTabBefore(x){return this.getFocusDomRef()===x}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};I([(0,T.A)({type:Boolean})],z.prototype,"selected",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"movable",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"hasBorder",void 0),I([(0,T.A)()],z.prototype,"forcedTabIndex",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"disabled",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"focused",void 0),I([(0,T.A)({type:Boolean})],z.prototype,"actionable",void 0),z=I([(0,M.A)({renderer:F.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([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active],[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)}: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)("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})],z);const j=z},9574(K,re,_){"use strict";_.d(re,{A:()=>M});var w=_(1892);function M(T,b){const C=T?.listItemContent||F;return(0,w.Y)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,draggable:this.movable,role:b?.role,title:b?.title,onFocusIn:this._onfocusin,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onClick:this._onclick,children:C.call(this)})}function F(){return(0,w.Y)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:(0,w.Y)("div",{class:"ui5-li-text-wrapper",children:(0,w.Y)("span",{part:"title",class:"ui5-li-title",children:(0,w.Y)("slot",{})})})})}},6374(K,re,_){"use strict";_.d(re,{A:()=>H,t:()=>q});var w=_(6993),M=_(1437),F=_(1642),T=_(1934),b=_(1834),C=_(4381),L=_(5262),P=_(4778),m=_(1892),S=_(45),E=_(7601),O=_(897),A=_(467),V=_(8923),I=_(303),z=_(5444);(0,V.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,A.A)(function*(){return I.A})),(0,V.Rh)("@ui5/webcomponents","sap_horizon",(0,A.A)(function*(){return z.A}),"host");var W=_(6968),x=_(5031),G=function(le,ve,se,Ce){var He,xe=arguments.length,$e=xe<3?ve:null===Ce?Ce=Object.getOwnPropertyDescriptor(ve,se):Ce;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)$e=Reflect.decorate(le,ve,se,Ce);else for(var Ze=le.length-1;Ze>=0;Ze--)(He=le[Ze])&&($e=(xe<3?He($e):xe>3?He(ve,se,$e):He(ve,se))||$e);return xe>3&&$e&&Object.defineProperty(ve,se,$e),$e};let U=class extends C.A{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new L.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(ve){this._dragAndDropHandler.ondragenter(ve)}_ondragleave(ve){this._dragAndDropHandler.ondragleave(ve)}_ondragover(ve){this._dragAndDropHandler.ondragover(ve)}_ondrop(ve){this._dragAndDropHandler.ondrop(ve)}_filterPlacements(ve,se,Ce){return Ce===se?ve.filter(xe=>xe!==P.A.On):ve}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}getGroupHeaderWrapping(){return W.A.None}};G([(0,F.A)()],U.prototype,"headerText",void 0),G([(0,F.A)()],U.prototype,"headerAccessibleName",void 0),G([(0,w.A)({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],U.prototype,"items",void 0),G([(0,F.A)()],U.prototype,"wrappingType",void 0),G([(0,F.A)({type:Boolean})],U.prototype,"focused",void 0),G([(0,w.A)()],U.prototype,"header",void 0),U=G([(0,T.A)({tag:"ui5-li-group",renderer:b.A,languageAware:!0,template:function B(){return(0,m.FD)(m.FK,{children:[this.hasHeader&&(0,m.FD)(S.A,{wrappingType:this.wrappingType,focused:this.focused,part:"header",exportparts:"title",accessibleRole:O.A.ListItem,children:[this.hasFormattedHeader?(0,m.Y)("slot",{name:"header"}):this.headerText,(0,m.Y)("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),(0,m.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,m.Y)("slot",{}),(0,m.Y)(E.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,M.A)("move-over",{bubbles:!0,cancelable:!0}),(0,M.A)("move",{bubbles:!0})],U),U.define();const H=U,q=(0,x.A)("isListItemGroup")},45(K,re,_){"use strict";_.d(re,{A:()=>H});var w=_(1642),M=_(6993),F=_(1934),T=_(3651),b=_(1045),C=_(6981),L=_(5166),P=_(1892),m=_(6968);function E(){return this.wrappingType===m.A.Normal?this.expandableTextTemplate?.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):(0,P.Y)("span",{part:"title",class:"ui5-ghli-title",children:(0,P.Y)("slot",{})})}var O=_(467),B=_(8923),A=_(303),V=_(5444);(0,B.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,O.A)(function*(){return A.A})),(0,B.Rh)("@ui5/webcomponents","sap_horizon",(0,O.A)(function*(){return V.A}),"host");var W,z=_(897),j=function(q,le,ve,se){var $e,Ce=arguments.length,xe=Ce<3?le:null===se?se=Object.getOwnPropertyDescriptor(le,ve):se;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)xe=Reflect.decorate(q,le,ve,se);else for(var He=q.length-1;He>=0;He--)($e=q[He])&&(xe=(Ce<3?$e(xe):Ce>3?$e(le,ve,xe):$e(le,ve))||xe);return Ce>3&&xe&&Object.defineProperty(le,ve,xe),xe};let U=W=class extends C.A{constructor(){super(...arguments),this.accessibleRole=z.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 W.i18nBundle.getText(L.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&&(W.ExpandableTextTemplate?this.expandableTextTemplate=W.ExpandableTextTemplate:_.e(646).then(_.bind(_,646)).then(le=>{this.expandableTextTemplate=le.default}))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};j([(0,w.A)()],U.prototype,"accessibleName",void 0),j([(0,w.A)()],U.prototype,"accessibleRole",void 0),j([(0,w.A)()],U.prototype,"wrappingType",void 0),j([(0,w.A)()],U.prototype,"mediaRange",void 0),j([(0,w.A)({noAttribute:!0})],U.prototype,"expandableTextTemplate",void 0),j([(0,M.A)()],U.prototype,"subItems",void 0),j([(0,T.A)("@ui5/webcomponents")],U,"i18nBundle",void 0),U=W=j([(0,F.A)({tag:"ui5-li-group-header",languageAware:!0,template:function S(){return(0,P.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,P.Y)("div",{id:`${this._id}-content`,class:"ui5-li-content",children:E.call(this)}),this.hasSubItems&&(0,P.Y)("slot",{name:"subItems"})]})},styles:[C.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']})],U),U.define();const H=U},6634(K,re,_){"use strict";_.d(re,{zN:()=>Yt,D2:()=>at,Ay:()=>Me,st:()=>ft});var w=_(467),M=_(4381),F=_(1934),T=_(1642),b=_(6993),C=_(6136),L=_(1402),P=_(8762);const S={toAttribute:qe=>qe instanceof HTMLElement?null:qe,fromAttribute:qe=>qe};var E=_(6060),O=_(7883),B=function(qe){return qe.Start="Start",qe.End="End",qe.Top="Top",qe.Bottom="Bottom",qe}(B||{});const A=B;var V=function(qe){return qe.Center="Center",qe.Top="Top",qe.Bottom="Bottom",qe.Stretch="Stretch",qe}(V||{});const I=V;var z=_(9494),j=_(4127);const x=qe=>qe.parentElement?qe.parentElement:qe.parentNode.host;var G=_(3466);let U;const q=[],le=()=>{q.forEach(qe=>{qe.instance.reposition()})},Ze=qe=>{qe&&qe.shadowRoot.removeEventListener("scroll",le,{capture:!0})},Je=qe=>{const J=(0,G.vR)();if(0!==J.length&&ft(J[J.length-1].instance))for(let me=J.length-1;-1!==me;me--){const p=J[me].instance;if(!ft(p)||p.isModal||p.isOpenerClicked(qe)||p.isClicked(qe))return;p.closePopup()}},je=qe=>{const J=ue(qe);(0,G.Xj)(qe,J),q.push({instance:qe,parentPopovers:J}),(qe=>{qe&&qe.shadowRoot.addEventListener("scroll",le,{capture:!0})})(qe),1===q.length&&(document.addEventListener("scroll",le,{capture:!0}),document.addEventListener("mousedown",Je,{capture:!0}),U=setInterval(()=>{le(),(()=>{let qe=(0,j.A)();"IFRAME"===qe.tagName&&Be().reverse().forEach(J=>{const Se=J.instance,me=Se.getOpenerHTMLElement(Se.opener);for(;qe;){if(qe===me)return;qe=x(qe)}Se.closePopup(!1,!1,!0)})})()},300))},Be=()=>q,ue=qe=>{let J=qe.parentNode;const Se=[];for(;J&&J.parentNode;){for(let me=0;me<q.length;me++)J===q[me].instance&&Se.push(J);J=J.parentNode}return Se};var Q=function(qe){return qe.TopLeft="TopLeft",qe.TopRight="TopRight",qe.BottomLeft="BottomLeft",qe.BottomRight="BottomRight",qe}(Q||{});const Ee=class be{constructor(J){this._resized=!1,this._popover=J,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(J){return this.isResized&&(J-=this._currentDeltaX||0),J}getCorrectedTop(J){return this.isResized&&(J-=this._currentDeltaY||0),J}setCorrectResizeHandleClass(J){switch(this.getResizeHandlePlacement()){case Q.BottomLeft:J.root["ui5-popover-resize-handle-bottom-left"]=!0;break;case Q.BottomRight:J.root["ui5-popover-resize-handle-bottom-right"]=!0;break;case Q.TopLeft:J.root["ui5-popover-resize-handle-top-left"]=!0;break;case Q.TopRight:J.root["ui5-popover-resize-handle-top-right"]=!0}}getResizeHandlePlacement(){const J=this._popover;if(this._resized&&J.resizeHandlePlacement)return J.resizeHandlePlacement;const Se=J.getOpenerHTMLElement(J.opener);if(!Se)return;const p=J.isRtl,g=Se.getBoundingClientRect(),v=J.getBoundingClientRect();let N=Math.floor(g.x+g.width/2);const ne=Math.floor(g.y+g.height/2);let te=Math.floor(v.x+v.width/2);const he=Math.floor(v.y+v.height/2),de=J.verticalAlign,Ge=J._actualHorizontalAlign,wt=v.width>g.width,D=v.height>g.height;switch(p&&(N=-N,te=-te),J.getActualPlacement(g)){case at.Left:return D?he>ne+2?Q.BottomLeft:Q.TopLeft:de===I.Top?Q.BottomLeft:Q.TopLeft;case at.Right:return D?he+2<ne?Q.TopRight:Q.BottomRight:de===I.Bottom?Q.TopRight:Q.BottomRight;case at.Bottom:return wt?te+2<N?p?Q.BottomRight:Q.BottomLeft:p?Q.BottomLeft:Q.BottomRight:p?Ge===Yt.Left?Q.BottomRight:Q.BottomLeft:Ge===Yt.Right?Q.BottomLeft:Q.BottomRight;default:return wt?te+2<N?p?Q.TopRight:Q.TopLeft:p?Q.TopLeft:Q.TopRight:p?Ge===Yt.Left?Q.TopRight:Q.TopLeft:Ge===Yt.Right?Q.TopLeft:Q.TopRight}}onResizeMouseDown(J){if(!this._popover.resizable)return;J.preventDefault(),this._resized=!0,this._initialBoundingRect=this._popover.getBoundingClientRect(),this._totalDeltaX=this._currentDeltaX,this._totalDeltaY=this._currentDeltaY;const{minWidth:Se,minHeight:me}=window.getComputedStyle(this._popover),p=window.getComputedStyle(this._popover._getRealDomRef());this._initialClientX=J.clientX,this._initialClientY=J.clientY,this._minWidth=Math.max(Number.parseFloat(Se),Number.parseFloat(p.minWidth)),this._minHeight=Number.parseFloat(me),this._attachMouseResizeHandlers()}_onResizeMouseMove(J){const me=this._popover._viewportMargin,{clientX:p,clientY:g}=J,v=this.getResizeHandlePlacement(),N=this._initialBoundingRect,ne=p-this._initialClientX,te=g-this._initialClientY;let he,de;const wt=v===Q.TopLeft||v===Q.TopRight;if(v===Q.TopLeft||v===Q.BottomLeft){he=(0,P.A)(N.width-ne,this._minWidth,N.x+N.width-me);const ze=(0,P.A)(N.x+ne,me,N.x+N.width-this._minWidth);he=Math.min(he,N.x+N.width-ze),this._currentDeltaX=(N.x-ze)/2}else{const ct=window.innerWidth-N.x-me;he=(0,P.A)(N.width+ne,this._minWidth,ct),this._currentDeltaX=(N.width-he)/2}if(wt){de=(0,P.A)(N.height-te,this._minHeight,N.y+N.height-me);const ze=(0,P.A)(N.y+te,me,N.y+N.height-this._minHeight);de=Math.min(de,N.y+N.height-ze),this._currentDeltaY=(N.y-ze)/2}else{const ct=window.innerHeight-N.y-me;de=(0,P.A)(N.height+te,this._minHeight,ct),this._currentDeltaY=(N.height-de)/2}this._currentDeltaX+=this._totalDeltaX||0,this._currentDeltaY+=this._totalDeltaY||0;const D=this._popover.calcPlacement(this._popover._openerRect,{width:he,height:de});this._popover.arrowTranslateX=D.arrow.x,this._popover.arrowTranslateY=D.arrow.y,Object.assign(this._popover.style,{left:`${D.left}px`,top:`${D.top}px`,height:`${de}px`,width:`${he}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 We=_(555),Fe=_(1926),pe=_(8923),lt=_(303),vt=_(5444);(0,pe.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return lt.A})),(0,pe.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return vt.A}),"host");var Et,_n=_(5031),$t=function(qe,J,Se,me){var v,p=arguments.length,g=p<3?J:null===me?me=Object.getOwnPropertyDescriptor(J,Se):me;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)g=Reflect.decorate(qe,J,Se,me);else for(var N=qe.length-1;N>=0;N--)(v=qe[N])&&(g=(p<3?v(g):p>3?v(J,Se,g):v(J,Se))||g);return p>3&&g&&Object.defineProperty(J,Se,g),g},Yt=function(qe){return qe.Center="Center",qe.Left="Left",qe.Right="Right",qe.Stretch="Stretch",qe}(Yt||{}),at=function(qe){return qe.Left="Left",qe.Right="Right",qe.Top="Top",qe.Bottom="Bottom",qe}(at||{});let $=Et=class extends O.A{static get VIEWPORT_MARGIN(){return 10}constructor(){super(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.resizable=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="Right",this.isPopover=!0,this._popoverResize=new Ee(this)}set opener(J){this._opener!==J&&(this._opener=J,J&&this.open&&this.openPopup())}get opener(){return this._opener}openPopup(){var J=()=>super.openPopup,Se=this;return(0,w.A)(function*(){if(Se._opened)return;const me=Se.getOpenerHTMLElement(Se.opener);if(me){if(!me||Se.isOpenerOutsideViewport(me.getBoundingClientRect()))return yield(0,E.JT)(),Se.open=!1,void Se.fireDecoratorEvent("close");Se._initialWidth=Se.style.width,Se._initialHeight=Se.style.height,Se._openerRect=me.getBoundingClientRect(),Se._observeOpenerVisibility(),yield J().call(Se)}})()}closePopup(J=!1,Se=!1,me=!1){this._unobserveOpenerVisibility(),Object.assign(this.style,{width:this._initialWidth,height:this._initialHeight}),this._popoverResize.reset(),delete this._resizeHandlePlacement,super.closePopup(J,Se,me)}isOpenerClicked(J){const Se=J.target,me=this.getOpenerHTMLElement(this.opener);return!!me&&(!!(Se===me||this._isUI5AbstractElement(Se)&&Se.getFocusDomRef()===me)||J.composedPath().indexOf(me)>-1)}isClicked(J){return!(!this._showResizeHandle||this.shadowRoot.querySelector(".ui5-popover-resize-handle")!==J.composedPath()[0])||(0,L.wi)(J,this.getBoundingClientRect())}_addOpenedPopup(){je(this)}_removeOpenedPopup(){(qe=>{const J=[qe];for(let Se=0;Se<q.length;Se++){const me=q[Se].parentPopovers.indexOf(qe);q[Se].parentPopovers.length>0&&me>-1&&J.push(q[Se].instance)}for(let Se=J.length-1;Se>=0;Se--)for(let me=0;me<q.length;me++){let p=-1;J[Se]===q[me].instance&&(p=me),p>=0&&((0,G.cY)(q[p].instance),Ze(q[p].instance),q.splice(p,1)[0].instance.closePopup(!1,!0))}q.length||(document.removeEventListener("scroll",le,{capture:!0}),document.removeEventListener("mousedown",Je,{capture:!0}),clearInterval(U))})(this)}getOpenerHTMLElement(J){if(null==J)return J;if(J instanceof HTMLElement)return this._isUI5AbstractElement(J)?J.getFocusDomRef():J;let Se=this.getRootNode();if(!Se)return null;Se===this&&(Se=document);let me=Se.getElementById(J);return Se instanceof ShadowRoot&&!me&&(me=document.getElementById(J)),me&&(this._isUI5AbstractElement(me)?me.getFocusDomRef():me)}shouldCloseDueToOverflow(J,Se){const p={Left:Se.right,Right:Se.left,Top:Se.top,Bottom:Se.bottom},g=this.getOpenerHTMLElement(this.opener),v=(0,L.nE)(g);let N=!1,ne=!1;if(v instanceof Et){const te=v.getBoundingClientRect();N=Se.top>te.top+te.height,ne=Se.top+Se.height<te.top}return p[J]<0||p[J]+32>v.innerHeight||N||ne}shouldCloseDueToNoOpener(J){return 0===J.top&&0===J.bottom&&0===J.left&&0===J.right}isOpenerOutsideViewport(J){return J.bottom<0||J.top>window.innerHeight||J.right<0||J.left>window.innerWidth}_resize(){super._resize(),this.open&&this.reposition()}get _viewportMargin(){return Et.VIEWPORT_MARGIN}reposition(){this._show(),this.resizable&&(this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement())}_show(){var J=()=>super._show,Se=this;return(0,w.A)(function*(){J().call(Se);const me=Se.getOpenerHTMLElement(Se.opener);if(!me)return void Object.assign(Se.style,{top:"0px",left:"0px"});if(me&&(0,M.W)(me)&&!me.getDomRef())return;Se._opened||Se._showOutsideViewport();const p=Se.getPopoverSize();let g;if(0===p.width||0===p.height)return;if(Se.open&&(Se._openerRect=me.getBoundingClientRect()),g=Se._oldPlacement&&Se.shouldCloseDueToNoOpener(Se._openerRect)&&Se.isFocusWithin()?Se._oldPlacement:Se.calcPlacement(Se._openerRect,p),Se._preventRepositionAndClose||Se.isOpenerOutsideViewport(Se._openerRect))return yield Se._waitForDomRef(),Se.closePopup();Se._oldPlacement=g,Se.actualPlacement=g.actualPlacement;let v=(0,P.A)(Se._left,Et.VIEWPORT_MARGIN,document.documentElement.clientWidth-p.width-Et.VIEWPORT_MARGIN);Se.actualPlacement===at.Right&&(v=Math.max(v,Se._left));let N=(0,P.A)(Se._top,Et.VIEWPORT_MARGIN,document.documentElement.clientHeight-p.height-Et.VIEWPORT_MARGIN);Se.actualPlacement===at.Bottom&&(N=Math.max(N,Se._top)),Se.arrowTranslateX=g.arrow.x,Se.arrowTranslateY=g.arrow.y,N=Se._adjustForIOSKeyboard(N),Object.assign(Se.style,{top:`${N}px`,left:`${v}px`}),!Se._popoverResize.isResized&&(Se.horizontalAlign===z.A.Stretch&&Se._width&&(Se.style.width=Se._width),Se.verticalAlign===I.Stretch&&Se._height&&(Se.style.height=Se._height))})()}_adjustForIOSKeyboard(J){if(!(0,C.un)())return J;const Se=Math.ceil(this.getBoundingClientRect().top);return J+(Number.parseInt(this.style.top||"0")-Se)}_onOpenerIntersection(J){this.open&&!J[0]?.isIntersecting&&this.closePopup()}_observeOpenerVisibility(){this._unobserveOpenerVisibility();const J=this.getOpenerHTMLElement(this.opener);J&&(this._openerIntersectionObserver=new IntersectionObserver(this._onOpenerIntersection.bind(this)),this._openerIntersectionObserver.observe(J))}_unobserveOpenerVisibility(){this._openerIntersectionObserver&&(this._openerIntersectionObserver.disconnect(),this._openerIntersectionObserver=null)}getPopoverSize(J=!1){const Se=this.getBoundingClientRect(),me=Se.width;let p;const g=this.getDomRef();if(J&&g){const v=g.querySelector(".ui5-popup-header-root"),N=g.querySelector(".ui5-popup-content"),ne=g.querySelector(".ui5-popup-footer-root");p=N?.scrollHeight||0,p+=v?.scrollHeight||0,p+=ne?.scrollHeight||0}else p=Se.height;return{width:me,height:p}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(J){return(0,M.W)(J)&&J.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){this.getOpenerHTMLElement(this.opener)?.focus()}calcPlacement(J,Se){let me=Et.VIEWPORT_MARGIN,p=0;const g=this.allowTargetOverlap,v=document.documentElement.clientWidth,N=document.documentElement.clientHeight;let ne=N,te=v;const he=this.getActualPlacement(J);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(J)||this.shouldCloseDueToOverflow(he,J);const de=he===at.Top||he===at.Bottom;this._popoverResize.isResized||(this.horizontalAlign===z.A.Stretch&&de?(Se.width=J.width,this._width=`${J.width}px`):this.verticalAlign===I.Stretch&&!de&&(Se.height=J.height,this._height=`${J.height}px`));const Ge=this.hideArrow?0:8;switch(he){case at.Top:me=this.getVerticalLeft(J,Se),p=Math.max(J.top-Se.height-Ge,0),g||(ne=J.top-Ge);break;case at.Bottom:me=this.getVerticalLeft(J,Se),p=J.bottom+Ge,g?p=Math.max(Math.min(p,N-Se.height),0):ne=N-J.bottom-Ge;break;case at.Left:me=Math.max(J.left-Se.width-Ge,0),p=this.getHorizontalTop(J,Se),g||(te=J.left-Ge);break;case at.Right:me=J.left+J.width+Ge,p=this.getHorizontalTop(J,Se),g?me=Math.max(Math.min(me,v-Se.width),0):te=v-J.right-Ge}de?Se.width>v||me<Et.VIEWPORT_MARGIN?me=Et.VIEWPORT_MARGIN:me+Se.width>v-Et.VIEWPORT_MARGIN&&(me=v-Et.VIEWPORT_MARGIN-Se.width):Se.height>N||p<Et.VIEWPORT_MARGIN?p=Et.VIEWPORT_MARGIN:p+Se.height>N-Et.VIEWPORT_MARGIN&&(p=N-Et.VIEWPORT_MARGIN-Se.height),this._maxHeight=Math.round(ne-Et.VIEWPORT_MARGIN),this._maxWidth=Math.round(te-Et.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-me)>1.5)&&(this._left=Math.round(me)),(void 0===this._top||Math.abs(this._top-p)>1.5)&&(this._top=Math.round(p));const wt=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),D=this.getArrowPosition(J,Se,me,p,de,wt);return this._left+=this.getRTLCorrectionLeft(),{arrow:D,top:this._top,left:this._left,actualPlacement:he}}get isVertical(){return this.placement===A.Top||this.placement===A.Bottom}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(J,Se,me,p,g,v){const N=this._actualHorizontalAlign;let ne=N===Yt.Center||N===Yt.Stretch;N===Yt.Right&&me<=J.left&&(ne=!0),N===Yt.Left&&me+Se.width>=J.left+J.width&&(ne=!0);let te=0;g&&ne&&(te=J.left+J.width/2-me-Se.width/2);let he=0;g||(he=J.top+J.height/2-p-Se.height/2);const de=Se.height/2-v-4-2;he=(0,P.A)(he,-de,de);const Ge=Se.width/2-v-4-2;return te=(0,P.A)(te,-Ge,Ge),{x:Math.round(te),y:Math.round(he)}}fallbackPlacement(J,Se,me,p){return me.left>p.width?at.Left:J-me.right>me.left?at.Right:Se-me.bottom>p.height?at.Bottom:Se-me.bottom<me.top?at.Top:void 0}getActualPlacement(J){const Se=this.placement,me=this.getPopoverSize(!this.allowTargetOverlap);let p=at.Right;switch(Se){case A.Start:p=this.isRtl?at.Right:at.Left;break;case A.End:p=this.isRtl?at.Left:at.Right;break;case A.Top:p=at.Top;break;case A.Bottom:p=at.Bottom}const g=document.documentElement.clientWidth;let v=document.documentElement.clientHeight,N=me.height;switch(this.isVertical&&(N+=this.hideArrow?0:8,v-=Et.VIEWPORT_MARGIN),p){case at.Top:J.top<N&&J.top<v-J.bottom&&(p=at.Bottom);break;case at.Bottom:v-J.bottom<N&&v-J.bottom<J.top&&(p=at.Top);break;case at.Left:J.left<me.width&&(p=this.fallbackPlacement(g,v,J,me)||p);break;case at.Right:g-J.right<me.width&&(p=this.fallbackPlacement(g,v,J,me)||p)}return p}getVerticalLeft(J,Se){let p=Et.VIEWPORT_MARGIN;switch(this._actualHorizontalAlign){case Yt.Center:case Yt.Stretch:p=J.left-(Se.width-J.width)/2,p=this._popoverResize.getCorrectedLeft(p);break;case Yt.Left:p=J.left;break;case Yt.Right:p=J.right-Se.width}return p}getHorizontalTop(J,Se){let me=0;switch(this.verticalAlign){case I.Center:case I.Stretch:me=J.top-(Se.height-J.height)/2,me=this._popoverResize.getCorrectedTop(me);break;case I.Top:me=J.top;break;case I.Bottom:me=J.bottom-Se.height}return me}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 J=super.classes;return J.root["ui5-popover-root"]=!0,J.root["ui5-popover-rtl"]=this.isRtl,this.resizable&&this._popoverResize.setCorrectResizeHandleClass(J),J}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get isRtl(){return"rtl"===this.effectiveDir}get _actualHorizontalAlign(){switch(this.horizontalAlign){case z.A.Start:return this.isRtl?Yt.Right:Yt.Left;case z.A.End:return this.isRtl?Yt.Left:Yt.Right;case z.A.Stretch:return Yt.Stretch;default:return Yt.Center}}get _showResizeHandle(){return this.resizable&&this.onDesktop}get resizeHandlePlacement(){return this._resizeHandlePlacement}_onResizeMouseDown(J){this._popoverResize.onResizeMouseDown(J),this._resizeHandlePlacement=this._popoverResize.getResizeHandlePlacement()}};$t([(0,T.A)()],$.prototype,"headerText",void 0),$t([(0,T.A)()],$.prototype,"placement",void 0),$t([(0,T.A)()],$.prototype,"horizontalAlign",void 0),$t([(0,T.A)()],$.prototype,"verticalAlign",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"modal",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"hideArrow",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"allowTargetOverlap",void 0),$t([(0,T.A)({type:Boolean})],$.prototype,"resizable",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"arrowTranslateX",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"arrowTranslateY",void 0),$t([(0,T.A)()],$.prototype,"actualPlacement",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"_maxHeight",void 0),$t([(0,T.A)({type:Number,noAttribute:!0})],$.prototype,"_maxWidth",void 0),$t([(0,T.A)({noAttribute:!0})],$.prototype,"_resizeHandlePlacement",void 0),$t([(0,b.A)()],$.prototype,"header",void 0),$t([(0,b.A)()],$.prototype,"footer",void 0),$t([(0,T.A)({converter:S})],$.prototype,"opener",null),$=Et=$t([(0,F.A)({tag:"ui5-popover",styles:[O.A.styles,Fe.A,':host{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-root{min-width:6.25rem}.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:We.A})],$),$.define();const Me=$,ft=(0,_n.A)("isPopover")},555(K,re,_){"use strict";_.d(re,{A:()=>C});var w=_(1892),M=_(8731),F=_(81),T=_(8520),b=_(6983);function C(){return T.Ay.call(this,{beforeContent:L,afterContent:P})}function L(){return(0,w.FD)(w.FK,{children:[(0,w.Y)("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&(0,w.Y)("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?(0,w.Y)("slot",{name:"header"}):(0,w.Y)(b.A,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function P(){return(0,w.FD)(w.FK,{children:[this._displayFooter&&!!this.footer.length&&(0,w.Y)("footer",{class:"ui5-popup-footer-root",part:"footer",children:(0,w.Y)("slot",{name:"footer"})}),this._showResizeHandle&&(0,w.Y)("div",{class:"ui5-popover-resize-handle",onMouseDown:this._onResizeMouseDown,children:(0,w.Y)(M.A,{name:F.Ay})})]})}},7883(K,re,_){"use strict";_.d(re,{A:()=>We});var w=_(467),M=_(1934),F=_(6060),T=_(1437),b=_(6993),C=_(1642),L=_(1834),P=_(4381),m=_(6136),S=_(5465);const E=/^(?:a|area)$/i,O=/^(?:input|select|textarea|button)$/i,A=Fe=>{if(Fe.disabled)return!1;const pe=Fe.getAttribute("tabindex");return null!=pe?parseInt(pe)>=0:O.test(Fe.nodeName)||E.test(Fe.nodeName)&&!!Fe.href},V=Fe=>Fe.hasAttribute("data-ui5-focus-trap"),I=Fe=>{const pe=getComputedStyle(Fe);return Fe.scrollHeight>Fe.clientHeight&&["scroll","auto"].indexOf(pe.overflowY)>=0||Fe.scrollWidth>Fe.clientWidth&&["scroll","auto"].indexOf(pe.overflowX)>=0},z=function(){var Fe=(0,w.A)(function*(pe,lt){return!pe||(0,S.A)(pe)?null:G(pe,!0,lt)});return function(lt,vt){return Fe.apply(this,arguments)}}(),j=function(){var Fe=(0,w.A)(function*(pe,lt){return!pe||(0,S.A)(pe)?null:G(pe,!1,lt)});return function(lt,vt){return Fe.apply(this,arguments)}}(),W=Fe=>Fe.hasAttribute("data-ui5-focus-redirect")||!(0,S.A)(Fe),x=Fe=>{if((0,P.W)(Fe)){const pe=Fe.getAttribute("tabindex");if(null!==pe&&parseInt(pe)<0)return!0}return!1},G=function(){var Fe=(0,w.A)(function*(pe,lt,vt){let St,_n,Et,$t=-1;for(pe.shadowRoot?St=lt?pe.shadowRoot.firstElementChild:pe.shadowRoot.lastElementChild:pe instanceof HTMLSlotElement&&pe.assignedNodes()?(_n=pe.assignedElements(),$t=lt?0:_n.length-1,St=_n[$t]):St=vt?pe:lt?pe.firstElementChild:pe.lastElementChild;St;){const Ln=St;if(!(0,S.A)(Ln)&&!x(Ln)){if((0,P.W)(St)&&(yield St._waitForDomRef(),St=St.getDomRef()),!St||(0,S.A)(St))return null;if(1===St.nodeType&&W(St)&&!V(St)){if(A(St)||(Et=yield G(St,lt),!(0,m.nr)()&&!Et&&I(St)))return St&&"function"==typeof St.focus?St:null;if(Et)return Et&&"function"==typeof Et.focus?Et:null}}St=lt?Ln.nextElementSibling:Ln.previousElementSibling,_n&&!_n[$t].contains(St)&&($t=lt?$t+1:$t-1,St=_n[$t])}return null});return function(lt,vt,St){return Fe.apply(this,arguments)}}();var U=_(3493),H=_(3455),q=_(2358),le=_(1402),ve=_(362),se=_(4583),Ce=_(1045),xe=_(8520),$e=_(9634),He=_(3466),Ze=_(8923),et=_(303),Re=_(5444);(0,Ze.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return et.A})),(0,Ze.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return Re.A}),"host"),(0,Ze.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return et.A})),(0,Ze.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return Re.A}),"host"),(0,Ze.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return et.A})),(0,Ze.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return Re.A}),"host");var ue,Be=function(Fe,pe,lt,vt){var $t,St=arguments.length,_n=St<3?pe:null===vt?vt=Object.getOwnPropertyDescriptor(pe,lt):vt;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)_n=Reflect.decorate(Fe,pe,lt,vt);else for(var Et=Fe.length-1;Et>=0;Et--)($t=Fe[Et])&&(_n=(St<3?$t(_n):St>3?$t(pe,lt,_n):$t(pe,lt))||_n);return St>3&&_n&&Object.defineProperty(pe,lt,_n),_n};(0,H.g5)("data-ui5-popup-scroll-blocker")||(0,H._r)(".ui5-popup-scroll-blocker{overflow:hidden}\n","data-ui5-popup-scroll-blocker");const be=new Set;let Ee=ue=class extends P.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,m.tp)(),this.onDesktop=(0,m.xl)()}onAfterRendering(){(0,F.JT)().then(()=>{this._updateMediaRange()}),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),(0,m.xl)()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),(0,U.nK)(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(ue.unblockPageScrolling(this),this._removeOpenedPopup()),this._deregisterResizeHandler(),this._detachBrowserEvents(),(0,U.I7)(this)}set open(pe){this._open!==pe&&(this._open=pe,pe?this.openPopup():this.closePopup())}get open(){return this._open}openPopup(){var pe=this;return(0,w.A)(function*(){pe._opened||(pe.fireDecoratorEvent("before-open")?(pe._attachBrowserEvents(),pe.isModal&&ue.blockPageScrolling(pe),pe._focusedElementBeforeOpen=(0,le.CA)(),pe._show(),pe._opened=!0,pe.getDomRef()&&pe._updateMediaRange(),pe._addOpenedPopup(),pe.open=!0,yield pe.applyInitialFocus(),yield(0,F.JT)(),pe.isConnected&&pe.fireDecoratorEvent("open")):pe.open=!1)})()}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(pe){pe.preventDefault()}_attachBrowserEvents(){}_detachBrowserEvents(){}static blockPageScrolling(pe){be.add(pe),1===be.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(pe){be.delete(pe),0===be.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(pe){this.fireDecoratorEvent("scroll",{scrollTop:pe.target.scrollTop,targetRef:pe.target})}_onkeydown(pe){const lt=pe.target===this._root&&(0,q.bR)(pe),vt=(0,q.RI)(pe)&&!this.open;(lt||vt)&&pe.preventDefault()}_onfocusout(pe){pe.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(pe){this._shouldFocusRoot=!!this.shadowRoot.contains(pe.target)}_onmouseup(){this._shouldFocusRoot&&((0,m.H8)()&&this._root.focus(),this._shouldFocusRoot=!1)}forwardToFirst(){var pe=this;return(0,w.A)(function*(){const lt=yield z(pe);lt?lt.focus():pe._root.focus()})()}forwardToLast(){var pe=this;return(0,w.A)(function*(){const lt=yield j(pe);lt?lt.focus():pe._root.focus()})()}applyInitialFocus(){var pe=this;return(0,w.A)(function*(){pe.preventInitialFocus||(yield pe.applyFocus())})()}applyFocus(){var pe=this;return(0,w.A)(function*(){if(pe.querySelector("[autofocus]")||(yield pe._waitForDomRef(),pe.getRootNode()===pe))return;let lt;pe.initialFocus&&(lt=pe.getRootNode().getElementById(pe.initialFocus)||document.getElementById(pe.initialFocus)),lt=lt||(yield z(pe))||pe._root,lt&&(lt===pe._root&&(lt.tabIndex=-1),lt.focus())})()}isFocusWithin(){return(0,le.TP)(this._root)}_updateMediaRange(){this.mediaRange=se.A.getCurrentRange(se.A.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=(0,U.Bm)(this)}_addOpenedPopup(){(0,He.Xj)(this)}closePopup(pe=!1,lt=!1,vt=!1){this._opened&&(this.fireDecoratorEvent("before-close",{escPressed:pe})?(this._opened=!1,this.isModal&&ue.unblockPageScrolling(this),this.hide(),this.open=!1,this._detachBrowserEvents(),lt||this._removeOpenedPopup(),!this.preventFocusRestore&&!vt&&this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0)}_removeOpenedPopup(){(0,He.cY)(this)}resetFocus(){this._focusedElementBeforeOpen?.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(ve.A.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(ve.A.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return(0,U.ax)(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||(0,U.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===$e.A.None?void 0:(0,Ce.A)(this.accessibleRole)}get _ariaModal(){return this.accessibleRole===$e.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}}}};Be([(0,C.A)()],Ee.prototype,"initialFocus",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"preventFocusRestore",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleName",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleNameRef",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleRole",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleDescription",void 0),Be([(0,C.A)()],Ee.prototype,"accessibleDescriptionRef",void 0),Be([(0,C.A)({noAttribute:!0})],Ee.prototype,"_associatedDescriptionRefTexts",void 0),Be([(0,C.A)()],Ee.prototype,"mediaRange",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"preventInitialFocus",void 0),Be([(0,C.A)({type:Boolean,noAttribute:!0})],Ee.prototype,"isTopModalPopup",void 0),Be([(0,b.A)({type:HTMLElement,default:!0})],Ee.prototype,"content",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"onPhone",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"onDesktop",void 0),Be([(0,C.A)({type:Boolean})],Ee.prototype,"open",null),Ee=ue=Be([(0,M.A)({renderer:L.A,styles:[":host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}\n",".ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}\n"],template:xe.Ay}),(0,T.A)("before-open",{cancelable:!0}),(0,T.A)("open"),(0,T.A)("before-close",{cancelable:!0}),(0,T.A)("close"),(0,T.A)("scroll",{bubbles:!0})],Ee);const We=Ee},8520(K,re,_){"use strict";_.d(re,{Ay:()=>F});var w=_(1892);function M(){return(0,w.Y)("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function F(C){return(0,w.FD)(w.FK,{children:[M.call(this),(0,w.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,w.Y)("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),(C?.beforeContent||T).call(this),(0,w.Y)("div",{style:this.styles.content,class:this.classes.content,onScroll:this._scroll,part:"content",children:(0,w.Y)("slot",{})}),this.ariaDescriptionText&&(0,w.Y)("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),(C?.afterContent||b).call(this),(0,w.Y)("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function T(){}function b(){}},2920(K,re,_){"use strict";_.d(re,{A:()=>U});var w=_(467),M=_(1934),F=_(1642),T=_(6136),b=_(3651),C=_(5166),L=_(1892),P=_(1278),m=_(555),S=_(3248),E=_(6983),O=_(7778),A=_(6634),V=_(8923),I=_(303),z=_(5444);(0,V.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return I.A})),(0,V.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return z.A}),"host");var x,W=function(H,q,le,ve){var xe,se=arguments.length,Ce=se<3?q:null===ve?ve=Object.getOwnPropertyDescriptor(q,le):ve;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(H,q,le,ve);else for(var $e=H.length-1;$e>=0;$e--)(xe=H[$e])&&(Ce=(se<3?xe(Ce):se>3?xe(q,le,Ce):xe(q,le))||Ce);return se>3&&Ce&&Object.defineProperty(q,le,Ce),Ce};let G=x=class extends A.Ay{constructor(){super(),this.contentOnlyOnDesktop=!1,this._hideHeader=!1,this._hideCloseButton=!1}openPopup(){var q=()=>super.openPopup,le=this;return(0,w.A)(function*(){(0,T.tp)()?le._dialog&&(le._dialog.open=!0):yield q().call(le)})()}_show(){var q=()=>super._show,le=this;return(0,w.A)(function*(){if(!(0,T.tp)())return q().call(le)})()}handleOpenOnEnterDOM(){this.open&&!(0,T.tp)()&&(this.showPopover(),this.openPopup())}_dialogCloseButtonClick(){this.closePopup()}closePopup(q=!1,le=!1,ve=!1){(0,T.tp)()?this._dialog?.closePopup(q,le,ve):super.closePopup(q,le,ve)}toggle(q){this.open?this.closePopup():(this.opener=q,this.open=!0)}get classes(){const q=super.classes;return q.header={"ui5-responsive-popover-header":!0,"ui5-responsive-popover-header-no-title":!this.headerText},q}get _dialog(){return this.shadowRoot.querySelector("[ui5-dialog]")}get contentDOM(){return(0,T.tp)()?this._dialog.contentDOM:super.contentDOM}get _isPhone(){return(0,T.tp)()}get _displayHeader(){return((0,T.tp)()||!this.contentOnlyOnDesktop)&&super._displayHeader}get _displayFooter(){return(0,T.tp)()||!this.contentOnlyOnDesktop}get _closeDialogAriaLabel(){return x.i18nBundle.getText(C.W_p)}_beforeDialogOpen(){this._opened=!0,this.open=!0,this.fireDecoratorEvent("before-open")}_afterDialogOpen(){this.fireDecoratorEvent("open")}_beforeDialogClose(q){this.fireDecoratorEvent("before-close",q.detail)}_afterDialogClose(){this._opened=!1,this.open=!1,this.fireDecoratorEvent("close")}get isModal(){return(0,T.tp)()?this._dialog.isModal:super.isModal}};W([(0,F.A)({type:Boolean})],G.prototype,"contentOnlyOnDesktop",void 0),W([(0,F.A)({type:Boolean})],G.prototype,"_hideHeader",void 0),W([(0,F.A)({type:Boolean})],G.prototype,"_hideCloseButton",void 0),W([(0,b.A)("@ui5/webcomponents")],G,"i18nBundle",void 0),G=x=W([(0,M.A)({tag:"ui5-responsive-popover",styles:[A.Ay.styles,":host{min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-responsive_popover_header_height);display:flex;justify-content:var(--_ui5_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}\n"],template:function B(){return this._isPhone?(0,L.FD)(S.A,{"root-element":!0,accessibleName:this.accessibleName,accessibleNameRef:this.accessibleNameRef,accessibleDescription:this.accessibleDescription,accessibleDescriptionRef:this.accessibleDescriptionRef,accessibleRole:this.accessibleRole,stretch:!0,preventInitialFocus:this.preventInitialFocus,preventFocusRestore:this.preventFocusRestore,initialFocus:this.initialFocus,onBeforeOpen:this._beforeDialogOpen,onOpen:this._afterDialogOpen,onBeforeClose:this._beforeDialogClose,onClose:this._afterDialogClose,exportparts:"content, header, footer",open:this.open,children:[!this._hideHeader&&(0,L.Y)(L.FK,{children:this.header.length?(0,L.Y)("slot",{slot:"header",name:"header"}):(0,L.FD)("div",{class:this.classes.header,slot:"header",children:[this.headerText&&(0,L.Y)(E.A,{level:"H1",wrappingType:"None",class:"ui5-popup-header-text ui5-responsive-popover-header-text",children:this.headerText}),!this._hideCloseButton&&(0,L.Y)(O.A,{icon:P.Ay,design:"Transparent",accessibleName:this._closeDialogAriaLabel,onClick:this._dialogCloseButtonClick})]})}),(0,L.Y)("slot",{}),(0,L.Y)("slot",{slot:"footer",name:"footer"})]}):m.A.call(this)}})],G),G.define();const U=G},4110(K,re,_){"use strict";_.d(re,{A:()=>G});var w=_(4381),M=_(1934),F=_(1642),T=_(6993),b=_(1834),C=_(3651),L=_(6759),P=function(U){return U.Off="Off",U.On="On",U}(P||{});const m=P;var S=_(1892),O=_(5166),B=_(467),A=_(8923),V=_(303),I=_(5444);(0,A.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,B.A)(function*(){return V.A})),(0,A.Rh)("@ui5/webcomponents","sap_horizon",(0,B.A)(function*(){return I.A}),"host");var W,j=function(U,H,q,le){var Ce,ve=arguments.length,se=ve<3?H:null===le?le=Object.getOwnPropertyDescriptor(H,q):le;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)se=Reflect.decorate(U,H,q,le);else for(var xe=U.length-1;xe>=0;xe--)(Ce=U[xe])&&(se=(ve<3?Ce(se):ve>3?Ce(H,q,se):Ce(H,q))||se);return ve>3&&se&&Object.defineProperty(H,q,se),se};let x=W=class extends w.A{constructor(){super(...arguments),this.maxLines=1/0,this.emptyIndicatorMode="Off"}onBeforeRendering(){this.style.setProperty("--_ui5_text_max_lines",`${this.maxLines}`)}get hasText(){return(0,L.A)(this.text)}get _renderEmptyIndicator(){return!this.hasText&&this.emptyIndicatorMode===m.On}get _emptyIndicatorAriaLabel(){return W.i18nBundle.getText(O.B$d)}get _emptyIndicatorSymbol(){return W.i18nBundle.getText(O.Fo)}};j([(0,F.A)({type:Number})],x.prototype,"maxLines",void 0),j([(0,F.A)()],x.prototype,"emptyIndicatorMode",void 0),j([(0,T.A)({type:Node,default:!0})],x.prototype,"text",void 0),j([(0,C.A)("@ui5/webcomponents")],x,"i18nBundle",void 0),x=W=j([(0,M.A)({tag:"ui5-text",renderer:b.A,template:function E(){return(0,S.Y)(S.FK,{children:(0,S.Y)("span",{children:this._renderEmptyIndicator?(0,S.FD)(S.FK,{children:[(0,S.Y)("span",{className:"empty-indicator","aria-hidden":"true",children:this._emptyIndicatorSymbol}),(0,S.Y)("span",{className:"empty-indicator-aria-label",children:this._emptyIndicatorAriaLabel})]}):(0,S.Y)("slot",{})})})},styles:':host{max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;cursor:text;overflow:hidden}:host([max-lines="1"]){display:inline-block;text-overflow:ellipsis;white-space:nowrap}:host(:not([max-lines="1"])){display:-webkit-inline-box;-webkit-line-clamp:var(--_ui5_text_max_lines);line-clamp:var(--_ui5_text_max_lines);-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}\n'})],x),x.define();const G=x},6983(K,re,_){"use strict";_.d(re,{A:()=>j});var w=_(4381),M=_(1834),F=_(1934),T=_(1642),b=function(W){return W.H1="H1",W.H2="H2",W.H3="H3",W.H4="H4",W.H5="H5",W.H6="H6",W}(b||{});const C=b;var L=_(1892);function m(W){switch(W){case"H1":return(0,L.Y)("h1",{class:"ui5-title-root",children:S.call(this)});case"H2":default:return(0,L.Y)("h2",{class:"ui5-title-root",children:S.call(this)});case"H3":return(0,L.Y)("h3",{class:"ui5-title-root",children:S.call(this)});case"H4":return(0,L.Y)("h4",{class:"ui5-title-root",children:S.call(this)});case"H5":return(0,L.Y)("h5",{class:"ui5-title-root",children:S.call(this)});case"H6":return(0,L.Y)("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:S.call(this)})}}function S(){return(0,L.Y)("span",{id:`${this._id}-inner`,children:(0,L.Y)("slot",{})})}var E=_(467),O=_(8923),B=_(303),A=_(5444);(0,O.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,E.A)(function*(){return B.A})),(0,O.Rh)("@ui5/webcomponents","sap_horizon",(0,E.A)(function*(){return A.A}),"host");var I=function(W,x,G,U){var le,H=arguments.length,q=H<3?x:null===U?U=Object.getOwnPropertyDescriptor(x,G):U;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)q=Reflect.decorate(W,x,G,U);else for(var ve=W.length-1;ve>=0;ve--)(le=W[ve])&&(q=(H<3?le(q):H>3?le(x,G,q):le(x,G))||q);return H>3&&q&&Object.defineProperty(x,G,q),q};let z=class extends w.A{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===C.H1}get h2(){return this.level===C.H2}get h3(){return this.level===C.H3}get h4(){return this.level===C.H4}get h5(){return this.level===C.H5}get h6(){return this.level===C.H6}};I([(0,T.A)()],z.prototype,"wrappingType",void 0),I([(0,T.A)()],z.prototype,"level",void 0),I([(0,T.A)()],z.prototype,"size",void 0),z=I([(0,F.A)({tag:"ui5-title",renderer:M.A,template:function P(){return(0,L.Y)(L.FK,{children:m.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'})],z),z.define();const j=z},5262(K,re,_){"use strict";_.d(re,{A:()=>L});var w=_(6826),M=_(9436),F=_(9233),T=_(7669),b=_(2928);const L=class C{constructor(m,S){this.component=m,this.config={orientation:b.A.Vertical,clientCoordinate:"clientY",...S}}ondragenter(m){m.preventDefault()}ondragleave(m){if(m.relatedTarget instanceof Node&&this.component.shadowRoot?.contains(m.relatedTarget))return;const S=this.config.getDropIndicator();S&&(S.targetReference=null)}ondragover(m){if(!this._validateDragOver(m))return;const S=w.A.getDraggedElement(),E=this.config.getDropIndicator(),O=this._findClosestPosition(m);if(!O)return void(E.targetReference=null);const B=this._transformTargetElement(O.element);if(!this._isValidDragTarget(S,B))return void(E.targetReference=null);const A=this._filterPlacements(O.placements,S,B),V=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:I,placement:z}=(0,M.A)(m,this.component,{element:B,placements:A},B,V);E.targetReference=I,E.placement=z}ondrop(m){const S=this.config.getDropIndicator();S?.targetReference&&S?.placement?((0,F.A)(m,this.component,S.targetReference,S.placement,this.config.useOriginalEvent?{originalEvent:!0}:{}),S.targetReference=null):m.preventDefault()}_validateDragOver(m){if(!(m.target instanceof HTMLElement))return!1;const S=w.A.getDraggedElement(),E=this.config.getDropIndicator();return!(!S||!E)}_findClosestPosition(m){const S=this.config.getItems();return(0,T.gk)(S,"clientX"===this.config.clientCoordinate?m.clientX:m.clientY,this.config.orientation)}_transformTargetElement(m){return this.config.transformElement?this.config.transformElement(m):m}_isValidDragTarget(m,S){return!this.config.validateDraggedElement||this.config.validateDraggedElement(m,S)}_filterPlacements(m,S,E){return this.config.filterPlacements?this.config.filterPlacements(m,S,E):m}}},5166(K,re,_){"use strict";_.d(re,{$D3:()=>Hs,$nc:()=>_i,$zM:()=>a_,Apb:()=>C,B$d:()=>ke,CH:()=>T,CNT:()=>qf,CR4:()=>v5,C_7:()=>kt,ChD:()=>Gi,DQe:()=>Dt,DXF:()=>nt,Dy9:()=>F,Egs:()=>i6,FNp:()=>Is,Fo:()=>Ar,Fr3:()=>h,FvC:()=>Oo,H5d:()=>sl,HzF:()=>wi,IGR:()=>Di,Jy$:()=>et,Jz0:()=>al,K2C:()=>ys,Kdd:()=>Xe,Kw$:()=>Fn,KwP:()=>o5,M4s:()=>je,MME:()=>bs,NJs:()=>Ur,Oms:()=>dt,Ou8:()=>Vr,Ozj:()=>Zn,P1:()=>oe,PBn:()=>fe,QGn:()=>g5,QLe:()=>jt,Qmg:()=>st,RXS:()=>$e,TkL:()=>Ie,Uin:()=>br,W_p:()=>_t,WlA:()=>Fo,Wyx:()=>Mt,Xot:()=>Jd,Y12:()=>ic,YBm:()=>Si,YF:()=>Kr,YZv:()=>c_,Yz$:()=>ht,Z2A:()=>i5,ZBF:()=>ma,ZqR:()=>jo,_cD:()=>lc,b5n:()=>a6,bRY:()=>Qn,bZg:()=>o1,bem:()=>Qr,dOG:()=>pa,dr_:()=>fa,eHF:()=>ga,fBK:()=>M,fPH:()=>xt,fSG:()=>b,flf:()=>Re,gXD:()=>fi,hNk:()=>Be,jSp:()=>ji,kHh:()=>m5,kQX:()=>Ze,knB:()=>w,lXU:()=>nl,laD:()=>r5,mgn:()=>Je,nFX:()=>He,oBe:()=>il,ogG:()=>k,p0I:()=>Vs,pcO:()=>ge,piN:()=>er,q6J:()=>u_,qF5:()=>el,td$:()=>Pn,tgV:()=>sc,u9k:()=>ya,ukz:()=>va,vtI:()=>s_,wJ8:()=>s6,wzI:()=>ol,zTe:()=>wr});const w={key:"ACC_STATE_REQUIRED",defaultText:"Required"},M={key:"ACC_STATE_DISABLED",defaultText:"Disabled"},F={key:"ACC_STATE_READONLY",defaultText:"Read Only"},T={key:"ACC_STATE_EMPTY",defaultText:"Empty"},b={key:"ACC_STATE_SINGLE_CONTROL",defaultText:"Includes element"},C={key:"ACC_STATE_MULTIPLE_CONTROLS",defaultText:"Includes elements"},$e={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},He={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},Ze={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},et={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Default Action"},Re={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},Je={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},je={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},Ie={key:"BUTTON_ROLE_DESCRIPTION",defaultText:"Button"},Be={key:"LINK_ROLE_DESCRIPTION",defaultText:"Link"},Ar={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"\u2013"},ke={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},nt={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},ge={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},st={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},ht={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},kt={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},br={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},Pn={key:"SELECT_ROLE_DESCRIPTION",defaultText:"Listbox"},Qn={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},Si={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"All Items"},ys={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},bs={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},Ur={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},_i={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},wi={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},jo={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},Oo={key:"LINK_SUBTLE",defaultText:"Subtle"},Xe={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},fa={key:"LIST_ROLE_DESCRIPTION",defaultText:"List with interactive items. To move to the content press F2."},er={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},h={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},k={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},oe={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},Dt={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},Mt={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},xt={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},Kr={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},_t={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},ji={key:"LOAD_MORE_TEXT",defaultText:"More"},jt={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},qf={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},fe={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},ic={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},r5={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},Jd={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},sc={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},o5={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},pa={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},i5={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},Di={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},el={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},nl={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},g5={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},m5={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},v5={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},s_={key:"LABEL_COLON",defaultText:":"},wr={key:"TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL",defaultText:"Additional Options"},a_={key:"TOOLBAR_POPOVER_AVAILABLE_VALUES",defaultText:"Available Values"},dt={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},Vr={key:"FORM_SELECTABLE_REQUIRED",defaultText:"Please select an item in the list."},Fo={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},ga={key:"TABLE_SELECTION",defaultText:"Selection"},lc={key:"TABLE_ROW_SELECTOR",defaultText:"Row Selector"},Zn={key:"TABLE_ROW_NAVIGATED",defaultText:"Navigated"},Fn={key:"TABLE_NO_DATA",defaultText:"No Data"},ol={key:"TABLE_ROW",defaultText:"Row"},Qr={key:"TABLE_ROW_POPIN",defaultText:"Row Popin"},ma={key:"TABLE_ROW_INDEX",defaultText:"{0} of {1}"},il={key:"TABLE_ROW_SELECTED",defaultText:"Selected"},Is={key:"TABLE_ROW_ACTIVE",defaultText:"Is Active"},Gi={key:"TABLE_ROW_NAVIGABLE",defaultText:"Has Details"},o1={key:"TABLE_COLUMN_HEADER_ROW",defaultText:"Column Header Row"},Hs={key:"TABLE_MORE",defaultText:"More"},c_={key:"TABLE_MORE_DESCRIPTION",defaultText:"To load more rows, press Enter or Space"},va={key:"TABLE_ROW_ACTIONS",defaultText:"Row Actions"},fi={key:"TABLE_ROW_SINGLE_ACTION",defaultText:"1 row action available"},sl={key:"TABLE_ROW_MULTIPLE_ACTIONS",defaultText:"{0} row actions available"},u_={key:"TABLE_SELECT_ALL_ROWS",defaultText:"Select All Rows"},Vs={key:"TABLE_DESELECT_ALL_ROWS",defaultText:"Deselect All Rows"},i6={key:"CHECKBOX_CHECKED",defaultText:"Checked"},s6={key:"CHECKBOX_NOT_CHECKED",defaultText:"Not checked"},a6={key:"CHECKBOX_ARIA_TYPE",defaultText:"Checkbox"},al={key:"ICON_ARIA_TYPE_IMAGE",defaultText:"Image"},ya={key:"ICON_ARIA_TYPE_INTERACTIVE",defaultText:"Button"}},1926(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(467),M=_(8923),F=_(303),T=_(5444);(0,M.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return F.A})),(0,M.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return T.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'},8366(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(467),M=_(8923),F=_(303),T=_(5444);(0,M.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return F.A})),(0,M.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return T.A}),"host");const b='.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;padding:.25rem 0;width:100%}.ui5-responsive-popover-footer .ui5-responsive-popover-close-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}\n'},8901(K,re,_){"use strict";_.d(re,{A:()=>b});var w=_(467),M=_(8923),F=_(303),T=_(5444);(0,M.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,w.A)(function*(){return F.A})),(0,M.Rh)("@ui5/webcomponents","sap_horizon",(0,w.A)(function*(){return T.A}),"host");const b=".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"},5444(K,re,_){"use strict";_.d(re,{A:()=>w});const w=':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(--sapContent_Selected_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_Hover_Background);--_ui5_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_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: .125rem;--_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(--sapField_Active_BorderColor);--_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: var(--sapField_Hover_Background);--_ui5_input_icon_hover_bg: var(--sapField_Focus_Background);--_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, 0 .5rem) var(--_ui5-cozy-size, 0 .6875rem);--_ui5_radio_button_outer_ring_padding_with_label: var(--_ui5-compact-size, 0 .5rem) var(--_ui5-cozy-size, 0 .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: calc(100% - .0625rem) ;--_ui5_select_icon_wrapper_state_height: calc(100% - .125rem) ;--_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_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_progress_container_background: var(--sapSlider_Background);--_ui5_slider_progress_container_dot_display: block;--_ui5_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5_slider_progress_border_width: .0625rem;--_ui5_slider_progress_border: solid var(--_ui5_slider_progress_border_width) var(--sapSlider_BorderColor);--_ui5_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5_slider_progress_before_border: none;--_ui5_slider_progress_after_border: none;--_ui5_slider_padding: var(--_ui5-compact-size, 1rem 1.0625rem) var(--_ui5-cozy-size, 1.406rem 1.0625rem);--_ui5_slider_root_height: 3.3125rem;--_ui5_slider_inner_height: .25rem;--_ui5_slider_inner_min_width: 4rem;--_ui5_slider_outer_height: var(--_ui5-compact-size, 1.3125rem) var(--_ui5-cozy-size, 1.6875rem);--_ui5_slider_progress_border_radius: .25rem;--_ui5_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5_slider_handle_icon_display: inline-block;--_ui5_range_slider_root_hover_handle_icon_display: inline-block;--_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_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5_slider_handle_border_radius: .5rem;--_ui5_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5_slider_track_total_height: calc(var(--_ui5_slider_inner_height) + (2 * var(--_ui5_slider_progress_border_width)));--_ui5_slider_handle_top: var(--_ui5-compact-size, calc((var(--_ui5_slider_track_total_height) - var(--_ui5_slider_handle_height)) / 2 - var(--_ui5_slider_progress_border_width))) var(--_ui5-cozy-size, calc((var(--_ui5_slider_track_total_height) - var(--_ui5_slider_handle_height)) / 2 - var(--_ui5_slider_progress_border_width)));--_ui5_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5_slider_handle_outline: none;--_ui5_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5_slider_handle_outline_offset: .075rem;--_ui5_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5_slider_progress_outline_offset: var(--_ui5-compact-size, -.625rem) var(--_ui5-cozy-size, -.8125rem);--_ui5_slider_tickmark_top: calc((var(--_ui5_slider_track_total_height) - var(--_ui5_slider_tickmark_height)) / 2 - var(--_ui5_slider_progress_border_width));--_ui5_slider_disabled_opacity: .4;--_ui5_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5_slider_tooltip_border_radius: .5rem;--_ui5_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5_slider_tooltip_border: none;--_ui5_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5_slider_tooltip_padding: var(--_ui5-compact-size, .25rem) var(--_ui5-cozy-size, .25rem);--_ui5_slider_tooltip_height: var(--_ui5-compact-size, 1.375rem) var(--_ui5-cozy-size, 1.375rem);--_ui5_slider_tooltip_min_width: 2rem;--_ui5_slider_tooltip_bottom: var(--_ui5-compact-size, 1.75rem) var(--_ui5-cozy-size, 2rem);--_ui5_slider_label_fontsize: var(--sapFontSmallSize);--_ui5_slider_label_color: var(--sapContent_LabelColor);--_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));--_ui5_range_slider_progress_focus_left: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)));--_ui5_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5_range_slider_progress_focus_height: calc(var(--_ui5_slider_handle_height) + .375rem);--_ui5_range_slider_legacy_progress_focus_display: none;--_ui5_slider_handle_focus_width: 1px;--_ui5_slider_start_end_point_size: .5rem;--_ui5_slider_start_end_point_left: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -.95rem);--_ui5_slider_start_end_point_top: -.1875rem;--_ui5_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_focused_tooltip_distance: var(--_ui5-compact-size, calc(var(--_ui5_slider_tooltip_bottom) - var(--_ui5_slider_handle_focus_width))) var(--_ui5-cozy-size, calc(var(--_ui5_slider_tooltip_bottom) - var(--_ui5_slider_handle_focus_width)));--_ui5_slider_handle_box_sizing: border-box;--_ui5_slider_tooltip_border_box: border-box;--_ui5_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5_range_slider_active_handle_icon_display: none;--_ui5_range_slider_handle_background_focus: transparent;--_ui5_range_slider_progress_focus_width: 100%;--_ui5_range_slider_root_active_handle_icon_display: none;--_ui5_slider_tickmark_height: .5rem;--_ui5_slider_progress_box_sizing: border-box;--_ui5_slider_active_progress_box_sizing: content-box;--_ui5_range_slider_focus_outline_width: 100%;--_ui5_slider_progress_outline_offset_left: 0;--_ui5_range_slider_focus_outline_radius: 0;--_ui5_slider_progress_container_top: 0;--_ui5_slider_progress_height: .25rem;--_ui5_slider_active_progress_border: solid .0625rem var(--sapSlider_Selected_BorderColor);--_ui5_slider_active_progress_border_radius: .25rem;--_ui5_slider_active_progress_left: -.0625rem;--_ui5_slider_active_progress_top: -.0625rem;--_ui5_slider_active_progress_padding: .125rem;--_ui5_slider_active_progress_height: calc(var(--_ui5_slider_progress_height) - .125rem);--_ui5_slider_no_tickmarks_progress_container_top: var(--_ui5_slider_progress_container_top);--_ui5_slider_no_tickmarks_progress_height: var(--_ui5_slider_progress_height);--_ui5_slider_no_tickmarks_active_progress_border: var(--_ui5_slider_active_progress_border);--_ui5_slider_no_tickmarks_active_progress_left: -.0625rem;--_ui5_slider_no_tickmarks_active_progress_top: -.0625rem;--_ui5_slider_no_tickmarks_active_progress_height: calc(var(--_ui5_slider_no_tickmarks_progress_height) - .125rem);--_ui5_slider_handle_focus_visibility: none;--_ui5_slider_handle_icon_size: var(--_ui5-compact-size, .875rem) var(--_ui5-cozy-size, .875rem);--_ui5_slider_handle_font_family: "SAP-icons";--_ui5_range_slider_progress_focus_right: calc(-1 * ((var(--_ui5_slider_handle_width) / 2) + .1875rem + var(--_ui5_slider_progress_border_width)));--_ui5_range_slider_root_hover_handle_bg: var(--_ui5_slider_handle_hover_background);--ui5_slider_handle_outline: none;--ui5_slider_scale_background: var(--sapSlider_Background);--_ui5_slider_scale_border: none;--_ui5_slider_scale_dots_distance: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1rem);--_ui5_slider_scale_tickmark_height: .5rem;--_ui5_slider_scale_root_box_sizing: border-box;--_ui5_slider_scale_progress_border: none;--_ui5_slider_scale_progress_height: 100%;--_ui5_slider_scale_progress_top: 0;--_ui5_slider_scale_dots_display: inline-block;--_slider_root_side_padding: var(--_ui5-compact-size, 0 .75rem) var(--_ui5-cozy-size, 0 1rem);--_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_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-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_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_radio_button_label_side_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_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, 1rem) var(--_ui5-cozy-size, 1.375rem);--_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, 2rem) var(--_ui5-cozy-size, 2.75rem);--_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_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(K,re,_){"use strict";_.d(re,{Xj:()=>E,vR:()=>B,cY:()=>O});var w=_(6113),M=_(2358),F=_(3274);const L=(0,w.A)("OpenedPopupsRegistry",{openedRegistry:[]}),P=(0,F.x)("OpenUI5Support"),E=(j,W=[])=>{L.openedRegistry.some(x=>x.instance===j)||(L.openedRegistry.push({instance:j,parentPopovers:W}),function m(j){P?.addOpenedPopup(j)}({type:"WebComponent",instance:j})),z(),1===L.openedRegistry.length&&V()},O=j=>{L.openedRegistry=L.openedRegistry.filter(W=>W.instance!==j),function S(j){P?.removeOpenedPopup(j)}(j),z(),L.openedRegistry.length||I()},B=()=>[...L.openedRegistry],A=j=>{if(L.openedRegistry.length&&(0,M.KL)(j)&&!((j,W="handledByControl")=>!!j[`_sapui_${W}`])(j)){const W=L.openedRegistry[L.openedRegistry.length-1].instance;if(P&&W!==P.getTopmostPopup())return;j.stopImmediatePropagation(),W.closePopup(!0)}},V=()=>{document.addEventListener("keydown",A)},I=()=>{document.removeEventListener("keydown",A)},z=()=>{let j,W=!1;for(let x=L.openedRegistry.length-1;x>=0;x--)j=L.openedRegistry[x].instance,!W&&j.isModal?(j.isTopModalPopup=!0,W=!0):j.isTopModalPopup=!1}},6814(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Default="Default",F.Positive="Positive",F.Negative="Negative",F.Transparent="Transparent",F.Emphasized="Emphasized",F.Attention="Attention",F}(w||{});const M=w},3518(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Image="Image",F.Decorative="Decorative",F.Interactive="Interactive",F}(w||{});const M=w},9698(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.List="List",F.Menu="Menu",F.Tree="Tree",F.ListBox="ListBox",F}(w||{});const M=w},897(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Group="Group",F.ListItem="ListItem",F.MenuItem="MenuItem",F.TreeItem="TreeItem",F.Option="Option",F.None="None",F}(w||{});const M=w},9494(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.Center="Center",F.Start="Start",F.End="End",F.Stretch="Stretch",F}(w||{});const M=w},9634(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.None="None",F.Dialog="Dialog",F.AlertDialog="AlertDialog",F}(w||{});const M=w},6968(K,re,_){"use strict";_.d(re,{A:()=>M});var w=function(F){return F.None="None",F.Normal="Normal",F}(w||{});const M=w},467(K,re,_){"use strict";function w(F,T,b,C,L,P,m){try{var S=F[P](m),E=S.value}catch(O){return void b(O)}S.done?T(E):Promise.resolve(E).then(C,L)}function M(F){return function(){var T=this,b=arguments;return new Promise(function(C,L){var P=F.apply(T,b);function m(E){w(P,C,L,m,S,"next",E)}function S(E){w(P,C,L,m,S,"throw",E)}m(void 0)})}}_.d(re,{A:()=>M})}},U4={};function it(K){var re=U4[K];if(void 0!==re)return re.exports;var _=U4[K]={id:K,loaded:!1,exports:{}};return H4[K].call(_.exports,_,_.exports,it),_.loaded=!0,_.exports}it.m=H4,it.n=K=>{var re=K&&K.__esModule?()=>K.default:()=>K;return it.d(re,{a:re}),re},it.d=(K,re)=>{for(var _ in re)it.o(re,_)&&!it.o(K,_)&&Object.defineProperty(K,_,{enumerable:!0,get:re[_]})},it.f={},it.e=K=>Promise.all(Object.keys(it.f).reduce((re,_)=>(it.f[_](K,re),re),[])),it.u=K=>K+".js",it.miniCssF=K=>{},it.o=(K,re)=>Object.prototype.hasOwnProperty.call(K,re),K={},it.l=(_,w,M,F)=>{if(K[_])K[_].push(w);else{var T,b;if(void 0!==M)for(var C=document.getElementsByTagName("script"),L=0;L<C.length;L++){var P=C[L];if(P.getAttribute("src")==_||P.getAttribute("data-webpack")=="wc:"+M){T=P;break}}T||(b=!0,(T=document.createElement("script")).type="module",T.charset="utf-8",it.nc&&T.setAttribute("nonce",it.nc),T.setAttribute("data-webpack","wc:"+M),T.src=it.tu(_)),K[_]=[w];var m=(E,O)=>{T.onerror=T.onload=null,clearTimeout(S);var B=K[_];if(delete K[_],T.parentNode&&T.parentNode.removeChild(T),B&&B.forEach(A=>A(O)),E)return E(O)},S=setTimeout(m.bind(null,void 0,{type:"timeout",target:T}),12e4);T.onerror=m.bind(null,T.onerror),T.onload=m.bind(null,T.onload),b&&document.head.appendChild(T)}},it.r=K=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(K,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(K,"__esModule",{value:!0})},it.nmd=K=>(K.paths=[],K.children||(K.children=[]),K),(()=>{var K;it.tt=()=>(void 0===K&&(K={createScriptURL:re=>re},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(K=trustedTypes.createPolicy("angular#bundler",K))),K)})(),it.tu=K=>it.tt().createScriptURL(K),it.p="",(()=>{var K={792:0};it.f.j=(w,M)=>{var F=it.o(K,w)?K[w]:void 0;if(0!==F)if(F)M.push(F[2]);else{var T=new Promise((P,m)=>F=K[w]=[P,m]);M.push(F[2]=T);var b=it.p+it.u(w),C=new Error;it.l(b,P=>{if(it.o(K,w)&&(0!==(F=K[w])&&(K[w]=void 0),F)){var m=P&&("load"===P.type?"missing":P.type),S=P&&P.target&&P.target.src;C.message="Loading chunk "+w+" failed.\n("+m+": "+S+")",C.name="ChunkLoadError",C.type=m,C.request=S,F[1](C)}},"chunk-"+w,w)}};var re=(w,M)=>{var C,L,[F,T,b]=M,P=0;if(F.some(S=>0!==K[S])){for(C in T)it.o(T,C)&&(it.m[C]=T[C]);b&&b(it)}for(w&&w(M);P<F.length;P++)it.o(K,L=F[P])&&K[L]&&K[L][0](),K[L]=0},_=self.webpackChunkwc=self.webpackChunkwc||[];_.forEach(re.bind(null,0)),_.push=re.bind(null,_.push.bind(_))})(),(()=>{"use strict";var K=it(467);const re=e=>w(e),w=e=>{const t=new Set,n=(e=>e.reduce((t,n)=>{if(!n.group?.name)return t;const r=n.group.name;t[r]||(t[r]=[]);const{group:o,...i}=n;return t[r].push(i),t},{}))(e),r=[];return e.forEach(o=>{if(!o.group?.name)return void r.push(o);const i=o.group.name;if(t.has(i))return;t.add(i);const s={...o,group:{...o.group,fields:n[i]}};r.push(s)}),r};function M(e,t="_"){return[e.apiGroup,e.version,e.entity].filter(n=>!!n).join(t)}const F=e=>{const t=[];return e.map(n=>{n.property instanceof Array?n.property.map(r=>T(r,t)):T(n.property,t)}),t},T=(e,t=[])=>{if(!e)return[];const n=e.split(".");for(const r of n)return 1===n.length?(t.push(r),t):(t.push({[r]:[...T(n.splice(1).join("."))]}),t)};var b=it(8544),C=it.n(b);const L=(e,t)=>{const n=t.jsonPathExpression||t.property;if(!n)return;if(n instanceof Array)return void console.error(`Property defined as an array: ${JSON.stringify(n)}, provide "jsonPathExpression" field to properly ready resource value`);const r=n.startsWith("$.")?"":"$.",o=C().query(e,`${r}${n}`),i=o.length?o[0]:void 0;return i&&t.propertyField?P(i[t.propertyField.key],t.propertyField.transform):i},P=(e,t)=>null!=e&&null!=t&&t.length?t.reduce((n,r)=>{if(null==n)return n;switch(r){case"uppercase":return n.toUpperCase();case"lowercase":return n.toLowerCase();case"capitalize":{const o=String(n);return o.length?o.charAt(0).toUpperCase()+o.slice(1):o}case"decode":try{return S(n)}catch{return n}case"encode":try{return m(n)}catch{return n}default:return n}},e):e,m=e=>{try{const t=(new TextEncoder).encode(e),n=Array.from(t,r=>String.fromCharCode(r)).join("");return btoa(n)}catch(t){throw console.error("Base64 encoding failed:",t),new Error("Failed to encode string to Base64")}},S=e=>{try{const t=atob(e),n=Uint8Array.from(t,r=>r.charCodeAt(0));return(new TextDecoder).decode(n)}catch(t){throw console.error("Base64 decoding failed:",t),new Error("Failed to decode Base64 string")}},E=(e,t)=>L(e,{jsonPathExpression:t});function B(e){return"Namespaced"===e?.resourceDefinition?.scope}function z(e,t,n){if(!t)return e;const{getItemKey:r,mapSubscriptionObjectToItem:o}=n,i=new Map;e.forEach(u=>{const d=r(u);d&&i.set(d,u)});const{type:s,object:a}=t,l=a.metadata?.name;if(!l)return e;const c=o(a);return"ADDED"===s?i.set(l,c):"MODIFIED"===s?i.has(l)&&i.set(l,c):"DELETED"===s&&i.delete(l),[...i.values()]}function j(e){if(Array.isArray(e))return e.map(t=>j(t));if(e&&"object"==typeof e){const{__typename:t,...n}=e;for(const r of Object.keys(n))n[r]=j(n[r]);return n}return e}function W(e,t,n){const r=t.split(".").filter(Boolean);if(0===r.length)return e;let o=e;for(let i=0;i<r.length;i+=1){const s=r[i];if(i===r.length-1){o[s]=n;break}const a=o[s];(null==a||"object"!=typeof a)&&(o[s]={}),o=o[s]}return e}function x(e,t){return t?L(t,e)??e.value:e.value}function G(e,t,n){const r=t.uiSettings?.buttonSettings,o=x(t,n);if(!r?.action)throw Error(`Missing button action for field "${t.label??("string"==typeof t.property?t.property:"unknown")}"`);if("string"!=typeof o||""===o.trim())throw Error(`Missing or invalid button path for field "${t.label??("string"==typeof t.property?t.property:"unknown")}"`);const i=o.trim();switch(r.action){case"navigate":e.linkManager().navigate(i);break;case"openInModal":e.linkManager().openAsModal(i,r.modalSettings);break;default:throw Error(`Unsupported action: ${r?.action}, in field declaration: ${JSON.stringify(t)}`)}}
|
|
8
8
|
/**
|
|
9
9
|
* @license Angular v21.2.8
|
|
10
10
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
@@ -19,7 +19,7 @@ var F=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,T=/[\x00-\x0
|
|
|
19
19
|
* @license Angular v21.2.8
|
|
20
20
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
21
21
|
* License: MIT
|
|
22
|
-
*/Error;const Oo="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class Xe extends Error{code;constructor(t,n){super(vo(t,n)),this.code=t}}function vo(e,t){return`${function fa(e){return`NG0${Math.abs(e)}`}(e)}${t?": "+t:""}`}function h(e){for(let t in e)if(e[t]===h)return t;throw Error("")}function k(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function oe(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(oe).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 Ae(e,t){return e?t?`${e} ${t}`:e:t||""}globalThis;const wt=h({__forward_ref__:h});function Mt(e){return e.__forward_ref__=Mt,e}function xt(e){return cr(e)?e():e}function cr(e){return"function"==typeof e&&e.hasOwnProperty(wt)&&e.__forward_ref__===Mt}function Te(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function Nt(e){return{providers:e.providers||[],imports:e.imports||[]}}function Hn(e){return function Nr(e,t){return e.hasOwnProperty(t)&&e[t]||null}(e,ur)}function Xr(e){return e&&e.hasOwnProperty(Po)?e[Po]:null}const ur=h({\u0275prov:h}),Po=h({\u0275inj:h});class _t{_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=Te({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Vf(e){return e&&!!e.\u0275providers}const K2=h({\u0275cmp:h}),z4=h({\u0275dir:h}),j4=h({\u0275pipe:h}),Qa=h({\u0275fac:h}),pu=h({__NG_ELEMENT_ID__:h}),Q2=h({__NG_ENV_ID__:h});function Jn(e){return Qd(e),e[K2]||null}function ei(e){return Qd(e),e[z4]||null}function ss(e){return Qd(e),e[j4]||null}function Qd(e,t){if(null==e)throw new Xe(-919,!1)}function fn(e){return"string"==typeof e?e:null==e?"":String(e)}const jf=h({ngErrorCode:h}),J2=h({ngErrorMessage:h}),mu=h({ngTokenPath:h});function Gf(e,t){return e5("",-200,t)}function $f(e,t){throw new Xe(-201,!1)}function e5(e,t,n){const r=new Xe(t,e);return r[jf]=t,r[J2]=e,n&&(r[mu]=n),r}let Wf;function t5(){return Wf}function hi(e){const t=Wf;return Wf=e,t}function n5(e,t,n){const r=Hn(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&n?null:void 0!==t?t:void $f()}const Ja={};class Y4{injector;constructor(t){this.injector=t}retrieve(t,n){const r=ic(n)||0;try{return this.injector.get(t,8&r?null:Ja,r)}catch(o){if(bs(o))return o;throw o}}}function K4(e,t=0){const n=ao();if(void 0===n)throw new Xe(-203,!1);if(null===n)return n5(e,void 0,t);{const r=function r5(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(t),o=n.retrieve(e,r);if(bs(o)){if(r.optional)return null;throw o}return o}}function jt(e,t=0){return(t5()||K4)(xt(e),t)}function fe(e,t){return jt(e,ic(t))}function ic(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function Jd(e){const t=[];for(let n=0;n<e.length;n++){const r=xt(e[n]);if(Array.isArray(r)){if(0===r.length)throw new Xe(900,!1);let o,i=0;for(let s=0;s<r.length;s++){const a=r[s],l=o5(a);"number"==typeof l?-1===l?o=a.token:i|=l:o=a}t.push(jt(o,i))}else t.push(jt(r))}return t}function o5(e){return e.__NG_DI_FLAG__}function pa(e,t){return e.hasOwnProperty(Qa)?e[Qa]:null}function el(e,t){e.forEach(n=>Array.isArray(n)?el(n,t):t(n))}function s5(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function e_(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function n_(e,t,n){let r=vu(e,t);return r>=0?e[1|r]=n:(r=~r,function l5(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 Yf(e,t){const n=vu(e,t);if(n>=0)return e[1|n]}function vu(e,t){return function X4(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 Es={},hr=[],ac=new _t(""),c5=new _t("",-1),Kf=new _t("");class r_{get(t,n=Ja){if(n===Ja){const o=e5("",-201);throw o.name="\u0275NotFound",o}return n}}function Cu(e){return{\u0275providers:e}}function J4(...e){return{\u0275providers:Xf(0,e),\u0275fromNgModule:!0}}function Xf(e,...t){const n=[],r=new Set;let o;const i=s=>{n.push(s)};return el(t,s=>{const a=s;o_(a,i,[],r)&&(o||=[],o.push(a))}),void 0!==o&&u5(o,i),n}function u5(e,t){for(let n=0;n<e.length;n++){const{ngModule:r,providers:o}=e[n];Qf(o,i=>{t(i,r)})}}function o_(e,t,n,r){if(!(e=xt(e)))return!1;let o=null,i=Xr(e);const s=!i&&Jn(e);if(i||s){if(s&&!s.standalone)return!1;o=e}else{const l=e.ngModule;if(i=Xr(l),!i)return!1;o=l}const a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){const l="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const c of l)o_(c,t,n,r)}}else{if(!i)return!1;{if(null!=i.imports&&!a){let c;r.add(o),el(i.imports,u=>{o_(u,t,n,r)&&(c||=[],c.push(u))}),void 0!==c&&u5(c,t)}if(!a){const c=pa(o)||(()=>new o);t({provide:o,useFactory:c,deps:hr},o),t({provide:Kf,useValue:o,multi:!0},o),t({provide:ac,useValue:()=>jt(o),multi:!0},o)}const l=i.providers;if(null!=l&&!a){const c=e;Qf(l,u=>{t(u,c)})}}}return o!==e&&void 0!==e.providers}function Qf(e,t){for(let n of e)Vf(n)&&(n=n.\u0275providers),Array.isArray(n)?Qf(n,t):t(n)}const e6=h({provide:String,useValue:h});function Jf(e){return null!==e&&"object"==typeof e&&e6 in e}function Fs(e){return"function"==typeof e}const e1=new _t(""),i_={},f5={};let t1;function n1(){return void 0===t1&&(t1=new r_),t1}class Li{}class tl extends Li{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,s_(t,s=>this.processProvider(s)),this.records.set(c5,nl(void 0,this)),o.has("environment")&&this.records.set(Li,nl(void 0,this));const i=this.records.get(e1);null!=i&&"string"==typeof i.value&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(Kf,hr,{self:!0}))}retrieve(t,n){const r=ic(n)||0;try{return this.get(t,Ja,r)}catch(o){if(bs(o))return o;throw o}}destroy(){yu(this),this._destroyed=!0;const t=se(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(),se(t)}}onDestroy(t){return yu(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){yu(this);const n=Qn(this),r=hi(void 0);try{return t()}finally{Qn(n),hi(r)}}get(t,n=Ja,r){if(yu(this),t.hasOwnProperty(Q2))return t[Q2](this);const o=ic(r),s=Qn(this),a=hi(void 0);try{if(!(4&o)){let c=this.records.get(t);if(void 0===c){const u=function v5(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(t)&&Hn(t);c=u&&this.injectableDefInScope(u)?nl(r1(t),i_):null,this.records.set(t,c)}if(null!=c)return this.hydrate(t,c,o)}return(2&o?n1():this.parent).get(t,n=8&o&&n===Ja?null:n)}catch(l){const c=function Z4(e){return e[jf]}(l);throw-200===c||-201===c?new Xe(c,null):l}finally{hi(a),Qn(s)}}resolveInjectorInitializers(){const t=se(null),n=Qn(this),r=hi(void 0);try{const i=this.get(ac,hr,{self:!0});for(const s of i)s()}finally{Qn(n),hi(r),se(t)}}toString(){return"R3Injector[...]"}processProvider(t){let n=Fs(t=xt(t))?t:xt(t&&t.provide);const r=function n6(e){return Jf(e)?nl(void 0,e.useValue):nl(p5(e),i_)}(t);if(!Fs(t)&&!0===t.multi){let o=this.records.get(n);o||(o=nl(void 0,i_,!0),o.factory=()=>Jd(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){const o=se(null);try{if(n.value===f5)throw Gf();return n.value===i_&&(n.value=f5,n.value=n.factory(void 0,r)),"object"==typeof n.value&&n.value&&function m5(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{se(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=xt(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 r1(e){const t=Hn(e),n=null!==t?t.factory:pa(e);if(null!==n)return n;if(e instanceof _t)throw new Xe(-204,!1);if(e instanceof Function)return function t6(e){if(e.length>0)throw new Xe(-204,!1);const n=function lo(e){return(e?.[ur]??null)||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new Xe(-204,!1)}function p5(e,t,n){let r;if(Fs(e)){const o=xt(e);return pa(o)||r1(o)}if(Jf(e))r=()=>xt(e.useValue);else if(function _5(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...Jd(e.deps||[]));else if(function d5(e){return!(!e||!e.useExisting)}(e))r=(o,i)=>jt(xt(e.useExisting),void 0!==i&&8&i?8:void 0);else{const o=xt(e&&(e.useClass||e.provide));if(!function g5(e){return!!e.deps}(e))return pa(o)||r1(o);r=()=>new o(...Jd(e.deps))}return r}function yu(e){if(e.destroyed)throw new Xe(-205,!1)}function nl(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function s_(e,t){for(const n of e)Array.isArray(n)?s_(n,t):n&&Vf(n)?s_(n.\u0275providers,t):t(n)}function wr(e,t){let n;e instanceof tl?(yu(e),n=e):n=new Y4(e);const o=Qn(n),i=hi(void 0);try{return t()}finally{Qn(o),hi(i)}}function zr(e){return Array.isArray(e)&&"object"==typeof e[1]}function ti(e){return Array.isArray(e)&&!0===e[1]}function C5(e){return!!(4&e.flags)}function As(e){return e.componentOffset>-1}function uc(e){return!(1&~e.flags)}function as(e){return!!e.template}function Ca(e){return!!(512&e[2])}function js(e){return!(256&~e[2])}function xo(e){for(;Array.isArray(e);)e=e[0];return e}function dc(e,t){return xo(t[e])}function to(e,t){return xo(t[e.index])}function al(e,t){return e.data[t]}function ya(e,t){return e[t]}function A5(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function pi(e,t){const n=t[e];return zr(n)?n:n[0]}function S5(e){return!(128&~e[2])}function ni(e,t){return null==t?null:e[t]}function u6(e){e[17]=0}function w5(e){1024&e[2]||(e[2]|=1024,S5(e)&&bu(e))}function h_(e){return!!(9216&e[2]||e[24]?.dirty)}function D5(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),h_(e)&&bu(e)}function bu(e){e[10].changeDetectionScheduler?.notify(0);let t=ba(e);for(;null!==t&&!(8192&t[2])&&(t[2]|=8192,S5(t));)t=ba(t)}function i1(e,t){if(js(e))throw new Xe(911,!1);null===e[21]&&(e[21]=[]),e[21].push(t)}function ba(e){const t=e[3];return ti(t)?t[3]:t}function _6(e){return e[7]??=[]}function h6(e){return e.cleanup??=[]}const cn={lFrame:D6(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let M5=!1;function f6(){cn.lFrame.elementDepthCount--}function N5(){return cn.bindingsEnabled}function p6(){return null!==cn.skipHydrationRootTNode}function g6(e){return cn.skipHydrationRootTNode===e}function m6(){cn.skipHydrationRootTNode=null}function tt(){return cn.lFrame.lView}function vn(){return cn.lFrame.tView}function tr(e){return cn.lFrame.contextLView=e,e[8]}function nr(e){return cn.lFrame.contextLView=null,e}function gn(){let e=v6();for(;null!==e&&64===e.type;)e=e.parent;return e}function v6(){return cn.lFrame.currentTNode}function Ta(e,t){const n=cn.lFrame;n.currentTNode=e,n.isParent=t}function C6(){return cn.lFrame.isParent}function y6(){cn.lFrame.isParent=!1}function b6(){return cn.lFrame.contextLView}function E6(){return M5}function s1(e){const t=M5;return M5=e,t}function ri(){const e=cn.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Mi(){return cn.lFrame.bindingIndex++}function Ia(e){const t=cn.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function Jk(e,t){const n=cn.lFrame;n.bindingIndex=n.bindingRootIndex=e,k5(t)}function k5(e){cn.lFrame.currentDirectiveIndex=e}function a1(e){cn.lFrame.currentQueryIndex=e}function tR(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[5]:null}function S6(e,t,n){if(4&n){let o=t,i=e;for(;!(o=o.parent,null!==o||1&n||(o=tR(i),null===o||(i=i[14],10&o.type))););if(null===o)return!1;t=o,e=i}const r=cn.lFrame=w6();return r.currentTNode=t,r.lView=e,!0}function P5(e){const t=w6(),n=e[1];cn.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function w6(){const e=cn.lFrame,t=null===e?null:e.child;return null===t?D6(e):t}function D6(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 L6(){const e=cn.lFrame;return cn.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const x6=L6;function B5(){const e=L6();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 Wo(){return cn.lFrame.selectedIndex}function _c(e){cn.lFrame.selectedIndex=e}function Ss(){const e=cn.lFrame;return al(e.tView,e.selectedIndex)}let M6=!0;function l1(){return M6}function p_(e){M6=e}function N6(e,t=null,n=null,r){const o=function k6(e,t=null,n=null,r,o=new Set){const i=[n||hr,J4(e)];return new tl(i,t||n1(),null,o)}(e,t,n);return o.resolveInjectorInitializers(),o}class Nn{static THROW_IF_NOT_FOUND=Ja;static NULL=new r_;static create(t,n){if(Array.isArray(t))return N6({name:""},n,t);{const r=t.name??"";return N6({name:r},t.parent,t.providers)}}static \u0275prov=Te({token:Nn,providedIn:"any",factory:()=>jt(c5)});static __NG_ELEMENT_ID__=-1}const ws=new _t("");let gi=(()=>class e{static __NG_ELEMENT_ID__=lR;static __NG_ENV_ID__=n=>n})();class R6 extends gi{_lView;constructor(t){super(),this._lView=t}get destroyed(){return js(this._lView)}onDestroy(t){const n=this._lView;return i1(n,t),()=>function L5(e,t){if(null===e[21])return;const n=e[21].indexOf(t);-1!==n&&e[21].splice(n,1)}(n,t)}}function lR(){return new R6(tt())}const cR=!1,uR=new _t("");let hc=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Pn(!1);debugTaskTracker=fe(uR,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new Lt(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=Te({token:e,providedIn:"root",factory:()=>new e})}return e})();const oi=class dR extends Kn{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,function a_(){return void 0!==t5()||null!=ao()}()&&(this.destroyRef=fe(gi,{optional:!0})??void 0,this.pendingTasks=fe(hc,{optional:!0})??void 0)}emit(t){const n=se(null);try{super.next(t)}finally{se(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&"object"==typeof t){const l=t;o=l.next?.bind(l),i=l.error?.bind(l),s=l.complete?.bind(l)}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 Y&&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 c1(...e){}function O6(e){let t,n;function r(){e=c1;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 _R(e){return queueMicrotask(()=>e()),()=>{e=c1}}const F5="isAngularZone",u1=F5+"_ID";let hR=0;class pr{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new oi(!1);onMicrotaskEmpty=new oi(!1);onStable=new oi(!1);onError=new oi(!1);constructor(t){const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=cR}=t;if(typeof Zone>"u")throw new Xe(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 pR(e){function t(){O6(()=>{e.callbackScheduled=!1,U5(e),e.isCheckStableRunning=!0,H5(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),U5(e))}(e)},n=hR++;e._inner=e._inner.fork({name:"angular",properties:{[F5]:!0,[u1]:n,[u1+n]:!0},onInvokeTask:(r,o,i,s,a,l)=>{if(function vR(e){return F6(e,"__ignore_ng_zone__")}(l))return r.invokeTask(i,s,a,l);try{return P6(e),r.invokeTask(i,s,a,l)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),B6(e)}},onInvoke:(r,o,i,s,a,l,c)=>{try{return P6(e),r.invoke(i,s,a,l,c)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function CR(e){return F6(e,"__scheduler_tick__")}(l)&&t(),B6(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,U5(e),H5(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(F5)}static assertInAngularZone(){if(!pr.isInAngularZone())throw new Xe(909,!1)}static assertNotInAngularZone(){if(pr.isInAngularZone())throw new Xe(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,fR,c1,c1);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 fR={};function H5(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 U5(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function P6(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function B6(e){e._nesting--,H5(e)}class mR{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new oi;onMicrotaskEmpty=new oi;onStable=new oi;onError=new oi;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 F6(e,t){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[t]}class Eu{_console=console;handleError(t){this._console.error("ERROR",t)}}const ll=new _t("",{factory:()=>{const e=fe(pr),t=fe(Li);let n;return r=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw r}):(n??=t.get(Eu),n.handleError(r))})}}}),H6={provide:ac,useValue:()=>{fe(Eu,{optional:!0})},multi:!0};function qn(e,t){const[n,r,o]=p(e,t?.equal),i=n;return i.set=r,i.update=o,i.asReadonly=V5.bind(i),i}function V5(){const e=this[ve];if(void 0===e.readonlyFn){const t=()=>this();t[ve]=e,e.readonlyFn=t}return e.readonlyFn}let z5=(()=>class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=bR})();function bR(){return new z5(tt(),gn())}class fc{}const j5=new _t("",{factory:()=>!0}),TR=new _t("");let G5=(()=>{class e{internalPendingTasks=fe(hc);scheduler=fe(fc);errorHandler=fe(ll);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=Te({token:e,providedIn:"root",factory:()=>new e})}return e})(),U6=(()=>{class e{static \u0275prov=Te({token:e,providedIn:"root",factory:()=>new ER})}return e})();class ER{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 $5{[ve];constructor(t){this[ve]=t}destroy(){this[ve].destroy()}}function Tr(e,t){const n=t?.injector??fe(Nn);let o,r=!0!==t?.manualCleanup?n.get(gi):null;const i=n.get(z5,null,{optional:!0}),s=n.get(fc);return null!==i?(o=function SR(e,t,n){const r=Object.create(AR);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=z6(r,n),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(i.view,s,e),r instanceof R6&&r._lView===i.view&&(r=null)):o=function wR(e,t,n){const r=Object.create(IR);return r.fn=z6(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(U6),s),o.injector=n,null!==r&&(o.onDestroyFns=[r.onDestroy(()=>o.destroy())]),new $5(o)}const V6={...Ge,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=s1(!1);try{!function St(e){if(e.dirty=!1,e.version>0&&!We(e))return;e.version++;const t=ue(e);try{e.cleanup(),e.fn()}finally{be(e,t)}}(this)}finally{s1(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=se(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],se(e)}}},IR={...V6,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(Fe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},AR={...V6,consumerMarkedDirty(){this.view[2]|=8192,bu(this.view),this.notifier.notify(13)},destroy(){if(Fe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function z6(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}function Ni(e){return t=>{if(function DR(e){return D(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 $i(e,t,n,r,o){return new LR(e,t,n,r,o)}class LR extends On{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(l){t.error(l)}}:super._next,this._error=o?function(a){try{o(a)}catch(l){t.error(l)}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 dr(e,t){return Ni((n,r)=>{let o=0;n.subscribe($i(r,i=>{r.next(e.call(t,i,o++))}))})}
|
|
22
|
+
*/Error;const Oo="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class Xe extends Error{code;constructor(t,n){super(vo(t,n)),this.code=t}}function vo(e,t){return`${function fa(e){return`NG0${Math.abs(e)}`}(e)}${t?": "+t:""}`}function h(e){for(let t in e)if(e[t]===h)return t;throw Error("")}function k(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function oe(e){if("string"==typeof e)return e;if(Array.isArray(e))return`[${e.map(oe).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 Ae(e,t){return e?t?`${e} ${t}`:e:t||""}globalThis;const Dt=h({__forward_ref__:h});function Mt(e){return e.__forward_ref__=Mt,e}function xt(e){return cr(e)?e():e}function cr(e){return"function"==typeof e&&e.hasOwnProperty(Dt)&&e.__forward_ref__===Mt}function Te(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function Nt(e){return{providers:e.providers||[],imports:e.imports||[]}}function Hn(e){return function Nr(e,t){return e.hasOwnProperty(t)&&e[t]||null}(e,ur)}function Xr(e){return e&&e.hasOwnProperty(Po)?e[Po]:null}const ur=h({\u0275prov:h}),Po=h({\u0275inj:h});class _t{_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=Te({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Vf(e){return e&&!!e.\u0275providers}const K2=h({\u0275cmp:h}),z4=h({\u0275dir:h}),j4=h({\u0275pipe:h}),Qa=h({\u0275fac:h}),pu=h({__NG_ELEMENT_ID__:h}),Q2=h({__NG_ENV_ID__:h});function Jn(e){return Qd(e),e[K2]||null}function ei(e){return Qd(e),e[z4]||null}function ss(e){return Qd(e),e[j4]||null}function Qd(e,t){if(null==e)throw new Xe(-919,!1)}function fn(e){return"string"==typeof e?e:null==e?"":String(e)}const jf=h({ngErrorCode:h}),J2=h({ngErrorMessage:h}),mu=h({ngTokenPath:h});function Gf(e,t){return e5("",-200,t)}function $f(e,t){throw new Xe(-201,!1)}function e5(e,t,n){const r=new Xe(t,e);return r[jf]=t,r[J2]=e,n&&(r[mu]=n),r}let Wf;function t5(){return Wf}function hi(e){const t=Wf;return Wf=e,t}function n5(e,t,n){const r=Hn(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:8&n?null:void 0!==t?t:void $f()}const Ja={};class Y4{injector;constructor(t){this.injector=t}retrieve(t,n){const r=ic(n)||0;try{return this.injector.get(t,8&r?null:Ja,r)}catch(o){if(bs(o))return o;throw o}}}function K4(e,t=0){const n=ao();if(void 0===n)throw new Xe(-203,!1);if(null===n)return n5(e,void 0,t);{const r=function r5(e){return{optional:!!(8&e),host:!!(1&e),self:!!(2&e),skipSelf:!!(4&e)}}(t),o=n.retrieve(e,r);if(bs(o)){if(r.optional)return null;throw o}return o}}function jt(e,t=0){return(t5()||K4)(xt(e),t)}function fe(e,t){return jt(e,ic(t))}function ic(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function Jd(e){const t=[];for(let n=0;n<e.length;n++){const r=xt(e[n]);if(Array.isArray(r)){if(0===r.length)throw new Xe(900,!1);let o,i=0;for(let s=0;s<r.length;s++){const a=r[s],l=o5(a);"number"==typeof l?-1===l?o=a.token:i|=l:o=a}t.push(jt(o,i))}else t.push(jt(r))}return t}function o5(e){return e.__NG_DI_FLAG__}function pa(e,t){return e.hasOwnProperty(Qa)?e[Qa]:null}function el(e,t){e.forEach(n=>Array.isArray(n)?el(n,t):t(n))}function s5(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function e_(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function n_(e,t,n){let r=vu(e,t);return r>=0?e[1|r]=n:(r=~r,function l5(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 Yf(e,t){const n=vu(e,t);if(n>=0)return e[1|n]}function vu(e,t){return function X4(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 Es={},hr=[],ac=new _t(""),c5=new _t("",-1),Kf=new _t("");class r_{get(t,n=Ja){if(n===Ja){const o=e5("",-201);throw o.name="\u0275NotFound",o}return n}}function Cu(e){return{\u0275providers:e}}function J4(...e){return{\u0275providers:Xf(0,e),\u0275fromNgModule:!0}}function Xf(e,...t){const n=[],r=new Set;let o;const i=s=>{n.push(s)};return el(t,s=>{const a=s;o_(a,i,[],r)&&(o||=[],o.push(a))}),void 0!==o&&u5(o,i),n}function u5(e,t){for(let n=0;n<e.length;n++){const{ngModule:r,providers:o}=e[n];Qf(o,i=>{t(i,r)})}}function o_(e,t,n,r){if(!(e=xt(e)))return!1;let o=null,i=Xr(e);const s=!i&&Jn(e);if(i||s){if(s&&!s.standalone)return!1;o=e}else{const l=e.ngModule;if(i=Xr(l),!i)return!1;o=l}const a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){const l="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const c of l)o_(c,t,n,r)}}else{if(!i)return!1;{if(null!=i.imports&&!a){let c;r.add(o),el(i.imports,u=>{o_(u,t,n,r)&&(c||=[],c.push(u))}),void 0!==c&&u5(c,t)}if(!a){const c=pa(o)||(()=>new o);t({provide:o,useFactory:c,deps:hr},o),t({provide:Kf,useValue:o,multi:!0},o),t({provide:ac,useValue:()=>jt(o),multi:!0},o)}const l=i.providers;if(null!=l&&!a){const c=e;Qf(l,u=>{t(u,c)})}}}return o!==e&&void 0!==e.providers}function Qf(e,t){for(let n of e)Vf(n)&&(n=n.\u0275providers),Array.isArray(n)?Qf(n,t):t(n)}const e6=h({provide:String,useValue:h});function Jf(e){return null!==e&&"object"==typeof e&&e6 in e}function Fs(e){return"function"==typeof e}const e1=new _t(""),i_={},f5={};let t1;function n1(){return void 0===t1&&(t1=new r_),t1}class Li{}class tl extends Li{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,s_(t,s=>this.processProvider(s)),this.records.set(c5,nl(void 0,this)),o.has("environment")&&this.records.set(Li,nl(void 0,this));const i=this.records.get(e1);null!=i&&"string"==typeof i.value&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(Kf,hr,{self:!0}))}retrieve(t,n){const r=ic(n)||0;try{return this.get(t,Ja,r)}catch(o){if(bs(o))return o;throw o}}destroy(){yu(this),this._destroyed=!0;const t=se(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(),se(t)}}onDestroy(t){return yu(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){yu(this);const n=Qn(this),r=hi(void 0);try{return t()}finally{Qn(n),hi(r)}}get(t,n=Ja,r){if(yu(this),t.hasOwnProperty(Q2))return t[Q2](this);const o=ic(r),s=Qn(this),a=hi(void 0);try{if(!(4&o)){let c=this.records.get(t);if(void 0===c){const u=function v5(e){return"function"==typeof e||"object"==typeof e&&"InjectionToken"===e.ngMetadataName}(t)&&Hn(t);c=u&&this.injectableDefInScope(u)?nl(r1(t),i_):null,this.records.set(t,c)}if(null!=c)return this.hydrate(t,c,o)}return(2&o?n1():this.parent).get(t,n=8&o&&n===Ja?null:n)}catch(l){const c=function Z4(e){return e[jf]}(l);throw-200===c||-201===c?new Xe(c,null):l}finally{hi(a),Qn(s)}}resolveInjectorInitializers(){const t=se(null),n=Qn(this),r=hi(void 0);try{const i=this.get(ac,hr,{self:!0});for(const s of i)s()}finally{Qn(n),hi(r),se(t)}}toString(){return"R3Injector[...]"}processProvider(t){let n=Fs(t=xt(t))?t:xt(t&&t.provide);const r=function n6(e){return Jf(e)?nl(void 0,e.useValue):nl(p5(e),i_)}(t);if(!Fs(t)&&!0===t.multi){let o=this.records.get(n);o||(o=nl(void 0,i_,!0),o.factory=()=>Jd(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){const o=se(null);try{if(n.value===f5)throw Gf();return n.value===i_&&(n.value=f5,n.value=n.factory(void 0,r)),"object"==typeof n.value&&n.value&&function m5(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{se(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=xt(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 r1(e){const t=Hn(e),n=null!==t?t.factory:pa(e);if(null!==n)return n;if(e instanceof _t)throw new Xe(-204,!1);if(e instanceof Function)return function t6(e){if(e.length>0)throw new Xe(-204,!1);const n=function lo(e){return(e?.[ur]??null)||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new Xe(-204,!1)}function p5(e,t,n){let r;if(Fs(e)){const o=xt(e);return pa(o)||r1(o)}if(Jf(e))r=()=>xt(e.useValue);else if(function _5(e){return!(!e||!e.useFactory)}(e))r=()=>e.useFactory(...Jd(e.deps||[]));else if(function d5(e){return!(!e||!e.useExisting)}(e))r=(o,i)=>jt(xt(e.useExisting),void 0!==i&&8&i?8:void 0);else{const o=xt(e&&(e.useClass||e.provide));if(!function g5(e){return!!e.deps}(e))return pa(o)||r1(o);r=()=>new o(...Jd(e.deps))}return r}function yu(e){if(e.destroyed)throw new Xe(-205,!1)}function nl(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function s_(e,t){for(const n of e)Array.isArray(n)?s_(n,t):n&&Vf(n)?s_(n.\u0275providers,t):t(n)}function wr(e,t){let n;e instanceof tl?(yu(e),n=e):n=new Y4(e);const o=Qn(n),i=hi(void 0);try{return t()}finally{Qn(o),hi(i)}}function zr(e){return Array.isArray(e)&&"object"==typeof e[1]}function ti(e){return Array.isArray(e)&&!0===e[1]}function C5(e){return!!(4&e.flags)}function As(e){return e.componentOffset>-1}function uc(e){return!(1&~e.flags)}function as(e){return!!e.template}function Ca(e){return!!(512&e[2])}function js(e){return!(256&~e[2])}function xo(e){for(;Array.isArray(e);)e=e[0];return e}function dc(e,t){return xo(t[e])}function to(e,t){return xo(t[e.index])}function al(e,t){return e.data[t]}function ya(e,t){return e[t]}function A5(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function pi(e,t){const n=t[e];return zr(n)?n:n[0]}function S5(e){return!(128&~e[2])}function ni(e,t){return null==t?null:e[t]}function u6(e){e[17]=0}function w5(e){1024&e[2]||(e[2]|=1024,S5(e)&&bu(e))}function h_(e){return!!(9216&e[2]||e[24]?.dirty)}function D5(e){e[10].changeDetectionScheduler?.notify(8),64&e[2]&&(e[2]|=1024),h_(e)&&bu(e)}function bu(e){e[10].changeDetectionScheduler?.notify(0);let t=ba(e);for(;null!==t&&!(8192&t[2])&&(t[2]|=8192,S5(t));)t=ba(t)}function i1(e,t){if(js(e))throw new Xe(911,!1);null===e[21]&&(e[21]=[]),e[21].push(t)}function ba(e){const t=e[3];return ti(t)?t[3]:t}function _6(e){return e[7]??=[]}function h6(e){return e.cleanup??=[]}const cn={lFrame:D6(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let M5=!1;function f6(){cn.lFrame.elementDepthCount--}function N5(){return cn.bindingsEnabled}function p6(){return null!==cn.skipHydrationRootTNode}function g6(e){return cn.skipHydrationRootTNode===e}function m6(){cn.skipHydrationRootTNode=null}function tt(){return cn.lFrame.lView}function vn(){return cn.lFrame.tView}function tr(e){return cn.lFrame.contextLView=e,e[8]}function nr(e){return cn.lFrame.contextLView=null,e}function gn(){let e=v6();for(;null!==e&&64===e.type;)e=e.parent;return e}function v6(){return cn.lFrame.currentTNode}function Ta(e,t){const n=cn.lFrame;n.currentTNode=e,n.isParent=t}function C6(){return cn.lFrame.isParent}function y6(){cn.lFrame.isParent=!1}function b6(){return cn.lFrame.contextLView}function E6(){return M5}function s1(e){const t=M5;return M5=e,t}function ri(){const e=cn.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Mi(){return cn.lFrame.bindingIndex++}function Ia(e){const t=cn.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function Jk(e,t){const n=cn.lFrame;n.bindingIndex=n.bindingRootIndex=e,k5(t)}function k5(e){cn.lFrame.currentDirectiveIndex=e}function a1(e){cn.lFrame.currentQueryIndex=e}function tR(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[5]:null}function S6(e,t,n){if(4&n){let o=t,i=e;for(;!(o=o.parent,null!==o||1&n||(o=tR(i),null===o||(i=i[14],10&o.type))););if(null===o)return!1;t=o,e=i}const r=cn.lFrame=w6();return r.currentTNode=t,r.lView=e,!0}function P5(e){const t=w6(),n=e[1];cn.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function w6(){const e=cn.lFrame,t=null===e?null:e.child;return null===t?D6(e):t}function D6(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 L6(){const e=cn.lFrame;return cn.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const x6=L6;function B5(){const e=L6();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 Wo(){return cn.lFrame.selectedIndex}function _c(e){cn.lFrame.selectedIndex=e}function Ss(){const e=cn.lFrame;return al(e.tView,e.selectedIndex)}let M6=!0;function l1(){return M6}function p_(e){M6=e}function N6(e,t=null,n=null,r){const o=function k6(e,t=null,n=null,r,o=new Set){const i=[n||hr,J4(e)];return new tl(i,t||n1(),null,o)}(e,t,n);return o.resolveInjectorInitializers(),o}class Nn{static THROW_IF_NOT_FOUND=Ja;static NULL=new r_;static create(t,n){if(Array.isArray(t))return N6({name:""},n,t);{const r=t.name??"";return N6({name:r},t.parent,t.providers)}}static \u0275prov=Te({token:Nn,providedIn:"any",factory:()=>jt(c5)});static __NG_ELEMENT_ID__=-1}const ws=new _t("");let gi=(()=>class e{static __NG_ELEMENT_ID__=lR;static __NG_ENV_ID__=n=>n})();class R6 extends gi{_lView;constructor(t){super(),this._lView=t}get destroyed(){return js(this._lView)}onDestroy(t){const n=this._lView;return i1(n,t),()=>function L5(e,t){if(null===e[21])return;const n=e[21].indexOf(t);-1!==n&&e[21].splice(n,1)}(n,t)}}function lR(){return new R6(tt())}const cR=!1,uR=new _t("");let hc=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Pn(!1);debugTaskTracker=fe(uR,{optional:!0});get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new Lt(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=Te({token:e,providedIn:"root",factory:()=>new e})}return e})();const oi=class dR extends Kn{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,function a_(){return void 0!==t5()||null!=ao()}()&&(this.destroyRef=fe(gi,{optional:!0})??void 0,this.pendingTasks=fe(hc,{optional:!0})??void 0)}emit(t){const n=se(null);try{super.next(t)}finally{se(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&"object"==typeof t){const l=t;o=l.next?.bind(l),i=l.error?.bind(l),s=l.complete?.bind(l)}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 Y&&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 c1(...e){}function O6(e){let t,n;function r(){e=c1;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 _R(e){return queueMicrotask(()=>e()),()=>{e=c1}}const F5="isAngularZone",u1=F5+"_ID";let hR=0;class pr{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new oi(!1);onMicrotaskEmpty=new oi(!1);onStable=new oi(!1);onError=new oi(!1);constructor(t){const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=cR}=t;if(typeof Zone>"u")throw new Xe(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 pR(e){function t(){O6(()=>{e.callbackScheduled=!1,U5(e),e.isCheckStableRunning=!0,H5(e),e.isCheckStableRunning=!1})}e.isCheckStableRunning||e.callbackScheduled||(e.callbackScheduled=!0,e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),U5(e))}(e)},n=hR++;e._inner=e._inner.fork({name:"angular",properties:{[F5]:!0,[u1]:n,[u1+n]:!0},onInvokeTask:(r,o,i,s,a,l)=>{if(function vR(e){return F6(e,"__ignore_ng_zone__")}(l))return r.invokeTask(i,s,a,l);try{return P6(e),r.invokeTask(i,s,a,l)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),B6(e)}},onInvoke:(r,o,i,s,a,l,c)=>{try{return P6(e),r.invoke(i,s,a,l,c)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!function CR(e){return F6(e,"__scheduler_tick__")}(l)&&t(),B6(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,U5(e),H5(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(F5)}static assertInAngularZone(){if(!pr.isInAngularZone())throw new Xe(909,!1)}static assertNotInAngularZone(){if(pr.isInAngularZone())throw new Xe(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,fR,c1,c1);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 fR={};function H5(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 U5(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&!0===e.callbackScheduled)}function P6(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function B6(e){e._nesting--,H5(e)}class mR{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new oi;onMicrotaskEmpty=new oi;onStable=new oi;onError=new oi;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 F6(e,t){return!(!Array.isArray(e)||1!==e.length)&&!0===e[0]?.data?.[t]}class Eu{_console=console;handleError(t){this._console.error("ERROR",t)}}const ll=new _t("",{factory:()=>{const e=fe(pr),t=fe(Li);let n;return r=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw r}):(n??=t.get(Eu),n.handleError(r))})}}}),H6={provide:ac,useValue:()=>{fe(Eu,{optional:!0})},multi:!0};function qn(e,t){const[n,r,o]=p(e,t?.equal),i=n;return i.set=r,i.update=o,i.asReadonly=V5.bind(i),i}function V5(){const e=this[ve];if(void 0===e.readonlyFn){const t=()=>this();t[ve]=e,e.readonlyFn=t}return e.readonlyFn}let z5=(()=>class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=bR})();function bR(){return new z5(tt(),gn())}class fc{}const j5=new _t("",{factory:()=>!0}),TR=new _t("");let G5=(()=>{class e{internalPendingTasks=fe(hc);scheduler=fe(fc);errorHandler=fe(ll);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=Te({token:e,providedIn:"root",factory:()=>new e})}return e})(),U6=(()=>{class e{static \u0275prov=Te({token:e,providedIn:"root",factory:()=>new ER})}return e})();class ER{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 $5{[ve];constructor(t){this[ve]=t}destroy(){this[ve].destroy()}}function Tr(e,t){const n=t?.injector??fe(Nn);let o,r=!0!==t?.manualCleanup?n.get(gi):null;const i=n.get(z5,null,{optional:!0}),s=n.get(fc);return null!==i?(o=function SR(e,t,n){const r=Object.create(AR);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=z6(r,n),e[23]??=new Set,e[23].add(r),r.consumerMarkedDirty(r),r}(i.view,s,e),r instanceof R6&&r._lView===i.view&&(r=null)):o=function wR(e,t,n){const r=Object.create(IR);return r.fn=z6(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(U6),s),o.injector=n,null!==r&&(o.onDestroyFns=[r.onDestroy(()=>o.destroy())]),new $5(o)}const V6={...Ge,cleanupFns:void 0,zone:null,onDestroyFns:null,run(){const e=s1(!1);try{!function wt(e){if(e.dirty=!1,e.version>0&&!We(e))return;e.version++;const t=ue(e);try{e.cleanup(),e.fn()}finally{be(e,t)}}(this)}finally{s1(e)}},cleanup(){if(!this.cleanupFns?.length)return;const e=se(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],se(e)}}},IR={...V6,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(Fe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}},AR={...V6,consumerMarkedDirty(){this.view[2]|=8192,bu(this.view),this.notifier.notify(13)},destroy(){if(Fe(this),null!==this.onDestroyFns)for(const e of this.onDestroyFns)e();this.cleanup(),this.view[23]?.delete(this)}};function z6(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}function Ni(e){return t=>{if(function DR(e){return D(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 $i(e,t,n,r,o){return new LR(e,t,n,r,o)}class LR extends On{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(l){t.error(l)}}:super._next,this._error=o?function(a){try{o(a)}catch(l){t.error(l)}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 dr(e,t){return Ni((n,r)=>{let o=0;n.subscribe($i(r,i=>{r.next(e.call(t,i,o++))}))})}
|
|
23
23
|
/**
|
|
24
24
|
* @license Angular v21.2.8
|
|
25
25
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
@@ -64,7 +64,7 @@ class ci{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t)
|
|
|
64
64
|
* @license Angular v21.2.8
|
|
65
65
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
66
66
|
* License: MIT
|
|
67
|
-
*/globalThis.$localize=u2;const ar=globalThis.Luigi;let po=(()=>{class e{setConfig(n){return ar.setConfig(n)}get config(){return ar.getConfig()}getConfigValue(n){return ar.getConfigValue(n)}unloadConfig(){return ar.unload()}sendCustomMessage(n){return ar.sendCustomMessage(n)}configChanged(n){ar.configChanged(n)}customMessages(){return ar.customMessages()}navigation(){return ar.navigation()}resetLuigi(){ar.reset()}clearNavigationCache(){ar.clearNavigationCache&&ar.clearNavigationCache()}showAlert(n){return ar.showAlert(n)}ux(){return ar.ux()}theming(){return ar.theming()}i18n(){return ar.i18n()}globalSearch(){return ar.globalSearch()}getGlobalContext(){return ar.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){ar.setGlobalContext(n,r)}setInGlobalContext(n,r=!1){ar.setGlobalContext({...this.getGlobalContext(),...n},r)}routing(){return ar.routing()}setFeatureToggle(n){ar.featureToggles().setFeatureToggle(n)}unsetFeatureToggle(n){ar.featureToggles().unsetFeatureToggle(n)}unsetAllFeatureToggles(){ar.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 ar.featureToggles().getActiveFeatureToggleList().includes(n)}getActiveFeatureToggleList(){return ar.featureToggles().getActiveFeatureToggleList()}setAuthData(n){ar.auth().store.setAuthData(n),ar.auth().store.setNewlyAuthorized()}removeAuthData(){ar.auth().store.removeAuthData()}getAuthData(){return ar.auth().store.getAuthData()}setCurrentLocale(n){ar.i18n().setCurrentLocale(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),nu=(()=>{class e{constructor(){this.http=fe(Hl)}getEnvConfig(){var n=this;return(0,K.A)(function*(){return n.envConfigCache||(yield Zh(n.http.get("/rest/envconfig").pipe(Kc(r=>n.envConfigCache=r)))),n.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Ba=(()=>{class e{constructor(){this.envConfigService=fe(nu),this.luigiCoreService=fe(po),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,K.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,K.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,K.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=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var ru=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}(ru||{});(0,K.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(ru.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..."})}})}),document.body.classList.add("ui5-content-density-compact");let dx=(()=>{class e{constructor(){this.luigiCoreService=fe(po)}getGatewayUrl(n,r=!1){const o=n.portalContext.crdGatewayApiUrl,i=this.extractKcpPath(o);return o?.replace(i,this.resolveKcpPath(n,r))}updateCrdGatewayUrlWithEntityPath(n){const r=this.luigiCoreService.getGlobalContext().portalContext.crdGatewayApiUrl,o=this.extractKcpPath(r);this.luigiCoreService.getGlobalContext().portalContext.crdGatewayApiUrl=r.replace(o,n)}resolveKcpPath(n,r=!1){let i=this.extractKcpPath(n.portalContext.crdGatewayApiUrl);if(n.kcpPath&&(i=n.kcpPath),r){const s=i.lastIndexOf(":");-1!==s&&(i=i.slice(0,s))}return i}extractKcpPath(n){return n.match(new RegExp("(root:orgs[^/]*)"))?.[1]||""}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();const Wl=new Lt(e=>e.complete());function ps(e,t){return e.definitions.find(n=>"OperationDefinition"===n.kind&&!!n.name)?.name.value??t}function f2(e,t){if(!e)throw new Error(t)}function Z8(e){return p2(e,[])}function p2(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return function kie(e,t){if(null===e)return"null";if(t.includes(e))return"[Circular]";const n=[...t,e];if(function Rie(e){return"function"==typeof e.toJSON}(e)){const r=e.toJSON();if(r!==e)return"string"==typeof r?r:p2(r,n)}else if(Array.isArray(e))return function Pie(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";const n=Math.min(10,e.length),r=e.length-n,o=[];for(let i=0;i<n;++i)o.push(p2(e[i],t));return 1===r?o.push("... 1 more item"):r>1&&o.push(`... ${r} more items`),"["+o.join(", ")+"]"}(e,n);return function Oie(e,t){const n=Object.entries(e);return 0===n.length?"{}":t.length>2?"["+function Bie(e){const t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){const n=e.constructor.name;if("string"==typeof n&&""!==n)return n}return t}(e)+"]":"{ "+n.map(([o,i])=>o+": "+p2(i,t)).join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}class Fie{constructor(t,n,r){this.start=t.start,this.end=n.end,this.startToken=t,this.endToken=n,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class hx{constructor(t,n,r,o,i,s){this.kind=t,this.start=n,this.end=r,this.line=o,this.column=i,this.value=s,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}const fx={Name:[],Document:["definitions"],OperationDefinition:["description","name","variableDefinitions","directives","selectionSet"],VariableDefinition:["description","variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["description","name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"],TypeCoordinate:["name"],MemberCoordinate:["name","memberName"],ArgumentCoordinate:["name","fieldName","argumentName"],DirectiveCoordinate:["name"],DirectiveArgumentCoordinate:["name","argumentName"]},Hie=new Set(Object.keys(fx));function px(e){const t=e?.kind;return"string"==typeof t&&Hie.has(t)}var oa=function(e){return e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription",e}(oa||{}),Dt=function(e){return e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension",e.TYPE_COORDINATE="TypeCoordinate",e.MEMBER_COORDINATE="MemberCoordinate",e.ARGUMENT_COORDINATE="ArgumentCoordinate",e.DIRECTIVE_COORDINATE="DirectiveCoordinate",e.DIRECTIVE_ARGUMENT_COORDINATE="DirectiveArgumentCoordinate",e}(Dt||{});const Zl=Object.freeze({});function ia(e,t,n=fx){const r=new Map;for(const ae of Object.values(Dt))r.set(ae,q8(t,ae));let o,u,d,i=Array.isArray(e),s=[e],a=-1,l=[],c=e;const f=[],y=[];do{a++;const ae=a===s.length,_e=ae&&0!==l.length;if(ae){if(u=0===y.length?void 0:f[f.length-1],c=d,d=y.pop(),_e)if(i){c=c.slice();let ot=0;for(const[mt,Xt]of l){const Tn=mt-ot;null===Xt?(c.splice(Tn,1),ot++):c[Tn]=Xt}}else{c={...c};for(const[ot,mt]of l)c[ot]=mt}a=o.index,s=o.keys,l=o.edits,i=o.inArray,o=o.prev}else if(d){if(u=i?a:s[a],c=d[u],null==c)continue;f.push(u)}let Ye;if(!Array.isArray(c)){var R,Z;px(c)||f2(!1,`Invalid AST Node: ${Z8(c)}.`);const ot=ae?null===(R=r.get(c.kind))||void 0===R?void 0:R.leave:null===(Z=r.get(c.kind))||void 0===Z?void 0:Z.enter;if(Ye=ot?.call(t,c,u,d,f,y),Ye===Zl)break;if(!1===Ye){if(!ae){f.pop();continue}}else if(void 0!==Ye&&(l.push([u,Ye]),!ae)){if(!px(Ye)){f.pop();continue}c=Ye}}var X;void 0===Ye&&_e&&l.push([u,c]),ae?f.pop():(o={inArray:i,index:a,keys:s,edits:l,prev:o},i=Array.isArray(c),s=i?c:null!==(X=n[c.kind])&&void 0!==X?X:[],a=-1,l=[],d&&y.push(d),d=c)}while(void 0!==o);return 0!==l.length?l[l.length-1][1]:e}function q8(e,t){const n=e[t];return"object"==typeof n?n:"function"==typeof n?{enter:n,leave:void 0}:{enter:e.enter,leave:e.leave}}function xd(e){try{return e()}catch{}}const Y8=xd(()=>globalThis)||xd(()=>window)||xd(()=>self)||xd(()=>global)||xd(function(){return xd.constructor("return this")()}),K8="4.1.9",gx=new Map;function mx(e){const t=gx.get(e)||1;return gx.set(e,t+1),`${e}:${t}:${Math.random().toString(36).slice(2)}`}const Cx="Invariant Violation";class X8 extends Error{constructor(t=Cx){super(t),this.name=Cx,Object.setPrototypeOf(this,X8.prototype)}}const g2=["debug","log","warn","error","silent"];let Q8=g2.indexOf("silent");function Ot(e,...t){if(!e)throw es(...t)}function m2(e){return function(t,...n){if(g2.indexOf(e)>=Q8){const r=console[e]||console.log;if("number"==typeof t){const o=t;(t=bx(o))||(t=Tx(o,n),n=[])}r(t,...n)}}}function es(e,...t){return new X8(bx(e,t)||Tx(e,t))}Ot.debug=m2("debug"),Ot.log=m2("log"),Ot.warn=m2("warn"),Ot.error=m2("error");const yx=Symbol.for("ApolloErrorMessageHandler_"+K8);function J8(e){if("string"==typeof e)return e;try{return function vx(e,t=0){const n=mx("stringifyForDisplay");return JSON.stringify(e,(r,o)=>void 0===o?n:o,t).split(JSON.stringify(n)).join("<undefined>")}(e,2).slice(0,1e3)}catch{return"<non-serializable>"}}function bx(e,t=[]){if(e)return Y8[yx]&&Y8[yx](e,t.map(J8))}function Tx(e,t=[]){if(e)return"string"==typeof e?t.reduce((n,r)=>n.replace(/%[sdfo]/,J8(r)),e):`An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#${encodeURIComponent(JSON.stringify({version:K8,message:e,args:t.map(J8)}))}`}const Fa={...Y8[Symbol.for("apollo.cacheSize")]},Vie=()=>Object.create(null),{forEach:zie,slice:Ex}=Array.prototype,{hasOwnProperty:jie}=Object.prototype;class sa{constructor(t=!0,n=Vie){this.weakness=t,this.makeData=n}lookup(){return this.lookupArray(arguments)}lookupArray(t){let n=this;return zie.call(t,r=>n=n.getChildTrie(r)),jie.call(n,"data")?n.data:n.data=this.makeData(Ex.call(t))}peek(){return this.peekArray(arguments)}peekArray(t){let n=this;for(let r=0,o=t.length;n&&r<o;++r){const i=n.mapFor(t[r],!1);n=i&&i.get(t[r])}return n&&n.data}remove(){return this.removeArray(arguments)}removeArray(t){let n;if(t.length){const r=t[0],o=this.mapFor(r,!1),i=o&&o.get(r);i&&(n=i.removeArray(Ex.call(t,1)),!i.data&&!i.weak&&(!i.strong||!i.strong.size)&&o.delete(r))}else n=this.data,delete this.data;return n}getChildTrie(t){const n=this.mapFor(t,!0);let r=n.get(t);return r||n.set(t,r=new sa(this.weakness,this.makeData)),r}mapFor(t,n){return this.weakness&&function Gie(e){switch(typeof e){case"object":if(null===e)break;case"function":return!0}return!1}(t)?this.weak||(n?this.weak=new WeakMap:void 0):this.strong||(n?this.strong=new Map:void 0)}}function e3(){}const $ie=e3,Wie=typeof WeakRef<"u"?WeakRef:function(e){return{deref:()=>e}},Zie=typeof WeakMap<"u"?WeakMap:Map,qie=typeof FinalizationRegistry<"u"?FinalizationRegistry:function(){return{register:e3,unregister:e3}};class v2{constructor(t=1/0,n=$ie){this.max=t,this.dispose=n,this.map=new Zie,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{const r=this.unfinalizedNodes.values();for(let o=0;o<10024;o++){const i=r.next().value;if(!i)break;this.unfinalizedNodes.delete(i);const s=i.key;delete i.key,i.keyRef=new Wie(s),this.registry.register(s,i,i)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new qie(this.deleteNode.bind(this))}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:o}=n;o&&(o.older=r),r&&(r.newer=o),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=o)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.scheduleFinalization(r),this.map.set(t,r),this.size++,r.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(t){t===this.newest&&(this.newest=t.older),t===this.oldest&&(this.oldest=t.newer),t.newer&&(t.newer.older=t.older),t.older&&(t.older.newer=t.newer),this.size--;const n=t.key||t.keyRef&&t.keyRef.deref();this.dispose(t.value,n),t.keyRef?this.registry.unregister(t):this.unfinalizedNodes.delete(t),n&&this.map.delete(n)}delete(t){const n=this.map.get(t);return!!n&&(this.deleteNode(n),!0)}scheduleFinalization(t){this.unfinalizedNodes.add(t),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}function Kie(){}class t3{constructor(t=1/0,n=Kie){this.max=t,this.dispose=n,this.map=new Map,this.newest=null,this.oldest=null}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}get size(){return this.map.size}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:o}=n;o&&(o.older=r),r&&(r.newer=o),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=o)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.map.set(t,r),r.value)}clean(){for(;this.oldest&&this.map.size>this.max;)this.delete(this.oldest.key)}delete(t){const n=this.map.get(t);return!!n&&(n===this.newest&&(this.newest=n.older),n===this.oldest&&(this.oldest=n.newer),n.newer&&(n.newer.older=n.older),n.older&&(n.older.newer=n.newer),this.map.delete(t),this.dispose(n.value,t),!0)}}const n3=new WeakSet;function Ix(e){e.size<=(e.max||-1)||n3.has(e)||(n3.add(e),setTimeout(()=>{e.clean(),n3.delete(e)},100))}const r3=function(e,t){const n=new v2(e,t);return n.set=function(r,o){const i=v2.prototype.set.call(this,r,o);return Ix(this),i},n},Xie=function(e,t){const n=new t3(e,t);return n.set=function(r,o){const i=t3.prototype.set.call(this,r,o);return Ix(this),i},n};function Ax(e,{max:t,makeCacheKey:n=r=>r}){const r=new sa(!0),o=new r3(t);return(...i)=>{const s=r.lookupArray(n(i)),a=o.get(s);if(a){if(a.error)throw a.error;return a.result}const l=o.set(s,{});try{return l.result=e(...i)}catch(c){throw l.error=c,c}}}const ql=Ax((e,t)=>{Ot(e&&"Document"===e.kind,1);const n=e.definitions.filter(r=>"OperationDefinition"===r.kind);t&&Ot(1==n.length&&n[0].operation===t,4,t,t,n[0].operation),ia(e,{Field(r,o,i,s){if(r.alias&&("__typename"===r.alias.value||r.alias.value.startsWith("__ac_"))&&r.alias.value!==r.name.value){let a=e,l=[];for(const c of s)a=a[c],a.kind===Dt.FIELD&&l.push(a.alias?.value||a.name.value);throw l.splice(-1,1,r.name.value),es(5,r.alias.value,l.join("."),n[0].operation,ps(e,"(anonymous)"))}}})},{max:Fa.checkDocument||2e3});function Ha(e){return ql(e),e.definitions.filter(t=>"OperationDefinition"===t.kind)[0]}class ui{static empty(){return new ui(()=>Wl)}static from(t){if(0===t.length)return ui.empty();const[n,...r]=t;return n.concat(...r)}static split(t,n,r=new ui((o,i)=>i(o))){const o=new ui((i,s)=>t(i)?n.request(i,s):r.request(i,s));return Object.assign(o,{left:n,right:r})}static execute(t,n,r){return t.request(function Qie(e,{client:t}){const n={query:e.query,variables:e.variables||{},extensions:e.extensions||{},operationName:ps(e.query),operationType:Ha(e.query).operation};let r={...e.context};const i=()=>Object.freeze({...r});return Object.defineProperty(n,"setContext",{enumerable:!1,value:s=>{r="function"==typeof s?{...r,...s(i())}:{...r,...s}}}),Object.defineProperty(n,"getContext",{enumerable:!1,value:i}),Object.defineProperty(n,"client",{enumerable:!1,value:t}),n}(n,r),()=>Wl)}static concat(...t){return ui.from(t)}constructor(t){t&&(this.request=t)}split(t,n,r){return this.concat(ui.split(t,n,r))}concat(...t){return 0===t.length?this:t.reduce(this.combine.bind(this),this)}combine(t,n){const r=new ui((o,i)=>t.request(o,s=>n.request(s,i)));return Object.assign(r,{left:t,right:n})}request(t,n){throw es(65)}left;right}const Jie=ui.split,{toString:Sx,hasOwnProperty:ese}=Object.prototype,wx=Function.prototype.toString,o3=new Map;function $r(e,t){try{return i3(e,t)}finally{o3.clear()}}function i3(e,t){if(e===t)return!0;const n=Sx.call(e);if(n!==Sx.call(t))return!1;switch(n){case"[object Array]":if(e.length!==t.length)return!1;case"[object Object]":{if(Lx(e,t))return!0;const o=Dx(e),i=Dx(t),s=o.length;if(s!==i.length)return!1;for(let a=0;a<s;++a)if(!ese.call(t,o[a]))return!1;for(let a=0;a<s;++a){const l=o[a];if(!i3(e[l],t[l]))return!1}return!0}case"[object Error]":return e.name===t.name&&e.message===t.message;case"[object Number]":if(e!=e)return t!=t;case"[object Boolean]":case"[object Date]":return+e==+t;case"[object RegExp]":case"[object String]":return e==`${t}`;case"[object Map]":case"[object Set]":{if(e.size!==t.size)return!1;if(Lx(e,t))return!0;const o=e.entries(),i="[object Map]"===n;for(;;){const s=o.next();if(s.done)break;const[a,l]=s.value;if(!t.has(a)||i&&!i3(l,t.get(a)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":e=new Uint8Array(e),t=new Uint8Array(t);case"[object DataView]":{let o=e.byteLength;if(o===t.byteLength)for(;o--&&e[o]===t[o];);return-1===o}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{const o=wx.call(e);return o===wx.call(t)&&!function rse(e,t){const n=e.length-t.length;return n>=0&&e.indexOf(t,n)===n}(o,nse)}}return!1}function Dx(e){return Object.keys(e).filter(tse,e)}function tse(e){return void 0!==this[e]}const nse="{ [native code] }";function Lx(e,t){let n=o3.get(e);if(n){if(n.has(t))return!0}else o3.set(e,n=new Set);return n.add(t),!1}let Ko=null;const xx={};let ose=1;function Mx(e){try{return e()}catch{}}const s3="@wry/context:Slot",Nx=Mx(()=>globalThis)||Mx(()=>global)||Object.create(null),C2=Nx[s3]||Array[s3]||function(e){try{Object.defineProperty(Nx,s3,{value:e,enumerable:!1,writable:!1,configurable:!0})}finally{return e}}(class{constructor(){this.id=["slot",ose++,Date.now(),Math.random().toString(36).slice(2)].join(":")}hasValue(){for(let t=Ko;t;t=t.parent)if(this.id in t.slots){const n=t.slots[this.id];if(n===xx)break;return t!==Ko&&(Ko.slots[this.id]=n),!0}return Ko&&(Ko.slots[this.id]=xx),!1}getValue(){if(this.hasValue())return Ko.slots[this.id]}withValue(t,n,r,o){const s=Ko;Ko={parent:s,slots:{__proto__:null,[this.id]:t}};try{return n.apply(o,r)}finally{Ko=s}}static bind(t){const n=Ko;return function(){const r=Ko;try{return Ko=n,t.apply(this,arguments)}finally{Ko=r}}}static noContext(t,n,r){if(!Ko)return t.apply(r,n);{const o=Ko;try{return Ko=null,t.apply(r,n)}finally{Ko=o}}}}),lf=new C2,{hasOwnProperty:lse}=Object.prototype,l3=Array.from||function(e){const t=[];return e.forEach(n=>t.push(n)),t};function y2(e){const{unsubscribe:t}=e;"function"==typeof t&&(e.unsubscribe=void 0,t())}const cf=[];function Md(e,t){if(!e)throw new Error(t||"assertion failure")}function Rx(e,t){const n=e.length;return n>0&&n===t.length&&e[n-1]===t[n-1]}function Ox(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}function Px(e){return e.slice(0)}let use=(()=>{class e{constructor(n){this.fn=n,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++e.count}peek(){if(1===this.value.length&&!Yl(this))return Bx(this),this.value[0]}recompute(n){return Md(!this.recomputing,"already recomputing"),Bx(this),Yl(this)?function dse(e,t){return jx(e),lf.withValue(e,_se,[e,t]),function fse(e,t){if("function"==typeof e.subscribe)try{y2(e),e.unsubscribe=e.subscribe.apply(null,t)}catch{return e.setDirty(),!1}return!0}(e,t)&&function hse(e){e.dirty=!1,!Yl(e)&&Hx(e)}(e),Ox(e.value)}(this,n):Ox(this.value)}setDirty(){this.dirty||(this.dirty=!0,Fx(this),y2(this))}dispose(){this.setDirty(),jx(this),c3(this,(n,r)=>{n.setDirty(),Gx(n,this)})}forget(){this.dispose()}dependOn(n){n.add(this),this.deps||(this.deps=cf.pop()||new Set),this.deps.add(n)}forgetDeps(){this.deps&&(l3(this.deps).forEach(n=>n.delete(this)),this.deps.clear(),cf.push(this.deps),this.deps=null)}}return e.count=0,e})();function Bx(e){const t=lf.getValue();if(t)return e.parents.add(t),t.childValues.has(e)||t.childValues.set(e,[]),Yl(e)?Ux(t,e):Vx(t,e),t}function _se(e,t){e.recomputing=!0;const{normalizeResult:n}=e;let r;n&&1===e.value.length&&(r=Px(e.value)),e.value.length=0;try{if(e.value[0]=e.fn.apply(null,t),n&&r&&!Rx(r,e.value))try{e.value[0]=n(e.value[0],r[0])}catch{}}catch(o){e.value[1]=o}e.recomputing=!1}function Yl(e){return e.dirty||!(!e.dirtyChildren||!e.dirtyChildren.size)}function Fx(e){c3(e,Ux)}function Hx(e){c3(e,Vx)}function c3(e,t){const n=e.parents.size;if(n){const r=l3(e.parents);for(let o=0;o<n;++o)t(r[o],e)}}function Ux(e,t){Md(e.childValues.has(t)),Md(Yl(t));const n=!Yl(e);if(e.dirtyChildren){if(e.dirtyChildren.has(t))return}else e.dirtyChildren=cf.pop()||new Set;e.dirtyChildren.add(t),n&&Fx(e)}function Vx(e,t){Md(e.childValues.has(t)),Md(!Yl(t));const n=e.childValues.get(t);0===n.length?e.childValues.set(t,Px(t.value)):Rx(n,t.value)||e.setDirty(),zx(e,t),!Yl(e)&&Hx(e)}function zx(e,t){const n=e.dirtyChildren;n&&(n.delete(t),0===n.size&&(cf.length<100&&cf.push(n),e.dirtyChildren=null))}function jx(e){e.childValues.size>0&&e.childValues.forEach((t,n)=>{Gx(e,n)}),e.forgetDeps(),Md(null===e.dirtyChildren)}function Gx(e,t){t.parents.delete(e),e.childValues.delete(t),zx(e,t)}const pse={setDirty:!0,dispose:!0,forget:!0};function $x(e){const t=new Map,n=e&&e.subscribe;function r(o){const i=lf.getValue();if(i){let s=t.get(o);s||t.set(o,s=new Set),i.dependOn(s),"function"==typeof n&&(y2(s),s.unsubscribe=n(o))}}return r.dirty=function(i,s){const a=t.get(i);if(a){const l=s&&lse.call(pse,s)?s:"setDirty";l3(a).forEach(c=>c[l]()),t.delete(i),y2(a)}},r}let Wx;function Zx(...e){return(Wx||(Wx=new sa("function"==typeof WeakMap))).lookupArray(e)}const u3=new Set;function uf(e,{max:t=Math.pow(2,16),keyArgs:n,makeCacheKey:r=Zx,normalizeResult:o,subscribe:i,cache:s=t3}=Object.create(null)){const a="function"==typeof s?new s(t,f=>f.dispose()):s,l=function(){const f=r.apply(null,n?n.apply(null,arguments):arguments);if(void 0===f)return e.apply(null,arguments);let y=a.get(f);y||(a.set(f,y=new use(e)),y.normalizeResult=o,y.subscribe=i,y.forget=()=>a.delete(f));const R=y.recompute(Array.prototype.slice.call(arguments));return a.set(f,y),u3.add(a),lf.hasValue()||(u3.forEach(Z=>Z.clean()),u3.clear()),R};function c(f){const y=f&&a.get(f);y&&y.setDirty()}function u(f){const y=f&&a.get(f);if(y)return y.peek()}function d(f){return!!f&&a.delete(f)}return Object.defineProperty(l,"size",{get:()=>a.size,configurable:!1,enumerable:!1}),Object.freeze(l.options={max:t,keyArgs:n,makeCacheKey:r,normalizeResult:o,subscribe:i,cache:a}),l.dirtyKey=c,l.dirty=function(){c(r.apply(null,arguments))},l.peekKey=u,l.peek=function(){return u(r.apply(null,arguments))},l.forgetKey=d,l.forget=function(){return d(r.apply(null,arguments))},l.makeCacheKey=r,l.getKey=n?function(){return r.apply(null,n.apply(null,arguments))}:r,Object.freeze(l)}function gse(e){return e}class Ua{transform;cached;resultCache=new WeakSet;getCacheKey(t){return[t]}static identity(){return new Ua(gse,{cache:!1})}static split(t,n,r=Ua.identity()){return Object.assign(new Ua(o=>(t(o)?n:r).transformDocument(o),{cache:!1}),{left:n,right:r})}constructor(t,n={}){this.transform=t,n.getCacheKey&&(this.getCacheKey=n.getCacheKey),this.cached=!1!==n.cache,this.resetCache()}resetCache(){if(this.cached){const t=new sa;this.performWork=uf(Ua.prototype.performWork.bind(this),{makeCacheKey:n=>{const r=this.getCacheKey(n);if(r)return Ot(Array.isArray(r),20),t.lookupArray(r)},max:Fa["documentTransform.cache"],cache:v2})}}performWork(t){return ql(t),this.transform(t)}transformDocument(t){if(this.resultCache.has(t))return t;const n=this.performWork(t);return this.resultCache.add(n),n}concat(t){return Object.assign(new Ua(n=>t.transformDocument(this.transformDocument(n)),{cache:!1}),{left:this,right:t})}left;right}const qx={kind:Dt.FIELD,name:{kind:Dt.NAME,value:"__typename"}},d3=Object.assign(function(e){return ia(e,{SelectionSet:{enter(t,n,r){if(r&&r.kind===Dt.OPERATION_DEFINITION)return;const{selections:o}=t;return o&&!o.some(a=>a.kind===Dt.FIELD&&("__typename"===a.name.value||0===a.name.value.lastIndexOf("__",0)))?r.kind===Dt.FIELD&&r.directives&&r.directives.some(a=>"export"===a.name.value)?void 0:{...t,selections:[...o,qx]}:void 0}}})},{added:e=>e===qx}),Va=Object.assign(function(t){return JSON.stringify(t,Tse)},{reset(){Nd=new Xie(Fa.canonicalStringify||1e3)}});let Nd;function Tse(e,t){if(t&&"object"==typeof t){const n=Object.getPrototypeOf(t);if(n===Object.prototype||null===n){const r=Object.keys(t);if(r.every(Ese))return t;const o=JSON.stringify(r);let i=Nd.get(o);if(!i){r.sort();const a=JSON.stringify(r);i=Nd.get(a)||r,Nd.set(o,i),Nd.set(a,i)}const s=Object.create(n);return i.forEach(a=>{s[a]=t[a]}),s}}return t}function Ese(e,t,n){return 0===t||n[t-1]<=e}function p3(e){return 9===e||32===e}function df(e){return e>=48&&e<=57}function Qx(e){return e>=97&&e<=122||e>=65&&e<=90}function Jx(e){return Qx(e)||95===e}function Ise(e){return Qx(e)||df(e)||95===e}function Ase(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,o=-1;for(let s=0;s<e.length;++s){var i;const a=e[s],l=Sse(a);l!==a.length&&(r=null!==(i=r)&&void 0!==i?i:s,o=s,0!==s&&l<n&&(n=l))}return e.map((s,a)=>0===a?s:s.slice(n)).slice(null!==(t=r)&&void 0!==t?t:0,o+1)}function Sse(e){let t=0;for(;t<e.length&&p3(e.charCodeAt(t));)++t;return t}Va.reset();const Lse=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function xse(e){return Mse[e.charCodeAt(0)]}const Mse=["\\u0000","\\u0001","\\u0002","\\u0003","\\u0004","\\u0005","\\u0006","\\u0007","\\b","\\t","\\n","\\u000B","\\f","\\r","\\u000E","\\u000F","\\u0010","\\u0011","\\u0012","\\u0013","\\u0014","\\u0015","\\u0016","\\u0017","\\u0018","\\u0019","\\u001A","\\u001B","\\u001C","\\u001D","\\u001E","\\u001F","","",'\\"',"","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\\\","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\u007F","\\u0080","\\u0081","\\u0082","\\u0083","\\u0084","\\u0085","\\u0086","\\u0087","\\u0088","\\u0089","\\u008A","\\u008B","\\u008C","\\u008D","\\u008E","\\u008F","\\u0090","\\u0091","\\u0092","\\u0093","\\u0094","\\u0095","\\u0096","\\u0097","\\u0098","\\u0099","\\u009A","\\u009B","\\u009C","\\u009D","\\u009E","\\u009F"];function b2(e){return ia(e,kse)}const kse={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>Vt(e.definitions,"\n\n")},OperationDefinition:{leave(e){const t=g3(e.variableDefinitions)?bn("(\n",Vt(e.variableDefinitions,"\n"),"\n)"):bn("(",Vt(e.variableDefinitions,", "),")"),n=bn("",e.description,"\n")+Vt([e.operation,Vt([e.name,t]),Vt(e.directives," ")]," ");return("query"===n?"":n+" ")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:n,directives:r,description:o})=>bn("",o,"\n")+e+": "+t+bn(" = ",n)+bn(" ",Vt(r," "))},SelectionSet:{leave:({selections:e})=>Os(e)},Field:{leave({alias:e,name:t,arguments:n,directives:r,selectionSet:o}){const i=bn("",e,": ")+t;let s=i+bn("(",Vt(n,", "),")");return s.length>80&&(s=i+bn("(\n",T2(Vt(n,"\n")),"\n)")),Vt([s,Vt(r," "),o]," ")}},Argument:{leave:({name:e,value:t})=>e+": "+t},FragmentSpread:{leave:({name:e,directives:t})=>"..."+e+bn(" ",Vt(t," "))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:n})=>Vt(["...",bn("on ",e),Vt(t," "),n]," ")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:n,directives:r,selectionSet:o,description:i})=>bn("",i,"\n")+`fragment ${e}${bn("(",Vt(n,", "),")")} on ${t} ${bn("",Vt(r," ")," ")}`+o},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:t})=>t?function wse(e,t){const n=e.replace(/"""/g,'\\"""'),r=n.split(/\r\n|[\n\r]/g),o=1===r.length,i=r.length>1&&r.slice(1).every(y=>0===y.length||p3(y.charCodeAt(0))),s=n.endsWith('\\"""'),a=e.endsWith('"')&&!s,l=e.endsWith("\\"),c=a||l,u=!(null!=t&&t.minimize)&&(!o||e.length>70||c||i||s);let d="";const f=o&&p3(e.charCodeAt(0));return(u&&!f||i)&&(d+="\n"),d+=n,(u||c)&&(d+="\n"),'"""'+d+'"""'}(e):function Dse(e){return`"${e.replace(Lse,xse)}"`}(e)},BooleanValue:{leave:({value:e})=>e?"true":"false"},NullValue:{leave:()=>"null"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>"["+Vt(e,", ")+"]"},ObjectValue:{leave:({fields:e})=>"{"+Vt(e,", ")+"}"},ObjectField:{leave:({name:e,value:t})=>e+": "+t},Directive:{leave:({name:e,arguments:t})=>"@"+e+bn("(",Vt(t,", "),")")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>"["+e+"]"},NonNullType:{leave:({type:e})=>e+"!"},SchemaDefinition:{leave:({description:e,directives:t,operationTypes:n})=>bn("",e,"\n")+Vt(["schema",Vt(t," "),Os(n)]," ")},OperationTypeDefinition:{leave:({operation:e,type:t})=>e+": "+t},ScalarTypeDefinition:{leave:({description:e,name:t,directives:n})=>bn("",e,"\n")+Vt(["scalar",t,Vt(n," ")]," ")},ObjectTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:o})=>bn("",e,"\n")+Vt(["type",t,bn("implements ",Vt(n," & ")),Vt(r," "),Os(o)]," ")},FieldDefinition:{leave:({description:e,name:t,arguments:n,type:r,directives:o})=>bn("",e,"\n")+t+(g3(n)?bn("(\n",T2(Vt(n,"\n")),"\n)"):bn("(",Vt(n,", "),")"))+": "+r+bn(" ",Vt(o," "))},InputValueDefinition:{leave:({description:e,name:t,type:n,defaultValue:r,directives:o})=>bn("",e,"\n")+Vt([t+": "+n,bn("= ",r),Vt(o," ")]," ")},InterfaceTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:o})=>bn("",e,"\n")+Vt(["interface",t,bn("implements ",Vt(n," & ")),Vt(r," "),Os(o)]," ")},UnionTypeDefinition:{leave:({description:e,name:t,directives:n,types:r})=>bn("",e,"\n")+Vt(["union",t,Vt(n," "),bn("= ",Vt(r," | "))]," ")},EnumTypeDefinition:{leave:({description:e,name:t,directives:n,values:r})=>bn("",e,"\n")+Vt(["enum",t,Vt(n," "),Os(r)]," ")},EnumValueDefinition:{leave:({description:e,name:t,directives:n})=>bn("",e,"\n")+Vt([t,Vt(n," ")]," ")},InputObjectTypeDefinition:{leave:({description:e,name:t,directives:n,fields:r})=>bn("",e,"\n")+Vt(["input",t,Vt(n," "),Os(r)]," ")},DirectiveDefinition:{leave:({description:e,name:t,arguments:n,repeatable:r,locations:o})=>bn("",e,"\n")+"directive @"+t+(g3(n)?bn("(\n",T2(Vt(n,"\n")),"\n)"):bn("(",Vt(n,", "),")"))+(r?" repeatable":"")+" on "+Vt(o," | ")},SchemaExtension:{leave:({directives:e,operationTypes:t})=>Vt(["extend schema",Vt(e," "),Os(t)]," ")},ScalarTypeExtension:{leave:({name:e,directives:t})=>Vt(["extend scalar",e,Vt(t," ")]," ")},ObjectTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>Vt(["extend type",e,bn("implements ",Vt(t," & ")),Vt(n," "),Os(r)]," ")},InterfaceTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>Vt(["extend interface",e,bn("implements ",Vt(t," & ")),Vt(n," "),Os(r)]," ")},UnionTypeExtension:{leave:({name:e,directives:t,types:n})=>Vt(["extend union",e,Vt(t," "),bn("= ",Vt(n," | "))]," ")},EnumTypeExtension:{leave:({name:e,directives:t,values:n})=>Vt(["extend enum",e,Vt(t," "),Os(n)]," ")},InputObjectTypeExtension:{leave:({name:e,directives:t,fields:n})=>Vt(["extend input",e,Vt(t," "),Os(n)]," ")},TypeCoordinate:{leave:({name:e})=>e},MemberCoordinate:{leave:({name:e,memberName:t})=>Vt([e,bn(".",t)])},ArgumentCoordinate:{leave:({name:e,fieldName:t,argumentName:n})=>Vt([e,bn(".",t),bn("(",n,":)")])},DirectiveCoordinate:{leave:({name:e})=>Vt(["@",e])},DirectiveArgumentCoordinate:{leave:({name:e,argumentName:t})=>Vt(["@",e,bn("(",t,":)")])}};function Vt(e,t=""){var n;return null!==(n=e?.filter(r=>r).join(t))&&void 0!==n?n:""}function Os(e){return bn("{\n",T2(Vt(e,"\n")),"\n}")}function bn(e,t,n=""){return null!=t&&""!==t?e+t+n:""}function T2(e){return bn(" ",e.replace(/\n/g,"\n "))}function g3(e){var t;return null!==(t=e?.some(n=>n.includes("\n")))&&void 0!==t&&t}let _f;const hf=Object.assign(e=>{let t=_f.get(e);return t||(t=b2(e),_f.set(e,t)),t},{reset(){_f=new r3(Fa.print||2e3)}});function lr(e){return!(!e||"object"!=typeof e||"string"!=typeof e.__ref)}hf.reset();const v3={now:()=>(v3.delegate||Date).now(),delegate:void 0};class C3 extends Kn{constructor(t=1/0,n=1/0,r=v3){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 l=1;l<r.length&&r[l]<=s;l+=2)a=l;a&&r.splice(0,a+1)}}}function ff(e={}){const{connector:t=()=>new Kn,resetOnError:n=!0,resetOnComplete:r=!0,resetOnRefCountZero:o=!0}=e;return i=>{let s,a,l,c=0,u=!1,d=!1;const f=()=>{a?.unsubscribe(),a=void 0},y=()=>{f(),s=l=void 0,u=d=!1},R=()=>{const Z=s;y(),Z?.unsubscribe()};return Ni((Z,X)=>{c++,!d&&!u&&f();const ae=l=l??t();X.add(()=>{c--,0===c&&!d&&!u&&(a=y3(R,o))}),ae.subscribe(X),!s&&c>0&&(s=new xn({next:_e=>ae.next(_e),error:_e=>{d=!0,f(),a=y3(y,n,_e),ae.error(_e)},complete:()=>{u=!0,f(),a=y3(y,r),ae.complete()}}),fs(Z).subscribe(s))})(i)}}function y3(e,t,...n){if(!0===t)return void e();if(!1===t)return;const r=new xn({next:()=>{r.unsubscribe(),e()}});return fs(t(...n)).subscribe(r)}function E2(e,t,n){let r,o=!1;return e&&"object"==typeof e?({bufferSize:r=1/0,windowTime:t=1/0,refCount:o=!1,scheduler:n}=e):r=e??1/0,ff({connector:()=>new C3(r,t,n),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:o})}function Fse(e,t){return e===t}class Hse extends Y{constructor(t,n){super()}schedule(t,n=0){return this}}const I2={setInterval(e,t,...n){const{delegate:r}=I2;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){const{delegate:t}=I2;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};class eM extends Hse{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;const o=this.id,i=this.scheduler;return null!=o&&(this.id=this.recycleAsyncId(i,o,n)),this.pending=!0,this.delay=n,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(i,this.id,n),this}requestAsyncId(t,n,r=0){return I2.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(null!=r&&this.delay===r&&!1===this.pending)return n;null!=n&&I2.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const r=this._execute(t,n);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let o,r=!1;try{this.work(t)}catch(i){r=!0,o=i||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){const{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,an(r,this),null!=t&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}}class pf{constructor(t,n=pf.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}}pf.now=v3.now;class tM extends pf{constructor(t,n=pf.now){super(t,n),this.actions=[],this._active=!1}flush(t){const{actions:n}=this;if(this._active)return void n.push(t);let r;this._active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}}const Use=new tM(eM);const rM=Ax(function(t,n,r){return function jse(e,t){let n,r;function o(i){return i!==n&&(n=i,r=t(n)),r}return Object.assign(e.pipe(dr(o),E2({bufferSize:1,refCount:!0})),{getCurrentResult:()=>o(e.getCurrentResult())})}(t,r)},{max:1,makeCacheKey:e=>e.slice(0,2)});function gf(e=[]){const t={};return e.forEach(n=>{t[n.name.value]=n}),t}function mf(e){return e.definitions.filter(t=>"FragmentDefinition"===t.kind)}function A2(e,t){switch(e.kind){case"InlineFragment":return e;case"FragmentSpread":{const n=e.name.value;if("function"==typeof t)return t(n);const r=t&&t[n];return Ot(r,9,n),r||null}default:return null}}function b3(e){let t;ql(e);for(let n of e.definitions){if("OperationDefinition"===n.kind)return n;"FragmentDefinition"===n.kind&&!t&&(t=n)}if(t)return t;throw es(12)}function vf(e){return"Field"===e.kind}function ou(e){return e.alias?e.alias.value:e.name.value}function S2({directives:e},t){return!e||!e.length||function Wse(e){const t=[];return e&&e.length&&e.forEach(n=>{if(!function $se({name:{value:e}}){return"skip"===e||"include"===e}(n))return;const r=n.arguments,o=n.name.value;Ot(r&&1===r.length,16,o);const i=r[0];Ot(i.name&&"if"===i.name.value,17,o);const s=i.value;Ot(s&&("Variable"===s.kind||"BooleanValue"===s.kind),18,o),t.push({directive:n,ifArgument:i})}),t}(e).every(({directive:n,ifArgument:r})=>{let o=!1;return"Variable"===r.value.kind?(o=t&&t[r.value.name.value],Ot(void 0!==o,15,n.name.value)):o=r.value.value,"skip"===n.name.value?!o:o})}function oM(e,{data:t,...n},{data:r,...o},i){return $r(n,o)&&w2(b3(e).selectionSet,t,r,{fragmentMap:gf(mf(e)),variables:i})}function w2(e,t,n,r){if(t===n)return!0;const o=new Set;return e.selections.every(i=>{if(o.has(i)||(o.add(i),!S2(i,r.variables))||iM(i))return!0;if(vf(i)){const s=ou(i),a=t&&t[s],l=n&&n[s],c=i.selectionSet;if(!c)return $r(a,l);const u=Array.isArray(a),d=Array.isArray(l);if(u!==d)return!1;if(u&&d){const f=a.length;if(l.length!==f)return!1;for(let y=0;y<f;++y)if(!w2(c,a[y],l[y],r))return!1;return!0}return w2(c,a,l,r)}{const s=A2(i,r.fragmentMap);if(s)return!!iM(s)||w2(s.selectionSet,t,n,r)}})}function iM(e){return!!e.directives&&e.directives.some(Zse)}function Zse(e){return"nonreactive"===e.name.value}function qse(e,t){let n=t;const r=[];return e.definitions.forEach(i=>{if("OperationDefinition"===i.kind)throw es(10,i.operation,i.name?` named '${i.name.value}'`:"");"FragmentDefinition"===i.kind&&r.push(i)}),typeof n>"u"&&(Ot(1===r.length,11,r.length),n=r[0].name.value),{...e,definitions:[{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}},...e.definitions]}}function Yse(...e){return Zx.bind(null,...e)}class sM{assumeImmutableResults=!1;lookupFragment(t){return null}batch(t){let r;return this.performTransaction(()=>r=t.update(this),"string"==typeof t.optimistic?t.optimistic:!1===t.optimistic?null:void 0),r}recordOptimisticTransaction(t,n){this.performTransaction(t,n)}transformDocument(t){return t}transformForLink(t){return t}identify(t){}gc(){return[]}modify(t){return!1}readQuery(t,n=!!t.optimistic){return this.read({...t,rootId:t.id||"ROOT_QUERY",optimistic:n})}fragmentWatches=new sa(!0);watchFragment(t){const{fragment:n,fragmentName:r,from:o}=t,i=this.getFragmentDoc(n,r),a=(Array.isArray(o)?o:[o]).map(y=>null==y?y:this.toCacheId(y));if(!Array.isArray(o)){const y=this.watchSingleFragment(a[0],i,t);return null===o?y:rM(y,Symbol.for("apollo.transform.individualResult"),R=>({...R,data:R.data??{}}))}let l;function c(y){const R=y.reduce((Z,X,ae)=>(Z.data.push(X.data),Z.complete&&=X.complete,Z.dataState=Z.complete?"complete":"partial",X.missing&&(Z.missing||={},Z.missing[ae]=X.missing),Z),{data:[],dataState:"complete",complete:!0});return $r(l,R)||(l=R),l}if(0===a.length)return Xse;let u=!1;const d=a.map(y=>this.watchSingleFragment(y,i,t)),f=function Gse(e){return 0===e.length?Wl:new Lt(t=>{const{length:n}=e,r=new Array(n),o=new Map;e.forEach((l,c)=>{o.has(l)||o.set(l,new Set),o.get(l).add(c)});let a,i=o.size,s=o.size;o.forEach((l,c)=>{let u=!1;const d=c.subscribe({next:f=>{l.forEach(y=>r[y]=f),u||(u=!0,s--),s||(a||=new Set(e.filter(y=>y.dirty)),a.delete(c),a.size||(t.next(r.slice()),a=void 0))},complete:()=>{i--,i||t.complete()},error:t.error.bind(t)});t.add(d)})})}(d).pipe(dr(c),Kc({subscribe:()=>u=!0,unsubscribe:()=>u=!1}),E2({bufferSize:1,refCount:!0}));return Object.assign(f,{getCurrentResult:()=>u&&l?l:c(d.map(R=>R.getCurrentResult()))})}onAfterBroadcast=t=>t();watchSingleFragment(t,n,r){if(null===t)return Kse;const{optimistic:o=!0,variables:i}=r,s=[n,Va({id:t,optimistic:o,variables:i})],a=this.fragmentWatches.lookupArray(s);if(!a.observable){let c,u=function(f){const y=f.result;return(!c||!oM(n,{data:c.data},{data:y},r.variables))&&(c={data:y,dataState:f.complete?"complete":"partial",complete:f.complete},f.missing&&(c.missing=f.missing.missing)),c},l=!1;const d=new Lt(f=>{l=!0;const y=this.watch({variables:i,returnPartialData:!0,id:t,query:n,optimistic:o,immediate:!0,callback:R=>{d.dirty=!0,this.onAfterBroadcast(()=>{f.next(u(R)),d.dirty=!1})}});return()=>{l=!1,y(),this.fragmentWatches.removeArray(s)}}).pipe(function Bse(e,t=ht){return e=e??Fse,Ni((n,r)=>{let o,i=!0;n.subscribe($i(r,s=>{const a=t(s);(i||!e(o,a))&&(i=!1,o=a,r.next(s))}))})}(),ff({connector:()=>new C3(1),resetOnRefCountZero:()=>function zse(e=0,t,n=Use){let r=-1;return null!=t&&(iw(t)?n=t:r=t),new Lt(o=>{let i=function Vse(e){return e instanceof Date&&!isNaN(e)}(e)?+e-n.now():e;i<0&&(i=0);let s=0;return n.schedule(function(){o.closed||(o.next(s++),0<=r?this.schedule(void 0,r):o.complete())},i)})}(0)}));a.observable=Object.assign(d,{dirty:!1,getCurrentResult:()=>l&&c?c:u(this.diff({id:t,query:n,returnPartialData:!0,optimistic:o,variables:i}))})}return a.observable}getFragmentDoc=uf(qse,{max:Fa["cache.fragmentQueryDocuments"]||1e3,cache:v2,makeCacheKey:Yse(this)});readFragment(t,n=!!t.optimistic){const r=void 0!==t.from?this.toCacheId(t.from):t.id;return this.read({...t,query:this.getFragmentDoc(t.fragment,t.fragmentName),rootId:r,optimistic:n})}writeQuery({id:t,data:n,...r}){return this.write(Object.assign(r,{dataId:t||"ROOT_QUERY",result:n}))}writeFragment({data:t,fragment:n,fragmentName:r,...o}){const i=void 0!==o.from?this.toCacheId(o.from):o.id;return this.write(Object.assign(o,{query:this.getFragmentDoc(n,r),dataId:i,result:t}))}updateQuery(t,n){return this.batch({update(r){const o=r.readQuery(t),i=n(o);return null==i?o:(r.writeQuery({...t,data:i}),i)}})}updateFragment(t,n){return this.batch({update(r){const o=r.readFragment(t),i=n(o);return null==i?o:(r.writeFragment({...t,data:i}),i)}})}toCacheId(t){return"string"==typeof t?t:this.identify(t)}}const aM=Object.freeze({data:null,dataState:"complete",complete:!0}),Kse=Object.assign(new Lt(e=>{e.next(aM)}),{dirty:!1,getCurrentResult:()=>aM}),lM=Object.freeze({data:[],dataState:"complete",complete:!0}),Xse=Object.assign(new Lt(e=>{e.next(lM)}),{getCurrentResult:()=>lM});function di(e){return null!==e&&"object"==typeof e}const{hasOwnProperty:Qse}=Object.prototype,Jse=function(e,t,n){return this.merge(e[n],t[n])},cM=e=>isNaN(+e)?{}:[];class kd{options;reconciler;constructor(t={}){this.options=t,this.reconciler=t.reconciler||Jse}merge(t,n,r={}){const o=r.atPath;if(o?.length){const[i,...s]=o;void 0===t&&(t=cM(i));let a=t[i];void 0===a&&s.length&&(a=cM(s[0]));const l=this.merge(a,n,{...r,atPath:s});return a!==l&&((t=this.shallowCopyForMerge(t))[i]=l),t}return Array.isArray(t)&&Array.isArray(n)&&"truncate"===this.options.arrayMerge&&t.length>n.length&&(t=t.slice(0,n.length),this.pastCopies.add(t)),di(n)&&di(t)?(Object.keys(n).forEach(i=>{if(Qse.call(t,i)){const s=t[i];if(n[i]!==s){const a=this.reconciler(t,n,i);a!==s&&((t=this.shallowCopyForMerge(t))[i]=a)}}else(t=this.shallowCopyForMerge(t))[i]=n[i]}),t):n}isObject=di;pastCopies=new Set;shallowCopyForMerge(t){return di(t)&&(this.pastCopies.has(t)||(t=Array.isArray(t)?t.slice(0):{__proto__:Object.getPrototypeOf(t),...t},this.pastCopies.add(t))),t}}function Rd(e){return{__ref:String(e)}}function iu(...e){const t={};return e.forEach(n=>{n&&Reflect.ownKeys(n).forEach(r=>{const o=n[r];void 0!==o&&(t[r]=o)})}),t}const go=Array.isArray,{hasOwnProperty:zo}=Object.prototype;function uM({__typename:e,id:t,_id:n},r){if("string"==typeof e&&(r&&(r.keyObject=null!=t?{id:t}:null!=n?{_id:n}:void 0),null==t&&null!=n&&(t=n),null!=t))return`${e}:${"number"==typeof t||"string"==typeof t?t:JSON.stringify(t)}`}const nae={dataIdFromObject:uM,resultCaching:!0},dM=/^[_a-z][_0-9a-z]*/i;function Xl(e){const t=e.match(dM);return t?t[0]:e}function T3(e,t,n){return!!di(t)&&(go(t)?t.every(r=>T3(e,r,n)):e.selections.every(r=>{if(vf(r)&&S2(r,n)){const o=ou(r);return zo.call(t,o)&&(!r.selectionSet||T3(r.selectionSet,t[o],n))}return!0}))}function Od(e){return di(e)&&!lr(e)&&!go(e)}function _M(e,t){const n=gf(mf(e));return{fragmentMap:n,lookupFragment(r){let o=n[r];return!o&&t&&(o=t.lookup(r)),o||null}}}const L2={},E3=()=>L2,hM={};class x2{policies;group;data={};constructor(t,n){this.policies=t,this.group=n}toObject(){return{...this.data}}has(t){return void 0!==this.lookup(t,!0)}get(t,n){if(this.group.depend(t,n),zo.call(this.data,t)){const r=this.data[t];if(r&&zo.call(r,n))return r[n]}return"__typename"===n&&zo.call(this.policies.rootTypenamesById,t)?this.policies.rootTypenamesById[t]:this instanceof aa?this.parent.get(t,n):void 0}lookup(t,n){return n&&this.group.depend(t,"__exists"),zo.call(this.data,t)?this.data[t]:this instanceof aa?this.parent.lookup(t,n):this.policies.rootTypenamesById[t]?{}:void 0}merge(t,n){let r;lr(t)&&(t=t.__ref),lr(n)&&(n=n.__ref);const o="string"==typeof t?this.lookup(r=t):t,i="string"==typeof n?this.lookup(r=n):n;if(!i)return;Ot("string"==typeof r,99);const s=new kd({reconciler:lae}).merge(o,i);if(this.data[r]=s,s!==o&&(delete this.refs[r],this.group.caching)){const a={};o||(a.__exists=1),Object.keys(i).forEach(l=>{if(!o||o[l]!==s[l]){a[l]=1;const c=Xl(l);c!==l&&!this.policies.hasKeyArgs(s.__typename,c)&&(a[c]=1),void 0===s[l]&&!(this instanceof aa)&&delete s[l]}}),a.__typename&&!(o&&o.__typename)&&this.policies.rootTypenamesById[r]===s.__typename&&delete a.__typename,Object.keys(a).forEach(l=>this.group.dirty(r,l))}}modify(t,n,r){const o=this.lookup(t);if(o){const i={};let s=!1,a=!0;const l={DELETE:L2,INVALIDATE:hM,isReference:lr,toReference:this.toReference,canRead:this.canRead,readField:(c,u)=>this.policies.readField("string"==typeof c?{fieldName:c,from:u||Rd(t)}:c,{store:this})};if(Object.keys(o).forEach(c=>{const u=Xl(c);let d=o[c];if(void 0===d)return;const f="function"==typeof n?n:n[c]||(r?void 0:n[u]);if(f){let y=f===E3?L2:f(d,{...l,fieldName:u,storeFieldName:c,storage:this.getStorage(t,c)});if(y===hM)this.group.dirty(t,c);else if(y===L2&&(y=void 0),y!==d&&(i[c]=y,s=!0,d=y,false)){const R=Z=>{if(void 0===this.lookup(Z.__ref))return!0};if(lr(y))R(y);else if(Array.isArray(y)){let X,Z=!1;for(const ae of y){if(lr(ae)){if(Z=!0,R(ae))break}else if("object"==typeof ae&&ae){const[_e]=this.policies.identify(ae);_e&&(X=ae)}if(Z&&void 0!==X)break}}}}void 0!==d&&(a=!1)}),s)return this.merge(t,i),a&&(this instanceof aa?this.data[t]=void 0:delete this.data[t],this.group.dirty(t,"__exists")),!0}return!1}delete(t,n,r){const o=this.lookup(t);if(o){const i=this.getFieldValue(o,"__typename"),s=n&&r?this.policies.getStoreFieldName({typename:i,fieldName:n,args:r}):n;return this.modify(t,s?{[s]:E3}:E3,!!r)}return!1}evict(t,n){let r=!1;return t.id&&(zo.call(this.data,t.id)&&(r=this.delete(t.id,t.fieldName,t.args)),this instanceof aa&&this!==n&&(r=this.parent.evict(t,n)||r),(t.fieldName||r)&&this.group.dirty(t.id,t.fieldName||"__exists")),r}clear(){this.replace(null)}extract(){const t=this.toObject(),n=[];return this.getRootIdSet().forEach(r=>{zo.call(this.policies.rootTypenamesById,r)||n.push(r)}),n.length&&(t.__META={extraRootIds:n.sort()}),t}replace(t){if(Object.keys(this.data).forEach(n=>{t&&zo.call(t,n)||this.delete(n)}),t){const{__META:n,...r}=t;Object.keys(r).forEach(o=>{this.merge(o,r[o])}),n&&n.extraRootIds.forEach(this.retain,this)}}rootIds={};retain(t){return this.rootIds[t]=(this.rootIds[t]||0)+1}release(t){if(this.rootIds[t]>0){const n=--this.rootIds[t];return n||delete this.rootIds[t],n}return 0}getRootIdSet(t=new Set){return Object.keys(this.rootIds).forEach(t.add,t),this instanceof aa?this.parent.getRootIdSet(t):Object.keys(this.policies.rootTypenamesById).forEach(t.add,t),t}gc(){const t=this.getRootIdSet(),n=this.toObject();t.forEach(o=>{zo.call(n,o)&&(Object.keys(this.findChildRefIds(o)).forEach(t.add,t),delete n[o])});const r=Object.keys(n);if(r.length){let o=this;for(;o instanceof aa;)o=o.parent;r.forEach(i=>o.delete(i))}return r}refs={};findChildRefIds(t){if(!zo.call(this.refs,t)){const n=this.refs[t]={},r=this.data[t];if(!r)return n;const o=new Set([r]);o.forEach(i=>{lr(i)&&(n[i.__ref]=!0),di(i)&&Object.keys(i).forEach(s=>{const a=i[s];di(a)&&o.add(a)})})}return this.refs[t]}makeCacheKey(){return this.group.keyMaker.lookupArray(arguments)}getFieldValue=(t,n)=>lr(t)?this.get(t.__ref,n):t&&t[n];canRead=t=>lr(t)?this.has(t.__ref):"object"==typeof t;toReference=(t,n)=>{if("string"==typeof t)return Rd(t);if(lr(t))return t;const[r]=this.policies.identify(t);if(r){const o=Rd(r);return n&&this.merge(r,t),o}};get supportsResultCaching(){return this.group.caching}}class fM{caching;parent;d=null;keyMaker;constructor(t,n=null){this.caching=t,this.parent=n,this.resetCaching()}resetCaching(){this.d=this.caching?$x():null,this.keyMaker=new sa}depend(t,n){if(this.d){this.d(I3(t,n));const r=Xl(n);r!==n&&this.d(I3(t,r)),this.parent&&this.parent.depend(t,n)}}dirty(t,n){this.d&&this.d.dirty(I3(t,n),"__exists"===n?"forget":"setDirty")}}function I3(e,t){return t+"#"+e}function pM(e,t){Cf(e)&&e.group.depend(t,"__exists")}x2.Root=class sae extends x2{constructor({policies:t,resultCaching:n=!0,seed:r}){super(t,new fM(n)),r&&this.replace(r)}stump=new aae(this);addLayer(t,n){return this.stump.addLayer(t,n)}removeLayer(){return this}storageTrie=new sa;getStorage(){return this.storageTrie.lookupArray(arguments)}};class aa extends x2{id;parent;replay;group;constructor(t,n,r,o){super(n.policies,o),this.id=t,this.parent=n,this.replay=r,this.group=o,r(this)}addLayer(t,n){return new aa(t,this,n,this.group)}removeLayer(t){const n=this.parent.removeLayer(t);return t===this.id?(this.group.caching&&Object.keys(this.data).forEach(r=>{const o=this.data[r],i=n.lookup(r);i?o?o!==i&&Object.keys(o).forEach(s=>{$r(o[s],i[s])||this.group.dirty(r,s)}):(this.group.dirty(r,"__exists"),Object.keys(i).forEach(s=>{this.group.dirty(r,s)})):this.delete(r)}),n):n===this.parent?this:n.addLayer(this.id,this.replay)}toObject(){return{...this.parent.toObject(),...this.data}}findChildRefIds(t){const n=this.parent.findChildRefIds(t);return zo.call(this.data,t)?{...n,...super.findChildRefIds(t)}:n}getStorage(...t){let n=this.parent;for(;n.parent;)n=n.parent;return n.getStorage(...t)}}class aae extends aa{constructor(t){super("EntityStore.Stump",t,()=>{},new fM(t.group.caching,t.group))}removeLayer(){return this}merge(t,n){return this.parent.merge(t,n)}}function lae(e,t,n){const r=e[n],o=t[n];return $r(r,o)?r:o}function Cf(e){return!(!e||!e.supportsResultCaching)}const A3=new C2;function cae(e){const t=e.directives?.find(({name:r})=>"unmask"===r.value);if(!t)return"mask";const n=t.arguments?.find(({name:r})=>"mode"===r.value);return n&&"value"in n.value&&"migrate"===n.value.value?"migrate":"unmask"}const gM=Symbol.for("apollo.result.extensions"),Ql=Symbol.for("apollo.result.streamInfo"),uae=Symbol.for("apollo.observableQuery.variablesUnknown");function Pd(e,t,n,r){if(n.kind===Dt.INT||n.kind===Dt.FLOAT)e[t.value]=Number(n.value);else if(n.kind===Dt.BOOLEAN||n.kind===Dt.STRING)e[t.value]=n.value;else if(n.kind===Dt.OBJECT){const o={};n.fields.map(i=>Pd(o,i.name,i.value,r)),e[t.value]=o}else if(n.kind===Dt.VARIABLE)e[t.value]=(r||{})[n.name.value];else if(n.kind===Dt.LIST)e[t.value]=n.values.map(o=>{const i={};return Pd(i,t,o,r),i[t.value]});else if(n.kind===Dt.ENUM)e[t.value]=n.value;else{if(n.kind!==Dt.NULL)throw es(19,t.value,n.kind);e[t.value]=null}}function S3(e,t){if(e.arguments&&e.arguments.length){const n={};return e.arguments.forEach(({name:r,value:o})=>Pd(n,r,o,t)),n}return null}const dae=["connection","include","skip","client","rest","export","nonreactive","stream"];let yf=Va;const mM=Object.assign(function(e,t,n){if(t&&n&&n.connection&&n.connection.key){if(n.connection.filter&&n.connection.filter.length>0){const o=n.connection.filter?n.connection.filter:[];o.sort();const i={};o.forEach(a=>{i[a]=t[a]});const s=yf(i);if("{}"!==s)return`${n.connection.key}(${s})`}return n.connection.key}let r=e;if(t){const o=yf(t);"{}"!==o&&(r+=`(${o})`)}return n&&Object.keys(n).forEach(o=>{-1===dae.indexOf(o)&&(n[o]&&Object.keys(n[o]).length?r+=`@${o}(${yf(n[o])})`:r+=`@${o}`)}),r},{setStringify(e){const t=yf;return yf=e,t}});function w3(e){return Array.isArray(e)&&e.length>0}const vM={};function D3(e){const t=JSON.stringify(e);return vM[t]||(vM[t]={})}function CM(e){const t=D3(e);return t.keyFieldsFn||(t.keyFieldsFn=(n,r)=>{const o=(s,a)=>r.readField(a,s),i=r.keyObject=L3(e,s=>{let a=Bd(r.storeObject,s,o);return void 0===a&&n!==r.storeObject&&zo.call(n,s[0])&&(a=Bd(n,s,TM)),Ot(void 0!==a,102,s.join("."),n),a});return`${r.typename}:${JSON.stringify(i)}`})}function yM(e){const t=D3(e);return t.keyArgsFn||(t.keyArgsFn=(n,{field:r,variables:o,fieldName:i})=>{const s=L3(e,l=>{const c=l[0],u=c.charAt(0);if("@"!==u){if("$"===u){const d=c.slice(1);if(o&&zo.call(o,d)){const f=l.slice(0);return f[0]=d,Bd(o,f)}return}if(n)return Bd(n,l)}else if(r&&w3(r.directives)){const d=c.slice(1),f=r.directives.find(R=>R.name.value===d),y=f&&S3(f,o);return y&&Bd(y,l.slice(1))}}),a=JSON.stringify(s);return(n||"{}"!==a)&&(i+=":"+a),i})}function L3(e,t){const n=new kd;return bM(e).reduce((r,o)=>{let i=t(o);if(void 0!==i){for(let s=o.length-1;s>=0;--s)i={[o[s]]:i};r=n.merge(r,i)}return r},{})}function bM(e){const t=D3(e);if(!t.paths){const n=t.paths=[],r=[];e.forEach((o,i)=>{go(o)?(bM(o).forEach(s=>n.push(r.concat(s))),r.length=0):(r.push(o),go(e[i+1])||(n.push(r.slice(0)),r.length=0))})}return t.paths}function TM(e,t){return e[t]}function Bd(e,t,n){return n=n||TM,EM(t.reduce(function r(o,i){return go(o)?o.map(s=>r(s,i)):o&&n(o,i)},e))}function EM(e){return di(e)?go(e)?e.map(EM):L3(Object.keys(e).sort(),t=>Bd(e,t)):e}const IM=new C2,AM=new WeakMap;function bf(e){let t=AM.get(e);return t||AM.set(e,t={vars:new Set,dep:$x()}),t}function SM(e){bf(e).vars.forEach(t=>t.forgetCache(e))}function fae(e){const t=new Set,n=new Set,r=function(i){if(arguments.length>0){if(e!==i){e=i,t.forEach(a=>{bf(a).dep.dirty(r),function pae(e){e.broadcastWatches&&e.broadcastWatches()}(a)});const s=Array.from(n);n.clear(),s.forEach(a=>a(e))}}else{const s=IM.getValue();s&&(o(s),bf(s).dep(r))}return e};r.onNextChange=i=>(n.add(i),()=>{n.delete(i)});const o=r.attachCache=i=>(t.add(i),bf(i).vars.add(r),r);return r.forgetCache=i=>t.delete(i),r}function x3(e){return void 0!==e.args?e.args:e.field?S3(e.field,e.variables):null}const gae=()=>{},wM=(e,t)=>t.fieldName,DM=(e,t,{mergeObjects:n})=>n(e,t),LM=(e,t)=>t,mae=(e,t,{streamFieldInfo:n,existingData:r})=>{if(!e&&!r)return t;const o=[],i=e??r,s=n?.isLastChunk?t.length:Math.max(i.length,t.length);for(let a=0;a<s;a++)o[a]=void 0===t[a]?i[a]:t[a];return o};class vae{config;typePolicies={};toBeAdded={};supertypeMap=new Map;fuzzySubtypes=new Map;cache;rootIdsByTypename={};rootTypenamesById={};usingPossibleTypes=!1;constructor(t){this.config=t,this.config={dataIdFromObject:uM,...t},this.cache=this.config.cache,this.setRootTypename("Query"),this.setRootTypename("Mutation"),this.setRootTypename("Subscription"),t.possibleTypes&&this.addPossibleTypes(t.possibleTypes),t.typePolicies&&this.addTypePolicies(t.typePolicies)}identify(t,n){const r=this,o=n&&(n.typename||n.storeObject?.__typename)||t.__typename;if(o===this.rootTypenamesById.ROOT_QUERY)return["ROOT_QUERY"];const i=n&&n.storeObject||t,s={...n,typename:o,storeObject:i,readField:n&&n.readField||((...u)=>{const d=M3(u,i);return r.readField(d,{store:r.cache.data,variables:d.variables})})};let a;const l=o&&this.getTypePolicy(o);let c=l&&l.keyFn||this.config.dataIdFromObject;return A3.withValue(!0,()=>{for(;c;){const u=c({...t,...i},s);if(!go(u)){a=u;break}c=CM(u)}}),a=a?String(a):void 0,s.keyObject?[a,s.keyObject]:[a]}addTypePolicies(t){Object.keys(t).forEach(n=>{const{queryType:r,mutationType:o,subscriptionType:i,...s}=t[n];r&&this.setRootTypename("Query",n),o&&this.setRootTypename("Mutation",n),i&&this.setRootTypename("Subscription",n),zo.call(this.toBeAdded,n)?this.toBeAdded[n].push(s):this.toBeAdded[n]=[s]})}updateTypePolicy(t,n,r){const o=this.getTypePolicy(t),{keyFields:i,fields:s}=n;function a(l,c){l.merge="function"==typeof c?c:!0===c?DM:!1===c?LM:l.merge}a(o,n.merge),o.keyFn=!1===i?gae:go(i)?CM(i):"function"==typeof i?i:o.keyFn,s&&Object.keys(s).forEach(l=>{let c=r[l];(!c||c?.typename!==t)&&(c=r[l]={typename:t});const u=s[l];if("function"==typeof u)c.read=u;else{const{keyArgs:d,read:f,merge:y}=u;c.keyFn=!1===d?wM:go(d)?yM(d):"function"==typeof d?d:c.keyFn,"function"==typeof f&&(c.read=f),a(c,y)}c.read&&c.merge&&(c.keyFn=c.keyFn||wM)})}setRootTypename(t,n=t){const r="ROOT_"+t.toUpperCase(),o=this.rootTypenamesById[r];n!==o&&(Ot(!o||o===t,103,t),o&&delete this.rootIdsByTypename[o],this.rootIdsByTypename[n]=r,this.rootTypenamesById[r]=n)}addPossibleTypes(t){this.usingPossibleTypes=!0,Object.keys(t).forEach(n=>{this.getSupertypeSet(n,!0),t[n].forEach(r=>{this.getSupertypeSet(r,!0).add(n);const o=r.match(dM);(!o||o[0]!==r)&&this.fuzzySubtypes.set(r,new RegExp(r))})})}getTypePolicy(t){if(!zo.call(this.typePolicies,t)){const r=this.typePolicies[t]={};r.fields={};let o=this.supertypeMap.get(t);!o&&this.fuzzySubtypes.size&&(o=this.getSupertypeSet(t,!0),this.fuzzySubtypes.forEach((i,s)=>{if(i.test(t)){const a=this.supertypeMap.get(s);a&&a.forEach(l=>o.add(l))}})),o&&o.size&&o.forEach(i=>{const{fields:s,...a}=this.getTypePolicy(i);Object.assign(r,a),Object.assign(r.fields,s)})}const n=this.toBeAdded[t];return n&&n.length&&n.splice(0).forEach(r=>{this.updateTypePolicy(t,r,this.typePolicies[t].fields)}),this.typePolicies[t]}getFieldPolicy(t,n){if(t)return this.getTypePolicy(t).fields[n]}getSupertypeSet(t,n){let r=this.supertypeMap.get(t);return!r&&n&&this.supertypeMap.set(t,r=new Set),r}fragmentMatches(t,n,r,o){if(!t.typeCondition)return!0;if(!n)return!1;const i=t.typeCondition.name.value;if(n===i)return!0;if(this.usingPossibleTypes&&this.supertypeMap.has(i)){const s=this.getSupertypeSet(n,!0),a=[s],l=d=>{const f=this.getSupertypeSet(d,!1);f&&f.size&&a.indexOf(f)<0&&a.push(f)};let c=!(!r||!this.fuzzySubtypes.size),u=!1;for(let d=0;d<a.length;++d){const f=a[d];if(f.has(i))return s.has(i)||s.add(i),!0;f.forEach(l),c&&d===a.length-1&&T3(t.selectionSet,r,o)&&(c=!1,u=!0,this.fuzzySubtypes.forEach((y,R)=>{const Z=n.match(y);Z&&Z[0]===n&&l(R)}))}}return!1}hasKeyArgs(t,n){const r=this.getFieldPolicy(t,n);return!(!r||!r.keyFn)}getStoreFieldName(t){const{typename:n,fieldName:r}=t,o=this.getFieldPolicy(n,r);let i,s=o&&o.keyFn;if(s&&n){const a={typename:n,fieldName:r,field:t.field||null,variables:t.variables},l=x3(t);for(;s;){const c=s(l,a);if(!go(c)){i=c||r;break}s=yM(c)}}return void 0===i&&(i=t.field?function _ae(e,t){let n=null;e.directives&&(n={},e.directives.forEach(o=>{n[o.name.value]={},o.arguments&&o.arguments.forEach(({name:i,value:s})=>Pd(n[o.name.value],i,s,t))}));let r=null;return e.arguments&&e.arguments.length&&(r={},e.arguments.forEach(({name:o,value:i})=>Pd(r,o,i,t))),mM(e.name.value,r,n)}(t.field,t.variables):mM(r,x3(t))),!1===i?r:r===Xl(i)?i:r+":"+i}readField(t,n){const r=t.from;if(!r||!t.field&&!t.fieldName)return;if(void 0===t.typename){const u=n.store.getFieldValue(r,"__typename");u&&(t.typename=u)}const i=this.getStoreFieldName(t),s=Xl(i),a=n.store.getFieldValue(r,i),l=this.getFieldPolicy(t.typename,s),c=l&&l.read;if(c){const u=xM(this,r,t,n,n.store.getStorage(lr(r)?r.__ref:r,i));return IM.withValue(this.cache,c,[a,u])}return a}getReadFunction(t,n){const r=this.getFieldPolicy(t,n);return r&&r.read}getMergeFunction(t,n,r){let o=this.getFieldPolicy(t,n),i=o&&o.merge;return!i&&r&&(o=this.getTypePolicy(r),i=o&&o.merge),i}runMergeFunction(t,n,{field:r,typename:o,merge:i,path:s},a,l){const c=t;if(i===DM)return MM(a.store)(t,n);if(i===LM)return n;a.overwrite&&(t=void 0);const u=a.extensions?.[Ql]?.deref()?.peekArray(s);if(u){const{current:f,previous:y}=u;if(y&&$r(y.incoming,n)&&$r(y.streamFieldInfo,f))return y.result}const d=i(t,n,function Cae(e,t,n,r,o,i){const s={...xM(e,t,n,r,o),extensions:r.extensions,existingData:i},a=r.extensions;if(a&&Ql in a){const{[Ql]:l,...c}=a,u=l?.deref()?.peekArray(n.path);u&&(s.streamFieldInfo=u.current),s.extensions=0===Object.keys(c).length?void 0:c}return s}(this,void 0,{typename:o,fieldName:r.name.value,field:r,variables:a.variables,path:s},a,l||{},c));return u&&(u.previous={incoming:n,streamFieldInfo:u.current,result:d}),d}}function xM(e,t,n,r,o){const i=e.getStoreFieldName(n),s=Xl(i),a=n.variables||r.variables,{toReference:l,canRead:c}=r.store;return{args:x3(n),field:n.field||null,fieldName:s,storeFieldName:i,variables:a,isReference:lr,toReference:l,storage:o,cache:e.cache,canRead:c,readField:(...u)=>e.readField(M3(u,t,a),r),mergeObjects:MM(r.store)}}function M3(e,t,n){const{0:r,1:o,length:i}=e;let s;return"string"==typeof r?s={fieldName:r,from:i>1?o:t}:(s={...r},zo.call(s,"from")||(s.from=t)),void 0===s.variables&&(s.variables=n),s}function MM(e){return function(n,r){if(go(n)||go(r))throw es(106);if(di(n)&&di(r)){const o=e.getFieldValue(n,"__typename"),i=e.getFieldValue(r,"__typename");if(o&&i&&o!==i)return r;if(lr(n)&&Od(r))return e.merge(n.__ref,r),n;if(Od(n)&&lr(r))return e.merge(n,r.__ref),r;if(Od(n)&&Od(r))return{...n,...r}}return r}}function N3(e){const t={},n=e&&e.variableDefinitions;return n&&n.length&&n.forEach(r=>{r.defaultValue&&Pd(t,r.variable.name,r.defaultValue)}),t}function NM(e){const t=Ha(e);return Ot(t&&"query"===t.operation,13),t}function yae(e){let t=e[0]||{};const n=e.length;if(n>1){const r=new kd;for(let o=1;o<n;++o)t=r.merge(t,e[o])}return t}class k3 extends Error{message;path;query;variables;constructor(t,n,r,o){if(super(t),this.message=t,this.path=n,this.query=r,this.variables=o,this.name="MissingFieldError",Array.isArray(this.path)){this.missing=this.message;for(let i=this.path.length-1;i>=0;--i)this.missing={[this.path[i]]:this.missing}}else this.missing=this.path;this.__proto__=k3.prototype}missing}function kM(e){return[e.selectionSet,e.objectOrReference,e.context]}class bae{executeSelectionSet;executeSubSelectedArray;config;knownResults=new WeakMap;constructor(t){this.config=t,this.executeSelectionSet=uf(n=>{const r=kM(n);return this.executeSelectionSet.peek(...r)||(pM(n.context.store,n.enclosingRef.__ref),this.execSelectionSetImpl(n))},{max:Fa["inMemoryCache.executeSelectionSet"]||5e4,keyArgs:kM,makeCacheKey(n,r,o){if(Cf(o.store))return o.store.makeCacheKey(n,lr(r)?r.__ref:r,o.varString)}}),this.executeSubSelectedArray=uf(n=>(pM(n.context.store,n.enclosingRef.__ref),this.execSubSelectedArrayImpl(n)),{max:Fa["inMemoryCache.executeSubSelectedArray"]||1e4,makeCacheKey({field:n,array:r,context:o}){if(Cf(o.store))return o.store.makeCacheKey(n,r,o.varString)}})}diffQueryAgainstStore({store:t,query:n,rootId:r="ROOT_QUERY",variables:o,returnPartialData:i=!0}){const s=this.config.cache.policies;o={...N3(NM(n)),...o};const a=Rd(r),l=this.executeSelectionSet({selectionSet:b3(n).selectionSet,objectOrReference:a,enclosingRef:a,context:{store:t,query:n,policies:s,variables:o,varString:Va(o),..._M(n,this.config.fragments)}});let c;l.missing&&(c=new k3(function Tae(e){try{JSON.stringify(e,(t,n)=>{if("string"==typeof n)throw n;return n})}catch(t){return t}}(l.missing),l.missing,n,o));const u=!c,{result:d}=l;return{result:u?d:i?0===Object.keys(d).length?null:d:null,complete:u,missing:c}}isFresh(t,n,r,o){if(Cf(o.store)&&this.knownResults.get(t)===r){const i=this.executeSelectionSet.peek(r,n,o);if(i&&t===i.result)return!0}return!1}execSelectionSetImpl({selectionSet:t,objectOrReference:n,enclosingRef:r,context:o}){if(lr(n)&&!o.policies.rootTypenamesById[n.__ref]&&!o.store.has(n.__ref))return{result:{},missing:`Dangling reference to missing ${n.__ref} object`};const{variables:i,policies:s,store:a}=o,l=a.getFieldValue(n,"__typename"),c=[];let u;const d=new kd;function f(ae,_e){return ae.missing&&(u=d.merge(u,{[_e]:ae.missing})),ae.result}"string"==typeof l&&!s.rootIdsByTypename[l]&&c.push({__typename:l});const y=new Set(t.selections);y.forEach(ae=>{if(S2(ae,i))if(vf(ae)){let _e=s.readField({fieldName:ae.name.value,field:ae,variables:o.variables,from:n},o);const Ye=ou(ae);void 0===_e?d3.added(ae)||(u=d.merge(u,{[Ye]:`Can't find field '${ae.name.value}' on ${lr(n)?n.__ref+" object":"object "+JSON.stringify(n,null,2)}`})):go(_e)?_e.length>0&&(_e=f(this.executeSubSelectedArray({field:ae,array:_e,enclosingRef:r,context:o}),Ye)):ae.selectionSet&&null!=_e&&(_e=f(this.executeSelectionSet({selectionSet:ae.selectionSet,objectOrReference:_e,enclosingRef:lr(_e)?_e:r,context:o}),Ye)),void 0!==_e&&c.push({[Ye]:_e})}else{const _e=A2(ae,o.lookupFragment);if(!_e&&ae.kind===Dt.FRAGMENT_SPREAD)throw es(107,ae.name.value);_e&&s.fragmentMatches(_e,l)&&_e.selectionSet.selections.forEach(y.add,y)}});const X={result:yae(c),missing:u};return X.result&&this.knownResults.set(X.result,t),X}execSubSelectedArrayImpl({field:t,array:n,enclosingRef:r,context:o}){let i,s=new kd;function a(l,c){return l.missing&&(i=s.merge(i,{[c]:l.missing})),l.result}return t.selectionSet&&(n=n.filter(l=>void 0===l||o.store.canRead(l))),{result:n=n.map((l,c)=>null===l?null:go(l)?a(this.executeSubSelectedArray({field:t,array:l,enclosingRef:r,context:o}),c):t.selectionSet?a(this.executeSelectionSet({selectionSet:t.selectionSet,objectOrReference:l,enclosingRef:lr(l)?l:r,context:o}),c):l),missing:i}}}function Fd(e,t,n){const r=new Set(e),o=r.size;return ia(t,{Directive(i){if(r.delete(i.name.value)&&(!n||!r.size))return Zl}}),n?!r.size:r.size<o}function O3(e,t,n){const r=`${t}${n}`;let o=e.flavors.get(r);return o||e.flavors.set(r,o=e.clientOnly===t&&e.deferred===n?e:{...e,clientOnly:t,deferred:n}),o}class Sae{cache;reader;fragments;constructor(t,n,r){this.cache=t,this.reader=n,this.fragments=r}writeToStore(t,{query:n,result:r,dataId:o,variables:i,overwrite:s,extensions:a}){const l=Ha(n),c=function iae(){return new kd}();i={...N3(l),...i};const u={store:t,written:{},merge:(f,y)=>c.merge(f,y),variables:i,varString:Va(i),..._M(n,this.fragments),overwrite:!!s,incomingById:new Map,clientOnly:!1,deferred:!1,flavors:new Map,extensions:a},d=this.processSelectionSet({result:r||{},dataId:o,selectionSet:l.selectionSet,mergeTree:{map:new Map},context:u,path:[]});if(!lr(d))throw es(109,r);return u.incomingById.forEach(({storeObject:f,mergeTree:y},Z)=>{const X=Rd(Z);if(y&&y.map.size){const ae=this.applyMerges(y,X,f,u);if(lr(ae))return;f=ae}t.merge(Z,f)}),t.retain(d.__ref),d}processSelectionSet({dataId:t,result:n,selectionSet:r,context:o,mergeTree:i,path:s}){const{policies:a}=this.cache;let l={};const c=t&&a.rootTypenamesById[t]||B3(n,r,o.fragmentMap)||t&&o.store.get(t,"__typename");"string"==typeof c&&(l.__typename=c);const u=(...f)=>{const y=M3(f,l,o.variables);if(lr(y.from)){const R=o.incomingById.get(y.from.__ref);if(R){const Z=a.readField({...y,from:R.storeObject},o);if(void 0!==Z)return Z}}return a.readField(y,o)},d=new Set;this.flattenFields(r,n,o,c).forEach((f,y)=>{const R=ou(y),Z=n[R],X=[...s,y.name.value];if(d.add(y),void 0!==Z){const ae=a.getStoreFieldName({typename:c,fieldName:y.name.value,field:y,variables:f.variables}),_e=OM(i,ae);let ot,Ye=this.processFieldValue(Z,y,y.selectionSet?O3(f,!1,!1):f,_e,X);y.selectionSet&&(lr(Ye)||Od(Ye))&&(ot=u("__typename",Ye));const mt=a.getMergeFunction(c,y.name.value,ot);mt?_e.info={field:y,typename:c,merge:mt,path:X}:Fd(["stream"],y)&&Array.isArray(Ye)&&f.extensions?.[Ql]?_e.info={field:y,typename:c,merge:mae,path:X}:PM(i,ae),l=f.merge(l,{[ae]:Ye})}});try{const[f,y]=a.identify(n,{typename:c,selectionSet:r,fragmentMap:o.fragmentMap,storeObject:l,readField:u});t=t||f,y&&(l=o.merge(l,y))}catch(f){if(!t)throw f}if("string"==typeof t){const f=Rd(t),y=o.written[t]||(o.written[t]=[]);if(y.indexOf(r)>=0||(y.push(r),this.reader&&this.reader.isFresh(n,f,r,o)))return f;const R=o.incomingById.get(t);return R?(R.storeObject=o.merge(R.storeObject,l),R.mergeTree=P3(R.mergeTree,i),d.forEach(Z=>R.fieldNodeSet.add(Z))):o.incomingById.set(t,{storeObject:l,mergeTree:M2(i)?void 0:i,fieldNodeSet:d}),f}return l}processFieldValue(t,n,r,o,i){return n.selectionSet&&null!==t?go(t)?t.map((s,a)=>{const l=this.processFieldValue(s,n,r,OM(o,a),[...i,a]);return PM(o,a),l}):this.processSelectionSet({result:t,selectionSet:n.selectionSet,context:r,mergeTree:o,path:i}):t}flattenFields(t,n,r,o=B3(n,t,r.fragmentMap)){const i=new Map,{policies:s}=this.cache,a=new sa(!1);return function l(c,u){const d=a.lookup(c,u.clientOnly,u.deferred);d.visited||(d.visited=!0,c.selections.forEach(f=>{if(!S2(f,r.variables))return;let{clientOnly:y,deferred:R}=u;if(!(y&&R)&&w3(f.directives)&&f.directives.forEach(Z=>{const X=Z.name.value;if("client"===X&&(y=!0),"defer"===X){const ae=S3(Z,r.variables);(!ae||!1!==ae.if)&&(R=!0)}}),vf(f)){const Z=i.get(f);Z&&(y=y&&Z.clientOnly,R=R&&Z.deferred),i.set(f,O3(r,y,R))}else{const Z=A2(f,r.lookupFragment);if(!Z&&f.kind===Dt.FRAGMENT_SPREAD)throw es(111,f.name.value);Z&&s.fragmentMatches(Z,o,n,r.variables)&&l(Z.selectionSet,O3(r,y,R))}}))}(t,r),i}applyMerges(t,n,r,o,i){if(t.map.size&&!lr(r)){const s=go(r)||!lr(n)&&!Od(n)?void 0:n,a=r;let l;s&&!i&&(i=[lr(s)?s.__ref:s]);const c=(u,d)=>go(u)?"number"==typeof d?u[d]:void 0:o.store.getFieldValue(u,String(d));t.map.forEach((u,d)=>{const f=c(s,d),y=c(a,d);if(void 0===y)return;i&&i.push(d);const R=this.applyMerges(u,f,y,o,i);R!==y&&(l=l||new Map,l.set(d,R)),i&&Ot(i.pop()===d)}),l&&(r=go(a)?a.slice(0):{...a},l.forEach((u,d)=>{r[d]=u}))}return t.info?this.cache.policies.runMergeFunction(n,r,t.info,o,i&&o.store.getStorage(...i)):r}}const RM=[];function OM({map:e},t){return e.has(t)||e.set(t,RM.pop()||{map:new Map}),e.get(t)}function P3(e,t){if(e===t||!t||M2(t))return e;if(!e||M2(e))return t;const n=e.info&&t.info?{...e.info,...t.info}:e.info||t.info,r=e.map.size&&t.map.size,i={info:n,map:r?new Map:e.map.size?e.map:t.map};if(r){const s=new Set(t.map.keys());e.map.forEach((a,l)=>{i.map.set(l,P3(a,t.map.get(l))),s.delete(l)}),s.forEach(a=>{i.map.set(a,P3(t.map.get(a),e.map.get(a)))})}return i}function M2(e){return!e||!(e.info||e.map.size)}function PM({map:e},t){const n=e.get(t);n&&M2(n)&&(RM.push(n),e.delete(t))}function B3(e,t,n){let r;for(const o of t.selections)if(vf(o)){if("__typename"===o.name.value)return e[ou(o)]}else r?r.push(o):r=[o];if("string"==typeof e.__typename)return e.__typename;if(r)for(const o of r){const i=B3(e,A2(o,n).selectionSet,n);if("string"==typeof i)return i}}class FM extends sM{data;optimisticData;config;watches=new Set;storeReader;storeWriter;addTypenameTransform=new Ua(d3);maybeBroadcastWatch;assumeImmutableResults=!0;policies;makeVar=fae;constructor(t={}){super(),this.config=function rae(e){return iu(nae,e)}(t),this.policies=new vae({cache:this,dataIdFromObject:this.config.dataIdFromObject,possibleTypes:this.config.possibleTypes,typePolicies:this.config.typePolicies}),this.init()}init(){const t=this.data=new x2.Root({policies:this.policies,resultCaching:this.config.resultCaching});this.optimisticData=t.stump,this.resetResultCache()}resetResultCache(){const{fragments:t}=this.config;this.addTypenameTransform.resetCache(),t?.resetCaches(),this.storeWriter=new Sae(this,this.storeReader=new bae({cache:this,fragments:t}),t),this.maybeBroadcastWatch=uf((n,r)=>this.broadcastWatch(n,r),{max:Fa["inMemoryCache.maybeBroadcastWatch"]||5e3,makeCacheKey:n=>{const r=n.optimistic?this.optimisticData:this.data;if(Cf(r)){const{optimistic:o,id:i,variables:s}=n;return r.makeCacheKey(n.query,n.callback,Va({optimistic:o,id:i,variables:s}))}}}),new Set([this.data.group,this.optimisticData.group]).forEach(n=>n.resetCaching())}restore(t){return this.init(),t&&this.data.replace(t),this}extract(t=!1){return(t?this.optimisticData:this.data).extract()}read(t){const{returnPartialData:n=!1}=t;return this.storeReader.diffQueryAgainstStore({...t,store:t.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n}).result}write(t){try{return++this.txCount,this.storeWriter.writeToStore(this.data,t)}finally{! --this.txCount&&!1!==t.broadcast&&this.broadcastWatches()}}modify(t){if(zo.call(t,"id")&&!t.id)return!1;const n=t.optimistic?this.optimisticData:this.data;try{return++this.txCount,n.modify(t.id||"ROOT_QUERY",t.fields,!1)}finally{! --this.txCount&&!1!==t.broadcast&&this.broadcastWatches()}}diff(t){return this.storeReader.diffQueryAgainstStore({...t,store:t.optimistic?this.optimisticData:this.data,rootId:t.id||"ROOT_QUERY",config:this.config})}watch(t){return this.watches.size||function hae(e){bf(e).vars.forEach(t=>t.attachCache(e))}(this),this.watches.add(t),t.immediate&&this.maybeBroadcastWatch(t),()=>{this.watches.delete(t)&&!this.watches.size&&SM(this),this.maybeBroadcastWatch.forget(t)}}gc(t){Va.reset(),hf.reset();const n=this.optimisticData.gc();return t&&!this.txCount&&t.resetResultCache&&this.resetResultCache(),n}retain(t,n){return(n?this.optimisticData:this.data).retain(t)}release(t,n){return(n?this.optimisticData:this.data).release(t)}identify(t){if(lr(t))return t.__ref;try{return this.policies.identify(t)[0]}catch(n){}}evict(t){if(!t.id){if(zo.call(t,"id"))return!1;t={...t,id:"ROOT_QUERY"}}try{return++this.txCount,this.optimisticData.evict(t,this.data)}finally{! --this.txCount&&!1!==t.broadcast&&this.broadcastWatches()}}reset(t){return this.init(),Va.reset(),t&&t.discardWatches?(this.watches.forEach(n=>this.maybeBroadcastWatch.forget(n)),this.watches.clear(),SM(this)):this.broadcastWatches(),Promise.resolve()}removeOptimistic(t){const n=this.optimisticData.removeLayer(t);n!==this.optimisticData&&(this.optimisticData=n,this.broadcastWatches())}txCount=0;batch(t){const{update:n,optimistic:r=!0,removeOptimistic:o,onWatchUpdated:i}=t;let s;const a=c=>{const{data:u,optimisticData:d}=this;++this.txCount,c&&(this.data=this.optimisticData=c);try{return s=n(this)}finally{--this.txCount,this.data=u,this.optimisticData=d}},l=new Set;return i&&!this.txCount&&this.broadcastWatches({...t,onWatchUpdated:c=>(l.add(c),!1)}),"string"==typeof r?this.optimisticData=this.optimisticData.addLayer(r,a):!1===r?a(this.data):a(),"string"==typeof o&&(this.optimisticData=this.optimisticData.removeLayer(o)),i&&l.size?(this.broadcastWatches({...t,onWatchUpdated(c,u){const d=i.call(this,c,u);return!1!==d&&l.delete(c),d}}),l.size&&l.forEach(c=>this.maybeBroadcastWatch.dirty(c))):this.broadcastWatches(t),s}performTransaction(t,n){return this.batch({update:t,optimistic:n||null!==n})}transformDocument(t){return this.addTypenameTransform.transformDocument(this.addFragmentsToDocument(t))}fragmentMatches(t,n){return this.policies.fragmentMatches(t,n)}lookupFragment(t){return this.config.fragments?.lookup(t)||null}resolvesClientField(t,n){return!!this.policies.getReadFunction(t,n)}broadcastWatches(t){if(!this.txCount){const n=this.onAfterBroadcast,r=new Set;this.onAfterBroadcast=o=>{r.add(o)};try{this.watches.forEach(o=>this.maybeBroadcastWatch(o,t)),r.forEach(o=>o())}finally{this.onAfterBroadcast=n}}}addFragmentsToDocument(t){const{fragments:n}=this.config;return n?n.transform(t):t}broadcastWatch(t,n){const{lastDiff:r}=t,o=this.diff(t);n&&(t.optimistic&&"string"==typeof n.optimistic&&(o.fromOptimisticTransaction=!0),n.onWatchUpdated&&!1===n.onWatchUpdated.call(this,t,o,r))||(!r||!$r(r.result,o.result))&&t.callback(t.lastDiff=o,r)}}class HM extends ui{constructor(t){super((n,r)=>{const{...o}=n;return Object.defineProperty(o,"client",{enumerable:!1,value:n.client}),new Lt(i=>{let s=!1;return Promise.resolve(o).then(a=>t(n.getContext(),a)).then(n.setContext).then(()=>{s||r(n).subscribe(i)}).catch(i.error.bind(i)),()=>{s=!0}})})}}class Dae{isIncrementalResult(t){return!1}prepareRequest(t){return Ot(!Fd(["defer","stream"],t.query),67),t}extractErrors(){}startRequest=void 0}const F3=ui.execute;function N2(e,t){return iu(e,t,t.variables&&{variables:iu({...e&&e.variables,...t.variables})})}function Lae(e){return ia(e,{FragmentSpread(t){if(!t.directives?.some(({name:n})=>"unmask"===n.value))return null}})}function Jl(e,t){const n=D(e)?e:()=>e,r=o=>o.error(n());return new Lt(t?o=>t.schedule(r,0,o):r)}function za(e){return Ni((t,n)=>{let i,r=null,o=!1;r=t.subscribe($i(n,void 0,void 0,s=>{i=fs(e(s,za(e)(t))),r?(r.unsubscribe(),r=null,i.subscribe(n)):o=!0})),o&&(r.unsubscribe(),r=null,i.subscribe(n))})}class ja{constructor(t,n,r){this.kind=t,this.value=n,this.error=r,this.hasValue="N"===t}observe(t){return function Mae(e,t){var n,r,o;const{kind:i,value:s,error:a}=e;if("string"!=typeof i)throw new TypeError('Invalid notification, missing "kind"');"N"===i?null===(n=t.next)||void 0===n||n.call(t,s):"E"===i?null===(r=t.error)||void 0===r||r.call(t,a):null===(o=t.complete)||void 0===o||o.call(t)}(this,t)}do(t,n,r){const{kind:o,value:i,error:s}=this;return"N"===o?t?.(i):"E"===o?n?.(s):r?.()}accept(t,n,r){var o;return D(null===(o=t)||void 0===o?void 0:o.next)?this.observe(t):this.do(t,n,r)}toObservable(){const{kind:t,value:n,error:r}=this,o="N"===t?Qs(n):"E"===t?Jl(()=>r):"C"===t?Wl:0;if(!o)throw new TypeError(`Unexpected notification kind ${t}`);return o}static createNext(t){return new ja("N",t)}static createError(t){return new ja("E",void 0,t)}static createComplete(){return ja.completeNotification}}function UM(e=1/0){return Ol(ht,e)}function Tf(...e){return function kae(){return UM(1)}()(Ks(e,I0(e)))}function H3(e,t){return"object"==typeof e&&null!==e&&e[Symbol.for("apollo.error")]===t}function U3(e){Object.defineProperty(e,Symbol.for("apollo.error"),{value:e.name,enumerable:!1,writable:!1,configurable:!1})}function VM(e){return e.filter(t=>t).map(t=>t.message||"Error message not found.").join("\n")}ja.completeNotification=new ja("C");let Ef=(()=>{class e extends Error{static is(n){return H3(n,"CombinedGraphQLErrors")}static formatMessage=VM;errors;data;extensions;constructor(n,r=n.errors||[]){super(e.formatMessage(r,{result:n,defaultFormatMessage:VM})),this.errors=r,this.data=n.data,this.extensions=n.extensions,this.name="CombinedGraphQLErrors",U3(this),Object.setPrototypeOf(this,e.prototype)}}return e})();function zM(e){return e.map(t=>t.message||"Error message not found.").join("\n")}let Rae=(()=>{class e extends Error{static is(n){return H3(n,"CombinedProtocolErrors")}static formatMessage=zM;errors;constructor(n){super(e.formatMessage(n,{defaultFormatMessage:zM})),this.name="CombinedProtocolErrors",this.errors=n,U3(this),Object.setPrototypeOf(this,e.prototype)}}return e})();class V3 extends Error{static is(t){return H3(t,"UnconventionalError")}constructor(t){super("An error of unexpected shape occurred.",{cause:t}),this.name="UnconventionalError",U3(this),Object.setPrototypeOf(this,V3.prototype)}}const z3=Symbol(),jM=new WeakSet;function GM(e,t,n){return A3.withValue(!0,()=>{const r=If(e,t,n,!1);return Object.isFrozen(e),r})}function If(e,t,n,r,o){const{knownChanged:i}=n,s=function Hae(e,t){if(t.has(e))return t.get(e);const n=Array.isArray(e)?[]:{};return t.set(e,n),n}(e,n.mutableTargets);if(Array.isArray(e)){for(const[a,l]of Array.from(e.entries())){if(null===l){s[a]=null;continue}const c=If(l,t,n,r,void 0);i.has(c)&&i.add(s),s[a]=c}return i.has(s)?s:e}for(const a of t.selections){let l;if(r&&i.add(s),a.kind===Dt.FIELD){const c=ou(a),u=a.selectionSet;if(l=s[c]||e[c],void 0===l)continue;if(u&&null!==l){const d=If(e[c],u,n,r,void 0);i.has(d)&&(l=d)}s[c]=l}if(a.kind===Dt.INLINE_FRAGMENT&&(!a.typeCondition||n.cache.fragmentMatches(a,e.__typename))&&(l=If(e,a.selectionSet,n,r,o)),a.kind===Dt.FRAGMENT_SPREAD){const c=a.name.value,u=n.fragmentMap[c]||(n.fragmentMap[c]=n.cache.lookupFragment(c));Ot(u,39,c);const d=cae(a);"mask"!==d&&(l=If(e,u.selectionSet,n,"migrate"===d,o))}i.has(l)&&i.add(s)}return"__typename"in e&&!("__typename"in s)&&(s.__typename=e.__typename),Object.keys(s).length!==Object.keys(e).length&&i.add(s),i.has(s)?s:e}function $M(e){return 7===e||8===e}function k2(e){return!$M(e)}function Hd(e){return!!e.errors?.length}function j3(e,t=()=>{}){return n=>new Lt(r=>{let o=t();return n.subscribe({next(i){let s;try{s=e(i,o)}catch(a){r.error(a)}void 0!==s&&r.next(s)},error(i){r.error(i)},complete(){r.complete()}})})}function Af(e){const t={data:e.data};return e.error&&(t.error=e.error),t}function jae(e){let t=!1;return ia(e,{Directive:{enter(n){if("client"===n.name.value&&n.arguments&&(t=n.arguments.some(r=>"always"===r.name.value&&"BooleanValue"===r.value.kind&&!0===r.value.value),t))return Zl}}}),t}function Gae(e,t){ql(t);const n=WM(""),r=WM(""),o=X=>{for(let _e,ae=0;ae<X.length&&(_e=X[ae]);++ae)if(!go(_e)){if(_e.kind===Dt.OPERATION_DEFINITION)return n(_e.name&&_e.name.value);if(_e.kind===Dt.FRAGMENT_DEFINITION)return r(_e.name.value)}return Ot.error(14),null};let i=0;for(let X=t.definitions.length-1;X>=0;--X)t.definitions[X].kind===Dt.OPERATION_DEFINITION&&++i;const s=function $ae(e){const t=new Map,n=new Map;return e.forEach(r=>{r&&(r.name?t.set(r.name,r):r.test&&n.set(r.test,r))}),r=>{let o=t.get(r.name.value);return!o&&n.size&&n.forEach((i,s)=>{s(r)&&(o=i)}),o}}(e),a=X=>w3(X)&&X.map(s).some(ae=>ae&&ae.remove),l=new Map;let c=!1;const u={enter(X){if(a(X.directives))return c=!0,null}},d=ia(t,{Field:u,InlineFragment:u,VariableDefinition:{enter:()=>!1},Variable:{enter(X,ae,_e,Ye,ot){const mt=o(ot);mt&&mt.variables.add(X.name.value)}},FragmentSpread:{enter(X,ae,_e,Ye,ot){if(a(X.directives))return c=!0,null;const mt=o(ot);mt&&mt.fragmentSpreads.add(X.name.value)}},FragmentDefinition:{enter(X,ae,_e,Ye){l.set(JSON.stringify(Ye),X)},leave:(X,ae,_e,Ye)=>X===l.get(JSON.stringify(Ye))?X:i>0&&X.selectionSet.selections.every(mt=>mt.kind===Dt.FIELD&&"__typename"===mt.name.value)?(r(X.name.value).removed=!0,c=!0,null):void 0},Directive:{leave(X){if(s(X))return c=!0,null}}});if(!c)return t;const f=X=>(X.transitiveVars||(X.transitiveVars=new Set(X.variables),X.removed||X.fragmentSpreads.forEach(ae=>{f(r(ae)).transitiveVars.forEach(_e=>{X.transitiveVars.add(_e)})})),X),y=new Set;d.definitions.forEach(X=>{X.kind===Dt.OPERATION_DEFINITION?f(n(X.name&&X.name.value)).fragmentSpreads.forEach(ae=>{y.add(ae)}):X.kind===Dt.FRAGMENT_DEFINITION&&0===i&&!r(X.name.value).removed&&y.add(X.name.value)}),y.forEach(X=>{f(r(X)).fragmentSpreads.forEach(ae=>{y.add(ae)})});const Z={enter(X){if((X=>!(y.has(X)&&!r(X).removed))(X.name.value))return null}};return function Wae(e){return ZM(Ha(e)||function nM(e){Ot("Document"===e.kind,6),Ot(e.definitions.length<=1,7);const t=e.definitions[0];return Ot("FragmentDefinition"===t.kind,8),t}(e),gf(mf(e)))?null:e}(ia(d,{FragmentSpread:Z,FragmentDefinition:Z,OperationDefinition:{leave(X){if(X.variableDefinitions){const ae=f(n(X.name&&X.name.value)).transitiveVars;if(ae.size<X.variableDefinitions.length)return{...X,variableDefinitions:X.variableDefinitions.filter(_e=>ae.has(_e.variable.name.value))}}}}}))}function WM(e){const t=new Map;return function(r=e){let o=t.get(r);return o||t.set(r,o={variables:new Set,fragmentSpreads:new Set}),o}}function ZM(e,t){return!e||e.selectionSet.selections.every(n=>n.kind===Dt.FRAGMENT_SPREAD&&ZM(t[n.name.value],t))}var yn=function(e){return e[e.loading=1]="loading",e[e.setVariables=2]="setVariables",e[e.fetchMore=3]="fetchMore",e[e.refetch=4]="refetch",e[e.poll=6]="poll",e[e.ready=7]="ready",e[e.error=8]="error",e[e.streaming=9]="streaming",e}(yn||{});function qM(e){return e.catch(()=>{}),e}const{assign:YM}=Object,Ud={loading:!0,networkStatus:yn.loading,data:void 0,dataState:"empty",partial:!0},G3={loading:!1,networkStatus:yn.ready,data:void 0,dataState:"empty",partial:!0};class $3{options;queryName;variablesUnknown=!1;_lastWrite;get query(){return this.lastQuery}get variables(){return this.options.variables}unsubscribeFromCache;input;subject;isTornDown;queryManager;subscriptions=new Set;waitForNetworkResult;lastQuery;linkSubscription;pollingInfo;get networkStatus(){return this.subject.getValue().result.networkStatus}get cache(){return this.queryManager.cache}constructor({queryManager:t,options:n,transformedQuery:r=t.transform(n.query)}){this.queryManager=t,this.waitForNetworkResult="network-only"===n.fetchPolicy,this.isTornDown=!1,this.subscribeToMore=this.subscribeToMore.bind(this),this.maskResult=this.maskResult.bind(this);const{watchQuery:{fetchPolicy:o="cache-first"}={}}=t.defaultOptions,{fetchPolicy:i=o,initialFetchPolicy:s=("standby"===i?o:i)}=n;n[uae]&&(Ot("standby"===i,80),this.variablesUnknown=!0),this.lastQuery=r,this.options={...n,initialFetchPolicy:s,fetchPolicy:i,variables:this.getVariablesWithDefaults(n.variables)},this.initializeObservablesQueue(),this["@@observable"]=()=>this,Symbol.observable&&(this[Symbol.observable]=()=>this);const a=Ha(this.query);this.queryName=a&&a.name&&a.name.value}initializeObservablesQueue(){this.subject=new Pn({query:this.query,variables:this.variables,result:Ud,meta:{}});const t=this.subject.pipe(Kc({subscribe:()=>{this.subject.observed||(this.reobserve(),setTimeout(()=>this.updatePolling()))},unsubscribe:()=>{this.subject.observed||this.tearDownQuery()}}),j3(({query:n,variables:r,result:o,meta:i},s)=>{const{shouldEmit:a}=i;if(o===Ud&&(s.previous=void 0,s.previousVariables=void 0),"standby"===this.options.fetchPolicy||2===a)return;if(1===a)return u();const{previous:l,previousVariables:c}=s;if(l){const d=this.queryManager.getDocumentInfo(n),f=this.queryManager.dataMasking;if((f||d.hasNonreactiveDirective?oM(f?d.nonReactiveQuery:n,l,o,r):$r(l,o))&&$r(c,r))return}if(3!==a||this.options.notifyOnNetworkStatusChange&&!$r(l,o))return u();function u(){return s.previous=o,s.previousVariables=r,o}},()=>({})));this.pipe=t.pipe.bind(t),this.subscribe=t.subscribe.bind(t),this.input=new Kn,this.input.complete=()=>{},this.input.pipe(this.operator).subscribe(this.subject)}subscribe;pipe;[Symbol.observable];"@@observable";getCacheDiff({optimistic:t=!0}={}){return this.cache.diff({query:this.query,variables:this.variables,returnPartialData:!0,optimistic:t})}getInitialResult(t){let n=t||this.options.fetchPolicy;this.queryManager.prioritizeCacheValues&&("network-only"===n||"cache-and-network"===n)&&(n="cache-first");const r=()=>{const o=this.getCacheDiff(),i=this.options.returnPartialData||o.complete?o.result??void 0:void 0;return this.maskResult({data:i,dataState:o.complete?"complete":void 0===i?"empty":"partial",loading:!o.complete,networkStatus:o.complete?yn.ready:yn.loading,partial:!o.complete})};switch(n){case"cache-only":return{...r(),loading:!1,networkStatus:yn.ready};case"cache-first":return r();case"cache-and-network":return{...r(),loading:!0,networkStatus:yn.loading};case"standby":return G3;default:return Ud}}resubscribeCache(){const{variables:t,fetchPolicy:n}=this.options,r=this.query,o="standby"===n||"no-cache"===n||this.waitForNetworkResult,i=!Sf({query:r,variables:t},this.unsubscribeFromCache)&&!this.waitForNetworkResult;if((o||i)&&this.unsubscribeFromCache?.(),o||!i)return;const s={query:r,variables:t,optimistic:!0,watcher:this,callback:l=>{const c=this.queryManager.getDocumentInfo(r);if((c.hasClientExports||c.hasForcedResolvers)&&(s.lastDiff=void 0),s.lastOwnDiff===l)return;const{result:u}=this.subject.getValue();!l.complete&&(u.error||u===Ud||u===G3)||$r(u.data,l.result)||this.scheduleNotify()}},a=this.cache.watch(s);this.unsubscribeFromCache=Object.assign(()=>{this.unsubscribeFromCache=void 0,a()},{query:r,variables:t})}stableLastResult;getCurrentResult(){const{result:t}=this.subject.getValue();let n=t.networkStatus===yn.error||this.hasObservers()||"no-cache"===this.options.fetchPolicy?t:this.getInitialResult();return n===Ud&&(n=this.getInitialResult()),$r(this.stableLastResult,n)||(this.stableLastResult=n),this.stableLastResult}refetch(t){const{fetchPolicy:n}=this.options,r={pollInterval:0};return r.fetchPolicy="no-cache"===n?"no-cache":"network-only",t&&!$r(this.variables,t)&&(r.variables=this.options.variables=this.getVariablesWithDefaults({...this.variables,...t})),this._lastWrite=void 0,this._reobserve(r,{newNetworkStatus:yn.refetch})}fetchMore({query:t,variables:n,context:r,errorPolicy:o,updateQuery:i}){Ot("cache-only"!==this.options.fetchPolicy,82,ps(this.query,"(anonymous)"));const s={...iu(this.options,{errorPolicy:"none"},{query:t,context:r,errorPolicy:o}),variables:t?n:{...this.variables,...n},fetchPolicy:"no-cache",notifyOnNetworkStatusChange:this.options.notifyOnNetworkStatusChange};s.query=this.transformDocument(s.query),this.lastQuery=t?this.transformDocument(this.options.query):s.query;let a=!1;const l="no-cache"!==this.options.fetchPolicy;l||Ot(i,83);const{finalize:c,pushNotification:u}=this.pushOperation(yn.fetchMore);u({source:"newNetworkStatus",kind:"N",value:{}},{shouldEmit:3});const{promise:d,operator:f}=KM(),{observable:y}=this.queryManager.fetchObservableWithInfo(s,{networkStatus:yn.fetchMore,exposeExtensions:!0}),R=y.pipe(f,l8(Z=>"N"===Z.kind&&"network"===Z.source)).subscribe({next:Z=>{a=!1;const X=Z.value,ae=X[gM];if($M(Z.value.networkStatus)&&c(),l){const _e=this.getCacheDiff();this.cache.batch({update:Ye=>{i?Ye.updateQuery({query:this.query,variables:this.variables,returnPartialData:!0,optimistic:!1,extensions:ae},ot=>i(ot,{fetchMoreResult:X.data,variables:s.variables})):Ye.writeQuery({query:s.query,variables:s.variables,data:X.data,extensions:ae})},onWatchUpdated:(Ye,ot)=>{if(Ye.watcher===this&&!$r(ot.result,_e.result)){a=!0;const mt=this.getCurrentResult();k2(X.networkStatus)&&u({kind:"N",source:"network",value:{...mt,networkStatus:X.networkStatus===yn.error?yn.ready:X.networkStatus,loading:!1,data:ot.result,dataState:"streaming"===X.dataState?"streaming":"complete"}})}}})}else{const _e=this.getCurrentResult(),Ye=i(_e.data,{fetchMoreResult:X.data,variables:s.variables});u({kind:"N",value:{..._e,networkStatus:yn.ready,loading:!1,data:Ye,dataState:"streaming"===_e.dataState?"streaming":"complete"},source:"network"})}}});return qM(d.then(Z=>Af(this.maskResult(Z))).finally(()=>{if(R.unsubscribe(),c(),l&&!a){const Z=this.getCurrentResult();"streaming"===Z.dataState?u({kind:"N",source:"network",value:{...Z,dataState:"complete",networkStatus:yn.ready}}):u({kind:"N",source:"newNetworkStatus",value:{}},{shouldEmit:1})}}))}subscribeToMore(t){const n=this.queryManager.startGraphQLSubscription({query:t.document,variables:t.variables,context:t.context}).subscribe({next:r=>{const{updateQuery:o,onError:i}=t,{error:s}=r;s?i?i(s):Ot.error(84,s):o&&this.updateQuery((a,l)=>o(a,{subscriptionData:r,...l}))}});return this.subscriptions.add(n),()=>{this.subscriptions.delete(n)&&n.unsubscribe()}}applyOptions(t){const n=iu(this.options,t||{});YM(this.options,n),this.updatePolling()}setVariables(t){var n=this;return(0,K.A)(function*(){return t=n.getVariablesWithDefaults(t),$r(n.variables,t)||(n.options.variables=t,!n.hasObservers())?Af(n.getCurrentResult()):n._reobserve({fetchPolicy:n.options.initialFetchPolicy,variables:t},{newNetworkStatus:yn.setVariables})})()}updateQuery(t){const{queryManager:n}=this,{result:r,complete:o}=this.getCacheDiff({optimistic:!1}),i=t(r,{variables:this.variables,complete:!!o,previousData:r});i&&(this.cache.writeQuery({query:this.options.query,data:i,variables:this.variables}),n.broadcastQueries())}startPolling(t){this.options.pollInterval=t,this.updatePolling()}stopPolling(){this.options.pollInterval=0,this.updatePolling()}applyNextFetchPolicy(t,n){if(n.nextFetchPolicy){const{fetchPolicy:r="cache-first",initialFetchPolicy:o=r}=n;"standby"===r||(n.fetchPolicy="function"==typeof n.nextFetchPolicy?n.nextFetchPolicy.call(n,r,{reason:t,options:n,observable:this,initialFetchPolicy:o}):"variables-changed"===t?o:n.nextFetchPolicy)}return n.fetchPolicy}fetch(t,n,r,o){const i=this.options.fetchPolicy;t.context??={};let s=!1,{observable:c,fromLink:u}=this.queryManager.fetchObservableWithInfo(t,{networkStatus:n,query:r,onCacheHit:()=>{s=!0},fetchQueryOperator:X=>new Lt(ae=>{try{return X.subscribe({next(_e){s=!0,ae.next(_e)},error:_e=>ae.error(_e),complete:()=>ae.complete()})}finally{s||(y.override=n,this.input.next({kind:"N",source:"newNetworkStatus",value:{resetError:!0},query:d,variables:f,meta:{shouldEmit:3,fetchPolicy:i}}))}}),observableQuery:this});const{query:d,variables:f}=this,y={abort:()=>{Z.unsubscribe()},query:d,variables:f};this.activeOperations.add(y);let R=n==yn.refetch||n==yn.setVariables;c=c.pipe(o,ff());const Z=c.pipe(Kc({next:X=>{"newNetworkStatus"===X.source||"N"===X.kind&&X.value.loading?y.override=n:delete y.override},finalize:()=>this.activeOperations.delete(y)})).subscribe({next:X=>{const ae={};R&&"N"===X.kind&&"loading"in X.value&&!X.value.loading&&(R=!1,ae.shouldEmit=1),this.input.next({...X,query:d,variables:f,meta:ae})}});return{fromLink:u,subscription:Z,observable:c}}didWarnCacheOnlyPolling=!1;updatePolling(){if(this.queryManager.ssrMode)return;const{pollingInfo:t,options:{pollInterval:r}}=this,o=()=>{const{options:l}=this;return!l.pollInterval||!this.hasObservers()||"cache-only"===l.fetchPolicy||"standby"===l.fetchPolicy};if(o())return void this.cancelPolling();if(t?.interval===r)return;(t||(this.pollingInfo={})).interval=r;const s=()=>{if(o())return this.cancelPolling();this.pollingInfo&&(k2(this.networkStatus)||this.options.skipPollAttempt?.()?a():this._reobserve({fetchPolicy:"no-cache"===this.options.initialFetchPolicy?"no-cache":"network-only"},{newNetworkStatus:yn.poll}).then(a,a))},a=()=>{const l=this.pollingInfo;l&&(clearTimeout(l.timeout),l.timeout=setTimeout(s,l.interval))};a()}cancelPolling(){this.pollingInfo&&(clearTimeout(this.pollingInfo.timeout),delete this.pollingInfo)}reobserve(t){return this._reobserve(t)}_reobserve(t,n){this.isTornDown=!1;let{newNetworkStatus:r}=n||{};this.queryManager.obsQueries.add(this);const o=r===yn.refetch||r===yn.poll,i=this.variables,s=this.options.fetchPolicy,a=iu(this.options,t||{});this.variablesUnknown&&="standby"===a.fetchPolicy;const l=o?a:YM(this.options,a),c=this.transformDocument(l.query);this.lastQuery=c,t&&"variables"in t&&(l.variables=this.getVariablesWithDefaults(t.variables)),o||(this.updatePolling(),t&&t.variables&&!$r(t.variables,i)&&"standby"!==l.fetchPolicy&&(l.fetchPolicy===s||"function"==typeof l.nextFetchPolicy)&&(this.applyNextFetchPolicy("variables-changed",l),void 0===r&&(r=yn.setVariables))),r||(r=yn.loading,this.networkStatus!==yn.loading&&t?.variables&&!$r(t.variables,i)&&(r=yn.setVariables),"standby"===l.fetchPolicy&&(r=yn.ready)),"standby"===l.fetchPolicy&&this.cancelPolling(),this.resubscribeCache();const{promise:d,operator:f}=KM("standby"===l.fetchPolicy?{data:void 0}:void 0),{subscription:y,observable:R,fromLink:Z}=this.fetch(l,r,c,f);!o&&(Z||!this.linkSubscription)&&(this.linkSubscription&&this.linkSubscription.unsubscribe(),this.linkSubscription=y);const X=Object.assign(qM(d.then(ae=>Af(this.maskResult(ae))).finally(()=>{!this.hasObservers()&&0===this.activeOperations.size&&this.tearDownQuery()})),{retain:()=>{const ae=R.subscribe({}),_e=()=>ae.unsubscribe();return d.then(_e,_e),X}});return X}hasObservers(){return this.subject.observed}stop(){this.subject.complete(),this.initializeObservablesQueue(),this.tearDownQuery()}tearDownQuery(){this.isTornDown||(this.resetNotifications(),this.unsubscribeFromCache?.(),this.linkSubscription&&(this.linkSubscription.unsubscribe(),delete this.linkSubscription),this.stopPolling(),this.subscriptions.forEach(t=>t.unsubscribe()),this.subscriptions.clear(),this.queryManager.obsQueries.delete(this),this.isTornDown=!0,this.abortActiveOperations(),this._lastWrite=void 0)}transformDocument(t){return this.queryManager.transform(t)}maskResult(t){const n=this.queryManager.maskOperation({document:this.query,data:t.data,fetchPolicy:this.options.fetchPolicy,cause:this});return n===t.data?t:{...t,data:n}}dirty=!1;notifyTimeout;resetNotifications(){this.notifyTimeout&&(clearTimeout(this.notifyTimeout),this.notifyTimeout=void 0),this.dirty=!1}scheduleNotify(){this.dirty||(this.dirty=!0,this.notifyTimeout||(this.notifyTimeout=setTimeout(()=>this.notify(!0),0)))}notify(t=!1){if(!t){const r=this.queryManager.getDocumentInfo(this.query);if(r.hasClientExports||r.hasForcedResolvers)return}const{dirty:n}=this;if(this.resetNotifications(),n&&("cache-only"===this.options.fetchPolicy||"cache-and-network"===this.options.fetchPolicy||!this.activeOperations.size)){const r=this.getCacheDiff();$r(r.result,this.getCacheDiff({optimistic:!1}).result)?this.reobserveCacheFirst():this.input.next({kind:"N",value:{data:r.result,dataState:r.complete?"complete":r.result?"partial":"empty",networkStatus:yn.ready,loading:!1,error:void 0,partial:!r.complete},source:"cache",query:this.query,variables:this.variables,meta:{}})}}activeOperations=new Set;pushOperation(t){let n=!1;const{query:r,variables:o}=this,i=()=>{this.activeOperations.delete(s)},s={override:t,abort:()=>{n=!0,i()},query:r,variables:o};return this.activeOperations.add(s),{finalize:i,pushNotification:(a,l)=>{n||this.input.next({...a,query:r,variables:o,meta:{...l}})}}}calculateNetworkStatus(t){return t===yn.streaming?t:Array.from(this.activeOperations.values()).reverse().find(r=>Sf(r,this)&&void 0!==r.override)?.override??t}abortActiveOperations(){this.activeOperations.forEach(t=>t.abort())}reset(){const t="cache-only"===this.options.fetchPolicy;this.setResult(t?G3:Ud,{shouldEmit:t?1:2}),this.abortActiveOperations()}setResult(t,n){this.input.next({source:"setResult",kind:"N",value:t,query:this.query,variables:this.variables,meta:{...n}})}operator=j3(t=>{const{query:n,variables:r,meta:o}=t;if("setResult"===t.source)return{query:n,variables:r,result:t.value,meta:o};if("C"===t.kind||!Sf(t,this))return;let i;const s=this.subject.getValue();if("cache"===t.source){if(i=t.value,i.networkStatus===yn.ready&&i.partial&&(!this.options.returnPartialData||s.result.networkStatus===yn.error)&&"cache-only"!==this.options.fetchPolicy)return}else if("network"===t.source)this.waitForNetworkResult&&(this.waitForNetworkResult=!1,this.resubscribeCache()),i="E"===t.kind?{...Sf(s,t)?s.result:{data:void 0,dataState:"empty",partial:!0},error:t.error,networkStatus:yn.error,loading:!1}:t.value,"E"===t.kind&&"streaming"===i.dataState&&(i.dataState="complete"),i.error&&(o.shouldEmit=1);else if("newNetworkStatus"===t.source){const a=Sf(s,t)?s.result:this.getInitialResult(o.fetchPolicy),{resetError:l}=t.value,c=l?void 0:a.error,u=c?yn.error:yn.ready;i={...a,error:c,networkStatus:u}}return Ot(i),i.error||delete i.error,i.networkStatus=this.calculateNetworkStatus(i.networkStatus),i.loading=k2(i.networkStatus),i=this.maskResult(i),{query:n,variables:r,result:i,meta:o}});reobserveCacheFirst(){const{fetchPolicy:t,nextFetchPolicy:n}=this.options;"cache-and-network"===t||"network-only"===t?this.reobserve({fetchPolicy:"cache-first",nextFetchPolicy(r,o){return this.nextFetchPolicy=n,"function"==typeof this.nextFetchPolicy?this.nextFetchPolicy(r,o):t}}):this.reobserve()}getVariablesWithDefaults(t){return this.queryManager.getVariables(this.query,t)}}function Sf(e,t){return!!(e&&t&&e.query===t.query&&$r(e.variables,t.variables))}function KM(e){let n,r,t=e;return{promise:new Promise((s,a)=>{n=s,r=a}),operator:Kc({next(s){if("E"===s.kind)return r(s.error);"N"===s.kind&&"newNetworkStatus"!==s.source&&!s.value.loading&&(t=s.value)},finalize:()=>{if(t)n(t);else{const s="The operation was aborted.",a="AbortError";r(typeof DOMException<"u"?new DOMException(s,a):Object.assign(new Error(s),{name:a}))}}})}}const XM={},Vd=new WeakMap;function W3(e,t){const n=e[t];"function"==typeof n&&(e[t]=function(){return Vd.set(e,(Vd.get(e)+1)%1e15),n.apply(this,arguments)})}const QM=new WeakMap;class Z3{lastRequestId=1;cache;queryManager;id;observableQuery;incremental;constructor(t,n){const r=this.cache=t.cache,o=(QM.get(t)||0)+1;QM.set(t,o),this.id=o+"",this.observableQuery=n,this.queryManager=t,Vd.has(r)||(Vd.set(r,0),W3(r,"evict"),W3(r,"modify"),W3(r,"reset"))}_lastWrite;get lastWrite(){return(this.observableQuery||this)._lastWrite}set lastWrite(t){(this.observableQuery||this)._lastWrite=t}resetLastWrite(){this.lastWrite=void 0}shouldWrite(t,n){const{lastWrite:r}=this;return!(r&&r.dmCount===Vd.get(this.cache)&&$r(n,r.variables)&&$r(t.data,r.result.data)&&t.extensions?.[Ql]===r.result.extensions?.[Ql])}get hasNext(){return!!this.incremental&&this.incremental.hasNext}maybeHandleIncrementalResult(t,n,r){const{incrementalHandler:o}=this.queryManager;return o.isIncrementalResult(n)?(this.incremental||=o.startRequest({query:r}),this.incremental.handle(t,n)):n}markQueryResult(t,{document:n,variables:r,errorPolicy:o,cacheWriteBehavior:i}){const s={query:n,variables:r,returnPartialData:!0,optimistic:!0};this.observableQuery?.resetNotifications();const a=0===i,l=a?void 0:this.cache.diff(s);let c=this.maybeHandleIncrementalResult(l?.result,t,n);return a||(q3(c,o)?this.cache.batch({onWatchUpdated:(u,d)=>{u.watcher===this.observableQuery&&(u.lastOwnDiff=d)},update:u=>{if(this.shouldWrite(c,r))u.writeQuery({query:n,data:c.data,variables:r,overwrite:1===i,extensions:c.extensions}),this.lastWrite={result:c,variables:r,dmCount:Vd.get(this.cache)};else if(l&&l.complete)return void(c={...c,data:l.result});const d=u.diff(s);d.complete&&(c={...c,data:d.result})}}):this.lastWrite=void 0),c}markMutationResult(t,n,r=this.cache){const o=[],i=0===n.cacheWriteBehavior;let s=this.maybeHandleIncrementalResult(i?void 0:r.diff({id:"ROOT_MUTATION",query:this.queryManager.getDocumentInfo(n.document).asQuery,variables:n.variables,optimistic:!1,returnPartialData:!0}).result,t,n.document);if("ignore"===n.errorPolicy&&(s={...s,errors:[]}),Hd(s)&&"none"===n.errorPolicy)return Promise.resolve(s);const a=()=>({...s,dataState:this.hasNext?"streaming":"complete"});if(!i&&q3(s,n.errorPolicy)){o.push({result:s.data,dataId:"ROOT_MUTATION",query:n.document,variables:n.variables,extensions:s.extensions});const{updateQueries:c}=n;c&&this.queryManager.getObservableQueries("all").forEach(u=>{const d=u&&u.queryName;if(!d||!Object.hasOwnProperty.call(c,d))return;const f=c[d],{query:y,variables:R}=u,{result:Z,complete:X}=u.getCacheDiff({optimistic:!1});if(X&&Z){const ae=f(Z,{mutationResult:a(),queryName:y&&ps(y)||void 0,queryVariables:R});ae&&o.push({result:ae,dataId:"ROOT_QUERY",query:y,variables:R})}})}let l=n.refetchQueries;if("function"==typeof l&&(l=l(a())),o.length>0||(l||"").length>0||n.update||n.onQueryUpdated||n.removeOptimistic){const c=[];if(this.queryManager.refetchQueries({updateCache:u=>{i||o.forEach(f=>u.write(f));const{update:d}=n;if(d){if(!i){const f=u.diff({id:"ROOT_MUTATION",query:this.queryManager.getDocumentInfo(n.document).asQuery,variables:n.variables,optimistic:!1,returnPartialData:!0});f.complete&&(s={...s,data:f.result})}this.hasNext||d(u,s,{context:n.context,variables:n.variables})}!i&&!n.keepRootFields&&!this.hasNext&&u.modify({id:"ROOT_MUTATION",fields:(f,{fieldName:y,DELETE:R})=>"__typename"===y?f:R})},include:l,optimistic:!1,removeOptimistic:n.removeOptimistic,onQueryUpdated:n.onQueryUpdated||null}).forEach(u=>c.push(u)),n.awaitRefetchQueries||n.onQueryUpdated)return Promise.all(c).then(()=>s)}return Promise.resolve(s)}markMutationOptimistic(t,n){const r="function"==typeof t?t(n.variables,{IGNORE:XM}):t;return r!==XM&&(this.cache.recordOptimisticTransaction(o=>{try{this.markMutationResult({data:r},n,o)}catch(i){Ot.error(i)}},this.id),!0)}markSubscriptionResult(t,{document:n,variables:r,errorPolicy:o,cacheWriteBehavior:i}){0!==i&&(q3(t,o)&&this.cache.write({query:n,result:t.data,dataId:"ROOT_SUBSCRIPTION",variables:r,extensions:t.extensions}),this.queryManager.broadcastQueries())}}function q3(e,t="none"){const n="ignore"===t||"all"===t;let r=!Hd(e);return!r&&n&&e.data&&(r=!0),r}class Kae{defaultOptions;client;clientOptions;assumeImmutableResults;documentTransform;ssrMode;defaultContext;dataMasking;incrementalHandler;localState;queryDeduplication;prioritizeCacheValues=!1;onBroadcast;mutationStore;obsQueries=new Set;fetchCancelFns=new Map;constructor(t){const n=new Ua(o=>this.cache.transformDocument(o),{cache:!1});this.client=t.client,this.defaultOptions=t.defaultOptions,this.queryDeduplication=t.queryDeduplication,this.clientOptions=t.clientOptions,this.ssrMode=t.ssrMode,this.assumeImmutableResults=t.assumeImmutableResults,this.dataMasking=t.dataMasking,this.localState=t.localState,this.incrementalHandler=t.incrementalHandler;const r=t.documentTransform;this.documentTransform=r?n.concat(r).concat(n):n,this.defaultContext=t.defaultContext||{},(this.onBroadcast=t.onBroadcast)&&(this.mutationStore={})}get link(){return this.client.link}get cache(){return this.client.cache}stop(){this.obsQueries.forEach(t=>t.stop()),this.cancelPendingFetches(es(87))}cancelPendingFetches(t){this.fetchCancelFns.forEach(n=>n(t)),this.fetchCancelFns.clear()}mutate(t){var n=this;return(0,K.A)(function*({mutation:r,variables:o,optimisticResponse:i,updateQueries:s,refetchQueries:a=[],awaitRefetchQueries:l=!1,update:c,onQueryUpdated:u,fetchPolicy:d,errorPolicy:f,keepRootFields:y,context:R}){const Z=new Z3(n);r=n.cache.transformForLink(n.transform(r));const{hasClientExports:X}=n.getDocumentInfo(r);o=n.getVariables(r,o),X&&(o=yield n.localState.getExportedVariables({client:n.client,document:r,variables:o,context:R}));const ae=n.mutationStore&&(n.mutationStore[Z.id]={mutation:r,variables:o,loading:!0,error:null}),_e=i&&Z.markMutationOptimistic(i,{document:r,variables:o,cacheWriteBehavior:"no-cache"===d?0:2,errorPolicy:f,context:R,updateQueries:s,update:c,keepRootFields:y});return n.broadcastQueries(),new Promise((Ye,ot)=>{const mt={};return n.getObservableFromLink(r,{...R,optimisticResponse:_e?i:void 0},o,d,{},!1).observable.pipe(JM(),Ol(Xt=>{const Tn={...Xt};return Ks(Z.markMutationResult(Tn,{document:r,variables:o,cacheWriteBehavior:"no-cache"===d?0:2,errorPolicy:f,context:R,update:c,updateQueries:s,awaitRefetchQueries:l,refetchQueries:a,removeOptimistic:_e?Z.id:void 0,onQueryUpdated:u,keepRootFields:y}))})).pipe(dr(Xt=>{if(Hd(Xt)&&"none"===f)throw new Ef(Y3(Xt));return ae&&(ae.loading=!1,ae.error=null),Xt})).subscribe({next:Xt=>{if(n.broadcastQueries(),!Z.hasNext){const Tn={data:n.maskOperation({document:r,data:Xt.data,fetchPolicy:d,cause:mt})};Hd(Xt)&&(Tn.error=new Ef(Xt)),Object.keys(Xt.extensions||{}).length&&(Tn.extensions=Xt.extensions),Ye(Tn)}},error:Xt=>(ae&&(ae.loading=!1,ae.error=Xt),_e&&n.cache.removeOptimistic(Z.id),n.broadcastQueries(),"ignore"===f?Ye({data:void 0}):"all"===f?Ye({data:void 0,error:Xt}):void ot(Xt))})})}).apply(this,arguments)}fetchQuery(t,n){var r=this;return ql(t.query,oa.QUERY),(0,K.A)(function*(){return Zh(r.fetchObservableWithInfo(t,{networkStatus:n}).observable.pipe(j3(o=>{switch(o.kind){case"E":throw o.error;case"N":if("newNetworkStatus"!==o.source)return Af(o.value)}})),{defaultValue:{data:void 0}})})()}transform(t){return this.documentTransform.transformDocument(t)}transformCache=new r3(Fa["queryManager.getDocumentInfo"]||2e3);getDocumentInfo(t){const{transformCache:n}=this;if(!n.has(t)){const o=Ha(t),i={hasClientExports:Fd(["client","export"],t,!0),hasForcedResolvers:jae(t),hasNonreactiveDirective:Fd(["nonreactive"],t),hasIncrementalDirective:Fd(["defer"],t),nonReactiveQuery:Qae(t),clientQuery:Fd(["client"],t)?t:null,serverQuery:Gae([{name:"client",remove:!0},{name:"connection"},{name:"nonreactive"},{name:"unmask"}],t),operationType:o?.operation,defaultVars:N3(o),asQuery:{...t,definitions:t.definitions.map(s=>"OperationDefinition"===s.kind&&"query"!==s.operation?{...s,operation:"query"}:s)}};n.set(t,i)}const r=n.get(t);if(r.violation)throw r.violation;return r}getVariables(t,n){const r=this.getDocumentInfo(t).defaultVars,o=Object.entries(n??{}).map(([i,s])=>[i,void 0===s?r[i]:s]);return{...r,...Object.fromEntries(o)}}watchQuery(t){ql(t.query,oa.QUERY);const n=this.transform(t.query);return typeof(t={...t,variables:this.getVariables(n,t.variables)}).notifyOnNetworkStatusChange>"u"&&(t.notifyOnNetworkStatusChange=!0),new $3({queryManager:this,options:t,transformedQuery:n})}query(t){const n=this.transform(t.query);return this.fetchQuery({...t,query:n}).then(r=>({...r,data:this.maskOperation({document:n,data:r?.data,fetchPolicy:t.fetchPolicy})}))}requestIdCounter=1;generateRequestId(){return this.requestIdCounter++}clearStore(t={discardWatches:!0}){return this.cancelPendingFetches(es(89)),this.obsQueries.forEach(n=>{n.reset()}),this.mutationStore&&(this.mutationStore={}),this.cache.reset(t)}getObservableQueries(t="active"){const n=new Set,r=new Map,o=new Map,i=new Set;return Array.isArray(t)&&t.forEach(s=>{if("string"==typeof s)r.set(s,s),o.set(s,!1);else if(function Zae(e){return di(e)&&"Document"===e.kind&&Array.isArray(e.definitions)}(s)){const a=hf(this.transform(s));r.set(a,ps(s)),o.set(a,!1)}else di(s)&&s.query&&i.add(s)}),this.obsQueries.forEach(s=>{const a=hf(this.transform(s.options.query));if("all"===t)return void n.add(s);const{queryName:l,options:{fetchPolicy:c}}=s;"active"===t&&"standby"===c||("active"===t||l&&o.has(l)||a&&o.has(a))&&(n.add(s),l&&o.set(l,!0),a&&o.set(a,!0))}),i.size&&i.forEach(s=>{const a=new $3({queryManager:this,options:{...N2(this.defaultOptions.watchQuery,s),fetchPolicy:"network-only"}});n.add(a)}),n}refetchObservableQueries(t=!1){const n=[];return this.getObservableQueries(t?"all":"active").forEach(r=>{const{fetchPolicy:o}=r.options;(t||"standby"!==o)&&"cache-only"!==o&&n.push(r.refetch())}),this.broadcastQueries(),Promise.all(n)}startGraphQLSubscription(t){let{query:n,variables:r}=t;const{fetchPolicy:o="cache-first",errorPolicy:i="none",context:s={},extensions:a={}}=t;let l;ql(n,oa.SUBSCRIPTION),n=this.transform(n),r=this.getVariables(n,r);const c=(this.getDocumentInfo(n).hasClientExports?Ks(this.localState.getExportedVariables({client:this.client,document:n,variables:r,context:s})):Qs(r)).pipe(Ol(u=>{const{observable:d,restart:f}=this.getObservableFromLink(n,s,u,o,a),y=new Z3(this);return l=f,d.pipe(dr(R=>{y.markSubscriptionResult(R,{document:n,variables:u,errorPolicy:i,cacheWriteBehavior:"no-cache"===o?0:2});const Z={data:R.data??void 0};return Hd(R)?Z.error=new Ef(R):function Pae(e){return"extensions"in e&&Rae.is(e.extensions[z3])}(R)&&(Z.error=R.extensions[z3],delete R.extensions[z3]),R.extensions&&Object.keys(R.extensions).length&&(Z.extensions=R.extensions),Z.error&&"none"===i&&(Z.data=void 0),"ignore"===i&&delete Z.error,Z}),za(R=>Qs("ignore"===i?{data:void 0}:{data:void 0,error:R})),l8(R=>!(!R.data&&!R.error)))}));return Object.assign(c,{restart:()=>l?.()})}broadcastQueries(){this.onBroadcast&&this.onBroadcast(),this.obsQueries.forEach(t=>t.notify())}inFlightLinkObservables=new sa(!1);getObservableFromLink(t,n,r,o,i,s=n?.queryDeduplication??this.queryDeduplication){let a={};const{serverQuery:l,clientQuery:c,operationType:u,hasIncrementalDirective:d}=this.getDocumentInfo(t),f=ps(t),y={client:this.client};if(l){const{inFlightLinkObservables:R,link:Z}=this;try{let ae=function(_e){return new Lt(Ye=>{function ot(){return _e.subscribe({next:Ye.next.bind(Ye),complete:Ye.complete.bind(Ye),error:Ye.error.bind(Ye)})}let mt=ot();return a.restart||=()=>{mt.unsubscribe(),mt=ot()},()=>{mt.unsubscribe(),a.restart=void 0}})};const X=this.incrementalHandler.prepareRequest({query:l,variables:r,context:{...this.defaultContext,...n,queryDeduplication:s},extensions:i});if(n=X.context,s){const _e=hf(l),Ye=Va(r);a=R.lookup(_e,Ye),a.observable||(a.observable=F3(Z,X,y).pipe(ae,a8(()=>{R.peek(_e,Ye)===a&&R.remove(_e,Ye)}),u===oa.SUBSCRIPTION?ff():E2({refCount:!0})))}else a.observable=F3(Z,X,y).pipe(ae)}catch(X){a.observable=Jl(()=>X)}}else a.observable=Qs({data:{}});if(c){const{operation:R}=Ha(t);Ot(!d,94,R[0].toUpperCase()+R.slice(1),f??"(anonymous)"),a.observable=a.observable.pipe(Ol(Z=>Ks(this.localState.execute({client:this.client,document:c,remoteResult:Z,context:n,variables:r,fetchPolicy:o}))))}return{restart:()=>a.restart?.(),observable:a.observable.pipe(za(R=>{throw R=function Bae(e){return function Oae(e){return null!==e&&"object"==typeof e&&"string"==typeof e.message&&"string"==typeof e.name&&("string"==typeof e.stack||typeof e.stack>"u")}(e)?e:"string"==typeof e?new Error(e,{cause:e}):new V3(e)}(R),function Fae(e){jM.add(e)}(R),R}))}}getResultsFromLink(t,{queryInfo:n,cacheWriteBehavior:r,observableQuery:o,exposeExtensions:i}){const s=n.lastRequestId=this.generateRequestId(),{errorPolicy:a}=t,l=this.cache.transformForLink(t.query);return this.getObservableFromLink(l,t.context,t.variables,t.fetchPolicy).observable.pipe(dr(c=>{const u=n.markQueryResult(c,{...t,document:l,cacheWriteBehavior:r}),d=Hd(u);if(d&&"none"===a)throw n.resetLastWrite(),o?.resetNotifications(),new Ef(Y3(u));const f={data:u.data,...n.hasNext?{loading:!0,networkStatus:yn.streaming,dataState:"streaming",partial:!0}:{dataState:u.data?"complete":"empty",loading:!1,networkStatus:yn.ready,partial:!u.data}};return i&&"extensions"in u&&(f[gM]=u.extensions),d&&("none"===a&&(f.data=void 0,f.dataState="empty"),"ignore"!==a&&(f.error=new Ef(Y3(u)),"streaming"!==f.dataState&&(f.networkStatus=yn.error))),f}),za(c=>{if(s>=n.lastRequestId&&"none"===a)throw n.resetLastWrite(),o?.resetNotifications(),c;const u={data:void 0,dataState:"empty",loading:!1,networkStatus:yn.ready,partial:!0};return"ignore"!==a&&(u.error=c,u.networkStatus=yn.error),Qs(u)}))}fetchObservableWithInfo(t,{networkStatus:n=yn.loading,query:r=t.query,fetchQueryOperator:o=l=>l,onCacheHit:i=()=>{},observableQuery:s,exposeExtensions:a}){const l=this.getVariables(r,t.variables);let{fetchPolicy:c="cache-first",errorPolicy:u="none",returnPartialData:d=!1,notifyOnNetworkStatusChange:f=!0,context:y={}}=t;this.prioritizeCacheValues&&("network-only"===c||"cache-and-network"===c)&&(c="cache-first");const R=Object.assign({},t,{query:r,variables:l,fetchPolicy:c,errorPolicy:u,returnPartialData:d,notifyOnNetworkStatusChange:f,context:y}),Z=new Z3(this,s),X=mt=>{R.variables=mt;const Tn=this.fetchQueryByPolicy(R,{queryInfo:Z,cacheWriteBehavior:"no-cache"===c?0:n===yn.refetch&&"merge"!==R.refetchWritePolicy?1:2,onCacheHit:i,observableQuery:s,exposeExtensions:a});return Tn.observable=Tn.observable.pipe(o),"standby"!==R.fetchPolicy&&s?.applyNextFetchPolicy("after-fetch",t),Tn},ae=()=>{this.fetchCancelFns.delete(Z.id)};this.fetchCancelFns.set(Z.id,mt=>{_e.next({kind:"E",error:mt,source:"network"})});const _e=new Kn;let Ye,ot;if(this.getDocumentInfo(R.query).hasClientExports)Ye=Ks(this.localState.getExportedVariables({client:this.client,document:R.query,variables:R.variables,context:R.context})).pipe(Ol(mt=>X(mt).observable)),ot=!0;else{const mt=X(R.variables);ot=mt.fromLink,Ye=mt.observable}return{observable:new Lt(mt=>{mt.add(ae),Ye.subscribe(mt),_e.subscribe(mt)}).pipe(ff()),fromLink:ot}}refetchQueries({updateCache:t,include:n,optimistic:r=!1,removeOptimistic:o=(r?mx("refetchQueries"):void 0),onQueryUpdated:i}){const s=new Map;n&&this.getObservableQueries(n).forEach(l=>{if("cache-only"===l.options.fetchPolicy||l.variablesUnknown)return;const c=l.getCurrentResult();s.set(l,{oq:l,lastDiff:{result:c?.data,complete:!c?.partial}})});const a=new Map;if(t){const l=new Set;this.cache.batch({update:t,optimistic:r&&o||!1,removeOptimistic:o,onWatchUpdated(c,u,d){const f=c.watcher;if(f instanceof $3&&!l.has(f)){if(l.add(f),i){s.delete(f);let y=i(f,u,d);return!0===y&&(y=f.refetch().retain()),!1!==y&&a.set(f,y),y}null!==i&&"cache-only"!==f.options.fetchPolicy&&s.set(f,{oq:f,lastDiff:d,diff:u})}}})}return s.size&&s.forEach(({oq:l,lastDiff:c,diff:u})=>{let d;i&&(u||(u=l.getCacheDiff()),d=i(l,u,c)),(!i||!0===d)&&(d=l.refetch().retain()),!1!==d&&a.set(l,d)}),o&&this.cache.removeOptimistic(o),a}noCacheWarningsByCause=new WeakSet;maskOperation(t){const{document:n,data:r}=t;return this.dataMasking?function Vae(e,t,n){const r=Ha(t);return Ot(r,43),null==e?e:GM(e,r.selectionSet,{operationType:r.operation,operationName:r.name?.value,fragmentMap:gf(mf(t)),cache:n,mutableTargets:new WeakMap,knownChanged:new WeakSet})}(r,n,this.cache):r}maskFragment(t){const{data:n,fragment:r,fragmentName:o}=t;return this.dataMasking?function zae(e,t,n,r){const o=t.definitions.filter(s=>s.kind===Dt.FRAGMENT_DEFINITION);typeof r>"u"&&(Ot(1===o.length,41,o.length),r=o[0].name.value);const i=o.find(s=>s.name.value===r);return Ot(!!i,42,r),null==e||$r(e,{})?e:GM(e,i.selectionSet,{operationType:"fragment",operationName:i.name.value,fragmentMap:gf(mf(t)),cache:n,mutableTargets:new WeakMap,knownChanged:new WeakSet})}(n,r,this.cache,o):n}fetchQueryByPolicy({query:t,variables:n,fetchPolicy:r,errorPolicy:o,returnPartialData:i,context:s},{cacheWriteBehavior:a,onCacheHit:l,queryInfo:c,observableQuery:u,exposeExtensions:d}){const f=()=>this.cache.diff({query:t,variables:n,returnPartialData:!0,optimistic:!0}),y=(Z,X)=>{const ae=Z.result,_e=ot=>(!Z.complete&&!i&&(ot=void 0),{data:ot,dataState:Z.complete?"complete":ot?"partial":"empty",loading:k2(X),networkStatus:X,partial:!Z.complete});return(Z.complete||i)&&this.getDocumentInfo(t).hasForcedResolvers?(l(),Ks(this.localState.execute({client:this.client,document:t,remoteResult:ae?{data:ae}:void 0,context:s,variables:n,onlyRunForcedResolvers:!0,returnPartialData:!0,fetchPolicy:r}).then(ot=>({kind:"N",value:_e(ot.data||void 0),source:"cache"})))):Qs({kind:"N",value:_e("none"===o&&X===yn.refetch&&Z.missing?void 0:ae||void 0),source:"cache"})},R=()=>this.getResultsFromLink({query:t,variables:n,context:s,fetchPolicy:r,errorPolicy:o},{cacheWriteBehavior:a,queryInfo:c,observableQuery:u,exposeExtensions:d}).pipe(JM(),function Nae(){return Ni((e,t)=>{e.subscribe($i(t,n=>{t.next(ja.createNext(n))},()=>{t.next(ja.createComplete()),t.complete()},n=>{t.next(ja.createError(n)),t.complete()}))})}(),dr(Z=>({...Z,source:"network"})));switch(r){default:case"cache-first":{const Z=f();return Z.complete?{fromLink:!1,observable:y(Z,yn.ready)}:i?{fromLink:!0,observable:Tf(y(Z,yn.loading),R())}:{fromLink:!0,observable:R()}}case"cache-and-network":{const Z=f();return Z.complete||i?{fromLink:!0,observable:Tf(y(Z,yn.loading),R())}:{fromLink:!0,observable:R()}}case"cache-only":return{fromLink:!1,observable:Tf(y(f(),yn.ready))};case"network-only":case"no-cache":return{fromLink:!0,observable:R()};case"standby":return{fromLink:!1,observable:Wl}}}}function JM(){let e=!1;return Kc({next(){e=!0},complete(){Ot(e,98)}})}function Qae(e){return ia(e,{FragmentSpread:t=>{if(!t.directives?.some(n=>"unmask"===n.name.value))return{...t,directives:[...t.directives||[],{kind:Dt.DIRECTIVE,name:{kind:Dt.NAME,value:"nonreactive"}}]}}})}function Y3(e){if(null==e.extensions?.[Ql])return e;const{extensions:{[Ql]:t,...n},...r}=e;return Object.keys(n).length>0&&(r.extensions=n),r}class K3{link;cache;disableNetworkFetches;set prioritizeCacheValues(t){this.queryManager.prioritizeCacheValues=t}get prioritizeCacheValues(){return this.queryManager.prioritizeCacheValues}version;queryDeduplication;defaultOptions;devtoolsConfig;queryManager;devToolsHookCb;resetStoreCallbacks=[];clearStoreCallbacks=[];constructor(t){const{cache:n,documentTransform:r,ssrMode:o=!1,ssrForceFetchDelay:i=0,queryDeduplication:s=!0,defaultOptions:a,defaultContext:l,assumeImmutableResults:c=n.assumeImmutableResults,localState:u,devtools:d,dataMasking:f,link:y,incrementalHandler:R=new Dae,experiments:Z=[]}=t;this.link=y,this.cache=n,this.queryDeduplication=s,this.defaultOptions=a||{},this.devtoolsConfig={...d,enabled:d?.enabled??false},this.watchQuery=this.watchQuery.bind(this),this.query=this.query.bind(this),this.mutate=this.mutate.bind(this),this.watchFragment=this.watchFragment.bind(this),this.resetStore=this.resetStore.bind(this),this.reFetchObservableQueries=this.refetchObservableQueries=this.refetchObservableQueries.bind(this),this.version=K8,this.queryManager=new Kae({client:this,defaultOptions:this.defaultOptions,defaultContext:l,documentTransform:r,queryDeduplication:s,ssrMode:o,dataMasking:!!f,clientOptions:t,incrementalHandler:R,assumeImmutableResults:c,onBroadcast:this.devtoolsConfig.enabled?()=>{this.devToolsHookCb&&this.devToolsHookCb()}:void 0,localState:u}),this.prioritizeCacheValues=o||i>0,i&&setTimeout(()=>{this.prioritizeCacheValues=!1},i),this.devtoolsConfig.enabled&&this.connectToDevTools(),Z.forEach(X=>X.call(this,t))}connectToDevTools(){if(typeof window>"u")return;const t=window,n=Symbol.for("apollo.devtools");(t[n]=t[n]||[]).push(this),t.__APOLLO_CLIENT__=this}get documentTransform(){return this.queryManager.documentTransform}get localState(){return this.queryManager.localState}set localState(t){this.queryManager.localState=t}stop(){this.queryManager.stop()}watchQuery(t){return this.defaultOptions.watchQuery&&(t=N2(this.defaultOptions.watchQuery,t)),this.queryManager.watchQuery(t)}query(t){return this.defaultOptions.query&&(t=N2(this.defaultOptions.query,t)),this.queryManager.query(t)}mutate(t){const n=N2(iu({fetchPolicy:"network-only",errorPolicy:"none"},this.defaultOptions.mutate),t);return ql(n.mutation,oa.MUTATION),this.queryManager.mutate(n)}subscribe(t){const n={},r=this.queryManager.startGraphQLSubscription(t),o=r.pipe(dr(i=>({...i,data:this.queryManager.maskOperation({document:t.query,data:i.data,fetchPolicy:t.fetchPolicy,cause:n})})));return Object.assign(o,{restart:r.restart})}readQuery(t,n=!1){return this.cache.readQuery({...t,query:this.transform(t.query)},n)}watchFragment(t){const n=this.queryManager.dataMasking;return this.cache.watchFragment({...t,fragment:this.transform(t.fragment,n)})}readFragment(t,n=!1){return this.cache.readFragment({...t,fragment:this.transform(t.fragment)},n)}writeQuery(t){const n=this.cache.writeQuery(t);return!1!==t.broadcast&&this.queryManager.broadcastQueries(),n}writeFragment(t){const n=this.cache.writeFragment(t);return!1!==t.broadcast&&this.queryManager.broadcastQueries(),n}__actionHookForDevTools(t){this.devToolsHookCb=t}__requestRaw(t){return F3(this.link,t,{client:this})}resetStore(){return Promise.resolve().then(()=>this.queryManager.clearStore({discardWatches:!1})).then(()=>Promise.all(this.resetStoreCallbacks.map(t=>t()))).then(()=>this.refetchObservableQueries())}clearStore(){return Promise.resolve().then(()=>this.queryManager.clearStore({discardWatches:!0})).then(()=>Promise.all(this.clearStoreCallbacks.map(t=>t())))}onResetStore(t){return this.resetStoreCallbacks.push(t),()=>{this.resetStoreCallbacks=this.resetStoreCallbacks.filter(n=>n!==t)}}onClearStore(t){return this.clearStoreCallbacks.push(t),()=>{this.clearStoreCallbacks=this.clearStoreCallbacks.filter(n=>n!==t)}}reFetchObservableQueries;refetchObservableQueries(t){return this.queryManager.refetchObservableQueries(t)}refetchQueries(t){const n=this.queryManager.refetchQueries(t),r=[],o=[];n.forEach((s,a)=>{r.push(a),o.push(s)});const i=Promise.all(o);return i.queries=r,i.results=o,i.catch(s=>{}),i}getObservableQueries(t="active"){return this.queryManager.getObservableQueries(t)}extract(t){return this.cache.extract(t)}restore(t){return this.cache.restore(t)}setLink(t){this.link=t}get defaultContext(){return this.queryManager.defaultContext}maskedFragmentTransform=new Ua(Lae);transform(t,n=!1){const r=this.queryManager.transform(t);return n?this.maskedFragmentTransform.transformDocument(r):r}}function ele(e,t){if(!e)throw new Error(t??"Unexpected invariant triggered.")}const tle=/\r\n|[\n\r]/g;function X3(e,t){let n=0,r=1;for(const o of e.body.matchAll(tle)){if("number"==typeof o.index||ele(!1),o.index>=t)break;n=o.index+o[0].length,r+=1}return{line:r,column:t+1-n}}function nle(e){return tN(e.source,X3(e.source,e.start))}function tN(e,t){const n=e.locationOffset.column-1,r="".padStart(n)+e.body,o=t.line-1,s=t.line+(e.locationOffset.line-1),l=t.column+(1===t.line?n:0),c=`${e.name}:${s}:${l}\n`,u=r.split(/\r\n|[\n\r]/g),d=u[o];if(d.length>120){const f=Math.floor(l/80),y=l%80,R=[];for(let Z=0;Z<d.length;Z+=80)R.push(d.slice(Z,Z+80));return c+nN([[`${s} |`,R[0]],...R.slice(1,f+1).map(Z=>["|",Z]),["|","^".padStart(y)],["|",R[f+1]]])}return c+nN([[s-1+" |",u[o-1]],[`${s} |`,d],["|","^".padStart(l)],[`${s+1} |`,u[o+1]]])}function nN(e){const t=e.filter(([r,o])=>void 0!==o),n=Math.max(...t.map(([r])=>r.length));return t.map(([r,o])=>r.padStart(n)+(o?" "+o:"")).join("\n")}class Q3 extends Error{constructor(t,...n){var r,o,i;const{nodes:s,source:a,positions:l,path:c,originalError:u,extensions:d}=function rle(e){const t=e[0];return null==t||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}(n);super(t),this.name="GraphQLError",this.path=c??void 0,this.originalError=u??void 0,this.nodes=rN(Array.isArray(s)?s:s?[s]:void 0);const f=rN(null===(r=this.nodes)||void 0===r?void 0:r.map(R=>R.loc).filter(R=>null!=R));this.source=a??(null==f||null===(o=f[0])||void 0===o?void 0:o.source),this.positions=l??f?.map(R=>R.start),this.locations=l&&a?l.map(R=>X3(a,R)):f?.map(R=>X3(R.source,R.start));const y=function Jae(e){return"object"==typeof e&&null!==e}(u?.extensions)?u?.extensions:void 0;this.extensions=null!==(i=d??y)&&void 0!==i?i:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),null!=u&&u.stack?Object.defineProperty(this,"stack",{value:u.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,Q3):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let t=this.message;if(this.nodes)for(const n of this.nodes)n.loc&&(t+="\n\n"+nle(n.loc));else if(this.source&&this.locations)for(const n of this.locations)t+="\n\n"+tN(this.source,n);return t}toJSON(){const t={message:this.message};return null!=this.locations&&(t.locations=this.locations),null!=this.path&&(t.path=this.path),null!=this.extensions&&Object.keys(this.extensions).length>0&&(t.extensions=this.extensions),t}}function rN(e){return void 0===e||0===e.length?void 0:e}function ko(e,t,n){return new Q3(`Syntax Error: ${n}`,{source:e,positions:[t]})}var oN=function(e){return e.QUERY="QUERY",e.MUTATION="MUTATION",e.SUBSCRIPTION="SUBSCRIPTION",e.FIELD="FIELD",e.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",e.FRAGMENT_SPREAD="FRAGMENT_SPREAD",e.INLINE_FRAGMENT="INLINE_FRAGMENT",e.VARIABLE_DEFINITION="VARIABLE_DEFINITION",e.SCHEMA="SCHEMA",e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.FIELD_DEFINITION="FIELD_DEFINITION",e.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.ENUM_VALUE="ENUM_VALUE",e.INPUT_OBJECT="INPUT_OBJECT",e.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION",e}(oN||{}),rt=function(e){return e.SOF="<SOF>",e.EOF="<EOF>",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.DOT=".",e.SPREAD="...",e.COLON=":",e.EQUALS="=",e.AT="@",e.BRACKET_L="[",e.BRACKET_R="]",e.BRACE_L="{",e.PIPE="|",e.BRACE_R="}",e.NAME="Name",e.INT="Int",e.FLOAT="Float",e.STRING="String",e.BLOCK_STRING="BlockString",e.COMMENT="Comment",e}(rt||{});class ole{constructor(t){const n=new hx(rt.SOF,0,0,0,0);this.source=t,this.lastToken=n,this.token=n,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let t=this.token;if(t.kind!==rt.EOF)do{if(t.next)t=t.next;else{const n=sle(this,t.end);t.next=n,n.prev=t,t=n}}while(t.kind===rt.COMMENT);return t}}function zd(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function R2(e,t){return iN(e.charCodeAt(t))&&sN(e.charCodeAt(t+1))}function iN(e){return e>=55296&&e<=56319}function sN(e){return e>=56320&&e<=57343}function su(e,t){const n=e.source.body.codePointAt(t);if(void 0===n)return rt.EOF;if(n>=32&&n<=126){const r=String.fromCodePoint(n);return'"'===r?"'\"'":`"${r}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function Io(e,t,n,r,o){return new hx(t,n,r,e.line,1+n-e.lineStart,o)}function sle(e,t){const n=e.source.body,r=n.length;let o=t;for(;o<r;){const i=n.charCodeAt(o);switch(i){case 65279:case 9:case 32:case 44:++o;continue;case 10:++o,++e.line,e.lineStart=o;continue;case 13:10===n.charCodeAt(o+1)?o+=2:++o,++e.line,e.lineStart=o;continue;case 35:return ale(e,o);case 33:return Io(e,rt.BANG,o,o+1);case 36:return Io(e,rt.DOLLAR,o,o+1);case 38:return Io(e,rt.AMP,o,o+1);case 40:return Io(e,rt.PAREN_L,o,o+1);case 41:return Io(e,rt.PAREN_R,o,o+1);case 46:if(46===n.charCodeAt(o+1)&&46===n.charCodeAt(o+2))return Io(e,rt.SPREAD,o,o+3);break;case 58:return Io(e,rt.COLON,o,o+1);case 61:return Io(e,rt.EQUALS,o,o+1);case 64:return Io(e,rt.AT,o,o+1);case 91:return Io(e,rt.BRACKET_L,o,o+1);case 93:return Io(e,rt.BRACKET_R,o,o+1);case 123:return Io(e,rt.BRACE_L,o,o+1);case 124:return Io(e,rt.PIPE,o,o+1);case 125:return Io(e,rt.BRACE_R,o,o+1);case 34:return 34===n.charCodeAt(o+1)&&34===n.charCodeAt(o+2)?hle(e,o):cle(e,o)}if(df(i)||45===i)return lle(e,o,i);if(Jx(i))return fle(e,o);throw ko(e.source,o,39===i?"Unexpected single quote character ('), did you mean to use a double quote (\")?":zd(i)||R2(n,o)?`Unexpected character: ${su(e,o)}.`:`Invalid character: ${su(e,o)}.`)}return Io(e,rt.EOF,r,r)}function ale(e,t){const n=e.source.body,r=n.length;let o=t+1;for(;o<r;){const i=n.charCodeAt(o);if(10===i||13===i)break;if(zd(i))++o;else{if(!R2(n,o))break;o+=2}}return Io(e,rt.COMMENT,t,o,n.slice(t+1,o))}function lle(e,t,n){const r=e.source.body;let o=t,i=n,s=!1;if(45===i&&(i=r.charCodeAt(++o)),48===i){if(i=r.charCodeAt(++o),df(i))throw ko(e.source,o,`Invalid number, unexpected digit after 0: ${su(e,o)}.`)}else o=J3(e,o,i),i=r.charCodeAt(o);if(46===i&&(s=!0,i=r.charCodeAt(++o),o=J3(e,o,i),i=r.charCodeAt(o)),(69===i||101===i)&&(s=!0,i=r.charCodeAt(++o),(43===i||45===i)&&(i=r.charCodeAt(++o)),o=J3(e,o,i),i=r.charCodeAt(o)),46===i||Jx(i))throw ko(e.source,o,`Invalid number, expected digit but got: ${su(e,o)}.`);return Io(e,s?rt.FLOAT:rt.INT,t,o,r.slice(t,o))}function J3(e,t,n){if(!df(n))throw ko(e.source,t,`Invalid number, expected digit but got: ${su(e,t)}.`);const r=e.source.body;let o=t+1;for(;df(r.charCodeAt(o));)++o;return o}function cle(e,t){const n=e.source.body,r=n.length;let o=t+1,i=o,s="";for(;o<r;){const a=n.charCodeAt(o);if(34===a)return s+=n.slice(i,o),Io(e,rt.STRING,t,o+1,s);if(92===a){s+=n.slice(i,o);const l=117===n.charCodeAt(o+1)?123===n.charCodeAt(o+2)?ule(e,o):dle(e,o):_le(e,o);s+=l.value,o+=l.size,i=o;continue}if(10===a||13===a)break;if(zd(a))++o;else{if(!R2(n,o))throw ko(e.source,o,`Invalid character within String: ${su(e,o)}.`);o+=2}}throw ko(e.source,o,"Unterminated string.")}function ule(e,t){const n=e.source.body;let r=0,o=3;for(;o<12;){const i=n.charCodeAt(t+o++);if(125===i){if(o<5||!zd(r))break;return{value:String.fromCodePoint(r),size:o}}if(r=r<<4|wf(i),r<0)break}throw ko(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+o)}".`)}function dle(e,t){const n=e.source.body,r=aN(n,t+2);if(zd(r))return{value:String.fromCodePoint(r),size:6};if(iN(r)&&92===n.charCodeAt(t+6)&&117===n.charCodeAt(t+7)){const o=aN(n,t+8);if(sN(o))return{value:String.fromCodePoint(r,o),size:12}}throw ko(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function aN(e,t){return wf(e.charCodeAt(t))<<12|wf(e.charCodeAt(t+1))<<8|wf(e.charCodeAt(t+2))<<4|wf(e.charCodeAt(t+3))}function wf(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function _le(e,t){const n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:"\n",size:2};case 114:return{value:"\r",size:2};case 116:return{value:"\t",size:2}}throw ko(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}function hle(e,t){const n=e.source.body,r=n.length;let o=e.lineStart,i=t+3,s=i,a="";const l=[];for(;i<r;){const c=n.charCodeAt(i);if(34===c&&34===n.charCodeAt(i+1)&&34===n.charCodeAt(i+2)){a+=n.slice(s,i),l.push(a);const u=Io(e,rt.BLOCK_STRING,t,i+3,Ase(l).join("\n"));return e.line+=l.length-1,e.lineStart=o,u}if(92!==c||34!==n.charCodeAt(i+1)||34!==n.charCodeAt(i+2)||34!==n.charCodeAt(i+3))if(10!==c&&13!==c)if(zd(c))++i;else{if(!R2(n,i))throw ko(e.source,i,`Invalid character within String: ${su(e,i)}.`);i+=2}else a+=n.slice(s,i),l.push(a),13===c&&10===n.charCodeAt(i+1)?i+=2:++i,a="",s=i,o=i;else a+=n.slice(s,i),s=i+1,i+=4}throw ko(e.source,i,"Unterminated string.")}function fle(e,t){const n=e.source.body,r=n.length;let o=t+1;for(;o<r&&Ise(n.charCodeAt(o));)++o;return Io(e,rt.NAME,t,o,n.slice(t,o))}const ple=globalThis.process?function(t,n){return t instanceof n}:function(t,n){if(t instanceof n)return!0;if("object"==typeof t&&null!==t){var r;const o=n.prototype[Symbol.toStringTag];if(o===(Symbol.toStringTag in t?t[Symbol.toStringTag]:null===(r=t.constructor)||void 0===r?void 0:r.name)){const s=Z8(t);throw new Error(`Cannot use ${o} "${s}" from another module or realm.\n\nEnsure that there is only one instance of "graphql" in the node_modules\ndirectory. If different versions of "graphql" are the dependencies of other\nrelied on modules, use "resolutions" to ensure only one version is installed.\n\nhttps://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate "graphql" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.`)}}return!1};class lN{constructor(t,n="GraphQL request",r={line:1,column:1}){"string"==typeof t||f2(!1,`Body must be a string. Received: ${Z8(t)}.`),this.body=t,this.name=n,this.locationOffset=r,this.locationOffset.line>0||f2(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||f2(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}class Df{constructor(t,n={}){const{lexer:r,...o}=n;if(r)this._lexer=r;else{const i=function gle(e){return ple(e,lN)}(t)?t:new lN(t);this._lexer=new ole(i)}this._options=o,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}parseName(){const t=this.expectToken(rt.NAME);return this.node(t,{kind:Dt.NAME,value:t.value})}parseDocument(){return this.node(this._lexer.token,{kind:Dt.DOCUMENT,definitions:this.many(rt.SOF,this.parseDefinition,rt.EOF)})}parseDefinition(){if(this.peek(rt.BRACE_L))return this.parseOperationDefinition();const t=this.peekDescription(),n=t?this._lexer.lookahead():this._lexer.token;if(t&&n.kind===rt.BRACE_L)throw ko(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are not supported on shorthand queries.");if(n.kind===rt.NAME){switch(n.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}switch(n.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition()}if(t)throw ko(this._lexer.source,this._lexer.token.start,"Unexpected description, only GraphQL definitions support descriptions.");if("extend"===n.value)return this.parseTypeSystemExtension()}throw this.unexpected(n)}parseOperationDefinition(){const t=this._lexer.token;if(this.peek(rt.BRACE_L))return this.node(t,{kind:Dt.OPERATION_DEFINITION,operation:oa.QUERY,description:void 0,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});const n=this.parseDescription(),r=this.parseOperationType();let o;return this.peek(rt.NAME)&&(o=this.parseName()),this.node(t,{kind:Dt.OPERATION_DEFINITION,operation:r,description:n,name:o,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){const t=this.expectToken(rt.NAME);switch(t.value){case"query":return oa.QUERY;case"mutation":return oa.MUTATION;case"subscription":return oa.SUBSCRIPTION}throw this.unexpected(t)}parseVariableDefinitions(){return this.optionalMany(rt.PAREN_L,this.parseVariableDefinition,rt.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:Dt.VARIABLE_DEFINITION,description:this.parseDescription(),variable:this.parseVariable(),type:(this.expectToken(rt.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(rt.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){const t=this._lexer.token;return this.expectToken(rt.DOLLAR),this.node(t,{kind:Dt.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:Dt.SELECTION_SET,selections:this.many(rt.BRACE_L,this.parseSelection,rt.BRACE_R)})}parseSelection(){return this.peek(rt.SPREAD)?this.parseFragment():this.parseField()}parseField(){const t=this._lexer.token,n=this.parseName();let r,o;return this.expectOptionalToken(rt.COLON)?(r=n,o=this.parseName()):o=n,this.node(t,{kind:Dt.FIELD,alias:r,name:o,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(rt.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){return this.optionalMany(rt.PAREN_L,t?this.parseConstArgument:this.parseArgument,rt.PAREN_R)}parseArgument(t=!1){const n=this._lexer.token,r=this.parseName();return this.expectToken(rt.COLON),this.node(n,{kind:Dt.ARGUMENT,name:r,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){const t=this._lexer.token;this.expectToken(rt.SPREAD);const n=this.expectOptionalKeyword("on");return!n&&this.peek(rt.NAME)?this.node(t,{kind:Dt.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(t,{kind:Dt.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){const t=this._lexer.token,n=this.parseDescription();return this.expectKeyword("fragment"),this.node(t,!0===this._options.allowLegacyFragmentVariables?{kind:Dt.FRAGMENT_DEFINITION,description:n,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}:{kind:Dt.FRAGMENT_DEFINITION,description:n,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()}parseValueLiteral(t){const n=this._lexer.token;switch(n.kind){case rt.BRACKET_L:return this.parseList(t);case rt.BRACE_L:return this.parseObject(t);case rt.INT:return this.advanceLexer(),this.node(n,{kind:Dt.INT,value:n.value});case rt.FLOAT:return this.advanceLexer(),this.node(n,{kind:Dt.FLOAT,value:n.value});case rt.STRING:case rt.BLOCK_STRING:return this.parseStringLiteral();case rt.NAME:switch(this.advanceLexer(),n.value){case"true":return this.node(n,{kind:Dt.BOOLEAN,value:!0});case"false":return this.node(n,{kind:Dt.BOOLEAN,value:!1});case"null":return this.node(n,{kind:Dt.NULL});default:return this.node(n,{kind:Dt.ENUM,value:n.value})}case rt.DOLLAR:if(t){if(this.expectToken(rt.DOLLAR),this._lexer.token.kind===rt.NAME)throw ko(this._lexer.source,n.start,`Unexpected variable "$${this._lexer.token.value}" in constant value.`);throw this.unexpected(n)}return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){const t=this._lexer.token;return this.advanceLexer(),this.node(t,{kind:Dt.STRING,value:t.value,block:t.kind===rt.BLOCK_STRING})}parseList(t){return this.node(this._lexer.token,{kind:Dt.LIST,values:this.any(rt.BRACKET_L,()=>this.parseValueLiteral(t),rt.BRACKET_R)})}parseObject(t){return this.node(this._lexer.token,{kind:Dt.OBJECT,fields:this.any(rt.BRACE_L,()=>this.parseObjectField(t),rt.BRACE_R)})}parseObjectField(t){const n=this._lexer.token,r=this.parseName();return this.expectToken(rt.COLON),this.node(n,{kind:Dt.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t)})}parseDirectives(t){const n=[];for(;this.peek(rt.AT);)n.push(this.parseDirective(t));return n}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){const n=this._lexer.token;return this.expectToken(rt.AT),this.node(n,{kind:Dt.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){const t=this._lexer.token;let n;if(this.expectOptionalToken(rt.BRACKET_L)){const r=this.parseTypeReference();this.expectToken(rt.BRACKET_R),n=this.node(t,{kind:Dt.LIST_TYPE,type:r})}else n=this.parseNamedType();return this.expectOptionalToken(rt.BANG)?this.node(t,{kind:Dt.NON_NULL_TYPE,type:n}):n}parseNamedType(){return this.node(this._lexer.token,{kind:Dt.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(rt.STRING)||this.peek(rt.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("schema");const r=this.parseConstDirectives(),o=this.many(rt.BRACE_L,this.parseOperationTypeDefinition,rt.BRACE_R);return this.node(t,{kind:Dt.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:o})}parseOperationTypeDefinition(){const t=this._lexer.token,n=this.parseOperationType();this.expectToken(rt.COLON);const r=this.parseNamedType();return this.node(t,{kind:Dt.OPERATION_TYPE_DEFINITION,operation:n,type:r})}parseScalarTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("scalar");const r=this.parseName(),o=this.parseConstDirectives();return this.node(t,{kind:Dt.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:o})}parseObjectTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("type");const r=this.parseName(),o=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:Dt.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:o,directives:i,fields:s})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(rt.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(rt.BRACE_L,this.parseFieldDefinition,rt.BRACE_R)}parseFieldDefinition(){const t=this._lexer.token,n=this.parseDescription(),r=this.parseName(),o=this.parseArgumentDefs();this.expectToken(rt.COLON);const i=this.parseTypeReference(),s=this.parseConstDirectives();return this.node(t,{kind:Dt.FIELD_DEFINITION,description:n,name:r,arguments:o,type:i,directives:s})}parseArgumentDefs(){return this.optionalMany(rt.PAREN_L,this.parseInputValueDef,rt.PAREN_R)}parseInputValueDef(){const t=this._lexer.token,n=this.parseDescription(),r=this.parseName();this.expectToken(rt.COLON);const o=this.parseTypeReference();let i;this.expectOptionalToken(rt.EQUALS)&&(i=this.parseConstValueLiteral());const s=this.parseConstDirectives();return this.node(t,{kind:Dt.INPUT_VALUE_DEFINITION,description:n,name:r,type:o,defaultValue:i,directives:s})}parseInterfaceTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");const r=this.parseName(),o=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:Dt.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:o,directives:i,fields:s})}parseUnionTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("union");const r=this.parseName(),o=this.parseConstDirectives(),i=this.parseUnionMemberTypes();return this.node(t,{kind:Dt.UNION_TYPE_DEFINITION,description:n,name:r,directives:o,types:i})}parseUnionMemberTypes(){return this.expectOptionalToken(rt.EQUALS)?this.delimitedMany(rt.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("enum");const r=this.parseName(),o=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();return this.node(t,{kind:Dt.ENUM_TYPE_DEFINITION,description:n,name:r,directives:o,values:i})}parseEnumValuesDefinition(){return this.optionalMany(rt.BRACE_L,this.parseEnumValueDefinition,rt.BRACE_R)}parseEnumValueDefinition(){const t=this._lexer.token,n=this.parseDescription(),r=this.parseEnumValueName(),o=this.parseConstDirectives();return this.node(t,{kind:Dt.ENUM_VALUE_DEFINITION,description:n,name:r,directives:o})}parseEnumValueName(){if("true"===this._lexer.token.value||"false"===this._lexer.token.value||"null"===this._lexer.token.value)throw ko(this._lexer.source,this._lexer.token.start,`${O2(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("input");const r=this.parseName(),o=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();return this.node(t,{kind:Dt.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:o,fields:i})}parseInputFieldsDefinition(){return this.optionalMany(rt.BRACE_L,this.parseInputValueDef,rt.BRACE_R)}parseTypeSystemExtension(){const t=this._lexer.lookahead();if(t.kind===rt.NAME)switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(t)}parseSchemaExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");const n=this.parseConstDirectives(),r=this.optionalMany(rt.BRACE_L,this.parseOperationTypeDefinition,rt.BRACE_R);if(0===n.length&&0===r.length)throw this.unexpected();return this.node(t,{kind:Dt.SCHEMA_EXTENSION,directives:n,operationTypes:r})}parseScalarTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");const n=this.parseName(),r=this.parseConstDirectives();if(0===r.length)throw this.unexpected();return this.node(t,{kind:Dt.SCALAR_TYPE_EXTENSION,name:n,directives:r})}parseObjectTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");const n=this.parseName(),r=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===o.length&&0===i.length)throw this.unexpected();return this.node(t,{kind:Dt.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:o,fields:i})}parseInterfaceTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");const n=this.parseName(),r=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===o.length&&0===i.length)throw this.unexpected();return this.node(t,{kind:Dt.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:o,fields:i})}parseUnionTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");const n=this.parseName(),r=this.parseConstDirectives(),o=this.parseUnionMemberTypes();if(0===r.length&&0===o.length)throw this.unexpected();return this.node(t,{kind:Dt.UNION_TYPE_EXTENSION,name:n,directives:r,types:o})}parseEnumTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");const n=this.parseName(),r=this.parseConstDirectives(),o=this.parseEnumValuesDefinition();if(0===r.length&&0===o.length)throw this.unexpected();return this.node(t,{kind:Dt.ENUM_TYPE_EXTENSION,name:n,directives:r,values:o})}parseInputObjectTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");const n=this.parseName(),r=this.parseConstDirectives(),o=this.parseInputFieldsDefinition();if(0===r.length&&0===o.length)throw this.unexpected();return this.node(t,{kind:Dt.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:o})}parseDirectiveDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("directive"),this.expectToken(rt.AT);const r=this.parseName(),o=this.parseArgumentDefs(),i=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");const s=this.parseDirectiveLocations();return this.node(t,{kind:Dt.DIRECTIVE_DEFINITION,description:n,name:r,arguments:o,repeatable:i,locations:s})}parseDirectiveLocations(){return this.delimitedMany(rt.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){const t=this._lexer.token,n=this.parseName();if(Object.prototype.hasOwnProperty.call(oN,n.value))return n;throw this.unexpected(t)}parseSchemaCoordinate(){const t=this._lexer.token,n=this.expectOptionalToken(rt.AT),r=this.parseName();let o,i;return!n&&this.expectOptionalToken(rt.DOT)&&(o=this.parseName()),(n||o)&&this.expectOptionalToken(rt.PAREN_L)&&(i=this.parseName(),this.expectToken(rt.COLON),this.expectToken(rt.PAREN_R)),this.node(t,n?i?{kind:Dt.DIRECTIVE_ARGUMENT_COORDINATE,name:r,argumentName:i}:{kind:Dt.DIRECTIVE_COORDINATE,name:r}:o?i?{kind:Dt.ARGUMENT_COORDINATE,name:r,fieldName:o,argumentName:i}:{kind:Dt.MEMBER_COORDINATE,name:r,memberName:o}:{kind:Dt.TYPE_COORDINATE,name:r})}node(t,n){return!0!==this._options.noLocation&&(n.loc=new Fie(t,this._lexer.lastToken,this._lexer.source)),n}peek(t){return this._lexer.token.kind===t}expectToken(t){const n=this._lexer.token;if(n.kind===t)return this.advanceLexer(),n;throw ko(this._lexer.source,n.start,`Expected ${cN(t)}, found ${O2(n)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t&&(this.advanceLexer(),!0)}expectKeyword(t){const n=this._lexer.token;if(n.kind!==rt.NAME||n.value!==t)throw ko(this._lexer.source,n.start,`Expected "${t}", found ${O2(n)}.`);this.advanceLexer()}expectOptionalKeyword(t){const n=this._lexer.token;return n.kind===rt.NAME&&n.value===t&&(this.advanceLexer(),!0)}unexpected(t){const n=t??this._lexer.token;return ko(this._lexer.source,n.start,`Unexpected ${O2(n)}.`)}any(t,n,r){this.expectToken(t);const o=[];for(;!this.expectOptionalToken(r);)o.push(n.call(this));return o}optionalMany(t,n,r){if(this.expectOptionalToken(t)){const o=[];do{o.push(n.call(this))}while(!this.expectOptionalToken(r));return o}return[]}many(t,n,r){this.expectToken(t);const o=[];do{o.push(n.call(this))}while(!this.expectOptionalToken(r));return o}delimitedMany(t,n){this.expectOptionalToken(t);const r=[];do{r.push(n.call(this))}while(this.expectOptionalToken(t));return r}advanceLexer(){const{maxTokens:t}=this._options,n=this._lexer.advance();if(n.kind!==rt.EOF&&(++this._tokenCounter,void 0!==t&&this._tokenCounter>t))throw ko(this._lexer.source,n.start,`Document contains more that ${t} tokens. Parsing aborted.`)}}function O2(e){const t=e.value;return cN(e.kind)+(null!=t?` "${t}"`:"")}function cN(e){return function ile(e){return e===rt.BANG||e===rt.DOLLAR||e===rt.AMP||e===rt.PAREN_L||e===rt.PAREN_R||e===rt.DOT||e===rt.SPREAD||e===rt.COLON||e===rt.EQUALS||e===rt.AT||e===rt.BRACKET_L||e===rt.BRACKET_R||e===rt.BRACE_L||e===rt.PIPE||e===rt.BRACE_R}(e)?`"${e}"`:e}var P2=new Map,e4=new Map,uN=!0,B2=!1;function dN(e){return e.replace(/[\s,]+/g," ").trim()}function Ile(e){var t=dN(e);if(!P2.has(t)){var n=function yle(e,t){const n=new Df(e,t),r=n.parseDocument();return Object.defineProperty(r,"tokenCount",{enumerable:!1,value:n.tokenCount}),r}(e,{experimentalFragmentVariables:B2,allowLegacyFragmentVariables:B2});if(!n||"Document"!==n.kind)throw new Error("Not a valid GraphQL document.");P2.set(t,function Ele(e){var t=new Set(e.definitions);t.forEach(function(r){r.loc&&delete r.loc,Object.keys(r).forEach(function(o){var i=r[o];i&&"object"==typeof i&&t.add(i)})});var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}(function Tle(e){var t=new Set,n=[];return e.definitions.forEach(function(r){if("FragmentDefinition"===r.kind){var o=r.name.value,i=function ble(e){return dN(e.source.body.substring(e.start,e.end))}(r.loc),s=e4.get(o);s&&!s.has(i)?uN&&console.warn("Warning: fragment with name "+o+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):s||e4.set(o,s=new Set),s.add(i),t.has(i)||(t.add(i),n.push(r))}else n.push(r)}),Nh(Nh({},e),{definitions:n})}(n)))}return P2.get(t)}function jd(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];"string"==typeof e&&(e=[e]);var r=e[0];return t.forEach(function(o,i){r+=o&&"Document"===o.kind?o.loc.source.body:o,r+=e[i+1]}),Ile(r)}var Lf_gql=jd,Lf_resetCaches=function Ale(){P2.clear(),e4.clear()},Lf_disableFragmentWarnings=function Sle(){uN=!1},Lf_enableExperimentalFragmentVariables=function wle(){B2=!0},Lf_disableExperimentalFragmentVariables=function Dle(){B2=!1};(function(e){e.gql=Lf_gql,e.resetCaches=Lf_resetCaches,e.disableFragmentWarnings=Lf_disableFragmentWarnings,e.enableExperimentalFragmentVariables=Lf_enableExperimentalFragmentVariables,e.disableExperimentalFragmentVariables=Lf_disableExperimentalFragmentVariables})(jd||(jd={})),jd.default=jd;const Mle=new class xle extends tM{}(class Lle extends eM{constructor(t,n){super(t,n),this.scheduler=t,this.work=n}schedule(t,n=0){return n>0?super.schedule(t,n):(this.delay=n,this.state=t,this.scheduler.flush(this),this)}execute(t,n){return n>0||this.closed?super.execute(t,n):this._execute(t,n)}requestAsyncId(t,n,r=0){return null!=r&&r>0||null==r&&this.delay>0?super.requestAsyncId(t,n,r):(t.flush(this),0)}});function hN(e){return new Lt(t=>(e().then(n=>{t.closed||(t.next(n),t.complete())},n=>{t.closed||t.error(n)}),()=>t.unsubscribe()))}class Rle{zone;constructor(t){this.zone=t}now=Date.now;schedule(t,n=0,r){return this.zone.run(()=>Mle.schedule(t,n,r))}}function t4(e,t){return e.pipe(x7(new Rle(t)))}class Ole{obsQuery;valueChanges;constructor(t,n){this.obsQuery=t,this.valueChanges=t4(Ks(this.obsQuery),n)}get options(){return this.obsQuery.options}get variables(){return this.obsQuery.variables}getCurrentResult(){return this.obsQuery.getCurrentResult()}refetch(t){return this.obsQuery.refetch(t)}fetchMore(t){return this.obsQuery.fetchMore(t)}subscribeToMore(t){return this.obsQuery.subscribeToMore(t)}updateQuery(t){return this.obsQuery.updateQuery(t)}stopPolling(){return this.obsQuery.stopPolling()}startPolling(t){return this.obsQuery.startPolling(t)}setVariables(t){return this.obsQuery.setVariables(t)}reobserve(t){return this.obsQuery.reobserve(t)}}const n4=new _t("APOLLO_FLAGS"),fN=new _t("APOLLO_OPTIONS"),pN=new _t("APOLLO_NAMED_OPTIONS");class gN{ngZone;flags;_client;useMutationLoading;constructor(t,n,r){this.ngZone=t,this.flags=n,this._client=r,this.useMutationLoading=n?.useMutationLoading??!1}watchQuery(t){return new Ole(this.ensureClient().watchQuery({...t}),this.ngZone)}query(t){return hN(()=>this.ensureClient().query({...t}))}mutate(t){return function kle(e,t){return t?e.pipe(dr(n=>({...n,loading:!1})),function Nle(...e){const t=I0(e);return Ni((n,r)=>{(t?Tf(e,n,t):Tf(e,n)).subscribe(r)})}({data:void 0,loading:!0})):e.pipe(dr(n=>({...n,loading:!1})))}(hN(()=>this.ensureClient().mutate({...t})),t.useMutationLoading??this.useMutationLoading)}watchFragment(t){const{useZone:n,...r}=t,o=this.ensureClient().watchFragment({...r});return!0!==n?o:t4(o,this.ngZone)}subscribe(t){const{useZone:n,...r}=t,o=this.ensureClient().subscribe({...r});return!0!==n?o:t4(o,this.ngZone)}get client(){return this.ensureClient()}set client(t){if(this._client)throw new Error("Client has been already defined");this._client=t}ensureClient(){return this.checkInstance(),this._client}checkInstance(){if(this._client)return!0;throw new Error("Client has not been defined yet")}}let r4=(()=>{class e extends gN{map=new Map;constructor(n,r,o,i){if(super(n,i),r&&this.createDefault(r),o&&"object"==typeof o)for(let s in o)o.hasOwnProperty(s)&&this.create(o[s],s)}create(n,r){o4(r)?this.createNamed(r,n):this.createDefault(n)}default(){return this}use(n){return o4(n)?this.map.get(n):this.default()}createDefault(n){if(this._client)throw new Error("Apollo has been already created.");this.client=this.ngZone.runOutsideAngular(()=>new K3(n))}createNamed(n,r){if(this.map.has(n))throw new Error(`Client ${n} has been already created`);this.map.set(n,new gN(this.ngZone,this.flags,this.ngZone.runOutsideAngular(()=>new K3(r))))}removeClient(n){o4(n)?this.map.delete(n):this._client=void 0}static \u0275fac=function(r){return new(r||e)(jt(pr),jt(fN,8),jt(pN,8),jt(n4,8))};static \u0275prov=Te({token:e,factory:e.\u0275fac})}return e})();function o4(e){return!!e&&"default"!==e}const i4=jd,F2=(e,t)=>e&&t?[...e.keys()].reduce((n,r)=>n.set(r,e.get(r)),t):t||e;const s4={batchInterval:10,batchMax:10,uri:"graphql",method:"POST",withCredentials:!1,includeQuery:!0,includeExtensions:!1,useMultipart:!1};function Ga(e,t,n){return function H2(...e){return e.find(t=>typeof t<"u")}(e[n],t[n],s4[n])}class Fle extends ui{httpClient;options;requester;print=b2;constructor(t,n){super(),this.httpClient=t,this.options=n,this.options.operationPrinter&&(this.print=this.options.operationPrinter),this.requester=r=>new Lt(o=>{const i=r.getContext();let s=Ga(i,this.options,"method");const a=Ga(i,this.options,"includeQuery"),l=Ga(i,this.options,"includeExtensions"),c=Ga(i,this.options,"uri"),u=Ga(i,this.options,"withCredentials"),d=Ga(i,this.options,"useMultipart"),f=!0===this.options.useGETForQueries,y=F2(i.httpContext,F2(this.options.httpContext,new c8)),R=r.query.definitions.some(_e=>"OperationDefinition"===_e.kind&&"query"===_e.operation);f&&R&&(s="GET");const Z={method:s,url:"function"==typeof c?c(r):c,body:{operationName:r.operationName,variables:r.variables},options:{withCredentials:u,useMultipart:d,headers:this.options.headers,context:y}};l&&(Z.body.extensions=r.extensions),a&&(Z.body.query=this.print(r.query));const X=function CN(e){let t=e.headers&&e.headers instanceof ci?e.headers:new ci(e.headers);if(e.clientAwareness){const{name:n,version:r}=e.clientAwareness;n&&!t.has("apollographql-client-name")&&(t=t.set("apollographql-client-name",n)),r&&!t.has("apollographql-client-version")&&(t=t.set("apollographql-client-version",r))}return t}(i);Z.options.headers=((e,t)=>e&&t?t.keys().reduce((r,o)=>r.set(o,t.getAll(o)),e):t||e)(Z.options.headers,X);const ae=((e,t,n)=>{const r=-1!==["POST","PUT","PATCH"].indexOf(e.method.toUpperCase()),i=e.body.length;let a,s=e.options&&e.options.useMultipart;if(s){if(i)return new Lt(c=>c.error(new Error("File upload is not available when combined with Batching")));if(!r)return new Lt(c=>c.error(new Error("File upload is not available when GET is used")));if(!n)return new Lt(c=>c.error(new Error('To use File upload you need to pass "extractFiles" function from "extract-files" library to HttpLink\'s options')));a=n(e.body),s=!!a.files.size}let l={};if(i){if(!r)return new Lt(c=>c.error(new Error("Batching is not available for GET requests")));l={body:e.body}}else l=r?{body:s?a.clone:e.body}:{params:Object.keys(e.body).reduce((d,f)=>{const y=e.body[f];return d[f]=-1!==["variables","extensions"].indexOf(f.toLowerCase())?JSON.stringify(y):y,d},{})};if(s&&r){const c=new FormData;c.append("operations",JSON.stringify(l.body));const u={},d=a.files;let f=0;d.forEach(y=>{u[++f]=y}),c.append("map",JSON.stringify(u)),f=0,d.forEach((y,R)=>{c.append(++f+"",R,R.name)}),l.body=c}return t.request(e.method,e.url,{observe:"response",responseType:"json",reportProgress:!1,...l,...e.options})})(Z,this.httpClient,this.options.extractFiles).subscribe({next:_e=>{r.setContext({response:_e}),o.next(_e.body)},error:_e=>o.error(_e),complete:()=>o.complete()});return()=>{ae.closed||ae.unsubscribe()}})}request(t){return this.requester(t)}}let Hle=(()=>{class e{httpClient;constructor(n){this.httpClient=n}create(n){return new Fle(this.httpClient,n)}static \u0275fac=function(r){return new(r||e)(jt(Hl))};static \u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function yN(e,t){this.v=e,this.k=t}function a4(e){return new yN(e,0)}function l4(e){return function(){return new xf(e.apply(this,arguments))}}function xf(e){var t,n;function r(i,s){try{var a=e[i](s),l=a.value,c=l instanceof yN;Promise.resolve(c?l.v:l).then(function(u){if(c){var d="return"===i?"return":"next";if(!l.k||u.done)return r(d,u);u=e[d](u).value}o(a.done?"return":"normal",u)},function(u){r("throw",u)})}catch(u){o("throw",u)}}function o(i,s){switch(i){case"return":t.resolve({value:s,done:!0});break;case"throw":t.reject(s);break;default:t.resolve({value:s,done:!1})}(t=t.next)?r(t.key,t.arg):n=null}this._invoke=function(i,s){return new Promise(function(a,l){var c={key:i,arg:s,resolve:a,reject:l,next:null};n?n=n.next=c:(t=n=c,r(i,s))})},"function"!=typeof e.return&&(this.return=void 0)}function c4(e){var t,n,r,o=2;for(typeof Symbol<"u"&&(n=Symbol.asyncIterator,r=Symbol.iterator);o--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new U2(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function U2(e){function t(n){if(Object(n)!==n)return Promise.reject(new TypeError(n+" is not an object."));var r=n.done;return Promise.resolve(n.value).then(function(o){return{value:o,done:r}})}return(U2=function(r){this.s=r,this.n=r.next}).prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(r){var o=this.s.return;return void 0===o?Promise.resolve({value:r,done:!0}):t(o.apply(this.s,arguments))},throw:function(r){var o=this.s.return;return void 0===o?Promise.reject(r):t(o.apply(this.s,arguments))}},new U2(e)}function zle(e){if("next"!==e&&"complete"!==e)throw new Error(`Invalid stream event "${e}"`);return e}function jle(e,t){if(t)try{t=JSON.parse(t)}catch{throw new Error("Invalid stream data")}if("next"===e&&!t)throw new Error('Stream data must be an object for "next" events');return t||null}xf.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},xf.prototype.next=function(e){return this._invoke("next",e)},xf.prototype.throw=function(e){return this._invoke("throw",e)},xf.prototype.return=function(e){return this._invoke("return",e)};var Gd=function(e){return e[e.NewLine=10]="NewLine",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.Colon=58]="Colon",e}(Gd||{});class gs extends Error{constructor(t){let n,r;!function Zle(e){return function $le(e){return"object"==typeof e&&null!==e}(e)&&"boolean"==typeof e.ok&&"number"==typeof e.status&&"string"==typeof e.statusText}(t)?n=t instanceof Error?t.message:String(t):(r=t,n="Server responded with "+t.status+": "+t.statusText),super(n),this.name=this.constructor.name,this.response=r}}function bN(e){return u4.apply(this,arguments)}function u4(){return u4=(0,K.A)(function*(e){const{signal:t,url:n,credentials:r,headers:o,body:i,referrer:s,referrerPolicy:a,fetchFn:l,onMessage:c}=e,u={},d={};let f;try{f=yield l(n,{signal:t,method:i?"POST":"GET",credentials:r,referrer:s,referrerPolicy:a,headers:{...o,accept:"text/event-stream"},body:i})}catch(Z){throw new gs(Z)}if(!f.ok)throw new gs(f);if(!f.body)throw new Error("Missing response body");let R,y=null;return(0,K.A)(function*(){var Z;try{const mt=function Gle(){let e,t,n,r=!1,o={event:"",data:""},i=[];const s=new TextDecoder;return function(l){if(void 0===e)e=l,t=0,n=-1;else{const d=new Uint8Array(e.length+l.length);d.set(e),d.set(l,e.length),e=d}const c=e.length;let u=0;for(;t<c;){r&&(e[t]===Gd.NewLine&&(u=++t),r=!1);let d=-1;for(;t<c&&-1===d;++t)switch(e[t]){case Gd.Colon:-1===n&&(n=t-u);break;case Gd.CarriageReturn:r=!0;case Gd.NewLine:d=t}if(-1===d)break;if(u===d){if(o.event||o.data){if(!o.event)throw new Error("Missing message event");const f=zle(o.event),y=jle(f,o.data);i.push({event:f,data:y}),o={event:"",data:""}}}else if(n>0){const f=e.subarray(u,d),y=s.decode(f.subarray(0,n)),Z=s.decode(f.subarray(n+(f[n+1]===Gd.Space?2:1)));switch(y){case"event":o.event=Z;break;case"data":o.data=o.data?o.data+"\n"+Z:Z}}u=t,n=-1}if(u===c){e=void 0;const d=[...i];return i=[],d}0!==u&&(e=e.subarray(u),t-=u)}}();var _e,X=!1,ae=!1;try{for(var ot,Ye=c4(function qle(e){return"function"==typeof Object(e)[Symbol.asyncIterator]?e:l4(function*(){const t=e.getReader();let n;do{n=yield a4(t.read()),void 0!==n.value&&(yield n.value)}while(!n.done)})()}(f.body));X=!(ot=yield Ye.next()).done;X=!1){const Xt=ot.value;{if("string"==typeof Xt)throw y=new Error(`Unexpected string chunk "${Xt}"`);let Tn;try{Tn=mt(Xt)}catch(nn){throw y=nn}if(!Tn)continue;for(const nn of Tn){try{c?.(nn)}catch(Dn){throw y=Dn}const Vn=nn.data&&"id"in nn.data?nn.data.id:"";switch(Vn in d||(d[Vn]=[]),nn.event){case"next":d[Vn].push(Vn?nn.data.payload:nn.data);break;case"complete":d[Vn].push("complete");break;default:throw y=new Error(`Unexpected message event "${nn.event}"`)}null===(Z=u[Vn])||void 0===Z||Z.proceed()}}}}catch(Xt){ae=!0,_e=Xt}finally{try{X&&null!=Ye.return&&(yield Ye.return())}finally{if(ae)throw _e}}if(Object.keys(u).length)throw new Error("Connection closed while having active streams")}catch(mt){y=!y&&Object.keys(u).length?new gs(mt):mt,R?.(y)}finally{Object.values(u).forEach(({proceed:mt})=>mt())}})(),{url:n,headers:o,waitForThrow:()=>new Promise((Z,X)=>{if(y)return X(y);R=X}),getResults:Z=>l4(function*(){var X;const{signal:ae,operationId:_e=""}=Z??{};try{for(;;){for(;null!==(X=d[_e])&&void 0!==X&&X.length;){const Ye=d[_e].shift();if("complete"===Ye)return;yield Ye}if(y)throw y;if(ae?.aborted)throw new Error("Getting results aborted by the client");yield a4(new Promise(Ye=>{const ot=()=>{ae?.removeEventListener("abort",ot),delete u[_e],Ye()};ae?.addEventListener("abort",ot),u[_e]={proceed:ot}}))}}finally{delete d[_e]}})()}}),u4.apply(this,arguments)}class Yle extends ui{constructor(t){super(),this.client=function Wle(e){const{singleConnection:t=!1,lazy:n=!0,lazyCloseTimeout:r=0,onNonLazyError:o=console.error,generateID:i=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,Vn=>{const Dn=16*Math.random()|0;return("x"==Vn?Dn:3&Dn|8).toString(16)})},retryAttempts:s=5,retry:a=function(){var nn=(0,K.A)(function*(Dn){let Xn=1e3;for(let Ei=0;Ei<Dn;Ei++)Xn*=2;yield new Promise(Ei=>setTimeout(Ei,Xn+Math.floor(2700*Math.random()+300)))});return function Vn(Dn){return nn.apply(this,arguments)}}(),credentials:l="same-origin",referrer:c,referrerPolicy:u,onMessage:d,on:f}=e,y=e.fetchFn||fetch,R=e.abortControllerImpl||AbortController,Z=(()=>{let nn=!1;const Vn=[];return{get disposed(){return nn},onDispose:Dn=>nn?(setTimeout(()=>Dn(),0),()=>{}):(Vn.push(Dn),()=>{Vn.splice(Vn.indexOf(Dn),1)}),dispose(){if(!nn){nn=!0;for(const Dn of[...Vn])Dn()}}}})();let X,ae,_e=0,Ye=null,ot=0;function mt(){return Xt.apply(this,arguments)}function Xt(){return(Xt=(0,K.A)(function*(){try{if(Z.disposed)throw new Error("Client has been disposed");return yield ae??(ae=(0,K.A)(function*(){var nn,Vn,Dn;if(Ye){if(yield a(ot),X.signal.aborted)throw new Error("Connection aborted by the client");ot++}null===(nn=f?.connecting)||void 0===nn||nn.call(f,!!Ye),X=new R;const Xn=Z.onDispose(()=>X.abort());X.signal.addEventListener("abort",()=>{Xn(),ae=void 0});const Ei=e,mo="function"==typeof Ei.url?yield Ei.url(void 0):Ei.url;if(X.signal.aborted)throw new Error("Connection aborted by the client");const Do="function"==typeof Ei.headers?yield Ei.headers(void 0):null!==(Vn=Ei.headers)&&void 0!==Vn?Vn:{};if(X.signal.aborted)throw new Error("Connection aborted by the client");let Ro;try{Ro=yield y(mo,{signal:X.signal,method:"PUT",credentials:l,referrer:c,referrerPolicy:u,headers:Do})}catch(vs){throw new gs(vs)}if(201!==Ro.status)throw new gs(Ro);const da=yield Ro.text();Do["x-graphql-event-stream-token"]=da;const Ya=yield bN({signal:X.signal,headers:Do,credentials:l,referrer:c,referrerPolicy:u,url:mo,fetchFn:y,onMessage:vs=>{var _a;null===(_a=f?.message)||void 0===_a||_a.call(f,vs),d?.(vs)}});return null===(Dn=f?.connected)||void 0===Dn||Dn.call(f,!!Ye),Ya.waitForThrow().catch(()=>ae=void 0),Ya})())}catch(nn){throw ae=void 0,nn}})).apply(this,arguments)}function Tn(nn,Vn,Dn){if(!t){const mo=new R,Do=Z.onDispose(()=>{Do(),mo.abort()});return(0,K.A)(function*(){var Ro,da,Ya,vs,_a;let Ii=null,du=0;for(;;)try{if(Ii){if(yield a(du),mo.signal.aborted)throw new Error("Connection aborted by the client");du++}null===(Ro=f?.connecting)||void 0===Ro||Ro.call(f,!!Ii),null===(da=Dn?.connecting)||void 0===da||da.call(Dn,!!Ii);const os=e,u1e="function"==typeof os.url?yield os.url(nn):os.url;if(mo.signal.aborted)throw new Error("Connection aborted by the client");const d1e="function"==typeof os.headers?yield os.headers(nn):null!==(Ya=os.headers)&&void 0!==Ya?Ya:{};if(mo.signal.aborted)throw new Error("Connection aborted by the client");const{getResults:_1e}=yield bN({signal:mo.signal,headers:{...d1e,"content-type":"application/json; charset=utf-8"},credentials:l,referrer:c,referrerPolicy:u,url:u1e,body:JSON.stringify(nn),fetchFn:y,onMessage:hu=>{var B4,F4;null===(B4=f?.message)||void 0===B4||B4.call(f,hu),null===(F4=Dn?.message)||void 0===F4||F4.call(Dn,hu),d?.(hu)}});null===(vs=f?.connected)||void 0===vs||vs.call(f,!!Ii),null===(_a=Dn?.connected)||void 0===_a||_a.call(Dn,!!Ii);var ha,Uf=!1,Yd=!1;try{for(var _u,oc=c4(_1e());Uf=!(_u=yield oc.next()).done;Uf=!1)Ii=null,du=0,Vn.next(_u.value)}catch(hu){Yd=!0,ha=hu}finally{try{Uf&&null!=oc.return&&(yield oc.return())}finally{if(Yd)throw ha}}return mo.abort()}catch(os){if(mo.signal.aborted)return;if(!(os instanceof gs)||!s||du>=s)throw os;Ii=os}})().then(()=>Vn.complete()).catch(Ro=>Vn.error(Ro)),()=>mo.abort()}_e++;const Xn=new R,Ei=Z.onDispose(()=>{Ei(),Xn.abort()});return(0,K.A)(function*(){const mo=i();nn={...nn,extensions:{...nn.extensions,operationId:mo}};let Do=null;for(;;){Do=null;try{const{url:Ii,headers:du,getResults:Uf}=yield mt();let Yd;try{Yd=yield y(Ii,{signal:Xn.signal,method:"POST",credentials:l,referrer:c,referrerPolicy:u,headers:{...du,"content-type":"application/json; charset=utf-8"},body:JSON.stringify(nn)})}catch(ha){throw new gs(ha)}if(202!==Yd.status)throw new gs(Yd);Do=function(){var ha=(0,K.A)(function*(){let oc;try{const _u=new R,os=Z.onDispose(()=>{os(),_u.abort()});oc=yield y(Ii+"?operationId="+mo,{signal:_u.signal,method:"DELETE",credentials:l,referrer:c,referrerPolicy:u,headers:du})}catch(_u){throw new gs(_u)}if(200!==oc.status)throw new gs(oc)});return function(){return ha.apply(this,arguments)}}();var Ya,Ro=!1,da=!1;try{for(var _a,vs=c4(Uf({signal:Xn.signal,operationId:mo}));Ro=!(_a=yield vs.next()).done;Ro=!1)Ye=null,ot=0,Vn.next(_a.value)}catch(ha){da=!0,Ya=ha}finally{try{Ro&&null!=vs.return&&(yield vs.return())}finally{if(da)throw Ya}}return Do=null,Xn.abort()}catch(Ii){if(Xn.signal.aborted)return yield Do?.();if(!(Ii instanceof gs)||(n&&(ae=void 0),!s||ot>=s))throw Xn.abort(),Ii;Ye=Ii}finally{Xn.signal.aborted&&0===--_e&&(isFinite(r)&&r>0?setTimeout(()=>{_e||X.abort()},r):X.abort())}}})().then(()=>Vn.complete()).catch(mo=>Vn.error(mo)),()=>Xn.abort()}return t&&!n&&(0,K.A)(function*(){for(_e++;;)try{const{waitForThrow:nn}=yield mt();yield nn()}catch(nn){if(Z.disposed)return;if(!(nn instanceof gs)||(ae=void 0,!s||ot>=s))return o?.(nn);Ye=nn}})(),{subscribe:Tn,iterate(nn,Vn){const Dn=[],Xn={done:!1,error:null,resolve:()=>{}},Ei=Tn(nn,{next(Do){Dn.push(Do),Xn.resolve()},error(Do){Xn.done=!0,Xn.error=Do,Xn.resolve()},complete(){Xn.done=!0,Xn.resolve()}},Vn),mo=(Do=l4(function*(){for(;;){for(Dn.length||(yield a4(new Promise(da=>Xn.resolve=da)));Dn.length;)yield Dn.shift();if(Xn.error)throw Xn.error;if(Xn.done)return}}),function Ro(){return Do.apply(this,arguments)})();var Do;return mo.throw=function(){var Do=(0,K.A)(function*(Ro){return Xn.done||(Xn.done=!0,Xn.error=Ro,Xn.resolve()),{done:!0,value:void 0}});return function(Ro){return Do.apply(this,arguments)}}(),mo.return=(0,K.A)(function*(){return Ei(),{done:!0,value:void 0}}),mo},dispose(){Z.dispose()}}}(t)}request(t){return new Lt(n=>this.client.subscribe({...t,query:b2(t.query)},{next:n.next.bind(n),complete:n.complete.bind(n),error:n.error.bind(n)}))}}const Kle={run:e=>e(),runOutsideAngular:e=>e()};let TN=(()=>{class e{constructor(){this.httpLink=fe(Hle),this.gatewayService=fe(dx),this.apollo=(n,r=!1)=>new r4(Kle,this.createApolloOptions(n,r))}createApolloOptions(n,r=!1){const o=new HM(l=>{const c=l.headers instanceof ci?l.headers:new ci(l.headers??{});return{...l,uri:()=>this.gatewayService.getGatewayUrl(n,r),headers:c.set("Authorization",`Bearer ${n.token}`).set("Accept","charset=utf-8")}}),i=Jie(({query:l})=>{const c=b3(l);return"OperationDefinition"===c.kind&&"subscription"===c.operation},new Yle({url:()=>this.gatewayService.getGatewayUrl(n,r),headers:()=>({Authorization:`Bearer ${n.token}`})}),this.httpLink.create({}));return{link:ui.from([o,i]),cache:new FM}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var $d=it(7184);let V2=(()=>{class e{constructor(){this.apolloFactory=fe(TN),this.luigiCoreService=fe(po)}read(n,r,o,i,s=!0){const a=B(i),l=this.getNamespace(i);let c=this.resolveReadQuery(r,o,n,a?l:void 0);return c=this.parseGQLQuery(c),this.apolloFactory.apollo(i,s).query({query:c,variables:{name:n,...a&&{namespace:l}}}).pipe(dr(u=>E(u.data,M(r,"."))))}resolveReadQuery(n,r,o,i){if(r instanceof Array){const{entity:s,version:a,apiGroup:l}=n,c=[{operation:s,variables:{name:{value:o,type:"String!"},...i&&{namespace:{value:i,type:"String"}}},fields:r}],u=this.calcQueryOptions(c,[{operation:l},{operation:a}]);return $d.P(u).query}return r}list(n,r,o,i=!1,s){const l={...B(o)&&{namespace:{type:"String",value:this.getNamespace(o)}},...s?.limit&&{limit:{type:"Int",value:s?.limit}},...s?.continue&&{continue:{type:"String",value:s?.continue}}},c=o.resourceDefinition;return c?r instanceof Array?this.listWithFields(c,r,o,i,l):this.listWithRawQuery(n,r,o,i,l):Jl(()=>new Error("Resource definition is required"))}getResourceReadyStatus(n,r){const o=r.resourceDefinition?.readyCondition;return!o||L(n,o)}listWithFields(n,r,o,i,s){const{apiGroup:a,entityCollection:l,version:c}=n,d=this.calcQueryOptions([{operation:l,variables:s,fields:["resourceVersion","remainingItemCount","continue",{items:r}]}],[{operation:a},{operation:c}]),f=$d.P(d),y=this.parseGQLQuery(f.query);return this.apolloFactory.apollo(o,i).query({query:y,variables:f.variables}).pipe(dr(R=>{const Z=E(R.data,M({apiGroup:a,version:c,entity:l},"."));if(!Z)throw new Error("Resource list result not found");return Z}),dr(R=>{const Z=R.items.map(X=>({...X,ready:this.getResourceReadyStatus(X,o)})).map(X=>({...X,isAvailable:this.isAvailable(X),accessibleName:this.getAccessibleName(X)}));return{...R,items:Z}}))}isAvailable(n){return!!n.ready&&!n.metadata?.deletionTimestamp}getAccessibleName(n){return n.metadata?.deletionTimestamp?"Resource is pending deletion":n.ready?void 0:"Resource is not ready"}listWithRawQuery(n,r,o,i,s){const a=this.parseGQLQuery(r);return this.apolloFactory.apollo(o,i).query({query:a,variables:this.normalizeGqlBuilderVariables(s)}).pipe(dr(l=>E(l.data,n)??[]),za(l=>(this.alertErrors(l),console.error("Error executing GraphQL query.",l),Jl(()=>l))))}resourceChangeSubscription(n,r,o,i,s){const l={...B(o)&&{namespace:{type:"String",value:this.getNamespace(o)}}},c=n.toLowerCase(),u=$d.gP({operation:c,fields:["type",{object:r}],variables:{...l,resourceVersion:{type:"String",value:i}}}),d=this.parseGQLQuery(u.query);return this.apolloFactory.apollo(o,s).subscribe({query:d,variables:u.variables}).pipe(dr(f=>{const y=E(f.data,c);return y&&(y.object.ready=this.getResourceReadyStatus(y.object,o),y.object.isAvailable=this.isAvailable(y.object),y.object.accessibleName=this.getAccessibleName(y.object)),y}))}alertErrors(n){this.luigiCoreService.showAlert({text:n.message,type:"error"})}delete(n,r,o,i=!1){const s=B(o),{apiGroup:a,entity:l,version:c}=r,u=[{operation:`delete${l}`,variables:{name:{type:"String!",value:n.metadata.name},...s&&{namespace:{type:"String",value:this.getNamespace(o)}}},fields:[]}],d=this.calcQueryOptions(u,[{operation:a},{operation:c}]),f=$d.gO(d),y=this.parseGQLQuery(f.query);return this.apolloFactory.apollo(o,i).mutate({mutation:y,variables:f.variables}).pipe(za(R=>(this.alertErrors(R),console.error("Error executing GraphQL query.",R),Jl(()=>R))))}create(n,r,o){const i=B(o),{apiGroup:s,entity:a,version:l}=r,c=this.getNamespace(o,n),u=[{operation:`create${a}`,variables:{...i&&{namespace:{type:"String",value:c}},object:{type:`${a}Input!`,value:n}},fields:["__typename"]}],d=this.calcQueryOptions(u,[{operation:s},{operation:l}]),f=$d.gO(d),y=this.parseGQLQuery(f.query);return this.apolloFactory.apollo(o).mutate({mutation:y,fetchPolicy:"no-cache",variables:f.variables}).pipe(za(R=>(this.alertErrors(R),console.error("Error executing GraphQL query.",R),Jl(()=>R))))}update(n,r,o,i=!1,s=["__typename"]){const a=B(o),{apiGroup:l,entity:c,version:u}=r,d=this.getNamespace(o),f=j(n),y=[{operation:`update${c}`,variables:{...a&&{namespace:{type:"String",value:d}},name:{type:"String!",value:n.metadata.name},object:{type:`${c}Input!`,value:f}},fields:s}],R=this.calcQueryOptions(y,[{operation:l},{operation:u}]),Z=$d.gO(R),X=this.parseGQLQuery(Z.query);return this.apolloFactory.apollo(o,i).mutate({mutation:X,fetchPolicy:"no-cache",variables:Z.variables}).pipe(dr(ae=>E(ae.data,M({apiGroup:l,entity:`update${c}`,version:u},"."))),za(ae=>(this.alertErrors(ae),console.error("Error executing GraphQL query.",ae),Jl(()=>ae))))}getNamespace(n,r){if(n.namespaceId)return n.namespaceId;if(r?.metadata?.namespace)return r.metadata.namespace;const o=this.luigiCoreService.routing().getSearchParams().namespace;return o?"-all-"===o?void 0:o:void 0}normalizeGqlBuilderVariables(n){return Object.fromEntries(Object.entries(n).map(([r,o])=>[r,o.value]))}calcQueryOptions(n,r){const o=r.filter(a=>!!a?.operation);if(0===o.length){const a=n.pop();if(a&&a.operation&&a.fields)return a;throw new Error("At least one wrapper or inner fields is required")}let i=n,s=o.pop();return o.forEach(a=>{i=[{operation:s.operation,fields:n,variables:s.variables}],s=a}),{operation:s.operation,fields:i,variables:s.variables}}parseGQLQuery(n){try{return i4`
|
|
67
|
+
*/globalThis.$localize=u2;const ar=globalThis.Luigi;let po=(()=>{class e{setConfig(n){return ar.setConfig(n)}get config(){return ar.getConfig()}getConfigValue(n){return ar.getConfigValue(n)}unloadConfig(){return ar.unload()}sendCustomMessage(n){return ar.sendCustomMessage(n)}configChanged(n){ar.configChanged(n)}customMessages(){return ar.customMessages()}navigation(){return ar.navigation()}resetLuigi(){ar.reset()}clearNavigationCache(){ar.clearNavigationCache&&ar.clearNavigationCache()}showAlert(n){return ar.showAlert(n)}ux(){return ar.ux()}theming(){return ar.theming()}i18n(){return ar.i18n()}globalSearch(){return ar.globalSearch()}getGlobalContext(){return ar.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){ar.setGlobalContext(n,r)}setInGlobalContext(n,r=!1){ar.setGlobalContext({...this.getGlobalContext(),...n},r)}routing(){return ar.routing()}setFeatureToggle(n){ar.featureToggles().setFeatureToggle(n)}unsetFeatureToggle(n){ar.featureToggles().unsetFeatureToggle(n)}unsetAllFeatureToggles(){ar.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 ar.featureToggles().getActiveFeatureToggleList().includes(n)}getActiveFeatureToggleList(){return ar.featureToggles().getActiveFeatureToggleList()}setAuthData(n){ar.auth().store.setAuthData(n),ar.auth().store.setNewlyAuthorized()}removeAuthData(){ar.auth().store.removeAuthData()}getAuthData(){return ar.auth().store.getAuthData()}setCurrentLocale(n){ar.i18n().setCurrentLocale(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),nu=(()=>{class e{constructor(){this.http=fe(Hl)}getEnvConfig(){var n=this;return(0,K.A)(function*(){return n.envConfigCache||(yield Zh(n.http.get("/rest/envconfig").pipe(Kc(r=>n.envConfigCache=r)))),n.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Ba=(()=>{class e{constructor(){this.envConfigService=fe(nu),this.luigiCoreService=fe(po),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,K.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,K.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,K.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=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var ru=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}(ru||{});(0,K.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(ru.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..."})}})}),document.body.classList.add("ui5-content-density-compact");let dx=(()=>{class e{constructor(){this.luigiCoreService=fe(po)}getGatewayUrl(n,r=!1){const o=n.portalContext.crdGatewayApiUrl,i=this.extractKcpPath(o);return o?.replace(i,this.resolveKcpPath(n,r))}updateCrdGatewayUrlWithEntityPath(n){const r=this.luigiCoreService.getGlobalContext().portalContext.crdGatewayApiUrl,o=this.extractKcpPath(r);this.luigiCoreService.getGlobalContext().portalContext.crdGatewayApiUrl=r.replace(o,n)}resolveKcpPath(n,r=!1){let i=this.extractKcpPath(n.portalContext.crdGatewayApiUrl);if(n.kcpPath&&(i=n.kcpPath),r){const s=i.lastIndexOf(":");-1!==s&&(i=i.slice(0,s))}return i}extractKcpPath(n){return n.match(new RegExp("(root:orgs[^/]*)"))?.[1]||""}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();const Wl=new Lt(e=>e.complete());function ps(e,t){return e.definitions.find(n=>"OperationDefinition"===n.kind&&!!n.name)?.name.value??t}function f2(e,t){if(!e)throw new Error(t)}function Z8(e){return p2(e,[])}function p2(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return function kie(e,t){if(null===e)return"null";if(t.includes(e))return"[Circular]";const n=[...t,e];if(function Rie(e){return"function"==typeof e.toJSON}(e)){const r=e.toJSON();if(r!==e)return"string"==typeof r?r:p2(r,n)}else if(Array.isArray(e))return function Pie(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";const n=Math.min(10,e.length),r=e.length-n,o=[];for(let i=0;i<n;++i)o.push(p2(e[i],t));return 1===r?o.push("... 1 more item"):r>1&&o.push(`... ${r} more items`),"["+o.join(", ")+"]"}(e,n);return function Oie(e,t){const n=Object.entries(e);return 0===n.length?"{}":t.length>2?"["+function Bie(e){const t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){const n=e.constructor.name;if("string"==typeof n&&""!==n)return n}return t}(e)+"]":"{ "+n.map(([o,i])=>o+": "+p2(i,t)).join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}class Fie{constructor(t,n,r){this.start=t.start,this.end=n.end,this.startToken=t,this.endToken=n,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class hx{constructor(t,n,r,o,i,s){this.kind=t,this.start=n,this.end=r,this.line=o,this.column=i,this.value=s,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}const fx={Name:[],Document:["definitions"],OperationDefinition:["description","name","variableDefinitions","directives","selectionSet"],VariableDefinition:["description","variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["description","name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","directives","locations"],SchemaExtension:["directives","operationTypes"],DirectiveExtension:["name","directives"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"],TypeCoordinate:["name"],MemberCoordinate:["name","memberName"],ArgumentCoordinate:["name","fieldName","argumentName"],DirectiveCoordinate:["name"],DirectiveArgumentCoordinate:["name","argumentName"]},Hie=new Set(Object.keys(fx));function px(e){const t=e?.kind;return"string"==typeof t&&Hie.has(t)}var oa=function(e){return e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription",e}(oa||{}),At=function(e){return e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.DIRECTIVE_EXTENSION="DirectiveExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension",e.TYPE_COORDINATE="TypeCoordinate",e.MEMBER_COORDINATE="MemberCoordinate",e.ARGUMENT_COORDINATE="ArgumentCoordinate",e.DIRECTIVE_COORDINATE="DirectiveCoordinate",e.DIRECTIVE_ARGUMENT_COORDINATE="DirectiveArgumentCoordinate",e}(At||{});const Zl=Object.freeze({});function ia(e,t,n=fx){const r=new Map;for(const ae of Object.values(At))r.set(ae,q8(t,ae));let o,u,d,i=Array.isArray(e),s=[e],a=-1,l=[],c=e;const f=[],y=[];do{a++;const ae=a===s.length,_e=ae&&0!==l.length;if(ae){if(u=0===y.length?void 0:f[f.length-1],c=d,d=y.pop(),_e)if(i){c=c.slice();let ot=0;for(const[mt,Xt]of l){const Tn=mt-ot;null===Xt?(c.splice(Tn,1),ot++):c[Tn]=Xt}}else{c={...c};for(const[ot,mt]of l)c[ot]=mt}a=o.index,s=o.keys,l=o.edits,i=o.inArray,o=o.prev}else if(d){if(u=i?a:s[a],c=d[u],null==c)continue;f.push(u)}let Ye;if(!Array.isArray(c)){var R,Z;px(c)||f2(!1,`Invalid AST Node: ${Z8(c)}.`);const ot=ae?null===(R=r.get(c.kind))||void 0===R?void 0:R.leave:null===(Z=r.get(c.kind))||void 0===Z?void 0:Z.enter;if(Ye=ot?.call(t,c,u,d,f,y),Ye===Zl)break;if(!1===Ye){if(!ae){f.pop();continue}}else if(void 0!==Ye&&(l.push([u,Ye]),!ae)){if(!px(Ye)){f.pop();continue}c=Ye}}var X;void 0===Ye&&_e&&l.push([u,c]),ae?f.pop():(o={inArray:i,index:a,keys:s,edits:l,prev:o},i=Array.isArray(c),s=i?c:null!==(X=n[c.kind])&&void 0!==X?X:[],a=-1,l=[],d&&y.push(d),d=c)}while(void 0!==o);return 0!==l.length?l[l.length-1][1]:e}function q8(e,t){const n=e[t];return"object"==typeof n?n:"function"==typeof n?{enter:n,leave:void 0}:{enter:e.enter,leave:e.leave}}function xd(e){try{return e()}catch{}}const Y8=xd(()=>globalThis)||xd(()=>window)||xd(()=>self)||xd(()=>global)||xd(function(){return xd.constructor("return this")()}),K8="4.1.9",gx=new Map;function mx(e){const t=gx.get(e)||1;return gx.set(e,t+1),`${e}:${t}:${Math.random().toString(36).slice(2)}`}const Cx="Invariant Violation";class X8 extends Error{constructor(t=Cx){super(t),this.name=Cx,Object.setPrototypeOf(this,X8.prototype)}}const g2=["debug","log","warn","error","silent"];let Q8=g2.indexOf("silent");function Ot(e,...t){if(!e)throw es(...t)}function m2(e){return function(t,...n){if(g2.indexOf(e)>=Q8){const r=console[e]||console.log;if("number"==typeof t){const o=t;(t=bx(o))||(t=Tx(o,n),n=[])}r(t,...n)}}}function es(e,...t){return new X8(bx(e,t)||Tx(e,t))}Ot.debug=m2("debug"),Ot.log=m2("log"),Ot.warn=m2("warn"),Ot.error=m2("error");const yx=Symbol.for("ApolloErrorMessageHandler_"+K8);function J8(e){if("string"==typeof e)return e;try{return function vx(e,t=0){const n=mx("stringifyForDisplay");return JSON.stringify(e,(r,o)=>void 0===o?n:o,t).split(JSON.stringify(n)).join("<undefined>")}(e,2).slice(0,1e3)}catch{return"<non-serializable>"}}function bx(e,t=[]){if(e)return Y8[yx]&&Y8[yx](e,t.map(J8))}function Tx(e,t=[]){if(e)return"string"==typeof e?t.reduce((n,r)=>n.replace(/%[sdfo]/,J8(r)),e):`An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#${encodeURIComponent(JSON.stringify({version:K8,message:e,args:t.map(J8)}))}`}const Fa={...Y8[Symbol.for("apollo.cacheSize")]},Vie=()=>Object.create(null),{forEach:zie,slice:Ex}=Array.prototype,{hasOwnProperty:jie}=Object.prototype;class sa{constructor(t=!0,n=Vie){this.weakness=t,this.makeData=n}lookup(){return this.lookupArray(arguments)}lookupArray(t){let n=this;return zie.call(t,r=>n=n.getChildTrie(r)),jie.call(n,"data")?n.data:n.data=this.makeData(Ex.call(t))}peek(){return this.peekArray(arguments)}peekArray(t){let n=this;for(let r=0,o=t.length;n&&r<o;++r){const i=n.mapFor(t[r],!1);n=i&&i.get(t[r])}return n&&n.data}remove(){return this.removeArray(arguments)}removeArray(t){let n;if(t.length){const r=t[0],o=this.mapFor(r,!1),i=o&&o.get(r);i&&(n=i.removeArray(Ex.call(t,1)),!i.data&&!i.weak&&(!i.strong||!i.strong.size)&&o.delete(r))}else n=this.data,delete this.data;return n}getChildTrie(t){const n=this.mapFor(t,!0);let r=n.get(t);return r||n.set(t,r=new sa(this.weakness,this.makeData)),r}mapFor(t,n){return this.weakness&&function Gie(e){switch(typeof e){case"object":if(null===e)break;case"function":return!0}return!1}(t)?this.weak||(n?this.weak=new WeakMap:void 0):this.strong||(n?this.strong=new Map:void 0)}}function e3(){}const $ie=e3,Wie=typeof WeakRef<"u"?WeakRef:function(e){return{deref:()=>e}},Zie=typeof WeakMap<"u"?WeakMap:Map,qie=typeof FinalizationRegistry<"u"?FinalizationRegistry:function(){return{register:e3,unregister:e3}};class v2{constructor(t=1/0,n=$ie){this.max=t,this.dispose=n,this.map=new Zie,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{const r=this.unfinalizedNodes.values();for(let o=0;o<10024;o++){const i=r.next().value;if(!i)break;this.unfinalizedNodes.delete(i);const s=i.key;delete i.key,i.keyRef=new Wie(s),this.registry.register(s,i,i)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new qie(this.deleteNode.bind(this))}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:o}=n;o&&(o.older=r),r&&(r.newer=o),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=o)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.scheduleFinalization(r),this.map.set(t,r),this.size++,r.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(t){t===this.newest&&(this.newest=t.older),t===this.oldest&&(this.oldest=t.newer),t.newer&&(t.newer.older=t.older),t.older&&(t.older.newer=t.newer),this.size--;const n=t.key||t.keyRef&&t.keyRef.deref();this.dispose(t.value,n),t.keyRef?this.registry.unregister(t):this.unfinalizedNodes.delete(t),n&&this.map.delete(n)}delete(t){const n=this.map.get(t);return!!n&&(this.deleteNode(n),!0)}scheduleFinalization(t){this.unfinalizedNodes.add(t),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}function Kie(){}class t3{constructor(t=1/0,n=Kie){this.max=t,this.dispose=n,this.map=new Map,this.newest=null,this.oldest=null}has(t){return this.map.has(t)}get(t){const n=this.getNode(t);return n&&n.value}get size(){return this.map.size}getNode(t){const n=this.map.get(t);if(n&&n!==this.newest){const{older:r,newer:o}=n;o&&(o.older=r),r&&(r.newer=o),n.older=this.newest,n.older.newer=n,n.newer=null,this.newest=n,n===this.oldest&&(this.oldest=o)}return n}set(t,n){let r=this.getNode(t);return r?r.value=n:(r={key:t,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.map.set(t,r),r.value)}clean(){for(;this.oldest&&this.map.size>this.max;)this.delete(this.oldest.key)}delete(t){const n=this.map.get(t);return!!n&&(n===this.newest&&(this.newest=n.older),n===this.oldest&&(this.oldest=n.newer),n.newer&&(n.newer.older=n.older),n.older&&(n.older.newer=n.newer),this.map.delete(t),this.dispose(n.value,t),!0)}}const n3=new WeakSet;function Ix(e){e.size<=(e.max||-1)||n3.has(e)||(n3.add(e),setTimeout(()=>{e.clean(),n3.delete(e)},100))}const r3=function(e,t){const n=new v2(e,t);return n.set=function(r,o){const i=v2.prototype.set.call(this,r,o);return Ix(this),i},n},Xie=function(e,t){const n=new t3(e,t);return n.set=function(r,o){const i=t3.prototype.set.call(this,r,o);return Ix(this),i},n};function Ax(e,{max:t,makeCacheKey:n=r=>r}){const r=new sa(!0),o=new r3(t);return(...i)=>{const s=r.lookupArray(n(i)),a=o.get(s);if(a){if(a.error)throw a.error;return a.result}const l=o.set(s,{});try{return l.result=e(...i)}catch(c){throw l.error=c,c}}}const ql=Ax((e,t)=>{Ot(e&&"Document"===e.kind,1);const n=e.definitions.filter(r=>"OperationDefinition"===r.kind);t&&Ot(1==n.length&&n[0].operation===t,4,t,t,n[0].operation),ia(e,{Field(r,o,i,s){if(r.alias&&("__typename"===r.alias.value||r.alias.value.startsWith("__ac_"))&&r.alias.value!==r.name.value){let a=e,l=[];for(const c of s)a=a[c],a.kind===At.FIELD&&l.push(a.alias?.value||a.name.value);throw l.splice(-1,1,r.name.value),es(5,r.alias.value,l.join("."),n[0].operation,ps(e,"(anonymous)"))}}})},{max:Fa.checkDocument||2e3});function Ha(e){return ql(e),e.definitions.filter(t=>"OperationDefinition"===t.kind)[0]}class ui{static empty(){return new ui(()=>Wl)}static from(t){if(0===t.length)return ui.empty();const[n,...r]=t;return n.concat(...r)}static split(t,n,r=new ui((o,i)=>i(o))){const o=new ui((i,s)=>t(i)?n.request(i,s):r.request(i,s));return Object.assign(o,{left:n,right:r})}static execute(t,n,r){return t.request(function Qie(e,{client:t}){const n={query:e.query,variables:e.variables||{},extensions:e.extensions||{},operationName:ps(e.query),operationType:Ha(e.query).operation};let r={...e.context};const i=()=>Object.freeze({...r});return Object.defineProperty(n,"setContext",{enumerable:!1,value:s=>{r="function"==typeof s?{...r,...s(i())}:{...r,...s}}}),Object.defineProperty(n,"getContext",{enumerable:!1,value:i}),Object.defineProperty(n,"client",{enumerable:!1,value:t}),n}(n,r),()=>Wl)}static concat(...t){return ui.from(t)}constructor(t){t&&(this.request=t)}split(t,n,r){return this.concat(ui.split(t,n,r))}concat(...t){return 0===t.length?this:t.reduce(this.combine.bind(this),this)}combine(t,n){const r=new ui((o,i)=>t.request(o,s=>n.request(s,i)));return Object.assign(r,{left:t,right:n})}request(t,n){throw es(65)}left;right}const Jie=ui.split,{toString:Sx,hasOwnProperty:ese}=Object.prototype,wx=Function.prototype.toString,o3=new Map;function $r(e,t){try{return i3(e,t)}finally{o3.clear()}}function i3(e,t){if(e===t)return!0;const n=Sx.call(e);if(n!==Sx.call(t))return!1;switch(n){case"[object Array]":if(e.length!==t.length)return!1;case"[object Object]":{if(Lx(e,t))return!0;const o=Dx(e),i=Dx(t),s=o.length;if(s!==i.length)return!1;for(let a=0;a<s;++a)if(!ese.call(t,o[a]))return!1;for(let a=0;a<s;++a){const l=o[a];if(!i3(e[l],t[l]))return!1}return!0}case"[object Error]":return e.name===t.name&&e.message===t.message;case"[object Number]":if(e!=e)return t!=t;case"[object Boolean]":case"[object Date]":return+e==+t;case"[object RegExp]":case"[object String]":return e==`${t}`;case"[object Map]":case"[object Set]":{if(e.size!==t.size)return!1;if(Lx(e,t))return!0;const o=e.entries(),i="[object Map]"===n;for(;;){const s=o.next();if(s.done)break;const[a,l]=s.value;if(!t.has(a)||i&&!i3(l,t.get(a)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":e=new Uint8Array(e),t=new Uint8Array(t);case"[object DataView]":{let o=e.byteLength;if(o===t.byteLength)for(;o--&&e[o]===t[o];);return-1===o}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{const o=wx.call(e);return o===wx.call(t)&&!function rse(e,t){const n=e.length-t.length;return n>=0&&e.indexOf(t,n)===n}(o,nse)}}return!1}function Dx(e){return Object.keys(e).filter(tse,e)}function tse(e){return void 0!==this[e]}const nse="{ [native code] }";function Lx(e,t){let n=o3.get(e);if(n){if(n.has(t))return!0}else o3.set(e,n=new Set);return n.add(t),!1}let Ko=null;const xx={};let ose=1;function Mx(e){try{return e()}catch{}}const s3="@wry/context:Slot",Nx=Mx(()=>globalThis)||Mx(()=>global)||Object.create(null),C2=Nx[s3]||Array[s3]||function(e){try{Object.defineProperty(Nx,s3,{value:e,enumerable:!1,writable:!1,configurable:!0})}finally{return e}}(class{constructor(){this.id=["slot",ose++,Date.now(),Math.random().toString(36).slice(2)].join(":")}hasValue(){for(let t=Ko;t;t=t.parent)if(this.id in t.slots){const n=t.slots[this.id];if(n===xx)break;return t!==Ko&&(Ko.slots[this.id]=n),!0}return Ko&&(Ko.slots[this.id]=xx),!1}getValue(){if(this.hasValue())return Ko.slots[this.id]}withValue(t,n,r,o){const s=Ko;Ko={parent:s,slots:{__proto__:null,[this.id]:t}};try{return n.apply(o,r)}finally{Ko=s}}static bind(t){const n=Ko;return function(){const r=Ko;try{return Ko=n,t.apply(this,arguments)}finally{Ko=r}}}static noContext(t,n,r){if(!Ko)return t.apply(r,n);{const o=Ko;try{return Ko=null,t.apply(r,n)}finally{Ko=o}}}}),lf=new C2,{hasOwnProperty:lse}=Object.prototype,l3=Array.from||function(e){const t=[];return e.forEach(n=>t.push(n)),t};function y2(e){const{unsubscribe:t}=e;"function"==typeof t&&(e.unsubscribe=void 0,t())}const cf=[];function Md(e,t){if(!e)throw new Error(t||"assertion failure")}function Rx(e,t){const n=e.length;return n>0&&n===t.length&&e[n-1]===t[n-1]}function Ox(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}function Px(e){return e.slice(0)}let use=(()=>{class e{constructor(n){this.fn=n,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++e.count}peek(){if(1===this.value.length&&!Yl(this))return Bx(this),this.value[0]}recompute(n){return Md(!this.recomputing,"already recomputing"),Bx(this),Yl(this)?function dse(e,t){return jx(e),lf.withValue(e,_se,[e,t]),function fse(e,t){if("function"==typeof e.subscribe)try{y2(e),e.unsubscribe=e.subscribe.apply(null,t)}catch{return e.setDirty(),!1}return!0}(e,t)&&function hse(e){e.dirty=!1,!Yl(e)&&Hx(e)}(e),Ox(e.value)}(this,n):Ox(this.value)}setDirty(){this.dirty||(this.dirty=!0,Fx(this),y2(this))}dispose(){this.setDirty(),jx(this),c3(this,(n,r)=>{n.setDirty(),Gx(n,this)})}forget(){this.dispose()}dependOn(n){n.add(this),this.deps||(this.deps=cf.pop()||new Set),this.deps.add(n)}forgetDeps(){this.deps&&(l3(this.deps).forEach(n=>n.delete(this)),this.deps.clear(),cf.push(this.deps),this.deps=null)}}return e.count=0,e})();function Bx(e){const t=lf.getValue();if(t)return e.parents.add(t),t.childValues.has(e)||t.childValues.set(e,[]),Yl(e)?Ux(t,e):Vx(t,e),t}function _se(e,t){e.recomputing=!0;const{normalizeResult:n}=e;let r;n&&1===e.value.length&&(r=Px(e.value)),e.value.length=0;try{if(e.value[0]=e.fn.apply(null,t),n&&r&&!Rx(r,e.value))try{e.value[0]=n(e.value[0],r[0])}catch{}}catch(o){e.value[1]=o}e.recomputing=!1}function Yl(e){return e.dirty||!(!e.dirtyChildren||!e.dirtyChildren.size)}function Fx(e){c3(e,Ux)}function Hx(e){c3(e,Vx)}function c3(e,t){const n=e.parents.size;if(n){const r=l3(e.parents);for(let o=0;o<n;++o)t(r[o],e)}}function Ux(e,t){Md(e.childValues.has(t)),Md(Yl(t));const n=!Yl(e);if(e.dirtyChildren){if(e.dirtyChildren.has(t))return}else e.dirtyChildren=cf.pop()||new Set;e.dirtyChildren.add(t),n&&Fx(e)}function Vx(e,t){Md(e.childValues.has(t)),Md(!Yl(t));const n=e.childValues.get(t);0===n.length?e.childValues.set(t,Px(t.value)):Rx(n,t.value)||e.setDirty(),zx(e,t),!Yl(e)&&Hx(e)}function zx(e,t){const n=e.dirtyChildren;n&&(n.delete(t),0===n.size&&(cf.length<100&&cf.push(n),e.dirtyChildren=null))}function jx(e){e.childValues.size>0&&e.childValues.forEach((t,n)=>{Gx(e,n)}),e.forgetDeps(),Md(null===e.dirtyChildren)}function Gx(e,t){t.parents.delete(e),e.childValues.delete(t),zx(e,t)}const pse={setDirty:!0,dispose:!0,forget:!0};function $x(e){const t=new Map,n=e&&e.subscribe;function r(o){const i=lf.getValue();if(i){let s=t.get(o);s||t.set(o,s=new Set),i.dependOn(s),"function"==typeof n&&(y2(s),s.unsubscribe=n(o))}}return r.dirty=function(i,s){const a=t.get(i);if(a){const l=s&&lse.call(pse,s)?s:"setDirty";l3(a).forEach(c=>c[l]()),t.delete(i),y2(a)}},r}let Wx;function Zx(...e){return(Wx||(Wx=new sa("function"==typeof WeakMap))).lookupArray(e)}const u3=new Set;function uf(e,{max:t=Math.pow(2,16),keyArgs:n,makeCacheKey:r=Zx,normalizeResult:o,subscribe:i,cache:s=t3}=Object.create(null)){const a="function"==typeof s?new s(t,f=>f.dispose()):s,l=function(){const f=r.apply(null,n?n.apply(null,arguments):arguments);if(void 0===f)return e.apply(null,arguments);let y=a.get(f);y||(a.set(f,y=new use(e)),y.normalizeResult=o,y.subscribe=i,y.forget=()=>a.delete(f));const R=y.recompute(Array.prototype.slice.call(arguments));return a.set(f,y),u3.add(a),lf.hasValue()||(u3.forEach(Z=>Z.clean()),u3.clear()),R};function c(f){const y=f&&a.get(f);y&&y.setDirty()}function u(f){const y=f&&a.get(f);if(y)return y.peek()}function d(f){return!!f&&a.delete(f)}return Object.defineProperty(l,"size",{get:()=>a.size,configurable:!1,enumerable:!1}),Object.freeze(l.options={max:t,keyArgs:n,makeCacheKey:r,normalizeResult:o,subscribe:i,cache:a}),l.dirtyKey=c,l.dirty=function(){c(r.apply(null,arguments))},l.peekKey=u,l.peek=function(){return u(r.apply(null,arguments))},l.forgetKey=d,l.forget=function(){return d(r.apply(null,arguments))},l.makeCacheKey=r,l.getKey=n?function(){return r.apply(null,n.apply(null,arguments))}:r,Object.freeze(l)}function gse(e){return e}class Ua{transform;cached;resultCache=new WeakSet;getCacheKey(t){return[t]}static identity(){return new Ua(gse,{cache:!1})}static split(t,n,r=Ua.identity()){return Object.assign(new Ua(o=>(t(o)?n:r).transformDocument(o),{cache:!1}),{left:n,right:r})}constructor(t,n={}){this.transform=t,n.getCacheKey&&(this.getCacheKey=n.getCacheKey),this.cached=!1!==n.cache,this.resetCache()}resetCache(){if(this.cached){const t=new sa;this.performWork=uf(Ua.prototype.performWork.bind(this),{makeCacheKey:n=>{const r=this.getCacheKey(n);if(r)return Ot(Array.isArray(r),20),t.lookupArray(r)},max:Fa["documentTransform.cache"],cache:v2})}}performWork(t){return ql(t),this.transform(t)}transformDocument(t){if(this.resultCache.has(t))return t;const n=this.performWork(t);return this.resultCache.add(n),n}concat(t){return Object.assign(new Ua(n=>t.transformDocument(this.transformDocument(n)),{cache:!1}),{left:this,right:t})}left;right}const qx={kind:At.FIELD,name:{kind:At.NAME,value:"__typename"}},d3=Object.assign(function(e){return ia(e,{SelectionSet:{enter(t,n,r){if(r&&r.kind===At.OPERATION_DEFINITION)return;const{selections:o}=t;return o&&!o.some(a=>a.kind===At.FIELD&&("__typename"===a.name.value||0===a.name.value.lastIndexOf("__",0)))?r.kind===At.FIELD&&r.directives&&r.directives.some(a=>"export"===a.name.value)?void 0:{...t,selections:[...o,qx]}:void 0}}})},{added:e=>e===qx}),Va=Object.assign(function(t){return JSON.stringify(t,Tse)},{reset(){Nd=new Xie(Fa.canonicalStringify||1e3)}});let Nd;function Tse(e,t){if(t&&"object"==typeof t){const n=Object.getPrototypeOf(t);if(n===Object.prototype||null===n){const r=Object.keys(t);if(r.every(Ese))return t;const o=JSON.stringify(r);let i=Nd.get(o);if(!i){r.sort();const a=JSON.stringify(r);i=Nd.get(a)||r,Nd.set(o,i),Nd.set(a,i)}const s=Object.create(n);return i.forEach(a=>{s[a]=t[a]}),s}}return t}function Ese(e,t,n){return 0===t||n[t-1]<=e}function p3(e){return 9===e||32===e}function df(e){return e>=48&&e<=57}function Qx(e){return e>=97&&e<=122||e>=65&&e<=90}function Jx(e){return Qx(e)||95===e}function Ise(e){return Qx(e)||df(e)||95===e}function Ase(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,o=-1;for(let s=0;s<e.length;++s){var i;const a=e[s],l=Sse(a);l!==a.length&&(r=null!==(i=r)&&void 0!==i?i:s,o=s,0!==s&&l<n&&(n=l))}return e.map((s,a)=>0===a?s:s.slice(n)).slice(null!==(t=r)&&void 0!==t?t:0,o+1)}function Sse(e){let t=0;for(;t<e.length&&p3(e.charCodeAt(t));)++t;return t}Va.reset();const Lse=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function xse(e){return Mse[e.charCodeAt(0)]}const Mse=["\\u0000","\\u0001","\\u0002","\\u0003","\\u0004","\\u0005","\\u0006","\\u0007","\\b","\\t","\\n","\\u000B","\\f","\\r","\\u000E","\\u000F","\\u0010","\\u0011","\\u0012","\\u0013","\\u0014","\\u0015","\\u0016","\\u0017","\\u0018","\\u0019","\\u001A","\\u001B","\\u001C","\\u001D","\\u001E","\\u001F","","",'\\"',"","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\\\","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\u007F","\\u0080","\\u0081","\\u0082","\\u0083","\\u0084","\\u0085","\\u0086","\\u0087","\\u0088","\\u0089","\\u008A","\\u008B","\\u008C","\\u008D","\\u008E","\\u008F","\\u0090","\\u0091","\\u0092","\\u0093","\\u0094","\\u0095","\\u0096","\\u0097","\\u0098","\\u0099","\\u009A","\\u009B","\\u009C","\\u009D","\\u009E","\\u009F"];function b2(e){return ia(e,kse)}const kse={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>Ut(e.definitions,"\n\n")},OperationDefinition:{leave(e){const t=g3(e.variableDefinitions)?yn("(\n",Ut(e.variableDefinitions,"\n"),"\n)"):yn("(",Ut(e.variableDefinitions,", "),")"),n=yn("",e.description,"\n")+Ut([e.operation,Ut([e.name,t]),Ut(e.directives," ")]," ");return("query"===n?"":n+" ")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:n,directives:r,description:o})=>yn("",o,"\n")+e+": "+t+yn(" = ",n)+yn(" ",Ut(r," "))},SelectionSet:{leave:({selections:e})=>Os(e)},Field:{leave({alias:e,name:t,arguments:n,directives:r,selectionSet:o}){const i=yn("",e,": ")+t;let s=i+yn("(",Ut(n,", "),")");return s.length>80&&(s=i+yn("(\n",T2(Ut(n,"\n")),"\n)")),Ut([s,Ut(r," "),o]," ")}},Argument:{leave:({name:e,value:t})=>e+": "+t},FragmentSpread:{leave:({name:e,directives:t})=>"..."+e+yn(" ",Ut(t," "))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:n})=>Ut(["...",yn("on ",e),Ut(t," "),n]," ")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:n,directives:r,selectionSet:o,description:i})=>yn("",i,"\n")+`fragment ${e}${yn("(",Ut(n,", "),")")} on ${t} ${yn("",Ut(r," ")," ")}`+o},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:t})=>t?function wse(e,t){const n=e.replace(/"""/g,'\\"""'),r=n.split(/\r\n|[\n\r]/g),o=1===r.length,i=r.length>1&&r.slice(1).every(y=>0===y.length||p3(y.charCodeAt(0))),s=n.endsWith('\\"""'),a=e.endsWith('"')&&!s,l=e.endsWith("\\"),c=a||l,u=!(null!=t&&t.minimize)&&(!o||e.length>70||c||i||s);let d="";const f=o&&p3(e.charCodeAt(0));return(u&&!f||i)&&(d+="\n"),d+=n,(u||c)&&(d+="\n"),'"""'+d+'"""'}(e):function Dse(e){return`"${e.replace(Lse,xse)}"`}(e)},BooleanValue:{leave:({value:e})=>e?"true":"false"},NullValue:{leave:()=>"null"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>"["+Ut(e,", ")+"]"},ObjectValue:{leave:({fields:e})=>"{"+Ut(e,", ")+"}"},ObjectField:{leave:({name:e,value:t})=>e+": "+t},Directive:{leave:({name:e,arguments:t})=>"@"+e+yn("(",Ut(t,", "),")")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>"["+e+"]"},NonNullType:{leave:({type:e})=>e+"!"},SchemaDefinition:{leave:({description:e,directives:t,operationTypes:n})=>yn("",e,"\n")+Ut(["schema",Ut(t," "),Os(n)]," ")},OperationTypeDefinition:{leave:({operation:e,type:t})=>e+": "+t},ScalarTypeDefinition:{leave:({description:e,name:t,directives:n})=>yn("",e,"\n")+Ut(["scalar",t,Ut(n," ")]," ")},ObjectTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:o})=>yn("",e,"\n")+Ut(["type",t,yn("implements ",Ut(n," & ")),Ut(r," "),Os(o)]," ")},FieldDefinition:{leave:({description:e,name:t,arguments:n,type:r,directives:o})=>yn("",e,"\n")+t+(g3(n)?yn("(\n",T2(Ut(n,"\n")),"\n)"):yn("(",Ut(n,", "),")"))+": "+r+yn(" ",Ut(o," "))},InputValueDefinition:{leave:({description:e,name:t,type:n,defaultValue:r,directives:o})=>yn("",e,"\n")+Ut([t+": "+n,yn("= ",r),Ut(o," ")]," ")},InterfaceTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:o})=>yn("",e,"\n")+Ut(["interface",t,yn("implements ",Ut(n," & ")),Ut(r," "),Os(o)]," ")},UnionTypeDefinition:{leave:({description:e,name:t,directives:n,types:r})=>yn("",e,"\n")+Ut(["union",t,Ut(n," "),yn("= ",Ut(r," | "))]," ")},EnumTypeDefinition:{leave:({description:e,name:t,directives:n,values:r})=>yn("",e,"\n")+Ut(["enum",t,Ut(n," "),Os(r)]," ")},EnumValueDefinition:{leave:({description:e,name:t,directives:n})=>yn("",e,"\n")+Ut([t,Ut(n," ")]," ")},InputObjectTypeDefinition:{leave:({description:e,name:t,directives:n,fields:r})=>yn("",e,"\n")+Ut(["input",t,Ut(n," "),Os(r)]," ")},DirectiveDefinition:{leave:({description:e,name:t,arguments:n,directives:r,repeatable:o,locations:i})=>yn("",e,"\n")+"directive @"+t+(g3(n)?yn("(\n",T2(Ut(n,"\n")),"\n)"):yn("(",Ut(n,", "),")"))+yn(" ",Ut(r," "))+(o?" repeatable":"")+" on "+Ut(i," | ")},SchemaExtension:{leave:({directives:e,operationTypes:t})=>Ut(["extend schema",Ut(e," "),Os(t)]," ")},ScalarTypeExtension:{leave:({name:e,directives:t})=>Ut(["extend scalar",e,Ut(t," ")]," ")},ObjectTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>Ut(["extend type",e,yn("implements ",Ut(t," & ")),Ut(n," "),Os(r)]," ")},InterfaceTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>Ut(["extend interface",e,yn("implements ",Ut(t," & ")),Ut(n," "),Os(r)]," ")},UnionTypeExtension:{leave:({name:e,directives:t,types:n})=>Ut(["extend union",e,Ut(t," "),yn("= ",Ut(n," | "))]," ")},EnumTypeExtension:{leave:({name:e,directives:t,values:n})=>Ut(["extend enum",e,Ut(t," "),Os(n)]," ")},InputObjectTypeExtension:{leave:({name:e,directives:t,fields:n})=>Ut(["extend input",e,Ut(t," "),Os(n)]," ")},DirectiveExtension:{leave:({name:e,directives:t})=>Ut(["extend directive @"+e,Ut(t," ")]," ")},TypeCoordinate:{leave:({name:e})=>e},MemberCoordinate:{leave:({name:e,memberName:t})=>Ut([e,yn(".",t)])},ArgumentCoordinate:{leave:({name:e,fieldName:t,argumentName:n})=>Ut([e,yn(".",t),yn("(",n,":)")])},DirectiveCoordinate:{leave:({name:e})=>Ut(["@",e])},DirectiveArgumentCoordinate:{leave:({name:e,argumentName:t})=>Ut(["@",e,yn("(",t,":)")])}};function Ut(e,t=""){var n;return null!==(n=e?.filter(r=>r).join(t))&&void 0!==n?n:""}function Os(e){return yn("{\n",T2(Ut(e,"\n")),"\n}")}function yn(e,t,n=""){return null!=t&&""!==t?e+t+n:""}function T2(e){return yn(" ",e.replace(/\n/g,"\n "))}function g3(e){var t;return null!==(t=e?.some(n=>n.includes("\n")))&&void 0!==t&&t}let _f;const hf=Object.assign(e=>{let t=_f.get(e);return t||(t=b2(e),_f.set(e,t)),t},{reset(){_f=new r3(Fa.print||2e3)}});function lr(e){return!(!e||"object"!=typeof e||"string"!=typeof e.__ref)}hf.reset();const v3={now:()=>(v3.delegate||Date).now(),delegate:void 0};class C3 extends Kn{constructor(t=1/0,n=1/0,r=v3){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 l=1;l<r.length&&r[l]<=s;l+=2)a=l;a&&r.splice(0,a+1)}}}function ff(e={}){const{connector:t=()=>new Kn,resetOnError:n=!0,resetOnComplete:r=!0,resetOnRefCountZero:o=!0}=e;return i=>{let s,a,l,c=0,u=!1,d=!1;const f=()=>{a?.unsubscribe(),a=void 0},y=()=>{f(),s=l=void 0,u=d=!1},R=()=>{const Z=s;y(),Z?.unsubscribe()};return Ni((Z,X)=>{c++,!d&&!u&&f();const ae=l=l??t();X.add(()=>{c--,0===c&&!d&&!u&&(a=y3(R,o))}),ae.subscribe(X),!s&&c>0&&(s=new xn({next:_e=>ae.next(_e),error:_e=>{d=!0,f(),a=y3(y,n,_e),ae.error(_e)},complete:()=>{u=!0,f(),a=y3(y,r),ae.complete()}}),fs(Z).subscribe(s))})(i)}}function y3(e,t,...n){if(!0===t)return void e();if(!1===t)return;const r=new xn({next:()=>{r.unsubscribe(),e()}});return fs(t(...n)).subscribe(r)}function E2(e,t,n){let r,o=!1;return e&&"object"==typeof e?({bufferSize:r=1/0,windowTime:t=1/0,refCount:o=!1,scheduler:n}=e):r=e??1/0,ff({connector:()=>new C3(r,t,n),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:o})}function Fse(e,t){return e===t}class Hse extends Y{constructor(t,n){super()}schedule(t,n=0){return this}}const I2={setInterval(e,t,...n){const{delegate:r}=I2;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){const{delegate:t}=I2;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};class eM extends Hse{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;const o=this.id,i=this.scheduler;return null!=o&&(this.id=this.recycleAsyncId(i,o,n)),this.pending=!0,this.delay=n,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(i,this.id,n),this}requestAsyncId(t,n,r=0){return I2.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(null!=r&&this.delay===r&&!1===this.pending)return n;null!=n&&I2.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const r=this._execute(t,n);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let o,r=!1;try{this.work(t)}catch(i){r=!0,o=i||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){const{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,an(r,this),null!=t&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}}class pf{constructor(t,n=pf.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}}pf.now=v3.now;class tM extends pf{constructor(t,n=pf.now){super(t,n),this.actions=[],this._active=!1}flush(t){const{actions:n}=this;if(this._active)return void n.push(t);let r;this._active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}}const Use=new tM(eM);const rM=Ax(function(t,n,r){return function jse(e,t){let n,r;function o(i){return i!==n&&(n=i,r=t(n)),r}return Object.assign(e.pipe(dr(o),E2({bufferSize:1,refCount:!0})),{getCurrentResult:()=>o(e.getCurrentResult())})}(t,r)},{max:1,makeCacheKey:e=>e.slice(0,2)});function gf(e=[]){const t={};return e.forEach(n=>{t[n.name.value]=n}),t}function mf(e){return e.definitions.filter(t=>"FragmentDefinition"===t.kind)}function A2(e,t){switch(e.kind){case"InlineFragment":return e;case"FragmentSpread":{const n=e.name.value;if("function"==typeof t)return t(n);const r=t&&t[n];return Ot(r,9,n),r||null}default:return null}}function b3(e){let t;ql(e);for(let n of e.definitions){if("OperationDefinition"===n.kind)return n;"FragmentDefinition"===n.kind&&!t&&(t=n)}if(t)return t;throw es(12)}function vf(e){return"Field"===e.kind}function ou(e){return e.alias?e.alias.value:e.name.value}function S2({directives:e},t){return!e||!e.length||function Wse(e){const t=[];return e&&e.length&&e.forEach(n=>{if(!function $se({name:{value:e}}){return"skip"===e||"include"===e}(n))return;const r=n.arguments,o=n.name.value;Ot(r&&1===r.length,16,o);const i=r[0];Ot(i.name&&"if"===i.name.value,17,o);const s=i.value;Ot(s&&("Variable"===s.kind||"BooleanValue"===s.kind),18,o),t.push({directive:n,ifArgument:i})}),t}(e).every(({directive:n,ifArgument:r})=>{let o=!1;return"Variable"===r.value.kind?(o=t&&t[r.value.name.value],Ot(void 0!==o,15,n.name.value)):o=r.value.value,"skip"===n.name.value?!o:o})}function oM(e,{data:t,...n},{data:r,...o},i){return $r(n,o)&&w2(b3(e).selectionSet,t,r,{fragmentMap:gf(mf(e)),variables:i})}function w2(e,t,n,r){if(t===n)return!0;const o=new Set;return e.selections.every(i=>{if(o.has(i)||(o.add(i),!S2(i,r.variables))||iM(i))return!0;if(vf(i)){const s=ou(i),a=t&&t[s],l=n&&n[s],c=i.selectionSet;if(!c)return $r(a,l);const u=Array.isArray(a),d=Array.isArray(l);if(u!==d)return!1;if(u&&d){const f=a.length;if(l.length!==f)return!1;for(let y=0;y<f;++y)if(!w2(c,a[y],l[y],r))return!1;return!0}return w2(c,a,l,r)}{const s=A2(i,r.fragmentMap);if(s)return!!iM(s)||w2(s.selectionSet,t,n,r)}})}function iM(e){return!!e.directives&&e.directives.some(Zse)}function Zse(e){return"nonreactive"===e.name.value}function qse(e,t){let n=t;const r=[];return e.definitions.forEach(i=>{if("OperationDefinition"===i.kind)throw es(10,i.operation,i.name?` named '${i.name.value}'`:"");"FragmentDefinition"===i.kind&&r.push(i)}),typeof n>"u"&&(Ot(1===r.length,11,r.length),n=r[0].name.value),{...e,definitions:[{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}},...e.definitions]}}function Yse(...e){return Zx.bind(null,...e)}class sM{assumeImmutableResults=!1;lookupFragment(t){return null}batch(t){let r;return this.performTransaction(()=>r=t.update(this),"string"==typeof t.optimistic?t.optimistic:!1===t.optimistic?null:void 0),r}recordOptimisticTransaction(t,n){this.performTransaction(t,n)}transformDocument(t){return t}transformForLink(t){return t}identify(t){}gc(){return[]}modify(t){return!1}readQuery(t,n=!!t.optimistic){return this.read({...t,rootId:t.id||"ROOT_QUERY",optimistic:n})}fragmentWatches=new sa(!0);watchFragment(t){const{fragment:n,fragmentName:r,from:o}=t,i=this.getFragmentDoc(n,r),a=(Array.isArray(o)?o:[o]).map(y=>null==y?y:this.toCacheId(y));if(!Array.isArray(o)){const y=this.watchSingleFragment(a[0],i,t);return null===o?y:rM(y,Symbol.for("apollo.transform.individualResult"),R=>({...R,data:R.data??{}}))}let l;function c(y){const R=y.reduce((Z,X,ae)=>(Z.data.push(X.data),Z.complete&&=X.complete,Z.dataState=Z.complete?"complete":"partial",X.missing&&(Z.missing||={},Z.missing[ae]=X.missing),Z),{data:[],dataState:"complete",complete:!0});return $r(l,R)||(l=R),l}if(0===a.length)return Xse;let u=!1;const d=a.map(y=>this.watchSingleFragment(y,i,t)),f=function Gse(e){return 0===e.length?Wl:new Lt(t=>{const{length:n}=e,r=new Array(n),o=new Map;e.forEach((l,c)=>{o.has(l)||o.set(l,new Set),o.get(l).add(c)});let a,i=o.size,s=o.size;o.forEach((l,c)=>{let u=!1;const d=c.subscribe({next:f=>{l.forEach(y=>r[y]=f),u||(u=!0,s--),s||(a||=new Set(e.filter(y=>y.dirty)),a.delete(c),a.size||(t.next(r.slice()),a=void 0))},complete:()=>{i--,i||t.complete()},error:t.error.bind(t)});t.add(d)})})}(d).pipe(dr(c),Kc({subscribe:()=>u=!0,unsubscribe:()=>u=!1}),E2({bufferSize:1,refCount:!0}));return Object.assign(f,{getCurrentResult:()=>u&&l?l:c(d.map(R=>R.getCurrentResult()))})}onAfterBroadcast=t=>t();watchSingleFragment(t,n,r){if(null===t)return Kse;const{optimistic:o=!0,variables:i}=r,s=[n,Va({id:t,optimistic:o,variables:i})],a=this.fragmentWatches.lookupArray(s);if(!a.observable){let c,u=function(f){const y=f.result;return(!c||!oM(n,{data:c.data},{data:y},r.variables))&&(c={data:y,dataState:f.complete?"complete":"partial",complete:f.complete},f.missing&&(c.missing=f.missing.missing)),c},l=!1;const d=new Lt(f=>{l=!0;const y=this.watch({variables:i,returnPartialData:!0,id:t,query:n,optimistic:o,immediate:!0,callback:R=>{d.dirty=!0,this.onAfterBroadcast(()=>{f.next(u(R)),d.dirty=!1})}});return()=>{l=!1,y(),this.fragmentWatches.removeArray(s)}}).pipe(function Bse(e,t=ht){return e=e??Fse,Ni((n,r)=>{let o,i=!0;n.subscribe($i(r,s=>{const a=t(s);(i||!e(o,a))&&(i=!1,o=a,r.next(s))}))})}(),ff({connector:()=>new C3(1),resetOnRefCountZero:()=>function zse(e=0,t,n=Use){let r=-1;return null!=t&&(iw(t)?n=t:r=t),new Lt(o=>{let i=function Vse(e){return e instanceof Date&&!isNaN(e)}(e)?+e-n.now():e;i<0&&(i=0);let s=0;return n.schedule(function(){o.closed||(o.next(s++),0<=r?this.schedule(void 0,r):o.complete())},i)})}(0)}));a.observable=Object.assign(d,{dirty:!1,getCurrentResult:()=>l&&c?c:u(this.diff({id:t,query:n,returnPartialData:!0,optimistic:o,variables:i}))})}return a.observable}getFragmentDoc=uf(qse,{max:Fa["cache.fragmentQueryDocuments"]||1e3,cache:v2,makeCacheKey:Yse(this)});readFragment(t,n=!!t.optimistic){const r=void 0!==t.from?this.toCacheId(t.from):t.id;return this.read({...t,query:this.getFragmentDoc(t.fragment,t.fragmentName),rootId:r,optimistic:n})}writeQuery({id:t,data:n,...r}){return this.write(Object.assign(r,{dataId:t||"ROOT_QUERY",result:n}))}writeFragment({data:t,fragment:n,fragmentName:r,...o}){const i=void 0!==o.from?this.toCacheId(o.from):o.id;return this.write(Object.assign(o,{query:this.getFragmentDoc(n,r),dataId:i,result:t}))}updateQuery(t,n){return this.batch({update(r){const o=r.readQuery(t),i=n(o);return null==i?o:(r.writeQuery({...t,data:i}),i)}})}updateFragment(t,n){return this.batch({update(r){const o=r.readFragment(t),i=n(o);return null==i?o:(r.writeFragment({...t,data:i}),i)}})}toCacheId(t){return"string"==typeof t?t:this.identify(t)}}const aM=Object.freeze({data:null,dataState:"complete",complete:!0}),Kse=Object.assign(new Lt(e=>{e.next(aM)}),{dirty:!1,getCurrentResult:()=>aM}),lM=Object.freeze({data:[],dataState:"complete",complete:!0}),Xse=Object.assign(new Lt(e=>{e.next(lM)}),{getCurrentResult:()=>lM});function di(e){return null!==e&&"object"==typeof e}const{hasOwnProperty:Qse}=Object.prototype,Jse=function(e,t,n){return this.merge(e[n],t[n])},cM=e=>isNaN(+e)?{}:[];class kd{options;reconciler;constructor(t={}){this.options=t,this.reconciler=t.reconciler||Jse}merge(t,n,r={}){const o=r.atPath;if(o?.length){const[i,...s]=o;void 0===t&&(t=cM(i));let a=t[i];void 0===a&&s.length&&(a=cM(s[0]));const l=this.merge(a,n,{...r,atPath:s});return a!==l&&((t=this.shallowCopyForMerge(t))[i]=l),t}return Array.isArray(t)&&Array.isArray(n)&&"truncate"===this.options.arrayMerge&&t.length>n.length&&(t=t.slice(0,n.length),this.pastCopies.add(t)),di(n)&&di(t)?(Object.keys(n).forEach(i=>{if(Qse.call(t,i)){const s=t[i];if(n[i]!==s){const a=this.reconciler(t,n,i);a!==s&&((t=this.shallowCopyForMerge(t))[i]=a)}}else(t=this.shallowCopyForMerge(t))[i]=n[i]}),t):n}isObject=di;pastCopies=new Set;shallowCopyForMerge(t){return di(t)&&(this.pastCopies.has(t)||(t=Array.isArray(t)?t.slice(0):{__proto__:Object.getPrototypeOf(t),...t},this.pastCopies.add(t))),t}}function Rd(e){return{__ref:String(e)}}function iu(...e){const t={};return e.forEach(n=>{n&&Reflect.ownKeys(n).forEach(r=>{const o=n[r];void 0!==o&&(t[r]=o)})}),t}const go=Array.isArray,{hasOwnProperty:zo}=Object.prototype;function uM({__typename:e,id:t,_id:n},r){if("string"==typeof e&&(r&&(r.keyObject=null!=t?{id:t}:null!=n?{_id:n}:void 0),null==t&&null!=n&&(t=n),null!=t))return`${e}:${"number"==typeof t||"string"==typeof t?t:JSON.stringify(t)}`}const nae={dataIdFromObject:uM,resultCaching:!0},dM=/^[_a-z][_0-9a-z]*/i;function Xl(e){const t=e.match(dM);return t?t[0]:e}function T3(e,t,n){return!!di(t)&&(go(t)?t.every(r=>T3(e,r,n)):e.selections.every(r=>{if(vf(r)&&S2(r,n)){const o=ou(r);return zo.call(t,o)&&(!r.selectionSet||T3(r.selectionSet,t[o],n))}return!0}))}function Od(e){return di(e)&&!lr(e)&&!go(e)}function _M(e,t){const n=gf(mf(e));return{fragmentMap:n,lookupFragment(r){let o=n[r];return!o&&t&&(o=t.lookup(r)),o||null}}}const L2={},E3=()=>L2,hM={};class x2{policies;group;data={};constructor(t,n){this.policies=t,this.group=n}toObject(){return{...this.data}}has(t){return void 0!==this.lookup(t,!0)}get(t,n){if(this.group.depend(t,n),zo.call(this.data,t)){const r=this.data[t];if(r&&zo.call(r,n))return r[n]}return"__typename"===n&&zo.call(this.policies.rootTypenamesById,t)?this.policies.rootTypenamesById[t]:this instanceof aa?this.parent.get(t,n):void 0}lookup(t,n){return n&&this.group.depend(t,"__exists"),zo.call(this.data,t)?this.data[t]:this instanceof aa?this.parent.lookup(t,n):this.policies.rootTypenamesById[t]?{}:void 0}merge(t,n){let r;lr(t)&&(t=t.__ref),lr(n)&&(n=n.__ref);const o="string"==typeof t?this.lookup(r=t):t,i="string"==typeof n?this.lookup(r=n):n;if(!i)return;Ot("string"==typeof r,99);const s=new kd({reconciler:lae}).merge(o,i);if(this.data[r]=s,s!==o&&(delete this.refs[r],this.group.caching)){const a={};o||(a.__exists=1),Object.keys(i).forEach(l=>{if(!o||o[l]!==s[l]){a[l]=1;const c=Xl(l);c!==l&&!this.policies.hasKeyArgs(s.__typename,c)&&(a[c]=1),void 0===s[l]&&!(this instanceof aa)&&delete s[l]}}),a.__typename&&!(o&&o.__typename)&&this.policies.rootTypenamesById[r]===s.__typename&&delete a.__typename,Object.keys(a).forEach(l=>this.group.dirty(r,l))}}modify(t,n,r){const o=this.lookup(t);if(o){const i={};let s=!1,a=!0;const l={DELETE:L2,INVALIDATE:hM,isReference:lr,toReference:this.toReference,canRead:this.canRead,readField:(c,u)=>this.policies.readField("string"==typeof c?{fieldName:c,from:u||Rd(t)}:c,{store:this})};if(Object.keys(o).forEach(c=>{const u=Xl(c);let d=o[c];if(void 0===d)return;const f="function"==typeof n?n:n[c]||(r?void 0:n[u]);if(f){let y=f===E3?L2:f(d,{...l,fieldName:u,storeFieldName:c,storage:this.getStorage(t,c)});if(y===hM)this.group.dirty(t,c);else if(y===L2&&(y=void 0),y!==d&&(i[c]=y,s=!0,d=y,false)){const R=Z=>{if(void 0===this.lookup(Z.__ref))return!0};if(lr(y))R(y);else if(Array.isArray(y)){let X,Z=!1;for(const ae of y){if(lr(ae)){if(Z=!0,R(ae))break}else if("object"==typeof ae&&ae){const[_e]=this.policies.identify(ae);_e&&(X=ae)}if(Z&&void 0!==X)break}}}}void 0!==d&&(a=!1)}),s)return this.merge(t,i),a&&(this instanceof aa?this.data[t]=void 0:delete this.data[t],this.group.dirty(t,"__exists")),!0}return!1}delete(t,n,r){const o=this.lookup(t);if(o){const i=this.getFieldValue(o,"__typename"),s=n&&r?this.policies.getStoreFieldName({typename:i,fieldName:n,args:r}):n;return this.modify(t,s?{[s]:E3}:E3,!!r)}return!1}evict(t,n){let r=!1;return t.id&&(zo.call(this.data,t.id)&&(r=this.delete(t.id,t.fieldName,t.args)),this instanceof aa&&this!==n&&(r=this.parent.evict(t,n)||r),(t.fieldName||r)&&this.group.dirty(t.id,t.fieldName||"__exists")),r}clear(){this.replace(null)}extract(){const t=this.toObject(),n=[];return this.getRootIdSet().forEach(r=>{zo.call(this.policies.rootTypenamesById,r)||n.push(r)}),n.length&&(t.__META={extraRootIds:n.sort()}),t}replace(t){if(Object.keys(this.data).forEach(n=>{t&&zo.call(t,n)||this.delete(n)}),t){const{__META:n,...r}=t;Object.keys(r).forEach(o=>{this.merge(o,r[o])}),n&&n.extraRootIds.forEach(this.retain,this)}}rootIds={};retain(t){return this.rootIds[t]=(this.rootIds[t]||0)+1}release(t){if(this.rootIds[t]>0){const n=--this.rootIds[t];return n||delete this.rootIds[t],n}return 0}getRootIdSet(t=new Set){return Object.keys(this.rootIds).forEach(t.add,t),this instanceof aa?this.parent.getRootIdSet(t):Object.keys(this.policies.rootTypenamesById).forEach(t.add,t),t}gc(){const t=this.getRootIdSet(),n=this.toObject();t.forEach(o=>{zo.call(n,o)&&(Object.keys(this.findChildRefIds(o)).forEach(t.add,t),delete n[o])});const r=Object.keys(n);if(r.length){let o=this;for(;o instanceof aa;)o=o.parent;r.forEach(i=>o.delete(i))}return r}refs={};findChildRefIds(t){if(!zo.call(this.refs,t)){const n=this.refs[t]={},r=this.data[t];if(!r)return n;const o=new Set([r]);o.forEach(i=>{lr(i)&&(n[i.__ref]=!0),di(i)&&Object.keys(i).forEach(s=>{const a=i[s];di(a)&&o.add(a)})})}return this.refs[t]}makeCacheKey(){return this.group.keyMaker.lookupArray(arguments)}getFieldValue=(t,n)=>lr(t)?this.get(t.__ref,n):t&&t[n];canRead=t=>lr(t)?this.has(t.__ref):"object"==typeof t;toReference=(t,n)=>{if("string"==typeof t)return Rd(t);if(lr(t))return t;const[r]=this.policies.identify(t);if(r){const o=Rd(r);return n&&this.merge(r,t),o}};get supportsResultCaching(){return this.group.caching}}class fM{caching;parent;d=null;keyMaker;constructor(t,n=null){this.caching=t,this.parent=n,this.resetCaching()}resetCaching(){this.d=this.caching?$x():null,this.keyMaker=new sa}depend(t,n){if(this.d){this.d(I3(t,n));const r=Xl(n);r!==n&&this.d(I3(t,r)),this.parent&&this.parent.depend(t,n)}}dirty(t,n){this.d&&this.d.dirty(I3(t,n),"__exists"===n?"forget":"setDirty")}}function I3(e,t){return t+"#"+e}function pM(e,t){Cf(e)&&e.group.depend(t,"__exists")}x2.Root=class sae extends x2{constructor({policies:t,resultCaching:n=!0,seed:r}){super(t,new fM(n)),r&&this.replace(r)}stump=new aae(this);addLayer(t,n){return this.stump.addLayer(t,n)}removeLayer(){return this}storageTrie=new sa;getStorage(){return this.storageTrie.lookupArray(arguments)}};class aa extends x2{id;parent;replay;group;constructor(t,n,r,o){super(n.policies,o),this.id=t,this.parent=n,this.replay=r,this.group=o,r(this)}addLayer(t,n){return new aa(t,this,n,this.group)}removeLayer(t){const n=this.parent.removeLayer(t);return t===this.id?(this.group.caching&&Object.keys(this.data).forEach(r=>{const o=this.data[r],i=n.lookup(r);i?o?o!==i&&Object.keys(o).forEach(s=>{$r(o[s],i[s])||this.group.dirty(r,s)}):(this.group.dirty(r,"__exists"),Object.keys(i).forEach(s=>{this.group.dirty(r,s)})):this.delete(r)}),n):n===this.parent?this:n.addLayer(this.id,this.replay)}toObject(){return{...this.parent.toObject(),...this.data}}findChildRefIds(t){const n=this.parent.findChildRefIds(t);return zo.call(this.data,t)?{...n,...super.findChildRefIds(t)}:n}getStorage(...t){let n=this.parent;for(;n.parent;)n=n.parent;return n.getStorage(...t)}}class aae extends aa{constructor(t){super("EntityStore.Stump",t,()=>{},new fM(t.group.caching,t.group))}removeLayer(){return this}merge(t,n){return this.parent.merge(t,n)}}function lae(e,t,n){const r=e[n],o=t[n];return $r(r,o)?r:o}function Cf(e){return!(!e||!e.supportsResultCaching)}const A3=new C2;function cae(e){const t=e.directives?.find(({name:r})=>"unmask"===r.value);if(!t)return"mask";const n=t.arguments?.find(({name:r})=>"mode"===r.value);return n&&"value"in n.value&&"migrate"===n.value.value?"migrate":"unmask"}const gM=Symbol.for("apollo.result.extensions"),Ql=Symbol.for("apollo.result.streamInfo"),uae=Symbol.for("apollo.observableQuery.variablesUnknown");function Pd(e,t,n,r){if(n.kind===At.INT||n.kind===At.FLOAT)e[t.value]=Number(n.value);else if(n.kind===At.BOOLEAN||n.kind===At.STRING)e[t.value]=n.value;else if(n.kind===At.OBJECT){const o={};n.fields.map(i=>Pd(o,i.name,i.value,r)),e[t.value]=o}else if(n.kind===At.VARIABLE)e[t.value]=(r||{})[n.name.value];else if(n.kind===At.LIST)e[t.value]=n.values.map(o=>{const i={};return Pd(i,t,o,r),i[t.value]});else if(n.kind===At.ENUM)e[t.value]=n.value;else{if(n.kind!==At.NULL)throw es(19,t.value,n.kind);e[t.value]=null}}function S3(e,t){if(e.arguments&&e.arguments.length){const n={};return e.arguments.forEach(({name:r,value:o})=>Pd(n,r,o,t)),n}return null}const dae=["connection","include","skip","client","rest","export","nonreactive","stream"];let yf=Va;const mM=Object.assign(function(e,t,n){if(t&&n&&n.connection&&n.connection.key){if(n.connection.filter&&n.connection.filter.length>0){const o=n.connection.filter?n.connection.filter:[];o.sort();const i={};o.forEach(a=>{i[a]=t[a]});const s=yf(i);if("{}"!==s)return`${n.connection.key}(${s})`}return n.connection.key}let r=e;if(t){const o=yf(t);"{}"!==o&&(r+=`(${o})`)}return n&&Object.keys(n).forEach(o=>{-1===dae.indexOf(o)&&(n[o]&&Object.keys(n[o]).length?r+=`@${o}(${yf(n[o])})`:r+=`@${o}`)}),r},{setStringify(e){const t=yf;return yf=e,t}});function w3(e){return Array.isArray(e)&&e.length>0}const vM={};function D3(e){const t=JSON.stringify(e);return vM[t]||(vM[t]={})}function CM(e){const t=D3(e);return t.keyFieldsFn||(t.keyFieldsFn=(n,r)=>{const o=(s,a)=>r.readField(a,s),i=r.keyObject=L3(e,s=>{let a=Bd(r.storeObject,s,o);return void 0===a&&n!==r.storeObject&&zo.call(n,s[0])&&(a=Bd(n,s,TM)),Ot(void 0!==a,102,s.join("."),n),a});return`${r.typename}:${JSON.stringify(i)}`})}function yM(e){const t=D3(e);return t.keyArgsFn||(t.keyArgsFn=(n,{field:r,variables:o,fieldName:i})=>{const s=L3(e,l=>{const c=l[0],u=c.charAt(0);if("@"!==u){if("$"===u){const d=c.slice(1);if(o&&zo.call(o,d)){const f=l.slice(0);return f[0]=d,Bd(o,f)}return}if(n)return Bd(n,l)}else if(r&&w3(r.directives)){const d=c.slice(1),f=r.directives.find(R=>R.name.value===d),y=f&&S3(f,o);return y&&Bd(y,l.slice(1))}}),a=JSON.stringify(s);return(n||"{}"!==a)&&(i+=":"+a),i})}function L3(e,t){const n=new kd;return bM(e).reduce((r,o)=>{let i=t(o);if(void 0!==i){for(let s=o.length-1;s>=0;--s)i={[o[s]]:i};r=n.merge(r,i)}return r},{})}function bM(e){const t=D3(e);if(!t.paths){const n=t.paths=[],r=[];e.forEach((o,i)=>{go(o)?(bM(o).forEach(s=>n.push(r.concat(s))),r.length=0):(r.push(o),go(e[i+1])||(n.push(r.slice(0)),r.length=0))})}return t.paths}function TM(e,t){return e[t]}function Bd(e,t,n){return n=n||TM,EM(t.reduce(function r(o,i){return go(o)?o.map(s=>r(s,i)):o&&n(o,i)},e))}function EM(e){return di(e)?go(e)?e.map(EM):L3(Object.keys(e).sort(),t=>Bd(e,t)):e}const IM=new C2,AM=new WeakMap;function bf(e){let t=AM.get(e);return t||AM.set(e,t={vars:new Set,dep:$x()}),t}function SM(e){bf(e).vars.forEach(t=>t.forgetCache(e))}function fae(e){const t=new Set,n=new Set,r=function(i){if(arguments.length>0){if(e!==i){e=i,t.forEach(a=>{bf(a).dep.dirty(r),function pae(e){e.broadcastWatches&&e.broadcastWatches()}(a)});const s=Array.from(n);n.clear(),s.forEach(a=>a(e))}}else{const s=IM.getValue();s&&(o(s),bf(s).dep(r))}return e};r.onNextChange=i=>(n.add(i),()=>{n.delete(i)});const o=r.attachCache=i=>(t.add(i),bf(i).vars.add(r),r);return r.forgetCache=i=>t.delete(i),r}function x3(e){return void 0!==e.args?e.args:e.field?S3(e.field,e.variables):null}const gae=()=>{},wM=(e,t)=>t.fieldName,DM=(e,t,{mergeObjects:n})=>n(e,t),LM=(e,t)=>t,mae=(e,t,{streamFieldInfo:n,existingData:r})=>{if(!e&&!r)return t;const o=[],i=e??r,s=n?.isLastChunk?t.length:Math.max(i.length,t.length);for(let a=0;a<s;a++)o[a]=void 0===t[a]?i[a]:t[a];return o};class vae{config;typePolicies={};toBeAdded={};supertypeMap=new Map;fuzzySubtypes=new Map;cache;rootIdsByTypename={};rootTypenamesById={};usingPossibleTypes=!1;constructor(t){this.config=t,this.config={dataIdFromObject:uM,...t},this.cache=this.config.cache,this.setRootTypename("Query"),this.setRootTypename("Mutation"),this.setRootTypename("Subscription"),t.possibleTypes&&this.addPossibleTypes(t.possibleTypes),t.typePolicies&&this.addTypePolicies(t.typePolicies)}identify(t,n){const r=this,o=n&&(n.typename||n.storeObject?.__typename)||t.__typename;if(o===this.rootTypenamesById.ROOT_QUERY)return["ROOT_QUERY"];const i=n&&n.storeObject||t,s={...n,typename:o,storeObject:i,readField:n&&n.readField||((...u)=>{const d=M3(u,i);return r.readField(d,{store:r.cache.data,variables:d.variables})})};let a;const l=o&&this.getTypePolicy(o);let c=l&&l.keyFn||this.config.dataIdFromObject;return A3.withValue(!0,()=>{for(;c;){const u=c({...t,...i},s);if(!go(u)){a=u;break}c=CM(u)}}),a=a?String(a):void 0,s.keyObject?[a,s.keyObject]:[a]}addTypePolicies(t){Object.keys(t).forEach(n=>{const{queryType:r,mutationType:o,subscriptionType:i,...s}=t[n];r&&this.setRootTypename("Query",n),o&&this.setRootTypename("Mutation",n),i&&this.setRootTypename("Subscription",n),zo.call(this.toBeAdded,n)?this.toBeAdded[n].push(s):this.toBeAdded[n]=[s]})}updateTypePolicy(t,n,r){const o=this.getTypePolicy(t),{keyFields:i,fields:s}=n;function a(l,c){l.merge="function"==typeof c?c:!0===c?DM:!1===c?LM:l.merge}a(o,n.merge),o.keyFn=!1===i?gae:go(i)?CM(i):"function"==typeof i?i:o.keyFn,s&&Object.keys(s).forEach(l=>{let c=r[l];(!c||c?.typename!==t)&&(c=r[l]={typename:t});const u=s[l];if("function"==typeof u)c.read=u;else{const{keyArgs:d,read:f,merge:y}=u;c.keyFn=!1===d?wM:go(d)?yM(d):"function"==typeof d?d:c.keyFn,"function"==typeof f&&(c.read=f),a(c,y)}c.read&&c.merge&&(c.keyFn=c.keyFn||wM)})}setRootTypename(t,n=t){const r="ROOT_"+t.toUpperCase(),o=this.rootTypenamesById[r];n!==o&&(Ot(!o||o===t,103,t),o&&delete this.rootIdsByTypename[o],this.rootIdsByTypename[n]=r,this.rootTypenamesById[r]=n)}addPossibleTypes(t){this.usingPossibleTypes=!0,Object.keys(t).forEach(n=>{this.getSupertypeSet(n,!0),t[n].forEach(r=>{this.getSupertypeSet(r,!0).add(n);const o=r.match(dM);(!o||o[0]!==r)&&this.fuzzySubtypes.set(r,new RegExp(r))})})}getTypePolicy(t){if(!zo.call(this.typePolicies,t)){const r=this.typePolicies[t]={};r.fields={};let o=this.supertypeMap.get(t);!o&&this.fuzzySubtypes.size&&(o=this.getSupertypeSet(t,!0),this.fuzzySubtypes.forEach((i,s)=>{if(i.test(t)){const a=this.supertypeMap.get(s);a&&a.forEach(l=>o.add(l))}})),o&&o.size&&o.forEach(i=>{const{fields:s,...a}=this.getTypePolicy(i);Object.assign(r,a),Object.assign(r.fields,s)})}const n=this.toBeAdded[t];return n&&n.length&&n.splice(0).forEach(r=>{this.updateTypePolicy(t,r,this.typePolicies[t].fields)}),this.typePolicies[t]}getFieldPolicy(t,n){if(t)return this.getTypePolicy(t).fields[n]}getSupertypeSet(t,n){let r=this.supertypeMap.get(t);return!r&&n&&this.supertypeMap.set(t,r=new Set),r}fragmentMatches(t,n,r,o){if(!t.typeCondition)return!0;if(!n)return!1;const i=t.typeCondition.name.value;if(n===i)return!0;if(this.usingPossibleTypes&&this.supertypeMap.has(i)){const s=this.getSupertypeSet(n,!0),a=[s],l=d=>{const f=this.getSupertypeSet(d,!1);f&&f.size&&a.indexOf(f)<0&&a.push(f)};let c=!(!r||!this.fuzzySubtypes.size),u=!1;for(let d=0;d<a.length;++d){const f=a[d];if(f.has(i))return s.has(i)||s.add(i),!0;f.forEach(l),c&&d===a.length-1&&T3(t.selectionSet,r,o)&&(c=!1,u=!0,this.fuzzySubtypes.forEach((y,R)=>{const Z=n.match(y);Z&&Z[0]===n&&l(R)}))}}return!1}hasKeyArgs(t,n){const r=this.getFieldPolicy(t,n);return!(!r||!r.keyFn)}getStoreFieldName(t){const{typename:n,fieldName:r}=t,o=this.getFieldPolicy(n,r);let i,s=o&&o.keyFn;if(s&&n){const a={typename:n,fieldName:r,field:t.field||null,variables:t.variables},l=x3(t);for(;s;){const c=s(l,a);if(!go(c)){i=c||r;break}s=yM(c)}}return void 0===i&&(i=t.field?function _ae(e,t){let n=null;e.directives&&(n={},e.directives.forEach(o=>{n[o.name.value]={},o.arguments&&o.arguments.forEach(({name:i,value:s})=>Pd(n[o.name.value],i,s,t))}));let r=null;return e.arguments&&e.arguments.length&&(r={},e.arguments.forEach(({name:o,value:i})=>Pd(r,o,i,t))),mM(e.name.value,r,n)}(t.field,t.variables):mM(r,x3(t))),!1===i?r:r===Xl(i)?i:r+":"+i}readField(t,n){const r=t.from;if(!r||!t.field&&!t.fieldName)return;if(void 0===t.typename){const u=n.store.getFieldValue(r,"__typename");u&&(t.typename=u)}const i=this.getStoreFieldName(t),s=Xl(i),a=n.store.getFieldValue(r,i),l=this.getFieldPolicy(t.typename,s),c=l&&l.read;if(c){const u=xM(this,r,t,n,n.store.getStorage(lr(r)?r.__ref:r,i));return IM.withValue(this.cache,c,[a,u])}return a}getReadFunction(t,n){const r=this.getFieldPolicy(t,n);return r&&r.read}getMergeFunction(t,n,r){let o=this.getFieldPolicy(t,n),i=o&&o.merge;return!i&&r&&(o=this.getTypePolicy(r),i=o&&o.merge),i}runMergeFunction(t,n,{field:r,typename:o,merge:i,path:s},a,l){const c=t;if(i===DM)return MM(a.store)(t,n);if(i===LM)return n;a.overwrite&&(t=void 0);const u=a.extensions?.[Ql]?.deref()?.peekArray(s);if(u){const{current:f,previous:y}=u;if(y&&$r(y.incoming,n)&&$r(y.streamFieldInfo,f))return y.result}const d=i(t,n,function Cae(e,t,n,r,o,i){const s={...xM(e,t,n,r,o),extensions:r.extensions,existingData:i},a=r.extensions;if(a&&Ql in a){const{[Ql]:l,...c}=a,u=l?.deref()?.peekArray(n.path);u&&(s.streamFieldInfo=u.current),s.extensions=0===Object.keys(c).length?void 0:c}return s}(this,void 0,{typename:o,fieldName:r.name.value,field:r,variables:a.variables,path:s},a,l||{},c));return u&&(u.previous={incoming:n,streamFieldInfo:u.current,result:d}),d}}function xM(e,t,n,r,o){const i=e.getStoreFieldName(n),s=Xl(i),a=n.variables||r.variables,{toReference:l,canRead:c}=r.store;return{args:x3(n),field:n.field||null,fieldName:s,storeFieldName:i,variables:a,isReference:lr,toReference:l,storage:o,cache:e.cache,canRead:c,readField:(...u)=>e.readField(M3(u,t,a),r),mergeObjects:MM(r.store)}}function M3(e,t,n){const{0:r,1:o,length:i}=e;let s;return"string"==typeof r?s={fieldName:r,from:i>1?o:t}:(s={...r},zo.call(s,"from")||(s.from=t)),void 0===s.variables&&(s.variables=n),s}function MM(e){return function(n,r){if(go(n)||go(r))throw es(106);if(di(n)&&di(r)){const o=e.getFieldValue(n,"__typename"),i=e.getFieldValue(r,"__typename");if(o&&i&&o!==i)return r;if(lr(n)&&Od(r))return e.merge(n.__ref,r),n;if(Od(n)&&lr(r))return e.merge(n,r.__ref),r;if(Od(n)&&Od(r))return{...n,...r}}return r}}function N3(e){const t={},n=e&&e.variableDefinitions;return n&&n.length&&n.forEach(r=>{r.defaultValue&&Pd(t,r.variable.name,r.defaultValue)}),t}function NM(e){const t=Ha(e);return Ot(t&&"query"===t.operation,13),t}function yae(e){let t=e[0]||{};const n=e.length;if(n>1){const r=new kd;for(let o=1;o<n;++o)t=r.merge(t,e[o])}return t}class k3 extends Error{message;path;query;variables;constructor(t,n,r,o){if(super(t),this.message=t,this.path=n,this.query=r,this.variables=o,this.name="MissingFieldError",Array.isArray(this.path)){this.missing=this.message;for(let i=this.path.length-1;i>=0;--i)this.missing={[this.path[i]]:this.missing}}else this.missing=this.path;this.__proto__=k3.prototype}missing}function kM(e){return[e.selectionSet,e.objectOrReference,e.context]}class bae{executeSelectionSet;executeSubSelectedArray;config;knownResults=new WeakMap;constructor(t){this.config=t,this.executeSelectionSet=uf(n=>{const r=kM(n);return this.executeSelectionSet.peek(...r)||(pM(n.context.store,n.enclosingRef.__ref),this.execSelectionSetImpl(n))},{max:Fa["inMemoryCache.executeSelectionSet"]||5e4,keyArgs:kM,makeCacheKey(n,r,o){if(Cf(o.store))return o.store.makeCacheKey(n,lr(r)?r.__ref:r,o.varString)}}),this.executeSubSelectedArray=uf(n=>(pM(n.context.store,n.enclosingRef.__ref),this.execSubSelectedArrayImpl(n)),{max:Fa["inMemoryCache.executeSubSelectedArray"]||1e4,makeCacheKey({field:n,array:r,context:o}){if(Cf(o.store))return o.store.makeCacheKey(n,r,o.varString)}})}diffQueryAgainstStore({store:t,query:n,rootId:r="ROOT_QUERY",variables:o,returnPartialData:i=!0}){const s=this.config.cache.policies;o={...N3(NM(n)),...o};const a=Rd(r),l=this.executeSelectionSet({selectionSet:b3(n).selectionSet,objectOrReference:a,enclosingRef:a,context:{store:t,query:n,policies:s,variables:o,varString:Va(o),..._M(n,this.config.fragments)}});let c;l.missing&&(c=new k3(function Tae(e){try{JSON.stringify(e,(t,n)=>{if("string"==typeof n)throw n;return n})}catch(t){return t}}(l.missing),l.missing,n,o));const u=!c,{result:d}=l;return{result:u?d:i?0===Object.keys(d).length?null:d:null,complete:u,missing:c}}isFresh(t,n,r,o){if(Cf(o.store)&&this.knownResults.get(t)===r){const i=this.executeSelectionSet.peek(r,n,o);if(i&&t===i.result)return!0}return!1}execSelectionSetImpl({selectionSet:t,objectOrReference:n,enclosingRef:r,context:o}){if(lr(n)&&!o.policies.rootTypenamesById[n.__ref]&&!o.store.has(n.__ref))return{result:{},missing:`Dangling reference to missing ${n.__ref} object`};const{variables:i,policies:s,store:a}=o,l=a.getFieldValue(n,"__typename"),c=[];let u;const d=new kd;function f(ae,_e){return ae.missing&&(u=d.merge(u,{[_e]:ae.missing})),ae.result}"string"==typeof l&&!s.rootIdsByTypename[l]&&c.push({__typename:l});const y=new Set(t.selections);y.forEach(ae=>{if(S2(ae,i))if(vf(ae)){let _e=s.readField({fieldName:ae.name.value,field:ae,variables:o.variables,from:n},o);const Ye=ou(ae);void 0===_e?d3.added(ae)||(u=d.merge(u,{[Ye]:`Can't find field '${ae.name.value}' on ${lr(n)?n.__ref+" object":"object "+JSON.stringify(n,null,2)}`})):go(_e)?_e.length>0&&(_e=f(this.executeSubSelectedArray({field:ae,array:_e,enclosingRef:r,context:o}),Ye)):ae.selectionSet&&null!=_e&&(_e=f(this.executeSelectionSet({selectionSet:ae.selectionSet,objectOrReference:_e,enclosingRef:lr(_e)?_e:r,context:o}),Ye)),void 0!==_e&&c.push({[Ye]:_e})}else{const _e=A2(ae,o.lookupFragment);if(!_e&&ae.kind===At.FRAGMENT_SPREAD)throw es(107,ae.name.value);_e&&s.fragmentMatches(_e,l)&&_e.selectionSet.selections.forEach(y.add,y)}});const X={result:yae(c),missing:u};return X.result&&this.knownResults.set(X.result,t),X}execSubSelectedArrayImpl({field:t,array:n,enclosingRef:r,context:o}){let i,s=new kd;function a(l,c){return l.missing&&(i=s.merge(i,{[c]:l.missing})),l.result}return t.selectionSet&&(n=n.filter(l=>void 0===l||o.store.canRead(l))),{result:n=n.map((l,c)=>null===l?null:go(l)?a(this.executeSubSelectedArray({field:t,array:l,enclosingRef:r,context:o}),c):t.selectionSet?a(this.executeSelectionSet({selectionSet:t.selectionSet,objectOrReference:l,enclosingRef:lr(l)?l:r,context:o}),c):l),missing:i}}}function Fd(e,t,n){const r=new Set(e),o=r.size;return ia(t,{Directive(i){if(r.delete(i.name.value)&&(!n||!r.size))return Zl}}),n?!r.size:r.size<o}function O3(e,t,n){const r=`${t}${n}`;let o=e.flavors.get(r);return o||e.flavors.set(r,o=e.clientOnly===t&&e.deferred===n?e:{...e,clientOnly:t,deferred:n}),o}class Sae{cache;reader;fragments;constructor(t,n,r){this.cache=t,this.reader=n,this.fragments=r}writeToStore(t,{query:n,result:r,dataId:o,variables:i,overwrite:s,extensions:a}){const l=Ha(n),c=function iae(){return new kd}();i={...N3(l),...i};const u={store:t,written:{},merge:(f,y)=>c.merge(f,y),variables:i,varString:Va(i),..._M(n,this.fragments),overwrite:!!s,incomingById:new Map,clientOnly:!1,deferred:!1,flavors:new Map,extensions:a},d=this.processSelectionSet({result:r||{},dataId:o,selectionSet:l.selectionSet,mergeTree:{map:new Map},context:u,path:[]});if(!lr(d))throw es(109,r);return u.incomingById.forEach(({storeObject:f,mergeTree:y},Z)=>{const X=Rd(Z);if(y&&y.map.size){const ae=this.applyMerges(y,X,f,u);if(lr(ae))return;f=ae}t.merge(Z,f)}),t.retain(d.__ref),d}processSelectionSet({dataId:t,result:n,selectionSet:r,context:o,mergeTree:i,path:s}){const{policies:a}=this.cache;let l={};const c=t&&a.rootTypenamesById[t]||B3(n,r,o.fragmentMap)||t&&o.store.get(t,"__typename");"string"==typeof c&&(l.__typename=c);const u=(...f)=>{const y=M3(f,l,o.variables);if(lr(y.from)){const R=o.incomingById.get(y.from.__ref);if(R){const Z=a.readField({...y,from:R.storeObject},o);if(void 0!==Z)return Z}}return a.readField(y,o)},d=new Set;this.flattenFields(r,n,o,c).forEach((f,y)=>{const R=ou(y),Z=n[R],X=[...s,y.name.value];if(d.add(y),void 0!==Z){const ae=a.getStoreFieldName({typename:c,fieldName:y.name.value,field:y,variables:f.variables}),_e=OM(i,ae);let ot,Ye=this.processFieldValue(Z,y,y.selectionSet?O3(f,!1,!1):f,_e,X);y.selectionSet&&(lr(Ye)||Od(Ye))&&(ot=u("__typename",Ye));const mt=a.getMergeFunction(c,y.name.value,ot);mt?_e.info={field:y,typename:c,merge:mt,path:X}:Fd(["stream"],y)&&Array.isArray(Ye)&&f.extensions?.[Ql]?_e.info={field:y,typename:c,merge:mae,path:X}:PM(i,ae),l=f.merge(l,{[ae]:Ye})}});try{const[f,y]=a.identify(n,{typename:c,selectionSet:r,fragmentMap:o.fragmentMap,storeObject:l,readField:u});t=t||f,y&&(l=o.merge(l,y))}catch(f){if(!t)throw f}if("string"==typeof t){const f=Rd(t),y=o.written[t]||(o.written[t]=[]);if(y.indexOf(r)>=0||(y.push(r),this.reader&&this.reader.isFresh(n,f,r,o)))return f;const R=o.incomingById.get(t);return R?(R.storeObject=o.merge(R.storeObject,l),R.mergeTree=P3(R.mergeTree,i),d.forEach(Z=>R.fieldNodeSet.add(Z))):o.incomingById.set(t,{storeObject:l,mergeTree:M2(i)?void 0:i,fieldNodeSet:d}),f}return l}processFieldValue(t,n,r,o,i){return n.selectionSet&&null!==t?go(t)?t.map((s,a)=>{const l=this.processFieldValue(s,n,r,OM(o,a),[...i,a]);return PM(o,a),l}):this.processSelectionSet({result:t,selectionSet:n.selectionSet,context:r,mergeTree:o,path:i}):t}flattenFields(t,n,r,o=B3(n,t,r.fragmentMap)){const i=new Map,{policies:s}=this.cache,a=new sa(!1);return function l(c,u){const d=a.lookup(c,u.clientOnly,u.deferred);d.visited||(d.visited=!0,c.selections.forEach(f=>{if(!S2(f,r.variables))return;let{clientOnly:y,deferred:R}=u;if(!(y&&R)&&w3(f.directives)&&f.directives.forEach(Z=>{const X=Z.name.value;if("client"===X&&(y=!0),"defer"===X){const ae=S3(Z,r.variables);(!ae||!1!==ae.if)&&(R=!0)}}),vf(f)){const Z=i.get(f);Z&&(y=y&&Z.clientOnly,R=R&&Z.deferred),i.set(f,O3(r,y,R))}else{const Z=A2(f,r.lookupFragment);if(!Z&&f.kind===At.FRAGMENT_SPREAD)throw es(111,f.name.value);Z&&s.fragmentMatches(Z,o,n,r.variables)&&l(Z.selectionSet,O3(r,y,R))}}))}(t,r),i}applyMerges(t,n,r,o,i){if(t.map.size&&!lr(r)){const s=go(r)||!lr(n)&&!Od(n)?void 0:n,a=r;let l;s&&!i&&(i=[lr(s)?s.__ref:s]);const c=(u,d)=>go(u)?"number"==typeof d?u[d]:void 0:o.store.getFieldValue(u,String(d));t.map.forEach((u,d)=>{const f=c(s,d),y=c(a,d);if(void 0===y)return;i&&i.push(d);const R=this.applyMerges(u,f,y,o,i);R!==y&&(l=l||new Map,l.set(d,R)),i&&Ot(i.pop()===d)}),l&&(r=go(a)?a.slice(0):{...a},l.forEach((u,d)=>{r[d]=u}))}return t.info?this.cache.policies.runMergeFunction(n,r,t.info,o,i&&o.store.getStorage(...i)):r}}const RM=[];function OM({map:e},t){return e.has(t)||e.set(t,RM.pop()||{map:new Map}),e.get(t)}function P3(e,t){if(e===t||!t||M2(t))return e;if(!e||M2(e))return t;const n=e.info&&t.info?{...e.info,...t.info}:e.info||t.info,r=e.map.size&&t.map.size,i={info:n,map:r?new Map:e.map.size?e.map:t.map};if(r){const s=new Set(t.map.keys());e.map.forEach((a,l)=>{i.map.set(l,P3(a,t.map.get(l))),s.delete(l)}),s.forEach(a=>{i.map.set(a,P3(t.map.get(a),e.map.get(a)))})}return i}function M2(e){return!e||!(e.info||e.map.size)}function PM({map:e},t){const n=e.get(t);n&&M2(n)&&(RM.push(n),e.delete(t))}function B3(e,t,n){let r;for(const o of t.selections)if(vf(o)){if("__typename"===o.name.value)return e[ou(o)]}else r?r.push(o):r=[o];if("string"==typeof e.__typename)return e.__typename;if(r)for(const o of r){const i=B3(e,A2(o,n).selectionSet,n);if("string"==typeof i)return i}}class FM extends sM{data;optimisticData;config;watches=new Set;storeReader;storeWriter;addTypenameTransform=new Ua(d3);maybeBroadcastWatch;assumeImmutableResults=!0;policies;makeVar=fae;constructor(t={}){super(),this.config=function rae(e){return iu(nae,e)}(t),this.policies=new vae({cache:this,dataIdFromObject:this.config.dataIdFromObject,possibleTypes:this.config.possibleTypes,typePolicies:this.config.typePolicies}),this.init()}init(){const t=this.data=new x2.Root({policies:this.policies,resultCaching:this.config.resultCaching});this.optimisticData=t.stump,this.resetResultCache()}resetResultCache(){const{fragments:t}=this.config;this.addTypenameTransform.resetCache(),t?.resetCaches(),this.storeWriter=new Sae(this,this.storeReader=new bae({cache:this,fragments:t}),t),this.maybeBroadcastWatch=uf((n,r)=>this.broadcastWatch(n,r),{max:Fa["inMemoryCache.maybeBroadcastWatch"]||5e3,makeCacheKey:n=>{const r=n.optimistic?this.optimisticData:this.data;if(Cf(r)){const{optimistic:o,id:i,variables:s}=n;return r.makeCacheKey(n.query,n.callback,Va({optimistic:o,id:i,variables:s}))}}}),new Set([this.data.group,this.optimisticData.group]).forEach(n=>n.resetCaching())}restore(t){return this.init(),t&&this.data.replace(t),this}extract(t=!1){return(t?this.optimisticData:this.data).extract()}read(t){const{returnPartialData:n=!1}=t;return this.storeReader.diffQueryAgainstStore({...t,store:t.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n}).result}write(t){try{return++this.txCount,this.storeWriter.writeToStore(this.data,t)}finally{! --this.txCount&&!1!==t.broadcast&&this.broadcastWatches()}}modify(t){if(zo.call(t,"id")&&!t.id)return!1;const n=t.optimistic?this.optimisticData:this.data;try{return++this.txCount,n.modify(t.id||"ROOT_QUERY",t.fields,!1)}finally{! --this.txCount&&!1!==t.broadcast&&this.broadcastWatches()}}diff(t){return this.storeReader.diffQueryAgainstStore({...t,store:t.optimistic?this.optimisticData:this.data,rootId:t.id||"ROOT_QUERY",config:this.config})}watch(t){return this.watches.size||function hae(e){bf(e).vars.forEach(t=>t.attachCache(e))}(this),this.watches.add(t),t.immediate&&this.maybeBroadcastWatch(t),()=>{this.watches.delete(t)&&!this.watches.size&&SM(this),this.maybeBroadcastWatch.forget(t)}}gc(t){Va.reset(),hf.reset();const n=this.optimisticData.gc();return t&&!this.txCount&&t.resetResultCache&&this.resetResultCache(),n}retain(t,n){return(n?this.optimisticData:this.data).retain(t)}release(t,n){return(n?this.optimisticData:this.data).release(t)}identify(t){if(lr(t))return t.__ref;try{return this.policies.identify(t)[0]}catch(n){}}evict(t){if(!t.id){if(zo.call(t,"id"))return!1;t={...t,id:"ROOT_QUERY"}}try{return++this.txCount,this.optimisticData.evict(t,this.data)}finally{! --this.txCount&&!1!==t.broadcast&&this.broadcastWatches()}}reset(t){return this.init(),Va.reset(),t&&t.discardWatches?(this.watches.forEach(n=>this.maybeBroadcastWatch.forget(n)),this.watches.clear(),SM(this)):this.broadcastWatches(),Promise.resolve()}removeOptimistic(t){const n=this.optimisticData.removeLayer(t);n!==this.optimisticData&&(this.optimisticData=n,this.broadcastWatches())}txCount=0;batch(t){const{update:n,optimistic:r=!0,removeOptimistic:o,onWatchUpdated:i}=t;let s;const a=c=>{const{data:u,optimisticData:d}=this;++this.txCount,c&&(this.data=this.optimisticData=c);try{return s=n(this)}finally{--this.txCount,this.data=u,this.optimisticData=d}},l=new Set;return i&&!this.txCount&&this.broadcastWatches({...t,onWatchUpdated:c=>(l.add(c),!1)}),"string"==typeof r?this.optimisticData=this.optimisticData.addLayer(r,a):!1===r?a(this.data):a(),"string"==typeof o&&(this.optimisticData=this.optimisticData.removeLayer(o)),i&&l.size?(this.broadcastWatches({...t,onWatchUpdated(c,u){const d=i.call(this,c,u);return!1!==d&&l.delete(c),d}}),l.size&&l.forEach(c=>this.maybeBroadcastWatch.dirty(c))):this.broadcastWatches(t),s}performTransaction(t,n){return this.batch({update:t,optimistic:n||null!==n})}transformDocument(t){return this.addTypenameTransform.transformDocument(this.addFragmentsToDocument(t))}fragmentMatches(t,n){return this.policies.fragmentMatches(t,n)}lookupFragment(t){return this.config.fragments?.lookup(t)||null}resolvesClientField(t,n){return!!this.policies.getReadFunction(t,n)}broadcastWatches(t){if(!this.txCount){const n=this.onAfterBroadcast,r=new Set;this.onAfterBroadcast=o=>{r.add(o)};try{this.watches.forEach(o=>this.maybeBroadcastWatch(o,t)),r.forEach(o=>o())}finally{this.onAfterBroadcast=n}}}addFragmentsToDocument(t){const{fragments:n}=this.config;return n?n.transform(t):t}broadcastWatch(t,n){const{lastDiff:r}=t,o=this.diff(t);n&&(t.optimistic&&"string"==typeof n.optimistic&&(o.fromOptimisticTransaction=!0),n.onWatchUpdated&&!1===n.onWatchUpdated.call(this,t,o,r))||(!r||!$r(r.result,o.result))&&t.callback(t.lastDiff=o,r)}}class HM extends ui{constructor(t){super((n,r)=>{const{...o}=n;return Object.defineProperty(o,"client",{enumerable:!1,value:n.client}),new Lt(i=>{let s=!1;return Promise.resolve(o).then(a=>t(n.getContext(),a)).then(n.setContext).then(()=>{s||r(n).subscribe(i)}).catch(i.error.bind(i)),()=>{s=!0}})})}}class Dae{isIncrementalResult(t){return!1}prepareRequest(t){return Ot(!Fd(["defer","stream"],t.query),67),t}extractErrors(){}startRequest=void 0}const F3=ui.execute;function N2(e,t){return iu(e,t,t.variables&&{variables:iu({...e&&e.variables,...t.variables})})}function Lae(e){return ia(e,{FragmentSpread(t){if(!t.directives?.some(({name:n})=>"unmask"===n.value))return null}})}function Jl(e,t){const n=D(e)?e:()=>e,r=o=>o.error(n());return new Lt(t?o=>t.schedule(r,0,o):r)}function za(e){return Ni((t,n)=>{let i,r=null,o=!1;r=t.subscribe($i(n,void 0,void 0,s=>{i=fs(e(s,za(e)(t))),r?(r.unsubscribe(),r=null,i.subscribe(n)):o=!0})),o&&(r.unsubscribe(),r=null,i.subscribe(n))})}class ja{constructor(t,n,r){this.kind=t,this.value=n,this.error=r,this.hasValue="N"===t}observe(t){return function Mae(e,t){var n,r,o;const{kind:i,value:s,error:a}=e;if("string"!=typeof i)throw new TypeError('Invalid notification, missing "kind"');"N"===i?null===(n=t.next)||void 0===n||n.call(t,s):"E"===i?null===(r=t.error)||void 0===r||r.call(t,a):null===(o=t.complete)||void 0===o||o.call(t)}(this,t)}do(t,n,r){const{kind:o,value:i,error:s}=this;return"N"===o?t?.(i):"E"===o?n?.(s):r?.()}accept(t,n,r){var o;return D(null===(o=t)||void 0===o?void 0:o.next)?this.observe(t):this.do(t,n,r)}toObservable(){const{kind:t,value:n,error:r}=this,o="N"===t?Qs(n):"E"===t?Jl(()=>r):"C"===t?Wl:0;if(!o)throw new TypeError(`Unexpected notification kind ${t}`);return o}static createNext(t){return new ja("N",t)}static createError(t){return new ja("E",void 0,t)}static createComplete(){return ja.completeNotification}}function UM(e=1/0){return Ol(ht,e)}function Tf(...e){return function kae(){return UM(1)}()(Ks(e,I0(e)))}function H3(e,t){return"object"==typeof e&&null!==e&&e[Symbol.for("apollo.error")]===t}function U3(e){Object.defineProperty(e,Symbol.for("apollo.error"),{value:e.name,enumerable:!1,writable:!1,configurable:!1})}function VM(e){return e.filter(t=>t).map(t=>t.message||"Error message not found.").join("\n")}ja.completeNotification=new ja("C");let Ef=(()=>{class e extends Error{static is(n){return H3(n,"CombinedGraphQLErrors")}static formatMessage=VM;errors;data;extensions;constructor(n,r=n.errors||[]){super(e.formatMessage(r,{result:n,defaultFormatMessage:VM})),this.errors=r,this.data=n.data,this.extensions=n.extensions,this.name="CombinedGraphQLErrors",U3(this),Object.setPrototypeOf(this,e.prototype)}}return e})();function zM(e){return e.map(t=>t.message||"Error message not found.").join("\n")}let Rae=(()=>{class e extends Error{static is(n){return H3(n,"CombinedProtocolErrors")}static formatMessage=zM;errors;constructor(n){super(e.formatMessage(n,{defaultFormatMessage:zM})),this.name="CombinedProtocolErrors",this.errors=n,U3(this),Object.setPrototypeOf(this,e.prototype)}}return e})();class V3 extends Error{static is(t){return H3(t,"UnconventionalError")}constructor(t){super("An error of unexpected shape occurred.",{cause:t}),this.name="UnconventionalError",U3(this),Object.setPrototypeOf(this,V3.prototype)}}const z3=Symbol(),jM=new WeakSet;function GM(e,t,n){return A3.withValue(!0,()=>{const r=If(e,t,n,!1);return Object.isFrozen(e),r})}function If(e,t,n,r,o){const{knownChanged:i}=n,s=function Hae(e,t){if(t.has(e))return t.get(e);const n=Array.isArray(e)?[]:{};return t.set(e,n),n}(e,n.mutableTargets);if(Array.isArray(e)){for(const[a,l]of Array.from(e.entries())){if(null===l){s[a]=null;continue}const c=If(l,t,n,r,void 0);i.has(c)&&i.add(s),s[a]=c}return i.has(s)?s:e}for(const a of t.selections){let l;if(r&&i.add(s),a.kind===At.FIELD){const c=ou(a),u=a.selectionSet;if(l=s[c]||e[c],void 0===l)continue;if(u&&null!==l){const d=If(e[c],u,n,r,void 0);i.has(d)&&(l=d)}s[c]=l}if(a.kind===At.INLINE_FRAGMENT&&(!a.typeCondition||n.cache.fragmentMatches(a,e.__typename))&&(l=If(e,a.selectionSet,n,r,o)),a.kind===At.FRAGMENT_SPREAD){const c=a.name.value,u=n.fragmentMap[c]||(n.fragmentMap[c]=n.cache.lookupFragment(c));Ot(u,39,c);const d=cae(a);"mask"!==d&&(l=If(e,u.selectionSet,n,"migrate"===d,o))}i.has(l)&&i.add(s)}return"__typename"in e&&!("__typename"in s)&&(s.__typename=e.__typename),Object.keys(s).length!==Object.keys(e).length&&i.add(s),i.has(s)?s:e}function $M(e){return 7===e||8===e}function k2(e){return!$M(e)}function Hd(e){return!!e.errors?.length}function j3(e,t=()=>{}){return n=>new Lt(r=>{let o=t();return n.subscribe({next(i){let s;try{s=e(i,o)}catch(a){r.error(a)}void 0!==s&&r.next(s)},error(i){r.error(i)},complete(){r.complete()}})})}function Af(e){const t={data:e.data};return e.error&&(t.error=e.error),t}function jae(e){let t=!1;return ia(e,{Directive:{enter(n){if("client"===n.name.value&&n.arguments&&(t=n.arguments.some(r=>"always"===r.name.value&&"BooleanValue"===r.value.kind&&!0===r.value.value),t))return Zl}}}),t}function Gae(e,t){ql(t);const n=WM(""),r=WM(""),o=X=>{for(let _e,ae=0;ae<X.length&&(_e=X[ae]);++ae)if(!go(_e)){if(_e.kind===At.OPERATION_DEFINITION)return n(_e.name&&_e.name.value);if(_e.kind===At.FRAGMENT_DEFINITION)return r(_e.name.value)}return Ot.error(14),null};let i=0;for(let X=t.definitions.length-1;X>=0;--X)t.definitions[X].kind===At.OPERATION_DEFINITION&&++i;const s=function $ae(e){const t=new Map,n=new Map;return e.forEach(r=>{r&&(r.name?t.set(r.name,r):r.test&&n.set(r.test,r))}),r=>{let o=t.get(r.name.value);return!o&&n.size&&n.forEach((i,s)=>{s(r)&&(o=i)}),o}}(e),a=X=>w3(X)&&X.map(s).some(ae=>ae&&ae.remove),l=new Map;let c=!1;const u={enter(X){if(a(X.directives))return c=!0,null}},d=ia(t,{Field:u,InlineFragment:u,VariableDefinition:{enter:()=>!1},Variable:{enter(X,ae,_e,Ye,ot){const mt=o(ot);mt&&mt.variables.add(X.name.value)}},FragmentSpread:{enter(X,ae,_e,Ye,ot){if(a(X.directives))return c=!0,null;const mt=o(ot);mt&&mt.fragmentSpreads.add(X.name.value)}},FragmentDefinition:{enter(X,ae,_e,Ye){l.set(JSON.stringify(Ye),X)},leave:(X,ae,_e,Ye)=>X===l.get(JSON.stringify(Ye))?X:i>0&&X.selectionSet.selections.every(mt=>mt.kind===At.FIELD&&"__typename"===mt.name.value)?(r(X.name.value).removed=!0,c=!0,null):void 0},Directive:{leave(X){if(s(X))return c=!0,null}}});if(!c)return t;const f=X=>(X.transitiveVars||(X.transitiveVars=new Set(X.variables),X.removed||X.fragmentSpreads.forEach(ae=>{f(r(ae)).transitiveVars.forEach(_e=>{X.transitiveVars.add(_e)})})),X),y=new Set;d.definitions.forEach(X=>{X.kind===At.OPERATION_DEFINITION?f(n(X.name&&X.name.value)).fragmentSpreads.forEach(ae=>{y.add(ae)}):X.kind===At.FRAGMENT_DEFINITION&&0===i&&!r(X.name.value).removed&&y.add(X.name.value)}),y.forEach(X=>{f(r(X)).fragmentSpreads.forEach(ae=>{y.add(ae)})});const Z={enter(X){if((X=>!(y.has(X)&&!r(X).removed))(X.name.value))return null}};return function Wae(e){return ZM(Ha(e)||function nM(e){Ot("Document"===e.kind,6),Ot(e.definitions.length<=1,7);const t=e.definitions[0];return Ot("FragmentDefinition"===t.kind,8),t}(e),gf(mf(e)))?null:e}(ia(d,{FragmentSpread:Z,FragmentDefinition:Z,OperationDefinition:{leave(X){if(X.variableDefinitions){const ae=f(n(X.name&&X.name.value)).transitiveVars;if(ae.size<X.variableDefinitions.length)return{...X,variableDefinitions:X.variableDefinitions.filter(_e=>ae.has(_e.variable.name.value))}}}}}))}function WM(e){const t=new Map;return function(r=e){let o=t.get(r);return o||t.set(r,o={variables:new Set,fragmentSpreads:new Set}),o}}function ZM(e,t){return!e||e.selectionSet.selections.every(n=>n.kind===At.FRAGMENT_SPREAD&&ZM(t[n.name.value],t))}var bn=function(e){return e[e.loading=1]="loading",e[e.setVariables=2]="setVariables",e[e.fetchMore=3]="fetchMore",e[e.refetch=4]="refetch",e[e.poll=6]="poll",e[e.ready=7]="ready",e[e.error=8]="error",e[e.streaming=9]="streaming",e}(bn||{});function qM(e){return e.catch(()=>{}),e}const{assign:YM}=Object,Ud={loading:!0,networkStatus:bn.loading,data:void 0,dataState:"empty",partial:!0},G3={loading:!1,networkStatus:bn.ready,data:void 0,dataState:"empty",partial:!0};class $3{options;queryName;variablesUnknown=!1;_lastWrite;get query(){return this.lastQuery}get variables(){return this.options.variables}unsubscribeFromCache;input;subject;isTornDown;queryManager;subscriptions=new Set;waitForNetworkResult;lastQuery;linkSubscription;pollingInfo;get networkStatus(){return this.subject.getValue().result.networkStatus}get cache(){return this.queryManager.cache}constructor({queryManager:t,options:n,transformedQuery:r=t.transform(n.query)}){this.queryManager=t,this.waitForNetworkResult="network-only"===n.fetchPolicy,this.isTornDown=!1,this.subscribeToMore=this.subscribeToMore.bind(this),this.maskResult=this.maskResult.bind(this);const{watchQuery:{fetchPolicy:o="cache-first"}={}}=t.defaultOptions,{fetchPolicy:i=o,initialFetchPolicy:s=("standby"===i?o:i)}=n;n[uae]&&(Ot("standby"===i,80),this.variablesUnknown=!0),this.lastQuery=r,this.options={...n,initialFetchPolicy:s,fetchPolicy:i,variables:this.getVariablesWithDefaults(n.variables)},this.initializeObservablesQueue(),this["@@observable"]=()=>this,Symbol.observable&&(this[Symbol.observable]=()=>this);const a=Ha(this.query);this.queryName=a&&a.name&&a.name.value}initializeObservablesQueue(){this.subject=new Pn({query:this.query,variables:this.variables,result:Ud,meta:{}});const t=this.subject.pipe(Kc({subscribe:()=>{this.subject.observed||(this.reobserve(),setTimeout(()=>this.updatePolling()))},unsubscribe:()=>{this.subject.observed||this.tearDownQuery()}}),j3(({query:n,variables:r,result:o,meta:i},s)=>{const{shouldEmit:a}=i;if(o===Ud&&(s.previous=void 0,s.previousVariables=void 0),"standby"===this.options.fetchPolicy||2===a)return;if(1===a)return u();const{previous:l,previousVariables:c}=s;if(l){const d=this.queryManager.getDocumentInfo(n),f=this.queryManager.dataMasking;if((f||d.hasNonreactiveDirective?oM(f?d.nonReactiveQuery:n,l,o,r):$r(l,o))&&$r(c,r))return}if(3!==a||this.options.notifyOnNetworkStatusChange&&!$r(l,o))return u();function u(){return s.previous=o,s.previousVariables=r,o}},()=>({})));this.pipe=t.pipe.bind(t),this.subscribe=t.subscribe.bind(t),this.input=new Kn,this.input.complete=()=>{},this.input.pipe(this.operator).subscribe(this.subject)}subscribe;pipe;[Symbol.observable];"@@observable";getCacheDiff({optimistic:t=!0}={}){return this.cache.diff({query:this.query,variables:this.variables,returnPartialData:!0,optimistic:t})}getInitialResult(t){let n=t||this.options.fetchPolicy;this.queryManager.prioritizeCacheValues&&("network-only"===n||"cache-and-network"===n)&&(n="cache-first");const r=()=>{const o=this.getCacheDiff(),i=this.options.returnPartialData||o.complete?o.result??void 0:void 0;return this.maskResult({data:i,dataState:o.complete?"complete":void 0===i?"empty":"partial",loading:!o.complete,networkStatus:o.complete?bn.ready:bn.loading,partial:!o.complete})};switch(n){case"cache-only":return{...r(),loading:!1,networkStatus:bn.ready};case"cache-first":return r();case"cache-and-network":return{...r(),loading:!0,networkStatus:bn.loading};case"standby":return G3;default:return Ud}}resubscribeCache(){const{variables:t,fetchPolicy:n}=this.options,r=this.query,o="standby"===n||"no-cache"===n||this.waitForNetworkResult,i=!Sf({query:r,variables:t},this.unsubscribeFromCache)&&!this.waitForNetworkResult;if((o||i)&&this.unsubscribeFromCache?.(),o||!i)return;const s={query:r,variables:t,optimistic:!0,watcher:this,callback:l=>{const c=this.queryManager.getDocumentInfo(r);if((c.hasClientExports||c.hasForcedResolvers)&&(s.lastDiff=void 0),s.lastOwnDiff===l)return;const{result:u}=this.subject.getValue();!l.complete&&(u.error||u===Ud||u===G3)||$r(u.data,l.result)||this.scheduleNotify()}},a=this.cache.watch(s);this.unsubscribeFromCache=Object.assign(()=>{this.unsubscribeFromCache=void 0,a()},{query:r,variables:t})}stableLastResult;getCurrentResult(){const{result:t}=this.subject.getValue();let n=t.networkStatus===bn.error||this.hasObservers()||"no-cache"===this.options.fetchPolicy?t:this.getInitialResult();return n===Ud&&(n=this.getInitialResult()),$r(this.stableLastResult,n)||(this.stableLastResult=n),this.stableLastResult}refetch(t){const{fetchPolicy:n}=this.options,r={pollInterval:0};return r.fetchPolicy="no-cache"===n?"no-cache":"network-only",t&&!$r(this.variables,t)&&(r.variables=this.options.variables=this.getVariablesWithDefaults({...this.variables,...t})),this._lastWrite=void 0,this._reobserve(r,{newNetworkStatus:bn.refetch})}fetchMore({query:t,variables:n,context:r,errorPolicy:o,updateQuery:i}){Ot("cache-only"!==this.options.fetchPolicy,82,ps(this.query,"(anonymous)"));const s={...iu(this.options,{errorPolicy:"none"},{query:t,context:r,errorPolicy:o}),variables:t?n:{...this.variables,...n},fetchPolicy:"no-cache",notifyOnNetworkStatusChange:this.options.notifyOnNetworkStatusChange};s.query=this.transformDocument(s.query),this.lastQuery=t?this.transformDocument(this.options.query):s.query;let a=!1;const l="no-cache"!==this.options.fetchPolicy;l||Ot(i,83);const{finalize:c,pushNotification:u}=this.pushOperation(bn.fetchMore);u({source:"newNetworkStatus",kind:"N",value:{}},{shouldEmit:3});const{promise:d,operator:f}=KM(),{observable:y}=this.queryManager.fetchObservableWithInfo(s,{networkStatus:bn.fetchMore,exposeExtensions:!0}),R=y.pipe(f,l8(Z=>"N"===Z.kind&&"network"===Z.source)).subscribe({next:Z=>{a=!1;const X=Z.value,ae=X[gM];if($M(Z.value.networkStatus)&&c(),l){const _e=this.getCacheDiff();this.cache.batch({update:Ye=>{i?Ye.updateQuery({query:this.query,variables:this.variables,returnPartialData:!0,optimistic:!1,extensions:ae},ot=>i(ot,{fetchMoreResult:X.data,variables:s.variables})):Ye.writeQuery({query:s.query,variables:s.variables,data:X.data,extensions:ae})},onWatchUpdated:(Ye,ot)=>{if(Ye.watcher===this&&!$r(ot.result,_e.result)){a=!0;const mt=this.getCurrentResult();k2(X.networkStatus)&&u({kind:"N",source:"network",value:{...mt,networkStatus:X.networkStatus===bn.error?bn.ready:X.networkStatus,loading:!1,data:ot.result,dataState:"streaming"===X.dataState?"streaming":"complete"}})}}})}else{const _e=this.getCurrentResult(),Ye=i(_e.data,{fetchMoreResult:X.data,variables:s.variables});u({kind:"N",value:{..._e,networkStatus:bn.ready,loading:!1,data:Ye,dataState:"streaming"===_e.dataState?"streaming":"complete"},source:"network"})}}});return qM(d.then(Z=>Af(this.maskResult(Z))).finally(()=>{if(R.unsubscribe(),c(),l&&!a){const Z=this.getCurrentResult();"streaming"===Z.dataState?u({kind:"N",source:"network",value:{...Z,dataState:"complete",networkStatus:bn.ready}}):u({kind:"N",source:"newNetworkStatus",value:{}},{shouldEmit:1})}}))}subscribeToMore(t){const n=this.queryManager.startGraphQLSubscription({query:t.document,variables:t.variables,context:t.context}).subscribe({next:r=>{const{updateQuery:o,onError:i}=t,{error:s}=r;s?i?i(s):Ot.error(84,s):o&&this.updateQuery((a,l)=>o(a,{subscriptionData:r,...l}))}});return this.subscriptions.add(n),()=>{this.subscriptions.delete(n)&&n.unsubscribe()}}applyOptions(t){const n=iu(this.options,t||{});YM(this.options,n),this.updatePolling()}setVariables(t){var n=this;return(0,K.A)(function*(){return t=n.getVariablesWithDefaults(t),$r(n.variables,t)||(n.options.variables=t,!n.hasObservers())?Af(n.getCurrentResult()):n._reobserve({fetchPolicy:n.options.initialFetchPolicy,variables:t},{newNetworkStatus:bn.setVariables})})()}updateQuery(t){const{queryManager:n}=this,{result:r,complete:o}=this.getCacheDiff({optimistic:!1}),i=t(r,{variables:this.variables,complete:!!o,previousData:r});i&&(this.cache.writeQuery({query:this.options.query,data:i,variables:this.variables}),n.broadcastQueries())}startPolling(t){this.options.pollInterval=t,this.updatePolling()}stopPolling(){this.options.pollInterval=0,this.updatePolling()}applyNextFetchPolicy(t,n){if(n.nextFetchPolicy){const{fetchPolicy:r="cache-first",initialFetchPolicy:o=r}=n;"standby"===r||(n.fetchPolicy="function"==typeof n.nextFetchPolicy?n.nextFetchPolicy.call(n,r,{reason:t,options:n,observable:this,initialFetchPolicy:o}):"variables-changed"===t?o:n.nextFetchPolicy)}return n.fetchPolicy}fetch(t,n,r,o){const i=this.options.fetchPolicy;t.context??={};let s=!1,{observable:c,fromLink:u}=this.queryManager.fetchObservableWithInfo(t,{networkStatus:n,query:r,onCacheHit:()=>{s=!0},fetchQueryOperator:X=>new Lt(ae=>{try{return X.subscribe({next(_e){s=!0,ae.next(_e)},error:_e=>ae.error(_e),complete:()=>ae.complete()})}finally{s||(y.override=n,this.input.next({kind:"N",source:"newNetworkStatus",value:{resetError:!0},query:d,variables:f,meta:{shouldEmit:3,fetchPolicy:i}}))}}),observableQuery:this});const{query:d,variables:f}=this,y={abort:()=>{Z.unsubscribe()},query:d,variables:f};this.activeOperations.add(y);let R=n==bn.refetch||n==bn.setVariables;c=c.pipe(o,ff());const Z=c.pipe(Kc({next:X=>{"newNetworkStatus"===X.source||"N"===X.kind&&X.value.loading?y.override=n:delete y.override},finalize:()=>this.activeOperations.delete(y)})).subscribe({next:X=>{const ae={};R&&"N"===X.kind&&"loading"in X.value&&!X.value.loading&&(R=!1,ae.shouldEmit=1),this.input.next({...X,query:d,variables:f,meta:ae})}});return{fromLink:u,subscription:Z,observable:c}}didWarnCacheOnlyPolling=!1;updatePolling(){if(this.queryManager.ssrMode)return;const{pollingInfo:t,options:{pollInterval:r}}=this,o=()=>{const{options:l}=this;return!l.pollInterval||!this.hasObservers()||"cache-only"===l.fetchPolicy||"standby"===l.fetchPolicy};if(o())return void this.cancelPolling();if(t?.interval===r)return;(t||(this.pollingInfo={})).interval=r;const s=()=>{if(o())return this.cancelPolling();this.pollingInfo&&(k2(this.networkStatus)||this.options.skipPollAttempt?.()?a():this._reobserve({fetchPolicy:"no-cache"===this.options.initialFetchPolicy?"no-cache":"network-only"},{newNetworkStatus:bn.poll}).then(a,a))},a=()=>{const l=this.pollingInfo;l&&(clearTimeout(l.timeout),l.timeout=setTimeout(s,l.interval))};a()}cancelPolling(){this.pollingInfo&&(clearTimeout(this.pollingInfo.timeout),delete this.pollingInfo)}reobserve(t){return this._reobserve(t)}_reobserve(t,n){this.isTornDown=!1;let{newNetworkStatus:r}=n||{};this.queryManager.obsQueries.add(this);const o=r===bn.refetch||r===bn.poll,i=this.variables,s=this.options.fetchPolicy,a=iu(this.options,t||{});this.variablesUnknown&&="standby"===a.fetchPolicy;const l=o?a:YM(this.options,a),c=this.transformDocument(l.query);this.lastQuery=c,t&&"variables"in t&&(l.variables=this.getVariablesWithDefaults(t.variables)),o||(this.updatePolling(),t&&t.variables&&!$r(t.variables,i)&&"standby"!==l.fetchPolicy&&(l.fetchPolicy===s||"function"==typeof l.nextFetchPolicy)&&(this.applyNextFetchPolicy("variables-changed",l),void 0===r&&(r=bn.setVariables))),r||(r=bn.loading,this.networkStatus!==bn.loading&&t?.variables&&!$r(t.variables,i)&&(r=bn.setVariables),"standby"===l.fetchPolicy&&(r=bn.ready)),"standby"===l.fetchPolicy&&this.cancelPolling(),this.resubscribeCache();const{promise:d,operator:f}=KM("standby"===l.fetchPolicy?{data:void 0}:void 0),{subscription:y,observable:R,fromLink:Z}=this.fetch(l,r,c,f);!o&&(Z||!this.linkSubscription)&&(this.linkSubscription&&this.linkSubscription.unsubscribe(),this.linkSubscription=y);const X=Object.assign(qM(d.then(ae=>Af(this.maskResult(ae))).finally(()=>{!this.hasObservers()&&0===this.activeOperations.size&&this.tearDownQuery()})),{retain:()=>{const ae=R.subscribe({}),_e=()=>ae.unsubscribe();return d.then(_e,_e),X}});return X}hasObservers(){return this.subject.observed}stop(){this.subject.complete(),this.initializeObservablesQueue(),this.tearDownQuery()}tearDownQuery(){this.isTornDown||(this.resetNotifications(),this.unsubscribeFromCache?.(),this.linkSubscription&&(this.linkSubscription.unsubscribe(),delete this.linkSubscription),this.stopPolling(),this.subscriptions.forEach(t=>t.unsubscribe()),this.subscriptions.clear(),this.queryManager.obsQueries.delete(this),this.isTornDown=!0,this.abortActiveOperations(),this._lastWrite=void 0)}transformDocument(t){return this.queryManager.transform(t)}maskResult(t){const n=this.queryManager.maskOperation({document:this.query,data:t.data,fetchPolicy:this.options.fetchPolicy,cause:this});return n===t.data?t:{...t,data:n}}dirty=!1;notifyTimeout;resetNotifications(){this.notifyTimeout&&(clearTimeout(this.notifyTimeout),this.notifyTimeout=void 0),this.dirty=!1}scheduleNotify(){this.dirty||(this.dirty=!0,this.notifyTimeout||(this.notifyTimeout=setTimeout(()=>this.notify(!0),0)))}notify(t=!1){if(!t){const r=this.queryManager.getDocumentInfo(this.query);if(r.hasClientExports||r.hasForcedResolvers)return}const{dirty:n}=this;if(this.resetNotifications(),n&&("cache-only"===this.options.fetchPolicy||"cache-and-network"===this.options.fetchPolicy||!this.activeOperations.size)){const r=this.getCacheDiff();$r(r.result,this.getCacheDiff({optimistic:!1}).result)?this.reobserveCacheFirst():this.input.next({kind:"N",value:{data:r.result,dataState:r.complete?"complete":r.result?"partial":"empty",networkStatus:bn.ready,loading:!1,error:void 0,partial:!r.complete},source:"cache",query:this.query,variables:this.variables,meta:{}})}}activeOperations=new Set;pushOperation(t){let n=!1;const{query:r,variables:o}=this,i=()=>{this.activeOperations.delete(s)},s={override:t,abort:()=>{n=!0,i()},query:r,variables:o};return this.activeOperations.add(s),{finalize:i,pushNotification:(a,l)=>{n||this.input.next({...a,query:r,variables:o,meta:{...l}})}}}calculateNetworkStatus(t){return t===bn.streaming?t:Array.from(this.activeOperations.values()).reverse().find(r=>Sf(r,this)&&void 0!==r.override)?.override??t}abortActiveOperations(){this.activeOperations.forEach(t=>t.abort())}reset(){const t="cache-only"===this.options.fetchPolicy;this.setResult(t?G3:Ud,{shouldEmit:t?1:2}),this.abortActiveOperations()}setResult(t,n){this.input.next({source:"setResult",kind:"N",value:t,query:this.query,variables:this.variables,meta:{...n}})}operator=j3(t=>{const{query:n,variables:r,meta:o}=t;if("setResult"===t.source)return{query:n,variables:r,result:t.value,meta:o};if("C"===t.kind||!Sf(t,this))return;let i;const s=this.subject.getValue();if("cache"===t.source){if(i=t.value,i.networkStatus===bn.ready&&i.partial&&(!this.options.returnPartialData||s.result.networkStatus===bn.error)&&"cache-only"!==this.options.fetchPolicy)return}else if("network"===t.source)this.waitForNetworkResult&&(this.waitForNetworkResult=!1,this.resubscribeCache()),i="E"===t.kind?{...Sf(s,t)?s.result:{data:void 0,dataState:"empty",partial:!0},error:t.error,networkStatus:bn.error,loading:!1}:t.value,"E"===t.kind&&"streaming"===i.dataState&&(i.dataState="complete"),i.error&&(o.shouldEmit=1);else if("newNetworkStatus"===t.source){const a=Sf(s,t)?s.result:this.getInitialResult(o.fetchPolicy),{resetError:l}=t.value,c=l?void 0:a.error,u=c?bn.error:bn.ready;i={...a,error:c,networkStatus:u}}return Ot(i),i.error||delete i.error,i.networkStatus=this.calculateNetworkStatus(i.networkStatus),i.loading=k2(i.networkStatus),i=this.maskResult(i),{query:n,variables:r,result:i,meta:o}});reobserveCacheFirst(){const{fetchPolicy:t,nextFetchPolicy:n}=this.options;"cache-and-network"===t||"network-only"===t?this.reobserve({fetchPolicy:"cache-first",nextFetchPolicy(r,o){return this.nextFetchPolicy=n,"function"==typeof this.nextFetchPolicy?this.nextFetchPolicy(r,o):t}}):this.reobserve()}getVariablesWithDefaults(t){return this.queryManager.getVariables(this.query,t)}}function Sf(e,t){return!!(e&&t&&e.query===t.query&&$r(e.variables,t.variables))}function KM(e){let n,r,t=e;return{promise:new Promise((s,a)=>{n=s,r=a}),operator:Kc({next(s){if("E"===s.kind)return r(s.error);"N"===s.kind&&"newNetworkStatus"!==s.source&&!s.value.loading&&(t=s.value)},finalize:()=>{if(t)n(t);else{const s="The operation was aborted.",a="AbortError";r(typeof DOMException<"u"?new DOMException(s,a):Object.assign(new Error(s),{name:a}))}}})}}const XM={},Vd=new WeakMap;function W3(e,t){const n=e[t];"function"==typeof n&&(e[t]=function(){return Vd.set(e,(Vd.get(e)+1)%1e15),n.apply(this,arguments)})}const QM=new WeakMap;class Z3{lastRequestId=1;cache;queryManager;id;observableQuery;incremental;constructor(t,n){const r=this.cache=t.cache,o=(QM.get(t)||0)+1;QM.set(t,o),this.id=o+"",this.observableQuery=n,this.queryManager=t,Vd.has(r)||(Vd.set(r,0),W3(r,"evict"),W3(r,"modify"),W3(r,"reset"))}_lastWrite;get lastWrite(){return(this.observableQuery||this)._lastWrite}set lastWrite(t){(this.observableQuery||this)._lastWrite=t}resetLastWrite(){this.lastWrite=void 0}shouldWrite(t,n){const{lastWrite:r}=this;return!(r&&r.dmCount===Vd.get(this.cache)&&$r(n,r.variables)&&$r(t.data,r.result.data)&&t.extensions?.[Ql]===r.result.extensions?.[Ql])}get hasNext(){return!!this.incremental&&this.incremental.hasNext}maybeHandleIncrementalResult(t,n,r){const{incrementalHandler:o}=this.queryManager;return o.isIncrementalResult(n)?(this.incremental||=o.startRequest({query:r}),this.incremental.handle(t,n)):n}markQueryResult(t,{document:n,variables:r,errorPolicy:o,cacheWriteBehavior:i}){const s={query:n,variables:r,returnPartialData:!0,optimistic:!0};this.observableQuery?.resetNotifications();const a=0===i,l=a?void 0:this.cache.diff(s);let c=this.maybeHandleIncrementalResult(l?.result,t,n);return a||(q3(c,o)?this.cache.batch({onWatchUpdated:(u,d)=>{u.watcher===this.observableQuery&&(u.lastOwnDiff=d)},update:u=>{if(this.shouldWrite(c,r))u.writeQuery({query:n,data:c.data,variables:r,overwrite:1===i,extensions:c.extensions}),this.lastWrite={result:c,variables:r,dmCount:Vd.get(this.cache)};else if(l&&l.complete)return void(c={...c,data:l.result});const d=u.diff(s);d.complete&&(c={...c,data:d.result})}}):this.lastWrite=void 0),c}markMutationResult(t,n,r=this.cache){const o=[],i=0===n.cacheWriteBehavior;let s=this.maybeHandleIncrementalResult(i?void 0:r.diff({id:"ROOT_MUTATION",query:this.queryManager.getDocumentInfo(n.document).asQuery,variables:n.variables,optimistic:!1,returnPartialData:!0}).result,t,n.document);if("ignore"===n.errorPolicy&&(s={...s,errors:[]}),Hd(s)&&"none"===n.errorPolicy)return Promise.resolve(s);const a=()=>({...s,dataState:this.hasNext?"streaming":"complete"});if(!i&&q3(s,n.errorPolicy)){o.push({result:s.data,dataId:"ROOT_MUTATION",query:n.document,variables:n.variables,extensions:s.extensions});const{updateQueries:c}=n;c&&this.queryManager.getObservableQueries("all").forEach(u=>{const d=u&&u.queryName;if(!d||!Object.hasOwnProperty.call(c,d))return;const f=c[d],{query:y,variables:R}=u,{result:Z,complete:X}=u.getCacheDiff({optimistic:!1});if(X&&Z){const ae=f(Z,{mutationResult:a(),queryName:y&&ps(y)||void 0,queryVariables:R});ae&&o.push({result:ae,dataId:"ROOT_QUERY",query:y,variables:R})}})}let l=n.refetchQueries;if("function"==typeof l&&(l=l(a())),o.length>0||(l||"").length>0||n.update||n.onQueryUpdated||n.removeOptimistic){const c=[];if(this.queryManager.refetchQueries({updateCache:u=>{i||o.forEach(f=>u.write(f));const{update:d}=n;if(d){if(!i){const f=u.diff({id:"ROOT_MUTATION",query:this.queryManager.getDocumentInfo(n.document).asQuery,variables:n.variables,optimistic:!1,returnPartialData:!0});f.complete&&(s={...s,data:f.result})}this.hasNext||d(u,s,{context:n.context,variables:n.variables})}!i&&!n.keepRootFields&&!this.hasNext&&u.modify({id:"ROOT_MUTATION",fields:(f,{fieldName:y,DELETE:R})=>"__typename"===y?f:R})},include:l,optimistic:!1,removeOptimistic:n.removeOptimistic,onQueryUpdated:n.onQueryUpdated||null}).forEach(u=>c.push(u)),n.awaitRefetchQueries||n.onQueryUpdated)return Promise.all(c).then(()=>s)}return Promise.resolve(s)}markMutationOptimistic(t,n){const r="function"==typeof t?t(n.variables,{IGNORE:XM}):t;return r!==XM&&(this.cache.recordOptimisticTransaction(o=>{try{this.markMutationResult({data:r},n,o)}catch(i){Ot.error(i)}},this.id),!0)}markSubscriptionResult(t,{document:n,variables:r,errorPolicy:o,cacheWriteBehavior:i}){0!==i&&(q3(t,o)&&this.cache.write({query:n,result:t.data,dataId:"ROOT_SUBSCRIPTION",variables:r,extensions:t.extensions}),this.queryManager.broadcastQueries())}}function q3(e,t="none"){const n="ignore"===t||"all"===t;let r=!Hd(e);return!r&&n&&e.data&&(r=!0),r}class Kae{defaultOptions;client;clientOptions;assumeImmutableResults;documentTransform;ssrMode;defaultContext;dataMasking;incrementalHandler;localState;queryDeduplication;prioritizeCacheValues=!1;onBroadcast;mutationStore;obsQueries=new Set;fetchCancelFns=new Map;constructor(t){const n=new Ua(o=>this.cache.transformDocument(o),{cache:!1});this.client=t.client,this.defaultOptions=t.defaultOptions,this.queryDeduplication=t.queryDeduplication,this.clientOptions=t.clientOptions,this.ssrMode=t.ssrMode,this.assumeImmutableResults=t.assumeImmutableResults,this.dataMasking=t.dataMasking,this.localState=t.localState,this.incrementalHandler=t.incrementalHandler;const r=t.documentTransform;this.documentTransform=r?n.concat(r).concat(n):n,this.defaultContext=t.defaultContext||{},(this.onBroadcast=t.onBroadcast)&&(this.mutationStore={})}get link(){return this.client.link}get cache(){return this.client.cache}stop(){this.obsQueries.forEach(t=>t.stop()),this.cancelPendingFetches(es(87))}cancelPendingFetches(t){this.fetchCancelFns.forEach(n=>n(t)),this.fetchCancelFns.clear()}mutate(t){var n=this;return(0,K.A)(function*({mutation:r,variables:o,optimisticResponse:i,updateQueries:s,refetchQueries:a=[],awaitRefetchQueries:l=!1,update:c,onQueryUpdated:u,fetchPolicy:d,errorPolicy:f,keepRootFields:y,context:R}){const Z=new Z3(n);r=n.cache.transformForLink(n.transform(r));const{hasClientExports:X}=n.getDocumentInfo(r);o=n.getVariables(r,o),X&&(o=yield n.localState.getExportedVariables({client:n.client,document:r,variables:o,context:R}));const ae=n.mutationStore&&(n.mutationStore[Z.id]={mutation:r,variables:o,loading:!0,error:null}),_e=i&&Z.markMutationOptimistic(i,{document:r,variables:o,cacheWriteBehavior:"no-cache"===d?0:2,errorPolicy:f,context:R,updateQueries:s,update:c,keepRootFields:y});return n.broadcastQueries(),new Promise((Ye,ot)=>{const mt={};return n.getObservableFromLink(r,{...R,optimisticResponse:_e?i:void 0},o,d,{},!1).observable.pipe(JM(),Ol(Xt=>{const Tn={...Xt};return Ks(Z.markMutationResult(Tn,{document:r,variables:o,cacheWriteBehavior:"no-cache"===d?0:2,errorPolicy:f,context:R,update:c,updateQueries:s,awaitRefetchQueries:l,refetchQueries:a,removeOptimistic:_e?Z.id:void 0,onQueryUpdated:u,keepRootFields:y}))})).pipe(dr(Xt=>{if(Hd(Xt)&&"none"===f)throw new Ef(Y3(Xt));return ae&&(ae.loading=!1,ae.error=null),Xt})).subscribe({next:Xt=>{if(n.broadcastQueries(),!Z.hasNext){const Tn={data:n.maskOperation({document:r,data:Xt.data,fetchPolicy:d,cause:mt})};Hd(Xt)&&(Tn.error=new Ef(Xt)),Object.keys(Xt.extensions||{}).length&&(Tn.extensions=Xt.extensions),Ye(Tn)}},error:Xt=>(ae&&(ae.loading=!1,ae.error=Xt),_e&&n.cache.removeOptimistic(Z.id),n.broadcastQueries(),"ignore"===f?Ye({data:void 0}):"all"===f?Ye({data:void 0,error:Xt}):void ot(Xt))})})}).apply(this,arguments)}fetchQuery(t,n){var r=this;return ql(t.query,oa.QUERY),(0,K.A)(function*(){return Zh(r.fetchObservableWithInfo(t,{networkStatus:n}).observable.pipe(j3(o=>{switch(o.kind){case"E":throw o.error;case"N":if("newNetworkStatus"!==o.source)return Af(o.value)}})),{defaultValue:{data:void 0}})})()}transform(t){return this.documentTransform.transformDocument(t)}transformCache=new r3(Fa["queryManager.getDocumentInfo"]||2e3);getDocumentInfo(t){const{transformCache:n}=this;if(!n.has(t)){const o=Ha(t),i={hasClientExports:Fd(["client","export"],t,!0),hasForcedResolvers:jae(t),hasNonreactiveDirective:Fd(["nonreactive"],t),hasIncrementalDirective:Fd(["defer"],t),nonReactiveQuery:Qae(t),clientQuery:Fd(["client"],t)?t:null,serverQuery:Gae([{name:"client",remove:!0},{name:"connection"},{name:"nonreactive"},{name:"unmask"}],t),operationType:o?.operation,defaultVars:N3(o),asQuery:{...t,definitions:t.definitions.map(s=>"OperationDefinition"===s.kind&&"query"!==s.operation?{...s,operation:"query"}:s)}};n.set(t,i)}const r=n.get(t);if(r.violation)throw r.violation;return r}getVariables(t,n){const r=this.getDocumentInfo(t).defaultVars,o=Object.entries(n??{}).map(([i,s])=>[i,void 0===s?r[i]:s]);return{...r,...Object.fromEntries(o)}}watchQuery(t){ql(t.query,oa.QUERY);const n=this.transform(t.query);return typeof(t={...t,variables:this.getVariables(n,t.variables)}).notifyOnNetworkStatusChange>"u"&&(t.notifyOnNetworkStatusChange=!0),new $3({queryManager:this,options:t,transformedQuery:n})}query(t){const n=this.transform(t.query);return this.fetchQuery({...t,query:n}).then(r=>({...r,data:this.maskOperation({document:n,data:r?.data,fetchPolicy:t.fetchPolicy})}))}requestIdCounter=1;generateRequestId(){return this.requestIdCounter++}clearStore(t={discardWatches:!0}){return this.cancelPendingFetches(es(89)),this.obsQueries.forEach(n=>{n.reset()}),this.mutationStore&&(this.mutationStore={}),this.cache.reset(t)}getObservableQueries(t="active"){const n=new Set,r=new Map,o=new Map,i=new Set;return Array.isArray(t)&&t.forEach(s=>{if("string"==typeof s)r.set(s,s),o.set(s,!1);else if(function Zae(e){return di(e)&&"Document"===e.kind&&Array.isArray(e.definitions)}(s)){const a=hf(this.transform(s));r.set(a,ps(s)),o.set(a,!1)}else di(s)&&s.query&&i.add(s)}),this.obsQueries.forEach(s=>{const a=hf(this.transform(s.options.query));if("all"===t)return void n.add(s);const{queryName:l,options:{fetchPolicy:c}}=s;"active"===t&&"standby"===c||("active"===t||l&&o.has(l)||a&&o.has(a))&&(n.add(s),l&&o.set(l,!0),a&&o.set(a,!0))}),i.size&&i.forEach(s=>{const a=new $3({queryManager:this,options:{...N2(this.defaultOptions.watchQuery,s),fetchPolicy:"network-only"}});n.add(a)}),n}refetchObservableQueries(t=!1){const n=[];return this.getObservableQueries(t?"all":"active").forEach(r=>{const{fetchPolicy:o}=r.options;(t||"standby"!==o)&&"cache-only"!==o&&n.push(r.refetch())}),this.broadcastQueries(),Promise.all(n)}startGraphQLSubscription(t){let{query:n,variables:r}=t;const{fetchPolicy:o="cache-first",errorPolicy:i="none",context:s={},extensions:a={}}=t;let l;ql(n,oa.SUBSCRIPTION),n=this.transform(n),r=this.getVariables(n,r);const c=(this.getDocumentInfo(n).hasClientExports?Ks(this.localState.getExportedVariables({client:this.client,document:n,variables:r,context:s})):Qs(r)).pipe(Ol(u=>{const{observable:d,restart:f}=this.getObservableFromLink(n,s,u,o,a),y=new Z3(this);return l=f,d.pipe(dr(R=>{y.markSubscriptionResult(R,{document:n,variables:u,errorPolicy:i,cacheWriteBehavior:"no-cache"===o?0:2});const Z={data:R.data??void 0};return Hd(R)?Z.error=new Ef(R):function Pae(e){return"extensions"in e&&Rae.is(e.extensions[z3])}(R)&&(Z.error=R.extensions[z3],delete R.extensions[z3]),R.extensions&&Object.keys(R.extensions).length&&(Z.extensions=R.extensions),Z.error&&"none"===i&&(Z.data=void 0),"ignore"===i&&delete Z.error,Z}),za(R=>Qs("ignore"===i?{data:void 0}:{data:void 0,error:R})),l8(R=>!(!R.data&&!R.error)))}));return Object.assign(c,{restart:()=>l?.()})}broadcastQueries(){this.onBroadcast&&this.onBroadcast(),this.obsQueries.forEach(t=>t.notify())}inFlightLinkObservables=new sa(!1);getObservableFromLink(t,n,r,o,i,s=n?.queryDeduplication??this.queryDeduplication){let a={};const{serverQuery:l,clientQuery:c,operationType:u,hasIncrementalDirective:d}=this.getDocumentInfo(t),f=ps(t),y={client:this.client};if(l){const{inFlightLinkObservables:R,link:Z}=this;try{let ae=function(_e){return new Lt(Ye=>{function ot(){return _e.subscribe({next:Ye.next.bind(Ye),complete:Ye.complete.bind(Ye),error:Ye.error.bind(Ye)})}let mt=ot();return a.restart||=()=>{mt.unsubscribe(),mt=ot()},()=>{mt.unsubscribe(),a.restart=void 0}})};const X=this.incrementalHandler.prepareRequest({query:l,variables:r,context:{...this.defaultContext,...n,queryDeduplication:s},extensions:i});if(n=X.context,s){const _e=hf(l),Ye=Va(r);a=R.lookup(_e,Ye),a.observable||(a.observable=F3(Z,X,y).pipe(ae,a8(()=>{R.peek(_e,Ye)===a&&R.remove(_e,Ye)}),u===oa.SUBSCRIPTION?ff():E2({refCount:!0})))}else a.observable=F3(Z,X,y).pipe(ae)}catch(X){a.observable=Jl(()=>X)}}else a.observable=Qs({data:{}});if(c){const{operation:R}=Ha(t);Ot(!d,94,R[0].toUpperCase()+R.slice(1),f??"(anonymous)"),a.observable=a.observable.pipe(Ol(Z=>Ks(this.localState.execute({client:this.client,document:c,remoteResult:Z,context:n,variables:r,fetchPolicy:o}))))}return{restart:()=>a.restart?.(),observable:a.observable.pipe(za(R=>{throw R=function Bae(e){return function Oae(e){return null!==e&&"object"==typeof e&&"string"==typeof e.message&&"string"==typeof e.name&&("string"==typeof e.stack||typeof e.stack>"u")}(e)?e:"string"==typeof e?new Error(e,{cause:e}):new V3(e)}(R),function Fae(e){jM.add(e)}(R),R}))}}getResultsFromLink(t,{queryInfo:n,cacheWriteBehavior:r,observableQuery:o,exposeExtensions:i}){const s=n.lastRequestId=this.generateRequestId(),{errorPolicy:a}=t,l=this.cache.transformForLink(t.query);return this.getObservableFromLink(l,t.context,t.variables,t.fetchPolicy).observable.pipe(dr(c=>{const u=n.markQueryResult(c,{...t,document:l,cacheWriteBehavior:r}),d=Hd(u);if(d&&"none"===a)throw n.resetLastWrite(),o?.resetNotifications(),new Ef(Y3(u));const f={data:u.data,...n.hasNext?{loading:!0,networkStatus:bn.streaming,dataState:"streaming",partial:!0}:{dataState:u.data?"complete":"empty",loading:!1,networkStatus:bn.ready,partial:!u.data}};return i&&"extensions"in u&&(f[gM]=u.extensions),d&&("none"===a&&(f.data=void 0,f.dataState="empty"),"ignore"!==a&&(f.error=new Ef(Y3(u)),"streaming"!==f.dataState&&(f.networkStatus=bn.error))),f}),za(c=>{if(s>=n.lastRequestId&&"none"===a)throw n.resetLastWrite(),o?.resetNotifications(),c;const u={data:void 0,dataState:"empty",loading:!1,networkStatus:bn.ready,partial:!0};return"ignore"!==a&&(u.error=c,u.networkStatus=bn.error),Qs(u)}))}fetchObservableWithInfo(t,{networkStatus:n=bn.loading,query:r=t.query,fetchQueryOperator:o=l=>l,onCacheHit:i=()=>{},observableQuery:s,exposeExtensions:a}){const l=this.getVariables(r,t.variables);let{fetchPolicy:c="cache-first",errorPolicy:u="none",returnPartialData:d=!1,notifyOnNetworkStatusChange:f=!0,context:y={}}=t;this.prioritizeCacheValues&&("network-only"===c||"cache-and-network"===c)&&(c="cache-first");const R=Object.assign({},t,{query:r,variables:l,fetchPolicy:c,errorPolicy:u,returnPartialData:d,notifyOnNetworkStatusChange:f,context:y}),Z=new Z3(this,s),X=mt=>{R.variables=mt;const Tn=this.fetchQueryByPolicy(R,{queryInfo:Z,cacheWriteBehavior:"no-cache"===c?0:n===bn.refetch&&"merge"!==R.refetchWritePolicy?1:2,onCacheHit:i,observableQuery:s,exposeExtensions:a});return Tn.observable=Tn.observable.pipe(o),"standby"!==R.fetchPolicy&&s?.applyNextFetchPolicy("after-fetch",t),Tn},ae=()=>{this.fetchCancelFns.delete(Z.id)};this.fetchCancelFns.set(Z.id,mt=>{_e.next({kind:"E",error:mt,source:"network"})});const _e=new Kn;let Ye,ot;if(this.getDocumentInfo(R.query).hasClientExports)Ye=Ks(this.localState.getExportedVariables({client:this.client,document:R.query,variables:R.variables,context:R.context})).pipe(Ol(mt=>X(mt).observable)),ot=!0;else{const mt=X(R.variables);ot=mt.fromLink,Ye=mt.observable}return{observable:new Lt(mt=>{mt.add(ae),Ye.subscribe(mt),_e.subscribe(mt)}).pipe(ff()),fromLink:ot}}refetchQueries({updateCache:t,include:n,optimistic:r=!1,removeOptimistic:o=(r?mx("refetchQueries"):void 0),onQueryUpdated:i}){const s=new Map;n&&this.getObservableQueries(n).forEach(l=>{if("cache-only"===l.options.fetchPolicy||l.variablesUnknown)return;const c=l.getCurrentResult();s.set(l,{oq:l,lastDiff:{result:c?.data,complete:!c?.partial}})});const a=new Map;if(t){const l=new Set;this.cache.batch({update:t,optimistic:r&&o||!1,removeOptimistic:o,onWatchUpdated(c,u,d){const f=c.watcher;if(f instanceof $3&&!l.has(f)){if(l.add(f),i){s.delete(f);let y=i(f,u,d);return!0===y&&(y=f.refetch().retain()),!1!==y&&a.set(f,y),y}null!==i&&"cache-only"!==f.options.fetchPolicy&&s.set(f,{oq:f,lastDiff:d,diff:u})}}})}return s.size&&s.forEach(({oq:l,lastDiff:c,diff:u})=>{let d;i&&(u||(u=l.getCacheDiff()),d=i(l,u,c)),(!i||!0===d)&&(d=l.refetch().retain()),!1!==d&&a.set(l,d)}),o&&this.cache.removeOptimistic(o),a}noCacheWarningsByCause=new WeakSet;maskOperation(t){const{document:n,data:r}=t;return this.dataMasking?function Vae(e,t,n){const r=Ha(t);return Ot(r,43),null==e?e:GM(e,r.selectionSet,{operationType:r.operation,operationName:r.name?.value,fragmentMap:gf(mf(t)),cache:n,mutableTargets:new WeakMap,knownChanged:new WeakSet})}(r,n,this.cache):r}maskFragment(t){const{data:n,fragment:r,fragmentName:o}=t;return this.dataMasking?function zae(e,t,n,r){const o=t.definitions.filter(s=>s.kind===At.FRAGMENT_DEFINITION);typeof r>"u"&&(Ot(1===o.length,41,o.length),r=o[0].name.value);const i=o.find(s=>s.name.value===r);return Ot(!!i,42,r),null==e||$r(e,{})?e:GM(e,i.selectionSet,{operationType:"fragment",operationName:i.name.value,fragmentMap:gf(mf(t)),cache:n,mutableTargets:new WeakMap,knownChanged:new WeakSet})}(n,r,this.cache,o):n}fetchQueryByPolicy({query:t,variables:n,fetchPolicy:r,errorPolicy:o,returnPartialData:i,context:s},{cacheWriteBehavior:a,onCacheHit:l,queryInfo:c,observableQuery:u,exposeExtensions:d}){const f=()=>this.cache.diff({query:t,variables:n,returnPartialData:!0,optimistic:!0}),y=(Z,X)=>{const ae=Z.result,_e=ot=>(!Z.complete&&!i&&(ot=void 0),{data:ot,dataState:Z.complete?"complete":ot?"partial":"empty",loading:k2(X),networkStatus:X,partial:!Z.complete});return(Z.complete||i)&&this.getDocumentInfo(t).hasForcedResolvers?(l(),Ks(this.localState.execute({client:this.client,document:t,remoteResult:ae?{data:ae}:void 0,context:s,variables:n,onlyRunForcedResolvers:!0,returnPartialData:!0,fetchPolicy:r}).then(ot=>({kind:"N",value:_e(ot.data||void 0),source:"cache"})))):Qs({kind:"N",value:_e("none"===o&&X===bn.refetch&&Z.missing?void 0:ae||void 0),source:"cache"})},R=()=>this.getResultsFromLink({query:t,variables:n,context:s,fetchPolicy:r,errorPolicy:o},{cacheWriteBehavior:a,queryInfo:c,observableQuery:u,exposeExtensions:d}).pipe(JM(),function Nae(){return Ni((e,t)=>{e.subscribe($i(t,n=>{t.next(ja.createNext(n))},()=>{t.next(ja.createComplete()),t.complete()},n=>{t.next(ja.createError(n)),t.complete()}))})}(),dr(Z=>({...Z,source:"network"})));switch(r){default:case"cache-first":{const Z=f();return Z.complete?{fromLink:!1,observable:y(Z,bn.ready)}:i?{fromLink:!0,observable:Tf(y(Z,bn.loading),R())}:{fromLink:!0,observable:R()}}case"cache-and-network":{const Z=f();return Z.complete||i?{fromLink:!0,observable:Tf(y(Z,bn.loading),R())}:{fromLink:!0,observable:R()}}case"cache-only":return{fromLink:!1,observable:Tf(y(f(),bn.ready))};case"network-only":case"no-cache":return{fromLink:!0,observable:R()};case"standby":return{fromLink:!1,observable:Wl}}}}function JM(){let e=!1;return Kc({next(){e=!0},complete(){Ot(e,98)}})}function Qae(e){return ia(e,{FragmentSpread:t=>{if(!t.directives?.some(n=>"unmask"===n.name.value))return{...t,directives:[...t.directives||[],{kind:At.DIRECTIVE,name:{kind:At.NAME,value:"nonreactive"}}]}}})}function Y3(e){if(null==e.extensions?.[Ql])return e;const{extensions:{[Ql]:t,...n},...r}=e;return Object.keys(n).length>0&&(r.extensions=n),r}class K3{link;cache;disableNetworkFetches;set prioritizeCacheValues(t){this.queryManager.prioritizeCacheValues=t}get prioritizeCacheValues(){return this.queryManager.prioritizeCacheValues}version;queryDeduplication;defaultOptions;devtoolsConfig;queryManager;devToolsHookCb;resetStoreCallbacks=[];clearStoreCallbacks=[];constructor(t){const{cache:n,documentTransform:r,ssrMode:o=!1,ssrForceFetchDelay:i=0,queryDeduplication:s=!0,defaultOptions:a,defaultContext:l,assumeImmutableResults:c=n.assumeImmutableResults,localState:u,devtools:d,dataMasking:f,link:y,incrementalHandler:R=new Dae,experiments:Z=[]}=t;this.link=y,this.cache=n,this.queryDeduplication=s,this.defaultOptions=a||{},this.devtoolsConfig={...d,enabled:d?.enabled??false},this.watchQuery=this.watchQuery.bind(this),this.query=this.query.bind(this),this.mutate=this.mutate.bind(this),this.watchFragment=this.watchFragment.bind(this),this.resetStore=this.resetStore.bind(this),this.reFetchObservableQueries=this.refetchObservableQueries=this.refetchObservableQueries.bind(this),this.version=K8,this.queryManager=new Kae({client:this,defaultOptions:this.defaultOptions,defaultContext:l,documentTransform:r,queryDeduplication:s,ssrMode:o,dataMasking:!!f,clientOptions:t,incrementalHandler:R,assumeImmutableResults:c,onBroadcast:this.devtoolsConfig.enabled?()=>{this.devToolsHookCb&&this.devToolsHookCb()}:void 0,localState:u}),this.prioritizeCacheValues=o||i>0,i&&setTimeout(()=>{this.prioritizeCacheValues=!1},i),this.devtoolsConfig.enabled&&this.connectToDevTools(),Z.forEach(X=>X.call(this,t))}connectToDevTools(){if(typeof window>"u")return;const t=window,n=Symbol.for("apollo.devtools");(t[n]=t[n]||[]).push(this),t.__APOLLO_CLIENT__=this}get documentTransform(){return this.queryManager.documentTransform}get localState(){return this.queryManager.localState}set localState(t){this.queryManager.localState=t}stop(){this.queryManager.stop()}watchQuery(t){return this.defaultOptions.watchQuery&&(t=N2(this.defaultOptions.watchQuery,t)),this.queryManager.watchQuery(t)}query(t){return this.defaultOptions.query&&(t=N2(this.defaultOptions.query,t)),this.queryManager.query(t)}mutate(t){const n=N2(iu({fetchPolicy:"network-only",errorPolicy:"none"},this.defaultOptions.mutate),t);return ql(n.mutation,oa.MUTATION),this.queryManager.mutate(n)}subscribe(t){const n={},r=this.queryManager.startGraphQLSubscription(t),o=r.pipe(dr(i=>({...i,data:this.queryManager.maskOperation({document:t.query,data:i.data,fetchPolicy:t.fetchPolicy,cause:n})})));return Object.assign(o,{restart:r.restart})}readQuery(t,n=!1){return this.cache.readQuery({...t,query:this.transform(t.query)},n)}watchFragment(t){const n=this.queryManager.dataMasking;return this.cache.watchFragment({...t,fragment:this.transform(t.fragment,n)})}readFragment(t,n=!1){return this.cache.readFragment({...t,fragment:this.transform(t.fragment)},n)}writeQuery(t){const n=this.cache.writeQuery(t);return!1!==t.broadcast&&this.queryManager.broadcastQueries(),n}writeFragment(t){const n=this.cache.writeFragment(t);return!1!==t.broadcast&&this.queryManager.broadcastQueries(),n}__actionHookForDevTools(t){this.devToolsHookCb=t}__requestRaw(t){return F3(this.link,t,{client:this})}resetStore(){return Promise.resolve().then(()=>this.queryManager.clearStore({discardWatches:!1})).then(()=>Promise.all(this.resetStoreCallbacks.map(t=>t()))).then(()=>this.refetchObservableQueries())}clearStore(){return Promise.resolve().then(()=>this.queryManager.clearStore({discardWatches:!0})).then(()=>Promise.all(this.clearStoreCallbacks.map(t=>t())))}onResetStore(t){return this.resetStoreCallbacks.push(t),()=>{this.resetStoreCallbacks=this.resetStoreCallbacks.filter(n=>n!==t)}}onClearStore(t){return this.clearStoreCallbacks.push(t),()=>{this.clearStoreCallbacks=this.clearStoreCallbacks.filter(n=>n!==t)}}reFetchObservableQueries;refetchObservableQueries(t){return this.queryManager.refetchObservableQueries(t)}refetchQueries(t){const n=this.queryManager.refetchQueries(t),r=[],o=[];n.forEach((s,a)=>{r.push(a),o.push(s)});const i=Promise.all(o);return i.queries=r,i.results=o,i.catch(s=>{}),i}getObservableQueries(t="active"){return this.queryManager.getObservableQueries(t)}extract(t){return this.cache.extract(t)}restore(t){return this.cache.restore(t)}setLink(t){this.link=t}get defaultContext(){return this.queryManager.defaultContext}maskedFragmentTransform=new Ua(Lae);transform(t,n=!1){const r=this.queryManager.transform(t);return n?this.maskedFragmentTransform.transformDocument(r):r}}function ele(e,t){if(!e)throw new Error(t??"Unexpected invariant triggered.")}const tle=/\r\n|[\n\r]/g;function X3(e,t){let n=0,r=1;for(const o of e.body.matchAll(tle)){if("number"==typeof o.index||ele(!1),o.index>=t)break;n=o.index+o[0].length,r+=1}return{line:r,column:t+1-n}}function nle(e){return tN(e.source,X3(e.source,e.start))}function tN(e,t){const n=e.locationOffset.column-1,r="".padStart(n)+e.body,o=t.line-1,s=t.line+(e.locationOffset.line-1),l=t.column+(1===t.line?n:0),c=`${e.name}:${s}:${l}\n`,u=r.split(/\r\n|[\n\r]/g),d=u[o];if(d.length>120){const f=Math.floor(l/80),y=l%80,R=[];for(let Z=0;Z<d.length;Z+=80)R.push(d.slice(Z,Z+80));return c+nN([[`${s} |`,R[0]],...R.slice(1,f+1).map(Z=>["|",Z]),["|","^".padStart(y)],["|",R[f+1]]])}return c+nN([[s-1+" |",u[o-1]],[`${s} |`,d],["|","^".padStart(l)],[`${s+1} |`,u[o+1]]])}function nN(e){const t=e.filter(([r,o])=>void 0!==o),n=Math.max(...t.map(([r])=>r.length));return t.map(([r,o])=>r.padStart(n)+(o?" "+o:"")).join("\n")}class Q3 extends Error{constructor(t,...n){var r,o,i;const{nodes:s,source:a,positions:l,path:c,originalError:u,extensions:d}=function rle(e){const t=e[0];return null==t||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}(n);super(t),this.name="GraphQLError",this.path=c??void 0,this.originalError=u??void 0,this.nodes=rN(Array.isArray(s)?s:s?[s]:void 0);const f=rN(null===(r=this.nodes)||void 0===r?void 0:r.map(R=>R.loc).filter(R=>null!=R));this.source=a??(null==f||null===(o=f[0])||void 0===o?void 0:o.source),this.positions=l??f?.map(R=>R.start),this.locations=l&&a?l.map(R=>X3(a,R)):f?.map(R=>X3(R.source,R.start));const y=function Jae(e){return"object"==typeof e&&null!==e}(u?.extensions)?u?.extensions:void 0;this.extensions=null!==(i=d??y)&&void 0!==i?i:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),null!=u&&u.stack?Object.defineProperty(this,"stack",{value:u.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,Q3):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let t=this.message;if(this.nodes)for(const n of this.nodes)n.loc&&(t+="\n\n"+nle(n.loc));else if(this.source&&this.locations)for(const n of this.locations)t+="\n\n"+tN(this.source,n);return t}toJSON(){const t={message:this.message};return null!=this.locations&&(t.locations=this.locations),null!=this.path&&(t.path=this.path),null!=this.extensions&&Object.keys(this.extensions).length>0&&(t.extensions=this.extensions),t}}function rN(e){return void 0===e||0===e.length?void 0:e}function ko(e,t,n){return new Q3(`Syntax Error: ${n}`,{source:e,positions:[t]})}var oN=function(e){return e.QUERY="QUERY",e.MUTATION="MUTATION",e.SUBSCRIPTION="SUBSCRIPTION",e.FIELD="FIELD",e.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",e.FRAGMENT_SPREAD="FRAGMENT_SPREAD",e.INLINE_FRAGMENT="INLINE_FRAGMENT",e.VARIABLE_DEFINITION="VARIABLE_DEFINITION",e.SCHEMA="SCHEMA",e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.FIELD_DEFINITION="FIELD_DEFINITION",e.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.ENUM_VALUE="ENUM_VALUE",e.INPUT_OBJECT="INPUT_OBJECT",e.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION",e.DIRECTIVE_DEFINITION="DIRECTIVE_DEFINITION",e}(oN||{}),rt=function(e){return e.SOF="<SOF>",e.EOF="<EOF>",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.DOT=".",e.SPREAD="...",e.COLON=":",e.EQUALS="=",e.AT="@",e.BRACKET_L="[",e.BRACKET_R="]",e.BRACE_L="{",e.PIPE="|",e.BRACE_R="}",e.NAME="Name",e.INT="Int",e.FLOAT="Float",e.STRING="String",e.BLOCK_STRING="BlockString",e.COMMENT="Comment",e}(rt||{});class ole{constructor(t){const n=new hx(rt.SOF,0,0,0,0);this.source=t,this.lastToken=n,this.token=n,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let t=this.token;if(t.kind!==rt.EOF)do{if(t.next)t=t.next;else{const n=sle(this,t.end);t.next=n,n.prev=t,t=n}}while(t.kind===rt.COMMENT);return t}}function zd(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function R2(e,t){return iN(e.charCodeAt(t))&&sN(e.charCodeAt(t+1))}function iN(e){return e>=55296&&e<=56319}function sN(e){return e>=56320&&e<=57343}function su(e,t){const n=e.source.body.codePointAt(t);if(void 0===n)return rt.EOF;if(n>=32&&n<=126){const r=String.fromCodePoint(n);return'"'===r?"'\"'":`"${r}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function Io(e,t,n,r,o){return new hx(t,n,r,e.line,1+n-e.lineStart,o)}function sle(e,t){const n=e.source.body,r=n.length;let o=t;for(;o<r;){const i=n.charCodeAt(o);switch(i){case 65279:case 9:case 32:case 44:++o;continue;case 10:++o,++e.line,e.lineStart=o;continue;case 13:10===n.charCodeAt(o+1)?o+=2:++o,++e.line,e.lineStart=o;continue;case 35:return ale(e,o);case 33:return Io(e,rt.BANG,o,o+1);case 36:return Io(e,rt.DOLLAR,o,o+1);case 38:return Io(e,rt.AMP,o,o+1);case 40:return Io(e,rt.PAREN_L,o,o+1);case 41:return Io(e,rt.PAREN_R,o,o+1);case 46:if(46===n.charCodeAt(o+1)&&46===n.charCodeAt(o+2))return Io(e,rt.SPREAD,o,o+3);break;case 58:return Io(e,rt.COLON,o,o+1);case 61:return Io(e,rt.EQUALS,o,o+1);case 64:return Io(e,rt.AT,o,o+1);case 91:return Io(e,rt.BRACKET_L,o,o+1);case 93:return Io(e,rt.BRACKET_R,o,o+1);case 123:return Io(e,rt.BRACE_L,o,o+1);case 124:return Io(e,rt.PIPE,o,o+1);case 125:return Io(e,rt.BRACE_R,o,o+1);case 34:return 34===n.charCodeAt(o+1)&&34===n.charCodeAt(o+2)?hle(e,o):cle(e,o)}if(df(i)||45===i)return lle(e,o,i);if(Jx(i))return fle(e,o);throw ko(e.source,o,39===i?"Unexpected single quote character ('), did you mean to use a double quote (\")?":zd(i)||R2(n,o)?`Unexpected character: ${su(e,o)}.`:`Invalid character: ${su(e,o)}.`)}return Io(e,rt.EOF,r,r)}function ale(e,t){const n=e.source.body,r=n.length;let o=t+1;for(;o<r;){const i=n.charCodeAt(o);if(10===i||13===i)break;if(zd(i))++o;else{if(!R2(n,o))break;o+=2}}return Io(e,rt.COMMENT,t,o,n.slice(t+1,o))}function lle(e,t,n){const r=e.source.body;let o=t,i=n,s=!1;if(45===i&&(i=r.charCodeAt(++o)),48===i){if(i=r.charCodeAt(++o),df(i))throw ko(e.source,o,`Invalid number, unexpected digit after 0: ${su(e,o)}.`)}else o=J3(e,o,i),i=r.charCodeAt(o);if(46===i&&(s=!0,i=r.charCodeAt(++o),o=J3(e,o,i),i=r.charCodeAt(o)),(69===i||101===i)&&(s=!0,i=r.charCodeAt(++o),(43===i||45===i)&&(i=r.charCodeAt(++o)),o=J3(e,o,i),i=r.charCodeAt(o)),46===i||Jx(i))throw ko(e.source,o,`Invalid number, expected digit but got: ${su(e,o)}.`);return Io(e,s?rt.FLOAT:rt.INT,t,o,r.slice(t,o))}function J3(e,t,n){if(!df(n))throw ko(e.source,t,`Invalid number, expected digit but got: ${su(e,t)}.`);const r=e.source.body;let o=t+1;for(;df(r.charCodeAt(o));)++o;return o}function cle(e,t){const n=e.source.body,r=n.length;let o=t+1,i=o,s="";for(;o<r;){const a=n.charCodeAt(o);if(34===a)return s+=n.slice(i,o),Io(e,rt.STRING,t,o+1,s);if(92===a){s+=n.slice(i,o);const l=117===n.charCodeAt(o+1)?123===n.charCodeAt(o+2)?ule(e,o):dle(e,o):_le(e,o);s+=l.value,o+=l.size,i=o;continue}if(10===a||13===a)break;if(zd(a))++o;else{if(!R2(n,o))throw ko(e.source,o,`Invalid character within String: ${su(e,o)}.`);o+=2}}throw ko(e.source,o,"Unterminated string.")}function ule(e,t){const n=e.source.body;let r=0,o=3;for(;o<12;){const i=n.charCodeAt(t+o++);if(125===i){if(o<5||!zd(r))break;return{value:String.fromCodePoint(r),size:o}}if(r=r<<4|wf(i),r<0)break}throw ko(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+o)}".`)}function dle(e,t){const n=e.source.body,r=aN(n,t+2);if(zd(r))return{value:String.fromCodePoint(r),size:6};if(iN(r)&&92===n.charCodeAt(t+6)&&117===n.charCodeAt(t+7)){const o=aN(n,t+8);if(sN(o))return{value:String.fromCodePoint(r,o),size:12}}throw ko(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function aN(e,t){return wf(e.charCodeAt(t))<<12|wf(e.charCodeAt(t+1))<<8|wf(e.charCodeAt(t+2))<<4|wf(e.charCodeAt(t+3))}function wf(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function _le(e,t){const n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:"\n",size:2};case 114:return{value:"\r",size:2};case 116:return{value:"\t",size:2}}throw ko(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}function hle(e,t){const n=e.source.body,r=n.length;let o=e.lineStart,i=t+3,s=i,a="";const l=[];for(;i<r;){const c=n.charCodeAt(i);if(34===c&&34===n.charCodeAt(i+1)&&34===n.charCodeAt(i+2)){a+=n.slice(s,i),l.push(a);const u=Io(e,rt.BLOCK_STRING,t,i+3,Ase(l).join("\n"));return e.line+=l.length-1,e.lineStart=o,u}if(92!==c||34!==n.charCodeAt(i+1)||34!==n.charCodeAt(i+2)||34!==n.charCodeAt(i+3))if(10!==c&&13!==c)if(zd(c))++i;else{if(!R2(n,i))throw ko(e.source,i,`Invalid character within String: ${su(e,i)}.`);i+=2}else a+=n.slice(s,i),l.push(a),13===c&&10===n.charCodeAt(i+1)?i+=2:++i,a="",s=i,o=i;else a+=n.slice(s,i),s=i+1,i+=4}throw ko(e.source,i,"Unterminated string.")}function fle(e,t){const n=e.source.body,r=n.length;let o=t+1;for(;o<r&&Ise(n.charCodeAt(o));)++o;return Io(e,rt.NAME,t,o,n.slice(t,o))}const ple=globalThis.process?function(t,n){return t instanceof n}:function(t,n){if(t instanceof n)return!0;if("object"==typeof t&&null!==t){var r;const o=n.prototype[Symbol.toStringTag];if(o===(Symbol.toStringTag in t?t[Symbol.toStringTag]:null===(r=t.constructor)||void 0===r?void 0:r.name)){const s=Z8(t);throw new Error(`Cannot use ${o} "${s}" from another module or realm.\n\nEnsure that there is only one instance of "graphql" in the node_modules\ndirectory. If different versions of "graphql" are the dependencies of other\nrelied on modules, use "resolutions" to ensure only one version is installed.\n\nhttps://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate "graphql" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.`)}}return!1};class lN{constructor(t,n="GraphQL request",r={line:1,column:1}){"string"==typeof t||f2(!1,`Body must be a string. Received: ${Z8(t)}.`),this.body=t,this.name=n,this.locationOffset=r,this.locationOffset.line>0||f2(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||f2(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}class Df{constructor(t,n={}){const{lexer:r,...o}=n;if(r)this._lexer=r;else{const i=function gle(e){return ple(e,lN)}(t)?t:new lN(t);this._lexer=new ole(i)}this._options=o,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}parseName(){const t=this.expectToken(rt.NAME);return this.node(t,{kind:At.NAME,value:t.value})}parseDocument(){return this.node(this._lexer.token,{kind:At.DOCUMENT,definitions:this.many(rt.SOF,this.parseDefinition,rt.EOF)})}parseDefinition(){if(this.peek(rt.BRACE_L))return this.parseOperationDefinition();const t=this.peekDescription(),n=t?this._lexer.lookahead():this._lexer.token;if(t&&n.kind===rt.BRACE_L)throw ko(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are not supported on shorthand queries.");if(n.kind===rt.NAME){switch(n.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}switch(n.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition()}if(t)throw ko(this._lexer.source,this._lexer.token.start,"Unexpected description, only GraphQL definitions support descriptions.");if("extend"===n.value)return this.parseTypeSystemExtension()}throw this.unexpected(n)}parseOperationDefinition(){const t=this._lexer.token;if(this.peek(rt.BRACE_L))return this.node(t,{kind:At.OPERATION_DEFINITION,operation:oa.QUERY,description:void 0,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});const n=this.parseDescription(),r=this.parseOperationType();let o;return this.peek(rt.NAME)&&(o=this.parseName()),this.node(t,{kind:At.OPERATION_DEFINITION,operation:r,description:n,name:o,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){const t=this.expectToken(rt.NAME);switch(t.value){case"query":return oa.QUERY;case"mutation":return oa.MUTATION;case"subscription":return oa.SUBSCRIPTION}throw this.unexpected(t)}parseVariableDefinitions(){return this.optionalMany(rt.PAREN_L,this.parseVariableDefinition,rt.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:At.VARIABLE_DEFINITION,description:this.parseDescription(),variable:this.parseVariable(),type:(this.expectToken(rt.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(rt.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){const t=this._lexer.token;return this.expectToken(rt.DOLLAR),this.node(t,{kind:At.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:At.SELECTION_SET,selections:this.many(rt.BRACE_L,this.parseSelection,rt.BRACE_R)})}parseSelection(){return this.peek(rt.SPREAD)?this.parseFragment():this.parseField()}parseField(){const t=this._lexer.token,n=this.parseName();let r,o;return this.expectOptionalToken(rt.COLON)?(r=n,o=this.parseName()):o=n,this.node(t,{kind:At.FIELD,alias:r,name:o,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(rt.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){return this.optionalMany(rt.PAREN_L,t?this.parseConstArgument:this.parseArgument,rt.PAREN_R)}parseArgument(t=!1){const n=this._lexer.token,r=this.parseName();return this.expectToken(rt.COLON),this.node(n,{kind:At.ARGUMENT,name:r,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){const t=this._lexer.token;this.expectToken(rt.SPREAD);const n=this.expectOptionalKeyword("on");return!n&&this.peek(rt.NAME)?this.node(t,{kind:At.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(t,{kind:At.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){const t=this._lexer.token,n=this.parseDescription();return this.expectKeyword("fragment"),this.node(t,!0===this._options.allowLegacyFragmentVariables?{kind:At.FRAGMENT_DEFINITION,description:n,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}:{kind:At.FRAGMENT_DEFINITION,description:n,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()}parseValueLiteral(t){const n=this._lexer.token;switch(n.kind){case rt.BRACKET_L:return this.parseList(t);case rt.BRACE_L:return this.parseObject(t);case rt.INT:return this.advanceLexer(),this.node(n,{kind:At.INT,value:n.value});case rt.FLOAT:return this.advanceLexer(),this.node(n,{kind:At.FLOAT,value:n.value});case rt.STRING:case rt.BLOCK_STRING:return this.parseStringLiteral();case rt.NAME:switch(this.advanceLexer(),n.value){case"true":return this.node(n,{kind:At.BOOLEAN,value:!0});case"false":return this.node(n,{kind:At.BOOLEAN,value:!1});case"null":return this.node(n,{kind:At.NULL});default:return this.node(n,{kind:At.ENUM,value:n.value})}case rt.DOLLAR:if(t){if(this.expectToken(rt.DOLLAR),this._lexer.token.kind===rt.NAME)throw ko(this._lexer.source,n.start,`Unexpected variable "$${this._lexer.token.value}" in constant value.`);throw this.unexpected(n)}return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){const t=this._lexer.token;return this.advanceLexer(),this.node(t,{kind:At.STRING,value:t.value,block:t.kind===rt.BLOCK_STRING})}parseList(t){return this.node(this._lexer.token,{kind:At.LIST,values:this.any(rt.BRACKET_L,()=>this.parseValueLiteral(t),rt.BRACKET_R)})}parseObject(t){return this.node(this._lexer.token,{kind:At.OBJECT,fields:this.any(rt.BRACE_L,()=>this.parseObjectField(t),rt.BRACE_R)})}parseObjectField(t){const n=this._lexer.token,r=this.parseName();return this.expectToken(rt.COLON),this.node(n,{kind:At.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t)})}parseDirectives(t){const n=[];for(;this.peek(rt.AT);)n.push(this.parseDirective(t));return n}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){const n=this._lexer.token;return this.expectToken(rt.AT),this.node(n,{kind:At.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){const t=this._lexer.token;let n;if(this.expectOptionalToken(rt.BRACKET_L)){const r=this.parseTypeReference();this.expectToken(rt.BRACKET_R),n=this.node(t,{kind:At.LIST_TYPE,type:r})}else n=this.parseNamedType();return this.expectOptionalToken(rt.BANG)?this.node(t,{kind:At.NON_NULL_TYPE,type:n}):n}parseNamedType(){return this.node(this._lexer.token,{kind:At.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(rt.STRING)||this.peek(rt.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("schema");const r=this.parseConstDirectives(),o=this.many(rt.BRACE_L,this.parseOperationTypeDefinition,rt.BRACE_R);return this.node(t,{kind:At.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:o})}parseOperationTypeDefinition(){const t=this._lexer.token,n=this.parseOperationType();this.expectToken(rt.COLON);const r=this.parseNamedType();return this.node(t,{kind:At.OPERATION_TYPE_DEFINITION,operation:n,type:r})}parseScalarTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("scalar");const r=this.parseName(),o=this.parseConstDirectives();return this.node(t,{kind:At.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:o})}parseObjectTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("type");const r=this.parseName(),o=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:At.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:o,directives:i,fields:s})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(rt.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(rt.BRACE_L,this.parseFieldDefinition,rt.BRACE_R)}parseFieldDefinition(){const t=this._lexer.token,n=this.parseDescription(),r=this.parseName(),o=this.parseArgumentDefs();this.expectToken(rt.COLON);const i=this.parseTypeReference(),s=this.parseConstDirectives();return this.node(t,{kind:At.FIELD_DEFINITION,description:n,name:r,arguments:o,type:i,directives:s})}parseArgumentDefs(){return this.optionalMany(rt.PAREN_L,this.parseInputValueDef,rt.PAREN_R)}parseInputValueDef(){const t=this._lexer.token,n=this.parseDescription(),r=this.parseName();this.expectToken(rt.COLON);const o=this.parseTypeReference();let i;this.expectOptionalToken(rt.EQUALS)&&(i=this.parseConstValueLiteral());const s=this.parseConstDirectives();return this.node(t,{kind:At.INPUT_VALUE_DEFINITION,description:n,name:r,type:o,defaultValue:i,directives:s})}parseInterfaceTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");const r=this.parseName(),o=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:At.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:o,directives:i,fields:s})}parseUnionTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("union");const r=this.parseName(),o=this.parseConstDirectives(),i=this.parseUnionMemberTypes();return this.node(t,{kind:At.UNION_TYPE_DEFINITION,description:n,name:r,directives:o,types:i})}parseUnionMemberTypes(){return this.expectOptionalToken(rt.EQUALS)?this.delimitedMany(rt.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("enum");const r=this.parseName(),o=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();return this.node(t,{kind:At.ENUM_TYPE_DEFINITION,description:n,name:r,directives:o,values:i})}parseEnumValuesDefinition(){return this.optionalMany(rt.BRACE_L,this.parseEnumValueDefinition,rt.BRACE_R)}parseEnumValueDefinition(){const t=this._lexer.token,n=this.parseDescription(),r=this.parseEnumValueName(),o=this.parseConstDirectives();return this.node(t,{kind:At.ENUM_VALUE_DEFINITION,description:n,name:r,directives:o})}parseEnumValueName(){if("true"===this._lexer.token.value||"false"===this._lexer.token.value||"null"===this._lexer.token.value)throw ko(this._lexer.source,this._lexer.token.start,`${O2(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("input");const r=this.parseName(),o=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();return this.node(t,{kind:At.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:o,fields:i})}parseInputFieldsDefinition(){return this.optionalMany(rt.BRACE_L,this.parseInputValueDef,rt.BRACE_R)}parseTypeSystemExtension(){const t=this._lexer.lookahead();if(t.kind===rt.NAME)switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension();case"directive":if(this._options.experimentalDirectivesOnDirectiveDefinitions)return this.parseDirectiveDefinitionExtension()}throw this.unexpected(t)}parseSchemaExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");const n=this.parseConstDirectives(),r=this.optionalMany(rt.BRACE_L,this.parseOperationTypeDefinition,rt.BRACE_R);if(0===n.length&&0===r.length)throw this.unexpected();return this.node(t,{kind:At.SCHEMA_EXTENSION,directives:n,operationTypes:r})}parseScalarTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");const n=this.parseName(),r=this.parseConstDirectives();if(0===r.length)throw this.unexpected();return this.node(t,{kind:At.SCALAR_TYPE_EXTENSION,name:n,directives:r})}parseObjectTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");const n=this.parseName(),r=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===o.length&&0===i.length)throw this.unexpected();return this.node(t,{kind:At.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:o,fields:i})}parseInterfaceTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");const n=this.parseName(),r=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===o.length&&0===i.length)throw this.unexpected();return this.node(t,{kind:At.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:o,fields:i})}parseUnionTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");const n=this.parseName(),r=this.parseConstDirectives(),o=this.parseUnionMemberTypes();if(0===r.length&&0===o.length)throw this.unexpected();return this.node(t,{kind:At.UNION_TYPE_EXTENSION,name:n,directives:r,types:o})}parseEnumTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");const n=this.parseName(),r=this.parseConstDirectives(),o=this.parseEnumValuesDefinition();if(0===r.length&&0===o.length)throw this.unexpected();return this.node(t,{kind:At.ENUM_TYPE_EXTENSION,name:n,directives:r,values:o})}parseInputObjectTypeExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");const n=this.parseName(),r=this.parseConstDirectives(),o=this.parseInputFieldsDefinition();if(0===r.length&&0===o.length)throw this.unexpected();return this.node(t,{kind:At.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:o})}parseDirectiveDefinitionExtension(){const t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("directive"),this.expectToken(rt.AT);const n=this.parseName(),r=this.parseConstDirectives();if(0===r.length)throw this.unexpected();return this.node(t,{kind:At.DIRECTIVE_EXTENSION,name:n,directives:r})}parseDirectiveDefinition(){const t=this._lexer.token,n=this.parseDescription();this.expectKeyword("directive"),this.expectToken(rt.AT);const r=this.parseName(),o=this.parseArgumentDefs(),i=this._options.experimentalDirectivesOnDirectiveDefinitions?this.parseConstDirectives():[],s=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");const a=this.parseDirectiveLocations();return this.node(t,{kind:At.DIRECTIVE_DEFINITION,description:n,name:r,arguments:o,directives:i,repeatable:s,locations:a})}parseDirectiveLocations(){return this.delimitedMany(rt.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){const t=this._lexer.token,n=this.parseName();if(Object.prototype.hasOwnProperty.call(oN,n.value))return n;throw this.unexpected(t)}parseSchemaCoordinate(){const t=this._lexer.token,n=this.expectOptionalToken(rt.AT),r=this.parseName();let o,i;return!n&&this.expectOptionalToken(rt.DOT)&&(o=this.parseName()),(n||o)&&this.expectOptionalToken(rt.PAREN_L)&&(i=this.parseName(),this.expectToken(rt.COLON),this.expectToken(rt.PAREN_R)),this.node(t,n?i?{kind:At.DIRECTIVE_ARGUMENT_COORDINATE,name:r,argumentName:i}:{kind:At.DIRECTIVE_COORDINATE,name:r}:o?i?{kind:At.ARGUMENT_COORDINATE,name:r,fieldName:o,argumentName:i}:{kind:At.MEMBER_COORDINATE,name:r,memberName:o}:{kind:At.TYPE_COORDINATE,name:r})}node(t,n){return!0!==this._options.noLocation&&(n.loc=new Fie(t,this._lexer.lastToken,this._lexer.source)),n}peek(t){return this._lexer.token.kind===t}expectToken(t){const n=this._lexer.token;if(n.kind===t)return this.advanceLexer(),n;throw ko(this._lexer.source,n.start,`Expected ${cN(t)}, found ${O2(n)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t&&(this.advanceLexer(),!0)}expectKeyword(t){const n=this._lexer.token;if(n.kind!==rt.NAME||n.value!==t)throw ko(this._lexer.source,n.start,`Expected "${t}", found ${O2(n)}.`);this.advanceLexer()}expectOptionalKeyword(t){const n=this._lexer.token;return n.kind===rt.NAME&&n.value===t&&(this.advanceLexer(),!0)}unexpected(t){const n=t??this._lexer.token;return ko(this._lexer.source,n.start,`Unexpected ${O2(n)}.`)}any(t,n,r){this.expectToken(t);const o=[];for(;!this.expectOptionalToken(r);)o.push(n.call(this));return o}optionalMany(t,n,r){if(this.expectOptionalToken(t)){const o=[];do{o.push(n.call(this))}while(!this.expectOptionalToken(r));return o}return[]}many(t,n,r){this.expectToken(t);const o=[];do{o.push(n.call(this))}while(!this.expectOptionalToken(r));return o}delimitedMany(t,n){this.expectOptionalToken(t);const r=[];do{r.push(n.call(this))}while(this.expectOptionalToken(t));return r}advanceLexer(){const{maxTokens:t}=this._options,n=this._lexer.advance();if(n.kind!==rt.EOF&&(++this._tokenCounter,void 0!==t&&this._tokenCounter>t))throw ko(this._lexer.source,n.start,`Document contains more that ${t} tokens. Parsing aborted.`)}}function O2(e){const t=e.value;return cN(e.kind)+(null!=t?` "${t}"`:"")}function cN(e){return function ile(e){return e===rt.BANG||e===rt.DOLLAR||e===rt.AMP||e===rt.PAREN_L||e===rt.PAREN_R||e===rt.DOT||e===rt.SPREAD||e===rt.COLON||e===rt.EQUALS||e===rt.AT||e===rt.BRACKET_L||e===rt.BRACKET_R||e===rt.BRACE_L||e===rt.PIPE||e===rt.BRACE_R}(e)?`"${e}"`:e}var P2=new Map,e4=new Map,uN=!0,B2=!1;function dN(e){return e.replace(/[\s,]+/g," ").trim()}function Ile(e){var t=dN(e);if(!P2.has(t)){var n=function yle(e,t){const n=new Df(e,t),r=n.parseDocument();return Object.defineProperty(r,"tokenCount",{enumerable:!1,value:n.tokenCount}),r}(e,{experimentalFragmentVariables:B2,allowLegacyFragmentVariables:B2});if(!n||"Document"!==n.kind)throw new Error("Not a valid GraphQL document.");P2.set(t,function Ele(e){var t=new Set(e.definitions);t.forEach(function(r){r.loc&&delete r.loc,Object.keys(r).forEach(function(o){var i=r[o];i&&"object"==typeof i&&t.add(i)})});var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}(function Tle(e){var t=new Set,n=[];return e.definitions.forEach(function(r){if("FragmentDefinition"===r.kind){var o=r.name.value,i=function ble(e){return dN(e.source.body.substring(e.start,e.end))}(r.loc),s=e4.get(o);s&&!s.has(i)?uN&&console.warn("Warning: fragment with name "+o+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):s||e4.set(o,s=new Set),s.add(i),t.has(i)||(t.add(i),n.push(r))}else n.push(r)}),Nh(Nh({},e),{definitions:n})}(n)))}return P2.get(t)}function jd(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];"string"==typeof e&&(e=[e]);var r=e[0];return t.forEach(function(o,i){r+=o&&"Document"===o.kind?o.loc.source.body:o,r+=e[i+1]}),Ile(r)}var Lf_gql=jd,Lf_resetCaches=function Ale(){P2.clear(),e4.clear()},Lf_disableFragmentWarnings=function Sle(){uN=!1},Lf_enableExperimentalFragmentVariables=function wle(){B2=!0},Lf_disableExperimentalFragmentVariables=function Dle(){B2=!1};(function(e){e.gql=Lf_gql,e.resetCaches=Lf_resetCaches,e.disableFragmentWarnings=Lf_disableFragmentWarnings,e.enableExperimentalFragmentVariables=Lf_enableExperimentalFragmentVariables,e.disableExperimentalFragmentVariables=Lf_disableExperimentalFragmentVariables})(jd||(jd={})),jd.default=jd;const Mle=new class xle extends tM{}(class Lle extends eM{constructor(t,n){super(t,n),this.scheduler=t,this.work=n}schedule(t,n=0){return n>0?super.schedule(t,n):(this.delay=n,this.state=t,this.scheduler.flush(this),this)}execute(t,n){return n>0||this.closed?super.execute(t,n):this._execute(t,n)}requestAsyncId(t,n,r=0){return null!=r&&r>0||null==r&&this.delay>0?super.requestAsyncId(t,n,r):(t.flush(this),0)}});function hN(e){return new Lt(t=>(e().then(n=>{t.closed||(t.next(n),t.complete())},n=>{t.closed||t.error(n)}),()=>t.unsubscribe()))}class Rle{zone;constructor(t){this.zone=t}now=Date.now;schedule(t,n=0,r){return this.zone.run(()=>Mle.schedule(t,n,r))}}function t4(e,t){return e.pipe(x7(new Rle(t)))}class Ole{obsQuery;valueChanges;constructor(t,n){this.obsQuery=t,this.valueChanges=t4(Ks(this.obsQuery),n)}get options(){return this.obsQuery.options}get variables(){return this.obsQuery.variables}getCurrentResult(){return this.obsQuery.getCurrentResult()}refetch(t){return this.obsQuery.refetch(t)}fetchMore(t){return this.obsQuery.fetchMore(t)}subscribeToMore(t){return this.obsQuery.subscribeToMore(t)}updateQuery(t){return this.obsQuery.updateQuery(t)}stopPolling(){return this.obsQuery.stopPolling()}startPolling(t){return this.obsQuery.startPolling(t)}setVariables(t){return this.obsQuery.setVariables(t)}reobserve(t){return this.obsQuery.reobserve(t)}}const n4=new _t("APOLLO_FLAGS"),fN=new _t("APOLLO_OPTIONS"),pN=new _t("APOLLO_NAMED_OPTIONS");class gN{ngZone;flags;_client;useMutationLoading;constructor(t,n,r){this.ngZone=t,this.flags=n,this._client=r,this.useMutationLoading=n?.useMutationLoading??!1}watchQuery(t){return new Ole(this.ensureClient().watchQuery({...t}),this.ngZone)}query(t){return hN(()=>this.ensureClient().query({...t}))}mutate(t){return function kle(e,t){return t?e.pipe(dr(n=>({...n,loading:!1})),function Nle(...e){const t=I0(e);return Ni((n,r)=>{(t?Tf(e,n,t):Tf(e,n)).subscribe(r)})}({data:void 0,loading:!0})):e.pipe(dr(n=>({...n,loading:!1})))}(hN(()=>this.ensureClient().mutate({...t})),t.useMutationLoading??this.useMutationLoading)}watchFragment(t){const{useZone:n,...r}=t,o=this.ensureClient().watchFragment({...r});return!0!==n?o:t4(o,this.ngZone)}subscribe(t){const{useZone:n,...r}=t,o=this.ensureClient().subscribe({...r});return!0!==n?o:t4(o,this.ngZone)}get client(){return this.ensureClient()}set client(t){if(this._client)throw new Error("Client has been already defined");this._client=t}ensureClient(){return this.checkInstance(),this._client}checkInstance(){if(this._client)return!0;throw new Error("Client has not been defined yet")}}let r4=(()=>{class e extends gN{map=new Map;constructor(n,r,o,i){if(super(n,i),r&&this.createDefault(r),o&&"object"==typeof o)for(let s in o)o.hasOwnProperty(s)&&this.create(o[s],s)}create(n,r){o4(r)?this.createNamed(r,n):this.createDefault(n)}default(){return this}use(n){return o4(n)?this.map.get(n):this.default()}createDefault(n){if(this._client)throw new Error("Apollo has been already created.");this.client=this.ngZone.runOutsideAngular(()=>new K3(n))}createNamed(n,r){if(this.map.has(n))throw new Error(`Client ${n} has been already created`);this.map.set(n,new gN(this.ngZone,this.flags,this.ngZone.runOutsideAngular(()=>new K3(r))))}removeClient(n){o4(n)?this.map.delete(n):this._client=void 0}static \u0275fac=function(r){return new(r||e)(jt(pr),jt(fN,8),jt(pN,8),jt(n4,8))};static \u0275prov=Te({token:e,factory:e.\u0275fac})}return e})();function o4(e){return!!e&&"default"!==e}const i4=jd,F2=(e,t)=>e&&t?[...e.keys()].reduce((n,r)=>n.set(r,e.get(r)),t):t||e;const s4={batchInterval:10,batchMax:10,uri:"graphql",method:"POST",withCredentials:!1,includeQuery:!0,includeExtensions:!1,useMultipart:!1};function Ga(e,t,n){return function H2(...e){return e.find(t=>typeof t<"u")}(e[n],t[n],s4[n])}class Fle extends ui{httpClient;options;requester;print=b2;constructor(t,n){super(),this.httpClient=t,this.options=n,this.options.operationPrinter&&(this.print=this.options.operationPrinter),this.requester=r=>new Lt(o=>{const i=r.getContext();let s=Ga(i,this.options,"method");const a=Ga(i,this.options,"includeQuery"),l=Ga(i,this.options,"includeExtensions"),c=Ga(i,this.options,"uri"),u=Ga(i,this.options,"withCredentials"),d=Ga(i,this.options,"useMultipart"),f=!0===this.options.useGETForQueries,y=F2(i.httpContext,F2(this.options.httpContext,new c8)),R=r.query.definitions.some(_e=>"OperationDefinition"===_e.kind&&"query"===_e.operation);f&&R&&(s="GET");const Z={method:s,url:"function"==typeof c?c(r):c,body:{operationName:r.operationName,variables:r.variables},options:{withCredentials:u,useMultipart:d,headers:this.options.headers,context:y}};l&&(Z.body.extensions=r.extensions),a&&(Z.body.query=this.print(r.query));const X=function CN(e){let t=e.headers&&e.headers instanceof ci?e.headers:new ci(e.headers);if(e.clientAwareness){const{name:n,version:r}=e.clientAwareness;n&&!t.has("apollographql-client-name")&&(t=t.set("apollographql-client-name",n)),r&&!t.has("apollographql-client-version")&&(t=t.set("apollographql-client-version",r))}return t}(i);Z.options.headers=((e,t)=>e&&t?t.keys().reduce((r,o)=>r.set(o,t.getAll(o)),e):t||e)(Z.options.headers,X);const ae=((e,t,n)=>{const r=-1!==["POST","PUT","PATCH"].indexOf(e.method.toUpperCase()),i=e.body.length;let a,s=e.options&&e.options.useMultipart;if(s){if(i)return new Lt(c=>c.error(new Error("File upload is not available when combined with Batching")));if(!r)return new Lt(c=>c.error(new Error("File upload is not available when GET is used")));if(!n)return new Lt(c=>c.error(new Error('To use File upload you need to pass "extractFiles" function from "extract-files" library to HttpLink\'s options')));a=n(e.body),s=!!a.files.size}let l={};if(i){if(!r)return new Lt(c=>c.error(new Error("Batching is not available for GET requests")));l={body:e.body}}else l=r?{body:s?a.clone:e.body}:{params:Object.keys(e.body).reduce((d,f)=>{const y=e.body[f];return d[f]=-1!==["variables","extensions"].indexOf(f.toLowerCase())?JSON.stringify(y):y,d},{})};if(s&&r){const c=new FormData;c.append("operations",JSON.stringify(l.body));const u={},d=a.files;let f=0;d.forEach(y=>{u[++f]=y}),c.append("map",JSON.stringify(u)),f=0,d.forEach((y,R)=>{c.append(++f+"",R,R.name)}),l.body=c}return t.request(e.method,e.url,{observe:"response",responseType:"json",reportProgress:!1,...l,...e.options})})(Z,this.httpClient,this.options.extractFiles).subscribe({next:_e=>{r.setContext({response:_e}),o.next(_e.body)},error:_e=>o.error(_e),complete:()=>o.complete()});return()=>{ae.closed||ae.unsubscribe()}})}request(t){return this.requester(t)}}let Hle=(()=>{class e{httpClient;constructor(n){this.httpClient=n}create(n){return new Fle(this.httpClient,n)}static \u0275fac=function(r){return new(r||e)(jt(Hl))};static \u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function yN(e,t){this.v=e,this.k=t}function a4(e){return new yN(e,0)}function l4(e){return function(){return new xf(e.apply(this,arguments))}}function xf(e){var t,n;function r(i,s){try{var a=e[i](s),l=a.value,c=l instanceof yN;Promise.resolve(c?l.v:l).then(function(u){if(c){var d="return"===i?"return":"next";if(!l.k||u.done)return r(d,u);u=e[d](u).value}o(a.done?"return":"normal",u)},function(u){r("throw",u)})}catch(u){o("throw",u)}}function o(i,s){switch(i){case"return":t.resolve({value:s,done:!0});break;case"throw":t.reject(s);break;default:t.resolve({value:s,done:!1})}(t=t.next)?r(t.key,t.arg):n=null}this._invoke=function(i,s){return new Promise(function(a,l){var c={key:i,arg:s,resolve:a,reject:l,next:null};n?n=n.next=c:(t=n=c,r(i,s))})},"function"!=typeof e.return&&(this.return=void 0)}function c4(e){var t,n,r,o=2;for(typeof Symbol<"u"&&(n=Symbol.asyncIterator,r=Symbol.iterator);o--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new U2(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function U2(e){function t(n){if(Object(n)!==n)return Promise.reject(new TypeError(n+" is not an object."));var r=n.done;return Promise.resolve(n.value).then(function(o){return{value:o,done:r}})}return(U2=function(r){this.s=r,this.n=r.next}).prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(r){var o=this.s.return;return void 0===o?Promise.resolve({value:r,done:!0}):t(o.apply(this.s,arguments))},throw:function(r){var o=this.s.return;return void 0===o?Promise.reject(r):t(o.apply(this.s,arguments))}},new U2(e)}function zle(e){if("next"!==e&&"complete"!==e)throw new Error(`Invalid stream event "${e}"`);return e}function jle(e,t){if(t)try{t=JSON.parse(t)}catch{throw new Error("Invalid stream data")}if("next"===e&&!t)throw new Error('Stream data must be an object for "next" events');return t||null}xf.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},xf.prototype.next=function(e){return this._invoke("next",e)},xf.prototype.throw=function(e){return this._invoke("throw",e)},xf.prototype.return=function(e){return this._invoke("return",e)};var Gd=function(e){return e[e.NewLine=10]="NewLine",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.Colon=58]="Colon",e}(Gd||{});class gs extends Error{constructor(t){let n,r;!function Zle(e){return function $le(e){return"object"==typeof e&&null!==e}(e)&&"boolean"==typeof e.ok&&"number"==typeof e.status&&"string"==typeof e.statusText}(t)?n=t instanceof Error?t.message:String(t):(r=t,n="Server responded with "+t.status+": "+t.statusText),super(n),this.name=this.constructor.name,this.response=r}}function bN(e){return u4.apply(this,arguments)}function u4(){return u4=(0,K.A)(function*(e){const{signal:t,url:n,credentials:r,headers:o,body:i,referrer:s,referrerPolicy:a,fetchFn:l,onMessage:c}=e,u={},d={};let f;try{f=yield l(n,{signal:t,method:i?"POST":"GET",credentials:r,referrer:s,referrerPolicy:a,headers:{...o,accept:"text/event-stream"},body:i})}catch(Z){throw new gs(Z)}if(!f.ok)throw new gs(f);if(!f.body)throw new Error("Missing response body");let R,y=null;return(0,K.A)(function*(){var Z;try{const mt=function Gle(){let e,t,n,r=!1,o={event:"",data:""},i=[];const s=new TextDecoder;return function(l){if(void 0===e)e=l,t=0,n=-1;else{const d=new Uint8Array(e.length+l.length);d.set(e),d.set(l,e.length),e=d}const c=e.length;let u=0;for(;t<c;){r&&(e[t]===Gd.NewLine&&(u=++t),r=!1);let d=-1;for(;t<c&&-1===d;++t)switch(e[t]){case Gd.Colon:-1===n&&(n=t-u);break;case Gd.CarriageReturn:r=!0;case Gd.NewLine:d=t}if(-1===d)break;if(u===d){if(o.event||o.data){if(!o.event)throw new Error("Missing message event");const f=zle(o.event),y=jle(f,o.data);i.push({event:f,data:y}),o={event:"",data:""}}}else if(n>0){const f=e.subarray(u,d),y=s.decode(f.subarray(0,n)),Z=s.decode(f.subarray(n+(f[n+1]===Gd.Space?2:1)));switch(y){case"event":o.event=Z;break;case"data":o.data=o.data?o.data+"\n"+Z:Z}}u=t,n=-1}if(u===c){e=void 0;const d=[...i];return i=[],d}0!==u&&(e=e.subarray(u),t-=u)}}();var _e,X=!1,ae=!1;try{for(var ot,Ye=c4(function qle(e){return"function"==typeof Object(e)[Symbol.asyncIterator]?e:l4(function*(){const t=e.getReader();let n;do{n=yield a4(t.read()),void 0!==n.value&&(yield n.value)}while(!n.done)})()}(f.body));X=!(ot=yield Ye.next()).done;X=!1){const Xt=ot.value;{if("string"==typeof Xt)throw y=new Error(`Unexpected string chunk "${Xt}"`);let Tn;try{Tn=mt(Xt)}catch(nn){throw y=nn}if(!Tn)continue;for(const nn of Tn){try{c?.(nn)}catch(Dn){throw y=Dn}const Vn=nn.data&&"id"in nn.data?nn.data.id:"";switch(Vn in d||(d[Vn]=[]),nn.event){case"next":d[Vn].push(Vn?nn.data.payload:nn.data);break;case"complete":d[Vn].push("complete");break;default:throw y=new Error(`Unexpected message event "${nn.event}"`)}null===(Z=u[Vn])||void 0===Z||Z.proceed()}}}}catch(Xt){ae=!0,_e=Xt}finally{try{X&&null!=Ye.return&&(yield Ye.return())}finally{if(ae)throw _e}}if(Object.keys(u).length)throw new Error("Connection closed while having active streams")}catch(mt){y=!y&&Object.keys(u).length?new gs(mt):mt,R?.(y)}finally{Object.values(u).forEach(({proceed:mt})=>mt())}})(),{url:n,headers:o,waitForThrow:()=>new Promise((Z,X)=>{if(y)return X(y);R=X}),getResults:Z=>l4(function*(){var X;const{signal:ae,operationId:_e=""}=Z??{};try{for(;;){for(;null!==(X=d[_e])&&void 0!==X&&X.length;){const Ye=d[_e].shift();if("complete"===Ye)return;yield Ye}if(y)throw y;if(ae?.aborted)throw new Error("Getting results aborted by the client");yield a4(new Promise(Ye=>{const ot=()=>{ae?.removeEventListener("abort",ot),delete u[_e],Ye()};ae?.addEventListener("abort",ot),u[_e]={proceed:ot}}))}}finally{delete d[_e]}})()}}),u4.apply(this,arguments)}class Yle extends ui{constructor(t){super(),this.client=function Wle(e){const{singleConnection:t=!1,lazy:n=!0,lazyCloseTimeout:r=0,onNonLazyError:o=console.error,generateID:i=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,Vn=>{const Dn=16*Math.random()|0;return("x"==Vn?Dn:3&Dn|8).toString(16)})},retryAttempts:s=5,retry:a=function(){var nn=(0,K.A)(function*(Dn){let Xn=1e3;for(let Ei=0;Ei<Dn;Ei++)Xn*=2;yield new Promise(Ei=>setTimeout(Ei,Xn+Math.floor(2700*Math.random()+300)))});return function Vn(Dn){return nn.apply(this,arguments)}}(),credentials:l="same-origin",referrer:c,referrerPolicy:u,onMessage:d,on:f}=e,y=e.fetchFn||fetch,R=e.abortControllerImpl||AbortController,Z=(()=>{let nn=!1;const Vn=[];return{get disposed(){return nn},onDispose:Dn=>nn?(setTimeout(()=>Dn(),0),()=>{}):(Vn.push(Dn),()=>{Vn.splice(Vn.indexOf(Dn),1)}),dispose(){if(!nn){nn=!0;for(const Dn of[...Vn])Dn()}}}})();let X,ae,_e=0,Ye=null,ot=0;function mt(){return Xt.apply(this,arguments)}function Xt(){return(Xt=(0,K.A)(function*(){try{if(Z.disposed)throw new Error("Client has been disposed");return yield ae??(ae=(0,K.A)(function*(){var nn,Vn,Dn;if(Ye){if(yield a(ot),X.signal.aborted)throw new Error("Connection aborted by the client");ot++}null===(nn=f?.connecting)||void 0===nn||nn.call(f,!!Ye),X=new R;const Xn=Z.onDispose(()=>X.abort());X.signal.addEventListener("abort",()=>{Xn(),ae=void 0});const Ei=e,mo="function"==typeof Ei.url?yield Ei.url(void 0):Ei.url;if(X.signal.aborted)throw new Error("Connection aborted by the client");const Do="function"==typeof Ei.headers?yield Ei.headers(void 0):null!==(Vn=Ei.headers)&&void 0!==Vn?Vn:{};if(X.signal.aborted)throw new Error("Connection aborted by the client");let Ro;try{Ro=yield y(mo,{signal:X.signal,method:"PUT",credentials:l,referrer:c,referrerPolicy:u,headers:Do})}catch(vs){throw new gs(vs)}if(201!==Ro.status)throw new gs(Ro);const da=yield Ro.text();Do["x-graphql-event-stream-token"]=da;const Ya=yield bN({signal:X.signal,headers:Do,credentials:l,referrer:c,referrerPolicy:u,url:mo,fetchFn:y,onMessage:vs=>{var _a;null===(_a=f?.message)||void 0===_a||_a.call(f,vs),d?.(vs)}});return null===(Dn=f?.connected)||void 0===Dn||Dn.call(f,!!Ye),Ya.waitForThrow().catch(()=>ae=void 0),Ya})())}catch(nn){throw ae=void 0,nn}})).apply(this,arguments)}function Tn(nn,Vn,Dn){if(!t){const mo=new R,Do=Z.onDispose(()=>{Do(),mo.abort()});return(0,K.A)(function*(){var Ro,da,Ya,vs,_a;let Ii=null,du=0;for(;;)try{if(Ii){if(yield a(du),mo.signal.aborted)throw new Error("Connection aborted by the client");du++}null===(Ro=f?.connecting)||void 0===Ro||Ro.call(f,!!Ii),null===(da=Dn?.connecting)||void 0===da||da.call(Dn,!!Ii);const os=e,u1e="function"==typeof os.url?yield os.url(nn):os.url;if(mo.signal.aborted)throw new Error("Connection aborted by the client");const d1e="function"==typeof os.headers?yield os.headers(nn):null!==(Ya=os.headers)&&void 0!==Ya?Ya:{};if(mo.signal.aborted)throw new Error("Connection aborted by the client");const{getResults:_1e}=yield bN({signal:mo.signal,headers:{...d1e,"content-type":"application/json; charset=utf-8"},credentials:l,referrer:c,referrerPolicy:u,url:u1e,body:JSON.stringify(nn),fetchFn:y,onMessage:hu=>{var B4,F4;null===(B4=f?.message)||void 0===B4||B4.call(f,hu),null===(F4=Dn?.message)||void 0===F4||F4.call(Dn,hu),d?.(hu)}});null===(vs=f?.connected)||void 0===vs||vs.call(f,!!Ii),null===(_a=Dn?.connected)||void 0===_a||_a.call(Dn,!!Ii);var ha,Uf=!1,Yd=!1;try{for(var _u,oc=c4(_1e());Uf=!(_u=yield oc.next()).done;Uf=!1)Ii=null,du=0,Vn.next(_u.value)}catch(hu){Yd=!0,ha=hu}finally{try{Uf&&null!=oc.return&&(yield oc.return())}finally{if(Yd)throw ha}}return mo.abort()}catch(os){if(mo.signal.aborted)return;if(!(os instanceof gs)||!s||du>=s)throw os;Ii=os}})().then(()=>Vn.complete()).catch(Ro=>Vn.error(Ro)),()=>mo.abort()}_e++;const Xn=new R,Ei=Z.onDispose(()=>{Ei(),Xn.abort()});return(0,K.A)(function*(){const mo=i();nn={...nn,extensions:{...nn.extensions,operationId:mo}};let Do=null;for(;;){Do=null;try{const{url:Ii,headers:du,getResults:Uf}=yield mt();let Yd;try{Yd=yield y(Ii,{signal:Xn.signal,method:"POST",credentials:l,referrer:c,referrerPolicy:u,headers:{...du,"content-type":"application/json; charset=utf-8"},body:JSON.stringify(nn)})}catch(ha){throw new gs(ha)}if(202!==Yd.status)throw new gs(Yd);Do=function(){var ha=(0,K.A)(function*(){let oc;try{const _u=new R,os=Z.onDispose(()=>{os(),_u.abort()});oc=yield y(Ii+"?operationId="+mo,{signal:_u.signal,method:"DELETE",credentials:l,referrer:c,referrerPolicy:u,headers:du})}catch(_u){throw new gs(_u)}if(200!==oc.status)throw new gs(oc)});return function(){return ha.apply(this,arguments)}}();var Ya,Ro=!1,da=!1;try{for(var _a,vs=c4(Uf({signal:Xn.signal,operationId:mo}));Ro=!(_a=yield vs.next()).done;Ro=!1)Ye=null,ot=0,Vn.next(_a.value)}catch(ha){da=!0,Ya=ha}finally{try{Ro&&null!=vs.return&&(yield vs.return())}finally{if(da)throw Ya}}return Do=null,Xn.abort()}catch(Ii){if(Xn.signal.aborted)return yield Do?.();if(!(Ii instanceof gs)||(n&&(ae=void 0),!s||ot>=s))throw Xn.abort(),Ii;Ye=Ii}finally{Xn.signal.aborted&&0===--_e&&(isFinite(r)&&r>0?setTimeout(()=>{_e||X.abort()},r):X.abort())}}})().then(()=>Vn.complete()).catch(mo=>Vn.error(mo)),()=>Xn.abort()}return t&&!n&&(0,K.A)(function*(){for(_e++;;)try{const{waitForThrow:nn}=yield mt();yield nn()}catch(nn){if(Z.disposed)return;if(!(nn instanceof gs)||(ae=void 0,!s||ot>=s))return o?.(nn);Ye=nn}})(),{subscribe:Tn,iterate(nn,Vn){const Dn=[],Xn={done:!1,error:null,resolve:()=>{}},Ei=Tn(nn,{next(Do){Dn.push(Do),Xn.resolve()},error(Do){Xn.done=!0,Xn.error=Do,Xn.resolve()},complete(){Xn.done=!0,Xn.resolve()}},Vn),mo=(Do=l4(function*(){for(;;){for(Dn.length||(yield a4(new Promise(da=>Xn.resolve=da)));Dn.length;)yield Dn.shift();if(Xn.error)throw Xn.error;if(Xn.done)return}}),function Ro(){return Do.apply(this,arguments)})();var Do;return mo.throw=function(){var Do=(0,K.A)(function*(Ro){return Xn.done||(Xn.done=!0,Xn.error=Ro,Xn.resolve()),{done:!0,value:void 0}});return function(Ro){return Do.apply(this,arguments)}}(),mo.return=(0,K.A)(function*(){return Ei(),{done:!0,value:void 0}}),mo},dispose(){Z.dispose()}}}(t)}request(t){return new Lt(n=>this.client.subscribe({...t,query:b2(t.query)},{next:n.next.bind(n),complete:n.complete.bind(n),error:n.error.bind(n)}))}}const Kle={run:e=>e(),runOutsideAngular:e=>e()};let TN=(()=>{class e{constructor(){this.httpLink=fe(Hle),this.gatewayService=fe(dx),this.apollo=(n,r=!1)=>new r4(Kle,this.createApolloOptions(n,r))}createApolloOptions(n,r=!1){const o=new HM(l=>{const c=l.headers instanceof ci?l.headers:new ci(l.headers??{});return{...l,uri:()=>this.gatewayService.getGatewayUrl(n,r),headers:c.set("Authorization",`Bearer ${n.token}`).set("Accept","charset=utf-8")}}),i=Jie(({query:l})=>{const c=b3(l);return"OperationDefinition"===c.kind&&"subscription"===c.operation},new Yle({url:()=>this.gatewayService.getGatewayUrl(n,r),headers:()=>({Authorization:`Bearer ${n.token}`})}),this.httpLink.create({}));return{link:ui.from([o,i]),cache:new FM}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var $d=it(7184);let V2=(()=>{class e{constructor(){this.apolloFactory=fe(TN),this.luigiCoreService=fe(po)}read(n,r,o,i,s=!0){const a=B(i),l=this.getNamespace(i);let c=this.resolveReadQuery(r,o,n,a?l:void 0);return c=this.parseGQLQuery(c),this.apolloFactory.apollo(i,s).query({query:c,variables:{name:n,...a&&{namespace:l}}}).pipe(dr(u=>E(u.data,M(r,"."))))}resolveReadQuery(n,r,o,i){if(r instanceof Array){const{entity:s,version:a,apiGroup:l}=n,c=[{operation:s,variables:{name:{value:o,type:"String!"},...i&&{namespace:{value:i,type:"String"}}},fields:r}],u=this.calcQueryOptions(c,[{operation:l},{operation:a}]);return $d.P(u).query}return r}list(n,r,o,i=!1,s){const l={...B(o)&&{namespace:{type:"String",value:this.getNamespace(o)}},...s?.limit&&{limit:{type:"Int",value:s?.limit}},...s?.continue&&{continue:{type:"String",value:s?.continue}}},c=o.resourceDefinition;return c?r instanceof Array?this.listWithFields(c,r,o,i,l):this.listWithRawQuery(n,r,o,i,l):Jl(()=>new Error("Resource definition is required"))}getResourceReadyStatus(n,r){const o=r.resourceDefinition?.readyCondition;return!o||L(n,o)}listWithFields(n,r,o,i,s){const{apiGroup:a,entityCollection:l,version:c}=n,d=this.calcQueryOptions([{operation:l,variables:s,fields:["resourceVersion","remainingItemCount","continue",{items:r}]}],[{operation:a},{operation:c}]),f=$d.P(d),y=this.parseGQLQuery(f.query);return this.apolloFactory.apollo(o,i).query({query:y,variables:f.variables}).pipe(dr(R=>{const Z=E(R.data,M({apiGroup:a,version:c,entity:l},"."));if(!Z)throw new Error("Resource list result not found");return Z}),dr(R=>{const Z=R.items.map(X=>({...X,ready:this.getResourceReadyStatus(X,o)})).map(X=>({...X,isAvailable:this.isAvailable(X),accessibleName:this.getAccessibleName(X)}));return{...R,items:Z}}))}isAvailable(n){return!!n.ready&&!n.metadata?.deletionTimestamp}getAccessibleName(n){return n.metadata?.deletionTimestamp?"Resource is pending deletion":n.ready?void 0:"Resource is not ready"}listWithRawQuery(n,r,o,i,s){const a=this.parseGQLQuery(r);return this.apolloFactory.apollo(o,i).query({query:a,variables:this.normalizeGqlBuilderVariables(s)}).pipe(dr(l=>E(l.data,n)??[]),za(l=>(this.alertErrors(l),console.error("Error executing GraphQL query.",l),Jl(()=>l))))}resourceChangeSubscription(n,r,o,i,s){const l={...B(o)&&{namespace:{type:"String",value:this.getNamespace(o)}}},c=n.toLowerCase(),u=$d.gP({operation:c,fields:["type",{object:r}],variables:{...l,resourceVersion:{type:"String",value:i}}}),d=this.parseGQLQuery(u.query);return this.apolloFactory.apollo(o,s).subscribe({query:d,variables:u.variables}).pipe(dr(f=>{const y=E(f.data,c);return y&&(y.object.ready=this.getResourceReadyStatus(y.object,o),y.object.isAvailable=this.isAvailable(y.object),y.object.accessibleName=this.getAccessibleName(y.object)),y}))}alertErrors(n){this.luigiCoreService.showAlert({text:n.message,type:"error"})}delete(n,r,o,i=!1){const s=B(o),{apiGroup:a,entity:l,version:c}=r,u=[{operation:`delete${l}`,variables:{name:{type:"String!",value:n.metadata.name},...s&&{namespace:{type:"String",value:this.getNamespace(o)}}},fields:[]}],d=this.calcQueryOptions(u,[{operation:a},{operation:c}]),f=$d.gO(d),y=this.parseGQLQuery(f.query);return this.apolloFactory.apollo(o,i).mutate({mutation:y,variables:f.variables}).pipe(za(R=>(this.alertErrors(R),console.error("Error executing GraphQL query.",R),Jl(()=>R))))}create(n,r,o){const i=B(o),{apiGroup:s,entity:a,version:l}=r,c=this.getNamespace(o,n),u=[{operation:`create${a}`,variables:{...i&&{namespace:{type:"String",value:c}},object:{type:`${a}Input!`,value:n}},fields:["__typename"]}],d=this.calcQueryOptions(u,[{operation:s},{operation:l}]),f=$d.gO(d),y=this.parseGQLQuery(f.query);return this.apolloFactory.apollo(o).mutate({mutation:y,fetchPolicy:"no-cache",variables:f.variables}).pipe(za(R=>(this.alertErrors(R),console.error("Error executing GraphQL query.",R),Jl(()=>R))))}update(n,r,o,i=!1,s=["__typename"]){const a=B(o),{apiGroup:l,entity:c,version:u}=r,d=this.getNamespace(o),f=j(n),y=[{operation:`update${c}`,variables:{...a&&{namespace:{type:"String",value:d}},name:{type:"String!",value:n.metadata.name},object:{type:`${c}Input!`,value:f}},fields:s}],R=this.calcQueryOptions(y,[{operation:l},{operation:u}]),Z=$d.gO(R),X=this.parseGQLQuery(Z.query);return this.apolloFactory.apollo(o,i).mutate({mutation:X,fetchPolicy:"no-cache",variables:Z.variables}).pipe(dr(ae=>E(ae.data,M({apiGroup:l,entity:`update${c}`,version:u},"."))),za(ae=>(this.alertErrors(ae),console.error("Error executing GraphQL query.",ae),Jl(()=>ae))))}getNamespace(n,r){if(n.namespaceId)return n.namespaceId;if(r?.metadata?.namespace)return r.metadata.namespace;const o=this.luigiCoreService.routing().getSearchParams().namespace;return o?"-all-"===o?void 0:o:void 0}normalizeGqlBuilderVariables(n){return Object.fromEntries(Object.entries(n).map(([r,o])=>[r,o.value]))}calcQueryOptions(n,r){const o=r.filter(a=>!!a?.operation);if(0===o.length){const a=n.pop();if(a&&a.operation&&a.fields)return a;throw new Error("At least one wrapper or inner fields is required")}let i=n,s=o.pop();return o.forEach(a=>{i=[{operation:s.operation,fields:n,variables:s.variables}],s=a}),{operation:s.operation,fields:i,variables:s.variables}}parseGQLQuery(n){try{return i4`
|
|
68
68
|
${n}
|
|
69
69
|
`}catch(r){throw this.luigiCoreService.showAlert({text:`Could not parse gql query: <br/><br/> ${n} <br/><br/> ${r.message}`,type:"error"}),r}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Te({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();const Xle=i4`
|
|
70
70
|
{
|