-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path1667.59ad7d0f5a09146b.js
1 lines (1 loc) · 143 KB
/
1667.59ad7d0f5a09146b.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[1667],{8170:(rt,H,p)=>{p.d(H,{a:()=>R});var t=p(4438),C=p(5286),U=p(5817),f=p(8728),M=p(8712),x=p(7605);class N{constructor(V){this._box=V,this._destroyed=new C.B7,this._resizeSubject=new C.B7,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(A=>this._resizeSubject.next(A)))}observe(V){return this._elementObservables.has(V)||this._elementObservables.set(V,new U.c(A=>{const P=this._resizeSubject.subscribe(A);return this._resizeObserver?.observe(V,{box:this._box}),()=>{this._resizeObserver?.unobserve(V),P.unsubscribe(),this._elementObservables.delete(V)}}).pipe((0,f.p)(A=>A.some(P=>P.target===V)),(0,M.t)({bufferSize:1,refCount:!0}),(0,x.Q)(this._destroyed))),this._elementObservables.get(V)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let R=(()=>{class F{constructor(){this._observers=new Map,this._ngZone=(0,t.WQX)(t.SKi)}ngOnDestroy(){for(const[,A]of this._observers)A.destroy();this._observers.clear()}observe(A,P){const G=P?.box||"content-box";return this._observers.has(G)||this._observers.set(G,new N(G)),this._observers.get(G).observe(A)}static#t=this.\u0275fac=function(P){return new(P||F)};static#e=this.\u0275prov=t.jDH({token:F,factory:F.\u0275fac,providedIn:"root"})}return F})()},7403:(rt,H,p)=>{p.d(H,{EE:()=>G,Lf:()=>A,P8:()=>V,xb:()=>P});var t=p(6860),C=p(4438),U=p(4085),f=p(1235),M=p(5286),x=p(3586),B=p(8542),N=p(7605),R=p(177);const F=(0,t.BQ)({passive:!0});let V=(()=>{class b{constructor(a,c){this._platform=a,this._ngZone=c,this._monitoredElements=new Map}monitor(a){if(!this._platform.isBrowser)return f.w;const c=(0,U.i8)(a),_=this._monitoredElements.get(c);if(_)return _.subject;const O=new M.B7,I="cdk-text-field-autofilled",h=S=>{"cdk-text-field-autofill-start"!==S.animationName||c.classList.contains(I)?"cdk-text-field-autofill-end"===S.animationName&&c.classList.contains(I)&&(c.classList.remove(I),this._ngZone.run(()=>O.next({target:S.target,isAutofilled:!1}))):(c.classList.add(I),this._ngZone.run(()=>O.next({target:S.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{c.addEventListener("animationstart",h,F),c.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(c,{subject:O,unlisten:()=>{c.removeEventListener("animationstart",h,F)}}),O}stopMonitoring(a){const c=(0,U.i8)(a),_=this._monitoredElements.get(c);_&&(_.unlisten(),_.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((a,c)=>this.stopMonitoring(c))}static#t=this.\u0275fac=function(c){return new(c||b)(C.KVO(t.OD),C.KVO(C.SKi))};static#e=this.\u0275prov=C.jDH({token:b,factory:b.\u0275fac,providedIn:"root"})}return b})(),A=(()=>{class b{constructor(a,c){this._elementRef=a,this._autofillMonitor=c,this.cdkAutofill=new C.bkB}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(a=>this.cdkAutofill.emit(a))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}static#t=this.\u0275fac=function(c){return new(c||b)(C.rXU(C.aKT),C.rXU(V))};static#e=this.\u0275dir=C.FsC({type:b,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"},standalone:!0})}return b})(),P=(()=>{class b{get minRows(){return this._minRows}set minRows(a){this._minRows=(0,U.OE)(a),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(a){this._maxRows=(0,U.OE)(a),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(a){this._enabled!==a&&((this._enabled=a)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(a){this._cachedPlaceholderHeight=void 0,a?this._textareaElement.setAttribute("placeholder",a):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(a,c,_,O){this._elementRef=a,this._platform=c,this._ngZone=_,this._destroyed=new M.B7,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=I=>{this._hasFocus="focus"===I.type},this._document=O,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const a=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;a&&(this._textareaElement.style.minHeight=a)}_setMaxHeight(){const a=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;a&&(this._textareaElement.style.maxHeight=a)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const a=this._getWindow();(0,x.R)(a,"resize").pipe((0,B.Z)(16),(0,N.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 a=this._textareaElement.cloneNode(!1);a.rows=1,a.style.position="absolute",a.style.visibility="hidden",a.style.border="none",a.style.padding="0",a.style.height="",a.style.minHeight="",a.style.maxHeight="",a.style.overflow="hidden",this._textareaElement.parentNode.appendChild(a),this._cachedLineHeight=a.clientHeight,a.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const a=this._textareaElement,c=a.style.marginBottom||"",_=this._platform.FIREFOX,O=_&&this._hasFocus,I=_?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";O&&(a.style.marginBottom=`${a.clientHeight}px`),a.classList.add(I);const h=a.scrollHeight-4;return a.classList.remove(I),O&&(a.style.marginBottom=c),h}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const a=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=a}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(a=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const c=this._elementRef.nativeElement,_=c.value;if(!a&&this._minRows===this._previousMinRows&&_===this._previousValue)return;const O=this._measureScrollHeight(),I=Math.max(O,this._cachedPlaceholderHeight||0);c.style.height=`${I}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(c)):setTimeout(()=>this._scrollToCaretPosition(c))}),this._previousValue=_,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(a){const{selectionStart:c,selectionEnd:_}=a;!this._destroyed.isStopped&&this._hasFocus&&a.setSelectionRange(c,_)}static#t=this.\u0275fac=function(c){return new(c||b)(C.rXU(C.aKT),C.rXU(t.OD),C.rXU(C.SKi),C.rXU(R.qQ,8))};static#e=this.\u0275dir=C.FsC({type:b,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(c,_){1&c&&C.bIt("input",function(){return _._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",C.L39],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"],standalone:!0,features:[C.GFd]})}return b})(),G=(()=>{class b{static#t=this.\u0275fac=function(c){return new(c||b)};static#e=this.\u0275mod=C.$C({type:b});static#i=this.\u0275inj=C.G2t({})}return b})()},1667:(rt,H,p)=>{p.r(H),p.d(H,{InputClearableExample:()=>P,InputErrorStateMatcherExample:()=>b,InputErrorsExample:()=>X,InputFormExample:()=>a,InputHarnessExample:()=>I,InputHintExample:()=>c,InputOverviewExample:()=>_,InputPrefixSuffixExample:()=>O});var t=p(4438),C=p(9213),U=p(8834),f=p(9417),M=p(9042),x=p(3719);function B(h,S){if(1&h){const D=t.RV6();t.j41(0,"button",3),t.bIt("click",function(){t.eBV(D);const E=t.XpG();return t.Njj(E.value="")}),t.j41(1,"mat-icon"),t.EFF(2,"close"),t.k0s()()}}function N(h,S){1&h&&(t.j41(0,"mat-error"),t.EFF(1,"Please enter a valid email address"),t.k0s())}function R(h,S){1&h&&(t.j41(0,"mat-error"),t.EFF(1,"Email is "),t.j41(2,"strong"),t.EFF(3,"required"),t.k0s()())}function F(h,S){1&h&&(t.j41(0,"mat-error"),t.EFF(1,"Please enter a valid email address"),t.k0s())}function V(h,S){1&h&&(t.j41(0,"mat-error"),t.EFF(1,"Email is "),t.j41(2,"strong"),t.EFF(3,"required"),t.k0s()())}const A=".example-form[_ngcontent-%COMP%] {\n min-width: 150px;\n max-width: 500px;\n width: 100%;\n}\n\n.example-full-width[_ngcontent-%COMP%] {\n width: 100%;\n}";let P=(()=>{class h{constructor(){this.value="Clear me"}static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-clearable-example"]],standalone:!0,features:[t.aNF],decls:5,vars:2,consts:[[1,"example-form-field"],["matInput","","type","text",3,"ngModelChange","ngModel"],["matSuffix","","mat-icon-button","","aria-label","Clear"],["matSuffix","","mat-icon-button","","aria-label","Clear",3,"click"]],template:function(g,E){1&g&&(t.j41(0,"mat-form-field",0)(1,"mat-label"),t.EFF(2,"Clearable input"),t.k0s(),t.j41(3,"input",1),t.mxI("ngModelChange",function($){return t.DH7(E.value,$)||(E.value=$),$}),t.k0s(),t.DNE(4,B,3,0,"button",2),t.k0s()),2&g&&(t.R7$(3),t.R50("ngModel",E.value),t.R7$(),t.vxM(E.value?4:-1))},dependencies:[x.RG,x.rl,x.nJ,x.yw,M.fS,M.fg,f.YN,f.me,f.BC,f.vS,U.Hl,U.iY,C.m_,C.An],styles:[".example-form-field[_ngcontent-%COMP%] {\n width: 200px;\n}"]})}return h})();class G{isErrorState(S,D){return!!(S&&S.invalid&&(S.dirty||S.touched||D&&D.submitted))}}let b=(()=>{class h{constructor(){this.emailFormControl=new f.MJ("",[f.k0.required,f.k0.email]),this.matcher=new G}static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-error-state-matcher-example"]],standalone:!0,features:[t.aNF],decls:9,vars:4,consts:[[1,"example-form"],[1,"example-full-width"],["type","email","matInput","","placeholder","Ex. [email protected]",3,"formControl","errorStateMatcher"]],template:function(g,E){1&g&&(t.j41(0,"form",0)(1,"mat-form-field",1)(2,"mat-label"),t.EFF(3,"Email"),t.k0s(),t.nrm(4,"input",2),t.j41(5,"mat-hint"),t.EFF(6,"Errors appear instantly!"),t.k0s(),t.DNE(7,N,2,0,"mat-error")(8,R,4,0,"mat-error"),t.k0s()()),2&g&&(t.R7$(4),t.Y8G("formControl",E.emailFormControl)("errorStateMatcher",E.matcher),t.R7$(3),t.vxM(E.emailFormControl.hasError("email")&&!E.emailFormControl.hasError("required")?7:-1),t.R7$(),t.vxM(E.emailFormControl.hasError("required")?8:-1))},dependencies:[f.YN,f.qT,f.me,f.BC,f.cb,f.cV,x.RG,x.rl,x.nJ,x.MV,x.TL,M.fS,M.fg,f.X1,f.l_],styles:[".example-form[_ngcontent-%COMP%] {\n min-width: 150px;\n max-width: 500px;\n width: 100%;\n}\n\n.example-full-width[_ngcontent-%COMP%] {\n width: 100%;\n}"]})}return h})(),X=(()=>{class h{constructor(){this.emailFormControl=new f.MJ("",[f.k0.required,f.k0.email])}static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-errors-example"]],standalone:!0,features:[t.aNF],decls:7,vars:3,consts:[[1,"example-form"],[1,"example-full-width"],["type","email","matInput","","placeholder","Ex. [email protected]",3,"formControl"]],template:function(g,E){1&g&&(t.j41(0,"form",0)(1,"mat-form-field",1)(2,"mat-label"),t.EFF(3,"Email"),t.k0s(),t.nrm(4,"input",2),t.DNE(5,F,2,0,"mat-error")(6,V,4,0,"mat-error"),t.k0s()()),2&g&&(t.R7$(4),t.Y8G("formControl",E.emailFormControl),t.R7$(),t.vxM(E.emailFormControl.hasError("email")&&!E.emailFormControl.hasError("required")?5:-1),t.R7$(),t.vxM(E.emailFormControl.hasError("required")?6:-1))},dependencies:[f.YN,f.qT,f.me,f.BC,f.cb,f.cV,x.RG,x.rl,x.nJ,x.TL,M.fS,M.fg,f.X1,f.l_],styles:[A]})}return h})(),a=(()=>{class h{static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-form-example"]],standalone:!0,features:[t.aNF],decls:47,vars:1,consts:[["postalCode",""],[1,"example-form"],[1,"example-full-width"],["matInput","","disabled","","value","Google"],["cellspacing","0",1,"example-full-width"],["matInput",""],["matInput","","placeholder","Ex. 100 Main St"],["matInput","","placeholder","Ex. San Francisco"],["matInput","","placeholder","Ex. California"],["matInput","","maxlength","5","placeholder","Ex. 94105","value","94043"],["align","end"]],template:function(g,E){if(1&g&&(t.j41(0,"form",1)(1,"mat-form-field",2)(2,"mat-label"),t.EFF(3,"Company (disabled)"),t.k0s(),t.nrm(4,"input",3),t.k0s(),t.j41(5,"table",4)(6,"tr")(7,"td")(8,"mat-form-field",2)(9,"mat-label"),t.EFF(10,"First name"),t.k0s(),t.nrm(11,"input",5),t.k0s()(),t.j41(12,"td")(13,"mat-form-field",2)(14,"mat-label"),t.EFF(15,"Long Last Name That Will Be Truncated"),t.k0s(),t.nrm(16,"input",5),t.k0s()()()(),t.j41(17,"p")(18,"mat-form-field",2)(19,"mat-label"),t.EFF(20,"Address"),t.k0s(),t.j41(21,"textarea",6),t.EFF(22,"1600 Amphitheatre Pkwy"),t.k0s()(),t.j41(23,"mat-form-field",2)(24,"mat-label"),t.EFF(25,"Address 2"),t.k0s(),t.nrm(26,"textarea",5),t.k0s()(),t.j41(27,"table",4)(28,"tr")(29,"td")(30,"mat-form-field",2)(31,"mat-label"),t.EFF(32,"City"),t.k0s(),t.nrm(33,"input",7),t.k0s()(),t.j41(34,"td")(35,"mat-form-field",2)(36,"mat-label"),t.EFF(37,"State"),t.k0s(),t.nrm(38,"input",8),t.k0s()(),t.j41(39,"td")(40,"mat-form-field",2)(41,"mat-label"),t.EFF(42,"Postal Code"),t.k0s(),t.nrm(43,"input",9,0),t.j41(45,"mat-hint",10),t.EFF(46),t.k0s()()()()()()),2&g){const z=t.sdS(44);t.R7$(46),t.SpI("",z.value.length," / 5")}},dependencies:[f.YN,f.qT,f.cb,f.cV,x.RG,x.rl,x.nJ,x.MV,M.fS,M.fg],styles:[".example-form[_ngcontent-%COMP%] {\n min-width: 150px;\n max-width: 500px;\n width: 100%;\n}\n\n.example-full-width[_ngcontent-%COMP%] {\n width: 100%;\n}\n\ntd[_ngcontent-%COMP%] {\n padding-right: 8px;\n}"]})}return h})(),c=(()=>{class h{static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-hint-example"]],standalone:!0,features:[t.aNF],decls:11,vars:1,consts:[["message",""],[1,"example-form"],[1,"example-full-width"],["matInput","","maxlength","256","placeholder","Ex. I need help with..."],["align","start"],["align","end"]],template:function(g,E){if(1&g&&(t.j41(0,"form",1)(1,"mat-form-field",2)(2,"mat-label"),t.EFF(3,"Message"),t.k0s(),t.nrm(4,"input",3,0),t.j41(6,"mat-hint",4)(7,"strong"),t.EFF(8,"Don't disclose personal info"),t.k0s()(),t.j41(9,"mat-hint",5),t.EFF(10),t.k0s()()()),2&g){const z=t.sdS(5);t.R7$(10),t.SpI("",z.value.length," / 256")}},dependencies:[f.YN,f.qT,f.cb,f.cV,x.RG,x.rl,x.nJ,x.MV,M.fS,M.fg],styles:[A]})}return h})(),_=(()=>{class h{static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-overview-example"]],standalone:!0,features:[t.aNF],decls:9,vars:0,consts:[[1,"example-form"],[1,"example-full-width"],["matInput","","placeholder","Ex. Pizza","value","Sushi"],["matInput","","placeholder","Ex. It makes me feel..."]],template:function(g,E){1&g&&(t.j41(0,"form",0)(1,"mat-form-field",1)(2,"mat-label"),t.EFF(3,"Favorite food"),t.k0s(),t.nrm(4,"input",2),t.k0s(),t.j41(5,"mat-form-field",1)(6,"mat-label"),t.EFF(7,"Leave a comment"),t.k0s(),t.nrm(8,"textarea",3),t.k0s()())},dependencies:[f.YN,f.qT,f.cb,f.cV,x.RG,x.rl,x.nJ,M.fS,M.fg],styles:[A]})}return h})(),O=(()=>{class h{static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-prefix-suffix-example"]],standalone:!0,features:[t.aNF],decls:9,vars:0,consts:[[1,"example-form"],[1,"example-full-width"],["matTextPrefix",""],["type","tel","matInput","","placeholder","555-555-1234"],["matSuffix",""]],template:function(g,E){1&g&&(t.j41(0,"form",0)(1,"mat-form-field",1)(2,"mat-label"),t.EFF(3,"Telephone"),t.k0s(),t.j41(4,"span",2),t.EFF(5,"+1 \xa0"),t.k0s(),t.nrm(6,"input",3),t.j41(7,"mat-icon",4),t.EFF(8,"mode_edit"),t.k0s()()())},dependencies:[f.YN,f.qT,f.cb,f.cV,x.RG,x.rl,x.nJ,x.JW,x.yw,M.fS,M.fg,C.m_,C.An],styles:[A]})}return h})(),I=(()=>{class h{constructor(){this.inputType="number",this.disabled=!1}static#t=this.\u0275fac=function(g){return new(g||h)};static#e=this.\u0275cmp=t.VBU({type:h,selectors:[["input-harness-example"]],standalone:!0,features:[t.aNF],decls:10,vars:2,consts:[["matInput","","value","Sushi","name","favorite-food"],["matInput","",3,"type","disabled"],["matInput",""]],template:function(g,E){1&g&&(t.j41(0,"mat-form-field")(1,"mat-label"),t.EFF(2,"Favorite food"),t.k0s(),t.nrm(3,"input",0),t.k0s(),t.j41(4,"mat-form-field"),t.nrm(5,"input",1),t.k0s(),t.j41(6,"mat-form-field")(7,"mat-label"),t.EFF(8,"Leave a comment"),t.k0s(),t.nrm(9,"textarea",2),t.k0s()),2&g&&(t.R7$(5),t.Y8G("type",E.inputType)("disabled",E.disabled))},dependencies:[x.RG,x.rl,x.nJ,M.fS,M.fg],encapsulation:2})}return h})()},9417:(rt,H,p)=>{p.d(H,{BC:()=>ft,JD:()=>fe,MJ:()=>ot,MR:()=>le,Q0:()=>re,X1:()=>Ii,YN:()=>Ri,YS:()=>Gt,ZU:()=>k,Zm:()=>V,cV:()=>Lt,cb:()=>mt,cz:()=>c,gE:()=>nt,j4:()=>Ut,k0:()=>I,kq:()=>R,l_:()=>de,me:()=>b,ok:()=>Ti,qT:()=>Se,vO:()=>W,vS:()=>oe,wz:()=>Bt,xH:()=>ke,xq:()=>ue,y7:()=>Ne});var t=p(4438),C=p(177),U=p(4787),f=p(696),M=p(5286),x=p(5006);let B=(()=>{class i{constructor(e,o){this._renderer=e,this._elementRef=o,this.onChange=r=>{},this.onTouched=()=>{}}setProperty(e,o){this._renderer.setProperty(this._elementRef.nativeElement,e,o)}registerOnTouched(e){this.onTouched=e}registerOnChange(e){this.onChange=e}setDisabledState(e){this.setProperty("disabled",e)}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.sFG),t.rXU(t.aKT))};static#e=this.\u0275dir=t.FsC({type:i})}return i})(),N=(()=>{class i extends B{static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,features:[t.Vt3]})}return i})();const R=new t.nKC(""),F={provide:R,useExisting:(0,t.Rfq)(()=>V),multi:!0};let V=(()=>{class i extends N{writeValue(e){this.setProperty("checked",e)}static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(o,r){1&o&&t.bIt("change",function(y){return r.onChange(y.target.checked)})("blur",function(){return r.onTouched()})},features:[t.Jv_([F]),t.Vt3]})}return i})();const A={provide:R,useExisting:(0,t.Rfq)(()=>b),multi:!0},G=new t.nKC("");let b=(()=>{class i extends B{constructor(e,o,r){super(e,o),this._compositionMode=r,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function P(){const i=(0,C.QT)()?(0,C.QT)().getUserAgent():"";return/android (\d+)/.test(i.toLowerCase())}())}writeValue(e){this.setProperty("value",e??"")}_handleInput(e){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(e)}_compositionStart(){this._composing=!0}_compositionEnd(e){this._composing=!1,this._compositionMode&&this.onChange(e)}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.sFG),t.rXU(t.aKT),t.rXU(G,8))};static#e=this.\u0275dir=t.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,r){1&o&&t.bIt("input",function(y){return r._handleInput(y.target.value)})("blur",function(){return r.onTouched()})("compositionstart",function(){return r._compositionStart()})("compositionend",function(y){return r._compositionEnd(y.target.value)})},features:[t.Jv_([A]),t.Vt3]})}return i})();function X(i){return null==i||("string"==typeof i||Array.isArray(i))&&0===i.length}function a(i){return null!=i&&"number"==typeof i.length}const c=new t.nKC(""),_=new t.nKC(""),O=/^(?=.{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 I{static min(n){return function h(i){return n=>{if(X(n.value)||X(i))return null;const e=parseFloat(n.value);return!isNaN(e)&&e<i?{min:{min:i,actual:n.value}}:null}}(n)}static max(n){return function S(i){return n=>{if(X(n.value)||X(i))return null;const e=parseFloat(n.value);return!isNaN(e)&&e>i?{max:{max:i,actual:n.value}}:null}}(n)}static required(n){return D(n)}static requiredTrue(n){return g(n)}static email(n){return function E(i){return X(i.value)||O.test(i.value)?null:{email:!0}}(n)}static minLength(n){return function z(i){return n=>X(n.value)||!a(n.value)?null:n.value.length<i?{minlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static maxLength(n){return function $(i){return n=>a(n.value)&&n.value.length>i?{maxlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static pattern(n){return function q(i){if(!i)return j;let n,e;return"string"==typeof i?(e="","^"!==i.charAt(0)&&(e+="^"),e+=i,"$"!==i.charAt(i.length-1)&&(e+="$"),n=new RegExp(e)):(e=i.toString(),n=i),o=>{if(X(o.value))return null;const r=o.value;return n.test(r)?null:{pattern:{requiredPattern:e,actualValue:r}}}}(n)}static nullValidator(n){return null}static compose(n){return Et(n)}static composeAsync(n){return it(n)}}function D(i){return X(i.value)?{required:!0}:null}function g(i){return!0===i.value?null:{required:!0}}function j(i){return null}function xt(i){return null!=i}function vt(i){return(0,t.jNT)(i)?(0,U.H)(i):i}function bt(i){let n={};return i.forEach(e=>{n=null!=e?{...n,...e}:n}),0===Object.keys(n).length?null:n}function yt(i,n){return n.map(e=>e(i))}function Ct(i){return i.map(n=>function Ht(i){return!i.validate}(n)?n:e=>n.validate(e))}function Et(i){if(!i)return null;const n=i.filter(xt);return 0==n.length?null:function(e){return bt(yt(e,n))}}function lt(i){return null!=i?Et(Ct(i)):null}function it(i){if(!i)return null;const n=i.filter(xt);return 0==n.length?null:function(e){const o=yt(e,n).map(vt);return(0,f.p)(o).pipe((0,x.T)(bt))}}function at(i){return null!=i?it(Ct(i)):null}function dt(i,n){return null===i?[n]:Array.isArray(i)?[...i,n]:[i,n]}function Mt(i){return i._rawValidators}function wt(i){return i._rawAsyncValidators}function J(i){return i?Array.isArray(i)?i:[i]:[]}function Q(i,n){return Array.isArray(i)?i.includes(n):i===n}function Ft(i,n){const e=J(n);return J(i).forEach(r=>{Q(e,r)||e.push(r)}),e}function st(i,n){return J(n).filter(e=>!Q(i,e))}class Dt{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=lt(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=at(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,e){return!!this.control&&this.control.hasError(n,e)}getError(n,e){return this.control?this.control.getError(n,e):null}}class k extends Dt{get formDirective(){return null}get path(){return null}}class W extends Dt{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class Vt{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 ft=(()=>{class i extends Vt{constructor(e){super(e)}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(W,2))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(o,r){2&o&&t.AVh("ng-untouched",r.isUntouched)("ng-touched",r.isTouched)("ng-pristine",r.isPristine)("ng-dirty",r.isDirty)("ng-valid",r.isValid)("ng-invalid",r.isInvalid)("ng-pending",r.isPending)},features:[t.Vt3]})}return i})(),mt=(()=>{class i extends Vt{constructor(e){super(e)}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(k,10))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(o,r){2&o&&t.AVh("ng-untouched",r.isUntouched)("ng-touched",r.isTouched)("ng-pristine",r.isPristine)("ng-dirty",r.isDirty)("ng-valid",r.isValid)("ng-invalid",r.isInvalid)("ng-pending",r.isPending)("ng-submitted",r.isSubmitted)},features:[t.Vt3]})}return i})();const s="VALID",v="INVALID",w="PENDING",L="DISABLED";class K{}class Ot extends K{constructor(n,e){super(),this.value=n,this.source=e}}class ht extends K{constructor(n,e){super(),this.pristine=n,this.source=e}}class Jt extends K{constructor(n,e){super(),this.touched=n,this.source=e}}class St extends K{constructor(n,e){super(),this.status=n,this.source=e}}class Ye extends K{constructor(n){super(),this.source=n}}class qe extends K{constructor(n){super(),this.source=n}}function Qt(i){return(Tt(i)?i.validators:i)||null}function Zt(i,n){return(Tt(n)?n.asyncValidators:i)||null}function Tt(i){return null!=i&&!Array.isArray(i)&&"object"==typeof i}function be(i,n,e){const o=i.controls;if(!(n?Object.keys(o):o).length)throw new t.wOt(1e3,"");if(!o[e])throw new t.wOt(1001,"")}function ye(i,n,e){i._forEachChild((o,r)=>{if(void 0===e[r])throw new t.wOt(1002,"")})}class Rt{constructor(n,e){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._events=new M.B7,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(n),this._assignAsyncValidators(e)}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===s}get invalid(){return this.status===v}get pending(){return this.status==w}get disabled(){return this.status===L}get enabled(){return this.status!==L}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(Ft(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(Ft(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(st(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(st(n,this._rawAsyncValidators))}hasValidator(n){return Q(this._rawValidators,n)}hasAsyncValidator(n){return Q(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const e=!1===this.touched;this.touched=!0;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsTouched({...n,sourceControl:o}),e&&!1!==n.emitEvent&&this._events.next(new Jt(!0,o))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(e=>e.markAllAsTouched(n))}markAsUntouched(n={}){const e=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const o=n.sourceControl??this;this._forEachChild(r=>{r.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:o})}),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,o),e&&!1!==n.emitEvent&&this._events.next(new Jt(!1,o))}markAsDirty(n={}){const e=!0===this.pristine;this.pristine=!1;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsDirty({...n,sourceControl:o}),e&&!1!==n.emitEvent&&this._events.next(new ht(!1,o))}markAsPristine(n={}){const e=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const o=n.sourceControl??this;this._forEachChild(r=>{r.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),this._parent&&!n.onlySelf&&this._parent._updatePristine(n,o),e&&!1!==n.emitEvent&&this._events.next(new ht(!0,o))}markAsPending(n={}){this.status=w;const e=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new St(this.status,e)),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.markAsPending({...n,sourceControl:e})}disable(n={}){const e=this._parentMarkedDirty(n.onlySelf);this.status=L,this.errors=null,this._forEachChild(r=>{r.disable({...n,onlySelf:!0})}),this._updateValue();const o=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Ot(this.value,o)),this._events.next(new St(this.status,o)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:e},this),this._onDisabledChange.forEach(r=>r(!0))}enable(n={}){const e=this._parentMarkedDirty(n.onlySelf);this.status=s,this._forEachChild(o=>{o.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:e},this),this._onDisabledChange.forEach(o=>o(!1))}_updateAncestors(n,e){this._parent&&!n.onlySelf&&(this._parent.updateValueAndValidity(n),n.skipPristineCheck||this._parent._updatePristine({},e),this._parent._updateTouched({},e))}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===s||this.status===w)&&this._runAsyncValidator(o,n.emitEvent)}const e=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Ot(this.value,e)),this._events.next(new St(this.status,e)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.updateValueAndValidity({...n,sourceControl:e})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(e=>e._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?L:s}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,e){if(this.asyncValidator){this.status=w,this._hasOwnPendingAsyncValidator={emitEvent:!1!==e};const o=vt(this.asyncValidator(this));this._asyncValidationSubscription=o.subscribe(r=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(r,{emitEvent:e,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,e={}){this.errors=n,this._updateControlsErrors(!1!==e.emitEvent,this,e.shouldHaveEmitted)}get(n){let e=n;return null==e||(Array.isArray(e)||(e=e.split(".")),0===e.length)?null:e.reduce((o,r)=>o&&o._find(r),this)}getError(n,e){const o=e?this.get(e):this;return o&&o.errors?o.errors[n]:null}hasError(n,e){return!!this.getError(n,e)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,e,o){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||o)&&this._events.next(new St(this.status,e)),this._parent&&this._parent._updateControlsErrors(n,e,o)}_initObservables(){this.valueChanges=new t.bkB,this.statusChanges=new t.bkB}_calculateStatus(){return this._allControlsDisabled()?L:this.errors?v:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(w)?w:this._anyControlsHaveStatus(v)?v:s}_anyControlsHaveStatus(n){return this._anyControls(e=>e.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,e){const o=!this._anyControlsDirty(),r=this.pristine!==o;this.pristine=o,this._parent&&!n.onlySelf&&this._parent._updatePristine(n,e),r&&this._events.next(new ht(this.pristine,e))}_updateTouched(n={},e){this.touched=this._anyControlsTouched(),this._events.next(new Jt(this.touched,e)),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,e)}_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Tt(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 Je(i){return Array.isArray(i)?lt(i):i||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function Qe(i){return Array.isArray(i)?at(i):i||null}(this._rawAsyncValidators)}}class nt extends Rt{constructor(n,e,o){super(Qt(e),Zt(o,e)),this.controls=n,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(n,e){return this.controls[n]?this.controls[n]:(this.controls[n]=e,e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange),e)}addControl(n,e,o={}){this.registerControl(n,e),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}removeControl(n,e={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}setControl(n,e,o={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],e&&this.registerControl(n,e),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,e={}){ye(this,0,n),Object.keys(n).forEach(o=>{be(this,!0,o),this.controls[o].setValue(n[o],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(n,e={}){null!=n&&(Object.keys(n).forEach(o=>{const r=this.controls[o];r&&r.patchValue(n[o],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(n={},e={}){this._forEachChild((o,r)=>{o.reset(n?n[r]:null,{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e,this),this._updateTouched(e,this),this.updateValueAndValidity(e)}getRawValue(){return this._reduceChildren({},(n,e,o)=>(n[o]=e.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(e,o)=>!!o._syncPendingControls()||e);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(e=>{const o=this.controls[e];o&&n(o,e)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[e,o]of Object.entries(this.controls))if(this.contains(e)&&n(o))return!0;return!1}_reduceValue(){return this._reduceChildren({},(e,o,r)=>((o.enabled||this.disabled)&&(e[r]=o.value),e))}_reduceChildren(n,e){let o=n;return this._forEachChild((r,u)=>{o=e(o,r,u)}),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 Ce extends nt{}const tt=new t.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>pt}),pt="always";function It(i,n){return[...n.path,i]}function _t(i,n,e=pt){te(i,n),n.valueAccessor.writeValue(i.value),(i.disabled||"always"===e)&&n.valueAccessor.setDisabledState?.(i.disabled),function ti(i,n){n.valueAccessor.registerOnChange(e=>{i._pendingValue=e,i._pendingChange=!0,i._pendingDirty=!0,"change"===i.updateOn&&Ee(i,n)})}(i,n),function ii(i,n){const e=(o,r)=>{n.valueAccessor.writeValue(o),r&&n.viewToModelUpdate(o)};i.registerOnChange(e),n._registerOnDestroy(()=>{i._unregisterOnChange(e)})}(i,n),function ei(i,n){n.valueAccessor.registerOnTouched(()=>{i._pendingTouched=!0,"blur"===i.updateOn&&i._pendingChange&&Ee(i,n),"submit"!==i.updateOn&&i.markAsTouched()})}(i,n),function Ze(i,n){if(n.valueAccessor.setDisabledState){const e=o=>{n.valueAccessor.setDisabledState(o)};i.registerOnDisabledChange(e),n._registerOnDestroy(()=>{i._unregisterOnDisabledChange(e)})}}(i,n)}function kt(i,n,e=!0){const o=()=>{};n.valueAccessor&&(n.valueAccessor.registerOnChange(o),n.valueAccessor.registerOnTouched(o)),Nt(i,n),i&&(n._invokeOnDestroyCallbacks(),i._registerOnCollectionChange(()=>{}))}function Pt(i,n){i.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(n)})}function te(i,n){const e=Mt(i);null!==n.validator?i.setValidators(dt(e,n.validator)):"function"==typeof e&&i.setValidators([e]);const o=wt(i);null!==n.asyncValidator?i.setAsyncValidators(dt(o,n.asyncValidator)):"function"==typeof o&&i.setAsyncValidators([o]);const r=()=>i.updateValueAndValidity();Pt(n._rawValidators,r),Pt(n._rawAsyncValidators,r)}function Nt(i,n){let e=!1;if(null!==i){if(null!==n.validator){const r=Mt(i);if(Array.isArray(r)&&r.length>0){const u=r.filter(y=>y!==n.validator);u.length!==r.length&&(e=!0,i.setValidators(u))}}if(null!==n.asyncValidator){const r=wt(i);if(Array.isArray(r)&&r.length>0){const u=r.filter(y=>y!==n.asyncValidator);u.length!==r.length&&(e=!0,i.setAsyncValidators(u))}}}const o=()=>{};return Pt(n._rawValidators,o),Pt(n._rawAsyncValidators,o),e}function Ee(i,n){i._pendingDirty&&i.markAsDirty(),i.setValue(i._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1}function Me(i,n){te(i,n)}function ie(i,n){if(!i.hasOwnProperty("model"))return!1;const e=i.model;return!!e.isFirstChange()||!Object.is(n,e.currentValue)}function we(i,n){i._syncPendingControls(),n.forEach(e=>{const o=e.control;"submit"===o.updateOn&&o._pendingChange&&(e.viewToModelUpdate(o._pendingValue),o._pendingChange=!1)})}function ne(i,n){if(!n)return null;let e,o,r;return Array.isArray(n),n.forEach(u=>{u.constructor===b?e=u:function ri(i){return Object.getPrototypeOf(i.constructor)===N}(u)?o=u:r=u}),r||o||e||null}const ai={provide:k,useExisting:(0,t.Rfq)(()=>Lt)},gt=Promise.resolve();let Lt=(()=>{class i extends k{constructor(e,o,r){super(),this.callSetDisabledState=r,this.submitted=!1,this._directives=new Set,this.ngSubmit=new t.bkB,this.form=new nt({},lt(e),at(o))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(e){gt.then(()=>{const o=this._findContainer(e.path);e.control=o.registerControl(e.name,e.control),_t(e.control,e,this.callSetDisabledState),e.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(e)})}getControl(e){return this.form.get(e.path)}removeControl(e){gt.then(()=>{const o=this._findContainer(e.path);o&&o.removeControl(e.name),this._directives.delete(e)})}addFormGroup(e){gt.then(()=>{const o=this._findContainer(e.path),r=new nt({});Me(r,e),o.registerControl(e.name,r),r.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(e){gt.then(()=>{const o=this._findContainer(e.path);o&&o.removeControl(e.name)})}getFormGroup(e){return this.form.get(e.path)}updateModel(e,o){gt.then(()=>{this.form.get(e.path).setValue(o)})}setValue(e){this.control.setValue(e)}onSubmit(e){return this.submitted=!0,we(this.form,this._directives),this.ngSubmit.emit(e),"dialog"===e?.target?.method}onReset(){this.resetForm()}resetForm(e=void 0){this.form.reset(e),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(e){return e.pop(),e.length?this.form.get(e):this.form}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(c,10),t.rXU(_,10),t.rXU(tt,8))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(o,r){1&o&&t.bIt("submit",function(y){return r.onSubmit(y)})("reset",function(){return r.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t.Jv_([ai]),t.Vt3]})}return i})();function Fe(i,n){const e=i.indexOf(n);e>-1&&i.splice(e,1)}function De(i){return"object"==typeof i&&null!==i&&2===Object.keys(i).length&&"value"in i&&"disabled"in i}const ot=class extends Rt{constructor(n=null,e,o){super(Qt(e),Zt(o,e)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(n),this._setUpdateStrategy(e),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Tt(e)&&(e.nonNullable||e.initialValueIsDefault)&&(this.defaultValue=De(n)?n.value:n)}setValue(n,e={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==e.emitModelToViewChange&&this._onChange.forEach(o=>o(this.value,!1!==e.emitViewToModelChange)),this.updateValueAndValidity(e)}patchValue(n,e={}){this.setValue(n,e)}reset(n=this.defaultValue,e={}){this._applyFormState(n),this.markAsPristine(e),this.markAsUntouched(e),this.setValue(this.value,e),this._pendingChange=!1}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){Fe(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){Fe(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){De(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:W,useExisting:(0,t.Rfq)(()=>oe)},Oe=Promise.resolve();let oe=(()=>{class i extends W{constructor(e,o,r,u,y,Y){super(),this._changeDetectorRef=y,this.callSetDisabledState=Y,this.control=new ot,this._registered=!1,this.name="",this.update=new t.bkB,this._parent=e,this._setValidators(o),this._setAsyncValidators(r),this.valueAccessor=ne(0,u)}ngOnChanges(e){if(this._checkForErrors(),!this._registered||"name"in e){if(this._registered&&(this._checkName(),this.formDirective)){const o=e.name.previousValue;this.formDirective.removeControl({name:o,path:this._getPath(o)})}this._setUpControl()}"isDisabled"in e&&this._updateDisabled(e),ie(e,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(e){this.viewModel=e,this.update.emit(e)}_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(){_t(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(e){Oe.then(()=>{this.control.setValue(e,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(e){const o=e.isDisabled.currentValue,r=0!==o&&(0,t.L39)(o);Oe.then(()=>{r&&!this.control.disabled?this.control.disable():!r&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(e){return this._parent?It(e,this._parent):[e]}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(k,9),t.rXU(c,10),t.rXU(_,10),t.rXU(R,10),t.rXU(t.gRc,8),t.rXU(tt,8))};static#e=this.\u0275dir=t.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:[t.Jv_([ci]),t.Vt3,t.OA$]})}return i})(),Se=(()=>{class i{static#t=this.\u0275fac=function(o){return new(o||i)};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}return i})();const fi={provide:R,useExisting:(0,t.Rfq)(()=>re),multi:!0};let re=(()=>{class i extends N{writeValue(e){this.setProperty("value",e??"")}registerOnChange(e){this.onChange=o=>{e(""==o?null:parseFloat(o))}}static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(o,r){1&o&&t.bIt("input",function(y){return r.onChange(y.target.value)})("blur",function(){return r.onTouched()})},features:[t.Jv_([fi]),t.Vt3]})}return i})();const hi={provide:R,useExisting:(0,t.Rfq)(()=>le),multi:!0};let le=(()=>{class i extends N{writeValue(e){this.setProperty("value",parseFloat(e))}registerOnChange(e){this.onChange=o=>{e(""==o?null:parseFloat(o))}}static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(o,r){1&o&&t.bIt("change",function(y){return r.onChange(y.target.value)})("input",function(y){return r.onChange(y.target.value)})("blur",function(){return r.onTouched()})},features:[t.Jv_([hi]),t.Vt3]})}return i})();const ae=new t.nKC(""),pi={provide:W,useExisting:(0,t.Rfq)(()=>de)};let de=(()=>{class i extends W{set isDisabled(e){}static#t=this._ngModelWarningSentOnce=!1;constructor(e,o,r,u,y){super(),this._ngModelWarningConfig=u,this.callSetDisabledState=y,this.update=new t.bkB,this._ngModelWarningSent=!1,this._setValidators(e),this._setAsyncValidators(o),this.valueAccessor=ne(0,r)}ngOnChanges(e){if(this._isControlChanged(e)){const o=e.form.previousValue;o&&kt(o,this,!1),_t(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}ie(e,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&kt(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_isControlChanged(e){return e.hasOwnProperty("form")}static#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(c,10),t.rXU(_,10),t.rXU(R,10),t.rXU(ae,8),t.rXU(tt,8))};static#i=this.\u0275dir=t.FsC({type:i,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[t.Jv_([pi]),t.Vt3,t.OA$]})}return i})();const _i={provide:k,useExisting:(0,t.Rfq)(()=>Ut)};let Ut=(()=>{class i extends k{constructor(e,o,r){super(),this.callSetDisabledState=r,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new t.bkB,this._setValidators(e),this._setAsyncValidators(o)}ngOnChanges(e){this._checkFormPresent(),e.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Nt(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(e){const o=this.form.get(e.path);return _t(o,e,this.callSetDisabledState),o.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),o}getControl(e){return this.form.get(e.path)}removeControl(e){kt(e.control||null,e,!1),function li(i,n){const e=i.indexOf(n);e>-1&&i.splice(e,1)}(this.directives,e)}addFormGroup(e){this._setUpFormContainer(e)}removeFormGroup(e){this._cleanUpFormContainer(e)}getFormGroup(e){return this.form.get(e.path)}addFormArray(e){this._setUpFormContainer(e)}removeFormArray(e){this._cleanUpFormContainer(e)}getFormArray(e){return this.form.get(e.path)}updateModel(e,o){this.form.get(e.path).setValue(o)}onSubmit(e){return this.submitted=!0,we(this.form,this.directives),this.ngSubmit.emit(e),this.form._events.next(new Ye(this.control)),"dialog"===e?.target?.method}onReset(){this.resetForm()}resetForm(e=void 0){this.form.reset(e),this.submitted=!1,this.form._events.next(new qe(this.form))}_updateDomValue(){this.directives.forEach(e=>{const o=e.control,r=this.form.get(e.path);o!==r&&(kt(o||null,e),(i=>i instanceof ot)(r)&&(_t(r,e,this.callSetDisabledState),e.control=r))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(e){const o=this.form.get(e.path);Me(o,e),o.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(e){if(this.form){const o=this.form.get(e.path);o&&function ni(i,n){return Nt(i,n)}(o,e)&&o.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){te(this.form,this),this._oldForm&&Nt(this._oldForm,this)}_checkFormPresent(){}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(c,10),t.rXU(_,10),t.rXU(tt,8))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","formGroup",""]],hostBindings:function(o,r){1&o&&t.bIt("submit",function(y){return r.onSubmit(y)})("reset",function(){return r.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t.Jv_([_i]),t.Vt3,t.OA$]})}return i})();const vi={provide:W,useExisting:(0,t.Rfq)(()=>fe)};let fe=(()=>{class i extends W{set isDisabled(e){}static#t=this._ngModelWarningSentOnce=!1;constructor(e,o,r,u,y){super(),this._ngModelWarningConfig=y,this._added=!1,this.name=null,this.update=new t.bkB,this._ngModelWarningSent=!1,this._parent=e,this._setValidators(o),this._setAsyncValidators(r),this.valueAccessor=ne(0,u)}ngOnChanges(e){this._added||this._setUpControl(),ie(e,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}get path(){return It(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#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(k,13),t.rXU(c,10),t.rXU(_,10),t.rXU(R,10),t.rXU(ae,8))};static#i=this.\u0275dir=t.FsC({type:i,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},features:[t.Jv_([vi]),t.Vt3,t.OA$]})}return i})();const bi={provide:R,useExisting:(0,t.Rfq)(()=>Bt),multi:!0};function Ie(i,n){return null==i?`${n}`:(n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let Bt=(()=>{class i extends N{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(e){this._compareWith=e}writeValue(e){this.value=e;const r=Ie(this._getOptionId(e),e);this.setProperty("value",r)}registerOnChange(e){this.onChange=o=>{this.value=this._getOptionValue(o),e(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(e){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o),e))return o;return null}_getOptionValue(e){const o=function yi(i){return i.split(":")[0]}(e);return this._optionMap.has(o)?this._optionMap.get(o):e}static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(o,r){1&o&&t.bIt("change",function(y){return r.onChange(y.target.value)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[t.Jv_([bi]),t.Vt3]})}return i})(),ke=(()=>{class i{constructor(e,o,r){this._element=e,this._renderer=o,this._select=r,this._select&&(this.id=this._select._registerOption())}set ngValue(e){null!=this._select&&(this._select._optionMap.set(this.id,e),this._setElementValue(Ie(this.id,e)),this._select.writeValue(this._select.value))}set value(e){this._setElementValue(e),this._select&&this._select.writeValue(this._select.value)}_setElementValue(e){this._renderer.setProperty(this._element.nativeElement,"value",e)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.aKT),t.rXU(t.sFG),t.rXU(Bt,9))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})();const Ci={provide:R,useExisting:(0,t.Rfq)(()=>me),multi:!0};function Pe(i,n){return null==i?`${n}`:("string"==typeof n&&(n=`'${n}'`),n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let me=(()=>{class i extends N{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(e){this._compareWith=e}writeValue(e){let o;if(this.value=e,Array.isArray(e)){const r=e.map(u=>this._getOptionId(u));o=(u,y)=>{u._setSelected(r.indexOf(y.toString())>-1)}}else o=(r,u)=>{r._setSelected(!1)};this._optionMap.forEach(o)}registerOnChange(e){this.onChange=o=>{const r=[],u=o.selectedOptions;if(void 0!==u){const y=u;for(let Y=0;Y<y.length;Y++){const he=this._getOptionValue(y[Y].value);r.push(he)}}else{const y=o.options;for(let Y=0;Y<y.length;Y++){const zt=y[Y];if(zt.selected){const he=this._getOptionValue(zt.value);r.push(he)}}}this.value=r,e(r)}}_registerOption(e){const o=(this._idCounter++).toString();return this._optionMap.set(o,e),o}_getOptionId(e){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o)._value,e))return o;return null}_getOptionValue(e){const o=function Ei(i){return i.split(":")[0]}(e);return this._optionMap.has(o)?this._optionMap.get(o)._value:e}static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(o,r){1&o&&t.bIt("change",function(y){return r.onChange(y.target)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[t.Jv_([Ci]),t.Vt3]})}return i})(),Ne=(()=>{class i{constructor(e,o,r){this._element=e,this._renderer=o,this._select=r,this._select&&(this.id=this._select._registerOption(this))}set ngValue(e){null!=this._select&&(this._value=e,this._setElementValue(Pe(this.id,e)),this._select.writeValue(this._select.value))}set value(e){this._select?(this._value=e,this._setElementValue(Pe(this.id,e)),this._select.writeValue(this._select.value)):this._setElementValue(e)}_setElementValue(e){this._renderer.setProperty(this._element.nativeElement,"value",e)}_setSelected(e){this._renderer.setProperty(this._element.nativeElement,"selected",e)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.aKT),t.rXU(t.sFG),t.rXU(me,9))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})(),et=(()=>{class i{constructor(){this._validator=j}ngOnChanges(e){if(this.inputName in e){const o=this.normalizeInput(e[this.inputName].currentValue);this._enabled=this.enabled(o),this._validator=this._enabled?this.createValidator(o):j,this._onChange&&this._onChange()}}validate(e){return this._validator(e)}registerOnValidatorChange(e){this._onChange=e}enabled(e){return null!=e}static#t=this.\u0275fac=function(o){return new(o||i)};static#e=this.\u0275dir=t.FsC({type:i,features:[t.OA$]})}return i})();const Fi={provide:c,useExisting:(0,t.Rfq)(()=>Gt),multi:!0},Di={provide:c,useExisting:(0,t.Rfq)(()=>ue),multi:!0};let Gt=(()=>{class i extends et{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=t.L39,this.createValidator=e=>D}enabled(e){return e}static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(o,r){2&o&&t.BMQ("required",r._enabled?"":null)},inputs:{required:"required"},features:[t.Jv_([Fi]),t.Vt3]})}return i})(),ue=(()=>{class i extends Gt{constructor(){super(...arguments),this.createValidator=e=>g}static#t=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(o,r){2&o&&t.BMQ("required",r._enabled?"":null)},features:[t.Jv_([Di]),t.Vt3]})}return i})(),We=(()=>{class i{static#t=this.\u0275fac=function(o){return new(o||i)};static#e=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({})}return i})();class $e extends Rt{constructor(n,e,o){super(Qt(e),Zt(o,e)),this.controls=n,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(n){return this.controls[this._adjustIndex(n)]}push(n,e={}){this.controls.push(n),this._registerControl(n),this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}insert(n,e,o={}){this.controls.splice(n,0,e),this._registerControl(e),this.updateValueAndValidity({emitEvent:o.emitEvent})}removeAt(n,e={}){let o=this._adjustIndex(n);o<0&&(o=0),this.controls[o]&&this.controls[o]._registerOnCollectionChange(()=>{}),this.controls.splice(o,1),this.updateValueAndValidity({emitEvent:e.emitEvent})}setControl(n,e,o={}){let r=this._adjustIndex(n);r<0&&(r=0),this.controls[r]&&this.controls[r]._registerOnCollectionChange(()=>{}),this.controls.splice(r,1),e&&(this.controls.splice(r,0,e),this._registerControl(e)),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(n,e={}){ye(this,0,n),n.forEach((o,r)=>{be(this,!1,r),this.at(r).setValue(o,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(n,e={}){null!=n&&(n.forEach((o,r)=>{this.at(r)&&this.at(r).patchValue(o,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(n=[],e={}){this._forEachChild((o,r)=>{o.reset(n[r],{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e,this),this._updateTouched(e,this),this.updateValueAndValidity(e)}getRawValue(){return this.controls.map(n=>n.getRawValue())}clear(n={}){this.controls.length<1||(this._forEachChild(e=>e._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((e,o)=>!!o._syncPendingControls()||e,!1);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){this.controls.forEach((e,o)=>{n(e,o)})}_updateValue(){this.value=this.controls.filter(n=>n.enabled||this.disabled).map(n=>n.value)}_anyControls(n){return this.controls.some(e=>e.enabled&&n(e))}_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 Ke(i){return!!i&&(void 0!==i.asyncValidators||void 0!==i.validators||void 0!==i.updateOn)}let Ti=(()=>{class i{constructor(){this.useNonNullable=!1}get nonNullable(){const e=new i;return e.useNonNullable=!0,e}group(e,o=null){const r=this._reduceControls(e);let u={};return Ke(o)?u=o:null!==o&&(u.validators=o.validator,u.asyncValidators=o.asyncValidator),new nt(r,u)}record(e,o=null){const r=this._reduceControls(e);return new Ce(r,o)}control(e,o,r){let u={};return this.useNonNullable?(Ke(o)?u=o:(u.validators=o,u.asyncValidators=r),new ot(e,{...u,nonNullable:!0})):new ot(e,o,r)}array(e,o,r){const u=e.map(y=>this._createControl(y));return new $e(u,o,r)}_reduceControls(e){const o={};return Object.keys(e).forEach(r=>{o[r]=this._createControl(e[r])}),o}_createControl(e){return e instanceof ot||e instanceof Rt?e:Array.isArray(e)?this.control(e[0],e.length>1?e[1]:null,e.length>2?e[2]:null):this.control(e)}static#t=this.\u0275fac=function(o){return new(o||i)};static#e=this.\u0275prov=t.jDH({token:i,factory:i.\u0275fac,providedIn:"root"})}return i})(),Ri=(()=>{class i{static withConfig(e){return{ngModule:i,providers:[{provide:tt,useValue:e.callSetDisabledState??pt}]}}static#t=this.\u0275fac=function(o){return new(o||i)};static#e=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({imports:[We]})}return i})(),Ii=(()=>{class i{static withConfig(e){return{ngModule:i,providers:[{provide:ae,useValue:e.warnOnNgModelWithFormControl??"always"},{provide:tt,useValue:e.callSetDisabledState??pt}]}}static#t=this.\u0275fac=function(o){return new(o||i)};static#e=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({imports:[We]})}return i})()},3719:(rt,H,p)=>{p.d(H,{JW:()=>Ft,MV:()=>J,RG:()=>qt,TL:()=>Mt,nJ:()=>it,qT:()=>Z,rl:()=>ve,xb:()=>jt,yw:()=>Dt});var t=p(4438),C=p(8203),U=p(6860),f=p(4337),M=p(5286),x=p(4670),B=p(7605),N=p(8170),R=p(4085),F=p(9969),V=p(177),A=p(2318),P=p(6600);const G=["notch"],b=["matFormFieldNotchedOutline",""],X=["*"],a=["textField"],c=["iconPrefixContainer"],_=["textPrefixContainer"],O=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],I=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function h(d,T){1&d&&t.nrm(0,"span",19)}function S(d,T){if(1&d&&(t.j41(0,"label",18),t.SdG(1,1),t.DNE(2,h,1,0,"span",19),t.k0s()),2&d){const l=t.XpG(2);t.Y8G("floating",l._shouldLabelFloat())("monitorResize",l._hasOutline())("id",l._labelId),t.BMQ("for",l._control.disableAutomaticLabeling?null:l._control.id),t.R7$(2),t.vxM(!l.hideRequiredMarker&&l._control.required?2:-1)}}function D(d,T){if(1&d&&t.DNE(0,S,3,5,"label",18),2&d){const l=t.XpG();t.vxM(l._hasFloatingLabel()?0:-1)}}function g(d,T){1&d&&t.nrm(0,"div",5)}function E(d,T){}function z(d,T){if(1&d&&t.DNE(0,E,0,0,"ng-template",11),2&d){t.XpG(2);const l=t.sdS(1);t.Y8G("ngTemplateOutlet",l)}}function $(d,T){if(1&d&&(t.j41(0,"div",7),t.DNE(1,z,1,1,null,11),t.k0s()),2&d){const l=t.XpG();t.Y8G("matFormFieldNotchedOutlineOpen",l._shouldLabelFloat()),t.R7$(),t.vxM(l._forceDisplayInfixLabel()?-1:1)}}function q(d,T){1&d&&(t.j41(0,"div",8,2),t.SdG(2,2),t.k0s())}function j(d,T){1&d&&(t.j41(0,"div",9,3),t.SdG(2,3),t.k0s())}function xt(d,T){}function vt(d,T){if(1&d&&t.DNE(0,xt,0,0,"ng-template",11),2&d){t.XpG();const l=t.sdS(1);t.Y8G("ngTemplateOutlet",l)}}function bt(d,T){1&d&&(t.j41(0,"div",12),t.SdG(1,4),t.k0s())}function yt(d,T){1&d&&(t.j41(0,"div",13),t.SdG(1,5),t.k0s())}function Ht(d,T){1&d&&t.nrm(0,"div",14)}function Ct(d,T){if(1&d&&(t.j41(0,"div",16),t.SdG(1,6),t.k0s()),2&d){const l=t.XpG();t.Y8G("@transitionMessages",l._subscriptAnimationState)}}function Et(d,T){if(1&d&&(t.j41(0,"mat-hint",20),t.EFF(1),t.k0s()),2&d){const l=t.XpG(2);t.Y8G("id",l._hintLabelId),t.R7$(),t.JRh(l.hintLabel)}}function lt(d,T){if(1&d&&(t.j41(0,"div",17),t.DNE(1,Et,2,2,"mat-hint",20),t.SdG(2,7),t.nrm(3,"div",21),t.SdG(4,8),t.k0s()),2&d){const l=t.XpG();t.Y8G("@transitionMessages",l._subscriptAnimationState),t.R7$(),t.vxM(l.hintLabel?1:-1)}}let it=(()=>{class d{static#t=this.\u0275fac=function(m){return new(m||d)};static#e=this.\u0275dir=t.FsC({type:d,selectors:[["mat-label"]],standalone:!0})}return d})(),at=0;const dt=new t.nKC("MatError");let Mt=(()=>{class d{constructor(l,m){this.id="mat-mdc-error-"+at++,l||m.nativeElement.setAttribute("aria-live","polite")}static#t=this.\u0275fac=function(m){return new(m||d)(t.kS0("aria-live"),t.rXU(t.aKT))};static#e=this.\u0275dir=t.FsC({type:d,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(m,s){2&m&&t.Mr5("id",s.id)},inputs:{id:"id"},standalone:!0,features:[t.Jv_([{provide:dt,useExisting:d}])]})}return d})(),wt=0,J=(()=>{class d{constructor(){this.align="start",this.id="mat-mdc-hint-"+wt++}static#t=this.\u0275fac=function(m){return new(m||d)};static#e=this.\u0275dir=t.FsC({type:d,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(m,s){2&m&&(t.Mr5("id",s.id),t.BMQ("align",null),t.AVh("mat-mdc-form-field-hint-end","end"===s.align))},inputs:{align:"align",id:"id"},standalone:!0})}return d})();const Q=new t.nKC("MatPrefix");let Ft=(()=>{class d{constructor(){this._isText=!1}set _isTextSelector(l){this._isText=!0}static#t=this.\u0275fac=function(m){return new(m||d)};static#e=this.\u0275dir=t.FsC({type:d,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:[0,"matTextPrefix","_isTextSelector"]},standalone:!0,features:[t.Jv_([{provide:Q,useExisting:d}])]})}return d})();const st=new t.nKC("MatSuffix");let Dt=(()=>{class d{constructor(){this._isText=!1}set _isTextSelector(l){this._isText=!0}static#t=this.\u0275fac=function(m){return new(m||d)};static#e=this.\u0275dir=t.FsC({type:d,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},standalone:!0,features:[t.Jv_([{provide:st,useExisting:d}])]})}return d})();const k=new t.nKC("FloatingLabelParent");let W=(()=>{class d{get floating(){return this._floating}set floating(l){this._floating=l,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(l){this._monitorResize=l,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(l){this._elementRef=l,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,t.WQX)(N.a),this._ngZone=(0,t.WQX)(t.SKi),this._parent=(0,t.WQX)(k),this._resizeSubscription=new f.y}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function Vt(d){if(null!==d.offsetParent)return d.scrollWidth;const l=d.cloneNode(!0);l.style.setProperty("position","absolute"),l.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(l);const m=l.scrollWidth;return l.remove(),m}(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#t=this.\u0275fac=function(m){return new(m||d)(t.rXU(t.aKT))};static#e=this.\u0275dir=t.FsC({type:d,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(m,s){2&m&&t.AVh("mdc-floating-label--float-above",s.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"},standalone:!0})}return d})();const Xt="mdc-line-ripple--active",ct="mdc-line-ripple--deactivating";let ft=(()=>{class d{constructor(l,m){this._elementRef=l,this._handleTransitionEnd=s=>{const v=this._elementRef.nativeElement.classList,w=v.contains(ct);"opacity"===s.propertyName&&w&&v.remove(Xt,ct)},m.runOutsideAngular(()=>{l.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const l=this._elementRef.nativeElement.classList;l.remove(ct),l.add(Xt)}deactivate(){this._elementRef.nativeElement.classList.add(ct)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static#t=this.\u0275fac=function(m){return new(m||d)(t.rXU(t.aKT),t.rXU(t.SKi))};static#e=this.\u0275dir=t.FsC({type:d,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"],standalone:!0})}return d})(),mt=(()=>{class d{constructor(l,m){this._elementRef=l,this._ngZone=m,this.open=!1}ngAfterViewInit(){const l=this._elementRef.nativeElement.querySelector(".mdc-floating-label");l?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(l.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>l.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(l){this._notch.nativeElement.style.width=this.open&&l?`calc(${l}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static#t=this.\u0275fac=function(m){return new(m||d)(t.rXU(t.aKT),t.rXU(t.SKi))};static#e=this.\u0275cmp=t.VBU({type:d,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(m,s){if(1&m&&t.GBs(G,5),2&m){let v;t.mGM(v=t.lsd())&&(s._notch=v.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(m,s){2&m&&t.AVh("mdc-notched-outline--notched",s.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},standalone:!0,features:[t.aNF],attrs:b,ngContentSelectors:X,decls:5,vars:0,consts:[["notch",""],[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(m,s){1&m&&(t.NAR(),t.nrm(0,"div",1),t.j41(1,"div",2,0),t.SdG(3),t.k0s(),t.nrm(4,"div",3))},encapsulation:2,changeDetection:0})}return d})();const ut={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 Z=(()=>{class d{static#t=this.\u0275fac=function(m){return new(m||d)};static#e=this.\u0275dir=t.FsC({type:d})}return d})();const jt=new t.nKC("MatFormField"),Wt=new t.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let $t=0,ve=(()=>{class d{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(l){this._hideRequiredMarker=(0,R.he)(l)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(l){l!==this._floatLabel&&(this._floatLabel=l,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(l){const m=this._appearance;this._appearance=l||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==m&&(this._needsOutlineLabelOffsetUpdate=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(l){this._subscriptSizing=l||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(l){this._hintLabel=l,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(l){this._explicitFormFieldControl=l}constructor(l,m,s,v,w,L,K,Ot){this._elementRef=l,this._changeDetectorRef=m,this._dir=v,this._platform=w,this._defaults=L,this._animationMode=K,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-"+$t++,this._hintLabelId="mat-mdc-hint-"+$t++,this._subscriptAnimationState="",this._destroyed=new M.B7,this._isFocused=null,this._needsOutlineLabelOffsetUpdate=!1,this._injector=(0,t.WQX)(t.zZn),L&&(L.appearance&&(this.appearance=L.appearance),this._hideRequiredMarker=!!L?.hideRequiredMarker,L.color&&(this.color=L.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 l=this._control;l.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${l.controlType}`),l.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),l.ngControl&&l.ngControl.valueChanges&&l.ngControl.valueChanges.pipe((0,B.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(l=>!l._isText),this._hasTextPrefix=!!this._prefixChildren.find(l=>l._isText),this._hasIconSuffix=!!this._suffixChildren.find(l=>!l._isText),this._hasTextSuffix=!!this._suffixChildren.find(l=>l._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,x.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,t.Tzd)(()=>{this._needsOutlineLabelOffsetUpdate&&(this._needsOutlineLabelOffsetUpdate=!1,this._updateOutlineLabelOffset())},{injector:this._injector}),this._dir.change.pipe((0,B.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(l){const m=this._control?this._control.ngControl:null;return m&&m[l]}_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 l=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&l.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const m=this._hintChildren?this._hintChildren.find(v=>"start"===v.align):null,s=this._hintChildren?this._hintChildren.find(v=>"end"===v.align):null;m?l.push(m.id):this._hintLabel&&l.push(this._hintLabelId),s&&l.push(s.id)}else this._errorChildren&&l.push(...this._errorChildren.map(m=>m.id));this._control.setDescribedByIds(l)}}_updateOutlineLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return;const l=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(l.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdate=!0);const m=this._iconPrefixContainer?.nativeElement,s=this._textPrefixContainer?.nativeElement,v=m?.getBoundingClientRect().width??0,w=s?.getBoundingClientRect().width??0;l.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${v+w}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const l=this._elementRef.nativeElement;if(l.getRootNode){const m=l.getRootNode();return m&&m!==l}return document.documentElement.contains(l)}static#t=this.\u0275fac=function(m){return new(m||d)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(t.SKi),t.rXU(C.dS),t.rXU(U.OD),t.rXU(Wt,8),t.rXU(t.bc$,8),t.rXU(V.qQ))};static#e=this.\u0275cmp=t.VBU({type:d,selectors:[["mat-form-field"]],contentQueries:function(m,s,v){if(1&m&&(t.wni(v,it,5),t.wni(v,it,7),t.wni(v,Z,5),t.wni(v,Q,5),t.wni(v,st,5),t.wni(v,dt,5),t.wni(v,J,5)),2&m){let w;t.mGM(w=t.lsd())&&(s._labelChildNonStatic=w.first),t.mGM(w=t.lsd())&&(s._labelChildStatic=w.first),t.mGM(w=t.lsd())&&(s._formFieldControl=w.first),t.mGM(w=t.lsd())&&(s._prefixChildren=w),t.mGM(w=t.lsd())&&(s._suffixChildren=w),t.mGM(w=t.lsd())&&(s._errorChildren=w),t.mGM(w=t.lsd())&&(s._hintChildren=w)}},viewQuery:function(m,s){if(1&m&&(t.GBs(a,5),t.GBs(c,5),t.GBs(_,5),t.GBs(W,5),t.GBs(mt,5),t.GBs(ft,5)),2&m){let v;t.mGM(v=t.lsd())&&(s._textField=v.first),t.mGM(v=t.lsd())&&(s._iconPrefixContainer=v.first),t.mGM(v=t.lsd())&&(s._textPrefixContainer=v.first),t.mGM(v=t.lsd())&&(s._floatingLabel=v.first),t.mGM(v=t.lsd())&&(s._notchedOutline=v.first),t.mGM(v=t.lsd())&&(s._lineRipple=v.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(m,s){2&m&&t.AVh("mat-mdc-form-field-label-always-float",s._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",s._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",s._hasIconSuffix)("mat-form-field-invalid",s._control.errorState)("mat-form-field-disabled",s._control.disabled)("mat-form-field-autofilled",s._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===s._animationMode)("mat-form-field-appearance-fill","fill"==s.appearance)("mat-form-field-appearance-outline","outline"==s.appearance)("mat-form-field-hide-placeholder",s._hasFloatingLabel()&&!s._shouldLabelFloat())("mat-focused",s._control.focused)("mat-primary","accent"!==s.color&&"warn"!==s.color)("mat-accent","accent"===s.color)("mat-warn","warn"===s.color)("ng-untouched",s._shouldForward("untouched"))("ng-touched",s._shouldForward("touched"))("ng-pristine",s._shouldForward("pristine"))("ng-dirty",s._shouldForward("dirty"))("ng-valid",s._shouldForward("valid"))("ng-invalid",s._shouldForward("invalid"))("ng-pending",s._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],standalone:!0,features:[t.Jv_([{provide:jt,useExisting:d},{provide:k,useExisting:d}]),t.aNF],ngContentSelectors:I,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(m,s){if(1&m){const v=t.RV6();t.NAR(O),t.DNE(0,D,1,1,"ng-template",null,0,t.C5r),t.j41(2,"div",4,1),t.bIt("click",function(L){return t.eBV(v),t.Njj(s._control.onContainerClick(L))}),t.DNE(4,g,1,0,"div",5),t.j41(5,"div",6),t.DNE(6,$,2,2,"div",7)(7,q,3,0,"div",8)(8,j,3,0,"div",9),t.j41(9,"div",10),t.DNE(10,vt,1,1,null,11),t.SdG(11),t.k0s(),t.DNE(12,bt,2,0,"div",12)(13,yt,2,0,"div",13),t.k0s(),t.DNE(14,Ht,1,0,"div",14),t.k0s(),t.j41(15,"div",15),t.DNE(16,Ct,2,1,"div",16)(17,lt,5,2,"div",17),t.k0s()}if(2&m){let v;t.R7$(2),t.AVh("mdc-text-field--filled",!s._hasOutline())("mdc-text-field--outlined",s._hasOutline())("mdc-text-field--no-label",!s._hasFloatingLabel())("mdc-text-field--disabled",s._control.disabled)("mdc-text-field--invalid",s._control.errorState),t.R7$(2),t.vxM(s._hasOutline()||s._control.disabled?-1:4),t.R7$(2),t.vxM(s._hasOutline()?6:-1),t.R7$(),t.vxM(s._hasIconPrefix?7:-1),t.R7$(),t.vxM(s._hasTextPrefix?8:-1),t.R7$(2),t.vxM(!s._hasOutline()||s._forceDisplayInfixLabel()?10:-1),t.R7$(2),t.vxM(s._hasTextSuffix?12:-1),t.R7$(),t.vxM(s._hasIconSuffix?13:-1),t.R7$(),t.vxM(s._hasOutline()?-1:14),t.R7$(),t.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===s.subscriptSizing),t.R7$(),t.vxM("error"===(v=s._getDisplayedMessages())?16:"hint"===v?17:-1)}},dependencies:[W,mt,V.T3,ft,J],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:[ut.transitionMessages]},changeDetection:0})}return d})(),qt=(()=>{class d{static#t=this.\u0275fac=function(m){return new(m||d)};static#e=this.\u0275mod=t.$C({type:d});static#i=this.\u0275inj=t.G2t({imports:[P.yE,V.MD,A.w5,P.yE]})}return d})()},9042:(rt,H,p)=>{p.d(H,{Oh:()=>F,fS:()=>G,fg:()=>P});var t=p(4085),C=p(6860),U=p(7403),f=p(4438),M=p(9417),x=p(6600),B=p(3719),N=p(5286);const F=new f.nKC("MAT_INPUT_VALUE_ACCESSOR"),V=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let A=0,P=(()=>{class b{get disabled(){return this._disabled}set disabled(a){this._disabled=(0,t.he)(a),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(a){this._id=a||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(M.k0.required)??!1}set required(a){this._required=(0,t.he)(a)}get type(){return this._type}set type(a){this._type=a||"text",this._validateType(),!this._isTextarea&&(0,C.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(a){this._errorStateTracker.matcher=a}get value(){return this._inputValueAccessor.value}set value(a){a!==this.value&&(this._inputValueAccessor.value=a,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(a){this._readonly=(0,t.he)(a)}get errorState(){return this._errorStateTracker.errorState}set errorState(a){this._errorStateTracker.errorState=a}constructor(a,c,_,O,I,h,S,D,g,E){this._elementRef=a,this._platform=c,this.ngControl=_,this._autofillMonitor=D,this._formField=E,this._uid="mat-input-"+A++,this.focused=!1,this.stateChanges=new N.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(q=>(0,C.MU)().has(q)),this._iOSKeyupListener=q=>{const j=q.target;!j.value&&0===j.selectionStart&&0===j.selectionEnd&&(j.setSelectionRange(1,1),j.setSelectionRange(0,0))};const z=this._elementRef.nativeElement,$=z.nodeName.toLowerCase();this._inputValueAccessor=S||z,this._previousNativeValue=this.value,this.id=this.id,c.IOS&&g.runOutsideAngular(()=>{a.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._errorStateTracker=new x.X0(h,_,I,O,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===$,this._isTextarea="textarea"===$,this._isInFormField=!!E,this._isNativeSelect&&(this.controlType=z.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(a=>{this.autofilled=a.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(a){this._elementRef.nativeElement.focus(a)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(a){a!==this.focused&&(this.focused=a,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const a=this._elementRef.nativeElement.value;this._previousNativeValue!==a&&(this._previousNativeValue=a,this.stateChanges.next())}_dirtyCheckPlaceholder(){const a=this._getPlaceholder();if(a!==this._previousPlaceholder){const c=this._elementRef.nativeElement;this._previousPlaceholder=a,a?c.setAttribute("placeholder",a):c.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){V.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let a=this._elementRef.nativeElement.validity;return a&&a.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const a=this._elementRef.nativeElement,c=a.options[0];return this.focused||a.multiple||!this.empty||!!(a.selectedIndex>-1&&c&&c.label)}return this.focused||!this.empty}setDescribedByIds(a){a.length?this._elementRef.nativeElement.setAttribute("aria-describedby",a.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const a=this._elementRef.nativeElement;return this._isNativeSelect&&(a.multiple||a.size>1)}static#t=this.\u0275fac=function(c){return new(c||b)(f.rXU(f.aKT),f.rXU(C.OD),f.rXU(M.vO,10),f.rXU(M.cV,8),f.rXU(M.j4,8),f.rXU(x.es),f.rXU(F,10),f.rXU(U.P8),f.rXU(f.SKi),f.rXU(B.xb,8))};static#e=this.\u0275dir=f.FsC({type:b,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(c,_){1&c&&f.bIt("focus",function(){return _._focusChanged(!0)})("blur",function(){return _._focusChanged(!1)})("input",function(){return _._onInput()}),2&c&&(f.Mr5("id",_.id)("disabled",_.disabled)("required",_.required),f.BMQ("name",_.name||null)("readonly",_.readonly&&!_._isNativeSelect||null)("aria-invalid",_.empty&&_.required?null:_.errorState)("aria-required",_.required)("id",_.id),f.AVh("mat-input-server",_._isServer)("mat-mdc-form-field-textarea-control",_._isInFormField&&_._isTextarea)("mat-mdc-form-field-input-control",_._isInFormField)("mdc-text-field__input",_._isInFormField)("mat-mdc-native-select-inline",_._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:[f.Jv_([{provide:B.qT,useExisting:b}]),f.OA$]})}return b})(),G=(()=>{class b{static#t=this.\u0275fac=function(c){return new(c||b)};static#e=this.\u0275mod=f.$C({type:b});static#i=this.\u0275inj=f.G2t({imports:[x.yE,B.RG,B.RG,U.EE,x.yE]})}return b})()}}]);