-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path6597.8f3611e4697c55d3.js
1 lines (1 loc) · 261 KB
/
6597.8f3611e4697c55d3.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[6597],{8170:(Et,lt,b)=>{b.d(lt,{a:()=>B});var t=b(4438),_=b(5286),G=b(5817),f=b(8728),J=b(8712),q=b(7605);class K{constructor(L){this._box=L,this._destroyed=new _.B7,this._resizeSubject=new _.B7,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(Y=>this._resizeSubject.next(Y)))}observe(L){return this._elementObservables.has(L)||this._elementObservables.set(L,new G.c(Y=>{const X=this._resizeSubject.subscribe(Y);return this._resizeObserver?.observe(L,{box:this._box}),()=>{this._resizeObserver?.unobserve(L),X.unsubscribe(),this._elementObservables.delete(L)}}).pipe((0,f.p)(Y=>Y.some(X=>X.target===L)),(0,J.t)({bufferSize:1,refCount:!0}),(0,q.Q)(this._destroyed))),this._elementObservables.get(L)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let B=(()=>{class N{constructor(){this._observers=new Map,this._ngZone=(0,t.WQX)(t.SKi)}ngOnDestroy(){for(const[,Y]of this._observers)Y.destroy();this._observers.clear()}observe(Y,X){const Q=X?.box||"content-box";return this._observers.has(Q)||this._observers.set(Q,new K(Q)),this._observers.get(Q).observe(Y)}static#t=this.\u0275fac=function(X){return new(X||N)};static#e=this.\u0275prov=t.jDH({token:N,factory:N.\u0275fac,providedIn:"root"})}return N})()},7403:(Et,lt,b)=>{b.d(lt,{EE:()=>Q,Lf:()=>Y,P8:()=>L,xb:()=>X});var t=b(6860),_=b(4438),G=b(4085),f=b(1235),J=b(5286),q=b(3586),H=b(8542),K=b(7605),B=b(177);const N=(0,t.BQ)({passive:!0});let L=(()=>{class I{constructor(c,C){this._platform=c,this._ngZone=C,this._monitoredElements=new Map}monitor(c){if(!this._platform.isBrowser)return f.w;const C=(0,G.i8)(c),v=this._monitoredElements.get(C);if(v)return v.subject;const W=new J.B7,g="cdk-text-field-autofilled",A=s=>{"cdk-text-field-autofill-start"!==s.animationName||C.classList.contains(g)?"cdk-text-field-autofill-end"===s.animationName&&C.classList.contains(g)&&(C.classList.remove(g),this._ngZone.run(()=>W.next({target:s.target,isAutofilled:!1}))):(C.classList.add(g),this._ngZone.run(()=>W.next({target:s.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{C.addEventListener("animationstart",A,N),C.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(C,{subject:W,unlisten:()=>{C.removeEventListener("animationstart",A,N)}}),W}stopMonitoring(c){const C=(0,G.i8)(c),v=this._monitoredElements.get(C);v&&(v.unlisten(),v.subject.complete(),C.classList.remove("cdk-text-field-autofill-monitored"),C.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(C))}ngOnDestroy(){this._monitoredElements.forEach((c,C)=>this.stopMonitoring(C))}static#t=this.\u0275fac=function(C){return new(C||I)(_.KVO(t.OD),_.KVO(_.SKi))};static#e=this.\u0275prov=_.jDH({token:I,factory:I.\u0275fac,providedIn:"root"})}return I})(),Y=(()=>{class I{constructor(c,C){this._elementRef=c,this._autofillMonitor=C,this.cdkAutofill=new _.bkB}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(c=>this.cdkAutofill.emit(c))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}static#t=this.\u0275fac=function(C){return new(C||I)(_.rXU(_.aKT),_.rXU(L))};static#e=this.\u0275dir=_.FsC({type:I,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"},standalone:!0})}return I})(),X=(()=>{class I{get minRows(){return this._minRows}set minRows(c){this._minRows=(0,G.OE)(c),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(c){this._maxRows=(0,G.OE)(c),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(c){this._enabled!==c&&((this._enabled=c)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(c){this._cachedPlaceholderHeight=void 0,c?this._textareaElement.setAttribute("placeholder",c):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(c,C,v,W){this._elementRef=c,this._platform=C,this._ngZone=v,this._destroyed=new J.B7,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=g=>{this._hasFocus="focus"===g.type},this._document=W,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const c=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;c&&(this._textareaElement.style.minHeight=c)}_setMaxHeight(){const c=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;c&&(this._textareaElement.style.maxHeight=c)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const c=this._getWindow();(0,q.R)(c,"resize").pipe((0,H.Z)(16),(0,K.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 c=this._textareaElement.cloneNode(!1);c.rows=1,c.style.position="absolute",c.style.visibility="hidden",c.style.border="none",c.style.padding="0",c.style.height="",c.style.minHeight="",c.style.maxHeight="",c.style.overflow="hidden",this._textareaElement.parentNode.appendChild(c),this._cachedLineHeight=c.clientHeight,c.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const c=this._textareaElement,C=c.style.marginBottom||"",v=this._platform.FIREFOX,W=v&&this._hasFocus,g=v?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";W&&(c.style.marginBottom=`${c.clientHeight}px`),c.classList.add(g);const A=c.scrollHeight-4;return c.classList.remove(g),W&&(c.style.marginBottom=C),A}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const c=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=c}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(c=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const C=this._elementRef.nativeElement,v=C.value;if(!c&&this._minRows===this._previousMinRows&&v===this._previousValue)return;const W=this._measureScrollHeight(),g=Math.max(W,this._cachedPlaceholderHeight||0);C.style.height=`${g}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(C)):setTimeout(()=>this._scrollToCaretPosition(C))}),this._previousValue=v,this._previousMinRows=this._minRows}reset(){void 0!==this._initialHeight&&(this._textareaElement.style.height=this._initialHeight)}_noopInputHandler(){}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_scrollToCaretPosition(c){const{selectionStart:C,selectionEnd:v}=c;!this._destroyed.isStopped&&this._hasFocus&&c.setSelectionRange(C,v)}static#t=this.\u0275fac=function(C){return new(C||I)(_.rXU(_.aKT),_.rXU(t.OD),_.rXU(_.SKi),_.rXU(B.qQ,8))};static#e=this.\u0275dir=_.FsC({type:I,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(C,v){1&C&&_.bIt("input",function(){return v._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",_.L39],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"],standalone:!0,features:[_.GFd]})}return I})(),Q=(()=>{class I{static#t=this.\u0275fac=function(C){return new(C||I)};static#e=this.\u0275mod=_.$C({type:I});static#i=this.\u0275inj=_.G2t({})}return I})()},6597:(Et,lt,b)=>{b.r(lt),b.d(lt,{TabGroupAlignExample:()=>M,TabGroupAnimationsExample:()=>O,TabGroupAsyncExample:()=>$,TabGroupBasicExample:()=>U,TabGroupCustomLabelExample:()=>nt,TabGroupDynamicExample:()=>pt,TabGroupDynamicHeightExample:()=>dt,TabGroupHarnessExample:()=>bt,TabGroupHeaderBelowExample:()=>_t,TabGroupInkBarExample:()=>kt,TabGroupInvertedExample:()=>vt,TabGroupLazyLoadedExample:()=>gt,TabGroupPaginatedExample:()=>ut,TabGroupPreserveContentExample:()=>Mt,TabGroupStretchedExample:()=>Tt,TabGroupThemeExample:()=>Ft,TabNavBarBasicExample:()=>xt});var t=b(4438),_=b(6850),G=b(5817),f=b(177),J=b(9213),q=b(9417),H=b(2765),K=b(8834),B=b(9042),N=b(3719),L=b(5571);function X(u,et){1&u&&t.EFF(0," Loading tabs...\n")}function Q(u,et){if(1&u&&t.EFF(0),2&u){const T=t.XpG().$implicit;t.JRh(T.label)}}function I(u,et){if(1&u&&(t.j41(0,"mat-tab"),t.DNE(1,Q,1,1,"ng-template",0),t.EFF(2),t.k0s()),2&u){const T=et.$implicit;t.R7$(2),t.SpI(" ",T.content," ")}}function it(u,et){1&u&&(t.j41(0,"mat-icon",1),t.EFF(1,"thumb_up"),t.k0s(),t.EFF(2," First "))}function c(u,et){1&u&&(t.j41(0,"mat-icon",1),t.EFF(1,"thumb_up"),t.k0s(),t.EFF(2," Second "))}function C(u,et){1&u&&(t.j41(0,"mat-icon",1),t.EFF(1,"thumb_up"),t.k0s(),t.EFF(2," Third "))}function v(u,et){if(1&u){const T=t.RV6();t.j41(0,"mat-tab",4),t.EFF(1),t.j41(2,"button",5),t.bIt("click",function(){const R=t.eBV(T).$index,at=t.XpG();return t.Njj(at.removeTab(R))}),t.EFF(3," Delete Tab "),t.k0s()()}if(2&u){const T=et.$implicit,k=t.XpG();t.Y8G("label",T),t.R7$(),t.SpI(" Contents for ",T," tab "),t.R7$(),t.Y8G("disabled",1===k.tabs.length)}}function W(u,et){if(1&u&&(t.EFF(0),t.nI1(1,"date")),2&u){const T=t.XpG();t.SpI(" Content 1 - Loaded: ",t.i5U(1,1,T.getTimeLoaded(1),"medium")," ")}}function g(u,et){if(1&u&&(t.EFF(0),t.nI1(1,"date")),2&u){const T=t.XpG();t.SpI(" Content 2 - Loaded: ",t.i5U(1,1,T.getTimeLoaded(2),"medium")," ")}}function A(u,et){if(1&u&&(t.EFF(0),t.nI1(1,"date")),2&u){const T=t.XpG();t.SpI(" Content 3 - Loaded: ",t.i5U(1,1,T.getTimeLoaded(3),"medium")," ")}}function s(u,et){if(1&u){const T=t.RV6();t.j41(0,"a",5),t.bIt("click",function(){const R=t.eBV(T).$implicit,at=t.XpG();return t.Njj(at.activeLink=R)}),t.EFF(1),t.k0s()}if(2&u){const T=et.$implicit,k=t.XpG();t.Y8G("active",k.activeLink==T),t.R7$(),t.SpI(" ",T," ")}}function E(u,et){1&u&&(t.j41(0,"mat-tab",0),t.EFF(1,"Content"),t.k0s()),2&u&&t.Y8G("label",et.$implicit)}let M=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-align-example"]],standalone:!0,features:[t.aNF],decls:21,vars:0,consts:[["mat-stretch-tabs","false","mat-align-tabs","start"],["label","First"],["label","Second"],["label","Third"],["mat-stretch-tabs","false","mat-align-tabs","center"],["mat-stretch-tabs","false","mat-align-tabs","end"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group",0)(1,"mat-tab",1),t.EFF(2,"Content 1"),t.k0s(),t.j41(3,"mat-tab",2),t.EFF(4,"Content 2"),t.k0s(),t.j41(5,"mat-tab",3),t.EFF(6,"Content 3"),t.k0s()(),t.j41(7,"mat-tab-group",4)(8,"mat-tab",1),t.EFF(9,"Content 1"),t.k0s(),t.j41(10,"mat-tab",2),t.EFF(11,"Content 2"),t.k0s(),t.j41(12,"mat-tab",3),t.EFF(13,"Content 3"),t.k0s()(),t.j41(14,"mat-tab-group",5)(15,"mat-tab",1),t.EFF(16,"Content 1"),t.k0s(),t.j41(17,"mat-tab",2),t.EFF(18,"Content 2"),t.k0s(),t.j41(19,"mat-tab",3),t.EFF(20,"Content 3"),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],styles:[".mat-tab-group[_ngcontent-%COMP%] {\n margin-bottom: 48px;\n}"]})}return u})(),O=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-animations-example"]],standalone:!0,features:[t.aNF],decls:18,vars:0,consts:[["animationDuration","0ms"],["label","First"],["label","Second"],["label","Third"],["animationDuration","2000ms"]],template:function(k,R){1&k&&(t.j41(0,"h3"),t.EFF(1,"No animation"),t.k0s(),t.j41(2,"mat-tab-group",0)(3,"mat-tab",1),t.EFF(4,"Content 1"),t.k0s(),t.j41(5,"mat-tab",2),t.EFF(6,"Content 2"),t.k0s(),t.j41(7,"mat-tab",3),t.EFF(8,"Content 3"),t.k0s()(),t.j41(9,"h3"),t.EFF(10,"Very slow animation"),t.k0s(),t.j41(11,"mat-tab-group",4)(12,"mat-tab",1),t.EFF(13,"Content 1"),t.k0s(),t.j41(14,"mat-tab",2),t.EFF(15,"Content 2"),t.k0s(),t.j41(16,"mat-tab",3),t.EFF(17,"Content 3"),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],styles:[".mat-tab-group[_ngcontent-%COMP%] {\n margin-bottom: 48px;\n}"]})}return u})(),$=(()=>{class u{constructor(){this.asyncTabs=new G.c(T=>{setTimeout(()=>{T.next([{label:"First",content:"Content 1"},{label:"Second",content:"Content 2"},{label:"Third",content:"Content 3"}])},1e3)})}static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-async-example"]],standalone:!0,features:[t.aNF],decls:6,vars:5,consts:[["mat-tab-label",""]],template:function(k,R){1&k&&(t.DNE(0,X,1,0),t.nI1(1,"async"),t.j41(2,"mat-tab-group"),t.Z7z(3,I,3,1,"mat-tab",null,t.fX1),t.nI1(5,"async"),t.k0s()),2&k&&(t.vxM(null===t.bMT(1,1,R.asyncTabs)?0:-1),t.R7$(3),t.Dyx(t.bMT(5,3,R.asyncTabs)))},dependencies:[_.RI,_.ES,_.mq,_.T8,f.Jj],encapsulation:2})}return u})(),U=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-basic-example"]],standalone:!0,features:[t.aNF],decls:7,vars:0,consts:[["label","First"],["label","Second"],["label","Third"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group")(1,"mat-tab",0),t.EFF(2," Content 1 "),t.k0s(),t.j41(3,"mat-tab",1),t.EFF(4," Content 2 "),t.k0s(),t.j41(5,"mat-tab",2),t.EFF(6," Content 3 "),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],encapsulation:2})}return u})(),nt=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-custom-label-example"]],standalone:!0,features:[t.aNF],decls:10,vars:0,consts:[["mat-tab-label",""],[1,"example-tab-icon"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group")(1,"mat-tab"),t.DNE(2,it,3,0,"ng-template",0),t.EFF(3," Content 1 "),t.k0s(),t.j41(4,"mat-tab"),t.DNE(5,c,3,0,"ng-template",0),t.EFF(6," Content 2 "),t.k0s(),t.j41(7,"mat-tab"),t.DNE(8,C,3,0,"ng-template",0),t.EFF(9," Content 3 "),t.k0s()())},dependencies:[_.RI,_.ES,_.mq,_.T8,J.m_,J.An],styles:[".example-tab-icon[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]})}return u})(),dt=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-dynamic-height-example"]],standalone:!0,features:[t.aNF],decls:7,vars:0,consts:[["dynamicHeight",""],["label","Short tab"],[1,"example-small-box","mat-elevation-z4"],["label","Long tab"],[1,"example-large-box","mat-elevation-z4"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group",0)(1,"mat-tab",1)(2,"div",2),t.EFF(3," Small content "),t.k0s()(),t.j41(4,"mat-tab",3)(5,"div",4),t.EFF(6," Large content "),t.k0s()()())},dependencies:[_.RI,_.mq,_.T8],styles:[".example-small-box[_ngcontent-%COMP%], .example-large-box[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 16px;\n padding: 16px;\n border-radius: 8px;\n}\n\n.example-small-box[_ngcontent-%COMP%] {\n height: 100px;\n width: 100px;\n}\n\n.example-large-box[_ngcontent-%COMP%] {\n height: 300px;\n width: 300px;\n}"]})}return u})(),bt=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-harness-example"]],standalone:!0,features:[t.aNF],decls:10,vars:0,consts:[["label","Profile","aria-label","Profile tab"],[1,"test-tab-content"],["label","Settings","aria-label","Settings tab"],["label","FAQ","aria-label","FAQ tab"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group")(1,"mat-tab",0)(2,"span",1),t.EFF(3,"Your personal information"),t.k0s()(),t.j41(4,"mat-tab",2)(5,"span",1),t.EFF(6,"Privacy settings"),t.k0s()(),t.j41(7,"mat-tab",3)(8,"span",1),t.EFF(9,"How to update profile picture"),t.k0s()()())},dependencies:[_.RI,_.mq,_.T8],encapsulation:2})}return u})(),pt=(()=>{class u{constructor(){this.tabs=["First","Second","Third"],this.selected=new q.MJ(0)}addTab(T){this.tabs.push("New"),T&&this.selected.setValue(this.tabs.length-1)}removeTab(T){this.tabs.splice(T,1),this.selected.setValue(T)}static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-dynamic-example"]],standalone:!0,features:[t.aNF],decls:13,vars:2,consts:[["selectAfterAdding",""],["matInput","","type","number",3,"formControl"],["mat-raised-button","",1,"example-add-tab-button",3,"click"],[3,"selectedIndexChange","selectedIndex"],[3,"label"],["mat-raised-button","",1,"example-delete-tab-button",3,"click","disabled"]],template:function(k,R){if(1&k){const at=t.RV6();t.j41(0,"mat-form-field")(1,"mat-label"),t.EFF(2,"Selected tab index"),t.k0s(),t.nrm(3,"input",1),t.k0s(),t.j41(4,"div")(5,"button",2),t.bIt("click",function(){t.eBV(at);const Z=t.sdS(8);return t.Njj(R.addTab(Z.checked))}),t.EFF(6," Add new tab "),t.k0s(),t.j41(7,"mat-checkbox",null,0),t.EFF(9," Select tab after adding "),t.k0s()(),t.j41(10,"mat-tab-group",3),t.bIt("selectedIndexChange",function(Z){return t.eBV(at),t.Njj(R.selected.setValue(Z))}),t.Z7z(11,v,4,3,"mat-tab",4,t.fX1),t.k0s()}2&k&&(t.R7$(3),t.Y8G("formControl",R.selected),t.R7$(7),t.Y8G("selectedIndex",R.selected.value),t.R7$(),t.Dyx(R.tabs))},dependencies:[N.RG,N.rl,N.nJ,B.fS,B.fg,q.YN,q.me,q.Q0,q.BC,q.X1,q.l_,K.Hl,K.$z,H.g7,H.So,_.RI,_.mq,_.T8],styles:[".example-input-label[_ngcontent-%COMP%], \n.example-add-tab-button[_ngcontent-%COMP%], \n.example-delete-tab-button[_ngcontent-%COMP%] {\n margin: 8px;\n}"]})}return u})(),_t=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-header-below-example"]],standalone:!0,features:[t.aNF],decls:7,vars:0,consts:[["headerPosition","below"],["label","First"],["label","Second"],["label","Third"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group",0)(1,"mat-tab",1),t.EFF(2," Content 1 "),t.k0s(),t.j41(3,"mat-tab",2),t.EFF(4," Content 2 "),t.k0s(),t.j41(5,"mat-tab",3),t.EFF(6," Content 3 "),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],encapsulation:2})}return u})(),gt=(()=>{class u{constructor(){this.tabLoadTimes=[]}getTimeLoaded(T){return this.tabLoadTimes[T]||(this.tabLoadTimes[T]=new Date),this.tabLoadTimes[T]}static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-lazy-loaded-example"]],standalone:!0,features:[t.aNF],decls:7,vars:0,consts:[["label","First"],["matTabContent",""],["label","Second"],["label","Third"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group")(1,"mat-tab",0),t.DNE(2,W,2,4,"ng-template",1),t.k0s(),t.j41(3,"mat-tab",2),t.DNE(4,g,2,4,"ng-template",1),t.k0s(),t.j41(5,"mat-tab",3),t.DNE(6,A,2,4,"ng-template",1),t.k0s()())},dependencies:[_.RI,_.$L,_.mq,_.T8,f.vh],encapsulation:2})}return u})(),Mt=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-preserve-content-example"]],standalone:!0,features:[t.aNF],decls:7,vars:0,consts:[["preserveContent",""],["label","First"],["width","560","height","315","src",t.wXG`https://www.youtube.com/embed/B-lipaiZII8`,"allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture","allowfullscreen","",2,"border","0"],["label","Second"]],template:function(k,R){1&k&&(t.j41(0,"p"),t.EFF(1,"Start the video in the first tab and navigate to the second one to see how it keeps playing."),t.k0s(),t.j41(2,"mat-tab-group",0)(3,"mat-tab",1),t.nrm(4,"iframe",2),t.k0s(),t.j41(5,"mat-tab",3),t.EFF(6,"Note how the video from the previous tab is still playing."),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],encapsulation:2})}return u})(),Tt=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-stretched-example"]],standalone:!0,features:[t.aNF],decls:7,vars:0,consts:[["mat-stretch-tabs","",1,"example-stretched-tabs","mat-elevation-z4"],["label","First"],["label","Second"],["label","Third"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group",0)(1,"mat-tab",1),t.EFF(2," Content 1 "),t.k0s(),t.j41(3,"mat-tab",2),t.EFF(4," Content 2 "),t.k0s(),t.j41(5,"mat-tab",3),t.EFF(6," Content 3 "),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],styles:[".example-stretched-tabs[_ngcontent-%COMP%] {\n max-width: 800px;\n}"]})}return u})(),Ft=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-theme-example"]],standalone:!0,features:[t.aNF],decls:29,vars:2,consts:[["colorToggle","matButtonToggleGroup"],["backgroundColorToggle","matButtonToggleGroup"],["value","primary","aria-label","Change color"],["value","primary"],["value","accent"],["value","warn"],[1,"example-button-toggle-label"],[3,"color","backgroundColor"],["label","First"],["label","Second"],["label","Third"]],template:function(k,R){if(1&k&&(t.j41(0,"div")(1,"mat-button-toggle-group",2,0)(3,"mat-button-toggle",3),t.EFF(4,"Primary"),t.k0s(),t.j41(5,"mat-button-toggle",4),t.EFF(6,"Accent"),t.k0s(),t.j41(7,"mat-button-toggle",5),t.EFF(8,"Warn"),t.k0s()(),t.j41(9,"span",6),t.EFF(10,"Color"),t.k0s()(),t.j41(11,"div")(12,"mat-button-toggle-group",2,1)(14,"mat-button-toggle",3),t.EFF(15,"Primary"),t.k0s(),t.j41(16,"mat-button-toggle",4),t.EFF(17,"Accent"),t.k0s(),t.j41(18,"mat-button-toggle",5),t.EFF(19,"Warn"),t.k0s()(),t.j41(20,"span",6),t.EFF(21,"Background Color"),t.k0s()(),t.j41(22,"mat-tab-group",7)(23,"mat-tab",8),t.EFF(24,"Content 1"),t.k0s(),t.j41(25,"mat-tab",9),t.EFF(26,"Content 2"),t.k0s(),t.j41(27,"mat-tab",10),t.EFF(28,"Content 3"),t.k0s()()),2&k){const at=t.sdS(2),ht=t.sdS(13);t.R7$(22),t.Y8G("color",at.value)("backgroundColor",ht.value)}},dependencies:[L.Vg,L.ec,L.pc,_.RI,_.mq,_.T8],styles:[".example-button-toggle-label[_ngcontent-%COMP%] {\n display: inline-block;\n margin: 16px;\n}"]})}return u})(),xt=(()=>{class u{constructor(){this.links=["First","Second","Third"],this.activeLink=this.links[0],this.background=void 0}toggleBackground(){this.background=this.background?void 0:"primary"}addLink(){this.links.push(`Link ${this.links.length+1}`)}static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-nav-bar-basic-example"]],standalone:!0,features:[t.aNF],decls:11,vars:2,consts:[["tabPanel",""],["mat-tab-nav-bar","",3,"backgroundColor","tabPanel"],["mat-tab-link","",3,"active"],["mat-tab-link","","disabled",""],["mat-raised-button","",1,"example-action-button",3,"click"],["mat-tab-link","",3,"click","active"]],template:function(k,R){if(1&k){const at=t.RV6();t.j41(0,"nav",1),t.Z7z(1,s,2,2,"a",2,t.fX1),t.j41(3,"a",3),t.EFF(4,"Disabled Link"),t.k0s()(),t.nrm(5,"mat-tab-nav-panel",null,0),t.j41(7,"button",4),t.bIt("click",function(){return t.eBV(at),t.Njj(R.toggleBackground())}),t.EFF(8," Toggle background\n"),t.k0s(),t.j41(9,"button",4),t.bIt("click",function(){return t.eBV(at),t.Njj(R.addLink())}),t.EFF(10," Add link\n"),t.k0s()}if(2&k){const at=t.sdS(6);t.Y8G("backgroundColor",R.background)("tabPanel",at),t.R7$(),t.Dyx(R.links)}},dependencies:[_.RI,_.Bu,_.hQ,_.Ql,K.Hl,K.$z],styles:[".example-action-button[_ngcontent-%COMP%] {\n margin-top: 8px;\n margin-right: 8px;\n}"]})}return u})(),ut=(()=>{class u{constructor(){this.lotsOfTabs=new Array(30).fill(0).map((T,k)=>`Tab ${k}`)}static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-paginated-example"]],standalone:!0,features:[t.aNF],decls:3,vars:0,consts:[[3,"label"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group"),t.Z7z(1,E,2,1,"mat-tab",0,t.fX1),t.k0s()),2&k&&(t.R7$(),t.Dyx(R.lotsOfTabs))},dependencies:[_.RI,_.mq,_.T8],encapsulation:2})}return u})(),vt=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-inverted-example"]],standalone:!0,features:[t.aNF],decls:7,vars:0,consts:[["headerPosition","below"],["label","First"],["label","Second"],["label","Third"]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group",0)(1,"mat-tab",1),t.EFF(2,"Content 1"),t.k0s(),t.j41(3,"mat-tab",2),t.EFF(4,"Content 2"),t.k0s(),t.j41(5,"mat-tab",3),t.EFF(6,"Content 3"),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],encapsulation:2})}return u})(),kt=(()=>{class u{static#t=this.\u0275fac=function(k){return new(k||u)};static#e=this.\u0275cmp=t.VBU({type:u,selectors:[["tab-group-ink-bar-example"]],standalone:!0,features:[t.aNF],decls:9,vars:0,consts:[["fitInkBarToContent",""],["label","First"],["label","Second"],["label","Third"],["label","Fourth","disabled",""]],template:function(k,R){1&k&&(t.j41(0,"mat-tab-group",0)(1,"mat-tab",1),t.EFF(2,"Content 1"),t.k0s(),t.j41(3,"mat-tab",2),t.EFF(4,"Content 2"),t.k0s(),t.j41(5,"mat-tab",3),t.EFF(6,"Content 3"),t.k0s(),t.j41(7,"mat-tab",4),t.EFF(8,"Content 4"),t.k0s()())},dependencies:[_.RI,_.mq,_.T8],encapsulation:2})}return u})()},9417:(Et,lt,b)=>{b.d(lt,{BC:()=>wt,JD:()=>ye,MJ:()=>jt,MR:()=>_e,Q0:()=>pe,X1:()=>Oi,YN:()=>Bi,YS:()=>se,ZU:()=>Z,Zm:()=>L,cV:()=>re,cb:()=>At,cz:()=>C,gE:()=>Ut,j4:()=>le,k0:()=>g,kq:()=>B,l_:()=>xe,me:()=>I,ok:()=>Vi,qT:()=>Re,vO:()=>ct,vS:()=>be,wz:()=>de,xH:()=>Ne,xq:()=>Ee,y7:()=>Ue});var t=b(4438),_=b(177),G=b(4787),f=b(696),J=b(5286),q=b(5006);let H=(()=>{class i{constructor(e,a){this._renderer=e,this._elementRef=a,this.onChange=l=>{},this.onTouched=()=>{}}setProperty(e,a){this._renderer.setProperty(this._elementRef.nativeElement,e,a)}registerOnTouched(e){this.onTouched=e}registerOnChange(e){this.onChange=e}setDisabledState(e){this.setProperty("disabled",e)}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(t.sFG),t.rXU(t.aKT))};static#e=this.\u0275dir=t.FsC({type:i})}return i})(),K=(()=>{class i extends H{static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,features:[t.Vt3]})}return i})();const B=new t.nKC(""),N={provide:B,useExisting:(0,t.Rfq)(()=>L),multi:!0};let L=(()=>{class i extends K{writeValue(e){this.setProperty("checked",e)}static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(a,l){1&a&&t.bIt("change",function(S){return l.onChange(S.target.checked)})("blur",function(){return l.onTouched()})},features:[t.Jv_([N]),t.Vt3]})}return i})();const Y={provide:B,useExisting:(0,t.Rfq)(()=>I),multi:!0},Q=new t.nKC("");let I=(()=>{class i extends H{constructor(e,a,l){super(e,a),this._compositionMode=l,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function X(){const i=(0,_.QT)()?(0,_.QT)().getUserAgent():"";return/android (\d+)/.test(i.toLowerCase())}())}writeValue(e){this.setProperty("value",e??"")}_handleInput(e){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(e)}_compositionStart(){this._composing=!0}_compositionEnd(e){this._composing=!1,this._compositionMode&&this.onChange(e)}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(t.sFG),t.rXU(t.aKT),t.rXU(Q,8))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(a,l){1&a&&t.bIt("input",function(S){return l._handleInput(S.target.value)})("blur",function(){return l.onTouched()})("compositionstart",function(){return l._compositionStart()})("compositionend",function(S){return l._compositionEnd(S.target.value)})},features:[t.Jv_([Y]),t.Vt3]})}return i})();function it(i){return null==i||("string"==typeof i||Array.isArray(i))&&0===i.length}function c(i){return null!=i&&"number"==typeof i.length}const C=new t.nKC(""),v=new t.nKC(""),W=/^(?=.{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 g{static min(n){return function A(i){return n=>{if(it(n.value)||it(i))return null;const e=parseFloat(n.value);return!isNaN(e)&&e<i?{min:{min:i,actual:n.value}}:null}}(n)}static max(n){return function s(i){return n=>{if(it(n.value)||it(i))return null;const e=parseFloat(n.value);return!isNaN(e)&&e>i?{max:{max:i,actual:n.value}}:null}}(n)}static required(n){return E(n)}static requiredTrue(n){return M(n)}static email(n){return function O(i){return it(i.value)||W.test(i.value)?null:{email:!0}}(n)}static minLength(n){return function $(i){return n=>it(n.value)||!c(n.value)?null:n.value.length<i?{minlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static maxLength(n){return function U(i){return n=>c(n.value)&&n.value.length>i?{maxlength:{requiredLength:i,actualLength:n.value.length}}:null}(n)}static pattern(n){return function nt(i){if(!i)return dt;let n,e;return"string"==typeof i?(e="","^"!==i.charAt(0)&&(e+="^"),e+=i,"$"!==i.charAt(i.length-1)&&(e+="$"),n=new RegExp(e)):(e=i.toString(),n=i),a=>{if(it(a.value))return null;const l=a.value;return n.test(l)?null:{pattern:{requiredPattern:e,actualValue:l}}}}(n)}static nullValidator(n){return null}static compose(n){return Ft(n)}static composeAsync(n){return ut(n)}}function E(i){return it(i.value)?{required:!0}:null}function M(i){return!0===i.value?null:{required:!0}}function dt(i){return null}function bt(i){return null!=i}function pt(i){return(0,t.jNT)(i)?(0,G.H)(i):i}function _t(i){let n={};return i.forEach(e=>{n=null!=e?{...n,...e}:n}),0===Object.keys(n).length?null:n}function gt(i,n){return n.map(e=>e(i))}function Tt(i){return i.map(n=>function Mt(i){return!i.validate}(n)?n:e=>n.validate(e))}function Ft(i){if(!i)return null;const n=i.filter(bt);return 0==n.length?null:function(e){return _t(gt(e,n))}}function xt(i){return null!=i?Ft(Tt(i)):null}function ut(i){if(!i)return null;const n=i.filter(bt);return 0==n.length?null:function(e){const a=gt(e,n).map(pt);return(0,f.p)(a).pipe((0,q.T)(_t))}}function vt(i){return null!=i?ut(Tt(i)):null}function kt(i,n){return null===i?[n]:Array.isArray(i)?[...i,n]:[i,n]}function u(i){return i._rawValidators}function et(i){return i._rawAsyncValidators}function T(i){return i?Array.isArray(i)?i:[i]:[]}function k(i,n){return Array.isArray(i)?i.includes(n):i===n}function R(i,n){const e=T(n);return T(i).forEach(l=>{k(e,l)||e.push(l)}),e}function at(i,n){return T(n).filter(e=>!k(i,e))}class ht{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=xt(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=vt(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control&&this.control.reset(n)}hasError(n,e){return!!this.control&&this.control.hasError(n,e)}getError(n,e){return this.control?this.control.getError(n,e):null}}class Z extends ht{get formDirective(){return null}get path(){return null}}class ct extends ht{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class Rt{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 wt=(()=>{class i extends Rt{constructor(e){super(e)}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(ct,2))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(a,l){2&a&&t.AVh("ng-untouched",l.isUntouched)("ng-touched",l.isTouched)("ng-pristine",l.isPristine)("ng-dirty",l.isDirty)("ng-valid",l.isValid)("ng-invalid",l.isInvalid)("ng-pending",l.isPending)},features:[t.Vt3]})}return i})(),At=(()=>{class i extends Rt{constructor(e){super(e)}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(Z,10))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(a,l){2&a&&t.AVh("ng-untouched",l.isUntouched)("ng-touched",l.isTouched)("ng-pristine",l.isPristine)("ng-dirty",l.isDirty)("ng-valid",l.isValid)("ng-invalid",l.isInvalid)("ng-pending",l.isPending)("ng-submitted",l.isSubmitted)},features:[t.Vt3]})}return i})();const y="VALID",V="INVALID",j="PENDING",ot="DISABLED";class mt{}class Gt extends mt{constructor(n,e){super(),this.value=n,this.source=e}}class Vt extends mt{constructor(n,e){super(),this.pristine=n,this.source=e}}class x extends mt{constructor(n,e){super(),this.touched=n,this.source=e}}class z extends mt{constructor(n,e){super(),this.status=n,this.source=e}}class o extends mt{constructor(n){super(),this.source=n}}class r extends mt{constructor(n){super(),this.source=n}}function d(i){return(rt(i)?i.validators:i)||null}function w(i,n){return(rt(n)?n.asyncValidators:i)||null}function rt(i){return null!=i&&!Array.isArray(i)&&"object"==typeof i}function st(i,n,e){const a=i.controls;if(!(n?Object.keys(a):a).length)throw new t.wOt(1e3,"");if(!a[e])throw new t.wOt(1001,"")}function $t(i,n,e){i._forEachChild((a,l)=>{if(void 0===e[l])throw new t.wOt(1002,"")})}class ee{constructor(n,e){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._events=new J.B7,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(n),this._assignAsyncValidators(e)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get valid(){return this.status===y}get invalid(){return this.status===V}get pending(){return this.status==j}get disabled(){return this.status===ot}get enabled(){return this.status!==ot}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(R(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(R(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(at(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(at(n,this._rawAsyncValidators))}hasValidator(n){return k(this._rawValidators,n)}hasAsyncValidator(n){return k(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){const e=!1===this.touched;this.touched=!0;const a=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsTouched({...n,sourceControl:a}),e&&!1!==n.emitEvent&&this._events.next(new x(!0,a))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(e=>e.markAllAsTouched(n))}markAsUntouched(n={}){const e=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const a=n.sourceControl??this;this._forEachChild(l=>{l.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:a})}),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,a),e&&!1!==n.emitEvent&&this._events.next(new x(!1,a))}markAsDirty(n={}){const e=!0===this.pristine;this.pristine=!1;const a=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsDirty({...n,sourceControl:a}),e&&!1!==n.emitEvent&&this._events.next(new Vt(!1,a))}markAsPristine(n={}){const e=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const a=n.sourceControl??this;this._forEachChild(l=>{l.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),this._parent&&!n.onlySelf&&this._parent._updatePristine(n,a),e&&!1!==n.emitEvent&&this._events.next(new Vt(!0,a))}markAsPending(n={}){this.status=j;const e=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new z(this.status,e)),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.markAsPending({...n,sourceControl:e})}disable(n={}){const e=this._parentMarkedDirty(n.onlySelf);this.status=ot,this.errors=null,this._forEachChild(l=>{l.disable({...n,onlySelf:!0})}),this._updateValue();const a=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Gt(this.value,a)),this._events.next(new z(this.status,a)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...n,skipPristineCheck:e},this),this._onDisabledChange.forEach(l=>l(!0))}enable(n={}){const e=this._parentMarkedDirty(n.onlySelf);this.status=y,this._forEachChild(a=>{a.enable({...n,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors({...n,skipPristineCheck:e},this),this._onDisabledChange.forEach(a=>a(!1))}_updateAncestors(n,e){this._parent&&!n.onlySelf&&(this._parent.updateValueAndValidity(n),n.skipPristineCheck||this._parent._updatePristine({},e),this._parent._updateTouched({},e))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const a=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===y||this.status===j)&&this._runAsyncValidator(a,n.emitEvent)}const e=n.sourceControl??this;!1!==n.emitEvent&&(this._events.next(new Gt(this.value,e)),this._events.next(new z(this.status,e)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.updateValueAndValidity({...n,sourceControl:e})}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(e=>e._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?ot:y}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,e){if(this.asyncValidator){this.status=j,this._hasOwnPendingAsyncValidator={emitEvent:!1!==e};const a=pt(this.asyncValidator(this));this._asyncValidationSubscription=a.subscribe(l=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(l,{emitEvent:e,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const n=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,e={}){this.errors=n,this._updateControlsErrors(!1!==e.emitEvent,this,e.shouldHaveEmitted)}get(n){let e=n;return null==e||(Array.isArray(e)||(e=e.split(".")),0===e.length)?null:e.reduce((a,l)=>a&&a._find(l),this)}getError(n,e){const a=e?this.get(e):this;return a&&a.errors?a.errors[n]:null}hasError(n,e){return!!this.getError(n,e)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,e,a){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||a)&&this._events.next(new z(this.status,e)),this._parent&&this._parent._updateControlsErrors(n,e,a)}_initObservables(){this.valueChanges=new t.bkB,this.statusChanges=new t.bkB}_calculateStatus(){return this._allControlsDisabled()?ot:this.errors?V:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(j)?j:this._anyControlsHaveStatus(V)?V:y}_anyControlsHaveStatus(n){return this._anyControls(e=>e.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,e){const a=!this._anyControlsDirty(),l=this.pristine!==a;this.pristine=a,this._parent&&!n.onlySelf&&this._parent._updatePristine(n,e),l&&this._events.next(new Vt(this.pristine,e))}_updateTouched(n={},e){this.touched=this._anyControlsTouched(),this._events.next(new x(this.touched,e)),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,e)}_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){rt(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 h(i){return Array.isArray(i)?xt(i):i||null}(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=function P(i){return Array.isArray(i)?vt(i):i||null}(this._rawAsyncValidators)}}class Ut extends ee{constructor(n,e,a){super(d(e),w(a,e)),this.controls=n,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(n,e){return this.controls[n]?this.controls[n]:(this.controls[n]=e,e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange),e)}addControl(n,e,a={}){this.registerControl(n,e),this.updateValueAndValidity({emitEvent:a.emitEvent}),this._onCollectionChange()}removeControl(n,e={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}setControl(n,e,a={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],e&&this.registerControl(n,e),this.updateValueAndValidity({emitEvent:a.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,e={}){$t(this,0,n),Object.keys(n).forEach(a=>{st(this,!0,a),this.controls[a].setValue(n[a],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(n,e={}){null!=n&&(Object.keys(n).forEach(a=>{const l=this.controls[a];l&&l.patchValue(n[a],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(n={},e={}){this._forEachChild((a,l)=>{a.reset(n?n[l]:null,{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e,this),this._updateTouched(e,this),this.updateValueAndValidity(e)}getRawValue(){return this._reduceChildren({},(n,e,a)=>(n[a]=e.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(e,a)=>!!a._syncPendingControls()||e);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(e=>{const a=this.controls[e];a&&n(a,e)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(const[e,a]of Object.entries(this.controls))if(this.contains(e)&&n(a))return!0;return!1}_reduceValue(){return this._reduceChildren({},(e,a,l)=>((a.enabled||this.disabled)&&(e[l]=a.value),e))}_reduceChildren(n,e){let a=n;return this._forEachChild((l,D)=>{a=e(a,l,D)}),a}_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 Te extends Ut{}const Bt=new t.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>Kt}),Kt="always";function ie(i,n){return[...n.path,i]}function Yt(i,n,e=Kt){me(i,n),n.valueAccessor.writeValue(i.value),(i.disabled||"always"===e)&&n.valueAccessor.setDisabledState?.(i.disabled),function ti(i,n){n.valueAccessor.registerOnChange(e=>{i._pendingValue=e,i._pendingChange=!0,i._pendingDirty=!0,"change"===i.updateOn&&Fe(i,n)})}(i,n),function ii(i,n){const e=(a,l)=>{n.valueAccessor.writeValue(a),l&&n.viewToModelUpdate(a)};i.registerOnChange(e),n._registerOnDestroy(()=>{i._unregisterOnChange(e)})}(i,n),function ei(i,n){n.valueAccessor.registerOnTouched(()=>{i._pendingTouched=!0,"blur"===i.updateOn&&i._pendingChange&&Fe(i,n),"submit"!==i.updateOn&&i.markAsTouched()})}(i,n),function Je(i,n){if(n.valueAccessor.setDisabledState){const e=a=>{n.valueAccessor.setDisabledState(a)};i.registerOnDisabledChange(e),n._registerOnDestroy(()=>{i._unregisterOnDisabledChange(e)})}}(i,n)}function ne(i,n,e=!0){const a=()=>{};n.valueAccessor&&(n.valueAccessor.registerOnChange(a),n.valueAccessor.registerOnTouched(a)),oe(i,n),i&&(n._invokeOnDestroyCallbacks(),i._registerOnCollectionChange(()=>{}))}function ae(i,n){i.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(n)})}function me(i,n){const e=u(i);null!==n.validator?i.setValidators(kt(e,n.validator)):"function"==typeof e&&i.setValidators([e]);const a=et(i);null!==n.asyncValidator?i.setAsyncValidators(kt(a,n.asyncValidator)):"function"==typeof a&&i.setAsyncValidators([a]);const l=()=>i.updateValueAndValidity();ae(n._rawValidators,l),ae(n._rawAsyncValidators,l)}function oe(i,n){let e=!1;if(null!==i){if(null!==n.validator){const l=u(i);if(Array.isArray(l)&&l.length>0){const D=l.filter(S=>S!==n.validator);D.length!==l.length&&(e=!0,i.setValidators(D))}}if(null!==n.asyncValidator){const l=et(i);if(Array.isArray(l)&&l.length>0){const D=l.filter(S=>S!==n.asyncValidator);D.length!==l.length&&(e=!0,i.setAsyncValidators(D))}}}const a=()=>{};return ae(n._rawValidators,a),ae(n._rawAsyncValidators,a),e}function Fe(i,n){i._pendingDirty&&i.markAsDirty(),i.setValue(i._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(i._pendingValue),i._pendingChange=!1}function De(i,n){me(i,n)}function ue(i,n){if(!i.hasOwnProperty("model"))return!1;const e=i.model;return!!e.isFirstChange()||!Object.is(n,e.currentValue)}function we(i,n){i._syncPendingControls(),n.forEach(e=>{const a=e.control;"submit"===a.updateOn&&a._pendingChange&&(e.viewToModelUpdate(a._pendingValue),a._pendingChange=!1)})}function fe(i,n){if(!n)return null;let e,a,l;return Array.isArray(n),n.forEach(D=>{D.constructor===I?e=D:function oi(i){return Object.getPrototypeOf(i.constructor)===K}(D)?a=D:l=D}),l||a||e||null}const li={provide:Z,useExisting:(0,t.Rfq)(()=>re)},Qt=Promise.resolve();let re=(()=>{class i extends Z{constructor(e,a,l){super(),this.callSetDisabledState=l,this.submitted=!1,this._directives=new Set,this.ngSubmit=new t.bkB,this.form=new Ut({},xt(e),vt(a))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(e){Qt.then(()=>{const a=this._findContainer(e.path);e.control=a.registerControl(e.name,e.control),Yt(e.control,e,this.callSetDisabledState),e.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(e)})}getControl(e){return this.form.get(e.path)}removeControl(e){Qt.then(()=>{const a=this._findContainer(e.path);a&&a.removeControl(e.name),this._directives.delete(e)})}addFormGroup(e){Qt.then(()=>{const a=this._findContainer(e.path),l=new Ut({});De(l,e),a.registerControl(e.name,l),l.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(e){Qt.then(()=>{const a=this._findContainer(e.path);a&&a.removeControl(e.name)})}getFormGroup(e){return this.form.get(e.path)}updateModel(e,a){Qt.then(()=>{this.form.get(e.path).setValue(a)})}setValue(e){this.control.setValue(e)}onSubmit(e){return this.submitted=!0,we(this.form,this._directives),this.ngSubmit.emit(e),"dialog"===e?.target?.method}onReset(){this.resetForm()}resetForm(e=void 0){this.form.reset(e),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(e){return e.pop(),e.length?this.form.get(e):this.form}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(C,10),t.rXU(v,10),t.rXU(Bt,8))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(a,l){1&a&&t.bIt("submit",function(S){return l.onSubmit(S)})("reset",function(){return l.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t.Jv_([li]),t.Vt3]})}return i})();function Ae(i,n){const e=i.indexOf(n);e>-1&&i.splice(e,1)}function Ie(i){return"object"==typeof i&&null!==i&&2===Object.keys(i).length&&"value"in i&&"disabled"in i}const jt=class extends ee{constructor(n=null,e,a){super(d(e),w(a,e)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(n),this._setUpdateStrategy(e),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),rt(e)&&(e.nonNullable||e.initialValueIsDefault)&&(this.defaultValue=Ie(n)?n.value:n)}setValue(n,e={}){this.value=this._pendingValue=n,this._onChange.length&&!1!==e.emitModelToViewChange&&this._onChange.forEach(a=>a(this.value,!1!==e.emitViewToModelChange)),this.updateValueAndValidity(e)}patchValue(n,e={}){this.setValue(n,e)}reset(n=this.defaultValue,e={}){this._applyFormState(n),this.markAsPristine(e),this.markAsUntouched(e),this.setValue(this.value,e),this._pendingChange=!1}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){Ae(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){Ae(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){Ie(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:ct,useExisting:(0,t.Rfq)(()=>be)},Oe=Promise.resolve();let be=(()=>{class i extends ct{constructor(e,a,l,D,S,Ct){super(),this._changeDetectorRef=S,this.callSetDisabledState=Ct,this.control=new jt,this._registered=!1,this.name="",this.update=new t.bkB,this._parent=e,this._setValidators(a),this._setAsyncValidators(l),this.valueAccessor=fe(0,D)}ngOnChanges(e){if(this._checkForErrors(),!this._registered||"name"in e){if(this._registered&&(this._checkName(),this.formDirective)){const a=e.name.previousValue;this.formDirective.removeControl({name:a,path:this._getPath(a)})}this._setUpControl()}"isDisabled"in e&&this._updateDisabled(e),ue(e,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Yt(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(e){Oe.then(()=>{this.control.setValue(e,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(e){const a=e.isDisabled.currentValue,l=0!==a&&(0,t.L39)(a);Oe.then(()=>{l&&!this.control.disabled?this.control.disable():!l&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(e){return this._parent?ie(e,this._parent):[e]}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(Z,9),t.rXU(C,10),t.rXU(v,10),t.rXU(B,10),t.rXU(t.gRc,8),t.rXU(Bt,8))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[t.Jv_([ci]),t.Vt3,t.OA$]})}return i})(),Re=(()=>{class i{static#t=this.\u0275fac=function(a){return new(a||i)};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}return i})();const mi={provide:B,useExisting:(0,t.Rfq)(()=>pe),multi:!0};let pe=(()=>{class i extends K{writeValue(e){this.setProperty("value",e??"")}registerOnChange(e){this.onChange=a=>{e(""==a?null:parseFloat(a))}}static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(a,l){1&a&&t.bIt("input",function(S){return l.onChange(S.target.value)})("blur",function(){return l.onTouched()})},features:[t.Jv_([mi]),t.Vt3]})}return i})();const fi={provide:B,useExisting:(0,t.Rfq)(()=>_e),multi:!0};let _e=(()=>{class i extends K{writeValue(e){this.setProperty("value",parseFloat(e))}registerOnChange(e){this.onChange=a=>{e(""==a?null:parseFloat(a))}}static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(a,l){1&a&&t.bIt("change",function(S){return l.onChange(S.target.value)})("input",function(S){return l.onChange(S.target.value)})("blur",function(){return l.onTouched()})},features:[t.Jv_([fi]),t.Vt3]})}return i})();const ge=new t.nKC(""),bi={provide:ct,useExisting:(0,t.Rfq)(()=>xe)};let xe=(()=>{class i extends ct{set isDisabled(e){}static#t=this._ngModelWarningSentOnce=!1;constructor(e,a,l,D,S){super(),this._ngModelWarningConfig=D,this.callSetDisabledState=S,this.update=new t.bkB,this._ngModelWarningSent=!1,this._setValidators(e),this._setAsyncValidators(a),this.valueAccessor=fe(0,l)}ngOnChanges(e){if(this._isControlChanged(e)){const a=e.form.previousValue;a&&ne(a,this,!1),Yt(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}ue(e,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&ne(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_isControlChanged(e){return e.hasOwnProperty("form")}static#e=this.\u0275fac=function(a){return new(a||i)(t.rXU(C,10),t.rXU(v,10),t.rXU(B,10),t.rXU(ge,8),t.rXU(Bt,8))};static#i=this.\u0275dir=t.FsC({type:i,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[t.Jv_([bi]),t.Vt3,t.OA$]})}return i})();const pi={provide:Z,useExisting:(0,t.Rfq)(()=>le)};let le=(()=>{class i extends Z{constructor(e,a,l){super(),this.callSetDisabledState=l,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new t.bkB,this._setValidators(e),this._setAsyncValidators(a)}ngOnChanges(e){this._checkFormPresent(),e.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(oe(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(e){const a=this.form.get(e.path);return Yt(a,e,this.callSetDisabledState),a.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),a}getControl(e){return this.form.get(e.path)}removeControl(e){ne(e.control||null,e,!1),function ri(i,n){const e=i.indexOf(n);e>-1&&i.splice(e,1)}(this.directives,e)}addFormGroup(e){this._setUpFormContainer(e)}removeFormGroup(e){this._cleanUpFormContainer(e)}getFormGroup(e){return this.form.get(e.path)}addFormArray(e){this._setUpFormContainer(e)}removeFormArray(e){this._cleanUpFormContainer(e)}getFormArray(e){return this.form.get(e.path)}updateModel(e,a){this.form.get(e.path).setValue(a)}onSubmit(e){return this.submitted=!0,we(this.form,this.directives),this.ngSubmit.emit(e),this.form._events.next(new o(this.control)),"dialog"===e?.target?.method}onReset(){this.resetForm()}resetForm(e=void 0){this.form.reset(e),this.submitted=!1,this.form._events.next(new r(this.form))}_updateDomValue(){this.directives.forEach(e=>{const a=e.control,l=this.form.get(e.path);a!==l&&(ne(a||null,e),(i=>i instanceof jt)(l)&&(Yt(l,e,this.callSetDisabledState),e.control=l))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(e){const a=this.form.get(e.path);De(a,e),a.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(e){if(this.form){const a=this.form.get(e.path);a&&function ni(i,n){return oe(i,n)}(a,e)&&a.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){me(this.form,this),this._oldForm&&oe(this._oldForm,this)}_checkFormPresent(){}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(C,10),t.rXU(v,10),t.rXU(Bt,8))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","formGroup",""]],hostBindings:function(a,l){1&a&&t.bIt("submit",function(S){return l.onSubmit(S)})("reset",function(){return l.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t.Jv_([pi]),t.Vt3,t.OA$]})}return i})();const xi={provide:ct,useExisting:(0,t.Rfq)(()=>ye)};let ye=(()=>{class i extends ct{set isDisabled(e){}static#t=this._ngModelWarningSentOnce=!1;constructor(e,a,l,D,S){super(),this._ngModelWarningConfig=S,this._added=!1,this.name=null,this.update=new t.bkB,this._ngModelWarningSent=!1,this._parent=e,this._setValidators(a),this._setAsyncValidators(l),this.valueAccessor=fe(0,D)}ngOnChanges(e){this._added||this._setUpControl(),ue(e,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}get path(){return ie(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#e=this.\u0275fac=function(a){return new(a||i)(t.rXU(Z,13),t.rXU(C,10),t.rXU(v,10),t.rXU(B,10),t.rXU(ge,8))};static#i=this.\u0275dir=t.FsC({type:i,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},features:[t.Jv_([xi]),t.Vt3,t.OA$]})}return i})();const vi={provide:B,useExisting:(0,t.Rfq)(()=>de),multi:!0};function Le(i,n){return null==i?`${n}`:(n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let de=(()=>{class i extends K{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(e){this._compareWith=e}writeValue(e){this.value=e;const l=Le(this._getOptionId(e),e);this.setProperty("value",l)}registerOnChange(e){this.onChange=a=>{this.value=this._getOptionValue(a),e(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(e){for(const a of this._optionMap.keys())if(this._compareWith(this._optionMap.get(a),e))return a;return null}_getOptionValue(e){const a=function ki(i){return i.split(":")[0]}(e);return this._optionMap.has(a)?this._optionMap.get(a):e}static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(a,l){1&a&&t.bIt("change",function(S){return l.onChange(S.target.value)})("blur",function(){return l.onTouched()})},inputs:{compareWith:"compareWith"},features:[t.Jv_([vi]),t.Vt3]})}return i})(),Ne=(()=>{class i{constructor(e,a,l){this._element=e,this._renderer=a,this._select=l,this._select&&(this.id=this._select._registerOption())}set ngValue(e){null!=this._select&&(this._select._optionMap.set(this.id,e),this._setElementValue(Le(this.id,e)),this._select.writeValue(this._select.value))}set value(e){this._setElementValue(e),this._select&&this._select.writeValue(this._select.value)}_setElementValue(e){this._renderer.setProperty(this._element.nativeElement,"value",e)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(t.aKT),t.rXU(t.sFG),t.rXU(de,9))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})();const yi={provide:B,useExisting:(0,t.Rfq)(()=>Ce),multi:!0};function Ge(i,n){return null==i?`${n}`:("string"==typeof n&&(n=`'${n}'`),n&&"object"==typeof n&&(n="Object"),`${i}: ${n}`.slice(0,50))}let Ce=(()=>{class i extends K{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(e){this._compareWith=e}writeValue(e){let a;if(this.value=e,Array.isArray(e)){const l=e.map(D=>this._getOptionId(D));a=(D,S)=>{D._setSelected(l.indexOf(S.toString())>-1)}}else a=(l,D)=>{l._setSelected(!1)};this._optionMap.forEach(a)}registerOnChange(e){this.onChange=a=>{const l=[],D=a.selectedOptions;if(void 0!==D){const S=D;for(let Ct=0;Ct<S.length;Ct++){const Me=this._getOptionValue(S[Ct].value);l.push(Me)}}else{const S=a.options;for(let Ct=0;Ct<S.length;Ct++){const ce=S[Ct];if(ce.selected){const Me=this._getOptionValue(ce.value);l.push(Me)}}}this.value=l,e(l)}}_registerOption(e){const a=(this._idCounter++).toString();return this._optionMap.set(a,e),a}_getOptionId(e){for(const a of this._optionMap.keys())if(this._compareWith(this._optionMap.get(a)._value,e))return a;return null}_getOptionValue(e){const a=function Ci(i){return i.split(":")[0]}(e);return this._optionMap.has(a)?this._optionMap.get(a)._value:e}static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(a,l){1&a&&t.bIt("change",function(S){return l.onChange(S.target)})("blur",function(){return l.onTouched()})},inputs:{compareWith:"compareWith"},features:[t.Jv_([yi]),t.Vt3]})}return i})(),Ue=(()=>{class i{constructor(e,a,l){this._element=e,this._renderer=a,this._select=l,this._select&&(this.id=this._select._registerOption(this))}set ngValue(e){null!=this._select&&(this._value=e,this._setElementValue(Ge(this.id,e)),this._select.writeValue(this._select.value))}set value(e){this._select?(this._value=e,this._setElementValue(Ge(this.id,e)),this._select.writeValue(this._select.value)):this._setElementValue(e)}_setElementValue(e){this._renderer.setProperty(this._element.nativeElement,"value",e)}_setSelected(e){this._renderer.setProperty(this._element.nativeElement,"selected",e)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#t=this.\u0275fac=function(a){return new(a||i)(t.rXU(t.aKT),t.rXU(t.sFG),t.rXU(Ce,9))};static#e=this.\u0275dir=t.FsC({type:i,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return i})(),Ot=(()=>{class i{constructor(){this._validator=dt}ngOnChanges(e){if(this.inputName in e){const a=this.normalizeInput(e[this.inputName].currentValue);this._enabled=this.enabled(a),this._validator=this._enabled?this.createValidator(a):dt,this._onChange&&this._onChange()}}validate(e){return this._validator(e)}registerOnValidatorChange(e){this._onChange=e}enabled(e){return null!=e}static#t=this.\u0275fac=function(a){return new(a||i)};static#e=this.\u0275dir=t.FsC({type:i,features:[t.OA$]})}return i})();const Ti={provide:C,useExisting:(0,t.Rfq)(()=>se),multi:!0},Fi={provide:C,useExisting:(0,t.Rfq)(()=>Ee),multi:!0};let se=(()=>{class i extends Ot{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=t.L39,this.createValidator=e=>E}enabled(e){return e}static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(a,l){2&a&&t.BMQ("required",l._enabled?"":null)},inputs:{required:"required"},features:[t.Jv_([Ti]),t.Vt3]})}return i})(),Ee=(()=>{class i extends se{constructor(){super(...arguments),this.createValidator=e=>M}static#t=this.\u0275fac=(()=>{let e;return function(l){return(e||(e=t.xGo(i)))(l||i)}})();static#e=this.\u0275dir=t.FsC({type:i,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(a,l){2&a&&t.BMQ("required",l._enabled?"":null)},features:[t.Jv_([Fi]),t.Vt3]})}return i})(),Qe=(()=>{class i{static#t=this.\u0275fac=function(a){return new(a||i)};static#e=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({})}return i})();class qe extends ee{constructor(n,e,a){super(d(e),w(a,e)),this.controls=n,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(n){return this.controls[this._adjustIndex(n)]}push(n,e={}){this.controls.push(n),this._registerControl(n),this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}insert(n,e,a={}){this.controls.splice(n,0,e),this._registerControl(e),this.updateValueAndValidity({emitEvent:a.emitEvent})}removeAt(n,e={}){let a=this._adjustIndex(n);a<0&&(a=0),this.controls[a]&&this.controls[a]._registerOnCollectionChange(()=>{}),this.controls.splice(a,1),this.updateValueAndValidity({emitEvent:e.emitEvent})}setControl(n,e,a={}){let l=this._adjustIndex(n);l<0&&(l=0),this.controls[l]&&this.controls[l]._registerOnCollectionChange(()=>{}),this.controls.splice(l,1),e&&(this.controls.splice(l,0,e),this._registerControl(e)),this.updateValueAndValidity({emitEvent:a.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(n,e={}){$t(this,0,n),n.forEach((a,l)=>{st(this,!1,l),this.at(l).setValue(a,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(n,e={}){null!=n&&(n.forEach((a,l)=>{this.at(l)&&this.at(l).patchValue(a,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(n=[],e={}){this._forEachChild((a,l)=>{a.reset(n[l],{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e,this),this._updateTouched(e,this),this.updateValueAndValidity(e)}getRawValue(){return this.controls.map(n=>n.getRawValue())}clear(n={}){this.controls.length<1||(this._forEachChild(e=>e._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:n.emitEvent}))}_adjustIndex(n){return n<0?n+this.length:n}_syncPendingControls(){let n=this.controls.reduce((e,a)=>!!a._syncPendingControls()||e,!1);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){this.controls.forEach((e,a)=>{n(e,a)})}_updateValue(){this.value=this.controls.filter(n=>n.enabled||this.disabled).map(n=>n.value)}_anyControls(n){return this.controls.some(e=>e.enabled&&n(e))}_setUpControls(){this._forEachChild(n=>this._registerControl(n))}_allControlsDisabled(){for(const n of this.controls)if(n.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(n){n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)}_find(n){return this.at(n)??null}}function Ze(i){return!!i&&(void 0!==i.asyncValidators||void 0!==i.validators||void 0!==i.updateOn)}let Vi=(()=>{class i{constructor(){this.useNonNullable=!1}get nonNullable(){const e=new i;return e.useNonNullable=!0,e}group(e,a=null){const l=this._reduceControls(e);let D={};return Ze(a)?D=a:null!==a&&(D.validators=a.validator,D.asyncValidators=a.asyncValidator),new Ut(l,D)}record(e,a=null){const l=this._reduceControls(e);return new Te(l,a)}control(e,a,l){let D={};return this.useNonNullable?(Ze(a)?D=a:(D.validators=a,D.asyncValidators=l),new jt(e,{...D,nonNullable:!0})):new jt(e,a,l)}array(e,a,l){const D=e.map(S=>this._createControl(S));return new qe(D,a,l)}_reduceControls(e){const a={};return Object.keys(e).forEach(l=>{a[l]=this._createControl(e[l])}),a}_createControl(e){return e instanceof jt||e instanceof ee?e:Array.isArray(e)?this.control(e[0],e.length>1?e[1]:null,e.length>2?e[2]:null):this.control(e)}static#t=this.\u0275fac=function(a){return new(a||i)};static#e=this.\u0275prov=t.jDH({token:i,factory:i.\u0275fac,providedIn:"root"})}return i})(),Bi=(()=>{class i{static withConfig(e){return{ngModule:i,providers:[{provide:Bt,useValue:e.callSetDisabledState??Kt}]}}static#t=this.\u0275fac=function(a){return new(a||i)};static#e=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({imports:[Qe]})}return i})(),Oi=(()=>{class i{static withConfig(e){return{ngModule:i,providers:[{provide:ge,useValue:e.warnOnNgModelWithFormControl??"always"},{provide:Bt,useValue:e.callSetDisabledState??Kt}]}}static#t=this.\u0275fac=function(a){return new(a||i)};static#e=this.\u0275mod=t.$C({type:i});static#i=this.\u0275inj=t.G2t({imports:[Qe]})}return i})()},5571:(Et,lt,b)=>{b.d(lt,{Vg:()=>W,ec:()=>C,pc:()=>v});var t=b(8617),_=b(5024),G=b(7336),f=b(4438),J=b(8203),q=b(9417),H=b(6600);const K=["button"],B=["*"];function N(g,A){if(1&g&&f.nrm(0,"mat-pseudo-checkbox",3),2&g){const s=f.XpG();f.Y8G("disabled",s.disabled)}}function L(g,A){if(1&g&&f.nrm(0,"mat-pseudo-checkbox",3),2&g){const s=f.XpG();f.Y8G("disabled",s.disabled)}}const Y=new f.nKC("MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS",{providedIn:"root",factory:function X(){return{hideSingleSelectionIndicator:!1,hideMultipleSelectionIndicator:!1}}}),Q=new f.nKC("MatButtonToggleGroup"),I={provide:q.kq,useExisting:(0,f.Rfq)(()=>C),multi:!0};let it=0;class c{constructor(A,s){this.source=A,this.value=s}}let C=(()=>{class g{get name(){return this._name}set name(s){this._name=s,this._markButtonsForCheck()}get value(){const s=this._selectionModel?this._selectionModel.selected:[];return this.multiple?s.map(E=>E.value):s[0]?s[0].value:void 0}set value(s){this._setSelectionByValue(s),this.valueChange.emit(this.value)}get selected(){const s=this._selectionModel?this._selectionModel.selected:[];return this.multiple?s:s[0]||null}get multiple(){return this._multiple}set multiple(s){this._multiple=s,this._markButtonsForCheck()}get disabled(){return this._disabled}set disabled(s){this._disabled=s,this._markButtonsForCheck()}get dir(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(s){this._hideSingleSelectionIndicator=s,this._markButtonsForCheck()}get hideMultipleSelectionIndicator(){return this._hideMultipleSelectionIndicator}set hideMultipleSelectionIndicator(s){this._hideMultipleSelectionIndicator=s,this._markButtonsForCheck()}constructor(s,E,M){this._changeDetector=s,this._dir=M,this._multiple=!1,this._disabled=!1,this._controlValueAccessorChangeFn=()=>{},this._onTouched=()=>{},this._name="mat-button-toggle-group-"+it++,this.valueChange=new f.bkB,this.change=new f.bkB,this.appearance=E&&E.appearance?E.appearance:"standard",this.hideSingleSelectionIndicator=E?.hideSingleSelectionIndicator??!1,this.hideMultipleSelectionIndicator=E?.hideMultipleSelectionIndicator??!1}ngOnInit(){this._selectionModel=new _.CB(this.multiple,void 0,!1)}ngAfterContentInit(){this._selectionModel.select(...this._buttonToggles.filter(s=>s.checked)),this.multiple||this._initializeTabIndex()}writeValue(s){this.value=s,this._changeDetector.markForCheck()}registerOnChange(s){this._controlValueAccessorChangeFn=s}registerOnTouched(s){this._onTouched=s}setDisabledState(s){this.disabled=s}_keydown(s){if(this.multiple||this.disabled)return;const M=s.target.id,O=this._buttonToggles.toArray().findIndex(U=>U.buttonId===M);let $;switch(s.keyCode){case G.t6:case G.Fm:$=this._buttonToggles.get(O);break;case G.i7:$=this._buttonToggles.get(this._getNextIndex(O,-1));break;case G.UQ:$=this._buttonToggles.get(this._getNextIndex(O,"ltr"===this.dir?-1:1));break;case G.n6:$=this._buttonToggles.get(this._getNextIndex(O,1));break;case G.LE:$=this._buttonToggles.get(this._getNextIndex(O,"ltr"===this.dir?1:-1));break;default:return}s.preventDefault(),$?._onButtonClick(),$?.focus()}_emitChangeEvent(s){const E=new c(s,this.value);this._rawValue=E.value,this._controlValueAccessorChangeFn(E.value),this.change.emit(E)}_syncButtonToggle(s,E,M=!1,O=!1){!this.multiple&&this.selected&&!s.checked&&(this.selected.checked=!1),this._selectionModel?E?this._selectionModel.select(s):this._selectionModel.deselect(s):O=!0,O?Promise.resolve().then(()=>this._updateModelValue(s,M)):this._updateModelValue(s,M)}_isSelected(s){return this._selectionModel&&this._selectionModel.isSelected(s)}_isPrechecked(s){return!(typeof this._rawValue>"u")&&(this.multiple&&Array.isArray(this._rawValue)?this._rawValue.some(E=>null!=s.value&&E===s.value):s.value===this._rawValue)}_initializeTabIndex(){this._buttonToggles.forEach(s=>{s.tabIndex=-1}),this.selected?this.selected.tabIndex=0:this._buttonToggles.length>0&&(this._buttonToggles.get(0).tabIndex=0),this._markButtonsForCheck()}_getNextIndex(s,E){let M=s+E;return M===this._buttonToggles.length&&(M=0),-1===M&&(M=this._buttonToggles.length-1),M}_setSelectionByValue(s){this._rawValue=s,this._buttonToggles&&(this.multiple&&s?(Array.isArray(s),this._clearSelection(),s.forEach(E=>this._selectValue(E))):(this._clearSelection(),this._selectValue(s)))}_clearSelection(){this._selectionModel.clear(),this._buttonToggles.forEach(s=>{s.checked=!1,this.multiple||(s.tabIndex=-1)})}_selectValue(s){const E=this._buttonToggles.find(M=>null!=M.value&&M.value===s);E&&(E.checked=!0,this._selectionModel.select(E),this.multiple||(E.tabIndex=0))}_updateModelValue(s,E){E&&this._emitChangeEvent(s),this.valueChange.emit(this.value)}_markButtonsForCheck(){this._buttonToggles?.forEach(s=>s._markForCheck())}static#t=this.\u0275fac=function(E){return new(E||g)(f.rXU(f.gRc),f.rXU(Y,8),f.rXU(J.dS,8))};static#e=this.\u0275dir=f.FsC({type:g,selectors:[["mat-button-toggle-group"]],contentQueries:function(E,M,O){if(1&E&&f.wni(O,v,5),2&E){let $;f.mGM($=f.lsd())&&(M._buttonToggles=$)}},hostAttrs:[1,"mat-button-toggle-group"],hostVars:6,hostBindings:function(E,M){1&E&&f.bIt("keydown",function($){return M._keydown($)}),2&E&&(f.BMQ("role",M.multiple?"group":"radiogroup")("aria-disabled",M.disabled),f.AVh("mat-button-toggle-vertical",M.vertical)("mat-button-toggle-group-appearance-standard","standard"===M.appearance))},inputs:{appearance:"appearance",name:"name",vertical:[2,"vertical","vertical",f.L39],value:"value",multiple:[2,"multiple","multiple",f.L39],disabled:[2,"disabled","disabled",f.L39],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",f.L39],hideMultipleSelectionIndicator:[2,"hideMultipleSelectionIndicator","hideMultipleSelectionIndicator",f.L39]},outputs:{valueChange:"valueChange",change:"change"},exportAs:["matButtonToggleGroup"],standalone:!0,features:[f.Jv_([I,{provide:Q,useExisting:g}]),f.GFd]})}return g})(),v=(()=>{class g{get buttonId(){return`${this.id}-button`}get tabIndex(){return this._tabIndex}set tabIndex(s){this._tabIndex=s,this._markForCheck()}get appearance(){return this.buttonToggleGroup?this.buttonToggleGroup.appearance:this._appearance}set appearance(s){this._appearance=s}get checked(){return this.buttonToggleGroup?this.buttonToggleGroup._isSelected(this):this._checked}set checked(s){s!==this._checked&&(this._checked=s,this.buttonToggleGroup&&this.buttonToggleGroup._syncButtonToggle(this,this._checked),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled||this.buttonToggleGroup&&this.buttonToggleGroup.disabled}set disabled(s){this._disabled=s}constructor(s,E,M,O,$,U){this._changeDetectorRef=E,this._elementRef=M,this._focusMonitor=O,this._checked=!1,this.ariaLabelledby=null,this._disabled=!1,this.change=new f.bkB;const nt=Number($);this.tabIndex=nt||0===nt?nt:null,this.buttonToggleGroup=s,this.appearance=U&&U.appearance?U.appearance:"standard"}ngOnInit(){const s=this.buttonToggleGroup;this.id=this.id||"mat-button-toggle-"+it++,s&&(s._isPrechecked(this)?this.checked=!0:s._isSelected(this)!==this._checked&&s._syncButtonToggle(this,this._checked))}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){const s=this.buttonToggleGroup;this._focusMonitor.stopMonitoring(this._elementRef),s&&s._isSelected(this)&&s._syncButtonToggle(this,!1,!1,!0)}focus(s){this._buttonElement.nativeElement.focus(s)}_onButtonClick(){const s=!!this.isSingleSelector()||!this._checked;if(s!==this._checked&&(this._checked=s,this.buttonToggleGroup&&(this.buttonToggleGroup._syncButtonToggle(this,this._checked,!0),this.buttonToggleGroup._onTouched())),this.isSingleSelector()){const E=this.buttonToggleGroup._buttonToggles.find(M=>0===M.tabIndex);E&&(E.tabIndex=-1),this.tabIndex=0}this.change.emit(new c(this,this.value))}_markForCheck(){this._changeDetectorRef.markForCheck()}_getButtonName(){return this.isSingleSelector()?this.buttonToggleGroup.name:this.name||null}isSingleSelector(){return this.buttonToggleGroup&&!this.buttonToggleGroup.multiple}static#t=this.\u0275fac=function(E){return new(E||g)(f.rXU(Q,8),f.rXU(f.gRc),f.rXU(f.aKT),f.rXU(t.FN),f.kS0("tabindex"),f.rXU(Y,8))};static#e=this.\u0275cmp=f.VBU({type:g,selectors:[["mat-button-toggle"]],viewQuery:function(E,M){if(1&E&&f.GBs(K,5),2&E){let O;f.mGM(O=f.lsd())&&(M._buttonElement=O.first)}},hostAttrs:["role","presentation",1,"mat-button-toggle"],hostVars:12,hostBindings:function(E,M){1&E&&f.bIt("focus",function(){return M.focus()}),2&E&&(f.BMQ("aria-label",null)("aria-labelledby",null)("id",M.id)("name",null),f.AVh("mat-button-toggle-standalone",!M.buttonToggleGroup)("mat-button-toggle-checked",M.checked)("mat-button-toggle-disabled",M.disabled)("mat-button-toggle-appearance-standard","standard"===M.appearance))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],id:"id",name:"name",value:"value",tabIndex:"tabIndex",disableRipple:[2,"disableRipple","disableRipple",f.L39],appearance:"appearance",checked:[2,"checked","checked",f.L39],disabled:[2,"disabled","disabled",f.L39]},outputs:{change:"change"},exportAs:["matButtonToggle"],standalone:!0,features:[f.GFd,f.aNF],ngContentSelectors:B,decls:8,vars:13,consts:[["button",""],["type","button",1,"mat-button-toggle-button","mat-focus-indicator",3,"click","id","disabled"],[1,"mat-button-toggle-label-content"],["state","checked","aria-hidden","true","appearance","minimal",1,"mat-mdc-option-pseudo-checkbox",3,"disabled"],[1,"mat-button-toggle-focus-overlay"],["matRipple","",1,"mat-button-toggle-ripple",3,"matRippleTrigger","matRippleDisabled"]],template:function(E,M){if(1&E){const O=f.RV6();f.NAR(),f.j41(0,"button",1,0),f.bIt("click",function(){return f.eBV(O),f.Njj(M._onButtonClick())}),f.j41(2,"span",2),f.DNE(3,N,1,1,"mat-pseudo-checkbox",3)(4,L,1,1,"mat-pseudo-checkbox",3),f.SdG(5),f.k0s()(),f.nrm(6,"span",4)(7,"span",5)}if(2&E){const O=f.sdS(1);f.Y8G("id",M.buttonId)("disabled",M.disabled||null),f.BMQ("role",M.isSingleSelector()?"radio":"button")("tabindex",M.disabled?-1:M.tabIndex)("aria-pressed",M.isSingleSelector()?null:M.checked)("aria-checked",M.isSingleSelector()?M.checked:null)("name",M._getButtonName())("aria-label",M.ariaLabel)("aria-labelledby",M.ariaLabelledby),f.R7$(3),f.vxM(M.buttonToggleGroup&&M.checked&&!M.buttonToggleGroup.multiple&&!M.buttonToggleGroup.hideSingleSelectionIndicator?3:-1),f.R7$(),f.vxM(M.buttonToggleGroup&&M.checked&&M.buttonToggleGroup.multiple&&!M.buttonToggleGroup.hideMultipleSelectionIndicator?4:-1),f.R7$(3),f.Y8G("matRippleTrigger",O)("matRippleDisabled",M.disableRipple||M.disabled)}},dependencies:[H.r6,H.wg],styles:[".mat-button-toggle-standalone,.mat-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);transform:translateZ(0);border-radius:var(--mat-legacy-button-toggle-shape)}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.cdk-high-contrast-active .mat-button-toggle-standalone,.cdk-high-contrast-active .mat-button-toggle-group{outline:solid 1px}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border-radius:var(--mat-standard-button-toggle-shape);border:solid 1px var(--mat-standard-button-toggle-divider-color)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,.mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-selected-checkmark-color: var( --mat-standard-button-toggle-selected-state-text-color )}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.cdk-high-contrast-active .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.cdk-high-contrast-active .mat-button-toggle-group-appearance-standard{outline:0}.mat-button-toggle-vertical{flex-direction:column}.mat-button-toggle-vertical .mat-button-toggle-label-content{display:block}.mat-button-toggle{white-space:nowrap;position:relative;color:var(--mat-legacy-button-toggle-text-color);font-family:var(--mat-legacy-button-toggle-label-text-font);font-size:var(--mat-legacy-button-toggle-label-text-size);line-height:var(--mat-legacy-button-toggle-label-text-line-height);font-weight:var(--mat-legacy-button-toggle-label-text-weight);letter-spacing:var(--mat-legacy-button-toggle-label-text-tracking);--mat-minimal-pseudo-checkbox-selected-checkmark-color: var( --mat-legacy-button-toggle-selected-state-text-color )}.mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-legacy-button-toggle-focus-state-layer-opacity)}.mat-button-toggle .mat-icon svg{vertical-align:top}.mat-button-toggle .mat-pseudo-checkbox{margin-right:12px}[dir=rtl] .mat-button-toggle .mat-pseudo-checkbox{margin-right:0;margin-left:12px}.mat-button-toggle-checked{color:var(--mat-legacy-button-toggle-selected-state-text-color);background-color:var(--mat-legacy-button-toggle-selected-state-background-color)}.mat-button-toggle-disabled{color:var(--mat-legacy-button-toggle-disabled-state-text-color);background-color:var(--mat-legacy-button-toggle-disabled-state-background-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var( --mat-legacy-button-toggle-disabled-state-text-color )}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:var(--mat-legacy-button-toggle-disabled-selected-state-background-color)}.mat-button-toggle-appearance-standard{color:var(--mat-standard-button-toggle-text-color);background-color:var(--mat-standard-button-toggle-background-color);font-family:var(--mat-standard-button-toggle-label-text-font);font-size:var(--mat-standard-button-toggle-label-text-size);line-height:var(--mat-standard-button-toggle-label-text-line-height);font-weight:var(--mat-standard-button-toggle-label-text-weight);letter-spacing:var(--mat-standard-button-toggle-label-text-tracking)}.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:solid 1px var(--mat-standard-button-toggle-divider-color)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:solid 1px var(--mat-standard-button-toggle-divider-color)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:none;border-top:solid 1px var(--mat-standard-button-toggle-divider-color)}.mat-button-toggle-appearance-standard.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-selected-state-text-color);background-color:var(--mat-standard-button-toggle-selected-state-background-color)}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled{color:var(--mat-standard-button-toggle-disabled-state-text-color);background-color:var(--mat-standard-button-toggle-disabled-state-background-color)}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var( --mat-standard-button-toggle-disabled-selected-state-text-color )}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-disabled-selected-state-text-color);background-color:var(--mat-standard-button-toggle-disabled-selected-state-background-color)}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:var(--mat-standard-button-toggle-state-layer-color)}.mat-button-toggle-appearance-standard:not(.mat-button-toggle-disabled):hover .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-hover-state-layer-opacity)}.mat-button-toggle-appearance-standard.cdk-keyboard-focused:not(.mat-button-toggle-disabled) .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-focus-state-layer-opacity)}@media(hover: none){.mat-button-toggle-appearance-standard:not(.mat-button-toggle-disabled):hover .mat-button-toggle-focus-overlay{display:none}}.mat-button-toggle-label-content{-webkit-user-select:none;user-select:none;display:inline-block;padding:0 16px;line-height:var(--mat-legacy-button-toggle-height);position:relative}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{padding:0 12px;line-height:var(--mat-standard-button-toggle-height)}.mat-button-toggle-label-content>*{vertical-align:middle}.mat-button-toggle-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;pointer-events:none;opacity:0;background-color:var(--mat-legacy-button-toggle-state-layer-color)}.cdk-high-contrast-active .mat-button-toggle-checked .mat-button-toggle-focus-overlay{border-bottom:solid 500px;opacity:.5;height:0}.cdk-high-contrast-active .mat-button-toggle-checked:hover .mat-button-toggle-focus-overlay{opacity:.6}.cdk-high-contrast-active .mat-button-toggle-checked.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{border-bottom:solid 500px}.mat-button-toggle .mat-button-toggle-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-button-toggle-button{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.mat-button-toggle-disabled .mat-button-toggle-button{cursor:default}.mat-button-toggle-button::-moz-focus-inner{border:0}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{--mat-focus-indicator-border-radius:var(--mat-standard-button-toggle-shape)}.mat-button-toggle-group-appearance-standard .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-standard-button-toggle-shape);border-bottom-right-radius:var(--mat-standard-button-toggle-shape)}.mat-button-toggle-group-appearance-standard .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-left-radius:var(--mat-standard-button-toggle-shape);border-bottom-left-radius:var(--mat-standard-button-toggle-shape)}"],encapsulation:2,changeDetection:0})}return g})(),W=(()=>{class g{static#t=this.\u0275fac=function(E){return new(E||g)};static#e=this.\u0275mod=f.$C({type:g});static#i=this.\u0275inj=f.G2t({imports:[H.yE,H.pZ,v,H.yE]})}return g})()},2765:(Et,lt,b)=>{b.d(lt,{So:()=>Q,g7:()=>C});var t=b(4438),_=b(9417),G=b(6600);const f=["input"],J=["label"],q=["*"],H=new t.nKC("mat-checkbox-default-options",{providedIn:"root",factory:K});function K(){return{color:"accent",clickAction:"check-indeterminate"}}var B=function(v){return v[v.Init=0]="Init",v[v.Checked=1]="Checked",v[v.Unchecked=2]="Unchecked",v[v.Indeterminate=3]="Indeterminate",v}(B||{});const N={provide:_.kq,useExisting:(0,t.Rfq)(()=>Q),multi:!0};class L{}let Y=0;const X=K();let Q=(()=>{class v{focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(g){const A=new L;return A.source=this,A.checked=g,A}_getAnimationTargetElement(){return this._inputElement?.nativeElement}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(g,A,s,E,M,O){this._elementRef=g,this._changeDetectorRef=A,this._ngZone=s,this._animationMode=M,this._options=O,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 t.bkB,this.indeterminateChange=new t.bkB,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=B.Init,this._controlValueAccessorChangeFn=()=>{},this._validatorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||X,this.color=this._options.color||X.color,this.tabIndex=parseInt(E)||0,this.id=this._uniqueId="mat-mdc-checkbox-"+ ++Y}ngOnChanges(g){g.required&&this._validatorChangeFn()}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(g){g!=this.checked&&(this._checked=g,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(g){g!==this.disabled&&(this._disabled=g,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(g){const A=g!=this._indeterminate;this._indeterminate=g,A&&(this._transitionCheckState(this._indeterminate?B.Indeterminate:this.checked?B.Checked:B.Unchecked),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(g){this.checked=!!g}registerOnChange(g){this._controlValueAccessorChangeFn=g}registerOnTouched(g){this._onTouched=g}setDisabledState(g){this.disabled=g}validate(g){return this.required&&!0!==g.value?{required:!0}:null}registerOnValidatorChange(g){this._validatorChangeFn=g}_transitionCheckState(g){let A=this._currentCheckState,s=this._getAnimationTargetElement();if(A!==g&&s&&(this._currentAnimationClass&&s.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(A,g),this._currentCheckState=g,this._currentAnimationClass.length>0)){s.classList.add(this._currentAnimationClass);const E=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{s.classList.remove(E)},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 g=this._options?.clickAction;this.disabled||"noop"===g?!this.disabled&&"noop"===g&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==g&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?B.Checked:B.Unchecked),this._emitChangeEvent())}_onInteractionEvent(g){g.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(g,A){if("NoopAnimations"===this._animationMode)return"";switch(g){case B.Init:if(A===B.Checked)return this._animationClasses.uncheckedToChecked;if(A==B.Indeterminate)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case B.Unchecked:return A===B.Checked?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case B.Checked:return A===B.Unchecked?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case B.Indeterminate:return A===B.Checked?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(g){const A=this._inputElement;A&&(A.nativeElement.indeterminate=g)}_onInputClick(){this._handleInputClick()}_onTouchTargetClick(){this._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(g){g.target&&this._labelElement.nativeElement.contains(g.target)&&g.stopPropagation()}static#t=this.\u0275fac=function(A){return new(A||v)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(t.SKi),t.kS0("tabindex"),t.rXU(t.bc$,8),t.rXU(H,8))};static#e=this.\u0275cmp=t.VBU({type:v,selectors:[["mat-checkbox"]],viewQuery:function(A,s){if(1&A&&(t.GBs(f,5),t.GBs(J,5),t.GBs(G.r6,5)),2&A){let E;t.mGM(E=t.lsd())&&(s._inputElement=E.first),t.mGM(E=t.lsd())&&(s._labelElement=E.first),t.mGM(E=t.lsd())&&(s.ripple=E.first)}},hostAttrs:[1,"mat-mdc-checkbox"],hostVars:14,hostBindings:function(A,s){2&A&&(t.Mr5("id",s.id),t.BMQ("tabindex",null)("aria-label",null)("aria-labelledby",null),t.HbH(s.color?"mat-"+s.color:"mat-accent"),t.AVh("_mat-animation-noopable","NoopAnimations"===s._animationMode)("mdc-checkbox--disabled",s.disabled)("mat-mdc-checkbox-disabled",s.disabled)("mat-mdc-checkbox-checked",s.checked))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],id:"id",required:[2,"required","required",t.L39],labelPosition:"labelPosition",name:"name",value:"value",disableRipple:[2,"disableRipple","disableRipple",t.L39],tabIndex:[2,"tabIndex","tabIndex",g=>null==g?void 0:(0,t.Udg)(g)],color:"color",checked:[2,"checked","checked",t.L39],disabled:[2,"disabled","disabled",t.L39],indeterminate:[2,"indeterminate","indeterminate",t.L39]},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],standalone:!0,features:[t.Jv_([N,{provide:_.cz,useExisting:v,multi:!0}]),t.GFd,t.OA$,t.aNF],ngContentSelectors:q,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(A,s){if(1&A){const E=t.RV6();t.NAR(),t.j41(0,"div",3),t.bIt("click",function(O){return t.eBV(E),t.Njj(s._preventBubblingFromLabel(O))}),t.j41(1,"div",4,0)(3,"div",5),t.bIt("click",function(){return t.eBV(E),t.Njj(s._onTouchTargetClick())}),t.k0s(),t.j41(4,"input",6,1),t.bIt("blur",function(){return t.eBV(E),t.Njj(s._onBlur())})("click",function(){return t.eBV(E),t.Njj(s._onInputClick())})("change",function(O){return t.eBV(E),t.Njj(s._onInteractionEvent(O))}),t.k0s(),t.nrm(6,"div",7),t.j41(7,"div",8),t.qSk(),t.j41(8,"svg",9),t.nrm(9,"path",10),t.k0s(),t.joV(),t.nrm(10,"div",11),t.k0s(),t.nrm(11,"div",12),t.k0s(),t.j41(12,"label",13,2),t.SdG(14),t.k0s()()}if(2&A){const E=t.sdS(2);t.Y8G("labelPosition",s.labelPosition),t.R7$(4),t.AVh("mdc-checkbox--selected",s.checked),t.Y8G("checked",s.checked)("indeterminate",s.indeterminate)("disabled",s.disabled)("id",s.inputId)("required",s.required)("tabIndex",s.disabled?-1:s.tabIndex),t.BMQ("aria-label",s.ariaLabel||null)("aria-labelledby",s.ariaLabelledby)("aria-describedby",s.ariaDescribedby)("aria-checked",s.indeterminate?"mixed":null)("name",s.name)("value",s.value),t.R7$(7),t.Y8G("matRippleTrigger",E)("matRippleDisabled",s.disableRipple||s.disabled)("matRippleCentered",!0),t.R7$(),t.Y8G("for",s.inputId)}},dependencies:[G.r6,G.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 v})(),C=(()=>{class v{static#t=this.\u0275fac=function(A){return new(A||v)};static#e=this.\u0275mod=t.$C({type:v});static#i=this.\u0275inj=t.G2t({imports:[Q,G.yE,G.yE]})}return v})()},3719:(Et,lt,b)=>{b.d(lt,{JW:()=>R,MV:()=>T,RG:()=>Wt,TL:()=>u,nJ:()=>ut,qT:()=>ft,rl:()=>Xt,xb:()=>Zt,yw:()=>ht});var t=b(4438),_=b(8203),G=b(6860),f=b(4337),J=b(5286),q=b(4670),H=b(7605),K=b(8170),B=b(4085),N=b(9969),L=b(177),Y=b(2318),X=b(6600);const Q=["notch"],I=["matFormFieldNotchedOutline",""],it=["*"],c=["textField"],C=["iconPrefixContainer"],v=["textPrefixContainer"],W=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],g=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function A(p,tt){1&p&&t.nrm(0,"span",19)}function s(p,tt){if(1&p&&(t.j41(0,"label",18),t.SdG(1,1),t.DNE(2,A,1,0,"span",19),t.k0s()),2&p){const m=t.XpG(2);t.Y8G("floating",m._shouldLabelFloat())("monitorResize",m._hasOutline())("id",m._labelId),t.BMQ("for",m._control.disableAutomaticLabeling?null:m._control.id),t.R7$(2),t.vxM(!m.hideRequiredMarker&&m._control.required?2:-1)}}function E(p,tt){if(1&p&&t.DNE(0,s,3,5,"label",18),2&p){const m=t.XpG();t.vxM(m._hasFloatingLabel()?0:-1)}}function M(p,tt){1&p&&t.nrm(0,"div",5)}function O(p,tt){}function $(p,tt){if(1&p&&t.DNE(0,O,0,0,"ng-template",11),2&p){t.XpG(2);const m=t.sdS(1);t.Y8G("ngTemplateOutlet",m)}}function U(p,tt){if(1&p&&(t.j41(0,"div",7),t.DNE(1,$,1,1,null,11),t.k0s()),2&p){const m=t.XpG();t.Y8G("matFormFieldNotchedOutlineOpen",m._shouldLabelFloat()),t.R7$(),t.vxM(m._forceDisplayInfixLabel()?-1:1)}}function nt(p,tt){1&p&&(t.j41(0,"div",8,2),t.SdG(2,2),t.k0s())}function dt(p,tt){1&p&&(t.j41(0,"div",9,3),t.SdG(2,3),t.k0s())}function bt(p,tt){}function pt(p,tt){if(1&p&&t.DNE(0,bt,0,0,"ng-template",11),2&p){t.XpG();const m=t.sdS(1);t.Y8G("ngTemplateOutlet",m)}}function _t(p,tt){1&p&&(t.j41(0,"div",12),t.SdG(1,4),t.k0s())}function gt(p,tt){1&p&&(t.j41(0,"div",13),t.SdG(1,5),t.k0s())}function Mt(p,tt){1&p&&t.nrm(0,"div",14)}function Tt(p,tt){if(1&p&&(t.j41(0,"div",16),t.SdG(1,6),t.k0s()),2&p){const m=t.XpG();t.Y8G("@transitionMessages",m._subscriptAnimationState)}}function Ft(p,tt){if(1&p&&(t.j41(0,"mat-hint",20),t.EFF(1),t.k0s()),2&p){const m=t.XpG(2);t.Y8G("id",m._hintLabelId),t.R7$(),t.JRh(m.hintLabel)}}function xt(p,tt){if(1&p&&(t.j41(0,"div",17),t.DNE(1,Ft,2,2,"mat-hint",20),t.SdG(2,7),t.nrm(3,"div",21),t.SdG(4,8),t.k0s()),2&p){const m=t.XpG();t.Y8G("@transitionMessages",m._subscriptAnimationState),t.R7$(),t.vxM(m.hintLabel?1:-1)}}let ut=(()=>{class p{static#t=this.\u0275fac=function(F){return new(F||p)};static#e=this.\u0275dir=t.FsC({type:p,selectors:[["mat-label"]],standalone:!0})}return p})(),vt=0;const kt=new t.nKC("MatError");let u=(()=>{class p{constructor(m,F){this.id="mat-mdc-error-"+vt++,m||F.nativeElement.setAttribute("aria-live","polite")}static#t=this.\u0275fac=function(F){return new(F||p)(t.kS0("aria-live"),t.rXU(t.aKT))};static#e=this.\u0275dir=t.FsC({type:p,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(F,y){2&F&&t.Mr5("id",y.id)},inputs:{id:"id"},standalone:!0,features:[t.Jv_([{provide:kt,useExisting:p}])]})}return p})(),et=0,T=(()=>{class p{constructor(){this.align="start",this.id="mat-mdc-hint-"+et++}static#t=this.\u0275fac=function(F){return new(F||p)};static#e=this.\u0275dir=t.FsC({type:p,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(F,y){2&F&&(t.Mr5("id",y.id),t.BMQ("align",null),t.AVh("mat-mdc-form-field-hint-end","end"===y.align))},inputs:{align:"align",id:"id"},standalone:!0})}return p})();const k=new t.nKC("MatPrefix");let R=(()=>{class p{constructor(){this._isText=!1}set _isTextSelector(m){this._isText=!0}static#t=this.\u0275fac=function(F){return new(F||p)};static#e=this.\u0275dir=t.FsC({type:p,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],inputs:{_isTextSelector:[0,"matTextPrefix","_isTextSelector"]},standalone:!0,features:[t.Jv_([{provide:k,useExisting:p}])]})}return p})();const at=new t.nKC("MatSuffix");let ht=(()=>{class p{constructor(){this._isText=!1}set _isTextSelector(m){this._isText=!0}static#t=this.\u0275fac=function(F){return new(F||p)};static#e=this.\u0275dir=t.FsC({type:p,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},standalone:!0,features:[t.Jv_([{provide:at,useExisting:p}])]})}return p})();const Z=new t.nKC("FloatingLabelParent");let ct=(()=>{class p{get floating(){return this._floating}set floating(m){this._floating=m,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(m){this._monitorResize=m,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(m){this._elementRef=m,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,t.WQX)(K.a),this._ngZone=(0,t.WQX)(t.SKi),this._parent=(0,t.WQX)(Z),this._resizeSubscription=new f.y}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function Rt(p){if(null!==p.offsetParent)return p.scrollWidth;const m=p.cloneNode(!0);m.style.setProperty("position","absolute"),m.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(m);const F=m.scrollWidth;return m.remove(),F}(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#t=this.\u0275fac=function(F){return new(F||p)(t.rXU(t.aKT))};static#e=this.\u0275dir=t.FsC({type:p,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(F,y){2&F&&t.AVh("mdc-floating-label--float-above",y.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"},standalone:!0})}return p})();const St="mdc-line-ripple--active",Dt="mdc-line-ripple--deactivating";let wt=(()=>{class p{constructor(m,F){this._elementRef=m,this._handleTransitionEnd=y=>{const V=this._elementRef.nativeElement.classList,j=V.contains(Dt);"opacity"===y.propertyName&&j&&V.remove(St,Dt)},F.runOutsideAngular(()=>{m.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const m=this._elementRef.nativeElement.classList;m.remove(Dt),m.add(St)}deactivate(){this._elementRef.nativeElement.classList.add(Dt)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static#t=this.\u0275fac=function(F){return new(F||p)(t.rXU(t.aKT),t.rXU(t.SKi))};static#e=this.\u0275dir=t.FsC({type:p,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"],standalone:!0})}return p})(),At=(()=>{class p{constructor(m,F){this._elementRef=m,this._ngZone=F,this.open=!1}ngAfterViewInit(){const m=this._elementRef.nativeElement.querySelector(".mdc-floating-label");m?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(m.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>m.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(m){this._notch.nativeElement.style.width=this.open&&m?`calc(${m}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static#t=this.\u0275fac=function(F){return new(F||p)(t.rXU(t.aKT),t.rXU(t.SKi))};static#e=this.\u0275cmp=t.VBU({type:p,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(F,y){if(1&F&&t.GBs(Q,5),2&F){let V;t.mGM(V=t.lsd())&&(y._notch=V.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(F,y){2&F&&t.AVh("mdc-notched-outline--notched",y.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},standalone:!0,features:[t.aNF],attrs:I,ngContentSelectors:it,decls:5,vars:0,consts:[["notch",""],[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(F,y){1&F&&(t.NAR(),t.nrm(0,"div",1),t.j41(1,"div",2,0),t.SdG(3),t.k0s(),t.nrm(4,"div",3))},encapsulation:2,changeDetection:0})}return p})();const yt={transitionMessages:(0,N.hZ)("transitionMessages",[(0,N.wk)("enter",(0,N.iF)({opacity:1,transform:"translateY(0%)"})),(0,N.kY)("void => enter",[(0,N.iF)({opacity:0,transform:"translateY(-5px)"}),(0,N.i0)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let ft=(()=>{class p{static#t=this.\u0275fac=function(F){return new(F||p)};static#e=this.\u0275dir=t.FsC({type:p})}return p})();const Zt=new t.nKC("MatFormField"),Pt=new t.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let Lt=0,Xt=(()=>{class p{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(m){this._hideRequiredMarker=(0,B.he)(m)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(m){m!==this._floatLabel&&(this._floatLabel=m,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(m){const F=this._appearance;this._appearance=m||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==F&&(this._needsOutlineLabelOffsetUpdate=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(m){this._subscriptSizing=m||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(m){this._hintLabel=m,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(m){this._explicitFormFieldControl=m}constructor(m,F,y,V,j,ot,mt,Gt){this._elementRef=m,this._changeDetectorRef=F,this._dir=V,this._platform=j,this._defaults=ot,this._animationMode=mt,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-"+Lt++,this._hintLabelId="mat-mdc-hint-"+Lt++,this._subscriptAnimationState="",this._destroyed=new J.B7,this._isFocused=null,this._needsOutlineLabelOffsetUpdate=!1,this._injector=(0,t.WQX)(t.zZn),ot&&(ot.appearance&&(this.appearance=ot.appearance),this._hideRequiredMarker=!!ot?.hideRequiredMarker,ot.color&&(this.color=ot.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 m=this._control;m.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${m.controlType}`),m.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),m.ngControl&&m.ngControl.valueChanges&&m.ngControl.valueChanges.pipe((0,H.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(m=>!m._isText),this._hasTextPrefix=!!this._prefixChildren.find(m=>m._isText),this._hasIconSuffix=!!this._suffixChildren.find(m=>!m._isText),this._hasTextSuffix=!!this._suffixChildren.find(m=>m._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,q.h)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0),(0,t.Tzd)(()=>{this._needsOutlineLabelOffsetUpdate&&(this._needsOutlineLabelOffsetUpdate=!1,this._updateOutlineLabelOffset())},{injector:this._injector}),this._dir.change.pipe((0,H.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(m){const F=this._control?this._control.ngControl:null;return F&&F[m]}_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 m=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&m.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const F=this._hintChildren?this._hintChildren.find(V=>"start"===V.align):null,y=this._hintChildren?this._hintChildren.find(V=>"end"===V.align):null;F?m.push(F.id):this._hintLabel&&m.push(this._hintLabelId),y&&m.push(y.id)}else this._errorChildren&&m.push(...this._errorChildren.map(F=>F.id));this._control.setDescribedByIds(m)}}_updateOutlineLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return;const m=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(m.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdate=!0);const F=this._iconPrefixContainer?.nativeElement,y=this._textPrefixContainer?.nativeElement,V=F?.getBoundingClientRect().width??0,j=y?.getBoundingClientRect().width??0;m.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${V+j}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const m=this._elementRef.nativeElement;if(m.getRootNode){const F=m.getRootNode();return F&&F!==m}return document.documentElement.contains(m)}static#t=this.\u0275fac=function(F){return new(F||p)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(t.SKi),t.rXU(_.dS),t.rXU(G.OD),t.rXU(Pt,8),t.rXU(t.bc$,8),t.rXU(L.qQ))};static#e=this.\u0275cmp=t.VBU({type:p,selectors:[["mat-form-field"]],contentQueries:function(F,y,V){if(1&F&&(t.wni(V,ut,5),t.wni(V,ut,7),t.wni(V,ft,5),t.wni(V,k,5),t.wni(V,at,5),t.wni(V,kt,5),t.wni(V,T,5)),2&F){let j;t.mGM(j=t.lsd())&&(y._labelChildNonStatic=j.first),t.mGM(j=t.lsd())&&(y._labelChildStatic=j.first),t.mGM(j=t.lsd())&&(y._formFieldControl=j.first),t.mGM(j=t.lsd())&&(y._prefixChildren=j),t.mGM(j=t.lsd())&&(y._suffixChildren=j),t.mGM(j=t.lsd())&&(y._errorChildren=j),t.mGM(j=t.lsd())&&(y._hintChildren=j)}},viewQuery:function(F,y){if(1&F&&(t.GBs(c,5),t.GBs(C,5),t.GBs(v,5),t.GBs(ct,5),t.GBs(At,5),t.GBs(wt,5)),2&F){let V;t.mGM(V=t.lsd())&&(y._textField=V.first),t.mGM(V=t.lsd())&&(y._iconPrefixContainer=V.first),t.mGM(V=t.lsd())&&(y._textPrefixContainer=V.first),t.mGM(V=t.lsd())&&(y._floatingLabel=V.first),t.mGM(V=t.lsd())&&(y._notchedOutline=V.first),t.mGM(V=t.lsd())&&(y._lineRipple=V.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(F,y){2&F&&t.AVh("mat-mdc-form-field-label-always-float",y._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",y._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",y._hasIconSuffix)("mat-form-field-invalid",y._control.errorState)("mat-form-field-disabled",y._control.disabled)("mat-form-field-autofilled",y._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===y._animationMode)("mat-form-field-appearance-fill","fill"==y.appearance)("mat-form-field-appearance-outline","outline"==y.appearance)("mat-form-field-hide-placeholder",y._hasFloatingLabel()&&!y._shouldLabelFloat())("mat-focused",y._control.focused)("mat-primary","accent"!==y.color&&"warn"!==y.color)("mat-accent","accent"===y.color)("mat-warn","warn"===y.color)("ng-untouched",y._shouldForward("untouched"))("ng-touched",y._shouldForward("touched"))("ng-pristine",y._shouldForward("pristine"))("ng-dirty",y._shouldForward("dirty"))("ng-valid",y._shouldForward("valid"))("ng-invalid",y._shouldForward("invalid"))("ng-pending",y._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],standalone:!0,features:[t.Jv_([{provide:Zt,useExisting:p},{provide:Z,useExisting:p}]),t.aNF],ngContentSelectors:g,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(F,y){if(1&F){const V=t.RV6();t.NAR(W),t.DNE(0,E,1,1,"ng-template",null,0,t.C5r),t.j41(2,"div",4,1),t.bIt("click",function(ot){return t.eBV(V),t.Njj(y._control.onContainerClick(ot))}),t.DNE(4,M,1,0,"div",5),t.j41(5,"div",6),t.DNE(6,U,2,2,"div",7)(7,nt,3,0,"div",8)(8,dt,3,0,"div",9),t.j41(9,"div",10),t.DNE(10,pt,1,1,null,11),t.SdG(11),t.k0s(),t.DNE(12,_t,2,0,"div",12)(13,gt,2,0,"div",13),t.k0s(),t.DNE(14,Mt,1,0,"div",14),t.k0s(),t.j41(15,"div",15),t.DNE(16,Tt,2,1,"div",16)(17,xt,5,2,"div",17),t.k0s()}if(2&F){let V;t.R7$(2),t.AVh("mdc-text-field--filled",!y._hasOutline())("mdc-text-field--outlined",y._hasOutline())("mdc-text-field--no-label",!y._hasFloatingLabel())("mdc-text-field--disabled",y._control.disabled)("mdc-text-field--invalid",y._control.errorState),t.R7$(2),t.vxM(y._hasOutline()||y._control.disabled?-1:4),t.R7$(2),t.vxM(y._hasOutline()?6:-1),t.R7$(),t.vxM(y._hasIconPrefix?7:-1),t.R7$(),t.vxM(y._hasTextPrefix?8:-1),t.R7$(2),t.vxM(!y._hasOutline()||y._forceDisplayInfixLabel()?10:-1),t.R7$(2),t.vxM(y._hasTextSuffix?12:-1),t.R7$(),t.vxM(y._hasIconSuffix?13:-1),t.R7$(),t.vxM(y._hasOutline()?-1:14),t.R7$(),t.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===y.subscriptSizing),t.R7$(),t.vxM("error"===(V=y._getDisplayedMessages())?16:"hint"===V?17:-1)}},dependencies:[ct,At,L.T3,wt,T],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:[yt.transitionMessages]},changeDetection:0})}return p})(),Wt=(()=>{class p{static#t=this.\u0275fac=function(F){return new(F||p)};static#e=this.\u0275mod=t.$C({type:p});static#i=this.\u0275inj=t.G2t({imports:[X.yE,L.MD,Y.w5,X.yE]})}return p})()},9042:(Et,lt,b)=>{b.d(lt,{Oh:()=>N,fS:()=>Q,fg:()=>X});var t=b(4085),_=b(6860),G=b(7403),f=b(4438),J=b(9417),q=b(6600),H=b(3719),K=b(5286);const N=new f.nKC("MAT_INPUT_VALUE_ACCESSOR"),L=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let Y=0,X=(()=>{class I{get disabled(){return this._disabled}set disabled(c){this._disabled=(0,t.he)(c),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(c){this._id=c||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(J.k0.required)??!1}set required(c){this._required=(0,t.he)(c)}get type(){return this._type}set type(c){this._type=c||"text",this._validateType(),!this._isTextarea&&(0,_.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(c){this._errorStateTracker.matcher=c}get value(){return this._inputValueAccessor.value}set value(c){c!==this.value&&(this._inputValueAccessor.value=c,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(c){this._readonly=(0,t.he)(c)}get errorState(){return this._errorStateTracker.errorState}set errorState(c){this._errorStateTracker.errorState=c}constructor(c,C,v,W,g,A,s,E,M,O){this._elementRef=c,this._platform=C,this.ngControl=v,this._autofillMonitor=E,this._formField=O,this._uid="mat-input-"+Y++,this.focused=!1,this.stateChanges=new K.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(nt=>(0,_.MU)().has(nt)),this._iOSKeyupListener=nt=>{const dt=nt.target;!dt.value&&0===dt.selectionStart&&0===dt.selectionEnd&&(dt.setSelectionRange(1,1),dt.setSelectionRange(0,0))};const $=this._elementRef.nativeElement,U=$.nodeName.toLowerCase();this._inputValueAccessor=s||$,this._previousNativeValue=this.value,this.id=this.id,C.IOS&&M.runOutsideAngular(()=>{c.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._errorStateTracker=new q.X0(A,v,g,W,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===U,this._isTextarea="textarea"===U,this._isInFormField=!!O,this._isNativeSelect&&(this.controlType=$.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(c=>{this.autofilled=c.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(c){this._elementRef.nativeElement.focus(c)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(c){c!==this.focused&&(this.focused=c,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const c=this._elementRef.nativeElement.value;this._previousNativeValue!==c&&(this._previousNativeValue=c,this.stateChanges.next())}_dirtyCheckPlaceholder(){const c=this._getPlaceholder();if(c!==this._previousPlaceholder){const C=this._elementRef.nativeElement;this._previousPlaceholder=c,c?C.setAttribute("placeholder",c):C.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){L.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let c=this._elementRef.nativeElement.validity;return c&&c.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const c=this._elementRef.nativeElement,C=c.options[0];return this.focused||c.multiple||!this.empty||!!(c.selectedIndex>-1&&C&&C.label)}return this.focused||!this.empty}setDescribedByIds(c){c.length?this._elementRef.nativeElement.setAttribute("aria-describedby",c.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const c=this._elementRef.nativeElement;return this._isNativeSelect&&(c.multiple||c.size>1)}static#t=this.\u0275fac=function(C){return new(C||I)(f.rXU(f.aKT),f.rXU(_.OD),f.rXU(J.vO,10),f.rXU(J.cV,8),f.rXU(J.j4,8),f.rXU(q.es),f.rXU(N,10),f.rXU(G.P8),f.rXU(f.SKi),f.rXU(H.xb,8))};static#e=this.\u0275dir=f.FsC({type:I,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(C,v){1&C&&f.bIt("focus",function(){return v._focusChanged(!0)})("blur",function(){return v._focusChanged(!1)})("input",function(){return v._onInput()}),2&C&&(f.Mr5("id",v.id)("disabled",v.disabled)("required",v.required),f.BMQ("name",v.name||null)("readonly",v.readonly&&!v._isNativeSelect||null)("aria-invalid",v.empty&&v.required?null:v.errorState)("aria-required",v.required)("id",v.id),f.AVh("mat-input-server",v._isServer)("mat-mdc-form-field-textarea-control",v._isInFormField&&v._isTextarea)("mat-mdc-form-field-input-control",v._isInFormField)("mdc-text-field__input",v._isInFormField)("mat-mdc-native-select-inline",v._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],standalone:!0,features:[f.Jv_([{provide:H.qT,useExisting:I}]),f.OA$]})}return I})(),Q=(()=>{class I{static#t=this.\u0275fac=function(C){return new(C||I)};static#e=this.\u0275mod=f.$C({type:I});static#i=this.\u0275inj=f.G2t({imports:[q.yE,H.RG,H.RG,G.EE,q.yE]})}return I})()},6850:(Et,lt,b)=>{b.d(lt,{$L:()=>ct,Bu:()=>ot,ES:()=>Dt,Ql:()=>mt,RI:()=>Vt,T8:()=>y,hQ:()=>Gt,mq:()=>At});var t=b(4438),_=b(6600),G=b(6939),f=b(5286),J=b(3586),q=b(4421),H=b(4670),K=b(1235),B=b(5817),N=b(6651),L=b(4337),Y=b(9928),X=b(5478),Q=b(6860),I=b(8203),it=b(8617),c=b(7336),C=b(8170),v=b(7605),W=b(3020),g=b(3176),A=b(9090),s=b(7753),E=b(8728),M=b(522),O=b(2318),$=b(177),U=b(9969);const nt=["*"];function dt(x,z){1&x&&t.SdG(0)}const bt=["tabListContainer"],pt=["tabList"],_t=["tabListInner"],gt=["nextPaginator"],Mt=["previousPaginator"],Tt=x=>({animationDuration:x}),Ft=(x,z)=>({value:x,params:z});function xt(x,z){}const ut=["tabBodyWrapper"],vt=["tabHeader"];function kt(x,z){}function u(x,z){if(1&x&&t.DNE(0,kt,0,0,"ng-template",12),2&x){const o=t.XpG().$implicit;t.Y8G("cdkPortalOutlet",o.templateLabel)}}function et(x,z){if(1&x&&t.EFF(0),2&x){const o=t.XpG().$implicit;t.JRh(o.textLabel)}}function T(x,z){if(1&x){const o=t.RV6();t.j41(0,"div",7,2),t.bIt("click",function(){const d=t.eBV(o),h=d.$implicit,w=d.$index,P=t.XpG(),rt=t.sdS(1);return t.Njj(P._handleClick(h,rt,w))})("cdkFocusChange",function(d){const h=t.eBV(o).$index,w=t.XpG();return t.Njj(w._tabFocusChanged(d,h))}),t.nrm(2,"span",8)(3,"div",9),t.j41(4,"span",10)(5,"span",11),t.DNE(6,u,1,1,null,12)(7,et,1,1),t.k0s()()()}if(2&x){const o=z.$implicit,r=z.$index,d=t.sdS(1),h=t.XpG();t.HbH(o.labelClass),t.AVh("mdc-tab--active",h.selectedIndex===r),t.Y8G("id",h._getTabLabelId(r))("disabled",o.disabled)("fitInkBarToContent",h.fitInkBarToContent),t.BMQ("tabIndex",h._getTabIndex(r))("aria-posinset",r+1)("aria-setsize",h._tabs.length)("aria-controls",h._getTabContentId(r))("aria-selected",h.selectedIndex===r)("aria-label",o.ariaLabel||null)("aria-labelledby",!o.ariaLabel&&o.ariaLabelledby?o.ariaLabelledby:null),t.R7$(3),t.Y8G("matRippleTrigger",d)("matRippleDisabled",o.disabled||h.disableRipple),t.R7$(3),t.vxM(o.templateLabel?6:7)}}function k(x,z){1&x&&t.SdG(0)}function R(x,z){if(1&x){const o=t.RV6();t.j41(0,"mat-tab-body",13),t.bIt("_onCentered",function(){t.eBV(o);const d=t.XpG();return t.Njj(d._removeTabBodyWrapperHeight())})("_onCentering",function(d){t.eBV(o);const h=t.XpG();return t.Njj(h._setTabBodyWrapperHeight(d))}),t.k0s()}if(2&x){const o=z.$implicit,r=z.$index,d=t.XpG();t.HbH(o.bodyClass),t.AVh("mat-mdc-tab-body-active",d.selectedIndex===r),t.Y8G("id",d._getTabContentId(r))("content",o.content)("position",o.position)("origin",o.origin)("animationDuration",d.animationDuration)("preserveContent",d.preserveContent),t.BMQ("tabindex",null!=d.contentTabIndex&&d.selectedIndex===r?d.contentTabIndex:null)("aria-labelledby",d._getTabLabelId(r))("aria-hidden",d.selectedIndex!==r)}}const at=["mat-tab-nav-bar",""],ht=["mat-tab-link",""],Z=new t.nKC("MatTabContent");let ct=(()=>{class x{constructor(o){this.template=o}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.C4Q))};static#e=this.\u0275dir=t.FsC({type:x,selectors:[["","matTabContent",""]],standalone:!0,features:[t.Jv_([{provide:Z,useExisting:x}])]})}return x})();const Rt=new t.nKC("MatTabLabel"),St=new t.nKC("MAT_TAB");let Dt=(()=>{class x extends G.bV{constructor(o,r,d){super(o,r),this._closestTab=d}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.C4Q),t.rXU(t.c1b),t.rXU(St,8))};static#e=this.\u0275dir=t.FsC({type:x,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],standalone:!0,features:[t.Jv_([{provide:Rt,useExisting:x}]),t.Vt3]})}return x})();const wt=new t.nKC("MAT_TAB_GROUP");let At=(()=>{class x{get templateLabel(){return this._templateLabel}set templateLabel(o){this._setTemplateLabelInput(o)}get content(){return this._contentPortal}constructor(o,r){this._viewContainerRef=o,this._closestTabGroup=r,this.disabled=!1,this._explicitContent=void 0,this.textLabel="",this._contentPortal=null,this._stateChanges=new f.B7,this.position=null,this.origin=null,this.isActive=!1}ngOnChanges(o){(o.hasOwnProperty("textLabel")||o.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new G.VA(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(o){o&&o._closestTab===this&&(this._templateLabel=o)}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.c1b),t.rXU(wt,8))};static#e=this.\u0275cmp=t.VBU({type:x,selectors:[["mat-tab"]],contentQueries:function(r,d,h){if(1&r&&(t.wni(h,Dt,5),t.wni(h,ct,7,t.C4Q)),2&r){let w;t.mGM(w=t.lsd())&&(d.templateLabel=w.first),t.mGM(w=t.lsd())&&(d._explicitContent=w.first)}},viewQuery:function(r,d){if(1&r&&t.GBs(t.C4Q,7),2&r){let h;t.mGM(h=t.lsd())&&(d._implicitContent=h.first)}},hostAttrs:["hidden",""],inputs:{disabled:[2,"disabled","disabled",t.L39],textLabel:[0,"label","textLabel"],ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass"},exportAs:["matTab"],standalone:!0,features:[t.Jv_([{provide:St,useExisting:x}]),t.GFd,t.OA$,t.aNF],ngContentSelectors:nt,decls:1,vars:0,template:function(r,d){1&r&&(t.NAR(),t.DNE(0,dt,1,0,"ng-template"))},encapsulation:2})}return x})();const yt="mdc-tab-indicator--active",ft="mdc-tab-indicator--no-transition";class zt{constructor(z){this._items=z}hide(){this._items.forEach(z=>z.deactivateInkBar())}alignToElement(z){const o=this._items.find(d=>d.elementRef.nativeElement===z),r=this._currentItem;if(o!==r&&(r?.deactivateInkBar(),o)){const d=r?.elementRef.nativeElement.getBoundingClientRect?.();o.activateInkBar(d),this._currentItem=o}}}let It=(()=>{class x{constructor(){this._elementRef=(0,t.WQX)(t.aKT),this._fitToContent=!1}get fitInkBarToContent(){return this._fitToContent}set fitInkBarToContent(o){this._fitToContent!==o&&(this._fitToContent=o,this._inkBarElement&&this._appendInkBarElement())}activateInkBar(o){const r=this._elementRef.nativeElement;if(!o||!r.getBoundingClientRect||!this._inkBarContentElement)return void r.classList.add(yt);const d=r.getBoundingClientRect(),h=o.width/d.width,w=o.left-d.left;r.classList.add(ft),this._inkBarContentElement.style.setProperty("transform",`translateX(${w}px) scaleX(${h})`),r.getBoundingClientRect(),r.classList.remove(ft),r.classList.add(yt),this._inkBarContentElement.style.setProperty("transform","")}deactivateInkBar(){this._elementRef.nativeElement.classList.remove(yt)}ngOnInit(){this._createInkBarElement()}ngOnDestroy(){this._inkBarElement?.remove(),this._inkBarElement=this._inkBarContentElement=null}_createInkBarElement(){const o=this._elementRef.nativeElement.ownerDocument||document,r=this._inkBarElement=o.createElement("span"),d=this._inkBarContentElement=o.createElement("span");r.className="mdc-tab-indicator",d.className="mdc-tab-indicator__content mdc-tab-indicator__content--underline",r.appendChild(this._inkBarContentElement),this._appendInkBarElement()}_appendInkBarElement(){(this._fitToContent?this._elementRef.nativeElement.querySelector(".mdc-tab__content"):this._elementRef.nativeElement).appendChild(this._inkBarElement)}static#t=this.\u0275fac=function(r){return new(r||x)};static#e=this.\u0275dir=t.FsC({type:x,inputs:{fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",t.L39]},features:[t.GFd]})}return x})(),Pt=(()=>{class x extends It{constructor(o){super(),this.elementRef=o,this.disabled=!1}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.aKT))};static#e=this.\u0275dir=t.FsC({type:x,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(r,d){2&r&&(t.BMQ("aria-disabled",!!d.disabled),t.AVh("mat-mdc-tab-disabled",d.disabled))},inputs:{disabled:[2,"disabled","disabled",t.L39]},standalone:!0,features:[t.GFd,t.Vt3]})}return x})();const Lt=(0,Q.BQ)({passive:!0});let Nt=(()=>{class x{get selectedIndex(){return this._selectedIndex}set selectedIndex(o){const r=isNaN(o)?0:o;this._selectedIndex!=r&&(this._selectedIndexChanged=!0,this._selectedIndex=r,this._keyManager&&this._keyManager.updateActiveItem(r))}constructor(o,r,d,h,w,P,rt){this._elementRef=o,this._changeDetectorRef=r,this._viewportRuler=d,this._dir=h,this._ngZone=w,this._platform=P,this._animationMode=rt,this._scrollDistance=0,this._selectedIndexChanged=!1,this._destroyed=new f.B7,this._showPaginationControls=!1,this._disableScrollAfter=!0,this._disableScrollBefore=!0,this._stopScrolling=new f.B7,this.disablePagination=!1,this._selectedIndex=0,this.selectFocusedIndex=new t.bkB,this.indexFocused=new t.bkB,this._sharedResizeObserver=(0,t.WQX)(C.a),this._injector=(0,t.WQX)(t.zZn),w.runOutsideAngular(()=>{(0,J.R)(o.nativeElement,"mouseleave").pipe((0,v.Q)(this._destroyed)).subscribe(()=>{this._stopInterval()})})}ngAfterViewInit(){(0,J.R)(this._previousPaginator.nativeElement,"touchstart",Lt).pipe((0,v.Q)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("before")}),(0,J.R)(this._nextPaginator.nativeElement,"touchstart",Lt).pipe((0,v.Q)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("after")})}ngAfterContentInit(){const o=this._dir?this._dir.change:(0,q.of)("ltr"),r=this._sharedResizeObserver.observe(this._elementRef.nativeElement).pipe((0,W.B)(32),(0,v.Q)(this._destroyed)),d=this._viewportRuler.change(150).pipe((0,v.Q)(this._destroyed)),h=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new it.Bu(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap().skipPredicate(()=>!1),this._keyManager.updateActiveItem(this._selectedIndex),(0,t.mal)(h,{injector:this._injector}),(0,H.h)(o,d,r,this._items.changes,this._itemsResized()).pipe((0,v.Q)(this._destroyed)).subscribe(()=>{this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),h()})}),this._keyManager.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.subscribe(w=>{this.indexFocused.emit(w),this._setTabFocus(w)})}_itemsResized(){return"function"!=typeof ResizeObserver?K.w:this._items.changes.pipe((0,g.Z)(this._items),(0,A.n)(o=>new B.c(r=>this._ngZone.runOutsideAngular(()=>{const d=new ResizeObserver(h=>r.next(h));return o.forEach(h=>d.observe(h.elementRef.nativeElement)),()=>{d.disconnect()}}))),(0,s.i)(1),(0,E.p)(o=>o.some(r=>r.contentRect.width>0&&r.contentRect.height>0)))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){this._keyManager?.destroy(),this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(o){if(!(0,c.rp)(o))switch(o.keyCode){case c.Fm:case c.t6:if(this.focusIndex!==this.selectedIndex){const r=this._items.get(this.focusIndex);r&&!r.disabled&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(o))}break;default:this._keyManager.onKeydown(o)}}_onContentChanges(){const o=this._elementRef.nativeElement.textContent;o!==this._currentTextContent&&(this._currentTextContent=o||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(o){!this._isValidIndex(o)||this.focusIndex===o||!this._keyManager||this._keyManager.setActiveItem(o)}_isValidIndex(o){return!this._items||!!this._items.toArray()[o]}_setTabFocus(o){if(this._showPaginationControls&&this._scrollToLabel(o),this._items&&this._items.length){this._items.toArray()[o].focus();const r=this._tabListContainer.nativeElement;r.scrollLeft="ltr"==this._getLayoutDirection()?0:r.scrollWidth-r.offsetWidth}}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;const o=this.scrollDistance,r="ltr"===this._getLayoutDirection()?-o:o;this._tabList.nativeElement.style.transform=`translateX(${Math.round(r)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(o){this._scrollTo(o)}_scrollHeader(o){return this._scrollTo(this._scrollDistance+("before"==o?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)}_handlePaginatorClick(o){this._stopInterval(),this._scrollHeader(o)}_scrollToLabel(o){if(this.disablePagination)return;const r=this._items?this._items.toArray()[o]:null;if(!r)return;const d=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:h,offsetWidth:w}=r.elementRef.nativeElement;let P,rt;"ltr"==this._getLayoutDirection()?(P=h,rt=P+w):(rt=this._tabListInner.nativeElement.offsetWidth-h,P=rt-w);const st=this.scrollDistance,$t=this.scrollDistance+d;P<st?this.scrollDistance-=st-P:rt>$t&&(this.scrollDistance+=Math.min(rt-$t,P-st))}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{const o=this._tabListInner.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;o||(this.scrollDistance=0),o!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=o}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){return this._tabListInner.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0}_alignInkBarToSelectedTab(){const o=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,r=o?o.elementRef.nativeElement:null;r?this._inkBar.alignToElement(r):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(o,r){r&&null!=r.button&&0!==r.button||(this._stopInterval(),(0,N.O)(650,100).pipe((0,v.Q)((0,H.h)(this._stopScrolling,this._destroyed))).subscribe(()=>{const{maxScrollDistance:d,distance:h}=this._scrollHeader(o);(0===h||h>=d)&&this._stopInterval()}))}_scrollTo(o){if(this.disablePagination)return{maxScrollDistance:0,distance:0};const r=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(r,o)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:r,distance:this._scrollDistance}}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(X.Xj),t.rXU(I.dS,8),t.rXU(t.SKi),t.rXU(Q.OD),t.rXU(t.bc$,8))};static#e=this.\u0275dir=t.FsC({type:x,inputs:{disablePagination:[2,"disablePagination","disablePagination",t.L39],selectedIndex:[2,"selectedIndex","selectedIndex",t.Udg]},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"},features:[t.GFd]})}return x})(),te=(()=>{class x extends Nt{constructor(o,r,d,h,w,P,rt){super(o,r,d,h,w,P,rt),this.disableRipple=!1}ngAfterContentInit(){this._inkBar=new zt(this._items),super.ngAfterContentInit()}_itemSelected(o){o.preventDefault()}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(X.Xj),t.rXU(I.dS,8),t.rXU(t.SKi),t.rXU(Q.OD),t.rXU(t.bc$,8))};static#e=this.\u0275cmp=t.VBU({type:x,selectors:[["mat-tab-header"]],contentQueries:function(r,d,h){if(1&r&&t.wni(h,Pt,4),2&r){let w;t.mGM(w=t.lsd())&&(d._items=w)}},viewQuery:function(r,d){if(1&r&&(t.GBs(bt,7),t.GBs(pt,7),t.GBs(_t,7),t.GBs(gt,5),t.GBs(Mt,5)),2&r){let h;t.mGM(h=t.lsd())&&(d._tabListContainer=h.first),t.mGM(h=t.lsd())&&(d._tabList=h.first),t.mGM(h=t.lsd())&&(d._tabListInner=h.first),t.mGM(h=t.lsd())&&(d._nextPaginator=h.first),t.mGM(h=t.lsd())&&(d._previousPaginator=h.first)}},hostAttrs:[1,"mat-mdc-tab-header"],hostVars:4,hostBindings:function(r,d){2&r&&t.AVh("mat-mdc-tab-header-pagination-controls-enabled",d._showPaginationControls)("mat-mdc-tab-header-rtl","rtl"==d._getLayoutDirection())},inputs:{disableRipple:[2,"disableRipple","disableRipple",t.L39]},standalone:!0,features:[t.GFd,t.Vt3,t.aNF],ngContentSelectors:nt,decls:13,vars:10,consts:[["previousPaginator",""],["tabListContainer",""],["tabList",""],["tabListInner",""],["nextPaginator",""],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-before",3,"click","mousedown","touchend","matRippleDisabled","disabled"],[1,"mat-mdc-tab-header-pagination-chevron"],[1,"mat-mdc-tab-label-container",3,"keydown"],["role","tablist",1,"mat-mdc-tab-list",3,"cdkObserveContent"],[1,"mat-mdc-tab-labels"],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-after",3,"mousedown","click","touchend","matRippleDisabled","disabled"]],template:function(r,d){if(1&r){const h=t.RV6();t.NAR(),t.j41(0,"button",5,0),t.bIt("click",function(){return t.eBV(h),t.Njj(d._handlePaginatorClick("before"))})("mousedown",function(P){return t.eBV(h),t.Njj(d._handlePaginatorPress("before",P))})("touchend",function(){return t.eBV(h),t.Njj(d._stopInterval())}),t.nrm(2,"div",6),t.k0s(),t.j41(3,"div",7,1),t.bIt("keydown",function(P){return t.eBV(h),t.Njj(d._handleKeydown(P))}),t.j41(5,"div",8,2),t.bIt("cdkObserveContent",function(){return t.eBV(h),t.Njj(d._onContentChanges())}),t.j41(7,"div",9,3),t.SdG(9),t.k0s()()(),t.j41(10,"button",10,4),t.bIt("mousedown",function(P){return t.eBV(h),t.Njj(d._handlePaginatorPress("after",P))})("click",function(){return t.eBV(h),t.Njj(d._handlePaginatorClick("after"))})("touchend",function(){return t.eBV(h),t.Njj(d._stopInterval())}),t.nrm(12,"div",6),t.k0s()}2&r&&(t.AVh("mat-mdc-tab-header-pagination-disabled",d._disableScrollBefore),t.Y8G("matRippleDisabled",d._disableScrollBefore||d.disableRipple)("disabled",d._disableScrollBefore||null),t.R7$(3),t.AVh("_mat-animation-noopable","NoopAnimations"===d._animationMode),t.R7$(7),t.AVh("mat-mdc-tab-header-pagination-disabled",d._disableScrollAfter),t.Y8G("matRippleDisabled",d._disableScrollAfter||d.disableRipple)("disabled",d._disableScrollAfter||null))},dependencies:[_.r6,O.Wv],styles:[".mat-mdc-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mdc-tab-indicator .mdc-tab-indicator__content{transition-duration:var(--mat-tab-animation-duration, 250ms)}.mat-mdc-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-mdc-tab-header-pagination::-moz-focus-inner{border:0}.mat-mdc-tab-header-pagination .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination{display:flex}.mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after{padding-left:4px}.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-pagination-after{padding-right:4px}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-mdc-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px;border-color:var(--mat-tab-header-pagination-icon-color)}.mat-mdc-tab-header-pagination-disabled{box-shadow:none;cursor:default;pointer-events:none}.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron{opacity:.4}.mat-mdc-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-mdc-tab-list{transition:none}._mat-animation-noopable span.mdc-tab-indicator__content,._mat-animation-noopable span.mdc-tab__text-label{transition:none}.mat-mdc-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1;border-bottom-style:solid;border-bottom-width:var(--mat-tab-header-divider-height);border-bottom-color:var(--mat-tab-header-divider-color)}.mat-mdc-tab-group-inverted-header .mat-mdc-tab-label-container{border-bottom:none;border-top-style:solid;border-top-width:var(--mat-tab-header-divider-height);border-top-color:var(--mat-tab-header-divider-color)}.mat-mdc-tab-labels{display:flex;flex:1 0 auto}[mat-align-tabs=center]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:flex-end}.mat-mdc-tab::before{margin:5px}.cdk-high-contrast-active .mat-mdc-tab[aria-disabled=true]{color:GrayText}"],encapsulation:2})}return x})();const Xt=new t.nKC("MAT_TABS_CONFIG"),Wt={translateTab:(0,U.hZ)("translateTab",[(0,U.wk)("center, void, left-origin-center, right-origin-center",(0,U.iF)({transform:"none"})),(0,U.wk)("left",(0,U.iF)({transform:"translate3d(-100%, 0, 0)",minHeight:"1px",visibility:"hidden"})),(0,U.wk)("right",(0,U.iF)({transform:"translate3d(100%, 0, 0)",minHeight:"1px",visibility:"hidden"})),(0,U.kY)("* => left, * => right, left => center, right => center",(0,U.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")),(0,U.kY)("void => left-origin-center",[(0,U.iF)({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"}),(0,U.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")]),(0,U.kY)("void => right-origin-center",[(0,U.iF)({transform:"translate3d(100%, 0, 0)",visibility:"hidden"}),(0,U.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")])])};let p=(()=>{class x extends G.I3{constructor(o,r,d,h){super(o,r,h),this._host=d,this._centeringSub=L.y.EMPTY,this._leavingSub=L.y.EMPTY}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe((0,g.Z)(this._host._isCenterPosition(this._host._position))).subscribe(o=>{o&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this._host.preserveContent||this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.OM3),t.rXU(t.c1b),t.rXU((0,t.Rfq)(()=>tt)),t.rXU($.qQ))};static#e=this.\u0275dir=t.FsC({type:x,selectors:[["","matTabBodyHost",""]],standalone:!0,features:[t.Vt3]})}return x})(),tt=(()=>{class x{set position(o){this._positionIndex=o,this._computePositionAnimationState()}constructor(o,r,d){this._elementRef=o,this._dir=r,this._dirChangeSubscription=L.y.EMPTY,this._translateTabComplete=new f.B7,this._onCentering=new t.bkB,this._beforeCentering=new t.bkB,this._afterLeavingCenter=new t.bkB,this._onCentered=new t.bkB(!0),this.animationDuration="500ms",this.preserveContent=!1,r&&(this._dirChangeSubscription=r.change.subscribe(h=>{this._computePositionAnimationState(h),d.markForCheck()})),this._translateTabComplete.pipe((0,M.F)((h,w)=>h.fromState===w.fromState&&h.toState===w.toState)).subscribe(h=>{this._isCenterPosition(h.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(h.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()})}ngOnInit(){"center"==this._position&&null!=this.origin&&(this._position=this._computePositionFromOrigin(this.origin))}ngOnDestroy(){this._dirChangeSubscription.unsubscribe(),this._translateTabComplete.complete()}_onTranslateTabStarted(o){const r=this._isCenterPosition(o.toState);this._beforeCentering.emit(r),r&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_isCenterPosition(o){return"center"==o||"left-origin-center"==o||"right-origin-center"==o}_computePositionAnimationState(o=this._getLayoutDirection()){this._position=this._positionIndex<0?"ltr"==o?"left":"right":this._positionIndex>0?"ltr"==o?"right":"left":"center"}_computePositionFromOrigin(o){const r=this._getLayoutDirection();return"ltr"==r&&o<=0||"rtl"==r&&o>0?"left-origin-center":"right-origin-center"}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.aKT),t.rXU(I.dS,8),t.rXU(t.gRc))};static#e=this.\u0275cmp=t.VBU({type:x,selectors:[["mat-tab-body"]],viewQuery:function(r,d){if(1&r&&t.GBs(G.I3,5),2&r){let h;t.mGM(h=t.lsd())&&(d._portalHost=h.first)}},hostAttrs:[1,"mat-mdc-tab-body"],inputs:{_content:[0,"content","_content"],origin:"origin",animationDuration:"animationDuration",preserveContent:"preserveContent",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_afterLeavingCenter:"_afterLeavingCenter",_onCentered:"_onCentered"},standalone:!0,features:[t.aNF],decls:3,vars:6,consts:[["content",""],["cdkScrollable","",1,"mat-mdc-tab-body-content"],["matTabBodyHost",""]],template:function(r,d){if(1&r){const h=t.RV6();t.j41(0,"div",1,0),t.bIt("@translateTab.start",function(P){return t.eBV(h),t.Njj(d._onTranslateTabStarted(P))})("@translateTab.done",function(P){return t.eBV(h),t.Njj(d._translateTabComplete.next(P))}),t.DNE(2,xt,0,0,"ng-template",2),t.k0s()}2&r&&t.Y8G("@translateTab",t.l_i(3,Ft,d._position,t.eq3(1,Tt,d.animationDuration)))},dependencies:[p,X.uv],styles:['.mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-mdc-tab-body-content[style*="visibility: hidden"]{display:none}'],encapsulation:2,data:{animation:[Wt.translateTab]}})}return x})(),m=0,y=(()=>{class x{get fitInkBarToContent(){return this._fitInkBarToContent}set fitInkBarToContent(o){this._fitInkBarToContent=o,this._changeDetectorRef.markForCheck()}get selectedIndex(){return this._selectedIndex}set selectedIndex(o){this._indexToSelect=isNaN(o)?null:o}get animationDuration(){return this._animationDuration}set animationDuration(o){const r=o+"";this._animationDuration=/^\d+$/.test(r)?o+"ms":r}get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(o){this._contentTabIndex=isNaN(o)?null:o}get backgroundColor(){return this._backgroundColor}set backgroundColor(o){const r=this._elementRef.nativeElement.classList;r.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),o&&r.add("mat-tabs-with-background",`mat-background-${o}`),this._backgroundColor=o}constructor(o,r,d,h){this._elementRef=o,this._changeDetectorRef=r,this._animationMode=h,this._tabs=new t.rOR,this._indexToSelect=0,this._lastFocusedTabIndex=null,this._tabBodyWrapperHeight=0,this._tabsSubscription=L.y.EMPTY,this._tabLabelSubscription=L.y.EMPTY,this._fitInkBarToContent=!1,this.stretchTabs=!0,this.dynamicHeight=!1,this._selectedIndex=null,this.headerPosition="above",this.disablePagination=!1,this.disableRipple=!1,this.preserveContent=!1,this.selectedIndexChange=new t.bkB,this.focusChange=new t.bkB,this.animationDone=new t.bkB,this.selectedTabChange=new t.bkB(!0),this._isServer=!(0,t.WQX)(Q.OD).isBrowser,this._groupId=m++,this.animationDuration=d&&d.animationDuration?d.animationDuration:"500ms",this.disablePagination=!(!d||null==d.disablePagination)&&d.disablePagination,this.dynamicHeight=!(!d||null==d.dynamicHeight)&&d.dynamicHeight,null!=d?.contentTabIndex&&(this.contentTabIndex=d.contentTabIndex),this.preserveContent=!!d?.preserveContent,this.fitInkBarToContent=!(!d||null==d.fitInkBarToContent)&&d.fitInkBarToContent,this.stretchTabs=!d||null==d.stretchTabs||d.stretchTabs}ngAfterContentChecked(){const o=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=o){const r=null==this._selectedIndex;if(!r){this.selectedTabChange.emit(this._createChangeEvent(o));const d=this._tabBodyWrapper.nativeElement;d.style.minHeight=d.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((d,h)=>d.isActive=h===o),r||(this.selectedIndexChange.emit(o),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((r,d)=>{r.position=d-o,null!=this._selectedIndex&&0==r.position&&!r.origin&&(r.origin=o-this._selectedIndex)}),this._selectedIndex!==o&&(this._selectedIndex=o,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{const o=this._clampTabIndex(this._indexToSelect);if(o===this._selectedIndex){const r=this._tabs.toArray();let d;for(let h=0;h<r.length;h++)if(r[h].isActive){this._indexToSelect=this._selectedIndex=h,this._lastFocusedTabIndex=null,d=r[h];break}!d&&r[o]&&Promise.resolve().then(()=>{r[o].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(o))})}this._changeDetectorRef.markForCheck()})}_subscribeToAllTabChanges(){this._allTabs.changes.pipe((0,g.Z)(this._allTabs)).subscribe(o=>{this._tabs.reset(o.filter(r=>r._closestTabGroup===this||!r._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(o){const r=this._tabHeader;r&&(r.focusIndex=o)}_focusChanged(o){this._lastFocusedTabIndex=o,this.focusChange.emit(this._createChangeEvent(o))}_createChangeEvent(o){const r=new V;return r.index=o,this._tabs&&this._tabs.length&&(r.tab=this._tabs.toArray()[o]),r}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=(0,H.h)(...this._tabs.map(o=>o._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(o){return Math.min(this._tabs.length-1,Math.max(o||0,0))}_getTabLabelId(o){return`mat-tab-label-${this._groupId}-${o}`}_getTabContentId(o){return`mat-tab-content-${this._groupId}-${o}`}_setTabBodyWrapperHeight(o){if(!this.dynamicHeight||!this._tabBodyWrapperHeight)return;const r=this._tabBodyWrapper.nativeElement;r.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(r.style.height=o+"px")}_removeTabBodyWrapperHeight(){const o=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=o.clientHeight,o.style.height="",this.animationDone.emit()}_handleClick(o,r,d){r.focusIndex=d,o.disabled||(this.selectedIndex=d)}_getTabIndex(o){return o===(this._lastFocusedTabIndex??this.selectedIndex)?0:-1}_tabFocusChanged(o,r){o&&"mouse"!==o&&"touch"!==o&&(this._tabHeader.focusIndex=r)}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(Xt,8),t.rXU(t.bc$,8))};static#e=this.\u0275cmp=t.VBU({type:x,selectors:[["mat-tab-group"]],contentQueries:function(r,d,h){if(1&r&&t.wni(h,At,5),2&r){let w;t.mGM(w=t.lsd())&&(d._allTabs=w)}},viewQuery:function(r,d){if(1&r&&(t.GBs(ut,5),t.GBs(vt,5)),2&r){let h;t.mGM(h=t.lsd())&&(d._tabBodyWrapper=h.first),t.mGM(h=t.lsd())&&(d._tabHeader=h.first)}},hostAttrs:[1,"mat-mdc-tab-group"],hostVars:10,hostBindings:function(r,d){2&r&&(t.HbH("mat-"+(d.color||"primary")),t.xc7("--mat-tab-animation-duration",d.animationDuration),t.AVh("mat-mdc-tab-group-dynamic-height",d.dynamicHeight)("mat-mdc-tab-group-inverted-header","below"===d.headerPosition)("mat-mdc-tab-group-stretch-tabs",d.stretchTabs))},inputs:{color:"color",fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",t.L39],stretchTabs:[2,"mat-stretch-tabs","stretchTabs",t.L39],dynamicHeight:[2,"dynamicHeight","dynamicHeight",t.L39],selectedIndex:[2,"selectedIndex","selectedIndex",t.Udg],headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:[2,"contentTabIndex","contentTabIndex",t.Udg],disablePagination:[2,"disablePagination","disablePagination",t.L39],disableRipple:[2,"disableRipple","disableRipple",t.L39],preserveContent:[2,"preserveContent","preserveContent",t.L39],backgroundColor:"backgroundColor"},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},exportAs:["matTabGroup"],standalone:!0,features:[t.Jv_([{provide:wt,useExisting:x}]),t.GFd,t.aNF],ngContentSelectors:nt,decls:9,vars:6,consts:[["tabHeader",""],["tabBodyWrapper",""],["tabNode",""],[3,"indexFocused","selectFocusedIndex","selectedIndex","disableRipple","disablePagination"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-mdc-focus-indicator",3,"id","mdc-tab--active","class","disabled","fitInkBarToContent"],[1,"mat-mdc-tab-body-wrapper"],["role","tabpanel",3,"id","mat-mdc-tab-body-active","class","content","position","origin","animationDuration","preserveContent"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-mdc-focus-indicator",3,"click","cdkFocusChange","id","disabled","fitInkBarToContent"],[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"],[3,"cdkPortalOutlet"],["role","tabpanel",3,"_onCentered","_onCentering","id","content","position","origin","animationDuration","preserveContent"]],template:function(r,d){if(1&r){const h=t.RV6();t.NAR(),t.j41(0,"mat-tab-header",3,0),t.bIt("indexFocused",function(P){return t.eBV(h),t.Njj(d._focusChanged(P))})("selectFocusedIndex",function(P){return t.eBV(h),t.Njj(d.selectedIndex=P)}),t.Z7z(2,T,8,17,"div",4,t.fX1),t.k0s(),t.DNE(4,k,1,0),t.j41(5,"div",5,1),t.Z7z(7,R,1,13,"mat-tab-body",6,t.fX1),t.k0s()}2&r&&(t.Y8G("selectedIndex",d.selectedIndex||0)("disableRipple",d.disableRipple)("disablePagination",d.disablePagination),t.R7$(2),t.Dyx(d._tabs),t.R7$(2),t.vxM(d._isServer?4:-1),t.R7$(),t.AVh("_mat-animation-noopable","NoopAnimations"===d._animationMode),t.R7$(2),t.Dyx(d._tabs))},dependencies:[te,Pt,it.vR,_.r6,G.I3,tt],styles:['.mdc-tab{min-width:90px;padding-right:24px;padding-left:24px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;margin:0;padding-top:0;padding-bottom:0;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;-webkit-appearance:none;z-index:1}.mdc-tab::-moz-focus-inner{padding:0;border:0}.mdc-tab[hidden]{display:none}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label{transition:150ms color linear;display:inline-block;line-height:1;z-index:2}.mdc-tab__icon{transition:150ms color linear;z-index:2}.mdc-tab--stacked .mdc-tab__content{flex-direction:column;align-items:center;justify-content:center}.mdc-tab--stacked .mdc-tab__text-label{padding-top:6px;padding-bottom:4px}.mdc-tab--active .mdc-tab__text-label,.mdc-tab--active .mdc-tab__icon{transition-delay:100ms}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl]{padding-left:0;padding-right:8px}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator .mdc-tab-indicator__content{transition:250ms transform cubic-bezier(0.4, 0, 0.2, 1)}.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition:150ms opacity linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition-delay:100ms}.mat-mdc-tab-ripple{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.mat-mdc-tab{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;font-family:var(--mat-tab-header-label-text-font);font-size:var(--mat-tab-header-label-text-size);letter-spacing:var(--mat-tab-header-label-text-tracking);line-height:var(--mat-tab-header-label-text-line-height);font-weight:var(--mat-tab-header-label-text-weight)}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color)}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-top-width:var(--mdc-tab-indicator-active-indicator-height)}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-radius:var(--mdc-tab-indicator-active-indicator-shape)}.mat-mdc-tab:not(.mdc-tab--stacked){height:var(--mdc-secondary-navigation-tab-container-height)}.mat-mdc-tab:not(:disabled).mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):hover.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):focus.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):active.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:disabled.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):hover:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):focus:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):active:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:disabled:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab.mdc-tab{flex-grow:0}.mat-mdc-tab:hover .mdc-tab__text-label{color:var(--mat-tab-header-inactive-hover-label-text-color)}.mat-mdc-tab:focus .mdc-tab__text-label{color:var(--mat-tab-header-inactive-focus-label-text-color)}.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-header-active-label-text-color)}.mat-mdc-tab.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-header-active-ripple-color)}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-header-active-hover-label-text-color)}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-hover-indicator-color)}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-header-active-focus-label-text-color)}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-focus-indicator-color)}.mat-mdc-tab.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-header-disabled-ripple-color)}.mat-mdc-tab .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-inactive-label-text-color);display:inline-flex;align-items:center}.mat-mdc-tab .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs>.mat-mdc-tab-header .mat-mdc-tab{flex-grow:1}.mat-mdc-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-header-with-background-background-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-focus-indicator::before{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header{flex-direction:column-reverse}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header .mdc-tab-indicator__content--underline{align-self:flex-start}.mat-mdc-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable{transition:none !important;animation:none !important}'],encapsulation:2})}return x})();class V{}let j=0,ot=(()=>{class x extends Nt{get fitInkBarToContent(){return this._fitInkBarToContent.value}set fitInkBarToContent(o){this._fitInkBarToContent.next(o),this._changeDetectorRef.markForCheck()}get animationDuration(){return this._animationDuration}set animationDuration(o){const r=o+"";this._animationDuration=/^\d+$/.test(r)?o+"ms":r}get backgroundColor(){return this._backgroundColor}set backgroundColor(o){const r=this._elementRef.nativeElement.classList;r.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),o&&r.add("mat-tabs-with-background",`mat-background-${o}`),this._backgroundColor=o}constructor(o,r,d,h,w,P,rt,st){super(o,h,w,r,d,P,rt),this._fitInkBarToContent=new Y.t(!1),this.stretchTabs=!0,this.disableRipple=!1,this.color="primary",this.disablePagination=!(!st||null==st.disablePagination)&&st.disablePagination,this.fitInkBarToContent=!(!st||null==st.fitInkBarToContent)&&st.fitInkBarToContent,this.stretchTabs=!st||null==st.stretchTabs||st.stretchTabs}_itemSelected(){}ngAfterContentInit(){this._inkBar=new zt(this._items),this._items.changes.pipe((0,g.Z)(null),(0,v.Q)(this._destroyed)).subscribe(()=>{this.updateActiveLink()}),super.ngAfterContentInit()}ngAfterViewInit(){super.ngAfterViewInit()}updateActiveLink(){if(!this._items)return;const o=this._items.toArray();for(let r=0;r<o.length;r++)if(o[r].active)return this.selectedIndex=r,this._changeDetectorRef.markForCheck(),void(this.tabPanel&&(this.tabPanel._activeTabId=o[r].id));this.selectedIndex=-1,this._inkBar.hide()}_getRole(){return this.tabPanel?"tablist":this._elementRef.nativeElement.getAttribute("role")}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(t.aKT),t.rXU(I.dS,8),t.rXU(t.SKi),t.rXU(t.gRc),t.rXU(X.Xj),t.rXU(Q.OD),t.rXU(t.bc$,8),t.rXU(Xt,8))};static#e=this.\u0275cmp=t.VBU({type:x,selectors:[["","mat-tab-nav-bar",""]],contentQueries:function(r,d,h){if(1&r&&t.wni(h,mt,5),2&r){let w;t.mGM(w=t.lsd())&&(d._items=w)}},viewQuery:function(r,d){if(1&r&&(t.GBs(bt,7),t.GBs(pt,7),t.GBs(_t,7),t.GBs(gt,5),t.GBs(Mt,5)),2&r){let h;t.mGM(h=t.lsd())&&(d._tabListContainer=h.first),t.mGM(h=t.lsd())&&(d._tabList=h.first),t.mGM(h=t.lsd())&&(d._tabListInner=h.first),t.mGM(h=t.lsd())&&(d._nextPaginator=h.first),t.mGM(h=t.lsd())&&(d._previousPaginator=h.first)}},hostAttrs:[1,"mat-mdc-tab-nav-bar","mat-mdc-tab-header"],hostVars:17,hostBindings:function(r,d){2&r&&(t.BMQ("role",d._getRole()),t.xc7("--mat-tab-animation-duration",d.animationDuration),t.AVh("mat-mdc-tab-header-pagination-controls-enabled",d._showPaginationControls)("mat-mdc-tab-header-rtl","rtl"==d._getLayoutDirection())("mat-mdc-tab-nav-bar-stretch-tabs",d.stretchTabs)("mat-primary","warn"!==d.color&&"accent"!==d.color)("mat-accent","accent"===d.color)("mat-warn","warn"===d.color)("_mat-animation-noopable","NoopAnimations"===d._animationMode))},inputs:{fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",t.L39],stretchTabs:[2,"mat-stretch-tabs","stretchTabs",t.L39],animationDuration:"animationDuration",backgroundColor:"backgroundColor",disableRipple:[2,"disableRipple","disableRipple",t.L39],color:"color",tabPanel:"tabPanel"},exportAs:["matTabNavBar","matTabNav"],standalone:!0,features:[t.GFd,t.Vt3,t.aNF],attrs:at,ngContentSelectors:nt,decls:13,vars:8,consts:[["previousPaginator",""],["tabListContainer",""],["tabList",""],["tabListInner",""],["nextPaginator",""],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-before",3,"click","mousedown","touchend","matRippleDisabled","disabled"],[1,"mat-mdc-tab-header-pagination-chevron"],[1,"mat-mdc-tab-link-container",3,"keydown"],[1,"mat-mdc-tab-list",3,"cdkObserveContent"],[1,"mat-mdc-tab-links"],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-after",3,"mousedown","click","touchend","matRippleDisabled","disabled"]],template:function(r,d){if(1&r){const h=t.RV6();t.NAR(),t.j41(0,"button",5,0),t.bIt("click",function(){return t.eBV(h),t.Njj(d._handlePaginatorClick("before"))})("mousedown",function(P){return t.eBV(h),t.Njj(d._handlePaginatorPress("before",P))})("touchend",function(){return t.eBV(h),t.Njj(d._stopInterval())}),t.nrm(2,"div",6),t.k0s(),t.j41(3,"div",7,1),t.bIt("keydown",function(P){return t.eBV(h),t.Njj(d._handleKeydown(P))}),t.j41(5,"div",8,2),t.bIt("cdkObserveContent",function(){return t.eBV(h),t.Njj(d._onContentChanges())}),t.j41(7,"div",9,3),t.SdG(9),t.k0s()()(),t.j41(10,"button",10,4),t.bIt("mousedown",function(P){return t.eBV(h),t.Njj(d._handlePaginatorPress("after",P))})("click",function(){return t.eBV(h),t.Njj(d._handlePaginatorClick("after"))})("touchend",function(){return t.eBV(h),t.Njj(d._stopInterval())}),t.nrm(12,"div",6),t.k0s()}2&r&&(t.AVh("mat-mdc-tab-header-pagination-disabled",d._disableScrollBefore),t.Y8G("matRippleDisabled",d._disableScrollBefore||d.disableRipple)("disabled",d._disableScrollBefore||null),t.R7$(10),t.AVh("mat-mdc-tab-header-pagination-disabled",d._disableScrollAfter),t.Y8G("matRippleDisabled",d._disableScrollAfter||d.disableRipple)("disabled",d._disableScrollAfter||null))},dependencies:[_.r6,O.Wv],styles:[".mdc-tab{min-width:90px;padding-right:24px;padding-left:24px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;margin:0;padding-top:0;padding-bottom:0;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;-webkit-appearance:none;z-index:1}.mdc-tab::-moz-focus-inner{padding:0;border:0}.mdc-tab[hidden]{display:none}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label{transition:150ms color linear;display:inline-block;line-height:1;z-index:2}.mdc-tab__icon{transition:150ms color linear;z-index:2}.mdc-tab--stacked .mdc-tab__content{flex-direction:column;align-items:center;justify-content:center}.mdc-tab--stacked .mdc-tab__text-label{padding-top:6px;padding-bottom:4px}.mdc-tab--active .mdc-tab__text-label,.mdc-tab--active .mdc-tab__icon{transition-delay:100ms}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl]{padding-left:0;padding-right:8px}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator .mdc-tab-indicator__content{transition:250ms transform cubic-bezier(0.4, 0, 0.2, 1)}.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition:150ms opacity linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition-delay:100ms}.mat-mdc-tab-ripple{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.mat-mdc-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mdc-tab-indicator .mdc-tab-indicator__content{transition-duration:var(--mat-tab-animation-duration, 250ms)}.mat-mdc-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-mdc-tab-header-pagination::-moz-focus-inner{border:0}.mat-mdc-tab-header-pagination .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination{display:flex}.mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after{padding-left:4px}.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-pagination-after{padding-right:4px}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-mdc-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px;border-color:var(--mat-tab-header-pagination-icon-color)}.mat-mdc-tab-header-pagination-disabled{box-shadow:none;cursor:default;pointer-events:none}.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron{opacity:.4}.mat-mdc-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-mdc-tab-list{transition:none}._mat-animation-noopable span.mdc-tab-indicator__content,._mat-animation-noopable span.mdc-tab__text-label{transition:none}.mat-mdc-tab-links{display:flex;flex:1 0 auto}[mat-align-tabs=center]>.mat-mdc-tab-link-container .mat-mdc-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-link-container .mat-mdc-tab-links{justify-content:flex-end}.mat-mdc-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1;border-bottom-style:solid;border-bottom-width:var(--mat-tab-header-divider-height);border-bottom-color:var(--mat-tab-header-divider-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-header-with-background-background-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background.mat-primary>.mat-mdc-tab-link-container .mat-mdc-tab-link .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background.mat-primary>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-link-container .mat-mdc-tab-link:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-link-container .mat-mdc-tab-link:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-focus-indicator::before{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-header-with-background-foreground-color)}"],encapsulation:2})}return x})(),mt=(()=>{class x extends It{get active(){return this._isActive}set active(o){o!==this._isActive&&(this._isActive=o,this._tabNavBar.updateActiveLink())}get rippleDisabled(){return this.disabled||this.disableRipple||this._tabNavBar.disableRipple||!!this.rippleConfig.disabled}constructor(o,r,d,h,w,P){super(),this._tabNavBar=o,this.elementRef=r,this._focusMonitor=w,this._destroyed=new f.B7,this._isActive=!1,this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this.id="mat-tab-link-"+j++,this.rippleConfig=d||{},this.tabIndex=parseInt(h)||0,"NoopAnimations"===P&&(this.rippleConfig.animation={enterDuration:0,exitDuration:0}),o._fitInkBarToContent.pipe((0,v.Q)(this._destroyed)).subscribe(rt=>{this.fitInkBarToContent=rt})}focus(){this.elementRef.nativeElement.focus()}ngAfterViewInit(){this._focusMonitor.monitor(this.elementRef)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),super.ngOnDestroy(),this._focusMonitor.stopMonitoring(this.elementRef)}_handleFocus(){this._tabNavBar.focusIndex=this._tabNavBar._items.toArray().indexOf(this)}_handleKeydown(o){(o.keyCode===c.t6||o.keyCode===c.Fm)&&(this.disabled?o.preventDefault():this._tabNavBar.tabPanel&&(o.keyCode===c.t6&&o.preventDefault(),this.elementRef.nativeElement.click()))}_getAriaControls(){return this._tabNavBar.tabPanel?this._tabNavBar.tabPanel?.id:this.elementRef.nativeElement.getAttribute("aria-controls")}_getAriaSelected(){return this._tabNavBar.tabPanel?this.active?"true":"false":this.elementRef.nativeElement.getAttribute("aria-selected")}_getAriaCurrent(){return this.active&&!this._tabNavBar.tabPanel?"page":null}_getRole(){return this._tabNavBar.tabPanel?"tab":this.elementRef.nativeElement.getAttribute("role")}_getTabIndex(){return this._tabNavBar.tabPanel?this._isActive&&!this.disabled?0:-1:this.disabled?-1:this.tabIndex}static#t=this.\u0275fac=function(r){return new(r||x)(t.rXU(ot),t.rXU(t.aKT),t.rXU(_.$E,8),t.kS0("tabindex"),t.rXU(it.FN),t.rXU(t.bc$,8))};static#e=this.\u0275cmp=t.VBU({type:x,selectors:[["","mat-tab-link",""],["","matTabLink",""]],hostAttrs:[1,"mdc-tab","mat-mdc-tab-link","mat-mdc-focus-indicator"],hostVars:11,hostBindings:function(r,d){1&r&&t.bIt("focus",function(){return d._handleFocus()})("keydown",function(w){return d._handleKeydown(w)}),2&r&&(t.BMQ("aria-controls",d._getAriaControls())("aria-current",d._getAriaCurrent())("aria-disabled",d.disabled)("aria-selected",d._getAriaSelected())("id",d.id)("tabIndex",d._getTabIndex())("role",d._getRole()),t.AVh("mat-mdc-tab-disabled",d.disabled)("mdc-tab--active",d.active))},inputs:{active:[2,"active","active",t.L39],disabled:[2,"disabled","disabled",t.L39],disableRipple:[2,"disableRipple","disableRipple",t.L39],tabIndex:[2,"tabIndex","tabIndex",o=>null==o?0:(0,t.Udg)(o)],id:"id"},exportAs:["matTabLink"],standalone:!0,features:[t.GFd,t.Vt3,t.aNF],attrs:ht,ngContentSelectors:nt,decls:5,vars:2,consts:[[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"]],template:function(r,d){1&r&&(t.NAR(),t.nrm(0,"span",0)(1,"div",1),t.j41(2,"span",2)(3,"span",3),t.SdG(4),t.k0s()()),2&r&&(t.R7$(),t.Y8G("matRippleTrigger",d.elementRef.nativeElement)("matRippleDisabled",d.rippleDisabled))},dependencies:[_.r6],styles:['.mat-mdc-tab-link{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;font-family:var(--mat-tab-header-label-text-font);font-size:var(--mat-tab-header-label-text-size);letter-spacing:var(--mat-tab-header-label-text-tracking);line-height:var(--mat-tab-header-label-text-line-height);font-weight:var(--mat-tab-header-label-text-weight)}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color)}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-top-width:var(--mdc-tab-indicator-active-indicator-height)}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-radius:var(--mdc-tab-indicator-active-indicator-shape)}.mat-mdc-tab-link:not(.mdc-tab--stacked){height:var(--mdc-secondary-navigation-tab-container-height)}.mat-mdc-tab-link:not(:disabled).mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):hover.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):focus.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):active.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:disabled.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):hover:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):focus:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):active:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:disabled:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link.mdc-tab{flex-grow:0}.mat-mdc-tab-link:hover .mdc-tab__text-label{color:var(--mat-tab-header-inactive-hover-label-text-color)}.mat-mdc-tab-link:focus .mdc-tab__text-label{color:var(--mat-tab-header-inactive-focus-label-text-color)}.mat-mdc-tab-link.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-header-active-label-text-color)}.mat-mdc-tab-link.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab-link.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-header-active-ripple-color)}.mat-mdc-tab-link.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-header-active-hover-label-text-color)}.mat-mdc-tab-link.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-hover-indicator-color)}.mat-mdc-tab-link.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-header-active-focus-label-text-color)}.mat-mdc-tab-link.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-focus-indicator-color)}.mat-mdc-tab-link.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-header-disabled-ripple-color)}.mat-mdc-tab-link .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-link .mdc-tab__text-label{color:var(--mat-tab-header-inactive-label-text-color);display:inline-flex;align-items:center}.mat-mdc-tab-link .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab-link:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab-link.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab-link.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab-link .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-header.mat-mdc-tab-nav-bar-stretch-tabs .mat-mdc-tab-link{flex-grow:1}.mat-mdc-tab-link::before{margin:5px}@media(max-width: 599px){.mat-mdc-tab-link{min-width:72px}}'],encapsulation:2,changeDetection:0})}return x})(),Gt=(()=>{class x{constructor(){this.id="mat-tab-nav-panel-"+j++}static#t=this.\u0275fac=function(r){return new(r||x)};static#e=this.\u0275cmp=t.VBU({type:x,selectors:[["mat-tab-nav-panel"]],hostAttrs:["role","tabpanel",1,"mat-mdc-tab-nav-panel"],hostVars:2,hostBindings:function(r,d){2&r&&t.BMQ("aria-labelledby",d._activeTabId)("id",d.id)},inputs:{id:"id"},exportAs:["matTabNavPanel"],standalone:!0,features:[t.aNF],ngContentSelectors:nt,decls:1,vars:0,template:function(r,d){1&r&&(t.NAR(),t.SdG(0))},encapsulation:2,changeDetection:0})}return x})(),Vt=(()=>{class x{static#t=this.\u0275fac=function(r){return new(r||x)};static#e=this.\u0275mod=t.$C({type:x});static#i=this.\u0275inj=t.G2t({imports:[_.yE,_.yE]})}return x})()}}]);