-
Notifications
You must be signed in to change notification settings - Fork 5
/
1432.de41c28a41ee4626.js
1 lines (1 loc) · 201 KB
/
1432.de41c28a41ee4626.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[1432],{6263:(be,oe,_)=>{_.d(oe,{IC:()=>J,Ky:()=>X,Lq:()=>L,aC:()=>K});var e=_(2831),w=_(5879),l=_(2495),b=_(1226),Y=_(2079),j=_(9016),v=_(5434),Z=_(9352),$=_(6814);const H=(0,e.i$)({passive:!0});let L=(()=>{class T{constructor(h,f){this._platform=h,this._ngZone=f,this._monitoredElements=new Map}monitor(h){if(!this._platform.isBrowser)return b.E;const f=(0,l.fI)(h),E=this._monitoredElements.get(f);if(E)return E.subject;const N=new Y.xQ,O="cdk-text-field-autofilled",R=u=>{"cdk-text-field-autofill-start"!==u.animationName||f.classList.contains(O)?"cdk-text-field-autofill-end"===u.animationName&&f.classList.contains(O)&&(f.classList.remove(O),this._ngZone.run(()=>N.next({target:u.target,isAutofilled:!1}))):(f.classList.add(O),this._ngZone.run(()=>N.next({target:u.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{f.addEventListener("animationstart",R,H),f.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(f,{subject:N,unlisten:()=>{f.removeEventListener("animationstart",R,H)}}),N}stopMonitoring(h){const f=(0,l.fI)(h),E=this._monitoredElements.get(f);E&&(E.unlisten(),E.subject.complete(),f.classList.remove("cdk-text-field-autofill-monitored"),f.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(f))}ngOnDestroy(){this._monitoredElements.forEach((h,f)=>this.stopMonitoring(f))}}return T.\u0275fac=function(h){return new(h||T)(w.LFG(e.t4),w.LFG(w.R0b))},T.\u0275prov=w.Yz7({token:T,factory:T.\u0275fac,providedIn:"root"}),T})(),K=(()=>{class T{constructor(h,f){this._elementRef=h,this._autofillMonitor=f,this.cdkAutofill=new w.vpe}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(h=>this.cdkAutofill.emit(h))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}}return T.\u0275fac=function(h){return new(h||T)(w.Y36(w.SBq),w.Y36(L))},T.\u0275dir=w.lG2({type:T,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"}}),T})(),J=(()=>{class T{get minRows(){return this._minRows}set minRows(h){this._minRows=(0,l.su)(h),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(h){this._maxRows=(0,l.su)(h),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(h){h=(0,l.Ig)(h),this._enabled!==h&&((this._enabled=h)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(h){this._cachedPlaceholderHeight=void 0,h?this._textareaElement.setAttribute("placeholder",h):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(h,f,E,N){this._elementRef=h,this._platform=f,this._ngZone=E,this._destroyed=new Y.xQ,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=O=>{this._hasFocus="focus"===O.type},this._document=N,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const h=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;h&&(this._textareaElement.style.minHeight=h)}_setMaxHeight(){const h=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;h&&(this._textareaElement.style.maxHeight=h)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const h=this._getWindow();(0,j.R)(h,"resize").pipe((0,v.e)(16),(0,Z.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 h=this._textareaElement.cloneNode(!1);h.rows=1,h.style.position="absolute",h.style.visibility="hidden",h.style.border="none",h.style.padding="0",h.style.height="",h.style.minHeight="",h.style.maxHeight="",h.style.overflow="hidden",this._textareaElement.parentNode.appendChild(h),this._cachedLineHeight=h.clientHeight,h.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const h=this._textareaElement,f=h.style.marginBottom||"",E=this._platform.FIREFOX,N=E&&this._hasFocus,O=E?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";N&&(h.style.marginBottom=`${h.clientHeight}px`),h.classList.add(O);const R=h.scrollHeight-4;return h.classList.remove(O),N&&(h.style.marginBottom=f),R}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const h=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=h}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(h=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const f=this._elementRef.nativeElement,E=f.value;if(!h&&this._minRows===this._previousMinRows&&E===this._previousValue)return;const N=this._measureScrollHeight(),O=Math.max(N,this._cachedPlaceholderHeight||0);f.style.height=`${O}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(f)):setTimeout(()=>this._scrollToCaretPosition(f))}),this._previousValue=E,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(h){const{selectionStart:f,selectionEnd:E}=h;!this._destroyed.isStopped&&this._hasFocus&&h.setSelectionRange(f,E)}}return T.\u0275fac=function(h){return new(h||T)(w.Y36(w.SBq),w.Y36(e.t4),w.Y36(w.R0b),w.Y36($.K0,8))},T.\u0275dir=w.lG2({type:T,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(h,f){1&h&&w.NdJ("input",function(){return f._noopInputHandler()})},inputs:{minRows:["cdkAutosizeMinRows","minRows"],maxRows:["cdkAutosizeMaxRows","maxRows"],enabled:["cdkTextareaAutosize","enabled"],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"]}),T})(),X=(()=>{class T{}return T.\u0275fac=function(h){return new(h||T)},T.\u0275mod=w.oAB({type:T}),T.\u0275inj=w.cJS({}),T})()},1432:(be,oe,_)=>{_.r(oe),_.d(oe,{FormFieldAppearanceExample:()=>N,FormFieldCustomControlExample:()=>O,FormFieldErrorExample:()=>x,FormFieldHarnessExample:()=>re,FormFieldHintExample:()=>m,FormFieldLabelExample:()=>k,FormFieldOverviewExample:()=>P,FormFieldPrefixSuffixExample:()=>q,FormFieldThemingExample:()=>ee,MyTelInput:()=>u});var e=_(5879),w=_(617),l=_(4516),b=_(4170),Y=_(4300),j=_(2495),v=_(6223),Z=_(2079),$=_(6814),H=_(8525),L=_(3680),K=_(7466),J=_(5986),X=_(2296);const T=["area"],V=["exchange"],h=["subscriber"];function f(y,I){if(1&y&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&y){const g=e.oxw();e.xp6(1),e.Oqu(g.getErrorMessage())}}const E=".example-container[_ngcontent-%COMP%] mat-form-field[_ngcontent-%COMP%] + mat-form-field[_ngcontent-%COMP%] {\n margin-left: 8px;\n}";let N=(()=>{class y{}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-appearance-example"]],standalone:!0,features:[e.jDz],decls:18,vars:0,consts:[["appearance","fill"],["matInput","","placeholder","Placeholder"],["matSuffix",""],["appearance","outline"]],template:function(g,C){1&g&&(e.TgZ(0,"p")(1,"mat-form-field",0)(2,"mat-label"),e._uU(3,"Fill form field"),e.qZA(),e._UZ(4,"input",1),e.TgZ(5,"mat-icon",2),e._uU(6,"sentiment_very_satisfied"),e.qZA(),e.TgZ(7,"mat-hint"),e._uU(8,"Hint"),e.qZA()()(),e.TgZ(9,"p")(10,"mat-form-field",3)(11,"mat-label"),e._uU(12,"Outline form field"),e.qZA(),e._UZ(13,"input",1),e.TgZ(14,"mat-icon",2),e._uU(15,"sentiment_very_satisfied"),e.qZA(),e.TgZ(16,"mat-hint"),e._uU(17,"Hint"),e.qZA()()())},dependencies:[b.lN,b.KE,b.hX,b.bx,b.R9,l.c,l.Nt,w.Ps,w.Hw],encapsulation:2}),y})(),O=(()=>{class y{constructor(){this.form=new v.cw({tel:new v.NI(new R("","",""))})}}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-custom-control-example"]],standalone:!0,features:[e.jDz],decls:9,vars:1,consts:[[3,"formGroup"],["formControlName","tel","required",""],["matSuffix",""]],template:function(g,C){1&g&&(e.TgZ(0,"div",0)(1,"mat-form-field")(2,"mat-label"),e._uU(3,"Phone number"),e.qZA(),e._UZ(4,"example-tel-input",1),e.TgZ(5,"mat-icon",2),e._uU(6,"phone"),e.qZA(),e.TgZ(7,"mat-hint"),e._uU(8,"Include area code"),e.qZA()()()),2&g&&e.Q6J("formGroup",C.form)},dependencies:function(){return[v.u5,v.JJ,v.JL,v.Q7,v.UX,v.sg,v.u,b.lN,b.KE,b.hX,b.bx,b.R9,u,w.Ps,w.Hw]},encapsulation:2}),y})();class R{constructor(I,g,C){this.area=I,this.exchange=g,this.subscriber=C}}let u=(()=>{class y{get empty(){const{value:{area:g,exchange:C,subscriber:G}}=this.parts;return!g&&!C&&!G}get shouldLabelFloat(){return this.focused||!this.empty}get placeholder(){return this._placeholder}set placeholder(g){this._placeholder=g,this.stateChanges.next()}get required(){return this._required}set required(g){this._required=(0,j.Ig)(g),this.stateChanges.next()}get disabled(){return this._disabled}set disabled(g){this._disabled=(0,j.Ig)(g),this._disabled?this.parts.disable():this.parts.enable(),this.stateChanges.next()}get value(){if(this.parts.valid){const{value:{area:g,exchange:C,subscriber:G}}=this.parts;return new R(g,C,G)}return null}set value(g){const{area:C,exchange:G,subscriber:ae}=g||new R("","","");this.parts.setValue({area:C,exchange:G,subscriber:ae}),this.stateChanges.next()}get errorState(){return this.parts.invalid&&this.touched}constructor(g,C,G,ae,W){this._focusMonitor=C,this._elementRef=G,this._formField=ae,this.ngControl=W,this.stateChanges=new Z.xQ,this.focused=!1,this.touched=!1,this.controlType="example-tel-input",this.id="example-tel-input-"+y.nextId++,this.onChange=he=>{},this.onTouched=()=>{},this._required=!1,this._disabled=!1,null!=this.ngControl&&(this.ngControl.valueAccessor=this),this.parts=g.group({area:["",[v.kI.required,v.kI.minLength(3),v.kI.maxLength(3)]],exchange:["",[v.kI.required,v.kI.minLength(3),v.kI.maxLength(3)]],subscriber:["",[v.kI.required,v.kI.minLength(4),v.kI.maxLength(4)]]})}ngOnDestroy(){this.stateChanges.complete(),this._focusMonitor.stopMonitoring(this._elementRef)}onFocusIn(g){this.focused||(this.focused=!0,this.stateChanges.next())}onFocusOut(g){this._elementRef.nativeElement.contains(g.relatedTarget)||(this.touched=!0,this.focused=!1,this.onTouched(),this.stateChanges.next())}autoFocusNext(g,C){!g.errors&&C&&this._focusMonitor.focusVia(C,"program")}autoFocusPrev(g,C){g.value.length<1&&this._focusMonitor.focusVia(C,"program")}setDescribedByIds(g){this._elementRef.nativeElement.querySelector(".example-tel-input-container").setAttribute("aria-describedby",g.join(" "))}onContainerClick(){this._focusMonitor.focusVia(this.parts.controls.subscriber.valid||this.parts.controls.exchange.valid?this.subscriberInput:this.parts.controls.area.valid?this.exchangeInput:this.areaInput,"program")}writeValue(g){this.value=g}registerOnChange(g){this.onChange=g}registerOnTouched(g){this.onTouched=g}setDisabledState(g){this.disabled=g}_handleInput(g,C){this.autoFocusNext(g,C),this.onChange(this.value)}}return y.nextId=0,y.\u0275fac=function(g){return new(g||y)(e.Y36(v.qu),e.Y36(Y.tE),e.Y36(e.SBq),e.Y36(b.G_,8),e.Y36(v.a5,10))},y.\u0275cmp=e.Xpm({type:y,selectors:[["example-tel-input"]],viewQuery:function(g,C){if(1&g&&(e.Gf(T,5),e.Gf(V,5),e.Gf(h,5)),2&g){let G;e.iGM(G=e.CRH())&&(C.areaInput=G.first),e.iGM(G=e.CRH())&&(C.exchangeInput=G.first),e.iGM(G=e.CRH())&&(C.subscriberInput=G.first)}},hostVars:3,hostBindings:function(g,C){2&g&&(e.Ikx("id",C.id),e.ekj("example-floating",C.shouldLabelFloat))},inputs:{userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],placeholder:"placeholder",required:"required",disabled:"disabled",value:"value"},standalone:!0,features:[e._Bn([{provide:b.Eo,useExisting:y}]),e.jDz],decls:11,vars:2,consts:[["role","group",1,"example-tel-input-container",3,"formGroup","focusin","focusout"],["formControlName","area","size","3","maxLength","3","aria-label","Area code",1,"example-tel-input-element",3,"input"],["area",""],[1,"example-tel-input-spacer"],["formControlName","exchange","maxLength","3","size","3","aria-label","Exchange code",1,"example-tel-input-element",3,"input","keyup.backspace"],["exchange",""],["formControlName","subscriber","maxLength","4","size","4","aria-label","Subscriber number",1,"example-tel-input-element",3,"input","keyup.backspace"],["subscriber",""]],template:function(g,C){if(1&g){const G=e.EpF();e.TgZ(0,"div",0),e.NdJ("focusin",function(W){return C.onFocusIn(W)})("focusout",function(W){return C.onFocusOut(W)}),e.TgZ(1,"input",1,2),e.NdJ("input",function(){e.CHM(G);const W=e.MAs(6);return e.KtG(C._handleInput(C.parts.controls.area,W))}),e.qZA(),e.TgZ(3,"span",3),e._uU(4,"\u2013"),e.qZA(),e.TgZ(5,"input",4,5),e.NdJ("input",function(){e.CHM(G);const W=e.MAs(10);return e.KtG(C._handleInput(C.parts.controls.exchange,W))})("keyup.backspace",function(){e.CHM(G);const W=e.MAs(2);return e.KtG(C.autoFocusPrev(C.parts.controls.exchange,W))}),e.qZA(),e.TgZ(7,"span",3),e._uU(8,"\u2013"),e.qZA(),e.TgZ(9,"input",6,7),e.NdJ("input",function(){return C._handleInput(C.parts.controls.subscriber)})("keyup.backspace",function(){e.CHM(G);const W=e.MAs(6);return e.KtG(C.autoFocusPrev(C.parts.controls.subscriber,W))}),e.qZA()()}2&g&&(e.Q6J("formGroup",C.parts),e.uIk("aria-labelledby",C._formField.getLabelId()))},dependencies:[v.u5,v.Fj,v.JJ,v.JL,v.UX,v.sg,v.u],styles:[".example-tel-input-container[_ngcontent-%COMP%] {\n display: flex;\n}\n\n.example-tel-input-element[_ngcontent-%COMP%] {\n border: none;\n background: none;\n padding: 0;\n outline: none;\n font: inherit;\n text-align: center;\n}\n\n.example-tel-input-spacer[_ngcontent-%COMP%] {\n opacity: 0;\n transition: opacity 200ms;\n}\n\n.example-floating[_nghost-%COMP%] .example-tel-input-spacer[_ngcontent-%COMP%] {\n opacity: 1;\n}"]}),y})(),x=(()=>{class y{constructor(){this.email=new v.NI("",[v.kI.required,v.kI.email])}getErrorMessage(){return this.email.hasError("required")?"You must enter a value":this.email.hasError("email")?"Not a valid email":""}}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-error-example"]],standalone:!0,features:[e.jDz],decls:6,vars:2,consts:[[1,"example-container"],["matInput","","placeholder","[email protected]","required","",3,"formControl"],[4,"ngIf"]],template:function(g,C){1&g&&(e.TgZ(0,"div",0)(1,"mat-form-field")(2,"mat-label"),e._uU(3,"Enter your email"),e.qZA(),e._UZ(4,"input",1),e.YNc(5,f,2,1,"mat-error",2),e.qZA()()),2&g&&(e.xp6(4),e.Q6J("formControl",C.email),e.xp6(1),e.Q6J("ngIf",C.email.invalid))},dependencies:[b.lN,b.KE,b.hX,b.TO,l.c,l.Nt,v.u5,v.Fj,v.JJ,v.Q7,v.UX,v.oH,$.O5],styles:[".example-container[_ngcontent-%COMP%] mat-form-field[_ngcontent-%COMP%] + mat-form-field[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]}),y})(),m=(()=>{class y{}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-hint-example"]],standalone:!0,features:[e.jDz],decls:16,vars:1,consts:[[1,"example-container"],["hintLabel","Max 10 characters"],["matInput","","maxlength","10","placeholder","Ex. Nougat"],["input",""],["align","end"],["value","option"]],template:function(g,C){if(1&g&&(e.TgZ(0,"div",0)(1,"mat-form-field",1)(2,"mat-label"),e._uU(3,"Enter some input"),e.qZA(),e._UZ(4,"input",2,3),e.TgZ(6,"mat-hint",4),e._uU(7),e.qZA()(),e.TgZ(8,"mat-form-field")(9,"mat-label"),e._uU(10,"Select me"),e.qZA(),e.TgZ(11,"mat-select")(12,"mat-option",5),e._uU(13,"Option"),e.qZA()(),e.TgZ(14,"mat-hint",4),e._uU(15,"Here's the dropdown arrow ^"),e.qZA()()()),2&g){const G=e.MAs(5);e.xp6(7),e.hij("",G.value.length,"/10")}},dependencies:[b.lN,b.KE,b.hX,b.bx,l.c,l.Nt,H.LD,H.gD,L.ey],styles:[E]}),y})(),k=(()=>{class y{constructor(g){this._formBuilder=g,this.hideRequiredControl=new v.NI(!1),this.floatLabelControl=new v.NI("auto"),this.options=this._formBuilder.group({hideRequired:this.hideRequiredControl,floatLabel:this.floatLabelControl})}getFloatLabelValue(){return this.floatLabelControl.value||"auto"}}return y.\u0275fac=function(g){return new(g||y)(e.Y36(v.qu))},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-label-example"]],standalone:!0,features:[e.jDz],decls:32,vars:8,consts:[[1,"example-container"],[3,"formGroup"],[3,"formControl"],["value","auto"],["value","always"],[1,"example-form-fields"],[3,"hideRequiredMarker","floatLabel"],["matInput","","placeholder","Simple placeholder","required",""],[3,"floatLabel"],["matInput","","placeholder","Simple placeholder"],["required",""],["value","option"]],template:function(g,C){1&g&&(e.TgZ(0,"div",0)(1,"form",1)(2,"mat-checkbox",2),e._uU(3,"Hide required marker"),e.qZA(),e.TgZ(4,"div")(5,"label"),e._uU(6,"Float label: "),e.qZA(),e.TgZ(7,"mat-radio-group",2)(8,"mat-radio-button",3),e._uU(9,"Auto"),e.qZA(),e.TgZ(10,"mat-radio-button",4),e._uU(11,"Always"),e.qZA()()(),e.TgZ(12,"div",5)(13,"mat-form-field",6),e._UZ(14,"input",7),e.qZA(),e.TgZ(15,"mat-form-field",8)(16,"mat-label"),e._uU(17,"Both a label and a placeholder"),e.qZA(),e._UZ(18,"input",9),e.qZA(),e.TgZ(19,"mat-form-field",6)(20,"mat-select",10)(21,"mat-option"),e._uU(22,"-- None --"),e.qZA(),e.TgZ(23,"mat-option",11),e._uU(24,"Option"),e.qZA()(),e.TgZ(25,"mat-label")(26,"mat-icon"),e._uU(27,"favorite"),e.qZA(),e.TgZ(28,"strong"),e._uU(29," Fancy"),e.qZA(),e.TgZ(30,"em"),e._uU(31," label"),e.qZA()()()()()()),2&g&&(e.xp6(1),e.Q6J("formGroup",C.options),e.xp6(1),e.Q6J("formControl",C.hideRequiredControl),e.xp6(5),e.Q6J("formControl",C.floatLabelControl),e.xp6(6),e.Q6J("hideRequiredMarker",C.hideRequiredControl.value)("floatLabel",C.getFloatLabelValue()),e.xp6(2),e.Q6J("floatLabel",C.getFloatLabelValue()),e.xp6(4),e.Q6J("hideRequiredMarker",C.hideRequiredControl.value)("floatLabel",C.getFloatLabelValue()))},dependencies:[v.u5,v._Y,v.JJ,v.JL,v.UX,v.oH,v.sg,J.p9,J.oG,K.Fk,K.VQ,K.U0,b.lN,b.KE,b.hX,l.c,l.Nt,H.LD,H.gD,L.ey,w.Ps,w.Hw],styles:[".example-container[_ngcontent-%COMP%] mat-form-field[_ngcontent-%COMP%] + mat-form-field[_ngcontent-%COMP%] {\n margin-left: 8px;\n}\n\n.example-container[_ngcontent-%COMP%] mat-form-field[_ngcontent-%COMP%] {\n width: 220px;\n}\n\n.example-container[_ngcontent-%COMP%] form[_ngcontent-%COMP%] {\n margin-bottom: 20px;\n}\n\n.example-container[_ngcontent-%COMP%] form[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] {\n margin: 12px 0;\n}\n\n.example-container[_ngcontent-%COMP%] .mat-radio-button[_ngcontent-%COMP%] {\n margin: 0 12px;\n}\n\n.example-form-fields[_ngcontent-%COMP%] {\n display: flex;\n align-items: flex-start;\n}"]}),y})(),P=(()=>{class y{}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-overview-example"]],standalone:!0,features:[e.jDz],decls:16,vars:0,consts:[["matInput",""],["value","one"],["value","two"]],template:function(g,C){1&g&&(e.TgZ(0,"mat-form-field")(1,"mat-label"),e._uU(2,"Input"),e.qZA(),e._UZ(3,"input",0),e.qZA(),e.TgZ(4,"mat-form-field")(5,"mat-label"),e._uU(6,"Select"),e.qZA(),e.TgZ(7,"mat-select")(8,"mat-option",1),e._uU(9,"First option"),e.qZA(),e.TgZ(10,"mat-option",2),e._uU(11,"Second option"),e.qZA()()(),e.TgZ(12,"mat-form-field")(13,"mat-label"),e._uU(14,"Textarea"),e.qZA(),e._UZ(15,"textarea",0),e.qZA())},dependencies:[b.lN,b.KE,b.hX,l.c,l.Nt,H.LD,H.gD,L.ey],styles:["[_nghost-%COMP%] {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n}"]}),y})(),q=(()=>{class y{constructor(){this.hide=!0}}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-prefix-suffix-example"]],standalone:!0,features:[e.jDz],decls:16,vars:4,consts:[[1,"example-container"],["matInput","",3,"type"],["mat-icon-button","","matSuffix","",3,"click"],["floatLabel","always"],["matInput","","type","number","placeholder","0",1,"example-right-align"],["matTextPrefix",""],["matTextSuffix",""]],template:function(g,C){1&g&&(e.TgZ(0,"div",0)(1,"mat-form-field")(2,"mat-label"),e._uU(3,"Enter your password"),e.qZA(),e._UZ(4,"input",1),e.TgZ(5,"button",2),e.NdJ("click",function(){return C.hide=!C.hide}),e.TgZ(6,"mat-icon"),e._uU(7),e.qZA()()(),e.TgZ(8,"mat-form-field",3)(9,"mat-label"),e._uU(10,"Amount"),e.qZA(),e._UZ(11,"input",4),e.TgZ(12,"span",5),e._uU(13,"$\xa0"),e.qZA(),e.TgZ(14,"span",6),e._uU(15,".00"),e.qZA()()()),2&g&&(e.xp6(4),e.Q6J("type",C.hide?"password":"text"),e.xp6(1),e.uIk("aria-label","Hide password")("aria-pressed",C.hide),e.xp6(2),e.Oqu(C.hide?"visibility_off":"visibility"))},dependencies:[b.lN,b.KE,b.hX,b.qo,b.R9,l.c,l.Nt,X.ot,X.RK,w.Ps,w.Hw],styles:[".example-container[_ngcontent-%COMP%] mat-form-field[_ngcontent-%COMP%] + mat-form-field[_ngcontent-%COMP%] {\n margin-left: 8px;\n}\n\n.example-right-align[_ngcontent-%COMP%] {\n text-align: right;\n}\n\ninput.example-right-align[_ngcontent-%COMP%]::-webkit-outer-spin-button, input.example-right-align[_ngcontent-%COMP%]::-webkit-inner-spin-button {\n display: none;\n}\n\ninput.example-right-align[_ngcontent-%COMP%] {\n -moz-appearance: textfield;\n}"]}),y})(),ee=(()=>{class y{constructor(){this.colorControl=new v.NI("primary")}}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-theming-example"]],standalone:!0,features:[e.jDz],decls:10,vars:2,consts:[[3,"color"],[3,"formControl"],["value","primary"],["value","accent"],["value","warn"]],template:function(g,C){1&g&&(e.TgZ(0,"mat-form-field",0)(1,"mat-label"),e._uU(2,"Color"),e.qZA(),e.TgZ(3,"mat-select",1)(4,"mat-option",2),e._uU(5,"Primary"),e.qZA(),e.TgZ(6,"mat-option",3),e._uU(7,"Accent"),e.qZA(),e.TgZ(8,"mat-option",4),e._uU(9,"Warn"),e.qZA()()()),2&g&&(e.Q6J("color",C.colorControl.value),e.xp6(3),e.Q6J("formControl",C.colorControl))},dependencies:[b.lN,b.KE,b.hX,H.LD,H.gD,L.ey,v.u5,v.JJ,v.UX,v.oH],styles:[E]}),y})(),re=(()=>{class y{constructor(){this.requiredControl=new v.NI("Initial value",[v.kI.required])}}return y.\u0275fac=function(g){return new(g||y)},y.\u0275cmp=e.Xpm({type:y,selectors:[["form-field-harness-example"]],standalone:!0,features:[e.jDz],decls:8,vars:1,consts:[["id","with-errors"],[1,"custom-control"],["matInput","",3,"formControl"],["align","start"]],template:function(g,C){1&g&&(e.TgZ(0,"mat-form-field",0)(1,"span",1),e._uU(2,"Custom control harness"),e.qZA(),e._UZ(3,"input",2),e.TgZ(4,"mat-error"),e._uU(5,"Error"),e.qZA(),e.TgZ(6,"mat-hint",3),e._uU(7,"Hint"),e.qZA()()),2&g&&(e.xp6(3),e.Q6J("formControl",C.requiredControl))},dependencies:[b.lN,b.KE,b.bx,b.TO,l.c,l.Nt,v.u5,v.Fj,v.JJ,v.UX,v.oH],encapsulation:2}),y})()},6223:(be,oe,_)=>{_.d(oe,{Cf:()=>h,EJ:()=>je,F:()=>Ye,Fj:()=>X,JJ:()=>D,JL:()=>z,JU:()=>Z,Kr:()=>St,NI:()=>Ie,On:()=>rt,Q7:()=>Ke,UX:()=>Ai,Wl:()=>H,YN:()=>Vt,Zs:()=>ft,_Y:()=>At,a5:()=>A,cw:()=>ge,eT:()=>lt,gN:()=>Q,kI:()=>N,oH:()=>dt,qu:()=>Ei,sg:()=>We,u:()=>ut,u5:()=>Fi,wV:()=>at});var e=_(5879),w=_(6814),l=_(5253),b=_(7504),Y=_(6124);let j=(()=>{class n{constructor(t,o){this._renderer=t,this._elementRef=o,this.onChange=s=>{},this.onTouched=()=>{}}setProperty(t,o){this._renderer.setProperty(this._elementRef.nativeElement,t,o)}registerOnTouched(t){this.onTouched=t}registerOnChange(t){this.onChange=t}setDisabledState(t){this.setProperty("disabled",t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(e.Qsj),e.Y36(e.SBq))},n.\u0275dir=e.lG2({type:n}),n})(),v=(()=>{class n extends j{}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,features:[e.qOj]}),n})();const Z=new e.OlP("NgValueAccessor"),$={provide:Z,useExisting:(0,e.Gpc)(()=>H),multi:!0};let H=(()=>{class n extends v{writeValue(t){this.setProperty("checked",t)}}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(t,o){1&t&&e.NdJ("change",function(F){return o.onChange(F.target.checked)})("blur",function(){return o.onTouched()})},features:[e._Bn([$]),e.qOj]}),n})();const L={provide:Z,useExisting:(0,e.Gpc)(()=>X),multi:!0},J=new e.OlP("CompositionEventMode");let X=(()=>{class n extends j{constructor(t,o,s){super(t,o),this._compositionMode=s,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function K(){const n=(0,w.q)()?(0,w.q)().getUserAgent():"";return/android (\d+)/.test(n.toLowerCase())}())}writeValue(t){this.setProperty("value",t??"")}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(e.Qsj),e.Y36(e.SBq),e.Y36(J,8))},n.\u0275dir=e.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(t,o){1&t&&e.NdJ("input",function(F){return o._handleInput(F.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(F){return o._compositionEnd(F.target.value)})},features:[e._Bn([L]),e.qOj]}),n})();function T(n){return null==n||("string"==typeof n||Array.isArray(n))&&0===n.length}function V(n){return null!=n&&"number"==typeof n.length}const h=new e.OlP("NgValidators"),f=new e.OlP("NgAsyncValidators"),E=/^(?=.{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 N{static min(i){return function O(n){return i=>{if(T(i.value)||T(n))return null;const t=parseFloat(i.value);return!isNaN(t)&&t<n?{min:{min:n,actual:i.value}}:null}}(i)}static max(i){return function R(n){return i=>{if(T(i.value)||T(n))return null;const t=parseFloat(i.value);return!isNaN(t)&&t>n?{max:{max:n,actual:i.value}}:null}}(i)}static required(i){return u(i)}static requiredTrue(i){return x(i)}static email(i){return function m(n){return T(n.value)||E.test(n.value)?null:{email:!0}}(i)}static minLength(i){return function k(n){return i=>T(i.value)||!V(i.value)?null:i.value.length<n?{minlength:{requiredLength:n,actualLength:i.value.length}}:null}(i)}static maxLength(i){return function P(n){return i=>V(i.value)&&i.value.length>n?{maxlength:{requiredLength:n,actualLength:i.value.length}}:null}(i)}static pattern(i){return function q(n){if(!n)return ee;let i,t;return"string"==typeof n?(t="","^"!==n.charAt(0)&&(t+="^"),t+=n,"$"!==n.charAt(n.length-1)&&(t+="$"),i=new RegExp(t)):(t=n.toString(),i=n),o=>{if(T(o.value))return null;const s=o.value;return i.test(s)?null:{pattern:{requiredPattern:t,actualValue:s}}}}(i)}static nullValidator(i){return null}static compose(i){return ae(i)}static composeAsync(i){return he(i)}}function u(n){return T(n.value)?{required:!0}:null}function x(n){return!0===n.value?null:{required:!0}}function ee(n){return null}function re(n){return null!=n}function y(n){return(0,e.QGY)(n)?(0,l.D)(n):n}function I(n){let i={};return n.forEach(t=>{i=null!=t?{...i,...t}:i}),0===Object.keys(i).length?null:i}function g(n,i){return i.map(t=>t(n))}function G(n){return n.map(i=>function C(n){return!n.validate}(i)?i:t=>i.validate(t))}function ae(n){if(!n)return null;const i=n.filter(re);return 0==i.length?null:function(t){return I(g(t,i))}}function W(n){return null!=n?ae(G(n)):null}function he(n){if(!n)return null;const i=n.filter(re);return 0==i.length?null:function(t){const o=g(t,i).map(y);return(0,b.D)(o).pipe((0,Y.U)(I))}}function xe(n){return null!=n?he(G(n)):null}function Ae(n,i){return null===n?[i]:Array.isArray(n)?[...n,i]:[n,i]}function De(n){return n._rawValidators}function ve(n){return n._rawAsyncValidators}function ye(n){return n?Array.isArray(n)?n:[n]:[]}function ce(n,i){return Array.isArray(n)?n.includes(i):n===i}function Oe(n,i){const t=ye(i);return ye(n).forEach(s=>{ce(t,s)||t.push(s)}),t}function ke(n,i){return ye(i).filter(t=>!ce(n,t))}class we{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=W(this._rawValidators)}_setAsyncValidators(i){this._rawAsyncValidators=i||[],this._composedAsyncValidatorFn=xe(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,t){return!!this.control&&this.control.hasError(i,t)}getError(i,t){return this.control?this.control.getError(i,t):null}}class Q extends we{get formDirective(){return null}get path(){return null}}class A extends we{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class U{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 D=(()=>{class n extends U{constructor(t){super(t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(A,2))},n.\u0275dir=e.lG2({type:n,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(t,o){2&t&&e.ekj("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)},features:[e.qOj]}),n})(),z=(()=>{class n extends U{constructor(t){super(t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(Q,10))},n.\u0275dir=e.lG2({type:n,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(t,o){2&t&&e.ekj("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)("ng-submitted",o.isSubmitted)},features:[e.qOj]}),n})();const Me="VALID",Ve="INVALID",fe="PENDING",d="DISABLED";function M(n){return(B(n)?n.validators:n)||null}function p(n,i){return(B(i)?i.asyncValidators:n)||null}function B(n){return null!=n&&!Array.isArray(n)&&"object"==typeof n}function pe(n,i,t){const o=n.controls;if(!(i?Object.keys(o):o).length)throw new e.vHH(1e3,"");if(!o[t])throw new e.vHH(1001,"")}function de(n,i,t){n._forEachChild((o,s)=>{if(void 0===t[s])throw new e.vHH(1002,"")})}class _e{constructor(i,t){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(t)}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===Me}get invalid(){return this.status===Ve}get pending(){return this.status==fe}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(Oe(i,this._rawValidators))}addAsyncValidators(i){this.setAsyncValidators(Oe(i,this._rawAsyncValidators))}removeValidators(i){this.setValidators(ke(i,this._rawValidators))}removeAsyncValidators(i){this.setAsyncValidators(ke(i,this._rawAsyncValidators))}hasValidator(i){return ce(this._rawValidators,i)}hasAsyncValidator(i){return ce(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(t=>{t.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(t=>{t.markAsPristine({onlySelf:!0})}),this._parent&&!i.onlySelf&&this._parent._updatePristine(i)}markAsPending(i={}){this.status=fe,!1!==i.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!i.onlySelf&&this._parent.markAsPending(i)}disable(i={}){const t=this._parentMarkedDirty(i.onlySelf);this.status=d,this.errors=null,this._forEachChild(o=>{o.disable({...i,onlySelf:!0})}),this._updateValue(),!1!==i.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...i,skipPristineCheck:t}),this._onDisabledChange.forEach(o=>o(!0))}enable(i={}){const t=this._parentMarkedDirty(i.onlySelf);this.status=Me,this._forEachChild(o=>{o.enable({...i,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:i.emitEvent}),this._updateAncestors({...i,skipPristineCheck:t}),this._onDisabledChange.forEach(o=>o(!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===Me||this.status===fe)&&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(t=>t._updateTreeValidity(i)),this.updateValueAndValidity({onlySelf:!0,emitEvent:i.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?d:Me}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(i){if(this.asyncValidator){this.status=fe,this._hasOwnPendingAsyncValidator=!0;const t=y(this.asyncValidator(this));this._asyncValidationSubscription=t.subscribe(o=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(o,{emitEvent:i})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(i,t={}){this.errors=i,this._updateControlsErrors(!1!==t.emitEvent)}get(i){let t=i;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((o,s)=>o&&o._find(s),this)}getError(i,t){const o=t?this.get(t):this;return o&&o.errors?o.errors[i]:null}hasError(i,t){return!!this.getError(i,t)}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 e.vpe,this.statusChanges=new e.vpe}_calculateStatus(){return this._allControlsDisabled()?d:this.errors?Ve:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(fe)?fe:this._anyControlsHaveStatus(Ve)?Ve:Me}_anyControlsHaveStatus(i){return this._anyControls(t=>t.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){B(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)?W(n):n||null}(this._rawValidators)}_assignAsyncValidators(i){this._rawAsyncValidators=Array.isArray(i)?i.slice():i,this._composedAsyncValidatorFn=function S(n){return Array.isArray(n)?xe(n):n||null}(this._rawAsyncValidators)}}class ge extends _e{constructor(i,t,o){super(M(t),p(o,t)),this.controls=i,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(i,t){return this.controls[i]?this.controls[i]:(this.controls[i]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(i,t,o={}){this.registerControl(i,t),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}removeControl(i,t={}){this.controls[i]&&this.controls[i]._registerOnCollectionChange(()=>{}),delete this.controls[i],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(i,t,o={}){this.controls[i]&&this.controls[i]._registerOnCollectionChange(()=>{}),delete this.controls[i],t&&this.registerControl(i,t),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}contains(i){return this.controls.hasOwnProperty(i)&&this.controls[i].enabled}setValue(i,t={}){de(this,0,i),Object.keys(i).forEach(o=>{pe(this,!0,o),this.controls[o].setValue(i[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(i,t={}){null!=i&&(Object.keys(i).forEach(o=>{const s=this.controls[o];s&&s.patchValue(i[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(i={},t={}){this._forEachChild((o,s)=>{o.reset(i[s],{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t),this._updateTouched(t),this.updateValueAndValidity(t)}getRawValue(){return this._reduceChildren({},(i,t,o)=>(i[o]=t.getRawValue(),i))}_syncPendingControls(){let i=this._reduceChildren(!1,(t,o)=>!!o._syncPendingControls()||t);return i&&this.updateValueAndValidity({onlySelf:!0}),i}_forEachChild(i){Object.keys(this.controls).forEach(t=>{const o=this.controls[t];o&&i(o,t)})}_setUpControls(){this._forEachChild(i=>{i.setParent(this),i._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(i){for(const[t,o]of Object.entries(this.controls))if(this.contains(t)&&i(o))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,o,s)=>((o.enabled||this.disabled)&&(t[s]=o.value),t))}_reduceChildren(i,t){let o=i;return this._forEachChild((s,F)=>{o=t(o,s,F)}),o}_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 bt extends ge{}const Ee=new e.OlP("CallSetDisabledState",{providedIn:"root",factory:()=>Le}),Le="always";function ze(n,i){return[...i.path,n]}function Ne(n,i,t=Le){tt(n,i),i.valueAccessor.writeValue(n.value),(n.disabled||"always"===t)&&i.valueAccessor.setDisabledState?.(n.disabled),function Wt(n,i){i.valueAccessor.registerOnChange(t=>{n._pendingValue=t,n._pendingChange=!0,n._pendingDirty=!0,"change"===n.updateOn&&xt(n,i)})}(n,i),function Kt(n,i){const t=(o,s)=>{i.valueAccessor.writeValue(o),s&&i.viewToModelUpdate(o)};n.registerOnChange(t),i._registerOnDestroy(()=>{n._unregisterOnChange(t)})}(n,i),function jt(n,i){i.valueAccessor.registerOnTouched(()=>{n._pendingTouched=!0,"blur"===n.updateOn&&n._pendingChange&&xt(n,i),"submit"!==n.updateOn&&n.markAsTouched()})}(n,i),function Yt(n,i){if(i.valueAccessor.setDisabledState){const t=o=>{i.valueAccessor.setDisabledState(o)};n.registerOnDisabledChange(t),i._registerOnDestroy(()=>{n._unregisterOnDisabledChange(t)})}}(n,i)}function He(n,i,t=!0){const o=()=>{};i.valueAccessor&&(i.valueAccessor.registerOnChange(o),i.valueAccessor.registerOnTouched(o)),Ze(n,i),n&&(i._invokeOnDestroyCallbacks(),n._registerOnCollectionChange(()=>{}))}function qe(n,i){n.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(i)})}function tt(n,i){const t=De(n);null!==i.validator?n.setValidators(Ae(t,i.validator)):"function"==typeof t&&n.setValidators([t]);const o=ve(n);null!==i.asyncValidator?n.setAsyncValidators(Ae(o,i.asyncValidator)):"function"==typeof o&&n.setAsyncValidators([o]);const s=()=>n.updateValueAndValidity();qe(i._rawValidators,s),qe(i._rawAsyncValidators,s)}function Ze(n,i){let t=!1;if(null!==n){if(null!==i.validator){const s=De(n);if(Array.isArray(s)&&s.length>0){const F=s.filter(te=>te!==i.validator);F.length!==s.length&&(t=!0,n.setValidators(F))}}if(null!==i.asyncValidator){const s=ve(n);if(Array.isArray(s)&&s.length>0){const F=s.filter(te=>te!==i.asyncValidator);F.length!==s.length&&(t=!0,n.setAsyncValidators(F))}}}const o=()=>{};return qe(i._rawValidators,o),qe(i._rawAsyncValidators,o),t}function xt(n,i){n._pendingDirty&&n.markAsDirty(),n.setValue(n._pendingValue,{emitModelToViewChange:!1}),i.viewToModelUpdate(n._pendingValue),n._pendingChange=!1}function vt(n,i){tt(n,i)}function nt(n,i){if(!n.hasOwnProperty("model"))return!1;const t=n.model;return!!t.isFirstChange()||!Object.is(i,t.currentValue)}function yt(n,i){n._syncPendingControls(),i.forEach(t=>{const o=t.control;"submit"===o.updateOn&&o._pendingChange&&(t.viewToModelUpdate(o._pendingValue),o._pendingChange=!1)})}function ot(n,i){if(!i)return null;let t,o,s;return Array.isArray(i),i.forEach(F=>{F.constructor===X?t=F:function $t(n){return Object.getPrototypeOf(n.constructor)===v}(F)?o=F:s=F}),s||o||t||null}const ei={provide:Q,useExisting:(0,e.Gpc)(()=>Ye)},Ge=(()=>Promise.resolve())();let Ye=(()=>{class n extends Q{constructor(t,o,s){super(),this.callSetDisabledState=s,this.submitted=!1,this._directives=new Set,this.ngSubmit=new e.vpe,this.form=new ge({},W(t),xe(o))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(t){Ge.then(()=>{const o=this._findContainer(t.path);t.control=o.registerControl(t.name,t.control),Ne(t.control,t,this.callSetDisabledState),t.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(t)})}getControl(t){return this.form.get(t.path)}removeControl(t){Ge.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name),this._directives.delete(t)})}addFormGroup(t){Ge.then(()=>{const o=this._findContainer(t.path),s=new ge({});vt(s,t),o.registerControl(t.name,s),s.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(t){Ge.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name)})}getFormGroup(t){return this.form.get(t.path)}updateModel(t,o){Ge.then(()=>{this.form.get(t.path).setValue(o)})}setValue(t){this.control.setValue(t)}onSubmit(t){return this.submitted=!0,yt(this.form,this._directives),this.ngSubmit.emit(t),"dialog"===t?.target?.method}onReset(){this.resetForm()}resetForm(t=void 0){this.form.reset(t),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(t){return t.pop(),t.length?this.form.get(t):this.form}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(h,10),e.Y36(f,10),e.Y36(Ee,8))},n.\u0275dir=e.lG2({type:n,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(t,o){1&t&&e.NdJ("submit",function(F){return o.onSubmit(F)})("reset",function(){return o.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e._Bn([ei]),e.qOj]}),n})();function kt(n,i){const t=n.indexOf(i);t>-1&&n.splice(t,1)}function Ct(n){return"object"==typeof n&&null!==n&&2===Object.keys(n).length&&"value"in n&&"disabled"in n}const Ie=class extends _e{constructor(i=null,t,o){super(M(t),p(o,t)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(i),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),B(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=Ct(i)?i.value:i)}setValue(i,t={}){this.value=this._pendingValue=i,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(o=>o(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(i,t={}){this.setValue(i,t)}reset(i=this.defaultValue,t={}){this._applyFormState(i),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),this._pendingChange=!1}_updateValue(){}_anyControls(i){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(i){this._onChange.push(i)}_unregisterOnChange(i){kt(this._onChange,i)}registerOnDisabledChange(i){this._onDisabledChange.push(i)}_unregisterOnDisabledChange(i){kt(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){Ct(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:A,useExisting:(0,e.Gpc)(()=>rt)},Ft=(()=>Promise.resolve())();let rt=(()=>{class n extends A{constructor(t,o,s,F,te,ue){super(),this._changeDetectorRef=te,this.callSetDisabledState=ue,this.control=new Ie,this._registered=!1,this.name="",this.update=new e.vpe,this._parent=t,this._setValidators(o),this._setAsyncValidators(s),this.valueAccessor=ot(0,F)}ngOnChanges(t){if(this._checkForErrors(),!this._registered||"name"in t){if(this._registered&&(this._checkName(),this.formDirective)){const o=t.name.previousValue;this.formDirective.removeControl({name:o,path:this._getPath(o)})}this._setUpControl()}"isDisabled"in t&&this._updateDisabled(t),nt(t,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Ne(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(t){Ft.then(()=>{this.control.setValue(t,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(t){const o=t.isDisabled.currentValue,s=0!==o&&(0,e.VuI)(o);Ft.then(()=>{s&&!this.control.disabled?this.control.disable():!s&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(t){return this._parent?ze(t,this._parent):[t]}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(Q,9),e.Y36(h,10),e.Y36(f,10),e.Y36(Z,10),e.Y36(e.sBO,8),e.Y36(Ee,8))},n.\u0275dir=e.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:[e._Bn([ni]),e.qOj,e.TTD]}),n})(),At=(()=>{class n{}return n.\u0275fac=function(t){return new(t||n)},n.\u0275dir=e.lG2({type:n,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}),n})();const oi={provide:Z,useExisting:(0,e.Gpc)(()=>at),multi:!0};let at=(()=>{class n extends v{writeValue(t){this.setProperty("value",t??"")}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(t,o){1&t&&e.NdJ("input",function(F){return o.onChange(F.target.value)})("blur",function(){return o.onTouched()})},features:[e._Bn([oi]),e.qOj]}),n})(),Dt=(()=>{class n{}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({}),n})();const li={provide:Z,useExisting:(0,e.Gpc)(()=>lt),multi:!0};let lt=(()=>{class n extends v{writeValue(t){this.setProperty("value",parseFloat(t))}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(t,o){1&t&&e.NdJ("change",function(F){return o.onChange(F.target.value)})("input",function(F){return o.onChange(F.target.value)})("blur",function(){return o.onTouched()})},features:[e._Bn([li]),e.qOj]}),n})();const st=new e.OlP("NgModelWithFormControlWarning"),si={provide:A,useExisting:(0,e.Gpc)(()=>dt)};let dt=(()=>{class n extends A{set isDisabled(t){}constructor(t,o,s,F,te){super(),this._ngModelWarningConfig=F,this.callSetDisabledState=te,this.update=new e.vpe,this._ngModelWarningSent=!1,this._setValidators(t),this._setAsyncValidators(o),this.valueAccessor=ot(0,s)}ngOnChanges(t){if(this._isControlChanged(t)){const o=t.form.previousValue;o&&He(o,this,!1),Ne(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}nt(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&He(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_isControlChanged(t){return t.hasOwnProperty("form")}}return n._ngModelWarningSentOnce=!1,n.\u0275fac=function(t){return new(t||n)(e.Y36(h,10),e.Y36(f,10),e.Y36(Z,10),e.Y36(st,8),e.Y36(Ee,8))},n.\u0275dir=e.lG2({type:n,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[e._Bn([si]),e.qOj,e.TTD]}),n})();const di={provide:Q,useExisting:(0,e.Gpc)(()=>We)};let We=(()=>{class n extends Q{constructor(t,o,s){super(),this.callSetDisabledState=s,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new e.vpe,this._setValidators(t),this._setAsyncValidators(o)}ngOnChanges(t){this._checkFormPresent(),t.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Ze(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(t){const o=this.form.get(t.path);return Ne(o,t,this.callSetDisabledState),o.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),o}getControl(t){return this.form.get(t.path)}removeControl(t){He(t.control||null,t,!1),function Xt(n,i){const t=n.indexOf(i);t>-1&&n.splice(t,1)}(this.directives,t)}addFormGroup(t){this._setUpFormContainer(t)}removeFormGroup(t){this._cleanUpFormContainer(t)}getFormGroup(t){return this.form.get(t.path)}addFormArray(t){this._setUpFormContainer(t)}removeFormArray(t){this._cleanUpFormContainer(t)}getFormArray(t){return this.form.get(t.path)}updateModel(t,o){this.form.get(t.path).setValue(o)}onSubmit(t){return this.submitted=!0,yt(this.form,this.directives),this.ngSubmit.emit(t),"dialog"===t?.target?.method}onReset(){this.resetForm()}resetForm(t=void 0){this.form.reset(t),this.submitted=!1}_updateDomValue(){this.directives.forEach(t=>{const o=t.control,s=this.form.get(t.path);o!==s&&(He(o||null,t),(n=>n instanceof Ie)(s)&&(Ne(s,t,this.callSetDisabledState),t.control=s))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const o=this.form.get(t.path);vt(o,t),o.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){if(this.form){const o=this.form.get(t.path);o&&function Jt(n,i){return Ze(n,i)}(o,t)&&o.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){tt(this.form,this),this._oldForm&&Ze(this._oldForm,this)}_checkFormPresent(){}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(h,10),e.Y36(f,10),e.Y36(Ee,8))},n.\u0275dir=e.lG2({type:n,selectors:[["","formGroup",""]],hostBindings:function(t,o){1&t&&e.NdJ("submit",function(F){return o.onSubmit(F)})("reset",function(){return o.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e._Bn([di]),e.qOj,e.TTD]}),n})();const ui={provide:A,useExisting:(0,e.Gpc)(()=>ut)};let ut=(()=>{class n extends A{set isDisabled(t){}constructor(t,o,s,F,te){super(),this._ngModelWarningConfig=te,this._added=!1,this.name=null,this.update=new e.vpe,this._ngModelWarningSent=!1,this._parent=t,this._setValidators(o),this._setAsyncValidators(s),this.valueAccessor=ot(0,F)}ngOnChanges(t){this._added||this._setUpControl(),nt(t,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}get path(){return ze(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}}return n._ngModelWarningSentOnce=!1,n.\u0275fac=function(t){return new(t||n)(e.Y36(Q,13),e.Y36(h,10),e.Y36(f,10),e.Y36(Z,10),e.Y36(st,8))},n.\u0275dir=e.lG2({type:n,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[e._Bn([ui]),e.qOj,e.TTD]}),n})();const hi={provide:Z,useExisting:(0,e.Gpc)(()=>je),multi:!0};function Tt(n,i){return null==n?`${i}`:(i&&"object"==typeof i&&(i="Object"),`${n}: ${i}`.slice(0,50))}let je=(()=>{class n extends v{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){this.value=t;const s=Tt(this._getOptionId(t),t);this.setProperty("value",s)}registerOnChange(t){this.onChange=o=>{this.value=this._getOptionValue(o),t(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(t){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o),t))return o;return null}_getOptionValue(t){const o=function fi(n){return n.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o):t}}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(t,o){1&t&&e.NdJ("change",function(F){return o.onChange(F.target.value)})("blur",function(){return o.onTouched()})},inputs:{compareWith:"compareWith"},features:[e._Bn([hi]),e.qOj]}),n})(),Vt=(()=>{class n{constructor(t,o,s){this._element=t,this._renderer=o,this._select=s,this._select&&(this.id=this._select._registerOption())}set ngValue(t){null!=this._select&&(this._select._optionMap.set(this.id,t),this._setElementValue(Tt(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._setElementValue(t),this._select&&this._select.writeValue(this._select.value)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(e.SBq),e.Y36(e.Qsj),e.Y36(je,9))},n.\u0275dir=e.lG2({type:n,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}),n})();const pi={provide:Z,useExisting:(0,e.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 v{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){let o;if(this.value=t,Array.isArray(t)){const s=t.map(F=>this._getOptionId(F));o=(F,te)=>{F._setSelected(s.indexOf(te.toString())>-1)}}else o=(s,F)=>{s._setSelected(!1)};this._optionMap.forEach(o)}registerOnChange(t){this.onChange=o=>{const s=[],F=o.selectedOptions;if(void 0!==F){const te=F;for(let ue=0;ue<te.length;ue++){const pt=this._getOptionValue(te[ue].value);s.push(pt)}}else{const te=o.options;for(let ue=0;ue<te.length;ue++){const Je=te[ue];if(Je.selected){const pt=this._getOptionValue(Je.value);s.push(pt)}}}this.value=s,t(s)}}_registerOption(t){const o=(this._idCounter++).toString();return this._optionMap.set(o,t),o}_getOptionId(t){for(const o of this._optionMap.keys())if(this._compareWith(this._optionMap.get(o)._value,t))return o;return null}_getOptionValue(t){const o=function _i(n){return n.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o)._value:t}}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(t,o){1&t&&e.NdJ("change",function(F){return o.onChange(F.target)})("blur",function(){return o.onTouched()})},inputs:{compareWith:"compareWith"},features:[e._Bn([pi]),e.qOj]}),n})(),St=(()=>{class n{constructor(t,o,s){this._element=t,this._renderer=o,this._select=s,this._select&&(this.id=this._select._registerOption(this))}set ngValue(t){null!=this._select&&(this._value=t,this._setElementValue(It(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._select?(this._value=t,this._setElementValue(It(this.id,t)),this._select.writeValue(this._select.value)):this._setElementValue(t)}_setElementValue(t){this._renderer.setProperty(this._element.nativeElement,"value",t)}_setSelected(t){this._renderer.setProperty(this._element.nativeElement,"selected",t)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(e.SBq),e.Y36(e.Qsj),e.Y36(ht,9))},n.\u0275dir=e.lG2({type:n,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}),n})(),Fe=(()=>{class n{constructor(){this._validator=ee}ngOnChanges(t){if(this.inputName in t){const o=this.normalizeInput(t[this.inputName].currentValue);this._enabled=this.enabled(o),this._validator=this._enabled?this.createValidator(o):ee,this._onChange&&this._onChange()}}validate(t){return this._validator(t)}registerOnValidatorChange(t){this._onChange=t}enabled(t){return null!=t}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275dir=e.lG2({type:n,features:[e.TTD]}),n})();const xi={provide:h,useExisting:(0,e.Gpc)(()=>Ke),multi:!0},vi={provide:h,useExisting:(0,e.Gpc)(()=>ft),multi:!0};let Ke=(()=>{class n extends Fe{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=e.VuI,this.createValidator=t=>u}enabled(t){return t}}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(t,o){2&t&&e.uIk("required",o._enabled?"":null)},inputs:{required:"required"},features:[e._Bn([xi]),e.qOj]}),n})(),ft=(()=>{class n extends Ke{constructor(){super(...arguments),this.createValidator=t=>x}}return n.\u0275fac=function(){let i;return function(o){return(i||(i=e.n5z(n)))(o||n)}}(),n.\u0275dir=e.lG2({type:n,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(t,o){2&t&&e.uIk("required",o._enabled?"":null)},features:[e._Bn([vi]),e.qOj]}),n})(),Ht=(()=>{class n{}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({imports:[Dt]}),n})();class qt extends _e{constructor(i,t,o){super(M(t),p(o,t)),this.controls=i,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(i){return this.controls[this._adjustIndex(i)]}push(i,t={}){this.controls.push(i),this._registerControl(i),this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}insert(i,t,o={}){this.controls.splice(i,0,t),this._registerControl(t),this.updateValueAndValidity({emitEvent:o.emitEvent})}removeAt(i,t={}){let o=this._adjustIndex(i);o<0&&(o=0),this.controls[o]&&this.controls[o]._registerOnCollectionChange(()=>{}),this.controls.splice(o,1),this.updateValueAndValidity({emitEvent:t.emitEvent})}setControl(i,t,o={}){let s=this._adjustIndex(i);s<0&&(s=0),this.controls[s]&&this.controls[s]._registerOnCollectionChange(()=>{}),this.controls.splice(s,1),t&&(this.controls.splice(s,0,t),this._registerControl(t)),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(i,t={}){de(this,0,i),i.forEach((o,s)=>{pe(this,!1,s),this.at(s).setValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(i,t={}){null!=i&&(i.forEach((o,s)=>{this.at(s)&&this.at(s).patchValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(i=[],t={}){this._forEachChild((o,s)=>{o.reset(i[s],{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t),this._updateTouched(t),this.updateValueAndValidity(t)}getRawValue(){return this.controls.map(i=>i.getRawValue())}clear(i={}){this.controls.length<1||(this._forEachChild(t=>t._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((t,o)=>!!o._syncPendingControls()||t,!1);return i&&this.updateValueAndValidity({onlySelf:!0}),i}_forEachChild(i){this.controls.forEach((t,o)=>{i(t,o)})}_updateValue(){this.value=this.controls.filter(i=>i.enabled||this.disabled).map(i=>i.value)}_anyControls(i){return this.controls.some(t=>t.enabled&&i(t))}_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 Zt(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 t=new n;return t.useNonNullable=!0,t}group(t,o=null){const s=this._reduceControls(t);let F={};return Zt(o)?F=o:null!==o&&(F.validators=o.validator,F.asyncValidators=o.asyncValidator),new ge(s,F)}record(t,o=null){const s=this._reduceControls(t);return new bt(s,o)}control(t,o,s){let F={};return this.useNonNullable?(Zt(o)?F=o:(F.validators=o,F.asyncValidators=s),new Ie(t,{...F,nonNullable:!0})):new Ie(t,o,s)}array(t,o,s){const F=t.map(te=>this._createControl(te));return new qt(F,o,s)}_reduceControls(t){const o={};return Object.keys(t).forEach(s=>{o[s]=this._createControl(t[s])}),o}_createControl(t){return t instanceof Ie||t instanceof _e?t:Array.isArray(t)?this.control(t[0],t.length>1?t[1]:null,t.length>2?t[2]:null):this.control(t)}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275prov=e.Yz7({token:n,factory:n.\u0275fac,providedIn:"root"}),n})(),Fi=(()=>{class n{static withConfig(t){return{ngModule:n,providers:[{provide:Ee,useValue:t.callSetDisabledState??Le}]}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({imports:[Ht]}),n})(),Ai=(()=>{class n{static withConfig(t){return{ngModule:n,providers:[{provide:st,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:Ee,useValue:t.callSetDisabledState??Le}]}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({imports:[Ht]}),n})()},5986:(be,oe,_)=>{_.d(oe,{oG:()=>V,p9:()=>N});var e=_(5879),w=_(6223),l=_(3680),b=_(2495);const Y=["input"],j=["label"],v=["*"],Z=new e.OlP("mat-checkbox-default-options",{providedIn:"root",factory:$});function $(){return{color:"accent",clickAction:"check-indeterminate"}}const H={provide:w.JU,useExisting:(0,e.Gpc)(()=>V),multi:!0};class L{}let K=0;const J=$(),X=(0,l.sb)((0,l.pj)((0,l.Kr)((0,l.Id)(class{constructor(O){this._elementRef=O}}))));let T=(()=>{class O extends X{get inputId(){return`${this.id||this._uniqueId}-input`}get required(){return this._required}set required(u){this._required=(0,b.Ig)(u)}constructor(u,x,m,k,P,q,ee){super(x),this._changeDetectorRef=m,this._ngZone=k,this._animationMode=q,this._options=ee,this.ariaLabel="",this.ariaLabelledby=null,this.labelPosition="after",this.name=null,this.change=new e.vpe,this.indeterminateChange=new e.vpe,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=0,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||J,this.color=this.defaultColor=this._options.color||J.color,this.tabIndex=parseInt(P)||0,this.id=this._uniqueId=`${u}${++K}`}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(u){const x=(0,b.Ig)(u);x!=this.checked&&(this._checked=x,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(u){const x=(0,b.Ig)(u);x!==this.disabled&&(this._disabled=x,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(u){const x=u!=this._indeterminate;this._indeterminate=(0,b.Ig)(u),x&&(this._transitionCheckState(this._indeterminate?3:this.checked?1:2),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(u){this.checked=!!u}registerOnChange(u){this._controlValueAccessorChangeFn=u}registerOnTouched(u){this._onTouched=u}setDisabledState(u){this.disabled=u}_transitionCheckState(u){let x=this._currentCheckState,m=this._getAnimationTargetElement();if(x!==u&&m&&(this._currentAnimationClass&&m.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(x,u),this._currentCheckState=u,this._currentAnimationClass.length>0)){m.classList.add(this._currentAnimationClass);const k=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{m.classList.remove(k)},1e3)})}}_emitChangeEvent(){this._controlValueAccessorChangeFn(this.checked),this.change.emit(this._createChangeEvent(this.checked)),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_handleInputClick(){const u=this._options?.clickAction;this.disabled||"noop"===u?!this.disabled&&"noop"===u&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==u&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}_onInteractionEvent(u){u.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(u,x){if("NoopAnimations"===this._animationMode)return"";switch(u){case 0:if(1===x)return this._animationClasses.uncheckedToChecked;if(3==x)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case 2:return 1===x?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case 1:return 2===x?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case 3:return 1===x?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(u){const x=this._inputElement;x&&(x.nativeElement.indeterminate=u)}}return O.\u0275fac=function(u){e.$Z()},O.\u0275dir=e.lG2({type:O,viewQuery:function(u,x){if(1&u&&(e.Gf(Y,5),e.Gf(j,5),e.Gf(l.wG,5)),2&u){let m;e.iGM(m=e.CRH())&&(x._inputElement=m.first),e.iGM(m=e.CRH())&&(x._labelElement=m.first),e.iGM(m=e.CRH())&&(x.ripple=m.first)}},inputs:{ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],id:"id",required:"required",labelPosition:"labelPosition",name:"name",value:"value",checked:"checked",disabled:"disabled",indeterminate:"indeterminate"},outputs:{change:"change",indeterminateChange:"indeterminateChange"},features:[e.qOj]}),O})(),V=(()=>{class O extends T{constructor(u,x,m,k,P,q){super("mat-mdc-checkbox-",u,x,m,k,P,q),this._animationClasses={uncheckedToChecked:"mdc-checkbox--anim-unchecked-checked",uncheckedToIndeterminate:"mdc-checkbox--anim-unchecked-indeterminate",checkedToUnchecked:"mdc-checkbox--anim-checked-unchecked",checkedToIndeterminate:"mdc-checkbox--anim-checked-indeterminate",indeterminateToChecked:"mdc-checkbox--anim-indeterminate-checked",indeterminateToUnchecked:"mdc-checkbox--anim-indeterminate-unchecked"}}focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(u){const x=new L;return x.source=this,x.checked=u,x}_getAnimationTargetElement(){return this._inputElement?.nativeElement}_onInputClick(){super._handleInputClick()}_onTouchTargetClick(){super._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(u){u.target&&this._labelElement.nativeElement.contains(u.target)&&u.stopPropagation()}}return O.\u0275fac=function(u){return new(u||O)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(e.R0b),e.$8M("tabindex"),e.Y36(e.QbO,8),e.Y36(Z,8))},O.\u0275cmp=e.Xpm({type:O,selectors:[["mat-checkbox"]],hostAttrs:[1,"mat-mdc-checkbox"],hostVars:12,hostBindings:function(u,x){2&u&&(e.Ikx("id",x.id),e.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null),e.ekj("_mat-animation-noopable","NoopAnimations"===x._animationMode)("mdc-checkbox--disabled",x.disabled)("mat-mdc-checkbox-disabled",x.disabled)("mat-mdc-checkbox-checked",x.checked))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex"},exportAs:["matCheckbox"],features:[e._Bn([H]),e.qOj],ngContentSelectors:v,decls:15,vars:19,consts:[[1,"mdc-form-field",3,"click"],[1,"mdc-checkbox"],["checkbox",""],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"checked","indeterminate","disabled","id","required","tabIndex","blur","click","change"],["input",""],[1,"mdc-checkbox__ripple"],[1,"mdc-checkbox__background"],["focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mdc-checkbox__checkmark"],["fill","none","d","M1.73,12.91 8.1,19.28 22.79,4.59",1,"mdc-checkbox__checkmark-path"],[1,"mdc-checkbox__mixedmark"],["mat-ripple","",1,"mat-mdc-checkbox-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-label",3,"for"],["label",""]],template:function(u,x){if(1&u&&(e.F$t(),e.TgZ(0,"div",0),e.NdJ("click",function(k){return x._preventBubblingFromLabel(k)}),e.TgZ(1,"div",1,2)(3,"div",3),e.NdJ("click",function(){return x._onTouchTargetClick()}),e.qZA(),e.TgZ(4,"input",4,5),e.NdJ("blur",function(){return x._onBlur()})("click",function(){return x._onInputClick()})("change",function(k){return x._onInteractionEvent(k)}),e.qZA(),e._UZ(6,"div",6),e.TgZ(7,"div",7),e.O4$(),e.TgZ(8,"svg",8),e._UZ(9,"path",9),e.qZA(),e.kcU(),e._UZ(10,"div",10),e.qZA(),e._UZ(11,"div",11),e.qZA(),e.TgZ(12,"label",12,13),e.Hsn(14),e.qZA()()),2&u){const m=e.MAs(2);e.ekj("mdc-form-field--align-end","before"==x.labelPosition),e.xp6(4),e.ekj("mdc-checkbox--selected",x.checked),e.Q6J("checked",x.checked)("indeterminate",x.indeterminate)("disabled",x.disabled)("id",x.inputId)("required",x.required)("tabIndex",x.tabIndex),e.uIk("aria-label",x.ariaLabel||null)("aria-labelledby",x.ariaLabelledby)("aria-describedby",x.ariaDescribedby)("name",x.name)("value",x.value),e.xp6(7),e.Q6J("matRippleTrigger",m)("matRippleDisabled",x.disableRipple||x.disabled)("matRippleCentered",!0),e.xp6(1),e.Q6J("for",x.inputId)}},dependencies:[l.wG],styles:['.mdc-touch-target-wrapper{display:inline}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox[hidden]{display:none}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{border-color:CanvasText}}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{border-color:CanvasText}}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox--touch{margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox--touch .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none}.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mdc-checkbox{padding:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-disabled-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:var(--mdc-checkbox-disabled-selected-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}}.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}@keyframes mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}}@keyframes mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}}.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:hover.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2)}.mdc-checkbox .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:focus:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-focus-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:indeterminate~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-focus-icon-color);background-color:var(--mdc-checkbox-selected-focus-icon-color)}.mdc-checkbox:hover .mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox:hover .mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}.mat-mdc-checkbox{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-checkbox .mdc-checkbox__background{-webkit-print-color-adjust:exact;color-adjust:exact}.mat-mdc-checkbox._mat-animation-noopable *,.mat-mdc-checkbox._mat-animation-noopable *::before{transition:none !important;animation:none !important}.mat-mdc-checkbox label{cursor:pointer}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default}.mat-mdc-checkbox label:empty{display:none}.cdk-high-contrast-active .mat-mdc-checkbox.mat-mdc-checkbox-disabled{opacity:.5}.cdk-high-contrast-active .mat-mdc-checkbox .mdc-checkbox__checkmark{--mdc-checkbox-selected-checkmark-color: CanvasText;--mdc-checkbox-disabled-selected-checkmark-color: CanvasText}.mat-mdc-checkbox .mdc-checkbox__ripple{opacity:0}.mat-mdc-checkbox-ripple,.mdc-checkbox__ripple{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-checkbox-ripple:not(:empty),.mdc-checkbox__ripple:not(:empty){transform:translateZ(0)}.mat-mdc-checkbox-ripple .mat-ripple-element{opacity:.1}.mat-mdc-checkbox-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0}),O})(),E=(()=>{class O{}return O.\u0275fac=function(u){return new(u||O)},O.\u0275mod=e.oAB({type:O}),O.\u0275inj=e.cJS({}),O})(),N=(()=>{class O{}return O.\u0275fac=function(u){return new(u||O)},O.\u0275mod=e.oAB({type:O}),O.\u0275inj=e.cJS({imports:[l.BQ,l.si,E,l.BQ,E]}),O})()},4170:(be,oe,_)=>{_.d(oe,{G_:()=>Ce,TO:()=>we,KE:()=>Ve,Eo:()=>Re,lN:()=>fe,bx:()=>A,hX:()=>ce,qo:()=>r,R9:()=>D});var e=_(5879),w=_(9388),l=_(2831),b=_(7902),Y=_(2079),j=_(7354),v=_(9352),Z=_(4699),$=_(7734),H=_(9185);class K{constructor(M){this._box=M,this._destroyed=new Y.xQ,this._resizeSubject=new Y.xQ,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(a=>this._resizeSubject.next(a)))}observe(M){return this._elementObservables.has(M)||this._elementObservables.set(M,new Z.y(a=>{const p=this._resizeSubject.subscribe(a);return this._resizeObserver?.observe(M,{box:this._box}),()=>{this._resizeObserver?.unobserve(M),p.unsubscribe(),this._elementObservables.delete(M)}}).pipe((0,$.h)(a=>a.some(p=>p.target===M)),(0,H.d)({bufferSize:1,refCount:!0}),(0,v.R)(this._destroyed))),this._elementObservables.get(M)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let J=(()=>{class d{constructor(){this._observers=new Map,this._ngZone=(0,e.f3M)(e.R0b)}ngOnDestroy(){for(const[,a]of this._observers)a.destroy();this._observers.clear()}observe(a,p){const S=p?.box||"content-box";return this._observers.has(S)||this._observers.set(S,new K(S)),this._observers.get(S).observe(a)}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275prov=e.Yz7({token:d,factory:d.\u0275fac,providedIn:"root"}),d})();var X=_(2495),T=_(6825),V=_(6814),h=_(7131),f=_(3680);const E=["notch"],N=["matFormFieldNotchedOutline",""],O=["*"],R=["textField"],u=["iconPrefixContainer"],x=["textPrefixContainer"];function m(d,M){1&d&&e._UZ(0,"span",19)}function k(d,M){if(1&d&&(e.TgZ(0,"label",17),e.Hsn(1,1),e.YNc(2,m,1,0,"span",18),e.qZA()),2&d){const a=e.oxw(2);e.Q6J("floating",a._shouldLabelFloat())("monitorResize",a._hasOutline())("id",a._labelId),e.uIk("for",a._control.id)("aria-owns",a._control.id),e.xp6(2),e.Q6J("ngIf",!a.hideRequiredMarker&&a._control.required)}}function P(d,M){if(1&d&&e.YNc(0,k,3,6,"label",16),2&d){const a=e.oxw();e.Q6J("ngIf",a._hasFloatingLabel())}}function q(d,M){1&d&&e._UZ(0,"div",20)}function ee(d,M){}function re(d,M){if(1&d&&e.YNc(0,ee,0,0,"ng-template",22),2&d){e.oxw(2);const a=e.MAs(1);e.Q6J("ngTemplateOutlet",a)}}function y(d,M){if(1&d&&(e.TgZ(0,"div",21),e.YNc(1,re,1,1,"ng-template",9),e.qZA()),2&d){const a=e.oxw();e.Q6J("matFormFieldNotchedOutlineOpen",a._shouldLabelFloat()),e.xp6(1),e.Q6J("ngIf",!a._forceDisplayInfixLabel())}}function I(d,M){1&d&&(e.TgZ(0,"div",23,24),e.Hsn(2,2),e.qZA())}function g(d,M){1&d&&(e.TgZ(0,"div",25,26),e.Hsn(2,3),e.qZA())}function C(d,M){}function G(d,M){if(1&d&&e.YNc(0,C,0,0,"ng-template",22),2&d){e.oxw();const a=e.MAs(1);e.Q6J("ngTemplateOutlet",a)}}function ae(d,M){1&d&&(e.TgZ(0,"div",27),e.Hsn(1,4),e.qZA())}function W(d,M){1&d&&(e.TgZ(0,"div",28),e.Hsn(1,5),e.qZA())}function he(d,M){1&d&&e._UZ(0,"div",29)}function xe(d,M){if(1&d&&(e.TgZ(0,"div",30),e.Hsn(1,6),e.qZA()),2&d){const a=e.oxw();e.Q6J("@transitionMessages",a._subscriptAnimationState)}}function Ae(d,M){if(1&d&&(e.TgZ(0,"mat-hint",34),e._uU(1),e.qZA()),2&d){const a=e.oxw(2);e.Q6J("id",a._hintLabelId),e.xp6(1),e.Oqu(a.hintLabel)}}function De(d,M){if(1&d&&(e.TgZ(0,"div",31),e.YNc(1,Ae,2,2,"mat-hint",32),e.Hsn(2,7),e._UZ(3,"div",33),e.Hsn(4,8),e.qZA()),2&d){const a=e.oxw();e.Q6J("@transitionMessages",a._subscriptAnimationState),e.xp6(1),e.Q6J("ngIf",a.hintLabel)}}const ve=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],ye=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];let ce=(()=>{class d{}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=e.lG2({type:d,selectors:[["mat-label"]]}),d})(),Oe=0;const ke=new e.OlP("MatError");let we=(()=>{class d{constructor(a,p){this.id="mat-mdc-error-"+Oe++,a||p.nativeElement.setAttribute("aria-live","polite")}}return d.\u0275fac=function(a){return new(a||d)(e.$8M("aria-live"),e.Y36(e.SBq))},d.\u0275dir=e.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,p){2&a&&e.Ikx("id",p.id)},inputs:{id:"id"},features:[e._Bn([{provide:ke,useExisting:d}])]}),d})(),Q=0,A=(()=>{class d{constructor(){this.align="start",this.id="mat-mdc-hint-"+Q++}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=e.lG2({type:d,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(a,p){2&a&&(e.Ikx("id",p.id),e.uIk("align",null),e.ekj("mat-mdc-form-field-hint-end","end"===p.align))},inputs:{align:"align",id:"id"}}),d})();const U=new e.OlP("MatPrefix");let r=(()=>{class d{constructor(){this._isText=!1}set _isTextSelector(a){this._isText=!0}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=e.lG2({type:d,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:["matTextPrefix","_isTextSelector"]},features:[e._Bn([{provide:U,useExisting:d}])]}),d})();const c=new e.OlP("MatSuffix");let D=(()=>{class d{constructor(){this._isText=!1}set _isTextSelector(a){this._isText=!0}}return d.\u0275fac=function(a){return new(a||d)},d.\u0275dir=e.lG2({type:d,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:["matTextSuffix","_isTextSelector"]},features:[e._Bn([{provide:c,useExisting:d}])]}),d})();const z=new e.OlP("FloatingLabelParent");let ie=(()=>{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,e.f3M)(J),this._ngZone=(0,e.f3M)(e.R0b),this._parent=(0,e.f3M)(z),this._resizeSubscription=new b.w}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function le(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 p=a.scrollWidth;return a.remove(),p}(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)(e.Y36(e.SBq))},d.\u0275dir=e.lG2({type:d,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(a,p){2&a&&e.ekj("mdc-floating-label--float-above",p.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"}}),d})();const ne="mdc-line-ripple--active",me="mdc-line-ripple--deactivating";let Te=(()=>{class d{constructor(a,p){this._elementRef=a,this._handleTransitionEnd=S=>{const B=this._elementRef.nativeElement.classList,pe=B.contains(me);"opacity"===S.propertyName&&pe&&B.remove(ne,me)},p.runOutsideAngular(()=>{a.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const a=this._elementRef.nativeElement.classList;a.remove(me),a.add(ne)}deactivate(){this._elementRef.nativeElement.classList.add(me)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}}return d.\u0275fac=function(a){return new(a||d)(e.Y36(e.SBq),e.Y36(e.R0b))},d.\u0275dir=e.lG2({type:d,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"]}),d})(),Se=(()=>{class d{constructor(a,p){this._elementRef=a,this._ngZone=p,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)(e.Y36(e.SBq),e.Y36(e.R0b))},d.\u0275cmp=e.Xpm({type:d,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(a,p){if(1&a&&e.Gf(E,5),2&a){let S;e.iGM(S=e.CRH())&&(p._notch=S.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(a,p){2&a&&e.ekj("mdc-notched-outline--notched",p.open)},inputs:{open:["matFormFieldNotchedOutlineOpen","open"]},attrs:N,ngContentSelectors:O,decls:5,vars:0,consts:[[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],["notch",""],[1,"mdc-notched-outline__trailing"]],template:function(a,p){1&a&&(e.F$t(),e._UZ(0,"div",0),e.TgZ(1,"div",1,2),e.Hsn(3),e.qZA(),e._UZ(4,"div",3))},encapsulation:2,changeDetection:0}),d})();const Ue={transitionMessages:(0,T.X$)("transitionMessages",[(0,T.SB)("enter",(0,T.oB)({opacity:1,transform:"translateY(0%)"})),(0,T.eR)("void => enter",[(0,T.oB)({opacity:0,transform:"translateY(-5px)"}),(0,T.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=e.lG2({type:d}),d})();const Ce=new e.OlP("MatFormField"),$e=new e.OlP("MAT_FORM_FIELD_DEFAULT_OPTIONS");let Be=0,Ve=(()=>{class d{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(a){this._hideRequiredMarker=(0,X.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 p=this._appearance;this._appearance=a||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==p&&(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,p,S,B,pe,de,_e,ge){this._elementRef=a,this._changeDetectorRef=p,this._ngZone=S,this._dir=B,this._platform=pe,this._defaults=de,this._animationMode=_e,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-"+Be++,this._hintLabelId="mat-mdc-hint-"+Be++,this._subscriptAnimationState="",this._destroyed=new Y.xQ,this._isFocused=null,this._needsOutlineLabelOffsetUpdateOnStable=!1,de&&(de.appearance&&(this.appearance=de.appearance),this._hideRequiredMarker=!!de?.hideRequiredMarker,de.color&&(this.color=de.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,v.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,j.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,v.R)(this._destroyed)).subscribe(()=>{this._needsOutlineLabelOffsetUpdateOnStable&&(this._needsOutlineLabelOffsetUpdateOnStable=!1,this._updateOutlineLabelOffset())})}),this._dir.change.pipe((0,v.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 p=this._control?this._control.ngControl:null;return p&&p[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 p=this._hintChildren?this._hintChildren.find(B=>"start"===B.align):null,S=this._hintChildren?this._hintChildren.find(B=>"end"===B.align):null;p?a.push(p.id):this._hintLabel&&a.push(this._hintLabelId),S&&a.push(S.id)}else this._errorChildren&&a.push(...this._errorChildren.map(p=>p.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 p=this._iconPrefixContainer?.nativeElement,S=this._textPrefixContainer?.nativeElement,B=p?.getBoundingClientRect().width??0,pe=S?.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"} * (${B+pe}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const a=this._elementRef.nativeElement;if(a.getRootNode){const p=a.getRootNode();return p&&p!==a}return document.documentElement.contains(a)}}return d.\u0275fac=function(a){return new(a||d)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(e.R0b),e.Y36(w.Is),e.Y36(l.t4),e.Y36($e,8),e.Y36(e.QbO,8),e.Y36(V.K0))},d.\u0275cmp=e.Xpm({type:d,selectors:[["mat-form-field"]],contentQueries:function(a,p,S){if(1&a&&(e.Suo(S,ce,5),e.Suo(S,ce,7),e.Suo(S,Re,5),e.Suo(S,U,5),e.Suo(S,c,5),e.Suo(S,ke,5),e.Suo(S,A,5)),2&a){let B;e.iGM(B=e.CRH())&&(p._labelChildNonStatic=B.first),e.iGM(B=e.CRH())&&(p._labelChildStatic=B.first),e.iGM(B=e.CRH())&&(p._formFieldControl=B.first),e.iGM(B=e.CRH())&&(p._prefixChildren=B),e.iGM(B=e.CRH())&&(p._suffixChildren=B),e.iGM(B=e.CRH())&&(p._errorChildren=B),e.iGM(B=e.CRH())&&(p._hintChildren=B)}},viewQuery:function(a,p){if(1&a&&(e.Gf(R,5),e.Gf(u,5),e.Gf(x,5),e.Gf(ie,5),e.Gf(Se,5),e.Gf(Te,5)),2&a){let S;e.iGM(S=e.CRH())&&(p._textField=S.first),e.iGM(S=e.CRH())&&(p._iconPrefixContainer=S.first),e.iGM(S=e.CRH())&&(p._textPrefixContainer=S.first),e.iGM(S=e.CRH())&&(p._floatingLabel=S.first),e.iGM(S=e.CRH())&&(p._notchedOutline=S.first),e.iGM(S=e.CRH())&&(p._lineRipple=S.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(a,p){2&a&&e.ekj("mat-mdc-form-field-label-always-float",p._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",p._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",p._hasIconSuffix)("mat-form-field-invalid",p._control.errorState)("mat-form-field-disabled",p._control.disabled)("mat-form-field-autofilled",p._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===p._animationMode)("mat-form-field-appearance-fill","fill"==p.appearance)("mat-form-field-appearance-outline","outline"==p.appearance)("mat-form-field-hide-placeholder",p._hasFloatingLabel()&&!p._shouldLabelFloat())("mat-focused",p._control.focused)("mat-primary","accent"!==p.color&&"warn"!==p.color)("mat-accent","accent"===p.color)("mat-warn","warn"===p.color)("ng-untouched",p._shouldForward("untouched"))("ng-touched",p._shouldForward("touched"))("ng-pristine",p._shouldForward("pristine"))("ng-dirty",p._shouldForward("dirty"))("ng-valid",p._shouldForward("valid"))("ng-invalid",p._shouldForward("invalid"))("ng-pending",p._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[e._Bn([{provide:Ce,useExisting:d},{provide:z,useExisting:d}])],ngContentSelectors:ye,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,p){1&a&&(e.F$t(ve),e.YNc(0,P,1,1,"ng-template",null,0,e.W1O),e.TgZ(2,"div",1,2),e.NdJ("click",function(B){return p._control.onContainerClick(B)}),e.YNc(4,q,1,0,"div",3),e.TgZ(5,"div",4),e.YNc(6,y,2,2,"div",5),e.YNc(7,I,3,0,"div",6),e.YNc(8,g,3,0,"div",7),e.TgZ(9,"div",8),e.YNc(10,G,1,1,"ng-template",9),e.Hsn(11),e.qZA(),e.YNc(12,ae,2,0,"div",10),e.YNc(13,W,2,0,"div",11),e.qZA(),e.YNc(14,he,1,0,"div",12),e.qZA(),e.TgZ(15,"div",13),e.YNc(16,xe,2,1,"div",14),e.YNc(17,De,5,2,"div",15),e.qZA()),2&a&&(e.xp6(2),e.ekj("mdc-text-field--filled",!p._hasOutline())("mdc-text-field--outlined",p._hasOutline())("mdc-text-field--no-label",!p._hasFloatingLabel())("mdc-text-field--disabled",p._control.disabled)("mdc-text-field--invalid",p._control.errorState),e.xp6(2),e.Q6J("ngIf",!p._hasOutline()&&!p._control.disabled),e.xp6(2),e.Q6J("ngIf",p._hasOutline()),e.xp6(1),e.Q6J("ngIf",p._hasIconPrefix),e.xp6(1),e.Q6J("ngIf",p._hasTextPrefix),e.xp6(2),e.Q6J("ngIf",!p._hasOutline()||p._forceDisplayInfixLabel()),e.xp6(2),e.Q6J("ngIf",p._hasTextSuffix),e.xp6(1),e.Q6J("ngIf",p._hasIconSuffix),e.xp6(1),e.Q6J("ngIf",!p._hasOutline()),e.xp6(1),e.ekj("mat-mdc-form-field-subscript-dynamic-size","dynamic"===p.subscriptSizing),e.Q6J("ngSwitch",p._getDisplayedMessages()),e.xp6(1),e.Q6J("ngSwitchCase","error"),e.xp6(1),e.Q6J("ngSwitchCase","hint"))},dependencies:[V.O5,V.tP,V.RF,V.n9,A,ie,Se,Te],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:[Ue.transitionMessages]},changeDetection:0}),d})(),fe=(()=>{class d{}return d.\u0275fac=function(a){return new(a||d)},d.\u0275mod=e.oAB({type:d}),d.\u0275inj=e.cJS({imports:[f.BQ,V.ez,h.Q8,f.BQ]}),d})()},4516:(be,oe,_)=>{_.d(oe,{Jk:()=>H,Nt:()=>X,c:()=>T});var e=_(2495),w=_(2831),l=_(6263),b=_(5879),Y=_(6223),j=_(3680),v=_(4170),Z=_(2079);const H=new b.OlP("MAT_INPUT_VALUE_ACCESSOR"),L=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let K=0;const J=(0,j.FD)(class{constructor(V,h,f,E){this._defaultErrorStateMatcher=V,this._parentForm=h,this._parentFormGroup=f,this.ngControl=E,this.stateChanges=new Z.xQ}});let X=(()=>{class V extends J{get disabled(){return this._disabled}set disabled(f){this._disabled=(0,e.Ig)(f),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(f){this._id=f||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(Y.kI.required)??!1}set required(f){this._required=(0,e.Ig)(f)}get type(){return this._type}set type(f){this._type=f||"text",this._validateType(),!this._isTextarea&&(0,w.qK)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(f){f!==this.value&&(this._inputValueAccessor.value=f,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(f){this._readonly=(0,e.Ig)(f)}constructor(f,E,N,O,R,u,x,m,k,P){super(u,O,R,N),this._elementRef=f,this._platform=E,this._autofillMonitor=m,this._formField=P,this._uid="mat-input-"+K++,this.focused=!1,this.stateChanges=new Z.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(re=>(0,w.qK)().has(re)),this._iOSKeyupListener=re=>{const y=re.target;!y.value&&0===y.selectionStart&&0===y.selectionEnd&&(y.setSelectionRange(1,1),y.setSelectionRange(0,0))};const q=this._elementRef.nativeElement,ee=q.nodeName.toLowerCase();this._inputValueAccessor=x||q,this._previousNativeValue=this.value,this.id=this.id,E.IOS&&k.runOutsideAngular(()=>{f.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===ee,this._isTextarea="textarea"===ee,this._isInFormField=!!P,this._isNativeSelect&&(this.controlType=q.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(f=>{this.autofilled=f.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(f){this._elementRef.nativeElement.focus(f)}_focusChanged(f){f!==this.focused&&(this.focused=f,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const f=this._elementRef.nativeElement.value;this._previousNativeValue!==f&&(this._previousNativeValue=f,this.stateChanges.next())}_dirtyCheckPlaceholder(){const f=this._getPlaceholder();if(f!==this._previousPlaceholder){const E=this._elementRef.nativeElement;this._previousPlaceholder=f,f?E.setAttribute("placeholder",f):E.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){L.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let f=this._elementRef.nativeElement.validity;return f&&f.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const f=this._elementRef.nativeElement,E=f.options[0];return this.focused||f.multiple||!this.empty||!!(f.selectedIndex>-1&&E&&E.label)}return this.focused||!this.empty}setDescribedByIds(f){f.length?this._elementRef.nativeElement.setAttribute("aria-describedby",f.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const f=this._elementRef.nativeElement;return this._isNativeSelect&&(f.multiple||f.size>1)}}return V.\u0275fac=function(f){return new(f||V)(b.Y36(b.SBq),b.Y36(w.t4),b.Y36(Y.a5,10),b.Y36(Y.F,8),b.Y36(Y.sg,8),b.Y36(j.rD),b.Y36(H,10),b.Y36(l.Lq),b.Y36(b.R0b),b.Y36(v.G_,8))},V.\u0275dir=b.lG2({type:V,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(f,E){1&f&&b.NdJ("focus",function(){return E._focusChanged(!0)})("blur",function(){return E._focusChanged(!1)})("input",function(){return E._onInput()}),2&f&&(b.Ikx("id",E.id)("disabled",E.disabled)("required",E.required),b.uIk("name",E.name||null)("readonly",E.readonly&&!E._isNativeSelect||null)("aria-invalid",E.empty&&E.required?null:E.errorState)("aria-required",E.required)("id",E.id),b.ekj("mat-input-server",E._isServer)("mat-mdc-form-field-textarea-control",E._isInFormField&&E._isTextarea)("mat-mdc-form-field-input-control",E._isInFormField)("mdc-text-field__input",E._isInFormField)("mat-mdc-native-select-inline",E._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:v.Eo,useExisting:V}]),b.qOj,b.TTD]}),V})(),T=(()=>{class V{}return V.\u0275fac=function(f){return new(f||V)},V.\u0275mod=b.oAB({type:V}),V.\u0275inj=b.cJS({imports:[j.BQ,v.lN,v.lN,l.Ky,j.BQ]}),V})()},7466:(be,oe,_)=>{_.d(oe,{Fk:()=>R,U0:()=>O,VQ:()=>N});var e=_(5879),w=_(3680),l=_(4300),b=_(2495),Y=_(8337),j=_(6223),v=_(6814);const Z=["input"],$=["*"];let H=0;class L{constructor(x,m){this.source=x,this.value=m}}const K={provide:j.JU,useExisting:(0,e.Gpc)(()=>N),multi:!0},J=new e.OlP("MatRadioGroup"),X=new e.OlP("mat-radio-default-options",{providedIn:"root",factory:function T(){return{color:"accent"}}});let V=(()=>{class u{get name(){return this._name}set name(m){this._name=m,this._updateRadioButtonNames()}get labelPosition(){return this._labelPosition}set labelPosition(m){this._labelPosition="before"===m?"before":"after",this._markRadiosForCheck()}get value(){return this._value}set value(m){this._value!==m&&(this._value=m,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())}_checkSelectedRadioButton(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)}get selected(){return this._selected}set selected(m){this._selected=m,this.value=m?m.value:null,this._checkSelectedRadioButton()}get disabled(){return this._disabled}set disabled(m){this._disabled=(0,b.Ig)(m),this._markRadiosForCheck()}get required(){return this._required}set required(m){this._required=(0,b.Ig)(m),this._markRadiosForCheck()}constructor(m){this._changeDetector=m,this._value=null,this._name="mat-radio-group-"+H++,this._selected=null,this._isInitialized=!1,this._labelPosition="after",this._disabled=!1,this._required=!1,this._controlValueAccessorChangeFn=()=>{},this.onTouched=()=>{},this.change=new e.vpe}ngAfterContentInit(){this._isInitialized=!0}_touch(){this.onTouched&&this.onTouched()}_updateRadioButtonNames(){this._radios&&this._radios.forEach(m=>{m.name=this.name,m._markForCheck()})}_updateSelectedRadioFromValue(){this._radios&&(null===this._selected||this._selected.value!==this._value)&&(this._selected=null,this._radios.forEach(k=>{k.checked=this.value===k.value,k.checked&&(this._selected=k)}))}_emitChangeEvent(){this._isInitialized&&this.change.emit(new L(this._selected,this._value))}_markRadiosForCheck(){this._radios&&this._radios.forEach(m=>m._markForCheck())}writeValue(m){this.value=m,this._changeDetector.markForCheck()}registerOnChange(m){this._controlValueAccessorChangeFn=m}registerOnTouched(m){this.onTouched=m}setDisabledState(m){this.disabled=m,this._changeDetector.markForCheck()}}return u.\u0275fac=function(m){return new(m||u)(e.Y36(e.sBO))},u.\u0275dir=e.lG2({type:u,inputs:{color:"color",name:"name",labelPosition:"labelPosition",value:"value",selected:"selected",disabled:"disabled",required:"required"},outputs:{change:"change"}}),u})();class h{constructor(x){this._elementRef=x}}const f=(0,w.Kr)((0,w.sb)(h));let E=(()=>{class u extends f{get checked(){return this._checked}set checked(m){const k=(0,b.Ig)(m);this._checked!==k&&(this._checked=k,k&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!k&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),k&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(m){this._value!==m&&(this._value=m,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===m),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(m){this._labelPosition=m}get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(m){this._setDisabled((0,b.Ig)(m))}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(m){this._required=(0,b.Ig)(m)}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._providerOverride&&this._providerOverride.color||"accent"}set color(m){this._color=m}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(m,k,P,q,ee,re,y,I){super(k),this._changeDetector=P,this._focusMonitor=q,this._radioDispatcher=ee,this._providerOverride=y,this._uniqueId="mat-radio-"+ ++H,this.id=this._uniqueId,this.change=new e.vpe,this._checked=!1,this._value=null,this._removeUniqueSelectionListener=()=>{},this.radioGroup=m,this._noopAnimations="NoopAnimations"===re,I&&(this.tabIndex=(0,b.su)(I,0))}focus(m,k){k?this._focusMonitor.focusVia(this._inputElement,k,m):this._inputElement.nativeElement.focus(m)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.checked&&(this.radioGroup.selected=this),this.name=this.radioGroup.name),this._removeUniqueSelectionListener=this._radioDispatcher.listen((m,k)=>{m!==this.id&&k===this.name&&(this.checked=!1)})}ngDoCheck(){this._updateTabIndex()}ngAfterViewInit(){this._updateTabIndex(),this._focusMonitor.monitor(this._elementRef,!0).subscribe(m=>{!m&&this.radioGroup&&this.radioGroup._touch()})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new L(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputClick(m){m.stopPropagation()}_onInputInteraction(m){if(m.stopPropagation(),!this.checked&&!this.disabled){const k=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),k&&this.radioGroup._emitChangeEvent())}}_onTouchTargetClick(m){this._onInputInteraction(m),this.disabled||this._inputElement.nativeElement.focus()}_setDisabled(m){this._disabled!==m&&(this._disabled=m,this._changeDetector.markForCheck())}_updateTabIndex(){const m=this.radioGroup;let k;if(k=m&&m.selected&&!this.disabled?m.selected===this?this.tabIndex:-1:this.tabIndex,k!==this._previousTabIndex){const P=this._inputElement?.nativeElement;P&&(P.setAttribute("tabindex",k+""),this._previousTabIndex=k)}}}return u.\u0275fac=function(m){e.$Z()},u.\u0275dir=e.lG2({type:u,viewQuery:function(m,k){if(1&m&&e.Gf(Z,5),2&m){let P;e.iGM(P=e.CRH())&&(k._inputElement=P.first)}},inputs:{id:"id",name:"name",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],checked:"checked",value:"value",labelPosition:"labelPosition",disabled:"disabled",required:"required",color:"color"},outputs:{change:"change"},features:[e.qOj]}),u})(),N=(()=>{class u extends V{}return u.\u0275fac=function(){let x;return function(k){return(x||(x=e.n5z(u)))(k||u)}}(),u.\u0275dir=e.lG2({type:u,selectors:[["mat-radio-group"]],contentQueries:function(m,k,P){if(1&m&&e.Suo(P,O,5),2&m){let q;e.iGM(q=e.CRH())&&(k._radios=q)}},hostAttrs:["role","radiogroup",1,"mat-mdc-radio-group"],exportAs:["matRadioGroup"],features:[e._Bn([K,{provide:J,useExisting:u}]),e.qOj]}),u})(),O=(()=>{class u extends E{constructor(m,k,P,q,ee,re,y,I){super(m,k,P,q,ee,re,y,I)}}return u.\u0275fac=function(m){return new(m||u)(e.Y36(J,8),e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(l.tE),e.Y36(Y.A8),e.Y36(e.QbO,8),e.Y36(X,8),e.$8M("tabindex"))},u.\u0275cmp=e.Xpm({type:u,selectors:[["mat-radio-button"]],hostAttrs:[1,"mat-mdc-radio-button"],hostVars:15,hostBindings:function(m,k){1&m&&e.NdJ("focus",function(){return k._inputElement.nativeElement.focus()}),2&m&&(e.uIk("id",k.id)("tabindex",null)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),e.ekj("mat-primary","primary"===k.color)("mat-accent","accent"===k.color)("mat-warn","warn"===k.color)("mat-mdc-radio-checked",k.checked)("_mat-animation-noopable",k._noopAnimations))},inputs:{disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matRadioButton"],features:[e.qOj],ngContentSelectors:$,decls:13,vars:17,consts:[[1,"mdc-form-field"],["formField",""],[1,"mdc-radio"],[1,"mat-mdc-radio-touch-target",3,"click"],["type","radio",1,"mdc-radio__native-control",3,"id","checked","disabled","required","change"],["input",""],[1,"mdc-radio__background"],[1,"mdc-radio__outer-circle"],[1,"mdc-radio__inner-circle"],["mat-ripple","",1,"mat-radio-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],[1,"mdc-label",3,"for"]],template:function(m,k){if(1&m&&(e.F$t(),e.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),e.NdJ("click",function(q){return k._onTouchTargetClick(q)}),e.qZA(),e.TgZ(4,"input",4,5),e.NdJ("change",function(q){return k._onInputInteraction(q)}),e.qZA(),e.TgZ(6,"div",6),e._UZ(7,"div",7)(8,"div",8),e.qZA(),e.TgZ(9,"div",9),e._UZ(10,"div",10),e.qZA()(),e.TgZ(11,"label",11),e.Hsn(12),e.qZA()()),2&m){const P=e.MAs(1);e.ekj("mdc-form-field--align-end","before"==k.labelPosition),e.xp6(2),e.ekj("mdc-radio--disabled",k.disabled),e.xp6(2),e.Q6J("id",k.inputId)("checked",k.checked)("disabled",k.disabled)("required",k.required),e.uIk("name",k.name)("value",k.value)("aria-label",k.ariaLabel)("aria-labelledby",k.ariaLabelledby)("aria-describedby",k.ariaDescribedby),e.xp6(5),e.Q6J("matRippleTrigger",P)("matRippleDisabled",k._isRippleDisabled())("matRippleCentered",!0),e.xp6(2),e.Q6J("for",k.inputId)}},dependencies:[w.wG],styles:['.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:content-box;width:20px;height:20px;cursor:pointer;will-change:opacity,transform,border-color,color}.mdc-radio[hidden]{display:none}.mdc-radio__background{display:inline-block;position:relative;box-sizing:border-box;width:20px;height:20px}.mdc-radio__background::before{position:absolute;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0, 0);border-width:10px;border-style:solid;border-radius:50%;transition:transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio--touch{margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.mdc-radio--touch .mdc-radio__native-control{top:calc((40px - 48px) / 2);right:calc((40px - 48px) / 2);left:calc((40px - 48px) / 2);width:48px;height:48px}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{border-color:CanvasText}}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after{border-color:CanvasText}}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(1);opacity:.12;transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mat-mdc-radio-button{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-radio-button .mdc-radio{padding:calc((var(--mdc-radio-state-layer-size) - 20px) / 2)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-selected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-disabled-selected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-unselected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{opacity:var(--mdc-radio-disabled-unselected-icon-opacity)}.mat-mdc-radio-button .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-focus-icon-color)}.mat-mdc-radio-button .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-focus-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before{top:calc(-1 * (var(--mdc-radio-state-layer-size) - 20px) / 2);left:calc(-1 * (var(--mdc-radio-state-layer-size) - 20px) / 2);width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{top:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);right:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);left:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size)}.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before{background-color:var(--mat-radio-ripple-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus)~.mdc-radio__background::before{opacity:.04;transform:scale(1)}.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before{background-color:var(--mat-radio-checked-ripple-color)}.mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element{background-color:var(--mat-radio-checked-ripple-color)}.mat-mdc-radio-button .mdc-radio--disabled+label{color:var(--mat-radio-disabled-label-color)}.mat-mdc-radio-button .mat-radio-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:50%}.mat-mdc-radio-button .mat-radio-ripple .mat-ripple-element{opacity:.14}.mat-mdc-radio-button .mat-radio-ripple::before{border-radius:50%}.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__background::before,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__outer-circle,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__inner-circle{transition:none !important}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:focus:enabled:not(:checked)~.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-focus-icon-color, black)}.mat-mdc-radio-button.cdk-focused .mat-mdc-focus-indicator::before{content:""}.mat-mdc-radio-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}[dir=rtl] .mat-mdc-radio-touch-target{left:0;right:50%;transform:translate(50%, -50%)}'],encapsulation:2,changeDetection:0}),u})(),R=(()=>{class u{}return u.\u0275fac=function(m){return new(m||u)},u.\u0275mod=e.oAB({type:u}),u.\u0275inj=e.cJS({imports:[w.BQ,v.ez,w.si,w.BQ]}),u})()},8525:(be,oe,_)=>{_.d(oe,{$L:()=>ke,LD:()=>Q,gD:()=>we});var e=_(748),w=_(6814),l=_(5879),b=_(3680),Y=_(4170),j=_(6672),v=_(4300),Z=_(9388),$=_(2495),H=_(8337),L=_(6028),K=_(6223),J=_(2079),X=_(4917),T=_(7354),V=_(3075),h=_(5222),f=_(1418),E=_(7734),N=_(6124),O=_(2068),R=_(9352),u=_(6825);const x=["trigger"],m=["panel"];function k(A,U){if(1&A&&(l.TgZ(0,"span",10),l._uU(1),l.qZA()),2&A){const r=l.oxw();l.xp6(1),l.Oqu(r.placeholder)}}function P(A,U){if(1&A&&(l.TgZ(0,"span",14),l._uU(1),l.qZA()),2&A){const r=l.oxw(2);l.xp6(1),l.Oqu(r.triggerValue)}}function q(A,U){1&A&&l.Hsn(0,0,["*ngSwitchCase","true"])}function ee(A,U){if(1&A&&(l.TgZ(0,"span",11),l.YNc(1,P,2,1,"span",12),l.YNc(2,q,1,0,"ng-content",13),l.qZA()),2&A){const r=l.oxw();l.Q6J("ngSwitch",!!r.customTrigger),l.xp6(2),l.Q6J("ngSwitchCase",!0)}}function re(A,U){if(1&A){const r=l.EpF();l.O4$(),l.kcU(),l.TgZ(0,"div",15,16),l.NdJ("@transformPanel.done",function(D){l.CHM(r);const z=l.oxw();return l.KtG(z._panelDoneAnimatingStream.next(D.toState))})("keydown",function(D){l.CHM(r);const z=l.oxw();return l.KtG(z._handleKeydown(D))}),l.Hsn(2,1),l.qZA()}if(2&A){const r=l.oxw();l.Gre("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",r._getPanelTheme(),""),l.Q6J("ngClass",r.panelClass)("@transformPanel","showing"),l.uIk("id",r.id+"-panel")("aria-multiselectable",r.multiple)("aria-label",r.ariaLabel||null)("aria-labelledby",r._getPanelAriaLabelledby())}}const y=[[["mat-select-trigger"]],"*"],I=["mat-select-trigger","*"],g={transformPanelWrap:(0,u.X$)("transformPanelWrap",[(0,u.eR)("* => void",(0,u.IO)("@transformPanel",[(0,u.pV)()],{optional:!0}))]),transformPanel:(0,u.X$)("transformPanel",[(0,u.SB)("void",(0,u.oB)({opacity:0,transform:"scale(1, 0.8)"})),(0,u.eR)("void => showing",(0,u.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,u.oB)({opacity:1,transform:"scale(1, 1)"}))),(0,u.eR)("* => void",(0,u.jt)("100ms linear",(0,u.oB)({opacity:0})))])};let W=0;const he=new l.OlP("mat-select-scroll-strategy"),Ae=new l.OlP("MAT_SELECT_CONFIG"),De={provide:he,deps:[e.aV],useFactory:function xe(A){return()=>A.scrollStrategies.reposition()}},ve=new l.OlP("MatSelectTrigger");class ye{constructor(U,r){this.source=U,this.value=r}}const ce=(0,b.Kr)((0,b.sb)((0,b.Id)((0,b.FD)(class{constructor(A,U,r,c,D){this._elementRef=A,this._defaultErrorStateMatcher=U,this._parentForm=r,this._parentFormGroup=c,this.ngControl=D,this.stateChanges=new J.xQ}}))));let Oe=(()=>{class A extends ce{get focused(){return this._focused||this._panelOpen}get placeholder(){return this._placeholder}set placeholder(r){this._placeholder=r,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(K.kI.required)??!1}set required(r){this._required=(0,$.Ig)(r),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(r){this._multiple=(0,$.Ig)(r)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(r){this._disableOptionCentering=(0,$.Ig)(r)}get compareWith(){return this._compareWith}set compareWith(r){this._compareWith=r,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(r){this._assignValue(r)&&this._onChange(r)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(r){this._typeaheadDebounceInterval=(0,$.su)(r)}get id(){return this._id}set id(r){this._id=r||this._uid,this.stateChanges.next()}constructor(r,c,D,z,ie,le,ne,me,Te,Se,Ue,Re,Qe,Pe){super(ie,z,ne,me,Se),this._viewportRuler=r,this._changeDetectorRef=c,this._ngZone=D,this._dir=le,this._parentFormField=Te,this._liveAnnouncer=Qe,this._defaultOptions=Pe,this._panelOpen=!1,this._compareWith=(se,Ce)=>se===Ce,this._uid="mat-select-"+W++,this._triggerAriaLabelledBy=null,this._destroy=new J.xQ,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+W++,this._panelDoneAnimatingStream=new J.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,X.P)(()=>{const se=this.options;return se?se.changes.pipe((0,V.O)(se),(0,h.w)(()=>(0,T.T)(...se.map(Ce=>Ce.onSelectionChange)))):this._ngZone.onStable.pipe((0,f.q)(1),(0,h.w)(()=>this.optionSelectionChanges))}),this.openedChange=new l.vpe,this._openedStream=this.openedChange.pipe((0,E.h)(se=>se),(0,N.U)(()=>{})),this._closedStream=this.openedChange.pipe((0,E.h)(se=>!se),(0,N.U)(()=>{})),this.selectionChange=new l.vpe,this.valueChange=new l.vpe,this._trackedModal=null,this.ngControl&&(this.ngControl.valueAccessor=this),null!=Pe?.typeaheadDebounceInterval&&(this._typeaheadDebounceInterval=Pe.typeaheadDebounceInterval),this._scrollStrategyFactory=Re,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Ue)||0,this.id=this.id}ngOnInit(){this._selectionModel=new H.Ov(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,O.x)(),(0,R.R)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen))}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe((0,R.R)(this._destroy)).subscribe(r=>{r.added.forEach(c=>c.select()),r.removed.forEach(c=>c.deselect())}),this.options.changes.pipe((0,V.O)(null),(0,R.R)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const r=this._getTriggerAriaLabelledby(),c=this.ngControl;if(r!==this._triggerAriaLabelledBy){const D=this._elementRef.nativeElement;this._triggerAriaLabelledBy=r,r?D.setAttribute("aria-labelledby",r):D.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(r){(r.disabled||r.userAriaDescribedBy)&&this.stateChanges.next(),r.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this._typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck())}_applyModalPanelOwnership(){const r=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!r)return;const c=`${this.id}-panel`;this._trackedModal&&(0,v.iD)(this._trackedModal,"aria-owns",c),(0,v.Zf)(r,"aria-owns",c),this._trackedModal=r}_clearFromModal(){this._trackedModal&&((0,v.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(r){this._assignValue(r)}registerOnChange(r){this._onChange=r}registerOnTouched(r){this._onTouched=r}setDisabledState(r){this.disabled=r,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const r=this._selectionModel.selected.map(c=>c.viewValue);return this._isRtl()&&r.reverse(),r.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(r){this.disabled||(this.panelOpen?this._handleOpenKeydown(r):this._handleClosedKeydown(r))}_handleClosedKeydown(r){const c=r.keyCode,D=c===L.JH||c===L.LH||c===L.oh||c===L.SV,z=c===L.K5||c===L.L_,ie=this._keyManager;if(!ie.isTyping()&&z&&!(0,L.Vb)(r)||(this.multiple||r.altKey)&&D)r.preventDefault(),this.open();else if(!this.multiple){const le=this.selected;ie.onKeydown(r);const ne=this.selected;ne&&le!==ne&&this._liveAnnouncer.announce(ne.viewValue,1e4)}}_handleOpenKeydown(r){const c=this._keyManager,D=r.keyCode,z=D===L.JH||D===L.LH,ie=c.isTyping();if(z&&r.altKey)r.preventDefault(),this.close();else if(ie||D!==L.K5&&D!==L.L_||!c.activeItem||(0,L.Vb)(r))if(!ie&&this._multiple&&D===L.A&&r.ctrlKey){r.preventDefault();const le=this.options.some(ne=>!ne.disabled&&!ne.selected);this.options.forEach(ne=>{ne.disabled||(le?ne.select():ne.deselect())})}else{const le=c.activeItemIndex;c.onKeydown(r),this._multiple&&z&&r.shiftKey&&c.activeItem&&c.activeItemIndex!==le&&c.activeItem._selectViaInteraction()}else r.preventDefault(),c.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,f.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(r){if(this.options.forEach(c=>c.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&r)Array.isArray(r),r.forEach(c=>this._selectOptionByValue(c)),this._sortValues();else{const c=this._selectOptionByValue(r);c?this._keyManager.updateActiveItem(c):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(r){const c=this.options.find(D=>{if(this._selectionModel.isSelected(D))return!1;try{return null!=D.value&&this._compareWith(D.value,r)}catch{return!1}});return c&&this._selectionModel.select(c),c}_assignValue(r){return!!(r!==this._value||this._multiple&&Array.isArray(r))&&(this.options&&this._setSelectionByValue(r),this._value=r,!0)}_skipPredicate(r){return r.disabled}_initKeyManager(){this._keyManager=new v.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 r=(0,T.T)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,R.R)(r)).subscribe(c=>{this._onSelect(c.source,c.isUserInput),c.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,T.T)(...this.options.map(c=>c._stateChanges)).pipe((0,R.R)(r)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(r,c){const D=this._selectionModel.isSelected(r);null!=r.value||this._multiple?(D!==r.selected&&(r.selected?this._selectionModel.select(r):this._selectionModel.deselect(r)),c&&this._keyManager.setActiveItem(r),this.multiple&&(this._sortValues(),c&&this.focus())):(r.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(r.value)),D!==this._selectionModel.isSelected(r)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const r=this.options.toArray();this._selectionModel.sort((c,D)=>this.sortComparator?this.sortComparator(c,D,r):r.indexOf(c)-r.indexOf(D)),this.stateChanges.next()}}_propagateChanges(r){let c=null;c=this.multiple?this.selected.map(D=>D.value):this.selected?this.selected.value:r,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 r=-1;for(let c=0;c<this.options.length;c++)if(!this.options.get(c).disabled){r=c;break}this._keyManager.setActiveItem(r)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){return!this._panelOpen&&!this.disabled&&this.options?.length>0}focus(r){this._elementRef.nativeElement.focus(r)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const r=this._parentFormField?.getLabelId();return this.ariaLabelledby?(r?r+" ":"")+this.ariaLabelledby:r}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const r=this._parentFormField?.getLabelId();let c=(r?r+" ":"")+this._valueId;return this.ariaLabelledby&&(c+=" "+this.ariaLabelledby),c}_panelDoneAnimating(r){this.openedChange.emit(r)}setDescribedByIds(r){r.length?this._elementRef.nativeElement.setAttribute("aria-describedby",r.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this._panelOpen||!this.empty||this._focused&&!!this._placeholder}}return A.\u0275fac=function(r){return new(r||A)(l.Y36(j.rL),l.Y36(l.sBO),l.Y36(l.R0b),l.Y36(b.rD),l.Y36(l.SBq),l.Y36(Z.Is,8),l.Y36(K.F,8),l.Y36(K.sg,8),l.Y36(Y.G_,8),l.Y36(K.a5,10),l.$8M("tabindex"),l.Y36(he),l.Y36(v.Kd),l.Y36(Ae,8))},A.\u0275dir=l.lG2({type:A,viewQuery:function(r,c){if(1&r&&(l.Gf(x,5),l.Gf(m,5),l.Gf(e.pI,5)),2&r){let D;l.iGM(D=l.CRH())&&(c.trigger=D.first),l.iGM(D=l.CRH())&&(c.panel=D.first),l.iGM(D=l.CRH())&&(c._overlayDir=D.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:[l.qOj,l.TTD]}),A})(),ke=(()=>{class A{}return A.\u0275fac=function(r){return new(r||A)},A.\u0275dir=l.lG2({type:A,selectors:[["mat-select-trigger"]],features:[l._Bn([{provide:ve,useExisting:A}])]}),A})(),we=(()=>{class A extends Oe{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=r=>!this.panelOpen&&r.disabled}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}ngOnInit(){super.ngOnInit(),this._viewportRuler.change().pipe((0,R.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(r){const c=this.options.toArray()[r];if(c){const D=this.panel.nativeElement,z=(0,b.CB)(r,this.options,this.optionGroups),ie=c._getHostElement();D.scrollTop=0===r&&1===z?0:(0,b.jH)(ie.offsetTop,ie.offsetHeight,D.scrollTop,D.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(r){return new ye(this,r)}_getOverlayWidth(r){return"auto"===this.panelWidth?(r instanceof e.xu?r.elementRef:r||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(r){this._hideSingleSelectionIndicator=(0,$.Ig)(r),this._syncParentProperties()}_syncParentProperties(){if(this.options)for(const r of this.options)r._changeDetectorRef.markForCheck()}}return A.\u0275fac=function(){let U;return function(c){return(U||(U=l.n5z(A)))(c||A)}}(),A.\u0275cmp=l.Xpm({type:A,selectors:[["mat-select"]],contentQueries:function(r,c,D){if(1&r&&(l.Suo(D,ve,5),l.Suo(D,b.ey,5),l.Suo(D,b.K7,5)),2&r){let z;l.iGM(z=l.CRH())&&(c.customTrigger=z.first),l.iGM(z=l.CRH())&&(c.options=z),l.iGM(z=l.CRH())&&(c.optionGroups=z)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox","ngSkipHydration","",1,"mat-mdc-select"],hostVars:19,hostBindings:function(r,c){1&r&&l.NdJ("keydown",function(z){return c._handleKeydown(z)})("focus",function(){return c._onFocus()})("blur",function(){return c._onBlur()}),2&r&&(l.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()),l.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:[l._Bn([{provide:Y.Eo,useExisting:A},{provide:b.HF,useExisting:A}]),l.qOj],ngContentSelectors:I,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(r,c){if(1&r&&(l.F$t(y),l.TgZ(0,"div",0,1),l.NdJ("click",function(){return c.toggle()}),l.TgZ(3,"div",2),l.YNc(4,k,2,1,"span",3),l.YNc(5,ee,3,2,"span",4),l.qZA(),l.TgZ(6,"div",5)(7,"div",6),l.O4$(),l.TgZ(8,"svg",7),l._UZ(9,"path",8),l.qZA()()()(),l.YNc(10,re,3,9,"ng-template",9),l.NdJ("backdropClick",function(){return c.close()})("attach",function(){return c._onAttached()})("detach",function(){return c.close()})),2&r){const D=l.MAs(1);l.xp6(3),l.Q6J("ngSwitch",c.empty),l.uIk("id",c._valueId),l.xp6(1),l.Q6J("ngSwitchCase",!0),l.xp6(1),l.Q6J("ngSwitchCase",!1),l.xp6(5),l.Q6J("cdkConnectedOverlayPanelClass",c._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",c._scrollStrategy)("cdkConnectedOverlayOrigin",c._preferredOverlayOrigin||D)("cdkConnectedOverlayOpen",c.panelOpen)("cdkConnectedOverlayPositions",c._positions)("cdkConnectedOverlayWidth",c._overlayWidth)}},dependencies:[w.mk,w.RF,w.n9,w.ED,e.pI,e.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:[g.transformPanel]},changeDetection:0}),A})(),Q=(()=>{class A{}return A.\u0275fac=function(r){return new(r||A)},A.\u0275mod=l.oAB({type:A}),A.\u0275inj=l.cJS({providers:[De],imports:[w.ez,e.U8,b.Ng,b.BQ,j.ZD,Y.lN,b.Ng,b.BQ]}),A})()}}]);