@openmfp/portal-ui-lib 0.194.13 → 0.194.15

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.
@@ -59,7 +59,7 @@ const vh=Symbol("InputSignalNode#UNSET"),Bx={..._,transformFn:void 0,applyValueT
59
59
  * @license Angular v21.2.17
60
60
  * (c) 2010-2026 Google LLC. https://angular.dev/
61
61
  * License: MIT
62
- */let Bk=null;function Us(){return Bk}class K7{}let Uk=(()=>{class e{historyGo(t){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>re(q7),providedIn:"platform"})}return e})(),q7=(()=>{class e extends Uk{_location;_history;_doc=re(Vi);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Us().getBaseHref(this._doc)}onPopState(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",t,!1),()=>r.removeEventListener("popstate",t)}onHashChange(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",t,!1),()=>r.removeEventListener("hashchange",t)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(t){this._location.pathname=t}pushState(t,r,i){this._history.pushState(t,r,i)}replaceState(t,r,i){this._history.replaceState(t,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(t=0){this._history.go(t)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),zk=(()=>{class e{_renderer;_elementRef;onChange=t=>{};onTouched=()=>{};constructor(t,r){this._renderer=t,this._elementRef=r}setProperty(t,r){this._renderer.setProperty(this._elementRef.nativeElement,t,r)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br))};static \u0275dir=zt({type:e})}return e})(),Wa=(()=>{class e extends zk{static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,features:[En]})}return e})();const lo=new Se(""),X7={provide:lo,useExisting:un(()=>Ny),multi:!0},Q7=new Se("");let Ny=(()=>{class e extends zk{_compositionMode;_composing=!1;constructor(t,r,i){super(t,r),this._compositionMode=i,null==this._compositionMode&&(this._compositionMode=!function Z7(){const e=Us()?Us().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(t){this.setProperty("value",t??"")}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br),ot(Q7,8))};static \u0275dir=zt({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){1&r&&nr("input",function(s){return i._handleInput(s.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(s){return i._compositionEnd(s.target.value)})},standalone:!1,features:[yn([X7]),En]})}return e})();function Oy(e){return null==e||0===Ly(e)}function Ly(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Jr=new Se(""),zs=new Se(""),J7=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class eG{static min(n){return function jk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t<e?{min:{min:e,actual:n.value}}:null}}(n)}static max(n){return function Hk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t>e?{max:{max:e,actual:n.value}}:null}}(n)}static required(n){return function Gk(e){return Oy(e.value)?{required:!0}:null}(n)}static requiredTrue(n){return function $k(e){return!0===e.value?null:{required:!0}}(n)}static email(n){return function Wk(e){return Oy(e.value)||J7.test(e.value)?null:{email:!0}}(n)}static minLength(n){return function Kk(e){return n=>{const t=n.value?.length??Ly(n.value);return null===t||0===t?null:t<e?{minlength:{requiredLength:e,actualLength:t}}:null}}(n)}static maxLength(n){return function qk(e){return n=>{const t=n.value?.length??Ly(n.value);return null!==t&&t>e?{maxlength:{requiredLength:e,actualLength:t}}:null}}(n)}static pattern(n){return function Yk(e){if(!e)return Ah;let n,t;return"string"==typeof e?(t="","^"!==e.charAt(0)&&(t+="^"),t+=e,"$"!==e.charAt(e.length-1)&&(t+="$"),n=new RegExp(t)):(t=e.toString(),n=e),r=>{if(Oy(r.value))return null;const i=r.value;return n.test(i)?null:{pattern:{requiredPattern:t,actualValue:i}}}}(n)}static nullValidator(n){return null}static compose(n){return t5(n)}static composeAsync(n){return n5(n)}}function Ah(e){return null}function Xk(e){return null!=e}function Zk(e){return $f(e)?Ih(e):e}function Qk(e){let n={};return e.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function Jk(e,n){return n.map(t=>t(e))}function e5(e){return e.map(n=>function tG(e){return!e.validate}(n)?n:t=>n.validate(t))}function t5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return Qk(Jk(t,n))}}function Fy(e){return null!=e?t5(e5(e)):null}function n5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return $7(Jk(t,n).map(Zk)).pipe(Hi(Qk))}}function Py(e){return null!=e?n5(e5(e)):null}function r5(e,n){return null===e?[n]:Array.isArray(e)?[...e,n]:[e,n]}function i5(e){return e._rawValidators}function o5(e){return e._rawAsyncValidators}function By(e){return e?Array.isArray(e)?e:[e]:[]}function xh(e,n){return Array.isArray(e)?e.includes(n):e===n}function s5(e,n){const t=By(n);return By(e).forEach(i=>{xh(t,i)||t.push(i)}),t}function a5(e,n){return By(n).filter(t=>!xh(e,t))}class c5{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(n){this._rawValidators=n||[],this._composedValidatorFn=Fy(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=Py(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control?.reset(n)}hasError(n,t){return!!this.control&&this.control.hasError(n,t)}getError(n,t){return this.control?this.control.getError(n,t):null}}class ei extends c5{name;get formDirective(){return null}get path(){return null}}class Vs extends c5{_parent=null;name=null;valueAccessor=null}class l5{_cd;constructor(n){this._cd=n}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let Uy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(Vs,2))};static \u0275dir=zt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){2&r&&sh("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)},standalone:!1,features:[En]})}return e})(),zy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(ei,10))};static \u0275dir=zt({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,i){2&r&&sh("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)("ng-submitted",i.isSubmitted)},standalone:!1,features:[En]})}return e})();const Qu="VALID",Rh="INVALID",fl="PENDING",Ju="DISABLED";class hl{}class _5 extends hl{value;source;constructor(n,t){super(),this.value=n,this.source=t}}class Hy extends hl{pristine;source;constructor(n,t){super(),this.pristine=n,this.source=t}}class Gy extends hl{touched;source;constructor(n,t){super(),this.touched=n,this.source=t}}class Mh extends hl{status;source;constructor(n,t){super(),this.status=n,this.source=t}}class f5 extends hl{source;constructor(n){super(),this.source=n}}class $y extends hl{source;constructor(n){super(),this.source=n}}function Wy(e){return(Nh(e)?e.validators:e)||null}function Ky(e,n){return(Nh(n)?n.asyncValidators:e)||null}function Nh(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class qy{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(n,t){this._assignValidators(n),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get status(){return cr(this.statusReactive)}set status(n){cr(()=>this.statusReactive.set(n))}_status=Rr(()=>this.statusReactive());statusReactive=Ei(void 0);get valid(){return this.status===Qu}get invalid(){return this.status===Rh}get pending(){return this.status===fl}get disabled(){return this.status===Ju}get enabled(){return this.status!==Ju}errors;get pristine(){return cr(this.pristineReactive)}set pristine(n){cr(()=>this.pristineReactive.set(n))}_pristine=Rr(()=>this.pristineReactive());pristineReactive=Ei(!0);get dirty(){return!this.pristine}get touched(){return cr(this.touchedReactive)}set touched(n){cr(()=>this.touchedReactive.set(n))}_touched=Rr(()=>this.touchedReactive());touchedReactive=Ei(!1);get untouched(){return!this.touched}_events=new ut;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(s5(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(s5(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(a5(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(a5(n,this._rawAsyncValidators))}hasValidator(n){return xh(this._rawValidators,n)}hasAsyncValidator(n){return xh(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsTouched({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Gy(!0,r))}markAllAsDirty(n={}){this.markAsDirty({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsDirty(n))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(n))}markAsUntouched(n={}){const t=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:r})}),n.onlySelf||this._parent?._updateTouched(n,r),t&&!1!==n.emitEvent&&this._events.next(new Gy(!1,r))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsDirty({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Hy(!1,r))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),n.onlySelf||this._parent?._updatePristine(n,r),t&&!1!==n.emitEvent&&this._events.next(new Hy(!0,r))}markAsPending(n={}){this.status=fl;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Mh(this.status,t)),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Ju,this.errors=null,this._forEachChild(i=>{i.disable({...n,onlySelf:!0})}),this._updateValue();const r=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,r)),this._events.next(new Mh(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(i=>i(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Qu,this._forEachChild(r=>{r.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(n,t){n.onlySelf||(this._parent?.updateValueAndValidity(n),n.skipPristineCheck||this._parent?._updatePristine({},t),this._parent?._updateTouched({},t))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Qu||this.status===fl)&&this._runAsyncValidator(r,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,t)),this._events.next(new Mh(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.updateValueAndValidity({...n,sourceControl:t})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ju:Qu}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=fl,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t,shouldHaveEmitted:!1!==n};const r=Zk(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,t={}){this.errors=n,this._updateControlsErrors(!1!==t.emitEvent,this,t.shouldHaveEmitted)}get(n){let t=n;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((r,i)=>r&&r._find(i),this)}getError(n,t){const r=t?this.get(t):this;return r?.errors?r.errors[n]:null}hasError(n,t){return!!this.getError(n,t)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,t,r){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||r)&&this._events.next(new Mh(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,r)}_initObservables(){this.valueChanges=new Zr,this.statusChanges=new Zr}_calculateStatus(){return this._allControlsDisabled()?Ju:this.errors?Rh:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(fl)?fl:this._anyControlsHaveStatus(Rh)?Rh:Qu}_anyControlsHaveStatus(n){return this._anyControls(t=>t.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,t){const r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,n.onlySelf||this._parent?._updatePristine(n,t),i&&this._events.next(new Hy(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new Gy(this.touched,t)),n.onlySelf||this._parent?._updateTouched(n,t)}_onDisabledChange=[];_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Nh(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function cG(e){return Array.isArray(e)?Fy(e):e||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function lG(e){return Array.isArray(e)?Py(e):e||null}(this._rawAsyncValidators)}}class ed extends qy{constructor(n,t,r){super(Wy(t),Ky(r,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(n,t,r={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(n,t={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(n,t,r={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){(function p5(e,n,t){e._forEachChild((r,i)=>{if(void 0===t[i])throw new we(-1002,"")})})(this,0,n),Object.keys(n).forEach(r=>{(function h5(e,n,t){const r=e.controls;if(!(n?Object.keys(r):r).length)throw new we(1e3,"");if(!r[t])throw new we(1001,"")})(this,!0,r),this.controls[r].setValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(r=>{const i=this.controls[r];i&&i.patchValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((r,i)=>{r.reset(n?n[i]:null,{...t,onlySelf:!0})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t),!1!==t?.emitEvent&&this._events.next(new $y(this))}getRawValue(){return this._reduceChildren({},(n,t,r)=>(n[r]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,r)=>!!r._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const r=this.controls[t];r&&n(r,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,r]of Object.entries(this.controls))if(this.contains(t)&&n(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,r,i)=>((r.enabled||this.disabled)&&(t[i]=r.value),t))}_reduceChildren(n,t){let r=n;return this._forEachChild((i,o)=>{r=t(r,i,o)}),r}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}const pl=new Se("",{factory:()=>Oh}),Oh="always";function td(e,n,t=Oh){Yy(e,n),n.valueAccessor.writeValue(e.value),(e.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(e.disabled),function _G(e,n){n.valueAccessor.registerOnChange(t=>{e._pendingValue=t,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&g5(e,n)})}(e,n),function hG(e,n){const t=(r,i)=>{n.valueAccessor.writeValue(r),i&&n.viewToModelUpdate(r)};e.registerOnChange(t),n._registerOnDestroy(()=>{e._unregisterOnChange(t)})}(e,n),function fG(e,n){n.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&g5(e,n),"submit"!==e.updateOn&&e.markAsTouched()})}(e,n),function dG(e,n){if(n.valueAccessor.setDisabledState){const t=r=>{n.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(t),n._registerOnDestroy(()=>{e._unregisterOnDisabledChange(t)})}}(e,n)}function Fh(e,n,t=!0){const r=()=>{};n?.valueAccessor?.registerOnChange(r),n?.valueAccessor?.registerOnTouched(r),Bh(e,n),e&&(n._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function Ph(e,n){e.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function Yy(e,n){const t=i5(e);null!==n.validator?e.setValidators(r5(t,n.validator)):"function"==typeof t&&e.setValidators([t]);const r=o5(e);null!==n.asyncValidator?e.setAsyncValidators(r5(r,n.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const i=()=>e.updateValueAndValidity();Ph(n._rawValidators,i),Ph(n._rawAsyncValidators,i)}function Bh(e,n){let t=!1;if(null!==e){if(null!==n.validator){const i=i5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.validator);o.length!==i.length&&(t=!0,e.setValidators(o))}}if(null!==n.asyncValidator){const i=o5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.asyncValidator);o.length!==i.length&&(t=!0,e.setAsyncValidators(o))}}}const r=()=>{};return Ph(n._rawValidators,r),Ph(n._rawAsyncValidators,r),t}function g5(e,n){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function y5(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}function b5(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const js=class extends qy{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(n=null,t,r){super(Wy(t),Ky(r,t)),this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Nh(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=b5(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(n,t={}){this.setValue(n,t)}reset(n=this.defaultValue,t={}){this._applyFormState(n),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),t.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==t?.emitEvent&&this._events.next(new $y(this))}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){y5(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){y5(this._onDisabledChange,n)}_forEachChild(n){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(n){b5(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}};Promise.resolve();let jh=(()=>{class e extends ei{callSetDisabledState;get submitted(){return cr(this._submittedReactive)}set submitted(t){this._submittedReactive.set(t)}_submitted=Rr(()=>this._submittedReactive());_submittedReactive=Ei(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(t,r,i){super(),this.callSetDisabledState=i,this._setValidators(t),this._setAsyncValidators(r)}ngOnChanges(t){this.onChanges(t)}ngOnDestroy(){this.onDestroy()}onChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Bh(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(t){const r=this.form.get(t.path);return td(r,t,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),r}getControl(t){return this.form.get(t.path)}removeControl(t){Fh(t.control||null,t,!1),function vG(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}getFormArray(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}updateModel(t,r){this.form.get(t.path).setValue(r)}onReset(){this.resetForm()}resetForm(t=void 0,r={}){this.form.reset(t,r),this._submittedReactive.set(!1)}onSubmit(t){return this.submitted=!0,function v5(e,n){e._syncPendingControls(),n.forEach(t=>{const r=t.control;"submit"===r.updateOn&&r._pendingChange&&(t.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new f5(this.control)),"dialog"===t?.target?.method}_updateDomValue(){this.directives.forEach(t=>{const r=t.control,i=this.form.get(t.path);r!==i&&(Fh(r||null,t),(e=>e instanceof js)(i)&&(td(i,t,this.callSetDisabledState),t.control=i))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const r=this.form.get(t.path);(function m5(e,n){Yy(e,n)})(r,t),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){const r=this.form?.get(t.path);r&&function pG(e,n){return Bh(e,n)}(r,t)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){Yy(this.form,this),this._oldForm&&Bh(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(pl,8))};static \u0275dir=zt({type:e,features:[En,bs]})}return e})();const Jy=new Se(""),MG={provide:Vs,useExisting:un(()=>Hh)};let Hh=(()=>{class e extends Vs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(t){}model;update=new Zr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(t,r,i,o,s){super(),this._ngModelWarningConfig=o,this.callSetDisabledState=s,this._setValidators(t),this._setAsyncValidators(r),this.valueAccessor=function Qy(e,n){if(!n)return null;let t,r,i;return Array.isArray(n),n.forEach(o=>{o.constructor===Ny?t=o:function mG(e){return Object.getPrototypeOf(e.constructor)===Wa}(o)?r=o:i=o}),i||r||t||null}(0,i)}ngOnChanges(t){if(this._isControlChanged(t)){const r=t.form.previousValue;r&&Fh(r,this,!1),td(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function Zy(e,n){if(!e.hasOwnProperty("model"))return!1;const t=e.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)})(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Fh(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_isControlChanged(t){return t.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(lo,10),ot(Jy,8),ot(pl,8))};static \u0275dir=zt({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[yn([MG]),En,bs]})}return e})();const FG={provide:ei,useExisting:un(()=>$h)};let $h=(()=>{class e extends jh{form=null;ngSubmit=new Zr;get control(){return this.form}static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,i){1&r&&nr("submit",function(s){return i.onSubmit(s)})("reset",function(){return i.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[yn([FG]),En]})}return e})(),ZG=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({})}return e})(),z5=(()=>{class e{static withConfig(t){return{ngModule:e,providers:[{provide:Jy,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:pl,useValue:t.callSetDisabledState??Oh}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({imports:[ZG]})}return e})();var V5=ht(171);function Wh(e,n,t=1/0){return O(n)?Wh((r,i)=>Hi((o,s)=>n(r,o,i,s))(Io(e(r,i))),t):("number"==typeof n&&(t=n),so((r,i)=>function L$(e,n,t,r,i,o,s,a){const c=[];let l=0,d=0,h=!1;const y=()=>{h&&!c.length&&!l&&n.complete()},S=de=>l<r?U(de):c.push(de),U=de=>{o&&n.next(de),l++;let pe=!1;Io(t(de,d++)).subscribe(ji(n,xe=>{i?.(xe),o?S(xe):n.next(xe)},()=>{pe=!0},void 0,()=>{if(pe)try{for(l--;c.length&&l<r;){const xe=c.shift();s?Bs(n,s,()=>U(xe)):U(xe)}y()}catch(xe){n.error(xe)}}))};return e.subscribe(ji(n,S,()=>{h=!0,y()})),()=>{a?.()}}(r,i,e,t)))}class U$ extends it{constructor(n,t){super()}schedule(n,t=0){return this}}const Kh={setInterval(e,n,...t){const{delegate:r}=Kh;return r?.setInterval?r.setInterval(e,n,...t):setInterval(e,n,...t)},clearInterval(e){const{delegate:n}=Kh;return(n?.clearInterval||clearInterval)(e)},delegate:void 0};class rb extends U${constructor(n,t){super(n,t),this.scheduler=n,this.work=t,this.pending=!1}schedule(n,t=0){var r;if(this.closed)return this;this.state=n;const i=this.id,o=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(o,i,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(o,this.id,t),this}requestAsyncId(n,t,r=0){return Kh.setInterval(n.flush.bind(n,this),r)}recycleAsyncId(n,t,r=0){if(null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&Kh.clearInterval(t)}execute(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const r=this._execute(n,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(n,t){let i,r=!1;try{this.work(n)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){const{id:n,scheduler:t}=this,{actions:r}=t;this.work=this.state=this.scheduler=null,this.pending=!1,Ne(r,this),null!=n&&(this.id=this.recycleAsyncId(t,n,null)),this.delay=null,super.unsubscribe()}}}const id={schedule(e){let n=requestAnimationFrame,t=cancelAnimationFrame;const{delegate:r}=id;r&&(n=r.requestAnimationFrame,t=r.cancelAnimationFrame);const i=n(o=>{t=void 0,e(o)});return new it(()=>t?.(i))},requestAnimationFrame(...e){const{delegate:n}=id;return(n?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){const{delegate:n}=id;return(n?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0},ib={now:()=>(ib.delegate||Date).now(),delegate:void 0};class od{constructor(n,t=od.now){this.schedulerActionCtor=n,this.now=t}schedule(n,t=0,r){return new this.schedulerActionCtor(this,n).schedule(r,t)}}od.now=ib.now;class ob extends od{constructor(n,t=od.now){super(n,t),this.actions=[],this._active=!1}flush(n){const{actions:t}=this;if(this._active)return void t.push(n);let r;this._active=!0;do{if(r=n.execute(n.state,n.delay))break}while(n=t.shift());if(this._active=!1,r){for(;n=t.shift();)n.unsubscribe();throw r}}}new class V$ extends ob{flush(n){let t;this._active=!0,n?t=n.id:(t=this._scheduled,this._scheduled=void 0);const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class z$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=id.requestAnimationFrame(()=>n.flush(void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&t===n._scheduled&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(id.cancelAnimationFrame(t),n._scheduled=void 0)}});let sb,H$=1;const qh={};function $5(e){return e in qh&&(delete qh[e],!0)}const G$={setImmediate(e){const n=H$++;return qh[n]=!0,sb||(sb=Promise.resolve()),sb.then(()=>$5(n)&&e()),n},clearImmediate(e){$5(e)}},{setImmediate:$$,clearImmediate:W$}=G$,Yh={setImmediate(...e){const{delegate:n}=Yh;return(n?.setImmediate||$$)(...e)},clearImmediate(e){const{delegate:n}=Yh;return(n?.clearImmediate||W$)(e)},delegate:void 0};new class q$ extends ob{flush(n){this._active=!0;const t=this._scheduled;this._scheduled=void 0;const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class K$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=Yh.setImmediate(n.flush.bind(n,void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(Yh.clearImmediate(t),n._scheduled===t&&(n._scheduled=void 0))}});new ob(rb);let ub;try{ub=typeof Intl<"u"&&Intl.v8BreakIterator}catch{ub=!1}function eW(e,n){return{provide:e,useFactory:t=>new e(t,n),deps:[n_]}}const f1="[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u08a0-\u08b4\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2183\u2184\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005\u3006\u3031-\u3035\u303b\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fd5\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6e5\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ad\ua7b0-\ua7b7\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab65\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]",h1=(new RegExp(f1,"g"),new RegExp(`(${f1})+`,"g"),"[0-9\u0660-\u0669\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\uff10-\uff19]");function g1(e){return function(n,t){const r=Symbol();n[r]=n[t],Object.defineProperty(n,t,{get(){return this[r]},set(i){this[r]=e.call(this,i,this)}})}}new RegExp(h1,"g"),new RegExp(`(${h1})+`,"g"),g1(function G5(e){return null!=e&&"false"!=`${e}`}),g1(function B$(e){return null==e?"":"string"==typeof e?e:`${e}px`});const pb={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},AW={...pb,overlayX:"start",originX:"start"},xW={...pb,overlayX:"end",originX:"end"},gb={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},kW={...gb,overlayX:"start",originX:"start"},RW={...gb,overlayX:"end",originX:"end"};class v1{}let np=(()=>{class e extends v1{static{this.global={top:"1rem",center:!0}}static{this.connected=pb}}return e})(),ud=(()=>{class e extends v1{static{this.global={bottom:"1rem",center:!0}}static{this.connected=gb}}return e})();class mge extends np{static{this.global={...np.global,left:"1rem",center:!1}}static{this.connected=AW}}class vge extends np{static{this.global={...np.global,right:"1rem",center:!1}}static{this.connected=xW}}class yge extends ud{static{this.global={...ud.global,left:"1rem",center:!1}}static{this.connected=kW}}class bge extends ud{static{this.global={...ud.global,right:"1rem",center:!1}}static{this.connected=RW}}Math.pow(2,31);class y1 extends ut{constructor(n=1/0,t=1/0,r=ib){super(),this._bufferSize=n,this._windowTime=t,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=t===1/0,this._bufferSize=Math.max(1,n),this._windowTime=Math.max(1,t)}next(n){const{isStopped:t,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:s}=this;t||(r.push(n),!i&&r.push(o.now()+s)),this._trimBuffer(),super.next(n)}_subscribe(n){this._throwIfClosed(),this._trimBuffer();const t=this._innerSubscribe(n),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let s=0;s<o.length&&!n.closed;s+=r?1:2)n.next(o[s]);return this._checkFinalizedStatuses(n),t}_trimBuffer(){const{_bufferSize:n,_timestampProvider:t,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*n;if(n<1/0&&o<r.length&&r.splice(0,r.length-o),!i){const s=t.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}function _d(e,n){const t=n?.injector??re(Gn),r=new y1(1),i=oo(()=>{let o;try{o=e()}catch(s){return void cr(()=>r.error(s))}cr(()=>r.next(o))},{injector:t,manualCleanup:!0});return t.get(Ci).onDestroy(()=>{i.destroy(),r.complete()}),r.asObservable()}var qt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(qt||{});const E1=new Se("ContentDensityDirective");class fd{}let Cb=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=re(fd),this._injector=re(Gn),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return _d(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(t){this._storage.setContentDensity(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();class eK{}const I1={modifiers:{[qt.COMPACT]:"is-compact",[qt.COZY]:"is-cozy",[qt.CONDENSED]:"is-condensed"},supportedContentDensity:[qt.COMPACT,qt.COZY],defaultContentDensity:qt.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}};let Hs=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(t,r){this._destroyRef=re(Ci),this._alternativeTo={[qt.COMPACT]:()=>this._isSupported(qt.CONDENSED)?qt.CONDENSED:qt.COZY,[qt.CONDENSED]:()=>this._isSupported(qt.COMPACT)?qt.COMPACT:qt.COZY,[qt.COZY]:()=>qt.COZY},this._globalContentDensityService=re(Cb,{optional:!0}),this._contentDensityDirective=re(E1,{optional:!0}),this._parentContentDensityObserver=re(e,{optional:!0,skipSelf:!0}),this._renderer=re(As),this._elementRef=re(br),this._elements=[this._elementRef],this.config={...I1,...this._parentContentDensityObserver?.config??{},...r||{}};const i=((e,n)=>{const t=e.get(Cb,null,{optional:!0})?.currentContentDensity;return t||((e,n)=>{if("string"==typeof n.defaultContentDensity)return n.defaultContentDensity;if((e=>!(!e||!e.useFactory))(n.defaultContentDensity)){const t=((e,n)=>(n.deps||[]).map(t=>{if(Array.isArray(t)){let r,i={};for(let o=0;o<t.length;o++){const s=t[o].__NG_DI_FLAG__;"number"==typeof s?i={...i,flag:s}:r=t[o]}return e.get(r,void 0,i)}return e.get(t,void 0,{})}))(e,n.defaultContentDensity);return n.defaultContentDensity.useFactory(...t)}return e.get(n.defaultContentDensity,void 0,void 0)})(e,{...I1,...n||{}})})(t,r);this._changesSource=(e=>Rr(()=>{const n=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===n?e.defaultContentDensity:"global"===n?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:n}))({defaultContentDensity:i,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function py(e,n){return nx("function"==typeof e?ex(e,Wj,n?.equal):ex(e.source,e.computation,e.equal))}({source:this._changesSource,computation:o=>o&&"string"==typeof o?this._validateAndFallback(o):qt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=Rr(()=>this._contentDensity()===qt.COMPACT),this.isCozySignal=Rr(()=>this._contentDensity()===qt.COZY),this.isCondensedSignal=Rr(()=>this._contentDensity()===qt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=_d(this.isCompactSignal,{injector:t}),this.isCozy$=_d(this.isCozySignal,{injector:t}),this.isCondensed$=_d(this.isCondensedSignal,{injector:t}),this.contentDensity$$=_d(this._contentDensity,{injector:t}),oo(()=>{const o=this._contentDensity();this._applyClass(o)}),_f(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...t){this._elements.concat(...t.map(r=>r.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(t){return this.contentDensity$$.subscribe(t)}removeConsumer(t){this._elements.splice(this._elements.indexOf(t.elementRef),1)}_validateAndFallback(t){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${t}`),!this._isSupported(t))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${t} is not supported. Failing back to alternative one.`),this._alternativeTo[t]()}catch{throw new Error(`ContentDensityObserver: density ${t} is not supported`)}return t}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(t){if(!this.config?.modifiers)return;const r=this.config.modifiers,i=t??this._contentDensity(),o=this._parentContentDensityObserver?.value===i;this._elements.forEach(s=>{if(Object.values(r).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,i,o),o&&!this.config.alwaysAddModifiers)return;const a=r[i];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(t,r,i){if(!(this.config.ui5Markers?.enabled&&t&&this._renderer&&t instanceof HTMLElement))return;const o="data-ui5-compact-size";i&&!this.config.alwaysAddModifiers||r!==qt.COMPACT&&r!==qt.CONDENSED?this._renderer.removeAttribute(t,o):this._renderer.setAttribute(t,o,"")}_isSupported(t){return this.config.supportedContentDensity?.includes(t)??!1}static{this.\u0275fac=function(r){return new(r||e)(wt(Gn),wt(eK))}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();function Ya(e){return[eW(Hs,e)]}const sK=["*"];let w1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Button"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.form=rt(),this.icon=rt(),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.submits=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Button"),this.ui5Click=Mr(),this.slots=[{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"},{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],form:[1,"form"],icon:[1,"icon"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],submits:[1,"submits"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:sK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1279);const Eb=new Se("CVA_CONFIG");let A1=(()=>{class e{constructor(){this.elementRef=re(br),this.cdr=re(Eh),this.config=re(Eb,{optional:!0}),this._value=null,this._valueSet=!1,this._initialized=!1,this._disabled=!1}get effectiveConfig(){return this.config||{property:"value",events:["change","input"],transformValue:t=>t||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(t){this._disabled=t;const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=t,this.cdr.markForCheck())}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}writeValue(t){this._value=t,this._valueSet=!0,this._initialized&&this.updateElementValue(t)}initializeComponent(){const t=this.elementRef.nativeElement,r=this.effectiveConfig;if(this._initialized=!0,t&&t.addEventListener){for(const i of r.events)t.addEventListener(i,o=>{if(this.onChange){const s=this.getValueToEmit(r,o);if(void 0!==s){const a=r.transformValue?r.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});t.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(t.disabled=this._disabled)}getValueToEmit(t,r){return t.isRadioButton?r.target.checked?r.target.value:void 0:r.target[t.property]}updateElementValue(t){const r=this.elementRef.nativeElement,i=this.effectiveConfig;if(r&&this._initialized){if(i.isRadioButton)r.checked=r.value===t;else{const o=i.transformValue?i.transformValue(t):t;r[i.property]=o}this.cdr.markForCheck()}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=zt({type:e,selectors:[["","noop",""]],features:[yn([{provide:lo,useExisting:un(()=>e),multi:!0}])]})}}return e})();const aK=["*"];let x1=(()=>{class e{constructor(){this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.disabled=rt(!1,{transform:Un}),this.filter=rt("None"),this.maxlength=rt(),this.name=rt(),this.noTypeahead=rt(!1,{transform:Un}),this.open=rt(!1,{transform:Un}),this.placeholder=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.showClearIcon=rt(!1,{transform:Un}),this.showSuggestions=rt(!1,{transform:Un}),this.type=rt("Text"),this.value=rt(""),this.valueState=rt("None"),this.ui5Change=Mr(),this.ui5Close=Mr(),this.ui5Input=Mr(),this.ui5Open=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Input with type `Number` does not support suggestions."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],disabled:[1,"disabled"],filter:[1,"filter"],maxlength:[1,"maxlength"],name:[1,"name"],noTypeahead:[1,"noTypeahead"],open:[1,"open"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],showClearIcon:[1,"showClearIcon"],showSuggestions:[1,"showSuggestions"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"]},outputs:{ui5Change:"ui5Change",ui5Close:"ui5Close",ui5Input:"ui5Input",ui5Open:"ui5Open",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5Input"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"value",events:["change","input"],transformValue:t=>t||""}}]),yv([A1])],ngContentSelectors:aK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var k1=ht(355);const cK=["*"];let R1=(()=>{class e{constructor(){this.for=rt(),this.required=rt(!1,{transform:Un}),this.showColon=rt(!1,{transform:Un}),this.wrappingType=rt("Normal"),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["for","required","showColon","wrappingType"];for(const i of r){const o=i.replace(/-./g,s=>s[1].toUpperCase());this[o]&&"function"==typeof this[o]&&no(this.injector,()=>{oo(()=>{const s=this[o]();t&&(t[i]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:cK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(8305);const lK=["*"];let M1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Link"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.href=rt(),this.icon=rt(),this.interactiveAreaSize=rt("Normal"),this.target=rt(),this.tooltip=rt(),this.wrappingType=rt("Normal"),this.ui5Click=Mr(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],href:[1,"href"],icon:[1,"icon"],interactiveAreaSize:[1,"interactiveAreaSize"],target:[1,"target"],tooltip:[1,"tooltip"],wrappingType:[1,"wrappingType"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:lK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1973);const uK=["*"];let N1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("List"),this.footerText=rt(),this.growing=rt("None"),this.growingButtonText=rt(),this.headerText=rt(),this.indent=rt(!1,{transform:Un}),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.noDataText=rt(),this.selectionMode=rt("None"),this.separators=rt("All"),this.stickyHeader=rt(!1,{transform:Un}),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemDelete=Mr(),this.ui5ItemToggle=Mr(),this.ui5LoadMore=Mr(),this.ui5Move=Mr(),this.ui5MoveOver=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],footerText:[1,"footerText"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],headerText:[1,"headerText"],indent:[1,"indent"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],noDataText:[1,"noDataText"],selectionMode:[1,"selectionMode"],separators:[1,"separators"],stickyHeader:[1,"stickyHeader"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemDelete:"ui5ItemDelete",ui5ItemToggle:"ui5ItemToggle",ui5LoadMore:"ui5LoadMore",ui5Move:"ui5Move",ui5MoveOver:"ui5MoveOver",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5List"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:uK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var Yt=ht(2358),hd=ht(1834),pd=ht(1934),At=ht(1642),gd=ht(3651),Tb=ht(4127),O1=ht(6488),Xa=ht(1437),dK=ht(6993),L1=ht(1278),ki=(ht(6726),ht(4874));(0,ki.pU)("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var F1=ht(6826),P1=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(P1||{});const yK=P1;var B1=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(B1||{});const wo=B1;var Ao=ht(5011),U1=ht(6981),In=ht(5166),Yi=ht(8923),gl=ht(303),ml=ht(5444);(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Gs,ui=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Vr=Gs=class extends U1.A{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=n=>{(0,Yt.RI)(n)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===wo.Active||this.type===wo.Navigation)&&this._selectionMode!==Ao.A.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(n){const t=n.target!==this.getFocusDomRef();if(((0,Yt.xC)(n)||(0,Yt.RI)(n))&&t)return;super._onkeydown(n);const r=this.type===wo.Active,i=this.typeNavigation;((0,Yt.xC)(n)||(0,Yt.RI)(n))&&(r||i)&&this.activate(),(0,Yt.ty)(n)&&this._handleF2()}_onkeyup(n){super._onkeyup(n),((0,Yt.xC)(n)||(0,Yt.RI)(n))&&this.deactivate(),this.modeDelete&&(0,Yt.Ob)(n)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(n){super._onfocusin(n),n.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(n){if(this._editMode){const t=n.relatedTarget;(!t||!this.contains(t)&&!this.shadowRoot.contains(t))&&(this._editMode=!1)}n.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(n){n.dataTransfer&&n.target===this._listItem&&(F1.A.setDraggedElement(this,n),this.setAttribute("data-moving",""),n.dataTransfer.dropEffect="move",n.dataTransfer.effectAllowed="move")}_ondragend(n){n.target===this._listItem&&(F1.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:n.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!n.target.checked,selectionComponentPressed:!0})}activate(){(this.type===wo.Active||this.type===wo.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(n){this.isInactive||(super.fireItemPress(n),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===wo.Inactive||this.type===wo.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ao.A.Multiple||this._selectionMode===Ao.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ao.A.SingleEnd||this._selectionMode===Ao.A.Delete)}get modeSingleSelect(){return[Ao.A.SingleStart,Ao.A.SingleEnd,Ao.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ao.A.Multiple}get modeDelete(){return this._selectionMode===Ao.A.Delete}get typeDetail(){return this.type===wo.Detail}get typeNavigation(){return this.type===wo.Navigation}get typeActive(){return this.type===wo.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let n;return void 0!==this._ariaSelected&&(n=Gs.i18nBundle.getText(this._ariaSelected?In.rek:In.bB2)),n}get deleteText(){return Gs.i18nBundle.getText(In.SJi)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?Gs.i18nBundle.getText(In._43):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:Gs.i18nBundle.getText(In.UlA),ariaLabelRadioButton:Gs.i18nBundle.getText(In.bP),ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==yK.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const n=this.getFocusDomRef();if((0,Tb.A)()===n){const t=this._getFocusableElements();if(!t.length)return;this._editMode=!0,t[0].focus()}else this._editMode=!1,n.focus()}_handleTabNext(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t),i=r+1;return void(-1!==r&&i<t.length?(n.preventDefault(),t[i].focus()):this.fireDecoratorEvent("forward-after")||n.preventDefault())}this.fireDecoratorEvent("forward-after")||n.preventDefault()}_handleTabPrevious(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t);return void(r>0?(n.preventDefault(),t[r-1].focus()):this.fireDecoratorEvent("forward-before")||n.preventDefault())}this.fireDecoratorEvent("forward-before")||n.preventDefault()}_getFocusableElements(){const n=this.getFocusDomRef();return(0,O1.J)(n)}_indexOfActiveElement(n){const t=(0,Tb.A)();return n.findIndex(r=>r===t||null!==r.shadowRoot&&r.shadowRoot.contains(t))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(n){const t=this._getFocusableElements();if(!t.length)return;const r=Math.min(n,t.length-1);return t[r].focus(),r}};ui([(0,At.A)()],Vr.prototype,"type",void 0),ui([(0,At.A)({type:Object})],Vr.prototype,"accessibilityAttributes",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"navigated",void 0),ui([(0,At.A)()],Vr.prototype,"tooltip",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"active",void 0),ui([(0,At.A)()],Vr.prototype,"highlight",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"selected",void 0),ui([(0,At.A)()],Vr.prototype,"accessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_forcedAccessibleRole",void 0),ui([(0,At.A)({noAttribute:!0})],Vr.prototype,"_inheritedAccessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_selectionMode",void 0),ui([(0,At.A)()],Vr.prototype,"mediaRange",void 0),ui([(0,dK.A)()],Vr.prototype,"deleteButton",void 0),ui([(0,gd.A)("@ui5/webcomponents")],Vr,"i18nBundle",void 0),Vr=Gs=ui([(0,pd.A)({languageAware:!0,renderer:hd.A,styles:[U1.A.styles,".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n",'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}\n']}),(0,Xa.A)("detail-click",{bubbles:!0}),(0,Xa.A)("selection-requested",{bubbles:!0})],Vr);const z1=Vr;var xt=ht(1892),Za=ht(563),Qa=ht(6136),Db=ht(5386),$s=ht(594),md=ht(3493);const Ws=class xK{static hasGroup(n){return this.groups.has(n)}static getGroup(n){return this.groups.get(n)}static getCheckedRadioFromGroup(n){return this.checkedRadios.get(n)}static removeGroup(n){return this.checkedRadios.delete(n),this.groups.delete(n)}static addToGroup(n,t){this.hasGroup(t)?(this.enforceSingleSelection(n,t),this.getGroup(t)&&this.getGroup(t).push(n)):this.createGroup(n,t),this.updateTabOrder(t)}static removeFromGroup(n,t){const r=this.getGroup(t);if(!r)return;const i=this.getCheckedRadioFromGroup(t);r.forEach((o,s,a)=>{if(n._id===o._id)return a.splice(s,1)}),i===n&&this.checkedRadios.set(t,null),r.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(n,t){n.checked&&this.checkedRadios.set(t,n),this.groups.set(t,[n])}static selectNextItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._nextFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static updateFormValidity(n){const t=this.getGroup(n);if(!t)return;const r=t.some(o=>o.required),i=t.some(o=>o.checked);t.forEach(o=>{o._groupChecked=i,o._groupRequired=r})}static updateTabOrder(n){const t=this.getGroup(n);if(!t)return;const r=t.some(i=>i.checked);t.filter(i=>!i.disabled).forEach((i,o)=>{let s=(0,Tb.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),i._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===i&&i.readonly?0:-1:i.checked?0:-1:0===o?0:-1})}static selectPreviousItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._previousFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static selectItem(n,t){this.updateSelectionInGroup(n,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(n,t){const r=this.getCheckedRadioFromGroup(t);r&&!n.readonly&&(this._deselectRadio(r),this.checkedRadios.set(t,n)),n&&(n.focus(),n.readonly?setTimeout(()=>{this.updateTabOrder(t)},0):this._selectRadio(n))}static _deselectRadio(n){n&&(n.checked=!1)}static _selectRadio(n){n.checked=!0,n._checked=!0,n.fireDecoratorEvent("change")}static _nextFocusable(n,t){if(!t)return null;let i=null;if(n===t.length-1){if(t[0].disabled)return this._nextFocusable(1,t);i=t[0]}else{if(t[n+1].disabled)return this._nextFocusable(n+1,t);i=t[n+1]}return i}static _previousFocusable(n,t){const r=t.length;let i=null;if(0===n){if(t[r-1].disabled)return this._previousFocusable(r-1,t);i=t[r-1]}else{if(t[n-1].disabled)return this._previousFocusable(n-1,t);i=t[n-1]}return i}static enforceSingleSelection(n,t){const r=this.getCheckedRadioFromGroup(t);n.checked?r?n!==r&&(this._deselectRadio(r),this.checkedRadios.set(t,n)):this.checkedRadios.set(t,n):n===r&&this.checkedRadios.set(t,null),this.updateTabOrder(t),this.updateFormValidity(t)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var Ja,jr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Sb,V1=!1,Cr=Ja=class extends Db.A{get formValidityMessage(){return Ja.i18nBundle.getText(In.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{Sb&&(Sb.active=!1)},V1||(document.addEventListener("mouseup",this._deactivate),V1=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(n){const t=this._name,r=this.name,i=this._checked,o=this.checked;n&&Ws.removeFromGroup(this,t),r!==t?(t&&Ws.removeFromGroup(this,t),r&&Ws.addToGroup(this,r)):r&&this.isConnected&&Ws.enforceSingleSelection(this,r),this.name&&o!==i&&Ws.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(n){const t=this.name;t&&(n.preventDefault(),Ws.selectNextItem(this,t))}_handleUp(n){const t=this.name;t&&(n.preventDefault(),Ws.selectPreviousItem(this,t))}_onkeydown(n){if((0,Yt.xC)(n))return this.active=!0,n.preventDefault();if((0,Yt.RI)(n))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;((0,Yt.Pj)(n)||!t&&(0,Yt.FG)(n)||t&&(0,Yt.OC)(n))&&this._handleDown(n),((0,Yt.ie)(n)||!t&&(0,Yt.OC)(n)||t&&(0,Yt.FG)(n))&&this._handleUp(n)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,Sb=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Ws.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return[(0,md.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){switch(this.valueState){case $s.A.Negative:return Ja.i18nBundle.getText(In.laD);case $s.A.Critical:return Ja.i18nBundle.getText(In.Xot);case $s.A.Positive:return Ja.i18nBundle.getText(In.KwP);case $s.A.Information:return Ja.i18nBundle.getText(In.tgV);default:return""}}get effectiveTabIndex(){const n=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:n?parseInt(n):0}};jr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),jr([(0,At.A)()],Cr.prototype,"text",void 0),jr([(0,At.A)()],Cr.prototype,"valueState",void 0),jr([(0,At.A)()],Cr.prototype,"name",void 0),jr([(0,At.A)()],Cr.prototype,"value",void 0),jr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),jr([(0,At.A)({type:Number})],Cr.prototype,"_tabIndex",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupChecked",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupRequired",void 0),jr([(0,gd.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=Ja=jr([(0,pd.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function kK(){return(0,xt.FD)("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,xt.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},children:[(0,xt.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,xt.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,xt.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,xt.Y)("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'}),(0,Xa.A)("change",{bubbles:!0})],Cr),Cr.define();const MK=Cr;function cq(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var rs,Hr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Ib,H1=!1,Er=rs=class extends Db.A{get formValidityMessage(){return rs.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{Ib&&(Ib.active=!1)},H1||(document.addEventListener("mouseup",this._deactivate),H1=!0)}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Ib=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&!this.disabled&&((0,Yt.RI)(n)&&this.toggle(),this.active=!0)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const n={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(t||r)&&(this.checked=n.checked,this.indeterminate=n.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:rs.i18nBundle.getText(In.laD),Critical:rs.i18nBundle.getText(In.Xot),Positive:rs.i18nBundle.getText(In.KwP)}}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){if(this.valueState!==$s.A.None&&this.valueState!==$s.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const n=this.getAttribute("tabindex");if(this.tabbable)return n?parseInt(n):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){const n=rs.i18nBundle.getText(this.checked?In.Egs:In.wJ8),t=[this.text||"",n].filter(Boolean).join(" ");return{role:this.accInfo.role,type:rs.i18nBundle.getText(In.b5n),description:t,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};Hr([(0,At.A)()],Er.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)()],Er.prototype,"accessibleName",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"displayOnly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"indeterminate",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"checked",void 0),Hr([(0,At.A)()],Er.prototype,"text",void 0),Hr([(0,At.A)()],Er.prototype,"valueState",void 0),Hr([(0,At.A)()],Er.prototype,"wrappingType",void 0),Hr([(0,At.A)()],Er.prototype,"name",void 0),Hr([(0,At.A)()],Er.prototype,"value",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"active",void 0),Hr([(0,At.A)({type:Object})],Er.prototype,"_accInfo",void 0),Hr([(0,gd.A)("@ui5/webcomponents")],Er,"i18nBundle",void 0),Er=rs=Hr([(0,pd.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function aq(){return(0,xt.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[(0,xt.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,xt.Y)(Za.A,{"aria-hidden":"true",name:cq.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Za.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,xt.Y)("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Er),Er.define();const lq=Er,uq={listItemPreContent:function _q(){},listItemContent:function fq(){},imageBegin:function hq(){},iconBegin:function pq(){},iconEnd:function gq(){},selectionElement:G1};function dq(e){const n={...uq,...e};return(0,xt.FD)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[n.listItemPreContent.call(this),this.placeSelectionElementBefore&&G1.call(this),this._hasHighlightColor&&(0,xt.Y)("div",{class:"ui5-li-highlight"}),(0,xt.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[n.imageBegin.call(this),n.iconBegin.call(this),n.listItemContent.call(this)]}),n.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(V5.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Za.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&n.selectionElement.call(this),(0,xt.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,xt.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function G1(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(MK,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return(0,xt.Y)(lq,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return(0,xt.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,xt.Y)("slot",{name:"deleteButton"}):(0,xt.Y)(V5.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:L1.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const mq={listItemContent:function yq(){return(0,xt.Y)("slot",{})}};var bq=ht(4446);let $1,is;const vd=()=>($1??=new bq.Ay("@ui5/webcomponents-base"),$1),W1=(e,n=[])=>{(!is||!is.isConnected)&&(is=document.createElement("span"),is.id="ui5-invisible-text",is.hidden=!0,document.body.appendChild(is));const t=[...e.ariaLabelledByElements||[]],r=t.indexOf(is);n=Array.isArray(n)?n.filter(Boolean).join(" . ").trim():n.trim(),is.textContent=n,n&&-1===r?(t.unshift(is),e.ariaLabelledByElements=t):!n&&r>-1&&(t.splice(r,1),e.ariaLabelledByElements=t.length?t:null)},K1=(e,n={},t=!0)=>{if(!e)return"";if(e.nodeType===Node.TEXT_NODE)return e.data.trim();if(!(e instanceof HTMLElement))return"";if(e.hasAttribute("data-ui5-acc-text"))return e.getAttribute("data-ui5-acc-text")||"";if("true"===e.ariaHidden||!(e=>e.checkVisibility()||"contents"===getComputedStyle(e).display)(e))return t?vd().getText(In.CH):"";let r=[];const i=[],o=e.accessibilityInfo,{lessDetails:s}=n;if(o){const{type:a,description:c,required:l,disabled:d,readonly:h,children:y}=o;r=y||[],a&&i.push(a),c&&i.push(c),s||(l&&i.push(vd().getText(In.knB)),d&&i.push(vd().getText(In.fBK)),h&&i.push(vd().getText(In.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=K1(a,n,!1);c&&i.push(c)}),t){const a=i.length>0;if(!a||!s){const c=(0,O1.J)(e),l=[a?"":In.CH,In.fSG,In.Apb][Math.min(c.length,2)];l&&(a&&i.push("."),i.push(vd().getText(l)))}}return i.join(" ").trim()};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var wb,rp=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let vl=wb=class extends z1{constructor(){super(...arguments),this.movable=!1}_onkeydown(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeydown(n)}_onkeyup(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeyup(n)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(n){super._onfocusin(n),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(n){super._onfocusout(n),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const n=this._listItem;if(!n)return;const t=K1(this);W1(n,t)}_clearInvisibleTextContent(){const n=this._listItem;n&&W1(n,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const n=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return n?[n]:[]}get classes(){const n=super.classes;return n.main["ui5-custom-li-root"]=!0,n}get accessibilityInfo(){const n=[],t=this.shadowRoot?.querySelector("slot:not([name])");if(t){const i=t.assignedNodes({flatten:!0});n.push(...i)}const r=this._getDeleteButtonNodes();return n.push(...r),{type:wb.i18nBundle.getText(In.YHe),children:n}}};rp([(0,At.A)({type:Boolean})],vl.prototype,"movable",void 0),rp([(0,At.A)()],vl.prototype,"accessibleName",void 0),rp([(0,gd.A)("@ui5/webcomponents")],vl,"i18nBundle",void 0),vl=wb=rp([(0,pd.A)({tag:"ui5-li-custom",template:function vq(e){const n={...mq,...e};return dq.call(this,n)},renderer:hd.A,styles:[z1.styles,':host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}\n']})],vl),vl.define();const Tq=["*"];let q1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleName=rt(),this.accessibleRole=rt(),this.highlight=rt("None"),this.movable=rt(!1,{transform:Un}),this.navigated=rt(!1,{transform:Un}),this.selected=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Active"),this.ui5Click=Mr(),this.ui5DetailClick=Mr(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:'Defines the delete button, displayed in "Delete" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.',since:"1.9.0"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click","ui5DetailClick"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleName:[1,"accessibleName"],accessibleRole:[1,"accessibleRole"],highlight:[1,"highlight"],movable:[1,"movable"],navigated:[1,"navigated"],selected:[1,"selected"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click",ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:Tq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();(0,ki.pU)("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Y1=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Y1||{});const kq=Y1;(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var yl,ti=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Fr=yl=class extends Db.A{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return yl.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&((0,Yt.xC)(n)?this._isSpacePressed=!0:((0,Yt.Tu)(n)||(0,Yt.KL)(n))&&(this._cancelAction=!0),(0,Yt.RI)(n)&&this._onclick())}_onkeyup(n){if(this.readonly)return;const t=(0,Yt.xC)(n),r=(0,Yt.Tu)(n)||(0,Yt.KL)(n);if(t||(0,Yt.BF)(n)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void n.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);t&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),t=!this.fireDecoratorEvent("value-changed");(n||t)&&(this.checked=!this.checked)}}get graphical(){return this.design===kq.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const n=this.textOn?.toLowerCase(),t=this.textOff?.toLowerCase(),r=yl.i18nBundle.getText(In.F$r).toLowerCase(),i=yl.i18nBundle.getText(In.f4l).toLowerCase();return n===r&&t===i||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?yl.i18nBundle.getText(In.Dy9):""}};ti([(0,At.A)()],Fr.prototype,"design",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"readonly",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"checked",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"disabled",void 0),ti([(0,At.A)()],Fr.prototype,"textOn",void 0),ti([(0,At.A)()],Fr.prototype,"textOff",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleName",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleNameRef",void 0),ti([(0,At.A)()],Fr.prototype,"tooltip",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"required",void 0),ti([(0,At.A)()],Fr.prototype,"name",void 0),ti([(0,At.A)()],Fr.prototype,"value",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_cancelAction",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_isSpacePressed",void 0),ti([(0,gd.A)("@ui5/webcomponents")],Fr,"i18nBundle",void 0),Fr=yl=ti([(0,pd.A)({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}\n',renderer:hd.A,template:function Rq(){return(0,xt.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,Qa.xl)(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":(0,Qa.nr)()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[(0,xt.Y)("div",{class:"ui5-switch-inner",children:(0,xt.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,xt.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,xt.FD)(xt.FK,{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,xt.Y)(Za.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Za.A,{name:L1.Ay,class:"ui5-switch-icon-off"})})]}):(0,xt.Y)(xt.FK,{children:(0,xt.FD)(xt.FK,this.hasNoLabel?{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,xt.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,xt.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Fr),Fr.define();const Nq=["*"];let X1=(()=>{class e{constructor(){this.accessibleName=rt(),this.accessibleNameRef=rt(),this.checked=rt(!1,{transform:Un}),this.design=rt("Textual"),this.disabled=rt(!1,{transform:Un}),this.name=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.textOff=rt(),this.textOn=rt(),this.tooltip=rt(),this.value=rt(""),this.ui5Change=Mr(),this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],checked:[1,"checked"],design:[1,"design"],disabled:[1,"disabled"],name:[1,"name"],readonly:[1,"readonly"],required:[1,"required"],textOff:[1,"textOff"],textOn:[1,"textOn"],tooltip:[1,"tooltip"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"checked",events:["change"],transformValue:t=>!!t}}]),yv([A1])],ngContentSelectors:Nq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();const wn=globalThis.Luigi;let Gr=(()=>{class e{setConfig(t){return wn.setConfig(t)}get config(){return wn.getConfig()}getConfigValue(t){return wn.getConfigValue(t)}unloadConfig(){return wn.unload()}sendCustomMessage(t){return wn.sendCustomMessage(t)}configChanged(t){wn.configChanged(t)}customMessages(){return wn.customMessages()}navigation(){return wn.navigation()}resetLuigi(){wn.reset()}clearNavigationCache(){wn.clearNavigationCache&&wn.clearNavigationCache()}showAlert(t){return wn.showAlert(t)}ux(){return wn.ux()}theming(){return wn.theming()}i18n(){return wn.i18n()}globalSearch(){return wn.globalSearch()}getGlobalContext(){return wn.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(t,r=!1){wn.setGlobalContext(t,r)}setInGlobalContext(t,r=!1){wn.setGlobalContext({...this.getGlobalContext(),...t},r)}routing(){return wn.routing()}setFeatureToggle(t){wn.featureToggles().setFeatureToggle(t)}unsetFeatureToggle(t){wn.featureToggles().unsetFeatureToggle(t)}unsetAllFeatureToggles(){wn.featureToggles().getActiveFeatureToggleList().forEach(t=>{this.unsetFeatureToggle(t)})}setFeatureToggles(t){if(t)for(const r of Object.keys(t))t[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(t){return wn.featureToggles().getActiveFeatureToggleList().includes(t)}getActiveFeatureToggleList(){return wn.featureToggles().getActiveFeatureToggleList()}setAuthData(t){wn.auth().store.setAuthData(t),wn.auth().store.setNewlyAuthorized()}removeAuthData(){wn.auth().store.removeAuthData()}getAuthData(){return wn.auth().store.getAuthData()}setCurrentLocale(t){wn.i18n().setCurrentLocale(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Z1(e,n){return so((t,r)=>{let i=null,o=0,s=!1;const a=()=>s&&!i&&r.complete();t.subscribe(ji(r,c=>{i?.unsubscribe();let l=0;const d=o++;Io(e(c,d)).subscribe(i=ji(r,h=>r.next(n?n(c,h,d,l++):h),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function Ab(...e){return Ih(e,wh(e))}
62
+ */let Bk=null;function Us(){return Bk}class K7{}let Uk=(()=>{class e{historyGo(t){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>re(q7),providedIn:"platform"})}return e})(),q7=(()=>{class e extends Uk{_location;_history;_doc=re(Vi);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Us().getBaseHref(this._doc)}onPopState(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",t,!1),()=>r.removeEventListener("popstate",t)}onHashChange(t){const r=Us().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",t,!1),()=>r.removeEventListener("hashchange",t)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(t){this._location.pathname=t}pushState(t,r,i){this._history.pushState(t,r,i)}replaceState(t,r,i){this._history.replaceState(t,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(t=0){this._history.go(t)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:()=>new e,providedIn:"platform"})}return e})(),zk=(()=>{class e{_renderer;_elementRef;onChange=t=>{};onTouched=()=>{};constructor(t,r){this._renderer=t,this._elementRef=r}setProperty(t,r){this._renderer.setProperty(this._elementRef.nativeElement,t,r)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br))};static \u0275dir=zt({type:e})}return e})(),Wa=(()=>{class e extends zk{static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,features:[En]})}return e})();const lo=new Se(""),X7={provide:lo,useExisting:un(()=>Ny),multi:!0},Q7=new Se("");let Ny=(()=>{class e extends zk{_compositionMode;_composing=!1;constructor(t,r,i){super(t,r),this._compositionMode=i,null==this._compositionMode&&(this._compositionMode=!function Z7(){const e=Us()?Us().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(t){this.setProperty("value",t??"")}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}static \u0275fac=function(r){return new(r||e)(ot(As),ot(br),ot(Q7,8))};static \u0275dir=zt({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){1&r&&nr("input",function(s){return i._handleInput(s.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(s){return i._compositionEnd(s.target.value)})},standalone:!1,features:[yn([X7]),En]})}return e})();function Oy(e){return null==e||0===Ly(e)}function Ly(e){return null==e?null:Array.isArray(e)||"string"==typeof e?e.length:e instanceof Set?e.size:null}const Jr=new Se(""),zs=new Se(""),J7=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class eG{static min(n){return function jk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t<e?{min:{min:e,actual:n.value}}:null}}(n)}static max(n){return function Hk(e){return n=>{if(null==n.value||null==e)return null;const t=parseFloat(n.value);return!isNaN(t)&&t>e?{max:{max:e,actual:n.value}}:null}}(n)}static required(n){return function Gk(e){return Oy(e.value)?{required:!0}:null}(n)}static requiredTrue(n){return function $k(e){return!0===e.value?null:{required:!0}}(n)}static email(n){return function Wk(e){return Oy(e.value)||J7.test(e.value)?null:{email:!0}}(n)}static minLength(n){return function Kk(e){return n=>{const t=n.value?.length??Ly(n.value);return null===t||0===t?null:t<e?{minlength:{requiredLength:e,actualLength:t}}:null}}(n)}static maxLength(n){return function qk(e){return n=>{const t=n.value?.length??Ly(n.value);return null!==t&&t>e?{maxlength:{requiredLength:e,actualLength:t}}:null}}(n)}static pattern(n){return function Yk(e){if(!e)return Ah;let n,t;return"string"==typeof e?(t="","^"!==e.charAt(0)&&(t+="^"),t+=e,"$"!==e.charAt(e.length-1)&&(t+="$"),n=new RegExp(t)):(t=e.toString(),n=e),r=>{if(Oy(r.value))return null;const i=r.value;return n.test(i)?null:{pattern:{requiredPattern:t,actualValue:i}}}}(n)}static nullValidator(n){return null}static compose(n){return t5(n)}static composeAsync(n){return n5(n)}}function Ah(e){return null}function Xk(e){return null!=e}function Zk(e){return $f(e)?Ih(e):e}function Qk(e){let n={};return e.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function Jk(e,n){return n.map(t=>t(e))}function e5(e){return e.map(n=>function tG(e){return!e.validate}(n)?n:t=>n.validate(t))}function t5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return Qk(Jk(t,n))}}function Fy(e){return null!=e?t5(e5(e)):null}function n5(e){if(!e)return null;const n=e.filter(Xk);return 0==n.length?null:function(t){return $7(Jk(t,n).map(Zk)).pipe(Hi(Qk))}}function Py(e){return null!=e?n5(e5(e)):null}function r5(e,n){return null===e?[n]:Array.isArray(e)?[...e,n]:[e,n]}function i5(e){return e._rawValidators}function o5(e){return e._rawAsyncValidators}function By(e){return e?Array.isArray(e)?e:[e]:[]}function xh(e,n){return Array.isArray(e)?e.includes(n):e===n}function s5(e,n){const t=By(n);return By(e).forEach(i=>{xh(t,i)||t.push(i)}),t}function a5(e,n){return By(n).filter(t=>!xh(e,t))}class c5{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(n){this._rawValidators=n||[],this._composedValidatorFn=Fy(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=Py(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control?.reset(n)}hasError(n,t){return!!this.control&&this.control.hasError(n,t)}getError(n,t){return this.control?this.control.getError(n,t):null}}class ei extends c5{name;get formDirective(){return null}get path(){return null}}class Vs extends c5{_parent=null;name=null;valueAccessor=null}class l5{_cd;constructor(n){this._cd=n}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let Uy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(Vs,2))};static \u0275dir=zt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){2&r&&sh("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)},standalone:!1,features:[En]})}return e})(),zy=(()=>{class e extends l5{constructor(t){super(t)}static \u0275fac=function(r){return new(r||e)(ot(ei,10))};static \u0275dir=zt({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["","formArray",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,i){2&r&&sh("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)("ng-submitted",i.isSubmitted)},standalone:!1,features:[En]})}return e})();const Qu="VALID",Rh="INVALID",fl="PENDING",Ju="DISABLED";class hl{}class _5 extends hl{value;source;constructor(n,t){super(),this.value=n,this.source=t}}class Hy extends hl{pristine;source;constructor(n,t){super(),this.pristine=n,this.source=t}}class Gy extends hl{touched;source;constructor(n,t){super(),this.touched=n,this.source=t}}class Mh extends hl{status;source;constructor(n,t){super(),this.status=n,this.source=t}}class f5 extends hl{source;constructor(n){super(),this.source=n}}class $y extends hl{source;constructor(n){super(),this.source=n}}function Wy(e){return(Nh(e)?e.validators:e)||null}function Ky(e,n){return(Nh(n)?n.asyncValidators:e)||null}function Nh(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class qy{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(n,t){this._assignValidators(n),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get status(){return cr(this.statusReactive)}set status(n){cr(()=>this.statusReactive.set(n))}_status=Rr(()=>this.statusReactive());statusReactive=Ei(void 0);get valid(){return this.status===Qu}get invalid(){return this.status===Rh}get pending(){return this.status===fl}get disabled(){return this.status===Ju}get enabled(){return this.status!==Ju}errors;get pristine(){return cr(this.pristineReactive)}set pristine(n){cr(()=>this.pristineReactive.set(n))}_pristine=Rr(()=>this.pristineReactive());pristineReactive=Ei(!0);get dirty(){return!this.pristine}get touched(){return cr(this.touchedReactive)}set touched(n){cr(()=>this.touchedReactive.set(n))}_touched=Rr(()=>this.touchedReactive());touchedReactive=Ei(!1);get untouched(){return!this.touched}_events=new ut;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(s5(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(s5(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(a5(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(a5(n,this._rawAsyncValidators))}hasValidator(n){return xh(this._rawValidators,n)}hasAsyncValidator(n){return xh(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsTouched({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Gy(!0,r))}markAllAsDirty(n={}){this.markAsDirty({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsDirty(n))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(n))}markAsUntouched(n={}){const t=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:r})}),n.onlySelf||this._parent?._updateTouched(n,r),t&&!1!==n.emitEvent&&this._events.next(new Gy(!1,r))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const r=n.sourceControl??this;n.onlySelf||this._parent?.markAsDirty({...n,sourceControl:r}),t&&!1!==n.emitEvent&&this._events.next(new Hy(!1,r))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const r=n.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),n.onlySelf||this._parent?._updatePristine(n,r),t&&!1!==n.emitEvent&&this._events.next(new Hy(!0,r))}markAsPending(n={}){this.status=fl;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Mh(this.status,t)),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Ju,this.errors=null,this._forEachChild(i=>{i.disable({...n,onlySelf:!0})}),this._updateValue();const r=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,r)),this._events.next(new Mh(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(i=>i(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=Qu,this._forEachChild(r=>{r.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(n,t){n.onlySelf||(this._parent?.updateValueAndValidity(n),n.skipPristineCheck||this._parent?._updatePristine({},t),this._parent?._updateTouched({},t))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Qu||this.status===fl)&&this._runAsyncValidator(r,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new _5(this.value,t)),this._events.next(new Mh(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),n.onlySelf||this._parent?.updateValueAndValidity({...n,sourceControl:t})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ju:Qu}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=fl,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t,shouldHaveEmitted:!1!==n};const r=Zk(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,t={}){this.errors=n,this._updateControlsErrors(!1!==t.emitEvent,this,t.shouldHaveEmitted)}get(n){let t=n;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((r,i)=>r&&r._find(i),this)}getError(n,t){const r=t?this.get(t):this;return r?.errors?r.errors[n]:null}hasError(n,t){return!!this.getError(n,t)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,t,r){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||r)&&this._events.next(new Mh(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,r)}_initObservables(){this.valueChanges=new Zr,this.statusChanges=new Zr}_calculateStatus(){return this._allControlsDisabled()?Ju:this.errors?Rh:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(fl)?fl:this._anyControlsHaveStatus(Rh)?Rh:Qu}_anyControlsHaveStatus(n){return this._anyControls(t=>t.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,t){const r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,n.onlySelf||this._parent?._updatePristine(n,t),i&&this._events.next(new Hy(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new Gy(this.touched,t)),n.onlySelf||this._parent?._updateTouched(n,t)}_onDisabledChange=[];_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Nh(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!!this._parent?.dirty&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function cG(e){return Array.isArray(e)?Fy(e):e||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function lG(e){return Array.isArray(e)?Py(e):e||null}(this._rawAsyncValidators)}}class ed extends qy{constructor(n,t,r){super(Wy(t),Ky(r,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(n,t,r={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(n,t={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(n,t,r={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){(function p5(e,n,t){e._forEachChild((r,i)=>{if(void 0===t[i])throw new we(-1002,"")})})(this,0,n),Object.keys(n).forEach(r=>{(function h5(e,n,t){const r=e.controls;if(!(n?Object.keys(r):r).length)throw new we(1e3,"");if(!r[t])throw new we(1001,"")})(this,!0,r),this.controls[r].setValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(r=>{const i=this.controls[r];i&&i.patchValue(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((r,i)=>{r.reset(n?n[i]:null,{...t,onlySelf:!0})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t),!1!==t?.emitEvent&&this._events.next(new $y(this))}getRawValue(){return this._reduceChildren({},(n,t,r)=>(n[r]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,r)=>!!r._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const r=this.controls[t];r&&n(r,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,r]of Object.entries(this.controls))if(this.contains(t)&&n(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,r,i)=>((r.enabled||this.disabled)&&(t[i]=r.value),t))}_reduceChildren(n,t){let r=n;return this._forEachChild((i,o)=>{r=t(r,i,o)}),r}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}const pl=new Se("",{factory:()=>Oh}),Oh="always";function td(e,n,t=Oh){Yy(e,n),n.valueAccessor.writeValue(e.value),(e.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(e.disabled),function _G(e,n){n.valueAccessor.registerOnChange(t=>{e._pendingValue=t,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&g5(e,n)})}(e,n),function hG(e,n){const t=(r,i)=>{n.valueAccessor.writeValue(r),i&&n.viewToModelUpdate(r)};e.registerOnChange(t),n._registerOnDestroy(()=>{e._unregisterOnChange(t)})}(e,n),function fG(e,n){n.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&g5(e,n),"submit"!==e.updateOn&&e.markAsTouched()})}(e,n),function dG(e,n){if(n.valueAccessor.setDisabledState){const t=r=>{n.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(t),n._registerOnDestroy(()=>{e._unregisterOnDisabledChange(t)})}}(e,n)}function Fh(e,n,t=!0){const r=()=>{};n?.valueAccessor?.registerOnChange(r),n?.valueAccessor?.registerOnTouched(r),Bh(e,n),e&&(n._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function Ph(e,n){e.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function Yy(e,n){const t=i5(e);null!==n.validator?e.setValidators(r5(t,n.validator)):"function"==typeof t&&e.setValidators([t]);const r=o5(e);null!==n.asyncValidator?e.setAsyncValidators(r5(r,n.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const i=()=>e.updateValueAndValidity();Ph(n._rawValidators,i),Ph(n._rawAsyncValidators,i)}function Bh(e,n){let t=!1;if(null!==e){if(null!==n.validator){const i=i5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.validator);o.length!==i.length&&(t=!0,e.setValidators(o))}}if(null!==n.asyncValidator){const i=o5(e);if(Array.isArray(i)&&i.length>0){const o=i.filter(s=>s!==n.asyncValidator);o.length!==i.length&&(t=!0,e.setAsyncValidators(o))}}}const r=()=>{};return Ph(n._rawValidators,r),Ph(n._rawAsyncValidators,r),t}function g5(e,n){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function y5(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}function b5(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}Promise.resolve();const js=class extends qy{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(n=null,t,r){super(Wy(t),Ky(r,t)),this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Nh(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=b5(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(n,t={}){this.setValue(n,t)}reset(n=this.defaultValue,t={}){this._applyFormState(n),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),t.overwriteDefaultValue&&(this.defaultValue=this.value),this._pendingChange=!1,!1!==t?.emitEvent&&this._events.next(new $y(this))}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){y5(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){y5(this._onDisabledChange,n)}_forEachChild(n){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(n){b5(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}};Promise.resolve();let jh=(()=>{class e extends ei{callSetDisabledState;get submitted(){return cr(this._submittedReactive)}set submitted(t){this._submittedReactive.set(t)}_submitted=Rr(()=>this._submittedReactive());_submittedReactive=Ei(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];constructor(t,r,i){super(),this.callSetDisabledState=i,this._setValidators(t),this._setAsyncValidators(r)}ngOnChanges(t){this.onChanges(t)}ngOnDestroy(){this.onDestroy()}onChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}onDestroy(){this.form&&(Bh(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get path(){return[]}addControl(t){const r=this.form.get(t.path);return td(r,t,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),r}getControl(t){return this.form.get(t.path)}removeControl(t){Fh(t.control||null,t,!1),function vG(e,n){const t=e.indexOf(n);t>-1&&e.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}getFormArray(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}updateModel(t,r){this.form.get(t.path).setValue(r)}onReset(){this.resetForm()}resetForm(t=void 0,r={}){this.form.reset(t,r),this._submittedReactive.set(!1)}onSubmit(t){return this.submitted=!0,function v5(e,n){e._syncPendingControls(),n.forEach(t=>{const r=t.control;"submit"===r.updateOn&&r._pendingChange&&(t.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new f5(this.control)),"dialog"===t?.target?.method}_updateDomValue(){this.directives.forEach(t=>{const r=t.control,i=this.form.get(t.path);r!==i&&(Fh(r||null,t),(e=>e instanceof js)(i)&&(td(i,t,this.callSetDisabledState),t.control=i))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const r=this.form.get(t.path);(function m5(e,n){Yy(e,n)})(r,t),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){const r=this.form?.get(t.path);r&&function pG(e,n){return Bh(e,n)}(r,t)&&r.updateValueAndValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm?._registerOnCollectionChange(()=>{})}_updateValidators(){Yy(this.form,this),this._oldForm&&Bh(this._oldForm,this)}_checkFormPresent(){}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(pl,8))};static \u0275dir=zt({type:e,features:[En,bs]})}return e})();const Jy=new Se(""),MG={provide:Vs,useExisting:un(()=>Hh)};let Hh=(()=>{class e extends Vs{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(t){}model;update=new Zr;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(t,r,i,o,s){super(),this._ngModelWarningConfig=o,this.callSetDisabledState=s,this._setValidators(t),this._setAsyncValidators(r),this.valueAccessor=function Qy(e,n){if(!n)return null;let t,r,i;return Array.isArray(n),n.forEach(o=>{o.constructor===Ny?t=o:function mG(e){return Object.getPrototypeOf(e.constructor)===Wa}(o)?r=o:i=o}),i||r||t||null}(0,i)}ngOnChanges(t){if(this._isControlChanged(t)){const r=t.form.previousValue;r&&Fh(r,this,!1),td(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}(function Zy(e,n){if(!e.hasOwnProperty("model"))return!1;const t=e.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)})(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Fh(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_isControlChanged(t){return t.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(ot(Jr,10),ot(zs,10),ot(lo,10),ot(Jy,8),ot(pl,8))};static \u0275dir=zt({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[yn([MG]),En,bs]})}return e})();const FG={provide:ei,useExisting:un(()=>$h)};let $h=(()=>{class e extends jh{form=null;ngSubmit=new Zr;get control(){return this.form}static \u0275fac=(()=>{let t;return function(i){return(t||(t=Lr(e)))(i||e)}})();static \u0275dir=zt({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,i){1&r&&nr("submit",function(s){return i.onSubmit(s)})("reset",function(){return i.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[yn([FG]),En]})}return e})(),ZG=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({})}return e})(),z5=(()=>{class e{static withConfig(t){return{ngModule:e,providers:[{provide:Jy,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:pl,useValue:t.callSetDisabledState??Oh}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Lf({type:e});static \u0275inj=_r({imports:[ZG]})}return e})();var V5=ht(171);function Wh(e,n,t=1/0){return O(n)?Wh((r,i)=>Hi((o,s)=>n(r,o,i,s))(Io(e(r,i))),t):("number"==typeof n&&(t=n),so((r,i)=>function L$(e,n,t,r,i,o,s,a){const c=[];let l=0,d=0,h=!1;const y=()=>{h&&!c.length&&!l&&n.complete()},S=de=>l<r?U(de):c.push(de),U=de=>{o&&n.next(de),l++;let pe=!1;Io(t(de,d++)).subscribe(ji(n,xe=>{i?.(xe),o?S(xe):n.next(xe)},()=>{pe=!0},void 0,()=>{if(pe)try{for(l--;c.length&&l<r;){const xe=c.shift();s?Bs(n,s,()=>U(xe)):U(xe)}y()}catch(xe){n.error(xe)}}))};return e.subscribe(ji(n,S,()=>{h=!0,y()})),()=>{a?.()}}(r,i,e,t)))}class U$ extends it{constructor(n,t){super()}schedule(n,t=0){return this}}const Kh={setInterval(e,n,...t){const{delegate:r}=Kh;return r?.setInterval?r.setInterval(e,n,...t):setInterval(e,n,...t)},clearInterval(e){const{delegate:n}=Kh;return(n?.clearInterval||clearInterval)(e)},delegate:void 0};class rb extends U${constructor(n,t){super(n,t),this.scheduler=n,this.work=t,this.pending=!1}schedule(n,t=0){var r;if(this.closed)return this;this.state=n;const i=this.id,o=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(o,i,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(o,this.id,t),this}requestAsyncId(n,t,r=0){return Kh.setInterval(n.flush.bind(n,this),r)}recycleAsyncId(n,t,r=0){if(null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&Kh.clearInterval(t)}execute(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const r=this._execute(n,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(n,t){let i,r=!1;try{this.work(n)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){const{id:n,scheduler:t}=this,{actions:r}=t;this.work=this.state=this.scheduler=null,this.pending=!1,Ne(r,this),null!=n&&(this.id=this.recycleAsyncId(t,n,null)),this.delay=null,super.unsubscribe()}}}const id={schedule(e){let n=requestAnimationFrame,t=cancelAnimationFrame;const{delegate:r}=id;r&&(n=r.requestAnimationFrame,t=r.cancelAnimationFrame);const i=n(o=>{t=void 0,e(o)});return new it(()=>t?.(i))},requestAnimationFrame(...e){const{delegate:n}=id;return(n?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){const{delegate:n}=id;return(n?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0},ib={now:()=>(ib.delegate||Date).now(),delegate:void 0};class od{constructor(n,t=od.now){this.schedulerActionCtor=n,this.now=t}schedule(n,t=0,r){return new this.schedulerActionCtor(this,n).schedule(r,t)}}od.now=ib.now;class ob extends od{constructor(n,t=od.now){super(n,t),this.actions=[],this._active=!1}flush(n){const{actions:t}=this;if(this._active)return void t.push(n);let r;this._active=!0;do{if(r=n.execute(n.state,n.delay))break}while(n=t.shift());if(this._active=!1,r){for(;n=t.shift();)n.unsubscribe();throw r}}}new class V$ extends ob{flush(n){let t;this._active=!0,n?t=n.id:(t=this._scheduled,this._scheduled=void 0);const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class z$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=id.requestAnimationFrame(()=>n.flush(void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&t===n._scheduled&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(id.cancelAnimationFrame(t),n._scheduled=void 0)}});let sb,H$=1;const qh={};function $5(e){return e in qh&&(delete qh[e],!0)}const G$={setImmediate(e){const n=H$++;return qh[n]=!0,sb||(sb=Promise.resolve()),sb.then(()=>$5(n)&&e()),n},clearImmediate(e){$5(e)}},{setImmediate:$$,clearImmediate:W$}=G$,Yh={setImmediate(...e){const{delegate:n}=Yh;return(n?.setImmediate||$$)(...e)},clearImmediate(e){const{delegate:n}=Yh;return(n?.clearImmediate||W$)(e)},delegate:void 0};new class q$ extends ob{flush(n){this._active=!0;const t=this._scheduled;this._scheduled=void 0;const{actions:r}=this;let i;n=n||r.shift();do{if(i=n.execute(n.state,n.delay))break}while((n=r[0])&&n.id===t&&r.shift());if(this._active=!1,i){for(;(n=r[0])&&n.id===t&&r.shift();)n.unsubscribe();throw i}}}(class K$ extends rb{constructor(n,t){super(n,t),this.scheduler=n,this.work=t}requestAsyncId(n,t,r=0){return null!==r&&r>0?super.requestAsyncId(n,t,r):(n.actions.push(this),n._scheduled||(n._scheduled=Yh.setImmediate(n.flush.bind(n,void 0))))}recycleAsyncId(n,t,r=0){var i;if(null!=r?r>0:this.delay>0)return super.recycleAsyncId(n,t,r);const{actions:o}=n;null!=t&&(null===(i=o[o.length-1])||void 0===i?void 0:i.id)!==t&&(Yh.clearImmediate(t),n._scheduled===t&&(n._scheduled=void 0))}});new ob(rb);let ub;try{ub=typeof Intl<"u"&&Intl.v8BreakIterator}catch{ub=!1}function eW(e,n){return{provide:e,useFactory:t=>new e(t,n),deps:[n_]}}const f1="[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u08a0-\u08b4\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2183\u2184\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005\u3006\u3031-\u3035\u303b\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fd5\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6e5\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ad\ua7b0-\ua7b7\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab65\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]",h1=(new RegExp(f1,"g"),new RegExp(`(${f1})+`,"g"),"[0-9\u0660-\u0669\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\uff10-\uff19]");function g1(e){return function(n,t){const r=Symbol();n[r]=n[t],Object.defineProperty(n,t,{get(){return this[r]},set(i){this[r]=e.call(this,i,this)}})}}new RegExp(h1,"g"),new RegExp(`(${h1})+`,"g"),g1(function G5(e){return null!=e&&"false"!=`${e}`}),g1(function B$(e){return null==e?"":"string"==typeof e?e:`${e}px`});const pb={originX:"center",originY:"bottom",overlayX:"center",overlayY:"top",offsetY:16},AW={...pb,overlayX:"start",originX:"start"},xW={...pb,overlayX:"end",originX:"end"},gb={originX:"center",originY:"top",overlayX:"center",overlayY:"bottom",offsetY:-16},kW={...gb,overlayX:"start",originX:"start"},RW={...gb,overlayX:"end",originX:"end"};class v1{}let np=(()=>{class e extends v1{static{this.global={top:"1rem",center:!0}}static{this.connected=pb}}return e})(),ud=(()=>{class e extends v1{static{this.global={bottom:"1rem",center:!0}}static{this.connected=gb}}return e})();class yge extends np{static{this.global={...np.global,left:"1rem",center:!1}}static{this.connected=AW}}class bge extends np{static{this.global={...np.global,right:"1rem",center:!1}}static{this.connected=xW}}class Cge extends ud{static{this.global={...ud.global,left:"1rem",center:!1}}static{this.connected=kW}}class Ege extends ud{static{this.global={...ud.global,right:"1rem",center:!1}}static{this.connected=RW}}Math.pow(2,31);class y1 extends ut{constructor(n=1/0,t=1/0,r=ib){super(),this._bufferSize=n,this._windowTime=t,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=t===1/0,this._bufferSize=Math.max(1,n),this._windowTime=Math.max(1,t)}next(n){const{isStopped:t,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:s}=this;t||(r.push(n),!i&&r.push(o.now()+s)),this._trimBuffer(),super.next(n)}_subscribe(n){this._throwIfClosed(),this._trimBuffer();const t=this._innerSubscribe(n),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let s=0;s<o.length&&!n.closed;s+=r?1:2)n.next(o[s]);return this._checkFinalizedStatuses(n),t}_trimBuffer(){const{_bufferSize:n,_timestampProvider:t,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*n;if(n<1/0&&o<r.length&&r.splice(0,r.length-o),!i){const s=t.now();let a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}}function _d(e,n){const t=n?.injector??re(Gn),r=new y1(1),i=oo(()=>{let o;try{o=e()}catch(s){return void cr(()=>r.error(s))}cr(()=>r.next(o))},{injector:t,manualCleanup:!0});return t.get(Ci).onDestroy(()=>{i.destroy(),r.complete()}),r.asObservable()}var qt=function(e){return e.COZY="cozy",e.CONDENSED="condensed",e.COMPACT="compact",e}(qt||{});const E1=new Se("ContentDensityDirective");class fd{}let Cb=(()=>{class e{get currentContentDensity(){return this.currentDensitySignal()}constructor(){this._storage=re(fd),this._injector=re(Gn),this.currentDensitySignal=this._storage.contentDensity}contentDensityListener(){return _d(this._storage.contentDensity,{injector:this._injector})}updateContentDensity(t){this._storage.setContentDensity(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();class eK{}const I1={modifiers:{[qt.COMPACT]:"is-compact",[qt.COZY]:"is-cozy",[qt.CONDENSED]:"is-condensed"},supportedContentDensity:[qt.COMPACT,qt.COZY],defaultContentDensity:qt.COZY,debug:!1,alwaysAddModifiers:!1,restrictChildContentDensity:!1,ui5Markers:{enabled:!0}};let Hs=(()=>{class e{get value(){return this._contentDensity()}get isCompact(){return this.isCompactSignal()}get isCozy(){return this.isCozySignal()}get isCondensed(){return this.isCondensedSignal()}constructor(t,r){this._destroyRef=re(Ci),this._alternativeTo={[qt.COMPACT]:()=>this._isSupported(qt.CONDENSED)?qt.CONDENSED:qt.COZY,[qt.CONDENSED]:()=>this._isSupported(qt.COMPACT)?qt.COMPACT:qt.COZY,[qt.COZY]:()=>qt.COZY},this._globalContentDensityService=re(Cb,{optional:!0}),this._contentDensityDirective=re(E1,{optional:!0}),this._parentContentDensityObserver=re(e,{optional:!0,skipSelf:!0}),this._renderer=re(As),this._elementRef=re(br),this._elements=[this._elementRef],this.config={...I1,...this._parentContentDensityObserver?.config??{},...r||{}};const i=((e,n)=>{const t=e.get(Cb,null,{optional:!0})?.currentContentDensity;return t||((e,n)=>{if("string"==typeof n.defaultContentDensity)return n.defaultContentDensity;if((e=>!(!e||!e.useFactory))(n.defaultContentDensity)){const t=((e,n)=>(n.deps||[]).map(t=>{if(Array.isArray(t)){let r,i={};for(let o=0;o<t.length;o++){const s=t[o].__NG_DI_FLAG__;"number"==typeof s?i={...i,flag:s}:r=t[o]}return e.get(r,void 0,i)}return e.get(t,void 0,{})}))(e,n.defaultContentDensity);return n.defaultContentDensity.useFactory(...t)}return e.get(n.defaultContentDensity,void 0,void 0)})(e,{...I1,...n||{}})})(t,r);this._changesSource=(e=>Rr(()=>{const n=e.parentContentDensityObserver?e.parentContentDensityObserver():e.contentDensityDirective?e.contentDensityDirective():e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity;return"default"===n?e.defaultContentDensity:"global"===n?e.contentDensityService?.currentDensitySignal()??e.defaultContentDensity:n}))({defaultContentDensity:i,contentDensityDirective:this._contentDensityDirective?.densityMode,contentDensityService:this._globalContentDensityService??void 0,parentContentDensityObserver:this.config.restrictChildContentDensity?this._parentContentDensityObserver?.contentDensity:void 0}),this._contentDensity=function py(e,n){return nx("function"==typeof e?ex(e,Wj,n?.equal):ex(e.source,e.computation,e.equal))}({source:this._changesSource,computation:o=>o&&"string"==typeof o?this._validateAndFallback(o):qt.COZY}),this.contentDensity=this._contentDensity.asReadonly(),this.isCompactSignal=Rr(()=>this._contentDensity()===qt.COMPACT),this.isCozySignal=Rr(()=>this._contentDensity()===qt.COZY),this.isCondensedSignal=Rr(()=>this._contentDensity()===qt.CONDENSED),this.contentDensity$=this.contentDensity,this.isCompact$=_d(this.isCompactSignal,{injector:t}),this.isCozy$=_d(this.isCozySignal,{injector:t}),this.isCondensed$=_d(this.isCondensedSignal,{injector:t}),this.contentDensity$$=_d(this._contentDensity,{injector:t}),oo(()=>{const o=this._contentDensity();this._applyClass(o)}),_f(()=>{this._applyClass(this._contentDensity())}),this._destroyRef.onDestroy(()=>{this._cleanup(),this.config.debug&&console.warn("ContentDensityObserver: destroyed")})}consume(...t){this._elements.concat(...t.map(r=>r.elementRef))}complete(){this._cleanup()}asObservable(){return this.contentDensity$$}subscribe(t){return this.contentDensity$$.subscribe(t)}removeConsumer(t){this._elements.splice(this._elements.indexOf(t.elementRef),1)}_validateAndFallback(t){if(this.config.debug&&console.warn(`ContentDensityObserver: density changed to ${t}`),!this._isSupported(t))try{return this.config.debug&&console.warn(`ContentDensityObserver: ${t} is not supported. Failing back to alternative one.`),this._alternativeTo[t]()}catch{throw new Error(`ContentDensityObserver: density ${t} is not supported`)}return t}_cleanup(){this._parentContentDensityObserver=null,this._contentDensityDirective=null,this._globalContentDensityService=null,this._elementRef=null,this._renderer=null,this._elements=[]}_applyClass(t){if(!this.config?.modifiers)return;const r=this.config.modifiers,i=t??this._contentDensity(),o=this._parentContentDensityObserver?.value===i;this._elements.forEach(s=>{if(Object.values(r).forEach(c=>{this._renderer?.removeClass(s?.nativeElement,c)}),this._applyUi5Marker(s?.nativeElement,i,o),o&&!this.config.alwaysAddModifiers)return;const a=r[i];a&&this._renderer?.addClass(s?.nativeElement,a)})}_applyUi5Marker(t,r,i){if(!(this.config.ui5Markers?.enabled&&t&&this._renderer&&t instanceof HTMLElement))return;const o="data-ui5-compact-size";i&&!this.config.alwaysAddModifiers||r!==qt.COMPACT&&r!==qt.CONDENSED?this._renderer.removeAttribute(t,o):this._renderer.setAttribute(t,o,"")}_isSupported(t){return this.config.supportedContentDensity?.includes(t)??!1}static{this.\u0275fac=function(r){return new(r||e)(wt(Gn),wt(eK))}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac})}}return e})();function Ya(e){return[eW(Hs,e)]}const sK=["*"];let w1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Button"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.form=rt(),this.icon=rt(),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.submits=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Button"),this.ui5Click=Mr(),this.slots=[{name:"badge",description:"Adds a badge to the button.",since:"2.7.0"},{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","form","icon","loading","loadingDelay","submits","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-button"],["","ui5-button",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],form:[1,"form"],icon:[1,"icon"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],submits:[1,"submits"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Button"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:sK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1279);const Eb=new Se("CVA_CONFIG");let A1=(()=>{class e{constructor(){this.elementRef=re(br),this.cdr=re(Eh),this.config=re(Eb,{optional:!0}),this._value=null,this._valueSet=!1,this._initialized=!1,this._disabled=!1}get effectiveConfig(){return this.config||{property:"value",events:["change","input"],transformValue:t=>t||""}}ngAfterViewInit(){requestAnimationFrame(()=>{this.initializeComponent()})}setDisabledState(t){this._disabled=t;const r=this.elementRef.nativeElement;r&&this._initialized&&(r.disabled=t,this.cdr.markForCheck())}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}writeValue(t){this._value=t,this._valueSet=!0,this._initialized&&this.updateElementValue(t)}initializeComponent(){const t=this.elementRef.nativeElement,r=this.effectiveConfig;if(this._initialized=!0,t&&t.addEventListener){for(const i of r.events)t.addEventListener(i,o=>{if(this.onChange){const s=this.getValueToEmit(r,o);if(void 0!==s){const a=r.transformValue?r.transformValue(s):s;this.onChange(a),this.cdr.markForCheck()}}});t.addEventListener("focusout",()=>{this.onTouched&&(this.onTouched(),this.cdr.markForCheck())})}this._valueSet&&this.updateElementValue(this._value),this._disabled&&(t.disabled=this._disabled)}getValueToEmit(t,r){return t.isRadioButton?r.target.checked?r.target.value:void 0:r.target[t.property]}updateElementValue(t){const r=this.elementRef.nativeElement,i=this.effectiveConfig;if(r&&this._initialized){if(i.isRadioButton)r.checked=r.value===t;else{const o=i.transformValue?i.transformValue(t):t;r[i.property]=o}this.cdr.markForCheck()}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=zt({type:e,selectors:[["","noop",""]],features:[yn([{provide:lo,useExisting:un(()=>e),multi:!0}])]})}}return e})();const aK=["*"];let x1=(()=>{class e{constructor(){this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.disabled=rt(!1,{transform:Un}),this.filter=rt("None"),this.maxlength=rt(),this.name=rt(),this.noTypeahead=rt(!1,{transform:Un}),this.open=rt(!1,{transform:Un}),this.placeholder=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.showClearIcon=rt(!1,{transform:Un}),this.showSuggestions=rt(!1,{transform:Un}),this.type=rt("Text"),this.value=rt(""),this.valueState=rt("None"),this.ui5Change=Mr(),this.ui5Close=Mr(),this.ui5Input=Mr(),this.ui5Open=Mr(),this.ui5Select=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Input with type `Number` does not support suggestions."},{name:"icon",description:"Defines the icon to be displayed in the component."},{name:"valueStateMessage",description:"Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",since:"1.0.0-rc.6"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","disabled","filter","maxlength","name","noTypeahead","open","placeholder","readonly","required","showClearIcon","showSuggestions","type","value","valueState"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change","ui5Close","ui5Input","ui5Open","ui5Select","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-input"],["","ui5-input",""]],inputs:{accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],disabled:[1,"disabled"],filter:[1,"filter"],maxlength:[1,"maxlength"],name:[1,"name"],noTypeahead:[1,"noTypeahead"],open:[1,"open"],placeholder:[1,"placeholder"],readonly:[1,"readonly"],required:[1,"required"],showClearIcon:[1,"showClearIcon"],showSuggestions:[1,"showSuggestions"],type:[1,"type"],value:[1,"value"],valueState:[1,"valueState"]},outputs:{ui5Change:"ui5Change",ui5Close:"ui5Close",ui5Input:"ui5Input",ui5Open:"ui5Open",ui5Select:"ui5Select",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5Input"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"value",events:["change","input"],transformValue:t=>t||""}}]),yv([A1])],ngContentSelectors:aK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var k1=ht(355);const cK=["*"];let R1=(()=>{class e{constructor(){this.for=rt(),this.required=rt(!1,{transform:Un}),this.showColon=rt(!1,{transform:Un}),this.wrappingType=rt("Normal"),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["for","required","showColon","wrappingType"];for(const i of r){const o=i.replace(/-./g,s=>s[1].toUpperCase());this[o]&&"function"==typeof this[o]&&no(this.injector,()=>{oo(()=>{const s=this[o]();t&&(t[i]=s)})})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-label"],["","ui5-label",""]],inputs:{for:[1,"for"],required:[1,"required"],showColon:[1,"showColon"],wrappingType:[1,"wrappingType"]},exportAs:["ui5Label"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:cK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(8305);const lK=["*"];let M1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("Link"),this.design=rt("Default"),this.disabled=rt(!1,{transform:Un}),this.endIcon=rt(),this.href=rt(),this.icon=rt(),this.interactiveAreaSize=rt("Normal"),this.target=rt(),this.tooltip=rt(),this.wrappingType=rt("Normal"),this.ui5Click=Mr(),this.slots=[{name:"default",description:"Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleName","accessibleNameRef","accessibleRole","design","disabled","endIcon","href","icon","interactiveAreaSize","target","tooltip","wrappingType"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-link"],["","ui5-link",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],design:[1,"design"],disabled:[1,"disabled"],endIcon:[1,"endIcon"],href:[1,"href"],icon:[1,"icon"],interactiveAreaSize:[1,"interactiveAreaSize"],target:[1,"target"],tooltip:[1,"tooltip"],wrappingType:[1,"wrappingType"]},outputs:{ui5Click:"ui5Click"},exportAs:["ui5Link"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:lK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();ht(1973);const uK=["*"];let N1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleDescription=rt(),this.accessibleDescriptionRef=rt(),this.accessibleName=rt(),this.accessibleNameRef=rt(),this.accessibleRole=rt("List"),this.footerText=rt(),this.growing=rt("None"),this.growingButtonText=rt(),this.headerText=rt(),this.indent=rt(!1,{transform:Un}),this.loading=rt(!1,{transform:Un}),this.loadingDelay=rt(1e3),this.noDataText=rt(),this.selectionMode=rt("None"),this.separators=rt("All"),this.stickyHeader=rt(!1,{transform:Un}),this.ui5ItemClick=Mr(),this.ui5ItemClose=Mr(),this.ui5ItemDelete=Mr(),this.ui5ItemToggle=Mr(),this.ui5LoadMore=Mr(),this.ui5Move=Mr(),this.ui5MoveOver=Mr(),this.ui5SelectionChange=Mr(),this.slots=[{name:"default",description:"Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design."},{name:"header",description:"Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored."}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get listItems(){return this.element?.listItems??[]}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleDescription","accessibleDescriptionRef","accessibleName","accessibleNameRef","accessibleRole","footerText","growing","growingButtonText","headerText","indent","loading","loadingDelay","noDataText","selectionMode","separators","stickyHeader"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5ItemClick","ui5ItemClose","ui5ItemDelete","ui5ItemToggle","ui5LoadMore","ui5Move","ui5MoveOver","ui5SelectionChange"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-list"],["","ui5-list",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleDescription:[1,"accessibleDescription"],accessibleDescriptionRef:[1,"accessibleDescriptionRef"],accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],accessibleRole:[1,"accessibleRole"],footerText:[1,"footerText"],growing:[1,"growing"],growingButtonText:[1,"growingButtonText"],headerText:[1,"headerText"],indent:[1,"indent"],loading:[1,"loading"],loadingDelay:[1,"loadingDelay"],noDataText:[1,"noDataText"],selectionMode:[1,"selectionMode"],separators:[1,"separators"],stickyHeader:[1,"stickyHeader"]},outputs:{ui5ItemClick:"ui5ItemClick",ui5ItemClose:"ui5ItemClose",ui5ItemDelete:"ui5ItemDelete",ui5ItemToggle:"ui5ItemToggle",ui5LoadMore:"ui5LoadMore",ui5Move:"ui5Move",ui5MoveOver:"ui5MoveOver",ui5SelectionChange:"ui5SelectionChange"},exportAs:["ui5List"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:uK,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();var Yt=ht(2358),hd=ht(1834),pd=ht(1934),At=ht(1642),gd=ht(3651),Tb=ht(4127),O1=ht(6488),Xa=ht(1437),dK=ht(6993),L1=ht(1278),ki=(ht(6726),ht(4874));(0,ki.pU)("edit",{pathData:"M15.821 2.571c.12.167.179.31.179.429 0 .143-.06.274-.179.393L4.214 15.036c-.095.095-.19.143-.285.143L0 16l.786-3.929a.44.44 0 0 1 .143-.321L12.57.143A.531.531 0 0 1 12.964 0a.53.53 0 0 1 .393.143l2.464 2.428ZM11.5 6.107 9.857 4.5l-8 7.964L3.5 14.107l8-8Zm3.107-3.143-1.643-1.571-2.285 2.286 1.607 1.607 2.321-2.322Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("edit",{pathData:"M11.621.515a1.75 1.75 0 0 1 2.48 0l1.383 1.388a1.752 1.752 0 0 1-.004 2.477L4.03 15.781A.751.751 0 0 1 3.5 16H.75a.75.75 0 0 1-.75-.75v-2.751a.75.75 0 0 1 .219-.53L11.62.515ZM1.808 12.498l1.691 1.692 7.936-7.9-1.743-1.712-7.884 7.92Zm11.23-10.924a.25.25 0 0 0-.354 0l-1.932 1.94 1.746 1.716 1.924-1.914a.25.25 0 0 0 0-.353l-1.384-1.389Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var F1=ht(6826),P1=function(e){return e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e}(P1||{});const yK=P1;var B1=function(e){return e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation",e}(B1||{});const wo=B1;var Ao=ht(5011),U1=ht(6981),In=ht(5166),Yi=ht(8923),gl=ht(303),ml=ht(5444);(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("slim-arrow-right",{pathData:"M5.178 2.87c-.237-.228-.237-.466 0-.715A.445.445 0 0 1 5.505 2c.119 0 .228.052.327.155l4.9 5.13c.179.207.268.446.268.715 0 .27-.09.497-.267.684l-4.901 5.16A.46.46 0 0 1 5.49 14a.46.46 0 0 1-.341-.155.503.503 0 0 1 0-.716L9.9 8.155c.119-.103.119-.217 0-.342L5.178 2.87Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("slim-arrow-right",{pathData:"M6.273 3.17a.75.75 0 0 1 1.056.103l3.5 4.247a.75.75 0 0 1 0 .955l-3.5 4.252a.75.75 0 0 1-1.158-.954l3.107-3.775-3.107-3.771a.75.75 0 0 1 .102-1.056Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Gs,ui=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Vr=Gs=class extends U1.A{constructor(){super(),this.type="Active",this.accessibilityAttributes={},this.navigated=!1,this.active=!1,this.highlight="None",this._selectionMode="None",this._editMode=!1,this.mediaRange="S",this.deactivateByKey=n=>{(0,Yt.RI)(n)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)}}onBeforeRendering(){super.onBeforeRendering(),this.actionable=(this.type===wo.Active||this.type===wo.Navigation)&&this._selectionMode!==Ao.A.Delete}onEnterDOM(){super.onEnterDOM(),document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(n){const t=n.target!==this.getFocusDomRef();if(((0,Yt.xC)(n)||(0,Yt.RI)(n))&&t)return;super._onkeydown(n);const r=this.type===wo.Active,i=this.typeNavigation;((0,Yt.xC)(n)||(0,Yt.RI)(n))&&(r||i)&&this.activate(),(0,Yt.ty)(n)&&this._handleF2()}_onkeyup(n){super._onkeyup(n),((0,Yt.xC)(n)||(0,Yt.RI)(n))&&this.deactivate(),this.modeDelete&&(0,Yt.Ob)(n)&&this.onDelete()}_onmousedown(){this.activate()}_onmouseup(){this.getFocusDomRef().matches(":has(:focus-within)")||this.deactivate()}_ontouchend(){this._onmouseup()}_onfocusin(n){super._onfocusin(n),n.target!==this.getFocusDomRef()&&this.deactivate()}_onfocusout(n){if(this._editMode){const t=n.relatedTarget;(!t||!this.contains(t)&&!this.shadowRoot.contains(t))&&(this._editMode=!1)}n.target===this.getFocusDomRef()&&this.deactivate()}_ondragstart(n){n.dataTransfer&&n.target===this._listItem&&(F1.A.setDraggedElement(this,n),this.setAttribute("data-moving",""),n.dataTransfer.dropEffect="move",n.dataTransfer.effectAllowed="move")}_ondragend(n){n.target===this._listItem&&(F1.A.clearDraggedElement(),this.removeAttribute("data-moving"))}onMultiSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:n.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(n){this.isInactive||this.fireDecoratorEvent("selection-requested",{item:this,selected:!n.target.checked,selectionComponentPressed:!0})}activate(){(this.type===wo.Active||this.type===wo.Navigation)&&(this.active=!0)}onDelete(){this.fireDecoratorEvent("selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireDecoratorEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(n){this.isInactive||(super.fireItemPress(n),document.activeElement!==this&&this.focus())}get isInactive(){return this.type===wo.Inactive||this.type===wo.Detail}get placeSelectionElementBefore(){return this._selectionMode===Ao.A.Multiple||this._selectionMode===Ao.A.SingleStart}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._selectionMode===Ao.A.SingleEnd||this._selectionMode===Ao.A.Delete)}get modeSingleSelect(){return[Ao.A.SingleStart,Ao.A.SingleEnd,Ao.A.Single].includes(this._selectionMode)}get modeMultiple(){return this._selectionMode===Ao.A.Multiple}get modeDelete(){return this._selectionMode===Ao.A.Delete}get typeDetail(){return this.type===wo.Detail}get typeNavigation(){return this.type===wo.Navigation}get typeActive(){return this.type===wo.Active}get _ariaSelected(){if(this.modeMultiple||this.modeSingleSelect)return this.selected}get listItemAccessibleRole(){return this._forcedAccessibleRole?this._forcedAccessibleRole:this.accessibleRole?this.accessibleRole.toLowerCase():this._inheritedAccessibleRole||"listitem"}get ariaSelectedText(){let n;return void 0!==this._ariaSelected&&(n=Gs.i18nBundle.getText(this._ariaSelected?In.rek:In.bB2)),n}get deleteText(){return Gs.i18nBundle.getText(In.SJi)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get ariaLabelledByText(){return[this._accInfo.listItemAriaLabel,this.accessibleName,this.typeActive?Gs.i18nBundle.getText(In._43):void 0].filter(Boolean).join(" ")}get _ariaDescribedByIds(){return`${this._id}-invisibleText-describedby`}get _accInfo(){return{role:this.listItemAccessibleRole,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:Gs.i18nBundle.getText(In.UlA),ariaLabelRadioButton:Gs.i18nBundle.getText(In.bP),ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this.accessibilityAttributes.hasPopup,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip,ariaDescribedBy:this._ariaDescribedByIds||void 0}}get _hasHighlightColor(){return this.highlight!==yK.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}_handleF2(){const n=this.getFocusDomRef();if((0,Tb.A)()===n){const t=this._getFocusableElements();if(!t.length)return;this._editMode=!0,t[0].focus()}else this._editMode=!1,n.focus()}_handleTabNext(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t),i=r+1;return void(-1!==r&&i<t.length?(n.preventDefault(),t[i].focus()):this.fireDecoratorEvent("forward-after")||n.preventDefault())}this.fireDecoratorEvent("forward-after")||n.preventDefault()}_handleTabPrevious(n){if(this._editMode){const t=this._getFocusableElements(),r=this._indexOfActiveElement(t);return void(r>0?(n.preventDefault(),t[r-1].focus()):this.fireDecoratorEvent("forward-before")||n.preventDefault())}this.fireDecoratorEvent("forward-before")||n.preventDefault()}_getFocusableElements(){const n=this.getFocusDomRef();return(0,O1.J)(n)}_indexOfActiveElement(n){const t=(0,Tb.A)();return n.findIndex(r=>r===t||null!==r.shadowRoot&&r.shadowRoot.contains(t))}_getFocusedElementIndex(){return this._indexOfActiveElement(this._getFocusableElements())}_hasFocusableElements(){return this._getFocusableElements().length>0}_isFocusOnInternalElement(){return-1!==this._indexOfActiveElement(this._getFocusableElements())}_focusInternalElement(n){const t=this._getFocusableElements();if(!t.length)return;const r=Math.min(n,t.length-1);return t[r].focus(),r}};ui([(0,At.A)()],Vr.prototype,"type",void 0),ui([(0,At.A)({type:Object})],Vr.prototype,"accessibilityAttributes",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"navigated",void 0),ui([(0,At.A)()],Vr.prototype,"tooltip",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"active",void 0),ui([(0,At.A)()],Vr.prototype,"highlight",void 0),ui([(0,At.A)({type:Boolean})],Vr.prototype,"selected",void 0),ui([(0,At.A)()],Vr.prototype,"accessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_forcedAccessibleRole",void 0),ui([(0,At.A)({noAttribute:!0})],Vr.prototype,"_inheritedAccessibleRole",void 0),ui([(0,At.A)()],Vr.prototype,"_selectionMode",void 0),ui([(0,At.A)()],Vr.prototype,"mediaRange",void 0),ui([(0,dK.A)()],Vr.prototype,"deleteButton",void 0),ui([(0,gd.A)("@ui5/webcomponents")],Vr,"i18nBundle",void 0),Vr=Gs=ui([(0,pd.A)({languageAware:!0,renderer:hd.A,styles:[U1.A.styles,".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n",'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);border-radius:var(--ui5-avatar-border-radius);object-fit:contain}::slotted([ui5-icon][slot="image"]){color:var(--sapContent_NonInteractiveIconColor);min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}::slotted([ui5-avatar][slot="image"]){min-width:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin)}:host([wrapping-type="None"][description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.5rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}:host([icon-end]) .ui5-li-icon{padding-inline-start:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"][wrapping-type]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"][wrapping-type]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapErrorBorderColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapWarningBorderColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapSuccessBorderColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformationBorderColor)}:host([wrapping-type="Normal"][description]),:host([wrapping-type="Normal"][has-title][description]),:host([wrapping-type="Normal"][has-title][image]){height:auto;min-height:5rem}:host([wrapping-type="Normal"][description]) .ui5-li-content,:host([wrapping-type="Normal"][image]) .ui5-li-content{height:auto;min-height:3rem}:host([wrapping-type="Normal"][has-title][description]) .ui5-li-title{padding-bottom:.75rem}:host([wrapping-type="Normal"][additional-text]) .ui5-li-additional-text{padding-inline-start:.75rem}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper{flex-direction:column}:host([wrapping-type="Normal"]) .ui5-li-description-info-wrapper .ui5-li-additional-text{white-space:normal}:host([wrapping-type="Normal"]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"]) .ui5-li-singlesel-radiobtn{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][description]) .ui5-li-multisel-cb,:host([wrapping-type="Normal"][description]) .ui5-li-singlesel-radiobtn{margin-top:0}:host([wrapping-type="Normal"]) .ui5-li-icon,:host([wrapping-type="Normal"]) .ui5-li-image{display:flex;align-self:flex-start}:host([wrapping-type="Normal"][icon-end]) .ui5-li-icon{margin-top:var(--_ui5_list_item_content_vertical_offset)}:host([wrapping-type="Normal"]) ::slotted([ui5-avatar][slot="image"]){margin-top:0;margin-bottom:0}:host([wrapping-type="Normal"]) .ui5-li-detailbtn,:host([wrapping-type="Normal"]) .ui5-li-deletebtn{margin-inline-start:.875rem}\n']}),(0,Xa.A)("detail-click",{bubbles:!0}),(0,Xa.A)("selection-requested",{bubbles:!0})],Vr);const z1=Vr;var xt=ht(1892),Za=ht(563),Qa=ht(6136),Db=ht(5386),$s=ht(594),md=ht(3493);const Ws=class xK{static hasGroup(n){return this.groups.has(n)}static getGroup(n){return this.groups.get(n)}static getCheckedRadioFromGroup(n){return this.checkedRadios.get(n)}static removeGroup(n){return this.checkedRadios.delete(n),this.groups.delete(n)}static addToGroup(n,t){this.hasGroup(t)?(this.enforceSingleSelection(n,t),this.getGroup(t)&&this.getGroup(t).push(n)):this.createGroup(n,t),this.updateTabOrder(t)}static removeFromGroup(n,t){const r=this.getGroup(t);if(!r)return;const i=this.getCheckedRadioFromGroup(t);r.forEach((o,s,a)=>{if(n._id===o._id)return a.splice(s,1)}),i===n&&this.checkedRadios.set(t,null),r.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(n,t){n.checked&&this.checkedRadios.set(t,n),this.groups.set(t,[n])}static selectNextItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._nextFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static updateFormValidity(n){const t=this.getGroup(n);if(!t)return;const r=t.some(o=>o.required),i=t.some(o=>o.checked);t.forEach(o=>{o._groupChecked=i,o._groupRequired=r})}static updateTabOrder(n){const t=this.getGroup(n);if(!t)return;const r=t.some(i=>i.checked);t.filter(i=>!i.disabled).forEach((i,o)=>{let s=(0,Tb.A)();s?.classList.contains("ui5-radio-root")&&(s=s.getRootNode(),s instanceof ShadowRoot&&(s=s.host)),i._tabIndex=r?s?.hasAttribute("ui5-radio-button")&&s.readonly?s===i&&i.readonly?0:-1:i.checked?0:-1:0===o?0:-1})}static selectPreviousItem(n,t){const r=this.getGroup(t);if(!r)return;const i=r.length,o=r.indexOf(n);if(i<=1)return;const s=this._previousFocusable(o,r);s&&this.updateSelectionInGroup(s,t)}static selectItem(n,t){this.updateSelectionInGroup(n,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(n,t){const r=this.getCheckedRadioFromGroup(t);r&&!n.readonly&&(this._deselectRadio(r),this.checkedRadios.set(t,n)),n&&(n.focus(),n.readonly?setTimeout(()=>{this.updateTabOrder(t)},0):this._selectRadio(n))}static _deselectRadio(n){n&&(n.checked=!1)}static _selectRadio(n){n.checked=!0,n._checked=!0,n.fireDecoratorEvent("change")}static _nextFocusable(n,t){if(!t)return null;let i=null;if(n===t.length-1){if(t[0].disabled)return this._nextFocusable(1,t);i=t[0]}else{if(t[n+1].disabled)return this._nextFocusable(n+1,t);i=t[n+1]}return i}static _previousFocusable(n,t){const r=t.length;let i=null;if(0===n){if(t[r-1].disabled)return this._previousFocusable(r-1,t);i=t[r-1]}else{if(t[n-1].disabled)return this._previousFocusable(n-1,t);i=t[n-1]}return i}static enforceSingleSelection(n,t){const r=this.getCheckedRadioFromGroup(t);n.checked?r?n!==r&&(this._deselectRadio(r),this.checkedRadios.set(t,n)):this.checkedRadios.set(t,n):n===r&&this.checkedRadios.set(t,null),this.updateTabOrder(t),this.updateFormValidity(t)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var Ja,jr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Sb,V1=!1,Cr=Ja=class extends Db.A{get formValidityMessage(){return Ja.i18nBundle.getText(In.WlA)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{Sb&&(Sb.active=!1)},V1||(document.addEventListener("mouseup",this._deactivate),V1=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(n){const t=this._name,r=this.name,i=this._checked,o=this.checked;n&&Ws.removeFromGroup(this,t),r!==t?(t&&Ws.removeFromGroup(this,t),r&&Ws.addToGroup(this,r)):r&&this.isConnected&&Ws.enforceSingleSelection(this,r),this.name&&o!==i&&Ws.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_onclick(){return this.toggle()}_handleDown(n){const t=this.name;t&&(n.preventDefault(),Ws.selectNextItem(this,t))}_handleUp(n){const t=this.name;t&&(n.preventDefault(),Ws.selectPreviousItem(this,t))}_onkeydown(n){if((0,Yt.xC)(n))return this.active=!0,n.preventDefault();if((0,Yt.RI)(n))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;((0,Yt.Pj)(n)||!t&&(0,Yt.FG)(n)||t&&(0,Yt.OC)(n))&&this._handleDown(n),((0,Yt.ie)(n)||!t&&(0,Yt.OC)(n)||t&&(0,Yt.FG)(n))&&this._handleUp(n)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,Sb=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(Ws.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return[(0,md.ax)(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){switch(this.valueState){case $s.A.Negative:return Ja.i18nBundle.getText(In.laD);case $s.A.Critical:return Ja.i18nBundle.getText(In.Xot);case $s.A.Positive:return Ja.i18nBundle.getText(In.KwP);case $s.A.Information:return Ja.i18nBundle.getText(In.tgV);default:return""}}get effectiveTabIndex(){const n=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:n?parseInt(n):0}};jr([(0,At.A)({type:Boolean})],Cr.prototype,"disabled",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"readonly",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"required",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"checked",void 0),jr([(0,At.A)()],Cr.prototype,"text",void 0),jr([(0,At.A)()],Cr.prototype,"valueState",void 0),jr([(0,At.A)()],Cr.prototype,"name",void 0),jr([(0,At.A)()],Cr.prototype,"value",void 0),jr([(0,At.A)()],Cr.prototype,"wrappingType",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleName",void 0),jr([(0,At.A)()],Cr.prototype,"accessibleNameRef",void 0),jr([(0,At.A)({type:Number})],Cr.prototype,"_tabIndex",void 0),jr([(0,At.A)({type:Boolean})],Cr.prototype,"active",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupChecked",void 0),jr([(0,At.A)({type:Boolean,noAttribute:!0})],Cr.prototype,"_groupRequired",void 0),jr([(0,gd.A)("@ui5/webcomponents")],Cr,"i18nBundle",void 0),Cr=Ja=jr([(0,pd.A)({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function kK(){return(0,xt.FD)("div",{role:"radio",class:"ui5-radio-root",part:"root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[(0,xt.FD)("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},children:[(0,xt.FD)("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[(0,xt.Y)("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),(0,xt.Y)("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),(0,xt.Y)("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{vertical-align:middle}:host(:not([hidden])){display:inline-flex;align-items:center}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);font-size:var(--sapFontSize)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;inset:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0}:host([text]) .ui5-radio-inner{padding-inline-end:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;align-items:center;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);padding-block:var(--_ui5_radio_button_label_side_padding);padding-inline-start:var(--_ui5_radio_button_outer_ring_padding)}:host([text]) .ui5-radio-root{padding-inline-start:var(--_ui5_radio_button_outer_ring_padding_with_label)}.ui5-radio-inner{display:flex;align-items:center;align-self:start;padding-inline-end:var(--_ui5_radio_button_outer_ring_padding);flex:1;pointer-events:none}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);max-width:100%;pointer-events:none;color:var(--_ui5_radio_button_label_color);overflow-wrap:break-word;font-size:inherit}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'}),(0,Xa.A)("change",{bubbles:!0})],Cr),Cr.define();const MK=Cr;function cq(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host"),(0,ki.pU)("accept",{pathData:"M14.827 2.942c.192.187.224.385.096.593l-7.11 10.18a.48.48 0 0 1-.383.28.524.524 0 0 1-.449-.156L2.146 8.625C2.039 8.52 1.99 8.406 2 8.28a.54.54 0 0 1 .177-.343l.8-.78c.256-.25.502-.25.737 0l3.074 2.997c.107.104.246.15.416.14.171-.01.3-.098.385-.265l5.604-7.775a.482.482 0 0 1 .368-.25.55.55 0 0 1 .432.125l.833.812Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("accept",{pathData:"M12.688 3.254a.75.75 0 0 1 1.124.992l-7.5 8.5A.75.75 0 0 1 5.15 12.7l-3-4a.75.75 0 0 1 1.2-.9l2.447 3.263 6.89-7.81Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M12.998 10.002h1V14a.946.946 0 0 1-.297.719.987.987 0 0 1-.703.281H1a.973.973 0 0 1-.719-.281A.973.973 0 0 1 0 14V2.005c0-.271.094-.506.281-.703A.947.947 0 0 1 1 1.005h4v1H1V14h11.998v-3.998ZM14.872.786c.146.146.167.313.063.5l-5.78 8.497a.39.39 0 0 1-.313.219.42.42 0 0 1-.375-.125L4.562 5.535c-.188-.188-.188-.375 0-.563l.656-.656c.208-.208.406-.208.593 0l2.5 2.5a.4.4 0 0 0 .36.124c.135-.02.234-.104.296-.25L13.53.224a.38.38 0 0 1 .297-.219.4.4 0 0 1 .359.125l.687.656Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("complete",{pathData:"M10.25 1a.75.75 0 0 1 0 1.5h-6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.754a.75.75 0 0 1 1.5 0v5.496A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h6.5Zm4.435-.741a.75.75 0 0 1 1.127.99L8.704 9.335a.95.95 0 0 1-1.385.045L4.97 7.03a.75.75 0 1 1 1.06-1.06l1.934 1.933L14.684.26Z",ltr:!0,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M14 1c.27 0 .505.094.703.281A.947.947 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.292.094-.531.281-.719A.973.973 0 0 1 2 1h12Zm0 1H2v12h12V2Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("border",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M14 1c.27 0 .505.099.703.297A.961.961 0 0 1 15 2v12a.947.947 0 0 1-.297.719A.988.988 0 0 1 14 15H2a.973.973 0 0 1-.719-.281A.974.974 0 0 1 1 14V2c0-.27.094-.505.281-.703A.947.947 0 0 1 2 1h12Zm0 1H2v12h12V2Zm-9 8.781v-5.5c0-.166.083-.25.25-.25h5.5c.167 0 .25.084.25.25v5.5c0 .167-.083.25-.25.25h-5.5c-.167 0-.25-.083-.25-.25Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("tri-state",{pathData:"M12.25 1A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5A2.75 2.75 0 0 1 3.75 1h8.5Zm-8.5 1.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-8.5ZM9.25 5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 9.25 11h-2.5A1.75 1.75 0 0 1 5 9.25v-2.5C5 5.784 5.784 5 6.75 5h2.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var rs,Hr=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Ib,H1=!1,Er=rs=class extends Db.A{get formValidityMessage(){return rs.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{Ib&&(Ib.active=!1)},H1||(document.addEventListener("mouseup",this._deactivate),H1=!0)}onEnterDOM(){(0,Qa.xl)()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,Ib=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&!this.disabled&&((0,Yt.RI)(n)&&this.toggle(),this.active=!0)}_onkeyup(n){(0,Yt.xC)(n)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const n={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),r=!this.fireDecoratorEvent("value-changed");(t||r)&&(this.checked=n.checked,this.indeterminate=n.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:rs.i18nBundle.getText(In.laD),Critical:rs.i18nBundle.getText(In.Xot),Positive:rs.i18nBundle.getText(In.KwP)}}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==$s.A.None}get valueStateText(){if(this.valueState!==$s.A.None&&this.valueState!==$s.A.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const n=this.getAttribute("tabindex");if(this.tabbable)return n?parseInt(n):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accessibilityInfo(){const n=rs.i18nBundle.getText(this.checked?In.Egs:In.wJ8),t=[this.text||"",n].filter(Boolean).join(" ");return{role:this.accInfo.role,type:rs.i18nBundle.getText(In.b5n),description:t,label:this.ariaLabelText,disabled:!!this.accInfo.ariaDisabled,readonly:!!this.accInfo.ariaReadonly,required:this.accInfo.ariaRequired}}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};Hr([(0,At.A)()],Er.prototype,"accessibleNameRef",void 0),Hr([(0,At.A)()],Er.prototype,"accessibleName",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"disabled",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"readonly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"displayOnly",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"required",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"indeterminate",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"checked",void 0),Hr([(0,At.A)()],Er.prototype,"text",void 0),Hr([(0,At.A)()],Er.prototype,"valueState",void 0),Hr([(0,At.A)()],Er.prototype,"wrappingType",void 0),Hr([(0,At.A)()],Er.prototype,"name",void 0),Hr([(0,At.A)()],Er.prototype,"value",void 0),Hr([(0,At.A)({type:Boolean})],Er.prototype,"active",void 0),Hr([(0,At.A)({type:Object})],Er.prototype,"_accInfo",void 0),Hr([(0,gd.A)("@ui5/webcomponents")],Er,"i18nBundle",void 0),Er=rs=Hr([(0,pd.A)({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:hd.A,template:function aq(){return(0,xt.FD)("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&(0,Qa.xl)()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[(0,xt.Y)("div",this.isDisplayOnly?{class:"ui5-checkbox-display-only-icon-inner",children:(0,xt.Y)(Za.A,{"aria-hidden":"true",name:cq.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}:{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&(0,xt.Y)(Za.A,{"aria-hidden":"true",name:"accept",class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&(0,xt.Y)("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&(0,xt.Y)(k1.A,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&(0,xt.Y)("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})},styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color);background-color:var(--_ui5_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Er),Er.define();const lq=Er,uq={listItemPreContent:function _q(){},listItemContent:function fq(){},imageBegin:function hq(){},iconBegin:function pq(){},iconEnd:function gq(){},selectionElement:G1};function dq(e){const n={...uq,...e};return(0,xt.FD)("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,onTouchStart:this._onmousedown,onTouchEnd:this._ontouchend,onClick:this._onclick,draggable:this.movable,onDragStart:this._ondragstart,onDragEnd:this._ondragend,role:this._accInfo.role,title:this._accInfo.tooltip,"aria-expanded":this._accInfo.ariaExpanded,"aria-level":this._accInfo.ariaLevel,"aria-haspopup":this._accInfo.ariaHaspopup,"aria-posinset":this._accInfo.posinset,"aria-setsize":this._accInfo.setsize,"aria-describedby":this._accInfo.ariaDescribedBy,"aria-labelledby":this._accessibleNameRef,"aria-disabled":this._ariaDisabled,"aria-selected":this._accInfo.ariaSelected,"aria-checked":this._accInfo.ariaChecked,"aria-owns":this._accInfo.ariaOwns,"aria-keyshortcuts":this._accInfo.ariaKeyShortcuts,children:[n.listItemPreContent.call(this),this.placeSelectionElementBefore&&G1.call(this),this._hasHighlightColor&&(0,xt.Y)("div",{class:"ui5-li-highlight"}),(0,xt.FD)("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[n.imageBegin.call(this),n.iconBegin.call(this),n.listItemContent.call(this)]}),n.iconEnd.call(this),this.typeDetail&&(0,xt.Y)("div",{class:"ui5-li-detailbtn",children:(0,xt.Y)(V5.A,{part:"detail-button",design:"Transparent",onClick:this.onDetailClick,icon:"edit"})}),this.typeNavigation&&(0,xt.Y)(Za.A,{name:"slim-arrow-right"}),this.navigated&&(0,xt.Y)("div",{class:"ui5-li-navigated"}),this.placeSelectionElementAfter&&n.selectionElement.call(this),(0,xt.Y)("span",{id:`${this._id}-invisibleText`,class:"ui5-hidden-text",children:this.ariaLabelledByText}),(0,xt.Y)("span",{id:`${this._id}-invisibleText-describedby`,class:"ui5-hidden-text",children:this._accInfo.ariaSelectedText})]})}function G1(){switch(!0){case this.modeSingleSelect:return(0,xt.Y)(MK,{part:"radio",disabled:this.isInactive,accessibleName:this._accInfo.ariaLabelRadioButton,tabindex:-1,id:`${this._id}-singleSelectionElement`,class:"ui5-li-singlesel-radiobtn",checked:this.selected,onChange:this.onSingleSelectionComponentPress});case this.modeMultiple:return(0,xt.Y)(lq,{part:"checkbox",disabled:this.isInactive,indeterminate:this.indeterminate,tabindex:-1,id:`${this._id}-multiSelectionElement`,class:"ui5-li-multisel-cb",checked:this.selected,accessibleName:this._accInfo.ariaLabel,onChange:this.onMultiSelectionComponentPress});case this.modeDelete:return(0,xt.Y)("div",{class:"ui5-li-deletebtn",children:this.hasDeleteButtonSlot?(0,xt.Y)("slot",{name:"deleteButton"}):(0,xt.Y)(V5.A,{part:"delete-button",id:`${this._id}-deleteSelectionElement`,design:"Transparent",icon:L1.Ay,onClick:this.onDelete,tooltip:this.deleteText})})}}const mq={listItemContent:function yq(){return(0,xt.Y)("slot",{})}};var bq=ht(4446);let $1,is;const vd=()=>($1??=new bq.Ay("@ui5/webcomponents-base"),$1),W1=(e,n=[])=>{(!is||!is.isConnected)&&(is=document.createElement("span"),is.id="ui5-invisible-text",is.hidden=!0,document.body.appendChild(is));const t=[...e.ariaLabelledByElements||[]],r=t.indexOf(is);n=Array.isArray(n)?n.filter(Boolean).join(" . ").trim():n.trim(),is.textContent=n,n&&-1===r?(t.unshift(is),e.ariaLabelledByElements=t):!n&&r>-1&&(t.splice(r,1),e.ariaLabelledByElements=t.length?t:null)},K1=(e,n={},t=!0)=>{if(!e)return"";if(e.nodeType===Node.TEXT_NODE)return e.data.trim();if(!(e instanceof HTMLElement))return"";if(e.hasAttribute("data-ui5-acc-text"))return e.getAttribute("data-ui5-acc-text")||"";if("true"===e.ariaHidden||!(e=>e.checkVisibility()||"contents"===getComputedStyle(e).display)(e))return t?vd().getText(In.CH):"";let r=[];const i=[],o=e.accessibilityInfo,{lessDetails:s}=n;if(o){const{type:a,description:c,required:l,disabled:d,readonly:h,children:y}=o;r=y||[],a&&i.push(a),c&&i.push(c),s||(l&&i.push(vd().getText(In.knB)),d&&i.push(vd().getText(In.fBK)),h&&i.push(vd().getText(In.Dy9)))}else r="slot"===e.localName?e.assignedNodes({flatten:!0}):e.shadowRoot?[...e.shadowRoot.childNodes]:[...e.childNodes];if(r.forEach(a=>{const c=K1(a,n,!1);c&&i.push(c)}),t){const a=i.length>0;if(!a||!s){const c=(0,O1.J)(e),l=[a?"":In.CH,In.fSG,In.Apb][Math.min(c.length,2)];l&&(a&&i.push("."),i.push(vd().getText(l)))}}return i.join(" ").trim()};(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var wb,rp=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let vl=wb=class extends z1{constructor(){super(...arguments),this.movable=!1}_onkeydown(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeydown(n)}_onkeyup(n){(this.matches(":focus")||(0,Yt.zP)(n)||(0,Yt.bR)(n)||(0,Yt.ty)(n)||(0,Yt.oi)(n)||(0,Yt.ie)(n)||(0,Yt.Pj)(n))&&super._onkeyup(n)}get _accessibleNameRef(){return`${this._id}-invisibleText`}_onfocusin(n){super._onfocusin(n),!this._isDragging()&&!this.accessibleName&&this._updateInvisibleTextContent()}_onfocusout(n){super._onfocusout(n),!this._isDragging()&&!this.accessibleName&&this._clearInvisibleTextContent()}_isDragging(){return this.hasAttribute("data-moving")}_updateInvisibleTextContent(){const n=this._listItem;if(!n)return;const t=K1(this);W1(n,t)}_clearInvisibleTextContent(){const n=this._listItem;n&&W1(n,"")}_getDeleteButtonNodes(){if(!this.modeDelete)return[];if(this.hasDeleteButtonSlot)return this.deleteButton;const n=this.shadowRoot?.querySelector(`#${this._id}-deleteSelectionElement`);return n?[n]:[]}get classes(){const n=super.classes;return n.main["ui5-custom-li-root"]=!0,n}get accessibilityInfo(){const n=[],t=this.shadowRoot?.querySelector("slot:not([name])");if(t){const i=t.assignedNodes({flatten:!0});n.push(...i)}const r=this._getDeleteButtonNodes();return n.push(...r),{type:wb.i18nBundle.getText(In.YHe),children:n}}};rp([(0,At.A)({type:Boolean})],vl.prototype,"movable",void 0),rp([(0,At.A)()],vl.prototype,"accessibleName",void 0),rp([(0,gd.A)("@ui5/webcomponents")],vl,"i18nBundle",void 0),vl=wb=rp([(0,pd.A)({tag:"ui5-li-custom",template:function vq(e){const n={...mq,...e};return dq.call(this,n)},renderer:hd.A,styles:[z1.styles,':host(:not([hidden])){display:block}:host{min-height:var(--_ui5_list_item_base_height);height:auto;box-sizing:border-box}.ui5-li-root.ui5-custom-li-root{pointer-events:inherit;min-height:inherit}.ui5-li-root.ui5-custom-li-root .ui5-li-content{pointer-events:inherit}[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{display:flex;align-items:center}.ui5-li-root.ui5-custom-li-root,[ui5-checkbox].ui5-li-singlesel-radiobtn,[ui5-radio-button].ui5-li-singlesel-radiobtn{min-width:var(--_ui5_custom_list_item_rb_min_width)}:host([_selection-mode="SingleStart"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root.ui5-custom-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root.ui5-custom-li-root{padding-inline:1rem 0}\n']})],vl),vl.define();const Tq=["*"];let q1=(()=>{class e{constructor(){this.accessibilityAttributes=rt({}),this.accessibleName=rt(),this.accessibleRole=rt(),this.highlight=rt("None"),this.movable=rt(!1,{transform:Un}),this.navigated=rt(!1,{transform:Un}),this.selected=rt(!1,{transform:Un}),this.tooltip=rt(),this.type=rt("Active"),this.ui5Click=Mr(),this.ui5DetailClick=Mr(),this.slots=[{name:"default",description:"Defines the content of the component."},{name:"deleteButton",description:'Defines the delete button, displayed in "Delete" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.',since:"1.9.0"}],this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibilityAttributes","accessibleName","accessibleRole","highlight","movable","navigated","selected","tooltip","type"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Click","ui5DetailClick"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-li-custom"],["","ui5-li-custom",""]],inputs:{accessibilityAttributes:[1,"accessibilityAttributes"],accessibleName:[1,"accessibleName"],accessibleRole:[1,"accessibleRole"],highlight:[1,"highlight"],movable:[1,"movable"],navigated:[1,"navigated"],selected:[1,"selected"],tooltip:[1,"tooltip"],type:[1,"type"]},outputs:{ui5Click:"ui5Click",ui5DetailClick:"ui5DetailClick"},exportAs:["ui5ListItemCustom"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]})])],ngContentSelectors:Tq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();(0,ki.pU)("less",{pathData:"M14.5 7c.333 0 .5.167.5.5v1c0 .333-.167.5-.5.5h-13a.503.503 0 0 1-.344-.14A.462.462 0 0 1 1 8.5v-1c0-.146.052-.266.156-.36A.503.503 0 0 1 1.5 7h13Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v4",packageName:"@ui5/webcomponents-icons"}),(0,ki.pU)("less",{pathData:"M14.25 7a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z",ltr:!1,viewBox:"0 0 16 16",collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});var Y1=function(e){return e.Textual="Textual",e.Graphical="Graphical",e}(Y1||{});const kq=Y1;(0,Yi.Rh)("@ui5/webcomponents-theming","sap_horizon",(0,Ct.A)(function*(){return gl.A})),(0,Yi.Rh)("@ui5/webcomponents","sap_horizon",(0,Ct.A)(function*(){return ml.A}),"host");var yl,ti=function(e,n,t,r){var s,i=arguments.length,o=i<3?n:null===r?r=Object.getOwnPropertyDescriptor(n,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,n,t,r);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(n,t,o):s(n,t))||o);return i>3&&o&&Object.defineProperty(n,t,o),o};let Fr=yl=class extends Db.A{constructor(){super(...arguments),this.design="Textual",this.readonly=!1,this.checked=!1,this.disabled=!1,this.required=!1,this.value="",this._cancelAction=!1,this._isSpacePressed=!1}get formValidityMessage(){return yl.i18nBundle.getText(In.Oms)}get formValidity(){return{valueMissing:this.required&&!this.checked}}formElementAnchor(){var n=this;return(0,Ct.A)(function*(){return n.getFocusDomRefAsync()})()}get formFormattedValue(){return this.checked?this.value||"on":null}get sapNextIcon(){return this.checked?"accept":"less"}_onfocusin(){this._cancelAction=!1,this._isSpacePressed=!1}_onclick(){this.readonly||this.toggle()}_onkeydown(n){(0,Yt.xC)(n)&&n.preventDefault(),!this.readonly&&((0,Yt.xC)(n)?this._isSpacePressed=!0:((0,Yt.Tu)(n)||(0,Yt.KL)(n))&&(this._cancelAction=!0),(0,Yt.RI)(n)&&this._onclick())}_onkeyup(n){if(this.readonly)return;const t=(0,Yt.xC)(n),r=(0,Yt.Tu)(n)||(0,Yt.KL)(n);if(t||(0,Yt.BF)(n)){if(this._cancelAction)return this._cancelAction=!1,this._isSpacePressed=!1,void n.preventDefault();this._isSpacePressed=!1}else r&&!this._isSpacePressed&&(this._cancelAction=!1);t&&this._onclick()}toggle(){if(!this.disabled&&!this.readonly){this.checked=!this.checked;const n=!this.fireDecoratorEvent("change"),t=!this.fireDecoratorEvent("value-changed");(n||t)&&(this.checked=!this.checked)}}get graphical(){return this.design===kq.Graphical}get hasNoLabel(){return!(this.graphical||this.textOn||this.textOff)}get _textOn(){return this.graphical?"":this.textOn}get _textOff(){return this.graphical?"":this.textOff}get _textAriaHidden(){const n=this.textOn?.toLowerCase(),t=this.textOff?.toLowerCase(),r=yl.i18nBundle.getText(In.F$r).toLowerCase(),i=yl.i18nBundle.getText(In.f4l).toLowerCase();return n===r&&t===i||void 0}get effectiveTabIndex(){return this.disabled?void 0:0}get effectiveAriaReadonly(){return this.readonly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return(0,md.ax)(this)||(0,md.UT)(this)||void 0}get ariaDescribedBy(){return this.readonly?`${this._id}-readonly-desc`:void 0}get ariaDescribedByText(){return this.readonly?yl.i18nBundle.getText(In.Dy9):""}};ti([(0,At.A)()],Fr.prototype,"design",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"readonly",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"checked",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"disabled",void 0),ti([(0,At.A)()],Fr.prototype,"textOn",void 0),ti([(0,At.A)()],Fr.prototype,"textOff",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleName",void 0),ti([(0,At.A)()],Fr.prototype,"accessibleNameRef",void 0),ti([(0,At.A)()],Fr.prototype,"tooltip",void 0),ti([(0,At.A)({type:Boolean})],Fr.prototype,"required",void 0),ti([(0,At.A)()],Fr.prototype,"name",void 0),ti([(0,At.A)()],Fr.prototype,"value",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_cancelAction",void 0),ti([(0,At.A)({type:Boolean,noAttribute:!0})],Fr.prototype,"_isSpacePressed",void 0),ti([(0,gd.A)("@ui5/webcomponents")],Fr,"i18nBundle",void 0),Fr=yl=ti([(0,pd.A)({tag:"ui5-switch",formAssociated:!0,languageAware:!0,styles:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host{vertical-align:middle}:host(:not([hidden])){display:inline-block}.ui5-switch-root{position:relative;display:flex;align-items:center;width:var(--_ui5_switch_width);height:var(--_ui5_switch_height);min-width:var(--_ui5_switch_min_width);cursor:pointer;outline:none;border-radius:var(--_ui5-switch-root-border-radius)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic){width:var(--_ui5_switch_with_label_width);height:var(--_ui5_switch_height)}.ui5-switch-root.ui5-switch--no-label{min-width:var(--_ui5_switch_width)}.ui5-switch-inner{display:flex;align-items:center;justify-content:center;height:100%;width:100%;min-width:inherit;overflow:hidden;pointer-events:none;will-change:transform}:host([checked]) .ui5-switch-inner{border-radius:6.25rem;box-shadow:var(--_ui5-switch-root-box-shadow)}.ui5-switch-track{display:flex;align-items:center;height:var(--_ui5_switch_track_height);width:var(--_ui5_switch_track_width);border:var(--_ui5-switch-track-border);border-radius:var(--_ui5_switch_track_border_radius);box-sizing:border-box;transition:var(--_ui5_switch_track_transition)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-track{height:var(--_ui5_switch_track_with_label_height);width:var(--_ui5_switch_track_with_label_width)}.ui5-switch-slider{position:relative;height:var(--_ui5_switch_height);width:100%;transition:transform .1s ease-in;transform-origin:top left}.ui5-switch-slider>*:not(.ui5-switch-handle){display:var(--_ui5-switch-slider-texts-display)}.ui5-switch-handle{position:absolute;display:flex;justify-content:center;align-items:center;width:var(--_ui5_switch_handle_width);height:var(--_ui5_switch_handle_height);border:var(--_ui5_switch_handle_border);border-radius:var(--_ui5_switch_handle_border_radius);box-sizing:border-box}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-handle{height:var(--_ui5_switch_handle_with_label_height);width:var(--_ui5_switch_handle_with_label_width)}.ui5-switch-text{display:flex;justify-content:center;position:absolute;z-index:var(--_ui5_switch_text_z_index);min-width:var(--_ui5_switch_text_min_width);font-size:var(--_ui5_switch_text_font_size);font-family:var(--_ui5-switch-text_font_family);text-transform:uppercase;text-align:center;white-space:nowrap;user-select:none;-webkit-user-select:none}.ui5-switch-handle,.ui5-switch-text{inset-inline-start:var(--_ui5_switch_handle_left);top:50%;transform:translateY(-50%)}.ui5-switch-root:focus-visible:after,.ui5-switch--desktop.ui5-switch-root:focus-within:after{content:"";position:absolute;inset-inline-start:var(--_ui5_switch_root_outline_left);inset-inline-end:var(--_ui5_switch_root_outline_right);top:var(--_ui5_switch_root_outline_top);bottom:var(--_ui5_switch_root_outline_bottom);border:var(--_ui5_switch_focus_outline);border-radius:var(--_ui5_switch_root_after_boreder_radius);pointer-events:none;transition:var(--_ui5_switch_track_transition);outline:var(--_ui5_switch_root_after_outline)}.ui5-switch-root .ui5-switch-input{position:absolute;inset-inline-start:0;width:0;height:0;margin:0;visibility:hidden;appearance:none;-webkit-appearance:none}.ui5-switch-root.ui5-switch--disabled{opacity:var(--_ui5_switch_disabled_opacity);cursor:default}.ui5-switch-root.ui5-switch--checked .ui5-switch-text--off,.ui5-switch-root.ui5-switch--checked .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--on,.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-text--readonly{visibility:var(--_ui5_switch_text_hidden)}.ui5-switch-root.ui5-switch--checked.ui5-switch--semantic .ui5-switch-text--on,.ui5-switch-root.ui5-switch--checked.ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--on{inset-inline-start:var(--_ui5_switch_text_active_left)}.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--semantic .ui5-switch-text--off,.ui5-switch-root:not(.ui5-switch--checked).ui5-switch--desktop.ui5-switch--no-label .ui5-switch-text--off{inset-inline-start:var(--_ui5_switch_text_inactive_left);inset-inline-end:var(--_ui5_switch_text_inactive_right)}.ui5-switch-root.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_active_background_color);border-color:var(--_ui5_switch_handle_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_inactive_background_color);border-color:var(--_ui5_switch_handle_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_active_background_color);border-color:var(--_ui5_switch_handle_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):not(.ui5-switch--checked):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_hover_inactive_background_color);border-color:var(--_ui5_switch_handle_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-handle{background:var(--_ui5_switch_handle_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_handle_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_active_background_color);border-color:var(--_ui5_switch_track_active_border_color)}.ui5-switch-root:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_inactive_background_color);border-color:var(--_ui5_switch_track_inactive_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_active_background_color);border-color:var(--_ui5_switch_track_hover_active_border_color)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_hover_inactive_background_color);border-color:var(--_ui5_switch_track_hover_inactive_border_color)}.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked .ui5-switch-track{background:var(--_ui5_switch_track_semantic_accept_background_color);border-color:var(--_ui5_switch_track_semantic_accept_border_color)}.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--checked) .ui5-switch-track{background:var(--_ui5_switch_track_semantic_reject_background_color);border-color:var(--_ui5_switch_track_semantic_reject_border_color)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_accept_background_color);border-color:var(--_ui5_switch_track_semantic_hover_accept_border_color)}.ui5-switch--desktop.ui5-switch--semantic.ui5-switch-root:not(.ui5-switch--checked):not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5_switch_track_semantic_hover_reject_background_color);border-color:var(--_ui5_switch_track_semantic_hover_reject_border_color)}.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_transform_with_label)}.ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_transform)}.ui5-switch-text .ui5-switch-text--on .ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text,.ui5-switch-root.ui5-switch--no-label .ui5-switch-text{display:flex;justify-content:center}.ui5-switch--no-label .ui5-switch-no-label-icon-on,.ui5-switch--no-label .ui5-switch-no-label-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height);display:var(--_ui5_switch_track_icon_display)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off{width:var(--_ui5_switch_icon_width);height:var(--_ui5_switch_icon_height)}.ui5-switch-root .ui5-switch-text{font-family:var(--_ui5_switch_text_font_family);font-size:var(--_ui5_switch_text_font_size);width:var(--_ui5_switch_text_width)}.ui5-switch-root:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-text{font-family:var(--_ui5_switch_text_with_label_font_family);font-size:var(--_ui5_switch_text_with_label_font_size);width:var(--_ui5_switch_text_with_label_width)}:host([active]) .ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled) .ui5-switch-track{background:var(--_ui5-switch_track-off-active-background)}:host([active]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-track{background:var(--_ui5-switch_track-on-active-background)}.ui5-switch--desktop.ui5-switch-root:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_on_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_off_hover_box_shadow)}.ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:not(.ui5-switch--disabled):hover .ui5-switch-handle{box-shadow:var(--_ui5_switch_handle_semantic_on_hover_box_shadow)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on{color:var(--_ui5_switch_text_semantic_accept_color)}.ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,.ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--_ui5_switch_text_semantic_reject_color)}.ui5-switch-root .ui5-switch-text--on{color:var(--_ui5_switch_text_active_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_active_left_alternate)}.ui5-switch-root .ui5-switch-text--off{color:var(--_ui5_switch_text_inactive_color);overflow:var(--_ui5_switch_text_overflow);text-overflow:ellipsis;inset-inline-start:var(--_ui5_switch_text_inactive_left_alternate);inset-inline-end:var(--_ui5_switch_text_inactive_right_alternate)}.ui5-switch-root.ui5-switch--safari .ui5-switch-text--on.ui5-switch-no-label-icon,.ui5-switch-root.ui5-switch--safari .ui5-switch-text--off.ui5-switch-no-label-icon{inset-inline-start:.1875rem}.ui5-switch-root .ui5-switch-no-label-icon-on,.ui5-switch-root .ui5-switch-icon-on{color:var(--_ui5_switch_text_active_color)}.ui5-switch-root .ui5-switch-no-label-icon-off,.ui5-switch-root .ui5-switch-icon-off{color:var(--_ui5_switch_text_inactive_color)}:dir(rtl).ui5-switch-root.ui5-switch--checked:not(.ui5-switch--no-label):not(.ui5-switch--semantic) .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform_with_label)}:dir(rtl).ui5-switch-root.ui5-switch--checked .ui5-switch-slider{transform:var(--_ui5_switch_rtl_transform)}:host([readonly]) .ui5-switch-root{cursor:default}:host([readonly]) .ui5-switch-track,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-track{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_track_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-handle,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border:.0625rem var(--_ui5_switch_readonly_handle_border_style) var(--sapField_ReadOnly_BorderColor)}:host([readonly]) .ui5-switch-text--on,:host([readonly]) .ui5-switch-text--off,:host([readonly]) .ui5-switch-no-label-icon-on,:host([readonly]) .ui5-switch-no-label-icon-off,:host([readonly]) .ui5-switch-icon-on,:host([readonly]) .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-icon-off,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--on,:host([readonly]) .ui5-switch-root.ui5-switch--semantic .ui5-switch-text--off{color:var(--sapButton_Handle_TextColor)}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--checked:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic.ui5-switch--checked:hover .ui5-switch-handle{box-shadow:none}:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root:hover .ui5-switch-handle,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-track,:host([readonly]) .ui5-switch--desktop.ui5-switch-root.ui5-switch--semantic:hover .ui5-switch-handle{background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}\n',renderer:hd.A,template:function Rq(){return(0,xt.FD)("div",{class:{"ui5-switch-root":!0,"ui5-switch--desktop":(0,Qa.xl)(),"ui5-switch--disabled":this.disabled,"ui5-switch--checked":this.checked,"ui5-switch--semantic":this.graphical,"ui5-switch--no-label":!(this.graphical||this.textOn||this.textOff),"ui5-switch--safari":(0,Qa.nr)()},role:"switch","aria-label":this.ariaLabelText,"aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-readonly":this.effectiveAriaReadonly,"aria-required":this.required,"aria-describedby":this.ariaDescribedBy,onClick:this._onclick,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,tabindex:this.effectiveTabIndex,title:this.tooltip,children:[(0,xt.Y)("div",{class:"ui5-switch-inner",children:(0,xt.Y)("div",{class:"ui5-switch-track",part:"slider",children:(0,xt.FD)("div",{class:"ui5-switch-slider",children:[this.graphical?(0,xt.FD)(xt.FK,{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",children:(0,xt.Y)(Za.A,{name:"accept",class:"ui5-switch-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",children:(0,xt.Y)(Za.A,{name:L1.Ay,class:"ui5-switch-icon-off"})})]}):(0,xt.Y)(xt.FK,{children:(0,xt.FD)(xt.FK,this.hasNoLabel?{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on ui5-switch-no-label-icon",part:"text-on",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-on"})}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off ui5-switch-no-label-icon",part:"text-off",children:(0,xt.Y)(Za.A,{name:this.sapNextIcon,class:"ui5-switch-no-label-icon-off"})})]}:{children:[(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--on",part:"text-on","aria-hidden":this._textAriaHidden,children:this._textOn}),(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--off",part:"text-off","aria-hidden":this._textAriaHidden,children:this._textOff})]})}),this.readonly&&(0,xt.Y)("span",{class:"ui5-switch-text ui5-switch-text--readonly",id:this.ariaDescribedBy,"aria-hidden":this._textAriaHidden,children:this.ariaDescribedByText}),(0,xt.Y)("span",{class:"ui5-switch-handle",part:"handle"})]})})}),(0,xt.Y)("input",{type:"checkbox",checked:this.checked,class:"ui5-switch-input","data-sap-no-tab-ref":!0})]})}}),(0,Xa.A)("change",{bubbles:!0,cancelable:!0}),(0,Xa.A)("value-changed",{bubbles:!0,cancelable:!0})],Fr),Fr.define();const Nq=["*"];let X1=(()=>{class e{constructor(){this.accessibleName=rt(),this.accessibleNameRef=rt(),this.checked=rt(!1,{transform:Un}),this.design=rt("Textual"),this.disabled=rt(!1,{transform:Un}),this.name=rt(),this.readonly=rt(!1,{transform:Un}),this.required=rt(!1,{transform:Un}),this.textOff=rt(),this.textOn=rt(),this.tooltip=rt(),this.value=rt(""),this.ui5Change=Mr(),this.elementRef=re(br),this.injector=re(Gn),this._contentDensityObserver=re(Hs)}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){const t=this.element,r=["accessibleName","accessibleNameRef","checked","design","disabled","name","readonly","required","textOff","textOn","tooltip","value"];for(const o of r){const s=o.replace(/-./g,a=>a[1].toUpperCase());this[s]&&"function"==typeof this[s]&&no(this.injector,()=>{oo(()=>{const a=this[s]();t&&(t[o]=a)})})}const i=["ui5Change"];for(const o of i){const s=o.replace("ui5","").replace(/([A-Z])/g,"-$1").toLowerCase().substring(1);this[o]&&"function"==typeof this[o].emit&&t.addEventListener&&t.addEventListener(s,a=>{this[o].emit(a)})}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["ui5-switch"],["","ui5-switch",""]],inputs:{accessibleName:[1,"accessibleName"],accessibleNameRef:[1,"accessibleNameRef"],checked:[1,"checked"],design:[1,"design"],disabled:[1,"disabled"],name:[1,"name"],readonly:[1,"readonly"],required:[1,"required"],textOff:[1,"textOff"],textOn:[1,"textOn"],tooltip:[1,"tooltip"],value:[1,"value"]},outputs:{ui5Change:"ui5Change"},exportAs:["ui5Switch"],features:[yn([Ya({supportedContentDensity:[qt.COMPACT,qt.COZY]}),{provide:Eb,useValue:{property:"checked",events:["change"],transformValue:t=>!!t}}]),yv([A1])],ngContentSelectors:Nq,decls:1,vars:0,template:function(r,i){1&r&&(Ns(),Os(0))},encapsulation:2,changeDetection:0})}}return e})();const wn=globalThis.Luigi;let Gr=(()=>{class e{setConfig(t){return wn.setConfig(t)}get config(){return wn.getConfig()}getConfigValue(t){return wn.getConfigValue(t)}unloadConfig(){return wn.unload()}sendCustomMessage(t){return wn.sendCustomMessage(t)}configChanged(t){wn.configChanged(t)}customMessages(){return wn.customMessages()}navigation(){return wn.navigation()}resetLuigi(){wn.reset()}clearNavigationCache(){wn.clearNavigationCache&&wn.clearNavigationCache()}showAlert(t){return wn.showAlert(t)}ux(){return wn.ux()}theming(){return wn.theming()}i18n(){return wn.i18n()}globalSearch(){return wn.globalSearch()}getGlobalContext(){return wn.getGlobalContext()}getWcExtendedContext(){return document.querySelector(".wcContainer")?.querySelector("[lui_web_component]")?.extendedContext?.context}getWcModalExtendedContext(){return document.querySelector(".iframeModalCtn")?.querySelector("[lui_web_component]")?.extendedContext?.context}setGlobalContext(t,r=!1){wn.setGlobalContext(t,r)}setInGlobalContext(t,r=!1){wn.setGlobalContext({...this.getGlobalContext(),...t},r)}routing(){return wn.routing()}setFeatureToggle(t){wn.featureToggles().setFeatureToggle(t)}unsetFeatureToggle(t){wn.featureToggles().unsetFeatureToggle(t)}unsetAllFeatureToggles(){wn.featureToggles().getActiveFeatureToggleList().forEach(t=>{this.unsetFeatureToggle(t)})}setFeatureToggles(t){if(t)for(const r of Object.keys(t))t[r]&&this.setFeatureToggle(r)}isFeatureToggleActive(t){return wn.featureToggles().getActiveFeatureToggleList().includes(t)}getActiveFeatureToggleList(){return wn.featureToggles().getActiveFeatureToggleList()}setAuthData(t){wn.auth().store.setAuthData(t),wn.auth().store.setNewlyAuthorized()}removeAuthData(){wn.auth().store.removeAuthData()}getAuthData(){return wn.auth().store.getAuthData()}setCurrentLocale(t){wn.i18n().setCurrentLocale(t)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Z1(e,n){return so((t,r)=>{let i=null,o=0,s=!1;const a=()=>s&&!i&&r.complete();t.subscribe(ji(r,c=>{i?.unsubscribe();let l=0;const d=o++;Io(e(c,d)).subscribe(i=ji(r,h=>r.next(n?n(c,h,d,l++):h),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function Ab(...e){return Ih(e,wh(e))}
63
63
  /**
64
64
  * @license Angular v21.2.17
65
65
  * (c) 2010-2026 Google LLC. https://angular.dev/
@@ -70,26 +70,26 @@ const vh=Symbol("InputSignalNode#UNSET"),Bx={..._,transformFn:void 0,applyValueT
70
70
  * (c) 2010-2026 Google LLC. https://angular.dev/
71
71
  * License: MIT
72
72
  */
73
- class Xi{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(n){n?"string"==typeof n?this.lazyInit=()=>{this.headers=new Map,n.split("\n").forEach(t=>{const r=t.indexOf(":");if(r>0){const i=t.slice(0,r),o=t.slice(r+1).trim();this.addHeaderEntry(i,o)}})}:typeof Headers<"u"&&n instanceof Headers?(this.headers=new Map,n.forEach((t,r)=>{this.addHeaderEntry(r,t)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(n).forEach(([t,r])=>{this.setHeaderEntries(t,r)})}:this.headers=new Map}has(n){return this.init(),this.headers.has(n.toLowerCase())}get(n){this.init();const t=this.headers.get(n.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(n){return this.init(),this.headers.get(n.toLowerCase())||null}append(n,t){return this.clone({name:n,value:t,op:"a"})}set(n,t){return this.clone({name:n,value:t,op:"s"})}delete(n,t){return this.clone({name:n,value:t,op:"d"})}maybeSetNormalizedName(n,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,n)}init(){this.lazyInit&&(this.lazyInit instanceof Xi?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(n=>this.applyUpdate(n)),this.lazyUpdate=null))}copyFrom(n){n.init(),Array.from(n.headers.keys()).forEach(t=>{this.headers.set(t,n.headers.get(t)),this.normalizedNames.set(t,n.normalizedNames.get(t))})}clone(n){const t=new Xi;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof Xi?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([n]),t}applyUpdate(n){const t=n.name.toLowerCase();switch(n.op){case"a":case"s":let r=n.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(n.name,t);const i=("a"===n.op?this.headers.get(t):void 0)||[];i.push(...r),this.headers.set(t,i);break;case"d":const o=n.value;if(o){let s=this.headers.get(t);if(!s)return;s=s.filter(a=>-1===o.indexOf(a)),0===s.length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,s)}else this.headers.delete(t),this.normalizedNames.delete(t)}}addHeaderEntry(n,t){const r=n.toLowerCase();this.maybeSetNormalizedName(n,r),this.headers.has(r)?this.headers.get(r).push(t):this.headers.set(r,[t])}setHeaderEntries(n,t){const r=(Array.isArray(t)?t:[t]).map(o=>o.toString()),i=n.toLowerCase();this.headers.set(i,r),this.maybeSetNormalizedName(n,i)}forEach(n){this.init(),Array.from(this.normalizedNames.keys()).forEach(t=>n(this.normalizedNames.get(t),this.headers.get(t)))}}class zq{map=new Map;set(n,t){return this.map.set(n,t),this}get(n){return this.map.has(n)||this.map.set(n,n.defaultValue()),this.map.get(n)}delete(n){return this.map.delete(n),this}has(n){return this.map.has(n)}keys(){return this.map.keys()}}class Vq{encodeKey(n){return eR(n)}encodeValue(n){return eR(n)}decodeKey(n){return decodeURIComponent(n)}decodeValue(n){return decodeURIComponent(n)}}const Hq=/%(\d[a-f0-9])/gi,Gq={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function eR(e){return encodeURIComponent(e).replace(Hq,(n,t)=>Gq[t]??n)}function ip(e){return`${e}`}class Ks{map;encoder;updates=null;cloneFrom=null;constructor(n={}){if(this.encoder=n.encoder||new Vq,n.fromString){if(n.fromObject)throw new we(2805,!1);this.map=function jq(e,n){const t=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(i=>{const o=i.indexOf("="),[s,a]=-1==o?[n.decodeKey(i),""]:[n.decodeKey(i.slice(0,o)),n.decodeValue(i.slice(o+1))],c=t.get(s)||[];c.push(a),t.set(s,c)}),t}(n.fromString,this.encoder)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(t=>{const r=n.fromObject[t],i=Array.isArray(r)?r.map(ip):[ip(r)];this.map.set(t,i)})):this.map=null}has(n){return this.init(),this.map.has(n)}get(n){this.init();const t=this.map.get(n);return t?t[0]:null}getAll(n){return this.init(),this.map.get(n)||null}keys(){return this.init(),Array.from(this.map.keys())}append(n,t){return this.clone({param:n,value:t,op:"a"})}appendAll(n){const t=[];return Object.keys(n).forEach(r=>{const i=n[r];Array.isArray(i)?i.forEach(o=>{t.push({param:r,value:o,op:"a"})}):t.push({param:r,value:i,op:"a"})}),this.clone(t)}set(n,t){return this.clone({param:n,value:t,op:"s"})}delete(n,t){return this.clone({param:n,value:t,op:"d"})}toString(){return this.init(),this.keys().map(n=>{const t=this.encoder.encodeKey(n);return this.map.get(n).map(r=>t+"="+this.encoder.encodeValue(r)).join("&")}).filter(n=>""!==n).join("&")}clone(n){const t=new Ks({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat(n),t}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(n=>this.map.set(n,this.cloneFrom.map.get(n))),this.updates.forEach(n=>{switch(n.op){case"a":case"s":const t=("a"===n.op?this.map.get(n.param):void 0)||[];t.push(ip(n.value)),this.map.set(n.param,t);break;case"d":if(void 0===n.value){this.map.delete(n.param);break}{let r=this.map.get(n.param)||[];const i=r.indexOf(ip(n.value));-1!==i&&r.splice(i,1),r.length>0?this.map.set(n.param,r):this.map.delete(n.param)}}}),this.cloneFrom=this.updates=null)}}function tR(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function nR(e){return typeof Blob<"u"&&e instanceof Blob}function rR(e){return typeof FormData<"u"&&e instanceof FormData}const Cd="Content-Type",iR="text/plain",oR="application/json",sR=`${oR}, ${iR}, */*`;class Ed{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(n,t,r,i){let o;if(this.url=t,this.method=n.toUpperCase(),function $q(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||i?(this.body=void 0!==r?r:null,o=i):o=r,o){if(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,this.keepalive=!!o.keepalive,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.context&&(this.context=o.context),o.params&&(this.params=o.params),o.priority&&(this.priority=o.priority),o.cache&&(this.cache=o.cache),o.credentials&&(this.credentials=o.credentials),"number"==typeof o.timeout){if(o.timeout<1||!Number.isInteger(o.timeout))throw new we(2822,"");this.timeout=o.timeout}o.mode&&(this.mode=o.mode),o.redirect&&(this.redirect=o.redirect),o.integrity&&(this.integrity=o.integrity),void 0!==o.referrer&&(this.referrer=o.referrer),o.referrerPolicy&&(this.referrerPolicy=o.referrerPolicy),this.transferCache=o.transferCache}if(this.headers??=new Xi,this.context??=new zq,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=t;else{const a=t.indexOf("?");this.urlWithParams=t+(-1===a?"?":a<t.length-1?"&":"")+s}}else this.params=new Ks,this.urlWithParams=t}serializeBody(){return null===this.body?null:"string"==typeof this.body||tR(this.body)||nR(this.body)||rR(this.body)||function Wq(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof Ks?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body||rR(this.body)?null:nR(this.body)?this.body.type||null:tR(this.body)?null:"string"==typeof this.body?iR:this.body instanceof Ks?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?oR:null}clone(n={}){const t=n.method||this.method,r=n.url||this.url,i=n.responseType||this.responseType,o=n.keepalive??this.keepalive,s=n.priority||this.priority,a=n.cache||this.cache,c=n.mode||this.mode,l=n.redirect||this.redirect,d=n.credentials||this.credentials,h=n.referrer??this.referrer,y=n.integrity||this.integrity,S=n.referrerPolicy||this.referrerPolicy,U=n.transferCache??this.transferCache,de=n.timeout??this.timeout,pe=void 0!==n.body?n.body:this.body,xe=n.withCredentials??this.withCredentials,Te=n.reportProgress??this.reportProgress;let Tt=n.headers||this.headers,Rt=n.params||this.params;const Vt=n.context??this.context;return void 0!==n.setHeaders&&(Tt=Object.keys(n.setHeaders).reduce((Bn,dr)=>Bn.set(dr,n.setHeaders[dr]),Tt)),n.setParams&&(Rt=Object.keys(n.setParams).reduce((Bn,dr)=>Bn.set(dr,n.setParams[dr]),Rt)),new Ed(t,r,pe,{params:Rt,headers:Tt,context:Vt,reportProgress:Te,responseType:i,withCredentials:xe,transferCache:U,keepalive:o,cache:a,priority:s,timeout:de,mode:c,redirect:l,credentials:d,referrer:h,integrity:y,referrerPolicy:S})}}var qs=function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e}(qs||{});class xb{headers;status;statusText;url;ok;type;redirected;responseType;constructor(n,t=200,r="OK"){this.headers=n.headers||new Xi,this.status=void 0!==n.status?n.status:t,this.statusText=n.statusText||r,this.url=n.url||null,this.redirected=n.redirected,this.responseType=n.responseType,this.ok=this.status>=200&&this.status<300}}class sp extends xb{constructor(n={}){super(n)}type=qs.ResponseHeader;clone(n={}){return new sp({headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}}class Td extends xb{body;constructor(n={}){super(n),this.body=void 0!==n.body?n.body:null}type=qs.Response;clone(n={}){return new Td({body:void 0!==n.body?n.body:this.body,headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0,redirected:n.redirected??this.redirected,responseType:n.responseType??this.responseType})}}class Ys extends xb{name="HttpErrorResponse";message;error;ok=!1;constructor(n){super(n,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${n.url||"(unknown url)"}`:`Http failure response for ${n.url||"(unknown url)"}: ${n.status} ${n.statusText}`,this.error=n.error||null}}const cR=new Se(""),Qq=/^\)\]\}',?\n/;let lR=(()=>{class e{xhrFactory;tracingService=re(Ia,{optional:!0});constructor(t){this.xhrFactory=t}maybePropagateTrace(t){return this.tracingService?.propagate?this.tracingService.propagate(t):t}handle(t){if("JSONP"===t.method)throw new we(-2800,!1);const r=this.xhrFactory;return Ab(null).pipe(Z1(()=>new ae(o=>{const s=r.build();if(s.open(t.method,t.urlWithParams),t.withCredentials&&(s.withCredentials=!0),t.headers.forEach((pe,xe)=>s.setRequestHeader(pe,xe.join(","))),t.headers.has("Accept")||s.setRequestHeader("Accept",sR),!t.headers.has(Cd)){const pe=t.detectContentTypeHeader();null!==pe&&s.setRequestHeader(Cd,pe)}if(t.timeout&&(s.timeout=t.timeout),t.responseType){const pe=t.responseType.toLowerCase();s.responseType="json"!==pe?pe:"text"}const a=t.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const pe=s.statusText||"OK",xe=new Xi(s.getAllResponseHeaders());return c=new sp({headers:xe,status:s.status,statusText:pe,url:s.responseURL||t.url}),c},d=this.maybePropagateTrace(()=>{let{headers:pe,status:xe,statusText:Te,url:Tt}=l(),Rt=null;204!==xe&&(Rt=typeof s.response>"u"?s.responseText:s.response),0===xe&&(xe=Rt?200:0);let Vt=xe>=200&&xe<300;if("json"===t.responseType&&"string"==typeof Rt){const Bn=Rt;Rt=Rt.replace(Qq,"");try{Rt=""!==Rt?JSON.parse(Rt):null}catch(dr){Rt=Bn,Vt&&(Vt=!1,Rt={error:dr,text:Rt})}}Vt?(o.next(new Td({body:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0})),o.complete()):o.error(new Ys({error:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0}))}),h=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:pe,status:s.status||0,statusText:s.statusText||"Unknown Error",url:xe||void 0});o.error(Te)});let y=h;t.timeout&&(y=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:xe||void 0});o.error(Te)}));let S=!1;const U=this.maybePropagateTrace(pe=>{S||(o.next(l()),S=!0);let xe={type:qs.DownloadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),"text"===t.responseType&&s.responseText&&(xe.partialText=s.responseText),o.next(xe)}),de=this.maybePropagateTrace(pe=>{let xe={type:qs.UploadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),o.next(xe)});return s.addEventListener("load",d),s.addEventListener("error",h),s.addEventListener("timeout",y),s.addEventListener("abort",h),t.reportProgress&&(s.addEventListener("progress",U),null!==a&&s.upload&&s.upload.addEventListener("progress",de)),s.send(a),o.next({type:qs.Sent}),()=>{s.removeEventListener("error",h),s.removeEventListener("abort",h),s.removeEventListener("load",d),s.removeEventListener("timeout",y),t.reportProgress&&(s.removeEventListener("progress",U),null!==a&&s.upload&&s.upload.removeEventListener("progress",de)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(wt(J1))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function uR(e,n){return n(e)}const Dd=new Se("",{factory:()=>[]}),nY=new Se(""),dR=new Se("",{factory:()=>!0});let ap=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lR),i},providedIn:"root"})}return e})(),Mb=(()=>{class e{backend;injector;chain=null;pendingTasks=re(pg);contributeToStability=re(dR);constructor(t,r){this.backend=t,this.injector=r}handle(t){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(Dd),...this.injector.get(nY,[])]));this.chain=r.reduceRight((i,o)=>function eY(e,n,t){return(r,i)=>no(t,()=>n(r,o=>e(o,i)))}(i,o,this.injector),uR)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(t,i=>this.backend.handle(i)).pipe(function Lq(e){return so((n,t)=>{try{n.subscribe(t)}finally{t.add(e)}})}(r))}return this.chain(t,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(wt(ap),wt(mi))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Nb=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(Mb),i},providedIn:"root"})}return e})();function Ob(e,n){return{body:n,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer,referrerPolicy:e.referrerPolicy}}let tc=(()=>{class e{handler;constructor(t){this.handler=t}request(t,r,i={}){let o;if(t instanceof Ed)o=t;else{let c,l;c=i.headers instanceof Xi?i.headers:new Xi(i.headers),i.params&&(l=i.params instanceof Ks?i.params:new Ks({fromObject:i.params})),o=new Ed(t,r,void 0!==i.body?i.body:null,{headers:c,context:i.context,params:l,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials,transferCache:i.transferCache,keepalive:i.keepalive,priority:i.priority,cache:i.cache,mode:i.mode,redirect:i.redirect,credentials:i.credentials,referrer:i.referrer,referrerPolicy:i.referrerPolicy,integrity:i.integrity,timeout:i.timeout})}const s=Ab(o).pipe(function Fq(e,n){return O(n)?Wh(e,n,1):Wh(e,1)}(c=>this.handler.handle(c)));if(t instanceof Ed||"events"===i.observe)return s;const a=s.pipe(function Pq(e,n){return so((t,r)=>{let i=0;t.subscribe(ji(r,o=>e.call(n,o,i++)&&r.next(o)))})}(c=>c instanceof Td));switch(i.observe||"body"){case"body":switch(o.responseType){case"arraybuffer":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new we(2806,!1);return c.body}));case"blob":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new we(2807,!1);return c.body}));case"text":return a.pipe(Hi(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new we(2808,!1);return c.body}));default:return a.pipe(Hi(c=>c.body))}case"response":return a;default:throw new we(2809,!1)}}delete(t,r={}){return this.request("DELETE",t,r)}get(t,r={}){return this.request("GET",t,r)}head(t,r={}){return this.request("HEAD",t,r)}jsonp(t,r){return this.request("JSONP",t,{params:(new Ks).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(t,r={}){return this.request("OPTIONS",t,r)}patch(t,r,i={}){return this.request("PATCH",t,Ob(i,r))}post(t,r,i={}){return this.request("POST",t,Ob(i,r))}put(t,r,i={}){return this.request("PUT",t,Ob(i,r))}static \u0275fac=function(r){return new(r||e)(wt(Nb))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const fR=new Se("",{factory:()=>!0}),hR=new Se("",{factory:()=>"XSRF-TOKEN"}),pR=new Se("",{factory:()=>"X-XSRF-TOKEN"});let lY=(()=>{class e{cookieName=re(hR);doc=re(Vi);lastCookieString="";lastToken=null;parseCount=0;getToken(){const t=this.doc.cookie||"";return t!==this.lastCookieString&&(this.parseCount++,this.lastToken=Q1(t,this.cookieName),this.lastCookieString=t),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),uY=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lY),i},providedIn:"root"})}return e})();function dY(e,n){if(!re(fR)||"GET"===e.method||"HEAD"===e.method)return n(e);try{const i=re(Uk).href,{origin:o}=new URL(i),{origin:s}=new URL(e.url,o);if(o!==s)return n(e)}catch{return n(e)}const t=re(uY).getToken(),r=re(pR);return null!=t&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,t)})),n(e)}const mR=Z(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class Fd extends Error{}Fd.prototype.name="InvalidTokenError";let Pd=(()=>{class e{constructor(){this.http=re(tc)}getEnvConfig(){var t=this;return(0,Ct.A)(function*(){return t.envConfigCache||(yield function bp(e,n){const t="object"==typeof n;return new Promise((r,i)=>{let s,o=!1;e.subscribe({next:a=>{s=a,o=!0},error:i,complete:()=>{o?r(s):t?r(n.defaultValue):i(new mR)}})})}(t.http.get("/rest/envconfig").pipe(function xZ(e,n,t){const r=O(e)||n||t?{next:e,error:n,complete:t}:e;return r?so((i,o)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;i.subscribe(ji(o,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),o.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),o.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),o.error(c)},()=>{var c,l;a&&(null===(c=r.unsubscribe)||void 0===c||c.call(r)),null===(l=r.finalize)||void 0===l||l.call(r)}))}):mr}(r=>t.envConfigCache=r)))),t.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),cc=(()=>{class e{constructor(){this.envConfigService=re(Pd),this.luigiCoreService=re(Gr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(t=>{this.currentLanguage=t})}getTranslation(t,r,i){let o=this.getInternalTranslation(t,r,i);return o||(o=this.findTranslation(t,this.translationTable,this.fallbackLanguage,r)),o||t}getTranslationAsync(t,r,i){var o=this;return(0,Ct.A)(function*(){return new Promise(s=>{let a=o.getInternalTranslation(t,r,i);a?s(a||t):o.translationTable&&!o.translationTable[o.fallbackLanguage]?o.fetchTranslationFile(o.fallbackLanguage).then(()=>{a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t)}):(a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t))})})()}findTranslation(t,r,i,o){if(r[i]){const s="object"==typeof r[i][t]?r[i][t].join("<br>"):r[i][t];return o?this.findInterpolations(s,o):s}}findInterpolations(t,r){if(t)return Object.keys(r).forEach(i=>{t=t.replace(new RegExp("{"+i+"}","gi"),r[i])}),t}addTranslationFile(t,r){r&&t&&(this.translationTable[t]=r)}fetchTranslationFile(t){var r=this;return(0,Ct.A)(function*(){return new Promise(i=>{fetch(`/assets/translation-files/${t}.json`).then(o=>o.json()).then(o=>{r.addTranslationFile(t,o),i(!0)}).catch(o=>{console.error("Error:",o),r.addTranslationFile(t,{}),i(!1)})})})()}getInternalTranslation(t,r,i){return t?(this.currentLanguage=i||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(t,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var t=this;return(0,Ct.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:i}=yield t.envConfigService.getEnvConfig();i&&r.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return r}})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Js=function(e){return e.LAST_NAVIGATION_URL="openmfp.navigation.lastUrl",e.USER_SETTINGS="openmfp.settings.userSettings",e.LOCAL_DEVELOPMENT_SETTINGS="openmfp.settings.localDevelopmentSettings",e.FEATURE_TOGGLE_SETTINGS="openmfp.settings.featureToggleSettings",e.DEVELOPMENT_MODE_CONFIG="dev-mode-settings",e}(Js||{});const Il_read=e=>{let n;try{n=localStorage.getItem(e||Js.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(t){return console.warn("localStorage is not available:",t),null}try{return n?JSON.parse(n):null}catch(t){console.error("Failed to parse the local development settings in your localstorage.",t)}return null},Cp_read=((0,Ct.A)(function*(n){return n.frame_userAccount&&n.frame_userAccount.language?(delete n.frame_userAccount.name,delete n.frame_userAccount.email):delete n.frame_userAccount,new Promise((t,r)=>{try{localStorage.setItem(Js.USER_SETTINGS,JSON.stringify(n)),t(n)}catch(i){console.error("Error storing user settings",i),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(Js.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ht(5667),ht(9272),ht(7866),ht(2706),document.body.classList.add("ui5-content-density-compact");const mJ=(e,n)=>n[0];function vJ(e,n){if(1&e&&(sn(0,"div",4),Sn(1),mn()),2&e){es();const t=ch(1);Lt(),xi(t.urlsInput.error)}}function yJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$index;return Hl(es().removeUrl(i))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),xi(t.url),Lt(),ai("tooltip",Vu(r.removeButton))}}function bJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$implicit;return Hl(es().removeServiceProviderConfig(i[0]))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),ty(" Key: ",t[0],", Value: ",t[1]," "),Lt(),ai("tooltip",Vu(r.removeButton))}}let CJ=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.texts=Rr(()=>this.readTranslations()),this.errors=Ei([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=Ei(!1),this.configs=Ei(this.defaultConfig),this.serviceProviderConfig=Ei({}),this.localDevelopmentSettings=Rr(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new js("",{nonNullable:!0}),this.serviceProviderForm=new ed({key:new js("",{nonNullable:!0}),value:new js("",{nonNullable:!0})})}ngOnInit(){const t=Il_read(Js.DEVELOPMENT_MODE_CONFIG)||Il_read()||this.localDevelopmentSettings();this.isActive.set(t.isActive),this.configs.set(t.configs||[]),this.serviceProviderConfig.set(t.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(t){this.isValidUrl(t)?t&&!this.configs().find(r=>r.url===t)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:t}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(t){this.configs.update(r=>r.filter((i,o)=>o!==t)),this.saveDevelopmentSettings()}removeServiceProviderConfig(t){this.serviceProviderConfig.update(r=>(delete r[t],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(t,r){t&&r&&(this.serviceProviderConfig.update(i=>(i[t]=r,{...i})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(t=>!t),this.saveDevelopmentSettings()}isValidUrl(t){try{return new URL(t),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["development-settings"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:51,vars:24,consts:[[1,"container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/README.md#Local-Application-Development",1,"line-height-normal"],[1,"is-active-switch"],[1,"line-height-normal"],[1,"switch-active",3,"change","checked"],[1,"config-input"],["for","input-url",1,"line-height-normal","field-label"],["id","input-url","type","Text","placeholder","http://localhost:4200/assets/content-configuration.json","aria-required","true",1,"line-height-normal","field-control",3,"formControl"],[1,"config-input-buttons"],["design","Emphasized",1,"compact-button",3,"click"],["design","Transparent",1,"compact-button",3,"click"],[1,"config-list"],["separators","Inner",1,"config-list-wrapper"],[1,"config-list-item"],[1,"config-input","line-height-normal"],["for","input-key",1,"line-height-normal","field-label"],[3,"formGroup"],["id","input-key","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],["for","input-value",1,"line-height-normal","field-label"],["id","input-value","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],[1,"list-item-row"],[1,"list-item-text"],["design","Transparent","icon","decline",1,"remove-button",3,"click","tooltip"]],template:function(r,i){if(1&r&&(sn(0,"div"),ny(1),sn(2,"div",0)(3,"div")(4,"div",1),Sn(5),mn(),sn(6,"ui5-link",2),Sn(7),mn()(),sn(8,"div",3)(9,"h4",4),Sn(10),mn(),sn(11,"ui5-switch",5),nr("change",function(){return i.switchIsActive()}),mn()(),sn(12,"div",6)(13,"h4",4),Sn(14),mn(),sn(15,"ui5-label",7),Sn(16),mn(),Ua(17,"ui5-input",8),function iw(e,n,t,r,i,o,s,a){Qr("NgControlFlow");const c=Oe(),l=$t();return Oa(c,l,e,n,t,r,i,Pr(l.consts,o),256,s,a),Uv}(18,vJ,2,1,"div",4),sn(19,"div",9)(20,"ui5-button",10),nr("click",function(){return i.addUrl(i.urlInput.value)}),Sn(21),mn(),sn(22,"ui5-button",11),nr("click",function(){return i.urlInput.reset()}),Sn(23),mn()(),sn(24,"div",12)(25,"ui5-list",13),Nu(26,yJ,5,3,"ui5-li-custom",14,sw),mn()()(),sn(28,"div",15)(29,"h4",4),Sn(30),mn(),sn(31,"ui5-label",16),Sn(32),mn(),Ua(33,"br"),sn(34,"div",17)(35,"ui5-label",16),Sn(36),mn(),Ua(37,"ui5-input",18)(38,"br"),sn(39,"ui5-label",19),Sn(40),mn(),Ua(41,"ui5-input",20),mn(),sn(42,"div",9)(43,"ui5-button",10),nr("click",function(){return i.addServiceProviderConfig(i.serviceProviderForm.controls.key.value,i.serviceProviderForm.controls.value.value)}),Sn(44),mn(),sn(45,"ui5-button",11),nr("click",function(){return i.serviceProviderForm.reset()}),Sn(46),mn()(),sn(47,"div",12)(48,"ui5-list",13),Nu(49,bJ,5,4,"ui5-li-custom",14,mJ),mn()()()()()),2&r){Lt();const o=function bA(e){return m_($t(),Oe(),xr(),e),e}(i.texts());Lt(4),xi(o.explanation),Lt(2),zr(" ",o.link," "),Lt(3),xi(o.isDevelopmentModeActive),Lt(),ai("checked",i.isActive()),Lt(3),xi(o.urlsInput.title),Lt(2),zr(" ",o.urlsInput.label," "),Lt(),ai("formControl",i.urlInput),Lt(),function ow(e,n){Qr("NgControlFlow");const t=Oe(),r=bi(),i=t[r]!==Dn?t[r]:-1,o=-1!==i?Xf(t,27+i):void 0;if($n(t,r,e)){const a=X(null);try{if(void 0!==o&&Um(o,0),-1!==e){const c=27+e,l=Xf(t,c),d=zv(t[1],c),h=null;Hc(l,Vc(t,d,n,{dehydratedView:h}),0,Aa(d,h))}}finally{X(a)}}else if(void 0!==o){const a=GD(o,0);void 0!==a&&(a[8]=n)}}(i.errors().length?18:-1),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.configs()),Lt(4),zr(" ",o.serviceProviderConfig.title," "),Lt(2),zr(" ",o.serviceProviderConfig.explanation," "),Lt(2),ai("formGroup",i.serviceProviderForm),Lt(2),zr(" ",o.serviceProviderConfig.keyInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.keyInput.placeholder))("formControl",i.serviceProviderForm.controls.key),Lt(3),zr(" ",o.serviceProviderConfig.valueInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.valueInput.placeholder))("formControl",i.serviceProviderForm.controls.value),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.Object.entries(i.serviceProviderConfig()))}},dependencies:[X1,M1,w1,x1,R1,N1,q1,z5,Uy,zy,Hh,$h],styles:[".container{padding:16px;display:flex;flex-direction:column;justify-content:center}.explanation{line-height:normal;padding-bottom:1rem}.line-height-normal{line-height:normal}.is-active-switch{display:flex;align-items:center;gap:24px;padding-top:1.5rem}.config-list{padding:16px 0}.config-input{display:flex;flex-direction:column}.config-input-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.field-label{display:inline-block;font-weight:400;margin-bottom:-.125rem;color:var(--sapContent_LabelColor, #4a4a4a);text-wrap:nowrap}.field-control{width:100%;height:2.25rem}.config-list-wrapper::part(list){background-color:transparent;border:none;padding:0}.config-list-item{width:100%;padding:0}.config-list-item::part(native-li){padding:0;background:transparent;border:none}.list-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 16px}.list-item-text{flex:1}\n"],encapsulation:3,changeDetection:0})}}return e})(),LM=(()=>{class e{differs;constructor(t){this.differs=t}differ;keyValues=[];compareFn=FM;transform(t,r=FM){if(!t||!(t instanceof Map)&&"object"!=typeof t)return null;this.differ??=this.differs.find(t).create();const i=this.differ.diff(t),o=r!==this.compareFn;return i&&(this.keyValues=[],i.forEachItem(s=>{this.keyValues.push(function Oee(e,n){return{key:e,value:n}}(s.key,s.currentValue))})),(i||o)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(ot(Th,16))};static \u0275pipe=Si({name:"keyvalue",type:e,pure:!1})}return e})();function FM(e,n){const t=e.key,r=n.key;if(t===r)return 0;if(null==t)return 1;if(null==r)return-1;if("string"==typeof t&&"string"==typeof r)return t<r?-1:1;if("number"==typeof t&&"number"==typeof r)return t-r;if("boolean"==typeof t&&"boolean"==typeof r)return t<r?-1:1;const i=String(t),o=String(r);return i==o?0:i<o?-1:1}const Bee=(e,n)=>n.key;function Uee(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom")(1,"div",10)(2,"span"),Sn(3),mn(),sn(4,"div",11)(5,"ui5-switch",12),nr("ui5Change",function(){const i=jl(t).$implicit;return Hl(es().onToggleChange(i.key))}),mn(),sn(6,"ui5-button",13),nr("ui5Click",function(){const i=jl(t).$implicit;return Hl(es().onItemDelete(i.key))}),mn()()()()}if(2&e){const t=n.$implicit,r=es();Lt(3),zr(" ",t.key," ");const i=r.queryParamsFeatures.includes(t.key);Lt(2),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)("checked",r.togglesForm.get(t.key).value),Lt(),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)}}let zee=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.togglesForm=new ed({}),this.newToggleControl=new js("",{nonNullable:!0,validators:[eG.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=Rr(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
73
+ class Xi{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(n){n?"string"==typeof n?this.lazyInit=()=>{this.headers=new Map,n.split("\n").forEach(t=>{const r=t.indexOf(":");if(r>0){const i=t.slice(0,r),o=t.slice(r+1).trim();this.addHeaderEntry(i,o)}})}:typeof Headers<"u"&&n instanceof Headers?(this.headers=new Map,n.forEach((t,r)=>{this.addHeaderEntry(r,t)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(n).forEach(([t,r])=>{this.setHeaderEntries(t,r)})}:this.headers=new Map}has(n){return this.init(),this.headers.has(n.toLowerCase())}get(n){this.init();const t=this.headers.get(n.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(n){return this.init(),this.headers.get(n.toLowerCase())||null}append(n,t){return this.clone({name:n,value:t,op:"a"})}set(n,t){return this.clone({name:n,value:t,op:"s"})}delete(n,t){return this.clone({name:n,value:t,op:"d"})}maybeSetNormalizedName(n,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,n)}init(){this.lazyInit&&(this.lazyInit instanceof Xi?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(n=>this.applyUpdate(n)),this.lazyUpdate=null))}copyFrom(n){n.init(),Array.from(n.headers.keys()).forEach(t=>{this.headers.set(t,n.headers.get(t)),this.normalizedNames.set(t,n.normalizedNames.get(t))})}clone(n){const t=new Xi;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof Xi?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([n]),t}applyUpdate(n){const t=n.name.toLowerCase();switch(n.op){case"a":case"s":let r=n.value;if("string"==typeof r&&(r=[r]),0===r.length)return;this.maybeSetNormalizedName(n.name,t);const i=("a"===n.op?this.headers.get(t):void 0)||[];i.push(...r),this.headers.set(t,i);break;case"d":const o=n.value;if(o){let s=this.headers.get(t);if(!s)return;s=s.filter(a=>-1===o.indexOf(a)),0===s.length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,s)}else this.headers.delete(t),this.normalizedNames.delete(t)}}addHeaderEntry(n,t){const r=n.toLowerCase();this.maybeSetNormalizedName(n,r),this.headers.has(r)?this.headers.get(r).push(t):this.headers.set(r,[t])}setHeaderEntries(n,t){const r=(Array.isArray(t)?t:[t]).map(o=>o.toString()),i=n.toLowerCase();this.headers.set(i,r),this.maybeSetNormalizedName(n,i)}forEach(n){this.init(),Array.from(this.normalizedNames.keys()).forEach(t=>n(this.normalizedNames.get(t),this.headers.get(t)))}}class zq{map=new Map;set(n,t){return this.map.set(n,t),this}get(n){return this.map.has(n)||this.map.set(n,n.defaultValue()),this.map.get(n)}delete(n){return this.map.delete(n),this}has(n){return this.map.has(n)}keys(){return this.map.keys()}}class Vq{encodeKey(n){return eR(n)}encodeValue(n){return eR(n)}decodeKey(n){return decodeURIComponent(n)}decodeValue(n){return decodeURIComponent(n)}}const Hq=/%(\d[a-f0-9])/gi,Gq={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function eR(e){return encodeURIComponent(e).replace(Hq,(n,t)=>Gq[t]??n)}function ip(e){return`${e}`}class Ks{map;encoder;updates=null;cloneFrom=null;constructor(n={}){if(this.encoder=n.encoder||new Vq,n.fromString){if(n.fromObject)throw new we(2805,!1);this.map=function jq(e,n){const t=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(i=>{const o=i.indexOf("="),[s,a]=-1==o?[n.decodeKey(i),""]:[n.decodeKey(i.slice(0,o)),n.decodeValue(i.slice(o+1))],c=t.get(s)||[];c.push(a),t.set(s,c)}),t}(n.fromString,this.encoder)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(t=>{const r=n.fromObject[t],i=Array.isArray(r)?r.map(ip):[ip(r)];this.map.set(t,i)})):this.map=null}has(n){return this.init(),this.map.has(n)}get(n){this.init();const t=this.map.get(n);return t?t[0]:null}getAll(n){return this.init(),this.map.get(n)||null}keys(){return this.init(),Array.from(this.map.keys())}append(n,t){return this.clone({param:n,value:t,op:"a"})}appendAll(n){const t=[];return Object.keys(n).forEach(r=>{const i=n[r];Array.isArray(i)?i.forEach(o=>{t.push({param:r,value:o,op:"a"})}):t.push({param:r,value:i,op:"a"})}),this.clone(t)}set(n,t){return this.clone({param:n,value:t,op:"s"})}delete(n,t){return this.clone({param:n,value:t,op:"d"})}toString(){return this.init(),this.keys().map(n=>{const t=this.encoder.encodeKey(n);return this.map.get(n).map(r=>t+"="+this.encoder.encodeValue(r)).join("&")}).filter(n=>""!==n).join("&")}clone(n){const t=new Ks({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat(n),t}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(n=>this.map.set(n,this.cloneFrom.map.get(n))),this.updates.forEach(n=>{switch(n.op){case"a":case"s":const t=("a"===n.op?this.map.get(n.param):void 0)||[];t.push(ip(n.value)),this.map.set(n.param,t);break;case"d":if(void 0===n.value){this.map.delete(n.param);break}{let r=this.map.get(n.param)||[];const i=r.indexOf(ip(n.value));-1!==i&&r.splice(i,1),r.length>0?this.map.set(n.param,r):this.map.delete(n.param)}}}),this.cloneFrom=this.updates=null)}}function tR(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function nR(e){return typeof Blob<"u"&&e instanceof Blob}function rR(e){return typeof FormData<"u"&&e instanceof FormData}const Cd="Content-Type",iR="text/plain",oR="application/json",sR=`${oR}, ${iR}, */*`;class Ed{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;referrerPolicy;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(n,t,r,i){let o;if(this.url=t,this.method=n.toUpperCase(),function $q(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||i?(this.body=void 0!==r?r:null,o=i):o=r,o){if(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,this.keepalive=!!o.keepalive,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.context&&(this.context=o.context),o.params&&(this.params=o.params),o.priority&&(this.priority=o.priority),o.cache&&(this.cache=o.cache),o.credentials&&(this.credentials=o.credentials),"number"==typeof o.timeout){if(o.timeout<1||!Number.isInteger(o.timeout))throw new we(2822,"");this.timeout=o.timeout}o.mode&&(this.mode=o.mode),o.redirect&&(this.redirect=o.redirect),o.integrity&&(this.integrity=o.integrity),void 0!==o.referrer&&(this.referrer=o.referrer),o.referrerPolicy&&(this.referrerPolicy=o.referrerPolicy),this.transferCache=o.transferCache}if(this.headers??=new Xi,this.context??=new zq,this.params){const s=this.params.toString();if(0===s.length)this.urlWithParams=t;else{const a=t.indexOf("?");this.urlWithParams=t+(-1===a?"?":a<t.length-1?"&":"")+s}}else this.params=new Ks,this.urlWithParams=t}serializeBody(){return null===this.body?null:"string"==typeof this.body||tR(this.body)||nR(this.body)||rR(this.body)||function Wq(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}(this.body)?this.body:this.body instanceof Ks?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body||rR(this.body)?null:nR(this.body)?this.body.type||null:tR(this.body)?null:"string"==typeof this.body?iR:this.body instanceof Ks?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?oR:null}clone(n={}){const t=n.method||this.method,r=n.url||this.url,i=n.responseType||this.responseType,o=n.keepalive??this.keepalive,s=n.priority||this.priority,a=n.cache||this.cache,c=n.mode||this.mode,l=n.redirect||this.redirect,d=n.credentials||this.credentials,h=n.referrer??this.referrer,y=n.integrity||this.integrity,S=n.referrerPolicy||this.referrerPolicy,U=n.transferCache??this.transferCache,de=n.timeout??this.timeout,pe=void 0!==n.body?n.body:this.body,xe=n.withCredentials??this.withCredentials,Te=n.reportProgress??this.reportProgress;let Tt=n.headers||this.headers,Rt=n.params||this.params;const Vt=n.context??this.context;return void 0!==n.setHeaders&&(Tt=Object.keys(n.setHeaders).reduce((Bn,dr)=>Bn.set(dr,n.setHeaders[dr]),Tt)),n.setParams&&(Rt=Object.keys(n.setParams).reduce((Bn,dr)=>Bn.set(dr,n.setParams[dr]),Rt)),new Ed(t,r,pe,{params:Rt,headers:Tt,context:Vt,reportProgress:Te,responseType:i,withCredentials:xe,transferCache:U,keepalive:o,cache:a,priority:s,timeout:de,mode:c,redirect:l,credentials:d,referrer:h,integrity:y,referrerPolicy:S})}}var qs=function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e}(qs||{});class xb{headers;status;statusText;url;ok;type;redirected;responseType;constructor(n,t=200,r="OK"){this.headers=n.headers||new Xi,this.status=void 0!==n.status?n.status:t,this.statusText=n.statusText||r,this.url=n.url||null,this.redirected=n.redirected,this.responseType=n.responseType,this.ok=this.status>=200&&this.status<300}}class sp extends xb{constructor(n={}){super(n)}type=qs.ResponseHeader;clone(n={}){return new sp({headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}}class Td extends xb{body;constructor(n={}){super(n),this.body=void 0!==n.body?n.body:null}type=qs.Response;clone(n={}){return new Td({body:void 0!==n.body?n.body:this.body,headers:n.headers||this.headers,status:void 0!==n.status?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0,redirected:n.redirected??this.redirected,responseType:n.responseType??this.responseType})}}class Ys extends xb{name="HttpErrorResponse";message;error;ok=!1;constructor(n){super(n,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${n.url||"(unknown url)"}`:`Http failure response for ${n.url||"(unknown url)"}: ${n.status} ${n.statusText}`,this.error=n.error||null}}const cR=new Se(""),Qq=/^\)\]\}',?\n/;let lR=(()=>{class e{xhrFactory;tracingService=re(Ia,{optional:!0});constructor(t){this.xhrFactory=t}maybePropagateTrace(t){return this.tracingService?.propagate?this.tracingService.propagate(t):t}handle(t){if("JSONP"===t.method)throw new we(-2800,!1);const r=this.xhrFactory;return Ab(null).pipe(Z1(()=>new ae(o=>{const s=r.build();if(s.open(t.method,t.urlWithParams),t.withCredentials&&(s.withCredentials=!0),t.headers.forEach((pe,xe)=>s.setRequestHeader(pe,xe.join(","))),t.headers.has("Accept")||s.setRequestHeader("Accept",sR),!t.headers.has(Cd)){const pe=t.detectContentTypeHeader();null!==pe&&s.setRequestHeader(Cd,pe)}if(t.timeout&&(s.timeout=t.timeout),t.responseType){const pe=t.responseType.toLowerCase();s.responseType="json"!==pe?pe:"text"}const a=t.serializeBody();let c=null;const l=()=>{if(null!==c)return c;const pe=s.statusText||"OK",xe=new Xi(s.getAllResponseHeaders());return c=new sp({headers:xe,status:s.status,statusText:pe,url:s.responseURL||t.url}),c},d=this.maybePropagateTrace(()=>{let{headers:pe,status:xe,statusText:Te,url:Tt}=l(),Rt=null;204!==xe&&(Rt=typeof s.response>"u"?s.responseText:s.response),0===xe&&(xe=Rt?200:0);let Vt=xe>=200&&xe<300;if("json"===t.responseType&&"string"==typeof Rt){const Bn=Rt;Rt=Rt.replace(Qq,"");try{Rt=""!==Rt?JSON.parse(Rt):null}catch(dr){Rt=Bn,Vt&&(Vt=!1,Rt={error:dr,text:Rt})}}Vt?(o.next(new Td({body:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0})),o.complete()):o.error(new Ys({error:Rt,headers:pe,status:xe,statusText:Te,url:Tt||void 0}))}),h=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:pe,status:s.status||0,statusText:s.statusText||"Unknown Error",url:xe||void 0});o.error(Te)});let y=h;t.timeout&&(y=this.maybePropagateTrace(pe=>{const{url:xe}=l(),Te=new Ys({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:xe||void 0});o.error(Te)}));let S=!1;const U=this.maybePropagateTrace(pe=>{S||(o.next(l()),S=!0);let xe={type:qs.DownloadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),"text"===t.responseType&&s.responseText&&(xe.partialText=s.responseText),o.next(xe)}),de=this.maybePropagateTrace(pe=>{let xe={type:qs.UploadProgress,loaded:pe.loaded};pe.lengthComputable&&(xe.total=pe.total),o.next(xe)});return s.addEventListener("load",d),s.addEventListener("error",h),s.addEventListener("timeout",y),s.addEventListener("abort",h),t.reportProgress&&(s.addEventListener("progress",U),null!==a&&s.upload&&s.upload.addEventListener("progress",de)),s.send(a),o.next({type:qs.Sent}),()=>{s.removeEventListener("error",h),s.removeEventListener("abort",h),s.removeEventListener("load",d),s.removeEventListener("timeout",y),t.reportProgress&&(s.removeEventListener("progress",U),null!==a&&s.upload&&s.upload.removeEventListener("progress",de)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(wt(J1))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function uR(e,n){return n(e)}const Dd=new Se("",{factory:()=>[]}),nY=new Se(""),dR=new Se("",{factory:()=>!0});let ap=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lR),i},providedIn:"root"})}return e})(),Mb=(()=>{class e{backend;injector;chain=null;pendingTasks=re(pg);contributeToStability=re(dR);constructor(t,r){this.backend=t,this.injector=r}handle(t){if(null===this.chain){const r=Array.from(new Set([...this.injector.get(Dd),...this.injector.get(nY,[])]));this.chain=r.reduceRight((i,o)=>function eY(e,n,t){return(r,i)=>no(t,()=>n(r,o=>e(o,i)))}(i,o,this.injector),uR)}if(this.contributeToStability){const r=this.pendingTasks.add();return this.chain(t,i=>this.backend.handle(i)).pipe(function Lq(e){return so((n,t)=>{try{n.subscribe(t)}finally{t.add(e)}})}(r))}return this.chain(t,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(wt(ap),wt(mi))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Nb=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(Mb),i},providedIn:"root"})}return e})();function Ob(e,n){return{body:n,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer,referrerPolicy:e.referrerPolicy}}let tc=(()=>{class e{handler;constructor(t){this.handler=t}request(t,r,i={}){let o;if(t instanceof Ed)o=t;else{let c,l;c=i.headers instanceof Xi?i.headers:new Xi(i.headers),i.params&&(l=i.params instanceof Ks?i.params:new Ks({fromObject:i.params})),o=new Ed(t,r,void 0!==i.body?i.body:null,{headers:c,context:i.context,params:l,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials,transferCache:i.transferCache,keepalive:i.keepalive,priority:i.priority,cache:i.cache,mode:i.mode,redirect:i.redirect,credentials:i.credentials,referrer:i.referrer,referrerPolicy:i.referrerPolicy,integrity:i.integrity,timeout:i.timeout})}const s=Ab(o).pipe(function Fq(e,n){return O(n)?Wh(e,n,1):Wh(e,1)}(c=>this.handler.handle(c)));if(t instanceof Ed||"events"===i.observe)return s;const a=s.pipe(function Pq(e,n){return so((t,r)=>{let i=0;t.subscribe(ji(r,o=>e.call(n,o,i++)&&r.next(o)))})}(c=>c instanceof Td));switch(i.observe||"body"){case"body":switch(o.responseType){case"arraybuffer":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof ArrayBuffer))throw new we(2806,!1);return c.body}));case"blob":return a.pipe(Hi(c=>{if(null!==c.body&&!(c.body instanceof Blob))throw new we(2807,!1);return c.body}));case"text":return a.pipe(Hi(c=>{if(null!==c.body&&"string"!=typeof c.body)throw new we(2808,!1);return c.body}));default:return a.pipe(Hi(c=>c.body))}case"response":return a;default:throw new we(2809,!1)}}delete(t,r={}){return this.request("DELETE",t,r)}get(t,r={}){return this.request("GET",t,r)}head(t,r={}){return this.request("HEAD",t,r)}jsonp(t,r){return this.request("JSONP",t,{params:(new Ks).append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(t,r={}){return this.request("OPTIONS",t,r)}patch(t,r,i={}){return this.request("PATCH",t,Ob(i,r))}post(t,r,i={}){return this.request("POST",t,Ob(i,r))}put(t,r,i={}){return this.request("PUT",t,Ob(i,r))}static \u0275fac=function(r){return new(r||e)(wt(Nb))};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();const fR=new Se("",{factory:()=>!0}),hR=new Se("",{factory:()=>"XSRF-TOKEN"}),pR=new Se("",{factory:()=>"X-XSRF-TOKEN"});let lY=(()=>{class e{cookieName=re(hR);doc=re(Vi);lastCookieString="";lastToken=null;parseCount=0;getToken(){const t=this.doc.cookie||"";return t!==this.lastCookieString&&(this.parseCount++,this.lastToken=Q1(t,this.cookieName),this.lastCookieString=t),this.lastToken}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),uY=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:function(r){let i=null;return i=r?new(r||e):wt(lY),i},providedIn:"root"})}return e})();function dY(e,n){if(!re(fR)||"GET"===e.method||"HEAD"===e.method)return n(e);try{const i=re(Uk).href,{origin:o}=new URL(i),{origin:s}=new URL(e.url,o);if(o!==s)return n(e)}catch{return n(e)}const t=re(uY).getToken(),r=re(pR);return null!=t&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,t)})),n(e)}const mR=Z(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});Error,Error;class Fd extends Error{}Fd.prototype.name="InvalidTokenError";let Pd=(()=>{class e{constructor(){this.http=re(tc)}getEnvConfig(){var t=this;return(0,Ct.A)(function*(){return t.envConfigCache||(yield function bp(e,n){const t="object"==typeof n;return new Promise((r,i)=>{let s,o=!1;e.subscribe({next:a=>{s=a,o=!0},error:i,complete:()=>{o?r(s):t?r(n.defaultValue):i(new mR)}})})}(t.http.get("/rest/envconfig").pipe(function xZ(e,n,t){const r=O(e)||n||t?{next:e,error:n,complete:t}:e;return r?so((i,o)=>{var s;null===(s=r.subscribe)||void 0===s||s.call(r);let a=!0;i.subscribe(ji(o,c=>{var l;null===(l=r.next)||void 0===l||l.call(r,c),o.next(c)},()=>{var c;a=!1,null===(c=r.complete)||void 0===c||c.call(r),o.complete()},c=>{var l;a=!1,null===(l=r.error)||void 0===l||l.call(r,c),o.error(c)},()=>{var c,l;a&&(null===(c=r.unsubscribe)||void 0===c||c.call(r)),null===(l=r.finalize)||void 0===l||l.call(r)}))}):mr}(r=>t.envConfigCache=r)))),t.envConfigCache})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),cc=(()=>{class e{constructor(){this.envConfigService=re(Pd),this.luigiCoreService=re(Gr),this.fallbackLanguage="en",this.translationTable={},this.currentLanguage=""}afterInit(){this.currentLanguage=this.luigiCoreService.i18n().getCurrentLocale(),this.luigiCoreService.i18n().addCurrentLocaleChangeListener(t=>{this.currentLanguage=t})}getTranslation(t,r,i){let o=this.getInternalTranslation(t,r,i);return o||(o=this.findTranslation(t,this.translationTable,this.fallbackLanguage,r)),o||t}getTranslationAsync(t,r,i){var o=this;return(0,Ct.A)(function*(){return new Promise(s=>{let a=o.getInternalTranslation(t,r,i);a?s(a||t):o.translationTable&&!o.translationTable[o.fallbackLanguage]?o.fetchTranslationFile(o.fallbackLanguage).then(()=>{a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t)}):(a=o.findTranslation(t,o.translationTable,o.fallbackLanguage,r),s(a||t))})})()}findTranslation(t,r,i,o){if(r[i]){const s="object"==typeof r[i][t]?r[i][t].join("<br>"):r[i][t];return o?this.findInterpolations(s,o):s}}findInterpolations(t,r){if(t)return Object.keys(r).forEach(i=>{t=t.replace(new RegExp("{"+i+"}","gi"),r[i])}),t}addTranslationFile(t,r){r&&t&&(this.translationTable[t]=r)}fetchTranslationFile(t){var r=this;return(0,Ct.A)(function*(){return new Promise(i=>{fetch(`/assets/translation-files/${t}.json`).then(o=>o.json()).then(o=>{r.addTranslationFile(t,o),i(!0)}).catch(o=>{console.error("Error:",o),r.addTranslationFile(t,{}),i(!1)})})})()}getInternalTranslation(t,r,i){return t?(this.currentLanguage=i||this.currentLanguage||this.luigiCoreService.i18n().getCurrentLocale(),this.findTranslation(t,this.translationTable,this.currentLanguage,r)):""}getValidLanguages(){var t=this;return(0,Ct.A)(function*(){const r=[{value:"en",label:"USERSETTINGSDIALOG_LANGUAGE_EN"}];try{const{developmentInstance:i}=yield t.envConfigService.getEnvConfig();i&&r.push({value:"de",label:"USERSETTINGSDIALOG_LANGUAGE_DE"})}finally{return r}})()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=Je({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Js=function(e){return e.LAST_NAVIGATION_URL="openmfp.navigation.lastUrl",e.USER_SETTINGS="openmfp.settings.userSettings",e.LOCAL_DEVELOPMENT_SETTINGS="openmfp.settings.localDevelopmentSettings",e.FEATURE_TOGGLE_SETTINGS="openmfp.settings.featureToggleSettings",e.DEVELOPMENT_MODE_CONFIG="dev-mode-settings",e}(Js||{});const Il_read=e=>{let n;try{n=localStorage.getItem(e||Js.LOCAL_DEVELOPMENT_SETTINGS),e&&localStorage.removeItem(e)}catch(t){return console.warn("localStorage is not available:",t),null}try{return n?JSON.parse(n):null}catch(t){console.error("Failed to parse the local development settings in your localstorage.",t)}return null},Cp_read=((0,Ct.A)(function*(n){return n.frame_userAccount&&n.frame_userAccount.language?(delete n.frame_userAccount.name,delete n.frame_userAccount.email):delete n.frame_userAccount,new Promise((t,r)=>{try{localStorage.setItem(Js.USER_SETTINGS,JSON.stringify(n)),t(n)}catch(i){console.error("Error storing user settings",i),r({closeDialog:!0,message:"Could not write userSettings to storage..."})}})}),()=>{try{const e=localStorage.getItem(Js.FEATURE_TOGGLE_SETTINGS);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading feature toggle settings",e),{}}});ht(5667),ht(9272),ht(7866),ht(2706),document.body.classList.add("ui5-content-density-compact");const yJ=(e,n)=>n[0];function bJ(e,n){if(1&e&&(sn(0,"div",4),Sn(1),mn()),2&e){es();const t=ch(1);Lt(),xi(t.urlsInput.error)}}function CJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$index;return Hl(es().removeUrl(i))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),xi(t.url),Lt(),ai("tooltip",Vu(r.removeButton))}}function EJ(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom",14)(1,"div",21)(2,"span",22),Sn(3),mn(),sn(4,"ui5-button",23),nr("click",function(){const i=jl(t).$implicit;return Hl(es().removeServiceProviderConfig(i[0]))}),mn()()()}if(2&e){const t=n.$implicit;es();const r=ch(1);Lt(3),ty(" Key: ",t[0],", Value: ",t[1]," "),Lt(),ai("tooltip",Vu(r.removeButton))}}let TJ=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.texts=Rr(()=>this.readTranslations()),this.errors=Ei([]),this.Object=Object,this.defaultConfig=[{url:"http://localhost:4200/assets/content-configuration-global.json"},{url:"http://localhost:4200/assets/content-configuration.json"}],this.isActive=Ei(!1),this.configs=Ei(this.defaultConfig),this.serviceProviderConfig=Ei({}),this.localDevelopmentSettings=Rr(()=>({isActive:this.isActive(),configs:this.configs(),serviceProviderConfig:this.serviceProviderConfig()})),this.urlInput=new js("",{nonNullable:!0}),this.serviceProviderForm=new ed({key:new js("",{nonNullable:!0}),value:new js("",{nonNullable:!0})})}ngOnInit(){const t=Il_read(Js.DEVELOPMENT_MODE_CONFIG)||Il_read()||this.localDevelopmentSettings();this.isActive.set(t.isActive),this.configs.set(t.configs||[]),this.serviceProviderConfig.set(t.serviceProviderConfig||{})}saveDevelopmentSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{localDevelopmentSettings:this.localDevelopmentSettings()}}))}addUrl(t){this.isValidUrl(t)?t&&!this.configs().find(r=>r.url===t)&&(this.errors.set([]),this.configs.update(r=>[...r,{url:t}]),this.saveDevelopmentSettings()):this.errors.set([...this.errors(),"pattern"])}removeUrl(t){this.configs.update(r=>r.filter((i,o)=>o!==t)),this.saveDevelopmentSettings()}removeServiceProviderConfig(t){this.serviceProviderConfig.update(r=>(delete r[t],{...r})),this.saveDevelopmentSettings()}addServiceProviderConfig(t,r){t&&r&&(this.serviceProviderConfig.update(i=>(i[t]=r,{...i})),this.saveDevelopmentSettings())}switchIsActive(){this.isActive.update(t=>!t),this.saveDevelopmentSettings()}isValidUrl(t){try{return new URL(t),!0}catch{return!1}}readTranslations(){return this.i18nService.translationTable=this.context().translationTable,{explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_CLEAR_BUTTON"),removeButton:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_REMOVE_BUTTON"),isDevelopmentModeActive:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_IS_ACTIVE"),urlsInput:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_TITLE"),label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_LABEL"),error:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_URLS_ERROR")},serviceProviderConfig:{title:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_TITLE"),explanation:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_EXPLANATION"),keyInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_KEY_INPUT_PLACEHOLDER")},valueInput:{label:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_LABEL"),placeholder:this.i18nService.getTranslation("LOCAL_DEVELOPMENT_SETTINGS_SERVICE_PROVIDER_VALUE_INPUT_PLACEHOLDER")}}}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["development-settings"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:51,vars:24,consts:[[1,"container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/README.md#Local-Application-Development",1,"line-height-normal"],[1,"is-active-switch"],[1,"line-height-normal"],[1,"switch-active",3,"change","checked"],[1,"config-input"],["for","input-url",1,"line-height-normal","field-label"],["id","input-url","type","Text","placeholder","http://localhost:4200/assets/content-configuration.json","aria-required","true",1,"line-height-normal","field-control",3,"formControl"],[1,"config-input-buttons"],["design","Emphasized",1,"compact-button",3,"click"],["design","Transparent",1,"compact-button",3,"click"],[1,"config-list"],["separators","Inner",1,"config-list-wrapper"],[1,"config-list-item"],[1,"config-input","line-height-normal"],["for","input-key",1,"line-height-normal","field-label"],[3,"formGroup"],["id","input-key","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],["for","input-value",1,"line-height-normal","field-label"],["id","input-value","type","Text","aria-required","true",1,"line-height-normal","field-control",3,"placeholder","formControl"],[1,"list-item-row"],[1,"list-item-text"],["design","Transparent","icon","decline",1,"remove-button",3,"click","tooltip"]],template:function(r,i){if(1&r&&(sn(0,"div"),ny(1),sn(2,"div",0)(3,"div")(4,"div",1),Sn(5),mn(),sn(6,"ui5-link",2),Sn(7),mn()(),sn(8,"div",3)(9,"h4",4),Sn(10),mn(),sn(11,"ui5-switch",5),nr("change",function(){return i.switchIsActive()}),mn()(),sn(12,"div",6)(13,"h4",4),Sn(14),mn(),sn(15,"ui5-label",7),Sn(16),mn(),Ua(17,"ui5-input",8),function iw(e,n,t,r,i,o,s,a){Qr("NgControlFlow");const c=Oe(),l=$t();return Oa(c,l,e,n,t,r,i,Pr(l.consts,o),256,s,a),Uv}(18,bJ,2,1,"div",4),sn(19,"div",9)(20,"ui5-button",10),nr("click",function(){return i.addUrl(i.urlInput.value)}),Sn(21),mn(),sn(22,"ui5-button",11),nr("click",function(){return i.urlInput.reset()}),Sn(23),mn()(),sn(24,"div",12)(25,"ui5-list",13),Nu(26,CJ,5,3,"ui5-li-custom",14,sw),mn()()(),sn(28,"div",15)(29,"h4",4),Sn(30),mn(),sn(31,"ui5-label",16),Sn(32),mn(),Ua(33,"br"),sn(34,"div",17)(35,"ui5-label",16),Sn(36),mn(),Ua(37,"ui5-input",18)(38,"br"),sn(39,"ui5-label",19),Sn(40),mn(),Ua(41,"ui5-input",20),mn(),sn(42,"div",9)(43,"ui5-button",10),nr("click",function(){return i.addServiceProviderConfig(i.serviceProviderForm.controls.key.value,i.serviceProviderForm.controls.value.value)}),Sn(44),mn(),sn(45,"ui5-button",11),nr("click",function(){return i.serviceProviderForm.reset()}),Sn(46),mn()(),sn(47,"div",12)(48,"ui5-list",13),Nu(49,EJ,5,4,"ui5-li-custom",14,yJ),mn()()()()()),2&r){Lt();const o=function bA(e){return m_($t(),Oe(),xr(),e),e}(i.texts());Lt(4),xi(o.explanation),Lt(2),zr(" ",o.link," "),Lt(3),xi(o.isDevelopmentModeActive),Lt(),ai("checked",i.isActive()),Lt(3),xi(o.urlsInput.title),Lt(2),zr(" ",o.urlsInput.label," "),Lt(),ai("formControl",i.urlInput),Lt(),function ow(e,n){Qr("NgControlFlow");const t=Oe(),r=bi(),i=t[r]!==Dn?t[r]:-1,o=-1!==i?Xf(t,27+i):void 0;if($n(t,r,e)){const a=X(null);try{if(void 0!==o&&Um(o,0),-1!==e){const c=27+e,l=Xf(t,c),d=zv(t[1],c),h=null;Hc(l,Vc(t,d,n,{dehydratedView:h}),0,Aa(d,h))}}finally{X(a)}}else if(void 0!==o){const a=GD(o,0);void 0!==a&&(a[8]=n)}}(i.errors().length?18:-1),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.configs()),Lt(4),zr(" ",o.serviceProviderConfig.title," "),Lt(2),zr(" ",o.serviceProviderConfig.explanation," "),Lt(2),ai("formGroup",i.serviceProviderForm),Lt(2),zr(" ",o.serviceProviderConfig.keyInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.keyInput.placeholder))("formControl",i.serviceProviderForm.controls.key),Lt(3),zr(" ",o.serviceProviderConfig.valueInput.label," "),Lt(),ai("placeholder",Vu(o.serviceProviderConfig.valueInput.placeholder))("formControl",i.serviceProviderForm.controls.value),Lt(3),zr(" ",o.addButton," "),Lt(2),zr(" ",o.clearButton," "),Lt(3),Ou(i.Object.entries(i.serviceProviderConfig()))}},dependencies:[X1,M1,w1,x1,R1,N1,q1,z5,Uy,zy,Hh,$h],styles:[".container{padding:16px;display:flex;flex-direction:column;justify-content:center}.explanation{line-height:normal;padding-bottom:1rem}.line-height-normal{line-height:normal}.is-active-switch{display:flex;align-items:center;gap:24px;padding-top:1.5rem}.config-list{padding:16px 0}.config-input{display:flex;flex-direction:column}.config-input-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.field-label{display:inline-block;font-weight:400;margin-bottom:-.125rem;color:var(--sapContent_LabelColor, #4a4a4a);text-wrap:nowrap}.field-control{width:100%;height:2.25rem}.config-list-wrapper::part(list){background-color:transparent;border:none;padding:0}.config-list-item{width:100%;padding:0}.config-list-item::part(native-li){padding:0;background:transparent;border:none}.list-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 16px}.list-item-text{flex:1}\n"],encapsulation:3,changeDetection:0})}}return e})(),LM=(()=>{class e{differs;constructor(t){this.differs=t}differ;keyValues=[];compareFn=FM;transform(t,r=FM){if(!t||!(t instanceof Map)&&"object"!=typeof t)return null;this.differ??=this.differs.find(t).create();const i=this.differ.diff(t),o=r!==this.compareFn;return i&&(this.keyValues=[],i.forEachItem(s=>{this.keyValues.push(function Fee(e,n){return{key:e,value:n}}(s.key,s.currentValue))})),(i||o)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(ot(Th,16))};static \u0275pipe=Si({name:"keyvalue",type:e,pure:!1})}return e})();function FM(e,n){const t=e.key,r=n.key;if(t===r)return 0;if(null==t)return 1;if(null==r)return-1;if("string"==typeof t&&"string"==typeof r)return t<r?-1:1;if("number"==typeof t&&"number"==typeof r)return t-r;if("boolean"==typeof t&&"boolean"==typeof r)return t<r?-1:1;const i=String(t),o=String(r);return i==o?0:i<o?-1:1}const zee=(e,n)=>n.key;function Vee(e,n){if(1&e){const t=Qf();sn(0,"ui5-li-custom")(1,"div",10)(2,"span"),Sn(3),mn(),sn(4,"div",11)(5,"ui5-switch",12),nr("ui5Change",function(){const i=jl(t).$implicit;return Hl(es().onToggleChange(i.key))}),mn(),sn(6,"ui5-button",13),nr("ui5Click",function(){const i=jl(t).$implicit;return Hl(es().onItemDelete(i.key))}),mn()()()()}if(2&e){const t=n.$implicit,r=es();Lt(3),zr(" ",t.key," ");const i=r.queryParamsFeatures.includes(t.key);Lt(2),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)("checked",r.togglesForm.get(t.key).value),Lt(),ai("tooltip",i?r.texts.tooltipQueryParam:"")("disabled",i)}}let jee=(()=>{class e{constructor(){this.i18nService=re(cc),this.context=rt.required(),this.LuigiClient=rt.required(),this.togglesForm=new ed({}),this.newToggleControl=new js("",{nonNullable:!0,validators:[eG.required]}),this.queryParamsFeatures=this.extractFeatureToggleValues(window.location.search),this.translationTable=Rr(()=>this.context().translationTable),this.texts={},this.togglesForm.valueChanges.pipe(
74
74
  /**
75
75
  * @license Angular v21.2.17
76
76
  * (c) 2010-2026 Google LLC. https://angular.dev/
77
77
  * License: MIT
78
78
  */
79
- function C1(e){e||(e=re(Ci));const n=new ae(t=>{if(!e.destroyed)return e.onDestroy(t.next.bind(t));t.next()});return t=>t.pipe(function OW(e){return so((n,t)=>{Io(e).subscribe(ji(t,()=>t.complete(),se)),!t.closed&&n.subscribe(t)})}(n))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),oo(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const t=Cp_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{t[r]||(t[r]=!0)}),Object.entries(t).forEach(([r,i])=>{this.togglesForm.addControl(r,new js(i)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(Js.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(n){console.error("Error storing feature toggle settings",n)}})(t)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new js(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(t){this.togglesForm.removeControl(t)}onToggleChange(t){this.togglesForm.get(t).setValue(!this.togglesForm.get(t).value)}extractFeatureToggleValues(t){return t?new URLSearchParams(t).getAll("ft").flatMap(o=>o.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["wc-feature-toggle"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:19,vars:11,consts:[[1,"container"],[1,"explanation-container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/docs/readme-nodes-configuration.md#feature-toggles",1,"explanation"],["for","input-new-toggle","show-colon","",1,"label"],[1,"new-toggle-input"],["id","input-new-toggle","placeholder","myToggle",1,"input",3,"formControl"],["design","Emphasized",3,"ui5Click","disabled"],[3,"ui5Click","disabled"],[1,"toggle-list",3,"formGroup"],[1,"toggle-item"],[1,"toggle-item-buttons"],[3,"ui5Change","tooltip","disabled","checked"],["design","Transparent","icon","decline",3,"ui5Click","tooltip","disabled"]],template:function(r,i){1&r&&(sn(0,"div",0)(1,"div",1)(2,"div",2),Sn(3),mn(),sn(4,"ui5-link",3),Sn(5),mn()(),sn(6,"div")(7,"ui5-label",4),Sn(8),mn(),sn(9,"div",5),Ua(10,"ui5-input",6),sn(11,"ui5-button",7),nr("ui5Click",function(){return i.addToggle()}),Sn(12),mn(),sn(13,"ui5-button",8),nr("ui5Click",function(){return i.clear()}),Sn(14),mn()()(),sn(15,"ui5-list",9),Nu(16,Uee,7,6,"ui5-li-custom",null,Bee),function kA(e,n){const t=$t();let r;const i=e+27;t.firstCreatePass?(r=function Y8(e,n){if(n)for(let t=n.length-1;t>=0;t--){const r=n[t];if(e===r.name)return r}}(n,t.pipeRegistry),t.data[i]=r,r.onDestroy&&(t.destroyHooks??=[]).push(i,r.onDestroy)):r=t.data[i];const o=r.factory||(r.factory=Bo(r.type)),a=si(ot);try{const c=M_(!1),l=o();return M_(c),m_(t,Oe(),i,l),l}finally{si(a)}}(18,"keyvalue"),mn()()),2&r&&(Lt(3),zr(" ",i.texts.explanation," "),Lt(2),xi(i.texts.link),Lt(3),zr(" ",i.texts.nameInputLabel," "),Lt(2),ai("formControl",i.newToggleControl),Lt(),ai("disabled",i.newToggleControl.invalid),Lt(),xi(i.texts.addButton),Lt(),ai("disabled",!i.newToggleControl.value),Lt(),xi(i.texts.clearButton),Lt(),ai("formGroup",i.togglesForm),Lt(),Ou(RA(18,9,i.togglesForm.controls)))},dependencies:[X1,z5,Uy,zy,Hh,$h,w1,x1,R1,N1,q1,M1,LM],styles:[".new-toggle-input{display:flex;align-items:center;gap:1rem}.label{height:10px}.input{flex-grow:1}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:2.75rem}.toggle-item-buttons{display:flex;align-items:center;gap:.2rem}.container{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2rem}.explanation-container{display:flex;flex-direction:column;gap:1rem}.explanation{line-height:normal}\n"],encapsulation:3,changeDetection:0})}}return e})();const Vee=(e,n)=>n.title;function jee(e,n){if(1&e&&(ci(0,"a",11)(1,"span"),Sn(2),Ki(),function N0(){Ut.lFrame.currentNamespace="svg"}(),ci(3,"svg",12),za(4,"path",13),Ki()()),2&e){const t=n.$implicit;Jf("href",t.link,nf),Lt(2),xi(t.title)}}let Hee=(()=>{class e{constructor(){this.luigiCoreService=re(Gr),this.links=(this.luigiCoreService.config.settings?.links??[]).concat([{title:"OpemMFP",link:"https://openmfp.org/"},{title:"OpenMFP GitHub",link:"https://github.com/openmfp"}]),this.header=this.luigiCoreService.config.settings?.header?.title,this.logo=this.luigiCoreService.config.settings?.header?.logo}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["wc-getting-started"]],decls:17,vars:2,consts:[[1,"main"],[1,"content"],[1,"left-side"],[1,"platform-mesh-logo"],["alt","logo",1,"logo",3,"src"],[1,"platform-mesh-text"],[1,"platform-mesh-content"],[1,"title"],["role","separator","aria-label","Divider",1,"divider"],[1,"right-side"],[1,"pill-group"],["target","_blank","rel","noopener",1,"pill",3,"href"],["xmlns","http://www.w3.org/2000/svg","height","14","viewBox","0 -960 960 960","width","14","fill","currentColor"],["d","M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"]],template:function(r,i){1&r&&(ci(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),za(4,"img",4),ci(5,"span",5),Sn(6),Ki()(),ci(7,"div",6)(8,"h1",7),Sn(9,"Welcome! Let's get started."),Ki(),ci(10,"p"),Sn(11,"Congratulations! Your portal is running. \u{1f389}"),Ki()()(),za(12,"div",8),ci(13,"div",9)(14,"div",10),Nu(15,jee,5,2,"a",11,Vee),Ki()()()()),2&r&&(Lt(4),Jf("src",i.logo,nf),Lt(2),xi(i.header),Lt(9),Ou(i.links))},styles:['[_nghost-%COMP%]{--bright-blue: oklch(51.01% .274 263.83);--electric-violet: oklch(53.18% .28 296.97);--french-violet: oklch(47.66% .246 305.88);--vivid-pink: oklch(69.02% .277 332.77);--hot-red: oklch(61.42% .238 15.34);--orange-red: oklch(63.32% .24 31.68);--gray-900: oklch(19.37% .006 300.98);--gray-700: oklch(36.98% .014 302.71);--gray-400: oklch(70.9% .015 304.04);--red-to-pink-to-purple-horizontal-gradient: linear-gradient(90deg, var(--orange-red) 0%, var(--vivid-pink) 50%, var(--electric-violet) 100%);--pill-accent: var(--bright-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1[_ngcontent-%COMP%]{font-size:3.125rem;color:var(--gray-900);font-weight:500;line-height:100%;letter-spacing:-.125rem;margin:0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}p[_ngcontent-%COMP%]{margin:0;color:var(--gray-700)}main[_ngcontent-%COMP%]{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:inherit;position:relative}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;max-width:43.75rem;margin-bottom:3rem}.content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:1.5rem}.divider[_ngcontent-%COMP%]{height:1px;width:100%;background:var(--red-to-pink-to-purple-horizontal-gradient);margin-block:1.5rem}.pill-group[_ngcontent-%COMP%]{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:1.25rem}.pill[_ngcontent-%COMP%]{display:flex;align-items:center;--pill-accent: var(--bright-blue);background:color-mix(in srgb,var(--pill-accent) 5%,transparent);color:var(--pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--inter-font);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.4rem;letter-spacing:-.00875rem;text-decoration:none}.pill[_ngcontent-%COMP%]:hover{background:color-mix(in srgb,var(--pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--pill-accent: var(--bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--pill-accent: var(--french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--pill-accent: var(--vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--pill-accent: var(--hot-red)}.pill-group[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{margin-inline-start:.25rem}.logo[_ngcontent-%COMP%]{width:6.25rem}.platform-mesh-text[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:600;color:#000}.platform-mesh-logo[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.platform-mesh-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;text-align:center}.left-side[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}'],changeDetection:0})}}return e})();const PM=new ae(e=>e.complete());function Wee(...e){const n=wh(e),t=function z7(e,n){return"number"==typeof My(e)?e.pop():n}(e,1/0),r=e;return r.length?1===r.length?Io(r[0]):function j5(e=1/0){return Wh(mr,e)}(t)(Ih(r,n)):PM}
79
+ function C1(e){e||(e=re(Ci));const n=new ae(t=>{if(!e.destroyed)return e.onDestroy(t.next.bind(t));t.next()});return t=>t.pipe(function OW(e){return so((n,t)=>{Io(e).subscribe(ji(t,()=>t.complete(),se)),!t.closed&&n.subscribe(t)})}(n))}()).subscribe(()=>{this.saveFeatureToggleSettings()}),oo(()=>{this.i18nService.translationTable=this.translationTable(),this.texts=this.readTranslations()})}ngOnInit(){const t=Cp_read();this.LuigiClient().getActiveFeatureToggles().forEach(r=>{t[r]||(t[r]=!0)}),Object.entries(t).forEach(([r,i])=>{this.togglesForm.addControl(r,new js(i)),this.queryParamsFeatures.includes(r)&&this.togglesForm.get(r).disable({emitEvent:!1})}),(e=>{try{localStorage.setItem(Js.FEATURE_TOGGLE_SETTINGS,JSON.stringify(e))}catch(n){console.error("Error storing feature toggle settings",n)}})(t)}addToggle(){this.togglesForm.get(this.newToggleControl.value)||(this.togglesForm.addControl(this.newToggleControl.value,new js(!1)),this.newToggleControl.reset())}clear(){this.newToggleControl.reset()}onItemDelete(t){this.togglesForm.removeControl(t)}onToggleChange(t){this.togglesForm.get(t).setValue(!this.togglesForm.get(t).value)}extractFeatureToggleValues(t){return t?new URLSearchParams(t).getAll("ft").flatMap(o=>o.split(",")):[]}saveFeatureToggleSettings(){this.LuigiClient().publishEvent(new CustomEvent("luigi.updateUserSettings",{detail:{featureToggleSettings:this.togglesForm.getRawValue()}}))}readTranslations(){return{explanation:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_EXPLANATION"),link:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_LINK"),addButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_ADD_BUTTON"),clearButton:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_CLEAR_BUTTON"),nameInputLabel:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_NAME_INPUT_LABEL"),tooltipQueryParam:this.i18nService.getTranslation("FEATURE_TOGGLE_SETTINGS_TOOLTIP_QUERY_PARAM")}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["wc-feature-toggle"]],inputs:{context:[1,"context"],LuigiClient:[1,"LuigiClient"]},decls:19,vars:11,consts:[[1,"container"],[1,"explanation-container"],[1,"explanation"],["target","_blank","href","https://github.com/openmfp/portal-ui-lib/blob/main/docs/readme-nodes-configuration.md#feature-toggles",1,"explanation"],["for","input-new-toggle","show-colon","",1,"label"],[1,"new-toggle-input"],["id","input-new-toggle","placeholder","myToggle",1,"input",3,"formControl"],["design","Emphasized",3,"ui5Click","disabled"],[3,"ui5Click","disabled"],[1,"toggle-list",3,"formGroup"],[1,"toggle-item"],[1,"toggle-item-buttons"],[3,"ui5Change","tooltip","disabled","checked"],["design","Transparent","icon","decline",3,"ui5Click","tooltip","disabled"]],template:function(r,i){1&r&&(sn(0,"div",0)(1,"div",1)(2,"div",2),Sn(3),mn(),sn(4,"ui5-link",3),Sn(5),mn()(),sn(6,"div")(7,"ui5-label",4),Sn(8),mn(),sn(9,"div",5),Ua(10,"ui5-input",6),sn(11,"ui5-button",7),nr("ui5Click",function(){return i.addToggle()}),Sn(12),mn(),sn(13,"ui5-button",8),nr("ui5Click",function(){return i.clear()}),Sn(14),mn()()(),sn(15,"ui5-list",9),Nu(16,Vee,7,6,"ui5-li-custom",null,zee),function kA(e,n){const t=$t();let r;const i=e+27;t.firstCreatePass?(r=function Y8(e,n){if(n)for(let t=n.length-1;t>=0;t--){const r=n[t];if(e===r.name)return r}}(n,t.pipeRegistry),t.data[i]=r,r.onDestroy&&(t.destroyHooks??=[]).push(i,r.onDestroy)):r=t.data[i];const o=r.factory||(r.factory=Bo(r.type)),a=si(ot);try{const c=M_(!1),l=o();return M_(c),m_(t,Oe(),i,l),l}finally{si(a)}}(18,"keyvalue"),mn()()),2&r&&(Lt(3),zr(" ",i.texts.explanation," "),Lt(2),xi(i.texts.link),Lt(3),zr(" ",i.texts.nameInputLabel," "),Lt(2),ai("formControl",i.newToggleControl),Lt(),ai("disabled",i.newToggleControl.invalid),Lt(),xi(i.texts.addButton),Lt(),ai("disabled",!i.newToggleControl.value),Lt(),xi(i.texts.clearButton),Lt(),ai("formGroup",i.togglesForm),Lt(),Ou(RA(18,9,i.togglesForm.controls)))},dependencies:[X1,z5,Uy,zy,Hh,$h,w1,x1,R1,N1,q1,M1,LM],styles:[".new-toggle-input{display:flex;align-items:center;gap:1rem}.label{height:10px}.input{flex-grow:1}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:2.75rem}.toggle-item-buttons{display:flex;align-items:center;gap:.2rem}.container{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:2rem}.explanation-container{display:flex;flex-direction:column;gap:1rem}.explanation{line-height:normal}\n"],encapsulation:3,changeDetection:0})}}return e})();const Hee=(e,n)=>n.title;function Gee(e,n){if(1&e&&(ci(0,"a",11)(1,"span"),Sn(2),Ki(),function N0(){Ut.lFrame.currentNamespace="svg"}(),ci(3,"svg",12),za(4,"path",13),Ki()()),2&e){const t=n.$implicit;Jf("href",t.link,nf),Lt(2),xi(t.title)}}let $ee=(()=>{class e{constructor(){this.luigiCoreService=re(Gr),this.links=(this.luigiCoreService.config.settings?.links??[]).concat([{title:"OpemMFP",link:"https://openmfp.org/"},{title:"OpenMFP GitHub",link:"https://github.com/openmfp"}]),this.header=this.luigiCoreService.config.settings?.header?.title,this.logo=this.luigiCoreService.config.settings?.header?.logo}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=Ni({type:e,selectors:[["wc-getting-started"]],decls:17,vars:2,consts:[[1,"main"],[1,"content"],[1,"left-side"],[1,"platform-mesh-logo"],["alt","logo",1,"logo",3,"src"],[1,"platform-mesh-text"],[1,"platform-mesh-content"],[1,"title"],["role","separator","aria-label","Divider",1,"divider"],[1,"right-side"],[1,"pill-group"],["target","_blank","rel","noopener",1,"pill",3,"href"],["xmlns","http://www.w3.org/2000/svg","height","14","viewBox","0 -960 960 960","width","14","fill","currentColor"],["d","M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"]],template:function(r,i){1&r&&(ci(0,"main",0)(1,"div",1)(2,"div",2)(3,"div",3),za(4,"img",4),ci(5,"span",5),Sn(6),Ki()(),ci(7,"div",6)(8,"h1",7),Sn(9,"Welcome! Let's get started."),Ki(),ci(10,"p"),Sn(11,"Congratulations! Your portal is running. \u{1f389}"),Ki()()(),za(12,"div",8),ci(13,"div",9)(14,"div",10),Nu(15,Gee,5,2,"a",11,Hee),Ki()()()()),2&r&&(Lt(4),Jf("src",i.logo,nf),Lt(2),xi(i.header),Lt(9),Ou(i.links))},styles:['[_nghost-%COMP%]{--bright-blue: oklch(51.01% .274 263.83);--electric-violet: oklch(53.18% .28 296.97);--french-violet: oklch(47.66% .246 305.88);--vivid-pink: oklch(69.02% .277 332.77);--hot-red: oklch(61.42% .238 15.34);--orange-red: oklch(63.32% .24 31.68);--gray-900: oklch(19.37% .006 300.98);--gray-700: oklch(36.98% .014 302.71);--gray-400: oklch(70.9% .015 304.04);--red-to-pink-to-purple-horizontal-gradient: linear-gradient(90deg, var(--orange-red) 0%, var(--vivid-pink) 50%, var(--electric-violet) 100%);--pill-accent: var(--bright-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1[_ngcontent-%COMP%]{font-size:3.125rem;color:var(--gray-900);font-weight:500;line-height:100%;letter-spacing:-.125rem;margin:0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}p[_ngcontent-%COMP%]{margin:0;color:var(--gray-700)}main[_ngcontent-%COMP%]{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:inherit;position:relative}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;max-width:43.75rem;margin-bottom:3rem}.content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:1.5rem}.divider[_ngcontent-%COMP%]{height:1px;width:100%;background:var(--red-to-pink-to-purple-horizontal-gradient);margin-block:1.5rem}.pill-group[_ngcontent-%COMP%]{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:1.25rem}.pill[_ngcontent-%COMP%]{display:flex;align-items:center;--pill-accent: var(--bright-blue);background:color-mix(in srgb,var(--pill-accent) 5%,transparent);color:var(--pill-accent);padding-inline:.75rem;padding-block:.375rem;border-radius:2.75rem;border:0;transition:background .3s ease;font-family:var(--inter-font);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.4rem;letter-spacing:-.00875rem;text-decoration:none}.pill[_ngcontent-%COMP%]:hover{background:color-mix(in srgb,var(--pill-accent) 15%,transparent)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+1){--pill-accent: var(--bright-blue)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+2){--pill-accent: var(--french-violet)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+3){--pill-accent: var(--vivid-pink)}.pill-group[_ngcontent-%COMP%] .pill[_ngcontent-%COMP%]:nth-child(4n+4){--pill-accent: var(--hot-red)}.pill-group[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{margin-inline-start:.25rem}.logo[_ngcontent-%COMP%]{width:6.25rem}.platform-mesh-text[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:600;color:#000}.platform-mesh-logo[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.platform-mesh-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;text-align:center}.left-side[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}'],changeDetection:0})}}return e})();const PM=new ae(e=>e.complete());function qee(...e){const n=wh(e),t=function z7(e,n){return"number"==typeof My(e)?e.pop():n}(e,1/0),r=e;return r.length?1===r.length?Io(r[0]):function j5(e=1/0){return Wh(mr,e)}(t)(Ih(r,n)):PM}
80
80
  /**
81
81
  * @license Angular v21.2.17
82
82
  * (c) 2010-2026 Google LLC. https://angular.dev/
83
83
  * License: MIT
84
- */const Kee={schedule(e,n){const t=setTimeout(e,n);return()=>clearTimeout(t)}};let xC;function ete(e,n,t){let r=t;return function Yee(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&n.some((i,o)=>!("*"===i||!function Xee(e,n){if(!xC){const t=Element.prototype;xC=t.matches||t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&xC.call(e,n)}(e,i)||(r=o,0))),r}class nte{componentFactory;inputMap=new Map;constructor(n,t){this.componentFactory=t.get($c).resolveComponentFactory(n);for(const r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(n){return new rte(this.componentFactory,n,this.inputMap)}}class rte{componentFactory;injector;inputMap;eventEmitters=new y1(1);events=this.eventEmitters.pipe(Z1(n=>Wee(...n)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(n,t,r){this.componentFactory=n,this.injector=t,this.inputMap=r,this.ngZone=this.injector.get(Mn),this.appRef=this.injector.get(Qo),this.cdScheduler=t.get(pa),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(n){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(n)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=Kee.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null)},10))})}getInputValue(n){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(n):this.componentRef.instance[n])}setInputValue(n,t){null!==this.componentRef?this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(n)??n,t),function IP(e){return fa(e._lView)||!!(64&e._lView[2])}(this.componentRef.hostView)&&(function wP(e){zl(e._lView)}(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))}):this.initialInputValues.set(n,t)}initializeComponent(n){const t=Gn.create({providers:[],parent:this.injector}),r=function Jee(e,n){const t=e.childNodes,r=n.map(()=>[]);let i=-1;n.some((o,s)=>"*"===o&&(i=s,!0));for(let o=0,s=t.length;o<s;++o){const a=t[o],c=ete(a,n,i);-1!==c&&r[c].push(a)}return r}(n,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(t,r,n),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(const[n,t]of this.initialInputValues)this.setInputValue(n,t);this.initialInputValues.clear()}initializeOutputs(n){const t=this.componentFactory.outputs.map(({propName:r,templateName:i})=>{const o=n.instance[r];return new ae(s=>{const a=o.subscribe(c=>s.next({name:i,value:c}));return()=>a.unsubscribe()})});this.eventEmitters.next(t)}runInZone(n){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(n):n()}}class ite extends HTMLElement{ngElementEventsSubscription=null}function ote(e,n){const t=function Qee(e,n){return n.get($c).resolveComponentFactory(e).inputs}(e,n.injector),r=n.strategyFactory||new nte(e,n.injector),i=function Zee(e){const n={};return e.forEach(({propName:t,templateName:r,transform:i})=>{n[function qee(e){return e.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)}(r)]=[t,i]}),n}(t);class o extends ite{injector;static observedAttributes=Object.keys(i);get ngElementStrategy(){if(!this._ngElementStrategy){const a=this._ngElementStrategy=r.create(this.injector||n.injector);t.forEach(({propName:c,transform:l})=>{if(!this.hasOwnProperty(c))return;const d=this[c];delete this[c],a.setInputValue(c,d,l)})}return this._ngElementStrategy}_ngElementStrategy;constructor(a){super(),this.injector=a}attributeChangedCallback(a,c,l,d){const[h,y]=i[a];this.ngElementStrategy.setInputValue(h,l,y)}connectedCallback(){let a=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),a=!0),this.ngElementStrategy.connect(this),a||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(a=>{const c=new CustomEvent(a.name,{detail:a.value});this.dispatchEvent(c)})}}return t.forEach(({propName:s,transform:a,isSignal:c})=>{Object.defineProperty(o.prototype,s,{get(){const l=this.ngElementStrategy.getInputValue(s);return c&&function Hf(e){return"function"==typeof e&&void 0!==e[le]}(l)?l():l},set(l){this.ngElementStrategy.setInputValue(s,l,a)},configurable:!0,enumerable:!0})}),o}const BM=()=>{const e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e},lte={provide:kv,useFactory:function cte(){const e=re(Gn);return((e,n)=>{const t=BM().split("#")[1];if(t&&e[t])((e,n)=>{const t=ote(e,{injector:n});window.Luigi._registerWebcomponent(BM(),t)})(e[t],n)})({"development-settings":CJ,"getting-started":Hee,"feature-toggle":zee},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const dte={providers:[function _Y(...e){const n=[tc,Mb,{provide:Nb,useExisting:Mb},{provide:ap,useFactory:()=>re(cR,{optional:!0})??re(lR)},{provide:Dd,useValue:dY,multi:!0}];for(const t of e)n.push(...t.\u0275providers);return Ol(n)}(),lte,function Rj(){return Qr("NgZoneless"),Ol([...dy(),[]])}()]};
84
+ */const Yee={schedule(e,n){const t=setTimeout(e,n);return()=>clearTimeout(t)}};let xC;function nte(e,n,t){let r=t;return function Zee(e){return!!e&&e.nodeType===Node.ELEMENT_NODE}(e)&&n.some((i,o)=>!("*"===i||!function Qee(e,n){if(!xC){const t=Element.prototype;xC=t.matches||t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}return e.nodeType===Node.ELEMENT_NODE&&xC.call(e,n)}(e,i)||(r=o,0))),r}class ite{componentFactory;inputMap=new Map;constructor(n,t){this.componentFactory=t.get($c).resolveComponentFactory(n);for(const r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(n){return new ote(this.componentFactory,n,this.inputMap)}}class ote{componentFactory;injector;inputMap;eventEmitters=new y1(1);events=this.eventEmitters.pipe(Z1(n=>qee(...n)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(n,t,r){this.componentFactory=n,this.injector=t,this.inputMap=r,this.ngZone=this.injector.get(Mn),this.appRef=this.injector.get(Qo),this.cdScheduler=t.get(pa),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(n){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(n)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=Yee.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null)},10))})}getInputValue(n){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(n):this.componentRef.instance[n])}setInputValue(n,t){null!==this.componentRef?this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(n)??n,t),function IP(e){return fa(e._lView)||!!(64&e._lView[2])}(this.componentRef.hostView)&&(function wP(e){zl(e._lView)}(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))}):this.initialInputValues.set(n,t)}initializeComponent(n){const t=Gn.create({providers:[],parent:this.injector}),r=function tte(e,n){const t=e.childNodes,r=n.map(()=>[]);let i=-1;n.some((o,s)=>"*"===o&&(i=s,!0));for(let o=0,s=t.length;o<s;++o){const a=t[o],c=nte(a,n,i);-1!==c&&r[c].push(a)}return r}(n,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(t,r,n),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(const[n,t]of this.initialInputValues)this.setInputValue(n,t);this.initialInputValues.clear()}initializeOutputs(n){const t=this.componentFactory.outputs.map(({propName:r,templateName:i})=>{const o=n.instance[r];return new ae(s=>{const a=o.subscribe(c=>s.next({name:i,value:c}));return()=>a.unsubscribe()})});this.eventEmitters.next(t)}runInZone(n){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(n):n()}}class ste extends HTMLElement{ngElementEventsSubscription=null}function ate(e,n){const t=function ete(e,n){return n.get($c).resolveComponentFactory(e).inputs}(e,n.injector),r=n.strategyFactory||new ite(e,n.injector),i=function Jee(e){const n={};return e.forEach(({propName:t,templateName:r,transform:i})=>{n[function Xee(e){return e.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)}(r)]=[t,i]}),n}(t);class o extends ste{injector;static observedAttributes=Object.keys(i);get ngElementStrategy(){if(!this._ngElementStrategy){const a=this._ngElementStrategy=r.create(this.injector||n.injector);t.forEach(({propName:c,transform:l})=>{if(!this.hasOwnProperty(c))return;const d=this[c];delete this[c],a.setInputValue(c,d,l)})}return this._ngElementStrategy}_ngElementStrategy;constructor(a){super(),this.injector=a}attributeChangedCallback(a,c,l,d){const[h,y]=i[a];this.ngElementStrategy.setInputValue(h,l,y)}connectedCallback(){let a=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),a=!0),this.ngElementStrategy.connect(this),a||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(a=>{const c=new CustomEvent(a.name,{detail:a.value});this.dispatchEvent(c)})}}return t.forEach(({propName:s,transform:a,isSignal:c})=>{Object.defineProperty(o.prototype,s,{get(){const l=this.ngElementStrategy.getInputValue(s);return c&&function Hf(e){return"function"==typeof e&&void 0!==e[le]}(l)?l():l},set(l){this.ngElementStrategy.setInputValue(s,l,a)},configurable:!0,enumerable:!0})}),o}const BM=()=>{const e=document.currentScript?.getAttribute("src");if(!e)throw new Error("Not defined src of currentScript.");return e},dte={provide:kv,useFactory:function ute(){const e=re(Gn);return((e,n)=>{const t=BM().split("#")[1];if(t&&e[t])((e,n)=>{const t=ate(e,{injector:n});window.Luigi._registerWebcomponent(BM(),t)})(e[t],n)})({"development-settings":TJ,"getting-started":$ee,"feature-toggle":jee},e),()=>{}},multi:!0};document.body.classList.add("ui5-content-density-compact");const fte={providers:[function _Y(...e){const n=[tc,Mb,{provide:Nb,useExisting:Mb},{provide:ap,useFactory:()=>re(cR,{optional:!0})??re(lR)},{provide:Dd,useValue:dY,multi:!0}];for(const t of e)n.push(...t.\u0275providers);return Ol(n)}(),dte,function Rj(){return Qr("NgZoneless"),Ol([...dy(),[]])}()]};
85
85
  /**
86
86
  * @license Angular v21.2.17
87
87
  * (c) 2010-2026 Google LLC. https://angular.dev/
88
88
  * License: MIT
89
- */class UM{_doc;constructor(n){this._doc=n}manager}let kC=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return!0}addEventListener(t,r,i,o){return t.addEventListener(r,i,o),()=>this.removeEventListener(t,r,i,o)}removeEventListener(t,r,i,o){return t.removeEventListener(r,i,o)}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const RC=new Se("");let zM=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(t,r){this._zone=r,t.forEach(s=>{s.manager=this});const i=t.filter(s=>!(s instanceof kC));this._plugins=i.slice().reverse();const o=t.find(s=>s instanceof kC);o&&this._plugins.push(o)}addEventListener(t,r,i,o){return this._findPluginFor(r).addEventListener(t,r,i,o)}getZone(){return this._zone}_findPluginFor(t){let r=this._eventNameToPlugin.get(t);if(r)return r;if(r=this._plugins.find(o=>o.supports(t)),!r)throw new we(5101,!1);return this._eventNameToPlugin.set(t,r),r}static \u0275fac=function(r){return new(r||e)(wt(RC),wt(Mn))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const MC="ng-app-id";function VM(e){for(const n of e)n.remove()}function jM(e,n){const t=n.createElement("style");return t.textContent=e,t}function NC(e,n){const t=n.createElement("link");return t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),t}let HM=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(t,r,i,o={}){this.doc=t,this.appId=r,this.nonce=i,function _te(e,n,t,r){const i=e.head?.querySelectorAll(`style[${MC}="${n}"],link[${MC}="${n}"]`);if(i)for(const o of i)o.removeAttribute(MC),o instanceof HTMLLinkElement?r.set(o.href.slice(o.href.lastIndexOf("/")+1),{usage:0,elements:[o]}):o.textContent&&t.set(o.textContent,{usage:0,elements:[o]})}(t,r,this.inline,this.external),this.hosts.add(t.head)}addStyles(t,r){for(const i of t)this.addUsage(i,this.inline,jM);r?.forEach(i=>this.addUsage(i,this.external,NC))}removeStyles(t,r){for(const i of t)this.removeUsage(i,this.inline);r?.forEach(i=>this.removeUsage(i,this.external))}addUsage(t,r,i){const o=r.get(t);o?o.usage++:r.set(t,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,i(t,this.doc)))})}removeUsage(t,r){const i=r.get(t);i&&(i.usage--,i.usage<=0&&(VM(i.elements),r.delete(t)))}ngOnDestroy(){for(const[,{elements:t}]of[...this.inline,...this.external])VM(t);this.hosts.clear()}addHost(t){this.hosts.add(t);for(const[r,{elements:i}]of this.inline)i.push(this.addElement(t,jM(r,this.doc)));for(const[r,{elements:i}]of this.external)i.push(this.addElement(t,NC(r,this.doc)))}removeHost(t){this.hosts.delete(t)}addElement(t,r){return this.nonce&&r.setAttribute("nonce",this.nonce),t.appendChild(r)}static \u0275fac=function(r){return new(r||e)(wt(Vi),wt(Oc),wt(ZE,8),wt(Ug))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const OC={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},LC=/%COMP%/g,vte=new Se("",{factory:()=>!0});function $M(e,n){return n.map(t=>t.replace(LC,e))}let WM=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;constructor(t,r,i,o,s,a,c=null,l=null){this.eventManager=t,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=s,this.ngZone=a,this.nonce=c,this.tracingService=l,this.defaultRenderer=new FC(t,s,a,this.tracingService)}createRenderer(t,r){if(!t||!r)return this.defaultRenderer;const i=this.getOrCreateRenderer(t,r);return i instanceof YM?i.applyToHost(t):i instanceof PC&&i.applyStyles(),i}getOrCreateRenderer(t,r){const i=this.rendererByCompId;let o=i.get(r.id);if(!o){const s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,d=this.removeStylesOnCompDestroy,h=this.tracingService;switch(r.encapsulation){case $i.Emulated:o=new YM(c,l,r,this.appId,d,s,a,h);break;case $i.ShadowDom:return new qM(c,t,r,s,a,this.nonce,h,l);case $i.ExperimentalIsolatedShadowDom:return new qM(c,t,r,s,a,this.nonce,h);default:o=new PC(c,l,r,d,s,a,h)}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(t){this.rendererByCompId.delete(t)}static \u0275fac=function(r){return new(r||e)(wt(zM),wt(HM),wt(Oc),wt(vte),wt(Vi),wt(Mn),wt(ZE),wt(Ia,8))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();class FC{eventManager;doc;ngZone;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(n,t,r,i){this.eventManager=n,this.doc=t,this.ngZone=r,this.tracingService=i}destroy(){}destroyNode=null;createElement(n,t){return t?this.doc.createElementNS(OC[t]||t,n):this.doc.createElement(n)}createComment(n){return this.doc.createComment(n)}createText(n){return this.doc.createTextNode(n)}appendChild(n,t){(KM(n)?n.content:n).appendChild(t)}insertBefore(n,t,r){n&&(KM(n)?n.content:n).insertBefore(t,r)}removeChild(n,t){t.remove()}selectRootElement(n,t){let r="string"==typeof n?this.doc.querySelector(n):n;if(!r)throw new we(-5104,!1);return t||(r.textContent=""),r}parentNode(n){return n.parentNode}nextSibling(n){return n.nextSibling}setAttribute(n,t,r,i){if(i){t=i+":"+t;const o=OC[i];o?n.setAttributeNS(o,t,r):n.setAttribute(t,r)}else n.setAttribute(t,r)}removeAttribute(n,t,r){if(r){const i=OC[r];i?n.removeAttributeNS(i,t):n.removeAttribute(`${r}:${t}`)}else n.removeAttribute(t)}addClass(n,t){n.classList.add(t)}removeClass(n,t){n.classList.remove(t)}setStyle(n,t,r,i){i&(ws.DashCase|ws.Important)?n.style.setProperty(t,r,i&ws.Important?"important":""):n.style[t]=r}removeStyle(n,t,r){r&ws.DashCase?n.style.removeProperty(t):n.style[t]=""}setProperty(n,t,r){null!=n&&(n[t]=r)}setValue(n,t){n.nodeValue=t}listen(n,t,r,i){if("string"==typeof n&&!(n=Us().getGlobalEventTarget(this.doc,n)))throw new we(5102,!1);let o=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(o=this.tracingService.wrapEventListener(n,t,o)),this.eventManager.addEventListener(n,t,o,i)}decoratePreventDefault(n){return t=>{if("__ngUnwrap__"===t)return n;!1===n(t)&&t.preventDefault()}}}function KM(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class qM extends FC{hostEl;sharedStylesHost;shadowRoot;constructor(n,t,r,i,o,s,a,c){super(n,i,o,a),this.hostEl=t,this.sharedStylesHost=c,this.shadowRoot=t.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let l=r.styles;l=$M(r.id,l);for(const h of l){const y=document.createElement("style");s&&y.setAttribute("nonce",s),y.textContent=h,this.shadowRoot.appendChild(y)}const d=r.getExternalStyles?.();if(d)for(const h of d){const y=NC(h,i);s&&y.setAttribute("nonce",s),this.shadowRoot.appendChild(y)}}nodeOrShadowRoot(n){return n===this.hostEl?this.shadowRoot:n}appendChild(n,t){return super.appendChild(this.nodeOrShadowRoot(n),t)}insertBefore(n,t,r){return super.insertBefore(this.nodeOrShadowRoot(n),t,r)}removeChild(n,t){return super.removeChild(null,t)}parentNode(n){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(n)))}destroy(){this.sharedStylesHost&&this.sharedStylesHost.removeHost(this.shadowRoot)}}class PC extends FC{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(n,t,r,i,o,s,a,c){super(n,o,s,a),this.sharedStylesHost=t,this.removeStylesOnCompDestroy=i;let l=r.styles;this.styles=c?$M(c,l):l,this.styleUrls=r.getExternalStyles?.(c)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===Sa.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class YM extends PC{contentAttr;hostAttr;constructor(n,t,r,i,o,s,a,c){const l=i+"-"+r.id;super(n,t,r,o,s,a,c,l),this.contentAttr=function yte(e){return"_ngcontent-%COMP%".replace(LC,e)}(l),this.hostAttr=function bte(e){return"_nghost-%COMP%".replace(LC,e)}(l)}applyToHost(n){this.applyStyles(),this.setAttribute(n,this.hostAttr,"")}createElement(n,t){const r=super.createElement(n,t);return super.setAttribute(r,this.contentAttr,""),r}}
89
+ */class UM{_doc;constructor(n){this._doc=n}manager}let kC=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return!0}addEventListener(t,r,i,o){return t.addEventListener(r,i,o),()=>this.removeEventListener(t,r,i,o)}removeEventListener(t,r,i,o){return t.removeEventListener(r,i,o)}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const RC=new Se("");let zM=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(t,r){this._zone=r,t.forEach(s=>{s.manager=this});const i=t.filter(s=>!(s instanceof kC));this._plugins=i.slice().reverse();const o=t.find(s=>s instanceof kC);o&&this._plugins.push(o)}addEventListener(t,r,i,o){return this._findPluginFor(r).addEventListener(t,r,i,o)}getZone(){return this._zone}_findPluginFor(t){let r=this._eventNameToPlugin.get(t);if(r)return r;if(r=this._plugins.find(o=>o.supports(t)),!r)throw new we(5101,!1);return this._eventNameToPlugin.set(t,r),r}static \u0275fac=function(r){return new(r||e)(wt(RC),wt(Mn))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const MC="ng-app-id";function VM(e){for(const n of e)n.remove()}function jM(e,n){const t=n.createElement("style");return t.textContent=e,t}function NC(e,n){const t=n.createElement("link");return t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),t}let HM=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(t,r,i,o={}){this.doc=t,this.appId=r,this.nonce=i,function hte(e,n,t,r){const i=e.head?.querySelectorAll(`style[${MC}="${n}"],link[${MC}="${n}"]`);if(i)for(const o of i)o.removeAttribute(MC),o instanceof HTMLLinkElement?r.set(o.href.slice(o.href.lastIndexOf("/")+1),{usage:0,elements:[o]}):o.textContent&&t.set(o.textContent,{usage:0,elements:[o]})}(t,r,this.inline,this.external),this.hosts.add(t.head)}addStyles(t,r){for(const i of t)this.addUsage(i,this.inline,jM);r?.forEach(i=>this.addUsage(i,this.external,NC))}removeStyles(t,r){for(const i of t)this.removeUsage(i,this.inline);r?.forEach(i=>this.removeUsage(i,this.external))}addUsage(t,r,i){const o=r.get(t);o?o.usage++:r.set(t,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,i(t,this.doc)))})}removeUsage(t,r){const i=r.get(t);i&&(i.usage--,i.usage<=0&&(VM(i.elements),r.delete(t)))}ngOnDestroy(){for(const[,{elements:t}]of[...this.inline,...this.external])VM(t);this.hosts.clear()}addHost(t){this.hosts.add(t);for(const[r,{elements:i}]of this.inline)i.push(this.addElement(t,jM(r,this.doc)));for(const[r,{elements:i}]of this.external)i.push(this.addElement(t,NC(r,this.doc)))}removeHost(t){this.hosts.delete(t)}addElement(t,r){return this.nonce&&r.setAttribute("nonce",this.nonce),t.appendChild(r)}static \u0275fac=function(r){return new(r||e)(wt(Vi),wt(Oc),wt(ZE,8),wt(Ug))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const OC={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},LC=/%COMP%/g,bte=new Se("",{factory:()=>!0});function $M(e,n){return n.map(t=>t.replace(LC,e))}let WM=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;constructor(t,r,i,o,s,a,c=null,l=null){this.eventManager=t,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=s,this.ngZone=a,this.nonce=c,this.tracingService=l,this.defaultRenderer=new FC(t,s,a,this.tracingService)}createRenderer(t,r){if(!t||!r)return this.defaultRenderer;const i=this.getOrCreateRenderer(t,r);return i instanceof YM?i.applyToHost(t):i instanceof PC&&i.applyStyles(),i}getOrCreateRenderer(t,r){const i=this.rendererByCompId;let o=i.get(r.id);if(!o){const s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,d=this.removeStylesOnCompDestroy,h=this.tracingService;switch(r.encapsulation){case $i.Emulated:o=new YM(c,l,r,this.appId,d,s,a,h);break;case $i.ShadowDom:return new qM(c,t,r,s,a,this.nonce,h,l);case $i.ExperimentalIsolatedShadowDom:return new qM(c,t,r,s,a,this.nonce,h);default:o=new PC(c,l,r,d,s,a,h)}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(t){this.rendererByCompId.delete(t)}static \u0275fac=function(r){return new(r||e)(wt(zM),wt(HM),wt(Oc),wt(bte),wt(Vi),wt(Mn),wt(ZE),wt(Ia,8))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();class FC{eventManager;doc;ngZone;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(n,t,r,i){this.eventManager=n,this.doc=t,this.ngZone=r,this.tracingService=i}destroy(){}destroyNode=null;createElement(n,t){return t?this.doc.createElementNS(OC[t]||t,n):this.doc.createElement(n)}createComment(n){return this.doc.createComment(n)}createText(n){return this.doc.createTextNode(n)}appendChild(n,t){(KM(n)?n.content:n).appendChild(t)}insertBefore(n,t,r){n&&(KM(n)?n.content:n).insertBefore(t,r)}removeChild(n,t){t.remove()}selectRootElement(n,t){let r="string"==typeof n?this.doc.querySelector(n):n;if(!r)throw new we(-5104,!1);return t||(r.textContent=""),r}parentNode(n){return n.parentNode}nextSibling(n){return n.nextSibling}setAttribute(n,t,r,i){if(i){t=i+":"+t;const o=OC[i];o?n.setAttributeNS(o,t,r):n.setAttribute(t,r)}else n.setAttribute(t,r)}removeAttribute(n,t,r){if(r){const i=OC[r];i?n.removeAttributeNS(i,t):n.removeAttribute(`${r}:${t}`)}else n.removeAttribute(t)}addClass(n,t){n.classList.add(t)}removeClass(n,t){n.classList.remove(t)}setStyle(n,t,r,i){i&(ws.DashCase|ws.Important)?n.style.setProperty(t,r,i&ws.Important?"important":""):n.style[t]=r}removeStyle(n,t,r){r&ws.DashCase?n.style.removeProperty(t):n.style[t]=""}setProperty(n,t,r){null!=n&&(n[t]=r)}setValue(n,t){n.nodeValue=t}listen(n,t,r,i){if("string"==typeof n&&!(n=Us().getGlobalEventTarget(this.doc,n)))throw new we(5102,!1);let o=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(o=this.tracingService.wrapEventListener(n,t,o)),this.eventManager.addEventListener(n,t,o,i)}decoratePreventDefault(n){return t=>{if("__ngUnwrap__"===t)return n;!1===n(t)&&t.preventDefault()}}}function KM(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class qM extends FC{hostEl;sharedStylesHost;shadowRoot;constructor(n,t,r,i,o,s,a,c){super(n,i,o,a),this.hostEl=t,this.sharedStylesHost=c,this.shadowRoot=t.attachShadow({mode:"open"}),this.sharedStylesHost&&this.sharedStylesHost.addHost(this.shadowRoot);let l=r.styles;l=$M(r.id,l);for(const h of l){const y=document.createElement("style");s&&y.setAttribute("nonce",s),y.textContent=h,this.shadowRoot.appendChild(y)}const d=r.getExternalStyles?.();if(d)for(const h of d){const y=NC(h,i);s&&y.setAttribute("nonce",s),this.shadowRoot.appendChild(y)}}nodeOrShadowRoot(n){return n===this.hostEl?this.shadowRoot:n}appendChild(n,t){return super.appendChild(this.nodeOrShadowRoot(n),t)}insertBefore(n,t,r){return super.insertBefore(this.nodeOrShadowRoot(n),t,r)}removeChild(n,t){return super.removeChild(null,t)}parentNode(n){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(n)))}destroy(){this.sharedStylesHost&&this.sharedStylesHost.removeHost(this.shadowRoot)}}class PC extends FC{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(n,t,r,i,o,s,a,c){super(n,o,s,a),this.sharedStylesHost=t,this.removeStylesOnCompDestroy=i;let l=r.styles;this.styles=c?$M(c,l):l,this.styleUrls=r.getExternalStyles?.(c)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===Sa.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class YM extends PC{contentAttr;hostAttr;constructor(n,t,r,i,o,s,a,c){const l=i+"-"+r.id;super(n,t,r,o,s,a,c,l),this.contentAttr=function Cte(e){return"_ngcontent-%COMP%".replace(LC,e)}(l),this.hostAttr=function Ete(e){return"_nghost-%COMP%".replace(LC,e)}(l)}applyToHost(n){this.applyStyles(),this.setAttribute(n,this.hostAttr,"")}createElement(n,t){const r=super.createElement(n,t);return super.setAttribute(r,this.contentAttr,""),r}}
90
90
  /**
91
91
  * @license Angular v21.2.17
92
92
  * (c) 2010-2026 Google LLC. https://angular.dev/
93
93
  * License: MIT
94
94
  */
95
- class BC extends K7{supportsDOMEvents=!0;static makeCurrent(){!function W7(e){Bk??=e}(new BC)}onAndCancel(n,t,r,i){return n.addEventListener(t,r,i),()=>{n.removeEventListener(t,r,i)}}dispatchEvent(n,t){n.dispatchEvent(t)}remove(n){n.remove()}createElement(n,t){return(t=t||this.getDefaultDocument()).createElement(n)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(n){return n.nodeType===Node.ELEMENT_NODE}isShadowRoot(n){return n instanceof DocumentFragment}getGlobalEventTarget(n,t){return"window"===t?window:"document"===t?n:"body"===t?n.body:null}getBaseHref(n){const t=function Dte(){return Vd=Vd||document.head.querySelector("base"),Vd?Vd.getAttribute("href"):null}();return null==t?null:function Ste(e){return new URL(e,document.baseURI).pathname}(t)}resetBaseElement(){Vd=null}getUserAgent(){return window.navigator.userAgent}getCookie(n){return Q1(document.cookie,n)}}let Vd=null,wte=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const XM=["alt","control","meta","shift"],Ate={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},xte={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let kte=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return null!=e.parseEventName(t)}addEventListener(t,r,i,o){const s=e.parseEventName(r),a=e.eventCallback(s.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Us().onAndCancel(t,s.domEventName,a,o))}static parseEventName(t){const r=t.toLowerCase().split("."),i=r.shift();if(0===r.length||"keydown"!==i&&"keyup"!==i)return null;const o=e._normalizeKey(r.pop());let s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),XM.forEach(l=>{const d=r.indexOf(l);d>-1&&(r.splice(d,1),s+=l+".")}),s+=o,0!=r.length||0===o.length)return null;const c={};return c.domEventName=i,c.fullKey=s,c}static matchEventFullKeyCode(t,r){let i=Ate[t.key]||t.key,o="";return r.indexOf("code.")>-1&&(i=t.code,o="code."),!(null==i||!i)&&(i=i.toLowerCase()," "===i?i="space":"."===i&&(i="dot"),XM.forEach(s=>{s!==i&&(0,xte[s])(t)&&(o+=s+".")}),o+=i,o===r)}static eventCallback(t,r,i){return o=>{e.matchEventFullKeyCode(o,t)&&i.runGuarded(()=>r(o))}}static _normalizeKey(t){return"esc"===t?"escape":t}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();function zC(){return zC=(0,Ct.A)(function*(e,n){return R6(function ZM(e,n){return{platformRef:n?.platformRef,appProviders:[...Pte,...e?.providers??[]],platformProviders:Lte}}(e,n))}),zC.apply(this,arguments)}const Lte=[{provide:Ug,useValue:"browser"},{provide:XE,useValue:function Mte(){BC.makeCurrent()},multi:!0},{provide:Vi,useFactory:function Ote(){return function PL(e){Bg=e}(document),document}}],Pte=[{provide:a_,useValue:"root"},{provide:Dc,useFactory:function Nte(){return new Dc}},{provide:RC,useClass:kC,multi:!0},{provide:RC,useClass:kte,multi:!0},WM,HM,zM,{provide:kf,useExisting:WM},{provide:J1,useClass:wte},[]];(function Rte(){return zC.apply(this,arguments)})(dte).catch(e=>console.error(e))})()})();
95
+ class BC extends K7{supportsDOMEvents=!0;static makeCurrent(){!function W7(e){Bk??=e}(new BC)}onAndCancel(n,t,r,i){return n.addEventListener(t,r,i),()=>{n.removeEventListener(t,r,i)}}dispatchEvent(n,t){n.dispatchEvent(t)}remove(n){n.remove()}createElement(n,t){return(t=t||this.getDefaultDocument()).createElement(n)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(n){return n.nodeType===Node.ELEMENT_NODE}isShadowRoot(n){return n instanceof DocumentFragment}getGlobalEventTarget(n,t){return"window"===t?window:"document"===t?n:"body"===t?n.body:null}getBaseHref(n){const t=function Ite(){return Vd=Vd||document.head.querySelector("base"),Vd?Vd.getAttribute("href"):null}();return null==t?null:function wte(e){return new URL(e,document.baseURI).pathname}(t)}resetBaseElement(){Vd=null}getUserAgent(){return window.navigator.userAgent}getCookie(n){return Q1(document.cookie,n)}}let Vd=null,xte=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();const XM=["alt","control","meta","shift"],kte={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},Rte={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let Mte=(()=>{class e extends UM{constructor(t){super(t)}supports(t){return null!=e.parseEventName(t)}addEventListener(t,r,i,o){const s=e.parseEventName(r),a=e.eventCallback(s.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Us().onAndCancel(t,s.domEventName,a,o))}static parseEventName(t){const r=t.toLowerCase().split("."),i=r.shift();if(0===r.length||"keydown"!==i&&"keyup"!==i)return null;const o=e._normalizeKey(r.pop());let s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),XM.forEach(l=>{const d=r.indexOf(l);d>-1&&(r.splice(d,1),s+=l+".")}),s+=o,0!=r.length||0===o.length)return null;const c={};return c.domEventName=i,c.fullKey=s,c}static matchEventFullKeyCode(t,r){let i=kte[t.key]||t.key,o="";return r.indexOf("code.")>-1&&(i=t.code,o="code."),!(null==i||!i)&&(i=i.toLowerCase()," "===i?i="space":"."===i&&(i="dot"),XM.forEach(s=>{s!==i&&(0,Rte[s])(t)&&(o+=s+".")}),o+=i,o===r)}static eventCallback(t,r,i){return o=>{e.matchEventFullKeyCode(o,t)&&i.runGuarded(()=>r(o))}}static _normalizeKey(t){return"esc"===t?"escape":t}static \u0275fac=function(r){return new(r||e)(wt(Vi))};static \u0275prov=Je({token:e,factory:e.\u0275fac})}return e})();function zC(){return zC=(0,Ct.A)(function*(e,n){return R6(function ZM(e,n){return{platformRef:n?.platformRef,appProviders:[...Ute,...e?.providers??[]],platformProviders:Pte}}(e,n))}),zC.apply(this,arguments)}const Pte=[{provide:Ug,useValue:"browser"},{provide:XE,useValue:function Ote(){BC.makeCurrent()},multi:!0},{provide:Vi,useFactory:function Fte(){return function PL(e){Bg=e}(document),document}}],Ute=[{provide:a_,useValue:"root"},{provide:Dc,useFactory:function Lte(){return new Dc}},{provide:RC,useClass:kC,multi:!0},{provide:RC,useClass:Mte,multi:!0},WM,HM,zM,{provide:kf,useExisting:WM},{provide:J1,useClass:xte},[]];(function Nte(){return zC.apply(this,arguments)})(fte).catch(e=>console.error(e))})()})();