-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path4898.ed9aab54faf1132f.js
1 lines (1 loc) · 139 KB
/
4898.ed9aab54faf1132f.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[4898],{6263:(Ve,$,m)=>{m.d($,{IC:()=>K,Ky:()=>j,Lq:()=>P,aC:()=>Z});var t=m(2831),D=m(5879),s=m(2495),b=m(1226),R=m(2079),T=m(9016),S=m(5434),N=m(9352),W=m(6814);const Y=(0,t.i$)({passive:!0});let P=(()=>{class C{constructor(f,h){this._platform=f,this._ngZone=h,this._monitoredElements=new Map}monitor(f){if(!this._platform.isBrowser)return b.E;const h=(0,s.fI)(f),v=this._monitoredElements.get(h);if(v)return v.subject;const I=new R.xQ,M="cdk-text-field-autofilled",w=y=>{"cdk-text-field-autofill-start"!==y.animationName||h.classList.contains(M)?"cdk-text-field-autofill-end"===y.animationName&&h.classList.contains(M)&&(h.classList.remove(M),this._ngZone.run(()=>I.next({target:y.target,isAutofilled:!1}))):(h.classList.add(M),this._ngZone.run(()=>I.next({target:y.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{h.addEventListener("animationstart",w,Y),h.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(h,{subject:I,unlisten:()=>{h.removeEventListener("animationstart",w,Y)}}),I}stopMonitoring(f){const h=(0,s.fI)(f),v=this._monitoredElements.get(h);v&&(v.unlisten(),v.subject.complete(),h.classList.remove("cdk-text-field-autofill-monitored"),h.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(h))}ngOnDestroy(){this._monitoredElements.forEach((f,h)=>this.stopMonitoring(h))}}return C.\u0275fac=function(f){return new(f||C)(D.LFG(t.t4),D.LFG(D.R0b))},C.\u0275prov=D.Yz7({token:C,factory:C.\u0275fac,providedIn:"root"}),C})(),Z=(()=>{class C{constructor(f,h){this._elementRef=f,this._autofillMonitor=h,this.cdkAutofill=new D.vpe}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(f=>this.cdkAutofill.emit(f))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}}return C.\u0275fac=function(f){return new(f||C)(D.Y36(D.SBq),D.Y36(P))},C.\u0275dir=D.lG2({type:C,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"}}),C})(),K=(()=>{class C{get minRows(){return this._minRows}set minRows(f){this._minRows=(0,s.su)(f),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(f){this._maxRows=(0,s.su)(f),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(f){f=(0,s.Ig)(f),this._enabled!==f&&((this._enabled=f)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(f){this._cachedPlaceholderHeight=void 0,f?this._textareaElement.setAttribute("placeholder",f):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(f,h,v,I){this._elementRef=f,this._platform=h,this._ngZone=v,this._destroyed=new R.xQ,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=M=>{this._hasFocus="focus"===M.type},this._document=I,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const f=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;f&&(this._textareaElement.style.minHeight=f)}_setMaxHeight(){const f=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;f&&(this._textareaElement.style.maxHeight=f)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const f=this._getWindow();(0,T.R)(f,"resize").pipe((0,S.e)(16),(0,N.R)(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 f=this._textareaElement.cloneNode(!1);f.rows=1,f.style.position="absolute",f.style.visibility="hidden",f.style.border="none",f.style.padding="0",f.style.height="",f.style.minHeight="",f.style.maxHeight="",f.style.overflow="hidden",this._textareaElement.parentNode.appendChild(f),this._cachedLineHeight=f.clientHeight,f.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const f=this._textareaElement,h=f.style.marginBottom||"",v=this._platform.FIREFOX,I=v&&this._hasFocus,M=v?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";I&&(f.style.marginBottom=`${f.clientHeight}px`),f.classList.add(M);const w=f.scrollHeight-4;return f.classList.remove(M),I&&(f.style.marginBottom=h),w}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const f=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=f}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(f=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const h=this._elementRef.nativeElement,v=h.value;if(!f&&this._minRows===this._previousMinRows&&v===this._previousValue)return;const I=this._measureScrollHeight(),M=Math.max(I,this._cachedPlaceholderHeight||0);h.style.height=`${M}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(h)):setTimeout(()=>this._scrollToCaretPosition(h))}),this._previousValue=v,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(f){const{selectionStart:h,selectionEnd:v}=f;!this._destroyed.isStopped&&this._hasFocus&&f.setSelectionRange(h,v)}}return C.\u0275fac=function(f){return new(f||C)(D.Y36(D.SBq),D.Y36(t.t4),D.Y36(D.R0b),D.Y36(W.K0,8))},C.\u0275dir=D.lG2({type:C,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(f,h){1&f&&D.NdJ("input",function(){return h._noopInputHandler()})},inputs:{minRows:["cdkAutosizeMinRows","minRows"],maxRows:["cdkAutosizeMaxRows","maxRows"],enabled:["cdkTextareaAutosize","enabled"],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"]}),C})(),j=(()=>{class C{}return C.\u0275fac=function(f){return new(f||C)},C.\u0275mod=D.oAB({type:C}),C.\u0275inj=D.cJS({}),C})()},4898:(Ve,$,m)=>{m.r($),m.d($,{TextFieldAutofillDirectiveExample:()=>h,TextFieldAutofillMonitorExample:()=>v,TextFieldAutosizeTextareaExample:()=>I});var t=m(5879),D=m(2296),s=m(6814),b=m(6263),R=m(4516),T=m(4170),S=m(1418),N=m(8525),W=m(3680);function Y(M,w){1&M&&(t.TgZ(0,"mat-hint"),t._uU(1,"Autofilled!"),t.qZA())}function P(M,w){1&M&&(t.TgZ(0,"mat-hint"),t._uU(1,"Autofilled!"),t.qZA())}const Z=["first"],K=["last"];function j(M,w){1&M&&(t.TgZ(0,"mat-hint"),t._uU(1,"Autofilled!"),t.qZA())}function C(M,w){1&M&&(t.TgZ(0,"mat-hint"),t._uU(1,"Autofilled!"),t.qZA())}const E="mat-form-field[_ngcontent-%COMP%] {\n margin-right: 12px;\n}",f=["autosize"];let h=(()=>{class M{}return M.\u0275fac=function(y){return new(y||M)},M.\u0275cmp=t.Xpm({type:M,selectors:[["text-field-autofill-directive-example"]],standalone:!0,features:[t.jDz],decls:13,vars:2,consts:[[3,"submit"],["matInput","",3,"cdkAutofill"],[4,"ngIf"],["mat-raised-button",""]],template:function(y,k){1&y&&(t.TgZ(0,"form",0),t.NdJ("submit",function(U){return U.preventDefault()}),t.TgZ(1,"mat-form-field")(2,"mat-label"),t._uU(3,"First name"),t.qZA(),t.TgZ(4,"input",1),t.NdJ("cdkAutofill",function(U){return k.firstNameAutofilled=U.isAutofilled}),t.qZA(),t.YNc(5,Y,2,0,"mat-hint",2),t.qZA(),t.TgZ(6,"mat-form-field")(7,"mat-label"),t._uU(8,"Last name"),t.qZA(),t.TgZ(9,"input",1),t.NdJ("cdkAutofill",function(U){return k.lastNameAutofilled=U.isAutofilled}),t.qZA(),t.YNc(10,P,2,0,"mat-hint",2),t.qZA(),t.TgZ(11,"button",3),t._uU(12,"Submit"),t.qZA()()),2&y&&(t.xp6(5),t.Q6J("ngIf",k.firstNameAutofilled),t.xp6(5),t.Q6J("ngIf",k.lastNameAutofilled))},dependencies:[T.lN,T.KE,T.hX,T.bx,R.c,R.Nt,b.aC,b.Ky,s.O5,D.ot,D.lW],styles:["mat-form-field[_ngcontent-%COMP%] {\n margin-right: 12px;\n}"]}),M})(),v=(()=>{class M{constructor(y){this._autofill=y}ngAfterViewInit(){this._autofill.monitor(this.firstName).subscribe(y=>this.firstNameAutofilled=y.isAutofilled),this._autofill.monitor(this.lastName).subscribe(y=>this.lastNameAutofilled=y.isAutofilled)}ngOnDestroy(){this._autofill.stopMonitoring(this.firstName),this._autofill.stopMonitoring(this.lastName)}}return M.\u0275fac=function(y){return new(y||M)(t.Y36(b.Lq))},M.\u0275cmp=t.Xpm({type:M,selectors:[["text-field-autofill-monitor-example"]],viewQuery:function(y,k){if(1&y&&(t.Gf(Z,5,t.SBq),t.Gf(K,5,t.SBq)),2&y){let B;t.iGM(B=t.CRH())&&(k.firstName=B.first),t.iGM(B=t.CRH())&&(k.lastName=B.first)}},standalone:!0,features:[t.jDz],decls:15,vars:2,consts:[[3,"submit"],["matInput",""],["first",""],[4,"ngIf"],["last",""],["mat-raised-button",""]],template:function(y,k){1&y&&(t.TgZ(0,"form",0),t.NdJ("submit",function(U){return U.preventDefault()}),t.TgZ(1,"mat-form-field")(2,"mat-label"),t._uU(3,"First name"),t.qZA(),t._UZ(4,"input",1,2),t.YNc(6,j,2,0,"mat-hint",3),t.qZA(),t.TgZ(7,"mat-form-field")(8,"mat-label"),t._uU(9,"Last name"),t.qZA(),t._UZ(10,"input",1,4),t.YNc(12,C,2,0,"mat-hint",3),t.qZA(),t.TgZ(13,"button",5),t._uU(14,"Submit"),t.qZA()()),2&y&&(t.xp6(6),t.Q6J("ngIf",k.firstNameAutofilled),t.xp6(6),t.Q6J("ngIf",k.lastNameAutofilled))},dependencies:[T.lN,T.KE,T.hX,T.bx,R.c,R.Nt,s.O5,D.ot,D.lW],styles:[E]}),M})(),I=(()=>{class M{constructor(y){this._ngZone=y}triggerResize(){this._ngZone.onStable.pipe((0,S.q)(1)).subscribe(()=>this.autosize.resizeToFitContent(!0))}}return M.\u0275fac=function(y){return new(y||M)(t.Y36(t.R0b))},M.\u0275cmp=t.Xpm({type:M,selectors:[["text-field-autosize-textarea-example"]],viewQuery:function(y,k){if(1&y&&t.Gf(f,5),2&y){let B;t.iGM(B=t.CRH())&&(k.autosize=B.first)}},standalone:!0,features:[t.jDz],decls:22,vars:2,consts:[["value","16px",3,"selectionChange"],["fontSize",""],["value","10px"],["value","12px"],["value","14px"],["value","16px"],["value","18px"],["value","20px"],["matInput","","cdkTextareaAutosize","","cdkAutosizeMinRows","1","cdkAutosizeMaxRows","5"],["autosize","cdkTextareaAutosize"]],template:function(y,k){if(1&y&&(t.TgZ(0,"mat-form-field")(1,"mat-label"),t._uU(2,"Font size"),t.qZA(),t.TgZ(3,"mat-select",0,1),t.NdJ("selectionChange",function(){return k.triggerResize()}),t.TgZ(5,"mat-option",2),t._uU(6,"10px"),t.qZA(),t.TgZ(7,"mat-option",3),t._uU(8,"12px"),t.qZA(),t.TgZ(9,"mat-option",4),t._uU(10,"14px"),t.qZA(),t.TgZ(11,"mat-option",5),t._uU(12,"16px"),t.qZA(),t.TgZ(13,"mat-option",6),t._uU(14,"18px"),t.qZA(),t.TgZ(15,"mat-option",7),t._uU(16,"20px"),t.qZA()()(),t.TgZ(17,"mat-form-field")(18,"mat-label"),t._uU(19,"Autosize textarea"),t.qZA(),t._UZ(20,"textarea",8,9),t.qZA()),2&y){const B=t.MAs(4);t.xp6(17),t.Udp("font-size",B.value)}},dependencies:[T.lN,T.KE,T.hX,N.LD,N.gD,W.ey,R.c,R.Nt,b.IC,b.Ky],styles:[E]}),M})()},6223:(Ve,$,m)=>{m.d($,{Cf:()=>f,EJ:()=>qe,F:()=>Ze,Fj:()=>j,JJ:()=>x,JL:()=>V,JU:()=>N,Kr:()=>Rt,NI:()=>Oe,On:()=>ot,Q7:()=>Ke,UX:()=>wi,Wl:()=>Y,YN:()=>Tt,Zs:()=>mt,_Y:()=>wt,a5:()=>g,cw:()=>ue,eT:()=>lt,gN:()=>L,kI:()=>I,oH:()=>dt,qu:()=>Ei,sg:()=>je,u:()=>ft,u5:()=>Di,wV:()=>at});var t=m(5879),D=m(6814),s=m(5253),b=m(7504),R=m(6124);let T=(()=>{class n{constructor(e,r){this._renderer=e,this._elementRef=r,this.onChange=l=>{},this.onTouched=()=>{}}setProperty(e,r){this._renderer.setProperty(this._elementRef.nativeElement,e,r)}registerOnTouched(e){this.onTouched=e}registerOnChange(e){this.onChange=e}setDisabledState(e){this.setProperty("disabled",e)}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(t.Qsj),t.Y36(t.SBq))},n.\u0275dir=t.lG2({type:n}),n})(),S=(()=>{class n extends T{}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,features:[t.qOj]}),n})();const N=new t.OlP("NgValueAccessor"),W={provide:N,useExisting:(0,t.Gpc)(()=>Y),multi:!0};let Y=(()=>{class n extends S{writeValue(e){this.setProperty("checked",e)}}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(e,r){1&e&&t.NdJ("change",function(_){return r.onChange(_.target.checked)})("blur",function(){return r.onTouched()})},features:[t._Bn([W]),t.qOj]}),n})();const P={provide:N,useExisting:(0,t.Gpc)(()=>j),multi:!0},K=new t.OlP("CompositionEventMode");let j=(()=>{class n extends T{constructor(e,r,l){super(e,r),this._compositionMode=l,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function Z(){const n=(0,D.q)()?(0,D.q)().getUserAgent():"";return/android (\d+)/.test(n.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)}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(t.Qsj),t.Y36(t.SBq),t.Y36(K,8))},n.\u0275dir=t.lG2({type:n,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(e,r){1&e&&t.NdJ("input",function(_){return r._handleInput(_.target.value)})("blur",function(){return r.onTouched()})("compositionstart",function(){return r._compositionStart()})("compositionend",function(_){return r._compositionEnd(_.target.value)})},features:[t._Bn([P]),t.qOj]}),n})();function C(n){return null==n||("string"==typeof n||Array.isArray(n))&&0===n.length}function E(n){return null!=n&&"number"==typeof n.length}const f=new t.OlP("NgValidators"),h=new t.OlP("NgAsyncValidators"),v=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class I{static min(i){return function M(n){return i=>{if(C(i.value)||C(n))return null;const e=parseFloat(i.value);return!isNaN(e)&&e<n?{min:{min:n,actual:i.value}}:null}}(i)}static max(i){return function w(n){return i=>{if(C(i.value)||C(n))return null;const e=parseFloat(i.value);return!isNaN(e)&&e>n?{max:{max:n,actual:i.value}}:null}}(i)}static required(i){return y(i)}static requiredTrue(i){return k(i)}static email(i){return function B(n){return C(n.value)||v.test(n.value)?null:{email:!0}}(i)}static minLength(i){return function U(n){return i=>C(i.value)||!E(i.value)?null:i.value.length<n?{minlength:{requiredLength:n,actualLength:i.value.length}}:null}(i)}static maxLength(i){return function oe(n){return i=>E(i.value)&&i.value.length>n?{maxlength:{requiredLength:n,actualLength:i.value.length}}:null}(i)}static pattern(i){return function te(n){if(!n)return ee;let i,e;return"string"==typeof n?(e="","^"!==n.charAt(0)&&(e+="^"),e+=n,"$"!==n.charAt(n.length-1)&&(e+="$"),i=new RegExp(e)):(e=n.toString(),i=n),r=>{if(C(r.value))return null;const l=r.value;return i.test(l)?null:{pattern:{requiredPattern:e,actualValue:l}}}}(i)}static nullValidator(i){return null}static compose(i){return Te(i)}static composeAsync(i){return fe(i)}}function y(n){return C(n.value)?{required:!0}:null}function k(n){return!0===n.value?null:{required:!0}}function ee(n){return null}function ie(n){return null!=n}function Q(n){return(0,t.QGY)(n)?(0,s.D)(n):n}function be(n){let i={};return n.forEach(e=>{i=null!=e?{...i,...e}:i}),0===Object.keys(i).length?null:i}function Ce(n,i){return i.map(e=>e(n))}function Se(n){return n.map(i=>function Ge(n){return!n.validate}(i)?i:e=>i.validate(e))}function Te(n){if(!n)return null;const i=n.filter(ie);return 0==i.length?null:function(e){return be(Ce(e,i))}}function le(n){return null!=n?Te(Se(n)):null}function fe(n){if(!n)return null;const i=n.filter(ie);return 0==i.length?null:function(e){const r=Ce(e,i).map(Q);return(0,b.D)(r).pipe((0,R.U)(be))}}function he(n){return null!=n?fe(Se(n)):null}function Me(n,i){return null===n?[i]:Array.isArray(n)?[...n,i]:[n,i]}function Ae(n){return n._rawValidators}function me(n){return n._rawAsyncValidators}function pe(n){return n?Array.isArray(n)?n:[n]:[]}function ne(n,i){return Array.isArray(n)?n.includes(i):n===i}function Ee(n,i){const e=pe(i);return pe(n).forEach(l=>{ne(e,l)||e.push(l)}),e}function _e(n,i){return pe(i).filter(e=>!ne(n,e))}class De{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(i){this._rawValidators=i||[],this._composedValidatorFn=le(this._rawValidators)}_setAsyncValidators(i){this._rawAsyncValidators=i||[],this._composedAsyncValidatorFn=he(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(i){this._onDestroyCallbacks.push(i)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(i=>i()),this._onDestroyCallbacks=[]}reset(i=void 0){this.control&&this.control.reset(i)}hasError(i,e){return!!this.control&&this.control.hasError(i,e)}getError(i,e){return this.control?this.control.getError(i,e):null}}class L extends De{get formDirective(){return null}get path(){return null}}class g extends De{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class O{constructor(i){this._cd=i}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 x=(()=>{class n extends O{constructor(e){super(e)}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(g,2))},n.\u0275dir=t.lG2({type:n,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(e,r){2&e&&t.ekj("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.qOj]}),n})(),V=(()=>{class n extends O{constructor(e){super(e)}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(L,10))},n.\u0275dir=t.lG2({type:n,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(e,r){2&e&&t.ekj("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.qOj]}),n})();const xe="VALID",Fe="INVALID",se="PENDING",d="DISABLED";function p(n){return(F(n)?n.validators:n)||null}function u(n,i){return(F(i)?i.asyncValidators:n)||null}function F(n){return null!=n&&!Array.isArray(n)&&"object"==typeof n}function de(n,i,e){const r=n.controls;if(!(i?Object.keys(r):r).length)throw new t.vHH(1e3,"");if(!r[e])throw new t.vHH(1001,"")}function X(n,i,e){n._forEachChild((r,l)=>{if(void 0===e[l])throw new t.vHH(1002,"")})}class ce{constructor(i,e){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._assignValidators(i),this._assignAsyncValidators(e)}get validator(){return this._composedValidatorFn}set validator(i){this._rawValidators=this._composedValidatorFn=i}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(i){this._rawAsyncValidators=this._composedAsyncValidatorFn=i}get parent(){return this._parent}get valid(){return this.status===xe}get invalid(){return this.status===Fe}get pending(){return this.status==se}get disabled(){return this.status===d}get enabled(){return this.status!==d}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(i){this._assignValidators(i)}setAsyncValidators(i){this._assignAsyncValidators(i)}addValidators(i){this.setValidators(Ee(i,this._rawValidators))}addAsyncValidators(i){this.setAsyncValidators(Ee(i,this._rawAsyncValidators))}removeValidators(i){this.setValidators(_e(i,this._rawValidators))}removeAsyncValidators(i){this.setAsyncValidators(_e(i,this._rawAsyncValidators))}hasValidator(i){return ne(this._rawValidators,i)}hasAsyncValidator(i){return ne(this._rawAsyncValidators,i)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(i={}){this.touched=!0,this._parent&&!i.onlySelf&&this._parent.markAsTouched(i)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(i=>i.markAllAsTouched())}markAsUntouched(i={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(e=>{e.markAsUntouched({onlySelf:!0})}),this._parent&&!i.onlySelf&&this._parent._updateTouched(i)}markAsDirty(i={}){this.pristine=!1,this._parent&&!i.onlySelf&&this._parent.markAsDirty(i)}markAsPristine(i={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(e=>{e.markAsPristine({onlySelf:!0})}),this._parent&&!i.onlySelf&&this._parent._updatePristine(i)}markAsPending(i={}){this.status=se,!1!==i.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!i.onlySelf&&this._parent.markAsPending(i)}disable(i={}){const e=this._parentMarkedDirty(i.onlySelf);this.status=d,this.errors=null,this._forEachChild(r=>{r.disable({...i,onlySelf:!0})}),this._updateValue(),!1!==i.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...i,skipPristineCheck:e}),this._onDisabledChange.forEach(r=>r(!0))}enable(i={}){const e=this._parentMarkedDirty(i.onlySelf);this.status=xe,this._forEachChild(r=>{r.enable({...i,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:i.emitEvent}),this._updateAncestors({...i,skipPristineCheck:e}),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(i){this._parent&&!i.onlySelf&&(this._parent.updateValueAndValidity(i),i.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(i){this._parent=i}getRawValue(){return this.value}updateValueAndValidity(i={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===xe||this.status===se)&&this._runAsyncValidator(i.emitEvent)),!1!==i.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!i.onlySelf&&this._parent.updateValueAndValidity(i)}_updateTreeValidity(i={emitEvent:!0}){this._forEachChild(e=>e._updateTreeValidity(i)),this.updateValueAndValidity({onlySelf:!0,emitEvent:i.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?d:xe}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(i){if(this.asyncValidator){this.status=se,this._hasOwnPendingAsyncValidator=!0;const e=Q(this.asyncValidator(this));this._asyncValidationSubscription=e.subscribe(r=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(r,{emitEvent:i})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(i,e={}){this.errors=i,this._updateControlsErrors(!1!==e.emitEvent)}get(i){let e=i;return null==e||(Array.isArray(e)||(e=e.split(".")),0===e.length)?null:e.reduce((r,l)=>r&&r._find(l),this)}getError(i,e){const r=e?this.get(e):this;return r&&r.errors?r.errors[i]:null}hasError(i,e){return!!this.getError(i,e)}get root(){let i=this;for(;i._parent;)i=i._parent;return i}_updateControlsErrors(i){this.status=this._calculateStatus(),i&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(i)}_initObservables(){this.valueChanges=new t.vpe,this.statusChanges=new t.vpe}_calculateStatus(){return this._allControlsDisabled()?d:this.errors?Fe:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(se)?se:this._anyControlsHaveStatus(Fe)?Fe:xe}_anyControlsHaveStatus(i){return this._anyControls(e=>e.status===i)}_anyControlsDirty(){return this._anyControls(i=>i.dirty)}_anyControlsTouched(){return this._anyControls(i=>i.touched)}_updatePristine(i={}){this.pristine=!this._anyControlsDirty(),this._parent&&!i.onlySelf&&this._parent._updatePristine(i)}_updateTouched(i={}){this.touched=this._anyControlsTouched(),this._parent&&!i.onlySelf&&this._parent._updateTouched(i)}_registerOnCollectionChange(i){this._onCollectionChange=i}_setUpdateStrategy(i){F(i)&&null!=i.updateOn&&(this._updateOn=i.updateOn)}_parentMarkedDirty(i){return!i&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(i){return null}_assignValidators(i){this._rawValidators=Array.isArray(i)?i.slice():i,this._composedValidatorFn=function a(n){return Array.isArray(n)?le(n):n||null}(this._rawValidators)}_assignAsyncValidators(i){this._rawAsyncValidators=Array.isArray(i)?i.slice():i,this._composedAsyncValidatorFn=function A(n){return Array.isArray(n)?he(n):n||null}(this._rawAsyncValidators)}}class ue extends ce{constructor(i,e,r){super(p(e),u(r,e)),this.controls=i,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(i,e){return this.controls[i]?this.controls[i]:(this.controls[i]=e,e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange),e)}addControl(i,e,r={}){this.registerControl(i,e),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(i,e={}){this.controls[i]&&this.controls[i]._registerOnCollectionChange(()=>{}),delete this.controls[i],this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}setControl(i,e,r={}){this.controls[i]&&this.controls[i]._registerOnCollectionChange(()=>{}),delete this.controls[i],e&&this.registerControl(i,e),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(i){return this.controls.hasOwnProperty(i)&&this.controls[i].enabled}setValue(i,e={}){X(this,0,i),Object.keys(i).forEach(r=>{de(this,!0,r),this.controls[r].setValue(i[r],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(i,e={}){null!=i&&(Object.keys(i).forEach(r=>{const l=this.controls[r];l&&l.patchValue(i[r],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(i={},e={}){this._forEachChild((r,l)=>{r.reset(i[l],{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e),this._updateTouched(e),this.updateValueAndValidity(e)}getRawValue(){return this._reduceChildren({},(i,e,r)=>(i[r]=e.getRawValue(),i))}_syncPendingControls(){let i=this._reduceChildren(!1,(e,r)=>!!r._syncPendingControls()||e);return i&&this.updateValueAndValidity({onlySelf:!0}),i}_forEachChild(i){Object.keys(this.controls).forEach(e=>{const r=this.controls[e];r&&i(r,e)})}_setUpControls(){this._forEachChild(i=>{i.setParent(this),i._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(i){for(const[e,r]of Object.entries(this.controls))if(this.contains(e)&&i(r))return!0;return!1}_reduceValue(){return this._reduceChildren({},(e,r,l)=>((r.enabled||this.disabled)&&(e[l]=r.value),e))}_reduceChildren(i,e){let r=i;return this._forEachChild((l,_)=>{r=e(r,l,_)}),r}_allControlsDisabled(){for(const i of Object.keys(this.controls))if(this.controls[i].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(i){return this.controls.hasOwnProperty(i)?this.controls[i]:null}}class xt extends ue{}const ve=new t.OlP("CallSetDisabledState",{providedIn:"root",factory:()=>ke}),ke="always";function ze(n,i){return[...i.path,n]}function Be(n,i,e=ke){tt(n,i),i.valueAccessor.writeValue(n.value),(n.disabled||"always"===e)&&i.valueAccessor.setDisabledState?.(n.disabled),function jt(n,i){i.valueAccessor.registerOnChange(e=>{n._pendingValue=e,n._pendingChange=!0,n._pendingDirty=!0,"change"===n.updateOn&&vt(n,i)})}(n,i),function Kt(n,i){const e=(r,l)=>{i.valueAccessor.writeValue(r),l&&i.viewToModelUpdate(r)};n.registerOnChange(e),i._registerOnDestroy(()=>{n._unregisterOnChange(e)})}(n,i),function qt(n,i){i.valueAccessor.registerOnTouched(()=>{n._pendingTouched=!0,"blur"===n.updateOn&&n._pendingChange&&vt(n,i),"submit"!==n.updateOn&&n.markAsTouched()})}(n,i),function Zt(n,i){if(i.valueAccessor.setDisabledState){const e=r=>{i.valueAccessor.setDisabledState(r)};n.registerOnDisabledChange(e),i._registerOnDestroy(()=>{n._unregisterOnDisabledChange(e)})}}(n,i)}function Ue(n,i,e=!0){const r=()=>{};i.valueAccessor&&(i.valueAccessor.registerOnChange(r),i.valueAccessor.registerOnTouched(r)),We(n,i),n&&(i._invokeOnDestroyCallbacks(),n._registerOnCollectionChange(()=>{}))}function Ye(n,i){n.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(i)})}function tt(n,i){const e=Ae(n);null!==i.validator?n.setValidators(Me(e,i.validator)):"function"==typeof e&&n.setValidators([e]);const r=me(n);null!==i.asyncValidator?n.setAsyncValidators(Me(r,i.asyncValidator)):"function"==typeof r&&n.setAsyncValidators([r]);const l=()=>n.updateValueAndValidity();Ye(i._rawValidators,l),Ye(i._rawAsyncValidators,l)}function We(n,i){let e=!1;if(null!==n){if(null!==i.validator){const l=Ae(n);if(Array.isArray(l)&&l.length>0){const _=l.filter(G=>G!==i.validator);_.length!==l.length&&(e=!0,n.setValidators(_))}}if(null!==i.asyncValidator){const l=me(n);if(Array.isArray(l)&&l.length>0){const _=l.filter(G=>G!==i.asyncValidator);_.length!==l.length&&(e=!0,n.setAsyncValidators(_))}}}const r=()=>{};return Ye(i._rawValidators,r),Ye(i._rawAsyncValidators,r),e}function vt(n,i){n._pendingDirty&&n.markAsDirty(),n.setValue(n._pendingValue,{emitModelToViewChange:!1}),i.viewToModelUpdate(n._pendingValue),n._pendingChange=!1}function yt(n,i){tt(n,i)}function nt(n,i){if(!n.hasOwnProperty("model"))return!1;const e=n.model;return!!e.isFirstChange()||!Object.is(i,e.currentValue)}function bt(n,i){n._syncPendingControls(),i.forEach(e=>{const r=e.control;"submit"===r.updateOn&&r._pendingChange&&(e.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}function rt(n,i){if(!i)return null;let e,r,l;return Array.isArray(i),i.forEach(_=>{_.constructor===j?e=_:function Jt(n){return Object.getPrototypeOf(n.constructor)===S}(_)?r=_:l=_}),l||r||e||null}const ei={provide:L,useExisting:(0,t.Gpc)(()=>Ze)},Le=(()=>Promise.resolve())();let Ze=(()=>{class n extends L{constructor(e,r,l){super(),this.callSetDisabledState=l,this.submitted=!1,this._directives=new Set,this.ngSubmit=new t.vpe,this.form=new ue({},le(e),he(r))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(e){Le.then(()=>{const r=this._findContainer(e.path);e.control=r.registerControl(e.name,e.control),Be(e.control,e,this.callSetDisabledState),e.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(e)})}getControl(e){return this.form.get(e.path)}removeControl(e){Le.then(()=>{const r=this._findContainer(e.path);r&&r.removeControl(e.name),this._directives.delete(e)})}addFormGroup(e){Le.then(()=>{const r=this._findContainer(e.path),l=new ue({});yt(l,e),r.registerControl(e.name,l),l.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(e){Le.then(()=>{const r=this._findContainer(e.path);r&&r.removeControl(e.name)})}getFormGroup(e){return this.form.get(e.path)}updateModel(e,r){Le.then(()=>{this.form.get(e.path).setValue(r)})}setValue(e){this.control.setValue(e)}onSubmit(e){return this.submitted=!0,bt(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}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(f,10),t.Y36(h,10),t.Y36(ve,8))},n.\u0275dir=t.lG2({type:n,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(e,r){1&e&&t.NdJ("submit",function(_){return r.onSubmit(_)})("reset",function(){return r.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t._Bn([ei]),t.qOj]}),n})();function Ct(n,i){const e=n.indexOf(i);e>-1&&n.splice(e,1)}function Mt(n){return"object"==typeof n&&null!==n&&2===Object.keys(n).length&&"value"in n&&"disabled"in n}const Oe=class extends ce{constructor(i=null,e,r){super(p(e),u(r,e)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(i),this._setUpdateStrategy(e),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),F(e)&&(e.nonNullable||e.initialValueIsDefault)&&(this.defaultValue=Mt(i)?i.value:i)}setValue(i,e={}){this.value=this._pendingValue=i,this._onChange.length&&!1!==e.emitModelToViewChange&&this._onChange.forEach(r=>r(this.value,!1!==e.emitViewToModelChange)),this.updateValueAndValidity(e)}patchValue(i,e={}){this.setValue(i,e)}reset(i=this.defaultValue,e={}){this._applyFormState(i),this.markAsPristine(e),this.markAsUntouched(e),this.setValue(this.value,e),this._pendingChange=!1}_updateValue(){}_anyControls(i){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(i){this._onChange.push(i)}_unregisterOnChange(i){Ct(this._onChange,i)}registerOnDisabledChange(i){this._onDisabledChange.push(i)}_unregisterOnDisabledChange(i){Ct(this._onDisabledChange,i)}_forEachChild(i){}_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(i){Mt(i)?(this.value=this._pendingValue=i.value,i.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=i}},ni={provide:g,useExisting:(0,t.Gpc)(()=>ot)},Dt=(()=>Promise.resolve())();let ot=(()=>{class n extends g{constructor(e,r,l,_,G,ae){super(),this._changeDetectorRef=G,this.callSetDisabledState=ae,this.control=new Oe,this._registered=!1,this.name="",this.update=new t.vpe,this._parent=e,this._setValidators(r),this._setAsyncValidators(l),this.valueAccessor=rt(0,_)}ngOnChanges(e){if(this._checkForErrors(),!this._registered||"name"in e){if(this._registered&&(this._checkName(),this.formDirective)){const r=e.name.previousValue;this.formDirective.removeControl({name:r,path:this._getPath(r)})}this._setUpControl()}"isDisabled"in e&&this._updateDisabled(e),nt(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(){Be(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){Dt.then(()=>{this.control.setValue(e,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(e){const r=e.isDisabled.currentValue,l=0!==r&&(0,t.VuI)(r);Dt.then(()=>{l&&!this.control.disabled?this.control.disable():!l&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(e){return this._parent?ze(e,this._parent):[e]}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(L,9),t.Y36(f,10),t.Y36(h,10),t.Y36(N,10),t.Y36(t.sBO,8),t.Y36(ve,8))},n.\u0275dir=t.lG2({type:n,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[t._Bn([ni]),t.qOj,t.TTD]}),n})(),wt=(()=>{class n{}return n.\u0275fac=function(e){return new(e||n)},n.\u0275dir=t.lG2({type:n,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}),n})();const ri={provide:N,useExisting:(0,t.Gpc)(()=>at),multi:!0};let at=(()=>{class n extends S{writeValue(e){this.setProperty("value",e??"")}registerOnChange(e){this.onChange=r=>{e(""==r?null:parseFloat(r))}}}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(e,r){1&e&&t.NdJ("input",function(_){return r.onChange(_.target.value)})("blur",function(){return r.onTouched()})},features:[t._Bn([ri]),t.qOj]}),n})(),Ft=(()=>{class n{}return n.\u0275fac=function(e){return new(e||n)},n.\u0275mod=t.oAB({type:n}),n.\u0275inj=t.cJS({}),n})();const li={provide:N,useExisting:(0,t.Gpc)(()=>lt),multi:!0};let lt=(()=>{class n extends S{writeValue(e){this.setProperty("value",parseFloat(e))}registerOnChange(e){this.onChange=r=>{e(""==r?null:parseFloat(r))}}}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(e,r){1&e&&t.NdJ("change",function(_){return r.onChange(_.target.value)})("input",function(_){return r.onChange(_.target.value)})("blur",function(){return r.onTouched()})},features:[t._Bn([li]),t.qOj]}),n})();const st=new t.OlP("NgModelWithFormControlWarning"),si={provide:g,useExisting:(0,t.Gpc)(()=>dt)};let dt=(()=>{class n extends g{set isDisabled(e){}constructor(e,r,l,_,G){super(),this._ngModelWarningConfig=_,this.callSetDisabledState=G,this.update=new t.vpe,this._ngModelWarningSent=!1,this._setValidators(e),this._setAsyncValidators(r),this.valueAccessor=rt(0,l)}ngOnChanges(e){if(this._isControlChanged(e)){const r=e.form.previousValue;r&&Ue(r,this,!1),Be(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}nt(e,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Ue(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")}}return n._ngModelWarningSentOnce=!1,n.\u0275fac=function(e){return new(e||n)(t.Y36(f,10),t.Y36(h,10),t.Y36(N,10),t.Y36(st,8),t.Y36(ve,8))},n.\u0275dir=t.lG2({type:n,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[t._Bn([si]),t.qOj,t.TTD]}),n})();const di={provide:L,useExisting:(0,t.Gpc)(()=>je)};let je=(()=>{class n extends L{constructor(e,r,l){super(),this.callSetDisabledState=l,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new t.vpe,this._setValidators(e),this._setAsyncValidators(r)}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 r=this.form.get(e.path);return Be(r,e,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),r}getControl(e){return this.form.get(e.path)}removeControl(e){Ue(e.control||null,e,!1),function Xt(n,i){const e=n.indexOf(i);e>-1&&n.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,r){this.form.get(e.path).setValue(r)}onSubmit(e){return this.submitted=!0,bt(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}_updateDomValue(){this.directives.forEach(e=>{const r=e.control,l=this.form.get(e.path);r!==l&&(Ue(r||null,e),(n=>n instanceof Oe)(l)&&(Be(l,e,this.callSetDisabledState),e.control=l))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(e){const r=this.form.get(e.path);yt(r,e),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(e){if(this.form){const r=this.form.get(e.path);r&&function $t(n,i){return We(n,i)}(r,e)&&r.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){tt(this.form,this),this._oldForm&&We(this._oldForm,this)}_checkFormPresent(){}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(f,10),t.Y36(h,10),t.Y36(ve,8))},n.\u0275dir=t.lG2({type:n,selectors:[["","formGroup",""]],hostBindings:function(e,r){1&e&&t.NdJ("submit",function(_){return r.onSubmit(_)})("reset",function(){return r.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t._Bn([di]),t.qOj,t.TTD]}),n})();const fi={provide:g,useExisting:(0,t.Gpc)(()=>ft)};let ft=(()=>{class n extends g{set isDisabled(e){}constructor(e,r,l,_,G){super(),this._ngModelWarningConfig=G,this._added=!1,this.name=null,this.update=new t.vpe,this._ngModelWarningSent=!1,this._parent=e,this._setValidators(r),this._setAsyncValidators(l),this.valueAccessor=rt(0,_)}ngOnChanges(e){this._added||this._setUpControl(),nt(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 ze(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}}return n._ngModelWarningSentOnce=!1,n.\u0275fac=function(e){return new(e||n)(t.Y36(L,13),t.Y36(f,10),t.Y36(h,10),t.Y36(N,10),t.Y36(st,8))},n.\u0275dir=t.lG2({type:n,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[t._Bn([fi]),t.qOj,t.TTD]}),n})();const hi={provide:N,useExisting:(0,t.Gpc)(()=>qe),multi:!0};function St(n,i){return null==n?`${i}`:(i&&"object"==typeof i&&(i="Object"),`${n}: ${i}`.slice(0,50))}let qe=(()=>{class n extends S{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 l=St(this._getOptionId(e),e);this.setProperty("value",l)}registerOnChange(e){this.onChange=r=>{this.value=this._getOptionValue(r),e(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(e){for(const r of this._optionMap.keys())if(this._compareWith(this._optionMap.get(r),e))return r;return null}_getOptionValue(e){const r=function mi(n){return n.split(":")[0]}(e);return this._optionMap.has(r)?this._optionMap.get(r):e}}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(e,r){1&e&&t.NdJ("change",function(_){return r.onChange(_.target.value)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[t._Bn([hi]),t.qOj]}),n})(),Tt=(()=>{class n{constructor(e,r,l){this._element=e,this._renderer=r,this._select=l,this._select&&(this.id=this._select._registerOption())}set ngValue(e){null!=this._select&&(this._select._optionMap.set(this.id,e),this._setElementValue(St(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))}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(t.SBq),t.Y36(t.Qsj),t.Y36(qe,9))},n.\u0275dir=t.lG2({type:n,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}),n})();const pi={provide:N,useExisting:(0,t.Gpc)(()=>ht),multi:!0};function It(n,i){return null==n?`${i}`:("string"==typeof i&&(i=`'${i}'`),i&&"object"==typeof i&&(i="Object"),`${n}: ${i}`.slice(0,50))}let ht=(()=>{class n extends S{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(e){this._compareWith=e}writeValue(e){let r;if(this.value=e,Array.isArray(e)){const l=e.map(_=>this._getOptionId(_));r=(_,G)=>{_._setSelected(l.indexOf(G.toString())>-1)}}else r=(l,_)=>{l._setSelected(!1)};this._optionMap.forEach(r)}registerOnChange(e){this.onChange=r=>{const l=[],_=r.selectedOptions;if(void 0!==_){const G=_;for(let ae=0;ae<G.length;ae++){const pt=this._getOptionValue(G[ae].value);l.push(pt)}}else{const G=r.options;for(let ae=0;ae<G.length;ae++){const $e=G[ae];if($e.selected){const pt=this._getOptionValue($e.value);l.push(pt)}}}this.value=l,e(l)}}_registerOption(e){const r=(this._idCounter++).toString();return this._optionMap.set(r,e),r}_getOptionId(e){for(const r of this._optionMap.keys())if(this._compareWith(this._optionMap.get(r)._value,e))return r;return null}_getOptionValue(e){const r=function _i(n){return n.split(":")[0]}(e);return this._optionMap.has(r)?this._optionMap.get(r)._value:e}}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(e,r){1&e&&t.NdJ("change",function(_){return r.onChange(_.target)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[t._Bn([pi]),t.qOj]}),n})(),Rt=(()=>{class n{constructor(e,r,l){this._element=e,this._renderer=r,this._select=l,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))}}return n.\u0275fac=function(e){return new(e||n)(t.Y36(t.SBq),t.Y36(t.Qsj),t.Y36(ht,9))},n.\u0275dir=t.lG2({type:n,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}),n})(),ye=(()=>{class n{constructor(){this._validator=ee}ngOnChanges(e){if(this.inputName in e){const r=this.normalizeInput(e[this.inputName].currentValue);this._enabled=this.enabled(r),this._validator=this._enabled?this.createValidator(r):ee,this._onChange&&this._onChange()}}validate(e){return this._validator(e)}registerOnValidatorChange(e){this._onChange=e}enabled(e){return null!=e}}return n.\u0275fac=function(e){return new(e||n)},n.\u0275dir=t.lG2({type:n,features:[t.TTD]}),n})();const vi={provide:f,useExisting:(0,t.Gpc)(()=>Ke),multi:!0},yi={provide:f,useExisting:(0,t.Gpc)(()=>mt),multi:!0};let Ke=(()=>{class n extends ye{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=t.VuI,this.createValidator=e=>y}enabled(e){return e}}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(e,r){2&e&&t.uIk("required",r._enabled?"":null)},inputs:{required:"required"},features:[t._Bn([vi]),t.qOj]}),n})(),mt=(()=>{class n extends Ke{constructor(){super(...arguments),this.createValidator=e=>k}}return n.\u0275fac=function(){let i;return function(r){return(i||(i=t.n5z(n)))(r||n)}}(),n.\u0275dir=t.lG2({type:n,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(e,r){2&e&&t.uIk("required",r._enabled?"":null)},features:[t._Bn([yi]),t.qOj]}),n})(),Ut=(()=>{class n{}return n.\u0275fac=function(e){return new(e||n)},n.\u0275mod=t.oAB({type:n}),n.\u0275inj=t.cJS({imports:[Ft]}),n})();class Yt extends ce{constructor(i,e,r){super(p(e),u(r,e)),this.controls=i,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(i){return this.controls[this._adjustIndex(i)]}push(i,e={}){this.controls.push(i),this._registerControl(i),this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}insert(i,e,r={}){this.controls.splice(i,0,e),this._registerControl(e),this.updateValueAndValidity({emitEvent:r.emitEvent})}removeAt(i,e={}){let r=this._adjustIndex(i);r<0&&(r=0),this.controls[r]&&this.controls[r]._registerOnCollectionChange(()=>{}),this.controls.splice(r,1),this.updateValueAndValidity({emitEvent:e.emitEvent})}setControl(i,e,r={}){let l=this._adjustIndex(i);l<0&&(l=0),this.controls[l]&&this.controls[l]._registerOnCollectionChange(()=>{}),this.controls.splice(l,1),e&&(this.controls.splice(l,0,e),this._registerControl(e)),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(i,e={}){X(this,0,i),i.forEach((r,l)=>{de(this,!1,l),this.at(l).setValue(r,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(i,e={}){null!=i&&(i.forEach((r,l)=>{this.at(l)&&this.at(l).patchValue(r,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(i=[],e={}){this._forEachChild((r,l)=>{r.reset(i[l],{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e),this._updateTouched(e),this.updateValueAndValidity(e)}getRawValue(){return this.controls.map(i=>i.getRawValue())}clear(i={}){this.controls.length<1||(this._forEachChild(e=>e._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:i.emitEvent}))}_adjustIndex(i){return i<0?i+this.length:i}_syncPendingControls(){let i=this.controls.reduce((e,r)=>!!r._syncPendingControls()||e,!1);return i&&this.updateValueAndValidity({onlySelf:!0}),i}_forEachChild(i){this.controls.forEach((e,r)=>{i(e,r)})}_updateValue(){this.value=this.controls.filter(i=>i.enabled||this.disabled).map(i=>i.value)}_anyControls(i){return this.controls.some(e=>e.enabled&&i(e))}_setUpControls(){this._forEachChild(i=>this._registerControl(i))}_allControlsDisabled(){for(const i of this.controls)if(i.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(i){i.setParent(this),i._registerOnCollectionChange(this._onCollectionChange)}_find(i){return this.at(i)??null}}function Wt(n){return!!n&&(void 0!==n.asyncValidators||void 0!==n.validators||void 0!==n.updateOn)}let Ei=(()=>{class n{constructor(){this.useNonNullable=!1}get nonNullable(){const e=new n;return e.useNonNullable=!0,e}group(e,r=null){const l=this._reduceControls(e);let _={};return Wt(r)?_=r:null!==r&&(_.validators=r.validator,_.asyncValidators=r.asyncValidator),new ue(l,_)}record(e,r=null){const l=this._reduceControls(e);return new xt(l,r)}control(e,r,l){let _={};return this.useNonNullable?(Wt(r)?_=r:(_.validators=r,_.asyncValidators=l),new Oe(e,{..._,nonNullable:!0})):new Oe(e,r,l)}array(e,r,l){const _=e.map(G=>this._createControl(G));return new Yt(_,r,l)}_reduceControls(e){const r={};return Object.keys(e).forEach(l=>{r[l]=this._createControl(e[l])}),r}_createControl(e){return e instanceof Oe||e instanceof ce?e:Array.isArray(e)?this.control(e[0],e.length>1?e[1]:null,e.length>2?e[2]:null):this.control(e)}}return n.\u0275fac=function(e){return new(e||n)},n.\u0275prov=t.Yz7({token:n,factory:n.\u0275fac,providedIn:"root"}),n})(),Di=(()=>{class n{static withConfig(e){return{ngModule:n,providers:[{provide:ve,useValue:e.callSetDisabledState??ke}]}}}return n.\u0275fac=function(e){return new(e||n)},n.\u0275mod=t.oAB({type:n}),n.\u0275inj=t.cJS({imports:[Ut]}),n})(),wi=(()=>{class n{static withConfig(e){return{ngModule:n,providers:[{provide:st,useValue:e.warnOnNgModelWithFormControl??"always"},{provide:ve,useValue:e.callSetDisabledState??ke}]}}}return n.\u0275fac=function(e){return new(e||n)},n.\u0275mod=t.oAB({type:n}),n.\u0275inj=t.cJS({imports:[Ut]}),n})()},4170:(Ve,$,m)=>{m.d($,{G_:()=>ge,TO:()=>De,KE:()=>Fe,Eo:()=>Re,lN:()=>se,bx:()=>g,hX:()=>ne,qo:()=>o,R9:()=>x});var t=m(5879),D=m(9388),s=m(2831),b=m(7902),R=m(2079),T=m(7354),S=m(9352),N=m(4699),W=m(7734),Y=m(9185);class Z{constructor(p){this._box=p,this._destroyed=new R.xQ,this._resizeSubject=new R.xQ,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(a=>this._resizeSubject.next(a)))}observe(p){return this._elementObservables.has(p)||this._elementObservables.set(p,new N.y(a=>{const u=this._resizeSubject.subscribe(a);return this._resizeObserver?.observe(p,{box:this._box}),()=>{this._resizeObserver?.unobserve(p),u.unsubscribe(),this._elementObservables.delete(p)}}).pipe((0,W.h)(a=>a.some(u=>u.target===p)),(0,Y.d)({bufferSize:1,refCount:!0}),(0,S.R)(this._destroyed))),this._elementObservables.get(p)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let K=(()=>{class d{constructor(){this._observers=new Map,this._ngZone=(0,t.f3M)(t.R0b)}ngOnDestroy(){for(const[,a]of this._observers)a.destroy();this._observers.clear()}observe(a,u){const A=u?.box||"content-box";return this._observers.has(A)||this._observers.set(A,new Z(A)),this._observers.get(A).observe(a)}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275prov=t.Yz7({token:d,factory:d.\u0275fac,providedIn:"root"}),d})();var j=m(2495),C=m(6825),E=m(6814),f=m(7131),h=m(3680);const v=["notch"],I=["matFormFieldNotchedOutline",""],M=["*"],w=["textField"],y=["iconPrefixContainer"],k=["textPrefixContainer"];function B(d,p){1&d&&t._UZ(0,"span",19)}function U(d,p){if(1&d&&(t.TgZ(0,"label",17),t.Hsn(1,1),t.YNc(2,B,1,0,"span",18),t.qZA()),2&d){const a=t.oxw(2);t.Q6J("floating",a._shouldLabelFloat())("monitorResize",a._hasOutline())("id",a._labelId),t.uIk("for",a._control.id)("aria-owns",a._control.id),t.xp6(2),t.Q6J("ngIf",!a.hideRequiredMarker&&a._control.required)}}function oe(d,p){if(1&d&&t.YNc(0,U,3,6,"label",16),2&d){const a=t.oxw();t.Q6J("ngIf",a._hasFloatingLabel())}}function te(d,p){1&d&&t._UZ(0,"div",20)}function ee(d,p){}function ie(d,p){if(1&d&&t.YNc(0,ee,0,0,"ng-template",22),2&d){t.oxw(2);const a=t.MAs(1);t.Q6J("ngTemplateOutlet",a)}}function Q(d,p){if(1&d&&(t.TgZ(0,"div",21),t.YNc(1,ie,1,1,"ng-template",9),t.qZA()),2&d){const a=t.oxw();t.Q6J("matFormFieldNotchedOutlineOpen",a._shouldLabelFloat()),t.xp6(1),t.Q6J("ngIf",!a._forceDisplayInfixLabel())}}function be(d,p){1&d&&(t.TgZ(0,"div",23,24),t.Hsn(2,2),t.qZA())}function Ce(d,p){1&d&&(t.TgZ(0,"div",25,26),t.Hsn(2,3),t.qZA())}function Ge(d,p){}function Se(d,p){if(1&d&&t.YNc(0,Ge,0,0,"ng-template",22),2&d){t.oxw();const a=t.MAs(1);t.Q6J("ngTemplateOutlet",a)}}function Te(d,p){1&d&&(t.TgZ(0,"div",27),t.Hsn(1,4),t.qZA())}function le(d,p){1&d&&(t.TgZ(0,"div",28),t.Hsn(1,5),t.qZA())}function fe(d,p){1&d&&t._UZ(0,"div",29)}function he(d,p){if(1&d&&(t.TgZ(0,"div",30),t.Hsn(1,6),t.qZA()),2&d){const a=t.oxw();t.Q6J("@transitionMessages",a._subscriptAnimationState)}}function Me(d,p){if(1&d&&(t.TgZ(0,"mat-hint",34),t._uU(1),t.qZA()),2&d){const a=t.oxw(2);t.Q6J("id",a._hintLabelId),t.xp6(1),t.Oqu(a.hintLabel)}}function Ae(d,p){if(1&d&&(t.TgZ(0,"div",31),t.YNc(1,Me,2,2,"mat-hint",32),t.Hsn(2,7),t._UZ(3,"div",33),t.Hsn(4,8),t.qZA()),2&d){const a=t.oxw();t.Q6J("@transitionMessages",a._subscriptAnimationState),t.xp6(1),t.Q6J("ngIf",a.hintLabel)}}const me=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],pe=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];let ne=(()=>{class d{}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=t.lG2({type:d,selectors:[["mat-label"]]}),d})(),Ee=0;const _e=new t.OlP("MatError");let De=(()=>{class d{constructor(a,u){this.id="mat-mdc-error-"+Ee++,a||u.nativeElement.setAttribute("aria-live","polite")}}return d.\u0275fac=function(a){return new(a||d)(t.$8M("aria-live"),t.Y36(t.SBq))},d.\u0275dir=t.lG2({type:d,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(a,u){2&a&&t.Ikx("id",u.id)},inputs:{id:"id"},features:[t._Bn([{provide:_e,useExisting:d}])]}),d})(),L=0,g=(()=>{class d{constructor(){this.align="start",this.id="mat-mdc-hint-"+L++}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=t.lG2({type:d,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(a,u){2&a&&(t.Ikx("id",u.id),t.uIk("align",null),t.ekj("mat-mdc-form-field-hint-end","end"===u.align))},inputs:{align:"align",id:"id"}}),d})();const O=new t.OlP("MatPrefix");let o=(()=>{class d{constructor(){this._isText=!1}set _isTextSelector(a){this._isText=!0}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=t.lG2({type:d,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:["matTextPrefix","_isTextSelector"]},features:[t._Bn([{provide:O,useExisting:d}])]}),d})();const c=new t.OlP("MatSuffix");let x=(()=>{class d{constructor(){this._isText=!1}set _isTextSelector(a){this._isText=!0}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=t.lG2({type:d,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:["matTextSuffix","_isTextSelector"]},features:[t._Bn([{provide:c,useExisting:d}])]}),d})();const V=new t.OlP("FloatingLabelParent");let H=(()=>{class d{get floating(){return this._floating}set floating(a){this._floating=a,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(a){this._monitorResize=a,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(a){this._elementRef=a,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,t.f3M)(K),this._ngZone=(0,t.f3M)(t.R0b),this._parent=(0,t.f3M)(V),this._resizeSubscription=new b.w}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function q(d){if(null!==d.offsetParent)return d.scrollWidth;const a=d.cloneNode(!0);a.style.setProperty("position","absolute"),a.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(a);const u=a.scrollWidth;return a.remove(),u}(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())})}}return d.\u0275fac=function(a){return new(a||d)(t.Y36(t.SBq))},d.\u0275dir=t.lG2({type:d,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(a,u){2&a&&t.ekj("mdc-floating-label--float-above",u.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"}}),d})();const z="mdc-line-ripple--active",re="mdc-line-ripple--deactivating";let we=(()=>{class d{constructor(a,u){this._elementRef=a,this._handleTransitionEnd=A=>{const F=this._elementRef.nativeElement.classList,de=F.contains(re);"opacity"===A.propertyName&&de&&F.remove(z,re)},u.runOutsideAngular(()=>{a.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const a=this._elementRef.nativeElement.classList;a.remove(re),a.add(z)}deactivate(){this._elementRef.nativeElement.classList.add(re)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}}return d.\u0275fac=function(a){return new(a||d)(t.Y36(t.SBq),t.Y36(t.R0b))},d.\u0275dir=t.lG2({type:d,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"]}),d})(),Ie=(()=>{class d{constructor(a,u){this._elementRef=a,this._ngZone=u,this.open=!1}ngAfterViewInit(){const a=this._elementRef.nativeElement.querySelector(".mdc-floating-label");a?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(a.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>a.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(a){this._notch.nativeElement.style.width=this.open&&a?`calc(${a}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}}return d.\u0275fac=function(a){return new(a||d)(t.Y36(t.SBq),t.Y36(t.R0b))},d.\u0275cmp=t.Xpm({type:d,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(a,u){if(1&a&&t.Gf(v,5),2&a){let A;t.iGM(A=t.CRH())&&(u._notch=A.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(a,u){2&a&&t.ekj("mdc-notched-outline--notched",u.open)},inputs:{open:["matFormFieldNotchedOutlineOpen","open"]},attrs:I,ngContentSelectors:M,decls:5,vars:0,consts:[[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],["notch",""],[1,"mdc-notched-outline__trailing"]],template:function(a,u){1&a&&(t.F$t(),t._UZ(0,"div",0),t.TgZ(1,"div",1,2),t.Hsn(3),t.qZA(),t._UZ(4,"div",3))},encapsulation:2,changeDetection:0}),d})();const He={transitionMessages:(0,C.X$)("transitionMessages",[(0,C.SB)("enter",(0,C.oB)({opacity:1,transform:"translateY(0%)"})),(0,C.eR)("void => enter",[(0,C.oB)({opacity:0,transform:"translateY(-5px)"}),(0,C.jt)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let Re=(()=>{class d{}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=t.lG2({type:d}),d})();const ge=new t.OlP("MatFormField"),Je=new t.OlP("MAT_FORM_FIELD_DEFAULT_OPTIONS");let Pe=0,Fe=(()=>{class d{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(a){this._hideRequiredMarker=(0,j.Ig)(a)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(a){a!==this._floatLabel&&(this._floatLabel=a,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(a){const u=this._appearance;this._appearance=a||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==u&&(this._needsOutlineLabelOffsetUpdateOnStable=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(a){this._subscriptSizing=a||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(a){this._hintLabel=a,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(a){this._explicitFormFieldControl=a}constructor(a,u,A,F,de,X,ce,ue){this._elementRef=a,this._changeDetectorRef=u,this._ngZone=A,this._dir=F,this._platform=de,this._defaults=X,this._animationMode=ce,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-"+Pe++,this._hintLabelId="mat-mdc-hint-"+Pe++,this._subscriptAnimationState="",this._destroyed=new R.xQ,this._isFocused=null,this._needsOutlineLabelOffsetUpdateOnStable=!1,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 a=this._control;a.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${a.controlType}`),a.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),a.ngControl&&a.ngControl.valueChanges&&a.ngControl.valueChanges.pipe((0,S.R)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(a=>!a._isText),this._hasTextPrefix=!!this._prefixChildren.find(a=>a._isText),this._hasIconSuffix=!!this._suffixChildren.find(a=>!a._isText),this._hasTextSuffix=!!this._suffixChildren.find(a=>a._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,T.T)(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._needsOutlineLabelOffsetUpdateOnStable=!0),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,S.R)(this._destroyed)).subscribe(()=>{this._needsOutlineLabelOffsetUpdateOnStable&&(this._needsOutlineLabelOffsetUpdateOnStable=!1,this._updateOutlineLabelOffset())})}),this._dir.change.pipe((0,S.R)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdateOnStable=!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(a){const u=this._control?this._control.ngControl:null;return u&&u[a]}_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 a=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&a.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const u=this._hintChildren?this._hintChildren.find(F=>"start"===F.align):null,A=this._hintChildren?this._hintChildren.find(F=>"end"===F.align):null;u?a.push(u.id):this._hintLabel&&a.push(this._hintLabelId),A&&a.push(A.id)}else this._errorChildren&&a.push(...this._errorChildren.map(u=>u.id));this._control.setDescribedByIds(a)}}_updateOutlineLabelOffset(){if(!this._platform.isBrowser||!this._hasOutline()||!this._floatingLabel)return;const a=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(a.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdateOnStable=!0);const u=this._iconPrefixContainer?.nativeElement,A=this._textPrefixContainer?.nativeElement,F=u?.getBoundingClientRect().width??0,de=A?.getBoundingClientRect().width??0;a.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${F+de}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const a=this._elementRef.nativeElement;if(a.getRootNode){const u=a.getRootNode();return u&&u!==a}return document.documentElement.contains(a)}}return d.\u0275fac=function(a){return new(a||d)(t.Y36(t.SBq),t.Y36(t.sBO),t.Y36(t.R0b),t.Y36(D.Is),t.Y36(s.t4),t.Y36(Je,8),t.Y36(t.QbO,8),t.Y36(E.K0))},d.\u0275cmp=t.Xpm({type:d,selectors:[["mat-form-field"]],contentQueries:function(a,u,A){if(1&a&&(t.Suo(A,ne,5),t.Suo(A,ne,7),t.Suo(A,Re,5),t.Suo(A,O,5),t.Suo(A,c,5),t.Suo(A,_e,5),t.Suo(A,g,5)),2&a){let F;t.iGM(F=t.CRH())&&(u._labelChildNonStatic=F.first),t.iGM(F=t.CRH())&&(u._labelChildStatic=F.first),t.iGM(F=t.CRH())&&(u._formFieldControl=F.first),t.iGM(F=t.CRH())&&(u._prefixChildren=F),t.iGM(F=t.CRH())&&(u._suffixChildren=F),t.iGM(F=t.CRH())&&(u._errorChildren=F),t.iGM(F=t.CRH())&&(u._hintChildren=F)}},viewQuery:function(a,u){if(1&a&&(t.Gf(w,5),t.Gf(y,5),t.Gf(k,5),t.Gf(H,5),t.Gf(Ie,5),t.Gf(we,5)),2&a){let A;t.iGM(A=t.CRH())&&(u._textField=A.first),t.iGM(A=t.CRH())&&(u._iconPrefixContainer=A.first),t.iGM(A=t.CRH())&&(u._textPrefixContainer=A.first),t.iGM(A=t.CRH())&&(u._floatingLabel=A.first),t.iGM(A=t.CRH())&&(u._notchedOutline=A.first),t.iGM(A=t.CRH())&&(u._lineRipple=A.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(a,u){2&a&&t.ekj("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"],features:[t._Bn([{provide:ge,useExisting:d},{provide:V,useExisting:d}])],ngContentSelectors:pe,decls:18,vars:23,consts:[["labelTemplate",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],["textField",""],["class","mat-mdc-form-field-focus-overlay",4,"ngIf"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen",4,"ngIf"],["class","mat-mdc-form-field-icon-prefix",4,"ngIf"],["class","mat-mdc-form-field-text-prefix",4,"ngIf"],[1,"mat-mdc-form-field-infix"],[3,"ngIf"],["class","mat-mdc-form-field-text-suffix",4,"ngIf"],["class","mat-mdc-form-field-icon-suffix",4,"ngIf"],["matFormFieldLineRipple","",4,"ngIf"],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align",3,"ngSwitch"],["class","mat-mdc-form-field-error-wrapper",4,"ngSwitchCase"],["class","mat-mdc-form-field-hint-wrapper",4,"ngSwitchCase"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id",4,"ngIf"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true","class","mat-mdc-form-field-required-marker mdc-floating-label--required",4,"ngIf"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[1,"mat-mdc-form-field-focus-overlay"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-icon-prefix"],["iconPrefixContainer",""],[1,"mat-mdc-form-field-text-prefix"],["textPrefixContainer",""],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],[3,"id",4,"ngIf"],[1,"mat-mdc-form-field-hint-spacer"],[3,"id"]],template:function(a,u){1&a&&(t.F$t(me),t.YNc(0,oe,1,1,"ng-template",null,0,t.W1O),t.TgZ(2,"div",1,2),t.NdJ("click",function(F){return u._control.onContainerClick(F)}),t.YNc(4,te,1,0,"div",3),t.TgZ(5,"div",4),t.YNc(6,Q,2,2,"div",5),t.YNc(7,be,3,0,"div",6),t.YNc(8,Ce,3,0,"div",7),t.TgZ(9,"div",8),t.YNc(10,Se,1,1,"ng-template",9),t.Hsn(11),t.qZA(),t.YNc(12,Te,2,0,"div",10),t.YNc(13,le,2,0,"div",11),t.qZA(),t.YNc(14,fe,1,0,"div",12),t.qZA(),t.TgZ(15,"div",13),t.YNc(16,he,2,1,"div",14),t.YNc(17,Ae,5,2,"div",15),t.qZA()),2&a&&(t.xp6(2),t.ekj("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.xp6(2),t.Q6J("ngIf",!u._hasOutline()&&!u._control.disabled),t.xp6(2),t.Q6J("ngIf",u._hasOutline()),t.xp6(1),t.Q6J("ngIf",u._hasIconPrefix),t.xp6(1),t.Q6J("ngIf",u._hasTextPrefix),t.xp6(2),t.Q6J("ngIf",!u._hasOutline()||u._forceDisplayInfixLabel()),t.xp6(2),t.Q6J("ngIf",u._hasTextSuffix),t.xp6(1),t.Q6J("ngIf",u._hasIconSuffix),t.xp6(1),t.Q6J("ngIf",!u._hasOutline()),t.xp6(1),t.ekj("mat-mdc-form-field-subscript-dynamic-size","dynamic"===u.subscriptSizing),t.Q6J("ngSwitch",u._getDisplayedMessages()),t.xp6(1),t.Q6J("ngSwitchCase","error"),t.xp6(1),t.Q6J("ngSwitchCase","hint"))},dependencies:[E.O5,E.tP,E.RF,E.n9,g,H,Ie,we],styles:['.mdc-text-field{border-top-left-radius:var(--mdc-shape-small, 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-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{transform:translateY(-34.75px) scale(0.75)}.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:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;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:var(--mdc-shape-small, 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:var(--mdc-shape-small, 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:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;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-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{transform:translateY(-24.75px) scale(0.75)}.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-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{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-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-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.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-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,.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-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::after{border-bottom-width:2px}.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{font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{line-height:normal;pointer-events:all}.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}.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-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-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}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none}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}.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}[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-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}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%}.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,[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-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:12px;box-sizing:content-box}.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:[He.transitionMessages]},changeDetection:0}),d})(),se=(()=>{class d{}return d.\u0275fac=function(a){return new(a||d)},d.\u0275mod=t.oAB({type:d}),d.\u0275inj=t.cJS({imports:[h.BQ,E.ez,f.Q8,h.BQ]}),d})()},4516:(Ve,$,m)=>{m.d($,{Jk:()=>Y,Nt:()=>j,c:()=>C});var t=m(2495),D=m(2831),s=m(6263),b=m(5879),R=m(6223),T=m(3680),S=m(4170),N=m(2079);const Y=new b.OlP("MAT_INPUT_VALUE_ACCESSOR"),P=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let Z=0;const K=(0,T.FD)(class{constructor(E,f,h,v){this._defaultErrorStateMatcher=E,this._parentForm=f,this._parentFormGroup=h,this.ngControl=v,this.stateChanges=new N.xQ}});let j=(()=>{class E extends K{get disabled(){return this._disabled}set disabled(h){this._disabled=(0,t.Ig)(h),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(h){this._id=h||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(R.kI.required)??!1}set required(h){this._required=(0,t.Ig)(h)}get type(){return this._type}set type(h){this._type=h||"text",this._validateType(),!this._isTextarea&&(0,D.qK)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(h){h!==this.value&&(this._inputValueAccessor.value=h,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(h){this._readonly=(0,t.Ig)(h)}constructor(h,v,I,M,w,y,k,B,U,oe){super(y,M,w,I),this._elementRef=h,this._platform=v,this._autofillMonitor=B,this._formField=oe,this._uid="mat-input-"+Z++,this.focused=!1,this.stateChanges=new N.xQ,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(ie=>(0,D.qK)().has(ie)),this._iOSKeyupListener=ie=>{const Q=ie.target;!Q.value&&0===Q.selectionStart&&0===Q.selectionEnd&&(Q.setSelectionRange(1,1),Q.setSelectionRange(0,0))};const te=this._elementRef.nativeElement,ee=te.nodeName.toLowerCase();this._inputValueAccessor=k||te,this._previousNativeValue=this.value,this.id=this.id,v.IOS&&U.runOutsideAngular(()=>{h.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===ee,this._isTextarea="textarea"===ee,this._isInFormField=!!oe,this._isNativeSelect&&(this.controlType=te.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(h=>{this.autofilled=h.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(h){this._elementRef.nativeElement.focus(h)}_focusChanged(h){h!==this.focused&&(this.focused=h,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const h=this._elementRef.nativeElement.value;this._previousNativeValue!==h&&(this._previousNativeValue=h,this.stateChanges.next())}_dirtyCheckPlaceholder(){const h=this._getPlaceholder();if(h!==this._previousPlaceholder){const v=this._elementRef.nativeElement;this._previousPlaceholder=h,h?v.setAttribute("placeholder",h):v.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){P.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let h=this._elementRef.nativeElement.validity;return h&&h.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const h=this._elementRef.nativeElement,v=h.options[0];return this.focused||h.multiple||!this.empty||!!(h.selectedIndex>-1&&v&&v.label)}return this.focused||!this.empty}setDescribedByIds(h){h.length?this._elementRef.nativeElement.setAttribute("aria-describedby",h.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const h=this._elementRef.nativeElement;return this._isNativeSelect&&(h.multiple||h.size>1)}}return E.\u0275fac=function(h){return new(h||E)(b.Y36(b.SBq),b.Y36(D.t4),b.Y36(R.a5,10),b.Y36(R.F,8),b.Y36(R.sg,8),b.Y36(T.rD),b.Y36(Y,10),b.Y36(s.Lq),b.Y36(b.R0b),b.Y36(S.G_,8))},E.\u0275dir=b.lG2({type:E,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(h,v){1&h&&b.NdJ("focus",function(){return v._focusChanged(!0)})("blur",function(){return v._focusChanged(!1)})("input",function(){return v._onInput()}),2&h&&(b.Ikx("id",v.id)("disabled",v.disabled)("required",v.required),b.uIk("name",v.name||null)("readonly",v.readonly&&!v._isNativeSelect||null)("aria-invalid",v.empty&&v.required?null:v.errorState)("aria-required",v.required)("id",v.id),b.ekj("mat-input-server",v._isServer)("mat-mdc-form-field-textarea-control",v._isInFormField&&v._isTextarea)("mat-mdc-form-field-input-control",v._isInFormField)("mdc-text-field__input",v._isInFormField)("mat-mdc-native-select-inline",v._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],features:[b._Bn([{provide:S.Eo,useExisting:E}]),b.qOj,b.TTD]}),E})(),C=(()=>{class E{}return E.\u0275fac=function(h){return new(h||E)},E.\u0275mod=b.oAB({type:E}),E.\u0275inj=b.cJS({imports:[T.BQ,S.lN,S.lN,s.Ky,T.BQ]}),E})()},8525:(Ve,$,m)=>{m.d($,{$L:()=>_e,LD:()=>L,gD:()=>De});var t=m(748),D=m(6814),s=m(5879),b=m(3680),R=m(4170),T=m(6672),S=m(4300),N=m(9388),W=m(2495),Y=m(8337),P=m(6028),Z=m(6223),K=m(2079),j=m(4917),C=m(7354),E=m(3075),f=m(5222),h=m(1418),v=m(7734),I=m(6124),M=m(2068),w=m(9352),y=m(6825);const k=["trigger"],B=["panel"];function U(g,O){if(1&g&&(s.TgZ(0,"span",10),s._uU(1),s.qZA()),2&g){const o=s.oxw();s.xp6(1),s.Oqu(o.placeholder)}}function oe(g,O){if(1&g&&(s.TgZ(0,"span",14),s._uU(1),s.qZA()),2&g){const o=s.oxw(2);s.xp6(1),s.Oqu(o.triggerValue)}}function te(g,O){1&g&&s.Hsn(0,0,["*ngSwitchCase","true"])}function ee(g,O){if(1&g&&(s.TgZ(0,"span",11),s.YNc(1,oe,2,1,"span",12),s.YNc(2,te,1,0,"ng-content",13),s.qZA()),2&g){const o=s.oxw();s.Q6J("ngSwitch",!!o.customTrigger),s.xp6(2),s.Q6J("ngSwitchCase",!0)}}function ie(g,O){if(1&g){const o=s.EpF();s.O4$(),s.kcU(),s.TgZ(0,"div",15,16),s.NdJ("@transformPanel.done",function(x){s.CHM(o);const V=s.oxw();return s.KtG(V._panelDoneAnimatingStream.next(x.toState))})("keydown",function(x){s.CHM(o);const V=s.oxw();return s.KtG(V._handleKeydown(x))}),s.Hsn(2,1),s.qZA()}if(2&g){const o=s.oxw();s.Gre("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",o._getPanelTheme(),""),s.Q6J("ngClass",o.panelClass)("@transformPanel","showing"),s.uIk("id",o.id+"-panel")("aria-multiselectable",o.multiple)("aria-label",o.ariaLabel||null)("aria-labelledby",o._getPanelAriaLabelledby())}}const Q=[[["mat-select-trigger"]],"*"],be=["mat-select-trigger","*"],Ce={transformPanelWrap:(0,y.X$)("transformPanelWrap",[(0,y.eR)("* => void",(0,y.IO)("@transformPanel",[(0,y.pV)()],{optional:!0}))]),transformPanel:(0,y.X$)("transformPanel",[(0,y.SB)("void",(0,y.oB)({opacity:0,transform:"scale(1, 0.8)"})),(0,y.eR)("void => showing",(0,y.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,y.oB)({opacity:1,transform:"scale(1, 1)"}))),(0,y.eR)("* => void",(0,y.jt)("100ms linear",(0,y.oB)({opacity:0})))])};let le=0;const fe=new s.OlP("mat-select-scroll-strategy"),Me=new s.OlP("MAT_SELECT_CONFIG"),Ae={provide:fe,deps:[t.aV],useFactory:function he(g){return()=>g.scrollStrategies.reposition()}},me=new s.OlP("MatSelectTrigger");class pe{constructor(O,o){this.source=O,this.value=o}}const ne=(0,b.Kr)((0,b.sb)((0,b.Id)((0,b.FD)(class{constructor(g,O,o,c,x){this._elementRef=g,this._defaultErrorStateMatcher=O,this._parentForm=o,this._parentFormGroup=c,this.ngControl=x,this.stateChanges=new K.xQ}}))));let Ee=(()=>{class g extends ne{get focused(){return this._focused||this._panelOpen}get placeholder(){return this._placeholder}set placeholder(o){this._placeholder=o,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(Z.kI.required)??!1}set required(o){this._required=(0,W.Ig)(o),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(o){this._multiple=(0,W.Ig)(o)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(o){this._disableOptionCentering=(0,W.Ig)(o)}get compareWith(){return this._compareWith}set compareWith(o){this._compareWith=o,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(o){this._assignValue(o)&&this._onChange(o)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(o){this._typeaheadDebounceInterval=(0,W.su)(o)}get id(){return this._id}set id(o){this._id=o||this._uid,this.stateChanges.next()}constructor(o,c,x,V,H,q,z,re,we,Ie,He,Re,Qe,Ne){super(H,V,z,re,Ie),this._viewportRuler=o,this._changeDetectorRef=c,this._ngZone=x,this._dir=q,this._parentFormField=we,this._liveAnnouncer=Qe,this._defaultOptions=Ne,this._panelOpen=!1,this._compareWith=(J,ge)=>J===ge,this._uid="mat-select-"+le++,this._triggerAriaLabelledBy=null,this._destroy=new K.xQ,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+le++,this._panelDoneAnimatingStream=new K.xQ,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this._multiple=!1,this._disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.optionSelectionChanges=(0,j.P)(()=>{const J=this.options;return J?J.changes.pipe((0,E.O)(J),(0,f.w)(()=>(0,C.T)(...J.map(ge=>ge.onSelectionChange)))):this._ngZone.onStable.pipe((0,h.q)(1),(0,f.w)(()=>this.optionSelectionChanges))}),this.openedChange=new s.vpe,this._openedStream=this.openedChange.pipe((0,v.h)(J=>J),(0,I.U)(()=>{})),this._closedStream=this.openedChange.pipe((0,v.h)(J=>!J),(0,I.U)(()=>{})),this.selectionChange=new s.vpe,this.valueChange=new s.vpe,this._trackedModal=null,this.ngControl&&(this.ngControl.valueAccessor=this),null!=Ne?.typeaheadDebounceInterval&&(this._typeaheadDebounceInterval=Ne.typeaheadDebounceInterval),this._scrollStrategyFactory=Re,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(He)||0,this.id=this.id}ngOnInit(){this._selectionModel=new Y.Ov(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,M.x)(),(0,w.R)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen))}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe((0,w.R)(this._destroy)).subscribe(o=>{o.added.forEach(c=>c.select()),o.removed.forEach(c=>c.deselect())}),this.options.changes.pipe((0,E.O)(null),(0,w.R)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const o=this._getTriggerAriaLabelledby(),c=this.ngControl;if(o!==this._triggerAriaLabelledBy){const x=this._elementRef.nativeElement;this._triggerAriaLabelledBy=o,o?x.setAttribute("aria-labelledby",o):x.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(o){(o.disabled||o.userAriaDescribedBy)&&this.stateChanges.next(),o.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._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck())}_applyModalPanelOwnership(){const o=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!o)return;const c=`${this.id}-panel`;this._trackedModal&&(0,S.iD)(this._trackedModal,"aria-owns",c),(0,S.Zf)(o,"aria-owns",c),this._trackedModal=o}_clearFromModal(){this._trackedModal&&((0,S.iD)(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())}writeValue(o){this._assignValue(o)}registerOnChange(o){this._onChange=o}registerOnTouched(o){this._onTouched=o}setDisabledState(o){this.disabled=o,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 o=this._selectionModel.selected.map(c=>c.viewValue);return this._isRtl()&&o.reverse(),o.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(o){this.disabled||(this.panelOpen?this._handleOpenKeydown(o):this._handleClosedKeydown(o))}_handleClosedKeydown(o){const c=o.keyCode,x=c===P.JH||c===P.LH||c===P.oh||c===P.SV,V=c===P.K5||c===P.L_,H=this._keyManager;if(!H.isTyping()&&V&&!(0,P.Vb)(o)||(this.multiple||o.altKey)&&x)o.preventDefault(),this.open();else if(!this.multiple){const q=this.selected;H.onKeydown(o);const z=this.selected;z&&q!==z&&this._liveAnnouncer.announce(z.viewValue,1e4)}}_handleOpenKeydown(o){const c=this._keyManager,x=o.keyCode,V=x===P.JH||x===P.LH,H=c.isTyping();if(V&&o.altKey)o.preventDefault(),this.close();else if(H||x!==P.K5&&x!==P.L_||!c.activeItem||(0,P.Vb)(o))if(!H&&this._multiple&&x===P.A&&o.ctrlKey){o.preventDefault();const q=this.options.some(z=>!z.disabled&&!z.selected);this.options.forEach(z=>{z.disabled||(q?z.select():z.deselect())})}else{const q=c.activeItemIndex;c.onKeydown(o),this._multiple&&V&&o.shiftKey&&c.activeItem&&c.activeItemIndex!==q&&c.activeItem._selectViaInteraction()}else o.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,h.q)(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(o){if(this.options.forEach(c=>c.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&o)Array.isArray(o),o.forEach(c=>this._selectOptionByValue(c)),this._sortValues();else{const c=this._selectOptionByValue(o);c?this._keyManager.updateActiveItem(c):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(o){const c=this.options.find(x=>{if(this._selectionModel.isSelected(x))return!1;try{return null!=x.value&&this._compareWith(x.value,o)}catch{return!1}});return c&&this._selectionModel.select(c),c}_assignValue(o){return!!(o!==this._value||this._multiple&&Array.isArray(o))&&(this.options&&this._setSelectionByValue(o),this._value=o,!0)}_skipPredicate(o){return o.disabled}_initKeyManager(){this._keyManager=new S.s1(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 o=(0,C.T)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,w.R)(o)).subscribe(c=>{this._onSelect(c.source,c.isUserInput),c.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,C.T)(...this.options.map(c=>c._stateChanges)).pipe((0,w.R)(o)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(o,c){const x=this._selectionModel.isSelected(o);null!=o.value||this._multiple?(x!==o.selected&&(o.selected?this._selectionModel.select(o):this._selectionModel.deselect(o)),c&&this._keyManager.setActiveItem(o),this.multiple&&(this._sortValues(),c&&this.focus())):(o.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(o.value)),x!==this._selectionModel.isSelected(o)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const o=this.options.toArray();this._selectionModel.sort((c,x)=>this.sortComparator?this.sortComparator(c,x,o):o.indexOf(c)-o.indexOf(x)),this.stateChanges.next()}}_propagateChanges(o){let c=null;c=this.multiple?this.selected.map(x=>x.value):this.selected?this.selected.value:o,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 o=-1;for(let c=0;c<this.options.length;c++)if(!this.options.get(c).disabled){o=c;break}this._keyManager.setActiveItem(o)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){return!this._panelOpen&&!this.disabled&&this.options?.length>0}focus(o){this._elementRef.nativeElement.focus(o)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const o=this._parentFormField?.getLabelId();return this.ariaLabelledby?(o?o+" ":"")+this.ariaLabelledby:o}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const o=this._parentFormField?.getLabelId();let c=(o?o+" ":"")+this._valueId;return this.ariaLabelledby&&(c+=" "+this.ariaLabelledby),c}_panelDoneAnimating(o){this.openedChange.emit(o)}setDescribedByIds(o){o.length?this._elementRef.nativeElement.setAttribute("aria-describedby",o.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this._panelOpen||!this.empty||this._focused&&!!this._placeholder}}return g.\u0275fac=function(o){return new(o||g)(s.Y36(T.rL),s.Y36(s.sBO),s.Y36(s.R0b),s.Y36(b.rD),s.Y36(s.SBq),s.Y36(N.Is,8),s.Y36(Z.F,8),s.Y36(Z.sg,8),s.Y36(R.G_,8),s.Y36(Z.a5,10),s.$8M("tabindex"),s.Y36(fe),s.Y36(S.Kd),s.Y36(Me,8))},g.\u0275dir=s.lG2({type:g,viewQuery:function(o,c){if(1&o&&(s.Gf(k,5),s.Gf(B,5),s.Gf(t.pI,5)),2&o){let x;s.iGM(x=s.CRH())&&(c.trigger=x.first),s.iGM(x=s.CRH())&&(c.panel=x.first),s.iGM(x=s.CRH())&&(c._overlayDir=x.first)}},inputs:{userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",placeholder:"placeholder",required:"required",multiple:"multiple",disableOptionCentering:"disableOptionCentering",compareWith:"compareWith",value:"value",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:"typeaheadDebounceInterval",sortComparator:"sortComparator",id:"id"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},features:[s.qOj,s.TTD]}),g})(),_e=(()=>{class g{}return g.\u0275fac=function(o){return new(o||g)},g.\u0275dir=s.lG2({type:g,selectors:[["mat-select-trigger"]],features:[s._Bn([{provide:me,useExisting:g}])]}),g})(),De=(()=>{class g extends Ee{constructor(){super(...arguments),this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",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._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._skipPredicate=o=>!this.panelOpen&&o.disabled}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}ngOnInit(){super.ngOnInit(),this._viewportRuler.change().pipe((0,w.R)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}open(){this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),super.open(),this.stateChanges.next()}close(){super.close(),this.stateChanges.next()}_scrollOptionIntoView(o){const c=this.options.toArray()[o];if(c){const x=this.panel.nativeElement,V=(0,b.CB)(o,this.options,this.optionGroups),H=c._getHostElement();x.scrollTop=0===o&&1===V?0:(0,b.jH)(H.offsetTop,H.offsetHeight,x.scrollTop,x.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(o){return new pe(this,o)}_getOverlayWidth(o){return"auto"===this.panelWidth?(o instanceof t.xu?o.elementRef:o||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(o){this._hideSingleSelectionIndicator=(0,W.Ig)(o),this._syncParentProperties()}_syncParentProperties(){if(this.options)for(const o of this.options)o._changeDetectorRef.markForCheck()}}return g.\u0275fac=function(){let O;return function(c){return(O||(O=s.n5z(g)))(c||g)}}(),g.\u0275cmp=s.Xpm({type:g,selectors:[["mat-select"]],contentQueries:function(o,c,x){if(1&o&&(s.Suo(x,me,5),s.Suo(x,b.ey,5),s.Suo(x,b.K7,5)),2&o){let V;s.iGM(V=s.CRH())&&(c.customTrigger=V.first),s.iGM(V=s.CRH())&&(c.options=V),s.iGM(V=s.CRH())&&(c.optionGroups=V)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox","ngSkipHydration","",1,"mat-mdc-select"],hostVars:19,hostBindings:function(o,c){1&o&&s.NdJ("keydown",function(V){return c._handleKeydown(V)})("focus",function(){return c._onFocus()})("blur",function(){return c._onBlur()}),2&o&&(s.uIk("id",c.id)("tabindex",c.tabIndex)("aria-controls",c.panelOpen?c.id+"-panel":null)("aria-expanded",c.panelOpen)("aria-label",c.ariaLabel||null)("aria-required",c.required.toString())("aria-disabled",c.disabled.toString())("aria-invalid",c.errorState)("aria-activedescendant",c._getAriaActiveDescendant()),s.ekj("mat-mdc-select-disabled",c.disabled)("mat-mdc-select-invalid",c.errorState)("mat-mdc-select-required",c.required)("mat-mdc-select-empty",c.empty)("mat-mdc-select-multiple",c.multiple))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex",panelWidth:"panelWidth",hideSingleSelectionIndicator:"hideSingleSelectionIndicator"},exportAs:["matSelect"],features:[s._Bn([{provide:R.Eo,useExisting:g},{provide:b.HF,useExisting:g}]),s.qOj],ngContentSelectors:be,decls:11,vars:10,consts:[["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],[1,"mat-mdc-select-value",3,"ngSwitch"],["class","mat-mdc-select-placeholder mat-mdc-select-min-line",4,"ngSwitchCase"],["class","mat-mdc-select-value-text",3,"ngSwitch",4,"ngSwitchCase"],[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,"cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth","backdropClick","attach","detach"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text",3,"ngSwitch"],["class","mat-mdc-select-min-line",4,"ngSwitchDefault"],[4,"ngSwitchCase"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"ngClass","keydown"],["panel",""]],template:function(o,c){if(1&o&&(s.F$t(Q),s.TgZ(0,"div",0,1),s.NdJ("click",function(){return c.toggle()}),s.TgZ(3,"div",2),s.YNc(4,U,2,1,"span",3),s.YNc(5,ee,3,2,"span",4),s.qZA(),s.TgZ(6,"div",5)(7,"div",6),s.O4$(),s.TgZ(8,"svg",7),s._UZ(9,"path",8),s.qZA()()()(),s.YNc(10,ie,3,9,"ng-template",9),s.NdJ("backdropClick",function(){return c.close()})("attach",function(){return c._onAttached()})("detach",function(){return c.close()})),2&o){const x=s.MAs(1);s.xp6(3),s.Q6J("ngSwitch",c.empty),s.uIk("id",c._valueId),s.xp6(1),s.Q6J("ngSwitchCase",!0),s.xp6(1),s.Q6J("ngSwitchCase",!1),s.xp6(5),s.Q6J("cdkConnectedOverlayPanelClass",c._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",c._scrollStrategy)("cdkConnectedOverlayOrigin",c._preferredOverlayOrigin||x)("cdkConnectedOverlayOpen",c.panelOpen)("cdkConnectedOverlayPositions",c._positions)("cdkConnectedOverlayWidth",c._overlayWidth)}},dependencies:[D.mk,D.RF,D.n9,D.ED,t.pI,t.xu],styles:['.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;margin:0;padding:0;transform:scale(1);transform-origin:top left;opacity:0;overflow:auto;will-change:transform,opacity;transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface:focus{outline:none}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(0.8);opacity:0}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0}[dir=rtl] .mdc-menu-surface,.mdc-menu-surface[dir=rtl]{transform-origin-left:top right;transform-origin-right:top left}.mdc-menu-surface--anchor{position:relative;overflow:visible}.mdc-menu-surface--fixed{position:fixed}.mdc-menu-surface--fullwidth{width:100%}.mdc-menu-surface{max-width:calc(100vw - 32px);max-width:var(--mdc-menu-max-width, calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:var(--mdc-menu-max-height, calc(100vh - 32px));z-index:8;border-radius:4px;border-radius:var(--mdc-shape-medium, 4px)}.mat-mdc-select{display:inline-block;width:100%;outline:none}.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 .mat-mdc-select-arrow-wrapper{transform:translateY(-8px)}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-select-arrow{width:10px;height:5px;position:relative}.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}.mdc-menu-surface.mat-mdc-select-panel{width:100%;max-height:275px;position:static;outline:0;margin:0;padding:8px 0;list-style-type:none}.mdc-menu-surface.mat-mdc-select-panel:focus{outline:none}.cdk-high-contrast-active .mdc-menu-surface.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) .mdc-menu-surface.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above .mdc-menu-surface.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}._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.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}'],encapsulation:2,data:{animation:[Ce.transformPanel]},changeDetection:0}),g})(),L=(()=>{class g{}return g.\u0275fac=function(o){return new(o||g)},g.\u0275mod=s.oAB({type:g}),g.\u0275inj=s.cJS({providers:[Ae],imports:[D.ez,t.U8,b.Ng,b.BQ,T.ZD,R.lN,b.Ng,b.BQ]}),g})()}}]);