-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path7487.fd21d564af4a3a0b.js
1 lines (1 loc) · 176 KB
/
7487.fd21d564af4a3a0b.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[7487],{6263:(Ce,ee,f)=>{f.d(ee,{IC:()=>Q,Ky:()=>$,Lq:()=>B,aC:()=>J});var e=f(2831),g=f(5879),a=f(2495),x=f(1226),G=f(2079),W=f(9016),R=f(5434),V=f(9352),j=f(6814);const z=(0,e.i$)({passive:!0});let B=(()=>{class D{constructor(u,h){this._platform=u,this._ngZone=h,this._monitoredElements=new Map}monitor(u){if(!this._platform.isBrowser)return x.E;const h=(0,a.fI)(u),C=this._monitoredElements.get(h);if(C)return C.subject;const H=new G.xQ,A="cdk-text-field-autofilled",S=_=>{"cdk-text-field-autofill-start"!==_.animationName||h.classList.contains(A)?"cdk-text-field-autofill-end"===_.animationName&&h.classList.contains(A)&&(h.classList.remove(A),this._ngZone.run(()=>H.next({target:_.target,isAutofilled:!1}))):(h.classList.add(A),this._ngZone.run(()=>H.next({target:_.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{h.addEventListener("animationstart",S,z),h.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(h,{subject:H,unlisten:()=>{h.removeEventListener("animationstart",S,z)}}),H}stopMonitoring(u){const h=(0,a.fI)(u),C=this._monitoredElements.get(h);C&&(C.unlisten(),C.subject.complete(),h.classList.remove("cdk-text-field-autofill-monitored"),h.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(h))}ngOnDestroy(){this._monitoredElements.forEach((u,h)=>this.stopMonitoring(h))}}return D.\u0275fac=function(u){return new(u||D)(g.LFG(e.t4),g.LFG(g.R0b))},D.\u0275prov=g.Yz7({token:D,factory:D.\u0275fac,providedIn:"root"}),D})(),J=(()=>{class D{constructor(u,h){this._elementRef=u,this._autofillMonitor=h,this.cdkAutofill=new g.vpe}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(u=>this.cdkAutofill.emit(u))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}}return D.\u0275fac=function(u){return new(u||D)(g.Y36(g.SBq),g.Y36(B))},D.\u0275dir=g.lG2({type:D,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"}}),D})(),Q=(()=>{class D{get minRows(){return this._minRows}set minRows(u){this._minRows=(0,a.su)(u),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(u){this._maxRows=(0,a.su)(u),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(u){u=(0,a.Ig)(u),this._enabled!==u&&((this._enabled=u)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(u){this._cachedPlaceholderHeight=void 0,u?this._textareaElement.setAttribute("placeholder",u):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(u,h,C,H){this._elementRef=u,this._platform=h,this._ngZone=C,this._destroyed=new G.xQ,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=A=>{this._hasFocus="focus"===A.type},this._document=H,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const u=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;u&&(this._textareaElement.style.minHeight=u)}_setMaxHeight(){const u=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;u&&(this._textareaElement.style.maxHeight=u)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const u=this._getWindow();(0,W.R)(u,"resize").pipe((0,R.e)(16),(0,V.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 u=this._textareaElement.cloneNode(!1);u.rows=1,u.style.position="absolute",u.style.visibility="hidden",u.style.border="none",u.style.padding="0",u.style.height="",u.style.minHeight="",u.style.maxHeight="",u.style.overflow="hidden",this._textareaElement.parentNode.appendChild(u),this._cachedLineHeight=u.clientHeight,u.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const u=this._textareaElement,h=u.style.marginBottom||"",C=this._platform.FIREFOX,H=C&&this._hasFocus,A=C?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";H&&(u.style.marginBottom=`${u.clientHeight}px`),u.classList.add(A);const S=u.scrollHeight-4;return u.classList.remove(A),H&&(u.style.marginBottom=h),S}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const u=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=u}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(u=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const h=this._elementRef.nativeElement,C=h.value;if(!u&&this._minRows===this._previousMinRows&&C===this._previousValue)return;const H=this._measureScrollHeight(),A=Math.max(H,this._cachedPlaceholderHeight||0);h.style.height=`${A}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(h)):setTimeout(()=>this._scrollToCaretPosition(h))}),this._previousValue=C,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(u){const{selectionStart:h,selectionEnd:C}=u;!this._destroyed.isStopped&&this._hasFocus&&u.setSelectionRange(h,C)}}return D.\u0275fac=function(u){return new(u||D)(g.Y36(g.SBq),g.Y36(e.t4),g.Y36(g.R0b),g.Y36(j.K0,8))},D.\u0275dir=g.lG2({type:D,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(u,h){1&u&&g.NdJ("input",function(){return h._noopInputHandler()})},inputs:{minRows:["cdkAutosizeMinRows","minRows"],maxRows:["cdkAutosizeMaxRows","maxRows"],enabled:["cdkTextareaAutosize","enabled"],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"]}),D})(),$=(()=>{class D{}return D.\u0275fac=function(u){return new(u||D)},D.\u0275mod=g.oAB({type:D}),D.\u0275inj=g.cJS({}),D})()},7487:(Ce,ee,f)=>{f.r(ee),f.d(ee,{TooltipAutoHideExample:()=>D,TooltipCustomClassExample:()=>w,TooltipDelayExample:()=>u,TooltipDisabledExample:()=>h,TooltipHarnessExample:()=>U,TooltipManualExample:()=>C,TooltipMessageExample:()=>H,TooltipModifiedDefaultsExample:()=>S,TooltipOverviewExample:()=>_,TooltipPositionAtOriginExample:()=>I,TooltipPositionExample:()=>b});var e=f(5879),g=f(6223),a=f(2596),x=f(2296),G=f(6672),W=f(6814),R=f(8525),V=f(4170),j=f(3680),z=f(4516),B=f(5986);function J(p,F){if(1&p&&(e.TgZ(0,"mat-option",5),e._uU(1),e.qZA()),2&p){const v=F.$implicit;e.Q6J("value",v),e.xp6(1),e.hij(" ",v," ")}}function Q(p,F){if(1&p&&(e.TgZ(0,"mat-option",4),e._uU(1),e.qZA()),2&p){const v=F.$implicit;e.Q6J("value",v),e.xp6(1),e.hij(" ",v," ")}}let D=(()=>{class p{constructor(){this.positionOptions=["below","above","left","right"],this.position=new g.NI(this.positionOptions[0])}}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-auto-hide-example"]],standalone:!0,features:[e.jDz],decls:9,vars:3,consts:[[3,"formControl"],[3,"value",4,"ngFor","ngForOf"],["cdkScrollable","",1,"example-container"],["mat-raised-button","","matTooltip","Info about the action","matTooltipHideDelay","100000","aria-label","Button that displays a tooltip that hides when scrolled out of the container",1,"example-button",3,"matTooltipPosition"],["tooltip","matTooltip"],[3,"value"]],template:function(v,T){1&v&&(e.TgZ(0,"mat-form-field")(1,"mat-label"),e._uU(2,"Tooltip position"),e.qZA(),e.TgZ(3,"mat-select",0),e.YNc(4,J,2,2,"mat-option",1),e.qZA()(),e.TgZ(5,"div",2)(6,"button",3,4),e._uU(8," Action "),e.qZA()()),2&v&&(e.xp6(3),e.Q6J("formControl",T.position),e.xp6(1),e.Q6J("ngForOf",T.positionOptions),e.xp6(2),e.Q6J("matTooltipPosition",T.position.value))},dependencies:[V.lN,V.KE,V.hX,R.LD,G.PQ,R.gD,j.ey,g.u5,g.JJ,g.UX,g.oH,W.ax,x.ot,x.lW,a.AV,a.gM],styles:[".example-button[_ngcontent-%COMP%] {\n display: block;\n margin: 80px auto 400px;\n}\n\n.example-container[_ngcontent-%COMP%] {\n height: 200px;\n overflow: auto;\n border: 1px solid #ccc;\n}"]}),p})(),w=(()=>{class p{}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-custom-class-example"]],standalone:!0,features:[e.jDz],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","Info about the action","matTooltipClass","example-tooltip-uppercase","aria-label","Button that shows a red tooltip",1,"example-button"]],template:function(v,T){1&v&&(e.TgZ(0,"button",0),e._uU(1," Uppercase-tooltip Action\n"),e.qZA())},dependencies:[x.ot,x.lW,a.AV,a.gM],styles:[".example-button {\n margin-top: 16px;\n}\n\n.example-tooltip-uppercase {\n text-transform: uppercase;\n}\n"],encapsulation:2}),p})(),u=(()=>{class p{constructor(){this.showDelay=new g.NI(1e3),this.hideDelay=new g.NI(2e3)}}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-delay-example"]],standalone:!0,features:[e.jDz],decls:14,vars:4,consts:[[1,"example-user-input"],["matInput","","type","number","aria-label","Adds a delay between hovering over the button and displaying the tooltip",3,"formControl"],["matInput","","type","number","aria-label","Adds a delay between hovering away from the button and hiding the tooltip",3,"formControl"],["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip with a customized delay in showing and hiding",3,"matTooltipShowDelay","matTooltipHideDelay"]],template:function(v,T){1&v&&(e.TgZ(0,"mat-form-field",0)(1,"mat-label"),e._uU(2,"Show delay"),e.qZA(),e._UZ(3,"input",1),e.TgZ(4,"mat-hint"),e._uU(5,"milliseconds"),e.qZA()(),e.TgZ(6,"mat-form-field",0)(7,"mat-label"),e._uU(8,"Hide delay"),e.qZA(),e._UZ(9,"input",2),e.TgZ(10,"mat-hint"),e._uU(11,"milliseconds"),e.qZA()(),e.TgZ(12,"button",3),e._uU(13," Action\n"),e.qZA()),2&v&&(e.xp6(3),e.Q6J("formControl",T.showDelay),e.xp6(6),e.Q6J("formControl",T.hideDelay),e.xp6(3),e.Q6J("matTooltipShowDelay",T.showDelay.value)("matTooltipHideDelay",T.hideDelay.value))},dependencies:[V.lN,V.KE,V.hX,V.bx,z.c,z.Nt,g.u5,g.Fj,g.wV,g.JJ,g.UX,g.oH,x.ot,x.lW,a.AV,a.gM],styles:[".mat-form-field[_ngcontent-%COMP%] + .mat-form-field[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]}),p})(),h=(()=>{class p{constructor(){this.disabled=new g.NI(!1)}}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-disabled-example"]],standalone:!0,features:[e.jDz],decls:4,vars:2,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip that can be programmatically disabled",3,"matTooltipDisabled"],[1,"example-disabled-checkbox",3,"formControl"]],template:function(v,T){1&v&&(e.TgZ(0,"button",0),e._uU(1," Action\n"),e.qZA(),e.TgZ(2,"mat-checkbox",1),e._uU(3," Tooltip disabled\n"),e.qZA()),2&v&&(e.Q6J("matTooltipDisabled",T.disabled.value),e.xp6(2),e.Q6J("formControl",T.disabled))},dependencies:[x.ot,x.lW,a.AV,a.gM,B.p9,B.oG,g.u5,g.JJ,g.UX,g.oH],styles:[".example-disabled-checkbox[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]}),p})(),C=(()=>{class p{}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-manual-example"]],standalone:!0,features:[e.jDz],decls:12,vars:0,consts:[["mat-button","","aria-label","Show tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-button","","aria-label","Hide tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-button","","aria-label","Show/Hide tooltip on the button at the end of this section",1,"example-action-button",3,"click"],["mat-raised-button","","matTooltip","Info about the action","matTooltipPosition","right","aria-tooltip","Button that displays and hides a tooltip triggered by other buttons"],["tooltip","matTooltip"]],template:function(v,T){if(1&v){const X=e.EpF();e.TgZ(0,"div")(1,"span"),e._uU(2," Click the following buttons to... "),e.qZA(),e.TgZ(3,"button",0),e.NdJ("click",function(){e.CHM(X);const ie=e.MAs(10);return e.KtG(ie.show())}),e._uU(4," show "),e.qZA(),e.TgZ(5,"button",1),e.NdJ("click",function(){e.CHM(X);const ie=e.MAs(10);return e.KtG(ie.hide())}),e._uU(6," hide "),e.qZA(),e.TgZ(7,"button",2),e.NdJ("click",function(){e.CHM(X);const ie=e.MAs(10);return e.KtG(ie.toggle())}),e._uU(8," toggle show/hide "),e.qZA()(),e.TgZ(9,"button",3,4),e._uU(11," Action\n"),e.qZA()}},dependencies:[x.ot,x.lW,a.AV,a.gM],styles:[".example-action-button[_ngcontent-%COMP%] {\n margin-top: 16px;\n}"]}),p})(),H=(()=>{class p{constructor(){this.message=new g.NI("Info about the action")}}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-message-example"]],standalone:!0,features:[e.jDz],decls:6,vars:2,consts:[[1,"example-user-input"],["matInput","",3,"formControl"],["mat-raised-button","","aria-label","Button that displays a tooltip with a custom message",3,"matTooltip"]],template:function(v,T){1&v&&(e.TgZ(0,"mat-form-field",0)(1,"mat-label"),e._uU(2,"Tooltip message"),e.qZA(),e._UZ(3,"input",1),e.qZA(),e.TgZ(4,"button",2),e._uU(5," Action\n"),e.qZA()),2&v&&(e.xp6(3),e.Q6J("formControl",T.message),e.xp6(1),e.Q6J("matTooltip",T.message.value||""))},dependencies:[V.lN,V.KE,V.hX,z.c,z.Nt,g.u5,g.Fj,g.JJ,g.UX,g.oH,x.ot,x.lW,a.AV,a.gM],styles:[".example-user-input[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]}),p})();const A={showDelay:1e3,hideDelay:1e3,touchendHideDelay:1e3};let S=(()=>{class p{}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-modified-defaults-example"]],standalone:!0,features:[e._Bn([{provide:a.Jm,useValue:A}]),e.jDz],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","By default, I delay","aria-label","Button that displays a tooltip that has custom delays through a default config"]],template:function(v,T){1&v&&(e.TgZ(0,"button",0),e._uU(1," Button with delay-default tooltip\n"),e.qZA())},dependencies:[x.ot,x.lW,a.AV,a.gM],encapsulation:2}),p})(),_=(()=>{class p{}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-overview-example"]],standalone:!0,features:[e.jDz],decls:2,vars:0,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip when focused or hovered over"]],template:function(v,T){1&v&&(e.TgZ(0,"button",0),e._uU(1," Action\n"),e.qZA())},dependencies:[x.ot,x.lW,a.AV,a.gM],encapsulation:2}),p})(),b=(()=>{class p{constructor(){this.positionOptions=["after","before","above","below","left","right"],this.position=new g.NI(this.positionOptions[0])}}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-position-example"]],standalone:!0,features:[e.jDz],decls:7,vars:3,consts:[[1,"example-user-input"],[3,"formControl"],[3,"value",4,"ngFor","ngForOf"],["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip in various positions",3,"matTooltipPosition"],[3,"value"]],template:function(v,T){1&v&&(e.TgZ(0,"mat-form-field",0)(1,"mat-label"),e._uU(2,"Tooltip position"),e.qZA(),e.TgZ(3,"mat-select",1),e.YNc(4,Q,2,2,"mat-option",2),e.qZA()(),e.TgZ(5,"button",3),e._uU(6," Action\n"),e.qZA()),2&v&&(e.xp6(3),e.Q6J("formControl",T.position),e.xp6(1),e.Q6J("ngForOf",T.positionOptions),e.xp6(1),e.Q6J("matTooltipPosition",T.position.value))},dependencies:[V.lN,V.KE,V.hX,R.LD,R.gD,j.ey,g.u5,g.JJ,g.UX,g.oH,W.ax,x.ot,x.lW,a.AV,a.gM],styles:[".example-user-input[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]}),p})(),I=(()=>{class p{constructor(){this.enabled=new g.NI(!1)}}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-position-at-origin-example"]],standalone:!0,features:[e.jDz],decls:4,vars:2,consts:[["mat-raised-button","","matTooltip","Info about the action","aria-label","Button that displays a tooltip when focused or hovered over",1,"demo-button",3,"matTooltipPositionAtOrigin"],[1,"example-enabled-checkbox",3,"formControl"]],template:function(v,T){1&v&&(e.TgZ(0,"button",0),e._uU(1," Action\n"),e.qZA(),e.TgZ(2,"mat-checkbox",1),e._uU(3," Position at origin enabled\n"),e.qZA()),2&v&&(e.Q6J("matTooltipPositionAtOrigin",T.enabled.value),e.xp6(2),e.Q6J("formControl",T.enabled))},dependencies:[x.ot,x.lW,a.AV,a.gM,B.p9,B.oG,g.u5,g.JJ,g.UX,g.oH],styles:["button.demo-button[_ngcontent-%COMP%] {\n width: 500px;\n height: 500px;\n}\n\n.example-enabled-checkbox[_ngcontent-%COMP%] {\n margin-left: 8px;\n}"]}),p})(),U=(()=>{class p{constructor(){this.message="Tooltip message"}}return p.\u0275fac=function(v){return new(v||p)},p.\u0275cmp=e.Xpm({type:p,selectors:[["tooltip-harness-example"]],standalone:!0,features:[e.jDz],decls:4,vars:1,consts:[["id","one",3,"matTooltip"],["matTooltip","Static message","id","two"]],template:function(v,T){1&v&&(e.TgZ(0,"button",0),e._uU(1,"Trigger 1"),e.qZA(),e.TgZ(2,"button",1),e._uU(3,"Trigger 2"),e.qZA()),2&v&&e.Q6J("matTooltip",T.message)},dependencies:[a.AV,a.gM],encapsulation:2}),p})()},6223:(Ce,ee,f)=>{f.d(ee,{Cf:()=>u,EJ:()=>qe,F:()=>Ze,Fj:()=>$,JJ:()=>E,JL:()=>L,JU:()=>V,Kr:()=>It,NI:()=>Oe,On:()=>rt,Q7:()=>Ke,UX:()=>Di,Wl:()=>z,YN:()=>Vt,Zs:()=>ft,_Y:()=>Dt,a5:()=>M,cw:()=>he,eT:()=>lt,gN:()=>Y,kI:()=>H,oH:()=>ct,qu:()=>Ei,sg:()=>je,u:()=>ut,u5:()=>Ai,wV:()=>at});var e=f(5879),g=f(6814),a=f(5253),x=f(7504),G=f(6124);let W=(()=>{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})(),R=(()=>{class n extends W{}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 V=new e.OlP("NgValueAccessor"),j={provide:V,useExisting:(0,e.Gpc)(()=>z),multi:!0};let z=(()=>{class n extends R{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(k){return o.onChange(k.target.checked)})("blur",function(){return o.onTouched()})},features:[e._Bn([j]),e.qOj]}),n})();const B={provide:V,useExisting:(0,e.Gpc)(()=>$),multi:!0},Q=new e.OlP("CompositionEventMode");let $=(()=>{class n extends W{constructor(t,o,s){super(t,o),this._compositionMode=s,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function J(){const n=(0,g.q)()?(0,g.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(Q,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(k){return o._handleInput(k.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(k){return o._compositionEnd(k.target.value)})},features:[e._Bn([B]),e.qOj]}),n})();function D(n){return null==n||("string"==typeof n||Array.isArray(n))&&0===n.length}function w(n){return null!=n&&"number"==typeof n.length}const u=new e.OlP("NgValidators"),h=new e.OlP("NgAsyncValidators"),C=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class H{static min(i){return function A(n){return i=>{if(D(i.value)||D(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 S(n){return i=>{if(D(i.value)||D(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 _(i)}static requiredTrue(i){return b(i)}static email(i){return function I(n){return D(n.value)||C.test(n.value)?null:{email:!0}}(i)}static minLength(i){return function U(n){return i=>D(i.value)||!w(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=>w(i.value)&&i.value.length>n?{maxlength:{requiredLength:n,actualLength:i.value.length}}:null}(i)}static pattern(i){return function F(n){if(!n)return v;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(D(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 Ve(i)}static composeAsync(i){return fe(i)}}function _(n){return D(n.value)?{required:!0}:null}function b(n){return!0===n.value?null:{required:!0}}function v(n){return null}function T(n){return null!=n}function X(n){return(0,e.QGY)(n)?(0,a.D)(n):n}function le(n){let i={};return n.forEach(t=>{i=null!=t?{...i,...t}:i}),0===Object.keys(i).length?null:i}function ie(n,i){return i.map(t=>t(n))}function Te(n){return n.map(i=>function He(n){return!n.validate}(i)?i:t=>i.validate(t))}function Ve(n){if(!n)return null;const i=n.filter(T);return 0==i.length?null:function(t){return le(ie(t,i))}}function ce(n){return null!=n?Ve(Te(n)):null}function fe(n){if(!n)return null;const i=n.filter(T);return 0==i.length?null:function(t){const o=ie(t,i).map(X);return(0,x.D)(o).pipe((0,G.U)(le))}}function pe(n){return null!=n?fe(Te(n)):null}function Me(n,i){return null===n?[i]:Array.isArray(n)?[...n,i]:[n,i]}function Ee(n){return n._rawValidators}function _e(n){return n._rawAsyncValidators}function ge(n){return n?Array.isArray(n)?n:[n]:[]}function re(n,i){return Array.isArray(n)?n.includes(i):n===i}function Ae(n,i){const t=ge(i);return ge(n).forEach(s=>{re(t,s)||t.push(s)}),t}function be(n,i){return ge(i).filter(t=>!re(n,t))}class De{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(i){this._rawValidators=i||[],this._composedValidatorFn=ce(this._rawValidators)}_setAsyncValidators(i){this._rawAsyncValidators=i||[],this._composedAsyncValidatorFn=pe(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 Y extends De{get formDirective(){return null}get path(){return null}}class M extends De{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class N{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 E=(()=>{class n extends N{constructor(t){super(t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(M,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})(),L=(()=>{class n extends N{constructor(t){super(t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(Y,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 ve="VALID",we="INVALID",de="PENDING",c="DISABLED";function y(n){return(P(n)?n.validators:n)||null}function m(n,i){return(P(i)?i.asyncValidators:n)||null}function P(n){return null!=n&&!Array.isArray(n)&&"object"==typeof n}function me(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 oe(n,i,t){n._forEachChild((o,s)=>{if(void 0===t[s])throw new e.vHH(1002,"")})}class ue{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===ve}get invalid(){return this.status===we}get pending(){return this.status==de}get disabled(){return this.status===c}get enabled(){return this.status!==c}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(Ae(i,this._rawValidators))}addAsyncValidators(i){this.setAsyncValidators(Ae(i,this._rawAsyncValidators))}removeValidators(i){this.setValidators(be(i,this._rawValidators))}removeAsyncValidators(i){this.setAsyncValidators(be(i,this._rawAsyncValidators))}hasValidator(i){return re(this._rawValidators,i)}hasAsyncValidator(i){return re(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=de,!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=c,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=ve,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===ve||this.status===de)&&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()?c:ve}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(i){if(this.asyncValidator){this.status=de,this._hasOwnPendingAsyncValidator=!0;const t=X(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()?c:this.errors?we:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(de)?de:this._anyControlsHaveStatus(we)?we:ve}_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){P(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 l(n){return Array.isArray(n)?ce(n):n||null}(this._rawValidators)}_assignAsyncValidators(i){this._rawAsyncValidators=Array.isArray(i)?i.slice():i,this._composedAsyncValidatorFn=function O(n){return Array.isArray(n)?pe(n):n||null}(this._rawAsyncValidators)}}class he extends ue{constructor(i,t,o){super(y(t),m(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={}){oe(this,0,i),Object.keys(i).forEach(o=>{me(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,k)=>{o=t(o,s,k)}),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 he{}const ye=new e.OlP("CallSetDisabledState",{providedIn:"root",factory:()=>Be}),Be="always";function ze(n,i){return[...i.path,n]}function Ne(n,i,t=Be){tt(n,i),i.valueAccessor.writeValue(n.value),(n.disabled||"always"===t)&&i.valueAccessor.setDisabledState?.(n.disabled),function jt(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 qt(n,i){i.valueAccessor.registerOnTouched(()=>{n._pendingTouched=!0,"blur"===n.updateOn&&n._pendingChange&&xt(n,i),"submit"!==n.updateOn&&n.markAsTouched()})}(n,i),function Zt(n,i){if(i.valueAccessor.setDisabledState){const t=o=>{i.valueAccessor.setDisabledState(o)};n.registerOnDisabledChange(t),i._registerOnDestroy(()=>{n._unregisterOnDisabledChange(t)})}}(n,i)}function Ue(n,i,t=!0){const o=()=>{};i.valueAccessor&&(i.valueAccessor.registerOnChange(o),i.valueAccessor.registerOnTouched(o)),We(n,i),n&&(i._invokeOnDestroyCallbacks(),n._registerOnCollectionChange(()=>{}))}function Ye(n,i){n.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(i)})}function tt(n,i){const t=Ee(n);null!==i.validator?n.setValidators(Me(t,i.validator)):"function"==typeof t&&n.setValidators([t]);const o=_e(n);null!==i.asyncValidator?n.setAsyncValidators(Me(o,i.asyncValidator)):"function"==typeof o&&n.setAsyncValidators([o]);const s=()=>n.updateValueAndValidity();Ye(i._rawValidators,s),Ye(i._rawAsyncValidators,s)}function We(n,i){let t=!1;if(null!==n){if(null!==i.validator){const s=Ee(n);if(Array.isArray(s)&&s.length>0){const k=s.filter(Z=>Z!==i.validator);k.length!==s.length&&(t=!0,n.setValidators(k))}}if(null!==i.asyncValidator){const s=_e(n);if(Array.isArray(s)&&s.length>0){const k=s.filter(Z=>Z!==i.asyncValidator);k.length!==s.length&&(t=!0,n.setAsyncValidators(k))}}}const o=()=>{};return Ye(i._rawValidators,o),Ye(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(k=>{k.constructor===$?t=k:function $t(n){return Object.getPrototypeOf(n.constructor)===R}(k)?o=k:s=k}),s||o||t||null}const ei={provide:Y,useExisting:(0,e.Gpc)(()=>Ze)},Le=(()=>Promise.resolve())();let Ze=(()=>{class n extends Y{constructor(t,o,s){super(),this.callSetDisabledState=s,this.submitted=!1,this._directives=new Set,this.ngSubmit=new e.vpe,this.form=new he({},ce(t),pe(o))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(t){Le.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){Le.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name),this._directives.delete(t)})}addFormGroup(t){Le.then(()=>{const o=this._findContainer(t.path),s=new he({});vt(s,t),o.registerControl(t.name,s),s.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(t){Le.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name)})}getFormGroup(t){return this.form.get(t.path)}updateModel(t,o){Le.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(u,10),e.Y36(h,10),e.Y36(ye,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(k){return o.onSubmit(k)})("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 Oe=class extends ue{constructor(i=null,t,o){super(y(t),m(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}),P(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:M,useExisting:(0,e.Gpc)(()=>rt)},At=(()=>Promise.resolve())();let rt=(()=>{class n extends M{constructor(t,o,s,k,Z,se){super(),this._changeDetectorRef=Z,this.callSetDisabledState=se,this.control=new Oe,this._registered=!1,this.name="",this.update=new e.vpe,this._parent=t,this._setValidators(o),this._setAsyncValidators(s),this.valueAccessor=ot(0,k)}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){At.then(()=>{this.control.setValue(t,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(t){const o=t.isDisabled.currentValue,s=0!==o&&(0,e.VuI)(o);At.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(Y,9),e.Y36(u,10),e.Y36(h,10),e.Y36(V,10),e.Y36(e.sBO,8),e.Y36(ye,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})(),Dt=(()=>{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:V,useExisting:(0,e.Gpc)(()=>at),multi:!0};let at=(()=>{class n extends R{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(k){return o.onChange(k.target.value)})("blur",function(){return o.onTouched()})},features:[e._Bn([oi]),e.qOj]}),n})(),Ft=(()=>{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:V,useExisting:(0,e.Gpc)(()=>lt),multi:!0};let lt=(()=>{class n extends R{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(k){return o.onChange(k.target.value)})("input",function(k){return o.onChange(k.target.value)})("blur",function(){return o.onTouched()})},features:[e._Bn([li]),e.qOj]}),n})();const st=new e.OlP("NgModelWithFormControlWarning"),si={provide:M,useExisting:(0,e.Gpc)(()=>ct)};let ct=(()=>{class n extends M{set isDisabled(t){}constructor(t,o,s,k,Z){super(),this._ngModelWarningConfig=k,this.callSetDisabledState=Z,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&&Ue(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&&Ue(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(u,10),e.Y36(h,10),e.Y36(V,10),e.Y36(st,8),e.Y36(ye,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 ci={provide:Y,useExisting:(0,e.Gpc)(()=>je)};let je=(()=>{class n extends Y{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&&(We(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(t){const o=this.form.get(t.path);return Ne(o,t,this.callSetDisabledState),o.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),o}getControl(t){return this.form.get(t.path)}removeControl(t){Ue(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&&(Ue(o||null,t),(n=>n instanceof Oe)(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 We(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&&We(this._oldForm,this)}_checkFormPresent(){}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(u,10),e.Y36(h,10),e.Y36(ye,8))},n.\u0275dir=e.lG2({type:n,selectors:[["","formGroup",""]],hostBindings:function(t,o){1&t&&e.NdJ("submit",function(k){return o.onSubmit(k)})("reset",function(){return o.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e._Bn([ci]),e.qOj,e.TTD]}),n})();const ui={provide:M,useExisting:(0,e.Gpc)(()=>ut)};let ut=(()=>{class n extends M{set isDisabled(t){}constructor(t,o,s,k,Z){super(),this._ngModelWarningConfig=Z,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,k)}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(Y,13),e.Y36(u,10),e.Y36(h,10),e.Y36(V,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:V,useExisting:(0,e.Gpc)(()=>qe),multi:!0};function Tt(n,i){return null==n?`${i}`:(i&&"object"==typeof i&&(i="Object"),`${n}: ${i}`.slice(0,50))}let qe=(()=>{class n extends R{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(k){return o.onChange(k.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(qe,9))},n.\u0275dir=e.lG2({type:n,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}),n})();const pi={provide:V,useExisting:(0,e.Gpc)(()=>ht),multi:!0};function St(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 R{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(k=>this._getOptionId(k));o=(k,Z)=>{k._setSelected(s.indexOf(Z.toString())>-1)}}else o=(s,k)=>{s._setSelected(!1)};this._optionMap.forEach(o)}registerOnChange(t){this.onChange=o=>{const s=[],k=o.selectedOptions;if(void 0!==k){const Z=k;for(let se=0;se<Z.length;se++){const pt=this._getOptionValue(Z[se].value);s.push(pt)}}else{const Z=o.options;for(let se=0;se<Z.length;se++){const Je=Z[se];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(k){return o.onChange(k.target)})("blur",function(){return o.onTouched()})},inputs:{compareWith:"compareWith"},features:[e._Bn([pi]),e.qOj]}),n})(),It=(()=>{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(St(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._select?(this._value=t,this._setElementValue(St(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})(),ke=(()=>{class n{constructor(){this._validator=v}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):v,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:u,useExisting:(0,e.Gpc)(()=>Ke),multi:!0},vi={provide:u,useExisting:(0,e.Gpc)(()=>ft),multi:!0};let Ke=(()=>{class n extends ke{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=e.VuI,this.createValidator=t=>_}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=>b}}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})(),Ut=(()=>{class n{}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({imports:[Ft]}),n})();class Yt extends ue{constructor(i,t,o){super(y(t),m(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={}){oe(this,0,i),i.forEach((o,s)=>{me(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 Wt(n){return!!n&&(void 0!==n.asyncValidators||void 0!==n.validators||void 0!==n.updateOn)}let Ei=(()=>{class n{constructor(){this.useNonNullable=!1}get nonNullable(){const t=new n;return t.useNonNullable=!0,t}group(t,o=null){const s=this._reduceControls(t);let k={};return Wt(o)?k=o:null!==o&&(k.validators=o.validator,k.asyncValidators=o.asyncValidator),new he(s,k)}record(t,o=null){const s=this._reduceControls(t);return new bt(s,o)}control(t,o,s){let k={};return this.useNonNullable?(Wt(o)?k=o:(k.validators=o,k.asyncValidators=s),new Oe(t,{...k,nonNullable:!0})):new Oe(t,o,s)}array(t,o,s){const k=t.map(Z=>this._createControl(Z));return new Yt(k,o,s)}_reduceControls(t){const o={};return Object.keys(t).forEach(s=>{o[s]=this._createControl(t[s])}),o}_createControl(t){return t instanceof Oe||t instanceof ue?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})(),Ai=(()=>{class n{static withConfig(t){return{ngModule:n,providers:[{provide:ye,useValue:t.callSetDisabledState??Be}]}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({imports:[Ut]}),n})(),Di=(()=>{class n{static withConfig(t){return{ngModule:n,providers:[{provide:st,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:ye,useValue:t.callSetDisabledState??Be}]}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({imports:[Ut]}),n})()},5986:(Ce,ee,f)=>{f.d(ee,{oG:()=>w,p9:()=>H});var e=f(5879),g=f(6223),a=f(3680),x=f(2495);const G=["input"],W=["label"],R=["*"],V=new e.OlP("mat-checkbox-default-options",{providedIn:"root",factory:j});function j(){return{color:"accent",clickAction:"check-indeterminate"}}const z={provide:g.JU,useExisting:(0,e.Gpc)(()=>w),multi:!0};class B{}let J=0;const Q=j(),$=(0,a.sb)((0,a.pj)((0,a.Kr)((0,a.Id)(class{constructor(A){this._elementRef=A}}))));let D=(()=>{class A extends ${get inputId(){return`${this.id||this._uniqueId}-input`}get required(){return this._required}set required(_){this._required=(0,x.Ig)(_)}constructor(_,b,I,U,p,F,v){super(b),this._changeDetectorRef=I,this._ngZone=U,this._animationMode=F,this._options=v,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||Q,this.color=this.defaultColor=this._options.color||Q.color,this.tabIndex=parseInt(p)||0,this.id=this._uniqueId=`${_}${++J}`}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(_){const b=(0,x.Ig)(_);b!=this.checked&&(this._checked=b,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(_){const b=(0,x.Ig)(_);b!==this.disabled&&(this._disabled=b,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(_){const b=_!=this._indeterminate;this._indeterminate=(0,x.Ig)(_),b&&(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(_){this.checked=!!_}registerOnChange(_){this._controlValueAccessorChangeFn=_}registerOnTouched(_){this._onTouched=_}setDisabledState(_){this.disabled=_}_transitionCheckState(_){let b=this._currentCheckState,I=this._getAnimationTargetElement();if(b!==_&&I&&(this._currentAnimationClass&&I.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(b,_),this._currentCheckState=_,this._currentAnimationClass.length>0)){I.classList.add(this._currentAnimationClass);const U=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{I.classList.remove(U)},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 _=this._options?.clickAction;this.disabled||"noop"===_?!this.disabled&&"noop"===_&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==_&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}_onInteractionEvent(_){_.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(_,b){if("NoopAnimations"===this._animationMode)return"";switch(_){case 0:if(1===b)return this._animationClasses.uncheckedToChecked;if(3==b)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case 2:return 1===b?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case 1:return 2===b?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case 3:return 1===b?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(_){const b=this._inputElement;b&&(b.nativeElement.indeterminate=_)}}return A.\u0275fac=function(_){e.$Z()},A.\u0275dir=e.lG2({type:A,viewQuery:function(_,b){if(1&_&&(e.Gf(G,5),e.Gf(W,5),e.Gf(a.wG,5)),2&_){let I;e.iGM(I=e.CRH())&&(b._inputElement=I.first),e.iGM(I=e.CRH())&&(b._labelElement=I.first),e.iGM(I=e.CRH())&&(b.ripple=I.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]}),A})(),w=(()=>{class A extends D{constructor(_,b,I,U,p,F){super("mat-mdc-checkbox-",_,b,I,U,p,F),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(_){const b=new B;return b.source=this,b.checked=_,b}_getAnimationTargetElement(){return this._inputElement?.nativeElement}_onInputClick(){super._handleInputClick()}_onTouchTargetClick(){super._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(_){_.target&&this._labelElement.nativeElement.contains(_.target)&&_.stopPropagation()}}return A.\u0275fac=function(_){return new(_||A)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(e.R0b),e.$8M("tabindex"),e.Y36(e.QbO,8),e.Y36(V,8))},A.\u0275cmp=e.Xpm({type:A,selectors:[["mat-checkbox"]],hostAttrs:[1,"mat-mdc-checkbox"],hostVars:12,hostBindings:function(_,b){2&_&&(e.Ikx("id",b.id),e.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null),e.ekj("_mat-animation-noopable","NoopAnimations"===b._animationMode)("mdc-checkbox--disabled",b.disabled)("mat-mdc-checkbox-disabled",b.disabled)("mat-mdc-checkbox-checked",b.checked))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex"},exportAs:["matCheckbox"],features:[e._Bn([z]),e.qOj],ngContentSelectors:R,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(_,b){if(1&_&&(e.F$t(),e.TgZ(0,"div",0),e.NdJ("click",function(U){return b._preventBubblingFromLabel(U)}),e.TgZ(1,"div",1,2)(3,"div",3),e.NdJ("click",function(){return b._onTouchTargetClick()}),e.qZA(),e.TgZ(4,"input",4,5),e.NdJ("blur",function(){return b._onBlur()})("click",function(){return b._onInputClick()})("change",function(U){return b._onInteractionEvent(U)}),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&_){const I=e.MAs(2);e.ekj("mdc-form-field--align-end","before"==b.labelPosition),e.xp6(4),e.ekj("mdc-checkbox--selected",b.checked),e.Q6J("checked",b.checked)("indeterminate",b.indeterminate)("disabled",b.disabled)("id",b.inputId)("required",b.required)("tabIndex",b.tabIndex),e.uIk("aria-label",b.ariaLabel||null)("aria-labelledby",b.ariaLabelledby)("aria-describedby",b.ariaDescribedby)("name",b.name)("value",b.value),e.xp6(7),e.Q6J("matRippleTrigger",I)("matRippleDisabled",b.disableRipple||b.disabled)("matRippleCentered",!0),e.xp6(1),e.Q6J("for",b.inputId)}},dependencies:[a.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}),A})(),C=(()=>{class A{}return A.\u0275fac=function(_){return new(_||A)},A.\u0275mod=e.oAB({type:A}),A.\u0275inj=e.cJS({}),A})(),H=(()=>{class A{}return A.\u0275fac=function(_){return new(_||A)},A.\u0275mod=e.oAB({type:A}),A.\u0275inj=e.cJS({imports:[a.BQ,a.si,C,a.BQ,C]}),A})()},4170:(Ce,ee,f)=>{f.d(ee,{G_:()=>xe,TO:()=>De,KE:()=>we,Eo:()=>Ie,lN:()=>de,bx:()=>M,hX:()=>re,qo:()=>r,R9:()=>E});var e=f(5879),g=f(9388),a=f(2831),x=f(7902),G=f(2079),W=f(7354),R=f(9352),V=f(4699),j=f(7734),z=f(9185);class J{constructor(y){this._box=y,this._destroyed=new G.xQ,this._resizeSubject=new G.xQ,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(l=>this._resizeSubject.next(l)))}observe(y){return this._elementObservables.has(y)||this._elementObservables.set(y,new V.y(l=>{const m=this._resizeSubject.subscribe(l);return this._resizeObserver?.observe(y,{box:this._box}),()=>{this._resizeObserver?.unobserve(y),m.unsubscribe(),this._elementObservables.delete(y)}}).pipe((0,j.h)(l=>l.some(m=>m.target===y)),(0,z.d)({bufferSize:1,refCount:!0}),(0,R.R)(this._destroyed))),this._elementObservables.get(y)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let Q=(()=>{class c{constructor(){this._observers=new Map,this._ngZone=(0,e.f3M)(e.R0b)}ngOnDestroy(){for(const[,l]of this._observers)l.destroy();this._observers.clear()}observe(l,m){const O=m?.box||"content-box";return this._observers.has(O)||this._observers.set(O,new J(O)),this._observers.get(O).observe(l)}}return c.\u0275fac=function(l){return new(l||c)},c.\u0275prov=e.Yz7({token:c,factory:c.\u0275fac,providedIn:"root"}),c})();var $=f(2495),D=f(6825),w=f(6814),u=f(7131),h=f(3680);const C=["notch"],H=["matFormFieldNotchedOutline",""],A=["*"],S=["textField"],_=["iconPrefixContainer"],b=["textPrefixContainer"];function I(c,y){1&c&&e._UZ(0,"span",19)}function U(c,y){if(1&c&&(e.TgZ(0,"label",17),e.Hsn(1,1),e.YNc(2,I,1,0,"span",18),e.qZA()),2&c){const l=e.oxw(2);e.Q6J("floating",l._shouldLabelFloat())("monitorResize",l._hasOutline())("id",l._labelId),e.uIk("for",l._control.id)("aria-owns",l._control.id),e.xp6(2),e.Q6J("ngIf",!l.hideRequiredMarker&&l._control.required)}}function p(c,y){if(1&c&&e.YNc(0,U,3,6,"label",16),2&c){const l=e.oxw();e.Q6J("ngIf",l._hasFloatingLabel())}}function F(c,y){1&c&&e._UZ(0,"div",20)}function v(c,y){}function T(c,y){if(1&c&&e.YNc(0,v,0,0,"ng-template",22),2&c){e.oxw(2);const l=e.MAs(1);e.Q6J("ngTemplateOutlet",l)}}function X(c,y){if(1&c&&(e.TgZ(0,"div",21),e.YNc(1,T,1,1,"ng-template",9),e.qZA()),2&c){const l=e.oxw();e.Q6J("matFormFieldNotchedOutlineOpen",l._shouldLabelFloat()),e.xp6(1),e.Q6J("ngIf",!l._forceDisplayInfixLabel())}}function le(c,y){1&c&&(e.TgZ(0,"div",23,24),e.Hsn(2,2),e.qZA())}function ie(c,y){1&c&&(e.TgZ(0,"div",25,26),e.Hsn(2,3),e.qZA())}function He(c,y){}function Te(c,y){if(1&c&&e.YNc(0,He,0,0,"ng-template",22),2&c){e.oxw();const l=e.MAs(1);e.Q6J("ngTemplateOutlet",l)}}function Ve(c,y){1&c&&(e.TgZ(0,"div",27),e.Hsn(1,4),e.qZA())}function ce(c,y){1&c&&(e.TgZ(0,"div",28),e.Hsn(1,5),e.qZA())}function fe(c,y){1&c&&e._UZ(0,"div",29)}function pe(c,y){if(1&c&&(e.TgZ(0,"div",30),e.Hsn(1,6),e.qZA()),2&c){const l=e.oxw();e.Q6J("@transitionMessages",l._subscriptAnimationState)}}function Me(c,y){if(1&c&&(e.TgZ(0,"mat-hint",34),e._uU(1),e.qZA()),2&c){const l=e.oxw(2);e.Q6J("id",l._hintLabelId),e.xp6(1),e.Oqu(l.hintLabel)}}function Ee(c,y){if(1&c&&(e.TgZ(0,"div",31),e.YNc(1,Me,2,2,"mat-hint",32),e.Hsn(2,7),e._UZ(3,"div",33),e.Hsn(4,8),e.qZA()),2&c){const l=e.oxw();e.Q6J("@transitionMessages",l._subscriptAnimationState),e.xp6(1),e.Q6J("ngIf",l.hintLabel)}}const _e=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],ge=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];let re=(()=>{class c{}return c.\u0275fac=function(l){return new(l||c)},c.\u0275dir=e.lG2({type:c,selectors:[["mat-label"]]}),c})(),Ae=0;const be=new e.OlP("MatError");let De=(()=>{class c{constructor(l,m){this.id="mat-mdc-error-"+Ae++,l||m.nativeElement.setAttribute("aria-live","polite")}}return c.\u0275fac=function(l){return new(l||c)(e.$8M("aria-live"),e.Y36(e.SBq))},c.\u0275dir=e.lG2({type:c,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(l,m){2&l&&e.Ikx("id",m.id)},inputs:{id:"id"},features:[e._Bn([{provide:be,useExisting:c}])]}),c})(),Y=0,M=(()=>{class c{constructor(){this.align="start",this.id="mat-mdc-hint-"+Y++}}return c.\u0275fac=function(l){return new(l||c)},c.\u0275dir=e.lG2({type:c,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(l,m){2&l&&(e.Ikx("id",m.id),e.uIk("align",null),e.ekj("mat-mdc-form-field-hint-end","end"===m.align))},inputs:{align:"align",id:"id"}}),c})();const N=new e.OlP("MatPrefix");let r=(()=>{class c{constructor(){this._isText=!1}set _isTextSelector(l){this._isText=!0}}return c.\u0275fac=function(l){return new(l||c)},c.\u0275dir=e.lG2({type:c,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:["matTextPrefix","_isTextSelector"]},features:[e._Bn([{provide:N,useExisting:c}])]}),c})();const d=new e.OlP("MatSuffix");let E=(()=>{class c{constructor(){this._isText=!1}set _isTextSelector(l){this._isText=!0}}return c.\u0275fac=function(l){return new(l||c)},c.\u0275dir=e.lG2({type:c,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:["matTextSuffix","_isTextSelector"]},features:[e._Bn([{provide:d,useExisting:c}])]}),c})();const L=new e.OlP("FloatingLabelParent");let q=(()=>{class c{get floating(){return this._floating}set floating(l){this._floating=l,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(l){this._monitorResize=l,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(l){this._elementRef=l,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,e.f3M)(Q),this._ngZone=(0,e.f3M)(e.R0b),this._parent=(0,e.f3M)(L),this._resizeSubscription=new x.w}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function te(c){if(null!==c.offsetParent)return c.scrollWidth;const l=c.cloneNode(!0);l.style.setProperty("position","absolute"),l.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(l);const m=l.scrollWidth;return l.remove(),m}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}}return c.\u0275fac=function(l){return new(l||c)(e.Y36(e.SBq))},c.\u0275dir=e.lG2({type:c,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(l,m){2&l&&e.ekj("mdc-floating-label--float-above",m.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"}}),c})();const K="mdc-line-ripple--active",ae="mdc-line-ripple--deactivating";let Fe=(()=>{class c{constructor(l,m){this._elementRef=l,this._handleTransitionEnd=O=>{const P=this._elementRef.nativeElement.classList,me=P.contains(ae);"opacity"===O.propertyName&&me&&P.remove(K,ae)},m.runOutsideAngular(()=>{l.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const l=this._elementRef.nativeElement.classList;l.remove(ae),l.add(K)}deactivate(){this._elementRef.nativeElement.classList.add(ae)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}}return c.\u0275fac=function(l){return new(l||c)(e.Y36(e.SBq),e.Y36(e.R0b))},c.\u0275dir=e.lG2({type:c,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"]}),c})(),Se=(()=>{class c{constructor(l,m){this._elementRef=l,this._ngZone=m,this.open=!1}ngAfterViewInit(){const l=this._elementRef.nativeElement.querySelector(".mdc-floating-label");l?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(l.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>l.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(l){this._notch.nativeElement.style.width=this.open&&l?`calc(${l}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}}return c.\u0275fac=function(l){return new(l||c)(e.Y36(e.SBq),e.Y36(e.R0b))},c.\u0275cmp=e.Xpm({type:c,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(l,m){if(1&l&&e.Gf(C,5),2&l){let O;e.iGM(O=e.CRH())&&(m._notch=O.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(l,m){2&l&&e.ekj("mdc-notched-outline--notched",m.open)},inputs:{open:["matFormFieldNotchedOutlineOpen","open"]},attrs:H,ngContentSelectors:A,decls:5,vars:0,consts:[[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],["notch",""],[1,"mdc-notched-outline__trailing"]],template:function(l,m){1&l&&(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}),c})();const Ge={transitionMessages:(0,D.X$)("transitionMessages",[(0,D.SB)("enter",(0,D.oB)({opacity:1,transform:"translateY(0%)"})),(0,D.eR)("void => enter",[(0,D.oB)({opacity:0,transform:"translateY(-5px)"}),(0,D.jt)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let Ie=(()=>{class c{}return c.\u0275fac=function(l){return new(l||c)},c.\u0275dir=e.lG2({type:c}),c})();const xe=new e.OlP("MatFormField"),$e=new e.OlP("MAT_FORM_FIELD_DEFAULT_OPTIONS");let Pe=0,we=(()=>{class c{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(l){this._hideRequiredMarker=(0,$.Ig)(l)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(l){l!==this._floatLabel&&(this._floatLabel=l,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(l){const m=this._appearance;this._appearance=l||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==m&&(this._needsOutlineLabelOffsetUpdateOnStable=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(l){this._subscriptSizing=l||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(l){this._hintLabel=l,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(l){this._explicitFormFieldControl=l}constructor(l,m,O,P,me,oe,ue,he){this._elementRef=l,this._changeDetectorRef=m,this._ngZone=O,this._dir=P,this._platform=me,this._defaults=oe,this._animationMode=ue,this._hideRequiredMarker=!1,this.color="primary",this._appearance="fill",this._subscriptSizing=null,this._hintLabel="",this._hasIconPrefix=!1,this._hasTextPrefix=!1,this._hasIconSuffix=!1,this._hasTextSuffix=!1,this._labelId="mat-mdc-form-field-label-"+Pe++,this._hintLabelId="mat-mdc-hint-"+Pe++,this._subscriptAnimationState="",this._destroyed=new G.xQ,this._isFocused=null,this._needsOutlineLabelOffsetUpdateOnStable=!1,oe&&(oe.appearance&&(this.appearance=oe.appearance),this._hideRequiredMarker=!!oe?.hideRequiredMarker,oe.color&&(this.color=oe.color))}ngAfterViewInit(){this._updateFocusState(),this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeControl(),this._initializeSubscript(),this._initializePrefixAndSuffix(),this._initializeOutlineLabelOffsetSubscriptions()}ngAfterContentChecked(){this._assertFormFieldControl()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(){const l=this._control;l.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${l.controlType}`),l.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),l.ngControl&&l.ngControl.valueChanges&&l.ngControl.valueChanges.pipe((0,R.R)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(l=>!l._isText),this._hasTextPrefix=!!this._prefixChildren.find(l=>l._isText),this._hasIconSuffix=!!this._suffixChildren.find(l=>!l._isText),this._hasTextSuffix=!!this._suffixChildren.find(l=>l._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,W.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,R.R)(this._destroyed)).subscribe(()=>{this._needsOutlineLabelOffsetUpdateOnStable&&(this._needsOutlineLabelOffsetUpdateOnStable=!1,this._updateOutlineLabelOffset())})}),this._dir.change.pipe((0,R.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(l){const m=this._control?this._control.ngControl:null;return m&&m[l]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let l=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&l.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const m=this._hintChildren?this._hintChildren.find(P=>"start"===P.align):null,O=this._hintChildren?this._hintChildren.find(P=>"end"===P.align):null;m?l.push(m.id):this._hintLabel&&l.push(this._hintLabelId),O&&l.push(O.id)}else this._errorChildren&&l.push(...this._errorChildren.map(m=>m.id));this._control.setDescribedByIds(l)}}_updateOutlineLabelOffset(){if(!this._platform.isBrowser||!this._hasOutline()||!this._floatingLabel)return;const l=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(l.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdateOnStable=!0);const m=this._iconPrefixContainer?.nativeElement,O=this._textPrefixContainer?.nativeElement,P=m?.getBoundingClientRect().width??0,me=O?.getBoundingClientRect().width??0;l.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${P+me}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const l=this._elementRef.nativeElement;if(l.getRootNode){const m=l.getRootNode();return m&&m!==l}return document.documentElement.contains(l)}}return c.\u0275fac=function(l){return new(l||c)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(e.R0b),e.Y36(g.Is),e.Y36(a.t4),e.Y36($e,8),e.Y36(e.QbO,8),e.Y36(w.K0))},c.\u0275cmp=e.Xpm({type:c,selectors:[["mat-form-field"]],contentQueries:function(l,m,O){if(1&l&&(e.Suo(O,re,5),e.Suo(O,re,7),e.Suo(O,Ie,5),e.Suo(O,N,5),e.Suo(O,d,5),e.Suo(O,be,5),e.Suo(O,M,5)),2&l){let P;e.iGM(P=e.CRH())&&(m._labelChildNonStatic=P.first),e.iGM(P=e.CRH())&&(m._labelChildStatic=P.first),e.iGM(P=e.CRH())&&(m._formFieldControl=P.first),e.iGM(P=e.CRH())&&(m._prefixChildren=P),e.iGM(P=e.CRH())&&(m._suffixChildren=P),e.iGM(P=e.CRH())&&(m._errorChildren=P),e.iGM(P=e.CRH())&&(m._hintChildren=P)}},viewQuery:function(l,m){if(1&l&&(e.Gf(S,5),e.Gf(_,5),e.Gf(b,5),e.Gf(q,5),e.Gf(Se,5),e.Gf(Fe,5)),2&l){let O;e.iGM(O=e.CRH())&&(m._textField=O.first),e.iGM(O=e.CRH())&&(m._iconPrefixContainer=O.first),e.iGM(O=e.CRH())&&(m._textPrefixContainer=O.first),e.iGM(O=e.CRH())&&(m._floatingLabel=O.first),e.iGM(O=e.CRH())&&(m._notchedOutline=O.first),e.iGM(O=e.CRH())&&(m._lineRipple=O.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(l,m){2&l&&e.ekj("mat-mdc-form-field-label-always-float",m._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",m._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",m._hasIconSuffix)("mat-form-field-invalid",m._control.errorState)("mat-form-field-disabled",m._control.disabled)("mat-form-field-autofilled",m._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===m._animationMode)("mat-form-field-appearance-fill","fill"==m.appearance)("mat-form-field-appearance-outline","outline"==m.appearance)("mat-form-field-hide-placeholder",m._hasFloatingLabel()&&!m._shouldLabelFloat())("mat-focused",m._control.focused)("mat-primary","accent"!==m.color&&"warn"!==m.color)("mat-accent","accent"===m.color)("mat-warn","warn"===m.color)("ng-untouched",m._shouldForward("untouched"))("ng-touched",m._shouldForward("touched"))("ng-pristine",m._shouldForward("pristine"))("ng-dirty",m._shouldForward("dirty"))("ng-valid",m._shouldForward("valid"))("ng-invalid",m._shouldForward("invalid"))("ng-pending",m._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[e._Bn([{provide:xe,useExisting:c},{provide:L,useExisting:c}])],ngContentSelectors:ge,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(l,m){1&l&&(e.F$t(_e),e.YNc(0,p,1,1,"ng-template",null,0,e.W1O),e.TgZ(2,"div",1,2),e.NdJ("click",function(P){return m._control.onContainerClick(P)}),e.YNc(4,F,1,0,"div",3),e.TgZ(5,"div",4),e.YNc(6,X,2,2,"div",5),e.YNc(7,le,3,0,"div",6),e.YNc(8,ie,3,0,"div",7),e.TgZ(9,"div",8),e.YNc(10,Te,1,1,"ng-template",9),e.Hsn(11),e.qZA(),e.YNc(12,Ve,2,0,"div",10),e.YNc(13,ce,2,0,"div",11),e.qZA(),e.YNc(14,fe,1,0,"div",12),e.qZA(),e.TgZ(15,"div",13),e.YNc(16,pe,2,1,"div",14),e.YNc(17,Ee,5,2,"div",15),e.qZA()),2&l&&(e.xp6(2),e.ekj("mdc-text-field--filled",!m._hasOutline())("mdc-text-field--outlined",m._hasOutline())("mdc-text-field--no-label",!m._hasFloatingLabel())("mdc-text-field--disabled",m._control.disabled)("mdc-text-field--invalid",m._control.errorState),e.xp6(2),e.Q6J("ngIf",!m._hasOutline()&&!m._control.disabled),e.xp6(2),e.Q6J("ngIf",m._hasOutline()),e.xp6(1),e.Q6J("ngIf",m._hasIconPrefix),e.xp6(1),e.Q6J("ngIf",m._hasTextPrefix),e.xp6(2),e.Q6J("ngIf",!m._hasOutline()||m._forceDisplayInfixLabel()),e.xp6(2),e.Q6J("ngIf",m._hasTextSuffix),e.xp6(1),e.Q6J("ngIf",m._hasIconSuffix),e.xp6(1),e.Q6J("ngIf",!m._hasOutline()),e.xp6(1),e.ekj("mat-mdc-form-field-subscript-dynamic-size","dynamic"===m.subscriptSizing),e.Q6J("ngSwitch",m._getDisplayedMessages()),e.xp6(1),e.Q6J("ngSwitchCase","error"),e.xp6(1),e.Q6J("ngSwitchCase","hint"))},dependencies:[w.O5,w.tP,w.RF,w.n9,M,q,Se,Fe],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:[Ge.transitionMessages]},changeDetection:0}),c})(),de=(()=>{class c{}return c.\u0275fac=function(l){return new(l||c)},c.\u0275mod=e.oAB({type:c}),c.\u0275inj=e.cJS({imports:[h.BQ,w.ez,u.Q8,h.BQ]}),c})()},4516:(Ce,ee,f)=>{f.d(ee,{Jk:()=>z,Nt:()=>$,c:()=>D});var e=f(2495),g=f(2831),a=f(6263),x=f(5879),G=f(6223),W=f(3680),R=f(4170),V=f(2079);const z=new x.OlP("MAT_INPUT_VALUE_ACCESSOR"),B=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let J=0;const Q=(0,W.FD)(class{constructor(w,u,h,C){this._defaultErrorStateMatcher=w,this._parentForm=u,this._parentFormGroup=h,this.ngControl=C,this.stateChanges=new V.xQ}});let $=(()=>{class w extends Q{get disabled(){return this._disabled}set disabled(h){this._disabled=(0,e.Ig)(h),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(h){this._id=h||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(G.kI.required)??!1}set required(h){this._required=(0,e.Ig)(h)}get type(){return this._type}set type(h){this._type=h||"text",this._validateType(),!this._isTextarea&&(0,g.qK)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(h){h!==this.value&&(this._inputValueAccessor.value=h,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(h){this._readonly=(0,e.Ig)(h)}constructor(h,C,H,A,S,_,b,I,U,p){super(_,A,S,H),this._elementRef=h,this._platform=C,this._autofillMonitor=I,this._formField=p,this._uid="mat-input-"+J++,this.focused=!1,this.stateChanges=new V.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(T=>(0,g.qK)().has(T)),this._iOSKeyupListener=T=>{const X=T.target;!X.value&&0===X.selectionStart&&0===X.selectionEnd&&(X.setSelectionRange(1,1),X.setSelectionRange(0,0))};const F=this._elementRef.nativeElement,v=F.nodeName.toLowerCase();this._inputValueAccessor=b||F,this._previousNativeValue=this.value,this.id=this.id,C.IOS&&U.runOutsideAngular(()=>{h.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===v,this._isTextarea="textarea"===v,this._isInFormField=!!p,this._isNativeSelect&&(this.controlType=F.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(h=>{this.autofilled=h.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(h){this._elementRef.nativeElement.focus(h)}_focusChanged(h){h!==this.focused&&(this.focused=h,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const h=this._elementRef.nativeElement.value;this._previousNativeValue!==h&&(this._previousNativeValue=h,this.stateChanges.next())}_dirtyCheckPlaceholder(){const h=this._getPlaceholder();if(h!==this._previousPlaceholder){const C=this._elementRef.nativeElement;this._previousPlaceholder=h,h?C.setAttribute("placeholder",h):C.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){B.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let h=this._elementRef.nativeElement.validity;return h&&h.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const h=this._elementRef.nativeElement,C=h.options[0];return this.focused||h.multiple||!this.empty||!!(h.selectedIndex>-1&&C&&C.label)}return this.focused||!this.empty}setDescribedByIds(h){h.length?this._elementRef.nativeElement.setAttribute("aria-describedby",h.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const h=this._elementRef.nativeElement;return this._isNativeSelect&&(h.multiple||h.size>1)}}return w.\u0275fac=function(h){return new(h||w)(x.Y36(x.SBq),x.Y36(g.t4),x.Y36(G.a5,10),x.Y36(G.F,8),x.Y36(G.sg,8),x.Y36(W.rD),x.Y36(z,10),x.Y36(a.Lq),x.Y36(x.R0b),x.Y36(R.G_,8))},w.\u0275dir=x.lG2({type:w,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(h,C){1&h&&x.NdJ("focus",function(){return C._focusChanged(!0)})("blur",function(){return C._focusChanged(!1)})("input",function(){return C._onInput()}),2&h&&(x.Ikx("id",C.id)("disabled",C.disabled)("required",C.required),x.uIk("name",C.name||null)("readonly",C.readonly&&!C._isNativeSelect||null)("aria-invalid",C.empty&&C.required?null:C.errorState)("aria-required",C.required)("id",C.id),x.ekj("mat-input-server",C._isServer)("mat-mdc-form-field-textarea-control",C._isInFormField&&C._isTextarea)("mat-mdc-form-field-input-control",C._isInFormField)("mdc-text-field__input",C._isInFormField)("mat-mdc-native-select-inline",C._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:[x._Bn([{provide:R.Eo,useExisting:w}]),x.qOj,x.TTD]}),w})(),D=(()=>{class w{}return w.\u0275fac=function(h){return new(h||w)},w.\u0275mod=x.oAB({type:w}),w.\u0275inj=x.cJS({imports:[W.BQ,R.lN,R.lN,a.Ky,W.BQ]}),w})()},8525:(Ce,ee,f)=>{f.d(ee,{$L:()=>be,LD:()=>Y,gD:()=>De});var e=f(748),g=f(6814),a=f(5879),x=f(3680),G=f(4170),W=f(6672),R=f(4300),V=f(9388),j=f(2495),z=f(8337),B=f(6028),J=f(6223),Q=f(2079),$=f(4917),D=f(7354),w=f(3075),u=f(5222),h=f(1418),C=f(7734),H=f(6124),A=f(2068),S=f(9352),_=f(6825);const b=["trigger"],I=["panel"];function U(M,N){if(1&M&&(a.TgZ(0,"span",10),a._uU(1),a.qZA()),2&M){const r=a.oxw();a.xp6(1),a.Oqu(r.placeholder)}}function p(M,N){if(1&M&&(a.TgZ(0,"span",14),a._uU(1),a.qZA()),2&M){const r=a.oxw(2);a.xp6(1),a.Oqu(r.triggerValue)}}function F(M,N){1&M&&a.Hsn(0,0,["*ngSwitchCase","true"])}function v(M,N){if(1&M&&(a.TgZ(0,"span",11),a.YNc(1,p,2,1,"span",12),a.YNc(2,F,1,0,"ng-content",13),a.qZA()),2&M){const r=a.oxw();a.Q6J("ngSwitch",!!r.customTrigger),a.xp6(2),a.Q6J("ngSwitchCase",!0)}}function T(M,N){if(1&M){const r=a.EpF();a.O4$(),a.kcU(),a.TgZ(0,"div",15,16),a.NdJ("@transformPanel.done",function(E){a.CHM(r);const L=a.oxw();return a.KtG(L._panelDoneAnimatingStream.next(E.toState))})("keydown",function(E){a.CHM(r);const L=a.oxw();return a.KtG(L._handleKeydown(E))}),a.Hsn(2,1),a.qZA()}if(2&M){const r=a.oxw();a.Gre("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",r._getPanelTheme(),""),a.Q6J("ngClass",r.panelClass)("@transformPanel","showing"),a.uIk("id",r.id+"-panel")("aria-multiselectable",r.multiple)("aria-label",r.ariaLabel||null)("aria-labelledby",r._getPanelAriaLabelledby())}}const X=[[["mat-select-trigger"]],"*"],le=["mat-select-trigger","*"],ie={transformPanelWrap:(0,_.X$)("transformPanelWrap",[(0,_.eR)("* => void",(0,_.IO)("@transformPanel",[(0,_.pV)()],{optional:!0}))]),transformPanel:(0,_.X$)("transformPanel",[(0,_.SB)("void",(0,_.oB)({opacity:0,transform:"scale(1, 0.8)"})),(0,_.eR)("void => showing",(0,_.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,_.oB)({opacity:1,transform:"scale(1, 1)"}))),(0,_.eR)("* => void",(0,_.jt)("100ms linear",(0,_.oB)({opacity:0})))])};let ce=0;const fe=new a.OlP("mat-select-scroll-strategy"),Me=new a.OlP("MAT_SELECT_CONFIG"),Ee={provide:fe,deps:[e.aV],useFactory:function pe(M){return()=>M.scrollStrategies.reposition()}},_e=new a.OlP("MatSelectTrigger");class ge{constructor(N,r){this.source=N,this.value=r}}const re=(0,x.Kr)((0,x.sb)((0,x.Id)((0,x.FD)(class{constructor(M,N,r,d,E){this._elementRef=M,this._defaultErrorStateMatcher=N,this._parentForm=r,this._parentFormGroup=d,this.ngControl=E,this.stateChanges=new Q.xQ}}))));let Ae=(()=>{class M extends re{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(J.kI.required)??!1}set required(r){this._required=(0,j.Ig)(r),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(r){this._multiple=(0,j.Ig)(r)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(r){this._disableOptionCentering=(0,j.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,j.su)(r)}get id(){return this._id}set id(r){this._id=r||this._uid,this.stateChanges.next()}constructor(r,d,E,L,q,te,K,ae,Fe,Se,Ge,Ie,Qe,Re){super(q,L,K,ae,Se),this._viewportRuler=r,this._changeDetectorRef=d,this._ngZone=E,this._dir=te,this._parentFormField=Fe,this._liveAnnouncer=Qe,this._defaultOptions=Re,this._panelOpen=!1,this._compareWith=(ne,xe)=>ne===xe,this._uid="mat-select-"+ce++,this._triggerAriaLabelledBy=null,this._destroy=new Q.xQ,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+ce++,this._panelDoneAnimatingStream=new Q.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,$.P)(()=>{const ne=this.options;return ne?ne.changes.pipe((0,w.O)(ne),(0,u.w)(()=>(0,D.T)(...ne.map(xe=>xe.onSelectionChange)))):this._ngZone.onStable.pipe((0,h.q)(1),(0,u.w)(()=>this.optionSelectionChanges))}),this.openedChange=new a.vpe,this._openedStream=this.openedChange.pipe((0,C.h)(ne=>ne),(0,H.U)(()=>{})),this._closedStream=this.openedChange.pipe((0,C.h)(ne=>!ne),(0,H.U)(()=>{})),this.selectionChange=new a.vpe,this.valueChange=new a.vpe,this._trackedModal=null,this.ngControl&&(this.ngControl.valueAccessor=this),null!=Re?.typeaheadDebounceInterval&&(this._typeaheadDebounceInterval=Re.typeaheadDebounceInterval),this._scrollStrategyFactory=Ie,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Ge)||0,this.id=this.id}ngOnInit(){this._selectionModel=new z.Ov(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,A.x)(),(0,S.R)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen))}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe((0,S.R)(this._destroy)).subscribe(r=>{r.added.forEach(d=>d.select()),r.removed.forEach(d=>d.deselect())}),this.options.changes.pipe((0,w.O)(null),(0,S.R)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const r=this._getTriggerAriaLabelledby(),d=this.ngControl;if(r!==this._triggerAriaLabelledBy){const E=this._elementRef.nativeElement;this._triggerAriaLabelledBy=r,r?E.setAttribute("aria-labelledby",r):E.removeAttribute("aria-labelledby")}d&&(this._previousControl!==d.control&&(void 0!==this._previousControl&&null!==d.disabled&&d.disabled!==this.disabled&&(this.disabled=d.disabled),this._previousControl=d.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 d=`${this.id}-panel`;this._trackedModal&&(0,R.iD)(this._trackedModal,"aria-owns",d),(0,R.Zf)(r,"aria-owns",d),this._trackedModal=r}_clearFromModal(){this._trackedModal&&((0,R.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(d=>d.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 d=r.keyCode,E=d===B.JH||d===B.LH||d===B.oh||d===B.SV,L=d===B.K5||d===B.L_,q=this._keyManager;if(!q.isTyping()&&L&&!(0,B.Vb)(r)||(this.multiple||r.altKey)&&E)r.preventDefault(),this.open();else if(!this.multiple){const te=this.selected;q.onKeydown(r);const K=this.selected;K&&te!==K&&this._liveAnnouncer.announce(K.viewValue,1e4)}}_handleOpenKeydown(r){const d=this._keyManager,E=r.keyCode,L=E===B.JH||E===B.LH,q=d.isTyping();if(L&&r.altKey)r.preventDefault(),this.close();else if(q||E!==B.K5&&E!==B.L_||!d.activeItem||(0,B.Vb)(r))if(!q&&this._multiple&&E===B.A&&r.ctrlKey){r.preventDefault();const te=this.options.some(K=>!K.disabled&&!K.selected);this.options.forEach(K=>{K.disabled||(te?K.select():K.deselect())})}else{const te=d.activeItemIndex;d.onKeydown(r),this._multiple&&L&&r.shiftKey&&d.activeItem&&d.activeItemIndex!==te&&d.activeItem._selectViaInteraction()}else r.preventDefault(),d.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,h.q)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(r){if(this.options.forEach(d=>d.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&r)Array.isArray(r),r.forEach(d=>this._selectOptionByValue(d)),this._sortValues();else{const d=this._selectOptionByValue(r);d?this._keyManager.updateActiveItem(d):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(r){const d=this.options.find(E=>{if(this._selectionModel.isSelected(E))return!1;try{return null!=E.value&&this._compareWith(E.value,r)}catch{return!1}});return d&&this._selectionModel.select(d),d}_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 R.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,D.T)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,S.R)(r)).subscribe(d=>{this._onSelect(d.source,d.isUserInput),d.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,D.T)(...this.options.map(d=>d._stateChanges)).pipe((0,S.R)(r)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(r,d){const E=this._selectionModel.isSelected(r);null!=r.value||this._multiple?(E!==r.selected&&(r.selected?this._selectionModel.select(r):this._selectionModel.deselect(r)),d&&this._keyManager.setActiveItem(r),this.multiple&&(this._sortValues(),d&&this.focus())):(r.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(r.value)),E!==this._selectionModel.isSelected(r)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const r=this.options.toArray();this._selectionModel.sort((d,E)=>this.sortComparator?this.sortComparator(d,E,r):r.indexOf(d)-r.indexOf(E)),this.stateChanges.next()}}_propagateChanges(r){let d=null;d=this.multiple?this.selected.map(E=>E.value):this.selected?this.selected.value:r,this._value=d,this.valueChange.emit(d),this._onChange(d),this.selectionChange.emit(this._getChangeEvent(d)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let r=-1;for(let d=0;d<this.options.length;d++)if(!this.options.get(d).disabled){r=d;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 d=(r?r+" ":"")+this._valueId;return this.ariaLabelledby&&(d+=" "+this.ariaLabelledby),d}_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 M.\u0275fac=function(r){return new(r||M)(a.Y36(W.rL),a.Y36(a.sBO),a.Y36(a.R0b),a.Y36(x.rD),a.Y36(a.SBq),a.Y36(V.Is,8),a.Y36(J.F,8),a.Y36(J.sg,8),a.Y36(G.G_,8),a.Y36(J.a5,10),a.$8M("tabindex"),a.Y36(fe),a.Y36(R.Kd),a.Y36(Me,8))},M.\u0275dir=a.lG2({type:M,viewQuery:function(r,d){if(1&r&&(a.Gf(b,5),a.Gf(I,5),a.Gf(e.pI,5)),2&r){let E;a.iGM(E=a.CRH())&&(d.trigger=E.first),a.iGM(E=a.CRH())&&(d.panel=E.first),a.iGM(E=a.CRH())&&(d._overlayDir=E.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:[a.qOj,a.TTD]}),M})(),be=(()=>{class M{}return M.\u0275fac=function(r){return new(r||M)},M.\u0275dir=a.lG2({type:M,selectors:[["mat-select-trigger"]],features:[a._Bn([{provide:_e,useExisting:M}])]}),M})(),De=(()=>{class M extends Ae{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,S.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 d=this.options.toArray()[r];if(d){const E=this.panel.nativeElement,L=(0,x.CB)(r,this.options,this.optionGroups),q=d._getHostElement();E.scrollTop=0===r&&1===L?0:(0,x.jH)(q.offsetTop,q.offsetHeight,E.scrollTop,E.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(r){return new ge(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,j.Ig)(r),this._syncParentProperties()}_syncParentProperties(){if(this.options)for(const r of this.options)r._changeDetectorRef.markForCheck()}}return M.\u0275fac=function(){let N;return function(d){return(N||(N=a.n5z(M)))(d||M)}}(),M.\u0275cmp=a.Xpm({type:M,selectors:[["mat-select"]],contentQueries:function(r,d,E){if(1&r&&(a.Suo(E,_e,5),a.Suo(E,x.ey,5),a.Suo(E,x.K7,5)),2&r){let L;a.iGM(L=a.CRH())&&(d.customTrigger=L.first),a.iGM(L=a.CRH())&&(d.options=L),a.iGM(L=a.CRH())&&(d.optionGroups=L)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox","ngSkipHydration","",1,"mat-mdc-select"],hostVars:19,hostBindings:function(r,d){1&r&&a.NdJ("keydown",function(L){return d._handleKeydown(L)})("focus",function(){return d._onFocus()})("blur",function(){return d._onBlur()}),2&r&&(a.uIk("id",d.id)("tabindex",d.tabIndex)("aria-controls",d.panelOpen?d.id+"-panel":null)("aria-expanded",d.panelOpen)("aria-label",d.ariaLabel||null)("aria-required",d.required.toString())("aria-disabled",d.disabled.toString())("aria-invalid",d.errorState)("aria-activedescendant",d._getAriaActiveDescendant()),a.ekj("mat-mdc-select-disabled",d.disabled)("mat-mdc-select-invalid",d.errorState)("mat-mdc-select-required",d.required)("mat-mdc-select-empty",d.empty)("mat-mdc-select-multiple",d.multiple))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex",panelWidth:"panelWidth",hideSingleSelectionIndicator:"hideSingleSelectionIndicator"},exportAs:["matSelect"],features:[a._Bn([{provide:G.Eo,useExisting:M},{provide:x.HF,useExisting:M}]),a.qOj],ngContentSelectors:le,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,d){if(1&r&&(a.F$t(X),a.TgZ(0,"div",0,1),a.NdJ("click",function(){return d.toggle()}),a.TgZ(3,"div",2),a.YNc(4,U,2,1,"span",3),a.YNc(5,v,3,2,"span",4),a.qZA(),a.TgZ(6,"div",5)(7,"div",6),a.O4$(),a.TgZ(8,"svg",7),a._UZ(9,"path",8),a.qZA()()()(),a.YNc(10,T,3,9,"ng-template",9),a.NdJ("backdropClick",function(){return d.close()})("attach",function(){return d._onAttached()})("detach",function(){return d.close()})),2&r){const E=a.MAs(1);a.xp6(3),a.Q6J("ngSwitch",d.empty),a.uIk("id",d._valueId),a.xp6(1),a.Q6J("ngSwitchCase",!0),a.xp6(1),a.Q6J("ngSwitchCase",!1),a.xp6(5),a.Q6J("cdkConnectedOverlayPanelClass",d._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",d._scrollStrategy)("cdkConnectedOverlayOrigin",d._preferredOverlayOrigin||E)("cdkConnectedOverlayOpen",d.panelOpen)("cdkConnectedOverlayPositions",d._positions)("cdkConnectedOverlayWidth",d._overlayWidth)}},dependencies:[g.mk,g.RF,g.n9,g.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:[ie.transformPanel]},changeDetection:0}),M})(),Y=(()=>{class M{}return M.\u0275fac=function(r){return new(r||M)},M.\u0275mod=a.oAB({type:M}),M.\u0275inj=a.cJS({providers:[Ee],imports:[g.ez,e.U8,x.Ng,x.BQ,W.ZD,G.lN,x.Ng,x.BQ]}),M})()}}]);