-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path524.5a2e20cda2792b69.js
1 lines (1 loc) · 123 KB
/
524.5a2e20cda2792b69.js
1
"use strict";(self.webpackChunkmaterial_angular_io=self.webpackChunkmaterial_angular_io||[]).push([[524],{9349:(K,B,_)=>{_.d(B,{IC:()=>P,Ky:()=>Z,Lq:()=>L,aC:()=>R});var t=_(3353),e=_(4650),E=_(1281),m=_(8896),D=_(8929),F=_(3753),A=_(7568),I=_(7625),b=_(6895);const O=(0,t.i$)({passive:!0});let L=(()=>{class y{constructor(s,c){this._platform=s,this._ngZone=c,this._monitoredElements=new Map}monitor(s){if(!this._platform.isBrowser)return m.E;const c=(0,E.fI)(s),f=this._monitoredElements.get(c);if(f)return f.subject;const n=new D.xQ,l="cdk-text-field-autofilled",x=h=>{"cdk-text-field-autofill-start"!==h.animationName||c.classList.contains(l)?"cdk-text-field-autofill-end"===h.animationName&&c.classList.contains(l)&&(c.classList.remove(l),this._ngZone.run(()=>n.next({target:h.target,isAutofilled:!1}))):(c.classList.add(l),this._ngZone.run(()=>n.next({target:h.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{c.addEventListener("animationstart",x,O),c.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(c,{subject:n,unlisten:()=>{c.removeEventListener("animationstart",x,O)}}),n}stopMonitoring(s){const c=(0,E.fI)(s),f=this._monitoredElements.get(c);f&&(f.unlisten(),f.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((s,c)=>this.stopMonitoring(c))}}return y.\u0275fac=function(s){return new(s||y)(e.LFG(t.t4),e.LFG(e.R0b))},y.\u0275prov=e.Yz7({token:y,factory:y.\u0275fac,providedIn:"root"}),y})(),R=(()=>{class y{constructor(s,c){this._elementRef=s,this._autofillMonitor=c,this.cdkAutofill=new e.vpe}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(s=>this.cdkAutofill.emit(s))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}}return y.\u0275fac=function(s){return new(s||y)(e.Y36(e.SBq),e.Y36(L))},y.\u0275dir=e.lG2({type:y,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"}}),y})(),P=(()=>{class y{constructor(s,c,f,n){this._elementRef=s,this._platform=c,this._ngZone=f,this._destroyed=new D.xQ,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=l=>{this._hasFocus="focus"===l.type},this._document=n,this._textareaElement=this._elementRef.nativeElement}get minRows(){return this._minRows}set minRows(s){this._minRows=(0,E.su)(s),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(s){this._maxRows=(0,E.su)(s),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(s){s=(0,E.Ig)(s),this._enabled!==s&&((this._enabled=s)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(s){this._cachedPlaceholderHeight=void 0,s?this._textareaElement.setAttribute("placeholder",s):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}_setMinHeight(){const s=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;s&&(this._textareaElement.style.minHeight=s)}_setMaxHeight(){const s=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;s&&(this._textareaElement.style.maxHeight=s)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const s=this._getWindow();(0,F.R)(s,"resize").pipe((0,A.e)(16),(0,I.R)(this._destroyed)).subscribe(()=>this.resizeToFitContent(!0)),this._textareaElement.addEventListener("focus",this._handleFocusEvent),this._textareaElement.addEventListener("blur",this._handleFocusEvent)}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){this._textareaElement.removeEventListener("focus",this._handleFocusEvent),this._textareaElement.removeEventListener("blur",this._handleFocusEvent),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;let s=this._textareaElement.cloneNode(!1);s.rows=1,s.style.position="absolute",s.style.visibility="hidden",s.style.border="none",s.style.padding="0",s.style.height="",s.style.minHeight="",s.style.maxHeight="",s.style.overflow="hidden",this._textareaElement.parentNode.appendChild(s),this._cachedLineHeight=s.clientHeight,s.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const s=this._textareaElement,c=s.style.marginBottom||"",f=this._platform.FIREFOX,n=f&&this._hasFocus,l=f?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";n&&(s.style.marginBottom=`${s.clientHeight}px`),s.classList.add(l);const x=s.scrollHeight-4;return s.classList.remove(l),n&&(s.style.marginBottom=c),x}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const s=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=s}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(s=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const c=this._elementRef.nativeElement,f=c.value;if(!s&&this._minRows===this._previousMinRows&&f===this._previousValue)return;const n=this._measureScrollHeight(),l=Math.max(n,this._cachedPlaceholderHeight||0);c.style.height=`${l}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(c)):setTimeout(()=>this._scrollToCaretPosition(c))}),this._previousValue=f,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(s){const{selectionStart:c,selectionEnd:f}=s;!this._destroyed.isStopped&&this._hasFocus&&s.setSelectionRange(c,f)}}return y.\u0275fac=function(s){return new(s||y)(e.Y36(e.SBq),e.Y36(t.t4),e.Y36(e.R0b),e.Y36(b.K0,8))},y.\u0275dir=e.lG2({type:y,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(s,c){1&s&&e.NdJ("input",function(){return c._noopInputHandler()})},inputs:{minRows:["cdkAutosizeMinRows","minRows"],maxRows:["cdkAutosizeMaxRows","maxRows"],enabled:["cdkTextareaAutosize","enabled"],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"]}),y})(),Z=(()=>{class y{}return y.\u0275fac=function(s){return new(s||y)},y.\u0275mod=e.oAB({type:y}),y.\u0275inj=e.cJS({}),y})()},524:(K,B,_)=>{_.r(B),_.d(B,{TabGroupAlignExample:()=>M,TabGroupAnimationsExample:()=>w,TabGroupAsyncExample:()=>z,TabGroupBasicExample:()=>S,TabGroupCustomLabelExample:()=>q,TabGroupDynamicExample:()=>j,TabGroupDynamicHeightExample:()=>X,TabGroupExamplesModule:()=>ce,TabGroupHarnessExample:()=>N,TabGroupHeaderBelowExample:()=>$,TabGroupInkBarExample:()=>V,TabGroupInvertedExample:()=>ne,TabGroupLazyLoadedExample:()=>ee,TabGroupPaginatedExample:()=>ae,TabGroupPreserveContentExample:()=>te,TabGroupStretchedExample:()=>W,TabGroupThemeExample:()=>ie,TabNavBarBasicExample:()=>Q});var t=_(6895),e=_(4650),E=_(4006),m=_(4859),D=_(811),F=_(6709),A=_(7392),I=_(284),b=_(3848),O=_(6498),L=_(9549);function P(a,u){1&a&&(e.ynx(0),e._uU(1," Loading tabs...\n"),e.BQk())}function Z(a,u){if(1&a&&e._uU(0),2&a){const d=e.oxw().$implicit;e.Oqu(d.label)}}function y(a,u){if(1&a&&(e.TgZ(0,"mat-tab"),e.YNc(1,Z,1,1,"ng-template",2),e._uU(2),e.qZA()),2&a){const d=u.$implicit;e.xp6(2),e.hij(" ",d.content," ")}}function v(a,u){1&a&&(e.TgZ(0,"mat-icon",1),e._uU(1,"thumb_up"),e.qZA(),e._uU(2," First "))}function s(a,u){1&a&&(e.TgZ(0,"mat-icon",1),e._uU(1,"thumb_up"),e.qZA(),e._uU(2," Second "))}function c(a,u){1&a&&(e.TgZ(0,"mat-icon",1),e._uU(1,"thumb_up"),e.qZA(),e._uU(2," Third "))}function f(a,u){if(1&a){const d=e.EpF();e.TgZ(0,"mat-tab",6),e._uU(1),e.TgZ(2,"button",7),e.NdJ("click",function(){const U=e.CHM(d).index,H=e.oxw();return e.KtG(H.removeTab(U))}),e._uU(3," Delete Tab "),e.qZA()()}if(2&a){const d=u.$implicit,k=e.oxw();e.Q6J("label",d),e.xp6(1),e.hij(" Contents for ",d," tab "),e.xp6(1),e.Q6J("disabled",1===k.tabs.length)}}function n(a,u){if(1&a&&(e._uU(0),e.ALo(1,"date")),2&a){const d=e.oxw();e.hij(" Content 1 - Loaded: ",e.xi3(1,1,d.getTimeLoaded(1),"medium")," ")}}function l(a,u){if(1&a&&(e._uU(0),e.ALo(1,"date")),2&a){const d=e.oxw();e.hij(" Content 2 - Loaded: ",e.xi3(1,1,d.getTimeLoaded(2),"medium")," ")}}function x(a,u){if(1&a&&(e._uU(0),e.ALo(1,"date")),2&a){const d=e.oxw();e.hij(" Content 3 - Loaded: ",e.xi3(1,1,d.getTimeLoaded(3),"medium")," ")}}function h(a,u){if(1&a){const d=e.EpF();e.TgZ(0,"a",5),e.NdJ("click",function(){const U=e.CHM(d).$implicit,H=e.oxw();return e.KtG(H.activeLink=U)}),e._uU(1),e.qZA()}if(2&a){const d=u.$implicit,k=e.oxw();e.Q6J("active",k.activeLink==d),e.xp6(1),e.hij(" ",d," ")}}function p(a,u){1&a&&(e.TgZ(0,"mat-tab",1),e._uU(1,"Content"),e.qZA()),2&a&&e.Q6J("label",u.$implicit)}let M=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-align-example"]],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(d,k){1&d&&(e.TgZ(0,"mat-tab-group",0)(1,"mat-tab",1),e._uU(2,"Content 1"),e.qZA(),e.TgZ(3,"mat-tab",2),e._uU(4,"Content 2"),e.qZA(),e.TgZ(5,"mat-tab",3),e._uU(6,"Content 3"),e.qZA()(),e.TgZ(7,"mat-tab-group",4)(8,"mat-tab",1),e._uU(9,"Content 1"),e.qZA(),e.TgZ(10,"mat-tab",2),e._uU(11,"Content 2"),e.qZA(),e.TgZ(12,"mat-tab",3),e._uU(13,"Content 3"),e.qZA()(),e.TgZ(14,"mat-tab-group",5)(15,"mat-tab",1),e._uU(16,"Content 1"),e.qZA(),e.TgZ(17,"mat-tab",2),e._uU(18,"Content 2"),e.qZA(),e.TgZ(19,"mat-tab",3),e._uU(20,"Content 3"),e.qZA()())},dependencies:[b.uX,b.SP],styles:[".mat-tab-group[_ngcontent-%COMP%] {\n margin-bottom: 48px;\n}"]}),a})(),w=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-animations-example"]],decls:18,vars:0,consts:[["animationDuration","0ms"],["label","First"],["label","Second"],["label","Third"],["animationDuration","2000ms"]],template:function(d,k){1&d&&(e.TgZ(0,"h3"),e._uU(1,"No animation"),e.qZA(),e.TgZ(2,"mat-tab-group",0)(3,"mat-tab",1),e._uU(4,"Content 1"),e.qZA(),e.TgZ(5,"mat-tab",2),e._uU(6,"Content 2"),e.qZA(),e.TgZ(7,"mat-tab",3),e._uU(8,"Content 3"),e.qZA()(),e.TgZ(9,"h3"),e._uU(10,"Very slow animation"),e.qZA(),e.TgZ(11,"mat-tab-group",4)(12,"mat-tab",1),e._uU(13,"Content 1"),e.qZA(),e.TgZ(14,"mat-tab",2),e._uU(15,"Content 2"),e.qZA(),e.TgZ(16,"mat-tab",3),e._uU(17,"Content 3"),e.qZA()())},dependencies:[b.uX,b.SP],styles:[".mat-tab-group[_ngcontent-%COMP%] {\n margin-bottom: 48px;\n}"]}),a})(),z=(()=>{class a{constructor(){this.asyncTabs=new O.y(d=>{setTimeout(()=>{d.next([{label:"First",content:"Content 1"},{label:"Second",content:"Content 2"},{label:"Third",content:"Content 3"}])},1e3)})}}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-async-example"]],decls:5,vars:6,consts:[[4,"ngIf"],[4,"ngFor","ngForOf"],["mat-tab-label",""]],template:function(d,k){1&d&&(e.YNc(0,P,2,0,"ng-container",0),e.ALo(1,"async"),e.TgZ(2,"mat-tab-group"),e.YNc(3,y,3,1,"mat-tab",1),e.ALo(4,"async"),e.qZA()),2&d&&(e.Q6J("ngIf",null===e.lcZ(1,2,k.asyncTabs)),e.xp6(3),e.Q6J("ngForOf",e.lcZ(4,4,k.asyncTabs)))},dependencies:[t.sg,t.O5,b.uD,b.uX,b.SP,t.Ov],encapsulation:2}),a})(),S=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-basic-example"]],decls:7,vars:0,consts:[["label","First"],["label","Second"],["label","Third"]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group")(1,"mat-tab",0),e._uU(2," Content 1 "),e.qZA(),e.TgZ(3,"mat-tab",1),e._uU(4," Content 2 "),e.qZA(),e.TgZ(5,"mat-tab",2),e._uU(6," Content 3 "),e.qZA()())},dependencies:[b.uX,b.SP],encapsulation:2}),a})(),q=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-custom-label-example"]],decls:10,vars:0,consts:[["mat-tab-label",""],[1,"example-tab-icon"]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group")(1,"mat-tab"),e.YNc(2,v,3,0,"ng-template",0),e._uU(3," Content 1 "),e.qZA(),e.TgZ(4,"mat-tab"),e.YNc(5,s,3,0,"ng-template",0),e._uU(6," Content 2 "),e.qZA(),e.TgZ(7,"mat-tab"),e.YNc(8,c,3,0,"ng-template",0),e._uU(9," Content 3 "),e.qZA()())},dependencies:[A.Hw,b.uD,b.uX,b.SP],styles:[".example-tab-icon[_ngcontent-%COMP%] {\n margin-right: 8px;\n}"]}),a})(),X=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-dynamic-height-example"]],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(d,k){1&d&&(e.TgZ(0,"mat-tab-group",0)(1,"mat-tab",1)(2,"div",2),e._uU(3," Small content "),e.qZA()(),e.TgZ(4,"mat-tab",3)(5,"div",4),e._uU(6," Large content "),e.qZA()()())},dependencies:[b.uX,b.SP],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}"]}),a})(),N=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-harness-example"]],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(d,k){1&d&&(e.TgZ(0,"mat-tab-group")(1,"mat-tab",0)(2,"span",1),e._uU(3,"Your personal information"),e.qZA()(),e.TgZ(4,"mat-tab",2)(5,"span",1),e._uU(6,"Privacy settings"),e.qZA()(),e.TgZ(7,"mat-tab",3)(8,"span",1),e._uU(9,"How to update profile picture"),e.qZA()()())},dependencies:[b.uX,b.SP],encapsulation:2}),a})(),j=(()=>{class a{constructor(){this.tabs=["First","Second","Third"],this.selected=new E.NI(0)}addTab(d){this.tabs.push("New"),d&&this.selected.setValue(this.tabs.length-1)}removeTab(d){this.tabs.splice(d,1)}}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-dynamic-example"]],decls:12,vars:3,consts:[["appearance","fill"],["matInput","","type","number",3,"formControl"],["mat-raised-button","",1,"example-add-tab-button",3,"click"],["selectAfterAdding",""],[3,"selectedIndex","selectedIndexChange"],[3,"label",4,"ngFor","ngForOf"],[3,"label"],["mat-raised-button","",1,"example-delete-tab-button",3,"disabled","click"]],template:function(d,k){if(1&d){const G=e.EpF();e.TgZ(0,"mat-form-field",0)(1,"mat-label"),e._uU(2,"Selected tab index"),e.qZA(),e._UZ(3,"input",1),e.qZA(),e.TgZ(4,"div")(5,"button",2),e.NdJ("click",function(){e.CHM(G);const H=e.MAs(8);return e.KtG(k.addTab(H.checked))}),e._uU(6," Add new tab "),e.qZA(),e.TgZ(7,"mat-checkbox",null,3),e._uU(9," Select tab after adding "),e.qZA()(),e.TgZ(10,"mat-tab-group",4),e.NdJ("selectedIndexChange",function(H){return k.selected.setValue(H)}),e.YNc(11,f,4,3,"mat-tab",5),e.qZA()}2&d&&(e.xp6(3),e.Q6J("formControl",k.selected),e.xp6(7),e.Q6J("selectedIndex",k.selected.value),e.xp6(1),e.Q6J("ngForOf",k.tabs))},dependencies:[t.sg,m.lW,F.oG,I.Nt,L.KE,L.hX,b.uX,b.SP,E.Fj,E.wV,E.JJ,E.oH],styles:[".example-input-label[_ngcontent-%COMP%], .example-add-tab-button[_ngcontent-%COMP%], .example-delete-tab-button[_ngcontent-%COMP%] {\n margin: 8px;\n}"]}),a})(),$=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-header-below-example"]],decls:7,vars:0,consts:[["headerPosition","below"],["label","First"],["label","Second"],["label","Third"]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group",0)(1,"mat-tab",1),e._uU(2," Content 1 "),e.qZA(),e.TgZ(3,"mat-tab",2),e._uU(4," Content 2 "),e.qZA(),e.TgZ(5,"mat-tab",3),e._uU(6," Content 3 "),e.qZA()())},dependencies:[b.uX,b.SP],encapsulation:2}),a})(),ee=(()=>{class a{constructor(){this.tabLoadTimes=[]}getTimeLoaded(d){return this.tabLoadTimes[d]||(this.tabLoadTimes[d]=new Date),this.tabLoadTimes[d]}}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-lazy-loaded-example"]],decls:7,vars:0,consts:[["label","First"],["matTabContent",""],["label","Second"],["label","Third"]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group")(1,"mat-tab",0),e.YNc(2,n,2,4,"ng-template",1),e.qZA(),e.TgZ(3,"mat-tab",2),e.YNc(4,l,2,4,"ng-template",1),e.qZA(),e.TgZ(5,"mat-tab",3),e.YNc(6,x,2,4,"ng-template",1),e.qZA()())},dependencies:[b.Vc,b.uX,b.SP,t.uU],encapsulation:2}),a})(),te=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-preserve-content-example"]],decls:7,vars:0,consts:[["preserveContent",""],["label","First"],["width","560","height","315","src","https://www.youtube.com/embed/B-lipaiZII8","frameborder","0","allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture","allowfullscreen",""],["label","Second"]],template:function(d,k){1&d&&(e.TgZ(0,"p"),e._uU(1,"Start the video in the first tab and navigate to the second one to see how it keeps playing."),e.qZA(),e.TgZ(2,"mat-tab-group",0)(3,"mat-tab",1),e._UZ(4,"iframe",2),e.qZA(),e.TgZ(5,"mat-tab",3),e._uU(6,"Note how the video from the previous tab is still playing."),e.qZA()())},dependencies:[b.uX,b.SP],encapsulation:2}),a})(),W=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-stretched-example"]],decls:7,vars:0,consts:[["mat-stretch-tabs","",1,"example-stretched-tabs","mat-elevation-z4"],["label","First"],["label","Second"],["label","Third"]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group",0)(1,"mat-tab",1),e._uU(2," Content 1 "),e.qZA(),e.TgZ(3,"mat-tab",2),e._uU(4," Content 2 "),e.qZA(),e.TgZ(5,"mat-tab",3),e._uU(6," Content 3 "),e.qZA()())},dependencies:[b.uX,b.SP],styles:[".example-stretched-tabs[_ngcontent-%COMP%] {\n max-width: 800px;\n}"]}),a})(),ie=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-theme-example"]],decls:25,vars:2,consts:[["value","primary","aria-label","Change color"],["colorToggle","matButtonToggleGroup"],["value","primary"],["value","accent"],[1,"example-button-toggle-label"],["backgroundColorToggle","matButtonToggleGroup"],[3,"color","backgroundColor"],["label","First"],["label","Second"],["label","Third"]],template:function(d,k){if(1&d&&(e.TgZ(0,"div")(1,"mat-button-toggle-group",0,1)(3,"mat-button-toggle",2),e._uU(4," Primary "),e.qZA(),e.TgZ(5,"mat-button-toggle",3),e._uU(6," Accent "),e.qZA()(),e.TgZ(7,"span",4),e._uU(8," Color "),e.qZA()(),e.TgZ(9,"div")(10,"mat-button-toggle-group",0,5)(12,"mat-button-toggle",2),e._uU(13," Primary "),e.qZA(),e.TgZ(14,"mat-button-toggle",3),e._uU(15," Accent "),e.qZA()(),e.TgZ(16,"span",4),e._uU(17," Background Color "),e.qZA()(),e.TgZ(18,"mat-tab-group",6)(19,"mat-tab",7),e._uU(20," Content 1 "),e.qZA(),e.TgZ(21,"mat-tab",8),e._uU(22," Content 2 "),e.qZA(),e.TgZ(23,"mat-tab",9),e._uU(24," Content 3 "),e.qZA()()),2&d){const G=e.MAs(2),U=e.MAs(11);e.xp6(18),e.Q6J("color",G.value)("backgroundColor",U.value)}},dependencies:[D.A9,D.Yi,b.uX,b.SP],styles:[".example-button-toggle-label[_ngcontent-%COMP%] {\n display: inline-block;\n margin: 16px;\n}"]}),a})(),Q=(()=>{class a{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}`)}}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-nav-bar-basic-example"]],decls:10,vars:3,consts:[["mat-tab-nav-bar","",3,"backgroundColor","tabPanel"],["mat-tab-link","",3,"active","click",4,"ngFor","ngForOf"],["mat-tab-link","","disabled",""],["tabPanel",""],["mat-raised-button","",1,"example-action-button",3,"click"],["mat-tab-link","",3,"active","click"]],template:function(d,k){if(1&d&&(e.TgZ(0,"nav",0),e.YNc(1,h,2,2,"a",1),e.TgZ(2,"a",2),e._uU(3,"Disabled Link"),e.qZA()(),e._UZ(4,"mat-tab-nav-panel",null,3),e.TgZ(6,"button",4),e.NdJ("click",function(){return k.toggleBackground()}),e._uU(7," Toggle background\n"),e.qZA(),e.TgZ(8,"button",4),e.NdJ("click",function(){return k.addLink()}),e._uU(9," Add link\n"),e.qZA()),2&d){const G=e.MAs(5);e.Q6J("backgroundColor",k.background)("tabPanel",G),e.xp6(1),e.Q6J("ngForOf",k.links)}},dependencies:[t.sg,m.lW,b.BU,b.sW,b.Nj],styles:[".example-action-button[_ngcontent-%COMP%] {\n margin-top: 8px;\n margin-right: 8px;\n}"]}),a})(),ae=(()=>{class a{constructor(){this.lotsOfTabs=new Array(30).fill(0).map((d,k)=>`Tab ${k}`)}}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-paginated-example"]],decls:2,vars:1,consts:[[3,"label",4,"ngFor","ngForOf"],[3,"label"]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group"),e.YNc(1,p,2,1,"mat-tab",0),e.qZA()),2&d&&(e.xp6(1),e.Q6J("ngForOf",k.lotsOfTabs))},dependencies:[t.sg,b.uX,b.SP],encapsulation:2}),a})(),ne=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-inverted-example"]],decls:7,vars:0,consts:[["headerPosition","below"],["label","First"],["label","Second"],["label","Third"]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group",0)(1,"mat-tab",1),e._uU(2,"Content 1"),e.qZA(),e.TgZ(3,"mat-tab",2),e._uU(4,"Content 2"),e.qZA(),e.TgZ(5,"mat-tab",3),e._uU(6,"Content 3"),e.qZA()())},dependencies:[b.uX,b.SP],encapsulation:2}),a})(),V=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275cmp=e.Xpm({type:a,selectors:[["tab-group-ink-bar-example"]],decls:9,vars:0,consts:[["fitInkBarToContent",""],["label","First"],["label","Second"],["label","Third"],["label","Fourth","disabled",""]],template:function(d,k){1&d&&(e.TgZ(0,"mat-tab-group",0)(1,"mat-tab",1),e._uU(2,"Content 1"),e.qZA(),e.TgZ(3,"mat-tab",2),e._uU(4,"Content 2"),e.qZA(),e.TgZ(5,"mat-tab",3),e._uU(6,"Content 3"),e.qZA(),e.TgZ(7,"mat-tab",4),e._uU(8,"Content 4"),e.qZA()())},dependencies:[b.uX,b.SP],encapsulation:2}),a})(),ce=(()=>{class a{}return a.\u0275fac=function(d){return new(d||a)},a.\u0275mod=e.oAB({type:a}),a.\u0275inj=e.cJS({imports:[t.ez,m.ot,D.vV,F.p9,A.Ps,I.c,b.Nh,E.UX]}),a})()},811:(K,B,_)=>{_.d(B,{A9:()=>Z,Yi:()=>v,vV:()=>s});var t=_(2687),e=_(1281),E=_(5017),m=_(4650),D=_(4006),F=_(3238);const A=["button"],I=["*"],b=new m.OlP("MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS"),O=new m.OlP("MatButtonToggleGroup"),L={provide:D.JU,useExisting:(0,m.Gpc)(()=>Z),multi:!0};let R=0;class P{constructor(f,n){this.source=f,this.value=n}}let Z=(()=>{class c{constructor(n,l){this._changeDetector=n,this._vertical=!1,this._multiple=!1,this._disabled=!1,this._controlValueAccessorChangeFn=()=>{},this._onTouched=()=>{},this._name="mat-button-toggle-group-"+R++,this.valueChange=new m.vpe,this.change=new m.vpe,this.appearance=l&&l.appearance?l.appearance:"standard"}get name(){return this._name}set name(n){this._name=n,this._markButtonsForCheck()}get vertical(){return this._vertical}set vertical(n){this._vertical=(0,e.Ig)(n)}get value(){const n=this._selectionModel?this._selectionModel.selected:[];return this.multiple?n.map(l=>l.value):n[0]?n[0].value:void 0}set value(n){this._setSelectionByValue(n),this.valueChange.emit(this.value)}get selected(){const n=this._selectionModel?this._selectionModel.selected:[];return this.multiple?n:n[0]||null}get multiple(){return this._multiple}set multiple(n){this._multiple=(0,e.Ig)(n),this._markButtonsForCheck()}get disabled(){return this._disabled}set disabled(n){this._disabled=(0,e.Ig)(n),this._markButtonsForCheck()}ngOnInit(){this._selectionModel=new E.Ov(this.multiple,void 0,!1)}ngAfterContentInit(){this._selectionModel.select(...this._buttonToggles.filter(n=>n.checked))}writeValue(n){this.value=n,this._changeDetector.markForCheck()}registerOnChange(n){this._controlValueAccessorChangeFn=n}registerOnTouched(n){this._onTouched=n}setDisabledState(n){this.disabled=n}_emitChangeEvent(n){const l=new P(n,this.value);this._controlValueAccessorChangeFn(l.value),this.change.emit(l)}_syncButtonToggle(n,l,x=!1,h=!1){!this.multiple&&this.selected&&!n.checked&&(this.selected.checked=!1),this._selectionModel?l?this._selectionModel.select(n):this._selectionModel.deselect(n):h=!0,h?Promise.resolve().then(()=>this._updateModelValue(n,x)):this._updateModelValue(n,x)}_isSelected(n){return this._selectionModel&&this._selectionModel.isSelected(n)}_isPrechecked(n){return!(typeof this._rawValue>"u")&&(this.multiple&&Array.isArray(this._rawValue)?this._rawValue.some(l=>null!=n.value&&l===n.value):n.value===this._rawValue)}_setSelectionByValue(n){this._rawValue=n,this._buttonToggles&&(this.multiple&&n?(Array.isArray(n),this._clearSelection(),n.forEach(l=>this._selectValue(l))):(this._clearSelection(),this._selectValue(n)))}_clearSelection(){this._selectionModel.clear(),this._buttonToggles.forEach(n=>n.checked=!1)}_selectValue(n){const l=this._buttonToggles.find(x=>null!=x.value&&x.value===n);l&&(l.checked=!0,this._selectionModel.select(l))}_updateModelValue(n,l){l&&this._emitChangeEvent(n),this.valueChange.emit(this.value)}_markButtonsForCheck(){this._buttonToggles?.forEach(n=>n._markForCheck())}}return c.\u0275fac=function(n){return new(n||c)(m.Y36(m.sBO),m.Y36(b,8))},c.\u0275dir=m.lG2({type:c,selectors:[["mat-button-toggle-group"]],contentQueries:function(n,l,x){if(1&n&&m.Suo(x,v,5),2&n){let h;m.iGM(h=m.CRH())&&(l._buttonToggles=h)}},hostAttrs:["role","group",1,"mat-button-toggle-group"],hostVars:5,hostBindings:function(n,l){2&n&&(m.uIk("aria-disabled",l.disabled),m.ekj("mat-button-toggle-vertical",l.vertical)("mat-button-toggle-group-appearance-standard","standard"===l.appearance))},inputs:{appearance:"appearance",name:"name",vertical:"vertical",value:"value",multiple:"multiple",disabled:"disabled"},outputs:{valueChange:"valueChange",change:"change"},exportAs:["matButtonToggleGroup"],features:[m._Bn([L,{provide:O,useExisting:c}])]}),c})();const y=(0,F.Kr)(class{});let v=(()=>{class c extends y{constructor(n,l,x,h,p,M){super(),this._changeDetectorRef=l,this._elementRef=x,this._focusMonitor=h,this._checked=!1,this.ariaLabelledby=null,this._disabled=!1,this.change=new m.vpe;const w=Number(p);this.tabIndex=w||0===w?w:null,this.buttonToggleGroup=n,this.appearance=M&&M.appearance?M.appearance:"standard"}get buttonId(){return`${this.id}-button`}get appearance(){return this.buttonToggleGroup?this.buttonToggleGroup.appearance:this._appearance}set appearance(n){this._appearance=n}get checked(){return this.buttonToggleGroup?this.buttonToggleGroup._isSelected(this):this._checked}set checked(n){const l=(0,e.Ig)(n);l!==this._checked&&(this._checked=l,this.buttonToggleGroup&&this.buttonToggleGroup._syncButtonToggle(this,this._checked),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled||this.buttonToggleGroup&&this.buttonToggleGroup.disabled}set disabled(n){this._disabled=(0,e.Ig)(n)}ngOnInit(){const n=this.buttonToggleGroup;this.id=this.id||"mat-button-toggle-"+R++,n&&(n._isPrechecked(this)?this.checked=!0:n._isSelected(this)!==this._checked&&n._syncButtonToggle(this,this._checked))}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){const n=this.buttonToggleGroup;this._focusMonitor.stopMonitoring(this._elementRef),n&&n._isSelected(this)&&n._syncButtonToggle(this,!1,!1,!0)}focus(n){this._buttonElement.nativeElement.focus(n)}_onButtonClick(){const n=!!this._isSingleSelector()||!this._checked;n!==this._checked&&(this._checked=n,this.buttonToggleGroup&&(this.buttonToggleGroup._syncButtonToggle(this,this._checked,!0),this.buttonToggleGroup._onTouched())),this.change.emit(new P(this,this.value))}_markForCheck(){this._changeDetectorRef.markForCheck()}_getButtonName(){return this._isSingleSelector()?this.buttonToggleGroup.name:this.name||null}_isSingleSelector(){return this.buttonToggleGroup&&!this.buttonToggleGroup.multiple}}return c.\u0275fac=function(n){return new(n||c)(m.Y36(O,8),m.Y36(m.sBO),m.Y36(m.SBq),m.Y36(t.tE),m.$8M("tabindex"),m.Y36(b,8))},c.\u0275cmp=m.Xpm({type:c,selectors:[["mat-button-toggle"]],viewQuery:function(n,l){if(1&n&&m.Gf(A,5),2&n){let x;m.iGM(x=m.CRH())&&(l._buttonElement=x.first)}},hostAttrs:["role","presentation",1,"mat-button-toggle"],hostVars:12,hostBindings:function(n,l){1&n&&m.NdJ("focus",function(){return l.focus()}),2&n&&(m.uIk("aria-label",null)("aria-labelledby",null)("id",l.id)("name",null),m.ekj("mat-button-toggle-standalone",!l.buttonToggleGroup)("mat-button-toggle-checked",l.checked)("mat-button-toggle-disabled",l.disabled)("mat-button-toggle-appearance-standard","standard"===l.appearance))},inputs:{disableRipple:"disableRipple",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],id:"id",name:"name",value:"value",tabIndex:"tabIndex",appearance:"appearance",checked:"checked",disabled:"disabled"},outputs:{change:"change"},exportAs:["matButtonToggle"],features:[m.qOj],ngContentSelectors:I,decls:6,vars:9,consts:[["type","button",1,"mat-button-toggle-button","mat-focus-indicator",3,"id","disabled","click"],["button",""],[1,"mat-button-toggle-label-content"],[1,"mat-button-toggle-focus-overlay"],["matRipple","",1,"mat-button-toggle-ripple",3,"matRippleTrigger","matRippleDisabled"]],template:function(n,l){if(1&n&&(m.F$t(),m.TgZ(0,"button",0,1),m.NdJ("click",function(){return l._onButtonClick()}),m.TgZ(2,"span",2),m.Hsn(3),m.qZA()(),m._UZ(4,"span",3)(5,"span",4)),2&n){const x=m.MAs(1);m.Q6J("id",l.buttonId)("disabled",l.disabled||null),m.uIk("tabindex",l.disabled?-1:l.tabIndex)("aria-pressed",l.checked)("name",l._getButtonName())("aria-label",l.ariaLabel)("aria-labelledby",l.ariaLabelledby),m.xp6(5),m.Q6J("matRippleTrigger",x)("matRippleDisabled",l.disableRipple||l.disabled)}},dependencies:[F.wG],styles:[".mat-button-toggle-standalone,.mat-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;border-radius:2px;-webkit-tap-highlight-color:rgba(0,0,0,0);transform:translateZ(0)}.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:4px}.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}.mat-button-toggle .mat-icon svg{vertical-align:top}.mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:1}.mat-button-toggle-appearance-standard:not(.mat-button-toggle-disabled):hover .mat-button-toggle-focus-overlay{opacity:.04}.mat-button-toggle-appearance-standard.cdk-keyboard-focused:not(.mat-button-toggle-disabled) .mat-button-toggle-focus-overlay{opacity:.12}@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;line-height:36px;padding:0 16px;position:relative}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{padding:0 12px}.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}.cdk-high-contrast-active .mat-button-toggle-checked .mat-button-toggle-focus-overlay{border-bottom:solid 36px;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}"],encapsulation:2,changeDetection:0}),c})(),s=(()=>{class c{}return c.\u0275fac=function(n){return new(n||c)},c.\u0275mod=m.oAB({type:c}),c.\u0275inj=m.cJS({imports:[F.BQ,F.si,F.BQ]}),c})()},6709:(K,B,_)=>{_.d(B,{oG:()=>v,p9:()=>n});var t=_(4650),e=_(4006),E=_(3238),m=_(1281);const D=["input"],F=["label"],A=["*"],I=new t.OlP("mat-checkbox-default-options",{providedIn:"root",factory:b});function b(){return{color:"accent",clickAction:"check-indeterminate"}}const O={provide:e.JU,useExisting:(0,t.Gpc)(()=>v),multi:!0};class L{}let R=0;const P=b(),Z=(0,E.sb)((0,E.pj)((0,E.Kr)((0,E.Id)(class{constructor(l){this._elementRef=l}}))));let y=(()=>{class l extends Z{constructor(h,p,M,w,z,S,q){super(p),this._changeDetectorRef=M,this._ngZone=w,this._animationMode=S,this._options=q,this.ariaLabel="",this.ariaLabelledby=null,this.labelPosition="after",this.name=null,this.change=new t.vpe,this.indeterminateChange=new t.vpe,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=0,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||P,this.color=this.defaultColor=this._options.color||P.color,this.tabIndex=parseInt(z)||0,this.id=this._uniqueId=`${h}${++R}`}get inputId(){return`${this.id||this._uniqueId}-input`}get required(){return this._required}set required(h){this._required=(0,m.Ig)(h)}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(h){const p=(0,m.Ig)(h);p!=this.checked&&(this._checked=p,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(h){const p=(0,m.Ig)(h);p!==this.disabled&&(this._disabled=p,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(h){const p=h!=this._indeterminate;this._indeterminate=(0,m.Ig)(h),p&&(this._transitionCheckState(this._indeterminate?3:this.checked?1:2),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(h){this.checked=!!h}registerOnChange(h){this._controlValueAccessorChangeFn=h}registerOnTouched(h){this._onTouched=h}setDisabledState(h){this.disabled=h}_getAriaChecked(){return this.checked?"true":this.indeterminate?"mixed":"false"}_transitionCheckState(h){let p=this._currentCheckState,M=this._getAnimationTargetElement();if(p!==h&&M&&(this._currentAnimationClass&&M.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(p,h),this._currentCheckState=h,this._currentAnimationClass.length>0)){M.classList.add(this._currentAnimationClass);const w=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{M.classList.remove(w)},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 h=this._options?.clickAction;this.disabled||"noop"===h?!this.disabled&&"noop"===h&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==h&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}_onInteractionEvent(h){h.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(h,p){if("NoopAnimations"===this._animationMode)return"";switch(h){case 0:if(1===p)return this._animationClasses.uncheckedToChecked;if(3==p)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case 2:return 1===p?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case 1:return 2===p?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case 3:return 1===p?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(h){const p=this._inputElement;p&&(p.nativeElement.indeterminate=h)}}return l.\u0275fac=function(h){t.$Z()},l.\u0275dir=t.lG2({type:l,viewQuery:function(h,p){if(1&h&&(t.Gf(D,5),t.Gf(F,5),t.Gf(E.wG,5)),2&h){let M;t.iGM(M=t.CRH())&&(p._inputElement=M.first),t.iGM(M=t.CRH())&&(p._labelElement=M.first),t.iGM(M=t.CRH())&&(p.ripple=M.first)}},inputs:{ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],id:"id",required:"required",labelPosition:"labelPosition",name:"name",value:"value",checked:"checked",disabled:"disabled",indeterminate:"indeterminate"},outputs:{change:"change",indeterminateChange:"indeterminateChange"},features:[t.qOj]}),l})(),v=(()=>{class l extends y{constructor(h,p,M,w,z,S){super("mat-mdc-checkbox-",h,p,M,w,z,S),this._animationClasses={uncheckedToChecked:"mdc-checkbox--anim-unchecked-checked",uncheckedToIndeterminate:"mdc-checkbox--anim-unchecked-indeterminate",checkedToUnchecked:"mdc-checkbox--anim-checked-unchecked",checkedToIndeterminate:"mdc-checkbox--anim-checked-indeterminate",indeterminateToChecked:"mdc-checkbox--anim-indeterminate-checked",indeterminateToUnchecked:"mdc-checkbox--anim-indeterminate-unchecked"}}focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(h){const p=new L;return p.source=this,p.checked=h,p}_getAnimationTargetElement(){return this._inputElement?.nativeElement}_onInputClick(){super._handleInputClick()}_preventBubblingFromLabel(h){h.target&&this._labelElement.nativeElement.contains(h.target)&&h.stopPropagation()}}return l.\u0275fac=function(h){return new(h||l)(t.Y36(t.SBq),t.Y36(t.sBO),t.Y36(t.R0b),t.$8M("tabindex"),t.Y36(t.QbO,8),t.Y36(I,8))},l.\u0275cmp=t.Xpm({type:l,selectors:[["mat-checkbox"]],hostAttrs:[1,"mat-mdc-checkbox"],hostVars:12,hostBindings:function(h,p){2&h&&(t.Ikx("id",p.id),t.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null),t.ekj("_mat-animation-noopable","NoopAnimations"===p._animationMode)("mdc-checkbox--disabled",p.disabled)("mat-mdc-checkbox-disabled",p.disabled)("mat-mdc-checkbox-checked",p.checked))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex"},exportAs:["matCheckbox"],features:[t._Bn([O]),t.qOj],ngContentSelectors:A,decls:15,vars:19,consts:[[1,"mdc-form-field",3,"click"],[1,"mdc-checkbox"],["checkbox",""],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"checked","disabled","id","required","tabIndex","blur","click","change"],["input",""],[1,"mdc-checkbox__ripple"],[1,"mdc-checkbox__background"],["focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mdc-checkbox__checkmark"],["fill","none","d","M1.73,12.91 8.1,19.28 22.79,4.59",1,"mdc-checkbox__checkmark-path"],[1,"mdc-checkbox__mixedmark"],["mat-ripple","",1,"mat-mdc-checkbox-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[3,"for"],["label",""]],template:function(h,p){if(1&h&&(t.F$t(),t.TgZ(0,"div",0),t.NdJ("click",function(w){return p._preventBubblingFromLabel(w)}),t.TgZ(1,"div",1,2)(3,"div",3),t.NdJ("click",function(){return p._onInputClick()}),t.qZA(),t.TgZ(4,"input",4,5),t.NdJ("blur",function(){return p._onBlur()})("click",function(){return p._onInputClick()})("change",function(w){return p._onInteractionEvent(w)}),t.qZA(),t._UZ(6,"div",6),t.TgZ(7,"div",7),t.O4$(),t.TgZ(8,"svg",8),t._UZ(9,"path",9),t.qZA(),t.kcU(),t._UZ(10,"div",10),t.qZA(),t._UZ(11,"div",11),t.qZA(),t.TgZ(12,"label",12,13),t.Hsn(14),t.qZA()()),2&h){const M=t.MAs(2);t.ekj("mdc-form-field--align-end","before"==p.labelPosition),t.xp6(4),t.ekj("mdc-checkbox--selected",p.checked),t.Q6J("checked",p.checked)("disabled",p.disabled)("id",p.inputId)("required",p.required)("tabIndex",p.tabIndex),t.uIk("aria-checked",p._getAriaChecked())("aria-label",p.ariaLabel||null)("aria-labelledby",p.ariaLabelledby)("aria-describedby",p.ariaDescribedby)("name",p.name)("value",p.value),t.xp6(7),t.Q6J("matRippleTrigger",M)("matRippleDisabled",p.disableRipple||p.disabled)("matRippleCentered",!0),t.xp6(1),t.Q6J("for",p.inputId)}},dependencies:[E.wG],styles:['.mdc-touch-target-wrapper{display:inline}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox[hidden]{display:none}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{border-color:CanvasText}}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{border-color:CanvasText}}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox--touch{margin:calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2)}.mdc-checkbox--touch .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);right:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);left:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);width:var(--mdc-checkbox-state-layer-size, 48px);height:var(--mdc-checkbox-state-layer-size, 48px)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none}.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mat-mdc-checkbox{display:inline-block;position:relative}.mat-mdc-checkbox .mdc-checkbox{padding:calc((var(--mdc-checkbox-state-layer-size, 40px) - 18px) / 2);margin:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2)}.mat-mdc-checkbox .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, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .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, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-selected-checkmark-color, #fff)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-selected-checkmark-color, #fff)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-disabled-selected-checkmark-color, #fff)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-disabled-selected-checkmark-color, #fff)}.mat-mdc-checkbox .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, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-icon-color, var(--mdc-theme-secondary, #018786))}@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786{0%{border-color:var(--mdc-checkbox-unselected-icon-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-icon-color, var(--mdc-theme-secondary, #018786))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786{0%,80%{border-color:var(--mdc-checkbox-selected-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-icon-color, var(--mdc-theme-secondary, #018786))}100%{border-color:var(--mdc-checkbox-unselected-icon-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786}.mat-mdc-checkbox .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786}.mat-mdc-checkbox .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, var(--mdc-theme-secondary, #018786));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mdc-theme-secondary, #018786))}@keyframes mdc-checkbox-fade-in-background-FF018786FF01878600000000FF018786{0%{border-color:var(--mdc-checkbox-unselected-hover-icon-color, var(--mdc-theme-secondary, #018786));background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mdc-theme-secondary, #018786))}}@keyframes mdc-checkbox-fade-out-background-FF018786FF01878600000000FF018786{0%,80%{border-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mdc-theme-secondary, #018786))}100%{border-color:var(--mdc-checkbox-unselected-hover-icon-color, var(--mdc-theme-secondary, #018786));background-color:transparent}}.mat-mdc-checkbox .mdc-checkbox:hover.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:hover.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-FF018786FF01878600000000FF018786}.mat-mdc-checkbox .mdc-checkbox:hover.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:hover.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-FF018786FF01878600000000FF018786}.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-focus-icon-color, var(--mdc-theme-secondary, #018786));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mdc-theme-secondary, #018786))}@keyframes mdc-checkbox-fade-in-background-FF018786FF01878600000000FF018786{0%{border-color:var(--mdc-checkbox-unselected-focus-icon-color, var(--mdc-theme-secondary, #018786));background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mdc-theme-secondary, #018786))}}@keyframes mdc-checkbox-fade-out-background-FF018786FF01878600000000FF018786{0%,80%{border-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mdc-theme-secondary, #018786))}100%{border-color:var(--mdc-checkbox-unselected-focus-icon-color, var(--mdc-theme-secondary, #018786));background-color:transparent}}.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-FF018786FF01878600000000FF018786}.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-FF018786FF01878600000000FF018786}.mat-mdc-checkbox .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, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .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, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-pressed-icon-color, var(--mdc-theme-secondary, #018786))}@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786{0%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-pressed-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-pressed-icon-color, var(--mdc-theme-secondary, #018786))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786{0%,80%{border-color:var(--mdc-checkbox-selected-pressed-icon-color, var(--mdc-theme-secondary, #018786));background-color:var(--mdc-checkbox-selected-pressed-icon-color, var(--mdc-theme-secondary, #018786))}100%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox .mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .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-8A000000FF01878600000000FF018786}.mat-mdc-checkbox .mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox .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-8A000000FF01878600000000FF018786}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-state-layer-size, 40px) - 18px) / 2);left:calc((var(--mdc-checkbox-state-layer-size, 40px) - 18px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2);right:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2);left:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2);width:var(--mdc-checkbox-state-layer-size, 40px);height:var(--mdc-checkbox-state-layer-size, 40px)}.mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:not([disabled])~.mdc-checkbox__ripple{opacity:.04;transform:scale(1);transition:opacity 80ms 0 cubic-bezier(0, 0, 0.2, 1),transform 80ms 0 cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:not([disabled]):focus~.mdc-checkbox__ripple{opacity:.16}.mat-mdc-checkbox .mdc-checkbox__background{-webkit-print-color-adjust:exact;color-adjust:exact}.mat-mdc-checkbox._mat-animation-noopable *,.mat-mdc-checkbox._mat-animation-noopable *::before{transition:none !important;animation:none !important}.mat-mdc-checkbox label{cursor:pointer}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default}.mat-mdc-checkbox label:empty{display:none}.mat-mdc-checkbox .mdc-checkbox__native-control:focus:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-focus-icon-color, black)}.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-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0}),l})(),f=(()=>{class l{}return l.\u0275fac=function(h){return new(h||l)},l.\u0275mod=t.oAB({type:l}),l.\u0275inj=t.cJS({}),l})(),n=(()=>{class l{}return l.\u0275fac=function(h){return new(h||l)},l.\u0275mod=t.oAB({type:l}),l.\u0275inj=t.cJS({imports:[E.BQ,E.si,f,E.BQ,f]}),l})()},9549:(K,B,_)=>{_.d(B,{Eo:()=>re,G_:()=>se,KE:()=>xe,R9:()=>u,TO:()=>ae,bx:()=>V,hX:()=>W,lN:()=>ke,qo:()=>ce});var t=_(4650),e=_(445),E=_(3353),m=_(8929),D=_(6787),F=_(7625),A=_(6895),I=_(1281),b=_(7340),O=_(9643),L=_(3238);const R=["matFormFieldNotchedOutline",""],P=["*"],Z=["textField"],y=["iconPrefixContainer"],v=["textPrefixContainer"];function s(o,g){1&o&&t._UZ(0,"span",19)}function c(o,g){if(1&o){const i=t.EpF();t.TgZ(0,"label",17),t.NdJ("cdkObserveContent",function(){t.CHM(i);const T=t.oxw(2);return t.KtG(T._refreshOutlineNotchWidth())}),t.Hsn(1,1),t.YNc(2,s,1,0,"span",18),t.qZA()}if(2&o){const i=t.oxw(2);t.Q6J("floating",i._shouldLabelFloat())("cdkObserveContentDisabled",!i._hasOutline())("id",i._labelId),t.uIk("for",i._control.id)("aria-owns",i._control.id),t.xp6(2),t.Q6J("ngIf",!i.hideRequiredMarker&&i._control.required)}}function f(o,g){if(1&o&&t.YNc(0,c,3,6,"label",16),2&o){const i=t.oxw();t.Q6J("ngIf",i._hasFloatingLabel())}}function n(o,g){1&o&&t._UZ(0,"div",20)}function l(o,g){}function x(o,g){if(1&o&&t.YNc(0,l,0,0,"ng-template",22),2&o){t.oxw(2);const i=t.MAs(1);t.Q6J("ngTemplateOutlet",i)}}function h(o,g){if(1&o&&(t.TgZ(0,"div",21),t.YNc(1,x,1,1,"ng-template",9),t.qZA()),2&o){const i=t.oxw();t.Q6J("matFormFieldNotchedOutlineOpen",i._shouldLabelFloat())("matFormFieldNotchedOutlineLabelWidth",i._labelWidth),t.xp6(1),t.Q6J("ngIf",!i._forceDisplayInfixLabel())}}function p(o,g){1&o&&(t.TgZ(0,"div",23,24),t.Hsn(2,2),t.qZA())}function M(o,g){1&o&&(t.TgZ(0,"div",25,26),t.Hsn(2,3),t.qZA())}function w(o,g){}function z(o,g){if(1&o&&t.YNc(0,w,0,0,"ng-template",22),2&o){t.oxw();const i=t.MAs(1);t.Q6J("ngTemplateOutlet",i)}}function S(o,g){1&o&&(t.TgZ(0,"div",27),t.Hsn(1,4),t.qZA())}function q(o,g){1&o&&(t.TgZ(0,"div",28),t.Hsn(1,5),t.qZA())}function X(o,g){1&o&&t._UZ(0,"div",29)}function N(o,g){if(1&o&&(t.TgZ(0,"div",30),t.Hsn(1,6),t.qZA()),2&o){const i=t.oxw();t.Q6J("@transitionMessages",i._subscriptAnimationState)}}function j(o,g){if(1&o&&(t.TgZ(0,"mat-hint",34),t._uU(1),t.qZA()),2&o){const i=t.oxw(2);t.Q6J("id",i._hintLabelId),t.xp6(1),t.Oqu(i.hintLabel)}}function $(o,g){if(1&o&&(t.TgZ(0,"div",31),t.YNc(1,j,2,2,"mat-hint",32),t.Hsn(2,7),t._UZ(3,"div",33),t.Hsn(4,8),t.qZA()),2&o){const i=t.oxw();t.Q6J("@transitionMessages",i._subscriptAnimationState),t.xp6(1),t.Q6J("ngIf",i.hintLabel)}}const ee=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],te=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];let W=(()=>{class o{}return o.\u0275fac=function(i){return new(i||o)},o.\u0275dir=t.lG2({type:o,selectors:[["mat-label"]]}),o})(),ie=0;const Q=new t.OlP("MatError");let ae=(()=>{class o{constructor(i,r){this.id="mat-mdc-error-"+ie++,i||r.nativeElement.setAttribute("aria-live","polite")}}return o.\u0275fac=function(i){return new(i||o)(t.$8M("aria-live"),t.Y36(t.SBq))},o.\u0275dir=t.lG2({type:o,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(i,r){2&i&&t.Ikx("id",r.id)},inputs:{id:"id"},features:[t._Bn([{provide:Q,useExisting:o}])]}),o})(),ne=0,V=(()=>{class o{constructor(){this.align="start",this.id="mat-mdc-hint-"+ne++}}return o.\u0275fac=function(i){return new(i||o)},o.\u0275dir=t.lG2({type:o,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(i,r){2&i&&(t.Ikx("id",r.id),t.uIk("align",null),t.ekj("mat-mdc-form-field-hint-end","end"===r.align))},inputs:{align:"align",id:"id"}}),o})();const oe=new t.OlP("MatPrefix");let ce=(()=>{class o{constructor(i){this._isText=!1,this._isText=i.nativeElement.hasAttribute("matTextPrefix")}}return o.\u0275fac=function(i){return new(i||o)(t.Y36(t.SBq))},o.\u0275dir=t.lG2({type:o,selectors:[["","matPrefix",""],["","matIconPrefix",""],["","matTextPrefix",""]],features:[t._Bn([{provide:oe,useExisting:o}])]}),o})();const a=new t.OlP("MatSuffix");let u=(()=>{class o{constructor(i){this._isText=!1,this._isText=i.nativeElement.hasAttribute("matTextSuffix")}}return o.\u0275fac=function(i){return new(i||o)(t.Y36(t.SBq))},o.\u0275dir=t.lG2({type:o,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],features:[t._Bn([{provide:a,useExisting:o}])]}),o})(),d=(()=>{class o{constructor(i){this._elementRef=i,this.floating=!1}getWidth(){return function k(o){if(null!==o.offsetParent)return o.scrollWidth;const i=o.cloneNode(!0);i.style.setProperty("position","absolute"),i.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(i);const r=i.scrollWidth;return i.remove(),r}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}}return o.\u0275fac=function(i){return new(i||o)(t.Y36(t.SBq))},o.\u0275dir=t.lG2({type:o,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(i,r){2&i&&t.ekj("mdc-floating-label--float-above",r.floating)},inputs:{floating:"floating"}}),o})();const G="mdc-line-ripple--active",U="mdc-line-ripple--deactivating";let H=(()=>{class o{constructor(i,r){this._elementRef=i,this._handleTransitionEnd=T=>{const C=this._elementRef.nativeElement.classList,J=C.contains(U);"opacity"===T.propertyName&&J&&C.remove(G,U)},r.runOutsideAngular(()=>{i.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const i=this._elementRef.nativeElement.classList;i.remove(U),i.add(G)}deactivate(){this._elementRef.nativeElement.classList.add(U)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}}return o.\u0275fac=function(i){return new(i||o)(t.Y36(t.SBq),t.Y36(t.R0b))},o.\u0275dir=t.lG2({type:o,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"]}),o})(),le=(()=>{class o{constructor(i,r){this._elementRef=i,this._ngZone=r,this.labelWidth=0,this.open=!1}ngAfterViewInit(){const i=this._elementRef.nativeElement.querySelector(".mdc-floating-label");i?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(i.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>i.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_getNotchWidth(){return this.open?this.labelWidth>0?`calc(${this.labelWidth}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:"0px":null}}return o.\u0275fac=function(i){return new(i||o)(t.Y36(t.SBq),t.Y36(t.R0b))},o.\u0275cmp=t.Xpm({type:o,selectors:[["div","matFormFieldNotchedOutline",""]],hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(i,r){2&i&&t.ekj("mdc-notched-outline--notched",r.open)},inputs:{labelWidth:["matFormFieldNotchedOutlineLabelWidth","labelWidth"],open:["matFormFieldNotchedOutlineOpen","open"]},attrs:R,ngContentSelectors:P,decls:4,vars:2,consts:[[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(i,r){1&i&&(t.F$t(),t._UZ(0,"div",0),t.TgZ(1,"div",1),t.Hsn(2),t.qZA(),t._UZ(3,"div",2)),2&i&&(t.xp6(1),t.Udp("width",r._getNotchWidth()))},encapsulation:2,changeDetection:0}),o})();const pe={transitionMessages:(0,b.X$)("transitionMessages",[(0,b.SB)("enter",(0,b.oB)({opacity:1,transform:"translateY(0%)"})),(0,b.eR)("void => enter",[(0,b.oB)({opacity:0,transform:"translateY(-5px)"}),(0,b.jt)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let re=(()=>{class o{}return o.\u0275fac=function(i){return new(i||o)},o.\u0275dir=t.lG2({type:o}),o})();const se=new t.OlP("MatFormField"),_e=new t.OlP("MAT_FORM_FIELD_DEFAULT_OPTIONS");let me=0,xe=(()=>{class o{constructor(i,r,T,C,J,Y,de,fe){this._elementRef=i,this._changeDetectorRef=r,this._ngZone=T,this._dir=C,this._platform=J,this._defaults=Y,this._animationMode=de,this._document=fe,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-"+me++,this._hintLabelId="mat-mdc-hint-"+me++,this._subscriptAnimationState="",this._labelWidth=0,this._destroyed=new m.xQ,this._isFocused=null,this._needsOutlineLabelOffsetUpdateOnStable=!1,Y&&(Y.appearance&&(this.appearance=Y.appearance),this._hideRequiredMarker=Boolean(Y?.hideRequiredMarker),Y.color&&(this.color=Y.color))}get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(i){this._hideRequiredMarker=(0,I.Ig)(i)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(i){i!==this._floatLabel&&(this._floatLabel=i,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(i){const r=this._appearance;this._appearance=i||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==r&&(this._refreshOutlineNotchWidth(),this._needsOutlineLabelOffsetUpdateOnStable=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(i){this._subscriptSizing=i||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(i){this._hintLabel=i,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(i){this._explicitFormFieldControl=i}ngAfterViewInit(){this._updateFocusState(),this._refreshOutlineNotchWidth(),this._document?.fonts?.ready?this._document.fonts.ready.then(()=>{this._refreshOutlineNotchWidth(),this._changeDetectorRef.markForCheck()}):setTimeout(()=>this._refreshOutlineNotchWidth(),100),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 i=this._control;i.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${i.controlType}`),i.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),i.ngControl&&i.ngControl.valueChanges&&i.ngControl.valueChanges.pipe((0,F.R)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(i=>!i._isText),this._hasTextPrefix=!!this._prefixChildren.find(i=>i._isText),this._hasIconSuffix=!!this._suffixChildren.find(i=>!i._isText),this._hasTextSuffix=!!this._suffixChildren.find(i=>i._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,D.T)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdateOnStable=!0),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,F.R)(this._destroyed)).subscribe(()=>{this._needsOutlineLabelOffsetUpdateOnStable&&(this._needsOutlineLabelOffsetUpdateOnStable=!1,this._updateOutlineLabelOffset())})}),this._dir.change.pipe((0,F.R)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdateOnStable=!0)}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_hasFloatingLabel(){return!!this._labelChildNonStatic||!!this._labelChildStatic}_shouldLabelFloat(){return this._control.shouldLabelFloat||this._shouldAlwaysFloat()}_shouldForward(i){const r=this._control?this._control.ngControl:null;return r&&r[i]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_refreshOutlineNotchWidth(){!this._hasOutline()||!this._floatingLabel||(this._labelWidth=this._floatingLabel.getWidth())}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let i=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&i.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const r=this._hintChildren?this._hintChildren.find(C=>"start"===C.align):null,T=this._hintChildren?this._hintChildren.find(C=>"end"===C.align):null;r?i.push(r.id):this._hintLabel&&i.push(this._hintLabelId),T&&i.push(T.id)}else this._errorChildren&&i.push(...this._errorChildren.map(r=>r.id));this._control.setDescribedByIds(i)}}_updateOutlineLabelOffset(){if(!this._platform.isBrowser||!this._hasOutline()||!this._floatingLabel)return;const i=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(i.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdateOnStable=!0);const r=this._iconPrefixContainer?.nativeElement,T=this._textPrefixContainer?.nativeElement,C=r?.getBoundingClientRect().width??0,J=T?.getBoundingClientRect().width??0;i.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${C+J}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const i=this._elementRef.nativeElement;if(i.getRootNode){const r=i.getRootNode();return r&&r!==i}return document.documentElement.contains(i)}}return o.\u0275fac=function(i){return new(i||o)(t.Y36(t.SBq),t.Y36(t.sBO),t.Y36(t.R0b),t.Y36(e.Is),t.Y36(E.t4),t.Y36(_e,8),t.Y36(t.QbO,8),t.Y36(A.K0))},o.\u0275cmp=t.Xpm({type:o,selectors:[["mat-form-field"]],contentQueries:function(i,r,T){if(1&i&&(t.Suo(T,W,5),t.Suo(T,W,7),t.Suo(T,re,5),t.Suo(T,oe,5),t.Suo(T,a,5),t.Suo(T,Q,5),t.Suo(T,V,5)),2&i){let C;t.iGM(C=t.CRH())&&(r._labelChildNonStatic=C.first),t.iGM(C=t.CRH())&&(r._labelChildStatic=C.first),t.iGM(C=t.CRH())&&(r._formFieldControl=C.first),t.iGM(C=t.CRH())&&(r._prefixChildren=C),t.iGM(C=t.CRH())&&(r._suffixChildren=C),t.iGM(C=t.CRH())&&(r._errorChildren=C),t.iGM(C=t.CRH())&&(r._hintChildren=C)}},viewQuery:function(i,r){if(1&i&&(t.Gf(Z,5),t.Gf(y,5),t.Gf(v,5),t.Gf(d,5),t.Gf(le,5),t.Gf(H,5)),2&i){let T;t.iGM(T=t.CRH())&&(r._textField=T.first),t.iGM(T=t.CRH())&&(r._iconPrefixContainer=T.first),t.iGM(T=t.CRH())&&(r._textPrefixContainer=T.first),t.iGM(T=t.CRH())&&(r._floatingLabel=T.first),t.iGM(T=t.CRH())&&(r._notchedOutline=T.first),t.iGM(T=t.CRH())&&(r._lineRipple=T.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(i,r){2&i&&t.ekj("mat-mdc-form-field-label-always-float",r._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",r._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",r._hasIconSuffix)("mat-form-field-invalid",r._control.errorState)("mat-form-field-disabled",r._control.disabled)("mat-form-field-autofilled",r._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===r._animationMode)("mat-form-field-appearance-fill","fill"==r.appearance)("mat-form-field-appearance-outline","outline"==r.appearance)("mat-form-field-hide-placeholder",r._hasFloatingLabel()&&!r._shouldLabelFloat())("mat-focused",r._control.focused)("mat-primary","accent"!==r.color&&"warn"!==r.color)("mat-accent","accent"===r.color)("mat-warn","warn"===r.color)("ng-untouched",r._shouldForward("untouched"))("ng-touched",r._shouldForward("touched"))("ng-pristine",r._shouldForward("pristine"))("ng-dirty",r._shouldForward("dirty"))("ng-valid",r._shouldForward("valid"))("ng-invalid",r._shouldForward("invalid"))("ng-pending",r._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[t._Bn([{provide:se,useExisting:o}])],ngContentSelectors:te,decls:18,vars:23,consts:[["labelTemplate",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],["textField",""],["class","mat-mdc-form-field-focus-overlay",4,"ngIf"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen","matFormFieldNotchedOutlineLabelWidth",4,"ngIf"],["class","mat-mdc-form-field-icon-prefix",4,"ngIf"],["class","mat-mdc-form-field-text-prefix",4,"ngIf"],[1,"mat-mdc-form-field-infix"],[3,"ngIf"],["class","mat-mdc-form-field-text-suffix",4,"ngIf"],["class","mat-mdc-form-field-icon-suffix",4,"ngIf"],["matFormFieldLineRipple","",4,"ngIf"],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align",3,"ngSwitch"],["class","mat-mdc-form-field-error-wrapper",4,"ngSwitchCase"],["class","mat-mdc-form-field-hint-wrapper",4,"ngSwitchCase"],["matFormFieldFloatingLabel","",3,"floating","cdkObserveContentDisabled","id","cdkObserveContent",4,"ngIf"],["matFormFieldFloatingLabel","",3,"floating","cdkObserveContentDisabled","id","cdkObserveContent"],["aria-hidden","true","class","mat-mdc-form-field-required-marker mdc-floating-label--required",4,"ngIf"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[1,"mat-mdc-form-field-focus-overlay"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen","matFormFieldNotchedOutlineLabelWidth"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-icon-prefix"],["iconPrefixContainer",""],[1,"mat-mdc-form-field-text-prefix"],["textPrefixContainer",""],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],[3,"id",4,"ngIf"],[1,"mat-mdc-form-field-hint-spacer"],[3,"id"]],template:function(i,r){1&i&&(t.F$t(ee),t.YNc(0,f,1,1,"ng-template",null,0,t.W1O),t.TgZ(2,"div",1,2),t.NdJ("click",function(C){return r._control.onContainerClick&&r._control.onContainerClick(C)}),t.YNc(4,n,1,0,"div",3),t.TgZ(5,"div",4),t.YNc(6,h,2,3,"div",5),t.YNc(7,p,3,0,"div",6),t.YNc(8,M,3,0,"div",7),t.TgZ(9,"div",8),t.YNc(10,z,1,1,"ng-template",9),t.Hsn(11),t.qZA(),t.YNc(12,S,2,0,"div",10),t.YNc(13,q,2,0,"div",11),t.qZA(),t.YNc(14,X,1,0,"div",12),t.qZA(),t.TgZ(15,"div",13),t.YNc(16,N,2,1,"div",14),t.YNc(17,$,5,2,"div",15),t.qZA()),2&i&&(t.xp6(2),t.ekj("mdc-text-field--filled",!r._hasOutline())("mdc-text-field--outlined",r._hasOutline())("mdc-text-field--no-label",!r._hasFloatingLabel())("mdc-text-field--disabled",r._control.disabled)("mdc-text-field--invalid",r._control.errorState),t.xp6(2),t.Q6J("ngIf",!r._hasOutline()&&!r._control.disabled),t.xp6(2),t.Q6J("ngIf",r._hasOutline()),t.xp6(1),t.Q6J("ngIf",r._hasIconPrefix),t.xp6(1),t.Q6J("ngIf",r._hasTextPrefix),t.xp6(2),t.Q6J("ngIf",!r._hasOutline()||r._forceDisplayInfixLabel()),t.xp6(2),t.Q6J("ngIf",r._hasTextSuffix),t.xp6(1),t.Q6J("ngIf",r._hasIconSuffix),t.xp6(1),t.Q6J("ngIf",!r._hasOutline()),t.xp6(1),t.ekj("mat-mdc-form-field-subscript-dynamic-size","dynamic"===r.subscriptSizing),t.Q6J("ngSwitch",r._getDisplayedMessages()),t.xp6(1),t.Q6J("ngSwitchCase","error"),t.xp6(1),t.Q6J("ngSwitchCase","hint"))},dependencies:[A.O5,A.tP,A.RF,A.n9,O.wD,V,d,le,H],styles:['.mdc-text-field{border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{height:28px;width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}}@media all{.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}}.mdc-text-field__affix{height:28px;opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px, var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 96px / 0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-floating-label{position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required::after,.mdc-floating-label--required[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}.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;flex-grow:1}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.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{border-bottom-width:1px}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);border-bottom-width:2px;opacity:0;z-index:2}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{line-height:normal}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-text-field-wrapper::before{content:none}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:"";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}.cdk-high-contrast-active .mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:12px;box-sizing:content-box}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__affix{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-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(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-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(-10.25px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-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(-10.25px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-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(-24.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-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(-24.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-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(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(-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(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-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(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(-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(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-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(-106%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-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)}'],encapsulation:2,data:{animation:[pe.transitionMessages]},changeDetection:0}),o})(),ke=(()=>{class o{}return o.\u0275fac=function(i){return new(i||o)},o.\u0275mod=t.oAB({type:o}),o.\u0275inj=t.cJS({imports:[L.BQ,A.ez,O.Q8,L.BQ]}),o})()},284:(K,B,_)=>{_.d(B,{Jk:()=>O,Nt:()=>Z,c:()=>y});var t=_(1281),e=_(3353),E=_(9349),m=_(4650),D=_(4006),F=_(3238),A=_(9549),I=_(8929);const O=new m.OlP("MAT_INPUT_VALUE_ACCESSOR"),L=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let R=0;const P=(0,F.FD)(class{constructor(v,s,c,f){this._defaultErrorStateMatcher=v,this._parentForm=s,this._parentFormGroup=c,this.ngControl=f,this.stateChanges=new I.xQ}});let Z=(()=>{class v extends P{constructor(c,f,n,l,x,h,p,M,w,z){super(h,l,x,n),this._elementRef=c,this._platform=f,this._autofillMonitor=M,this._formField=z,this._uid="mat-input-"+R++,this.focused=!1,this.stateChanges=new I.xQ,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(X=>(0,e.qK)().has(X)),this._iOSKeyupListener=X=>{const N=X.target;!N.value&&0===N.selectionStart&&0===N.selectionEnd&&(N.setSelectionRange(1,1),N.setSelectionRange(0,0))};const S=this._elementRef.nativeElement,q=S.nodeName.toLowerCase();this._inputValueAccessor=p||S,this._previousNativeValue=this.value,this.id=this.id,f.IOS&&w.runOutsideAngular(()=>{c.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===q,this._isTextarea="textarea"===q,this._isInFormField=!!z,this._isNativeSelect&&(this.controlType=S.multiple?"mat-native-select-multiple":"mat-native-select")}get disabled(){return this.ngControl&&null!==this.ngControl.disabled?this.ngControl.disabled:this._disabled}set disabled(c){this._disabled=(0,t.Ig)(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(D.kI.required)??!1}set required(c){this._required=(0,t.Ig)(c)}get type(){return this._type}set type(c){this._type=c||"text",this._validateType(),!this._isTextarea&&(0,e.qK)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}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.Ig)(c)}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(),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(c){this._elementRef.nativeElement.focus(c)}_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 f=this._elementRef.nativeElement;this._previousPlaceholder=c,c?f.setAttribute("placeholder",c):f.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,f=c.options[0];return this.focused||c.multiple||!this.empty||!!(c.selectedIndex>-1&&f&&f.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)}}return v.\u0275fac=function(c){return new(c||v)(m.Y36(m.SBq),m.Y36(e.t4),m.Y36(D.a5,10),m.Y36(D.F,8),m.Y36(D.sg,8),m.Y36(F.rD),m.Y36(O,10),m.Y36(E.Lq),m.Y36(m.R0b),m.Y36(A.G_,8))},v.\u0275dir=m.lG2({type:v,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(c,f){1&c&&m.NdJ("focus",function(){return f._focusChanged(!0)})("blur",function(){return f._focusChanged(!1)})("input",function(){return f._onInput()}),2&c&&(m.Ikx("id",f.id)("disabled",f.disabled)("required",f.required),m.uIk("name",f.name||null)("readonly",f.readonly&&!f._isNativeSelect||null)("aria-invalid",f.empty&&f.required?null:f.errorState)("aria-required",f.required)("id",f.id),m.ekj("mat-input-server",f._isServer)("mat-mdc-form-field-textarea-control",f._isInFormField&&f._isTextarea)("mat-mdc-form-field-input-control",f._isInFormField)("mdc-text-field__input",f._isInFormField)("mat-mdc-native-select-inline",f._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],features:[m._Bn([{provide:A.Eo,useExisting:v}]),m.qOj,m.TTD]}),v})(),y=(()=>{class v{}return v.\u0275fac=function(c){return new(c||v)},v.\u0275mod=m.oAB({type:v}),v.\u0275inj=m.cJS({imports:[F.BQ,A.lN,A.lN,E.Ky,F.BQ]}),v})()}}]);