-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path6365.ba9899592308beb5.js
1 lines (1 loc) · 211 KB
/
6365.ba9899592308beb5.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[6365],{8170:(xe,J,g)=>{g.d(J,{a:()=>O});var e=g(4438),c=g(5286),d=g(5817),p=g(8728),T=g(8712),R=g(7605);class j{constructor(I){this._box=I,this._destroyed=new c.B7,this._resizeSubject=new c.B7,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(N=>this._resizeSubject.next(N)))}observe(I){return this._elementObservables.has(I)||this._elementObservables.set(I,new d.c(N=>{const G=this._resizeSubject.subscribe(N);return this._resizeObserver?.observe(I,{box:this._box}),()=>{this._resizeObserver?.unobserve(I),G.unsubscribe(),this._elementObservables.delete(I)}}).pipe((0,p.p)(N=>N.some(G=>G.target===I)),(0,T.t)({bufferSize:1,refCount:!0}),(0,R.Q)(this._destroyed))),this._elementObservables.get(I)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let O=(()=>{class A{constructor(){this._observers=new Map,this._ngZone=(0,e.WQX)(e.SKi)}ngOnDestroy(){for(const[,N]of this._observers)N.destroy();this._observers.clear()}observe(N,G){const H=G?.box||"content-box";return this._observers.has(H)||this._observers.set(H,new j(H)),this._observers.get(H).observe(N)}static#e=this.\u0275fac=function(G){return new(G||A)};static#t=this.\u0275prov=e.jDH({token:A,factory:A.\u0275fac,providedIn:"root"})}return A})()},7403:(xe,J,g)=>{g.d(J,{EE:()=>H,Lf:()=>N,P8:()=>I,xb:()=>G});var e=g(6860),c=g(4438),d=g(4085),p=g(1235),T=g(5286),R=g(3586),z=g(8542),j=g(7605),O=g(177);const A=(0,e.BQ)({passive:!0});let I=(()=>{class D{constructor(m,v){this._platform=m,this._ngZone=v,this._monitoredElements=new Map}monitor(m){if(!this._platform.isBrowser)return p.w;const v=(0,d.i8)(m),b=this._monitoredElements.get(v);if(b)return b.subject;const P=new T.B7,k="cdk-text-field-autofilled",F=M=>{"cdk-text-field-autofill-start"!==M.animationName||v.classList.contains(k)?"cdk-text-field-autofill-end"===M.animationName&&v.classList.contains(k)&&(v.classList.remove(k),this._ngZone.run(()=>P.next({target:M.target,isAutofilled:!1}))):(v.classList.add(k),this._ngZone.run(()=>P.next({target:M.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{v.addEventListener("animationstart",F,A),v.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(v,{subject:P,unlisten:()=>{v.removeEventListener("animationstart",F,A)}}),P}stopMonitoring(m){const v=(0,d.i8)(m),b=this._monitoredElements.get(v);b&&(b.unlisten(),b.subject.complete(),v.classList.remove("cdk-text-field-autofill-monitored"),v.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(v))}ngOnDestroy(){this._monitoredElements.forEach((m,v)=>this.stopMonitoring(v))}static#e=this.\u0275fac=function(v){return new(v||D)(c.KVO(e.OD),c.KVO(c.SKi))};static#t=this.\u0275prov=c.jDH({token:D,factory:D.\u0275fac,providedIn:"root"})}return D})(),N=(()=>{class D{constructor(m,v){this._elementRef=m,this._autofillMonitor=v,this.cdkAutofill=new c.bkB}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(m=>this.cdkAutofill.emit(m))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}static#e=this.\u0275fac=function(v){return new(v||D)(c.rXU(c.aKT),c.rXU(I))};static#t=this.\u0275dir=c.FsC({type:D,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"},standalone:!0})}return D})(),G=(()=>{class D{get minRows(){return this._minRows}set minRows(m){this._minRows=(0,d.OE)(m),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(m){this._maxRows=(0,d.OE)(m),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(m){this._enabled!==m&&((this._enabled=m)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(m){this._cachedPlaceholderHeight=void 0,m?this._textareaElement.setAttribute("placeholder",m):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(m,v,b,P){this._elementRef=m,this._platform=v,this._ngZone=b,this._destroyed=new T.B7,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=k=>{this._hasFocus="focus"===k.type},this._document=P,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const m=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;m&&(this._textareaElement.style.minHeight=m)}_setMaxHeight(){const m=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;m&&(this._textareaElement.style.maxHeight=m)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const m=this._getWindow();(0,R.R)(m,"resize").pipe((0,z.Z)(16),(0,j.Q)(this._destroyed)).subscribe(()=>this.resizeToFitContent(!0)),this._textareaElement.addEventListener("focus",this._handleFocusEvent),this._textareaElement.addEventListener("blur",this._handleFocusEvent)}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){this._textareaElement.removeEventListener("focus",this._handleFocusEvent),this._textareaElement.removeEventListener("blur",this._handleFocusEvent),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;let m=this._textareaElement.cloneNode(!1);m.rows=1,m.style.position="absolute",m.style.visibility="hidden",m.style.border="none",m.style.padding="0",m.style.height="",m.style.minHeight="",m.style.maxHeight="",m.style.overflow="hidden",this._textareaElement.parentNode.appendChild(m),this._cachedLineHeight=m.clientHeight,m.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const m=this._textareaElement,v=m.style.marginBottom||"",b=this._platform.FIREFOX,P=b&&this._hasFocus,k=b?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";P&&(m.style.marginBottom=`${m.clientHeight}px`),m.classList.add(k);const F=m.scrollHeight-4;return m.classList.remove(k),P&&(m.style.marginBottom=v),F}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const m=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=m}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(m=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const v=this._elementRef.nativeElement,b=v.value;if(!m&&this._minRows===this._previousMinRows&&b===this._previousValue)return;const P=this._measureScrollHeight(),k=Math.max(P,this._cachedPlaceholderHeight||0);v.style.height=`${k}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(v)):setTimeout(()=>this._scrollToCaretPosition(v))}),this._previousValue=b,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(m){const{selectionStart:v,selectionEnd:b}=m;!this._destroyed.isStopped&&this._hasFocus&&m.setSelectionRange(v,b)}static#e=this.\u0275fac=function(v){return new(v||D)(c.rXU(c.aKT),c.rXU(e.OD),c.rXU(c.SKi),c.rXU(O.qQ,8))};static#t=this.\u0275dir=c.FsC({type:D,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(v,b){1&v&&c.bIt("input",function(){return b._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",c.L39],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"],standalone:!0,features:[c.GFd]})}return D})(),H=(()=>{class D{static#e=this.\u0275fac=function(v){return new(v||D)};static#t=this.\u0275mod=c.$C({type:D});static#i=this.\u0275inj=c.G2t({})}return D})()},6365:(xe,J,g)=>{g.r(J),g.d(J,{SelectCustomTriggerExample:()=>ie,SelectDisabledExample:()=>Q,SelectErrorStateMatcherExample:()=>pe,SelectFormExample:()=>be,SelectHarnessExample:()=>oe,SelectHintErrorExample:()=>ve,SelectInitialValueExample:()=>ge,SelectMultipleExample:()=>we,SelectNoRippleExample:()=>se,SelectOptgroupExample:()=>ce,SelectOverviewExample:()=>me,SelectPanelClassExample:()=>ae,SelectReactiveFormExample:()=>_e,SelectResetExample:()=>he,SelectValueBindingExample:()=>re});var e=g(4438),c=g(9417),d=g(2798),p=g(3719),T=g(6600),R=g(9042),z=g(2765);function j(s,y){if(1&s&&(e.j41(0,"span",1),e.EFF(1),e.k0s()),2&s){const f=e.XpG();e.R7$(),e.Lme(" (+",((null==f.toppings.value?null:f.toppings.value.length)||0)-1," ",2===(null==f.toppings.value?null:f.toppings.value.length)?"other":"others",") ")}}function O(s,y){if(1&s&&(e.j41(0,"mat-option",2),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f),e.R7$(),e.JRh(f)}}function A(s,y){1&s&&(e.j41(0,"mat-error"),e.EFF(1,"You must make a selection"),e.k0s())}function I(s,y){1&s&&(e.j41(0,"mat-error"),e.EFF(1,"Your selection is invalid"),e.k0s())}function N(s,y){1&s&&(e.j41(0,"mat-error"),e.EFF(1,"You must make a selection"),e.k0s())}function G(s,y){1&s&&(e.j41(0,"mat-error"),e.EFF(1,"Your selection is invalid"),e.k0s())}function H(s,y){if(1&s&&(e.j41(0,"mat-option",1),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}function D(s,y){if(1&s&&(e.j41(0,"option",1),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}function W(s,y){if(1&s&&(e.j41(0,"mat-option",1),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f),e.R7$(),e.JRh(f.name)}}function m(s,y){1&s&&(e.j41(0,"mat-error"),e.EFF(1,"Please choose an animal"),e.k0s())}function v(s,y){1&s&&(e.j41(0,"mat-error"),e.EFF(1,"This field is required"),e.k0s())}function b(s,y){if(1&s&&(e.j41(0,"mat-option",1),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f),e.R7$(),e.JRh(f)}}function P(s,y){if(1&s&&(e.j41(0,"mat-option",9),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}function k(s,y){if(1&s&&(e.j41(0,"mat-optgroup",1),e.Z7z(1,P,2,2,"mat-option",9,e.fX1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("label",f.name)("disabled",f.disabled),e.R7$(),e.Dyx(f.pokemon)}}function F(s,y){if(1&s&&(e.j41(0,"mat-option",0),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}function M(s,y){if(1&s&&(e.j41(0,"mat-option",0),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f),e.R7$(),e.JRh(f)}}function B(s,y){if(1&s&&(e.j41(0,"mat-option",2),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}function K(s,y){if(1&s&&(e.j41(0,"option",2),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}function Y(s,y){if(1&s&&(e.j41(0,"mat-option",1),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}function te(s,y){if(1&s&&(e.j41(0,"option",4),e.EFF(1),e.k0s()),2&s){const f=y.$implicit,a=e.XpG();e.Y8G("value",f.value)("selected",a.selectedCar===f.value),e.R7$(),e.JRh(f.viewValue)}}function ne(s,y){if(1&s&&(e.j41(0,"mat-option",0),e.EFF(1),e.k0s()),2&s){const f=y.$implicit;e.Y8G("value",f.value),e.R7$(),e.JRh(f.viewValue)}}let ie=(()=>{class s{constructor(){this.toppings=new c.MJ(""),this.toppingList=["Extra cheese","Mushroom","Onion","Pepperoni","Sausage","Tomato"]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-custom-trigger-example"]],standalone:!0,features:[e.aNF],decls:9,vars:3,consts:[["multiple","",3,"formControl"],[1,"example-additional-selection"],[3,"value"]],template:function(a,l){1&a&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Toppings"),e.k0s(),e.j41(3,"mat-select",0)(4,"mat-select-trigger"),e.EFF(5),e.DNE(6,j,2,2,"span",1),e.k0s(),e.Z7z(7,O,2,2,"mat-option",2,e.fX1),e.k0s()()),2&a&&(e.R7$(3),e.Y8G("formControl",l.toppings),e.R7$(2),e.SpI(" ",(null==l.toppings.value?null:l.toppings.value[0])||""," "),e.R7$(),e.vxM(((null==l.toppings.value?null:l.toppings.value.length)||0)>1?6:-1),e.R7$(),e.Dyx(l.toppingList))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,d.$2,T.wT,c.YN,c.BC,c.X1,c.l_],styles:[".example-additional-selection[_ngcontent-%COMP%] {\n opacity: 0.75;\n font-size: 0.75em;\n}"]})}return s})(),Q=(()=>{class s{constructor(){this.disableSelect=new c.MJ(!1)}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-disabled-example"]],standalone:!0,features:[e.aNF],decls:30,vars:3,consts:[[3,"formControl"],[3,"disabled"],["value","option1"],["value","option2","disabled",""],["value","option3"],["matNativeControl","",3,"disabled"],["value","","selected",""],["value","volvo"],["value","saab","disabled",""],["value","mercedes"],["value","audi"]],template:function(a,l){1&a&&(e.j41(0,"p")(1,"mat-checkbox",0),e.EFF(2,"Disable select"),e.k0s()(),e.j41(3,"h4"),e.EFF(4,"mat-select"),e.k0s(),e.j41(5,"mat-form-field")(6,"mat-label"),e.EFF(7,"Choose an option"),e.k0s(),e.j41(8,"mat-select",1)(9,"mat-option",2),e.EFF(10,"Option 1"),e.k0s(),e.j41(11,"mat-option",3),e.EFF(12,"Option 2 (disabled)"),e.k0s(),e.j41(13,"mat-option",4),e.EFF(14,"Option 3"),e.k0s()()(),e.j41(15,"h4"),e.EFF(16,"native html select"),e.k0s(),e.j41(17,"mat-form-field")(18,"mat-label"),e.EFF(19,"Choose an option"),e.k0s(),e.j41(20,"select",5),e.nrm(21,"option",6),e.j41(22,"option",7),e.EFF(23,"Volvo"),e.k0s(),e.j41(24,"option",8),e.EFF(25,"Saab"),e.k0s(),e.j41(26,"option",9),e.EFF(27,"Mercedes"),e.k0s(),e.j41(28,"option",10),e.EFF(29,"Audi"),e.k0s()()()),2&a&&(e.R7$(),e.Y8G("formControl",l.disableSelect),e.R7$(7),e.Y8G("disabled",l.disableSelect.value),e.R7$(12),e.Y8G("disabled",l.disableSelect.value))},dependencies:[z.g7,z.So,c.YN,c.xH,c.y7,c.BC,c.X1,c.l_,p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,R.fS,R.fg],encapsulation:2})}return s})();class fe{isErrorState(y,f){return!!(y&&y.invalid&&(y.dirty||y.touched||f&&f.submitted))}}let pe=(()=>{class s{constructor(){this.selected=new c.MJ("valid",[c.k0.required,c.k0.pattern("valid")]),this.selectFormControl=new c.MJ("valid",[c.k0.required,c.k0.pattern("valid")]),this.nativeSelectFormControl=new c.MJ("valid",[c.k0.required,c.k0.pattern("valid")]),this.matcher=new fe}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-error-state-matcher-example"]],standalone:!0,features:[e.aNF],decls:29,vars:8,consts:[[3,"formControl","errorStateMatcher"],["value","valid"],["value","invalid"],[1,"demo-full-width"],["matNativeControl","",3,"formControl","errorStateMatcher"],["value",""],["value","valid","selected",""]],template:function(a,l){1&a&&(e.j41(0,"h4"),e.EFF(1,"mat-select"),e.k0s(),e.j41(2,"mat-form-field")(3,"mat-label"),e.EFF(4,"Choose one"),e.k0s(),e.j41(5,"mat-select",0)(6,"mat-option"),e.EFF(7,"Clear"),e.k0s(),e.j41(8,"mat-option",1),e.EFF(9,"Valid option"),e.k0s(),e.j41(10,"mat-option",2),e.EFF(11,"Invalid option"),e.k0s()(),e.j41(12,"mat-hint"),e.EFF(13,"Errors appear instantly!"),e.k0s(),e.DNE(14,A,2,0,"mat-error")(15,I,2,0,"mat-error"),e.k0s(),e.j41(16,"h4"),e.EFF(17,"native html select"),e.k0s(),e.j41(18,"mat-form-field",3)(19,"mat-label"),e.EFF(20,"Choose one"),e.k0s(),e.j41(21,"select",4),e.nrm(22,"option",5),e.j41(23,"option",6),e.EFF(24,"Valid option"),e.k0s(),e.j41(25,"option",2),e.EFF(26,"Invalid option"),e.k0s()(),e.DNE(27,N,2,0,"mat-error")(28,G,2,0,"mat-error"),e.k0s()),2&a&&(e.R7$(5),e.Y8G("formControl",l.selected)("errorStateMatcher",l.matcher),e.R7$(9),e.vxM(l.selected.hasError("required")?14:-1),e.R7$(),e.vxM(l.selected.hasError("pattern")&&!l.selected.hasError("required")?15:-1),e.R7$(6),e.Y8G("formControl",l.nativeSelectFormControl)("errorStateMatcher",l.matcher),e.R7$(6),e.vxM(l.nativeSelectFormControl.hasError("required")?27:-1),e.R7$(),e.vxM(l.nativeSelectFormControl.hasError("pattern")&&!l.nativeSelectFormControl.hasError("required")?28:-1))},dependencies:[p.RG,p.rl,p.nJ,p.MV,p.TL,d.Ve,d.VO,T.wT,c.YN,c.xH,c.y7,c.wz,c.BC,c.X1,c.l_,R.fS,R.fg],encapsulation:2})}return s})(),be=(()=>{class s{constructor(){this.foods=[{value:"steak-0",viewValue:"Steak"},{value:"pizza-1",viewValue:"Pizza"},{value:"tacos-2",viewValue:"Tacos"}],this.cars=[{value:"volvo",viewValue:"Volvo"},{value:"saab",viewValue:"Saab"},{value:"mercedes",viewValue:"Mercedes"}]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-form-example"]],standalone:!0,features:[e.aNF],decls:22,vars:4,consts:[["name","food",3,"ngModelChange","ngModel"],[3,"value"],["matNativeControl","","name","car",3,"ngModelChange","ngModel"],["value","","selected",""]],template:function(a,l){1&a&&(e.j41(0,"form")(1,"h4"),e.EFF(2,"mat-select"),e.k0s(),e.j41(3,"mat-form-field")(4,"mat-label"),e.EFF(5,"Favorite food"),e.k0s(),e.j41(6,"mat-select",0),e.mxI("ngModelChange",function(w){return e.DH7(l.selectedValue,w)||(l.selectedValue=w),w}),e.Z7z(7,H,2,2,"mat-option",1,e.fX1),e.k0s()(),e.j41(9,"p"),e.EFF(10),e.k0s(),e.j41(11,"h4"),e.EFF(12,"native html select"),e.k0s(),e.j41(13,"mat-form-field")(14,"mat-label"),e.EFF(15,"Favorite car"),e.k0s(),e.j41(16,"select",2),e.mxI("ngModelChange",function(w){return e.DH7(l.selectedCar,w)||(l.selectedCar=w),w}),e.nrm(17,"option",3),e.Z7z(18,D,2,2,"option",1,e.fX1),e.k0s()(),e.j41(20,"p"),e.EFF(21),e.k0s()()),2&a&&(e.R7$(6),e.R50("ngModel",l.selectedValue),e.R7$(),e.Dyx(l.foods),e.R7$(3),e.SpI(" Selected food: ",l.selectedValue," "),e.R7$(6),e.R50("ngModel",l.selectedCar),e.R7$(2),e.Dyx(l.cars),e.R7$(3),e.SpI(" Selected car: ",l.selectedCar," "))},dependencies:[c.YN,c.qT,c.xH,c.y7,c.wz,c.BC,c.cb,c.vS,c.cV,p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,R.fS,R.fg],encapsulation:2})}return s})(),ve=(()=>{class s{constructor(){this.animalControl=new c.MJ(null,c.k0.required),this.selectFormControl=new c.MJ("",c.k0.required),this.animals=[{name:"Dog",sound:"Woof!"},{name:"Cat",sound:"Meow!"},{name:"Cow",sound:"Moo!"},{name:"Fox",sound:"Wa-pa-pa-pa-pa-pa-pow!"}]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-hint-error-example"]],standalone:!0,features:[e.aNF],decls:29,vars:5,consts:[["required","",3,"formControl"],[3,"value"],["matNativeControl","","required","",3,"formControl"],["label","--select something --"],["value","saab"],["value","mercedes"],["value","audi"]],template:function(a,l){1&a&&(e.j41(0,"h4"),e.EFF(1,"mat select"),e.k0s(),e.j41(2,"mat-form-field")(3,"mat-label"),e.EFF(4,"Favorite animal"),e.k0s(),e.j41(5,"mat-select",0)(6,"mat-option"),e.EFF(7,"--"),e.k0s(),e.Z7z(8,W,2,2,"mat-option",1,e.fX1),e.k0s(),e.DNE(10,m,2,0,"mat-error"),e.j41(11,"mat-hint"),e.EFF(12),e.k0s()(),e.j41(13,"h4"),e.EFF(14,"native html select"),e.k0s(),e.j41(15,"mat-form-field")(16,"mat-label"),e.EFF(17,"Select your car (required)"),e.k0s(),e.j41(18,"select",2),e.nrm(19,"option",3),e.j41(20,"option",4),e.EFF(21,"Saab"),e.k0s(),e.j41(22,"option",5),e.EFF(23,"Mercedes"),e.k0s(),e.j41(24,"option",6),e.EFF(25,"Audi"),e.k0s()(),e.DNE(26,v,2,0,"mat-error"),e.j41(27,"mat-hint"),e.EFF(28,"You can pick up your favorite car here"),e.k0s()()),2&a&&(e.R7$(5),e.Y8G("formControl",l.animalControl),e.R7$(3),e.Dyx(l.animals),e.R7$(2),e.vxM(l.animalControl.hasError("required")?10:-1),e.R7$(2),e.JRh(null==l.animalControl.value?null:l.animalControl.value.sound),e.R7$(6),e.Y8G("formControl",l.selectFormControl),e.R7$(8),e.vxM(l.selectFormControl.hasError("required")?26:-1))},dependencies:[p.RG,p.rl,p.nJ,p.MV,p.TL,d.Ve,d.VO,T.wT,c.YN,c.xH,c.y7,c.wz,c.BC,c.YS,c.X1,c.l_,R.fS,R.fg],encapsulation:2})}return s})(),we=(()=>{class s{constructor(){this.toppings=new c.MJ(""),this.toppingList=["Extra cheese","Mushroom","Onion","Pepperoni","Sausage","Tomato"]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-multiple-example"]],standalone:!0,features:[e.aNF],decls:6,vars:1,consts:[["multiple","",3,"formControl"],[3,"value"]],template:function(a,l){1&a&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Toppings"),e.k0s(),e.j41(3,"mat-select",0),e.Z7z(4,b,2,2,"mat-option",1,e.fX1),e.k0s()()),2&a&&(e.R7$(3),e.Y8G("formControl",l.toppings),e.R7$(),e.Dyx(l.toppingList))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,c.YN,c.BC,c.X1,c.l_],encapsulation:2})}return s})(),se=(()=>{class s{static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-no-ripple-example"]],standalone:!0,features:[e.aNF],decls:10,vars:0,consts:[["disableRipple",""],["value","1"],["value","2"],["value","3"]],template:function(a,l){1&a&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Select an option"),e.k0s(),e.j41(3,"mat-select",0)(4,"mat-option",1),e.EFF(5,"Option 1"),e.k0s(),e.j41(6,"mat-option",2),e.EFF(7,"Option 2"),e.k0s(),e.j41(8,"mat-option",3),e.EFF(9,"Option 3"),e.k0s()()())},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT],encapsulation:2})}return s})(),ce=(()=>{class s{constructor(){this.pokemonControl=new c.MJ(""),this.pokemonGroups=[{name:"Grass",pokemon:[{value:"bulbasaur-0",viewValue:"Bulbasaur"},{value:"oddish-1",viewValue:"Oddish"},{value:"bellsprout-2",viewValue:"Bellsprout"}]},{name:"Water",pokemon:[{value:"squirtle-3",viewValue:"Squirtle"},{value:"psyduck-4",viewValue:"Psyduck"},{value:"horsea-5",viewValue:"Horsea"}]},{name:"Fire",disabled:!0,pokemon:[{value:"charmander-6",viewValue:"Charmander"},{value:"vulpix-7",viewValue:"Vulpix"},{value:"flareon-8",viewValue:"Flareon"}]},{name:"Psychic",pokemon:[{value:"mew-9",viewValue:"Mew"},{value:"mewtwo-10",viewValue:"Mewtwo"}]}]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-optgroup-example"]],standalone:!0,features:[e.aNF],decls:26,vars:1,consts:[[3,"formControl"],[3,"label","disabled"],["matNativeControl",""],["label","Swedish Cars"],["value","volvo"],["value","saab"],["label","German Cars"],["value","mercedes"],["value","audi"],[3,"value"]],template:function(a,l){1&a&&(e.j41(0,"h4"),e.EFF(1,"mat-select"),e.k0s(),e.j41(2,"mat-form-field")(3,"mat-label"),e.EFF(4,"Pokemon"),e.k0s(),e.j41(5,"mat-select",0)(6,"mat-option"),e.EFF(7,"-- None --"),e.k0s(),e.Z7z(8,k,3,2,"mat-optgroup",1,e.fX1),e.k0s()(),e.j41(10,"h4"),e.EFF(11,"native html select"),e.k0s(),e.j41(12,"mat-form-field")(13,"mat-label"),e.EFF(14,"Cars"),e.k0s(),e.j41(15,"select",2)(16,"optgroup",3)(17,"option",4),e.EFF(18,"volvo"),e.k0s(),e.j41(19,"option",5),e.EFF(20,"Saab"),e.k0s()(),e.j41(21,"optgroup",6)(22,"option",7),e.EFF(23,"Mercedes"),e.k0s(),e.j41(24,"option",8),e.EFF(25,"Audi"),e.k0s()()()()),2&a&&(e.R7$(5),e.Y8G("formControl",l.pokemonControl),e.R7$(3),e.Dyx(l.pokemonGroups))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,T.D7,c.YN,c.xH,c.y7,c.BC,c.X1,c.l_,R.fS,R.fg],encapsulation:2})}return s})(),me=(()=>{class s{constructor(){this.foods=[{value:"steak-0",viewValue:"Steak"},{value:"pizza-1",viewValue:"Pizza"},{value:"tacos-2",viewValue:"Tacos"}]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-overview-example"]],standalone:!0,features:[e.aNF],decls:22,vars:0,consts:[[3,"value"],["matNativeControl","","required",""],["value","volvo"],["value","saab"],["value","mercedes"],["value","audi"]],template:function(a,l){1&a&&(e.j41(0,"h4"),e.EFF(1,"Basic mat-select"),e.k0s(),e.j41(2,"mat-form-field")(3,"mat-label"),e.EFF(4,"Favorite food"),e.k0s(),e.j41(5,"mat-select"),e.Z7z(6,F,2,2,"mat-option",0,e.fX1),e.k0s()(),e.j41(8,"h4"),e.EFF(9,"Basic native select"),e.k0s(),e.j41(10,"mat-form-field")(11,"mat-label"),e.EFF(12,"Cars"),e.k0s(),e.j41(13,"select",1)(14,"option",2),e.EFF(15,"Volvo"),e.k0s(),e.j41(16,"option",3),e.EFF(17,"Saab"),e.k0s(),e.j41(18,"option",4),e.EFF(19,"Mercedes"),e.k0s(),e.j41(20,"option",5),e.EFF(21,"Audi"),e.k0s()()()),2&a&&(e.R7$(6),e.Dyx(l.foods))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,R.fS,R.fg,c.YN,c.xH,c.y7],encapsulation:2})}return s})(),ae=(()=>{class s{constructor(){this.panelColor=new c.MJ("red")}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-panel-class-example"]],standalone:!0,features:[e.aNF],decls:10,vars:3,consts:[[3,"formControl","panelClass"],["value","red"],["value","green"],["value","blue"]],template:function(a,l){1&a&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Panel color"),e.k0s(),e.j41(3,"mat-select",0)(4,"mat-option",1),e.EFF(5,"Red"),e.k0s(),e.j41(6,"mat-option",2),e.EFF(7,"Green"),e.k0s(),e.j41(8,"mat-option",3),e.EFF(9,"Blue"),e.k0s()()()),2&a&&(e.R7$(3),e.Mz_("panelClass","example-panel-",l.panelColor.value,""),e.Y8G("formControl",l.panelColor))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,c.YN,c.BC,c.X1,c.l_],styles:[".example-panel-red.mat-mdc-select-panel {\n background: rgba(255, 0, 0, 0.5);\n}\n\n.example-panel-green.mat-mdc-select-panel {\n background: rgba(0, 255, 0, 0.5);\n}\n\n.example-panel-blue.mat-mdc-select-panel {\n background: rgba(0, 0, 255, 0.5);\n}\n"],encapsulation:2})}return s})(),he=(()=>{class s{constructor(){this.states=["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-reset-example"]],standalone:!0,features:[e.aNF],decls:25,vars:0,consts:[[3,"value"],["matNativeControl","","id","mySelectId"],["value","","disabled","","selected",""],["value","volvo"],["value","saab"],["value","mercedes"],["value","audi"]],template:function(a,l){1&a&&(e.j41(0,"h4"),e.EFF(1,"mat-select"),e.k0s(),e.j41(2,"mat-form-field")(3,"mat-label"),e.EFF(4,"State"),e.k0s(),e.j41(5,"mat-select")(6,"mat-option"),e.EFF(7,"None"),e.k0s(),e.Z7z(8,M,2,2,"mat-option",0,e.fX1),e.k0s()(),e.j41(10,"h4"),e.EFF(11,"native html select"),e.k0s(),e.j41(12,"mat-form-field")(13,"mat-label"),e.EFF(14,"Select your car"),e.k0s(),e.j41(15,"select",1),e.nrm(16,"option",2),e.j41(17,"option",3),e.EFF(18,"Volvo"),e.k0s(),e.j41(19,"option",4),e.EFF(20,"Saab"),e.k0s(),e.j41(21,"option",5),e.EFF(22,"Mercedes"),e.k0s(),e.j41(23,"option",6),e.EFF(24,"Audi"),e.k0s()()()),2&a&&(e.R7$(8),e.Dyx(l.states))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,R.fS,R.fg,c.YN,c.xH,c.y7],encapsulation:2})}return s})(),re=(()=>{class s{constructor(){this.selected="option2"}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-value-binding-example"]],standalone:!0,features:[e.aNF],decls:14,vars:2,consts:[[3,"valueChange","value"],["value","option1"],["value","option2"],["value","option3"]],template:function(a,l){1&a&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Select an option"),e.k0s(),e.j41(3,"mat-select",0),e.mxI("valueChange",function(w){return e.DH7(l.selected,w)||(l.selected=w),w}),e.j41(4,"mat-option"),e.EFF(5,"None"),e.k0s(),e.j41(6,"mat-option",1),e.EFF(7,"Option 1"),e.k0s(),e.j41(8,"mat-option",2),e.EFF(9,"Option 2"),e.k0s(),e.j41(10,"mat-option",3),e.EFF(11,"Option 3"),e.k0s()()(),e.j41(12,"p"),e.EFF(13),e.k0s()),2&a&&(e.R7$(3),e.R50("value",l.selected),e.R7$(10),e.SpI("You selected: ",l.selected,""))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT],encapsulation:2})}return s})(),_e=(()=>{class s{constructor(){this.foods=[{value:"steak-0",viewValue:"Steak"},{value:"pizza-1",viewValue:"Pizza"},{value:"tacos-2",viewValue:"Tacos"}],this.cars=[{value:"volvo",viewValue:"Volvo"},{value:"saab",viewValue:"Saab"},{value:"mercedes",viewValue:"Mercedes"}],this.foodControl=new c.MJ(this.foods[2].value),this.carControl=new c.MJ(this.cars[1].value),this.form=new c.gE({food:this.foodControl,car:this.carControl})}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-reactive-form-example"]],standalone:!0,features:[e.aNF],decls:25,vars:5,consts:[[3,"formGroup"],["name","food",3,"formControl"],[3,"value"],["matNativeControl","","name","car",3,"formControl"],["value",""]],template:function(a,l){1&a&&(e.j41(0,"form",0)(1,"h4"),e.EFF(2,"mat-select"),e.k0s(),e.j41(3,"mat-form-field")(4,"mat-label"),e.EFF(5,"Favorite Food"),e.k0s(),e.j41(6,"mat-select",1)(7,"mat-option"),e.EFF(8,"None"),e.k0s(),e.Z7z(9,B,2,2,"mat-option",2,e.fX1),e.k0s()(),e.j41(11,"p"),e.EFF(12),e.k0s(),e.j41(13,"h4"),e.EFF(14,"Native select"),e.k0s(),e.j41(15,"mat-form-field")(16,"mat-label"),e.EFF(17,"Favorite Car"),e.k0s(),e.j41(18,"select",3)(19,"option",4),e.EFF(20,"None"),e.k0s(),e.Z7z(21,K,2,2,"option",2,e.fX1),e.k0s()(),e.j41(23,"p"),e.EFF(24),e.k0s()()),2&a&&(e.Y8G("formGroup",l.form),e.R7$(6),e.Y8G("formControl",l.foodControl),e.R7$(3),e.Dyx(l.foods),e.R7$(3),e.SpI("Selected: ",l.foodControl.value,""),e.R7$(6),e.Y8G("formControl",l.carControl),e.R7$(3),e.Dyx(l.cars),e.R7$(3),e.SpI("Selected: ",l.carControl.value,""))},dependencies:[c.YN,c.qT,c.xH,c.y7,c.wz,c.BC,c.cb,c.X1,c.l_,c.j4,p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,R.fS,R.fg],encapsulation:2})}return s})(),ge=(()=>{class s{constructor(){this.foods=[{value:"steak-0",viewValue:"Steak"},{value:"pizza-1",viewValue:"Pizza"},{value:"tacos-2",viewValue:"Tacos"}],this.cars=[{value:"ford",viewValue:"Ford"},{value:"chevrolet",viewValue:"Chevrolet"},{value:"dodge",viewValue:"Dodge"}],this.selectedFood=this.foods[2].value,this.selectedCar=this.cars[0].value}selectCar(f){this.selectedCar=f.target.value}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-initial-value-example"]],standalone:!0,features:[e.aNF],decls:22,vars:3,consts:[[3,"valueChange","value"],[3,"value"],["matNativeControl","",3,"change"],["value",""],[3,"value","selected"]],template:function(a,l){1&a&&(e.j41(0,"h4"),e.EFF(1,"Basic mat-select with initial value"),e.k0s(),e.j41(2,"mat-form-field")(3,"mat-label"),e.EFF(4,"Favorite Food"),e.k0s(),e.j41(5,"mat-select",0),e.mxI("valueChange",function(w){return e.DH7(l.selectedFood,w)||(l.selectedFood=w),w}),e.nrm(6,"mat-option"),e.Z7z(7,Y,2,2,"mat-option",1,e.fX1),e.k0s()(),e.j41(9,"p"),e.EFF(10),e.k0s(),e.j41(11,"h4"),e.EFF(12,"Basic native select with initial value"),e.k0s(),e.j41(13,"mat-form-field")(14,"mat-label"),e.EFF(15,"Favorite Car"),e.k0s(),e.j41(16,"select",2),e.bIt("change",function(w){return l.selectCar(w)}),e.nrm(17,"option",3),e.Z7z(18,te,2,3,"option",4,e.fX1),e.k0s()(),e.j41(20,"p"),e.EFF(21),e.k0s()),2&a&&(e.R7$(5),e.R50("value",l.selectedFood),e.R7$(2),e.Dyx(l.foods),e.R7$(3),e.SpI("You selected: ",l.selectedFood,""),e.R7$(8),e.Dyx(l.cars),e.R7$(3),e.SpI("You selected: ",l.selectedCar,""))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT,R.fS,R.fg,c.YN,c.xH,c.y7],encapsulation:2})}return s})(),oe=(()=>{class s{constructor(){this.foods=[{value:"steak-0",viewValue:"Steak"},{value:"pizza-1",viewValue:"Pizza"},{value:"tacos-2",viewValue:"Tacos"}]}static#e=this.\u0275fac=function(a){return new(a||s)};static#t=this.\u0275cmp=e.VBU({type:s,selectors:[["select-harness-example"]],standalone:!0,features:[e.aNF],decls:6,vars:0,consts:[[3,"value"]],template:function(a,l){1&a&&(e.j41(0,"mat-form-field")(1,"mat-label"),e.EFF(2,"Favorite food"),e.k0s(),e.j41(3,"mat-select"),e.Z7z(4,ne,2,2,"mat-option",0,e.fX1),e.k0s()()),2&a&&(e.R7$(4),e.Dyx(l.foods))},dependencies:[p.RG,p.rl,p.nJ,d.Ve,d.VO,T.wT],encapsulation:2})}return s})()},9417:(xe,J,g)=>{g.d(J,{BC:()=>$,JD:()=>ut,MJ:()=>Ae,MR:()=>dt,Q0:()=>lt,X1:()=>Ri,YN:()=>Ti,YS:()=>Ke,ZU:()=>l,Zm:()=>I,cV:()=>Xe,cb:()=>ye,cz:()=>v,gE:()=>Ve,j4:()=>$e,k0:()=>k,kq:()=>O,l_:()=>ct,me:()=>D,ok:()=>Si,qT:()=>Ot,vO:()=>_,vS:()=>rt,wz:()=>We,xH:()=>It,xq:()=>pt,y7:()=>Bt});var e=g(4438),c=g(177),d=g(4787),p=g(696),T=g(5286),R=g(5006);let z=(()=>{class i{constructor(t,o){this._renderer=t,this._elementRef=o,this.onChange=r=>{},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)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.sFG),e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:i})}return i})(),j=(()=>{class i extends z{static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,features:[e.Vt3]})}return i})();const O=new e.nKC(""),A={provide:O,useExisting:(0,e.Rfq)(()=>I),multi:!0};let I=(()=>{class i extends j{writeValue(t){this.setProperty("checked",t)}static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(o,r){1&o&&e.bIt("change",function(S){return r.onChange(S.target.checked)})("blur",function(){return r.onTouched()})},features:[e.Jv_([A]),e.Vt3]})}return i})();const N={provide:O,useExisting:(0,e.Rfq)(()=>D),multi:!0},H=new e.nKC("");let D=(()=>{class i extends z{constructor(t,o,r){super(t,o),this._compositionMode=r,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function G(){const i=(0,c.QT)()?(0,c.QT)().getUserAgent():"";return/android (\d+)/.test(i.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)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.sFG),e.rXU(e.aKT),e.rXU(H,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(o,r){1&o&&e.bIt("input",function(S){return r._handleInput(S.target.value)})("blur",function(){return r.onTouched()})("compositionstart",function(){return r._compositionStart()})("compositionend",function(S){return r._compositionEnd(S.target.value)})},features:[e.Jv_([N]),e.Vt3]})}return i})();function W(i){return null==i||("string"==typeof i||Array.isArray(i))&&0===i.length}function m(i){return null!=i&&"number"==typeof i.length}const v=new e.nKC(""),b=new e.nKC(""),P=/^(?=.{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 k{static min(n){return function F(i){return n=>{if(W(n.value)||W(i))return null;const t=parseFloat(n.value);return!isNaN(t)&&t<i?{min:{min:i,actual:n.value}}:null}}(n)}static max(n){return function M(i){return n=>{if(W(n.value)||W(i))return null;const t=parseFloat(n.value);return!isNaN(t)&&t>i?{max:{max:i,actual:n.value}}:null}}(n)}static required(n){return B(n)}static requiredTrue(n){return K(n)}static email(n){return function Y(i){return W(i.value)||P.test(i.value)?null:{email:!0}}(n)}static minLength(n){return function te(i){return n=>W(n.value)||!m(n.value)?null:n.value.length<i?{minlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static maxLength(n){return function ne(i){return n=>m(n.value)&&n.value.length>i?{maxlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static pattern(n){return function ie(i){if(!i)return Q;let n,t;return"string"==typeof i?(t="","^"!==i.charAt(0)&&(t+="^"),t+=i,"$"!==i.charAt(i.length-1)&&(t+="$"),n=new RegExp(t)):(t=i.toString(),n=i),o=>{if(W(o.value))return null;const r=o.value;return n.test(r)?null:{pattern:{requiredPattern:t,actualValue:r}}}}(n)}static nullValidator(n){return null}static compose(n){return ce(n)}static composeAsync(n){return ae(n)}}function B(i){return W(i.value)?{required:!0}:null}function K(i){return!0===i.value?null:{required:!0}}function Q(i){return null}function fe(i){return null!=i}function pe(i){return(0,e.jNT)(i)?(0,d.H)(i):i}function be(i){let n={};return i.forEach(t=>{n=null!=t?{...n,...t}:n}),0===Object.keys(n).length?null:n}function ve(i,n){return n.map(t=>t(i))}function se(i){return i.map(n=>function we(i){return!i.validate}(n)?n:t=>n.validate(t))}function ce(i){if(!i)return null;const n=i.filter(fe);return 0==n.length?null:function(t){return be(ve(t,n))}}function me(i){return null!=i?ce(se(i)):null}function ae(i){if(!i)return null;const n=i.filter(fe);return 0==n.length?null:function(t){const o=ve(t,n).map(pe);return(0,p.p)(o).pipe((0,R.T)(be))}}function he(i){return null!=i?ae(se(i)):null}function re(i,n){return null===i?[n]:Array.isArray(i)?[...i,n]:[i,n]}function _e(i){return i._rawValidators}function ge(i){return i._rawAsyncValidators}function oe(i){return i?Array.isArray(i)?i:[i]:[]}function s(i,n){return Array.isArray(i)?i.includes(n):i===n}function y(i,n){const t=oe(n);return oe(i).forEach(r=>{s(t,r)||t.push(r)}),t}function f(i,n){return oe(n).filter(t=>!s(i,t))}class a{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(n){this._rawValidators=n||[],this._composedValidatorFn=me(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=he(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control&&this.control.reset(n)}hasError(n,t){return!!this.control&&this.control.hasError(n,t)}getError(n,t){return this.control?this.control.getError(n,t):null}}class l extends a{get formDirective(){return null}get path(){return null}}class _ extends a{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class w{constructor(n){this._cd=n}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}let $=(()=>{class i extends w{constructor(t){super(t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(_,2))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(o,r){2&o&&e.AVh("ng-untouched",r.isUntouched)("ng-touched",r.isTouched)("ng-pristine",r.isPristine)("ng-dirty",r.isDirty)("ng-valid",r.isValid)("ng-invalid",r.isInvalid)("ng-pending",r.isPending)},features:[e.Vt3]})}return i})(),ye=(()=>{class i extends w{constructor(t){super(t)}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(l,10))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(o,r){2&o&&e.AVh("ng-untouched",r.isUntouched)("ng-touched",r.isTouched)("ng-pristine",r.isPristine)("ng-dirty",r.isDirty)("ng-valid",r.isValid)("ng-invalid",r.isInvalid)("ng-pending",r.isPending)("ng-submitted",r.isSubmitted)},features:[e.Vt3]})}return i})();const x="VALID",V="INVALID",L="PENDING",q="DISABLED";class de{}class Be extends de{constructor(n,t){super(),this.value=n,this.source=t}}class Oe extends de{constructor(n,t){super(),this.pristine=n,this.source=t}}class Ze extends de{constructor(n,t){super(),this.touched=n,this.source=t}}class Le extends de{constructor(n,t){super(),this.status=n,this.source=t}}class Yt extends de{constructor(n){super(),this.source=n}}class qt extends de{constructor(n){super(),this.source=n}}function et(i){return(Ne(i)?i.validators:i)||null}function tt(i,n){return(Ne(n)?n.asyncValidators:i)||null}function Ne(i){return null!=i&&!Array.isArray(i)&&"object"==typeof i}function vt(i,n,t){const o=i.controls;if(!(n?Object.keys(o):o).length)throw new e.wOt(1e3,"");if(!o[t])throw new e.wOt(1001,"")}function yt(i,n,t){i._forEachChild((o,r)=>{if(void 0===t[r])throw new e.wOt(1002,"")})}class Ue{constructor(n,t){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._events=new T.B7,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(n),this._assignAsyncValidators(t)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get valid(){return this.status===x}get invalid(){return this.status===V}get pending(){return this.status==L}get disabled(){return this.status===q}get enabled(){return this.status!==q}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(y(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(y(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(f(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(f(n,this._rawAsyncValidators))}hasValidator(n){return s(this._rawValidators,n)}hasAsyncValidator(n){return s(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const t=!1===this.touched;this.touched=!0;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsTouched({...n,sourceControl:o}),t&&!1!==n.emitEvent&&this._events.next(new Ze(!0,o))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(t=>t.markAllAsTouched(n))}markAsUntouched(n={}){const t=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const o=n.sourceControl??this;this._forEachChild(r=>{r.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:o})}),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,o),t&&!1!==n.emitEvent&&this._events.next(new Ze(!1,o))}markAsDirty(n={}){const t=!0===this.pristine;this.pristine=!1;const o=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsDirty({...n,sourceControl:o}),t&&!1!==n.emitEvent&&this._events.next(new Oe(!1,o))}markAsPristine(n={}){const t=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const o=n.sourceControl??this;this._forEachChild(r=>{r.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),this._parent&&!n.onlySelf&&this._parent._updatePristine(n,o),t&&!1!==n.emitEvent&&this._events.next(new Oe(!0,o))}markAsPending(n={}){this.status=L;const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Le(this.status,t)),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.markAsPending({...n,sourceControl:t})}disable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=q,this.errors=null,this._forEachChild(r=>{r.disable({...n,onlySelf:!0})}),this._updateValue();const o=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Be(this.value,o)),this._events.next(new Le(this.status,o)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(r=>r(!0))}enable(n={}){const t=this._parentMarkedDirty(n.onlySelf);this.status=x,this._forEachChild(o=>{o.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:t},this),this._onDisabledChange.forEach(o=>o(!1))}_updateAncestors(n,t){this._parent&&!n.onlySelf&&(this._parent.updateValueAndValidity(n),n.skipPristineCheck||this._parent._updatePristine({},t),this._parent._updateTouched({},t))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const o=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===x||this.status===L)&&this._runAsyncValidator(o,n.emitEvent)}const t=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Be(this.value,t)),this._events.next(new Le(this.status,t)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.updateValueAndValidity({...n,sourceControl:t})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?q:x}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,t){if(this.asyncValidator){this.status=L,this._hasOwnPendingAsyncValidator={emitEvent:!1!==t};const o=pe(this.asyncValidator(this));this._asyncValidationSubscription=o.subscribe(r=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(r,{emitEvent:t,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,t={}){this.errors=n,this._updateControlsErrors(!1!==t.emitEvent,this,t.shouldHaveEmitted)}get(n){let t=n;return null==t||(Array.isArray(t)||(t=t.split(".")),0===t.length)?null:t.reduce((o,r)=>o&&o._find(r),this)}getError(n,t){const o=t?this.get(t):this;return o&&o.errors?o.errors[n]:null}hasError(n,t){return!!this.getError(n,t)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,t,o){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||o)&&this._events.next(new Le(this.status,t)),this._parent&&this._parent._updateControlsErrors(n,t,o)}_initObservables(){this.valueChanges=new e.bkB,this.statusChanges=new e.bkB}_calculateStatus(){return this._allControlsDisabled()?q:this.errors?V:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(L)?L:this._anyControlsHaveStatus(V)?V:x}_anyControlsHaveStatus(n){return this._anyControls(t=>t.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,t){const o=!this._anyControlsDirty(),r=this.pristine!==o;this.pristine=o,this._parent&&!n.onlySelf&&this._parent._updatePristine(n,t),r&&this._events.next(new Oe(this.pristine,t))}_updateTouched(n={},t){this.touched=this._anyControlsTouched(),this._events.next(new Ze(this.touched,t)),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,t)}_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Ne(n)&&null!=n.updateOn&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){return!n&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=function Jt(i){return Array.isArray(i)?me(i):i||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function Qt(i){return Array.isArray(i)?he(i):i||null}(this._rawAsyncValidators)}}class Ve extends Ue{constructor(n,t,o){super(et(t),tt(o,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(n,t){return this.controls[n]?this.controls[n]:(this.controls[n]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(n,t,o={}){this.registerControl(n,t),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}removeControl(n,t={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(n,t,o={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],t&&this.registerControl(n,t),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,t={}){yt(this,0,n),Object.keys(n).forEach(o=>{vt(this,!0,o),this.controls[o].setValue(n[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(Object.keys(n).forEach(o=>{const r=this.controls[o];r&&r.patchValue(n[o],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n={},t={}){this._forEachChild((o,r)=>{o.reset(n?n[r]:null,{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t)}getRawValue(){return this._reduceChildren({},(n,t,o)=>(n[o]=t.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(t,o)=>!!o._syncPendingControls()||t);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(t=>{const o=this.controls[t];o&&n(o,t)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[t,o]of Object.entries(this.controls))if(this.contains(t)&&n(o))return!0;return!1}_reduceValue(){return this._reduceChildren({},(t,o,r)=>((o.enabled||this.disabled)&&(t[r]=o.value),t))}_reduceChildren(n,t){let o=n;return this._forEachChild((r,E)=>{o=t(o,r,E)}),o}_allControlsDisabled(){for(const n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}}class kt extends Ve{}const Fe=new e.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>Se}),Se="always";function ze(i,n){return[...n.path,i]}function Te(i,n,t=Se){it(i,n),n.valueAccessor.writeValue(i.value),(i.disabled||"always"===t)&&n.valueAccessor.setDisabledState?.(i.disabled),function ei(i,n){n.valueAccessor.registerOnChange(t=>{i._pendingValue=t,i._pendingChange=!0,i._pendingDirty=!0,"change"===i.updateOn&&Ct(i,n)})}(i,n),function ii(i,n){const t=(o,r)=>{n.valueAccessor.writeValue(o),r&&n.viewToModelUpdate(o)};i.registerOnChange(t),n._registerOnDestroy(()=>{i._unregisterOnChange(t)})}(i,n),function ti(i,n){n.valueAccessor.registerOnTouched(()=>{i._pendingTouched=!0,"blur"===i.updateOn&&i._pendingChange&&Ct(i,n),"submit"!==i.updateOn&&i.markAsTouched()})}(i,n),function Zt(i,n){if(n.valueAccessor.setDisabledState){const t=o=>{n.valueAccessor.setDisabledState(o)};i.registerOnDisabledChange(t),n._registerOnDestroy(()=>{i._unregisterOnDisabledChange(t)})}}(i,n)}function Ge(i,n,t=!0){const o=()=>{};n.valueAccessor&&(n.valueAccessor.registerOnChange(o),n.valueAccessor.registerOnTouched(o)),He(i,n),i&&(n._invokeOnDestroyCallbacks(),i._registerOnCollectionChange(()=>{}))}function je(i,n){i.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(n)})}function it(i,n){const t=_e(i);null!==n.validator?i.setValidators(re(t,n.validator)):"function"==typeof t&&i.setValidators([t]);const o=ge(i);null!==n.asyncValidator?i.setAsyncValidators(re(o,n.asyncValidator)):"function"==typeof o&&i.setAsyncValidators([o]);const r=()=>i.updateValueAndValidity();je(n._rawValidators,r),je(n._rawAsyncValidators,r)}function He(i,n){let t=!1;if(null!==i){if(null!==n.validator){const r=_e(i);if(Array.isArray(r)&&r.length>0){const E=r.filter(S=>S!==n.validator);E.length!==r.length&&(t=!0,i.setValidators(E))}}if(null!==n.asyncValidator){const r=ge(i);if(Array.isArray(r)&&r.length>0){const E=r.filter(S=>S!==n.asyncValidator);E.length!==r.length&&(t=!0,i.setAsyncValidators(E))}}}const o=()=>{};return je(n._rawValidators,o),je(n._rawAsyncValidators,o),t}function Ct(i,n){i._pendingDirty&&i.markAsDirty(),i.setValue(i._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1}function Et(i,n){it(i,n)}function ot(i,n){if(!i.hasOwnProperty("model"))return!1;const t=i.model;return!!t.isFirstChange()||!Object.is(n,t.currentValue)}function Ft(i,n){i._syncPendingControls(),n.forEach(t=>{const o=t.control;"submit"===o.updateOn&&o._pendingChange&&(t.viewToModelUpdate(o._pendingValue),o._pendingChange=!1)})}function at(i,n){if(!n)return null;let t,o,r;return Array.isArray(n),n.forEach(E=>{E.constructor===D?t=E:function ai(i){return Object.getPrototypeOf(i.constructor)===j}(E)?o=E:r=E}),r||o||t||null}const li={provide:l,useExisting:(0,e.Rfq)(()=>Xe)},Re=Promise.resolve();let Xe=(()=>{class i extends l{constructor(t,o,r){super(),this.callSetDisabledState=r,this.submitted=!1,this._directives=new Set,this.ngSubmit=new e.bkB,this.form=new Ve({},me(t),he(o))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(t){Re.then(()=>{const o=this._findContainer(t.path);t.control=o.registerControl(t.name,t.control),Te(t.control,t,this.callSetDisabledState),t.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(t)})}getControl(t){return this.form.get(t.path)}removeControl(t){Re.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name),this._directives.delete(t)})}addFormGroup(t){Re.then(()=>{const o=this._findContainer(t.path),r=new Ve({});Et(r,t),o.registerControl(t.name,r),r.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(t){Re.then(()=>{const o=this._findContainer(t.path);o&&o.removeControl(t.name)})}getFormGroup(t){return this.form.get(t.path)}updateModel(t,o){Re.then(()=>{this.form.get(t.path).setValue(o)})}setValue(t){this.control.setValue(t)}onSubmit(t){return this.submitted=!0,Ft(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}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(v,10),e.rXU(b,10),e.rXU(Fe,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(o,r){1&o&&e.bIt("submit",function(S){return r.onSubmit(S)})("reset",function(){return r.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e.Jv_([li]),e.Vt3]})}return i})();function Mt(i,n){const t=i.indexOf(n);t>-1&&i.splice(t,1)}function wt(i){return"object"==typeof i&&null!==i&&2===Object.keys(i).length&&"value"in i&&"disabled"in i}const Ae=class extends Ue{constructor(n=null,t,o){super(et(t),tt(o,t)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(n),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Ne(t)&&(t.nonNullable||t.initialValueIsDefault)&&(this.defaultValue=wt(n)?n.value:n)}setValue(n,t={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(o=>o(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(n,t={}){this.setValue(n,t)}reset(n=this.defaultValue,t={}){this._applyFormState(n),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),this._pendingChange=!1}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){Mt(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){Mt(this._onDisabledChange,n)}_forEachChild(n){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(n){wt(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}},ci={provide:_,useExisting:(0,e.Rfq)(()=>rt)},At=Promise.resolve();let rt=(()=>{class i extends _{constructor(t,o,r,E,S,ue){super(),this._changeDetectorRef=S,this.callSetDisabledState=ue,this.control=new Ae,this._registered=!1,this.name="",this.update=new e.bkB,this._parent=t,this._setValidators(o),this._setAsyncValidators(r),this.valueAccessor=at(0,E)}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),ot(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(){Te(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(t){At.then(()=>{this.control.setValue(t,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(t){const o=t.isDisabled.currentValue,r=0!==o&&(0,e.L39)(o);At.then(()=>{r&&!this.control.disabled?this.control.disable():!r&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(t){return this._parent?ze(t,this._parent):[t]}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(l,9),e.rXU(v,10),e.rXU(b,10),e.rXU(O,10),e.rXU(e.gRc,8),e.rXU(Fe,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[e.Jv_([ci]),e.Vt3,e.OA$]})}return i})(),Ot=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}return i})();const mi={provide:O,useExisting:(0,e.Rfq)(()=>lt),multi:!0};let lt=(()=>{class i extends j{writeValue(t){this.setProperty("value",t??"")}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(o,r){1&o&&e.bIt("input",function(S){return r.onChange(S.target.value)})("blur",function(){return r.onTouched()})},features:[e.Jv_([mi]),e.Vt3]})}return i})();const fi={provide:O,useExisting:(0,e.Rfq)(()=>dt),multi:!0};let dt=(()=>{class i extends j{writeValue(t){this.setProperty("value",parseFloat(t))}registerOnChange(t){this.onChange=o=>{t(""==o?null:parseFloat(o))}}static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(o,r){1&o&&e.bIt("change",function(S){return r.onChange(S.target.value)})("input",function(S){return r.onChange(S.target.value)})("blur",function(){return r.onTouched()})},features:[e.Jv_([fi]),e.Vt3]})}return i})();const st=new e.nKC(""),pi={provide:_,useExisting:(0,e.Rfq)(()=>ct)};let ct=(()=>{class i extends _{set isDisabled(t){}static#e=this._ngModelWarningSentOnce=!1;constructor(t,o,r,E,S){super(),this._ngModelWarningConfig=E,this.callSetDisabledState=S,this.update=new e.bkB,this._ngModelWarningSent=!1,this._setValidators(t),this._setAsyncValidators(o),this.valueAccessor=at(0,r)}ngOnChanges(t){if(this._isControlChanged(t)){const o=t.form.previousValue;o&&Ge(o,this,!1),Te(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}ot(t,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Ge(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")}static#t=this.\u0275fac=function(o){return new(o||i)(e.rXU(v,10),e.rXU(b,10),e.rXU(O,10),e.rXU(st,8),e.rXU(Fe,8))};static#i=this.\u0275dir=e.FsC({type:i,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[e.Jv_([pi]),e.Vt3,e.OA$]})}return i})();const _i={provide:l,useExisting:(0,e.Rfq)(()=>$e)};let $e=(()=>{class i extends l{constructor(t,o,r){super(),this.callSetDisabledState=r,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new e.bkB,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&&(He(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 Te(o,t,this.callSetDisabledState),o.updateValueAndValidity({emitEvent:!1}),this.directives.push(t),o}getControl(t){return this.form.get(t.path)}removeControl(t){Ge(t.control||null,t,!1),function ri(i,n){const t=i.indexOf(n);t>-1&&i.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,Ft(this.form,this.directives),this.ngSubmit.emit(t),this.form._events.next(new Yt(this.control)),"dialog"===t?.target?.method}onReset(){this.resetForm()}resetForm(t=void 0){this.form.reset(t),this.submitted=!1,this.form._events.next(new qt(this.form))}_updateDomValue(){this.directives.forEach(t=>{const o=t.control,r=this.form.get(t.path);o!==r&&(Ge(o||null,t),(i=>i instanceof Ae)(r)&&(Te(r,t,this.callSetDisabledState),t.control=r))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(t){const o=this.form.get(t.path);Et(o,t),o.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(t){if(this.form){const o=this.form.get(t.path);o&&function ni(i,n){return He(i,n)}(o,t)&&o.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){it(this.form,this),this._oldForm&&He(this._oldForm,this)}_checkFormPresent(){}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(v,10),e.rXU(b,10),e.rXU(Fe,8))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","formGroup",""]],hostBindings:function(o,r){1&o&&e.bIt("submit",function(S){return r.onSubmit(S)})("reset",function(){return r.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[e.Jv_([_i]),e.Vt3,e.OA$]})}return i})();const bi={provide:_,useExisting:(0,e.Rfq)(()=>ut)};let ut=(()=>{class i extends _{set isDisabled(t){}static#e=this._ngModelWarningSentOnce=!1;constructor(t,o,r,E,S){super(),this._ngModelWarningConfig=S,this._added=!1,this.name=null,this.update=new e.bkB,this._ngModelWarningSent=!1,this._parent=t,this._setValidators(o),this._setAsyncValidators(r),this.valueAccessor=at(0,E)}ngOnChanges(t){this._added||this._setUpControl(),ot(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}static#t=this.\u0275fac=function(o){return new(o||i)(e.rXU(l,13),e.rXU(v,10),e.rXU(b,10),e.rXU(O,10),e.rXU(st,8))};static#i=this.\u0275dir=e.FsC({type:i,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},features:[e.Jv_([bi]),e.Vt3,e.OA$]})}return i})();const vi={provide:O,useExisting:(0,e.Rfq)(()=>We),multi:!0};function Rt(i,n){return null==i?`${n}`:(n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let We=(()=>{class i extends j{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 r=Rt(this._getOptionId(t),t);this.setProperty("value",r)}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 yi(i){return i.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o):t}static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(o,r){1&o&&e.bIt("change",function(S){return r.onChange(S.target.value)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[e.Jv_([vi]),e.Vt3]})}return i})(),It=(()=>{class i{constructor(t,o,r){this._element=t,this._renderer=o,this._select=r,this._select&&(this.id=this._select._registerOption())}set ngValue(t){null!=this._select&&(this._select._optionMap.set(this.id,t),this._setElementValue(Rt(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))}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(We,9))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})();const ki={provide:O,useExisting:(0,e.Rfq)(()=>ft),multi:!0};function Pt(i,n){return null==i?`${n}`:("string"==typeof n&&(n=`'${n}'`),n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let ft=(()=>{class i extends j{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 r=t.map(E=>this._getOptionId(E));o=(E,S)=>{E._setSelected(r.indexOf(S.toString())>-1)}}else o=(r,E)=>{r._setSelected(!1)};this._optionMap.forEach(o)}registerOnChange(t){this.onChange=o=>{const r=[],E=o.selectedOptions;if(void 0!==E){const S=E;for(let ue=0;ue<S.length;ue++){const _t=this._getOptionValue(S[ue].value);r.push(_t)}}else{const S=o.options;for(let ue=0;ue<S.length;ue++){const Ye=S[ue];if(Ye.selected){const _t=this._getOptionValue(Ye.value);r.push(_t)}}}this.value=r,t(r)}}_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 Ci(i){return i.split(":")[0]}(t);return this._optionMap.has(o)?this._optionMap.get(o)._value:t}static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(o,r){1&o&&e.bIt("change",function(S){return r.onChange(S.target)})("blur",function(){return r.onTouched()})},inputs:{compareWith:"compareWith"},features:[e.Jv_([ki]),e.Vt3]})}return i})(),Bt=(()=>{class i{constructor(t,o,r){this._element=t,this._renderer=o,this._select=r,this._select&&(this.id=this._select._registerOption(this))}set ngValue(t){null!=this._select&&(this._value=t,this._setElementValue(Pt(this.id,t)),this._select.writeValue(this._select.value))}set value(t){this._select?(this._value=t,this._setElementValue(Pt(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))}static#e=this.\u0275fac=function(o){return new(o||i)(e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(ft,9))};static#t=this.\u0275dir=e.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})(),Me=(()=>{class i{constructor(){this._validator=Q}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):Q,this._onChange&&this._onChange()}}validate(t){return this._validator(t)}registerOnValidatorChange(t){this._onChange=t}enabled(t){return null!=t}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275dir=e.FsC({type:i,features:[e.OA$]})}return i})();const Mi={provide:v,useExisting:(0,e.Rfq)(()=>Ke),multi:!0},wi={provide:v,useExisting:(0,e.Rfq)(()=>pt),multi:!0};let Ke=(()=>{class i extends Me{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=e.L39,this.createValidator=t=>B}enabled(t){return t}static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(o,r){2&o&&e.BMQ("required",r._enabled?"":null)},inputs:{required:"required"},features:[e.Jv_([Mi]),e.Vt3]})}return i})(),pt=(()=>{class i extends Ke{constructor(){super(...arguments),this.createValidator=t=>K}static#e=this.\u0275fac=(()=>{let t;return function(r){return(t||(t=e.xGo(i)))(r||i)}})();static#t=this.\u0275dir=e.FsC({type:i,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(o,r){2&o&&e.BMQ("required",r._enabled?"":null)},features:[e.Jv_([wi]),e.Vt3]})}return i})(),$t=(()=>{class i{static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({})}return i})();class Wt extends Ue{constructor(n,t,o){super(et(t),tt(o,t)),this.controls=n,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(n){return this.controls[this._adjustIndex(n)]}push(n,t={}){this.controls.push(n),this._registerControl(n),this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}insert(n,t,o={}){this.controls.splice(n,0,t),this._registerControl(t),this.updateValueAndValidity({emitEvent:o.emitEvent})}removeAt(n,t={}){let o=this._adjustIndex(n);o<0&&(o=0),this.controls[o]&&this.controls[o]._registerOnCollectionChange(()=>{}),this.controls.splice(o,1),this.updateValueAndValidity({emitEvent:t.emitEvent})}setControl(n,t,o={}){let r=this._adjustIndex(n);r<0&&(r=0),this.controls[r]&&this.controls[r]._registerOnCollectionChange(()=>{}),this.controls.splice(r,1),t&&(this.controls.splice(r,0,t),this._registerControl(t)),this.updateValueAndValidity({emitEvent:o.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(n,t={}){yt(this,0,n),n.forEach((o,r)=>{vt(this,!1,r),this.at(r).setValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(n,t={}){null!=n&&(n.forEach((o,r)=>{this.at(r)&&this.at(r).patchValue(o,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t))}reset(n=[],t={}){this._forEachChild((o,r)=>{o.reset(n[r],{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t,this),this._updateTouched(t,this),this.updateValueAndValidity(t)}getRawValue(){return this.controls.map(n=>n.getRawValue())}clear(n={}){this.controls.length<1||(this._forEachChild(t=>t._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:n.emitEvent}))}_adjustIndex(n){return n<0?n+this.length:n}_syncPendingControls(){let n=this.controls.reduce((t,o)=>!!o._syncPendingControls()||t,!1);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){this.controls.forEach((t,o)=>{n(t,o)})}_updateValue(){this.value=this.controls.filter(n=>n.enabled||this.disabled).map(n=>n.value)}_anyControls(n){return this.controls.some(t=>t.enabled&&n(t))}_setUpControls(){this._forEachChild(n=>this._registerControl(n))}_allControlsDisabled(){for(const n of this.controls)if(n.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(n){n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)}_find(n){return this.at(n)??null}}function Kt(i){return!!i&&(void 0!==i.asyncValidators||void 0!==i.validators||void 0!==i.updateOn)}let Si=(()=>{class i{constructor(){this.useNonNullable=!1}get nonNullable(){const t=new i;return t.useNonNullable=!0,t}group(t,o=null){const r=this._reduceControls(t);let E={};return Kt(o)?E=o:null!==o&&(E.validators=o.validator,E.asyncValidators=o.asyncValidator),new Ve(r,E)}record(t,o=null){const r=this._reduceControls(t);return new kt(r,o)}control(t,o,r){let E={};return this.useNonNullable?(Kt(o)?E=o:(E.validators=o,E.asyncValidators=r),new Ae(t,{...E,nonNullable:!0})):new Ae(t,o,r)}array(t,o,r){const E=t.map(S=>this._createControl(S));return new Wt(E,o,r)}_reduceControls(t){const o={};return Object.keys(t).forEach(r=>{o[r]=this._createControl(t[r])}),o}_createControl(t){return t instanceof Ae||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)}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275prov=e.jDH({token:i,factory:i.\u0275fac,providedIn:"root"})}return i})(),Ti=(()=>{class i{static withConfig(t){return{ngModule:i,providers:[{provide:Fe,useValue:t.callSetDisabledState??Se}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({imports:[$t]})}return i})(),Ri=(()=>{class i{static withConfig(t){return{ngModule:i,providers:[{provide:st,useValue:t.warnOnNgModelWithFormControl??"always"},{provide:Fe,useValue:t.callSetDisabledState??Se}]}}static#e=this.\u0275fac=function(o){return new(o||i)};static#t=this.\u0275mod=e.$C({type:i});static#i=this.\u0275inj=e.G2t({imports:[$t]})}return i})()},2765:(xe,J,g)=>{g.d(J,{So:()=>H,g7:()=>v});var e=g(4438),c=g(9417),d=g(6600);const p=["input"],T=["label"],R=["*"],z=new e.nKC("mat-checkbox-default-options",{providedIn:"root",factory:j});function j(){return{color:"accent",clickAction:"check-indeterminate"}}var O=function(b){return b[b.Init=0]="Init",b[b.Checked=1]="Checked",b[b.Unchecked=2]="Unchecked",b[b.Indeterminate=3]="Indeterminate",b}(O||{});const A={provide:c.kq,useExisting:(0,e.Rfq)(()=>H),multi:!0};class I{}let N=0;const G=j();let H=(()=>{class b{focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(k){const F=new I;return F.source=this,F.checked=k,F}_getAnimationTargetElement(){return this._inputElement?.nativeElement}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(k,F,M,B,K,Y){this._elementRef=k,this._changeDetectorRef=F,this._ngZone=M,this._animationMode=K,this._options=Y,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"},this.ariaLabel="",this.ariaLabelledby=null,this.labelPosition="after",this.name=null,this.change=new e.bkB,this.indeterminateChange=new e.bkB,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=O.Init,this._controlValueAccessorChangeFn=()=>{},this._validatorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||G,this.color=this._options.color||G.color,this.tabIndex=parseInt(B)||0,this.id=this._uniqueId="mat-mdc-checkbox-"+ ++N}ngOnChanges(k){k.required&&this._validatorChangeFn()}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(k){k!=this.checked&&(this._checked=k,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(k){k!==this.disabled&&(this._disabled=k,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(k){const F=k!=this._indeterminate;this._indeterminate=k,F&&(this._transitionCheckState(this._indeterminate?O.Indeterminate:this.checked?O.Checked:O.Unchecked),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(k){this.checked=!!k}registerOnChange(k){this._controlValueAccessorChangeFn=k}registerOnTouched(k){this._onTouched=k}setDisabledState(k){this.disabled=k}validate(k){return this.required&&!0!==k.value?{required:!0}:null}registerOnValidatorChange(k){this._validatorChangeFn=k}_transitionCheckState(k){let F=this._currentCheckState,M=this._getAnimationTargetElement();if(F!==k&&M&&(this._currentAnimationClass&&M.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(F,k),this._currentCheckState=k,this._currentAnimationClass.length>0)){M.classList.add(this._currentAnimationClass);const B=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{M.classList.remove(B)},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 k=this._options?.clickAction;this.disabled||"noop"===k?!this.disabled&&"noop"===k&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==k&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?O.Checked:O.Unchecked),this._emitChangeEvent())}_onInteractionEvent(k){k.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(k,F){if("NoopAnimations"===this._animationMode)return"";switch(k){case O.Init:if(F===O.Checked)return this._animationClasses.uncheckedToChecked;if(F==O.Indeterminate)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case O.Unchecked:return F===O.Checked?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case O.Checked:return F===O.Unchecked?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case O.Indeterminate:return F===O.Checked?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(k){const F=this._inputElement;F&&(F.nativeElement.indeterminate=k)}_onInputClick(){this._handleInputClick()}_onTouchTargetClick(){this._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(k){k.target&&this._labelElement.nativeElement.contains(k.target)&&k.stopPropagation()}static#e=this.\u0275fac=function(F){return new(F||b)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(e.SKi),e.kS0("tabindex"),e.rXU(e.bc$,8),e.rXU(z,8))};static#t=this.\u0275cmp=e.VBU({type:b,selectors:[["mat-checkbox"]],viewQuery:function(F,M){if(1&F&&(e.GBs(p,5),e.GBs(T,5),e.GBs(d.r6,5)),2&F){let B;e.mGM(B=e.lsd())&&(M._inputElement=B.first),e.mGM(B=e.lsd())&&(M._labelElement=B.first),e.mGM(B=e.lsd())&&(M.ripple=B.first)}},hostAttrs:[1,"mat-mdc-checkbox"],hostVars:14,hostBindings:function(F,M){2&F&&(e.Mr5("id",M.id),e.BMQ("tabindex",null)("aria-label",null)("aria-labelledby",null),e.HbH(M.color?"mat-"+M.color:"mat-accent"),e.AVh("_mat-animation-noopable","NoopAnimations"===M._animationMode)("mdc-checkbox--disabled",M.disabled)("mat-mdc-checkbox-disabled",M.disabled)("mat-mdc-checkbox-checked",M.checked))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],id:"id",required:[2,"required","required",e.L39],labelPosition:"labelPosition",name:"name",value:"value",disableRipple:[2,"disableRipple","disableRipple",e.L39],tabIndex:[2,"tabIndex","tabIndex",k=>null==k?void 0:(0,e.Udg)(k)],color:"color",checked:[2,"checked","checked",e.L39],disabled:[2,"disabled","disabled",e.L39],indeterminate:[2,"indeterminate","indeterminate",e.L39]},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],standalone:!0,features:[e.Jv_([A,{provide:c.cz,useExisting:b,multi:!0}]),e.GFd,e.OA$,e.aNF],ngContentSelectors:R,decls:15,vars:19,consts:[["checkbox",""],["input",""],["label",""],["mat-internal-form-field","",3,"click","labelPosition"],[1,"mdc-checkbox"],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"blur","click","change","checked","indeterminate","disabled","id","required","tabIndex"],[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"]],template:function(F,M){if(1&F){const B=e.RV6();e.NAR(),e.j41(0,"div",3),e.bIt("click",function(Y){return e.eBV(B),e.Njj(M._preventBubblingFromLabel(Y))}),e.j41(1,"div",4,0)(3,"div",5),e.bIt("click",function(){return e.eBV(B),e.Njj(M._onTouchTargetClick())}),e.k0s(),e.j41(4,"input",6,1),e.bIt("blur",function(){return e.eBV(B),e.Njj(M._onBlur())})("click",function(){return e.eBV(B),e.Njj(M._onInputClick())})("change",function(Y){return e.eBV(B),e.Njj(M._onInteractionEvent(Y))}),e.k0s(),e.nrm(6,"div",7),e.j41(7,"div",8),e.qSk(),e.j41(8,"svg",9),e.nrm(9,"path",10),e.k0s(),e.joV(),e.nrm(10,"div",11),e.k0s(),e.nrm(11,"div",12),e.k0s(),e.j41(12,"label",13,2),e.SdG(14),e.k0s()()}if(2&F){const B=e.sdS(2);e.Y8G("labelPosition",M.labelPosition),e.R7$(4),e.AVh("mdc-checkbox--selected",M.checked),e.Y8G("checked",M.checked)("indeterminate",M.indeterminate)("disabled",M.disabled)("id",M.inputId)("required",M.required)("tabIndex",M.disabled?-1:M.tabIndex),e.BMQ("aria-label",M.ariaLabel||null)("aria-labelledby",M.ariaLabelledby)("aria-describedby",M.ariaDescribedby)("aria-checked",M.indeterminate?"mixed":null)("name",M.name)("value",M.value),e.R7$(7),e.Y8G("matRippleTrigger",B)("matRippleDisabled",M.disableRipple||M.disabled)("matRippleCentered",!0),e.R7$(),e.Y8G("for",M.inputId)}},dependencies:[d.r6,d.tO],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-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)}.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-internal-form-field{color:var(--mat-checkbox-label-text-color);font-family:var(--mat-checkbox-label-text-font);line-height:var(--mat-checkbox-label-text-line-height);font-size:var(--mat-checkbox-label-text-size);letter-spacing:var(--mat-checkbox-label-text-tracking);font-weight:var(--mat-checkbox-label-text-weight)}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default;color:var(--mat-checkbox-disabled-label-color)}.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%);display:var(--mat-checkbox-touch-target-display)}.mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}return b})(),v=(()=>{class b{static#e=this.\u0275fac=function(F){return new(F||b)};static#t=this.\u0275mod=e.$C({type:b});static#i=this.\u0275inj=e.G2t({imports:[H,d.yE,d.yE]})}return b})()},3719:(xe,J,g)=>{g.d(J,{JW:()=>y,MV:()=>oe,RG:()=>Qe,TL:()=>_e,nJ:()=>ae,qT:()=>le,rl:()=>bt,xb:()=>Ce,yw:()=>a});var e=g(4438),c=g(8203),d=g(6860),p=g(4337),T=g(5286),R=g(4670),z=g(7605),j=g(8170),O=g(4085),A=g(9969),I=g(177),N=g(2318),G=g(6600);const H=["notch"],D=["matFormFieldNotchedOutline",""],W=["*"],m=["textField"],v=["iconPrefixContainer"],b=["textPrefixContainer"],P=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],k=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function F(u,X){1&u&&e.nrm(0,"span",19)}function M(u,X){if(1&u&&(e.j41(0,"label",18),e.SdG(1,1),e.DNE(2,F,1,0,"span",19),e.k0s()),2&u){const h=e.XpG(2);e.Y8G("floating",h._shouldLabelFloat())("monitorResize",h._hasOutline())("id",h._labelId),e.BMQ("for",h._control.disableAutomaticLabeling?null:h._control.id),e.R7$(2),e.vxM(!h.hideRequiredMarker&&h._control.required?2:-1)}}function B(u,X){if(1&u&&e.DNE(0,M,3,5,"label",18),2&u){const h=e.XpG();e.vxM(h._hasFloatingLabel()?0:-1)}}function K(u,X){1&u&&e.nrm(0,"div",5)}function Y(u,X){}function te(u,X){if(1&u&&e.DNE(0,Y,0,0,"ng-template",11),2&u){e.XpG(2);const h=e.sdS(1);e.Y8G("ngTemplateOutlet",h)}}function ne(u,X){if(1&u&&(e.j41(0,"div",7),e.DNE(1,te,1,1,null,11),e.k0s()),2&u){const h=e.XpG();e.Y8G("matFormFieldNotchedOutlineOpen",h._shouldLabelFloat()),e.R7$(),e.vxM(h._forceDisplayInfixLabel()?-1:1)}}function ie(u,X){1&u&&(e.j41(0,"div",8,2),e.SdG(2,2),e.k0s())}function Q(u,X){1&u&&(e.j41(0,"div",9,3),e.SdG(2,3),e.k0s())}function fe(u,X){}function pe(u,X){if(1&u&&e.DNE(0,fe,0,0,"ng-template",11),2&u){e.XpG();const h=e.sdS(1);e.Y8G("ngTemplateOutlet",h)}}function be(u,X){1&u&&(e.j41(0,"div",12),e.SdG(1,4),e.k0s())}function ve(u,X){1&u&&(e.j41(0,"div",13),e.SdG(1,5),e.k0s())}function we(u,X){1&u&&e.nrm(0,"div",14)}function se(u,X){if(1&u&&(e.j41(0,"div",16),e.SdG(1,6),e.k0s()),2&u){const h=e.XpG();e.Y8G("@transitionMessages",h._subscriptAnimationState)}}function ce(u,X){if(1&u&&(e.j41(0,"mat-hint",20),e.EFF(1),e.k0s()),2&u){const h=e.XpG(2);e.Y8G("id",h._hintLabelId),e.R7$(),e.JRh(h.hintLabel)}}function me(u,X){if(1&u&&(e.j41(0,"div",17),e.DNE(1,ce,2,2,"mat-hint",20),e.SdG(2,7),e.nrm(3,"div",21),e.SdG(4,8),e.k0s()),2&u){const h=e.XpG();e.Y8G("@transitionMessages",h._subscriptAnimationState),e.R7$(),e.vxM(h.hintLabel?1:-1)}}let ae=(()=>{class u{static#e=this.\u0275fac=function(C){return new(C||u)};static#t=this.\u0275dir=e.FsC({type:u,selectors:[["mat-label"]],standalone:!0})}return u})(),he=0;const re=new e.nKC("MatError");let _e=(()=>{class u{constructor(h,C){this.id="mat-mdc-error-"+he++,h||C.nativeElement.setAttribute("aria-live","polite")}static#e=this.\u0275fac=function(C){return new(C||u)(e.kS0("aria-live"),e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:u,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(C,x){2&C&&e.Mr5("id",x.id)},inputs:{id:"id"},standalone:!0,features:[e.Jv_([{provide:re,useExisting:u}])]})}return u})(),ge=0,oe=(()=>{class u{constructor(){this.align="start",this.id="mat-mdc-hint-"+ge++}static#e=this.\u0275fac=function(C){return new(C||u)};static#t=this.\u0275dir=e.FsC({type:u,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(C,x){2&C&&(e.Mr5("id",x.id),e.BMQ("align",null),e.AVh("mat-mdc-form-field-hint-end","end"===x.align))},inputs:{align:"align",id:"id"},standalone:!0})}return u})();const s=new e.nKC("MatPrefix");let y=(()=>{class u{constructor(){this._isText=!1}set _isTextSelector(h){this._isText=!0}static#e=this.\u0275fac=function(C){return new(C||u)};static#t=this.\u0275dir=e.FsC({type:u,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:[0,"matTextPrefix","_isTextSelector"]},standalone:!0,features:[e.Jv_([{provide:s,useExisting:u}])]})}return u})();const f=new e.nKC("MatSuffix");let a=(()=>{class u{constructor(){this._isText=!1}set _isTextSelector(h){this._isText=!0}static#e=this.\u0275fac=function(C){return new(C||u)};static#t=this.\u0275dir=e.FsC({type:u,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},standalone:!0,features:[e.Jv_([{provide:f,useExisting:u}])]})}return u})();const l=new e.nKC("FloatingLabelParent");let _=(()=>{class u{get floating(){return this._floating}set floating(h){this._floating=h,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(h){this._monitorResize=h,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(h){this._elementRef=h,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,e.WQX)(j.a),this._ngZone=(0,e.WQX)(e.SKi),this._parent=(0,e.WQX)(l),this._resizeSubscription=new p.y}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function w(u){if(null!==u.offsetParent)return u.scrollWidth;const h=u.cloneNode(!0);h.style.setProperty("position","absolute"),h.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(h);const C=h.scrollWidth;return h.remove(),C}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static#e=this.\u0275fac=function(C){return new(C||u)(e.rXU(e.aKT))};static#t=this.\u0275dir=e.FsC({type:u,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(C,x){2&C&&e.AVh("mdc-floating-label--float-above",x.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"},standalone:!0})}return u})();const U="mdc-line-ripple--active",ee="mdc-line-ripple--deactivating";let $=(()=>{class u{constructor(h,C){this._elementRef=h,this._handleTransitionEnd=x=>{const V=this._elementRef.nativeElement.classList,L=V.contains(ee);"opacity"===x.propertyName&&L&&V.remove(U,ee)},C.runOutsideAngular(()=>{h.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const h=this._elementRef.nativeElement.classList;h.remove(ee),h.add(U)}deactivate(){this._elementRef.nativeElement.classList.add(ee)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static#e=this.\u0275fac=function(C){return new(C||u)(e.rXU(e.aKT),e.rXU(e.SKi))};static#t=this.\u0275dir=e.FsC({type:u,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"],standalone:!0})}return u})(),ye=(()=>{class u{constructor(h,C){this._elementRef=h,this._ngZone=C,this.open=!1}ngAfterViewInit(){const h=this._elementRef.nativeElement.querySelector(".mdc-floating-label");h?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(h.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>h.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(h){this._notch.nativeElement.style.width=this.open&&h?`calc(${h}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static#e=this.\u0275fac=function(C){return new(C||u)(e.rXU(e.aKT),e.rXU(e.SKi))};static#t=this.\u0275cmp=e.VBU({type:u,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(C,x){if(1&C&&e.GBs(H,5),2&C){let V;e.mGM(V=e.lsd())&&(x._notch=V.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(C,x){2&C&&e.AVh("mdc-notched-outline--notched",x.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},standalone:!0,features:[e.aNF],attrs:D,ngContentSelectors:W,decls:5,vars:0,consts:[["notch",""],[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(C,x){1&C&&(e.NAR(),e.nrm(0,"div",1),e.j41(1,"div",2,0),e.SdG(3),e.k0s(),e.nrm(4,"div",3))},encapsulation:2,changeDetection:0})}return u})();const ke={transitionMessages:(0,A.hZ)("transitionMessages",[(0,A.wk)("enter",(0,A.iF)({opacity:1,transform:"translateY(0%)"})),(0,A.kY)("void => enter",[(0,A.iF)({opacity:0,transform:"translateY(-5px)"}),(0,A.i0)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let le=(()=>{class u{static#e=this.\u0275fac=function(C){return new(C||u)};static#t=this.\u0275dir=e.FsC({type:u})}return u})();const Ce=new e.nKC("MatFormField"),Z=new e.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let Ee=0,bt=(()=>{class u{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(h){this._hideRequiredMarker=(0,O.he)(h)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(h){h!==this._floatLabel&&(this._floatLabel=h,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(h){const C=this._appearance;this._appearance=h||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==C&&(this._needsOutlineLabelOffsetUpdate=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(h){this._subscriptSizing=h||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(h){this._hintLabel=h,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(h){this._explicitFormFieldControl=h}constructor(h,C,x,V,L,q,de,Be){this._elementRef=h,this._changeDetectorRef=C,this._dir=V,this._platform=L,this._defaults=q,this._animationMode=de,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-"+Ee++,this._hintLabelId="mat-mdc-hint-"+Ee++,this._subscriptAnimationState="",this._destroyed=new T.B7,this._isFocused=null,this._needsOutlineLabelOffsetUpdate=!1,this._injector=(0,e.WQX)(e.zZn),q&&(q.appearance&&(this.appearance=q.appearance),this._hideRequiredMarker=!!q?.hideRequiredMarker,q.color&&(this.color=q.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 h=this._control;h.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${h.controlType}`),h.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),h.ngControl&&h.ngControl.valueChanges&&h.ngControl.valueChanges.pipe((0,z.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(h=>!h._isText),this._hasTextPrefix=!!this._prefixChildren.find(h=>h._isText),this._hasIconSuffix=!!this._suffixChildren.find(h=>!h._isText),this._hasTextSuffix=!!this._suffixChildren.find(h=>h._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,R.h)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0),(0,e.Tzd)(()=>{this._needsOutlineLabelOffsetUpdate&&(this._needsOutlineLabelOffsetUpdate=!1,this._updateOutlineLabelOffset())},{injector:this._injector}),this._dir.change.pipe((0,z.Q)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0)}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_hasFloatingLabel(){return!!this._labelChildNonStatic||!!this._labelChildStatic}_shouldLabelFloat(){return this._control.shouldLabelFloat||this._shouldAlwaysFloat()}_shouldForward(h){const C=this._control?this._control.ngControl:null;return C&&C[h]}_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 h=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&h.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const C=this._hintChildren?this._hintChildren.find(V=>"start"===V.align):null,x=this._hintChildren?this._hintChildren.find(V=>"end"===V.align):null;C?h.push(C.id):this._hintLabel&&h.push(this._hintLabelId),x&&h.push(x.id)}else this._errorChildren&&h.push(...this._errorChildren.map(C=>C.id));this._control.setDescribedByIds(h)}}_updateOutlineLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return;const h=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(h.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdate=!0);const C=this._iconPrefixContainer?.nativeElement,x=this._textPrefixContainer?.nativeElement,V=C?.getBoundingClientRect().width??0,L=x?.getBoundingClientRect().width??0;h.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${V+L}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const h=this._elementRef.nativeElement;if(h.getRootNode){const C=h.getRootNode();return C&&C!==h}return document.documentElement.contains(h)}static#e=this.\u0275fac=function(C){return new(C||u)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(e.SKi),e.rXU(c.dS),e.rXU(d.OD),e.rXU(Z,8),e.rXU(e.bc$,8),e.rXU(I.qQ))};static#t=this.\u0275cmp=e.VBU({type:u,selectors:[["mat-form-field"]],contentQueries:function(C,x,V){if(1&C&&(e.wni(V,ae,5),e.wni(V,ae,7),e.wni(V,le,5),e.wni(V,s,5),e.wni(V,f,5),e.wni(V,re,5),e.wni(V,oe,5)),2&C){let L;e.mGM(L=e.lsd())&&(x._labelChildNonStatic=L.first),e.mGM(L=e.lsd())&&(x._labelChildStatic=L.first),e.mGM(L=e.lsd())&&(x._formFieldControl=L.first),e.mGM(L=e.lsd())&&(x._prefixChildren=L),e.mGM(L=e.lsd())&&(x._suffixChildren=L),e.mGM(L=e.lsd())&&(x._errorChildren=L),e.mGM(L=e.lsd())&&(x._hintChildren=L)}},viewQuery:function(C,x){if(1&C&&(e.GBs(m,5),e.GBs(v,5),e.GBs(b,5),e.GBs(_,5),e.GBs(ye,5),e.GBs($,5)),2&C){let V;e.mGM(V=e.lsd())&&(x._textField=V.first),e.mGM(V=e.lsd())&&(x._iconPrefixContainer=V.first),e.mGM(V=e.lsd())&&(x._textPrefixContainer=V.first),e.mGM(V=e.lsd())&&(x._floatingLabel=V.first),e.mGM(V=e.lsd())&&(x._notchedOutline=V.first),e.mGM(V=e.lsd())&&(x._lineRipple=V.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(C,x){2&C&&e.AVh("mat-mdc-form-field-label-always-float",x._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",x._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",x._hasIconSuffix)("mat-form-field-invalid",x._control.errorState)("mat-form-field-disabled",x._control.disabled)("mat-form-field-autofilled",x._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===x._animationMode)("mat-form-field-appearance-fill","fill"==x.appearance)("mat-form-field-appearance-outline","outline"==x.appearance)("mat-form-field-hide-placeholder",x._hasFloatingLabel()&&!x._shouldLabelFloat())("mat-focused",x._control.focused)("mat-primary","accent"!==x.color&&"warn"!==x.color)("mat-accent","accent"===x.color)("mat-warn","warn"===x.color)("ng-untouched",x._shouldForward("untouched"))("ng-touched",x._shouldForward("touched"))("ng-pristine",x._shouldForward("pristine"))("ng-dirty",x._shouldForward("dirty"))("ng-valid",x._shouldForward("valid"))("ng-invalid",x._shouldForward("invalid"))("ng-pending",x._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],standalone:!0,features:[e.Jv_([{provide:Ce,useExisting:u},{provide:l,useExisting:u}]),e.aNF],ngContentSelectors:k,decls:18,vars:21,consts:[["labelTemplate",""],["textField",""],["iconPrefixContainer",""],["textPrefixContainer",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],[1,"mat-mdc-form-field-focus-overlay"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[1,"mat-mdc-form-field-icon-prefix"],[1,"mat-mdc-form-field-text-prefix"],[1,"mat-mdc-form-field-infix"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align"],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[3,"id"],[1,"mat-mdc-form-field-hint-spacer"]],template:function(C,x){if(1&C){const V=e.RV6();e.NAR(P),e.DNE(0,B,1,1,"ng-template",null,0,e.C5r),e.j41(2,"div",4,1),e.bIt("click",function(q){return e.eBV(V),e.Njj(x._control.onContainerClick(q))}),e.DNE(4,K,1,0,"div",5),e.j41(5,"div",6),e.DNE(6,ne,2,2,"div",7)(7,ie,3,0,"div",8)(8,Q,3,0,"div",9),e.j41(9,"div",10),e.DNE(10,pe,1,1,null,11),e.SdG(11),e.k0s(),e.DNE(12,be,2,0,"div",12)(13,ve,2,0,"div",13),e.k0s(),e.DNE(14,we,1,0,"div",14),e.k0s(),e.j41(15,"div",15),e.DNE(16,se,2,1,"div",16)(17,me,5,2,"div",17),e.k0s()}if(2&C){let V;e.R7$(2),e.AVh("mdc-text-field--filled",!x._hasOutline())("mdc-text-field--outlined",x._hasOutline())("mdc-text-field--no-label",!x._hasFloatingLabel())("mdc-text-field--disabled",x._control.disabled)("mdc-text-field--invalid",x._control.errorState),e.R7$(2),e.vxM(x._hasOutline()||x._control.disabled?-1:4),e.R7$(2),e.vxM(x._hasOutline()?6:-1),e.R7$(),e.vxM(x._hasIconPrefix?7:-1),e.R7$(),e.vxM(x._hasTextPrefix?8:-1),e.R7$(2),e.vxM(!x._hasOutline()||x._forceDisplayInfixLabel()?10:-1),e.R7$(2),e.vxM(x._hasTextSuffix?12:-1),e.R7$(),e.vxM(x._hasIconSuffix?13:-1),e.R7$(),e.vxM(x._hasOutline()?-1:14),e.R7$(),e.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===x.subscriptSizing),e.R7$(),e.vxM("error"===(V=x._getDisplayedMessages())?16:"hint"===V?17:-1)}},dependencies:[_,ye,I.T3,$,oe],styles:['.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{height:28px;width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}}@media all{.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}}.mdc-text-field__affix{height:28px;opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 96px/0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-floating-label{position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;pointer-events:none}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{border-top:1px solid;border-bottom:1px solid}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{max-width:calc(100% - 12px*2)}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::after{border-bottom-width:2px}.mdc-text-field--filled{border-top-left-radius:var(--mdc-filled-text-field-container-shape);border-top-right-radius:var(--mdc-filled-text-field-container-shape);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-caret-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-error-caret-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-filled-text-field-input-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-filled-text-field-disabled-input-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-focus-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-hover-label-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-disabled-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-focus-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-hover-label-text-color)}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mdc-filled-text-field-label-text-font);font-size:var(--mdc-filled-text-field-label-text-size);font-weight:var(--mdc-filled-text-field-label-text-weight);letter-spacing:var(--mdc-filled-text-field-label-text-tracking)}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mdc-filled-text-field-container-color)}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mdc-filled-text-field-disabled-container-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-hover-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-focus-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-disabled-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-hover-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-error-focus-active-indicator-color)}.mdc-text-field--filled .mdc-line-ripple::before{border-bottom-width:var(--mdc-filled-text-field-active-indicator-height)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mdc-filled-text-field-focus-active-indicator-height)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-caret-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-error-caret-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-outlined-text-field-input-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-outlined-text-field-disabled-input-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-focus-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-hover-label-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-disabled-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-focus-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-hover-label-text-color)}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mdc-outlined-text-field-label-text-font);font-size:var(--mdc-outlined-text-field-label-text-size);font-weight:var(--mdc-outlined-text-field-label-text-weight);letter-spacing:var(--mdc-outlined-text-field-label-text-tracking)}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(.75*var(--mdc-outlined-text-field-label-text-size))}.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mdc-outlined-text-field-label-text-size)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-outlined-text-field-container-shape))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-hover-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-focus-outline-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-disabled-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-hover-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-focus-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-outline-width)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-focus-outline-width)}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:normal;pointer-events:all;will-change:auto}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label{cursor:inherit}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto;will-change:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-form-field-disabled .mdc-text-field__input::placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-text-field-wrapper::before{content:none}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:var(--mat-form-field-container-height);padding-top:var(--mat-form-field-filled-with-label-container-padding-top);padding-bottom:var(--mat-form-field-filled-with-label-container-padding-bottom)}.mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:var(--mat-form-field-container-vertical-padding);padding-bottom:var(--mat-form-field-container-vertical-padding)}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height)/2)}.mdc-text-field--filled .mat-mdc-floating-label{display:var(--mat-form-field-filled-label-display, block)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY(calc(calc(6.75px + var(--mat-form-field-container-height) / 2) * -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:"";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block;color:var(--mat-form-field-error-text-color)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none;background-color:var(--mat-form-field-state-layer-color)}.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-hover-state-layer-opacity)}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity)}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:var(--mat-form-field-select-option-text-color)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:var(--mat-form-field-select-disabled-option-text-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none;color:var(--mat-form-field-enabled-select-arrow-color)}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select.mat-focused .mat-mdc-form-field-infix::after{color:var(--mat-form-field-focus-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:var(--mat-form-field-disabled-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}.cdk-high-contrast-active .mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}.mat-mdc-form-field-input-control[type=date],.mat-mdc-form-field-input-control[type=datetime],.mat-mdc-form-field-input-control[type=datetime-local],.mat-mdc-form-field-input-control[type=month],.mat-mdc-form-field-input-control[type=week],.mat-mdc-form-field-input-control[type=time]{line-height:1}.mat-mdc-form-field-input-control::-webkit-datetime-edit{line-height:1;padding:0;margin-bottom:-2px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-container-text-font);line-height:var(--mat-form-field-container-text-line-height);font-size:var(--mat-form-field-container-text-size);letter-spacing:var(--mat-form-field-container-text-tracking);font-weight:var(--mat-form-field-container-text-weight)}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(var(--mat-form-field-outlined-label-text-populated-size)*var(--mat-mdc-form-field-floating-label-scale))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mat-form-field-outlined-label-text-populated-size)}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%;z-index:0}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0;pointer-events:auto;position:relative;z-index:1}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:0 12px;box-sizing:content-box}.mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-leading-icon-color)}.mat-form-field-disabled .mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-disabled-leading-icon-color)}.mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-trailing-icon-color)}.mat-form-field-disabled .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-disabled-trailing-icon-color)}.mat-form-field-invalid .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-trailing-icon-color)}.mat-form-field-invalid:not(.mat-focused):not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-hover-trailing-icon-color)}.mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-focus-trailing-icon-color)}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__affix{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea{transition:none}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}[dir=rtl] .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-floating-label{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-notched-outline .mdc-floating-label{max-width:calc(100% + 1px)}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(133.3333333333% + 1px)}'],encapsulation:2,data:{animation:[ke.transitionMessages]},changeDetection:0})}return u})(),Qe=(()=>{class u{static#e=this.\u0275fac=function(C){return new(C||u)};static#t=this.\u0275mod=e.$C({type:u});static#i=this.\u0275inj=e.G2t({imports:[G.yE,I.MD,N.w5,G.yE]})}return u})()},9042:(xe,J,g)=>{g.d(J,{Oh:()=>A,fS:()=>H,fg:()=>G});var e=g(4085),c=g(6860),d=g(7403),p=g(4438),T=g(9417),R=g(6600),z=g(3719),j=g(5286);const A=new p.nKC("MAT_INPUT_VALUE_ACCESSOR"),I=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let N=0,G=(()=>{class D{get disabled(){return this._disabled}set disabled(m){this._disabled=(0,e.he)(m),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(m){this._id=m||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(T.k0.required)??!1}set required(m){this._required=(0,e.he)(m)}get type(){return this._type}set type(m){this._type=m||"text",this._validateType(),!this._isTextarea&&(0,c.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(m){this._errorStateTracker.matcher=m}get value(){return this._inputValueAccessor.value}set value(m){m!==this.value&&(this._inputValueAccessor.value=m,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(m){this._readonly=(0,e.he)(m)}get errorState(){return this._errorStateTracker.errorState}set errorState(m){this._errorStateTracker.errorState=m}constructor(m,v,b,P,k,F,M,B,K,Y){this._elementRef=m,this._platform=v,this.ngControl=b,this._autofillMonitor=B,this._formField=Y,this._uid="mat-input-"+N++,this.focused=!1,this.stateChanges=new j.B7,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(ie=>(0,c.MU)().has(ie)),this._iOSKeyupListener=ie=>{const Q=ie.target;!Q.value&&0===Q.selectionStart&&0===Q.selectionEnd&&(Q.setSelectionRange(1,1),Q.setSelectionRange(0,0))};const te=this._elementRef.nativeElement,ne=te.nodeName.toLowerCase();this._inputValueAccessor=M||te,this._previousNativeValue=this.value,this.id=this.id,v.IOS&&K.runOutsideAngular(()=>{m.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._errorStateTracker=new R.X0(F,b,k,P,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===ne,this._isTextarea="textarea"===ne,this._isInFormField=!!Y,this._isNativeSelect&&(this.controlType=te.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(m=>{this.autofilled=m.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(m){this._elementRef.nativeElement.focus(m)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(m){m!==this.focused&&(this.focused=m,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const m=this._elementRef.nativeElement.value;this._previousNativeValue!==m&&(this._previousNativeValue=m,this.stateChanges.next())}_dirtyCheckPlaceholder(){const m=this._getPlaceholder();if(m!==this._previousPlaceholder){const v=this._elementRef.nativeElement;this._previousPlaceholder=m,m?v.setAttribute("placeholder",m):v.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){I.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let m=this._elementRef.nativeElement.validity;return m&&m.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const m=this._elementRef.nativeElement,v=m.options[0];return this.focused||m.multiple||!this.empty||!!(m.selectedIndex>-1&&v&&v.label)}return this.focused||!this.empty}setDescribedByIds(m){m.length?this._elementRef.nativeElement.setAttribute("aria-describedby",m.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const m=this._elementRef.nativeElement;return this._isNativeSelect&&(m.multiple||m.size>1)}static#e=this.\u0275fac=function(v){return new(v||D)(p.rXU(p.aKT),p.rXU(c.OD),p.rXU(T.vO,10),p.rXU(T.cV,8),p.rXU(T.j4,8),p.rXU(R.es),p.rXU(A,10),p.rXU(d.P8),p.rXU(p.SKi),p.rXU(z.xb,8))};static#t=this.\u0275dir=p.FsC({type:D,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(v,b){1&v&&p.bIt("focus",function(){return b._focusChanged(!0)})("blur",function(){return b._focusChanged(!1)})("input",function(){return b._onInput()}),2&v&&(p.Mr5("id",b.id)("disabled",b.disabled)("required",b.required),p.BMQ("name",b.name||null)("readonly",b.readonly&&!b._isNativeSelect||null)("aria-invalid",b.empty&&b.required?null:b.errorState)("aria-required",b.required)("id",b.id),p.AVh("mat-input-server",b._isServer)("mat-mdc-form-field-textarea-control",b._isInFormField&&b._isTextarea)("mat-mdc-form-field-input-control",b._isInFormField)("mdc-text-field__input",b._isInFormField)("mat-mdc-native-select-inline",b._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],standalone:!0,features:[p.Jv_([{provide:z.qT,useExisting:D}]),p.OA$]})}return D})(),H=(()=>{class D{static#e=this.\u0275fac=function(v){return new(v||D)};static#t=this.\u0275mod=p.$C({type:D});static#i=this.\u0275inj=p.G2t({imports:[R.yE,z.RG,z.RG,d.EE,R.yE]})}return D})()},2798:(xe,J,g)=>{g.d(J,{$2:()=>oe,VO:()=>ge,Ve:()=>s});var e=g(2753),c=g(177),d=g(4438),p=g(6600),T=g(3719),R=g(5478),z=g(8617),j=g(8203),O=g(5024),A=g(7336),I=g(9417),N=g(5286),G=g(9418),H=g(4670),D=g(3176),W=g(9090),m=g(8728),v=g(5006),b=g(522),P=g(7605),k=g(9493),F=g(9969);const M=["trigger"],B=["panel"],K=[[["mat-select-trigger"]],"*"],Y=["mat-select-trigger","*"];function te(y,f){if(1&y&&(d.j41(0,"span",4),d.EFF(1),d.k0s()),2&y){const a=d.XpG();d.R7$(),d.JRh(a.placeholder)}}function ne(y,f){1&y&&d.SdG(0)}function ie(y,f){if(1&y&&(d.j41(0,"span",11),d.EFF(1),d.k0s()),2&y){const a=d.XpG(2);d.R7$(),d.JRh(a.triggerValue)}}function Q(y,f){if(1&y&&(d.j41(0,"span",5),d.DNE(1,ne,1,0)(2,ie,2,1,"span",11),d.k0s()),2&y){const a=d.XpG();d.R7$(),d.vxM(a.customTrigger?1:2)}}function fe(y,f){if(1&y){const a=d.RV6();d.j41(0,"div",12,1),d.bIt("@transformPanel.done",function(_){d.eBV(a);const w=d.XpG();return d.Njj(w._panelDoneAnimatingStream.next(_.toState))})("keydown",function(_){d.eBV(a);const w=d.XpG();return d.Njj(w._handleKeydown(_))}),d.SdG(2,1),d.k0s()}if(2&y){const a=d.XpG();d.ZvI("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",a._getPanelTheme(),""),d.Y8G("ngClass",a.panelClass)("@transformPanel","showing"),d.BMQ("id",a.id+"-panel")("aria-multiselectable",a.multiple)("aria-label",a.ariaLabel||null)("aria-labelledby",a._getPanelAriaLabelledby())}}const pe={transformPanelWrap:(0,F.hZ)("transformPanelWrap",[(0,F.kY)("* => void",(0,F.P)("@transformPanel",[(0,F.MA)()],{optional:!0}))]),transformPanel:(0,F.hZ)("transformPanel",[(0,F.wk)("void",(0,F.iF)({opacity:0,transform:"scale(1, 0.8)"})),(0,F.kY)("void => showing",(0,F.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,F.iF)({opacity:1,transform:"scale(1, 1)"}))),(0,F.kY)("* => void",(0,F.i0)("100ms linear",(0,F.iF)({opacity:0})))])};let se=0;const ce=new d.nKC("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const y=(0,d.WQX)(e.hJ);return()=>y.scrollStrategies.reposition()}}),ae=new d.nKC("MAT_SELECT_CONFIG"),he={provide:ce,deps:[e.hJ],useFactory:function me(y){return()=>y.scrollStrategies.reposition()}},re=new d.nKC("MatSelectTrigger");class _e{constructor(f,a){this.source=f,this.value=a}}let ge=(()=>{class y{_scrollOptionIntoView(a){const l=this.options.toArray()[a];if(l){const _=this.panel.nativeElement,w=(0,p.jb)(a,this.options,this.optionGroups),U=l._getHostElement();_.scrollTop=0===a&&1===w?0:(0,p.TL)(U.offsetTop,U.offsetHeight,_.scrollTop,_.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(a){return new _e(this,a)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(a){this._hideSingleSelectionIndicator=a,this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(a){this._placeholder=a,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(I.k0.required)??!1}set required(a){this._required=a,this.stateChanges.next()}get multiple(){return this._multiple}set multiple(a){this._multiple=a}get compareWith(){return this._compareWith}set compareWith(a){this._compareWith=a,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(a){this._assignValue(a)&&this._onChange(a)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(a){this._errorStateTracker.matcher=a}get id(){return this._id}set id(a){this._id=a||this._uid,this.stateChanges.next()}get errorState(){return this._errorStateTracker.errorState}set errorState(a){this._errorStateTracker.errorState=a}constructor(a,l,_,w,U,ee,$,ye,ke,le,Ie,De,Pe,Ce){this._viewportRuler=a,this._changeDetectorRef=l,this._elementRef=U,this._dir=ee,this._parentFormField=ke,this.ngControl=le,this._liveAnnouncer=Pe,this._defaultOptions=Ce,this._positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}],this._panelOpen=!1,this._compareWith=(Z,Ee)=>Z===Ee,this._uid="mat-select-"+se++,this._triggerAriaLabelledBy=null,this._destroy=new N.B7,this.stateChanges=new N.B7,this.disableAutomaticLabeling=!0,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+se++,this._panelDoneAnimatingStream=new N.B7,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._multiple=!1,this.disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",this._initialized=new N.B7,this.optionSelectionChanges=(0,G.v)(()=>{const Z=this.options;return Z?Z.changes.pipe((0,D.Z)(Z),(0,W.n)(()=>(0,H.h)(...Z.map(Ee=>Ee.onSelectionChange)))):this._initialized.pipe((0,W.n)(()=>this.optionSelectionChanges))}),this.openedChange=new d.bkB,this._openedStream=this.openedChange.pipe((0,m.p)(Z=>Z),(0,v.T)(()=>{})),this._closedStream=this.openedChange.pipe((0,m.p)(Z=>!Z),(0,v.T)(()=>{})),this.selectionChange=new d.bkB,this.valueChange=new d.bkB,this._trackedModal=null,this._skipPredicate=Z=>!this.panelOpen&&Z.disabled,this.ngControl&&(this.ngControl.valueAccessor=this),null!=Ce?.typeaheadDebounceInterval&&(this.typeaheadDebounceInterval=Ce.typeaheadDebounceInterval),this._errorStateTracker=new p.X0(w,le,ye,$,this.stateChanges),this._scrollStrategyFactory=De,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Ie)||0,this.id=this.id}ngOnInit(){this._selectionModel=new O.CB(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,b.F)(),(0,P.Q)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen)),this._viewportRuler.change().pipe((0,P.Q)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe((0,P.Q)(this._destroy)).subscribe(a=>{a.added.forEach(l=>l.select()),a.removed.forEach(l=>l.deselect())}),this.options.changes.pipe((0,D.Z)(null),(0,P.Q)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const a=this._getTriggerAriaLabelledby(),l=this.ngControl;if(a!==this._triggerAriaLabelledBy){const _=this._elementRef.nativeElement;this._triggerAriaLabelledBy=a,a?_.setAttribute("aria-labelledby",a):_.removeAttribute("aria-labelledby")}l&&(this._previousControl!==l.control&&(void 0!==this._previousControl&&null!==l.disabled&&l.disabled!==this.disabled&&(this.disabled=l.disabled),this._previousControl=l.control),this.updateErrorState())}ngOnChanges(a){(a.disabled||a.userAriaDescribedBy)&&this.stateChanges.next(),a.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_applyModalPanelOwnership(){const a=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!a)return;const l=`${this.id}-panel`;this._trackedModal&&(0,z.Ae)(this._trackedModal,"aria-owns",l),(0,z.px)(a,"aria-owns",l),this._trackedModal=a}_clearFromModal(){this._trackedModal&&((0,z.Ae)(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next())}writeValue(a){this._assignValue(a)}registerOnChange(a){this._onChange=a}registerOnTouched(a){this._onTouched=a}setDisabledState(a){this.disabled=a,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 a=this._selectionModel.selected.map(l=>l.viewValue);return this._isRtl()&&a.reverse(),a.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(a){this.disabled||(this.panelOpen?this._handleOpenKeydown(a):this._handleClosedKeydown(a))}_handleClosedKeydown(a){const l=a.keyCode,_=l===A.n6||l===A.i7||l===A.UQ||l===A.LE,w=l===A.Fm||l===A.t6,U=this._keyManager;if(!U.isTyping()&&w&&!(0,A.rp)(a)||(this.multiple||a.altKey)&&_)a.preventDefault(),this.open();else if(!this.multiple){const ee=this.selected;U.onKeydown(a);const $=this.selected;$&&ee!==$&&this._liveAnnouncer.announce($.viewValue,1e4)}}_handleOpenKeydown(a){const l=this._keyManager,_=a.keyCode,w=_===A.n6||_===A.i7,U=l.isTyping();if(w&&a.altKey)a.preventDefault(),this.close();else if(U||_!==A.Fm&&_!==A.t6||!l.activeItem||(0,A.rp)(a))if(!U&&this._multiple&&_===A.A&&a.ctrlKey){a.preventDefault();const ee=this.options.some($=>!$.disabled&&!$.selected);this.options.forEach($=>{$.disabled||(ee?$.select():$.deselect())})}else{const ee=l.activeItemIndex;l.onKeydown(a),this._multiple&&w&&a.shiftKey&&l.activeItem&&l.activeItemIndex!==ee&&l.activeItem._selectViaInteraction()}else a.preventDefault(),l.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,k.s)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(a){if(this.options.forEach(l=>l.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&a)Array.isArray(a),a.forEach(l=>this._selectOptionByValue(l)),this._sortValues();else{const l=this._selectOptionByValue(a);l?this._keyManager.updateActiveItem(l):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(a){const l=this.options.find(_=>{if(this._selectionModel.isSelected(_))return!1;try{return null!=_.value&&this._compareWith(_.value,a)}catch{return!1}});return l&&this._selectionModel.select(l),l}_assignValue(a){return!!(a!==this._value||this._multiple&&Array.isArray(a))&&(this.options&&this._setSelectionByValue(a),this._value=a,!0)}_getOverlayWidth(a){return"auto"===this.panelWidth?(a instanceof e.$Q?a.elementRef:a||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const a of this.options)a._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new z.Au(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const a=(0,H.h)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,P.Q)(a)).subscribe(l=>{this._onSelect(l.source,l.isUserInput),l.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,H.h)(...this.options.map(l=>l._stateChanges)).pipe((0,P.Q)(a)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(a,l){const _=this._selectionModel.isSelected(a);null!=a.value||this._multiple?(_!==a.selected&&(a.selected?this._selectionModel.select(a):this._selectionModel.deselect(a)),l&&this._keyManager.setActiveItem(a),this.multiple&&(this._sortValues(),l&&this.focus())):(a.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(a.value)),_!==this._selectionModel.isSelected(a)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const a=this.options.toArray();this._selectionModel.sort((l,_)=>this.sortComparator?this.sortComparator(l,_,a):a.indexOf(l)-a.indexOf(_)),this.stateChanges.next()}}_propagateChanges(a){let l;l=this.multiple?this.selected.map(_=>_.value):this.selected?this.selected.value:a,this._value=l,this.valueChange.emit(l),this._onChange(l),this.selectionChange.emit(this._getChangeEvent(l)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let a=-1;for(let l=0;l<this.options.length;l++)if(!this.options.get(l).disabled){a=l;break}this._keyManager.setActiveItem(a)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){return!this._panelOpen&&!this.disabled&&this.options?.length>0}focus(a){this._elementRef.nativeElement.focus(a)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const a=this._parentFormField?.getLabelId();return this.ariaLabelledby?(a?a+" ":"")+this.ariaLabelledby:a}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const a=this._parentFormField?.getLabelId();let l=(a?a+" ":"")+this._valueId;return this.ariaLabelledby&&(l+=" "+this.ariaLabelledby),l}_panelDoneAnimating(a){this.openedChange.emit(a)}setDescribedByIds(a){a.length?this._elementRef.nativeElement.setAttribute("aria-describedby",a.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}static#e=this.\u0275fac=function(l){return new(l||y)(d.rXU(R.Xj),d.rXU(d.gRc),d.rXU(d.SKi),d.rXU(p.es),d.rXU(d.aKT),d.rXU(j.dS,8),d.rXU(I.cV,8),d.rXU(I.j4,8),d.rXU(T.xb,8),d.rXU(I.vO,10),d.kS0("tabindex"),d.rXU(ce),d.rXU(z.Ai),d.rXU(ae,8))};static#t=this.\u0275cmp=d.VBU({type:y,selectors:[["mat-select"]],contentQueries:function(l,_,w){if(1&l&&(d.wni(w,re,5),d.wni(w,p.wT,5),d.wni(w,p.QC,5)),2&l){let U;d.mGM(U=d.lsd())&&(_.customTrigger=U.first),d.mGM(U=d.lsd())&&(_.options=U),d.mGM(U=d.lsd())&&(_.optionGroups=U)}},viewQuery:function(l,_){if(1&l&&(d.GBs(M,5),d.GBs(B,5),d.GBs(e.WB,5)),2&l){let w;d.mGM(w=d.lsd())&&(_.trigger=w.first),d.mGM(w=d.lsd())&&(_.panel=w.first),d.mGM(w=d.lsd())&&(_._overlayDir=w.first)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(l,_){1&l&&d.bIt("keydown",function(U){return _._handleKeydown(U)})("focus",function(){return _._onFocus()})("blur",function(){return _._onBlur()}),2&l&&(d.BMQ("id",_.id)("tabindex",_.disabled?-1:_.tabIndex)("aria-controls",_.panelOpen?_.id+"-panel":null)("aria-expanded",_.panelOpen)("aria-label",_.ariaLabel||null)("aria-required",_.required.toString())("aria-disabled",_.disabled.toString())("aria-invalid",_.errorState)("aria-activedescendant",_._getAriaActiveDescendant()),d.AVh("mat-mdc-select-disabled",_.disabled)("mat-mdc-select-invalid",_.errorState)("mat-mdc-select-required",_.required)("mat-mdc-select-empty",_.empty)("mat-mdc-select-multiple",_.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",d.L39],disableRipple:[2,"disableRipple","disableRipple",d.L39],tabIndex:[2,"tabIndex","tabIndex",a=>null==a?0:(0,d.Udg)(a)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",d.L39],placeholder:"placeholder",required:[2,"required","required",d.L39],multiple:[2,"multiple","multiple",d.L39],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",d.L39],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",d.Udg],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],standalone:!0,features:[d.Jv_([{provide:T.qT,useExisting:y},{provide:p.is,useExisting:y}]),d.GFd,d.OA$,d.aNF],ngContentSelectors:Y,decls:11,vars:8,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"backdropClick","attach","detach","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(l,_){if(1&l){const w=d.RV6();d.NAR(K),d.j41(0,"div",2,0),d.bIt("click",function(){return d.eBV(w),d.Njj(_.open())}),d.j41(3,"div",3),d.DNE(4,te,2,1,"span",4)(5,Q,3,1,"span",5),d.k0s(),d.j41(6,"div",6)(7,"div",7),d.qSk(),d.j41(8,"svg",8),d.nrm(9,"path",9),d.k0s()()()(),d.DNE(10,fe,3,9,"ng-template",10),d.bIt("backdropClick",function(){return d.eBV(w),d.Njj(_.close())})("attach",function(){return d.eBV(w),d.Njj(_._onAttached())})("detach",function(){return d.eBV(w),d.Njj(_.close())})}if(2&l){const w=d.sdS(1);d.R7$(3),d.BMQ("id",_._valueId),d.R7$(),d.vxM(_.empty?4:5),d.R7$(6),d.Y8G("cdkConnectedOverlayPanelClass",_._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",_._scrollStrategy)("cdkConnectedOverlayOrigin",_._preferredOverlayOrigin||w)("cdkConnectedOverlayOpen",_.panelOpen)("cdkConnectedOverlayPositions",_._positions)("cdkConnectedOverlayWidth",_._overlayWidth)}},dependencies:[e.$Q,e.WB,c.YU],styles:['.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color);font-family:var(--mat-select-trigger-text-font);line-height:var(--mat-select-trigger-text-line-height);font-size:var(--mat-select-trigger-text-size);font-weight:var(--mat-select-trigger-text-weight);letter-spacing:var(--mat-select-trigger-text-tracking)}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow)}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color)}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color)}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color)}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color)}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:GrayText}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color)}.cdk-high-contrast-active div.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}div.mat-mdc-select-panel .mat-mdc-option{--mdc-list-list-item-container-color: var(--mat-select-panel-background-color)}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color)}._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform)}'],encapsulation:2,data:{animation:[pe.transformPanel]},changeDetection:0})}return y})(),oe=(()=>{class y{static#e=this.\u0275fac=function(l){return new(l||y)};static#t=this.\u0275dir=d.FsC({type:y,selectors:[["mat-select-trigger"]],standalone:!0,features:[d.Jv_([{provide:re,useExisting:y}])]})}return y})(),s=(()=>{class y{static#e=this.\u0275fac=function(l){return new(l||y)};static#t=this.\u0275mod=d.$C({type:y});static#i=this.\u0275inj=d.G2t({providers:[he],imports:[c.MD,e.z_,p.Sy,p.yE,R.Gj,T.RG,p.Sy,p.yE]})}return y})()}}]);