-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path5112.2d89465f80c8369e.js
1 lines (1 loc) · 163 KB
/
5112.2d89465f80c8369e.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[5112],{8170:(be,Y,h)=>{h.d(Y,{a:()=>L});var t=h(4438),M=h(5286),a=h(5817),v=h(8728),V=h(8712),H=h(7605);class G{constructor(S){this._box=S,this._destroyed=new M.B7,this._resizeSubject=new M.B7,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(P=>this._resizeSubject.next(P)))}observe(S){return this._elementObservables.has(S)||this._elementObservables.set(S,new a.c(P=>{const U=this._resizeSubject.subscribe(P);return this._resizeObserver?.observe(S,{box:this._box}),()=>{this._resizeObserver?.unobserve(S),U.unsubscribe(),this._elementObservables.delete(S)}}).pipe((0,v.p)(P=>P.some(U=>U.target===S)),(0,V.t)({bufferSize:1,refCount:!0}),(0,H.Q)(this._destroyed))),this._elementObservables.get(S)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let L=(()=>{class E{constructor(){this._observers=new Map,this._ngZone=(0,t.WQX)(t.SKi)}ngOnDestroy(){for(const[,P]of this._observers)P.destroy();this._observers.clear()}observe(P,U){const z=U?.box||"content-box";return this._observers.has(z)||this._observers.set(z,new G(z)),this._observers.get(z).observe(P)}static#e=this.\u0275fac=function(U){return new(U||E)};static#t=this.\u0275prov=t.jDH({token:E,factory:E.\u0275fac,providedIn:"root"})}return E})()},7403:(be,Y,h)=>{h.d(Y,{EE:()=>z,Lf:()=>P,P8:()=>S,xb:()=>U});var t=h(6860),M=h(4438),a=h(4085),v=h(1235),V=h(5286),H=h(3586),B=h(8542),G=h(7605),L=h(177);const E=(0,t.BQ)({passive:!0});let S=(()=>{class y{constructor(s,p){this._platform=s,this._ngZone=p,this._monitoredElements=new Map}monitor(s){if(!this._platform.isBrowser)return v.w;const p=(0,a.i8)(s),_=this._monitoredElements.get(p);if(_)return _.subject;const O=new V.B7,F="cdk-text-field-autofilled",b=T=>{"cdk-text-field-autofill-start"!==T.animationName||p.classList.contains(F)?"cdk-text-field-autofill-end"===T.animationName&&p.classList.contains(F)&&(p.classList.remove(F),this._ngZone.run(()=>O.next({target:T.target,isAutofilled:!1}))):(p.classList.add(F),this._ngZone.run(()=>O.next({target:T.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{p.addEventListener("animationstart",b,E),p.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(p,{subject:O,unlisten:()=>{p.removeEventListener("animationstart",b,E)}}),O}stopMonitoring(s){const p=(0,a.i8)(s),_=this._monitoredElements.get(p);_&&(_.unlisten(),_.subject.complete(),p.classList.remove("cdk-text-field-autofill-monitored"),p.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(p))}ngOnDestroy(){this._monitoredElements.forEach((s,p)=>this.stopMonitoring(p))}static#e=this.\u0275fac=function(p){return new(p||y)(M.KVO(t.OD),M.KVO(M.SKi))};static#t=this.\u0275prov=M.jDH({token:y,factory:y.\u0275fac,providedIn:"root"})}return y})(),P=(()=>{class y{constructor(s,p){this._elementRef=s,this._autofillMonitor=p,this.cdkAutofill=new M.bkB}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(s=>this.cdkAutofill.emit(s))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}static#e=this.\u0275fac=function(p){return new(p||y)(M.rXU(M.aKT),M.rXU(S))};static#t=this.\u0275dir=M.FsC({type:y,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"},standalone:!0})}return y})(),U=(()=>{class y{get minRows(){return this._minRows}set minRows(s){this._minRows=(0,a.OE)(s),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(s){this._maxRows=(0,a.OE)(s),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(s){this._enabled!==s&&((this._enabled=s)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(s){this._cachedPlaceholderHeight=void 0,s?this._textareaElement.setAttribute("placeholder",s):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(s,p,_,O){this._elementRef=s,this._platform=p,this._ngZone=_,this._destroyed=new V.B7,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=F=>{this._hasFocus="focus"===F.type},this._document=O,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const s=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;s&&(this._textareaElement.style.minHeight=s)}_setMaxHeight(){const s=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;s&&(this._textareaElement.style.maxHeight=s)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const s=this._getWindow();(0,H.R)(s,"resize").pipe((0,B.Z)(16),(0,G.Q)(this._destroyed)).subscribe(()=>this.resizeToFitContent(!0)),this._textareaElement.addEventListener("focus",this._handleFocusEvent),this._textareaElement.addEventListener("blur",this._handleFocusEvent)}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){this._textareaElement.removeEventListener("focus",this._handleFocusEvent),this._textareaElement.removeEventListener("blur",this._handleFocusEvent),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;let s=this._textareaElement.cloneNode(!1);s.rows=1,s.style.position="absolute",s.style.visibility="hidden",s.style.border="none",s.style.padding="0",s.style.height="",s.style.minHeight="",s.style.maxHeight="",s.style.overflow="hidden",this._textareaElement.parentNode.appendChild(s),this._cachedLineHeight=s.clientHeight,s.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const s=this._textareaElement,p=s.style.marginBottom||"",_=this._platform.FIREFOX,O=_&&this._hasFocus,F=_?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";O&&(s.style.marginBottom=`${s.clientHeight}px`),s.classList.add(F);const b=s.scrollHeight-4;return s.classList.remove(F),O&&(s.style.marginBottom=p),b}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const s=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=s}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(s=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const p=this._elementRef.nativeElement,_=p.value;if(!s&&this._minRows===this._previousMinRows&&_===this._previousValue)return;const O=this._measureScrollHeight(),F=Math.max(O,this._cachedPlaceholderHeight||0);p.style.height=`${F}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(p)):setTimeout(()=>this._scrollToCaretPosition(p))}),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(s){const{selectionStart:p,selectionEnd:_}=s;!this._destroyed.isStopped&&this._hasFocus&&s.setSelectionRange(p,_)}static#e=this.\u0275fac=function(p){return new(p||y)(M.rXU(M.aKT),M.rXU(t.OD),M.rXU(M.SKi),M.rXU(L.qQ,8))};static#t=this.\u0275dir=M.FsC({type:y,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(p,_){1&p&&M.bIt("input",function(){return _._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",M.L39],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"],standalone:!0,features:[M.GFd]})}return y})(),z=(()=>{class y{static#e=this.\u0275fac=function(p){return new(p||y)};static#t=this.\u0275mod=M.$C({type:y});static#i=this.\u0275inj=M.G2t({})}return y})()},5112:(be,Y,h)=>{h.r(Y),h.d(Y,{TextFieldAutofillDirectiveExample:()=>$,TextFieldAutofillMonitorExample:()=>s,TextFieldAutosizeTextareaExample:()=>p});var t=h(4438),M=h(8834),a=h(7403),v=h(9042),V=h(3719),H=h(2798),B=h(6600);function G(_,O){1&_&&(t.j41(0,"mat-hint"),t.EFF(1,"Autofilled!"),t.k0s())}function L(_,O){1&_&&(t.j41(0,"mat-hint"),t.EFF(1,"Autofilled!"),t.k0s())}const E=["first"],S=["last"];function P(_,O){1&_&&(t.j41(0,"mat-hint"),t.EFF(1,"Autofilled!"),t.k0s())}function U(_,O){1&_&&(t.j41(0,"mat-hint"),t.EFF(1,"Autofilled!"),t.k0s())}const z="mat-form-field[_ngcontent-%COMP%] {\n margin-right: 12px;\n}",y=["autosize"];let $=(()=>{class _{static#e=this.\u0275fac=function(b){return new(b||_)};static#t=this.\u0275cmp=t.VBU({type:_,selectors:[["text-field-autofill-directive-example"]],standalone:!0,features:[t.aNF],decls:13,vars:2,consts:[[3,"submit"],["matInput","",3,"cdkAutofill"],["mat-raised-button",""]],template:function(b,T){1&b&&(t.j41(0,"form",0),t.bIt("submit",function(j){return j.preventDefault()}),t.j41(1,"mat-form-field")(2,"mat-label"),t.EFF(3,"First name"),t.k0s(),t.j41(4,"input",1),t.bIt("cdkAutofill",function(j){return T.firstNameAutofilled=j.isAutofilled}),t.k0s(),t.DNE(5,G,2,0,"mat-hint"),t.k0s(),t.j41(6,"mat-form-field")(7,"mat-label"),t.EFF(8,"Last name"),t.k0s(),t.j41(9,"input",1),t.bIt("cdkAutofill",function(j){return T.lastNameAutofilled=j.isAutofilled}),t.k0s(),t.DNE(10,L,2,0,"mat-hint"),t.k0s(),t.j41(11,"button",2),t.EFF(12,"Submit"),t.k0s()()),2&b&&(t.R7$(5),t.vxM(T.firstNameAutofilled?5:-1),t.R7$(5),t.vxM(T.lastNameAutofilled?10:-1))},dependencies:[V.RG,V.rl,V.nJ,V.MV,v.fS,v.fg,a.Lf,a.EE,M.Hl,M.$z],styles:["mat-form-field[_ngcontent-%COMP%] {\n margin-right: 12px;\n}"]})}return _})(),s=(()=>{class _{constructor(F){this._autofill=F}ngAfterViewInit(){this._autofill.monitor(this.firstName).subscribe(F=>this.firstNameAutofilled=F.isAutofilled),this._autofill.monitor(this.lastName).subscribe(F=>this.lastNameAutofilled=F.isAutofilled)}ngOnDestroy(){this._autofill.stopMonitoring(this.firstName),this._autofill.stopMonitoring(this.lastName)}static#e=this.\u0275fac=function(b){return new(b||_)(t.rXU(a.P8))};static#t=this.\u0275cmp=t.VBU({type:_,selectors:[["text-field-autofill-monitor-example"]],viewQuery:function(b,T){if(1&b&&(t.GBs(E,5,t.aKT),t.GBs(S,5,t.aKT)),2&b){let I;t.mGM(I=t.lsd())&&(T.firstName=I.first),t.mGM(I=t.lsd())&&(T.lastName=I.first)}},standalone:!0,features:[t.aNF],decls:15,vars:2,consts:[["first",""],["last",""],[3,"submit"],["matInput",""],["mat-raised-button",""]],template:function(b,T){if(1&b){const I=t.RV6();t.j41(0,"form",2),t.bIt("submit",function(Z){return t.eBV(I),t.Njj(Z.preventDefault())}),t.j41(1,"mat-form-field")(2,"mat-label"),t.EFF(3,"First name"),t.k0s(),t.nrm(4,"input",3,0),t.DNE(6,P,2,0,"mat-hint"),t.k0s(),t.j41(7,"mat-form-field")(8,"mat-label"),t.EFF(9,"Last name"),t.k0s(),t.nrm(10,"input",3,1),t.DNE(12,U,2,0,"mat-hint"),t.k0s(),t.j41(13,"button",4),t.EFF(14,"Submit"),t.k0s()()}2&b&&(t.R7$(6),t.vxM(T.firstNameAutofilled?6:-1),t.R7$(6),t.vxM(T.lastNameAutofilled?12:-1))},dependencies:[V.RG,V.rl,V.nJ,V.MV,v.fS,v.fg,M.Hl,M.$z],styles:[z]})}return _})(),p=(()=>{class _{constructor(){this._injector=(0,t.WQX)(t.zZn)}triggerResize(){(0,t.mal)(()=>{this.autosize.resizeToFitContent(!0)},{injector:this._injector})}static#e=this.\u0275fac=function(b){return new(b||_)};static#t=this.\u0275cmp=t.VBU({type:_,selectors:[["text-field-autosize-textarea-example"]],viewQuery:function(b,T){if(1&b&&t.GBs(y,5),2&b){let I;t.mGM(I=t.lsd())&&(T.autosize=I.first)}},standalone:!0,features:[t.aNF],decls:22,vars:2,consts:[["fontSize",""],["autosize","cdkTextareaAutosize"],["value","16px",3,"selectionChange"],["value","10px"],["value","12px"],["value","14px"],["value","16px"],["value","18px"],["value","20px"],["matInput","","cdkTextareaAutosize","","cdkAutosizeMinRows","1","cdkAutosizeMaxRows","5"]],template:function(b,T){if(1&b){const I=t.RV6();t.j41(0,"mat-form-field")(1,"mat-label"),t.EFF(2,"Font size"),t.k0s(),t.j41(3,"mat-select",2,0),t.bIt("selectionChange",function(){return t.eBV(I),t.Njj(T.triggerResize())}),t.j41(5,"mat-option",3),t.EFF(6,"10px"),t.k0s(),t.j41(7,"mat-option",4),t.EFF(8,"12px"),t.k0s(),t.j41(9,"mat-option",5),t.EFF(10,"14px"),t.k0s(),t.j41(11,"mat-option",6),t.EFF(12,"16px"),t.k0s(),t.j41(13,"mat-option",7),t.EFF(14,"18px"),t.k0s(),t.j41(15,"mat-option",8),t.EFF(16,"20px"),t.k0s()()(),t.j41(17,"mat-form-field")(18,"mat-label"),t.EFF(19,"Autosize textarea"),t.k0s(),t.nrm(20,"textarea",9,1),t.k0s()}if(2&b){const I=t.sdS(4);t.R7$(17),t.xc7("font-size",I.value)}},dependencies:[V.RG,V.rl,V.nJ,H.Ve,H.VO,B.wT,v.fS,v.fg,a.xb,a.EE],styles:[z]})}return _})()},9417:(be,Y,h)=>{h.d(Y,{BC:()=>W,JD:()=>ut,MJ:()=>Ae,MR:()=>st,Q0:()=>at,X1:()=>Ri,YN:()=>ki,YS:()=>$e,ZU:()=>c,Zm:()=>S,cV:()=>Xe,cb:()=>he,cz:()=>p,gE:()=>we,j4:()=>je,k0:()=>F,kq:()=>L,l_:()=>ct,me:()=>y,ok:()=>Ti,qT:()=>St,vO:()=>m,vS:()=>lt,wz:()=>Ke,xH:()=>Pt,xq:()=>pt,y7:()=>Lt});var t=h(4438),M=h(177),a=h(4787),v=h(696),V=h(5286),H=h(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#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.sFG),t.rXU(t.aKT))};static#t=this.\u0275dir=t.FsC({type:i})}return i})(),G=(()=>{class i extends B{static#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=this.\u0275dir=t.FsC({type:i,features:[t.Vt3]})}return i})();const L=new t.nKC(""),E={provide:L,useExisting:(0,t.Rfq)(()=>S),multi:!0};let S=(()=>{class i extends G{writeValue(e){this.setProperty("checked",e)}static#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=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(A){return r.onChange(A.target.checked)})("blur",function(){return r.onTouched()})},features:[t.Jv_([E]),t.Vt3]})}return i})();const P={provide:L,useExisting:(0,t.Rfq)(()=>y),multi:!0},z=new t.nKC("");let y=(()=>{class i extends B{constructor(e,o,r){super(e,o),this._compositionMode=r,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function U(){const i=(0,M.QT)()?(0,M.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#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.sFG),t.rXU(t.aKT),t.rXU(z,8))};static#t=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(A){return r._handleInput(A.target.value)})("blur",function(){return r.onTouched()})("compositionstart",function(){return r._compositionStart()})("compositionend",function(A){return r._compositionEnd(A.target.value)})},features:[t.Jv_([P]),t.Vt3]})}return i})();function $(i){return null==i||("string"==typeof i||Array.isArray(i))&&0===i.length}function s(i){return null!=i&&"number"==typeof i.length}const p=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 F{static min(n){return function b(i){return n=>{if($(n.value)||$(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 T(i){return n=>{if($(n.value)||$(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 I(n)}static requiredTrue(n){return j(n)}static email(n){return function Z(i){return $(i.value)||O.test(i.value)?null:{email:!0}}(n)}static minLength(n){return function ee(i){return n=>$(n.value)||!s(n.value)?null:n.value.length<i?{minlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static maxLength(n){return function oe(i){return n=>s(n.value)&&n.value.length>i?{maxlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static pattern(n){return function te(i){if(!i)return Q;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($(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 fe(n)}static composeAsync(n){return se(n)}}function I(i){return $(i.value)?{required:!0}:null}function j(i){return!0===i.value?null:{required:!0}}function Q(i){return null}function ye(i){return null!=i}function Ce(i){return(0,t.jNT)(i)?(0,a.H)(i):i}function Fe(i){let n={};return i.forEach(e=>{n=null!=e?{...n,...e}:n}),0===Object.keys(n).length?null:n}function Oe(i,n){return n.map(e=>e(i))}function ce(i){return i.map(n=>function Re(i){return!i.validate}(n)?n:e=>n.validate(e))}function fe(i){if(!i)return null;const n=i.filter(ye);return 0==n.length?null:function(e){return Fe(Oe(e,n))}}function me(i){return null!=i?fe(ce(i)):null}function se(i){if(!i)return null;const n=i.filter(ye);return 0==n.length?null:function(e){const o=Oe(e,n).map(Ce);return(0,v.p)(o).pipe((0,H.T)(Fe))}}function ue(i){return null!=i?se(ce(i)):null}function de(i,n){return null===i?[n]:Array.isArray(i)?[...i,n]:[i,n]}function Me(i){return i._rawValidators}function Ee(i){return i._rawAsyncValidators}function re(i){return i?Array.isArray(i)?i:[i]:[]}function le(i,n){return Array.isArray(i)?i.includes(n):i===n}function D(i,n){const e=re(n);return re(i).forEach(r=>{le(e,r)||e.push(r)}),e}function q(i,n){return re(n).filter(e=>!le(i,e))}class l{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=me(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=ue(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 c extends l{get formDirective(){return null}get path(){return null}}class m extends l{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class w{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 W=(()=>{class i extends w{constructor(e){super(e)}static#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(m,2))};static#t=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})(),he=(()=>{class i extends w{constructor(e){super(e)}static#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(c,10))};static#t=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 u="VALID",C="INVALID",k="PENDING",X="DISABLED";class ne{}class Le extends ne{constructor(n,e){super(),this.value=n,this.source=e}}class Ve extends ne{constructor(n,e){super(),this.pristine=n,this.source=e}}class Ze extends ne{constructor(n,e){super(),this.touched=n,this.source=e}}class Be extends ne{constructor(n,e){super(),this.status=n,this.source=e}}class Yt extends ne{constructor(n){super(),this.source=n}}class Qt extends ne{constructor(n){super(),this.source=n}}function et(i){return(Ne(i)?i.validators:i)||null}function tt(i,n){return(Ne(n)?n.asyncValidators:i)||null}function Ne(i){return null!=i&&!Array.isArray(i)&&"object"==typeof i}function bt(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 yt(i,n,e){i._forEachChild((o,r)=>{if(void 0===e[r])throw new t.wOt(1002,"")})}class Ue{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 V.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===u}get invalid(){return this.status===C}get pending(){return this.status==k}get disabled(){return this.status===X}get enabled(){return this.status!==X}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(D(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(D(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(q(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(q(n,this._rawAsyncValidators))}hasValidator(n){return le(this._rawValidators,n)}hasAsyncValidator(n){return le(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 Ze(!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 Ze(!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 Ve(!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 Ve(!0,o))}markAsPending(n={}){this.status=k;const e=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Be(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=X,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 Le(this.value,o)),this._events.next(new Be(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=u,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===u||this.status===k)&&this._runAsyncValidator(o,n.emitEvent)}const e=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Le(this.value,e)),this._events.next(new Be(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()?X:u}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,e){if(this.asyncValidator){this.status=k,this._hasOwnPendingAsyncValidator={emitEvent:!1!==e};const o=Ce(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 Be(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()?X:this.errors?C:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(k)?k:this._anyControlsHaveStatus(C)?C:u}_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 Ve(this.pristine,e))}_updateTouched(n={},e){this.touched=this._anyControlsTouched(),this._events.next(new Ze(this.touched,e)),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,e)}_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Ne(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function Jt(i){return Array.isArray(i)?me(i):i||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function qt(i){return Array.isArray(i)?ue(i):i||null}(this._rawAsyncValidators)}}class we extends Ue{constructor(n,e,o){super(et(e),tt(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={}){yt(this,0,n),Object.keys(n).forEach(o=>{bt(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,x)=>{o=e(o,r,x)}),o}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}class Ct extends we{}const xe=new t.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>Se}),Se="always";function Ge(i,n){return[...n.path,i]}function Te(i,n,e=Se){it(i,n),n.valueAccessor.writeValue(i.value),(i.disabled||"always"===e)&&n.valueAccessor.setDisabledState?.(i.disabled),function ei(i,n){n.valueAccessor.registerOnChange(e=>{i._pendingValue=e,i._pendingChange=!0,i._pendingDirty=!0,"change"===i.updateOn&&Mt(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 ti(i,n){n.valueAccessor.registerOnTouched(()=>{i._pendingTouched=!0,"blur"===i.updateOn&&i._pendingChange&&Mt(i,n),"submit"!==i.updateOn&&i.markAsTouched()})}(i,n),function Zt(i,n){if(n.valueAccessor.setDisabledState){const e=o=>{n.valueAccessor.setDisabledState(o)};i.registerOnDisabledChange(e),n._registerOnDestroy(()=>{i._unregisterOnDisabledChange(e)})}}(i,n)}function ze(i,n,e=!0){const o=()=>{};n.valueAccessor&&(n.valueAccessor.registerOnChange(o),n.valueAccessor.registerOnTouched(o)),We(i,n),i&&(n._invokeOnDestroyCallbacks(),i._registerOnCollectionChange(()=>{}))}function He(i,n){i.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(n)})}function it(i,n){const e=Me(i);null!==n.validator?i.setValidators(de(e,n.validator)):"function"==typeof e&&i.setValidators([e]);const o=Ee(i);null!==n.asyncValidator?i.setAsyncValidators(de(o,n.asyncValidator)):"function"==typeof o&&i.setAsyncValidators([o]);const r=()=>i.updateValueAndValidity();He(n._rawValidators,r),He(n._rawAsyncValidators,r)}function We(i,n){let e=!1;if(null!==i){if(null!==n.validator){const r=Me(i);if(Array.isArray(r)&&r.length>0){const x=r.filter(A=>A!==n.validator);x.length!==r.length&&(e=!0,i.setValidators(x))}}if(null!==n.asyncValidator){const r=Ee(i);if(Array.isArray(r)&&r.length>0){const x=r.filter(A=>A!==n.asyncValidator);x.length!==r.length&&(e=!0,i.setAsyncValidators(x))}}}const o=()=>{};return He(n._rawValidators,o),He(n._rawAsyncValidators,o),e}function Mt(i,n){i._pendingDirty&&i.markAsDirty(),i.setValue(i._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1}function Et(i,n){it(i,n)}function ot(i,n){if(!i.hasOwnProperty("model"))return!1;const e=i.model;return!!e.isFirstChange()||!Object.is(n,e.currentValue)}function Dt(i,n){i._syncPendingControls(),n.forEach(e=>{const o=e.control;"submit"===o.updateOn&&o._pendingChange&&(e.viewToModelUpdate(o._pendingValue),o._pendingChange=!1)})}function rt(i,n){if(!n)return null;let e,o,r;return Array.isArray(n),n.forEach(x=>{x.constructor===y?e=x:function ri(i){return Object.getPrototypeOf(i.constructor)===G}(x)?o=x:r=x}),r||o||e||null}const ai={provide:c,useExisting:(0,t.Rfq)(()=>Xe)},ke=Promise.resolve();let Xe=(()=>{class i extends c{constructor(e,o,r){super(),this.callSetDisabledState=r,this.submitted=!1,this._directives=new Set,this.ngSubmit=new t.bkB,this.form=new we({},me(e),ue(o))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(e){ke.then(()=>{const o=this._findContainer(e.path);e.control=o.registerControl(e.name,e.control),Te(e.control,e,this.callSetDisabledState),e.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(e)})}getControl(e){return this.form.get(e.path)}removeControl(e){ke.then(()=>{const o=this._findContainer(e.path);o&&o.removeControl(e.name),this._directives.delete(e)})}addFormGroup(e){ke.then(()=>{const o=this._findContainer(e.path),r=new we({});Et(r,e),o.registerControl(e.name,r),r.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(e){ke.then(()=>{const o=this._findContainer(e.path);o&&o.removeControl(e.name)})}getFormGroup(e){return this.form.get(e.path)}updateModel(e,o){ke.then(()=>{this.form.get(e.path).setValue(o)})}setValue(e){this.control.setValue(e)}onSubmit(e){return this.submitted=!0,Dt(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#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(p,10),t.rXU(_,10),t.rXU(xe,8))};static#t=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(A){return r.onSubmit(A)})("reset",function(){return r.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t.Jv_([ai]),t.Vt3]})}return i})();function wt(i,n){const e=i.indexOf(n);e>-1&&i.splice(e,1)}function At(i){return"object"==typeof i&&null!==i&&2===Object.keys(i).length&&"value"in i&&"disabled"in i}const Ae=class extends Ue{constructor(n=null,e,o){super(et(e),tt(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}),Ne(e)&&(e.nonNullable||e.initialValueIsDefault)&&(this.defaultValue=At(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){wt(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){wt(this._onDisabledChange,n)}_forEachChild(n){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(n){At(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}},ci={provide:m,useExisting:(0,t.Rfq)(()=>lt)},Vt=Promise.resolve();let lt=(()=>{class i extends m{constructor(e,o,r,x,A,ae){super(),this._changeDetectorRef=A,this.callSetDisabledState=ae,this.control=new Ae,this._registered=!1,this.name="",this.update=new t.bkB,this._parent=e,this._setValidators(o),this._setAsyncValidators(r),this.valueAccessor=rt(0,x)}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),ot(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(){Te(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(e){Vt.then(()=>{this.control.setValue(e,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(e){const o=e.isDisabled.currentValue,r=0!==o&&(0,t.L39)(o);Vt.then(()=>{r&&!this.control.disabled?this.control.disable():!r&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(e){return this._parent?Ge(e,this._parent):[e]}static#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(c,9),t.rXU(p,10),t.rXU(_,10),t.rXU(L,10),t.rXU(t.gRc,8),t.rXU(xe,8))};static#t=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})(),St=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=t.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}return i})();const fi={provide:L,useExisting:(0,t.Rfq)(()=>at),multi:!0};let at=(()=>{class i extends G{writeValue(e){this.setProperty("value",e??"")}registerOnChange(e){this.onChange=o=>{e(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=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(A){return r.onChange(A.target.value)})("blur",function(){return r.onTouched()})},features:[t.Jv_([fi]),t.Vt3]})}return i})();const hi={provide:L,useExisting:(0,t.Rfq)(()=>st),multi:!0};let st=(()=>{class i extends G{writeValue(e){this.setProperty("value",parseFloat(e))}registerOnChange(e){this.onChange=o=>{e(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=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(A){return r.onChange(A.target.value)})("input",function(A){return r.onChange(A.target.value)})("blur",function(){return r.onTouched()})},features:[t.Jv_([hi]),t.Vt3]})}return i})();const dt=new t.nKC(""),pi={provide:m,useExisting:(0,t.Rfq)(()=>ct)};let ct=(()=>{class i extends m{set isDisabled(e){}static#e=this._ngModelWarningSentOnce=!1;constructor(e,o,r,x,A){super(),this._ngModelWarningConfig=x,this.callSetDisabledState=A,this.update=new t.bkB,this._ngModelWarningSent=!1,this._setValidators(e),this._setAsyncValidators(o),this.valueAccessor=rt(0,r)}ngOnChanges(e){if(this._isControlChanged(e)){const o=e.form.previousValue;o&&ze(o,this,!1),Te(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}ot(e,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&ze(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#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(p,10),t.rXU(_,10),t.rXU(L,10),t.rXU(dt,8),t.rXU(xe,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:c,useExisting:(0,t.Rfq)(()=>je)};let je=(()=>{class i extends c{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&&(We(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(e){const o=this.form.get(e.path);return Te(o,e,this.callSetDisabledState),o.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),o}getControl(e){return this.form.get(e.path)}removeControl(e){ze(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,Dt(this.form,this.directives),this.ngSubmit.emit(e),this.form._events.next(new Yt(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 Qt(this.form))}_updateDomValue(){this.directives.forEach(e=>{const o=e.control,r=this.form.get(e.path);o!==r&&(ze(o||null,e),(i=>i instanceof Ae)(r)&&(Te(r,e,this.callSetDisabledState),e.control=r))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(e){const o=this.form.get(e.path);Et(o,e),o.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(e){if(this.form){const o=this.form.get(e.path);o&&function ni(i,n){return We(i,n)}(o,e)&&o.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){it(this.form,this),this._oldForm&&We(this._oldForm,this)}_checkFormPresent(){}static#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(p,10),t.rXU(_,10),t.rXU(xe,8))};static#t=this.\u0275dir=t.FsC({type:i,selectors:[["","formGroup",""]],hostBindings:function(o,r){1&o&&t.bIt("submit",function(A){return r.onSubmit(A)})("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:m,useExisting:(0,t.Rfq)(()=>ut)};let ut=(()=>{class i extends m{set isDisabled(e){}static#e=this._ngModelWarningSentOnce=!1;constructor(e,o,r,x,A){super(),this._ngModelWarningConfig=A,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=rt(0,x)}ngOnChanges(e){this._added||this._setUpControl(),ot(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 Ge(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}static#t=this.\u0275fac=function(o){return new(o||i)(t.rXU(c,13),t.rXU(p,10),t.rXU(_,10),t.rXU(L,10),t.rXU(dt,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:L,useExisting:(0,t.Rfq)(()=>Ke),multi:!0};function Rt(i,n){return null==i?`${n}`:(n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let Ke=(()=>{class i extends G{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=Rt(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#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=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(A){return r.onChange(A.target.value)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[t.Jv_([bi]),t.Vt3]})}return i})(),Pt=(()=>{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(Rt(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#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.aKT),t.rXU(t.sFG),t.rXU(Ke,9))};static#t=this.\u0275dir=t.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})();const Ci={provide:L,useExisting:(0,t.Rfq)(()=>ht),multi:!0};function It(i,n){return null==i?`${n}`:("string"==typeof n&&(n=`'${n}'`),n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let ht=(()=>{class i extends G{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(x=>this._getOptionId(x));o=(x,A)=>{x._setSelected(r.indexOf(A.toString())>-1)}}else o=(r,x)=>{r._setSelected(!1)};this._optionMap.forEach(o)}registerOnChange(e){this.onChange=o=>{const r=[],x=o.selectedOptions;if(void 0!==x){const A=x;for(let ae=0;ae<A.length;ae++){const _t=this._getOptionValue(A[ae].value);r.push(_t)}}else{const A=o.options;for(let ae=0;ae<A.length;ae++){const Ye=A[ae];if(Ye.selected){const _t=this._getOptionValue(Ye.value);r.push(_t)}}}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 Mi(i){return i.split(":")[0]}(e);return this._optionMap.has(o)?this._optionMap.get(o)._value:e}static#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=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(A){return r.onChange(A.target)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[t.Jv_([Ci]),t.Vt3]})}return i})(),Lt=(()=>{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(It(this.id,e)),this._select.writeValue(this._select.value))}set value(e){this._select?(this._value=e,this._setElementValue(It(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#e=this.\u0275fac=function(o){return new(o||i)(t.rXU(t.aKT),t.rXU(t.sFG),t.rXU(ht,9))};static#t=this.\u0275dir=t.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})(),ve=(()=>{class i{constructor(){this._validator=Q}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):Q,this._onChange&&this._onChange()}}validate(e){return this._validator(e)}registerOnValidatorChange(e){this._onChange=e}enabled(e){return null!=e}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=t.FsC({type:i,features:[t.OA$]})}return i})();const wi={provide:p,useExisting:(0,t.Rfq)(()=>$e),multi:!0},Ai={provide:p,useExisting:(0,t.Rfq)(()=>pt),multi:!0};let $e=(()=>{class i extends ve{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=t.L39,this.createValidator=e=>I}enabled(e){return e}static#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=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_([wi]),t.Vt3]})}return i})(),pt=(()=>{class i extends $e{constructor(){super(...arguments),this.createValidator=e=>j}static#e=this.\u0275fac=(()=>{let e;return function(r){return(e||(e=t.xGo(i)))(r||i)}})();static#t=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_([Ai]),t.Vt3]})}return i})(),jt=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({})}return i})();class Kt extends Ue{constructor(n,e,o){super(et(e),tt(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={}){yt(this,0,n),n.forEach((o,r)=>{bt(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 $t(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 x={};return $t(o)?x=o:null!==o&&(x.validators=o.validator,x.asyncValidators=o.asyncValidator),new we(r,x)}record(e,o=null){const r=this._reduceControls(e);return new Ct(r,o)}control(e,o,r){let x={};return this.useNonNullable?($t(o)?x=o:(x.validators=o,x.asyncValidators=r),new Ae(e,{...x,nonNullable:!0})):new Ae(e,o,r)}array(e,o,r){const x=e.map(A=>this._createControl(A));return new Kt(x,o,r)}_reduceControls(e){const o={};return Object.keys(e).forEach(r=>{o[r]=this._createControl(e[r])}),o}_createControl(e){return e instanceof Ae||e instanceof Ue?e:Array.isArray(e)?this.control(e[0],e.length>1?e[1]:null,e.length>2?e[2]:null):this.control(e)}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275prov=t.jDH({token:i,factory:i.\u0275fac,providedIn:"root"})}return i})(),ki=(()=>{class i{static withConfig(e){return{ngModule:i,providers:[{provide:xe,useValue:e.callSetDisabledState??Se}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({imports:[jt]})}return i})(),Ri=(()=>{class i{static withConfig(e){return{ngModule:i,providers:[{provide:dt,useValue:e.warnOnNgModelWithFormControl??"always"},{provide:xe,useValue:e.callSetDisabledState??Se}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({imports:[jt]})}return i})()},3719:(be,Y,h)=>{h.d(Y,{JW:()=>D,MV:()=>re,RG:()=>qe,TL:()=>Me,nJ:()=>se,qT:()=>ie,rl:()=>vt,xb:()=>_e,yw:()=>l});var t=h(4438),M=h(8203),a=h(6860),v=h(4337),V=h(5286),H=h(4670),B=h(7605),G=h(8170),L=h(4085),E=h(9969),S=h(177),P=h(2318),U=h(6600);const z=["notch"],y=["matFormFieldNotchedOutline",""],$=["*"],s=["textField"],p=["iconPrefixContainer"],_=["textPrefixContainer"],O=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],F=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function b(f,N){1&f&&t.nrm(0,"span",19)}function T(f,N){if(1&f&&(t.j41(0,"label",18),t.SdG(1,1),t.DNE(2,b,1,0,"span",19),t.k0s()),2&f){const d=t.XpG(2);t.Y8G("floating",d._shouldLabelFloat())("monitorResize",d._hasOutline())("id",d._labelId),t.BMQ("for",d._control.disableAutomaticLabeling?null:d._control.id),t.R7$(2),t.vxM(!d.hideRequiredMarker&&d._control.required?2:-1)}}function I(f,N){if(1&f&&t.DNE(0,T,3,5,"label",18),2&f){const d=t.XpG();t.vxM(d._hasFloatingLabel()?0:-1)}}function j(f,N){1&f&&t.nrm(0,"div",5)}function Z(f,N){}function ee(f,N){if(1&f&&t.DNE(0,Z,0,0,"ng-template",11),2&f){t.XpG(2);const d=t.sdS(1);t.Y8G("ngTemplateOutlet",d)}}function oe(f,N){if(1&f&&(t.j41(0,"div",7),t.DNE(1,ee,1,1,null,11),t.k0s()),2&f){const d=t.XpG();t.Y8G("matFormFieldNotchedOutlineOpen",d._shouldLabelFloat()),t.R7$(),t.vxM(d._forceDisplayInfixLabel()?-1:1)}}function te(f,N){1&f&&(t.j41(0,"div",8,2),t.SdG(2,2),t.k0s())}function Q(f,N){1&f&&(t.j41(0,"div",9,3),t.SdG(2,3),t.k0s())}function ye(f,N){}function Ce(f,N){if(1&f&&t.DNE(0,ye,0,0,"ng-template",11),2&f){t.XpG();const d=t.sdS(1);t.Y8G("ngTemplateOutlet",d)}}function Fe(f,N){1&f&&(t.j41(0,"div",12),t.SdG(1,4),t.k0s())}function Oe(f,N){1&f&&(t.j41(0,"div",13),t.SdG(1,5),t.k0s())}function Re(f,N){1&f&&t.nrm(0,"div",14)}function ce(f,N){if(1&f&&(t.j41(0,"div",16),t.SdG(1,6),t.k0s()),2&f){const d=t.XpG();t.Y8G("@transitionMessages",d._subscriptAnimationState)}}function fe(f,N){if(1&f&&(t.j41(0,"mat-hint",20),t.EFF(1),t.k0s()),2&f){const d=t.XpG(2);t.Y8G("id",d._hintLabelId),t.R7$(),t.JRh(d.hintLabel)}}function me(f,N){if(1&f&&(t.j41(0,"div",17),t.DNE(1,fe,2,2,"mat-hint",20),t.SdG(2,7),t.nrm(3,"div",21),t.SdG(4,8),t.k0s()),2&f){const d=t.XpG();t.Y8G("@transitionMessages",d._subscriptAnimationState),t.R7$(),t.vxM(d.hintLabel?1:-1)}}let se=(()=>{class f{static#e=this.\u0275fac=function(g){return new(g||f)};static#t=this.\u0275dir=t.FsC({type:f,selectors:[["mat-label"]],standalone:!0})}return f})(),ue=0;const de=new t.nKC("MatError");let Me=(()=>{class f{constructor(d,g){this.id="mat-mdc-error-"+ue++,d||g.nativeElement.setAttribute("aria-live","polite")}static#e=this.\u0275fac=function(g){return new(g||f)(t.kS0("aria-live"),t.rXU(t.aKT))};static#t=this.\u0275dir=t.FsC({type:f,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(g,u){2&g&&t.Mr5("id",u.id)},inputs:{id:"id"},standalone:!0,features:[t.Jv_([{provide:de,useExisting:f}])]})}return f})(),Ee=0,re=(()=>{class f{constructor(){this.align="start",this.id="mat-mdc-hint-"+Ee++}static#e=this.\u0275fac=function(g){return new(g||f)};static#t=this.\u0275dir=t.FsC({type:f,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(g,u){2&g&&(t.Mr5("id",u.id),t.BMQ("align",null),t.AVh("mat-mdc-form-field-hint-end","end"===u.align))},inputs:{align:"align",id:"id"},standalone:!0})}return f})();const le=new t.nKC("MatPrefix");let D=(()=>{class f{constructor(){this._isText=!1}set _isTextSelector(d){this._isText=!0}static#e=this.\u0275fac=function(g){return new(g||f)};static#t=this.\u0275dir=t.FsC({type:f,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:[0,"matTextPrefix","_isTextSelector"]},standalone:!0,features:[t.Jv_([{provide:le,useExisting:f}])]})}return f})();const q=new t.nKC("MatSuffix");let l=(()=>{class f{constructor(){this._isText=!1}set _isTextSelector(d){this._isText=!0}static#e=this.\u0275fac=function(g){return new(g||f)};static#t=this.\u0275dir=t.FsC({type:f,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},standalone:!0,features:[t.Jv_([{provide:q,useExisting:f}])]})}return f})();const c=new t.nKC("FloatingLabelParent");let m=(()=>{class f{get floating(){return this._floating}set floating(d){this._floating=d,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(d){this._monitorResize=d,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(d){this._elementRef=d,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,t.WQX)(G.a),this._ngZone=(0,t.WQX)(t.SKi),this._parent=(0,t.WQX)(c),this._resizeSubscription=new v.y}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function w(f){if(null!==f.offsetParent)return f.scrollWidth;const d=f.cloneNode(!0);d.style.setProperty("position","absolute"),d.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(d);const g=d.scrollWidth;return d.remove(),g}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static#e=this.\u0275fac=function(g){return new(g||f)(t.rXU(t.aKT))};static#t=this.\u0275dir=t.FsC({type:f,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(g,u){2&g&&t.AVh("mdc-floating-label--float-above",u.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"},standalone:!0})}return f})();const R="mdc-line-ripple--active",J="mdc-line-ripple--deactivating";let W=(()=>{class f{constructor(d,g){this._elementRef=d,this._handleTransitionEnd=u=>{const C=this._elementRef.nativeElement.classList,k=C.contains(J);"opacity"===u.propertyName&&k&&C.remove(R,J)},g.runOutsideAngular(()=>{d.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const d=this._elementRef.nativeElement.classList;d.remove(J),d.add(R)}deactivate(){this._elementRef.nativeElement.classList.add(J)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static#e=this.\u0275fac=function(g){return new(g||f)(t.rXU(t.aKT),t.rXU(t.SKi))};static#t=this.\u0275dir=t.FsC({type:f,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"],standalone:!0})}return f})(),he=(()=>{class f{constructor(d,g){this._elementRef=d,this._ngZone=g,this.open=!1}ngAfterViewInit(){const d=this._elementRef.nativeElement.querySelector(".mdc-floating-label");d?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(d.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>d.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(d){this._notch.nativeElement.style.width=this.open&&d?`calc(${d}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static#e=this.\u0275fac=function(g){return new(g||f)(t.rXU(t.aKT),t.rXU(t.SKi))};static#t=this.\u0275cmp=t.VBU({type:f,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(g,u){if(1&g&&t.GBs(z,5),2&g){let C;t.mGM(C=t.lsd())&&(u._notch=C.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(g,u){2&g&&t.AVh("mdc-notched-outline--notched",u.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},standalone:!0,features:[t.aNF],attrs:y,ngContentSelectors:$,decls:5,vars:0,consts:[["notch",""],[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(g,u){1&g&&(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 f})();const pe={transitionMessages:(0,E.hZ)("transitionMessages",[(0,E.wk)("enter",(0,E.iF)({opacity:1,transform:"translateY(0%)"})),(0,E.kY)("void => enter",[(0,E.iF)({opacity:0,transform:"translateY(-5px)"}),(0,E.i0)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let ie=(()=>{class f{static#e=this.\u0275fac=function(g){return new(g||f)};static#t=this.\u0275dir=t.FsC({type:f})}return f})();const _e=new t.nKC("MatFormField"),K=new t.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let ge=0,vt=(()=>{class f{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(d){this._hideRequiredMarker=(0,L.he)(d)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(d){d!==this._floatLabel&&(this._floatLabel=d,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(d){const g=this._appearance;this._appearance=d||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==g&&(this._needsOutlineLabelOffsetUpdate=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(d){this._subscriptSizing=d||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(d){this._hintLabel=d,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(d){this._explicitFormFieldControl=d}constructor(d,g,u,C,k,X,ne,Le){this._elementRef=d,this._changeDetectorRef=g,this._dir=C,this._platform=k,this._defaults=X,this._animationMode=ne,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-"+ge++,this._hintLabelId="mat-mdc-hint-"+ge++,this._subscriptAnimationState="",this._destroyed=new V.B7,this._isFocused=null,this._needsOutlineLabelOffsetUpdate=!1,this._injector=(0,t.WQX)(t.zZn),X&&(X.appearance&&(this.appearance=X.appearance),this._hideRequiredMarker=!!X?.hideRequiredMarker,X.color&&(this.color=X.color))}ngAfterViewInit(){this._updateFocusState(),this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeControl(),this._initializeSubscript(),this._initializePrefixAndSuffix(),this._initializeOutlineLabelOffsetSubscriptions()}ngAfterContentChecked(){this._assertFormFieldControl()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(){const d=this._control;d.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${d.controlType}`),d.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),d.ngControl&&d.ngControl.valueChanges&&d.ngControl.valueChanges.pipe((0,B.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(d=>!d._isText),this._hasTextPrefix=!!this._prefixChildren.find(d=>d._isText),this._hasIconSuffix=!!this._suffixChildren.find(d=>!d._isText),this._hasTextSuffix=!!this._suffixChildren.find(d=>d._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,H.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(d){const g=this._control?this._control.ngControl:null;return g&&g[d]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let d=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&d.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const g=this._hintChildren?this._hintChildren.find(C=>"start"===C.align):null,u=this._hintChildren?this._hintChildren.find(C=>"end"===C.align):null;g?d.push(g.id):this._hintLabel&&d.push(this._hintLabelId),u&&d.push(u.id)}else this._errorChildren&&d.push(...this._errorChildren.map(g=>g.id));this._control.setDescribedByIds(d)}}_updateOutlineLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return;const d=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(d.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdate=!0);const g=this._iconPrefixContainer?.nativeElement,u=this._textPrefixContainer?.nativeElement,C=g?.getBoundingClientRect().width??0,k=u?.getBoundingClientRect().width??0;d.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${C+k}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const d=this._elementRef.nativeElement;if(d.getRootNode){const g=d.getRootNode();return g&&g!==d}return document.documentElement.contains(d)}static#e=this.\u0275fac=function(g){return new(g||f)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(t.SKi),t.rXU(M.dS),t.rXU(a.OD),t.rXU(K,8),t.rXU(t.bc$,8),t.rXU(S.qQ))};static#t=this.\u0275cmp=t.VBU({type:f,selectors:[["mat-form-field"]],contentQueries:function(g,u,C){if(1&g&&(t.wni(C,se,5),t.wni(C,se,7),t.wni(C,ie,5),t.wni(C,le,5),t.wni(C,q,5),t.wni(C,de,5),t.wni(C,re,5)),2&g){let k;t.mGM(k=t.lsd())&&(u._labelChildNonStatic=k.first),t.mGM(k=t.lsd())&&(u._labelChildStatic=k.first),t.mGM(k=t.lsd())&&(u._formFieldControl=k.first),t.mGM(k=t.lsd())&&(u._prefixChildren=k),t.mGM(k=t.lsd())&&(u._suffixChildren=k),t.mGM(k=t.lsd())&&(u._errorChildren=k),t.mGM(k=t.lsd())&&(u._hintChildren=k)}},viewQuery:function(g,u){if(1&g&&(t.GBs(s,5),t.GBs(p,5),t.GBs(_,5),t.GBs(m,5),t.GBs(he,5),t.GBs(W,5)),2&g){let C;t.mGM(C=t.lsd())&&(u._textField=C.first),t.mGM(C=t.lsd())&&(u._iconPrefixContainer=C.first),t.mGM(C=t.lsd())&&(u._textPrefixContainer=C.first),t.mGM(C=t.lsd())&&(u._floatingLabel=C.first),t.mGM(C=t.lsd())&&(u._notchedOutline=C.first),t.mGM(C=t.lsd())&&(u._lineRipple=C.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(g,u){2&g&&t.AVh("mat-mdc-form-field-label-always-float",u._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",u._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",u._hasIconSuffix)("mat-form-field-invalid",u._control.errorState)("mat-form-field-disabled",u._control.disabled)("mat-form-field-autofilled",u._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===u._animationMode)("mat-form-field-appearance-fill","fill"==u.appearance)("mat-form-field-appearance-outline","outline"==u.appearance)("mat-form-field-hide-placeholder",u._hasFloatingLabel()&&!u._shouldLabelFloat())("mat-focused",u._control.focused)("mat-primary","accent"!==u.color&&"warn"!==u.color)("mat-accent","accent"===u.color)("mat-warn","warn"===u.color)("ng-untouched",u._shouldForward("untouched"))("ng-touched",u._shouldForward("touched"))("ng-pristine",u._shouldForward("pristine"))("ng-dirty",u._shouldForward("dirty"))("ng-valid",u._shouldForward("valid"))("ng-invalid",u._shouldForward("invalid"))("ng-pending",u._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],standalone:!0,features:[t.Jv_([{provide:_e,useExisting:f},{provide:c,useExisting:f}]),t.aNF],ngContentSelectors:F,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(g,u){if(1&g){const C=t.RV6();t.NAR(O),t.DNE(0,I,1,1,"ng-template",null,0,t.C5r),t.j41(2,"div",4,1),t.bIt("click",function(X){return t.eBV(C),t.Njj(u._control.onContainerClick(X))}),t.DNE(4,j,1,0,"div",5),t.j41(5,"div",6),t.DNE(6,oe,2,2,"div",7)(7,te,3,0,"div",8)(8,Q,3,0,"div",9),t.j41(9,"div",10),t.DNE(10,Ce,1,1,null,11),t.SdG(11),t.k0s(),t.DNE(12,Fe,2,0,"div",12)(13,Oe,2,0,"div",13),t.k0s(),t.DNE(14,Re,1,0,"div",14),t.k0s(),t.j41(15,"div",15),t.DNE(16,ce,2,1,"div",16)(17,me,5,2,"div",17),t.k0s()}if(2&g){let C;t.R7$(2),t.AVh("mdc-text-field--filled",!u._hasOutline())("mdc-text-field--outlined",u._hasOutline())("mdc-text-field--no-label",!u._hasFloatingLabel())("mdc-text-field--disabled",u._control.disabled)("mdc-text-field--invalid",u._control.errorState),t.R7$(2),t.vxM(u._hasOutline()||u._control.disabled?-1:4),t.R7$(2),t.vxM(u._hasOutline()?6:-1),t.R7$(),t.vxM(u._hasIconPrefix?7:-1),t.R7$(),t.vxM(u._hasTextPrefix?8:-1),t.R7$(2),t.vxM(!u._hasOutline()||u._forceDisplayInfixLabel()?10:-1),t.R7$(2),t.vxM(u._hasTextSuffix?12:-1),t.R7$(),t.vxM(u._hasIconSuffix?13:-1),t.R7$(),t.vxM(u._hasOutline()?-1:14),t.R7$(),t.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===u.subscriptSizing),t.R7$(),t.vxM("error"===(C=u._getDisplayedMessages())?16:"hint"===C?17:-1)}},dependencies:[m,he,S.T3,W,re],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:[pe.transitionMessages]},changeDetection:0})}return f})(),qe=(()=>{class f{static#e=this.\u0275fac=function(g){return new(g||f)};static#t=this.\u0275mod=t.$C({type:f});static#i=this.\u0275inj=t.G2t({imports:[U.yE,S.MD,P.w5,U.yE]})}return f})()},9042:(be,Y,h)=>{h.d(Y,{Oh:()=>E,fS:()=>z,fg:()=>U});var t=h(4085),M=h(6860),a=h(7403),v=h(4438),V=h(9417),H=h(6600),B=h(3719),G=h(5286);const E=new v.nKC("MAT_INPUT_VALUE_ACCESSOR"),S=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let P=0,U=(()=>{class y{get disabled(){return this._disabled}set disabled(s){this._disabled=(0,t.he)(s),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(s){this._id=s||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(V.k0.required)??!1}set required(s){this._required=(0,t.he)(s)}get type(){return this._type}set type(s){this._type=s||"text",this._validateType(),!this._isTextarea&&(0,M.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(s){this._errorStateTracker.matcher=s}get value(){return this._inputValueAccessor.value}set value(s){s!==this.value&&(this._inputValueAccessor.value=s,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(s){this._readonly=(0,t.he)(s)}get errorState(){return this._errorStateTracker.errorState}set errorState(s){this._errorStateTracker.errorState=s}constructor(s,p,_,O,F,b,T,I,j,Z){this._elementRef=s,this._platform=p,this.ngControl=_,this._autofillMonitor=I,this._formField=Z,this._uid="mat-input-"+P++,this.focused=!1,this.stateChanges=new G.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(te=>(0,M.MU)().has(te)),this._iOSKeyupListener=te=>{const Q=te.target;!Q.value&&0===Q.selectionStart&&0===Q.selectionEnd&&(Q.setSelectionRange(1,1),Q.setSelectionRange(0,0))};const ee=this._elementRef.nativeElement,oe=ee.nodeName.toLowerCase();this._inputValueAccessor=T||ee,this._previousNativeValue=this.value,this.id=this.id,p.IOS&&j.runOutsideAngular(()=>{s.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._errorStateTracker=new H.X0(b,_,F,O,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===oe,this._isTextarea="textarea"===oe,this._isInFormField=!!Z,this._isNativeSelect&&(this.controlType=ee.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(s=>{this.autofilled=s.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(s){this._elementRef.nativeElement.focus(s)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(s){s!==this.focused&&(this.focused=s,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const s=this._elementRef.nativeElement.value;this._previousNativeValue!==s&&(this._previousNativeValue=s,this.stateChanges.next())}_dirtyCheckPlaceholder(){const s=this._getPlaceholder();if(s!==this._previousPlaceholder){const p=this._elementRef.nativeElement;this._previousPlaceholder=s,s?p.setAttribute("placeholder",s):p.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){S.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let s=this._elementRef.nativeElement.validity;return s&&s.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const s=this._elementRef.nativeElement,p=s.options[0];return this.focused||s.multiple||!this.empty||!!(s.selectedIndex>-1&&p&&p.label)}return this.focused||!this.empty}setDescribedByIds(s){s.length?this._elementRef.nativeElement.setAttribute("aria-describedby",s.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const s=this._elementRef.nativeElement;return this._isNativeSelect&&(s.multiple||s.size>1)}static#e=this.\u0275fac=function(p){return new(p||y)(v.rXU(v.aKT),v.rXU(M.OD),v.rXU(V.vO,10),v.rXU(V.cV,8),v.rXU(V.j4,8),v.rXU(H.es),v.rXU(E,10),v.rXU(a.P8),v.rXU(v.SKi),v.rXU(B.xb,8))};static#t=this.\u0275dir=v.FsC({type:y,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(p,_){1&p&&v.bIt("focus",function(){return _._focusChanged(!0)})("blur",function(){return _._focusChanged(!1)})("input",function(){return _._onInput()}),2&p&&(v.Mr5("id",_.id)("disabled",_.disabled)("required",_.required),v.BMQ("name",_.name||null)("readonly",_.readonly&&!_._isNativeSelect||null)("aria-invalid",_.empty&&_.required?null:_.errorState)("aria-required",_.required)("id",_.id),v.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:[v.Jv_([{provide:B.qT,useExisting:y}]),v.OA$]})}return y})(),z=(()=>{class y{static#e=this.\u0275fac=function(p){return new(p||y)};static#t=this.\u0275mod=v.$C({type:y});static#i=this.\u0275inj=v.G2t({imports:[H.yE,B.RG,B.RG,a.EE,H.yE]})}return y})()},2798:(be,Y,h)=>{h.d(Y,{$2:()=>re,VO:()=>Ee,Ve:()=>le});var t=h(2753),M=h(177),a=h(4438),v=h(6600),V=h(3719),H=h(5478),B=h(8617),G=h(8203),L=h(5024),E=h(7336),S=h(9417),P=h(5286),U=h(9418),z=h(4670),y=h(3176),$=h(9090),s=h(8728),p=h(5006),_=h(522),O=h(7605),F=h(9493),b=h(9969);const T=["trigger"],I=["panel"],j=[[["mat-select-trigger"]],"*"],Z=["mat-select-trigger","*"];function ee(D,q){if(1&D&&(a.j41(0,"span",4),a.EFF(1),a.k0s()),2&D){const l=a.XpG();a.R7$(),a.JRh(l.placeholder)}}function oe(D,q){1&D&&a.SdG(0)}function te(D,q){if(1&D&&(a.j41(0,"span",11),a.EFF(1),a.k0s()),2&D){const l=a.XpG(2);a.R7$(),a.JRh(l.triggerValue)}}function Q(D,q){if(1&D&&(a.j41(0,"span",5),a.DNE(1,oe,1,0)(2,te,2,1,"span",11),a.k0s()),2&D){const l=a.XpG();a.R7$(),a.vxM(l.customTrigger?1:2)}}function ye(D,q){if(1&D){const l=a.RV6();a.j41(0,"div",12,1),a.bIt("@transformPanel.done",function(m){a.eBV(l);const w=a.XpG();return a.Njj(w._panelDoneAnimatingStream.next(m.toState))})("keydown",function(m){a.eBV(l);const w=a.XpG();return a.Njj(w._handleKeydown(m))}),a.SdG(2,1),a.k0s()}if(2&D){const l=a.XpG();a.ZvI("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",l._getPanelTheme(),""),a.Y8G("ngClass",l.panelClass)("@transformPanel","showing"),a.BMQ("id",l.id+"-panel")("aria-multiselectable",l.multiple)("aria-label",l.ariaLabel||null)("aria-labelledby",l._getPanelAriaLabelledby())}}const Ce={transformPanelWrap:(0,b.hZ)("transformPanelWrap",[(0,b.kY)("* => void",(0,b.P)("@transformPanel",[(0,b.MA)()],{optional:!0}))]),transformPanel:(0,b.hZ)("transformPanel",[(0,b.wk)("void",(0,b.iF)({opacity:0,transform:"scale(1, 0.8)"})),(0,b.kY)("void => showing",(0,b.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,b.iF)({opacity:1,transform:"scale(1, 1)"}))),(0,b.kY)("* => void",(0,b.i0)("100ms linear",(0,b.iF)({opacity:0})))])};let ce=0;const fe=new a.nKC("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const D=(0,a.WQX)(t.hJ);return()=>D.scrollStrategies.reposition()}}),se=new a.nKC("MAT_SELECT_CONFIG"),ue={provide:fe,deps:[t.hJ],useFactory:function me(D){return()=>D.scrollStrategies.reposition()}},de=new a.nKC("MatSelectTrigger");class Me{constructor(q,l){this.source=q,this.value=l}}let Ee=(()=>{class D{_scrollOptionIntoView(l){const c=this.options.toArray()[l];if(c){const m=this.panel.nativeElement,w=(0,v.jb)(l,this.options,this.optionGroups),R=c._getHostElement();m.scrollTop=0===l&&1===w?0:(0,v.TL)(R.offsetTop,R.offsetHeight,m.scrollTop,m.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(l){return new Me(this,l)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(l){this._hideSingleSelectionIndicator=l,this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(l){this._placeholder=l,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(S.k0.required)??!1}set required(l){this._required=l,this.stateChanges.next()}get multiple(){return this._multiple}set multiple(l){this._multiple=l}get compareWith(){return this._compareWith}set compareWith(l){this._compareWith=l,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(l){this._assignValue(l)&&this._onChange(l)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(l){this._errorStateTracker.matcher=l}get id(){return this._id}set id(l){this._id=l||this._uid,this.stateChanges.next()}get errorState(){return this._errorStateTracker.errorState}set errorState(l){this._errorStateTracker.errorState=l}constructor(l,c,m,w,R,J,W,he,pe,ie,Pe,De,Ie,_e){this._viewportRuler=l,this._changeDetectorRef=c,this._elementRef=R,this._dir=J,this._parentFormField=pe,this.ngControl=ie,this._liveAnnouncer=Ie,this._defaultOptions=_e,this._positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}],this._panelOpen=!1,this._compareWith=(K,ge)=>K===ge,this._uid="mat-select-"+ce++,this._triggerAriaLabelledBy=null,this._destroy=new P.B7,this.stateChanges=new P.B7,this.disableAutomaticLabeling=!0,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+ce++,this._panelDoneAnimatingStream=new P.B7,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._multiple=!1,this.disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",this._initialized=new P.B7,this.optionSelectionChanges=(0,U.v)(()=>{const K=this.options;return K?K.changes.pipe((0,y.Z)(K),(0,$.n)(()=>(0,z.h)(...K.map(ge=>ge.onSelectionChange)))):this._initialized.pipe((0,$.n)(()=>this.optionSelectionChanges))}),this.openedChange=new a.bkB,this._openedStream=this.openedChange.pipe((0,s.p)(K=>K),(0,p.T)(()=>{})),this._closedStream=this.openedChange.pipe((0,s.p)(K=>!K),(0,p.T)(()=>{})),this.selectionChange=new a.bkB,this.valueChange=new a.bkB,this._trackedModal=null,this._skipPredicate=K=>!this.panelOpen&&K.disabled,this.ngControl&&(this.ngControl.valueAccessor=this),null!=_e?.typeaheadDebounceInterval&&(this.typeaheadDebounceInterval=_e.typeaheadDebounceInterval),this._errorStateTracker=new v.X0(w,ie,he,W,this.stateChanges),this._scrollStrategyFactory=De,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Pe)||0,this.id=this.id}ngOnInit(){this._selectionModel=new L.CB(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,_.F)(),(0,O.Q)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen)),this._viewportRuler.change().pipe((0,O.Q)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe((0,O.Q)(this._destroy)).subscribe(l=>{l.added.forEach(c=>c.select()),l.removed.forEach(c=>c.deselect())}),this.options.changes.pipe((0,y.Z)(null),(0,O.Q)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const l=this._getTriggerAriaLabelledby(),c=this.ngControl;if(l!==this._triggerAriaLabelledBy){const m=this._elementRef.nativeElement;this._triggerAriaLabelledBy=l,l?m.setAttribute("aria-labelledby",l):m.removeAttribute("aria-labelledby")}c&&(this._previousControl!==c.control&&(void 0!==this._previousControl&&null!==c.disabled&&c.disabled!==this.disabled&&(this.disabled=c.disabled),this._previousControl=c.control),this.updateErrorState())}ngOnChanges(l){(l.disabled||l.userAriaDescribedBy)&&this.stateChanges.next(),l.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_applyModalPanelOwnership(){const l=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!l)return;const c=`${this.id}-panel`;this._trackedModal&&(0,B.Ae)(this._trackedModal,"aria-owns",c),(0,B.px)(l,"aria-owns",c),this._trackedModal=l}_clearFromModal(){this._trackedModal&&((0,B.Ae)(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next())}writeValue(l){this._assignValue(l)}registerOnChange(l){this._onChange=l}registerOnTouched(l){this._onTouched=l}setDisabledState(l){this.disabled=l,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const l=this._selectionModel.selected.map(c=>c.viewValue);return this._isRtl()&&l.reverse(),l.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(l){this.disabled||(this.panelOpen?this._handleOpenKeydown(l):this._handleClosedKeydown(l))}_handleClosedKeydown(l){const c=l.keyCode,m=c===E.n6||c===E.i7||c===E.UQ||c===E.LE,w=c===E.Fm||c===E.t6,R=this._keyManager;if(!R.isTyping()&&w&&!(0,E.rp)(l)||(this.multiple||l.altKey)&&m)l.preventDefault(),this.open();else if(!this.multiple){const J=this.selected;R.onKeydown(l);const W=this.selected;W&&J!==W&&this._liveAnnouncer.announce(W.viewValue,1e4)}}_handleOpenKeydown(l){const c=this._keyManager,m=l.keyCode,w=m===E.n6||m===E.i7,R=c.isTyping();if(w&&l.altKey)l.preventDefault(),this.close();else if(R||m!==E.Fm&&m!==E.t6||!c.activeItem||(0,E.rp)(l))if(!R&&this._multiple&&m===E.A&&l.ctrlKey){l.preventDefault();const J=this.options.some(W=>!W.disabled&&!W.selected);this.options.forEach(W=>{W.disabled||(J?W.select():W.deselect())})}else{const J=c.activeItemIndex;c.onKeydown(l),this._multiple&&w&&l.shiftKey&&c.activeItem&&c.activeItemIndex!==J&&c.activeItem._selectViaInteraction()}else l.preventDefault(),c.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,F.s)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(l){if(this.options.forEach(c=>c.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&l)Array.isArray(l),l.forEach(c=>this._selectOptionByValue(c)),this._sortValues();else{const c=this._selectOptionByValue(l);c?this._keyManager.updateActiveItem(c):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(l){const c=this.options.find(m=>{if(this._selectionModel.isSelected(m))return!1;try{return null!=m.value&&this._compareWith(m.value,l)}catch{return!1}});return c&&this._selectionModel.select(c),c}_assignValue(l){return!!(l!==this._value||this._multiple&&Array.isArray(l))&&(this.options&&this._setSelectionByValue(l),this._value=l,!0)}_getOverlayWidth(l){return"auto"===this.panelWidth?(l instanceof t.$Q?l.elementRef:l||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const l of this.options)l._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new B.Au(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const l=(0,z.h)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,O.Q)(l)).subscribe(c=>{this._onSelect(c.source,c.isUserInput),c.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,z.h)(...this.options.map(c=>c._stateChanges)).pipe((0,O.Q)(l)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(l,c){const m=this._selectionModel.isSelected(l);null!=l.value||this._multiple?(m!==l.selected&&(l.selected?this._selectionModel.select(l):this._selectionModel.deselect(l)),c&&this._keyManager.setActiveItem(l),this.multiple&&(this._sortValues(),c&&this.focus())):(l.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(l.value)),m!==this._selectionModel.isSelected(l)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const l=this.options.toArray();this._selectionModel.sort((c,m)=>this.sortComparator?this.sortComparator(c,m,l):l.indexOf(c)-l.indexOf(m)),this.stateChanges.next()}}_propagateChanges(l){let c;c=this.multiple?this.selected.map(m=>m.value):this.selected?this.selected.value:l,this._value=c,this.valueChange.emit(c),this._onChange(c),this.selectionChange.emit(this._getChangeEvent(c)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let l=-1;for(let c=0;c<this.options.length;c++)if(!this.options.get(c).disabled){l=c;break}this._keyManager.setActiveItem(l)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){return!this._panelOpen&&!this.disabled&&this.options?.length>0}focus(l){this._elementRef.nativeElement.focus(l)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const l=this._parentFormField?.getLabelId();return this.ariaLabelledby?(l?l+" ":"")+this.ariaLabelledby:l}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const l=this._parentFormField?.getLabelId();let c=(l?l+" ":"")+this._valueId;return this.ariaLabelledby&&(c+=" "+this.ariaLabelledby),c}_panelDoneAnimating(l){this.openedChange.emit(l)}setDescribedByIds(l){l.length?this._elementRef.nativeElement.setAttribute("aria-describedby",l.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}static#e=this.\u0275fac=function(c){return new(c||D)(a.rXU(H.Xj),a.rXU(a.gRc),a.rXU(a.SKi),a.rXU(v.es),a.rXU(a.aKT),a.rXU(G.dS,8),a.rXU(S.cV,8),a.rXU(S.j4,8),a.rXU(V.xb,8),a.rXU(S.vO,10),a.kS0("tabindex"),a.rXU(fe),a.rXU(B.Ai),a.rXU(se,8))};static#t=this.\u0275cmp=a.VBU({type:D,selectors:[["mat-select"]],contentQueries:function(c,m,w){if(1&c&&(a.wni(w,de,5),a.wni(w,v.wT,5),a.wni(w,v.QC,5)),2&c){let R;a.mGM(R=a.lsd())&&(m.customTrigger=R.first),a.mGM(R=a.lsd())&&(m.options=R),a.mGM(R=a.lsd())&&(m.optionGroups=R)}},viewQuery:function(c,m){if(1&c&&(a.GBs(T,5),a.GBs(I,5),a.GBs(t.WB,5)),2&c){let w;a.mGM(w=a.lsd())&&(m.trigger=w.first),a.mGM(w=a.lsd())&&(m.panel=w.first),a.mGM(w=a.lsd())&&(m._overlayDir=w.first)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(c,m){1&c&&a.bIt("keydown",function(R){return m._handleKeydown(R)})("focus",function(){return m._onFocus()})("blur",function(){return m._onBlur()}),2&c&&(a.BMQ("id",m.id)("tabindex",m.disabled?-1:m.tabIndex)("aria-controls",m.panelOpen?m.id+"-panel":null)("aria-expanded",m.panelOpen)("aria-label",m.ariaLabel||null)("aria-required",m.required.toString())("aria-disabled",m.disabled.toString())("aria-invalid",m.errorState)("aria-activedescendant",m._getAriaActiveDescendant()),a.AVh("mat-mdc-select-disabled",m.disabled)("mat-mdc-select-invalid",m.errorState)("mat-mdc-select-required",m.required)("mat-mdc-select-empty",m.empty)("mat-mdc-select-multiple",m.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",a.L39],disableRipple:[2,"disableRipple","disableRipple",a.L39],tabIndex:[2,"tabIndex","tabIndex",l=>null==l?0:(0,a.Udg)(l)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",a.L39],placeholder:"placeholder",required:[2,"required","required",a.L39],multiple:[2,"multiple","multiple",a.L39],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",a.L39],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",a.Udg],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],standalone:!0,features:[a.Jv_([{provide:V.qT,useExisting:D},{provide:v.is,useExisting:D}]),a.GFd,a.OA$,a.aNF],ngContentSelectors:Z,decls:11,vars:8,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"backdropClick","attach","detach","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(c,m){if(1&c){const w=a.RV6();a.NAR(j),a.j41(0,"div",2,0),a.bIt("click",function(){return a.eBV(w),a.Njj(m.open())}),a.j41(3,"div",3),a.DNE(4,ee,2,1,"span",4)(5,Q,3,1,"span",5),a.k0s(),a.j41(6,"div",6)(7,"div",7),a.qSk(),a.j41(8,"svg",8),a.nrm(9,"path",9),a.k0s()()()(),a.DNE(10,ye,3,9,"ng-template",10),a.bIt("backdropClick",function(){return a.eBV(w),a.Njj(m.close())})("attach",function(){return a.eBV(w),a.Njj(m._onAttached())})("detach",function(){return a.eBV(w),a.Njj(m.close())})}if(2&c){const w=a.sdS(1);a.R7$(3),a.BMQ("id",m._valueId),a.R7$(),a.vxM(m.empty?4:5),a.R7$(6),a.Y8G("cdkConnectedOverlayPanelClass",m._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",m._scrollStrategy)("cdkConnectedOverlayOrigin",m._preferredOverlayOrigin||w)("cdkConnectedOverlayOpen",m.panelOpen)("cdkConnectedOverlayPositions",m._positions)("cdkConnectedOverlayWidth",m._overlayWidth)}},dependencies:[t.$Q,t.WB,M.YU],styles:['.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color);font-family:var(--mat-select-trigger-text-font);line-height:var(--mat-select-trigger-text-line-height);font-size:var(--mat-select-trigger-text-size);font-weight:var(--mat-select-trigger-text-weight);letter-spacing:var(--mat-select-trigger-text-tracking)}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow)}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color)}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color)}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color)}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color)}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:GrayText}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color)}.cdk-high-contrast-active div.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}div.mat-mdc-select-panel .mat-mdc-option{--mdc-list-list-item-container-color: var(--mat-select-panel-background-color)}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color)}._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform)}'],encapsulation:2,data:{animation:[Ce.transformPanel]},changeDetection:0})}return D})(),re=(()=>{class D{static#e=this.\u0275fac=function(c){return new(c||D)};static#t=this.\u0275dir=a.FsC({type:D,selectors:[["mat-select-trigger"]],standalone:!0,features:[a.Jv_([{provide:de,useExisting:D}])]})}return D})(),le=(()=>{class D{static#e=this.\u0275fac=function(c){return new(c||D)};static#t=this.\u0275mod=a.$C({type:D});static#i=this.\u0275inj=a.G2t({providers:[ue],imports:[M.MD,t.z_,v.Sy,v.yE,H.Gj,V.RG,v.Sy,v.yE]})}return D})()}}]);