-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path4493.78dfb533468727ed.js
1 lines (1 loc) · 180 KB
/
4493.78dfb533468727ed.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[4493],{8170:(be,ee,u)=>{u.d(ee,{a:()=>z});var e=u(4438),w=u(5286),l=u(5817),D=u(8728),T=u(8712),B=u(7605);class ${constructor(L){this._box=L,this._destroyed=new w.B7,this._resizeSubject=new w.B7,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(U=>this._resizeSubject.next(U)))}observe(L){return this._elementObservables.has(L)||this._elementObservables.set(L,new l.c(U=>{const K=this._resizeSubject.subscribe(U);return this._resizeObserver?.observe(L,{box:this._box}),()=>{this._resizeObserver?.unobserve(L),K.unsubscribe(),this._elementObservables.delete(L)}}).pipe((0,D.p)(U=>U.some(K=>K.target===L)),(0,T.t)({bufferSize:1,refCount:!0}),(0,B.Q)(this._destroyed))),this._elementObservables.get(L)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let z=(()=>{class F{constructor(){this._observers=new Map,this._ngZone=(0,e.WQX)(e.SKi)}ngOnDestroy(){for(const[,U]of this._observers)U.destroy();this._observers.clear()}observe(U,K){const Y=K?.box||"content-box";return this._observers.has(Y)||this._observers.set(Y,new $(Y)),this._observers.get(Y).observe(U)}static#e=this.\u0275fac=function(K){return new(K||F)};static#t=this.\u0275prov=e.jDH({token:F,factory:F.\u0275fac,providedIn:"root"})}return F})()},7403:(be,ee,u)=>{u.d(ee,{EE:()=>Y,Lf:()=>U,P8:()=>L,xb:()=>K});var e=u(6860),w=u(4438),l=u(4085),D=u(1235),T=u(5286),B=u(3586),X=u(8542),$=u(7605),z=u(177);const F=(0,e.BQ)({passive:!0});let L=(()=>{class O{constructor(s,c){this._platform=s,this._ngZone=c,this._monitoredElements=new Map}monitor(s){if(!this._platform.isBrowser)return D.w;const c=(0,l.i8)(s),y=this._monitoredElements.get(c);if(y)return y.subject;const C=new T.B7,M="cdk-text-field-autofilled",E=W=>{"cdk-text-field-autofill-start"!==W.animationName||c.classList.contains(M)?"cdk-text-field-autofill-end"===W.animationName&&c.classList.contains(M)&&(c.classList.remove(M),this._ngZone.run(()=>C.next({target:W.target,isAutofilled:!1}))):(c.classList.add(M),this._ngZone.run(()=>C.next({target:W.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{c.addEventListener("animationstart",E,F),c.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(c,{subject:C,unlisten:()=>{c.removeEventListener("animationstart",E,F)}}),C}stopMonitoring(s){const c=(0,l.i8)(s),y=this._monitoredElements.get(c);y&&(y.unlisten(),y.subject.complete(),c.classList.remove("cdk-text-field-autofill-monitored"),c.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(c))}ngOnDestroy(){this._monitoredElements.forEach((s,c)=>this.stopMonitoring(c))}static#e=this.\u0275fac=function(c){return new(c||O)(w.KVO(e.OD),w.KVO(w.SKi))};static#t=this.\u0275prov=w.jDH({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),U=(()=>{class O{constructor(s,c){this._elementRef=s,this._autofillMonitor=c,this.cdkAutofill=new w.bkB}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(s=>this.cdkAutofill.emit(s))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}static#e=this.\u0275fac=function(c){return new(c||O)(w.rXU(w.aKT),w.rXU(L))};static#t=this.\u0275dir=w.FsC({type:O,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"},standalone:!0})}return O})(),K=(()=>{class O{get minRows(){return this._minRows}set minRows(s){this._minRows=(0,l.OE)(s),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(s){this._maxRows=(0,l.OE)(s),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(s){this._enabled!==s&&((this._enabled=s)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(s){this._cachedPlaceholderHeight=void 0,s?this._textareaElement.setAttribute("placeholder",s):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(s,c,y,C){this._elementRef=s,this._platform=c,this._ngZone=y,this._destroyed=new T.B7,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=M=>{this._hasFocus="focus"===M.type},this._document=C,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const s=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;s&&(this._textareaElement.style.minHeight=s)}_setMaxHeight(){const s=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;s&&(this._textareaElement.style.maxHeight=s)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const s=this._getWindow();(0,B.R)(s,"resize").pipe((0,X.Z)(16),(0,$.Q)(this._destroyed)).subscribe(()=>this.resizeToFitContent(!0)),this._textareaElement.addEventListener("focus",this._handleFocusEvent),this._textareaElement.addEventListener("blur",this._handleFocusEvent)}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){this._textareaElement.removeEventListener("focus",this._handleFocusEvent),this._textareaElement.removeEventListener("blur",this._handleFocusEvent),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;let s=this._textareaElement.cloneNode(!1);s.rows=1,s.style.position="absolute",s.style.visibility="hidden",s.style.border="none",s.style.padding="0",s.style.height="",s.style.minHeight="",s.style.maxHeight="",s.style.overflow="hidden",this._textareaElement.parentNode.appendChild(s),this._cachedLineHeight=s.clientHeight,s.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const s=this._textareaElement,c=s.style.marginBottom||"",y=this._platform.FIREFOX,C=y&&this._hasFocus,M=y?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";C&&(s.style.marginBottom=`${s.clientHeight}px`),s.classList.add(M);const E=s.scrollHeight-4;return s.classList.remove(M),C&&(s.style.marginBottom=c),E}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const s=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=s}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(s=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const c=this._elementRef.nativeElement,y=c.value;if(!s&&this._minRows===this._previousMinRows&&y===this._previousValue)return;const C=this._measureScrollHeight(),M=Math.max(C,this._cachedPlaceholderHeight||0);c.style.height=`${M}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(c)):setTimeout(()=>this._scrollToCaretPosition(c))}),this._previousValue=y,this._previousMinRows=this._minRows}reset(){void 0!==this._initialHeight&&(this._textareaElement.style.height=this._initialHeight)}_noopInputHandler(){}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_scrollToCaretPosition(s){const{selectionStart:c,selectionEnd:y}=s;!this._destroyed.isStopped&&this._hasFocus&&s.setSelectionRange(c,y)}static#e=this.\u0275fac=function(c){return new(c||O)(w.rXU(w.aKT),w.rXU(e.OD),w.rXU(w.SKi),w.rXU(z.qQ,8))};static#t=this.\u0275dir=w.FsC({type:O,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(c,y){1&c&&w.bIt("input",function(){return y._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",w.L39],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"],standalone:!0,features:[w.GFd]})}return O})(),Y=(()=>{class O{static#e=this.\u0275fac=function(c){return new(c||O)};static#t=this.\u0275mod=w.$C({type:O});static#i=this.\u0275inj=w.G2t({})}return O})()},4493:(be,ee,u)=>{u.r(ee),u.d(ee,{PizzaPartyAnnotatedComponent:()=>Y,PizzaPartyComponent:()=>U,SnackBarAnnotatedComponentExample:()=>K,SnackBarComponentExample:()=>L,SnackBarHarnessExample:()=>s,SnackBarOverviewExample:()=>O,SnackBarPositionExample:()=>Z});var e=u(4438),w=u(5416),l=u(8834),D=u(9042),T=u(9417),B=u(3719),X=u(2798),$=u(6600);const z="mat-form-field[_ngcontent-%COMP%] {\n margin-right: 12px;\n}";function F(c,y){1&c&&e.EFF(0,"Hello from the snackbar")}let L=(()=>{class c{constructor(C){this._snackBar=C,this.durationInSeconds=5}openSnackBar(){this._snackBar.openFromComponent(U,{duration:1e3*this.durationInSeconds})}static#e=this.\u0275fac=function(M){return new(M||c)(e.rXU(w.UG))};static#t=this.\u0275cmp=e.VBU({type:c,selectors:[["snack-bar-component-example"]],standalone:!0,features:[e.aNF],decls:6,vars:1,consts:[["type","number","matInput","",3,"ngModelChange","ngModel"],["mat-stroked-button","","aria-label","Show an example snack-bar",3,"click"]],template:function(M,E){1&M&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Snack bar duration (seconds)"),e.k0s(),e.j41(3,"input",0),e.mxI("ngModelChange",function(G){return e.DH7(E.durationInSeconds,G)||(E.durationInSeconds=G),G}),e.k0s()(),e.j41(4,"button",1),e.bIt("click",function(){return E.openSnackBar()}),e.EFF(5," Pizza party\n"),e.k0s()),2&M&&(e.R7$(3),e.R50("ngModel",E.durationInSeconds))},dependencies:[B.RG,B.rl,B.nJ,T.YN,T.me,T.Q0,T.BC,T.vS,D.fS,D.fg,l.Hl,l.$z],styles:["mat-form-field[_ngcontent-%COMP%] {\n margin-right: 12px;\n}"]})}return c})(),U=(()=>{class c{static#e=this.\u0275fac=function(M){return new(M||c)};static#t=this.\u0275cmp=e.VBU({type:c,selectors:[["snack-bar-component-example-snack"]],standalone:!0,features:[e.aNF],decls:2,vars:0,consts:[[1,"example-pizza-party"]],template:function(M,E){1&M&&(e.j41(0,"span",0),e.EFF(1," Pizza party!!! \u{1f355}\n"),e.k0s())},styles:[".example-pizza-party[_ngcontent-%COMP%] {\n color: hotpink;\n }"]})}return c})(),K=(()=>{class c{constructor(C){this._snackBar=C,this.durationInSeconds=5}openSnackBar(){this._snackBar.openFromComponent(Y,{duration:1e3*this.durationInSeconds})}static#e=this.\u0275fac=function(M){return new(M||c)(e.rXU(w.UG))};static#t=this.\u0275cmp=e.VBU({type:c,selectors:[["snack-bar-annotated-component-example"]],standalone:!0,features:[e.aNF],decls:6,vars:1,consts:[["type","number","matInput","",3,"ngModelChange","ngModel"],["mat-stroked-button","","aria-label","Show an example snack-bar",3,"click"]],template:function(M,E){1&M&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Snack bar duration (seconds)"),e.k0s(),e.j41(3,"input",0),e.mxI("ngModelChange",function(G){return e.DH7(E.durationInSeconds,G)||(E.durationInSeconds=G),G}),e.k0s()(),e.j41(4,"button",1),e.bIt("click",function(){return E.openSnackBar()}),e.EFF(5," Pizza party\n"),e.k0s()),2&M&&(e.R7$(3),e.R50("ngModel",E.durationInSeconds))},dependencies:[B.RG,B.rl,B.nJ,T.YN,T.me,T.Q0,T.BC,T.vS,D.fS,D.fg,l.Hl,l.$z],styles:[z]})}return c})(),Y=(()=>{class c{constructor(){this.snackBarRef=(0,e.WQX)(w.TQ)}static#e=this.\u0275fac=function(M){return new(M||c)};static#t=this.\u0275cmp=e.VBU({type:c,selectors:[["snack-bar-annotated-component-example-snack"]],standalone:!0,features:[e.aNF],decls:5,vars:0,consts:[["matSnackBarLabel","",1,"example-pizza-party"],["matSnackBarActions",""],["mat-button","","matSnackBarAction","",3,"click"]],template:function(M,E){1&M&&(e.j41(0,"span",0),e.EFF(1," Pizza party!!!\n"),e.k0s(),e.j41(2,"span",1)(3,"button",2),e.bIt("click",function(){return E.snackBarRef.dismissWithAction()}),e.EFF(4,"\u{1f355}"),e.k0s()())},dependencies:[l.Hl,l.$z,w.Mx,w.X7,w.EV],styles:["[_nghost-%COMP%] {\n display: flex;\n }\n\n .example-pizza-party[_ngcontent-%COMP%] {\n color: hotpink;\n }"]})}return c})(),O=(()=>{class c{constructor(C){this._snackBar=C}openSnackBar(C,M){this._snackBar.open(C,M)}static#e=this.\u0275fac=function(M){return new(M||c)(e.rXU(w.UG))};static#t=this.\u0275cmp=e.VBU({type:c,selectors:[["snack-bar-overview-example"]],standalone:!0,features:[e.aNF],decls:12,vars:0,consts:[["message",""],["action",""],["matInput","","value","Disco party!"],["matInput","","value","Dance"],["mat-stroked-button","",3,"click"]],template:function(M,E){if(1&M){const W=e.RV6();e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Message"),e.k0s(),e.nrm(3,"input",2,0),e.k0s(),e.j41(5,"mat-form-field")(6,"mat-label"),e.EFF(7,"Action"),e.k0s(),e.nrm(8,"input",3,1),e.k0s(),e.j41(10,"button",4),e.bIt("click",function(){e.eBV(W);const le=e.sdS(4),oe=e.sdS(9);return e.Njj(E.openSnackBar(le.value,oe.value))}),e.EFF(11,"Show snack-bar"),e.k0s()}},dependencies:[B.RG,B.rl,B.nJ,D.fS,D.fg,l.Hl,l.$z],styles:[z]})}return c})(),Z=(()=>{class c{constructor(C){this._snackBar=C,this.horizontalPosition="start",this.verticalPosition="bottom"}openSnackBar(){this._snackBar.open("Cannonball!!","Splash",{horizontalPosition:this.horizontalPosition,verticalPosition:this.verticalPosition})}static#e=this.\u0275fac=function(M){return new(M||c)(e.rXU(w.UG))};static#t=this.\u0275cmp=e.VBU({type:c,selectors:[["snack-bar-position-example"]],standalone:!0,features:[e.aNF],decls:24,vars:2,consts:[[3,"valueChange","value"],["value","start"],["value","center"],["value","end"],["value","left"],["value","right"],["value","top"],["value","bottom"],["mat-stroked-button","","aria-label","Show an example snack-bar",3,"click"]],template:function(M,E){1&M&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Horizontal position"),e.k0s(),e.j41(3,"mat-select",0),e.mxI("valueChange",function(G){return e.DH7(E.horizontalPosition,G)||(E.horizontalPosition=G),G}),e.j41(4,"mat-option",1),e.EFF(5,"Start"),e.k0s(),e.j41(6,"mat-option",2),e.EFF(7,"Center"),e.k0s(),e.j41(8,"mat-option",3),e.EFF(9,"End"),e.k0s(),e.j41(10,"mat-option",4),e.EFF(11,"Left"),e.k0s(),e.j41(12,"mat-option",5),e.EFF(13,"Right"),e.k0s()()(),e.j41(14,"mat-form-field")(15,"mat-label"),e.EFF(16,"Vertical position"),e.k0s(),e.j41(17,"mat-select",0),e.mxI("valueChange",function(G){return e.DH7(E.verticalPosition,G)||(E.verticalPosition=G),G}),e.j41(18,"mat-option",6),e.EFF(19,"Top"),e.k0s(),e.j41(20,"mat-option",7),e.EFF(21,"Bottom"),e.k0s()()(),e.j41(22,"button",8),e.bIt("click",function(){return E.openSnackBar()}),e.EFF(23," Pool party!\n"),e.k0s()),2&M&&(e.R7$(3),e.R50("value",E.horizontalPosition),e.R7$(14),e.R50("value",E.verticalPosition))},dependencies:[B.RG,B.rl,B.nJ,X.Ve,X.VO,$.wT,l.Hl,l.$z],styles:[z]})}return c})(),s=(()=>{class c{constructor(C){this.snackBar=C}open(C,M="",E){return this.snackBar.open(C,M,E)}static#e=this.\u0275fac=function(M){return new(M||c)(e.rXU(w.UG))};static#t=this.\u0275cmp=e.VBU({type:c,selectors:[["snack-bar-harness-example"]],standalone:!0,features:[e.aNF],decls:1,vars:0,template:function(M,E){1&M&&e.DNE(0,F,1,0,"ng-template")},encapsulation:2})}return c})()},9417:(be,ee,u)=>{u.d(ee,{BC:()=>J,JD:()=>ut,MJ:()=>ke,MR:()=>st,Q0:()=>lt,X1:()=>Ri,YN:()=>Ti,YS:()=>$e,ZU:()=>m,Zm:()=>L,cV:()=>Xe,cb:()=>ye,cz:()=>c,gE:()=>Fe,j4:()=>je,k0:()=>M,kq:()=>z,l_:()=>ct,me:()=>O,ok:()=>Vi,qT:()=>St,vO:()=>p,vS:()=>rt,wz:()=>Ke,xH:()=>Pt,xq:()=>pt,y7:()=>It});var e=u(4438),w=u(177),l=u(4787),D=u(696),T=u(5286),B=u(5006);let X=(()=>{class i{constructor(t,o){this._renderer=t,this._elementRef=o,this.onChange=a=>{},this.onTouched=()=>{}}setProperty(t,o){this._renderer.setProperty(this._elementRef.nativeElement,t,o)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.sFG),e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:i})}return i})(),$=(()=>{class i extends X{static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,features:[e.Vt3]})}return i})();const z=new e.nKC(""),F={provide:z,useExisting:(0,e.Rfq)(()=>L),multi:!0};let L=(()=>{class i extends ${writeValue(t){this.setProperty("checked",t)}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(P){return a.onChange(P.target.checked)})("blur",function(){return a.onTouched()})},features:[e.Jv_([F]),e.Vt3]})}return i})();const U={provide:z,useExisting:(0,e.Rfq)(()=>O),multi:!0},Y=new e.nKC("");let O=(()=>{class i extends X{constructor(t,o,a){super(t,o),this._compositionMode=a,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function K(){const i=(0,w.QT)()?(0,w.QT)().getUserAgent():"";return/android (\d+)/.test(i.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#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.sFG),e.rXU(e.aKT),e.rXU(Y,8))};static#t=this.\u0275dir=e.FsC({type:i,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(o,a){1&o&&e.bIt("input",function(P){return a._handleInput(P.target.value)})("blur",function(){return a.onTouched()})("compositionstart",function(){return a._compositionStart()})("compositionend",function(P){return a._compositionEnd(P.target.value)})},features:[e.Jv_([U]),e.Vt3]})}return i})();function Z(i){return null==i||("string"==typeof i||Array.isArray(i))&&0===i.length}function s(i){return null!=i&&"number"==typeof i.length}const c=new e.nKC(""),y=new e.nKC(""),C=/^(?=.{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 M{static min(n){return function E(i){return n=>{if(Z(n.value)||Z(i))return null;const t=parseFloat(n.value);return!isNaN(t)&&t<i?{min:{min:i,actual:n.value}}:null}}(n)}static max(n){return function W(i){return n=>{if(Z(n.value)||Z(i))return null;const t=parseFloat(n.value);return!isNaN(t)&&t>i?{max:{max:i,actual:n.value}}:null}}(n)}static required(n){return G(n)}static requiredTrue(n){return le(n)}static email(n){return function oe(i){return Z(i.value)||C.test(i.value)?null:{email:!0}}(n)}static minLength(n){return function se(i){return n=>Z(n.value)||!s(n.value)?null:n.value.length<i?{minlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static maxLength(n){return function me(i){return n=>s(n.value)&&n.value.length>i?{maxlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static pattern(n){return function ae(i){if(!i)return ie;let n,t;return"string"==typeof i?(t="","^"!==i.charAt(0)&&(t+="^"),t+=i,"$"!==i.charAt(i.length-1)&&(t+="$"),n=new RegExp(t)):(t=i.toString(),n=i),o=>{if(Z(o.value))return null;const a=o.value;return n.test(a)?null:{pattern:{requiredPattern:t,actualValue:a}}}}(n)}static nullValidator(n){return null}static compose(n){return S(n)}static composeAsync(n){return j(n)}}function G(i){return Z(i.value)?{required:!0}:null}function le(i){return!0===i.value?null:{required:!0}}function ie(i){return null}function xe(i){return null!=i}function A(i){return(0,e.jNT)(i)?(0,l.H)(i):i}function de(i){let n={};return i.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function h(i,n){return n.map(t=>t(i))}function v(i){return i.map(n=>function g(i){return!i.validate}(n)?n:t=>n.validate(t))}function S(i){if(!i)return null;const n=i.filter(xe);return 0==n.length?null:function(t){return de(h(t,n))}}function I(i){return null!=i?S(v(i)):null}function j(i){if(!i)return null;const n=i.filter(xe);return 0==n.length?null:function(t){const o=h(t,n).map(A);return(0,D.p)(o).pipe((0,B.T)(de))}}function ne(i){return null!=i?j(v(i)):null}function fe(i,n){return null===i?[n]:Array.isArray(i)?[...i,n]:[i,n]}function ve(i){return i._rawValidators}function Ae(i){return i._rawAsyncValidators}function pe(i){return i?Array.isArray(i)?i:[i]:[]}function _e(i,n){return Array.isArray(i)?i.includes(n):i===n}function V(i,n){const t=pe(n);return pe(i).forEach(a=>{_e(t,a)||t.push(a)}),t}function ce(i,n){return pe(n).filter(t=>!_e(i,t))}class r{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}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}_setValidators(n){this._rawValidators=n||[],this._composedValidatorFn=I(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=ne(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control&&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 m extends r{get formDirective(){return null}get path(){return null}}class p extends r{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class R{constructor(n){this._cd=n}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}let J=(()=>{class i extends R{constructor(t){super(t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(p,2))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(o,a){2&o&&e.AVh("ng-untouched",a.isUntouched)("ng-touched",a.isTouched)("ng-pristine",a.isPristine)("ng-dirty",a.isDirty)("ng-valid",a.isValid)("ng-invalid",a.isInvalid)("ng-pending",a.isPending)},features:[e.Vt3]})}return i})(),ye=(()=>{class i extends R{constructor(t){super(t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(m,10))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(o,a){2&o&&e.AVh("ng-untouched",a.isUntouched)("ng-touched",a.isTouched)("ng-pristine",a.isPristine)("ng-dirty",a.isDirty)("ng-valid",a.isValid)("ng-invalid",a.isInvalid)("ng-pending",a.isPending)("ng-submitted",a.isSubmitted)},features:[e.Vt3]})}return i})();const _="VALID",k="INVALID",N="PENDING",q="DISABLED";class he{}class Ie extends he{constructor(n,t){super(),this.value=n,this.source=t}}class Se extends he{constructor(n,t){super(),this.pristine=n,this.source=t}}class qe extends he{constructor(n,t){super(),this.touched=n,this.source=t}}class Le extends he{constructor(n,t){super(),this.status=n,this.source=t}}class Yt extends he{constructor(n){super(),this.source=n}}class Qt extends he{constructor(n){super(),this.source=n}}function et(i){return(Ue(i)?i.validators:i)||null}function tt(i,n){return(Ue(n)?n.asyncValidators:i)||null}function Ue(i){return null!=i&&!Array.isArray(i)&&"object"==typeof i}function bt(i,n,t){const o=i.controls;if(!(n?Object.keys(o):o).length)throw new e.wOt(1e3,"");if(!o[t])throw new e.wOt(1001,"")}function yt(i,n,t){i._forEachChild((o,a)=>{if(void 0===t[a])throw new e.wOt(1002,"")})}class Ne{constructor(n,t){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._events=new T.B7,this.events=this._events.asObservable(),this._onDisabledChange=[],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 valid(){return this.status===_}get invalid(){return this.status===k}get pending(){return this.status==N}get disabled(){return this.status===q}get enabled(){return this.status!==q}get dirty(){return!this.pristine}get untouched(){return!this.touched}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(V(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(V(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(ce(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(ce(n,this._rawAsyncValidators))}hasValidator(n){return _e(this._rawValidators,n)}hasAsyncValidator(n){return _e(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsTouched({...n,sourceControl:o}),t&&!1!==n.emitEvent&&this._events.next(new qe(!0,o))}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 o=n.sourceControl??this;this._forEachChild(a=>{a.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:o})}),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,o),t&&!1!==n.emitEvent&&this._events.next(new qe(!1,o))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsDirty({...n,sourceControl:o}),t&&!1!==n.emitEvent&&this._events.next(new Se(!1,o))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const o=n.sourceControl??this;this._forEachChild(a=>{a.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),this._parent&&!n.onlySelf&&this._parent._updatePristine(n,o),t&&!1!==n.emitEvent&&this._events.next(new Se(!0,o))}markAsPending(n={}){this.status=N;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Le(this.status,t)),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=q,this.errors=null,this._forEachChild(a=>{a.disable({...n,onlySelf:!0})}),this._updateValue();const o=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Ie(this.value,o)),this._events.next(new Le(this.status,o)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(a=>a(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=_,this._forEachChild(o=>{o.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(o=>o(!1))}_updateAncestors(n,t){this._parent&&!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 o=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===_||this.status===N)&&this._runAsyncValidator(o,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Ie(this.value,t)),this._events.next(new Le(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!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()?q:_}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=N,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t};const o=A(this.asyncValidator(this));this._asyncValidationSubscription=o.subscribe(a=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(a,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=this._hasOwnPendingAsyncValidator?.emitEvent??!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((o,a)=>o&&o._find(a),this)}getError(n,t){const o=t?this.get(t):this;return o&&o.errors?o.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,o){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||o)&&this._events.next(new Le(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,o)}_initObservables(){this.valueChanges=new e.bkB,this.statusChanges=new e.bkB}_calculateStatus(){return this._allControlsDisabled()?q:this.errors?k:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(N)?N:this._anyControlsHaveStatus(k)?k:_}_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 o=!this._anyControlsDirty(),a=this.pristine!==o;this.pristine=o,this._parent&&!n.onlySelf&&this._parent._updatePristine(n,t),a&&this._events.next(new Se(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new qe(this.touched,t)),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,t)}_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Ue(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function Jt(i){return Array.isArray(i)?I(i):i||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function Zt(i){return Array.isArray(i)?ne(i):i||null}(this._rawAsyncValidators)}}class Fe extends Ne{constructor(n,t,o){super(et(t),tt(o,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}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,o={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:o.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,o={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){yt(this,0,n),Object.keys(n).forEach(o=>{bt(this,!0,o),this.controls[o].setValue(n[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(o=>{const a=this.controls[o];a&&a.patchValue(n[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((o,a)=>{o.reset(n?n[a]:null,{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t)}getRawValue(){return this._reduceChildren({},(n,t,o)=>(n[o]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,o)=>!!o._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const o=this.controls[t];o&&n(o,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,o]of Object.entries(this.controls))if(this.contains(t)&&n(o))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,o,a)=>((o.enabled||this.disabled)&&(t[a]=o.value),t))}_reduceChildren(n,t){let o=n;return this._forEachChild((a,b)=>{o=t(o,a,b)}),o}_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}}class Ct extends Fe{}const De=new e.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>Ve}),Ve="always";function ze(i,n){return[...n.path,i]}function Te(i,n,t=Ve){it(i,n),n.valueAccessor.writeValue(i.value),(i.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(i.disabled),function ei(i,n){n.valueAccessor.registerOnChange(t=>{i._pendingValue=t,i._pendingChange=!0,i._pendingDirty=!0,"change"===i.updateOn&&Mt(i,n)})}(i,n),function ii(i,n){const t=(o,a)=>{n.valueAccessor.writeValue(o),a&&n.viewToModelUpdate(o)};i.registerOnChange(t),n._registerOnDestroy(()=>{i._unregisterOnChange(t)})}(i,n),function ti(i,n){n.valueAccessor.registerOnTouched(()=>{i._pendingTouched=!0,"blur"===i.updateOn&&i._pendingChange&&Mt(i,n),"submit"!==i.updateOn&&i.markAsTouched()})}(i,n),function qt(i,n){if(n.valueAccessor.setDisabledState){const t=o=>{n.valueAccessor.setDisabledState(o)};i.registerOnDisabledChange(t),n._registerOnDestroy(()=>{i._unregisterOnDisabledChange(t)})}}(i,n)}function Ge(i,n,t=!0){const o=()=>{};n.valueAccessor&&(n.valueAccessor.registerOnChange(o),n.valueAccessor.registerOnTouched(o)),We(i,n),i&&(n._invokeOnDestroyCallbacks(),i._registerOnCollectionChange(()=>{}))}function He(i,n){i.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function it(i,n){const t=ve(i);null!==n.validator?i.setValidators(fe(t,n.validator)):"function"==typeof t&&i.setValidators([t]);const o=Ae(i);null!==n.asyncValidator?i.setAsyncValidators(fe(o,n.asyncValidator)):"function"==typeof o&&i.setAsyncValidators([o]);const a=()=>i.updateValueAndValidity();He(n._rawValidators,a),He(n._rawAsyncValidators,a)}function We(i,n){let t=!1;if(null!==i){if(null!==n.validator){const a=ve(i);if(Array.isArray(a)&&a.length>0){const b=a.filter(P=>P!==n.validator);b.length!==a.length&&(t=!0,i.setValidators(b))}}if(null!==n.asyncValidator){const a=Ae(i);if(Array.isArray(a)&&a.length>0){const b=a.filter(P=>P!==n.asyncValidator);b.length!==a.length&&(t=!0,i.setAsyncValidators(b))}}}const o=()=>{};return He(n._rawValidators,o),He(n._rawAsyncValidators,o),t}function Mt(i,n){i._pendingDirty&&i.markAsDirty(),i.setValue(i._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1}function Et(i,n){it(i,n)}function ot(i,n){if(!i.hasOwnProperty("model"))return!1;const t=i.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)}function Dt(i,n){i._syncPendingControls(),n.forEach(t=>{const o=t.control;"submit"===o.updateOn&&o._pendingChange&&(t.viewToModelUpdate(o._pendingValue),o._pendingChange=!1)})}function at(i,n){if(!n)return null;let t,o,a;return Array.isArray(n),n.forEach(b=>{b.constructor===O?t=b:function ai(i){return Object.getPrototypeOf(i.constructor)===$}(b)?o=b:a=b}),a||o||t||null}const li={provide:m,useExisting:(0,e.Rfq)(()=>Xe)},Re=Promise.resolve();let Xe=(()=>{class i extends m{constructor(t,o,a){super(),this.callSetDisabledState=a,this.submitted=!1,this._directives=new Set,this.ngSubmit=new e.bkB,this.form=new Fe({},I(t),ne(o))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(t){Re.then(()=>{const o=this._findContainer(t.path);t.control=o.registerControl(t.name,t.control),Te(t.control,t,this.callSetDisabledState),t.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(t)})}getControl(t){return this.form.get(t.path)}removeControl(t){Re.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name),this._directives.delete(t)})}addFormGroup(t){Re.then(()=>{const o=this._findContainer(t.path),a=new Fe({});Et(a,t),o.registerControl(t.name,a),a.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(t){Re.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name)})}getFormGroup(t){return this.form.get(t.path)}updateModel(t,o){Re.then(()=>{this.form.get(t.path).setValue(o)})}setValue(t){this.control.setValue(t)}onSubmit(t){return this.submitted=!0,Dt(this.form,this._directives),this.ngSubmit.emit(t),"dialog"===t?.target?.method}onReset(){this.resetForm()}resetForm(t=void 0){this.form.reset(t),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(t){return t.pop(),t.length?this.form.get(t):this.form}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(c,10),e.rXU(y,10),e.rXU(De,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(o,a){1&o&&e.bIt("submit",function(P){return a.onSubmit(P)})("reset",function(){return a.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e.Jv_([li]),e.Vt3]})}return i})();function wt(i,n){const t=i.indexOf(n);t>-1&&i.splice(t,1)}function At(i){return"object"==typeof i&&null!==i&&2===Object.keys(i).length&&"value"in i&&"disabled"in i}const ke=class extends Ne{constructor(n=null,t,o){super(et(t),tt(o,t)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Ue(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=At(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(o=>o(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),this._pendingChange=!1}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){wt(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){wt(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){At(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}},ci={provide:p,useExisting:(0,e.Rfq)(()=>rt)},kt=Promise.resolve();let rt=(()=>{class i extends p{constructor(t,o,a,b,P,ge){super(),this._changeDetectorRef=P,this.callSetDisabledState=ge,this.control=new ke,this._registered=!1,this.name="",this.update=new e.bkB,this._parent=t,this._setValidators(o),this._setAsyncValidators(a),this.valueAccessor=at(0,b)}ngOnChanges(t){if(this._checkForErrors(),!this._registered||"name"in t){if(this._registered&&(this._checkName(),this.formDirective)){const o=t.name.previousValue;this.formDirective.removeControl({name:o,path:this._getPath(o)})}this._setUpControl()}"isDisabled"in t&&this._updateDisabled(t),ot(t,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Te(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(t){kt.then(()=>{this.control.setValue(t,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(t){const o=t.isDisabled.currentValue,a=0!==o&&(0,e.L39)(o);kt.then(()=>{a&&!this.control.disabled?this.control.disable():!a&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(t){return this._parent?ze(t,this._parent):[t]}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(m,9),e.rXU(c,10),e.rXU(y,10),e.rXU(z,10),e.rXU(e.gRc,8),e.rXU(De,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[e.Jv_([ci]),e.Vt3,e.OA$]})}return i})(),St=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}return i})();const mi={provide:z,useExisting:(0,e.Rfq)(()=>lt),multi:!0};let lt=(()=>{class i extends ${writeValue(t){this.setProperty("value",t??"")}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("input",function(P){return a.onChange(P.target.value)})("blur",function(){return a.onTouched()})},features:[e.Jv_([mi]),e.Vt3]})}return i})();const hi={provide:z,useExisting:(0,e.Rfq)(()=>st),multi:!0};let st=(()=>{class i extends ${writeValue(t){this.setProperty("value",parseFloat(t))}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(P){return a.onChange(P.target.value)})("input",function(P){return a.onChange(P.target.value)})("blur",function(){return a.onTouched()})},features:[e.Jv_([hi]),e.Vt3]})}return i})();const dt=new e.nKC(""),pi={provide:p,useExisting:(0,e.Rfq)(()=>ct)};let ct=(()=>{class i extends p{set isDisabled(t){}static#e=this._ngModelWarningSentOnce=!1;constructor(t,o,a,b,P){super(),this._ngModelWarningConfig=b,this.callSetDisabledState=P,this.update=new e.bkB,this._ngModelWarningSent=!1,this._setValidators(t),this._setAsyncValidators(o),this.valueAccessor=at(0,a)}ngOnChanges(t){if(this._isControlChanged(t)){const o=t.form.previousValue;o&&Ge(o,this,!1),Te(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}ot(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Ge(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#t=this.\u0275fac=function(o){return new(o||i)(e.rXU(c,10),e.rXU(y,10),e.rXU(z,10),e.rXU(dt,8),e.rXU(De,8))};static#i=this.\u0275dir=e.FsC({type:i,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[e.Jv_([pi]),e.Vt3,e.OA$]})}return i})();const _i={provide:m,useExisting:(0,e.Rfq)(()=>je)};let je=(()=>{class i extends m{constructor(t,o,a){super(),this.callSetDisabledState=a,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new e.bkB,this._setValidators(t),this._setAsyncValidators(o)}ngOnChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(We(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(t){const o=this.form.get(t.path);return Te(o,t,this.callSetDisabledState),o.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),o}getControl(t){return this.form.get(t.path)}removeControl(t){Ge(t.control||null,t,!1),function ri(i,n){const t=i.indexOf(n);t>-1&&i.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}getFormArray(t){return this.form.get(t.path)}updateModel(t,o){this.form.get(t.path).setValue(o)}onSubmit(t){return this.submitted=!0,Dt(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new Yt(this.control)),"dialog"===t?.target?.method}onReset(){this.resetForm()}resetForm(t=void 0){this.form.reset(t),this.submitted=!1,this.form._events.next(new Qt(this.form))}_updateDomValue(){this.directives.forEach(t=>{const o=t.control,a=this.form.get(t.path);o!==a&&(Ge(o||null,t),(i=>i instanceof ke)(a)&&(Te(a,t,this.callSetDisabledState),t.control=a))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const o=this.form.get(t.path);Et(o,t),o.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){if(this.form){const o=this.form.get(t.path);o&&function ni(i,n){return We(i,n)}(o,t)&&o.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){it(this.form,this),this._oldForm&&We(this._oldForm,this)}_checkFormPresent(){}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(c,10),e.rXU(y,10),e.rXU(De,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formGroup",""]],hostBindings:function(o,a){1&o&&e.bIt("submit",function(P){return a.onSubmit(P)})("reset",function(){return a.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e.Jv_([_i]),e.Vt3,e.OA$]})}return i})();const vi={provide:p,useExisting:(0,e.Rfq)(()=>ut)};let ut=(()=>{class i extends p{set isDisabled(t){}static#e=this._ngModelWarningSentOnce=!1;constructor(t,o,a,b,P){super(),this._ngModelWarningConfig=P,this._added=!1,this.name=null,this.update=new e.bkB,this._ngModelWarningSent=!1,this._parent=t,this._setValidators(o),this._setAsyncValidators(a),this.valueAccessor=at(0,b)}ngOnChanges(t){this._added||this._setUpControl(),ot(t,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}get path(){return ze(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}static#t=this.\u0275fac=function(o){return new(o||i)(e.rXU(m,13),e.rXU(c,10),e.rXU(y,10),e.rXU(z,10),e.rXU(dt,8))};static#i=this.\u0275dir=e.FsC({type:i,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},features:[e.Jv_([vi]),e.Vt3,e.OA$]})}return i})();const bi={provide:z,useExisting:(0,e.Rfq)(()=>Ke),multi:!0};function Rt(i,n){return null==i?`${n}`:(n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let Ke=(()=>{class i extends ${constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){this.value=t;const a=Rt(this._getOptionId(t),t);this.setProperty("value",a)}registerOnChange(t){this.onChange=o=>{this.value=this._getOptionValue(o),t(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(t){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o),t))return o;return null}_getOptionValue(t){const o=function yi(i){return i.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o):t}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(P){return a.onChange(P.target.value)})("blur",function(){return a.onTouched()})},inputs:{compareWith:"compareWith"},features:[e.Jv_([bi]),e.Vt3]})}return i})(),Pt=(()=>{class i{constructor(t,o,a){this._element=t,this._renderer=o,this._select=a,this._select&&(this.id=this._select._registerOption())}set ngValue(t){null!=this._select&&(this._select._optionMap.set(this.id,t),this._setElementValue(Rt(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._setElementValue(t),this._select&&this._select.writeValue(this._select.value)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(Ke,9))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})();const Ci={provide:z,useExisting:(0,e.Rfq)(()=>ht),multi:!0};function Bt(i,n){return null==i?`${n}`:("string"==typeof n&&(n=`'${n}'`),n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let ht=(()=>{class i extends ${constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){let o;if(this.value=t,Array.isArray(t)){const a=t.map(b=>this._getOptionId(b));o=(b,P)=>{b._setSelected(a.indexOf(P.toString())>-1)}}else o=(a,b)=>{a._setSelected(!1)};this._optionMap.forEach(o)}registerOnChange(t){this.onChange=o=>{const a=[],b=o.selectedOptions;if(void 0!==b){const P=b;for(let ge=0;ge<P.length;ge++){const _t=this._getOptionValue(P[ge].value);a.push(_t)}}else{const P=o.options;for(let ge=0;ge<P.length;ge++){const Ye=P[ge];if(Ye.selected){const _t=this._getOptionValue(Ye.value);a.push(_t)}}}this.value=a,t(a)}}_registerOption(t){const o=(this._idCounter++).toString();return this._optionMap.set(o,t),o}_getOptionId(t){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o)._value,t))return o;return null}_getOptionValue(t){const o=function Mi(i){return i.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o)._value:t}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(o,a){1&o&&e.bIt("change",function(P){return a.onChange(P.target)})("blur",function(){return a.onTouched()})},inputs:{compareWith:"compareWith"},features:[e.Jv_([Ci]),e.Vt3]})}return i})(),It=(()=>{class i{constructor(t,o,a){this._element=t,this._renderer=o,this._select=a,this._select&&(this.id=this._select._registerOption(this))}set ngValue(t){null!=this._select&&(this._value=t,this._setElementValue(Bt(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._select?(this._value=t,this._setElementValue(Bt(this.id,t)),this._select.writeValue(this._select.value)):this._setElementValue(t)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}_setSelected(t){this._renderer.setProperty(this._element.nativeElement,"selected",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(ht,9))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})(),we=(()=>{class i{constructor(){this._validator=ie}ngOnChanges(t){if(this.inputName in t){const o=this.normalizeInput(t[this.inputName].currentValue);this._enabled=this.enabled(o),this._validator=this._enabled?this.createValidator(o):ie,this._onChange&&this._onChange()}}validate(t){return this._validator(t)}registerOnValidatorChange(t){this._onChange=t}enabled(t){return null!=t}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=e.FsC({type:i,features:[e.OA$]})}return i})();const wi={provide:c,useExisting:(0,e.Rfq)(()=>$e),multi:!0},Ai={provide:c,useExisting:(0,e.Rfq)(()=>pt),multi:!0};let $e=(()=>{class i extends we{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=e.L39,this.createValidator=t=>G}enabled(t){return t}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(o,a){2&o&&e.BMQ("required",a._enabled?"":null)},inputs:{required:"required"},features:[e.Jv_([wi]),e.Vt3]})}return i})(),pt=(()=>{class i extends $e{constructor(){super(...arguments),this.createValidator=t=>le}static#e=this.\u0275fac=(()=>{let t;return function(a){return(t||(t=e.xGo(i)))(a||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(o,a){2&o&&e.BMQ("required",a._enabled?"":null)},features:[e.Jv_([Ai]),e.Vt3]})}return i})(),jt=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({})}return i})();class Kt extends Ne{constructor(n,t,o){super(et(t),tt(o,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(n){return this.controls[this._adjustIndex(n)]}push(n,t={}){this.controls.push(n),this._registerControl(n),this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}insert(n,t,o={}){this.controls.splice(n,0,t),this._registerControl(t),this.updateValueAndValidity({emitEvent:o.emitEvent})}removeAt(n,t={}){let o=this._adjustIndex(n);o<0&&(o=0),this.controls[o]&&this.controls[o]._registerOnCollectionChange(()=>{}),this.controls.splice(o,1),this.updateValueAndValidity({emitEvent:t.emitEvent})}setControl(n,t,o={}){let a=this._adjustIndex(n);a<0&&(a=0),this.controls[a]&&this.controls[a]._registerOnCollectionChange(()=>{}),this.controls.splice(a,1),t&&(this.controls.splice(a,0,t),this._registerControl(t)),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(n,t={}){yt(this,0,n),n.forEach((o,a)=>{bt(this,!1,a),this.at(a).setValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(n.forEach((o,a)=>{this.at(a)&&this.at(a).patchValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n=[],t={}){this._forEachChild((o,a)=>{o.reset(n[a],{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t)}getRawValue(){return this.controls.map(n=>n.getRawValue())}clear(n={}){this.controls.length<1||(this._forEachChild(t=>t._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:n.emitEvent}))}_adjustIndex(n){return n<0?n+this.length:n}_syncPendingControls(){let n=this.controls.reduce((t,o)=>!!o._syncPendingControls()||t,!1);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){this.controls.forEach((t,o)=>{n(t,o)})}_updateValue(){this.value=this.controls.filter(n=>n.enabled||this.disabled).map(n=>n.value)}_anyControls(n){return this.controls.some(t=>t.enabled&&n(t))}_setUpControls(){this._forEachChild(n=>this._registerControl(n))}_allControlsDisabled(){for(const n of this.controls)if(n.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(n){n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)}_find(n){return this.at(n)??null}}function $t(i){return!!i&&(void 0!==i.asyncValidators||void 0!==i.validators||void 0!==i.updateOn)}let Vi=(()=>{class i{constructor(){this.useNonNullable=!1}get nonNullable(){const t=new i;return t.useNonNullable=!0,t}group(t,o=null){const a=this._reduceControls(t);let b={};return $t(o)?b=o:null!==o&&(b.validators=o.validator,b.asyncValidators=o.asyncValidator),new Fe(a,b)}record(t,o=null){const a=this._reduceControls(t);return new Ct(a,o)}control(t,o,a){let b={};return this.useNonNullable?($t(o)?b=o:(b.validators=o,b.asyncValidators=a),new ke(t,{...b,nonNullable:!0})):new ke(t,o,a)}array(t,o,a){const b=t.map(P=>this._createControl(P));return new Kt(b,o,a)}_reduceControls(t){const o={};return Object.keys(t).forEach(a=>{o[a]=this._createControl(t[a])}),o}_createControl(t){return t instanceof ke||t instanceof Ne?t:Array.isArray(t)?this.control(t[0],t.length>1?t[1]:null,t.length>2?t[2]:null):this.control(t)}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275prov=e.jDH({token:i,factory:i.\u0275fac,providedIn:"root"})}return i})(),Ti=(()=>{class i{static withConfig(t){return{ngModule:i,providers:[{provide:De,useValue:t.callSetDisabledState??Ve}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({imports:[jt]})}return i})(),Ri=(()=>{class i{static withConfig(t){return{ngModule:i,providers:[{provide:dt,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:De,useValue:t.callSetDisabledState??Ve}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({imports:[jt]})}return i})()},3719:(be,ee,u)=>{u.d(ee,{JW:()=>V,MV:()=>pe,RG:()=>Ze,TL:()=>ve,nJ:()=>j,qT:()=>ue,rl:()=>vt,xb:()=>Me,yw:()=>r});var e=u(4438),w=u(8203),l=u(6860),D=u(4337),T=u(5286),B=u(4670),X=u(7605),$=u(8170),z=u(4085),F=u(9969),L=u(177),U=u(2318),K=u(6600);const Y=["notch"],O=["matFormFieldNotchedOutline",""],Z=["*"],s=["textField"],c=["iconPrefixContainer"],y=["textPrefixContainer"],C=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],M=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function E(f,Q){1&f&&e.nrm(0,"span",19)}function W(f,Q){if(1&f&&(e.j41(0,"label",18),e.SdG(1,1),e.DNE(2,E,1,0,"span",19),e.k0s()),2&f){const d=e.XpG(2);e.Y8G("floating",d._shouldLabelFloat())("monitorResize",d._hasOutline())("id",d._labelId),e.BMQ("for",d._control.disableAutomaticLabeling?null:d._control.id),e.R7$(2),e.vxM(!d.hideRequiredMarker&&d._control.required?2:-1)}}function G(f,Q){if(1&f&&e.DNE(0,W,3,5,"label",18),2&f){const d=e.XpG();e.vxM(d._hasFloatingLabel()?0:-1)}}function le(f,Q){1&f&&e.nrm(0,"div",5)}function oe(f,Q){}function se(f,Q){if(1&f&&e.DNE(0,oe,0,0,"ng-template",11),2&f){e.XpG(2);const d=e.sdS(1);e.Y8G("ngTemplateOutlet",d)}}function me(f,Q){if(1&f&&(e.j41(0,"div",7),e.DNE(1,se,1,1,null,11),e.k0s()),2&f){const d=e.XpG();e.Y8G("matFormFieldNotchedOutlineOpen",d._shouldLabelFloat()),e.R7$(),e.vxM(d._forceDisplayInfixLabel()?-1:1)}}function ae(f,Q){1&f&&(e.j41(0,"div",8,2),e.SdG(2,2),e.k0s())}function ie(f,Q){1&f&&(e.j41(0,"div",9,3),e.SdG(2,3),e.k0s())}function xe(f,Q){}function A(f,Q){if(1&f&&e.DNE(0,xe,0,0,"ng-template",11),2&f){e.XpG();const d=e.sdS(1);e.Y8G("ngTemplateOutlet",d)}}function de(f,Q){1&f&&(e.j41(0,"div",12),e.SdG(1,4),e.k0s())}function h(f,Q){1&f&&(e.j41(0,"div",13),e.SdG(1,5),e.k0s())}function g(f,Q){1&f&&e.nrm(0,"div",14)}function v(f,Q){if(1&f&&(e.j41(0,"div",16),e.SdG(1,6),e.k0s()),2&f){const d=e.XpG();e.Y8G("@transitionMessages",d._subscriptAnimationState)}}function S(f,Q){if(1&f&&(e.j41(0,"mat-hint",20),e.EFF(1),e.k0s()),2&f){const d=e.XpG(2);e.Y8G("id",d._hintLabelId),e.R7$(),e.JRh(d.hintLabel)}}function I(f,Q){if(1&f&&(e.j41(0,"div",17),e.DNE(1,S,2,2,"mat-hint",20),e.SdG(2,7),e.nrm(3,"div",21),e.SdG(4,8),e.k0s()),2&f){const d=e.XpG();e.Y8G("@transitionMessages",d._subscriptAnimationState),e.R7$(),e.vxM(d.hintLabel?1:-1)}}let j=(()=>{class f{static#e=this.\u0275fac=function(x){return new(x||f)};static#t=this.\u0275dir=e.FsC({type:f,selectors:[["mat-label"]],standalone:!0})}return f})(),ne=0;const fe=new e.nKC("MatError");let ve=(()=>{class f{constructor(d,x){this.id="mat-mdc-error-"+ne++,d||x.nativeElement.setAttribute("aria-live","polite")}static#e=this.\u0275fac=function(x){return new(x||f)(e.kS0("aria-live"),e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:f,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(x,_){2&x&&e.Mr5("id",_.id)},inputs:{id:"id"},standalone:!0,features:[e.Jv_([{provide:fe,useExisting:f}])]})}return f})(),Ae=0,pe=(()=>{class f{constructor(){this.align="start",this.id="mat-mdc-hint-"+Ae++}static#e=this.\u0275fac=function(x){return new(x||f)};static#t=this.\u0275dir=e.FsC({type:f,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(x,_){2&x&&(e.Mr5("id",_.id),e.BMQ("align",null),e.AVh("mat-mdc-form-field-hint-end","end"===_.align))},inputs:{align:"align",id:"id"},standalone:!0})}return f})();const _e=new e.nKC("MatPrefix");let V=(()=>{class f{constructor(){this._isText=!1}set _isTextSelector(d){this._isText=!0}static#e=this.\u0275fac=function(x){return new(x||f)};static#t=this.\u0275dir=e.FsC({type:f,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:[0,"matTextPrefix","_isTextSelector"]},standalone:!0,features:[e.Jv_([{provide:_e,useExisting:f}])]})}return f})();const ce=new e.nKC("MatSuffix");let r=(()=>{class f{constructor(){this._isText=!1}set _isTextSelector(d){this._isText=!0}static#e=this.\u0275fac=function(x){return new(x||f)};static#t=this.\u0275dir=e.FsC({type:f,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},standalone:!0,features:[e.Jv_([{provide:ce,useExisting:f}])]})}return f})();const m=new e.nKC("FloatingLabelParent");let p=(()=>{class f{get floating(){return this._floating}set floating(d){this._floating=d,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(d){this._monitorResize=d,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(d){this._elementRef=d,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,e.WQX)($.a),this._ngZone=(0,e.WQX)(e.SKi),this._parent=(0,e.WQX)(m),this._resizeSubscription=new D.y}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function R(f){if(null!==f.offsetParent)return f.scrollWidth;const d=f.cloneNode(!0);d.style.setProperty("position","absolute"),d.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(d);const x=d.scrollWidth;return d.remove(),x}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static#e=this.\u0275fac=function(x){return new(x||f)(e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:f,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(x,_){2&x&&e.AVh("mdc-floating-label--float-above",_.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"},standalone:!0})}return f})();const H="mdc-line-ripple--active",re="mdc-line-ripple--deactivating";let J=(()=>{class f{constructor(d,x){this._elementRef=d,this._handleTransitionEnd=_=>{const k=this._elementRef.nativeElement.classList,N=k.contains(re);"opacity"===_.propertyName&&N&&k.remove(H,re)},x.runOutsideAngular(()=>{d.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const d=this._elementRef.nativeElement.classList;d.remove(re),d.add(H)}deactivate(){this._elementRef.nativeElement.classList.add(re)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static#e=this.\u0275fac=function(x){return new(x||f)(e.rXU(e.aKT),e.rXU(e.SKi))};static#t=this.\u0275dir=e.FsC({type:f,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"],standalone:!0})}return f})(),ye=(()=>{class f{constructor(d,x){this._elementRef=d,this._ngZone=x,this.open=!1}ngAfterViewInit(){const d=this._elementRef.nativeElement.querySelector(".mdc-floating-label");d?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(d.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>d.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(d){this._notch.nativeElement.style.width=this.open&&d?`calc(${d}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static#e=this.\u0275fac=function(x){return new(x||f)(e.rXU(e.aKT),e.rXU(e.SKi))};static#t=this.\u0275cmp=e.VBU({type:f,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(x,_){if(1&x&&e.GBs(Y,5),2&x){let k;e.mGM(k=e.lsd())&&(_._notch=k.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(x,_){2&x&&e.AVh("mdc-notched-outline--notched",_.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},standalone:!0,features:[e.aNF],attrs:O,ngContentSelectors:Z,decls:5,vars:0,consts:[["notch",""],[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(x,_){1&x&&(e.NAR(),e.nrm(0,"div",1),e.j41(1,"div",2,0),e.SdG(3),e.k0s(),e.nrm(4,"div",3))},encapsulation:2,changeDetection:0})}return f})();const Ce={transitionMessages:(0,F.hZ)("transitionMessages",[(0,F.wk)("enter",(0,F.iF)({opacity:1,transform:"translateY(0%)"})),(0,F.kY)("void => enter",[(0,F.iF)({opacity:0,transform:"translateY(-5px)"}),(0,F.i0)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let ue=(()=>{class f{static#e=this.\u0275fac=function(x){return new(x||f)};static#t=this.\u0275dir=e.FsC({type:f})}return f})();const Me=new e.nKC("MatFormField"),te=new e.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let Ee=0,vt=(()=>{class f{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(d){this._hideRequiredMarker=(0,z.he)(d)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(d){d!==this._floatLabel&&(this._floatLabel=d,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(d){const x=this._appearance;this._appearance=d||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==x&&(this._needsOutlineLabelOffsetUpdate=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(d){this._subscriptSizing=d||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(d){this._hintLabel=d,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(d){this._explicitFormFieldControl=d}constructor(d,x,_,k,N,q,he,Ie){this._elementRef=d,this._changeDetectorRef=x,this._dir=k,this._platform=N,this._defaults=q,this._animationMode=he,this._hideRequiredMarker=!1,this.color="primary",this._appearance="fill",this._subscriptSizing=null,this._hintLabel="",this._hasIconPrefix=!1,this._hasTextPrefix=!1,this._hasIconSuffix=!1,this._hasTextSuffix=!1,this._labelId="mat-mdc-form-field-label-"+Ee++,this._hintLabelId="mat-mdc-hint-"+Ee++,this._subscriptAnimationState="",this._destroyed=new T.B7,this._isFocused=null,this._needsOutlineLabelOffsetUpdate=!1,this._injector=(0,e.WQX)(e.zZn),q&&(q.appearance&&(this.appearance=q.appearance),this._hideRequiredMarker=!!q?.hideRequiredMarker,q.color&&(this.color=q.color))}ngAfterViewInit(){this._updateFocusState(),this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeControl(),this._initializeSubscript(),this._initializePrefixAndSuffix(),this._initializeOutlineLabelOffsetSubscriptions()}ngAfterContentChecked(){this._assertFormFieldControl()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(){const d=this._control;d.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${d.controlType}`),d.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),d.ngControl&&d.ngControl.valueChanges&&d.ngControl.valueChanges.pipe((0,X.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(d=>!d._isText),this._hasTextPrefix=!!this._prefixChildren.find(d=>d._isText),this._hasIconSuffix=!!this._suffixChildren.find(d=>!d._isText),this._hasTextSuffix=!!this._suffixChildren.find(d=>d._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,B.h)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0),(0,e.Tzd)(()=>{this._needsOutlineLabelOffsetUpdate&&(this._needsOutlineLabelOffsetUpdate=!1,this._updateOutlineLabelOffset())},{injector:this._injector}),this._dir.change.pipe((0,X.Q)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0)}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_hasFloatingLabel(){return!!this._labelChildNonStatic||!!this._labelChildStatic}_shouldLabelFloat(){return this._control.shouldLabelFloat||this._shouldAlwaysFloat()}_shouldForward(d){const x=this._control?this._control.ngControl:null;return x&&x[d]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let d=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&d.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const x=this._hintChildren?this._hintChildren.find(k=>"start"===k.align):null,_=this._hintChildren?this._hintChildren.find(k=>"end"===k.align):null;x?d.push(x.id):this._hintLabel&&d.push(this._hintLabelId),_&&d.push(_.id)}else this._errorChildren&&d.push(...this._errorChildren.map(x=>x.id));this._control.setDescribedByIds(d)}}_updateOutlineLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return;const d=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(d.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdate=!0);const x=this._iconPrefixContainer?.nativeElement,_=this._textPrefixContainer?.nativeElement,k=x?.getBoundingClientRect().width??0,N=_?.getBoundingClientRect().width??0;d.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${k+N}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const d=this._elementRef.nativeElement;if(d.getRootNode){const x=d.getRootNode();return x&&x!==d}return document.documentElement.contains(d)}static#e=this.\u0275fac=function(x){return new(x||f)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(e.SKi),e.rXU(w.dS),e.rXU(l.OD),e.rXU(te,8),e.rXU(e.bc$,8),e.rXU(L.qQ))};static#t=this.\u0275cmp=e.VBU({type:f,selectors:[["mat-form-field"]],contentQueries:function(x,_,k){if(1&x&&(e.wni(k,j,5),e.wni(k,j,7),e.wni(k,ue,5),e.wni(k,_e,5),e.wni(k,ce,5),e.wni(k,fe,5),e.wni(k,pe,5)),2&x){let N;e.mGM(N=e.lsd())&&(_._labelChildNonStatic=N.first),e.mGM(N=e.lsd())&&(_._labelChildStatic=N.first),e.mGM(N=e.lsd())&&(_._formFieldControl=N.first),e.mGM(N=e.lsd())&&(_._prefixChildren=N),e.mGM(N=e.lsd())&&(_._suffixChildren=N),e.mGM(N=e.lsd())&&(_._errorChildren=N),e.mGM(N=e.lsd())&&(_._hintChildren=N)}},viewQuery:function(x,_){if(1&x&&(e.GBs(s,5),e.GBs(c,5),e.GBs(y,5),e.GBs(p,5),e.GBs(ye,5),e.GBs(J,5)),2&x){let k;e.mGM(k=e.lsd())&&(_._textField=k.first),e.mGM(k=e.lsd())&&(_._iconPrefixContainer=k.first),e.mGM(k=e.lsd())&&(_._textPrefixContainer=k.first),e.mGM(k=e.lsd())&&(_._floatingLabel=k.first),e.mGM(k=e.lsd())&&(_._notchedOutline=k.first),e.mGM(k=e.lsd())&&(_._lineRipple=k.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(x,_){2&x&&e.AVh("mat-mdc-form-field-label-always-float",_._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",_._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",_._hasIconSuffix)("mat-form-field-invalid",_._control.errorState)("mat-form-field-disabled",_._control.disabled)("mat-form-field-autofilled",_._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===_._animationMode)("mat-form-field-appearance-fill","fill"==_.appearance)("mat-form-field-appearance-outline","outline"==_.appearance)("mat-form-field-hide-placeholder",_._hasFloatingLabel()&&!_._shouldLabelFloat())("mat-focused",_._control.focused)("mat-primary","accent"!==_.color&&"warn"!==_.color)("mat-accent","accent"===_.color)("mat-warn","warn"===_.color)("ng-untouched",_._shouldForward("untouched"))("ng-touched",_._shouldForward("touched"))("ng-pristine",_._shouldForward("pristine"))("ng-dirty",_._shouldForward("dirty"))("ng-valid",_._shouldForward("valid"))("ng-invalid",_._shouldForward("invalid"))("ng-pending",_._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],standalone:!0,features:[e.Jv_([{provide:Me,useExisting:f},{provide:m,useExisting:f}]),e.aNF],ngContentSelectors:M,decls:18,vars:21,consts:[["labelTemplate",""],["textField",""],["iconPrefixContainer",""],["textPrefixContainer",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],[1,"mat-mdc-form-field-focus-overlay"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[1,"mat-mdc-form-field-icon-prefix"],[1,"mat-mdc-form-field-text-prefix"],[1,"mat-mdc-form-field-infix"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align"],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[3,"id"],[1,"mat-mdc-form-field-hint-spacer"]],template:function(x,_){if(1&x){const k=e.RV6();e.NAR(C),e.DNE(0,G,1,1,"ng-template",null,0,e.C5r),e.j41(2,"div",4,1),e.bIt("click",function(q){return e.eBV(k),e.Njj(_._control.onContainerClick(q))}),e.DNE(4,le,1,0,"div",5),e.j41(5,"div",6),e.DNE(6,me,2,2,"div",7)(7,ae,3,0,"div",8)(8,ie,3,0,"div",9),e.j41(9,"div",10),e.DNE(10,A,1,1,null,11),e.SdG(11),e.k0s(),e.DNE(12,de,2,0,"div",12)(13,h,2,0,"div",13),e.k0s(),e.DNE(14,g,1,0,"div",14),e.k0s(),e.j41(15,"div",15),e.DNE(16,v,2,1,"div",16)(17,I,5,2,"div",17),e.k0s()}if(2&x){let k;e.R7$(2),e.AVh("mdc-text-field--filled",!_._hasOutline())("mdc-text-field--outlined",_._hasOutline())("mdc-text-field--no-label",!_._hasFloatingLabel())("mdc-text-field--disabled",_._control.disabled)("mdc-text-field--invalid",_._control.errorState),e.R7$(2),e.vxM(_._hasOutline()||_._control.disabled?-1:4),e.R7$(2),e.vxM(_._hasOutline()?6:-1),e.R7$(),e.vxM(_._hasIconPrefix?7:-1),e.R7$(),e.vxM(_._hasTextPrefix?8:-1),e.R7$(2),e.vxM(!_._hasOutline()||_._forceDisplayInfixLabel()?10:-1),e.R7$(2),e.vxM(_._hasTextSuffix?12:-1),e.R7$(),e.vxM(_._hasIconSuffix?13:-1),e.R7$(),e.vxM(_._hasOutline()?-1:14),e.R7$(),e.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===_.subscriptSizing),e.R7$(),e.vxM("error"===(k=_._getDisplayedMessages())?16:"hint"===k?17:-1)}},dependencies:[p,ye,L.T3,J,pe],styles:['.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{height:28px;width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}}@media all{.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}}.mdc-text-field__affix{height:28px;opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 96px/0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-floating-label{position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;pointer-events:none}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{border-top:1px solid;border-bottom:1px solid}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{max-width:calc(100% - 12px*2)}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::after{border-bottom-width:2px}.mdc-text-field--filled{border-top-left-radius:var(--mdc-filled-text-field-container-shape);border-top-right-radius:var(--mdc-filled-text-field-container-shape);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-caret-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-error-caret-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-filled-text-field-input-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-filled-text-field-disabled-input-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-focus-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-hover-label-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-disabled-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-focus-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-hover-label-text-color)}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mdc-filled-text-field-label-text-font);font-size:var(--mdc-filled-text-field-label-text-size);font-weight:var(--mdc-filled-text-field-label-text-weight);letter-spacing:var(--mdc-filled-text-field-label-text-tracking)}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mdc-filled-text-field-container-color)}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mdc-filled-text-field-disabled-container-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-hover-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-focus-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-disabled-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-hover-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-error-focus-active-indicator-color)}.mdc-text-field--filled .mdc-line-ripple::before{border-bottom-width:var(--mdc-filled-text-field-active-indicator-height)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mdc-filled-text-field-focus-active-indicator-height)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-caret-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-error-caret-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-outlined-text-field-input-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-outlined-text-field-disabled-input-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-focus-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-hover-label-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-disabled-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-focus-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-hover-label-text-color)}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mdc-outlined-text-field-label-text-font);font-size:var(--mdc-outlined-text-field-label-text-size);font-weight:var(--mdc-outlined-text-field-label-text-weight);letter-spacing:var(--mdc-outlined-text-field-label-text-tracking)}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(.75*var(--mdc-outlined-text-field-label-text-size))}.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mdc-outlined-text-field-label-text-size)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-outlined-text-field-container-shape))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-hover-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-focus-outline-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-disabled-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-hover-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-focus-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-outline-width)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-focus-outline-width)}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:normal;pointer-events:all;will-change:auto}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label{cursor:inherit}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto;will-change:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-form-field-disabled .mdc-text-field__input::placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-text-field-wrapper::before{content:none}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:var(--mat-form-field-container-height);padding-top:var(--mat-form-field-filled-with-label-container-padding-top);padding-bottom:var(--mat-form-field-filled-with-label-container-padding-bottom)}.mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:var(--mat-form-field-container-vertical-padding);padding-bottom:var(--mat-form-field-container-vertical-padding)}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height)/2)}.mdc-text-field--filled .mat-mdc-floating-label{display:var(--mat-form-field-filled-label-display, block)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY(calc(calc(6.75px + var(--mat-form-field-container-height) / 2) * -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:"";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block;color:var(--mat-form-field-error-text-color)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none;background-color:var(--mat-form-field-state-layer-color)}.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-hover-state-layer-opacity)}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity)}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:var(--mat-form-field-select-option-text-color)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:var(--mat-form-field-select-disabled-option-text-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none;color:var(--mat-form-field-enabled-select-arrow-color)}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select.mat-focused .mat-mdc-form-field-infix::after{color:var(--mat-form-field-focus-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:var(--mat-form-field-disabled-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}.cdk-high-contrast-active .mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}.mat-mdc-form-field-input-control[type=date],.mat-mdc-form-field-input-control[type=datetime],.mat-mdc-form-field-input-control[type=datetime-local],.mat-mdc-form-field-input-control[type=month],.mat-mdc-form-field-input-control[type=week],.mat-mdc-form-field-input-control[type=time]{line-height:1}.mat-mdc-form-field-input-control::-webkit-datetime-edit{line-height:1;padding:0;margin-bottom:-2px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-container-text-font);line-height:var(--mat-form-field-container-text-line-height);font-size:var(--mat-form-field-container-text-size);letter-spacing:var(--mat-form-field-container-text-tracking);font-weight:var(--mat-form-field-container-text-weight)}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(var(--mat-form-field-outlined-label-text-populated-size)*var(--mat-mdc-form-field-floating-label-scale))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mat-form-field-outlined-label-text-populated-size)}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%;z-index:0}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0;pointer-events:auto;position:relative;z-index:1}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:0 12px;box-sizing:content-box}.mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-leading-icon-color)}.mat-form-field-disabled .mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-disabled-leading-icon-color)}.mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-trailing-icon-color)}.mat-form-field-disabled .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-disabled-trailing-icon-color)}.mat-form-field-invalid .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-trailing-icon-color)}.mat-form-field-invalid:not(.mat-focused):not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-hover-trailing-icon-color)}.mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-focus-trailing-icon-color)}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__affix{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea{transition:none}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}[dir=rtl] .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-floating-label{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-notched-outline .mdc-floating-label{max-width:calc(100% + 1px)}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(133.3333333333% + 1px)}'],encapsulation:2,data:{animation:[Ce.transitionMessages]},changeDetection:0})}return f})(),Ze=(()=>{class f{static#e=this.\u0275fac=function(x){return new(x||f)};static#t=this.\u0275mod=e.$C({type:f});static#i=this.\u0275inj=e.G2t({imports:[K.yE,L.MD,U.w5,K.yE]})}return f})()},9042:(be,ee,u)=>{u.d(ee,{Oh:()=>F,fS:()=>Y,fg:()=>K});var e=u(4085),w=u(6860),l=u(7403),D=u(4438),T=u(9417),B=u(6600),X=u(3719),$=u(5286);const F=new D.nKC("MAT_INPUT_VALUE_ACCESSOR"),L=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let U=0,K=(()=>{class O{get disabled(){return this._disabled}set disabled(s){this._disabled=(0,e.he)(s),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(s){this._id=s||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(T.k0.required)??!1}set required(s){this._required=(0,e.he)(s)}get type(){return this._type}set type(s){this._type=s||"text",this._validateType(),!this._isTextarea&&(0,w.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(s){this._errorStateTracker.matcher=s}get value(){return this._inputValueAccessor.value}set value(s){s!==this.value&&(this._inputValueAccessor.value=s,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(s){this._readonly=(0,e.he)(s)}get errorState(){return this._errorStateTracker.errorState}set errorState(s){this._errorStateTracker.errorState=s}constructor(s,c,y,C,M,E,W,G,le,oe){this._elementRef=s,this._platform=c,this.ngControl=y,this._autofillMonitor=G,this._formField=oe,this._uid="mat-input-"+U++,this.focused=!1,this.stateChanges=new $.B7,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(ae=>(0,w.MU)().has(ae)),this._iOSKeyupListener=ae=>{const ie=ae.target;!ie.value&&0===ie.selectionStart&&0===ie.selectionEnd&&(ie.setSelectionRange(1,1),ie.setSelectionRange(0,0))};const se=this._elementRef.nativeElement,me=se.nodeName.toLowerCase();this._inputValueAccessor=W||se,this._previousNativeValue=this.value,this.id=this.id,c.IOS&&le.runOutsideAngular(()=>{s.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._errorStateTracker=new B.X0(E,y,M,C,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===me,this._isTextarea="textarea"===me,this._isInFormField=!!oe,this._isNativeSelect&&(this.controlType=se.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(s=>{this.autofilled=s.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(s){this._elementRef.nativeElement.focus(s)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(s){s!==this.focused&&(this.focused=s,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const s=this._elementRef.nativeElement.value;this._previousNativeValue!==s&&(this._previousNativeValue=s,this.stateChanges.next())}_dirtyCheckPlaceholder(){const s=this._getPlaceholder();if(s!==this._previousPlaceholder){const c=this._elementRef.nativeElement;this._previousPlaceholder=s,s?c.setAttribute("placeholder",s):c.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){L.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let s=this._elementRef.nativeElement.validity;return s&&s.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const s=this._elementRef.nativeElement,c=s.options[0];return this.focused||s.multiple||!this.empty||!!(s.selectedIndex>-1&&c&&c.label)}return this.focused||!this.empty}setDescribedByIds(s){s.length?this._elementRef.nativeElement.setAttribute("aria-describedby",s.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const s=this._elementRef.nativeElement;return this._isNativeSelect&&(s.multiple||s.size>1)}static#e=this.\u0275fac=function(c){return new(c||O)(D.rXU(D.aKT),D.rXU(w.OD),D.rXU(T.vO,10),D.rXU(T.cV,8),D.rXU(T.j4,8),D.rXU(B.es),D.rXU(F,10),D.rXU(l.P8),D.rXU(D.SKi),D.rXU(X.xb,8))};static#t=this.\u0275dir=D.FsC({type:O,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(c,y){1&c&&D.bIt("focus",function(){return y._focusChanged(!0)})("blur",function(){return y._focusChanged(!1)})("input",function(){return y._onInput()}),2&c&&(D.Mr5("id",y.id)("disabled",y.disabled)("required",y.required),D.BMQ("name",y.name||null)("readonly",y.readonly&&!y._isNativeSelect||null)("aria-invalid",y.empty&&y.required?null:y.errorState)("aria-required",y.required)("id",y.id),D.AVh("mat-input-server",y._isServer)("mat-mdc-form-field-textarea-control",y._isInFormField&&y._isTextarea)("mat-mdc-form-field-input-control",y._isInFormField)("mdc-text-field__input",y._isInFormField)("mat-mdc-native-select-inline",y._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],standalone:!0,features:[D.Jv_([{provide:X.qT,useExisting:O}]),D.OA$]})}return O})(),Y=(()=>{class O{static#e=this.\u0275fac=function(c){return new(c||O)};static#t=this.\u0275mod=D.$C({type:O});static#i=this.\u0275inj=D.G2t({imports:[B.yE,X.RG,X.RG,l.EE,B.yE]})}return O})()},2798:(be,ee,u)=>{u.d(ee,{$2:()=>pe,VO:()=>Ae,Ve:()=>_e});var e=u(2753),w=u(177),l=u(4438),D=u(6600),T=u(3719),B=u(5478),X=u(8617),$=u(8203),z=u(5024),F=u(7336),L=u(9417),U=u(5286),K=u(9418),Y=u(4670),O=u(3176),Z=u(9090),s=u(8728),c=u(5006),y=u(522),C=u(7605),M=u(9493),E=u(9969);const W=["trigger"],G=["panel"],le=[[["mat-select-trigger"]],"*"],oe=["mat-select-trigger","*"];function se(V,ce){if(1&V&&(l.j41(0,"span",4),l.EFF(1),l.k0s()),2&V){const r=l.XpG();l.R7$(),l.JRh(r.placeholder)}}function me(V,ce){1&V&&l.SdG(0)}function ae(V,ce){if(1&V&&(l.j41(0,"span",11),l.EFF(1),l.k0s()),2&V){const r=l.XpG(2);l.R7$(),l.JRh(r.triggerValue)}}function ie(V,ce){if(1&V&&(l.j41(0,"span",5),l.DNE(1,me,1,0)(2,ae,2,1,"span",11),l.k0s()),2&V){const r=l.XpG();l.R7$(),l.vxM(r.customTrigger?1:2)}}function xe(V,ce){if(1&V){const r=l.RV6();l.j41(0,"div",12,1),l.bIt("@transformPanel.done",function(p){l.eBV(r);const R=l.XpG();return l.Njj(R._panelDoneAnimatingStream.next(p.toState))})("keydown",function(p){l.eBV(r);const R=l.XpG();return l.Njj(R._handleKeydown(p))}),l.SdG(2,1),l.k0s()}if(2&V){const r=l.XpG();l.ZvI("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",r._getPanelTheme(),""),l.Y8G("ngClass",r.panelClass)("@transformPanel","showing"),l.BMQ("id",r.id+"-panel")("aria-multiselectable",r.multiple)("aria-label",r.ariaLabel||null)("aria-labelledby",r._getPanelAriaLabelledby())}}const A={transformPanelWrap:(0,E.hZ)("transformPanelWrap",[(0,E.kY)("* => void",(0,E.P)("@transformPanel",[(0,E.MA)()],{optional:!0}))]),transformPanel:(0,E.hZ)("transformPanel",[(0,E.wk)("void",(0,E.iF)({opacity:0,transform:"scale(1, 0.8)"})),(0,E.kY)("void => showing",(0,E.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,E.iF)({opacity:1,transform:"scale(1, 1)"}))),(0,E.kY)("* => void",(0,E.i0)("100ms linear",(0,E.iF)({opacity:0})))])};let v=0;const S=new l.nKC("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const V=(0,l.WQX)(e.hJ);return()=>V.scrollStrategies.reposition()}}),j=new l.nKC("MAT_SELECT_CONFIG"),ne={provide:S,deps:[e.hJ],useFactory:function I(V){return()=>V.scrollStrategies.reposition()}},fe=new l.nKC("MatSelectTrigger");class ve{constructor(ce,r){this.source=ce,this.value=r}}let Ae=(()=>{class V{_scrollOptionIntoView(r){const m=this.options.toArray()[r];if(m){const p=this.panel.nativeElement,R=(0,D.jb)(r,this.options,this.optionGroups),H=m._getHostElement();p.scrollTop=0===r&&1===R?0:(0,D.TL)(H.offsetTop,H.offsetHeight,p.scrollTop,p.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(r){return new ve(this,r)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(r){this._hideSingleSelectionIndicator=r,this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(r){this._placeholder=r,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(L.k0.required)??!1}set required(r){this._required=r,this.stateChanges.next()}get multiple(){return this._multiple}set multiple(r){this._multiple=r}get compareWith(){return this._compareWith}set compareWith(r){this._compareWith=r,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(r){this._assignValue(r)&&this._onChange(r)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(r){this._errorStateTracker.matcher=r}get id(){return this._id}set id(r){this._id=r||this._uid,this.stateChanges.next()}get errorState(){return this._errorStateTracker.errorState}set errorState(r){this._errorStateTracker.errorState=r}constructor(r,m,p,R,H,re,J,ye,Ce,ue,Pe,Oe,Be,Me){this._viewportRuler=r,this._changeDetectorRef=m,this._elementRef=H,this._dir=re,this._parentFormField=Ce,this.ngControl=ue,this._liveAnnouncer=Be,this._defaultOptions=Me,this._positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}],this._panelOpen=!1,this._compareWith=(te,Ee)=>te===Ee,this._uid="mat-select-"+v++,this._triggerAriaLabelledBy=null,this._destroy=new U.B7,this.stateChanges=new U.B7,this.disableAutomaticLabeling=!0,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+v++,this._panelDoneAnimatingStream=new U.B7,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._multiple=!1,this.disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",this._initialized=new U.B7,this.optionSelectionChanges=(0,K.v)(()=>{const te=this.options;return te?te.changes.pipe((0,O.Z)(te),(0,Z.n)(()=>(0,Y.h)(...te.map(Ee=>Ee.onSelectionChange)))):this._initialized.pipe((0,Z.n)(()=>this.optionSelectionChanges))}),this.openedChange=new l.bkB,this._openedStream=this.openedChange.pipe((0,s.p)(te=>te),(0,c.T)(()=>{})),this._closedStream=this.openedChange.pipe((0,s.p)(te=>!te),(0,c.T)(()=>{})),this.selectionChange=new l.bkB,this.valueChange=new l.bkB,this._trackedModal=null,this._skipPredicate=te=>!this.panelOpen&&te.disabled,this.ngControl&&(this.ngControl.valueAccessor=this),null!=Me?.typeaheadDebounceInterval&&(this.typeaheadDebounceInterval=Me.typeaheadDebounceInterval),this._errorStateTracker=new D.X0(R,ue,ye,J,this.stateChanges),this._scrollStrategyFactory=Oe,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Pe)||0,this.id=this.id}ngOnInit(){this._selectionModel=new z.CB(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,y.F)(),(0,C.Q)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen)),this._viewportRuler.change().pipe((0,C.Q)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe((0,C.Q)(this._destroy)).subscribe(r=>{r.added.forEach(m=>m.select()),r.removed.forEach(m=>m.deselect())}),this.options.changes.pipe((0,O.Z)(null),(0,C.Q)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const r=this._getTriggerAriaLabelledby(),m=this.ngControl;if(r!==this._triggerAriaLabelledBy){const p=this._elementRef.nativeElement;this._triggerAriaLabelledBy=r,r?p.setAttribute("aria-labelledby",r):p.removeAttribute("aria-labelledby")}m&&(this._previousControl!==m.control&&(void 0!==this._previousControl&&null!==m.disabled&&m.disabled!==this.disabled&&(this.disabled=m.disabled),this._previousControl=m.control),this.updateErrorState())}ngOnChanges(r){(r.disabled||r.userAriaDescribedBy)&&this.stateChanges.next(),r.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_applyModalPanelOwnership(){const r=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!r)return;const m=`${this.id}-panel`;this._trackedModal&&(0,X.Ae)(this._trackedModal,"aria-owns",m),(0,X.px)(r,"aria-owns",m),this._trackedModal=r}_clearFromModal(){this._trackedModal&&((0,X.Ae)(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next())}writeValue(r){this._assignValue(r)}registerOnChange(r){this._onChange=r}registerOnTouched(r){this._onTouched=r}setDisabledState(r){this.disabled=r,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const r=this._selectionModel.selected.map(m=>m.viewValue);return this._isRtl()&&r.reverse(),r.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(r){this.disabled||(this.panelOpen?this._handleOpenKeydown(r):this._handleClosedKeydown(r))}_handleClosedKeydown(r){const m=r.keyCode,p=m===F.n6||m===F.i7||m===F.UQ||m===F.LE,R=m===F.Fm||m===F.t6,H=this._keyManager;if(!H.isTyping()&&R&&!(0,F.rp)(r)||(this.multiple||r.altKey)&&p)r.preventDefault(),this.open();else if(!this.multiple){const re=this.selected;H.onKeydown(r);const J=this.selected;J&&re!==J&&this._liveAnnouncer.announce(J.viewValue,1e4)}}_handleOpenKeydown(r){const m=this._keyManager,p=r.keyCode,R=p===F.n6||p===F.i7,H=m.isTyping();if(R&&r.altKey)r.preventDefault(),this.close();else if(H||p!==F.Fm&&p!==F.t6||!m.activeItem||(0,F.rp)(r))if(!H&&this._multiple&&p===F.A&&r.ctrlKey){r.preventDefault();const re=this.options.some(J=>!J.disabled&&!J.selected);this.options.forEach(J=>{J.disabled||(re?J.select():J.deselect())})}else{const re=m.activeItemIndex;m.onKeydown(r),this._multiple&&R&&r.shiftKey&&m.activeItem&&m.activeItemIndex!==re&&m.activeItem._selectViaInteraction()}else r.preventDefault(),m.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,M.s)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(r){if(this.options.forEach(m=>m.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&r)Array.isArray(r),r.forEach(m=>this._selectOptionByValue(m)),this._sortValues();else{const m=this._selectOptionByValue(r);m?this._keyManager.updateActiveItem(m):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(r){const m=this.options.find(p=>{if(this._selectionModel.isSelected(p))return!1;try{return null!=p.value&&this._compareWith(p.value,r)}catch{return!1}});return m&&this._selectionModel.select(m),m}_assignValue(r){return!!(r!==this._value||this._multiple&&Array.isArray(r))&&(this.options&&this._setSelectionByValue(r),this._value=r,!0)}_getOverlayWidth(r){return"auto"===this.panelWidth?(r instanceof e.$Q?r.elementRef:r||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const r of this.options)r._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new X.Au(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const r=(0,Y.h)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,C.Q)(r)).subscribe(m=>{this._onSelect(m.source,m.isUserInput),m.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,Y.h)(...this.options.map(m=>m._stateChanges)).pipe((0,C.Q)(r)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(r,m){const p=this._selectionModel.isSelected(r);null!=r.value||this._multiple?(p!==r.selected&&(r.selected?this._selectionModel.select(r):this._selectionModel.deselect(r)),m&&this._keyManager.setActiveItem(r),this.multiple&&(this._sortValues(),m&&this.focus())):(r.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(r.value)),p!==this._selectionModel.isSelected(r)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const r=this.options.toArray();this._selectionModel.sort((m,p)=>this.sortComparator?this.sortComparator(m,p,r):r.indexOf(m)-r.indexOf(p)),this.stateChanges.next()}}_propagateChanges(r){let m;m=this.multiple?this.selected.map(p=>p.value):this.selected?this.selected.value:r,this._value=m,this.valueChange.emit(m),this._onChange(m),this.selectionChange.emit(this._getChangeEvent(m)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let r=-1;for(let m=0;m<this.options.length;m++)if(!this.options.get(m).disabled){r=m;break}this._keyManager.setActiveItem(r)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){return!this._panelOpen&&!this.disabled&&this.options?.length>0}focus(r){this._elementRef.nativeElement.focus(r)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const r=this._parentFormField?.getLabelId();return this.ariaLabelledby?(r?r+" ":"")+this.ariaLabelledby:r}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const r=this._parentFormField?.getLabelId();let m=(r?r+" ":"")+this._valueId;return this.ariaLabelledby&&(m+=" "+this.ariaLabelledby),m}_panelDoneAnimating(r){this.openedChange.emit(r)}setDescribedByIds(r){r.length?this._elementRef.nativeElement.setAttribute("aria-describedby",r.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}static#e=this.\u0275fac=function(m){return new(m||V)(l.rXU(B.Xj),l.rXU(l.gRc),l.rXU(l.SKi),l.rXU(D.es),l.rXU(l.aKT),l.rXU($.dS,8),l.rXU(L.cV,8),l.rXU(L.j4,8),l.rXU(T.xb,8),l.rXU(L.vO,10),l.kS0("tabindex"),l.rXU(S),l.rXU(X.Ai),l.rXU(j,8))};static#t=this.\u0275cmp=l.VBU({type:V,selectors:[["mat-select"]],contentQueries:function(m,p,R){if(1&m&&(l.wni(R,fe,5),l.wni(R,D.wT,5),l.wni(R,D.QC,5)),2&m){let H;l.mGM(H=l.lsd())&&(p.customTrigger=H.first),l.mGM(H=l.lsd())&&(p.options=H),l.mGM(H=l.lsd())&&(p.optionGroups=H)}},viewQuery:function(m,p){if(1&m&&(l.GBs(W,5),l.GBs(G,5),l.GBs(e.WB,5)),2&m){let R;l.mGM(R=l.lsd())&&(p.trigger=R.first),l.mGM(R=l.lsd())&&(p.panel=R.first),l.mGM(R=l.lsd())&&(p._overlayDir=R.first)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(m,p){1&m&&l.bIt("keydown",function(H){return p._handleKeydown(H)})("focus",function(){return p._onFocus()})("blur",function(){return p._onBlur()}),2&m&&(l.BMQ("id",p.id)("tabindex",p.disabled?-1:p.tabIndex)("aria-controls",p.panelOpen?p.id+"-panel":null)("aria-expanded",p.panelOpen)("aria-label",p.ariaLabel||null)("aria-required",p.required.toString())("aria-disabled",p.disabled.toString())("aria-invalid",p.errorState)("aria-activedescendant",p._getAriaActiveDescendant()),l.AVh("mat-mdc-select-disabled",p.disabled)("mat-mdc-select-invalid",p.errorState)("mat-mdc-select-required",p.required)("mat-mdc-select-empty",p.empty)("mat-mdc-select-multiple",p.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",l.L39],disableRipple:[2,"disableRipple","disableRipple",l.L39],tabIndex:[2,"tabIndex","tabIndex",r=>null==r?0:(0,l.Udg)(r)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",l.L39],placeholder:"placeholder",required:[2,"required","required",l.L39],multiple:[2,"multiple","multiple",l.L39],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",l.L39],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",l.Udg],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],standalone:!0,features:[l.Jv_([{provide:T.qT,useExisting:V},{provide:D.is,useExisting:V}]),l.GFd,l.OA$,l.aNF],ngContentSelectors:oe,decls:11,vars:8,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"backdropClick","attach","detach","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(m,p){if(1&m){const R=l.RV6();l.NAR(le),l.j41(0,"div",2,0),l.bIt("click",function(){return l.eBV(R),l.Njj(p.open())}),l.j41(3,"div",3),l.DNE(4,se,2,1,"span",4)(5,ie,3,1,"span",5),l.k0s(),l.j41(6,"div",6)(7,"div",7),l.qSk(),l.j41(8,"svg",8),l.nrm(9,"path",9),l.k0s()()()(),l.DNE(10,xe,3,9,"ng-template",10),l.bIt("backdropClick",function(){return l.eBV(R),l.Njj(p.close())})("attach",function(){return l.eBV(R),l.Njj(p._onAttached())})("detach",function(){return l.eBV(R),l.Njj(p.close())})}if(2&m){const R=l.sdS(1);l.R7$(3),l.BMQ("id",p._valueId),l.R7$(),l.vxM(p.empty?4:5),l.R7$(6),l.Y8G("cdkConnectedOverlayPanelClass",p._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",p._scrollStrategy)("cdkConnectedOverlayOrigin",p._preferredOverlayOrigin||R)("cdkConnectedOverlayOpen",p.panelOpen)("cdkConnectedOverlayPositions",p._positions)("cdkConnectedOverlayWidth",p._overlayWidth)}},dependencies:[e.$Q,e.WB,w.YU],styles:['.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color);font-family:var(--mat-select-trigger-text-font);line-height:var(--mat-select-trigger-text-line-height);font-size:var(--mat-select-trigger-text-size);font-weight:var(--mat-select-trigger-text-weight);letter-spacing:var(--mat-select-trigger-text-tracking)}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow)}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color)}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color)}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color)}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color)}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:GrayText}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color)}.cdk-high-contrast-active div.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}div.mat-mdc-select-panel .mat-mdc-option{--mdc-list-list-item-container-color: var(--mat-select-panel-background-color)}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color)}._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform)}'],encapsulation:2,data:{animation:[A.transformPanel]},changeDetection:0})}return V})(),pe=(()=>{class V{static#e=this.\u0275fac=function(m){return new(m||V)};static#t=this.\u0275dir=l.FsC({type:V,selectors:[["mat-select-trigger"]],standalone:!0,features:[l.Jv_([{provide:fe,useExisting:V}])]})}return V})(),_e=(()=>{class V{static#e=this.\u0275fac=function(m){return new(m||V)};static#t=this.\u0275mod=l.$C({type:V});static#i=this.\u0275inj=l.G2t({providers:[ne],imports:[w.MD,e.z_,D.Sy,D.yE,B.Gj,T.RG,D.Sy,D.yE]})}return V})()},5416:(be,ee,u)=>{u.d(ee,{EV:()=>E,Mx:()=>C,TQ:()=>s,UG:()=>ae,X7:()=>M,_T:()=>xe});var e=u(4438),w=u(8834),l=u(5286),D=u(177),T=u(9969),B=u(6939),X=u(6860),$=u(8617),z=u(9327),F=u(2753),L=u(7605),U=u(6600);function K(A,de){if(1&A){const h=e.RV6();e.j41(0,"div",1)(1,"button",2),e.bIt("click",function(){e.eBV(h);const v=e.XpG();return e.Njj(v.action())}),e.EFF(2),e.k0s()()}if(2&A){const h=e.XpG();e.R7$(2),e.SpI(" ",h.data.action," ")}}const Y=["label"];function O(A,de){}const Z=Math.pow(2,31)-1;class s{constructor(de,h){this._overlayRef=h,this._afterDismissed=new l.B7,this._afterOpened=new l.B7,this._onAction=new l.B7,this._dismissedByAction=!1,this.containerInstance=de,de._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(de){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(de,Z))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}}const c=new e.nKC("MatSnackBarData");class y{constructor(){this.politeness="assertive",this.announcementMessage="",this.duration=0,this.data=null,this.horizontalPosition="center",this.verticalPosition="bottom"}}let C=(()=>{class A{static#e=this.\u0275fac=function(g){return new(g||A)};static#t=this.\u0275dir=e.FsC({type:A,selectors:[["","matSnackBarLabel",""]],hostAttrs:[1,"mat-mdc-snack-bar-label","mdc-snackbar__label"],standalone:!0})}return A})(),M=(()=>{class A{static#e=this.\u0275fac=function(g){return new(g||A)};static#t=this.\u0275dir=e.FsC({type:A,selectors:[["","matSnackBarActions",""]],hostAttrs:[1,"mat-mdc-snack-bar-actions","mdc-snackbar__actions"],standalone:!0})}return A})(),E=(()=>{class A{static#e=this.\u0275fac=function(g){return new(g||A)};static#t=this.\u0275dir=e.FsC({type:A,selectors:[["","matSnackBarAction",""]],hostAttrs:[1,"mat-mdc-snack-bar-action","mdc-snackbar__action"],standalone:!0})}return A})(),W=(()=>{class A{constructor(h,g){this.snackBarRef=h,this.data=g}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}static#e=this.\u0275fac=function(g){return new(g||A)(e.rXU(s),e.rXU(c))};static#t=this.\u0275cmp=e.VBU({type:A,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-mdc-simple-snack-bar"],exportAs:["matSnackBar"],standalone:!0,features:[e.aNF],decls:3,vars:2,consts:[["matSnackBarLabel",""],["matSnackBarActions",""],["mat-button","","matSnackBarAction","",3,"click"]],template:function(g,v){1&g&&(e.j41(0,"div",0),e.EFF(1),e.k0s(),e.DNE(2,K,3,1,"div",1)),2&g&&(e.R7$(),e.SpI(" ",v.data.message,"\n"),e.R7$(),e.vxM(v.hasAction?2:-1))},dependencies:[w.$z,C,M,E],styles:[".mat-mdc-simple-snack-bar{display:flex}"],encapsulation:2,changeDetection:0})}return A})();const G={snackBarState:(0,T.hZ)("state",[(0,T.wk)("void, hidden",(0,T.iF)({transform:"scale(0.8)",opacity:0})),(0,T.wk)("visible",(0,T.iF)({transform:"scale(1)",opacity:1})),(0,T.kY)("* => visible",(0,T.i0)("150ms cubic-bezier(0, 0, 0.2, 1)")),(0,T.kY)("* => void, * => hidden",(0,T.i0)("75ms cubic-bezier(0.4, 0.0, 1, 1)",(0,T.iF)({opacity:0})))])};let le=0,oe=(()=>{class A extends B.lb{constructor(h,g,v,S,I){super(),this._ngZone=h,this._elementRef=g,this._changeDetectorRef=v,this._platform=S,this.snackBarConfig=I,this._document=(0,e.WQX)(D.qQ),this._trackedModals=new Set,this._announceDelay=150,this._destroyed=!1,this._onAnnounce=new l.B7,this._onExit=new l.B7,this._onEnter=new l.B7,this._animationState="void",this._liveElementId="mat-snack-bar-container-live-"+le++,this.attachDomPortal=j=>{this._assertNotAttached();const ne=this._portalOutlet.attachDomPortal(j);return this._afterPortalAttached(),ne},this._live="assertive"!==I.politeness||I.announcementMessage?"off"===I.politeness?"off":"polite":"assertive",this._platform.FIREFOX&&("polite"===this._live&&(this._role="status"),"assertive"===this._live&&(this._role="alert"))}attachComponentPortal(h){this._assertNotAttached();const g=this._portalOutlet.attachComponentPortal(h);return this._afterPortalAttached(),g}attachTemplatePortal(h){this._assertNotAttached();const g=this._portalOutlet.attachTemplatePortal(h);return this._afterPortalAttached(),g}onAnimationEnd(h){const{fromState:g,toState:v}=h;if(("void"===v&&"void"!==g||"hidden"===v)&&this._completeExit(),"visible"===v){const S=this._onEnter;this._ngZone.run(()=>{S.next(),S.complete()})}}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.markForCheck(),this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce())}exit(){return this._ngZone.run(()=>{this._animationState="hidden",this._changeDetectorRef.markForCheck(),this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId)}),this._onExit}ngOnDestroy(){this._destroyed=!0,this._clearFromModals(),this._completeExit()}_completeExit(){queueMicrotask(()=>{this._onExit.next(),this._onExit.complete()})}_afterPortalAttached(){const h=this._elementRef.nativeElement,g=this.snackBarConfig.panelClass;g&&(Array.isArray(g)?g.forEach(I=>h.classList.add(I)):h.classList.add(g)),this._exposeToModals();const v=this._label.nativeElement,S="mdc-snackbar__label";v.classList.toggle(S,!v.querySelector(`.${S}`))}_exposeToModals(){const h=this._liveElementId,g=this._document.querySelectorAll('body > .cdk-overlay-container [aria-modal="true"]');for(let v=0;v<g.length;v++){const S=g[v],I=S.getAttribute("aria-owns");this._trackedModals.add(S),I?-1===I.indexOf(h)&&S.setAttribute("aria-owns",I+" "+h):S.setAttribute("aria-owns",h)}}_clearFromModals(){this._trackedModals.forEach(h=>{const g=h.getAttribute("aria-owns");if(g){const v=g.replace(this._liveElementId,"").trim();v.length>0?h.setAttribute("aria-owns",v):h.removeAttribute("aria-owns")}}),this._trackedModals.clear()}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{const h=this._elementRef.nativeElement.querySelector("[aria-hidden]"),g=this._elementRef.nativeElement.querySelector("[aria-live]");if(h&&g){let v=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&h.contains(document.activeElement)&&(v=document.activeElement),h.removeAttribute("aria-hidden"),g.appendChild(h),v?.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}static#e=this.\u0275fac=function(g){return new(g||A)(e.rXU(e.SKi),e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(X.OD),e.rXU(y))};static#t=this.\u0275cmp=e.VBU({type:A,selectors:[["mat-snack-bar-container"]],viewQuery:function(g,v){if(1&g&&(e.GBs(B.I3,7),e.GBs(Y,7)),2&g){let S;e.mGM(S=e.lsd())&&(v._portalOutlet=S.first),e.mGM(S=e.lsd())&&(v._label=S.first)}},hostAttrs:[1,"mdc-snackbar","mat-mdc-snack-bar-container","mdc-snackbar--open"],hostVars:1,hostBindings:function(g,v){1&g&&e.Kam("@state.done",function(I){return v.onAnimationEnd(I)}),2&g&&e.zvX("@state",v._animationState)},standalone:!0,features:[e.Vt3,e.aNF],decls:6,vars:3,consts:[["label",""],[1,"mdc-snackbar__surface"],[1,"mat-mdc-snack-bar-label"],["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(g,v){1&g&&(e.j41(0,"div",1)(1,"div",2,0)(3,"div",3),e.DNE(4,O,0,0,"ng-template",4),e.k0s(),e.nrm(5,"div"),e.k0s()()),2&g&&(e.R7$(5),e.BMQ("aria-live",v._live)("role",v._role)("id",v._liveElementId))},dependencies:[B.I3],styles:['.mdc-snackbar{display:none;position:fixed;right:0;bottom:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;pointer-events:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-snackbar--opening,.mdc-snackbar--open,.mdc-snackbar--closing{display:flex}.mdc-snackbar--open .mdc-snackbar__label,.mdc-snackbar--open .mdc-snackbar__actions{visibility:visible}.mdc-snackbar__surface{padding-left:0;padding-right:8px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-snackbar__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-snackbar__surface::before{border-color:CanvasText}}[dir=rtl] .mdc-snackbar__surface,.mdc-snackbar__surface[dir=rtl]{padding-left:8px;padding-right:0}.mdc-snackbar--open .mdc-snackbar__surface{transform:scale(1);opacity:1;pointer-events:auto}.mdc-snackbar--closing .mdc-snackbar__surface{transform:scale(1)}.mdc-snackbar__label{padding-left:16px;padding-right:8px;width:100%;flex-grow:1;box-sizing:border-box;margin:0;visibility:hidden;padding-top:14px;padding-bottom:14px}[dir=rtl] .mdc-snackbar__label,.mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar__label::before{display:inline;content:attr(data-mdc-snackbar-label-text)}.mdc-snackbar__actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box;visibility:hidden}.mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:8px;margin-right:0}[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl]{margin-left:0;margin-right:8px}.mat-mdc-snack-bar-container{margin:8px;position:static}.mat-mdc-snack-bar-container .mdc-snackbar__surface{min-width:344px}@media(max-width: 480px),(max-width: 344px){.mat-mdc-snack-bar-container .mdc-snackbar__surface{min-width:100%}}@media(max-width: 480px),(max-width: 344px){.mat-mdc-snack-bar-container{width:100vw}}.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:672px}.mat-mdc-snack-bar-container .mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-mdc-snack-bar-container .mdc-snackbar__surface{background-color:var(--mdc-snackbar-container-color)}.mat-mdc-snack-bar-container .mdc-snackbar__surface{border-radius:var(--mdc-snackbar-container-shape)}.mat-mdc-snack-bar-container .mdc-snackbar__label{color:var(--mdc-snackbar-supporting-text-color)}.mat-mdc-snack-bar-container .mdc-snackbar__label{font-size:var(--mdc-snackbar-supporting-text-size);font-family:var(--mdc-snackbar-supporting-text-font);font-weight:var(--mdc-snackbar-supporting-text-weight);line-height:var(--mdc-snackbar-supporting-text-line-height)}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled){color:var(--mat-snack-bar-button-color);--mat-text-button-state-layer-color:currentColor;--mat-text-button-ripple-color:currentColor}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) .mat-ripple-element{opacity:.1}.mat-mdc-snack-bar-container .mdc-snackbar__label::before{display:none}.mat-mdc-snack-bar-handset,.mat-mdc-snack-bar-container,.mat-mdc-snack-bar-label{flex:1 1 auto}.mat-mdc-snack-bar-handset .mdc-snackbar__surface{width:100%}'],encapsulation:2,data:{animation:[G.snackBarState]}})}return A})();const me=new e.nKC("mat-snack-bar-default-options",{providedIn:"root",factory:function se(){return new y}});let ae=(()=>{class A{get _openedSnackBarRef(){const h=this._parentSnackBar;return h?h._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(h){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=h:this._snackBarRefAtThisLevel=h}constructor(h,g,v,S,I,j){this._overlay=h,this._live=g,this._injector=v,this._breakpointObserver=S,this._parentSnackBar=I,this._defaultConfig=j,this._snackBarRefAtThisLevel=null,this.simpleSnackBarComponent=W,this.snackBarContainerComponent=oe,this.handsetCssClass="mat-mdc-snack-bar-handset"}openFromComponent(h,g){return this._attach(h,g)}openFromTemplate(h,g){return this._attach(h,g)}open(h,g="",v){const S={...this._defaultConfig,...v};return S.data={message:h,action:g},S.announcementMessage===h&&(S.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,S)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(h,g){const S=e.zZn.create({parent:g&&g.viewContainerRef&&g.viewContainerRef.injector||this._injector,providers:[{provide:y,useValue:g}]}),I=new B.A8(this.snackBarContainerComponent,g.viewContainerRef,S),j=h.attach(I);return j.instance.snackBarConfig=g,j.instance}_attach(h,g){const v={...new y,...this._defaultConfig,...g},S=this._createOverlay(v),I=this._attachSnackBarContainer(S,v),j=new s(I,S);if(h instanceof e.C4Q){const ne=new B.VA(h,null,{$implicit:v.data,snackBarRef:j});j.instance=I.attachTemplatePortal(ne)}else{const ne=this._createInjector(v,j),fe=new B.A8(h,void 0,ne),ve=I.attachComponentPortal(fe);j.instance=ve.instance}return this._breakpointObserver.observe(z.Rp.HandsetPortrait).pipe((0,L.Q)(S.detachments())).subscribe(ne=>{S.overlayElement.classList.toggle(this.handsetCssClass,ne.matches)}),v.announcementMessage&&I._onAnnounce.subscribe(()=>{this._live.announce(v.announcementMessage,v.politeness)}),this._animateSnackBar(j,v),this._openedSnackBarRef=j,this._openedSnackBarRef}_animateSnackBar(h,g){h.afterDismissed().subscribe(()=>{this._openedSnackBarRef==h&&(this._openedSnackBarRef=null),g.announcementMessage&&this._live.clear()}),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{h.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):h.containerInstance.enter(),g.duration&&g.duration>0&&h.afterOpened().subscribe(()=>h._dismissAfter(g.duration))}_createOverlay(h){const g=new F.rR;g.direction=h.direction;let v=this._overlay.position().global();const S="rtl"===h.direction,I="left"===h.horizontalPosition||"start"===h.horizontalPosition&&!S||"end"===h.horizontalPosition&&S,j=!I&&"center"!==h.horizontalPosition;return I?v.left("0"):j?v.right("0"):v.centerHorizontally(),"top"===h.verticalPosition?v.top("0"):v.bottom("0"),g.positionStrategy=v,this._overlay.create(g)}_createInjector(h,g){return e.zZn.create({parent:h&&h.viewContainerRef&&h.viewContainerRef.injector||this._injector,providers:[{provide:s,useValue:g},{provide:c,useValue:h.data}]})}static#e=this.\u0275fac=function(g){return new(g||A)(e.KVO(F.hJ),e.KVO($.Ai),e.KVO(e.zZn),e.KVO(z.QP),e.KVO(A,12),e.KVO(me))};static#t=this.\u0275prov=e.jDH({token:A,factory:A.\u0275fac,providedIn:"root"})}return A})(),xe=(()=>{class A{static#e=this.\u0275fac=function(g){return new(g||A)};static#t=this.\u0275mod=e.$C({type:A});static#i=this.\u0275inj=e.G2t({providers:[ae],imports:[F.z_,B.jc,w.Hl,U.yE,W,U.yE]})}return A})()}}]);